@charset "UTF-8";
.sec_5 .inner-box{
    margin-bottom: 30px;
}
.sec_5 {
    font: inherit;
    font-family: "Shippori Mincho", serif;
}

.sec_5 h3 {
    width: 100%;
    position: relative;
    margin: 32px auto 8px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
}
.sec_5 hr{
    width: 97%;
    color: #fff;
}
.sec_5 h4#order {
    text-decoration: underline 4px #277440;
    text-align: center;
    font-size: 20px;
    padding: 10px 0 30px;
    line-height: 1.4;
    font-weight: 700;
}
.sec_5 .sales-period  {
    margin-top:0;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    line-height: 1.4;
    font-weight: 700;
}
.sec_5 ul.goods_attention {
    line-height: 1.4;
    font-size: 14px;
    margin: 0 auto 30px;
}
.sec_5 p.text-1 {
    text-align: center;
}
.sec_5 p.text-1 a.bt {
    display: inline-block;
    margin: 0 auto 15px;
    width: 300px;
    font-size: 16px;
    text-decoration: none;
        padding: 10px 15px;
    color: #F6F7F8;
    background: #BA2636;
    border: 1px solid #322C28;
    border-radius: 50px;
    box-sizing: border-box;
    display: block;
    max-width: 300px;
}

.post-sale {
    border: solid 1px;
    border-color: #fff;
    max-width: 66%;
    margin: 8px auto 12px;
    padding-top:4px;
}
#goods .inner {
    padding: 80px 100px;
}
.goods__lead-container{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.goods__lead-item{
    padding:0 20px;
}
p.goods__lead-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-bottom:8px;
}
p.goods__lead {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding-bottom:8px;
    line-height: 1.5rem;
}
p.goods__lead small {
    font-size: 16px;
}
p.goods__lead_note{
    font-size: 14px;
    text-align: center;
    padding-bottom:4px;
}
section#goods {
    line-height: 1.4;
}

ul.goods__note {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 15px;
    margin: 20px 40px 40px;
    font-weight: 400;
    text-align: center;
}

p.goods__btn a {
    background: #FFE200;
    font-size: 24px;
    font-weight: bold;
    color: #00012B;
    display: block;
    width: 270px;
    text-align: center;
    border-radius: 2px;
    padding: 5px 0 6px;
    margin: 20px auto 0;
}

p.goods__btn {
}

p.goods__btn a:hover {
    text-decoration: none;
    opacity: 0.7;
}

ul.goods__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.goods__list a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    height: 100%;
    display: block;
}

ul.goods__list a:hover {
    opacity: 0.7;
}

ul.goods__list a h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    margin-top: 9px;
}

ul.goods__list li {
    width: 30%;
    margin: 0 1.3% 30px;
}

ul.goods__list li:nth-of-type(3n+1) {
    margin-left: 0;
}

ul.goods__list li img {
    width: 100%;
    background: #ddd;
    display: block;
}
ul.goods__list a p.note {
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.2rem;
}

ul.goods__list a p.price {
    font-size: 16px;
    text-align: right;
    font-weight: bold;
    margin: 10px 0 10px;
    line-height: 1.2;
}

ul.goods__list a p.price strong {
    font-size: 20px;
}

section.sec_6 .inner {
   /* padding: 40px 60px;*/
}

section.sec_6 .inner>* {
    z-index: 10;
    position: relative;
    line-height: 1.4;
}

.sec_6 h2 {
    /*position: absolute !important;*/
}

.sec_6 p.exp {
    text-align: left;
    line-height: 1.3;
    font-size: 15px;
}

.goods__main-img{
    width: 120%;
    margin: 30px 0 30px -10%;
}

.venue_goods{
    margin: 50px 0;
}
.venue_goods h3{
    margin: 32px auto -4px;
}
.venue_goods p.text-1{
        font-weight: 700;
}
.venue_goods ul.goods_attention{
        max-width: 70%;
}
.goods__venue-img{
    width: 70%;
    margin: 10px auto;
}
@media screen and (max-width: 767px) {
    .sec_5 h3 {
    line-height: 1.2;
    }
    #goods .inner {
        padding: 30px 10px;
    }

    p.goods__lead {
        font-size: 18px;
    }

    ul.goods__note {
        font-size: 14px;
    }

    p.goods__btn a {
        font-size: 20px;
        width: 250px;
    }

    ul.goods__list li {
        width: 48%;
        margin-right: 4% !important;
        margin-left: 0 !important;
    }

    ul.goods__list li:nth-of-type(2n) {
        margin-right: 0% !important;
    }

    ul.goods__list a h4 {
        font-size: 16px;
    }

    ul.goods__list a h4 small {
        font-size: 14px;
    }

    ul.goods__list a p.price {
        font-size: 14px;
    }

    ul.goods__list a:hover {
        opacity: 1;
    }
    section.sec_6 .inner {
    padding: 40px 0px;
}
.sec_5 ul.goods_attention {
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
}
.goods__main-img{
    width: 100%;
    margin: 10px auto 10px;
}
.sec_5 hr{
    width: 100%;
}
.post-sale {
    max-width: 100%;
}
.goods__venue-img{
    width: 100%;
}
.venue_goods ul.goods_attention{
    max-width: 100%;
}
}

.modal-content .content .h-btn img:hover {
    opacity: 0.7;
}

.modal-content .content .h-btn {
    width: 15%;
    max-width: 190px;
    margin: 0 auto;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.modal__bg {
    background: #162328;
    opacity: 0.3;
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    height: 85%;
    background: #ffffff;
    left: 50%;
    padding: 50px 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.modal__content .modal-inner {
    height: 100%;
    overflow-y: auto;
    color: #000;
}

.modal__content .modal-inner h5 {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}

.modal__content .modal-inner img {
    width: 75%;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}

.modal__content .modal-inner-2 {
    display: flex;
    justify-content: space-between;
}


/*モーダルコンテンツ内*/

.modal-content .modal-inner .img-area,
.modal-content .modal-inner .text-area {
    width: 48%;
}

.modal-content .modal-inner .text-area .text-01 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.66em;
    text-align: left;
}

.modal-content .modal-inner .img-area .sns-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.modal-content .modal-inner .img-area .sns-box ul li {
    width: 31px;
    margin: 0 22px;
}

.modal-content .modal-inner .text-area h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.5625em;
    color: #D4DEE8;
    border-bottom: 3px solid #96E953;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.modal-content .modal-inner .text-area p {
    padding-bottom: 10px;
    line-height: 1.5em;
}
.modal__content .modal-inner .note {
    font-size: 14px;
    line-height: 1.4;
}
.modal__content h4 {
    font-size: 20px;
    font-weight: bold;
}

.modal__content .price {
    font-size: 16px;
    text-align: right;
    font-weight: bold;
    margin: 20px 0 10px;
}

.modal__content .exp {
    font-size: 16px;
    font-weight: 500;
}

.modal__content .price strong {
    font-size: 24px;
}

.modal__content h4 small {
    font-size: 16px;
}

.modal__content h4 br {
    display: none;
}


/*バツボタン*/

.batsu {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.batsu::before,
.batsu::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.5px;
    /* 棒の幅（太さ） */
    height: 25px;
    background: #162328;
}

.batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .modal__content {
        width: 80%;
    }
}

@media screen and (max-width:767px) {
    .modal__content {
        padding: 20px;
        width: 100%;
    }

    .modal-content .content {
        margin: 0 auto;
    }

    /*モーダルコンテンツ内*/
    .batsu {
        display: block;
        position: absolute;
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }

    .batsu::before,
    .batsu::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px;
        height: 20px;
    }

    .modal__content {
        width: 90%;
        padding: 50px 20px 20px;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        height: auto;
        overflow-y: auto;
    }

    #modal12 .modal__content {
        overflow-y: auto;
        overscroll-behavior-y: contain;
        height: 85%;
    }

    #modal12 .batsu {
        top: 5%;
        right: 10px;
        z-index: 100;
    }

    .modal-content h3 {
        font-size: 18px;
        text-align: center;
        padding: 20px 0;
    }

    .modal__content .modal-inner {
        height: 100%;
        overflow-y: auto;
    }

    .modal__content .modal-inner-2 {
        display: block;
    }

    .modal-content .modal-inner .img-area {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .modal-content .modal-inner .text-area {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 70px;
    }

    .modal-content .modal-inner .text-area h3 {
        border-bottom: none;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .modal-content .modal-inner .text-area .text-01 {
        font-size: 1em;
    }

    .modal-content .text-area {
        padding: 20px 12%;
    }

    .modal-content .modal-inner .text-area .sns-box ul {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }

    .modal-content .modal-inner .text-area .sns-box ul li {
        width: 31px;
        margin: 0 22px;
    }

    .modal__content h4 {
        font-size: 18px;
        line-height: 1.4;
    }

    .modal__content .price {
        font-size: 16px;
        text-align: right;
        font-weight: bold;
        margin: 20px 0 10px;
    }

    .modal__content .exp {
        font-size: 16px;
        font-weight: 500;
    }

    .modal__content .price strong {
        font-size: 20px;
    }

    .modal__content h4 small {
        font-size: 16px;
    }

    .modal__content h4 br {
        display: none;
    }
    .modal__content .modal-inner img {
    width: 90%;
}
}