@charset "UTF-8";
/* =========================
common
==========================*/
:root{
    --primary-white:#ffffff;
    --primary-beige:#FAF9F9;
    --primary-lightbeige:#FBFBFB;    
    --primary-black:#3C3C3C;
    --primary-lightgray:#cfcfcf;
    --primary-gold:#C5A37E;
    --primary-pink:#ED6666;
    --primary-green:#0D8364;
    --primary-lightgreen:#00A479;
    --primary-brown:#231815;
    --primary-blue:#9CC9e5;
    --primary-yellow:#FFF100;
    --primary-orange:#F49C2D;
    --contentWidth:91.4%;
    --contentPadding:4.2%;
    --padding-left165: calc(100vw * 165 / 1440);
    --padding-right165: calc(100vw * 165 / 1440);  
    --padding-left22: calc(100vw * 22 / 375);
    --padding-right22: calc(100vw * 22 / 375);    
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    font-family:
        'Shippori Mincho B1','Shippori Mincho', serif;
    font-size: 1.4rem;
    color: var(--primary-black,#3C3C3C);
    background-color: var(--primary-white,#ffffff);
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
ul,
li {
    list-style: none;
    margin: 0;
}
.section {
    width: 100%;
}
a {
    text-decoration: none;
}
p {
    font-size: 1.4rem;
    letter-spacing: 0.42px;
}
.section-title span {
    color: rgba(197, 163, 126, 0.90);
}

/* =========================
header
==========================*/
header {
    padding: 0;
    height: 100px;
    z-index: 99;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: var(--primary-white);
}
.header-inner {
    height: 100%;
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
}
h1 {
    width: 130px;
    position: absolute;
    left: 82px;
    top: 50%;
    transform: translateY(-50%);
}
h1 img {
    width: 100%;
}
.header-item {
    display: flex;
    align-items: center;
    column-gap: 58px;
    position: absolute;
    top: 50%;
    right: 82px;
    transform: translateY(-50%);
    z-index: 99999;
}
.header-item a {
    color: var(--primary-gold);
    font-size: 18px;
    z-index: 9999;
    width: 106px;
}
/* ハンバーガーメニュー */
.btn-trigger {
    position: relative;
    width: 50px;
    height: 15px;
    cursor: pointer;
}
.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary-lightgreen);
}
.btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
    top: 0;
}
.btn-trigger span:nth-of-type(2) {
    bottom: 0;
}
header.active .btn-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 45px;
    top: 50%;
}
header.active .btn-trigger span:nth-of-type(2) {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 45px;
    top: 50%;
}
/* ハンバーガーメニュー終わり */
header nav {
    position: absolute;
    right: -100%;
    top: 0;
    background-color: var(--primary-white);
    width: 50%;
    transform: translateX(100%);
    transition: 0.3s;
    min-width: 630px;
    z-index: 9999;
    height: 700px;
}
.nav-list {
    flex-wrap: nowrap;
    margin-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    padding-bottom: 30px;
}
.nav_item {
    display: flex;
    padding: 20px;
    text-align: left;
    font-size: 3.2rem;
    font-weight: 500;
    width: 50%;
    color: var(--primary-lightgreen);
    border-bottom: 1px solid rgba(217, 217, 217, 0.70);
}
.header-totsukabrewing__btn,
.header-onlinestore__btn,
.header-furusato__btn {
    margin-top: 18px;
    position: relative;
}
header nav .close {
    position: absolute;
    top: 40px;
    right: 85px;
}
header.active .nav {
    transform: translateX(-160%);
}
.header-totsukabrewing__btn a,
.header-onlinestore__btn a,
.header-furusato__btn a {
    color: var(--primary-lightgreen);
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 110px;
    position: relative;
}
.header-totsukabrewing__btn a::before,
.header-onlinestore__btn a::before,
.header-furusato__btn a::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: var(--primary-lightgreen);
    position: absolute;
    top: 50%;
    left: 83px;
}
.header-totsukabrewing__btn a::after,
.header-onlinestore__btn a::after,
.header-furusato__btn a::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../images/nav_icon.svg);
    left: 230px;
}
.header-totsukabrewing__btn {
    width: 100%;
    height: auto;
}
.header-onlinestore__btn {
    width: 100%;
}
.header-furusato__btn {
    width: 100%;
    height: auto;
}

/* =========================
main
==========================*/
main {
    margin-top: 100vh;
    background-color: var(--primary-white);
    overflow: hidden;
}
.mainVisual {
    position: fixed;
    top: 100px;
    z-index: -10;
    width: 100%;
    aspect-ratio: 1440 / 880;
    max-height:  880px;
}
.mainImg {
    height: 100%;
    width: 100%;
    background-image: url(../images/mainvisual.jpg);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.mainCopy_pc {
    position: absolute;
    left: 13%;
    top: calc(410 / 980 * 100%);
    width: calc(425 / 1440 * 100%);
    height: auto;
}
.mainCopy_sp {
    display: none;
}
.miyotaryugin {
    position: absolute;
    right: 7%;
    top: calc(45 / 980 * 100%);
    width: calc(530 / 1440 * 100%);
    height: auto;
}
.hakuryu {
    position: absolute;
    right: 3%;
    top: calc(350 / 980 * 100%);
    width: calc(690 / 1440 * 100%);
    height: auto;
}

/* kakoi */
.kakoi {
    display: contents;
}
/* story */
.story {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--primary-white);
    padding-top: 64px;
    background-image: url(../images/story_1_kemuri_pc.svg);
    background-repeat: no-repeat;
    background-position: 190px 230px;
}
.section-title span {
    font-size: 2rem;
    font-weight: 700;
}
.section-title h3 {
    font-size: 10rem;
    font-weight: 700;
}
.section-title {
    padding-top: 80px;
    padding-left: var(--padding-left165);
}
.story-title-area {
    position: relative;
    padding-bottom: 200px;
}
/* story title & gold circle */
.story-container {
    position: relative;
    display: flex;
}
.shinshumizu .gold-circle {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 115px;
    top: 40px;
    transform: translateY(-50%) scale(0);
    opacity: 0;
    z-index: 1;
}
.miyota-distilley .gold-circle {
    position: absolute;
    width: 90px;
    height: 90px;
    right: 105px;
    top: 40px;
    transform: translateY(-50%) scale(0);
    opacity: 0;
    z-index: 1;
}
.flavor .gold-circle {
    position: absolute;
    width: 90px;
    height: 90px;
    left: -25px;
    top: 40px;
    transform: translateY(-50%) scale(0);
    opacity: 0;
    z-index: 1;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInCircle {
    0% {
        opacity: 0;
        transform: translateY(-50%) scale(0);
    }
    70% {
        opacity: 0.8;
        transform: translateY(-50%) scale(1.1);
    }
    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}
.gold-circle.active {
    animation: fadeInCircle 0.8s ease forwards;
    animation-delay: 0.3s;
}
/* story shinshumizu */
.shinshumizu {
    padding-left: var(--padding-left165);
}
.shinshumizu .story-title-area {
    padding-top: 95px;
}
.shinshumizu .story-title-area .story-subtitle_pc {
    width: 170px;
    height: auto;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    z-index: 2;
}
.shinshumizu .story-title-area .story-subtitle_pc img{
    width: 100%;
}
.shinshumizu .story-title-area .story-subtitle_sp {
    display: none;
}
.shinshumizu-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 450px;
    width: calc(100vw * 700 / 1440);
    max-width: 700px;
    aspect-ratio: 4 / 3;
    max-height: 450px;
}
.shinshumizu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shikomimizu-image,
.craftgin-image {
    width: calc(100vw * 700 / 1440);
    max-width: 700px;
    aspect-ratio: 4 / 3;
    max-height: 450px;
}
.shikomimizu-image img,
.craftgin-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.botanical-image {
    max-width: 508px;
}
.botanical-image img {
    width: 100%;
    object-fit: cover;
}
.shinshumizu .story-content-area:nth-of-type(3){
    gap: 48px;
    padding-top: 50px;
    padding-bottom: 100px;
}
/* story common */
.story-content-area {
    display: flex;
    gap: 73px;
    padding-bottom: 50px;
    justify-content: start;
}
.story-content-area img {
    max-width: 700px;
}
.story-content-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.16px;
    margin-bottom: 26px;
    width: 490px;
}
.story-content__txt {
    width: 490px;
}
.story-content-description {
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: 0.16px;
    text-align: justify;
    margin-bottom: 26px;
}
/* story miyota-distilley */
.miyota-distilley {
    padding-right: var(--padding-right165);
    background: url(../images/story_2_kemuri_pc.svg);
    background-repeat: no-repeat;
    background-position: 800px 0;
    padding-top: 90px;
    padding-bottom: 150px;
}
.miyota-distilley .story-title-area {
    display: flex;
    width: 100%;
    max-width: 1440px;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
}
.miyota-distilley .story-title-area .story-subtitle_pc {
    width: 237px;
    height: auto;
    margin: 0 auto;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    z-index: 2;
}
.miyota-distilley .story-title-area .story-subtitle_pc img{
    width: 100%;
}
.miyota-distilley .story-title-area .story-subtitle_sp {
    display: none;
}
.miyota-distilley-image {
    width: calc(100vw * 700 / 1440);
    max-width: 700px;
    aspect-ratio: 4 / 3;
    max-height: 450px;
}
.miyota-distilley-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.miyota-distilley-content-image {
    width: 700px;
    display: flex;
    height: calc(100vw * 300 / 1440);
}
.bottle-image {
    width: calc(100vw * 700 / 1440);
    max-height: 300px;
    aspect-ratio: 700 / 300;
}
/* story flavor */
.flavor {
    padding-left: var(--padding-left165);
    background: url(../images/story_3_kemuri_pc.svg);
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: 110px -150px;
    position: relative;
}
.flavor .story-title-area {
    display: flex;
}
.flavor .story-title-area .story-subtitle_pc{
    width: 237px;
    height: auto;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    z-index: 2;
}
.flavor .story-title-area .story-subtitle_pc img{
    width: 100%;
}
.flavor .story-title-area .story-subtitle_sp {
    display: none;
}
.flavor-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 450px;
    width: calc(100vw * 700 / 1440);
    max-width: 700px;
    aspect-ratio: 4 / 3;
    max-height: 450px;
}
.flavor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flavor .story-content-area {
    justify-content: space-between;
}
.flavor .story-content-area img {
    width: 370px;
}

/* our brand */
.ourbrand {
    background-color: var(--primary-beige);
    padding-bottom: 131px;
    position: relative;
    max-width: 1110px;
    margin: -200px auto 0 auto;
    z-index: 2;
}
.ourbrand::before,
.ourbrand::after {
    position: absolute;
}
.ourbrand::before {
    content: "";
    width: 170px;
    height: 100%;
    background-image: url(../images/ourbrand_left.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    top: 0;
    left: -170px;
}
.ourbrand::after {
    content: "";
    width: 170px;
    height: 100%;
    background-image: url(../images/ourbrand_right.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    right: -170px;
}
.ourbrand .section-title {
    padding-left: 0;
}
.ourbrand-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding-top: 110px;
}
.ourbrand-image {
    flex: 1 1 40%;
    position: relative;
    min-width: 300px;
    max-width: 520px;
    height: 30px;
}
.ourbrand-image .smoke {
    position: absolute;
    bottom: -80px;
    left: -10px;
    width: 100%;
    z-index: 0;
}
.ourbrand-image .bottle {
    position: absolute;
    z-index: 1;
    width: 80%;
    height :auto;
    left: 50%;
    top: -185%;
    transform: translate(-50%, -50%);
}
.ourbrand-details h5 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.32px;
}
.ourbrand-details {
    min-width: 300px;
    padding-right: 20px;
}
.ourbrand-info {
    font-size: 1.8rem;
    line-height: 32px;
    letter-spacing: 0.18px;
    margin-top: 30px;
}
.ourbrand-info li {
    margin-bottom: 10px;
}
.ourbrand-tax {
    font-size: 1.2rem;
    line-height: 32px;
    letter-spacing: 0.12px;
}
.ourbrand-description {
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: 0.16px;
    margin-top: 48px;
    width: 440px;
}
.buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.btn {
    padding: 19px 40px 19px;
    display: inline-block;
    transition: background-color 0.3s ease;
}
.btn.online {
    background-color: var(--primary-gold);
    color: var(--primary-black);
    width: 440px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.2px;
    margin-top: 23px;
    text-align: left;
    border: solid 2px transparent;
    transition: .3s;
    padding-left: 30px;
}
.buttons img {
    display: inline-block;
    margin-right: 30px;
}
.btn.tax {
    background-color: var(--primary-green);
    color: #fff;
    width: 440px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.2px;
    margin-top: 23px;
    text-align: left;
    border: solid 2px transparent;
    transition: .3s;
    padding-left: 30px;
}
.btn.online:hover {
    background-color: var(--primary-white);
    color: var(--primary-black);
    border: 2px solid var(--primary-gold);
    -webkit-animation: pulse 10s infinite;
    animation: ripple 2.5s infinite;
    color: var(--primary-black);
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 var(--primary-gold);
    }
    70% {
        box-shadow: 0 0 0 10px rgb(27 133 251 / 0%);
    }
    100% {
        box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);
    }
}
.btn.tax:hover {
    background-color: var(--primary-white);
    color: var(--primary-black);
    border: 2px solid var(--primary-green);
    -webkit-animation: pulse 10s infinite;
    animation: ripple_green 2.5s infinite;
    color: var(--primary-black);    
}
@keyframes ripple_green {
    0% {
        box-shadow: 0 0 0 0 var(--primary-green);
    }
    70% {
        box-shadow: 0 0 0 10px rgb(27 133 251 / 0%);
    }
    100% {
        box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);
    }
}
.btn.tax img {
    transition: .3s;
}
.btn.tax:hover img {
    filter: invert(1);
}
/* recipe */
.recipe {
    background-color: var(--primary-white);
    width: 100%;
    height: 100%;
    background: url(../images/story_3_kemuri_pc.svg);
    background-repeat: no-repeat;
    background-position: 30px -1570px
}
.recipe-subtitle {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 72px;
    line-height: 1.5;
}
.spbr {
    display: none;
}
/* 横スライド */
.recipe-topiclists {
    max-width: calc(320px * 3 + 20px * 3 + 90px);
    width: 100%;
    margin: 40px auto 0;
    padding-bottom: 94px;
    padding-left: 45px;
    padding-right: 45px;
}
.slide-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prev-arrow,
.next-arrow {
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    z-index: 10;
}
.prev-arrow {
    content: '';
    background-image: url(../images/arrow_left.svg);
    background-size: cover;
    left: 0;
}
.next-arrow {
    content: '';
    background-image: url(../images/arrow_right.svg);
    right: 0;
}
.slick-dots li button:before {
    font-size: 30px;
    top: 6px;
}
.slick-dots li button:before {
    color: var(--primary-green);
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--primary-green);
}
/* SP横スライド終了 */
.recipe-topiclist {
    width: 320px;
    margin: 0 10px;
    position: relative;
}
.recipe-img {
    width: 320px;
    height: 300px;
    object-fit: cover;
    object-position: 50% 50%;
}
.recipe-topiclist:nth-of-type(1){
    margin-left: 0;
}
.recipe-topiclist:nth-of-type(1) .recipe-img{
    border: 3px solid #9CC9E5;
}
.recipe-topiclist:nth-of-type(2) .recipe-img{
    border: 3px solid #0D8364;
}
.recipe-topiclist:nth-of-type(3) .recipe-img{
    border: 3px solid #F49C2D;
}
.recipe-topiclist:nth-of-type(4) .recipe-img{
    border: 3px solid #FFF100;
}
.recipe-name {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 15px;
}
.recipe__txt {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}
.recipe-quantity,
.recipe-quantity li {
    list-style: auto;
}
.recipe-quantity li {
    margin-left: 1em;
    margin-bottom: 5px;
}
.recipe-quantity-txt {
    margin-top: 15px;
}
.slick-list {
    margin: 0 10px;
}
/* ryuginmap */
.ryuginmap {
    background-color: var(--primary-white);
    width: 100%;
    height: 100%;
    padding-bottom: 124px;
    background: url(../images/map_kemuri_pc.svg);
    background-repeat: no-repeat;
    background-position: 1020px 0px; 
}
.ryuginmap-wrapper {
    display: flex;
    margin-top: 20px;
    max-width: 1230px;
    padding-left: 230px;
    margin-top: 80px;
}
.ryuginmap-topiclists {
    width: 40%;
    margin-right: 50px;
}
.ryuginmap-topiclist {
    border-bottom: 1px dotted var(--primary-lightgray);
    padding-left: 40px;
    padding-bottom: 20px;
}
.ryuginmap-topiclist:nth-of-type(1) {
    border-top: 1px dotted var(--primary-lightgray);
    padding-left: 40px;
}
.shop-name {
    color: #0D8364;
    font-size: 2rem;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.2px;
    position: relative;
    margin-top: 25px;
}
.shop-name::before {
    position: absolute;
    content: "";
    background-image: url(../images/map_icon.svg);
    top: 0;
    left: -35px;
    width: 35px;
    height: 35px;
}
.map {
    height: 450px;
    overflow: hidden;
    width: 600px;
}
.map iframe {
    margin-top: -60px;
}
.ryuginmap .buttons .btn.online {
    margin: 0 auto;
    display: block;
    margin-top: 70px;
}
/* photo__show */
.photo__show {
    background-color: var(--primary-white);
    width: 100%;
}
.photo__show img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.photo__show .slick-list{
    margin: 0;
}

/* =========================
footer
==========================*/
.footer {
    background-color: var(--primary-lightbeige);
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}
.footer-group {
    display: flex;
    max-width: 1110px;
    margin: 0 auto;
}
.footer-menu {
    padding-left: 20px;
    padding-top: 20px;
}
.footer-logo {
    width: 113px;
    padding-top: 160px;
}
.footer-nav {
    margin-top: 15px;
    padding-left: 10px;
}
.footer-nav li {
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: 0.16px;
}
.copy {
    margin-top: 25px;
    padding-left: 10px;
}
.footer-image__pc {
    padding-left: 50px;
    position: relative;
}
.footer-image__pc img {
    display: block;
}
.footer-sentence_pc {
    width: 490px;
}
.footer-bottle_pc {
    width: auto;
    height: 185px;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.footer-image__sp {
    display: none;
}

/* -----------------------------------------メディアクエリ------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1441px) {
    .mainCopy_pc {
        top: 410px;
        width: 425px;
    }
    /* .miyotaryugin {
        top: 200px;
        width: 240px;
    } */
    .miyotaryugin {
        top: -20px;
        width: 600px;
    }
    .hakuryu {
        top: 300px;
        width: 690px;
        right: 5%;
    }
    .ourbrand {
        max-width: 100%;
        width: calc(100% - 170px - 170px);
    }
    .ryuginmap {
        /* padding: 0; */
        margin: 0 auto;
    }
}

@media screen and (max-width:1024px) {
    .ourbrand .section-title {
        padding-left: 120px;
    }
}

/* header sp */
@media screen and (max-width:768px) {
    header {
        height: 55px;
    }
    h1 {
        width: 85px;
        position: absolute;
        top: 10%; 
        left: 17%;
        transform: translateX(-50%);
        z-index: 9999;
    }
    .nav-list {
        flex-wrap: nowrap;
        margin-top: 50px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        padding-bottom: 30px;
    }
    .header-item {
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 43px;
        transform: translateY(-50%);
        z-index: 99999;
    }
    .header-item a {
        display: none;
    }
    header nav {
        width: 100%;
        min-width: 100%;
        position: relative;
        height: 100vh;
        padding-top: 12px;
        z-index: 999;
        overflow: scroll;
    }
    header nav::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 70px;
        top: 0;
        left: 0;
    }
    .nav_item {
        font-size: 2rem;
        font-weight: 500;
        width: 100%;
        padding-left: 8%;
    }   
    header nav .close {
        position: absolute;
        top: 30px;
        right: 10%;
    }
    header.active .nav {
        transform: translateX(-100%);
    }
    .header-totsukabrewing__btn a,
    .header-onlinestore__btn a,
    .header-furusato__btn a {
        color: var(--primary-lightgreen);
        font-size: 1.4rem;
        font-weight: 500;
        padding-left: 15%;
        position: relative;
    }
    .header-totsukabrewing__btn a::before,
    .header-onlinestore__btn a::before,
    .header-furusato__btn a::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 1px;
        background-color: var(--primary-lightgreen);
        position: absolute;
        top: 50%;
        left: 35px;
    }
    .header-totsukabrewing__btn a::after,
    .header-onlinestore__btn a::after,
    .header-furusato__btn a::after {
        position: absolute;
        content: "";
        width: 25px;
        height: 25px;
        background-image: url(../images/nav_icon.svg);
        left: 200px;
    }
        main {
        margin-top: 79vh;
        background-color: var(--primary-white);
        overflow: hidden;
    }
    .mainVisual {
        position: fixed;
        top: 55px;
        z-index: -10;
        width: 100%;
        aspect-ratio: 375 / 470;
        max-height:  470px;
    }
    .mainImg {
        height: 100%;
        width: 100%;
        background-image: url(../images/mainvisual.jpg);
        background-size: cover;
        background-position: center center;
        overflow: hidden;
    }
    .mainCopy_sp {
        display: block;
        position: absolute;
        left: 10%;
        top: calc(220 / 525 * 100%);
        width: calc(250 / 768 * 100%);
        height: auto;
    }
    .mainCopy_pc {
        display: none;
    }
    .miyotaryugin {
        position: absolute;
        right: 65px;
        top: calc(40 / 525 * 100%);
        width: calc(230 / 678 * 100%);
        height: auto;
    }
    .hakuryu {
        position: absolute;
        right: 3%;
        top: calc(200 / 525 * 100%);
        width: calc(330 / 678 * 100%);
        height: auto;
    }
    .kakoi {
        background-image: url(../images/kemuri_sp.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: 0 20px;
        display: block;
    }
    .story {
        padding-top: 25px;
        padding-bottom: 80px;
        background: none;
    }
    .section-title span {
        font-size: 1.4rem;
        font-weight: 700;
    }
    .section-title h3 {
        font-size: 5rem;
        font-weight: 700;
    }
    .section-title {
        padding-top: 25px;
        padding-left: var(--padding-left22);
    }
    .story-title-area {
        position: relative;
        padding-bottom: 200px;
        height: 460px;
    }
    .shinshumizu .gold-circle {
        position: absolute;
        width: 50px;
        height: 46px;
        left: auto;
        right: 6px;
        top: 18px;
        transform: translateY(-50%) scale(0);
        opacity: 0;
        z-index: 1;
    }
    .miyota-distilley .gold-circle {
        position: absolute;
        width: 50px;
        height: 46px;
        left: 47px;
        top: 20px;
        transform: translateY(-50%) scale(0);
        opacity: 0;
        z-index: 1;
    }
    .flavor .gold-circle {
        position: absolute;
        width: 50px;
        height: 46px;
        left: 585px;
        top: 20px;
        transform: translateY(-50%) scale(0);
        opacity: 0;
        z-index: 1;
    }
    .shinshumizu {
        padding-left: 0;
    } 
    .shinshumizu .story-title-area {
        padding-top: 35px;
    }
    .shinshumizu .story-title-area .story-subtitle_sp {
        position: absolute;
        display: block;
        width: 138px;
        height: auto;
        opacity: 0;
        animation: fadeIn 1s ease forwards;
        z-index: 2;
        right: 22px;
        top: 0;
    }
    .shinshumizu .story-title-area .story-subtitle_pc {
        display: none;
    }
    .shinshumizu .story-content-area .story-content__txt {
        margin: 0 auto;
    }
    .shinshumizu-image {
        position: absolute;
        top: 220px;
        right: 0;
        height: 227px;
        width: 100%;
    }
    .shikomimizu-image,
    .craftgin-image {
        width: 100%;
        height: 227px;
    }
    .shikomimizu-image img,
    .craftgin-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .botanical-image {
        padding-left: 12px;
        padding-right: 12px;
        width: 50%;
        margin: 0 auto;
    }
    .shinshumizu .story-content-area:nth-of-type(3){
        padding-top: 0;
        padding-bottom: 50px;
    }
    .shinshumizu .story-content-area:nth-of-type(4){   
        display: flex;
        flex-direction: column-reverse; 
        gap: 15px;
    }
    .shinshumizu .story-content-area .story-content__txt:nth-of-type(2){
        padding-top: 15px;
    }
    .story-content-area {
        display: block;
        padding-bottom: 40px;
        justify-content: start;
    }
    .story-content-area img {
        width: 100%;
    }
    .story-content-title {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0.13px;
        width: 330px;
        margin-bottom: 15px; 
    }
    .story-content__txt {
        width: auto;
        padding-left: 5.866%;
        padding-right: 5.866%;
    }
    .story-content-description {
        font-size: 1.3rem;
        line-height: 20px;
        letter-spacing: 0.13px;
        margin-bottom: 15px; 
    }   
    .miyota-distilley {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .miyota-distilley .story-title-area {
        padding-bottom: 0;
        height: 440px;
    }
    .miyota-distilley .story-title-area .story-subtitle_sp {
        position: absolute;
        display: block;
        width: 138px;
        height: auto;
        opacity: 0;
        animation: fadeIn 1s ease forwards;
        z-index: 2;
        top: 0;
        left: 22px;
    }
    .miyota-distilley .story-title-area .story-subtitle_pc {
        display: none;
    }
    .miyota-distilley-image {
        position: absolute;
        top: 190px;
        left: 0;
        width: 100%;
        height: 227px;
    }
    .miyota-distilley .story-content-area {
        display: flex;
        flex-direction: column-reverse; 
        gap: 15px;
    }
    .miyota-distilley .story-content-area .story-content__txt {
        margin: 0 auto;
    }
    .miyota-distilley-content-image {
        width: 100%;
        z-index: 1;
        height: auto;
    }
    .flavor {
        padding-left: 0;
        position: relative;
    } 
    .flavor .story-title-area {
        height: 450px;
    }
    .flavor .story-title-area .story-subtitle_sp {
        display: block;
        width: 143px;
        height: auto;
        opacity: 0;
        animation: fadeIn 1s ease forwards;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 600px;
    }
    .flavor .story-title-area .story-subtitle_pc {
        display: none;
    }
    .flavor-image {
        position: absolute;
        top: 200px;
        right: 0;
        height: 227px;
        width: 100%;
    }
    .flavor .story-content-area .story-content__txt {
        margin: 0 auto;
    }
    .flavor .story-content-area img {
        width: 240px;
        height: auto;
    }
    .ourbrand {
        background-color: var(--primary-beige);
        padding-bottom: 15px;
        position: relative;
        z-index: 2;
        padding-left: var(--padding-left22);
    }   
    .ourbrand::before,
    .ourbrand::after {
        position: absolute;
    }
    .ourbrand::before {
        content: "";
        width: 100%;
        height: 47px;
        background-image: url(../images/ourbrand_back_sp_top.svg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100% 100%;
        top: -47px;
        left: 0;
    }
    .ourbrand::after {
        content: "";
        width: 100%;
        height: 47px;
        background-image: url(../images/ourbrand_back_sp_under.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        top: 100%;
        left: 0;
    }
    .ourbrand .section-title {
        padding-top: 0;
        padding-left: 0;
    }
    .ourbrand-container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
    }
    .ourbrand-image {
        flex: 1 1 40%;
        position: relative;
        min-width: 300px;
        max-width: 520px;
        height: 30px;
    }
    .ourbrand-image .smoke {
        position: absolute;
        width: 90%;
        z-index: 0;
        left: 2%
    }
    .ourbrand-image .bottle {
        position: absolute;
        z-index: 1;
        width: 50%;
        height :auto;
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
    }
    .ourbrand-details h5 {
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.16px;
        text-align: center;
    }
    .ourbrand-details {
        min-width: 280px;
        padding-top: 70px;
        margin: 0 auto;
    }
    .ourbrand-info {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.15px;
        margin-top: 16px;
    }
    .ourbrand-info li {
        margin-bottom: 0;
        line-height: 2;
    }
    .ourbrand-tax {
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.11px;
    }
    .ourbrand-description {
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.13px;
        margin-top: 14px;
        width: 280px;
        text-align: justify;
    }
    .buttons {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .btn {
        display: inline-block;
        transition: background-color 0.3s ease;
    }
    .btn.online {
        background-color: var(--primary-gold);
        color: var(--primary-black);
        width: 280px;
        height: 55px;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 55px;
        letter-spacing: 0.13px;
        text-align: left;
        border: solid 2px transparent;
        transition: .3s;
        padding-left: 17px;
        display: flex;
        align-items: center;
    }
    .buttons img {
        display: inline-block;
        margin-right: 8px;
        width: 26px;
        height: auto;
    }
    .btn.tax {
        background-color: var(--primary-green);
        color: var(--primary-white);
        width: 280px;
        height: 55px;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 55px;
        letter-spacing: 0.13px;
        text-align: left;
        border: solid 2px transparent;
        transition: .3s;
        padding-left: 17px;
        display: flex;
        align-items: center;
    }
    .recipe {
        background-color: var(--primary-white);
        width: 100%;
        height: 100%;
        background: none;
    }
    .recipe .section-title {
        padding-top: 80px;
    }
    .recipe-subtitle {
        margin-top: 35px;
    }
    .recipe-subtitle p {
        text-align: center;
        font-size: 1.3rem;
        font-weight: 400;
        line-height: normal;
    }
    .spbr {
        display: block;
    }
    /* 横スライド */
    .recipe-topiclists {
        width: 100%;
        margin: 20px auto 0;
        padding-bottom: 10px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .slide-items img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .prev-arrow,
    .next-arrow {
        background-size: cover;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
        z-index: 10;
    }
    .prev-arrow {
        left: 10px;
    }
    .next-arrow {
        right: 10px;
    }
    .slick-dots {
        left: 0;
    }
    /* 横スライド 終了 */
    .recipe-topiclist {
        width: 280px;
        margin: 0 10px;
        position: relative;
        padding-left: 5px;
    }
    .recipe-img {
        width: 280px;
        height: 250px;
        object-fit: cover;
    }
    .recipe-name {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700;
        margin-top: 6px;
    }
    .recipe__txt {
        font-size: 1.3rem;
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 24px;
    }
    .recipe-quantity,
    .recipe-quantity li {
        list-style: auto;
    }
    .recipe-quantity li {
        margin-left: 1em;
        margin-bottom: 5px;
        font-size: 1.3rem;
        font-weight: 400;
    }
    .recipe-quantity-txt {
        margin-top: 15px;
        font-size: 1.3rem;
        font-weight: 400;
    }
    .ryuginmap {
        width: 100%;
        height: 100%;
        padding-bottom: 40px;
        background: url(../images/map_kemuri_sp.svg);
        background-repeat: no-repeat;
        background-position: 500px 400px; 
        padding-top: 30px;
    }
    .ryuginmap-wrapper {
        margin-top: 30px;
        padding-left: 0;
        justify-content: center;
    }
    .ryuginmap-topiclists {
        display: none;
    }
    .map {
        width: 280px;
        height: 250px;
        overflow: hidden;
    }
    .ryuginmap .buttons .btn.online {
        margin-top: 16px;
        display: flex;
    }
    .photo__show {
        width: 100%;
        height: 100%;
    }
    .photo__show img {
        width: 100%;
        height: 215px;
    }
    .footer {
        background-image: url(../images/footer_background.svg);
        background-repeat: no-repeat;
        background-position: 100px;
        padding-bottom: 0;
    }
    .footer-group {
        display: flex;
        max-width: 1110px;
        margin: 0 auto;
    }
    .footer-menu {
        padding-left: 0;
        width: 100%;
    }
    .footer-logo {
        width: 85px;
        padding-top: 43px;
        padding-left: 22px;
    }
    .footer-nav {
        margin-top: 20px;
        padding-left: 27px;
    }
    .footer-nav li {
        font-size: 1.4rem;
        line-height: 32px;
        letter-spacing: 0.14px;
    }
    .copy {
        margin-top: 190px;
        font-size: 1rem;
        line-height: 32px;
        letter-spacing: 0.1px;
        text-align: center;
        padding-left: 0;
        padding-top: 5px;
    }
    .footer-image__pc {
        display: none;
    }
    .footer-bottle_sp {
        width: 35px;
        height: auto;
    }
} 


@media screen and (max-width:499px) {
    main {
        margin-top: 79vh;
        background-color: var(--primary-white);
        overflow: hidden;
    }
    .mainVisual {
        position: fixed;
        top: 55px;
        z-index: -10;
        width: 100%;
        aspect-ratio: 375 / 470;
        max-height:  470px;
    }
    .mainImg {
        height: 100%;
        width: 100%;
        background-image: url(../images/mainvisual.jpg);
        background-size: 230%;
        background-position: bottom 15% left 45%;
        overflow: hidden;
    }
    .mainCopy_sp {
        display: block;
        position: absolute;
        left: 6%;
        top: calc(46 / 525 * 100%);
        width: calc(193 / 375 * 100%);
        height: auto;
    }
    .mainCopy_pc {
        display: none;
    }
    .miyotaryugin {
        position: absolute;
        right: 0;
        top: calc(90 / 525 * 100%);
        width: calc(230 / 375 * 100%);
        height: auto;
    }
    .hakuryu {
        position: absolute;
        right: 3%;
        top: calc(200 / 525 * 100%);
        width: calc(250 / 375 * 100%);
        height: auto;
    }
    .shinshumizu .gold-circle {
        position: absolute;
        width: 50px;
        height: 46px;
        left: auto;
        right: 6px;
        top: 18px;
        transform: translateY(-50%) scale(0);
        opacity: 0;
        z-index: 1;
    }
    .miyota-distilley .gold-circle {
        position: absolute;
        width: 50px;
        height: 46px;
        left: 47px;
        top: 20px;
        transform: translateY(-50%) scale(0);
        opacity: 0;
        z-index: 1;
    }
    .flavor .gold-circle {
        position: absolute;
        width: 50px;
        height: 46px;
        left: 195px;
        top: 20px;
        transform: translateY(-50%) scale(0);
        opacity: 0;
        z-index: 1;
    }
    .shinshumizu {
        padding-left: 0;
    } 
    .shinshumizu .story-title-area {
        padding-top: 35px;
    }
    .shinshumizu .story-title-area .story-subtitle_sp {
        position: absolute;
        display: block;
        width: 138px;
        height: auto;
        opacity: 0;
        animation: fadeIn 1s ease forwards;
        z-index: 2;
        right: 22px;
        top: 0;
    }
    .shinshumizu .story-title-area .story-subtitle_pc {
        display: none;
    }
    .shinshumizu .story-content-area .story-content__txt {
        margin: 0 auto;
    }
    .shinshumizu-image {
        position: absolute;
        top: 220px;
        right: 0;
        height: 227px;
        width: 100%;
    }
    .shikomimizu-image,
    .craftgin-image {
        width: 100%;
        height: 227px;
    }
    .shikomimizu-image img,
    .craftgin-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .botanical-image {
        width: 100%;
    }
    .shinshumizu .story-content-area:nth-of-type(3){
        padding-top: 0;
        padding-bottom: 50px;
    }
    .shinshumizu .story-content-area:nth-of-type(4){   
        display: flex;
        flex-direction: column-reverse; 
        gap: 15px;
    }
    .shinshumizu .story-content-area .story-content__txt:nth-of-type(2){
        padding-top: 15px;
    } 
    .flavor {
        padding-left: 0;
        position: relative;
    } 
    .flavor .story-title-area {
        height: 450px;
    }
    .flavor .story-title-area .story-subtitle_sp {
        display: block;
        width: 143px;
        height: auto;
        opacity: 0;
        animation: fadeIn 1s ease forwards;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 210px;
    }
    .flavor .story-title-area .story-subtitle_pc {
        display: none;
    }
    .flavor-image {
        position: absolute;
        top: 200px;
        right: 0;
        height: 227px;
        width: 100%;
    }
    .flavor .story-content-area .story-content__txt {
        margin: 0 auto;
    }
    .flavor .story-content-area img {
        width: 240px;
        height: auto;
    }
    .ourbrand-container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 130px;
    }
    .ryuginmap {
        width: 100%;
        height: 100%;
        padding-bottom: 40px;
        background: url(../images/map_kemuri_sp.svg);
        background-repeat: no-repeat;
        background-position: 300px 400px; 
        padding-top: 30px;
    }
    .ryuginmap-wrapper {
        margin-top: 30px;
    }
    .footer {
        background-image: url(../images/footer_background.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        padding-bottom: 0;
    }
}