@charset "UTF-8";
/* ===================================================================
CSS information

file name  : first_load_top.css
author     : Abilive
style info : TOP用first_load
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeUp {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
/* ===================================================================
CSS information

file name  : default.css
author     : Abilive
style info : 汎用リセット記述
=================================================================== */
html,
article,
aside,
audio,
blockquote,
body,
dd,
dialog,
div,
dl,
dt,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
input,
li,
mark,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
time,
ul,
video,
main {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: "";
}

embed,
object {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

abbr,
acronym,
fieldset,
img {
  border: 0;
}

li {
  list-style-type: none;
}

sup {
  vertical-align: super;
  font-size: 0.5em;
}

img {
  vertical-align: top;
}

i {
  font-style: normal;
}

svg {
  vertical-align: middle;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
main {
  display: block;
}

nav,
ul {
  list-style: none;
}

:root {
  --color-text: #010101;
  --color-line: #ccc;
  --color-cv: #009987;
  --color-bg: #000;
  --bg-grd: url(../images/common/pattern_wt.png), linear-gradient(111.59deg, #258579 25.37%, #009987 46.92%, #1e776d 80.63%);
}

html {
  letter-spacing: -.03em;
}
@media only screen and (min-width: 768px) {
  html {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  html {
    line-height: 1.85;
  }
}
@media only screen and (min-width: 1441px) {
  html {
    font-size: calc(16 / 16 * 100%);
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  html {
    font-size: calc((16 - 1) / 16 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  html {
    font-size: calc(14 / 16 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  html {
    font-size: calc((14 - 1) / 16 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: calc((14 - 1) / 16 * 100%);
  }
}

body {
  color: var(--color-text);
  position: relative;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
body a {
  color: inherit;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
  line-height: 1;
}

*:focus-visible {
  outline: 3px solid #009987;
  outline-offset: 1px;
}

body,
pre,
input,
textarea,
select {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
  color: var(--color-text);
}

input,
select,
textarea {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    transform: scale(0.8);
    transform-origin: 0 50%;
  }
}

* {
  box-sizing: border-box;
}

#svg_defs {
  display: none;
}

#abi_page {
  max-width: 2560px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #abi_page {
    font-size: 100% !important;
  }
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  body .view_pcl {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .view_pcl {
    display: none !important;
  }
}
@media only screen and (min-width: 1441px) {
  body .view_pcs {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .view_pcs {
    display: none !important;
  }
}

svg {
  width: 1em;
  height: 1em;
  fill: inherit;
}

.ic_down,
.ic_lt,
.ic_rt {
  width: .75em;
  height: .75em;
}

.ic_lt {
  transform: scaleX(-1);
}

img {
  width: 100%;
}
img.lazyload, img.lazyloading {
  opacity: 0;
  visibility: hidden;
}
img.lazyloaded {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out;
  height: auto;
}
img[loading=lazy] {
  width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media only screen and (max-width: 767px) {
  .sp-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.jump_menu {
  display: none;
}

button {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  color: initial;
}
button::-ms-expand {
  display: none;
}

.js-swiper-wrp [class*=" js-swiper-"]:not(.js-swiper-column):not(.swiper-initialized) .swiper-wrapper .swiper-slide:not(:first-child), .js-swiper-wrp [class^="js-swiper-"]:not(.js-swiper-column):not(.swiper-initialized) .swiper-wrapper .swiper-slide:not(:first-child) {
  display: none;
}

.align_c {
  text-align: center;
  justify-content: center;
}
.align_c > * {
  text-align: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .align_pt_c {
    text-align: center;
    justify-content: center;
  }
  .align_pt_c > * {
    text-align: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .align_sp_c {
    text-align: center;
    justify-content: center;
  }
  .align_sp_c > * {
    text-align: center;
    justify-content: center;
  }
}

.flex-txt > .wide {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .flex-txt.pt {
    display: flex;
    flex-wrap: wrap;
  }
}
.flex-txt.all {
  display: flex;
  flex-wrap: wrap;
}
.flex-txt.sp {
  display: flex;
  flex-wrap: wrap;
}

.break-br {
  word-break: keep-all;
}

.tmp_att {
  font-size: 0.79rem;
}

.fadeUp {
  transition: 0.5s cubic-bezier(0.3, 0.57, 0.64, 0.84) opacity 0.5s, 0.5s cubic-bezier(0.3, 0.57, 0.64, 0.84) transform 0.5s;
}
.fadeUp.lazyload {
  transform: translateY(50px);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .fadeUp.lazyload {
    transform: translateY(1.5em);
  }
}
.fadeUp.lazyloaded {
  transform: translateY(0);
  opacity: 1;
}

.fadeIn {
  transition: opacity 0.5s cubic-bezier(0.3, 0.57, 0.64, 0.84) 0.75s;
}
.fadeIn.lazyload {
  opacity: 0;
}
.fadeIn.lazyloaded {
  opacity: 1;
}
.fadeIn.delay1 {
  transition-delay: 1s;
}

.txt_blur {
  transition: filter 0.5s cubic-bezier(0.3, 0.57, 0.64, 0.84) 0.75s, opacity 0.5s cubic-bezier(0.3, 0.57, 0.64, 0.84) 0.75s;
}
.txt_blur.lazyload {
  opacity: 0;
  filter: blur(1em);
}
.txt_blur.lazyloaded {
  opacity: 1;
  filter: blur(0);
}

.tmp_txt_wt {
  color: #fff;
}
.tmp_txt_wt [class*="tmp_st"] > span:not(.c_cv) {
  color: #fff;
}
.tmp_txt_wt .tmp_btn_base .a {
  border-color: #fff;
}
.tmp_txt_wt .tmp_btn_base .a > svg {
  fill: #fff;
}
.mouse .tmp_txt_wt .tmp_btn_base .a:hover, .touch .tmp_txt_wt .tmp_btn_base .a.touchstart {
  background-color: #fff;
  color: var(--color-text);
}
.mouse .tmp_txt_wt .tmp_btn_base .a:hover > svg, .touch .tmp_txt_wt .tmp_btn_base .a.touchstart > svg {
  fill: var(--color-text);
}
.touch .tmp_txt_wt .tmp_btn_base .a {
  -webkit-tap-highlight-color: transparent;
}
.touch .tmp_txt_wt .tmp_btn_base .a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

:root {
  --color-corporate-cv: #ba9e67 !important;
  --color-corporate-bg: #858585 !important;
  --bg-corporate-grd: url(../images/common/pattern_wt.png), linear-gradient(90deg, #856d3c 0%, #b99e67 57%, #b49c6b 100%);
  --nav-h-pc: 5.71rem;
  --nav-h-tab: 5.71rem;
  --nav-h-sp: 4.5em;
  --nav-fix-h-pc: 3.57rem;
  --nav-fix-h-tab: 3.57rem;
  --nav-fix-h-sp: 4.5em;
}

body {
  background: url(../images/home/bg_pt_gray.jpg) repeat;
}

[class*="tmp_st"] .jp_sub, [class*="tmp_st"] .jp {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
[class*="tmp_st"] .en_sub, [class*="tmp_st"] .en {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
[class*="tmp_st"] .c_wt {
  color: #fff;
}
[class*="tmp_st"] .c_cv {
  color: var(--color-corporate-cv);
}
[class*="tmp_st"].tate .zen, [class*="tmp_st"].tate .jp {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  font-feature-settings: normal;
}
[class*="tmp_st"].tate .en_sub {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
  font-feature-settings: normal;
}
@media only screen and (min-width: 768px) {
  [class*="tmp_st"].tate_pt .zen, [class*="tmp_st"].tate_pt .jp {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    text-align: left;
    display: inline-block;
    font-feature-settings: normal;
  }
  [class*="tmp_st"].tate_pt .en_sub {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-align: left;
    display: inline-block;
    font-feature-settings: normal;
  }
}
[class*="tmp_st"].set, [class*="tmp_st"].set_pt {
  display: flex;
  align-items: flex-start;
}
[class*="tmp_st"].set .en_sub, [class*="tmp_st"].set_pt .en_sub {
  line-height: 1.1;
  order: -1;
  display: inline-block;
}
[class*="tmp_st"].set .zen, [class*="tmp_st"].set .jp, [class*="tmp_st"].set_pt .zen, [class*="tmp_st"].set_pt .jp {
  line-height: 1;
  display: inline-block;
}
@media only screen and (min-width: 1025px) {
  [class*="tmp_st"].set .en_sub {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [class*="tmp_st"].set .en_sub {
    margin-right: 0.75em;
  }
}
@media only screen and (max-width: 767px) {
  [class*="tmp_st"].set .en_sub {
    margin-right: 0.75em;
  }
}
[class*="tmp_st"].set .inner {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1025px) {
  [class*="tmp_st"].set .inner .jp:nth-child(n+2) {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [class*="tmp_st"].set .inner .jp:nth-child(n+2) {
    margin-right: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  [class*="tmp_st"].set .inner .jp:nth-child(n+2) {
    margin-right: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  [class*="tmp_st"].set_pt {
    flex-direction: column;
  }
  [class*="tmp_st"].set_pt .jp {
    margin-top: .2em;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) {
  [class*="tmp_st"].set_pt .en_sub {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  [class*="tmp_st"].set_pt .en_sub {
    margin-right: 0.75em;
  }
}
@media only screen and (min-width: 768px) {
  [class*="tmp_st"].set_pt .inner {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) {
  [class*="tmp_st"].set_pt .inner .jp:nth-child(n+2) {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  [class*="tmp_st"].set_pt .inner .jp:nth-child(n+2) {
    margin-right: 0.3em;
  }
}

@media only screen and (min-width: 1025px) {
  .tmp_st_l .zen, .tmp_st_l .jp {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st_l .zen, .tmp_st_l .jp {
    font-size: 2.36rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st_l .zen, .tmp_st_l .jp {
    font-size: 2.14rem;
  }
}
@media only screen and (min-width: 1025px) {
  .tmp_st_l .en_sub {
    font-size: 1.43rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st_l .en_sub {
    font-size: 1.36rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st_l .en_sub {
    font-size: 1.29rem;
  }
}

.tmp_st_m .zen, .tmp_st_m .jp {
  line-height: 1.5;
}
@media only screen and (min-width: 1025px) {
  .tmp_st_m .zen, .tmp_st_m .jp {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st_m .zen, .tmp_st_m .jp {
    font-size: 1.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st_m .zen, .tmp_st_m .jp {
    font-size: 1.71rem;
  }
}

.tmp_st_s .zen, .tmp_st_s .jp {
  line-height: 1.5;
}
@media only screen and (min-width: 1025px) {
  .tmp_st_s .zen, .tmp_st_s .jp {
    font-size: 1.43rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st_s .zen, .tmp_st_s .jp {
    font-size: 1.36rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st_s .zen, .tmp_st_s .jp {
    font-size: 1.29rem;
  }
}

.tmp_st_ms .zen, .tmp_st_ms .jp {
  line-height: 1.5;
}
@media only screen and (min-width: 1025px) {
  .tmp_st_ms .zen, .tmp_st_ms .jp {
    font-size: 1.29rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st_ms .zen, .tmp_st_ms .jp {
    font-size: 1.21rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st_ms .zen, .tmp_st_ms .jp {
    font-size: 1.14rem;
  }
}

.btn_menu {
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.btn_menu .ic {
  display: flex;
  align-items: center;
  transition: height .3s ease-in-out;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .btn_menu .ic {
    height: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn_menu .ic {
    height: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .btn_menu .ic {
    width: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn_menu .ic {
    width: 60%;
  }
}
.btn_menu .ic > span {
  width: 100%;
  transition: background-color .3s ease-in-out;
  background-color: var(--color-text);
  height: 1px;
}
.btn_menu .ic > span::before, .btn_menu .ic > span::after {
  content: "";
  transition: transform .2s ease, top .2s ease 0.2s, background-color .3s ease-in-out;
  background-color: var(--color-text);
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
.btn_menu .ic > span::before {
  top: 0%;
  transform: translateY(-100%);
}
.btn_menu .ic > span::after {
  width: 100%;
  top: 100%;
}
.is-popup-active .btn_menu.js-popup-open .ic > span, .is-popup-active .btn_menu.js-popup-close .ic > span {
  background-color: transparent !important;
}
.is-popup-active .btn_menu.js-popup-open .ic > span::before, .is-popup-active .btn_menu.js-popup-open .ic > span::after, .is-popup-active .btn_menu.js-popup-close .ic > span::before, .is-popup-active .btn_menu.js-popup-close .ic > span::after {
  background-color: var(--color-text);
  transition: transform .2s ease 0.2s, top .2s ease;
}
.is-popup-active .btn_menu.js-popup-open .ic > span::before, .is-popup-active .btn_menu.js-popup-close .ic > span::before {
  transform-origin: center center;
  transform: rotate(20deg);
  top: 50%;
}
.is-popup-active .btn_menu.js-popup-open .ic > span::after, .is-popup-active .btn_menu.js-popup-close .ic > span::after {
  transform-origin: center center;
  transform: rotate(-20deg);
  top: 50%;
  width: 100%;
  max-width: 100%;
}

.wrp_header {
  transition: transform .4s ease-in-out, opacity .4s ease-in-out;
  transition: transform .4s ease-in-out, opacity .4s ease-in-out;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .wrp_header {
    height: var(--nav-h-pc);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header {
    height: var(--nav-h-tab);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header {
    height: var(--nav-h-sp);
  }
}

@media only screen and (min-width: 1025px) {
  .parts_fixed #header .wrp_header {
    height: var(--nav-fix-h-pc);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .parts_fixed #header .wrp_header {
    height: var(--nav-fix-h-tab);
  }
}
@media only screen and (max-width: 767px) {
  .parts_fixed #header .wrp_header {
    height: var(--nav-fix-h-sp);
  }
}

html.is-fix {
  overflow: hidden;
}

.wrp_loading {
  background-repeat: repeat;
  background-size: inherit;
  background-position: top;
  background-color: #c6986f;
  transition: opacity 1.5s cubic-bezier(0.3, 0.61, 0.73, 0.82);
  overflow: hidden;
  position: fixed;
  z-index: 100000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.wrp_loading:not(.lazyload) {
  background-image: url(../images/common/load_pattern.png);
}
.wrp_loading .con_loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .wrp_loading .con_loading {
    flex-direction: column;
    padding: 3em 0;
  }
}
.wrp_loading .con_loading .load_st {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_st {
    margin-right: calc(-80 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_st {
    width: calc(180 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_loading .con_loading .load_st {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_st {
    min-width: 9.28rem;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_loading .con_loading .load_st {
    justify-content: center;
  }
}
.wrp_loading .con_loading .load_st > .inner {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_st > .inner {
    width: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_loading .con_loading .load_st > .inner {
    width: 6em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_st > .inner {
    height: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_loading .con_loading .load_st > .inner {
    height: 18em;
  }
}
.wrp_loading .con_loading .load_st .jp {
  opacity: 0;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  font-feature-settings: normal;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 1025px) {
  .wrp_loading .con_loading .load_st .jp {
    font-size: 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_loading .con_loading .load_st .jp {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_loading .con_loading .load_st .jp {
    font-size: 1.71rem;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_st .jp + .jp {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_loading .con_loading .load_st .jp + .jp {
    margin-top: 1em;
  }
}
.wrp_loading .con_loading .load_st .show1 {
  transition: opacity 1s cubic-bezier(0.3, 0.61, 0.73, 0.82) 0s;
}
.wrp_loading .con_loading .load_st .show2 {
  transition: opacity 1s cubic-bezier(0.3, 0.61, 0.73, 0.82) 0.85s;
}
.wrp_loading .con_loading .load_map {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_map {
    width: calc(880 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_loading .con_loading .load_map {
    width: 88%;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_map {
    align-items: center;
    height: 100vh;
    order: -1;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_loading .con_loading .load_map {
    margin-top: 1em;
    justify-content: flex-end;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1500px) {
  .wrp_loading .con_loading .load_map {
    max-width: 1200px;
  }
}
.wrp_loading .con_loading .load_map figure {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_map figure {
    width: calc(842 / 880 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_loading .con_loading .load_map figure {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_map figure {
    margin-right: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    height: auto;
  }
}
.wrp_loading .con_loading .load_map figure img {
  display: block;
  height: auto;
  width: 100%;
}
.wrp_loading .con_loading .load_map figcaption {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_map figcaption {
    margin-right: 1.42rem;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_map figcaption {
    font-size: 0.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_loading .con_loading .load_map figcaption {
    font-size: 0.93rem;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_map figcaption {
    position: absolute;
    left: -3rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    text-align: end;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1500px) {
  .wrp_loading .con_loading .load_map figcaption {
    height: 95vh;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_loading .con_loading .load_map figcaption span {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    text-align: left;
    display: inline-block;
    font-feature-settings: normal;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_loading .con_loading .load_map figcaption {
    padding: .5em .5em 0 0;
    text-align: right;
  }
}
.wrp_loading.is-hidden {
  opacity: 0;
}
.wrp_loading.is-none {
  display: none;
}
.wrp_loading.is-text-show .load_st .jp {
  opacity: 1;
}

.wrp_home_fv {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wrp_home_fv::after {
  content: "";
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .wrp_home_fv::after {
    padding-bottom: calc(750 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_home_fv::after {
    padding-bottom: 42.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_home_fv::after {
    padding-bottom: calc(700 / 640 * 100%);
  }
}
.wrp_home_fv .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 13.78rem;
}
.wrp_home_fv video {
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .wrp_home_fv video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_home_fv video {
    bottom: 0;
    top: 0;
    --z: 0%;
    height: 100%;
    transform: translateY(-50%);
    width: calc(100% + var(--z));
    height: calc(100% + var(--z));
    left: calc(var(--z) / 2 * -1);
    right: calc(var(--z) / 2 * -1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_home_fv video {
    --z: 45%;
    top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_home_fv video {
    --z: 165%;
    top: 50%;
  }
}
.wrp_home_fv .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.3, 0.61, 0.73, 0.82) 1s;
}
.is-start .wrp_home_fv .bg {
  opacity: 0;
}
.wrp_home_fv .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.con_fix_menu {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .con_fix_menu {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 7.14rem;
    box-shadow: 0 1.36em 0.79em rgba(0, 0, 0, 0.02), 0 0.57em 0.57em rgba(0, 0, 0, 0.03), 0 0.14em 0.36em rgba(0, 0, 0, 0.03);
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_menu {
    display: flex;
  }
}
.con_fix_menu .box_fix_menu {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_fix_menu .box_fix_menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_menu .box_fix_menu.yado {
    width: 72%;
  }
  .con_fix_menu .box_fix_menu.hagiyaki {
    width: 25%;
    margin-left: 3%;
  }
}
.con_fix_menu .box_fix_menu a {
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text);
}
@media only screen and (min-width: 768px) {
  .con_fix_menu .box_fix_menu a {
    min-height: 4.28rem;
  }
  .mouse .con_fix_menu .box_fix_menu a {
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
  .mouse .con_fix_menu .box_fix_menu a:hover, .touch .con_fix_menu .box_fix_menu a.touchstart {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .touch .con_fix_menu .box_fix_menu a {
    -webkit-tap-highlight-color: transparent;
  }
  .touch .con_fix_menu .box_fix_menu a.touchend {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
}
.con_fix_menu .box_fix_menu .menu_rsv {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_fix_menu .box_fix_menu .menu_rsv {
    width: 94%;
    margin: 0 0 1.25em 4%;
  }
}
.con_fix_menu .box_fix_menu .menu_rsv a {
  margin-right: auto;
  margin-left: auto;
  background: var(--bg-corporate-grd);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_fix_menu .box_fix_menu .menu_rsv a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_fix_menu .box_fix_menu .menu_rsv a {
    border-radius: 0.35rem;
    width: calc(80 / 100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_menu .box_fix_menu .menu_rsv a {
    min-height: 3.21rem;
    border-radius: 3.21rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_fix_menu .box_fix_menu .menu_item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_menu .box_fix_menu .menu_item {
    width: 50%;
  }
}
.con_fix_menu .box_fix_menu .menu_item.yado {
  position: relative;
}
.con_fix_menu .box_fix_menu .menu_item.yado:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .con_fix_menu .box_fix_menu .menu_item.yado:nth-child(n+2)::before {
    margin-right: auto;
    margin-left: auto;
    width: 70%;
    border-top: 1px dashed #ABABAB;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_menu .box_fix_menu .menu_item.yado:nth-child(n+2)::before {
    border-right: 1px dashed #ABABAB;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 65%;
    margin: auto 0;
  }
}
.mouse .con_fix_menu .box_fix_menu .menu_item.yado a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .con_fix_menu .box_fix_menu .menu_item.yado a:hover, .touch .con_fix_menu .box_fix_menu .menu_item.yado a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_fix_menu .box_fix_menu .menu_item.yado a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_fix_menu .box_fix_menu .menu_item.yado a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) {
  .con_fix_menu .box_fix_menu .menu_item.hagiyaki {
    border-top: 1px solid #ABABAB;
    margin-top: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_menu .box_fix_menu .menu_item.hagiyaki {
    border-left: 1px solid #ABABAB;
    width: 100%;
    height: 100%;
  }
  .con_fix_menu .box_fix_menu .menu_item.hagiyaki a {
    height: 100%;
  }
  .mouse .con_fix_menu .box_fix_menu .menu_item.hagiyaki a {
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
  .mouse .con_fix_menu .box_fix_menu .menu_item.hagiyaki a:hover, .touch .con_fix_menu .box_fix_menu .menu_item.hagiyaki a.touchstart {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .touch .con_fix_menu .box_fix_menu .menu_item.hagiyaki a {
    -webkit-tap-highlight-color: transparent;
  }
  .touch .con_fix_menu .box_fix_menu .menu_item.hagiyaki a.touchend {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
}
.con_fix_menu .box_fix_menu .menu_item a {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_fix_menu .box_fix_menu .menu_item a {
    padding: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_menu .box_fix_menu .menu_item a {
    padding: 1em 0;
  }
}
.con_fix_menu .box_fix_menu .menu_item a .name {
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .con_fix_menu .box_fix_menu .menu_item a .name {
    justify-content: center;
  }
  .con_fix_menu .box_fix_menu .menu_item a .name .s {
    margin-right: .5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_fix_menu .box_fix_menu .menu_item a .name .s {
    font-size: 0.79rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_menu .box_fix_menu .menu_item a .name .s {
    font-size: 0.93rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_fix_menu .box_fix_menu .menu_item a .name .l {
    font-size: 0.93rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_menu .box_fix_menu .menu_item a .name .l {
    font-size: 1.07rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_fix_menu .box_fix_menu .menu_item a .name .kana {
    font-size: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_menu .box_fix_menu .menu_item a .name .kana {
    font-size: 0.71rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_fix_menu .box_fix_menu .menu_item a .name .kana {
    margin-right: -1.5em;
    margin-left: -1.5em;
    transform: scale(0.9);
    transform-origin: center;
  }
}
