@charset "UTF-8";
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し
<ul class="col_3">
	<li></li>
	<li></li>
	<li></li>
</ul>

scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/
.mod_wrap01 {
  margin: 0 auto;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  max-width: 14.6rem;
  width: 100%;
  min-width: 10rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mod_wrap01 {
    width: auto;
    min-width: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.fontbold {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fontbold {
    font-weight: normal;
    -webkit-text-stroke: 0.4px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.vertmiddle:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.vertmiddle > * {
  display: inline-block;
  vertical-align: middle;
}

.rightarr {
  position: relative;
}
.rightarr:after {
  content: "";
  display: block;
  margin: auto 0;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  transform: rotate(45deg) skew(8deg, 8deg);
  transition: transform 0.5s, opacity 0.5s;
}
.no-touchevents .rightarr:hover:after {
  transform: rotate(45deg) translate(3px, -3px);
}

.ph {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*-------------------------------------------*/
/*
example
@include vaM;
*/
/*
example
@include taJ
*/
/*
example
@include dotted(#COLOR, WidthPX,SpaceingPX,HeightPX); 横破線
@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/*
example
@include gradient(#StartColor, #EndColor, vertical); 垂直方向
@include gradient(#StartColor, #EndColor, horizontal); 水平方向
@include gradient(#StartColor, #EndColor, radial); 円方向
*/
html {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "Osaka", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
  color: #333;
}
html.safari {
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  html {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1600px) {
  html {
    font-size: 100px;
  }
  html.fzL {
    font-size: 110px;
  }
}
@media print, screen and (min-width: 1440px) and (max-width: 1599px) {
  html {
    font-size: 90px;
  }
  html.fzL {
    font-size: 100px;
  }
}
@media print, screen and (min-width: 1366px) and (max-width: 1439px) {
  html {
    font-size: 85px;
  }
  html.fzL {
    font-size: 90px;
  }
}
@media print, screen and (min-width: 1280px) and (max-width: 1365px) {
  html {
    font-size: 80px;
  }
  html.fzL {
    font-size: 90px;
  }
}
@media print, screen and (min-width: 1200px) and (max-width: 1279px) {
  html {
    font-size: 75px;
  }
  html.fzL {
    font-size: 80px;
  }
}
@media print, screen and (min-width: 1120px) and (max-width: 1199px) {
  html {
    font-size: 70px;
  }
  html.fzL {
    font-size: 75px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1119px) {
  html {
    font-size: 64px;
  }
  html.fzL {
    font-size: 70px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 100px;
  }
}
@media print, screen and (max-width: 359px) {
  html {
    font-size: 85px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-feature-settings: "palt";
  }
}

html.wf-active, html.op-active {
  opacity: 1;
}

body {
  position: relative;
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 1.6;
}
.ie body {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 0.9rem;
    min-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0.5rem;
  }
}

.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure, input, select, button, textarea {
  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: hidden;
}

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;
}

summary {
  display: list-item;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

input, select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: 0;
  font: inherit;
}

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;
}

[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;
    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;
  }
}
@media screen and (max-width: 767px) {
  [data-sc-pc] {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  [data-sc-sp] {
    display: none !important;
  }
}

.mod_main {
  overflow: hidden;
}

.ph {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.device-tablet .mod_main {
  width: calc(100% + 0.01rem);
}

[data-lf] {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.5s;
}
[data-lf][style] {
  opacity: 1;
}
[data-lf].load_view {
  opacity: 1;
}

[data-lf-area="1"] .img,
.img[data-lf-area="1"] {
  opacity: 1;
}

.of .img {
  width: 100%;
  height: 100%;
}
.of.cover .img {
  object-fit: cover;
}
.ie .of.cover .img {
  font-family: "object-fit: cover;";
}
.of.contain .img {
  object-fit: contain;
}
.ie .of.contain .img {
  font-family: "object-fit: contain;";
}

.ofi {
  width: 100%;
  height: 100%;
}
.ofi.cover {
  object-fit: cover;
}
.ie .ofi.cover {
  font-family: "object-fit: cover;";
}
.ofi.contain {
  object-fit: contain;
}
.ie .ofi.contain {
  font-family: "object-fit: contain;";
}

/* ---------------------------------------------------------

_variableをクラス化

--------------------------------------------------------- */
/*
margin:0;版をデフォルト化

html例）
<ul class="col_3 col_base">
	<li></li>
	<li></li>
	<li></li>
</ul>
*/
@media screen and (min-width: 768px) {
  @supports (display: flow-root) {
    .col_base.col_1 {
      display: flow-root;
    }
  }
  @supports not (display: flow-root) {
    .col_base.col_1 {
      display: block;
    }
    .col_base.col_1:after {
      content: "";
      display: block;
      clear: both;
    }
  }
  .ie .col_base.col_1 {
    display: block;
    width: calc(100% + 1px);
  }
  .ie .col_base.col_1:after {
    content: "";
    display: block;
    clear: both;
  }
  .col_base.col_1 > * {
    margin: 0px 0 0 0px;
    width: calc(100% / 1 - 0px);
    float: left;
  }
  .ie .col_base.col_1 > * {
    width: calc((100% - 1px) / 1 - 0px);
  }
  .col_base.col_1 > *:nth-child(1n+1) {
    margin-left: 0;
  }
  .col_base.col_1 > *:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  @supports (display: flow-root) {
    .col_base.col_2 {
      display: flow-root;
    }
  }
  @supports not (display: flow-root) {
    .col_base.col_2 {
      display: block;
    }
    .col_base.col_2:after {
      content: "";
      display: block;
      clear: both;
    }
  }
  .ie .col_base.col_2 {
    display: block;
    width: calc(100% + 1px);
  }
  .ie .col_base.col_2:after {
    content: "";
    display: block;
    clear: both;
  }
  .col_base.col_2 > * {
    margin: 0px 0 0 0px;
    width: calc(100% / 2 - 0px);
    float: left;
  }
  .ie .col_base.col_2 > * {
    width: calc((100% - 1px) / 2 - 0px);
  }
  .col_base.col_2 > *:nth-child(2n+1) {
    margin-left: 0;
  }
  .col_base.col_2 > *:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  @supports (display: flow-root) {
    .col_base.col_3 {
      display: flow-root;
    }
  }
  @supports not (display: flow-root) {
    .col_base.col_3 {
      display: block;
    }
    .col_base.col_3:after {
      content: "";
      display: block;
      clear: both;
    }
  }
  .ie .col_base.col_3 {
    display: block;
    width: calc(100% + 1px);
  }
  .ie .col_base.col_3:after {
    content: "";
    display: block;
    clear: both;
  }
  .col_base.col_3 > * {
    margin: 0px 0 0 0px;
    width: calc(100% / 3 - 0px);
    float: left;
  }
  .ie .col_base.col_3 > * {
    width: calc((100% - 1px) / 3 - 0px);
  }
  .col_base.col_3 > *:nth-child(3n+1) {
    margin-left: 0;
  }
  .col_base.col_3 > *:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  @supports (display: flow-root) {
    .col_base.col_4 {
      display: flow-root;
    }
  }
  @supports not (display: flow-root) {
    .col_base.col_4 {
      display: block;
    }
    .col_base.col_4:after {
      content: "";
      display: block;
      clear: both;
    }
  }
  .ie .col_base.col_4 {
    display: block;
    width: calc(100% + 1px);
  }
  .ie .col_base.col_4:after {
    content: "";
    display: block;
    clear: both;
  }
  .col_base.col_4 > * {
    margin: 0px 0 0 0px;
    width: calc(100% / 4 - 0px);
    float: left;
  }
  .ie .col_base.col_4 > * {
    width: calc((100% - 1px) / 4 - 0px);
  }
  .col_base.col_4 > *:nth-child(4n+1) {
    margin-left: 0;
  }
  .col_base.col_4 > *:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  @supports (display: flow-root) {
    .col_base.col_5 {
      display: flow-root;
    }
  }
  @supports not (display: flow-root) {
    .col_base.col_5 {
      display: block;
    }
    .col_base.col_5:after {
      content: "";
      display: block;
      clear: both;
    }
  }
  .ie .col_base.col_5 {
    display: block;
    width: calc(100% + 1px);
  }
  .ie .col_base.col_5:after {
    content: "";
    display: block;
    clear: both;
  }
  .col_base.col_5 > * {
    margin: 0px 0 0 0px;
    width: calc(100% / 5 - 0px);
    float: left;
  }
  .ie .col_base.col_5 > * {
    width: calc((100% - 1px) / 5 - 0px);
  }
  .col_base.col_5 > *:nth-child(5n+1) {
    margin-left: 0;
  }
  .col_base.col_5 > *:nth-child(-n+5) {
    margin-top: 0;
  }
}

/* -----------------------------------------------------------------------------

共通エレメント
※スタイル継承時は@extendを使用

----------------------------------------------------------------------------- */
.no-touchevents .underline[href]:hover > span:before {
  transform: scaleX(1);
  transform-origin: left top;
}
.underline > span {
  position: relative;
  display: inline-block;
}
.underline > span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 0.01rem;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.underline.current > span:before {
  transform: scaleX(1);
  transition: none;
}

.txtlink {
  font-size: 0.14rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .txtlink {
    font-size: 0.1rem;
  }
}
.txtlink.external span:after {
  content: "";
  position: relative;
  top: 0.02rem;
  display: inline-block;
  margin-left: 0.05rem;
  width: 0.16rem;
  height: 0.12rem;
  background-image: url(../img/ico_external.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .txtlink.external span:after {
    margin-left: 0.02rem;
    width: 0.09rem;
    height: 0.07rem;
  }
}

.mod_btn01 {
  position: relative;
  display: inline-block;
  max-width: 2.3rem;
  width: 100%;
  height: 0.46rem;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  background-color: #201a1c;
}
@media screen and (max-width: 767px) {
  .mod_btn01 {
    display: block;
    height: 0.1rem;
    max-width: 100%;
    padding: 0;
  }
}
.mod_btn01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a7935a;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.mod_btn01 > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
  transition: color 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ie11 .mod_btn01 > span {
  top: 0.03rem;
}
@media screen and (max-width: 767px) {
  .mod_btn01 > span {
    font-size: 0.12rem;
    line-height: 1;
    font-feature-settings: "palt";
  }
}
.no-touchevents .mod_btn01:hover {
  /*span {
  	color: $bc00;//暫定
  }*/
}
.no-touchevents .mod_btn01:hover:before {
  transform: scaleX(1);
  transform-origin: left top;
}

.mod_btn01.en {
  max-width: 2.6rem;
}
@media screen and (max-width: 767px) {
  .mod_btn01.en {
    width: 50vw !important;
  }
}

.sec_tit .title {
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_tit .title {
    font-size: 0.15rem;
    font-feature-settings: "palt";
  }
}
.sec_tit .sub {
  line-height: 1;
  margin-top: 0.16rem;
  width: auto;
  height: 0.14rem;
}
@media screen and (max-width: 767px) {
  .sec_tit .sub {
    height: 0.1rem;
    margin-top: 0.1rem;
  }
}
.sec_tit .sub .img {
  width: auto;
  height: 100%;
  opacity: 1 !important;
  transition: 0 !important;
}

.cont_tit > .in {
  position: relative;
  z-index: 0;
  height: 1.9rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont_tit > .in {
    height: 1.5rem;
    margin-top: 0.5rem;
  }
}
.cont_tit > .in .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cont_tit > .in .sec_tit {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cont_tit > .in .sec_tit .sub {
  width: auto;
  height: 0.14rem;
}
@media screen and (max-width: 767px) {
  .cont_tit > .in .sec_tit .sub {
    height: 0.1rem;
  }
}
.cont_tit > .in .sec_tit .sub .img {
  width: auto;
  height: 100%;
}
.cont_tit > .in .sec_tit .explanation {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cont_tit > .in .sec_tit .explanation {
    font-size: 10px;
  }
}

.page_ttl {
  max-width: 12.4rem;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0.14rem;
}
@media screen and (max-width: 767px) {
  .page_ttl {
    width: 100%;
    top: 0;
    padding: 0 0.2rem;
    letter-spacing: 0.05em;
    font-size: 0.12rem;
    line-height: 1.66;
    font-weight: 700;
    text-align: left;
    font-feature-settings: "palt";
    margin-top: -45px;
  }
}

.head_catch {
  font-size: 0.11rem;
  color: #fff;
  position: fixed;
  display: block;
  letter-spacing: 0;
  z-index: 2200;
}
@media screen and (min-width: 768px) {
  .head_catch {
    left: 50%;
    max-width: 8.1rem;
    width: 100%;
    height: 0.26rem;
    overflow: hidden;
    margin: 0 auto;
    margin-left: -4.8rem;
    padding-top: 0.04rem;
    box-sizing: border-box;
    transition: transform 0.5s;
    pointer-events: none;
  }
  .body_hp_long .head_catch {
    left: 46%;
    max-width: 100%;
  }
  .fix:not(.sc_end) .head_catch {
    transform: translateY(-0.55rem);
  }
}
@media screen and (max-width: 767px) {
  .head_catch {
    color: #fff;
    background-color: #191919;
    padding: 0.15rem;
    font-size: 0.1rem;
    line-height: 1.4;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform 1s;
    /*.nav_open & {
    	transform:translateY(0);
    }*/
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .chrome .head_catch {
    max-width: 100%;
    transform: scale(0.8);
    transform-origin: left center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1236px) {
  .chrome .head_catch {
    max-width: 100%;
    transform: scale(0.7);
    transform-origin: left center;
  }
}

/* -----------------------------------------------------------------------------

ヘッダー

----------------------------------------------------------------------------- */
.mod_header {
  position: fixed;
  top: -0.6rem;
  z-index: 1000;
  width: 100%;
  height: 1.6rem;
  background-color: #201a1c;
  transition: transform 0.5s;
}
@media screen and (min-width: 768px) {
  .mod_header {
    transform: translateY(0.6rem);
  }
}
@media screen and (max-width: 767px) {
  .mod_header {
    position: fixed;
    top: 0;
    height: 0.5rem;
    width: 100%;
    /*&:before {
    	content: '';
    	position: absolute;
    	z-index: -1;
    	height: 0.50rem;
    	width: 100%;
    	background-color: #c00;
    }*/
  }
}
.mod_header .h1_box {
  width: 100%;
  height: 0.26rem;
  background-color: #9c958f;
}
@media screen and (max-width: 767px) {
  .mod_header .h1_box {
    display: none;
  }
}
.mod_header .h1_box > .in {
  position: relative;
  width: 11rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mod_header .h1_box > .in {
    width: auto;
  }
}
.mod_header .h1_box > .in #dl_fontsize {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.body_hp_long .mod_header .h1_box > .in #dl_fontsize {
  display: none;
}
.mod_header .h1_box > .in #dl_fontsize dt, .mod_header .h1_box > .in #dl_fontsize dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.mod_header .h1_box > .in #dl_fontsize dt {
  font-size: 0.11rem;
  color: #fff;
  padding-top: 0.08rem;
}
.mod_header .h1_box > .in #dl_fontsize dd {
  padding-left: 0.1rem;
}
.mod_header .h1_box > .in #dl_fontsize ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
.mod_header .h1_box > .in #dl_fontsize li {
  position: relative;
  display: block;
  height: 0.26rem;
  width: 0.24rem;
  cursor: pointer;
  background-color: rgba(138, 133, 129, 0);
  transition: background 0.3s;
}
.mod_header .h1_box > .in #dl_fontsize li:before {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.08rem;
  content: attr(data-txt) "";
  color: #fff;
}
.mod_header .h1_box > .in #dl_fontsize li span {
  display: inline-block;
  height: 0;
  overflow: hidden;
}
.no-touchevents .mod_header .h1_box > .in #dl_fontsize li:hover, .mod_header .h1_box > .in #dl_fontsize li.active {
  background-color: #8a8581;
}
.mod_header .h1_box > .in #dl_fontsize #fontM:before {
  padding-top: 0.03rem;
  font-size: 0.1rem;
}
.chrome .mod_header .h1_box > .in #dl_fontsize #fontM:before {
  font-size: 10px;
}
.mod_header .h1_box > .in #dl_fontsize #fontL:before {
  font-size: 0.14rem;
}
.chrome .mod_header .h1_box > .in #dl_fontsize #fontL:before {
  font-size: 14px;
}
@media screen and (max-width: 1210px) {
  .chrome .mod_header .h1_box > .in #dl_fontsize {
    width: 1.65rem;
  }
  .chrome .mod_header .h1_box > .in #dl_fontsize dt {
    font-size: 9px;
    transform: scale(0.9);
  }
  .chrome .mod_header .h1_box > .in #dl_fontsize #fontM:before {
    transform: scale(0.9);
  }
  .chrome .mod_header .h1_box > .in #dl_fontsize #fontL:before {
    transform: scale(0.9);
  }
}
.mod_header .row01 > .in, .mod_header .row02 > .in {
  width: 11rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mod_header .row01 > .in, .mod_header .row02 > .in {
    width: 100%;
  }
}
.mod_header .row01 .in {
  height: 0.9rem;
  padding: 0.24rem 0;
  box-sizing: border-box;
  transition: padding 0.5s;
}
@media screen and (max-width: 767px) {
  .mod_header .row01 .in {
    position: relative;
    z-index: 1200;
    height: 0.5rem;
    padding: 0.12rem 0.2rem;
    text-align: left;
  }
}
.mod_header .row02 > .in {
  position: relative;
  height: 0.32rem;
  box-sizing: border-box;
  text-align: left;
}
.mod_header .row02 > .in.en, .mod_header .row02 > .in.ch {
  width: 12.2rem;
  padding-right: 2.8rem;
}
@media screen and (max-width: 1400px) {
  .mod_header .row02 > .in.en, .mod_header .row02 > .in.ch {
    width: 14.2rem;
  }
}
@media screen and (max-width: 1020px) {
  .mod_header .row02 > .in.en, .mod_header .row02 > .in.ch {
    width: 14.8rem;
  }
}
.mod_header .language_menu > .in {
  height: 0;
}
.mod_header .language_menu > .in .sNav ul {
  display: flex;
}
.mod_header .language_menu > .in .sNav ul li:nth-of-type(1) {
  margin-right: 0.1rem;
}
.mod_header .language_menu > .in .sNav ul li a {
  font-size: 12px;
  color: #fff;
}
.mod_header .language_menu > .in.en {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .mod_header .language_menu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .fix:not(.sc_end) .mod_header {
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .fix:not(.sc_end) .mod_header .row01 .in {
    padding-top: 0.42rem;
  }
}
@media screen and (min-width: 768px) {
  .fix:not(.sc_end) .mod_header .header_logo img {
    height: 0.34rem;
  }
}
.mod_header .header_logo {
  display: inline-block;
}
.mod_header .header_logo img {
  transition: height 0.5s;
  height: 0.42rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .mod_header .header_logo img {
    height: 0.25rem;
  }
}
.mod_header .access {
  position: absolute;
  right: 0.63rem;
  top: 0.1rem;
  display: block;
  width: 0.8rem;
  height: 0.3rem;
  text-align: center;
  border: 1px solid #b5a371;
  box-sizing: border-box;
  font-size: 0.09rem;
  letter-spacing: 0;
  line-height: 1.22;
  color: #b5a371;
}
.mod_header .access span {
  display: inline-block;
  text-align: left;
  padding-left: 0.17rem;
  margin-top: 0.03rem;
  background-image: url(../img/header_mapicon.png);
  background-size: 0.1rem 0.15rem;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.mod_header .access.en {
  width: 1.2rem;
  line-height: 2.2;
  font-size: 0.08rem;
}
.mod_header .access.ch {
  width: 1rem;
  line-height: 2;
}
.mod_header .gNav > ul {
  text-align: center;
}
.mod_header .gNav > ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mod_header .gNav > ul li {
    display: inline-block;
    border-left: 1px solid #3e3e3e;
    height: 0.22rem;
  }
  .mod_header .gNav > ul li:last-child {
    border-right: 1px solid #3e3e3e;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .gNav > ul li {
    display: block;
    border-bottom: 1px solid #3e3e3e;
  }
}
.mod_header .gNav > ul li.navFaq.car {
  display: none;
  right: 130px;
}
@media screen and (min-width: 768px) {
  .mod_header .gNav > ul li.navFaq {
    position: absolute;
    top: -45px;
    right: 0;
    box-sizing: border-box;
  }
  .mod_header .gNav > ul li.navFaq a {
    box-sizing: border-box;
    color: #fff;
    padding: 7px 17px;
    border: solid 1px #b5a371;
    font-size: 13px;
    transition: 0.3s ease 0s;
    width: 100%;
    background-color: #000;
  }
  .mod_header .gNav > ul li.navFaq a.current {
    background-color: #4b4430;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .mod_header .gNav > ul li.navFaq a.current:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mod_header .gNav > ul li.navFaq a:hover {
    transition: 0.3s ease 0s;
    background-color: #4b4430;
  }
}
@media screen and (min-width: 1201px) {
  .mod_header .gNav > ul li.navFaq {
    top: -58px;
  }
}
@media screen and (min-width: 768px) {
  .fix .mod_header .gNav > ul li.navFaq {
    top: -45px;
  }
}
@media screen and (max-width: 1500px) {
  .fix .mod_header .gNav > ul li.navFaq {
    top: -38px;
  }
}
@media screen and (max-width: 1200px) {
  .fix .mod_header .gNav > ul li.navFaq {
    top: -33px;
  }
}
@media screen and (max-width: 767px) {
  .fix .mod_header .gNav > ul li.navFaq {
    top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .fix .mod_header .gNav > ul li.navFaq a {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .fix .mod_header .gNav > ul li.navFaq a {
    padding: 0 0.2rem;
  }
}
.mod_header .gNav > ul a {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mod_header .gNav > ul a {
    display: inline-block;
    width: 1.3rem;
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .gNav > ul a {
    position: relative;
    display: block;
    height: 0.5rem;
    text-align: left;
    padding: 0 0.2rem;
  }
  .mod_header .gNav > ul a:before, .mod_header .gNav > ul a:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }
  .mod_header .gNav > ul a:before {
    right: 0.2rem;
    width: 0.26rem;
    height: 0.26rem;
    margin-top: -0.13rem;
    background-color: #b5a371;
  }
  .mod_header .gNav > ul a.en_sp:before {
    right: 0.4rem;
  }
  .mod_header .gNav > ul a:after {
    width: 0.08rem;
    height: 0.08rem;
    box-sizing: border-box;
    right: 0.3rem;
    margin-top: -0.04rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .mod_header .gNav > ul a.en_sp:after {
    right: 0.5rem;
  }
  .mod_header .gNav > ul a span {
    display: inline-block;
    font-size: 0.12rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    font-feature-settings: "palt";
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .mod_header .gNav > ul a.current:before {
    content: "";
    position: absolute;
    bottom: -0.22rem;
    left: 50%;
    display: block;
    margin-left: -0.04rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.04rem 0.1rem 0.04rem;
    border-color: transparent transparent #b5a371 transparent;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .gNav > ul a.current {
    color: #b5a371;
  }
}
@media screen and (min-width: 768px) {
  .mod_header .gNav > ul a.en {
    width: 1.4rem;
  }
}
@media screen and (max-width: 1400px) {
  .mod_header .gNav > ul a.en {
    width: 2rem;
  }
}
.mod_header .reserve_btn {
  display: block;
  margin: 0.2rem auto;
  background-color: #12457c;
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 2rem;
  padding: 0.1rem 0 0.1rem 0.2rem;
  z-index: 1300;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-image: url(../img/mod_reserve_searchico.png);
  background-size: 0.2rem;
  background-repeat: no-repeat;
  background-position: 0.2rem center;
  cursor: pointer;
  transition: top 1s, background 0.5s;
}
.mod_header .reserve_btn.sp_lang {
  background-color: #7a6b5b;
  padding: 0.1rem 0 0.1rem 0rem;
  background-image: none;
}
.mod_header .tel_box {
  position: absolute;
  bottom: 0.2rem;
  right: 0;
  text-align: left;
}
.mod_header .tel_box > dt {
  font-size: 0.13rem;
  font-weight: 700;
  color: #9c958f;
  line-height: 1.2;
}
.mod_header .tel_box > dd .tel {
  font-size: 0.2rem;
  font-weight: 700;
  color: #fff;
}
.mod_header .tel_box > dd .tel img {
  line-height: 1;
}
.mod_header .tel_box > dd .tel:after {
  position: relative;
  top: -1px;
  content: attr(data-txt) "";
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.mod_header .tel_box > dd .caption {
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
.mod_header .info_txt {
  color: #9c958f;
  font-size: 0.14rem;
}
@media screen and (min-width: 768px) {
  .mod_header .info_txt {
    position: absolute;
    bottom: 0.2rem;
    right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .info_txt {
    font-size: 0.12rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-feature-settings: "palt";
    text-align: center;
    padding: 0.3rem 0;
  }
}
.mod_header .nav_wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 260px;
  height: 100vh;
  background-color: #201a1c;
  transform: translateX(100%);
  -webkit-overflow-scrolling: auto;
  overflow-y: hidden;
}
.mod_header .nav_wrap > .in {
  -webkit-overflow-scrolling: touch;
  background-color: #201a1c;
}
.mod_header .nav_wrap .navClose {
  width: calc(100% - 0.4rem);
  height: 0.25rem;
  text-align: center;
  margin: 0 0.2rem;
  background-color: #b5a371;
  font-size: 0.12rem;
  letter-spacing: 0.25em;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #fff;
}

.mod_reserve {
  width: 100%;
  height: 0.56rem;
  background-color: #b5a371;
  color: #fff;
  position: fixed;
  top: 1.04rem;
  left: 0;
  z-index: 900;
  transition: top 0.5s;
}
.reserve_open .mod_reserve {
  top: 1.6rem;
}
.fix .mod_reserve {
  top: -0.04rem;
}
.fix.reserve_open .mod_reserve {
  top: 1rem;
}
.sc_end.fix .mod_reserve {
  top: 1.04rem;
}
.sc_end.fix.reserve_open .mod_reserve {
  top: 1.6rem;
}
.mod_reserve .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 12rem;
  height: 100%;
}
@media print, screen and (min-width: 420px) and (max-width: 1120px) {
  .mod_reserve .wrap {
    width: 13.5rem;
  }
}
.mod_reserve .wrap .ttl {
  width: 1.2rem;
  font-weight: 600;
  font-size: 0.18rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  position: relative;
}
.mod_reserve .wrap .ttl:after {
  content: "";
  display: block;
  margin: auto 0;
  width: 0.08rem;
  height: 0.08rem;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.11rem;
  border-top: 0.03rem solid #fff;
  border-right: 0.03rem solid #fff;
}
.mod_reserve .wrap .ot {
  white-space: nowrap;
}
.mod_reserve .wrap .ot a {
  padding: 0.04rem 0 0.04rem 0.05rem;
  display: inline-block;
  font-size: 0.14rem;
  font-weight: 600;
  position: relative;
  transition: opacity 0.5s;
}
.no-touchevents .mod_reserve .wrap .ot a:hover {
  opacity: 0.7;
}
.mod_reserve .wrap.ch {
  width: 10rem;
}
.mod_reserve .wrap.en {
  width: 13rem;
}
.mod_reserve .wrap.en .ttl {
  width: 2rem;
}
.mod_reserve .wrap.en .ot a {
  padding: 0.04rem 0 0.04rem 0.1rem;
}
.mod_reserve form {
  width: calc(100% - 1.3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mod_reserve .inputArea {
  width: calc(100% - 2.2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 420px) and (max-width: 1120px) {
  .mod_reserve .inputArea {
    width: calc(100% - 2.6rem);
  }
}
.mod_reserve .in {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
}
.mod_reserve .sel {
  position: relative;
  display: inline-block;
}
.mod_reserve .sel:before {
  content: "";
  display: block;
  margin: auto 0;
  background-color: #fff;
  height: 0.1rem;
  width: 0.1rem;
  position: absolute;
  right: 0.06rem;
  pointer-events: none;
  top: 0;
  bottom: 0;
}
.mod_reserve .sel:after {
  content: "";
  margin: auto 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  width: 0.05rem;
  height: 0.05rem;
  position: absolute;
  top: 0.03rem;
  bottom: 0;
  right: 0.11rem;
  pointer-events: none;
}
.mod_reserve .sel select {
  margin: 0 0.05rem;
  padding: 0.06rem 0.15rem 0.05rem 0.06rem;
  display: block;
  border-radius: 0.01rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0.45rem;
  height: 0.3rem;
  background-color: #fff;
  font-size: 0.14rem;
  cursor: pointer;
}
.mod_reserve .txt {
  font-size: 0.15rem;
  font-weight: 600;
}
.mod_reserve .last {
  display: block;
  padding: 0.09rem 0.2rem 0.08rem 0.4rem;
  font-size: 0.17rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.5s;
  background-image: url(../img/mod_reserve_searchico.png);
  background-size: 0.2rem;
  background-position: 0.15rem center;
  background-repeat: no-repeat;
  background-color: #12457c;
}
.no-touchevents .mod_reserve .last:hover {
  opacity: 0.8;
}
.mod_reserve .checkAndchange {
  line-height: 1;
}

.gl_reserve_btn {
  display: block;
  margin: 0 auto;
  background-color: #12457c;
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 2rem;
  padding: 0.1rem 0 0.1rem 0.2rem;
  z-index: 1300;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-image: url(../img/mod_reserve_searchico.png);
  background-size: 0.2rem;
  background-repeat: no-repeat;
  background-position: 0.2rem center;
  cursor: pointer;
  transition: top 1s, background 0.5s;
  position: absolute;
  left: 0;
  right: -9rem;
  top: 0.44rem;
}
.reserve_open .gl_reserve_btn.jp {
  top: 1rem;
}
.gl_reserve_btn.en, .gl_reserve_btn.ch {
  top: -0.1rem;
  right: -7.6rem;
}
.no-touchevents .gl_reserve_btn:hover {
  background-color: #23568d;
}
.gl_reserve_btn.en {
  right: -8.4rem;
  top: -0.2rem;
  font-size: 0.14rem;
  padding: 0.05rem 0 0.05rem 0.2rem;
}
@media screen and (max-width: 1400px) {
  .gl_reserve_btn.en {
    right: -10.4rem;
  }
}
@media screen and (max-width: 1020px) {
  .gl_reserve_btn.en {
    right: -11.6rem;
  }
}

.gl_pickup_btn {
  display: block;
  content: "";
  width: 1.8rem;
  height: 2.5rem;
  background-image: url(../img/bnr_osusume@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 1s;
  position: fixed;
  left: 0;
  bottom: 0.4rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .gl_pickup_btn {
    width: 30%;
    bottom: 0.7rem;
    height: 37.5vw;
  }
}
@media screen and (min-width: 768px) {
  .gl_pickup_btn:hover {
    opacity: 0.8;
  }
}
.top_page .gl_pickup_btn {
  display: block;
}
.pickup_open .gl_pickup_btn {
  left: 4rem;
}
@media screen and (max-width: 767px) {
  .pickup_open .gl_pickup_btn {
    left: 2.5rem;
  }
}

.mod_pickup {
  width: 4rem;
  height: 6rem;
  background-color: #b5a371;
  color: #fff;
  position: fixed;
  bottom: 0.48rem;
  left: -4rem;
  z-index: 900;
  transition: top 0.5s;
  box-sizing: border-box;
  transition: all 1s;
  border: solid 1px #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mod_pickup {
    width: 2.5rem;
    height: 4rem;
    bottom: 0.7rem;
  }
}
.pickup_open .mod_pickup {
  left: 0;
}
.mod_pickup .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0.25rem;
  box-sizing: border-box;
  width: 100%;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .mod_pickup .wrap {
    padding: 0.25rem 0rem;
    padding-top: 0;
  }
}
.mod_pickup .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.mod_pickup .ttl {
  font-weight: 600;
  font-size: 0.18rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  position: relative;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .mod_pickup .ttl {
    font-size: 0.15rem;
  }
}
.mod_pickup .movie {
  display: block;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .mod_pickup .movie {
    padding: 0.1rem 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .mod_pickup .movie:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .mod_pickup .movie:nth-of-type(n+2) {
    margin-top: 0.1rem;
  }
}
.mod_pickup .movie .img_wrap {
  position: relative;
  display: inline-block;
  width: 2.9rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .mod_pickup .movie .img_wrap {
    width: 70%;
  }
}
.mod_pickup .movie .img_wrap:before, .mod_pickup .movie .img_wrap:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  opacity: 1;
  transition: 0.5s;
}
.mod_pickup .movie .img_wrap:before {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #12457c;
  transform: translate(-50%, -50%);
}
.mod_pickup .movie .img_wrap:after {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
  border-radius: 3px;
  transform: translate(-40%, -50%);
}
.mod_pickup .movie img {
  width: 100%;
  height: auto;
}
.mod_pickup .movie .movie_text {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mod_pickup .movie .movie_text {
    width: 1.2rem;
  }
}
.mod_pickup .movie .movie_text:before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: 10px;
  left: -5px;
  opacity: 1;
  transition: 0.5s;
  width: 1.2rem;
  height: 0.23rem;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mod_pickup .movie .movie_text:before {
    left: 0.3rem;
    width: 0.65rem;
    height: 0.18rem;
  }
}
.mod_pickup .movie .movie_text span {
  position: absolute;
  bottom: 10px;
  left: 0;
  line-height: 0.23rem;
  z-index: 2;
  font-size: 0.14rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .mod_pickup .movie .movie_text span {
    left: 0.35rem;
    font-size: 0.11rem;
    line-height: 0.2rem;
  }
}
.mod_pickup .mod_pickup_btn {
  display: block;
  position: relative;
  align-self: center;
  padding: 0.09rem 0.2rem 0.08rem 0.4rem;
  font-size: 0.17rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.5s;
  background-color: #12457c;
  text-align: center;
  margin-top: 0.18rem;
}
@media screen and (max-width: 767px) {
  .mod_pickup .mod_pickup_btn {
    font-size: 0.12rem;
    margin-top: 0.2rem;
    margin-left: 0;
    width: 70%;
    box-sizing: border-box;
  }
}
.no-touchevents .mod_pickup .mod_pickup_btn:hover {
  opacity: 0.8;
}
.mod_pickup .mod_pickup_btn:before, .mod_pickup .mod_pickup_btn:after {
  content: "";
  display: block;
  margin: auto 0;
  width: 0.08rem;
  height: 0.08rem;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  border-top: 0.03rem solid #fff;
  border-right: 0.03rem solid #fff;
}
@media screen and (max-width: 767px) {
  .mod_pickup .mod_pickup_btn:before, .mod_pickup .mod_pickup_btn:after {
    border-top: 0.02rem solid #fff;
    border-right: 0.02rem solid #fff;
  }
}
.mod_pickup .mod_pickup_btn:before {
  left: 0.11rem;
}
.mod_pickup .mod_pickup_btn:after {
  left: 0.21rem;
}

.mod_spNav_btn {
  background: transparent;
  cursor: pointer;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  box-sizing: border-box;
  background-color: #b5a371;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.mod_spNav_btn .menu {
  font-size: 0.1rem;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
}
.mod_spNav_btn span {
  margin: auto;
  position: absolute;
  width: 45%;
  height: 0.2rem;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, #201a1c 0%, #201a1c 0.03rem, rgba(32, 26, 28, 0) 0.03rem, rgba(32, 26, 28, 0) calc(50% - 0.015rem), #201a1c calc(50% - 0.015rem), #201a1c calc(50% + 0.015rem), rgba(32, 26, 28, 0) calc(50% + 0.015rem), rgba(32, 26, 28, 0) calc(100% - 0.03rem), #201a1c calc(100% - 0.03rem), #201a1c 100%);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.5s;
  transition-delay: 0.5s;
}
.mod_spNav_btn span:before, .mod_spNav_btn span:after {
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 0.02rem;
  background-color: #201a1c;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s;
  transition-delay: 0s;
}
.mod_spNav_btn span:before {
  transform: scale(0) rotate(45deg);
}
.mod_spNav_btn span:after {
  transform: scale(0) rotate(-45deg);
}
.mod_spNav_btn.open span {
  background-size: 0 100%;
  transition-delay: 0s;
}
.mod_spNav_btn.open span:before, .mod_spNav_btn.open span:after {
  transition-delay: 0.5s;
}
.mod_spNav_btn.open span:before {
  transform: scale(1) rotate(45deg);
}
.mod_spNav_btn.open span:after {
  transform: scale(1) rotate(-45deg);
}

.mod_breadcrumblist {
  display: block;
  height: 0.3rem;
  margin-top: 1.6rem;
  background-color: rgba(204, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .mod_breadcrumblist {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mod_breadcrumblist .in {
    position: relative;
    background-color: rgba(204, 0, 0, 0.1);
    display: block;
    margin-top: 0.8rem;
    width: 100%;
    height: 0.3rem;
    max-width: 9.8rem;
    margin: 0.8rem auto 0;
  }
  .mod_breadcrumblist .in .link {
    display: inline-block;
    font-size: 0.13rem;
    letter-spacing: 0.04em;
    line-height: 2.4;
    color: #cc0000;
  }
  .mod_breadcrumblist .in .link + .link:before {
    content: "＞";
    display: inline-block;
    font-size: 0.13rem;
    letter-spacing: 0.04em;
    color: #cc0000;
    margin: 0 0.25em;
  }
}

/*
.mod_reserve {
	width:100%;
	height: 0.56rem;
	background-color:#333;
	color:#fff;
	position:fixed;
	top:0.34rem;
	left:0;
	z-index:1300;
	transition:top 1.0s;
	.reserve_open & {
		top:0.90rem;
	}
	.fix & {
		top:-0.04rem;
	}
	.fix.reserve_open & {
		top: 0.50rem;
	}
	.sc_end.fix & {
		top: 0.34rem;
	}
	.sc_end.fix.reserve_open & {
		top: 0.90rem;
	}
	.wrap {
		display:flex;
		align-items: center;
		justify-content:space-between;
		margin: 0 auto;
		width: 12.00rem;
		height:100%;

		@media print, screen and (min-width:420px) and (max-width:1120px) {
			width: 13.50rem;
		}
	}
	.ttl {
		width:1.20rem;
		@include fz(18);
		font-weight:600;
		letter-spacing:.08em;
		line-height:1.2;
		position:relative;
		&:before,&:after {
			content:"";
			display:block;
			margin:auto 0;
			width: 0.08rem;
			height: 0.08rem;
			transform:rotate(45deg);
			position:absolute;
			top:0;
			bottom:0;
			border-top: 0.03rem solid #8A3042;
			border-right: 0.03rem solid #8A3042;
		}
		&:before {
			right: 0.04rem;
		}
		&:after {
			right: 0.11rem;
		}
	}
	form {
		width:calc(100% - 1.30rem);
		display:flex;
		align-items: center;
		justify-content:space-between;
	}
	.inputArea {
		width:calc(100% - 2.20rem);
		display:flex;
		align-items: center;
		justify-content:space-between;

		@media print, screen and (min-width:420px) and (max-width:1120px) {
			width:calc(100% - 2.60rem);
		}
	}
	.in {
		display:flex;
		align-items: center;
		@include fz(14);
	}
	.sel {
		position:relative;
		display:inline-block;
		&:before {
			content: "";
			display: block;
			margin: auto 0;
			background-color: #fff;
			height: 0.10rem;
			width: 0.10rem;
			position: absolute;
			right: 0.06rem;
			pointer-events: none;
			top: 0;
			bottom: 0;
		}
		&:after {
			content: "";
			margin:auto 0;
			border-right: 1px solid #000;
			border-bottom: 1px solid #000;
			transform: rotate(45deg) translateY(-50%);
			width: 0.05rem;
			height: 0.05rem;
			position: absolute;
			top: 0.03rem;
			bottom:0;
			right: 0.11rem;
			pointer-events: none;
		}
		select {
			margin: 0 0.05rem;
			padding: 0.06rem 0.15rem 0.05rem 0.06rem;
			display: block;
			border-radius: 0.01rem;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			min-width: 0.45rem;
			height: 0.30rem;
			background-color: #fff;
			@include fz(14);
			cursor: pointer;
			&.year {

			}//&.year
		}//select
	}
	.txt {
		@include fz(15);
		font-weight:600;
	}//.txt
	.last {
		display:block;
		padding: 0.09rem 0.20rem 0.08rem 0.40rem;
		@include fz(17);
		letter-spacing: 0.04em;
		font-weight:600;
		border-radius: 0.50rem;
		cursor:pointer;
		transition:opacity .5s;
		background-image:url(../img/mod_reserve_searchico.png);
		background-size: 0.20rem;
		background-position: 0.15rem center;
		background-repeat:no-repeat;
		background-color:#8A3042;
		.no-touchevents &:hover {
			opacity:.8;
		}
	}
	.ot {
		white-space: nowrap;
		a {
			padding: 0.04rem 0 0.04rem 0.05rem;
			display:inline-block;
			@include fz(14);
			font-weight:600;
			position:relative;
			transition:opacity .5s;
			&:after {
				content:"";
				display:block;
				margin:auto 0;
				height: 0.14rem;
				border-left: 1px solid #8A3042;
				position:absolute;
				left:-0.01rem;
				top:0;
				bottom:0;
			}
			.no-touchevents &:hover {
				opacity:.7;
			}
		}
	}//.ot
}
.gl_reserve_btn {
	display: block;
	background-color: #333;
	@include fz(16);
	font-weight: 600;
	letter-spacing: 0.10em;
	width: 2.8rem;
	padding: 0.20rem 0 0.20rem 0.20rem;
	z-index: 1300;
	box-sizing: border-box;
	position: fixed;
	top: 0.89rem;
	right: 0;
	text-align: center;
	color: #fff;
	background-image: url(../img/mod_reserve_searchico.png);
	background-size: 0.20rem;
	background-repeat: no-repeat;
	background-position: 0.40rem center;
	cursor: pointer;
	transition: top 1s, background .5s;

	.no-touchevents &:hover {
		background-color: #555;
	}
	.reserve_open & {
		top: 1.45rem;
	}
	.fix & {
		top: 0.49rem;
	}
	.fix.reserve_open & {
		top: 1.05rem;
	}

	.sc_end.fix & {
		top: 0.89rem;
	}
	.sc_end.fix.reserve_open & {
		top: 1.45rem;
	}
}
.sidebnr {
	position: fixed;
	right: 0;
	top: 4.50rem;
	z-index: 10;
	transition: transform 1s;
	//transform: translateX(100%);
	width: 0.60rem;
	height: 2.30rem;
	background-color: $bc04;
	transition: background 0.5s;
	.no-touchevents &:hover {
		background-color: $bc01;
	}

	@include sc(sp) {
		display: none;
	}
	&.view {
		transform: translateX(0%);
		transition: transform 1s;
	}
	.sc_end & {
		// transform: translateX(100%)!important;
	}
	.banner {
		display: block;
		padding: .50rem .20rem 0;
		box-sizing: border-box;
		span {
			@include fz(14);
			line-height: 1.3;
			font-weight: 400;
			letter-spacing: .02rem;
			text-align: center;
			color: $bcff;
			-webkit-writing-mode: vertical-rl;
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			position: relative;

		}
	}
}
*/
/* -----------------------------------------------------------------------------

フッター

----------------------------------------------------------------------------- */
.mod_footer {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mod_footer {
    position: relative;
    z-index: 4999;
    margin-bottom: 0.5rem;
  }
}
.mod_footer > .in {
  background-color: #111;
  padding-top: 0.25rem;
  padding-bottom: 0.18rem;
}
@media screen and (max-width: 767px) {
  .mod_footer > .in {
    padding-top: 0.18rem;
    padding-bottom: 0.25rem;
    overflow-x: hidden;
  }
}
.mod_footer .wrap {
  float: right;
}
@media screen and (max-width: 767px) {
  .mod_footer .wrap {
    float: none;
    margin-top: 0.15rem;
  }
}
.mod_footer aside {
  float: left;
}
@media screen and (max-width: 767px) {
  .mod_footer aside {
    float: none;
  }
}
.mod_footer .mod_wrap01:after {
  content: "";
  display: block;
  clear: both;
}
.mod_footer .subNav {
  color: #fff;
}
.mod_footer .subNav > li {
  font-size: 0.15rem;
  line-height: 0.33rem;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mod_footer .subNav > li {
    font-size: 0.1rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
.mod_footer .subNav > li + li {
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .mod_footer .subNav > li + li {
    margin-left: 0.16rem;
  }
}
.no-touchevents .mod_footer .subNav > li a:hover {
  text-decoration: underline;
}
.mod_footer .copyright {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mod_footer .copyright {
    font-size: 0.13rem;
    display: inline-block;
    letter-spacing: 0.1em;
    line-height: 0.33rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .copyright {
    display: block;
    text-align: center;
    font-size: 0.08rem;
    letter-spacing: 0.05em;
    line-height: 1.625;
  }
}
.mod_footer .footer_logo {
  margin-left: 0.25rem;
  display: inline-block;
  transition: opacity 0.5s;
}
.mod_footer .footer_logo img {
  width: auto;
  height: 0.33rem;
}
@media screen and (max-width: 767px) {
  .mod_footer .footer_logo {
    display: block;
    margin-left: 0;
    margin-top: 0.14rem;
    text-align: center;
  }
  .mod_footer .footer_logo img {
    width: auto;
    height: 0.23rem;
  }
}
.no-touchevents .mod_footer .footer_logo:hover {
  opacity: 0.5;
}

.mod_toTop_area {
  position: relative;
  z-index: 5000;
}
.mod_toTop_area .mod_toTop {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #bebebe;
  border-radius: 2px;
  position: fixed;
  bottom: 0.1rem;
  right: 0.1rem;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .mod_toTop_area .mod_toTop {
    width: 0.4rem;
    height: 0.4rem;
    right: 0;
    border-radius: 0;
    bottom: 0.5rem;
  }
}
.mod_toTop_area .mod_toTop span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -0.22rem;
  margin-top: -0.19rem;
  width: 0.44rem;
  height: 0.38rem;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .mod_toTop_area .mod_toTop span {
    width: 0.22rem;
    height: 0.24rem;
    margin-left: -0.11rem;
    margin-top: -0.12rem;
  }
}
.mod_toTop_area .mod_toTop.view {
  opacity: 1;
}
.pagetopView_end .mod_toTop_area .mod_toTop {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .pagetopView_end .mod_toTop_area .mod_toTop {
    bottom: -1.14rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pagetopView_end .mod_toTop_area .mod_toTop {
    position: fixed;
    bottom: -0.4rem !important;
    bottom: 0.5rem !important;
  }
}
.no-touchevents .mod_toTop_area .mod_toTop:hover span {
  opacity: 0.5;
}
.nav_open .mod_toTop_area .mod_toTop {
  opacity: 0 !important;
  pointer-events: none;
}

.return_btn {
  max-width: 100%;
  width: 100%;
  height: 0.3rem;
}
@media screen and (max-width: 767px) {
  .return_btn span {
    font-weight: bold;
  }
}

.sp_fixLink {
  display: block;
  height: 0.6rem;
  width: 100%;
  letter-spacing: 0;
  font-size: 0;
  position: fixed;
  bottom: 0;
  z-index: 100;
  transform: translateY(0);
  transition: transform 1s;
  background-color: #222;
  padding: 0.12rem 0 0;
  box-sizing: border-box;
}
.sp_fixLink p {
  color: #fff;
  font-size: 0.11rem;
  text-align: center;
}
@media screen and (max-width: 4rem) {
  .sp_fixLink p {
    font-size: 0.1rem;
  }
}
@media screen and (max-width: 3.5rem) {
  .sp_fixLink p {
    font-size: 0.09rem;
  }
}
.sp_fixLink a {
  display: inline-block;
  vertical-align: top;
  width: 63.1%;
  height: 0.4rem;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.1rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
.sp_fixLink a span {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sp_fixLink a + a {
  width: 36.9%;
}
.sp_fixLink a.tel span {
  line-height: 1;
}
.sp_fixLink a.reserve {
  text-align: left;
}
.sp_fixLink a.reserve span {
  background-color: #444;
  color: #fff;
  padding: 0.1rem 0.1rem;
}

/* -----------------------------------------------------------------------------

共通レイアウト

----------------------------------------------------------------------------- */
/*mod_info_box*/
.sec_info {
  background-image: url(../../img/inc/mod_info_bg.jpg);
  background-position: center center;
  background-size: cover;
}
.sec_info > .in {
  max-width: 9.5rem;
  margin: 0 auto;
  /*height: 2.90rem;*/
  height: 0;
}
@media screen and (max-width: 767px) {
  .sec_info > .in {
    /*height: 2rem;*/
    height: 0;
    padding: 0 0.2rem;
  }
}

.mod_info_box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1.5rem;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 0 0.45rem;
  box-sizing: border-box;
  background-color: #312b2d;
}
@media screen and (max-width: 767px) {
  .mod_info_box {
    padding: 0.16rem 0.25rem 0.15rem;
    height: 1.1rem;
  }
}
.mod_info_box:before, .mod_info_box:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.mod_info_box:after {
  top: calc(0.1rem + 1px);
  bottom: calc(0.1rem + 1px);
  left: calc(0.1rem + 1px);
  right: calc(0.1rem + 1px);
  /*background-color: rgba(#201a1c, 1); */
  background: url(../../img/inc/mod_info_box_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mod_info_box:after {
    top: 0.06rem;
    bottom: 0.06rem;
    left: 0.06rem;
    right: 0.06rem;
    background: url(../../img/inc/mod_info_box_bg_sp.jpg);
    background-size: cover;
  }
}
.mod_info_box:before {
  top: 0.1rem;
  bottom: 0.1rem;
  left: 0.1rem;
  right: 0.1rem;
  background: #b4a270;
  background: linear-gradient(#b4a270 0%, rgba(180, 162, 112, 0) 100%);
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .mod_info_box:before {
    top: 0.05rem;
    bottom: 0.05rem;
    left: 0.05rem;
    right: 0.05rem;
  }
}
.mod_info_box > .in {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mod_info_box > .in {
    flex-direction: column;
  }
}
.ie11 .mod_info_box > .in {
  margin-top: 0.05rem;
}
.mod_info_box .catch {
  font-size: 0.34rem;
  letter-spacing: 0.08em;
  line-height: 1.38;
  font-weight: 400;
  line-height: 1;
  color: #b6a26f;
  margin-top: 10px;
  text-align: center;
  padding-left: 0.4rem;
}
.ie11 .mod_info_box .catch, .ie10 .mod_info_box .catch {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .mod_info_box .catch {
    font-size: 0.16rem;
    line-height: 1.38;
    letter-spacing: 0;
    margin-top: 0;
    text-align: center;
    font-feature-settings: "palt";
    padding-left: 0;
  }
}
@media screen and (max-width: 350px) {
  .mod_info_box .catch {
    font-size: 0.15rem;
  }
}
.mod_info_box .btn_reservation {
  /*@include sc(pc) {
  	position: absolute;
  	top: 50%;
  	right: 0;
  	transform: translateY(-50%);
  }*/
}
.mod_info_box .btn_reservation a {
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.56rem;
  max-width: 210px;
  width: 2.1rem;
  display: block;
  background: #12457c;
  letter-spacing: 0.07em;
  padding: 0 15px 0 0.4rem;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .mod_info_box .btn_reservation a {
    font-size: 0.15rem;
    line-height: 40px;
    width: 2.1rem;
    max-width: 210px;
    margin: 12px auto 0;
    background: #00467b url(../../img/plan/ico_search.gif) 15px 50% no-repeat;
    background-size: 20px auto;
    padding: 0;
    text-align: center;
    padding-left: 20px;
  }
}
@media screen and (max-width: 350px) {
  .mod_info_box .btn_reservation a {
    background-size: 15px auto;
  }
}
@media screen and (min-width: 768px) {
  .mod_info_box .btn_reservation a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 0.12rem;
    height: 0.12rem;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translate(0, -50%) rotate(135deg);
  }
}
.mod_info_box .btn_reservation a:hover {
  opacity: 0.7;
}
.mod_info_box .tel_box {
  text-align: center;
  margin-top: 0.15rem;
  color: #b09e6c;
}
.mod_info_box .tel_box > * {
  display: inline-block;
  vertical-align: top;
}
.mod_info_box .tel_box dt {
  font-size: 0.16rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-right: 0.15rem;
  padding-top: 0.07rem;
}
/*box_groupHotel*/
.box_groupHotel {
  background-color: #eeeced;
}
.box_groupHotel > .in {
  padding: 0.7rem 3% 0.6rem;
  max-width: 9.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box_groupHotel > .in {
    padding: 0.5rem 0.2rem 0.45rem;
  }
}
.box_groupHotel > .in:after {
  content: "";
  display: block;
  clear: both;
}
.box_groupHotel .title {
  text-align: center;
  margin-bottom: 35px;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #b09e6c;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid #b09e6c;
}
.box_groupHotel h5 {
  border-bottom: 1px solid #d8d6d7;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
}
.box_groupHotel ul {
  margin-bottom: 25px;
}
.box_groupHotel ul li {
  margin-bottom: 15px;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
}
.box_groupHotel .groupHotel_left {
  float: left;
  width: 47%;
}
.box_groupHotel .groupHotel_right {
  float: right;
  width: 47%;
}
.box_groupHotel .yutori {
  position: relative;
  z-index: 0;
  padding-left: 30px;
  font-size: 0.14rem;
}
.box_groupHotel .yutori:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 0.2rem;
  width: 0.22rem;
  background-image: url(../img/reproduction2.svg);
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;
}
.box_groupHotel a {
  transition: opacity 0.5s;
}
.no-touchevents .box_groupHotel a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .box_groupHotel .ofs {
    padding-left: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .box_groupHotel .groupHotel_left {
    float: none;
    width: 100%;
  }
  .box_groupHotel .groupHotel_right {
    float: none;
    width: 100%;
  }
  .box_groupHotel .title {
    font-size: 0.14rem;
    font-feature-settings: "palt";
    border-width: 1px;
    padding-bottom: 0.13rem;
    margin-bottom: 0.25rem;
  }
  .box_groupHotel h5 {
    font-size: 0.13rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .box_groupHotel .yutori {
    padding-bottom: 0.1rem;
    font-size: 0.12rem;
  }
  .box_groupHotel ul {
    margin-bottom: 0.2rem;
  }
  .box_groupHotel ul li {
    font-size: 0.12rem;
    margin-bottom: 0.1rem;
  }
  .os-android .box_groupHotel ul li {
    letter-spacing: 0 !important;
  }
}

/*sec_infor*/
.sec_infor > .in {
  position: relative;
  min-height: 3.4rem;
  background-image: url(../img/footer_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  color: #222;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .sec_infor > .in {
    padding: 0 0 0.9rem;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  .sec_infor > .in {
    padding: 0;
    background-image: none;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_infor > .in.tit_deco .mod_wrap01 {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    background-image: url(../img/footer_bg_sp.jpg);
    background-position: center center;
    background-size: cover;
  }
}
.sec_infor .infor {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec_infor .infor {
    position: relative;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    align-items: center;
  }
  .sec_infor .infor:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0.4rem;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.sec_infor .infor .tp01 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /*&:before {
  	content: '';
  	display: block;
  	position: absolute;
  	top: -0.01rem;
  	background-color: #fff;
  	right: -0.74rem;
  	width: 1px;
  	height: 0.9rem;

  	@include sc(sp) {
  		background-color: #4d4d4d;
  		top: auto;
  		width: 100%;
  		bottom: 0.17rem;
  		right: 0;
  		height: 1px;
  	}
  }*/
}
@media screen and (max-width: 767px) {
  .sec_infor .infor .tp01 {
    padding-top: 0.4rem;
    width: 100%;
  }
}
.sec_infor .infor .tp01 > img {
  margin-top: 0.14rem;
  height: 0.44rem;
  width: 2.72rem;
}
@media screen and (max-width: 767px) {
  .sec_infor .infor .tp01 > img {
    height: 0.34rem;
    width: auto;
    margin: 0 auto;
  }
}
.sec_infor .infor .tp01 .content {
  margin-left: 0.45rem;
  line-height: 1;
  color: #fff;
  text-align: left;
  padding-top: 0.1rem;
  /*.tel {
  	@include fz(14);
  	margin-bottom: 0.13rem;
  	letter-spacing: 0.05em;

  	@include sc(sp) {
  		@include fz(10);
  		margin-bottom: 0.11rem;
  	}

  	img {
  		padding-left: 0.12rem;
  		width: 1.92rem;
  		height: 0.23rem;

  		@include sc(sp) {
  			width: 1.18rem;
  			height: 0.13rem;
  		}
  	}
  }*/
}
@media screen and (max-width: 767px) {
  .sec_infor .infor .tp01 .content {
    margin-left: 0;
    letter-spacing: 0.025em;
    margin: 0.13rem 0 0.4rem;
    text-align: center;
    width: 100%;
  }
}
.sec_infor .infor .tp01 .content .name {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 0.13rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec_infor .infor .tp01 .content .name {
    font-size: 0.14rem;
    font-feature-settings: "palt";
    margin-bottom: 0.15rem;
  }
}
.sec_infor .infor .tp01 .content .tel_box {
  display: block;
}
.sec_infor .infor .tp01 .content .tel_box dt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 700;
  color: #9a9591;
}
.sec_infor .infor .tp01 .content .tel_box dd {
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  color: #fff;
  display: block;
}
.sec_infor .infor .tp01 .content .tel_box dd .tel img {
  width: 2.4rem;
  height: 0.26rem;
}
.sec_infor .infor .tp01 .content .tel_box dd span {
  margin-left: 0.2rem;
}
.sec_infor .infor .tp01 .content .address {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  margin-top: 0.16rem;
}
@media screen and (max-width: 767px) {
  .sec_infor .infor .tp01 .content .address {
    font-size: 0.12rem;
    font-weight: 700;
    font-feature-settings: "palt";
    line-height: 1.25;
  }
}
.sec_infor .infor .tp01 .content .address.tel {
  display: block;
}
@media screen and (min-width: 768px) {
  .sec_infor .infor .tp01 .content .address.tel {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.sec_infor .infor .tp01 .content .info_txt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  color: #b29e6c;
  margin-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .sec_infor .infor .tp01 .content .info_txt {
    font-size: 0.12rem;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .sec_infor .infor .tp01 .content.en {
    padding: 0 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .sec_infor .infor .tp02 {
    width: calc(50% - 0.7rem);
  }
}
@media screen and (max-width: 767px) {
  .sec_infor .infor .tp02 {
    margin-left: 0;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    margin-bottom: 0.14rem;
  }
}
.sec_infor .infor .tp02 .link_wrap {
  margin-top: -0.015rem;
  font-size: 0.14rem;
  line-height: 2.14;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sec_infor .infor .tp02 .link_wrap a {
    display: inline-block;
  }
}
.no-touchevents .sec_infor .infor .tp02 .link_wrap a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .sec_infor .infor .tp02 .link_wrap {
    margin-top: -0.025rem;
    font-size: 0.12rem;
    line-height: 1.6;
    letter-spacing: 0.025em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .ie .sec_infor .infor .tp02 .link_wrap {
    font-feature-settings: normal;
  }
}
.sec_infor .page_ttl_pos {
  padding: 0 0 0.3rem;
  position: relative;
}
.sec_infor .page_ttl_pos i {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_infor .page_ttl_pos i.p {
    height: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_infor .page_ttl_pos {
    border-top: 1px solid #333;
    background-color: transparent;
    padding: 0 0.3rem 0.25rem;
  }
}
.sec_infor .note {
  background: #333333;
  padding: 0.28rem 0.36rem;
  border: 1px solid #4d4d4d;
}
@media screen and (max-width: 767px) {
  .sec_infor .note {
    background-color: transparent;
    padding: 0 0.2rem 0.4rem;
    border: 0;
  }
}
.sec_infor .note .content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec_infor .note .content {
    flex-wrap: wrap;
    border: 1px solid #4d4d4d;
    background-color: #333;
    padding: 0.2rem;
    box-sizing: border-box;
  }
}
.sec_infor .note .content .page_catch {
  position: static;
  opacity: 1;
  color: #fff;
  text-align: left;
  font-weight: bold;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .sec_infor .note .content .page_catch {
    font-size: 0.13rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .sec_infor .note .content .page_catch {
    font-size: 0.12rem;
    letter-spacing: 0.05em;
    line-height: 1.66;
    font-feature-settings: "palt";
  }
}
.sec_infor .note .content img {
  height: 0.49rem;
  margin-right: 0.28rem;
  width: 2.22rem;
}
@media screen and (max-width: 767px) {
  .sec_infor .note .content img {
    height: 0.36rem;
    margin: 0 auto;
    width: 1.62rem;
    margin-bottom: 0.2rem;
  }
}
.sec_infor .deco01 {
  position: relative;
  border: 0.03rem solid #222;
  box-sizing: border-box;
  max-width: 5.14rem;
  width: 100%;
  height: 1.8rem;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec_infor .deco01 {
    max-width: 100%;
    height: auto;
    border-width: 0.02rem;
  }
}
.sec_infor .deco01:before {
  position: absolute;
  top: 0.11rem;
  bottom: 0.11rem;
  left: 0.11rem;
  right: 0.11rem;
  content: "";
  display: block;
  border: 0.01rem solid #222;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec_infor .deco01:before {
    top: 0.05rem;
    bottom: 0.05rem;
    left: 0.05rem;
    right: 0.05rem;
  }
}
@media screen and (min-width: 768px) {
  .sec_infor .deco01 + .deco01 {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_infor .deco01 + .deco01 {
    margin-top: 0.2rem;
  }
}
.sec_infor .info_box {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .sec_infor .info_box {
    margin-top: 0.3rem;
  }
}
.sec_infor .info_box dt {
  text-align: center;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .sec_infor .info_box dt {
    font-size: 0.12rem;
    line-height: 1;
    margin-top: 0.2rem;
    font-weight: 600;
    text-align: center;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
    font-feature-settings: "palt";
  }
}
.sec_infor .info_box .tel_box {
  text-align: center;
  padding: 0.3rem 0.12rem;
}
@media screen and (max-width: 767px) {
  .sec_infor .info_box .tel_box {
    padding: 0.25rem 0.06rem;
  }
}
.sec_infor .info_box .tel_box dt {
  margin-top: 0;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec_infor .info_box .tel_box dt {
    font-size: 0.12rem;
  }
}
.sec_infor .info_box .tel_box dd > dl {
  letter-spacing: 0;
  font-size: 0;
}
.sec_infor .info_box .tel_box dd > dl dt,
.sec_infor .info_box .tel_box dd > dl dd {
  display: inline-block;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec_infor .info_box .tel_box dd > dl dt span,
.sec_infor .info_box .tel_box dd > dl dd span {
  font-size: 0.145rem;
}
@media screen and (max-width: 767px) {
  .sec_infor .info_box .tel_box dd > dl dt,
  .sec_infor .info_box .tel_box dd > dl dd {
    font-size: 0.1rem;
  }
  .sec_infor .info_box .tel_box dd > dl dt span,
  .sec_infor .info_box .tel_box dd > dl dd span {
    font-size: 0.11rem;
  }
}
.sec_infor .info_box .tel_box dd > dl dt {
  width: 0.5rem;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec_infor .info_box .tel_box dd > dl dt {
    width: 0.4rem;
  }
}
.sec_infor .info_box .tel_box dd > dl.tel {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  .sec_infor .info_box .tel_box dd > dl.tel {
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_infor .info_box .tel_box dd > dl.tel img {
    width: auto;
    height: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_infor .info_box .tel_box dd > dl.mail {
    margin-top: 0.03rem;
  }
}
.sec_infor .info_box .tel_box dd p {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec_infor .info_box .tel_box dd p {
    font-size: 0.1rem;
    font-feature-settings: "palt";
    margin-top: 0.03rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_infor .info_box .mail_box {
    min-height: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_infor .info_box .mail_box dt {
    margin-top: 0.25rem;
    font-weight: 400;
  }
}
.sec_infor .info_box .mail_box dd {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .sec_infor .info_box .mail_box dd {
    margin-top: 0.15rem;
    padding: 0 0.3rem;
  }
}

.flowbottomSP {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  transition: transform 1s;
  transform: translateY(100%);
  z-index: 9999;
}
.flowbottomSP.active {
  transform: none;
}
.flowbottomSP p {
  background-color: #12457c;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.flowbottomSP p:nth-child(2) {
  background-color: #b5a371;
}
.flowbottomSP p:nth-child(2) a {
  font-size: 0.19rem;
  font-weight: normal;
}
.flowbottomSP p:nth-child(2) a:after {
  background: url("../img/ico_phone.png");
  background-size: cover;
  height: 0.18rem;
  width: 0.17rem;
}
.flowbottomSP p a {
  font-size: 0.15rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 0.22rem;
  margin-left: -0.07rem;
}
.flowbottomSP p a:after {
  content: "";
  background: url("../img/ico_search.png");
  background-size: cover;
  position: absolute;
  left: 0;
  height: 0.19rem;
  width: 0.19rem;
}
.flowbottomSP p a.en:after {
  transform: translateY(-50%);
}

.flowbottomSPinview {
  position: absolute;
  top: 105vh;
  bottom: 0;
  pointer-events: none;
  width: 0;
}

/* -----------------------------------------------------------------------------

モジュール

----------------------------------------------------------------------------- */
.modal_wrap {
  position: fixed;
  display: none;
  z-index: 2;
  width: 90%;
  width: calc(100% - 1.2rem);
  height: 90%;
  height: calc(100% - 0.2rem);
  max-width: 9rem;
  max-height: 9rem;
  margin: 0;
  z-index: 250000;
}
@media screen and (max-width: 767px) {
  .modal_wrap {
    width: calc(100% - 0.4rem);
  }
}
.modal_wrap .modal_box {
  width: 100%;
  height: 100%;
  position: absolute;
}
.modal_wrap .modal_box .modal_img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.modal_wrap .modal_box .modal_img img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -1rem;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  max-height: calc(100% - 1rem);
  height: auto;
  width: auto;
  box-sizing: border-box;
  box-shadow: 0.05rem 0.05rem 0.16rem rgba(30, 30, 30, 0.5);
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal_box .modal_img img {
    border-width: 0.05rem;
  }
}
.modal_wrap .modal_box .modal_txt {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_wrap .modal_box .modal_txt p {
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal_box .modal_txt p {
    font-size: 0.11rem;
  }
}
.modal_wrap .modal_close {
  margin: 0 auto;
  padding: 0.04rem 0;
  width: 0.9rem;
  height: 0.32rem;
  text-align: left;
  color: #fff;
  font-size: 0.2rem;
  letter-spacing: 0.09em;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s;
  opacity: 0;
  font-family: "Roboto", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal_close {
    font-size: 0.14rem;
  }
}
.modal_wrap .modal_close.view {
  opacity: 1;
}
.modal_wrap .modal_close i {
  display: block;
  margin: auto 0;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.modal_wrap .modal_close i:before, .modal_wrap .modal_close i:after {
  content: "";
  display: block;
  margin: auto;
  width: 0.18rem;
  height: 0.02rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -0.1rem;
  bottom: 0;
  left: -0.1rem;
}
.modal_wrap .modal_close i:before {
  transform: rotate(45deg);
}
.modal_wrap .modal_close i:after {
  transform: rotate(-45deg);
}
.modal_wrap .arr {
  margin: auto 0;
  width: 0.6rem;
  height: 100%;
  position: absolute;
  top: -1rem;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .modal_wrap .arr {
    width: 0.25rem;
  }
}
.modal_wrap .arr:after {
  content: "";
  display: block;
  margin: auto;
  width: 0.4rem;
  height: 0.4rem;
  border-top: 0.02rem solid #fff;
  border-right: 0.02rem solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .modal_wrap .arr:after {
    width: 0.1rem;
    height: 0.1rem;
  }
}
.modal_wrap .arr.r {
  right: -0.6rem;
}
@media screen and (max-width: 767px) {
  .modal_wrap .arr.r {
    right: -0.22rem;
  }
}
.modal_wrap .arr.r:after {
  right: 0.2rem;
  transform: rotate(45deg) skew(10deg, 10deg);
}
@media screen and (max-width: 767px) {
  .modal_wrap .arr.r:after {
    right: 0.05rem;
  }
}
.modal_wrap .arr.l {
  left: -0.6rem;
}
@media screen and (max-width: 767px) {
  .modal_wrap .arr.l {
    left: -0.22rem;
  }
}
.modal_wrap .arr.l:after {
  left: 0.2rem;
  transform: rotate(225deg) skew(10deg, 10deg);
}
@media screen and (max-width: 767px) {
  .modal_wrap .arr.l:after {
    left: 0.05rem;
  }
}
.modal_wrap.view .modal_close {
  opacity: 1;
}

.modal_overlay {
  z-index: 200000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.modal_loading {
  position: absolute;
  width: 5px;
  height: 5px;
  margin: auto;
  top: -250px;
  left: -5px;
  right: 0;
  bottom: 0;
}
.modal_loading > div:nth-child(1) {
  top: 0.25rem;
  left: 0;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}
.modal_loading > div:nth-child(2) {
  top: 0.1704545455rem;
  left: 0.1704545455rem;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}
.modal_loading > div:nth-child(3) {
  top: 0;
  left: 0.25rem;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}
.modal_loading > div:nth-child(4) {
  top: -0.1704545455rem;
  left: 0.1704545455rem;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}
.modal_loading > div:nth-child(5) {
  top: -0.25rem;
  left: 0;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}
.modal_loading > div:nth-child(6) {
  top: -0.1704545455rem;
  left: -0.1704545455rem;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}
.modal_loading > div:nth-child(7) {
  top: 0;
  left: -0.25rem;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}
.modal_loading > div:nth-child(8) {
  top: 0.1704545455rem;
  left: -0.1704545455rem;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}
.modal_loading > div {
  -webkit-animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
  margin: 2px;
}

[data-slidearea03] {
  overflow: hidden;
}
[data-slidearea03] .contantWrap {
  height: 7rem;
  position: relative;
}
[data-slidearea03] .contantWrap .btns01 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
[data-slidearea03] .contantWrap .btns01 button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.7rem;
  height: 0.7rem;
  z-index: 10;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  [data-slidearea03] .contantWrap .btns01 button {
    width: 0.6rem;
    height: 0.9rem;
  }
}
[data-slidearea03] .contantWrap .btns01 button:before, [data-slidearea03] .contantWrap .btns01 button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
[data-slidearea03] .contantWrap .btns01 button:before {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #FFF;
  border-radius: 50%;
}
[data-slidearea03] .contantWrap .btns01 button:after {
  width: 0.12rem;
  height: 0.12rem;
  border: 1px solid #000;
}
[data-slidearea03] .contantWrap .btns01 button.next {
  right: -0.3rem;
}
@media screen and (max-width: 767px) {
  [data-slidearea03] .contantWrap .btns01 button.next {
    right: -0.2rem;
  }
}
[data-slidearea03] .contantWrap .btns01 button.next:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-left: rgba(0, 0, 0, 0) !important;
  transform: rotate(45deg);
  right: 3px;
}
[data-slidearea03] .contantWrap .btns01 button.prev {
  left: -0.3rem;
}
@media screen and (max-width: 767px) {
  [data-slidearea03] .contantWrap .btns01 button.prev {
    left: -0.2rem;
  }
}
[data-slidearea03] .contantWrap .btns01 button.prev:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-right: rgba(0, 0, 0, 0) !important;
  transform: rotate(-45deg);
  right: -3px;
}
.no-touchevents [data-slidearea03] .contantWrap .btns01 button:hover:before {
  background-color: #000;
}
.no-touchevents [data-slidearea03] .contantWrap .btns01 button:hover:after {
  border-color: #FFF;
}
[data-slidearea03] .contantWrap .content .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
}
[data-slidearea03] .contantWrap .content .link.active {
  opacity: 1;
}
[data-slidearea03] .contantWrap .content .link.disableTrs {
  transition: none !important;
}
[data-slidearea03] .contantWrap .pager {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
[data-slidearea03] .contantWrap .pager button {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  [data-slidearea03] .contantWrap .pager button {
    width: 0.6rem;
    height: 0.9rem;
  }
}
[data-slidearea03] .contantWrap .pager button:after, [data-slidearea03] .contantWrap .pager button:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  [data-slidearea03] .contantWrap .pager button:after, [data-slidearea03] .contantWrap .pager button:before {
    width: 0.06rem;
    height: 0.06rem;
  }
}
[data-slidearea03] .contantWrap .pager button:after {
  transition: 0.2s;
}
.no-touchevents [data-slidearea03] .contantWrap .pager button:hover:after, [data-slidearea03] .contantWrap .pager button.active:after {
  background-color: #000;
}
[data-slidearea03] .contantWrap .pager button.active {
  cursor: default;
  pointer-events: none;
}

/* -----------------------------------------------------------------------------

モーション

----------------------------------------------------------------------------- */
[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: 767px) {
  [data-pararax01] [data-pararax01-inview] {
    top: 100px;
    bottom: 100px;
  }
}
[data-pararax01] [data-pararax01-opacity01] {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1);
}
.no-intersectionObserver [data-pararax01] [data-pararax01-opacity01], [data-pararax01] [data-pararax01-opacity01].active {
  opacity: 1;
}
[data-pararax01] [data-pararax01-opacity02] {
  opacity: 0;
  transition: opacity 1.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
.no-intersectionObserver [data-pararax01] [data-pararax01-opacity02], [data-pararax01] [data-pararax01-opacity02].active {
  opacity: 1;
  transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity02] {
  transform: translate(-15px, 0px);
}
[data-pararax01] [data-pararax01-opacity03] {
  opacity: 0;
  transition: opacity 1.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
.no-intersectionObserver [data-pararax01] [data-pararax01-opacity03], [data-pararax01] [data-pararax01-opacity03].active {
  opacity: 1;
  transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity03] {
  transform: translate(15px, 0px);
}
[data-pararax01] [data-pararax01-opacity04] {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
.no-intersectionObserver [data-pararax01] [data-pararax01-opacity04], [data-pararax01] [data-pararax01-opacity04].active {
  opacity: 1;
  transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity04] {
  transform: translate(0, 15px);
}
[data-pararax01] [data-pararax01-opacity05] {
  opacity: 0;
  transition: opacity 1.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
.no-intersectionObserver [data-pararax01] [data-pararax01-opacity05], [data-pararax01] [data-pararax01-opacity05].active {
  opacity: 1;
  transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity05] {
  transform: translate(0, -15px);
}
[data-pararax01] [data-pararax01-opacity06] {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.625, 0, 0.355, 1), transform 1.3s cubic-bezier(0.625, 0, 0.355, 1);
}
.no-intersectionObserver [data-pararax01] [data-pararax01-opacity06], [data-pararax01] [data-pararax01-opacity06].active {
  opacity: 1;
  transform: scale(1);
}
[data-pararax01] [data-pararax01-opacity06] {
  transform: scale(0.9);
}

.access_osusume_tour {
  position: fixed;
  left: 0;
  bottom: 0.4rem;
  width: 1.8rem;
  z-index: 9999;
}
.access_osusume_tour img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .access_osusume_tour.en {
    bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .access_osusume_tour {
    bottom: 50px;
    width: 100px;
  }
}/*# sourceMappingURL=common.css.map */
