@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
 TEST調整用
===========================================*/
html.is-fixed body {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

html.wf-active {
  margin-top: 0px !important;
}

html.wf-inactive {
  margin-top: 0px !important;
}

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
  opacity: 0.5 !important;
}

.def_link {
  color: blue;
  text-decoration: underline;
}
@media (hover: hover) {
  .def_link:hover:hover {
    opacity: 0.5;
  }
}

/*==========================================
 ページ遷移 必須
===========================================*/
@view-transition {
  navigation: auto;
}
/*==========================================
 共通設定
===========================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::selection {
  background: #bfbfbf;
  color: #fff;
}

*::-webkit-scrollbar-track {
  display: block;
}
*::-webkit-scrollbar {
  background: #000;
  width: 10px;
  height: 5px;
}
*::-webkit-scrollbar-thumb {
  background-color: #ccc;
  opacity: 0.5;
  border-radius: 100vmax;
}
/* for Firefox */
::-moz-selection {
  background: #bfbfbf;
  color: #fff;
}

/*=== フォント ===*/
.font_main {
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .font_main {
    font-weight: 400;
  }
}

.font_accent {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .font_accent {
    font-weight: 400;
  }
}

.font_accent2 {
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .font_accent2 {
    font-weight: 200;
  }
}

.font_accent3 {
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .font_accent3 {
    font-weight: 200;
  }
}

.scenery {
  opacity: 0;
  visibility: hidden;
}
.scenery.show {
  opacity: 1;
  visibility: visible;
}

/*=== html ===*/
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: clip;
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  body {
    overflow-x: hidden;
  }
}
main {
  overflow-x: clip;
  max-width: 100%;
}

/*IE*/
/*@media all and (-ms-high-contrast:none) {
body {
  font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
}*/
/*=== フォント ===*/
/* 明朝体 */
.font_min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*ゴシック */
.font_go {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*=== リンク ===*/
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a.img-link,
.img-link-wrap a {
  display: block;
  font-size: 0;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
  }
}
/*=== 画像 ===*/
img {
  max-width: 100%;
  height: auto;
}

.noImg img {
  object-fit: contain;
  padding: 0 10%;
}

img.noImg {
  object-fit: contain;
  padding: 0 10%;
}

img.noimg {
  object-fit: contain;
  padding: 0 10%;
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

/*=== clear fix ===*/
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

/*==========================================
 汎用css
===========================================*/
/*=== hover Action ===*/
/*memo 【_d】aタグに直*/
/*=== opacity ===*/
@media screen and (min-width: 961px) {
  .hover-oc_d:hover,
  .hover-oc a:hover {
    opacity: 0.7;
  }
}
/*=== under line ===*/
.hover-ulPs a {
  position: relative;
}
.hover-ulPs a::before {
  background-color: #000;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  width: 100%;
}
@media (hover: hover) {
  .hover-ulPs a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.hover-ulPs.wht a::before {
  background: #fff;
}

.hover-ul_d,
.hover-ul a,
.hover-ulL_d,
.hover-ulL a,
.hover-ulF_d,
.hover-ulF a {
  position: relative;
  display: inline-block;
}

/*=== under line【CENTER】 ===*/
.hover-ul_d::after,
.hover-ul a::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #FF4E00;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hover-ul_d.wht::after,
.hover-ul.wht a::after {
  background-color: #fff;
}

/*=== under line【LEFT】 ===*/
.hover-ulL_d::after,
.hover-ulL a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #FF4E00;
  transition: 0.3s;
}

/*=== under line【FADE】 ===*/
.hover-ulF_d::after,
.hover-ulF a::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FF4E00;
  opacity: 0;
  transition: 0.3s;
}

/*=== HOVER動作 ===*/
@media (hover: hover) {
  .hover-ul_d:hover:hover::after,
  .hover-ul a:hover:hover::after,
  .hover-ulL_d:hover:hover::after,
  .hover-ulL a:hover:hover::after {
    width: 100%;
  }
}

@media (hover: hover) {
  .hover-ulF_d:hover:hover::after,
  .hover-ulF a:hover:hover::after {
    bottom: 0;
    opacity: 1;
  }
}

/* ホバー　震える */
@media (hover: hover) {
  .hover-rum:hover:hover {
    animation: rumble 0.12s linear infinite;
  }
}

@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0.4deg) translate(1px, -1px);
  }
  25% {
    transform: rotate(0.8deg) translate(0px, 1px);
  }
  37.5% {
    transform: rotate(0.4deg) translate(-1px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(-0.4deg) translate(1px, 0);
  }
  75% {
    transform: rotate(-0.8deg) translate(0, 1px);
  }
  87.5% {
    transform: rotate(-0.4deg) translate(-1px, -1px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
.hover_TS a {
  transition: 0.25s all cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .hover_TS a:hover:hover {
    transform: scale(1.05);
  }
}

.hover_db a {
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 2px no-repeat, linear-gradient(currentColor 0 0) 100% calc(100% - 4px)/var(--d, 0) 2px no-repeat;
  transition: 0s 0.5s, background-size 0.5s;
}
@media (hover: hover) {
  .hover_db a:hover:hover {
    --d: 100%;
    background-position: 0% calc(100% - 2px), 100% calc(100% - 2px);
    transition: 0.3s, background-position 0.3s 0.3s;
  }
}

/*==== MARKER ===*/
.gray-line {
  background: linear-gradient(transparent 60%, #f5f5f5 60%);
}

.green-line {
  background: linear-gradient(transparent 60%, #e8f1ec 60%);
}

/*=== 幅 ===*/
.wrapMDL {
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
}

.wrapXL {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}

.wrap {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

.wrapLGS {
  width: 92%;
  max-width: 1360px;
  margin: 0 auto;
}

.wrapW {
  width: 92%;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (min-width: 577px) {
  .wrapW {
    width: 92%;
  }
}
.wrapB {
  width: 92%;
  margin: 0 auto;
  max-width: 1520px;
}
@media screen and (min-width: 577px) {
  .wrapB {
    width: 92%;
  }
}
@media screen and (max-width: 960px) {
  .wrapW_sp {
    width: 92%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .wrapW_pc {
    width: 92%;
    margin-inline: auto;
    max-width: 1920px;
  }
}

@media screen and (min-width: 961px) {
  .wrapW_left_pc {
    width: 96%;
    margin-inline: 0 auto;
    max-width: 1920px;
  }
}

@media screen and (min-width: 961px) {
  .wrapW_right_pc {
    width: 96%;
    margin-inline: auto 0;
    max-width: 1920px;
  }
}

.wrapW-P {
  width: 90%;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 960px) {
  .wrapW-P {
    width: 92%;
  }
}
@media screen and (min-width: 961px) {
  .wrapW-P {
    width: 96%;
  }
}
@media screen and (min-width: 1361px) {
  .wrapW-P {
    width: calc(100% - 100px);
  }
}

.wrapW-L {
  width: 96%;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 960px) {
  .wrapW-L {
    width: 96%;
  }
}
@media screen and (min-width: 961px) {
  .wrapW-L {
    width: 96%;
  }
}

.wrapW-M {
  width: 86%;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 960px) {
  .wrapW-M {
    width: 92%;
  }
}
@media screen and (min-width: 961px) {
  .wrapW-M {
    width: 92%;
  }
}
@media screen and (min-width: 1361px) {
  .wrapW-M {
    width: calc(92% - 100px);
  }
}

.wrapW-S {
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .wrapW-S {
    width: 88%;
  }
}
@media screen and (min-width: 961px) {
  .wrapW-S {
    width: 84%;
  }
}
@media screen and (min-width: 1361px) {
  .wrapW-S {
    width: calc(88% - 100px);
  }
}

.wrap-inner {
  padding: 0 2.5%;
}
@media screen and (min-width: 1201px) {
  .wrap-inner {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1921px) {
  .wrap-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .wrap-inner {
    padding: 0 4%;
  }
}

@media screen and (min-width: 961px) {
  .wrap-inner_pc {
    padding-inline: 4%;
  }
}

@media screen and (max-width: 960px) {
  .wrap-inner_sp {
    padding-inline: 4%;
  }
}

.wrapVW {
  width: 90vw;
  max-width: 1720px;
  margin: 0 auto;
}

.wrapW-S,
.wrapW-M,
.wrapW-L,
.wrapW-P {
  padding: 0 2.5%;
}
@media screen and (min-width: 1201px) {
  .wrapW-S,
  .wrapW-M,
  .wrapW-L,
  .wrapW-P {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1921px) {
  .wrapW-S,
  .wrapW-M,
  .wrapW-L,
  .wrapW-P {
    padding: 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .wrapW-S,
  .wrapW-M,
  .wrapW-L,
  .wrapW-P {
    padding: 0 4%;
  }
}

.side-wrap {
  max-width: calc(92% - 10px);
  margin-inline: 0 auto;
}
@media screen and (max-width: 960px) {
  .side-wrap {
    max-width: 96%;
    margin-inline: auto;
  }
}

.dsp_none {
  display: none !important;
}

/*=== PC none / SP none ===*/
@media screen and (min-width: 376px) {
  .pc-none_xs {
    display: none;
  }
}
@media screen and (min-width: 577px) {
  .pc-none_sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none_mdS {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc-none_md {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .pc-none {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .pc-none_lg {
    display: none;
  }
}
@media screen and (min-width: 1921px) {
  .pc-none_xl {
    display: none;
  }
}
@media (min-width: 480px) {
  .pc-none_480 {
    display: none;
  }
}
@media screen and (max-width: 1920px) {
  .sp-none_xl {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .sp-none_lg {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-none_md {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none_mdS {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sp-none_sm {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .sp-none_xs {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .sp-none_tag {
    display: contents;
  }
}
@media screen and (min-width: 769px) {
  .pc-none_md_tag {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .sp-none_md_tag {
    display: contents;
  }
}
@media screen and (min-width: 961px) {
  .pc-none_tag {
    display: contents;
  }
}
/*=== 背景 ===*/
.bgMC {
  background: #1D2223;
}

/*=== テキスト ===*/
.taC {
  text-align: center;
}

.fwB {
  font-weight: bold;
}

/*=== 余白 ===*/
.main {
  margin-top: 65px;
}
@media screen and (max-width: 960px) {
  .main {
    margin-top: 61px;
  }
}

/*==========================================
 アンカーリンク
===========================================*/
.anchor_link {
  position: relative;
  top: calc(0px - clamp(50px, 7vw, 70px));
  display: block;
}

.grecaptcha-badge {
  display: none;
}

.auto-phrase {
  word-break: auto-phrase;
}

/*==========================================
 ヘッダー
===========================================*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #041441;
  color: #fff;
}
#header.header-form {
  background: #fff;
  color: #1D2B54;
}
#header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5%;
  height: clamp(50px, 9vw, 90px);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  #header .header_inner {
    width: 0 4%;
  }
}
#header .header-logo-block {
  font-size: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #header .header-logo-block {
    width: 60%;
  }
}
#header .header-logo {
  font-size: 0;
}
#header .header-logo a {
  display: flex;
  align-items: center;
}
#header .header-logo svg {
  fill: #fff;
  max-width: 184px;
  width: 100%;
}
#header .header-logo .txt {
  margin-left: 0.5em;
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 800;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #header .header-logo .txt {
    font-size: 3vw;
  }
}
#header .header-logo-navy {
  font-size: 0;
}
#header .header-logo-navy a {
  display: flex;
  align-items: center;
}
#header .header-logo-navy svg {
  fill: #1D2B54;
  max-width: 184px;
  width: 100%;
}
#header .header-logo-navy .txt {
  margin-left: 0.5em;
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 800;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #header .header-logo-navy .txt {
    font-size: 3vw;
  }
}
#header .header-nav {
  display: flex;
  align-items: center;
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 800;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  padding: 0 80px 0 0;
}
@media screen and (max-width: 1200px) {
  #header .header-nav {
    display: none;
  }
}
#header .header-nav li:not(:last-child) {
  margin-right: 3em;
}
@media screen and (max-width: 1360px) {
  #header .header-nav li:not(:last-child) {
    margin-right: 2em;
  }
}
#header .header-nav li a {
  position: relative;
  display: inline-block;
}
#header .header-nav li a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -16px;
  left: calc(50% - 4px);
  width: 8px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100vmax;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
@media (hover: hover) {
  #header .header-nav li a:hover::after {
    opacity: 1;
  }
}
#header.fixed {
  position: fixed;
}
@media screen and (min-width: 961px) {
  #header.fixed .header_inner {
    height: clamp(50px, 7vw, 70px);
  }
}
@media screen and (min-width: 961px) {
  #header.fixed .header-logo-block {
    width: 30%;
    max-width: 290px;
  }
}
#header.fixed .gNav-trigger {
  position: fixed;
}
@media screen and (min-width: 961px) {
  #header.fixed .gNav-trigger {
    top: clamp(10px, 2.4vw, 24px);
  }
}
#header.open .gNav-trigger {
  position: fixed;
  z-index: 30;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
#header.open .gNav-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
#header.open .gNav-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
#header.open .gNav-trigger span:nth-of-type(3) {
  opacity: 0;
}
#header.open .GnavWrap {
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 29;
}
#header.open .GnavWrap .GnavW_main {
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
}

/*==========================================
 ハンバーガーメニュー　ボタン
===========================================*/
.gNav-trigger {
  cursor: pointer;
  position: absolute;
  width: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 2.5%;
  top: clamp(15px, 3.5vw, 35px);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .gNav-trigger {
    right: 4%;
  }
}
.gNav-trigger .bar {
  width: 30px;
  aspect-ratio: 30/21;
  position: relative;
}
.gNav-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.gNav-trigger span:nth-of-type(1) {
  top: 0;
}
.gNav-trigger span:nth-of-type(2) {
  top: calc(50% - 0.5px);
}
.gNav-trigger span:nth-of-type(3) {
  bottom: 0;
}
/*==========================================
 ハンバーガーメニュー中身
===========================================*/
.GnavWrap {
  position: fixed;
  top: 0;
  right: -100vw;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
.GnavWrap .GnavW-side {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .GnavWrap .GnavW-side {
    width: 100%;
  }
}
.GnavWrap .GnavW_main {
  width: 80%;
  background: #1D2B54;
  padding: clamp(80px, 10vw, 100px) 4% clamp(40px, 8vw, 80px);
}
@media screen and (min-width: 768px) {
  .GnavWrap .GnavW_main {
    width: 500px;
    min-width: 500px;
  }
}
.GnavWrap .GnavW_ttl a {
  display: flex;
  align-items: center;
}
.GnavWrap .GnavW_ttl svg {
  fill: #fff;
  max-width: 184px;
  width: 100%;
}
.GnavWrap .GnavW_ttl .txt {
  margin-left: 0.5em;
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 800;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .GnavWrap .GnavW_ttl .txt {
    font-size: 3vw;
  }
}
.GnavWrap .GnavRgl {
  margin: clamp(25px, 5vw, 50px) auto;
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 800;
}
.GnavWrap .GnavRgl .nav-item:nth-of-type(n + 2) {
  margin-top: 0.6em;
}
@media screen and (min-width: 768px) {
  .GnavWrap .GnavRgl .nav-item:nth-of-type(n + 2) {
    margin-top: 0.8em;
  }
}
.GnavWrap .GnavRgl .nav-item a {
  position: relative;
}
.GnavWrap .GnavRgl .nav-item a::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100vmax;
  opacity: 0;
  position: absolute;
  left: -16px;
  top: calc(50% - 0.25em);
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .GnavWrap .GnavRgl .nav-item a:hover::before {
    opacity: 1;
  }
}
.GnavWrap .GnavRgl_sub {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  line-height: 1;
}
.GnavWrap .GnavRgl_sub::before, .GnavWrap .GnavRgl_sub::after {
  content: "｜";
}
.GnavWrap .GnavRgl_sub li {
  position: relative;
  padding: 0 1em;
}
.GnavWrap .GnavRgl_sub li:not(:last-child) {
  padding: 0 2em 0 1em;
}
.GnavWrap .GnavRgl_sub li:not(:last-child)::after {
  content: "｜";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
}
.GnavWrap .GnavW_cnv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.GnavWrap .GnavW_cnv li {
  width: 50%;
}
.GnavWrap .GnavW_cnv li:first-child {
  width: 100%;
}
.GnavWrap .GnavW_cnv li:nth-of-type(n + 2) {
  border-top: 1px solid #1D2B54;
}
.GnavWrap .GnavW_cnv li:nth-of-type(2n) {
  border-right: 1px solid #1D2B54;
}
.GnavWrap .GnavW_cnv li a {
  background: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: clamp(60px, 8vw, 80px);
}
@media (hover: hover) {
  .GnavWrap .GnavW_cnv li a:hover {
    background: #FF4E00;
  }
}

/*==========================================
 FOOTER
===========================================*/
#footer .footer-copy {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #footer .footer-copy {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
#footer.footer-main {
  background: url("../img/common/bg-footer.jpg") no-repeat center/cover;
  color: #fff;
  padding: clamp(60px, 15vw, 150px) 0 1.5em;
}
@media screen and (max-width: 767px) {
  #footer.footer-main {
    padding: clamp(60px, 15vw, 150px) 0 60px;
  }
}
@media screen and (min-width: 768px) {
  #footer.footer-main .footer-rowBlock {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#footer.footer-main .footer-rowBlock .block-head {
  max-width: 440px;
  width: 100%;
  margin: 0 auto clamp(25px, 4vw, 40px);
}
@media screen and (min-width: 768px) {
  #footer.footer-main .footer-rowBlock .block-head {
    width: 45%;
    margin: 0;
    padding-bottom: clamp(40px, 10vw, 140px);
  }
}
#footer.footer-main .footer-navBlock {
  font-size: clamp(1.6rem, 2vw, 2rem);
  letter-spacing: 0.05em;
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer.footer-main .footer-navBlock {
    justify-content: center;
  }
}
#footer.footer-main .footer-navBlock .footer-nav:nth-of-type(n + 2) {
  margin-left: 3em;
}
#footer.footer-main .footer-nav li:not(:last-child) {
  margin-bottom: 0.7em;
}
#footer.footer-main .footer-nav li a {
  position: relative;
}
#footer.footer-main .footer-nav li a::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100vmax;
  opacity: 0;
  position: absolute;
  left: -16px;
  top: calc(50% - 0.25em);
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  #footer.footer-main .footer-nav li a:hover::before {
    opacity: 1;
  }
}
#footer.footer-main .footer-comapnyLink {
  max-width: 440px;
  width: 100%;
  margin: clamp(40px, 6vw, 120px) auto 0;
}
#footer.footer-main .footer-comapnyLink a {
  display: block;
  color: #fff;
  background: #1D2223;
  text-align: center;
  padding: 1em 0;
}
@media (hover: hover) {
  #footer.footer-main .footer-comapnyLink a:hover {
    background: #FF4E00;
    color: #000;
  }
}
#footer.footer-main .footer-logo {
  max-width: 130px;
  width: 100%;
  margin: 0 auto clamp(25px, 4vw, 40px);
}
@media screen and (max-width: 767px) {
  #footer.footer-main .footer-logo {
    width: 25%;
  }
}
#footer.footer-main .footer-logo svg {
  fill: #fff;
}
#footer.footer-main .footer-tel {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  letter-spacing: 0.11em;
  text-align: center;
}
#footer.footer-main .footer-subLink {
  display: flex;
  justify-content: center;
  line-height: 1;
  margin: 1.5em auto;
}
#footer.footer-main .footer-subLink::before, #footer.footer-main .footer-subLink::after {
  content: "｜";
}
@media screen and (max-width: 767px) {
  #footer.footer-main .footer-subLink {
    font-size: 1.4rem;
  }
}
#footer.footer-main .footer-subLink li {
  position: relative;
  padding: 0 1em;
}
#footer.footer-main .footer-subLink li:not(:last-child) {
  padding: 0 2em 0 1em;
}
#footer.footer-main .footer-subLink li:not(:last-child)::after {
  content: "｜";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
}
#footer.footer-main .footer-sns {
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  display: flex;
  justify-content: center;
}
#footer.footer-main .footer-sns li:not(:last-child) {
  margin-right: 1.5em;
}
#footer.footer-main .footer-copy {
  margin-top: clamp(40px, 10vw, 110px);
}

/*==========================================
 【SP FOOTER CNV】
===========================================*/
.footer-nav-sp {
  position: fixed;
  z-index: 7;
  bottom: -100vh;
  left: 0;
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: auto;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
}
.footer-nav-sp.active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer-nav-sp {
    display: none;
  }
}
.footer-nav-sp li {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.footer-nav-sp li:nth-of-type(-n + 3) {
  width: 30%;
  border-right: 1px solid #fff;
}
.footer-nav-sp li:nth-of-type(-n + 3) a i {
  color: #fff;
}
.footer-nav-sp li:nth-of-type(4) {
  width: 10%;
}
.footer-nav-sp li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  text-align: center;
  height: 50px;
}
.footer-nav-sp li a i {
  display: block;
}

/*==========================================
 【PAGETOP】
===========================================*/
.pagetop {
  position: fixed;
  z-index: 8;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
  background: #1D2B54;
  font-size: 0;
  transition: 0.3s ease-in-out;
  width: 40px;
  height: 55px;
  padding: 15px 0 0;
  text-align: center;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
  position: relative;
}
.pagetop a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 20px 7.5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 961px) {
  .pagetop a:hover {
    background: #000;
  }
}
@media screen and (max-width: 960px) {
  .pagetop a {
    width: 35px;
    height: 35px;
    padding: 12px 0 0;
  }
}

/*==========================================
 pager common用
===========================================*/
.wp-pagenavi-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.wp-pagenavi-wrap.center .wp-pagenavi {
  justify-content: center;
}
.wp-pagenavi-wrap.left .wp-pagenavi {
  justify-content: flex-start;
}
.wp-pagenavi-wrap.right .wp-pagenavi {
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi-wrap.sp_center .wp-pagenavi {
    justify-content: center;
  }
}
.wp-pagenavi-wrap .wp-pagenavi {
  margin: 60px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .wp-pagenavi-wrap .wp-pagenavi {
    margin: 30px 0;
  }
}
.wp-pagenavi-wrap .extend {
  border: none;
}
.wp-pagenavi-wrap .page,
.wp-pagenavi-wrap .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(5rem, 7vw, 6.8rem);
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 2px 1%;
  font-weight: 400;
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  color: #000;
  transition: all 0.3s;
  border: none;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi-wrap .page,
  .wp-pagenavi-wrap .current {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
@media screen and (min-width: 961px) {
  .wp-pagenavi-wrap .page:hover,
  .wp-pagenavi-wrap .current:hover {
    background: #FF4E00;
    color: #000;
  }
}
.wp-pagenavi-wrap .current {
  background: #FF4E00;
  border-color: #FF4E00;
  color: #000;
}
@media screen and (min-width: 961px) {
  .wp-pagenavi-wrap .current:hover {
    background: #FF4E00;
    color: #000;
    opacity: 1;
  }
}
.wp-pagenavi-wrap .previouspostslink,
.wp-pagenavi-wrap .nextpostslink {
  font-size: 0;
  color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  width: clamp(50px, 8vw, 78px);
  aspect-ratio: 78/41;
  transition: 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}
.wp-pagenavi-wrap .previouspostslink::before,
.wp-pagenavi-wrap .nextpostslink::before {
  content: "";
  display: block;
  width: clamp(16px, 2vw, 25px);
  height: 100%;
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.645 23.643'%3E%3Cg id='c'%3E%3Cline x1='28.645' y1='11.821' x2='.8' y2='11.821' fill='none' stroke='%23000' stroke-miterlimit='10'/%3E%3Cpolyline points='10.004 .316 .645 11.821 10.004 23.327' fill='none' stroke='%23000' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.645 23.643'%3E%3Cg id='c'%3E%3Cline x1='28.645' y1='11.821' x2='.8' y2='11.821' fill='none' stroke='%23000' stroke-miterlimit='10'/%3E%3Cpolyline points='10.004 .316 .645 11.821 10.004 23.327' fill='none' stroke='%23000' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .wp-pagenavi-wrap .previouspostslink:hover,
  .wp-pagenavi-wrap .nextpostslink:hover {
    background: #000;
  }
  .wp-pagenavi-wrap .previouspostslink:hover::before,
  .wp-pagenavi-wrap .nextpostslink:hover::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 576px) {
  .wp-pagenavi-wrap .previouspostslink,
  .wp-pagenavi-wrap .nextpostslink {
    width: 50px;
  }
  .wp-pagenavi-wrap .previouspostslink::before,
  .wp-pagenavi-wrap .nextpostslink::before {
    width: 16px;
  }
}
.wp-pagenavi-wrap {
  /*-----------------------------------
   前へ（左矢印）
  -----------------------------------*/
}
.wp-pagenavi-wrap .previouspostslink {
  margin-right: 35px;
}
.wp-pagenavi-wrap {
  /*-----------------------------------
   次へ（右矢印）
  -----------------------------------*/
}
.wp-pagenavi-wrap .nextpostslink {
  margin-left: 35px;
}
.wp-pagenavi-wrap .nextpostslink::before {
  transform: scaleX(-1);
}
/*==========================================
 パンくず
===========================================*/
.breadcrumbs_area {
  border-top: 1px solid #000;
  padding: 2em 0;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.1em;
  background: #fff;
}
.breadcrumbs_area .break {
  color: #cbcbcb;
}
.breadcrumbs_area.right {
  text-align: right;
}
.breadcrumbs_area.wht {
  color: #fff;
}
.breadcrumbs_area.wht a {
  color: #fff;
}
.breadcrumbs_area.wht a::after {
  background: #fff;
}
.breadcrumbs_area .breadcrumbs {
  display: flex;
  gap: 0 20px;
  list-style: none;
  padding: 0;
  font-size: 0.9em;
  color: #000;
  max-width: 100%;
}
.breadcrumbs_area .breadcrumbs li.home {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumbs_area .breadcrumbs li.post {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumbs_area .breadcrumbs li.current-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  flex: 1;
  display: block;
}
.breadcrumbs_area .breadcrumbs li:not(:last-child)::after {
  display: inline-block;
  margin-left: 1.5em;
  content: "/";
  font-size: 1em;
}
.breadcrumbs_area .breadcrumbs a {
  text-decoration: none;
}

/*==========================================
 【ARW BTN】
===========================================*/
.arwStyle {
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  width: clamp(50px, 8vw, 78px);
  aspect-ratio: 78/41;
  transition: 0.3s ease-in-out;
}
.arwStyle .arw {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: clamp(16px, 2vw, 25px);
  height: 1px;
  background-color: #000;
  transition: 0.3s ease-in-out;
}
.arwStyle .arw::before, .arwStyle .arw::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: clamp(9px, 1.2vw, 12px);
  height: 1px;
  background-color: #000;
  transform-origin: calc(100% - 0.5px) 50%;
  transition: 0.3s ease-in-out;
}
.arwStyle .arw::before {
  transform: rotate(45deg);
}
.arwStyle .arw::after {
  transform: rotate(-45deg);
}
.arwStyle.sml {
  width: 50px;
}
.arwStyle.sml .arw {
  width: 16px;
}
.arwStyle.sml .arw::before, .arwStyle.sml .arw::after {
  width: 9px;
}
.arwStyle.wht {
  border-color: #fff;
}
.arwStyle.wht .arw {
  background: #fff;
}
.arwStyle.wht .arw::before, .arwStyle.wht .arw::after {
  background: #fff;
}

@media (hover: hover) {
  .arwStyle_hover:hover .arwStyle {
    background: #000;
  }
  .arwStyle_hover:hover .arwStyle .arw {
    background: #fff;
  }
  .arwStyle_hover:hover .arwStyle .arw::before, .arwStyle_hover:hover .arwStyle .arw::after {
    background: #fff;
  }
  .arwStyle_hover:hover .arwStyle.wht {
    background: #fff;
  }
  .arwStyle_hover:hover .arwStyle.wht .arw {
    background: #000;
  }
  .arwStyle_hover:hover .arwStyle.wht .arw::before, .arwStyle_hover:hover .arwStyle.wht .arw::after {
    background: #000;
  }
}

/*==========================================
 【BUTTON】
===========================================*/
.borderlessBtn {
  display: flex;
  align-items: center;
  width: fit-content;
}
.borderlessBtn .btn-txt {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  letter-spacing: 0.1em;
}
.borderlessBtn .btn-txt.en {
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  letter-spacing: normal;
}
.borderlessBtn .arwStyle {
  margin-left: 0.5em;
}

/*==========================================
 inner common用
===========================================*/
.innerPT {
  padding-top: clamp(50px, 9vw, 90px);
}
.innerPB {
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .innerPB {
    padding-bottom: 60px;
  }
}

.innerMT {
  margin-top: clamp(50px, 9vw, 90px);
}
.innerMB {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .innerMB {
    margin-bottom: 60px;
  }
}

/*page-ttlRgl*/
.page-ttlRgl.center {
  text-align: center;
}
.page-ttlRgl .ttl-en {
  font-size: clamp(3.6rem, 5.5vw, 10rem);
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 800;
  line-height: 1;
  font-feature-settings: "palt";
}
.page-ttlRgl .ttl-ja {
  letter-spacing: 0.1em;
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
}

/*txtUR*/
.txtUR {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.txtUL {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

/* ==========================================
  sec_PTB
========================================== */
/* default */
.sec_PTB {
  padding-block: clamp(10rem, 6.25vw, 12rem);
}
@media screen and (max-width: 960px) {
  .sec_PTB {
    padding-block: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

/* size */
.sec_PTB_l {
  padding-block: clamp(8rem, 5.2083333333vw, 10rem);
}
@media screen and (max-width: 960px) {
  .sec_PTB_l {
    padding-block: clamp(6rem, 8.3333333333vw, 8rem);
  }
}

.sec_PTB_m {
  padding-block: clamp(6rem, 4.1666666667vw, 8rem);
}
@media screen and (max-width: 960px) {
  .sec_PTB_m {
    padding-block: clamp(4rem, 6.25vw, 6rem);
  }
}

.sec_PTB_s {
  padding-block: clamp(4rem, 3.125vw, 6rem);
}
@media screen and (max-width: 960px) {
  .sec_PTB_s {
    padding-block: clamp(2rem, 4.1666666667vw, 4rem);
  }
}

.sec_PTB_xs {
  padding-block: clamp(2rem, 2.0833333333vw, 4rem);
}
@media screen and (max-width: 960px) {
  .sec_PTB_xs {
    padding-block: clamp(1rem, 2.0833333333vw, 2rem);
  }
}

.sec_PTB_xxs {
  padding-block: clamp(1rem, 1.0416666667vw, 2rem);
}
@media screen and (max-width: 960px) {
  .sec_PTB_xxs {
    padding-block: clamp(0.5rem, 1.0416666667vw, 1rem);
  }
}

/* PC only */
@media screen and (min-width: 961px) {
  .sec_PTB_pc {
    padding-block: clamp(10rem, 6.25vw, 12rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PTB_l_pc {
    padding-block: clamp(8rem, 5.2083333333vw, 10rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PTB_m_pc {
    padding-block: clamp(6rem, 4.1666666667vw, 8rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PTB_s_pc {
    padding-block: clamp(2rem, 2.0833333333vw, 4rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PTB_xs_pc {
    padding-block: clamp(1rem, 1.0416666667vw, 2rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PTB_xxs_pc {
    padding-block: clamp(1rem, 1.0416666667vw, 2rem);
  }
}

/* SP only */
@media screen and (max-width: 960px) {
  .sec_PTB_sp {
    padding-block: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PTB_l_sp {
    padding-block: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PTB_m_sp {
    padding-block: clamp(4rem, 6.25vw, 6rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PTB_s_sp {
    padding-block: clamp(2rem, 4.1666666667vw, 4rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PTB_xs_sp {
    padding-block: clamp(1rem, 2.0833333333vw, 2rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PTB_xxs_sp {
    padding-block: clamp(0.5rem, 1.0416666667vw, 1rem);
  }
}

/* ==========================================
  sec_PT
========================================== */
/* default */
.sec_PT {
  padding-top: clamp(10rem, 6.25vw, 12rem);
}
@media screen and (max-width: 960px) {
  .sec_PT {
    padding-top: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

/* size */
.sec_PT_l {
  padding-top: clamp(8rem, 5.2083333333vw, 10rem);
}
@media screen and (max-width: 960px) {
  .sec_PT_l {
    padding-top: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

.sec_PT_m {
  padding-top: clamp(6rem, 4.1666666667vw, 8rem);
}
@media screen and (max-width: 960px) {
  .sec_PT_m {
    padding-top: clamp(4rem, 6.25vw, 6rem);
  }
}

.sec_PT_s {
  padding-top: clamp(4rem, 3.125vw, 6rem);
}
@media screen and (max-width: 960px) {
  .sec_PT_s {
    padding-top: clamp(2rem, 4.1666666667vw, 4rem);
  }
}

.sec_PT_xs {
  padding-top: clamp(2rem, 2.0833333333vw, 4rem);
}
@media screen and (max-width: 960px) {
  .sec_PT_xs {
    padding-top: clamp(1rem, 2.0833333333vw, 2rem);
  }
}

.sec_PT_xxs {
  padding-top: clamp(1rem, 1.0416666667vw, 2rem);
}
@media screen and (max-width: 960px) {
  .sec_PT_xxs {
    padding-top: clamp(0.5rem, 1.0416666667vw, 1rem);
  }
}

/* PC only */
@media screen and (min-width: 961px) {
  .sec_PT_pc {
    padding-top: clamp(10rem, 6.25vw, 12rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PT_l_pc {
    padding-top: clamp(8rem, 5.2083333333vw, 10rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PT_m_pc {
    padding-top: clamp(6rem, 4.1666666667vw, 8rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PT_s_pc {
    padding-top: clamp(2rem, 2.0833333333vw, 4rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PT_xs_pc {
    padding-top: clamp(1rem, 1.0416666667vw, 2rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PT_xxs_pc {
    padding-top: clamp(1rem, 1.0416666667vw, 2rem);
  }
}

/* SP only */
@media screen and (max-width: 960px) {
  .sec_PT_sp {
    padding-top: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PT_l_sp {
    padding-top: clamp(6rem, 8.3333333333vw, 8rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PT_m_sp {
    padding-top: clamp(4rem, 6.25vw, 6rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PT_s_sp {
    padding-top: clamp(2rem, 4.1666666667vw, 4rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PT_xs_sp {
    padding-top: clamp(1rem, 2.0833333333vw, 2rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PT_xxs_sp {
    padding-top: clamp(0.5rem, 1.0416666667vw, 1rem);
  }
}

/* none */
@media screen and (max-width: 960px) {
  .sec_PT_sp_none {
    padding-top: 0;
  }
}

/* ==========================================
  sec_PB
========================================== */
/* default */
.sec_PB {
  padding-bottom: clamp(10rem, 6.25vw, 12rem);
}
@media screen and (max-width: 960px) {
  .sec_PB {
    padding-bottom: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

/* size */
.sec_PB_l {
  padding-bottom: clamp(8rem, 5.2083333333vw, 10rem);
}
@media screen and (max-width: 960px) {
  .sec_PB_l {
    padding-bottom: clamp(6rem, 8.3333333333vw, 8rem);
  }
}

.sec_PB_m {
  padding-bottom: clamp(6rem, 4.1666666667vw, 8rem);
}
@media screen and (max-width: 960px) {
  .sec_PB_m {
    padding-bottom: clamp(4rem, 6.25vw, 6rem);
  }
}

.sec_PB_s {
  padding-bottom: clamp(4rem, 3.125vw, 6rem);
}
@media screen and (max-width: 960px) {
  .sec_PB_s {
    padding-bottom: clamp(2rem, 4.1666666667vw, 4rem);
  }
}

.sec_PB_xs {
  padding-bottom: clamp(2rem, 2.0833333333vw, 4rem);
}
@media screen and (max-width: 960px) {
  .sec_PB_xs {
    padding-bottom: clamp(1rem, 2.0833333333vw, 2rem);
  }
}

.sec_PB_xxs {
  padding-bottom: clamp(1rem, 1.0416666667vw, 2rem);
}
@media screen and (max-width: 960px) {
  .sec_PB_xxs {
    padding-bottom: clamp(0.5rem, 1.0416666667vw, 1rem);
  }
}

/* PC only */
@media screen and (min-width: 961px) {
  .sec_PB_pc {
    padding-bottom: clamp(10rem, 6.25vw, 12rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PB_l_pc {
    padding-bottom: clamp(8rem, 5.2083333333vw, 10rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PB_m_pc {
    padding-bottom: clamp(6rem, 4.1666666667vw, 8rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PB_s_pc {
    padding-bottom: clamp(2rem, 2.0833333333vw, 4rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PB_xs_pc {
    padding-bottom: clamp(1rem, 1.0416666667vw, 2rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_PB_xxs_pc {
    padding-bottom: clamp(1rem, 1.0416666667vw, 2rem);
  }
}

/* SP only */
@media screen and (max-width: 960px) {
  .sec_PB_sp {
    padding-bottom: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PB_l_sp {
    padding-bottom: clamp(6rem, 8.3333333333vw, 8rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PB_m_sp {
    padding-bottom: clamp(4rem, 6.25vw, 6rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PB_s_sp {
    padding-bottom: clamp(2rem, 4.1666666667vw, 4rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PB_xs_sp {
    padding-bottom: clamp(1rem, 2.0833333333vw, 2rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_PB_xxs_sp {
    padding-bottom: clamp(0.5rem, 1.0416666667vw, 1rem);
  }
}

/* none */
@media screen and (max-width: 960px) {
  .sec_PB_sp_none {
    padding-bottom: 0;
  }
}

/* ==========================================
  sec_MTB
========================================== */
/* default */
.sec_MTB {
  margin-block: clamp(10rem, 6.25vw, 12rem);
}
@media screen and (max-width: 960px) {
  .sec_MTB {
    margin-block: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

/* size */
.sec_MTB_l {
  margin-block: clamp(8rem, 5.2083333333vw, 10rem);
}
@media screen and (max-width: 960px) {
  .sec_MTB_l {
    margin-block: clamp(6rem, 8.3333333333vw, 8rem);
  }
}

.sec_MTB_m {
  margin-block: clamp(6rem, 4.1666666667vw, 8rem);
}
@media screen and (max-width: 960px) {
  .sec_MTB_m {
    margin-block: clamp(4rem, 6.25vw, 6rem);
  }
}

.sec_MTB_s {
  margin-block: clamp(4rem, 3.125vw, 6rem);
}
@media screen and (max-width: 960px) {
  .sec_MTB_s {
    margin-block: clamp(2rem, 4.1666666667vw, 4rem);
  }
}

.sec_MTB_xs {
  margin-block: clamp(2rem, 2.0833333333vw, 4rem);
}
@media screen and (max-width: 960px) {
  .sec_MTB_xs {
    margin-block: clamp(1rem, 2.0833333333vw, 2rem);
  }
}

.sec_MTB_xxs {
  margin-block: clamp(1rem, 1.0416666667vw, 2rem);
}
@media screen and (max-width: 960px) {
  .sec_MTB_xxs {
    margin-block: clamp(0.5rem, 1.0416666667vw, 1rem);
  }
}

/* PC only */
@media screen and (min-width: 961px) {
  .sec_MTB_pc {
    margin-block: clamp(8rem, 5.2083333333vw, 10rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MTB_l_pc {
    margin-block: clamp(6rem, 4.1666666667vw, 8rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MTB_m_pc {
    margin-block: clamp(4rem, 3.125vw, 6rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MTB_s_pc {
    margin-block: clamp(4rem, 3.125vw, 6rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MTB_xs_pc {
    margin-block: clamp(2rem, 2.0833333333vw, 4rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MTB_xxs_pc {
    margin-block: clamp(1rem, 1.0416666667vw, 2rem);
  }
}

/* SP only */
@media screen and (max-width: 960px) {
  .sec_MTB_sp {
    margin-block: clamp(10rem, 12.5vw, 12rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MTB_l_sp {
    margin-block: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MTB_m_sp {
    margin-block: clamp(4rem, 6.25vw, 6rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MTB_s_sp {
    margin-block: clamp(2rem, 4.1666666667vw, 4rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MTB_xs_sp {
    margin-block: clamp(1rem, 2.0833333333vw, 2rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MTB_xxs_sp {
    margin-block: clamp(0.5rem, 1.0416666667vw, 1rem);
  }
}

/* ==========================================
  sec_MT
========================================== */
/* default */
.sec_MT {
  margin-top: clamp(10rem, 6.25vw, 12rem);
}
@media screen and (max-width: 960px) {
  .sec_MT {
    margin-top: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

/* size */
.sec_MT_l {
  margin-top: clamp(8rem, 5.2083333333vw, 10rem);
}
@media screen and (max-width: 960px) {
  .sec_MT_l {
    margin-top: clamp(6rem, 8.3333333333vw, 8rem);
  }
}

.sec_MT_m {
  margin-top: clamp(6rem, 4.1666666667vw, 8rem);
}
@media screen and (max-width: 960px) {
  .sec_MT_m {
    margin-top: clamp(4rem, 6.25vw, 6rem);
  }
}

.sec_MT_s {
  margin-top: clamp(4rem, 3.125vw, 6rem);
}
@media screen and (max-width: 960px) {
  .sec_MT_s {
    margin-top: clamp(2rem, 4.1666666667vw, 4rem);
  }
}

.sec_MT_xs {
  margin-top: clamp(2rem, 2.0833333333vw, 4rem);
}
@media screen and (max-width: 960px) {
  .sec_MT_xs {
    margin-top: clamp(1rem, 2.0833333333vw, 2rem);
  }
}

.sec_MT_xxs {
  margin-top: clamp(1rem, 1.0416666667vw, 2rem);
}
@media screen and (max-width: 960px) {
  .sec_MT_xxs {
    margin-top: clamp(0.5rem, 1.0416666667vw, 1rem);
  }
}

/* PC only */
@media screen and (min-width: 961px) {
  .sec_MT_pc {
    margin-top: clamp(10rem, 6.25vw, 12rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MT_l_pc {
    margin-top: clamp(8rem, 5.2083333333vw, 10rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MT_m_pc {
    margin-top: clamp(6rem, 4.1666666667vw, 8rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MT_s_pc {
    margin-top: clamp(4rem, 3.125vw, 6rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MT_xs_pc {
    margin-top: clamp(2rem, 2.0833333333vw, 4rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MT_xxs_pc {
    margin-top: clamp(1rem, 1.0416666667vw, 2rem);
  }
}

/* SP only */
@media screen and (max-width: 960px) {
  .sec_MT_sp {
    margin-top: clamp(10rem, 12.5vw, 12rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MT_l_sp {
    margin-top: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MT_m_sp {
    margin-top: clamp(4rem, 6.25vw, 6rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MT_s_sp {
    margin-top: clamp(2rem, 4.1666666667vw, 4rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MT_xs_sp {
    margin-top: clamp(1rem, 2.0833333333vw, 2rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MT_xxs_sp {
    margin-top: clamp(0.5rem, 1.0416666667vw, 1rem);
  }
}

/* none */
@media screen and (max-width: 960px) {
  .sec_MT_sp_none {
    margin-top: 0;
  }
}

/* ==========================================
  sec_MB
========================================== */
/* default */
.sec_MB {
  margin-bottom: clamp(10rem, 6.25vw, 12rem);
}
@media screen and (max-width: 960px) {
  .sec_MB {
    margin-bottom: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

/* size */
.sec_MB_l {
  margin-bottom: clamp(8rem, 5.2083333333vw, 10rem);
}
@media screen and (max-width: 960px) {
  .sec_MB_l {
    margin-bottom: clamp(6rem, 8.3333333333vw, 8rem);
  }
}

.sec_MB_m {
  margin-bottom: clamp(6rem, 4.1666666667vw, 8rem);
}
@media screen and (max-width: 960px) {
  .sec_MB_m {
    margin-bottom: clamp(4rem, 6.25vw, 6rem);
  }
}

.sec_MB_s {
  margin-bottom: clamp(4rem, 3.125vw, 6rem);
}
@media screen and (max-width: 960px) {
  .sec_MB_s {
    margin-bottom: clamp(2rem, 4.1666666667vw, 4rem);
  }
}

.sec_MB_xs {
  margin-bottom: clamp(2rem, 2.0833333333vw, 4rem);
}
@media screen and (max-width: 960px) {
  .sec_MB_xs {
    margin-bottom: clamp(1rem, 2.0833333333vw, 2rem);
  }
}

.sec_MB_xxs {
  margin-bottom: clamp(1rem, 1.0416666667vw, 2rem);
}
@media screen and (max-width: 960px) {
  .sec_MB_xxs {
    margin-bottom: clamp(0.5rem, 1.0416666667vw, 1rem);
  }
}

/* PC only */
@media screen and (min-width: 961px) {
  .sec_MB_pc {
    margin-bottom: clamp(10rem, 6.25vw, 12rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MB_l_pc {
    margin-bottom: clamp(8rem, 5.2083333333vw, 10rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MB_m_pc {
    margin-bottom: clamp(4rem, 3.125vw, 6rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MB_s_pc {
    margin-bottom: clamp(4rem, 3.125vw, 6rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MB_xs_pc {
    margin-bottom: clamp(2rem, 2.0833333333vw, 4rem);
  }
}

@media screen and (min-width: 961px) {
  .sec_MB_xxs_pc {
    margin-bottom: clamp(1rem, 1.0416666667vw, 2rem);
  }
}

/* SP only */
@media screen and (max-width: 960px) {
  .sec_MB_sp {
    margin-bottom: clamp(10rem, 12.5vw, 12rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MB_l_sp {
    margin-bottom: clamp(8rem, 10.4166666667vw, 10rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MB_m_sp {
    margin-bottom: clamp(4rem, 6.25vw, 6rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MB_s_sp {
    margin-bottom: clamp(2rem, 4.1666666667vw, 4rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MB_xs_sp {
    margin-bottom: clamp(1rem, 2.0833333333vw, 2rem);
  }
}

@media screen and (max-width: 960px) {
  .sec_MB_xxs_sp {
    margin-bottom: clamp(0.5rem, 1.0416666667vw, 1rem);
  }
}

/* none */
@media screen and (max-width: 960px) {
  .sec_MB_sp_none {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 960px) {
  .sec_MT_sp_none {
    margin-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .sec_MB_sp_none {
    margin-bottom: 0;
  }
}

/*==========================================
 独自のマウスカーソルを作成
===========================================*/
/*デフォルトのマウスカーソルを非表示にする*/
@media screen and (min-width: 961px) {
  /*独自のマウスカーソルを作成*/
  .cursor {
    position: fixed;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(204, 204, 204, 0.5);
    z-index: 100000;
    transition: background 0.5s, width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transform: translate(0, 0);
    pointer-events: none;
  }
  /*aタグにホバーした時に見た目変化*/
  .cursor.cursor--hover {
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    background: rgba(204, 204, 204, 0.5);
  }
}
/*==========================================
 モデルハウス
===========================================*/
.sec-modelRgl {
  margin-top: clamp(100px, 20vw, 200px);
}
.sec-modelRgl .wrapB {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-modelRgl .wrapB {
    min-height: 100vh;
  }
}
.sec-modelRgl .model-lead {
  font-size: clamp(3.6rem, 9vw, 17rem);
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 800;
  line-height: 0.8;
  position: relative;
  z-index: 2;
}
.sec-modelRgl .model-ttl {
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.sec-modelRgl .model-ttl .ttlMain {
  font-size: clamp(2.4rem, 3vw, 5rem);
  font-weight: 800;
}
.sec-modelRgl .model-img {
  width: 70%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .sec-modelRgl .model-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    max-width: none;
    margin: 0;
  }
}
.sec-modelRgl .model-img li {
  position: relative;
  width: 60%;
}
.sec-modelRgl .model-img li:nth-of-type(1) {
  transform: rotate(15deg);
  z-index: 1;
  margin: 0 0 0 auto;
}
.sec-modelRgl .model-img li:nth-of-type(2) {
  margin-top: -52%;
}
.sec-modelRgl .model-img li:nth-of-type(3) {
  transform: rotate(-5deg);
  margin: -35% 10% 0 auto;
}
@media screen and (min-width: 961px) {
  .sec-modelRgl .model-img li {
    width: auto;
  }
  .sec-modelRgl .model-img li:nth-of-type(2) {
    left: -83%;
  }
  .sec-modelRgl .model-img li:nth-of-type(3) {
    margin: -60% 0 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .sec-modelRgl .model-mainCts {
    margin-top: clamp(30px, 6vw, 60px);
    max-width: 445px;
    width: 45%;
  }
}
.sec-modelRgl .model-mainCts .sec-ttl {
  margin-bottom: clamp(40px, 8vw, 80px);
}
.sec-modelRgl .model-mainCts .borderlessBtn {
  margin-top: clamp(40px, 8vw, 80px);
}

/*==========================================
 家づくりの流れ
===========================================*/
.sec-flowRgl a {
  display: block;
  color: #fff;
  position: relative;
  clip-path: inset(0);
  z-index: 1;
  height: 150vh;
}
.sec-flowRgl a::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/common/bg-flow.webp") no-repeat center/cover;
  z-index: -1;
}
.sec-flowRgl .wrapB {
  position: sticky;
  top: 50vh;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
.sec-flowRgl.is-mask-light a::before {
  background: linear-gradient(rgba(15, 20, 30, 0.5), rgba(15, 20, 30, 0.5)), url("../img/common/bg-flow.webp") no-repeat center/cover;
  background-blend-mode: multiply;
}
.sec-flowRgl.is-mask-dark a::before {
  background: linear-gradient(rgba(10, 15, 25, 0.65), rgba(10, 15, 25, 0.65)), url("../img/common/bg-flow.webp") no-repeat center/cover;
  background-blend-mode: multiply;
}
.sec-flowRgl .flow-ttl {
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.5em;
}
.sec-flowRgl .flow-subttl {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.1em;
  font-size: clamp(2rem, 3vw, 3.6rem);
  text-align: center;
}
.sec-flowRgl .flow-txt {
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  margin: clamp(40px, 8vw, 80px) auto;
}
@media screen and (min-width: 768px) {
  .sec-flowRgl .flow-txt {
    text-align: center;
  }
}
.sec-flowRgl .flow-ttlEn {
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(7rem, 10vw, 17rem);
  font-weight: 800;
  text-align: center;
  line-height: 1;
}
.sec-flowRgl .flow-ttlEn span {
  transition: 0.3s ease-in-out;
  opacity: 0;
  display: inline-block;
}
.sec-flowRgl .flow-ttlEn.show span {
  animation: spinText 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  opacity: 1;
}
.sec-flowRgl .flow-ttlEn_accent {
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(7rem, 10vw, 17rem);
  font-weight: 800;
  text-align: center;
  line-height: 1;
  color: #FF4E00;
}
.sec-flowRgl .flow-ttlEn_accent span {
  transition: 0.3s ease-in-out;
  opacity: 0;
  display: inline-block;
}
.sec-flowRgl .flow-ttlEn_accent.show span {
  animation: spinText 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  opacity: 1;
}
.sec-flowRgl .borderlessBtn {
  margin: clamp(40px, 15vw, 150px) auto 0;
}

@keyframes spinText {
  0% {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}

/*# sourceMappingURL=common.css.map */
