:root {
    --color-red:#e55b5b;
    --color-green:#00acc0;
  }

/* Elements
--------------------------------------------------------*/

.c-intro {
    font-size: 24px;
    font-weight: 700;
    line-height: 2em;
    margin-top: 60px;
}

.c-desc {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2em;
}

@media screen and (max-width: 767px) {
    .c-desc {
        font-size: 14px;
    }
}

.c-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 58px;
}

@media screen and (max-width: 1024px) {
    .c-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 24px;
    }
}

.c-col {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .c-col {
        width: 100%;
    }
}

.c-img {
    width: 100%;
    height: 495px;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .c-img {
        width: 96%;
        height: auto;
        border-radius: 0 30px 30px 0;
    }
}

/* Anchor
--------------------------------------------------------*/

.anchor {
    display: block;
    position: relative;
    top: 0;
    visibility: hidden;
}
  
.anchor-point,
.anchor-access {
    top: -300px;
}
  
@media screen and (max-width: 767px) {
    .anchor-point,
    .anchor-access {
      top: -130px;
    }
}
  
.anchor-sky,
.anchor-plan {
    top: -100px;
}
  
@media screen and (max-width: 767px) {  
    .anchor-sky,
    .anchor-plan {
        top: -50px;
    }
}
  
.anchor-bbq {
    top: -150px;
}

/* Image
--------------------------------------------------------*/

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

.image--100 {
    height: 100%;
}

.image--auto {
    width: auto;
}

.image--contain {
    -o-object-fit: contain;
    object-fit: contain;
}

/* Section Title
--------------------------------------------------------*/

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

.c-title-deco {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.c-title-deco::after {
    content: "";
    width: 85.5px;
    height: 36px;
    background: url("../img/ico_stars.svg") center/cover no-repeat;
    position: absolute;
    top: -32px;
    right: -60px;
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
}

@media screen and (max-width: 767px) {
    .c-title-deco::after {
        width: 45px;
        height: 19px;
        top: -13px;
        right: 0;
    }
}

.c-title-white>h1,
.c-title-white>span {
    color: #fff;
}

.c-title-white-deco {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.c-title-white-deco>h1,
.c-title-white-deco>span {
    color: #fff;
}

.c-title-white-deco::after {
    content: "";
    width: 85.5px;
    height: 36px;
    background: url("../img/ico_stars_white.svg") center/cover no-repeat;
    position: absolute;
    top: -32px;
    right: -60px;
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
}

@media screen and (max-width: 767px) {
    .c-title-white-deco::after {
        width: 45px;
        height: 19px;
        top: -17px;
        right: -31px;
    }
}

.c-title_text,
.c-title_subtext {
    letter-spacing: 0.1em;
    color: var(--color-green);
}

.c-title_text {
    font: 700 100px "Josefin Sans", sans-serif;
    font-size: clamp(50px, -20.755px + 11.792vw, 100px);
}

@media screen and (max-width: 600px) {
    .c-title_text {
        font-size: 38px;
    }
}

.c-title_subtext {
    font: 700 38px "Noto Sans JP", sans-serif;
    font-size: clamp(20px, -5.472px + 4.245vw, 38px);
}

@media screen and (max-width: 600px) {
    .c-title_subtext {
        font-size: 12px;
        margin-top: 10px;
    }
}

.c-title_side {
    font: 700 140px "Josefin Sans", sans-serif;
    letter-spacing: 0.1em;
    color: #fff;
    opacity: 0.45;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .c-title_side {
        font-size: 60px;
    }
}

/* Buttons
--------------------------------------------------------*/

.c-btn {
    width: 100%;
    max-width: 360px;
    height: 70px;
    background-color: var(--color-green);
    border:2px solid var(--color-green);
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    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;
}

@media screen and (max-width: 767px) {
    .c-btn {
        height: 52px;
        font-size: 14px;
        max-width: 320px;
    }
}
.c-btn_arrow {
    width: 57px;
    aspect-ratio: 1;
    background: #fff url("../img/ico_arrow_dblue.svg") center/22px 19px no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.c-btn-half {
    max-width: calc(50% - 4px);
    height: 42px;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .c-btn-half {
        max-width: 100%;
        height: 40px;
        font-size: 12px;
    }
}

.c-btn-half>.c-btn_arrow {
    width: 29px;
    background: #fff url("../img/ico_arrow_dblue.svg") no-repeat center / 11px 10px ;
}

.c-btn:hover {
    color: var(--color-green);
    background-color: #fff;
}

.c-btn:hover>.c-btn_arrow {
    background-color:var(--color-green);
    background-image: url("../img/ico_arrow_white.svg");
}

.c-btn-pink {
    background-color: var(--color-red);
    border-color: var(--color-red);
}

.c-btn-pink>.c-btn_arrow {
    background: #fff url("../img/ico_arrow_dpink.svg") no-repeat center / 11px 10px ;
}

.c-btn-pink:hover {
    color: var(--color-red);
}

.c-btn-pink:hover>.c-btn_arrow {
    background-color: var(--color-red);
}



@media screen and (max-width: 767px) {
    .c-btn_arrow {
        width: 34px;
        height: 34px;
        background-size: 13px 11px;
    }
}

.c-btn_link {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-green);
    letter-spacing: 0.12em;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    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;
}

@media screen and (max-width: 767px) {
    .c-btn_link {
        font-size: 12px;
    }
}

.c-btn_link:hover {
    color: var(--color-green);
}

.c-btn_link:hover .c-btn_link-arrow {
    background: #fff url("../img/ico_arrow_blue.svg") center/16px 13px no-repeat;
}

@media screen and (max-width: 767px) {
    .c-btn_link:hover .c-btn_link-arrow {
        background: var(--color-green) url("../img/ico_arrow_white.svg") center/9px 8px no-repeat;
    }
}

.c-btn_link-arrow {
    width: 41px;
    height: 41px;
    background: var(--color-green) url("../img/ico_arrow_white.svg") center/16px 13px no-repeat;
    border: 2px solid var(--color-green);
    border-radius: 50%;
    margin-left: 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .c-btn_link-arrow {
        width: 24px;
        height: 24px;
        margin-left: 12px;
        background-size: 9px 8px;
    }
}

.c-btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
}
