body {
    margin: 0;
    padding: 0;
    background-color:#ffe;
    font-family: Arial,'ＭＳ Ｐゴシック','MS P Gothic','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif,Helvetica;
    background:#fff url(../img/bg.webp?v=260417) repeat left top;
}

html{ 

} 

a:link, a:visited {
    text-decoration: none;    
}

.pt {
    padding-top: clamp(0px, 8vw, 80px);
}

.pb {
    padding-bottom: clamp(0px, 8vw, 80px);
}

.sp {
    display: none;
}

#mv {
    max-width: 1000px;
    /* height: 780px; */
    margin: 0 auto;
    text-align: center;
    z-index:-9999;
}

#mv .mv__body img{
    width: 100%;
    vertical-align: bottom;
}

.buy_btn {
    display: none;
    position: fixed;
    width: 100%;
    background:url(../img/buy_bg.webp);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 40px 0;
    z-index: 999;
}

.buy_btn img {
    max-width: 320px;
    width: 100%;
}

.divider_img img,
.kv_reserve img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.container img {
    max-width: 100%;
    vertical-align: bottom;
}

.information__body {
    margin: 0 auto;
}

.information {
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
}

.comment {
    flex-basis: 640px;
}

.comment {
    flex-basis: 640px;
}

.detail {
    background: url(../img/point_bg.webp);
    background-size: 20%;
    padding: 0 55px;
}

.commitment_point {
    padding-top: clamp(0px, 8vw, 80px);
}

.commitment_point .ttl_point img {
    max-width: 578px;
    width: 57.8vw;
    height: auto;
}

.commitment_point .separator:nth-of-type(2) {
        padding-top: clamp(0px, 8vw, 80px);
}

.commitment_point .separator img {
    max-width: 746px;
    width: 74.6vw;
    height: auto;
}

.detail .wearing_image {
    padding-top: clamp(0px, 10vw, 100px);
}

.detail .wearing_image .ttl_wearing img {
    max-width: 352px;
    width: 35.199999999999996vw;
    height: auto;
}

.detail .wearing_image .separator:nth-of-type(1) img {
    max-width: 747px;
    width: 74.7vw;
    height: auto;
}

.detail .wearing_image .arrange {
    padding-top: clamp(0px, 4vw, 40px);
}

.detail .wearing_image .arrange img {
    max-width: 511px;
    width: 51.1vw;
    height: auto;
}

.detail .wearing_image p {
    font-family: "Noto Sans JP", sans-serif;
    color: #544e15;
    font-size: min(14px, 2.4vw);
    padding: clamp(0px, 5vw, 40px);
    line-height: 1.5em;
}

.detail .information_cts .ttl_info img {
    max-width: 589px;
    width: 58.9vw;
    height: auto;
}

.detail .information_cts .ttl_eserve img {
    max-width: 338px;
    width: 33.8vw;
    height: auto;
}

.detail .reserve_info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.detail .reserve_info img {
    max-width: 374px;
    width: 100%;
    height: auto;
}

.detail .collaboration_img img {
    max-width: 850px;
    width: 100%;
    height: auto;
}


.product {
    background:#fff url(../img/product_bg.webp) repeat left top;
    background-size: 20%;
}

.product .product_title img {
    max-width: 221px;
    width: 22.1vw;
    height: auto;
}


.product_item_box {
    position: relative;
    padding-top: clamp(0px, 4vw, 40px);
}

.product_item_box .product_img img {
    max-width: 881px;
    width: 88.1vw;
    height: auto;
}

.product_item_box ul {
    position: absolute;
    width: 80%;
    top: 64.7%;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
}

.product_item_box ul li {
    border-top: 1px solid #806a41;
    font-size: min(1.7999999999999998vw, 18px);
    text-align: left;
    padding: 3% 0;
    color: #4b4509;
    line-height: 1.5em;
}

.product_item_box ul li span {
    font-weight: bold;
    padding-right: 4em;
}

.product_item_box ul li {
    font-family: "Noto Sans JP", sans-serif;
    text-indent: -8em;
    padding-left: 8em;
}

.product_item_box ul li:first-child {
    border-top: 2px solid #806a41;
}


.product_item_box ul li:nth-of-type(2) {
    padding: 2% 0;
    text-indent: -8em;
    padding-left: 8em;
}

.product_item_box ul li:nth-of-type(3) {
    padding: 2.5% 0;
    text-indent: -8em;
    padding-left: 8em;
}

.product_item_box ul li:nth-of-type(2) span {
    padding-right: 5em;
}

.product_item_box ul li:nth-of-type(3) span,
.product_item_box ul li:nth-of-type(4) span {
    padding-right: 6em;
}

.product_item_box ul li:nth-of-type(4) .txt_small  {
    all: unset;
    font-size: 0.8em;
}

.product_notes{
    text-align: left;
    margin: 0 55px;
    padding-top: 30px;
    padding-bottom: 85px;
}

.product_notes p{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline-block;
    background-color: #806a41;
    color: #fff;
    font-size: min(1.5vw, 15px);
    padding: 10px 20px;
    border-radius: 20px;
}

.product_notes ul {
    list-style: none;
    margin-top: 15px;
    font-size: 14px;
}

.product_notes ul li {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-size: min(1.4000000000000001vw, 14px);
}

.footer__body {
    padding:0 20px;
    background:#fff url(../img/footer_bg.webp?v=260417_1);
}

.footer__body h2 img {
    max-width: 161px;
    width: 100%;
}

.footer_menu  {
	width: 100%;
    margin:0 auto;
    text-align:center;
    padding-top: 77px;
    padding-bottom: 26px;
    font-size: 12px;
	display: flex;
	justify-content: center;
    align-items: center;
}

.footer_menu li {
    list-style-type: none;
    vertical-align:top;
}
/* .footer_menu li:nth-of-type(3){
	margin-bottom: 28px;
} */

.footer_menu .bn_original {
    margin-bottom: 18px;
}

.footer_menu .bn_original:not(:last-child) {
    margin-right: 6px;
}

.footer_menu .bn_original img {
    max-width:216px;
    width: 100%;
}

.footer_copy {
    display: inline-block;
    font-size: 12px;
    color: #f9eac2;
    margin: 85px 0 246px 0;
}

.footer_share {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-top: 24px;
}

.footer_share li:not(:last-child) {
    margin-right: 6px;
}

.footer_share li img {
    max-width: 192px;
    width: 100%;
}

.footer_share #copy_btn:hover {
    cursor: pointer;
}


/*------------------------------------------------------------------------------
 スマートフォン用の記述
 -------------------------------------------------------------------------------*/
@media all and (max-width:750px) {
    body {
        
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
	.separator{
		margin-top: -0.4px;
	}

    .separator.pt{
		padding-top: 10%;
	}

     .separator.pb{
		padding-bottom: 10%;
	}
    
    #mv {
        width: 100%;
        height: auto;
    }
    #mv img {
        width: 100%;
        vertical-align:bottom;
    }
    #mv .mv__body {
        width: 100%;
    }

    .buy_btn {
        padding: 30px 0;
    }

    .buy_btn img {
        max-width: 300px;
        width: 80%;
    }
    .container {
        width: 100%;
    }
    .information__body {
        box-sizing: border-box;
        width:100%;
        margin:0 auto;
        margin-top:0;
    }
    .information {
        margin: 0;
    }    
    .comment {
        padding:0;
        width:100%;
    }
    .comment img {
        width:100%;
    }

    .divider_img img {
        width: 100%;
        height: auto;
    }
    .detail {
        box-sizing: border-box;
        padding:0 10vw;
        width:100%;
        background: url(../img/point_bg.webp);
        background-size: 43%;
    }

    .detail .commitment_point,
    .detail .wearing_image {
        padding-top:15.15%;
    }

     .detail .commitment_point img {
        max-width: 600px;
        width: 100%;
     }

    .detail .wearing_image .ttl_wearing img {
        max-width: 442px;
        width: 58.93333333333334vw;
    }

    .detail .wearing_image .separator:nth-of-type(1) img {
        max-width: 644px;
        width: 100%;
    }

    .detail .wearing_image .arrange {
        padding-top: 10%;
    }
 
    .detail .wearing_image .arrange img {
        max-width: 656px;
        width: 100%;
    }

    .detail .wearing_image p {
        color: #544e15;
        font-size: max(14px, 2.4vw);
        padding:12vw 0 ;
        line-height: 1.5em;
    }

    .detail .information_cts.pt {
        padding: 0;
    }
    
    .detail .information_cts .ttl_info {
        display: block;
        margin-left: -10vw;
        margin-right: -10vw;
        width: calc(100% + 20vw);
    }

    .detail .information_cts .ttl_info img {
        max-width: 750px;
        width: 100%;
    }

    .detail .information_cts .ttl_eserve img {
        max-width: 467px;
        width: 80%;
    }

    .detail .reserve_info {
        all: unset;
    }

    .detail .reserve_info img {
        max-width: 670px;
        width: 100%;
    }

    .detail .reserve_info div:nth-of-type(2) {
        padding-top: 5%;
    }

    .detail .collaboration_img img {
        max-width: 670px;
        width: 100%;
    }

    .product {
        padding:0;
        padding-top: 10.666666666666668vw;
        width:100%;
        background: url(../img/product_bg.webp);
        background-size: 43%;
    }
    
   .product_item_box .product_img img {
        max-width:681px;
        width: 100%;
    }

     .product .product_title img {
        width: 33.33333333333333vw;
    }

	.product_notes{
        text-align: left;
        margin: 0 4.5%;
        padding-top: 25px;
        padding-bottom: 25px;
	}

    .product_notes p{
        font-size: 3.6vw;
        padding: 8px 20px;
    }

    .product_notes ul {
        list-style: none;
        margin-top: 4.5%;
	}

    .product_notes ul li {
        font-size: 3.5vw;
        line-height: 1.6em;
        text-indent: -1em;
        padding-left: 1em;
	}

    .product_item_box {
        padding: 0 5vw;
        padding-top: 5.333333333333334vw;
    }

    .product_item_box ul {
        position: absolute;
        width: 76%;
        top: 48.6%;
        left: 50%;
        transform: translateX(-50%);
        list-style: none;
    }

    .product_item_box ul li {
        border-top: 1px solid #806a41;
        font-size: 3.6vw;
        text-align: left;
        padding: 3.6% 0;
        color: #4b4509;
        text-indent: -6em;
        padding-left: 6em;
        line-height: 1.5em;
    }

    .product_item_box ul li:nth-of-type(2) {
    padding: 4.4% 0;
    text-indent: -6em;
    padding-left: 6em;
}

.product_item_box ul li:nth-of-type(3) {
    padding: 3.3% 0;
    text-indent: -6em;
    padding-left: 6em;
}

    .product_item_box ul li span {
        padding-right: 2em;
    } 

    .product_item_box ul li:nth-of-type(2) span {
        padding-right: 3em;
    }

    .product_item_box ul li:nth-of-type(3) span,
    .product_item_box ul li:nth-of-type(4) span {
        padding-right: 4em;
    }
        
    .footer__body {
        display:block;
        height: auto;
        padding:0;
    }

    .footer__body h2 {
        max-width: 316px;
        width: 50%;
        margin: 0 auto;
    }

    .footer__body h2 img {
        max-width: none;
        width: 75%;
    }
    
    .footer_menu li img {
        margin:0;
    }
	.footer_menu .bn_original{
		margin-bottom: 4%;
	}
	.footer_menu .bn_original img {
        max-width: 670px;
        width:90%;
	}
   
    .footer_menu  {
		display: block;
		width: 100%;
        padding-top: 15%;
    }
    .footer_menu li {
        float:none;
    }

    .footer_menu .bn_original:not(:last-child) {
        margin-right: 0;
    }

    .footer_menu li:nth-of-type(3){
        margin-bottom: 4%;
    }

    .footer_share {
        display: flex;
        flex-wrap: wrap;
        gap: 2.5%;
        margin: 25px 4.5% 57px 4.5%;
    }

    .footer_share li:not(:last-child) {
        margin-right: 0;
    }

    .footer_share li {
        width: calc(97.5% / 2);
        margin-bottom: 2.5%;
    }

    .footer_share li img {
        max-width: 330px;
        width: 100%;
    }

    .footer__body .footer_copy {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 226px;
    }

}