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

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital@1&display=swap');
/*
font-family: "PT Serif", serif;
font-weight: 400;
font-style: italic;
*/


@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500;600&display=swap');
/*
font-family: "Shippori Mincho B1", serif;
Medium 500
SemiBold 600
*/

@font-face {
  font-family: "GeorgiaRegular";
  src: url('../../font/GeorgiaRegular/font.woff2') format('woff2'), url('../../font/GeorgiaRegular/font.woff') format('woff');
}

.pt{
	font-family: "PT Serif", serif;
	font-weight: 400;
	font-style: italic;
}
.geo{
	 font-family: "GeorgiaRegular";
	 font-weight: normal;
}






/* ---------- RESET ---------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, b, u, i, center, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, input {margin:0;padding:0;border:0;font-size: 100%;font:inherit;vertical-align: baseline;text-decoration:none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul, li {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
input, textarea, button{-webkit-apparence:none;border:none;background: none;outline: none;}
input:focus, textarea:focus{-webkit-apparence:none;outline: none;border:none;}
img{border:none;outline:none;vertical-align:top;font-size:0;line-height:0;}
img a{border:none;outline: none;}
a:focus{outline:none;}
hr {height:0;margin:0;padding:0;border:0;}
h1, h2, h3, h4, h5, h6, p{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;text-decoration:none;}
input, textarea, button{-webkit-apparence:none;border:none;background: none;outline: none;}

img{width:100%;height:auto;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translate3d(0,0,0);}

*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;   outline:none;box-sizing:border-box;margin:0;padding:0;}
/*----------------------------------*/



html,body{width: 100%;height: 100%;}
html{ font-size: 16px;}

body{
    background:#FFF;
    width: 100%;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;	
	font-family: "Shippori Mincho B1",'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight:500;
	color: #201510;
}



/* =============================================== */


#loader-bg{
    display:block;
    position:fixed;
    width:100%;
    top:0;
    left:0;
	bottom: 0;
	right: 0;
	height: 100vh;
    z-index:1000;
	background: #fbfbf7;
    overflow:hidden;
}
#loader-bg .spinner {
    width: 100px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    font-size: 0;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#loader-bg .spinner > div {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color:#E5E3E1;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#loader-bg .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loader-bg .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}




/* ---------------- */

.inView{
	position: relative;
	top: 2rem;
	opacity: 0;
	transition: top 1.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.0s;
}
.inView.view{opacity: 1;top: 0;}

.zoomIn{
	overflow: hidden;
}
.zoomIn span{
	opacity: 0;
	display: block;
	transform:scale(1.1);
	transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.3s;
}
.zoomIn.view span{opacity: 1;transform:scale(1);}


br.res{display: none;}
.pcView{display: block;}
.spView{display: none;}



/* ---------------- */


/*
.guide,
.guide1,
.guide2,
.guide3,
.guide4{opacity: 0.3;z-index: 1000;position: relative;}

body:before{content: '';position: fixed;opacity: 0.3;width: 1px;left: 50%;top: 0;bottom: 0;background: #FF0004;z-index: 1000;}
.guide:before{content: '';position: fixed;width: 1px;left: 5%;top: 0;bottom: 0;background: #FF0004;}
.guide:after{content: '';position: fixed;width: 1px;right: 5%;top: 0;bottom: 0;background: #FF0004;}
.guide1:before{content: '';position: fixed;width: 1px;left: 10%;top: 0;bottom: 0;background: #FF0004;}
.guide1:after{content: '';position: fixed;width: 1px;right: 10%;top: 0;bottom: 0;background: #FF0004;}
.guide2:before{content: '';position: fixed;width: 1px;left: 15%;top: 0;bottom: 0;background: #FF0004;}
.guide2:after{content: '';position: fixed;width: 1px;right: 15%;top: 0;bottom: 0;background: #FF0004;}
.guide3:before{content: '';position: fixed;width: 1px;left: 7.5%;top: 0;bottom: 0;background: #00B5FF;}
.guide3:after{content: '';position: fixed;width: 1px;right: 7.5%;top: 0;bottom: 0;background: #00B5FF;}
.guide4:before{content: '';position: fixed;width: 1px;left: 12.5%;top: 0;bottom: 0;background: #00B5FF;}
.guide4:after{content: '';position: fixed;width: 1px;right: 12.5%;top: 0;bottom: 0;background: #00B5FF;}




/* ---------------------------------------------- */


#header{
	width: 100%;
	height: 100%;
	position: relative;
	color: #5c663f;
	background: #fbfbf7;
	display: flex;
	line-height: 1.1;
}
#header .text{
	width: 33%;
	display: flex;
}
#header .text .detail{
	width: 71%;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
}

#header .text .detail .logo{
	position: absolute;
	top: 5%;
	left: 0;
	width: clamp(11em, 59%, 12.5em);
}
#header .text .detail h1{
	width: clamp(12.5em, 65%, 14em);
	padding-bottom: 2vh;
}
#header .text .detail .title{
	position: absolute;
	bottom: 20vh;
	left: 0;
	font-size: clamp(0.92em, 1.2vw, 1.08em);
	-webkit-transform:translateY(50%);
	transform:translateY(50%);
}
#header .text .detail .title h2{
	font-size: 0.85em;
	letter-spacing: 0.05em;
	padding-bottom: 0.8em;
}
#header .text .detail .title h3{font-size: 2.62em;letter-spacing: 0.05em;}
#header .text .detail .title h3 em{font-size: 1.1em;}

#header .image{
	width: 67%;
}
#header .vegas{
    width: 100%;
    height: 100%;
    position: relative;
	z-index: 10;
	overflow: hidden;
}
#header .vegas .vegasImage{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width:100%;
    z-index: 10;
}

#header .image .season{
	position: absolute;
	z-index: 20;
	bottom: 10vw;
	right: 4.5vw;
	font-size: 0.82em;
	letter-spacing: 0.02em;
	color: #FFF;
}



/*----*/

.scrollbar{
	width: 2em;
	position: absolute;
	right:2%;
	bottom: -3.5em;
	height:7.5em;
	z-index: 100;
}
.scrollbar p{width: 0.8em;margin-left: 0.5em;}

.scrollbar .base{
	width:1px;
	height:7.5em;
	position: absolute;
	bottom:0px;
	left: 0;
	overflow: hidden;
    z-index: 5;
    background:#fbfbf7;
}
.scrollbar .bar{
	width:1px;
	height:7.5em;
	position: absolute;
	bottom:0px;
	left: 0;
	overflow: hidden;
    z-index: 10;
}
.scrollbar .line{
		width: 100%;
		height: 100%;
		display: block;
		background: linear-gradient(to bottom,rgba(200,200, 190, 1) 50%, rgba(200, 200, 190, 0) 50%);
		background-position: 0 -100%;
		background-size: 100% 200%;
		animation: scrolldown 3.0s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
	0% {background-position: 0 100%;}
	50% {background-position: 0 0;}
	100% {background-position: 0 -100%;}
}



.wapper{
	width: 100%;
	overflow: hidden;
}


/*--------------------*/


.panel-pin{
	height: 100vh;
	display: grid;
	place-items: center;
	position: relative;
	overflow: hidden;
}
.panel-pin.lead{
	background: url("../../images/panel_bk01.webp") center center no-repeat;
	background-size: cover;
	z-index: 10;
}
.panel-pin.pre01{
	background: url("../../images/panel_bk02.webp") top center no-repeat;
	background-size: cover;
	z-index: 11;
}
.panel-pin.pre02{
	background: url("../../images/panel_bk03.webp") center center no-repeat;
	background-size: cover;
	z-index: 12;
}


.lead .element{
	position: absolute;
	top: 5vw;
	left: 5vw;
	display: flex;
}
.lead .logo{
	width: 11em;
	margin:0.4em 3.8em 0 0;
}
.lead .copy{
	font-size: 1.25em;
	line-height: 1.7;
	color: #FFF;
}




.menu{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}
.menu .element{
	text-align: center;
	padding-top: 5vh;
}
.menu .num{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.875em;
	border: 1px solid #FFF;
	width: 1.7em;
	height: 1.7em;
	margin: 0 auto;
}
.menu .num span{
	 display: block;
}
.menu p{font-size: 0.75em;margin-top: 2em;letter-spacing: 0.02em;}
.menu h2{font-size: 2.75em;letter-spacing: 0.02em;}
.menu h3{font-size: 1.375em;}

.menu hr{
	width: 11.25em;
	height: 1px;
	background: #FFF;
	margin: 1.5em  auto;
}

.menu .more{
	font-size: 1.5em;
	margin-top: 2em;
}
.menu .more a{
	color:  #FFF;
	line-height: 1;
	background: #919e4d;
	border: 1px solid #919e4d; 
	padding: 0.2em 1em 0.3em;
}
@media(min-width: 769px) {
.menu .more a{-webkit-transition: all 0.4s;transition: all 0.4s;}
.menu .more a:hover{background:none;color: #FFF;}
}



/*----*/



.contens {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	background: #FFF;
}

.category{
	width: 100%;
	margin: 13.5em auto 0;
}


.categoryTitle{
	width: 95%;
	margin: 0 auto;
	border-top:1px solid #706e70;
}
.categoryTitle .titHeader{
	width: 92.5%;
	margin: 1.5em 0 0 2.5%;
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
}
.categoryTitle .titHeader .logo{width: 6.25em;}
.categoryTitle .titHeader .season{font-size: 0.75em;letter-spacing: 0.02em;}


.categoryTitle .titBody{
	width: 92.5%;
	margin: 2.5em 0 0 2.5%;
	line-height: 1;
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
}
.ca01 .categoryTitle .titBody{color: #693138;}
.ca02 .categoryTitle .titBody{color: #5c663f;}



.categoryTitle .titBody .eng{
	width: 50%;
}
.categoryTitle .titBody .eng h2{
	font-size: 2.7em;
	letter-spacing: 0.06em;
}
.categoryTitle .titBody .eng h2{opacity: 0;}
.categoryTitle .titBody .eng h2 span{position: relative;left: 0.8em;opacity:0;}


.categoryTitle .titBody .eng h3{
	font-size: 0.87em;
	letter-spacing: 0.04em;
	line-height: 1.2em;
}
.categoryTitle .titBody .eng h3{opacity: 0;}
.categoryTitle .titBody .eng h3 span{position: relative;left: 0.8em;opacity:0;}


.categoryTitle .titBody .eng hr{
	width: 0em;
	height: 1px;
	background: #706e70;
	margin: 1em 0 2.5em;
	transition: width 2.0s cubic-bezier(0.33, 1, 0.68, 1);
}
.categoryTitle .titBody.view .eng hr{width: 18.5em;}



.categoryTitle .titBody .jp{
	width: 50%;
	text-align: right;
}
.categoryTitle .titBody .jp h4{
	font-size: 1em;
	letter-spacing: 0.03em;
	font-weight: 600;
	line-height: 1.75;
	position: relative;
	left: -2em;
	opacity: 0;
	transition: left 1.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.0s;
}
.categoryTitle .titBody.view .jp h4{left: 0;opacity: 1;}

.categoryTitle .titBody .jp hr{
	display: inline-block;
	width: 6.25em;
	height: 1px;
	background: #706e70;
	margin: 2.5em 0 0;
}




.categoryImage{
	width: 95%;
	margin: 2.5em auto 0;
	display: flex;
}
.categoryImage .image{background-position: center center;background-size: cover;}
.categoryImage .image.left{width: 62.3%;padding-top: 37.5%;}
.categoryImage .image.right{width: 37.7%;}

.ca01 .categoryImage .image.left{background-image: url("../../images/ca01image01.webp");}
.ca01 .categoryImage .image.right{background-image: url("../../images/ca01image02.webp");}
.ca02 .categoryImage .image.left{background-image: url("../../images/ca02image01.webp");}
.ca02 .categoryImage .image.right{background-image: url("../../images/ca02image02.webp");}










.movieArea{width: 100%;background-position: center center;background-size: cover;}
.movieArea#viemo01{background-image: url("../../images/viemo01.webp");}
.movieArea#viemo02{background-image: url("../../images/viemo02.webp");}
.movieArea#viemo03{background-image: url("../../images/viemo03.webp");}





/*-----------------*/


.mainItem{
	width: 85%;
	max-width: 1080px;
	margin: 12em auto 0;
	display: flex;
	justify-content: space-between;
}
.mainItem.second{margin-top: 5em;}


.mainItem .itemInfo{
	width: 49%;	
}

.mainItem .infoBase{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: min(38.2vw , 30.8em);
 }

.mainItem .textBox{line-height: 1;}
.mainItem .textBox .number{font-size: 1.18em;position: relative;letter-spacing: 0.01em;font-weight: 600;}
.mainItem .textBox .number{opacity: 0;}
.mainItem .textBox .number span{position: relative;left: 0.5em;opacity:0;}


.mainItem .textBox .number::before{
	content: '';
	display: inline-block;
	width: 1.15em;
	height: 0.65em;
	background: #5c663f;
	margin-right: 1em;
}
.fa02 .mainItem .textBox .number::before{background: #693138;}
.fa05 .fa05farst .mainItem .textBox .number::before{background: #b65e2c;}

.mainItem .textBox .itemName{
	color: #5c663f;
	font-size: 2.12em;
	line-height: 1.2;
	margin-top: 0.8em;
	letter-spacing: 0.03em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #919e4d;
}
.fa02 .mainItem .textBox .itemName{color: #693138;border-color:#a58565;}
.fa05 .fa05farst .mainItem .textBox .itemName{color: #b65e2c;border-color:#a58565;}
.mainItem .textBox .itemName{opacity: 0;}
.mainItem .textBox .itemName span{position: relative;left: 0.5em;opacity:0;}



.mainItem .textBox .copy{
	width: 93%;
	margin-top: 1.8em;
	font-size: 1em;
	line-height: 1.9;
	text-align: justify;
	text-justify: inter-ideograph;
}

.mainItem .specBox{
	width: 93%;
	margin-top: auto;
	padding-top: 0.5em;
}
.mainItem .addSpec{width: 93%;margin-left: 0;}


.mainItem .elementBox{width: 44%;position: relative;}
.mainItem .mainSlide{
	width: 91.5%;
	margin-left: 8.5%;
	position: relative;
}
.mainItem .leftpos .mainSlide{margin-left: 4.5%;}

.mainItem .mainSlide h3{
	position: absolute;
	bottom: 0;
	right: -1.2%;
	width: 113%;
	font-size: 0.87em;
	letter-spacing: 0.02em;
	transform-origin: bottom right;
	transform:rotate(90deg);
}
.mainItem .mainSlide h3::before{
	content: '';
	display: inline-block;
	width: 0.83em;
	height: 0.83em;
	margin-right: 0.8em;
	background: #484b28;
}


.mainItem .mainSlide .slickMain::after{
	content: '';
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	border: 1px solid #98a93f;
}
.fa02 .mainItem .mainSlide .slickMain::after{border-color: #a58565;}
.fa05 .fa05farst .mainItem .mainSlide .slickMain::after{border-color: #a58565;}


.mainItem .slick-dots{bottom:0;left: -2.4em; width:0.75em;}

.mainItem .slick-dots li{
margin: 1.3em 0 0;
width:0.75em;
height: 2.5em;
background: #5c5d5c;
display: block;
}
.mainItem .slick-dots li:first-of-type{margin-left: 0;}
.mainItem .slick-dots li:last-of-type{margin-right: 0;}
.mainItem .slick-dots li.slick-active button:after{
	content: "";
	display: block;
	position: absolute;
	left: -6px;
	top: -1px;
	bottom: -1px;
	width: 1px;
	background: #1e0e07;
}

.fa01 .mainItem .slick-dots li:nth-child(1) button{background: #4e473f;}
.fa01 .mainItem .slick-dots li:nth-child(2) button{background: #302e42;}
.fa01 .mainItem .slick-dots li:nth-child(3) button{background: #b6b6ad;}
.fa02 .mainItem .slick-dots li:nth-child(1) button{background: #b44436;}
.fa02 .mainItem .slick-dots li:nth-child(2) button{background: #645932;}
.fa02 .mainItem .slick-dots li:nth-child(3) button{background: #a3a2a7;}
.fa02 .mainItem .slick-dots li:nth-child(4) button{background: #302e42;}
.fa03 .mainItem .slick-dots li:nth-child(1) button{background: #d3cdc6;}
.fa03 .mainItem .slick-dots li:nth-child(2) button{background: #302e42;}
.fa04 .mainItem .slick-dots li:nth-child(1) button{background: #b0a89f;}
.fa04 .mainItem .slick-dots li:nth-child(2) button{background: #50515a;}
.fa04 .mainItem .slick-dots li:nth-child(3) button{background: #a4a4a8;}
.fa04 .mainItem .slick-dots li:nth-child(4) button{background: #d6d7d6;}
.fa05 .mainItem .slick-dots li:nth-child(1) button{background: #393f4a;}
.fa05 .mainItem .slick-dots li:nth-child(2) button{background: #313136;}
.fa05 .mainItem .slick-dots li:nth-child(3) button{background: #dcd8dc;}

/*-----------*/


.itemList{
	width: 100%;
	margin: 0px auto;
}
.itemList dl{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	line-height: 1.15;
	margin-top: 0.6em;
}
.line .itemList:not(.addSpec) dl:nth-child(1){margin-top: 0;}

.itemList .name{
	width: calc( 100% - 6.5em);
	letter-spacing: 0.04em;
	display: flex;
	justify-content: space-between;
}
.itemList .name span{text-align: right;}
.itemList .name small{
	font-size: 0.8em;
	padding-left: 0.3em;
	letter-spacing: 0;
	display: inline-block;
	padding-bottom: 0.05em;
	vertical-align: middle;
}
.itemList .detail{width: 5.5em;}
.itemList .detail a{
	display: block;
	width: 100%;
	border: 1px solid #919e4d;
	color: #FFF;
	background: #919e4d;
	line-height: 1;
	text-align: center;
	padding: 0.35em 0 0.43em;
}
.fa02 .itemList .detail a{border-color: #a58565;background: #a58565;}
.fa05 .fa05farst .itemList .detail a{border-color: #a58565;background: #a58565;}


@media(min-width: 769px) {
.itemList .detail a{-webkit-transition: all 0.4s;transition: all 0.4s;}
.itemList .detail a:hover{background:#FFF;color: #919e4d;}
.fa02 .itemList .detail a:hover{background:#FFF;color: #a58565;}
.fa05 .fa05farst .itemList .detail a:hover{background:#FFF;color: #a58565;}

}




/*---------*/

.addSpec{display: none;}
.addSpec dl:first-child{margin-top: 0.7em;}
.specBox.line .addSpec dl:first-child{margin-top: 0em;}


.itemList .trigger{
	margin:0.7em 0 0;
	width: 100%;
	position: relative;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.itemList .trigger.kingTrigger{
	width: 100%;
	margin-top: 0.7em;
	position: relative;
}
.itemList .trigger .more{
	width:calc( 100% - 6.5em);
	position: relative;
}
.itemList .trigger .more::before{
	content: '';
	position: absolute;
	right: 0;
	top: 80%;
	width: 10em;
	height: 1px;
	background: #201510;
}
.itemList .trigger .more::after{
	content: '';
	position: absolute;
	right: 0;
	top: 80%;
	width: 1em;
	height: 1px;
	background: #201510;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	transform-origin:right center;
}

.itemList .trigger .plus{
	position: relative;
	cursor: pointer;
	width: 5.5em;
	height: 1.7em;
	display: block;
	border: 1px solid #919e4d;
	background: #919e4d;
}

.fa02 .itemList .trigger .plus{border-color: #a58565;background: #a58565;}
.fa05 .fa05farst .itemList .trigger .plus{border-color: #a58565;background: #a58565;}


.itemList .trigger .plus:after,
.itemList .trigger .plus:before{
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0;
	right: 0;
	margin:0 auto;
	width: 1.0em;
	height: 2px;
	background: #FFF;
	-webkit-transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1),background 0.4s;
	transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1),background 0.4s;
}
.itemList .trigger .plus:before{-webkit-transform:rotate(90deg);transform:rotate(90deg);}
.itemList .trigger.open .plus:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.itemList .trigger.open .plus:after{-webkit-transform:rotate(135deg);transform:rotate(135deg);}

@media(min-width: 769px) {
.itemList .trigger{-webkit-transition: color 0.4s;transition: color 0.4s;}
.itemList .trigger .plus{-webkit-transition: background 0.4s;transition: background 0.4s;}
.itemList .trigger .plus:hover{background: #FFF;}
.itemList .trigger .plus:hover:after,
.itemList .trigger .plus:hover:before{background: #919e4d;}
.fa02 .itemList .trigger .plus:hover:after,
.fa02 .itemList .trigger .plus:hover:before{background: #a58565;}
.fa05 .fa05farst .itemList .trigger .plus:hover:after,
.fa05 .fa05farst .itemList .trigger .plus:hover:before{background: #a58565;}
}









/*---------------*/

.visual{
	width: 85%;
	max-width: 1080px;
	margin: 7.5em auto 0;
}

.visual .topArea{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
}

.visual .styleNum{
	position: absolute;
	top: 0;
	right: 0%;
	line-height: 1.2;
	display: inline-block;
	border: 1px solid #98a93f;
	padding: 0.6em 1em;
}
.fa02 .visual .styleNum{border-color: #a58565;}
.fa05 .fa05farst .visual .styleNum{border-color: #a58565;}

.visual .catch{
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5c663f;
	font-size: 1.875em;
	letter-spacing: 0.08em;
	font-weight: 600;
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding-bottom: 5em;
}
.fa02 .visual .catch{color: #693138;}
.fa05 .visual .catch{color: #b65e2c;}


.visual figure{width: 55%;}

.visual .copy{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.12em;
	line-height: 2;
	width: calc(45% - 2em);
	padding-bottom: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.fa02 .visual .copy{
	right: 25%;
	top: 6em;
	bottom: auto;
	width: 17em;
	color: #FFF;
}
.fa03 .visual .copy{
	right: 25%;
	top: 11vw;
	bottom: auto;
	width: 17em;
	color: #FFF;
}
.fa04 .visual.wide .copy{
	left: 5%;
	top: 24vw;
	bottom: auto;
	width: 23em;
	color: #FFF;
}

.visual .specBox.line{width: 55%;}


.visual.wide{width: 100%;max-width: none;}
.visual.wide .styleNum{right: 10%;transform:translateX(50%);}
.visual.wide .catch{width: 20%;justify-content: flex-start;margin-top: 4em;}
.fa03 .visual.wide .catch{margin-top: 11vw;}
.visual.wide figure{width: 80%;}
.visual.wide .specBox.line{width: 46.7%;max-width: 37.5em;margin-left: auto;margin-right: auto;}
.fa04 .visual.wide .specBox.line{margin-left: 8%;margin-right: 0;}
.fa05 .visual .specBox.line{margin-left: auto;margin-right: auto;}


.fa02 .specBox.line{border-color: #a58565;}
.fa05 .fa05farst .specBox.line{border-color: #a58565;}



.specBox.line{
	margin:2.4em 0 0 0;
	padding:0;
	border-top: 1px solid #919e4d;
	border-bottom: 1px solid #919e4d;
	position: relative;
}
.specBox.line::after{
	content: '';
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: 0;
	right: 0;
	z-index: 5;
	background: #FFF;
	transition: top 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.specBox.line.view::after{top: calc(100% + 2px);}


.specBox.line .itemList{margin: 1.5em 0;}
.specBox.line .addSpec.itemList{margin-top: 0em;}

/*--------------*/

.subTitle{
	width: 83%;
	max-width: 1060px;
	margin: 7.5em auto 0;
}
.subTitle .subTitleInnter{
	width: 50%;
	border-bottom: 1px solid #919e4d;
}
.fa02 .subTitle .subTitleInnter{border-color: #a58565;}
.fa05 .fa05farst .subTitle .subTitleInnter{border-color: #a58565;}

.subTitle h2{
	font-size: 2.1em;
	line-height: 1.3;
	position: relative;
	letter-spacing: 0.05em;
	padding-left:1.9em;
	padding-bottom: 0.5em;
}
.subTitle h2{opacity: 0;}
.subTitle h2 span{position: relative;left: 0.5em;opacity:0;}

.subTitle h2::before{
	position: absolute;
	content: '';
	width: 0.6em;
	height:2.2em;
	top: 0.2em;
	left: 0;
	background: #5c663f;
}
.fa02 .subTitle h2::before{background: #693138;}
.fa05 .fa05farst .subTitle h2::before{background: #b65e2c;}

.subTitle .copy{
	width: 50%;
	margin-top: 3.5em;
	font-size: 1.12em;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}


/*--------------*/

.styling{
	width: 83%;
	max-width: 1060px;
	margin: 7.5em auto 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.styling .styleBox{
	width: 47%;
	position: relative;
}
.styling .styleBox h3{
	font-size: 1.12em;
	line-height: 1;
	font-weight: 600;
	position: absolute;
	top: -2.0em;
	left: 0;
	padding-left: 2em;
}
.styling .styleBox h3::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.1em;
	height: 1.1em;
	background: #5c663f;
	margin-right: 1em;
}
.fa02 .styling .styleBox h3::before{background: #693138;}
.fa05 .fa05farst .styling .styleBox h3::before{background: #b65e2c;}



/*--------------*/

.option{
	width: 83%;
	max-width: 1060px;
	margin: 7.5em auto 0;
	display: flex;
	justify-content: space-between;
}
.option .photoBox{width: 47%;}

.option .elementBox{width: 44.5%;position: relative;}
.option .elementBox h3{
	text-align: center;
	font-size: 1.37em;
	line-height: 1.2;
	padding-bottom: 0.5em;
	color: #5c663f;
	letter-spacing: 0.03em;
}
.fa02 .option .elementBox h3{color: #693138;}

.option .mainSlide{
	width: 82%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 3em;
}
.option .mainSlide .slickMain::after{
	content: '';
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	border: 1px solid #98a93f;
}

.fa02 .option .mainSlide .slickMain::after{border-color: #a58565;}
.fa05 .fa05farst .option .mainSlide .slickMain::after{border-color: #a58565;}


.option .slick-dots{bottom:-3em;width:100%;}
.option .slick-dots li{margin: 0 0.7em;width:2.5em;height: 0.75em;background: #5c5d5c;}
.option .slick-dots li:first-of-type{margin-left: 0;}
.option .slick-dots li:last-of-type{margin-right: 0;}
.option .slick-dots li.slick-active button:after{
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -6px;
	height: 1px;
	background: #141906;
}
.option .specBox{margin-top: 1.5em;}

.fa02 .option .slick-dots li:nth-child(1) button{background: #343441;}
.fa02 .option .slick-dots li:nth-child(2) button{background: #9e9ca3;}
.fa05 .option .slick-dots li:nth-child(1) button{background: #e6dbd8;}
.fa05 .option .slick-dots li:nth-child(2) button{background: #403d45;}


/*-------------*/

.allBanner{
	width: 100%;
	position: relative;
	margin-top: 9em;
}
.allBanner figure{
	width: 100%;
	padding-top: 48.5%;
	background-position: center center;
	background-size: cover;
}
.ca01 .allBanner figure{background-image: url("../../images/all_fa01.webp");}
.ca02 .allBanner figure{background-image: url("../../images/all_fa02.webp");}
.otherContents .allBanner figure{background-image: url("../../images/all_brand.webp");}

.allBanner .logo{
	position: absolute;
	width: 9.4em;
	top: 8%;
	left: 8%;
}
.allBanner .element{
	position: absolute;
	left: 8%;
	top: 50%;
	color: #FFF;
	-webkit-transform:translateY(-40%);
	transform:translateY(-40%);
}
.allBanner .element .season{font-size: 0.81em;font-weight: 600;letter-spacing: 0.02em;}
.allBanner .element h2{font-size: 2.75em;letter-spacing: 0.02em;}
.allBanner .element h3{font-size: 2.1em;padding-bottom: 0.8em;}
.allBanner .element hr{width: 27em;height: 1px;background: #FFF;}

.allBanner .element .detail{margin-top: 2.5em;}
.allBanner .element .detail a{
	color: #FFF;
	display: inline-block;
	border: 1px solid #919e4d;
	background: #919e4d;
	font-size: 1.4em;
	padding: 0.4em 1.5em 0.5em;
	line-height: 1;
}



@media(min-width: 769px) {
.allBanner .element .detail a{-webkit-transition: all 0.4s;transition: all 0.4s;}
.allBanner .element .detail a:hover{background:none;color: #FFF;}
}




/*-------------------------------------*/

.otherContents{}

.otherTitle{
	width: 91%;
	max-width: 1160px;
	margin: 7.5em auto 0;
}
.otherTitle .subTitleInnter{width: 50%;}

.otherTitle h2{
	font-size: 2.375em;
	line-height: 1.3;
	position: relative;
	color: #5c663f;
	letter-spacing: 0.05em;
	padding-left:1.1em;
}
.otherTitle h2{opacity: 0;}
.otherTitle h2 span{position: relative;left: 0.5em;opacity:0;}

.otherTitle h2::before{
	position: absolute;
	content: '';
	width: 0.5em;
	height:2.8em;
	top: -0.2em;
	left: 0;
	background: #5c663f;
}


.otherBanner{
	width: 91%;
	max-width: 1160px;
	margin: 5em auto 0;
	position: relative;
}
.otherBanner .logo{
	position: absolute;
	z-index: 5;
	top: 4%;
	right: 2%;
	width: 14.5%;
}
.otherBanner .element{
	position: absolute;
	top: 0;
	left: 3%;
	right: 3%;
	bottom: 0;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.otherBanner .element h2{width: 25%;}
.otherBanner .element h2 img{width: 80%;}
.otherBanner .element h3{width: 15.5%; margin: 0 auto;}
.otherBanner .element h4{width: 25%;text-align: right;}
.otherBanner .element h4 img{width: 85%;}

.otherBanner .center{
	text-align: center;
	width: 20%;
}
.otherContents .link{margin-top: 25%;}
.otherContents .link span{
	display: inline-block;
	font-size: 1.5em;
	color: #FFF;
	background: #b65e2c;
	padding: 0.4em 1em 0.5em;
	line-height: 1;
	white-space: nowrap;
}
.otherContents .link a{
	display: inline-block;
	font-size: 1.5em;
	color: #FFF;
	background: #ce5e23;
	border: 1px solid #ce5e23;
	padding: 0.4em 1em 0.5em;
	line-height: 1;
	white-space: nowrap;
}
@media(min-width: 769px) {
.otherContents .link a{-webkit-transition: all 0.4s;transition: all 0.4s;}
.otherContents .link a:hover{background:none;color: #ce5e23;}
}





.sns{
	width: 91%;
	max-width: 1160px;
	margin: 7.5em auto;
	position: relative;
	border-top: 1px solid #75763e;
	border-bottom: 1px solid #75763e;
}
.sns .snsList{
	width: 87%;
	margin: 2em auto;
	display: flex;
	line-height: 1;
	justify-content: space-between;
}
.sns .snsList .list{
	width: 33.333%;
	text-align: center;
}
.sns .snsList .list a{
	color: #201510;
}
.sns .snsList .list a p{
	font-size: 1.5em;
	padding-bottom: 0.8em;
}
.sns .snsList .list a .icon{
	display: inline-block;
	width: 3.875em;
}


.officialsite{
	width: 91%;
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 3em;
	border-top: 1px solid #75763e;
	border-bottom: 1px solid #75763e;
}
.officialsite .logo{
	width: 10.8em;
	margin: 0 auto;
}
.officialsite h3{
	font-size: 1.8em;
	font-size: 600;
	line-height: 1.2;
	margin: 1.2em 0;
}
.officialsite h3 em{
	font-size: 1.075em;
	letter-spacing: 0.03em;
	display: block;
}

.officialsite .more{}
.officialsite .more a{
	display: inline-block;
	font-size: 1.5em;
	color: #FFF;
	background: #919e4d;
	padding: 0.4em 1em 0.5em;
	line-height: 1;
}


/*-----------------------*/

.footer{
	width: 100%;
	height: 60vw;
	max-height: 100vh;
	margin-top: 8em;
	line-height: 1;
	color: #FFF;
	position: relative;
	overflow: hidden;
	background: url("../../images/footer_pc.webp") center center;
	background-size: cover;
}

.footer .block{
	position: absolute;
	left: 6%;
	bottom: 6%;
	z-index: 5;
}
.footer .block .logo{width: 17.5em;}
.footer .block .copyright{margin-top: 3em;line-height: 1.4;letter-spacing: 0.02em;}

.footer .season{
	position: absolute;
	right: 5%;
	bottom: 6%;
	z-index: 5;
	font-size: 0.875em;
	letter-spacing: 0.02em;
	font-weight: 600;
}




/*-----------------------------------------------------------------------------------------------------*/


.menu-trigger{display: none;}
.spNavi{display: none;}



.sideNavi{
    position: fixed;
    top: 50%;
    right:-4.8em;
    width: 4.8em;
    z-index: 100;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transform:translateY(-50%);
	transform:translateY(-50%);  
}
.sideNavi.view{right:0px;}

.sideNavi ul{width:100%;}
.sideNavi ul li{width: 100%;margin-bottom: 1.5em;}


.sideNavi .current h3{opacity: 1;}



.sideNavi .photo{
	width: 100%;
	position:relative;
	margin:0.6em 0 0.8em;
	background: #b8bbb3;
}
.sideNavi .photo h3{
	line-height: 1;
	letter-spacing: 0.03em;
	font-size: 0.75em;
	color: #FFF;
	position: absolute;
	left: 0.6em;
	bottom: 0.6em;
	z-index: 5;
}
.sideNavi .photo figure{
	opacity: 0.4;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.sideNavi .photo figure:hover,
.sideNavi .current .photo figure{opacity: 1;}

.sideNavi .num{
	font-size: 0.75em;
	line-height: 1;
	margin-top: 0.6em;
	width: 100%;
}
.sideNavi .num a{
	color: #b8bbb3;
	transition: all 0.3s;
}
.sideNavi .num  em{font-size: 1.35em;padding-left: 0.1em;}
.sideNavi .num span{
	display: inline-block;
	width: 0.85em;
	height: 0.85em;
	background: #b8bbb3;
	margin-right: 0.5em;
	transition: all 0.3s;
}
.sideNavi .num a:hover{color: #919e4d;}
.sideNavi .num a:hover span{background: #919e4d;}
.sideNavi .num.current a{color: #919e4d;}
.sideNavi .num.current span{background: #919e4d;}

.sideNavi .pagetop{
    width: 37%;
    margin: 0 auto;
    cursor: pointer;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.sideNavi .pagetop:hover{opacity:0.5;}





/* ========================= Slider =============================== */

.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;outline:none;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;position: relative;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
/*--------*/
.slick-track{display: flex;}
.slick-track:before,
.slick-track:after{display: none;}
.slick-slide{height: auto !important;float: none;}
.slick-slide > div{height: 100%;}
/*--------*/
/* Prev Next Button */
.slick-prev,
.slick-next {
    cursor:pointer;
    display:block;
    font-size:0;
    line-height:0;
    width: 5vw;
    height: 5vw;
    position:absolute;
    top:50%;
	margin-top: -2.5vw;
    z-index:50;
}
.slick-prev{left:-8vw;}
.slick-next{right:-8vw;}


.slick-prev::before,
.slick-next::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: -35%;
	background: #98a93f;
	transform-origin: center center;
}
.slick-prev::after,
.slick-next::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 35%;
	background: #98a93f;
	transform-origin: center center;
}

.fa02 .slick-prev::before,
.fa02 .slick-next::before,
.fa02 .slick-prev::after,
.fa02 .slick-next::after{background: #a58565;}
.fa05 .fa05farst .slick-prev::before,
.fa05 .fa05farst .slick-next::before,
.fa05 .fa05farst02 .slick-prev::after,
.fa05 .fa05farst .slick-next::after{background: #a58565;}


.slick-prev::before{transform:rotate(45deg);left: 0;}
.slick-next::before{transform:rotate(-45deg);right: 0;}
.slick-prev::after{transform:rotate(-45deg);left: 0;}
.slick-next::after{transform:rotate(45deg); right: 0;}


.slick-dots{
	display:block;
	list-style:outside none none;
	padding:0;
	text-align:center;
	position:absolute;
	z-index:10;
}
.slick-dots li{
	cursor: pointer;
	display: inline-block;
	padding: 0;
	position: relative;
	vertical-align: top;
}
.slick-dots li button{
	cursor:pointer;
	display:block;
	font-size:0;
	width:100%;
	height: 100%;
	line-height: 0;
	outline:medium none;
	position: relative;
}


