@charset 'UTF-8';
/* ----------------------------------------------
　PC設定
------------------------------------------------*/
.p-loadAnime
{
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;

    transition: all .5s;
    transform: translateX(0%);

    background: linear-gradient(to bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), linear-gradient(to bottom, var(--main-white), var(--main-white));

    justify-content: center;
    align-items: center;
}
.p-loadAnime.complate
{
    animation: disnone 1s 0s linear forwards;
}
.p-loadAnime.opacity
{
    background: unset;
}
.p-loadAnime.opacity .load_logo
{
    display: none;
}
.p-loadAnime.reload
{
    z-index: -100 !important;

    display: none !important;

    transform: translateX(-500%) !important;

    opacity: 0 !important;
}
.p-loadAnime__inner
{
    position: relative;

    display: flex;
    overflow: hidden;

    width: 100%;
    height: 100%;

    transition: opacity .5s;

    opacity: 0;

    justify-content: center;
    align-items: center;
}
.p-loadAnime__inner.load
{
    opacity: 1;
}
.p-loadAnime__inner svg
{
    width: 45%;
    max-width: 240px;
}
.p-loadAnime__inner .cls-1
{
    fill: var(--main-white);
}

@keyframes disnone
{
    0%
    {
        z-index: 100000;

        display: flex;

        transform: translateX(0%);

        opacity: 1;
    }
    99%
    {
        z-index: 100000;

        display: flex;

        transform: translateX(0%);

        opacity: 0;
    }
    100%
    {
        z-index: -100;

        display: none;

        transform: translateX(-500%);

        opacity: 0;
    }
}
.c-title
{
    font-size: var(--fs36_60);
    font-weight: 600;

    margin-bottom: var(--m180);

    text-align: center;
    letter-spacing: .5em;

    color: var(--gray01);
}

.c-catch
{
    font-size: var(--fs18_26);
    font-weight: bold;
    line-height: 2.5;

    margin-bottom: var(--m300);

    text-align: center;
    letter-spacing: .3em;

    color: var(--main-white);
}

.p-mv
{
    position: relative;
    z-index: 1;

    display: flex;

    justify-content: center;
    align-items: center;
}
.p-mv__logo
{
    width: 45%;
    max-width: 240px;
}

.c-scroll
{
    position: absolute;
    right: 5%;
    bottom: 10px;

    display: flex;
}
.c-scroll__text
{
    font-size: 16px;
    line-height: 1;

    letter-spacing: .2em;

    color: var(--main-white);

    writing-mode: vertical-rl;
}
.c-scroll__arrow
{
    position: relative;
    z-index: 1;

    height: 30vh;
    min-height: 150px;
    max-height: 230px;

    aspect-ratio: 16/230;
}
.c-scroll__arrow::before
{
    position: absolute;
    z-index: -1;
    bottom: -1px;
    left: 1px;

    display: inline-block;

    width: 27px;
    height: 2px;

    content: '';
    transform: rotate(-55deg);
    transform-origin: left bottom;

    background-color: var(--main-white);
}
.c-scroll__arrow-scroll
{
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 2px;
    height: 100%;

    background: rgba(255, 255, 255, .25);
}
.c-scroll__arrow-scroll::before
{
    position: absolute;
    left: 0;

    width: 2px;
    height: 100%;

    content: '';
    animation: scroll-line 1.8s ease-in-out infinite;

    background: var(--main-white);
}

@keyframes scroll-line
{
    0%
    {
        top: -100%;
    }
    100%
    {
        top: 100%;
    }
}
.p-about
{
    padding: var(--m360) 0 var(--m550);
}
.p-about *
{
    text-align: center;
    letter-spacing: .25em;

    color: var(--main-white);
}
.p-about__catch
{
    font-size: var(--fs28_40);
    font-weight: bold;
}
.p-about__text
{
    font-size: var(--fs16_18);
    font-weight: 500;
    line-height: 2.5;

    margin-top: var(--m130);
}
.p-about__sub-catch
{
    font-size: var(--fs18_26);
    font-weight: 500;

    margin-top: var(--m80);
}

.p-sauna
{
    padding: var(--m300) 0 var(--m480);
}
.p-sauna__logo
{
    width: 40%;
    max-width: 190px;
    margin: 0 auto var(--m300);
}

.p-apparel
{
    padding: var(--m300) 0 0;
}
.p-apparel__logo
{
    width: 40%;
    max-width: 200px;
    margin: 0 auto var(--m300);
}

.c-shop
{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: var(--m50) 0;
}
.c-shop:not(:last-of-type)
{
    margin-bottom: var(--m400);
}
.c-shop__title
{
    font-size: var(--fs22_36);
    font-weight: bold;

    width: 100%;
    margin-bottom: var(--m40);

    text-align: center;
    letter-spacing: .15em;

    color: var(--main-white);

    order: 1;
}
.c-shop__text-area
{
    width: 53.07%;

    order: 3;
}
.c-shop__list-row
{
    display: flex;

    margin-bottom: var(--m35);
    padding-bottom: var(--m35);
    padding-left: var(--m20);

    border-bottom: 1px solid var(--main-white);

    flex-wrap: wrap;
}
.c-shop__list-dt
{
    font-size: var(--fs16_18);
    font-weight: 500;
    line-height: 2;

    width: 23.88%;

    color: var(--main-white);
}
.c-shop__list-dd
{
    font-size: var(--fs14_18);
    font-weight: 500;
    line-height: 2;

    width: 76.12%;

    color: var(--main-white);
}
.c-shop__list-dd .emp
{
    font-weight: bold;

    color: var(--main-white);
}
.c-shop__list-link
{
    display: flex;

    width: -moz-fit-content;

    width: fit-content;
    margin-top: var(--m16);

    align-items: center;
    grid-gap: 10px;
}
.c-shop__list-link::before
{
    display: inline-block;

    width: var(--m12_18);

    content: '';

    background: url(/images/common/icon_map.svg) center/contain no-repeat;

    aspect-ratio: 18/29;
}
.c-shop__list-text
{
    font-size: var(--fs14_18);
    font-weight: 500;

    transition: all .5s;

    color: var(--brown01);
}
.c-shop__text
{
    color: var(--main-white);
    font-size: var(--fs14_18);
    padding: var(--m35) var(--m20);
    padding-top: 0;
    border-bottom: 1px solid var(--main-white);
}
.c-shop__sns
{
    display: flex;

    justify-content: center;
    align-items: center;
    grid-gap: var(--m60);
}
.c-shop__sns-bt
{
    width: 50%;
}
.c-shop__sns-bt.insta
{
    width: var(--fs50_80);
}
.c-shop__sns-bt.x
{
    width: var(--fs36_44);
}
.c-shop__sns-link
{
    display: block;

    width: 100%;
    height: 100%;
}
.c-shop__button-list
{
    display: flex;

    margin-top: var(--m35);

    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: var(--m30) 0;
}
.c-shop__button-list.center
{
    justify-content: center;
}
.c-shop__button-list .c-button
{
    width: 47.1%;
}
.c-shop__slider
{
    overflow: hidden;

    width: 43.07%;

    order: 2;
}
.c-shop__slide
{
    overflow: hidden;

    aspect-ratio: 56/42;
}
.c-shop__slide img
{
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
}
.c-shop__slide.coming{
  position: relative;
  z-index: 1;
}
.c-shop__slide.coming::before,
.c-shop__slide.coming::after
{
  content: "";
  display: inline-block;
  position: absolute;
}
.c-shop__slide.coming::before
{
  width: 80%;
  aspect-ratio: 446/123;
  background: url(/images/common/font_coming.svg) center/contain no-repeat;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.c-shop__slide.coming::after
{
  width: 100%;
  height: 100%;
  background-color: var(--main-black);
  opacity: .5;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-shop__slider-text
{
  color: var(--main-white);
  font-size: var(--fs14_16);
  text-align: center;
  margin-top: var(--m35);
}

.p-video
{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: opacity .5s;

    opacity: 0;

    -o-object-fit: cover;

       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.p-video.is-active.sauna
{
    opacity: .5;
}
.p-video.is-active.apparel
{
    opacity: .25;
}

.p-company
{
    margin: var(--m550) 0 var(--m360);
}
.p-company .c-catch
{
    margin-bottom: var(--m150);
}
.p-company__sub-title
{
    font-size: var(--fs18_22);
    font-weight: bold;

    text-align: center;

    color: var(--main-white);
}
.p-company__overview
{
    max-width: 800px;
    margin: 0 auto;
    margin-top: var(--m70);
}
.p-company__overview-row
{
    display: flex;

    margin-bottom: var(--m35);
    padding-bottom: var(--m35);
    padding-left: var(--m20);

    border-bottom: 1px solid var(--main-white);

    flex-wrap: wrap;
    align-items: center;
    grid-gap: var(--m20) 0;
}
.p-company__overview-dt
{
    font-size: var(--fs16_18);
    font-weight: 500;
    line-height: 2;

    width: 20.52%;

    color: var(--main-white);
}
.p-company__overview-dd
{
    font-size: var(--fs14_18);
    font-weight: 500;
    line-height: 2;

    width: 79.48%;

    color: var(--main-white);
}
.p-company__overview-dd .emp
{
    font-weight: bold;

    color: var(--main-white);
}

/* ----------------------------------------------
　PAD以下設定
------------------------------------------------*/
@media all and (min-width: 769px)
{
    .c-shop__list-link:hover .c-shop__list-text
    {
        color: var(--main-col);
    }
}
@media all and (max-width: 768px)
{
    .c-shop__text-area
    {
        width: 100%;

        order: 1;
    }
    .c-shop__slider
    {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;

        order: 3;
    }
}
/* ----------------------------------------------
　SP調整
------------------------------------------------*/
@media all and (max-width: 620px)
{
    .c-scroll__arrow
    {
        height: 23vh;
    }
    .c-title
    {
        letter-spacing: .15em;
        margin-bottom: 70px;
    }
    .c-catch
    {
        letter-spacing: 0;
        margin-bottom: 90px;
        line-height: 1.9;
    }
    .p-about
    {
        padding: 120px 0 150px;
    }
    .p-about *
    {
        letter-spacing: 0;
    }
    .p-about__text
    {
        line-height: 1.9;
        margin-top: 50px;
    }
    .p-sauna
    {
        padding: 100px 0 150px;
    }
    .p-sauna__logo
    {
        margin: 0 auto 100px;
    }

    .p-apparel
    {
        padding: 100px 0 0;
    }
    .p-apparel__logo
    {
        margin: 0 auto 100px;
    }
    .c-shop:not(:last-of-type)
    {
        margin-bottom: 120px;
    }
    .c-shop__button-list .c-button
    {
        width: 100%;
    }
    .c-shop__list-dt
    {
        line-height: 1.5;
    }
    .c-shop__list-dd
    {
        line-height: 1.5;
    }
    .p-company .c-catch
    {
        margin-bottom: 50px;
    }
    .p-company__overview-row
    {
        padding-left: 0;
    }
    .p-company__overview-dt,
    .p-company__overview-dd
    {
        width: 100%;
        line-height: 1.5;
        text-align: center;
    }
}
