﻿@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.campaign_sec_lineup_list_box_txt {
    margin-top: .5em
}

@media screen and (max-width: 767px) {
    .campaign_sec {
        margin-bottom: 60px
    }

    .campaign_sec_lineup_list~.campaign_sec_lineup_list {
        margin-top: 20px
    }
}

@media all and (min-width: 768px) {
    .campaign_sec {
        margin-bottom: 120px
    }

    .campaign_sec_lineup_list {
        font-size: 16px
    }

    .campaign_sec_lineup_list~.campaign_sec_lineup_list {
        margin-top: 40px
    }

    .campaign_sec_lineup_list a {
        display: block;
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .campaign_sec_lineup_list a:hover {
        opacity: .7
    }
}

.plan_lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.plan_lineup_list {
    background-color: #fff;
    position: relative;
    border-radius: 20px;
}

.plan_lineup_list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.plan_lineup_list_box_spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    color: #000000;
}

.plan_lineup_list_box_spec_type,
.plan_lineup_list_box_spec_price span {
    font-weight: 400
}

.plan_lineup_list_box_spec_price {
    margin-top: auto
}

.plan_lineup_list_box_spec_price span {
    display: block;
    font-size: 1.2em;
    color: #986BB6;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .plan_lineup {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .plan_lineup_list {
        width: 48%;
        margin-bottom: 25px
    }

    .plan_lineup_list_box_spec {
        padding: 5px 5px 12px;
        font-size: 13px
    }
}

@media all and (min-width: 768px) {
    .plan_lineup_list_box {
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .plan_lineup_list_box:hover {
        opacity: .7
    }

    .plan_lineup_list_box_spec {
        padding: 20px 20px 30px;
        font-size: 20px
    }
}

.plan_sec .plan_lineup_list {
    -webkit-box-shadow: 0px 4px 10px 0px #BFA0D3;
    box-shadow: 0px 4px 10px 0px #BFA0D3;
}

.plan_sec_btn a::before {
    background-color: #fff
}

.plan_sec .plan_lineup_t {
    display: flex;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.plan_sec .plan_lineup_l {
    width: calc(100% / 3 * 2 + 20px);
}

.plan_sec .plan_lineup_r {
    width: calc(100% / 3 - 20px);
    height: 100%;
    position: absolute;
    right: 0;
}

.plan_sec .plan_lineup_r .plan_lineup {
    height: calc(100% / 2 - 15px);
    width: 100%;
    padding-bottom: 30px;
}

.plan_sec .plan_lineup_r .plan_lineup:last-child {
    padding-bottom: 0;
}

.plan_sec .plan_lineup_l .plan_lineup_list {
    width: 100%;
}

.plan_sec .plan_lineup_r .plan_lineup_list {
    width: 100%;
    height: 100%;
    margin-right: 0;
}

.plan_sec .plan_lineup_r .plan_lineup_list h3 {
    height: 100%;
}

.plan_sec .plan_lineup_r .plan_lineup_list_box_img {
    height: 72%;
}

.plan_sec .plan_lineup_r .plan_lineup_list_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .plan_sec {
        margin-bottom: 50px;
        padding: 30px 0
    }

    .plan_sec section {
        padding: 30px 0
    }
}

@media all and (min-width: 768px) {
    .plan_sec {
        margin-bottom: 120px;
        padding: 60px 0
    }

    .plan_sec section {
        padding: 90px 0;
    }

    .plan_sec section .plan_lineup {}

    .plan_sec section .plan_lineup_list {
        width: calc(100% / 3 - 20px);
        margin: 0 30px 30px 0;
    }

    .plan_sec section .plan_lineup_list:nth-child(3n) {
        margin-right: 0
    }

    .plan_sec section .plan_lineup_list_box_spec {
        padding-left: 30px;
        padding-right: 30px;
    }

    .plan_sec section .plan_lineup_list_box_spec_price span {
        font-size: 1.5em
    }
}

.hairset_sec {
    position: relative;
}

.hairset_sec_txt {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0
}


.hairset_sec .gallery_lineup {}

.hairset_sec .gallery_lineup .item {
    width: calc(100% / 2);
    padding-bottom: 150px;
}

.hairset_sec .gallery_lineup .item:nth-child(1) {
    background: linear-gradient(180deg, #FFFFFF 0%, #E8DFF9 100%);
}

.hairset_sec .gallery_lineup .item:nth-child(1) h3 {
    font-size: 32px;
    color: #986BB6;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.hairset_sec .gallery_lineup .item:nth-child(2) {
    background: linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 100%);
}

.hairset_sec .gallery_lineup .item:nth-child(2) h3 {
    font-size: 32px;
    color: #A5A5A5;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.hairset_sec .hairset_sec_btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .hairset_sec {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .hairset_sec_txt {
        font-size: 12px;
        top: 1em
    }

    .hairset_sec_btn,
    .plan_sec_btn {
        margin-top: 20px
    }
}

@media all and (min-width: 768px) {
    .hairset_sec {
        margin-bottom: 80px;
    }

    .hairset_sec .gallery_lineup {}

    .hairset_sec_txt {
        font-size: 16px;
        bottom: 0
    }

    .hairset_sec_btn,
    .plan_sec_btn {
        margin-top: 40px
    }
}

.shop_sec_lineup_list {
    background-color: #EADFF3
}

.shop_sec_lineup_list_img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.shop_sec_lineup_list_spec_type {
    margin-bottom: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shop_sec_lineup_list_spec_type_name {
    font-weight: 400;
    position: relative;
    z-index: 1
}

.shop_sec_lineup_list_spec_type_name::after {
    content: "";
    height: .7em;
    background-color: #e3cfda;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.1em;
    z-index: -1
}

.shop_sec_lineup_list_spec_type_address {
    font-size: 12px
}

.shop_sec_lineup_list_spec_catch {
    margin-bottom: 1.5em;
    font-weight: 400
}

.shop_sec_lineup_list_spec_access {
    font-size: 12px
}

.shop_sec_lineup_list_spec_btn a::before {
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .shop_sec {
        margin-bottom: 60px
    }

    .shop_sec_lineup_list~.shop_sec_lineup_list {
        margin-top: 40px
    }

    .shop_sec_lineup_list_img img {
        height: 140px
    }

    .shop_sec_lineup_list_spec {
        padding: 20px
    }

    .shop_sec_lineup_list_spec_type {
        -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;
        text-align: center
    }

    .shop_sec_lineup_list_spec_type_name {
        width: 190px;
        margin-bottom: .5em;
        font-size: 20px
    }

    .shop_sec_lineup_list_spec_btn {
        width: 190px;
        margin: 20px auto 0
    }
}

@media all and (min-width: 768px) {
    .shop_sec {
        margin-bottom: 120px
    }

    .shop_sec_lineup_list {
        min-height: 260px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative
    }

    .shop_sec_lineup_list~.shop_sec_lineup_list {
        margin-top: 20px
    }

    .shop_sec_lineup_list_img,
    .shop_sec_lineup_list_spec {
        width: 50%
    }

    .shop_sec_lineup_list_img {
        overflow: hidden;
        position: relative
    }

    .shop_sec_lineup_list_img img {
        min-height: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .shop_sec_lineup_list_spec {
        padding: 1em 30px 1em 70px;
        -ms-flex-item-align: center;
        align-self: center
    }

    .shop_sec_lineup_list_spec_type {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .shop_sec_lineup_list_spec_type_name {
        padding: 0 .1em;
        font-size: 32px
    }

    .shop_sec_lineup_list_spec_type_address {
        width: 65%
    }

    .shop_sec_lineup_list_spec_access {
        padding-right: 205px;
        line-height: 2em
    }

    .shop_sec_lineup_list_spec_btn {
        width: 205px;
        position: absolute;
        right: 30px;
        bottom: 30px
    }
}

.blog_lineup_list {}

.blog_lineup_list_link_img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

.blog_lineup_list_link_ttl {
    color: #1E1E1E;
    line-height: 1.8em;
    font-weight: 700;
}

.blog_lineup_list_link_date {
    margin-top: 30px;
    padding-bottom: 1em;
    font-size: 16px;
    color: #7D7D7D;
}

@media screen and (max-width: 767px) {
    .blog_lineup_list {
        margin-bottom: 25px;
        font-size: 12px
    }

    .blog_lineup_list_link {
        display: grid;
        grid-template-columns: 1fr 140px;
        grid-template-rows: 1fr auto
    }

    .blog_lineup_list_link_img {
        grid-column: 2/3;
        grid-row: 1/3
    }

    .blog_lineup_list_link_img img {
        height: 140px
    }

    .blog_lineup_list_link_ttl,
    .blog_lineup_list_link_date {
        grid-column: 1/2;
        padding-left: 15px;
        padding-right: 15px
    }

    .blog_lineup_list_link_ttl {
        grid-row: 1/2;
        padding-top: 15px
    }

    .blog_lineup_list_link_date {
        grid-row: 2/3
    }
}

@media all and (min-width: 768px) {
    .blog_lineup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .blog_lineup_list {
        width: 406px;
        margin: 0 20px 30px 0
    }

    .blog_lineup_list:nth-child(3n) {
        margin-right: 0
    }

    .blog_lineup_list a {
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .blog_lineup_list a:hover {
        opacity: .7
    }

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

    .blog_lineup_list_link_img img {
        height: 250px
    }

    .blog_lineup_list_link_ttl,
    .blog_lineup_list_link_date {
        padding-left: 20px;
        padding-right: 20px
    }

    .blog_lineup_list_link_ttl {
        font-size: 20px;
    }
}

.blog_sec {
    background-size: 100% 100%;
}

.blog_sec_btn a::before {
    background-color: #fff;
    border: 4px solid #BFA0D3;
    border-radius: 999px;
}

@media screen and (max-width: 767px) {
    .blog_sec {
        padding: 60px 0;
        margin-bottom: 60px;
        background-size: auto 100%;
    }
}

@media all and (min-width: 768px) {
    .blog_sec {
        padding: 120px 0 130px;
    }

    .blog_sec_btn {
        margin-top: 60px
    }
}

.commit_sec_point {
    counter-reset: number 0
}

.commit_sec_point_list_ttl {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.commit_sec_point_list_ttl_num {
    margin-bottom: .2em;
    color: #98a496;
    font-family: "Amatic SC", cursive;
    font-weight: 700
}

.commit_sec_point_list_ttl_num::after {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    font-size: 2.3em
}

.commit_sec_point_list_ttl_txt {
    font-weight: 400
}

.commit_sec_point_list_ttl_txt mark {
    background-color: rgba(212, 217, 211, .7)
}

.commit_sec_point_list_desc a {
    color: #98a496;
    text-decoration: underline
}

@media screen and (max-width: 767px) {
    .commit_sec {
        margin-bottom: 60px
    }

    .commit_sec_point_list {
        position: relative;
        z-index: 1
    }

    .commit_sec_point_list~.commit_sec_point_list {
        margin-top: 60px
    }

    .commit_sec_point_list_img {
        width: 50vw;
        position: absolute;
        top: 0;
        z-index: -1
    }

    .commit_sec_point_list_ttl {
        height: calc(50vw * 0.72);
        margin-bottom: 20px
    }

    .commit_sec_point_list_ttl_num {
        font-size: 20px
    }

    .commit_sec_point_list_ttl_txt {
        font-size: 16px
    }

    .commit_sec_point_list:nth-of-type(odd) .commit_sec_point_list_img {
        right: 0
    }

    .commit_sec_point_list:nth-of-type(even) .commit_sec_point_list_img {
        right: 0
    }

    .commit_sec_point_list:nth-of-type(even) .commit_sec_point_list_ttl_num {
        padding-left: 0
    }
}

@media all and (min-width: 768px) {
    .commit_sec {
        margin-bottom: 120px
    }

    .commit_sec_point_list {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto 1fr
    }

    .commit_sec_point_list~.commit_sec_point_list {
        margin-top: 90px
    }

    .commit_sec_point_list_img {
        grid-row: 1/3
    }

    .commit_sec_point_list_ttl {
        grid-row: 1/2;
        margin-bottom: 40px
    }

    .commit_sec_point_list_ttl_num {
        font-size: 50px
    }

    .commit_sec_point_list_ttl_txt {
        font-size: 32px
    }

    .commit_sec_point_list_desc {
        grid-row: 2/3;
        font-size: 16px;
        line-height: 2em
    }

    .commit_sec_point_list_desc a {
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .commit_sec_point_list_desc a:hover {
        opacity: .7;
        text-decoration: none
    }

    .commit_sec_point_list:nth-of-type(odd) .commit_sec_point_list_img {
        grid-column: 2/3;
        margin-left: 70px
    }

    .commit_sec_point_list:nth-of-type(odd) .commit_sec_point_list_ttl,
    .commit_sec_point_list:nth-of-type(odd) .commit_sec_point_list_desc {
        grid-column: 1/2;
        padding-left: 70px
    }

    .commit_sec_point_list:nth-of-type(even) .commit_sec_point_list_img {
        grid-column: 1/2;
        margin-right: 70px
    }

    .commit_sec_point_list:nth-of-type(even) .commit_sec_point_list_ttl,
    .commit_sec_point_list:nth-of-type(even) .commit_sec_point_list_desc {
        grid-column: 2/3;
        padding-right: 70px
    }
}

.reason_sec {}

.reason_sec_lineup_list_box_ttl {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.reason_sec_lineup_list_box_desc a {
    color: #cb9661;
    text-decoration: underline
}

@media screen and (max-width: 767px) {
    .reason_sec {
        padding: 12px 0;
        margin-bottom: 60px
    }

    .reason_sec_lineup_list~.reason_sec_lineup_list {
        margin-top: 30px
    }

    .reason_sec_lineup_list_img {
        width: 140px;
        margin: 0 auto
    }

    .reason_sec_lineup_list_box {
        margin-top: 1em
    }

    .reason_sec_lineup_list_box_ttl {
        text-align: left;
        font-size: 14px;
        padding-right: 50px;
    }
}

@media all and (min-width: 768px) {
    .reason_sec {
        padding: 80px 0;
        margin-bottom: 60px;
    }

    .top_faq {
        padding: 120px 0 50px 0;
        margin-bottom: 50px;
    }

    .reason_sec_lineup {
        font-size: 16px;
        margin-top: 80px;
    }

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

    .reason_sec_lineup_list~.reason_sec_lineup_list {
        margin-top: 30px
    }

    .reason_sec_lineup_list_img {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 160px;
        margin-right: 50px
    }

    .reason_sec_lineup_list_box_desc {
        line-height: 2em
    }

    .reason_sec_lineup_list_box_desc a {
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .reason_sec_lineup_list_box_desc a:hover {
        opacity: .7;
        text-decoration: none
    }
}

.tourism_sec ruby {
    ruby-align: center
}

.tourism_sec ruby rt {
    text-align: center;
    font-size: .4em
}

.tourism_sec .ttl01_pink {
    position: relative
}

.tourism_sec .ttl01_pink .tourism_ttlsub {
    margin: -1em 2em 0 0;
    font-size: .35em;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 50%
}

.tourism_sec_rank {
    counter-reset: number 0
}

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

.tourism_sec_rank_list_spot_num {
    color: #98a496;
    font-family: "Amatic SC", cursive;
    font-weight: 700
}

.tourism_sec_rank_list_spot_num::after {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    font-size: 2.3em
}

.tourism_sec_rank_list_spot_txt {
    padding-bottom: .2em;
    text-align: center;
    font-weight: 400;
    position: relative
}

.tourism_sec_rank_list_spot_txt::after {
    content: "";
    height: .7em;
    background-color: #e1e4e0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.tourism_sec_rank_list_desc {
    padding: 1.5em 0
}

.tourism_sec_rank_list_desc a {
    color: #98a496;
    text-decoration: underline
}

.tourism_sec_rank_list_btn {
    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
}

.tourism_sec_rank_list_btn_list {
    width: 48%
}

.tourism_sec_rank_list_btn_list .btn_pink::before {
    background-color: #EADFF3
}

@media all and (min-width: 768px) {
    .tourism_sec_rank_list_btn_list .btn_pink:hover::before {
        background-color: #dfc7d4
    }
}

.tourism_sec_ranklow {
    counter-reset: number 5
}

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

.tourism_sec_ranklow_list_num {
    font-size: 1.429em;
    color: #98a496;
    font-family: "Amatic SC", cursive;
    font-weight: 700
}

.tourism_sec_ranklow_list_num::after {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero)
}

.tourism_sec_ranklow_list_spot {
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .tourism_sec {
        margin-bottom: 60px
    }

    .tourism_sec_rank {
        margin-bottom: 50px
    }

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

    .tourism_sec_rank_list~.tourism_sec_rank_list {
        margin-top: 60px
    }

    .tourism_sec_rank_list_img {
        width: 50%
    }

    .tourism_sec_rank_list_spot {
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 20px
    }

    .tourism_sec_rank_list_spot_num {
        margin-bottom: .2em
    }

    .tourism_sec_rank_list_desc,
    .tourism_sec_rank_list_btn {
        width: 100%
    }

    .tourism_sec_rank_list:nth-of-type(odd) .tourism_sec_rank_list_spot {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-right: 10px
    }

    .tourism_sec_rank_list:nth-of-type(even) .tourism_sec_rank_list_spot {
        padding-left: 10px
    }

    .tourism_sec_ranklow_list {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        font-size: 16px
    }

    .tourism_sec_ranklow_list~.tourism_sec_ranklow_list {
        margin-top: 1em
    }

    .tourism_sec_ranklow_list_num {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100px
    }
}

@media all and (min-width: 768px) {
    .tourism_sec {
        margin-bottom: 120px
    }

    .tourism_sec_rank {
        margin-bottom: 100px
    }

    .tourism_sec_rank_list {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto 1fr auto
    }

    .tourism_sec_rank_list~.tourism_sec_rank_list {
        margin-top: 90px
    }

    .tourism_sec_rank_list_img {
        grid-row: 1/4
    }

    .tourism_sec_rank_list_spot {
        grid-row: 1/2;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 40px
    }

    .tourism_sec_rank_list_spot_num {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 170px
    }

    .tourism_sec_rank_list_spot_txt {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: .4em
    }

    .tourism_sec_rank_list_desc {
        grid-row: 2/3;
        font-size: 16px;
        line-height: 2em
    }

    .tourism_sec_rank_list_desc a {
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .tourism_sec_rank_list_desc a:hover {
        opacity: .7;
        text-decoration: none
    }

    .tourism_sec_rank_list_btn {
        grid-row: 3/4
    }

    .tourism_sec_rank_list:nth-of-type(odd) .tourism_sec_rank_list_img {
        grid-column: 2/3;
        margin-left: 70px
    }

    .tourism_sec_rank_list:nth-of-type(odd) .tourism_sec_rank_list_spot,
    .tourism_sec_rank_list:nth-of-type(odd) .tourism_sec_rank_list_desc,
    .tourism_sec_rank_list:nth-of-type(odd) .tourism_sec_rank_list_btn {
        grid-column: 1/2;
        padding-left: 70px
    }

    .tourism_sec_rank_list:nth-of-type(even) .tourism_sec_rank_list_img {
        grid-column: 1/2;
        margin-right: 70px
    }

    .tourism_sec_rank_list:nth-of-type(even) .tourism_sec_rank_list_spot,
    .tourism_sec_rank_list:nth-of-type(even) .tourism_sec_rank_list_desc,
    .tourism_sec_rank_list:nth-of-type(even) .tourism_sec_rank_list_btn {
        grid-column: 2/3;
        padding-right: 70px
    }

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

    .tourism_sec_ranklow_list {
        width: 260px;
        -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;
        font-size: 30px
    }

    .tourism_sec_ranklow_list_num {
        margin-bottom: .4em;
        border-bottom: 2px solid #98a496
    }
}

.top_mv {
    position: relative
}

.top_mv_img img {
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover
}

.top_mv_catch {
    display: inline-block;
    padding: 1.4em 1em 1.4em 2em;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 20%
}

.top_mv_catch_txt {
    opacity: 0;
    -webkit-animation: fadeIn .8s ease-out .3s forwards;
    animation: fadeIn .8s ease-out .3s forwards
}

@media screen and (max-width: 767px) {
    .top_mv {
        margin-bottom: 10px
    }

    .top_mv_img img {
        height: calc(100vh - 70px - 60px)
    }

    .top_mv_catch {
        font-size: 16px;
        text-shadow: #fff 0 1.5px .5px
    }
}

@media all and (min-width: 768px) {
    .top_mv {
        margin-bottom: 40px
    }

    .top_mv_img img {
        height: calc(100vh - 150px);
        min-height: 770px;
        min-width: 1400px
    }

    .top_mv_catch {
        font-size: 52px;
        text-shadow: #fff 0 3px 2px
    }
}

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

.top_news_box_ttl {
    margin: 0 auto 1em;
    font-size: 1.429em;
    font-weight: 400;
    position: relative;
    z-index: 1
}

.top_news_box_ttl~.top_news_box_ttl {
    margin-top: 1.5em
}

.top_news_box_ttl::after {
    content: "";
    height: 1px;
    background-color: #A5A5A5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.1em;
    z-index: -1
}

@media screen and (max-width: 767px) {
    .top_news {
        margin-top: 30px;
        margin-bottom: 60px
    }

    .top_news_box {
        padding: 20px 0;
        margin-bottom: 0;
    }

    .top_news_link_list~.top_news_link_list {
        margin-top: 15px
    }

    .top_news_link_list a {
        font-size: 16px
    }
}

@media all and (min-width: 768px) {
    .top_news {
        margin-top: 80px;
        margin-bottom: 120px
    }

    .top_news_box {
        padding: 30px 20px 60px;
        margin-bottom: 80px;
        font-size: 16px
    }

    .top_news_link {
        width: 635px;
        margin: 0 auto
    }

    .top_news_link_list~.top_news_link_list {
        margin-top: 25px
    }

    .top_news_link_list a {
        font-size: 24px
    }
}

.top_photo .gallery_lineup::before,
.top_photo .gallery_lineup::after {
    background-color: #BFA0D3
}

.top_photo_ttl {
    display: inline-block;
    position: absolute;
    top: .8em;
    font-family: "Amatic SC", cursive;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .top_photo {
        margin-bottom: 60px
    }

    .top_photo_ttl {
        font-size: 26px;
        left: 5%
    }

    .top_photo_btn {
        margin-top: 20px
    }
}

@media all and (min-width: 768px) {
    .top_photo {
        padding: 40px 0;
        margin-bottom: 120px
    }

    .top_photo .gallery_lineup {
        padding-top: 130px;
        padding-left: calc((1400px - 960px) - (60px * 2))
    }

    .top_photo_ttl {
        font-size: 80px;
        left: 70px
    }
}

.top_flow_step {
    counter-reset: number 0
}

.top_flow_step_list {
    position: relative;
    z-index: 1
}

.top_flow_step_list_box_ttl {
    margin-bottom: .5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400
}

.top_flow_step_list_box_ttl_num {
    font-family: "Amatic SC", cursive;
    font-weight: 700;
    color: #cfabab
}

.top_flow_step_list_box_ttl_num::after {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    font-size: 2.3em
}

.top_flow_step_list_box_desc a {
    color: #cfabab;
    text-decoration: underline
}

.top_flow_step_list_box_btn a {
    min-height: 3.5em
}

.top_flow_step_list_decoapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: -1
}

@media screen and (max-width: 767px) {
    .top_flow_step_list {
        padding-top: 40px;
        overflow: hidden
    }

    .top_flow_step_list_decomain {
        width: 65vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: absolute;
        top: 0;
        z-index: -1
    }

    .top_flow_step_list_decomain_photo {
        width: 120px;
        margin-top: 5px
    }

    .top_flow_step_list_decomain_big {
        width: 58px;
        margin-right: 5vw
    }

    .top_flow_step_list_decomain_small {
        width: 22px;
        margin-top: 20px;
        margin-right: 10vw
    }

    .top_flow_step_list_box {
        width: 80vw;
        padding: 0 5vw 40px
    }

    .top_flow_step_list_box_ttl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 20px
    }

    .top_flow_step_list_box_ttl_num {
        margin-bottom: .5em
    }

    .top_flow_step_list_box_btn {
        width: 170px;
        margin-top: 30px
    }

    .top_flow_step_list_decoapp {
        height: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        top: 0;
        bottom: 0
    }

    .top_flow_step_list:nth-of-type(odd) {
        padding-left: 20vw
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decomain {
        right: 5vw
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_box_btn {
        margin-left: auto
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp {
        padding-top: 50px;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        left: 0
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img {
        margin-right: 100vw
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-of-type(1) {
        width: 32px;
        margin-left: 10vw
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-of-type(2) {
        width: 22px;
        margin-top: 30px;
        margin-left: 15vw
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-of-type(3) {
        width: 38px;
        margin-left: 2vw
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-of-type(4) {
        width: 38px;
        margin-top: 40px;
        margin-left: 12vw
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-of-type(5) {
        width: 32px;
        margin-top: 30px;
        margin-left: 4vw
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-of-type(6) {
        width: 22px;
        margin-top: 40px;
        margin-left: 12vw
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-of-type(7) {
        width: 58px;
        margin-top: 8vw
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-of-type(8) {
        width: 32px;
        margin-left: 15vw
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decomain {
        left: 15vw
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp {
        padding-top: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        right: 0
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img {
        margin-left: 100vw
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(1) {
        width: 32px;
        margin-right: 5vw
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(2) {
        width: 32px;
        margin-top: 40px;
        margin-right: 15vw
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(3) {
        width: 22px;
        margin-top: 20px;
        margin-right: 7vw
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(4) {
        width: 58px;
        margin-top: 20px
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(5) {
        width: 38px;
        margin-top: 50px;
        margin-right: 5vw
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(6) {
        width: 22px;
        margin-top: 20px;
        margin-right: 15vw
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(7) {
        width: 22px;
        margin-top: 40px;
        margin-right: 5vw
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(8) {
        width: 22px;
        margin-right: 15vw
    }

    .top_flow_step_list:last-child .top_flow_step_list_box {
        padding-bottom: 100px
    }
}

@media all and (min-width: 768px) {
    .top_flow {
        width: 1260px;
        margin: 0 auto 160px
    }

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

    .top_flow_step_list~.top_flow_step_list {
        margin-top: 180px
    }

    .top_flow_step_list_decomain {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 200px;
        margin-right: 75px
    }

    .top_flow_step_list_decomain_big,
    .top_flow_step_list_decomain_small {
        display: none
    }

    .top_flow_step_list_box {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative
    }

    .top_flow_step_list_box_ttl {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        font-size: 32px
    }

    .top_flow_step_list_box_ttl_num {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 200px
    }

    .top_flow_step_list_box_desc {
        font-size: 16px;
        line-height: 2em
    }

    .top_flow_step_list_box_desc a {
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .top_flow_step_list_box_desc a:hover {
        opacity: .7;
        text-decoration: none
    }

    .top_flow_step_list_box_btn {
        width: 205px;
        position: absolute;
        right: 0;
        bottom: -85px
    }

    .top_flow_step_list_decoapp {
        height: 180px;
        padding: 10px 0;
        left: 120px;
        bottom: -180px
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-of-type(1) {
        width: 50px;
        margin-right: 20px;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-of-type(2) {
        width: 40px;
        margin-top: 60px;
        margin-right: 50px
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-of-type(3) {
        width: 40px;
        margin-top: 50px;
        margin-right: 40px
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-of-type(4) {
        width: 35px;
        margin-top: 90px;
        margin-right: 30px
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-of-type(5) {
        width: 50px;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .top_flow_step_list:nth-of-type(odd) .top_flow_step_list_decoapp_img:nth-child(n+6) {
        display: none
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(1) {
        width: 40px;
        margin-right: 15px;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(2) {
        width: 50px;
        margin-top: 70px;
        margin-right: 15px;
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(3) {
        width: 40px;
        margin-top: 75px;
        margin-right: 20px
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(4) {
        width: 35px;
        margin-top: 90px
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(5) {
        width: 60px;
        margin-top: 40px;
        margin-right: 30px
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-of-type(6) {
        width: 50px;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .top_flow_step_list:nth-of-type(even) .top_flow_step_list_decoapp_img:nth-child(n+7) {
        display: none
    }

    .top_flow_step_list:last-child .top_flow_step_list_decoapp {
        display: none
    }
}

.news-line-category {
    color: #986BB6;
    font-weight: 700;
    font-size: 16px;
}

.singleExperience .experienceTxt h3 {
    font-size: 20px;
    color: #1E1E1E;
    font-weight: 700;
}

.box_detail:nth-child(2) p {
    color: #000000;
    font-size: 20px;
}

.top_news_box .item {
    width: 100%;
    margin-bottom: 30px;
}

.top_news_box .item>a {
    display: flex;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.top_news_box .item>a .l {
    width: 129px;
}

.top_news_box .item>a .r {
    width: calc(100% - 190px);
}

.top_news_box .item>a .r .date {
    font-size: 16px;
    color: #986BB6;
    font-weight: 700;
    margin-bottom: 20px;
}

.top_news_box .item>a .r .top_news_box_ttl {
    font-size: 20px;
    color: #1E1E1E;
    font-weight: 700;
    padding-bottom: 40px;
}

.top_news .btn_gray {
    background-color: #EADFF3;
    max-width: 333px;
    border-radius: 999px;
    padding: 6px 5px 6px;
    min-height: 3em;
    margin: 0 auto;
}

.top_news .btn_gray::before,
.top_news .btn_gray::after {
    display: none;
}


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

    .hairset_sec .gallery_lineup .item:nth-child(1) h3,
    .hairset_sec .gallery_lineup .item:nth-child(2) h3,
    .box_detail:nth-child(2) p {
        font-size: 16px;
    }

    .box_detail:nth-child(2) p {
        margin-top: 30px;
    }

    .top_news_box .item>a .l {
        width: 80px;
    }

    .top_news_box .item>a .r {
        width: calc(100% - 100px);
    }

    .top_news_box .item>a .r .date {
        font-size: 14px;
    }

    .top_news_box .item>a .r .top_news_box_ttl {
        font-size: 16px;
    }
}

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