@charset "UTF-8";
/* 
	
CSS common.css */






/*//////////////////


Setting


//////////////////*/

/* 
base : #0d0d0d
gold : #ceb823
bggrey : #f5f5f5
red : #d60a0f
yellow : #ffff00

*/










/*//////////////////


font import


//////////////////*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');
/*
font-family: 'EB Garamond', serif;
font-family: 'Cormorant Garamond', serif;
*/










/*//////////////////


Body


//////////////////*/

body { font-family: yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; font-size: 15px; color: #0d0d0d; line-height: 2.3; letter-spacing: 0.15em; }
@media screen and (max-width: 767px) { 
	body { min-width: 0; font-size: 13px; }
}










/*//////////////////


基本構成


//////////////////*/

.noscrpt p { padding: 5px; background: #ceb823; font-weight: bold; text-align: center; }


/* secwrap：セクションを丸ごと囲う（背景画像セクションなど） */
.secwrap { padding: 120px 0; }
.secwrap.min { padding: 100px 0; }
.secwrap.wide { padding: 160px 0; }
.secwrap.fin { margin-bottom: 120px; } /* 次がwrapじゃない時 */
.secwrap>.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px){
	.secwrap,
	.secwrap.min,
	.secwrap.wide { padding: 80px 0; }
	.secwrap.fin { margin-bottom: 80px; } 
}


/* section */
.section { margin-bottom: 200px; }
.section.fin { margin-bottom: 200px; } /* 最後のセクション */
.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px){
	.section { margin-bottom: 80px; }
	.section.fin { margin-bottom: 80px; } /* 最後のセクション */
}


/* insec */
.insec {  }
.insec:last-child {  }
@media screen and (max-width: 767px) {
	.insec {  }
}


/* incnt */
.incnt { max-width: 1080px; width: 88%; margin: 0 auto; position: relative; }
.incnt.min { max-width: 900px; }
.incnt.wide { max-width: 1280px; }
.incnt.wider { max-width: 1500px; }
.incnt.fix { max-width: none; width: calc(100% - 120px); margin: 0 60px; }
.incnt.max { max-width: none; width: 100%; }
@media screen and (max-width: 1280px){
	.incnt.fix { width: calc(100% - 80px); margin: 0 40px; }
}
@media screen and (max-width: 1040px){
	.incnt, .incnt.max, .incnt.wider, .incnt.wide, .incnt.min { width: 84%; }
}
@media screen and (max-width: 767px){
	.incnt, .incnt.max, .incnt.wider, .incnt.wide, .incnt.min, .incnt.fix { width: 84%; margin: 0 auto; }
	.incnt.none { width: 100%; }
}


/* basecnt */
/*
.basecnt { display: flex; justify-content: space-between; align-items: flex-start; }
.basecnt .inside { width: 25%; margin-top: -2px; }
.basecnt .inmain { width: 71%; }
@media screen and (max-width: 1040px) { 
	.basecnt { display: block; }
	.basecnt .inside { width: 100%; margin-top: 0px; }
	.basecnt .inmain { width: 100%; }
}
*/









/*//////////////////


内部レイアウト


//////////////////*/


/* block */
.block {  }
@media screen and (max-width: 767px) {
	.block { }
}


/* inblock */
.inblock {  }
@media screen and (max-width: 767px) {
	.inblock { }
}


/* 装飾ボックス */
.bgbox { background: #f5f5f5; padding: 60px 80px; }
.bgbox.white { background: #fff; }
.bgbox.gold { background: #ceb823;}
.bgbox.min { }
.bgbox.wide { }
@media screen and (max-width: 767px) { 
	.bgbox, .bgbox.wide { padding:  60px; }
}
@media screen and (max-width: 639px) { 
	.bgbox, .bgbox.wide { padding:  40px 8%; }
}

.borderbox { border: 1px solid #0d0d0d; padding: 60px 80px; box-sizing: border-box; }
.borderbox.black { border-color: #0d0d0d; }
.borderbox.gold { border-color: #ceb823; }
.borderbox.min { }
.borderbox.wide {  }
@media screen and (max-width: 767px) { 
	.borderbox, .borderbox.wide { padding:  60px; }
}
@media screen and (max-width: 639px) { 
	.borderbox { padding: 8%; }
}

/* 横並び */
.imgbox.two,
.imgbox.three { display: flex; flex-wrap: wrap; }
.imgbox .item { margin-bottom: 0px; }
.imgbox .item img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
.imgbox.two .item { width: 50%; height:350px; }
.imgbox.three .item { width: calc(100% / 3); overflow: hidden; height: 270px; }
*::-ms-backdrop, .imgbox.three .item { width: 33.33%; } /* IE11 */
@media screen and (max-width: 1040px) { 
	.imgbox.three { display: block; }
	.imgbox.three .item { width: 100%; height: auto; }
	*::-ms-backdrop, .imgbox.three .item { width: 100%; } /* IE11 */
	.imgbox.two .item { height: 35vw; }
}
@media screen and (max-width: 767px) { 
	.imgbox.two { display: block; }
	.imgbox.two .item { width: 100%; height: auto; }
}
@media screen and (max-width: 639px) { 
	.imgbox.three .item { height: auto; }
}


/*
.basebox { padding: 80px 100px; background: #fff; box-sizing: border-box; margin-bottom: 20px; }
@media screen and (max-width: 1180px) { 
	.basebox { padding: 60px; }
}*/

/* 画面幅いっぱい（IEではサポートしていない） */
.widebox {margin: 0 calc(50% - 640px);position: relative;} /* width:1080px; */
@media screen and (max-width: 1450px){
	.widebox {margin: 0 calc(540px - 44vw);} /* padding:0 6%; */
}
@media screen and (max-width: 1220px){
	.widebox { margin: 0 auto; width: 100% } /* padding:0 6%; */
}


/* flexボックス（WP） */
.imgflexbox { display: flex; }
.imgflexbox.reverse { flex-direction:row-reverse; }
.imgflexbox.stretch { align-items: stretch; }
.imgflexbox.aligncenter { }
.imgflexbox.margin { }
.imgflexbox .imgbox { margin-bottom: 0!important; flex-shrink: 0; text-align: center; }
.imgflexbox.margin .imgbox { margin-right: 5%; }
.imgflexbox.margin.reverse .imgbox { margin-right: 0; margin-left: 5%; }
.imgflexbox.stretch .imgbox>img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; max-width: none; }
.imgflexbox .txtbox { box-sizing: border-box; margin-bottom: 0; flex: 1; }
.imgflexbox.aligncenter .txtbox { align-items:center; display: flex; flex-direction:column; justify-content: center;}
@media screen and (max-width: 767px) { 
	.imgflexbox { flex-direction:column-reverse; }
	.imgflexbox.reverse { flex-direction:column-reverse; }
	.imgflexbox .imgbox { flex-shrink: unset; margin-top: 30px; }
	.imgflexbox.margin .imgbox { margin-right: 0; margin-bottom: 4%!important; }
	.imgflexbox.margin.reverse .imgbox { margin-left: 0; margin-top: 4%; }
	.imgflexbox .imgbox, .imgflexbox .txtbox { width: 100%; }
}


/* floatボックス */
.left .imgbox, .right .imgbox { width: 45%; min-width: 330px; }
.left .txtbox, .right .txtbox { width: 50%; max-width: calc(100% - 360px); }
.right .imgbox, .left .txtbox { float: right; }
.right .txtbox, .left .imgbox { float: left; }
@media screen and (max-width: 767px) { 
	.left .imgbox,
	.left .txtbox,
	.right .imgbox,
	.right .txtbox { float: none; width: 100%; margin: 0!important; min-width: 0; max-width: none; }
}


/* 回り込みテキスト */
.left.round .imgbox  { margin-right: 30px; }
.right.round .imgbox  { margin-left: 30px; }
.left.round .txtbox,
.right.round .txtbox { float: none; width: 100%; max-width: none; }
@media screen and (max-width: 767px) { 
}


/* スマホ横スクロール（js連動）　data-spwidth属性にスマホ時の表示サイズを記載 */
.scrollmsg { display: none; color: #ceb823; margin-bottom: 10px; }
@media screen and (max-width: 767px) {
	.scrollmsg { display: block; }
	.scrollwrap { overflow: auto; -webkit-overflow-scrolling: touch; /*滑らかに*/  border: 8px solid #f1f1f1; box-sizing: border-box; }
	.scroll { overflow: auto; text-align: center; -webkit-overflow-scrolling: touch; /*滑らかに*/ }
}


/* 回り込み不可取り消し */
.dcf:after { display: none;  }












/*//////////////////


基本テキスト装飾


//////////////////*/

/* 装飾 */
.mincho { font-family: yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; } /* 明朝体 */
.gothic { font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;  } /* 明朝体 */
.tategaki { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; display: inline-block; text-align: left; } /* 縦書きテキスト */
.gara { font-family: 'Cormorant Garamond', serif; letter-spacing: 0.18em; }
.eb { font-family: 'EB Garamond', serif!important; }


/* テキスト寄せ */
.tl { text-align: left!important; }
.tc { text-align: center!important; }
.tr { text-align: right!important; }


/* 文字装飾 */
strong,
strong span { font-weight: bold!important; }
del { text-decoration: line-through!important; }

.inb { display: inline-block; } /* inline-block */
.palt { font-feature-settings : "palt"; } /* 自動カーニング */
.bold,
.bold span,
.bold li { font-weight: bold!important; } /* 太字 */
.normal,
.normal span { font-weight: normal!important; }
.underline { text-decoration: underline!important; } /* 下線 */
.linethrough { text-decoration: line-through!important; } /* 取り消し線 */

/* txt */
.txtsmall { font-size: 13px; }
.txten { font-size: 14px; line-height: 1.6; font-family: 'Cormorant Garamond', serif; }
.txtdetail { line-height: 2; }
.txtbig1,
.txtbig2,
.txtbig3 { line-height: 2.0; }
.txtbig1 { font-size: 18px; }
.txtbig2 { font-size: 20px; }
.txtbig3 { font-size: 28px; }
@media screen and (max-width: 767px) { 
	.txtsmall { font-size: 12px; }
    .txten { font-size: 12px; }
	.txtbig1 { font-size: 16px; }
	.txtbig2 { font-size: 18px; }
	.txtbig3 { font-size: 20px; }
}


/* txt.color */
.txtgold { color: #ceb823; }
.txtblack { color: #0d0d0d; }
.txtwhite { color: #fff; }
.txtlight { color: #f5f5f5; }
.txtgrey { color: #aaa; }
.txtred { color: #d60a0f; }
.txtyellow { color: #ffff00; }

/* bg */
.bggold { background: #ceb823; }
.bgblack { background: #0d0d0d; }
.bgwhite { background: #fff; }
.bglight { background: #f5f5f5; }
.bggrey { background: #aaa; }
.bgred { background: #d60a0f; }
.bgyellow { background: #ffff00; }

/* border */
.bordergold { border: 1px solid #ceb823; }
.borderblack { border: 1px solid #0d0d0d; }
.borderwhite { border: 1px solid #fff; }
.borderlight { border: 1px solid #f5f5f5; }
.bordergrey { border: 1px solid #aaa; }
.borderyellow { border: 1px solid #ffff00; }
.borderred { border: 1px solid #d60a0f; }

/* marker */
.markergold { background: linear-gradient(transparent 60%, #ceb823 0%); }
.markerblack { background: linear-gradient(transparent 60%, #0d0d0d 0%); }
.markerwhite { background: linear-gradient(transparent 60%, #fff 0%); }
.markerlight { background: linear-gradient(transparent 60%, #f5f5f5 0%); }
.markergrey { background: linear-gradient(transparent 60%, #aaa 0%); }
.markerred { background: linear-gradient(transparent 60%, #d60a0f 0%); }
.markeryellow { background: linear-gradient(transparent 60%, #ffff00 0%); }


/* blockquote */
blockquote, q { margin: 0; padding: 0; border: 0; font-style:normal; font-weight: normal; vertical-align: baseline; background:transparent; quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
blockquote{ border-left: 4px solid #ccc; padding-left: 10px; font-style: italic; color: #aaa; }
blockquote p { font-style: italic; }


/* iframe（動画） */
.iframe { clear: both; text-align: center; position: relative; width: 100%; padding-top: 56.25%; }
.iframe iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }


/* reset */
li, ol, ul, dl, dt, dd { list-style-type : none; padding: 0; margin: 0; list-style: none; }


/* indext */
p.indent,
ul.indent li, 
ol.indent li { padding-left: 1em!important; text-indent: -1em; /* font-feature-settings : "palt"; */ }


/* caution */
p.caution,
ul.caution li { padding-left: 1em!important; text-indent: -1em; /* font-feature-settings : "palt"; */ }
p.caution:before,
ul.caution li:before { content:"※"!important; }


/* inbrock */
ul.inbrock li { display: inline-block; margin-right: 1em; }
ul.inbrock li:last-child { margin-right: 0; }
@media screen and (max-width: 639px){
	ul.inbrock li { display: block; }
}

/* dotlist */
ul.dotlist li { padding-left: 1em!important; text-indent: -1em; /* font-feature-settings : "palt"; */ }
ul.dotlist li:before { content:"●"!important; color: #ceb823; font-size: 0.7em; margin-right: 0.3em; }










/*//////////////////


タイトル・コピー・訴求テキスト


//////////////////*/

/* pagetitle */
.pagetitle { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-align: center; padding: 60px 90px 55px; line-height: 1.9; font-size: 28px; display: inline-block; color: #fff; border: 1px solid #fff; letter-spacing: 0.2em; min-height: 160px; }
.pagetitle.two { padding: 60px 70px 55px; text-align: left; }
.pagetitle.long { letter-spacing: 0.15em; }
@media screen and (max-width: 1040px) { 
	.pagetitle { padding: 40px 80px 30px; } 
	.pagetitle.two { padding: 40px 60px 30px; }
}
@media screen and (max-width: 767px) { 
	.pagetitle { padding: 40px 60px 30px; font-size: 22px; min-height: 0; } 
	.pagetitle.two { padding: 45px 50px 35px; }
}
@media screen and (max-width: 639px) { 
	.pagetitle { padding: 30px 10px 20px; font-size: 20px; border-right: none; border-left: none; } 
	.pagetitle.two { padding: 30px 10px 20px; }
}

/* sectitle */
.topsectitle { margin-bottom: 50px; text-align: center; }
.topsectitle .en { font-family: 'Cormorant Garamond', serif; letter-spacing: 0.18em; font-size: 30px; line-height: 1.8;  }
.topsectitle .title { letter-spacing: 0.25em; }
@media screen and (max-width: 767px) { 
	.topsectitle { margin-bottom: 30px; }
	.topsectitle .en { font-size: 24px; }
	.topsectitle .title { font-size: 13px; }
}


/* sectitle */
.sectitle { margin-bottom: 50px; text-align: center; width: 100%; }
.sectitle .en { font-family: 'Cormorant Garamond', serif; letter-spacing: 0.15em; font-size: 18px; line-height: 1.8; }
.sectitle .title { font-size: 28px; letter-spacing: 0.2em; font-feature-settings : "palt"; display: block; line-height: 2; margin-bottom: 10px;}
.sectitle.feast .en { border-bottom: 1px solid #0d0d0d; display: inline-block; }
@media screen and (max-width: 767px) { 
	.sectitle { margin-bottom: 30px; }
	.sectitle .en { font-size: 12px; }
	.sectitle .title { font-size: 22px; margin-bottom: 8px; }
}
@media screen and (max-width: 639px) { 
	.sectitle .title { letter-spacing: 0.2em; }
}

/* blocktitle */
.blocktitle { font-size: 28px; margin-bottom: 50px; line-height: 2; letter-spacing: 0.2em; text-align: center; padding-bottom: 20px; }
.blocktitle:after { content: ""; height: 3px; width: 50px; margin-left: -25px; position: absolute; bottom: 0; left: 50%; background: #ceb823; }
@media screen and (max-width: 767px) { 
	.blocktitle { font-size: 20px; margin-bottom: 30px; padding-bottom: 15px; }
}


/* subtitle */
.subtitle { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-align: left; padding: 40px 40px 35px; line-height: 1.7; font-size: 28px; background: #0d0d0d; display: inline-block; color: #fff; letter-spacing: 0.3em; }
@media screen and (max-width: 767px) { 
	.subtitle { padding: 30px 20px 25px; line-height: 1.7; font-size: 22px; }
}


/* copy */
.copy.style1 { font-size: 28px; margin-bottom: 30px; line-height: 2; letter-spacing: 0.2em; font-feature-settings : "palt"; } /* editor - Style-A */
.copy.style2 { font-size: 20px; margin-bottom: 30px; line-height: 2; letter-spacing: 0.25em; font-feature-settings : "palt"; } /* editor - Style-B */
@media screen and (max-width: 767px) { 
	.copy.style1 { font-size: 20px; margin-bottom: 20px; }
	.copy.style2 { font-size: 18px; margin-bottom: 20px; }
}


/* title */
.title.style1 { text-align: center; margin-bottom: 40px; line-height: 2.0; font-size: 20px; }
.title.style1 span { border-bottom: 1px solid #0d0d0d; display: inline-block; }
@media screen and (max-width: 767px) { 
	.title.style1 { margin-bottom: 20px; font-size: 18px;}
}










/*//////////////////


リンク・ボタン


//////////////////*/

/* init */
a { color: #0d0d0d; transition: 0.3s; }
a:hover { color: #666; }
a.btn, button { transition: 0.6s; backface-visibility: hidden; color: inherit; }
a.btn:hover, a.btn:active, a.btn::link, a.btn::visited,
button:hover, button:active, button::link, button::visited { text-decoration: underline; }
a.opacity:hover, a.opacity:active { opacity: 0.7; color: #0d0d0d; }
@media screen and (max-width: 640px) {
	a { transition: none; }
	a.opacity:hover, a.opacity:active { opacity: 1; }
}

/* ボタン装飾 */
a.btn, button { display: inline-block; font-size: 100%; padding:20px 0; line-height: 1.6; text-align: center; text-decoration: none!important; position: relative; background: #ceb823; width: 400px; box-sizing: border-box;  color: #fff; max-width: 100%; }
a.btn:hover, button:hover { background: #0d0d0d; }
a.btn.max, button.max { width: 100%; max-width: none; }
@media screen and (max-width: 1040px) {
    a.btn.max, button.max { width: 400px; max-width: 100%; }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 400px) {
	a.btn, button { padding: 20px 0; width: 100%; max-width: none ;}
    a.btn.max, button.max { width: 400px; max-width: 100%; }
}

/* ボタン個別設定 */
a.btn.black, button.black { background: #0d0d0d; }
a.btn.black:hover, button.black:hover { background: #ceb823; }
a.btn.red, button.red { background: #d60a0f; }
a.btn.red:hover, button.red:hover { background: #0d0d0d; }
a.btn.white { background: #fff; color: #0d0d0d; border: 1px solid #0d0d0d; }
a.btn.white:hover { background: #0d0d0d; color: #fff; border: 1px solid #fff; }
a.btn.trans { background: none; color: #fff; border: 1px solid #fff; }
a.btn.trans:hover { background: #fff; color: #0d0d0d; }


/* リンクボタン */
a.linkbtn { color: #ceb823; font-size: 14px; text-decoration: none; position: relative; padding-right: 40px; line-height: 1; }
a.linkbtn:after { content: url(../img/common/arr2.svg); width: 30px; position: absolute; right: 0; top: 0px; transition: 0.3s; }
a.linkbtn:hover:after { right: -10px; }
@media screen and (max-width: 767px) {
	
}


/* ボタンボックス */
.btnbox { text-align: center; margin-top: -10px }
.btnbox a, .btnbox button { text-align: center; margin-top: 10px; }
@media screen and (max-width: 767px) {
	
}


/* テキストリンク */
a.linktxt { color: #0d0d0d; transition: 0.3s; }
a.linktxt:visited{ color: inherit; }
a.linktxt:hover{ color: #666; }


/* 電話リンク */
a.tel { text-decoration: none; }
a.tel:hover{ color: initial; }










/*//////////////////


テーブル


//////////////////*/

/* reset */
table { border-collapse: collapse; border-spacing:0; text-align: left; font-style:normal; font-weight:normal; width:100%; }
table th, table td { text-align: left; vertical-align: middle; list-style: none; word-break: break-all; }
table th { font-weight: bold }
table.base, table.type1 { width: 100%; border-bottom: 1px dotted #ddd;  }


/* common */
table.base th, table.base td,
table.type1 th, table.type1 td { padding: 30px 5%; border-top: 1px dotted #ddd; background: #f5f5f5; }
table.white th, table.white td { background: #fff; }


/* type1 */
table.type1 thead th { background: #0d0d0d; text-align: center; color: #fff; } 
table.type1 tbody th { background: #ceb823; color: #fff; }














/*//////////////////


スクロールエフェクト


//////////////////*/

.-effect { opacity : 0; transform : translate(0, 45px);  }
.-effect.-scrollin { opacity : 1; transform : translate(0, 0); transition : all 1.0s ease-out;}







/*//////////////////


paddding・margin・border


//////////////////*/

/* border */
.bt0{ border-top:0!important; }
.bb0{ border-bottom:0!important; }
.br0{ border-right:0!important; }
.bl0{ border-left:0!important; }
.b0{ border:0!important; }

/* paddding・margin */
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pl0 { padding-left: 0px !important; }
.pr0 { padding-right: 0px !important; }
.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.pt10 { padding-top: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pr10 { padding-right: 10px !important; }
.mt10 { margin-top: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.pr15 { padding-right: 15px !important; }
.mt15 { margin-top: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl20 { padding-left: 20px !important; }
.pr20 { padding-right: 20px !important; }
.mt20 { margin-top: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl30 { padding-left: 30px !important; }
.pr30 { padding-right: 30px !important; }
.mt30 { margin-top: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mr30 { margin-right: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl40 { padding-left: 40px !important; }
.pr40 { padding-right: 40px !important; }
.mt40 { margin-top: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml40 { margin-left: 40px !important; }
.mr40 { margin-right: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl50 { padding-left: 50px !important; }
.pr50 { padding-right: 50px !important; }
.mt50 { margin-top: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml50 { margin-left: 50px !important; }
.mr50 { margin-right: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.pl60 { padding-left: 60px !important; }
.pr60 { padding-right: 60px !important; }
.mt60 { margin-top: 60px !important; }
.mb60 { margin-bottom: 60px !important; }
.ml60 { margin-left: 60px !important; }
.mr60 { margin-right: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pb70 { padding-bottom: 70px !important; }
.pl70 { padding-left: 70px !important; }
.pr70 { padding-right: 70px !important; }
.mt70 { margin-top: 70px !important; }
.mb70 { margin-bottom: 70px !important; }
.ml70 { margin-left: 70px !important; }
.mr70 { margin-right: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pb80 { padding-bottom: 80px !important; }
.pl80 { padding-left: 80px !important; }
.pr80 { padding-right: 80px !important; }
.mt80 { margin-top: 80px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml80 { margin-left: 80px !important; }
.mr80 { margin-right: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pb90 { padding-bottom: 90px !important; }
.pl90 { padding-left: 90px !important; }
.pr90 { padding-right: 90px !important; }
.mt90 { margin-top: 90px !important; }
.mb90 { margin-bottom: 90px !important; }
.ml90 { margin-left: 90px !important; }
.mr90 { margin-right: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pb100 { padding-bottom: 100px !important; }
.pl100 { padding-left: 100px !important; }
.pr100 { padding-right: 100px !important; }
.mt100 { margin-top: 100px !important; }
.mb100 { margin-bottom: 100px !important; }
.ml100 { margin-left: 100px !important; }
.mr100 { margin-right: 100px !important; }

/* para */
.para-1 { margin-top: 10px!important; }
.para-2 { margin-top: 20px!important; }
.para-3 { margin-top: 30px!important; } @media screen and (max-width: 767px) { .para-3 { margin-top: 20px!important; } }
.para-4 { margin-top: 40px!important; } @media screen and (max-width: 767px) { .para-4 { margin-top: 30px!important; } }
.para-5 { margin-top: 50px!important; } @media screen and (max-width: 767px) { .para-5 { margin-top: 30px!important; } }
.para-6 { margin-top: 60px!important; } @media screen and (max-width: 767px) { .para-6 { margin-top: 40px!important; } }
.para-7 { margin-top: 70px!important; } @media screen and (max-width: 767px) { .para-7 { margin-top: 50px!important; } }
.para-8 { margin-top: 80px!important; } @media screen and (max-width: 767px) { .para-8 { margin-top: 50px!important; } }
.para-9 { margin-top: 90px!important; } @media screen and (max-width: 767px) { .para-9 { margin-top: 60px!important; } }
.para-10 { margin-top: 100px!important; } @media screen and (max-width: 767px) { .para-10 { margin-top: 60px!important; } }
.para-12 { margin-top: 120px!important; } @media screen and (max-width: 767px) { .para-12 { margin-top: 80px!important; } }
.para-14 { margin-top: 140px!important; } @media screen and (max-width: 767px) { .para-14 { margin-top: 80px!important; } }
.para-16 { margin-top: 160px!important; } @media screen and (max-width: 767px) { .para-16 { margin-top: 100px!important; } }
.para-18 { margin-top: 180px!important; } @media screen and (max-width: 767px) { .para-18 { margin-top: 100px!important; } }
.para-20 { margin-top: 200px!important; } @media screen and (max-width: 767px) { .para-20 { margin-top: 120px!important; } }
.para1 { margin-bottom: 10px!important; }
.para2 { margin-bottom: 20px!important; }
.para3 { margin-bottom: 30px!important; } @media screen and (max-width: 767px) { .para3 { margin-bottom: 20px!important; } }
.para4 { margin-bottom: 40px!important; } @media screen and (max-width: 767px) { .para4 { margin-bottom: 30px!important; } }
.para5 { margin-bottom: 50px!important; } @media screen and (max-width: 767px) { .para5 { margin-bottom: 30px!important; } }
.para6 { margin-bottom: 60px!important; } @media screen and (max-width: 767px) { .para6 { margin-bottom: 40px!important; } }
.para7 { margin-bottom: 70px!important; } @media screen and (max-width: 767px) { .para7 { margin-bottom: 50px!important; } }
.para8 { margin-bottom: 80px!important; } @media screen and (max-width: 767px) { .para8 { margin-bottom: 50px!important; } }
.para9 { margin-bottom: 90px!important; } @media screen and (max-width: 767px) { .para9 { margin-bottom: 60px!important; } }
.para10 { margin-bottom: 100px!important; } @media screen and (max-width: 767px) { .para10 { margin-bottom: 60px!important; } }
.para12 { margin-bottom: 120px!important; } @media screen and (max-width: 767px) { .para12 { margin-bottom: 80px!important; } }
.para14 { margin-bottom: 140px!important; } @media screen and (max-width: 767px) { .para14 { margin-bottom: 80px!important; } }
.para16 { margin-bottom: 160px!important; } @media screen and (max-width: 767px) { .para16 { margin-bottom: 100px!important; } }
.para18 { margin-bottom: 180px!important; } @media screen and (max-width: 767px) { .para18 { margin-bottom: 100px!important; } }
.para20 { margin-bottom: 200px!important; } @media screen and (max-width: 767px) { .para20 { margin-bottom: 120px!important; } }


/* 内側に余白 */
.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pad30 { padding: 30px; }
.pad40 { padding: 40px; }
.pad50 { padding: 50px; }
.pad60 { padding: 60px; }
.pad70 { padding: 70px; }
.pad80 { padding: 80px; }
.pad90 { padding: 90px; }
.pad100 { padding: 100px; }
.pad120 { padding: 120px; }
.pad140 { padding: 140px; }
.pad160 { padding: 160px; }
.pad180 { padding: 180px; }
.pad200 { padding: 200px; }
.pad4 { padding: 4%; }
.pad6 { padding: 6%; }
.pad8 { padding: 8%; }
@media screen and (max-width: 767px){
	.pad20 { padding: 4%; }
	.pad30 { padding: 6%; }
	.pad40, .pad50, .pad60 { padding: 8%; }
	.pad70, .pad80, .pad90, .pad100 { padding: 12%; }
	.pad120, .pad140, .pad160, .pad180, .pad200 { padding: 16%; }

}

/* 高さ指定ボックス（画像ボックスなどで使用） */
.h100 { height: 300px; }
.h200 { height: 300px; }
.h300 { height: 300px; }
.h400 { height: 400px; }
.h500 { height: 500px; }
.h600 { height: 600px; }
.h700 { height: 700px; }
.h800 { height: 800px; }
.h900 { height: 900px; }
.h1000 { height: 1000px; }
@media screen and (max-width: 1280px){
	.h100, .h200, .h300, .h400, .h500, .h600, .h700, .h800, .h900, .h1000 { height: auto; }
}

/* 画像幅の設定（imgflexboxなどで使用） */
.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }

/* 画像最大幅の設定 */
img.max200 { max-width: 200px; }
img.max300 { max-width: 300px; }
img.max400 { max-width: 400px; }
img.max450 { max-width: 450px; }
img.max500 { max-width: 500px; }
img.max600 { max-width: 600px; }
img.max700 { max-width: 700px; }
@media screen and (max-width: 767px) { 
	img.max200, img.max300, img.max400, img.max450, img.max500, img.max600, img.max700 { display: block; margin-left: auto; margin-right: auto;  }
}


/* 上下内側に余白 */
.ud0 { padding-top: 0px!important; padding-bottom: 0px!important; }
.ud5 { padding-top: 5px!important; padding-bottom: 5px!important; }
.ud10 { padding-top: 10px!important; padding-bottom: 10px!important; }
.ud20 { padding-top: 20px!important; padding-bottom: 20px!important; }
.ud30 { padding-top: 30px!important; padding-bottom: 30px!important; }
.ud40 { padding-top: 40px!important; padding-bottom: 40px!important; }
.ud60 { padding-top: 60px!important; padding-bottom: 60px!important; }
.ud80 { padding-top: 80px!important; padding-bottom: 80px!important; }
.ud100 { padding-top: 100px!important; padding-bottom: 100px!important; }
.ud120 { padding-top: 120px!important; padding-bottom: 120px!important; }
.ud140 { padding-top: 140px!important; padding-bottom: 140px!important; }
.ud160 { padding-top: 160px!important; padding-bottom: 160px!important; }
.ud180 { padding-top: 180px!important; padding-bottom: 180px!important; }
.ud200 { padding-top: 200px!important; padding-bottom: 200px!important; }
@media screen and (max-width: 767px){
	.ud20, .ud30 { padding-top: 20px!important; padding-bottom: 20px!important; }
	.ud40, .ud60 { padding-top: 40px!important; padding-bottom: 40px!important; }
	.ud80, .ud100 { padding-top: 60px!important; padding-bottom: 60px!important; }
	.ud120, .ud140 { padding-top: 80px!important; padding-bottom: 80px!important; }
	.ud160, .ud180, .ud200 { padding-top: 100px!important; padding-bottom: 100px!important; }
}

/* 表示非表示切り替え　*/
.middlehide { display: block; }
.middlehide.inblock { display: inline-block; }
.middlehide.inline { display: inline; }
.middleblock { display: none; }
@media screen and (max-width: 767px) {
	.middlehide { display: none !important; }
	.middleblock { display: block; }
	.middleblock.inblock { display: inline-block; }
	.middleblock.inline { display: inline; }
}

.landhide { display: block; }
.landhide.inblock { display: inline-block; }
.landhide.inline { display: inline; }
.landblock { display: none; }
@media screen and (max-width: 639px) {
	.landhide { display: none !important; }
	.landblock { display: block; }
	.landblock.inblock { display: inline-block; }
	.landblock.inline { display: inline; }
}

.sphide { display: block; }
.sphide.inblock { display: inline-block; }
.sphide.inline { display: inline; }
.spblock { display: none; }
@media screen and (max-width: 500px) {
	.sphide { display: none !important; }
	.spblock { display: block; }
	.spblock.inblock { display: inline-block; }
	.spblock.inline { display: inline; }
}

.porthide { display: block; }
.porthide.inblock { display: inline-block; }
.porthide.inline { display: inline; }
.portblock { display: none; }
@media screen and (max-width: 400px) {
	.porthide { display: none !important; }
	.portblock { display: block; }
	.portblock.inblock { display: inline-block; }
	.portblock.inline { display: inline; }
}




















/*//////////////////


ユニーク設定


//////////////////*/


/* pager */
.pager { position: relative; margin: 100px auto 0; }
.pager .incnt { position: relative; }
.pager a.prev,
.pager a.next { left:190px; position: absolute; top:50%; margin-top: -14px; text-decoration: none; }
.pager a.next { left:auto; right:190px; }
.pager a.prev:hover,
.pager a.next:hover { text-decoration: underline; color: #191919; }
.pager a.prev:before,
.pager a.next:after { content: url(../img/common/arr2.svg); display: inline-block; width: 40px; height: 9px; line-height: 0; vertical-align: 0px; margin-left: 5px; }
.pager a.prev:before { transform: rotate(180deg); margin: 0; margin-right: 5px;}
@media screen and (max-width: 1040px) {
	.pager a.prev { left:0; }
	.pager a.next { right:0; }
}
@media screen and (max-width: 767px) {
	.pager { text-align: center; width: 100%; margin-top: 60px; }
	.pager a.prev,
	.pager a.next { display: inline-block; position: static; margin: 0 10px 20px; }
	.pager a.prev:before,
	.pager a.next:after { width: 32px; height: 7px; vertical-align: 0px; }
}


/* pager page-numbers */
.pager ul.page-numbers { text-align: center; }
.pager ul.page-numbers li { display: inline-block;  }
.pager ul.page-numbers li a,
.pager ul.page-numbers li span { display: block; text-align: center; background: #f5f5f5; line-height: 40px; margin: 0; width: 40px; height: 40px; text-decoration: none; transition : 0.5s; box-sizing: border-box; font-size: 14px; border-radius: 50%; letter-spacing: 0; }
.pager ul.page-numbers li a:hover { background: #ceb823; color: #fff; opacity: 1; }
.pager ul.page-numbers li span.current { cursor: default; color: #fff; background: #ceb823; }
@media screen and (max-width: 767px) {
	.pager ul.page-numbers li a,
	.pager ul.page-numbers li span { line-height: 40px; width: 40px; height: 40px; }
}



/* .block */
.navblock { display: flex; justify-content: space-between; align-items:baseline; margin-bottom: 30px; }
.navblock .nav { flex: 1; text-align: right; }
.navblock .nav li { display: inline-block; margin: 0 5px; position: relative; cursor: pointer; }
.navblock .nav .acdbtn { font-size: 11px; position: relative; padding-right: 30px; font-family: 'Noto Sans JP', sans-serif; letter-spacing: 0.14em; }
.navblock .nav ul.acdbox { position: absolute; top: 40px; right: 0; width: 200px; background: #f5f5f5; padding: 40px; z-index: 1; text-align: left; }
.navblock .nav li:first-child ul.acdbox { z-index: 2;}
.navblock .nav ul.acdbox li { display: inline-block; }
.navblock .nav ul.acdbox li a { text-decoration: none; line-height: 1.6; margin-bottom: 5px; }
.navblock .nav ul.acdbox li a:hover { text-decoration: underline; }
.navblock .nav .acdbtn:after,
.navblock .nav .acdbtn:before { content: ""; display: block; position: absolute; top : 50%; right: 10px; width: 10px; height: 1px; line-height: 0; transition : 0.3s; background: #292929; }
.navblock .nav .acdbtn:after { -webkit-transform:translateY(0px) translateX(0) rotate(-45deg); transform:translateY(0px) translateX(0) rotate(-45deg); }
.navblock .nav .acdbtn:before { -webkit-transform:translateY(0px) translateX(-6px) rotate(45deg); transform:translateY(-0px) translateX(-6px) rotate(45deg); }
.navblock .nav .acdbtn.open:after { -webkit-transform:translateY(0px) translateX(0) rotate(45deg); transform:translateY(0px) translateX(0) rotate(45deg); }
.navblock .nav .acdbtn.open:before { -webkit-transform:translateY(0px) translateX(-6px) rotate(-45deg); transform:translateY(-0px) translateX(-6px) rotate(-45deg); }
@media screen and (max-width: 1040px) { 
}
@media screen and (max-width: 767px) { 
	.navblock .nav { position: relative;}
	.navblock .nav li { position: static; }
	.navblock .nav ul.acdbox { width: calc(88vw - 80px); left: 0; }
}
@media screen and (max-width: 639px) { 
	.navblock { flex-direction: column; }
}


/* .sidenav */
.sidenav { }
.sidenav .sidebox { margin-bottom: 40px; }
.sidenav .sidebox .title { font-family: 'Cormorant Garamond', serif; letter-spacing: 0.15em; font-size: 18px;  margin-bottom: 40px; }
.sidenav .sidebox li a { text-decoration: none; }
.sidenav .sidebox li a:hover { text-decoration: underline; }
.sidenav .sidebox ul.taglist { text-align: left; }
.sidenav .sidebox ul.taglist li { display: inline-block; margin-right: 1em; }
@media screen and (max-width: 767px) {
	.sidenav .sidebox .title { font-size: 14px; margin-bottom: 20px; }
}


.linkbox { display: flex; justify-content: center; align-items: center; }
.linkbox .snsbox { margin-left: 40px; }
.snsbox { display: flex; align-items: center; transition: 0.3s; }
.snsbox .txten { padding-right: 6px; margin-top: 4px; }
.snsbox .sns { font-size: 0; width: 30px; margin-left: 6px; }
.snsbox .sns img { width: 30px; height: 30px; animation: snsfade 0.6s linear; }
.snsbox .sns a img.on { display: none; }
.snsbox .sns a:hover img.off { display: none; }
.snsbox .sns a:hover img.on { display: block; }
@media screen and (max-width: 767px){
	.linkbox { display: block;  }
	.linkbox .snsbox { display: none; }
}
@keyframes snsfade {
	0% { opacity:0;}
	100% { opacity:1; }
}






























