@charset "UTF-8";
html {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  scroll-padding-top: 80px;
}
@media screen and (min-width: 768px) {
  html {
    width: 100%;
    scroll-padding-top: 50px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  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;
}

a {
  text-decoration: none;
}

/* 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: 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;
}

.section-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.1025641026vw;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  text-align: center;
  border-top: 0.5128205128vw solid #fff;
  border-bottom: 0.5128205128vw solid #fff;
  width: 87.6923076923vw;
  margin: 0 auto;
  padding: 2.0512820513vw 0;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .section-title {
    gap: 1.0582010582vw;
    font-size: 1.1904761905vw;
    border-top: 0.1322751323vw solid #fff;
    border-bottom: 0.1322751323vw solid #fff;
    width: 25.5291005291vw;
    padding: 0.5291005291vw 0;
  }
}

/* PC背景 */
.pc-bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-bg {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 0;
    background-color: #0098E1;
    background-image: url(../../assets/img/pc_bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
  }
}

/* SP：全幅表示 */
.pc-stage {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pc-stage {
    position: relative;
    z-index: 1;
    height: 100dvh;
    display: flex;
    justify-content: center;
  }
}

.phone-viewport {
  width: 100%;
  min-height: 100dvh;
  background: #0098E1;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .phone-viewport {
    width: 29.1005291005vw;
    height: 100dvh;
    overflow-y: auto;
    background: transparent;
  }
}

body::-webkit-scrollbar,
.phone-viewport::-webkit-scrollbar {
  display: none;
}

/* PC：中央のSP幅だけスクロール */
@media screen and (min-width: 768px) {
  html,
  body {
    height: 100%;
    overflow: hidden;
  }
}

.md-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .md-none {
    display: block;
  }
}
.md-show {
  display: block;
}

@media screen and (min-width: 768px) {
  .md-show {
    display: none;
  }
}
.pc-stage {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pc-title {
    position: fixed;
    width: min(31.5476190476vw, (100vh - 180px) * 0.75);
    max-height: calc(100vh - 180px);
    object-fit: contain;
    top: 50%;
    right: 1.9841269841vw;
    transform: translateY(-50%);
    z-index: 999;
  }
}

.cp-logo {
  padding: 2.0512820513vw 0;
  background-color: #fff;
}

.cp-logo_img {
  width: 68.2051282051vw;
}
@media screen and (min-width: 768px) {
  .cp-logo_img {
    width: 70.7692307692vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .pc-header__wrap {
    position: fixed;
    left: 8.2671957672vw;
    z-index: 10;
  }
}

.pc-header__wrap {
  opacity: 0;
}

.pc-header__wrap.is-ready {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .pc-header__scroll {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

@media screen and (min-width: 768px) {
  .pc-nav_under-design {
    position: absolute;
    width: 34.6560846561vw;
    height: 15.6746031746vw;
    bottom: -7.9365079365vw;
    right: -7.671957672vw;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .pc-header__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 19.0476190476vw;
    background-color: #fff;
    border-radius: 1.0582010582vw;
    padding: 2.1164021164vw 2.1164021164vw 1.0582010582vw 2.1164021164vw;
    z-index: 2;
  }
}

@media screen and (min-width: 768px) {
  .pc-header__logo {
    width: 14.8148148148vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .pc-nav__items {
    margin-top: clamp(20px, 2vw, 36px);
  }
}

@media screen and (min-width: 768px) {
  .pc-nav__link {
    display: block;
    position: relative;
    font-size: 0.9259259259vw;
    font-weight: 700;
    line-height: 1.7142857143;
    width: 14.8148148148vw;
    color: #0098E1;
    background-image: radial-gradient(circle, #0098E1 0.0661375661vw, transparent 0.0661375661vw);
    background-size: 0.3306878307vw 0.0661375661vw;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: clamp(10px, 1vw, 16px);
    padding-bottom: clamp(10px, 1vw, 16px);
  }
}

@media screen and (min-width: 768px) {
  .pc-nav__link::before {
    position: absolute;
    content: "";
    background-image: url(../../assets/img/pc-nav_icon.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 0.9920634921vw;
    height: 0.9920634921vw;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .pc-nav__item.item-last .pc-nav__link {
    background-image: unset;
  }
}

@media screen and (min-width: 768px) {
  .pc__design {
    position: absolute;
    width: 24.8015873016vw;
    height: 20.7671957672vw;
    bottom: 2.1164021164vw;
    right: 14.8148148148vw;
    z-index: 99;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding-top: 20.5128205128vw;
  }
  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 20.5128205128vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4.1025641026vw 0 0;
  }
  .sp-header .cp-logo {
    padding: 0;
    background: transparent;
  }
  .sp-menu-btn {
    position: relative;
    z-index: 1100;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  .sp-menu-btn span {
    position: absolute;
    left: 2.0512820513vw;
    height: 2px;
    width: 8.7179487179vw;
    background: #0098E1;
    transition: 0.3s;
  }
  .sp-menu-btn span:nth-child(1) {
    top: 1.7948717949vw;
  }
  .sp-menu-btn span:nth-child(2) {
    top: 4.8717948718vw;
  }
  .sp-menu-btn span:nth-child(3) {
    top: 7.9487179487vw;
  }
  .sp-menu-btn.is-open span:nth-child(1) {
    top: 4.8717948718vw;
    transform: rotate(40deg);
  }
  .sp-menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .sp-menu-btn.is-open span:nth-child(3) {
    top: 4.8717948718vw;
    transform: rotate(-40deg);
  }
  .sp-drawer {
    position: fixed;
    top: 16.6666666667vw;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100dvh;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s;
    overflow-y: auto;
  }
  .sp-drawer.is-open {
    transform: translateX(0);
  }
  .sp-drawer__items {
    padding: 6.1538461538vw 6.1538461538vw 25.641025641vw;
  }
  .sp-drawer__link {
    position: relative;
    display: block;
    font-size: 3.5897435897vw;
    font-weight: 700;
    line-height: 1.7142857143;
    color: #0098E1;
    padding: 4.1025641026vw 0;
    background-image: radial-gradient(circle, #0098E1 1px, transparent 1px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
  }
  .sp-drawer__link.last {
    background-image: unset;
  }
  .sp-drawer__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    transform: translateY(-50%);
    background-image: url(../../assets/img/pc-nav_icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  body.is-drawer-open {
    overflow: hidden;
  }
}
.content {
  background-color: #0098e1;
}
@media screen and (min-width: 768px) {
  .content {
    background-color: transparent;
  }
}

.mv {
  position: relative;
  padding-bottom: 3.5897435897vw;
}

.mv_bg {
  width: 100%;
}

.mv-character__img {
  position: absolute;
  top: -15.3846153846vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv-character__img {
    top: -2.9761904762vw;
  }
}

.cp-title {
  position: absolute;
  width: 95.1282051282vw;
  top: 130.5128205128vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .cp-title {
    width: 28.373015873vw;
    top: 38.5582010582vw;
  }
}

.introduction__wrap {
  position: relative;
  margin-top: -12.8205128205vw;
  padding-bottom: 17.4358974359vw;
}
@media screen and (min-width: 768px) {
  .introduction__wrap {
    margin-top: 41.9973544974vw;
    padding-bottom: 4.4973544974vw;
  }
}

@media screen and (min-width: 768px) {
  .introduction-pc__bg {
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.introduction__design01 {
  position: absolute;
  width: 47.4358974359vw;
  height: 88.4615384615vw;
  top: 2.8205128205vw;
  right: 0;
}
@media screen and (min-width: 768px) {
  .introduction__design01 {
    width: 12.2354497354vw;
    height: 22.8174603175vw;
    top: 0.7275132275vw;
    z-index: 5;
  }
}

.introduction__design02 {
  position: absolute;
  width: 51.2820512821vw;
  height: 89.2307692308vw;
  left: 0;
  top: 66.1538461538vw;
}
@media screen and (min-width: 768px) {
  .introduction__design02 {
    width: 13.2275132275vw;
    height: 23.0158730159vw;
    top: 17.0634920635vw;
  }
}

.introduction__img {
  position: relative;
  width: 89.7435897436vw;
  margin: 0 auto;
  margin-top: 2.5641025641vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .introduction__img {
    width: 25.9920634921vw;
    margin-top: 0.6613756614vw;
    z-index: 10;
  }
}

.introduction__text {
  position: relative;
  width: 91.0256410256vw;
  margin-top: 3.3333333333vw;
  margin-left: 3.5897435897vw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .introduction__text {
    width: 26.7195767196vw;
    margin-top: 1.1243386243vw;
    margin-left: 0.7936507937vw;
  }
}

.introduction-detail__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 91.7948717949vw;
  margin: 0 auto;
  margin-top: 5.3846153846vw;
  padding: 8.2051282051vw 0;
}
@media screen and (min-width: 768px) {
  .introduction-detail__wrap {
    width: 23.6772486772vw;
    margin-top: 1.9841269841vw;
    padding: 2.1164021164vw 0;
  }
}

.introduction-detail__bg {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}

.introduction-detail__inner {
  position: relative;
  z-index: 3;
}

.introduction-detail__items {
  display: grid;
  gap: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .introduction-detail__items {
    gap: 0.5952380952vw;
  }
}

.introduction-detail__item {
  font-size: 5.1282051282vw;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  width: 61.5384615385vw;
  height: 9.7435897436vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #f8ee41;
  border-radius: 8.2051282051vw;
}
@media screen and (min-width: 768px) {
  .introduction-detail__item {
    font-size: 1.455026455vw;
    width: 17.9232804233vw;
    height: 2.8439153439vw;
    border-radius: 2.380952381vw;
  }
}

.introduction-detail__item.color-pink {
  color: #fff;
  background-color: #ec6d82;
}

.introduction-detail__heading__img {
  width: 80.2564102564vw;
  padding-top: 4.358974359vw;
  padding-left: 9.7435897436vw;
}
@media screen and (min-width: 768px) {
  .introduction-detail__heading__img {
    width: 21.9576719577vw;
    padding-top: 1.3227513228vw;
    padding-left: 1.0582010582vw;
  }
}

.introduction-detail__date__wrap {
  margin-top: 7.1794871795vw;
}
@media screen and (min-width: 768px) {
  .introduction-detail__date__wrap {
    margin-top: 2.0502645503vw;
  }
}

.introduction-detail__date__label {
  font-size: 3.5897435897vw;
  font-weight: 700;
  line-height: 150%;
  color: #0098E1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36.9230769231vw;
  height: 7.4358974359vw;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .introduction-detail__date__label {
    font-size: 1.0582010582vw;
    width: 10.7142857143vw;
    height: 2.1825396825vw;
    border-radius: 0.5952380952vw;
  }
}

.introduction-detail__date {
  width: 78.7179487179vw;
  padding-top: 4.1025641026vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .introduction-detail__date {
    width: 23.1481481481vw;
    padding-top: 1.0582010582vw;
  }
}

.introduction-detail__text {
  width: 77.4358974359vw;
  margin-top: 7.6923076923vw;
  margin-left: 5.641025641vw;
}
@media screen and (min-width: 768px) {
  .introduction-detail__text {
    width: 22.0238095238vw;
    margin-top: 2.1825396825vw;
    margin-left: 0.1322751323vw;
  }
}

.introduction-annotation__items {
  width: 68.2051282051vw;
  margin: 0 auto;
  margin-top: 5.641025641vw;
}
@media screen and (min-width: 768px) {
  .introduction-annotation__items {
    width: 19.8412698413vw;
    margin-top: 1.455026455vw;
  }
}

.introduction-annotation__item {
  font-size: 3.5897435897vw;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .introduction-annotation__item {
    font-size: 1.0582010582vw;
    white-space: nowrap;
  }
}

.campaign {
  position: relative;
  margin-top: -10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .campaign {
    margin-top: -2.6455026455vw;
  }
}

.campaign_bg01 {
  position: absolute;
  width: 100vw;
  height: 334.6153846154vw;
  top: 4.358974359vw;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .campaign_bg01 {
    width: 29.1005291005vw;
    height: 98.2804232804vw;
    top: 1.1243386243vw;
  }
}

.campaign_bg02 {
  position: absolute;
  width: 100vw;
  height: 298.2051282051vw;
  bottom: -1.7948717949vw;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .campaign_bg02 {
    width: 29.1005291005vw;
    height: 86.7724867725vw;
    bottom: -1.3227513228vw;
  }
}

.campaign__inner {
  position: relative;
  z-index: 5;
}

.campaign__item {
  padding-bottom: 12.3076923077vw;
}
@media screen and (min-width: 768px) {
  .campaign__item {
    padding-bottom: 3.1746031746vw;
  }
}

.campaign__item.campaign02 {
  margin-top: -6.9230769231vw;
  padding-bottom: 12.3076923077vw;
}
@media screen and (min-width: 768px) {
  .campaign__item.campaign02 {
    margin-top: -1.7857142857vw;
    padding-bottom: 3.1746031746vw;
  }
}

.campaign__item-icon {
  width: 15.8974358974vw;
  height: 15.8974358974vw;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  margin: 0 auto;
  margin-top: -2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .campaign__item-icon {
    width: 4.6296296296vw;
    height: 4.6296296296vw;
    margin-top: -0.6613756614vw;
  }
}

.campaign__item-title__wrap {
  width: 91.7948717949vw;
  margin: 0 auto;
  margin-top: -1.0256410256vw;
  box-shadow: 0 0 2.5641025641vw 0 rgba(0, 0, 0, 0.25);
  border-radius: 2.0512820513vw 2.0512820513vw 2.0512820513vw 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .campaign__item-title__wrap {
    width: 26.6534391534vw;
    margin-top: -0.1984126984vw;
    box-shadow: 0 0 0.6613756614vw 0 rgba(0, 0, 0, 0.25);
    border-radius: 0.5291005291vw 0.5291005291vw 0.5291005291vw 0.5291005291vw;
  }
}

@media screen and (min-width: 768px) {
  .campaign02 .campaign__item-title__wrap {
    margin-top: -0.2645502646vw;
  }
}

.campaign__item-label {
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  text-align: center;
  padding: 1.0256410256vw 0;
  border-radius: 2.0512820513vw 2.0512820513vw 0 0;
  background: linear-gradient(90deg, #00c2ff 0%, #5cbeaa 100%);
}
@media screen and (min-width: 768px) {
  .campaign__item-label {
    font-size: 0.9920634921vw;
    padding: 0.2645502646vw 0;
    border-radius: 0.5291005291vw 0.5291005291vw 0 0;
  }
}

.campaign__item-title__inner {
  display: flex;
  justify-content: center;
  gap: 2.5641025641vw;
  background-color: #fff;
  border-radius: 0 0 2.0512820513vw 2.0512820513vw;
  padding: 2.0512820513vw 0;
}
@media screen and (min-width: 768px) {
  .campaign__item-title__inner {
    gap: 0.6613756614vw;
    border-radius: 0 0 0.5291005291vw 0.5291005291vw;
    padding: 0.5952380952vw 0;
  }
}

.campaign__item-title-privilege {
  font-size: 3.5897435897vw;
  font-weight: 500;
  writing-mode: vertical-rl;
  line-height: 100%;
  color: #fff;
  padding: 1.0256410256vw 1.2820512821vw;
  background-color: #f29b87;
  border-radius: 1.0256410256vw;
}
@media screen and (min-width: 768px) {
  .campaign__item-title-privilege {
    font-size: 1.0582010582vw;
    padding: 0.2645502646vw 0.3306878307vw;
    border-radius: 0.2645502646vw;
  }
}

.campaign__item-title {
  font-size: 5.8974358974vw;
  font-weight: 700;
  line-height: 150%;
  color: #f29b87;
}
@media screen and (min-width: 768px) {
  .campaign__item-title {
    font-size: 1.7195767196vw;
  }
}

.campaign__item-meta {
  display: flex;
  align-items: center;
  gap: 4.1025641026vw;
  margin-top: 4.1025641026vw;
  margin-left: 11.0256410256vw;
}
@media screen and (min-width: 768px) {
  .campaign__item-meta {
    gap: 1.0582010582vw;
    margin-top: 1.1243386243vw;
    margin-left: 3.373015873vw;
  }
}

.campaign__item-type {
  font-size: 3.3333333333vw;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  border: 0.2564102564vw solid #000;
  border-radius: 5.1282051282vw;
  padding: 0.5128205128vw 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .campaign__item-type {
    font-size: 0.9920634921vw;
    border: 0.0661375661vw solid #000;
    border-radius: 1.3227513228vw;
    padding: 0.1322751323vw 0.7936507937vw;
  }
}

.campaign__item-date {
  font-size: 3.5897435897vw;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
@media screen and (min-width: 768px) {
  .campaign__item-date {
    font-size: 1.0582010582vw;
  }
}

.campaign__item-date .margin-01 {
  margin-left: -1.2820512821vw;
}
@media screen and (min-width: 768px) {
  .campaign__item-date .margin-01 {
    margin-left: -0.3306878307vw;
  }
}

.campaign__item-date .margin-02 {
  margin-right: -1.2820512821vw;
}
@media screen and (min-width: 768px) {
  .campaign__item-date .margin-02 {
    margin-right: -0.3306878307vw;
  }
}

.campaign__item-img {
  width: 98.7179487179vw;
  margin: 0 auto;
  margin-top: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .campaign__item-img {
    width: 28.9021164021vw;
    margin-top: 0.6613756614vw;
  }
}

.campaign__item.campaign02 .campaign__item-img {
  width: 96.9230769231vw;
  margin-top: 1.2820512821vw;
}
@media screen and (min-width: 768px) {
  .campaign__item.campaign02 .campaign__item-img {
    width: 28.2407407407vw;
    margin-top: 0.3306878307vw;
  }
}

.campaign__item.campaign02 .campaign__item-title-privilege {
  background-color: #5cbeaa;
}

.campaign__item.campaign02 .campaign__item-title {
  color: #5cbeaa;
}

.notice {
  position: relative;
  z-index: 0;
  background-color: #0098E1;
  margin-top: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .notice {
    margin-top: 1.7195767196vw;
  }
}

.notice__inner {
  width: 91.7948717949vw;
  margin: 0 auto;
  padding: 4.1025641026vw;
  background-color: #fff;
  border-radius: 2.0512820513vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .notice__inner {
    width: 26.6534391534vw;
    padding: 1.0582010582vw;
    border-radius: 0.5291005291vw;
  }
}

.notice__heading {
  border: 0.2564102564vw solid #000;
  border-radius: 2.0512820513vw;
  padding: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .notice__heading {
    border-width: 0.0661375661vw;
    border-radius: 0.5291005291vw;
    padding: 0.5291005291vw;
  }
}

.notice__heading-text {
  font-size: 3.5897435897vw;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .notice__heading-text {
    font-size: 1.0582010582vw;
  }
}

.notice__text {
  font-size: 3.5897435897vw;
  font-weight: 400;
  line-height: 171%;
  color: #000;
  margin-top: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .notice__text {
    font-size: 1.0582010582vw;
    margin-top: 1.0582010582vw;
  }
}

.notice__form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 4.1025641026vw;
  padding: 3.0769230769vw 4.1025641026vw;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  text-align: center;
  background-color: #0098E1;
  border-radius: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .notice__form {
    margin-top: 1.0582010582vw;
    padding: 0.7936507937vw 1.0582010582vw;
    font-size: 1.1904761905vw;
    border-radius: 0.5291005291vw;
  }
}

.notice__hours {
  font-size: 3.5897435897vw;
  font-weight: 400;
  line-height: 171%;
  color: #000;
  text-align: center;
  margin-top: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .notice__hours {
    font-size: 1.0582010582vw;
    margin-top: 1.0582010582vw;
  }
}

.notice__accordion {
  margin-top: 4.1025641026vw;
  border: 0.2564102564vw solid #000;
  border-radius: 2.0512820513vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .notice__accordion {
    margin-top: 1.0582010582vw;
    border-width: 0.0661375661vw;
    border-radius: 0.5291005291vw;
  }
}

.notice__accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.0769230769vw;
  width: 100%;
  padding: 3.0769230769vw 4.1025641026vw;
  font-size: 3.5897435897vw;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .notice__accordion-trigger {
    gap: 0.7936507937vw;
    padding: 0.7936507937vw 1.0582010582vw;
    font-size: 1.0582010582vw;
  }
}

.notice__accordion-trigger::after {
  content: "";
  flex-shrink: 0;
  width: 2.3076923077vw;
  height: 2.3076923077vw;
  margin-top: -1.0256410256vw;
  border-right: 0.5128205128vw solid #000;
  border-bottom: 0.5128205128vw solid #000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .notice__accordion-trigger::after {
    width: 0.5952380952vw;
    height: 0.5952380952vw;
    margin-top: -0.2645502646vw;
    border-right-width: 0.1322751323vw;
    border-bottom-width: 0.1322751323vw;
  }
}

.notice__accordion.is-open .notice__accordion-trigger::after {
  margin-top: 1.0256410256vw;
  transform: rotate(225deg);
}
@media screen and (min-width: 768px) {
  .notice__accordion.is-open .notice__accordion-trigger::after {
    margin-top: 0.2645502646vw;
  }
}

.notice__accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.notice__accordion-inner {
  padding: 4.1025641026vw;
  border-top: 0.2564102564vw solid #000;
}
@media screen and (min-width: 768px) {
  .notice__accordion-inner {
    padding: 1.0582010582vw;
    border-top-width: 0.0661375661vw;
  }
}

.notice__accordion-text {
  font-size: 3.5897435897vw;
  font-weight: 400;
  line-height: 171%;
  color: #000;
}
@media screen and (min-width: 768px) {
  .notice__accordion-text {
    font-size: 1.0582010582vw;
  }
}

.present {
  position: relative;
  padding-bottom: 47.1794871795vw;
}
@media screen and (min-width: 768px) {
  .present {
    padding-bottom: 12.1693121693vw;
  }
}

.present_bg {
  position: absolute;
  width: 100vw;
  height: 351.5384615385vw;
  top: -3.0769230769vw;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .present_bg {
    width: 29.1005291005vw;
    height: 104.4312169312vw;
    top: -0.462962963vw;
  }
}

.present__design01 {
  position: absolute;
  top: -8.7179487179vw;
  left: 0;
  width: 92.3076923077vw;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .present__design01 {
    top: -2.1164021164vw;
    width: 26.7857142857vw;
  }
}

.present__design02 {
  position: absolute;
  bottom: 18.4615384615vw;
  right: 0;
  width: 90.2564102564vw;
  margin-right: 0;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .present__design02 {
    bottom: 3.9021164021vw;
    width: 26.3227513228vw;
  }
}

.present__inner {
  position: relative;
  z-index: 50;
}

.present-title {
  padding-top: 15.641025641vw;
}
@media screen and (min-width: 768px) {
  .present-title {
    padding-top: 5.0264550265vw;
  }
}

.present-title__img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .present-title__img {
    width: 28.7698412698vw;
  }
}

.present__text {
  width: 88.4615384615vw;
  margin: 0 auto;
  margin-top: 2.8205128205vw;
}
@media screen and (min-width: 768px) {
  .present__text {
    width: 25.5291005291vw;
    margin-top: 0.9920634921vw;
  }
}

.present-drawing {
  width: 98.7179487179vw;
  margin: 0 auto;
  margin-top: -3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .present-drawing {
    width: 29.1005291005vw;
    margin-top: -1.2566137566vw;
  }
}

.present__img {
  width: 91.7948717949vw;
  margin: 0 auto;
  margin-top: -0.5128205128vw;
  box-shadow: 2.5641025641vw 2.5641025641vw 5.1282051282vw 0 rgba(0, 126, 179, 0.5);
}
@media screen and (min-width: 768px) {
  .present__img {
    width: 26.917989418vw;
    margin-top: -0.1322751323vw;
    box-shadow: 0.6613756614vw 0.6613756614vw 1.3227513228vw 0 rgba(0, 126, 179, 0.5);
  }
}

.present__annotation {
  font-size: 3.5897435897vw;
  font-weight: 400;
  line-height: 1.2142857143;
  color: #fff;
  margin-top: 4.1025641026vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .present__annotation {
    font-size: 1.0582010582vw;
    margin-top: 1.2566137566vw;
  }
}

.present__items {
  margin-top: 5.8974358974vw;
  padding: 0 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .present__items {
    margin-top: 1.6534391534vw;
    padding: 0 1.0582010582vw;
  }
}

.present__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .present__item {
    gap: 0.8597883598vw;
  }
}

.present__item + .present__item {
  margin-top: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .present__item + .present__item {
    margin-top: 1.8518518519vw;
  }
}

.present__item.entry__item {
  align-items: baseline;
}

.present__item-label {
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.2307692308;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1.0256410256vw;
  padding: 2.0512820513vw;
  white-space: nowrap;
  width: 36.4102564103vw;
  height: 8.2051282051vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .present__item-label {
    font-size: 0.9920634921vw;
    border-radius: 0.2645502646vw;
    border: 1px solid #fff;
    padding: 0.5291005291vw;
    width: 10.582010582vw;
    height: 2.380952381vw;
  }
}

.present__item-entry__items {
  list-style-type: decimal;
  width: 73.8461538462vw;
  margin-top: 0.5128205128vw;
}
@media screen and (min-width: 768px) {
  .present__item-entry__items {
    width: 19.0476190476vw;
    margin-top: 0.3968253968vw;
  }
}

.present__item-contents__item {
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  margin-left: 11.7948717949vw;
}
@media screen and (min-width: 768px) {
  .present__item-contents__item {
    font-size: 1.1904761905vw;
    margin-left: 3.6375661376vw;
  }
}

.present__item.application__item .present__item-contents__item {
  margin-left: unset;
  margin: 0 auto;
  margin-top: 1.0256410256vw;
}
@media screen and (min-width: 768px) {
  .present__item.application__item .present__item-contents__item {
    margin-top: 0.462962963vw;
  }
}

.x-follow {
  position: relative;
  color: #fff;
}

.x-follow::before {
  position: absolute;
  content: "";
  width: 36.1538461538vw;
  height: 0.2564102564vw;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .x-follow::before {
    width: 10.3174603175vw;
    height: 0.0661375661vw;
  }
}

.present__item-contents__item + .present__item-contents__item {
  margin-top: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .present__item-contents__item + .present__item-contents__item {
    margin-top: 0.5291005291vw;
  }
}

.present__item-contents__item .color {
  color: #0098E1;
  background-color: #FFF100;
}

.present-annotation__items {
  margin-top: 1.2820512821vw;
}
@media screen and (min-width: 768px) {
  .present-annotation__items {
    margin-top: 0.462962963vw;
  }
}

.present-annotation__item {
  font-size: 3.0769230769vw;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .present-annotation__item {
    font-size: 0.9920634921vw;
  }
}

.present-annotation__item + .present-annotation__item {
  margin-top: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .present-annotation__item + .present-annotation__item {
    margin-top: 0.5291005291vw;
  }
}

.present-btn__wrap {
  display: flex;
  justify-content: center;
  margin-top: 7.9487179487vw;
}
@media screen and (min-width: 768px) {
  .present-btn__wrap {
    margin-top: 2.3148148148vw;
  }
}

.present-btn {
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #F874ED;
  border-radius: 7.6923076923vw;
  border: 0.2564102564vw solid #fff;
  border-radius: 7.6923076923vw;
  box-shadow: 2.5641025641vw 2.5641025641vw 5.1282051282vw 0 rgba(0, 0, 0, 0.25);
  padding: 2.0512820513vw 8.2051282051vw;
}
@media screen and (min-width: 768px) {
  .present-btn {
    font-size: 1.1904761905vw;
    border-radius: 1.9841269841vw;
    border: 0.0661375661vw solid #fff;
    border-radius: 1.9841269841vw;
    box-shadow: 0.6613756614vw 0.6613756614vw 1.3227513228vw 0 rgba(0, 0, 0, 0.25);
    padding: 0.5952380952vw 2.380952381vw;
  }
}

.product {
  position: relative;
  padding-bottom: 16.6666666667vw;
  margin-top: -11.5384615385vw;
}
@media screen and (min-width: 768px) {
  .product {
    padding-top: 5.9523809524vw;
    padding-bottom: 4.3650793651vw;
    background-color: #0098E1;
    margin-top: -7.6058201058vw;
  }
}

.product_bg {
  position: absolute;
  width: 100vw;
  height: 460.5128205128vw;
  top: -15.3846153846vw;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .product_bg {
    width: 29.1005291005vw;
    height: 133.9947089947vw;
    top: 0vw;
  }
}

.product__inner {
  position: relative;
  z-index: 50;
}

.product__items {
  display: flex;
  flex-direction: column;
  margin-top: 1.7948717949vw;
}
@media screen and (min-width: 768px) {
  .product__items {
    margin-top: 0.462962963vw;
  }
}

.product__item.item02 {
  margin-top: 4.358974359vw;
}
@media screen and (min-width: 768px) {
  .product__item.item02 {
    margin-top: 1.1243386243vw;
  }
}

.product__item.item03 {
  margin-top: 9.4871794872vw;
}
@media screen and (min-width: 768px) {
  .product__item.item03 {
    margin-top: 2.1825396825vw;
  }
}

.product__item.item04 {
  margin-top: -2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .product__item.item04 {
    margin-top: -1.9841269841vw;
  }
}

.product__item-img {
  width: 98.2051282051vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product__item-img {
    width: 27.7777777778vw;
    margin-top: 0.3968253968vw;
  }
}

.item02 .product__item-img {
  width: 58.9743589744vw;
  margin-left: 22.8205128205vw;
}
@media screen and (min-width: 768px) {
  .item02 .product__item-img {
    width: 16.9973544974vw;
    margin-left: 6.6798941799vw;
    margin-top: 0.0661375661vw;
  }
}

.item03 .product__item-img {
  width: 105.3846153846vw;
}
@media screen and (min-width: 768px) {
  .item03 .product__item-img {
    width: 100%;
    margin-top: 0.3968253968vw;
  }
}

.item04 .product__item-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .item04 .product__item-img {
    margin-top: 1.6534391534vw;
  }
}

.product__item-text__wrap {
  width: 69.2307692308vw;
  margin: 0 auto;
  margin-top: -3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .product__item-text__wrap {
    margin-top: -0.6613756614vw;
    width: 19.708994709vw;
  }
}

.product__item-text {
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1.1875;
  color: #fff;
  text-shadow: 0 0 1.0256410256vw rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .product__item-text {
    font-size: 1.1904761905vw;
    text-shadow: 0 0 0.2645502646vw rgba(0, 0, 0, 0.25);
    white-space: nowrap;
  }
}

.item02 .product__item-text__wrap {
  width: 52.5641025641vw;
  margin-top: -2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .item02 .product__item-text__wrap {
    width: 15.3439153439vw;
    margin-top: -0.5952380952vw;
  }
}

.item03 .product__item-text__wrap {
  width: 68.9743589744vw;
  margin-top: 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  .item03 .product__item-text__wrap {
    width: 20.1058201058vw;
    margin-top: 1.3888888889vw;
  }
}

.item04 .product__item-text__wrap {
  width: 90vw;
  margin-top: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .item04 .product__item-text__wrap {
    width: 24.4047619048vw;
    margin-top: 1.5873015873vw;
  }
}

.product__item-text + .product__item-text {
  margin-top: 1.5384615385vw;
}
@media screen and (min-width: 768px) {
  .product__item-text + .product__item-text {
    margin-top: 0.5952380952vw;
  }
}

.item03 .product__item-text + .product__item-text {
  margin-top: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .item03 .product__item-text + .product__item-text {
    margin-top: 0.9259259259vw;
  }
}

.item04 .product__item-text + .product__item-text {
  margin-top: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .item04 .product__item-text + .product__item-text {
    margin-top: 0.9259259259vw;
  }
}

.product__item-text .supplement {
  display: flex;
  justify-content: center;
}

.product__item-annotation {
  font-size: 3.5897435897vw;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #fff;
  text-shadow: 0 0 1.0256410256vw rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-top: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .product__item-annotation {
    font-size: 1.0582010582vw;
    text-shadow: 0 0 0.2645502646vw rgba(0, 0, 0, 0.25);
    margin-top: 0.3968253968vw;
  }
}

.product__item-btn {
  margin-top: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .product__item-btn {
    margin-top: 1.0582010582vw;
  }
}

.item02 .product__item-btn {
  margin-top: 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  .item02 .product__item-btn {
    margin-top: 1.5873015873vw;
  }
}

.item03 .product__item-btn {
  margin-top: -1.2820512821vw;
}
@media screen and (min-width: 768px) {
  .item03 .product__item-btn {
    margin-top: -0.1322751323vw;
  }
}

.item04 .product__item-btn {
  margin-top: -1.0256410256vw;
}
@media screen and (min-width: 768px) {
  .item04 .product__item-btn {
    margin-top: -0.1322751323vw;
  }
}

.product__item-btn-link {
  position: relative;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  width: 61.5384615385vw;
  height: 10.2564102564vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../assets/img/product_item-btn01.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .product__item-btn-link {
    font-size: 1.1904761905vw;
    width: 17.9232804233vw;
    height: 3.0423280423vw;
  }
}

.item02 .product__item-btn-link {
  background-image: url(../../assets/img/product_item-btn02.webp);
}

.item03 .product__item-btn-link {
  background-image: url(../../assets/img/product_item-btn03.webp);
}

.item04 .product__item-btn-link {
  background-image: url(../../assets/img/product_item-btn04.webp);
}

.shop {
  padding-bottom: 10.2564102564vw;
  margin-top: -4.6153846154vw;
}
@media screen and (min-width: 768px) {
  .shop {
    position: relative;
    padding-bottom: 2.9761904762vw;
    background-color: #0098E1;
    margin-top: -0.462962963vw;
    z-index: 50;
  }
}

.shop-items__wrap {
  width: 87.6923076923vw;
  margin: 0 auto;
  padding: 6.1538461538vw 4.1025641026vw;
  background-color: #fff;
  border-radius: 2.0512820513vw;
  margin-top: 5.641025641vw;
}
@media screen and (min-width: 768px) {
  .shop-items__wrap {
    width: 25.5291005291vw;
    padding: 1.7857142857vw 0vw;
    border-radius: 0.5291005291vw;
    margin-top: 1.6534391534vw;
  }
}

.shop-item__title {
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shop-item__title {
    font-size: 1.3227513228vw;
  }
}

.shop-item__title .size {
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .shop-item__title .size {
    font-size: 1.1904761905vw;
  }
}

.shop__items {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3.5897435897vw;
  flex-wrap: wrap;
  margin-top: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .shop__items {
    column-gap: 1.0582010582vw;
    margin-top: 2.2486772487vw;
  }
}

.shop__item.matsukiyo {
  margin-right: 1.5384615385vw;
}
@media screen and (min-width: 768px) {
  .shop__item.matsukiyo {
    margin-right: 0.3968253968vw;
  }
}

.shop__item.papasu {
  margin-top: 4.8717948718vw;
  margin-right: 2.4358974359vw;
  margin-left: 2.4358974359vw;
}
@media screen and (min-width: 768px) {
  .shop__item.papasu {
    margin-top: 1.5873015873vw;
    margin-right: 0.6283068783vw;
    margin-left: 0.6283068783vw;
  }
}

.shop__item.seijo,
.shop__item.segami {
  margin-top: 4.8717948718vw;
}
@media screen and (min-width: 768px) {
  .shop__item.seijo,
  .shop__item.segami {
    margin-top: 1.5873015873vw;
  }
}

.shop__item.zip,
.shop__item.lifort,
.shop__item.kodama {
  margin-top: 2.3076923077vw;
}
@media screen and (min-width: 768px) {
  .shop__item.zip,
  .shop__item.lifort,
  .shop__item.kodama {
    margin-top: 0.7275132275vw;
  }
}

.shop__item.iwasaki,
.shop__item.shinome,
.shop__item.daruma {
  margin-top: 5.641025641vw;
}
@media screen and (min-width: 768px) {
  .shop__item.iwasaki,
  .shop__item.shinome,
  .shop__item.daruma {
    margin-top: 1.5873015873vw;
  }
}

.shop__item.daruma {
  margin-right: 4.1025641026vw;
  margin-left: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .shop__item.daruma {
    margin-right: 1.1243386243vw;
    margin-left: 1.1243386243vw;
  }
}

.shop__item.midori {
  margin-top: 5.641025641vw;
}
@media screen and (min-width: 768px) {
  .shop__item.midori {
    margin-top: 1.7195767196vw;
  }
}

.shop__item.healthbank {
  margin-top: 5.641025641vw;
  margin-right: 24.6153846154vw;
}
@media screen and (min-width: 768px) {
  .shop__item.healthbank {
    margin-top: 1.7195767196vw;
    margin-right: 7.0105820106vw;
  }
}

.matsukiyo .shop__item-img {
  width: 31.7948717949vw;
}
@media screen and (min-width: 768px) {
  .matsukiyo .shop__item-img {
    width: 9.2592592593vw;
  }
}

.papasu .shop__item-img {
  width: 19.2307692308vw;
}
@media screen and (min-width: 768px) {
  .papasu .shop__item-img {
    width: 5.753968254vw;
  }
}

.kokokarafine .shop__item-img {
  width: 42.5641025641vw;
}
@media screen and (min-width: 768px) {
  .kokokarafine .shop__item-img {
    width: 12.3677248677vw;
  }
}

.seijo .shop__item-img {
  width: 24.1025641026vw;
}
@media screen and (min-width: 768px) {
  .seijo .shop__item-img {
    width: 7.0105820106vw;
  }
}

.segami .shop__item-img {
  width: 24.1025641026vw;
}
@media screen and (min-width: 768px) {
  .segami .shop__item-img {
    width: 7.0105820106vw;
  }
}

.zip .shop__item-img {
  width: 24.1025641026vw;
}
@media screen and (min-width: 768px) {
  .zip .shop__item-img {
    width: 7.1428571429vw;
  }
}

.lifort .shop__item-img {
  width: 24.1025641026vw;
}
@media screen and (min-width: 768px) {
  .lifort .shop__item-img {
    width: 7.0767195767vw;
  }
}

.kodama .shop__item-img {
  width: 24.1025641026vw;
}
@media screen and (min-width: 768px) {
  .kodama .shop__item-img {
    width: 6.9444444444vw;
  }
}

.iwasaki .shop__item-img {
  width: 24.1025641026vw;
}
@media screen and (min-width: 768px) {
  .iwasaki .shop__item-img {
    width: 7.1428571429vw;
  }
}

.shinome .shop__item-img {
  width: 24.1025641026vw;
}
@media screen and (min-width: 768px) {
  .shinome .shop__item-img {
    width: 7.0767195767vw;
  }
}

.daruma .shop__item-img {
  width: 15.8974358974vw;
}
@media screen and (min-width: 768px) {
  .daruma .shop__item-img {
    width: 4.828042328vw;
  }
}

.midori .shop__item-img {
  width: 24.1025641026vw;
}
@media screen and (min-width: 768px) {
  .midori .shop__item-img {
    width: 7.208994709vw;
  }
}

.healthbank .shop__item-img {
  width: 27.1794871795vw;
}
@media screen and (min-width: 768px) {
  .healthbank .shop__item-img {
    width: 7.8703703704vw;
  }
}

.shop-list__wrap {
  margin-top: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .shop-list__wrap {
    margin-top: 1.7857142857vw;
  }
}

.shop-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .shop-list__link {
    gap: 0.5952380952vw;
  }
}

.shop-list__link-text {
  font-size: 4.1025641026vw;
  font-weight: 700;
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (min-width: 768px) {
  .shop-list__link-text {
    font-size: 1.1904761905vw;
  }
}

.shop-list__link-icon {
  width: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .shop-list__link-icon {
    width: 1.1243386243vw;
  }
}

.about {
  background-image: url(../../assets/img/about_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 20.5128205128vw;
  padding-bottom: 24.6153846154vw;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 5.8201058201vw;
    padding-bottom: 7.4735449735vw;
  }
}

.about-title_img {
  width: 68.7179487179vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-title_img {
    width: 20.1058201058vw;
  }
}

.about-text {
  font-size: 4.1025641026vw;
  font-weight: 400;
  line-height: 200%;
  color: #000;
  width: 83.5897435897vw;
  margin: 0 auto;
  margin-top: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .about-text {
    font-size: 1.1904761905vw;
    width: 24.3386243386vw;
    margin-top: 1.5873015873vw;
  }
}

.detail {
  padding: 9.4871794872vw 0;
}
@media screen and (min-width: 768px) {
  .detail {
    padding: 3.0423280423vw 0;
    background-color: #0098E1;
  }
}

.detail-items__wrap {
  width: 93.8461538462vw;
  background-color: #fff;
  border-radius: 4.1025641026vw;
  margin: 0 auto;
  margin-top: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .detail-items__wrap {
    width: 27.2486772487vw;
    border-radius: 1.1904761905vw;
    margin-top: 1.7195767196vw;
  }
}

.detail-items__title {
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 150%;
  color: #0098E1;
  text-align: center;
  padding: 2.0512820513vw 0;
  background-color: #D5F0EA;
  border-radius: 4.1025641026vw 4.1025641026vw 0 0;
}
@media screen and (min-width: 768px) {
  .detail-items__title {
    font-size: 1.1904761905vw;
    padding: 0.5952380952vw 0;
    border-radius: 1.0582010582vw 1.0582010582vw 0 0;
  }
}

.detail-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: auto;
  margin-right: 1.2820512821vw;
}
.detail-scroll::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .detail-scroll {
    height: 23.8756613757vw;
    margin-right: 0.3968253968vw;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }
}

.detail-scroll-wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .detail-scroll {
    max-height: 92.3076923077vw;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .detail-scrollbar {
    position: absolute;
    top: 4.1025641026vw;
    right: 2.0512820513vw;
    width: 1.2820512821vw;
    height: calc(100% - 8.2051282051vw);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    pointer-events: none;
    z-index: 10;
  }
  .detail-scrollbar::before {
    content: "";
    position: absolute;
    top: calc((100% - var(--thumb-height, 20%)) * var(--scroll-rate, 0));
    left: 0;
    width: 100%;
    height: var(--thumb-height, 20%);
    background: #0098E1;
    border-radius: 999px;
  }
}
@media screen and (min-width: 768px) {
  .detail-scroll {
    height: 23.8756613757vw !important;
    overflow-y: scroll !important;
    scrollbar-width: auto;
    -ms-overflow-style: auto;
  }
  .detail-scroll::-webkit-scrollbar {
    display: block !important;
    width: 3px !important;
  }
  .detail-scroll::-webkit-scrollbar-track {
    background: #D5F0EA;
    border-radius: 999px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .detail-scroll::-webkit-scrollbar-thumb {
    background: #0098E1;
    border-radius: 999px;
  }
}
.detail__items {
  height: 82.0512820513vw;
  padding: 4.1025641026vw 4.1025641026vw 2.3076923077vw;
}
@media screen and (min-width: 768px) {
  .detail__items {
    height: auto;
    padding: 1.1904761905vw 1.1904761905vw 0.6613756614vw;
  }
}

.detail__items::after {
  content: "";
  display: block;
  height: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .detail__items::after {
    height: 1.0582010582vw;
  }
}

.detail__item + .detail__item {
  margin-top: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .detail__item + .detail__item {
    margin-top: 1.1904761905vw;
  }
}

.detail__item-label {
  display: inline-block;
  padding: 0.5128205128vw 1.7948717949vw 1.0256410256vw 1.7948717949vw;
  font-size: 3.0769230769vw;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  border: 0.2564102564vw solid #000;
  border-radius: 2.0512820513vw;
  margin-bottom: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .detail__item-label {
    padding: 0.1984126984vw 0.462962963vw 0.1984126984vw 0.462962963vw;
    font-size: 0.9259259259vw;
    border: 0.0661375661vw solid #000;
    border-radius: 0.5291005291vw;
    margin-bottom: 0.5291005291vw;
  }
}

.detail__item-text {
  font-size: 3.0769230769vw;
  font-weight: 400;
  line-height: 150%;
  line-height: 1.7142857143;
  color: #000;
}
@media screen and (min-width: 768px) {
  .detail__item-text {
    font-size: 0.9259259259vw;
  }
}

.detail__item-text.bold {
  font-weight: 700;
}

.detail__item-text .bold {
  font-weight: 700;
}

.detail__item-text.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.detail__item-text.annotation {
  margin-top: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .detail__item-text.annotation {
    margin-top: 0.5291005291vw;
  }
}

.font-weight {
  font-weight: 700;
}

.center {
  text-align: center;
}

.detail__link {
  color: #000;
}

.detail__item-text.right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .contact {
    background-color: #0098E1;
  }
}

.contact-btn__wrap {
  display: flex;
  justify-content: center;
  margin-top: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .contact-btn__wrap {
    margin-top: 1.5873015873vw;
  }
}

.contact-btn {
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1.5;
  color: #0098E1;
  width: 87.6923076923vw;
  background-color: #FFF100;
  border-radius: 2.0512820513vw;
  text-align: center;
  padding: 3.0769230769vw 0;
}
@media screen and (min-width: 768px) {
  .contact-btn {
    font-size: 1.1904761905vw;
    width: 25.5291005291vw;
    border-radius: 0.5952380952vw;
    padding: 0.9259259259vw 0;
  }
}

.contact-text {
  font-size: 3.5897435897vw;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #fff;
  text-align: center;
  margin-top: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .contact-text {
    font-size: 1.0582010582vw;
    margin-top: 1.7195767196vw;
  }
}

.sns__wrap {
  display: flex;
  justify-content: center;
  gap: 6.1538461538vw;
  margin-top: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .sns__wrap {
    gap: 1.7857142857vw;
    margin-top: 1.7195767196vw;
  }
}

.sns-icon {
  width: 12.3076923077vw;
}
@media screen and (min-width: 768px) {
  .sns-icon {
    width: 3.5714285714vw;
  }
}

.footer {
  background-color: #0098E1;
  padding-top: 6.1538461538vw;
  padding-bottom: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 1.6534391534vw;
    padding-bottom: 1.7195767196vw;
  }
}

.copyright__item {
  font-size: 3.3333333333vw;
  font-weight: 400;
  line-height: 1.8461538462;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .copyright__item {
    font-size: 0.9920634921vw;
  }
}

.copyright__item.font {
  font-family: "Roboto", sans-serif;
}

.copyright__item + .copyright__item {
  margin-top: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .copyright__item + .copyright__item {
    margin-top: 0.5291005291vw;
  }
}

.pc-contact-footer__wrap {
  position: absolute;
  right: 1.7857142857vw;
  bottom: 0.5952380952vw;
}

@media screen and (min-width: 768px) {
  .pc-contact-footer__wrap .sns__wrap {
    display: flex;
    justify-content: end;
    gap: 1.0582010582vw;
  }
}

@media screen and (min-width: 768px) {
  .pc-contact-footer__wrap .sns-icon {
    width: 3.1746031746vw;
  }
}

@media screen and (min-width: 768px) {
  .pc-footer {
    margin-top: 1.0582010582vw;
  }
}

@media screen and (min-width: 768px) {
  .pc-contact-footer__wrap .copyright__item {
    font-weight: 400;
    line-height: 1.8461538462;
    text-align: right;
    font-size: 0.8597883598vw;
  }
}

@media screen and (min-width: 768px) {
  .pc-contact-footer__wrap .font {
    margin-top: 0.2645502646vw;
  }
}

.is-before .campaign_bg02 {
  height: 101.2820512821vw;
  bottom: 0vw;
}
@media screen and (min-width: 768px) {
  .is-before .campaign_bg02 {
    height: 32.0767195767vw;
  }
}

.is-before .campaign__item.campaign02 {
  padding-bottom: 29.7435897436vw;
}
@media screen and (min-width: 768px) {
  .is-before .campaign__item.campaign02 {
    padding-bottom: 12.037037037vw;
  }
}

.is-before .announcement {
  width: 38.2051282051vw;
  margin: 0 auto;
  margin-top: 20vw;
}
@media screen and (min-width: 768px) {
  .is-before .announcement {
    width: 11.9047619048vw;
    margin-top: 5.1587301587vw;
  }
}

.is-before .present_bg {
  top: -5.1282051282vw;
}

.is-before .present__design01 {
  top: -10.5128205128vw;
}
@media screen and (min-width: 768px) {
  .is-before .present__design01 {
    top: -6.8783068783vw;
  }
}

.is-before .present-title {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .is-before .present-title {
    padding-top: 0.3968253968vw;
  }
}

.is-before .notice {
  margin-top: -12.3076923077vw;
  padding: 8.2051282051vw 0 16.4102564103vw;
}
@media screen and (min-width: 768px) {
  .is-before .notice {
    margin-top: -2.8439153439vw;
    padding: 2.380952381vw 0 3.835978836vw;
  }
}

.secret-heading {
  position: relative;
}

.secret-blur {
  filter: blur(2.0512820513vw);
  user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .secret-blur {
    filter: blur(0.5291005291vw);
  }
}
