@charset "UTF-8";

.second-layer .page-title .title span {
    color: var(--purple);
}

/*================================================================
# section-title01
================================================================ */
.second-layer .section-title01__en {
    color: var(--purple);
}

.second-layer .section-title01__jp strong {
    font-size: 36px;
    color: var(--purple);
}

/*================================================================
#anchor
================================================================ */
.anchor .anchor__list {
    width: 100%;
    margin: 8px 0 0 0;
}

/*================================================================
.intro
================================================================ */
.intro .wrap {
    position: relative;
}

.intro .left {
    position: relative;
}

.intro .sub-title {
    margin-top: 40px;
    font-weight: 700;
    color: #7a7870;
}

.intro .title {
    margin-top: 8px;
    font-size: 32px;
}

.intro .text {
    margin-top: 16px;
    line-height: 2;
}

.intro .intro__img01 {
    display: none;
}

.intro .intro__img02 {
    width: calc(291px / 1.5);
    position: absolute;
    top: -59px;
    right: -101px;
    z-index: 2;
}

.intro .intro__img03 {
    display: none;
}

/*================================================================
# チェックポイントベスト7
================================================================ */
.second-layer .section-title01 {
    padding-bottom: 220px;
}

.second-layer .section-title01__jp {
    line-height: 2;
    line-height: 1.618;
}

.second-layer .section-title01__jp span {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 18px;
}

.slider-text {
    width: 100%;
    height: 100%;
    padding: 0 24px 16px 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    border-radius: 4px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 14px;
    color: #fff;
    text-align: right;
}

.second-layer .container01 .text-area:before {
    background-color: var(--purple);
}

.second-layer .container01 .number {
    color: var(--purple);
}

.point_illust01 {
    display: none;
}

.point_illust02 {
    width: calc(256px / 2);
    position: absolute;
    top: -74px;
    left: -27px;
    z-index: 2;
}

.point_illust03 {
    width: calc(208px / 2);
    position: absolute;
    right: -13px;
    bottom: -298px;
}

.point_illust04 {
    display: none;
}

.point_illust05 {
    display: none;
}

.point_illust06 {
    width: calc(226px / 2);
    position: absolute;
    right: 2px;
    bottom: -36px;
}

.point_illust07 {
    display: none;
}

.point_illust08 {
    width: calc(215px / 2);
    position: absolute;
    right: -37px;
    bottom: -11px;
}

.point_illust09 {
    width: calc(278px / 2);
    position: absolute;
    bottom: -26px;
    left: -104px;
    z-index: 2;
}

.point_illust10 {
    width: calc(355px / 2);
    position: absolute;
    right: -131px;
    bottom: -11px;
}

.point_illust11 {
    width: calc(255px / 2);
    position: absolute;
    right: -23px;
    bottom: -295px;
}

.point_illust12 {
    display: none;
}

.point_illust13 {
    width: calc(106px / 2);
    position: absolute;
    bottom: -17px;
    left: -13px;
    z-index: 2;
}

.point_illust14 {
    width: calc(727px / 2);
    position: absolute;
    right: -80px;
    bottom: -11px;
    z-index: 1;
}

/*================================================================
# おもてなし
================================================================ */
.omotenashi_illust01 {
    width: calc(172px / 2);
    position: absolute;
    bottom: 8px;
    left: -60px;
}

.omotenashi_illust02 {
    width: calc(432px / 2);
    position: absolute;
    right: -144px;
    bottom: -2px;
}

.slick-slider.slider02 .slick-dots .slick-active img {
    border: 4px solid var(--purple);
}

/*================================================================
# プラン
================================================================ */
.plan__title-area .plan-title-en {
    color: var(--purple);
}

.section-plan .box .box__tag {
    color: var(--purple);
}

.section-plan .wrap::before {
    background-color: var(--purple);
}

.plan_illust01 {
    width: calc(156px / 2);
    position: absolute;
    bottom: 1px;
    left: -42px;
    z-index: 0;
}

.plan_illust02 {
    display: none;
}

.plan_illust03 {
    width: calc(312px / 2);
    position: absolute;
    top: 40px;
    right: -66px;
    z-index: 1;
}

.section-plan .footer-top {
    margin-top: 64px;
    position: relative;
    font-weight: 700;
    text-align: center;
    z-index: 1;
}

.section-plan .footer-top .copy {
    padding: 0 40px;
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.section-plan .footer-top .copy:before,
.section-plan .footer-top .copy:after {
    width: 32px;
    height: 2px;
    background-color: black;
    position: absolute;
    content: "";
    top: 50%;
    display: inline-block;
}

.section-plan .footer-top .copy:before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.section-plan .footer-top .copy:after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.section-plan .footer-top .title {
    margin-top: 8px;
    font-family: var(--text-en);
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--purple);
    text-align: center;
}

.section-plan .footer-top .btn-area {
    margin-top: 16px;
}

.section-plan .footer-top .btn {
    padding: 24px 130px;
    border: 2px solid var(--black);
    border-radius: 50px;
    background-color: #fff503;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-align: center;
    transition: background-color 0.3s;
}

.section-plan .footer-top .btn:hover {
    background-color: #da7079;
}

.section-plan .footer-top .btn span {
    position: relative;
}

.section-plan .footer-top .btn span::before {
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 50%;
    right: -32px;
    transition: transform 0.3s;
    transform: translate(0, -50%);
}

.section-plan .footer-top .btn:hover span::before {
    transform: translate(6px, -12px);
}

.section-plan .footer-top .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--text-en);
    font-size: 40px;
    font-weight: 800;
}

.section-plan .footer-top .tel .tel-svg {
    fill: none;
    stroke: #000;
    stroke-width: 3px;
    fill-rule: evenodd;
}

.section-plan .footer-top .tel a {
    margin-left: 8px;
    text-decoration: none;
}

/*================================================================
#
================================================================ */
.mv04_center {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.mv04_center img {
    max-width: none;
    height: 320px;
    margin-left: 5%;
}

.mv03_center {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.mv03_center img {
    max-width: none;
    height: 320px;
    margin-left: 5%;
}

.tokuten {
    margin-top: 16px;
    font-weight: 700;
    color: var(--purple);
}

.tokuten ul {
    margin: 8px 0 0 1em;
    font-size: 14px;
}