﻿/* ------------------------------
    HEADER
------------------------------ */
.pane-header:not(.top-fixed) {
    position: fixed;
    background-color: transparent;
    box-shadow: none;
}
.pane-header:not(.top-fixed).hide {
  transform: translateY(0%);
}
.pane-header.top-blur {
    animation: blur-show 1s;
}
.pane-header:not(.top-fixed) .logo-svg {
    fill :white;
}
.pane-header:not(.top-fixed) .nav .nav-btn:not(.active)::before,
.pane-header:not(.top-fixed) .nav .nav-btn:not(.active)::after,
.pane-header:not(.top-fixed) .nav .nav-btn:not(.active) span {
    background-color: white;
}
.pane-header.top-fixed {
    position: fixed;
}
@keyframes blur-show {
  0% {
    opacity: 0;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    filter: blur(4px);
  }
}
@media (min-width: 769px) {
    .pane-header:not(.top-fixed) .logo a {
        transition: .4s;
    }
    .pane-header:not(.top-fixed) .logo a:hover,
    .pane-header:not(.top-fixed) .nav .nav-list .nav-item a:hover {
        filter: blur(10px);
    }
    .pane-header:not(.top-fixed) .nav .nav-list .nav-item a {
        background: var(--font-color);
        background-clip: text;
        background-size: 200% 100%;
        transition: .4s;
    }
}
@media (max-width: 768px) {
    .pane-header:not(.top-fixed) .logo {
        opacity: 0;
    }
}
/* ------------------------------
    MV
------------------------------ */
.mv-area {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.mv-area .mv-inner {
    background-image: url(../img/top/mv.jpg);
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.mv-area .mv-inner.is-hide {
    filter: blur(5px);
}
@media (max-width: 768px) {
    .mv-area .mv-inner {
        background-image: url(../img/top/mv_sp.jpg);
    }
}
/* ------------------------------
    COMMON
------------------------------ */
.block-top-contents {
    padding: 5em 0;
}
/* ------------------------------
    BRAND
------------------------------ */
.block-top-contents.brand {
    color: white;
    padding-bottom: 0;
}
.block-top-contents.brand a { color: white; }
.block-top-contents.brand .swiper-wrapper {
  transition-timing-function: linear;
}
.block-top-contents.brand .brand-read {
    background: url(../img/top/brand.jpg) top center / cover no-repeat;
    height: 100svh;
    display: flex;
    align-items: center;
}
.block-top-contents.brand .read {
    text-align: center;
    line-height: 1.8;
}
.block-top-contents.brand .read .logo-svg {
    margin-top: 2em;
}
.block-top-contents.brand .image-slider .img-block {
    aspect-ratio: 768 / 512;
    overflow: hidden;
    position: relative;
}
.block-top-contents.brand .image-slider .img-block img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -50%;
    bottom: -50%;
    margin: auto;
}
@media (min-width: 769px) {
    .block-top-contents.brand .brand-read .contents-wrap {
        display: flex;
    }
    .block-top-contents.brand .brand-read .contents-wrap {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .block-top-contents.brand .brand-read .h2-title {
        margin: 0 auto 0 0;
    }
    .block-top-contents.brand .brand-read {
        position: relative;
    }
}
@media (max-width: 768px) {
    .block-top-contents.brand .brand-read {
        position: relative;
    }
    .block-top-contents.brand .brand-read {
        gap: 1.8em;
        padding: 10.5em 0 6.5em;
        height: auto;
        min-height: 100vh;
        background-image: url(../img/top/brand_sp.jpg);
    }
    .block-top-contents.brand .h2-title {order: 1;margin: 0;line-height: 1;text-align: center;margin-bottom: 1em;}
    .block-top-contents.brand .read {
        order: 2;
    }
}
/* ------------------------------
    PRODUCT
------------------------------ */
.block-top-contents.product {
    background:linear-gradient(
        to bottom,
        #EBE8E2 0%,
        #9FA1A7 25%,
        #EDEDED 50%,
        #9FA1A7 75%,
        #DDDDDD 90%,
        #EDEDED 95%
    );
    color: white;
}
.block-top-contents.product *:not(.category-btn-list):not(.category-btn-list *) {
    color: var(--font-color);
}
.block-top-contents.product [class*="h"][class*="-title"].is-line::after {
    background-color: var(--font-color);
}
.block-top-contents.product .category-btn-list a {
    color: white;
    position: relative;
    padding: 1em;
    display: block;
    overflow: hidden;
    border-radius: 0.5em;
}
.block-top-contents.product .category-btn-list a::before,
.block-top-contents.product .category-btn-list a:hover::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.9%, rgba(0, 0, 0, 0.6) 100%);
}
.block-top-contents.product .category-btn-list figure {
    margin: -1em;
    transition: .3s;
}
.block-top-contents.product .category-btn-list a:hover figure {
    transform: scale(1.1);
}
.block-top-contents.product .link-btn {
    text-align: center;
    margin-top: 3em;
}
.block-top-contents.product .link-btn .btn {
    /* text-align: justify; */
    border-color: white;
}
.block-top-contents.product .link-btn .btn .text {
    text-align: center;
    display: inline-block;
}
.block-top-contents.product .product-list-wrap .name {
    margin-top: 10px;
    font-size: 24px;
}
.block-top-contents.product .product-list-wrap .name .font-s {
    font-size: 14px;
    line-height: 1.4;
    display: block;
}
.product-list-wrap + .product-list-wrap {
    margin-top: 5em;
}
.block-top-contents.product .link-btn.for-salon .btn {
    max-width: 430px;
    background: rgb(65 113 178 / 17%);
}
.block-top-contents.product .product-list-wrap .item.swiper-slide-active .img-block {
    transform: scale(1);
}
.block-top-contents.product .product-list-wrap .item .img-block {
    transition: transform 2s;
    transform: scale(0.9) translateY(calc(100% * 0.05));
    background-color: white;
    width: 100%;
    height: fit-content;
    aspect-ratio: 1;
    text-align: center;
    display: flex;
}
.block-top-contents.product .product-list-wrap .item .img-block img {
    max-height: 95%;
    margin: auto;
}
.block-top-contents.product .product-list-wrap .item .price { display: none; }
.block-top-contents.product .swiper-button-wrap {
    margin-top: 50px;
}
.block-top-contents.product .category-btn-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    margin-top: 6em;
}
.block-top-contents.product .category-btn-list .text {
    position: absolute;
    left: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    color: white;
    font-size: 26px;
    line-height: 0.8;
    z-index: 2;
}
.block-top-contents.product .category-btn-list .text .more {
    font-size: 11px;
}
.block-top-contents.product .category-btn-list .text::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    transition: .4s;
}
.block-top-contents.product .category-btn-list .text::after {
    content: "";
    display: inline-flex;
    align-items: center;
    width: 0.3em;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    transition: .4s;
    background: var(--allow-img-wh);
}
@media (min-width: 769px) {
    .block-top-contents.product .link-btn .btn:hover { border-color: transparent;}
    .link-btn.rich-fukidashi .fukidashi,
    .block-top-contents.product .product-list-wrap .item:hover .img-block img {
        transition: .4s;
    }
    .link-btn.rich-fukidashi .fukidashi.on-hover {transform: translateY(-10px);}
    .block-top-contents.product .product-list-wrap .item:hover .img-block {
        overflow: hidden;
    }
    .block-top-contents.product .product-list-wrap .item:hover .img-block img {
        transform: scale(1.1);
    }
    .block-top-contents.product .link-btn.rich-fukidashi {width: calc((100% - 2em) / 3);}
    .block-top-contents.product .category-btn-list li {
        position: relative;
        width: calc((100% - 6em) / 4);
    }
    .block-top-contents.product .category-btn-list li + li {
        margin-left: auto;
    }
}
@media (max-width: 768px) {
    .block-top-contents.product .category-btn-list {
        flex-direction: column;
    }
    .block-top-contents.product .category-btn-list li {
        position: relative;
    }
    .block-top-contents.product .product-list-slider {
        margin-right: -30px;
    }
}
/* ------------------------------
    NEWS
------------------------------ */
.block-top-contents.news { background-color: white; }
.block-top-contents.news .news-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.block-top-contents.news .news-list .news-contnet + .news-contnet {border-top: 1px solid #ccc;}
.block-top-contents.news .news-list .news-contnet a {
    display: flex;
    flex-direction: column;
    padding: 1em;
    height: 100%;
}
.block-top-contents.news .news-list .news-contnet .is-day {
    margin-bottom: 10px;
}
.block-top-contents.news .news-list .news-contnet a .more {
    margin-top: auto;
    margin-left: auto;
}

.block-top-contents.news .hacobune-gallery {
    /* 260205修正ここから */
    /* width: calc(100% - 320px); */
    /* 260205修正ここまで */
}
.block-top-contents.news .hacobune-logo {
    display: none !important;
}
.block-top-contents.news .hacobune-mix-search {
    display: none !important;
}
.block-top-contents.news .news-swiper .swiper-wrapper {
    flex-wrap: nowrap !important;
}
.block-top-contents.news .news-swiper .swiper-slide {
    /* 260205修正ここから */
    /* width: 200px !important; */
    /* 260205修正ここまで */
    max-width: none !important;
    flex: 0 0 auto !important;
}
.block-top-contents.news .news-swiper {
    overflow: hidden !important;
}

.block-top-contents.news .news-swiper .swiper-wrapper {
    flex-wrap: nowrap !important;
}

.block-top-contents.news .news-swiper .swiper-slide {
    flex: 0 0 auto !important;
    /* 260205修正ここから */
    /* width: 240px !important; */
    /* 260205修正ここまで */
}
.block-top-contents.news .news-swiper .hacobune-swiper-slide {
    width: 100% !important;
}
.block-top-contents.news .news-swiper .hacobune-thumbnail {
    height: 100% !important;
}
.block-top-contents.news .news-swiper .hacobune-template-type-slider {
    height: auto !important;
}
.block-top-contents.news .news-swiper-txt {
    color: var(--common-color);
    font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
    line-height: 1.5;
    font-size: 13px;
    text-align: left;
    /* 260205修正ここから */
    /* padding: 0 8px; */
    padding: 15px 8px 0 8px;
    /* 260205修正ここまで */
}
.block-top-contents.news .news-swiper-wrap {
    position: relative;
}
.block-top-contents.news .news-swiper-button-prev,
.block-top-contents.news .news-swiper-button-next {
    position: absolute;
    top: 150px;
    width: 30px;
    height: 30px;
    border-top: 2px solid #333333;
    cursor: pointer;
    z-index: 2;
}
.block-top-contents.news .news-swiper-button-prev {
    left: -40px;
    transform: rotate(-45deg);
    border-left: 2px solid #333333;
}
.block-top-contents.news .news-swiper-button-next {
    right: -40px;
    transform: rotate(45deg);
    border-right: 2px solid #333333;
}
.block-top-contents.news .swiper-button-disabled {
    opacity: 0;
}

@media (max-width: 1080px) {
    .block-top-contents.news .news-swiper-button-prev {
        left: 10px;
    }
    .block-top-contents.news .news-swiper-button-next {
        right: 10px;
    }
}

@media (min-width: 769px) {
    .block-top-contents.news .news-content {
        /* 260205修正ここから */
        /* display: flex; */
        /* 260205修正ここまで */
        flex-wrap: wrap;
    }
    .block-top-contents.news .news-content .h2-title { width: min(100%,320px); }
    .block-top-contents.news .news-content .news-list {  }
    .block-top-contents.news .news-content .link-btn {
        width: min(100%,320px);
        display: flex;
        align-items: center;
        margin-top: 40px;
    }
    .block-top-contents.news .news-list .news-contnet:not(:first-child:last-child) {
        height: 100%;
    }
    .block-top-contents.news .news-list .news-contnet:first-child:last-child {
        border-bottom: 1px solid #ccc;
    }
}
@media (max-width: 768px) {
    .block-top-contents.news .news-content .link-btn {
        margin-top: 4em;
    }
    .block-top-contents.news .news-content .h2-title {
        margin-bottom: 0;
    }
    .block-top-contents.news .hacobune-gallery {
        width: 100%;
    }
    .block-top-contents.news .news-swiper-button-prev {
        left: -10px;
    }
    .block-top-contents.news .news-swiper-button-next {
        right: -10px;
    }
}



/* ------------------------------
    FIXED BUTTON
------------------------------ */
.block-footer-fixed {
  position: fixed;
  bottom: 95px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  z-index: 2;
}
.block-footer-search a {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: var(--textColor);
  background: linear-gradient(to top, #FFF, #F9F9F9 75%, #F8F8F8 100%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  transition: opacity .4s;
}
.block-footer-search a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../../img/usr/common/ico_search04.png) center center / contain no-repeat;
  display: block;
}
.block-footer-search a:hover{
  opacity: 0.7;
}
@media (max-width: 768px) {
  .block-footer-fixed {
    bottom: 95px;
  }
  .block-footer-search a {
    font-size: 11px;
    letter-spacing: 0;
    background: #FFF;
    flex-direction: column;
    gap: 4px;
    padding: 10px 10px 7px 20px;
  }
  .block-footer-search a::before {
    width: 22px;
    height: 22px;
  }
}