/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

img,
embed,
object,
video {
  max-width: 100%;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
}

input, button, select {
  vertical-align: middle;
  border-radius: 0;
  box-sizing: border-box;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  white-space: normal;
  outline: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
}

*:before, *:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

br {
  font-size: 0;
}

::-moz-selection {
  background: #231815;
  color: #FFFFFF;
}

::selection {
  background: #231815;
  color: #FFFFFF;
}

input::-moz-selection, textarea::-moz-selection {
  color: #DDDDDD;
}

input::selection, textarea::selection {
  color: #DDDDDD;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  padding: 0;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smooth: antialiased;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  font-size: 1.4rem;
  color: #231815;
}
body.is-fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.4rem;
}

input,
button,
select,
textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus,
div:focus,
aside:focus {
  outline: none;
}

a {
  color: #000;
  text-decoration: underline;
}

a.is-hover {
  text-decoration: none;
}

br.is-pcbr {
  display: block;
}

br.is-spbr {
  display: none;
}

br.is-tabbr {
  display: none;
}

br.is-spsbr {
  display: none;
}

@media screen and (max-width: 1023px) {
  br.is-pcbr {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  br.is-tabbr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  br.is-spbr {
    display: block;
  }
}
@media screen and (max-width: 410px) {
  br.is-spsbr {
    display: block;
  }
}
/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.l-container {
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }
}

.l-footer {
  display: block;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 10rem 0;
}
@media only screen and (max-width: 1023px) {
  .l-footer {
    margin: 0 auto;
    width: 100%;
    padding: 5rem 0 1.6rem;
  }
}

.l-footer__inner {
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto;
}

.l-home-mv {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.l-home-lead {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.l-home-gallery {
  padding-top: 12rem;
}

.l-home-instagram {
  padding: 15rem 0;
}
@media only screen and (max-width: 767px) {
  .l-home-instagram {
    padding: 5.6rem 0 7.2rem;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  transform-origin: top left;
  background: #FFFFFF;
}

/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.c-home-mv {
  width: 100%;
  position: relative;
}

.c-home-mv__logo {
  position: absolute;
  width: 100%;
  top: 2.4rem;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-home-mv__logo {
    top: 10vw;
  }
}
@media only screen and (max-width: 520px) {
  .c-home-mv__logo {
    top: 2rem;
  }
}

.c-home-mv__logo__en {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: url(../img/logo_en.svg);
  background-position: center center;
  background-size: contain;
  aspect-ratio: 630/32;
  max-width: 63rem;
  width: 32.4vw;
  margin: 0 auto 2.4rem;
}
@media only screen and (max-width: 1023px) {
  .c-home-mv__logo__en {
    width: 60vw;
  }
}
@media only screen and (max-width: 520px) {
  .c-home-mv__logo__en {
    max-width: 29rem;
    width: 100%;
  }
}

.c-home-mv__logo__ja {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: url(../img/logo_ja.svg);
  background-position: center center;
  background-size: contain;
  aspect-ratio: 600/123;
  max-width: 60rem;
  width: 30.9vw;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .c-home-mv__logo__ja {
    width: 50vw;
  }
}
@media only screen and (max-width: 520px) {
  .c-home-mv__logo__ja {
    margin-left: 2rem;
    max-width: 25.2rem;
    width: 100%;
  }
}

.c-home-mv__image {
  width: 100vw;
  z-index: 0;
  position: relative;
}
.c-home-mv__image picture {
  aspect-ratio: 1920/770;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-home-mv__image picture {
    aspect-ratio: 1/0.9;
  }
}
.c-home-mv__image picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-home-mv__image::after {
  background-image: url(../img/mv_wave.svg);
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.c-home-lead {
  background-color: #cdffff;
  position: relative;
  text-align: center;
  padding-bottom: 10rem;
  padding-top: 8rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.c-home-lead::after {
  width: 100%;
  position: absolute;
  content: "";
  display: block;
  height: 3.5rem;
  background-image: url(../img/lead_wave.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
}

.c-home-lead__copy {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: url(../img/lead_logo.svg);
  background-position: center center;
  background-size: contain;
  aspect-ratio: 464/154;
  max-width: 46.4rem;
  width: 24vw;
  margin: 0 auto 2.4rem;
}
@media only screen and (max-width: 1023px) {
  .c-home-lead__copy {
    max-width: 23.2rem;
    width: 100%;
  }
}

@media only screen and (max-width: 520px) {
  .c-home-lead__txt {
    font-size: 1.4rem;
  }
}

/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.c-home-instagram__ttl__sub {
  background-image: url(../img/instagram_subttl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 384/46;
  width: 38.4rem;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-home-instagram__ttl__sub {
    width: 21rem;
  }
}

.c-home-instagram__ttl__main {
  font-size: 4rem;
  color: #ff7588;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-home-instagram__ttl__main {
    font-size: 2.4rem;
  }
}

.c-home-instagram__viewmore {
  padding-top: 4.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-home-instagram__viewmore {
    padding-top: 2.4rem;
  }
}

.c-home-instagram__viewmore__btn {
  background: transparent;
  position: relative;
}

.c-home-instagram__images {
  padding-top: 4.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .c-home-instagram__images {
    padding-top: 2.4rem;
    gap: 0.4rem;
  }
}

.c-home-instagram__images__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
}
.c-home-instagram__images__item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-home-instagram__images__item.is-hover img {
  transform: scale(1.1);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.c-gallery-header {
  color: #ff7588;
  text-align: center;
  padding-bottom: 8rem;
}

.c-gallery-header__icon {
  background-image: url(../img/gallery_camera.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 450/224;
  display: block;
  width: 36rem;
  margin: 0 auto 0.8rem;
}
@media only screen and (max-width: 767px) {
  .c-gallery-header__icon {
    width: 22.5rem;
  }
}

.c-gallery-header__en {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .c-gallery-header__en {
    font-size: 2.7rem;
  }
}

.c-gallery-header__jp {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-gallery-header__jp {
    font-size: 1.2rem;
  }
}

.c-gallery-header__link {
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .c-gallery-header__link {
    padding-top: 2.4rem;
  }
}

/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.c-btn-arrow, .c-btn-arrow--bordernone {
  background: #FFFFFF;
  border: 0.1rem solid #ff7588;
  color: #ff7588;
  padding: 0.4rem 2.4rem 0.4rem 2.4rem;
  display: inline-block;
  position: relative;
  border-radius: 9999px;
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-btn-arrow span, .c-btn-arrow--bordernone span {
  display: inline-block;
  position: relative;
  padding-right: 1.6rem;
}
.c-btn-arrow.is-hover, .c-btn-arrow--bordernone.is-hover {
  background: #ff7588;
  color: #FFFFFF;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

.c-btn-arrow--bordernone {
  border: none;
}

.c-btn-arrow__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

.c-btn-arrow__shadow {
  position: relative;
  padding: 0.8rem 8rem 0.8rem 8rem;
  color: #ff7588;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-btn-arrow__shadow span {
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.c-btn-arrow__shadow i {
  z-index: 2;
}
.c-btn-arrow__shadow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: 100%;
  height: 100%;
  background: #aeffff;
  border-radius: 9999px;
  z-index: 0;
}
.c-btn-arrow__shadow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #ff7588;
  border-radius: 9999px;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-btn-arrow__shadow.is-hover {
  color: #FFFFFF;
  padding: 1.2rem 7.6rem 0.4rem 8.4rem;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.c-btn-arrow__shadow.is-hover::after {
  background: #ff7588;
  top: 0.4rem;
  left: 0.4rem;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

.c-btn-arrow__shadow__icon {
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.is-hover .c-btn-arrow__shadow__icon {
  right: 1rem;
  top: calc(50% + 0.4rem);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.c-icon--arrow {
  -webkit-clip-path: polygon(0 0, 86.6% 50%, 0 100%);
          clip-path: polygon(0 0, 86.6% 50%, 0 100%);
  aspect-ratio: 1;
  background-color: #ff7588;
}

.is-hover .c-icon--arrow--hover--w {
  background-color: #FFFFFF;
}

.is-hover .c-icon--arrow--hover--r {
  background-color: #ff7588;
}

.c-icon--arrow--light {
  aspect-ratio: 1;
  border-right: 0.1rem solid #ff7588;
  border-bottom: 0.1rem solid #ff7588;
  transform: rotate(-45deg);
}
.is-prev .c-icon--arrow--light {
  transform: rotate(135deg);
}
.is-hover .c-icon--arrow--light {
  border-color: #FFFFFF;
}

/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.c-gallery-slide {
  position: relative;
  padding: 8rem 0;
}
@media only screen and (max-width: 767px) {
  .c-gallery-slide {
    padding: 4rem 0;
  }
}
.c-gallery-slide::before {
  content: "";
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #AFFFAA;
  display: block;
  position: absolute;
  top: 0;
}
.c-gallery-slide.is-shinkamigoto::before {
  background-color: #acffff;
}
.c-gallery-slide.is-ojika::before {
  background-color: #ffd1ff;
}

.c-gallery-slide__head {
  position: relative;
  display: grid;
  grid-template: "logo ttl" auto "logo desc" 1fr/16rem 1fr;
  max-width: 60.4rem;
  width: 100%;
  margin: 0 auto;
  color: #808080;
  gap: 0.8rem 4.8rem;
}
@media only screen and (max-width: 767px) {
  .c-gallery-slide__head {
    grid-template: "logo" auto "ttl" auto "desc" 1fr/1fr;
    max-width: 100%;
    padding: 0 2.4rem;
  }
}

.c-gallery-slide__head__logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: logo;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .c-gallery-slide__head__logo {
    width: 12rem;
    justify-self: center;
  }
}

.c-gallery-slide__head__ttl {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: ttl;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-gallery-slide__head__ttl {
    font-size: 2rem;
    padding-top: 1.6rem;
  }
}

.c-gallery-slide__head__desc {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: desc;
  text-align: left;
  font-weight: 500;
}

@media only screen and (max-width: 767px){
  .c-gallery-slide__head__logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .c-gallery-slide__head__ttl {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-gallery-slide__head__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-gallery-slide__head__desc {
    font-size: 1.5rem;
  }
}

/*-----------------------------------------
slider
-----------------------------------------*/
.c-gallery-slide__slider__wrap {
  position: relative;
}

.c-gallery-slide__sliderlogo {
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
  display: inline-block;
}
.is-goto .c-gallery-slide__sliderlogo {
  background-image: url(../img/gallery_txt_goto.svg);
  width: 17.3rem;
  aspect-ratio: 300/81;
}
@media only screen and (max-width: 767px) {
  .is-goto .c-gallery-slide__sliderlogo {
    width: auto;
    height: 2.2rem;
  }
}
.is-shinkamigoto .c-gallery-slide__sliderlogo {
  background-image: url(../img/gallery_txt_shinkamigoto.svg);
  width: 49.2rem;
  aspect-ratio: 492/45;
}
@media only screen and (max-width: 767px) {
  .is-shinkamigoto .c-gallery-slide__sliderlogo {
    width: auto;
    height: 2.2rem;
  }
}
.is-ojika .c-gallery-slide__sliderlogo {
  background-image: url(../img/gallery_txt_ojika.svg);
  width: 18.1rem;
  aspect-ratio: 181/45;
}
@media only screen and (max-width: 767px) {
  .is-ojika .c-gallery-slide__sliderlogo {
    width: auto;
    height: 2.2rem;
  }
}

.c-gallery-slide__slider {
  position: relative;
  padding-top: 3.2rem;
}

.c-gallery-slide__slider__item {
  max-width: 61.4rem;
}
.c-gallery-slide__slider__item figure {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.c-gallery-slide__slider__item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-gallery-slide__slidenav {
  position: absolute;
  max-width: 67.6rem;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-25%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-gallery-slide__slidenav {
    width: calc(100% + 3.2rem);
    transform: translateX(-50%) translateY(0%);
  }
}

.c-gallery-slide__slidenav__item {
  border: 0.1rem solid #ff7588;
  width: 6.2rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #AFFFAA;
  padding-right: 0.6rem;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
@media only screen and (max-width: 767px) {
  .c-gallery-slide__slidenav__item {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.is-shinkamigoto .c-gallery-slide__slidenav__item {
  background: #acffff;
}
.is-ojika .c-gallery-slide__slidenav__item {
  background: #ffd1ff;
}
.c-gallery-slide__slidenav__item.is-prev {
  padding-left: 0.6rem;
  padding-right: 0;
}
.c-gallery-slide__slidenav__item.is-hover {
  background: #ff7588;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.c-gallery-slide__slidenav__item i {
  width: 1.2rem;
  display: block;
}

/*-----------------------------------------
link
-----------------------------------------*/
.c-gallery-slide__link {
  padding-top: 6.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-gallery-slide__link {
    padding-top: 3.2rem;
  }
}

/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.c-access__ttl {
  padding-bottom: 3.2rem;
}

.c-access__ttl__en {
  background-image: url(../img/access_ttl_en.svg);
  width: 45rem;
  aspect-ratio: 450/68;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 0.4rem;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .c-access__ttl__en {
    margin-top: 0.8rem;
    width: 23.8rem;
  }
}

.c-access__ttl__jp {
  font-size: 2.4rem;
  color: #ff7588;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-access__ttl__jp {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

.c-access__inner {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .c-access__inner {
    padding-top: 3.2rem;
    padding-bottom: 6.4rem;
  }
}
.c-access__inner::before {
  content: "";
  display: block;
  background-color: #ebebec;
  width: 200vw;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  .c-access__inner::before {
    width: 300vw;
  }
}
@media only screen and (max-width: 1023px) {
  .c-access__inner::before {
    width: 400vw;
  }
}

.c-access__point {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .c-access__point {
    grid-template-columns: 1fr;
  }
}

.c-access__point__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-access__point__item__flg {
  width: 10rem;
  position: relative;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .c-access__point__item__flg {
    width: 5.6rem;
  }
}
.c-access__point__item__flg span {
  border: 0.1rem solid #ff7588;
  color: #ff7588;
  display: flex;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .c-access__point__item__flg span {
    font-size: 1.5rem;
  }
}
.c-access__point__item__flg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  background: #afffaa;
  border-radius: 9999px;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.c-access__point__catch {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #ff7588;
  margin-bottom: 0.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-access__point__catch {
    font-size: 1.6rem;
  }
  .c-access__point__catch br {
    display: none;
  }
}

.c-access__point__txt {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .c-access__point__txt {
    font-size: 1.5rem;
  }
}

/*-----------------------------------------
map
-----------------------------------------*/
.c-access__map {
  position: relative;
  margin-right: -18rem;
  margin-left: -4rem;
  padding-top: 8rem;
}
@media only screen and (max-width: 1200px) {
  .c-access__map {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-access__map {
    padding-top: 2.4rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.c-access__map picture {
  width: 100%;
}

/*-----------------------------------------
method
-----------------------------------------*/
.c-access__method {
  position: relative;
}
.c-access__method.is-plane {
  padding-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .c-access__method.is-ferry {
    padding-top: 3.2rem;
  }
  .c-access__method.is-plane {
    padding-top: 7.2rem;
  }
}

.c-access__method__ttl {
  border-bottom: 0.2rem solid #ff7588;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 7.2rem;
  color: #ff7588;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .c-access__method__ttl {
    margin-bottom: 2.4rem;
    padding-left: 5.2rem;
    font-size: 1.5rem;
  }
}
.c-access__method__ttl::before {
  content: "";
  display: block;
  width: 6rem;
  aspect-ratio: 60/48;
  background-image: url(../img/access_icon_ship.svg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .c-access__method__ttl::before {
    width: 3.8rem;
  }
}
.is-plane .c-access__method__ttl::before {
  background-image: url(../img/access_icon_plane.svg);
}

.c-access__method__company__route {
  display: block;
}

.c-access__method__wrap {
  display: grid;
  grid-template: "nomo gotosangyo" auto "kyushu kyushu" auto/1fr 1fr;
  gap: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .c-access__method__wrap {
    grid-template: "nomo" auto "gotosangyo" auto "kyushu" auto/1fr;
    gap: 4.8rem;
  }
}
.is-plane .c-access__method__wrap {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .is-plane .c-access__method__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-access__method__company {
    padding: 0 2.4rem;
  }
}
.c-access__method__company.is-nomo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: nomo;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-access__method__company.is-gotosangyo {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: gotosangyo;
  border-left: 0.2rem dotted #ff7588;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-access__method__company.is-gotosangyo {
    padding-top: 3.2rem;
    border-left: none;
    border-top: 0.2rem dotted #ff7588;
  }
}
.c-access__method__company.is-kyushu {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: kyushu;
  border-top: 0.2rem dotted #ff7588;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px){
  .c-access__method__company.is-nomo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-access__method__company.is-gotosangyo {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .c-access__method__company.is-kyushu {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.is-plane .c-access__method__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .is-plane .c-access__method__company {
    padding-bottom: 3.2rem;
    padding-top: 2.4rem;
  }
}
.is-plane .c-access__method__company:not(:first-of-type) {
  border-left: 0.2rem dotted #ff7588;
}
@media only screen and (max-width: 767px) {
  .is-plane .c-access__method__company:not(:first-of-type) {
    border-left: none;
    border-top: 0.2rem dotted #ff7588;
  }
}

.c-access__method__company__name {
  font-size: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  border-bottom: 0.4rem solid #ff7588;
  color: #ff7588;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .c-access__method__company__name {
    font-size: 2.4rem;
  }
}
.c-access__method__company__name.is-pink {
  border-color: #ff3fff;
}
.c-access__method__company__name.is-red {
  border-color: #ff0000;
}
.c-access__method__company__name.is-green {
  border-color: #00b300;
}
.c-access__method__company__name.is-blue {
  border-color: #005eff;
}

.c-access__method__company__route {
  padding-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .c-access__method__company__route {
    width: 100%;
    display: block;
  }
  .c-access__method__company__route img {
    width: 100%;
  }
  .is-nomo .c-access__method__company__route {
    width: 50%;
  }
}

.c-access__method__company__routebox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  padding-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .c-access__method__company__routebox {
    width: 100%;
  }
}
.c-access__method__company__routebox figure {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-access__method__company__routebox figure {
    width: 100%;
    display: block;
  }
  .c-access__method__company__routebox figure img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-access__method__company__routebox {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.c-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c-loading__inner {
  position: relative;
  width: 100px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}

.c-loading__bar {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #cdffff;
  display: block;
  width: 100%;
  height: 0%;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.c-loading__bar::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100vw;
  height: 40px;
  background-image: url(../img/lead_wave.svg);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 40px;
  -webkit-animation: wave_anim 4s infinite ease-in-out;
          animation: wave_anim 4s infinite ease-in-out;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 0;
}

.c-loading__txt {
  font-size: 1.2rem;
  color: #ff7588;
  -webkit-animation: 1s infinite loadingTxt;
  animation: 1s infinite loadingTxt;
}

@-webkit-keyframes loadingTxt {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  50% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
  }
}
@keyframes loadingTxt {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  50% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
  }
}
/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.p-header {
  position: relative;
  z-index: 1;
}

/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.p-footer {
  text-align: center;
  color: #ff7588;
}
@media only screen and (max-width: 767px) {
  .p-footer {
    text-align: left;
  }
}

.p-footer__sitename {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1023px) {
  .p-footer__sitename {
    font-size: 1.8rem;
  }
}

.p-footer__information {
  font-size: 1.5rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .p-footer__information {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
}

.p-footer__copyright {
  font-size: 1rem;
  color: #231815;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .p-footer__copyright {
    text-align: center;
  }
}

/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.p-hambnav {
  display: block;
  width: 7.8rem;
  aspect-ratio: 78/54;
  background-image: url(../img/hamb_bg.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.p-hambnav::after, .p-hambnav::before, .p-hambnav span {
  display: block;
  background: #ff7588;
  width: 50%;
  height: 2px;
  position: absolute;
  right: 0.8rem;
  top: 45%;
  content: "";
}
.p-hambnav::after {
  transform: translateY(-1rem);
}
.p-hambnav::before {
  transform: translateY(1rem);
}
.p-hambnav.is-hover {
  background-image: url(../img/hamb_bg_r.svg);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.p-hambnav.is-hover::after, .p-hambnav.is-hover::before, .p-hambnav.is-hover span {
  background: #FFFFFF;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.p-hambnav.is-open span {
  opacity: 0;
}
.p-hambnav.is-open::after {
  transform: translateY(0) rotate(40deg);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.p-hambnav.is-open::before {
  transform: translateY(0) rotate(-40deg);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

/*レスポンシブ用*/
:root {
  --container-width: 85.0rem;
}

.p-spnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: #cdffff;
  display: none;
  flex-direction: column;
  padding-top: 4rem;
  overflow-y: scroll;
}

.p-spnav__logo {
  width: 30.6rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-spnav__logo {
    width: 100%;
    padding-right: 12rem;
    padding-left: 1.6rem;
  }
}

.p-spnav__logo__en {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: url(../img/logo_en.svg);
  background-position: center center;
  background-size: contain;
  aspect-ratio: 630/32;
  width: 100%;
  margin-bottom: 1.2rem;
}

.p-spnav__logo__ja {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: url(../img/logo_ja.svg);
  background-position: center center;
  background-size: contain;
  aspect-ratio: 600/123;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-spnav__logo__ja {
    width: 65%;
    margin-right: auto;
    margin-left: 0;
  }
}

.p-spnav__list {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.p-spnav__list__item {
  padding-bottom: 4rem;
}
.p-spnav__list__item > a {
  border-bottom: 0.2rem solid #ff7588;
  font-size: 2.4rem;
  text-decoration: none;
  color: #ff7588;
  font-weight: 500;
}
.p-spnav__list__item > a.is-hover {
  border-bottom: none;
}
.p-spnav__list__item ul {
  padding-top: 0.4rem;
}
.p-spnav__list__item ul a {
  font-size: 1.5rem;
  color: #ff7588;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-spnav__list__item ul a {
    font-size: 2rem;
  }
}
.p-spnav__list__item ul a.is-hover {
  text-decoration: underline;
}

.u-home__themes {
  margin: 0 auto;
  max-width: 72rem;
  width: 100%;
}
