@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Zen+Maru+Gothic:wght@700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #FCFAFA;
}

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

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

/* リキッドレイアウト対応 */
@media (max-width: 1400px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

.access__wrap {
  padding: 73px 0 150px;
  padding: 4.5625rem 0 9.375rem;
}
@media screen and (max-width: 768px) {
  .access__wrap {
    padding: 1.75rem 0 6.25rem;
  }
}

.access__inner {
  width: 519px;
  width: 32.4375rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .access__inner {
    width: 21.25rem;
  }
}

.access__btns {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.access__btn {
  display: block;
  text-align: center;
  border: 1px solid #FCFAFA;
  border: 0.0625rem solid #FCFAFA;
  border-radius: 1.25rem;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.0909090909;
  font-weight: 700;
  padding: 23px 0;
  padding: 1.4375rem 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .access__btn {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    padding: 0.75rem 1.125rem 0.75rem 0;
  }
}

.access__btn::before {
  content: "";
  position: absolute;
  background: url(../images/icon-link.svg) center center no-repeat;
  background-size: cover;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .access__btn::before {
    width: 1rem;
    height: 1rem;
  }
}

.access__btn--po1::before {
  right: 13%;
}
@media screen and (max-width: 768px) {
  .access__btn--po1::before {
    right: 6%;
  }
}

.access__btn--po2::before {
  right: 19.5%;
}
@media screen and (max-width: 768px) {
  .access__btn--po2::before {
    right: 14%;
  }
}

.access__btn + .access__btn {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.access__btn:hover {
  background: #FFADE9;
}

.acrobatics__wrap {
  background: url(../images/bg02.jpg) center center no-repeat;
  background-size: cover;
  padding: 27px 0 68px;
  padding: 1.6875rem 0 4.25rem;
}
@media screen and (max-width: 768px) {
  .acrobatics__wrap {
    background: url(../images/bg02-sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 5.6875rem 0 2.375rem;
  }
}

.acrobatics__inner {
  max-width: 970px;
  max-width: 60.625rem;
  margin: auto;
}

.acrobatics__title {
  width: 744px;
  width: 46.5rem;
  margin: auto;
  -webkit-transform: translate(0.375rem, 0.125rem);
          transform: translate(0.375rem, 0.125rem);
}
@media screen and (max-width: 768px) {
  .acrobatics__title {
    width: 90%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.acrobatics__lead {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6818181818;
  font-weight: 500;
  margin-top: 23px;
  margin-top: 1.4375rem;
  margin-left: 7px;
  margin-left: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .acrobatics__lead {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 1.9375rem;
    margin-left: 0rem;
  }
}

.acrobatics__img {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .acrobatics__img {
    width: 91%;
    margin: 1rem auto 0;
  }
}

.acrobatics__list {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .acrobatics__list {
    margin-top: 3.625rem;
  }
}

@media screen and (max-width: 768px) {
  .acrobatics__list--mt {
    margin-top: 2rem;
  }
}

.acrobatics__table {
  color: #300F7B;
  margin-top: 39px;
  margin-top: 2.4375rem;
  margin-top: 36px;
  margin-top: 2.25rem;
  border-spacing: 4px;
  border-spacing: 0.25rem;
  -webkit-transform: translate(-0.125rem, 0rem);
          transform: translate(-0.125rem, 0rem);
  width: 100.5%;
}
@media screen and (max-width: 768px) {
  .acrobatics__table {
    -webkit-transform: translate(0, 0rem);
            transform: translate(0, 0rem);
    width: 21.75rem;
    margin: 1.5rem auto 0rem;
    border-spacing: 0.125rem;
  }
}

@media screen and (max-width: 768px) {
  .acrobatics__table--mt {
    margin: 1.1875rem auto 0rem;
  }
}

.acrobatics__thead th:nth-child(1) {
  width: 127px;
  width: 7.9375rem;
}

.acrobatics__thead th:nth-child(2) .acrobatics__thead th:nth-child(3) {
  width: 415px;
  width: 25.9375rem;
}

.acrobatics__thead th {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 37px;
  height: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .acrobatics__thead th {
    font-size: 0.875rem;
    height: 1.6875rem;
  }
}

.acrobatics__tbody td {
  background: #FCFAFA;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  height: 80px;
  height: 5rem;
  text-align: center;
}

.acrobatics__tbody td.acrobatics__td1 {
  padding-left: 18px;
  padding-left: 1.125rem;
  text-indent: 0px;
  text-indent: 0rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .acrobatics__tbody td.acrobatics__td1 {
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.25;
    width: 27%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .acrobatics__tbody td.acrobatics__td1--h {
    height: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .acrobatics__tbody td.acrobatics__td2 {
    font-size: 0.9375rem;
    padding: 0.4375rem 1.125rem 0.25rem;
  }
}

@media screen and (max-width: 768px) {
  .acrobatics__tbody td.acrobatics__td2--h {
    height: 4rem;
  }
}

.acrobatics__no-date {
  position: relative;
}

.acrobatics__no-date::before {
  content: "";
  position: absolute;
  width: 33px;
  width: 2.0625rem;
  height: 3px;
  height: 0.1875rem;
  background: #300F7B;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.acrobatics__pink {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background: #D041B4;
  color: #FCFAFA;
  border-radius: 1.25rem;
  display: inline-block;
  width: 312px;
  width: 19.5rem;
  padding: 3px 0;
  padding: 0.1875rem 0;
  margin: 6px 0;
  margin: 0.375rem 0;
}
@media screen and (max-width: 768px) {
  .acrobatics__pink {
    font-size: 0.9375rem;
    line-height: 1.2;
    width: 100%;
    margin-top: 0.1875rem;
  }
}

.acrobatics__orange {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background: #FD835E;
  color: #FCFAFA;
  border-radius: 1.25rem;
  display: inline-block;
  width: 312px;
  width: 19.5rem;
  padding: 3px 0;
  padding: 0.1875rem 0;
  margin: 6px 0;
  margin: 0.375rem 0;
}
@media screen and (max-width: 768px) {
  .acrobatics__orange {
    font-size: 0.9375rem;
    line-height: 1.2;
    width: 100%;
    margin: 0;
    margin-top: 0.4375rem;
  }
}

.acrobatics__orange--w {
  width: 200px;
  width: 12.5rem;
}

.acrobatics__pink--w {
  width: 135px;
  width: 8.4375rem;
}

.acrobatics__note {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2857142857;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .acrobatics__note {
    text-align: center;
    font-size: 0.75rem;
    margin-top: 0.75rem;
    line-height: 1.5;
  }
}

.bg {
  background: url(../images/bg05.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bg {
    background: url(../images/bg05-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

.bg2 {
  background: url(../images/bg08.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .card__img {
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .card__img--w {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .card__img--w2 {
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  .card__texts {
    margin-top: 0.375rem;
  }
}

.card__title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.3043478261;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-weight: 800;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  .card__title {
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: normal;
    letter-spacing: initial;
  }
}

.card__title--mt {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.card__title span {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .card__title span {
    font-size: 0.75rem;
  }
}

.card__fz1 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: -1px;
  margin-top: -0.0625rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .card__fz1 {
    font-size: 0.875rem;
  }
}

.card__fz2 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .card__fz2 {
    font-size: 0.875rem;
  }
}

.card__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (max-width: 768px) {
  .card__prices {
    display: block;
    margin-top: -0.125rem;
  }
}

.card__price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .card__price {
    font-size: 0.875rem;
  }
}

.card__limited {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #FCFAFA;
  background: #FD835E;
  padding: 0 8px;
  padding: 0 0.5rem;
  height: 24px;
  height: 1.5rem;
  line-height: 1.4;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .card__limited {
    display: inline-block;
    font-size: 0.6875rem;
    height: 1.125rem;
  }
}

.card__desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 400;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 768px) {
  .card__desc {
    display: none;
  }
}

.card__kind {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-top: 19px;
  margin-top: 1.1875rem;
  padding-left: 41px;
  padding-left: 2.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card__kind {
    font-size: 0.75rem;
    line-height: 1.5833333333;
    margin-top: 0.625rem;
    padding-left: 1.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .card__kind--pl {
    padding-left: 0;
    margin-top: 1.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .card__kind--pl2 {
    padding-left: 1.6875rem;
  }
}

.card__kind::before {
  content: "";
  position: absolute;
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  top: -5px;
  top: -0.3125rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .card__kind::before {
    width: 1.75rem;
    height: 1.75rem;
    top: -0.25rem;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .card__kind--pl::before {
    top: -1.75rem;
    left: -0.0625rem;
  }
}

.card__kind--africa::before {
  background: url(../images/icon-africa.png) center center no-repeat;
  background-size: contain;
}

.card__kind--japan::before {
  background: url(../images/icon-japan.png) center center no-repeat;
  background-size: contain;
}

.card__kind--france::before {
  background: url(../images/icon-france.png) center center no-repeat;
  background-size: contain;
}

.card__kind--america::before {
  background: url(../images/icon-america.png) center center no-repeat;
  background-size: contain;
}

.card__kind--italy::before {
  background: url(../images/icon-italy.png) center center no-repeat;
  background-size: contain;
}

.card__kind--india::before {
  background: url(../images/icon-india.png) center center no-repeat;
  background-size: contain;
}

.card__kind--korea::before {
  background: url(../images/icon-korea.png) center center no-repeat;
  background-size: contain;
}

.card__kind--germany::before {
  background: url(../images/icon-germany.png) center center no-repeat;
  background-size: contain;
}

.card__kind--indonesia::before {
  background: url(../images/icon-indonesia.png) center center no-repeat;
  background-size: contain;
}

.card__kind--peru::before {
  background: url(../images/icon-peru.png) center center no-repeat;
  background-size: contain;
}

.card__kind--taiwan::before {
  background: url(../images/icon-taiwan.png) center center no-repeat;
  background-size: contain;
}

.card__kind--ghana::before {
  background: url(../images/icon-ghana.png) center center no-repeat;
  background-size: contain;
}

.card__kind--turkiye::before {
  background: url(../images/icon-turkiye.png) center center no-repeat;
  background-size: contain;
}

.card__kind--thailand::before {
  background: url(../images/icon-thailand.png) center center no-repeat;
  background-size: contain;
}

.card__kind--nepal::before {
  background: url(../images/icon-nepal.png) center center no-repeat;
  background-size: contain;
}

.card__kind--world::before {
  background: url(../images/icon-world.png) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .card__kind span {
    display: inline-block;
  }
}

.common-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  color: #FFADE9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.common-title span {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .common-title span {
    font-size: 0.875rem;
  }
}

.common-title span.common-title__s {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .common-title span.common-title__s {
    font-size: 0.75rem;
  }
}

.common-title span.common-title__ss {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: normal;
  letter-spacing: initial;
}
@media screen and (max-width: 768px) {
  .common-title span.common-title__ss {
    font-size: 0.75rem;
  }
}

.common-title--le01 {
  letter-spacing: 0.05em;
}

.common-title--le02 {
  letter-spacing: 0.3em;
}

.common-title--le03 {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .drawer-icon__button {
    position: fixed;
    top: 0;
    left: 0;
    width: 3.75rem;
    height: 3.75rem;
    background: #000645;
    padding: 0;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .drawer-icon__button span {
    width: 2.0625rem;
    height: 0.125rem;
    background: #FCFAFA;
    display: inline-block;
    position: absolute;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}

@media screen and (max-width: 768px) {
  .drawer-icon__button span:nth-child(1) {
    top: 42%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .drawer-icon__button span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .drawer-icon__button span:nth-child(3) {
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .drawer-icon__button.is-active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(38deg);
            transform: translate(-50%, -50%) rotate(38deg);
    width: 2.0625rem;
    border-radius: 0.3125rem;
  }
}

@media screen and (max-width: 768px) {
  .drawer-icon__button.is-active span:nth-child(2) {
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .drawer-icon__button.is-active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-38deg);
            transform: translate(-50%, -50%) rotate(-38deg);
    width: 2.0625rem;
    border-radius: 0.3125rem;
  }
}

.drawer {
  position: fixed;
  top: 60px;
  top: 3.75rem;
  left: 0;
}

@media screen and (max-width: 768px) {
  .drawer__list {
    padding: 2.0625rem 1.9375rem 2.8125rem;
  }
}

@media screen and (max-width: 768px) {
  .drawer__item + .drawer__item {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .drawer__link {
    font-size: 1rem;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.25;
    display: inline-block;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .drawer__link--fz18 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .drawer__link--fz12 {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .drawer__link--fz10 {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .drawer__link--link {
    padding-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .drawer__link--link::before {
    content: "";
    position: absolute;
    background: url(../images/icon-link.svg) center center no-repeat;
    background-size: cover;
    width: 1rem;
    height: 1rem;
    top: 0.125rem;
    right: -0.1875rem;
  }
}

.firework__wrap {
  background: url(../images/bg03.jpg) center center no-repeat;
  background-size: cover;
  padding: 85px 0;
  padding: 5.3125rem 0;
}
@media screen and (max-width: 768px) {
  .firework__wrap {
    background: url(../images/bg03-sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 2.1875rem 0 1.5rem;
  }
}

.firework__inner {
  max-width: 976px;
  max-width: 61rem;
  margin: auto;
}

.firework__container {
  display: grid;
  -webkit-column-gap: 2.625rem;
     -moz-column-gap: 2.625rem;
          column-gap: 2.625rem;
}
@media screen and (max-width: 768px) {
  .firework__container {
    display: block;
  }
}

.firework__title {
  width: 275px;
  width: 17.1875rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .firework__title {
    width: 57%;
    margin: 0 auto 0;
  }
}

.firework__img {
  width: 474px;
  width: 29.625rem;
  grid-column: 2/3;
  grid-row: 1/4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .firework__img {
    width: 90%;
    margin: 1.5rem auto 0;
  }
}

.firework__lead {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6818181818;
  font-weight: 500;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .firework__lead {
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
    margin-top: 1.875rem;
  }
}

.firework__list {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .firework__list {
    margin-top: 2.5rem;
  }
}

.fixed {
  position: fixed;
  top: 216px;
  top: 13.5rem;
  right: 0;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fixed {
    top: 0;
    right: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 3.75rem);
  }
}

.fixed__img01,
.fixed__img02 {
  display: block;
}
@media screen and (max-width: 768px) {
  .fixed__img01,
  .fixed__img02 {
    display: none;
  }
}

.fixed__img01 {
  width: 251px;
  width: 15.6875rem;
  margin: auto;
  -webkit-transform: translateX(2.375rem);
          transform: translateX(2.375rem);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: relative;
  z-index: 1;
}

.fixed__img01:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fixed__img02 {
  width: 234px;
  width: 14.625rem;
  margin-top: 22px;
  margin-top: 1.375rem;
  margin-left: auto;
  -webkit-transform: translateX(1.8125rem);
          transform: translateX(1.8125rem);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.fixed__img02:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*===============================

	スマホ用

================================*/
@media screen and (max-width: 768px) {
  .fixed__sp01,
  .fixed__sp02 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    text-align: center;
    font-weight: 700;
    height: 3.75rem;
    display: grid;
    place-items: center;
  }
}

@media screen and (max-width: 768px) {
  .fixed__sp01 {
    background: #FFEB00;
    color: #000645;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .fixed__sp02 {
    background: #FA0380;
    color: #FCFAFA;
    width: 50%;
    display: inline-block;
    padding: 0.4375rem 0 0.4375rem 0.25rem;
  }
}

@media screen and (max-width: 768px) {
  .fixed__sp02 span {
    display: inline-block;
    font-size: 0.5rem;
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
  }
}

@media screen and (max-width: 768px) {
  .fixed__sp02.chrome.ios span {
    font-size: 0.5rem;
    -webkit-transform: scale(0.8) translateX(1.4375rem);
            transform: scale(0.8) translateX(1.4375rem);
    text-align: center;
    margin-left: -10vw;
    margin-top: 0.5625rem;
    display: block;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@media screen and (max-width: 768px) {
  .fixed__sp02.edge.ios span {
    font-size: 0.5rem;
    -webkit-transform: scale(0.8) translateX(1.4375rem);
            transform: scale(0.8) translateX(1.4375rem);
    text-align: center;
    margin-left: -10vw;
    margin-top: 0.5625rem;
    display: block;
  }
}

.food__wrap {
  background: url(../images/bg05.jpg) center center no-repeat;
  background-size: cover;
  padding: 83px 0;
  padding: 5.1875rem 0;
}
@media screen and (max-width: 768px) {
  .food__wrap {
    padding: 0.4375rem 0;
    background: none;
  }
}

.food__inner {
  max-width: 970px;
  max-width: 60.625rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .food__inner {
    padding: 0 1.0625rem;
    max-width: 34.375rem;
  }
}

.food__container {
  background: #FDFDA9;
  border-radius: 3.125rem;
  color: #000645;
  padding: 68px 53px 23px;
  padding: 4.25rem 3.3125rem 1.4375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .food__container {
    border-radius: 1.25rem;
    padding: 2.1875rem 0 1.75rem;
  }
}

.food__container::before {
  content: "";
  position: absolute;
  background: url(../images/food-bg01.png) center center no-repeat;
  background-size: cover;
  width: 276px;
  width: 17.25rem;
  height: 292px;
  height: 18.25rem;
  top: 0;
  left: -14px;
  left: -0.875rem;
}
@media screen and (max-width: 768px) {
  .food__container::before {
    content: normal;
    content: initial;
  }
}

.food__container::after {
  content: "";
  position: absolute;
  background: url(../images/food-bg02.png) center center no-repeat;
  background-size: cover;
  width: 271px;
  width: 16.9375rem;
  height: 275px;
  height: 17.1875rem;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .food__container::after {
    content: normal;
    content: initial;
  }
}

.food__title {
  width: 396px;
  width: 24.75rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .food__title {
    width: 85%;
  }
}

.food__lead.lead {
  margin-top: 39px;
  margin-top: 2.4375rem;
  line-height: 1.6818181818;
}
@media screen and (max-width: 768px) {
  .food__lead.lead {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.food__list {
  width: 479px;
  width: 29.9375rem;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 768px) {
  .food__list {
    width: 100%;
  }
}

.food__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px;
  margin-top: 3rem;
  gap: 42px;
  gap: 2.625rem;
  row-gap: 21px;
  row-gap: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .food__cards {
    margin-top: 1.25rem;
    row-gap: 0.6875rem;
  }
}

.food__card {
  width: 29.98%;
}
@media screen and (max-width: 768px) {
  .food__card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .food__card--mr {
    margin-right: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .food__card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 20px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 768px) {
  .food__card--reverse .card__img {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .food__card--reverse .card__img--w {
    width: 59%;
  }
}

@media screen and (max-width: 768px) {
  .food__card--reverse .card__img--w2 {
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .food__card--reverse .card__img--w3 {
    width: 53%;
  }
}

.food__note {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .food__note {
    font-size: 0.75rem;
    margin-top: 1.25rem;
  }
}

.footer__copyright {
  text-align: center;
  margin-top: -60px;
  margin-top: -3.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: -2.8125rem;
    font-size: 0.6875rem;
  }
}

.goods__wrap {
  background: url(../images/bg05.jpg) center center no-repeat;
  background-size: cover;
  padding: 92px 0;
  padding: 5.75rem 0;
}
@media screen and (max-width: 768px) {
  .goods__wrap {
    background: none;
    padding: 2.875rem 0;
  }
}

.goods__inner {
  max-width: 970px;
  max-width: 60.625rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .goods__inner {
    padding: 0 1.0625rem;
    max-width: 34.375rem;
  }
}

.goods__container {
  background: #B9EAF8;
  border-radius: 3.125rem;
  color: #000645;
  padding: 68px 53px 23px;
  padding: 4.25rem 3.3125rem 1.4375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .goods__container {
    border-radius: 1.25rem;
    padding: 2.1875rem 0 1.75rem;
  }
}

.goods__container::before {
  content: "";
  position: absolute;
  background: url(../images/goods-bg01.png) center center no-repeat;
  background-size: cover;
  width: 152px;
  width: 9.5rem;
  height: 79px;
  height: 4.9375rem;
  top: 74px;
  top: 4.625rem;
  left: 40px;
  left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .goods__container::before {
    content: normal;
    content: initial;
  }
}

.goods__container::after {
  content: "";
  position: absolute;
  background: url(../images/goods-bg02.png) center center no-repeat;
  background-size: cover;
  width: 190px;
  width: 11.875rem;
  height: 134px;
  height: 8.375rem;
  top: 58px;
  top: 3.625rem;
  right: 36px;
  right: 2.25rem;
}
@media screen and (max-width: 768px) {
  .goods__container::after {
    content: normal;
    content: initial;
  }
}

.goods__title {
  width: 460px;
  width: 28.75rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .goods__title {
    width: 90%;
  }
}

.goods__lead.lead {
  margin-top: 39px;
  margin-top: 2.4375rem;
  line-height: 1.6818181818;
}

.goods__list {
  width: 479px;
  width: 29.9375rem;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 768px) {
  .goods__list {
    width: 100%;
  }
}

.goods__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 52px;
  margin-top: 3.25rem;
  gap: 42px;
  gap: 2.625rem;
  row-gap: 23px;
  row-gap: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .goods__cards {
    margin-top: 1.25rem;
    row-gap: 0.5rem;
    padding: 0 1.0625rem;
  }
}

.goods__card {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .goods__card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.4375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .goods__card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.goods__note {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
  color: #111;
}
@media screen and (max-width: 768px) {
  .goods__note {
    font-size: 0.75rem;
    margin-top: 1.25rem;
  }
}

.goods__note--mt {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.guide__wrap {
  background: url(../images/bg01.jpg) center center no-repeat;
  background-size: cover;
  margin-top: -10px;
  margin-top: -0.625rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 152px;
  padding-bottom: 9.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .guide__wrap {
    background: url(../images/bg01-sp.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}

.guide__inner {
  max-width: 970px;
  max-width: 60.625rem;
  margin: auto;
}

.guide__box + .guide__box {
  margin-top: 117px;
  margin-top: 7.3125rem;
}
@media screen and (max-width: 768px) {
  .guide__box + .guide__box {
    margin-top: 4rem;
  }
}

.guide__list {
  width: 711px;
  width: 44.4375rem;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}
@media screen and (max-width: 768px) {
  .guide__list {
    width: 100%;
    margin: 3rem auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.guide__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 27px auto 0;
  margin: 1.6875rem auto 0;
  gap: 1%;
  row-gap: 10px;
  row-gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .guide__imgs {
    width: 100%;
    display: grid;
    margin: 1.1875rem auto 0;
    row-gap: 0.3125rem;
  }
}

.guide__img {
  width: 49.5%;
}
@media screen and (max-width: 768px) {
  .guide__img {
    width: 90%;
    margin: auto;
  }
}

.guide__img a {
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.guide__img a:hover {
  opacity: 0.8;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header__drawer {
  opacity: 0;
  visibility: hidden;
  background: #000645;
  position: fixed;
  top: 60px;
  top: 3.75rem;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .header__drawer.is-active {
    opacity: 1;
    visibility: visible;
    background: #000645;
    position: fixed;
    top: 3.75rem;
    left: 0;
    width: 100%;
  }
}

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

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  height: 6.25rem;
  background: #000645;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 76px;
  gap: 4.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__nav-second-list {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  height: 5rem;
  position: absolute;
  bottom: -80px;
  bottom: -5rem;
  left: 0;
  background: rgba(0, 6, 69, .8);
  gap: 196px;
  gap: 12.25rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header__nav-second-list.is-active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  bottom: -80px;
  bottom: -5rem;
  background: rgba(0, 6, 69, .8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  height: 5rem;
  gap: 196px;
  gap: 12.25rem;
}

.header__nav-item a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  height: 100px;
  height: 6.25rem;
  display: grid;
  place-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.header__nav-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  height: 0.625rem;
  background: #FF88DF;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.header__nav-item a:hover {
  color: #FF88DF;
}

.header__nav-item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header__nav-item.is-active > a {
  color: #FF88DF;
}

.header__nav-item.is-active > a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header__nav-item a span {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  line-height: 0;
  margin: 10px 0 -24px;
  margin: 0.625rem 0 -1.5rem;
}

.firefox .header__nav-item a span {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  line-height: 1;
  margin: 0;
  margin: initial;
}

.header__nav-item:last-child {
  margin-left: -22px;
  margin-left: -1.375rem;
}

.header__nav-item:last-child a {
  position: relative;
}

.header__nav-item:last-child a::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/icon-link.svg);
          mask-image: url(../images/icon-link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background: #FCFAFA;
  top: 54%;
  right: 0%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header__nav-item:last-child a:hover::before {
  background: #FF88DF;
}

.header__nav-second-item a {
  height: 80px;
  height: 5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.header__nav-second-item a span {
  font-size: 14px;
  font-size: 0.875rem;
}

.inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 1440px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.lanthanum__wrap {
  background: url(../images/bg04.jpg) center center no-repeat;
  background-size: cover;
  padding: 74px 0;
  padding: 4.625rem 0;
}
@media screen and (max-width: 768px) {
  .lanthanum__wrap {
    background: url(../images/bg04-sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 1.5rem 0 3.1875rem;
  }
}

.lanthanum__inner {
  max-width: 970px;
  max-width: 60.625rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .lanthanum__inner {
    width: 100%;
  }
}

.lanthanum__container {
  display: grid;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .lanthanum__container {
    display: block;
  }
}

.lanthanum__title {
  width: 461px;
  width: 28.8125rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .lanthanum__title {
    width: 88%;
    margin: auto;
  }
}

.lanthanum__img {
  width: 474px;
  width: 29.625rem;
  grid-column: 2/3;
  grid-row: 1/4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .lanthanum__img {
    width: 90%;
    margin: 1.5625rem auto 0;
  }
}

.lanthanum__lead {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6818181818;
  font-weight: 500;
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .lanthanum__lead {
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
    margin-top: 2.25rem;
  }
}

.lanthanum__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .lanthanum__list {
    margin-top: 2.375rem;
  }
}

.lanthanum__note1 {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .lanthanum__note1 {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.lanthanum__note2 {
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .lanthanum__note2 {
    white-space: normal;
    white-space: initial;
    font-size: 0.75rem;
    line-height: 1.5;
    width: 18.9375rem;
    margin: 1.25rem auto 0;
  }
}

.lanthanum__note-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  margin-top: 1.3125rem;
  gap: 68px;
  gap: 4.25rem;
}
@media screen and (max-width: 768px) {
  .lanthanum__note-block {
    display: block;
    margin-top: 1.0625rem;
  }
}

.lanthanum__cooperation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  gap: 0.875rem;
}
@media screen and (max-width: 768px) {
  .lanthanum__cooperation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
  }
}

.lanthanum__cooperation img {
  width: 196px;
  width: 12.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .lanthanum__cooperation img {
    width: 9.3125rem;
  }
}

.lanthanum__text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .lanthanum__text {
    font-size: 0.875rem;
  }
}

.lanthanum__note3 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .lanthanum__note3 {
    font-size: 0.5rem;
    text-align: center;
    margin-top: 0.5625rem;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .lanthanum__note3.chrome.ios {
    font-size: 0.5rem;
    -webkit-transform: scale(0.8) translateX(1.4375rem);
            transform: scale(0.8) translateX(1.4375rem);
    text-align: center;
    margin-left: -10vw;
    margin-top: 0.5625rem;
    display: block;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@media screen and (max-width: 768px) {
  .lanthanum__note3.edge.ios {
    font-size: 0.5rem;
    -webkit-transform: scale(0.8) translateX(1.4375rem);
            transform: scale(0.8) translateX(1.4375rem);
    text-align: center;
    margin-left: -10vw;
    margin-top: 0.5625rem;
    display: block;
  }
}

.lead {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.9090909091;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  gap: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .list__box {
    display: block;
  }
}

.list__box--gap2 {
  gap: 27px;
  gap: 1.6875rem;
}

.list__box--gap3 {
  gap: 35px;
  gap: 2.1875rem;
}

.list__box--gap4 {
  gap: 12px;
  gap: 0.75rem;
}

.list__box--gap5 {
  gap: 38px;
  gap: 2.375rem;
}

.list__box--gap6 {
  gap: 38px;
  gap: 2.375rem;
}

@media screen and (max-width: 768px) {
  .list__box--341 {
    width: 21.3125rem;
    margin: auto;
  }
}

.list__box + .list__box {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .list__box + .list__box {
    margin-top: 2.1875rem;
  }
}

.list__box + .list__box--mt {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .list__box + .list__box--mt {
    margin-top: 1.75rem;
  }
}

.list__box + .list__box--mt2 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.list__box + .list__box--mt3 {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.list__title {
  width: 128px;
  width: 8rem;
  height: 37px;
  height: 2.3125rem;
  display: grid;
  place-items: center;
  background: #FFADE9;
  font-size: 18px;
  font-size: 1.125rem;
  color: #300F7B;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .list__title {
    width: 6.3125rem;
    height: 1.6875rem;
    margin: auto;
    font-size: 0.875rem;
  }
}

.list__title--color {
  background: #D6038D;
  color: #FCFAFA;
}

.list__desc {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .list__desc {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 1.0625rem;
  }
}

.list__desc--fz {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 768px) {
  .list__desc--fz {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 1.0625rem;
  }
}

@media screen and (max-width: 768px) {
  .list__texts--mt {
    margin-top: 0.625rem;
  }
}

.list__text {
  margin-left: 9px;
  margin-left: 0.5625rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .list__text {
    text-align: center;
    font-size: 0.75rem;
    margin-left: 0;
  }
}

.list__text--ml {
  margin-left: 0;
}

.list__text--fz {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .list__text--fz {
    font-size: 0.75rem;
    margin-top: -0.0625rem;
    margin-bottom: 1.0625rem;
  }
}

.list__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .list__time {
    gap: 0.125rem;
  }
}

.list__time + .list__time {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.list__month {
  color: #FFADE9;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.85;
  font-weight: 700;
  width: 72px;
  width: 4.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .list__month {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    width: 3.1875rem;
    margin-top: 0.125rem;
  }
}

.list__date {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 700;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (max-width: 768px) {
  .list__date {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

@media screen and (max-width: 768px) {
  .loadMore {
    font-size: 1rem;
    color: #FCFAFA;
    font-weight: 700;
    width: 12.0625rem;
    height: 2.4375rem;
    margin: 1.5625rem auto 0;
    position: relative;
    background: #FC71D6;
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .loadMore::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 0.8125rem solid #fff;
    border-right: 0.4375rem solid transparent;
    border-left: 0.4375rem solid transparent;
  }
}

@media screen and (max-width: 768px) {
  .loadMore.close::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}

@media screen and (max-width: 768px) {
  .loadMore--mt {
    margin: 2.0625rem auto 0;
  }
}

@media screen and (max-width: 768px) {
  .loadMore--green {
    background: #00BC00;
  }
}

.mv__img {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .mv__img {
    margin-top: 3.75rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 30px;
  bottom: 1.875rem;
  right: 0;
  width: 143px;
  width: 8.9375rem;
  cursor: pointer;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 4.875rem;
  }
}

.price__wrap {
  padding: 17px 0;
  padding: 1.0625rem 0;
}

.price__wrap--mt {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .price__wrap--mt {
    margin-top: 1.125rem;
  }
}

.price__inner {
  width: 970px;
  width: 60.625rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .price__inner {
    width: 100%;
    padding: 0 1.125rem;
  }
}

.price__inner2 {
  width: 794px;
  width: 49.625rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .price__inner2 {
    width: 100%;
    padding: 0 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .price__thead th {
    padding: 0.3125rem 0;
  }
}

.price__thead th span {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .price__thead th span.utility__fz10 {
    font-size: 0.625rem;
  }
}

.price__table {
  color: #000645;
  margin: 16px auto 0;
  margin: 1rem auto 0;
  border-spacing: 3px;
  border-spacing: 0.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .price__table {
    border-spacing: 0.125rem;
    width: 20.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .price__table--mt {
    margin: 1.8125rem auto 0;
  }
}

.price__tbody {
  background: #FCFAFA;
}

.price__tbody td {
  text-align: center;
  height: 62px;
  height: 3.875rem;
}
@media screen and (max-width: 768px) {
  .price__tbody td {
    height: 2.25rem;
  }
}

@media screen and (max-width: 768px) {
  .price__tbody td.utility__h50 {
    height: 3.125rem;
  }
}

.price__tbody td span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .price__table .price__fz14 {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}

@media screen and (max-width: 768px) {
  .price__table .price__fz15 {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .price__table .price__fz16 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .price__table .price__fz16 span {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}

@media screen and (max-width: 768px) {
  .price__table .utility__free {
    font-size: 1.5625rem;
  }
}

.utility__pink1 {
  background: #FFADE9;
}

.utility__pink2 {
  background: #FFD5F4;
}

.utility__pink3 {
  background: #FF88DF;
}

.utility__w177 {
  width: 177px;
  width: 11.0625rem;
}
@media screen and (max-width: 768px) {
  .utility__w177 {
    width: 10%;
  }
}

.utility__w183 {
  width: 183px;
  width: 11.4375rem;
}
@media screen and (max-width: 768px) {
  .utility__w183 {
    width: 100%;
  }
}

.utility__w193 {
  width: 193px;
  width: 12.0625rem;
}
@media screen and (max-width: 768px) {
  .utility__w193 {
    width: 100%;
  }
}

.utility__w288 {
  width: 330px;
  width: 20.625rem;
}
@media screen and (max-width: 768px) {
  .utility__w288 {
    width: 20%;
  }
}

.utility__w391 {
  width: 391px;
  width: 24.4375rem;
}
@media screen and (max-width: 768px) {
  .utility__w391 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .utility__w1 {
    width: 34%;
  }
}

@media screen and (max-width: 768px) {
  .utility__w2 {
    width: 30%;
  }
}

.utility__h77 {
  height: 77px;
  height: 4.8125rem;
}

.utility__h37 {
  height: 37px;
  height: 2.3125rem;
}

@media screen and (max-width: 768px) {
  .utility__fz10 {
    font-size: 0.625rem;
  }
}

.utility__fz20 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

.utility__fz14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.utility__free {
  font-size: 30px;
  font-size: 1.875rem;
  background: #F4FD05;
}
@media screen and (max-width: 768px) {
  .utility__free {
    font-size: 1.5625rem;
  }
}
/*# sourceMappingURL=styles.css.map */
