@charset "utf-8";


/*-------------------------------------------------
base 
-------------------------------------------------*/

body {
font-family: "open-sans", sans-serif;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.6;
color:#111;
-webkit-text-size-adjust: 100%;
letter-spacing: 0.05em;
background-color: #F8F8F8;
}
a img {
border-style: none;
}
a {
color: inherit;
text-decoration: none;
}
a:link, a:visited {
text-decoration: none;
}
.clear  {
clear: both;
visibility: hidden;
height: 0px;
}
.line_effect {
text-decoration: none;
}
.u_line_wht,
.u_line_blk {
position: relative;
z-index: 1;
}
.u_line_wht:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;/*テキストからの距離*/
width: 0%;/*初期状態では下線非表示*/
height: 1px;/*下線の高さ*/
background: #ccc;/*下線の色*/
z-index: -1;
transition: all 0.3s;/*アニメーション速度*/
}
.u_line_blk:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;/*テキストからの距離*/
width: 0%;/*初期状態では下線非表示*/
height: 1px;/*下線の高さ*/
background: #222;/*下線の色*/
z-index: -1;
transition: all 0.3s;/*アニメーション速度*/
}
.line_effect:hover .u_line_wht:after,
.line_effect:hover .u_line_blk:after{
width: 100%;/*hover時に表示*/
}
::selection {
background: #181B39;
color: #fff;
}
::-moz-selection {
background: #181B39;
color: #fff;
}


/*-------------------------------------------------
	padding margin font-size
-------------------------------------------------*/

.p-0{padding: 0px !important;}
.p-5{padding: 5px !important;}
.p-10{padding: 10px !important;}
.p-15{padding: 15px !important;}
.p-20{padding: 20px !important;}
.p-25{padding: 25px !important;}
.p-30{padding: 30px !important;}
.p-35{padding: 35px !important;}
.p-40{padding: 40px !important;}
.p-45{padding: 45px !important;}
.p-50{padding: 50px !important;}

.pt-0 {padding-top: 0 !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-50 {padding-top: 50px !important;}

.pr-0 {padding-right: 0 !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-45 {padding-right: 45px !important;}
.pr-50 {padding-right: 50px !important;}

.pb-0 {padding-bottom: 0 !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-50 {padding-bottom: 50px !important;}

.pl-0 {padding-left: 0 !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-45 {padding-left: 45px !important;}
.pl-50 {padding-left: 50px !important;}

.m-0{margin: 0px !important;}
.m-5{margin: 5px !important;}
.m-10{margin: 10px !important;}
.m-15{margin: 15px !important;}
.m-20{margin: 20px !important;}
.m-25{margin: 25px !important;}
.m-30{margin: 30px !important;}
.m-35{margin: 35px !important;}
.m-40{margin: 40px !important;}
.m-45{margin: 45px !important;}
.m-50{margin: 50px !important;}

.mt-0{margin-top: 0px !important;}
.mt-5{margin-top: 5px !important;}
.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}
.mt-25{margin-top: 25px !important;}
.mt-30{margin-top: 30px !important;}
.mt-35{margin-top: 35px !important;}
.mt-40{margin-top: 40px !important;}
.mt-45{margin-top: 45px !important;}
.mt-50{margin-top: 50px !important;}

.mr-0{margin-right: 0px !important;}
.mr-5{margin-right: 5px !important;}
.mr-10{margin-right: 10px !important;}
.mr-15{margin-right: 15px !important;}
.mr-20{margin-right: 20px !important;}
.mr-25{margin-right: 25px !important;}
.mr-30{margin-right: 30px !important;}
.mr-35{margin-right: 35px !important;}
.mr-40{margin-right: 40px !important;}
.mr-45{margin-right: 45px !important;}
.mr-50{margin-right: 50px !important;}

.mb-0{margin-bottom: 0px !important;}
.mb-5{margin-bottom: 5px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-15{margin-bottom: 15px !important;}
.mb-20{margin-bottom: 20px !important;}
.mb-25{margin-bottom: 25px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-35{margin-bottom: 35px !important;}
.mb-40{margin-bottom: 40px !important;}
.mb-45{margin-bottom: 45px !important;}
.mb-50{margin-bottom: 50px !important;}
.mb-60{margin-bottom: 60px !important;}
.mb-70{margin-bottom: 70px !important;}
.mb-80{margin-bottom: 80px !important;}
.mb-90{margin-bottom: 90px !important;}
.mb-100{margin-bottom: 100px !important;}
.mb-110{margin-bottom: 110px !important;}
.mb-120{margin-bottom: 120px !important;}

.ml-0{margin-left: 0px !important;}
.ml-5{margin-left: 5px !important;}
.ml-10{margin-left: 10px !important;}
.ml-15{margin-left: 15px !important;}
.ml-20{margin-left: 20px !important;}
.ml-25{margin-left: 25px !important;}
.ml-30{margin-left: 30px !important;}
.ml-35{margin-left: 35px !important;}
.ml-40{margin-left: 40px !important;}
.ml-45{margin-left: 45px !important;}
.ml-50{margin-left: 50px !important;}

.fs-1 {font-size:.1rem !important;}
.fs-2 {font-size:.2rem !important;}
.fs-3 {font-size:.3rem !important;}
.fs-4 {font-size:.4rem !important;}
.fs-5 {font-size:.5rem !important;}
.fs-6 {font-size:.6rem !important;}
.fs-7 {font-size:.7rem !important;}
.fs-8 {font-size:.8rem !important;}
.fs-9 {font-size:.9rem !important;}
.fs-10{font-size:1rem !important;}
.fs-11{font-size:1.1rem !important;}
.fs-12{font-size:1.2rem !important;}
.fs-13{font-size:1.3rem !important;}
.fs-14{font-size:1.4rem !important;}
.fs-15{font-size:1.5rem !important;}
.fs-16{font-size:1.6rem !important;}
.fs-17{font-size:1.7rem !important;}
.fs-18{font-size:1.8rem !important;}
.fs-19{font-size:1.9rem !important;}
.fs-20{font-size:2rem !important;}
.fs-21{font-size:2.1rem !important;}
.fs-22{font-size:2.2rem !important;}
.fs-23{font-size:2.3rem !important;}
.fs-24{font-size:2.4rem !important;}
.fs-25{font-size:2.5rem !important;}
.fs-26{font-size:2.6rem !important;}
.fs-27{font-size:2.7rem !important;}
.fs-28{font-size:2.8rem !important;}
.fs-29{font-size:2.9rem !important;}
.fs-30{font-size:3.0rem !important;}
.fs-31{font-size:3.1rem !important;}
.fs-32{font-size:3.2rem !important;}
.fs-33{font-size:3.3rem !important;}
.fs-34{font-size:3.4rem !important;}
.fs-35{font-size:3.5rem !important;}
.fs-36{font-size:3.6rem !important;}
.fs-37{font-size:3.7rem !important;}
.fs-38{font-size:3.8rem !important;}
.fs-39{font-size:3.9rem !important;}
.fs-40{font-size:4rem !important;}
.fs-41{font-size:4.1rem !important;}
.fs-42{font-size:4.2rem !important;}
.fs-43{font-size:4.3rem !important;}
.fs-44{font-size:4.4rem !important;}
.fs-45{font-size:4.5rem !important;}
.fs-46{font-size:4.6rem !important;}
.fs-47{font-size:4.7rem !important;}
.fs-48{font-size:4.8rem !important;}
.fs-49{font-size:4.9rem !important;}
.fs-50{font-size:5rem !important;}


/*-------------------------------------------------
改行設定
-------------------------------------------------*/

@media screen and (min-width: 768px) {
.pc-hidden{
display:none;
}
}

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


/*-------------------------------------------------
loading
-------------------------------------------------*/

.loading {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background: #181B39;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
/*ローディング画面を1秒かけて非表示にする*/
transition: all 1s linear;
}
.loading.loaded {
/*1秒かけてopacityを0にする*/
opacity: 0;
visibility: hidden;
}

.loading_txt {
font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-size: 2.0rem;
color: #fff;
letter-spacing: 0.05em;
line-height: 200%;
opacity: 0;
text-align: center;
margin-bottom: 30px;
animation: loading_fade 3s 0.5s forwards;
}

@keyframes loading_fade {
0% {
opacity: 0;
transform: translateY(20px);
}
60% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 1;
}
}

@media all and (max-width : 820px ){
.loading_txt {
font-size: 1.8rem;
}
}

@media all and (max-width : 767px ){
.loading_txt {
font-size: 1.6rem;
}
}

.spinner {
display: block;
width: 30px;
height: 30px;
border-radius: 50%;
border: 3px solid #FFF;
border-left-color: #000; 
animation: spinner-rotation 1s linear infinite;
}

/* ローディングサークルの設定 */
@keyframes spinner-rotation {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}


/*-------------------------------------------------
KV swiper
-------------------------------------------------*/

.kv_slide {
position: relative;
}
.kv_copy_wrap {
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
z-index: 5;
}
.kv_logo {
max-width: 365px;
height: auto;
margin-bottom: 40px;
}
.kv_copy {
width: 100%;
text-align: center;
white-space: nowrap;
display: block;
text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.kv_copy dt {
font-family: "garamond-premier-pro", serif;
font-weight: 600;
font-size: 4.0rem;
letter-spacing: 0.05em;
line-height: 140%;
margin-bottom: 20px;
}
.kv_copy dd {
font-family: "Libre Baskerville", serif;
font-weight: 400;
font-size: 3.6rem;
letter-spacing: 0.1em;
}
.kv_copy dd span {
font-family: "garamond-premier-pro", serif;
font-weight: 700;
font-size: 2.0rem;
margin-left: -5px;
letter-spacing: 0.05em;
}
.tb-hidden {
display: none;
}

@media all and (max-width : 1260px ){
.kv_copy dt {
font-size: 2.6rem;
}
.kv_copy dd {
font-size: 3.0rem;
}
.kv_copy dd span {
font-size: 1.6rem;
}
}

@media all and (max-width : 1024px ){
.tb-hidden {
display: block;
}
.kv_copy dt {
font-size: 2.8rem;
line-height: 160%;
}
}

@media all and (max-width : 820px ){
.kv_logo {
max-width: 320px;
margin-bottom: 30px;
}
.kv_copy dt {
font-size: 2.5rem;
}
.kv_copy dd {
font-size: 2.4rem;
}
}

@media all and (max-width : 767px ){
.kv_copy_wrap {
position: absolute;
top: 40%;
}
.kv_logo {
max-width: 180px;
margin-bottom: 20px;
}
.kv_copy dt {
font-size: 1.6rem;
}
.kv_copy dd {
font-size: 1.4rem;
}
.kv_copy dd span {
font-size: 1.2rem;
}
}

.kv_slide .swiper .swiper-wrapper {
position: relative;
}
.kv_slide .swiper .swiper-wrapper::after {
content: "";
display: block;
background-image: url("../img/bg_grid.png");
background-repeat: repeat;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.mv01 .swiper-fade .swiper-slide {
-webkit-transition-property: opacity, -webkit-transform !important;
transition-property: opacity, -webkit-transform !important;
transition-property: opacity, transform !important;
transition-property: opacity, transform, -webkit-transform !important;
pointer-events: none;
}
.mv01 .swiper-fade .swiper-slide-active {
pointer-events: auto;
}
.mv01 .swiper-pagination {
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: 3.2rem;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
margin: auto;
}

@media all and (max-width : 767px ){
.mv01 .swiper-pagination {
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: 0.7rem;
}
}

.mv01 .swiper-pagination-bullet {
display: block;
width: 3px;
height: 4rem;
cursor: pointer;
-webkit-transition: var(--transition);
transition: var(--transition);
background-color: rgba(255, 255, 255, 0.6);
opacity: 100%;
border-radius: 0%;
}
.mv01 .swiper-pagination-bullet:not(:first-child) {
margin-top: 0.8rem;
}
.mv01 .swiper-pagination-bullet-active {
background-color: #181B39;
}
.mv01 .slide-media {
width: 100%;
height: 100vh;
}

@media all and (max-width : 767px ){
.mv01 .slide-media {
height: 100dvh; 
}
}

.mv01 .slide-media img {
-webkit-transition: 5s 1s ease-out;
transition: 5s 1s ease-out;
width: 100%;
height: 100%;
object-fit: cover;
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}

@-webkit-keyframes mv01-fadeIn {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
-webkit-filter: blur(300px);
filter: blur(300px);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
}
}

@keyframes mv01-fadeIn {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
-webkit-filter: blur(300px);
filter: blur(300px);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
}
}


/* 言語ボタン
-------------------------------------------------- */

.lang {
position: absolute;
right: 20px;
top: 20px;
z-index: 10;
font-family: "garamond-premier-pro", serif;;
font-weight: 400;
font-size: 1.4rem;
color: #fff;
padding: 0 0 0 10px;
display: flex;
align-items: center;
}
.lang span {
position: relative;
font-weight: 700;
margin-right: 10px;
padding-right: 15px;
}
.lang span::after {
content: "/";
position: absolute;
top: 0;
right: 0;
}
.lang a {
color: #999;
}
.lang a:hover {
color: #fff;
}

@media all and (max-width : 767px ){
.lang {
font-size: 1.2rem;
}
}

/* お知らせ　ティッカー
-------------------------------------------------- */

.news_box {
width: 50%;
height: 70px;
position: absolute;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.8);
display: flex;
justify-content: flex-start;
align-items: center;
z-index: 5;
padding: 0 10px 0 0px;
}

@media all and (max-width : 1024px) {
.news_box {
width: 100%;
height: 60px;
left: 0;
right: 0;
bottom: 0;
}
}

.news_title_bg {
height: 100%;
display: flex;
align-items: center;
}
.newstitle {
font-family: "garamond-premier-pro", serif;
font-weight: 500;
font-size: 1.6rem;
line-height: 100%;
letter-spacing: 0.05em;
position: relative;
padding: 0 30px;
color: #111;
margin-top: 3px;
}
.newstitle::after {
content: "";
display: inline-block;
width: 16px;
height: 1px;
background-color: #999;
position: absolute;
top: 50%;
right: 0px;
}
.ticker {
background-color: transparent;
padding-bottom: 30px;
border: none;
max-width: 650px;
width: 100%;
margin-left: 5px;
}
.news_inner {
z-index: 200;
}
.news_inner .date {
font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-size: 1.4rem;
line-height: 100%;
margin-right: 15px;
letter-spacing: 0.1em;
}
.news_inner li a {
text-decoration: underline;
letter-spacing: 0.1em;
font-size: 1.4rem;
}

@media all and (max-width : 820px ){
.news_inner li a {
font-size: 1.2rem;
}
}

.news_inner li a:hover {
text-decoration: none;
}
.news_article {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}


@media all and (max-width : 767px ){
.news_box {
width: 100%;
height: 65px;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
padding: 0px 10px 0px 0px;
}
.news_title_bg {
display: none;
}
.ticker {
padding-bottom: 40px;
margin-left: 0px;
margin-bottom: 8px;
}
.news_inner .date {
font-size: 1.1rem;
margin-right: 0px;
line-height: 100%;
}
.news_inner li a {
font-size: 1.2rem;
margin-top: 0px;
padding-top: 0px;
}
.news_inner li {
font-size: 1.1rem;
margin-top: 0px;
padding-top: 0px;
}
}


/*-------------------------------------------------
コンテンツ領域
-------------------------------------------------*/

.main {
position: relative;
}
.box_s {
max-width: 980px;
margin: 0 auto;
}

@media all and (max-width : 1024px ){
.box_s {
padding: 0 30px;
}
}

@media all and (max-width : 767px ){
.box_s {
padding: 0 20px;
}
}

.box_m {
max-width: 1260px;
margin: 0 auto;
}

@media all and (max-width : 1260px ){
.box_m {
padding: 0 30px;
}
}

@media all and (max-width : 767px ){
.box_m {
padding: 0 20px;
}
}

.box_l {
width: 100%;
margin: 0 auto;
}


/*-------------------------------------------------
sec_about
-------------------------------------------------*/

.sec_about {
background: #181B39;
width: 100%;
padding: 80px 0 200px;
background-image: url("../img/illust_wht_01.png");
background-position: right bottom;
background-repeat: no-repeat;
color: #fff;
}
.about_title {
font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-size: 3.0rem;
letter-spacing: 0.1em;
margin-bottom: 40px;
}
.about_txt {
font-size: 1.5rem;
line-height: 220%;
letter-spacing: 0.05em;
}

@media all and (max-width : 1024px ){
.sec_about {
background-size: 60%;
}
.about_title {
font-size: 2.6rem;
margin-bottom: 30px;
}
.about_txt {
font-size: 1.5rem;
line-height: 200%;
}
}

@media all and (max-width : 820px ){
.sec_about {
background-size: 70%;
}
.about_title {
font-size: 2.2rem;
margin-bottom: 30px;
}
.about_txt {
font-size: 1.4rem;
line-height: 190%;
}
}

@media all and (max-width : 767px ){
.sec_about {
padding: 40px 0 100px;
background-size: 80%;
}
.about_title {
font-size: 1.6rem;
margin-bottom: 20px;
letter-spacing: 0.05em;
}
.about_txt {
font-size: 1.2rem;
line-height: 180%;
}
}


/*-------------------------------------------------
sec_event
-------------------------------------------------*/

.sec_event {
background-image: url("../img/bg_washi.jpg");
background-repeat: repeat;
position: relative;
z-index: 0;
padding-bottom: 40px;
}
.event_intro_img {
position: relative;
z-index: 1;
}
.event_intro_img::before {
content: "";
display: block;
background-color: rgba(0,0,0,0.25);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 2;
}
.event_intro_img img {
width: 100%;
}

@media all and (max-width : 767px ){
.sec_event {
padding-bottom: 20px;
}
.event_intro_img {
height: 180px;
}
.event_intro_img img {
height: 180px;
object-fit: cover;
}
}

.intro_titlebox_wrap {
position: absolute;
top: 40%;
left: 8.63vw;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
z-index: 5;
}
.intro_jp_title {
font-family: "garamond-premier-pro", serif;
font-weight: 600;
font-size: 2.6rem;
color: #fff;
letter-spacing: 0.1em;
line-height: 100%;
margin: 10px 0 20px;
display: block;
}
.intro_en_title {
font-family: "garamond-premier-pro", serif;
font-size: 1.4rem;
font-weight: 400;
color: #fff;
letter-spacing: 0.1em;
line-height: 100%;
display: block;
}

@media all and (max-width : 1260px ){
.intro_jp_title {
font-size: 2.4rem;
}
}

@media all and (max-width : 1024px ){
.intro_jp_title {
font-size: 2.0rem;
margin: 10px 0 10px;
}
.intro_en_title {
font-size: 1.2rem;
}
}

@media all and (max-width : 820px ){
.intro_jp_title {
font-size: 1.8rem;
}
.intro_en_title {
font-size: 1.0rem;
}
}

@media all and (max-width : 767px ){
.intro_titlebox_wrap {
position: absolute;
top: 40%;
left: 6.63vw;
}
.intro_jp_title {
font-size: 1.5rem;
letter-spacing: 0.05em;
margin: 3px 0 9px;
}
.intro_en_title {
font-size: 1.0rem;
}
}

.sec_body {
position: relative;
z-index: 6;
}
.sec_body::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 82.8%; 
height: 100%;
background-image: url("../img/bg_washi.jpg");
background-repeat: repeat;
z-index: -1;
display: block;
}
.sec_inner {
max-width: 1260px;
margin: -4.7% auto 0;
padding: 30px 30px 0px;
z-index: 10;
}

@media all and (max-width : 767px ){
.sec_inner {
padding: 10px 20px 0px;
}
}

.sec_head_copy {
font-family: "garamond-premier-pro", serif;
font-size: 2.4rem;
font-weight: 500;
letter-spacing: 0.1em;
padding: 0px 0 20px 0px;
}
.sec_head_copy span {
font-size: 6.0rem;
color: #181B39;
}

@media all and (max-width : 1260px ){
.event_inner {
margin: -40px auto 0;
}
}

@media all and (max-width : 1024px ){
.event_inner {
padding: 0 20px;
}
.sec_head_copy {
font-size: 2.0rem;
letter-spacing: 0.15em;
}
.sec_head_copy span {
font-size: 5.0rem;
}
}

@media all and (max-width : 820px ){
.event_inner {
margin: 0px auto 0;
}
.sec_head_copy {
font-size: 1.6rem;
letter-spacing: 0.05em;
padding: 0px 0 5px 0px;
}
.sec_head_copy span {
font-size: 4.0rem;
}
}

.sec_head_txt {
font-size: 1.4rem;
line-height: 200%;
padding: 0 50px 0 0px;
margin-bottom: 50px;
}
.event_box {
width: calc(50% - 40px / 2);
margin-right: 40px;
margin-bottom: 40px;
padding-bottom: 30px;
position: relative;
background: #fff;
border: solid 1px #ddd;
}

@media all and (max-width : 1024px ){
.event_box {
width: calc(50% - 30px / 2);
margin-right: 30px;
margin-bottom: 30px;
padding-bottom: 30px;
}
}

@media all and (max-width : 820px ){
.sec_head_txt {
line-height: 180%;
padding: 0 30px 0 0px;
margin-bottom: 30px;
}
}

@media all and (max-width : 767px ){
.sec_head_copy {
font-size: 1.4rem;
padding: 10px 0 20px 0px;
}
.sec_head_copy span {
font-size: 3.2rem;
}
.sec_head_txt {
font-size: 1.2rem;
line-height: 160%;
padding: 0px;
margin-bottom: 20px;
}
}

.event_box:nth-child(2n) {
 margin-right: 0;
}
.event_box .event_img {
margin-bottom: 15px;
position: relative;
object-fit: cover;
background: #000;
overflow: hidden;
}
.event_box .event_img img {
width: 100%;
}
.event_title {
font-family: "garamond-premier-pro", serif;
font-weight: 600;
font-size: 2.2rem;
margin-bottom: 20px;
letter-spacing: 0.05em;
line-height: 145%;
padding: 0 30px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
.event_time {
font-family: "garamond-premier-pro", serif;
font-weight: 600;
font-size: 1.5rem;
padding: 0 10px 0 30px;
margin-bottom: 20px;
}
.event_time li {
margin-bottom: 5px;
}
.event_box .event_info {
display: flex;
align-items: center;
padding: 0 30px;
margin-bottom: 10px;
}
.event_box .event_info dt {
height: 16px;
width: auto;
margin-right: 10px;
}
.event_box .event_info dt img {
max-width :none;
}
.event_box .event_info dd {
font-size: 1.4rem;
margin-left: 5px;
margin-bottom: 0px;
}
.event_box .event_info dd span {
font-size: 1.0rem;
}
.event_box .event_info dd a {
text-decoration: underline;
}
.event_box .event_info dd a:hover {
text-decoration: none;
}
.event_txt {
font-size: 1.4rem;
line-height: 180%;
padding: 10px 30px 0;
}
.event_box_wrap {
display: flex;
flex-wrap: wrap;
}
.event_map {
width: 100%;
height: auto;
}
.event_map img {
width: 100%;
}

.illust_brw {
max-width: 290px;
height: auto;
position: absolute;
right: 0;
top:6.8vw; 
}
.illust_brw img {
width: 100%;
}

@media all and (max-width : 1535px ){
.illust_brw {
display: none;
}
}

@media all and (max-width : 820px ){
.event_box {
width: calc(50% - 20px / 2);
margin-right: 20px;
margin-bottom: 20px;
padding-bottom: 15px;
}
.event_box.in-session::after {
width: 20%;
top: calc(20% / -2);
left: calc(20% / 6);
}
.event_box:nth-child(3n) {
 margin-right: 20px;
}
.event_box:nth-child(2n) {
 margin-right: 0px;
}
.event_box .event_img {
margin-bottom: 20px;
}
.event_title {
font-size: 1.8rem;
margin-bottom: 15px;
padding: 0 20px;
}
.event_box .event_info {
padding: 0 20px;
}
.event_time {
font-size: 1.3rem;
padding: 0 10px 0 20px;
margin-bottom: 15px;
}
.event_txt {
font-size: 1.2rem;
padding: 10px 20px 0;
}
}

@media all and (max-width : 767px ){
.page_event .box_m {
padding: 0 10px 0 20px;
}
.event_date {
font-size: 1.0rem;
margin: 0 0 5px 10px;
}
.event_box {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
padding-bottom: 20px;
}
.event_box:nth-child(2n) {
 margin-right: 0px;
}
.event_box .event_img {
margin-bottom: 15px;
}
.event_box .event_title {
font-size: 1.4rem;
margin-bottom: 10px;
line-height: 145%;
padding: 0 10px 0 20px;
}
.event_time {
font-size: 1.2rem;
letter-spacing: 0.05em;
}
.event_box .event_info {
display: flex;;
padding: 0 10px 0 20px;
margin-bottom: 6px;
}
.event_box .event_info dt {
margin-right: 10px;
width: 16px;
height: auto;
position: relative;
top: 6px;
}
.event_box .event_info dt img {
height: 12px;
}
.event_box .event_info dd {
font-size: 1.1rem;
margin-left: 0px;
margin-bottom: 0px;
letter-spacing: 0.05em;
}
.event_box_wrap {
flex-direction: column;
}
}


/*-------------------------------------------------
sec_ren
-------------------------------------------------*/

.sec_ren {
background-color: #F9F8F6;
z-index: 0;
}
.sec_ren .sec_body::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 82.8%; 
height: 100%;
background-image: none;
background-color: #F9F8F6;
z-index: -1;
display: block;
}
.ren_box_wrap {
max-width: 1260px;
margin-bottom: 50px;
display: flex;
flex-wrap: wrap;
}
.ren_box {
width: calc(33.3333333% - 60px / 3);
margin-right: 30px;
margin-bottom: 30px;
padding-bottom: 30px;
border: solid 1px #ddd;
position: relative;
}
.ren_box:nth-child(3n) {
margin-right: 0;
}
.ren_img {
width: 100%;
margin-bottom: 20px;
position: relative;
background: #000;
object-fit: cover;
overflow: hidden;
}
.ren_img img {
width: 100%;
transition-duration: 0.7s;	
}
.ren_img img:hover {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.8;
}
.area_txt {
font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-size: 1.2rem;
padding: 4px 30px;
background-color: rgba(24,27,57,0.95);
text-align: center;
display: block;
color: #fff;
position: absolute;
right: 10px;
bottom: 10px;
border-radius: 3px;
}
.ren_box .ren_title {
font-family: "garamond-premier-pro", serif;
font-weight: 600;
font-size: 2.0rem;
letter-spacing: 0.1em;
margin: 0 0 15px 15px;
padding-right: 10px;
}
.ren_act {
font-size: 1.3rem;
padding: 0 15px;
margin-bottom: 15px;
}
.ren_read {
font-size: 1.3rem;
line-height: 180%;
padding: 0 15px;
}

@media all and (max-width : 820px ){
.ren_box {
width: calc(50% - 20px / 2);
margin-right: 20px;
margin-bottom: 20px;
padding-bottom: 30px;
}
.ren_box:nth-child(3n) {
margin-right: 20px;
}
.ren_box:nth-child(2n) {
margin-right: 0px;
}
.ren_box .ren_title {
font-size: 1.6rem;
letter-spacing: 0.2em;
margin: 0 0 15px 15px;
}
.ren_read {
-webkit-line-clamp: 2;
}
}

@media all and (max-width : 767px ){
.ren_box {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
padding-bottom: 0px;
}
.ren_box:nth-child(3n) {
margin-right: 0px;
}
.ren_img {
margin-bottom: 15px;
}
.ren_box .ren_title {
font-size: 1.6rem;
letter-spacing: 0.2em;
margin: 0 0 10px 15px;
padding-right: 10px;
}
.ren_act {
font-size: 1.2rem;
padding: 0 15px;
margin-bottom: 15px;
}
.ren_read {
font-size: 1.2rem;
line-height: 160%;
padding: 0 15px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 20px;
}
}


/*-------------------------------------------------
sec_見出しタイトル
-------------------------------------------------*/

.sec_title {
font-family: "garamond-premier-pro", serif;
font-size: 2.4rem;
font-weight: 600;
letter-spacing: 0.1em;
line-height: 160%;
margin-bottom: 10px;
text-align: center;
}
.sec_title_en {
font-family: "garamond-premier-pro", serif;
font-size: 1.4rem;
letter-spacing: 0.05em;
line-height: 100%;
color: #999;
text-align: center;
}

@media all and (max-width : 1260px ){
.sec_title {
font-size: 2.2rem;
letter-spacing: 0.3em;
}
.sec_title_en {
font-size: 1.3rem;
}
}

@media all and (max-width : 820px ){
.sec_title {
font-size: 2.0rem;
letter-spacing: 0.2em;
}
.sec_title_en {
font-size: 1.2rem;
}
}

@media all and (max-width : 767px ){
.sec_title {
font-size: 1.6rem;
letter-spacing: 0.05em;
}
.sec_title_en {
font-size: 1.0rem;
}
}

/*-------------------------------------------------
sec_food
-------------------------------------------------*/

.sec_food {
padding: 80px 0 150px;
background: #181B39;
background-image: url("../img/illust_wht_02.png");
background-repeat: no-repeat;
background-position: right 90px;
}
.sec_food .sec_title {
color: #fff;
}
.sec_food .rinji_txt {
font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-size: 2.0rem;
display: block;
color: #fff;
text-align: center;
padding: 100px 0;
letter-spacing: 0.2em;
}

@media all and (max-width : 1260px ){
.sec_food {
background-size: 25%;
}
}

@media all and (max-width : 767px ){
.sec_food {
padding: 40px 0 50px;
background-position: right 20px;
}
.sec_food .rinji_txt {
font-size: 1.4rem;
padding: 60px 0;
}
}

.food_desc {
font-size: 1.4rem;
color: #fff;
line-height: 180%;
display: block;
text-align: center;
margin: 30px 0 60px;
}
.food_box {
width: calc(25% - 60px / 4);
margin-right: 20px;
margin-bottom: 20px;
}
.food_box:nth-child(4n) {
margin-right: 0px;
}
.food_imgbox img {
width: 100%;
}
.food_txt {
background: #fff;
padding: 13px 0;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 0.05em;
line-height: 100%;
display: block;
text-align: center;
}
.food_box_wrap {
display: flex;
flex-wrap: wrap;
}

@media all and (max-width : 767px ){
.food_desc {
font-size: 1.2rem;
line-height: 160%;
margin: 20px 0 30px;
}
.food_box {
width: calc(50% - 15px / 2);
margin-right: 15px;
margin-bottom: 15px;
}
.food_box:nth-child(4n) {
margin-right: 15px;
}
.food_box:nth-child(2n) {
margin-right: 0px;
}
.food_txt {
padding: 10px 0;
font-size: 1.2rem;
}
}


/*-------------------------------------------------
sec_lantern
-------------------------------------------------*/

.sec_lantern {
background: #F9F8F6;
}
.sec_lantern .sec_body::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 82.8%;
height: 100%;
background-image: none;
background-color: #F9F8F6;
z-index: -1;
display: block;
}
.timetable_box {
background: #fff;
margin-bottom: 20px;
}
.timetable_title {
width: 100%;
display: block;
padding: 18px 10px 15px 26px;
background: #181B39;
color: #fff;
font-family: "Shippori Mincho", serif;
font-weight: 600;
font-size: 2.0rem;
letter-spacing: 0.2em;
line-height: 100%;
}
.timetable_box_inner {
padding: 0 25px;
display: flex;
justify-content: space-between;
}

/* time-schedule */
.time-schedule {
width: 42%;
margin-left: 70px;
padding: 15px 0 15px 31px;
border-left: 6px solid #F7581D;
}
.time-schedule li {
width: 100%;
margin: 0 0;
padding: 5px 0;
position: relative;
}
.time-schedule span.time {
font-family: "garamond-premier-pro", serif;
font-weight: 500;
font-size: 1.8rem;
width: 5em;
display: inline-block;
margin-left: -8em;
padding: 0 0 5px;
margin-top: 15px;
vertical-align: top;
position: relative;
text-align: right;
box-sizing: border-box;
}
.time-schedule span.time::after {
content: "";
position: absolute;
right: -30px;
top: 0;
background: #F7581D;
width: 20px;
height: 20px;
border-radius: 10px;
}
.time-schedule .sch_box {
display: inline-block;
width: 100%;
margin-left: 35px;
padding: 20px;
vertical-align: middle;
background: #efefef;
box-sizing: border-box;
border-radius: 6px;
}
.time-schedule .sch_title {
font-family: "Shippori Mincho", serif;
font-weight: 600;
font-size: 1.6rem;
letter-spacing: 0.05em;
margin-bottom: 6px;
}
.time-schedule .sch_tx {
font-size: 1.4rem;;
font-weight: 400;
}
.points_txt {
font-size: 1.3rem;
line-height: 100%;
margin-bottom: 10px;
}
.points_list {
margin-bottom: 80px;
}
.points_list li {
font-size: 1.2rem;
padding-left: 15px;
background-image: url("../img/icon_nakaguro.svg");
background-repeat: no-repeat;
background-position: left center;
margin-bottom: 5px;
}
.sec_lantern .ren_box_wrap {
margin-top: 50px;
}

@media all and (max-width : 767px ){
.timetable_box {
margin-top: 30px;
}
.timetable_title {
padding: 15px 10px 15px 20px;
font-size: 1.4rem;
letter-spacing: 0.15em;
}
.timetable_box_inner {
padding: 0 25px;
display: flex;
flex-direction: column;
}

/* time-schedule */
.time-schedule {
width: 90%;
margin-left: 40px;
padding: 15px 0 15px 22px;
border-left: 4px solid #F7581D;
}
.t_left {
padding: 10px 0 0px 22px;
}
.t_right {
padding: 0 0 10px 22px;
}
.time-schedule span.time {
font-size: 1.4rem;
width: 5em;
margin-left: -8em;
padding: 0 0 5px;
margin-top: 15px;
vertical-align: top;
text-align: right;
}
.time-schedule span.time::after {
content: "";
position: absolute;
right: -28px;
top: 0;
width: 18px;
height: 18px;
}
.time-schedule .sch_box {
margin-left: 35px;
padding: 15px;
}
.time-schedule .sch_title {
font-size: 1.3rem;
letter-spacing: 0;
margin-bottom: 3px;
}
.time-schedule .sch_tx {
font-size: 1.2rem;;
}
.points_txt {
font-size: 1.2rem;
}
.points_list {
margin-bottom: 40px;
}
.points_list li {
font-size: 1.0rem;
padding-left: 15px;
margin-bottom: 0px;
}
.sec_lantern .ren_box_wrap {
margin-top: 20px;
}
}



/*-------------------------------------------------
sec_tour
-------------------------------------------------*/

.sec_tour {
background-image: url("../img/tour_bg.jpg");
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
padding: 80px 0 100px;
position: relative;
z-index: 0;
}
.sec_tour::before {
content: "";
display: block;
background-color: #000;
opacity: 0.65;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.sec_tour_inner {
position: relative;
z-index: 5;
}
.sec_tour .sec_title {
color: #fff;
}
.sec_tour .sec_title_en {
margin-bottom: 100px;
}
.sold_txt {
font-family: "Shippori Mincho", serif;
font-weight: 600;
color: #ECE510;
font-size: 2.6rem;
letter-spacing: 0.2em;
margin-bottom: 20px;
}
.tour_box_wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.tour_textbox {
position: relative;
color: #fff;
width:23%;
margin-left: 17.19vw;
z-index: 5;
}

@media all and (max-width : 1536px ){
.tour_textbox {
width:32%;
margin-left: 10vw;
}
}

@media all and (max-width : 1366px ){
.tour_textbox {
margin-left: 7vw;
}
}

@media all and (max-width : 1260px ){
.tour_textbox {
width:38%;
margin-left: 4vw;
}
}

.tour_subtitle {
font-family: "garamond-premier-pro", serif;
font-weight: 600;
font-size: 1.4rem;
margin-bottom: 10px;
}
.tour_title {
font-family: "garamond-premier-pro", serif;
font-weight: 600;
font-size: 2.6rem;
letter-spacing: 0.2em;
margin-bottom: 25px;
}
.tour_price {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.tour_price dt {
font-family: "garamond-premier-pro", serif;
font-weight: 600;
font-size: 4.0rem;
letter-spacing: 0.1em;
line-height: 100%;
margin-right: 10px;
}
.tour_price dd {
font-family: "garamond-premier-pro", serif;
font-weight: 600;
font-size: 1.8rem;
letter-spacing: 0.2em;
line-height: 100%;
}
.tour_txt {
font-size: 1.4rem;
line-height: 200%;
letter-spacing: 0.2em;
margin-bottom: 40px;
}
.tour_textbox .link_btn_box {
justify-content: flex-start;
margin-bottom: 15px;
}
.tour_contact {
font-size: 1.4rem;
letter-spacing: 0.15em;
}

@media all and (max-width : 767px ){
.sec_tour {
padding: 40px 0 50px;
}
.sold_txt {
font-size: 2.0rem;
margin-bottom: 15px;
}
.tour_subtitle {
font-size: 1.3rem;
margin-bottom: 6px;
}
.tour_title {
font-size: 1.6rem;
letter-spacing: 0.1em;
margin-bottom: 15px;
}
.tour_price {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.tour_price dt {
font-size: 3.4rem;
margin-right: 5px;
}
.tour_price dd {
font-size: 1.4rem;
letter-spacing: 0.05em;
}
.tour_txt {
font-size: 1.2rem;
line-height: 180%;
letter-spacing: 0.1em;
margin-bottom: 30px;
}
.tour_textbox .link_btn_box {
margin-bottom: 10px;
}
.tour_contact {
font-size: 1.2rem;
letter-spacing: 0.1em;
text-align: center;
}
.tour_contact a {
text-decoration: underline;
}
}

/* swiper
-------------------------------------------------- */

.sec_tour .swiper_wrap {
position: relative;
width: 50%;
margin-right: 3.0%;
}
.sec_tour .swiper-img {
width: 100%;
display: block;
}
.sec_tour .swiper-img img {
width: 100%;
height: auto;
transform: scale(1.1);
}
.swiper_tour .swiper-slide p {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: block;
background: rgba(0, 0, 0, .7);
padding: 10px 5px;
color: #fff;
font-size: 1.2rem;
text-align: center;
}
.swiper_wrap .swiper-pagination-bullet {
width: 5px;
height: 5px;
display: inline-block;
border-radius: 100%;
background: #fff;
opacity: .6;
margin-right: 10px;
}
.swiper_wrap .swiper-pagination-bullet:last-child {
margin-right: 0px;
}
.swiper_wrap .swiper-pagination-bullet-active {
opacity: 1;
background: #8E7742;
}
.swiper_wrap .swiper-pagination {
position: absolute;
bottom: -1.53vw;
text-align: right;
}
.swiper_wrap .swiper-pagination-bullet:hover {
cursor: pointer;
}

@keyframes imgSlide {
0% {
transform: translate(0px);
}
100% {
transform: translateX(-30px);
}
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
animation: imgSlide 7s linear 0s normal both;
}

@media all and (max-width : 1024px ){
.sec_tour .sec_title_en {
margin-bottom: 50px;
}
.tour_box_wrap {
display: flex;
flex-direction: column-reverse;
justify-content: space-between;
align-items: center;
}
.tour_textbox {
width:90%;
margin-left: 4vw;
}
.sec_tour .swiper_wrap {
position: relative;
width: 90%;
margin-right:0%;
margin-bottom: 40px;
}
.swiper_wrap .swiper-pagination {
bottom: -2.53vw;
}
}

@media all and (max-width : 767px ){
.sec_tour .sec_title_en {
margin-bottom: 25px;
}
.sec_tour .swiper_wrap {
margin-bottom: 30px;
}
.swiper_tour .swiper-slide p {
padding: 6px 5px;
font-size: 1.0rem;
}
.swiper_wrap .swiper-pagination {
bottom: -5.53vw;
}
}


/*-------------------------------------------------
sec_ticket
-------------------------------------------------*/

.sec_ticket {
background-image: url("../img/bg_washi02.jpg");
background-repeat: repeat;
background-position: left top;
padding: 80px 0 100px;
}
.ticket_box {
background: #fff;
padding: 0 0px 40px;
margin-bottom: 40px;
}
.ticket_box:first-of-type {
margin-top: 60px;
}
.ticket_title {
width: 100%;
display: block;
padding: 18px 10px 15px 26px;
background: #181B39;
color: #fff;
font-family: "garamond-premier-pro", serif;
font-weight: 600;
font-size: 2.0rem;
letter-spacing: 0.1em;
line-height: 100%;
margin-bottom: 25px;
}
.ticket_box_inner {
padding: 0 25px;
}
.ticket_list {
display: block;
margin-bottom: 30px;
}
.ticket_list li {
background-image: url("../img/icon_nakaguro.svg");
background-repeat: no-repeat;
background-position: left center;
font-size: 1.4rem;
margin-bottom: 10px;
padding-left: 20px;
}
.ticket_list li span {
color: red;
}
.sec_ticket .link_btn_box {
margin-left: 20px;
}

@media all and (max-width : 820px ){
.ticket_title {
font-size: 1.8rem;
}
}

@media all and (max-width : 767px ){
.sec_ticket {
padding: 40px 0 20px;
}
.ticket_box {
padding: 0 0px 20px;
margin-bottom: 20px;
}
.ticket_box:first-of-type {
margin-top: 30px;
}
.ticket_title {
padding: 16px 10px 15px 20px;
font-size: 1.4rem;
letter-spacing: 0.05em;
margin-bottom: 20px;
}
.ticket_box_inner {
padding: 0 15px;
}
.ticket_list {
display: block;
margin-bottom: 20px;
}
.ticket_list li {
background-position: left 0px;
font-size: 1.2rem;
margin-bottom: 6px;
padding-left: 18px;
}
.sec_ticket .link_btn_box {
margin-left: 20px;
}
}


/*-------------------------------------------------
sec_access
-------------------------------------------------*/

.sec_access {
padding: 80px 0 100px;
background: #fff;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 39.68%; /* = height ÷ width × 100 */
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.gmap_wrap {
padding: 2px;
border: solid 1px #ddd;
background: #fff;
margin: 60px 0 50px;
}
.access_method {
font-family: "garamond-premier-pro", serif;
font-size: 1.8rem;
font-weight: 600;
letter-spacing: 0.1em;
line-height: 100%;
margin-bottom: 20px;
margin-left: 15px;
display: block;
}
.access_box {
width: 100%;
display: flex;
align-items: center;
margin-bottom: 40px;
border: solid 1px #E5E5E5;
}
.access_box_title {
font-family: "garamond-premier-pro", serif;
font-weight: 600;
width: 25%;
padding: 20px;
background-color: #181B39;
color: #fff;
font-size: 1.6rem;
line-height: 145%;
}
.access_box_txt {
width: 75%;
padding: 0 15px 0 25px;
font-size: 1.5rem;
line-height: 145%;
}

@media all and (max-width : 820px ){
.access_box_title {
width: 30%;
font-size: 1.5rem;
}
.access_box_txt {
width: 70%;
font-size: 1.4rem;
}
}

@media all and (max-width : 767px ){
.sec_access {
padding: 40px 0 20px;
}
.gmap_wrap {
margin: 25px 0 30px;
}
.access_method {
font-size: 1.2rem;
letter-spacing: 0.1em;
margin-bottom: 10px;
margin-left: 5px;
}
.access_box {
margin-bottom: 20px;
}
.access_box_title {
width: 35%;
padding: 20px;
font-size: 1.1rem;
}
.access_box_txt {
width: 65%;
padding: 0 10px 0 15px;
font-size: 1.1rem;
}
}


/*------------------------------------------------- 
Footer
------------------------------------------------- */

footer {
width: 100%;
background: #181B39;
padding: 40px 0 10px;
color: #fff;
}
.foot_logo {
max-width: 108px;
height: auto;
margin: 0 auto 30px;
}
.host_title {
font-size: 1.2rem;
display: block;
text-align: center;
margin-bottom: 20px;
}
.contact_title {
font-size: 1.4rem;
font-weight: 500;
display: block;
text-align: center;
margin-bottom: 15px;
}
.address_txt {
font-size: 1.2rem;
letter-spacing: 0.1em;
margin-bottom: 30px;
display: block;
text-align: center;
}
.foot_sns {
display: flex;
justify-content: center;
margin-bottom: 25px;
}
.foot_sns li a {
width: 20px;
margin: 0 11px;
transition-duration: 0.7s;
}
.foot_sns li a:hover {
opacity: 0.7;
transition-duration: 0.7s;	
}
.copyright {
font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-size: 1.2rem;
letter-spacing: 0.1em;
display: block;
text-align: center;
}

@media all and (max-width : 767px ){
footer {
padding: 20px 0 10px;
}
.foot_logo {
max-width: 60px;
margin: 0 auto 15px;
}
.host_title {
font-size: 1.0rem;
margin-bottom: 12px;
}
.contact_title {
font-size: 1.1rem;
margin-bottom: 10px;
}
.address_txt {
font-size: 1.0rem;
letter-spacing: 0.1em;
margin-bottom: 20px;
}
.foot_sns {
margin-bottom: 20px;
}
.foot_sns li a {
width: 14px;
margin: 0 10px;
}
.copyright {
font-size: 1.0rem;
}
}


/*-------------------------------------------------
page top
-------------------------------------------------*/

.page_top {
width: 57px;
height: auto;
position: fixed;
right: 30px;
bottom: 430px;
cursor: pointer;
z-index: 99;
transition: ease 0.5s;
}
.page_top:hover {
opacity: 0.8;
transition: ease 0.5s;
}

@media all and (max-width : 767px ){
.page_top {
width: 40px;
height: auto;
right: 10px;
bottom: 300px;
}
}


/*-------------------------------------------------
btn
-------------------------------------------------*/

.link_btn {
position: relative; 
font-size: 1.4rem;
font-weight: 500;
letter-spacing: 0.1em;
text-decoration: none; 
display: inline-block;
color:#181B39;
padding: 16px 60px 16px;
background-color: transparent;
border: 1px solid #181B39;
text-align: center;
outline: none;
border-radius: 5px;
line-height: 100%;
transition: ease .3s; 
}
.link_btn:hover {
background:#181B39;
color:#fff;
transition: ease .3s;
}
.btn_arrow::after { 
content: '';
position: absolute;
top:44%;
right: 20px;
width: 8px;
height: 8px;
border-top: 1px solid #181B39;
border-right: 1px solid #181B39;
transform: rotate(45deg);
transition: ease .3s;
}
.btn_arrow:hover::after { 
right: 15px;
transition: .3s;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
.link_btn_wht {
position: relative; 
font-size: 1.4rem;
font-weight: 500;
letter-spacing: 0.1em;
text-decoration: none; 
display: inline-block;
color:#fff;
padding: 18px 50px 18px;
background-color: transparent;
border: 1px solid #fff;
text-align: center;
outline: none;
border-radius: 5px;
line-height: 100%;
transition: ease .3s; 
}
.link_btn_wht:hover {
background:#fff;
color:#000;
transition: ease .3s;
}
.btn_arrow_wht::after { 
content: '';
position: absolute;
top:44%;
right: 20px;
width: 8px;
height: 8px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
transition: ease .3s;
}
.btn_arrow_wht:hover::after { 
right: 15px;
transition: .3s;
border-top: 1px solid #000;
border-right: 1px solid #000;
}

@media all and (max-width : 767px ){
.link_btn {
font-size: 1.1rem;
padding: 14px 50px 14px;
}
.link_btn_wht { 
font-size: 1.2rem;
padding: 18px 50px 18px;
}
}


/*-------------------------------------------------
motion
-------------------------------------------------*/

/* 読み込まれたらフェードイン！js連携
-------------------------------------------------- */

.js-box {
opacity: 0;
visibility: hidden;
transform: translateY(50px);
transition: opacity 1.5s,visibility 1.5s, transform 1.5s;
transition-delay: 4s;
transition-timing-function: ease-out;
}
.js-box.load {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}



/* fade
-------------------------------------------------- */

.mf {
opacity:0;
}
.mf.on {
animation: fade 1s ease-in-out forwards;
}

@keyframes fade {
0% {
opacity: 0; 
}
100% {
opacity: 1;
}
}

/* fade up
-------------------------------------------------- */

.mfu {
opacity:0;
transform:translateY(40px);
}
.mfu.on {
animation: fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

@keyframes fadeup {
0% {
opacity:0;
transform:translateY(40px); 
}
100% {
opacity:1;
transform:translateY(0%);
}
}


/* fade up list
-------------------------------------------------- */

.mful li {
opacity:0;
transform:translateY(40px);
}
.mful.on li:nth-child(1) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.mful.on li:nth-child(2) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .2s;
}
.mful.on li:nth-child(3) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .4s;
}
.mful.on li:nth-child(4) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .6s;
}
.mful.on li:nth-child(5) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .8s;
}
.mful.on li:nth-child(6) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.0s;
}
.mful.on li:nth-child(7) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.2s;
}
.mful.on li:nth-child(8) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.4s;
}

@keyframes ef-fadeup {
0% {
opacity:0;
transform:translateY(30px); 
}
100% {
opacity:1;
transform:translateY(0%);
}
}


/* fade down
-------------------------------------------------- */

.mfd {
opacity: 0;
transform: translateY(-40px);
}
.mfd.on {
animation: ef-fadedown 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

@keyframes ef-fadedown {
0% {
opacity:0;
transform:translateY(-40px); 
}
100% {
opacity:1;
transform:translateY(0%); 
}
}


/* fade left
-------------------------------------------------- */

.mfl {
opacity: 0;
transform: translateX(50px);
}
.mfl.on {
animation: ef-fadeleft 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

@keyframes ef-fadeleft {
0% {
opacity: 0;
transform: translateX(50px); 
}
100% {
opacity: 1;
transform: translateY(0%); 
}
}


/* fade right
-------------------------------------------------- */

.mfr {
opacity: 0;
transform: translateX(-50px);
}
.mfr.on {
animation: ef-faderight 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

@keyframes ef-faderight {
0% {
opacity: 0;
transform: translateX(-50px); }
100% {
opacity: 1;
transform: translateY(0%); }
} 

@keyframes fade-out {
0% {
opacity: 1; }
100% {
opacity: 0; }
}


/* ef scaleX
-------------------------------------------------- */

.thumb::before {
content: "";
width: calc(100% + 2px);
height: calc(100% + 2px);
position: absolute;
left: 0;
top: 0;
background: #181B39;
z-index: 2;
transform-origin: right center;
}
.on .thumb::before {
animation: ef-scaleX 0.6s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
}

@keyframes ef-scaleX {
0% {
transform: scaleX(1); }
100% {
transform: scaleX(0); }
}


/* ef txtef
-------------------------------------------------- */

.txtef-wrap {
display: block;
overflow: hidden;
}
.txtef {
display: block;
transform: translateY(100%);
}
.on .txtef-wrap:nth-child(1) .txtef {
animation: ef-txt 1s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
}
.on .txtef-wrap:nth-child(2) .txtef {
animation: ef-txt 1s cubic-bezier(0.76, 0.09, 0.215, 1) forwards .1s;
}
.on .txtef-wrap:nth-child(3) .txtef {
animation: ef-txt 1s cubic-bezier(0.76, 0.09, 0.215, 1) forwards .2s;
}

@keyframes ef-txt {
0% {
transform: translateY(100%); }
100% {
transform: translateY(0); }
}


/* ef txtef mask
-------------------------------------------------- */

.mtm {
display: inline-block;
position: relative;
}
.mtm::after {
content: "";
width: 100%;
height: 100%;
background: rgba(255,255,255,0.80);
position: absolute;
left: 0;
top: 0;
transform-origin: right center;
}
.mtm.on::after  {
animation: ef-scaleX 0.8s ease-in-out forwards;
}


/* img mask
-------------------------------------------------- */

.mask {
position: relative;
overflow: hidden;
}
.mask::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0%;
height: 100%;
background-color: #181B39;
z-index: 4;
}
.mask.show::before {
animation: wipe_in_out 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
} 

@keyframes wipe_in_out {
0% {
width: 0%;
left: 0%;
}

50% {
width: 100%;
left: 0%;
}

100% {
width: 0%;
left: 100%;
}
}

.mask img {
visibility: hidden;
}
.mask.show img {
transition-delay: .55s;
visibility: visible;
}
.mask .mask_inner {
visibility: hidden;
}
.mask.show .mask_inner {
transition-delay: .55s;
visibility: visible;
}