/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div#outer {
    max-width: unset;
}

html {
    scroll-behavior: smooth;
}

/* 基本設定 */
body {
    font-family: 'Shippori Mincho', serif;
    background-color: #F7FAFB;
    color: #222020;
    line-height: 1.8;
    overflow-x: hidden;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents {
    width: 100vw;
    overflow-x: hidden;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* セクション共通 */
section {
    width: 100%;
    overflow-x: hidden;
}

/* ヒーローセクション */
.hero {
    width: 100vw;
    height: 44.444vw;
    background-image: url('../images/fv.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 10.938vw;
    padding-left: 61.667vw;
}

.hero__title {
    font-family:'Shippori Mincho', serif;
    font-size: 2.778vw;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.16em;
}

.hero__button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.556vw;
    width: 28.611vw;
    margin-top: 2.778vw;
}

.hero__button-text {
    font-family: 'Shippori Mincho', serif;
    font-size: 1.25vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #06B1C8;
}

.hero__button {
    display: inline-block;
    width: 28.611vw;
    height: 5.278vw;
    background-color: #06B1C8;
    color: white;
    border-radius: 0.556vw;
    text-decoration: none;
    font-family: 'Hiragino Mincho ProN', 'Shippori Mincho', serif;
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-top: 1.667vw;
    padding-left: 2.743vw;
    position: relative;
}

.hero__button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 1.806vw;
    right: 2.743vw;
    background-image: url('../images/white-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* アバウトセクション */
.about {
    width: 100vw;
    padding: 8.333vw 0;
    position: relative;
}

.about__container {
    width: 65.556vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.778vw;
}

.about__text {
    color: #222020;
    text-align: center;
    -webkit-text-stroke-width: 0.014vw;
    -webkit-text-stroke-color: #000;
    font-family: "Shippori Mincho";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.about__image {
    width: 65.556vw;
    height: 24.861vw;
}

.about__button {
    width: 31.806vw;
    height: 5.278vw;
    background-color: transparent;
    color: #06B1C8;
    text-decoration: none;
    font-family: 'Shippori Mincho', serif;
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    border-radius: 0.556vw;
    border: 2px solid #06B1C8;
    padding-top: 1.667vw;
    padding-left: 5.069vw;
    position: relative;
}

.about__button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 1.806vw;
    right: 5.069vw;
    background-image: url('../images/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.reason {
    width: 100vw;
    padding: 5.556vw 0 0;
    background: radial-gradient(68.1% 78.22% at 100% 12.27%, rgba(27, 139, 173, 0.20) 0%, rgba(27, 139, 173, 0.00) 100%), linear-gradient(180deg, #EAF4F7 0%, #F6F9FB 100%);
}

.reason__container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.556vw;
}

.reason__title {
    color: #222020;
    -webkit-text-stroke-width: 0.014vw;
    -webkit-text-stroke-color: #000;
    font-family: "Shippori Mincho";
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding: 0;
    margin: 0;
}

.reason__row {
    width: 100%;
    padding-top: 2.361vw;
    padding-left: 18.125vw;
    position: relative;
}

.reason__row-content-number {
    width: 6.667vw;
    height: 7.292vw;
    position: absolute;
    top: 0;
    left: 6.979vw;
}

.reason__row-content-number--1 {
    background-image: url('../images/ichi.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.reason__row-content-number--2 {
    background-image: url('../images/ni.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.reason__row-content-number--3 {
    background-image: url('../images/san.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}    

.reason__row-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 5.556vw;
}

.reason__row-content-text-wrap {
    width: 29.306vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.667vw;
}

.reason__row-content-text-wrap-title {
    color: #243441;
    font-family: "Shippori Mincho",serif;
    font-size: 2.778vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.08em;
   padding: 0;
   margin: 0;
}

.reason__row-content-text-wrap-line {
    width: 3.333vw;
    height: 0.139vw;
    background-color: #06B1C8;
}

.reason__row-content-text-wrap-text {
    color: #52606A;
    font-family: "Shippori Mincho",serif;
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
}


.reason__row-content-image {
    width: 47.083vw;
    height: 21.667vw;
}

.product {
    width: 100vw;
    padding: 13.889vw 0 5.556vw;
    background-color: #F7FAFB;
}

.product__container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.556vw;
}

.product__title {
    font-family: 'Hiragino Mincho ProN', 'Shippori Mincho', serif;
    font-size: 1.667vw;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.15em;
    color: black;
    margin: 0;
    padding: 0;
}

.product__row-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.778vw;
    position: relative;
}

.product__row-title {
    color: #222020;
    font-family: "Shippori Mincho";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    width: fit-content;
    position: relative;
    padding: 0 10.972vw;
}

.product__row-title::before {
    content: '';
    width: 9.236vw;
    height: 0.069vw;
    background-color: #06B1C8;
    position: absolute;
    top: 0.972vw;
    left: 0;
}

.product__row-title::after {
    content: '';
    width: 9.236vw;
    height: 0.069vw;
    background-color: #06B1C8;
    position: absolute;
    top: 0.972vw;
    right: 0;
}

.product__row-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.111vw;
    width: fit-content;
    max-width: 100%;
}

.product__row-nav-btn {
    width: 2.778vw;
    height: 2.778vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #06B1C8;
    font-size: 1.111vw;
    background-color: rgba(6, 177, 200, 0.08);
    border: 0.069vw solid #06B1C8;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.2s ease, background-color 0.2s ease;
    z-index: 1;
}

.product__row-nav-btn:hover {
    background-color: rgba(6, 177, 200, 0.08);
}

.product__row-nav-btn:disabled {
    opacity: 0.35;
    pointer-events: none;
}

.product__row-nav-btn.is-hidden {
    display: none;
}

.product__row-nav-btn--prev {
    position: absolute;
    top: 22.36vw;
    left: 6.667vw;
}

.product__row-nav-btn--next {
    position: absolute;
    top: 22.36vw;
    right: 6.667vw;
}

.product__row-wapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.product__row-wapper::-webkit-scrollbar {
    display: none;
}

.product__row-wapper.is-dragging {
    cursor: grabbing;
}

.product__row {
    margin-left: 11.111vw;
    margin-right: 11.111vw;
    width: fit-content;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 1.111vw;
}

.product__item {
    width: 25vw;
    flex-shrink: 0;
    background-color: white;
    border-radius: 1.667vw;
    padding: 0.833vw 1.111vw;
}

.product__item-image {
    width: 22.778vw;
    height: 12.5vw;
    border-radius: 0.556vw;
    overflow: hidden;
    position: relative;
}

.product__item-image-tag {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #06B1C8;
    color: white;
    padding: 0.278vw 0.556vw;
    font-family: 'Shippori Mincho', serif;
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

.product__item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.111vw;
    margin-top: 1.111vw;
    margin-bottom: 1.667vw;
}

.product__item-title {
    color: #221815;
    font-family: "Shippori Mincho", serif;
    font-size: 1.458vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}

.product__item-price {
    color: #333;
    font-family: "Shippori Mincho", serif;
    font-size: 1.25vw;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.08em;
}

.product__item-price span {
    color: #333;
    font-family: "Shippori Mincho";
    font-size: 2.778vw;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    margin: 0 0.278vw;
    display: inline-block;
}

.product__description-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 2.361vw;
}

.product__item-description {
    color: #221815;
    font-family: "Shippori Mincho", serif;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
}

.product__item-arrow {
    width: 2.222vw;
    height: 0.972vw;
    background-image: url('../images/more.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.product__item-arrow.is-open {
    transform: scaleY(-1);
}

.product__item-text {
    width: 100%;
    font-family: "Shippori Mincho", serif;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.6;
    color: #221815;
    margin: 0;
    padding: 0;
    display: none;
}

.product__item-button {
    border-radius: 0.556vw;
    color: white;
    background: #06B1C8;
    width: 100%;
    height: 3.958vw;
    display: inline-block;
    font-family: "Shippori Mincho", serif;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding-top: 1.111vw;
    padding-left: 7.604vw;
    position: relative; 
}

.product__item-button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 1.146vw;
    right: 7.604vw;
    background-image: url('../images/white-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* レスポンシブデザイン */
@media (max-width: 780px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .contents {
        width: 100vw;
    }

    /* セクション共通 */
    section {
        width: 100%;
        overflow-x: hidden;
    }

    /* ヒーローセクション */
    .hero {
        width: 100vw;
        height: 165.867vw;
        background-image: url('../images/sp-fv.jpg');
        background-size: cover;
        background-position: center center;
        padding-top: 97.067vw;
        padding-left: 4.267vw;
    }

    .hero__title {
        font-size: 6.4vw;
    }

    .hero__button-wrap {
        gap: 2.133vw;
        width: 91.467vw;
        margin-top : 6.4vw;
    }

    .hero__button-text {
        font-size: 3.733vw;
    }

    .hero__button {
        display: inline-block;
        width: 91.467vw;
        height: 16vw;
        border-radius: 2.133vw;
        font-size: 3.733vw;
        padding-top: 5.333vw;
        padding-left: 13.333vw;
        position: relative;
    }
    
    .hero__button::after {
        content: '';
        width: 6.4vw;
        height: 6.4vw;
        position: absolute;
        top: 4.8vw;
        right: 13.333vw;
    }
    
    /* アバウトセクション */
    .about {
        width: 100vw;
        padding: 21.333vw 0;
    }

    .about__container {
        width: 91.467vw;
        margin: 0 auto;
        height: unset;
        display: flex;
        gap: 10.667vw;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .about__text {
        width: 100%;
        font-size: 3.733vw;
    }

    .about__image {
        width: 91.467vw;
        height: 34.693vw;
    }

    .about__button {
        width: 91.467vw;
        height: 16vw;
        font-size: 3.733vw;
        border-radius: 2.133vw;
        padding-top: 5.333vw;
        padding-left: 14.4vw;
    }

    .about__button::after {
        width: 6.4vw;
        height: 6.4vw;
        top: 4.8vw;
        right: 14.4vw;
    }

    .reason {
        width: 100vw;
        padding: 21.333vw 0 0;
    }

    .reason__container {
        width: 91.467vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10.667vw;
    }

    .reason__title {
        font-size: 4.8vw;
    }

    .reason__row {
        padding-top: 0;
        padding-left: 0;
    }

    .reason__row-content-number {
        width: 25.6vw;
        height: 28vw;
        position: absolute;
        top: -2.667vw;
        left: unset;
        right: 0;
    }

    .reason__row-content-number--1 {
        background-image: url('../images/sp-ichi.png');
    }

    .reason__row-content-number--2 {
        background-image: url('../images/sp-ni.png');
    }

    .reason__row-content-number--3 {
        background-image: url('../images/sp-san.png');
    }

    .reason__row-content {
        flex-direction: column;
        align-items: center;
        gap: 6.4vw;
    }

    .reason__row-content-text-wrap {
        width: 100%;
        gap: 4.267vw;
    }

    .reason__row-content-text-wrap-title {
        font-size: 7.467vw;
    }

    .reason__row-content-text-wrap-line {
        width: 12.8vw;
        height: 0.533vw;
        background-color: #06B1C8;
    }

    .reason__row-content-text-wrap-text {
        font-size: 4.267vw;
    }

    .reason__row-content-image {
        width: 91.467vw;
        height: 42.091vw;
    }

    .product {
        width: 100vw;
        padding: 21.333vw 0;
    }

    .product__container {
        width: 91.467vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10.667vw;
    }

    .product__title {
        font-size: 4.8vw;
    }

    .product__row-wrap {
        gap: 10.667vw;
    }

    .product__row-title {
        font-size: 4.8vw;
        padding: 0 10.667vw;
    }

    .product__row-title::before {
        width: 8vw;
        height: 0.267vw;
        top: 3.733vw;
        left: 0;
    }

    .product__row-title::after {
        width: 8vw;
        height: 0.267vw;
        top: 3.733vw;
        right: 0;
    }

    .product__row-header {
        gap: 2.667vw;
    }

    .product__row-nav-btn {
        width: 8vw;
        height: 8vw;
        font-size: 3.2vw;
        border-width: 0.267vw;
    }

    .product__row-nav-btn--prev {
        position: absolute;
        top: 75vw;
        left: 3vw;
    }

    .product__row-nav-btn--next {
        position: absolute;
        top: 75vw;
        right: 3vw;
    }

    .product__row {
        margin-left: 0;
        margin-right: 0;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 4.267vw;
    }

    .product__item {
        width: 80vw;
        padding: 3.2vw;
        border-radius: 6.4vw;
    }

    .product__item-image {
        width: 73.6vw;
        height: 40.389vw;
        border-radius: 2.133vw;
    }

    .product__item-image-tag {
        font-size: 4.267vw;
        padding: 1.067vw 2.133vw;
    }
    
    .product__item-content {
        width: 100%;
        gap: 6.4vw;
        margin-top: 6.4vw;
        margin-bottom: 6.4vw;
    }

    .product__item-title {
        font-size: 4.8vw;
    }

    .product__item-price {
        font-size: 3.733vw;
    }

    .product__item-price span {
        font-size: 10.667vw;
        margin: 0 2.133vw;
    }

    .product__description-row {
        height: 9.067vw;
    }

    .product__item-description {
        font-size: 3.733vw;
    }

    .product__item-arrow {
        width: 8.533vw;
        height: 3.733vw;
    }
    
    .product__item-text {
        font-size: 3.733vw;
    }

    .product__item-button {
        width: 100%;
        height: 16vw;
        font-size: 3.733vw;
        padding-top: 5.333vw;
        padding-left: 24vw;
        position: relative;
    }

    .product__item-button::after {
        content: '';
        width: 6.4vw;
        height: 6.4vw;
        position: absolute;
        top: 4.8vw;
        right: 24vw;
    }
}



/* ===========================
   ギフトカテゴリボタン
=========================== */

.gift-tab{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:16px;
    margin:40px auto 60px;
}

.gift-tab__btn{
    display:flex;
    justify-content:center;
    align-items:center;
    min-width:220px;
    padding:16px 28px;
    background:#fff;
    border:1px solid #8c7554;
    border-radius:999px;
    color:#5b4326;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    transition:.3s;
}

.gift-tab__btn:hover{
    background:#8c7554;
    color:#fff;
}

@media (max-width:780px){

    .gift-tab{
        gap:10px;
        margin:24px auto 40px;
    }

    .gift-tab__btn{
        width:100%;
        min-width:0;
        font-size:14px;
        padding:14px;
    }

}

#summer,
#wagashi,
#yogashi,
#standard{
    scroll-margin-top:100px;
}


