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;
	}
	
    a,
    button {
        transition: opacity 0.4s 0s;
    }
    a:hover,
    button:hover {
        opacity: 0.7;
    }

    /*header*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		position: relative;
	}
	header .mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-img li{
		width: 25%;
	}
    header .title{
		width: 100%;
		background: #ecd6d2;
	}
	header .title img{
		width: 45%;
		display: block;
		margin: 0 auto;
		padding: 3% 0;
	}
	header .logo{
		width: 10%;
		position: absolute;
		top: 3%;
		right: 2%;
	}
	

    /* mv */
    .mv {
        position: relative;
        width: 100%;
    }
    .mv_txt {
        position: absolute;
        top: 39.5%;
        left: 15%;
        width: 35%;
        height: auto;
    }

    /* customize_steps */
    .customize_steps {
        position: relative;
        width: 100%;
        width: 1000px;
        margin: 0px auto;
    }
    .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_ttl {
		width: 100%;
		max-width: 700px;
        text-align: center;
		margin: 0 auto 5% auto;
    }
    .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_group_wrap {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 0;
        width: 100%;
    }
    .radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 18%;
		margin: 0 1%;
        position: relative;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 30%!important;
        margin: 0 1%;
        position: relative;
    }
    .radio_txt {
        display: block;
        margin-top: 12%;
        font-size: 13px;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 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: 30%;
        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;
        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 5% 0;
		padding: 5% 0 5% 0;
        background: rgba(229,189,167,0.35);
    }
    .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: 37px;
		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%;
    }
	.customize_results_details_inner dd.wi {
		width: 100%;
		text-align: justify;
		font-size: 14px;
		line-height: 1.8em;
    }
	.yen{
		width: 100%;
		margin: 7% 0 5% 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 21px;
		letter-spacing: 1px;
		margin: 3% 0 0 0;
	}
    .customize_results_details_btn {
        margin-top: 50px;
        width: 100%;
        display: block;
        text-align: center;
        background: #fd9b9f;
        color: #fff;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
        border: 1px solid #fd9b9f;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

    /* rario関連 */
    .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;
    }
	.b30{
		bottom: 30px;
	}
	.b25{
		bottom: 25px;
	}
    .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: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.f-banner a{
		width: 48%;
	}

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 3% 0 2% 0;
		position: relative;
		text-align: center;
		border-top: 1px solid #eee;
		margin: 5% 0 0 0;
	}
	.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: 50px;
		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: 7px 0 7px 0;
		background: #fd9b9f;
		border: 1px solid #fd9b9f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #fd9b9f;
	  color: #fd9b9f;
	}
	
	.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;
	}
    
}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
    .sp-on{
		display: none !important;
	}
	
    a,
    button {
        transition: opacity 0.4s 0s;
    }
    a:hover,
    button:hover {
        opacity: 0.7;
    }

	/*header*/
	header{
		width: 100%;
		position: relative;
	}
	header .mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-img li{
		width: 25%;
	}
    header .title{
		width: 100%;
		background: #ecd6d2;
	}
	header .title img{
		width: 45%;
		display: block;
		margin: 0 auto;
		padding: 3% 0;
	}
	header .logo{
		width: 10%;
		position: absolute;
		top: 3%;
		right: 2%;
	}
	

    /* mv */
    .mv {
        position: relative;
        width: 100%;
    }
    .mv_txt {
        position: absolute;
        top: 39.5%;
        left: 15%;
        width: 35%;
        height: auto;
    }

    /* customize_steps */
    .customize_steps {
        position: relative;
        width: 100%;
        width: 1000px;
        margin: 0px auto;
    }
    .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_ttl {
		width: 100%;
		max-width: 700px;
        text-align: center;
		margin: 0 auto 5% auto;
    }
    .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_group_wrap {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 0;
        width: 100%;
    }
    .radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 18%;
		margin: 0 1%;
        position: relative;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 30%!important;
        margin: 0 1%;
        position: relative;
    }
    .radio_txt {
        display: block;
        margin-top: 12%;
        font-size: 13px;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 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: 30%;
        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;
        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 5% 0;
		padding: 5% 0 5% 0;
        background: rgba(229,189,167,0.35);
    }
    .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: 37px;
		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%;
    }
	.customize_results_details_inner dd.wi {
		width: 100%;
		text-align: justify;
		font-size: 14px;
		line-height: 1.8em;
    }
	.yen{
		width: 100%;
		margin: 7% 0 5% 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 21px;
		letter-spacing: 1px;
		margin: 3% 0 0 0;
	}
    .customize_results_details_btn {
        margin-top: 50px;
        width: 100%;
        display: block;
        text-align: center;
        background: #fd9b9f;
        color: #fff;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
        border: 1px solid #fd9b9f;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

    /* rario関連 */
    .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;
    }
	.b30{
		bottom: 30px;
	}
	.b25{
		bottom: 25px;
	}
    .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: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.f-banner a{
		width: 48%;
	}

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 3% 0 2% 0;
		position: relative;
		text-align: center;
		border-top: 1px solid #eee;
		margin: 5% 0 0 0;
	}
	.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: 50px;
		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: 7px 0 7px 0;
		background: #fd9b9f;
		border: 1px solid #fd9b9f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #fd9b9f;
	  color: #fd9b9f;
	}
	
	.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;
	}
	
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
	
    a,
    button {
        transition: opacity 0.4s 0s;
    }
    a:hover,
    button:hover {
        opacity: 0.7;
    }

    /*header*/
	header{
		width: 100%;
		position: relative;
	}
	header .mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-img li{
		width: 25%;
	}
    header .title{
		width: 100%;
		background: #ecd6d2;
	}
	header .title img{
		width: 45%;
		display: block;
		margin: 0 auto;
		padding: 3% 0;
	}
	header .logo{
		width: 10%;
		position: absolute;
		top: 3%;
		right: 2%;
	}
	

    /* mv */
    .mv {
        position: relative;
        width: 100%;
    }
    .mv_txt {
        position: absolute;
        top: 39.5%;
        left: 15%;
        width: 35%;
        height: auto;
    }

    /* customize_steps */
    .customize_steps {
        position: relative;
        width: 100%;
        width: 1000px;
        margin: 0px auto;
    }
    .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_ttl {
		width: 100%;
		max-width: 700px;
        text-align: center;
		margin: 0 auto 5% auto;
    }
    .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_group_wrap {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 0;
        width: 100%;
    }
    .radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 18%;
		margin: 0 1%;
        position: relative;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 30%!important;
        margin: 0 1%;
        position: relative;
    }
    .radio_txt {
        display: block;
        margin-top: 12%;
        font-size: 13px;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 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: 30%;
        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;
        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 5% 0;
		padding: 5% 0 5% 0;
        background: rgba(229,189,167,0.35);
    }
    .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: 37px;
		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%;
    }
	.customize_results_details_inner dd.wi {
		width: 100%;
		text-align: justify;
		font-size: 14px;
		line-height: 1.8em;
    }
	.yen{
		width: 100%;
		margin: 7% 0 5% 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 21px;
		letter-spacing: 1px;
		margin: 3% 0 0 0;
	}
    .customize_results_details_btn {
        margin-top: 50px;
        width: 100%;
        display: block;
        text-align: center;
        background: #fd9b9f;
        color: #fff;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
        border: 1px solid #fd9b9f;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

    /* rario関連 */
    .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;
    }
	.b30{
		bottom: 30px;
	}
	.b25{
		bottom: 25px;
	}
    .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: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.f-banner a{
		width: 48%;
	}

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 3% 0 2% 0;
		position: relative;
		text-align: center;
		border-top: 1px solid #eee;
		margin: 5% 0 0 0;
	}
	.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: 50px;
		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: 7px 0 7px 0;
		background: #fd9b9f;
		border: 1px solid #fd9b9f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #fd9b9f;
	  color: #fd9b9f;
	}
	
	.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;
	}
	

}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}
	
     a,
    button {
        transition: opacity 0.4s 0s;
    }
    a:hover,
    button:hover {
        opacity: 0.7;
    }

    /*header*/
	header{
		width: 100%;
		position: relative;
	}
	header .mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-img li{
		width: 25%;
	}
    header .title{
		width: 100%;
		background: #ecd6d2;
	}
	header .title img{
		width: 70%;
		display: block;
		margin: 0 auto;
		padding: 3% 0;
	}
	header .logo{
		width: 10%;
		position: absolute;
		top: 3%;
		right: 2%;
	}
	

    /* mv */
    .mv {
        position: relative;
        width: 100%;
    }
    .mv_txt {
        position: absolute;
        top: 39.5%;
        left: 15%;
        width: 35%;
        height: auto;
    }

    /* customize_steps */
    .customize_steps {
        position: relative;
        width: 100%;
        margin: 0px auto;
    }
    .customize_steps_txt {
        font-size: 14px;
        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_ttl {
		width: 90%;
        text-align: center;
		margin: 0 auto 5% auto;
    }
    .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_group_wrap {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 0;
        width: 90%;
		margin: 0 auto;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 0;
        width: 90%;
		margin: 0 auto;
    }
    .radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 18%;
		margin: 0 1%;
        position: relative;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 30%!important;
        margin: 0 1%;
        position: relative;
    }
    .radio_txt {
        display: block;
        margin-top: 12%;
        font-size: 13px;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 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: 30%;
        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;
        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 5% 0;
		padding: 5% 0 5% 0;
        background: rgba(229,189,167,0.35);
    }
    .customize_results .step_sbuttl {
		width: 60%;
		margin: 0 auto;
    }
    .customize_results_box {
        width: 90%;
        margin: 73px auto 0 auto;
        display: flex;
		justify-content: space-between;
        align-items: center;
    }
	.img-box{
		width: 50%;
	}
	.data-title{
		width: 70%;
		margin: 0 0 3% 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: 37px;
		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%;
    }
	.customize_results_details_inner dd.wi {
		width: 100%;
		text-align: justify;
		font-size: 14px;
		line-height: 1.8em;
    }
	.yen{
		width: 100%;
		margin: 7% 0 5% 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 21px;
		letter-spacing: 1px;
		margin: 3% 0 0 0;
	}
    .customize_results_details_btn {
        margin-top: 50px;
        width: 100%;
        display: block;
        text-align: center;
        background: #fd9b9f;
        color: #fff;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
        border: 1px solid #fd9b9f;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

    /* rario関連 */
    .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;
    }
	.b30{
		bottom: 30px;
	}
	.b25{
		bottom: 25px;
	}
    .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: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.f-banner a{
		width: 48%;
	}

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 3% 0 2% 0;
		position: relative;
		text-align: center;
		border-top: 1px solid #eee;
		margin: 5% 0 0 0;
	}
	.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: 50px;
		margin: 0 auto;
	}
	
	/*add*/
	.cou{
		font-size: 12px;
		letter-spacing: 2px;
		margin: 2% 0 0 0;
		text-align: center;
	}
	.top-nav{
		width: 90%;
		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: 90%;
		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: 530px;
		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: 220px;
	}
	[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: 220px;
	}
	[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: 7px 0 7px 0;
		background: #fd9b9f;
		border: 1px solid #fd9b9f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #fd9b9f;
	  color: #fd9b9f;
	}
	
	.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;
	}
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	a,
    button {
        transition: opacity 0.4s 0s;
    }
    a:hover,
    button:hover {
        opacity: 0.7;
    }

    /*header*/
	header{
		width: 100%;
		position: relative;
	}
    header .title{
		display: none;
	}
	header .logo{
		display: none;
	}
	

    /* mv */
    .mv {
        position: relative;
        width: 100%;
    }
    .mv_txt {
        position: absolute;
        top: 39.5%;
        left: 15%;
        width: 35%;
        height: auto;
    }

    /* customize_steps */
    .customize_steps {
        position: relative;
        width: 100%;
        margin: 0px auto;
    }
    .customize_steps_txt {
		width: 90%;
        font-size: 16px;
        line-height: 2em;
		margin: 5% auto 5% auto;
        letter-spacing: 2px;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
	.customize_steps_txt br{
		display: none;
    }
    .dash_border {
        height: 2px;
        position: relative;
    }
	.step{
		margin: 0 0 15% 0;
	}
	.step-end{
		margin: 0 0 7% 0;
	}
    .step_ttl {
		width: 90%;
        text-align: center;
		margin: 0 auto 5% auto;
    }
    .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_group_wrap {
        display: flex;
        justify-content: center;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 90%;
		margin: 0 auto;
    }
	.radio_group_wrap02 {
        display: flex;
		flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        font-size: 0;
        width: 90%;
		margin: 0 auto;
    }
    .radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 48%;
		margin: 0 1% 5% 1%;
        position: relative;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 30%!important;
        margin: 0 1%;
        position: relative;
    }
    .radio_txt {
        display: block;
        margin-top: 12%;
        font-size: 13px;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 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: 5%;
    }

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

    /* step_last */
    .step_last_border {
        margin-top: 100px;
    }
    .step_last_btn {
        width: 90%;
        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;
        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 5% 0;
		padding: 10% 0 5% 0;
        background: rgba(229,189,167,0.35);
    }
    .customize_results .step_sbuttl {
		width: 60%;
		margin: 0 auto;
    }
    .customize_results_box {
        width: 90%;
        margin: 10% auto 0 auto;
    }
	.img-box{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.data-title{
		width: 70%;
		margin: 0 auto 3% 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-top: 37px;
		align-items: center;
    }
	.customize_results_details_inner dl.line{
        margin-top: 37px;
		display: flex;
		align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #8e8c8c;
    }
    .customize_results_details_inner dt {
		width: 40%;
    }
    .customize_results_details_inner dd {
		width: 60%;
    }
	.customize_results_details_inner dd.wi {
		width: 100%;
		text-align: justify;
		font-size: 14px;
		line-height: 1.8em;
    }
	.yen{
		width: 100%;
		margin: 7% 0 0 0;
		text-align: center;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 18px;
		letter-spacing: 1px;
		margin: 3% 0 0 0;
	}
    .customize_results_details_btn {
        margin-top: 5%;
        width: 100%;
        display: block;
        text-align: center;
        background: #fd9b9f;
        color: #fff;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
        border: 1px solid #fd9b9f;
		padding: 3% 0;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

    /* rario関連 */
    .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;
    }
	.b30{
		bottom: 30px;
	}
	.b25{
		bottom: 25px;
	}
    .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: 90%;
		margin: 0 auto 0 auto;
	}
	.f-banner a{
		width: 100%;
		display: block;
		margin: 0 0 5% 0;
	}

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 7% 0 2% 0;
		position: relative;
		text-align: center;
		border-top: 1px solid #eee;
		margin: 7% 0 0 0;
	}
	.footer .insta{
		display: block;
		width: 90%;
		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: 90%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.top-nav li{
		width: 48%;
		opacity: 1;
		transition: .3s;
		margin: 0 0 5% 0;
	}
	.top-nav li:hover{
		opacity: .6;
		transition: .3s;
	}
	.top-nav li.on{
		width: 48%;
		opacity: .5;
		margin: 0 0 5% 0;
	}
    
	/*model*/
	.model{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.model .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.model .data{
		width: 90%;
		margin: 0 auto;
	}
	.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: 21px;
		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;
		margin: 10% 0 0 0;
		overflow: hidden;
	}
	.view-wrap .bg{
		width: 100%;
		height: 40%;
		background: #eaede9;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		z-index: -1;
	}
	.view-title{
		width: 80%;
		margin: 0 auto 5% 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: 475px;
		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: 50px;
	}
	[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: 50px;
	}
	[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: 7px 0 7px 0;
		background: #fd9b9f;
		border: 1px solid #fd9b9f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #fd9b9f;
	  color: #fd9b9f;
	}
	
	.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;
	}
	
	
}
