@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-txt-pri03: #333;
  --color-gray01: #f5f5f5;
  --color-gray02: #DDD;
  --color-gray03: #aaa;
  --color-gray04: #888;
  --color-gray05: #666;
  --color-gray06: #1c1c1c;
  --color-cv: #194B4B;
  --color-hotel-cv: #2F6669;
  --color-hotel-cv2: #226666;
  --color-hotel-sub: #88B3B5;
  --bg-cv: url(../../../../files/images/common/pattern_wt.png), linear-gradient(110.45deg, #2a6a6a 25.25%, #1d5858 41.38%, #194b4b 67.42%, #124a4a 81.85%);
  --bg-gray1: url(../../../files/images/common/pattern_gray1.png) #f5f5f5 repeat top;
  --bg-gray2: url(../../../files/images/common/pattern_gray2.png) #ebebeb repeat top;
  --nav-h-pc: 3.57rem;
  --nav-h-tab: 3.57rem;
  --nav-h-sp: 6em;
  --nav-fix-h-pc: 3.57rem;
  --nav-fix-h-tab: 3.57rem;
  --nav-fix-h-sp: 4em;
}

html {
  letter-spacing: 0;
}

body {
  background: var(--bg-gray2);
}

#abi_page {
  max-width: none;
}

[class*="tmp_st"] .jp_sub, [class*="tmp_st"] .jp {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
}
[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;
  font-weight: 300;
}
[class*="tmp_st"] .c_wt {
  color: #fff;
}
[class*="tmp_st"] .c_cv {
  color: var(--color-cv);
}
[class*="tmp_st"] .c_sub {
  color: var(--color-hotel-sub);
}
[class*="tmp_st"] .ic_dot {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  [class*="tmp_st"] .ic_dot {
    padding-top: 1.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [class*="tmp_st"] .ic_dot {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  [class*="tmp_st"] .ic_dot {
    padding-top: 1rem;
  }
}
[class*="tmp_st"] .ic_dot::before {
  content: "";
  background-color: var(--color-hotel-cv);
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
[class*="tmp_st"] .cate {
  font-size: 0.86rem;
  color: #fff;
  display: inline-block;
  background-color: var(--color-cv);
  line-height: 1.1;
  padding: .2em .75em .3em;
}
[class*="tmp_st"].set {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  [class*="tmp_st"].set {
    flex-direction: column;
  }
}
[class*="tmp_st"].set .en, [class*="tmp_st"].set .en_sub {
  line-height: 1.1;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  [class*="tmp_st"].set .en, [class*="tmp_st"].set .en_sub {
    margin-left: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  [class*="tmp_st"].set .en, [class*="tmp_st"].set .en_sub {
    margin-left: 0.5em;
  }
}
[class*="tmp_st"].set .jp {
  line-height: 1.2;
  display: inline-block;
}
[class*="tmp_st"].set .cate {
  display: inline-block;
}
@media only screen and (min-width: 1025px) {
  [class*="tmp_st"].set .cate {
    margin-right: .75rem;
  }
}
@media only screen and (max-width: 1024px) {
  [class*="tmp_st"].set .cate {
    margin-bottom: .75rem;
  }
}
[class*="tmp_st"].set_landscape {
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  [class*="tmp_st"].set_landscape:has(.en_sub) .jp {
    margin-top: 1.07rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [class*="tmp_st"].set_landscape:has(.en_sub) .jp {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  [class*="tmp_st"].set_landscape:has(.en_sub) .jp {
    margin-top: 0.75rem;
  }
}
[class*="tmp_st"].set_landscape .en_sub {
  order: -1;
}
[class*="tmp_st"].set_landscape.align_c {
  align-items: center;
}

@media only screen and (min-width: 1025px) {
  .tmp_st_xl .en {
    font-size: 3.21rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st_xl .en {
    font-size: 2.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st_xl .en {
    font-size: 2.86rem;
  }
}

@media only screen and (min-width: 1025px) {
  .tmp_st_l .jp {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st_l .jp {
    font-size: 1.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st_l .jp {
    font-size: 1.71rem;
  }
}
@media only screen and (min-width: 1025px) {
  .tmp_st_l .jp_sub {
    font-size: 1.79rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st_l .jp_sub {
    font-size: 1.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st_l .jp_sub {
    font-size: 1.43rem;
  }
}
@media only screen and (min-width: 1025px) {
  .tmp_st_l .en, .tmp_st_l .en_sub {
    font-size: 1.43rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st_l .en, .tmp_st_l .en_sub {
    font-size: 1.36rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st_l .en, .tmp_st_l .en_sub {
    font-size: 1.29rem;
  }
}
@media only screen and (min-width: 1025px) {
  .tmp_st_l .en:not(.ic_dot), .tmp_st_l .en_sub:not(.ic_dot) {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st_l .en:not(.ic_dot), .tmp_st_l .en_sub:not(.ic_dot) {
    font-size: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st_l .en:not(.ic_dot), .tmp_st_l .en_sub:not(.ic_dot) {
    font-size: 2.14rem;
  }
}

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

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

.tmp_st_ms .jp {
  font-size: 1.29rem;
  line-height: 1.5;
}

.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: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .btn_menu .ic {
    width: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn_menu .ic {
    width: 3.75em;
  }
}
@media only screen and (max-width: 767px) {
  .btn_menu .ic {
    margin-right: auto;
    margin-left: auto;
  }
}
.btn_menu .ic > span {
  width: 100%;
  transition: background-color .3s ease-in-out;
  background-color: #fff;
  height: 2px;
}
.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: #fff;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.btn_menu .ic > span::before {
  top: 0%;
  transform: translateY(-100%);
}
.btn_menu .ic > span::after {
  width: 100%;
  top: 100%;
}

#abi_page:has(> .micromodal-slide.is-open) .btn_menu .ic {
  height: 100%;
}
#abi_page:has(> .micromodal-slide.is-open) .btn_menu .ic > span {
  background-color: transparent !important;
}
#abi_page:has(> .micromodal-slide.is-open) .btn_menu .ic > span::before, #abi_page:has(> .micromodal-slide.is-open) .btn_menu .ic > span::after {
  transition: transform .2s ease 0.2s, top .2s ease;
}
#abi_page:has(> .micromodal-slide.is-open) .btn_menu .ic > span::before {
  transform-origin: center center;
  transform: rotate(40deg);
  top: 50%;
}
#abi_page:has(> .micromodal-slide.is-open) .btn_menu .ic > span::after {
  transform-origin: center center;
  transform: rotate(-40deg);
  top: 50%;
  width: 100%;
  max-width: 100%;
}

.header {
  position: relative;
}

.wrp_header {
  transition: transform .4s ease-in-out, opacity .4s ease-in-out;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrp_header {
    top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header {
    top: 0;
  }
}
@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: 768px) {
  .wrp_header {
    position: absolute;
    z-index: 10;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header {
    position: relative;
    background: var(--bg-gray2);
  }
}
.wrp_header .con_header {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .wrp_header .con_header {
    width: calc(1360 / 1440 * 100%);
    margin-right: auto;
    margin-left: auto;
    max-width: 97.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header {
    align-items: center;
    width: 100%;
  }
}
.wrp_header .con_header .logo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .wrp_header .con_header .logo {
    width: 15.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .logo {
    width: 14.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .logo {
    width: 100%;
  }
}
.wrp_header .con_header .logo img {
  max-width: 288px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .logo img {
    display: block;
    width: calc(200 / 375 * 100%);
    margin: 0 auto;
  }
}
.wrp_header .con_header .logo a {
  display: block;
}
.mouse .wrp_header .con_header .logo 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 .wrp_header .con_header .logo a:hover, .touch .wrp_header .con_header .logo a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .wrp_header .con_header .logo a {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_header .con_header .logo a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_header .con_header .logo .kana {
  font-size: 0.71rem;
  font-weight: normal;
  line-height: 1.4;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .logo .kana {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_header .con_header .logo .kana {
    color: #fff;
    margin-top: .2em;
  }
}
.wrp_header .con_header a {
  text-decoration: none;
}
.wrp_header .con_header .box_h_nav {
  height: 100%;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .wrp_header .con_header .box_h_nav {
    margin-right: 2.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_h_nav {
    margin-right: 1.42rem;
  }
}
.wrp_header .con_header .box_h_nav ul {
  display: flex;
  height: 100%;
}
.wrp_header .con_header .box_h_nav ul li {
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .wrp_header .con_header .box_h_nav ul li:not(:last-child) {
    margin-right: 1.78rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_h_nav ul li:not(:last-child) {
    margin-right: 1.42rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .wrp_header .con_header .box_h_nav ul li:not(:last-child) {
    margin-left: 1.42rem;
  }
}
.wrp_header .con_header .box_h_nav ul li a {
  font-size: 1.14rem;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wrp_header .con_header .box_h_nav ul li a span {
  position: relative;
}
.wrp_header .con_header .box_h_nav ul li a span::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: opacity .3s ease;
  opacity: 0;
}
.mouse .wrp_header .con_header .box_h_nav ul li a:hover span::after, .touch .wrp_header .con_header .box_h_nav ul li a.touchstart span::after {
  opacity: 1;
}
.touch .wrp_header .con_header .box_h_nav ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_header .con_header .box_h_nav ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_header .con_header .btn_rsv {
  margin-right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wrp_header .con_header .btn_rsv a {
  padding: .6em;
  border-radius: 0.71rem;
  background: var(--bg-cv);
  line-height: 1;
  color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
}
.mouse .wrp_header .con_header .btn_rsv 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 .wrp_header .con_header .btn_rsv a:hover, .touch .wrp_header .con_header .btn_rsv a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .wrp_header .con_header .btn_rsv a {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_header .con_header .btn_rsv a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 1025px) {
  .wrp_header .con_header .btn_rsv a {
    font-size: 1.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .btn_rsv a {
    font-size: 1.07rem;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_header .con_header .btn_rsv a {
    min-width: 10rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .btn_rsv a {
    min-width: 7.85rem;
  }
}
.wrp_header .con_header .btn_lang {
  position: absolute;
  top: -2.15rem;
  z-index: 2;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .wrp_header .con_header .btn_lang {
    width: calc(1360 / 1440 * 100%);
    max-width: 97.14rem;
  }
}
.wrp_header .con_header .btn_lang > ul {
  color: #fff;
  display: flex;
  justify-content: flex-end;
}
.wrp_header .con_header .btn_lang > ul li:not(:last-child) {
  margin-right: 1em;
  position: relative;
}
.wrp_header .con_header .btn_lang > ul li:not(:last-child)::after {
  content: "/";
  color: #fff;
  position: absolute;
  right: -.8em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.wrp_header .con_header .btn_lang > ul a {
  font-size: 0.93rem;
  padding: .2em .5em;
  line-height: 1.2;
  position: relative;
  text-decoration: none;
}
.mouse .wrp_header .con_header .btn_lang > ul 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 .wrp_header .con_header .btn_lang > ul a:hover, .touch .wrp_header .con_header .btn_lang > ul a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .wrp_header .con_header .btn_lang > ul a {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_header .con_header .btn_lang > ul a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_header .con_header .btn_lang > ul a::after {
  content: "";
  background-color: #fff;
  width: 85%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin: 0 auto;
}
.wrp_header .con_header .btn_lang > ul a.is-active::after {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .parts_fixed #header .wrp_header {
    position: fixed;
    padding-top: 0;
    z-index: 99;
    animation-name: FadeIn;
    animation-duration: .75s;
    top: 0;
    background: linear-gradient(0, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0.1) 30%, rgba(1, 1, 1, 0.5) 100%);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .parts_fixed #header .wrp_header {
    height: var(--nav-fix-h-pc);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .parts_fixed #header .wrp_header {
    height: var(--nav-fix-h-tab);
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .parts_fixed #header .wrp_header {
    height: var(--nav-fix-h-sp);
  }
}
@media only screen and (min-width: 768px) {
  .parts_fixed #header .wrp_header .con_header .logo .kana {
    display: none;
  }
}

.fv_plain body:not(.parts_fixed) .wrp_header .box_h_nav ul li a {
  color: var(--color-text);
}
.fv_plain body:not(.parts_fixed) .wrp_header .box_h_nav ul li a span::after {
  background-color: var(--color-text);
}
.fv_plain body:not(.parts_fixed) .wrp_header .btn_menu .ic > span {
  background-color: var(--color-text);
}
.fv_plain body:not(.parts_fixed) .wrp_header .btn_menu .ic > span::before, .fv_plain body:not(.parts_fixed) .wrp_header .btn_menu .ic > span::after {
  background-color: var(--color-text);
}

.wrp_home_fv {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .wrp_home_fv {
    height: 100vh;
    min-height: 450px;
  }
}

.con_home_fv {
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.con_home_fv .box_text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .con_home_fv .box_text {
    bottom: 4.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_home_fv .box_text {
    bottom: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_home_fv .box_text {
    width: calc(1300 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_home_fv .box_text {
    width: 88%;
  }
}
@media only screen and (min-width: 768px) {
  .con_home_fv .box_text .tmp_st .jp {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .con_home_fv .box_text .tmp_st .jp {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1025px) {
  .con_home_fv .box_text .tmp_st .jp {
    font-size: 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_home_fv .box_text .tmp_st .jp {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_home_fv .box_text .tmp_st .jp {
    font-size: 1.57rem;
  }
}
.con_home_fv .box_fv_img {
  width: 100%;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .con_home_fv .box_fv_img {
    height: 100%;
    min-height: 100vh;
  }
}
.con_home_fv .box_fv_img .slide_inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .con_home_fv .box_fv_img .slide_inner {
    height: 100%;
  }
}
.con_home_fv .box_fv_img .slide_inner .swiper-slide {
  overflow: hidden;
  height: auto !important;
}
.con_home_fv .box_fv_img .slide_inner .swiper-slide .inner {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_home_fv .box_fv_img .slide_inner .swiper-slide .inner {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .con_home_fv .box_fv_img .slide_inner .swiper-slide .inner {
    position: relative;
  }
  .con_home_fv .box_fv_img .slide_inner .swiper-slide .inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .con_home_fv .box_fv_img .slide_inner .swiper-slide .inner::after {
    content: "";
    width: 100%;
    display: block;
  }
  .con_home_fv .box_fv_img .slide_inner .swiper-slide .inner::after {
    padding-bottom: calc(330 / 375 * 100%);
  }
}
.con_home_fv .box_fv_img .slide_inner .swiper-slide img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.con_home_fv .box_fv_img .slide_inner .swiper-slide.swiper-slide-active, .con_home_fv .box_fv_img .slide_inner .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1 !important;
}
.con_home_fv .box_fv_img .slide_inner .swiper-slide.swiper-slide-active img.lazyload, .con_home_fv .box_fv_img .slide_inner .swiper-slide.swiper-slide-active img.lazyloading, .con_home_fv .box_fv_img .slide_inner .swiper-slide.swiper-slide-duplicate-active img.lazyload, .con_home_fv .box_fv_img .slide_inner .swiper-slide.swiper-slide-duplicate-active img.lazyloading {
  opacity: 1;
  visibility: visible;
}
