@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

:root {
    --font-color: #302E2B;
    --gray-1: #4F4434;
    --yellow: #FFD900;
    --white-off: #F9F9F9;
    --logo-red: #E85A26
}

body {
    color: var(--font-color);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    font-family: "Zen Kaku Gothic New", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

/* util */
.sp-show {
    display: block;
}
.pc-show {
    display: none!important;
}

.gradient-bg .g1,
.gradient-bg .g2,
.gradient-bg .g3 {
   width: 300px;
   height: 300px;
}

@media screen and (min-width: 768px) {
    .sp-show {
        display: none!important;
    }
    .pc-show {
        display: block!important;
    }

    .gradient-bg .g1,
    .gradient-bg .g2,
    .gradient-bg .g3 {
    width: 600px;
    height: 600px;
    }
}
.fade-anime {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
}
.fade-anime.fadeIn {
    opacity: 1;
    transform: translateY(0);
}

.text-anime {
    display: inline-block;
    height: 100%;
    position: relative;
}
.text-anime > span {
    opacity: 0;
}
.text-anime > span p {
    opacity: inherit;
}
.text-anime.fadeIn > span {
    animation: textFontFadeIn .5s ease 0s forwards;
}
@keyframes textFontFadeIn {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.text-anime::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 2;
    background: var(--logo-red);
    transform-origin: left;
}
.text-anime.fadeIn::after {
    animation: textBgFadeIn 1s ease 0s forwards;
}
@keyframes textBgFadeIn {
    0% {
        left: 0;
        width: 0;
    }
    40% {
        left: 0;
        width: 100%;
    }
    60% {
        left: 0;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}


/* header */

.header {
    position: fixed;
    top: 40px;
    left: 36px;
    width: 140px;
    z-index: 100000;
}
.header-logo-link {
    display: inline-block;
    width: 100%;
}
.header-logo-link img {
    width: 100%;
}
.pc-nav {
    display: none;
}


/* footer */
.footer {
    width: 100%;
    /* background: #E0DED6; */
}
.footer.fixed {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
}
.footer-inner {
    padding: 58px 36px 30px;
}
.footer-contact {
    margin-bottom: 42px;
}
.footer-contact a {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}
.footer-contact a::before {
    content: "";
    background: url(../img/mail.svg) no-repeat center center / contain;
    width: 25px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}
.footer-logo {
    width: 200px;
    margin: 0 auto 37px;
}
.footer-logo a {
    display: block;
}

.sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    margin-bottom: 58px;
}
.sns-list li {
    width: 22px;
    height: 22px;
}
.sns-list li a {
    display: block;
    height: 100%;
}
.sns-list .fb-icon {
    background: url(../img/sns/facebook.svg) no-repeat center center / contain;
}
.sns-list .x-icon {
    background: url(../img/sns/x.svg) no-repeat center center / contain;
}
.sns-list .insta-icon {
    background: url(../img/sns/insta.svg) no-repeat center center / contain;
}
.sns-list .youtube-icon {
    background: url(../img/sns/youtube.png) no-repeat center center / contain;
}
.copyright {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}


/* main */
.main {
}
.contents {
    position: relative;
    background: url(../img/bg/top_bg.jpeg) repeat-y center top / 100% auto;
    padding-bottom: 385px;
}
.contents::before {
    content: "";
    background: #fff;
    opacity: 70%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.first {
    height: 1766px;
    overflow: hidden;
    position: relative;
    background: url(../img/first/20th.webp) no-repeat right -5px top -10px / 90px auto;
}
.first-content {
    height: 100%;
    position: relative;
    z-index: 2;
}

.top-lead {
    padding-top: 113px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
    position: relative;
    z-index: 4;
}
.top-lead strong {
    font-size: 30px;
    font-weight: 900;
}
.top-parts {
    width: 190px;
    position: absolute;
    z-index: 3;
    top: 414px;
    left: calc(50% - 154px);
}

.first-image {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
}
.first-image-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.first-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
}
.first-image01 {
    left: calc(50% - 119px);
    top: 213px;
    width: 314px;
    height: 300px;
    z-index: 2;
}
.first-image01 img {
    width: 500px;
    height: 300px;
    transform-origin: left 50%;
}
.first-image02 {
    left: calc(50% - 200px);
    top: 623px;
    width: 160px;
    height: 380px;
    z-index: 3;
}
.first-image02 img {
    transform-origin: top center;
}
.first-image03 {
    left: calc(50% - 195px);
    top: 965px;
    width: 390px;
    height: 280px;
    z-index: 2;
}
.first-image03 img {
    transform-origin: center right;
}
.first-image04 {
    left: calc(50% - 140px);
    top: 1360px;
    width: 280px;
    height: 280px;
    z-index: 2;
}
.first-image04 .first-image-wrap {
    bottom: 0;
    top: auto;
    height: auto;
}
.first-image04 img {
    transform-origin: left bottom;
    width: 100%;
    height: auto;
}
.bg-parallax {}
#luxy {
    height: 100%;
    position: absolute!important;
    top: 0;
}
.bg-triangle,
.bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.bg-triangle {
    background: url(../img/bg/triangle_sp.png) no-repeat center top / 100% auto;
}
.bg-blur {
    background: url(../img/bg/bokashi_sp.png) no-repeat center top / 100% auto;
}

.history-section {
    position: relative;
}
.history-contents {
    position: relative;
    top: -150px;
    left: 0;
    background: #37A6B8;
    color: var(--white-off);
    width: calc(100vw - 36px);
    border-radius: 0 10px 10px 0;
    padding: 50px 28px 48px 36px;
    z-index: 2;
}
.section-index {
    font-size: 12px;
    position: sticky;
    top: 0;
    line-height: 1;
    color: var(--font-color);
    z-index: 3;
    padding-bottom: 180px;
    width: fit-content;
    box-sizing: content-box;
    height: 0;
}
.section-index-wrap {
    transform: rotate(90deg);
    transform-origin: bottom left;
    width: fit-content;
    padding-left: 35px;
    padding-bottom: 12px;
}
.section-index .num {
    font-weight: bold;
}
.history-section .section-index {
   padding-bottom: 150px;
}
.history-section .section-index .section-index-wrap {
    padding-left: 0;
}
.history-ttl {
    font-size: 32px;
    font-weight: bold;
    text-align: right;
}
.history-ttl .num {
    font-size: 90px;
    line-height: 90px;
}
.history-ttl .small {
    font-size: 24px;
}
.history-ttl-en {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-align: right;
    margin: 0 0 40px;
}
.history-text {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 24px;
    position: relative;
    font-weight: bold;
    margin-bottom: 20px;
}
.history-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--white-off);
}
.history-text-en {
    font-size: 12px;
    line-height: 1.5;
}

.history-slider-outer {
    margin-top: -60px;
}
.history-slider {
    width: 100%;
    height: 800px;
    padding: 0 90px;
    position: relative;
    top: 0;
    overflow: hidden;
}
.history-slider .swiper-wrapper {
    display: flex;
    gap: 0 60px;
    position: absolute;
    top: 100px;
    left: 0;
    padding-right: 60px;
}
.history-slider .swiper-slide {
    width: 318px;
}
.history-slider .swiper-slide:first-child {
    position: relative;
    padding-left: 90px;
    box-sizing: content-box;
}
.history-slider .swiper-slide:first-child::before {
    content: "";
    position: absolute;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2032%2062%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M30.55%2061.5451L0%2031.0051L30.55%200.455078L31.96%201.86508L2.83%2031.0051L31.96%2060.1351L30.55%2061.5451Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E') no-repeat center center / contain;
    width: 32px;
    height: 60px;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}
/* .history-slider .swiper-slide:last-child {
    width: calc(318px + 90px);
}
.history-slider .swiper-slide:last-child .history-slider-item {
    width: 318px;
} */
.history-slider-item {
    position: relative;
}
.history-slider-item .year {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--logo-red);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.history-slider-item .dete {
    padding-top: 65px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 9px;
}
.history-slider-item .text {
    font-size: 14px;
    height: 120px;
    margin-bottom: 20px;
}
.history-slider-item .img {
    width: 100%;
    aspect-ratio: 316 / 200;
}
.history-slider-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history-slider-outer .swiper-buttons {
    display: flex;
    gap: 0 1px;
    position: absolute;
    top: calc(100vh - 40px);
    z-index: 3;
    display: none;
}
.history-slider-outer :is(.swiper-button-prev, .swiper-button-next) {
    width: 120px;
    height: 40px;
    background: var(--logo-red);
    padding: 0 10px;
    right: auto;
    margin: 0;
    position: relative;
}
.history-slider-outer :is(.swiper-button-prev, .swiper-button-next)::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.history-slider-outer .swiper-button-prev {
    justify-content: flex-start;
}
.history-slider-outer .swiper-button-prev::after {
    left: 10px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2019%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20y1%3D%22-0.2%22%20x2%3D%2214.3819%22%20y2%3D%22-0.2%22%20transform%3D%22matrix(-1%200%200%201%2019%2011.0671)%22%20stroke%3D%22white%22%20stroke-width%3D%220.4%22%2F%3E%3Cline%20y1%3D%22-0.2%22%20x2%3D%2214.3819%22%20y2%3D%22-0.2%22%20transform%3D%22matrix(-0.707107%200.707107%200.707107%200.707107%2012.1484%201)%22%20stroke%3D%22white%22%20stroke-width%3D%220.4%22%2F%3E%3Cline%20y1%3D%22-0.2%22%20x2%3D%2214.3819%22%20y2%3D%22-0.2%22%20transform%3D%22matrix(-0.707107%20-0.707107%20-0.707107%200.707107%2011.8086%2021)%22%20stroke%3D%22white%22%20stroke-width%3D%220.4%22%2F%3E%3Cline%20y1%3D%22-0.2%22%20x2%3D%2214.3819%22%20y2%3D%22-0.2%22%20transform%3D%22matrix(-0.707107%200.707107%200.707107%200.707107%2010.7109%201)%22%20stroke%3D%22white%22%20stroke-width%3D%220.4%22%2F%3E%3Cline%20y1%3D%22-0.2%22%20x2%3D%2214.3819%22%20y2%3D%22-0.2%22%20transform%3D%22matrix(-0.707107%20-0.707107%20-0.707107%200.707107%2010.3711%2021)%22%20stroke%3D%22white%22%20stroke-width%3D%220.4%22%2F%3E%3C%2Fsvg%3E') no-repeat center center / contain;
}
.history-slider-outer .swiper-button-next {
    justify-content: flex-end;
}
.history-slider-outer .swiper-button-next::after {
    right: 10px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2019%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20y1%3D%2210.8671%22%20x2%3D%2214.3819%22%20y2%3D%2210.8671%22%20stroke%3D%22white%22%20stroke-width%3D%220.4%22%2F%3E%3Cline%20x1%3D%226.99298%22%20y1%3D%220.858579%22%20x2%3D%2217.1625%22%20y2%3D%2211.0281%22%20stroke%3D%22white%22%20stroke-width%3D%220.4%22%2F%3E%3Cline%20x1%3D%227.04998%22%20y1%3D%2220.8586%22%20x2%3D%2217.2195%22%20y2%3D%2210.6891%22%20stroke%3D%22white%22%20stroke-width%3D%220.4%22%2F%3E%3Cline%20x1%3D%228.43048%22%20y1%3D%220.858579%22%20x2%3D%2218.6%22%20y2%3D%2211.0281%22%20stroke%3D%22white%22%20stroke-width%3D%220.4%22%2F%3E%3Cline%20x1%3D%228.48748%22%20y1%3D%2220.8586%22%20x2%3D%2218.657%22%20y2%3D%2210.6891%22%20stroke%3D%22white%22%20stroke-width%3D%220.4%22%2F%3E%3C%2Fsvg%3E') no-repeat center center / contain;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.swiper-button-lock {
    display: flex;
}

.section .section-index + :is(.section-contents, .inner) {
    margin-top: -180px;
}
.mission-section {
    position: relative;
    color: var(--white-off);
    background: #6E8D7D;
    z-index: 2;
}
.mission-section .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg/mission.webp) no-repeat center top / cover;
    z-index: -1;
    opacity: 0;
    transition: opacity 2s ease;
}
.mission-section .bg-img.fadeIn {
    opacity: 1;
}
.mission-section .section-index {
    color: var(--white-off);
}
.mission-section .inner {
    padding: 60px 36px 392px;
}

.section-contents {
}
.section-ttl {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.mission-section .section-ttl {
}
.section-ttl .en {
    display: block;
    font-weight: 400;
    font-size: 10px;
}
.mission-list {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
.mission-item {
    border: 1px solid var(--white-off);
    padding: 44px 24px 40px;
    text-align: center;
    backdrop-filter: blur(10px);
    background: rgba(41, 68, 53, 0.3);
    transform: translateY(20px);
    transition: all 1s ease;
    opacity: 0;
}
.mission-item.fade-anime.fadeIn {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.mission-item .ja {
    font-size: 12px;
    font-weight: bold;
}
.mission-item .en {
    font-size: 24px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: .5px var(--white-off);
    text-stroke: .5px var(--white-off);
    margin-bottom: 15px;
}
.mission-item .mission-item-block + .mission-item-block {
    margin-top: 66px;
}
.mission-item .mission-item-block .ttl {
    font-size: 16px;
    font-weight: bold;
}
.mission-item:last-child .mission-item-block .ttl {
    margin-bottom: 5px;
}
.mission-item .mission-item-block .detail {
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
}
.mission-item:last-child .mission-item-block:last-child {
    margin-bottom: 23px;
}

.logo-section {
    position: relative;
    background: #F9F9F9;
}
.logo-section .section-contents {
    position: relative;
    z-index: 2;
}
.logo-section .inner {
    padding: 60px 36px 0;
}
.logo-ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 75px;
    border: 1px solid #302E2B;
    padding: 10px 0;
}
.logo-section .flex {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 90px;
}
.logo-right {
    display: contents;
}
.logo-section .flex .logo-right p {
    order: 1;
    font-size: 14px;
    margin-bottom: 48px;
    line-height: 1.42;
}
.logo-section .flex .logo-right .chatch-phrase {
    order: 2;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 94px;
    text-align: center;
    line-height: 1.45;
}
.logo-section .flex .logo-left {
    order: 3;
}
.logo-section .flex .logo-left .logo-img {
    width: calc(100vw - 20px);
    margin: 0 calc(50% - 50vw);
    height: 820px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(10px);
    position: relative;
    z-index: 2;
}
.logo-section .flex .logo-left .logo-img :is(img, #lottie) {
    width: 220px;
}
.logo-section .flex .logo-left .logo-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .85);
    z-index: -1;
}
.logo-section .flex .logo-right .logo-colors {
    position: absolute;
    bottom: 0;
    left: calc(100% + 36px);
    color: #fff;
    width: 925px;
    transform-origin: bottom left;
    transform: rotate(-90deg);
}
.logo-colors .skyblue {
    background: #37A6B8;
}
.logo-colors .blue {
    background: #315086;
}
.logo-colors .orange {
    background: #E85A26;
}
.logo-section .flex .logo-right .logo-colors li {
    padding: 5px 23px 8px;
}
.logo-section .flex .logo-right .logo-colors li + li {
    margin-top: 4px;
}
.logo-section .flex .logo-right .logo-colors li span {
    font-size: 10px;
}
.logo-section .flex .logo-left .logo-detail {
    display: none;
}
.message-section {
    background: url(../img/bg/message.webp) no-repeat center center / cover;
    color: var(--white-off);
    position: relative;
}
.message-section .section-index {
    color: var(--white-off);
}
.message-section .flex {
    display: flex;
    flex-direction: column-reverse;
}
.message-contents {
    padding: 40px 36px 83px;
    position: relative;
}
.message-contents::before {
    content: "";
    background: url(../img/mesage_2.png) no-repeat center center / contain;
    width: 68px;
    height: 156px;
    position: absolute;
    top: 0;
    left: -13px;
    mix-blend-mode: screen;
    opacity: 0.6;
}
.message-img {
    position: relative;
}
.message-img-pic {
    background: #000;
}
.message-img-pic img {
    opacity: .85;
}
.message-lead {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    bottom: 14px;
    left: 36px;
    line-height: 1.666;
    z-index: 2;
}
.message-ttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
}
.message-summary {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}
.message-detail {
    margin-bottom: 35px;
}
.message-detail p {
    font-size: 12px;
    line-height: 1.8;
}
.message-detail p + p {
    margin-top: 1em;
}
.message-sign {
    width: 77px;
    margin-left: auto;
}

.brand-section {
    position: relative;
    z-index: 2;
}
.brand-section .section-contents {
    padding-top: 0;
}
.brand-section .brand-top {
    padding: 60px 36px 70px;
    position: relative;
    overflow: hidden;
    background: #F6F4F0;
    z-index: 2;
}
.brand-section .brand-top .gradient-bg-outer {
    z-index: -1;
}
.brand-section .brand-top .gradient-bg {
    width: 100%;
    height: 100%;
    transform: translateX(50%);
}
.brand-section .brand-top .gradient-bg .g1 {
    animation: moveVertical 30s ease infinite, moveSize01 10s ease infinite;
    width: 400px;
    height: 400px;
}
.brand-section .brand-top .gradient-bg .g2 {
    animation: moveInCircle 20s reverse infinite, moveSize02 10s ease infinite;
    width: 400px;
    height: 400px;
}
.brand-section .brand-top .gradient-bg .g3 {
    animation: moveInCircle 40s linear infinite, moveSize01 10s ease infinite;
    width: 400px;
    height: 400px;
}

@keyframes moveSize01 {
    0% {
        width: 400px;
        height: 400px;
    }
    50% {
        width: 500px;
        height: 500px;
    }
    100% {
        width: 400px;
        height: 400px;
    }
}
@keyframes moveSize02 {
    0% {
        width: 400px;
    }
    50% {
        width: 300px;
    }
    100% {
        width: 400px;
    }
}

.brand-intro {
    margin-bottom: 120px;
}
.brand-intro dl {
    font-size: 14px;
    max-width: 424px;
    margin: 0 auto;
}
.brand-intro dl + dl {
    margin-top: 60px;
}
.brand-intro dl dt {
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}
.brand-intro dl dt span {
    display: inline-block;
    width: 100%;
}
.brand-intro dl dd.text-center {
    text-align: center;
}
.brand-img-list {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    opacity: 1!important;
    transform: none!important;
    transition: none!important;
}
.brand-img-list.fade-anime li {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
}
.brand-img-list.fade-anime.fadeIn li {
    opacity: 1;
    transform: translateY(0);
}
.brand-img-list.fade-anime.fadeIn li:nth-child(2) {
    transition-delay: .5s;
}
.brand-img-list.fade-anime.fadeIn li:nth-child(3) {
    transition-delay: 1s;
}

.brand-block {
    height: 1300px;
    position: relative;
}
.brand-sticky {
    display: contents;
}
.image-wrapper {
    height: 75vh;
    z-index: 1;
}
.brand-contents {
    padding: 110px 36px 320px;
    position: sticky;
    top: 0;
    z-index: 2;
}
.grid-container {
    position: absolute;
    top: 520px;
    left: 0;
}
.brand-detail h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.brand-detail p {
    font-size: 14px;
    line-height: 2;
}
.brand-foot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 36px);
    background: #65665D;
    padding-right: 36px;
    z-index: 2;
}
.brand-foot-link {
    position: relative;
    padding-left: 27px;
    margin: 12px 10px;
}
.brand-foot-link::before {
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #FFFF00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.brand-foot-link::after {
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid #FFFF00;
    border-top: 1px solid #FFFF00;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%) rotate(45deg);
}
.brand-foot-link a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.simplism-block {
    background: #fff;
}
.simplism-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, #CDDE00 50%, #65665D 50%);
    z-index: 1;
}
.simplism-block .grid-container {
    top: 700px;
}
.simplism-block .brand-logo {
    width: 242px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.simplism-block .image-wrapper {
    height: 530px;
}

.amulet-block {
    background: #FFFAFF;
}
.amulet-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, #BB8DBE 50%, #65665D 50%);
    z-index: 1;
}
.amulet-block .brand-logo {
    width: 242px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.ajouter-block {
    background: #FFFFFF;
}
.ajouter-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, #D6DFE8 50%, #98AFC5 50%);
    z-index: 1;
}
.ajouter-block .brand-logo {
    width: 204px;
    margin: 0 auto;
    margin-bottom: 32px;
}
.ajouter-block .grid-container {
    top: 300px;
    height: 70%;
}
.ajouter-block .image-wrapper {
    transform: translate(60px, 260px);
}
.ajouter-block .brand-foot {
    background: #98AFC5;
}


@media screen and (min-width: 768px) {

    .header {
        top: 30px;
        left: 0;
        width: 100%;
    }
    .header-inner {
        max-width: 1100px;
        padding: 0 30px;
        margin: 0 auto;
    }
    .header-logo-link {
        display: inline-block;
        width: 140px;
    }
    .pc-nav {
        display: block;
        position: fixed;
        z-index: 1000;
        bottom: 57px;
        right: 5px;
    }
    .pc-nav::before {
        content: "";
        width: 2px;
        height: 203px;
        background: var(--font-color);
        position: absolute;
        top: 0;
        right: 0;
    }
    .nav-list {
        text-align: right;
    }
    .nav-list li a {
        font-size: 12px;
        font-weight: bold;
        line-height: 2.75;
        padding-right: 20px;
        display: inline-block;
    }
    .nav-list li.is-active a {
        position: relative;
        color: var(--logo-red);
    }
    .nav-list li.is-active a::after {
        content: "";
        position: absolute;
        background: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23E85A26%22%2F%3E%3Crect%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23E85A26%22%2F%3E%3Crect%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23E85A26%22%2F%3E%3Crect%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23E85A26%22%2F%3E%3Crect%20x%3D%223%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23E85A26%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23E85A26%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23E85A26%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23E85A26%22%2F%3E%3Crect%20x%3D%226%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23E85A26%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23E85A26%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23E85A26%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23E85A26%22%2F%3E%3C%2Fsvg%3E') no-repeat center center / contain;
        width: 7px;
        height: 10px;
        top: 55%;
        right: 7px;
        transform: translateY(-50%);
    }

    .contents {
        padding-bottom: 552px;
    }
    .first {
        height: 2640px;
        background-size: 215px auto;
        background-position: top -24px right 50px;
    }
    .first-content {
        max-width: 1100px;
        padding: 0 30px;
        margin: 0 auto;
        overflow: visible;
    }
    .top-lead {
        background: none;
        padding: 0;
        position: absolute;
        top: 428px;
        left: 400px;       
        white-space: nowrap;
        font-size: 32px;
        color: #fff;
        text-align: left;
    }
    .top-lead strong {
        font-size: 42px;
    }
    .top-parts {
        width: 292px;
        top: 572px;
        left: 320px;
    }
    .first-image01 {
        top: 290px;
        left: 376px;
        width: 860px;
        height: 430px;
    }
    .first-image01 img {
        width: 1048px;
        height: 460px;
    }
    .first-image02 {
        top: 733px;
        left: -170px;
        width: 360px;
        height: 620px;
    }
    .first-image03 {
        top: 1167px;
        left: calc(50% - 450px);
        width: 1000px;
        height: 520px;
    }
    .first-image04 {
        position: absolute;
        top: 1960px;
        left: calc(50% + 100px);
        width: 500px;
        height: 500px;
        z-index: 2;
    }

    .bg-triangle {
        background: url(../img/bg/triangle_pc.png) no-repeat center top 214px / 100% auto;
        margin: 0 calc(50% - 50vw);
    }
    .bg-blur {
        background: url(../img/bg/bokasi_pc.png) no-repeat left 100px top 160px / 100% auto;
        margin: 0 calc(50% - 50vw);
    }

    .history-section {
        padding: 0;
        margin-top: -470px;
        margin-bottom: 30px;
    }
    .history-section .section-index {
        padding-bottom: 180px;
    }
    .history-contents {
        position: sticky;
        width: 460px;
        background: rgba(55, 166, 184, 0.85);
        color: var(--white-off);
        top: -10px;
        height: calc(100vh + 20px);
        padding: 138px 32px 0 98px;
        margin-top: -180px;
        z-index: 3;
        backdrop-filter: blur(10px);
    }
    .section-index {
        top: 0;
        left: 0;
        padding-bottom: 180px;
    }
    .section-contents {
        padding-top: 160px;
    }
    .history-wrap {
        position: sticky;
        top: 138px;
        padding-bottom: 100px;
    }
    .history-ttl-en {
        margin-bottom: 68px;
    }
    .history-text::before {
        background: var(--white-off);
    }
    .history-slider-outer {
        padding: 0;
        margin-top: -130px;
        height: 100vh;
        position: relative;
        z-index: 2;
    }

    .history-slider {
        top: 0;
        padding: 0;
        height: 100%;
        background: #fff;
    }
    .history-slider .swiper-wrapper {
        top: calc(50vh - 230px);
        padding-left: 460px;
    }
    .history-slider .swiper-slide:first-child {
        padding-left: 130px;
    }
    .history-slider-outer .swiper-buttons {
        top: auto;
        bottom: 0;
        padding-left: 460px;
        display: flex;
    }
    .history-slider-outer :is(.swiper-button-prev, .swiper-button-next) {
        height: 60px;
        width: 170px;
        background: var(--logo-red);
        cursor: pointer;
    }
    .history-slider .swiper-slide:first-child::before {
        left: 45px;
    }
    .history-slider-item .year {
        font-size: 36px;
    }
    .history-slider-item .text {
        height: 100px;
        margin-bottom: 14px;
    }
    .history-slider-item .img {
        aspect-ratio: 480 / 280;
    }

    .mission-section {
    }
    .mission-section .section-contents {
        overflow: hidden;
    }
    .mission-section .inner {
        padding: 0 30px 820px;
        max-width: 1100px;
        margin: 0 auto;
    }
    .section-ttl {
        font-size: 32px;
        margin-bottom: 160px;
    }
    .section-ttl .en {
        font-size: 18px;
        margin-top: -4px;
    }
    .mission-list {
        display: grid;
        grid-template-rows: repeat(2, auto);
        grid-template-columns: repeat(2, calc(50% - 10px));
        gap: 20px;
        width: 102vw;
        margin: 0 calc(50% - 51vw);
    }
    .mission-item {
        position: relative;
        z-index: 1;
        padding: 54px 120px;
    }
    .mission-item:nth-child(1) .mission-item-wrap  {
        max-width: 270px;
        margin-left: auto;
    }
    .mission-item:nth-child(2) {
        transition-delay: .4s;
    }
    .mission-item:nth-child(2) .mission-item-wrap  {
        max-width: 270px;
        margin-right: auto;
    }
    .mission-item:nth-child(3) {
        transition-delay: .6s;
    }
    .mission-item:nth-child(3) {
        padding: 54px 120px 84px;
    }
    .mission-item:nth-child(3) .mission-item-wrap  {
        max-width: 920px;
        margin: 0 auto;
    }
    .mission-item:nth-child(1) {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }
    .mission-item:nth-child(2) {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }
    .mission-item:nth-child(3) {
        grid-row: 2 / 3;
        grid-column: 1 / 3;
    }

    .mission-item .ja {
        font-size: 16px;
    }
    .mission-item .en {
        color: transparent;
        font-size: 32px;
        margin-bottom: 20px;
    }
    .mission-item-block-list {
        display: flex;
        flex-wrap: wrap;
        gap: 50px 116px;
        margin-top: 70px;
    }
    .mission-item-block-list .mission-item-block {
        width: calc(50% - 116px / 2);
        text-align: left;
    }
    .mission-item .mission-item-block .ttl {
        font-size: 18px;
    }
    .mission-item .mission-item-block + .mission-item-block {
        margin-top: 0;
    }
    .mission-item .mission-item-block .detail {
        font-size: 14px;
        line-height: 1.7;
    }

    .logo-section {
    }
    .logo-section .inner {
        max-width: 1100px;
        padding: 0 30px 0;
        margin: 0 auto;
    }
    .logo-section .section-ttl {
        margin-bottom: 125px;
    }
    .logo-ttl {
        font-size: 24px;
        margin: 0 auto 158px;
        width: 580px;
        padding: 12px 0;
    }
    .logo-section .flex {
        flex-direction: row;
        /* gap: 0 50px; */
        justify-content: space-between;
        padding-bottom: 60px;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    .logo-section .flex .logo-left {
        order: 0;
        width: calc(50vw - 50px);
        position: relative;
        padding: 316px 122px 80px 60px;
        z-index: 1;
        height: 1800px;
    }
    .logo-section .flex .logo-left::before {
        content: "";
        background: #fff;
        width: 100vw;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        z-index: -1;
        border-radius: 0 10px 10px 0;
        opacity: 0.9;
    }
    .logo-left .logo-sticky {
        position: sticky;
        top: 220px;
        max-width: 378px;
        margin-left: auto;
    }
    .logo-section .flex .logo-left .logo-img {
        margin: 0;
        width: 100%;
        justify-content: flex-start;
        height: auto;
        margin-bottom: 140px;
        padding-left: 20px;
    }
    .logo-section .flex .logo-left .logo-img::before {
        content: none;
    }
    .logo-section .flex .logo-left .logo-img :is(img, #lottie) {
        width: 300px;
    }
    .logo-section .flex .logo-left .logo-detail {
        display: block;
        font-size: 14px;
    }
    .logo-section .flex .logo-right {
        display: block;
        width: calc(50vw);
        background: url(../img/logo_bg.svg) no-repeat top 600px left 300px / 600px auto;
    }
    .logo-section .flex .logo-right p {
        padding: 145px 0;
        margin: 0;
    }
    .logo-section .flex .logo-right .chatch-phrase {
        text-align: left;
        font-size: 29px;
        margin-bottom: 250px;
    }
    .logo-section .flex .logo-right .logo-colors {
        position: static;
        transform: none;
        width: 100%;
        overflow: hidden;
    }
    .logo-colors li {
        transform: translateX(101%);
        transition: all 1s ease;
    }
    .logo-colors.fadeIn li {
        transform: translateX(0);
    }
    .logo-colors.fadeIn li:nth-child(2) {
        transition-delay: .4s;
    }
    .logo-colors.fadeIn li:nth-child(3) {
        transition-delay: .8s;
    }
    .logo-colors .skyblue {
        background: #37A6B8;
    }
    .logo-colors .blue::before {
        background: #315086;
    }
    .logo-colors .orange::before {
        background: #E85A26;
    }
    .logo-section .flex .logo-right .logo-colors li {
        padding: 5px 23px 9px;
    }

    .message-section {
        /* height: 1200px; */
    }
    .message-section::before {
        content: "";
        background: url(../img/mesage_2.png) no-repeat center center/ contain;
        width: 141px;
        height: 324px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-440%);
        mix-blend-mode: screen;
    }
    .message-section .inner {
        max-width: 1800px;
        padding: 0 min(15vw, 200px);
        margin: 0 auto;
        height: 100%;
    }
    .section .section-index + .inner {
        margin-top: -180px;
    }
    .message-section .flex {
        flex-direction: row;
        height: 100%;
    }
    .message-contents {
        padding: 118px 160px 153px 0;
        background: none;
        position: relative;
        width: calc(100% - 320px);
    }
    .message-contents::before {
        content: none;
    }
    .message-lead {
        position: static;
        font-size: 14px;
        margin-bottom: 68px;
    }
    .message-ttl {
        font-size: 32px;
        margin-bottom: 38px;
        line-height: 1.3;
    }
    .message-summary {
        position: absolute;
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: 22px;
        letter-spacing: 5px;
        right: 40px;
        top: 238px;
    }
    .message-summary .text-anime.vertical::after {
        width: 100%;
        height: 0;
        top: 0;
        /* transform-origin: top; */
    }
    .message-summary .text-anime.vertical.fadeIn::after {
        animation: textVerticalFadeIn 1s ease 0s forwards;
    }
    @keyframes textVerticalFadeIn {
        0% {
            top: 0;
            height: 0;
        }
        40% {
            top: 0;
            height: 100%;
        }
        60% {
            top: auto;
            bottom: 0;
            height: 100%;
        }
        100% {
            top: auto;
            bottom: 0;
            height: 0;
        }
    }
    .message-detail {
        margin-bottom: 50px;
    }
    .message-detail p {
        font-size: 14px;
    }
    .message-sign {
        width: 126px;
    }
    .message-img {
        width: 320px;
    }
    .message-img-wrap {
        position: sticky;
        top: 0;
        padding-bottom: 60px;
        /* background: url(../img/message_1_pc.jpg) no-repeat center center / cover; */
        width: 100%;
        height: 0;
        transition: all 1.5s ease;
    }
    .message-img-wrap.fadeIn {
        height: 760px;

    }
    .message-img-pic {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 0 0 10px 10px;
        position: relative;
        background: none;
    }
    .message-img-pic::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        transition: opacity 3s ease;
    }
    .message-img-wrap.fadeIn .message-img-pic::before {
        opacity: 0;
    }
    .message-img-pic img {
        height: 700px;
        width: 100%;
        object-fit: cover;
        object-position: 50% top;
        opacity: 1;
    }

    .brand-section .section-ttl {
        margin-bottom: 140px;
    }
    .brand-section .brand-top {
        padding: 160px 40px 70px;
    }
    .brand-intro {
        margin-bottom: 86px;
    }
    .brand-intro dl dt {
        font-size: 24px;
    }
    .brand-intro dl dd {
        font-size: 18px;
    }
    .brand-intro dl + dl {
        margin-top: 140px;
    }
    .brand-img-list {
        flex-direction: row;
        gap: 0 20px;
        max-width: 1040px;
        margin: 0 auto;
    }

    .brand-block {
        height: 1200px;
    }
    .brand-sticky {
        position: sticky;
        top: 0;
        z-index: 3;
        display: block;
        pointer-events: none;
    }
    .brand-contents {
        width: 50vw;
        padding: 180px 0 360px 40px;
        position: relative;
    }
    .grid-container {
        top: 0;
        height: 100%;
    }
    .image-wrapper {
        width: 50vw;
        margin-left: auto;
    }
    .brand-detail h4 {
        font-size: 26px;
    }
    .brand-foot {
        max-width: calc(600px + 50%);
        display: flex;
        align-items: flex-end;
        gap: 0 20px;
        padding: 0;
    }
    .brand-foot-img {
        width: 450px;
        height: 320px;
    }
    .brand-foot-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .brand-foot-link {
        margin: 0 0 15px 0;
    }

    .simplism-block::after,
    .amulet-block::after,
    .ajouter-block::after {
        height: 30px;
    }
    .simplism-block .grid-container {
        top: 0;
    }
    .simplism-block .brand-logo {
        max-width: 600px;
        width: 100%;
        margin: 0 0 77px auto;
    }
    .simplism-block .image-wrapper {
        height: 70vw;
    }
    .simplism-block .brand-detail {
        width: 100%;
        max-width: 600px;
        margin: 0 0 0 auto;
    }
    .simplism-block .brand-detail p {
        max-width: 480px;
    }

    .amulet-block .brand-contents {
        margin-left: auto;
        padding-top: 150px;
        padding-right: 40px;
    }
    .amulet-block .brand-sticky {
        top: 20px;
    }
    .amulet-block .image-wrapper {
        margin-left: 100px;
    }
    .amulet-block .brand-logo {
        max-width: 500px;
        width: 100%;
        margin: 0 0 70px 0;
    }
    .amulet-block .brand-detail {
        max-width: 497px;
    }
    .amulet-block .brand-foot {
        flex-direction: row-reverse;
        right: auto;
        left: 0;
        max-width: calc(535px + 50%);
    }
    .ajouter-block .brand-contents {
        padding-top: 120px;
    }
    .ajouter-block .grid-container {
        top: 0;
        height: 100%;
        position: absolute;
        z-index: 4;
    }
    .ajouter-block .image-wrapper {
        transform: translate(0, 0);
    }
    .ajouter-block .brand-logo {
        margin: 0 100px 70px auto;
        width: 100%;
        max-width: 340px;
    }
    .ajouter-block .brand-detail {
        max-width: 497px;
        margin-left: auto;
    }
    .ajouter-block .brand-foot {
        max-width: calc(497px + 50%);
    }

    .footer-inner {
        max-width: 1100px;
        padding: 120px 30px 30px;
        margin: 0 auto;
    }
    .footer-contact {
        margin-bottom: 120px;
    }
    .footer-contact a {
        max-width: 600px;
        margin: 0 auto;
        padding: 30px 0;
        font-size: 22px;
    }
    .footer-contact a::before {
        margin: 3px 15px 0 0;
    }
    .footer-logo {
        margin: 0 0 37px;
    }
    .sns-list {
        justify-content: flex-start;
    }


}

@media screen and (min-width: 768px) and (max-width: 1079px) {
    .history-contents {
        width: 330px;
        padding-left: 30px;
    }
    .history-slider .swiper-wrapper {
        padding-left: 330px;
    }
    .history-slider-outer :is(.swiper-button-prev, .swiper-button-next) {
        width: 160px;
    }
    .history-slider-outer .swiper-buttons {
        padding-left: 330px;
    }
    .logo-section .flex .logo-left {
        padding-right: 40px;
        padding-left: 40px;
    }
    .logo-section .flex .logo-left .logo-img {
        padding-left: 0;
        margin-bottom: 120px;
    }
    .logo-section .flex .logo-right {
        background: url(../img/logo_bg.svg) no-repeat top 600px left 20px / 470px auto;
    }
    .logo-section .flex .logo-right .chatch-phrase {
        font-size: 22px;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .message-contents {
        width: calc(100% - 240px);
    }
    .message-img {
        width: 240px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
    .message-section .inner {
        padding: 0 6vw;
    }
   
} 