@charset "UTF-8";
/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.eraberu__container, .otoku__container, .check__container, .cm__container, .cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1366px) {
  .eraberu__container, .otoku__container, .check__container, .cm__container, .cont__container, .cont__container--small {
    max-width: 78.7701317716vw;
  }
}
@media screen and (max-width: 768px) {
  .eraberu__container, .otoku__container, .check__container, .cm__container, .cont__container, .cont__container--small {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .eraberu__container, .otoku__container, .check__container, .cm__container, .cont__container, .cont__container--small {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

.cont__container--small {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .cont__container--small {
    max-width: 89.3333333333vw;
  }
}

.float__shops-item-link, .footer__sns-icon, .footer__link-item, .family__parent-link, .header__logo, .link, .text-link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.float__shops-item-link:hover, .footer__sns-icon:hover, .footer__link-item:hover, .family__parent-link:hover, .header__logo:hover, .link:hover, .text-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .float__shops-item-link:hover, .footer__sns-icon:hover, .footer__link-item:hover, .family__parent-link:hover, .header__logo:hover, .link:hover, .text-link:hover {
    opacity: 1;
  }
}

.kv__image, .header__anchor {
  box-shadow: 0px 6px 12px 0px rgba(36, 0, 7, 0.4);
}
@media screen and (max-width: 1366px) {
  .kv__image, .header__anchor {
    box-shadow: 0px 0.439238653vw 0.878477306vw 0px rgba(36, 0, 7, 0.4);
  }
}

.plan__list-item {
  box-shadow: 0px 0 14px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1366px) {
  .plan__list-item {
    box-shadow: 0px 0 1.0248901903vw 0px rgba(0, 0, 0, 0.25);
  }
}

.float__banner, .enjoy__campaign-button, .enjoy__button, .family__button, .welcome__button, .shitadori__button, .kaedoki-normal__button {
  border-radius: 30px;
  box-shadow: 0px 5px 20px 0px rgba(179, 34, 50, 0.5);
}
@media screen and (max-width: 1366px) {
  .float__banner, .enjoy__campaign-button, .enjoy__button, .family__button, .welcome__button, .shitadori__button, .kaedoki-normal__button {
    border-radius: 2.196193265vw;
    box-shadow: 0px 0.3660322108vw 1.4641288433vw 0px rgba(179, 34, 50, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .float__banner, .enjoy__campaign-button, .enjoy__button, .family__button, .welcome__button, .shitadori__button, .kaedoki-normal__button {
    border-radius: 8vw;
    box-shadow: 0px 0.6666666667vw 2.6666666667vw 0px rgba(179, 34, 50, 0.5);
  }
}

.enjoy__inner, .family__inner, .plan__inner, .welcome__inner, .shitadori__inner, .kaedoki-normal__inner, .check__inner {
  position: relative;
  box-shadow: 0px 14px 24px 0px rgba(73, 73, 73, 0.4);
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .enjoy__inner, .family__inner, .plan__inner, .welcome__inner, .shitadori__inner, .kaedoki-normal__inner, .check__inner {
    box-shadow: 0px 1.0248901903vw 1.756954612vw 0px rgba(73, 73, 73, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .enjoy__inner, .family__inner, .plan__inner, .welcome__inner, .shitadori__inner, .kaedoki-normal__inner, .check__inner {
    border-radius: 2.6666666667vw;
    box-shadow: 0px 1.3333333333vw 3.0666666667vw 0px rgba(73, 73, 73, 0.4);
  }
}
.enjoy__inner::after, .family__inner::after, .plan__inner::after, .welcome__inner::after, .shitadori__inner::after, .kaedoki-normal__inner::after, .check__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0px -3px 14px 0px rgba(73, 73, 73, 0.9);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .enjoy__inner::after, .family__inner::after, .plan__inner::after, .welcome__inner::after, .shitadori__inner::after, .kaedoki-normal__inner::after, .check__inner::after {
    box-shadow: inset 0px -0.2196193265vw 1.0248901903vw 0px rgba(73, 73, 73, 0.9);
  }
}
@media screen and (max-width: 768px) {
  .enjoy__inner::after, .family__inner::after, .plan__inner::after, .welcome__inner::after, .shitadori__inner::after, .kaedoki-normal__inner::after, .check__inner::after {
    border-radius: 2.6666666667vw;
    box-shadow: inset 0px -0.4vw 1.8666666667vw 0 rgba(73, 73, 73, 0.9);
  }
}

.enjoy__inner, .family__inner, .plan__inner, .welcome__inner, .shitadori__inner, .kaedoki-normal__inner, .check__contents {
  padding-inline: 3.531598513%;
}
@media screen and (max-width: 768px) {
  .enjoy__inner, .family__inner, .plan__inner, .welcome__inner, .shitadori__inner, .kaedoki-normal__inner, .check__contents {
    padding-inline: 2.6666666667vw;
  }
}

.float__banner img, .enjoy__campaign-button img, .enjoy__button img, .family__button img, .welcome__button img, .shitadori__button img, .kaedoki-normal__button img, .kaedoki-normal__tokuwari-bnr img, .check__banner-top img, .check__banner-bottom--01 img, .check__banner-bottom--02 img, .check__banner-bottom--03 img, .kv img {
  transition: transform 0.2s;
  transform: scale(1);
}
.float__banner:hover img, .enjoy__campaign-button:hover img, .enjoy__button:hover img, .family__button:hover img, .welcome__button:hover img, .shitadori__button:hover img, .kaedoki-normal__button:hover img, .kaedoki-normal__tokuwari-bnr:hover img, .check__banner-top:hover img, .check__banner-bottom--01:hover img, .check__banner-bottom--02:hover img, .check__banner-bottom--03:hover img, .kv:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .float__banner:hover img, .enjoy__campaign-button:hover img, .enjoy__button:hover img, .family__button:hover img, .welcome__button:hover img, .shitadori__button:hover img, .kaedoki-normal__button:hover img, .kaedoki-normal__tokuwari-bnr:hover img, .check__banner-top:hover img, .check__banner-bottom--01:hover img, .check__banner-bottom--02:hover img, .check__banner-bottom--03:hover img, .kv:hover img {
    transform: scale(1);
  }
}

.plan__list-item, .check__banner-model {
  transition: transform 0.2s;
  transform: scale(1);
}
.plan__list-item:hover, .check__banner-model:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .plan__list-item:hover, .check__banner-model:hover {
    transform: scale(1);
  }
}

.eraberu__heading, .otoku__heading {
  position: relative;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 139.126394052%;
  z-index: 2;
}
.is-active.eraberu__heading, .is-active.otoku__heading {
  transform: translateY(0) translateX(-50%);
}

/* common:start */
[v-cloak] {
  display: none;
}

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

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

.cont {
  overflow: hidden;
}
body {
  background: #ffffff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 231, 231) 100%);
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

.text-link {
  color: #0045ff;
}

.ga_inview {
  height: 1px;
}

/* common:end */
.header__anchor-item--06, .header__anchor-item--05, .header__anchor-item--04, .header__anchor-item--03, .header__anchor-item--02, .header__anchor-item--01 {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1366px) {
  .header__anchor-item--06, .header__anchor-item--05, .header__anchor-item--04, .header__anchor-item--03, .header__anchor-item--02, .header__anchor-item--01 {
    border-width: 0.0732064422vw;
  }
}

.header__anchor-item--07, .header__anchor-item--06, .header__anchor-item--05, .header__anchor-item--04, .header__anchor-item--03, .header__anchor-item--02, .header__anchor-item--01 {
  overflow: hidden;
  position: relative;
}
.header__anchor-item--07 img, .header__anchor-item--06 img, .header__anchor-item--05 img, .header__anchor-item--04 img, .header__anchor-item--03 img, .header__anchor-item--02 img, .header__anchor-item--01 img {
  z-index: 1;
  filter: invert(0);
  transition: 0.2s filter;
}
.header__anchor-item--07::before, .header__anchor-item--06::before, .header__anchor-item--05::before, .header__anchor-item--04::before, .header__anchor-item--03::before, .header__anchor-item--02::before, .header__anchor-item--01::before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 250%;
  transform: skewY(-10deg) scale(1, 0);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .header__anchor-item--07::before, .header__anchor-item--06::before, .header__anchor-item--05::before, .header__anchor-item--04::before, .header__anchor-item--03::before, .header__anchor-item--02::before, .header__anchor-item--01::before {
    content: none;
  }
}
.header__anchor-item--07:hover, .header__anchor-item--06:hover, .header__anchor-item--05:hover, .header__anchor-item--04:hover, .header__anchor-item--03:hover, .header__anchor-item--02:hover, .header__anchor-item--01:hover {
  opacity: 1;
}
.header__anchor-item--07:hover img, .header__anchor-item--06:hover img, .header__anchor-item--05:hover img, .header__anchor-item--04:hover img, .header__anchor-item--03:hover img, .header__anchor-item--02:hover img, .header__anchor-item--01:hover img {
  filter: invert(1);
}
.header__anchor-item--07:hover::before, .header__anchor-item--06:hover::before, .header__anchor-item--05:hover::before, .header__anchor-item--04:hover::before, .header__anchor-item--03:hover::before, .header__anchor-item--02:hover::before, .header__anchor-item--01:hover::before {
  transform: skewY(-10deg) scale(1, 1);
}
/* header:start */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: background-color 0.3s;
}
.header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.8);
}
.header__container {
  display: flex;
  padding-block: 30px;
  padding-inline: 20px;
  justify-content: flex-start;
  max-width: 1720px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .header__container {
    padding-block: 2.196193265vw;
    padding-inline: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .header__container {
    justify-content: space-between;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 10001;
  }
}
.header__logo {
  width: 8.3333333333%;
  margin-right: 4.7619047619%;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 29.2vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.header__anchor {
  width: 73.8095238095%;
  margin-right: 13.0952380952%;
  display: flex;
  background-color: #cc0033;
  border-radius: 35px;
  padding-inline: 31px;
}
@media screen and (max-width: 1366px) {
  .header__anchor {
    border-radius: 2.5622254758vw;
    padding-inline: 2.2693997072vw;
  }
}
.header__anchor-item--01 {
  width: 9.4227504244%;
}
.header__anchor-item--02 {
  width: 14.2614601019%;
}
.header__anchor-item--03 {
  width: 14.5161290323%;
}
.header__anchor-item--04 {
  width: 14.7707979626%;
}
.header__anchor-item--05 {
  width: 11.8845500849%;
}
.header__anchor-item--06 {
  width: 23.5144312394%;
}
.header__anchor-item--07 {
  width: 11.6298811545%;
}
.header__menu {
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 768px) {
  .header__menu {
    width: 14.5333333333vw;
    margin: 0;
  }
}

/* header:end */
/* kv:start */
.kv {
  margin-top: 28px;
  padding-inline: 20px;
}
@media screen and (max-width: 1366px) {
  .kv {
    margin-top: 2.0497803807vw;
    padding-inline: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    margin: 0 auto;
    padding: 0;
  }
}
.kv__image {
  max-width: 1326px;
  width: 100%;
  margin-inline: auto;
  border-radius: 17px;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .kv__image {
    border-radius: 1.2445095168vw;
  }
}
@media screen and (max-width: 768px) {
  .kv__image {
    max-width: none;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }
}

/* kv:end */
@media screen and (max-width: 768px) {
  .anchor__link-item--07, .anchor__link-item--06, .anchor__link-item--05, .anchor__link-item--04, .anchor__link-item--03, .anchor__link-item--02, .anchor__link-item--01 {
    width: 42.6666666667vw;
    padding: 0;
    background-color: #fff;
    border-radius: 6.6666666667vw;
    overflow: hidden;
    box-shadow: 0 1.6vw 3.2vw 0 rgba(73, 73, 73, 0.4);
  }
}

/* anchor:start */
@media screen and (max-width: 768px) {
  .anchor {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .anchor__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    width: 89.3333333333vw;
    max-width: none;
    margin-inline: auto;
    gap: 2.6666666667vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  .anchor__link-item--05 {
    border-radius: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .anchor__link-item--06 {
    border-radius: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .anchor__link-item--07 {
    border-radius: 9.3333333333vw;
  }
}

/* xxx:end */
/* cm:start */
.cm {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .cm {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 768px) {
  .cm {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .cm__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .cm__container {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.cm__heading {
  width: 100%;
}
.cm__content {
  width: 83.4572490706%;
  margin-inline: auto;
  margin-top: 3.717472119%;
}
@media screen and (max-width: 768px) {
  .cm__content {
    width: 81.3333333333vw;
    margin-top: 8vw;
  }
}
.cm__movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.cm__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* cm:end */
.check__banner-bottom--03, .check__banner-bottom--02, .check__banner-bottom--01, .check__banner-model, .check__banner-top {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1366px) {
  .check__banner-bottom--03, .check__banner-bottom--02, .check__banner-bottom--01, .check__banner-model, .check__banner-top {
    border-radius: 1.8301610542vw;
    box-shadow: 0 0.3660322108vw 1.4641288433vw 0 rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .check__banner-bottom--03, .check__banner-bottom--02, .check__banner-bottom--01, .check__banner-model, .check__banner-top {
    border-radius: 3.2vw;
    box-shadow: 0 1.3333333333vw 2.6666666667vw 0 rgba(0, 0, 0, 0.5);
  }
}

/* check:start */
.check {
  margin-top: 402px;
}
@media screen and (max-width: 1366px) {
  .check {
    margin-top: 29.4289897511vw;
  }
}
@media screen and (max-width: 768px) {
  .check {
    margin-top: 48.1333333333vw;
  }
}
.check__container {
  position: relative;
}
.check__head {
  background-color: #cc0033;
}
.check__heading {
  width: 100%;
}
.check__contents {
  padding-top: 4.6468401487%;
  padding-bottom: 7.4349442379%;
}
@media screen and (max-width: 768px) {
  .check__contents {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.check__banner-top {
  width: 100%;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .check__banner-top {
    width: 84vw;
    margin-inline: auto;
    margin-bottom: 4vw;
  }
}
.check__banner-model {
  display: block;
  border: none;
  background: transparent;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .check__banner-model {
    width: 84vw;
    margin-inline: auto;
    margin-bottom: 4vw;
  }
}
.check__banner-model:hover {
  cursor: pointer;
}
.check__banner-model.js-fade-absolute {
  transition: opacity 0.6s ease-out, translate 0.6s ease-out, transform 0.2s;
}
.check__banner-model.js-fade-absolute.is-immediate {
  transition: transform 0.2s;
}
.check__banner-bottoms {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .check__banner-bottoms {
    flex-direction: column;
    width: 84vw;
    margin-inline: auto;
  }
}
.check__banner-bottom--01 {
  width: 100%;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .check__banner-bottom--01 {
    margin-bottom: 4vw;
  }
}
.check__banner-bottom--02 {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .check__banner-bottom--02 {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.check__banner-bottom--03 {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .check__banner-bottom--03 {
    width: 100%;
  }
}
.check__poinco {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 134.1397849462%;
}
@media screen and (max-width: 768px) {
  .check__poinco {
    width: 100%;
  }
}

/* check:end */
/* otoku:start */
.otoku__container {
  position: relative;
}
.otoku__heading {
  z-index: 0;
  margin-bottom: -72px;
}
@media screen and (max-width: 1366px) {
  .otoku__heading {
    margin-bottom: -4.1727672035vw;
  }
}
@media screen and (max-width: 768px) {
  .otoku__heading {
    width: 100vw;
    margin-bottom: 0;
  }
}

/* otoku:end */
/* kaedoki:start */
.kaedoki-normal {
  margin-bottom: 3.717472119%;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal {
    margin-bottom: 5.3333333333vw;
  }
}
.kaedoki-normal__container {
  position: relative;
}
.kaedoki-normal__inner {
  padding-top: 5.5762081784%;
  padding-bottom: 7.4349442379%;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.kaedoki-normal__heading {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 3.2%;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__heading {
    width: 86.6666666667vw;
    margin-bottom: 4vw;
  }
}
.kaedoki-normal__lead {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4545454545;
  margin-top: 3.2%;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__lead {
    font-size: 1.6105417277vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__lead {
    font-size: 4vw;
    margin-top: 4vw;
  }
}
.kaedoki-normal__lead-large {
  display: inline-block;
  font-size: 2.8rem;
  margin-top: 6px;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__lead-large {
    font-size: 2.0497803807vw;
    margin-top: 0.439238653vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__lead-large {
    font-size: 5.3333333333vw;
    margin-top: 1.0666666667vw;
  }
}
.kaedoki-normal__aori {
  width: 70.9%;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__aori {
    width: 77.0666666667vw;
    margin-top: 6.4vw;
  }
}
.kaedoki-normal__logo {
  width: 92.8%;
  margin-inline: auto;
  margin-top: 6%;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__logo {
    width: 92.5333333333vw;
    margin-left: -1.6vw;
    margin-top: 6.6666666667vw;
  }
}
.kaedoki-normal__point {
  width: 86%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #cb0f31;
  border-radius: 10px;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__point {
    border-width: 0.2928257687vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__point {
    width: 84vw;
    margin-top: 6.6666666667vw;
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.kaedoki-normal__point-item {
  padding: 2.5581395349% 0 2.6744186047%;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__point-item {
    padding: 5.3333333333vw 0 5.6vw;
  }
}
.kaedoki-normal__point-item:first-child {
  position: relative;
  padding-right: 5.1162790698%;
  margin-right: 14.5348837209%;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__point-item:first-child {
    padding-right: 4.1333333333vw;
    padding-left: 4vw;
    margin-right: 0;
  }
}
.kaedoki-normal__point-item:first-child::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #cb0f31;
  width: 3px;
  height: 60px;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__point-item:first-child::after {
    width: 0.2196193265vw;
    height: 4.39238653vw;
    right: calc(-0.1464128843px * 1vw);
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__point-item:first-child::after {
    width: 0.5333333333vw;
    height: 18.6666666667vw;
    right: -0.8vw;
  }
}
.kaedoki-normal__point-item:last-child {
  padding-right: 1.1627906977%;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__point-item:last-child {
    padding-right: 0;
    padding-left: 12.6666666667vw;
  }
}
.kaedoki-normal__point-text {
  position: relative;
  font-size: 2.8rem;
  line-height: 1;
  color: #cb0f31;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__point-text {
    font-size: 2.0497803807vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__point-text {
    font-size: 4.5333333333vw;
    line-height: 1.2941176471;
  }
}
.kaedoki-normal__point-text::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("/special_contents/docomo-promotion/2026fall_iphone_kaedoki/images/pc/index-kaedoki-normal-point-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 29px;
  top: -2px;
  left: -36px;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__point-text::before {
    width: 2.2693997072vw;
    height: 2.1229868228vw;
    top: -0.1464128843vw;
    left: -2.635431918vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__point-text::before {
    background-image: url("/special_contents/docomo-promotion/2026fall_iphone_kaedoki/images/sp/index-kaedoki-normal-point-icon.png");
    width: 5.6vw;
    height: 5.2vw;
    top: 0;
    left: -6vw;
  }
}
.kaedoki-normal__point-text-small {
  font-size: 2.2rem;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__point-text-small {
    font-size: 1.6105417277vw;
  }
}
.kaedoki-normal__acc {
  width: 94%;
  margin-inline: auto;
  border: 5px solid #e6e8e7;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 6%;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__acc {
    border-width: 0.3660322108vw;
    border-radius: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__acc {
    width: 89.3333333333vw;
    margin-top: 10.6666666667vw;
    border-width: 0.8vw;
    border-radius: 4vw;
  }
}
.kaedoki-normal__acc-title {
  width: 33.1182795699%;
  padding: 0.3225806452% 0 0.8602150538%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__acc-title {
    width: 56.1333333333vw;
    padding: 1.0666666667vw 0 2.2666666667vw;
  }
}
.kaedoki-normal__acc-content {
  border-top: 5px solid #e6e8e7;
  padding-block: 6.9892473118% 4.7311827957%;
  padding-inline: 3.7634408602%;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__acc-content {
    border-width: 0.3660322108vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__acc-content {
    border-width: 0.8vw;
    padding-block: 9.3333333333vw 2.6666666667vw;
    padding-inline: 1.8666666667vw;
  }
}
.kaedoki-normal__step-title {
  width: 33.1182795699%;
  margin: 0 auto;
  padding-top: 0.3225806452%;
  padding-bottom: 0.5376344086%;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__step-title {
    width: 56.1333333333vw;
    padding-top: 1.0666666667vw;
    padding-bottom: 1.6vw;
  }
}
.kaedoki-normal__step-items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__step-items {
    flex-direction: column;
  }
}
.kaedoki-normal__step-item {
  position: relative;
  width: 48.8372093023%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__step-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__step-item:last-child {
    margin-top: 9.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__step-item:last-child .kaedoki-normal__step-item-body {
    padding-top: 16.4vw;
    padding-bottom: 13.8666666667vw;
  }
}
.kaedoki-normal__step-item-head {
  position: absolute;
  width: 33.3333333333%;
  background-color: #009546;
  border-radius: 25px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.5;
  padding-bottom: 1.1904761905%;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__step-item-head {
    top: -1.0248901903vw;
    font-size: 1.6105417277vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__step-item-head {
    width: 26.6666666667vw;
    border-radius: 4.9333333333vw;
    font-size: 4.2666666667vw;
    top: -4.6666666667vw;
  }
}
.kaedoki-normal__step-item-head-num {
  font-size: 3rem;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__step-item-head-num {
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__step-item-head-num {
    font-size: 5.8666666667vw;
  }
}
.kaedoki-normal__step-item-body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 5px solid #e6e8e7;
  border-radius: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7777777778;
  text-align: center;
  padding-top: 13.0952380952%;
  padding-bottom: 9.0476190476%;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__step-item-body {
    border-width: 0.3660322108vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__step-item-body {
    border-width: 0.6666666667vw;
    border-radius: 1.3333333333vw;
    line-height: 1.8076923077;
    font-size: 3.4666666667vw;
    padding-top: 9.0666666667vw;
    padding-bottom: 8.2666666667vw;
  }
}
.kaedoki-normal__step-item-body sup {
  font-size: 70%;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__step-item-body sup {
    font-size: 90%;
    vertical-align: baseline;
  }
}
.kaedoki-normal__step-cancel {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  text-align: center;
  margin-top: 3.3720930233%;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__step-cancel {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__step-cancel {
    font-size: 3.4666666667vw;
    margin-top: 6.1333333333vw;
    line-height: 1.6153846154;
  }
}
.kaedoki-normal__step-cancel-marker {
  display: inline-block;
  font-size: 2.8rem;
  margin-top: 7px;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 16px;
  text-decoration-color: #fef500;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.4em;
  font-weight: bold;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__step-cancel-marker {
    font-size: 2.0497803807vw;
    margin-top: 0.5124450952vw;
    text-decoration-thickness: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__step-cancel-marker {
    font-size: 5.0666666667vw;
    margin-top: 0.9333333333vw;
    text-decoration-thickness: 3.4666666667vw;
    text-underline-offset: -0.2em;
    font-feature-settings: "palt";
    line-height: 1.6315789474;
    margin-top: -0.5333333333vw;
    letter-spacing: 0.02em;
  }
}
.kaedoki-normal__program {
  position: relative;
  border: 2px solid #009546;
  border-radius: 20px;
  width: 100%;
  padding-top: 3.488372093%;
  padding-bottom: 3.2558139535%;
  margin-top: 5.5813953488%;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__program {
    border-width: 0.1464128843vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__program {
    border-width: 0.2666666667vw;
    border-radius: 1.3333333333vw;
    padding-top: 5.0666666667vw;
    padding-bottom: 3.7333333333vw;
    margin-top: 9.0666666667vw;
  }
}
.kaedoki-normal__program-title {
  position: absolute;
  color: #009546;
  font-size: 1.8rem;
  background-color: #ffffff;
  padding: 0 20px;
  line-height: 1;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__program-title {
    font-size: 1.317715959vw;
    padding: 0 1.4641288433vw;
    top: -0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__program-title {
    top: -2vw;
    font-size: 3.4666666667vw;
    padding: 0 4vw;
  }
}
.kaedoki-normal__program-text {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 1366px) {
  .kaedoki-normal__program-text {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__program-text {
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
  }
}
.kaedoki-normal__list {
  margin-top: 3.023255814%;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__list {
    margin-top: 16px;
  }
}
.kaedoki-normal__list-item {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__list-item {
    line-height: 1.3333333333;
  }
}
.kaedoki-normal__list-item:not(:first-child) {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__list-item:not(:first-child) {
    margin-top: 8px;
  }
}
.kaedoki-normal__list-mark {
  flex-shrink: 0;
  width: 1.75em;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__list-mark {
    width: 2em;
  }
}
.kaedoki-normal__button {
  width: 63.2%;
  margin-inline: auto;
  margin-top: 3.8%;
  margin-bottom: 1%;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__button {
    width: 78.6666666667vw;
    margin-top: 6.6666666667vw;
    margin-bottom: 5.7333333333vw;
  }
}
.kaedoki-normal__tokuwari-bnr {
  width: 54%;
  margin-top: 3%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .kaedoki-normal__tokuwari-bnr {
    width: 84vw;
    margin-top: 4vw;
  }
}

/* kaedoki:end */
/* shitadori:start */
.shitadori {
  margin-bottom: 3.717472119%;
}
@media screen and (max-width: 768px) {
  .shitadori {
    margin-bottom: 5.3333333333vw;
  }
}
.shitadori__container {
  position: relative;
}
.shitadori__inner {
  padding-top: 5.5762081784%;
  padding-bottom: 6.970260223%;
}
@media screen and (max-width: 768px) {
  .shitadori__inner {
    padding-top: 8vw;
    padding-bottom: 7.6vw;
  }
}
.shitadori__heading {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .shitadori__heading {
    width: 86.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.shitadori__logo {
  width: 19.1%;
  margin-inline: auto;
  margin-top: 4%;
  margin-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .shitadori__logo {
    width: 30.5333333333vw;
  }
}
.shitadori__lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 3.2%;
}
@media screen and (max-width: 1366px) {
  .shitadori__lead {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 768px) {
  .shitadori__lead {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    margin-top: 2.9333333333vw;
  }
}
.shitadori__lead-red {
  color: #cb0f31;
}
.shitadori__lead-marker {
  text-decoration: underline;
  text-decoration-thickness: 16px;
  text-decoration-color: #fef500;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.4em;
}
@media screen and (max-width: 1366px) {
  .shitadori__lead-marker {
    text-decoration-thickness: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .shitadori__lead-marker {
    text-decoration-thickness: 3.4666666667vw;
    text-underline-offset: -0.4em;
  }
}
.shitadori__possibles {
  display: flex;
  width: 74%;
  margin-inline: auto;
  justify-content: space-between;
  margin-top: 3.5%;
}
@media screen and (max-width: 768px) {
  .shitadori__possibles {
    width: 89.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.shitadori__possibles-item {
  width: 48.6486486486%;
}
@media screen and (max-width: 768px) {
  .shitadori__possibles-item {
    width: 42vw;
  }
}
.shitadori__button {
  width: 63.2%;
  margin-inline: auto;
  margin-top: 8%;
}
@media screen and (max-width: 768px) {
  .shitadori__button {
    width: 78.6666666667vw;
    margin-top: 8vw;
  }
}
.shitadori__caution {
  margin-top: 35px;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}
@media screen and (max-width: 768px) {
  .shitadori__caution {
    margin-top: 5.3333333333vw;
    width: 84vw;
    margin-inline: auto;
    line-height: 1.3333333333;
  }
}
.shitadori__caution-item {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
@media screen and (max-width: 768px) {
  .shitadori__caution-item:not(:last-child) {
    margin-bottom: 0.6em;
  }
}

/* shitadori:end */
/* welcome:start */
.welcome__container {
  position: relative;
}
.welcome__inner {
  padding-top: 5.5762081784%;
  padding-bottom: 6.970260223%;
}
@media screen and (max-width: 768px) {
  .welcome__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.welcome__heading {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .welcome__heading {
    width: 86.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.welcome__logo {
  width: 25.2%;
  margin-inline: auto;
  margin-top: 4%;
  margin-bottom: 2.4%;
}
@media screen and (max-width: 768px) {
  .welcome__logo {
    width: 67.2vw;
  }
}
.welcome__lead {
  position: relative;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2857142857;
  margin-top: 2%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1366px) {
  .welcome__lead {
    font-size: 2.0497803807vw;
  }
}
@media screen and (max-width: 768px) {
  .welcome__lead {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    margin-top: 3.3333333333vw;
  }
}
.welcome__lead-red {
  color: #cb0f31;
}
.welcome__lead sup {
  font-size: 50%;
}
.welcome__lead::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/special_contents/docomo-promotion/2026fall_iphone_kaedoki/images/pc/index-welcome_lead_dec01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 68px;
  left: 215px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1366px) {
  .welcome__lead::before {
    width: 2.4890190337vw;
    height: 4.9780380673vw;
    left: 15.7393850659vw;
  }
}
@media screen and (max-width: 768px) {
  .welcome__lead::before {
    background-image: url(/special_contents/docomo-promotion/2026fall_iphone_kaedoki/images/sp/welcome_aori_dec.png);
    width: 84.1333333333vw;
    height: 10.8vw;
    left: 50%;
    transform: translateX(-50%);
    top: 4.5333333333vw;
  }
}
.welcome__lead::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/special_contents/docomo-promotion/2026fall_iphone_kaedoki/images/pc/index-welcome_lead_dec02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 68px;
  right: 215px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1366px) {
  .welcome__lead::after {
    width: 2.4890190337vw;
    height: 4.9780380673vw;
    right: 15.7393850659vw;
  }
}
@media screen and (max-width: 768px) {
  .welcome__lead::after {
    content: none;
  }
}
.welcome__lead-large {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  margin-top: 3%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1366px) {
  .welcome__lead-large {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 768px) {
  .welcome__lead-large {
    font-size: 4.8vw;
    margin-top: 6.6666666667vw;
  }
}
.welcome__lead-large sup {
  font-size: 50%;
}
.welcome__example {
  width: 82.5%;
  margin-inline: auto;
  margin-top: 6.2%;
}
@media screen and (max-width: 768px) {
  .welcome__example {
    width: 82.8vw;
    margin-top: 6.6666666667vw;
  }
}
.welcome__button {
  width: 63.2%;
  margin-inline: auto;
  margin-top: 6%;
}
@media screen and (max-width: 768px) {
  .welcome__button {
    width: 78.6666666667vw;
    margin-top: 8vw;
  }
}
.welcome__caution {
  margin-top: 35px;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}
@media screen and (max-width: 768px) {
  .welcome__caution {
    margin-top: 4.5333333333vw;
    width: 83.2vw;
    margin-inline: auto;
    line-height: 1.3333333333;
  }
}
.welcome__caution-item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .welcome__caution-item:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.welcome__caution-mark {
  flex-shrink: 0;
  width: 1.75em;
}
@media screen and (max-width: 768px) {
  .welcome__caution-mark {
    width: 1.5em;
  }
}

/* welcome:end */
/* eraberu:start */
.eraberu__container {
  position: relative;
}
.eraberu__heading {
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .eraberu__heading {
    width: 100vw;
  }
}

/* eraberu:end */
/* plan:start */
.plan {
  margin-bottom: 3.717472119%;
}
@media screen and (max-width: 768px) {
  .plan {
    margin-bottom: 5.3333333333vw;
  }
}
.plan__container {
  position: relative;
}
.plan__inner {
  padding-top: 5.5762081784%;
  padding-bottom: 6.970260223%;
}
@media screen and (max-width: 768px) {
  .plan__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.plan__heading {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .plan__heading {
    width: 86.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.plan__logo {
  width: 36.6%;
  margin-inline: auto;
  margin-top: 4%;
  margin-bottom: 3.7%;
}
@media screen and (max-width: 768px) {
  .plan__logo {
    width: 61.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.plan__list {
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.1%;
  row-gap: 20px;
}
@media screen and (max-width: 1366px) {
  .plan__list {
    row-gap: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__list {
    flex-direction: column;
    align-items: center;
    width: 88vw;
    gap: 3.2vw;
  }
}
.plan__list-item {
  border-radius: 10px;
  overflow: hidden;
  width: 32.6%;
}
@media screen and (max-width: 1366px) {
  .plan__list-item {
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__list-item {
    border-radius: 2vw;
    width: 67.4666666667vw;
  }
}
.plan__caution {
  margin-top: 37px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .plan__caution {
    margin-top: 4.5333333333vw;
    width: 84vw;
    margin-inline: auto;
    line-height: 1.3333333333;
  }
}
.plan__caution-item {
  display: flex;
}
.plan__caution-item:not(:last-child) {
  margin-bottom: 0.35em;
}
@media screen and (max-width: 768px) {
  .plan__caution-item:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.plan__caution-mark {
  flex-shrink: 0;
  width: 1.75em;
}
@media screen and (max-width: 768px) {
  .plan__caution-mark {
    width: 2.1em;
  }
}

/* plan:end */
.family__parent, .family__child {
  border: 4px solid #e6e8e7;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  width: 86%;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .family__parent, .family__child {
    border-radius: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .family__parent, .family__child {
    width: 88vw;
    border-radius: 2.6666666667vw;
    border-width: 0.5333333333vw;
  }
}

.family__parent-head, .family__child-head {
  background-color: #cc0033;
}

/* family:start */
.family {
  margin-bottom: 3.717472119%;
}
@media screen and (max-width: 768px) {
  .family {
    margin-bottom: 5.3333333333vw;
  }
}
.family__container {
  position: relative;
}
.family__inner {
  padding-top: 5.5762081784%;
  padding-bottom: 7.4349442379%;
}
@media screen and (max-width: 768px) {
  .family__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.family__heading {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .family__heading {
    width: 86.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.family__logo {
  width: 27.9%;
  margin-inline: auto;
  margin-top: 4%;
}
@media screen and (max-width: 768px) {
  .family__logo {
    width: 37.2vw;
    margin-bottom: 5.6vw;
  }
}
.family__lead {
  width: 51%;
  margin-inline: auto;
  margin-top: 3.7%;
  margin-bottom: 4.2%;
}
@media screen and (max-width: 768px) {
  .family__lead {
    width: 58.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.family__child {
  padding-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .family__child {
    padding-bottom: 6.6666666667vw;
  }
}
.family__child-second-lead {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: -2.1126760563%;
  margin-bottom: 0.5868544601%;
}
@media screen and (max-width: 1366px) {
  .family__child-second-lead {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-second-lead {
    font-size: 3.7333333333vw;
    margin-top: -4.2666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
.family__child-second-items {
  width: 80.985915493%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  margin-bottom: 3.5211267606%;
}
@media screen and (max-width: 768px) {
  .family__child-second-items {
    flex-direction: column;
    gap: 1.3333333333vw;
    width: 77.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.family__child-second-item {
  width: 49.2753623188%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  border: 2px solid #e5e5e5;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1366px) {
  .family__child-second-item {
    border-radius: 0.7320644217vw;
    border-width: 0.1464128843vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-second-item {
    width: 100%;
    border-width: 0.5333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.family__child-second-capacity {
  background-color: #e5e5e5;
  font-size: 2rem;
  width: 26.1904761905%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .family__child-second-capacity {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-second-capacity {
    font-size: 4.2666666667vw;
    width: 18.6666666667vw;
  }
}
.family__child-second-text {
  width: 73.8095238095%;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 5.3571428571%;
  padding-top: 1.1904761905%;
}
@media screen and (max-width: 1366px) {
  .family__child-second-text {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-second-text {
    font-size: 3.2vw;
    width: 57.6vw;
    font-weight: normal;
    padding-left: 3.2vw;
  }
}
.family__child-second-text-red {
  color: #cb0f31;
  display: inline-block;
  margin-top: -5px;
}
@media screen and (max-width: 1366px) {
  .family__child-second-text-red {
    margin-top: -0.3660322108vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-second-text-red {
    font-size: 3.4666666667vw;
    font-weight: bold;
    margin-top: -1.8666666667vw;
  }
}
.family__child-second-text-large {
  font-size: 2.6rem;
}
@media screen and (max-width: 1366px) {
  .family__child-second-text-large {
    font-size: 1.9033674963vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-second-text-large {
    font-size: 5.8666666667vw;
  }
}
.family__child-prices {
  width: 93.896713615%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .family__child-prices {
    width: 84vw;
  }
}
.family__child-prices + .family__child-prices {
  margin-top: 6.103286385%;
}
@media screen and (max-width: 768px) {
  .family__child-prices + .family__child-prices {
    margin-top: 6.6666666667vw;
  }
}
.family__child-price-title {
  width: 100%;
  background-color: #e5e5e5;
  border-radius: 10px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding-block: 0.875% 1.25%;
  margin-bottom: 4.375%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1366px) {
  .family__child-price-title {
    border-radius: 0.7320644217vw;
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-price-title {
    font-size: 5.3333333333vw;
    padding-block: 1.8666666667vw 1.6vw;
    border-radius: 1.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.family__child-price-texts {
  display: flex;
  justify-content: space-between;
}
.family__child-price-text {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  width: 45%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1366px) {
  .family__child-price-text {
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-price-text {
    font-size: 4vw;
  }
}
.family__child-price-text:first-child {
  margin-left: 1.25%;
}
@media screen and (max-width: 768px) {
  .family__child-price-text:first-child {
    margin-left: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-price-text:last-child {
    margin-right: 1.3333333333vw;
  }
}
.family__child-price-large {
  font-size: 5rem;
  margin-block: 4px;
  display: inline-block;
}
@media screen and (max-width: 1366px) {
  .family__child-price-large {
    margin-block: 0.2928257687vw;
    font-size: 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-price-large {
    font-size: 6.6666666667vw;
  }
}
.family__child-price-medium {
  font-size: 4rem;
}
@media screen and (max-width: 1366px) {
  .family__child-price-medium {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-price-medium {
    font-size: 5.3333333333vw;
  }
}
.family__child-price-small {
  font-size: 2.4rem;
}
@media screen and (max-width: 1366px) {
  .family__child-price-small {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-price-small {
    font-size: 3.2vw;
  }
}
.family__child-cards {
  width: 79.375%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .family__child-cards {
    width: 75.7333333333vw;
  }
}
.family__child-card-name {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 4px dotted #000;
  padding-bottom: 3.4645669291%;
  margin-bottom: 3.4645669291%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1366px) {
  .family__child-card-name {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-card-name {
    font-size: 4vw;
    line-height: 1.4666666667;
    margin-top: -1.3333333333vw;
    border-width: 0.8vw;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.family__child-card-text {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1366px) {
  .family__child-card-text {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-card-text {
    font-size: 4vw;
  }
}
.family__child-card-text-weight {
  font-size: 1.6rem;
}
@media screen and (max-width: 1366px) {
  .family__child-card-text-weight {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .family__child-card-text-weight {
    font-size: 3.2vw;
  }
}
.family__more {
  width: 26%;
  margin-inline: auto;
  margin-top: 4%;
  margin-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .family__more {
    width: 48vw;
    margin-top: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.family__parent {
  padding-bottom: 3.8%;
}
@media screen and (max-width: 768px) {
  .family__parent {
    padding-bottom: 5.3333333333vw;
  }
}
.family__parent-head {
  margin-bottom: -1px;
}
.family__parent-content {
  background-color: #e5e5e5;
  width: 93.896713615%;
  padding: 2.3474178404% 4.6948356808% 3.2863849765% 4.6948356808%;
  border-radius: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .family__parent-content {
    width: 80vw;
    border-radius: 2.6666666667vw;
    padding: 4vw 4vw 5.3333333333vw 4vw;
  }
}
.family__parent-caution {
  width: 5.8333333333%;
  margin-inline: auto;
  margin-bottom: 3.0555555556%;
}
@media screen and (max-width: 768px) {
  .family__parent-caution {
    width: 9.3333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
.family__parent-list-item {
  font-size: 1.6rem;
  line-height: 1.625;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .family__parent-list-item {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
.family__parent-text {
  text-align: right;
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .family__parent-text {
    font-size: 1.2rem;
    margin-top: 3px;
  }
}
.family__parent-link {
  text-decoration: none;
  color: #093475;
  border-bottom: 1px solid #093475;
}
.family__caution {
  margin-top: 35px;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}
.family__caution-item {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.family__acc {
  width: 94%;
  margin-inline: auto;
  border: 5px solid #e6e8e7;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 3.8%;
}
@media screen and (max-width: 1366px) {
  .family__acc {
    border-width: 0.3660322108vw;
    border-radius: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .family__acc {
    width: 89.3333333333vw;
    border-width: 0.8vw;
    border-radius: 4vw;
    margin-top: 5.3333333333vw;
  }
}
.family__acc-title {
  font-size: 2rem;
  padding: 1.6129032258% 0 1.6129032258%;
  margin-inline: auto;
  font-weight: bold;
}
@media screen and (max-width: 1366px) {
  .family__acc-title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .family__acc-title {
    font-size: 4vw;
    padding: 2.6666666667vw 0 3.2vw;
  }
}
.family__acc-content {
  border-top: 5px solid #e6e8e7;
  padding-bottom: 4.8387096774%;
}
@media screen and (max-width: 1366px) {
  .family__acc-content {
    border-width: 0.3660322108vw;
  }
}
@media screen and (max-width: 768px) {
  .family__acc-content {
    border-width: 0.8vw;
    padding-bottom: 7.3333333333vw;
  }
}
.family__acc-lead {
  width: 32.7956989247%;
  margin-inline: auto;
  margin-block: 5.376344086% 1.2903225806%;
}
@media screen and (max-width: 768px) {
  .family__acc-lead {
    width: 49.4666666667vw;
    margin-block: 5.3333333333vw 2.6666666667vw;
  }
}
.family__acc-example {
  border: 5px solid #e6e8e7;
  width: 92.4731182796%;
  padding: 3.7634408602% 2.688172043% 4.3010752688%;
  margin-inline: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1366px) {
  .family__acc-example {
    border-radius: 1.4641288433vw;
    border-width: 0.3660322108vw;
  }
}
@media screen and (max-width: 768px) {
  .family__acc-example {
    width: 84vw;
    padding: 4.5333333333vw 1.8666666667vw 4.4vw;
    border-radius: 4vw;
    border-width: 0.8vw;
  }
}
.family__acc-arrow {
  width: 63.6559139785%;
  margin-inline: auto;
  margin-block: 4.3010752688% 3.2258064516%;
}
@media screen and (max-width: 768px) {
  .family__acc-arrow {
    width: 73.4666666667vw;
    margin-block: 4vw 2.6666666667vw;
  }
}
.family__acc-result--01 {
  width: 100%;
}
.family__acc-result--02 {
  width: 60.75%;
  margin-inline: auto;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .family__acc-result--02 {
    width: 64vw;
    margin-top: 5.3333333333vw;
  }
}
.family__acc-result-caution {
  width: 89.375%;
  font-size: 1.6rem;
  text-align: center;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .family__acc-result-caution {
    width: auto;
    font-size: 3.2vw;
    line-height: 1.3333333333;
    margin-top: 3.2vw;
    padding-bottom: 1.6vw;
  }
}
.family__button {
  width: 63.2%;
  margin-inline: auto;
  margin-top: 4%;
}
@media screen and (max-width: 768px) {
  .family__button {
    width: 78.6666666667vw;
    margin-top: 8vw;
  }
}

/* family:end */
/* enjoy:start */
.enjoy {
  margin-bottom: 3.717472119%;
}
.enjoy__container {
  position: relative;
}
.enjoy__inner {
  padding-top: 6.5055762082%;
  padding-bottom: 6.970260223%;
}
@media screen and (max-width: 768px) {
  .enjoy__inner {
    padding-top: 10.6666666667vw;
    padding-bottom: 8vw;
  }
}
.enjoy__heading {
  width: 75.3%;
  margin-inline: auto;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .enjoy__heading {
    width: 70.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.enjoy__image {
  width: 60.4%;
  margin-inline: auto;
  margin-bottom: 6%;
}
@media screen and (max-width: 768px) {
  .enjoy__image {
    width: 80.5333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.enjoy__about {
  width: 94%;
  border: 5px solid #e6e8e7;
  border-radius: 20px;
  padding: 2.5% 6.5% 3.5% 6.5%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .enjoy__about {
    width: 89.3333333333vw;
    border-width: 0.6666666667vw;
    border-radius: 4vw;
    padding: 6vw 2vw 4.6666666667vw;
  }
}
.enjoy__about-title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .enjoy__about-title {
    font-size: 4.8vw;
  }
}
.enjoy__about-text {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.6;
  margin-top: 2.5%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .enjoy__about-text {
    font-size: 3.7333333333vw;
    font-weight: normal;
    text-align: left;
    width: 77.3333333333vw;
    margin-inline: auto;
    margin-top: 2.1333333333vw;
    line-height: 1.6428571429;
  }
}
.enjoy__about-image {
  width: 100%;
  margin-top: 5.5%;
}
@media screen and (max-width: 768px) {
  .enjoy__about-image {
    margin-top: 5.3333333333vw;
  }
}
.enjoy__campaign {
  margin-top: 8%;
}
@media screen and (max-width: 768px) {
  .enjoy__campaign {
    margin-top: 10.6666666667vw;
  }
}
.enjoy__campaign-title {
  width: 41.9%;
  margin-inline: auto;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .enjoy__campaign-title {
    width: 67.0666666667vw;
    margin-bottom: 4vw;
  }
}
.enjoy__campaign-inner {
  background: #F1EFEF;
  background: linear-gradient(90deg, rgb(241, 239, 239) 0%, rgb(250, 246, 246) 100%);
  width: 86%;
  margin-inline: auto;
  padding-block: 4%;
  border-radius: 20px;
}
@media screen and (max-width: 1366px) {
  .enjoy__campaign-inner {
    border-radius: 1.4641288433vw;
    padding-block: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .enjoy__campaign-inner {
    border-radius: 4vw;
    width: 89.3333333333vw;
    padding-block: 5.3333333333vw 6.6666666667vw;
  }
}
.enjoy__campaign-flow {
  width: 83.9534883721%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .enjoy__campaign-flow {
    width: 84vw;
  }
}
.enjoy__campaign-point {
  width: 100%;
}
.enjoy__campaign-free {
  width: 83.9534883721%;
  margin-inline: auto;
  margin-bottom: 5.8139534884%;
}
@media screen and (max-width: 768px) {
  .enjoy__campaign-free {
    width: 84vw;
    margin-bottom: 6.6666666667vw;
  }
}
.enjoy__campaign-detail {
  width: 100%;
  margin-bottom: 4.6511627907%;
}
@media screen and (max-width: 768px) {
  .enjoy__campaign-detail {
    margin-bottom: 8vw;
  }
}
.enjoy__campaign-button {
  width: 73.488372093%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .enjoy__campaign-button {
    width: 78.6666666667vw;
  }
}
.enjoy__campaign-more {
  width: 100%;
  margin-top: 6.7441860465%;
}
@media screen and (max-width: 768px) {
  .enjoy__campaign-more {
    margin-top: 7.7333333333vw;
  }
}
.enjoy__campaign-caution {
  margin-top: 35px;
  font-size: 1.2rem;
  line-height: 1.5;
  width: 88.3720930233%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .enjoy__campaign-caution {
    margin-top: 5.8666666667vw;
    width: 84vw;
    margin-inline: auto;
    line-height: 1.3333333333;
  }
}
.enjoy__campaign-caution-item {
  padding-left: 1.75em;
  text-indent: -1.75em;
}
@media screen and (max-width: 768px) {
  .enjoy__campaign-caution-item {
    padding-left: 2.1em;
    text-indent: -2.1em;
  }
}
.enjoy__campaign-caution-item:not(:last-child) {
  margin-bottom: 0.35em;
}
@media screen and (max-width: 768px) {
  .enjoy__campaign-caution-item:not(:last-child) {
    margin-bottom: 0.6em;
  }
}
.enjoy__campaign-caution-item:last-child {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .enjoy__campaign-caution-item:last-child {
    line-height: 1.3333333333;
  }
}
.enjoy__campaign-caution-mark {
  display: inline-block;
  width: 1.75em;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .enjoy__campaign-caution-mark {
    width: 2.1em;
  }
}
.enjoy__button {
  width: 63.2%;
  margin-inline: auto;
  margin-top: 4%;
}
@media screen and (max-width: 768px) {
  .enjoy__button {
    width: 78.6666666667vw;
    margin-top: 8vw;
  }
}
.enjoy__caution {
  margin-top: 35px;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}
@media screen and (max-width: 768px) {
  .enjoy__caution {
    margin-top: 5.3333333333vw;
    width: 84vw;
    margin-inline: auto;
    line-height: 1.3333333333;
  }
}
.enjoy__caution-item {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
@media screen and (max-width: 768px) {
  .enjoy__caution-item:not(:last-child) {
    margin-bottom: 0.6em;
  }
}

/* enjoy:end */
/* footer:start */
.footer {
  padding: 60px 0 240px;
}
@media screen and (max-width: 1366px) {
  .footer {
    padding: 4.39238653vw 0 17.5695461201vw;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 28.8vw 0 35.3333333333vw;
  }
}
.footer__container {
  max-width: 1327px;
  width: 100%;
  margin: 0 auto;
}
.footer__sns {
  width: 23.5870384326%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    width: 74.6666666667vw;
  }
}
.footer__sns-icon {
  width: 12.7795527157%;
}
@media screen and (max-width: 768px) {
  .footer__sns-icon {
    width: 10.6666666667vw;
  }
}
.footer__sns-icon:not(:last-child) {
  margin-right: 8.945686901%;
}
@media screen and (max-width: 768px) {
  .footer__sns-icon:not(:last-child) {
    margin-right: 5.3333333333vw;
  }
}
.footer__link {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 3.0143180106%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__link {
    margin-top: 6.6666666667vw;
    font-weight: bold;
  }
}
.footer__link-item {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1;
  width: fit-content;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer__link-item {
    font-size: 3.7333333333vw;
  }
}
.footer__link-item::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/special_contents/docomo-promotion/2026fall_iphone_kaedoki/images/pc/index-footer-link-icon.png);
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1366px) {
  .footer__link-item::after {
    width: 0.878477306vw;
    height: 0.878477306vw;
    right: -1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__link-item::after {
    background-image: url(/special_contents/docomo-promotion/2026fall_iphone_kaedoki/images/sp/index-footer-link-icon.png);
    width: 3.2vw;
    height: 3.2vw;
    right: -5.3333333333vw;
  }
}
.footer__link-item:first-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footer__link-item:first-child {
    margin-bottom: 4vw;
  }
}
.footer__copy {
  font-size: 12px;
  text-align: center;
  margin-top: 3.6171816127%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 2.6666666667vw;
    margin-top: 10.2666666667vw;
  }
}
.footer__caution {
  width: 38.0557648832%;
  margin-top: 3.6171816127%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .footer__caution {
    width: 89.3333333333vw;
    margin-top: 10vw;
  }
}
.footer__caution-item {
  font-size: 12px;
  line-height: 1.6666666667;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .footer__caution-item {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    padding-left: 0;
    text-indent: 0;
  }
}

/* footer:end */
/* modal:start */
/* モーダルオーバーレイの初期設定 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
  z-index: 1000;
}

/* モーダル表示時のスタイル */
.modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
}

/* モーダルコンテンツのスタイル */
.modal-content {
  border-radius: 12px;
  max-width: 480px;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.modal-content img {
  width: auto !important;
}

/* 閉じるボタンのスタイル */
.modal-close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
  color: #333;
  z-index: 1000;
}

/* bodyにno-scrollクラスが付いた時のスタイル */
body.no-scroll {
  overflow: hidden;
}

/* モーダルの初期設定 (画面全体を覆う) */
.modal-overlay.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* 半透明の黒い背景 */
  display: none;
  /* 初期状態では非表示 */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  /* 他の要素より手前に表示 */
}

/* モーダルが表示されている状態 */
.modal-overlay.modal-video.is-active {
  display: block;
  /* JavaScriptでこのクラスを付けて表示 */
}

/* 動画コンテナ（モーダルの内容） */
.modal-content-video {
  position: relative;
  max-width: 90%;
  width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  .modal-content-video {
    width: 80%;
  }
}

/* 閉じるボタン */
.modal-close.js-close-video-modal {
  position: absolute;
  top: -30px;
  right: -30px;
  background: none;
  border: none;
  font-size: 30px;
  color: #fff;
  /* 背景が黒なので白文字にする */
  cursor: pointer;
  z-index: 1001;
  /* 動画より手前に表示 */
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .modal-close.js-close-video-modal {
    font-size: 5.3333333333vw;
    top: -5.3333333333vw;
    right: -5.3333333333vw;
  }
}

/* 【重要】この部分が正しく適用されているか確認してください */
.video-container {
  position: relative;
  /* 子要素のiframeをabsoluteにするための基準 */
  width: 100%;
  /* 親要素(modal-content)に対して幅いっぱい */
  /* heightの代わりにpadding-topでアスペクト比を固定（16:9の場合） */
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  /* 親要素(.video-container)のpadding-topによって確保された領域にフィットさせる */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* これで width/height が 0 になるのを防ぎます */
}

/* modal:end */
/* float:start */
.float {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  max-width: 1327px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .float {
    left: 0;
    transform: translateX(0);
  }
}
.float__shops {
  width: 49.7362471741%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5071590053%;
  background-color: #d00f31;
  display: flex;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(179, 34, 50, 0.5);
}
@media screen and (max-width: 768px) {
  .float__shops {
    width: 94.6666666667vw;
    border-radius: 4.6666666667vw;
    box-shadow: none;
    margin-top: 0;
    box-shadow: none;
  }
}
.float__shops-item {
  letter-spacing: -0.04em;
}
.float__shops-item:first-child {
  width: 58.6363636364%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .float__shops-item:first-child {
    width: 58vw;
  }
}
.float__shops-item:first-child::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.5167958656%;
  height: 70%;
  background-color: #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .float__shops-item:first-child::after {
    width: 0.2666666667vw;
    height: 6.6666666667vw;
  }
}
.float__shops-item:first-child .float__shops-item-link {
  justify-content: flex-start;
  padding: 2.842377261% 9.5607235142%;
}
@media screen and (max-width: 768px) {
  .float__shops-item:first-child .float__shops-item-link {
    padding: 2.2666666667vw 0 2.4vw 3.3333333333vw;
  }
}
.float__shops-item:first-child .float__shops-item-icon {
  padding-left: 3.1948881789%;
}
@media screen and (max-width: 768px) {
  .float__shops-item:first-child .float__shops-item-icon {
    padding: 0;
    margin-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 1366px) {
  .float__shops-item:first-child .float__shops-item-icon img {
    height: 2.1229868228vw;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .float__shops-item:first-child .float__shops-item-icon img {
    height: 4.9333333333vw;
    width: auto;
  }
}
.float__shops-item:first-child .float__shops-item-arrow {
  width: 4.1533546326%;
  margin-left: 9.5846645367%;
  transition: 0.2s transform;
}
@media screen and (max-width: 768px) {
  .float__shops-item:first-child .float__shops-item-arrow {
    width: 2vw;
    margin-left: 4vw;
  }
}
.float__shops-item:last-child {
  width: 41.3636363636%;
}
@media screen and (max-width: 768px) {
  .float__shops-item:last-child {
    width: 36.6666666667vw;
  }
}
.float__shops-item:last-child .float__shops-item-link {
  justify-content: flex-start;
  padding: 3.663003663% 13.5531135531%;
}
@media screen and (max-width: 768px) {
  .float__shops-item:last-child .float__shops-item-link {
    padding: 2.2666666667vw 0 2.4vw 4.2666666667vw;
  }
}
.float__shops-item:last-child .float__shops-item-icon {
  padding-left: 11.0552763819%;
}
@media screen and (max-width: 768px) {
  .float__shops-item:last-child .float__shops-item-icon {
    padding: 0;
    margin-left: 2vw;
  }
}
@media screen and (max-width: 1366px) {
  .float__shops-item:last-child .float__shops-item-icon img {
    height: 2.1229868228vw;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .float__shops-item:last-child .float__shops-item-icon img {
    height: 4.9333333333vw;
    width: auto;
  }
}
.float__shops-item:last-child .float__shops-item-arrow {
  width: 6.5326633166%;
  margin-left: 15.0753768844%;
  transition: 0.2s transform;
}
@media screen and (max-width: 768px) {
  .float__shops-item:last-child .float__shops-item-arrow {
    width: 2vw;
    margin-left: 4vw;
  }
}
.float__shops-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.float__shops-item-link::before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 250%;
  transform: skewY(-10deg) scale(1, 0);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .float__shops-item-link::before {
    content: none;
  }
}
.float__shops-item-link img {
  position: relative;
  z-index: 1;
  transition: 0.2s opacity;
}
.float__shops-item-link:hover .float__shops-item-arrow {
  transform: translateX(50%);
  opacity: 0.7;
}
.float__shops-item-text {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 1366px) {
  .float__shops-item-text {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .float__shops-item-text {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .float__shops-item-icon {
    padding-left: 0;
    margin-left: 1.3333333333vw;
  }
}
.float__banner {
  width: 81.0851544838%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(179, 34, 50, 0.5);
}
@media screen and (max-width: 768px) {
  .float__banner {
    width: 94.6666666667vw;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 4vw;
  }
}

/* float:end */
/* menu:start */
.menu {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  pointer-events: none;
  z-index: 10000;
}
.menu__container {
  padding-top: 70px;
}
.menu__link {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu__link-item {
  width: 84vw;
}

/* menu:end */
/* js-tab:start */
.js-tab__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.js-tab__item {
  flex: 1 1 0%;
}
.js-tab__trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.js-tab__trigger.is-active {
  cursor: default;
}
.js-tab__image {
  transition: opacity 0.3s;
}
.js-tab__image--on {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.js-tab__trigger.is-active .js-tab__image--off {
  opacity: 0;
}
.js-tab__trigger.is-active .js-tab__image--on {
  opacity: 1;
}
.js-tab__trigger:not(.is-active):hover .js-tab__image--off {
  opacity: 0.7;
}
.js-tab__panel {
  display: none;
}
.js-tab__panel.is-active {
  display: block;
  animation: js-tab-fadein 0.5s ease-in-out;
}

@keyframes js-tab-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* js-tab:end */
/* js-accordion:start */
.js-accordion {
  box-shadow: 0px 5px 20px 0px rgba(126, 0, 14, 0.12);
}
@media screen and (max-width: 1366px) {
  .js-accordion {
    box-shadow: 0px 0.3660322108vw 1.4641288433vw 0px rgba(126, 0, 14, 0.12);
  }
}
.js-accordion__trigger {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #333;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.3s;
}
.js-accordion__trigger:hover {
  opacity: 0.7;
}
.js-accordion__icon {
  position: absolute;
  right: 3.5353535354%;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 1366px) {
  .js-accordion__icon {
    width: 2.4158125915vw;
    height: 2.4158125915vw;
  }
}
@media screen and (max-width: 768px) {
  .js-accordion__icon {
    right: 4.4vw;
    width: 4.4vw;
    height: 0.5333333333vw;
  }
}
.js-accordion__icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.js-accordion__icon span::before, .js-accordion__icon span::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 12.1212121212%;
  background-color: #333;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .js-accordion__icon span::before, .js-accordion__icon span::after {
    height: 0.5333333333vw;
  }
}
.js-accordion__icon span::after {
  transform: translateY(-50%) rotate(90deg);
}
.js-accordion__target {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}
.js-accordion__body {
  line-height: 1.625;
}
.js-accordion__item.is-open .js-accordion__icon span::after {
  transform: translateY(-50%) rotate(0deg);
}

/* js-accordion:end */
/* float表示/非表示 */
/* 初期状態: 非表示 */
.js-float {
  transition: 0.2s opacity;
  opacity: 0;
  pointer-events: none;
}
.js-float.is-visible {
  opacity: 1;
  pointer-events: all;
}

/* メニューの初期状態（非表示） */
.menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

/* メニューが開いた状態 */
.menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* メニューが開いている間はスクロール不可 */
body.no-scroll {
  overflow: hidden;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  body.no-scroll {
    padding-right: 0;
  }
}

/*
* メニュー開閉時のボタン挙動
*/
@media screen and (max-width: 768px) {
  .header__menu {
    position: relative;
    height: 13.0666666667vw;
  }
}

/* ボタン内のimg要素を非表示に */
@media screen and (max-width: 768px) {
  .header__menu.is-open img {
    display: none;
  }
}

/*
* メニューが開いているときのボタンのスタイル
*/
.header__menu::before {
  opacity: 0;
  transition: 0.2s opacity;
}

@media screen and (max-width: 768px) {
  .header__menu.is-open::before {
    opacity: 1;
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 80%;
    background-color: #CC0033;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.header__menu::after {
  opacity: 0;
  transition: 0.2s opacity;
}

@media screen and (max-width: 768px) {
  .header__menu.is-open::after {
    opacity: 1;
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 80%;
    background-color: #CC0033;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

/* js-fade:start */
.js-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}
.js-fade.is-immediate {
  transition: none;
}
.js-fade--opacity {
  transform: none;
  transition-property: opacity;
}
.js-fade--opacity.is-active {
  transform: none;
}

.js-fade-absolute {
  opacity: 0;
  translate: 0 50px;
  transition: opacity 0.6s ease-out, translate 0.6s ease-out;
}
.js-fade-absolute.is-active {
  opacity: 1;
  translate: 0 0;
}
.js-fade-absolute.is-immediate {
  transition: none;
}
.js-fade-absolute--opacity {
  translate: none;
  transition-property: opacity;
}
.js-fade-absolute--opacity.is-active {
  translate: none;
}

.js-fade-group__item {
  opacity: 0;
}
.js-fade-group.is-active .js-fade-group__item {
  animation: js-fade-group-in 0.6s ease-out both;
  animation-delay: calc(var(--fade-index, 0) * 150ms);
}
.js-fade-group.is-immediate .js-fade-group__item {
  animation: none;
  opacity: 1;
}

@keyframes js-fade-group-in {
  from {
    opacity: 0;
    translate: 0 50px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
/* js-fade:end */