@charset "UTF-8";
/*font*/
/*$base_font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;*/
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
}

/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
    box-sizing: border-box;
}

*,
::before,
::after {
    box-sizing: inherit;
}

body {
    background: transparent;
    color: #000;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
html[lang="ja"] body {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif;
}

/* main elements group */
audio,
canvas,
progress,
video {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

/* a */
/****************************************************** setting end */
#js__sideMenuBtn {
    position: relative;
    z-index: 12;
    width: 108px;
    height: 88px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /*@include mq_sp {
        width: 70px;
    }*/
}
#js__sideMenuBtn .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
#js__sideMenuBtn .menu-trigger span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    position: absolute;
    left: 0;
    width: 60%;
    margin-left: 20%;
    background: #000;
    height: 1px;
    /*&:nth-of-type(2) {
                top: 50%;
                width: 25%;
            }*/
}
#js__sideMenuBtn .menu-trigger span:nth-of-type(1) {
    top: 50%;
    margin-top: -6px;
}
#js__sideMenuBtn .menu-trigger span:nth-of-type(2) {
    top: 50%;
    width: 25%;
    margin-top: 6px;
}
#js__sideMenuBtn .menu-trigger.active {
    background: #f0f0f0;
}
#js__sideMenuBtn .menu-trigger.active span {
    /*&:nth-of-type(2) {
                    opacity: 0;
                }*/
}
#js__sideMenuBtn .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-30deg);
    -ms-transform: translateY(5px) rotate(-30deg);
    transform: translateY(5px) rotate(-30deg);
}
#js__sideMenuBtn .menu-trigger.active span:nth-of-type(2) {
    width: 60%;
    -webkit-transform: translateY(-6px) rotate(30deg);
    -ms-transform: translateY(-6px) rotate(30deg);
    transform: translateY(-6px) rotate(30deg);
}
#js__sideMenuBtn:hover .menu-trigger span {
    width: 60%;
}

#sp_nav {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 110px;
    height: 70px;
    z-index: 99998;
}
#sp_nav #sp_nav_in {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#sp_nav #sp_nav_in li {
    width: 50%;
    height: 70px;
}
#sp_nav #sp_nav_in li#sp_down a,
#sp_nav #sp_nav_in li#sp_down span {
    background: #f7f7f7;
}
#sp_nav #sp_nav_in li#sp_tel a,
#sp_nav #sp_nav_in li#sp_tel span {
    background: #000;
}
#sp_nav #sp_nav_in li a,
#sp_nav #sp_nav_in li span {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#sp_nav #sp_nav_in li a img,
#sp_nav #sp_nav_in li span img {
    width: 30px;
    height: 30px;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 108px;
    z-index: 9999;
}
header #sp_logo {
    display: none;
}
header #sp_logo a {
    width: 130px;
    display: block;
}
header #sp_logo a img {
    width: 100%;
}
header #nav_all {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    padding: 0 0 22px 0;
}
header #nav_all #nav_top {
    margin-left: 0;
}
header #nav_all #nav_top #nav_btn001 {
    text-align: center;
    padding-top: 20px;
}
header #nav_all #nav_top #nav_btn001 a {
    height: 11vw;
    display: block;
    max-height: 20vh;
}
header #nav_all #nav_top #nav_btn001 a img {
    height: 100%;
}
header #nav_all #nav_btm #head_d_btn {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header #nav_all #nav_btm #head_d_btn a,
header #nav_all #nav_btm #head_d_btn em {
    margin: 0 auto;
    font-family: "Bellefair", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    border: solid 1px #000;
    display: block;
    padding: 24px 10px 20px 10px;
    background: #000;
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
header #nav_all #nav_btm #head_d_btn a:hover,
header #nav_all #nav_btm #head_d_btn em:hover {
    background: #fff;
}
header #nav_all #nav_btm #head_d_btn a:hover span i,
header #nav_all #nav_btm #head_d_btn em:hover span i {
    color: #000;
}
header #nav_all #nav_btm #head_d_btn a:hover span::after,
header #nav_all #nav_btm #head_d_btn em:hover span::after {
    opacity: 1;
}
header #nav_all #nav_btm #head_d_btn a span,
header #nav_all #nav_btm #head_d_btn em span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    padding-bottom: 20px;
    font-size: 0.8125rem;
}
header #nav_all #nav_btm #head_d_btn a span i,
header #nav_all #nav_btm #head_d_btn em span i {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    display: block;
    color: #fff;
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
header #nav_all #nav_btm #head_d_btn a span::before,
header #nav_all #nav_btm #head_d_btn em span::before {
    content: "";
    display: block;
    background-image: url("../image/header_d_btnon.png");
    width: 17px;
    height: 13px;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: 0;
    z-index: 1;
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
header #nav_all #nav_btm #head_d_btn a span::after,
header #nav_all #nav_btm #head_d_btn em span::after {
    content: "";
    display: block;
    background-image: url("../image/header_d_btnoff.png");
    width: 17px;
    height: 13px;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
header #nav_all #nav_btm ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
header #nav_all #nav_btm ul li {
    width: 100%;
}
header #nav_all #nav_btm ul li:first-child {
    margin-bottom: 0;
}
header #nav_all #nav_btm ul li a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-family: "Bellefair", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    font-size: 0.8125rem;
    display: block;
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

#contents_main {
    padding-left: 108px;
    position: relative;
}

#top_mv {
    /* height: 100vh; */
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 10;
    background: #fff;
}
#top_mv::before {
    position: absolute;
    content: "";
    bottom: -10vw;
    left: 0;
    width: 80%;
    height: 50%;
    background: #f7f7f7;
    z-index: -1;
}

.scene-nav {
    display: none !important;
}

#h_area_in {
    position: fixed;
    right: 2vw;
    top: 2vw;
    z-index: 100;
    mix-blend-mode: difference;
}
#h_area_in #h_area_nav {
    text-align: right;
}
#h_area_in #h_area_nav li {
    margin-bottom: 1vw;
}
#h_area_in #h_area_nav li.m_a {
    margin-bottom: 1.5vw;
}
#h_area_in #h_area_nav li.y_o {
    margin-bottom: 1.1vw;
}
#h_area_in #h_area_nav li a {
    display: block;
}
#h_area_in #h_area_nav li:last-child {
    margin-bottom: 0;
}

.h_area_sag {
    position: fixed;
    right: 5vw;
    top: 2vw;
    z-index: 100;
    mix-blend-mode: difference;
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
.h_area_sag .h_area_sag_in:first-child {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 20px;
}
.h_area_sag .h_area_sag_in .h_area_sag_link {
    display: block;
    margin-right: 40px;
}
.h_area_sag .h_area_sag_in .h_area_sag_link:last-child {
    margin-right: 0;
}
.h_area_sag .h_area_sag_in .h_area_sag_link span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    background: #111;
    padding: 7px 45px 7px 15px;
    position: relative;
    z-index: 0;
}
.h_area_sag .h_area_sag_in .h_area_sag_link span::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -10px;
    margin-top: 3px;
    width: 25px;
    height: 1px;
    background: #fff;
    z-index: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.h_area_sag .h_area_sag_in .h_area_sag_link span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -10px;
    margin-top: -1px;
    width: 10px;
    height: 1px;
    background: #fff;
    z-index: 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

#contents {
    width: 100%;
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 6vw;
}
#contents.top {
    margin-top: 6vw;
    padding-top: 0;
}
#contents.mig {
    padding-top: 0;
}

.md001 {
    font-size: 1.625rem;
    font-family: YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    letter-spacing: 0.4em;
    margin-bottom: 30px;
}
.md001.b_u {
    color: #fff;
    mix-blend-mode: difference;
}
.md001 span {
    font-family: "Bellefair", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
}

.ab_md001 {
    font-size: 1.625rem;
    font-family: "Bellefair", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    letter-spacing: 0.5em;
    margin-bottom: 30px;
    color: #fff;
}

.colle_md001 {
    font-size: 1.25rem;
    font-family: "Bellefair", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    letter-spacing: 0.5em;
    margin-bottom: 30px;
}

#event_area {
    position: relative;
    z-index: 0;
    padding-bottom: 5vw;
}
#event_area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #f7f7f7;
    z-index: -1;
}
#event_area #event_box001 {
    padding-left: calc((100% - 1480px) / 2);
    width: 100%;
    margin: 0 auto;
}
#event_area #event_box001 .md001 {
    width: 94%;
}
#event_area #event_box001_in {
    width: 100%;
    margin: 0 auto;
    /*padding-left: 3vw;*/
    position: relative;
}
#event_area #event_box001_in #event_all {
    position: relative;
    z-index: 10;
    padding: 3vw 0 3vw 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#event_area #event_box001_in #event_all .news_btn001 {
    margin-top: 8vw;
}
#event_area #event_box001_in #event_all #news_area {
    width: 100%;
}
#event_area #event_box001_in #event_all #event_list li {
    border-bottom: solid 1px #ddd;
}
#event_area #event_box001_in #event_all #event_list li a {
    padding-bottom: 14px;
    padding-top: 14px;
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#event_area #event_box001_in #event_all #event_list li a .front_tit {
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#event_area #event_box001_in #event_all #event_list li a .front_tit .front_comment {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.5;
    font-size: 0.9375rem;
    background: #0bb0ce;
    padding: 5px 20px;
    text-align: center;
    max-width: 260px;
    width: 100%;
}
#event_area #event_box001_in #event_all #event_list li a .front_tit h3 {
    font-size: 1.0625rem;
    font-weight: bold;
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    width: 100%;
    margin-left: 15px;
}
#event_area #event_box001_in #event_all #event_list li a .front_tit h3::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    background: #f62252;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}
#event_area #event_box001_in #event_all #event_list li a .front_tit h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    width: 8px;
    height: 8px;
    margin-right: 9px;
}
#event_area #event_box001_in #event_all #event_list li a time {
    font-family: "Poppins", sans-serif;
    font-size: 1.0625rem;
    padding-top: 1px;
    min-width: 140px;
}
#event_area #event_box001_in #event_all #event_list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.common_box {
    max-width: 1400px;
    width: 92%;
    margin: 0 auto;
}

#qua_area {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    position: relative;
}
#qua_area::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
#qua_area video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
#qua_area #qua_area_in {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 88px 0 85px;
    position: relative;
    z-index: 10;
}
#qua_area #qua_area_in #que_md {
    text-align: center;
    margin-bottom: 40px;
}
#qua_area #qua_area_in #que_md #que_md_in {
    font-family: "Bellefair", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    color: #fff;
    letter-spacing: 0.25em;
    font-size: 3.3rem;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    line-height: 1;
    position: relative;
    padding: 0 70px 0 90px;
}
#qua_area #qua_area_in #que_md #que_md_in::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 52px;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background: #fff;
}
#qua_area #qua_area_in #que_md #que_md_in::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 52px;
    top: 50%;
    right: 0;
    margin-top: -2px;
    background: #fff;
}

#que_list .que_list_in {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
}
#que_list .que_list_in .que_box001 {
    margin-right: 2%;
    width: 32%;
}
#que_list .que_list_in .que_box001:last-child {
    margin-right: 0;
}
#que_list .que_list_in .que_box001 .que_box_link {
    border-radius: 6px;
    display: block;
    border: solid 1px #fff;
    padding: 55px 1.5vw 26px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}
#que_list .que_list_in .que_box001 .que_box_link::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #fff transparent;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}
#que_list .que_list_in .que_box001 .que_box_link .que_txt {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 0.9375rem;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}
#que_list .que_list_in .que_box001 .que_box_link .que_md {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
#que_list .que_list_in .que_box001 .que_box_link .que_md .que_box_md001 {
    font-family: Roboto, "sans-serif";
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 10px;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}
#que_list .que_list_in .que_box001 .que_box_link .que_md .que_box_md002 {
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

#simp_box {
    border: solid 1px #fff;
    border-radius: 6px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#simp_box #simp_box_l {
    width: 40%;
    padding: 3vw;
    border-right: solid 1px #fff;
}
#simp_box #simp_box_l p {
    height: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#simp_box #simp_box_l img {
    max-width: 100%;
}
#simp_box #simp_box_r {
    width: 60%;
    padding: 2vw 3vw;
}
#simp_box #simp_box_r .simp_box_r_md {
    font-size: 1.3125rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
}
#simp_box #simp_box_r .simp_box_r_txt {
    padding-top: 10px;
    color: #fff;
    font-size: 0.9375rem;
}
#simp_box #simp_box_r .simp_box_r_link {
    padding-top: 26px;
}
#simp_box #simp_box_r .simp_box_r_link a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    border-radius: 6px;
    background: #fff;
    line-height: 1;
    padding: 18px 50px 16px 40px;
    position: relative;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
#simp_box #simp_box_r .simp_box_r_link a:hover {
    background: #000;
}
#simp_box #simp_box_r .simp_box_r_link a:hover::after {
    opacity: 1;
}
#simp_box #simp_box_r .simp_box_r_link a:hover span::before {
    opacity: 1;
}
#simp_box #simp_box_r .simp_box_r_link a span {
    line-height: 1;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
}
#simp_box #simp_box_r .simp_box_r_link a span img {
    width: 198px;
    height: 16px;
}
#simp_box #simp_box_r .simp_box_r_link a span::before {
    content: "";
    display: block;
    width: 198px;
    height: 16px;
    background-image: url("/image/qua_btn001_on.svg");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
#simp_box #simp_box_r .simp_box_r_link a::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("../image/icon001.png");
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}
#simp_box #simp_box_r .simp_box_r_link a::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("../image/icon001_on.png");
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
#simp_box #simp_box_r .simp_box_r_link a img {
    vertical-align: bottom;
    line-height: 1;
}

.news_btn001.for_sp {
    padding-top: 20px;
}

.ty_mv_area {
    margin-top: 20px;
}

.news_btn001_in {
    text-align: right;
    padding-right: 20px;
}
.news_btn001_in.se_s {
    width: 100%;
}
.news_btn001_in.m_t {
    margin-top: 40px;
    text-align: left !important;
}
.news_btn001_in.ga_a {
    padding-right: 0;
}
.news_btn001_in.m_v {
    text-align: left;
}
.news_btn001_in a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    padding: 6px 60px 6px 30px;
    background: #fff;
    border: solid 1px #000;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.news_btn001_in a.ty_mv {
    background: #000;
    /* padding: 0.25vw 2vw 0.25vw 1.5vw;*/
}
.news_btn001_in a.ty_mv::before {
    background: #fff;
    /*width: 36px;
        width: 2vw;
        margin-top: 4px;*/
}
.news_btn001_in a.ty_mv::after {
    background: #fff;
    /*width: 14px;
        width: 1vw;
        margin-top: -2px;*/
}
.news_btn001_in a span {
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.3em;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.news_btn001_in a span.ty_mv {
    color: #fff;
    font-size: 0.8vw;
}
.news_btn001_in a span.ka_na {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif;
    letter-spacing: 0.2em;
}
.news_btn001_in a::before {
    content: "";
    display: block;
    height: 1px;
    width: 36px;
    background: #000;
    position: absolute;
    top: 50%;
    right: -19px;
    margin-top: 3px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.news_btn001_in a::after {
    content: "";
    display: block;
    height: 1px;
    width: 14px;
    background: #000;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.md_area_ga {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 92%;
    margin: 0 auto 50px;
    max-width: 1480px;
    padding-top: 110px;
}
.md_area_ga .md001,
.md_area_ga .colle_md001 {
    margin-right: auto;
}

.md_area_ty {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    padding-top: 20px;
}
.md_area_ty .md001,
.md_area_ty .colle_md001 {
    margin-right: auto;
}

#ga_list {
    width: 100%;
}
#ga_list #ga_list_in .ga_box {
    padding: 35px 20px 0;
}
#ga_list #ga_list_in .ga_box .ga_box_in {
    -webkit-transition: 0.4s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.4s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    display: block;
}
#ga_list #ga_list_in .ga_box .ga_box_in .ga_md001 {
    padding: 20px 20px;
    background: #000;
    -webkit-transition: 0.4s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.4s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
#ga_list #ga_list_in .ga_box .ga_box_in .ga_md001 h3 {
    color: #fff;
    -webkit-transition: 0.4s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.4s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
#ga_list #ga_list_in .ga_box .ga_box_in .ga_ph001 {
    overflow: hidden;
}
#ga_list #ga_list_in .ga_box .ga_box_in .ga_ph001 img {
    width: 100%;
    display: block;
    -webkit-transition: 0.5s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.5s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}

#gallery_area {
    position: relative;
    padding-bottom: 100px;
}
#gallery_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    background: #000;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
}

#voice_top {
    position: relative;
    padding-bottom: 30px;
    margin-top: 60px;
}
#voice_top::before {
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    background: #f0f0f0;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}

#about_area {
    background: #000;
    padding: 70px 0 76px;
}
#about_area #about_area_in {
    width: 92%;
    margin: 0 auto;
    max-width: 1480px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#about_area #about_area_in #about_area_l {
    width: 25%;
}
#about_area #about_area_in #about_area_r {
    width: 75%;
}
#about_area #about_area_in #about_area_r #about_list #about_list_in {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#about_area #about_area_in #about_area_r #about_list #about_list_in .about_box.m_k {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
}
#about_area #about_area_in #about_area_r #about_list #about_list_in .about_box.m_k:nth-child(5) {
    margin-right: 0;
}
#about_area #about_area_in #about_area_r #about_list #about_list_in .about_box.p_h {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
#about_area #about_area_in #about_area_r #about_list #about_list_in .about_box.p_h:nth-child(3n) {
    margin-right: 0;
}
#about_area #about_area_in #about_area_r #about_list #about_list_in .about_box:nth-last-child(-n + 2) {
    margin-bottom: 0;
}
#about_area #about_area_in #about_area_r #about_list #about_list_in .about_box .about_box_in {
    display: block;
}
#about_area #about_area_in #about_area_r #about_list #about_list_in .about_box .about_box_in .about_tit {
    color: #fff;
    padding: 14px;
    position: relative;
    z-index: 1;
}
#about_area #about_area_in #about_area_r #about_list #about_list_in .about_box .about_box_in .about_tit h3 {
    position: relative;
    z-index: 2;
}
#about_area #about_area_in #about_area_r #about_list #about_list_in .about_box .about_box_in .about_ph {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#about_area #about_area_in #about_area_r #about_list #about_list_in .about_box .about_box_in .about_ph span {
    position: absolute;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 2vw;
    color: #fff;
    font-size: 1.25rem;
    font-family: "Bellefair", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    letter-spacing: 0.3em;
    z-index: 2;
    -webkit-transition: 0.6s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.6s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
#about_area #about_area_in #about_area_r #about_list #about_list_in .about_box .about_box_in .about_ph img {
    width: 100%;
    -webkit-transition: 0.8s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.8s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    z-index: 1;
}
#about_area #about_area_in #about_area_r #about_list #about_list_in .about_box span.about_box_in {
    display: block;
}

#colle_area {
    background: #f7f7f7;
    padding: 0 0 80px;
    position: relative;
}
#colle_area #colle_area_in {
    position: relative;
    z-index: 2;
}
#colle_area::before {
    width: 30%;
    height: 100%;
    background: #dfdfdf;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#colle_list {
    max-width: 1200px;
    margin: 0 auto;
    width: 94%;
}
#colle_list #colle_list_in {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#colle_list #colle_list_in .colle_box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
#colle_list #colle_list_in .colle_box .colle_box_md {
    display: block;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 24px 0 24px 33px;
    position: relative;
}
#colle_list #colle_list_in .colle_box .colle_box_md h3 {
    font-weight: 500;
    position: relative;
    z-index: 3;
    padding-right: 40px;
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
#colle_list #colle_list_in .colle_box .colle_box_md h3::before {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: 3px;
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
#colle_list #colle_list_in .colle_box .colle_box_md h3::after {
    content: "";
    display: block;
    height: 1px;
    width: 14px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
#colle_list #colle_list_in .colle_box .colle_box_md::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #c0c0c0;
    z-index: 1;
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}

#info_area_in {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}
#info_area_in .info_list .info_box {
    margin-bottom: 10px;
}
#info_area_in .info_list .info_box .info_link {
    display: block;
    padding: 30px 40px 20px 40px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#info_area_in .info_list .info_box .info_link .info_all {
    padding-right: 50px;
    position: relative;
}
#info_area_in .info_list .info_box .info_link .info_all::before {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: 3px;
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
#info_area_in .info_list .info_box .info_link .info_all::after {
    content: "";
    display: block;
    height: 1px;
    width: 14px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
#info_area_in .info_list .info_box .info_link .info_all h4 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 6px;
}
#info_area_in .info_list .info_box .info_link .info_all time {
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
}
#info_area_in .info_list .info_box:last-child {
    margin-bottom: 0;
}

#map {
    width: 100%;
    height: 500px;
}

.google_map_link {
    width: 100%;
    background: #fff;
    padding: 60px 0;
}

.contact_link_area {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
}
.contact_link_area.w_c {
    max-width: 500px;
}
.contact_link_area.min {
    max-width: 375px;
}
.contact_link_area.ch_at {
    margin: 0;
    max-width: 375px;
}
.contact_link_area .contact_link {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 500;
    padding: 20px 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-top: 4vw;
    border: 1px solid #000;
}
.contact_link_area .contact_link.footer {
    margin-top: 0;
}
.contact_link_area .contact_link.w_c {
    border: 1px solid #fff;
}
.contact_link_area .contact_link.k_i {
    margin-top: 1vw;
}
.contact_link_area .contact_link.ch_at {
    font-size: 1rem;
    margin-top: 2vw;
    padding: 10px 0;
}
.contact_link_area .contact_link.min {
    color: #000;
    font-size: 1.0625rem;
    margin-top: 1.5vw;
    padding: 15px 0;
}
.contact_link_area .contact_link.min::before {
    background: #fff;
}
.contact_link_area .contact_link.min::after {
    background: #000;
}
.contact_link_area .contact_link.occ {
    color: #000;
}
.contact_link_area .contact_link.occ::before {
    background: #fff;
}
.contact_link_area .contact_link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
}
.contact_link_area .contact_link::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f7f7f7;
    z-index: -1;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.contact_link_area .contact_link span {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    text-align: center;
}
.contact_link_area .contact_link span.ch_at {
    padding-right: 50px;
}
.contact_link_area .contact_link span.w_c {
    text-align: left;
    padding: 0 30px;
}
.contact_link_area .contact_link span.min::before,
.contact_link_area .contact_link span.min::after {
    background: #000;
}
.contact_link_area .contact_link span.occ::before,
.contact_link_area .contact_link span.occ::after {
    background: #000;
}
.contact_link_area .contact_link span::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 30px;
    margin-top: 3px;
    width: 37px;
    height: 1px;
    background: #fff;
    z-index: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.contact_link_area .contact_link span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 28px;
    margin-top: -3px;
    width: 17px;
    height: 1px;
    background: #fff;
    z-index: 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.contact_link_area .contact_link span.rev::before {
    right: auto;
    left: 30px;
}
.contact_link_area .contact_link span.rev::after {
    right: auto;
    left: 28px;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.contact_link_area .contact_link span i {
    position: relative;
    z-index: 0;
}
.contact_link_area .contact_link span i img {
    max-width: 100%;
    vertical-align: baseline;
    margin-left: 10px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.contact_link_area .contact_link span i img.out_link {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -25px;
}
.contact_link_area .contact_link span i img.out_link_h {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -25px;
    opacity: 0;
}

#bnr_area {
    width: 100%;
    background: #f7f7f7;
    padding: 60px 0;
    position: relative;
    z-index: 10;
}
#bnr_area #bnr_area_in {
    width: 94%;
    margin: 0 auto;
    max-width: 1000px;
}
#bnr_area #bnr_area_in #bnr_list {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#bnr_area #bnr_area_in #bnr_list .bnr_box {
    width: 49%;
    margin-right: 2%;
}
#bnr_area #bnr_area_in #bnr_list .bnr_box a {
    display: block;
    border: solid 2px #ddd;
    background: #fff;
    text-align: center;
    padding: 30px;
    font-size: 0.875rem;
    font-weight: 500;
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
#bnr_area #bnr_area_in #bnr_list .bnr_box:last-child {
    margin-right: 0;
}

.slick03 {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.slick03.slick-initialized {
    opacity: 1;
}

footer {
    position: relative;
    z-index: 10;
    background: #fff;
    /*padding-bottom: 36px;*/
    padding-bottom: 130px;
}

#footer_area {
    padding: 60px 0 0;
    width: 94%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#footer_area #footer_area_r #foot_bnr a {
    display: block;
    padding: 24px 45px;
    position: relative;
    border: solid 2px #ddd;
    line-height: 1;
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
#footer_area #footer_area_r #foot_bnr a img {
    width: 196px;
}
#footer_area #footer_area_r #foot_bnr a:hover {
    border: solid 2px #000;
}
#footer_area #footer_area_r #foot_bnr a::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    background-image: url("/common/image/icon001.png");
    width: 18px;
    height: 18px;
}
#footer_area #footer_area_r #foot_bnr a img {
    line-height: 1;
}
#footer_area #footer_area_l #foot_md001 {
    font-weight: bold;
    margin-bottom: 10px;
}
#footer_area #footer_area_l #foot_add {
    font-size: 0.875rem;
    padding-top: 16px;
}
#footer_area #footer_area_l #foot_box001 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#footer_area #footer_area_l #foot_box001 #foot_cont a {
    display: block;
    padding: 7px 20px;
    background: #000;
    -webkit-transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.3s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
#footer_area #footer_area_l #foot_box001 #foot_cont a span {
    font-family: "Bellefair", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    color: #fff;
    padding-left: 30px;
    position: relative;
    display: block;
}
#footer_area #footer_area_l #foot_box001 #foot_cont a span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background-image: url("/common/image/foot_mail.png");
    width: 14px;
    height: 11px;
}
#footer_area #footer_area_l #foot_box001 #foot_tel {
    margin-right: 14px;
}
#footer_area #footer_area_l #foot_box001 #foot_tel a {
    padding-left: 30px;
    line-height: 1;
    position: relative;
}
#footer_area #footer_area_l #foot_box001 #foot_tel a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    background-image: url("/common/image/foot_tel.png");
    width: 21px;
    height: 27px;
}
#footer_area #footer_area_l #foot_box001 #foot_tel a span {
    font-family: "Bellefair", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    line-height: 1;
    font-size: 2.25rem;
    letter-spacing: 0.1em;
}

.copy {
    width: 94%;
    margin: 0 auto;
    text-align: right;
    font-size: 0.8125rem;
}

/*megamenu*/
#js__overlay {
    position: fixed;
    z-index: 99997;
    left: 108px;
    width: calc(100% - 108px);
    background: rgba(255, 255, 255, 0.4);
    height: 100vh;
    top: 0;
    display: none;
    cursor: pointer;
}

#mega_all {
    position: fixed;
    z-index: 99998;
    left: 108px;
    width: 0;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    top: 0;
    -webkit-transition: 0.6s cubic-bezier(0.84, 0.1, 0.51, 0.88);
    transition: 0.6s cubic-bezier(0.84, 0.1, 0.51, 0.88);
}
#mega_all.active {
    width: calc(100% - 108px);
    -webkit-transition: 0.8s cubic-bezier(0.79, 0.06, 0.23, 0.99);
    -webkit-transition-delay: 0.2s;
    -webkit-transition: 0.8s cubic-bezier(0.79, 0.06, 0.23, 0.99) 0.2s;
    transition: 0.8s cubic-bezier(0.79, 0.06, 0.23, 0.99) 0.2s;
}

@-webkit-keyframes circle {
    0% {
        width: 0;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
    1% {
        width: 40%;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        width: 40%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes circle {
    0% {
        width: 0;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
    1% {
        width: 40%;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        width: 40%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

#mega_m {
    position: fixed;
    z-index: 99999;
    left: 108px;
    width: calc(100% - 108px);
    max-width: 100%;
    height: 100vh;
    top: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.2s cubic-bezier(0.79, 0.06, 0.23, 0.99);
    transition: 0.2s cubic-bezier(0.79, 0.06, 0.23, 0.99);
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    visibility: hidden;
}
#mega_m.active {
    visibility: inherit;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.8s cubic-bezier(0.79, 0.06, 0.23, 0.99);
    -webkit-transition-delay: 0.6s;
    -webkit-transition: 0.8s cubic-bezier(0.79, 0.06, 0.23, 0.99) 0.6s;
    transition: 0.8s cubic-bezier(0.79, 0.06, 0.23, 0.99) 0.6s;
    opacity: 1;
}
#mega_m #mega_m_in {
    /*@include display-flex();
        @include flex-direction(column);
        @include align-items(center);
        @include justify-content(center);*/
    width: 100%;
    height: 100%;
}
#mega_m #mega_m_in #mega_md {
    font-family: "Bellefair", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    font-size: 1.25rem;
    padding-bottom: 16px;
    margin-bottom: 18px;
    position: relative;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1;
}
#mega_m #mega_m_in #mega_md::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
}

#mega_m_scroll {
    width: 100%;
    height: 100%;
}
#mega_m_scroll #mega_m_scroll_in {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 94%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#mega_nav {
    width: 100%;
    margin: 0 auto;
}
#mega_nav #mega001_nav {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 20px 40px;
}
#mega_nav #mega001_nav .mega001_box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
}
#mega_nav #mega001_nav .mega001_box:nth-child(3n) {
    margin-right: 0;
}
#mega_nav #mega001_nav .mega001_box:nth-child(n + 4) {
    margin-bottom: 0;
    width: 49%;
    margin-right: 2%;
}
#mega_nav #mega001_nav .mega001_box:last-child {
    margin-right: 0;
}
#mega_nav #mega001_nav .mega001_box a {
    display: block;
    border: solid 1px #777;
    padding: 10px 16px 16px 20px;
    -webkit-transition: 0.3s cubic-bezier(0.79, 0.06, 0.23, 0.99);
    transition: 0.3s cubic-bezier(0.79, 0.06, 0.23, 0.99);
}
#mega_nav #mega001_nav .mega001_box a .mega001_md {
    padding-right: 30px;
    position: relative;
    line-height: 1.2;
}
#mega_nav #mega001_nav .mega001_box a .mega001_md::before {
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 5px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
#mega_nav #mega001_nav .mega001_box a .mega001_md::after {
    content: "";
    display: block;
    height: 1px;
    width: 10px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
#mega_nav #mega001_nav .mega001_box a .mega001_md span {
    font-family: "Bellefair", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}
#mega_nav #mega001_nav .mega001_box a .mega001_md h4 {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    margin-top: 7px;
}

#mega004_nav #mega004_ty01 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#mega004_nav #mega004_ty01 .mega004_ty01_in {
    width: 38%;
    margin-right: 1%;
}
#mega004_nav #mega004_ty01 .mega004_ty01_in:last-child {
    width: 22%;
    margin-right: 0;
}

.mega004_ty01_box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.mega004_ty01_box:last-child {
    margin-bottom: 0;
}
.mega004_ty01_box .mega004_main {
    position: relative;
    z-index: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.mega004_ty01_box .mega004_main::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
}
.mega004_ty01_box .mega004_main .mega004_in {
    min-width: 170px;
    margin-left: 25px;
}
.mega004_ty01_box .mega004_main .mega004_in span {
    font-family: "Bellefair", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    color: #fff;
    font-size: 1rem;
}
.mega004_ty01_box .mega004_main .mega004_in h4 {
    color: #fff;
    font-size: 0.8125rem;
}

#mega004_ty01_list {
    padding-left: 20px;
    border-left: 1px dotted #fff;
}
#mega004_ty01_list li {
    margin-bottom: 15px;
}
#mega004_ty01_list li:last-child {
    margin-bottom: 0;
}
#mega004_ty01_list li .mega004_sub {
    position: relative;
    z-index: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
}
#mega004_ty01_list li .mega004_sub::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
}
#mega004_ty01_list li .mega004_sub span {
    color: #fff;
    font-size: 0.875rem;
    margin-left: 15px;
}

#icon_list li {
    margin-bottom: 20px;
}
#icon_list li:last-child {
    margin-bottom: 0;
}
#icon_list li .icon_link {
    display: block;
    border: solid 1px #777;
    padding: 18px 16px 16px;
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s cubic-bezier(0.79, 0.06, 0.23, 0.99);
    transition: 0.3s cubic-bezier(0.79, 0.06, 0.23, 0.99);
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#icon_list li .icon_link::before {
    content: "";
    display: block;
    width: 19px;
    height: 15px;
    margin-top: -5px;
    background-image: url("/common/image/mega_mail.png");
}
#icon_list li .icon_link.insta::before {
    background-image: url("/common/image/mega_insta.png");
    width: 19px;
    height: 21px;
}
#icon_list li .icon_link .icon_txt {
    font-family: "Bellefair", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    font-size: 0.875rem;
    padding-left: 15px;
    position: relative;
    color: #fff;
}

/****modal****/
/* モーダルCSS */
.modalArea {
    display: none;
    position: fixed;
    z-index: 999999;
    /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1000px;
    padding: 40px 30px 20px 30px;
    background-color: #222222;
}
.modalWrapper * {
    color: #fff;
}

.closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

#openModal {
    cursor: pointer;
}

#modal_nav {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#modal_nav .modal_nav_in {
    width: 49%;
    margin-right: 2%;
}
#modal_nav .modal_nav_in a {
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 14px;
    -webkit-transition: 0.3s cubic-bezier(0.79, 0.06, 0.23, 0.99);
    transition: 0.3s cubic-bezier(0.79, 0.06, 0.23, 0.99);
    border: solid 1px rgba(255, 255, 255, 0);
}
#modal_nav .modal_nav_in a:hover {
    border: solid 1px white;
}
#modal_nav .modal_nav_in a:hover h4::before {
    right: 11px;
}
#modal_nav .modal_nav_in a:hover h4::after {
    right: 10px;
}
#modal_nav .modal_nav_in a h4 {
    width: 70%;
    padding-left: 20px;
    position: relative;
    padding-right: 30px;
}
#modal_nav .modal_nav_in a h4::before {
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: 3px;
    -webkit-transition: 0.3s cubic-bezier(0.79, 0.06, 0.23, 0.99);
    transition: 0.3s cubic-bezier(0.79, 0.06, 0.23, 0.99);
}
#modal_nav .modal_nav_in a h4::after {
    content: "";
    display: block;
    height: 1px;
    width: 10px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s cubic-bezier(0.79, 0.06, 0.23, 0.99);
    transition: 0.3s cubic-bezier(0.79, 0.06, 0.23, 0.99);
}
#modal_nav .modal_nav_in a .modal_ph {
    width: 30%;
}
#modal_nav .modal_nav_in a .modal_ph img {
    width: 100%;
}
#modal_nav .modal_nav_in:nth-child(2n) {
    margin-right: 0;
}

/****modal-end****/
#movie_area {
    position: relative;
    z-index: -1;
}
#movie_area::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    top: -6vw;
    background: #f0f0f0;
    height: 30vw;
    width: 65vw;
}

.movie_box {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.movie_box .tab-area {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.movie_box .tab-area .tab {
    cursor: pointer;
    /* width: 18.4%; */
    width: 23%;
    text-align: center;
    margin-right: 2%;
    opacity: 0.8;
}
.movie_box .tab-area .tab:last-child {
    margin-right: 0;
}
.movie_box .tab-area .tab img {
    width: 100%;
}
.movie_box .tab-area .tab.active {
    /* background-color: #ccc;
    color: #222e3e;*/
    border: none;
    opacity: 1;
}
.movie_box .content-area {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 30px;
}
.movie_box .content-area .content {
    display: none;
}
.movie_box .content-area .content p::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #fff;
    z-index: 100;
}
.movie_box .content-area .content p::before {
    content: "";
    display: block;
    height: 60px;
    width: 60px;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 60px;
    background: #fe0000;
}
.movie_box .content-area .content img {
    max-width: 100%;
    width: 100%;
    z-index: 1;
}
.movie_box .content-area .content iframe {
    max-width: 100%;
    width: 100%;
}
.movie_box .content-area .content.show {
    margin-top: 50px;
    display: block;
}
.movie_box .content-area .content {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie_box .content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie_box .content img {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.movie_box .sp-spacer {
    display: none;
    width: 1px;
    height: 1px;
}

/**/
.slider_lr_area {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.slider_left_area {
    position: relative;
    z-index: 101;
    background: #fff;
}

.slider_left {
    width: 65vw;
}
.slider_left .slider_left_img img {
    max-width: 100%;
    width: 100%;
}

.slider_left_dots {
    position: absolute;
    top: 40px;
    left: 40px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.slider_left_dots li {
    margin-right: 15px;
}

.slider_left_dots li button {
    background: #fff;
    opacity: 0.3;
    /*width: 92px;*/
    width: 4.5vw;
    height: 6px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    display: block;
    color: transparent;
    border: 0;
    outline: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.slider_left_dots li.slick-active button {
    opacity: 1;
}

.slider_left_box {
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding-right: 40px;
}

.slider_left_bk {
    background: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

#slider_left_box {
    /*@include display-flex();
@include flex-direction(column);
@include flex-wrap(wrap);
@include align-items(stretch);*/
    display: table;
    /*	@include mq_sp {
		min-width: 40%;
	}*/
}

#sli_tit001 {
    display: table-caption;
    text-align: center;
}
#sli_tit001 #sli_tit001_in {
    font-family: "Poppins", sans-serif;
    padding: 7px 20px;
    font-size: 1.2vw;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.slider_left_txt {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 2px 15px;
    font-family: "Poppins", sans-serif;
    /*@include fz(17);*/
    font-size: 1vw;
    line-height: 1;
    letter-spacing: 0.1em;
}
.slider_left_txt.ty01 {
    /*@include fz(50);*/
    font-size: 2.2vw;
    padding: 14px 15px 2px;
    letter-spacing: 0.2em;
    display: table-caption;
}
.slider_left_txt.ty02 {
    /*@include fz(30);*/
    font-size: 1.45vw;
    font-weight: bold;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif;
    padding: 10px 15px;
    background: #fff;
    line-height: 1.4;
    padding: 6px 15px;
}

/**/
.slider_right_dots {
    position: absolute;
    right: 0;
    bottom: 30px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
}

.slider_right_dots li {
    margin-right: 15px;
}

.slider_right_dots li button {
    background: #fff;
    opacity: 0.3;
    /*width: 46px;*/
    width: 2.5vw;
    height: 6px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    display: block;
    color: transparent;
    border: 0;
    outline: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.slider_right_dots li.slick-active button {
    opacity: 1;
}

.slider_right_area {
    position: relative;
    z-index: 100;
    margin-bottom: -60px;
    margin-left: -40px;
}

.slider_right_con {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.slider_right {
    position: static !important;
}

.slider_right_img img {
    max-width: 100%;
}

.slider_right_box {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.slider_right_box::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 25px;
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.slider_right_box:hover::before {
    right: 20px;
}
.slider_right_box .slider_right_num {
    font-family: "Poppins", sans-serif;
    /*@include fz(26);*/
    font-size: 1.35vw;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
}
.slider_right_box .slider_right_txt {
    margin: 5px 0;
}
.slider_right_box .slider_right_txt span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    color: #fff;
    /*@include fz(13);*/
    font-size: 0.7vw;
    font-weight: 500;
    background: #0bb0ce;
    padding: 2px 8px;
}
.slider_right_box .slider_right_tit {
    /*@include fz(16);*/
    font-size: 0.85vw;
    font-weight: bold;
    color: #fff;
}

#sim_art {
    position: relative;
    z-index: 0;
    padding-bottom: 5vw;
}
#sim_art::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f7f7f7;
    z-index: -2;
}
#sim_art::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    /*width: 404px;*/
    width: 21.5vw;
    /*height: 408px;*/
    height: 21.5vw;
    background-image: url("/image/agg_img006.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.sim_area {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 92%;
    margin: 0 1.5vw 0 auto;
}

.sim_box:last-child {
    margin-left: 5%;
}

.sim_tit {
    line-height: 1.2;
}
.sim_tit h3 {
    line-height: 1.2;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
    z-index: 0;
    padding-bottom: 10px;
}
.sim_tit h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    height: 2px;
    width: 100%;
}

.sim_txt {
    font-size: 1.0625rem;
    margin-top: 50px;
    line-height: 2;
}

.sim_main {
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 30px;
}

.agg_img img {
    max-width: 100%;
}

#bui_art {
    position: relative;
    z-index: 0;
    padding: 5vw 0 7vw;
    background: #fff;
}
#bui_art::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: #000;
    z-index: -1;
}

.bui_area {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 60px;
}

.bui_box {
    display: block;
    width: 48%;
}
.bui_box:last-child {
    margin-left: 4%;
}

.bui_txt_area {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 1;
}

.bui_en {
    font-family: "Professor";
    font-size: 2.5rem;
    -webkit-transform: translateX(-3vw) translateY(0) rotate(-5deg);
    -ms-transform: translateX(-3vw) translateY(0) rotate(-5deg);
    transform: translateX(-3vw) translateY(0) rotate(-5deg);
    line-height: 1;
    color: #fff;
    margin-left: 5.5vw;
}

.bui_ja {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 0;
    margin-top: 10px;
    padding-top: 10px;
}
.bui_ja::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    background: #fff;
}

.bui_con {
    position: relative;
    z-index: 0;
}

.bui_img {
    overflow: hidden;
}
.bui_img img {
    max-width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.bui_txt {
    line-height: 2;
    font-size: 1.0625rem;
    margin-top: 15px;
    color: #fff;
    mix-blend-mode: difference;
}
.bui_txt.m_t {
    margin-top: 40px;
    max-width: 1000px;
    width: 100%;
}

/* 20230217 */
#myhm_all {
    background: #f1efe5;
    padding: 3.5vw 10px 6vw;
    margin-top: 4vw;
}

#myhm_area {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.pc_myhm_img {
    margin-left: -7vw;
    margin-bottom: -3.5vw;
}
.pc_myhm_img img {
    max-width: 100%;
}

.sp_myhm_img {
    display: none;
}
.sp_myhm_img img {
    max-width: 100%;
}

.myhm_box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 60px;
    max-width: 887px;
    width: 100%;
}

.myhm_tit {
    font-family: YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
    font-weight: bold;
    font-size: 1.4375rem;
    letter-spacing: 0.4em;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
}
.myhm_tit::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 36px;
    height: 1px;
    background: #000;
}

.myhm_txt {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
}

/* 20230217 END */
/* 20230220 */
.thumb_name {
    font-size: 0.875rem;
    margin-top: 10px;
}

/* 20230220 END */
/* 20230627 */
#migration_area {
    background: #000;
    padding: 0 0 76px;
}

#migration_box {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
    text-align: center;
}

#migration_box_in {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: #fff;
}

.migration_link {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.migration_link img {
    max-width: 100%;
}
.migration_link:hover {
    opacity: 0.7;
}

/* 20230627 END */

@media all and (-ms-high-contrast: none) {
    body {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

@media screen and (max-width: 1000px) {
    #js__sideMenuBtn {
        width: 80px;
        height: 70px;
    }
    #js__sideMenuBtn:hover {
        background: #666;
    }
    #sp_nav {
        display: block;
    }
    #nav_top {
        position: fixed;
        top: 0;
        left: 0;
        width: 80px;
        height: 70px;
        background: #fff;
        z-index: 999999;
    }
    #nav_top #nav_btn001 {
        display: none !important;
    }
    #nav_btm {
        display: none;
    }
    header {
        height: 70px;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 90px;
    }
    header #sp_logo {
        display: block;
    }
    header #nav_all {
        height: 100%;
        padding: 0;
        -webkit-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    header #nav_all {
        /*display: none;*/
    }
    header #nav_all #nav_top #nav_btn001 {
        display: none;
    }
    #contents_main {
        padding-left: 0;
    }
    #top_mv::before {
        display: none;
    }
    #top_mv {
        -webkit-justify-content: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .slick-slide img {
        width: 100%;
    }
    #h_area_in #h_area_nav {
        padding-top: 100px;
    }
    #h_area_in #h_area_nav li {
        margin-bottom: 20px;
    }
    #h_area_in #h_area_nav li.m_a {
        margin-bottom: 23px;
    }
    #h_area_in #h_area_nav li.y_o {
        margin-bottom: 15px;
    }
    .h_area_sag {
        display: none;
    }
    #contents.top {
        margin-top: 0;
    }
    #contents.mig {
        overflow: hidden;
    }
    #contents {
        padding-top: 0;
    }
    #event_area {
        background: #f0f0f0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #event_area #event_box001 .md001 {
        width: 92%;
        margin: 0 auto 20px;
    }
    #event_area #event_box001_in {
        padding-left: 0;
    }
    #event_area #event_box001_in #event_all {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background: none;
        padding: 20px 0 40px;
    }
    #event_area #event_box001_in #event_all #news_area {
        width: 92%;
        margin: 0 auto;
        padding-right: 0;
    }
    #event_area #event_box001_in #event_all #event_list li a {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #event_area #event_box001_in #event_all #event_list li a h3 {
        width: 100%;
        font-size: 0.9375rem;
    }
    #event_area #event_box001_in #event_all #event_list li a time {
        min-width: 100%;
    }
    #event_area #event_box001_in #event_all #event_list li a .front_tit .front_comment {
        font-size: 0.8125rem;
        padding: 4px 15px;
        margin-bottom: 5px;
        text-align: left;
        max-width: 100%;
        width: auto;
    }
    #event_area #event_box001_in #event_all #event_list li a .front_tit h3::before {
        margin-top: -9px;
        width: 18px;
        height: 18px;
    }
    #event_area #event_box001_in #event_all #event_list li a .front_tit h3::after {
        margin-top: -3px;
        right: -2px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        width: 6px;
        height: 6px;
    }
    #event_area #event_box001_in #event_all #event_list li a .front_tit h3 {
        margin-left: 0;
    }
    #event_area #event_box001_in #event_all #event_list li a .front_tit {
        display: block;
    }
    #qua_area #qua_area_in {
        padding: 50px 0 42px;
    }
    #qua_area #qua_area_in #que_md {
        width: 92%;
        margin: 0 auto 30px;
    }
    #qua_area #qua_area_in #que_md #que_md_in {
        font-size: 2rem;
        padding: 0 70px 0 70px;
    }
    #que_list .que_list_in {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    #que_list .que_list_in .que_box001 {
        margin-right: 0;
        width: 100%;
        margin-bottom: 14px;
    }
    #que_list .que_list_in .que_box001 .que_box_link {
        padding: 30px 16px 18px;
    }
    #que_list .que_list_in .que_box001 .que_box_link .que_md {
        margin-bottom: 20px;
    }
    #simp_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #simp_box #simp_box_l {
        width: 100%;
        border-right: none;
        border-bottom: solid 1px #fff;
        padding: 30px 0;
    }
    #simp_box #simp_box_l p {
        width: 60%;
        margin: 0 auto;
    }
    #simp_box #simp_box_r {
        width: 100%;
        padding: 18px 16px 18px;
    }
    #simp_box #simp_box_r .simp_box_r_md {
        font-size: 1.5rem;
        margin: 0 auto;
        text-align: center;
    }
    #simp_box #simp_box_r .simp_box_r_link {
        text-align: center;
    }
    .news_btn001 {
        display: block;
    }
    .ty_mv_area {
        margin-top: 10px;
    }
    .news_btn001_in a.se_s::before {
        right: -7px;
        width: 30px;
    }
    .news_btn001_in a.se_s::after {
        right: -10px;
    }
    .news_btn001_in a.ty_mv {
        padding: 2px 40px 4px 20px;
    }
    .news_btn001_in a span.ty_mv {
        font-size: 0.9375rem;
    }
    .news_btn001_in a {
        padding: 4px 30px 4px 15px;
    }
    .md_area_ga {
        margin-bottom: 30px;
        padding-top: 60px;
    }
    .md_area_ty {
        margin-bottom: 0;
        padding-top: 40px;
    }
    #ga_list #ga_list_in .ga_box {
        padding: 0 4px 0;
    }
    #gallery_area {
        padding-bottom: 0;
    }
    #voice_top {
        padding-bottom: 0;
    }
    #about_area {
        padding: 40px 0 40px;
    }
    #about_area #about_area_in {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #about_area #about_area_in #about_area_l {
        width: 100%;
    }
    #about_area #about_area_in #about_area_r {
        width: 100%;
    }
    #about_area #about_area_in #about_area_r #about_list #about_list_in .about_box.m_k {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    #about_area #about_area_in #about_area_r #about_list #about_list_in .about_box.p_h {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    #about_area #about_area_in #about_area_r #about_list #about_list_in .about_box .about_box_in .about_tit {
        padding: 10px 0px 10px 0px;
    }
    #about_area #about_area_in #about_area_r #about_list #about_list_in .about_box .about_box_in .about_ph span {
        font-size: 1.25rem;
    }
    #colle_area {
        padding: 0 0 40px;
    }
    #colle_area::before {
        width: 100%;
        height: 30%;
    }
    #colle_list #colle_list_in .colle_box {
        width: 49%;
        margin-bottom: 16px;
    }
    #colle_list #colle_list_in .colle_box .colle_box_md {
        padding: 14px 0 14px 20px;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }
    #colle_list #colle_list_in .colle_box .colle_box_md h3 {
        line-height: 1.3;
        width: 100%;
    }
    #colle_list #colle_list_in .colle_box .colle_box_md h3::before {
        width: 24px;
    }
    #colle_list #colle_list_in .colle_box .colle_box_md::before {
        width: 6px;
    }
    #colle_list #colle_list_in .colle_box:nth-child(2n) {
        margin-right: 0;
    }
    #info_area_in .info_list .info_box .info_link {
        padding: 20px 20px 20px 20px;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    }
    #map {
        height: 250px;
    }
    .google_map_link {
        width: 92%;
        margin: 0 auto;
    }
    .contact_link_area.ch_at {
        margin: 0 auto;
        max-width: 270px;
    }
    .contact_link_area .contact_link.mnn {
        font-size: 0.875rem;
        padding: 10px 0;
    }
    .contact_link_area .contact_link.ch_at {
        font-size: 0.9375rem;
        margin-top: 20px;
    }
    .contact_link_area .contact_link.min {
        font-size: 1rem;
        padding: 10px 0;
    }
    .contact_link_area .contact_link span.ch_at::before {
        right: 17px;
    }
    .contact_link_area .contact_link span.ch_at::after {
        right: 15px;
    }
    .contact_link_area .contact_link span.ch_at {
        padding-right: 30px;
    }
    .contact_link_area .contact_link span::before {
        width: 20px;
    }
    .contact_link_area .contact_link span::after {
        width: 7px;
        right: 29px;
        margin-top: 1px;
    }
    .contact_link_area .contact_link {
        font-size: 1.125rem;
        padding: 12px 0;
    }
    #bnr_area #bnr_area_in #bnr_list .bnr_box a {
        padding: 15px;
    }
    footer {
        padding-bottom: 100px;
    }
    #qs_back_to_top {
        bottom: 85px !important;
    }
    #footer_area {
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #footer_area #footer_area_r {
        padding-top: 30px;
    }
    #footer_area #footer_area_r #foot_bnr {
        margin-bottom: 30px;
    }
    #footer_area #footer_area_l #foot_box001 {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #footer_area #footer_area_l #foot_md001 {
        text-align: center;
        margin-bottom: 20px;
    }
    #footer_area #footer_area_l #foot_add {
        text-align: center;
        font-size: 1rem;
    }
    #footer_area #footer_area_l #foot_box001 #foot_cont {
        padding-top: 30px;
        width: 80%;
    }
    #footer_area #footer_area_l #foot_box001 #foot_cont a {
        text-align: center;
        padding: 17px 20px;
    }
    #footer_area #footer_area_l #foot_box001 #foot_cont a span {
        display: inline-block;
    }
    .copy {
        text-align: center;
        padding-top: 10px;
    }
    #js__overlay {
        display: none !important;
    }
    #mega_all {
        left: 0;
        height: 100vh;
        top: 0;
        max-width: inherit !important;
    }
    #mega_all.active {
        width: 100vw;
    }
    #mega_m {
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
    }
    #mega_m #mega_m_in {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #mega_m_scroll #mega_m_scroll_in {
        width: 92%;
        margin: 0 auto;
        -webkit-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #mega_m_scroll {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow-y: scroll;
        height: 70vh;
        -webkit-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #mega_nav {
        width: 100%;
    }
    #mega_nav #mega001_nav .mega001_box {
        margin-right: 0 !important;
    }
    #mega_nav #mega001_nav .mega001_box:nth-child(n + 4) {
        margin-bottom: 20px;
        width: 100%;
    }
    #mega_nav #mega001_nav .mega001_box:last-child {
        margin-bottom: 0;
    }
    #mega_nav #mega001_nav .mega001_box a .mega001_md {
        width: 100%;
    }
    #mega_nav #mega001_nav .mega001_box a {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #mega_nav #mega001_nav .mega001_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    #mega_nav #mega001_nav {
        margin: 0 0 20px;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #mega004_nav #mega004_ty01 .mega004_ty01_in:last-child {
        width: 100%;
    }
    #mega004_nav #mega004_ty01 .mega004_ty01_in {
        width: 100%;
        margin-right: 0;
    }
    #mega004_nav #mega004_ty01 {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mega004_ty01_box:last-child {
        margin-bottom: 20px;
    }
    .mega004_ty01_box .mega004_main::before {
        top: 9px;
        width: 6px;
        height: 6px;
    }
    .mega004_ty01_box .mega004_main .mega004_in span {
        font-size: 1rem;
    }
    .mega004_ty01_box .mega004_main .mega004_in h4 {
        font-size: 0.75rem;
    }
    .mega004_ty01_box .mega004_main .mega004_in {
        min-width: 140px;
        margin-left: 15px;
    }
    .mega004_ty01_box {
        margin-bottom: 20px;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #mega004_ty01_list li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    #mega004_ty01_list li .mega004_sub::before {
        top: 5px;
        border-width: 4px 0 4px 4px;
    }
    #mega004_ty01_list li .mega004_sub span {
        font-size: 0.8125rem;
        margin-left: 10px;
    }
    #mega004_ty01_list li {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px dotted #777;
    }
    #mega004_ty01_list {
        border-left: none;
        padding: 20px;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        margin-top: 20px;
    }
    #icon_list li {
        margin-bottom: 15px;
    }
    .modalWrapper {
        padding: 40px 20px 20px 20px;
    }
    #modal_nav {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #modal_nav .modal_nav_in {
        width: 100%;
        margin-right: 0;
    }
    #modal_nav .modal_nav_in a h4 {
        width: 80%;
    }
    #modal_nav .modal_nav_in a h4 em {
        font-size: 0.8125rem;
        line-height: 1.3;
        display: block;
    }
    #modal_nav .modal_nav_in a .modal_ph {
        width: 20%;
    }
    .slider_lr_area {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 70px;
    }
    .slider_left .slider_left_img img {
        -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        transform: scale(2, 2);
    }
    .slider_left .slider_left_img {
        height: 315px;
    }
    .slider_left {
        width: 100vw;
    }
    .slider_left_dots {
        display: none !important;
    }
    .slider_left_box {
        bottom: 10px;
        left: 10px;
    }
    .slider_left_con {
        padding-right: 10px;
    }
    #sli_tit001 #sli_tit001_in {
        font-size: 0.8125rem;
        padding: 7px 10px;
    }
    .slider_left_txt.ty01 {
        font-size: 1.4375rem;
        padding: 8px 15px 0;
    }
    .slider_left_txt.ty02 {
        font-size: 1.25rem;
    }
    .slider_left_txt {
        font-size: 1.0625rem;
    }
    .slider_right_dots {
        display: none !important;
    }
    .slider_right_area::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        background-image: url(/image/mv_img002.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .slider_right_area {
        margin-bottom: 0;
        margin-left: 0;
        width: 100%;
    }
    .slider_right_con {
        width: 100%;
    }
    .slider_right_img {
        height: 140px;
    }
    .slider_right_box:hover {
        background: none;
    }
    .slider_right_box:hover::before {
        right: 25px;
    }
    .slider_right_box .slider_right_num {
        font-size: 1.5rem;
    }
    .slider_right_box .slider_right_txt span {
        font-size: 1rem;
    }
    .slider_right_box .slider_right_tit {
        font-size: 1.125rem;
    }
    .slider_right_box {
        padding: 20px 15px 20px 20px;
        background: rgba(0, 0, 0, 0);
    }
    #sim_art::after {
        width: 70vw;
        height: 70vw;
    }
    .sim_area {
        -webkit-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .sim_box:last-child {
        margin-left: 0;
    }
    .sim_tit h3 {
        font-size: 1.875rem;
    }
    .sim_tit {
        margin-top: 15px;
        text-align: center;
    }
    .sim_txt {
        font-size: 1rem;
        margin-top: 20px;
    }
    .sim_main {
        font-size: 1.0625rem;
        margin-top: 20px;
    }
    #bui_art {
        padding: 30px 0 40px;
    }
    .bui_area {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }
    .bui_box:last-child {
        margin-left: 0;
    }
    .bui_box {
        width: 100%;
    }
    .bui_en {
        font-size: 1.875rem;
    }
    .bui_ja {
        font-size: 1.25rem;
        margin-top: 5px;
        padding-top: 5px;
    }
    .bui_img {
        margin-top: 20px;
    }
    .bui_txt.m_t {
        margin-top: 20px;
        max-width: 100%;
    }
    .bui_txt {
        font-size: 1rem;
        margin-top: 10px;
    }
    #myhm_all {
        padding: 30px 10px;
        margin-top: 30px;
    }
    .pc_myhm_img {
        display: none;
    }
    .sp_myhm_img {
        display: block;
        text-align: center;
        margin-top: 25px;
    }
    .sp_myhm_img img {
        max-width: 50%;
    }
    .myhm_box {
        padding: 20px 20px 0;
    }
    .myhm_tit::before {
        width: 30px;
    }
    .myhm_tit {
        font-size: 1.375rem;
        letter-spacing: 0.2em;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .thumb_name {
        font-size: 0.8125rem;
        margin-top: 7px;
        text-align: left;
    }
    #migration_area {
        padding: 25px 0 15px;
    }
}

@media screen and (min-width: 1001px) {
    .h_area_sag .h_area_sag_in .h_area_sag_link:hover span::before,
    .h_area_sag .h_area_sag_in .h_area_sag_link:hover span::after {
        right: -5px;
    }
    #event_area #event_box001_in #event_all #event_list li a:hover h3 {
        color: #f62252;
    }
    #que_list .que_list_in .que_box001 .que_box_link:hover {
        background: #fff;
    }
    #que_list .que_list_in .que_box001 .que_box_link:hover::before {
        border-color: transparent transparent #000 transparent;
    }
    #que_list .que_list_in .que_box001 .que_box_link:hover .que_md .que_box_md001 {
        color: #000;
    }
    #que_list .que_list_in .que_box001 .que_box_link:hover .que_md .que_box_md002 {
        color: #000;
    }
    #que_list .que_list_in .que_box001 .que_box_link:hover .que_txt {
        color: #000;
    }
    .news_btn001_in a.ty_mv:hover {
        background: #fff;
    }
    .news_btn001_in a.ty_mv:hover::before {
        background: #000;
    }
    .news_btn001_in a.ty_mv:hover::after {
        background: #000;
    }
    .news_btn001_in a.ty_mv:hover .ty_mv {
        color: #000;
    }
    .news_btn001_in a:hover {
        background: #000;
    }
    .news_btn001_in a:hover span {
        color: #fff;
    }
    .news_btn001_in a:hover::before {
        right: 10px;
        background: #fff;
        width: 25px;
    }
    .news_btn001_in a:hover::after {
        right: 9px;
        background: #fff;
    }
    #ga_list #ga_list_in .ga_box .ga_box_in:hover {
        -webkit-transform: translate(0, -35px);
        -ms-transform: translate(0, -35px);
        transform: translate(0, -35px);
    }
    #ga_list #ga_list_in .ga_box .ga_box_in:hover .ga_ph001 img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    #ga_list #ga_list_in .ga_box .ga_box_in:hover .ga_md001 {
        background: #fff;
    }
    #ga_list #ga_list_in .ga_box .ga_box_in:hover .ga_md001 h3 {
        color: #000;
    }
    #about_area #about_area_in #about_area_r #about_list #about_list_in .about_box .about_box_in:hover .about_ph img {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    #about_area #about_area_in #about_area_r #about_list #about_list_in .about_box .about_box_in:hover .about_ph span {
        letter-spacing: 0.6em;
    }
    #about_area #about_area_in #about_area_r #about_list #about_list_in .about_box span.about_box_in:hover .about_ph img {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    #about_area #about_area_in #about_area_r #about_list #about_list_in .about_box span.about_box_in:hover .about_ph span {
        letter-spacing: 0.3em;
    }
    #colle_list #colle_list_in .colle_box .colle_box_md:hover::before {
        background: #000;
        width: 100%;
    }
    #colle_list #colle_list_in .colle_box .colle_box_md:hover h3 {
        color: #fff;
    }
    #colle_list #colle_list_in .colle_box .colle_box_md:hover h3::before {
        right: 20px;
        width: 25px;
        background: #fff;
    }
    #colle_list #colle_list_in .colle_box .colle_box_md:hover h3::after {
        background: #fff;
        right: 19px;
    }
    #colle_list #colle_list_in .colle_box:nth-child(3n) {
        margin-right: 0;
    }
    #info_area_in .info_list .info_box .info_link:hover {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }
    #info_area_in .info_list .info_box .info_link:hover .info_all::before {
        right: 20px;
    }
    #info_area_in .info_list .info_box .info_link:hover .info_all::after {
        right: 19px;
    }
    .contact_link_area .contact_link:hover {
        color: #000;
    }
    .contact_link_area .contact_link:hover.min {
        color: #fff;
    }
    .contact_link_area .contact_link:hover::after {
        width: 100%;
    }
    .contact_link_area .contact_link:hover span::before,
    .contact_link_area .contact_link:hover span::after {
        background: #000;
    }
    .contact_link_area .contact_link:hover span.min::before,
    .contact_link_area .contact_link:hover span.min::after {
        background: #fff;
    }
    .contact_link_area .contact_link:hover span img.out_link {
        opacity: 0;
    }
    .contact_link_area .contact_link:hover span img.out_link_h {
        opacity: 1;
    }
    #bnr_area #bnr_area_in #bnr_list .bnr_box a:hover {
        border: solid 2px #000;
    }
    #footer_area #footer_area_l #foot_box001 #foot_cont a:hover {
        opacity: 0.6;
    }
    #mega_nav #mega001_nav .mega001_box a:hover {
        border: solid 1px #fff;
    }
    #mega_nav #mega001_nav .mega001_box a:hover .mega001_md::before {
        right: 5px;
    }
    #mega_nav #mega001_nav .mega001_box a:hover .mega001_md::after {
        right: 5px;
    }
    #mega004_ty01_list li .mega004_sub:hover {
        text-decoration: underline;
    }
    #icon_list li .icon_link:hover {
        border: solid 1px #fff;
    }
    .bui_box:hover .bui_con .bui_img img {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}

@media screen and (max-width: 768px) {
    .movie_box .sp-spacer {
        display: block;
    }
}

@media screen and (max-width: 1700px) {
    .sim_area {
        margin: 0 auto;
    }
}

/*�ǉ�CSS*/
#h_area_in {
    padding-top: 90px;
}
@media screen and (max-width: 1000px) {
    #h_area_in {
        padding-top: 0;
    }
}

.gt_switcher_wrapper {
    height: fit-content;
    display: flex;
    right: 2vw !important;
    top: 2.2vw !important;
}
@media screen and (max-width: 1000px) {
    .gt_switcher_wrapper {
        bottom: 25px !important;
        right: 5px !important;
        top: auto !important;
    }
}
.gt_switcher_wrapper .glink {
    margin-left: 5px;
    border: 1px solid #000;
    padding: 8px 10px;
    display: flex;
    /* display: block; */
    line-height: 100%;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.02em;
}
.gt_switcher_wrapper .glink:hover {
    background: #000;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.gt-current-lang {
    background: #000;
    color: #fff;
    transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
    .gt_switcher_wrapper .glink {
        background: none;
        color: #fff;
        border: 1px solid #fff;
        font-size: 8px;
        padding: 5px 3px;
        padding-top: 6px;
    }
    .gt_switcher_wrapper .glink:hover {
        background: #fff;
        color: #000;
    }
    .gt-current-lang {
        background: #fff !important;
        color: #000 !important;
        transition: 0.3s ease-in-out;
    }
}
.gt_switcher_wrapper .glink img {
    border: 1px solid #666;
    height: fit-content;
    margin-right: 0 !important;
}
.h_area_sag {
    right: 10vw;
}
@media screen and (max-width: 1780px) {
    .h_area_sag {
        right: 13vw;
    }
}

/* @media screen and (max-width: 1580px){
  .h_area_sag{
    right: 15vw;
  }
} */
@media screen and (max-width: 1280px) {
    .h_area_sag {
        right: 15vw;
    }
}
@media screen and (max-width: 1024px) {
    .h_area_sag {
        right: 13vw;
    }
}

.glink:last-child {
    background: #ff0 !important;
}

#nav_btn001 {
    position: relative;
    padding-left: 15px;
}
#nav_btn001::after {
    content: "Ishihara Construction Co., Ltd.";
    font-size: 13px;
    font-weight: 400;
    font-family: "Noto Serif JP", sans-serif;
    width: fit-content;
    text-align: right;
    height: 283px;
    left: 5px;
    top: 20px;
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    letter-spacing: 0;
    padding-right: 10px;
}

@media screen and (max-width: 1780px) {
    #nav_btn001::after {
        font-size: 12px;
        left: 8px;
    }
}

@media screen and (max-width: 1540px) {
    #nav_btn001 {
        position: relative;
        padding-left: 11px;
    }
    #nav_btn001::after {
        font-size: 11px;
        left: 9px;
    }
}
@media screen and (max-width: 1380px) {
    #nav_btn001 {
        position: relative;
        padding-left: 8px;
    }
    #nav_btn001::after {
        font-size: 10px;
        left: 9px;
    }
}
@media screen and (max-width: 1280px) {
    #nav_btn001 {
        position: relative;
        padding-left: 0px;
    }
    #nav_btn001::after {
        font-size: 9px;
        left: 9px;
    }
}

@media screen and (max-width: 1024px) {
    #nav_btn001::after {
        font-size: 8px;
        left: 9px;
    }
}

#sp_logo {
    position: relative;
    margin-top: -10px;
}
#sp_logo::after {
    content: "Ishihara Construction Co., Ltd.";
    font-size: 9px;
    font-weight: 400;
    font-family: "Noto Serif JP", sans-serif;
    width: 100%;
    text-align: left;
    height: fit-content;
    left: 0;
    bottom: -15px;
    position: absolute;
    letter-spacing: 0;
    padding-left: 0;
    white-space: nowrap;
}

.gt_switcher_wrapper {
    position: relative;
    width: fit-content;
    height: fit-content;

    &::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 8px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url("/common/image/select_internet.svg") no-repeat center / contain;
        z-index: 99;
    }
    /*
    &::after {
        content: "";
        display: block;
        width: 8px;
        height: 10px;
        position: absolute;
        right: 8px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url("/common/image/select_after.svg") no-repeat center / contain;
        z-index: 1;
    }
    */
}

.gt_switcher_wrapper select {
    -webkit-appearance: none !important;
    appearance: none !important;
    border: rgba(0, 0, 0, 0.2) 1px solid;
    padding: 8px 8px 8px 38px;
    position: relative;
    font-size: 14px;
    appearance: auto;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    width: 80px;
    z-index: 5;
    border-radius: 100vmax;
    background-color: #fff;
    cursor: pointer;
    font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans Japanese";
    font-weight: 700;
}

@media screen and (max-width: 1000px) {
    .gt_switcher_wrapper select {
        color: #000 !important;
        height: fit-content !important;
        display: block;
        width: 80px;
        padding-left: 36px;
    }
}
.gt_switcher_wrapper select option {
    background-color: #fff;
    height: 30px;
    display: block;
    min-height: 20px !important;
    padding: 5px !important;
    font-size: 14px !important;
}
@media screen and (max-width: 1000px) {
    .gt_switcher_wrapper select option {
        height: 15px;
        min-height: 15px !important;
        padding: 3px !important;
        font-size: 12px !important;
    }
}

.gt_switcher img {
    display: none !important;
}
.gt_selected img {
    display: none !important;
}

.gt_switcher {
    width: 115px !important;
    background: #f6c0c0 !important;
    border: 2px solid #000 !important;
}
.gt_switcher a {
    padding: 3px 5px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #000 !important;
    width: calc(100% - 10px) !important;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif !important;
}
@media screen and (max-width: 1000px) {
    .gt_switcher {
        width: 95px !important;
    }
    .gt_switcher a {
        padding: 4px 3px 4px 5px !important;
        font-size: 12px !important;
        width: calc(100% - 8px) !important;
    }
}

#mega_m_in .h_area_sag_in {
    display: none;
}

@media screen and (max-width: 1000px) {
    #h_area_in {
        display: none;
    }
    #mega_m_in {
        position: relative;
    }

    #mega_m_in .h_area_sag_in {
        position: absolute;
        left: 20px;
        top: 34%;
        display: block;
    }
    .h_area_sag_in li {
        margin-bottom: 20px;
    }
}

.slider_left_area.--pc a:hover .slider_left_txt {
    text-decoration: underline;
}

.slider_left_area.--sp .slider_left_box {
    display: none;
}

@media screen and (max-width: 600px) {
    .slider_left_area.--sp .slider_left_box {
        position: initial;
        display: block;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .slider_left_area.--pc .slider_left_box {
        display: none;
    }
}

.frontLabelSpan {
    padding-left: 8px;
    font-size: 1rem;
}

.front_comment:has(.frontLabelSpan) {
    display: grid !important;
    padding-inline: 12px !important;
}

@media screen and (max-width: 600px) {
    #event_area {
        padding-bottom: 48px;
    }
}

@media screen and (max-width: 1000px) {
    .frontLabelSpan {
        padding-left: 0;
        font-size: 0.875rem;
    }
    .front_comment:has(.frontLabelSpan) {
        display: inline-block !important;
    }
}

.topEvent_heading_eng {
    font-size: 2.5rem;
    font-family: "Bellefair", sans-serif;
    line-height: 1.15;

    &::before,
    &::after {
        content: "―";
    }

    &::before {
        padding-right: 1rem;
    }

    &::after {
        padding-left: 1rem;
    }
}

.topEvent_heading_jpn {
    display: grid;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0;
}

.topEvent_heading_flex {
    display: flex;
    justify-content: center;
}

.asideMap {
    iframe {
        width: 100%;
        height: 500px;
    }
}

@media screen and (max-width: 1000px) {
    .asideMap {
        iframe {
            height: 250px;
        }
    }
}

.contactMessage {
    letter-spacing: 0;
    line-height: 1.45;

    .contactCopy {
        margin-bottom: 48px;
        font-size: 2.5rem;
    }

    .contactText {
        margin-bottom: 92px;
        font-size: 1.5rem;

        small {
            font-weight: 700;
            font-size: 1.875rem;
        }
    }

    .glo_link {
        margin-inline: auto;
        max-width: 1100px;
        background-color: #ff91a3;
    }
}

@media screen and (max-width: 767px) {
    .u-tb {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .u-sp {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .contactMessage {
        .contactCopy {
            font-size: 2rem;
        }

        .contactText {
            margin-bottom: 80px;
        }
    }
}

.topSecBtn {
    display: grid;
    place-self: center;
    overflow: hidden;
    position: relative;
    margin-block: 70px;
    width: 100vw;
    height: 240px;

    &::before,
    &::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
    }

    &::before {
        left: 50%;
        translate: -50% 0;
        z-index: 0;
        width: 900px;
        background-image: url(../image/top_bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    &::after {
        left: 0;
        z-index: -1;
        width: 100%;
        background-color: rgba(51, 51, 51, 1);
    }

    > a {
        display: grid;
        place-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        z-index: 10;
        width: 340px;
        height: 80px;
        background-color: #fff;
        border: 1px solid #000;
        font-weight: 700;
        letter-spacing: 0;
        transition: 0.2s ease-in;

        &::before,
        &::after {
            content: "";
            display: block;
            height: 1px;
            background: #000;
            position: absolute;
            top: 50%;
            margin-top: 3px;
            transition: 0.2s ease-in;
        }

        &::before {
            width: 36px;
            right: -19px;
            margin-top: 3px;
        }

        &::after {
            width: 14px;
            right: -20px;
            margin-top: -2px;
            transform: rotate(45deg);
        }

        &:hover {
            background-color: #000;
            color: #fff;

            &::before {
                right: 10px;
                background: #fff;
                width: 25px;
            }

            &::after {
                right: 9px;
                background: #fff;
            }
        }
    }
}

@media screen and (max-width: 600px) {
    .topSecBtn {
        margin-block: 40px;

        > a {
            width: 280px;
        }
    }
}



.news_btn001_in_txt_pink a{
    text-decoration: underline !important;
    /* color:#f62252; */
}
.news_btn001_in_txt_pink {
    margin-top: 20px !important;
}
.news_btn001_in_txt_pink_link a span{
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif !important;
    font-weight: bold !important;
}
#event_area #event_box001_in #event_all{
    padding-bottom: 0 !important;
}