@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$size:object-fitの値
	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*	500：Medium（デフォルト）
	700：Bold
*/
/*------------------------------
和文フォント
-------------------------------*/
/*	源ノ角ゴシック source-han-sans-japanese, sans-serif;
	400：Regular（デフォルト）
	500：Medium
*/
/*	源ノ明朝 source-han-serif-jp-subset
	300：Light
	400：Regular（デフォルト）
	500：Medium
*/
/*------------------------------
欧文フォント
-------------------------------*/
/*	trajan-pro-3
	400：Regular（デフォルト）
*/
/*	miller-banner
	300：Light（デフォルト）
*/
/*	mrblaketon-pro
	400：Regular（デフォルト）
*/
/*
	@include deco_circle_svg()
*/
/*
$lap1:1周目アニメーション無し・あり
$lap1color: 1周目の色
$lap2color:2周目の色
$lap2num:2周目の円周
*/
@-webkit-keyframes -lap-0 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes -lap-0 {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes -lap-1 {
  to {
    stroke-dashoffset: 21;
  }
}
@keyframes -lap-1 {
  to {
    stroke-dashoffset: 21;
  }
}
@-webkit-keyframes -lap-2 {
  to {
    stroke-dashoffset: 42;
  }
}
@keyframes -lap-2 {
  to {
    stroke-dashoffset: 42;
  }
}
@-webkit-keyframes -lap-3 {
  to {
    stroke-dashoffset: 63;
  }
}
@keyframes -lap-3 {
  to {
    stroke-dashoffset: 63;
  }
}
@-webkit-keyframes -lap-4 {
  to {
    stroke-dashoffset: 84;
  }
}
@keyframes -lap-4 {
  to {
    stroke-dashoffset: 84;
  }
}
@-webkit-keyframes -lap-5 {
  to {
    stroke-dashoffset: 105;
  }
}
@keyframes -lap-5 {
  to {
    stroke-dashoffset: 105;
  }
}
@-webkit-keyframes -lap-6 {
  to {
    stroke-dashoffset: 126;
  }
}
@keyframes -lap-6 {
  to {
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes -lap-7 {
  to {
    stroke-dashoffset: 147;
  }
}
@keyframes -lap-7 {
  to {
    stroke-dashoffset: 147;
  }
}
@-webkit-keyframes -lap-8 {
  to {
    stroke-dashoffset: 168;
  }
}
@keyframes -lap-8 {
  to {
    stroke-dashoffset: 168;
  }
}
@-webkit-keyframes -lap-9 {
  to {
    stroke-dashoffset: 189;
  }
}
@keyframes -lap-9 {
  to {
    stroke-dashoffset: 189;
  }
}
@-webkit-keyframes -lap-10 {
  to {
    stroke-dashoffset: 210;
  }
}
@keyframes -lap-10 {
  to {
    stroke-dashoffset: 210;
  }
}
@-webkit-keyframes -lap-11 {
  to {
    stroke-dashoffset: 231;
  }
}
@keyframes -lap-11 {
  to {
    stroke-dashoffset: 231;
  }
}
@-webkit-keyframes -lap-12 {
  to {
    stroke-dashoffset: 252;
  }
}
@keyframes -lap-12 {
  to {
    stroke-dashoffset: 252;
  }
}
html {
  font-size: 100px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 500;
  color: #393836;
}
@media print, screen and (min-width: 641px) {
  html {
    font-size: clamp(65px, 6.9444444444vw, 100px);
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: clamp(85px, 26.6666666667vw, 114px);
    -webkit-text-size-adjust: 100%;
  }
}
html {
  /* SP */
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.os-mac {
  -webkit-font-smoothing: antialiased;
}
html.scrollingFlg {
  pointer-events: none;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.11rem;
  background-color: #F1F0EE;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1024px;
  }
}
body {
  opacity: 0;
}
.wf-active body, .loading-delay body {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure {
  margin: 0;
  padding: 0;
}

article, aside, footer, header, main, nav, section, figcaption, figure {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: visible;
  shape-rendering: geometricPrecision;
}

hr {
  height: 0;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

li {
  list-style: none;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

input, select, button, optgroup, textarea {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  cursor: pointer;
  text-transform: none;
}

:where(button) {
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

/* プリント対応 */
[data-hidePrintMessageArea] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  opacity: 0;
}

@media print {
  body {
    position: relative;
    top: 100px;
  }
  body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。";
    display: none;
    white-space: pre;
    font-size: 20px;
    padding: 10px 10px;
    border: 3px solid #000;
    background-color: #FFF;
    color: #000;
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .chrome body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「基本設定」→「背景のグラフィック」を有効にして下さい。";
  }
  .ie body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「印刷プレビュー」→「ページ設定」→「背景の色とイメージを印刷する」を有効にして下さい。";
  }
  .safari body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「詳細を表示」→「背景をプリント」を有効にして下さい。";
  }
  .edge body:before {
    content: "※Microsoft Edgeは背景や画像を印刷できません。";
  }
  .addPrintMessage body:before {
    display: block;
  }
  * {
    background-attachment: scroll !important;
  }
}
/* 721px以上は消す */
@media print, screen and (min-width: 641px) {
  [data-sc-sp] {
    display: none !important;
  }
}
/* 720px以下は消す */
@media screen and (max-width: 640px) {
  [data-sc-pc] {
    display: none !important;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1024px) {
  .mod_main {
    overflow: hidden;
  }
}

/* 自動高さ調整 */
[data-autoheight],
[data-pc-autoheight],
[data-sp-autoheight] {
  -webkit-transition: none !important;
  transition: none !important;
}

/* 遅延読み込み */
/*[data-lf] {
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: opacity 1s;
}
[data-lf][src] ,
[data-lf][style*="background-image"],
[data-lf].load_view {
	opacity: 1;
}*/
:root {
  --header-height: 0.64rem;
  --header-pd-pc: 0.22rem;
}
@media screen and (max-width: 640px) {
  :root {
    --header-height: 0.6rem;
  }
}

.of img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

picture, figure {
  display: block;
  line-height: 0;
}

.f_go {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 400;
}

.f_min {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*@if $weight == '700' {
  	font-weight:500;
  }@else {
  	font-weight:$weight;
  }*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f_trajan {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f_miller {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f_mrblaketon {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a[onclick] {
  cursor: pointer;
}

/* -----------------------------------------------------------------------------

共通レイアウト

----------------------------------------------------------------------------- */
.mod_main {
  overflow: hidden;
}

/*.side_nav {
	position: fixed;
	display: flex;
	overflow: hidden;
	@include sc(pc){
		flex-direction: column;
		z-index: 1000;
		right: 0;
		top: 1.8rem;
		transition: top 0.7s;
		@media screen and (max-height: 800px) {
			top: 0.4rem;
		}
		.headerMenuFix & {
			top: 1.6rem;
			li {
				transform: translateX(100%);
				&.current {
					transform: translateX(0);
				}
			}
			&.open {
				li {
					transform: translateX(0)!important;
				}
			}

		}
	}
	@include sc(sp){
		z-index: 100;
		top: 0;
		left: 0;
		width: 100%;
		height: 0.4rem;
		transform: translateY(0);
		transition: transform 1s;
		.headerMenuFix & {
			transform: translateY(-100%);
		}
		.spmenuopen & {
			transform: translateY(0)!important;
		}
		.headerEndline .headerMenuFix & {
			transform: translateY(0);
		}
	}
	li {
		position: relative;
		display: block;
		line-height: 0;
		box-sizing: border-box;
		transition: transform 0.7s;
		@include sc(sp){
			width: 25%;
		}
		+ li {
			@include sc(pc){
				&:before {
					content: '';
					position: relative;
					top: 0;
					left: 1px;
					right: 1px;
					display: block;
					height: 1px;
					background-color: $bcy00;
				}
			}
			@include sc(sp){
				border-left: 1px solid #caa46a;
			}
		}
		&.current {
			cursor: pointer;
			a {
				pointer-events:none;
				background-color: rgba($bcy00,0.9);
				color: $bcff;
				.header_deco {
					stroke: $bcff;
				}
			}
		}
	}
	a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		text-align: center;
		color: $bc01;
		transition: background 0.3s, color 0.3s;
		@include sc(pc){
			width: 0.44rem;
			padding: 0.15rem 0;
			background-color: rgba($bcff, 0.9);
			border-radius: 2px;
			// @extend .-vertical;
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			font-feature-settings: normal;
			font-size: 0.16rem;
			letter-spacing: 0.1em;
			line-height: 1;
		}
		@include sc(sp){
			display: flex;
			height: 0.4rem;
			font-size: 0.125rem;
			letter-spacing: 0;
			line-height: 1.24;
			background-color: #FFF6EA;
		};
		.header_deco {
			width: 0.15rem;
			margin-bottom: 0.05rem;
			stroke-width: 1.7;
			stroke: #727272;
			transition: stroke 0.3s;
			@include sc(sp){
				display: none;
			}
		}
		.no-touchevents &:hover {
			background-color: rgba($bcy00, 0.9);
			color: $bcff;
			.header_deco {
				stroke: $bcff;
			}
		}
	}
}*/
.content_wrap {
  padding-top: var(--header-height);
}
@media screen and (max-width: 640px) {
  .content_wrap {
    overflow: hidden;
  }
}

/* ヘッダー */
.mod_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media print, screen and (min-width: 641px) {
  .headerMenuFix .mod_header > .in {
    background-color: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(4px) !important;
  }
  .headerMenuFix.headerMenuUp .mod_header > .in {
    height: 0.6rem;
  }
  .headerMenuFix.headerMenuUp .mod_header {
    /*.upper_box {
    	padding-top: 0.16rem;
    }*/
  }
  .headerMenuFix.headerMenuUp .mod_header .action_link .btn.-fair {
    top: -0.1rem;
    height: 0.48rem;
  }
  .headerMenuFix.headerMenuUp .mod_header .gloval_nav {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_header {
    /*top: 0;
    transition: top 1s;
    .headerMenuUp.headerMenuFix & {
    	top: -0.9rem;
    }
    .headerMenuDown.headerMenuFix &,
    .headerMenuFix & {
    	top: 0;
    }
    .spmenuopen .headerMenuDown.headerMenuFix &,
    .spmenuopen .headerMenuFix & {
    	top: -0.5rem!important;
    }
    .headerEndline .headerMenuFix & {
    	top: 0.4rem;
    }*/
  }
}
.mod_header > .in {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .mod_header > .in {
    padding-left: var(--header-pd-pc);
    -webkit-transition: height 1s, background-color 1s;
    transition: height 1s, background-color 1s;
    min-width: 1024px;
    background-color: white;
  }
}
@media screen and (max-width: 640px) {
  .mod_header > .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.18rem;
    height: var(--header-height);
    background-color: #F1F0EE;
  }
}
.mod_header > .in {
  /*&:before {
  	content: '';
  	position: absolute;
  	z-index: 0;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	width: 4.43rem;
  	// background-image: url('../img/header_bg_deco.jpg');
  	background-position: left bottom;
  	background-repeat: no-repeat;
  	background-size: cover;
  	@include sc(sp){
  		width: 100%;
  		background-image: url('../img/header_bg_deco_sp.jpg');
  	}
  }*/
}
.mod_header .header_logo {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_logo {
    left: var(--header-pd-pc);
    width: 1.34rem;
    height: 0.64rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .header_logo {
    position: static;
    min-width: 0;
    width: 1.4rem;
    margin-inline: auto;
  }
}
.mod_header .header_logo a {
  display: block;
  width: 100%;
  line-height: 0;
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mod_header .header_logo a .label {
    margin-left: 0.1rem;
  }
  .mod_header .header_logo a svg {
    width: 0.9rem;
    height: 0.3rem;
  }
}
.mod_header .header_logo a img {
  display: inline-block !important;
  width: 100%;
  height: auto;
}
.no-touchevents .mod_header .header_logo a:hover {
  opacity: 0.5;
}
.mod_header .gloval_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.mod_header .gloval_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: var(--header-height);
  padding-block: 0.24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.7s, -webkit-transform 1s;
  transition: opacity 0.7s, -webkit-transform 1s;
  transition: transform 1s, opacity 0.7s;
  transition: transform 1s, opacity 0.7s, -webkit-transform 1s;
}
.mod_header .gloval_nav li {
  padding: 0 0.17rem;
}
.mod_header .gloval_nav li:nth-of-type(n + 2) {
  border-left: 1px solid #000;
}
@media screen and (max-width: 1600px) {
  .mod_header .gloval_nav li {
    padding: 0 0.12rem;
  }
}
.mod_header .gloval_nav a {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 500;
  font-style: normal;
  /*@if $weight == '700' {
  	font-weight:500;
  }@else {
  	font-weight:$weight;
  }*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #000;
}
.mod_header .gloval_nav a span {
  position: relative;
  display: inline-block;
}
.mod_header .gloval_nav a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.05rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.mod_header .gloval_nav a.-narrow {
  letter-spacing: -0.13em;
}
.no-touchevents .mod_header .gloval_nav a:hover span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 641px) and (orientation: portrait) {
  .touchevents .mod_header .gloval_nav a {
    font-size: 0.13rem;
  }
}
.mod_header .gloval_nav {
  /*.category {
  	a {
  		color: $bcy00;
  		span {
  			&:before {
  				background-color: $bcy00;
  			}
  		}
  	}
  }*/
}
.mod_header .gloval_cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.2rem;
}
@media screen and (max-width: 1600px) {
  .mod_header .gloval_cv {
    margin-left: 0.1rem;
  }
}
.mod_header .gloval_cv > a {
  width: 1.4rem;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .mod_header .gloval_cv > a {
    width: 1.3rem;
  }
}
.mod_header .gloval_cv > a > span {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.mod_header .gloval_cv > a.-narrow > span {
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 641px) {
  .mod_header .sns_link {
    position: absolute;
    display: block;
    top: -0.37rem;
    right: 0.4rem;
    z-index: 1;
  }
  .mod_header .sns_link a {
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .mod_header .sns_link a svg {
    fill: #fff;
  }
  .no-touchevents .mod_header .sns_link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .sp_drawer {
    position: fixed;
    top: var(--header-height);
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1000;
    pointer-events: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .spmenuopen .mod_header .sp_drawer {
    opacity: 1;
    pointer-events: auto;
  }
  .mod_header .sp_drawer .in {
    width: 100%;
    display: block;
    padding-top: 0.6rem;
    background-color: rgba(57, 56, 54, 0.95);
  }
  .mod_header .sp_drawer .sub_nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-inline: 0.4rem 0.35rem;
  }
  .mod_header .sp_drawer .sub_nav li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45%;
    height: 0.56rem;
  }
  .mod_header .sp_drawer .sub_nav li:nth-of-type(even) {
    width: 55%;
  }
  .mod_header .sp_drawer .sub_nav a {
    position: relative;
    display: block;
    padding-left: 0.18rem;
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-weight: 400;
    font-style: normal;
    /*@if $weight == '700' {
    	font-weight:500;
    }@else {
    	font-weight:$weight;
    }*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.15rem;
    letter-spacing: 0.05em;
    line-height: 1.65;
    color: #fff;
  }
  .mod_header .sp_drawer .sub_nav a.-narrow {
    letter-spacing: -0.11em;
  }
  .mod_header .sp_drawer .sub_nav a:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin-block: auto;
    left: 0;
    width: 0.08rem;
    height: 1px;
    background-color: #B8B08C;
    z-index: 1;
  }
  .mod_header .sp_drawer .sub_nav {
    /*.category {
    	display: none;
    }*/
  }
  .mod_header .sp_drawer .address_box {
    -webkit-margin-before: 0.6rem;
            margin-block-start: 0.6rem;
    color: #fff;
  }
  .mod_header .sp_drawer .address_box .tel_txt {
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-weight: 400;
    font-style: normal;
    /*@if $weight == '700' {
    	font-weight:500;
    }@else {
    	font-weight:$weight;
    }*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 0.12rem;
  }
  .mod_header .sp_drawer .address_box .tel_link {
    display: block;
    -webkit-margin-before: 0.17rem;
            margin-block-start: 0.17rem;
    text-align: center;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.32rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-size: 0.26rem;
  }
  .mod_header .sp_drawer .address_box .time_box {
    -webkit-margin-before: 0.15rem;
            margin-block-start: 0.15rem;
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-weight: 400;
    font-style: normal;
    /*@if $weight == '700' {
    	font-weight:500;
    }@else {
    	font-weight:$weight;
    }*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.14rem;
    letter-spacing: 0.09em;
    text-align: center;
    font-size: 0.12rem;
    line-height: 1.83;
  }
  .mod_header .sp_drawer .cv_box {
    margin-inline: auto;
    -webkit-margin-before: 0.35rem;
            margin-block-start: 0.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.2rem 0;
  }
  .mod_header .sp_drawer .cv_box > a {
    background-color: #F1F0EE;
  }
  .mod_header .sp_drawer .sns_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-margin-before: 0.4rem;
            margin-block-start: 0.4rem;
  }
  .mod_header .sp_drawer .sns_link a {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .mod_header .sp_drawer .sns_link a svg {
    fill: #fff;
  }
  .no-touchevents .mod_header .sp_drawer .sns_link a:hover {
    opacity: 0.7;
  }
  .mod_header .sp_drawer .banner {
    -webkit-margin-before: 0.4rem;
            margin-block-start: 0.4rem;
    padding-inline: 0.2rem;
  }
  .mod_header .sp_drawer .lower {
    -webkit-padding-after: 1.2rem;
            padding-block-end: 1.2rem;
  }
  .mod_header .sp_drawer .lower_link {
    display: block;
    padding-top: 0.4rem;
    color: #fff;
    text-align: center;
  }
  .mod_header .sp_drawer .lower_link a > span {
    position: relative;
    display: inline-block;
    padding-left: 0.15rem;
    font-size: 0.11rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .mod_header .sp_drawer .lower_link a > span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #B8B08C;
  }
  .mod_header .sp_drawer {
    /*.btn { spDrawer 閉じるボタン コメントアウト
    	text-align: center;
    	margin-block-start: 0.5rem;
    	padding-bottom: 1rem;
    	.closer {
    		position: relative;
    		@include f_trajan(400);
    		font-size: 0.19rem;
    		letter-spacing: 0.08em;
    		line-height: 1;
    		color: $bcg00;
    		padding-left: 0.25rem;
    		&:before, &:after {
    			content: '';
    			position: absolute;
    			left: 0;
    			top: 50%;
    			display: block;
    			width: 0.24rem;
    			height: 1px;
    			background-color: $bcg00;
    		}
    		&:before {
    			transform: rotate(45deg);
    		}
    		&:after {
    			transform: rotate(-45deg);
    		}
    	}
    }*/
  }
}
@media screen and (max-width: 640px) {
  .mod_header .menu_btn {
    width: 0.6rem;
    height: 0.6rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .mod_header .menu_btn .open .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 0.2rem;
    margin: auto;
    background-color: #393836;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mod_header .menu_btn .open .bar:nth-child(1) {
    left: -0.16rem;
    bottom: -0.08rem;
  }
  .mod_header .menu_btn .open .bar:nth-child(3) {
    right: -0.16rem;
    top: -0.08rem;
  }
  .mod_header .menu_btn .close .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    margin: auto;
    background-color: #003C32;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mod_header .menu_btn .close .bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mod_header .menu_btn .close .bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .headerMenuFix.headerMenuUp .mod_header .menu_btn {
    top: 0;
  }
  .headerMenuFix.headerMenuDown .mod_header .menu_btn, .headerMenuFix .mod_header .menu_btn {
    top: 0;
  }
  .spmenuopen .mod_header .menu_btn .open .bar {
    width: 0;
  }
  .spmenuopen .mod_header .menu_btn .close .bar {
    width: 0.24rem;
  }
  .mod_header .menu_btn {
    /*.headerEndline .headerMenuFix & {
    	top: 0.4rem;
    }*/
  }
}

/* フッター */
.mod_footer {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer {
    background-color: #F1F0EE;
  }
}
.mod_footer > .in {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .mod_footer > .in {
    padding-top: 1.64rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer > .in {
    padding-top: 1.2rem;
  }
}
.mod_footer > .in::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background-image: url(../img/deco_line01.svg);
}
@media screen and (max-width: 640px) {
  .mod_footer > .in::before {
    top: -0.3rem;
  }
}
.mod_footer .upper, .mod_footer .lower {
  position: relative;
  max-width: 10rem;
  width: 100%;
  margin: auto;
}
.mod_footer .upper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod_footer .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .lower {
    padding-block: 0.8rem 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .lower {
    padding-block: 0.4rem 0.15rem;
  }
}
.mod_footer .footer_logo a {
  display: block;
  width: 2rem;
  line-height: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_logo a {
    width: 1.42rem;
    margin: auto;
  }
}
.no-touchevents .mod_footer .footer_logo a:hover {
  opacity: 0.5;
}
.mod_footer .footer_logo a img {
  width: 100%;
  height: auto;
}
.mod_footer .footer_logo a .logo_wedding {
  display: block;
  -webkit-margin-before: 0.05rem;
          margin-block-start: 0.05rem;
  width: 1.96rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_logo a .logo_wedding {
    width: 1.41rem;
  }
}
.mod_footer .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .sns_link {
    -webkit-margin-before: 0.76rem;
            margin-block-start: 0.76rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .sns_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-margin-before: 0.45rem;
            margin-block-start: 0.45rem;
  }
}
.mod_footer .sns_link a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .sns_link a {
    width: 0.24rem;
    height: 0.24rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .sns_link a {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.mod_footer .sns_link a svg {
  fill: #393836;
}
.no-touchevents .mod_footer .sns_link a:hover {
  opacity: 0.7;
}
.mod_footer .address_box {
  -webkit-margin-before: 0.57rem;
          margin-block-start: 0.57rem;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .address_box .tel_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mod_footer .address_box .tel_txt {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*@if $weight == '700' {
  	font-weight:500;
  }@else {
  	font-weight:$weight;
  }*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .address_box .tel_txt {
    padding-right: 0.18rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .address_box .tel_txt {
    text-align: center;
    font-size: 0.12rem;
  }
}
.mod_footer .address_box .tel_link {
  display: block;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.32rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .mod_footer .address_box .tel_link {
    -webkit-margin-before: 0.17rem;
            margin-block-start: 0.17rem;
    text-align: center;
    font-size: 0.26rem;
  }
}
.mod_footer .address_box .time_box {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*@if $weight == '700' {
  	font-weight:500;
  }@else {
  	font-weight:$weight;
  }*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.09em;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .address_box .time_box {
    -webkit-margin-before: 0.28rem;
            margin-block-start: 0.28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.14rem;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .address_box .time_box {
    -webkit-margin-before: 0.05rem;
            margin-block-start: 0.05rem;
    text-align: center;
    font-size: 0.12rem;
    line-height: 1.83;
  }
}
.mod_footer .cv_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 0.6rem;
          margin-block-start: 0.6rem;
  gap: 0 0.24rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .cv_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    -webkit-margin-before: 0.34rem;
            margin-block-start: 0.34rem;
    gap: 0.2rem 0;
  }
}
.mod_footer .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.7s, -webkit-transform 1s;
  transition: opacity 0.7s, -webkit-transform 1s;
  transition: transform 1s, opacity 0.7s;
  transition: transform 1s, opacity 0.7s, -webkit-transform 1s;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .nav_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-margin-before: 0.8rem;
            margin-block-start: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .nav_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-margin-before: 0.45rem;
            margin-block-start: 0.45rem;
    margin-inline: auto;
    width: calc(100% - 1.2rem);
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .nav_box li {
    padding-inline: 0.17rem;
  }
  .mod_footer .nav_box li:nth-of-type(n + 2) {
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .nav_box li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mod_footer .nav_box li:nth-of-type(even) {
    padding-left: 0.16rem;
  }
}
.mod_footer .nav_box a {
  display: block;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 500;
  font-style: normal;
  /*@if $weight == '700' {
  	font-weight:500;
  }@else {
  	font-weight:$weight;
  }*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .nav_box a {
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .nav_box a {
    position: relative;
    padding-block: 0.08rem;
    padding-left: 0.18rem;
    font-size: 0.12rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mod_footer .nav_box a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-block: auto;
    width: 0.08rem;
    height: 1px;
    background-color: #B8B08C;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .nav_box a.-narrow {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .nav_box a.-narrow {
    letter-spacing: -0.13em;
  }
}
.mod_footer .nav_box a span {
  position: relative;
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .nav_box a span:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    bottom: -0.05rem;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
.no-touchevents .mod_footer .nav_box a:hover span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 641px) and (orientation: portrait) {
  .touchevents .mod_footer .nav_box a {
    font-size: 0.13rem;
  }
}
.mod_footer .banner {
  -webkit-margin-before: 0.84rem;
          margin-block-start: 0.84rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .banner {
    -webkit-margin-before: 0.6rem;
            margin-block-start: 0.6rem;
    padding-inline: 0.3rem;
  }
}
.mod_footer .banner > a {
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.no-touchevents .mod_footer .banner > a:hover {
  opacity: 0.5;
}
.mod_footer .lower_link {
  display: block;
}
.mod_footer .lower_link a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.no-touchevents .mod_footer .lower_link a:hover {
  opacity: 0.7;
}
.mod_footer .lower_link a > span {
  position: relative;
  display: inline-block;
  padding-left: 0.15rem;
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .mod_footer .lower_link a > span {
    font-size: 0.11rem;
  }
}
.mod_footer .lower_link a > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #B8B08C;
}
.mod_footer .copyright {
  display: block;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 500;
  font-style: normal;
  /*@if $weight == '700' {
  	font-weight:500;
  }@else {
  	font-weight:$weight;
  }*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .copyright {
    -webkit-margin-before: 0.35rem;
            margin-block-start: 0.35rem;
    font-size: 0.12rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .copyright {
    display: block;
    -webkit-margin-before: 0.18rem;
            margin-block-start: 0.18rem;
    font-size: 0.1rem;
    letter-spacing: 0.03em;
  }
}

/* ページトップボタン */
.pagetopbtn {
  position: fixed;
  bottom: 0.6rem;
  right: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, bottom 1s, -webkit-filter 1s;
  transition: opacity 0.2s, bottom 1s, -webkit-filter 1s;
  transition: filter 1s, opacity 0.2s, bottom 1s;
  transition: filter 1s, opacity 0.2s, bottom 1s, -webkit-filter 1s;
  background-color: #A8A6A5;
  z-index: 999;
  margin-bottom: env(safe-area-inset-bottom);
}
@media screen and (max-width: 640px) {
  .pagetopbtn {
    z-index: 99;
    width: 0.4rem;
    height: 0.4rem;
    bottom: 0.8rem;
    right: 0.1rem;
  }
}
.pagetopbtn span {
  position: relative;
  display: block;
  width: 0.1rem;
  height: 0.1rem;
}
.pagetopbtn span::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.4em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.pagetopbtn span svg {
  width: 0.14rem;
  height: auto;
  stroke-width: 2;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (max-width: 640px) {
  .pagetopbtn span svg {
    width: 0.12rem;
  }
}
.no-touchevents .pagetopbtn:hover {
  opacity: 0.6;
}
.state_screenheightscroll .pagetopbtn {
  opacity: 1;
  pointer-events: auto;
}
.pagetopbtn {
  /*&.pc_endline {
  	@include sc(pc){
  		//事業メニュー表示時は位置調整のためmod_contact内に調整値記述あり
  		position: absolute;
  		top: 4.3rem;
  		bottom: auto;
  	}
  }*/
}
@media screen and (max-width: 640px) {
  .pagetopbtn.endline {
    position: absolute;
    top: -0.65rem;
    bottom: auto;
  }
}

/* パンくず */
.pankuzu_wrap {
  width: 100%;
  height: 0.5rem;
  background-color: #393836;
}
@media screen and (max-width: 640px) {
  .pankuzu_wrap {
    height: 0.3rem;
    overflow: auto;
  }
}

.pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-inline: 0.5rem;
  margin-inline: auto;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*@if $weight == '700' {
  	font-weight:500;
  }@else {
  	font-weight:$weight;
  }*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.09em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .pankuzu {
    height: 0.24rem;
    padding-inline: 0.2rem;
    font-size: 0.12rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.pankuzu .link {
  display: inline-block;
  position: relative;
}
.pankuzu .link + .link {
  margin-left: 0.4rem;
}
@media screen and (max-width: 640px) {
  .pankuzu .link + .link {
    margin-left: 0.3rem;
  }
}
.pankuzu .link + .link::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-right: 1px solid #B8B08C;
  border-top: 1px solid #B8B08C;
  top: calc(50% - 0.18em);
  left: -2em;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .pankuzu .link span {
    vertical-align: -webkit-baseline-middle;
  }
}

/* -----------------------------------------------------------------------------

共通パーツ

----------------------------------------------------------------------------- */
.catch {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*@if $weight == '700' {
  	font-weight:500;
  }@else {
  	font-weight:$weight;
  }*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.22rem;
  letter-spacing: 0.12em;
  line-height: 1.22;
}
@media screen and (max-width: 640px) {
  .catch {
    font-size: 0.2rem;
  }
}

.read {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*@if $weight == '700' {
  	font-weight:500;
  }@else {
  	font-weight:$weight;
  }*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.12em;
  line-height: 2.57;
}
@media screen and (max-width: 640px) {
  .read {
    font-size: 0.13rem;
    line-height: 2.46;
  }
}

.-vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.-horizontal {
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.-rotation {
  display: inline-block;
  position: relative;
  top: -0.125em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  letter-spacing: 0;
  line-height: 1;
}

html:lang(en) .-vertical,
html:lang(ko) .-vertical,
html:lang(zh-CN) .-vertical {
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
}
html:lang(en) .-combine,
html:lang(ko) .-combine,
html:lang(zh-CN) .-combine {
  -webkit-text-combine: none;
  -ms-text-combine-horizontal: none;
  text-combine-upright: none;
}
html:lang(en) .-rotation,
html:lang(ko) .-rotation,
html:lang(zh-CN) .-rotation {
  top: 0;
  -webkit-transform: none;
          transform: none;
}

html:lang(en) .side_nav a,
html:lang(ko) .side_nav a,
html:lang(zh-CN) .side_nav a {
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
}

.-indent1 {
  display: inherit;
  text-indent: 1em;
}

.-indent2 {
  display: inherit;
  text-indent: 2em;
}

.-center {
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  .-center_pc {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .-center_sp {
    text-align: center;
  }
}

.-right {
  text-align: right;
}

@media print, screen and (min-width: 641px) {
  .-right_pc {
    text-align: right;
  }
}

@media screen and (max-width: 640px) {
  .-right_sp {
    text-align: right;
  }
}

.sec_tit .title {
  position: relative;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 500;
  font-style: normal;
  /*@if $weight == '700' {
  	font-weight:500;
  }@else {
  	font-weight:$weight;
  }*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .sec_tit .title {
    font-size: 0.14rem;
  }
}
.sec_tit .title[data-txt] {
  padding-top: 0.68rem;
}
@media screen and (max-width: 640px) {
  .sec_tit .title[data-txt] {
    padding-top: 0.42rem;
  }
}
.sec_tit .title[data-txt]:before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.42rem;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .sec_tit .title[data-txt]:before {
    font-size: 0.3rem;
  }
}
.sec_tit .title {
  /*.header_deco {
  	position: absolute;
  	top: -0.32rem;
  	left: calc(50% - 0.12rem);
  	width: 0.24rem;
  	height: auto;
  	@include sc(sp){
  		top: -0.2rem;
  		left: calc(50% - 0.08rem);
  		width: 0.16rem;
  		stroke-width: 1.5;
  	}
  	// stroke: $bcff;
  	// stroke-width: 1.5;
  }*/
}
.sec_tit.-center .title {
  text-align: center;
}
.sec_tit.-center .title[data-txt]:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 641px) {
  .sec_tit.-center_pc .title {
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_tit.-center_pc .title[data-txt]:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) {
  .sec_tit.-center_sp .title {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .sec_tit.-center_sp .title[data-txt]:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec_tit.-right .title {
  text-align: right;
}
.sec_tit.-right .title[data-txt]:before {
  left: auto;
  right: 0;
}
@media print, screen and (min-width: 641px) {
  .sec_tit.-right_pc .title {
    text-align: right;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_tit.-right_pc .title[data-txt]:before {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_tit.-right_sp .title {
    text-align: right;
  }
}
@media screen and (max-width: 640px) {
  .sec_tit.-right_sp .title[data-txt]:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec_tit {
  /*&.-vertical {
  	.title {
  		position: relative;
  		font-size: 0.14rem;
  		letter-spacing: 0.2em;
  		line-height: 1.21;
  		color: $bcg00;
  		@include sc(sp){
  			font-size: 0.145rem;
  			letter-spacing: 0.06em;
  			line-height: 1;
  		}
  		&:after {
  			content: '';
  			position: absolute;
  			bottom: -0.9rem;
  			left: 50%;
  			width: 1px;
  			height: 0.8rem;
  			background-color: rgba($bcg00, 0.55);
  			@include sc(sp){
  				bottom: -0.6rem;
  				height: 0.5rem;
  			}
  		}
  		.header_deco {
  			position: absolute;
  			top: -0.18rem;
  			left: calc(50% - 0.09rem);
  			width: 0.18rem;
  			height: auto;
  			stroke: #A91F24;
  			stroke-width: 1.0;
  			@include sc(sp){
  				top: -0.17rem;
  				left: calc(50% - 0.07rem);
  				width: 0.14rem;
  				stroke-width: 1.3;
  			}
  		}
  	}
  }*/
}

.sub_tit {
  position: relative;
}
.sub_tit .title {
  position: relative;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.36rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .sub_tit .title {
    font-size: 0.26rem;
    line-height: 1.19;
  }
}
.sub_tit .title {
  /*&.-num {
  	position: relative;
  	display: flex;
  	align-items: center;
  	padding-left: 0.6rem;
  	@include sc(sp){
  		padding-left: 0.35rem;
  	}
  	span {}

  }*/
}
.sub_tit {
  /*&.-vertical {
  	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
  	.title {
  		// background-color: rgba(#cc0000, 0.1);//暫定
  		display: inline-flex;

  		//接頭子数字（漢字表記基準・ひらがな時はローカルでline-heightを1に変更）
  		&.-num {
  			// line-height: 1.37;
  			line-height: 0.8;
  			text-align: center;
  			padding: 0;
  			padding-top: 0.6rem;
  			.firefox & {
  				span {
  					display: inline-block;
  					width: 1em;
  					// background-color: rgba(#cc0000, 0.1);//暫定
  				}
  			}
  			@include sc(sp){
  				padding-top: 0.35rem;//0.4rem;
  			}
  			&:after {
  				width: 0.5em;
  				height: 1px;
  				left: 50%;//0.15em;
  				top: 0.4rem;
  				bottom: auto;
  				transform: translateX(-50%);
  				@include sc(sp){
  					width: 0.7em;
  					top: 0.27rem;
  					// left: 0.1em;
  				}
  			}
  			&[data-txt]:before {
  				position: absolute;
  				top: -0.25em;
  				left: 0.125em;
  				transform: rotate(-90deg);
  				// background-color: rgba(#cc0000, 0.1);//暫定
  				// text-combine-upright: all;
  				@include f_trajan(400);
  				font-size: 0.26rem;
  				letter-spacing: 0.1em;
  				line-height: 1;
  				border: none;
  				padding: 0.1em 0;
  				margin: 0;
  				@include sc(sp){
  					left: 0.2em;
  					@include f_trajan(400);
  					font-size: 0.18rem;
  				}
  			}
  		}
  		//接頭子なし
  		&:not(.-num){
  			font-size: 0.16rem;
  			font-weight: 600;
  			letter-spacing: 0.1em;
  			line-height: 1;
  			color: $bc01;//#505050;
  			@include sc(sp){
  				font-size: 0.14rem;
  				font-weight: 500;
  				letter-spacing: 0.03em;
  			}
  			.header_deco {
  				position: absolute;
  				top: -0.2rem;
  				left: calc(50% - 0.08rem);
  				width: 0.16rem;
  				height: auto;
  				stroke: $bcg00;
  				stroke-width: 1.0;
  				@include sc(sp){
  					top: -0.15rem;
  					left: calc(50% - 0.07rem);
  					width: 0.14rem;
  					stroke-width: 1.7;
  				}
  			}
  		}
  	}
  }*/
}

/*.deco_tit {
	position: absolute;
	@include f_trajan(400);
	font-size: 1.46rem;
	line-height: 0.8;
	letter-spacing: 0.05em;
	color: #F0DFC6;
	@include sc(sp){
		font-size: 0.74rem;
		letter-spacing: 0.04em;
	}
}*/
.btn01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.8rem;
  height: 0.6rem;
  margin-inline: auto;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #b8b08c;
}
@media screen and (max-width: 640px) {
  .btn01 {
    width: 2rem;
    height: 0.5rem;
    padding: 0;
  }
}
.btn01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn01::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0.4em solid transparent;
  border-right: 0.4em solid #fff;
  border-bottom: 0.4em solid #fff;
  z-index: 1;
}
.btn01 > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*@if $weight == '700' {
  	font-weight:500;
  }@else {
  	font-weight:$weight;
  }*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.15rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #fff;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
@media screen and (max-width: 640px) {
  .btn01 > span {
    font-size: 0.14rem;
  }
}
.no-touchevents .btn01:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.no-touchevents .btn01:hover span {
  color: #B8B08C;
}
.btn01 {
  /*&.-arrow {
  	width: 2rem;
  	height: 0.5rem;
  	border-color: #b43b3e;
  	border-radius: 2px;
  	@include sc(sp){
  		width: 100%;
  		border-color: $bcg00;
  		border-radius: 0;
  		background-color: rgba($bcff, 0.6);
  	}
  	> span {
  		@include f_min(600);
  		font-size: 0.16rem;
  		letter-spacing: 0.05em;
  		line-height: 1;
  		color: $bcg00;
  		@include sc(sp){
  			font-size: 0.17rem;
  			letter-spacing: 0.1em;
  			color: $bcg00;
  		}
  	}
  	.arrow {
  		position: absolute;
  		right: 0.2rem;
  		top: calc(50% - 0.045rem);
  		display: block;
  		width: 0.1rem;
  		height: auto;
  		stroke: rgba(#A91F24,0.8);
  		transition: stroke 0.3s;
  		@include sc(sp){
  			right: 0.3rem;
  			stroke: $bcg00;
  			// stroke-width: 1.2;
  		}
  	}
  	.no-touchevents &:hover {
  		.arrow {
  			stroke: rgba($bcff,1);
  		}
  	}
  }*/
}
.btn01.-typeA {
  width: 2rem;
}
.btn01.-typeA:not(.-return) {
  background-color: transparent;
  border: 1px solid #003C32;
}
.btn01.-typeA:not(.-return):before {
  background-color: #003C32;
}
.btn01.-typeA:not(.-return)::after {
  border-right-color: #003C32;
  border-bottom-color: #003C32;
}
.btn01.-typeA:not(.-return) span {
  color: #003C32;
}
.no-touchevents .btn01.-typeA:not(.-return):hover span {
  color: #fff;
}
.btn01.-typeA.-return {
  background-color: #003C32;
  border: none;
}
.btn01.-typeA.-return:before {
  background-color: #147A65;
}
.btn01.-typeA.-return::after {
  border-right-color: #147A65;
  border-bottom-color: #147A65;
}
.no-touchevents .btn01.-typeA.-return:hover span {
  color: #fff;
}
.btn01.-typeB {
  background-color: transparent;
  border: 1px solid #8B1A1E;
}
.btn01.-typeB:before {
  background-color: #8B1A1E;
}
.btn01.-typeB::after {
  border-right-color: #8B1A1E;
  border-bottom-color: #8B1A1E;
}
.btn01.-typeB span {
  color: #8B1A1E;
}
.no-touchevents .btn01.-typeB:hover span {
  color: #fff;
}
.btn01.-long {
  width: 3.4rem;
}

.btn02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 0.22rem;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 640px) {
  .btn02 {
    width: 2rem;
  }
}
.btn02:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 2.1rem;
  height: 1px;
  background-color: #B8B08C;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 640px) {
  .btn02:before {
    width: 1.2rem;
  }
}
.btn02 > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #B8B08C;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
@media screen and (max-width: 640px) {
  .btn02 > span {
    font-size: 0.16rem;
  }
}
.no-touchevents .btn02:hover {
  opacity: 0.7;
}
.no-touchevents .btn02:hover:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.btn02.-typeA::before {
  background-color: #fff;
}
.btn02.-typeA > span {
  color: #fff;
}
.btn02 {
  /*&.-more {
  	@include sc(sp){
  		display: inline-flex;
  		height: 0.4rem;
  		min-width: 2rem;
  		> span {
  			display: block;
  			@include f_miller(300);
  			font-size: 0.18rem;
  			letter-spacing: 0.06em;
  			line-height: 1.61;
  			text-align: center;
  			&:after {
  				transform: rotate(135deg);
  			}
  		}
  	}
  }*/
}

.more {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.18rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .more {
    font-size: 0.17rem;
  }
}
.more span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.2rem;
}
@media screen and (max-width: 640px) {
  .more span {
    padding-right: 0.15rem;
  }
}
.more .arrow {
  position: absolute;
  right: 0;
  top: calc(50% - 0.02rem);
  width: 0.08rem;
  height: auto;
  -webkit-transition: 1s;
  transition: 1s;
}
.no-touchevents .more[href]:hover .arrow {
  fill: #003C32;
}

.no-touchevents .underline[href]:hover > span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.underline > span {
  position: relative;
  display: inline-block;
}
.underline > span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.05rem;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.underline.current > span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: none;
  transition: none;
}

/*装飾
============================================================================= */
.-deco_bd_bg {
  position: relative;
  z-index: 1;
}
.-deco_bd_bg::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(../img/deco_line01.svg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
.-deco_bd_bg.-typeA::before {
  background-image: url(../img/deco_line02.svg);
}
.-deco_bd_bg.-typeB::before {
  background-image: url(../img/deco_line03.svg);
}

.deco_line_svg_wrap {
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: -1;
}

.deco_line_svg {
  position: relative;
}
.deco_line_svg line {
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  stroke: rgba(128, 128, 120, 0.3);
}

/* SP追従CVリンク・共通コンポーネント
============================================================================= */
/* SP追従 */
.flowbottomSP {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 0.22rem);
  height: 0.4rem;
  border-radius: 3px;
  overflow: hidden;
  margin: auto;
  -webkit-transition: bottom 1s, -webkit-transform 1s;
  transition: bottom 1s, -webkit-transform 1s;
  transition: transform 1s, bottom 1s;
  transition: transform 1s, bottom 1s, -webkit-transform 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 999;
}
.flowbottomSP a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.flowbottomSP a > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.state_fewscroll .flowbottomSP {
  -webkit-transform: none;
          transform: none;
  bottom: 0.2rem;
  margin-bottom: env(safe-area-inset-bottom);
}
.flowbottomSP.endline {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  bottom: 0;
}

/* 下層ヘッダー　※使用しないかも
============================================================================= */
/* mod_localnav
============================================================================= */
.mod_localnav > .in {
  background-color: #393836;
  padding-block: 1.2rem 1.1rem;
}
@media screen and (max-width: 640px) {
  .mod_localnav > .in {
    padding-block: 0.7rem 0.87rem;
  }
}
.mod_localnav > .in > .sub_tit .title {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_localnav > .in > .sub_tit .title {
    font-size: 0.26rem;
    line-height: 1.43;
    padding-inline: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_localnav > .in > .sub_tit .title span {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_localnav > .in > .sub_tit .title span {
    font-size: 0.26rem;
  }
}
.mod_localnav > .in > .-deco_bd_bg::before {
  content: "";
  display: block;
  background-image: url(../img/deco_line_localnav.svg);
}
@media print, screen and (min-width: 641px) {
  .mod_localnav > .in > .-deco_bd_bg::before {
    top: -0.22rem;
    left: calc(50% - 2.64rem);
    width: 0.67rem;
    height: 0.67rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_localnav > .in > .-deco_bd_bg::before {
    top: -0.16rem;
    left: calc(50% - 1.45rem);
    width: 0.58rem;
    height: 0.58rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_localnav .localnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.4rem;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_localnav .localnav {
    width: 100%;
    margin-top: 0.32rem;
    padding-inline: 0.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.mod_localnav .localnav_item {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .mod_localnav .localnav_item {
    width: 3.4rem;
    aspect-ratio: 340/212;
  }
}
@media screen and (max-width: 640px) {
  .mod_localnav .localnav_item {
    aspect-ratio: 295/140;
  }
  .mod_localnav .localnav_item + .localnav_item {
    margin-top: 0.24rem;
  }
}
.mod_localnav .localnav_item_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.no-touchevents .mod_localnav .localnav_item_link ~ .localnav_item_bg img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.no-touchevents .mod_localnav .localnav_item_link:hover ~ .localnav_item_bg img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 0.7;
}
.mod_localnav .localnav_item_bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 641px) {
  .mod_localnav .localnav_item_bg {
    background-color: #fff;
  }
}
.mod_localnav .localnav_item_title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-inline: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.mod_localnav .localnav_item_title .title[data-txt] {
  color: #fff;
  padding-top: 0.4rem;
}
@media print, screen and (min-width: 641px) {
  .mod_localnav .localnav_item_title .title[data-txt] {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_localnav .localnav_item_title .title[data-txt] {
    font-size: 0.13rem;
  }
}
.mod_localnav .localnav_item_title .title[data-txt]::before {
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .mod_localnav .localnav_item_title .title[data-txt]::before {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_localnav .localnav_item_title .title[data-txt]::before {
    font-size: 0.24rem;
  }
}

/* 時間軸のSVGアニメーション
============================================================================= */
.deco_circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .deco_circle {
    width: 0.6rem;
    height: 0.6rem;
    background-color: rgba(217, 217, 217, 0.42);
    backdrop-filter: blur(4px);
  }
}

.deco_circle_num,
.deco_circle_time {
  display: block;
  width: 0.44rem;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .deco_circle_num,
  .deco_circle_time {
    color: #fff;
  }
}

.deco_circle_num {
  padding-bottom: 0.05rem;
  font-size: 0.16rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .deco_circle_num {
    padding-bottom: 0.04rem;
    font-size: 0.11rem;
  }
}

.deco_circle_time {
  padding-top: 0.1rem;
  font-size: 0.13rem;
  letter-spacing: 0.1em;
  border-top: 1px solid #B8B08C;
}
@media screen and (max-width: 640px) {
  .deco_circle_time {
    padding-top: 0.06rem;
    font-size: 0.11rem;
  }
}

.deco_circle_svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
}
@media screen and (max-width: 640px) {
  .deco_circle_svg {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.deco_circle_svg > * {
  fill: none;
  stroke-width: 2;
}

/* line-clamp
============================================================================= */
._line-clamp, .line_clamp {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
}
._line-clamp._line1, .line_clamp._line1 {
  -webkit-line-clamp: 1;
}
._line-clamp._line2, .line_clamp._line2 {
  -webkit-line-clamp: 2;
}
._line-clamp._line3, .line_clamp._line3 {
  -webkit-line-clamp: 3;
}
._line-clamp._line4, .line_clamp._line4 {
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 640px) {
  ._line-clamp._sp-line1, .line_clamp._sp-line1 {
    -webkit-line-clamp: 1;
  }
  ._line-clamp._sp-line2, .line_clamp._sp-line2 {
    -webkit-line-clamp: 2;
  }
  ._line-clamp._sp-line3, .line_clamp._sp-line3 {
    -webkit-line-clamp: 3;
  }
  ._line-clamp._sp-line4, .line_clamp._sp-line4 {
    -webkit-line-clamp: 4;
  }
}

/* -----------------------------------------------------------------------------

モーション

----------------------------------------------------------------------------- */
[data-pararax01] {
  position: relative;
}
[data-pararax01] [data-pararax01-inview] {
  position: absolute;
  top: 200px;
  bottom: 200px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  [data-pararax01] [data-pararax01-inview] {
    top: 100px;
    bottom: 100px;
  }
}
[data-pararax01] [data-pararax01-opacity01] {
  opacity: 0;
  -webkit-transition: opacity 1.3s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1.3s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity01].active {
  opacity: 1;
}
[data-pararax01] [data-pararax01-opacity02] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity02].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity02] {
  -webkit-transform: translate(-15px, 0);
          transform: translate(-15px, 0);
}
[data-pararax01] [data-pararax01-opacity03] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity03].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity03] {
  -webkit-transform: translate(15px, 0);
          transform: translate(15px, 0);
}
[data-pararax01] [data-pararax01-opacity04] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity04].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity04] {
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
}
[data-pararax01] [data-pararax01-opacity05] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity05].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity05] {
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
}
[data-pararax01] [data-pararax01-opacity06] {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity06].active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
[data-pararax01] [data-pararax01-opacity06] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

[data-pararax01-p2a] {
  position: relative;
}
[data-pararax01-p2a] [data-pararax01-inview] {
  position: absolute;
  top: 200px;
  bottom: 200px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  [data-pararax01-p2a] [data-pararax01-inview] {
    top: 100px;
    bottom: 100px;
  }
}
[data-pararax01-p2a] [data-pararax01-photo02a] {
  display: inline-block;
  position: relative;
  opacity: 0;
  font-size: 0;
}
[data-pararax01-p2a] [data-pararax01-photo02a].active {
  opacity: 1;
}
[data-pararax01-p2a] [data-pararax01-photo02a] svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
[data-pararax01-p2a] [data-pararax01-photo02a] rect {
  fill: rgba(57, 56, 54, 0.5);
}
[data-pararax01-p2a] [data-pararax01-photo02a].init {
  opacity: 1;
}