/* ===============================================================

 project / campaign nagoyaqira4

=============================================================== */
.c-keyvisual{
  margin-bottom: 80px;
}
.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: #f5fcff;
}

.bg-yellow {
  background-color: #ffffe9;
}

.bg-pink {
  background-color: #fff6fa;
}
.bg-grey{
  background-color: #FAFAFA;
}
.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: 297px 169px 222px 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; */
}

@media screen and (min-width: 768px) {
  .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;
  padding: 40px;
}
.p-nagoyaqira_benefits--contents .contens02{
  margin-top: 40px;
}
.p-nagoyaqira_benefits--contents .read_text{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #354863;
  line-height: 1.5;
}
.p-nagoyaqira_benefits--btn-wrap{
  max-width: 640px;
  margin: 40px auto;
  background-color: #FFFFFF;
  border-radius: 32px;
  overflow: hidden;
  padding: 26px 20px 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: 24px;
  max-width: 524px;
  margin: 25px auto 0;
}
.btn-item{
  width: calc(( 100% - 24px)/2);
}
.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{
    border-radius: 24px;
  }
  .p-nagoyaqira_benefits--contents{
    padding: 40px 4%;
  }
  .p-nagoyaqira_benefits--contents .read_text{
    text-align: left;
  }
  .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;
}