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

html {
scroll-padding-top: 0px;
scroll-behavior: smooth;
}
body {
font-family: "Noto Sans JP", sans-serif;
font-size: 1.5rem;
line-height: 1.6;
color: #fff;
background: #000;
-webkit-text-size-adjust: 100%;
letter-spacing: 0.1em;
position: relative;
}
body::before {
content: "";
background-image: url("../img/common/body_bg.jpg");
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
background-color: #000;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100vh;
opacity: .25;
}

@media all and (max-width : 767px ){
body::before {
content: "";
background-image: url("../img/common/body_bg_sp.jpg");
background-position: center top;
background-size: cover;
}
}

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;
}
.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 {
position: relative;
width: 100%;
height: 100px;
padding: 0 82px 0 30px;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 5;
transition: background 0.3s ease-out;
}
.header_logo {
max-width: 191px;
height: auto;
}
.header_logo img {
width: 100%;
}

@media all and (max-width : 820px ){
header {
padding: 0 62px 0 25px;
}
.header_logo {
max-width: 160px;
height: auto;
}
}

@media all and (max-width : 767px ){
header {
position: relative;
padding: 0 0 0 15px;
height: 60px;
}
.header_logo {
max-width: 130px;
height: auto;
}
}

/*-------------------------------------------------
多言語ドロップダウンメニュー
-------------------------------------------------*/

.lang_menu {
padding-right: 30px;
}
.drop-menu:hover .drop-menu-list {
transform: scaleY(1); /* ドロップダウンメニューの表示 */
}
.drop-menu-item:hover {
color: #927C4A;
transition: opacity .3s; /* 不透明度の変化をアニメーション化 */
}
.drop-menu {
font-family: "EB Garamond", serif;
font-weight: 500;
font-style: italic;
font-size: 1.6rem;
position: relative;
letter-spacing: 0.05em;
padding-right: 18px;
padding-left: 20px;
}
.drop-menu::before {
content: "";
display: inline-block;
width: 14px;
height: 14px;
background-image: url("../img/common/icon_language.svg");
background-size: contain;
position: absolute;
left: 0px;
top: 8px;
}
.drop-menu::after {
content:'';
position: absolute;
right:5px;
top: 12px;
width:5px;
height:5px;
border-top: 1px solid #fff;
border-right:1px solid #fff;
transform: rotate(135deg);
}
.drop-menu-list {
font-style: normal;
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 {
font-weight: 400;
}

@media all and (max-width : 1366px ){
.drop-menu {
font-size: 1.5rem;
letter-spacing: 0.05em;
padding-right: 17px;
padding-left: 15px;
}
.drop-menu::before {
content: "";
display: inline-block;
width: 12px;
height: 12px;
left: 0px;
top: 5px;
}
.drop-menu::after {
content:'';
position: absolute;
right:5px;
top: 10px;
width:4px;
height:4px;
}
}

@media all and (max-width : 1260px ){
.drop-menu {
font-size: 1.4rem;
letter-spacing: 0.05em;
padding-right: 17px;
padding-left: 15px;
}
}

@media all and (max-width : 1024px ){
.drop-menu {
font-size: 1.3rem;
padding-left: 12px;
padding-right: 15px;
}
.drop-menu::before {
content: "";
display: inline-block;
width: 10px;
height: 10px;
left: 0px;
top: 3px;
}
}

.drop-menu-item {
padding-top: 10px;
transition: opacity .3s; 
}
.drop-menu-item a {
font-size: 1.3rem;
letter-spacing: 0.05em;
padding-top: 10px;
transition: opacity .3s; 
}

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


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

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

@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: 1s;
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;	
}
#open_navi .ham_lang {
display: flex;
font-weight: 500;
justify-content: flex-end;
font-family: "EB Garamond", serif;
font-size: 1.4rem;
letter-spacing: 0.05em;
}
#open_navi .ham_lang li {
padding-left: 20px;
margin-left: 30px;
color: #8E7742;
position: relative;
}
#open_navi .ham_lang li::before {
content: "/";
display: inline-block;
color: #999;
position: absolute;
left: -10px;
}
#open_navi .ham_lang li:nth-child(1)::before {
content: none;
}
#open_navi .ham_lang li a {
color: #999;
transition-duration: 0.5s;	
}
#open_navi .ham_lang li a:hover {
color: #8E7742;
}
.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;
}
}


/*-------------------------------------------------
ページタイトル
-------------------------------------------------*/

.page_titlebox {
position: relative;
}
.page_titlebox::before {
position: absolute;
top: 0;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
font-family: "EB Garamond", serif;
font-size: 10.0rem;
color: rgba(255,255,255,0.1);
text-align: center;
line-height: 1;
z-index: 0;
}
#page_privacy .page_titlebox::before {
content: "PRIVACY POLICY";
}
.page_title {
font-family: "Noto Serif JP", serif;
font-weight: 400;
color: #fff;
font-size: 3.0rem;
letter-spacing: 0.4em;
padding-top: 36px;
padding-bottom: 80px;
line-height: 100%;
display: block;
text-align: center;
position: relative;
z-index: 1;
}

@media all and (max-width : 820px ){
.page_titlebox::before {
font-size: 8.0rem;
}
.page_title {
font-size: 2.6rem;
letter-spacing: 0.3em;
padding-top: 30px;
}
}

@media all and (max-width : 767px ){
.page_titlebox::before {
font-size: 4.0rem;
}
.page_title {
font-size: 1.8rem;
padding-top: 12px;
padding-bottom: 35px;
}
}


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

footer {
width: 100%;
position: relative;
background-image: url("../img/common/foot_bg.jpg");
background-repeat: repeat;
z-index: 5;
}
footer::before {
content: "";
display: block;
background-image:url("../img/common/foot_head.svg");
background-repeat: repeat-x;
width: 100%;
height: 5px;
}

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

.footer_inner {
display: flex;
flex-direction: column;
align-items: center;
padding: 32px 0 10px;
}
.foot_logo {
max-width: 348px;
height: auto;
margin: 0 auto 15px;
}
.foot_c_name {
max-width: 230px;
height: auto;
margin: 0 auto 15px;
}
.foot_logo img,
.foot_c_name {
width: 100%;
}
.foot_addless {
font-family: "Noto Serif JP", serif;
font-size: 1.1rem;
color: #ddd;
letter-spacing: 0.2em;
display: block;
text-align: center;
margin-bottom: 30px;
}
.foot_addless a:hover {
text-decoration: underline;
}
.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: "EB Garamond", serif;
font-weight: 400;
font-size: 1.0rem;
letter-spacing: 0.2em;
display: block;
color: #ddd;
}

@media all and (max-width : 767px ){
footer::before {
height: 3px;
}
.footer_inner {
padding: 18px 5px 5px 5px;
}
.foot_logo {
max-width: 240px;
margin: 0 auto 10px;
}
.foot_subtitle {
max-width: 180px;
height: auto;
margin: 0 auto 0px;
}
.foot_c_name {
max-width: 200px;
height: auto;
margin: 0 auto 0px;
}
.foot_addless {
font-size: 1.0rem;
letter-spacing: 0.1em;
line-height: 200%;
margin-bottom: 15px;
}
.foot_sns_list {
margin-bottom: 10px; 
}
.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: 0 0 80px;
}

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

.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;
}


/*-------------------------------------------------
	 pager
-------------------------------------------------*/

.pager {
display: flex;
align-items: center;
justify-content: center;
margin-top: 60px;
text-align: center;
}
.pager > * {
margin: 0 5px;
padding: 8px 14px;
font-family: "EB Garamond", serif;
font-weight: 400;
color: #8E7742;
text-align: center;
}
.pager a {
background-color: transparent;
border: 1px solid #8E7742;
}
.pager a:hover, .pager span {
background-color: #8E7742;
color: #fff !important;
}
.pager span {
display: flex;
align-items: center;
}
.pager span.pn, .pager span.previous, .pager > span.next {
padding: 0 2px;
background: transparent !important;
border: none;
color: #8E7742 !important;
}
.pager span.previous a:hover, .pager span.next a:hover {
color: #5F5C07 !important;
}
.pager span.pn a, .pager span.previous a, .pager span.next a {
position: static;
display: inline-block;
padding: 5px 0;
color: #8E7742 !important;
background: transparent !important;
border: none;
font-size: 1.2rem;
}

@media screen and (max-width:767px) {
.pager {
margin-top: 25px;
}
.pager > * {
margin: 0 2px 0;
padding: 4px 10px;
}
.pager a, .pager span {
font-size: 1.2rem;
}
.pager span.pn a, .pager span.previous a, .pager span.next a {
display: inline-block;
padding: 10px 0;
position: static;
border: none;
background: transparent !important;
}
}


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

.page_top {
width: 45px;
height: 45px;
position: fixed;
right: 20px;
bottom: 80px;
/*background: #A18647;*/
background: linear-gradient(90deg, rgba(178, 145, 50, 1), rgba(227, 194, 70, 1) 50%, rgba(178, 145, 50, 1));
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: #1A1309;
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; /*矢印の基点とするためrelativeを指定*/
font-family: "Noto Serif JP", serif;
font-size: 1.4rem;
font-weight: 500;
letter-spacing: 0.2em;
text-decoration: none; /*ボタンの形状*/
display: inline-block;
color:#B29458;
padding: 15px 110px;
background-color: transparent;
border: solid 1px #8E7742;
text-align: center;
outline: none;
transition: ease .3s; /*アニメーションの指定*/
}
.link_btn:hover {
background: #8E7742;
/*background: linear-gradient(90deg, rgba(178, 145, 50, 1), rgba(227, 194, 70, 1) 50%, rgba(178, 145, 50, 1));*/
border: solid 1px #8E7742;
transition: ease .3s;
color:#fff;
}
.btn_arrow::after{ /* 矢印が右に移動して現在地に戻る */
content: '';
position: absolute;/*絶対配置で矢印の位置を決める*/
top:44%;
right: 20px;
width: 7px; /*矢印の形状*/
height: 7px;
border-top: 1px solid #B29458;
border-right: 1px solid #B29458;
transform: rotate(45deg);
transition: ease .3s;
}
.btn_arrow:hover::after { /*hoverした際のアニメーション*/
right: 15px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
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;
}
}