@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
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,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  background-color: #31A2B1;
  color: white;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 1.5rem;
    /* スクロールバー全体 
    ::-webkit-scrollbar {
        width: 12px;
    }

    ::-webkit-scrollbar-track {
        background-color: transparent;
    }

    ::-webkit-scrollbar-thumb {
        background: #3a3a3a;
        border-radius: 12px;
        width: 6px;
        border: 2px solid transparent;
        box-sizing: border-box;
    }*/
  }
}

picture {
  display: block;
}
picture img {
  display: block;
  width: 100%;
  height: 100%;
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

section {
  position: relative;
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.4);
  color: black;
}

::selection {
  background: rgba(255, 255, 255, 0.4);
  color: black;
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.4);
  color: black;
}

section {
  position: relative;
}
section > *:not(figure) {
  position: relative;
  z-index: 5;
}

#fv {
  width: 100%;
  height: 8.53rem;
  position: relative;
  padding-top: 0.86rem;
}
@media screen and (min-width: 768px) {
  #fv {
    height: 50vw;
    margin-bottom: 27.7777777778vw;
  }
}
#fv #fv-kv {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: 100%;
  height: 9.02rem;
  transform: translateX(-50%);
  background-image: url("../img/fv/fv.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  #fv #fv-kv {
    width: 66.875vw;
    aspect-ratio: 963/1367;
    top: -2.91rem;
    left: unset;
    right: 0;
    transform: unset;
    height: auto;
  }
}
#fv #fv-bg1 {
  display: none;
}
@media screen and (min-width: 768px) {
  #fv #fv-bg1 {
    display: block;
    position: absolute;
    top: -1.26rem;
    left: -1.34rem;
    aspect-ratio: 1038/692;
    width: 10.38rem;
    background-image: url("../img/fv/fv_bg2.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#fv #fv-bg2 {
  position: absolute;
  background-image: url("../img/fv/fv_bg1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 6.64rem;
  left: 0;
  bottom: -4.91rem;
}
@media screen and (min-width: 768px) {
  #fv #fv-bg2 {
    width: 100%;
    height: auto;
    aspect-ratio: 1440/960;
    top: 5.96rem;
    bottom: unset;
  }
}
#fv #fv-bg3 {
  position: absolute;
  background-image: url("../img/fv/fv_bg3.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 15.92rem;
  left: 0;
  top: 2.8rem;
}
@media screen and (min-width: 768px) {
  #fv #fv-bg3 {
    top: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1440/2302;
  }
}
#fv .l-logo {
  width: 1.82rem;
  height: 2.7rem;
  margin: 0 auto 1.74rem;
}
@media screen and (min-width: 768px) {
  #fv .l-logo {
    width: 2.87rem;
    height: 4.26rem;
    width: 19.9305555556vw;
    height: 29.5833333333vw;
    position: absolute;
    margin: unset;
    top: 1.56rem;
    left: calc(50% - 43.0555555556vw);
  }
}
#fv .l-catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.11rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #fv .l-catch {
    text-align: left;
    font-size: 0.34rem;
    line-height: 0.48rem;
    position: absolute;
    margin: unset;
    position: absolute;
    top: 44.2361111111vw;
    left: calc(50% - 44.4444444444vw);
  }
}
#fv .l-open {
  width: 3.8rem;
  height: 0.95rem;
  position: absolute;
  top: 5.95rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #fv .l-open {
    width: 6.4rem;
    height: 1.6rem;
    top: 6.26rem;
    left: calc(50% - 1rem);
  }
}

#intro {
  padding-bottom: 1.03rem;
}
#intro .l-heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.22rem;
  line-height: 0.38rem;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  #intro .l-heading {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-bottom: 0.8rem;
  }
}
#intro .l-desc {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  #intro .l-desc {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
}
#intro .l-deco {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  #intro .l-deco {
    opacity: 1;
  }
}
#intro-deco1 {
  background-image: url("../img/intro/deco1.webp");
  top: 1.15rem;
  width: 1.2rem;
  height: 1.2rem;
  right: calc(50% + 0.28rem);
}
@media screen and (min-width: 768px) {
  #intro-deco1 {
    width: 2.6rem;
    height: 2.6rem;
    top: -1.56rem;
    right: calc(50% + 2.9rem);
  }
}
#intro-deco2 {
  background-image: url("../img/intro/deco2.webp");
  top: 1.34rem;
  width: 1.36rem;
  height: 1.36rem;
  left: calc(50% + 0.51rem);
}
@media screen and (min-width: 768px) {
  #intro-deco2 {
    width: 2.46rem;
    height: 2.46rem;
    top: -0.42rem;
    left: calc(50% + 3.69rem);
  }
}
#intro-deco3 {
  background-image: url("../img/intro/deco3.webp");
  top: 2.5rem;
  width: 1.16rem;
  height: 1.16rem;
  right: calc(50% + 0.79rem);
}
@media screen and (min-width: 768px) {
  #intro-deco3 {
    width: 2rem;
    height: 2rem;
    top: 1.56rem;
    right: calc(50% + 1.99rem);
  }
}
#intro-deco4 {
  background-image: url("../img/intro/deco4.webp");
  top: 3.01rem;
  width: 1.04rem;
  height: 1.04rem;
  left: calc(50% + 0.74rem);
}
@media screen and (min-width: 768px) {
  #intro-deco4 {
    width: 1.88rem;
    height: 1.88rem;
    top: 2.27rem;
    left: calc(50% + 2.36rem);
  }
}
#intro-deco5 {
  background-image: url("../img/intro/deco5.webp");
  top: 4.05rem;
  width: 1.1rem;
  height: 1.1rem;
  right: 50%;
}
@media screen and (min-width: 768px) {
  #intro-deco5 {
    width: 2rem;
    height: 2rem;
    top: 4rem;
    right: calc(50% + 3.3rem);
  }
}
#intro-deco6 {
  background-image: url("../img/intro/deco6.webp");
  top: 3.97rem;
  width: 1.2rem;
  height: 1.2rem;
  left: 50%;
}
@media screen and (min-width: 768px) {
  #intro-deco6 {
    width: 2.16rem;
    height: 2.16rem;
    top: 4.19rem;
    left: calc(50% + 3.91rem);
  }
}

#concept {
  padding-bottom: 3.9rem;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  #concept {
    padding-bottom: 1.68rem;
  }
}
#concept .c-heading--left {
  margin-bottom: 0.42rem;
}
@media screen and (min-width: 768px) {
  #concept .c-heading--left {
    margin-bottom: 0.52rem;
  }
}
#concept .l-top {
  position: relative;
  margin-bottom: 3.83rem;
}
@media screen and (min-width: 768px) {
  #concept .l-top {
    width: 4.8rem;
    margin-left: auto;
    margin-bottom: 1.94rem;
  }
}
#concept .l-top .l-heading {
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #concept .l-top .l-heading {
    margin-bottom: 0.4rem;
  }
}
#concept .l-bottom {
  position: relative;
}
@media screen and (min-width: 768px) {
  #concept .l-bottom {
    width: 100%;
  }
}
#concept .l-bottom .l-heading {
  margin-bottom: 3.51rem;
}
@media screen and (min-width: 768px) {
  #concept .l-bottom .l-heading {
    margin-bottom: 0.4rem;
  }
}
#concept .l-bottom .l-desc {
  width: 4.8rem;
}
#concept .l-heading {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.22rem;
  line-height: 0.38rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #concept .l-heading {
    font-size: 0.28rem;
    line-height: 0.43rem;
  }
}
#concept .l-desc {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.15rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #concept .l-desc {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
}
#concept .l-image {
  position: absolute;
  max-width: unset;
}
#concept .l-image figcaption {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  opacity: 0.2;
  position: absolute;
  left: 0.42rem;
  bottom: 0.31rem;
}
@media screen and (min-width: 768px) {
  #concept .l-image figcaption {
    gap: 0.06rem;
    left: 0.49rem;
    bottom: 0.43rem;
  }
}
#concept .l-image figcaption strong {
  font-family: "Marcellus", serif;
  font-size: 0.32rem;
  line-height: 0.4rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #concept .l-image figcaption strong {
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
}
#concept .l-image figcaption span {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.16rem;
  line-height: calc(0.24r * 1rem);
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #concept .l-image figcaption span {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#concept-image1 {
  width: 5.5rem;
  height: 4.13rem;
  bottom: -3.92rem;
  left: -1.33rem;
}
@media screen and (min-width: 768px) {
  #concept-image1 {
    width: 7.9rem;
    height: 5.93rem;
    top: -0.7rem;
    left: 0.25rem;
    transform: translateX(-100%);
  }
}
#concept-image2 {
  width: 6.19rem;
  height: 3.48rem;
  top: 1.05rem;
  left: -0.42rem;
}
@media screen and (min-width: 768px) {
  #concept-image2 {
    width: 9.09rem;
    height: 5.11rem;
    top: -1.11rem;
    left: 5.78rem;
  }
}
#concept-image3 {
  width: 5.74rem;
  height: 4.31rem;
  bottom: -3.93rem;
  left: -1.23rem;
}
@media screen and (min-width: 768px) {
  #concept-image3 {
    width: 7.78rem;
    height: 5.84rem;
    bottom: -1.32rem;
    left: 4.74rem;
  }
}

#about {
  padding-bottom: 1.12rem;
}
@media screen and (min-width: 768px) {
  #about {
    padding-bottom: 1.28rem;
  }
}
@media screen and (min-width: 768px) {
  #about::before {
    content: "";
    position: absolute;
    top: -2.88rem;
    width: 100%;
    aspect-ratio: 1440/960;
    background-image: url("../img/about/bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
  }
}
#about .c-heading--center {
  margin-bottom: 0.86rem;
}
#about .l-date {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: center;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #about .l-date {
    align-items: center;
    margin-bottom: 0.4rem;
  }
}
#about .l-date--main {
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
}
#about .l-date--main span {
  display: flex;
  align-items: baseline;
  gap: 0.04rem;
  font-family: "Marcellus", serif;
  font-size: 0.32rem;
  line-height: 0.4rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #about .l-date--main span {
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
}
#about .l-date--main span small {
  font-family: "Marcellus", serif;
  font-size: 0.15rem;
  line-height: 0.19rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #about .l-date--main span small {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
}
#about .l-date--main span b {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
#about .l-date--main strong {
  font-family: "Marcellus", serif;
  font-size: 0.24rem;
  line-height: 0.3rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #about .l-date--main strong {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
}
#about .l-date--desc {
  font-family: "Marcellus", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #about .l-date--desc {
    font-size: 0.24rem;
    line-height: 0.35rem;
    position: relative;
    bottom: 0.03rem;
  }
}
#about .l-content {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .l-content {
    width: 6rem;
    margin: auto;
  }
}
#about .l-content dl {
  padding-top: 0.24rem;
  padding-bottom: 0.28rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: center;
  text-align: center;
  border-top: 0.01rem solid white;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .l-content dl {
    padding-top: 0.27rem;
    padding-bottom: 0.3rem;
    flex-direction: row;
    align-items: flex-start;
  }
}
#about .l-content dl:nth-last-of-type(1) {
  padding-bottom: unset;
}
#about .l-content dl dt {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about .l-content dl dt {
    width: 1.57rem;
    flex: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
  }
}
#about .l-content dl dt small {
  position: absolute;
  bottom: 0.01rem;
  right: 0;
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #about .l-content dl dt small {
    position: initial;
    bottom: unset;
    right: unset;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#about .l-content dl dd {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .l-content dl dd {
    display: flex;
    align-items: baseline;
  }
}
#about .l-content dl dd strong {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  #about .l-content dl dd strong {
    display: inline;
  }
}
#about .l-content dl dd span {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 768px) {
  #about .l-content dl dd span {
    font-size: 0.2rem;
    line-height: 0.24rem;
    display: inline;
  }
}
#about .l-content dl dd small {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.08rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #about .l-content dl dd small {
    display: block;
    text-align: left;
  }
}
#about .l-content dl dd i {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.2rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.05rem;
  padding-right: 0.05rem;
  font-style: normal;
}
#about .l-content dl dd b {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: blcok;
}
#about .l-content dl dd sub {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.1rem;
  line-height: 0.16rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #about .l-content dl dd sub {
    font-size: 0.12rem;
  }
}
#about .l-content dl dd a {
  margin-top: 0.08rem;
  display: block;
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #about .l-content dl dd a {
    margin-top: unset;
    margin-left: 0.1rem;
  }
}
#about .l-table {
  width: 100%;
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #about .l-table {
    font-size: 0.2rem;
    line-height: 0.35rem;
  }
}
@media screen and (min-width: 768px) {
  #about .l-table p {
    font-size: 0.16rem;
    line-height: 0.2rem;
  }
}
#about .l-table tr {
  width: 100%;
  height: 0.5rem;
}
#about .l-table td {
  border: 0.01rem solid white;
  background: #227380;
  vertical-align: middle;
  white-space: nowrap;
}
#about .l-table td:nth-of-type(2) {
  width: 1.3rem;
}
#about .l-table td:nth-of-type(3) {
  width: 1.3rem;
}
#about .l-table td em {
  font-style: normal;
  font-size: 0.2rem;
  display: inline;
}
#about .l-table td[data-gray] {
  color: #1D1E24;
  background: #D6D3C8;
}

#map {
  padding-bottom: 0.8rem;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  #map {
    padding-bottom: 1.19rem;
    overflow-x: initial;
  }
}
@media screen and (min-width: 768px) {
  #map::before {
    content: "";
    position: absolute;
    top: -0.56rem;
    width: 100%;
    aspect-ratio: 1440/2266;
    background-image: url("../img/map/bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
  }
}
#map .c-heading--center {
  margin-bottom: 0.12rem;
}
@media screen and (min-width: 768px) {
  #map .c-heading--center {
    margin-bottom: 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  #map .c-deco--light {
    margin-bottom: -0.44rem;
  }
}
#map .l-map {
  width: 100%;
  height: 9.31rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #map .l-map {
    width: 7.72rem;
    height: 17.32rem;
  }
}

#nature {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #nature {
    padding-bottom: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #nature::before {
    content: "";
    position: absolute;
    top: 1.9rem;
    width: 100%;
    aspect-ratio: 1440/1712;
    background-image: url("../img/nature/bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
  }
}
#nature .c-heading--center {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #nature .c-heading--center {
    margin-bottom: 0.8rem;
  }
}
#nature .l-desc {
  margin-bottom: 0.48rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.18rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #nature .l-desc {
    margin-bottom: 0.8rem;
  }
}
#nature .l-slider {
  margin-bottom: 0.4rem;
}
#nature .l-slider .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #nature .l-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.93rem 0;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}
#nature .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
  align-items: center;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
#nature .l-wrapper picture {
  width: 2.78rem;
  height: 1.73rem;
  border: 0.01rem solid #CCAF6D;
}
@media screen and (min-width: 768px) {
  #nature .l-wrapper picture {
    width: 3.45rem;
    height: 2.16rem;
  }
}
#nature .l-more {
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 0.24rem;
  line-height: 0.3rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}

#access {
  background-color: #007A89;
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #access {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
#access .c-heading--center {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #access .c-heading--center {
    margin-bottom: 0.8rem;
  }
}
#access .c-full {
  position: relative;
}
#access .l-container {
  width: 100%;
}
#access .l-container picture {
  max-width: unset;
  width: 100%;
  display: flex;
  gap: 0.16rem;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  #access .l-container picture {
    overflow-x: initial;
  }
}
#access .l-container picture::before {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  #access .l-container picture::before {
    content: unset;
  }
}
#access .l-container picture::after {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  #access .l-container picture::after {
    content: unset;
  }
}
#access .l-container picture img {
  max-width: unset;
  width: 11rem;
}
#contact {
  background-color: #066D9B;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #contact {
    padding-top: 1.13rem;
    padding-bottom: 1.07rem;
  }
}
#contact .c-heading--center {
  margin-bottom: 0.39rem;
}
@media screen and (min-width: 768px) {
  #contact .c-heading--center {
    margin-bottom: 0.24rem;
  }
}
#contact .l-address {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  #contact .l-address {
    margin-bottom: 0.24rem;
  }
}
#contact .l-organization {
  text-align: center;
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: center;
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.13rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #contact .l-organization {
    font-size: 0.13rem;
    line-height: 0.19rem;
    gap: 0.1rem;
  }
}
#contact .l-organization i {
  display: none;
}
@media screen and (min-width: 768px) {
  #contact .l-organization i {
    font-style: normal;
    display: inline;
  }
}

#ignition-series {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-image: url("../img/is/bg_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #ignition-series {
    background-image: url("../img/is/bg_pc.webp");
  }
}
#ignition-series-sf {
  width: 1.75rem;
  height: 0.6rem;
  margin-bottom: 0.28rem;
}
@media screen and (min-width: 768px) {
  #ignition-series-sf {
    width: 2.28rem;
    height: 0.78rem;
    margin-bottom: unset;
  }
}
#ignition-series-is {
  width: 1.53rem;
  height: 0.52rem;
}
@media screen and (min-width: 768px) {
  #ignition-series-is {
    width: 1.94rem;
    height: 0.66rem;
  }
}
#ignition-series .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.49rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #ignition-series .l-container {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #ignition-series .l-container .l-left {
    display: flex;
    flex-direction: column;
    gap: 0.66rem;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#ignition-series .l-container .l-right {
  display: flex;
  flex-direction: column;
  gap: 0.64rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #ignition-series .l-container .l-right {
    width: 4.8rem;
  }
}
#ignition-series .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #ignition-series .l-heading {
    gap: 0.49rem;
  }
}
#ignition-series .l-heading--logo {
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #ignition-series .l-heading--logo {
    gap: 0.38rem;
  }
}
#ignition-series .l-heading strong {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
#ignition-series .l-desc {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #ignition-series .l-desc {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
}

.p-body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-body {
    overflow-x: initial;
  }
}
.p-body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/526;
  background-image: url("../img/top/bg.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.p-header {
  position: fixed;
  z-index: 5001;
  width: 100%;
  height: 0.64rem;
  top: 0;
  left: 0;
  background-color: #31A2B1;
  padding-left: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 1.07rem;
    background-color: transparent;
  }
}
.p-header__space {
  height: 0.64rem;
}
@media screen and (min-width: 768px) {
  .p-header__space {
    display: none;
  }
}
.p-header__logo {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 0.16rem;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    align-items: flex-start;
    width: 3.04rem;
    height: -moz-fit-content;
    height: fit-content;
    margin: unset;
    padding-bottom: 0.2rem;
  }
}
.p-header__logo img {
  width: 2.37rem;
  height: 0.34rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    width: 3.21rem;
    height: 0.46rem;
  }
}
.p-header__container {
  position: relative;
  z-index: 5004;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    display: flex;
    align-items: center;
    gap: 0.39rem;
    width: 14.4rem;
    padding-left: 0.4rem;
    padding-right: 0.8rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: unset;
  }
}
.p-header__nav {
  position: fixed;
  z-index: 5003;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.3s;
  overflow: scroll;
  display: flex;
  opacity: 0;
  background-image: url("../img/common/header_bg.webp");
  background-color: #31A2B1;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    position: initial;
    padding: 0;
    overflow: unset;
    transform: unset;
    transition: 0s;
    background-color: unset;
    box-shadow: unset;
    opacity: 1;
    height: unset;
    background: unset;
  }
}
.p-header__nav--logo {
  display: block;
  margin: 0 auto 0.99rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--logo {
    display: none;
  }
}
.p-header__nav--logo img {
  width: 3.21rem;
  height: 0.46rem;
}
.p-header__nav--container {
  display: flex;
  flex-direction: column;
  flex: auto;
  max-height: unset;
  padding-top: 0.21rem;
  padding-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--container {
    flex-direction: row;
    align-items: center;
    padding-top: unset;
    padding-bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-header__nav--top {
    display: flex;
    justify-content: space-between;
  }
}
.p-header__nav--menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  float: left;
  gap: 0.48rem;
  padding-left: 0.39rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu {
    gap: 0.64rem;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: unset;
  }
}
.p-header__nav--menu li {
  display: flex;
  gap: 0.15rem;
  align-items: center;
}
.p-header__nav--menu li::before {
  content: "";
  width: 0.1rem;
  height: 0.15rem;
  background-image: url("../img/common/twinkle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu li::before {
    content: unset;
  }
}
.p-header__nav--menu li a {
  display: flex;
  gap: 0.15rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu li a {
    flex-direction: column;
    gap: 0.01rem;
  }
}
.p-header__nav--menu li a strong {
  font-family: "Marcellus", serif;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0.09em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu li a strong {
    font-size: 0.16rem;
    line-height: 0.17rem;
  }
}
.p-header__nav--menu li a span {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu li a span {
    font-size: 0.11rem;
    line-height: 0.16rem;
  }
}
.p-header__nav--box {
  position: absolute;
  z-index: 5005;
  top: 0.22rem;
  right: 0.15rem;
  width: 0.3rem;
  height: 0.16rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    display: none;
  }
}
.p-header__nav--box--container {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-header__nav--box--line {
  background-color: white;
  width: 100%;
  height: 0.015rem;
  position: absolute;
  transition: 0.3s;
}
.p-header__nav--box--line:nth-of-type(1) {
  top: 0;
  left: 0;
}
.p-header__nav--box--line:nth-of-type(2) {
  top: 50%;
  left: 0;
}
.p-header__nav--box--line:nth-of-type(3) {
  top: 100%;
  left: 0;
}
.p-header__nav--box--check {
  display: none;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__container .p-header__nav {
  transform: translateX(0);
  opacity: 1;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__nav--box--line:nth-of-type(1) {
  transform: rotate(28.07deg);
  transform-origin: top left;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__nav--box--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(-100%) rotate(-28.07deg);
  transform-origin: bottom left;
}
.p-header__nav--box--check:checked ~ .p-header__nav--bg {
  transform: translateX(0);
  opacity: 1;
}

.p-footer {
  position: relative;
  z-index: 102;
  background-color: #31A2B1;
  padding-top: 0.6rem;
  padding-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 0.68rem;
    padding-bottom: 0.31rem;
  }
}
.p-footer #footer-sf {
  width: 1.6rem;
  height: 0.29rem;
  background-image: url("../img/common/logo_sf_h.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-top: 0.02rem;
}
.p-footer #footer-is {
  width: 1.17rem;
  height: 0.4rem;
  background-image: url("../img/common/logo_is.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    width: 11rem;
    align-items: flex-start;
    margin: auto;
  }
}
.p-footer__logo {
  width: 1.6rem;
  height: 1.75rem;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-left: unset;
  }
}
.p-footer__link {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.9rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.23rem;
    margin-top: -1.03rem;
    margin-bottom: 0.28rem;
  }
}
.p-footer__copyright {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    text-align: right;
    display: block;
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-left: auto;
  }
}

.c-full {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-full {
    width: 100%;
    max-width: 100%;
    position: initial;
    left: unset;
    transform: unset;
  }
}

.c-btn, .c-btn--simple, .c-btn--external {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  position: relative;
}
.c-btn--simple, .c-btn--external {
  width: 2.4rem;
  height: 0.48rem;
  border-radius: 1rem;
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.2rem;
  line-height: 0.23rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  border: 0.015rem solid #FAFAFA;
}
@media screen and (min-width: 768px) {
  .c-btn--simple, .c-btn--external {
    width: 3.2rem;
    height: 0.6rem;
  }
}
.c-btn--simple span, .c-btn--external span {
  display: flex;
  gap: 0.08rem;
  align-items: center;
  padding-bottom: 0.03rem;
}
.c-btn--simple span::before, .c-btn--external span::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../img/common/icon_phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.01rem;
}
.c-btn--simple em, .c-btn--external em {
  font-style: normal;
  font-family: "Marcellus", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-btn--simple em, .c-btn--external em {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
}
.c-btn--external {
  width: 3.36rem;
  height: 0.6rem;
}
@media screen and (min-width: 768px) {
  .c-btn--external {
    width: 3.2rem;
    height: 0.6rem;
  }
}
.c-btn--external::after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("../img/common/icon_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.28rem;
  transform: translateY(-50%);
}

.c-deco--light {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 500;
  justify-content: center;
}
.c-deco--light::before {
  content: "";
  width: 0.87rem;
  height: 0.88rem;
  background-image: url("../img/common/light.png");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
.c-deco--light::after {
  content: "";
  width: 0.87rem;
  height: 0.88rem;
  background-image: url("../img/common/light.png");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}

.c-heading--center, .c-heading--left {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading--center, .c-heading--left {
    gap: 0.08rem;
  }
}
.c-heading--center strong, .c-heading--left strong {
  font-family: "Marcellus", serif;
  font-size: 0.4rem;
  line-height: 0.5rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-heading--center strong, .c-heading--left strong {
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
}
.c-heading--center span, .c-heading--left span {
  font-family: "Zen Kaku Gothic New", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-heading--center span, .c-heading--left span {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.c-heading--left {
  text-align: left;
  align-items: flex-start;
}

.c-external {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  .c-external {
    gap: 0.12rem;
  }
}
.c-external::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../img/common/icon_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-external::after {
    width: 0.1rem;
    height: 0.1rem;
    margin-bottom: 0.03rem;
  }
}

.c-banner {
  display: none;
  position: fixed;
  z-index: 101;
  display: block;
  transition: 0.3s;
  bottom: 1.04rem;
  right: -0.12rem;
}
@media screen and (min-width: 768px) {
  .c-banner {
    bottom: 0.26rem;
    right: 0.4rem;
    transform: translateY(3rem);
  }
}
.c-banner--active {
  transform: translateY(0);
}
.c-banner--closed {
  opacity: 0;
  pointer-events: none;
}
.c-banner--close {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-banner--close {
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    position: absolute;
    z-index: 2;
    top: 0.02rem;
    right: 0.17rem;
    background-image: url("../img/common/close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
}
.c-banner--image {
  display: block;
  width: 0.6rem;
  height: 1.8rem;
}
@media screen and (min-width: 768px) {
  .c-banner--image {
    width: 1.5rem;
    height: 1.49rem;
  }
}
.c-banner img {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 0.17rem #AC7000);
}

.u-width, .u-width--342-1100 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.24rem;
  padding-right: 0.21rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--342-1100 {
    padding: 0;
    width: 11rem !important;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
.u-width--342-1100 {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.js-fade, .js-fade--zoomout, .js-fade--right, .js-fade--left, .js-fade--up, .js-fade--appear {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.js-fade *, .js-fade--zoomout *, .js-fade--right *, .js-fade--left *, .js-fade--up *, .js-fade--appear * {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.js-fade--appear {
  opacity: 0;
}
.js-fade--appear--active {
  animation-name: fade-appear;
}
.js-fade--up {
  opacity: 0;
  transform: translateY(0.5rem);
}
.js-fade--up--active {
  animation-name: fade-up;
}
.js-fade--left {
  opacity: 0;
  transform: translateX(0.5rem);
}
.js-fade--left--active {
  animation-name: fade-left;
}
.js-fade--right {
  opacity: 0;
  transform: translateX(-0.5rem);
}
.js-fade--right--active {
  animation-name: fade-right;
}
.js-fade--zoomout {
  overflow: hidden;
  transition: 1s;
}
.js-fade--zoomout img {
  transform: scale(1.1);
  transition: inherit;
  transition: 1;
}
.js-fade--zoomout--active img {
  transform: scale(1);
}
.js-fade--guide {
  position: relative;
}
.js-fade--guide::after {
  content: "";
  width: 1.17rem;
  height: 1.77rem;
  position: absolute;
  top: 1.76rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/common/guide.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation-duration: 4s;
  animation-delay: 0.5s;
  animation-direction: forward;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .js-fade--guide::after {
    display: none;
  }
}
.js-fade--guide--active::after {
  animation-name: fade-guide;
}

@keyframes fade-guide {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(0.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(0.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(-0.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.js-modal {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  background-color: black;
  transition: 0.3s;
  opacity: 0;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  filter: blur(100px);
  pointer-events: none;
}
.js-modal--active {
  pointer-events: all;
  filter: blur(0px);
  opacity: 1;
}
.js-modal__header {
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
}
.js-modal__header img {
  display: block;
  width: 1.08rem;
  height: 1.08rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
.js-modal__header h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.js-modal__header h2 strong {
  font-size: 0.27rem;
  line-height: 0.36rem;
  font-weight: 600;
}
.js-modal__header h2 span {
  display: flex;
  align-items: center;
  gap: 0.3em;
  font-size: 0.18rem;
  line-height: 0.26rem;
  font-weight: 600;
}
.js-modal__header h2 span::before {
  content: "-";
}
.js-modal__header h2 span::after {
  content: "-";
}
.js-modal__main {
  font-size: 0.16rem;
  line-height: 0.32rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.4rem;
}
.js-modal__main p {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
}
.js-modal__main p:nth-of-type(n+2)::before {
  content: "";
  background-image: url("../img/common/twinkle_hor.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.99rem;
  height: 0.25rem;
}
.js-modal__footer .c-btn--twinkle {
  margin-top: 0.5rem;
  margin-bottom: 0.47rem;
  cursor: pointer;
}
.js-modal__footer small {
  display: block;
  font-size: 0.15rem;
  line-height: 0.2rem;
  font-weight: 600;
  padding-bottom: 0.18rem;
  text-align: center;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-guide {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.19rem;
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  z-index: 20;
  background-image: url("../img/common/scroll.webp");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0.1rem;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .js-guide {
    display: none;
  }
}
.js-guide--in {
  opacity: 1;
}
.js-guide--scrolled {
  opacity: 0;
  transition-delay: 0.5s;
}/*# sourceMappingURL=style.css.map */