/*ファーストビュー
----------------------------------------------*/
.top {
    height: 100vh;
    /*height: -webkit-fill-available;*/
    position: relative;
    animation: fadein 2s ease-in;
}
@supports (-webkit-touch-callout: none) {
    .top {
        height: -webkit-fill-available;
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
  }
    100% {
        opacity: 1;
  }
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /* 環境によって「z-index」追加 */

    /*animation: fadeOut 3s forwards;*/

    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}
.loader.loaded {
    animation: fadeOut 2s forwards;
}



.top_logo {
    width: 167px;
    position: absolute;
    top: 60px;
    left: 60px;
    cursor: pointer;
}
.top_btn {
    position: absolute;
    top: 60px;
    right: 100px;
    width: 40px;
    height: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    z-index: 1;
}
.top_text {
    position: absolute;
    bottom: 60px;
    left: 60px;
    height: 80px;
    display: flex;
    align-items: center;
    color: #fff;
}
.top_text_left {
    padding-right: 80px;
    border-right: 1px solid #fff;
    height: 100%;
    display: flex;
    align-items: center;
}
.top_text_right {
    padding-left: 80px;
}
.top_text h2 {
    font-size: 22px;
    letter-spacing: .2em;
    line-height: 2.18;
}
.top_text h2 span {
    display: block;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 1.14;
}
.top_text p {
    font-size: 16px;
    letter-spacing: .12em;
    line-height: 1.68;
}
.top_scroll {
    position: absolute;
    right: 60px;
    bottom: 60px;
    color: #fff;
    display: flex;
    align-items: flex-end;
}
.scroll_text {
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 1;
    padding-right: 30px;
}
.scroll_line {
    width: 1px;
    height: 80px;
    background-color: rgba(255, 255, 255, .5);
    overflow: hidden;
}
.scroll_line::after {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background-color: #fff;
    animation: scrollAnime 4s ease infinite;
}
@keyframes scrollAnime {
    0% {
        transform: translateY(-200%);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(200%);
    }
}


/* video */
.top_slider_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.top_slider {
    width: 100%;
    height: 100%;
}

.top_slider .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.top_video, 
.top_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.top_slider .swiper-slide img {
    animation: zoomOut 8s ease-in;
}

@media (max-width: 767px) {
    .top_slider .swiper-slide img {
        animation: zoomOut 8s ease-in;
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1.09);
    }
    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 1360px) and (min-width: 415px) {
    .top_item.swiper-slide._positionR img {
        object-position: right center;
    }
    .top_item.swiper-slide._positionL img {
        object-position: -70px center;
    }
}
@media screen and (max-width: 768px) {
    .top_logo {
        top: 40px;
        left: 30px;
        width: 17vw;
        min-width: 100px;
    }
    .top_btn {
        top: 45px;
        right: 30px;
        width: 30px;
        height: 18px;
    }
    .top_text {
        bottom: 20px;
        left: 20px;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }
    .top_text_left {
        padding-right: 0;
        border-right: 0;
    }
    .top_text_right {
        padding-left: 0;
    }
    .top_text h2 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .top_text h2 span {
        font-size: 12px;
    }
    .top_text p {
        font-size: 14px;
    }
    .top_scroll {
        right: 20px;
        bottom: 20px;
    }
    .scroll_text p {
        display: none;
    }
}

/*common
---------------------------------*/
    .br_360,
    .br_390,
    .br_400,
    .br_410,
    .br_500,
    .br_550{
        display: none;
    }
    .kaigyo{
        display: inline-block;
    }

/* concept
-------------------------------- */
#concept {
    /*margin-top: 240px;*/
    margin-top: 100px;
    padding: 240px 0 250px 0;
    background-image: url(../../img/top/top2_concept.jpg);
    background-position: center;
    background-size: cover;
    filter: brightness(1.13);
    position: relative;
}
#concept::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
}
.concept_inner {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 25px 0 0;
    position: relative;
    z-index: 1;
}
#concept .sec_title {
    font-size: 16px;
}
.concept_text_wrap {
    display: flex;
    justify-content: space-between;
    padding: 180px 0;
}
.concept_text_wrap h3 {
    font-size: 26px;
    letter-spacing: .2em;
    line-height: 1;
    margin-right: 35px;
}
.concept_text_wrap h3 span {
    display: block;
    font-size: 16px;
    letter-spacing: .2em;
    margin-top: 1.875em;
}
.concept_text_wrap .text_right p {
    font-size: 12px;
    line-height: 2.25;
}
.concept_text_wrap .text_right p:not(:last-of-type) {
    margin-bottom: 2.2em;
}
.read_more {
    font-size: 10px;
    align-self: flex-end;
}
.read_more .underline {
    display: block;
    letter-spacing: .2em;
    padding-right: 15px;
    padding-bottom: 6px;
    margin-right: 50px;
    position: relative;
}
.read_more .underline::after {
    content: "";
    width: 7px;
    height: 13px;
    background-image: url(../../img/common/arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
}

@media screen and (max-width: 860px) {
    #concept {
        margin-top: 100px;
        padding: 130px 0;
    }
    .concept_text_wrap {
        flex-direction: column;
        gap: 80px;
        padding: 70px 0 120px;
    }
    .read_more {
        align-self: flex-start;
    }
}

@media screen and (max-width: 768px) {
    #concept {
        margin-top: 50px;
        padding: 90px 0 80px 0;
    }
    .concept_inner{
        padding-top: 34px;
    }
    .concept_text_wrap {
        padding: 35px 0 70px 0;
        flex-direction: column;
        gap: 45px;
    }
    .concept_text_wrap .text_right {
        margin-bottom: 15px;
    }
    #concept .sec_title {
        font-size: 12px;
    }
    .concept_text_wrap h3 {
        font-size: 22px;
    }
    .concept_text_wrap h3 span {
        font-size: 12px;
    }
    .concept_text_wrap .text_right p {
        font-size: 14px;
        letter-spacing: 1.68px;
        line-height: 2.5;
    }
    .concept_text_wrap .text_right p:last-child{
        margin-top: 35px;
    }
    .read_more {
        font-size: 12px;
    }
}

@media screen and (min-width: 471px) {
    .br_471 {
        display: none;
    }
}
@media screen and (max-width: 470px) {
    .concept_text_wrap .text_right p {
        margin-bottom: 0 !important;
    }
}

/*room*/
.top_room_wrap{
    margin-top: 130px;
}
.room_intro{
    text-align: center;
    margin: 50px auto;
}
.room_intro h3{
    font-size: 28px;
    line-height: 1.785;
    letter-spacing: 5.6px;
}
/* slider */
.container.top_room_slider_wrap{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.top_room_slider_container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.top_room_slider {
    margin-top: 45px;
    overflow: hidden;
}
.top_room_slider .swiper-slide{
    max-width: 700px !important;
}
.top_room_image {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.top_room_image::before{
    content:"";
    display: block;
    padding-top: 68.6%;
}

.top_room_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.top_room_button_wrap{
    position: absolute;
    width: 100%;
    max-width: 450px;
    top: -50%;
    right: 15%;
}
.swiper-button-prev._top_room,
.swiper-button-next._top_room{
    top: 0;
    color: unset;
    position: absolute;
}
.swiper-button-prev._top_room::after,
.swiper-button-next._top_room::after {
    width: 8px;
    height: 16px;
    background-image: url(../../img/common/arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
}
.swiper-button-prev._top_room{
    font-size: 10px;
    width: 40px;
    left: 15px;
    right: auto;
}
.swiper-button-prev._top_room::after {
    top:calc(50% - 9px);
    left: -9px;
    transform: rotate(180deg);
    content: "";
}
.swiper-button-next._top_room {
    left: auto;
    width: 40px;
    right: 15px;
    font-size: 10px;
}
.swiper-button-next._top_room::after{
    top: calc(50% - 9px);
    right: -9px;
    content: "";
}
.swiper-pagination._top_room {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  gap: 7.5%;
  width: 60%;
  position: absolute;
  top: 0px;
}
.swiper-pagination._top_room .swiper-pagination-bullet {
  width: 16%;
  height: 1px;
  background-color: #1C1C1C;
  border-radius: unset;
}
.swiper-pagination._top_room .swiper-pagination-bullet-active {
  height: 2px;
}

.top_room_image_note{
    margin-top: 20px;
}
.top_room_image_note p{
    text-align: right;  
}
.top_room_image_note h4{
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.bl_title{
    flex-shrink: 0;
    margin-right: 20px;
}
.bl_line{
    width: 100%;
    height: 1px;
    background-color: #666;
}

.read_more._top_room{
    width: 130px;
    margin-top: 41px;
    margin-left: auto;  
    margin-right: auto; 
    padding-bottom: 130px;
}
.read_more._top_room .underline{
    margin-right: 0;
    font-size: 16px;
    letter-spacing: 3.2px;
}

/* top_food
-------------------------------- */
.top_food_wrap{

}
.food_intro{
    text-align: center;
    margin: 50px auto;
}
.food_intro h3{
    font-size: 28px;
    line-height: 1.785;
    letter-spacing: 5.6px;
}
.top_food_image_wrap{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* slider */
.top_food_slider_container {
    position: relative;
    margin-bottom: 50px;
}
.top_food_slider {
    margin-top: 20px;
    overflow: hidden;
}
.top_food_image {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.top_food_image::before{
    content:"";
    display: block;
    padding-top: 100%;
}
.top_food_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.top_food_pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  gap: 5%;
  width: 220px;
}
.top_food_pagination .swiper-pagination-bullet {
  width: 18%;
  height: 1px;
  background-color: #1C1C1C;
  border-radius: unset;
}
.top_food_pagination .swiper-pagination-bullet-active {
  height: 2px;
}

.top_food_text_wrap{
    text-align: center;
    margin-bottom: 50px;
}
.top_food_text_wrap p{
    font-size: 14px;
    letter-spacing: 1.68px;
}

.read_more._top_food{
    width: 130px;
    margin-left: auto;  
    margin-right: auto; 
    padding-bottom: 90px;
}
.read_more._top_food .underline{
    margin-right: 0;
    font-size: 16px;
    letter-spacing: 3.2px;
}
.sec_line{
    width: 100%;
    border-bottom: 1px solid #666;
}


/*top_art*/
.top_art_wrap{
    margin-top: 175px;
}
.art_intro{
    text-align: center;
    margin: 50px auto;
}


/* slider */
.container.top_art_slider_wrap{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.top_art_slider_container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.top_art_slider {
    margin-top: 45px;
    overflow: hidden;
}
.top_art_slider .swiper-slide{
    max-width: 700px !important;
}
.top_art_image {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.art_border{
    border: 1px solid #ddd;
}
.top_art_image::before{
    content:"";
    display: block;
    padding-top: 68.6%;
}

.top_art_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.top_art_button_wrap{
    position: absolute;
    width: 100%;
    max-width: 450px;
    top: -50%;
    right: 15%;
}
.swiper-button-prev._top_art,
.swiper-button-next._top_art{
    top: 45px;
    color: unset;
    position: absolute;
}
.swiper-button-prev._top_art::after,
.swiper-button-next._top_art::after {
    width: 8px;
    height: 16px;
    background-image: url(../../img/common/arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
}
.swiper-button-prev._top_art{
    font-size: 10px;
    width: 40px;
    left: 15px;
    right: auto;
}
.swiper-button-prev._top_art::after {
    top:calc(50% - 9px);
    left: -9px;
    transform: rotate(180deg);
    content: "";
}
.swiper-button-next._top_art {
    left: auto;
    right: 15px;
    width: 40px;
    font-size: 10px;
}
.swiper-button-next._top_art::after{
    top: calc(50% - 9px);
    right: -9px;
    content: "";
}
.swiper-pagination._top_art {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  gap: 7.5%;
  width: 60%;
  position: absolute;
  top: 45px;
}
.swiper-pagination._top_art .swiper-pagination-bullet {
  width: 17%;
  height: 1px;
  background-color: #1C1C1C;
  border-radius: unset;
}
.swiper-pagination._top_art .swiper-pagination-bullet-active {
  height: 2px;
}

.top_art_image_note{
    margin-top: 20px;
}
.top_art_image_note p{
    text-align: right;  
}
.top_art_image_note h4{
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.bl_title{
    flex-shrink: 0;
    margin-right: 20px;
}
.bl_line{
    width: 100%;
    height: 1px;
    background-color: #666;
}

.read_more._top_art{
    width: 130px;
    margin-top: 44px;
    margin-left: auto;  
    margin-right: auto; 
    padding-bottom: 130px;
}
.read_more._top_art .underline{
    margin-right: 0;
    font-size: 16px;
    letter-spacing: 3.2px;
}

/* top_pool
-------------------------------- */
.top_pool_wrap{

}
.pool_intro{
    text-align: center;
    margin: 50px auto;
}
.pool_intro h3{
    font-size: 28px;
    line-height: 2.1875;
    letter-spacing: 5.6px;
}
.top_pool_image_wrap{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
/* slider */
.top_pool_slider_container {
    position: relative;
    margin-bottom: 50px;
}
.top_pool_slider {
    margin-top: 20px;
    overflow: hidden;
}
.top_pool_item a {
    display: block !important;
}
.top_pool_image {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.top_pool_image::before{
    content:"";
    display: block;
    padding-top: 100%;
}
.top_pool_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.top_pool_pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  gap: 5%;
  width: 220px;
}
.top_pool_pagination .swiper-pagination-bullet {
  width: 18%;
  height: 1px;
  background-color: #1C1C1C;
  border-radius: unset;
}
.top_pool_pagination .swiper-pagination-bullet-active {
  height: 2px;
}

.top_pool_text_wrap{
    text-align: center;
    margin-bottom: 70px;
}

.read_more._top_pool{
    width: 190px;
    margin-left: auto;  
    margin-right: auto; 
    padding-bottom: 100px;
}
.read_more._top_pool .underline{
    margin-right: 0;
    font-size: 14px;
    letter-spacing: 2.8px;
}



@media screen and (max-width: 1230px){
    .top_room_button_wrap{
        top: 116%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 414px;
        width: 100%;
    }
    .swiper-pagination._top_room,
    .swiper-pagination._top_art{
        gap: 9.375%;
    }
    .swiper-pagination._top_room .swiper-pagination-bullet,
    .swiper-pagination._top_art .swiper-pagination-bullet{
        width: 12.5%;
    }
    .read_more._top_room,
    .read_more._top_art{
        margin-top: 115px;
    }
    .top_art_button_wrap{
        top: 102%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 414px;
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    .br_500{
        display: block;
    }
    .sec_line{
        display: none;
    }
    .sec_title{
        margin-bottom: 30px;
    }

    .room_intro,
    .art_intro{
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .room_intro h3{
        font-size: 16px;
        letter-spacing: 3.2px;
        line-height: 2.1875;

    }
    .art_intro h3{
        font-size: 14px;
        letter-spacing: 1.68px;
    }
    .container.top_room_slider_wrap,
    .container.top_art_slider_wrap{
        max-width: 1320px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .top_room_slider,
    .top_art_slider{
        margin-top: 40px;
    }


    .food_intro,
    .pool_intro{
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .food_intro h3,
    .pool_intro h3{
        font-size: 16px;
        letter-spacing: 3.2px;
        line-height: 2.1875;
    }
    .top_food_slider_container,
    .top_pool_slider_container{
        margin-bottom: 0px;
    }
    .top_food_slider .swiper-wrapper,
    .top_pool_slider .swiper-wrapper{
        transition-timing-function: linear;
    }
    .top_food_slider,
    .top_pool_slider{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .top_food_image_wrap,
    .top_pool_image_wrap{
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    .top_food_pagination,
    .top_pool_pagination{
        display: none;
    }
    .top_food_text_wrap,
    .top_pool_text_wrap{
        margin-bottom: 60px;
    }
    .read_more._top_food{
        margin-bottom: 130px;
        padding-bottom: 0;
    }
    .read_more._top_pool{
        padding-bottom: 65px;
    }

    .top_art_wrap{
        margin-top: 130px;
    }
}

@media screen and (max-width: 550px){
    .br_550{
        display: block;
    }
}

@media screen and (max-width: 410px){
    .br_410{
        display: block;
    }
}

@media screen and (max-width: 400px){
    .br_400{
        display: block;
    }
}

@media screen and (max-width: 390px){
    .br_390{
        display: block;
    }
}

@media screen and (max-width: 360px){
    .br_360{
        display: block;
    }
}

/* rate
-------------------------------- */
#rate {
    padding-top: 80px;
    padding-bottom: 80px;
}


/* access
-------------------------------- */
#access {
    padding-top: 130px;
    padding-bottom: 160px;
}
#access .sec_title {
    margin-bottom: 50px;
}
.access-map {
    margin-bottom: 25px;
}
.access-map iframe {
    width: 100%;
}
.access_address span {
    display: inline-block;
    margin-right: 1em;
}
#access dl {
    margin-top: 23px;
}
.access_info {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.access_mabo{
    margin-bottom: 30px;
}
.access_info dt {
    font-size: 16px;
    font-weight: 500;
    width: 17.8%;
}
.access_info dd {
    line-height: 1.5;
    margin-top: 6px;
}
.access_info span {
    display: block;
    margin-left: 6.7em;
}

.access_car dl{
    display: flex;
    gap: 17px;
    margin-top: 0;
}
.access_car dt{
    padding-left: 40px;
    position: relative;
    font-weight: 500;
}
.access_car dt::before{
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    background-color: #1C1C1C;
    top: calc(50% - 2px);
    left: 0;
}

@media screen and (max-width: 1330px) {
    .access_info {
        flex-direction: column;
        gap: 0;
        margin-bottom: 30px;
    }
    .access_info dt,
    .access_info dd {
        width: 100%;
        line-height: 1.7;
    }
    .access_info dd {
        margin-top: 2px;
    }
    .public_transport span {
        margin-left: 0;
    }
}

@media screen and (max-width: 810px){
    .access_car dl{
        flex-direction: column;
        gap: 0;
    }
}

@media screen and (max-width: 768px) {
    #access {
        padding-top: 65px;
        padding-bottom: 130px;
    }
    .access-map {
        width: 100vw;
        margin: 0 calc(50% - 50vw) 20px;
    }
    .access_address {
        text-align: center;
        line-height: 1.78;
    }
    .access_address span {
        display: block;
        margin-right: 0;
    }
    #access dl {
        margin-top: 30px;
    }
    .access_info span{
        margin-left: 0;
    }
}


/* qa
-------------------------------- */
#qa {
    padding-top: 70px;
    padding-bottom: 160px;
}
.qa_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}
.qa_container .title_small {
    margin-bottom: 0;
}
.qa_container .title_small::after {
    width: calc(100% - 8.1em);
    top: 0;
    bottom: 0;
    margin: auto;
}
.qa_container .en {
    font-size: 16px;
}
.question {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .12em;
    width: 100%;
    padding: 17px 69px 30px .6em;
    border-bottom: 1px solid #666;
    position: relative;
}
.question::before,
.question::after {
    content: "";
    background-color: #333;
    position: absolute;
}
.question::before {
    width: 16px;
    height: 2px;
    top: 30px;
    right: 0;
}
.question::after {
    width: 2px;
    height: 16px;
    top: 23px;
    right: 7px;
    transition: .3s;
}
.qa_content.active .question::after {
    opacity: 0;
}

.answer {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}
.qa_content.active .answer {
    margin-top: 30px;
    opacity: 1;
}

.answer_text {
    padding-left: .6em;
}

@media screen and (max-width: 1220px) {
    .qa_container {
        gap: 65px;
    }
}

@media screen and (max-width: 1000px) {
    .qa_container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 768px) {
    #qa {
        padding-top: 65px;
        padding-bottom: 85px;
    }
    .qa_container {
        gap: 80px;
    }
    .question {
        font-size: 14px;
        padding-top: 5px;
        padding-right: 40px;
        padding-bottom: 20px;
    }
    .question::before {
        top: 20px;
    }
    .question::after {
        top: 13px;
    }

    .qa_content.active .answer {
        margin-top: 20px;
    }
    .answer_text {
        padding-left: 0;
    }
}

@media screen and (max-width: 520px) {
    .qa_container .title_small::after {
        width: calc(100% - 8.1em - 30px);
        margin: auto 30px auto 8.1em;
    }
    .question {
        padding-left: 0;
        padding-right: 0;
    }
    .question::before {
        top: -18px;
    }
    .question::after {
        top: -25px;
    }
}


/*ローディングサークル
--------------------------------*/
.loading_circle,
.loading_circle:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loading_circle {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: .3em solid rgba(255, 255, 255, 0.2);
  border-right: .3em solid rgba(255, 255, 255, 0.2);
  border-bottom: .3em solid rgba(255, 255, 255, 0.2);
  border-left: .3em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 500px) {
    .loading_circle,
    .loading_circle:after {
      width: 3.5em;
      height: 3.5em;
    }
    .loading_circle {
      border-top: .1em solid rgba(255, 255, 255, 0.2);
      border-right: .1em solid rgba(255, 255, 255, 0.2);
      border-bottom: .1em solid rgba(255, 255, 255, 0.2);
      border-left: .1em solid #ffffff;
    }
}

/* インスタグラムボタン */
#insta_btn{
    position: fixed;
    bottom: 28%;
    right: 70px;
    display: block;
    transition: 1s;
    opacity: 0;
    z-index: 2;
    line-height: 0;
}
#insta_btn a{
    writing-mode: vertical-rl;
    padding: 19px;
    background-color: #fff;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.3);
}

#insta_btn a img{
    width: 14px;
    height: 14px;
    object-fit: contain;
    display: inline-block;
    vertical-align: 0;
    margin-top: 8px;
    margin-bottom: 10px;
}
.view {
    right: 70px !important;
    transition: 1s;
    opacity: 1 !important;
}
@media screen and (max-width: 768px) {
    #insta_btn{
        display: none !important;
    }
}
/* area
-------------------------------- */
/*#area {
    padding-top: 95px;
    padding-bottom: 250px;
    background-color: #F0F3F4;
}
.area_container .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 30px;
}
.area_image {
    width: 100%;
    padding-top: 126%;
    position: relative;
}
.area_image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
}
.area_image.izanagi img {
    object-position: 80% center;
}

@media screen and (min-width: 769px) {
    .area_button_wrap {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .area_container .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    #area {
        padding-top: 55px;
        padding-bottom: 90px;
    }
    .area_container {
        position: relative;
    }
    .area_container .swiper-wrapper {
        display: flex;
        overflow: hidden;
    }*/

    /* slider */
    /*.area_item {
        width: 100% !important;
        background-color: #F0F3F4;
    }
    .area_item.swiper-slide-active {
        opacity: 1 !important;
    }
    .swiper-button-prev._area,
    .swiper-button-next._area {
        width: 8px;
        height: 16px;
        background-image: url(../../img/common/arrow.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: -18px;
    }
    .swiper-button-prev._area {
        top: auto;
        left: auto;
        bottom: -30px;
        transform: rotate(180deg);
    }
    .swiper-button-next._area {
        top: auto;
        left: 78px;
        right: auto;
        bottom: -30px;
    }
    .swiper-button-prev._area::after,
    .swiper-button-next._area::after {
        content: "";
    }
    .swiper-pagination._area {
        right: 0;
        bottom: -33px;
    }
    .swiper-pagination._area .swiper-pagination-bullet {
        width: 16px;
        height: 1px;
        border-radius: 0;
        margin-left: 15px;
    }
    .swiper-pagination._area .swiper-pagination-bullet-active {
        height: 2px;
        background-color: #333;
    }
}*/