/* ===============================================================

 project / campaign nagoyaqira4

=============================================================== */

.c-keyvisual{
  margin-bottom: 60px;
}
.c-imagelinkbox__icon {
  position: absolute;
  top: -6px;
  right: 2px;
  width: auto;
}

.c-title__main.-gray .-main {
  color: #ffffff;
  background-color: #4e5b73;
}

.c-title__main.-gray .-main .u-fc__accent {
  color: #d680a7 !important;
}

.c-button.-white.js-modalbtn--open::after {
  width: 12px;
  height: 12px;
  background: url("/assets/img/common/icn_linkmodal.png") no-repeat center/cover;
  border: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.c-accordionbox__content {
  background-color: #ffffff;
}

.sec {
  padding: 40px 0 80px;
}

.bg-blue {
  background-color: #F5F8FF;
}
.bg-blue02 {
  background-color: #F5FCFF;
}
.bg-yellow {
  background-color: #F8FFE9;
}
.bg-yellow02 {
  background-color: #FFFFE9;
}
.bg-grey {
  background-color: #ECEEF3;
}
.bg-grey02 {
  background-color: #FAFAFA;
}
.bg-pink {
  background-color: #fff6fa;
}




.shop-list {
  display: flex;
  flex-wrap: wrap;
}

.shop-list li {
  margin: 0 40px 20px 0;
}

.c-list.-caution_2 {
  color: #656565;
  font-size: 14px;
}

.c-list.-caution_2 .c-list__item {
  padding-left: 3.5em;
  text-indent: -3.5em;
}

.-fs20 {
  font-size: 20px !important;
}

.white-box {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5em 1em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .white-box {
    font-size: 14px;
    text-align: left;
  }
}

/* sec-shop */
@media screen and (max-width: 767px) {
  #sec-shop .l-gridblock__item {
    width: 48%;
    margin: 0 4% 11% 0;
  }

  #sec-shop .l-gridblock__item:nth-of-type(2n) {
    margin-right: 0;
  }

  #sec-shop .l-gridblock__item:last-child,
  #sec-shop .l-gridblock__item:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
}

/* tbl-container */
.tbl-container {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  /* grid-template-rows: repeat(6, 1fr); */
  grid-template-columns: 280px 169px 235px 275px;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

.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 / 4 / 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: 4 / 1 / 5 / 2;
}
.div13 {
  grid-area: 4 / 2 / 5 / 3;
}
.div14 {
  grid-area: 4 / 3 / 5 / 4;
}
.div15 {
  grid-area: 4 / 4 / 5 / 5;
}
.div16 {
  grid-area: 5 / 1 / 7 / 2;
}
.div17 {
  grid-area: 5 / 2 / 6 / 3;
}
.div18 {
  grid-area: 5 / 3 / 6 / 4;
}
.div19 {
  grid-area: 5 / 4 / 6 / 5;
}
.div20 {
  grid-area: 6 / 2 / 7 / 3;
}
.div21 {
  grid-area: 6 / 3 / 7 / 4;
}
.div22 {
  grid-area: 6 / 4 / 7 / 5;
}

.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; */
}

.tbl-caption {
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  background-color: #f5f1ea;
  padding: 16px 16px;
  font-weight: 700;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #point-table .c-tablebox {
    padding: 0;
  }
  .tbl-container:nth-of-type(2) {
    border-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .tbl-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(10, 1fr); */
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  /*
  .tbl-container:nth-of-type(2) {
    margin-top: 20px;
  }
  */
  .div1 {
    grid-area: 1 / 1 / 2 / 4;
  }
  .div2 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .div3 {
    grid-area: 3 / 2 / 4 / 3;
  }
  .div4 {
    grid-area: 3 / 3 / 4 / 4;
  }
  .div5 {
    grid-area: 2 / 1 / 3 / 4;
  }
  .div6 {
    grid-area: 4 / 1 / 5 / 2;
  }
  .div7 {
    grid-area: 4 / 2 / 5 / 3;
  }
  .div8 {
    grid-area: 4 / 3 / 5 / 4;
  }
  .div9 {
    grid-area: 5 / 1 / 6 / 2;
  }
  .div10 {
    grid-area: 5 / 2 / 6 / 3;
  }
  .div11 {
    grid-area: 5 / 3 / 6 / 4;
  }
  .div12 {
    grid-area: 6 / 1 / 7 / 4;
  }
  .div13 {
    grid-area: 8 / 1 / 9 / 2;
  }
  .div14 {
    grid-area: 8 / 2 / 9 / 3;
  }
  .div15 {
    grid-area: 8 / 3 / 9 / 4;
  }
  .div16 {
    grid-area: 7 / 1 / 8 / 4;
  }
  .div17 {
    grid-area: 9 / 1 / 10 / 2;
  }
  .div18 {
    grid-area: 9 / 2 / 10 / 3;
  }
  .div19 {
    grid-area: 9 / 3 / 10 / 4;
  }
  .div20 {
    grid-area: 10 / 1 / 11 / 2;
  }
  .div21 {
    grid-area: 10 / 2 / 11 / 3;
  }
  .div22 {
    grid-area: 10 / 3 / 11 / 4;
  }

  .tbl-container > div {
    padding: 8px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .l-gridblock.\-3col .l-gridblock__item:nth-child(n+4) {
    margin-top: 40px;
  }
}
.p-nagoyaqira_benefits{
  border-radius: 32px;
  overflow: hidden;
  max-width: 960px;
  margin: 40px auto;
}
.p-nagoyaqira_benefits--contents{
  background-color: #ECEEF3;
  background-color: #FFFFFF;
  padding: 40px;
}
.p-nagoyaqira_benefits--contents .contens02{
  margin-top: 40px;
}

.p-nagoyaqira_benefits--contents .ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #354863;
  line-height: 1.5;
}
.p-nagoyaqira_benefits--contents .ttl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.p-nagoyaqira_benefits--contents .ttl::before {
  content: "＼";
  margin-right: 5px;
}
.p-nagoyaqira_benefits--contents .ttl::after {
  content: "／";
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-nagoyaqira_benefits--contents .ttl {
    font-size: 22px;
  }
  .p-nagoyaqira_benefits--contents .ttl::before {
    background: url(/campaign/nagoyasakae-qira-2026summer/assets/img/260710_nagoyaqira_benefit_ttl_line_l_sp.png) left top no-repeat;
  }
  .p-nagoyaqira_benefits--contents .ttl::after {
    background: url(/campaign/nagoyasakae-qira-2026summer/assets/img/260710_nagoyaqira_benefit_ttl_line_r_sp.png) left top no-repeat;
  }
  .p-nagoyaqira_benefits--contents .ttl::before,
  .p-nagoyaqira_benefits--contents .ttl::after {
    content: "";
    margin: 0;
    background-size: 100%;
    width: 20px;
    height: 68px;
  }
}

.p-nagoyaqira_benefits--contents .read_text{
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #354863;
  line-height: 1.5;
}
.p-nagoyaqira_benefits--btn-wrap{
  max-width: 960px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 32px;
  overflow: hidden;
  padding: 26px 70px 30px;
}
.p-nagoyaqira_benefits--btn-wrap > p{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #354863;
}
.p-nagoyaqira_benefits--btn-inner{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 820px;
  margin: 25px auto 0;
}
.btn-item{
  width: calc(( 100% - 40px)/3);
}
.btn-item a{
  display: block;
  border: 4px solid #fff;
  background-color: #D680A7;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  border-radius: 40px;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  border-radius: 40px;
}
.btn-item a::after{
  display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: 14px;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 12"><path d="M6.136,1.481a1,1,0,0,1,1.728,0L13.123,10.5a1,1,0,0,1-.864,1.5H1.741a1,1,0,0,1-.864-1.5Z" transform="translate(14 12) rotate(180)" fill="%23fff"/></svg>') 0 0/100% auto no-repeat ;
}
@media screen and (max-width: 767px) {
  .p-nagoyaqira_benefits{
    padding: 0 4%;
  }
  .p-nagoyaqira_benefits--contents{
    border-radius: 32px;
    padding: 40px 4%;
  }
  .p-nagoyaqira_benefits--contents .read_text{
    text-align: center;
    font-size: 20px;
  }
  .p-nagoyaqira_benefits--btn-wrap{
    padding: 20px 4% 30px;
    border-radius: 24px;
  }
  .p-nagoyaqira_benefits--btn-inner{
    display: block;
    margin: 20px auto 0;
  }
  .btn-item{
    width: 100%;
  }
  .btn-item + .btn-item{
    margin-top: 24px;
  }
}
.sec-shop_ttl .-main{
  font-size: 24px;
  text-align: center;
}
.p-nagoyaqira_howto{
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 80px auto;
}
.p-nagoyaqira_howto .c_acod_01 {
  border-radius: 32px;
  overflow: hidden;
}
.p-nagoyaqira_howto .c_acod_01 .c_acod_switch{
  display: flex;
  padding: 0;
  cursor: pointer;
}
.p-nagoyaqira_howto .c_acod_01 .c_acod_switch .text{
  font-size: 34px;
  color: #fff;
  background-color: #D680A7;
  display: block;
  line-height: 1;
  width: calc( 100% - 180px);
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 40px;
}
.p-nagoyaqira_howto .c_acod_01 .c_acod_switch .icon{
  font-size: 18px;
  color: #fff;
  background-color: #354863;
  display: flex;
  flex-direction: column ;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 12px 40px 12px ;
}
@media screen and (max-width: 767px) {
  .p-nagoyaqira_howto .c_acod_01 {
    border-radius: 24px;
  }
  .p-nagoyaqira_howto .c_acod_01 .c_acod_switch .text{
    font-size: 24px;
    width: 75%;
    padding: 15px;
    line-height: 1.3;
  }
  .p-nagoyaqira_howto .c_acod_01 .c_acod_switch .icon{
    font-size: 18px;
    width: 25%;
  }
}
.p-nagoyaqira_howto .c_acod_switch .icon > p{
  margin-bottom: 10px;
}
.p-nagoyaqira_howto .c_acod_01  .c_acod_switch.-open .open,
.p-nagoyaqira_howto .c_acod_01  .c_acod_switch .close{
  display: none;
}
.p-nagoyaqira_howto .c_acod_01  .c_acod_switch .open,
.p-nagoyaqira_howto .c_acod_01  .c_acod_switch.-open .close{
  display: block;
}

.p-nagoyaqira_howto .c_acod_01 .c_acod_switch i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
}
.p-nagoyaqira_howto .c_acod_01 .c_acod_switch i:before,
.p-nagoyaqira_howto .c_acod_01 .c_acod_switch i:after {
  position: absolute;
  top: 50%;
  right: 50%;
  content: '';
  display: block;
  width: 32px;
  height: 4px;
  background: #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.p-nagoyaqira_howto .c_acod_01 .c_acod_switch i:before {
  -webkit-transform: translate(50%, -50%) rotate(0);
  transform: translate(50%, -50%) rotate(0);
}
.p-nagoyaqira_howto .c_acod_01 .c_acod_switch i:after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
}
.p-nagoyaqira_howto .c_acod_01 .c_acod_switch.-open i:before {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
}
.p-nagoyaqira_howto .c_acod_01 .c_acod_switch.-open i:after {
  -webkit-transform: translate(50%, -50%) rotate(360deg);
  transform: translate(50%, -50%) rotate(360deg);
}

@media screen and (max-width: 767px) {
  .p-nagoyaqira_howto .c_acod_switch .icon > p{
    margin-bottom: 8px;
  }
}
/*
.p-nagoyaqira_howto .c_acod_contents{
  background: linear-gradient(180deg, #ECEEF3 0%, #ECEEF3 50%, #F3F5FA 50%, #F3F5FA 100%);
  padding: 20px 0 40px;
}
*/
.p-nagoyaqira_howto .c_acod_contents .c-textbox .read01{
  margin-bottom: 10px;
}
.p-nagoyaqira_howto .c_acod_contents .c-textbox .read01,
.p-nagoyaqira_howto .c_acod_contents .c-textbox .read02{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color:#354863;
}
@media screen and (max-width: 767px) {
  .p-nagoyaqira_howto .c_acod_contents .c-textbox{
    padding: 0 4% ;
  }
  .p-nagoyaqira_howto .c_acod_contents .c-textbox .read02{
    text-align: left;
  }
}
.p-nagoyaqira_howto .c-textbox + .c-img__wrap,
.p-nagoyaqira_howto .c-img__wrap + .c-textbox {
  margin-top: 40px;
}
.c-button.-white.-single.-anker{
  width: 445px;
  font-size: 20px;
}
.c-button.-single.-white.-anker::after {
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-button.-white.-anke{
    width: 100%;
  }
  .p-sakaechika_map{
    padding: 0 4%;
    overflow-x: scroll;
    width: 100%;
  }
  .p-sakaechika_map > .img{
    width: 960px;
  }
  #sakaechika .c-text.-link{
    text-align: left;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
}
#others .c-anchor__list{
  justify-content: center;
}
#others .c-list__item.u-fc__accent.-center_pc{
  text-align: center;
}
@media screen and (max-width: 767px) {
  #others .c-anchor__list {
    width:100%;
    padding:0 4%;
  }
  #others .c-anchor__list.\-4col__anchor .c-anchor__list__item {
    width: calc(100% / 3);
    border-bottom: 1px solid #EAEAEA;
  }
  #others .c-anchor__list.\-4col__anchor .c-anchor__list__item:last-child {
    border-right: 1px solid #EAEAEA;
  }
  #others .c-anchor__list__item .c-link.-anchor{
    padding: 16px 0 12px;
  }
  #others .c-list__item.u-fc__accent.-center_pc{
    text-align: left;
  }
}
.c-title__sub__inner h5{
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #others .l-gridblock.\-3col .l-gridblock__item {
    width: calc( (100% - 15px) / 2 );
  }
  #others .l-gridblock.\-3col .l-gridblock__item:nth-child(2n-1) {
    margin-right: 15px;
  }
  #others .l-gridblock.\-3col .l-gridblock__item:nth-child(-n+2){
    margin-top: 0;
  }
}
/*
#point-table{
  padding-bottom: 80px;
}
*/



/* leadtext
=============================================================== */
.leadtext .c-text {
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: #354863;
}
.leadtext .c-text.period {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .leadtext .c-text {
    letter-spacing: -0.02em;
  }
  .leadtext .c-text.period {
    display: flex;
    margin: auto;
    width: 640px;
  }
  .leadtext .c-text.period > span {
    display: block;
    width: 100%;
    text-align-last: justify;
  }
  .leadtext .c-text.period > span:first-child {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .leadtext .c-text {
    text-align: left;
  }
  .leadtext .c-text.period {
    text-align: center;
  }
  .leadtext .c-text.period:not(:first-child) {
    margin-top: 16px;
  }
  .leadtext .c-text.period .date {
    font-size: 18px;
  }  
}
/* Font color
=============================================================== */
.u-fc__5E0055 {
  color: #5E0055;
}
.u-fc__354863 {
  color: #354863;
}
.accent01 {
  color: #D680A7;
}
.accent02 {
  color: #F20C0C;
}

/* Accordion point-table
=============================================================== */
#point-table .c-accordionbox__button i:before, 
#point-table .c-accordionbox__button i:after {
    background: #5E0055 !important;
}
#point-table .c-accordionbox__content {
  border: none;
}

/* 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;;
  }
}
.p-entry-block .c-anchor{
  padding: 0;
  border-top: #8E377B 2px dotted;
  border-bottom: #8E377B 2px dotted;
  margin-bottom: 40px;
}
.p-entry-block .c-anchor .c-anchor__inner .c-anchor__list{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.p-entry-block .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item{
  width: 280px;
}
.p-entry-block .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;
}
.p-entry-block .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;
}
.p-entry-block .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a::before{
  content: none;
}
.p-entry-block .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) {

  .p-entry-block .c-anchor .c-anchor__inner .c-anchor__list{
    padding: 5% 1px 2%;
  }
  .p-entry-block .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item{
    border-top: none;
    border-left: none;
    margin-bottom: 14px;
  }
  .p-entry-block .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item:first-of-type{
    width: 100%;
  }
  .p-entry-block .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item:nth-of-type(2){
    width: 100%;
  }
  .p-entry-block .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item:last-of-type{
    width: 100%;
  }
  .p-entry-block .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;
  }
  .p-entry-block .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a span{
    padding-bottom: 0;
  }
  .p-entry-block .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a span::before{
    content: none;
  }
  .p-entry-block .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a::after{
    top: 11px;
    right: -8px;
    left: 97%;
  }
}
.p-entry-block .c-entryprocedure__inner-01, .c-entryprocedure__inner-02, .c-entryprocedure__inner-03{
  position: relative;
}
.p-entry-block .c-entryprocedure__title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 21px;
  margin-left: 38px;
  line-height: 1.5;
}
.p-entry-block .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;
}
.p-entry-block .c-entryprocedure__subtitle{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.p-entry-block .p-caution-cc{
  color: #CCCCCC !important;
  font-size: 13px !important;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.p-entry-block .c-shop__imagecut{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 28px;
}
.p-entry-block .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;
}
.p-entry-block .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 26px - 83px);
}
.p-entry-block .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem a img{
  margin-bottom: 8.5px;
  width: auto;
  height: auto;
}
.p-entry-block .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;
}
.p-entry-block .c-shop__imagecut .c-shop__imagecut__text{
  width: 388px;
}
.p-entry-block .c-shop__imagecut .c-shop__imagecut__text .c-entryprocedure__subtitle{
  margin-bottom: 17px;
  letter-spacing: 0.16em;
}
.p-entry-block .c-shop__imagecut .c-shop__imagecut__text .c-entryprocedure__text{
  margin-bottom: 16px;
  letter-spacing: 00.08em;
}
.p-entry-block .c-shop__imagecut .c-shop__imagecut__text a::before{
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.p-entry-block .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){

  .p-entry-block .c-shop__imagecut{
    flex-direction: column;
  }
  .p-entry-block .c-shop__imagecut .c-shop__imagecut__image{
    padding: 4.5vw;
    width: 100%;
    margin-bottom: 5%;
  }
  .p-entry-block .c-shop__imagecut .c-shop__imagecut__image > img{
    width: 34%;
  }
  .p-entry-block .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks{
    flex-direction: column;
    width: 58%;
  }
  .p-entry-block .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem{
    display: flex;
    flex-direction: column-reverse;
  }
  .p-entry-block .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem:first-of-type{
    margin-bottom: 5%;
  }
  .p-entry-block .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem a img{
    margin-bottom: 0;
  }
  .p-entry-block .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;
  }
  .p-entry-block .c-shop__imagecut .c-shop__imagecut__text{
    width: 100%;
  }
  .p-entry-block .c-shop__imagecut .c-shop__imagecut__text .c-entryprocedure__subtitle{
    margin-bottom: 5%;
    font-size: 5.3vw;
  }
  .p-entry-block .c-shop__imagecut .c-shop__imagecut__text .c-entryprocedure__text{
    margin-bottom: 5%;
    line-height: 1.5;
    font-size: 3.7vw;
  }
  .p-entry-block .c-shop__imagecut .c-shop__imagecut__text a{
    font-size: 3.7vw;
  }
  .p-entry-block .c-shop__imagecut .c-shop__imagecut__text a::after{
    left: 12px;
    bottom: 1px;
    width: 95%;
  }
}
.p-entry-block .c-stepflow .c-stepflow--colbox .c-stepflow--colbox__item{
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  min-width: 0;
}
.p-entry-block .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;
}
.p-entry-block .c-stepflow .c-stepflow--colbox .c-stepflow--colbox__item:nth-child(3)::after{
  content: none;
}
.p-entry-block .c-stepflow .c-stepflow--colitem__number {
  color: #000000;
}
.p-entry-block .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-entry-block .p-shop__entryflow__item .p-shop__entryflow__img{
  margin: 0 auto 24px;
  width: 76%;
}
.p-entry-block .p-shop__entryflow__item .c-stepflow--colitem__text{
  letter-spacing: 0.08em;
}
.p-entry-block .p-parco-touchpayment .c-button.-single{
  width: 600px;
  font-size: 20px;
}
.p-entry-block .c-stepflow--colitem__text .-caution{
  color: #656565;
}


.p-fs__18 {
  font-size: 18px !important;
}