@charset "utf-8";


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

body {
font-family: "Crimson Pro", serif;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.6;
color: #111;
-webkit-text-size-adjust: 100%;
letter-spacing: 0.05em;
}
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: #8E7742;
color: #fff;
}
::-moz-selection {
background: #8E7742;
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: #151211;
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 {
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 : 767px ){
.loading_txt img {
width: 80%;
}
}

.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
-------------------------------------------------*/

.kv_imgbox {
position: relative;
overflow: hidden;
}
.kv {
position: fixed;
width: 100%;
height: 100vh;
z-index: -1;
top: 0;
transition: 1.3s;
}
.kv img {
-webkit-transition: 5s 1s ease-out;
transition: 5s 1s ease-out;
width: 100%;
height: 100%;
object-fit: cover;
}
.header_top {
transition: 1.3s;
position: relative;
height: 100vh;
}

@media all and (max-width : 1919px ){
.kv {
position: relative;
width: 100%;
height: auto;
}
.kv img {
width: 100%;
height: auto;
}
.header_top {
height: auto;
}
}



/* グローバルナビ
-------------------------------------------------- */

.site_header{
position: absolute;
left: 0;
top: 0px;
width: 100%;
z-index: 99;
}
.header_change{
background-color: rgba(0,0,0,0.80);
backdrop-filter: blur(5px);
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px;
position: fixed;
top: -114px;
transition: .5s;
width: 100%;
z-index: 98;
}
.header_change .change_logo {
max-width: 250px;
height: auto;
}

@media all and (max-width : 1260px ){
.header_change .change_logo {
max-width: 230px;
}
}

@media all and (max-width : 767px ){
.header_change .change_logo {
max-width: 200px;
height: auto;
}
.header_change{
padding: 16px 10px 16px 10px;
position: fixed;
top: -114px;
}
}

.header_change.show{
top: 0;
}
.header_change .gnav_menu {
display: flex;
align-items: center;
}
.header_change .gnav_menu_item {
font-size: 1.6rem;
font-weight: 500;
margin-left: 40px;
letter-spacing: 0.05em;
}

@media all and (max-width : 1366px ){
.header_change .gnav_menu_item {
margin-left: 30px;
letter-spacing: 0.15em;
}
}

@media all and (max-width : 1260px ){
.header_change .gnav_menu_item {
font-size: 1.3rem;
margin-left: 25px;
letter-spacing: 0.1em;
white-space: nowrap;
}
}

@media all and (max-width : 1024px ){
.header_change .gnav_menu_item {
font-size: 1.2rem;
margin-left: 20px;
}
}

.header_change .gnav_menu_item a {
color: #fff;
position: relative;
}
.header_change .gnav_menu_item a:hover {
color: #F7DF85;
transition: all 0.5s;
}
.header_change .gnav_menu_item a::after {
position: absolute;
left: 50%;
content: '';
width: 10px;
height: 1px;
background: #F7DF85;
bottom: -18px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.header_change .gnav_menu_item a:hover::after {
visibility: visible;
bottom: -10px;
opacity: 1;
}
.drawer-menu {
font-family: 'Noto Serif JP', serif;
font-weight: 500;
}

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


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

.has-child > a::before {
content:'';
position: absolute;
right:-13px;
top:9px;
width:5px;
height:5px;
border-top: 1px solid #fff;
border-right:1px solid #fff;
transform: rotate(135deg);
}
.drop-menu:hover .drop-menu-list {
transform: scaleY(1); /* ドロップダウンメニューの表示 */
}
.drop-menu-item:hover {
opacity: .8; /* ドロップダウンメニューアイテムのホバー時の不透明度 */
transition: opacity .3s; /* 不透明度の変化をアニメーション化 */
}
.drop-menu {
position: relative;
padding-right: 20px;
}
.drop-menu a {
font-family: "Crimson Pro", serif;
font-size: 1.5rem;
font-weight: 400;
font-style: italic;
letter-spacing: 0.05em;
}
.drop-menu-list {
left: 0;
position: absolute;
top: 100%;
transform: scaleY(0); /* ドロップダウンメニューの非表示 */
transform-origin: center top; /* 変形を適応する基準を設定 */
transition: transform .3s; /* 表示の変化をアニメーション化 */
width: max-content;
z-index: 1;
}
.drop-menu-item {
padding-top: 10px;
transition: opacity .3s; 
}
.drop-menu-item a {
font-size: 1.3rem;
font-style: normal;
letter-spacing: 0.05em;
padding-top: 10px;
transition: opacity .3s; 
}


/*------------------------------------------------- 
scroll bar
------------------------------------------------- */
 
.scroll_bar a {
display: inline-block;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: 9;
padding: 10px 10px 110px;
color: #ddd;
}
.scroll_bar a::after {
content: '';
position: absolute;
bottom: -30px;
left: 50%;
width: 1px;
height: 110px;
background: #ddd;
}
.scroll_bar a::before {
content: '';
position: absolute;
bottom: -30px;
left: 50%;
width: 1px;
height: 110px;
background-color: rgba(140, 158, 173, 0.9);
}
.scroll_bar a::after {
animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
0% {
transform: scale(1, 0);
transform-origin: 0 0;
}
50% {
transform: scale(1, 1);
transform-origin: 0 0;
}
50.1% {
transform: scale(1, 1);
transform-origin: 0 100%;
}
100% {
transform: scale(1, 0);
transform-origin: 0 100%;
}
}

@media all and (max-width : 1024px ){

.scroll_bar a::after {
bottom: -30px;
height: 80px;
}
.scroll_bar a::before {
bottom: -30px;
height: 80px;
}
}

/*-------------------------------------------------
ハンバーガーメニュー背景
-------------------------------------------------*/

#open_navi {
position:fixed;
z-index: 999;
/*ナビのスタート位置と形状*/
top:-120%;
left:0;
width:100%;
height: 100vh;/*ナビの高さ*/
background-image: linear-gradient(90deg, rgba(206, 165, 72, 1), rgba(205, 175, 119, 1));
transition: all 0.5s ease;
}

/*アクティブクラスがついたら位置を0に*/
#open_navi.panelactive{
top: 0;
}

/*ナビゲーションの縦スクロール*/
#open_navi.panelactive .open_navi_list {
position: fixed;
z-index: 999; 
width: 100%;
height: 100vh;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#open_navi .ham_logo {
max-width: 230px;
height: auto;
margin: 20px 0 0 20px;
}

@media all and (max-width : 767px ){
#open_navi .ham_logo {
max-width: 200px;
margin: 15px 0 0 15px;
}
}

/*ナビゲーション*/
#open_navi ul {
/*ナビゲーション天地中央揃え*/
position: absolute;
z-index: 999;
top:50%;
left:50%;
transform: translate(-50%,-50%);
white-space: nowrap; 
}
#open_navi ul li a {
padding:10px;
display: block;
font-size: 2.4rem;
font-weight: 500;
letter-spacing: 0.05em;
color: #fff;
transition: all 0.6s ease;
}
#open_navi .lang {
font-family: "Crimson Pro", serif;
font-style: italic;
font-size: 2.0rem;
letter-spacing: 0.05em;
color: #fff;
padding: 10px 0 5px 10px
}


@media all and (max-width : 767px ){
#open_navi ul li a {
padding: 10px;
font-size: 1.4rem;
letter-spacing: 0.05em;
}
#open_navi .lang {
font-size: 1.6rem;
}
}

#open_navi ul li a:hover {
color: #8E7742;
transition: all 0.6s ease;
}


/* ハンバーガーメニュー
-------------------------------------------------- */

.openbtn {
display: none; /*はじめは非表示に*/
position: fixed;
z-index: 9999;/*ボタンを最前面に*/
top: 10px;
right: 40px;
cursor: pointer;
width: 40px;
height:40px;
}

@media all and (min-width : 980px ){
.openbtn {
display: none !important; 
}
}

/* ×に変化 */	
.openbtn span{
display: inline-block;
transition: all .4s ease;
position: absolute;
left: 14px;
height: 2px;
background-color: #ccc;
width: 100%;
}
.openbtn span:nth-of-type(1) {
top:15px;	
}
.openbtn span:nth-of-type(2) {
top:23px;
}
.openbtn span:nth-of-type(3) {
top:31px;
}
.openbtn.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-45deg);
width: 100%;
background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
opacity: 0;
}
.openbtn.active span:nth-of-type(3){
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(45deg);
width: 100%;
background-color: #fff;
}

@media all and (max-width : 979px ){
.openbtn {
display: block;
top: 16px;
right: 10px;
width: 50px;
height:45px;
}
.openbtn span{
width: 45%;
}
.openbtn.active span:nth-of-type(1) {
top: 15px;
left: 11px;
width: 55%;
}
.openbtn.active span:nth-of-type(3){
top: 27px;
left: 11px;
width: 55%;
}
}

@media all and (max-width : 767px ){
.openbtn {
top: 17px;
right: 15px;
width: 32px;
height:32px;
}
.openbtn span{
position: absolute;
left: 16px;
height: 1px;
width: 60%;
}
.openbtn span:nth-of-type(1) {
top:9px;	
}
.openbtn span:nth-of-type(2) {
top:16px;
}
.openbtn span:nth-of-type(3) {
top:23px;
}
.openbtn.active span:nth-of-type(1) {
top: 11px;
left: 10px;
width: 75%;
}
.openbtn.active span:nth-of-type(3){
top: 23px;
left: 10px;
width: 75%;
}
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
animation-name: fadeDownAnime;
animation-duration: 0.7s;
animation-fill-mode: forwards;
opacity: 1;
display: block;
}

@keyframes fadeDownAnime{
from {
opacity: 0;
transform: translateY(0px);
}

to {
opacity: 1;
transform: translateY(0);
}
}



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

.main {
position: relative;
background: url("../img/bg_washi01.jpg");
background-repeat: repeat;
}
.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 {
position: relative;
width: 100%;
padding: 110px 0 200px;
background-image: url("../img/concept_bg.jpg");
background-position: center top;
background-repeat: no-repeat;
color: #fff;
}
.about_title {
font-size: 2.4rem;
font-weight: 200;
letter-spacing: 0;
margin-bottom: 30px;
}
.about_txt {
width: 100%;
font-size: 1.8rem;
line-height: 200%;
position: relative;
letter-spacing: 0.05em;
}

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

@media all and (max-width : 820px ){
.about_title {
font-size: 2.0rem;
}
}
.about_txtbox_wrap {
position: relative;
z-index: 20;
}
.about_bgtxt {
max-width: 800px;
height: auto;
position: absolute;
right: 5%;
bottom: 30px;
}

@media all and (max-width : 1260px ){
.about_bgtxt {
max-width: 600px;
position: absolute;
right: 5%;
bottom: 5%;
}
}

@media all and (max-width : 820px ){
.about_bgtxt {
max-width: 400px;
position: absolute;
right: 5%;
bottom: 8%;
}
}

@media all and (max-width : 767px ){
.sec_about {
padding: 50px 0 70px;
}
.about_txtbox_wrap {
display: flex;
justify-content: center;
flex-direction: column;
}
.about_title {
font-size: 1.8rem;
letter-spacing: 0.05em;
line-height: 150%;
margin-bottom: 20px;
}
.about_txt {
width: 100%;
font-size: 1.3rem;
font-weight: 400;
line-height: 180%;
margin-left: 0px;
padding-left: 0px;
margin-top: 0px;
letter-spacing: 0.15em;
}
.about_txt::before {
display: none;
}
.about_bgtxt {
max-width: 280px;
position: absolute;
right: 5%;
bottom: 3%;
}
}

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

.sec_titlebox {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 60px;
position: relative;
z-index: 5;
}
.sec_titlebox dd {
font-family: "Crimson Pro", serif;
font-weight: 500;
font-style: italic;
font-size: 5.4rem;
letter-spacing:0.02em;
line-height: 100%;
color: #8E7742;
text-align: center;
}

@media all and (max-width : 820px ){
.sec_titlebox dt img {
width: auto;
height: 40px;
}
}

@media all and (max-width : 767px ){
.sec_titlebox dt img {
width: auto;
height: 30px;
}
.sec_titlebox {
margin-bottom: 30px;
}
.sec_titlebox dd {
font-size: 3.0rem;
}
}


/*-------------------------------------------------
sec_news
-------------------------------------------------*/

.sec_news {
padding: 80px 0 100px;
}
.news_box {
display: flex;
align-items: center;
padding: 22px 10px;
border-bottom: dotted 1px #ccc;
}
.box_top {
border-top: dotted 1px #ccc;
}
.news_box .date {
font-family: "Crimson Pro", serif;
font-size: 1.6rem;
color: 111;
letter-spacing: 0.1em;
line-height: 100%;
margin-right: 35px;
}
.news_box .news_cate {
font-size: 1.4rem;
font-weight: 400;
color:#8E6C47;
padding: 5px 30px;
border: solid 1px #8E6C47;
margin-right: 40px;
letter-spacing: 0.05em;
}
.news_box dd {
font-size: 1.6rem;
font-weight: 500;
letter-spacing: 0.05em;
}
.news_box dd span {
font-family: "Crimson Pro", serif;
font-style: italic;
color: #fff;
padding: 5px 10px;
background: #8F6D48;
letter-spacing: 0.05em;
}

@media all and (max-width : 979px ){
.news_box .date {
margin-right: 25px;
}
.news_box .news_cate {
padding: 5px 25px;
margin-right: 20px;
white-space: nowrap;
}
.news_box dd {
font-size: 1.4rem;
letter-spacing: 0.1em;
}
}

@media all and (max-width : 820px ){
.sec_news {
padding: 30px 0 60px;
}
.news_box {
padding: 20px 0px 20px 5px;
}
.news_box .date {
font-size: 1.4rem;
margin-right: 10px;
}
.news_box .news_cate {
padding: 4px 20px;
margin-right: 10px;
white-space: nowrap;
}
}

@media all and (max-width : 767px ){
.news_box {
flex-direction: column;
align-items: flex-start;
padding: 20px 0px 20px 5px;
}
.news_box .news_cate {
display: none;
}
.news_box .date {
font-size: 1.3rem;
margin-bottom: 10px;
}
.news_box dd {
font-size: 1.3rem;
}
.news_box dd span {
font-size: 0.9rem;
padding: 2px 8px;
}
}

/*-------------------------------------------------
sec_content
-------------------------------------------------*/

.sec_content {
background: #151211;
background-image: url("../img/enter_bg.png");
background-position: right top;
background-repeat: no-repeat;
padding: 80px 0 37px;
position: relative;
z-index: 1;
}

@media all and (max-width : 820px ){
.sec_content {
background-image: url("../img/enter_bg.png");
background-position: -130px top;
padding: 80px 0 37px;
}
}

@media all and (max-width : 767px ){
.sec_content {
background-position: -470px top;
padding: 40px 0 37px;
}
}

.sec_content::before {
content: "";
display: block;
background-image: url("../img/bg_grid_40.png");
background-repeat: repeat;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.sub_titlebox {
margin-bottom: 40px;
color: #fff;
position: relative;
z-index: 5;
}
.sub_titlebox dt {
font-size: 3.2rem;
font-weight: 500;
padding-left: 40px;
line-height: 100%;
position: relative;
margin-bottom: 8px;
}
.sub_titlebox dt:before {
content: "";
display: inline-block;
width: 30px;
height: 1px;
background-color: #fff;
position: absolute;
left: 0px;
top: 15px;
}
.sub_titlebox dd {
font-family: "Crimson Pro", serif;
font-style: italic;
font-size: 1.4rem;
color: #999;
margin-left: 35px;
}
.sch_area_inner {
color: #fff;
width: 100%;
display: flex;
justify-content: space-between;
padding-top: 0;
padding-left: 8px;
position: relative;
z-index: 5;
}
.schedule_time {
width: 80px;
font-family: "Crimson Pro", serif;
font-weight: 400;
font-size: 2.0rem;
line-height: 100%;
color: #fff;
margin-top: 4px;
}
.sch_area_inner div {
width: 100%;
position: relative;
}
.sch_area_inner dl {
color: #fff;
width: 100%;
padding-bottom: 35px;
position: relative;
margin: 0;
margin-left: 30px;
}
.sch_area_inner dl::before {
position: absolute;
content: "";
border-left: 1px solid #fff;
left: 5px;
top: 0;
height: 100%;
}
.sch_area_inner .circle_end::before {
height: 3px;
}
.sch_area_inner dl::after {
content: "";
background-image: url("../img/circle.svg");
background-size: contain;
width: 26px;
height: 26px;
position: absolute;
left: -8px;
top: 2.5px;
}
.sch_area_inner dl dt {
font-size: 2.0rem;
font-weight: 500;
letter-spacing: 0.05em;
position: relative;
width: 100%;
padding-left: 50px;
margin-bottom: 10px;
}
.sch_area_inner dl dd {
width:100%;
font-size: 1.6rem;
padding-left: 50px;
line-height: 2;
}
.schedule_box {
display: flex;
align-items: flex-start;
}

@media all and (max-width : 820px ){
.sub_titlebox dt {
font-size: 2.0rem;
padding-left: 35px;
}
.sub_titlebox {
margin-bottom: 25px;
}
.schedule_time {
font-size: 1.8rem;
}
.schedule_inner {
flex-direction: column;
}
.schedule_title_wrap {
margin-left: 0px;
margin-bottom: 50px;
}
.sch_area_inner dl dt {
font-size: 1.6rem;
letter-spacing: 0.15em;
}
}

@media all and (max-width : 767px ){
.sub_titlebox dt {
font-size: 1.6rem;
padding-left: 30px;
margin-bottom: 5px;
}
.sub_titlebox dt:before {
content: "";
width: 20px;
left: 0px;
top: 8px;
}
.sub_titlebox dd {
font-size: 1.0rem;
margin-left: 30px;
}
.sub_titlebox {
margin-bottom: 25px;
}
.schedule_time {
font-size: 1.6rem;
}
.sch_area_inner dl {
padding-bottom: 25px;
margin-left: 10px;
}
.sch_area_inner dl dt {
font-size: 1.4rem;
margin-left: -10px;
letter-spacing: 0.1em;
}
.sch_area_inner dl dd {
font-size: 1.2rem;
padding-left: 40px;
}
}


/*-------------------------------------------------
sec_seat
-------------------------------------------------*/

.sec_seat {
padding: 80px 0;
}
.seat_imgbox {
width: 51.59%;
}
.seat_img_wrap {
position: relative;
}
.seat_img {
position: relative;
z-index: 5;
margin-bottom: 40px;
}
.seat_img img {
width: 100%;
}
.caution_box {
width: 100%;
}
.caution_box dt {
padding: 15px 10px 15px 30px;
background: #C14911;
color: #fff;
font-size: 2.0rem;
font-weight: 600;
letter-spacing: 0.05em;
display: block
}
.caution_box dd {
background: #fff;
padding: 30px 20px 30px 30px;
font-size: 1.2rem;
letter-spacing: 0.05em;
margin-bottom: 5px;
}
.seat_txtbox {
width: 43.25%;
}
.sec_seat .sub_titlebox {
color: #222;
}
.sec_seat .sub_titlebox dt:before {
background-color: #8F6D48;
}
.sec_seat .sub_titlebox dd {
color:#8E7742;
}
.seat_box {
padding-bottom: 30px;
border-bottom: solid 1px #ccc;
margin-bottom: 25px;
}
.seat_title {
display: flex;
align-items: center;
margin-right: 30px;
}
.seat_title dt {
font-family: "Crimson Pro", serif;
width: 28px;
height: 28px;
color: #fff;
font-size: 2.0rem;
font-weight: 500;
background: #C14911;
border-radius: 50%;
line-height: 130%;
display: block;
text-align: center;
margin-right: 12px;
}
.seat_title dd {
font-size: 2.2rem;
font-weight: 500;
letter-spacing: 0.05em;
line-height: 100%;
}
.seat_title dd span {
font-size: 1.6rem;
letter-spacing: 0;
}
.direction_box {
display: flex;
}
.direction_box li {
font-size: 1.4rem;
font-weight: 400;
line-height: 100%;
color: #fff;
background: #707070;
padding: 8px;
margin-right: 5px;
border-radius: 3px;
white-space: nowrap;
}
.seat_inner_wrap {
display: flex;
align-items: flex-start;
margin-bottom: 20px;
}
.seat_txt {
font-size: 1.5rem;
line-height: 140%;
padding: 0 10px 0 40px;
}
.seat_box_wrap {
display: flex;
justify-content: space-between
}

@media all and (max-width : 1260px ){
.seat_title {
margin-right: 20px;
}
.seat_title dd {
font-size: 2.0rem;
}
.seat_title dd span {
font-size: 1.4rem;
}
}

@media all and (max-width : 1140px ){
.seat_inner_wrap {
display: flex;
flex-direction: column;
margin-bottom: 20px;
}
.seat_title {
margin-right: 20px;
margin-bottom: 20px;
}
.seat_title dt {
width: 25px;
height: 25px;
font-size: 1.8rem;
line-height: 135%;
margin-right: 5px;
}
.seat_title dd {
font-size: 1.8rem;
}
.seat_txt {
font-size: 1.4rem;
line-height: 180%;
padding: 0 5px 0 5px;
}
}

@media all and (max-width : 767px ){
.sec_seat {
padding: 40px 0;
}
.seat_box_wrap {
display: flex;
flex-direction: column;
justify-content: space-between
}
.seat_imgbox {
width: 95%;
margin: 0 auto;
}
.caution_box dt {
padding: 10px 10px 10px 20px;
font-size: 1.6rem;
}
.caution_box dd {
background: #fff;
padding: 15px 20px 30px 20px;
font-size: 1.0rem;
letter-spacing: 0.05em;
margin-bottom: 30px;
}
.seat_txtbox {
width: 100%;
}
.seat_inner_wrap {
margin-bottom: 15px;
}
.seat_box {
padding-bottom: 20px;
margin-bottom: 25px;
}
.seat_title {
margin-right: 0px;
margin-bottom: 10px;
}
.seat_title dt {
width: 20px;
height: 20px;
font-size: 1.4rem;
line-height: 140%;
margin-right: 5px;
}
.seat_title dd {
font-size: 1.6rem;
}
.seat_txt {
font-size: 1.2rem;
padding: 0 5px 0 5px;
}
.direction_box li {
font-size: 1.2rem;
padding: 6px;
margin-right: 5px;
}
}


.price_harf_box {
width: 47.62%;
}
.seat_subtitle {
font-size: 2.4rem;
font-weight: 600;
letter-spacing: 0.05em;
margin-bottom: 25px;
}
.price_box {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 10px 15px 10px;
border-bottom: solid 1px #ccc;
margin-bottom: 20px;
}
.price {
font-family: "Crimson Pro", serif;
font-weight: 500;
font-size: 2.4rem;
white-space: nowrap;
}
.price span {
font-weight: 600;
font-size: 1.6rem;
}
.price_harf_box_wrap {
display: flex;
justify-content: space-between;
}

@media all and (max-width : 820px ){
.price {
font-size: 2.0rem;
}
.price span {
font-size: 1.4rem;
}
}

@media all and (max-width : 767px ){
.price_harf_box {
width: 100%;
}
.seat_subtitle {
font-size: 1.6rem;
margin-bottom: 20px;
}
.price_box {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 10px 15px 10px;
border-bottom: solid 1px #ccc;
margin-bottom: 20px;
}
.price {
font-size: 1.8rem;
letter-spacing: 0.05em;
white-space: nowrap;
}
.price span {
font-size: 1.3rem;
}
.price_harf_box_wrap {
display: flex;
flex-direction: column;
justify-content: space-between;
}
}


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

.sec_ticket {
background-image: url("../img/bg_washi02.jpg");
background-repeat: repeat;
background-position: left top;
padding: 80px 0 150px;
}
.ticket_txt {
font-size: 1.6rem;
color: #fff;
display: block;
text-align: center;
letter-spacing: 0.05em;
margin-bottom: 60px;
}
.ticlet_list {
display: flex;
justify-content: space-between;
align-items: center;
}
.ticlet_list li img {
width: auto;
height: 76px;
}
.ticlet_list li a {
transition-duration: 0.7s;
}
.ticlet_list li a:hover {
transition-duration: 0.7s;
opacity: .6;
}

@media all and (max-width : 820px ){
.ticket_txt {
font-size: 1.4rem;
letter-spacing: 0.1em;
margin-bottom: 50px;
}
.ticlet_list li img {
width: auto;
height: 66px;
}
}

@media all and (max-width : 767px ){
.sec_ticket {
padding: 40px 0 30px;
}
.ticket_txt {
font-size: 1.3rem;
letter-spacing: 0.05em;
margin-bottom: 30px;
}
.ticlet_list {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.ticlet_list li {
margin-bottom: 30px;
}
.ticlet_list li img {
width: auto;
height: 50px;
}
}


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

.sec_access {
padding: 80px 0;
}
.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_box {
margin-right: 50px;
}
.access_box dt {
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.05em;
margin-bottom: 15px;
}
.access_box dd {
font-size: 1.5rem;
line-height: 180%;
}
.access_box dd a {
text-decoration: underline;
color: #8E7742;
}
.access_box dd a:hover {
text-decoration: none;
}
.access_box_wrap {
display: flex;
margin-left: 20px;
}

@media all and (max-width : 820px ){
.gmap_wrap {
margin: 10px 0 25px;
}
.access_box dt {
font-size: 1.5rem;
margin-bottom: 10px;
}
.access_box dd {
font-size: 1.3rem;
line-height: 140%;
white-space: pre-wrap;
}
.access_box_wrap {
margin-left: 0px;
}
}

@media all and (max-width : 767px ){
.sec_access {
padding: 40px 0 20px;
}
.gmap_wrap {
margin: 25px 0 20px;
}
.access_box_wrap {
flex-direction: column;
}
.access_box {
margin-right: 0px;
margin-bottom: 20px;
}
.access_box dt {
font-size: 1.5rem;
}
.access_box dd {
font-size: 1.3rem;
}
}


/*-------------------------------------------------
sec_faq
-------------------------------------------------*/

.sec_faq {
padding: 80px 0;
}

@media all and (max-width : 820px ){
.sec_faq {
padding: 50px 0 30px;
}
}

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

/*-------------------------------------------------
page navi
-------------------------------------------------*/

.page_navi {
display: flex;
justify-content: center;
align-content: center;
padding: 20px 0;
margin-bottom: 90px;
border-top: solid 1px #DEDEDE;
border-bottom: solid 1px #DEDEDE;
}
.page_navi li {
padding: 0 70px;
font-size: 1.5rem;
border-right: solid 1px #DEDEDE;
}

@media screen and (max-width:980px) {
.page_navi li {
padding: 0 30px;
font-size: 1.3rem;
}
}

.page_navi li:last-of-type {
border-right: none;
}
.page_navi li a {
color: #000;
transition: all 0.3s	
}
.page_navi li a:hover {
color: #8E7742;
transition: all 0.3s
}
.u_line_gold {
position: relative;
z-index: 1;
}
.u_line_gold:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;
width: 0%;
height: 1px;
background: #8E7742;
z-index: -1;
transition: all 0.3s;
}
.line_effect:hover .u_line_gold:after {
width: 100%;
}

@media all and (max-width : 767px ){
.page_navi {
padding: 15px 0 0px;
margin-bottom: 0px;
flex-wrap: wrap;
}
.page_navi li {
padding: 0 20px;
margin-bottom: 15px;
font-size: 1.2rem;
white-space: nowrap;
}
}

.faq_cat {
font-size: 2.4rem;
font-weight: 500;
letter-spacing: 0.05em;
margin-bottom: 30px;
}

@media all and (max-width : 820px ){
.page_navi {
margin-bottom: 50px;
}
.faq_cat {
font-size: 1.6rem;
margin-bottom: 20px;
}
}

@media all and (max-width : 767px ){
.page_navi {
margin-bottom: 30px;
}
.faq_cat {
font-size: 1.4rem;
margin-bottom: 10px;
}
}

/* アコーディオンメニュー
-------------------------------------------------- */

.accordion {
margin-bottom: 50px;
}
.accordion_container {
width: 100%;
border: solid 1px #DEDEDE;
margin-bottom: 20px;
}
.accordion_title {
font-size: 1.6rem;
font-weight: 400;
letter-spacing: 0.05em;
color: #111;
padding: 20px 10% 20px 50px;
position: relative;
z-index: +1;
cursor: pointer;
transition-duration: 0.2s;
}
.accordion_title::before {
content: "Q";
font-family: "Crimson Pro", serif;
font-weight: 400;
font-size: 3.0rem;
color: #8E7742;
display: inline-block;
position: absolute;
top: 6px;
left: 20px;
}
.accordion_title:hover {
opacity: 0.8;
}
.icon_wrap {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 50%;
right: 3%;
width: 40px;
height: 40px;
margin-top: -20px;
box-sizing: border-box;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transform-origin: center center;
transition-duration: 0.2s;
}
.icon {
display: block;
width: 30px;
height: 30px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transform-origin: center center;
transition-duration: 0.2s;
position: relative;
}
.accordion_title.open 
.icon_wrap {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.icon:before, 
.icon:after {
display: flex;
content: '';
background-color: #666;
width: 30px;
height: 1px;
position: absolute;
top: 15px;
left: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
transform-origin: center center;
}
.icon:before {
width: 1px;
height: 30px;
top: 0;
left: 15px;
}
.accordion_title.open 
.icon_wrap .icon:before {
content: none;
}
.accordion_title.open 
.icon_wrap .icon:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.accordion_inner {
display: none;
background: rgba(255,255,255,0.5);
padding: 0px 40px 30px;
box-sizing: border-box;
}
.ac_inner_wraper {
padding-top: 20px;
}
.ac_inner_txt {
width: 100%;
font-size: 1.5rem;
line-height: 180%;
}
.ac_inner_txt span {
color: #cc0000;
}
.ac_inner_txt a {
color: #8E7742;
text-decoration: underline;
}
.ac_inner_txt a:hover {
text-decoration: none;
}

@media all and (max-width : 820px ){
.accordion_title {
font-size: 1.5rem;
letter-spacing: 0.15em;
}
.accordion_title::before {
font-size: 2.8rem;
top: 6px;
left: 20px;
}
.ac_inner_txt {
width: 100%;
font-size: 1.4rem;
}
}

@media screen and (max-width: 767px) {
.accordion {
margin-bottom: 30px;
}
.accordion_container {
margin-bottom: 12px;
}
.accordion_inner {
padding: 0px 15px 15px;
}
.ac_inner_wraper {
padding-top: 15px;
}
.accordion_title {
font-size: 1.3rem;
letter-spacing: 0.05em;
padding: 15px 45px 15px 25px;
}
.accordion_title::before {
font-size: 1.5rem;
color: #8E7742;
top: 13px;
left: 8px;
}
.icon_wrap {
right: 1%;
}
.icon {
width: 20px;
height: 20px;
}
.icon:before, 
.icon:after {
width: 20px;
height: 1px;
position: absolute;
top: 10px;
left: 0;
}
.icon:before {
width: 1px;
height: 20px;
top: 0;
left: 10px;
}
.ac_inner_txt {
font-size: 1.3rem;
}
.feature_box dl:last-of-type {
padding: 15px 15px 0;
}
}


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

footer {
width: 100%;
background: #1A1A1A;
padding: 40px 0 10px;
color: #fff;
}
.foot_logo {
max-width: 418px;
height: auto;
margin: 0 auto 30px;
}
.host_title {
font-size: 1.2rem;
display: block;
text-align: center;
line-height: 200%;
margin-bottom: 20px;
}
.contact_title {
font-size: 1.2rem;
font-weight: 500;
display: block;
text-align: center;
margin-bottom: 15px;
}
.address_txt {
font-size: 1.2rem;
letter-spacing: 0.05em;
margin-bottom: 15px;
color: #ccc;
display: block;
text-align: center;
}
.address_txt a {
text-decoration: underline;
}
.address_txt a:hover {
text-decoration: none;
}
.foot_sns {
display: flex;
justify-content: center;
margin: 25px 0;
}
.foot_sns li a {
width: auto;
height: 20px;
transition-duration: 0.7s;
}
.foot_sns li a:hover {
opacity: 0.7;
transition-duration: 0.7s;	
}
.copyright {
 font-family: "Crimson Pro", serif;
font-weight: 400;
font-size: 1.2rem;
color: #999;
letter-spacing: 0.05em;
display: block;
text-align: center;
}

@media all and (max-width : 820px ){
.foot_logo {
max-width: 300px;
height: auto;
margin: 0 auto 30px;
}
}

@media all and (max-width : 767px ){
footer {
padding: 20px 0 10px;
}
.foot_logo {
max-width: 230px;
margin: 0 auto 15px;
}
.host_title {
font-size: 1.0rem;
margin-bottom: 12px;
}
.contact_title {
font-size: 1.0rem;
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: 48px;
height: 48px;
position: fixed;
right: 20px;
bottom: 100px;
background: #8E7742;
opacity: 0.9;
z-index: 999;
border-radius: 50px;
}
.page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 700;
content: '\f106';
font-size: 17px;
color: #fff;
position: absolute;
width: 30px;
height: 30px;
top: 0px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

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


/*-------------------------------------------------
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);
}