@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+Symbols:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
}

li{list-style:none;}

a:active,
a:hover {
	outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: auto; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }



* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}

img {
  max-width: 100%;
	vertical-align: bottom;
	height: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

span.sub_title:before{
   content: "\A" ;
   white-space: pre ;
}

*:focus {
	outline: none;
}

/*h2 , h3 , h4 , p , a , li a , span , span a{
	transform: rotate(.03deg);
}*/

/* ------------------------ パソコン ------------------------ */
@media screen and (min-width: 768px) {

/*a:hover img{
	opacity: 0.7;
	transition: 0.6s ;
}*/

	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	
}

/* ------------------------------------------
  STYLES
--------------------------------------------- */

:root {
  --key-color: #009270;
  --font-color: #000000;
  --color-yellow: #aa8723;
  --color-beige: #e6e0d9;
  --container-width: 100%;
  --container-width-wide: 1500px;
  --transition: all 0.6s ease; 
  --letter-spacing: .3rem;
  --font-color: #000000;
  --font-cinzel: "Cinzel", 'Noto Serif JP', serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",メイリオ,Meiryo,serif;
}

/* 強制的に縦スクロールバー幅を確保（ローディング解除時のレイアウトシフト防止） */
html { overflow-y: scroll; }
html,body,main{width: 100%;}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: var(--font-color);
	background-color: var(--color-beige);
	font-size: 16px;
	font-weight: 500;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",メイリオ,Meiryo,serif;
	line-height: 1.6;
	letter-spacing:1px;
	word-wrap: break-word;
	position:relative;
	min-width: 1140px;
  text-align: justify;
  font-feature-settings: "palt";
}

body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	body {
		font-size: 15px;
		letter-spacing:0;
  }

}

/* トップのスクロールスナップ廃止に伴い上余白を撤廃（メインビジュアル上にjw-sectionを重ねる） */
body#top {
  padding-top: 0;
}

@media only screen and (max-width:768px){
	body#top {
		padding-top: 0; /* スマホではmain-visualをフロー表示にするため余白不要 */
	}
}

a /*, p , div , ul , img , h1*/{
	color: var(--font-color);
	transition: var(--transition);
  text-decoration: none;
}

/* ------------------------ パソコン ------------------------ */
@media screen and (min-width: 768px) {

	main{
		min-height: 70%;
	}
  
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){



}

section{
	width:100%;
	padding-bottom: 150px;
}
section .inner , section .inner-wide-sp , footer .inner{
	width: var(--container-width);
	margin-left:auto;
	margin-right:auto;
	padding-left: 50px;
	padding-right: 50px;
}
section .wide{
  width: 100%;
	max-width: var(--container-width-wide);
	margin-left:auto;
	margin-right:auto;
	padding-left: 50px;
	padding-right: 50px;
}
section .narrow{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 50px;
	padding-right: 50px;
}
section .narrow1000{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 50px;
	padding-right: 50px;
}

#a01 , #a02 , #a03 , #a04 , #a05 , #a06 , #a07 , #a08 , #a09 , #a10 , #a11 , #a12 , #a13 , #a14 , #a15{
  margin-top:-130px;
  padding-top:130px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	body , header {
		min-width: 320px;
	}
	section{
		width:100%;
		padding-bottom: 100px;
	}
	section .wide , section .inner , section .narrow , section .narrow1000{
		width:100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	footer .inner{
		width:100%;
		padding-left: 7px;
		padding-right: 7px;
	}
	section .inner-wide-sp{
		width:100%;
		padding-left: 7px;
		padding-right: 7px;
	}
  
	#a01 , #a02 , #a03 , #a04 , #a05 , #a06 , #a07 , #a08 , #a09{
	  margin-top:-50px;
	  padding-top:50px;
	}

}


.pagetop {
	display: none;
	position: fixed;
	bottom: 55px;
	right: 45px;
	z-index:999;
}
.pagetop a {
  height: 50px;
  width: 50px;
  background: rgba(255,255,255,0.6);
  border: solid 2px var(--key-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop a::after {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  border-top: 3px solid var(--key-color);
  border-right: 3px solid var(--key-color);
  transform: translateY(20%) rotate(-45deg);
}


/*******************************************************************************************

	汎用CSS
	
*******************************************************************************************/
/*div幅指定用*/


.w100 {width: 100%;}

.w80 {width: 80%;}
.w70 {width: 70%;}
.w60 {width: 60%;}
.w50 {width: 50%;}
.w40 {width: 40%;}
.w30 {width: 30%;}
.w33 {width: 33%;}

.w70-w100 {width: 70%;}
.w60-w100 {width: 60%;}
.w50-w100 {width: 50%;}
.w40-w100 {width: 40%;}
.w30-w100 {width: 30%;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}

.mt40 , .mt50 , .mt60 , .mt70 , .mt80 , .mt90 , .mt100 {margin-top: 30px;}

.mb40 , .mb50 , .mb60 , .mb70 , .mb80 , .mb90 , .mb100 , .mb120 , .mb130 , .mb150 , .mb200 , .mb230 {margin-bottom: 30px;}
.pb50 , .pb60 , .pb70 , .pb80 {padding-bottom: 40px;}

.pb0{padding-bottom:0 !important;}

.margin-auto{margin: 0 auto;}

/* ------------------------ パソコン ------------------------ */
@media screen and (min-width: 768px) {

	/*マージン調整用*/

	.mb0-pc{margin-bottom: 0 !important;}

	.ml10 {margin-left: 10px;}
	.ml20 {margin-left: 15px;}

	.mr0 {margin-right: 0 !important;}

	.mt40 {margin-top: 40px;}
	.mt50 {margin-top: 50px;}
	.mt60 {margin-top: 60px;}
	.mt70 {margin-top: 70px;}
	.mt80 {margin-top: 80px;}
	.mt90 {margin-top: 90px;}
	.mt100 {margin-top: 100px;}

	.mb10-1000 {margin-bottom: 10px;}

	.mb15 {margin-bottom: 15px !important;}
	.mb40 {margin-bottom: 40px !important;}
	.mb50 {margin-bottom: 50px !important;}
	.mb60 {margin-bottom: 60px !important;}
	.mb70 {margin-bottom: 70px !important;}
	.mb80 {margin-bottom: 80px !important;}
	.mb90 {margin-bottom: 90px !important;}
	.mb100 {margin-bottom: 100px !important;}
	.mb120 {margin-bottom: 120px !important;}
	.mb130 {margin-bottom: 130px !important;}
	.mb150 {margin-bottom: 150px !important;}
	.mb200 {margin-bottom: 200px !important;}
	.mb230 {margin-bottom: 230px !important;}

	.pb15 {padding-bottom: 15px !important;}
	.pb40 {padding-bottom: 40px !important;}
	.pb50 {padding-bottom: 50px !important;}
	.pb60 {padding-bottom: 60px !important;}
	.pb70 {padding-bottom: 70px !important;}
	.pb80 {padding-bottom: 80px !important;}
	.pb90 {padding-bottom: 90px !important;}
	.pb100 {padding-bottom: 100px !important;}
	.pb110 {padding-bottom: 110px !important;}
	.pb120 {padding-bottom: 120px !important;}
	.pb130 {padding-bottom: 130px !important;}

	
	.mb120-pc {margin-bottom: 120px !important;}

	
	/*フォント用*/
	.fs80 {font-size: 80%;}
	.fs90 {font-size: 90%;}

	.talg_C_pc {
		text-align: center;
	}

}

.fs80{font-size: 80%;}
.fs90{font-size: 90%;}
.fs110{font-size: 110%;}
.fs115{font-size: 115%;}
.fs120{font-size: 120%;}
.fs125{font-size: 125%;}
.fs130{font-size: 130%;}
.fs135{font-size: 135%;}
.fs140{font-size: 140%;}
.fs145{font-size: 145%;}
.fs150{font-size: 150%;}

.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs21{font-size: 21px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs24{font-size: 24px;}
.fs25{font-size: 25px;}
.fs26{font-size: 26px;}
.fs27{font-size: 27px;}
.fs27{font-size: 27px;}
.fs28{font-size: 28px;}
.fs29{font-size: 29px;}
.fs30{font-size: 30px;}

.lh2{line-height: 2em;}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	.w70-w100 , .w60-w100 , .w50-w100 , .w40-w100 , .w30-w100 {width: 100%;}
	
	.mb0-sp{margin-bottom: 0 !important;}
  .mb10-sp {margin-bottom: 10px !important;}
  .mb20-sp {margin-bottom: 20px !important;}
  .mb30-sp {margin-bottom: 30px !important;}
  .mb40-sp {margin-bottom: 40px !important;}
  .mb50-sp {margin-bottom: 50px !important;}
  .mb60-sp {margin-bottom: 60px !important;}
  .mb70-sp {margin-bottom: 70px !important;}
  .mb80-sp {margin-bottom: 80px !important;}

	.fs17, .fs18, .fs19, .fs20, .fs21, .fs22{
		font-size: 17px;
	}

	.fs23 , .fs24 , .fs25 , .fs26 , .fs27, .fs28 , .fs29 , .fs30{
		font-size: 16px;
	}
	
}

/*パディング調整用*/
.pl20 {padding-left: 20px;}
.pr20 {padding-right: 20px;}

.mincho , .mintyo{
	font-family: 'Noto Serif JP', serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",メイリオ,Meiryo,serif !important;
}
.gothic{
	font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif !important;
}

.red{
	color:#dc001e;
}
.blue{
	color:#03004c;
}
.bg-white {
  background-color: #FFFFFF;
}

/*フロート用*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
/*text-align用*/
.talg_C {
	text-align: center !important;
}

.bg-blue{
	background-color: #e4eef3;
	padding: 120px 0 140px 0;
}

/* ------------------------ パソコン ------------------------ */
@media screen and (min-width: 768px) {

  .talg_C_pc{
    text-align: center !important;
  }
  .talg_R_pc {
    text-align: right !important;
  }

}

.talg_L {
	text-align: left !important;
}
.talg_R {
	width: 100%;
	text-align: right !important;
}

.talg_R_C {
	width: 100%;
	text-align: right !important;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	.talg_R_C {
		text-align: center !important;
	}
	
	.bg-blue{
		padding: 50px 0 60px 0;
	}

}

.clear_both{
	clear:both;
}
.over-hidden{
	overflow: hidden;
}
.over-visible{
	overflow: visible;
}
.vertical{
	vertical-align:middle;
}
.border-none{
  border: none !important;
}
.palt{
  font-feature-settings: "palt";
}
.jisage , .jisage02 , .jisage03 , .jisage04{font-feature-settings: normal;}

/* 字下げ */
.jisage{
	padding-left:1em;
	text-indent:-1em;
}
.jisage02{
	padding-left:1.5em;
	text-indent:-1.5em;
}
.jisage03{
	padding-left:2em;
	text-indent:-2em;
}
.jisage04{
	padding-left:2.5em;
	text-indent:-2.5em;
}

.pointer{
	cursor: pointer;
}
.youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube-vertical {
   position: relative;
   padding-bottom: 177.8761%;
   height: 0;
   overflow: hidden;
}
.youtube-vertical iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
video{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* スクロールするとふわっと現れる文字や画像 */
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

input, select, textarea {
	padding: 5px 10px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	.scroll{
		overflow-x: scroll;
	}
	
	.scroll table{
		width: 1000px !important;
		margin-bottom: 20px;
	}

}


.scroll-element {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
  transform: translateZ(0);
}

.no-link{
  pointer-events: none;
}

/* ------------------------------------------
  ヘッダー
--------------------------------------------- */

#header {
  position: absolute;
  z-index: 999;
  padding: 0 20px;
  top: 30px;
  left: 0;
  width: 100%;
}
body.bottom-header #header {
  top: 100vh;
  margin-top: -60px;
}
.header-inner {
  position: fixed;
  left: 50%;
  top: 30px;
  width: 100%;
  /*max-width: 1140px;*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header__logo {
  position: absolute;
  line-height: 1;
  top: 20px;
  left: 35px;
  width: 215px;
}
body.nav-color-white .header__logo .color-normal {
  display: none;
}
body:not(.nav-color-white) .header__logo .color-white {
  display: none;
}
.btn-global-nav {
  position: absolute;
  top: 10px;
  right: 35px;
  cursor: pointer;
}
.btn-global-nav a {
  display: block;
  padding: 10px;
}
.btn-global-nav i {
  display: block;
  width: 20px;
  height: 20px;
}
.btn-global-nav i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
}
.btn-global-nav .icon-bars:before { background-image: url(../img/common/icon-bars.svg); }
body.nav-color-white .btn-global-nav .icon-bars:before { background-image: url(../img/common/icon-bars-w.svg); }
.btn-global-nav .icon-close:before { background-image: url(../img/common/icon-close.svg); }

.header-nav {
  position: relative;
  width: 100%;
  /*max-width: 1100px;*/
  margin: 0 auto;
}
.header-nav-inner {
  position: absolute;
  top: 70px;
  right: 25px;
}
.header-nav li {
  text-align: right;
}
.header-nav li a {
  display: block;
  font-size: 11px;
  margin-bottom: .25em;
}
body.nav-color-white .header-nav li .color-normal {
  display: none;
}
body:not(.nav-color-white) .header-nav li .color-white {
  display: none;
}

@media screen and (max-width: 811px) {
  #header {
    top: 0;
    padding: 0 1rem;
  }
	.header-inner {
		top: 0px;
	}
  .header__logo {
    display: none;
    top: 15px;
    left: 1rem;
  }
  .btn-global-nav {
    top: 10px;
    right: .5rem;
  }
  .header-nav-inner {
    top: 60px;
  }
  #original .header-nav-inner {
    top: 80px;
  }
  .header-nav li a {
    font-size: 70%;
  }
}

/*
============================================================ */
/* global nav
============================================================ */
.global-nav {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(0 at center);
  clip-path: circle(0 at center);
  transform: translate(-50%, -50%);
  transition: clip-path 1s cubic-bezier(.76,.01,.76,1), -webkit-clip-path 1s cubic-bezier(.76,.01,.76,1);
  background: #000;
  overflow: hidden;
  pointer-events: none;
}

.global-nav.initialized {
  display: block;
  visibility: hidden;
}
.global-nav.open {
  pointer-events: auto;
  visibility: visible;
}

.global-nav-outer {
  position: relative;
  width: 100%;
  /*max-width: 1140px;*/
  height: 100%;
  margin: 0 auto;
}
.global-nav .btn-global-nav {
  position: absolute;
  top: 40px;
  /*right: 10px;*/
  right: 35px;
}
.global-nav-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  max-height: 100vh;
  padding: 50px 0;
  overflow: auto;
  transform: translate(-50%, -50%);
}
.global-nav ul {
  width: 50%;
  padding-left: 1em;
  min-width: 400px;
  text-align: right;
}
.global-nav li {
  line-height: 1;
  font-size: 44px;
}
.global-nav li + li {
  margin-top: .5em;
  line-height: 0;
}
.global-nav li.small-line {
  margin-top: .1em;
  line-height: 0;
}
.global-nav li.big-line {
  margin-top: .8em;
  line-height: 0;
}

.global-nav li a {
  position: relative;
  display: block;
}
.global-nav li a .en {
  line-height: 1;
  text-align: right;
}
.global-nav li a .small {
  font-size: 70%;
}
.global-nav li a .spece {
  margin-left: .3em;
}

.global-nav li a .jp {
  position: absolute;
  display: inline-block;
  top: 1.2em;
  /*bottom: 0;*/
  left: 100%;
  /*padding-left: 20%;*/
  padding-left: 10%;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  transition: opacity .3s ease;
  opacity: 0;
}
.global-nav li a .jp.still {
  line-height: 1.3;
  text-align: left;
}
.global-nav li a .jp.mid {
  top: 1.9em;
}
.global-nav li a:hover .jp {
  opacity: 1;
}

/* no-cssclippathcircle */
.no-cssclippathcircle .global-nav {
  -webkit-clip-path: none;
  clip-path: none;
  background: none;
}
.no-cssclippathcircle .global-nav:before {
  content: "";
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #000;
  transition: transform 1s cubic-bezier(.76,.01,.76,1);
  transform: scale(0);
}
.no-cssclippathcircle .global-nav-outer {
  opacity: 0;
  transition: opacity 1s cubic-bezier(.76,.01,.76,1);
}
.no-cssclippathcircle .global-nav.open {
  z-index: 0;
}
.no-cssclippathcircle .global-nav.open:before {
  transform: scale(1);
}
.no-cssclippathcircle .global-nav.open .global-nav-outer {
  opacity: 1;
}

@media screen and (orientation: portrait) {
  .global-nav.open {
    -webkit-clip-path: circle(70vh at center);
    clip-path: circle(70vh at center);
  }
  .no-cssclippathcircle .global-nav:before {
    width: 140vh;
    height: 140vh;
    margin: -70vh 0 0 -70vh;
  }
}
@media screen and (orientation: landscape) {
  .global-nav.open {
    -webkit-clip-path: circle(70vw at center);
    clip-path: circle(70vw at center);
  }
  .no-cssclippathcircle .global-nav:before {
    width: 140vw;
    height: 140vw;
    margin: -70vw 0 0 -70vw;
  }
}

@media screen and (max-width: 811px) {
  .global-nav .btn-global-nav {
    top: 10px;
    right: .5rem;
  }
  .global-nav-inner {
    /*padding: 4rem 0 2rem 0;*/
    padding: 2rem 0 2rem 0;
  }
  .global-nav ul {
    width: 80%;
    padding: 0 1rem;
    min-width: 0;
  }
  .global-nav li {
    /*font-size: 200%;*/
    font-size: 141%;
    text-align: right;
  }
  .global-nav li + li {
    /*margin-top: .4em;*/
    margin-top: 1.2em;
  }
  .global-nav li a .small {
    font-size: 75%;
  }
  .global-nav li.small-line {
    margin-top: .4em;
    line-height: 1;
  }
  .global-nav li a .spece {
    margin-left: 0;
  }



  .global-nav li a .jp {
    position: static;
    /*display: block;*/
    display: none;
    padding-left: 0;
    margin-top: .5em;
    font-size: .75rem;
    opacity: 1;
  }
}

/* svgtxt
============================================================ */
.mod-svgtxt {
  height: .75em;
  vertical-align: middle;
}

.global-nav-inner .mod-svgtxt {
  height: .65em;
  vertical-align: middle;
}

.mod-svgtxt-small {
  height: .6em;
  vertical-align: middle;
}


/*============================
フッター
============================*/

footer {
	background-color: #000000;
	padding: 700px 0 70px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.4s ease;
	overflow: hidden;
}
footer.is-revealed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* フォールバック（モバイル/低高さ端末向け） */
footer.no-parallax {
	position: static !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	z-index: 0 !important;
	padding-top: 160px;
}
footer.no-parallax .f-box { opacity: 1 !important; transform: none !important; }
footer.no-parallax + .footer-parallax-spacer { display: none !important; }

.footer-parallax-spacer {
	height: 120vh;
	width: 100%;
	background: transparent;
	pointer-events: none;
}
footer , footer a {
	color: #FFFFFF;
}
footer .f-box {
	position: relative;
}
footer ul.f-sns {
	position: absolute;
	top: 0;
	right: 0;
}
footer ul.f-sns li {
	margin-bottom: 10px;
}
footer ul.f-sns li a {
	background-image: url("../img/sns-icon-i.png");
	background-position: left center;
	background-size: 17px auto;
	background-repeat: no-repeat;
	padding-left: 25px;
	width: 100%;
}
footer ul.f-sns li a.instagram {
	background-image: url("../img/sns-icon-i.png");
}
footer ul.f-sns li a.facebook {
	background-image: url("../img/sns-icon-f.png");
}
a.button01 {
	font-family: var(--font-cinzel);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
}
a.button01::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("../img/arrow.png");
	background-position: left center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-left: 15px;
}
footer a.button01::after {
	background-image: url("../img/arrow-w.png");
}
footer ul.f-menu {
	margin-bottom: 40px;
}
footer ul.f-menu li {
}
footer ul.f-menu li a {
	display: block;
}
footer ul.f-menu li a::after {
	
}
footer .f-contact {
	margin-bottom: 70px;
}
footer .f-contact p {
	font-size: 14px;
	margin-bottom: 7px;
}
footer .f-contact ul {
}
footer .f-contact ul li {
}
footer .f-contact ul li a {
	font-size: 14px;
	color: #ACACAC;
}
footer .f-contact ul li a u {
}
footer p {
	font-size: 14px;
}
footer p.copyright {
	font-size: 12px;
	margin-top: 5px;
}


/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	footer {
		background-color: #000000;
		padding: 150px 0 50px;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: -1;
		pointer-events: none;
		opacity: 0;
		transition: opacity 0.4s ease;
	}
	footer.is-revealed { opacity: 1; pointer-events: auto; }
	.footer-parallax-spacer { height: 120vh; pointer-events: none; }
	footer , footer a {
		color: #FFFFFF;
	}
	footer .f-box {
		position: relative;
	}
	footer ul.f-sns {
		position: absolute;
		top: 0;
		right: 0;
	}
	footer ul.f-sns li {
		margin-bottom: 10px;
	}
	footer ul.f-sns li a {
		background-image: url("../img/sns-icon-i.png");
		background-position: left center;
		background-size: 17px auto;
		background-repeat: no-repeat;
		padding-left: 25px;
		width: 100%;
	}
	footer ul.f-sns li a.instagram {
		background-image: url("../img/sns-icon-i.png");
	}
	footer ul.f-sns li a.facebook {
		background-image: url("../img/sns-icon-f.png");
	}
	a.button01 {
		font-family: var(--font-cinzel);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	a.button01::after {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		background-image: url("../img/arrow.png");
		background-position: left center;
		background-size: 100% auto;
		background-repeat: no-repeat;
		margin-left: 15px;
	}
	footer a.button01::after {
		background-image: url("../img/arrow-w.png");
	}
	footer ul.f-menu {
		padding-top: 150px;
		margin-bottom: 40px;
	}
	footer ul.f-menu li {
	}
	footer ul.f-menu li a {
		display: block;
	}
	footer ul.f-menu li a::after {

	}
	footer .f-contact {
		margin-bottom: 70px;
	}
	footer .f-contact p {
		font-size: 14px;
		margin-bottom: 7px;
	}
	footer .f-contact ul {
	}
	footer .f-contact ul li {
	}
	footer .f-contact ul li a {
		font-size: 14px;
	}
	footer .f-contact ul li a u {
		color: #acacac;
	}
	footer p {
		font-size: 14px;
	}
	footer p.copyright {
		font-size: 10px;
		margin-top: 70px;
	}

}


ul.column02{
	display:flex; 
	flex-wrap: wrap;
}

ul.column02 li{
	width:50%;
}

ul.column02 li img{
  width: 100%;
  height: auto;
}

ul.column02-2{
	display:flex; 
	flex-wrap: wrap;
}

ul.column02-2 li{
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
}

ul.column02-2 li:nth-child(2n){
	margin-right:0;
}

ul.column02-2 li img{
	width:100%;
	height:auto;
	margin-bottom: 10px;
}

ul.column02-3{
	display:flex; 
	flex-wrap: wrap;
}

ul.column02-3 li{
	width:28%;
	margin-right:4%;
	margin-bottom:30px;
}

ul.column02-3 li:nth-child(2n){
	width:68%;
	margin-right:0;
}

ul.column02-3 li img{
	width:100%;
	height:auto;
	margin-bottom: 10px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	ul.column02{
		margin-bottom:10px;
	}

	ul.column02 li{
		width:100%;
		margin-bottom: 30px;
	}

	ul.column02-2 li{
		width:100%;
		margin-right:0;
	}
	
	ul.column02-3 li , ul.column02-3 li:nth-child(2n){
		width:100%;
		margin-right:0;
	}

  ul.column02-2 li:last-child{
    margin-bottom: 0;
  }
  
}

ul.column03 , ul.column03-2 , ul.column03-3{
	display:flex; 
	flex-wrap: wrap;
}

ul.column03 li , ul.column03-2 li{
	width:30.6666%;
	margin-right:4%;
  margin-bottom: 30px;
}

ul.column03-3 li{
	width: calc(100%/3 - 20px);
	margin-right: 10px;
  margin-bottom: 10px;
}

/* ------------------------ パソコン ------------------------ */
@media only screen and (min-width:768px){

	ul.column03 li:nth-child(3n) , ul.column03-2 li:nth-child(3n) , ul.column03-3 li:nth-child(3n){
		margin-right:0;
	}

}

ul.column03 li img , ul.column03-2 li img{
	width:100%;
	margin-bottom:15px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	ul.column03 li{
		width:100%;
		margin-right:0;
		margin-bottom: 30px;
	}
	ul.column03-2 li{
		width:48%;
		margin-right:4%;
		position:relative;
    margin-bottom: 30px;
	}
  ul.column03-3 li{
    width: calc(100%/2 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
	ul.column03-2 li:nth-child(2n) , ul.column03-3 li:nth-child(2n){
		margin-right:0;
	}

	ul.column03 li img , ul.column03-2 li img{
		margin-bottom:20px;
	}

}

ul.column04{
	display:flex; 
	flex-wrap: wrap;
}

ul.column04 li{
	width:22.75%;
	margin-right:3%;
  margin-bottom: 30px;
}


/* ------------------------ パソコン ------------------------ */
@media only screen and (min-width:768px){


ul.column04 li:nth-child(4n){
	margin-right:0;
}

}

ul.column04 li img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

ul.column04 li h3{
	text-align:center;
	font-size:18px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	ul.column04{
		margin-bottom:30px;
	}

	ul.column04 li{
		width:47%;
		margin-right:6%;
		margin-bottom:20px;
	}

	ul.column04 li:nth-child(2n){
		margin-right:0;
	}

	ul.column04 li h3{
		font-size:17px;
	}

}

.flex {
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
.flex-center {
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
}

.width-10{width: 10%}
.width-15{width: 15%}
.width-20{width: 20%}
.width-25{width: 25%}
.width-30{width: 30%}
.width-35{width: 35%}
.width-40{width: 40%}
.width-45{width: 45%}
.width-47{width: 47%}
.width-48{width: 48%}
.width-49{width: 49%}
.width-50{width: 50%}
.width-55{width: 55%}
.width-60{width: 60%}
.width-65{width: 65%}
.width-70{width: 70%}
.width-75{width: 75%}
.width-80{width: 80%}
.width-85{width: 85%}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  .flex,
  .flex-center{
    display: flex;
  }
  .flex.r-fast div:nth-child(1),
  .flex-center.r-fast div:nth-child(1){
    order: 2;
  }
  .flex.r-fast div:nth-child(2),
  .flex-center.r-fast div:nth-child(2){
    order: 1;
    margin-bottom: 30px;
  }
  .width-10,
  .width-15,
  .width-20,
  .width-25,
  .width-30,
  .width-35,
  .width-40,
  .width-45,
  .width-47,
  .width-48,
  .width-49,
  .width-50,
  .width-55,
  .width-60,
  .width-65,
  .width-70,
  .width-75,
  .width-80,
  .width-85{width: 100%}	  
  
}

@media only screen and (min-width:1500px){
  
  .pc-1500 {display:none !important;}
  
}

.sp , .sp-block{display:none !important;}

@media only screen and (max-width:768px){

.pc {display:none !important;}

.sp{display:inline !important;}

.sp-block{display:block !important;}

}

footer.is-fully-visible {
  z-index: 1;
  pointer-events: auto;
}

