@charset "UTF-8";
/*
----------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 0px !important;
}
body{
    margin:0;
    padding:0;
}
#special{
	/*overflow-x : hidden !important;*/
}
a{
	transition:.2s;
	border:0 !important;
}
a:hover{
	text-decoration: none !important;
}
.special_fixed{
    position: fixed !important;
    top: -137px;
    z-index: 10000;
}
.special_fixed:hover{
}
a{
    text-decoration: none !important;
}
#special{
	font-size:14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
	color:#000000 !important;
	list-style:none;
	line-height:2.0em;
}
img{
	vertical-align:top;
	max-width: 100%;
	height: auto;
}
a img{
	border:0;
}
ul{
	margin:0;
	padding:0;
}
li{
	list-style: none;
	margin:0;
	padding:0;
}
.pc{
	display:none;
}
.sp{
	display:block;
}
@media screen and (min-width: 768px){
	#special{
		width:100% !important;
		margin:0 auto !important;
	}
	.pc{
		display: block !important;
	}
	.sp{
		display: none !important;
	}
}

/* PCサイドナビ
------------------------------------------------------------*/
.side-nav{
    position:fixed;
    bottom:0;
    z-index:100 !important;
}
.side-nav ul{
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0;
}
.side-nav ul li{
    margin:0;
    padding: 10px 0 5px 0;
    height: 25px;
	list-style-type: none;
	width: calc(100% / 9 );
	transition: all .3s;
}
.side-nav .special_sidenav li a img:hover{
    transform: scale(1.05,1.05) !important;
}
@media screen and (min-width: 768px){
    .side-nav {
        top: 7%;
        right: 0px;
        z-index: 100;
        height: 320px;
    }
    .side-nav ul{
        flex-direction: column;
        margin:0;
        padding:0;
    }
    .side-nav ul li { 
        width: 100%;
        margin-bottom: 15px;
        }
    .side-nav ul li:last-child { 
        margin-bottom: 0 !important;
        }
    .side-nav ul a img {
        display: block;
        width: 90px;
        padding:0 0 3px 0;
    }
	.side-nav ul li:hover{
		opacity: 0.5;
	}
    .side-nav .header__link.is-active img {
        opacity: 1
    }
    .side-nav .header__link.is-active::after {
    }
}

/* SPボトムナビ
----------------------------------------*/
.spnavbox{
	display:none;
}
ul.spfootnav{
	position:fixed;
	bottom:0;
	width:100%;
	list-style: none;
	margin:0 0 -0.5% 0;
	padding:0;
	z-index:200 !important;
	background:#ffffff;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	flex-direction: row;
	  box-shadow: 0px -5px 10px 0px rgba(197, 197, 197, 0.3);
}
ul.spfootnav li{
	margin:0;
	padding:0;
	width:33.33333%;
}

/* MOVIE
----------------------------------------*/
.moviebox {
    width: 100%;
    margin: 10% 0 15% 0;
}
.moviebox .movieno {
    width: 40%;
    margin: 0 30% 5% 30%;
}
.moviebox .moviettl {
    width: 40%;
    margin: 0 30% 7% 30%;
}
.moviebox .maintxt {
    width: 80%;
    margin: 0 auto;
    font-size: 0.9em;
    line-height: 2.2em;
    font-family: 
        "游明朝", YuMincho,
        "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "HG明朝E",
        "ＭＳ Ｐ明朝", "ＭＳ 明朝",
        serif;
}

.movie {
    position: relative;
    padding-bottom: 5%;
}

.movie .video-container {
    position: relative;
    width: 70vw;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    margin: 0 auto !important;
    padding: 0 !important;
    z-index: 2;
}

.movie .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.movie #videoPlaceholder {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: none;
}

@media (min-width: 768px) {
    .moviebox {
        width: 70%;
        margin: 5% auto;
        display: flex;
    }
    .moviebox .maintxt {
        font-size: 1.3vw;
        width: calc(100vw * 0.42);
        margin: 20% 0 0 auto;
    }
    .movie {
        padding-bottom: 0;
        /* 高さは .video-container の aspect-ratio で決まるので特に指定不要 */
    }
    .movie .video-container {
        position: relative;
        width: calc(100vw * 0.25);
        aspect-ratio: 9 / 16;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .movie .video-container video {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 375px) {
    .moviebox .maintxt {
        width: 85%;
        margin: 0 auto 25% auto;
    }
}


/* アコーディオン(ブランドで見る＆サイズで見る)
----------------------------------------*/
.linkarea{
    margin-bottom:10%;
}
.accordion{
	width:100%;
	text-align:center !important;
}
.accordion2{
	width:100%;
	text-align:center !important;
}
.acmenu {
  margin-left: 5% !important;
  width:90%;
  font-size: 15px;
  text-align:center;
  margin-bottom:5%;
	border:1px solid #000;
}
.acmenu ul{
  padding:0 !important;
  margin:0 !important;
}
.acmenu ul li{
  list-style: none !important;
  border:1px solid #fffffff !important;
  background:#ffffff !important;
  color:#000000 !important;
}
.acmenu ul li:first-child,
.acmenu ul li:nth-child(2),
.acmenu ul li:nth-child(3),
.acmenu ul li:nth-child(4),
.acmenu ul li:nth-child(5),
.acmenu ul li:nth-child(6){
    background:#bababa;
    border:none !important;
}
.acmenu ul li a{
  display: block;
  color:#000000 !important;
  cursor: pointer;
  line-height:50px;
  font-size: 15px;
  text-align:center !important;
}
.acmenu li a:after, .acmenu li a.active:after{
  position: absolute;
  color:#fff !important;
}
.acmenu li a:after{
}
.acmenu ul li a:hover{
  background:#cccccc !important;
}
.acmenu li a.active:after{
}
.acmenu > ul > li > ul {
  display: none;
}
.acsubmenu li{
  width: 100%;
  display: block;
  height: 50px;
  position: relative;
  line-height:50px;
  font-size: 14px;
  margin-bottom: 1px;
  text-align:center !important;
}
@media screen and (min-width: 768px){
	.linkarea{
		width:100%;
		height:150px;
		position:relative;
		margin:0 auto !important;
		max-width:1000px;
	}
	.linkarea .link1{
		position:absolute;
		left:10%;
		width:35%;
		max-width:380px;
	}
	.linkarea .link2{
		position:absolute;
		right:10%;
		width:35%;
		max-width:380px;
	}
	.acmenu {
	  margin-left: 0 !important;
	  width:100%;
	  font-size: 14px;
	  text-align:center;
	}
	.acmenu ul li a{
	  display: block;
	  color:#000000 !important;
	  cursor: pointer;
	  line-height:50px;
	  font-size: 16px;
	  text-align:center !important;
	}
}


/* FOOTER
----------------------------------------*/
.btnarea{
    width:90%;
    margin:0 auto;
    margin:0 5% 20% 5%;
    letter-spacing:0.5px;
}
.button {
    margin: 0 auto 5% auto;
    width: 100%;
    padding:3% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    color: #000000;
    cursor: pointer;
    position:relative;
    font-weight: 400;
    font-style: normal;
}
.btnarrow {
	position:absolute;
	right:20px !important;
	top:17px !important;
	width: 35px;
	height: 8px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: skew(45deg);
}
.btnarrow.short {
	width: 20px;
}
.button.comingsoon:hover{
    cursor: default ;
    background:#fff !important;
}
.btnarea .button{
	border: none !important;
}
.itembtnarea .button{
	width:97% !important;
	margin:0 auto;
	border-bottom:10px solid #eeeeee  !important;
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
	text-align:left !important;
	padding-bottom:0 !important;
	justify-content: inherit !important;
	padding-left:3% !important;
	font-size:1.2em;
	line-height:0.8em;
	font-feature-settings: "palt";
	letter-spacing:1px;
}
@media screen and (min-width: 768px){
    .btnarea{
     	margin:0;
    }
    .button {
        margin: 20px auto 0 auto;
        width: 500px;
        height: 50px;   
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #000000;
        cursor: pointer;
        position:relative;
        padding:0;
    }
    .btnarrow {
            position:absolute;
            right:40px !important;
            top:17px !important;
            width: 50px;
            height: 8px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            transform: skew(45deg);
    }
	.btnarrow.sustainablearrow,
	.btnarrow.instagramarrow{
		top:27px !important;
		color:#000;
		            border-bottom: 1px solid #000 !important;
            border-right: 1px solid #000 !important;
	}
	.button:hover .btnarrow.sustainablearrow,
	.button:hover .btnarrow.instagramarrow{
		top:27px !important;
	}
    .button:hover{
        background:#ffffff;
    }
    .button:hover  .btnarrow{
            position:absolute;
            right:20px !important;
            top:17px !important;
            width: 50px;
            height: 8px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            transform: skew(45deg);
	}
	.itembtnarea .button{
		width:380px !important;
		line-height:0.5em !important;
		margin: 0 auto !important;
		height:30px !important;
		
	}
	.itembtnarea .button .btnarrow{
		top: 12px !important;
	}
}


.vol2{
    width:90%;
    margin:10% 5% 20% 5% !important;
	border:1px solid #000;
	text-align:center;
	/*padding:2% 0;
	font-size:1rem;
	line-height:2;
	background:#fff;*/

}
@media screen and (min-width: 768px){
    .vol2{
		/*width:480px;
		padding:10px 0;
		font-size:18px;*/
        width:520px;
        margin:0 auto 40px auto !important;
    }
}

#otherarea{
    width:100%;
    margin:0 auto !important;
    padding-top:10% !important;
    padding-bottom:30px !important;
}
@media screen and (min-width: 768px){
	#otherarea{
		width:100%;
		margin:0 auto !important;
		padding-top:160px !important;
		padding-bottom:80px !important;
	}
}

.infoarea{
    text-align:center;
    width:100%;
	color:#000;
}
.infoarea p{
    margin:5% auto 3% auto ;
    text-align:center;
    width:100%;
}
.infoarea .btnarea .button{
	color:#000;
	background-color:transparent !important;
	border:1px solid #000 !important;
}
.infoarea .btnarea .btnarrow{
	right:15px !important;
}
@media screen and (min-width: 768px){
    .infoarea{
		width:100%;
        max-width:1000px;
        margin: 0 auto !important;
    }
    .infoarea .ttl{
        width:500px;
        margin:0 auto !important;
    }
    .infoarea p{
        margin:20px auto 0 auto ;
        text-align:center;
        width:100%;
        font-size:16px;
    }
    .infoarea .btnarea{
        margin: 0 auto 80px auto !important;
    }
	.infoarea .btnarea .btnarrow{
	right:40px !important;
}
}

.sustainable{
	background:#ffffff;
	text-align:center;
	padding:10% 5% 1% 5%;
	border:1px solid #cfe6f4;
}
.sustainable p{
	font-size:1.1em;
	margin:5% 0;
	line-height:1.8em;
}
.sustainable .btnarea{
	margin-bottom:10% !important;
}
.sustainable .button{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;
	padding:3% 0 0 0 !important;
	border-bottom:7px solid #c5e4c7 !important;
}
@media screen and (min-width: 768px){
	.sustainable{
		width:100%;
		max-width:1000px;
		margin:0 auto 50px auto;
		padding:40px 0 20px 0;
	}
	.sustainable img{
		width:500px;
		margin:0 150px;
	}
	.sustainable p{
		font-size:18px;
		margin:30px 0 0 0;
	}
	.sustainable .btnarea{
		margin:0 auto !important;
	}
	.sustainable .button{
		padding-top:1.5% !important;
		padding-bottom:0;
		width:630px;
		border-bottom:none !important;
	}
	.sustainable .button span{
		border-bottom:7px solid #c5e4c7 !important;
	}
}

.instagram{
	background:transparent;
	text-align:center;
	padding:10% 5% 1% 5%;
	margin-top:10%;
	margin-bottom:10%;
	color:#1e9932;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;
}
.instagram .instagramttl{
	width:25%;
	margin:0 auto 5% auto;
}
.instagram p{
	font-size:1.2em;
	margin:5% 0;
	line-height:1.8em;
}
.instagram .btnarea{
	margin-bottom:10% !important;
}
.instagram .button{
	background:#ffffff !important;
	border:1px solid #ffffff !important;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;
}
@media screen and (min-width: 768px){
	.instagram{
		width:100%;
		max-width:1000px;
		margin:0 auto 100px auto;
		padding:40px 0 20px 0;
	}
	.instagram .instagramttl{
		width:100px;
		margin:0 150px;
	}
	.instagram p{
		font-size:18px;
		margin:30px 0 0 0;
	}
	.instagram .btnarea{
		margin:0 auto !important;
	}
	.instagram .button{
		padding-top:10px;
		padding-bottom:10px;
	}
}

.page-top a{
	width: 30px;
	position: fixed;
	bottom: 40px;
	right: 15px;
	padding: 10px;
	display: block;
	z-index: 1000;
}
.page-top a:hover{
	bottom:60px;
}
.copyright{
	text-align: center;
	font-size: 10px;
    padding-bottom:50px;
	margin: 40px auto 0 auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px){
    .page-top a{
        width: 50px;
        position: fixed;
        bottom: 15px;
        right: 15px;
        padding: 10px;
        display: block;
    }
    .page-top a:hover{
        bottom:20px;
    }
    .copyright{
        padding-bottom:20px;
    }
}


/* クレジット関係
-------------------------------------------------*/
.creditlist{
	list-style: none;
	padding:0 !important;
    width:90%;
    margin: 0 auto 10% auto;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.creditlist ul{
    padding:0 !important;
    margin:0 !important;
}
.creditlist li{
	margin-bottom: 0;
	}
.creditlist a{
    display: flex;
	justify-content: space-between;
    text-decoration: none;
	padding: 3px 0;
	line-height: 1;
	align-items: center;
	width: 100%;
    color: #000000;
	}
.creditlist span{
	display:block;
	}
.creditlist .item_name{
	width: 26%;
	text-align:left !important;
    font-size:0.9em;
	}
.creditlist .item_brand{
	width: 22%;
	text-align:left !important;
    font-size:0.9em;
	}
.creditlist .item_price{
	text-align: right;
	width: 29%;
    font-size:0.9em;
	}
.creditlist .item_price small{
    font-size:0.7em;
}
.creditlist .buybtnbox{
	width:20%;
}
.creditlist li.plusitem img{
	width:20% !important;
}
.creditlist li.underline{
	border-bottom:1px solid #000;
	margin-bottom:3%;
	padding-bottom:3%;
}
@media screen and (min-width: 768px){
	.creditlist{
        width:80% !important;
		font-size:1.2vw;
        padding: 5px 0 !important;
	    line-height: 1;
	    align-items: center;
        margin:2% auto 10% auto !important;
	}
	.creditlist li{
		margin-bottom:0;
		padding-top:10px !important;
	}
	.creditlist li:last-child{
		border-bottom:none !important;
	}
	.creditlist,.creditlist a{
		padding: 0 !important;
	}
	.creditlist span{
	}
    .creditlist .item_name{
		width:30%;
		line-height:2em;
    }
    .creditlist .item_brand{
		width:20%;
		line-height:2em;
    }
	.creditlist .item_price{
		width:25%;
        padding-right:0;
		line-height:2em;
	}
	.creditlist li.underline{
		border-bottom:1px solid #000;
		margin-bottom:0;
		padding-bottom:3%;
	}
}
.creditlist li{
	display:flex;
	display: -webkit-box;
    display: -ms-flexbox;
	justify-content: flex-start !important;
	align-items: center !important;
}

.buybtnbox {
    display: -webkit-box;
    display: -ms-flexbox;
	display: block;
    /*display: flex;*/
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    width: 6em;
	margin: 0 0 0 2%;
}
.buybtnbox a{
	padding:0 !important;
	justify-content:left !important;
}
.buybtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 2em;
    background-color: #fff;
}
#coldday .buybtn{
    background-color: #6ed0d4;
	color:#fff !important;
}
@media screen and (max-width: 999px){
    .buybtnbox {
        width:5.5em;
		margin-left:2%;
    }
	.buybtn {
        height:2em
    }
}

.buybtn:hover .buybtnText {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.buybtn:hover .buybtnArrow img {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.buybtnText {
    color: #000;
    font-size: 12px;
	letter-spacing: 0 !important;
    -webkit-transform: translateX(1em);
    transform: translateX(1em);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s,-webkit-transform 0.5s;
	text-align:center;
	margin:0 auto !important;
}
.buybtnArrow {
    overflow: hidden;
    width: 20px;
    margin-left: 5px;
}
@media screen and (max-width: 999px){
    .buybtnText {
        font-size:0.8em;
        line-height: 1.25;
        letter-spacing: 0em;
        -webkit-transform: translateX(1em);
        transform: translateX(1em);
    }
	.buybtnArrow {
        width:20px;
		margin-left: 2px;
    }
}

.buybtnArrow img {
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s,-webkit-transform 0.5s
}
.buyarrow{
	width:20px;
}














/* MV画像
----------------------------------------*/
#special_head{
    margin:0;
    padding:0!important;
    width:100%;
    height:calc(100vw*1.09);
    position:relative;
	background:#edeef2;
}
#special_head .ttl1{
	position:absolute;
	top: 8%;
    left: 71%;
    width: 10%;
	z-index:10;
}
#special_head .ttl2{
	position:absolute;
	top: 44.4%;
    left: 7.5%;
    width: 24%;
    z-index: 10;
}
#special_head .ttl3{
	position:absolute;
	top: 53.2%;
    left: 4.3%;
    width: 19.6%;
    z-index: 10;
}
#special_head .ttl4{
	position:absolute;
	top: 50.4%;
    left: 23.2%;
    width: 15.6%;
    z-index: 10;
}
#special_head .ttl5{
	position:absolute;
	top: 55%;
    left: 3%;
    width: 62%;
    z-index: 10;
}
#special_head .ttl6{
	position:absolute;
    top: 69.5%;
    left: 41%;
    width: 53.5%;
    z-index: 10;
}
#special_head .ttl7{
	position:absolute;
	top: 84%;
    left: 72%;
    width: 19%;
    z-index: 10;
}
#special_head .main1{
	position: absolute;
    top: 11%;
    width: 38%;
    z-index: 3;
    margin-left: -7%;
}
#special_head .main2{
	position:absolute;
	    top: 5%;
    left: 15%;
    width: 72%;
    z-index: 4;
}
#special_head .main3{
	position:absolute;
	top: 6%;
    left: 64%;
    width: 49%;
    z-index: 2;
}
#special_head .logo{
    width: 40%;
	left:30%;
	position:absolute;
	top:2%;
	z-index:100;
}
.attention{
	margin-top:3%;
}
@media screen and (min-width: 768px){
    #special_head{
        margin:0 !important;
        padding:0!important;
        width:100%;
        height:calc(100vw*0.585);
        position:relative;
    }
    #special_head .logo{
        width: 18%;
        position: absolute;
        z-index: 10 !important;
        top: 10px !important;
        left:41%;
		margin:0;
    }
	#special_head .ttl1{
		position:absolute;
		top: 7%;
		left: 63%;
		width: 6.8%;
		z-index: 10;
	}
	#special_head .ttl2{
		position:absolute;
        top: 47.3%;
        left: 28%;
        width: 13.3%;
        z-index: 10;
	}
	#special_head .ttl3{
		position:absolute;
        top: 56.6%;
        left: 26.5%;
        width: 10.4%;
        z-index: 10;
	}
	#special_head .ttl4{
		position: absolute;
        top: 53.8%;
        left: 36.6%;
        width: 8.4%;
        z-index: 10;
	}
	#special_head .ttl5{
		position: absolute;
        top: 59%;
        left: 25.5%;
        width: 33.5%;
        z-index: 15;
	}
	#special_head .ttl6{
		position:absolute;
		top: 73%;
        left: 46.5%;
        width: 29.5%;
        z-index: 10;
	}
	#special_head .ttl7{
		position: absolute;
        top: 85%;
        left: 72.5%;
        width: 9%;
        z-index: 10;
	}
	#special_head .main1{
		position: absolute;
        top: 3%;
        left: 3.5%;
        width: 21.5%;
        z-index: 3;
        margin-left: 0;
	}
	#special_head .main2{
		position:absolute;
		top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
	}
	#special_head .main3{
		position: absolute;
        top: 0%;
        left: 70%;
        width: 35%;
        z-index: 2;
        margin-top: -3%;
	}
    .attention{
		width:600px;
		margin:20px auto 0  auto !important;
    }
}

/*サブタイトル
----------------------------------------*/
.subttl{
	width:60%;
	margin:20% auto 10% auto;
}
.subttl .subttl1{
	width:56%;
	margin:0 22%;
}
.subttl .subttl2 .subttldot1{
	display: inline-block;
	width:10%;
	margin-right:-5%;
}
.subttl .subttl2 .subttl2text{
	display:inline-block;
	width:85%;
	position: relative;
	z-index:2;
}
.subttl .subttl2 .subttldot2{
	display: inline-block;
	width:10%;
	margin-left:-5%;
	position: relative;
	z-index:1;
}
.subttl .subttl3{
	width:80%;
	margin:1% 10% 0 10%;
}
@media screen and (min-width: 768px){
	.subttl{
		width:55%;
		margin:10% auto 5% auto;
	}
	.subttl .subttl1{
		width:32%;
		margin:0 34% 2% 34%;
	}
	.subttl .subttl2{
		display: inline-block;
		width:55%;
	}
	.subttl .subttl2 .subttldot1{
		display: inline-block;
		width:7%;
		margin-right:-3%;
	}
	.subttl .subttl2 .subttl2text{
		display:inline-block;
		width:88%;
		position: relative;
		z-index:2;
	}
	.subttl .subttl2 .subttldot2{
		display: inline-block;
		width:7%;
		margin-left:-3%;
		position: relative;
		z-index:1;
	}
	.subttl .subttl3{
		width:44%;
		margin:0;
	}
}

/*LINEUP
----------------------------------------*/
.lineup{
	width:100%;
	margin:0 auto 20% auto;
}
hr.lineupline{
	height: 1px;
	 border: none;
	border-top: 1px #000000 solid;
}
.lineupttl{
	width:30%;
	margin:0 35% -5% 35%;
}
.lineupbox{
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	margin-top:5%;
	justify-content:center;
}
.lineupbox .lineupitem{
	margin:0 5%;
	width:40%;
	position:relative;
	height:calc(100vw*0.7);
}
.lineupbox .lineupitem .lineupno{
	z-index:10;
	position:absolute;
	width:30%;
}
.lineupbox .lineupitem .lineupphoto{
	z-index:1;
	position:absolute;
	width:90%;
	right:0;
	top:calc(100vw*0.05);
}
.lineupbox .lineupitem .lineupsubttl{
	position:absolute;
	top:calc(100vw*0.55);
	line-height:1.5;
}
.lineupbox .lineupitem.lineupbox1 .lineup1{
	width:90%;
	margin-left:10%;
}
.lineupbox .lineupitem.lineupbox2 .lineup1{
	width:90%;
	margin-left:10%;
}
.lineupbox .lineupitem.lineupbox3 .lineup1{
	width:90%;
	margin-left:10%;
}
.lineupbox .lineupitem.lineupbox1 .lineupsubttl .lineup2{
	width:50%;
	margin-left:11%;
}
.lineupbox .lineupitem.lineupbox2 .lineupsubttl .lineup2{
	width:39.2%;
	margin-left:17%;
}
.lineupbox .lineupitem.lineupbox3 .lineupsubttl .lineup2{
	width:31%;
	margin-left:22%;
}
.lineupbox .lineupitem .lineupsubttl .navsub{
	width:35%;
}
@media screen and (min-width: 768px){
	.lineup{
		width:85%;
		margin:0 auto 10% auto;
	}
	.lineupbox{
		margin-top:4%;
	}
	.lineupttl{
		width:14%;
		margin:0 43% -2% 43%;
	}
	.lineupbox .lineupitem{
		margin:0 2%;
		width:28%;
		position:relative;
		height:calc(100vw*0.42);
	}
	.lineupbox .lineupitem .lineupno{
		z-index:10;
		position:absolute;
		width:26%;
		left:1%;
	}
	.lineupbox .lineupitem .lineupphoto{
		z-index:1;
		position:absolute;
		width:92%;
		right:0;
		top:calc(100vw*0.03);
	}
	.lineupbox .lineupitem .lineupsubttl {
		position: absolute;
		top: calc(100vw * 0.335);
		line-height: 1.8 ;
	}
	.lineupbox .lineupitem.lineupbox1 .lineup1{
		margin-bottom:4%;
	}
	.lineupbox .lineupitem.lineupbox2 .lineup1{
		margin-bottom:4%;
	}
	.lineupbox .lineupitem.lineupbox3 .lineup1{
		margin-bottom:4%;
	}
	.lineupbox .lineupitem.lineupbox1 .lineupsubttl .lineup2{
		width:40%;
		margin-left:20%;
	}
	.lineupbox .lineupitem.lineupbox2 .lineupsubttl .lineup2{
		width:32%;
		margin-left:24%;
	}
	.lineupbox .lineupitem.lineupbox3 .lineupsubttl .lineup2{
		width:25%;
		margin-left:27%;
	}
	.lineupbox .lineupitem .lineupsubttl .navsub{
		width:27%;
	}
}

/*メインアイテム
----------------------------------------*/
.main-wrapper {
    background: #edfdf2;
    position: relative;
}
.content-wrapper{
	background:#ffffff;
}
@media screen and (min-width: 768px){
	.pc{
		display: block !important;
	}
	.sp{
		display: none !important;
	}
    .main-wrapper {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
    }
    .sidenav {
        padding-top: 5%;
        width: 42%;
		position: sticky;
		top: 0;
		align-self: flex-start;
    }
    .sidenav ul {
        width: 80%;
        /*width: 90%;*/
        margin: 0 2% 0 15%;
        /*margin: 0 2% 0 8%;*/
    }
    .sidenav ul li {
        margin-bottom: 5%;
    }
    .content-wrapper {
        top: 0;
        width: 45%;
        margin-right: 4%;
        padding: 0 0 5% 0;
		margin-top:5%;
		background-color:transparent;
    }
}



/*
PC navi stick
-------------------------------------------------*/
.navttl{
	width:90%;
	margin:0 5% 20px 5%;
}
@media screen and (min-width: 768px){
	.contents-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 5%;
        position: relative;
	}
	.pcnav {
		position: sticky;
		top: 20px;
        align-self: flex-start;
        height: fit-content;
        width: 50%;
        max-width: 50%;
        flex-shrink: 0;
        z-index: 2;
	}
	.pcnav .list {
		display: flex;
		flex-wrap: wrap;
	}
	.pcnav .list .item {
		position: relative;
		width: 24%;
        margin: 0.5%;
	}
	.pcnav .list .item figure {
		margin: 0;
	}
	.pcnav .list .item .over {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: rgba(115, 95, 85, 0.5);
		opacity: 0;
		transition: 0.3s ease-in-out;
	}
	.pcnav .list .item a:hover .over {
		opacity: 1;
	}
	.pcnav .list .item .over .number {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: min(46px, 3vw);
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing:-1px;
	}
	.pcnav .list .item .over .numberimg {
		width:60%;
		margin:0 auto;
	}
	.main-contents {
        flex-grow: 1;
        width:460px;
        margin-right: 0;
        z-index: 1;
	}
}
@media screen and (max-width: 999px) {
}

/*
Swiper Base
-------------------------------------------------*/
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-wrapper {
  position: relative;
  display: flex;
}
.swiper-slide {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.swiper-slide .number{
	margin: 5% auto 0 auto !important;
	width:40% !important;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.swiper-pagination {
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000 !important;
  outline-color: #000000 !important;
  outline-style: solid !important;
  outline-width: 1px !important;
}
.swiper-pagination-bullet {
  background: #ffffff !important;
  outline-color: #000000 !important;
  outline-style: solid !important;
  outline-width: 1px !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: "" !important;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 30px;
  margin: auto;
  padding: 0;
  outline: none;
  transition: transform 0.6s ease;
}
.swiper-button-prev:after {
  background-image: url(../img/arrow-left.svg);
}
.swiper-button-next:after {
  background-image: url(../img/arrow-right.svg);
}
.swiper-button-next, .swiper-button-prev {
  top: 58% !important;
}
.swiper-button-prev {
  left: 19% !important;
}
.swiper-button-next {
  right: 19% !important;
}
.swiper-button-next, .swiper-button-prev{
	width:3% !important;
}


/*
Swiper1
-------------------------------------------------*/
.spnav {
  position: relative;
	background-color:#fff7f4;
	padding:10% 0;
	margin-bottom:20% !important;
}
.slider1 .swiper-wrapper {
  position: relative;
  display: flex;
  opacity: 1;
}
.slider1 .swiper-slide {
  width: 50%;
  opacity: 1 !important;
  /*transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;*/
}
.slider1 .swiper-slide-active {
  transform: scale(1) !important;
  /*margin: 0 2%;*/
}
.slider1 .swiper-slide-prev,
.slider1 .swiper-slide-next {
  transform: scale(0.7) !important;
  opacity: 0.5 !important;
}
.slider1 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 1 !important;
}

/*
Modelphoto
-------------------------------------------------*/
.stylebox{
	margin-bottom:20%;
}
.stylettl{
	width:30%;
	margin-bottom:5%;
}
.styletxt{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1em;
	/*font-size:1.3em;*/
	line-height:2em;
	font-feature-settings: "palt";
	letter-spacing:0.5px;
	margin-bottom:5%;
}
@media screen and (max-width: 375px) {
.styletxt{
	font-size:0.85em;
}	
}
.modelphoto{
	overflow: hidden;
	border-radius: 0 calc(200 / 850 * 40 * 3vw) 0 calc(200 / 850 * 40 * 3vw); 
}
@media screen and (min-width: 768px){
	.stylebox{
		margin-bottom:80px;
	}
	.styletxt{
		font-size:14px;
		margin-bottom:30px;
	}
	.modelphoto{
		overflow: hidden;
		border-radius: 0 calc(200 / 850 * 40 * 1vw) 0 calc(200 / 850 * 40 * 1vw); 
	}
}
.model-main img {
    /*border-radius: 0 calc(200 / 850* 40* 3vw) 0 0;*/
    animation-duration: 4s;
    overflow: hidden;
	margin-bottom:20px;
}
.model-sub img {
    /* border-radius: 0 0 0 calc(200 / 850 * 40 * 3vw); 左下を角丸 */
    animation-duration: 4s;
    overflow: hidden;
}
.model-main2 img {
    clip-path: polygon(10% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%, 0% 10%);
    animation-duration: 4s;
    overflow: hidden;
}
.model-sub2 img {
    clip-path: polygon(0% 0%, 85% 0%, 100% 15%, 100% 100%, 15% 100%, 0% 85%);
    animation-duration: 4s;
    overflow: hidden;
}

/*
ITEMBOX
-------------------------------------------------*/
.bluebox{
    background: #edfdf2;
}
.itemcomment{
	width:100%;
	margin:10% auto 5% auto;
	text-align:center;
	font-size:1rem;
}
.itemcomment img{
	width:70%;
	margin:1% auto 0 auto;
}
.lineup01 {
	background:#ffffff;
	border-top: 2px solid #ecf8ee;
	border-bottom: 2px solid #ecf8ee;
}
.lineup02 {
	background:#ffffff;
	border-top: 2px solid #fffce5;
	border-bottom: 2px solid #fffce5;
	margin-top:10%;
}
.lineup03 {
	background:#ffffff;
	border-top: 2px solid #ffecf4;
	border-bottom: 2px solid #ffecf4;
	margin-top:10%;
}
.lineup01 .itemttlbox{
	background:#ecf8ee;
	position:relative;
	width:100%;
	height:calc(100vw*0.25);
	margin-bottom:10%;
}
.lineup02 .itemttlbox{
	background:#fffce5;
	position:relative;
	width:100%;
	height:calc(100vw*0.25);
	margin-bottom:10%;
}
.lineup03 .itemttlbox{
	background:#ffecf4;
	position:relative;
	width:100%;
	height:calc(100vw*0.25);
	margin-bottom:10%;
}
.lineup01 .itemttlbox .itemttlno{
	position:absolute;
	left:5%;
	top:25%;
	width:15%;
}
.lineup01 .itemttlbox .itemttl1{
	position: absolute;
    left: 18%;
    top: 22%;
    width: 64%;
}
.lineup01 .itemttlbox .itemttl2{
	position: absolute;
    left: 24%;
    top: 48%;
    width: 25%;
}
.lineup01 .itemttlbox .itemttlsub{
	position: absolute;
    left: 50%;
    top: 45%;
    width: 20%;
}
.lineup02 .itemttlbox .itemttlno{
	position:absolute;
	left:5%;
	top:25%;
	width:15%;
}
.lineup02 .itemttlbox .itemttl1{
	position: absolute;
    left: 25%;
    top: 22%;
    width: 64%;
}
.lineup02 .itemttlbox .itemttl2{
	position: absolute;
    left: 24%;
    top: 48%;
    width: 19.6%;
}
.lineup02 .itemttlbox .itemttlsub{
	position: absolute;
    left: 45%;
    top: 45%;
    width: 20%;
}
.lineup03 .itemttlbox .itemttlno{
	position:absolute;
	left:5%;
	top:25%;
	width:15%;
}
.lineup03 .itemttlbox .itemttl1{
	position: absolute;
    left: 25%;
    top: 22%;
    width: 64%;
}
.lineup03 .itemttlbox .itemttl2{
	position: absolute;
    left: 24%;
    top: 48%;
    width: 15.4%;
}
.lineup03 .itemttlbox .itemttlsub{
	position: absolute;
    left: 40.5%;
    top: 45%;
    width: 20%;
}
.item_main .photo1{
	width:80%;
	margin:0 5% 0 15%;
}
.item_main .photo2{
	width:80%;
	margin:-3% 15% 0 5%;
}
.modelsize{
	width:80%;
	margin:3% 10%;
	font-size:0.7rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:right;
}
.subcomment{
	width:90%;
	margin:0 auto 10% auto;
	font-size:0.8rem;
}
@media screen and (min-width: 768px){
	.lineup01 {
		background:#ffffff;
		border: 2px solid #ecf8ee;
	}
	.lineup02 {
		background:#ffffff;
		border: 2px solid #fffce5;
		margin-top:10%;
	}
	.lineup03 {
		background:#ffffff;
		border: 2px solid #ffecf4;
		margin-top:10%;
	}
	.lineup01 .itemttlbox{
		position:relative;
		width:100%;
		height:calc(100vw*0.1);
		margin-bottom:8%;
	}
	.lineup01 .itemttlbox .itemttl1{
		position: absolute;
		left: 18%;
		top: 21%;
		width: 60%;
	}
	.lineup02 .itemttlbox{
		position:relative;
		width:100%;
		height:calc(100vw*0.1);
		margin-bottom:8%;
	}
	.lineup02 .itemttlbox .itemttl1{
		position: absolute;
		left: 24%;
		top: 21%;
		width: 60%;
	}
	.lineup03 .itemttlbox{
		position:relative;
		width:100%;
		height:calc(100vw*0.1);
		margin-bottom:8%;
	}
	.lineup03 .itemttlbox .itemttl1{
		position: absolute;
		left: 24%;
		top: 21%;
		width: 60%;
	}
	.itemcomment{
		width:90%;
		margin:0 auto 3% auto;
		font-size:1.3vw;
	}
	.item_main .photo1{
		width:68%;
		margin:0  7% 0 25%;
	}
	.item_main .photo2{
		width:68%;
		margin:-3% 25% 0 7%;
	}
	.modelsize{
		width:80%;
		margin:3% 10% 0 10%;
		line-height:1;
	}
	.subcomment{
		width:90%;
		margin:10% auto;
		font-size:1.2vw;
		line-height:2;
	}
}
@media screen and (max-width: 375px){
	.itemcomment{
		font-size:0.9rem;
	}
}