@charset "utf-8";
/* CSS Document */

/* //////////////////////////////////////////////////////////////////// */
/* ///// PC共通 /////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */

/* ==================================================
	selected text
================================================== */
::selection {
	background: #000; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #000; /* Firefox */
	color: #fff;
}

/* ==================================================
	font anti alias
================================================== */
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	color: #000;
	line-height: 1;
	background: #000;
	-webkit-font-smoothing: antialiased;
	text-rendering : optimizeLegibility;
	/*ゴシック系*/
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}


/* ==================================================
	link
================================================== */
a:focus, *:focus {
	outline: none;
}
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ddd;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
a:active {
	color: #1a0d0c;
	text-decoration: none;
}
a:hover img {
	opacity: 0.3;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

/* ==================================================
	base (reset)
================================================== */
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ol, li {
	list-style: none;
}
img {
	border: none;
	line-height: 0;
	font-size: 0;
	vertical-align: text-bottom;
	width: 100%;
}
a {
	margin: 0;
	padding: 0;
	font-size: inherit;
	background: transparent;
}
th, td {
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	empty-cells: show;
}
input, select {
	vertical-align: middle;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
pre {
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: -pre-wrap;	/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	white-space: pre-wrap;	/* CSS3 */
	word-wrap: break-word;	/* IE 5.5+ */
}

/* ==================================================
	layout
================================================== */
.wrapper{
  position: relative;
  z-index:1;
  background:#000;
  text-align: center;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

/* ==================================================
	scroll
================================================== */
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(93, 93, 93, .1);
}
::-webkit-scrollbar-thumb {
	background-color: rgba(93, 93, 93, .5);
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}


/* ==================================================
	common
================================================== */
.pc_none {
	display: none !important;
}
.adj_bottom {
	margin-bottom: 40px !important;
}


/* ==================================================
	contents
================================================== */
/* -------------------------
	header
------------------------- */
div#header {
	margin: 0 -200%;
	padding: 0 200%;
	background: #fff;
	text-align: left;
}
div#header h1.head_logo img {
	width: 5%;
	margin: 0;
	padding: 10px 0 10px 2%;
}
div#header h1.head_logo a img {
	background-color: rgba(255, 255, 255, .01);
}

/* -------------------------
	main
------------------------- */
div.main {
	width: 100%;
	height: 0;
	margin: 0;
	padding: calc(1430 / 1430 * 100%) 0 0;
	background: url(../images/isdg_apology.jpg) no-repeat center center / cover;
}

/* -------------------------
	buybtn
------------------------- */
.buybtn {
	margin: 50px 0 0 !important;
	padding: 0;
}

/* -------------------------
	lnkbnr
------------------------- */
.lnkbnr {
	margin: 50px 0 0 !important;
	padding: 0;
}


/* ==================================================
	footer
================================================== */
div.footer {
	margin: 0 -200%;
	padding: 50px 200% 10px;
}
div.footer_wrap {
	width: 100%;
	max-width: 1200px;
	border-top: 1px solid #fff;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.footer_logo {
	width: 100px;
	float: left;
}
div.footer_logo img {
	width: 100%;
	margin: 0;
	padding: 40px 0;
	text-align: left;
	display: block;
}
div.footer_logo a img {
	background-color: rgba(255, 255, 255, .01);
}
ul.footer_nav {
	overflow: hidden;
	list-style: none;
	width: calc(100% - 70px);
	padding: 40px 0;
	float: right;
}
ul.footer_nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
ul.footer_nav li {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	box-sizing: border-box;
	float: right;
	color: #fff;
	margin: 0 50px 0 0;
}
ul.footer_nav li:first-child {
	border-right: none;
	margin-right: 0;
}
ul.footer_nav li:hover {
	opacity: 0.3;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
ul.footer_nav a {
	color: #fff;
	text-decoration: none;
}


/* ==================================================
	copyright
================================================== */
div.copyright {
	margin: 0 -200%;
	padding: 10px 200%;
}
div.copyright p.copyright_txt {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	padding: 40px 0 20px;
	color: #fff;
}


/* ==================================================
	テキスト
================================================== */

/*---- フォント ----*/
.fred{
	color: #ff0000;
}

.fbold{
	font-weight: bold;
}

.funder{
	border-bottom: 1px dashed;
}


/*---- 矢印 ----*/
.line-scroll {
	position: relative;
	margin: 20px auto;
    padding: 10px 0;
	width: 100%;
	height: 60px;
}

.line-scroll span{
    position: absolute;
    top: 0;
    left: 50%;
    width: 25px;
    height: 25px;
    margin-left: -15px;
    border-left: 4px solid #07b53b ;
    border-bottom: 4px solid #07b53b ;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.line-scroll span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.line-scroll span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.line-scroll span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* ----- ECタイトル ----- */
.ec {
    margin: 200px auto 100px;
    padding: 0;
}

.ec-ttl {
    position: relative;
    margin: 50px auto;
    padding: 0 50px;
    font-size: 40px;
	font-weight: bold;
	color: #8e7128;
    text-align: center;
}

.ec-ttl::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #8e7128;
}

.ec-ttl span {
    position: relative;
    padding: 0 1em;
    background: #000;
}

/*---- ECボタン ----*/
.ec-link {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ec-link:last-of-type {
    margin-bottom: 50px;
}

.ec-btn {
    width: 50%;
    margin: 0;
    padding: 0;
}


/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	width: 60%;
	margin: 40px auto;
    padding: 20px 0;
	font-size: 36px;
    text-align: center;
	letter-spacing: 0.1em;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
	color: #754c24;
}


/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#000;
}

.btn:hover span{
	color:#fff;
}

.arrow {
    display: flex;
	justify-content: center;
} 
.arrow::after {
    content: '';
	margin: 10px 0 0 10px;
    width: 50px;
    height: 10px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
}


/*== 背景が流れる（左から右） */
.bgleft {
	padding: 50px;
    background-image: linear-gradient(to right, #8e7128, #b8ac56, #8e7128);
}

.bgleft::before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#6a5acd;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
	color: #fff;
}

/*hoverした際の形状*/
.bgleft:hover::before{
	transform-origin:left top;
	transform:scale(1, 1);
}


/*ページTOPへボタン*/
#page-top a{
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: #8e7128;
	border-radius: 50%;
    text-decoration: none;
}

#page-top a::after{
    display: block;
    position: absolute;
    content: "";
    margin: 0 auto;
    width: 20%;
    height: 20%;
    top: 40%;
    left: 0;
    right: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
}

#page-top a:hover{
   	opacity: 0.5;
}

/*ページTOPへを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　左の動き　*/
#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/
#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}
