@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;
}
#special a{
	transition:.2s;
	border:0 !important;
}
#special a:hover{
	text-decoration: none !important;
}
#special .special_fixed{
    position: fixed !important;
    top: -137px;
    z-index: 10000;
}
#special .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;
}
#special img{
	vertical-align:top;
	max-width: 100%;
	height: auto;
}
#special a img{
	border:0;
}
@media screen and (min-width: 1000px){
	#special{
		width:100% !important;
		margin:0 auto !important;
	}
}
/*
----------------------------------------*/
#special .builder{
	margin: 0 auto;
	overflow: hidden;
}
#special .flex-box{
	display: flex;
	flex-direction: column;
}
#special .pc{
	display:none;
}
#special .sp{
	display:block;
}
#special .sp375{
	display:none;
}
@media screen and (min-width: 1000px){
	#special .builder{
		width:1190px;
		margin: 0 auto;
	}
	#special .flex-box{
		display: flex;
	}
	#special .pc{
		display: block !important;
	}
	#special .sp{
		display: none !important;
	}
	#special .sp375{
		display: none !important;
	}
}
@media screen and (max-width: 375px){
	#special .pc{
		display: none !important;
	}
	#special .sp{
		display: block !important;
	}
	#special .sp375{
		display: block !important;
	}
}

/* visual-main
----------------------------------------*/
#special_head{
    margin:0 0 15% 0 !important;
    padding:0!important;
    width:100%;
    height:calc(100vw*0.46);
    position:relative;
}
#special_head .logo{
    width: 40%;
	margin:3% 30% 0 30%;
}
#special_head .subttlmain{
	width:70%;
	margin:5% 15% 5% 15%;
}
#special_head .ttlmain1{
	position:absolute;
	width:60%;
	left:6%;
	top:calc(100vw*0.24);
}
#special_head .check{
	position:absolute;
	width:20%;
	right:8%;
	top:calc(100vw*0.24);
}
#special_head .ttlmain2{
	width:85%;
	position:absolute;
	top:calc(100vw*0.46);
	left:7%;
}
.attention{
	margin-top:3%;
}
.subttl{
	width:100%;
	position:relative;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-top:10%;
	margin-bottom:10%;
	padding:5% 0 5% 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
	font-weight:bold;
}
.subttl .subttl1{
	letter-spacing:3px;
	text-align:center;
	text-shadow: 2px 2px 3px #cccccc;
	font-size:1.1em;
	margin-bottom:5px;
}
.subttl .subttl2{
	letter-spacing:3px;
	text-align:center;
	text-shadow: 2px 2px 3px #cccccc;
	font-size:1.8em;
}
.subttl .subttl3{
	position:absolute;
	top:10%;
	right:5%;
	width:22%;
}
.maintxt{
	width:100%;
	margin:0 0 25% 0;
    font-size:0.9em;
    line-height:2em;
    margin-bottom:5%;
	font-feature-settings: "palt";
	text-align:center;
}
@media screen and (min-width: 1000px){
    #special_head{
        margin:0 !important;
        padding:0!important;
        width:100%;
        height:calc(100vw*0.219);
        position:relative;
    }
    #special_head .logo{
        width: 20%;
        position: absolute;
        z-index: 10 !important;
        top: 20px !important;
        left:76% !important;
    }
	#special_head .subttlmain{
		margin:0;
		position:absolute;
		width:40%;
		left:10%;
		top:calc(100vw*0.03);
	}
	#special_head .ttlmain{
		width:70%;
		left:15%;
		top:calc(100vw*0.1);
		position:absolute;
	}
	#special_head .check{
		width:10%;
		position:absolute;
		top:calc(100vw*0.02);
		right:30%;
	}
    .attention{
		width:600px;
		margin:20px auto 0  auto !important;
    }
	.subttl{
		width:1190px;
		margin:100px auto 0 auto;
		padding:30px 0 35px 0;
	}
	.subttl .subttl1{
		letter-spacing:3px;
		font-size:25px;
		margin-bottom:24px;
	}
	.subttl .subttl2{
		letter-spacing:3px;
		font-size:45px;
	}
	.subttl .subttl3{
		width:150px;
		right:100px;
		top:25px;
	}
    .maintxt{
        max-width: 1140px;
		margin: 60px auto 60px;
        text-align:center !important;
        font-size:18px;
        letter-spacing:1px !important;
    }
}

/* side navi
------------------------------------------------------------*/
.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: 1000px){
    .side-nav {
        top: 10%;
        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: 20px;
        }
    .side-nav ul li:last-child { 
        margin-bottom: 0 !important;
        }
    .side-nav ul a img {
        display: block;
        width: 100px;
        padding:0 0 3px 0;
    }
    .side-nav .header__link.is-active img {
        opacity: 1
    }
    .side-nav .header__link.is-active::after {
    }
}

/* special_nav */
#special_nav{
    width:100%;
    margin:0;
}
#special_nav ul{
    padding:0;
    margin:0;
    display:flex;
    justify-content: space-between;
}
#special_nav ul li{
	width:25%;
	list-style: none;
	margin:0;
	text-align:center;
	position:relative;
	transition: all .3s;
}
#special_nav ul li a{
	color:#000;
}
#special_nav ul li:hover{
    transform: scale(1.05,1.05) !important;
}
@media screen and (min-width: 1000px){
    #special_nav{
        max-width:830px;
        width:90%;
        margin: 40px auto 0 auto !important;
    }
    #special_nav ul{
        margin:0 auto;
        padding:0;
    }
    #special_nav ul li{
        margin:0 1%;
        width:31%;
	}
}
@media screen and (max-width: 999px){
    #special_nav ul{
		flex-wrap: wrap;
        margin-top: 10%;
	}
    #special_nav ul li{
		width: 32%;
        margin-right:2%;
        margin-bottom:2%;
	}
    #special_nav ul li:nth-child(3n){
        margin-right:0;
    }
    #special_nav a {
        transition: 0.6s ease-in-out;
	}
}


/* footer
----------------------------------------*/
#special .page-top a{
	width: 30px;
	position: fixed;
	bottom: 45px;
	right: 15px;
	padding: 10px;
	display: block;
}
#special .page-top a:hover{
	bottom:60px;
}
#special .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: 1000px){
    #special .page-top a{
        width: 30px;
        position: fixed;
        bottom: 15px;
        right: 15px;
        padding: 10px;
        display: block;
    }
    #special .page-top a:hover{
        bottom:20px;
    }
    #special .copyright{
        padding-bottom:20px;
    }
}


/*daytitle*/
.daytitle{
	width:95%;
	margin-top:20%;
	margin-left:5%;
	position:relative;
	height:calc(100vw*0.24);
}
.daytitle .daytitle1{
	width:36%;
	position:absolute;
	top:0;
	left:5%;
}
.daytitle .daytitle2{
	width:46%;
	position:absolute;
	top:calc(100vw*0.07);
	left:0;
}
.daytitle .line{
	width:54%;
	position:absolute;
	top:calc(100vw*0.11);
	left:46%;
	height:1px;
	background:#000000;
}
.daysubtitle{
	letter-spacing:0;
	text-align:center;
	text-shadow: 2px 2px 3px #cccccc;
	font-size:1.9em;
	font-weight:bold;
	line-height:1.6em;
}
@media screen and (min-width: 1000px){
	.daytitle{
		width:1000px;
		margin:120px auto 0 auto;
		height:130px;
	}
	.daytitle .daytitle1{
		width:230px;
		left:10px;
	}
	.daytitle .daytitle2{
		width:250px;
		top:50px;
	}
	.daytitle .line{
		width:750px;
		position:absolute;
		top:75px;
		left:249px;
	}
	.daysubtitle{
		font-size:55px;
		line-height:1.4em;
		margin-bottom:40px;
	}
}



/*メインアイテム*/
.itembox{
    padding:0;
	width:100%;
	margin:10% auto 5% auto;
	position:relative;
	height:calc(100vw*1.32);
}
.model1{
	position:absolute;
	width:70%;	
	top:calc(100vw*0.05);
	z-index:5;
}
.model2{
	position:absolute;
	width:55%;
	top:calc(100vw*0.18);
	z-index:4;
}
.modelcomment{
	position:absolute;
	width:30%;
	top:0;
	z-index:2;
}
.modelcheck{
	position:absolute;
	width:25%;
	bottom:calc(100vw*0.11);
	z-index:10;
}
.modelbottom{
	position:absolute;
	width:100%;
	height:calc(100vw*0.22);
	z-index:1;
	bottom:0;	
}
.modelsize{
	position:absolute;
	z-index:11;
	text-align:center;
	bottom:calc(100vw*0.02);
	width:100%;
	color:#fff;
	font-size:0.8em;
}

.item_l .model1{
	left:5%;
	margin-left:-15%;
}
.item_l .model2{
	right:0%;
	margin-right:-3%;
}
.item_l .modelcomment{
	right:28%;
}
.item_l .modelcheck{
	right:5%;
}

.item_r .model1{
	right:5%;
	margin-right:-10%;
}
.item_r .model2{
	left:0%;
	margin-left:-4%;
}
.item_r .modelcomment{
	left:28%;
}
.item_r .modelcheck{
	left:15%;
}

#coldday .modelbottom{
	background:#6ed0d4;
}
#coolday .modelbottom{
	background:#6ed4a0;
}
#warmday .modelbottom{
	background:#f3a9bc;
}

.coldday3 .model2{
	margin-right:0 !important;
	right:2% ;
}
.coldday3 .modelcheck{
	right:14%;
}
.coldday4 .model1{
	margin-right:-10%;
}
.coldday4 .model2{
	left:0 ;
	margin-left:-4%;
}
.coldday4 .modelcheck{
	left:6%;
}
.coolday1 .model1{
	margin-left:-12%;
}
.coolday1 .model2{
	margin-right:-8%;
}
.coolday3 .model2{
	margin-right:-10%;
}
.coolday3 .modelcomment{
	right:31%;
}
.warmday1 .model2{
	margin-right:0;
}
.warmday3 .model1{
	margin-left:-12%;
}
.warmday3 .modelcomment{
	right:34%;
}
.warmday4 .model1{
	right:2%;
}
.warmday4 .modelcomment{
	left:34%;
}
@media screen and (min-width: 1000px){
	.itembox{
        width:1190px !important;
		padding:0 !important;
        position:relative;
		height:850px;
		margin:0 !important;
	}
	
	.item_l .model1{
		width:480px !important;
		left:105px;
		top:0;
		margin-left:0;
	}
	.item_l .model2{
		width:415px !important;
		right:105px;
		top:0;
	}
	.item_l .modelcomment{
		right:420px;
	}
	.item_l .modelbottom{
		left:0;
	}
	.item_l .modelcheck{
		right:380px !important;
	}
	.item_l .modelsize{
		left:95px;
		text-align:left;
	}
	
	.item_r .model1{
		width:480px !important;
		right:105px;
		top:0;
		margin-right:0;
	}
	.item_r .model2{
		width:415px !important;
		left:105px;
		top:0;
	}
	.item_r .modelcomment{
		left:420px;
	}
	.item_r .modelbottom{
		right:0;
	}
	.item_r .modelcheck{
		left:360px !important;
	}
	.item_r .modelsize{
		right:95px;
		text-align:right;
	}
	
	.modelcomment{
		width:220px;
		top:30px;
	}
	.modelbottom{
		width:595px;
		height:60px;
		bottom:0;
	}
	.modelcheck{
		position:absolute;
		width:180px !important;
		bottom:calc(100vw*0.14) !important;
	}
	.modelsize{
		bottom:15px !important;
		width:150px;
		font-size:15px !important;
	}
	.credit{
		position:absolute;
		bottom:0;
		width: 380px !important;
    }
	
	.coldday1,
	.coldday2,
	.coldday3,
	.coldday4,
	.coolday1,
	.coolday2,
	.coolday3,
	.coolday4,
	.warmday1,
	.warmday2,
	.warmday3,
	.warmday4{
		position:relative;
		height:850px;
		width:1190px;
		margin:0 auto 80px auto;
	}
	.coldday1 .credit,
	.coldday3 .credit,
	.coolday1 .credit,
	.coolday3 .credit,
	.warmday1 .credit,
	.warmday3 .credit{
		right:95px;
    }
	.coldday2 .credit,
	.coldday4 .credit,
	.coolday2 .credit,
	.coolday4 .credit,
	.warmday2 .credit,
	.warmday4 .credit{
		left:95px;
    }
	.warmday1 .modelcheck{
		bottom: calc(100vw* 0.1) !important;
	}
}




#otherarea{
    width:100%;
    margin:0 auto !important;
    padding-top:30px !important;
}
.infoarea{
    text-align:center;
    width:100%;
}
.infoarea p{
    margin:5% auto 3% auto ;
    text-align:center;
    width:100%;
}
.infoarea .btnarea .button{
	background:#ffffff !important;
}
@media screen and (min-width: 1000px){
	#otherarea{
    	width:100%;
    	margin:0 auto !important;
    	padding-top:0 !important;
    	padding-bottom:0 !important;
	}
    .infoarea{
        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;
    }
}



/* アコーディオン
----------------------------------------*/
.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%;
}
.acmenu ul{
  padding:0 !important;
  margin:0 !important;
}
.acmenu ul li{
  list-style: none !important;
  border:1px solid #e0e0e0 !important;
  background:#e0e0e0 !important;
  color:#000 !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:#000 !important;
  cursor: pointer;
　height: 50px;
  line-height:50px;
  font-size: 15px;
  text-align:center !important;
  margin-bottom:5px;
}
.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: 1000px){
	.linkarea{
		width:1000px;
		height:150px;
		position:relative;
		margin:0 auto !important;

	}
	.linkarea .link1{
		position:absolute;
		left:50px;
		width:400px;
	}
	.linkarea .link2{
		position:absolute;
		right:50px;
		width:400px;
	}
	.acmenu {
	  margin-left: 0 !important;
	  width:400px;
	  font-size: 14px;
	  text-align:center;
	}
	.acmenu ul li a{
	  display: block;
	  color:#000 !important;
	  cursor: pointer;
	  height: 50px;
	  line-height:50px;
	  font-size: 16px;
	  text-align:center !important;
	  margin-bottom:5px;
	}
}



/*
----------------------------------------*/
#special .creditlist{
	list-style: none;
	padding:0 !important;
    width:90%;
    margin: 0 auto 10% auto;
}
#special .creditlist ul{
    padding:0 !important;
    margin:0 !important;
}
#special .creditlist li{
	margin-bottom: 5px;
	}
#special .creditlist li.itemline{
	border-bottom:1px solid #000;
	padding-bottom:10px !important;
	margin-bottom:20px !important;
	}
#special .creditlist a{
    display: flex;
	justify-content: space-between;
    text-decoration: none;
	color: #fff;
	padding: 5px 0;
	line-height: 1;
	align-items: center;
	}
#special .creditlist span{
	display:block;
	}
#special .creditlist .item_name{
	width: 26%;
	text-align:left !important;
    font-size:0.9em;
    font-weight:bold;
	}
#special .creditlist .item_brand{
	width: 22%;
	text-align:left !important;
    font-size:0.9em;
	}
#special .creditlist .item_price{
	text-align: right;
	width: 29%;
    font-size:0.9em;
	}
#special .creditlist .item_price small{
    font-size:0.7em;
}
#special .creditlist .buybtnbox{
	width:20%;
}
#special .creditlist li.plusitem img{
	width:20% !important;
}
@media screen and (min-width: 1000px){
	#special .creditlist{
        width:380px !important;
		font-size:14px;
        padding: 5px 0 !important;
	    line-height: 1;
	    align-items: center;
        margin:0 !important;
	}
	#special .creditlist li{
		margin-bottom:0;
		padding-top:10px !important;
	}
	#special .creditlist li:last-child{
		border-bottom:none !important;
	}
	#special .creditlist,#special .creditlist a{
		padding: 0 !important;
	}
	#special .creditlist span{
	}
    #special .creditlist .item_name{
		width:100px;
        font-weight:bold;
		font-size: 13px;
		line-height:2em;
    }
    #special .creditlist .item_brand{
		width:90px;
         font-size:13px;
		line-height:2em;
    }
	#special .creditlist .item_price{
		width:90px;
        padding-right:0;
		line-height:2em;
	}
}

.spnavbox{
	display:none;
}
ul.spnav{
	position:fixed;
	bottom:0;
	width:100%;
	list-style: none;
	margin:0 0 -0.2% 0;
	padding:0;
	z-index:200 !important;
}
ul.spnav li{
	width:33.3334%;
	margin:0;
	padding:0;
	float:left;
}



#special .btnarea{
    width:90%;
    margin:0 auto;
    margin:0 5% 5% 5%;
    letter-spacing:0.5px;
}
.button {
    margin: 5% auto;
    width: 100%;
    padding:3% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    color: #000;
    border: 1px solid;
    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);
}
.button.comingsoon:hover{
    cursor: default ;
    background:#fff !important;
}
.btnarea.toparea .button{
	border: none !important;
	margin:5% auto 0 auto !important;
	font-size:0.8em !important;
}
.btnarea.toparea .button .buttonarrow{
	right:60px !important;
}
#otherarea .btnarea .button{
	border: none !important;
}
@media screen and (min-width: 1000px){
    #special .btnarea{
     	margin:0 auto  !important;
    }
    .button {
        margin: 40px auto 20px auto;
        width: 500px;
        height: 50px;   
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #000;
        border: 1px solid;
        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;
	}
	.button:hover .btnarrow.sustainablearrow,
	.button:hover .btnarrow.instagramarrow{
		top:27px !important;
	}
    .button:hover{
        background:#eee;
    }
    .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);
	}
	.btnarea.toparea .button{
		border: none !important;
		margin:40px auto 80px auto !important;
		font-size:16px !important;
	}
	.btnarea.toparea .button .btnarrow{
		right:0px !important;
	}
}




/*zoomout(ズームアウト 枠固定)*/
.fadeZoomOutFix.wow.animated {
    animation-name: fadeZoomOutFix;
    animation-duration: 4s;
    animation-timing-function: ease-out;
    animation-delay: .5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
.fadeZoomOutFix {
    opacity: 0;
}
@keyframes fadeZoomOutFix {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}




.bnarea{
    width:90%;
    margin:0 auto 20% auto !important;
}
.vol2{
    width:90%;
    margin:10% 5% 20% 5% !important;
}
@media screen and (min-width: 1000px){
    .bnarea{
        width:540px;
        margin:0 auto 80px auto !important;
    }
    .vol2{
        width:500px;
        margin:80px auto 120px auto !important;
    }
}

@media screen and (min-width: 1000px){
	.credit2{
		width: 400px;
		margin: 0 auto;
	}
	.credit2 .credit-comment{
		text-align: right;
	}
}
@media screen and (max-width: 999px){
	.credit2 .credit-comment{
	}
}

/*------------------------------------------------
button
-------------------------------------------------*/

#special .creditlist li{
	display:flex;
	    display: -webkit-box;
    display: -ms-flexbox;
	justify-content: flex-start !important;
	align-items: center !important;
}

#special .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%;
}
#special .buybtnbox a{
	padding:0 !important;
	justify-content:left !important;
}
#special .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;
}
#coolday .buybtn{
    background-color: #6ed4a0;
	color:#fff !important;
}
#warmday .buybtn{
    background-color: #f3a9bc;
	color:#fff !important;
}

@media screen and (max-width: 999px){
    #special .buybtnbox {
        width:5.5em;
		margin-left:2%;
    }
	#special .buybtn {
        height:2em
    }
}

#special .buybtn:hover .buybtnText {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
#special .buybtn:hover .buybtnArrow img {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
#special .buybtnText {
    color: #fff;
    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;
	margin:0 0 0 ;
	text-align:center;
	margin:0 auto !important;
}
#special .buybtnText.buybtnText01 {
    color: #fff !important;
    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;
	margin:0 0 0 ;
	text-align:center;
	margin:0 auto !important;
}
#special .buybtnArrow {
    overflow: hidden;
    width: 20px;
    margin-left: 5px;
}
@media screen and (max-width: 999px){
    #special .buybtnText {
        font-size:0.8em;
        line-height: 1.25;
        letter-spacing: 0em;
        -webkit-transform: translateX(1em);
        transform: translateX(1em);
    }
	#special .buybtnArrow {
        width:20px;
		margin-left: 2px;
    }
}


#special .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
}
#special .buyarrow{
	width:20px;
}


.sustainable{
	background:#f2f2f2;
	text-align:center;
	padding:10% 5% 1% 5%;
}
.sustainable p{
	font-size:1.2em;
	margin:5% 0 0 0;
	line-height:1.8em;
}
.sustainable .btnarea{
	margin-bottom:10% !important;
}
.sustainable .button{
	background:#ffffff !important;
	border:1px solid #ffffff !important;
}
.sustainable .button span{
    background: linear-gradient(transparent 90%, #96dfd3 10%);
}
@media screen and (min-width: 1000px){
	.sustainable{
		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;
	}
	#special .sustainable .btnarea{
		margin:0 auto !important;
	}
	.sustainable .button{
		padding-top:10px;
		padding-bottom:10px;
	}
}

.instagram{
	background:#fcebde;
	text-align:center;
	padding:10% 5% 1% 5%;
	margin-top:10%;
}
.instagram .instagramttl{
	width:25%;
	margin:0 auto 5% auto;
}
.instagram p{
	font-size:1.2em;
	margin:5% 0 0 0;
	line-height:1.8em;
}
.instagram .btnarea{
	margin-bottom:10% !important;
}
.instagram .button{
	background:#ffffff !important;
	border:1px solid #ffffff !important;
}
@media screen and (min-width: 1000px){
	.instagram{
		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;
	}
	#special .instagram .btnarea{
		margin:0 auto !important;
	}
	.instagram .button{
		padding-top:10px;
		padding-bottom:10px;
	}
}




.Btn{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
  display: flex;
  text-align: center;
  width:90%;
	margin:0 auto;
}

.Btn-Text{
  width: 100%;
  height: 100%;
  color: #eeeeee;
  z-index: 10;
}

.Btn-Text:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #eeeeee;
  z-index: -1;
  transition: .3s;
}

.Btn-Text:hover{
  color: #fff;
}

.Btn-Text:hover:before{
  width: 100%;
}
@media screen and (min-width: 1000px){
	.Btn{
		width:380px;
		margin:0 auto;
	}
}


/* SwiperLoop専用の設定 */
.swiper-container.swiper.sliderloop {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.sliderloop .swiper-wrapper {
  display: flex;
  align-items: flex-end; /* 画像の底辺を揃える */
  gap: 0; /* スライド間の隙間をなくす */
}
.swiper-container.swiper.sliderloop .swiper-slide {
  display: flex;
  align-items: flex-end; /* 画像の底辺を揃える */
  justify-content: center;
  background: #fff;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  width: auto; /* 横幅をなりゆきに */
  /*height: 10%;*/
}
.swiper-container.swiper.sliderloop .swiper-slide img {
  display: block;
  /*height: 10%;*/
  width: auto; /* 横幅は画像に合わせる */
  object-fit: contain; /* 画像の縦横比を維持しながら高さを合わせる */
}
@media screen and (min-width: 1000px){
    .swiper-container.swiper.sliderloop .swiper-slide {
    	width: calc(100% / 7);
    }
	.swiper-container.swiper.sliderloop .swiper-slide img{
	}
}
@media screen and (max-width: 999px){
    .swiper-container.swiper.sliderloop .swiper-slide {
    	flex: 0 0 25vw;
        max-width: 25vw;
    	/*flex: 0 0 33.3333vw;
        max-width: 33.3333vw;*/
		transform: translateX(round());
    }
	.swiper-container.swiper.sliderloop .swiper-slide img{
	}
}
@media screen and (max-width: 375px){
    .swiper-container.swiper.sliderloop .swiper-slide {
    	flex: 0 0 20vw;
        max-width: 20vw;
		transform: translateX(round());
    }
	.swiper-container.swiper.sliderloop .swiper-slide img{
	}
}

/*movie*/
.movie{
	position: relative;
	padding-bottom:5%;
}
.movie .makingmovie{
	width:30%;
	position:absolute;
	top:7%;
	left:2%;
	z-index:10;
}
.movie .background-blue {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  height:calc(100vw*0.6);
	  background:#e9f8f9;
	z-index:1;
}
.movie .video-container {
    position: relative;
    width: 70vw; 
    height: calc(100vw * 1.2);
    overflow: hidden;
	margin:0 auto!important;
	padding:0 !important;
	border:1px solid #6ed0d4;
	z-index:2;
}
.movie .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw; /* 横幅いっぱい */
    height: auto; /* 高さはアスペクト比に応じて調整 */
    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: 1000px) {
	.movie{
		padding-bottom:20px;
	}
	.movie .video-container {
		position: relative;
		width: 340px;
		height:580px;
		overflow: hidden;
		margin:0 auto !important;
		padding: 0 !important;
	}
	.movie .background-blue {
		height:300px;
	}
	.movie .makingmovie{
		width:180px;
		left:25%;
	}
	.movie .video-container video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 340px;
		height: auto;
		object-fit: cover;
	}
}

 @media screen and (max-width: 375px) {
	 .subttl .subttl2 {
		 font-size: 1.6em;
	 }
	 .maintxt {
		 font-size: 0.8em;
	 }
}
