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.jpg) repeat left top;
}

html{ 

} 

a:link, a:visited {
    text-decoration: 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.png);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 40px 0;
    z-index: 999;
}

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

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

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

.information__body {
    margin: 0 auto;
}

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

.comment {
    flex-basis: 640px;
}

.detail {
    background: url(../img/point_bg.jpg);
    background-size: 20%;
}

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

.product_item_box {
    position: relative;
}

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

.product_item_box ul li {
    border-top: 2px 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 {
    text-indent: -8em;
    padding-left: 8em;
}

.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 {
    padding-right: 6em;
}

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

.product_notes p{
    display: inline-block;
    background-color: #806a41;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 20px;
}

.product_notes ul {
    list-style: none;
    margin-top: 18px;
}

.product_notes ul li {
    line-height: 1.5em;
    margin-bottom: 10px;
}

.footer__body {
    padding:0 20px;
    background:#fff url(../img/footer_bg.jpg);
}

.footer__body h2 img {
    max-width: 197px;
    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 {
        
    }
	.separator{
		margin-top: -0.4px;
	}
    
    #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%;
    }

    .detail {
        padding:0;
        width:100%;
        background: url(../img/point_bg.jpg);
        background-size: 43%;
    }
    .detail img {
        width:100%;
    }
    .product {
        padding:0;
        width:100%;
        background: url(../img/product_bg.jpg);
        background-size: 43%;
    }
    .product img {
        width:100%;
    }

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

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

    .product_notes ul {
        list-style: none;
        margin-top: 24px;
	}

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

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

    .product_item_box ul li {
        border-top: 2px solid #806a41;
        font-size: 3.38vw;
        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 {
        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 {
        width: 100%;
    }
    
    .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 li:nth-of-type(3){
        margin-bottom: 4%;
    }

    .footer_share {
        display: flex;
        flex-wrap: wrap;
        gap: 2.5%;
        margin: 35px 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;
    }

}