@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(../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(../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.u-ta__left{
    text-align: left;
  }
  .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 > picture {
    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;
  margin-left: 4%;
  margin-right: 4%;
}
@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;
  }
  .c-stepflow .c-stepflow--colbox .c-stepflow--colbox__item::after{
    display: none;
  }
}
.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;
  cursor: pointer;
}
.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;
  }
}

/* add 0910 */

.c-text__box .c-text {
  font-size: 26px!important;
  margin-bottom: 10px;
  text-align: center;
}

.p-benefit-banner {
  position: relative;
}

.p-benefit-banner__body {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 24px 0 82px;
  background: #ea9daf;
  margin-bottom: 20px;
}

.p-benefit-banner__badge {
  position: absolute;
  top: -5px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffea70;
  color: #465d83;
  font-weight: 700;
  line-height: 1;
}

.p-benefit-banner__badge-text {
  display: inline-flex;
  align-items: flex-end;
  gap: 1px;
  letter-spacing: 0;
}

.p-benefit-banner__badge-label {
  font-size: 18px;
}

.p-benefit-banner__badge-num {
  font-size: 31px;
}

.p-benefit-banner__title {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-text__box .c-text {
    text-align: left;
  }

  .p-benefit-banner {
    margin-top: 28px;
  }

  .p-benefit-banner__body {
    justify-content: center;
    min-height: 74px;
    padding: 8px 16px;
  }

  .p-benefit-banner__badge {
    top: -28px;
    left: -10px;
    width: 60px;
    height: 60px;
  }

  .p-benefit-banner__badge-label {
    font-size: 16px;
  }

  .p-benefit-banner__badge-num {
    font-size: 28px;
  }

  .p-benefit-banner__title {
    font-size: 23px;
    line-height: 1.3;
    text-align: center;
    margin-left: 10px;
  }
  .l-gridblock.\-2col .l-gridblock__item.u-mtsp__20 {
    margin-top: 20px;
  }
  .u-fssp__20 {
    font-size: 20px!important;
  }
  .c-text__box .c-text.u-fssp__20 {
    font-size: 20px!important;
  }
  .u-fssp__14 {
    font-size: 14px!important;
  }
}

.benefits-list > .benefits-list__item {
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: 5px;
}


.benefits-list > .benefits-list__item:before {
    content: "※";
    margin-right: .3em;
}

.c-text.-strong.u-mb__sm {
  margin-bottom: 10px;
}

.c-text.-strong.u-mb__md {
  margin-bottom: 22px;
}

.a-link {
  font-weight: 700;
  text-decoration: underline;
}

.p-benefit-banner:not(:first-child) {
  margin-top: 40px;
}


/* tbl-container */
.tbl-container {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  /* grid-template-rows: repeat(6, 1fr); */
  grid-template-columns: 260px 140px 217px 275px;;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #eaeaea;
  /* border-left: 1px solid #eaeaea; */
  margin-bottom: 20px;
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.div1 .c-list.-caution__default {
  font-size: 12px;
}
.div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.div3 {
  grid-area: 1 / 3 / 2 / 4;
}
.div4 {
  grid-area: 1 / 4 / 2 / 5;
}
.div5 {
  grid-area: 2 / 1 / 3 / 2;
}
.div6 {
  grid-area: 2 / 2 / 3 / 3;
}
.div7 {
  grid-area: 2 / 3 / 3 / 4;
}
.div8 {
  grid-area: 2 / 4 / 3 / 5;
}
.div9 {
  grid-area: 3 / 2 / 4 / 3;
}
.div10 {
  grid-area: 3 / 3 / 4 / 4;
}
.div11 {
  grid-area: 3 / 4 / 4 / 5;
}
.div12 {
  grid-area: 3 / 1 / 3 / 2;
}
.div13,
.div14,
.div15,
.div16,
.u-only-sp {
  display: none !important;
}

.div1,
.div5,
.div12,
.div13,
.div14 {
  border-left: 1px solid #eaeaea;
}


.tbl-container > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 16px;
  font-size: 14px;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  vertical-align: middle;
  word-break: break-all;
  line-height: 1.5em;
}

.tbl-container > div.cell-head {
  font-weight: 700;
  background-color: #f5f1ea;
}
.tbl-container > div.cell-head .c-list.-caution__default{
  font-weight: normal;
}
.tbl-container > div.cell-head.u-dp__sp {
  background-color: #fef2f6;
}

.tbl-container > div p {
  width: 100%;
}

.tbl-container > div p > .u-fc__accent {
  font-size: 24px;
}

.tbl-container > div p .note {
  font-size: 12px;
}

.tbl-container > div p .note .u-fc__accent {
  /* font-size: 13px; */
}

@media screen and (max-width: 767px) {
  .tbl-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .div1 {
    grid-area: 1 / 1 / 2 / 4;
  }
  .div5 {
    grid-area: 2 / 1 / 3 / 4;
  }
  .div2 {
    grid-area: 3 / 1 / 4 / 2;
    border-left: 1px solid #eaeaea;
  }
  .div3 {
    grid-area: 3 / 2 / 4 / 3;
  }
  .div4 {
    grid-area: 3 / 3 / 4 / 4;
  }
  .div6 {
    grid-area: 4 / 1 / 5 / 2;
    border-left: 1px solid #eaeaea;
  }
  .div7 {
    grid-area: 4 / 2 / 5 / 3;
  }
  .div8 {
    grid-area: 4 / 3 / 5 / 4;
  }
  .div13 {
    grid-area: 5 / 1 / 6 / 4;
    margin-top: 20px;
  }
  .div12 {
    grid-area: 6 / 1 / 7 / 4;
  }
  .div14 {
    grid-area: 7 / 1 / 8 / 2;
  }
  .div15 {
    grid-area: 7 / 2 / 8 / 3;
  }
  .div16 {
    grid-area: 7 / 3 / 8 / 4;
  }
  .div9 {
    grid-area: 8 / 1 / 9 / 2;
    border-left: 1px solid #eaeaea;
  }
  .div10 {
    grid-area: 8 / 2 / 9 / 3;
  }
  .div11 {
    grid-area: 8 / 3 / 9 / 4;
  }
  .tbl-container > div {
    padding: 8px;
    align-items: flex-start;
    word-break: normal;
  }
  .u-only-sp,
  .div13,
  .div14,
  .div15,
  .div16 {
    display: flex !important;
  }
  .div2,
  .div3,
  .div4,
  .div14,
  .div15,
  .div16 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .div6,
  .div7,
  .div8,
  .div9,
  .div10,
  .div11 {
    justify-content: center;
  }
  .div6 p,
  .div7 p,
  .div8 p,
  .div9 p,
  .div10 p,
  .div11 p {
    line-height: 1.5;
  }
  .div8 p,
  .div11 p {
    word-break: break-word;
  }
  .div8 p > .u-fc__accent,
  .div11 p > .u-fc__accent {
    font-size: 24px;
    line-height: 1.3;
  }
  .div8 p .note,
  .div11 p .note {
    display: inline-block;
    margin-top: 1px;
    line-height: 1.3;
  }
  .c-slider--simple__foot {
    justify-content: center;
  }
  .c-slider--simple__list {
    width: calc(100% + 5px);
    margin-left: -5px;
  }
  .c-slider--simple__list__item {
    padding-left: 5px;
  }
  .c-slider--simple__arrow {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.prl__32 {
  padding-left: 32px;
  padding-right: 32px;
}

.c-accordionbox__content.campaign-accordion {
  padding: 0;
}

.u-pt__sm {
  padding-top: 10px;
}

.btn-official {
  margin-bottom: 80px;
}

.u-mw__840 {
  max-width: 840px;
  margin: 0 auto;
}

.c-title__global .-main .fw__500 {
  font-weight:500;
}