@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）;
※縦、横ともに外側への約は発生しない

*/
.vertmiddle:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.vertmiddle > * {
  display: inline-block;
  vertical-align: middle;
}

html {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
  font-size: 100px;
  font-feature-settings: "palt";
  /*
  @media print, screen and (min-width:1120px) and (max-width:1199px) {
  font-size: 70px;
  }
  @media print, screen and (min-width:461px) and (max-width:1119px) {
  font-size: 64px;
  }
  */
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.safari {
  -webkit-font-smoothing: antialiased;
}

@media print, screen and (min-width: 461px) {
  html {
    line-height: 1.5;
  }
}
@media screen and (max-width: 460px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 1440px) and (max-width: 1599px) {
  html {
    font-size: 90px;
  }
}
@media print, screen and (min-width: 1366px) and (max-width: 1439px) {
  html {
    font-size: 85px;
  }
}
@media print, screen and (min-width: 1280px) and (max-width: 1365px) {
  html {
    font-size: 80px;
  }
}
@media print, screen and (min-width: 461px) and (max-width: 1279px) {
  html {
    font-size: 75px;
  }
}
@media screen and (min-width: 400px) and (max-width: 460px) {
  html {
    font-size: 110px;
  }
}
@media print, screen and (min-width: 461px) {
  html.safari {
    font-feature-settings: "pkna";
  }
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.11rem;
}

@media print, screen and (min-width: 461px) {
  body {
    min-width: 1024px;
  }
}
.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: hidden;
}

hr {
  height: 0;
  overflow: visible;
  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;
}

[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;
  }
}
/* 721px以上は消す */
@media print, screen and (min-width: 461px) {
  [data-sc-sp] {
    display: none !important;
  }
}
/* 720px以下は消す */
@media screen and (max-width: 460px) {
  [data-sc-pc] {
    display: none !important;
  }
}
.device-tablet .mod_main {
  width: calc(100% + 1px);
}

/* 自動高さ調整 */
[data-autoheight], [data-pc-autoheight], [data-sp-autoheight] {
  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;
}

/* ---------------------------------------------------------

_variableをクラス化

--------------------------------------------------------- */
/*
margin:0;版をデフォルト化

html例）
<ul class="col_3 col_base">
	<li></li>
	<li></li>
	<li></li>
</ul>
*/
@media print, screen and (min-width: 461px) {
  @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% - 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 print, screen and (min-width: 461px) {
  @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(50% - 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 print, screen and (min-width: 461px) {
  @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(33.3333333333% - 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 print, screen and (min-width: 461px) {
  @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(25% - 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 print, screen and (min-width: 461px) {
  @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(20% - 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;
  }
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}

/* -----------------------------------------------------------------------------

共通パーツ

----------------------------------------------------------------------------- */
.ff_robot_m {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
}

.ff_alata_m {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  font-weight: 500;
}

/* -----------------------------------------------------------------------------

モーション

----------------------------------------------------------------------------- */
[data-pararax01] {
  position: relative;
}
[data-pararax01] [data-pararax01-inview] {
  position: absolute;
  top: 200px;
  bottom: 200px;
  left: 0;
  right: 0;
  width: 0%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  opacity: 0;
}
[data-pararax01] [data-pararax01-opacity01] {
  filter: opacity(0);
  opacity: 0;
  transition: filter 1.3s cubic-bezier(0.625, 0, 0.355, 1);
}

@media screen and (max-width: 460px) {
  [data-pararax01] [data-pararax01-inview] {
    top: 100px;
    bottom: 100px;
  }
}
.ie11 [data-pararax01] [data-pararax01-opacity01], .ie10 [data-pararax01] [data-pararax01-opacity01], .ie9 [data-pararax01] [data-pararax01-opacity01] {
  transition: opacity 1.3s cubic-bezier(0.625, 0, 0.355, 1);
}

[data-pararax01] [data-pararax01-opacity01].active {
  filter: opacity(100%);
  opacity: 1;
}
[data-pararax01] [data-pararax01-opacity02] {
  filter: opacity(0);
  opacity: 0;
  transition: filter 1s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}

.ie11 [data-pararax01] [data-pararax01-opacity02], .ie10 [data-pararax01] [data-pararax01-opacity02], .ie9 [data-pararax01] [data-pararax01-opacity02] {
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}

[data-pararax01] [data-pararax01-opacity02] {
  transform: translate(-15px, 0);
}
[data-pararax01] [data-pararax01-opacity02].active {
  filter: opacity(100%);
  opacity: 1;
  transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity03] {
  filter: opacity(0);
  opacity: 0;
  transition: filter 1s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}

.ie11 [data-pararax01] [data-pararax01-opacity03], .ie10 [data-pararax01] [data-pararax01-opacity03], .ie9 [data-pararax01] [data-pararax01-opacity03] {
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}

[data-pararax01] [data-pararax01-opacity03] {
  transform: translate(15px, 0);
}
[data-pararax01] [data-pararax01-opacity03].active {
  filter: opacity(100%);
  opacity: 1;
  transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity04] {
  filter: opacity(0);
  opacity: 0;
  transition: filter 1s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}

.ie11 [data-pararax01] [data-pararax01-opacity04], .ie10 [data-pararax01] [data-pararax01-opacity04], .ie9 [data-pararax01] [data-pararax01-opacity04] {
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}

[data-pararax01] [data-pararax01-opacity04] {
  transform: translate(0, 15px);
}
[data-pararax01] [data-pararax01-opacity04].active {
  filter: opacity(100%);
  opacity: 1;
  transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity05] {
  filter: opacity(0);
  opacity: 0;
  transition: filter 1s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}

.ie11 [data-pararax01] [data-pararax01-opacity05], .ie10 [data-pararax01] [data-pararax01-opacity05], .ie9 [data-pararax01] [data-pararax01-opacity05] {
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}

[data-pararax01] [data-pararax01-opacity05] {
  transform: translate(0, -15px);
}
[data-pararax01] [data-pararax01-opacity05].active {
  filter: opacity(100%);
  opacity: 1;
  transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity06] {
  filter: opacity(0);
  transition: filter 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1.3s cubic-bezier(0.625, 0, 0.355, 1);
}

.ie11 [data-pararax01] [data-pararax01-opacity06], .ie10 [data-pararax01] [data-pararax01-opacity06], .ie9 [data-pararax01] [data-pararax01-opacity06] {
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1.3s cubic-bezier(0.625, 0, 0.355, 1);
}

[data-pararax01] [data-pararax01-opacity06] {
  transform: scale(0.9);
}
[data-pararax01] [data-pararax01-opacity06].active {
  filter: opacity(100%);
  transform: scale(1);
}

/* -----------------------------------------------------------------------------

共通レイアウト

----------------------------------------------------------------------------- */
.flowbottomSP {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  display: table;
  text-align: center;
  transition: transform 1s;
  transform: translateY(100%);
  z-index: 999;
}
.flowbottomSP.active {
  transform: none;
}
.flowbottomSP a {
  display: block;
}
.flowbottomSP span {
  font-size: 0.11rem;
}

.flowbottomSPinview {
  position: absolute;
  top: 105vh;
  bottom: 0;
  pointer-events: none;
  width: 0;
}

/* ページトップボタン */
.pagetopbtn {
  position: fixed;
  bottom: 90px;
  right: 10px;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.05rem;
  filter: opacity(0%);
  pointer-events: none;
  transition: filter 1s, opacity 0.2s;
  background-color: #034596;
  z-index: 999;
}
.pagetopbtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../../common/img/page_top_arrow.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
}
.pagetopbtn.active {
  filter: opacity(100%);
  pointer-events: auto;
  transition: 1s;
}

@media screen and (max-width: 460px) {
  .pagetopbtn {
    width: 0.38rem;
    height: 0.38rem;
    bottom: 110px;
  }
}
.no-touchevents .pagetopbtn:hover {
  opacity: 0.6;
}

.pagetopbtnInview {
  position: absolute;
  top: 200vh;
  bottom: 0;
  pointer-events: none;
  width: 0;
}

/* ヘッダー */
.mod_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  background-color: white;
}
.mod_header .row01 {
  padding: 0.1rem 0.3rem 0.2rem 0.2rem;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 460px) {
  .mod_header .row01 {
    padding: 0.1rem;
    position: relative;
    justify-content: space-between;
  }
}
.mod_header .row01 .logo {
  display: block;
}
.mod_header .row01 .logo .logoimg {
  width: 2.44rem;
  vertical-align: bottom;
}
@media screen and (max-width: 460px) {
  .mod_header .row01 .logo .logoimg {
    width: 1.58rem;
  }
}
.mod_header .row01 .head_chach {
  font-size: 0.18rem;
  font-weight: 600;
  margin-top: 0.1rem;
  color: gray;
}
@media screen and (max-width: 801px) {
  .mod_header .row01 .head_chach {
    margin-right: auto;
  }
}
@media screen and (max-width: 460px) {
  .mod_header .row01 .head_chach {
    font-size: 0.12rem;
    margin-left: 0;
    margin-top: 0.02rem;
    text-align: center;
    text-wrap: nowrap;
  }
}
.mod_header .row01 .head_time {
  font-size: 0.12rem;
  font-weight: 600;
}
.mod_header .row01 .head_tel {
  line-height: 1;
}
.mod_header .row01 .head_tel .t_point {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #FF5B59;
}
.mod_header .row01 .head_tel > a {
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #FF5B59;
}
.mod_header_tel {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1050px) {
  .mod_header_tel {
    display: none;
  }
}
.mod_header_pc-menu {
  margin-right: auto;
  display: flex;
  gap: 35px;
  font-size: 0.18rem;
  margin-top: 0.1rem;
  margin-left: 0.1rem;
}
@media screen and (max-width: 800px) {
  .mod_header_pc-menu {
    display: none;
  }
}
.mod_header_pc-menu li {
  text-align: center;
  line-height: 1;
}
.mod_header_pc-menu li span {
  font-weight: bold;
}
.mod_header_pc-menu li small {
  font-size: 0.75em;
  color: gray;
}
.mod_header .row02 {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 0.12rem;
  padding: 0 20px 10px;
  line-height: 1;
}
@media screen and (max-width: 460px) {
  .mod_header .row02 {
    display: none;
  }
}
.mod_header_menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 801px) {
  .mod_header_menu-icon {
    display: none;
  }
}
.mod_header_navicon {
  background: #989898;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.mod_header_navicon:before, .mod_header_navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #989898;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.mod_header_navicon:before {
  top: 9px;
}
.mod_header_menu-btn:checked ~ .mod_header_navicon:before {
  transform: rotate(-45deg);
}
.mod_header_navicon:after {
  bottom: 9px;
}
.mod_header_sp-menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin-top: 71px;
  padding: 0 0 10px 0;
  clear: both;
  background-color: white;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}
@media screen and (min-width: 801px) {
  .mod_header_sp-menu {
    display: none;
  }
}
.mod_header_sp-menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}
.mod_header_sp-menu li a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #989898;
  opacity: 0;
  transition: 0.5s;
}
.mod_header_menu-btn {
  display: none;
}
.mod_header_menu-btn:checked ~ .mod_header_sp-menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.mod_header_menu-btn:checked ~ .mod_header_sp-menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.mod_header_menu-btn:checked ~ .mod_header_sp-menu li a {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.mod_header_menu-btn:checked ~ .mod_header_menu-icon .mod_header_navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.mod_header_menu-btn:checked ~ .mod_header_menu-icon .mod_header_navicon:before {
  transform: rotate(-45deg);
  top: 0;
}
.mod_header_menu-btn:checked ~ .mod_header_menu-icon .mod_header_navicon:after {
  transform: rotate(45deg);
  bottom: 0;
}
.mod_header--index .mod_header_pc-menu {
  display: none;
}
.mod_header--index .head_chach {
  margin-right: auto;
}

/* フッター */
@media print, screen and (min-width: 461px) {
  .mod_footer {
    padding-bottom: 0.8rem;
  }
}
.mod_footer .in {
  background-color: #E7E7E7;
}
.mod_footer .btn_area {
  padding-top: 1em;
}
.mod_footer .btn_area .btn_box {
  display: flex;
  max-width: 11rem;
  margin: 0 auto;
  justify-content: center;
}
.mod_footer .btn_area .btn_box .btn_message p {
  display: none;
  text-align: center;
  font-size: 0.18rem;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 460px) {
  .mod_footer .btn_area .btn_box .btn_message p {
    font-size: 0.1rem;
  }
}
.mod_footer .btn_area .btn_box .btn {
  position: relative;
}
.mod_footer .btn_area .btn_box .btn > a {
  color: #FFF;
  font-size: 0.18rem;
  display: block;
  width: 3.56rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.05rem;
  font-weight: 600;
  transition: 0.5s;
}
.mod_footer .btn_area .btn_box .btn > a:before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.mod_footer .btn_area .btn_box .btn i {
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.15rem;
  background-color: #FFF;
  border-radius: 50%;
}
.mod_footer .btn_area .btn_box .btn i:after {
  width: 0.04rem;
  height: 0.04rem;
  border: 1px solid #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
  border-bottom: rgba(0, 0, 0, 0);
  border-left: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}
.mod_footer .btn_area .btn_box .btn.type01 {
  margin-right: 0.16rem;
}
.mod_footer .btn_area .btn_box .btn.type01 > a {
  background-color: #034596;
}
.mod_footer .btn_area .btn_box .btn.type01 > a:before {
  background-image: url(../../common/img/btn_icon01.png);
  left: 0.24rem;
  background-size: cover;
}
.mod_footer .btn_area .btn_box .btn.type01 > a:hover {
  background-color: #3E71AF;
}
.mod_footer .btn_area .btn_box .btn.type01 i:after {
  border-color: #034596;
}
.mod_footer .btn_area .btn_box .btn.type02 {
  margin-right: 0.16rem;
}
.mod_footer .btn_area .btn_box .btn.type02 > a {
  background-color: #FC0001;
}
.mod_footer .btn_area .btn_box .btn.type02 > a:before {
  background-image: url(../../common/img/btn_icon04.svg);
  left: 0.19rem;
  background-size: cover;
}
.mod_footer .btn_area .btn_box .btn.type02 > a:hover {
  background-color: #FF8E8D;
}
.mod_footer .btn_area .btn_box .btn.type02 i:after {
  border-color: #FC0001;
}
.mod_footer .btn_area .btn_box .btn.type03 > a {
  background-color: #FFB942;
}
.mod_footer .btn_area .btn_box .btn.type03 > a:before {
  background-image: url(../../common/img/btn_icon05.svg);
  left: 0.29rem;
  background-size: cover;
}
.mod_footer .btn_area .btn_box .btn.type03 > a:hover {
  background-color: #FFCF78;
}
.mod_footer .btn_area .btn_box .btn.type03 i:after {
  border-color: #FFB942;
}
.mod_footer .flowbottomSP {
  background: #E7E7E7;
  padding: 0 0.2rem 0.15rem;
  box-sizing: border-box;
}
.mod_footer .flowbottomSP .btn.type04 {
  background-color: #FFF;
  padding: 0.04rem 0;
  margin-top: 0.05rem;
  position: relative;
}
.mod_footer .flowbottomSP .btn.type04 a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.mod_footer .flowbottomSP .btn.type04 i {
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.07rem;
  background-color: #FFF;
  border-radius: 50%;
  border: 1px solid #989898;
  box-sizing: border-box;
}
.mod_footer .flowbottomSP .btn.type04 i:after {
  width: 0.03rem;
  height: 0.03rem;
  border: 1px solid #989898;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
  border-bottom: rgba(0, 0, 0, 0);
  border-left: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}
.mod_footer .flowbottomSP .head_tel {
  font-size: 0.21rem;
  letter-spacing: 0.04em;
  color: #FF5B59;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.mod_footer .flowbottomSP .head_tel .t_point {
  font-size: 0.15rem;
  letter-spacing: 0.05em;
}
.mod_footer .flowbottomSP .head_time {
  margin-top: 6px;
  font-size: 0.09rem;
  font-weight: 600;
}

@media print, screen and (min-width: 461px) {
  .mod_footer .in {
    transition: 1s;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100;
    bottom: -0.8rem;
  }
}
@media screen and (max-width: 460px) {
  .mod_footer .in {
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 460px) {
  .mod_footer .btn_area .btn_box {
    justify-content: space-between;
  }
}
@media screen and (max-width: 460px) {
  .mod_footer .btn_area .btn_box .btn > a {
    width: 1.7rem;
    height: 0.47rem;
    font-size: 0.13rem;
    box-sizing: border-box;
    line-height: 1.23;
    text-align: left;
    display: block;
    padding-top: 0.07rem;
    padding-left: 0.08rem;
    border-radius: 0.03rem;
  }
}
@media screen and (max-width: 460px) {
  .mod_footer .btn_area .btn_box .btn > a:before {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .mod_footer .btn_area .btn_box .btn > a .line_h {
    font-size: 0.15rem;
    line-height: 1;
    display: block;
    text-align: center;
    margin-right: 0.08rem;
  }
}
@media screen and (max-width: 460px) {
  .mod_footer .btn_area .btn_box .btn > a .line_h:nth-child(2) {
    letter-spacing: -0.05em;
    margin-top: 0.02rem;
  }
}
@media screen and (max-width: 460px) {
  .mod_footer .btn_area .btn_box .btn i {
    width: 0.12rem;
    height: 0.12rem;
    right: 0.07rem;
  }
}
@media screen and (max-width: 460px) {
  .mod_footer .btn_area .btn_box .btn i:after {
    width: 0.03rem;
    height: 0.03rem;
  }
}
@media screen and (max-width: 460px) {
  .mod_footer .btn_area .btn_box .btn.type01 {
    margin-right: 0;
  }
}
@media screen and (max-width: 460px) {
  .mod_footer .btn_area .btn_box .btn.type02 {
    margin-right: 0;
  }
}
@media screen and (max-width: 460px) {
  .mod_footer .btn_area .btn_box .btn.type03 .line_h:nth-child(2) {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 460px) {
  .mod_footer .flowbottomPC .logo .logoimg {
    width: 1.58rem;
  }
}
.fixedMenuEnd .mod_footer > .in {
  bottom: 0;
}

@media screen and (min-width: 461px) {
  .mod_footer > .in {
    bottom: 0 !important;
  }
  .mod_footer .btn_area {
    padding-bottom: 1em;
  }
}
.ie .mod_footer .btn_area .btn_box .btn > a {
  padding-top: 0.04rem;
}

.sec_breadcrumb .pankuzu {
  display: flex;
  padding: 0 0.4rem;
}
.sec_breadcrumb .pankuzu .link {
  position: relative;
  line-height: 1;
}
.sec_breadcrumb .pankuzu .link:nth-child(n+2) {
  margin-left: 0.3rem;
}
.sec_breadcrumb .pankuzu .link:nth-child(n+2):after {
  width: 0.04rem;
  height: 0.04rem;
  border: 1px solid #989898;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0.04rem;
  left: -0.18rem;
  margin: auto;
  transition: 0.2s;
  border-bottom: rgba(0, 0, 0, 0);
  border-left: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}
.sec_breadcrumb .pankuzu .link .linkin {
  font-size: 0.16rem;
  color: #989898;
  letter-spacing: 0.055em;
  padding: 0.07rem 0;
  box-sizing: border-box;
}
.sec_breadcrumb .pankuzu .link > a.linkin {
  position: relative;
}
.sec_breadcrumb .pankuzu .link > a.linkin:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #989898;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
}
.sec_breadcrumb .pankuzu .link > a.linkin:before:hover {
  background-color: transparent;
}

@media screen and (max-width: 460px) {
  .sec_breadcrumb .pankuzu {
    padding: 0.2rem 0.2rem 0;
  }
}
@media screen and (max-width: 460px) {
  .sec_breadcrumb .pankuzu .link:nth-child(n+2):after {
    width: 0.03rem;
    height: 0.03rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_breadcrumb .pankuzu .link .linkin {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_breadcrumb .pankuzu .link > a.linkin:before {
    bottom: 0.05rem;
  }
}
.ie .sec_breadcrumb .pankuzu {
  padding-top: 0.02rem;
}

.footer_navi {
  border-top: 2px solid #D7D7D7;
  font-size: 18px;
}
@media screen and (max-width: 460px) {
  .footer_navi {
    padding-bottom: 120px;
    font-size: 14px;
  }
}
.footer_navi_inner {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 13rem;
  margin: 0 auto;
  padding: 30px 15px;
}
@media screen and (max-width: 460px) {
  .footer_navi_inner {
    flex-direction: column;
    gap: 10px;
  }
}
.footer_navi_inner .logoimg {
  width: 2.44rem;
}
@media screen and (max-width: 460px) {
  .footer_navi_inner .logoimg {
    width: 1.58rem;
  }
}
.footer_navi_inner ul {
  display: flex;
  gap: 20px;
}

.os-android .mod_header .row01 .header_box {
  padding: 0 0.14rem 0 0.1rem;
}
.os-android .mod_footer .flowbottomSP {
  padding: 0 0.1rem 0.15rem;
}

/** フッター お知らせ **/
.footer_notice {
  background-color: white;
  font-size: 1.3em;
  display: flex;
  max-width: 11rem;
  margin: 0.5em auto 0 auto;
  padding: 1em;
  color: red;
}
.footer_notice .note {
  font-size: 1.1em;
  padding: 0.2em 0.1em;
}
.footer_notice .strong {
  font-weight: bold;
}

@media screen and (max-width: 460px) {
  .footer_notice {
    font-size: 1em;
    margin: 0.5em auto 0 auto;
    padding: 0.5em;
  }
  .footer_notice .note {
    font-size: 1em;
    padding: 0.2em 0.1em;
  }
}
.column_header_wrap {
  position: fixed;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: normal;
  width: 100%;
  z-index: 10;
  top: 0;
}
.column_header_wrap * {
  box-sizing: border-box;
}
.column_header_wrap a:hover {
  opacity: 0.7;
}

.column_header {
  padding: 5px;
  background-color: white;
  transition: all 0.5s;
}
@media (max-width: 460px) {
  .column_header {
    padding: 18px 12px 18px 8px;
    border-bottom: 2px solid #00AAEB;
  }
}
@media (min-width: 460px) {
  .column_header_wrap_scrolled .column_header {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
.column_header_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.column_header_columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1152px;
  margin: 0 auto;
}
.column_header_column:first-child {
  flex-direction: row-reverse;
  gap: 8px;
}
.column_header_column:first-child span {
  color: #484848;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.5s;
}
@media (min-width: 460px) {
  .column_header_wrap_scrolled .column_header_column:first-child span {
    font-size: 10.5px;
  }
}
.column_header_column:first-child img {
  width: 161px;
  transition: all 0.5s;
}
@media (max-width: 460px) {
  .column_header_column:first-child img {
    width: 146px;
  }
}
@media (min-width: 460px) {
  .column_header_wrap_scrolled .column_header_column:first-child img {
    width: 140px;
  }
}
@media (max-width: 460px) {
  .column_header_column:nth-child(2) {
    display: none;
  }
}
.column_header_column:nth-child(2) span {
  color: #484848;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.5s;
}
@media (min-width: 460px) {
  .column_header_wrap_scrolled .column_header_column:nth-child(2) span {
    font-size: 10.5px;
  }
}
.column_header_column:nth-child(2) a {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #FC0001;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: bold;
  transition: all 0.5s;
}
@media (min-width: 460px) {
  .column_header_wrap_scrolled .column_header_column:nth-child(2) a {
    font-size: 20px;
  }
}
.column_header_column:nth-child(2) a img {
  transition: all 0.5s;
}
@media (min-width: 460px) {
  .column_header_wrap_scrolled .column_header_column:nth-child(2) a img {
    width: 16px;
  }
}
.column_header_wrap_top_page .column_header_column:last-child {
  display: none !important;
}
@media (min-width: 461px) {
  .column_header_column:last-child {
    display: none;
  }
}
.column_header_column:last-child button img:first-child {
  display: block;
}
.column_header_column:last-child button img:last-child {
  display: none;
}
.column_header_column:last-child button.active img:first-child {
  display: none;
}
.column_header_column:last-child button.active img:last-child {
  display: block;
}

.column_gnavi {
  border-top: 2px solid #DFD8D8;
  border-bottom: 2px solid #DFD8D8;
  background-color: #F3F4F4;
  padding: 12px 5px;
  position: relative;
}
@media (max-width: 460px) {
  .column_gnavi {
    padding: 0;
    border: none;
    background-color: white;
  }
}
@media (min-width: 460px) {
  .column_header_wrap_scrolled .column_gnavi {
    padding: 8px 5px;
  }
}
.column_gnavi_columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1152px;
  margin: 0 auto;
}
.column_header_wrap_top_page .column_gnavi_column:first-child {
  visibility: hidden;
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child {
    width: 100%;
  }
}
.column_gnavi_column:first-child > ul {
  display: flex;
  align-items: center;
  color: #484848;
  gap: 48px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li {
    width: 100%;
  }
}
.column_gnavi_column:first-child > ul > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > a {
    justify-content: space-between;
    width: 100%;
    padding: 24px;
    background-color: white;
    border-bottom: 1px solid #DFD8D8;
  }
}
.column_gnavi_column:first-child > ul > li > a > img {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > a > img {
    width: 16px;
  }
}
.column_gnavi_column:first-child > ul > li > a.active, .column_gnavi_column:first-child > ul > li > a.hover {
  color: #00AAEB;
  font-weight: bold;
}
.column_gnavi_column:first-child > ul > li > a.active > img, .column_gnavi_column:first-child > ul > li > a.hover > img {
  filter: invert(53%) sepia(79%) saturate(2814%) hue-rotate(163deg) brightness(96%) contrast(101%);
  transform: none;
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > a.active, .column_gnavi_column:first-child > ul > li > a.hover {
    background-color: #F7FCFE;
  }
}
.column_gnavi_column:first-child > ul > li > ul {
  position: absolute;
  top: 61px;
  left: calc(50vw - 576px);
  font-size: 16px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  gap: 0 24px;
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > ul {
    position: static;
    font-size: 14px;
    padding-left: 36px;
    padding-right: 36px;
    display: block;
  }
}
@media (min-width: 460px) {
  .column_header_wrap_scrolled .column_gnavi_column:first-child > ul > li > ul {
    top: 46px;
  }
}
.column_gnavi_column:first-child > ul > li > ul > li {
  width: 302px;
  height: 74px;
  background-color: white;
  border-bottom: 1px solid #DFD8D8;
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > ul > li {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > ul > li:not(:has(ul)) img {
    display: none;
  }
}
.column_gnavi_column:first-child > ul > li > ul > li > a {
  display: flex;
  height: 100%;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  color: #7C7C85;
  font-weight: bold;
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > ul > li > a {
    line-height: 1;
    min-height: 69px;
  }
}
.column_gnavi_column:first-child > ul > li > ul > li > a > img {
  width: 20px;
  transform: rotate(90deg);
  filter: invert(51%) sepia(6%) saturate(415%) hue-rotate(202deg) brightness(94%) contrast(87%);
  transition: all 0.3s;
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > ul > li > a > img {
    width: 16px;
    transform: rotate(180deg);
  }
}
.column_gnavi_column:first-child > ul > li > ul > li > a small {
  font-size: inherit;
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > ul > li > a small {
    font-size: 10px;
  }
}
.column_gnavi_column:first-child > ul > li > ul > li > a.active, .column_gnavi_column:first-child > ul > li > ul > li > a:hover {
  opacity: 1;
  background-color: #DFF4FC;
  color: #00AAEB;
}
.column_gnavi_column:first-child > ul > li > ul > li > a.active img, .column_gnavi_column:first-child > ul > li > ul > li > a:hover img {
  filter: invert(53%) sepia(79%) saturate(2814%) hue-rotate(163deg) brightness(96%) contrast(101%);
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > ul > li > a.active img, .column_gnavi_column:first-child > ul > li > ul > li > a:hover img {
    transform: rotate(0);
  }
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > ul > li > a.active, .column_gnavi_column:first-child > ul > li > ul > li > a:hover {
    background-color: #F7FCFE;
  }
}
.column_gnavi_column:first-child > ul > li > ul > li > ul {
  position: absolute;
  left: 302px;
  padding-left: 48px;
  top: 0;
  font-size: 14px;
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > ul > li > ul {
    border-top: 1px solid #DFD8D8;
    position: static;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.column_gnavi_column:first-child > ul > li > ul > li > ul li {
  width: 223px;
  height: 45px;
  background-color: white;
  border-bottom: 1px solid #DFD8D8;
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > ul > li > ul li {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > ul > li > ul li:last-child {
    border-bottom: none;
  }
}
.column_gnavi_column:first-child > ul > li > ul > li > ul li a {
  display: flex;
  height: 100%;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  color: #7C7C85;
  font-weight: bold;
}
.column_gnavi_column:first-child > ul > li > ul > li > ul li a figure {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DFF4FC;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.column_gnavi_column:first-child > ul > li > ul > li > ul li a figure img {
  width: 100%;
  transform: rotate(90deg);
  filter: invert(53%) sepia(79%) saturate(2814%) hue-rotate(163deg) brightness(96%) contrast(101%);
}
@media (max-width: 460px) {
  .column_gnavi_column:first-child > ul > li > ul > li > ul li a figure {
    display: none;
  }
}
.column_gnavi_column:first-child > ul > li > ul > li > ul li a.active, .column_gnavi_column:first-child > ul > li > ul > li > ul li a:hover {
  opacity: 1;
  background-color: #DFF4FC;
  color: #00AAEB;
}
.column_gnavi_column:first-child > ul > li > ul > li > ul li a.active figure, .column_gnavi_column:first-child > ul > li > ul > li > ul li a:hover figure {
  background-color: white;
}
@media (max-width: 460px) {
  .column_gnavi_column:last-child {
    display: none;
  }
}
.column_gnavi_column:last-child ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.column_gnavi_column:last-child ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 35px;
  border: 2px solid #FC0001;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
}
@media (min-width: 460px) {
  .column_header_wrap_scrolled .column_gnavi_column:last-child ul li a {
    width: 114px;
    height: 28px;
    font-size: 13.5px;
  }
}
.column_gnavi_column:last-child ul li:first-child a {
  background-color: #FC0001;
  color: white;
}
.column_gnavi_column:last-child ul li:first-child a:hover {
  opacity: 1;
  background-color: white;
  color: #FC0001;
}
.column_gnavi_column:last-child ul li:last-child a {
  background-color: white;
  color: #FC0001;
}
.column_gnavi_column:last-child ul li:last-child a:hover {
  opacity: 1;
  background-color: #FC0001;
  color: white;
}
.column_gnavi aside {
  position: absolute;
  top: 61px;
  right: calc(50vw - 576px);
  width: 400px;
  padding: 32px 40px;
  background-color: #F3F4F4;
}
@media (max-width: 1152px) {
  .column_gnavi aside {
    display: none;
  }
}
.column_gnavi aside div h6 {
  color: #00AAEB;
  font-size: 20px;
  margin-bottom: 12px;
}
.column_gnavi aside div:first-child {
  margin-bottom: 32px;
}
.column_gnavi aside div:first-child a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.column_gnavi aside div:last-child a {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.column_gnavi aside div:last-child a img {
  width: 120px;
}
.column_gnavi aside div:last-child a p {
  font-size: 14px;
  font-weight: bold;
  color: #484848;
}
.column_gnavi_close {
  min-height: 100vh;
}
@media (max-width: 460px) {
  .column_gnavi_close {
    display: none;
  }
}
.column_gnavi_close_inner {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 24px;
  min-height: 400px;
}
.column_gnavi_close_inner button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 300px;
  height: 60px;
  background-color: white;
  color: #7C7C85;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.column_gnavi_close_inner button:hover {
  background-color: #f3f4f4;
}

.column_fixed_footer {
  background-color: #E7E7E7;
  position: fixed;
  bottom: -80px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 30px;
  transition: all 0.8s;
}
@media (min-width: 461px) {
  .column_header_wrap_scrolled.column_header_wrap_stop .column_fixed_footer {
    bottom: 0;
  }
}
@media (max-width: 460px) {
  .column_fixed_footer {
    padding-top: 6px;
    padding-bottom: 6px;
    bottom: -100px;
  }
  .column_header_wrap_scrolled .column_fixed_footer {
    bottom: 0;
  }
}
.column_fixed_footer_column {
  width: 100%;
}
.column_fixed_footer_column:first-child {
  max-width: 660px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 460px) {
  .column_fixed_footer_column:first-child {
    gap: 10px;
  }
}
.column_fixed_footer_column:first-child a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 60px;
  padding: 14px;
  border: 2px solid #FC0001;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 460px) {
  .column_fixed_footer_column:first-child a {
    padding: 6px;
    height: 40px;
  }
}
.column_fixed_footer_column:first-child a img:first-child {
  width: 30px;
  position: absolute;
  left: 20px;
}
@media (max-width: 460px) {
  .column_fixed_footer_column:first-child a img:first-child {
    display: none;
  }
}
.column_fixed_footer_column:first-child a img:last-child {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
@media (max-width: 460px) {
  .column_fixed_footer_column:first-child a img:last-child {
    position: static;
    transform: none;
    width: 12px;
  }
}
@media (max-width: 460px) {
  .column_fixed_footer_column:first-child a span:nth-child(2) {
    display: none;
  }
}
@media (min-width: 460px) {
  .column_fixed_footer_column:first-child a span:nth-child(3) {
    display: none;
  }
}
.column_fixed_footer_column:first-child a:first-child {
  background-color: #FC0001;
  color: white;
}
@media (max-width: 460px) {
  .column_fixed_footer_column:first-child a:first-child {
    gap: 10px;
  }
}
.column_fixed_footer_column:first-child a:first-child:hover {
  background-color: white;
  color: #FC0001;
  opacity: 1;
}
.column_fixed_footer_column:first-child a:first-child:hover img:first-child {
  filter: brightness(0) invert(8%) sepia(92%) saturate(6794%) hue-rotate(352deg) brightness(109%) contrast(121%);
}
.column_fixed_footer_column:first-child a:first-child:hover img:last-child {
  filter: brightness(0) invert(8%) sepia(92%) saturate(6794%) hue-rotate(352deg) brightness(109%) contrast(121%);
}
.column_fixed_footer_column:first-child a:last-child {
  background-color: white;
  color: #FC0001;
}
.column_fixed_footer_column:first-child a:last-child img:last-child {
  filter: brightness(0) invert(8%) sepia(92%) saturate(6794%) hue-rotate(352deg) brightness(109%) contrast(121%);
}
@media (max-width: 460px) {
  .column_fixed_footer_column:first-child a:last-child {
    gap: 16px;
  }
}
.column_fixed_footer_column:first-child a:last-child:hover {
  background-color: #FC0001;
  color: white;
  opacity: 1;
}
.column_fixed_footer_column:first-child a:last-child:hover img:first-child {
  filter: brightness(0) invert(1);
}
.column_fixed_footer_column:first-child a:last-child:hover img:last-child {
  filter: none;
}
.column_fixed_footer_column:last-child a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: white;
  padding: 1px;
  border-radius: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 460px) {
  .column_fixed_footer_column:last-child a {
    display: none;
  }
}
.column_fixed_footer_column:last-child a span:first-child {
  font-size: 10px;
  font-weight: bold;
}
.column_fixed_footer_column:last-child a span:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #FC0001;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.column_fixed_footer_column:last-child a span:nth-child(2) img {
  width: 12.5px;
}
.column_fixed_footer_column:last-child a > img {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
}/*# sourceMappingURL=common.css.map */