@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* all */
body {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    color: #603813;
    font-size: 18px;
    line-height: 1.4;
}
img {
    width: 100%;
    height: auto;
}
.btn a {
    background-color: #c8301b;
    color: #fff;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}

.btn .offer-btn {
    background-color: #c8301b;
    color: #fff;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 50px;
    text-decoration: none;
    border: 0px #fff;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}

/* atari-mame */
.atari-mame {
    background-image: url("img/am-back.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.am-img {
    text-align: center;
    padding: 62px 0;
}
.am-img img {
    width: 800px;
    height: auto;
}
.am-product-all {
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.am-product {
    display: flex;
    padding-bottom: 100px;
}
.am-img-gallery {
    max-width: 320px;
}
.am-product-gallery-img {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.am-product-gallery-img img {
    width: 320px;
    height: 320px;
    object-fit: cover;
}
.am-img-gallery-list {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: start;
    margin-bottom: 0;
    margin-top: 0;
}
.js-image1,
.js-image2,
.js-image3,
.js-image4 {
    cursor: pointer;
    border: none;
    background: none;
    transition: .4s;
    padding-left: 0;
    padding-right: 10px;
}
.js-image1 img,
.js-image2 img,
.js-image3 img,
.js-image4 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.js-image1:hover,
.js-image2:hover,
.js-image3:hover,
.js-image4:hover {
    opacity: 0.4;
}
.am-product-text-panama {
    margin-left: 60px;
    background-image: url("img/panama_back.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: top right;
}
.am-product-text-ecuador {
    margin-left: 60px;
    background-image: url("img/ecuador_back.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: top right;
}
.am-product-text-peru {
    margin-left: 60px;
    background-image: url("img/peru_back.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: top right;
}
.am-product-text-yemen {
    margin-left: 60px;
    background-image: url("img/yemen_back.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: top right;
}
.am-limited {
    display:inline-block; 
    text-align: center;
    font-weight: 700;
    color: #c8301b;
    border: solid 1.5px #c8301b;
    border-radius: 50px;
    padding: 5px 30px;
}
.am-title {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 36px;
}
.am-price {
    margin-bottom: 40px;
}
table {
    border-spacing: 0px;
    border-collapse: collapse;
    line-height: 1.5;
    margin-bottom: 15px;
}
th {
    font-weight: 400;
    text-align: start;
}
td {
    padding-left: 30px;
}
.read-more-1 {
    position: relative;
}
.read-more-1 p {
    position: relative;
    max-height: 85px;
    margin-bottom: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.read-more-1:has(:checked) p {
    max-height: 100vh;
}
.read-more-1 p::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fbf9f2 50%, #fbf9f2, #FBF9F2);
    content: '';
}
.read-more-1:has(:checked) p::after {
    content: none;
}
.read-more-1 label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.read-more-1 label:hover {
    color: #c8301b;
    text-decoration: underline;
    cursor: pointer;
}
.read-more-1:has(:checked) label {
    display: none;
}
.read-more-1 label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #b6bdc3;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.read-more-1 input {
    display: none;
}

/* lineup */
.lineup {
    background-image: url("img/lineup_back.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 110px;
}
.lineup-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 100px 0 60px;
}
.lineup-4products {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.lineup-product {
    background-color: #fff;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    padding: 35px 0;
    position: relative;
}
.lineup-product-sub-img img {
    position: absolute;
    position: absolute;
    width: 160px;
    top: -23px;
    left: 8px;
}
.lineup-product-img {
    margin-bottom: 20px;
}
.lineup-product-img img {
    width: 250px;
    height: auto;
}
.lineup-product-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.lineup-product-text {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
}
.lineup-product-sub-title {
    font-weight: 700;
    font-size: 14px;
}
.lineup-product-price {
    font-weight: 700;
    font-size: 36px;
    color: #c8301b; 
}

/* products */
.products {
    background-image: url("img/products-back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.products-title {
    font-size: 48px;
    font-weight: 700;
    color: #c8301b;
    text-align: center;
    padding: 100px 0 60px;
}
.products-item-all {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.products-item-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 0 0 0 60px;
    background-image: url(img/honeycoffee-icon.png);
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: 0 6px;
}
.products-item-detail {
    display: flex;
    padding-bottom: 100px;
}
.products-gallery-img {
    justify-content: center;
    align-items: center;
}
.products-gallery-img img {
    width: 450px;
    height: auto;
}
.products-img-gallery-list {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: start;
}
.js-image5,
.js-image6,
.js-image7,
.js-image8 {
    cursor: pointer;
    border: none;
    background: none;
    transition: .4s;
    padding: 0 3px;
}
.js-image5 img,
.js-image6 img,
.js-image7 img,
.js-image8 img {
    width: 85px;
    height: 85px;
    object-fit: cover;
}
.js-image5:hover,
.js-image6:hover,
.js-image7:hover,
.js-image8:hover {
    opacity: 0.4;
}
.products-text {
    margin-left: 30px;
}
.products-price {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.p-price {
    font-size: 48px;
    font-weight: 700;
    color: #c8301b;
    padding-right: 20px;
}
.p-equivalent {
    font-weight: 700;
    color: #c8301b;
    border: solid 1px #c8301b;
    padding: 8px 10px;
}
.products-main-text {
    padding-bottom: 16px;
}
.products-sub-text {
    font-size: 14px;
    padding-bottom: 40px;
}
.products-btn {
    display: flex;
    align-items: center;
    width: 370px;
    justify-content: space-evenly;
    padding-bottom: 30px;
}
.products-btn-text {
    font-size: 20px;
    font-weight: 700;
}
.am-list {
    text-align: center;
    padding: 50px 0 100px 0;
}
.am-list img {
    max-width: 800px;
}
/* ボタン非活性（11/27 12:00の予約開始前まで）
.products-btn > .btn a {
    background-color: #b6bdc3;
}
.products-btn > .btn .offer-btn {
    background-color: #b6bdc3;
}
 */
/* footer */
footer {
    background-color: #c8301b;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 2rem 1rem;
}

/* スマホ対応 */
@media screen and (max-width:750px) {
    body {
        font-size: 14px;
    }
    .btn a {
        font-size: 16px;
        padding: 10px 40px;
        border-radius: 50px;
    }
    .btn .offer-btn {
        font-size: 14px;
        color: #fff;
        padding: 10px 45px;
        border-radius: 50px;
        border: 0px #fff;
    }
    /* atari-mame */
    .am-img {
        padding: 30px 0;
    }
    .am-img img {
        width: 330px;
        height: auto;
    }
    .am-product-all {
        max-width: 330px;
    }
    .am-product {
        display: block;
        padding-bottom: 50px;
    }
    .am-product-text {
        margin-left: 0;
        background-size: 100%;
        background-position: bottom;
        text-align: center;
    }
    .am-title {
        font-size: 28px;
    }
    .am-price {
        margin-bottom: 20px;
    }
    .swiper-slide img {
        width: 320px;
        height: 320px;
        object-fit: cover;
    }
    .swiper-button-next,
    .swiper-button-prev {
        color: #333 !important;
    }
    .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        margin: 0 0 0 10px !important;
        background: #333 !important;
    }
    .swiper-pagination-bullet:first-child {
        margin: 0 !important;
    }
    .am-product-text-panama,
    .am-product-text-ecuador,
    .am-product-text-peru,
    .am-product-text-yemen {
        margin-left: 0;
        text-align: center;
    }
    .read-more-1 p {
        text-align: left;
    }
    /* lineup */
    .lineup-title {
        font-size: 32px;
        padding: 40px 0;
    }
    .lineup-4products {
        width: 100%;
        margin: 0 auto;
        display: grid;
        justify-content: space-evenly;
        align-items: center;
    }
    .lineup-product {
        margin-bottom: 40px;
    }
    .lineup {
        padding-bottom: 20px;
    }
    /* products */
    .products {
        background-image: url("img/products-back-sp.jpg");
        background-size: 100%;
        background-repeat: repeat;
        background-attachment: fixed;
    }
    .products-title {
        font-size: 32px;
        padding: 40px 0;
    }
    .products-item-title {
        font-size: 24px;
        margin: 0 0 10px 0;
        background-size: 28px;
        background-position: 10px 5px;
        padding: 0 0 0 45px;
    }
    .products-item-detail {
        display: block;
        text-align: center;
        padding-bottom: 60px;
    }
    .products-price {
        padding-bottom: 10px;
    }
    .p-price {
        font-size: 36px;
        padding: 0 0 10px 15px;
    }
    .products-text {
        text-align: center;
        margin: 0 16px;
    }
    .products-gallery-img img {
        width: 350px;
    }
    .js-image5,
    .js-image6,
    .js-image7,
    .js-image8 {
        padding: 0;
    }
    .js-image5 img,
    .js-image6 img,
    .js-image7 img,
    .js-image8 img {
        width: 65px;
        height: 65px;
        margin-right: 5px;
    }
    .products-img-gallery-list {
        margin: 0 14px;
        justify-content: start;
        margin-block-start: 0;
        margin-block-end: 20px;
    }
    .products-main-text {
        margin-top: 20px;
    }
    .products-main-text,
    .products-sub-text {
        text-align: left;
    }
    .am-list {
        padding: 20px 0 60px 0;
    }
    .am-list img {
        max-width: 320px;
    }
}

/* pc/sp出し分け */
@media screen and (min-width:751px) {
    .sp {
        display: none !important;
    }
}
@media screen and (max-width:750px) {
    .pc {
        display: none !important;
    }
}