.wrap-all{
	width: 100%;
	background: #fff;
}
.dammy{
	width: 100%;
	position: relative;
}
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;
}


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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px;
		line-height: 0;
    }

	.header{
		width: 90%;
		margin: 0 auto 0 auto;
		box-sizing: border-box;
		position: relative;
	}
	.mv-logo{
		width: 4%;
		position: absolute;
		right: 1%;
		top: 2%;
		z-index: 20;
		line-height: 0;
	}
	.header .img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}

	.header .title-box{
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.header .title-box .title01{
		width: 50%;
		position: relative;
		left: 5%;
		margin: 0 0 3% 0;
	}
	.header .title-box .title01 li:nth-child(1){
		width: 100%;
		margin: 0 0 5% 0;
	}
	.header .title-box .title-box-in{
		width: 100%;
		background: rgba(255, 255, 255, .8);
		position: relative;
		padding: 2% 0;
	}
	.header .title-box .title-box-in .title02{
		width: 65%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		left: 5%;
	}
	.header .title-box .title-box-in .title02 li:nth-child(1){
		width: 60%;
		overflow: hidden;
	}
	.header .title-box .title-box-in .title02 li:nth-child(2){
		width: 35%;
		overflow: hidden;
	}
	.header .title03{
		width: 28%;
		position: absolute;
		bottom: 7%;
		right: 2%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		padding: 3% 0 5% 0;
	}
	.read .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 20px;
		letter-spacing: 4px;
		line-height: 3em;
		text-align: center;
		margin: 0 auto 3% auto;
	}
	.read .day{
		width: 40%;
		margin: 0 auto;
	}

	/* customize-top */
	.customize-top{
		width: 100%;
		position: relative;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(239, 227, 216, .3) 85%, rgba(239, 227, 216, .3) 100%);
	}
	.customize-top .icon{
		width: 10%;
		margin: 0 auto 1% auto;
	}
	.customize-top .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 4px;
		text-align: center;
		margin: 0 auto 1% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 0 auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #28405E;
		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;
		}
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		background: rgba(239, 227, 216, 0.3);
		padding: 5% 0 5% 0;
		margin: 0 0 10% 0;
		position: relative;
	}
	.wrap-in{
		width: 80%;
		background: #fff;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 10% 5% 0 5%;
	}

	.fix-nav-top{
		width: 3%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 2%;
		padding: 100px 0 100px 0;
		box-sizing: border-box;
	}
	.fix-nav-top-in{
		width: 100%;
		position: sticky;
		top: 20%;
	}
	.fix-nav-top-in li{
		background: #fff;
		border-radius: 100px;
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.fix-nav-top-in li:first-child{
		margin: 0 0 50px 0;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.door .num{
		width: 11%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .num .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .sub-title{
		width: 30%;
		position: relative;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.door .main-title{
		width: 100%;
		text-align: center;
		font-size: 45px;
        letter-spacing: 10px;
        line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
		left: 10px;
	}
	.door .side-title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 0;
	}
	.door .side-title img{
		height: 40px;
	}

	/*customize_steps*/
	.customize_steps {
        position: relative;
        width: 70%;
        margin: 0px auto;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 24%;
        position: relative;
		box-sizing: border-box;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 24%!important;
		padding: 0!important;
		box-sizing: border-box;
		margin: 0!important;
        position: relative;
    }

    /* customize_steps */
    .customize_steps_txt {
        font-size: 18px;
        line-height: 2.2;
		margin: 5% 0 5% 0;
        text-align: center;
        letter-spacing: 0.15em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    .customize_steps_txt span{
        font-size: 30px;
        line-height: 2.2;
        margin-top: 5%;
        text-align: center;
        letter-spacing: 0.15em;
        display: block;
    }
    .dash_border {
        height: 2px;
        position: relative;
    }
	.step{
		margin: 0 0 15% 0;
		position: relative;
	}
	.step-end{
		margin: 0 0 4% 0;
		position: relative;
	}
    
    .step_sbuttl {
        margin-top: 4%;
        text-align: center;
    }
    .step_sbuttl_en {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        font-family: Helvetica, serif;
    }
    .step_sbuttl_jp {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        position: relative;
        margin-top: 2%;
        letter-spacing: 5px;
    }
    .step_sbuttl_jp:before {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        left: -45px;
        margin-top: -1px;
    }
    .step_sbuttl_jp:after {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        right: -45px;
        margin-top: -1px;
    }
    .smp{
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 5% auto;
    }
	
    .radio_txt {
		font-family:"utile-display",sans-serif;
		font-weight:300;
		font-style:normal;
        display: block;
        font-size: 26px;
		letter-spacing: 2px;
		line-height: 1.2em;
		margin: 5% 0 0 0;
    }
	.radio_txt03 {
		font-family:"utile-display",sans-serif;
		font-weight:300;
		font-style:normal;
        display: block;
        font-size: 26px;
		letter-spacing: 2px;
		margin: 5% 0 0 0;
    }
	.radio_txt02 {
        display: block;
        font-size: 10px;
		letter-spacing: 3px;
		font-weight: 500;
		margin: 10px 0 0 0;
    }
	.limited_txt {
		width: 8%;
        position: absolute;
        top: 3%;
        right: 4%;
        z-index: 99;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }
    .step_last_btn {
        width: 40%;
        background: #fff;
        color: #000;
		border: 1px solid #000;
        display: block;
        margin: 5% auto 0 auto;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        font-size: 20px;
        letter-spacing: 5px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        line-height: 1;
        padding: 1.5% 0;
		transition: .3s;
    }
	.step_last_btn{
		position: relative;
		overflow: hidden;
		text-decoration: none;
		display: block;
		border: 1px solid #000;
		text-align: center;
		outline: none;
		transition: ease .2s;
	}

	/*ボタン内spanの形状*/
	.step_last_btn span {
		position: relative;
		z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
		color:#000;
	}
	.step_last_btn:hover span{
		color:#fff;
	}

	/*== 背景が流れる（左から右） */
	.bgleft:before {
		content: '';
		/*絶対配置で位置を指定*/
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		/*色や形状*/
		background:#000;/*背景色*/
		width: 100%;
		height: 100%;
		/*アニメーション*/
		transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		transform: scale(0, 1);
		transform-origin: right top;
	}

	/*hoverした際の形状*/
	.bgleft:hover:before{
		transform-origin:left top;
		transform:scale(1, 1);
	}
	
	.arrow{
		width: 7px;
		margin: 0 auto;
	}
	.arrow li{
		width: 7px;
		height: 7px;
		border-radius: 10px;
		display: block;
		margin: 0 auto 13px auto;
	}
	.arrow li:nth-child(1){
		background: rgba(223, 190, 153, 1);
	}
	.arrow li:nth-child(2){
		background: rgba(223, 190, 153, .8);
	}
	.arrow li:nth-child(3){
		background: rgba(223, 190, 153, .6);
	}
	.arrow li:nth-child(4){
		background: rgba(223, 190, 153, .4);
	}
	.arrow li:nth-child(5){
		background: rgba(223, 190, 153, .2);
	}
	
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }

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

    /* rario関連 */
	input[type="radio"] , input[type="checkbox"]{
		width: 1.5em;
		height: 1.5em;
	}
    .input_radio {
        position: absolute;
        bottom: 50px;
        width: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
	.b25{
		bottom: 30px;
	}
	.b35{
		bottom: 35px;
	}
    .radio-non{
        display: none;
    }
    .selected .input_radio:not(:checked) + .radio_label img {
        opacity: 0.7;
    }
    .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;
    }
	
	input[type="radio"] { display: none; }
	label::before {
		position: absolute;
		content: "";
		top: 10px;
		left: 10px;
		width: 20px;
		height: 20px;
		border-radius: 1px;
		background: #fff;
		box-sizing: border-box;
	}
	label::after {
		position: absolute;
		content: "";
		top: 13px;
		left: 13px;
		width: 14px;
		height: 14px;
		background: #dfbe99;
		border-radius: 1px;
		transform: scale(0);
		transition: transform 0.5s;
	}
	input:checked + label::after {
		transform: scale(1);
	}
	/* ホバーアクションを追加 */
	label:hover::after {
		transform: scale(1);
		background: #dfbe99;
	}

    /* bottom_sign_wrap */
    .bottom_sign_wrap {
        margin-top: 10%;
        text-align: center;
    }
    .bottom_sign {
        width: 200px;
        height: auto;
    }

	/*タブ切り替え全体のスタイル*/
	.tabs {
		padding-bottom: 7%;
		background-color: #fff;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	/*タブのスタイル*/
	.tab-data{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.tab_item {
		width: 25%;
		font-weight: bold;
		transition: all 0.2s ease;
		cursor: pointer;
	}
	.tab_item:hover {
		opacity: 0.5;
	}
	.tab_item .img{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.tab_item .txt01{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 1px;
		font-weight: normal;
		color: #000;
		font-family:"utile-display",sans-serif;
		font-weight: 300;
		font-style: normal;
		white-space: nowrap;
	}
	.tab_item .txt02{
		width: 100%;
		text-align: center;
		font-size: 10px;
		letter-spacing: 4px;
		font-weight: normal;
		color: #000;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"],
	input[id="all"],
	input[id="soutien_collar_tab"],
	input[id="stand_collar_tab"],
	input[id="hood_content_tab"] {
		display: none !important;
	}
	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		clear: both;
		position: relative;
	}
	/*選択されているタブのコンテンツのみを表示*/
	#all:checked ~ #all_content,
	#soutien_collar_tab:checked ~ #soutien_collar_tab,
	#stand_collar_tab:checked ~ #stand_collar_tab,
	#hood_content_tab:checked ~ #hood_content_tab {
		display: block;
	}
	/*選択されているタブのスタイルを変える*/
	#all:checked ~ .tab-data .tab_item[for="all"],
	#soutien_collar_tab:checked ~ .tab-data .tab_item[for="soutien_collar_tab"],
	#stand_collar_tab:checked ~ .tab-data .tab_item[for="stand_collar_tab"],
	#hood_content_tab:checked ~ .tab-data .tab_item[for="hood_content_tab"] {
		opacity: .5;
	}

	.side-nav-icon{
		width: max-content;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 2%;
		border-left: 1px solid #000;
		padding: 10px 0 10px 20px;
		line-height: 0;
	}
	.side-nav-icon img{
		height: 15px;
		display: block;
	}

	/* side-nav */
	#side-nav,
	#side-nav02,
	#side-nav03,
	#side-nav04 {
		width: 100%;
		position: sticky;
		z-index: 99;
		top: 0%;
		left: 10px;
		background: rgba(239, 227, 216, .9);
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}

	#side-nav nav .side-nav-in,
	#side-nav02 nav .side-nav-in,
	#side-nav03 nav .side-nav-in,
	#side-nav04 nav .side-nav-in {
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}

	#side-nav nav .side-nav-in li,
	#side-nav02 nav .side-nav-in li,
	#side-nav03 nav .side-nav-in li,
	#side-nav04 nav .side-nav-in li {
		width: 12.5%;
		display: block;
		position: relative;
		box-sizing: border-box;
		text-align: center;
		margin: 0 20px;
	}

	#side-nav nav .side-nav-in li a,
	#side-nav02 nav .side-nav-in li a,
	#side-nav03 nav .side-nav-in li a,
	#side-nav04 nav .side-nav-in li a {
		width: 100%;
		margin: 0 auto;
		display: block;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
		color: #fff;
		font-size: 30px;
		letter-spacing: 3px;
		text-decoration: none;
		padding: 15px 0 20px 0;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		line-height: 1.2em;
	}

	#side-nav nav .side-nav-in li a .line,
	#side-nav02 nav .side-nav-in li a .line,
	#side-nav03 nav .side-nav-in li a .line,
	#side-nav04 nav .side-nav-in li a .line {
		width: 100%;
		height: 1px;
		background: #000;
		position: relative;
		left: -2px;
		opacity: 0;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li a::after,
	#side-nav02 nav .side-nav-in li a::after,
	#side-nav03 nav .side-nav-in li a::after,
	#side-nav04 nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li.current a,
	#side-nav02 nav .side-nav-in li.current a,
	#side-nav03 nav .side-nav-in li.current a,
	#side-nav04 nav .side-nav-in li.current a {
		opacity: 1;
		transition: .3s;
		color: #000;
	}

	#side-nav nav .side-nav-in li.current a::after,
	#side-nav02 nav .side-nav-in li.current a::after,
	#side-nav03 nav .side-nav-in li.current a::after,
	#side-nav04 nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li a:hover,
	#side-nav02 nav .side-nav-in li a:hover,
	#side-nav03 nav .side-nav-in li a:hover,
	#side-nav04 nav .side-nav-in li a:hover {
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		color: #000;
	}

	#side-nav nav .side-nav-in li.current a .line,
	#side-nav02 nav .side-nav-in li.current a .line,
	#side-nav03 nav .side-nav-in li.current a .line,
	#side-nav04 nav .side-nav-in li.current a .line,
	#side-nav nav .side-nav-in li a:hover .line,
	#side-nav02 nav .side-nav-in li a:hover .line,
	#side-nav03 nav .side-nav-in li a:hover .line,
	#side-nav04 nav .side-nav-in li a:hover .line {
		opacity: 1;
		transition: .3s;
	}
	
	.tab_item::before {
		display: none !important;
    }
	.tab_item::after {
		display: none !important;
    }

	/* section-box */
	.section-box{
		width: 100%;
	}

	/* item */
	.item{
		width: 70%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 5% 0 0 0;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item .data .limit{
		width: 50%;
		margin: 0 0 7% 0;
		line-height: 0;
	}
	.item .data .num{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 10% 0;
	}
	.item .data .num li:nth-child(1){
		width: 25%;
		font-family: "baskerville-urw", serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.2em;
		font-size: 45px;
		letter-spacing: 3px;
		padding: 2% 0 0 0;
	}
	.item .data .num li:nth-child(2){
		width: 75%;
		border-left: 1px solid #000;
		padding: 5% 0 5% 10%;
		box-sizing: border-box;
	}
	.item .data .line01{
		width: 75%;
		height: 10px;
		background: #ada69e;
		margin: 0 0 5% 25%;
	}
	.item .data .line02{
		width: 75%;
		height: 10px;
		background: #a4a8b6;
		margin: 0 0 5% 25%;
	}
	.item .data .line03{
		width: 75%;
		height: 10px;
		background: #000000;
		margin: 0 0 5% 25%;
	}
	.item .data .line04{
		width: 75%;
		height: 10px;
		background: #797274;
		margin: 0 0 5% 25%;
	}
	.item .data .line05{
		width: 75%;
		height: 10px;
		background: #2f5977;
		margin: 0 0 5% 25%;
	}
	.item .data .line06{
		width: 75%;
		height: 10px;
		background: #bd987d;
		margin: 0 0 5% 25%;
	}
	.item .data .line07{
		width: 75%;
		height: 10px;
		background: #82999f;
		margin: 0 0 5% 25%;
	}
	.item .data .line08{
		width: 75%;
		height: 10px;
		background: #1f2e55;
		margin: 0 0 5% 25%;
	}
	.item .data .sub{
		width: 100%;
		height: 15px;
		position: relative;
		margin: 0 0 20% 0;
		line-height: 0;
	}
	.item .data .sub .color{
		width: max-content;
		height: 15px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.item .data .sub .color img{
		height: 15px;
	}

	/* an-btn */
	.an-btn{
		width: 50%;
		margin: 0 auto 3% auto;
		display: block;
		background: #f9f9f9;
		position: relative;
	}
	.an-btn .data{
		width: 25%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.an-btn .data .txt01{
		width: 100%;
		line-height: 0;
		margin: 0 0 10% 0;
	}
	.an-btn .data .txt02{
		width: 100%;
		line-height: 0;
	}
	.an-btn .data .line{
		width: 100%;
		height: 1px;
		background: #dadadb;
		position: relative;
		margin: 0 0 15% 0;
	}
	.an-btn .data .line .on{
		width: 50%;
		height: 3px;
		background: #dfbe99;
		position: absolute;
		top: -1px;
		left: 0;
		z-index: 3;
		transition: .3s;
	}
	.an-btn:hover .data .line .on{
		width: 100%;
		transition: .3s;
	}

	.an-btn02{
		width: 50%;
		margin: 0 auto 7% auto;
		display: block;
		background: #f9f9f9;
		position: relative;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		font-size: 10px;
		margin: 0 0 0 5px;
		position: relative;
		top: -2px;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 10px 0;
		opacity: .5;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .5);
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #000;
		color: #fff;
	}

	.cart-btm .btn00-t{
		font-size: 9px;
		line-height: 1.5em;
		width: 90px;
		padding: 6px 0 6px 0;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .5);
		display: inline-block;
		text-align: center;
		color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c1c5c8;
		border: .5px solid #c1c5c8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #c1c5c8;
		color: #000;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #5b6fa5;
		border: .5px solid #5b6fa5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #5b6fa5;
		color: #5b6fa5;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c1c5c8;
		border: .5px solid #c1c5c8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #c1c5c8;
		color: #c1c5c8;
	}

	.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);
	}
	.cart-btm02: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;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px;
		line-height: 0;
    }

	.header{
		width: 90%;
		margin: 0 auto 0 auto;
		box-sizing: border-box;
		position: relative;
	}
	.mv-logo{
		width: 4%;
		position: absolute;
		right: 1%;
		top: 2%;
		z-index: 20;
		line-height: 0;
	}
	.header .img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}

	.header .title-box{
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.header .title-box .title01{
		width: 50%;
		position: relative;
		left: 5%;
		margin: 0 0 3% 0;
	}
	.header .title-box .title01 li:nth-child(1){
		width: 100%;
		margin: 0 0 5% 0;
	}
	.header .title-box .title-box-in{
		width: 100%;
		background: rgba(255, 255, 255, .8);
		position: relative;
		padding: 2% 0;
	}
	.header .title-box .title-box-in .title02{
		width: 65%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		left: 5%;
	}
	.header .title-box .title-box-in .title02 li:nth-child(1){
		width: 60%;
		overflow: hidden;
	}
	.header .title-box .title-box-in .title02 li:nth-child(2){
		width: 35%;
		overflow: hidden;
	}
	.header .title03{
		width: 28%;
		position: absolute;
		bottom: 7%;
		right: 2%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		padding: 3% 0 5% 0;
	}
	.read .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 20px;
		letter-spacing: 4px;
		line-height: 3em;
		text-align: center;
		margin: 0 auto 3% auto;
	}
	.read .day{
		width: 50%;
		margin: 0 auto;
	}

	/* customize-top */
	.customize-top{
		width: 100%;
		position: relative;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(239, 227, 216, .3) 85%, rgba(239, 227, 216, .3) 100%);
	}
	.customize-top .icon{
		width: 10%;
		margin: 0 auto 1% auto;
	}
	.customize-top .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 4px;
		text-align: center;
		margin: 0 auto 1% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 0 auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #28405E;
		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;
		}
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		background: rgba(239, 227, 216, 0.3);
		padding: 5% 0 5% 0;
		margin: 0 0 10% 0;
		position: relative;
	}
	.wrap-in{
		width: 80%;
		background: #fff;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 10% 5% 0 5%;
	}

	.fix-nav-top{
		width: 3%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 2%;
		padding: 100px 0 100px 0;
		box-sizing: border-box;
	}
	.fix-nav-top-in{
		width: 100%;
		position: sticky;
		top: 20%;
	}
	.fix-nav-top-in li{
		background: #fff;
		border-radius: 100px;
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.fix-nav-top-in li:first-child{
		margin: 0 0 50px 0;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.door .num{
		width: 11%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .num .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .sub-title{
		width: 30%;
		position: relative;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.door .main-title{
		width: 100%;
		text-align: center;
		font-size: 45px;
        letter-spacing: 10px;
        line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
		left: 10px;
	}
	.door .side-title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 0;
	}
	.door .side-title img{
		height: 40px;
	}

	/*customize_steps*/
	.customize_steps {
        position: relative;
        width: 70%;
        margin: 0px auto;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 24%;
        position: relative;
		box-sizing: border-box;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 24%!important;
		padding: 0!important;
		box-sizing: border-box;
		margin: 0!important;
        position: relative;
    }

    /* customize_steps */
    .customize_steps_txt {
        font-size: 18px;
        line-height: 2.2;
		margin: 5% 0 5% 0;
        text-align: center;
        letter-spacing: 0.15em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    .customize_steps_txt span{
        font-size: 30px;
        line-height: 2.2;
        margin-top: 5%;
        text-align: center;
        letter-spacing: 0.15em;
        display: block;
    }
    .dash_border {
        height: 2px;
        position: relative;
    }
	.step{
		margin: 0 0 15% 0;
		position: relative;
	}
	.step-end{
		margin: 0 0 4% 0;
		position: relative;
	}
    
    .step_sbuttl {
        margin-top: 4%;
        text-align: center;
    }
    .step_sbuttl_en {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        font-family: Helvetica, serif;
    }
    .step_sbuttl_jp {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        position: relative;
        margin-top: 2%;
        letter-spacing: 5px;
    }
    .step_sbuttl_jp:before {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        left: -45px;
        margin-top: -1px;
    }
    .step_sbuttl_jp:after {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        right: -45px;
        margin-top: -1px;
    }
    .smp{
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 5% auto;
    }
	
    .radio_txt {
		font-family:"utile-display",sans-serif;
		font-weight:300;
		font-style:normal;
        display: block;
        font-size: 26px;
		letter-spacing: 2px;
		line-height: 1.2em;
		margin: 5% 0 0 0;
    }
	.radio_txt03 {
		font-family:"utile-display",sans-serif;
		font-weight:300;
		font-style:normal;
        display: block;
        font-size: 26px;
		letter-spacing: 2px;
		margin: 5% 0 0 0;
    }
	.radio_txt02 {
        display: block;
        font-size: 10px;
		letter-spacing: 3px;
		font-weight: 500;
		margin: 10px 0 0 0;
    }
	.limited_txt {
		width: 8%;
        position: absolute;
        top: 3%;
        right: 4%;
        z-index: 99;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }
    .step_last_btn {
        width: 40%;
        background: #fff;
        color: #000;
		border: 1px solid #000;
        display: block;
        margin: 5% auto 0 auto;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        font-size: 20px;
        letter-spacing: 5px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        line-height: 1;
        padding: 1.5% 0;
		transition: .3s;
    }
	.step_last_btn{
		position: relative;
		overflow: hidden;
		text-decoration: none;
		display: block;
		border: 1px solid #000;
		text-align: center;
		outline: none;
		transition: ease .2s;
	}

	/*ボタン内spanの形状*/
	.step_last_btn span {
		position: relative;
		z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
		color:#000;
	}
	.step_last_btn:hover span{
		color:#fff;
	}

	/*== 背景が流れる（左から右） */
	.bgleft:before {
		content: '';
		/*絶対配置で位置を指定*/
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		/*色や形状*/
		background:#000;/*背景色*/
		width: 100%;
		height: 100%;
		/*アニメーション*/
		transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		transform: scale(0, 1);
		transform-origin: right top;
	}

	/*hoverした際の形状*/
	.bgleft:hover:before{
		transform-origin:left top;
		transform:scale(1, 1);
	}
	
	.arrow{
		width: 7px;
		margin: 0 auto;
	}
	.arrow li{
		width: 7px;
		height: 7px;
		border-radius: 10px;
		display: block;
		margin: 0 auto 13px auto;
	}
	.arrow li:nth-child(1){
		background: rgba(223, 190, 153, 1);
	}
	.arrow li:nth-child(2){
		background: rgba(223, 190, 153, .8);
	}
	.arrow li:nth-child(3){
		background: rgba(223, 190, 153, .6);
	}
	.arrow li:nth-child(4){
		background: rgba(223, 190, 153, .4);
	}
	.arrow li:nth-child(5){
		background: rgba(223, 190, 153, .2);
	}
	
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }

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

    /* rario関連 */
	input[type="radio"] , input[type="checkbox"]{
		width: 1.5em;
		height: 1.5em;
	}
    .input_radio {
        position: absolute;
        bottom: 50px;
        width: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
	.b25{
		bottom: 30px;
	}
	.b35{
		bottom: 35px;
	}
    .radio-non{
        display: none;
    }
    .selected .input_radio:not(:checked) + .radio_label img {
        opacity: 0.7;
    }
    .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;
    }
	
	input[type="radio"] { display: none; }
	label::before {
		position: absolute;
		content: "";
		top: 10px;
		left: 10px;
		width: 20px;
		height: 20px;
		border-radius: 1px;
		background: #fff;
		box-sizing: border-box;
	}
	label::after {
		position: absolute;
		content: "";
		top: 13px;
		left: 13px;
		width: 14px;
		height: 14px;
		background: #dfbe99;
		border-radius: 1px;
		transform: scale(0);
		transition: transform 0.5s;
	}
	input:checked + label::after {
		transform: scale(1);
	}
	/* ホバーアクションを追加 */
	label:hover::after {
		transform: scale(1);
		background: #dfbe99;
	}

    /* bottom_sign_wrap */
    .bottom_sign_wrap {
        margin-top: 10%;
        text-align: center;
    }
    .bottom_sign {
        width: 200px;
        height: auto;
    }

	/*タブ切り替え全体のスタイル*/
	.tabs {
		padding-bottom: 7%;
		background-color: #fff;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	/*タブのスタイル*/
	.tab-data{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.tab_item {
		width: 25%;
		font-weight: bold;
		transition: all 0.2s ease;
		cursor: pointer;
	}
	.tab_item:hover {
		opacity: 0.5;
	}
	.tab_item .img{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.tab_item .txt01{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 1px;
		font-weight: normal;
		color: #000;
		font-family:"utile-display",sans-serif;
		font-weight: 300;
		font-style: normal;
		white-space: nowrap;
	}
	.tab_item .txt02{
		width: 100%;
		text-align: center;
		font-size: 10px;
		letter-spacing: 4px;
		font-weight: normal;
		color: #000;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"],
	input[id="all"],
	input[id="soutien_collar_tab"],
	input[id="stand_collar_tab"],
	input[id="hood_content_tab"] {
		display: none !important;
	}
	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		clear: both;
		position: relative;
	}
	/*選択されているタブのコンテンツのみを表示*/
	#all:checked ~ #all_content,
	#soutien_collar_tab:checked ~ #soutien_collar_tab,
	#stand_collar_tab:checked ~ #stand_collar_tab,
	#hood_content_tab:checked ~ #hood_content_tab {
		display: block;
	}
	/*選択されているタブのスタイルを変える*/
	#all:checked ~ .tab-data .tab_item[for="all"],
	#soutien_collar_tab:checked ~ .tab-data .tab_item[for="soutien_collar_tab"],
	#stand_collar_tab:checked ~ .tab-data .tab_item[for="stand_collar_tab"],
	#hood_content_tab:checked ~ .tab-data .tab_item[for="hood_content_tab"] {
		opacity: .5;
	}

	.side-nav-icon{
		width: max-content;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 2%;
		border-left: 1px solid #000;
		padding: 10px 0 10px 20px;
		line-height: 0;
	}
	.side-nav-icon img{
		height: 15px;
		display: block;
	}

	/* side-nav */
	#side-nav,
	#side-nav02,
	#side-nav03,
	#side-nav04 {
		width: 100%;
		position: sticky;
		z-index: 99;
		top: 0%;
		left: 10px;
		background: rgba(239, 227, 216, .9);
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}

	#side-nav nav .side-nav-in,
	#side-nav02 nav .side-nav-in,
	#side-nav03 nav .side-nav-in,
	#side-nav04 nav .side-nav-in {
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}

	#side-nav nav .side-nav-in li,
	#side-nav02 nav .side-nav-in li,
	#side-nav03 nav .side-nav-in li,
	#side-nav04 nav .side-nav-in li {
		width: 12.5%;
		display: block;
		position: relative;
		box-sizing: border-box;
		text-align: center;
		margin: 0 20px;
	}

	#side-nav nav .side-nav-in li a,
	#side-nav02 nav .side-nav-in li a,
	#side-nav03 nav .side-nav-in li a,
	#side-nav04 nav .side-nav-in li a {
		width: 100%;
		margin: 0 auto;
		display: block;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
		color: #fff;
		font-size: 30px;
		letter-spacing: 3px;
		text-decoration: none;
		padding: 15px 0 20px 0;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		line-height: 1.2em;
	}

	#side-nav nav .side-nav-in li a .line,
	#side-nav02 nav .side-nav-in li a .line,
	#side-nav03 nav .side-nav-in li a .line,
	#side-nav04 nav .side-nav-in li a .line {
		width: 100%;
		height: 1px;
		background: #000;
		position: relative;
		left: -2px;
		opacity: 0;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li a::after,
	#side-nav02 nav .side-nav-in li a::after,
	#side-nav03 nav .side-nav-in li a::after,
	#side-nav04 nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li.current a,
	#side-nav02 nav .side-nav-in li.current a,
	#side-nav03 nav .side-nav-in li.current a,
	#side-nav04 nav .side-nav-in li.current a {
		opacity: 1;
		transition: .3s;
		color: #000;
	}

	#side-nav nav .side-nav-in li.current a::after,
	#side-nav02 nav .side-nav-in li.current a::after,
	#side-nav03 nav .side-nav-in li.current a::after,
	#side-nav04 nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li a:hover,
	#side-nav02 nav .side-nav-in li a:hover,
	#side-nav03 nav .side-nav-in li a:hover,
	#side-nav04 nav .side-nav-in li a:hover {
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		color: #000;
	}

	#side-nav nav .side-nav-in li.current a .line,
	#side-nav02 nav .side-nav-in li.current a .line,
	#side-nav03 nav .side-nav-in li.current a .line,
	#side-nav04 nav .side-nav-in li.current a .line,
	#side-nav nav .side-nav-in li a:hover .line,
	#side-nav02 nav .side-nav-in li a:hover .line,
	#side-nav03 nav .side-nav-in li a:hover .line,
	#side-nav04 nav .side-nav-in li a:hover .line {
		opacity: 1;
		transition: .3s;
	}
	
	.tab_item::before {
		display: none !important;
    }
	.tab_item::after {
		display: none !important;
    }

	/* section-box */
	.section-box{
		width: 100%;
	}

	/* item */
	.item{
		width: 70%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 5% 0 0 0;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item .data .limit{
		width: 50%;
		margin: 0 0 7% 0;
		line-height: 0;
	}
	.item .data .num{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 10% 0;
	}
	.item .data .num li:nth-child(1){
		width: 25%;
		font-family: "baskerville-urw", serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.2em;
		font-size: 45px;
		letter-spacing: 3px;
		padding: 2% 0 0 0;
	}
	.item .data .num li:nth-child(2){
		width: 75%;
		border-left: 1px solid #000;
		padding: 5% 0 5% 10%;
		box-sizing: border-box;
	}
	.item .data .line01{
		width: 75%;
		height: 10px;
		background: #ada69e;
		margin: 0 0 5% 25%;
	}
	.item .data .line02{
		width: 75%;
		height: 10px;
		background: #a4a8b6;
		margin: 0 0 5% 25%;
	}
	.item .data .line03{
		width: 75%;
		height: 10px;
		background: #000000;
		margin: 0 0 5% 25%;
	}
	.item .data .line04{
		width: 75%;
		height: 10px;
		background: #797274;
		margin: 0 0 5% 25%;
	}
	.item .data .line05{
		width: 75%;
		height: 10px;
		background: #2f5977;
		margin: 0 0 5% 25%;
	}
	.item .data .line06{
		width: 75%;
		height: 10px;
		background: #bd987d;
		margin: 0 0 5% 25%;
	}
	.item .data .line07{
		width: 75%;
		height: 10px;
		background: #82999f;
		margin: 0 0 5% 25%;
	}
	.item .data .line08{
		width: 75%;
		height: 10px;
		background: #1f2e55;
		margin: 0 0 5% 25%;
	}
	.item .data .sub{
		width: 100%;
		height: 15px;
		position: relative;
		margin: 0 0 20% 0;
		line-height: 0;
	}
	.item .data .sub .color{
		width: max-content;
		height: 15px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.item .data .sub .color img{
		height: 15px;
	}

	/* an-btn */
	.an-btn{
		width: 50%;
		margin: 0 auto 3% auto;
		display: block;
		background: #f9f9f9;
		position: relative;
	}
	.an-btn .data{
		width: 25%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.an-btn .data .txt01{
		width: 100%;
		line-height: 0;
		margin: 0 0 10% 0;
	}
	.an-btn .data .txt02{
		width: 100%;
		line-height: 0;
	}
	.an-btn .data .line{
		width: 100%;
		height: 1px;
		background: #dadadb;
		position: relative;
		margin: 0 0 15% 0;
	}
	.an-btn .data .line .on{
		width: 50%;
		height: 3px;
		background: #dfbe99;
		position: absolute;
		top: -1px;
		left: 0;
		z-index: 3;
		transition: .3s;
	}
	.an-btn:hover .data .line .on{
		width: 100%;
		transition: .3s;
	}

	.an-btn02{
		width: 50%;
		margin: 0 auto 7% auto;
		display: block;
		background: #f9f9f9;
		position: relative;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		font-size: 10px;
		margin: 0 0 0 5px;
		position: relative;
		top: -2px;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 10px 0;
		opacity: .5;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .5);
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #000;
		color: #fff;
	}

	.cart-btm .btn00-t{
		font-size: 9px;
		line-height: 1.5em;
		width: 90px;
		padding: 6px 0 6px 0;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .5);
		display: inline-block;
		text-align: center;
		color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c1c5c8;
		border: .5px solid #c1c5c8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #c1c5c8;
		color: #000;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #5b6fa5;
		border: .5px solid #5b6fa5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #5b6fa5;
		color: #5b6fa5;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c1c5c8;
		border: .5px solid #c1c5c8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #c1c5c8;
		color: #c1c5c8;
	}

	.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);
	}
	.cart-btm02: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;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px;
		line-height: 0;
    }

	.header{
		width: 90%;
		margin: 0 auto 0 auto;
		box-sizing: border-box;
		position: relative;
	}
	.mv-logo{
		width: 4%;
		position: absolute;
		right: 1%;
		top: 2%;
		z-index: 20;
		line-height: 0;
	}
	.header .img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}

	.header .title-box{
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.header .title-box .title01{
		width: 50%;
		position: relative;
		left: 5%;
		margin: 0 0 3% 0;
	}
	.header .title-box .title01 li:nth-child(1){
		width: 100%;
		margin: 0 0 5% 0;
	}
	.header .title-box .title-box-in{
		width: 100%;
		background: rgba(255, 255, 255, .8);
		position: relative;
		padding: 2% 0;
	}
	.header .title-box .title-box-in .title02{
		width: 65%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		left: 5%;
	}
	.header .title-box .title-box-in .title02 li:nth-child(1){
		width: 60%;
		overflow: hidden;
	}
	.header .title-box .title-box-in .title02 li:nth-child(2){
		width: 35%;
		overflow: hidden;
	}
	.header .title03{
		width: 28%;
		position: absolute;
		bottom: 7%;
		right: 2%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		padding: 3% 0 5% 0;
	}
	.read .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 20px;
		letter-spacing: 4px;
		line-height: 3em;
		text-align: center;
		margin: 0 auto 3% auto;
	}
	.read .day{
		width: 55%;
		margin: 0 auto;
	}

	/* customize-top */
	.customize-top{
		width: 100%;
		position: relative;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(239, 227, 216, .3) 85%, rgba(239, 227, 216, .3) 100%);
	}
	.customize-top .icon{
		width: 10%;
		margin: 0 auto 1% auto;
	}
	.customize-top .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 4px;
		text-align: center;
		margin: 0 auto 1% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 0 auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #28405E;
		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;
		}
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		background: rgba(239, 227, 216, 0.3);
		padding: 5% 0 5% 0;
		margin: 0 0 10% 0;
		position: relative;
	}
	.wrap-in{
		width: 80%;
		background: #fff;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 10% 5% 0 5%;
	}

	.fix-nav-top{
		width: 4%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 2%;
		padding: 100px 0 100px 0;
		box-sizing: border-box;
	}
	.fix-nav-top-in{
		width: 100%;
		position: sticky;
		top: 10%;
	}
	.fix-nav-top-in li{
		background: #fff;
		border-radius: 100px;
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.fix-nav-top-in li:first-child{
		margin: 0 0 30px 0;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.door .num{
		width: 11%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .num .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .sub-title{
		width: 30%;
		position: relative;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.door .main-title{
		width: 100%;
		text-align: center;
		font-size: 45px;
        letter-spacing: 10px;
        line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
		left: 10px;
	}
	.door .side-title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 0;
	}
	.door .side-title img{
		height: 40px;
	}

	/*customize_steps*/
	.customize_steps {
        position: relative;
        width: 80%;
        margin: 0px auto;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 24%;
        position: relative;
		box-sizing: border-box;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 24%!important;
		padding: 0!important;
		box-sizing: border-box;
		margin: 0!important;
        position: relative;
    }

    /* customize_steps */
    .customize_steps_txt {
        font-size: 18px;
        line-height: 2.2;
		margin: 5% 0 5% 0;
        text-align: center;
        letter-spacing: 0.15em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    .customize_steps_txt span{
        font-size: 30px;
        line-height: 2.2;
        margin-top: 5%;
        text-align: center;
        letter-spacing: 0.15em;
        display: block;
    }
    .dash_border {
        height: 2px;
        position: relative;
    }
	.step{
		margin: 0 0 15% 0;
		position: relative;
	}
	.step-end{
		margin: 0 0 4% 0;
		position: relative;
	}
    
    .step_sbuttl {
        margin-top: 4%;
        text-align: center;
    }
    .step_sbuttl_en {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        font-family: Helvetica, serif;
    }
    .step_sbuttl_jp {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        position: relative;
        margin-top: 2%;
        letter-spacing: 5px;
    }
    .step_sbuttl_jp:before {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        left: -45px;
        margin-top: -1px;
    }
    .step_sbuttl_jp:after {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        right: -45px;
        margin-top: -1px;
    }
    .smp{
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 5% auto;
    }
	
    .radio_txt {
		font-family:"utile-display",sans-serif;
		font-weight:300;
		font-style:normal;
        display: block;
        font-size: 26px;
		letter-spacing: 2px;
		line-height: 1.2em;
		margin: 5% 0 0 0;
    }
	.radio_txt03 {
		font-family:"utile-display",sans-serif;
		font-weight:300;
		font-style:normal;
        display: block;
        font-size: 26px;
		letter-spacing: 2px;
		margin: 5% 0 0 0;
    }
	.radio_txt02 {
        display: block;
        font-size: 10px;
		letter-spacing: 3px;
		font-weight: 500;
		margin: 10px 0 0 0;
    }
	.limited_txt {
		width: 8%;
        position: absolute;
        top: 3%;
        right: 4%;
        z-index: 99;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }
    .step_last_btn {
        width: 40%;
        background: #fff;
        color: #000;
		border: 1px solid #000;
        display: block;
        margin: 5% auto 0 auto;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        font-size: 20px;
        letter-spacing: 5px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        line-height: 1;
        padding: 1.5% 0;
		transition: .3s;
    }
	.step_last_btn{
		position: relative;
		overflow: hidden;
		text-decoration: none;
		display: block;
		border: 1px solid #000;
		text-align: center;
		outline: none;
		transition: ease .2s;
	}

	/*ボタン内spanの形状*/
	.step_last_btn span {
		position: relative;
		z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
		color:#000;
	}
	.step_last_btn:hover span{
		color:#fff;
	}

	/*== 背景が流れる（左から右） */
	.bgleft:before {
		content: '';
		/*絶対配置で位置を指定*/
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		/*色や形状*/
		background:#000;/*背景色*/
		width: 100%;
		height: 100%;
		/*アニメーション*/
		transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		transform: scale(0, 1);
		transform-origin: right top;
	}

	/*hoverした際の形状*/
	.bgleft:hover:before{
		transform-origin:left top;
		transform:scale(1, 1);
	}
	
	.arrow{
		width: 7px;
		margin: 0 auto;
	}
	.arrow li{
		width: 7px;
		height: 7px;
		border-radius: 10px;
		display: block;
		margin: 0 auto 13px auto;
	}
	.arrow li:nth-child(1){
		background: rgba(223, 190, 153, 1);
	}
	.arrow li:nth-child(2){
		background: rgba(223, 190, 153, .8);
	}
	.arrow li:nth-child(3){
		background: rgba(223, 190, 153, .6);
	}
	.arrow li:nth-child(4){
		background: rgba(223, 190, 153, .4);
	}
	.arrow li:nth-child(5){
		background: rgba(223, 190, 153, .2);
	}
	
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }

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

    /* rario関連 */
	input[type="radio"] , input[type="checkbox"]{
		width: 1.5em;
		height: 1.5em;
	}
    .input_radio {
        position: absolute;
        bottom: 50px;
        width: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
	.b25{
		bottom: 30px;
	}
	.b35{
		bottom: 35px;
	}
    .radio-non{
        display: none;
    }
    .selected .input_radio:not(:checked) + .radio_label img {
        opacity: 0.7;
    }
    .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;
    }
	
	input[type="radio"] { display: none; }
	label::before {
		position: absolute;
		content: "";
		top: 10px;
		left: 10px;
		width: 20px;
		height: 20px;
		border-radius: 1px;
		background: #fff;
		box-sizing: border-box;
	}
	label::after {
		position: absolute;
		content: "";
		top: 13px;
		left: 13px;
		width: 14px;
		height: 14px;
		background: #dfbe99;
		border-radius: 1px;
		transform: scale(0);
		transition: transform 0.5s;
	}
	input:checked + label::after {
		transform: scale(1);
	}
	/* ホバーアクションを追加 */
	label:hover::after {
		transform: scale(1);
		background: #dfbe99;
	}

    /* bottom_sign_wrap */
    .bottom_sign_wrap {
        margin-top: 10%;
        text-align: center;
    }
    .bottom_sign {
        width: 200px;
        height: auto;
    }

	/*タブ切り替え全体のスタイル*/
	.tabs {
		padding-bottom: 7%;
		background-color: #fff;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	/*タブのスタイル*/
	.tab-data{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.tab_item {
		width: 25%;
		font-weight: bold;
		transition: all 0.2s ease;
		cursor: pointer;
	}
	.tab_item:hover {
		opacity: 0.5;
	}
	.tab_item .img{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.tab_item .txt01{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 1px;
		font-weight: normal;
		color: #000;
		font-family:"utile-display",sans-serif;
		font-weight: 300;
		font-style: normal;
		white-space: nowrap;
	}
	.tab_item .txt02{
		width: 100%;
		text-align: center;
		font-size: 10px;
		letter-spacing: 4px;
		font-weight: normal;
		color: #000;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"],
	input[id="all"],
	input[id="soutien_collar_tab"],
	input[id="stand_collar_tab"],
	input[id="hood_content_tab"] {
		display: none !important;
	}
	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		clear: both;
		position: relative;
	}
	/*選択されているタブのコンテンツのみを表示*/
	#all:checked ~ #all_content,
	#soutien_collar_tab:checked ~ #soutien_collar_tab,
	#stand_collar_tab:checked ~ #stand_collar_tab,
	#hood_content_tab:checked ~ #hood_content_tab {
		display: block;
	}
	/*選択されているタブのスタイルを変える*/
	#all:checked ~ .tab-data .tab_item[for="all"],
	#soutien_collar_tab:checked ~ .tab-data .tab_item[for="soutien_collar_tab"],
	#stand_collar_tab:checked ~ .tab-data .tab_item[for="stand_collar_tab"],
	#hood_content_tab:checked ~ .tab-data .tab_item[for="hood_content_tab"] {
		opacity: .5;
	}

	.side-nav-icon{
		width: max-content;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 2%;
		border-left: 1px solid #000;
		padding: 10px 0 10px 20px;
		line-height: 0;
	}
	.side-nav-icon img{
		height: 15px;
		display: block;
	}

	/* side-nav */
	#side-nav,
	#side-nav02,
	#side-nav03,
	#side-nav04 {
		width: 100%;
		position: sticky;
		z-index: 99;
		top: 0%;
		left: 10px;
		background: rgba(239, 227, 216, .9);
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}

	#side-nav nav .side-nav-in,
	#side-nav02 nav .side-nav-in,
	#side-nav03 nav .side-nav-in,
	#side-nav04 nav .side-nav-in {
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}

	#side-nav nav .side-nav-in li,
	#side-nav02 nav .side-nav-in li,
	#side-nav03 nav .side-nav-in li,
	#side-nav04 nav .side-nav-in li {
		width: 12.5%;
		display: block;
		position: relative;
		box-sizing: border-box;
		text-align: center;
		margin: 0 20px;
	}

	#side-nav nav .side-nav-in li a,
	#side-nav02 nav .side-nav-in li a,
	#side-nav03 nav .side-nav-in li a,
	#side-nav04 nav .side-nav-in li a {
		width: 100%;
		margin: 0 auto;
		display: block;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
		color: #fff;
		font-size: 30px;
		letter-spacing: 3px;
		text-decoration: none;
		padding: 15px 0 20px 0;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		line-height: 1.2em;
	}

	#side-nav nav .side-nav-in li a .line,
	#side-nav02 nav .side-nav-in li a .line,
	#side-nav03 nav .side-nav-in li a .line,
	#side-nav04 nav .side-nav-in li a .line {
		width: 100%;
		height: 1px;
		background: #000;
		position: relative;
		left: -2px;
		opacity: 0;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li a::after,
	#side-nav02 nav .side-nav-in li a::after,
	#side-nav03 nav .side-nav-in li a::after,
	#side-nav04 nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li.current a,
	#side-nav02 nav .side-nav-in li.current a,
	#side-nav03 nav .side-nav-in li.current a,
	#side-nav04 nav .side-nav-in li.current a {
		opacity: 1;
		transition: .3s;
		color: #000;
	}

	#side-nav nav .side-nav-in li.current a::after,
	#side-nav02 nav .side-nav-in li.current a::after,
	#side-nav03 nav .side-nav-in li.current a::after,
	#side-nav04 nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li a:hover,
	#side-nav02 nav .side-nav-in li a:hover,
	#side-nav03 nav .side-nav-in li a:hover,
	#side-nav04 nav .side-nav-in li a:hover {
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		color: #000;
	}

	#side-nav nav .side-nav-in li.current a .line,
	#side-nav02 nav .side-nav-in li.current a .line,
	#side-nav03 nav .side-nav-in li.current a .line,
	#side-nav04 nav .side-nav-in li.current a .line,
	#side-nav nav .side-nav-in li a:hover .line,
	#side-nav02 nav .side-nav-in li a:hover .line,
	#side-nav03 nav .side-nav-in li a:hover .line,
	#side-nav04 nav .side-nav-in li a:hover .line {
		opacity: 1;
		transition: .3s;
	}
	
	.tab_item::before {
		display: none !important;
    }
	.tab_item::after {
		display: none !important;
    }

	/* section-box */
	.section-box{
		width: 100%;
	}

	/* item */
	.item{
		width: 80%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 5% 0 0 0;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item .data .limit{
		width: 50%;
		margin: 0 0 7% 0;
		line-height: 0;
	}
	.item .data .num{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 10% 0;
	}
	.item .data .num li:nth-child(1){
		width: 25%;
		font-family: "baskerville-urw", serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1em;
		font-size: 40px;
		letter-spacing: 3px;
		padding: 2% 0 0 0;
	}
	.item .data .num li:nth-child(2){
		width: 75%;
		border-left: 1px solid #000;
		padding: 5% 0 5% 10%;
		box-sizing: border-box;
	}
	.item .data .line01{
		width: 75%;
		height: 10px;
		background: #ada69e;
		margin: 0 0 5% 25%;
	}
	.item .data .line02{
		width: 75%;
		height: 10px;
		background: #a4a8b6;
		margin: 0 0 5% 25%;
	}
	.item .data .line03{
		width: 75%;
		height: 10px;
		background: #000000;
		margin: 0 0 5% 25%;
	}
	.item .data .line04{
		width: 75%;
		height: 10px;
		background: #797274;
		margin: 0 0 5% 25%;
	}
	.item .data .line05{
		width: 75%;
		height: 10px;
		background: #2f5977;
		margin: 0 0 5% 25%;
	}
	.item .data .line06{
		width: 75%;
		height: 10px;
		background: #bd987d;
		margin: 0 0 5% 25%;
	}
	.item .data .line07{
		width: 75%;
		height: 10px;
		background: #82999f;
		margin: 0 0 5% 25%;
	}
	.item .data .line08{
		width: 75%;
		height: 10px;
		background: #1f2e55;
		margin: 0 0 5% 25%;
	}
	.item .data .sub{
		width: 100%;
		height: 15px;
		position: relative;
		margin: 0 0 20% 0;
		line-height: 0;
	}
	.item .data .sub .color{
		width: max-content;
		height: 15px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.item .data .sub .color img{
		height: 15px;
	}

	/* an-btn */
	.an-btn{
		width: 50%;
		margin: 0 auto 3% auto;
		display: block;
		background: #f9f9f9;
		position: relative;
	}
	.an-btn .data{
		width: 25%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.an-btn .data .txt01{
		width: 100%;
		line-height: 0;
		margin: 0 0 10% 0;
	}
	.an-btn .data .txt02{
		width: 100%;
		line-height: 0;
	}
	.an-btn .data .line{
		width: 100%;
		height: 1px;
		background: #dadadb;
		position: relative;
		margin: 0 0 15% 0;
	}
	.an-btn .data .line .on{
		width: 50%;
		height: 3px;
		background: #dfbe99;
		position: absolute;
		top: -1px;
		left: 0;
		z-index: 3;
		transition: .3s;
	}
	.an-btn:hover .data .line .on{
		width: 100%;
		transition: .3s;
	}

	.an-btn02{
		width: 50%;
		margin: 0 auto 7% auto;
		display: block;
		background: #f9f9f9;
		position: relative;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		font-size: 10px;
		margin: 0 0 0 5px;
		position: relative;
		top: -2px;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 10px 0;
		opacity: .5;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .5);
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #000;
		color: #fff;
	}

	.cart-btm .btn00-t{
		font-size: 9px;
		line-height: 1.5em;
		width: 90px;
		padding: 6px 0 6px 0;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .5);
		display: inline-block;
		text-align: center;
		color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c1c5c8;
		border: .5px solid #c1c5c8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #c1c5c8;
		color: #000;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #5b6fa5;
		border: .5px solid #5b6fa5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #5b6fa5;
		color: #5b6fa5;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c1c5c8;
		border: .5px solid #c1c5c8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #c1c5c8;
		color: #c1c5c8;
	}

	.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);
	}
	.cart-btm02: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;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px;
		line-height: 0;
    }

	.header{
		width: 90%;
		margin: 0 auto 0 auto;
		box-sizing: border-box;
		position: relative;
	}
	.mv-logo{
		width: 4%;
		position: absolute;
		right: 1%;
		top: 2%;
		z-index: 20;
		line-height: 0;
	}
	.header .img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}

	.header .title-box{
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.header .title-box .title01{
		width: 50%;
		position: relative;
		left: 5%;
		margin: 0 0 3% 0;
	}
	.header .title-box .title01 li:nth-child(1){
		width: 100%;
		margin: 0 0 5% 0;
	}
	.header .title-box .title-box-in{
		width: 100%;
		background: rgba(255, 255, 255, .8);
		position: relative;
		padding: 2% 0;
	}
	.header .title-box .title-box-in .title02{
		width: 65%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		left: 5%;
	}
	.header .title-box .title-box-in .title02 li:nth-child(1){
		width: 60%;
		overflow: hidden;
	}
	.header .title-box .title-box-in .title02 li:nth-child(2){
		width: 35%;
		overflow: hidden;
	}
	.header .title03{
		width: 28%;
		position: absolute;
		bottom: 7%;
		right: 2%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		padding: 5% 0 10% 0;
	}
	.read .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 20px;
		letter-spacing: 4px;
		line-height: 3em;
		text-align: center;
		margin: 0 auto 6% auto;
	}
	.read .day{
		width: 75%;
		margin: 0 auto;
	}

	/* customize-top */
	.customize-top{
		width: 100%;
		position: relative;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(239, 227, 216, .3) 85%, rgba(239, 227, 216, .3) 100%);
	}
	.customize-top .icon{
		width: 15%;
		margin: 0 auto 1% auto;
	}
	.customize-top .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 4px;
		text-align: center;
		margin: 0 auto 1% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 0 auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #28405E;
		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;
		}
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		background: rgba(239, 227, 216, 0.3);
		padding: 5% 0 5% 0;
		margin: 0 0 10% 0;
		position: relative;
	}
	.wrap-in{
		width: 80%;
		background: #fff;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 10% 5% 0 5%;
	}

	.fix-nav-top{
		display: none;
	}
	.fix-nav-top-in{
		width: 100%;
		position: sticky;
		top: 10%;
	}
	.fix-nav-top-in li{
		background: #fff;
		border-radius: 100px;
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.fix-nav-top-in li:first-child{
		margin: 0 0 30px 0;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.door .num{
		width: 11%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .num .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .sub-title{
		width: 30%;
		position: relative;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.door .main-title{
		width: 100%;
		text-align: center;
		font-size: 35px;
        letter-spacing: 10px;
        line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
		left: 10px;
	}
	.door .side-title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 0;
	}
	.door .side-title img{
		height: 30px;
	}

	/*customize_steps*/
	.customize_steps {
        position: relative;
        width: 90%;
        margin: 0px auto;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 24%;
        position: relative;
		box-sizing: border-box;
		margin: 0 0 5% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 24%!important;
		padding: 0!important;
		box-sizing: border-box;
		margin: 0!important;
        position: relative;
    }

    /* customize_steps */
    .customize_steps_txt {
        font-size: 18px;
        line-height: 2.2;
		margin: 5% 0 5% 0;
        text-align: center;
        letter-spacing: 0.15em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    .customize_steps_txt span{
        font-size: 30px;
        line-height: 2.2;
        margin-top: 5%;
        text-align: center;
        letter-spacing: 0.15em;
        display: block;
    }
    .dash_border {
        height: 2px;
        position: relative;
    }
	.step{
		margin: 0 0 15% 0;
		position: relative;
	}
	.step-end{
		margin: 0 0 4% 0;
		position: relative;
	}
    
    .step_sbuttl {
        margin-top: 4%;
        text-align: center;
    }
    .step_sbuttl_en {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        font-family: Helvetica, serif;
    }
    .step_sbuttl_jp {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        position: relative;
        margin-top: 2%;
        letter-spacing: 5px;
    }
    .step_sbuttl_jp:before {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        left: -45px;
        margin-top: -1px;
    }
    .step_sbuttl_jp:after {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        right: -45px;
        margin-top: -1px;
    }
    .smp{
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 5% auto;
    }
	
    .radio_txt {
		font-family:"utile-display",sans-serif;
		font-weight:300;
		font-style:normal;
        display: block;
        font-size: 26px;
		letter-spacing: 2px;
		line-height: 1.2em;
		margin: 5% 0 0 0;
    }
	.radio_txt03 {
		font-family:"utile-display",sans-serif;
		font-weight:300;
		font-style:normal;
        display: block;
        font-size: 26px;
		letter-spacing: 2px;
		margin: 5% 0 0 0;
    }
	.radio_txt02 {
        display: block;
        font-size: 10px;
		letter-spacing: 3px;
		font-weight: 500;
		margin: 10px 0 0 0;
    }
	.limited_txt {
		width: 8%;
        position: absolute;
        top: 3%;
        right: 4%;
        z-index: 99;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }
    .step_last_btn {
        width: 40%;
        background: #fff;
        color: #000;
		border: 1px solid #000;
        display: block;
        margin: 5% auto 0 auto;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        font-size: 20px;
        letter-spacing: 5px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        line-height: 1;
        padding: 1.5% 0;
		transition: .3s;
    }
	.step_last_btn{
		position: relative;
		overflow: hidden;
		text-decoration: none;
		display: block;
		border: 1px solid #000;
		text-align: center;
		outline: none;
		transition: ease .2s;
	}

	/*ボタン内spanの形状*/
	.step_last_btn span {
		position: relative;
		z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
		color:#000;
	}
	.step_last_btn:hover span{
		color:#fff;
	}

	/*== 背景が流れる（左から右） */
	.bgleft:before {
		content: '';
		/*絶対配置で位置を指定*/
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		/*色や形状*/
		background:#000;/*背景色*/
		width: 100%;
		height: 100%;
		/*アニメーション*/
		transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		transform: scale(0, 1);
		transform-origin: right top;
	}

	/*hoverした際の形状*/
	.bgleft:hover:before{
		transform-origin:left top;
		transform:scale(1, 1);
	}
	
	.arrow{
		width: 7px;
		margin: 0 auto;
	}
	.arrow li{
		width: 7px;
		height: 7px;
		border-radius: 10px;
		display: block;
		margin: 0 auto 13px auto;
	}
	.arrow li:nth-child(1){
		background: rgba(223, 190, 153, 1);
	}
	.arrow li:nth-child(2){
		background: rgba(223, 190, 153, .8);
	}
	.arrow li:nth-child(3){
		background: rgba(223, 190, 153, .6);
	}
	.arrow li:nth-child(4){
		background: rgba(223, 190, 153, .4);
	}
	.arrow li:nth-child(5){
		background: rgba(223, 190, 153, .2);
	}
	
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }

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

    /* rario関連 */
	input[type="radio"] , input[type="checkbox"]{
		width: 1.5em;
		height: 1.5em;
	}
    .input_radio {
        position: absolute;
        bottom: 50px;
        width: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
	.b25{
		bottom: 30px;
	}
	.b35{
		bottom: 35px;
	}
    .radio-non{
        display: none;
    }
    .selected .input_radio:not(:checked) + .radio_label img {
        opacity: 0.7;
    }
    .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;
    }
	
	input[type="radio"] { display: none; }
	label::before {
		position: absolute;
		content: "";
		top: 10px;
		left: 10px;
		width: 20px;
		height: 20px;
		border-radius: 1px;
		background: #fff;
		box-sizing: border-box;
	}
	label::after {
		position: absolute;
		content: "";
		top: 13px;
		left: 13px;
		width: 14px;
		height: 14px;
		background: #dfbe99;
		border-radius: 1px;
		transform: scale(0);
		transition: transform 0.5s;
	}
	input:checked + label::after {
		transform: scale(1);
	}
	/* ホバーアクションを追加 */
	label:hover::after {
		transform: scale(1);
		background: #dfbe99;
	}

    /* bottom_sign_wrap */
    .bottom_sign_wrap {
        margin-top: 10%;
        text-align: center;
    }
    .bottom_sign {
        width: 200px;
        height: auto;
    }

	/*タブ切り替え全体のスタイル*/
	.tabs {
		padding-bottom: 7%;
		background-color: #fff;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	/*タブのスタイル*/
	.tab-data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.tab_item {
		width: 25%;
		font-weight: bold;
		transition: all 0.2s ease;
		cursor: pointer;
	}
	.tab_item:hover {
		opacity: 0.5;
	}
	.tab_item .img{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.tab_item .txt01{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 1px;
		font-weight: normal;
		color: #000;
		font-family:"utile-display",sans-serif;
		font-weight: 300;
		font-style: normal;
		white-space: nowrap;
	}
	.tab_item .txt02{
		width: 100%;
		text-align: center;
		font-size: 10px;
		letter-spacing: 4px;
		font-weight: normal;
		color: #000;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"],
	input[id="all"],
	input[id="soutien_collar_tab"],
	input[id="stand_collar_tab"],
	input[id="hood_content_tab"] {
		display: none !important;
	}
	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		clear: both;
		position: relative;
	}
	/*選択されているタブのコンテンツのみを表示*/
	#all:checked ~ #all_content,
	#soutien_collar_tab:checked ~ #soutien_collar_tab,
	#stand_collar_tab:checked ~ #stand_collar_tab,
	#hood_content_tab:checked ~ #hood_content_tab {
		display: block;
	}
	/*選択されているタブのスタイルを変える*/
	#all:checked ~ .tab-data .tab_item[for="all"],
	#soutien_collar_tab:checked ~ .tab-data .tab_item[for="soutien_collar_tab"],
	#stand_collar_tab:checked ~ .tab-data .tab_item[for="stand_collar_tab"],
	#hood_content_tab:checked ~ .tab-data .tab_item[for="hood_content_tab"] {
		opacity: .5;
	}

	.side-nav-icon{
		width: max-content;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 2%;
		border-left: 1px solid #000;
		padding: 10px 0 10px 20px;
		line-height: 0;
	}
	.side-nav-icon img{
		height: 15px;
		display: block;
	}

	/* side-nav */
	#side-nav,
	#side-nav02,
	#side-nav03,
	#side-nav04 {
		width: 100%;
		position: sticky;
		z-index: 99;
		top: 0%;
		left: 10px;
		background: rgba(239, 227, 216, .9);
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}

	#side-nav nav .side-nav-in,
	#side-nav02 nav .side-nav-in,
	#side-nav03 nav .side-nav-in,
	#side-nav04 nav .side-nav-in {
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}

	#side-nav nav .side-nav-in li,
	#side-nav02 nav .side-nav-in li,
	#side-nav03 nav .side-nav-in li,
	#side-nav04 nav .side-nav-in li {
		width: 12.5%;
		display: block;
		position: relative;
		box-sizing: border-box;
		text-align: center;
		margin: 0 20px;
	}

	#side-nav nav .side-nav-in li a,
	#side-nav02 nav .side-nav-in li a,
	#side-nav03 nav .side-nav-in li a,
	#side-nav04 nav .side-nav-in li a {
		width: 100%;
		margin: 0 auto;
		display: block;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
		color: #fff;
		font-size: 30px;
		letter-spacing: 3px;
		text-decoration: none;
		padding: 15px 0 20px 0;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		line-height: 1.2em;
	}

	#side-nav nav .side-nav-in li a .line,
	#side-nav02 nav .side-nav-in li a .line,
	#side-nav03 nav .side-nav-in li a .line,
	#side-nav04 nav .side-nav-in li a .line {
		width: 100%;
		height: 1px;
		background: #000;
		position: relative;
		left: -2px;
		opacity: 0;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li a::after,
	#side-nav02 nav .side-nav-in li a::after,
	#side-nav03 nav .side-nav-in li a::after,
	#side-nav04 nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li.current a,
	#side-nav02 nav .side-nav-in li.current a,
	#side-nav03 nav .side-nav-in li.current a,
	#side-nav04 nav .side-nav-in li.current a {
		opacity: 1;
		transition: .3s;
		color: #000;
	}

	#side-nav nav .side-nav-in li.current a::after,
	#side-nav02 nav .side-nav-in li.current a::after,
	#side-nav03 nav .side-nav-in li.current a::after,
	#side-nav04 nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li a:hover,
	#side-nav02 nav .side-nav-in li a:hover,
	#side-nav03 nav .side-nav-in li a:hover,
	#side-nav04 nav .side-nav-in li a:hover {
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		color: #000;
	}

	#side-nav nav .side-nav-in li.current a .line,
	#side-nav02 nav .side-nav-in li.current a .line,
	#side-nav03 nav .side-nav-in li.current a .line,
	#side-nav04 nav .side-nav-in li.current a .line,
	#side-nav nav .side-nav-in li a:hover .line,
	#side-nav02 nav .side-nav-in li a:hover .line,
	#side-nav03 nav .side-nav-in li a:hover .line,
	#side-nav04 nav .side-nav-in li a:hover .line {
		opacity: 1;
		transition: .3s;
	}
	
	.tab_item::before {
		display: none !important;
    }
	.tab_item::after {
		display: none !important;
    }

	/* section-box */
	.section-box{
		width: 100%;
	}

	/* item */
	.item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 5% 0 0 0;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item .data .limit{
		width: 50%;
		margin: 0 0 7% 0;
		line-height: 0;
	}
	.item .data .num{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 10% 0;
	}
	.item .data .num li:nth-child(1){
		width: 25%;
		font-family: "baskerville-urw", serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1em;
		font-size: 40px;
		letter-spacing: 3px;
		padding: 2% 0 0 0;
	}
	.item .data .num li:nth-child(2){
		width: 75%;
		border-left: 1px solid #000;
		padding: 5% 0 5% 10%;
		box-sizing: border-box;
	}
	.item .data .line01{
		width: 70%;
		height: 10px;
		background: #ada69e;
		margin: 0 0 5% 30%;
	}
	.item .data .line02{
		width: 70%;
		height: 10px;
		background: #a4a8b6;
		margin: 0 0 5% 30%;
	}
	.item .data .line03{
		width: 70%;
		height: 10px;
		background: #000000;
		margin: 0 0 5% 30%;
	}
	.item .data .line04{
		width: 70%;
		height: 10px;
		background: #797274;
		margin: 0 0 5% 30%;
	}
	.item .data .line05{
		width: 70%;
		height: 10px;
		background: #2f5977;
		margin: 0 0 5% 30%;
	}
	.item .data .line06{
		width: 70%;
		height: 10px;
		background: #bd987d;
		margin: 0 0 5% 30%;
	}
	.item .data .line07{
		width: 70%;
		height: 10px;
		background: #82999f;
		margin: 0 0 5% 30%;
	}
	.item .data .line08{
		width: 70%;
		height: 10px;
		background: #1f2e55;
		margin: 0 0 5% 30%;
	}
	.item .data .sub{
		width: 100%;
		height: 15px;
		position: relative;
		margin: 0 0 20% 0;
		line-height: 0;
	}
	.item .data .sub .color{
		width: max-content;
		height: 15px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.item .data .sub .color img{
		height: 15px;
	}

	/* an-btn */
	.an-btn{
		width: 50%;
		margin: 0 auto 3% auto;
		display: block;
		background: #f9f9f9;
		position: relative;
	}
	.an-btn .data{
		width: 25%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.an-btn .data .txt01{
		width: 100%;
		line-height: 0;
		margin: 0 0 10% 0;
	}
	.an-btn .data .txt02{
		width: 100%;
		line-height: 0;
	}
	.an-btn .data .line{
		width: 100%;
		height: 1px;
		background: #dadadb;
		position: relative;
		margin: 0 0 15% 0;
	}
	.an-btn .data .line .on{
		width: 50%;
		height: 3px;
		background: #dfbe99;
		position: absolute;
		top: -1px;
		left: 0;
		z-index: 3;
		transition: .3s;
	}
	.an-btn:hover .data .line .on{
		width: 100%;
		transition: .3s;
	}

	.an-btn02{
		width: 50%;
		margin: 0 auto 7% auto;
		display: block;
		background: #f9f9f9;
		position: relative;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		font-size: 10px;
		margin: 0 0 0 5px;
		position: relative;
		top: -2px;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 10px 0;
		opacity: .5;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .5);
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #000;
		color: #fff;
	}

	.cart-btm .btn00-t{
		font-size: 9px;
		line-height: 1.5em;
		width: 90px;
		padding: 6px 0 6px 0;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .5);
		display: inline-block;
		text-align: center;
		color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c1c5c8;
		border: .5px solid #c1c5c8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #c1c5c8;
		color: #000;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #5b6fa5;
		border: .5px solid #5b6fa5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #5b6fa5;
		color: #5b6fa5;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c1c5c8;
		border: .5px solid #c1c5c8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #c1c5c8;
		color: #c1c5c8;
	}

	.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);
	}
	.cart-btm02: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;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
    
}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px;
		line-height: 0;
    }
	
	.header{
		width: 100%;
		margin: 0 auto 0 auto;
		position: relative;
		overflow: hidden;
	}
	.mv-logo{
		width: 16%;
		position: absolute;
		right: 2%;
		top: 2%;
		z-index: 20;
		line-height: 0;
	}
	.header .img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 0 !important;
	}
	.header .img-box .img{
		width: 50%;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 0 !important;
		overflow: hidden;
	}
	.header .title-box{
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 3%;
	}
	.header .title-box .title01{
		width: 70%;
		position: relative;
		left: 7.5%;
	}
	.header .title-box .title01 li:nth-child(1){
		width: 100%;
		margin: 0 0 7% 0;
	}

	.sp-mv{
		width: 100%;
		margin: 0 auto;
		padding: 7% 0;
	}
	.sp-mv .title02{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.sp-mv .title02 li:nth-child(1){
		width: 85%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.sp-mv .title02 li:nth-child(2){
		width: 70%;
		margin: 0 auto;
	}
	.sp-mv .title03{
		width: 90%;
		position: relative;
		left: 1%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		padding: 0 0 15% 0;
	}
	.read .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 16px;
        letter-spacing: 3px;
        line-height: 2.5em;
		text-align: center;
		margin: 0 auto 6% auto;
	}
	.read .day{
		width: 90%;
		margin: 0 auto;
	}

	/* customize-top */
	.customize-top{
		width: 100%;
		position: relative;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(239, 227, 216, .3) 85%, rgba(239, 227, 216, .3) 100%);
	}
	.customize-top .icon{
		width: 35%;
		margin: 0 auto 3% auto;
	}
	.customize-top .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 4px;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 0 auto;
        height: 80px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 80px;
		background: #28405E;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
		height:0;
		top:0;
		opacity: 0;
		}
		30%{
		height:40px;
		opacity: 1;
		}
		100%{
		height:0;
		top: 80px;
		opacity: 0;
		}
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		background: rgba(239, 227, 216, 0.3);
		padding: 5% 0 10% 0;
		margin: 0 0 15% 0;
		position: relative;
	}
	.wrap-in{
		width: 80%;
		background: #fff;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 10% 5% 0 5%;
	}

	.fix-nav-top{
		display: none;
	}
	.fix-nav-top-in{
		width: 100%;
		position: sticky;
		top: 10%;
	}
	.fix-nav-top-in li{
		background: #fff;
		border-radius: 100px;
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.fix-nav-top-in li:first-child{
		margin: 0 0 30px 0;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.door .num{
		width: 25%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .num .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .sub-title{
		width: 70%;
		position: relative;
		line-height: 0;
		left: 24%;
		margin: 0 0 7% 0;
	}
	.door .main-title{
		width: max-content;
		font-size: 30px;
        letter-spacing: 10px;
        line-height: 1em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
		left: 28%;
		margin: 0 0 5% 0;
	}
	.door .side-title{
		width: max-content;
		position: relative;
		left: 28%;
	}
	.door .side-title img{
		height: 20px;
	}

	/*customize_steps*/
	.customize_steps {
        position: relative;
        width: 90%;
        margin: 0px auto 7% auto;
    }
	.radio_group_wrap02 {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap {
        display: flex;
        justify-content: space-between;
        text-align: center;
		flex-wrap: wrap;
        font-size: 0;
        width: 100%;
    }
	.radio_group_wrap li {
        display: block;
        vertical-align: top;
        width: 48%;
        position: relative;
		box-sizing: border-box;
		margin: 0 0 7% 0;
    }
    .radio_group_wrap li.big {
        display: block;
        vertical-align: top;
        width: 48%!important;
		padding: 0!important;
		box-sizing: border-box;
		margin: 0 0 7% 0!important;
        position: relative;
    }

    /* customize_steps */
    .customize_steps_txt {
        font-size: 18px;
        line-height: 2.2;
		margin: 5% 0 5% 0;
        text-align: center;
        letter-spacing: 0.15em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    .customize_steps_txt span{
        font-size: 30px;
        line-height: 2.2;
        margin-top: 5%;
        text-align: center;
        letter-spacing: 0.15em;
        display: block;
    }
    .dash_border {
        height: 2px;
        position: relative;
    }
	.step{
		margin: 0 0 15% 0;
		position: relative;
	}
	.step-end{
		margin: 0 0 8% 0;
		position: relative;
	}
    
    .step_sbuttl {
        margin-top: 4%;
        text-align: center;
    }
    .step_sbuttl_en {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        font-family: Helvetica, serif;
    }
    .step_sbuttl_jp {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        position: relative;
        margin-top: 2%;
        letter-spacing: 5px;
    }
    .step_sbuttl_jp:before {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        left: -45px;
        margin-top: -1px;
    }
    .step_sbuttl_jp:after {
        content: '';
        display: block;
        border-top: 1px solid#000;
        width: 16px;
        position: absolute;
        top: 50%;
        right: -45px;
        margin-top: -1px;
    }
    .smp{
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 5% auto;
    }
	
    .radio_txt {
		font-family:"utile-display",sans-serif;
		font-weight:300;
		font-style:normal;
        display: block;
        font-size: 17px;
		letter-spacing: 1px;
		line-height: 1.2em;
		margin: 5% 0 0 0;
    }
	.radio_txt03 {
		font-family:"utile-display",sans-serif;
		font-weight:300;
		font-style:normal;
        display: block;
        font-size: 17px;
		letter-spacing: 1px;
		line-height: 1.2em;
		margin: 5% 0 0 0;
    }
	.radio_txt02 {
        display: block;
        font-size: 9px;
		letter-spacing: 3px;
		font-weight: 500;
		margin: 5px 0 0 0;
    }
	.limited_txt {
		width: 8%;
        position: absolute;
        top: 3%;
        right: 4%;
        z-index: 99;
    }
    .radio_txt_btn {
        font-size: 18px;
        letter-spacing: 3px;
        border: 1px solid#000;
        background: #fff;
        display: block;
        line-height: 1;
        padding: 9% 0;
    }
    .step_last_btn {
        width: 100%;
        background: #fff;
        color: #000;
		border: 1px solid #000;
        display: block;
        margin: 5% auto 0 auto;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        font-size: 18px;
        letter-spacing: 5px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        line-height: 1;
        padding: 5% 0;
		transition: .3s;
    }
	.step_last_btn{
		position: relative;
		overflow: hidden;
		text-decoration: none;
		display: block;
		border: 1px solid #000;
		text-align: center;
		outline: none;
		transition: ease .2s;
	}

	/*ボタン内spanの形状*/
	.step_last_btn span {
		position: relative;
		z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
		color:#000;
	}
	.step_last_btn:hover span{
		color:#fff;
	}

	/*== 背景が流れる（左から右） */
	.bgleft:before {
		content: '';
		/*絶対配置で位置を指定*/
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		/*色や形状*/
		background:#000;/*背景色*/
		width: 100%;
		height: 100%;
		/*アニメーション*/
		transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		transform: scale(0, 1);
		transform-origin: right top;
	}

	/*hoverした際の形状*/
	.bgleft:hover:before{
		transform-origin:left top;
		transform:scale(1, 1);
	}
	
	.arrow{
		width: 5px;
		margin: 0 auto;
	}
	.arrow li{
		width: 5px;
		height: 5px;
		border-radius: 10px;
		display: block;
		margin: 0 auto 13px auto;
	}
	.arrow li:nth-child(1){
		background: rgba(223, 190, 153, 1);
	}
	.arrow li:nth-child(2){
		background: rgba(223, 190, 153, .8);
	}
	.arrow li:nth-child(3){
		background: rgba(223, 190, 153, .6);
	}
	.arrow li:nth-child(4){
		background: rgba(223, 190, 153, .4);
	}
	.arrow li:nth-child(5){
		display: none;
	}
	
    .error_message {
        text-align: center;
        top: 20px;
        color: #f00;
        font-size: 14px;
        display: block;
        position: relative;
    }

    /* customize_results */
    .customize_results {
		width: 90%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
	
    .customize_results .step_sbuttl {
		width: 550px;
		max-width: 100%;
		margin: 0 auto;
    }
    .customize_results_box {
        width: 100%;
        margin: 5% auto 0 auto;
    }
	.img-box{
		width: 100%;
	}
	.data-title{
		width: 100%;
		margin: 0 0 7% 0;
	}
    .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: 5%;
		display: flex;
		align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #8e8c8c;
    }
	.customize_results_details_inner dl.line02{
        margin-top: 4%;
		display: flex;
		align-items: center;
    }
    .customize_results_details_inner dt {
		width: 30%;
    }
    .customize_results_details_inner dd {
		width: 70%;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
    }
	.customize_results_details_inner dd.wi {
		width: 100%;
		text-align: justify;
		font-size: 14px;
		line-height: 2em;
		padding: 0!important;
    }
	.yen01{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.yen01 #result-price-m{
		font-size: 16px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	.yen01 .min{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	.yen{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.yen li:first-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
		margin: 0 0 3% 0;
	}
	.yen li:last-child{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		box-sizing: border-box;
		text-align: right;
		padding: 0 10% 0 0;
	}
    .customize_results_details_btn {
        margin-top: 50px;
        width: 100%;
        display: block;
        text-align: center;
        background: #000;
        color: #000;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
        line-height: 1;
        transition: .3s;
        border: 1px solid #2d4a4f;
    }
	.customize_results_details_btn:hover {
        background: #000;
        color: #fff;
    }
    .disabled_details_link {
        pointer-events: none;
        cursor: default;
    }
	.cou{
		font-size: 12px;
		letter-spacing: 2px;
		text-align: center;
		color: #000;
		margin: 5% 0 0 0;
	}

    /* rario関連 */
	input[type="radio"] , input[type="checkbox"]{
		width: 1.5em;
		height: 1.5em;
	}
    .input_radio {
        position: absolute;
        bottom: 50px;
        width: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .radio-big {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
	.b25{
		bottom: 30px;
	}
	.b35{
		bottom: 35px;
	}
    .radio-non{
        display: none;
    }
    .selected .input_radio:not(:checked) + .radio_label img {
        opacity: 0.7;
    }
    .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;
    }
	
	input[type="radio"] { display: none; }
	label::before {
		position: absolute;
		content: "";
		top: 10px;
		left: 10px;
		width: 20px;
		height: 20px;
		border-radius: 1px;
		background: #fff;
		box-sizing: border-box;
	}
	label::after {
		position: absolute;
		content: "";
		top: 13px;
		left: 13px;
		width: 14px;
		height: 14px;
		background: #dfbe99;
		border-radius: 1px;
		transform: scale(0);
		transition: transform 0.5s;
	}
	input:checked + label::after {
		transform: scale(1);
	}
	/* ホバーアクションを追加 */
	label:hover::after {
		transform: scale(1);
		background: #dfbe99;
	}

    /* bottom_sign_wrap */
    .bottom_sign_wrap {
        margin-top: 10%;
        text-align: center;
    }
    .bottom_sign {
        width: 200px;
        height: auto;
    }

	/*タブ切り替え全体のスタイル*/
	.tab-all{
		width: 100%;
	}
	.tabs {
		padding-bottom: 0%;
		background-color: #fff;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	/*タブのスタイル*/
	.tab-data{
		width: 95%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.tab_item {
		width: 25%;
		font-weight: bold;
		transition: all 0.2s ease;
		cursor: pointer;
	}
	.tab_item:hover {
		opacity: 0.5;
	}
	.tab_item .img{
		width: 90%;
		margin: 0 auto 10px auto;
	}
	.tab_item .txt01{
		width: 100%;
		text-align: center;
		font-size: 17px;
		letter-spacing: 1px;
		font-weight: normal;
		color: #000;
		font-family:"utile-display",sans-serif;
		font-weight: 300;
		font-style: normal;
		line-height: 1.2em;
		white-space: nowrap;
		margin: 0 0 5px 0;
	}
	.tab_item .txt02{
		width: 100%;
		text-align: center;
		font-size: 9px;
		letter-spacing: 3px;
		font-weight: normal;
		color: #000;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"],
	input[id="all"],
	input[id="soutien_collar_tab"],
	input[id="stand_collar_tab"],
	input[id="hood_content_tab"] {
		display: none !important;
	}
	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		clear: both;
		position: relative;
	}
	/*選択されているタブのコンテンツのみを表示*/
	#all:checked ~ #all_content,
	#soutien_collar_tab:checked ~ #soutien_collar_tab,
	#stand_collar_tab:checked ~ #stand_collar_tab,
	#hood_content_tab:checked ~ #hood_content_tab {
		display: block;
	}
	/*選択されているタブのスタイルを変える*/
	#all:checked ~ .tab-data .tab_item[for="all"],
	#soutien_collar_tab:checked ~ .tab-data .tab_item[for="soutien_collar_tab"],
	#stand_collar_tab:checked ~ .tab-data .tab_item[for="stand_collar_tab"],
	#hood_content_tab:checked ~ .tab-data .tab_item[for="hood_content_tab"] {
		opacity: .5;
	}

	.side-nav-icon{
		width: max-content;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 2%;
		border-left: 1px solid #000;
		padding: 10px 0 10px 20px;
		line-height: 0;
	}
	.side-nav-icon img{
		height: 15px;
		display: block;
	}

	/* side-nav */
	#side-nav,
	#side-nav02,
	#side-nav03,
	#side-nav04 {
		width: 100%;
		position: sticky;
		z-index: 99;
		top: 0%;
		left: 10px;
		background: rgba(239, 227, 216, .9);
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}

	#side-nav nav .side-nav-in,
	#side-nav02 nav .side-nav-in,
	#side-nav03 nav .side-nav-in,
	#side-nav04 nav .side-nav-in {
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}

	#side-nav nav .side-nav-in li,
	#side-nav02 nav .side-nav-in li,
	#side-nav03 nav .side-nav-in li,
	#side-nav04 nav .side-nav-in li {
		width: 12.5%;
		display: block;
		position: relative;
		box-sizing: border-box;
		text-align: center;
		margin: 0 7px;
	}

	#side-nav nav .side-nav-in li a,
	#side-nav02 nav .side-nav-in li a,
	#side-nav03 nav .side-nav-in li a,
	#side-nav04 nav .side-nav-in li a {
		width: 100%;
		margin: 0 auto;
		display: block;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
		color: #fff;
		font-size: 20px;
		letter-spacing: 3px;
		text-decoration: none;
		padding: 10px 0 15px 0;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		line-height: 1.2em;
	}

	#side-nav nav .side-nav-in li a .line,
	#side-nav02 nav .side-nav-in li a .line,
	#side-nav03 nav .side-nav-in li a .line,
	#side-nav04 nav .side-nav-in li a .line {
		width: 100%;
		height: 1px;
		background: #000;
		position: relative;
		left: -2px;
		opacity: 0;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li a::after,
	#side-nav02 nav .side-nav-in li a::after,
	#side-nav03 nav .side-nav-in li a::after,
	#side-nav04 nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li.current a,
	#side-nav02 nav .side-nav-in li.current a,
	#side-nav03 nav .side-nav-in li.current a,
	#side-nav04 nav .side-nav-in li.current a {
		opacity: 1;
		transition: .3s;
		color: #000;
	}

	#side-nav nav .side-nav-in li.current a::after,
	#side-nav02 nav .side-nav-in li.current a::after,
	#side-nav03 nav .side-nav-in li.current a::after,
	#side-nav04 nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li a:hover,
	#side-nav02 nav .side-nav-in li a:hover,
	#side-nav03 nav .side-nav-in li a:hover,
	#side-nav04 nav .side-nav-in li a:hover {
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		color: #000;
	}

	#side-nav nav .side-nav-in li.current a .line,
	#side-nav02 nav .side-nav-in li.current a .line,
	#side-nav03 nav .side-nav-in li.current a .line,
	#side-nav04 nav .side-nav-in li.current a .line,
	#side-nav nav .side-nav-in li a:hover .line,
	#side-nav02 nav .side-nav-in li a:hover .line,
	#side-nav03 nav .side-nav-in li a:hover .line,
	#side-nav04 nav .side-nav-in li a:hover .line {
		opacity: 1;
		transition: .3s;
	}
	
	.tab_item::before {
		display: none !important;
    }
	.tab_item::after {
		display: none !important;
    }

	/* section-box */
	.section-box{
		width: 100%;
		overflow: hidden;
	}

	/* item */
	.item{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 0 0;
		margin: 0 0 0% 0;
	}
	.item .img{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item .data{
		width: 85%;
		margin: 0 auto;
	}
	.item .limit{
		width: 50%;
		margin: 0 0 5% 0;
		line-height: 0;
		position: relative;
		left: 7.5%;
	}
	.item .num{
		width: 55%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 5% 0;
		position: relative;
		left: 7.5%;
	}
	.item .num li:nth-child(1){
		width: 25%;
		font-family: "baskerville-urw", serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1em;
		font-size: 35px;
		letter-spacing: 3px;
		padding: 2% 0 0 0;
	}
	.item .num li:nth-child(2){
		width: 75%;
		border-left: 1px solid #000;
		padding: 5% 0 5% 10%;
		box-sizing: border-box;
	}
	.item .line01{
		width: 65%;
		height: 7px;
		margin: 0 0 3% 27.5%;
		background: #ada69e;
	}
	.item .line02{
		width: 65%;
		height: 7px;
		margin: 0 0 3% 27.5%;
		background: #a4a8b6;
	}
	.item .line03{
		width: 65%;
		height: 7px;
		margin: 0 0 3% 27.5%;
		background: #000000;
	}
	.item .line04{
		width: 65%;
		height: 7px;
		margin: 0 0 3% 27.5%;
		background: #797274;
	}
	.item .line05{
		width: 65%;
		height: 7px;
		margin: 0 0 3% 27.5%;
		background: #2f5977;
	}
	.item .line06{
		width: 65%;
		height: 7px;
		margin: 0 0 3% 27.5%;
		background: #bd987d;
	}
	.item .line07{
		width: 65%;
		height: 7px;
		margin: 0 0 3% 27.5%;
		background: #82999f;
	}
	.item .line08{
		width: 65%;
		height: 7px;
		margin: 0 0 3% 27.5%;
		background: #1f2e55;
	}
	.item .sub{
		width: 85%;
		height: 15px;
		position: relative;
		margin: 0 auto 5% auto;
		line-height: 0;
	}
	.item .sub .color{
		width: max-content;
		height: 13px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.item .sub .color img{
		height: 13px;
	}

	/* an-btn */
	.an-btn{
		width: 85%;
		margin: 10% auto 5% auto;
		display: block;
		background: #f9f9f9;
		position: relative;
	}
	.an-btn .data{
		width: 70%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.an-btn .data .txt01{
		width: 70%;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.an-btn .data .txt02{
		width: 80%;
		line-height: 0;
		margin: 0 auto;
	}
	.an-btn .data .line{
		width: 100%;
		height: 1px;
		background: #dadadb;
		position: relative;
		margin: 0 0 5% 0;
	}
	.an-btn .data .line .on{
		width: 50%;
		height: 3px;
		background: #dfbe99;
		position: absolute;
		top: -1px;
		left: 0;
		z-index: 3;
		transition: .3s;
	}
	.an-btn:hover .data .line .on{
		width: 100%;
		transition: .3s;
	}

	.an-btn02{
		width: 85%;
		margin: 0 auto 15% auto;
		display: block;
		background: #f9f9f9;
		position: relative;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		font-size: 10px;
		margin: 0 0 0 5px;
		position: relative;
		top: -2px;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 10px 0;
		opacity: .5;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .5);
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #000;
		color: #fff;
	}

	.cart-btm .btn00-t{
		font-size: 9px;
		line-height: 1.5em;
		width: 90px;
		padding: 6px 0 6px 0;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .5);
		display: inline-block;
		text-align: center;
		color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c1c5c8;
		border: .5px solid #c1c5c8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #c1c5c8;
		color: #000;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #5b6fa5;
		border: .5px solid #5b6fa5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #5b6fa5;
		color: #5b6fa5;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c1c5c8;
		border: .5px solid #c1c5c8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #c1c5c8;
		color: #c1c5c8;
	}

	.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);
	}
	.cart-btm02: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;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	
	/*f-banner*/
	.f-banner{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 85%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 10px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        display: block;
        z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}
