@charset "utf-8";

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    /* font-sizeを1rem=10pxに */
}

body {
    min-height: 100%;
    color: #000;
    background: #fff;
    font-size: 1.6rem;
    /* デフォルトのフォントサイズ16px */
    font-weight: 400;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
}


a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a:hover {
    opacity: 0.6;
}

img {
    vertical-align: bottom;
    line-height: 0;
}

a img {
    opacity: 1.0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a:hover img {
    opacity: 0.6;
}

/*------------------------------------------------------------
common-共通
------------------------------------------------------------*/


.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0 100px;
}

@media screen and (max-width: 1000px) {
    .wrapper {
        padding: 100px 5% 100px;
    }
}

@media screen and (max-width: 820px) {
    .wrapper {
        max-width: 100%;
        padding: 17vw 6.66vw 17vw;
    }
}

.wrapper--large {
    margin: 0 auto;
    padding: 100px 0 100px;
}

@media screen and (max-width: 820px) {
    .wrapper--large {
        padding: 17vw 0 17vw;
    }
}


@media screen and (min-width: 1700px) {
    .wrapper--small {
        max-width: 1000px;
        padding-top: 100px;
        padding-bottom: 100px;
        margin: auto 0;
    }
}


.wrapper--small {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: calc((100% - 1000px) / 2);
}



@media screen and (max-width: 1000px) {
    .wrapper--small {
        padding-top: 100px;
        padding-bottom: 100px;
        margin-left: 5%;
    }
}

@media screen and (max-width: 820px) {
    .wrapper--small {
        padding-top: 17vw;
        padding-bottom: 17vw;
        margin-left: 6.66vw;
    }
}


h2.section-heading {
    font-size: 10rem;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: normal;
    color: rgb(0, 0, 0, 0.6);
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1000px) {
    h2.section-heading {
        font-size: clamp(6rem, 9vw, 10rem);
    }
}

@media screen and (max-width: 820px) {
    h2.section-heading {
        font-size: 13.33vw;
        margin-bottom: 5vw;
    }
}

.section-heading--mb {
    max-width: 1000px;
    margin: 0 auto 50px;
}

@media screen and (max-width: 820px) {
    .section-heading--mb {
        max-width: 100vw;
        margin: 0 auto;
    }
}

.section-heading--small {
    font-size: 2.8rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    max-width: 1000px;
    margin: 0 auto;
}

.section-heading--sub {
    margin-bottom: 50px;
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (max-width: 820px) {
    .section-heading--small {
        font-size: 4vw;
        max-width: 100vw;
        margin: 0 auto;
    }

    .section-heading--sub {
        font-size: 2.66vw;
        margin-bottom: 9.33vw;
    }
}


.font--montserrat {
    font-family: "Montserrat", sans-serif;
}

.no-scroll {
    overflow: hidden;
}


.inview {
    transition: 0.6s;
    opacity: 0;
    transform: translate(0, 60px);
}

.inview_on {
    opacity: 1;
    transform: translate(0, 0) !important;
}



/*------------------------------------------------------------
header-共通
------------------------------------------------------------*/
.header img {
    width: 100%;
}

.header {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #f2efe5;
    width: 100%;
    height: 65px;
}


.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__logo {
    width: 140px;
    margin-left: 7%;
    line-height: 0;
}


.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    font-size: 1.4rem;
}

.header__nav-list:not(.header__nav-list--right) .header__nav-item {
    color: #040E41;
    font-weight: 600;
}


.header__nav-list--right .header__nav-item {
    background: #040E41; 
    color: #fff;
}

.header__nav-list--right .header__nav-item a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0 24px;
    height: 65px;
     line-height: 1;
}

.header__nav-list--right .header__nav-item p::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../images/contact_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
    margin-right: 2px;
}

.header__nav-list--right .header__nav-item p {
    text-align: right;
}

.header__nav-list--right .header__nav-item p span {
    font-size: 1.1rem;
}

@media screen and (max-width: 820px) {
    .header {
        height: 14vw;
        width: 100vw;
        background: #fff;
    }

    .header__inner {
        display: block;
        position: relative;
        height: 14vw;
    }

    .header__logo {
        width: 35vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: 0;
    }

    .menu-trigger {
        display: block;
        width: 14vw;
        height: 14vw;
        background: #f2efe5;
        z-index: 1000;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .menu-trigger span {
        position: absolute;
        width: 8vw;
        height: 2px;
        background-color: #040E41;
    }

    .menu-trigger span:first-of-type {
        top: 30%;
        left: 3vw;
        transition-duration: .5s;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 50%;
        left: 3vw;
        transition-duration: .5s;
    }

    .menu-trigger span:last-of-type {
        top: 70%;
        left: 3vw;
        transition-duration: .5s;
    }

    .header__nav--sp {
        position: fixed;
        top: 14vw;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 999;
        transition: right 0.4s ease;
        padding: 16.4vw 6.66vw;
    }

    .header__nav-list--sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12.4vw;
        font-size: 4.26vw;
        font-weight: 700;
    }

    .header__nav-item--sp {
        color: #040E41;
    }

    .header__nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }

    .header__nav-wrapper ul:nth-child(1) {
        margin-bottom: 16vw;
        width: 100%;
    }

    .header__nav--bg a{
        background: #040E41;
        padding: 5.86vw 0;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1;
    }

    .header__nav--bg p::before {
        content: "";
        display: inline-block;
        width: 4.26vw;
        height: 4.26vw;
        background-image: url("../images/contact_icon.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: bottom;
        margin-right: 2vw;
    }

    .header__nav--bg p span {
        margin-left: 2vw;
        font-size: 3.2vw;
        font-weight: 400;
    }


    .header__nav--sp.active {
        right: 0;
    }

    .menu-trigger.active span:first-of-type {
        top: 50%;
        transform: rotate(45deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:last-of-type {
        top: 50%;
        transform: rotate(-45deg);
    }

}

/*------------------------------------------------------------
contact-btn
------------------------------------------------------------*/

@media screen and (max-width: 820px) {

    .contact-btn__wrapper {
        position: fixed;
        top: 16vw;
        right: 1vw;
        z-index: 998;
    }

    .contact-btn a {
        background-color: #040F41;
        border-radius: 50%;
        width: 13vw;
        height: 13vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0.6vw;
    }
    .contact-btn a:hover{
        opacity: 1;
    }

    .contact-btn__image {
        width: 3.6vw;
        height: 3.6vw;
    }

    .contact-btn__image svg {
        fill: #fff;
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;

    }

    .contact-btn__text {
        color: #fff;
        font-weight: 700;
        font-size: 1.5vw;
    }
}


/*------------------------------------------------------------
fv slider
------------------------------------------------------------*/

.fv-slider img {
    width: 100%;
}

.fv-slider__wrapper {
    height: calc(100vh - 65px);
    width: 100%;
    margin-top: 65px;
    overflow: hidden;
    position: relative;
}

.fv-slider__image {
    position: absolute;
    inset: 0;
}

.fv-slider__image picture,
.fv-slider__image picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* 追加 */


.fv-slider__image picture img {
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

.fv-slider__image picture img.loaded {
    opacity: 1;
    transform: scale(1);
}


/* 追加 */


.fv-slider__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    color: rgb(0, 0, 0, 0.6);
}

h2.fv-slider__title {
    font-size: clamp(1rem, 5vw, 5rem);
    /* 追加 */
    line-height: 1.6;
}

p.fv-slider__content {
    font-size: 2.6rem;
}


/* 追加 */
.fv-slider__text {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.05);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.fv-slider__text.loaded {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* 追加 */

@media screen and (max-width: 820px) {

    .fv-slider__wrapper {
        height: calc(70svh - 14vw);
        margin-top: 14vw;
    }

    .fv-slider__text {
        width: 100vw;
    }

    h2.fv-slider__title {
        font-size: 8vw;
        margin-bottom: 4vw;
    }

    p.fv-slider__content {
        font-size: 4vw;
    }
}

/* 追加 */
.scroll-indicator {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.scroll-indicator__text {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: rgb(0, 0, 0, 0.6);
}

.scroll-indicator__line {
    position: relative;
    display: block;
    width: 2px;
    height: 100px;
    margin: 0 auto;
    background: #a9a9a9;
    overflow: hidden;
}

.scroll-indicator__line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #040E41;
    animation: scroll-line 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes scroll-line {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

@media screen and (max-width: 820px) {
    .scroll-indicator {
        display: none;
    }

    .scroll-indicator__text {
        font-size: 4vw;
    }
}

/* 追加 */

/*------------------------------------------------------------
works-共通
------------------------------------------------------------*/

.works img {
    width: 100%;
}

.swiper-works__content-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
}

.swiper-works__content-images .swiper-wrapper .swiper-slide {
    border: 1px solid #AAA;
}

.swiper-pagination__works {
    position: static;
    padding: 0 60px;
}



.swiper-button-prev__works,
.swiper-button-next__works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80px;
    height: 80px;
}

.swiper-button-prev__works {
    left: 60px;
}

.swiper-button-next__works {
    right: 60px;
}

.swiper-button-prev__works img,
.swiper-button-next__works img {
    width: 100%;
    height: 100%;
}

.swiper-button-prev.swiper-button-prev__works::after,
.swiper-button-next.swiper-button-next__works::after {
    content: none;
}

@media screen and (max-width: 1000px) {
    .works h2.section-heading {
        margin-left: 5%;
    }
}

@media screen and (max-width: 820px) {

    .works h2.section-heading {
        margin-left: 6.66vw;
    }

    .swiper-pagination__works {
        display: none;
    }

    .swiper-button-prev__works,
    .swiper-button-next__works {
        display: none;
    }

}



/*------------------------------------------------------------
works_logo
------------------------------------------------------------*/

.swiper-works__logo-images .swiper-wrapper {
    margin-top: 50px;
    transition-timing-function: linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.swiper-works__logo-images .swiper-slide a {
    pointer-events: auto;
}

@media screen and (max-width: 820px) {
    .swiper-works__logo-images .swiper-wrapper {
        margin-top: 9.86vw;
    }
}

/*------------------------------------------------------------
photo-style
------------------------------------------------------------*/

.photo-style img {
    width: 100%;
}

.photo-style {
    background: #F8F8F8;
}

.photo-style__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;

}

.swiper-photo__content-images {
    margin: -40px auto 0;
}


.photo-style__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: max-content;
    /* 中身に合わせる */
    padding: 0;
    width: 100%;
}

.photo-style__item {
    width: 27.1%;

}

.card__text {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    width: 100%;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);

}

.card__text--en {
    font-size: 3rem;
    font-weight: 400;
}

.card__text--ja {
    font-weight: 700;
}

.photo-style__item img {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    transition: filter 0.6s ease;
}

.photo-style__item:hover img {
    filter: brightness(80%);
}


.photo-style__item:nth-child(1) {
    z-index: 6;
}

.photo-style__item:nth-child(2) {
    z-index: 5;
    margin-left: -12.4%;
}

.photo-style__item:nth-child(3) {
    z-index: 4;
    margin-left: -12.4%;
}

.photo-style__item:nth-child(4) {
    z-index: 3;
    margin-left: -12.4%;
}

.photo-style__item:nth-child(5) {
    z-index: 2;
    margin-left: -12.4%;
}

.photo-style__item:nth-child(6) {
    z-index: 1;
    margin-left: -12.4%;
}

.photo-style__item {
    transition: transform 0.8s ease;
}

@media screen and (max-width: 1000px) {
    .photo-style__description {
        font-size: clamp(1rem, 1.4vw, 1.4rem);
        padding-right: 6.66vw;
    }
}

@media screen and (max-width: 820px) {

    .photo-style__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: start;
        max-width: 100vw;
    }

    .card__text--en {
        font-size: 5vw;
    }

    .card__text--ja {
        font-size: 4vw;
    }

    .photo-style__description {
        font-size: 3.2vw;
        padding-right: 6.66vw;
    }

    .photo-style__list {
        margin: 0;
    }

    .photo-style__item {
        position: static;
        margin-left: 0;
    }

    .photo-style__item:hover img {
        filter: brightness(100%);
    }

    .photo-style__item.swiper-slide {
        flex-shrink: 0;
    }

    .swiper-pagination.swiper-pagination__photo.swiper-pagination-progressbar.swiper-pagination-horizontal {
        position: relative;
        margin-top: 6vw;
    }

    .swiper-pagination__photo {
        background: #AAAAAA;
        margin-bottom: 5.73vw;
    }

    .swiper-pagination__photo .swiper-pagination-progressbar-fill {
        background: #040E41;
    }

    .photo-style__item:nth-child(1),
    .photo-style__item:nth-child(2),
    .photo-style__item:nth-child(3),
    .photo-style__item:nth-child(4),
    .photo-style__item:nth-child(5),
    .photo-style__item:nth-child(6) {
        margin-left: 0;
    }
}


/*------------------------------------------------------------
services
------------------------------------------------------------*/

.services img {
    width: 100%;
}

.services {
    background: #EDEDED;
}

.services__list {
    margin-bottom: 100px;
    margin-top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 2.2%;
    row-gap: 22px;

}

.services__item {
    width: calc((100% - 2.2%) / 2);
}

.services__item-text {
    width: 100%;
    background: #fff;
    padding: 38px 0;
    text-align: center;
    line-height: 1;
}

h3.services__item-text--en {
    font-size: 3rem;
    margin-bottom: 6px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

p.services__item-text--ja {
    font-weight: 700;
}

.services__text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

h3.services__title {
    font-size: clamp(1rem, 4.2vw, 4.2rem);
    margin-left: -20px;
}

span.services__title--small {
    font-size: clamp(1rem, 3.2vw, 3.2rem);
}

span.services__title--left {
    margin-left: 20px;
}

.services__description {
    font-size: 1.4rem;
}

@media screen and (max-width: 820px) {
    .swiper-photo__content-images {
        margin: 0;
    }

    .services__list {
        margin-bottom: 11vw;
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 6.8vw;
    }

    .services__item {
        width: 100%;
    }

    .services__item img {
        aspect-ratio: 16/9;
        object-fit: cover;
    }


    .services__item-text {
        padding: 2.66vw 0;
    }

    h3.services__item-text--en {
        font-size: 5.33vw;
        margin-bottom: 1.6vw;
    }

    p.services__item-text--ja {
        font-size: 2.66vw;
    }

    .services__text {
        display: block;
        margin-bottom: 0;
    }

    h3.services__title {
        font-size: 7.46vw;
        margin-left: -4vw;
        margin-bottom: 8vw;
    }

    span.services__title--small {
        font-size: 5.33vw;
    }

    span.services__title--left {
        margin-left: 4vw;
    }

    .services__description {
        font-size: 3.2vw;
    }

}

/*------------------------------------------------------------
studio-location
------------------------------------------------------------*/
address {
    font-style: normal;
}

.studio img {
    width: 100%;
}

.studio {
    background: #F4F4F4;
}

.studio__content-images {
    margin-top: -40px;
    margin-bottom: 40px;
}


.swiper-pagination.swiper-pagination__studio.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: relative;
    margin-top: 34px;
}

.swiper-pagination__studio {
    background: #AAAAAA;
}

.swiper-pagination__studio .swiper-pagination-progressbar-fill {
    background: #040E41;
}

.studio__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accordion-content iframe {
    width: 80%;
    height: 300px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.accordion-content {
    display: none;
}

button.more-btn {
    font-size: 2.4rem;
    background: inherit;
    border: none;
    color: rgb(0, 0, 0, 0.6);
    padding: 0;
    position: relative;
    cursor: pointer;
}


button.more-btn::after,
button.more-btn::before {
    content: "+";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
    display: inline-block;
}

button.more-btn::after {
    content: "+";
    opacity: 1;
}

button.more-btn::before {
    content: "−";
    opacity: 0;
}


.more-btn__wrapper.active button.more-btn::after {
    opacity: 0;
}

.more-btn__wrapper.active button.more-btn::before {
    opacity: 1;
}


.swiper-button-prev__studio,
.swiper-button-next__studio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev__studio {
    left: 20px;
}

.swiper-button-next__studio {
    right: 20px;
}

.swiper-button-prev__studio img,
.swiper-button-next__studio img {
    width: 100%;
    height: 100%;
}

.swiper-button-prev.swiper-button-prev__studio::after,
.swiper-button-next.swiper-button-next__studio::after {
    content: none;
}

.swiper-button-prev.swiper-button-prev__studio.swiper-button-disabled,
.swiper-button-next.swiper-button-next__studio.swiper-button-disabled {
    opacity: 0;
}

.swiper-studio__content-images {
    margin-bottom: 70px;
}

h3.studio__title {
    font-size: 4rem;
    font-weight: 600;
    color: rgb(0, 0, 0, 0.6);
    width: 50%;
    padding-right: 10%;
    text-align: right;
}

.studio__text {
    width: 50%;
}

.studio__description {
    font-size: 1.4rem;
    margin-bottom: 24px;
}


.studio__content-images--top {
    margin-bottom: 122px;
}

@media screen and (max-width: 820px) {


    .studio__content-images {
        margin: 0;
    }

    .swiper-pagination.swiper-pagination__studio.swiper-pagination-progressbar.swiper-pagination-horizontal {
        margin-top: 3vw;
    }


    .studio__map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 6.66vw;
    }

    .accordion-content iframe {
        width: 100%;
        padding-top: 7.46vw;
    }


    .swiper-button-prev__studio,
    .swiper-button-next__studio {
        display: none;
    }

    .swiper-studio__content-images {
        margin-bottom: 6.13vw;
    }

    h3.studio__title {
        font-size: 5.33vw;
        width: 100%;
        padding-right: 0;
        text-align: left;
        margin-bottom: 4vw;
    }

    .studio__text {
        width: 100%;
    }

    .studio__description {
        font-size: 3.2vw;
        margin-bottom: 4vw;
    }

    .studio__access {
        position: relative;
    }

    .more-btn__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 20px;

    }

    button.more-btn {
        font-size: 4vw;
    }


    .studio__content-images--top {
        margin-bottom: 7.46vw;
    }

}

/*------------------------------------------------------------
contact-共通
------------------------------------------------------------*/

.contact img {
    width: 100%;
}

.contact__text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 50px;
}

.contact__description {
    padding-left: 16px;
}

.contact-list {
    max-width: 700px;
    margin: 0 auto;

}

.contact-item {
    display: grid;
    /* 追加 */
    gap: 0px 16px;
    grid-template-columns: 1fr 4fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 36px;
}

span.label__required {
    color: #ab0000;
}

.contact-item--textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    align-items: unset;
}

.inputs {
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    padding: 12px;
    line-height: 1.2;
    box-sizing: border-box;
    background: #F4F4F4;
    border: 1px solid #707070;
    outline: none;
}

.textarea-inputs {
    height: 300px;
    margin-top: 10px;
}

.btn-area {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
}

.contact-note {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.submit {
    max-width: 400px;
    display: inline-block;
    background: #040E41;
    color: #fff;
    border: none;
    padding: 18px 100px;
    font-size: 2.4rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.3s;
}

.submit::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/white_next.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 2.4rem;
    pointer-events: none;
    margin-left: 4px;
}

.contact-item .label {
    font-weight: 700;
}

@media screen and (max-width: 1000px) {
    .contact__description {
        font-size: clamp(1rem, 1.6vw, 1.6rem);
    }
}

@media screen and (max-width: 820px) {

    .contact__text {
        display: block;
        margin: 0 auto 6.66vw;
    }

    .contact__description {
        padding-left: 0;
        font-size: 3.2vw;
    }

    .contact-list {
        max-width: 100vw;
    }

    .contact-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        gap: 0;
        margin-bottom: 5.6vw;
    }

    .label {
        width: 100%;
        font-size: 2.93vw;
    }

    .inputs {
        width: 100%;
        height: 9.33vw;
        font-size: 3.2vw;
        padding: 3.2vw;
    }

    .textarea-inputs {
        height: 300px;
        margin-top: 0;
    }

    .btn-area {
        width: 58vw;
    }

    .contact-note {
        font-size: 3.2vw;
        margin-bottom: 2.13vw;
    }

    .submit {
        width: 100%;
        font-size: 3.46vw;
        padding: 3.2vw 0;
    }

    .submit::after {
        width: 3.46vw;
        height: 3.46vw;
        margin-left: 2vw;
    }
}


/* contact確認画面 */

.contact-list--confirm {
    max-width: 700px;
    margin: 0 auto 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;  
}

.contact-item--confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
}

.confirm-title {
    width: 25%;
    font-weight: 700;
}

.confirm-text {
    width: 75%;
}

.btn-area--confirm {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.confirm-btn--back{
    max-width: 300px;
    background-color: #707070;
}
.confirm-btn--send{
    max-width: 300px;
    background-color: #040E41;
}
.top-btn{
    background-color: #040E41;
    max-width: 400px;
    text-align: center;
    margin: 100px auto;
}

.top-btn a {
    max-width: 400px;
    display: inline-block;
    background: #040E41;
    color: #fff;
    border: none;
    padding: 18px 100px;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.3s;
}
.contact-error{
    grid-column: 2 / 3;
    font-size: 1.4rem;
    text-align: left;
}

@media screen and (max-width: 820px) {

    .contact-list--confirm {
        max-width: 100%;
        margin: 0 auto 5.6vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;  
    }
    
    .contact-item--confirm {
        display: block;
        font-size: 3.73vw;
    }
    
    .confirm-title {
        width: 100%;
    }
    
    .confirm-text {
        width: 100%;
    }
    

    .confirm-btn--back{
        max-width: 40%;
        background-color: #707070;
    }
    .confirm-btn--send{
        max-width: 40%;
        background-color: #040E41;
    }
    .top-btn{
        background-color: #040E41;
        max-width: 300px;
        text-align: center;
        margin: 20vw auto;
    }
    
    .top-btn a {
        max-width: 300px;
        display: inline-block;
        background: #040E41;
        color: #fff;
        border: none;
        padding: 3.2vw 0;
        font-size: 3.46vw;
        line-height: 1;
        cursor: pointer;
        transition: background 0.3s;
    }
    .contact-error{
        font-size: 1.2rem;
        text-align: left;
        width: 100%;
    }
}

/*------------------------------------------------------------
footer-共通
------------------------------------------------------------*/

.footer img {
    width: 100%;
}

.footer {
    background: #f2efe5;
}

.footer__inner {
    padding: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.footer__nav-title {
    font-weight: 700;
    margin-bottom: 18px;
    color: #040E41;
}

.footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 33px;
    color: #040E41;
}

.footer__nav-item {
    font-size: 1.4rem;
}

.footer__info {
    text-align: right;
}

.footer__logo {
    width: 170px;
    margin-left: auto;
    margin-bottom: 20px;
}

.footer__copy {
    font-size: 0.8rem;
    color: #040E41;
}

@media screen and (max-width: 1000px) {
    .footer__nav-item {
        font-size: clamp(1rem, 1.3vw, 1.4rem);
    }
}

@media screen and (max-width: 820px) {

    .footer__inner {
        padding: 10vw 6.66vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__nav-wrap {
        width: 100%;
    }

    .footer__nav-title {
        font-size: 2.56vw;
        margin-bottom: 0;
        text-align: center;
    }

    .footer__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 7vw;
        margin-bottom: 12vw;
    }

    .footer__nav--left {
        width: 100%;
    }

    .footer__nav-item {
        font-size: 3.73vw;
        position: relative;
        line-height: 1;
    }

    .footer__nav-item::after {
        content: "";
        display: inline-block;
        width: 3.73vw;
        height: 3.73vw;
        background-image: url(../images/navy_next.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: bottom;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: 0
    }

    .footer__nav--right {
        text-align: right;
    }

    .footer__logo {
        width: 40vw;
        margin: 0 auto;
        margin-bottom: 2.66vw;
    }

    .footer__copy {
        font-size: 1.31vw;
    }
}



/*------------------------------------------------------------
LOCATION SHOOTING
-reason
------------------------------------------------------------*/

.reason {
    background: #F8F8F8;
}

.reason__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6%;
    align-items: stretch;
    margin-bottom: 140px;
}

.reason__item {
    display: flex;
    flex-direction: column;
}

.reason__item-image {
    height: 366px;
    overflow: hidden;
    width: 100%;
}

.reason__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reason__item-text {
    background: #fff;
    padding: 28px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

h3.reason__title {
    font-size: 2.2rem;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 21px;
    position: relative;
}

h3.reason__title::after {
    position: absolute;
    content: "";
    background: #040F41;
    height: 2px;
    width: 70px;
    bottom: 0;
    left: 0;
}

.reason__comment {
    font-size: 1.6rem;
}

@media screen and (max-width: 820px) {

    .reason__list {
        grid-template-columns: 1fr;
        gap: 70px;
        margin-bottom: 13.7vw;
    }

    .reason__item-text {
        padding: 8vw 4vw;
    }

    h3.reason__title {
        font-size: 3.73vw;
        padding-bottom: 2.8vw;
        margin-bottom: 2.8vw;
    }

    h3.reason__title::after {
        width: 9.33vw;
    }

    .reason__comment {
        font-size: 3.2vw;
    }

    .reason__item-image {
        width: 100%;
        height: 50vw;
        overflow: hidden;

    }

    .reason__item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .reason__item:nth-child(2) .reason__item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 80%;
    }
}

h2.point-heading {
    font-size: 4rem;
    margin-bottom: 40px;
    font-weight: 500;
}

.point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 63px;
}

.point__list li:nth-child(even) {
    flex-direction: row-reverse;
}

.point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.point__item-image {
    width: 46%;
    overflow: hidden;
}

.point__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.point__item-text {
    width: 54%;
    background: #fff;
    padding: 30px;
}

.point__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.point__item:nth-child(odd) .point__item-title {
    flex-direction: row-reverse;
}

.point__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.point__num-main {
    font-size: 7rem;
    color: rgb(0, 0, 0, 0.6);
    line-height: 1;
    padding-bottom: 6px;
    border-bottom: 2px solid #040F41;
    margin-bottom: 6px;
}

.point__num-main-01 {
    font-size: 8rem;
}

.point__num-sub {
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
}

.point__title {
    font-size: clamp(1.6rem, 2.5vw, 3.6rem);
    margin-top: 26px;
    margin-bottom: 40px;
}

.point__item:nth-child(even) .point__title {
    text-align: right;
}

@media screen and (max-width: 820px) {

    h2.point-heading {
        font-size: 5.33vw;
        margin-bottom: 4vw;
    }

    .point__list {
        gap: 12vw;
    }

    .point__list li:nth-child(even) {
        flex-direction: column;
    }

    .point__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .point__item-image {
        width: 100%;
        overflow: auto;
        /* 仮 */
        margin-top: 20vw;
    }

    .point__item-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: initial;
    }

    .point__item-text {
        width: 100%;
        background: #fff;
        padding: 5.86vw 4.53vw;
    }

    .point__item-title {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 3.2vw;
    }

    .point__item:nth-child(odd) .point__item-title {
        flex-direction: row;
    }

    .point__num {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .point__num-main {
        font-size: 9.8vw;
        color: rgb(0, 0, 0, 0.6);
        line-height: 1;
        padding-bottom: 1vw;
        border-bottom: 2px solid #040F41;
        margin-bottom: 1vw;
    }

    .point__num-main-01 {
        font-size: 10.66vw;
    }

    .point__num-sub {
        font-weight: 700;
        font-size: 2.6vw;
        text-align: center;
    }

    .point__title {
        font-size: 4.7vw;
        margin-top: 0;
        margin-bottom: 0;
    }

    .point__item:nth-child(even) .point__title {
        text-align: left;
    }

    .point__comment {
        font-size: 3.2vw;
    }
}

/*------------------------------------------------------------
LOCATION SHOOTING
-work-flow
------------------------------------------------------------*/

.flow {
    background: #EDEDED;
}

.flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
}

.flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flow__num {
    width: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.flow__num:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -30px;
    border: 30px solid transparent;
}

.flow__num--01 {
    background: #D5D5D5;
}

.flow__num--01:before {
    border-left: 20px solid #D5D5D5;
}

.flow__num--02 {
    background: #BFBFBF;
}

.flow__num--02:before {
    border-left: 20px solid #BFBFBF;
}

.flow__num--03 {
    background: #9B9B9B;
}

.flow__num--03:before {
    border-left: 20px solid #9B9B9B;
}

.flow__num--04 {
    background: #838383;
}

.flow__num--04:before {
    border-left: 20px solid #838383;
}

.flow__num--05 {
    background: #646464;
}

.flow__num--05:before {
    border-left: 20px solid #646464;
}

.flow__num--06 {
    background: #4E4E4E;
}

.flow__num--06:before {
    border-left: 20px solid #4E4E4E;
}

.flow__num--07 {
    background: #0D0D0D;
}

.flow__num--07:before {
    border-left: 20px solid #0D0D0D;
}

.flow__item-text {
    width: 38%;
    background: #fff;
    font-size: clamp(1.4rem, 1.85vw, 2.6rem);
    font-weight: 700;
    padding: 0 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flow__item-image {
    width: 42%;
}

.flow__num-main {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 12px;
}

.flow__num-sub {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}

@media screen and (max-width: 820px) {

    .flow__list {
        gap: 5.33vw;
    }

    .flow__item {
        height: 22vw;
    }

    .flow__num {
        width: 22%;
    }

    .flow__num:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -15px;
        border: 15px solid transparent;
    }

    .flow__num--01 {
        background: #D5D5D5;
    }

    .flow__num--01:before {
        border-left: 10px solid #D5D5D5;
    }

    .flow__num--02 {
        background: #BFBFBF;
    }

    .flow__num--02:before {
        border-left: 10px solid #BFBFBF;
    }

    .flow__num--03 {
        background: #9B9B9B;
    }

    .flow__num--03:before {
        border-left: 10px solid #9B9B9B;
    }

    .flow__num--04 {
        background: #838383;
    }

    .flow__num--04:before {
        border-left: 10px solid #838383;
    }

    .flow__num--05 {
        background: #646464;
    }

    .flow__num--05:before {
        border-left: 10px solid #646464;
    }

    .flow__num--06 {
        background: #4E4E4E;
    }

    .flow__num--06:before {
        border-left: 10px solid #4E4E4E;
    }

    .flow__num--07 {
        background: #0D0D0D;
    }

    .flow__num--07:before {
        border-left: 10px solid #0D0D0D;
    }

    .flow__item-text {
        width: 49%;
        background: #fff;
        font-size: 3.46vw;
        font-weight: 700;
        padding: 0 5.6vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .flow__item-image {
        width: 29%;
        overflow: hidden;

    }

    .flow__item-image img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%;

    }

    .flow__num-main {
        font-size: 6.66vw;
        margin-bottom: 1.33vw;
    }

    .flow__num-sub {
        font-size: 2.4vw;
    }
}

/*------------------------------------------------------------
COMPANY
-company
------------------------------------------------------------*/

.company__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.company__info {
    width: 55%;
}

.company__list {
    margin-bottom: 60px;
}

.company__list .company__item:last-child {
    margin-top: 30px;
}

.company__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.company__term {
    width: 36%;
}

.company__desc {
    width: 64%;
}

.company__partners {
    width: 38%;
}

.company__access {
    display: grid;
    grid-template-columns: 1fr 1fr;

}

.company__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 38px;
}

.company__access-map iframe {
    width: 100%;
    min-height: 170px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.company__text {
    padding-left: 6%;
}

@media screen and (max-width: 820px) {

    .company__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .company__info {
        width: 100%;
        margin-bottom: 10.4vw;
    }

    .company__list {
        margin-bottom: 10.4vw;
    }

    .company__list .company__item:last-child {
        margin-top: 0;
    }

    .company__item {
        font-size: 3.2vw;
    }

    .company__partners {
        width: 100%;
    }

    .company__map {
        display: block;
    }

    .company__map .company__access:nth-child(2) {
        margin-bottom: 8vw;
    }

    .company__access-map iframe {
        min-height: 10vw;
    }

    .company__text {
        padding-left: 2.66vw;
    }

    h3.company__map-heading,
    h3.company__partners-heading {
        text-align: center;
        font-size: 4vw;
        margin-bottom: 9.33vw;
    }

    h4.company__title,
    .company__text address,
    .company__partners-list {
        font-size: 3.2vw;
    }
}

/*------------------------------------------------------------
PRIVACY POLICY
------------------------------------------------------------*/
.privacy {
    margin-top: 65px;
}

.privacy__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    font-size: 1.3rem;
}

@media screen and (max-width: 820px) {
    .privacy {
        margin-top: 14vw;
    }

    .privacy__list {
        gap: 5.33vw;
        font-size: 2.66vw;
    }
}

/*------------------------------------------------------------
CONTACT
-contact
------------------------------------------------------------*/

.contact--single {
    margin-top: 65px;
}

@media screen and (max-width: 820px) {
    .contact--single {
        margin-top: 14vw;
    }
}

/*------------------------------------------------------------
表示切替-共通
------------------------------------------------------------*/


.sp_only {
    display: none;
}

@media screen and (max-width: 820px) {
    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }
}