@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 {
  overscroll-behavior: none;
  background-color: white;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth !important;
  scroll-padding-top: 0px !important;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 50px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  overscroll-behavior-y: none;
  font-weight: 500;
  color: #665b5b;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 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(219, 53, 0, 0.2);
  color: black;
}

::selection {
  background: rgba(219, 53, 0, 0.2);
  color: black;
}

::-moz-selection {
  background: rgba(219, 53, 0, 0.2);
  color: black;
}

picture, figure {
  display: block;
}
picture img, figure img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#catch-about1 {
  height: 0.5rem;
}
#catch-about2 {
  height: 0.9rem;
}
@media screen and (min-width: 768px) {
  #catch-about2 {
    width: 3rem;
    margin-left: 0.02rem;
  }
}
#catch-product {
  height: 0.5rem;
}
#catch-feature {
  height: 0.7rem;
}
@media screen and (min-width: 768px) {
  #catch-feature {
    height: 0.45rem;
  }
}
#catch-feature1 {
  height: 0.17rem;
}
#catch-feature2 {
  height: 0.17rem;
}
#catch-feature3 {
  height: 0.17rem;
}

#fv {
  width: 100%;
  height: 2.76rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  #fv {
    width: 10.8rem;
    height: 6rem;
    margin: auto;
  }
}
#fv .l-fv {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fv .l-fv--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: fv 18s 0s linear infinite;
  opacity: 0;
  transform: scale(1);
}
#fv .l-fv #fv-image1 {
  background-image: url("../img/top/fv1.webp");
  animation-delay: 0.5s;
}
#fv .l-fv #fv-image2 {
  background-image: url("../img/top/fv2.webp");
  animation-delay: 6.5s;
}
#fv .l-fv #fv-image3 {
  background-image: url("../img/top/fv3.webp");
  animation-delay: 12.5s;
}

@keyframes fv {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
#about {
  padding-top: 0.45rem;
  padding-bottom: 0.59rem;
}
@media screen and (min-width: 768px) {
  #about {
    padding-top: 1.15rem;
    padding-bottom: 1.54rem;
  }
}
#about #deco1 {
  width: 3.42rem;
  height: 1.71rem;
  top: 0.17rem;
  left: 0.11rem;
}
@media screen and (min-width: 768px) {
  #about #deco1 {
    width: 2.85rem;
    height: 3.28rem;
    top: 1.33rem;
    left: unset;
    right: calc(50% + 4.21rem);
  }
}
#about #deco1::before {
  content: "";
  width: 0.77rem;
  height: 0.78rem;
  background-image: url("../img/top/deco1.webp");
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #about #deco1::before {
    width: 2.02rem;
    height: 2.05rem;
  }
}
#about #deco1::after {
  content: "";
  width: 0.51rem;
  height: 0.51rem;
  background-image: url("../img/top/deco2.webp");
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #about #deco1::after {
    width: 1.29rem;
    height: 1.33rem;
  }
}
#about .l-top {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  margin-bottom: 0.45rem;
}
@media screen and (min-width: 768px) {
  #about .l-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.93rem;
  }
}
#about .l-top--text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about .l-top--text {
    width: calc(f / 100 * 1rem);
  }
}
#about .l-top--text h2 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
  font-family: "EB Garamond", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
#about .l-top--text h2::after {
  content: "";
  width: 0.61rem;
  height: 0.01rem;
  background-color: #665b5b;
  flex: none;
}
#about .l-top--text h3 {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.33rem;
  letter-spacing: 0.18em;
  font-weight: 600;
  margin-top: 0.35rem;
  margin-bottom: 0.25rem;
}
#about .l-top--text p {
  font-family: "EB Garamond", serif;
  font-size: 0.15rem;
  line-height: 0.18rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
#about .l-top--image {
  width: 100%;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  #about .l-top--image {
    width: 5.06rem;
    height: 3.04rem;
  }
}
#about .l-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  align-items: center;
  margin-bottom: 0.45rem;
}
@media screen and (min-width: 768px) {
  #about .l-bottom {
    flex-direction: row-reverse;
    padding-left: 0.1rem;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0.78rem;
  }
}
#about .l-bottom--text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about .l-bottom--text {
    text-align: left;
    width: 3.32rem;
  }
}
#about .l-bottom--text h3 {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.17rem;
}
@media screen and (min-width: 768px) {
  #about .l-bottom--text h3 {
    font-size: 0.16rem;
    line-height: 0.38rem;
    margin-bottom: 0.26rem;
  }
}
#about .l-bottom--text p {
  font-family: "EB Garamond", serif;
  font-size: 0.15rem;
  line-height: 0.18rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #about .l-bottom--text p {
    line-height: 0.22rem;
  }
}
#about .l-bottom--image {
  width: 2.74rem;
  height: 2.74rem;
}
@media screen and (min-width: 768px) {
  #about .l-bottom--image {
    width: 3.58rem;
    height: 3.58rem;
  }
}

#visual {
  width: 100%;
  height: 2rem;
  background-image: url("../img/top/cranes.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #visual {
    background-image: url("../img/top/cranes.webp");
    height: 4rem;
  }
}

#product {
  padding-top: 0.6rem;
  padding-bottom: 0.57rem;
}
@media screen and (min-width: 768px) {
  #product {
    padding-top: 1.15rem;
    padding-bottom: 1.54rem;
  }
}
#product #deco2 {
  width: 3.61rem;
  height: 2.99rem;
  top: 0.12rem;
  left: 0.11rem;
}
@media screen and (min-width: 768px) {
  #product #deco2 {
    width: 2.47rem;
    height: 2.98rem;
    top: unset;
    bottom: 0.71rem;
    right: unset;
    left: calc(50% + 4.45rem);
  }
}
#product #deco2::before {
  content: "";
  width: 0.89rem;
  height: 0.89rem;
  background-image: url("../img/top/deco3.webp");
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #product #deco2::before {
    width: 1.75rem;
    height: 1.75rem;
    left: unset;
    right: 0;
  }
}
#product #deco2::after {
  content: "";
  width: 0.69rem;
  height: 0.69rem;
  background-image: url("../img/top/deco4.webp");
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #product #deco2::after {
    width: 1.19rem;
    height: 1.19rem;
    right: unset;
    left: 0;
  }
}
#product .l-content {
  display: flex;
  flex-direction: column;
  gap: 0.57rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #product .l-content {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0.58rem;
  }
}
#product .l-content--text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #product .l-content--text {
    width: calc(f / 100 * 1rem);
  }
}
#product .l-content--text h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.11rem;
  font-family: "EB Garamond", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 0.45rem;
}
@media screen and (min-width: 768px) {
  #product .l-content--text h2 {
    margin-bottom: 0.46rem;
  }
}
#product .l-content--text h2::before {
  content: "";
  width: 0.35rem;
  height: 0.01rem;
  background-color: #665b5b;
  flex: none;
  display: block;
}
@media screen and (min-width: 768px) {
  #product .l-content--text h2::before {
    content: unset;
  }
}
#product .l-content--text h2::after {
  content: "";
  width: 0.35rem;
  height: 0.01rem;
  background-color: #665b5b;
  flex: none;
  display: block;
}
@media screen and (min-width: 768px) {
  #product .l-content--text h2::after {
    width: 0.61rem;
  }
}
#product .l-content--text h3 {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.33rem;
  letter-spacing: 0.18em;
  font-weight: 600;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #product .l-content--text h3 {
    font-size: 0.2rem;
    line-height: 0.33rem;
    margin-bottom: 0.3rem;
  }
}
#product .l-content--text p {
  font-family: "EB Garamond", serif;
  font-size: 0.15rem;
  line-height: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #product .l-content--text p {
    line-height: 0.22rem;
  }
}
#product .l-content--image {
  width: 3.1rem;
  height: 2.32rem;
}
@media screen and (min-width: 768px) {
  #product .l-content--image {
    width: 4.29rem;
    height: 4.29rem;
  }
}

#feature {
  padding-top: 0.36rem;
  padding-bottom: 0.4rem;
  background-image: url("../img/top/bg_feature_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #feature {
    padding-top: 0.92rem;
    padding-bottom: 1.55rem;
    background-image: url("../img/top/bg_feature_pc.webp");
  }
}
#feature .l-desc {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.19rem;
  align-items: center;
  margin-bottom: 0.55rem;
}
#feature .l-desc span {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #feature .l-desc span {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#feature .l-desc i {
  font-style: normal;
  font-family: "EB Garamond", serif;
  font-size: 0.15rem;
  line-height: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
#feature .c-heading {
  margin-bottom: 0.28rem;
}
@media screen and (min-width: 768px) {
  #feature .c-heading {
    margin-bottom: 0.51rem;
  }
}
#feature .l-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.43rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #feature .l-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#feature .l-container .l-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #feature .l-container .l-wrapper {
    width: 3.73rem;
    gap: 0.5rem;
  }
}
#feature .l-container .l-image {
  width: 100%;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  #feature .l-container .l-image {
    height: 3.73rem;
  }
}
#feature .l-container .l-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.11rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #feature .l-container .l-title {
    gap: 0.12rem;
  }
}
#feature .l-container .l-title strong {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.19rem;
  letter-spacing: 0.18em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #feature .l-container .l-title strong {
    font-size: 0.18rem;
    line-height: 0.21rem;
  }
}
#feature .l-container .l-title span {
  font-family: "EB Garamond", serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #feature .l-container .l-title span {
    font-size: 0.15rem;
    line-height: 0.17rem;
  }
}

#film {
  padding-top: 0.55rem;
  padding-bottom: 0.65rem;
}
@media screen and (min-width: 768px) {
  #film {
    padding-top: 1.1rem;
    padding-bottom: 1.7rem;
  }
}
#film .c-heading {
  margin-bottom: 0.52rem;
}
@media screen and (min-width: 768px) {
  #film .c-heading {
    margin-bottom: 0.8rem;
  }
}
#film .l-video {
  width: 100%;
  height: 1.68rem;
}
@media screen and (min-width: 768px) {
  #film .l-video {
    height: 4.42rem;
  }
}
#film .l-video iframe, #film .l-video video {
  width: 100%;
  height: 100%;
}

#contact {
  padding-bottom: 1.09rem;
}
#contact .c-heading {
  margin-bottom: 0.38rem;
}
@media screen and (min-width: 768px) {
  #contact .c-heading {
    margin-bottom: 0.65rem;
  }
}

#privacy-policy {
  padding-top: 0.28rem;
  padding-bottom: 0.33rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy {
    padding-top: 0.54rem;
    padding-bottom: 0.68rem;
  }
}
#privacy-policy .c-heading--left {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .c-heading--left {
    margin-bottom: 0.19rem;
  }
}
#privacy-policy .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.29rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
#privacy-policy .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-container {
    gap: 0.34rem;
  }
}
#privacy-policy .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
#privacy-policy .l-container .l-wrapper h2 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 600;
}
#privacy-policy .l-container .l-wrapper p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-body {
  overflow-x: hidden;
}

.p-header {
  z-index: 1001;
  width: 100%;
  height: 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 40000;
  opacity: 1;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-header {
    z-index: 1000;
    height: 1rem;
  }
}
.p-header__space {
  height: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__space {
    height: 1rem;
  }
}
.p-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0.81rem;
  height: 0.38rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    align-items: flex-start;
    width: 1.65rem;
    height: 0.77rem;
  }
}
.p-header__logo h1 {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo h1 {
    transform: unset;
    bottom: -0.34rem;
    left: unset;
    right: calc(50% + 4.63rem);
  }
}
.p-header__logo h1 span {
  display: none;
}
.p-header__logo h1 img {
  display: block;
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  width: 100%;
  height: 100%;
}
.p-header__container {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    width: 11rem;
    margin: auto;
    padding-right: 1rem;
    justify-content: space-between;
  }
}
.p-header__pc-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__pc-nav {
    display: flex;
    gap: 0.3rem;
    align-items: center;
  }
}
.p-header__pc-nav--list {
  display: flex;
  justify-content: flex-end;
  gap: 0.3rem;
}
.p-header__pc-nav--item {
  position: relative;
}
.p-header__pc-nav--item > a, .p-header__pc-nav--item div {
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  color: black;
}
.p-header__pc-nav--item > a strong, .p-header__pc-nav--item div strong {
  font-family: "EB Garamond", serif;
  font-size: 0.15rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.p-header__pc-nav--item:hover > a strong::after, .p-header__pc-nav--item:hover div strong::after {
  transform: rotate(180deg);
}
.p-header__pc-nav--item:hover .p-header__pc-nav--sub {
  opacity: 1;
  pointer-events: all;
}
.p-header__pc-nav--item:has(.p-header__pc-nav--sub) > a strong, .p-header__pc-nav--item:has(.p-header__pc-nav--sub) div strong {
  display: flex;
  gap: 0.08rem;
  align-items: baseline;
}
.p-header__pc-nav--item:has(.p-header__pc-nav--sub) > a strong::after, .p-header__pc-nav--item:has(.p-header__pc-nav--sub) div strong::after {
  content: "";
  display: block;
  width: 0.11rem;
  height: 0.07rem;
  background-image: url("../img/common/chevron_bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
  position: relative;
  bottom: 0.02rem;
  transition: 0.3s;
}
.p-header__pc-nav--sub {
  position: absolute;
  background-color: white;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  max-width: unset;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.2rem 0 0;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.p-header__pc-nav--sub li {
  padding-bottom: 0.08rem;
  border-bottom: 0.01rem solid #00A583;
  padding-left: 0.11rem;
  padding-right: 0.11rem;
}
.p-header__pc-nav--sub li:nth-last-of-type(1) {
  border-bottom: unset;
}
.p-header__nav {
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: calc(f / 100 * 1rem);
  background-image: url("../img/common/bg_header.webp");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  color: #14578B;
  transform: translateX(100%);
  transition: 0.3s;
  padding-top: 0.82rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  padding-bottom: 0.46rem;
  overflow: scroll;
  display: flex;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav--logo {
  width: 1.85rem;
  height: 0.87rem;
  margin: 0 auto 0.32rem;
  mix-blend-mode: multiply;
}
.p-header__nav--container {
  display: flex;
  flex-direction: column;
  flex: none;
  max-height: unset;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.p-header__nav--menu {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
  width: 100%;
}
.p-header__nav--menu a {
  display: flex;
  width: 100%;
  gap: 0.1rem;
  align-items: center;
  color: black;
}
.p-header__nav--menu a::before {
  content: "";
  width: 0.11rem;
  height: 0.01rem;
  background-color: #db3500;
  flex: none;
}
.p-header__nav--menu a strong {
  display: flex;
  align-items: baseline;
  flex-grow: 1;
  font-family: "EB Garamond", serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.p-header__nav--menu a strong::after {
  content: "";
  width: 0.12rem;
  height: 0.03rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
  position: relative;
  top: -0.01rem;
  margin-left: auto;
}
.p-header__nav--box {
  position: fixed;
  z-index: 100000;
  top: 0rem;
  right: 0rem;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  background: #db3500;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    display: none;
  }
}
.p-header__nav--box::after {
  content: "MENU";
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.11rem;
  letter-spacing: -0.02em;
  font-weight: 400;
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-header__nav--box--check {
  display: none;
}
.p-header__nav--box--check:checked ~ .p-header__nav {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.p-header__nav--box--check:checked ~ .p-header__nav--bg {
  pointer-events: all;
  opacity: 1;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box {
  background: transparent;
  right: 0.18rem;
  top: 0.21rem;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box::after {
  content: "CLOSE";
  color: black;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line {
  background-color: black;
  width: 0.24rem;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
  transform: translate(-50%, 0) rotate(45deg);
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(2) {
  transform: translate(-50%, 0) rotate(-45deg);
}
.p-header__nav--box--line {
  position: absolute;
  z-index: 1;
  top: 0.12rem;
  left: 50%;
  transition: 0.3s;
  width: 0.36rem;
  height: 0.01rem;
  background-color: white;
}
.p-header__nav--box--line:nth-of-type(1) {
  transform: translate(-50%, 0);
}
.p-header__nav--box--line:nth-of-type(2) {
  transform: translate(-50%, 0.09rem);
}

.p-footer {
  position: relative;
  z-index: 999;
  background-color: #EFF0F0;
  padding-top: 0.28rem;
  padding-bottom: 0.34rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 0.22rem;
    padding-bottom: 0.22rem;
  }
}
.p-footer__container {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    width: 14.4rem;
    margin: auto;
    padding-left: 0.28rem;
    padding-right: 1.83rem;
    flex-direction: row;
    align-items: center;
  }
}
.p-footer__logo {
  width: 1.41rem;
  height: 0.66rem;
  margin-bottom: 0.24rem;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-footer__logo {
    margin-bottom: unset;
  }
}
.p-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-footer__nav {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  font-family: "EB Garamond", serif;
  font-size: 0.12rem;
  line-height: 0.14rem;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-bottom: unset;
    margin-left: 0.16rem;
  }
}
.p-footer__privacy {
  font-family: "EB Garamond", serif;
  font-size: 0.12rem;
  line-height: 0.14rem;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    margin-left: auto;
    text-transform: uppercase;
  }
}

.p-form {
  width: 100%;
}
.p-form__main {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__main {
    gap: 0.4rem;
  }
}
.p-form__main--container {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__main--container {
    gap: 0.4rem;
  }
}
.p-form__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    gap: 0.15rem;
  }
}
.p-form__item input[type=text], .p-form__item input[type=email], .p-form__item textarea {
  border: 0.01rem solid rgba(102, 91, 91, 0.5);
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-form__item input[type=text]::-moz-placeholder, .p-form__item input[type=email]::-moz-placeholder, .p-form__item textarea::-moz-placeholder {
  color: rgba(102, 91, 91, 0.3);
}
.p-form__item input[type=text]::placeholder, .p-form__item input[type=email]::placeholder, .p-form__item textarea::placeholder {
  color: rgba(102, 91, 91, 0.3);
}
.p-form__item input[type=text], .p-form__item input[type=email] {
  height: 0.4rem;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
.p-form__item textarea {
  height: 1.31rem;
  padding: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-form__item textarea {
    height: 2.5rem;
  }
}
.p-form__item input[type=radio] {
  display: none;
}
.p-form__item .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-form__item .wpcf7-radio {
    flex-direction: row;
    gap: 0.2rem;
  }
}
.p-form__item .wpcf7-list-item {
  margin-left: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-form__item .wpcf7-list-item {
    margin-top: 0.15rem;
  }
}
.p-form__item .wpcf7-list-item label {
  --color: #665b5b;
  display: flex;
  align-items: center;
  gap: 0.05rem;
  cursor: pointer;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.p-form__item .wpcf7-list-item label::before {
  content: "";
  transition: 0.3s;
  flex: none;
  width: 0.17rem;
  height: 0.17rem;
  outline: 0.01rem solid var(--color);
  border-radius: 100%;
  box-sizing: border-box;
  background-clip: content-box;
  border: 0.03rem solid transparent;
}
.p-form__item .wpcf7-list-item label:has(input[type=radio]:checked)::before {
  content: "";
  --color: #db3500;
  background-color: var(--color);
}
.p-form__item .wpcf7-list-item label i {
  font-style: normal;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-form__item .wpcf7-list-item label i {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
}
.p-form .wpcf7-response-output {
  margin: unset !important;
  border-radius: 0.05rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.p-form .wpcf7-spinner {
  margin: auto !important;
}

.c-bg--white {
  background-color: #FAFCFF;
  width: 100%;
}

.c-catch img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-desc {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 40000;
}
@media screen and (min-width: 768px) {
  .c-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
  }
}

.c-deco {
  position: absolute;
  pointer-events: none;
}
.c-deco::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-deco::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.c-overflow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .c-overflow {
    overflow-x: initial;
    padding-bottom: unset;
  }
}
.c-overflow > * {
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-overflow > * {
    padding-bottom: unset;
  }
}

.c-btn, .c-btn--submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: var(--f-color);
  color: var(--color);
  transition: 0.3s;
  cursor: pointer;
}
.c-btn:hover, .c-btn--submit:hover {
  opacity: 0.7;
}
.c-btn--submit {
  background-color: #db3500;
  color: white;
  width: 1.98rem;
  height: 0.42rem;
  border-radius: 0.05rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin: auto;
  border: unset;
  outline: unset;
  padding-bottom: 0.02rem;
}

.c-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.11rem;
  font-family: "EB Garamond", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-heading {
    margin-bottom: 0.46rem;
    gap: 0.16rem;
  }
}
.c-heading::before {
  content: "";
  width: 0.35rem;
  height: 0.01rem;
  background-color: #665b5b;
  flex: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-heading::before {
    width: 0.61rem;
  }
}
.c-heading::after {
  content: "";
  width: 0.35rem;
  height: 0.01rem;
  background-color: #665b5b;
  flex: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-heading::after {
    width: 0.61rem;
  }
}
.c-heading--left {
  display: flex;
  align-items: center;
  gap: 0.11rem;
  font-family: "EB Garamond", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.c-heading--left::after {
  content: "";
  width: 0.61rem;
  height: 0.01rem;
  background-color: #665b5b;
  flex: none;
  display: block;
}

.u-width, .u-width--359-942, .u-width--345-840, .u-width--345-900, .u-width--345-1220, .u-width--345-1080 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--359-942, .u-width--345-840, .u-width--345-900, .u-width--345-1220, .u-width--345-1080 {
    padding: 0;
    width: 10.8rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .u-width--345-1220 {
    width: 12.2rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--345-900 {
    width: 9rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--345-840 {
    width: 8.4rem;
  }
}
.u-width--359-942 {
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
@media screen and (min-width: 768px) {
  .u-width--359-942 {
    width: 9.42rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  opacity: 0;
  transition: 0.3s opacity ease;
  transition-delay: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-warpper {
  transition-timing-function: linear;
}

[class^=simplebar] {
  max-width: unset;
}

.simplebar-track {
  background: #DFE2E2 !important;
  height: 0.04rem !important;
  width: 3.25rem;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .simplebar-track {
    display: none;
  }
}

.simplebar-scrollbar {
  min-height: 0.04rem;
  background: #665b5b !important;
  border-radius: 0.1rem;
}
.simplebar-scrollbar::before {
  z-index: 10;
  background: #665b5b !important;
  opacity: 1 !important;
}

.js-fade, .js-fade--appear, .js-fade--delay {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  pointer-events: none;
  opacity: 0;
}
.js-fade--delay {
  animation-delay: 0.8s !important;
}
.js-fade--delay--active {
  animation: fade-appear 1.5s forwards;
}
.js-fade--active {
  animation: fade-appear 1.5s forwards;
}
.js-fade--appear--active {
  animation: fade-appear 1.5s forwards;
}
@media screen and (min-width: 768px) {
  .js-fade--history--right {
    opacity: 0;
  }
}
.js-fade--history--right .l-age i {
  opacity: 0;
  transform: translateX(0.5rem);
}
.js-fade--history--right .l-desc {
  opacity: 0;
  transform: translateX(0.5rem);
}
.js-fade--history--right--active {
  animation: fade-history 1s forwards;
}
@media screen and (min-width: 768px) {
  .js-fade--history--right--active {
    animation: fade-history-right 1s forwards;
  }
}
.js-fade--history--right--active .l-age i {
  opacity: 1;
  transform: translateX(0rem) !important;
}
.js-fade--history--right--active .l-desc {
  opacity: 1;
  transform: translateX(0rem);
}
@media screen and (min-width: 768px) {
  .js-fade--history--left {
    opacity: 0;
  }
}
.js-fade--history--left .l-age i {
  opacity: 1;
  transform: translateX(-0.5rem);
}
.js-fade--history--left .l-desc {
  opacity: 1;
  transform: translateX(-0.5rem);
}
.js-fade--history--left--active {
  animation: fade-history 1s forwards;
}
@media screen and (min-width: 768px) {
  .js-fade--history--left--active {
    animation: fade-history-left 1s forwards;
  }
}
.js-fade--history--left--active .l-age i {
  opacity: 1;
  transform: translateX(0rem);
}
.js-fade--history--left--active .l-desc {
  opacity: 1;
  transform: translateX(0rem);
}

.js-delay {
  animation-delay: 1s !important;
}

@keyframes fade-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes fade-history {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-history-right {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-history-left {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.js-fv #fv-animation1 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 0.2s forwards fv-width;
}
.js-fv #fv-animation2 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 1s forwards fv-width;
}
.js-fv #fv-animation3 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 1.5s forwards fv-fade-up;
}
.js-fv #fv-animation4 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 2s forwards fv-fade-up;
}

@keyframes fv-width {
  0% {
    max-width: 0;
    opacity: 1;
  }
  100% {
    max-width: 100%;
    opacity: 1;
  }
}
@keyframes fv-fade-up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-load {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
.js-load--hidden {
  opacity: 0;
  pointer-events: none;
  transition-delay: 3s;
}
.js-load__logo {
  width: 1.45rem;
  height: 1.87rem;
  opacity: 0;
  background-image: url("../img/common/logo_v.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: 2s 1s forwards js-load-logo;
}

@keyframes js-load-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */