@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 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  outline: none;
  border: none;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

a {
  color: #121723;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
}

input,
button,
select,
textarea {
  margin: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

th {
  text-align: left;
}

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

picture {
  font-size: 0;
  line-height: 0;
  display: block;
}

/*
  font-family: 'Inter', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
*/
.guide::before {
  content: "";
  width: 87.2vw;
  margin: 0 auto;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 0px 0px red inset, -1px 0px 0px red inset;
  pointer-events: none;
  z-index: 10000;
  mix-blend-mode: difference;
}
@media screen and (min-width: 769px) {
  .guide::before {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1140px) {
  .guide::before {
    max-width: 1100px;
  }
}
.guide::after {
  content: "";
  width: 1px;
  height: 100vh;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  background: red;
  pointer-events: none;
  z-index: 10000;
}

html {
  font-size: 26.6666666667vw;
  scroll-behavior: smooth !important;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 9.0909090909vw;
  }
}
@media screen and (min-width: 1140px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: sans-serif;
  font-feature-settings: "palt" on, "pwid" on;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  font-weight: 400;
  color: #4B4B4B;
  letter-spacing: 0.004em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.2727272727vw;
    line-height: 2.2727272727vw;
  }
}
@media screen and (min-width: 1140px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7857142857em;
  }
}
@media screen and (min-width: 769px) {
  body {
    letter-spacing: 0.005em;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  body {
    font-size: 4vw;
    line-height: 7.2vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  body {
    font-size: 1.3636363636vw;
    line-height: 2.4545454545vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1140px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8em;
  }
}
html[lang=ja] body {
  font-family: "Noto Sans JP", sans-serif;
}
html[lang=en] body {
  font-family: "Inter", sans-serif;
}

.none {
  display: none;
}

@media screen and (max-width: 768px) {
  .none_sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .none_pc {
    display: none;
  }
}

.inner {
  width: 87.2vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .inner {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1140px) {
  .inner {
    max-width: 1100px;
  }
}

.main {
  margin-top: 17.0666666667vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .main {
    margin-top: 12.7272727273vw;
  }
}
@media screen and (min-width: 1140px) {
  .main {
    margin-top: 140px;
  }
}

.section {
  padding-top: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  .section {
    padding-top: 9.0909090909vw;
  }
}
@media screen and (min-width: 1140px) {
  .section {
    padding-top: 100px;
  }
}

.cmn__title {
  padding: 8vw 0;
  margin-bottom: 8vw;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .cmn__title {
    margin-bottom: 4.5454545455vw;
    padding: 4.5454545455vw;
  }
}
@media screen and (min-width: 1140px) {
  .cmn__title {
    margin-bottom: 50px;
    padding: 50px 0px;
  }
}
.cmn__title::after {
  content: "";
  width: 26.6666666667vw;
  height: 0.5333333333vw;
  background: #4B4B4B;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5.3333333333vw;
  margin: 0px auto;
}
@media screen and (min-width: 769px) {
  .cmn__title::after {
    width: 9.0909090909vw;
    height: 0.1818181818vw;
    bottom: 1.8181818182vw;
  }
}
@media screen and (min-width: 1140px) {
  .cmn__title::after {
    width: 100px;
    height: 2px;
    bottom: 20px;
  }
}
.cmn__title h2 {
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .cmn__title h2 {
    font-size: 6.4vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .cmn__title h2 {
    font-size: 2.1818181818vw;
    line-height: 2.1818181818vw;
  }
}
@media screen and (min-width: 1140px) {
  .cmn__title h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1em;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .cmn__title h2 {
    font-size: 8vw;
    line-height: 8vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .cmn__title h2 {
    font-size: 2.7272727273vw;
    line-height: 2.7272727273vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1140px) {
  .cmn__title h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1em;
  }
}

.txt-l, .entry__read, .kind__overview h2 {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .txt-l, .entry__read, .kind__overview h2 {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .txt-l, .entry__read, .kind__overview h2 {
    font-size: 1.4545454545vw;
    line-height: 2.3636363636vw;
  }
}
@media screen and (min-width: 1140px) {
  .txt-l, .entry__read, .kind__overview h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625em;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .txt-l, .entry__read, .kind__overview h2 {
    font-size: 4.8vw;
    line-height: 8vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .txt-l, .entry__read, .kind__overview h2 {
    font-size: 1.6363636364vw;
    line-height: 2.7272727273vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1140px) {
  .txt-l, .entry__read, .kind__overview h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667em;
  }
}

.mv {
  overflow: hidden;
  position: relative;
}
.mv__body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .mv__body {
    max-width: 1100px;
    margin: 0px auto;
    right: 0px;
    align-items: center;
  }
}
.mv__body--text {
  margin-top: 2.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mv__body--text {
    margin: 0px;
  }
}
.mv__body--text h1 {
  padding: 2.6666666667vw 5.3333333333vw;
  font-weight: 700;
  color: #FFF;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .mv__body--text h1 {
    font-size: 13.3333333333vw;
    line-height: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .mv__body--text h1 {
    font-size: 4.5454545455vw;
    line-height: 4.5454545455vw;
  }
}
@media screen and (min-width: 1140px) {
  .mv__body--text h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1em;
  }
}
@media screen and (min-width: 769px) {
  .mv__body--text h1 {
    padding: 0.9090909091vw 1.8181818182vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .mv__body--text h1 {
    font-size: 21.3333333333vw;
    line-height: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .mv__body--text h1 {
    font-size: 7.2727272727vw;
    line-height: 7.2727272727vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1140px) {
  .mv__body--text h1 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 1em;
  }
}
@media screen and (min-width: 1140px) {
  .mv__body--text h1 {
    padding: 10px 20px;
  }
}
.mv__swiper {
  position: relative;
  z-index: 1;
}
.mv picture {
  display: block;
  text-align: center;
}
.mv picture img {
  width: 100%;
}

.feature p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature p {
    font-size: 4.8vw;
    line-height: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .feature p {
    font-size: 1.6363636364vw;
    line-height: 2.7272727273vw;
  }
}
@media screen and (min-width: 1140px) {
  .feature p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667em;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .feature p {
    font-size: 6.4vw;
    line-height: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .feature p {
    font-size: 2.1818181818vw;
    line-height: 3.6363636364vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1140px) {
  .feature p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6666666667em;
  }
}

.balloon {
  height: 178.6666666667vw;
  margin-top: 21.3333333333vw;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 39%, rgb(250, 250, 250) 62%, rgb(255, 255, 255) 100%);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .balloon {
    height: 54.5454545455vw;
    margin-top: 9.0909090909vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon {
    height: 600px;
    margin-top: 100px;
  }
}
.balloon .inner {
  position: relative;
}
.balloon__balloon {
  background: #4B4B4B;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.balloon__balloon::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 0.5333333333vw solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .balloon__balloon::after {
    border-width: 0.1818181818vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon__balloon::after {
    border-width: 2px;
  }
}
.balloon__balloon svg {
  height: auto;
}
.balloon .balloon-other {
  width: 10.6666666667vw;
}
.balloon .balloon-other::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-other {
    width: 3.6363636364vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-other {
    width: 40px;
  }
}
.balloon .balloon-other-1 {
  left: 0;
  top: 101.3333333333vw;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-other-1 {
    top: 22.7272727273vw;
    left: 0vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-other-1 {
    top: 250px;
    left: 0px;
  }
}
.balloon .balloon-other-2 {
  right: -8vw;
  top: 58.6666666667vw;
  background: #de5be2;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-other-2 {
    top: 22.7272727273vw;
    right: 0.9090909091vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-other-2 {
    top: 250px;
    right: 10px;
  }
}
.balloon .balloon-other-3 {
  left: 48vw;
  top: 0px;
  background: #b0a9da;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-other-3 {
    left: 60.9090909091vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-other-3 {
    left: 670px;
  }
}
.balloon .balloon-powdersnow {
  -webkit-animation: wobbling_x 0.7s ease-in-out infinite alternate, wobbling_y 1.2s ease-in-out infinite alternate !important;
          animation: wobbling_x 0.7s ease-in-out infinite alternate, wobbling_y 1.2s ease-in-out infinite alternate !important;
}
.balloon .balloon-ryuugakukibun {
  -webkit-animation: 2s fuwafuwa infinite 0.4s !important;
          animation: 2s fuwafuwa infinite 0.4s !important;
}
.balloon .balloon-fukurikousei {
  -webkit-animation: wobbling_x 0.7s ease-in-out infinite alternate 0.5s, wobbling_y 1.2s ease-in-out infinite alternate 0.5s !important;
          animation: wobbling_x 0.7s ease-in-out infinite alternate 0.5s, wobbling_y 1.2s ease-in-out infinite alternate 0.5s !important;
}
.balloon .balloon-mikeiken {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate 0.5s !important;
          animation: fuwafuwa 3s ease-in-out infinite alternate 0.5s !important;
}
.balloon .balloon-ryoukanbi {
  -webkit-animation: fuwafuwa 2s ease-in-out infinite alternate !important;
          animation: fuwafuwa 2s ease-in-out infinite alternate !important;
}
.balloon .balloon-tomodachi {
  -webkit-animation: fuwafuwa 5s ease-in-out infinite alternate !important;
          animation: fuwafuwa 5s ease-in-out infinite alternate !important;
}
.balloon .balloon-mikeiken,
.balloon .balloon-ryoukanbi,
.balloon .balloon-tomodachi {
  width: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-mikeiken,
.balloon .balloon-ryoukanbi,
.balloon .balloon-tomodachi {
    width: 9.0909090909vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-mikeiken,
.balloon .balloon-ryoukanbi,
.balloon .balloon-tomodachi {
    width: 100px;
  }
}
.balloon .balloon-ryuugakukibun,
.balloon .balloon-powdersnow,
.balloon .balloon-fukurikousei {
  width: 42.6666666667vw;
}
.balloon .balloon-mikeiken {
  top: 53.8666666667vw;
  left: 10.4vw;
  background: #7c38d1;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-mikeiken {
    width: 13.6363636364vw;
    top: 24.5454545455vw;
    left: 11.8181818182vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-mikeiken {
    width: 150px;
    top: 270px;
    left: 130px;
  }
}
.balloon .balloon-mikeiken svg {
  width: 16.7413333333vw;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-mikeiken svg {
    width: 9.0909090909vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-mikeiken svg {
    width: 100px;
  }
}
.balloon .balloon-ryoukanbi {
  top: 0vw;
  left: 64.2666666667vw;
  background: #5100ff;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-ryoukanbi {
    width: 13.6363636364vw;
    top: -7.2727272727vw;
    left: 29.0909090909vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-ryoukanbi {
    width: 150px;
    top: -80px;
    left: 320px;
  }
}
.balloon .balloon-ryoukanbi svg {
  width: 14.0773333333vw;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-ryoukanbi svg {
    width: 7.2727272727vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-ryoukanbi svg {
    width: 80px;
  }
}
.balloon .balloon-ryuugakukibun {
  top: -8vw;
  left: 0vw;
  background: #f99500;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-ryuugakukibun {
    width: 27.2727272727vw;
    top: 5.4545454545vw;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-ryuugakukibun {
    width: 300px;
    top: 60px;
  }
}
.balloon .balloon-ryuugakukibun svg {
  width: 34.6826666667vw;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-ryuugakukibun svg {
    width: 24.5454545455vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-ryuugakukibun svg {
    width: 270px;
  }
}
.balloon .balloon-powdersnow {
  top: 98.6666666667vw;
  left: 5.3333333333vw;
  background: #00aaff;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-powdersnow {
    width: 22.7272727273vw;
    top: -1.8181818182vw;
    left: 8.1818181818vw;
    transform: rotate(10deg);
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-powdersnow {
    width: 250px;
    top: -20px;
    left: 90px;
  }
}
.balloon .balloon-powdersnow svg {
  width: 31.8026666667vw;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-powdersnow svg {
    width: 16.3636363636vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-powdersnow svg {
    width: 180px;
  }
}
.balloon .balloon-tomodachi {
  top: 92vw;
  left: 57.6vw;
  background: #e61111;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-tomodachi {
    width: 13.6363636364vw;
    top: 26.3636363636vw;
    left: 71.8181818182vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-tomodachi {
    width: 150px;
    top: 290px;
    left: 790px;
  }
}
.balloon .balloon-tomodachi svg {
  width: 16.7626666667vw;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-tomodachi svg {
    width: 6.3636363636vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-tomodachi svg {
    width: 70px;
  }
}
.balloon .balloon-fukurikousei {
  top: 40vw;
  right: 0;
  background: #0d9d0d;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-fukurikousei {
    width: 22.7272727273vw;
    top: 0.9090909091vw;
    left: 70vw;
    transform: rotate(-10deg);
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-fukurikousei {
    width: 250px;
    top: 10px;
    left: 770px;
  }
}
.balloon .balloon-fukurikousei svg {
  width: 33.424vw;
}
@media screen and (min-width: 769px) {
  .balloon .balloon-fukurikousei svg {
    width: 14.5454545455vw;
  }
}
@media screen and (min-width: 1140px) {
  .balloon .balloon-fukurikousei svg {
    width: 160px;
  }
}

.tabs {
  padding-top: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .tabs {
    padding-top: 5.4545454545vw;
  }
}
@media screen and (min-width: 1140px) {
  .tabs {
    padding-top: 60px;
  }
}
.tabs .inner {
  display: flex;
  justify-content: space-between;
  gap: 0px 0.2666666667vw;
}
@media screen and (min-width: 769px) {
  .tabs .inner {
    justify-content: center;
    gap: 0px 0.9090909091vw;
  }
}
@media screen and (min-width: 1140px) {
  .tabs .inner {
    gap: 0px 10px;
  }
}
.tabs__tab {
  width: 26.6666666667vw;
  background: #4B4B4B;
  text-align: center;
  cursor: pointer;
  border: 1px solid #4B4B4B;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .tabs__tab {
    width: 22.7272727273vw;
    padding: 0.9090909091vw 0px;
    transition: background 0.4s ease !important;
    border-radius: 0.4545454545vw;
  }
  .tabs__tab:hover {
    background: #fff;
  }
  .tabs__tab:hover p {
    color: #4B4B4B;
  }
  .tabs__tab:hover svg path {
    fill: #4B4B4B;
  }
}
@media screen and (min-width: 1140px) {
  .tabs__tab {
    width: 250px;
    padding: 10px 0px;
    border-radius: 5px;
  }
}
.tabs__tab p {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .tabs__tab p {
    transition: color 0.4s ease !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .tabs__tab p {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .tabs__tab p {
    font-size: 1.6363636364vw;
    line-height: 1.6363636364vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1140px) {
  .tabs__tab p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1em;
  }
}
.tabs__tab span {
  padding: 1.3333333333vw 0;
  line-height: 0;
  display: block;
}
@media screen and (min-width: 769px) {
  .tabs__tab span {
    padding: 1.3636363636vw 0px 0px 0px;
  }
}
@media screen and (min-width: 1140px) {
  .tabs__tab span {
    padding: 15px 0px 0px 0px;
  }
}
.tabs__tab span svg {
  width: 2.6666666667vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .tabs__tab span svg {
    width: 1.3636363636vw;
  }
}
@media screen and (min-width: 1140px) {
  .tabs__tab span svg {
    width: 15px;
  }
}
.tabs__tab span svg path {
  fill: #fff;
}
@media screen and (min-width: 769px) {
  .tabs__tab span svg path {
    transition: fill 0.4s ease !important;
  }
}

@media screen and (min-width: 769px) {
  .special__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 4.5454545455vw 3.0909090909vw;
  }
}
@media screen and (min-width: 1140px) {
  .special__wrap {
    gap: 50px 25px;
  }
}
.special__wrap li {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .special__wrap li {
    width: 29.9090909091vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1140px) {
  .special__wrap li {
    width: 350px;
  }
}
.special__wrap li:first-child {
  margin-top: 0px;
}
.special__wrap li:nth-child(1) h2::after {
  content: "特典1";
}
.special__wrap li:nth-child(2) h2::after {
  content: "特典2";
}
.special__wrap li:nth-child(3) h2::after {
  content: "特典3";
}
.special__wrap li:nth-child(4) h2::after {
  content: "特典4";
}
.special__wrap li:nth-child(5) h2::after {
  content: "特典5";
}
.special__wrap li:nth-child(6) h2::after {
  content: "特典6";
}
.special__wrap li:nth-child(7) h2::after {
  content: "特典7";
}
.special__wrap li:nth-child(8) h2::after {
  content: "特典8";
}
.special__wrap li:nth-child(9) h2::after {
  content: "特典9";
}
.special__wrap li:nth-child(10) h2::after {
  content: "特典10";
}
.special__wrap li h2 {
  padding-bottom: 5.3333333333vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .special__wrap li h2 {
    padding-bottom: 1.8181818182vw;
  }
}
@media screen and (min-width: 1140px) {
  .special__wrap li h2 {
    padding-bottom: 20px;
  }
}
.special__wrap li h2 span {
  padding: 1.6vw 0px 0px 18.6666666667vw;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .special__wrap li h2 span {
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .special__wrap li h2 span {
    font-size: 1.4545454545vw;
    line-height: 1.4545454545vw;
  }
}
@media screen and (min-width: 1140px) {
  .special__wrap li h2 span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
  }
}
@media screen and (min-width: 769px) {
  .special__wrap li h2 span {
    padding: 0.5454545455vw 0px 0px 6.3636363636vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .special__wrap li h2 span {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .special__wrap li h2 span {
    font-size: 1.6363636364vw;
    line-height: 1.6363636364vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1140px) {
  .special__wrap li h2 span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1em;
  }
}
@media screen and (min-width: 1140px) {
  .special__wrap li h2 span {
    padding: 6px 0px 0px 70px;
  }
}
.special__wrap li h2 i {
  content: "";
  width: 16vw;
  height: 16vw;
  background: url(../img/icon-fukidashi.svg) center center/contain no-repeat;
  position: absolute;
  left: 0px;
  top: -2.6666666667vw;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .special__wrap li h2 i {
    width: 5.4545454545vw;
    height: 5.4545454545vw;
    top: -0.9090909091vw;
  }
}
@media screen and (min-width: 1140px) {
  .special__wrap li h2 i {
    width: 60px;
    height: 60px;
    top: -10px;
  }
}
.special__wrap li h2 i svg {
  width: 100%;
  height: auto;
}
.special__wrap li h2 i svg path {
  fill: #35A0EB;
}
.special__wrap li h2::after {
  content: "";
  width: 16vw;
  height: 13.3333333333vw;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: -2.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .special__wrap li h2::after {
    width: 5.4545454545vw;
    height: 4.5454545455vw;
    top: -0.9090909091vw;
  }
}
@media screen and (min-width: 1140px) {
  .special__wrap li h2::after {
    width: 60px;
    height: 50px;
    top: -10px;
  }
}
.special__wrap li figure {
  position: relative;
  z-index: 1;
}
.special__wrap li figure > div {
  position: relative;
}
.special__wrap li figure > div img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.special__wrap li figure > div::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2.6666666667vw;
  left: 2.6666666667vw;
  background: url(../img/bg-sprite.png) 0 0/7px 7px repeat;
  z-index: 1;
  line-height: 0;
  font-size: 0;
}
@media screen and (min-width: 769px) {
  .special__wrap li figure > div::before {
    top: 0.9090909091vw;
    left: 0.9090909091vw;
  }
}
@media screen and (min-width: 1140px) {
  .special__wrap li figure > div::before {
    top: 10px;
    left: 10px;
  }
}
.special__wrap li figure figcaption {
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .special__wrap li figure figcaption {
    padding-top: 1.8181818182vw;
  }
}
@media screen and (min-width: 1140px) {
  .special__wrap li figure figcaption {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .special__wrap li figure figcaption small {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .special__wrap li figure figcaption small {
    font-size: 1.0909090909vw;
    line-height: 1.6363636364vw;
  }
}
@media screen and (min-width: 1140px) {
  .special__wrap li figure figcaption small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
.special__wrap li figure span {
  padding-top: 2.6666666667vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .special__wrap li figure span {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .special__wrap li figure span {
    font-size: 1.0909090909vw;
    line-height: 1.6363636364vw;
  }
}
@media screen and (min-width: 1140px) {
  .special__wrap li figure span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .special__wrap li figure span {
    padding-top: 0.9090909091vw;
  }
}
@media screen and (min-width: 1140px) {
  .special__wrap li figure span {
    padding-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .kind__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.7272727273vw 0px;
  }
}
@media screen and (min-width: 1140px) {
  .kind__wrap {
    gap: 30px 0px;
  }
}
.kind__wrap li {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .kind__wrap li {
    width: calc(50% - 20px);
  }
}
.kind__block {
  margin-top: 10.6666666667vw;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: background 0.4s ease;
}
.kind__block.isOpen {
  background: #f5f5f5;
}
@media screen and (min-width: 769px) {
  .kind__block {
    margin-top: 0;
    transition: background 0.4s ease, color 0.4s ease !important;
  }
  .kind__block:hover {
    background: #f5f5f5;
  }
}
.kind__block--status {
  position: absolute;
  bottom: 2.6666666667vw;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .kind__block--status {
    bottom: 0.9090909091vw;
    right: 0.9090909091vw;
  }
}
@media screen and (min-width: 1140px) {
  .kind__block--status {
    bottom: 10px;
    right: 10px;
  }
}
.kind__block--status span {
  padding-right: 2.1333333333vw;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kind__block--status span {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .kind__block--status span {
    font-size: 1.0909090909vw;
    line-height: 1.0909090909vw;
  }
}
@media screen and (min-width: 1140px) {
  .kind__block--status span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1em;
  }
}
@media screen and (min-width: 769px) {
  .kind__block--status span {
    padding-right: 0.7272727273vw;
  }
}
@media screen and (min-width: 1140px) {
  .kind__block--status span {
    padding-right: 8px;
  }
}
.kind__block--status span::after {
  content: "詳しく";
}
.kind__block.isOpen .kind__block--status span::after {
  content: "閉じる";
}
.kind__block--status svg {
  width: 3.2vw;
  height: auto;
  transition: transform 0.4s ease !important;
}
@media screen and (min-width: 769px) {
  .kind__block--status svg {
    width: 1.0909090909vw;
  }
  .kind__block--status svg path {
    transition: fill 0.4s ease !important;
  }
}
@media screen and (min-width: 1140px) {
  .kind__block--status svg {
    width: 12px;
  }
}
.kind__block.isOpen .kind__block--status svg {
  transform: rotate(-180deg);
}
.kind__overview {
  padding-bottom: 10.6666666667vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .kind__overview {
    padding-bottom: 3.6363636364vw;
  }
}
@media screen and (min-width: 1140px) {
  .kind__overview {
    padding-bottom: 40px;
  }
}
.kind__overview img {
  width: 100%;
}
.kind__overview p {
  padding: 0px 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .kind__overview p {
    padding: 0px 1.8181818182vw;
  }
}
@media screen and (min-width: 1140px) {
  .kind__overview p {
    padding: 0px 20px;
  }
}
.kind__overview h2 {
  padding: 5.3333333333vw 0px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .kind__overview h2 {
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.8181818182vw 0;
    padding: 0;
  }
}
@media screen and (min-width: 1140px) {
  .kind__overview h2 {
    padding: 20px 0;
    padding: 0;
  }
}
.kind__detail {
  padding: 5.3333333333vw 2.6666666667vw;
  display: none;
}
@media screen and (min-width: 769px) {
  .kind__detail {
    padding: 1.8181818182vw;
  }
}
@media screen and (min-width: 1140px) {
  .kind__detail {
    padding: 20px;
  }
}
.kind__detail--main dt {
  font-weight: 700;
}
.kind__detail--main dd {
  padding-left: 1em;
  text-indent: -1em;
}
.kind__detail--main dd::before {
  width: 1em;
  content: "・";
}
.kind__detail--table {
  width: 100%;
  margin-top: 5.3333333333vw;
  border: 1px solid #4B4B4B;
  table-layout: fixed;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .kind__detail--table {
    margin-top: 1.8181818182vw;
    margin: 0;
    color: #4B4B4B;
  }
}
@media screen and (min-width: 1140px) {
  .kind__detail--table {
    margin-top: 20px;
  }
}
.kind__detail--table th {
  padding: 1.3333333333vw 2.6666666667vw;
  font-weight: bold;
  color: #fff;
  background: #4B4B4B;
  border: 1px solid #fff;
  border-top-color: #4B4B4B;
  border-top-color: #4B4B4B;
}
@media screen and (min-width: 769px) {
  .kind__detail--table th {
    padding: 0.4545454545vw 0.9090909091vw;
  }
}
@media screen and (min-width: 1140px) {
  .kind__detail--table th {
    padding: 5px 10px;
  }
}
.kind__detail--table td {
  width: 70%;
  padding: 1.3333333333vw 2.6666666667vw;
  border: 1px solid #4B4B4B;
}
@media screen and (min-width: 769px) {
  .kind__detail--table td {
    padding: 0.9090909091vw;
  }
}
@media screen and (min-width: 1140px) {
  .kind__detail--table td {
    padding: 10px;
  }
}

.require table {
  width: 100%;
  border: 1px solid #4B4B4B;
  table-layout: fixed;
}
.require table th {
  padding: 1.3333333333vw 2.6666666667vw;
  font-weight: bold;
  color: #fff;
  background: #4B4B4B;
  border: 1px solid #fff;
  border-top-color: #4B4B4B;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .require table th {
    padding: 0.4545454545vw 0.9090909091vw;
  }
}
@media screen and (min-width: 1140px) {
  .require table th {
    padding: 5px 10px;
  }
}
.require table td {
  width: 70%;
  padding: 1.3333333333vw 2.6666666667vw;
  border: 1px solid #4B4B4B;
}
@media screen and (min-width: 769px) {
  .require table td {
    padding: 0.9090909091vw;
  }
}
@media screen and (min-width: 1140px) {
  .require table td {
    padding: 10px;
  }
}
.require table td span {
  margin-top: 1.3333333333vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .require table td span {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .require table td span {
    font-size: 1.0909090909vw;
    line-height: 1.6363636364vw;
  }
}
@media screen and (min-width: 1140px) {
  .require table td span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .require table td span {
    margin-top: 0.4545454545vw;
  }
}
@media screen and (min-width: 1140px) {
  .require table td span {
    margin-top: 5px;
  }
}

.entry__links {
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .entry__links {
    padding-top: 1.8181818182vw;
    display: flex;
    justify-content: center;
    gap: 0px 1.3333333333vw;
  }
}
@media screen and (min-width: 1140px) {
  .entry__links {
    padding-top: 20px;
    gap: 0px 5px;
  }
}
.entry__links a {
  margin-top: 2.6666666667vw;
  padding: 2.6666666667vw;
  border-radius: 1.3333333333vw;
  display: block;
  color: #fff;
  background: #35A0EB;
  border: 1px solid #35A0EB;
}
@media screen and (min-width: 769px) {
  .entry__links a {
    margin: 0px;
    padding: 0.9090909091vw;
    border-radius: 0.4545454545vw;
    transition: background 0.4s ease, color 0.4s ease !important;
  }
  .entry__links a:hover {
    background: #fff;
    color: #35A0EB;
  }
}
@media screen and (min-width: 1140px) {
  .entry__links a {
    padding: 10px;
    border-radius: 5px;
  }
}
.entry__links a:first-child {
  margin-top: 0px;
}
.entry__situation, .entry__contact {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .entry__situation, .entry__contact {
    margin-top: 3.6363636364vw;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    gap: 0px 20px;
  }
}
@media screen and (min-width: 1140px) {
  .entry__situation, .entry__contact {
    margin-top: 40px;
  }
}
.entry__situation--block, .entry__contact--block {
  margin-top: 5.3333333333vw;
  padding: 5.3333333333vw 2.6666666667vw;
  border: 1px solid #4B4B4B;
}
.entry__situation--block:first-child, .entry__contact--block:first-child {
  margin-top: 0px;
}
@media screen and (min-width: 769px) {
  .entry__situation--block, .entry__contact--block {
    width: calc(50% - 50px);
    margin-top: 0;
    padding: 1.8181818182vw 2.7272727273vw;
  }
}
@media screen and (min-width: 1140px) {
  .entry__situation--block, .entry__contact--block {
    padding: 20px 30px;
  }
}
.entry__situation h3, .entry__contact h3 {
  padding-bottom: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .entry__situation h3, .entry__contact h3 {
    padding-bottom: 1.8181818182vw;
  }
}
@media screen and (min-width: 1140px) {
  .entry__situation h3, .entry__contact h3 {
    padding-bottom: 20px;
  }
}
.entry__contact {
  text-align: center;
}
.entry__contact--block h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry__contact--block h3::before {
  content: "";
  width: 8vw;
  height: 8vw;
}
@media screen and (min-width: 769px) {
  .entry__contact--block h3::before {
    width: 2.7272727273vw;
    height: 2.7272727273vw;
  }
}
@media screen and (min-width: 1140px) {
  .entry__contact--block h3::before {
    width: 30px;
    height: 30px;
  }
}
.entry__contact--block h3 span {
  padding-left: 2.6666666667vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .entry__contact--block h3 span {
    padding-left: 0.9090909091vw;
  }
}
@media screen and (min-width: 1140px) {
  .entry__contact--block h3 span {
    padding-left: 30px;
  }
}
.entry__contact--block__phone h3::before {
  background: url(../img/icon-phone.svg) center center/contain no-repeat;
}
.entry__contact--block__mail h3::before {
  background: url(../img/icon-mail.svg) center center/contain no-repeat;
}
.entry__sup {
  margin-top: 5.3333333333vw;
}
@media screen and (max-width: 768px) {
  .entry__sup {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .entry__sup {
    font-size: 1.0909090909vw;
    line-height: 1.6363636364vw;
  }
}
@media screen and (min-width: 1140px) {
  .entry__sup {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .entry__sup {
    margin-top: 1.8181818182vw;
  }
}
@media screen and (min-width: 1140px) {
  .entry__sup {
    margin-top: 20px;
  }
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes wobbling_x {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes wobbling_x {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
.banner-fix {
  z-index: 2;
}/*# sourceMappingURL=style.css.map */