.top-img{
    margin-bottom: 40px;
}


.introduction_section--discription{
    text-align: center;
}
.introduction_section--discription_text{
    color: #75a1d4;
    font-weight: 900;
    font-size: 24px;
    margin: auto auto 60px;
}
.introduction_section--point > img{
    margin: auto auto 60px;
}

.introduction_section--point_item{
    display: flex;
    justify-content: space-between;
    margin: auto auto 30px;
}
.introduction_section--point_item img{
    width: 32%;
}
.introduction_section--next{
    width: 30%;
    margin: auto auto 30px;
}
.introduction_section--example_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto auto 60px;
}
.introduction_section--example_item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.introduction_section--example_item_textBox{
    width: 50%;
    text-align: center;
}
.introduction_section--example_item_textBox p{
    display: flex;
    justify-content: center;
    align-items: center;
}
.introduction_section--example_item img{
    width: 50%;
}
.introduction_section--example_item_textBox .vertical{
    writing-mode: vertical-lr;
}
.introduction_section--example_item_textBox .small{
    font-size: 18px;
    font-weight: 700;
}
.introduction_section--example_item_textBox .mid{
    font-size: 28px;
    font-weight: 700;
}
.introduction_section--example_item_textBox .big{
    font-size: 36px;
    font-weight: 900;
}
.introduction_section--example_item_textBox .blue{
    color: #75a1d4;
}
.introduction_section--example_item_textBox .pink{
    color: #FF7BAD;
}
.introduction_section--object{
    width: 80%;
    margin: auto;
}
.introduction_section--campain{
    display: flex;
    margin-bottom: 80px;
    justify-content: center;
    flex-wrap: wrap;
}
.introduction_section--campain img{
    width: 40%;
}

introduction_section--parsonal{

}
.introduction_section--parsonal .small{
    font-size: 18px;
    font-weight: 700;
}
.introduction_section--parsonal .mid{
    font-size: 28px;
    font-weight: 700;
}
.introduction_section--parsonal .big{
    font-size: 36px;
    font-weight: 900;
}
.introduction_section--parsonal .blue{
    color: #75a1d4;
}
.introduction_section--parsonal .pink{
    color: #FF7BAD;
}
.introduction_section--parsonal_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto auto 60px;
}
.introduction_section--parsonal_item.last{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.introduction_section--parsonal_item_textBox{
    width: 50%;
    text-align: center;
}
.introduction_section--parsonal_item_img{
    width: 50%;
}
.introduction_section--parsonal_price{
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.introduction_section--parsonal_price p{
    margin: 10px;
}
.result_section--suggest{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.result_section--suggest-title{
    font-size: 36px;
    font-weight: 900;
    transform: rotate(-7deg);
    color: #FF7BAD;
    margin-right: 30px;
}
.result_section--suggest-text{
    font-size: 28px;
    font-weight: 900;
}
.result_section--suggest-text.blue{
    color: #75a1d4;
}
.result_section--suggest-text.pink{
    color: #FF7BAD;
}
.result_section--point{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.result_section--point_box{
    width: 49%;
    background-color: #E0EBF7;
    padding: 28px;
    border-radius: 20px;
}
.result_section--point_box_titles{
    margin-bottom: 10px;
}
.result_section--point_box_title{
    color: #75a1d4;
    background-color: #fff;
    margin: 10px 0;
    display: inline;
    font-size: 32px;
    font-weight: bold;
    padding: 0 8px;
    border-radius: 5px;
    line-height: 1.7
}
.result_section--point_box_text{
    color: #75a1d4;
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
}
.result_section--attention{
    border: 2px solid #FF7BA2;
    border-radius: 9px;
    margin-bottom: 60px;
}
.result_section--attention_title{
    background-color: #FF7BA2;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 13px;
}
.result_section--attention_text{
    padding: 20px;
    color: #FF7BA2;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}

.comparions-price > img{
    width: 80%;
    margin: auto auto 30px;
}
.comparions-price__text{
    font-size: 28px;
    font-weight: bold;
    color: #75a1d4;
    text-align: center;
    margin-bottom: 30px;    
}
.comparions-service__text{
    font-size: 28px;
    font-weight: bold;
    color: #75a1d4;
    text-align: center;
    margin-bottom: 30px;
}
.comparions-service__content{
    display: flex;
    justify-content: space-between;
}
.comparions-service__content-item{
    width: 24%;
    padding: 3px 15px;
    display: flex;
    align-items: center;
    border: 3px solid #75a1d4;
    border-radius: 10px;
    justify-content: center;
    margin-bottom: 30px;
}
.comparions-service__content-item-img{
    width: 25px;
    height: 100%;
    margin-right: 10px;
}
.comparions-service__content-item-text{
    color: #75a1d4;
}


.price_section{
    border-top:unset!important;
    border-bottom:unset!important;
    background-color: #F2F6F9!important;
    padding:unset!important;
}
.price_section .sec_pic {
    height: 400px !important;
    background-image: linear-gradient(to bottom, #FF7BAD, #75A1D4)!important;
}
.price_section .sec_pic .inner {
    background: url(../img/index/studio-bg.webp) 130% top / 600px auto no-repeat!important;
    max-width: unset !important;
    margin: unset !important;
    width: unset !important;
}
.price_section .ttl{
    color: #75a1d4!important;
}
.price_section .price .del>div:before {
    background-color: #FF7BA2!important;
}
.price_section .blue{
    color: #75a1d4;
}
.price_section .pink {
    color:  #FF7BA2!important;
}
.price_section .text {
    text-align: right!important;
    margin: 35px 0 0!important;
}
.price_section .item p{
    color: #75a1d4;
}
.price_section .tag{
    background-color: #FF7BA2!important;
}
.voiceWrap{
    background-color: #F2F6F9;
}

.footer_sec.sec_pic {
    background-image: linear-gradient(to bottom, #75a1d4, #75a1d4)!important;
    height: 400px !important;
}
.footer_sec.sec_pic h2{
    padding-right: 50px;
    text-align: left;
}
.footer_sec.sec_pic .more .btn{
    background-color: #FF7BA2!important;
    border-color: #fff !important;
}
.footer_sec-spBox-headingBox{
    position: relative;
}
.footer_sec.sec_pic .pic {
    width: 100px!important;
    top: 40%!important;
    right: -25%!important;
}
.parent-area_name{
    background-color: #75a1d4;
    padding: 10px;
    color: #fff;
}
.area{
    background-color: #fff;
}
.location_section{
    background-color: #F2F6F9;
}
.location_section .area_name{
    margin: 0 20px;
}
.location_section .shop:before{
    background: #75a1d4 url(../img/index/arrow-right.svg) center / 60% no-repeat!important;
}
.location_section .area_name:hover{
    color: #75a1d4!important;
}
.location_section .shop:hover {
    color: #75a1d4!important;
}
.shops{
    margin: 0 20px;
}
.news_section{
    background-color: #F2F6F9;
}

.news_section .box{
    background-color: unset!important;
}
.news_section .news .date{
    color: #75a1d4!important;
    display: flex;
    align-items: center;
}
.news_section .news .cat {
    background-color: #75a1d4!important;
    padding: 6px 4px!important;
    border-radius: 29px!important;
}

.ins_section{
    background-color: #F2F6F9;
    border-top:unset!important;
}
.ins_section .cnt {
    max-width: unset!important;
    text-align: left!important;
}
.ins_section .sec_ttl .en {
    font-size: 220px!important;
    font-weight: 400!important;
    line-height: 1.1!important;
}
.ins_section .sec_ttl .jp {
    font-size: 36px!important;
    font-weight: 900!important;
    letter-spacing: 0.1em!important;
}
@media (max-width: 1200px) {
    .ins_section .sec_ttl .en {
        font-size: 180px!important;
    }

    .ins_section .sec_ttl .jp {
        font-size: 32px!important;
    }
}

@media (max-width: 1001px) {
    .ins_section .sec_ttl .en {
        font-size: 150px!important;
    }
}
@media (max-width: 767px) {
    .inner {
        width: 90vw!important;
    }
    .introduction_section--discription_text{
        font-size: 20px;
    }
    .introduction_section--point_item{
        flex-direction: column;
    }
    .introduction_section--point_item img{
        width: 100%;
    }
    .introduction_section--next{
        width: 60%;
    }
    .introduction_section--example_item{
        flex-direction: column;
    }
    .introduction_section--example_item_textBox {
        width: 100%;
        margin-bottom: 10px;
    }
    .introduction_section--example_item img {
        width: 100%;
    }
    .introduction_section--object {
        width: 100%;
    }
    .introduction_section--parsonal_item{
        flex-direction: column
    }
    .introduction_section--parsonal_item_textBox {
        width: 100%;
        margin-bottom: 10px;
    }
    .introduction_section--parsonal_item_img {
        width: 100%;
    }
    .introduction_section--parsonal_price {
        flex-direction: column;
        margin-bottom: 30px
    }
    .introduction_section--parsonal .mid {
        font-size: 24px;
        font-weight: 700;
    }
    .introduction_section--parsonal_price p{
        margin: unset;
    }
    .introduction_section--campain {
        flex-direction: column;
    }
    .introduction_section--campain img {
        width: 100%;
        margin-bottom: 10px;
    }
    .result_section--suggest{
        flex-direction: column;
    }
    .result_section--suggest-title{
        transform:unset;
    }
    .result_section--point {
        flex-direction: column;
    }
    .result_section--point_box {
        width: 100%;
        margin-bottom: 20px;
        padding: 30px 18px;
    }
    .result_section--point_box_title{
        font-size: 24px;
    }
    .result_section--point_box_text {
        font-size: 19px;
        line-height: 1.8;
    }
    .comparions-price > img {
        width: 100%;
    }
    .comparions-service__content {
        flex-direction: column;
    }
    .comparions-service__content-item{
        width: 95%;
        padding: 15px;
        margin: 0 auto 10px;
    }

    .price_section .sec_pic {
        height: 200px !important;
    }
    .price_section .sec_pic .inner {
        background: url(../img/index/studio-bg.webp) -30% top / 200px auto no-repeat !important;
    }
    .price_section .text {
        font-size: 11px;
        text-align: center!important;
    }
    .footer_sec.sec_pic {
        height: auto!important;;
    }
    .footer_sec-spBox{
        width:100%;
    }
    .footer_sec.sec_pic .wrap {
        padding: 35px 5vw!important;
    }
    .footer_sec.sec_pic .pic {
        width: 75px !important;
        top: unset !important;
        left: 82% !important;
        right: 0 !important;
        bottom: 30% !important;
    }
    #page_location .movie .pic, .hero .pic{
        padding-top: unset!important;
    }
    .voiceWrap{
        padding: 0!important;
    }
    .ins_section .sec_ttl .en {
        font-size: 20vw!important;
    }
    .ins_section .sec_ttl .jp {
        font-size: 18px!important;
        margin-top: 10px!important;
    }
}