/* SLIDER */
@media screen and (max-width: 1030px) {
    .slider {
        margin-left: -20px;
        margin-right: -20px;
        position: relative;
    }
}
#slider div {
    width: 100%;
    max-width: 100%;
    height: auto;
}
#slider>div {
    display: none;
}
.bx-viewport #slider>div {
    display: block;
}
.bx-wrapper {z-index: 0;}
.bx-wrapper img {
    width: 100%;
    height: auto;
}
.bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: 0 !important;
    left: 0 !important;
}
.bx-wrapper .bx-pager {bottom: -27px !important;}
.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 3px !important;
    padding-top: 15px;
    width: 25px !important;
    height: 1px !important;
    background: transparent !important;
    border-bottom: 1px solid #cccccc;
    border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: transparent !important;
    border-bottom: 1px solid #000000;
}
.swiper-pagination{display: none;}/*スライドページネーション非表示*/
/* NEWS */
.p-line-informaiton {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    width: 760px;
}

@media screen and (max-width: 767px) {
    .p-line-informaiton {
        display: block;
        width: auto;
    }
}

.p-line-informaiton ul {
    flex: 1;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .p-line-informaiton ul {
        font-size: 12px;
    }
}

.p-line-informaiton li {
    margin-bottom: 15px;
}

.p-line-informaiton__ttl {
    position: relative;
    margin: 0 40px 0 0;
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .p-line-informaiton__ttl {
        margin: 0;
    }
}

.p-line-informaiton__ttl:before {
    content: "";
    position: absolute;
    top: 7px;
    right: -20px;
    width: 1px;
    height: 10px;
    background: #d2d2d2;
}

@media screen and (max-width: 767px) {
    .p-line-informaiton__ttl:before {
        content: none;
    }
}

/***** お知らせ *****/
.p-top-news {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .p-top-news {
        display: block;
        margin-bottom: 45px;
    }
}

.p-top-news__ttl {
    box-sizing: border-box;
    margin-right: 25px;
    padding: 10px;
    width: 110px;
    border: 1px solid #b2b2b2;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-top-news__ttl {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 5px;
        width: 70px;
        border: 1px solid #b2b2b2;
        font-size: 12px;
    }
}

.p-top-news__body {
    flex: 1;
    margin-bottom: 0;
}

/* TOP RECOMMEND */
.p-recommend.u-container {
    padding-bottom: 0;
}

/* NEW　ARRIVAL */
.p-new-item.u-container {
    padding-bottom: 0;
}

/* TOP RANKING */
.p-ranking-list .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.p-ranking-list .slick-prev,
.p-ranking-list .slick-next {
    top: 80px;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    z-index: 1;
    background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {

    .p-ranking-list .slick-prev,
    .p-ranking-list .slick-next {
        top: 110px;
        width: 45px;
        height: 45px;
    }
}

.p-ranking-list .slick-prev:before,
.p-ranking-list .slick-next:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    transition: all 0.4s ease;
    z-index: 1;
}

@media screen and (max-width: 767px) {

    .p-ranking-list .slick-prev:before,
    .p-ranking-list .slick-next:before {
        top: 15px;
    }
}

.p-ranking-list .slick-prev {
    left: 20px;
}

@media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev {
        left: 0px;
    }
}

.p-ranking-list .slick-prev:before {
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev:before {
        left: 17px;
    }
}

.p-ranking-list .slick-next {
    right: 20px;
}

@media screen and (max-width: 767px) {
    .p-ranking-list .slick-next {
        right: 0px;
    }
}

.p-ranking-list .slick-next:before {
    left: 4px;
    transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
    .p-ranking-list .slick-next:before {
        left: 13px;
    }
}

.p-ranking-list__item {
    position: relative;
    box-sizing: border-box;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 25px;
    word-break: break-all;
}

@media screen and (max-width: 1030px) {
    .p-ranking-list__item {
        margin-right: 5px;
        margin-left: 5px;
    }
}

.p-ranking-list__img {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-ranking-list__img {
        text-align: center;
    }
}

.p-ranking-list__img:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.p-ranking-list__img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-ranking-list__img img {
    display: inline-block !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    text-align: center;
}

.p-ranking-list__num {
    position: absolute;
    top: 0;
    left: 1px;
    width: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    background: #000000;
    color: #ffffff;
    text-align: center;
}

.p-ranking-list__ttl img {
    vertical-align: middle;
}

.p-ranking-list__price {
    color: #909090;
    margin-top: 20px;
}

.p-ranking-list__btn {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d8d8d8;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-ranking-list__btn.is-added {
    color: #000000;
}

.p-ranking-list__btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* TOP INFORMATION */
.p-information {
    padding-bottom: 0;
}

@media screen and (max-width: 1030px) {
    .p-information {
        padding-bottom: 45px;
    }
}

.p-information__body {
    margin-left: 60px;
    margin-right: 60px;
    line-height: 2;
}

@media screen and (max-width: 1030px) {
    .p-information__body {
        margin-left: 0;
        margin-right: 0;
    }
}

/* TOP FREE */
.p-free__body {
    margin-left: 60px;
    margin-right: 60px;
    line-height: 2;
}

@media screen and (max-width: 1030px) {
    .p-free__body {
        margin-left: 0;
        margin-right: 0;
    }
}

/* TOP BANNER */
.p-bnr {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1030px) {
    .p-bnr {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-bnr-list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .p-bnr-list {
        display: block;
    }
}

.p-bnr-list__item {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 33.3333%;
}

@media screen and (max-width: 1030px) {
    .p-bnr-list__item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .p-bnr-list__item {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
        width: auto;
        text-align: center;
    }
}

/* my css start */
body>*:not(.l-header):not(.footer-area) {
    max-width: 2000px;
    padding: 0 10px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .sm-hide {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .md-hide {
        display: none;
    }
}

/*.top-cont-section:last-of-type {margin-bottom: 10px;}*/

.top-swiper-container {
    position: relative;
    padding-top: 6px;
}

.top-swiper-container .swiper-pagination.swiper-pagination-horizontal {
    bottom: -73px;
    transform: translateY(100%);
}

.top-swiper-container .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
    padding: 0 !important;
    margin: 0 5px !important;
    background: transparent !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
    border: 1px solid #4A1214 !important;
}

.top-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4A1214 !important;
}

@media screen and (max-width: 767px) {
    .top-swiper-container .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
        margin: 0 3px !important;
    }
}

/* top swiper  navigation */
.swiper-button-prev::after,
.swiper-button-next::after {
    content: none !important;
}
.swiper-button-prev,
.swiper-button-next {
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
    transform: translateY(-50%);
}
.swiper-button-prev img,
.swiper-button-next img {
    width: 33.11px !important;
    height: auto;
}
@media (max-width: 767.9px) {
    .swiper-button-prev img,
    .swiper-button-next img {
        width: 12.21px !important;
        height: auto;
    }
    .swiper-button-prev img {
        padding: 15px 15px 15px 0;
    }
    .swiper-button-next img {
        padding: 15px 0 15px 15px;
    }
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 22px !important;
}
@media (max-width: 767.9px) {
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 10px !important;
    }
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 22px !important;
}
@media (max-width: 767.9px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 10px !important;
    }
}

.top-cont-section {
    margin-top: 130px;
}

@media screen and (max-width: 767px) {
    .top-cont-section {
        margin-top: 70px;
    }
}

.top-cont-head {
    margin-bottom: 50px;
}

@media (max-width: 767.9px) {
    .top-cont-head {
        margin-bottom: 21px;
    }
}

.top-cont-head__heading {
    line-height: 1;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #333;
    margin-top: 0;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
}

@media (max-width: 767.9px) {
    .top-cont-head__heading {
        line-height: 1;
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: 400;
    }
}

.top-cont-head__desc {
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #A24D4A;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

@media (max-width: 767.9px) {
    .top-cont-head__desc {
        line-height: 1.9;
        font-size: 12px;
        font-weight: 500;
    }
}

/* img lists temp */
.top-cont-imgs {
    display: grid;
}

.top-cont-imgs__item img {
    width: 100%;
}

/* topics */
@media (min-width: 768px) {
    .topics-images::after {
        content: '';
        display: block;
        clear: both;
    }

    .topics-image-item {
        float: left;
    }
}

.topics-image-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.topics-image-item.topics1 {
    width: calc(50% - .5px);
    margin-right: 1px;
}
.topics-image-item.topics2-4 {
    width: calc(50% - .5px);
}

@media (max-width: 767.9px) {
    .topics-image-item.topics1, .topics-image-item.topics2-4 {
        width: 100%;
    }
}

.topics-image-item.topics2,.topics-image-item.topics2-yokoku {
    width: calc(50% - .5px);
}

@media (max-width: 767.9px) {
    .topics-image-item.topics2,.topics-image-item.topics2-yokoku {
        width: 100%;
    }
}

.topics-image-item.topics3 {
    width: calc(25% - .25px);
}

@media (max-width: 767.9px) {
    .topics-image-item.topics3 {
        width: 100%;
    }
}

.topics-image-item.topics4 {
    width: calc(25% - .25px);
}

@media (max-width: 767.9px) {
    .topics-image-item.topics4 {
        width: 100%;
    }
}

.topics-image-item.topics5 {
    width: calc((100% - 36.813%) / 2 - (2px / 3));
    margin-top: 1px;
}

@media (max-width: 767.9px) {
    .topics-image-item.topics5 {
        width: 100%;
    }
}

.topics-image-item.topics6 {
    width: calc(36.813% - (2px / 3));
    margin-top: 1px;
    margin-right: 1px;
    margin-left: 1px;
}

@media (max-width: 767.9px) {
    .topics-image-item.topics6 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.topics-image-item.topics7 {
    width: calc((100% - 36.813%) / 2 - (2px / 3));
    margin-top: 1px;
}

@media (max-width: 767.9px) {
    .topics-image-item.topics7 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .topics-image-item.topics1 img, .topics-image-item.topics2-4 img {
        aspect-ratio: 89 / 48.31;
    }
}
@media (min-width: 768px) {
    .topics-image-item.topics2 img {
      aspect-ratio: 1980 / 753;
    }
    .topics-image-item.topics2-yokoku img {
      aspect-ratio: 1980 / 123;
    }
}
}
@media (min-width: 768px) {
    .topics-image-item.topics3 img {
      aspect-ratio: 990 / 322;
    }
}
@media (min-width: 768px) {
    .topics-image-item.topics4 img {
      aspect-ratio: 990 / 322;
    }
}
@media (min-width: 768px) {
    .topics-image-item.topics5 img {
        aspect-ratio: 281 / 129.4;
    }
}
@media (min-width: 768px) {
    .topics-image-item.topics6 img {
        aspect-ratio: 655 / 259;
    }
}
@media (min-width: 768px) {
    .topics-image-item.topics7 img {
        aspect-ratio: 281 / 129.4;
    }
}

/* TOP sticky note */
.top-cont-imgs li {
    position: relative;
}

.top-sticky-note {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .05em;
    box-sizing: border-box;
    border-bottom: 1px solid #C9C9C9;
}

@media (max-width: 767.9px) {
    .top-sticky-note {
        height: 40px;
        font-size: 14px;
    }
}

.tsn-opacity {
    background: #fff;
    opacity: .7;
}

/* coffee beans */
.top-cont-imgs__c-b {
    gap: 1px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
}

@media (max-width: 767.9px) {
    .top-cont-imgs__c-b {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto auto auto auto auto auto auto auto;
    }
}

.top-cont-imgs__item-c-b1 {
    grid-column: 1 / 4;
}

.top-cont-imgs__item-c-b2 {
    grid-column: 4 / 7;
}

.top-cont-imgs__item-c-b3 {
    grid-column: 7 / 10;
}

.top-cont-imgs__item-c-b35 {
    grid-column: 1 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    font-size: 21px;
    font-weight: 500;
    color: #A24D4A;
    letter-spacing: .05em;
    border-top: 1px solid #95524D;
    border-right: 1px solid #95524D;
    border-left: 1px solid #95524D;
    margin: 6px 0;
}
.b-price {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    background: #F2F2F2;
    letter-spacing: .05em;
}

@media (max-width: 767.9px) {
    .top-cont-imgs__item-c-b1 {
        grid-column: 1 / 4;
        order: 2;
    }

    .top-cont-imgs__item-c-b2 {
        grid-column: 1 / 4;
        order: 1;
    }

    .top-cont-imgs__item-c-b3 {
        grid-column: 1 / 4;
        order: 22;
    }

    .top-cont-imgs__item-c-b35 {
        grid-column: 1 / 4;
        order: 3;
        height: 59px;
        font-size: 13px;
    }

    .b-price {
        height: 23px;
        font-size: 11px;
    }

    .top-cont-imgs__item-c-b4-price {
        order: 4;
    }

    .top-cont-imgs__item-c-b5-price {
        order: 5;
    }

    .top-cont-imgs__item-c-b6-price {
        order: 6;
    }

    .top-cont-imgs__item-c-b7-price {
        order: 10;
    }

    .top-cont-imgs__item-c-b8-price {
        order: 11;
    }

    .top-cont-imgs__item-c-b9-price {
        order: 12;
    }

    .top-cont-imgs__item-c-b10-price {
        order: 16;
    }

    .top-cont-imgs__item-c-b11-price {
        order: 17;
    }

    .top-cont-imgs__item-c-b12-price {
        order: 18;
    }

    .top-cont-imgs__item-c-b4 {
        order: 7;
    }

    .top-cont-imgs__item-c-b5 {
        order: 8;
    }

    .top-cont-imgs__item-c-b6 {
        order: 9;
    }

    .top-cont-imgs__item-c-b7 {
        order: 13;
    }

    .top-cont-imgs__item-c-b8 {
        order: 14;
    }

    .top-cont-imgs__item-c-b9 {
        order: 15;
    }

    .top-cont-imgs__item-c-b10 {
        order: 19;
    }

    .top-cont-imgs__item-c-b11 {
        order: 20;
    }

    .top-cont-imgs__item-c-b12 {
        order: 21;
    }
}

@media (min-width: 768px) {
    .top-cont-imgs__item-c-b1 img,
    .top-cont-imgs__item-c-b2 img,
    .top-cont-imgs__item-c-b3 img {
        aspect-ratio: 659 / 386;
    }
}
.top-cont-imgs__item-c-b4 img,
.top-cont-imgs__item-c-b5 img,
.top-cont-imgs__item-c-b6 img,
.top-cont-imgs__item-c-b7 img,
.top-cont-imgs__item-c-b8 img,
.top-cont-imgs__item-c-b9 img,
.top-cont-imgs__item-c-b10 img,
.top-cont-imgs__item-c-b11 img,
.top-cont-imgs__item-c-b12 img {
    aspect-ratio: 219 / 296;
}

/* liquid coffee */
.top-cont-imgs__l-c {
    gap: 1px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
}

@media (max-width: 767.9px) {
    .top-cont-imgs__l-c {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto;
    }
}

.top-cont-imgs__item-l-c1 {
    grid-column: 1 / 3;
}

.top-cont-imgs__item-l-c3 {
    grid-column: 1 / 3;
}

@media (max-width: 767.9px) {
    .top-cont-imgs__item-l-c1 {
        order: 1;
    }

    .top-cont-imgs__item-l-c2 {
        order: 5;
    }

    .top-cont-imgs__item-l-c3 {
        order: 6;
    }

    .top-cont-imgs__item-l-c5 {
        order: 4;
    }

    .top-cont-imgs__item-l-c6 {
        order: 2;
    }

    .top-cont-imgs__item-l-c7 {
        order: 3;
    }
}

@media (min-width: 768px) {
    .top-cont-imgs__item-l-c1 {
        grid-column: 1 / 6;
    }

    .top-cont-imgs__item-l-c2 {
        grid-column: 6 / 11;
    }

    .top-cont-imgs__item-l-c3 {
        grid-column: 11 / 16;
    }

    .top-cont-imgs__item-l-c4 {
        grid-column: 1 / 4;
    }

    .top-cont-imgs__item-l-c5 {
        grid-column: 4 / 7;
    }

    .top-cont-imgs__item-l-c6 {
        grid-column: 7 / 10;
    }

    .top-cont-imgs__item-l-c7 {
        grid-column: 10 / 13;
    }

    .top-cont-imgs__item-l-c8 {
        grid-column: 13 / 16;
    }
}

.top-cont-imgs__item-l-c4 img,
.top-cont-imgs__item-l-c5 img,
.top-cont-imgs__item-l-c6 img,
.top-cont-imgs__item-l-c7 img,
.top-cont-imgs__item-l-c8 img,
.top-cont-imgs__item-l-c9 img,
.top-cont-imgs__item-l-c10 img,
.top-cont-imgs__item-l-c11 img,
.top-cont-imgs__item-l-c12 img {
    aspect-ratio: 792 / 499;
}
@media (max-width: 767.9px) {
    .top-cont-imgs__item-l-c2 img,
    .top-cont-imgs__item-l-c4 img,
    .top-cont-imgs__item-l-c5 img,
    .top-cont-imgs__item-l-c6 img,
    .top-cont-imgs__item-l-c7 img,
    .top-cont-imgs__item-l-c8 img,
    .top-cont-imgs__item-l-c9 img,
    .top-cont-imgs__item-l-c10 img,
    .top-cont-imgs__item-l-c11 img,
    .top-cont-imgs__item-l-c12 img {
        aspect-ratio: 359 / 241;
    }
}
@media (min-width: 768px) {
    .top-cont-imgs__item-l-c1 img,
    .top-cont-imgs__item-l-c2 img,
    .top-cont-imgs__item-l-c3 img {
        aspect-ratio: 659 / 386;
    }
}


.top-cont-imgs__item img {
    object-fit: cover;
    object-position: center;
}

/* drop bag and coffee tool */
.top-cont-imgs__d-b {
    gap: 1px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
}

@media (max-width: 767.9px) {
    .top-cont-imgs__d-b {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto auto auto;
    }
}

.top-cont-imgs__item-d-b1 {
    grid-column: 1 / 3;
}

.top-cont-imgs__item-d-b2 {
    grid-column: 3 / 5;
}

.top-cont-imgs__item-d-b3 {
    grid-column: 5 / 7;
}

@media (max-width: 767.9px) {
    .top-cont-imgs__item-d-b1 {
        grid-column: 1 / 3;
        order: 1;
    }

    .top-cont-imgs__item-d-b2 {
        grid-column: 1 / 3;
        order: 2;
    }

    .top-cont-imgs__item-d-b3 {
        grid-column: 1 / 3;
        order: 7;
    }

    .top-cont-imgs__item-d-b4 {
        order: 5;
    }

    .top-cont-imgs__item-d-b5 {
        order: 6;
    }

    .top-cont-imgs__item-d-b6 {
        order: 3;
    }

    .top-cont-imgs__item-d-b7 {
        order: 4;
    }

    .top-cont-imgs__item-d-b8 {
        order: 8;
    }

    .top-cont-imgs__item-d-b9 {
        order: 9;
    }
}

.top-cont-imgs__item-d-b4 img,
.top-cont-imgs__item-d-b5 img,
.top-cont-imgs__item-d-b6 img,
.top-cont-imgs__item-d-b7 img,
.top-cont-imgs__item-d-b8 img,
.top-cont-imgs__item-d-b9 img {
    aspect-ratio: 333 / 256;
}

@media (min-width: 768px) {

    .top-cont-imgs__item-d-b1 img,
    .top-cont-imgs__item-d-b2 img,
    .top-cont-imgs__item-d-b3 img {
        aspect-ratio: 659 / 386;
    }
}

/* gift */
.top-cont-imgs__gift {
    gap: 1px;
    grid-template-columns: 1fr 32.677%;
    grid-template-rows: auto;
}

@media (max-width: 767.9px) {
    .top-cont-imgs__gift {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
}

/* company */
.top-cont-imgs__com {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
}

@media (max-width: 767.9px) {
    .top-cont-imgs__com {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto auto;
    }
}

.top-cont-imgs__item-com1,
.top-cont-imgs__item-com2,
.top-cont-imgs__item-com3 {
    display: flex;
    padding-top:20px;
    justify-content: center;
    height: 39px;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    letter-spacing: .04em;
    border-top: 1px solid #C9C9C9;
    margin-bottom: 10px;
}

@media (max-width: 767.9px) {

    .top-cont-imgs__item-com1,
    .top-cont-imgs__item-com2,
    .top-cont-imgs__item-com3 {
        height: auto;
        font-size: 14px;
        margin-top: 4px;
        margin-bottom: 10px;
        letter-spacing: 0.05em;
      padding: 13px 15px 3px;
          line-height: 1.7;
      
    }
}

.top-cont-imgs__item-com1 {
    border-left: 1px solid #C9C9C9;
}

@media (max-width: 767.9px) {
    .top-cont-imgs__item-com1 {
        border-right: 1px solid #C9C9C9;
        order: 1;
    }
}

.top-cont-imgs__item-com2 {
    border-right: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
}

@media (max-width: 767.9px) {
    .top-cont-imgs__item-com2 {
        order: 3;
        margin-top: 4px;
    }
}

.top-cont-imgs__item-com3 {
    border-right: 1px solid #C9C9C9;
}

@media (max-width: 767.9px) {
    .top-cont-imgs__item-com3 {
        border-left: 1px solid #C9C9C9;
        order: 5;
        margin-top: 4px;
    }
}

@media (max-width: 767.9px) {
    .top-cont-imgs__item-com4 {
        order: 2;
    }
}

.top-cont-imgs__item-com5 {
    margin: 0 1px;
}

@media (max-width: 767.9px) {
    .top-cont-imgs__item-com5 {
        order: 4;
        margin: 0;
    }
}

@media (max-width: 767.9px) {
    .top-cont-imgs__item-com6 {
        order: 6;
    }
}

/* img single */
.top-cont-img-single img {
    width: 100%;
}

/* guide */
.top-cont-guide {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.top-cont-guide__dt {
    background: #4F4C42;
    padding: 0 60px;
}

@media (max-width: 767.9px) {
    .top-cont-guide__dt {
        padding: 0 36px;
    }
}

.top-cont-guide__dt:not(.first) {
    margin-top: 1px;
}

.top-cont-guide__dd {
    display: none;
    background: #f3f3f3;/*EFEAE1*/
    padding: 1em;
    margin-left: 0;
    margin-bottom: 5px;
}

@media (max-width: 767.9px) {
    .top-cont-guide__dd {
        background: #f3f3f3;/*F7F4EF*/
    }
}

.top-cont-guide__dt-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1175px;
    height: 43px;
    line-height: 1;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    margin: 0 auto 0 auto;
    letter-spacing: 0;
}

@media (max-width: 767.9px) {
    .top-cont-guide__dt-p {
        font-size: 14px;
        font-weight: 400;

    }
}

.top-cont-guide__dt-p::after {
    content: '＋';
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}

.guide-open .top-cont-guide__dt-p::after {
    content: '−';
}

@media (max-width: 767.9px) {
    .top-cont-guide__dt-p::after {
        font-size: 13px;
    }
}


/* dd content */
.top-cont-guide__dd {
    padding: 40px 60px;
}

@media (max-width: 767.9px) {
    .top-cont-guide__dd {
        padding: 36px;
    }
}

.guide-grid-container {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

@media (max-width: 767.9px) {
    .guide-grid-container {
        gap: 30px;
        grid-template-columns: 1fr;
    }
}

.guide-text-heading {
    line-height: 1.7;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding-bottom: 14px;
    margin-bottom: 17px;
    letter-spacing: 0;
    border-bottom: 1px solid #4A1214;
}

@media (max-width: 767.9px) {
    .guide-text-heading {
        line-height: 1.6;
        font-size: 14px;
        padding-bottom: 5px;
        margin-bottom: 12px;
        font-weight: 500;
    }
}

.guide-text-content {
    line-height: 1.6;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    letter-spacing: 0;
    margin-bottom: 0;
}

@media (max-width: 767.9px) {
    .guide-text-content {
        line-height: 1.75;
        letter-spacing: 0.025em;
        font-weight: 400;
    }
}

.guide-text-content+.guide-text-content,
picture+.guide-text-content {
    margin-top: 1em;
}

.op-cont-guide__inner-dd {
    margin-left: 0;
}

.guide-img {
    margin-top: 20px;
}

@media (max-width: 767.9px) {
    .guide-img {
        margin-top: 10px;
    }
}

.guide-img1 {
    width: 232px;
    height: auto;
}

@media (max-width: 767.9px) {
    .guide-img1 {
        width: 212px;
    }
}

.guide-img2,
.guide-img3,
.guide-img4,
.guide-img5 {
    width: 100%;
}

.guide-table {
    display: grid;
    grid-template-columns: 64% 36%;
    border-top: 1px solid #C9C9C9;
    margin-top: 1em;
}

.guide-table-item {
    display: flex;
    align-items: center;
    line-height: 1.6;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    letter-spacing: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
}

@media (max-width: 767.9px) {
    .guide-table-item {
        line-height: 1.8;
        font-size: 11px;
        padding: 10px 14px;
    }
}

@media (min-width: 768px) and (max-width:1600px){
  .top-sticky-note{
    max-height:70px;
    padding:12px 0;
    font-size:calc(21 / 1920 * 100vw);
    height:auto;
  }
}
@media (min-width: 1599px){
.top-sticky-note{
    max-height:70px;
    padding:18px 0;
    font-size:calc(19 / 1920 * 100vw);
    height:auto;
  }

}
/*crown*/
.top-sticky-note.add-crown span{
position:relative;
  padding-left:calc(10px + 1.5em);
}
.top-sticky-note.add-crown span::before{
  content:'';

position:absolute;
  
  bottom:0;
  left:0;
  top:0;
  margin:0 auto;
  
  aspect-ratio:43 / 33;
  width:1.5em;
  height:auto;
  background-image:url('https://img21.shop-pro.jp/PA01498/933/etc_base64/Y3Jvd24.png?cmsp_timestamp=20230714111611');
  background-size:contain;
  background-repeat:no-repeat;
  display:inline-block;
}
.top-cont-imgs__item.crown{
  position:relative;
}
.top-cont-imgs__item.crown::after{
position:absolute;
  content:'';
  top:10px;
  left:10px;
  width:calc(54.82 / 219.5 * 100%);
  height:auto;
  aspect-ratio:54.82 / 41.88;
  background-repeat:no-repeat;
  background-size:contain;
  display:block;
}
.top-cont-imgs__item.crown1::after{
  background-image:url('https://img21.shop-pro.jp/PA01498/933/etc_base64/Y3Jvd24x.png?cmsp_timestamp=20230714121706');
}
.top-cont-imgs__item.crown2::after{
  background-image:url('https://img21.shop-pro.jp/PA01498/933/etc_base64/Y3Jvd24y.png?cmsp_timestamp=20230714121706');
}
.top-cont-imgs__item.crown4::after{
  background-image:url('https://img21.shop-pro.jp/PA01498/933/etc_base64/Y3Jvd240.png?cmsp_timestamp=20230714121706');
}
.top-cont-imgs__item.crown5::after{
  background-image:url('https://img21.shop-pro.jp/PA01498/933/etc_base64/Y3Jvd241.png?cmsp_timestamp=20230714121706');
}
/*SNS*/
.top-cont-section.sns{
margin-top:105px;
margin-bottom:102px;
}

.top-sns__wrapper{
  width:100%;
  margin:0 auto;
  
}
.top-sns__wrapper .top-sns__list{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  column-gap:40px;
  
}
@media screen and (max-width:767.9px){
.top-cont-section.sns{
margin-top:46px;
margin-bottom:46px;
}
.top-sns__wrapper .top-sns__list{
  column-gap:20px; 
}
  .top-sns__list li{
    width:39.55px;
    height:auto;
  }
}
.faq .top-cont-guide__dt{background:#EBE7DC;}
.faq .top-cont-guide__dt-p{ color:#504C41;}
.faq .top-cont-guide__dd{background:#f3f3f3;}
.guide-cont-container__faq{padding: 0 28px 110px;}
.top-cont-head__heading, .top-sticky-note, .mincho-local{font-family: "Hiragino Mincho ProN", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;}
.header-black__area{background: #DEDBD4;}
.top-cont-brand {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
}
.top-cont-brand p {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #C9C9C9;
}
.top-cont-brand-img {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}
.top-cont-brand-img img {
  width: 100%;
  height: auto;
  display: block;
}
/* PC（横並び）用のスタイル */
@media (min-width: 768px) {
  .top-cont-brand {
    flex-direction: row; /* 横並び */
  }
  .main-visual__pick{background: #95524d!important;}
  .main-visual__pick .main-visual__pick-link .main-visual-pic-item{color: #fff!important;}
}

/* SP（縦並び）用のスタイル */
@media (max-width: 767px) {
  .top-cont-brand {
    flex-direction: column; /* 縦並び */
    align-items: center; /* 要素を中央に揃える */
  }

  .top-cont-brand-img {
    flex: 0 0 100%; /* 幅を100%に固定 */
    max-width: 100%; /* 最大幅も100%に設定 */
  }
  .container{display: block;}
  #osusume{font-size:26px;}
  .top-cont-brand p{font-size: 14px;margin-bottom: 15px;
    padding-top: 13px;}
  .top-cont-section .bland{margin-top: 46px;}
}
@media (max-width: 767.9px) {
    .top-sticky-note {
        font-family: "FP-ヒラギノ角ゴ ProN W4", "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif!important;
        font-size: 13px;
    }
}