@charset "UTF-8";
/* CSS Document */

/* レイアウト */


.m-main-content {
    list-style: none;
}

.m-main-content img {
    transition: all 0.3s ease 0s;
}

.main-img-itemname {
    display: block;
}



.l-column-half li:first-child div {
    /* margin-top: 50px; */
    display: flex;
    justify-content: space-between;
}

.l-column-half li:first-child div img {
    width: 48%;
}

.l-column-half .main-header-image {
    aspect-ratio: 314/600;
}


.ttl_box {
    display: block;
    float: left;
    margin: 0 auto 8px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.title-sub {
    background: #eee;
    padding: 20px;
    text-align: justify;
    color: #333;
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.09em;
}

.main_box {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.main_box img {
    display: block;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
}


.con1 {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 20px 0 20px;
}


.con1 h2 {
    font-weight: 500;
    font-family: "EB Garamond", serif;
}



.main-grid-item-detail {
    margin: 20px 0;
}


.line-dashed {
    border-bottom: dashed 1px #9e9e9e;
    width: 400px;
    margin: 28px 0;
}



.content100 {
    width: 100%;
}




.quartering-img {
    width: 50%;
    aspect-ratio: 5/6;
}

.con_come {
    display: block;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    padding: 0 5%;
    line-height: 2em;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}

.con_come p {
    background-color: #f0ded9;
    display: inline-block;
}

.come_buyer-name {
    color: #f58cc0;
    display: block;
    text-align: right;
}

.con_items_list {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
}

.con_items_list p {
    display: block;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.con_items_list span {
    display: inline-block;
    overflow: hidden;
    padding: 10px 0;
}

.con_items_list p a {
    display: block;
    overflow: hidden;
    color: #000;
    padding: 0;
    line-height: 1.7;
    text-decoration: none;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.con_items_list p a::after {
    border-radius: 4px;
    background: #45423f;
    content: "Check";
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    position: relative;
    margin-left: 8px;
}

.con2 {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.con2 img {
    width: 124px;
}

.con2 h3,
.content h3 {
    width: 1000px;
    margin: 10px auto;
    text-align: left;
    /*display: block;*/
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: normal;
    color: #333333;
    line-height: auto;
    font-size: 20px;
}

.con2 h3::after,
.content h3::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #9e9e9e;
}

.con2 ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

.con2 ul li {
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden;
    /*float: left;*/
    width: 23%;
    margin: 0 20px 40px 0;
    font-weight: 500;
    display: flex;
}

.con2 ul li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-grow: 1;
}

.con2 ul li img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}


a .icon {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    display: block;
    /* float: right; */
    border-radius: 4px;
    margin-top: auto;
    margin-left: auto;
    font-weight: bold;
}

.content-btn {
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 32px auto;
    padding: 20px 0;
    text-align: center;
    width: 80%;
    max-width: 320px;
    font-weight: bold;
}

.content-btn:hover {
    opacity: 0.7;
}

.ly_mb {
    margin-bottom: 60px;
}

.content {
    overflow: hidden;
    padding-bottom: 30px;
}

.item-list {
    padding: 12px 8px 32px;
}

.item-list li a {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    font-size: 14px;
    /*padding: 10px;*/
    padding: 4px 10px;
    position: relative;
}

.item-list li a::after {
    border-radius: 4px;
    background: #45423f;
    content: "Check";
    color: #fff;
    font-size: 10px;
    padding: 2px 10px;
    position: absolute;
    right: 2%;
}


.tfslive_box {
    display: block;
    margin: 40px auto 0;
    width: 100%;
    max-width: 700px;
    overflow: hidden;
    text-align: center;
}

.tfslive_box p {
    font-size: 20px;
    margin-bottom: 10px;
}

.tfslive_box img {
    width: 100%;
    aspect-ratio: 5/2;
}

.bg_col06 {
    background-color: #fbf7ef;
}

/* SHOP LIST */

.gift_brand {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    text-align: left;
    padding: 0 0 50px;
}

.gift_brand ul {
    display: block;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}


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

.gift_brand ul li {
    overflow: hidden;
    margin: 10px 5px 10px;
    width: 190px;
    background-color: #ebebeb;
    text-align: left;
    font-size: 12px;
    /* box-shadow: 0 0 6px #ccc; */
}


.gift_brand ul li a,
.gift_brand ul li span {
    display: block;
    height: 100%;
    padding: 10px;
}

.gift_brand ul li img {
    width: 100%;
}

.content-list_2column.sp-width {
    position: relative;
}

.shop-name {
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 34px;
    margin-bottom: 30px;
}

.shop-name span {
    display: block;
    font-size: .5em;

}

.font-m {
    font-size: 31px;
    line-height: 1.3;
}

.head {
    font-size: 20px;
    text-align: center;
    margin: 0.5em 0 1.8em;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

.navi {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.navi ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 30%);
    gap: 8px 16px;
    justify-content: center;
    overflow: hidden;
    margin: 24px auto;
    padding: 0;
    font-size: 20px;
}

.navi ul li {
    display: inherit;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 4px;
    background-color: #3e3e3e;
}

.navi ul li a {
    color: #fff;
    text-decoration: none;
    padding: 7px 5px 5px 5px;
    display: block;
    overflow: hidden;
    font-size: 15px;
}

.navi ul li a::after {
    top: 45%;
    margin-top: -6px;
    right: 8px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(130deg) skew(-10deg, 0);
    transform: rotate(130deg) skew(-10deg, 0);
    transition: all 0.2s linear;
}




@media screen and (min-width: 641px) {

    .main_box img {
        width: 1000px;
        height: 380px;
    }


    .m-btn-active:hover {
        background-color: #ffc17f;
    }

    .navi ul {
        width: 700px;
        margin: 0 auto 40px;
    }

    .navi ul li:hover {
        opacity: 0.7;
        transition: all 0.2s linear;
    }

    .main-header li a img:hover {
        opacity: 0.7;
    }

    .con1 h2 {
        margin: 0 auto 16px;
        width: 1000px;
        font-size: 32px;
    }

    .con2 ul li a:hover,
    .con_items_list a:hover {
        opacity: 0.7;
    }

    .sml_ttl_box_underbtn_footer a:hover {
        background-color: #7d7d7d;
    }

    .tfslive_box a:hover {
        opacity: 0.7;
    }

    .title-sub {
        letter-spacing: 1px;
        text-align: center;
        margin: 32px auto;
    }

    .title-sub p {
        display: block;
        width: 800px;
        margin: 0 auto;
    }


    .item-list {
        margin-top: 4px;
    }

    .item-list li {
        border-bottom: none;
    }

    .item-list li a {
        display: inline-block;
        font-size: 12px;
        padding: 2px;
    }

    .item-list li a::after {
        margin-left: 8px;
        position: static;
    }

    .item-list li a:hover {
        opacity: .6;
    }

    .main-header.flex-reverse {
        flex-direction: row-reverse;
    }

    .main-header.flex-reverse li:nth-of-type(1) {
        margin: 0 0 0 20px;
    }

    .main-header li:nth-of-type(2) {
        margin-bottom: 50px;
    }

    .l-subimage {
        display: flex;
        justify-content: space-around;
        width: 900px;
        margin: 40px auto 0;
    }

    .l-subimage div {
        width: 50%;
    }

    .l-subimage div img {
        width: 100%;
    }

    .l-subimage-first,
    .l-subimage-second {
        position: relative;
    }

    .l-subimage-first {
        margin-right: -2.5%;
    }

    .l-subimage-second {
        margin-top: 300px;
    }


    .main-grid-item-detail {
        width: 1000px;
    }

    .main-img-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    .main-img-container img {
        width: 350px;
        height: auto;
    }

    .main-img-container img.img-cross {
        width: 70px;
        height: auto;
    }

    .txt-container {
        width: 550px;
        margin: 32px auto;
        background-color: #eee;
        border-radius: 10px;
    }

    .con_come {
        width: 450px;
        margin: 0 auto;
        padding: 3% 2%;
    }

    .main-img-itemname {
        font-size: 24px;
        text-align: center;
    }




    /* item-list */
    .item-list {
        margin: auto;
        max-width: 870px;
    }

    .item-list>li {
        margin: 20px 10px 0;
        width: 154px;
    }

    .itemlist-grid-container {
        display: grid;
        grid-template-columns: repeat(4, auto);
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 32px;
        justify-content: center;
        margin: 0 auto;
        width: 1000px;
    }

    .itemlist-grid-inner {
        width: 217px;
        display: grid;
        grid-template-rows: auto 1fr auto;
        gap: 5px;
    }

    .itemlist-inner-container {
        display: inherit;
        grid-template-rows: subgrid;
        grid-row: span 3;
    }

    .grid-item-photo {
        width: 217px;
        aspect-ratio: 5/6;
    }


    .grid-item-button {
        background-color: #3e3e3e;
        font-weight: bold;
        color: #fff;
        font-size: 10px;
        margin: 0;
        text-align: center;
        transition: all 0.3s ease 0s;
        display: block;
        float: right;
        border-radius: 4px;
        align-content: center;
        justify-self: end;
        align-self: end;
        padding: 2% 5%;
    }

    .under-shop-list {
        margin: 32px auto 64px;
    }

    .under-shop-link {
        width: 1000px;
        margin: 48px auto 64px;
    }

    .under-shop-link ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .under-shop-link ul li {
        width: 33%;
    }


}



@media screen and (max-width: 640px) {
    .main_box {
        height: auto;
        margin: 0;
    }

    .main_box img {
        width: 100%;
        margin: 0;
        aspect-ratio: 16/15;
    }

    .navi ul {
        width: 95%;
    }


    .con1 h2 {
        font-size: 30px;
        text-align: center;
        margin: 64px auto 16px;
        width: 100%;
    }

    .l-contents h2 img {
        width: 100%;
    }

    .content {
        padding-bottom: 0;
    }

    .con2 h3 {
        font-size: 20px;
        line-height: 1.5em;
        width: auto;
        margin: 10px;
    }

    .content h3 {
        width: auto;
        margin: 10px;
    }

    .con2 h3::after {
        width: 50%;
    }


    .con1,
    .con2,
    .con4,
    .con7 {
        width: 100%;
        padding: 0 0 24px;
    }

    .con_come {
        padding: 24px 14px 14px;
    }

    .con2 h2 {
        width: 100%;
    }

    .con2 h2 img {
        width: 124px;
    }

    .con2 ul {
        width: 100%;
        margin: 0 auto;
    }

    .con2 ul li a {
        font-size: 13px;
    }

    .con2 ul li {
        width: 43% !important;
        margin: 0 3.5% 20px;
        float: left;
    }

    .con2 ul li img {
        width: 100%;
    }

    .con_items_list {
        padding: 0 0 0 5px;
        margin: 0;
    }

    .con_items_list p {
        padding: 0 15px 8px;
    }

    .m-aside-menu {
        padding-top: 0px;
    }

    .m-sign-form-btn-area {
        width: 95%;
        margin: 0 auto;
    }

    .r_notes {
        padding: 40px 0;
    }

    .r_notes ul {
        width: 90%;
    }

    .title-sub {
        padding: 24px 16px 48px;
    }

    .under-item-list {
        padding: 0 13px;
    }

    .itemlist-grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -moz-column-gap: 18px;
        column-gap: 18px;
        row-gap: 30px;
        justify-content: center;
    }

    .itemlist-grid-inner {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        gap: 0;
    }


    .itemlist-grid-inner img {
        width: 100%;
        aspect-ratio: 5/6;
    }

    .itemlist-inner-container {
        display: inherit;
        grid-template-rows: inherit;
        grid-row: inherit;
    }

    .grid-item-button {
        background-color: #3e3e3e;
        font-weight: bold;
        color: #fff;
        font-size: 10px;
        margin: 0;
        text-align: center;
        transition: all 0.3s ease 0s;
        display: block;
        float: right;
        border-radius: 4px;
        align-content: center;
        align-self: end;
        justify-self: end;
        padding: 4% 12%;
    }


    .line-dashed-double {
        border-bottom: dashed 1px #9e9e9e;
        margin: 8px auto 32px;
        width: 90%;
    }


    .main-grid img {
        width: 80%;
    }


    .main-grid-txt {
        grid-row: 3/4;
        width: 90%;
        margin: 20px auto;
    }


    .gift_brand ul {
        width: 100%;
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
    }

    .gift_brand ul li {
        width: 46%;
        margin: 0;
    }

    .con_items_list p a {
        letter-spacing: 0.01em;
    }

    .main-itemdetail-wrapper {
        padding: 0 0 64px 0;
    }

    .main-img-container {
        display: flex;
        flex-direction: column;
    }

    .main-img-container img {
        width: 90%;
        height: auto;
    }

    .main-img-container img.is-leftup {
        align-self: flex-end;
    }

    .main-img-container img.img-cross {
        display: block;
        width: 4rem;
        margin: 0 auto;
    }

    .imain-img-inner {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .main-img-itemname {
        font-size: 20px;
        text-align: right;
        padding: 0 1% 8px 0;
    }

    .main-img-itemname.is-left {
        text-align: left;
        padding: 0 0 8px 1%;
    }

    .under-shop-link {
        margin: 40px auto;
    }

    .under-shop-link ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    .under-shop-link ul li {
        width: 100%;
    }


    .content-btn {
        margin: 0 auto;
    }



}