@charset "UTF-8";

#wrapper, .wrapper{
    min-width: 100%;
}

body, body *{
    font-weight: 500;
}

a:hover,button:hover{
    color: #fff;
}

a:visited{
    color: unset;
}

a{
    transition: .4s;
}

@media screen and (min-width:769px) {
    .sp_br{
        display: none;
    }
}
@media screen and (max-width:768px) {
    .pc_br{
        display: none;
    }
}

.f-title{
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
}

.f-blue{
    color: #120549;
}

.w1116{
    margin: 0 auto;
    max-width: 1116px;
    width: 100%;
}

.text-caption{
    font-size: 16px;
    line-height: 1.6;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header-image{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
}

.header-image a{
    display: block;
}

.header-image img[src$="logo_kuetama_1759813287050.png"]{
    width: 240px;
}

.header-image img[src$="cart-white_1759804270194.png"]{
    width: 45px;
    aspect-ratio: 1;
}

.header.bk-f .header-image img:not(.cart-link-icon-image-hover-img){
    filter: invert(15%) sepia(95%) saturate(600%) hue-rotate(330deg) brightness(65%) contrast(75%);
}

.header-nav_menu{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    width: 80px;
    aspect-ratio: 1;
    background-color: #120549;
    color: #fff;
    z-index: 99;
}

.hamburger {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
}

.hamburger, .hamburger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}

.hamburger span:nth-of-type(1) {
    top: 8px;
}

.hamburger span:nth-of-type(2) {
    top: 18px;
}

.hamburger span:nth-of-type(3) {
    bottom: 8px;
}

.header-nav_links{
    position: fixed;
    top: 0;
    right: 0;
    padding: 100px 40px;
    display: none;
    flex-direction: column;
    max-width: 50dvw;
    height: 100dvh;
    background-color: #726631;
    opacity: 0;
    transform-origin: top right;
    overflow: auto;
}

.header-nav_links.open{
    display: flex;
    animation: .4s ease 1 navlink forwards;
}

@keyframes navlink {
    0% {
        transform: translateY(-400px);
        opacity: 0;

    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.header-nav_menu.open span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
}

.header-nav_menu.open span:nth-of-type(2) {
    opacity: 0;
}

.header-nav_menu.open span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
}

.header-nav_linklist01,.header-nav_linklist02{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.header-nav_link{
    position: relative;
}

.header-nav_link a{
    display: inline-block;
    padding-left: 60px;
    font-size: 24px;
    color: #fff;
}

.header-nav_link a.indent{
    padding-left: 48px;
}

.header-nav_linklist01{
    counter-reset: listnum;
}

.header-nav_link .head{
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
    font-family: "Noto Serif", serif;
    font-size: 22px;
    color: #9c8934;
    background-color: #fff;
    z-index: 100;
    letter-spacing: -1px;
}

.header-nav_linklist02{
    margin-top: 34px;
    padding: 30px 10px 0;
    gap: 15px;
    border-top: 1px solid #fff;
}

.header-nav_linklist02 a{
    font-size: 20px;
    font-weight: 600;
    color: #f0eeee;
}

@media screen and (max-width:1024px) {
    .text-caption{
        font-size: 12px;
    }
    .header{
        background-color: #120549;
    }
    .header-nav_menu{
        width: 60px;
        font-size: 10px;
    }
    .header-nav_menu.open span:nth-of-type(1) {
        transform: translateY(10px) rotate(-45deg);
    }
    .header-nav_menu.open span:nth-of-type(3) {
        transform: translateY(-10px) rotate(45deg);
    }
    .header-image img[src$="logo_kuetama_1759813287050.png"]{
        width: 120px;
    }
    .header-image img[src$="cart-white_1759804270194.png"]{
        width: 30px;
    }
    .header-nav_link::before {
        width: 24px;
        font-size: 20px;
    }
    .header-nav_links{
        min-width: 80dvw;
        padding: 90px 24px 80px;
    }
    .header-nav_link a {
        padding-left: 56px;
        font-size: 18px;
        color: #fff;
    }
    .header-nav_linklist02 {
        margin-top: 30px;
        padding: 20px 10px 0;
    }
    .header-nav_linklist02 a{
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .header-nav_links{
        min-width: 80dvw;
        padding: 90px 16px 80px 14px;
    }
    .header-nav_link a{
        padding-left: 48px;
        font-size: 12px;
        line-height: 1.4;
        color: #fff;
    }
    .header-nav_link a.indent{
        padding-left: 48px;
    }
    .header-nav_link .head{
        width: 40px;
        font-size: 18px;
    }
    .header.bk-f .header-image img:not(.cart-link-icon-image-hover-img){
        filter: unset;
    }
}

.mv-title02{
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%,-50%);
    height: 60dvh;
    z-index: 8;
}

@media screen and (max-width:1024px) {
    .mv-title02{
        height: 48%;
    }
}

.mv-slides::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 10px;
    z-index: 3;
    color: #fff;
    background: linear-gradient(190deg,rgb(5 8 73 / 20%), transparent);
    backdrop-filter: blur(1px);
}

.mv-title_sub{
    font-size: 24px;
}

.mv-title_main{
    text-align: center;
    font-size: 80px;
    line-height: 1.2;
    font-weight: 600;
}

.mv-slides{
    position: relative;
}

.slick-slide.mv-slide{
    width: 100%;
    height: 100dvh;
    object-fit: cover;
}

.slick-dots{
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 5;
}

.slick-dots li{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button{
    width: 14px;
    height: 14px;
    background-color: rgba(17, 5, 73, .9);
    border-radius: 50%;
}

.slick-dots li.slick-active button{
    background-color: #fff;
}

.slick-dots li button:before{
    display: none;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

@media screen and (min-width:1025px) {
    .mv-title_sub span.pc{
        display: inline!important;
    }
    .mv-title_sub span.sp{
        display: none!important;
    }
}

@media screen and (max-width:1024px) {
    .mv{
        margin-top: 60px;
    }
    .slick-slide.mv-slide {
        height: calc(100dvh - 60px);
    }
    .mv-title{
        flex-direction: row-reverse;
        align-items: flex-start;
        padding-top: 40%;
    }
    .mv-title_sub {
        text-indent: -1rem;
        text-align: left;
        writing-mode: vertical-rl;
        font-size: 16px;
    }
    .mv-title_sub span.pc{
        display: none!important;
    }
    .mv-title_sub span.sp{
        display: inline!important;
    }
    .mv-title_sub span.sp.bottom{
        letter-spacing: -4px;
    }
    .mv-title_main {
        text-align: left;
        writing-mode: vertical-rl;
        font-size: 30px;
        line-height: 1.3;
    }
    .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
    }
}

/* section */
.sec-title{
    line-height: 1.5;
    font-size: 54px;
}
@media screen and (max-width:1024px) {
    .sec-title{
        width: 100%;
        text-align: center;
        line-height: 1.6;
        font-size: 24px;
        font-weight: 600;
    }
}
/* section01 */
.sec01{
    padding: 120px 0 160px;
    background-color: #120549;
}

.sec01 .sec-title{
    color: #fff;
}

.sec01-block{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 60px auto 0;
    gap: 0 60px;
}

.sec01-block:first-child{
    margin-top: 0;
}

.sec01-block_text{
    width: 500px;
}

.sec01-block_image{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: right;
    gap: 10px;
    width: calc(100% - 560px);
}

.sec01-block + .sec01-block .sec01-block_image{
    justify-content: left;
}

.sec01-block_image img[src$="sec0101_1759804269452.jpg"]{
    width: calc(67.6% - 10px);
}

.sec01-block_image img[src$="sec0102_1759804269692.jpg"]{
    width: 296px;
}

.sec01-block_image img[src$="sec0103_1759804269982.jpg"]{
    width: 32.4%;
}

.sec01-block_image img[src$="sec0105_1759804265936.jpg"]{
    width: 300px;
}

.sec01-block_image img[src$="sec0106_1759804268194.jpg"]{
    width: 230px;
}

.sec01-block_text{
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #fff;
}

.sec01-block_text p{
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width:1260px) {
    .sec01{
        padding: 20px 0 40px;
    }
    .sec01-block{
        margin: 0 auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        padding: 24px 24px 0;
    }
    .sec01-block:nth-child(3){
        flex-direction: column-reverse;
    }
    .sec01-block_text,
    .sec01-block_image{
        width: 100%;
    }
    .sec01-block_image{
        flex-direction: row;
    }
    .sec01-block_image img[src$="sec0102_1759804269692.jpg"],
    .sec01-block_image img[src$="sec0105_1759804265936.jpg"],
    .sec01-block_image img[src$="sec0106_1759804268194.jpg"]{
        width: calc(50% - 10px);
    }
    .sec01-block_text{
        gap: 15px;
    }
    .sec01-block_text p {
        font-size: 15px;
        line-height: 1.75;
    }
}

/* section02 */
.sec-head{
    position: relative;
}

.sec-head img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.sec-head p{
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

@media screen and (max-width:1260px) {
    .sec-head img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .sec-head p {
        left: 4px;
        bottom: 2px;
        font-size: 8px;
    }
}

.sec04 .sec-head p,
.sec03 .sec-head p{
    color: #000;
}

.block{
    display: flex;
    flex-direction: column;
    padding: 120px 0;
    gap: 32px;
}

.block-note{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}

.sec01-block_text h3,
.block-note h3{
    font-size: 34px;
    line-height: 1.5;
}

.block-note p{
    font-size: 18px;
    line-height: 1.8;
}

.block-image img{
    width: 100%;
}

.block-image p{
    margin-top: 4px;
    font-size: 14px;
}

@media screen and (max-width:1260px) {
    .block{
        padding: 40px 24px;
        gap: 30px;
    }
    .block-note {
        gap: 10px;
        padding: 0;
    }
    .sec01-block_text h3,
    .block-note h3 {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 600;
    }
    .block-note p{
        font-size: 14px;
    }
    .block-image p{
        margin-top: 8px;
        font-size: 12px;
    }
}

@media screen and (min-width:769px) and (max-width:1260px) {
    .sec01-block,
    .block{
        padding-left: 60px;
        padding-right: 60px;
    }
}

.sec03{
    background-color: #120549;
}

.sec03 .block{
    color: #fff;
}

.sec04 .block-note{
    padding: 0;
}

.sec04 .sec-head p{
    backdrop-filter: blur(10px);
    line-height: 1;
}

@media screen and (max-width:768px){
    .sec04 .sec-head p{
        color: #fff;
    }
}


.interview-list{
    display: flex;
    gap: 24px;
}

.interview-item{
    padding: 10px;
}

.interview-item dl{
    margin-top: 12px;
}

.interview-item dt{
    font-size: 20px;
}

.interview-item dd{
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.6;
}

.interview-item .en{
    padding-left: 10px;
    font-size: 14px;
}

@media screen and (max-width:768px) {
    .interview-list{
        flex-direction: column;
        gap: 6px;
    }
    .interview-item{
        padding: 10px;
        text-align: center;
    }
    .interview-item dl{
        margin-top: 12px;
    }
    .interview-item dt{
        font-size: 18px;
    }
    .interview-item dd{
        font-size: 14px;
    }
    .interview-item .en{
        font-size: 12px;
    }
}

.sec05-head{
    text-align: center;
    background-color: #0f0f0f;
}

.sec05-head img{
    width: 100%;
    max-width: 1440px;
}

.shop-list{
    margin: 40px 0;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.shop-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.shop-item dl{
    text-align: center;
}

.shop-item dt{
    font-size: 18px;
}

.shop-item dd{
    margin-top: 10px;
    font-size: 24px;
    font-weight: 800;
}

.shop-item .yen{
    padding-left: 4px;
    font-size: 14px;
}

.link{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    background-color: #120549;
    border-radius: 9999px;
    font-size: 18px;
    padding: 18px 80px;
}

.link::before {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: translateY(-50%) rotate(45deg);
}

.bottom-message{
    margin-top: 120px;
    position: relative;
    text-align: right;
}

.bottom-message-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.bottom-message-text p{
    text-align: left;
    font-size: 32px;
    letter-spacing: 8px;
    line-height: 1.6;
}

@media screen and (max-width:1260px) {
    .shop-list {
        margin: 40px 0;
        flex-direction: column;
        gap: 24px;
    }
    .shop-item dt{
        font-size: 16px;
    }
    .shop-item dd{
        font-size: 20px;
    }
    .shop-item .yen{
        font-size: 12px;
    }
    .link {
        font-size: 16px;
        padding: 12px 60px;
    }
    .link::before {
        right: 25px;
        top: 50%;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    .bottom-message-text{
        position: static;
        gap: 10px;
        padding: 0 24px 40px;
        align-items: center;
        transform: unset;
    }
    .bottom-message-text p {
        width: 100%;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 1.6;
        text-align: center;
    }
    .bottom-message-text .link{
        padding: 12px 40px;
    }
}

@media screen and (min-width:769px) and (max-width:1260px) {
    .shop-list {
        flex-direction: row;
        padding: 0 60px;
    }
    .shop-item{
        width: calc(50% - 24px);
    }
}


.sns{
    margin-top: 0;
}

.sns a{
    display: block;
}

.sns a img{
    vertical-align: middle;
}

.row{
    max-width: 1100px;
    width: 100%;
}

.footer-shoppingguide ul{
    width: auto;
}

.lp2024 .footer-top,.footer-bottom{
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width:1024px) {
    .footer-top .row {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    .lp2024 .footer-logo,
    .lp2024 .footer-shoppingguide{
        width: auto;
    }
    .footer-logo img {
        max-width: auto;
        max-height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .footer-top .row {
        flex-direction: column-reverse;
    }
    .lp2024 .footer-shoppingguide{
        width: 100%;
    }
}

.brackets-start{
    display: inline-block;
    text-indent: -.75rem;
    letter-spacing: .4rem;
}

.brackets-end{
    display: inline-block;
    text-indent: .35rem;
    letter-spacing: -.75rem;
}

@media screen and (max-width:1024px) {
    .brackets-start{
        text-indent: -.4rem;
        letter-spacing: .14rem;
    }
    .brackets-end{
        text-indent: .05rem;
        letter-spacing: -.15rem;
    }
}

.cart-link-icon-image-wrap {
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.cart-link-icon-image-hover{
    display: none;
}

@media (hover: hover) {
    .header-nav_menu:hover{
        color: #fff;
    }
    .header-nav_linklist02 a:hover{
        color: #666;
    }
    @keyframes wave-wrap-top {
        from {
            bottom:-60px
        }

        to {
            bottom: -26px
        }
    }
    .cart-link-icon-image-wrap:hover .cart-link-icon-image-hover {
        display: block;
        opacity: 1;
        animation: wave-wrap-top ease-out 2s 1 forwards
    }
    .cart-link-icon-image-wrap .cart-link-icon-image-hover {
        position: absolute;
        bottom: -60px;
        left: 0;
        width: 220px;
        z-index: -1
    }
    .cart-link-icon-image {
        width: 36px
    }
}