/*
  Base
---------------------------------------------- */
html {
    box-sizing: border-box;
    height: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    height: 100%;
    font-family: "kinto-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #FFFFFF;
    letter-spacing: 0.07em;
    line-height: 1.8;
    color: #1A1A1A;
}

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

a {
    color: #46AC5A;
}
a:hover {
    opacity: 0.5;
    transition: .5s;
}

strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "kinuta-maruminold-stdn", serif;
    font-weight: 400;
    font-style: normal;
}

input,
textarea {
    max-width: 100%;
    font-family: inherit;
    font-size: 100%;
}

/*
  Header
---------------------------------------------- */
.header__inner {
    position: relative;
    height: 50px;
    margin: 0 20px;
}
.header__inner .copy {
    position: absolute;
    display: none;
}
.header__inner .logo {
    position: absolute;
    width: 45px;
    left: 0;
}
.header__inner .menu__list {
    position: absolute;
    right: 0;
    display: flex;
    gap: 18px;
}
.header__inner .menu__item {
    list-style-type: none;
    font-size: 0.68rem;
}
.header__inner .menu__item a {
    display: flex;
    align-items: center;
    color: #1A1A1A;
    text-decoration: none;
    white-space: nowrap;
}
.header__inner .menu__item img {
    height: 14px;
    margin-right: 5px;
}
.header__inner>* {
    top: 50%;
    transform: translateY(-50%);
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {

    .header__inner {
        height: 65px;
    }
    .header__inner .copy {
        display: block;
        left: 0;
        font-size: 0.75rem;
    }
    .header__inner .logo {
        width: 70px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .header__inner .menu__list {
        gap: 38px;
    }
    .header__inner .menu__item {
        list-style-type: none;
        font-size: 0.93rem;
    }
    .header__inner .menu__item img {
        height: 20px;
        margin-right: 10px;
    }
}


/*
  Footer
---------------------------------------------- */
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #000;
    padding: 30px 0 40px 0;
}
.footer .logo {
    width: 50px;
    margin: 0 auto;
}
.footer .copy {
    font-size: 0.68rem;
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {
    .footer .logo {
        width: 70px;
    }
    .footer .copy {
        font-size: 0.75rem;
    }
}

/*
  Main
---------------------------------------------- */
/* --Inner-- */
.inner {
    margin: 0 20px;
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {
    .inner {
        margin: 0 auto;
        padding: 0 30px;
        max-width: 1280px;
        width: 95%;
    }
}

/* --改行-- */
.br-pc {
    display: none;
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {
    .br-sp {
        display: none;
    }
    .br-pc {
        display: block;
    }
}
/* --Accent Color-- */
.accent {
    color: #46AC5A;
}

/* --Button-- */
.button {
    width: 171px;
    height: 44px;
    line-height: 44px;
    font-size: 0.875rem;
    text-align: center;
    color: #fff;
    border-radius: 45px;
    text-decoration: none;

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 6px;
}
.button.green {
    color: white;
    background: linear-gradient(#46AC5A, #6ECC81);
    border: white solid 3px;
}
.button.black {
    color: white;
    background-color: #1A1A1A;
    border: white solid 3px;
}
.button.white {
    color: #46AC5A;
    background-color: #F5FBF6;
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {
    .button {
        width: 236px;
        height: 54px;
        line-height: 54px;
        font-size: 1.06rem;
    }
    .button.green {
        background: linear-gradient(to right, #46AC5A, #6ECC81);
    }

}

/* --Title-- */
.title {
    font-size: 1.5rem;
    text-align: center;
    font-family: "kinuta-maruminold-stdn", serif;
}
.title .subtitle {
    display: block;
    font-size: 1rem;
    font-family: "hypatia-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #46AC5A;
    margin-bottom: 15px;
}
.title{
    margin-bottom: 30px;
}

/* PC用スタイル */
@media screen and (min-width: 1024px), print {
    .title {
        font-size: 2.125rem;
    }
    .title .subtitle {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    .title{
        margin-bottom: 60px;
    }
}

/* --セクション間余白-- */
section.service,
section.taste,
section.flow,
section.photo,
section.cta,
section.supplement {
    margin-top: 60px;
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {
    section.service{
        margin-top: 120px;
    }
    section.taste{
        margin-top: 100px;
    }
    section.cta {
        margin-top: 100px;
    }
    section.supplement {
        margin-top: 60px;
    }
}

/* --mainエリア-- */
.main {
    position: relative;
    z-index: 10;

    display: flex;
    justify-content: center;
    align-items: center;
}

.main::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/top_background.png);
    background-size: cover;
    background-position: left;
    opacity: 0.25;
}
.main__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: fit-content;
    padding: 50px 0;
    margin: 0 20px;
    z-index: 1;
    text-align: center;
}

@media screen and (max-width: 1024px), print {

    .main {
        position: relative;
        z-index: 10;
    }
    .main__inner {
        padding: 30px 0;
    }
}

.main__img {
    height: 200px;
}

.button__list {
    display: flex;
    justify-content: center;
    list-style-type: none;
    gap: 14px;
    margin-top: 30px;
}

@media screen and (max-width: 1024px), print {

    .button__list {

        position: fixed;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto;

        width: 100%;
        align-items: center;
        justify-content: center;

        z-index: 9999999;
    }

}

.main__title {
    font-size: 1.75rem;
    line-height: 2.375rem;
}
.main__title span.moderate{
    font-size: 1.25rem;
}

h2.main__title br.br-sp {
    display: block;
}

@media screen and (min-width: 1292px), print {
    h2.main__title br.br-sp {
        display: none;
    }
}


.says {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.812rem;
    line-height: 1.25rem;
    margin-bottom: 16px;
}
.says::before,
.says::after  {
    display: block;
    content: '';
    width: 22px;
    height: 33px;
    background-size: contain;
}
.says::before {
    background-image: url(../images/says-left.png);
    margin-right: 10px;
}
.says::after {
    background-image: url(../images/says-right.png);
    margin-left: 10px;
}

/* PC用スタイル */
@media screen and (min-width: 1024px), print {
    .says::before {
        margin-right: 30px;
    }
    .says::after {
        margin-left: 30px;
    }
    .main {
        height: calc( 100vh - 65px - 105px );
    }
    .main::after {
        opacity: 0.57;
    }
    .main__inner {
        flex-direction: row-reverse;
        justify-content: space-between;
        max-width: 1280px;
        padding: 0 60px;
        margin: 0 auto;
    }
    .main__img {
        height: 450px;
        min-width: 200px;
        object-fit: contain;
    }
    .button__list {
        gap: 30px;
        margin-top: 40px;
    }

    .main__title {
        font-size: 2.4rem;
        line-height: 3.5rem;
    }
    .main__title span.moderate{
        font-size: 2.125rem;
    }
    .says {
        font-size: 24px;
        line-height: 2.5rem;
        margin-bottom: 30px;
    }
    .says::before,
    .says::after  {
        width: 41px;
        height: 65px;
    }
}

/* --キャンペーン-- */
.campaign__box {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 237px;
    background-color: #F5FBF6;
    text-align: center;
    justify-content: center;
}

.campaign__box::before {
    display: none;
}

.campaign {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 37px;
    background-color: #46AC5A;
}
.campaign::before {
    position: absolute;
    display: block;
    content: 'さらに';
    padding: 5px 17px;
    background-color: #FAED52;
    border-radius: 25px;
    font-weight: bold;
    font-size: 0.812rem;
    top: -25px;
    left: calc(54% - 200px);
    z-index: 10;
}
.campaign::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url(../images/fukidashi.svg);
    width: 13px;
    height: 13px;
    top: 4px;
    left: calc(54% - 186px);
}
.campaign .pc-only {
    display: none;
}
.campaign__txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 37px);
    gap: 16px;
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {
    .campaign__box {
        position: relative;
        flex-direction: row;
        height: 105px;
        background-color: #F5FBF6;
    }

    .campaign__box::before {
        display: block;
        content: "";
        width: 20%;
        height: 100%;
        background: #46ac5a;

        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .campaign {
        height: 100%;
        width: 273px;
    }
    .campaign::before {
        padding: 5px 17px;
        border-radius: 25px;
        font-size: 1.06rem;
        top: -30px;
        left: 35px;
        z-index: 10;
    }
    .campaign::after {
        width: 13px;
        height: 13px;
        top: 7px;
        left: 50px;
    }
    .campaign .pc-only {
        display: block;
    }
    .campaign .sp-only {
        display: none;
    }
    .campaign__txt {
        position: relative;
        flex-direction: row;
        gap: 35px;
        height: 100%;
        padding-left: 45px;
        text-align: left;
    }
    .campaign__txt h2 {
        display: flex;
        align-items: center;
        gap: 35px;
        line-height: 30px;
    }

    .campaign__txt::before {
        display: block;
        position: absolute;
        content: '';
        height: 105px;
        width: 0;
        top: 0;
        left: 0;
        border-left: 15px solid #46AC5A;
        border-bottom: 52.5px solid transparent;
        border-top: 52.5px solid transparent;
    }

}

/* --サービス-- */
.service .inner {
    padding: 0;
}
.service__box {
    display: flex;
    flex-direction: column;
}
.service__txt {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.service__txt h2 {
    text-align: center;
    line-height: 1.65em;
}
.service__txt h2 .small{
    font-size: 26px;
}
@media screen and (max-width: 1024px), print {

    .service__txt h2 .small{
        font-size: 14px;
    }
}

@media screen and (max-width: 768px), print {

    .service__txt h2 .small{
        font-size: 3.6vw;
    }
    .service__txt h2 {
        font-size: 6vw;
    }
}

.service__img {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
    margin-bottom: 23px;
}
.service__img::after {
    display: block;
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    background-image: url(../images/color-and-deco-white.png);
    background-size: contain;
    z-index: 20;
}
.coloranddeco {
    display: flex;
    align-items: center;
    font-size: 0.68rem;
    line-height: 1.8;
    gap: 20px;
}
.coloranddeco::before {
    display: block;
    content: '';
    width: 38px;
    height: 38px;
    background-image: url(../images/color-and-deco.png);
    background-size: contain;
}
.pc-only {
    display: none;
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {

    .service__box {
        flex-direction: row;
        align-items: center;
        gap: 80px;
    }
    .service__txt h2 {
        text-align: left;
        font-size: 2.25rem;
    }
    .service__txt h2 .small{
        font-size: 1.75rem;
    }
    .service__img {
        width: 42vw;
        max-width: 550px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .service__img::after {
        width: 75px;
        height: 75px;
        right: 16px;
        bottom: 16px;
    }
    .coloranddeco.pc-only {
        display: flex;
    }
    .sp-only {
        display: none;
    }
}
/* TwentyTwenty handle */
.twentytwenty-handle {
    width: 82px;
    height: 82px;
    margin-left: 0;
    margin-top: 0;
    transform: translate(-50%, -50%);
    background: linear-gradient(#46AC5A, #6ECC81);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 44px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 44px;
}
.twentytwenty-handle-text {
    font-family: "hypatia-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-overlay {
    display: none;
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {
}

/* --テイスト-- */
.taste_title {
    text-align: center;
    font-size: 1.375rem;
}
.taste__list {
    text-align: center;
    width: 100%;
    font-size: 0;
    margin-top: 45px;
}
.taste__item {
    display: inline-block;
    width: calc( (100% - 5%) / 2 );
    list-style-type: none;
    margin-bottom: 30px;
}
.taste__item:nth-child(2n) {
    margin-left: 4%;
}
.taste__item figcaption {
    font-size: 1rem;
    margin-top: 10px;
    font-family: "kinuta-maruminold-stdn", serif;
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {
    .taste_title {
        font-size: 2rem;
    }
    .taste__list {
        margin-top: 30px;
    }
    .taste__item {
        width: calc( (100% - 7% ) / 3 );
        margin-bottom: 60px;
        margin-right: 2%;
    }
    .taste__item:nth-child(2n) {
        margin-left: 0;
    }
    .taste__item:nth-child(3n) {
        margin-right: 0;
    }
    .taste__item figcaption {
        font-size: 1.312rem;
        margin-top: 15px;
    }
}

/* --ご利用の流れ-- */
.flow {
    background-color: #F5FBF6;
}
.flow .inner {
    padding-top: 40px;
    padding-bottom: 50px;
}
.step__list {
    list-style-type: none;
}
.step__item {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.step__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 25px;
    color: #F5FBF6;
    background-color: #46AC5A;
    font-size: 1.375rem;
    font-family: "kinuta-maruminold-stdn", serif;
}
.step__container {
    display: flex;
    flex-direction: column;
}
.step__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    gap: 5px;
}
.step__container .step__box:nth-child(1) {
    position: relative;
}
.step__container .step__box:nth-child(1)::after {
    display: block;
    position: absolute;
    content: '';
    width: calc(100% - 60px);
    height: 1px;
    background-color: #E6E6E6;
    left: 30px;
    bottom: 0;
}
.step__header.yellow {
    color: #000;
    background-color: #F9EC51;
}
.step__header .step__title {
    color: #46AC5A;
    background-color: #fff;
}
.step__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 104px;
}
.step__title {
    display: inline-block;
    font-size: 1.25rem;
    color: #fff;
    background-color: #46AC5A;
    border-radius: 22px;
    font-family: "hypatia-sans-pro", sans-serif;
    padding: 1px 16px;
}
.step__txt {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.step__txt p {
    font-size: 0.812rem;
    text-align: left;
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {
    .flow .inner {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .step__header {
        flex-direction: row;
        gap: 22px;
        justify-content: center;
    }
    .step__container {
        flex-direction: row;
    }
    .step__box {
        flex-direction: row;
        padding: 60px;
        gap: 50px;
    }
    .step__container .step__box {
        gap: 30px;
        padding: 60px 40px;
    }
    .step__container .step__box:nth-child(1)::after {
        width: 1;
        height: calc(100% - 60px);
        background-color: #E6E6E6;
        top: 30px;
        right: 0;
        left: auto;
    }
    .step__item {
        text-align: left;
    }
    .step__icon {
        width: 140px;
    }

    .step__txt h3 {
        font-size: 22px;
    }
}

/* --お写真-- */
.sample__list {
    text-align: center;
    width: 100%;
    font-size: 0;
    margin-top: 30px;
    margin-bottom: 12px;
}
.sample__item {
    display: inline-block;
    width: calc( (100% - 5%) / 2 );
    list-style-type: none;
    margin-bottom: 18px;
}
.sample__item:nth-child(2n) {
    margin-left: 4%;
}
.notes__item {
    position: relative;
    list-style-type: none;
    line-height: 1.8;
    margin-left: 2em;
    margin-bottom: 15px;
}
.notes__item::before {
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    top: 7px;
    left: -2em;
    background-image: url(../images/list-item.svg);
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {
    .photo .inner {
        text-align: center;
    }
    .sample__list {
        margin-top: 50px;
        margin-bottom: 0;
    }
    .sample__item {
        width: calc( (100% - 7% ) / 3 );
        margin-bottom: 60px;
        margin-right: 2%;
    }
    .sample__item:nth-child(2n) {
        margin-left: 0;
    }
    .sample__item:nth-child(3n) {
        margin-right: 0;
    }

    .notes__list {
        display: inline-block;
        text-align: left;
    }
}

/* --CTA-- */
.cta {
    position: relative;
    z-index: 1;
    height: 250px;
    background-image: url(../images/cta-background.png);
    background-size: cover;
    background-position: center;
}
.cta__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 30px;
    text-align: center;
    z-index: 1;
}
.cta__inner::after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#46AC5A, #6ECC81);
    opacity: 0.89;
    z-index: 1;
}
.cta__title {
    position: relative;
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.8;
    z-index: 2;
}
.cta__button {
    z-index: 2;
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {

    .cta__title {
        font-size: 1.875rem;
    }
}

/* --補足-- */
section.supplement {
    padding-bottom: 70px;
}
.supplement__title {
    color: #46AC5A;
    font-size: 20px;
    font-family: "kinto-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 50px;
    margin-bottom: 0px;
}
.attention__item {
    position: relative;
    list-style-type: none;
    margin-left: 2em;
    line-height: 2;
}
.attention__item::before {
    display: block;
    position: absolute;
    content: '・';
    left: -2em;
}

/*
  PrivacyPolicy
---------------------------------------------- */
.privacy{
    padding: 50px 18px 82px 18px;
    font-size: 0.812rem;
    line-height: 2.5;
}
.privacy .title{
    margin-bottom: 52px;
}
.privacy__list {
    margin-top: 60px;
}
.privacy__item {
    list-style-type: none;
    margin-bottom: 60px;
}
.privacy__item h3{
    font-size: 1.25rem;
    margin-bottom: 30px;
}
.privacy__item>ul {
    margin: 30px 0;
}
.privacy__item>ul>li {
    list-style-type: none;
    margin-left: 1.4em;
    text-indent: -1.4em;
}
.privacy__item>ul>li::before {
    content: '・';
    margin-right: 6px;
}
/* PC用スタイル */
@media screen and (min-width: 1024px), print {
    .privacy{
        max-width: 964px;
        padding: 100px 18px;
        margin: 0 auto ;
    }
    .privacy .title{
        margin-bottom: 60px;
    }
    .privacy .copy{
        max-width: 680px;
        margin: 0 auto;
    }
    .privacy__list {
        margin-top: 85px
    }
}

/* スクロールCSS */
@media screen and (min-width: 1024px), print {
.fade-in {
    opacity: 0;
    transition-duration: 800ms;
    transition-property: opacity, transform;
  }

  .fade-in-up {
    transform: translate(0, 50px);
  }

  .fade-in-down {
    transform: translate(0, -50px);
  }

  .fade-in-left {
    transform: translate(-50px, 0);
  }

  .fade-in-right {
    transform: translate(50px, 0);
  }

  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }
  }