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

html {
scroll-padding-top: 100px;
scroll-behavior: smooth;
}
body {
font-family: "Noto Serif JP", serif;
font-size: 1.5rem;
line-height: 1.6;
color: #111;
background: #000;
-webkit-text-size-adjust: 100%;
letter-spacing: 0.1em;
position: relative;
}
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;
}
/*Firefox*/
::-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;}


/* pc / sp */

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

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

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

/*下層ページ用loader*/
.loader {
position: fixed;
z-index: 11;
top: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background: black;
}
.is-loaded .loader {
animation-name: loader_fadeOut;
animation-duration: 1.5s;
animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
animation-delay: .6s;
animation-fill-mode: forwards;
}
.is-loaded .loader_logo {
animation: loader_fadeIn 1.5s cubic-bezier(0.42, 0, 1, 1) forwards 0.5s,
reset_zindex 0s cubic-bezier(0.42, 0, 1, 1) forwards 4.5s;
}
.progress {
backface-visibility: hidden;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 200px;
height: 1px;
background: #333333;
}

@media screen and (min-width: 768px) {
.progress {
min-width: 272px;
width: 18.88889%;
}
}

@media screen and (max-width: 767px) {
.progress {
width: 32.85024%; 
} 
}

.is-loaded .progress {
animation-name: loader_fadeOut;
animation-duration: 0.5s;
animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
animation-delay: .3s;
animation-fill-mode: forwards;
}
.progress_inner {
position: relative;
width: 100%;
height: 100%;
}
.progress_bar {
width: 100%;
height: 100%;
background: #ffffff;
transform: scaleX(0);
transform-origin: 0 50%;
transition: all 10s cubic-bezier(0, 0, 0.58, 1);
}

@keyframes loader_fadeIn {
from {
opacity: 0;
visibility: visible;
filter: blur(5px);
}
to {
opacity: 1;
filter: none;
visibility: visible;
} 
}

@keyframes loader_fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
visibility: hidden;
}
}

@keyframes reset_zindex {
from { 
}
to {
z-index: 1;
} 
}


/*-------------------------------------------------
header logo
-------------------------------------------------*/

.header_logo {
position: absolute;
left: 30px;
top: 30px;
max-width: 200px;
height: auto;
z-index: 5;
opacity: 0;
}
.header_logo img {
width: 100%;
}

@media all and (max-width : 767px ){
.header_logo {
position: absolute;
left: 20px;
top: 15px;
max-width: 140px;
height: auto;
}
}

.is-loaded .header_logo {
opacity: 0;
animation-name: navi_fadein;
animation-duration: 1s;
animation-delay: 3s;
animation-fill-mode: forwards;
}



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

.openbtn {
display: block; 
position:fixed;
z-index: 9999;/*ボタンを最前面に*/
top: 24px;
right: 26px;
cursor: pointer;
width: 55px;
height: 46px;
mix-blend-mode: difference;
opacity: 0;
}

@media all and (max-width : 820px ){
.openbtn {
top: 24px;
right: 35px;
width: 45px;
}
}

.is-loaded .openbtn {
opacity: 0;
animation-name: navi_fadein;
animation-duration: 1s;
animation-delay: 3s;
animation-fill-mode: forwards;
}

@keyframes navi_fadein {
0% {
opacity: 0;
visibility: visible;
filter: blur(5px);
}
100% {
opacity: 1;
filter: none;
visibility: visible;
} 
}

/* ×に変化 */	
.openbtn span{
display: inline-block;
transition: all .4s ease;
position: absolute;
left: 0;
height: 1px;
background-color: #fff;
width: 100%;
}
.openbtn span:nth-of-type(1) {
top:15px;	
}
.openbtn span:nth-of-type(2) {
top:27px;
}
.openbtn span:nth-of-type(3) {
top:37px;
}
.openbtn.active span:nth-of-type(1) {
top: 18px;
left: 0;
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: 0;
transform: translateY(-6px) rotate(45deg);
width: 100%;
background-color: #fff;
}

@media all and (max-width : 767px ){
.openbtn {
top:10px;
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: 0;
display: block;
}

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

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


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

#open_navi {
position:fixed;
z-index: 999;
/*ナビのスタート位置と形状*/
top:-120%;
left:0;
width: 100%;
height: 100vh;/*ナビの高さ*/
background: rgba(0,0,0,0.95);
transition: all 0.5s ease;
}

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

/*ナビゲーションの縦スクロール*/
#open_navi.panelactive .open_navi_list {
height: 100%;
}
#open_navi .ham_logo {
max-width: 191px;
height: auto;
margin: 30px 0px 0 30px;
}
#open_navi .ham_logo img {
width: 100%;
}

/*ハンバーガーナビゲーション*/

.ham_inner {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100%;
}
#open_navi .ham_navi_wrap {
max-width: 980px;
padding: 0 20px 30px;
border-bottom: solid 1px rgba(255,255,255,0.3);
margin-bottom: 20px;
}
#open_navi .ham_navi {
font-family: "Noto Serif JP", serif;
display: flex;
flex-wrap: wrap;
}
#open_navi .ham_navi li {
width: 33.33333%;
margin-bottom: 50px;
}
#open_navi .ham_navi li a {
font-size: 2.0rem;
font-weight: 400;
color: #fff;
letter-spacing: 0.15em;
line-height: 100%;
transition-duration: 0.7s;	
position: relative;
}
#open_navi .ham_navi li a:hover {
color: #B29458;
transition-duration: 0.7s;	
}
.ham_sns_list {
display: flex;
align-items: center;
}
.ham_sns_list li a {
width: 20px;
height: auto;
margin-right: 20px;
transition-duration: 0.5s;	
opacity: .5;
}
.ham_sns_list li a:hover {
opacity: 0.3;
transition-duration: 0.5s;	
}
.ham_copyrightbox {
font-family: "EB Garamond", serif;
font-weight: 400;
font-size: 1.0rem;
letter-spacing: 0.1em;
color: #999;
}
.ham_copyrightbox_wrap {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 10px;
}

@media all and (max-width : 1024px ){
#open_navi .ham_navi li a {
font-size: 1.8rem;
letter-spacing: 0.1em;
}
}

@media all and (max-width : 820px ){
#open_navi .ham_navi li {
width: 50%;
margin-bottom: 50px;
}
#open_navi .ham_navi_wrap {
max-width: 600px;
padding: 0 20px 30px;
margin-bottom: 20px;
}
}

@media all and (max-width : 767px ){
#open_navi .ham_logo {
max-width: 130px;
margin: 10px 0px 0px 15px;
}
.ham_inner {
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
margin-top: 50px;
height: 100%;
}
#open_navi .ham_navi_wrap {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 0 0 20px 0px;
padding: 0 10px 15px 25px;
}
#open_navi .ham_navi {
margin-bottom: 10px;
}
#open_navi .ham_navi li {
width: 50%;
margin-bottom: 20px;
}
#open_navi .ham_navi li:nth-child(3n) {
margin-right: 0px;
}
#open_navi .ham_navi li a {
font-size: 1.3rem;
letter-spacing: 0.1em;
}
#open_navi .ham_lang {
font-size: 1.2rem;
}
#open_navi .ham_lang li {
padding-left: 10px;
margin-left: 25px;
}
#open_navi .ham_lang li:nth-child(1) {
padding-left: 0px;
margin-left: 10px;
}
.ham_sns_list {
justify-content: center;
margin-bottom: 10px;
}
.ham_sns_list li a {
margin-right: 10px;
}
.ham_sns_list li a img {
width: 50%;
}
.ham_copyrightbox {
font-size: 1.0rem;
white-space: nowrap;
}
.ham_copyrightbox_wrap {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding: 0 30px;
}
}


/*-------------------------------------------------
PV
-------------------------------------------------*/

.header_top {
transition: 1.3s;
position: relative;
height: 100vh; 
}

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

.pv_digest {
position: fixed;
z-index: -1;
top: 0;
left: -1000%;
right: -1000%;
bottom: 0;
margin: auto;
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
transition: 1.3s;
}
.video_box {
position: relative;
}
.video_box::after {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("../asset/img/bg_grid_50.png");
background-repeat: repeat;
background-position: left top;
z-index: 1;
}


/*-------------------------------------------------
pv タイトルロゴ
-------------------------------------------------*/

.pv_title_wrap {
position: absolute;
top: 45%;
left: 50%;
z-index: 7;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
visibility: hidden;
opacity: 0; 
}
.header_title_svg {
width: 400px;
height: auto;
margin-bottom: 50px;
} 
.header_title_svg {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
width: 100%;
height: 100%;
}
.pv_title_wrap .link_btn_box .link_btn {
position: relative; 
font-family: "Crimson Text", serif;
font-weight: 500;
font-size: 1.6rem;
letter-spacing: 0.1em;
text-decoration: none; 
display: inline-block;
color:#fff;
width: 300px;
padding: 15px 0;
background-color: rgba(142,119,66,0.95);
text-align: center;
outline: none;
border: none;
transition-duration: 0.5s;
}
.pv_title_wrap .link_btn_box .link_btn::before {
content: url("../asset/img/icon_play.svg");
display: inline-block;
vertical-align: middle;
padding-right: 10px;
}
.pv_title_wrap .link_btn_box .link_btn:hover {
background: linear-gradient(90deg, rgba(178, 145, 50, 1), rgba(227, 194, 70, 1) 50%, rgba(178, 145, 50, 1));
transition-duration: 0.5s;
}

@media screen and (max-width: 767px) {
.header_title_svg {
width: 220px;
height: auto;
margin: 0 auto 40px;
}
.pv_title_wrap .link_btn_box .link_btn {
font-size: 1.4rem;
width: 240px;
padding: 15px 0;
}
}

/* モーダルボタン
-------------------------------------------------- */

.modal-video-body {
max-width: 1200px
}
.js-modal-video {
position: relative;
z-index: 10;
}
.modal-video {
background-color: rgba(0, 0, 0, 0.85);
}
.modal-video-close-btn {
transition: ease 0.5s;
}
.modal-video-close-btn:hover {
cursor: pointer;
opacity: 0.3;
transition: ease 0.5s;
}


/*------------------------------------------------- 
scroll bar
------------------------------------------------- */

.scroll_bar a {
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: 4;
padding: 10px 10px 110px;
color: #ddd;
}
.scroll_bar a::after {
content: '';
position: absolute;
bottom: -100px;
left: 50%;
width: 1px;
height: 200px;
background: #ddd;
}
.scroll_bar a::before {
content: '';
position: absolute;
bottom: -100px;
left: 50%;
width: 1px;
height: 200px;
background-color: rgba(131, 131, 127, 0.4);
}
.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 : 767px ){
.scroll_bar a::after {
bottom: -30px;
height: 60px;
}
.scroll_bar a::before {
bottom: -30px;
height: 60px;
}
}


/*-------------------------------------------------
main
-------------------------------------------------*/

main {
position: relative;
z-index: 5;
background: #fff;
}

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

footer {
position: relative;
background-color: #1a1a1a;
background-image: url(../asset/img/footer-bg.gif);
background-repeat: repeat-x;
padding: 35px 0 20px;
text-align: center;
z-index: 5;
}


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

.footer_inner {
display: flex;
flex-direction: column;
align-items: center;
}
.foot_logo {
max-width: 234px;
height: auto;
margin: 0 auto 20px;
}
.foot_logo img {
width: 100%;
}
.foot_copy {
font-size: 1.4rem;
letter-spacing: 0.4em;
color: #fff;
margin-bottom: 15px;
}
.foot_c_name {
font-size: 1.2rem;
font-weight: 500;
color: #fff;
margin-bottom: 15px;
}
.foot_addless {
font-size: 1.1rem;
color: #ddd;
letter-spacing: 0.2em;
display: block;
text-align: center;
margin-bottom: 30px;
}
.foot_sns_list {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 30px; 
}
.foot_sns_list li a {
width: 20px;
height: auto;
margin-right: 20px;
transition: ease .5s;
}
.foot_sns_list li a:hover {
transition: ease .5s;
opacity: 0.5;
}
.copyright {
font-family: "Crimson Text", serif;
font-weight: 400;
font-size: 1.0rem;
letter-spacing: 0.2em;
display: block;
color: #ddd;
}

@media all and (max-width : 767px ){
footer {
padding: 30px 0 20px;
}
.foot_logo {
max-width: 150px;
margin: 0 auto 15px;
}
.foot_copy {
margin-bottom: 10px;
}
.foot_c_name {
margin-bottom: 10px;
}
.foot_addless {
font-size: 1.0rem;
margin-bottom: 20px;
}
.foot_sns_list {
margin-bottom: 15px; 
}
.foot_sns_list li a {
margin-right: 12px;
}
.foot_sns_list li img {
width: 50%;
}
.copyright {
font-size: 0.9rem;
letter-spacing: 0.1em;
}
}


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

.content {
padding: 100px 0;
}

@media all and (max-width : 767px ){
.content {
padding: 50px 0 40px;
}
}

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

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

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


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

.page_top {
width: 45px;
height: 45px;
position: fixed;
right: 20px;
bottom: 80px;
background: #A18647;
border-radius: 50px;
opacity: 0.9;
z-index: 999;
}
.page_top a{
position: relative;
display: block;
width: 45px;
height: 45px;
text-decoration: none;
}
.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 a{
width: 40px;
height: 40px;
}
.page_top {
width: 40px;
height: 40px;
position: fixed;
right: 10px;
bottom: 180px;
}
}


/*-------------------------------------------------
btn ボタン共通設定 
-------------------------------------------------*/

.link_btn {  
position: relative; 
font-size: 1.4rem;
font-weight: 500;
letter-spacing: 0.2em;
text-decoration: none; 
display: inline-block;
color:#fff;
padding: 15px 100px;
background-color: #000;
text-align: center;
outline: none;
transition: ease .3s; 
}
.link_btn:hover {
background: #8E7742;
transition: ease .3s;
}
.btn_arrow::after{ /* 矢印が右に移動して現在地に戻る */
content: '';
position: absolute;/*絶対配置で矢印の位置を決める*/
top:44%;
right: 20px;
width: 7px; /*矢印の形状*/
height: 7px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
transition: ease .3s;
}
.btn_arrow:hover::after { /*hoverした際のアニメーション*/
right: 15px;
transition: .3s;
}
.btn_arrow_under::after { 
content: '';
position: absolute;
top:44%;
right: 20px;
width: 7px; 
height: 7px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(135deg);
transition: ease .3s;
}
.btn_arrow_under:hover::after { 
top: 52%;
transition: .3s;
}
.link_btn_box {
display: flex;
justify-content: center;
}

@media all and (max-width : 767px ){
.link_btn {  
font-size: 1.1rem;
font-weight: 400;
padding: 8px 50px 8px 50px;
}
.btn_arrow::after { 
top:44%;
right: 12px;
width: 6px; /*矢印の形状*/
height: 6px;
}
}