@charset "UTF-8";
/* CSS Document */
:root {
  --color-base: #030000;
  --color-brown: #594336;
  --color-gold: #91732E;
  --color-red: #B81C21;
  --color-beige: #EAE8DF;
}

.color-red {
  color: var(--color-red);
}

.page-wrapper {
  color: var(--color-base);
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .page-wrapper {
    font-size: 3.7333333333vw;
    line-height: 1.85;
  }
}
.l-inner {
  padding: 0 20px;
  max-width: 1120px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 4.2666666667vw;
  }
}
.c-block {
  position: relative;
  background: var(--color-beige);
  padding: 24px clamp(32px, 5.4935622318vw, 64px) 48px;
  margin-top: 16px;
}
.c-block:first-child {
  margin-top: 0;
}
.c-block__title {
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #C6B6AB;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
.c-block__lead {
  text-align: center;
  margin-bottom: 32px;
}
.c-block__text p {
  margin-bottom: 8px;
}
.c-block__text p:last-child {
  margin-bottom: 0;
}
.c-block__text a {
  color: var(--color-base);
  text-decoration: underline;
  display: inline;
}
.c-block__column {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.c-block__column:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #C6B6AB;
  position: absolute;
  top: 0;
  left: 50%;
}
.c-block__column-item {
  width: 46%;
}
.c-block__column-item .item-title {
  text-align: center;
  font-weight: 500;
  color: var(--color-brown);
  font-size: 20px;
  margin-bottom: 24px;
}
.c-block__column-item .item-button {
  text-align: center;
  margin-top: 24px;
}
.c-block__announce {
  border: 1px solid var(--color-red);
  color: var(--color-red);
  font-weight: 500;
  padding: 16px;
}
.c-block__announce ul li {
  margin-bottom: 8px;
  padding-left: 14px;
  position: relative;
}
.c-block__announce ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-red);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.c-block__announce ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-block {
    padding: 6.4vw 4.2666666667vw 8.5333333333vw;
    margin-top: 2.1333333333vw;
  }
  .c-block__title {
    font-size: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
  .c-block__lead {
    text-align: left;
    margin-bottom: 6.4vw;
  }
  .c-block__text p {
    margin-bottom: 1.0666666667vw;
  }
  .c-block__column {
    flex-wrap: wrap;
    gap: 6.4vw;
  }
  .c-block__column:before {
    content: none;
  }
  .c-block__column-item {
    width: 100%;
  }
  .c-block__column-item .item-title {
    text-align: left;
    font-size: 4.2666666667vw;
    margin-bottom: 0.5em;
  }
  .c-block__column-item .item-button {
    margin-top: 4.2666666667vw;
  }
  .c-block__announce {
    padding: 3.2vw;
  }
  .c-block__announce ul li {
    margin-bottom: 2.6666666667vw;
    padding-left: 2.1333333333vw;
  }
  .c-block__announce ul li:before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.c-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 330px;
  min-height: 60px;
  max-width: 100%;
  border: 1px solid var(--color-brown);
  color: #fff;
  background: var(--color-brown);
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  transition: 0.3s;
}
.c-button:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.c-button:hover {
  opacity: 1;
  background: #fff;
  color: var(--color-brown);
}
.c-button:hover:after {
  border-color: var(--color-brown);
}

@media screen and (max-width: 768px) {
  .c-button {
    width: 100%;
    min-height: 16vw;
  }
  .c-button:after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 5.8666666667vw;
  }
  .c-button:hover {
    background: var(--color-brown);
    color: #fff;
  }
  .c-button:hover:after {
    border-color: #fff;
  }
}
.c-note {
  font-size: 12px;
  line-height: 1.833;
}

@media screen and (max-width: 768px) {
  .c-note {
    font-size: 2.6666666667vw;
    line-height: 2;
  }
}
.page-mv {
  position: relative;
  overflow: hidden;
  background-color: var(--color-beige);
  background-image: url(../images/toho-one/mv-bg.svg);
  background-repeat: repeat;
  background-position: left top;
  background-size: 445px;
  margin-bottom: 48px;
}
.page-mv__inner {
  height: 380px;
}
.page-mv .mv-title {
  text-align: center;
  position: relative;
  padding-top: 32px;
}
.page-mv .mv-title__logo img {
  width: 304px;
}
.page-mv .mv-title__lead {
  margin-top: 8px;
  font-weight: 500;
  color: var(--color-brown);
}
.page-mv .mv-illust {
  position: absolute;
}
.page-mv .mv-illust01 {
  width: 230px;
  top: clamp(48px, 8.2403433476vw, 96px);
  left: -20px;
}
.page-mv .mv-illust02 {
  width: 270px;
  height: 265px;
  top: clamp(30px, 5.1502145923vw, 60px);
  right: clamp(15px, 2.5751072961vw, 30px);
}
.page-mv .mv-illust02 img {
  width: 141px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-mv .mv-illust02__link {
  font-weight: 500;
  width: 166px;
  height: 166px;
  color: var(--color-brown);
  text-decoration: underline;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/toho-one/mv-fukidashi.svg) no-repeat center;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .page-mv {
    background-size: 118.6666666667vw;
    margin-bottom: 25.0666666667vw;
    overflow: visible;
  }
  .page-mv__inner {
    height: 98.1333333333vw;
  }
  .page-mv .mv-title {
    padding-top: 0.6666666667vw;
  }
  .page-mv .mv-title__logo img {
    width: 57.0666666667vw;
  }
  .page-mv .mv-title__lead {
    margin-top: 1.0666666667vw;
  }
  .page-mv .mv-illust01 {
    width: 38.6666666667vw;
    top: auto;
    bottom: -18.1333333333vw;
    left: 6.6666666667vw;
  }
  .page-mv .mv-illust02 {
    width: 47.4666666667vw;
    height: 46.6666666667vw;
    top: auto;
    bottom: -18.1333333333vw;
    right: 6.6666666667vw;
  }
  .page-mv .mv-illust02 img {
    width: 22.9333333333vw;
  }
  .page-mv .mv-illust02__link {
    width: 32vw;
    height: 32vw;
    font-size: 3.2vw;
  }
}
.page-nav {
  max-width: 1240px;
  margin-bottom: 72px;
}
.page-nav a {
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
.page-nav__link--button {
  display: flex;
  justify-content: center;
  gap: 13px;
}
.page-nav__link--button a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 60px;
  background: var(--color-brown);
  border: 1px solid var(--color-brown);
  color: #fff;
  padding: 0 2em;
  transition: 0.3s;
}
.page-nav__link--button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.page-nav__link--button a:hover {
  opacity: 1;
  color: var(--color-brown);
  background: #fff;
}
.page-nav__link--button a:hover:after {
  border-color: var(--color-brown);
}
.page-nav__link--text {
  text-align: center;
  margin-top: 32px;
}
.page-nav__link--text a {
  color: var(--color-red);
  padding-right: 20px;
}
.page-nav__link--text a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-red);
  border-bottom: 2px solid var(--color-red);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.page-nav__link--text a span {
  display: inline-block;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .page-nav {
    margin-bottom: 13.3333333333vw;
  }
  .page-nav__link--button {
    flex-wrap: wrap;
    gap: 2.1333333333vw 2%;
  }
  .page-nav__link--button a {
    flex: auto;
    width: 49%;
    min-height: 16vw;
    padding: 0 0 1em;
  }
  .page-nav__link--button a:after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: auto;
    bottom: 2.6666666667vw;
    right: 50%;
    transform: rotate(45deg);
  }
  .page-nav__link--button a:hover {
    color: #fff;
    background: var(--color-brown);
  }
  .page-nav__link--button a:hover:after {
    border-color: #fff;
  }
  .page-nav__link--button a:last-child {
    width: 100%;
  }
  .page-nav__link--text {
    margin-top: 6.4vw;
  }
  .page-nav__link--text a {
    padding: 0 0 4.2666666667vw;
  }
  .page-nav__link--text a:after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: auto;
    bottom: 0;
    right: 50%;
    transform: rotate(45deg);
  }
}
.page-sec {
  margin-bottom: 96px;
}
.page-sec:last-child {
  margin-bottom: 0;
}
.page-sec__head {
  position: relative;
  color: var(--color-brown);
  border-bottom: 1px solid var(--color-brown);
  line-height: 1.5;
  padding-bottom: 12px;
}
.page-sec__head .head-sub {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
}
.page-sec__head .head-title {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.page-sec__head .head-logo {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(40px, 6.8669527897vw, 80px);
  color: var(--color-beige);
  letter-spacing: 0;
  line-height: 1.1;
  position: absolute;
  bottom: clamp(-22px, -1.8884120172vw, -11px);
  right: 0;
}
.page-sec__lead {
  margin-top: 28px;
}
.page-sec__contents {
  position: relative;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .page-sec {
    margin-bottom: 17.0666666667vw;
  }
  .page-sec__head {
    padding-bottom: 4.2666666667vw;
  }
  .page-sec__head .head-sub {
    letter-spacing: 0;
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .page-sec__head .head-title {
    font-size: 5.3333333333vw;
  }
  .page-sec__head .head-logo {
    font-size: 8vw;
    bottom: -2.4vw;
  }
  .page-sec__lead {
    margin-top: 4.2666666667vw;
  }
  .page-sec__contents {
    margin-top: 4.2666666667vw;
  }
}
/* ========== 選べる3つのプラン ========== */
.plan-list {
  position: relative;
}
.plan-list__item {
  position: relative;
}
.plan-list__itemInner {
  border-radius: 30px;
  padding: 3px;
  height: 100%;
}
.plan-list__item.--premium .plan-list__itemInner {
  background: var(--color-red);
}
.plan-list__item.--standard .plan-list__itemInner {
  background: var(--color-brown);
}
.plan-list__item.--light .plan-list__itemInner {
  background: var(--color-gold);
}
.plan-list__item .item-catch {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(13px, 1.5450643777vw, 18px);
  line-height: 1.35;
  padding: 0 1em;
}
.plan-list__item .item-head {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 28px 28px 0 0/28px 28px 0 0;
  display: flex;
  min-height: 136px;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.35;
}
.plan-list__item .item-head__plan {
  font-size: clamp(20px, 2.0600858369vw, 24px);
  font-weight: 500;
  margin-bottom: 10px;
}
.plan-list__item .item-head__price {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.plan-list__item .item-head__price.--free {
  align-items: flex-end;
}
.plan-list__item .item-head__price strong {
  font-weight: 700;
}
.plan-list__item .item-head__price .num {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  font-size: 30px;
}
.plan-list__item .item-head__price .num .yen {
  font-size: 24px;
}
.plan-list__item .item-head__price .ja {
  font-size: 20px;
}
.plan-list__item .item-block {
  margin-top: 3px;
  background: #fff;
  padding: 28px clamp(14px, 2.4034334764vw, 28px);
}
.plan-list__item .item-block:last-child {
  border-radius: 0 0 28px 28px/0 0 28px 28px;
}
.plan-list__item .item-block__title {
  font-size: clamp(13px, 1.3733905579vw, 16px);
  margin-bottom: 1.25em;
  font-weight: 500;
}
.plan-list__item .item-block table {
  width: 100%;
  border-top: 1px solid #C6B6AB;
}
.plan-list__item .item-block table tr {
  border-bottom: 1px solid #C6B6AB;
}
.plan-list__item .item-block table th, .plan-list__item .item-block table td {
  vertical-align: middle;
  position: relative;
}
.plan-list__item .item-block table th {
  font-weight: 500;
  font-size: clamp(6px, 1.0300429185vw, 12px);
  line-height: 1.8333;
  padding: 16px 0;
  width: 47%;
}
.plan-list__item .item-block table th.recommend:before {
  content: "";
  width: clamp(26px, 4.3776824034vw, 51px);
  height: clamp(38px, 6.5236051502vw, 76px);
  position: absolute;
  top: clamp(-11px, -0.9442060086vw, 6px);
  right: 100%;
  margin-right: clamp(3px, 0.4291845494vw, 5px);
  background: url(../images/toho-one/icon-point.svg) no-repeat center;
  background-size: 100%;
}
.plan-list__item .item-block .special-icon span {
  display: inline-block;
}
.plan-list__item .item-block .special-icon .num {
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 4px;
}
.plan-list__item .item-block .special-icon .num strong {
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
}
.plan-list__item .item-block .special-icon .maru {
  text-align: center;
  width: 29px;
}
.plan-list__item .item-block .special-icon .lock {
  text-align: center;
  width: 29px;
}
.plan-list__item .item-block .special-question {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.plan-list__item .item-block .special-question__trigger {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 50%;
  background: #DDD2CA;
  color: var(--color-gold);
  transition: 0.3s;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.1;
  font-family: "Josefin Sans", sans-serif;
}
.plan-list__item .item-block .special-question__trigger span {
  padding-bottom: 2px;
}
.plan-list__item .item-block .special-question__message {
  position: absolute;
  bottom: 50%;
  margin-bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(105px, 18.025751073vw, 210px);
  background: #EAE8DF;
  border-radius: clamp(5px, 0.8583690987vw, 10px);
  padding: clamp(6px, 1.0300429185vw, 12px) clamp(9px, 1.5450643777vw, 18px);
  font-size: clamp(7px, 1.2017167382vw, 14px);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--color-gold);
  line-height: 1.42;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.plan-list__item .item-block .special-question__message:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #EAE8DF transparent transparent transparent;
}
.plan-list__item .item-block .special-question.is--active .special-question__message {
  opacity: 1;
  visibility: visible;
}
.plan-list__item .item-block .special-question.is--active .special-question__trigger {
  background: var(--color-gold);
  color: #fff;
}

@media (min-width: 769px) {
  .plan-list {
    overflow: visible;
  }
  .plan-list .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6%;
    transform: none !important;
  }
  .plan-list__item {
    margin-right: 0 !important;
  }
  .plan-list__item.--premium {
    width: 34.5% !important;
    z-index: 3;
  }
  .plan-list__item.--standard {
    width: 34.5% !important;
    z-index: 2;
  }
  .plan-list__item.--light {
    width: 25.8% !important;
    z-index: 1;
  }
  .plan-list .swiper-button-next,
  .plan-list .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-sec--plan .page-sec__inner {
    padding: 0;
  }
  .page-sec--plan .page-sec__head {
    width: calc(100% - 8.5333333333vw);
    margin-left: auto;
    margin-right: auto;
  }
  .page-sec--plan .page-sec__lead {
    padding: 0 4.2666666667vw;
  }
  .page-sec--plan .page-sec__contents {
    margin-top: 9.0666666667vw;
  }
  .plan-list__item {
    padding: 0 2.1333333333vw;
    opacity: 0.2;
  }
  .plan-list__item.swiper-slide-active {
    opacity: 1;
  }
  .plan-list__itemInner {
    border-radius: 6.4vw;
    padding: 0.8vw;
  }
  .plan-list__item .item-catch {
    min-height: 11.7333333333vw;
    font-size: 3.7333333333vw;
  }
  .plan-list__item .item-head {
    border-radius: 5.8666666667vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 23.4666666667vw;
    padding-top: 1em;
  }
  .plan-list__item .item-head__plan {
    font-size: 5.3333333333vw;
    margin-bottom: 0;
  }
  .plan-list__item .item-head__price {
    font-size: 3.7333333333vw;
    gap: 0.5333333333vw;
  }
  .plan-list__item .item-head__price .num {
    font-size: 8vw;
  }
  .plan-list__item .item-head__price .num .yen {
    font-size: 6.4vw;
  }
  .plan-list__item .item-head__price .ja {
    font-size: 5.3333333333vw;
  }
  .plan-list__item .item-block {
    margin-top: 0.8vw;
    padding: 3.2vw 7.4666666667vw;
  }
  .plan-list__item .item-block:last-child {
    border-radius: 5.8666666667vw;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .plan-list__item .item-block__title {
    font-size: 3.7333333333vw;
    margin-bottom: 0.5em;
  }
  .plan-list__item .item-block table th {
    font-size: 2.6666666667vw;
    line-height: 1.4;
    padding: 2.6666666667vw 0;
  }
  .plan-list__item .item-block table th.recommend:before {
    width: 11.7333333333vw;
    height: 17.6vw;
    top: -5.3333333333vw;
    margin-right: 0.5333333333vw;
  }
  .plan-list__item .item-block .special-icon .num {
    padding-left: 1.0666666667vw;
  }
  .plan-list__item .item-block .special-icon .num strong {
    font-family: "Josefin Sans", sans-serif;
    font-size: 8.5333333333vw;
  }
  .plan-list__item .item-block .special-icon .maru {
    width: 5.8666666667vw;
  }
  .plan-list__item .item-block .special-icon .lock {
    width: 5.8666666667vw;
  }
  .plan-list__item .item-block .special-icon .lock img {
    width: 4.8vw;
  }
  .plan-list__item .item-block .special-question {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .plan-list__item .item-block .special-question__trigger {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .plan-list__item .item-block .special-question__message {
    margin-bottom: 5.3333333333vw;
    width: 26.6666666667vw;
    border-radius: 2.6666666667vw;
    padding: 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
  .plan-list__item .item-block .special-question__message:after {
    border-width: 2.1333333333vw 2.1333333333vw 0 2.1333333333vw;
  }
  .plan-list__item .item-block .special-question.is--active .special-question__message {
    opacity: 1;
    visibility: visible;
  }
  .plan-list__item .item-block .special-question.is--active .special-question__trigger {
    background: var(--color-gold);
    color: #fff;
  }
  .plan-list .swiper-button-prev,
  .plan-list .swiper-button-next {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .plan-list .swiper-button-prev:after,
  .plan-list .swiper-button-next:after {
    content: none;
  }
  .plan-list .swiper-button-prev {
    left: 0.8vw;
    background-image: url(../images/toho-one/slide-arrow-prev.svg);
  }
  .plan-list .swiper-button-next {
    right: 0.8vw;
    background-image: url(../images/toho-one/slide-arrow-next.svg);
  }
}
/* ========== スペシャル特典 ========== */
.special-service {
  margin-top: 32px;
}
.special-service__title {
  text-align: center;
  margin-bottom: 16px;
}
.special-service__title span {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: var(--color-brown);
  font-size: 18px;
  padding: 10px 44px 5px;
}
.special-service__title span:before, .special-service__title span:after {
  content: "";
  width: 2px;
  height: 100%;
  background: var(--color-brown);
  position: absolute;
  bottom: 0;
}
.special-service__title span:before {
  left: 0;
  transform: rotate(-35deg);
}
.special-service__title span:after {
  right: 0;
  transform: rotate(35deg);
}
.special-service__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid var(--color-brown);
  padding-left: 46px;
  padding-right: 84px;
  min-height: 110px;
}
.special-service__button a:before, .special-service__button a:after {
  content: "";
  position: absolute;
}
.special-service__button a:before {
  width: 38px;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-brown);
}
.special-service__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .special-service {
    margin-top: 6.4vw;
  }
  .special-service__title {
    margin-bottom: 4.2666666667vw;
  }
  .special-service__title span {
    font-size: 3.7333333333vw;
    padding: 0 10.6666666667vw;
  }
  .special-service__title span:before, .special-service__title span:after {
    height: 80%;
  }
  .special-service__button a {
    padding-left: 2.6666666667vw;
    padding-right: 6.9333333333vw;
    min-height: 15.4666666667vw;
  }
  .special-service__button a:before {
    width: 3.7333333333vw;
  }
  .special-service__button a:after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 1.3333333333vw;
  }
}
/* ========== TOHO POINTをためる・つかう ========== */
.point-save {
  margin-bottom: 24px;
  text-align: center;
}
.point-save__plan {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}
.point-save__plan p {
  border-radius: 20px;
  background: var(--color-base);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 29px;
  padding: 0 16px;
}
.point-save__plan img {
  width: 20px;
}
.point-save__lead {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}
.point-save__lead .text__sub {
  padding-top: 30px;
}
.point-save__lead .illust {
  display: flex;
  gap: 9px;
}
.point-save__lead .illust img {
  width: 73px;
}

.point-about {
  text-align: center;
}
.point-about__title {
  position: relative;
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 500;
}
.point-about__title span {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid var(--color-base);
}
.point-about__title span:before, .point-about__title span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.point-about__title span:before {
  border-width: 9px 7px 0 7px;
  border-color: var(--color-base) transparent transparent transparent;
}
.point-about__title span:after {
  border-width: 8px 6px 0 6px;
  border-color: var(--color-beige) transparent transparent transparent;
}

.point-pay {
  max-width: 228px;
  margin: 0 auto 24px;
}
.point-pay__label {
  margin-top: 8px;
}

.point-reward {
  max-width: 324px;
  margin: 0 auto 32px;
}

.point-caution {
  margin-top: 24px;
  padding: 32px 32px 48px;
  border: 1px solid #C6B6AB;
}
.point-caution__title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 24px;
}
.point-caution__list dt {
  margin-top: 24px;
  position: relative;
  cursor: pointer;
  background: var(--color-beige);
  font-weight: 500;
  display: flex;
  min-height: 48px;
  align-items: center;
  padding-left: 24px;
  padding-right: 52px;
}
.point-caution__list dt:first-child {
  margin-top: 0;
}
.point-caution__list dt .icon {
  position: absolute;
  width: 48px;
  height: 100%;
  top: 0;
  right: 0;
  background: #C6B6AB;
}
.point-caution__list dt .icon:before, .point-caution__list dt .icon:after {
  content: "";
  position: absolute;
  background: var(--color-brown);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.point-caution__list dt .icon:before {
  width: 20px;
  height: 1px;
}
.point-caution__list dt .icon:after {
  height: 20px;
  width: 1px;
}
.point-caution__list dt.is--active .icon:after {
  opacity: 0;
}
.point-caution__list dd {
  display: none;
  margin-top: 16px;
  padding-left: 32px;
  position: relative;
}
.point-caution__list dd:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 6px;
  background: #C6B6AB;
}
.point-caution__list dd p {
  margin-bottom: 4px;
}
.point-caution__list dd p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .point-save {
    margin-bottom: 4.2666666667vw;
  }
  .point-save__plan {
    gap: 2.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
  .point-save__plan p {
    border-radius: 5.3333333333vw;
    font-size: 2.6666666667vw;
    gap: 1.0666666667vw;
    height: 5.8666666667vw;
    padding: 0 2.6666666667vw;
    letter-spacing: 0;
  }
  .point-save__plan img {
    width: 3.2vw;
  }
  .point-save__lead {
    flex-wrap: wrap;
    gap: 2.6666666667vw 1.6vw;
    margin-bottom: 2.6666666667vw;
    align-items: flex-end;
  }
  .point-save__lead .text__sub {
    padding: 0;
    width: 100%;
  }
  .point-save__lead .text__sub img {
    width: 33.3333333333vw;
  }
  .point-save__lead .text__main {
    margin-bottom: 0.2em;
  }
  .point-save__lead .text__main img {
    width: 47.4666666667vw;
  }
  .point-save__lead .illust {
    gap: 1.3333333333vw;
  }
  .point-save__lead .illust img {
    width: 10.6666666667vw;
  }
  .point-save .c-note {
    text-align: left;
  }
  .point-about {
    text-align: left;
  }
  .point-about__title {
    text-align: center;
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
  .point-about__title span:before {
    border-width: 2.4vw 1.8666666667vw 0 1.8666666667vw;
  }
  .point-about__title span:after {
    border-width: 2.1333333333vw 1.6vw 0 1.6vw;
  }
  .point-pay {
    max-width: 54.4vw;
    margin: 4.2666666667vw auto;
  }
  .point-pay__label {
    margin-top: 8px;
  }
  .point-reward {
    max-width: 67.2vw;
    margin: 4.2666666667vw auto;
  }
  .point-caution {
    margin-top: 2.1333333333vw;
    padding: 6.4vw 4.2666666667vw 8.5333333333vw;
  }
  .point-caution__title {
    font-size: 4.2666666667vw;
    margin-bottom: 1em;
  }
  .point-caution__list dt {
    margin-top: 4.2666666667vw;
    min-height: 12.8vw;
    padding-left: 4.2666666667vw;
    padding-right: 17.0666666667vw;
  }
  .point-caution__list dt .icon {
    width: 12.8vw;
  }
  .point-caution__list dt .icon:before {
    width: 5.3333333333vw;
  }
  .point-caution__list dt .icon:after {
    height: 5.3333333333vw;
  }
  .point-caution__list dd {
    margin-top: 4.2666666667vw;
    padding-left: 5.8666666667vw;
  }
  .point-caution__list dd:before {
    left: 1.6vw;
  }
  .point-caution__list dd p {
    margin-bottom: 1.0666666667vw;
  }
}
/* ========== シャンテポイントからTOHO POINTの移行について ========== */
.page-sec--transfer .page-sec__contents {
  margin-top: 50px;
}

.transfer-member {
  position: relative;
}
.transfer-member:before {
  content: "";
  width: clamp(87.5px, 15.0214592275vw, 175px);
  height: clamp(87.5px, 15.0214592275vw, 175px);
  position: absolute;
  top: -18px;
  left: 18px;
  background: url(../images/toho-one/transfer-illust.png) no-repeat center;
  background-size: 100%;
  z-index: 1;
}
.transfer-member__lead {
  text-align: center;
}
.transfer-member__block {
  margin-bottom: 48px;
}
.transfer-member__block:last-child {
  margin-bottom: 0;
}
.transfer-member__block > * {
  margin-bottom: 16px;
}
.transfer-member__block > *:last-child {
  margin-bottom: 0;
}
.transfer-member__block .block-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  padding-left: 16px;
  margin-bottom: 24px;
  border-left: 2px solid var(--color-brown);
}

@media screen and (max-width: 768px) {
  .page-sec--transfer .page-sec__contents {
    margin-top: 10.6666666667vw;
  }
  .page-sec--transfer .c-block {
    padding-top: 28.8vw;
  }
  .transfer-member:before {
    width: 30.6666666667vw;
    height: 30.6666666667vw;
    top: -6.4vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .transfer-member__lead {
    text-align: left;
  }
  .transfer-member__block {
    margin-bottom: 8.5333333333vw;
  }
  .transfer-member__block > * {
    margin-bottom: 4.2666666667vw;
  }
  .transfer-member__block .block-title {
    font-size: 4.2666666667vw;
    padding-left: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
  .image-scroll-wrapper {
    position: relative;
  }
  .image-scroll-container {
    overflow-x: auto;
    white-space: nowrap;
  }
  .image-scroll-container img {
    width: 950px;
    max-width: none;
  }
  .scroll-indicator {
    position: absolute;
    width: 53.3333333333vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    opacity: 1;
    transition: opacity 0.4s ease-out;
    pointer-events: none;
    z-index: 10;
  }
  .scroll-indicator.is-hidden {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .scroll-indicator {
    display: none;
  }
}
.page-foot {
  padding: 64px 0 48px;
}
.page-foot .foot-button {
  text-align: center;
  margin-bottom: 48px;
}
.page-foot .foot-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 700px;
  height: 100px;
  padding-right: 100px;
  max-width: 100%;
  position: relative;
  background: var(--color-beige);
  border: 1px solid var(--color-brown);
}
.page-foot .foot-button__logo img {
  width: auto;
  height: 90px;
}
.page-foot .foot-button__text {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-brown);
}
.page-foot .foot-button__arrow {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 100px;
  height: 100px;
  background: var(--color-brown);
}
.page-foot .foot-button__arrow:before {
  content: "";
  width: 28px;
  height: 28px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
}
.page-foot .foot-copy {
  text-align: right;
  font-family: "Work Sans", sans-serif;
  color: var(--color-gold);
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .page-foot {
    padding: 8.5333333333vw 0;
  }
  .page-foot .foot-button {
    margin-bottom: 12.8vw;
  }
  .page-foot .foot-button a {
    gap: 0;
    width: 100%;
    height: 13.3333333333vw;
    padding-right: 13.3333333333vw;
  }
  .page-foot .foot-button__logo img {
    height: 12.2666666667vw;
  }
  .page-foot .foot-button__text {
    font-size: 3.2vw;
  }
  .page-foot .foot-button__arrow {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .page-foot .foot-button__arrow:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .page-foot .foot-copy {
    font-size: 2.6666666667vw;
  }
}
.pagetop {
  position: fixed;
  width: 46px;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  display: none;
}

@media screen and (max-width: 768px) {
  .pagetop {
    width: 10.4vw;
    bottom: 8.5333333333vw;
    right: 2.1333333333vw;
  }
}
.ani-fuwafuwa {
  animation: fuwafuwa 3s infinite;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 1.5em);
  }
}
.ani-bounce {
  animation: bounce 3s infinite both;
  transform-origin: center bottom;
}

@keyframes bounce {
  0%, 33.333%, 6.666%, 17.666%, 26.666% {
    transform: translate3d(0, 0, 0);
  }
  13.333%, 14.333% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  23.333% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  30% {
    transform: translate3d(0, -4px, 0);
  }
}
/*# sourceMappingURL=../css/_map/toho-one.css.map */
