@charset "utf-8";
/* CSS Document */

html {
	font-family: 'Noto Serif JP', serif;
	font-size: 62.5%;
	color: #000;
}
.w400 {
    font-weight: 400;
}
.w500 {
    font-weight: 500;
}
.w700 {
    font-weight: 700;
}

body {
	margin: 0;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.6;
	position: relative;
	overflow-x: hidden;
}
body.fixed {
	overflow: hidden!important;
	height: 100vh;
}
@media (max-width: 480px) {
	body {
		font-size: 1.5rem;
		line-height: 1.4;
	}
}



a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
	transition: 0.5s;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
	transition: 0.5s;
}
a:hover img { opacity: 0.6; }



.container {
	margin: 0 auto;
	width: 95%;
	max-width: 1200px;
	height: auto;
}
.innerBox {
	margin: 0 auto;
	width: 90%;
	max-width: 1060px;
	height: auto;
}


main {
	display: block;
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?7i83cn');
  src:  url('../fonts/icomoon.eot?7i83cn#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7i83cn') format('truetype'),
    url('../fonts/icomoon.woff?7i83cn') format('woff'),
    url('../fonts/icomoon.svg?7i83cn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e900";
}
.icon-cart:before {
  content: "\e901";
}
.icon-play:before {
  content: "\ea1c";
}




/*================================================================
	common
================================================================*/
.slash {
	display: inline-block;
	position: relative;
}
.slash:before,
.slash:after {
	content: '';
	width: 1.5em;
	height: 1px;
	vertical-align: middle;
	background: var(--blue);
	display: inline-block;
}
.slash:before {
	transform: rotate(50deg);
}
.slash:after {
	transform: rotate(-50deg);
}
@media (max-width: 480px) {
	.slash:before,
	.slash:after {
		content: '';
		width: 1.2em;
	}
}


.bg {
	background-color: var(--bg);
}

/*================================================================
	humburger
================================================================*/
.hum{
	width: 30px;
	height: 30px;
	position:fixed;
	left: 30px;
	top: 33.5px;
	z-index:9999;
}
.hum div{
	position:absolute;
	transition:0.5s;
}
.burger{
	width: 30px;
	height: 1px;
	background-color: #323232;
}
.burger:nth-child(1){
}
.burger:nth-child(2){
	top: 10px;
}
.burger:nth-child(3){
	top: 20px;
}
.tapped .burger:nth-child(1){
	top: 8px;
	transform:rotate(405deg);
	background-color: #fff;
	box-shadow: none;
}
.tapped .burger:nth-child(2){
	top: 8px;
	right: 300px;
	opacity:0;
}
.tapped .burger:nth-child(3){
	top: 8px;
	transform:rotate(-405deg);
	background-color: #fff;
	box-shadow: none;
}

@media screen and (max-width: 1200px) {
	.hum {
		left: 12px;
		top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.hum{
		left: 15px;
		top: 15px;
	}
}

/*================================================================
	menu
================================================================*/
.top_menu {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_wrap.tapped {
	left: 0;
}
.nav_wrap {
	position: fixed;
	background-color: rgba(50,50,50,0.9);
	left: -100%;
	top: 0;
	z-index: 9998;
	width: 490px;
	height: 100vh;
	padding-top: 113px;
	transition: 0.5s;
}
.nav_wrap:before {
	content: '';
	background-color: rgba(50,50,50,0.95);
}
.menu_box {
	background: none;
	text-align: left;
	/* padding: 50px 0; */
	display: block;
}
.menu_box li {
	display: block;
	border-bottom: solid 1px #828282;
	padding: 0;
	width: 50%;
	margin: 0 auto 0 166px;
}
.menu_box a {
	display: block;
	color: #fff;
	font-size: 1.3rem;
	padding-bottom: 48.7px;
}
.menu_box a:hover {
	opacity: .5;
}
.menu_box a:active {
	background: #000;
	color: #fff;
}
a.top_logo {
    display: inline-block;
    height: 80px;
    text-align: center;
}
.menu_box a:before{
	content: attr(data-text);
	display: block;
	margin-top: 42px;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.4rem;
	padding-bottom: 10px;
	font-family: 'EB Garamond', serif;
}

@media screen and (max-width: 1200px) {
	.menu_box {
		padding: 25px 0;
	}
	.top_menu {
			height: 50px;
	}
.nav_wrap {
    width: 300px;
}

.menu_box li {
    margin: 0 auto 0 85px;
}
}

@media screen and (max-width: 767px) {
	.menu_box {
		padding: 50px 0;
	}
	.menu_box li {
		width: 70%;
		margin: 0 auto 0 55px;
	}
	.menu_box a:hover {
		border-bottom: none;
	}
	.menu_box a:active {
		background: #000;
		color: #fff;
	}
	.top_menu {
		height: 50px;
	}
	.top_box {
		padding: 0 40px;
	}
	.main_ttl.top_left {
		width: 40px;
	}
	.top_right {
		width: 40px;
	}
	.nav_wrap {
			width: 80%;
			padding-top: 83px;
	}
	.menu_box a {
		padding: 30px 0;
	}
	.menu_box a:before {
			font-size: 2.2rem;
			padding-bottom: 0;
			margin-top: 0;
	}
}

/* scroll */
.scroll_box {
	position: relative;
}
.scroll_line {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 2;
  padding: 10px 10px 50px;
  overflow: hidden;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll_line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #000;
}
.scroll_line::after {
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 1200px) {
	a.scroll_line {
			right: 15px;
	}
}
@media screen and (max-width: 767px) {
	a.scroll_line {
			right: 10px;
	}
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



/*================================================================
	footer
================================================================*/
footer {/* background: #281F1C; *//* color: #fff; */}


footer h2 {
	margin: 0 auto var(--gutter50);
	font-size: var(--fs47);
	font-weight: 700;
	max-width: 800px;
	width: 85%;
	text-align: center;
}


footer article {
	margin: auto;
	padding: 40px 0;
	max-width: 800px;
	width: 85%;
	text-align: center;
}
footer p {line-height: 2;}
footer article + article { margin-top: var(--gutter100); }

footer article h3 {
	margin: 0 auto 20px;
	font-size: var(--fs28);
	font-weight: 700;
	font-family: serif;
}

footer article section { margin-top: var(--gutter45); }

footer article section h4 {
	font-size: var(--fs21);
	font-weight: 700;
}

footer article table {
	margin: 20px 0 0;
	border-collapse: collapse;
	border: 1px solid var(--gray);
}

footer article table th,
footer article table td {
	padding: 10px;
	width: 10em;
	border: 1px solid var(--gray);
}


footer article ul li {
	margin-left: 2em;
	list-style: disc;
}
footer article ul li + li { margin-top: 10px; }




.contactLink {
	margin-top: 20px;
    color: var(--gray);
    font-size: var(--fs18);
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    background: #ffffff;
    display: block;
}
footer .contactLink .icon-mail {
	margin-right: 10px;
	font-size: var(--fs24);
	vertical-align: middle;
}


.copyright {
	position: absolute;
	right: 0;
	width: 80px;
	bottom: 0;
	height: 100%;
	overflow: hidden;
}





/* gotoEC */
#gotoEC {
	width: 30px;
	height: 30px;
	position: fixed;
	top: 10px;
	right: 10px;

}
#gotoEC .icon-cart {
	color: var(--green);
	font-size: 3.0rem;
}


/* back */
#back_to_top {
	margin: 0 auto;
	width: 30px;
	height: 80px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 200;
	transition: 0.3s ease;
	transform: translateY(100px);
	/* background: #71282b; */
	overflow: hidden;
	border-radius: 50%;
}
#back_to_top.sc {
	transform: translateY(0);
}

#back_to_top button {
	width: 100%;
	height: 100%;
	text-align: center;
	background: transparent;
	border: none;
	padding: 0;
	outline: 0;
	position: relative;
	overflow: hidden;
}

#back_to_top button:before {
	/* content: ''; */
	margin: auto;
	width: 15px;
	height: 15px;
	border-top: 2px solid #323232;
	border-right: 2px solid #323232;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	bottom: auto;
}
#back_to_top button:hover {
	opacity: 0.5;
	cursor: pointer;
}

@media screen and (max-width: 1200px) {
	div#back_to_top {
		right: 10px;
	}
}


/*================================
	scアニメ
================================*/
.fadein, .fadein02, .fadein03 {
	opacity : 0;
	transition : all 2s;
}
/* .fadein03 {
	transform: scale(1.3);
}
.fadein03.show {
	transform: scale(1);
} */
.fadein.show, .fadein02.show, .fadein03.show { opacity : 1; }
.upfade {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1.0s;
}
.upfade.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.downfade {
	opacity : 0;
	transform : translate(0, -50px);
	transition : all 1.0s;
}
.downfade.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.fade {
	opacity : 0;
	transition : all 1.2s;
}
.fade.active {
	opacity : 1;
}
.scalbig {
	transform: scale(0.9);
}
.scalbig.scrollin {
	transform: scale(1);
}


.sclinWrap {
	height: auto;
	overflow: hidden;
}

.sclin_right {
	opacity : 0;
	transform : translate(50px, 0);
	transition : all 1.0s;
}
.sclin_right.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


.sclin_left {
	opacity : 0;
	transform : translate(-50px, 0);
	transition : all 1.0s;
}
.sclin_left.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}





/*---------------------------------
	調整用
---------------------------------*/
.fl, .fl-tab, .fl-smp {
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
}

.fl-jst {
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}

.fl-cen {
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}

.fl-end {
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	justify-content:flex-end;
}

.fl-wrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.fl-col {
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	flex-direction:column;
}

.fl-reverse {
	-webkit-flex-direction:row-reverse;
	-moz-flex-direction:row-reverse;
	flex-direction:row-reverse;
}


@media (max-width: 780px) {
	.fl-tab {
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
}
@media (max-width: 480px) {
	.fl-smp {
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
}

.mt0 { margin-top: 0!important; }
.mt5 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt45 { margin-top: 45px!important; }
.mt50 { margin-top: 50px!important; }
.mt100 { margin-top: 100px!important; }
.mr0 { margin-right: 0!important; }
.mr5 { margin-right: 5px!important; }
.mr10 { margin-right: 10px!important; }


.mr15 { margin-right: 15px!important; }
.mr20 { margin-right: 20px!important; }
.mr25 { margin-right: 25px!important; }
.mb0 { margin-bottom: 0!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb12 { margin-bottom: 12px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb80 { margin-bottom: 80px!important; }
.ml0 { margin-left: 0!important; }
.ml5 { margin-left: 5px!important; }
.ml10 { margin-left: 10px!important; }
.ml15 { margin-left: 15px!important; }
.ml20 { margin-left: 20px!important; }
.ml25 { margin-left: 25px!important; }
.ml30 { margin-left: 30px!important; }


.ls5 { letter-spacing: 5px!important; }
.ls10 { letter-spacing: 10px!important; }
.ls15 { letter-spacing: 15px!important; }
.ls40 { letter-spacing: 40px!important; }
.ls60 { letter-spacing: 60px!important; }


div {
	display: block;
}
br {
	display: inline;
}
.show1024, .show780, .show480 { display: none; }
.hdn1024, .hdn780, .hdn480 { display: unset;}
@media (max-width: 1024px) {
	.hdn1024 { display: none;}
	.show1024 { display: unset; }
}
@media (max-width: 780px) {
	.hdn780 { display: none;}
	.show780 { display: unset; }
}
@media (max-width: 480px) {
	.hdn480 { display: none;}
	.show480 { display: unset; }
}

.ta_cnt { text-align: center; }
.ta_right { text-align: right; }

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

