@charset "utf-8";
.sp{ display: none; }
.pc{ display: block; }



.font_1 {
    font-family: YuGothic, "Yu Gothic", sans-serif;

}

.font_2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
}

.font_3 {
    font-family: "", "Yu Mincho", YuMincho, "", "Hiragino Mincho Pro", "", "MS PMincho", serif;
}

.bold {
    font-weight: bold;
}

.kome {
    font-size: 16px;
    margin-top: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


/* ここから */

.modal {
    display: none;
    text-align: center;
}

.modal-ttl {
    margin: 30px 0;
}

.modal_inner {
    position: absolute;
    z-index: 15000;
    width: 930px;
    left: 50%;
    top: 0;
    padding: 30px;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 100px;
    margin-top: 30px;
}

.modal_inner p {
    display: block;
}

.modal_inner .close_btn {
    width: 63px;
    height: 63px;
    top: -15px;
    right: -15px;
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
}

.modal_leadImg {
    position: relative;
}

.modal_txtLink {
    text-align: left;
    position: absolute;
}



.modal-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.modal-right {
    text-align: left;
}

.modal ul li::before {
    content: "\25B6";
    display: inline-block;
    margin-right: 2px;
    color: #00913a;
    font-size: 16px;
}

.modal-lead {
    font-size: 20px;
    color: #6a3906;
    font-weight: bold;
    font-feature-settings: "palt";
    margin-bottom: 20px;
    line-height: 1.5em;
}

.modal-product-name {
    margin: 60px 0 10px;
}

.modal-product-detail {
    margin-bottom: 20px;
}

.modal-product-detail img {
    margin-top: 15px;
}


.brown-back {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 7px;
    background-color: #6a3906;
    color: #FFF;
    margin-bottom: 5px;
}

.modalbg {
    position: fixed;
    z-index: 9999;
    height: 100%;
    top: 0;
    left: 0;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
    background-color: #000;
    width: 100%;
}

.border {
    padding-bottom: 50px;
    border-bottom: 2px dotted #000;
}

.modal-price {
    margin: 40px 0 10px;
}


.con_a .modal_txtLink {
    left: 327px;
    top: 188px;
}

.con_b .modal_txtLink {
    left: 364px;
    top: 188px;
}

.con_c .modal_txtLink {
    left: 368px;
    top: 286px;
}

.con_d .modal_txtLink {
    left: 310px;
    top: 170px;
}

.con_e .modal_txtLink {
    left: 384px;
    top: 188px;
}

.con_f .modal_txtLink {
    left: 384px;
    top: 222px;
}

.con_g .modal_txtLink {
    left: 385px;
    top: 265px;
}

.con_h .modal_txtLink {
    left: 348px;
    top: 263px;
}

.con_i .modal_txtLink {
    left: 342px;
    top: 187px;
}

.con_j .modal_txtLink {
    left: 373px;
    top: 198px;
}

.con_h_text {
    position: absolute;
    left: 400px;
    top: 425px;
}

.con_i_text {
    position: absolute;
    left: 420px;
    top: 390px;
}

.con_h .modal_nest_before p,
.con_i .modal_nest_before p,
.con_j .modal_nest_before p {
    text-align: left;
    position: absolute;
    font-size: 14px;
    text-decoration: underline;
}

.con_h .modal_nest_before p {
    left: 398px;
    top: 425px;
}

.con_h_popup .modal_inner {
    min-height: unset;
}

.con_h_popup .modal_inner2 {
    min-height: unset;
}

.modal-ttl img{
	width: auto;
}

.modal-left img {
	width: auto;
}

.modal-right .txtLink{
	font-size: 15px;
	color: #000;
	text-decoration: none;
}

.close_btn_bottom{
	margin: auto;
	max-width: 86px;
}