body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}
	
    /*header*/
	header{
		width: 100%;
		position: relative;
	}
    header .title{
		width: 100%;
		background: #fff;
	}
	header .title img{
		width: 45%;
		display: block;
		margin: 0 auto;
		padding: 3% 0;
	}
	.loopSlide{
		display: flex;
		justify-content: flex-start;
		width: 100vw;
		height: 700px;
		overflow: hidden;
		margin: 2% 0 0 0;
	}
	.loopSlide img {
		align-self: flex-start!important;
	}
	.loopSlide img:first-child {
		animation: f-loop 120s -60s linear infinite;
		height: 700px;
		width: auto;
	}
	.loopSlide img:last-child {
		animation: f-loop2 120s linear infinite;
		height: 700px;
		width: auto;
	}
	@keyframes f-loop {
	  0% {
		transform: translateX(100%);
	  }
	  to {
		transform: translateX(-100%);
	  }
	}

	@keyframes f-loop2 {
	  0% {
		transform: translateX(0);
	  }
	  to {
		transform: translateX(-200%);
	  }
	}
	
	.over-wrap{
		width: 100%;
		position: relative;
	}
	.over-wrap .bg{
		width: 100%;
		position: sticky;
		height: 0;
		top: 0;
	}
	.over-wrap .bg .bg-in{
		width: 100%;
		height: 1200px;
		background-image: url("../img/main-bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.in-wrap{
		width: 100%;
		max-width: 1200px;
		height: 100%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.main-cont{
		width: 100%;
		background: rgba(255,255,255,0.8);
		height: auto;
		position: relative;
		left: 10px;
		padding: 5% 0 0 0;
		-webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
	}
	.side-logo{
		display: block;
		height: auto;
		position: relative;
		left: 30px;
		padding: 5% 0 0 0;
	}
	.side-logo .logo{
		width: 20px;
		position: sticky;
		top: 5%;
		display: block;
	}
	
	/*block01*/
	.block01{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.block01 .img{
		width: 100%;
		margin: 0 auto 3% auto;
		overflow: hidden;
	}
	.block01 .txt{
		width: 100%;
		text-align: center;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.8em;
		margin: 0 0 3% 0;
	}
	.block01 .day{
		width: 75%;
		margin: 0 auto;
	}
	
	
	/*customize_steps*/
	.customize_steps {
        position: relative;
        width: 70%;
        margin: 0px auto;
    }
	.step_ttl {
		width: 100%;
		max-width: 500px;
        text-align: center;
		margin: 0 auto 7% auto;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 33%;
        position: relative;
		padding: 0 5%;
		box-sizing: border-box;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 47%!important;
		padding: 0!important;
		box-sizing: border-box;
		margin: 0!important;
        position: relative;
    }
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 2px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 2px;
    }
	
	/*look*/
	.bg-w{
		width: 100%;
		position: relative;
		background: #fff;
		padding: 5% 0;
	}
	
	.look-book{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.look-book .main-title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.look-book .main-title img{
		height: 100px;
		display: block;
		margin: 0 auto;
	}
	
	.look-book02{
		width: 100%;
		max-width: 1200px;
		margin: 5% auto 0 auto;
	}
	.look-book02 .main-title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.look-book02 .main-title img{
		height: 100px;
		display: block;
		margin: 0 auto;
	}
	
	.look-item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.look-item .item-box{
		width: 30%;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .title img{
		height: 25px;
		display: block;
		margin: 0 auto;
	}
	.look-item .item-box .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 90%;
		margin: 0 auto;
		background: #d7bc85;
		color: #fff;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #d7bc85;
		box-sizing: border-box;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
		overflow: hidden!important;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*f-block*/
	.f-block{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
	}
	.f-txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.f-txt-box .f-txt{
		width: 35%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.6);
		-webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
		box-sizing: border-box;
		padding: 4% 5% 0 5%;
	}
	.f-txt-box .f-txt .title{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.f-txt-box .f-txt .txt{
		width: 100%;
		font-size: 14px;
		line-height: 2.2em;
		letter-spacing: 2px;
		text-align: justify;
	}
	.f-block .day{
		width: 50%;
		margin: 0 auto;
	}
	
	

    /* customize_steps */
    
    .customize_steps_txt {
        font-size: 18px;
        line-height: 2.2;
		margin: 5% 0 5% 0;
        text-align: center;
        letter-spacing: 0.15em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    .customize_steps_txt span{
        font-size: 30px;
        line-height: 2.2;
        margin-top: 5%;
        text-align: center;
        letter-spacing: 0.15em;
        display: block;
    }
    .dash_border {
        height: 2px;
        position: relative;
    }
	.step{
		margin: 0 0 15% 0;
	}
	.step-end{
		margin: 0 0 7% 0;
	}
    
    .step_sbuttl {
        margin-top: 4%;
        text-align: center;
    }
    .step_sbuttl_en {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        font-family: Helvetica, serif;
    }
    .step_sbuttl_jp {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        position: relative;
        margin-top: 2%;
        letter-spacing: 5px;
    }
    .step_sbuttl_jp:before {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        left: -45px;
        margin-top: -1px;
    }
    .step_sbuttl_jp:after {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        right: -45px;
        margin-top: -1px;
    }
    .smp{
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 5% auto;
    }
    
	
    
    .radio_txt {
        display: block;
        font-size: 15px;
		letter-spacing: 2px;
		font-weight: bold;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }
	.t-t01{
		margin: 50px 0 0 0;
	}
	.t-t02{
		margin: 40px 0 0 0;
	}

    /* step01 */
    .step01_border {
        margin-top: 7%;
    }
    .step01_ttl {
        padding-right: 16px;
    }
    .radio_group_wrap01 {
        margin-top: 45px;
    }

    /* step02 */
    .step02_border {
        margin-top: 92px;
    }
    .step02_ttl {
        padding-right: 11px;
    }
    .radio_group_wrap02 {
    }

    /* step03 */
    .step03_border {
        margin-top: 92px;
    }
    .radio_group_wrap03 {
    }

    /* step04 */
    .step04_border {
        margin-top: 90px;
    }
    .radio_group_wrap04 {
        margin-top: 40px;
    }

    /* step05 */
    .step05_border {
        margin-top: 94px;
    }
    .radio_group_wrap05 {
        margin-top: 44px;
    }

    /* step_last */
    .step_last_border {
        margin-top: 100px;
    }
    .step_last_btn {
        width: 40%;
        background: #fff;
        color: #000;
		border: 1px solid #000;
        display: block;
        margin: 5% auto 0 auto;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        font-size: 16px;
        letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        line-height: 1;
        padding: 2% 0;
		transition: .3s;
    }
	.step_last_btn:hover {
        background: #000;
        color: #fff;
		border: 1px solid #000;
		transition: .3s;
    }
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }

    /* customize_results */
    .customize_results {
        position: relative;
        overflow: hidden;
        margin: 5% 0 0 0;
		padding: 0 0 5% 0;
		background: #fff;
    }
    .customize_results .step_sbuttl {
		width: 550px;
		max-width: 100%;
		margin: 0 auto;
    }
    .customize_results_box {
        width: 100%;
        max-width: 1000px;
        margin: 73px auto 0;
        display: flex;
		justify-content: space-between;
        align-items: center;
    }
	.img-box{
		width: 50%;
	}
	.data-title{
		width: 80%;
		margin: 0 0 5% 0;
	}
    .customize_results_img {
        width: 100%;
        background: #fff;
    }
    .customize_results_details {
        width: 45%;
        font-size: 0;
    }
    .customize_results_details:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    .customize_results_details_inner {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 7px;
    }
    .customize_results_details_inner dl {
        margin-top: 37px;
		align-items: center;
    }
	.customize_results_details_inner dl.line{
        margin-top: 5%;
		display: flex;
		align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #8e8c8c;
    }
    .customize_results_details_inner dt {
		width: 30%;
    }
    .customize_results_details_inner dd {
		width: 70%;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
    }
	.customize_results_details_inner dd.wi {
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		padding: 0!important;
    }
	.yen01{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.yen01 span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	
	.yen{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
		margin: 0 0 3% 0;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
	}
    .customize_results_details_btn {
        margin-top: 50px;
        width: 100%;
        display: block;
        text-align: center;
        background: #a08777;
        color: #fff;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
        border: 1px solid #a08777;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

    /* rario関連 */
	input[type="radio"] , input[type="checkbox"]{
	   width: 1.5em;
   	   height: 1.5em;
	}
    .input_radio {
        position: absolute;
        bottom: 50px;
        width: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
	.b25{
		bottom: 30px;
	}
	.b35{
		bottom: 35px;
	}
    .radio-non{
        display: none;
    }
    .selected .input_radio:not(:checked) + .radio_label img {
        opacity: 0.4;
    }
    .selected .input_radio:checked + .radio_label img {
        opacity: 1;
    }
    .radio_label {
        cursor: pointer;
        display: block;
    }
    .radio_label img {
        transition: opacity 0.4s 0s;
    }
    .recommend_btn_wrap {
        text-align: center;
        max-width: 1000px;
        margin: 5% auto 0 auto;
    }
    .recommend_btn {
        display: inline-block;
        width: 50%;
        background: #000;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 4px;
        padding: 2% 0;
    }
    .radio_txt_btn {
        transition: background-color 0.4s 0s, color 0.4s 0s;
    }
    .selected .input_radio:checked + .radio_label .radio_txt_btn {
        background: #000;
        color: #fff;
    }
    .selected .input_radio:not(:checked) + .radio_label .radio_txt_btn {
        background: #fff;
        color: #000;
    }

    /* bottom_sign_wrap */
    .bottom_sign_wrap {
        margin-top: 10%;
        text-align: center;
    }
    .bottom_sign {
        width: 200px;
        height: auto;
    }
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li.big{
		width: 130%;
		margin: 0 0 3% 0;
		position: relative;
		left: -15%;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 3% 0 10% 0;
		text-align: center;
	}
	.f-banner-list li .txt02{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 0 2% 0;
		text-align: center;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}

    /*footer*/
	.footer {
		color: #000;
		background: #fff;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	
	.top-btn{
		width: 70%;
		display: block;
		margin: 0 auto;
		border: 1px solid #000;
		transition: .3s;
		text-align: center;
		color: #fff;
		background: #000;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 2px;
		padding: 2% 0;
		margin: 5% auto 0 auto;
	}
	.top-btn:hover{
		border: 1px solid #000;
		color: #000;
		background: #fff;
		transition: .3s;
	}
	
	.arrow{
		width: 35px;
		margin: 0 auto;
	}
	
	/*add*/
	.cou{
		font-size: 12px;
		letter-spacing: 2px;
		margin: 2% 0 0 0;
		text-align: center;
	}
	.top-nav{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 23%;
		opacity: 1;
		transition: .3s;
	}
	.top-nav li:hover{
		opacity: .6;
		transition: .3s;
	}
	.top-nav li.on{
		width: 23%;
		opacity: .5;
	}
    
	/*model*/
	.model{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.model .img{
		width: 50%;
	}
	.model .data{
		width: 45%;
	}
	.model .data .title{
		width: 100%;
		border-bottom: 1px solid #eee;
		color: #fd9b9f;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		font-size: 35px;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.model .data .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		font-size: 15px;
		line-height: 2.5em;
		letter-spacing: 2px;
	}
	
	/*s-wrap*/
	.view-wrap{
		width: 100%;
		position: relative;
	}
	.view-wrap .bg{
		width: 100%;
		height: 30%;
		background: #eaede9;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		z-index: -1;
	}
	.view-title{
		width: 420px;
		margin: 0 auto 3% auto;
	}
	.s-wrap{
		width: 100%;
		max-width: 1100px;
		position: relative;
		margin: 0 auto 0% auto;
	}
	.slick-slide {
		transition: .3s ease;
		transform: scale(.70);
		transform-origin: 100% 50%;
		padding: 0 10px;
	}
	.slick-current {
		transform: scale(1);
		transform-origin: 50% 50%;
	}
	.slick-current + .slick-slide {
    	transform-origin: 0 50%;
	}
	.slick-slide .caption {
        z-index: 99;
        opacity: 0;
        transition: .3s ease;
		width: 90%;
		margin: 12% auto 0 auto;
		overflow: hidden;
	}
	.slick-current .caption {
		opacity: 1;
		transition-delay: .5s;
	}
	.slick-dots{
		position: absolute;
		top: 670px;
		z-index: 33;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	.caption .item-name{
		font-size: 21px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 5% 0;
	}
	
	.slick-prev
	{
		left: 350px;
	}
	[dir='rtl'] .slick-prev
	{
		right: -45px;
		left: auto;
	}
	.slick-prev:before
	{
		content:url("../img/prev.svg");
	}
	[dir='rtl'] .slick-prev:before
	{
		content:url("../img/prev.svg");
	}

	.slick-next
	{
		right: 350px;
	}
	[dir='rtl'] .slick-next
	{
		right: auto;
		left: -45px;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
	.cart-title{
		font-size: 13px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 5px 0 5px 0;
		background: #c3b6ad;
		border: 1px solid #c3b6ad;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #c3b6ad;
	  color: #c3b6ad;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 5px 0 5px 0;
		background: #dedede;
		border: 1px solid #dedede;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #dedede;
	  color: #dedede;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.s-wrap{
		display: none!important;
	}
    
}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
    .sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
	}
    header .title{
		width: 100%;
		background: #fff;
	}
	header .title img{
		width: 45%;
		display: block;
		margin: 0 auto;
		padding: 3% 0;
	}
	.loopSlide{
		display: flex;
		justify-content: flex-start;
		width: 100vw;
		height: 700px;
		overflow: hidden;
		margin: 2% 0 0 0;
	}
	.loopSlide img {
		align-self: flex-start!important;
	}
	.loopSlide img:first-child {
		animation: f-loop 120s -60s linear infinite;
		height: 700px;
		width: auto;
	}
	.loopSlide img:last-child {
		animation: f-loop2 120s linear infinite;
		height: 700px;
		width: auto;
	}
	@keyframes f-loop {
	  0% {
		transform: translateX(100%);
	  }
	  to {
		transform: translateX(-100%);
	  }
	}

	@keyframes f-loop2 {
	  0% {
		transform: translateX(0);
	  }
	  to {
		transform: translateX(-200%);
	  }
	}
	
	.over-wrap{
		width: 100%;
		position: relative;
	}
	.over-wrap .bg{
		width: 100%;
		position: sticky;
		height: 0;
		top: 0;
	}
	.over-wrap .bg .bg-in{
		width: 100%;
		height: 1200px;
		background-image: url("../img/main-bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.in-wrap{
		width: 100%;
		max-width: 1200px;
		height: 100%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.main-cont{
		width: 100%;
		background: rgba(255,255,255,0.8);
		height: auto;
		position: relative;
		left: 10px;
		padding: 5% 0 0 0;
		-webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
	}
	.side-logo{
		display: block;
		height: auto;
		position: relative;
		left: 30px;
		padding: 5% 0 0 0;
	}
	.side-logo .logo{
		width: 20px;
		position: sticky;
		top: 5%;
		display: block;
	}
	
	/*block01*/
	.block01{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.block01 .img{
		width: 100%;
		margin: 0 auto 3% auto;
		overflow: hidden;
	}
	.block01 .txt{
		width: 100%;
		text-align: center;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.8em;
		margin: 0 0 3% 0;
	}
	.block01 .day{
		width: 75%;
		margin: 0 auto;
	}
	
	
	/*customize_steps*/
	.customize_steps {
        position: relative;
        width: 70%;
        margin: 0px auto;
    }
	.step_ttl {
		width: 100%;
		max-width: 500px;
        text-align: center;
		margin: 0 auto 7% auto;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 33%;
        position: relative;
		padding: 0 5%;
		box-sizing: border-box;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 47%!important;
		padding: 0!important;
		box-sizing: border-box;
		margin: 0!important;
        position: relative;
    }
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 2px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 2px;
    }
	
	/*look*/
	.bg-w{
		width: 100%;
		position: relative;
		background: #fff;
		padding: 5% 0;
	}
	
	.look-book{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.look-book .main-title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.look-book .main-title img{
		height: 100px;
		display: block;
		margin: 0 auto;
	}
	
	.look-book02{
		width: 100%;
		max-width: 1200px;
		margin: 5% auto 0 auto;
	}
	.look-book02 .main-title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.look-book02 .main-title img{
		height: 100px;
		display: block;
		margin: 0 auto;
	}
	
	.look-item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.look-item .item-box{
		width: 30%;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .title img{
		height: 25px;
		display: block;
		margin: 0 auto;
	}
	.look-item .item-box .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #d7bc85;
		color: #fff;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #d7bc85;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*f-block*/
	.f-block{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
	}
	.f-txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.f-txt-box .f-txt{
		width: 35%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.6);
		-webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
		box-sizing: border-box;
		padding: 4% 5% 0 5%;
	}
	.f-txt-box .f-txt .title{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.f-txt-box .f-txt .txt{
		width: 100%;
		font-size: 14px;
		line-height: 2.2em;
		letter-spacing: 2px;
		text-align: justify;
	}
	.f-block .day{
		width: 50%;
		margin: 0 auto;
	}
	
	

    /* customize_steps */
    
    .customize_steps_txt {
        font-size: 18px;
        line-height: 2.2;
		margin: 5% 0 5% 0;
        text-align: center;
        letter-spacing: 0.15em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    .customize_steps_txt span{
        font-size: 30px;
        line-height: 2.2;
        margin-top: 5%;
        text-align: center;
        letter-spacing: 0.15em;
        display: block;
    }
    .dash_border {
        height: 2px;
        position: relative;
    }
	.step{
		margin: 0 0 15% 0;
	}
	.step-end{
		margin: 0 0 7% 0;
	}
    
    .step_sbuttl {
        margin-top: 4%;
        text-align: center;
    }
    .step_sbuttl_en {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        font-family: Helvetica, serif;
    }
    .step_sbuttl_jp {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        position: relative;
        margin-top: 2%;
        letter-spacing: 5px;
    }
    .step_sbuttl_jp:before {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        left: -45px;
        margin-top: -1px;
    }
    .step_sbuttl_jp:after {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        right: -45px;
        margin-top: -1px;
    }
    .smp{
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 5% auto;
    }
    
	
    
    .radio_txt {
        display: block;
        font-size: 15px;
		letter-spacing: 2px;
		font-weight: bold;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }
	.t-t01{
		margin: 50px 0 0 0;
	}
	.t-t02{
		margin: 40px 0 0 0;
	}

    /* step01 */
    .step01_border {
        margin-top: 7%;
    }
    .step01_ttl {
        padding-right: 16px;
    }
    .radio_group_wrap01 {
        margin-top: 45px;
    }

    /* step02 */
    .step02_border {
        margin-top: 92px;
    }
    .step02_ttl {
        padding-right: 11px;
    }
    .radio_group_wrap02 {
    }

    /* step03 */
    .step03_border {
        margin-top: 92px;
    }
    .radio_group_wrap03 {
    }

    /* step04 */
    .step04_border {
        margin-top: 90px;
    }
    .radio_group_wrap04 {
        margin-top: 40px;
    }

    /* step05 */
    .step05_border {
        margin-top: 94px;
    }
    .radio_group_wrap05 {
        margin-top: 44px;
    }

    /* step_last */
    .step_last_border {
        margin-top: 100px;
    }
    .step_last_btn {
        width: 40%;
        background: #fff;
        color: #000;
		border: 1px solid #000;
        display: block;
        margin: 5% auto 0 auto;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        font-size: 16px;
        letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        line-height: 1;
        padding: 2% 0;
		transition: .3s;
    }
	.step_last_btn:hover {
        background: #000;
        color: #fff;
		border: 1px solid #000;
		transition: .3s;
    }
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }

    /* customize_results */
    .customize_results {
        position: relative;
        overflow: hidden;
        margin: 5% 0 0 0;
		padding: 0 0 5% 0;
		background: #fff;
    }
    .customize_results .step_sbuttl {
		width: 550px;
		max-width: 100%;
		margin: 0 auto;
    }
    .customize_results_box {
        width: 100%;
        max-width: 1000px;
        margin: 73px auto 0;
        display: flex;
		justify-content: space-between;
        align-items: center;
    }
	.img-box{
		width: 50%;
	}
	.data-title{
		width: 80%;
		margin: 0 0 5% 0;
	}
    .customize_results_img {
        width: 100%;
        background: #fff;
    }
    .customize_results_details {
        width: 45%;
        font-size: 0;
    }
    .customize_results_details:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    .customize_results_details_inner {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 7px;
    }
    .customize_results_details_inner dl {
        margin-top: 37px;
		align-items: center;
    }
	.customize_results_details_inner dl.line{
        margin-top: 5%;
		display: flex;
		align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #8e8c8c;
    }
    .customize_results_details_inner dt {
		width: 30%;
    }
    .customize_results_details_inner dd {
		width: 70%;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
    }
	.customize_results_details_inner dd.wi {
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		padding: 0!important;
    }
	.yen01{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.yen01 span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	
	.yen{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
		margin: 0 0 3% 0;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
	}
    .customize_results_details_btn {
        margin-top: 50px;
        width: 100%;
        display: block;
        text-align: center;
        background: #a08777;
        color: #fff;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
        border: 1px solid #a08777;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

    /* rario関連 */
	input[type="radio"] , input[type="checkbox"]{
	   width: 1.5em;
   	   height: 1.5em;
	}
    .input_radio {
        position: absolute;
        bottom: 50px;
        width: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
	.b25{
		bottom: 30px;
	}
	.b35{
		bottom: 35px;
	}
    .radio-non{
        display: none;
    }
    .selected .input_radio:not(:checked) + .radio_label img {
        opacity: 0.4;
    }
    .selected .input_radio:checked + .radio_label img {
        opacity: 1;
    }
    .radio_label {
        cursor: pointer;
        display: block;
    }
    .radio_label img {
        transition: opacity 0.4s 0s;
    }
    .recommend_btn_wrap {
        text-align: center;
        max-width: 1000px;
        margin: 5% auto 0 auto;
    }
    .recommend_btn {
        display: inline-block;
        width: 50%;
        background: #000;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 4px;
        padding: 2% 0;
    }
    .radio_txt_btn {
        transition: background-color 0.4s 0s, color 0.4s 0s;
    }
    .selected .input_radio:checked + .radio_label .radio_txt_btn {
        background: #000;
        color: #fff;
    }
    .selected .input_radio:not(:checked) + .radio_label .radio_txt_btn {
        background: #fff;
        color: #000;
    }

    /* bottom_sign_wrap */
    .bottom_sign_wrap {
        margin-top: 10%;
        text-align: center;
    }
    .bottom_sign {
        width: 200px;
        height: auto;
    }
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li.big{
		width: 130%;
		margin: 0 0 3% 0;
		position: relative;
		left: -15%;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 3% 0 10% 0;
		text-align: center;
	}
	.f-banner-list li .txt02{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 0 2% 0;
		text-align: center;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}

    /*footer*/
	.footer {
		color: #000;
		background: #fff;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	
	.top-btn{
		width: 70%;
		display: block;
		margin: 0 auto;
		border: 1px solid #000;
		transition: .3s;
		text-align: center;
		color: #fff;
		background: #000;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 2px;
		padding: 2% 0;
		margin: 5% auto 0 auto;
	}
	.top-btn:hover{
		border: 1px solid #000;
		color: #000;
		background: #fff;
		transition: .3s;
	}
	
	.arrow{
		width: 35px;
		margin: 0 auto;
	}
	
	/*add*/
	.cou{
		font-size: 12px;
		letter-spacing: 2px;
		margin: 2% 0 0 0;
		text-align: center;
	}
	.top-nav{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 23%;
		opacity: 1;
		transition: .3s;
	}
	.top-nav li:hover{
		opacity: .6;
		transition: .3s;
	}
	.top-nav li.on{
		width: 23%;
		opacity: .5;
	}
    
	/*model*/
	.model{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.model .img{
		width: 50%;
	}
	.model .data{
		width: 45%;
	}
	.model .data .title{
		width: 100%;
		border-bottom: 1px solid #eee;
		color: #fd9b9f;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		font-size: 35px;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.model .data .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		font-size: 15px;
		line-height: 2.5em;
		letter-spacing: 2px;
	}
	
	/*s-wrap*/
	.view-wrap{
		width: 100%;
		position: relative;
	}
	.view-wrap .bg{
		width: 100%;
		height: 30%;
		background: #eaede9;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		z-index: -1;
	}
	.view-title{
		width: 420px;
		margin: 0 auto 3% auto;
	}
	.s-wrap{
		width: 100%;
		max-width: 1100px;
		position: relative;
		margin: 0 auto 0% auto;
	}
	.slick-slide {
		transition: .3s ease;
		transform: scale(.70);
		transform-origin: 100% 50%;
		padding: 0 10px;
	}
	.slick-current {
		transform: scale(1);
		transform-origin: 50% 50%;
	}
	.slick-current + .slick-slide {
    	transform-origin: 0 50%;
	}
	.slick-slide .caption {
        z-index: 99;
        opacity: 0;
        transition: .3s ease;
		width: 90%;
		margin: 12% auto 0 auto;
		overflow: hidden;
	}
	.slick-current .caption {
		opacity: 1;
		transition-delay: .5s;
	}
	.slick-dots{
		position: absolute;
		top: 670px;
		z-index: 33;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	.caption .item-name{
		font-size: 21px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 5% 0;
	}
	
	.slick-prev
	{
		left: 350px;
	}
	[dir='rtl'] .slick-prev
	{
		right: -45px;
		left: auto;
	}
	.slick-prev:before
	{
		content:url("../img/prev.svg");
	}
	[dir='rtl'] .slick-prev:before
	{
		content:url("../img/prev.svg");
	}

	.slick-next
	{
		right: 350px;
	}
	[dir='rtl'] .slick-next
	{
		right: auto;
		left: -45px;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
	.cart-title{
		font-size: 13px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 5px 0 5px 0;
		background: #c3b6ad;
		border: 1px solid #c3b6ad;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #c3b6ad;
	  color: #c3b6ad;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 5px 0 5px 0;
		background: #dedede;
		border: 1px solid #dedede;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #dedede;
	  color: #dedede;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.s-wrap{
		display: none!important;
	}
	
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
	
    /*header*/
	header{
		width: 100%;
		position: relative;
	}
    header .title{
		width: 100%;
		background: #fff;
	}
	header .title img{
		width: 45%;
		display: block;
		margin: 0 auto;
		padding: 3% 0;
	}
	.loopSlide{
		display: flex;
		justify-content: flex-start;
		width: 100vw;
		height: 500px;
		overflow: hidden;
		margin: 2% 0 0 0;
	}
	.loopSlide img {
		align-self: flex-start!important;
	}
	.loopSlide img:first-child {
		animation: f-loop 120s -60s linear infinite;
		height: 500px;
		width: auto;
	}
	.loopSlide img:last-child {
		animation: f-loop2 120s linear infinite;
		height: 500px;
		width: auto;
	}
	@keyframes f-loop {
	  0% {
		transform: translateX(100%);
	  }
	  to {
		transform: translateX(-100%);
	  }
	}

	@keyframes f-loop2 {
	  0% {
		transform: translateX(0);
	  }
	  to {
		transform: translateX(-200%);
	  }
	}
	
	.over-wrap{
		width: 100%;
		position: relative;
	}
	.over-wrap .bg{
		width: 100%;
		position: sticky;
		height: 0;
		top: 0;
	}
	.over-wrap .bg .bg-in{
		width: 100%;
		height: 1000px;
		background-image: url("../img/main-bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.in-wrap{
		width: 100%;
		max-width: 1200px;
		height: 100%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.main-cont{
		width: 100%;
		background: rgba(255,255,255,0.8);
		height: auto;
		position: relative;
		left: 10px;
		padding: 5% 0 0 0;
		-webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
	}
	.side-logo{
		display: block;
		height: auto;
		position: relative;
		left: 30px;
		padding: 5% 0 0 0;
	}
	.side-logo .logo{
		width: 20px;
		position: sticky;
		top: 5%;
		display: block;
	}
	
	/*block01*/
	.block01{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.block01 .img{
		width: 100%;
		margin: 0 auto 3% auto;
		overflow: hidden;
	}
	.block01 .txt{
		width: 100%;
		text-align: center;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.8em;
		margin: 0 0 3% 0;
	}
	.block01 .day{
		width: 75%;
		margin: 0 auto;
	}
	
	
	/*customize_steps*/
	.customize_steps {
        position: relative;
        width: 70%;
        margin: 0px auto;
    }
	.step_ttl {
		width: 100%;
		max-width: 500px;
        text-align: center;
		margin: 0 auto 7% auto;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 33%;
        position: relative;
		padding: 0 5%;
		box-sizing: border-box;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 47%!important;
		padding: 0!important;
		box-sizing: border-box;
		margin: 0!important;
        position: relative;
    }
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 2px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 2px;
    }
	
	/*look*/
	.bg-w{
		width: 100%;
		position: relative;
		background: #fff;
		padding: 5% 0;
	}
	
	.look-book{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.look-book .main-title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.look-book .main-title img{
		height: 100px;
		display: block;
		margin: 0 auto;
	}
	
	.look-book02{
		width: 100%;
		max-width: 1200px;
		margin: 5% auto 0 auto;
	}
	.look-book02 .main-title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.look-book02 .main-title img{
		height: 100px;
		display: block;
		margin: 0 auto;
	}
	
	.look-item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.look-item .item-box{
		width: 30%;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .title img{
		height: 25px;
		display: block;
		margin: 0 auto;
	}
	.look-item .item-box .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #d7bc85;
		color: #fff;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #d7bc85;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*f-block*/
	.f-block{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
	}
	.f-txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.f-txt-box .f-txt{
		width: 35%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.6);
		-webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
		box-sizing: border-box;
		padding: 4% 5% 0 5%;
	}
	.f-txt-box .f-txt .title{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.f-txt-box .f-txt .txt{
		width: 100%;
		font-size: 14px;
		line-height: 2.2em;
		letter-spacing: 2px;
		text-align: justify;
	}
	.f-block .day{
		width: 50%;
		margin: 0 auto;
	}
	
	

    /* customize_steps */
    
    .customize_steps_txt {
        font-size: 18px;
        line-height: 2.2;
		margin: 5% 0 5% 0;
        text-align: center;
        letter-spacing: 0.15em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    .customize_steps_txt span{
        font-size: 30px;
        line-height: 2.2;
        margin-top: 5%;
        text-align: center;
        letter-spacing: 0.15em;
        display: block;
    }
    .dash_border {
        height: 2px;
        position: relative;
    }
	.step{
		margin: 0 0 15% 0;
	}
	.step-end{
		margin: 0 0 7% 0;
	}
    
    .step_sbuttl {
        margin-top: 4%;
        text-align: center;
    }
    .step_sbuttl_en {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        font-family: Helvetica, serif;
    }
    .step_sbuttl_jp {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        position: relative;
        margin-top: 2%;
        letter-spacing: 5px;
    }
    .step_sbuttl_jp:before {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        left: -45px;
        margin-top: -1px;
    }
    .step_sbuttl_jp:after {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        right: -45px;
        margin-top: -1px;
    }
    .smp{
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 5% auto;
    }
    
	
    
    .radio_txt {
        display: block;
        font-size: 15px;
		letter-spacing: 2px;
		font-weight: bold;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }
	.t-t01{
		margin: 50px 0 0 0;
	}
	.t-t02{
		margin: 40px 0 0 0;
	}

    /* step01 */
    .step01_border {
        margin-top: 7%;
    }
    .step01_ttl {
        padding-right: 16px;
    }
    .radio_group_wrap01 {
        margin-top: 45px;
    }

    /* step02 */
    .step02_border {
        margin-top: 92px;
    }
    .step02_ttl {
        padding-right: 11px;
    }
    .radio_group_wrap02 {
    }

    /* step03 */
    .step03_border {
        margin-top: 92px;
    }
    .radio_group_wrap03 {
    }

    /* step04 */
    .step04_border {
        margin-top: 90px;
    }
    .radio_group_wrap04 {
        margin-top: 40px;
    }

    /* step05 */
    .step05_border {
        margin-top: 94px;
    }
    .radio_group_wrap05 {
        margin-top: 44px;
    }

    /* step_last */
    .step_last_border {
        margin-top: 100px;
    }
    .step_last_btn {
        width: 40%;
        background: #fff;
        color: #000;
		border: 1px solid #000;
        display: block;
        margin: 5% auto 0 auto;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        font-size: 16px;
        letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        line-height: 1;
        padding: 2% 0;
		transition: .3s;
    }
	.step_last_btn:hover {
        background: #000;
        color: #fff;
		border: 1px solid #000;
		transition: .3s;
    }
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }

    /* customize_results */
    .customize_results {
        position: relative;
        overflow: hidden;
        margin: 5% 0 0 0;
		padding: 0 0 5% 0;
		background: #fff;
    }
    .customize_results .step_sbuttl {
		width: 550px;
		max-width: 100%;
		margin: 0 auto;
    }
    .customize_results_box {
        width: 100%;
        max-width: 1000px;
        margin: 73px auto 0;
        display: flex;
		justify-content: space-between;
        align-items: center;
    }
	.img-box{
		width: 50%;
	}
	.data-title{
		width: 80%;
		margin: 0 0 5% 0;
	}
    .customize_results_img {
        width: 100%;
        background: #fff;
    }
    .customize_results_details {
        width: 45%;
        font-size: 0;
    }
    .customize_results_details:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    .customize_results_details_inner {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 7px;
    }
    .customize_results_details_inner dl {
        margin-top: 37px;
		align-items: center;
    }
	.customize_results_details_inner dl.line{
        margin-top: 5%;
		display: flex;
		align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #8e8c8c;
    }
    .customize_results_details_inner dt {
		width: 30%;
    }
    .customize_results_details_inner dd {
		width: 70%;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
    }
	.customize_results_details_inner dd.wi {
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		padding: 0!important;
    }
	.yen01{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.yen01 span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	
	.yen{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
		margin: 0 0 3% 0;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
	}
    .customize_results_details_btn {
        margin-top: 50px;
        width: 100%;
        display: block;
        text-align: center;
        background: #a08777;
        color: #fff;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
        border: 1px solid #a08777;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

    /* rario関連 */
	input[type="radio"] , input[type="checkbox"]{
	   width: 1.5em;
   	   height: 1.5em;
	}
    .input_radio {
        position: absolute;
        bottom: 50px;
        width: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
	.b25{
		bottom: 30px;
	}
	.b35{
		bottom: 35px;
	}
    .radio-non{
        display: none;
    }
    .selected .input_radio:not(:checked) + .radio_label img {
        opacity: 0.4;
    }
    .selected .input_radio:checked + .radio_label img {
        opacity: 1;
    }
    .radio_label {
        cursor: pointer;
        display: block;
    }
    .radio_label img {
        transition: opacity 0.4s 0s;
    }
    .recommend_btn_wrap {
        text-align: center;
        max-width: 1000px;
        margin: 5% auto 0 auto;
    }
    .recommend_btn {
        display: inline-block;
        width: 50%;
        background: #000;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 4px;
        padding: 2% 0;
    }
    .radio_txt_btn {
        transition: background-color 0.4s 0s, color 0.4s 0s;
    }
    .selected .input_radio:checked + .radio_label .radio_txt_btn {
        background: #000;
        color: #fff;
    }
    .selected .input_radio:not(:checked) + .radio_label .radio_txt_btn {
        background: #fff;
        color: #000;
    }

    /* bottom_sign_wrap */
    .bottom_sign_wrap {
        margin-top: 10%;
        text-align: center;
    }
    .bottom_sign {
        width: 200px;
        height: auto;
    }
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li.big{
		width: 130%;
		margin: 0 0 3% 0;
		position: relative;
		left: -15%;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 3% 0 10% 0;
		text-align: center;
	}
	.f-banner-list li .txt02{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 0 2% 0;
		text-align: center;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}

    /*footer*/
	.footer {
		color: #000;
		background: #fff;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	
	.top-btn{
		width: 70%;
		display: block;
		margin: 0 auto;
		border: 1px solid #000;
		transition: .3s;
		text-align: center;
		color: #fff;
		background: #000;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 2px;
		padding: 2% 0;
		margin: 5% auto 0 auto;
	}
	.top-btn:hover{
		border: 1px solid #000;
		color: #000;
		background: #fff;
		transition: .3s;
	}
	
	.arrow{
		width: 35px;
		margin: 0 auto;
	}
	
	/*add*/
	.cou{
		font-size: 12px;
		letter-spacing: 2px;
		margin: 2% 0 0 0;
		text-align: center;
	}
	.top-nav{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 23%;
		opacity: 1;
		transition: .3s;
	}
	.top-nav li:hover{
		opacity: .6;
		transition: .3s;
	}
	.top-nav li.on{
		width: 23%;
		opacity: .5;
	}
    
	/*model*/
	.model{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.model .img{
		width: 50%;
	}
	.model .data{
		width: 45%;
	}
	.model .data .title{
		width: 100%;
		border-bottom: 1px solid #eee;
		color: #fd9b9f;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		font-size: 35px;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.model .data .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		font-size: 15px;
		line-height: 2.5em;
		letter-spacing: 2px;
	}
	
	/*s-wrap*/
	.view-wrap{
		width: 100%;
		position: relative;
	}
	.view-wrap .bg{
		width: 100%;
		height: 30%;
		background: #eaede9;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		z-index: -1;
	}
	.view-title{
		width: 420px;
		margin: 0 auto 3% auto;
	}
	.s-wrap{
		width: 100%;
		max-width: 1100px;
		position: relative;
		margin: 0 auto 0% auto;
	}
	.slick-slide {
		transition: .3s ease;
		transform: scale(.70);
		transform-origin: 100% 50%;
		padding: 0 10px;
	}
	.slick-current {
		transform: scale(1);
		transform-origin: 50% 50%;
	}
	.slick-current + .slick-slide {
    	transform-origin: 0 50%;
	}
	.slick-slide .caption {
        z-index: 99;
        opacity: 0;
        transition: .3s ease;
		width: 90%;
		margin: 12% auto 0 auto;
		overflow: hidden;
	}
	.slick-current .caption {
		opacity: 1;
		transition-delay: .5s;
	}
	.slick-dots{
		position: absolute;
		top: 670px;
		z-index: 33;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	.caption .item-name{
		font-size: 21px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 5% 0;
	}
	
	.slick-prev
	{
		left: 350px;
	}
	[dir='rtl'] .slick-prev
	{
		right: -45px;
		left: auto;
	}
	.slick-prev:before
	{
		content:url("../img/prev.svg");
	}
	[dir='rtl'] .slick-prev:before
	{
		content:url("../img/prev.svg");
	}

	.slick-next
	{
		right: 350px;
	}
	[dir='rtl'] .slick-next
	{
		right: auto;
		left: -45px;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
	.cart-title{
		font-size: 13px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 5px 0 5px 0;
		background: #c3b6ad;
		border: 1px solid #c3b6ad;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #c3b6ad;
	  color: #c3b6ad;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 5px 0 5px 0;
		background: #dedede;
		border: 1px solid #dedede;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #dedede;
	  color: #dedede;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.s-wrap{
		display: none!important;
	}

}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}
	
    /*header*/
	header{
		width: 100%;
		position: relative;
	}
    header .title{
		width: 100%;
		background: #fff;
	}
	header .title img{
		width: 65%;
		display: block;
		margin: 0 auto;
		padding: 3% 0;
	}
	.loopSlide{
		display: flex;
		justify-content: flex-start;
		width: 100vw;
		height: 300px;
		overflow: hidden;
		margin: 2% 0 0 0;
	}
	.loopSlide img {
		align-self: flex-start!important;
	}
	.loopSlide img:first-child {
		animation: f-loop 120s -60s linear infinite;
		height: 300px;
		width: auto;
	}
	.loopSlide img:last-child {
		animation: f-loop2 120s linear infinite;
		height: 300px;
		width: auto;
	}
	@keyframes f-loop {
	  0% {
		transform: translateX(100%);
	  }
	  to {
		transform: translateX(-100%);
	  }
	}

	@keyframes f-loop2 {
	  0% {
		transform: translateX(0);
	  }
	  to {
		transform: translateX(-200%);
	  }
	}
	
	.over-wrap{
		width: 100%;
		position: relative;
	}
	.over-wrap .bg{
		width: 100%;
		height: 0;
		position: sticky;
		top: 0;
	}
	.over-wrap .bg .bg-in{
		width: 100%;
		height: 1500px;
		background: #000;
		background-image: url("../img/main-bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.in-wrap{
		width: 90%;
		height: 100%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.main-cont{
		width: 100%;
		background: rgba(255,255,255,0.8);
		height: auto;
		position: relative;
		left: 10px;
		padding: 5% 0 0 0;
		-webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
	}
	.side-logo{
		display: block;
		height: auto;
		position: relative;
		left: 20px;
		padding: 5% 0 0 0;
	}
	.side-logo .logo{
		width: 15px;
		position: sticky;
		top: 5%;
		display: block;
	}
	
	/*block01*/
	.block01{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.block01 .img{
		width: 100%;
		margin: 0 auto 3% auto;
		overflow: hidden;
	}
	.block01 .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 0 3% 0;
	}
	.block01 .txt br{
		display: none;
	}
	.block01 .day{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/*customize_steps*/
	.customize_steps {
        position: relative;
        width: 90%;
        margin: 0px auto;
    }
	.step_ttl {
		width: 50%;
        text-align: center;
		margin: 0 auto 7% auto;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 33%;
        position: relative;
		padding: 0 5%;
		box-sizing: border-box;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 47%!important;
		padding: 0!important;
		box-sizing: border-box;
		margin: 0!important;
        position: relative;
    }
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 2px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 2px;
    }
	
	/*look*/
	.bg-w{
		width: 100%;
		position: relative;
		background: #fff;
		padding: 10% 0 5% 0;
	}
	
	.look-book{
		width: 90%;
		margin: 0 auto;
	}
	.look-book .main-title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.look-book .main-title img{
		height: 80px;
		display: block;
		margin: 0 auto;
	}
	
	.look-book02{
		width: 90%;
		margin: 5% auto 0 auto;
	}
	.look-book02 .main-title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.look-book02 .main-title img{
		height: 100px;
		display: block;
		margin: 0 auto;
	}
	
	.look-item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.look-item .item-box{
		width: 45%;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .title img{
		height: 20px;
		display: block;
		margin: 0 auto;
	}
	.look-item .item-box .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .txt{
		width: 100%;
		font-size: 14px;
		text-align: justify;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #d7bc85;
		color: #fff;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #d7bc85;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*f-block*/
	.f-block{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.f-txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.f-txt-box .f-txt{
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.6);
		-webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
		box-sizing: border-box;
		padding: 7% 5% 0 5%;
	}
	.f-txt-box .f-txt .title{
		width: 30%;
		margin: 0 auto 5% auto;
	}
	.f-txt-box .f-txt .txt{
		width: 100%;
		font-size: 14px;
		line-height: 1.8em;
		letter-spacing: 2px;
		text-align: justify;
	}
	.f-block .day{
		width: 50%;
		margin: 0 auto;
	}
	
	

    /* customize_steps */
    
    .customize_steps_txt {
        font-size: 18px;
        line-height: 2.2;
		margin: 5% 0 5% 0;
        text-align: center;
        letter-spacing: 0.15em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    .customize_steps_txt span{
        font-size: 30px;
        line-height: 2.2;
        margin-top: 5%;
        text-align: center;
        letter-spacing: 0.15em;
        display: block;
    }
    .dash_border {
        height: 2px;
        position: relative;
    }
	.step{
		margin: 0 0 15% 0;
	}
	.step-end{
		margin: 0 0 7% 0;
	}
    
    .step_sbuttl {
        margin-top: 4%;
        text-align: center;
    }
    .step_sbuttl_en {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        font-family: Helvetica, serif;
    }
    .step_sbuttl_jp {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        position: relative;
        margin-top: 2%;
        letter-spacing: 5px;
    }
    .step_sbuttl_jp:before {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        left: -45px;
        margin-top: -1px;
    }
    .step_sbuttl_jp:after {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        right: -45px;
        margin-top: -1px;
    }
    .smp{
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 5% auto;
    }
    
	
    
    .radio_txt {
        display: block;
        font-size: 15px;
		letter-spacing: 2px;
		font-weight: bold;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }
	.t-t01{
		margin: 50px 0 0 0;
	}
	.t-t02{
		margin: 40px 0 0 0;
	}

    /* step01 */
    .step01_border {
        margin-top: 7%;
    }
    .step01_ttl {
        padding-right: 16px;
    }
    .radio_group_wrap01 {
        margin-top: 45px;
    }

    /* step02 */
    .step02_border {
        margin-top: 92px;
    }
    .step02_ttl {
        padding-right: 11px;
    }
    .radio_group_wrap02 {
    }

    /* step03 */
    .step03_border {
        margin-top: 92px;
    }
    .radio_group_wrap03 {
    }

    /* step04 */
    .step04_border {
        margin-top: 90px;
    }
    .radio_group_wrap04 {
        margin-top: 40px;
    }

    /* step05 */
    .step05_border {
        margin-top: 94px;
    }
    .radio_group_wrap05 {
        margin-top: 44px;
    }

    /* step_last */
    .step_last_border {
        margin-top: 100px;
    }
    .step_last_btn {
        width: 40%;
        background: #fff;
        color: #000;
		border: 1px solid #000;
        display: block;
        margin: 5% auto 0 auto;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        font-size: 16px;
        letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        line-height: 1;
        padding: 2% 0;
		transition: .3s;
    }
	.step_last_btn:hover {
        background: #000;
        color: #fff;
		border: 1px solid #000;
		transition: .3s;
    }
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }

    /* customize_results */
    .customize_results {
        position: relative;
        overflow: hidden;
        margin: 5% 0 0 0;
		padding: 0 0 5% 0;
		background: #fff;
    }
    .customize_results .step_sbuttl {
		width: 550px;
		max-width: 100%;
		margin: 0 auto;
    }
    .customize_results_box {
        width: 90%;
        margin: 73px auto 0;
        display: flex;
		justify-content: space-between;
        align-items: center;
    }
	.img-box{
		width: 50%;
	}
	.data-title{
		width: 80%;
		margin: 0 0 5% 0;
	}
    .customize_results_img {
        width: 100%;
        background: #fff;
    }
    .customize_results_details {
        width: 45%;
        font-size: 0;
    }
    .customize_results_details:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    .customize_results_details_inner {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 7px;
    }
    .customize_results_details_inner dl {
        margin-top: 37px;
		align-items: center;
    }
	.customize_results_details_inner dl.line{
        margin-top: 5%;
		display: flex;
		align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #8e8c8c;
    }
    .customize_results_details_inner dt {
		width: 30%;
    }
    .customize_results_details_inner dd {
		width: 70%;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
    }
	.customize_results_details_inner dd.wi {
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		padding: 0!important;
    }
	.yen01{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.yen01 span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	
	.yen{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
		margin: 0 0 3% 0;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
	}
    .customize_results_details_btn {
        margin-top: 50px;
        width: 100%;
        display: block;
        text-align: center;
        background: #a08777;
        color: #fff;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
        border: 1px solid #a08777;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

    /* rario関連 */
	input[type="radio"] , input[type="checkbox"]{
	   width: 1.5em;
   	   height: 1.5em;
	}
    .input_radio {
        position: absolute;
        bottom: 50px;
        width: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
	.b25{
		bottom: 30px;
	}
	.b35{
		bottom: 35px;
	}
    .radio-non{
        display: none;
    }
    .selected .input_radio:not(:checked) + .radio_label img {
        opacity: 0.4;
    }
    .selected .input_radio:checked + .radio_label img {
        opacity: 1;
    }
    .radio_label {
        cursor: pointer;
        display: block;
    }
    .radio_label img {
        transition: opacity 0.4s 0s;
    }
    .recommend_btn_wrap {
        text-align: center;
        max-width: 1000px;
        margin: 5% auto 0 auto;
    }
    .recommend_btn {
        display: inline-block;
        width: 50%;
        background: #000;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 4px;
        padding: 2% 0;
    }
    .radio_txt_btn {
        transition: background-color 0.4s 0s, color 0.4s 0s;
    }
    .selected .input_radio:checked + .radio_label .radio_txt_btn {
        background: #000;
        color: #fff;
    }
    .selected .input_radio:not(:checked) + .radio_label .radio_txt_btn {
        background: #fff;
        color: #000;
    }

    /* bottom_sign_wrap */
    .bottom_sign_wrap {
        margin-top: 10%;
        text-align: center;
    }
    .bottom_sign {
        width: 200px;
        height: auto;
    }
	
	/*f-banner*/
	.f-banner{
		width: 60%;
		margin: 0 auto 3% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li.big{
		width: 130%;
		margin: 0 0 3% 0;
		position: relative;
		left: -15%;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 3% 0 10% 0;
		text-align: center;
	}
	.f-banner-list li .txt02{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 0 2% 0;
		text-align: center;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}

    /*footer*/
	.footer {
		color: #000;
		background: #fff;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	
	.top-btn{
		width: 70%;
		display: block;
		margin: 0 auto;
		border: 1px solid #000;
		transition: .3s;
		text-align: center;
		color: #fff;
		background: #000;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 2px;
		padding: 2% 0;
		margin: 5% auto 0 auto;
	}
	.top-btn:hover{
		border: 1px solid #000;
		color: #000;
		background: #fff;
		transition: .3s;
	}
	
	.arrow{
		width: 35px;
		margin: 0 auto;
	}
	
	/*add*/
	.cou{
		font-size: 12px;
		letter-spacing: 2px;
		margin: 2% 0 0 0;
		text-align: center;
	}
	.top-nav{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 23%;
		opacity: 1;
		transition: .3s;
	}
	.top-nav li:hover{
		opacity: .6;
		transition: .3s;
	}
	.top-nav li.on{
		width: 23%;
		opacity: .5;
	}
    
	/*model*/
	.model{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.model .img{
		width: 50%;
	}
	.model .data{
		width: 45%;
	}
	.model .data .title{
		width: 100%;
		border-bottom: 1px solid #eee;
		color: #fd9b9f;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		font-size: 35px;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.model .data .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		font-size: 15px;
		line-height: 2.5em;
		letter-spacing: 2px;
	}
	
	/*s-wrap*/
	.view-wrap{
		width: 100%;
		position: relative;
	}
	.view-wrap .bg{
		width: 100%;
		height: 30%;
		background: #eaede9;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		z-index: -1;
	}
	.view-title{
		width: 420px;
		margin: 0 auto 3% auto;
	}
	.s-wrap{
		width: 100%;
		max-width: 1100px;
		position: relative;
		margin: 0 auto 0% auto;
	}
	.slick-slide {
		transition: .3s ease;
		transform: scale(.70);
		transform-origin: 100% 50%;
		padding: 0 10px;
	}
	.slick-current {
		transform: scale(1);
		transform-origin: 50% 50%;
	}
	.slick-current + .slick-slide {
    	transform-origin: 0 50%;
	}
	.slick-slide .caption {
        z-index: 99;
        opacity: 0;
        transition: .3s ease;
		width: 90%;
		margin: 12% auto 0 auto;
		overflow: hidden;
	}
	.slick-current .caption {
		opacity: 1;
		transition-delay: .5s;
	}
	.slick-dots{
		position: absolute;
		top: 670px;
		z-index: 33;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	.caption .item-name{
		font-size: 21px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 5% 0;
	}
	
	.slick-prev
	{
		left: 350px;
	}
	[dir='rtl'] .slick-prev
	{
		right: -45px;
		left: auto;
	}
	.slick-prev:before
	{
		content:url("../img/prev.svg");
	}
	[dir='rtl'] .slick-prev:before
	{
		content:url("../img/prev.svg");
	}

	.slick-next
	{
		right: 350px;
	}
	[dir='rtl'] .slick-next
	{
		right: auto;
		left: -45px;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
	.cart-title{
		font-size: 13px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 5px 0 5px 0;
		background: #c3b6ad;
		border: 1px solid #c3b6ad;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #c3b6ad;
	  color: #c3b6ad;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 5px 0 5px 0;
		background: #dedede;
		border: 1px solid #dedede;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #dedede;
	  color: #dedede;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.s-wrap{
		display: none!important;
	}
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
	}
    header .title{
		width: 100%;
		background: #fff;
	}
	header .title img{
		width: 90%;
		display: block;
		margin: 0 auto;
		padding: 10% 0;
	}
	.loopSlide{
		display: flex;
		justify-content: flex-start;
		width: 100vw;
		height: 400px;
		overflow: hidden;
		margin: 2% 0 0 0;
	}
	.loopSlide img {
		align-self: flex-start!important;
	}
	.loopSlide img:first-child {
		animation: f-loop 120s -60s linear infinite;
		height: 400px;
		width: auto;
	}
	.loopSlide img:last-child {
		animation: f-loop2 120s linear infinite;
		height: 400px;
		width: auto;
	}
	@keyframes f-loop {
	  0% {
		transform: translateX(100%);
	  }
	  to {
		transform: translateX(-100%);
	  }
	}

	@keyframes f-loop2 {
	  0% {
		transform: translateX(0);
	  }
	  to {
		transform: translateX(-200%);
	  }
	}
	
	.over-wrap{
		width: 100%;
		position: relative;
	}
	.over-wrap .bg{
		width: 100%;
		height: 100%;
		top: 0;
	}
	.over-wrap .bg .bg-in{
		width: 100%;
		height: 100%;
		background-image: url("../img/main-bg-sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.in-wrap{
		width: 95%;
		height: 100%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		padding: 0 0 5% 0;
	}
	.main-cont{
		width: 100%;
		background: rgba(255,255,255,0.8);
		height: auto;
		padding: 5% 0 0 0;
		-webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
	}
	.side-logo{
		display: none;
	}
	.side-logo .logo{
		display: none;
	}
	
	/*block01*/
	.block01{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.block01 .img{
		width: 100%;
		margin: 0 auto 5% auto;
		overflow: hidden;
	}
	.block01 .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 0 5% 0;
	}
	.block01 .txt br{
		display: none;
	}
	.block01 .day{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/*customize_steps*/
	.customize_steps {
        position: relative;
        width: 90%;
        margin: 0px auto;
    }
	.step_ttl {
		width: 100%;
        text-align: center;
		margin: 0 auto 7% auto;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 50%;
        position: relative;
		padding: 0 5%;
		box-sizing: border-box;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 47%!important;
		padding: 0!important;
		box-sizing: border-box;
		margin: 0!important;
        position: relative;
    }
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 2px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 2px;
    }
	
	/*look*/
	.bg-w{
		width: 100%;
		position: relative;
		background: #fff;
		padding: 10% 0 5% 0;
		z-index: 3;
	}
	
	.look-book{
		width: 90%;
		background: #fff;
		margin: 0 auto;
	}
	.look-book .main-title{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.look-book .main-title img{
		height: 60px;
		display: block;
		margin: 0 auto;
	}
	
	.look-book02{
		width: 90%;
		background: #fff;
		margin: 5% auto 0 auto;
	}
	.look-book02 .main-title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.look-book02 .main-title img{
		height: 60px;
		display: block;
		margin: 0 auto;
	}
	
	.look-item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.look-item .item-box{
		width: 45%;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .title img{
		height: 20px;
		display: block;
		margin: 0 auto;
	}
	.look-item .item-box .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.look-item .item-box .txt{
		width: 100%;
		font-size: 14px;
		text-align: justify;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #d7bc85;
		color: #fff;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #d7bc85;
		box-sizing: border-box;
		margin: 5% 0 0 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
		overflow: hidden!important;
		padding: 3% 0 0 0;
		box-sizing: border-box;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*f-block*/
	.f-block{
		width: 100%;
		margin: 0 auto 0 auto;
		background: #fff;
		position: relative;
		padding: 0 0 10% 0;
		z-index: 2;
	}
	.f-txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.f-txt-box .f-txt{
		width: 100%;
		background: #fff;
		box-sizing: border-box;
		padding: 7% 5% 0 5%;
	}
	.f-txt-box .f-txt .title{
		width: 60%;
		margin: 0 0 5% 0;
	}
	.f-txt-box .f-txt .txt{
		width: 100%;
		font-size: 15px;
		line-height: 2.2em;
		letter-spacing: 2px;
		text-align: justify;
	}
	.f-block .day{
		width: 80%;
		margin: 0 auto;
	}
	
	

    /* customize_steps */
    
    .customize_steps_txt {
        font-size: 18px;
        line-height: 2.2;
		margin: 5% 0 5% 0;
        text-align: center;
        letter-spacing: 0.15em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    .customize_steps_txt span{
        font-size: 30px;
        line-height: 2.2;
        margin-top: 5%;
        text-align: center;
        letter-spacing: 0.15em;
        display: block;
    }
    .dash_border {
        height: 2px;
        position: relative;
    }
	.step{
		margin: 0 0 15% 0;
	}
	.step-end{
		margin: 0 0 7% 0;
	}
    
    .step_sbuttl {
        margin-top: 4%;
        text-align: center;
    }
    .step_sbuttl_en {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        font-family: Helvetica, serif;
    }
    .step_sbuttl_jp {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        position: relative;
        margin-top: 2%;
        letter-spacing: 5px;
    }
    .step_sbuttl_jp:before {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        left: -45px;
        margin-top: -1px;
    }
    .step_sbuttl_jp:after {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        right: -45px;
        margin-top: -1px;
    }
    .smp{
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 5% auto;
    }
    
	
    
    .radio_txt {
        display: block;
        font-size: 13px;
		letter-spacing: 2px;
		font-weight: bold;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }
	.t-t01{
		margin: 50px 0 0 0;
	}
	.t-t02{
		margin: 40px 0 0 0;
	}

    /* step01 */
    .step01_border {
        margin-top: 7%;
    }
    .step01_ttl {
        padding-right: 16px;
    }
    .radio_group_wrap01 {
        margin-top: 45px;
    }

    /* step02 */
    .step02_border {
        margin-top: 92px;
    }
    .step02_ttl {
        padding-right: 11px;
    }
    .radio_group_wrap02 {
    }

    /* step03 */
    .step03_border {
        margin-top: 92px;
    }
    .radio_group_wrap03 {
    }

    /* step04 */
    .step04_border {
        margin-top: 90px;
    }
    .radio_group_wrap04 {
        margin-top: 40px;
    }

    /* step05 */
    .step05_border {
        margin-top: 94px;
    }
    .radio_group_wrap05 {
        margin-top: 44px;
    }

    /* step_last */
    .step_last_border {
        margin-top: 100px;
    }
    .step_last_btn {
        width: 100%;
        background: #fff;
        color: #000;
		border: 1px solid #000;
        display: block;
        margin: 5% auto 0 auto;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        font-size: 14px;
        letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        line-height: 1;
        padding: 5% 0;
		transition: .3s;
    }
	.step_last_btn:hover {
        background: #000;
        color: #fff;
		border: 1px solid #000;
		transition: .3s;
    }
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }

    /* customize_results */
    .customize_results {
        position: relative;
        overflow: hidden;
        margin: 5% 0 0 0;
		padding: 0 0 5% 0;
		background: #fff;
    }
    .customize_results .step_sbuttl {
		width: 550px;
		max-width: 100%;
		margin: 0 auto;
    }
    .customize_results_box {
        width: 90%;
        margin: 10% auto 0 auto;
    }
	.img-box{
		width: 100%;
	}
	.img-box .cou{
		font-size: 10px;
		line-height: 1.8em;
		letter-spacing: 2px;
		text-align: center;
		margin: 5% 0 0 0;
	}
	.data-title{
		width: 80%;
		margin: 0 auto 5% auto;
	}
    .customize_results_img {
        width: 100%;
        background: #fff;
    }
    .customize_results_details {
        width: 100%;
        font-size: 0;
    }
    .customize_results_details:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    .customize_results_details_inner {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 7px;
    }
    .customize_results_details_inner dl {
		margin: 5% 0 5% 0;
		align-items: center;
    }
	.customize_results_details_inner dl.line{
        margin-top: 5%;
		display: flex;
		align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #8e8c8c;
    }
    .customize_results_details_inner dt {
		width: 30%;
    }
    .customize_results_details_inner dd {
		width: 70%;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
    }
	.customize_results_details_inner dd.wi {
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		padding: 0!important;
    }
	.yen01{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.yen01 span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	
	.yen{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
		margin: 0 0 3% 0;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
	}
    .customize_results_details_btn {
        margin-top: 5%;
        width: 100%;
        display: block;
        text-align: center;
        background: #a08777;
        color: #fff;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
        border: 1px solid #a08777;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

    /* rario関連 */
	input[type="radio"] , input[type="checkbox"]{
	   width: 1.5em;
   	   height: 1.5em;
	}
    .input_radio {
        position: absolute;
        bottom: 50px;
        width: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
	.b25{
		bottom: 30px;
	}
	.b35{
		bottom: 35px;
	}
    .radio-non{
        display: none;
    }
    .selected .input_radio:not(:checked) + .radio_label img {
        opacity: 0.4;
    }
    .selected .input_radio:checked + .radio_label img {
        opacity: 1;
    }
    .radio_label {
        cursor: pointer;
        display: block;
    }
    .radio_label img {
        transition: opacity 0.4s 0s;
    }
    .recommend_btn_wrap {
        text-align: center;
        max-width: 1000px;
        margin: 5% auto 0 auto;
    }
    .recommend_btn {
        display: inline-block;
        width: 50%;
        background: #000;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 4px;
        padding: 2% 0;
    }
    .radio_txt_btn {
        transition: background-color 0.4s 0s, color 0.4s 0s;
    }
    .selected .input_radio:checked + .radio_label .radio_txt_btn {
        background: #000;
        color: #fff;
    }
    .selected .input_radio:not(:checked) + .radio_label .radio_txt_btn {
        background: #fff;
        color: #000;
    }

    /* bottom_sign_wrap */
    .bottom_sign_wrap {
        margin-top: 10%;
        text-align: center;
    }
    .bottom_sign {
        width: 200px;
        height: auto;
    }
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		background: #fff;
		position: relative;
		z-index: 1;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 90%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li.big{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 10px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 3% 0 10% 0;
		text-align: justify;
	}
	.f-banner-list li .txt br{
		display: none;
	}
	.f-banner-list li .txt02{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 0 2% 0;
		text-align: center;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 50%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}

    /*footer*/
	.footer {
		color: #000;
		background: #fff;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	
	.top-btn{
		width: 70%;
		display: block;
		margin: 0 auto;
		border: 1px solid #000;
		transition: .3s;
		text-align: center;
		color: #fff;
		background: #000;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 2px;
		padding: 2% 0;
		margin: 5% auto 0 auto;
	}
	.top-btn:hover{
		border: 1px solid #000;
		color: #000;
		background: #fff;
		transition: .3s;
	}
	
	.arrow{
		width: 35px;
		margin: 0 auto;
	}
	
    
	/*model*/
	.model{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.model .img{
		width: 50%;
	}
	.model .data{
		width: 45%;
	}
	.model .data .title{
		width: 100%;
		border-bottom: 1px solid #eee;
		color: #fd9b9f;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		font-size: 35px;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.model .data .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		font-size: 15px;
		line-height: 2.5em;
		letter-spacing: 2px;
	}
	
	/*s-wrap*/
	.editor-slick{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	
	
	.s-wrap {
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	.slider {
	  width: 100%;
	  margin: 0 auto 0 auto;
	　overflow: hidden;
	}
	.slider02 {
	  width: 100%;
	  margin: 0 auto 0 auto;
	　overflow: hidden;
	}

	.slide-item {
	  width: 100%;
		overflow: hidden;
	}
	.slide-item02 {
	  width: 100%;
		overflow: hidden;
	}

	.thumbnail-list {
	  width: 100%;
	  margin: 0 auto;
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
		position: absolute;
		top: 510px;
	}
	.thumbnail-list02 {
	  width: 100%;
	  margin: 0 auto;
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
		position: absolute;
		top: 510px;
	}

	.thumbnail-item {
	  flex: 0 1 30%;
	  margin-bottom: 10px;
	  box-sizing: border-box;
	  position: relative;
	}
	.thumbnail-item:after {
	  content: "";
	  background-color: rgba(0, 0, 0, 0.5);
	  position: absolute;
	  display: block;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  opacity: 1;
	  transition: 0.3s opacity linear;
	}
	.thumbnail-item.thumbnail-current:after {
	  opacity: 0;
	}
	.thumbnail-item img {
	  width: 100%;
	  margin: 0 auto;
	}
	
	.thumbnail-item02 {
	  flex: 0 1 30%;
	  margin-bottom: 10px;
	  box-sizing: border-box;
	  position: relative;
	}
	.thumbnail-item02:after {
	  content: "";
	  background-color: rgba(0, 0, 0, 0.5);
	  position: absolute;
	  display: block;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  opacity: 1;
	  transition: 0.3s opacity linear;
	}
	.thumbnail-item02.thumbnail-current:after {
	  opacity: 0;
	}
	.thumbnail-item02 img {
	  width: 100%;
	  margin: 0 auto;
	}
	
	
	.slick-slide .caption {
        z-index: 99;
        opacity: 0;
        transition: .3s ease;
		width: 100%;
		margin: 360px auto 0 auto;
		overflow: hidden;
	}
	.slick-current .caption {
		opacity: 1;
		transition-delay: .5s;
	}
	.slick-current .caption .title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.slick-current .caption .title img{
		height: 25px;
		display: block;
		margin: 0 auto;
	}
	.slick-current .caption .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
	}
	.slick-dots{
		position: absolute;
		top: 670px;
		z-index: 33;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	.caption .item-name{
		font-size: 21px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 5% 0;
	}
	
	.slick-prev
	{
		left: 10px;
	}
	[dir='rtl'] .slick-prev
	{
		right: -45px;
		left: auto;
	}
	.slick-prev:before
	{
		content:url("../img/prev.svg");
	}
	[dir='rtl'] .slick-prev:before
	{
		content:url("../img/prev.svg");
	}

	.slick-next
	{
		right: 10px;
	}
	[dir='rtl'] .slick-next
	{
		right: auto;
		left: -45px;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
	.cart-title{
		font-size: 13px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 5px 0 5px 0;
		background: #c3b6ad;
		border: 1px solid #c3b6ad;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #c3b6ad;
	  color: #c3b6ad;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 5px 0 5px 0;
		background: #dedede;
		border: 1px solid #dedede;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #dedede;
	  color: #dedede;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	/* loopslider01 */
	#loopslider01 {
		margin: 5% auto 0 auto;
		width: 100%;
		height: 500px;
		text-align: left;
		position: relative;
		overflow: hidden;
	}

	#loopslider01 ul {
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}

	#loopslider01 ul li:nth-child(1) {
		width: 250px;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}
	#loopslider01 ul li:nth-child(2) {
		width: 180px;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}
	#loopslider01 ul li:nth-child(3) {
		width: 250px;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}
	#loopslider01 ul li:nth-child(4) {
		width: 210px;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}
	#loopslider01 ul li:nth-child(5) {
		width: 250px;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}
	#loopslider01 ul li:nth-child(6) {
		width: 180px;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}

	#loopslider01 ul li:nth-child(7) {
		width: 250px;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}
	#loopslider01 ul li:nth-child(8) {
		width: 180px;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}
	#loopslider01 ul li:nth-child(9) {
		width: 250px;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}
	#loopslider01 ul li:nth-child(10) {
		width: 210px;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}
	#loopslider01 ul li:nth-child(11) {
		width: 250px;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}
	#loopslider01 ul li:nth-child(12) {
		width: 180px;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}
	
}
