@charset "UTF-8";
/* ===============================================================

  project / campaign haera-riyougaku-2026

=============================================================== */

/* table
=============================================================== */
.c-table__th {
  background-color: #4e5b73;
  color: #fff;
}

/* Accordion Caution
=============================================================== */
.caution-block .c-accordionbox__button {
  margin: auto;
  padding: 14px 52px 15px 52px;
  max-width: 800px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 24px;
}
.caution-block .c-accordionbox__content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .caution-block .c-accordionlist {
    padding: 0;
  }
  .caution-block .c-accordionbox__button {
    max-width: 87.2%;
    padding: 20px 54px 20px 37px;
  }
}
/* Accordion purple
=============================================================== */
.p-entry-block .c-accordionbox__button,
.p-parco-touchpayment .c-accordionbox__button{
  max-width: 800px;
  margin: 0 auto;
  background-color: #5E0055;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 32px;
  text-align: center;
  padding: 14px 52px 15px 52px;
  position: relative;
}
.p-entry-block .c-accordionbox__button::before,
.p-parco-touchpayment .c-accordionbox__button::before{
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(/campaign/haera-riyougaku-2026/assets/img/icon_accordion_close.png) no-repeat center / cover;
    transition: 0.35s;
    margin-top: -16px;
}
.p-entry-block .c-accordionbox__button.-open::before,
.p-parco-touchpayment .c-accordionbox__button.-open::before{
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(/campaign/haera-riyougaku-2026/assets/img/icon_accordion_open.png) no-repeat center / cover;
    transition: 0.35s;
    margin-top: -16px;
}
.p-entry-block .c-accordionbox__button:hover,
.p-entry-block .c-accordionbox__button.-open:hover,
.p-parco-touchpayment .c-accordionbox__button:hover,
.p-parco-touchpayment .c-accordionbox__button.-open:hover {
    background: #5E0055 !important;
    opacity: 0.7;
}
.p-entry-block .c-accordionbox__content{
  background-color: #FFF9FE;
  max-width: 960px;
  margin-top: 40px;
  padding: 60px 30px;
}

@media screen and (max-width: 767px){

  .p-entry-block .c-accordionlist {
    padding: 0;
  }
  .p-entry-block .c-accordionbox__button{
    max-width: 87.2%;
    padding: 20px 54px 20px 37px;
  }
  .p-parco-touchpayment .c-accordionbox__button{
    max-width: 94.7%;
    border-radius: 68px;
    padding: 16px 54px 12px 24px;
    line-height: 1.5;
  }
  .p-entry-block .c-accordionbox__content{
    padding: 40px 4%;
  }
  .p-entry-block .c-accordionbox__button::before,
  .p-parco-touchpayment .c-accordionbox__button::before {
    right: 16px;;
  }
}
.c-anchor{
  padding: 0;
  border-top: #8E377B 2px dotted;
  border-bottom: #8E377B 2px dotted;
  margin-bottom: 40px;
}
.c-anchor .c-anchor__inner .c-anchor__list{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item{
  width: 280px;
}
.c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a{
  border-bottom: none;
  font-size: 16px;
  line-height: 1em;
  padding: 31px 0;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a span.-num__icon{
  background: #8E377B;
  width: 26px;
  height: 26px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.6;
  margin-right: 8px;
  color: #fff;
}
.c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a::before{
  content: none;
}
.c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #8E377B transparent transparent transparent;
  background: none;
  top: 42px;
  right: -8px;
}
@media screen and (max-width: 767px) {

  .c-anchor .c-anchor__inner .c-anchor__list{
    padding: 5% 1px 2%;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item{
    border-top: none;
    border-left: none;
    margin-bottom: 14px;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item:first-of-type{
    width: 100%;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item:nth-of-type(2){
    width: 100%;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item:last-of-type{
    width: 100%;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a{
    border-bottom: none;
    font-size: 4.3vw;
    padding: 0;
    justify-content: initial;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a span{
    padding-bottom: 0;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a span::before{
    content: none;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a::after{
    top: 11px;
    right: -8px;
    left: 97%;
  }
}
.c-entryprocedure__inner-01, .c-entryprocedure__inner-02, .c-entryprocedure__inner-03{
  position: relative;
}
.c-entryprocedure__title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 21px;
  margin-left: 38px;
  line-height: 1.5;
}
.c-entryprocedure__title .-num__icon.-big{
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  left: 0;
  margin-left: 0;
  background: #8E377B;
  border-radius: 20px;
  line-height: 1.6;
  margin-right: 8px;
  color: #fff;
}
.c-entryprocedure__subtitle{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.p-caution-cc{
  color: #CCCCCC !important;
  font-size: 13px !important;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.c-shop__imagecut{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 28px;
}
.c-shop__imagecut .c-shop__imagecut__image{
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border: none;
  padding: 30px 30px 21px;
  border-radius: 4px;
  width: 472px;
  align-items: flex-start;
}
.c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 26px - 83px);
}
.c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem a img{
  margin-bottom: 8.5px;
  width: auto;
  height: auto;
}
.c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem .c-shop__applinks__device{
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 8px;
}
.c-shop__imagecut .c-shop__imagecut__text{
  width: 388px;
}
.c-shop__imagecut .c-shop__imagecut__text .c-entryprocedure__subtitle{
  margin-bottom: 17px;
  letter-spacing: 0.16em;
}
.c-shop__imagecut .c-shop__imagecut__text .c-entryprocedure__text{
  margin-bottom: 16px;
  letter-spacing: 00.08em;
}
.c-shop__imagecut .c-shop__imagecut__text a::before{
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.c-shop__imagecut .c-shop__imagecut__text a::after{
  content: '';
  position: absolute;
  left: 12px;
  bottom: 1px;
  display: inline-block;
  width: 112px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px){

  .c-shop__imagecut{
    flex-direction: column;
  }
  .c-shop__imagecut .c-shop__imagecut__image{
    padding: 4.5vw;
    width: 100%;
    margin-bottom: 5%;
  }
  .c-shop__imagecut .c-shop__imagecut__image > img{
    width: 34%;
  }
  .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks{
    flex-direction: column;
    width: 58%;
  }
  .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem{
    display: flex;
    flex-direction: column-reverse;
  }
  .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem:first-of-type{
    margin-bottom: 5%;
  }
  .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem a img{
    margin-bottom: 0;
  }
  .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem .c-shop__applinks__device{
    font-size: 3.7vw;
    text-align: left;
    margin-bottom: 8px;
  }
  .c-shop__imagecut .c-shop__imagecut__text{
    width: 100%;
  }
  .c-shop__imagecut .c-shop__imagecut__text .c-entryprocedure__subtitle{
    margin-bottom: 5%;
    font-size: 5.3vw;
  }
  .c-shop__imagecut .c-shop__imagecut__text .c-entryprocedure__text{
    margin-bottom: 5%;
    line-height: 1.5;
    font-size: 3.7vw;
  }
  .c-shop__imagecut .c-shop__imagecut__text a{
    font-size: 3.7vw;
  }
  .c-shop__imagecut .c-shop__imagecut__text a::after{
    left: 12px;
    bottom: 1px;
    width: 95%;
  }
}
.c-stepflow .c-stepflow--colbox .c-stepflow--colbox__item{
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  min-width: 0;
}
.c-stepflow .c-stepflow--colbox .c-stepflow--colbox__item::after{
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 12px;
  border-color: transparent transparent transparent #8E377B;
}
.c-stepflow .c-stepflow--colbox .c-stepflow--colbox__item:nth-child(3)::after{
  content: none;
}
.c-stepflow .c-stepflow--colitem__number {
  color: #000000;
}
.c-stepflow .c-stepflow--colbox .c-stepflow--colbox__item .c-stepflow--colitem{
  padding: 16px 17px 24px;
  text-align: center;
  border: none;
}
/*
@media screen and (min-width: 768px) {
  #entry2 .c-stepflow .c-stepflow--colbox .c-stepflow--colbox__item .c-stepflow--colitem {
    height: 127px !important;
  }
}
*/
.p-shop__entryflow__item .p-shop__entryflow__img{
  margin: 0 auto 24px;
  width: 76%;
}
.p-shop__entryflow__item .c-stepflow--colitem__text{
  letter-spacing: 0.08em;
}
.p-parco-touchpayment .c-button.-single{
  width: 600px;
  font-size: 20px;
}
.c-stepflow--colitem__text .-caution{
  color: #656565;
}

/* Accordion white（SHOP）
=============================================================== */
.content-module {
  margin-top: 40px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .content-module {
    margin-top: 20px;
  }
}
.content-module h2, .content-module h3, .content-module h4, .content-module h5 {
  font-weight: 500;
  line-height: 1.362;
}
.content-module a[target="_blank"]::after {
  content: '';
  background: url("/assets/img/common/icon_window.svg") no-repeat center/contain;
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  height: 1em;
  width: 1em;
  position: relative;
  top: 2px;
}
.content-module a[target="_blank"]:has(img)::after {
  content: none;
}
.module-background {
  background: #F2F2F2;
  margin-top: 80px;
  padding: 80px 0;
}
.module-background .content-module:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .module-background {
    margin-top: 40px;
    padding: 40px 0;
  }
}
.content-module.module-tab:not(.module-tab__body.is-active) {
  margin-bottom: 0;
}
.content-module.module-tab:has(.module-tab__head) {
  margin-bottom: 0;
}
.content-module.module-tab:has(.module-tab__head) + .module-tab {
  margin-top: 0;
}
.content-module.module-tab:has(.module-tab__head) + .module-tab + .module-tab {
  margin-top: 0;
}
.module-section .content-module:first-child {
  margin-top: 0;
}
.benefit-list-content__inner {
  margin: 40px auto;
  width: 100%;
}
.benefit-list-content__inner::after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (min-width: 768px) {
  .benefit-list-content__inner {
    max-width: 840px;
  }
}
.module-accordion dl {
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 40px;
}
.module-accordion dl:nth-child(n+2) {
  margin-top: 60px;
}
.module-accordion dt {
  font-size: 30px;
  font-weight: 500;
  padding-right: 60px;
  position: relative;
}
.module-accordion dd {
  border-top: 1px solid #CCC;
  margin-top: 30px;
  padding-top: 30px;
}
.module-accordion .module-accordion__button {
  border: 2px solid var(--theme-color);
  border-radius: 40px;
  height: 40px;
  width: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.module-accordion .module-accordion__button::before, .module-accordion .module-accordion__button::after {
  content: "";
  background: var(--theme-color);
  margin: auto;
  height: 3px;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.module-accordion .module-accordion__button::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.module-accordion .module-accordion__button.is-active::after {
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .module-accordion dl {
    padding: 20px;
  }
  .module-accordion dt {
    font-size: 18px;
    padding-right: 50px;
  }
  .module-accordion dd {
    margin-top: 20px;
    padding-top: 20px;
  }
  .module-accordion .module-accordion__button {
    height: 30px;
    width: 30px;
    right: 0;
  }
}