body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif !important;
	color: #203757;
}

/* 
font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 700;
font-style: normal;
 */


/* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */


.txtInner01 {
	opacity : 0;
}
.txtInner01.active{
	opacity : 1;
	animation-name: show;
	animation-duration: 0s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes show {
	from {
		opacity: 0;
		color: #000;
	}
	to {
		opacity: 1;
		color: #000;
	}
}

/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}

	.wrap{
		width: 100%;
		position: relative;
	}
	.side-wrap-l{
		width: 32.5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-data{
		width: 100%;
		height: 97.5vh;
		position: relative;
		z-index: 100;
		background: #fff;
	}
	.fix-side{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 99;
	}
	.fix-side-in{
		width: 100%;
		height: 100vh;
		position: sticky;
		top: 0;
		left: 0;
	}
	.side-wrap-r{
		width: 22.5%;
		height: 100vh;
		position: fixed;
		right: 0;
		top: 0;
		background: #fff;
	}
	.main-wrap{
		width: 44%;
		height: 100%;
		margin: 0 auto;
		left: 4.5%;
		position: relative;
		overflow: hidden;
		background: #FCFBF8;
	}

	/* mv */
	.mv{
		width: 100%;
		height: 97.5vh;
		background: url(../img/mv.jpg) no-repeat;
		background-size: cover;
		margin: 0 0 10% 0;
		background-color: #FCFBF8;
	}
	.mv-logo{
		width: 50%;
		position: absolute;
		top: 3%;
		right: 10%;
	}
	.mv-f-logo{
		width: 40%;
		position: absolute;
		bottom: 13%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.mv-day{
		width: 80%;
		position: absolute;
		bottom: 5%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.mv-title01{
		width: 80%;
		position: relative;
		top: 10%;
		margin: 0 auto;
	}
	.mv-title01 li:nth-child(1){
		width: 70%;
		margin: 0 0 5% 0;
	}
	.mv-title02{
		width: 80%;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-title02 li:nth-child(1){
		width: 60%;
		position: relative;
		top: 10px;
		z-index: 10;
	}
	.mv-title02 li:nth-child(2){
		width: 80%;
		margin: 0 0 5% 0;
	}
	.mv-title02 li:nth-child(3){
		width: 80%;
		margin: 0 0 0 20%;
	}
	.mv-title03{
		width: 80%;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-title03 li:nth-child(1){
		width: 80%;
		margin: 0 0 15% 0;
	}
	.mv-title03 li:nth-child(2){
		width: 15%;
		margin: 0 auto;
	}

	/* side-nav */
	.side-nav{
		width: 70%;
		margin: 0 auto;
		position: absolute;
		top: 35%;
        -webkit-transform: translateY(-35%); /* Safari用 */
        transform: translateY(-35%);
		left: 0;
		right: 0;
	}
	.side-nav li{
		width: 100%;
	}
	.side-nav li:nth-child(2){
		width: 100%;
		margin: 10% 0;
	}
	.side-nav li a{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 2px solid #EC7BAA;
		border-radius: 100px;
		overflow: hidden;
		background: #F7F7F7;
	}
	.side-nav li a .data{
		width: 60%;
		box-sizing: border-box;
		padding: 0 0 0 10%;
	}
	.side-nav li a .img{
		width: 35%;
		border-radius: 100px;
		overflow: hidden;
		transform: scale(1);
		transition: .3s;
	}
	.side-nav li a:hover .img{
		transform: scale(1.1);
		transition: .3s;
	}

	/* f-item */
	.rever{
		flex-direction: row-reverse;
	}
	.fix-item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		position: relative;
	}
	.fix-item a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.fix-item .data{
		width: 30%;
	}
	.fix-item .img{
		width: 60%;
	}
	.fix-p{
		width: 75%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.fix-m{
		margin: 0 auto 15% auto;
	}
	.fix-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 10;
	}

	/* read-img */
	.read-img{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.read-img .txt-box{
		width: 80%;
		text-align: justify;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.read-img .txt-box .txt01 {
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 3em;
		color: #000;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
		z-index: 4;
	}
	.read-img .txt-box .txt-un01 {
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 3em;
		color: #eee;
		text-align: justify;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.read-img .logo{
		width: 30%;
		margin: 0 auto 5% auto;
	}
	.read-img .img{
		width: 100%;
		margin: 0 auto;
	}
	.read-img .img li{
		width: 100%;
		overflow: hidden;
	}
	.read-img .img li:nth-child(1){
		width: 100%;
		margin: 0 auto 5% auto;
	}

	/* how */
	.how{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.how .title01{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.how .title02{
		width: 40%;
		margin: 0 auto 5% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 5% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #EC7BAA;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}
	.how-box{
		width: 100%;
		background: #EC7BAA;
		border-radius: 10px;
		position: relative;
	}
	.how-box .sub-title{
		width: 40%;
		position: absolute;
		top: -40%;
		right: 0;
	}
	.how-box-list{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.how-box-list li:nth-child(1){
		width: 23%;
	}
	.how-box-list li:nth-child(2){
		width: 23%;
	}
	.how-box-list li:nth-child(3){
		width: 23%;
	}
	.how-box-list li:nth-child(4){
		width: 25%;
	}
	.how-box-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.how-box-list li .img{
		width: 80%;
	}
	.how-box-list li .img .title{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.how-box-list li .img .txt{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.how-box-list li .img02{
		width: 100%;
	}
	.how-box-list li .dotto{
		width: 15%;
		display: flex;
		justify-content: space-between;
	}
	.how-box-list li .dotto li{
		width: 4px;
		height: 4px;
		background: #fff;
		border-radius: 10px;
	}
	.how-box-list li .ar{
		width: 15%;
	}

	/* door */
	.door{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .num{
		width: 10%;
		position: absolute;
		bottom: 20px;
		left: 0;
	}
	.door .num02{
		width: 10%;
		position: absolute;
		bottom: 10px;
		left: 0;
	}
	.door .title{
		font-size: 30px;
		letter-spacing: 4px;
		font-weight: bold;
		color: #6FC1A6;
		text-align: center;
		margin: 0 0 2% 0;
	}
	.door .line{
		width: 100%;
		height: 1px;
		background: #000;
	}

	/* item */
	.item{
		width: 70%;
		margin: 0 auto 15% auto;
	}
	.item .title{
		width: 60%;
		margin: 0 0 5% 0;
	}
	.item .txt{
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 2em;
		color: #000;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item .link-box{
		width: 50%;
		margin: 0 0 0 5%;
	}

	/* customize_steps */
    .customize_steps {
        position: relative;
        width: 100%;
        width: 1000px;
        margin: 0px auto;
    }
    .customize_steps_txt {
        font-size: 16px;
        line-height: 2.2;
		margin: 5% 0 10% 0;
        text-align: center;
        letter-spacing: 0.15em;
    }
    .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 5% 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;
		flex-wrap: wrap;
        font-size: 0;
        width: 90%;
		margin: 0 auto;
    }
	.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: 33.33%;
        position: relative;
		box-sizing: border-box;
		padding: 0 4%;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 33.33%!important;
        margin: 0 1%;
        position: relative;
    }
    .radio_group_wrap li .txt-main{
		display: block;
		margin: 10% 0 0 0;
    }
    .radio_group_wrap li .txt-main img{
		height: 40px;
		line-height: 0;
    }
	.radio_group_wrap li .txt-sub{
		display: block;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		margin: 10% 0 0 0;
    }
    .radio_txt {
		display: none;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }

	/* rario関連 */
	input[type="radio"] { display: none; }
	label::before {
		position: absolute;
		content: "";
		width: 15px;
		height: 15px;
		top: 30px;
        left: 50px;
		border-radius: 1px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 20px;
	}
	label::after {
		position: absolute;
		content: "";
		width: 9px;
		height: 9px;
		top: 33px;
        left: 53px;
		background: #6FC1A6;
		border-radius: 1px;
		transform: scale(0);
		transition: transform 0.5s;
		border-radius: 20px;
	}
	input:checked + label::after {
		transform: scale(1);
	}
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .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 {
		border-radius: 55px;
		overflow: hidden;
        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: #6FC1A6;
        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: #6FC1A6 !important;
        color: #fff;
    }
    .selected .input_radio:not(:checked) + .radio_label .radio_txt_btn {
        background: #fff;
        color: #6FC1A6 !important;
    }

	/* step_last */
    .step_last_border {
        margin-top: 100px;
    }
    .step_last_btn {
        width: 30%;
        background: #fff;
        color: #EC7BAA;
		border: 1px solid #EC7BAA;
        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;
		border-radius: 100px;
		transition: .3s;
    }
	.step_last_btn:hover {
        background: #EC7BAA;
        color: #fff;
		border: 1px solid #EC7BAA;
		transition: .3s;
    }
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }
	.arrow{
		width: 40px;
		margin: 0 auto;
	}

	/* customize_results */
    .customize_results {
        position: relative;
        overflow: hidden;
        margin: 5% 0 15% 0;
		padding: 10% 0 10% 0;
        background: #EC7BAA;
    }
    .customize_results .step_sbuttl {
		font-size: 30px;
		letter-spacing: 4px;
		color: #fff;
		margin: 0 auto;
    }
    .customize_results_box {
        width: 100%;
        max-width: 1000px;
        margin: 5% auto 0 auto;
    }
	.img-box{
		width: 80%;
		margin: 0 auto;
	}
	.data-title{
		width: 60%;
		box-sizing: border-box;
		padding: 10% 0 5% 5%;
	}
    .customize_results_img {
        width: 100%;
        background: #eee;
    }
    .customize_results_details {
        width: 80%;
        font-size: 0;
		background: #fff;
		margin: 0 auto;
    }
    .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;
		box-sizing: border-box;
		padding: 0 5%;
    }
    .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;
		margin: 0 0 5% 0;
    }
	.yen{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 15% 0 5% 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 18px;
		letter-spacing: 3px;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 18px;
		letter-spacing: 1px;
		text-align: right;
	}
	.yen li:last-child span{
		font-size: 10px;
		letter-spacing: 1px;
		text-align: right;
		margin: 0 5% 0 2px;
	}
    .customize_results_details_btn {
        width: 50%;
        display: block;
        text-align: center;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
		margin: 5% auto 0 auto;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

	/* footer */
	.footer{
		width: 100%;
	}
	.footer-logo{
		width: 20%;
		margin: 0 auto 5% auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
		text-align: center;
		padding: 0 0 10% 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 1px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}

	.cart-btm-c01{
		display: inline-block;
		text-align: center;
		background-image: linear-gradient(90deg, #EC7BAA, #EC7BAA);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm-c01:hover {
		background-size: 100% .5px;
		transition: .3s;
	}

	.cart-btm-c02{
		display: inline-block;
		text-align: center;
		background-image: linear-gradient(90deg, #72B9C8, #72B9C8);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm-c02:hover {
		background-size: 100% .5px;
		transition: .3s;
	}

	#pagetop{
		position: fixed;
		right: 25%;
		bottom: 5%;
		width: 40px;
		display: block;
		z-index: 99;
	}

}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
    .sp-on{
		display: none !important;
	}

	.wrap{
		width: 100%;
		position: relative;
	}
	.side-wrap-l{
		width: 32.5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-data{
		width: 100%;
		height: 100vh;
		position: relative;
		z-index: 100;
		background: #fff;
	}
	.fix-side{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 99;
	}
	.fix-side-in{
		width: 100%;
		height: 100vh;
		position: sticky;
		top: 0;
		left: 0;
	}
	.side-wrap-r{
		width: 21%;
		height: 100vh;
		position: fixed;
		right: 0;
		top: 0;
		background: #fff;
	}
	.main-wrap{
		width: 46%;
		height: 100%;
		margin: 0 auto;
		left: 6%;
		position: relative;
		overflow: hidden;
		background: #FCFBF8;
	}

	/* mv */
	.mv{
		width: 100%;
		height: 100vh;
		background: url(../img/mv.jpg) no-repeat;
		background-size: cover;
		margin: 0 0 10% 0;
		background-color: #FCFBF8;
	}
	.mv-logo{
		width: 50%;
		position: absolute;
		top: 3%;
		right: 10%;
	}
	.mv-f-logo{
		width: 40%;
		position: absolute;
		bottom: 13%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.mv-day{
		width: 80%;
		position: absolute;
		bottom: 5%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.mv-title01{
		width: 80%;
		position: relative;
		top: 10%;
		margin: 0 auto;
	}
	.mv-title01 li:nth-child(1){
		width: 70%;
		margin: 0 0 5% 0;
	}
	.mv-title02{
		width: 80%;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-title02 li:nth-child(1){
		width: 60%;
		position: relative;
		top: 10px;
		z-index: 10;
	}
	.mv-title02 li:nth-child(2){
		width: 80%;
		margin: 0 0 5% 0;
	}
	.mv-title02 li:nth-child(3){
		width: 80%;
		margin: 0 0 0 20%;
	}
	.mv-title03{
		width: 80%;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-title03 li:nth-child(1){
		width: 80%;
		margin: 0 0 15% 0;
	}
	.mv-title03 li:nth-child(2){
		width: 15%;
		margin: 0 auto;
	}

	/* side-nav */
	.side-nav{
		width: 70%;
		margin: 0 auto;
		position: absolute;
		top: 35%;
        -webkit-transform: translateY(-35%); /* Safari用 */
        transform: translateY(-35%);
		left: 0;
		right: 0;
	}
	.side-nav li{
		width: 100%;
	}
	.side-nav li:nth-child(2){
		width: 100%;
		margin: 10% 0;
	}
	.side-nav li a{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 2px solid #EC7BAA;
		border-radius: 100px;
		overflow: hidden;
		background: #F7F7F7;
	}
	.side-nav li a .data{
		width: 60%;
		box-sizing: border-box;
		padding: 0 0 0 10%;
	}
	.side-nav li a .img{
		width: 35%;
		border-radius: 100px;
		overflow: hidden;
		transform: scale(1);
		transition: .3s;
	}
	.side-nav li a:hover .img{
		transform: scale(1.1);
		transition: .3s;
	}

	/* f-item */
	.rever{
		flex-direction: row-reverse;
	}
	.fix-item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		position: relative;
	}
	.fix-item a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.fix-item .data{
		width: 30%;
	}
	.fix-item .img{
		width: 60%;
	}
	.fix-p{
		width: 75%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.fix-m{
		margin: 0 auto 15% auto;
	}
	.fix-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 10;
	}

	/* read-img */
	.read-img{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.read-img .txt-box{
		width: 80%;
		text-align: justify;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.read-img .txt-box .txt01 {
		font-size: 20px;
		letter-spacing: 3px;
		line-height: 3em;
		color: #000;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
		z-index: 4;
	}
	.read-img .txt-box .txt-un01 {
		font-size: 20px;
		letter-spacing: 3px;
		line-height: 3em;
		color: #eee;
		text-align: justify;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.read-img .logo{
		width: 30%;
		margin: 0 auto 5% auto;
	}
	.read-img .img{
		width: 100%;
		margin: 0 auto;
	}
	.read-img .img li{
		width: 100%;
		overflow: hidden;
	}
	.read-img .img li:nth-child(1){
		width: 100%;
		margin: 0 auto 5% auto;
	}

	/* how */
	.how{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.how .title01{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.how .title02{
		width: 40%;
		margin: 0 auto 5% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 5% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #EC7BAA;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}
	.how-box{
		width: 100%;
		background: #EC7BAA;
		border-radius: 10px;
		position: relative;
	}
	.how-box .sub-title{
		width: 40%;
		position: absolute;
		top: -40%;
		right: 0;
	}
	.how-box-list{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.how-box-list li:nth-child(1){
		width: 23%;
	}
	.how-box-list li:nth-child(2){
		width: 23%;
	}
	.how-box-list li:nth-child(3){
		width: 23%;
	}
	.how-box-list li:nth-child(4){
		width: 25%;
	}
	.how-box-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.how-box-list li .img{
		width: 80%;
	}
	.how-box-list li .img .title{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.how-box-list li .img .txt{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.how-box-list li .img02{
		width: 100%;
	}
	.how-box-list li .dotto{
		width: 15%;
		display: flex;
		justify-content: space-between;
	}
	.how-box-list li .dotto li{
		width: 4px;
		height: 4px;
		background: #fff;
		border-radius: 10px;
	}
	.how-box-list li .ar{
		width: 15%;
	}

	/* door */
	.door{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .num{
		width: 10%;
		position: absolute;
		bottom: 20px;
		left: 0;
	}
	.door .num02{
		width: 10%;
		position: absolute;
		bottom: 10px;
		left: 0;
	}
	.door .title{
		font-size: 30px;
		letter-spacing: 4px;
		font-weight: bold;
		color: #6FC1A6;
		text-align: center;
		margin: 0 0 2% 0;
	}
	.door .line{
		width: 100%;
		height: 1px;
		background: #000;
	}

	/* item */
	.item{
		width: 70%;
		margin: 0 auto 15% auto;
	}
	.item .title{
		width: 60%;
		margin: 0 0 5% 0;
	}
	.item .txt{
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 2em;
		color: #000;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item .link-box{
		width: 50%;
		margin: 0 0 0 5%;
	}

	/* customize_steps */
    .customize_steps {
        position: relative;
        width: 100%;
        width: 1000px;
        margin: 0px auto;
    }
    .customize_steps_txt {
        font-size: 16px;
        line-height: 2.2;
		margin: 5% 0 10% 0;
        text-align: center;
        letter-spacing: 0.15em;
    }
    .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 5% 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;
		flex-wrap: wrap;
        font-size: 0;
        width: 90%;
		margin: 0 auto;
    }
	.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: 33.33%;
        position: relative;
		box-sizing: border-box;
		padding: 0 4%;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 33.33%!important;
        margin: 0 1%;
        position: relative;
    }
    .radio_group_wrap li .txt-main{
		display: block;
		margin: 10% 0 0 0;
    }
    .radio_group_wrap li .txt-main img{
		height: 40px;
		line-height: 0;
    }
	.radio_group_wrap li .txt-sub{
		display: block;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		margin: 10% 0 0 0;
    }
    .radio_txt {
		display: none;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }

	/* rario関連 */
	input[type="radio"] { display: none; }
	label::before {
		position: absolute;
		content: "";
		width: 15px;
		height: 15px;
		top: 30px;
        left: 50px;
		border-radius: 1px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 20px;
	}
	label::after {
		position: absolute;
		content: "";
		width: 9px;
		height: 9px;
		top: 33px;
        left: 53px;
		background: #6FC1A6;
		border-radius: 1px;
		transform: scale(0);
		transition: transform 0.5s;
		border-radius: 20px;
	}
	input:checked + label::after {
		transform: scale(1);
	}
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .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 {
		border-radius: 55px;
		overflow: hidden;
        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: #6FC1A6;
        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: #6FC1A6 !important;
        color: #fff;
    }
    .selected .input_radio:not(:checked) + .radio_label .radio_txt_btn {
        background: #fff;
        color: #6FC1A6 !important;
    }

	/* step_last */
    .step_last_border {
        margin-top: 100px;
    }
    .step_last_btn {
        width: 30%;
        background: #fff;
        color: #EC7BAA;
		border: 1px solid #EC7BAA;
        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;
		border-radius: 100px;
		transition: .3s;
    }
	.step_last_btn:hover {
        background: #EC7BAA;
        color: #fff;
		border: 1px solid #EC7BAA;
		transition: .3s;
    }
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }
	.arrow{
		width: 40px;
		margin: 0 auto;
	}

	/* customize_results */
    .customize_results {
        position: relative;
        overflow: hidden;
        margin: 5% 0 15% 0;
		padding: 10% 0 10% 0;
        background: #EC7BAA;
    }
    .customize_results .step_sbuttl {
		font-size: 30px;
		letter-spacing: 4px;
		color: #fff;
		margin: 0 auto;
    }
    .customize_results_box {
        width: 100%;
        max-width: 1000px;
        margin: 5% auto 0 auto;
    }
	.img-box{
		width: 80%;
		margin: 0 auto;
	}
	.data-title{
		width: 60%;
		box-sizing: border-box;
		padding: 10% 0 5% 5%;
	}
    .customize_results_img {
        width: 100%;
        background: #eee;
    }
    .customize_results_details {
        width: 80%;
        font-size: 0;
		background: #fff;
		margin: 0 auto;
    }
    .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;
		box-sizing: border-box;
		padding: 0 5%;
    }
    .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;
		margin: 0 0 5% 0;
    }
	.yen{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 15% 0 5% 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 18px;
		letter-spacing: 3px;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 18px;
		letter-spacing: 1px;
		text-align: right;
	}
	.yen li:last-child span{
		font-size: 10px;
		letter-spacing: 1px;
		text-align: right;
		margin: 0 5% 0 2px;
	}
    .customize_results_details_btn {
        width: 50%;
        display: block;
        text-align: center;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
		margin: 5% auto 0 auto;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

	/* footer */
	.footer{
		width: 100%;
	}
	.footer-logo{
		width: 20%;
		margin: 0 auto 5% auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
		text-align: center;
		padding: 0 0 10% 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 1px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}

	.cart-btm-c01{
		display: inline-block;
		text-align: center;
		background-image: linear-gradient(90deg, #EC7BAA, #EC7BAA);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm-c01:hover {
		background-size: 100% .5px;
		transition: .3s;
	}

	.cart-btm-c02{
		display: inline-block;
		text-align: center;
		background-image: linear-gradient(90deg, #72B9C8, #72B9C8);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm-c02:hover {
		background-size: 100% .5px;
		transition: .3s;
	}

	#pagetop{
		position: fixed;
		right: 25%;
		bottom: 5%;
		width: 40px;
		display: block;
		z-index: 99;
	}


}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}

	.wrap{
		width: 100%;
		position: relative;
	}
	.side-wrap-l{
		width: 32.5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-data{
		width: 100%;
		height: 97.5vh;
		position: relative;
		z-index: 100;
		background: #fff;
	}
	.fix-side{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 99;
	}
	.fix-side-in{
		width: 100%;
		height: 100vh;
		position: sticky;
		top: 0;
		left: 0;
	}
	.side-wrap-r{
		width: 22.5%;
		height: 100vh;
		position: fixed;
		right: 0;
		top: 0;
		background: #fff;
	}
	.main-wrap{
		width: 44%;
		height: 100%;
		margin: 0 auto;
		left: 4.5%;
		position: relative;
		overflow: hidden;
		background: #FCFBF8;
	}

	/* mv */
	.mv{
		width: 100%;
		height: 97.5vh;
		background: url(../img/mv.jpg) no-repeat;
		background-size: cover;
		margin: 0 0 10% 0;
		background-color: #FCFBF8;
	}
	.mv-logo{
		width: 50%;
		position: absolute;
		top: 3%;
		right: 10%;
	}
	.mv-f-logo{
		width: 40%;
		position: absolute;
		bottom: 13%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.mv-day{
		width: 80%;
		position: absolute;
		bottom: 5%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.mv-title01{
		width: 80%;
		position: relative;
		top: 10%;
		margin: 0 auto;
	}
	.mv-title01 li:nth-child(1){
		width: 70%;
		margin: 0 0 5% 0;
	}
	.mv-title02{
		width: 80%;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-title02 li:nth-child(1){
		width: 60%;
		position: relative;
		top: 10px;
		z-index: 10;
	}
	.mv-title02 li:nth-child(2){
		width: 80%;
		margin: 0 0 5% 0;
	}
	.mv-title02 li:nth-child(3){
		width: 80%;
		margin: 0 0 0 20%;
	}
	.mv-title03{
		width: 80%;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-title03 li:nth-child(1){
		width: 80%;
		margin: 0 0 15% 0;
	}
	.mv-title03 li:nth-child(2){
		width: 15%;
		margin: 0 auto;
	}

	/* side-nav */
	.side-nav{
		width: 70%;
		margin: 0 auto;
		position: absolute;
		top: 35%;
        -webkit-transform: translateY(-35%); /* Safari用 */
        transform: translateY(-35%);
		left: 0;
		right: 0;
	}
	.side-nav li{
		width: 100%;
	}
	.side-nav li:nth-child(2){
		width: 100%;
		margin: 10% 0;
	}
	.side-nav li a{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 2px solid #EC7BAA;
		border-radius: 100px;
		overflow: hidden;
		background: #F7F7F7;
	}
	.side-nav li a .data{
		width: 60%;
		box-sizing: border-box;
		padding: 0 0 0 10%;
	}
	.side-nav li a .img{
		width: 35%;
		border-radius: 100px;
		overflow: hidden;
		transform: scale(1);
		transition: .3s;
	}
	.side-nav li a:hover .img{
		transform: scale(1.1);
		transition: .3s;
	}

	/* f-item */
	.rever{
		flex-direction: row-reverse;
	}
	.fix-item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		position: relative;
	}
	.fix-item a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.fix-item .data{
		width: 30%;
	}
	.fix-item .img{
		width: 60%;
	}
	.fix-p{
		width: 75%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.fix-m{
		margin: 0 auto 15% auto;
	}
	.fix-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 10;
	}

	/* read-img */
	.read-img{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.read-img .txt-box{
		width: 80%;
		text-align: justify;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.read-img .txt-box .txt01 {
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 3em;
		color: #000;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
		z-index: 4;
	}
	.read-img .txt-box .txt-un01 {
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 3em;
		color: #eee;
		text-align: justify;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.read-img .logo{
		width: 30%;
		margin: 0 auto 5% auto;
	}
	.read-img .img{
		width: 100%;
		margin: 0 auto;
	}
	.read-img .img li{
		width: 100%;
		overflow: hidden;
	}
	.read-img .img li:nth-child(1){
		width: 100%;
		margin: 0 auto 5% auto;
	}

	/* how */
	.how{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.how .title01{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.how .title02{
		width: 40%;
		margin: 0 auto 5% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 5% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #EC7BAA;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}
	.how-box{
		width: 100%;
		background: #EC7BAA;
		border-radius: 10px;
		position: relative;
	}
	.how-box .sub-title{
		width: 40%;
		position: absolute;
		top: -40%;
		right: 0;
	}
	.how-box-list{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.how-box-list li:nth-child(1){
		width: 23%;
	}
	.how-box-list li:nth-child(2){
		width: 23%;
	}
	.how-box-list li:nth-child(3){
		width: 23%;
	}
	.how-box-list li:nth-child(4){
		width: 25%;
	}
	.how-box-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.how-box-list li .img{
		width: 80%;
	}
	.how-box-list li .img .title{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.how-box-list li .img .txt{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.how-box-list li .img02{
		width: 100%;
	}
	.how-box-list li .dotto{
		width: 15%;
		display: flex;
		justify-content: space-between;
	}
	.how-box-list li .dotto li{
		width: 4px;
		height: 4px;
		background: #fff;
		border-radius: 10px;
	}
	.how-box-list li .ar{
		width: 15%;
	}

	/* door */
	.door{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .num{
		width: 10%;
		position: absolute;
		bottom: 20px;
		left: 0;
	}
	.door .num02{
		width: 10%;
		position: absolute;
		bottom: 10px;
		left: 0;
	}
	.door .title{
		font-size: 30px;
		letter-spacing: 4px;
		font-weight: bold;
		color: #6FC1A6;
		text-align: center;
		margin: 0 0 2% 0;
	}
	.door .line{
		width: 100%;
		height: 1px;
		background: #000;
	}

	/* item */
	.item{
		width: 70%;
		margin: 0 auto 15% auto;
	}
	.item .title{
		width: 60%;
		margin: 0 0 5% 0;
	}
	.item .txt{
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 2em;
		color: #000;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item .link-box{
		width: 50%;
		margin: 0 0 0 5%;
	}

	/* customize_steps */
    .customize_steps {
        position: relative;
        width: 100%;
        width: 1000px;
        margin: 0px auto;
    }
    .customize_steps_txt {
        font-size: 16px;
        line-height: 2.2;
		margin: 5% 0 10% 0;
        text-align: center;
        letter-spacing: 0.15em;
    }
    .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 5% 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;
		flex-wrap: wrap;
        font-size: 0;
        width: 90%;
		margin: 0 auto;
    }
	.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: 33.33%;
        position: relative;
		box-sizing: border-box;
		padding: 0 4%;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 33.33%!important;
        margin: 0 1%;
        position: relative;
    }
    .radio_group_wrap li .txt-main{
		display: block;
		margin: 10% 0 0 0;
    }
    .radio_group_wrap li .txt-main img{
		height: 30px;
		line-height: 0;
    }
	.radio_group_wrap li .txt-sub{
		display: block;
		font-size: 11px;
		line-height: 2em;
		letter-spacing: 2px;
		margin: 10% 0 0 0;
    }
	.radio_group_wrap li .txt-sub br{
		display: none;
    }
    .radio_txt {
		display: none;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }

	/* rario関連 */
	input[type="radio"] { display: none; }
	label::before {
		position: absolute;
		content: "";
		width: 15px;
		height: 15px;
		top: 20px;
        left: 40px;
		border-radius: 1px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 20px;
	}
	label::after {
		position: absolute;
		content: "";
		width: 9px;
		height: 9px;
		top: 23px;
        left: 43px;
		background: #6FC1A6;
		border-radius: 1px;
		transform: scale(0);
		transition: transform 0.5s;
		border-radius: 20px;
	}
	input:checked + label::after {
		transform: scale(1);
	}
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .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 {
		border-radius: 40px;
		overflow: hidden;
        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: #6FC1A6;
        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: #6FC1A6 !important;
        color: #fff;
    }
    .selected .input_radio:not(:checked) + .radio_label .radio_txt_btn {
        background: #fff;
        color: #6FC1A6 !important;
    }

	/* step_last */
    .step_last_border {
        margin-top: 100px;
    }
    .step_last_btn {
        width: 30%;
        background: #fff;
        color: #EC7BAA;
		border: 1px solid #EC7BAA;
        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;
		border-radius: 100px;
		transition: .3s;
    }
	.step_last_btn:hover {
        background: #EC7BAA;
        color: #fff;
		border: 1px solid #EC7BAA;
		transition: .3s;
    }
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }
	.arrow{
		width: 40px;
		margin: 0 auto;
	}

	/* customize_results */
    .customize_results {
        position: relative;
        overflow: hidden;
        margin: 5% 0 15% 0;
		padding: 10% 0 10% 0;
        background: #EC7BAA;
    }
    .customize_results .step_sbuttl {
		font-size: 30px;
		letter-spacing: 4px;
		color: #fff;
		margin: 0 auto;
    }
    .customize_results_box {
        width: 100%;
        max-width: 1000px;
        margin: 5% auto 0 auto;
    }
	.img-box{
		width: 80%;
		margin: 0 auto;
	}
	.data-title{
		width: 60%;
		box-sizing: border-box;
		padding: 10% 0 5% 5%;
	}
    .customize_results_img {
        width: 100%;
        background: #eee;
    }
    .customize_results_details {
        width: 80%;
        font-size: 0;
		background: #fff;
		margin: 0 auto;
    }
    .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;
		box-sizing: border-box;
		padding: 0 5%;
    }
    .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;
		margin: 0 0 5% 0;
    }
	.yen{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 15% 0 5% 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 18px;
		letter-spacing: 3px;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 18px;
		letter-spacing: 1px;
		text-align: right;
	}
	.yen li:last-child span{
		font-size: 10px;
		letter-spacing: 1px;
		text-align: right;
		margin: 0 5% 0 2px;
	}
    .customize_results_details_btn {
        width: 50%;
        display: block;
        text-align: center;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
		margin: 5% auto 0 auto;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

	/* footer */
	.footer{
		width: 100%;
	}
	.footer-logo{
		width: 20%;
		margin: 0 auto 5% auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
		text-align: center;
		padding: 0 0 10% 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 1px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}

	.cart-btm-c01{
		display: inline-block;
		text-align: center;
		background-image: linear-gradient(90deg, #EC7BAA, #EC7BAA);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm-c01:hover {
		background-size: 100% .5px;
		transition: .3s;
	}

	.cart-btm-c02{
		display: inline-block;
		text-align: center;
		background-image: linear-gradient(90deg, #72B9C8, #72B9C8);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm-c02:hover {
		background-size: 100% .5px;
		transition: .3s;
	}

	#pagetop{
		position: fixed;
		right: 25%;
		bottom: 5%;
		width: 40px;
		display: block;
		z-index: 99;
	}

}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}

	.wrap{
		width: 100%;
		position: relative;
	}
	.side-wrap-l{
		width: 35%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-data{
		width: 100%;
		height: 60vh;
		position: relative;
		z-index: 100;
		background: #fff;
	}
	.fix-side{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 99;
	}
	.fix-side-in{
		width: 100%;
		height: 100vh;
		position: sticky;
		top: 0;
		left: 0;
	}
	.side-wrap-r{
		display: none;
	}
	.main-wrap{
		width: 65%;
		height: 100%;
		margin: 0 auto;
		left: 17.5%;
		position: relative;
		overflow: hidden;
		background: #FCFBF8;
	}

	/* mv */
	.mv{
		width: 100%;
		height: 60vh;
		background: url(../img/mv.jpg) no-repeat;
		background-size: cover;
		margin: 0 0 5% 0;
	}
	.mv-logo{
		width: 50%;
		position: absolute;
		top: 3%;
		right: 10%;
	}
	.mv-f-logo{
		width: 65%;
		position: absolute;
		bottom: 13%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.mv-day{
		width: 80%;
		position: absolute;
		bottom: 5%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.mv-title01{
		width: 90%;
		position: relative;
		top: 15%;
		margin: 0 auto;
	}
	.mv-title01 li:nth-child(1){
		width: 70%;
		margin: 0 0 5% 0;
	}
	.mv-title02{
		width: 90%;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-title02 li:nth-child(1){
		width: 60%;
		position: relative;
		top: 10px;
	}
	.mv-title02 li:nth-child(2){
		width: 80%;
		margin: 0 0 5% 0;
	}
	.mv-title02 li:nth-child(3){
		width: 80%;
		margin: 0 0 0 20%;
	}
	.mv-title03{
		width: 85%;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-title03 li:nth-child(1){
		width: 100%;
		margin: 0 0 15% 0;
	}
	.mv-title03 li:nth-child(2){
		width: 15%;
		margin: 0 auto;
	}

	/* side-nav */
	.side-nav{
		width: 70%;
		margin: 0 auto;
		position: absolute;
		top: 35%;
        -webkit-transform: translateY(-35%); /* Safari用 */
        transform: translateY(-35%);
		left: 0;
		right: 0;
		box-sizing: border-box;
	}
	.side-nav li{
		width: 100%;
	}
	.side-nav li:nth-child(2){
		width: 100%;
		margin: 10% 0;
	}
	.side-nav li a{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 3px solid #EC7BAA;
		border-radius: 100px;
		overflow: hidden;
		background: #F7F7F7;
	}
	.side-nav li a .data{
		width: 60%;
		box-sizing: border-box;
		padding: 0 0 0 10%;
	}
	.side-nav li a .img{
		width: 35%;
		border-radius: 100px;
		overflow: hidden;
		transform: scale(1);
		transition: .3s;
	}
	.side-nav li a:hover .img{
		transform: scale(1.1);
		transition: .3s;
	}

	/* f-item */
	.rever{
		flex-direction: row-reverse;
	}
	.fix-item{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.fix-item a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.fix-item .data{
		width: 30%;
		transform:rotate(90deg);
		position: absolute;
		top: -40%;
		left: 33%;
	}
	.fix-item .img{
		width: 100%;
	}
	.fix-p{
		width: 80%;
		position: absolute;
		bottom: 7%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.fix-m{
		margin: 0 auto 60% auto;
	}
	.fix-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 10;
	}

	/* read-img */
	.read-img{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.read-img .txt-box{
		width: 80%;
		text-align: justify;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.read-img .txt-box .txt01 {
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		color: #000;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
		z-index: 4;
	}
	.read-img .txt-box .txt-un01 {
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		color: #eee;
		text-align: justify;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.read-img .logo{
		width: 30%;
		margin: 0 auto 5% auto;
	}
	.read-img .img{
		width: 100%;
		margin: 0 auto;
	}
	.read-img .img li{
		width: 100%;
		overflow: hidden;
	}
	.read-img .img li:nth-child(1){
		width: 100%;
		margin: 0 auto 5% auto;
	}

	/* how */
	.how{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.how .title01{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.how .title02{
		width: 40%;
		margin: 0 auto 5% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 5% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #EC7BAA;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}
	.how-box{
		width: 100%;
		background: #EC7BAA;
		border-radius: 10px;
		position: relative;
	}
	.how-box .sub-title{
		width: 40%;
		position: absolute;
		top: -40%;
		right: 5%;
	}
	.how-box-list{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 5% 2%;
	}
	.how-box-list li:nth-child(1){
		width: 23%;
	}
	.how-box-list li:nth-child(2){
		width: 23%;
	}
	.how-box-list li:nth-child(3){
		width: 23%;
	}
	.how-box-list li:nth-child(4){
		width: 25%;
	}
	.how-box-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.how-box-list li .img{
		width: 80%;
	}
	.how-box-list li .img .title{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.how-box-list li .img .txt{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.how-box-list li .img02{
		width: 100%;
	}
	.how-box-list li .dotto{
		width: 15%;
		display: flex;
		justify-content: space-between;
	}
	.how-box-list li .dotto li{
		width: 4px;
		height: 4px;
		background: #fff;
		border-radius: 10px;
	}
	.how-box-list li .ar{
		width: 15%;
	}

	/* door */
	.door{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .num{
		width: 10%;
		position: absolute;
		bottom: 12px;
		left: 0;
	}
	.door .num02{
		width: 10%;
		position: absolute;
		bottom: 10px;
		left: 0;
	}
	.door .title{
		font-size: 20px;
		letter-spacing: 4px;
		font-weight: bold;
		color: #6FC1A6;
		text-align: center;
		margin: 0 0 2% 0;
	}
	.door .line{
		width: 100%;
		height: 1px;
		background: #000;
	}

	/* item */
	.item{
		width: 70%;
		margin: 0 auto 15% auto;
	}
	.item .title{
		width: 80%;
		margin: 0 0 5% 0;
	}
	.item .txt{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #000;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item .link-box{
		width: 50%;
		margin: 0 0 0 5%;
	}

	/* customize_steps */
    .customize_steps {
        position: relative;
        width: 100%;
        width: 1000px;
        margin: 0px auto;
    }
    .customize_steps_txt {
        font-size: 16px;
        line-height: 2.2;
		margin: 5% 0 10% 0;
        text-align: center;
        letter-spacing: 0.15em;
    }
    .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 5% 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;
		flex-wrap: wrap;
        font-size: 0;
        width: 90%;
		margin: 0 auto;
    }
	.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: 33.33%;
        position: relative;
		box-sizing: border-box;
		padding: 0 3%;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 33.33%!important;
        margin: 0 1%;
        position: relative;
    }
    .radio_group_wrap li .txt-main{
		display: block;
		margin: 10% 0 0 0;
    }
    .radio_group_wrap li .txt-main img{
		height: 30px;
		line-height: 0;
    }
	.radio_group_wrap li .txt-sub{
		display: block;
		font-size: 11px;
		line-height: 2em;
		letter-spacing: 2px;
		margin: 10% 0 0 0;
    }
	.radio_group_wrap li .txt-sub br{
		display: none;
    }
    .radio_txt {
		display: none;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }

	/* rario関連 */
	input[type="radio"] { display: none; }
	label::before {
		position: absolute;
		content: "";
		width: 15px;
		height: 15px;
		top: 9%;
        left: 18%;
		border-radius: 1px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 20px;
	}
	label::after {
		position: absolute;
		content: "";
		width: 8px;
		height: 8px;
		top: 10.3%;
        left: 20.1%;
		background: #6FC1A6;
		border-radius: 1px;
		transform: scale(0);
		transition: transform 0.5s;
		border-radius: 20px;
	}
	input:checked + label::after {
		transform: scale(1);
	}
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .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 {
		border-radius: 35px;
		overflow: hidden;
        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: #6FC1A6;
        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: #6FC1A6 !important;
        color: #fff;
    }
    .selected .input_radio:not(:checked) + .radio_label .radio_txt_btn {
        background: #fff;
        color: #6FC1A6 !important;
    }

	/* step_last */
    .step_last_border {
        margin-top: 100px;
    }
    .step_last_btn {
        width: 30%;
        background: #fff;
        color: #EC7BAA;
		border: 1px solid #EC7BAA;
        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;
		border-radius: 100px;
		transition: .3s;
    }
	.step_last_btn:hover {
        background: #EC7BAA;
        color: #fff;
		border: 1px solid #EC7BAA;
		transition: .3s;
    }
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }
	.arrow{
		width: 40px;
		margin: 0 auto;
	}

	/* customize_results */
    .customize_results {
        position: relative;
        overflow: hidden;
        margin: 5% 0 15% 0;
		padding: 10% 0 10% 0;
        background: #EC7BAA;
    }
    .customize_results .step_sbuttl {
		font-size: 20px;
		letter-spacing: 4px;
		color: #fff;
		margin: 0 auto;
    }
    .customize_results_box {
        width: 100%;
        max-width: 1000px;
        margin: 5% auto 0 auto;
    }
	.img-box{
		width: 80%;
		margin: 0 auto;
	}
	.data-title{
		width: 60%;
		box-sizing: border-box;
		padding: 10% 0 5% 5%;
	}
    .customize_results_img {
        width: 100%;
        background: #eee;
    }
    .customize_results_details {
        width: 80%;
        font-size: 0;
		background: #fff;
		margin: 0 auto;
    }
    .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: 13px;
        letter-spacing: 2px;
		box-sizing: border-box;
		padding: 0 5%;
    }
    .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: 12px;
		line-height: 1.8em;
		letter-spacing: 2px;
		margin: 0 0 10% 0;
    }
	.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 {
        width: 50%;
        display: block;
        text-align: center;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
		margin: 5% auto 0 auto;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

	/* footer */
	.footer{
		width: 100%;
	}
	.footer-logo{
		width: 20%;
		margin: 0 auto 5% auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
		text-align: center;
		padding: 0 0 10% 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 1px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}

	.cart-btm-c01{
		display: inline-block;
		text-align: center;
		background-image: linear-gradient(90deg, #EC7BAA, #EC7BAA);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm-c01:hover {
		background-size: 100% .5px;
		transition: .3s;
	}

	.cart-btm-c02{
		display: inline-block;
		text-align: center;
		background-image: linear-gradient(90deg, #72B9C8, #72B9C8);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm-c02:hover {
		background-size: 100% .5px;
		transition: .3s;
	}

	#pagetop{
		position: fixed;
		right: 2%;
		bottom: 3%;
		width: 50px;
		display: block;
		z-index: 99;
	}

}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}


	.wrap{
		width: 100%;
		position: relative;
	}
	.side-wrap-l{
		width: 35%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-data{
		width: 100%;
		height: 60vh;
		position: relative;
		z-index: 100;
		background: #fff;
	}
	.fix-side{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 99;
	}
	.fix-side-in{
		width: 100%;
		height: 100vh;
		position: sticky;
		top: 0;
		left: 0;
	}
	.side-wrap-r{
		display: none;
	}
	.main-wrap{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		background: #F8F7F4;
	}
	.sp-wrap{
		width: 100%;
		background: #fff;
		padding: 10% 0;
	}

	/* mv */
	.mv{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
		background: #F8F7F4;
	}
	.mv-logo{
		width: 30%;
		position: absolute;
		top: 4%;
		right: 3%;
		z-index: 10;
		line-height: 0;
	}
	.mv-f-logo{
		width: 25%;
		position: absolute;
		bottom: 13%;
		right: 5%;
	}
	.mv-day{
		width: 60%;
		margin: 0 0 0 30%;
	}
	.mv-box{
		width: 100%;
		position: relative;
	}
	.mv-title01{
		width: 90%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 5%;
		margin: 0 auto;
	}
	.mv-title01 li:nth-child(1){
		width: 65%;
		margin: 0 0 5% 0;
	}
	.mv-title02{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 li:nth-child(1){
		width: 45%;
		position: relative;
		top: 15px;
		z-index: 10;
	}
	.mv-title02 li:nth-child(2){
		width: 70%;
		margin: 0 0 3% 5%;
	}
	.mv-title02 li:nth-child(3){
		width: 70%;
		margin: 0 0 0 25%;
	}
	.mv-title03{
		width: 75%;
		margin: 0 0 10% 7%;
	}

	/* side-nav */
	.side-nav{
		width: 80%;
		margin: 0 auto 0% auto;
	}
	.side-nav li{
		width: 100%;
	}
	.side-nav li:nth-child(2){
		width: 100%;
		margin: 7% 0;
	}
	.side-nav li a{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 2px solid #EC7BAA;
		border-radius: 100px;
		overflow: hidden;
		background: #F7F7F7;
		box-sizing: border-box;
	}
	.side-nav li a .data{
		width: 60%;
		box-sizing: border-box;
		padding: 0 0 0 10%;
	}
	.side-nav li a .img{
		width: 35%;
		border-radius: 100px;
		overflow: hidden;
		transform: scale(1);
		transition: .3s;
	}
	.side-nav li a:hover .img{
		transform: scale(1.1);
		transition: .3s;
	}

	/* f-item */
	.rever{
		flex-direction: row-reverse;
	}
	.fix-item{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.fix-item a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.fix-item .data{
		width: 30%;
		transform:rotate(90deg);
		position: absolute;
		top: -40%;
		left: 33%;
	}
	.fix-item .img{
		width: 100%;
	}
	.fix-p{
		width: 80%;
		position: absolute;
		bottom: 7%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.fix-m{
		margin: 0 auto 60% auto;
	}
	.fix-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 10;
	}

	/* read-img */
	.read-img{
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 10% 0 0 0;
	}
	.read-img .txt-box{
		width: 85%;
		text-align: justify;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.read-img .txt-box .txt01 {
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		color: #000;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
		z-index: 4;
	}
	.read-img .txt-box .txt-un01 {
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		color: #eee;
		text-align: justify;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.read-img .logo{
		width: 30%;
		margin: 0 auto 5% auto;
	}
	.read-img .img{
		width: 100%;
		margin: 0 auto;
	}
	.read-img .img li{
		width: 100%;
		overflow: hidden;
	}
	.read-img .img li:nth-child(1){
		width: 100%;
		margin: 0 auto 5% auto;
	}

	/* how */
	.how{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.how .title01{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.how .title02{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 5% auto;
        height: 50px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 50px;
		background: #EC7BAA;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:20px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 50px;
			opacity: 0;
		}
	}
	.how-box{
		width: 100%;
		background: #EC7BAA;
		border-radius: 10px;
		position: relative;
	}
	.how-box .sub-title{
		width: 45%;
		position: absolute;
		bottom: 35%;
		left: -2%;
		z-index: 10;
	}
	.how-box-list{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		padding: 5% 5% 0% 5%;
	}
	.how-box-list li:nth-child(1){
		width: 33%;
	}
	.how-box-list li:nth-child(2){
		width: 33%;
		position: relative;
		right: -4%;
	}
	.how-box-list li:nth-child(3){
		width: 33%;
		position: relative;
		right: -7%;
	}
	.how-box-list li:nth-child(4){
		width: 100%;
	}
	.how-box-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.how-box-list li .img{
		width: 80%;
	}
	.how-box-list li .img .title{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.how-box-list li .img .txt{
		width: 100%;
		line-height: 0;
		margin: 10% 0 0 0;
	}
	.how-box-list li .img02{
		width: 100%;
		position: relative;
		top: -20px;
	}
	.how-box-list li .dotto{
		width: 15%;
		display: flex;
		justify-content: space-between;
	}
	.how-box-list li .dotto li{
		width: 3px;
		height: 3px;
		background: #fff;
		border-radius: 10px;
	}
	.how-box-list li .ar{
		width: 100%;
		transform:rotate(90deg);
	}
	.how-box-list li .ar img{
		width: 7%;
		line-height: 0;
		margin: 5% auto;
		display: block;
	}

	/* door */
	.door{
		width: 90%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.door .num{
		width: 15%;
		position: absolute;
		bottom: 15px;
		left: 0;
	}
	.door .num02{
		width: 15%;
		position: absolute;
		bottom: 13px;
		left: 0;
	}
	.door .title{
		font-size: 17px;
		letter-spacing: 3px;
		font-weight: bold;
		color: #6FC1A6;
		margin: 0 0 4% 0;
		text-align: left;
		box-sizing: border-box;
		padding: 0 0 0 20%;
	}
	.door .line{
		width: 100%;
		height: 1px;
		background: #000;
	}

	/* item */
	.item{
		width: 85%;
		margin: 0 auto 15% auto;
	}
	.item .title{
		width: 90%;
		margin: 0 0 5% 0;
	}
	.item .txt{
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #000;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item .link-box{
		width: 50%;
		margin: 0 0 0 5%;
	}

	.sp-item-list{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.sp-item-box{
		width: 100%;
		line-height: 0;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.sp-item-box .title{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sp-item-box .title li:nth-child(1){
		width: 10%;
		position: absolute;
		top: 3%;
		left: 2%;
		line-height: 0;
	}
	.sp-item-box .title li:nth-child(2){
		width: 13%;
		position: absolute;
		bottom: 3%;
		right: 2%;
		line-height: 0;
	}


	/* customize_steps */
    .customize_steps {
        position: relative;
        width: 100%;
        width: 1000px;
        margin: 0px auto;
    }
    .customize_steps_txt {
        font-size: 16px;
        line-height: 2.2;
		margin: 5% 0 10% 0;
        text-align: center;
        letter-spacing: 0.15em;
    }
    .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 10% 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;
		flex-wrap: wrap;
        font-size: 0;
        width: 90%;
		margin: 0 auto;
    }
	.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: 33.33%;
        position: relative;
		box-sizing: border-box;
		padding: 0 2%;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 33.33%!important;
        margin: 0 1%;
        position: relative;
    }
    .radio_group_wrap li .txt-main{
		display: block;
		margin: 10% 0 0 0;
    }
    .radio_group_wrap li .txt-main img{
		height: 30px;
		line-height: 0;
    }
	.radio_group_wrap li .txt-sub{
		display: block;
		font-size: 11px;
		line-height: 1.8em;
		letter-spacing: 2px;
		margin: 15% 0 0 0;
    }
	.radio_group_wrap li .txt-sub br{
		display: none;
    }
    .radio_txt {
		display: none;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }

	/* rario関連 */
	input[type="radio"] { display: none; }
	label::before {
		position: absolute;
		content: "";
		width: 15px;
		height: 15px;
		top: 20px;
        left: 20px;
		border-radius: 1px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 20px;
	}
	label::after {
		position: absolute;
		content: "";
		width: 7px;
		height: 7px;
		top: 24px;
        left: 24px;
		background: #6FC1A6;
		border-radius: 1px;
		transform: scale(0);
		transition: transform 0.5s;
		border-radius: 20px;
	}
	input:checked + label::after {
		transform: scale(1);
	}
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .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 {
		border-radius: 35px;
		overflow: hidden;
        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: #6FC1A6;
        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: #6FC1A6 !important;
        color: #fff;
    }
    .selected .input_radio:not(:checked) + .radio_label .radio_txt_btn {
        background: #fff;
        color: #6FC1A6 !important;
    }

	/* step_last */
    .step_last_border {
        margin-top: 100px;
    }
    .step_last_btn {
        width: 85%;
        background: #fff;
        color: #EC7BAA;
		border: 1px solid #EC7BAA;
        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;
		border-radius: 100px;
		transition: .3s;
    }
	.step_last_btn:hover {
        background: #EC7BAA;
        color: #fff;
		border: 1px solid #EC7BAA;
		transition: .3s;
    }
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }
	.arrow{
		width: 40px;
		margin: 0 auto;
	}

	/* customize_results */
    .customize_results {
        position: relative;
        overflow: hidden;
        margin: 5% 0 15% 0;
		padding: 10% 0 10% 0;
        background: #EC7BAA;
    }
    .customize_results .step_sbuttl {
		font-size: 20px;
		letter-spacing: 4px;
		color: #fff;
		margin: 0 auto;
    }
    .customize_results_box {
        width: 100%;
        max-width: 1000px;
        margin: 5% auto 0 auto;
    }
	.img-box{
		width: 100%;
		margin: 0 auto;
	}
	.data-title{
		width: 75%;
		box-sizing: border-box;
		padding: 10% 0 5% 5%;
	}
    .customize_results_img {
        width: 100%;
        background: #eee;
    }
    .customize_results_details {
        width: 100%;
        font-size: 0;
		background: #fff;
		margin: 0 auto;
    }
    .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: 13px;
        letter-spacing: 2px;
		box-sizing: border-box;
		padding: 0 5%;
    }
    .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: 12px;
		line-height: 1.8em;
		letter-spacing: 2px;
		margin: 0 0 10% 0;
    }
	.yen{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 15% 0 5% 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		text-align: right;
	}
	.yen li:last-child span{
		font-size: 10px;
		letter-spacing: 1px;
		text-align: right;
		margin: 0 5% 0 2px;
	}
    .customize_results_details_btn {
        width: 75%;
        display: block;
        text-align: center;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
		margin: 10% auto 0 auto;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }

	/* footer */
	.footer{
		width: 100%;
	}
	.footer-logo{
		width: 40%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
		text-align: center;
		padding: 0 0 10% 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 1px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}

	.cart-btm-c01{
		display: inline-block;
		text-align: center;
		background-image: linear-gradient(90deg, #EC7BAA, #EC7BAA);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm-c01:hover {
		background-size: 100% .5px;
		transition: .3s;
	}

	.cart-btm-c02{
		display: inline-block;
		text-align: center;
		background-image: linear-gradient(90deg, #72B9C8, #72B9C8);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm-c02:hover {
		background-size: 100% .5px;
		transition: .3s;
	}
	
	
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 40px;
		display: block;
		z-index: 99;
	}

	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		right: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 60%;
		font-size: 0;
		line-height: 0;
		margin: 0 0 4px 38%;
	}
	.foot_fix_btn ul li:nth-child(1) {
		width: 100%;
	}


}
