@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: 1000px){
	#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: 1000px){
    .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;
}
ul.spfootnav li{
	margin:0;
	padding:0;
	width:12.3%;
}

/* 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:85%;
	margin:0 0 25% 15%;
    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; 
    height: calc(100vw * 1.2);
    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: 66vw; /* 横幅いっぱい */
    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) {
	.moviebox{
		width:1000px;
		margin:80px auto;
		height:480px;
		position:relative;
	}
	.moviebox .movieno{
		position:absolute;
		width:245px;
		top:150px;
		margin:0;
	}
	.moviebox .moviettl{
		position:absolute;
		width:245px;
		top:250px;
		margin:0;
	}
	.moviebox .maintxt{
		position:absolute;
		right:0;
		top:100px;
        max-width: 410px;
		margin: 0;
        font-size:17px;
    }
	.movie{
		position:absolute;
		top:0;
		left:285px;
		padding-bottom:0;
	}
	.movie .video-container {
		position: relative;
		width: 270px;
		height:480px;
		overflow: hidden;
		margin:0 auto !important;
		padding: 0 !important;
	}
	.movie .video-container video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 270px;
		height: auto;
		object-fit: cover;
	}
}
@media screen and (max-width: 375px){
	.moviebox .maintxt{
		width:85%;
		margin:0 10% 25% 10%;
	}
}

/* アコーディオン(ブランドで見る＆サイズで見る)
----------------------------------------*/
.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%;
	position:relative;
	z-index:100;
}
.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:100%;
		margin:0 auto 80px auto !important;
	}
	.linkarea .link1{
		width:380px;
	}
	.linkarea .link2{
		width:380px;
	}
	.acmenu {
	  margin-left: 0 !important;
	  width:380px;
	  font-size: 14px;
	  text-align:center;
	}
	.acmenu ul li a{
	  display: block;
	  color:#000 !important;
	  cursor: pointer;
	  height: 50px;
	  line-height:50px;
	  font-size: 13px;
	  text-align:center !important;
	  margin-bottom:5px;
	}
}



/* FOOTER
----------------------------------------*/
.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: 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;
}
#otherarea .btnarea .button{
	border: none !important;
}
@media screen and (min-width: 1000px){
    .btnarea{
     	margin:0 auto  !important;
    }
    .button {
        margin:0 auto;
        width: 100%;
        height: 50px;   
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        color: #000;
        border: 1px solid;
        cursor: pointer;
        position:relative;
        padding:0;
    }
    .btnarrow {
            position:absolute;
            right:20px !important;
            top:17px !important;
            width: 30px;
            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);
	}
}


.vol2{
    width:90%;
    margin:10% 5% 20% 5% !important;
}
@media screen and (min-width: 1000px){
    .vol2{
        width:400px;
        margin:20px auto 0 auto !important;
    }
}

#otherarea{
    width:100%;
    margin:0 auto !important;
    padding-top:30px !important;
}
.infoarea{
    text-align:center;
    width:100%;
	margin-top:10%;
}
.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:80px auto !important;
    	padding-top:0 !important;
    	padding-bottom:0 !important;
	}
    .infoarea{
        width:380px;
        margin: 0 auto !important;
    }
    .infoarea .ttl{
        width:360px;
        margin:0 auto !important;
    }
    .infoarea p{
        margin:20px auto 0 auto ;
        text-align:center;
        width:100%;
        font-size:14px;
    }
    .infoarea .btnarea{
        margin: 0 auto 80px auto !important;
    }
}

.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:380px;
		margin:0 auto 50px auto;
		padding:40px 0 20px 0;
	}
	.sustainable img{
		width:340px;
		margin:0 20px;
	}
	.sustainable p{
		font-size:14px;
		margin:20px 0;
	}
	.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%;
	margin-bottom: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:380px;
		margin:0 auto 80px auto;
		padding:40px 0 20px 0;
	}
	.instagram .instagramttl{
		width:100px;
		margin:0 auto;
	}
	.instagram p{
		font-size:14px;
		margin:20px 0;
	}
	.instagram .btnarea{
		margin:0 auto !important;
	}
	.instagram .button{
		padding-top:10px;
		padding-bottom:10px;
	}
}

.page-top a{
	width: 30px;
	position: fixed;
	bottom: 45px;
	right: 15px;
	padding: 10px;
	display: block;
}
.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: 1000px){
    .page-top a{
        width: 30px;
        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;
}
.creditlist ul{
    padding:0 !important;
    margin:0 !important;
}
.creditlist li{
	margin-bottom: 5px;
	}
.creditlist a{
    display: flex;
	justify-content: space-between;
    text-decoration: none;
	padding: 5px 0;
	line-height: 1;
	align-items: center;
	}
.creditlist span{
	display:block;
	}
.creditlist .item_name{
	width: 26%;
	text-align:left !important;
    font-size:0.9em;
    font-weight:bold;
	}
.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;
}
@media screen and (min-width: 1000px){
	.creditlist{
        width:380px !important;
		font-size:14px;
        padding: 5px 0 !important;
	    line-height: 1;
	    align-items: center;
        margin:0 !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:100px;
        font-weight:bold;
		font-size: 13px;
		line-height:2em;
    }
    .creditlist .item_brand{
		width:90px;
         font-size:13px;
		line-height:2em;
    }
	.creditlist .item_price{
		width:90px;
        padding-right:0;
		line-height:2em;
	}
}
.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.4);
    position:relative;
}
#special_head .logo{
    width: 30%;
	right:5%;
	position:absolute;
	top:1.5%;
	z-index:100;
}
#special_head .top1{
	position:absolute;
	width:50%;
	z-index:1;
}
#special_head .top2{
	position:absolute;
	width:50%;
	right:0;
	top:calc(100vw*0.51);
	z-index:2;
}
#special_head .ttl1{
	position:absolute;
	z-index:5;
	width:55%;
	right:5%;
	top:calc(100vw*0.13);
}
#special_head .ttl1_1{
	position: absolute;
    z-index: 5;
    width: 29.5%;
    left: 40%;
    top: calc(100vw* 0.13);
}
#special_head .ttl1_2{
    position: absolute;
    z-index: 5;
    width: 26%;
    left: 69%;
    top: calc(100vw* 0.13);
}
#special_head .ttl2{
	position:absolute;
	z-index:5;
	width:48%;
	right:5%;
	top:calc(100vw*0.21);
}
#special_head .ttl3{
	position:absolute;
	z-index:5;
	width:48%;
	right:5%;
	top:calc(100vw*0.28);
}
#special_head .ttl4{
	position:absolute;
	z-index:5;
	width:46%;
	right:5%;
	top:calc(100vw*0.41);
}
#special_head .ttl5{
	position:absolute;
	z-index:5;
	width:67%;
	left:5%;
	top:calc(100vw*1.09);
}
#special_head .mainttl1{
	position: absolute;
    z-index: 100;
    width: 38%;
    left: 5%;
    top: calc(100vw* 1.09);
}
#special_head .mainttl2{
	position: absolute;
    z-index: 100;
    width: 14%;
    left: 45%;
    top: calc(100vw* 1.1);
}
#special_head .mainttl3{
	position: absolute;
    z-index: 100;
    width: 39%;
    left: 33%;
    top: calc(100vw* 1.195);
}
.attention{
	margin-top:3%;
}


@media screen and (min-width: 1000px){
    #special_head{
        margin:0 !important;
        padding:0!important;
        width:100%;
        height:calc(100vw*0.672268908);
        position:relative;
    }
    #special_head .logo{
        width: 20%;
        position: absolute;
        z-index: 10 !important;
        top: 20px !important;
        left:40%;
		margin:0;
    }
	#special_head .top1{
		width:50%;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
	}
	#special_head .top2{
		width:50%;
		position:absolute;
		right:0;
		top:0;
		z-index:2;
	}
	#special_head .ttl1_1{
		position: absolute;
		z-index: 5;
		width: 20.5%;
		left: 31%;
		top: calc(100vw* 0.135);
	}
	#special_head .ttl1_2{
		position: absolute;
        z-index: 5;
        width: 17.2%;
        left: 51.5%;
        top: calc(100vw* 0.135);
	}
	#special_head .ttl2{
		position:absolute;
		z-index:5;
		width:27.73%;
		top:calc(100vw*0.1882);
		left:calc(100vw*0.375);
	}
	#special_head .ttl3{
		position:absolute;
		z-index:5;
		width:27.73%;
		top:calc(100vw*0.2285);
		left:calc(100vw*0.375);
	}
	#special_head .ttl4{
		position:absolute;
		z-index:5;
		width:27.73%;
		top:calc(100vw*0.3);
		left:calc(100vw*0.375);
	}
	#special_head .ttl5{
		position:absolute;
		z-index:5;
		width:43.7%;
		top:calc(100vw*0.37);
		left:calc(100vw*0.28);
	}
	#special_head .mainttl1{
		position: absolute;
        z-index: 100;
        width: 25%;
        left: 28%;
        top: calc(100vw* 0.37);
	}
	#special_head .mainttl2{
		position: absolute;
        z-index: 100;
        width: 8.6%;
        left: 54.4%;
        top: calc(100vw* 0.378);
	}
	#special_head .mainttl3{
		position: absolute;
        z-index: 100;
        width: 26%;
        left: 46%;
        top: calc(100vw* 0.44);
	}
    .attention{
		width:600px;
		margin:20px auto 0  auto !important;
    }
}

/*メインアイテム
----------------------------------------*/
.itembox{
	width:100%;
	padding:0;
}
.itemboxinner{
	width:90%;
	padding:0 5%;
}
.modelsize{
	font-size:0.8em;
	margin:2% 2% 5% auto;
	text-align:right;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 1000px){
	.wrapper{
		width:100%;
		margin:0 auto;
		background:#f2fdfc;
		padding:40px 0 0 0;
	}
	.contents-wrapper{
		width:1000px;
		margin:0 auto;
	}
	.pcbox{
		width:1000px;
		margin:0 auto !important;
	}
	.itembox{
		background:#fff;
		 width:380px;
		padding:40px 40px 0 40px;
		margin:0;
	}
	.itemboxinner{
		width:380px;
		padding:0;
	}
	.modelsize{
		width:375px;
		font-size:13px;
		margin:10px 5px 10px 0;
	}
}




/*
PC navi stick
-------------------------------------------------*/
.navttl{
	width:90%;
	margin:0 5% 20px 5%;
}
@media screen and (min-width: 1000px) {
	.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:#f2fdfc;
	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%;
}
.styletxt.txt06{
	letter-spacing:-0.5px !important;	
}
@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: 1000px) {
	.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;
}