@charset "UTF-8";
/*======================================================================
 * サイト全体共通レイアウト
======================================================================*/
body.-js-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*------------------------------------------------------------
 * container
------------------------------------------------------------*/
/*------------------------------------------------------------
 * footer
------------------------------------------------------------*/
.g-footer {
  padding: 0 20px 100px;
  text-align: center;
  background: url(../images/home/footer-bg.png), #fff repeat-x left bottom;
}
@media screen and (max-width: 768px) {
  .g-footer {
    padding: 0 20px 57px;
    background: url(../images/home/footer-bg-sp.png) repeat-x left bottom;
  }
}
.g-footer .banner-block {
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .g-footer .banner-block {
    display: block;
    margin-bottom: 38px;
  }
}
.g-footer .banner-block > a {
  display: block;
  max-width: 400px;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .g-footer .banner-block > a {
    margin: 0 auto 20px;
  }
}
.g-footer .logo-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .g-footer .logo-block {
    display: block;
    margin-bottom: 32px;
  }
}
.g-footer .logo-block > a {
  display: block;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .g-footer .logo-block > a {
    margin: 0 auto;
  }
}
.g-footer .logo-block .tokyu-g {
  width: 235px;
}
@media screen and (max-width: 768px) {
  .g-footer .logo-block .tokyu-g {
    margin-bottom: 32px;
  }
}
.g-footer .copyright {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 300;
}
.g-footer.-close {
  position: relative;
  padding-top: 50px;
}
.g-footer.-close:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 46px;
  background: url(../images/home/section-bg-wave-top-pc.png) repeat-x left top;
}

/*------------------------------------------------------------
 * common
------------------------------------------------------------*/
.sec-bg-wave {
  position: relative;
}
.sec-bg-wave.-top:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 46px;
  background: url(../images/home/section-bg-wave-top-pc.png) repeat-x left top;
}
.sec-bg-wave.-top.-bg-yellow:before {
  background: url(../images/home/section-bg-wave-yellow-top-pc.png) repeat-x left top;
}
.sec-bg-wave.-bottom:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 46px;
  background: url(../images/home/section-bg-wave-bottom-pc.png) repeat-x left bottom;
}
@media screen and (max-width: 768px) {
  .sec-bg-wave.-top:before {
    height: 16px;
    background: url(../images/home/section-bg-wave-top-sp.png) repeat-x left bottom;
  }
  .sec-bg-wave.-top.-bg-yellow:before {
    background: url(../images/home/section-bg-wave-yellow-top-sp.png) repeat-x left top;
  }
  .sec-bg-wave.-bottom:after {
    height: 16px;
    background: url(../images/home/section-bg-wave-bottom-sp.png) repeat-x left bottom;
  }
}

.js-acc-toggle {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.js-acc-toggle::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 32px;
  width: 29px;
  height: 29px;
  background: url(../images/home/icon-arrow.png) no-repeat center center;
  background-size: contain;
  transition: all 0.3s linear;
}
.js-acc-toggle.-js-open {
  border-radius: 4px 4px 0 0;
}
.js-acc-toggle.-js-open::after {
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .js-acc-toggle::after {
    top: 32px;
    right: 20px;
    width: 25px;
    height: 25px;
  }
}

/*------------------------------------------------------------
 * content
------------------------------------------------------------*/
.sec-hero {
  padding: 56px 20px 0;
  background: url(../images/home/hero-bg-pc.png) no-repeat left top;
  background-size: 100%;
}
.sec-hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 78vw;
  background: url(../images/home/bg_image.png) repeat left top/48vw #C0DD98;
  position: absolute;
  top: 63.5vw;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .sec-hero::after {
    height: 80vw;
    top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .sec-hero::after {
    height: 87vw;
  }
}
@media screen and (max-width: 1000px) {
  .sec-hero::after {
    height: 113vw;
  }
}
@media screen and (max-width: 840px) {
  .sec-hero::after {
    height: 248vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-hero::after {
    background: url(../images/home/bg_image-sp.png) repeat left top/100% #C0DD98;
    top: 0;
    background-size: 101%;
    height: 415vw;
  }
}
@media screen and (max-width: 450px) {
  .sec-hero::after {
    height: 662vw;
  }
}
@media screen and (max-width: 400px) {
  .sec-hero::after {
    height: 753vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-hero {
    padding: 86px 0 0;
    background: url(../images/home/hero-bg-sp.png) repeat-x left top;
    background-size: 100%;
  }
}
.sec-hero.show-intro::after {
  height: 120vw;
}
@media screen and (min-width: 1920px) {
  .sec-hero.show-intro::after {
    height: 133vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec-hero.show-intro::after {
    height: 200vw;
  }
}
@media screen and (max-width: 1000px) {
  .sec-hero.show-intro::after {
    height: 258vw;
  }
}
@media screen and (max-width: 840px) {
  .sec-hero.show-intro::after {
    height: 272vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-hero.show-intro::after {
    height: 580vw;
  }
}
@media screen and (max-width: 580px) {
  .sec-hero.show-intro::after {
    height: 730vw;
  }
}
@media screen and (max-width: 450px) {
  .sec-hero.show-intro::after {
    height: 862vw;
  }
}
@media screen and (max-width: 400px) {
  .sec-hero.show-intro::after {
    height: 1173vw;
  }
}
.sec-hero .hero-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec-hero .catchcopy {
    padding: 0 20px;
  }
}
.sec-hero .hero-text {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 50px;
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-hero .hero-text {
    margin-top: 156px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 30px 16px;
  }
}
.sec-hero .hero-text .table-action-close {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .sec-hero .hero-text .table-action-close {
    padding: 0 1em;
  }
}
.sec-hero .hero-text .table-action-close img {
  margin: 0;
}
.sec-hero .hero-text .text {
  width: 100%;
  text-align: center;
  color: #05903E;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.003em;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec-hero .hero-text .text {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 500;
  }
}
.sec-hero .table-action {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
}
.sec-hero .table-action tr:first-of-type {
  background-color: #05903E;
}
.sec-hero .table-action tr:first-of-type td {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  background-color: #05903E;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .sec-hero .table-action tr:first-of-type td {
    justify-content: center;
    text-align: left;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.sec-hero .table-action tr:first-of-type span {
  font-size: 2rem;
  font-weight: 500;
  padding: 3px 32px;
  border: 1px solid #fff;
  margin-left: 16px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec-hero .table-action tr:first-of-type span {
    margin-top: 4px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }
}
.sec-hero .table-action td {
  padding: 8px 10px;
  border: 2px solid #05903E;
  vertical-align: baseline;
  background-color: #fff;
  position: relative;
}
.sec-hero .table-action td:has(.table-action-close) {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-hero .table-action td {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-width: 1px;
    border-top: none;
  }
}
.sec-hero .table-action td > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sec-hero .table-action td > div > img {
  margin-top: 6px;
}
@media screen and (max-width: 1000px) {
  .sec-hero .table-action td > div > img {
    display: none;
  }
}
.sec-hero .table-action td .table-action-close {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-hero .table-action td .table-action-close img {
  margin: 0;
}
.sec-hero .table-action td p {
  margin: 0;
  color: #05903E;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec-hero .table-action td p {
    font-size: 1.3rem;
  }
}
.sec-hero .table-action td .text {
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sec-hero .table-action td .text img {
  max-width: 91px;
}
.sec-hero .table-action td .text p {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .sec-hero .table-action td .text p {
    width: 100%;
  }
}
.sec-hero .supplement {
  font-size: 1.2rem;
  color: #05903E;
  letter-spacing: 0.003em;
  margin: 6px 0 24px;
  margin-left: auto;
}
.sec-hero .button {
  display: block;
  padding: 12px;
  max-width: 738px;
  width: 100%;
  margin: 24px auto 0;
  background-color: #E55852;
  border-radius: 29px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.003em;
  color: #fff;
  transition: ease-out 0.3s;
}
@media screen and (max-width: 768px) {
  .sec-hero .button {
    font-size: 1.8rem;
    padding: 15px;
    height: 55px;
  }
}
.sec-hero .button:hover {
  background-color: #ED8C86;
  opacity: 1;
}

.sec-introduction {
  padding: 125px 20px 145px;
}
@media screen and (max-width: 768px) {
  .sec-introduction {
    padding-top: 124px;
    padding-bottom: 177px;
  }
}
.sec-introduction:has(.-js-open) {
  padding-bottom: 134px;
}
.sec-introduction > .sec-introduction-inner {
  position: relative;
}
.sec-introduction .title {
  position: absolute;
  top: -45px;
  left: calc(50% - 299px);
  max-width: 598px;
  width: 100%;
  margin: 0 auto;
  background-color: #05903E;
  padding: 25px 60px;
  font-size: 0;
  z-index: 1;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .sec-introduction .title {
    padding: 18px 32px 22px 33px;
    top: -49px;
    left: calc(50% - 130px);
    max-width: 260px;
  }
}
.sec-introduction .title::before {
  content: "";
  display: block;
  background-image: none;
  height: 16px;
  width: 32px;
  -webkit-mask-image: url(../images/home/triangle-mask.svg);
  mask-image: url(../images/home/triangle-mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  background-color: #05903E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.15s ease-out;
}
.sec-introduction .title::after {
  display: none;
}
.sec-introduction .title picture {
  display: none;
  opacity: 0;
}
.sec-introduction .title picture.show {
  display: block;
  animation-name: fade;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sec-introduction .title picture img {
  max-height: 30px;
}
@media screen and (max-width: 768px) {
  .sec-introduction .title picture img {
    max-height: 45px;
  }
}
.sec-introduction .title.-js-open::before {
  top: calc(100% - 4px);
}
.sec-introduction .content {
  position: relative;
}
.sec-introduction .content.js-acc-body {
  display: none;
}
.sec-introduction .inner-block {
  padding: 86px 60px 60px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .sec-introduction .inner-block {
    padding: 70px 24px 32px;
  }
}
.sec-introduction .col2-block {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sec-introduction .col2-block {
    margin-bottom: 30px;
  }
}
.sec-introduction .col2-block .item {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-introduction .col2-block .item {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec-introduction .col2-block .item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.sec-introduction .col2-block .item .image {
  width: 43%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-introduction .col2-block .item .image {
    width: 100%;
    margin-bottom: 16px;
  }
}
.sec-introduction .col2-block .item .image img {
  width: 240px;
}
.sec-introduction .col2-block .item .text {
  width: 58%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-introduction .col2-block .item .text {
    width: 100%;
  }
}
.sec-introduction .col2-block .item .text h3 {
  margin-bottom: 6px;
  color: #0075BA;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.87;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sec-introduction .col2-block .item .text h3 {
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.sec-introduction .col2-block .item .text p {
  margin: 0 0 25.5px;
  letter-spacing: 0;
  line-height: 1.7;
}
.sec-introduction .col2-block .item .text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .sec-introduction .col2-block .item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .sec-introduction .col2-block .item:nth-child(2) {
    align-items: center;
    margin-top: -30px;
  }
  .sec-introduction .col2-block .item:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -29px;
    right: 0;
    top: -70px;
    width: 86px;
    height: 97px;
    margin: auto;
    background: url("../images/home/introduction-obj01.png") 0 0/contain no-repeat;
  }
  .sec-introduction .col2-block .item:nth-child(3) {
    padding-top: 100px;
  }
  .sec-introduction .col2-block .item:nth-child(3)::before {
    content: "";
    position: absolute;
    left: -29px;
    right: 0;
    top: -23px;
    width: 86px;
    height: 97px;
    margin: auto;
    background: url("../images/home/introduction-obj02.png") 0 0/contain no-repeat;
  }
  .sec-introduction .col2-block .item:nth-child(3) .text {
    width: 59%;
  }
}

.sec-campaign {
  padding: 67px 20px 130px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-campaign {
    padding: 67px 20px 114px 20px;
  }
}
.sec-campaign .campaign-action {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.sec-campaign > .title {
  position: relative;
  max-width: 598px;
  margin: -105px auto 40px;
}
@media screen and (max-width: 768px) {
  .sec-campaign > .title {
    max-width: 280px;
    margin-top: -120px;
    margin-bottom: 92px;
  }
}
.sec-campaign .catchcopy {
  text-align: center;
}
.sec-campaign .catchcopy .main-text {
  margin: 0 0 24px;
  font-size: 2rem;
  font-weight: 500;
  color: #05903E;
}
@media screen and (max-width: 768px) {
  .sec-campaign .catchcopy .main-text {
    font-size: 1.8rem;
  }
}
.sec-campaign .catchcopy .main-text .big {
  font-size: 2.4rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .sec-campaign .catchcopy .main-text .big {
    font-size: 2.2rem;
  }
}
.sec-campaign .catchcopy .main-text .line {
  background: linear-gradient(transparent 70%, #FFFF43 70%);
}
@media screen and (max-width: 768px) {
  .sec-campaign .catchcopy > a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-campaign .catchcopy > a img {
    max-width: 25px;
    margin-left: 5px;
  }
}
.sec-campaign .campaign-action {
  text-align: center;
}
.sec-campaign .campaign-action.action2, .sec-campaign .campaign-action.action3 {
  margin-top: 60px;
}
.sec-campaign .campaign-action .action img {
  max-width: 616px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .campaign-action .action img {
    max-width: 350px;
    width: 100%;
  }
}
.sec-campaign .campaign-action .action.action1 img {
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .campaign-action .action.action1 img {
    max-width: 350px;
  }
}
.sec-campaign .campaign-action .action.action3 img {
  max-width: 590px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .campaign-action .action.action3 img {
    max-width: 350px;
  }
}
.sec-campaign .campaign-action .text {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 32px 0;
}
.sec-campaign .campaign-action .qskip {
  max-width: 576px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .campaign-action .qskip {
    max-width: 350px;
    width: 100%;
  }
}
.sec-campaign .point-detail {
  margin-top: 32px;
  text-align: left;
}
.sec-campaign .point-detail .detail {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .point-detail .detail {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.sec-campaign .point-detail h3 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #05903E;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 3px solid #05903E;
  line-height: 1.4;
  margin: 0;
}
.sec-campaign .point-detail p {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0;
}
.sec-campaign .point-detail p span {
  background: linear-gradient(transparent 70%, #FFFF43 70%);
}
.sec-campaign .point-detail a {
  color: #05903E;
}
.sec-campaign .point-detail ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.sec-campaign .point-detail ul li {
  position: relative;
  padding-left: 22px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.sec-campaign .point-detail ul li::before {
  content: "■";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec-campaign .point-detail img {
    margin: 0 auto;
  }
}
.sec-campaign .point-detail.shopping p {
  margin-top: -5px;
}
.sec-campaign .point-detail.shopping img {
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .point-detail.shopping img {
    max-width: 230px;
  }
}
.sec-campaign .point-detail.shift img {
  display: block;
  max-width: 904px;
  width: 100%;
  margin: 16px auto 32px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .point-detail.shift img {
    max-width: 350px;
  }
}
.sec-campaign ul.note-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 4px;
}
.sec-campaign ul.note-list li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .sec-campaign ul.note-list li {
    font-size: 1.5rem;
  }
}
.sec-campaign ul.note-list li:nth-child(n+2) {
  margin-top: 4px;
}
.sec-campaign ul.note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.sec-campaign .place-content {
  max-width: 940px;
  margin: 32px auto 0;
  font-size: 1.5rem;
}
.sec-campaign .place-content .place-title {
  padding: 4.5px 10px;
  background-color: #05903E;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .place-content .place-title {
    line-height: 1.3;
    padding: 4.5px 10px 8px;
    margin-bottom: 16px;
  }
}
.sec-campaign .place-content .place-row {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 16px 0;
  background: #EAFCD1;
  min-height: 68px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .place-content .place-row {
    display: block;
    margin-top: 20px;
    padding: 4px 24px;
  }
}
.sec-campaign .place-content .place-row > div {
  padding: 0 20px;
  background: url(../images/home/place-border.png) repeat-y left top;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1.6;
  min-height: 38px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .place-content .place-row > div {
    min-height: auto;
    padding: 22px 0;
    background: url(../images/home/place-border-sp.png) repeat-X center top;
    background-size: 100%;
  }
}
.sec-campaign .place-content .place-row > div:first-child {
  background: none;
}
@media screen and (max-width: 768px) {
  .sec-campaign .place-content .place-row > div:first-child {
    padding-bottom: 20px;
    background: none;
  }
}
.sec-campaign .place-content .place-row > div a {
  color: #2B2B2B;
}
.sec-campaign .place-content .place-row .place {
  position: relative;
  flex: 0 0 auto;
  width: 32%;
  font-size: 1.8rem;
  font-weight: 800;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec-campaign .place-content .place-row .place {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.sec-campaign .place-content .place-row .place:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #05903E;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sec-campaign .place-content .place-row .place:before {
    top: 32px;
    left: 0;
  }
}
.sec-campaign .place-content .place-row .floor {
  flex: 1 1 auto;
  text-align: left;
}
.sec-campaign .place-content .place-row .time {
  flex: 0 0 auto;
  width: 20.5%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec-campaign .place-content .place-row .time {
    width: 100%;
  }
}
.sec-campaign .place-content .place-row:nth-last-child(2) > div {
  height: 95px;
}
.sec-campaign .place-content .place-row:nth-last-child(2) > div > div {
  padding: 20px 0;
}
.sec-campaign .place-store-list {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .place-store-list .text {
    margin: 24px auto;
  }
}
.sec-campaign .place-store-list .text p {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .sec-campaign .place-store-list .text p {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.sec-campaign .place-store-list .button {
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .place-store-list .button {
    max-width: 289px;
    margin-right: auto;
    margin-left: auto;
  }
}
.sec-campaign .shere-cycling,
.sec-campaign .nazotoki {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .shere-cycling,
  .sec-campaign .nazotoki {
    flex-wrap: wrap;
    gap: 32px;
  }
}
.sec-campaign .shere-cycling picture,
.sec-campaign .nazotoki picture {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .sec-campaign .shere-cycling picture,
  .sec-campaign .nazotoki picture {
    width: 100%;
  }
}
.sec-campaign .shere-cycling .text,
.sec-campaign .nazotoki .text {
  width: 50%;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec-campaign .shere-cycling .text,
  .sec-campaign .nazotoki .text {
    width: 100%;
  }
}
.sec-campaign .shere-cycling .desc-list,
.sec-campaign .nazotoki .desc-list {
  list-style: none;
  padding: 0;
  margin-top: 7px;
}
.sec-campaign .shere-cycling .desc-list li,
.sec-campaign .nazotoki .desc-list li {
  position: relative;
  padding-left: 22px;
  font-size: 1.8rem;
}
.sec-campaign .shere-cycling .desc-list li::before,
.sec-campaign .nazotoki .desc-list li::before {
  content: "■";
  position: absolute;
  left: 0;
}
.sec-campaign .shere-cycling .note-title,
.sec-campaign .nazotoki .note-title {
  color: #05903E;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 24px 0 10px;
  line-height: 1;
}
.sec-campaign .shere-cycling .icon-list,
.sec-campaign .nazotoki .icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-campaign .shere-cycling .icon-list > li,
.sec-campaign .nazotoki .icon-list > li {
  position: relative;
  padding-left: 28px;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sec-campaign .shere-cycling .icon-list > li,
  .sec-campaign .nazotoki .icon-list > li {
    font-size: 1.5rem;
  }
}
.sec-campaign .shere-cycling .icon-list > li:nth-child(n+2),
.sec-campaign .nazotoki .icon-list > li:nth-child(n+2) {
  margin-top: 10px;
}
.sec-campaign .shere-cycling .icon-list > li::before,
.sec-campaign .nazotoki .icon-list > li::before {
  content: "";
  width: 24px;
  height: 16px;
  background-image: url("../images/home/icon-cycle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.sec-campaign .shere-cycling .icon-list a,
.sec-campaign .nazotoki .icon-list a {
  color: #05903E;
}
.sec-campaign .nazotoki {
  margin-top: 32px;
}
.sec-campaign .nazotoki h3 {
  font-size: 2.2rem;
  color: #05903E;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 3px solid #05903E;
  display: inline-block;
  font-weight: 800;
  margin: 0;
}
.sec-campaign .nazotoki h4 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  color: #05903E;
  margin: 24px 0 10px;
}
@media screen and (max-width: 768px) {
  .sec-campaign .nazotoki .text {
    order: 2;
  }
}
.sec-campaign .nazotoki .text > picture img {
  max-width: 418px;
  margin: 10px auto 24px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-campaign .nazotoki .text > picture img {
    max-width: 350px;
    margin-bottom: 32px;
  }
}
.sec-campaign .nazotoki .icon-list > li {
  padding-left: 17px;
}
.sec-campaign .nazotoki .icon-list > li::before {
  background-image: url("../images/home/icon-key.svg");
}
.sec-campaign .nazotoki .desc-list li {
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sec-campaign .nazotoki .desc-list li {
    letter-spacing: 0.003em;
  }
}
.sec-campaign .nazotoki .desc-list span {
  font-weight: 800;
  display: block;
}
.sec-campaign .action1-close,
.sec-campaign .action2-close,
.sec-campaign .nazotoki-close {
  margin-top: 0;
  padding-top: 32px;
  position: relative;
}
.sec-campaign .action1-close::after,
.sec-campaign .action2-close::after,
.sec-campaign .nazotoki-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
}
.sec-campaign .participate-list {
  list-style: none;
  padding: 0;
  counter-reset: listnum;
  margin-top: 16px;
}
.sec-campaign .participate-list li {
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
}
.sec-campaign .participate-list li:nth-child(n+2) {
  margin-top: 10px;
}
.sec-campaign .participate-list li::before {
  counter-increment: listnum;
  content: counter(listnum) "）";
  position: absolute;
  left: 0;
}
.sec-campaign .participate-list li .small {
  font-size: 1.4rem;
}

.sec-moreover {
  padding: 67px 20px 127px;
  background: url(../images/home/bg_image.png) repeat left top/48vw #C0DD98;
}
@media screen and (max-width: 768px) {
  .sec-moreover {
    padding: 32px 20px 115px;
    background: url(../images/home/bg_image-sp.png) repeat left top 100% #C0DD98;
  }
}
.sec-moreover > .title {
  position: relative;
  max-width: 598px;
  margin: -100px auto 0;
}
@media screen and (max-width: 768px) {
  .sec-moreover > .title {
    max-width: 280px;
    margin-top: -54px;
  }
}
.sec-moreover .logo-grandberry-park {
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-moreover .logo-grandberry-park {
    margin: 14px auto 24px;
  }
}
.sec-moreover .logo-grandberry-park .main-logo {
  max-width: 942px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-moreover .logo-grandberry-park .main-logo {
    max-width: 350px;
  }
}
.sec-moreover .content {
  max-width: 940px;
  margin: 0 auto;
  padding: 37px 60px;
  border-radius: 40px;
  background: #FFFFCE;
}
@media screen and (max-width: 768px) {
  .sec-moreover .content {
    padding: 24px 16px;
    border-radius: 20px;
  }
}
.sec-moreover .content .info .info-row {
  display: flex;
  color: #E50C5A;
  margin: 0;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .sec-moreover .content .info .info-row {
    display: block;
    margin-bottom: 15px;
  }
}
.sec-moreover .content .info .info-row .item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 176px;
  height: 36px;
  margin: 10px 10px 0 0;
  border: 2px solid #E50C5A;
  border-radius: 50px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .sec-moreover .content .info .info-row .item-name {
    width: 126px;
    height: 29px;
    margin: 0 0 4px;
    font-size: 1.6rem;
  }
}
.sec-moreover .content .info .info-row .text {
  margin: 0;
  font-size: 3rem;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .sec-moreover .content .info .info-row .text {
    font-size: 2.6rem;
    line-height: 1.2307692308;
  }
}
.sec-moreover .content .info .info-row .text span {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .sec-moreover .content .info .info-row .text span {
    font-size: 3rem;
    line-height: 1.0666666667;
  }
}
.sec-moreover .content .info .info-row.-date .text {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec-moreover .content .info .info-row.-date .text {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.sec-moreover .content .info .info-row.-place .item-name {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .sec-moreover .content .info .info-row.-place .item-name {
    margin-top: 0;
  }
}
.sec-moreover .content .caution {
  margin: 0;
  font-size: 1.2rem;
}
.sec-moreover .content .map {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .sec-moreover .content .map {
    max-width: 700px;
    margin: 32px auto 27px;
  }
}
.sec-moreover .content .pict {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-moreover .content .pict {
    max-width: 838px;
    margin: 0 auto;
    text-align: center;
  }
}
.sec-moreover .content .pict picture:nth-child(n+2) {
  margin-top: 10px;
  display: block;
}

.sec-faq {
  padding: 67px 20px 80px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-faq {
    padding: 32px 20px 50px;
  }
}
.sec-faq > .title {
  position: relative;
  max-width: 598px;
  margin: -117px auto 0;
}
@media screen and (max-width: 768px) {
  .sec-faq > .title {
    max-width: 220px;
    margin-top: -76px;
  }
}
.sec-faq dl {
  max-width: 940px;
  margin: 0 auto;
  border-bottom: 2px solid #E3E3E3;
}
@media screen and (max-width: 768px) {
  .sec-faq dl {
    margin: 0 auto 10px;
  }
}
.sec-faq dl:first-of-type .js-acc-body {
  display: block;
}
.sec-faq dl dt,
.sec-faq dl dd {
  font-weight: 500;
}
.sec-faq dl dt .icon,
.sec-faq dl dd .icon {
  flex: 0 0 auto;
  margin: 0 10px 0 0;
}
.sec-faq dl dt p,
.sec-faq dl dd p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec-faq dl dt span,
  .sec-faq dl dd span {
    font-size: 1.8rem;
  }
}
.sec-faq dl dt .icon,
.sec-faq dl dd .icon {
  max-width: 56px;
}
@media screen and (max-width: 768px) {
  .sec-faq dl dt .icon,
  .sec-faq dl dd .icon {
    max-width: 48px;
  }
}
.sec-faq dl dt {
  display: flex;
  align-items: flex-start;
  padding: 20px 80px 20px 20px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-faq dl dt {
    padding: 14px 70px 14px 10px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.sec-faq dl dt p {
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec-faq dl dt p {
    margin-top: 0.5em;
  }
}
.sec-faq dl dd {
  display: none;
  margin: 0;
  padding: 18px 30px 24px 20px;
  color: #FF505F;
  font-size: 1.5rem;
  background: rgba(255, 80, 95, 0.06);
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 768px) {
  .sec-faq dl dd {
    padding: 14px 25px 14px 10px;
  }
}
.sec-faq dl dd > div {
  display: flex;
  align-items: center;
}
.sec-faq dl dd p {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .sec-faq dl dd p {
    margin-top: 0;
  }
}
.sec-faq dl dd p a {
  color: #FF505F;
}

.sec-contact {
  background-color: #fff;
}

.sec-contact-inner {
  width: calc(100% - 40px);
  max-width: 940px;
  margin: 0 auto 120px;
  padding: 42px 50px 50px;
  color: #FFFFFF;
  text-align: center;
  background-color: #05903E;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner {
    width: auto;
    margin: 0 20px 100px;
    padding: 30px 15px 52px;
    border-radius: 20px;
  }
}
.sec-contact-inner > .title {
  max-width: 328px;
  margin: 0 auto 22px;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner > .title {
    max-width: 220px;
    margin-bottom: 14px;
  }
}
.sec-contact-inner .contact {
  max-width: 820px;
  margin: 0 auto 30px;
  padding: 24px 45px 32px;
  border-radius: 24px;
  background: rgba(214, 247, 255, 0.15);
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .contact {
    max-width: 100%;
    margin: 0 auto 24px;
    padding: 20px 16px 32px;
    border-radius: 14px;
  }
}
.sec-contact-inner .contact:last-child {
  margin-bottom: 0;
}
.sec-contact-inner .intro {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .intro {
    margin: 0 0 14px;
    font-size: 2rem;
    line-height: 1.3;
  }
}
.sec-contact-inner .customer-center {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .customer-center {
    font-size: 1.6rem;
  }
}
.sec-contact-inner .tel {
  max-width: 370px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .tel {
    max-width: 310px;
  }
}
.sec-contact-inner .sub {
  margin: 0 0 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.sec-contact-inner .button {
  max-width: 322px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .button {
    max-width: 240px;
  }
}
.sec-contact-inner .other {
  overflow: hidden;
  max-width: 733px;
  margin: 20px auto 0;
  border: 1px solid #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .other {
    max-width: 100%;
    margin: 10px auto 0;
  }
}
.sec-contact-inner .other > .title {
  margin: 0;
  padding: 5px;
  background: #fff;
  color: #05903E;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .other > .title {
    padding: 3px 5px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.sec-contact-inner .other .other-content > .sub {
  margin: 0;
  padding: 0 15px 16px;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .other .other-content > .sub {
    font-size: 1.1rem;
  }
}
.sec-contact-inner .other .other-area-wrap {
  display: flex;
  padding: 15px 15px 16px 15px;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .other .other-area-wrap {
    display: block;
    padding: 8px 15px;
  }
}
.sec-contact-inner .other .other-area-wrap .other-area {
  position: relative;
  width: 100%;
  padding: 0 14px 5px 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .other .other-area-wrap .other-area {
    width: 100%;
    padding: 12px 0 0 0;
  }
}
.sec-contact-inner .other .other-area-wrap .other-area:first-child {
  padding: 0 26px 5px 12px;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .other .other-area-wrap .other-area:first-child {
    padding: 0;
  }
}
.sec-contact-inner .other .other-area-wrap .other-area .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .other .other-area-wrap .other-area .tel {
    justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 380px) {
  .sec-contact-inner .other .other-area-wrap .other-area .tel {
    display: block;
  }
}
.sec-contact-inner .other .other-area-wrap .other-area .tel .area-name {
  margin: 0 10px 0 0;
  font-size: clamp(1.8rem, 2.3vw, 2rem);
  font-weight: 500;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .other .other-area-wrap .other-area .tel .area-name {
    font-size: 1.6rem;
    flex: none;
  }
}
@media screen and (max-width: 380px) {
  .sec-contact-inner .other .other-area-wrap .other-area .tel .area-name {
    font-size: 1.2rem;
    text-align: center;
  }
}
.sec-contact-inner .other .other-area-wrap .other-area .tel > a {
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .other .other-area-wrap .other-area .tel > a {
    width: 202px;
  }
}
@media screen and (max-width: 380px) {
  .sec-contact-inner .other .other-area-wrap .other-area .tel > a {
    max-width: 202px;
    width: 100%;
  }
}
.sec-contact-inner .other .other-area-wrap .other-area > .sub {
  margin: 0 0 5px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-contact-inner .other .other-area-wrap .other-area > .sub {
    margin: 0 0 5px;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
  }
}
@media screen and (max-width: 380px) {
  .sec-contact-inner .other .other-area-wrap .other-area > .sub {
    font-size: 1.1rem;
  }
}

.action-close {
  margin-top: 30px;
  font-size: 0;
}
.action-close::after {
  display: none;
}
.action-close picture {
  display: none;
  opacity: 0;
}
.action-close picture.show {
  display: block;
  animation-name: fade;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
}
.action-close.-js-open::before {
  top: calc(100% - 4px);
}