@charset "UTF-8";
body {
  min-width: 1140px;
  background: #FFE0E9;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, Meiryo, sans-serif;
  line-height: 1.5;
}

picture {
  display: block;
}

.zenMaru {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}

img {
  display: inline-block;
}

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#header {
  visibility: hidden;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#header.show {
  visibility: visible;
  opacity: 1;
}
#header .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-screen {
  width: 100%;
}

@-webkit-keyautumn-intros arrow01 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  99% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyautumn-intros arrow01 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  99% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.benefitsVox .vox03 .btnVox .btn span:after {
  -webkit-animation: arrow01 1s 0s infinite;
  animation: arrow01 1s 0s infinite;
}

.main {
  color: #000;
  font-weight: 400;
}
.main a {
  color: #000;
}
.main .fS01 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
.main .fS02 {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
}
.main .bnrVoxS01 {
  position: relative;
  z-index: 10;
  margin: 40px 0 0;
  text-align: center;
}
.main .bnrVoxS01 .link {
  display: inline-block;
}
.main .bnrVoxS01 .link img {
  width: 435px;
}
.main .linkTxtS01 {
  font-size: 15px;
}
.main .linkTxtS01 a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  color: #fff;
  font-weight: bold;
}
.main .linkTxtS01 a:after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin: auto;
  content: "";
}
.main .linkTxtS01 a:hover:after {
  right: -4px;
}
.main .sebSecS01 {
  margin: 40px 0 0;
}
.main .sebSecS01 h3 {
  margin-bottom: 30px;
}
.main .mmBtn {
  display: inline-block;
  padding: 15px 40px;
  width: 310px;
  border: 2px solid #e91e63;
  border-radius: 50px;
  background: #fff;
  color: #e91e63;
  text-align: center;
  font-weight: bold;
}
.main .mmBtn span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.main .mmBtn span:before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 20px;
  background: url(../others/ico-mail.svg) center/contain no-repeat;
  position: absolute;
  margin: auto;
  content: "";
}

.secInner {
  margin: 0 auto;
  max-width: 1110px;
}

.mvArea img {
  width: 100%;
}

.firstVox {
  position: relative;
  z-index: 1;
  margin: 0 auto -5px;/*-57px auto 0*/
  padding: 0 0;
  /*background: #e4f2c7 url(../others/bg-1.svg) no-repeat bottom center / 100%;*/
  background-image:
    url(../others/bg-0.svg), url(../others/bg-1.svg),
    linear-gradient(180deg,#aae4f5,#AAE3F5,#6AD1F5);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position:
    top center,
    bottom,center;
  background-size: 100%;

}
@media only screen and (max-width: 767px) {
  .firstVox {
    margin: 0 0 -5px;
    padding: 25px 15px 80px;
    background-image:
    url(../others/bg-0_sp.svg), url(../others/bg-1-sp.svg),
    linear-gradient(180deg,#aae4f5,#AAE3F5,#6AD1F5);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position:
    top center,
    bottom,center;
  background-size: 100%;
  }
}

/*rec-prod*/
.rec-prod{
  padding-bottom: 148px;
}

.firstVox .coupon_list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 30px;
  margin: 0 auto;
  padding: 60px 10px 120px;
  width: 1110px;
  /*border: 2px solid #ba6e20;
  border-radius: 16px;
  background: #fff8ef;
  -webkit-box-shadow: 0 12px 12px 0 rgba(115, 98, 42, 0.08);
  box-shadow: 0 12px 12px 0 rgba(115, 98, 42, 0.08);*/
}
@media only screen and (max-width: 767px) {
  .firstVox .coupon_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    width: 100%;
    border: none;
    background: transparent;
  }
}
.firstVox .coupon_list .ttl_box {
  width: 100%;
  text-align: center;
}
.firstVox .coupon_list .ttl {
  position: relative;
  margin: 20px auto 39px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #e91d63;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .firstVox .coupon_list .ttl {
    margin: 30px auto 10px;
    font-size: 28px;
  }
}
.firstVox .coupon_list .ttl::before {
  position: absolute;
  top: 50%;
  left: -44.6px;
  display: block;
  width: 19.646px;
  height: 34px;
  background: transparent url(../others/ttl1_deco.svg) no-repeat center/100%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .firstVox .coupon_list .ttl::before {
    left: -27.6px;
  }
}
.firstVox .coupon_list .ttl::after {
  position: absolute;
  top: 50%;
  right: -44.6px;
  display: block;
  width: 19.646px;
  height: 34px;
  background: transparent url(../others/ttl1_deco2.svg) no-repeat center/100%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .firstVox .coupon_list .ttl::after {
    right: -27.6px;
  }
}
.firstVox .coupon_list .link {
  display: block;
  width: 520px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .firstVox .coupon_list .link {
    width: 100%;
  }
}
.firstVox .coupon_list .link:hover {
  opacity: 0.8;
}

/*cp-img*/
.cp-img {
  width: 1100px;
  margin: 30px 0 20px;
}
@media only screen and (max-width: 767px) {
  .cp-img {
    width: 100%;
    margin: 10px 0 10px;
  }
}

.specialVox {
  position: relative;
  z-index: 1;
  padding: 20px 0 80px;
  background: #ffdfe7;
}
@media only screen and (max-width: 767px) {
  .specialVox {
    padding: 20px 16px 60px;
  }
}
.specialVox .ttl_1 {
  position: relative;
  z-index: 2;
  margin: 60px auto 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .specialVox .ttl_1 {
    margin: 20px auto 20px;
    padding: 52px 0 0;
    font-size: 24px;
  }
}
.specialVox .ttl_1::before {
  position: absolute;
  top: 50%;
  left: -150px;
  display: block;
  width: 140px;
  height: 50px;
  background: transparent url(../others/ttl_deco1.png) no-repeat center/100%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.specialVox .ttl_1::after {
  position: absolute;
  top: 50%;
  right: -150px;
  display: block;
  width: 140px;
  height: 50px;
  background: transparent url(../others/ttl_deco2.png) no-repeat center/100%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .specialVox .ttl_1::before {
    top: 0;
    left: calc(67% - 133px);
    width: 100px;
    height: 40px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .specialVox .ttl_1::after {
    top: 0;
    right: auto;
    left: 50%;
    width: 90px;
    height: 40px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*電子報會員bg*/
.specialVox .bg {
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 500px;
  background: #fff2f5 url(../others/firstVox_bg.png) no-repeat left bottom / 100%;
}
.specialVox .news_box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 91px;
  max-width: 1110px;
  width: 100%;
  border: 2px solid #e91e63;
  border-radius: 10px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .specialVox .bg {
    background: #fff2f5 url(../others/firstVox_bg_sp.png) no-repeat left bottom / 100%;
    top: 0;
    height: 580px;
}
  .specialVox .news_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 80px;
  }
}
.specialVox .news_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  width: 25%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .specialVox .news_box .item {
    padding: 16px 15px;
    width: 100%;
  }
}
.specialVox .news_box .item + .item {
  border-left: 1px solid #e91e63;
}
@media only screen and (max-width: 767px) {
  .specialVox .news_box .item + .item {
    border-top: 1px solid #e91e63;
    border-left: none;
  }
}
.specialVox .news_box .item .num {
  position: relative;
  color: #e91e63;
  text-align: center;
  font-weight: bold;
  font-size: 70px;
  font-family: Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, Meiryo, sans-serif;
  line-height: 65px;
}
@media only screen and (max-width: 767px) {
  .specialVox .news_box .item .num {
    padding-right: 12px;
    font-size: 36px;
    line-height: 1;
  }
  .specialVox .news_box .item .num::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 49px;
    border-right: 1px solid #e91e63;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.specialVox .news_box .item .num .label {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 17px;
  border-radius: 10px;
  background-color: #e91e63;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .specialVox .news_box .item .num .label {
    width: 40px;
  }
}
.specialVox .news_box .item .text {
  padding-left: 8px;
  color: #e91e63;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .specialVox .news_box .item .text {
    padding-left: 12px;
  }
}
.specialVox .coupon_list {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 100%;
  width: 1110px;
}
.specialVox .coupon_list .item {
  padding: 0 25px 32px;
  width: 100%;
  border: 2px solid #e91e63;
  border-radius: 10px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .specialVox .coupon_list .item {
    padding: 0 13px 32px;
  }
}
.specialVox .coupon_list .item .ttl {
  position: relative;
  top: -31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 305px;
  height: 62px;
  background: transparent url(../others/ribbon2.svg) no-repeat center/100%;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .specialVox .coupon_list .item .ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 374px) {
  .specialVox .coupon_list .item .ttl {
    width: calc(100% - 26px);
  }
}
.specialVox .coupon_list .item .ttl span {
  position: relative;
  top: -2px;
}
.specialVox .coupon_list .item .ttl_2 {
  margin-top: -15px;
  margin-bottom: 5px;
  color: #2F353E;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .specialVox .coupon_list .item .ttl_2 {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
.specialVox .coupon_list .item .img1 {
  width: 100%;
}
.specialVox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 56px auto 14px;
  padding: var(--spacing-sm, 15px) 0;
  width: 400px;
  border-radius: 50px;
  background: var(--main, #e91e63);
  -webkit-box-shadow: 0 6px 6px rgba(28, 28, 28, 0.1);
  box-shadow: 0 6px 6px rgba(28, 28, 28, 0.1);
  color: #fff;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: normal;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .specialVox .btn {
    margin: 40px auto 0;
    width: 100%;
  }
}
.specialVox .btn:hover {
  opacity: 0.8;
}
.specialVox .txt_1 {
  padding-top: 5px;
  color: #333;
  text-align: center;
  font-size: 16px;
}

/*サービス枠*/
.secondVox {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .secondVox {
    padding: 40px 15px 60px;
  }
}

.secondVox._shopping {
  background: #C5EAFA  url(../others/bg-2.svg) no-repeat bottom center / 100%;
  padding-top: 2px;

}
@media only screen and (max-width: 767px) {
  .secondVox._shopping {
    background: #C5EAFA url(../others/bg-2-sp.svg) no-repeat bottom center / 100%;
    padding: 40px 15px 80px;
  }
}

.secondVox._act {
  background: #E8F8FF url(../others/bg-3.svg) no-repeat bottom center / 100%;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .secondVox._act {
    background: #E8F8FF url(../others/bg-3-sp.svg) no-repeat bottom center / 100%;
    padding: 40px 15px 120px;
  }
}

.secondVox._transport {
  background: url() no-repeat bottom center / 100%, linear-gradient(180deg, #C5EAFA, #fff2f5);
}

.secondVox._snow {
  background: url() no-repeat bottom center / 100%, linear-gradient(180deg, #FFD177, #FFD584);
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .secondVox._snow {
    background: url() no-repeat bottom center / 100%, linear-gradient(180deg, #FFD177, #FFD584);
    padding: 20px 15px 105px;
  }
}

.secondVox._onsen {
  background: #ffd189 url() no-repeat top center/100%;
}
@media only screen and (max-width: 767px) {
  .secondVox._onsen {
    padding: 40px 15px 80px;
    background: #ffd189 url() no-repeat top center/100%;
  }
}
/*漸變*/
/*background: url(../others/bg-3-sp.svg) no-repeat top center / 100%,linear-gradient(180deg, #FFFFFF, #FFE6E6, #FFE0E9, #FFE6E6, #FFFFFF);*/
/*單色*/
/*background: #ffd189 url() no-repeat top center/100%;*/

.secondVox .ttl_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 10px auto 0;
  padding: 6px 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /*border: 2px solid #000;
  border-radius: 70px;
  background: #fff;
  color: var(--black, #1e2127);*/
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: normal;
}
.secondVox .ttl_1._snow {
  margin-bottom: 40px;
}
.secondVox .ttl_1._act {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .secondVox .ttl_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto 0;
    padding: 6px 5px;
    /*border: 2px solid #000;
    border-radius: 70px;
    background: #fff;*/
    font-size: 32px;
  }
  .secondVox .ttl_1._snow {
    margin-bottom: 10px;
  }
  .secondVox .ttl_1._act {
    margin-bottom: 10px;
  }
}
.secondVox .ttl_1 .icon {
  position: relative;
  width: 50px;
  height: 50px;
}
.secondVox .ttl_6 .icon {
  position: relative;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .secondVox .ttl_1 .icon {
    width: 45px;
    height: 45px;
  }
  .secondVox .ttl_6 .icon {
    position: relative;
    width: 45px;
    height: 45px;
  }
}
.secondVox .ttl_1 .icon._act {
  padding: 4px;
}
.secondVox .ttl_1 .icon._shopping {
  padding: 4px;
}
.secondVox .ttl_1 .icon._onsen {
  padding: 4px;
}
.secondVox .ttl_1 .icon._transport {
  padding: 7px 3px 5px;
}
.secondVox .lead_1 {
  margin: 16px auto 32px;
  padding: 5px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  color: #e91e63;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .secondVox .lead_1 {
    margin: 16px auto;
    font-size: 16px;
  }
}
.secondVox .lead {
  margin: 16px auto 24px;
  color: #333;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  font-family: "Noto Sans";
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .secondVox .lead {
    font-size: 16px;
  }
}
.secondVox .ttl_2 {
  position: relative;
  margin: 44px auto 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #e91e63;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .secondVox .ttl_2 {
    margin: 30px auto 0;
    font-size: 26px;
  }
}
.secondVox .ttl_2::before {
  position: absolute;
  top: 50%;
  left: -44.6px;
  display: block;
  width: 19.646px;
  height: 34px;
  background: transparent url(../others/ttl1_deco.svg) no-repeat center/100%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .secondVox .ttl_2::before {
    left: -35.6px;
  }
}
.secondVox .ttl_2::after {
  position: absolute;
  top: 50%;
  right: -44.6px;
  display: block;
  width: 19.646px;
  height: 34px;
  background: transparent url(../others/ttl1_deco2.svg) no-repeat center/100%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .secondVox .ttl_2::after {
    right: -35.6px;
  }
}
.secondVox .ttl_3 {
  position: relative;
  z-index: 2;
  margin: 56px auto 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .secondVox .ttl_3 {
    margin: 40px auto 20px;
    padding: 52px 0 0;
    font-size: 24px;
    text-align: center;
  }
}
.secondVox .ttl_3::before {
  position: absolute;
  top: 50%;
  left: -150px;
  display: block;
  width: 140px;
  height: 50px;
  background: transparent url(../others/ttl_deco1.png) no-repeat center/100%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.secondVox .ttl_3::after {
  position: absolute;
  top: 50%;
  right: -150px;
  display: block;
  width: 140px;
  height: 50px;
  background: transparent url(../others/ttl_deco2.png) no-repeat center/100%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .secondVox .ttl_3::before {
    top: 0;
    left: calc(67% - 133px);
    width: 100px;
    height: 40px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .secondVox .ttl_3::after {
    top: 0;
    right: auto;
    left: 50%;
    width: 90px;
    height: 40px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.secondVox .ttl_4 {
  display: block;
  margin: -36px auto 60px;
  padding: 6px 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid var(--main, #0037a0);
  border-radius: 70px;
  background: #fff;
  color: var(--main, #0037a0);
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .secondVox .ttl_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 0;
    width: 358px;
    border: 3px solid var(--main, #0037a0);
    border-radius: 70px;
    background: #fff;
    color: var(--main, #0037a0);
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    font-family: "Hiragino Kaku Gothic ProN";
    line-height: normal;
  }
}
@media only screen and (max-width: 404px) {
  .secondVox .ttl_4 {
    padding: 6px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 25px;
  }
}
.secondVox .ttl_5 {
  margin: 60px 0 6px;
  color: #333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-family: "Noto Sans JP";
  line-height: normal;
}
.secondVox .ttl_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 30px;
  color: var(--black, #1e2127);
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .secondVox .ttl_6 {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.secondVox .txt_2 {
  color: #333;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-family: "Noto Sans JP";
  line-height: normal;
}
.secondVox .logos {
  display: block;
  margin: 32px auto 0;
  max-width: 516px;
}
@media only screen and (max-width: 767px) {
  .secondVox .logos {
    margin: 21.5px 16px 0;
    max-width: calc(100% - 32px);
  }
}
.secondVox .coupon_list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px auto 124px;
  padding-top: 20px;
  max-width: 910px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .secondVox .coupon_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 54px;
    margin: 12px auto 97px;
  }
}
.secondVox .coupon_list::before, .secondVox .coupon_list::after {
  position: absolute;
  z-index: -1;
  content: url(../others/coupon_deco2.svg);
}
@media only screen and (max-width: 767px) {
  .secondVox .coupon_list::before, .secondVox .coupon_list::after {
    display: none;
  }
}
.secondVox .coupon_list::before {
  top: -38px;
  left: -162px;
}
.secondVox .coupon_list::after {
  right: -148px;
  bottom: -66px;
}
.secondVox .coupon_list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: -5px;
  padding: 25px 0 35px;
  width: 282.669px;
  border: 4px solid #480000;
  border-radius: 16px;
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .secondVox .coupon_list .item {
    width: 100%;
  }
}
.secondVox .coupon_list .item .ico {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.secondVox .coupon_list .item .txt_1 {
  color: var(--Primary, #bb1600);
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .secondVox .coupon_list .item .txt_1 {
    font-variation-settings: 18px;
  }
}
.secondVox .coupon_list .item .txt_2 {
  color: var(--Primary, #bb1600);
  font-weight: 700;
  font-size: 64px;
  font-family: Helvetica Neue;
  line-height: 98%;
}
@media only screen and (max-width: 767px) {
  .secondVox .coupon_list .item .txt_2 {
    font-size: 54px;
  }
}
.secondVox .coupon_list .item .txt_2 span {
  color: var(--Primary, #bb1600);
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  font-family: Hiragino Kaku Gothic ProN;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .secondVox .coupon_list .item .txt_2 span {
    font-size: 20px;
  }
}
.secondVox .coupon_list .item .txt_3 {
  color: var(--Primary, #bb1600);
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .secondVox .coupon_list .item .txt_3 {
    font-size: 20px;
  }
}
.secondVox .coupon_list .item .box {
  position: absolute;
  bottom: -24px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 0;
  width: 220px;
  border: 4px solid var(--base, #480000);
  background: var(--Primary, #bb1600);
  color: var(--primary-on-primary, #fff);
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .secondVox .coupon_list .item .box {
    font-size: 18px;
  }
}
.secondVox .coupon_list .item .box span {
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.secondVox .coupon_list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.secondVox .coupon_list .item:hover {
  opacity: 0.8;
}
.secondVox .coupon_list .item:hover .box span {
  top: 3px;
}
.secondVox .cnt {
  margin: 0 auto;
  max-width: 1110px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .secondVox .cnt {
    margin: 0 auto;
  }
}
.secondVox .cnt._transport {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .secondVox .cnt._transport .flexInner {
    padding-top: 0 !important;
  }
}
.secondVox .txt_1 {
  margin: 56px 0 0;
  color: #333;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .secondVox .txt_1 {
    margin: 8px 0 0;
    text-align: left;
  }
}
.secondVox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 56px auto 10px;
  padding: var(--spacing-sm, 15px) 0;
  width: 400px;
  border-radius: 50px;
  background: var(--main, #e91e63);
  -webkit-box-shadow: 0 6px 6px rgba(28, 28, 28, 0.1);
  box-shadow: 0 6px 6px rgba(28, 28, 28, 0.1);
  color: #fff;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: normal;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .secondVox .btn {
    margin: 24px auto 0;
    width: 100%;
  }
}
.secondVox .btn:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .secondVox .itemVox01 + .btn {
    margin: 56px auto 10px;
  }
}
.secondVox .cityList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 15px;
}
@media only screen and (max-width: 767px) {
  .secondVox .cityList {
    gap: 10px;
  }
}
.secondVox .cityList .item {
  position: relative;
  overflow: hidden;
  width: 266px;
  height: 190px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .secondVox .cityList .item {
    width: calc(50vw - 20px);
    height: 32.1vw;
  }
}
.secondVox .cityList .item a {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.secondVox .cityList .item a:hover {
  opacity: 0.8;
}
.secondVox .cityList .item .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 104%;
  -webkit-transform: translate(-51%, -51%);
  transform: translate(-51%, -51%);
}
.secondVox .cityList .item span {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--primary-on-primary, #fff);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .secondVox .cityList .item span {
    font-size: 16px;
  }
}
.secondVox .cityList2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px 18px;
}
@media only screen and (max-width: 767px) {
  .secondVox .cityList2 {
    gap: 10px;
  }
}
.secondVox .cityList2 .item {
  position: relative;
  overflow: hidden;
  width: 170px;
  height: 200px;
  border-radius: 6px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .secondVox .cityList2 .item {
    width: calc(48% - 5px);
    height: 150px;
  }
}
.secondVox .cityList2 .item a {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.secondVox .cityList2 .item a:hover {
  opacity: 0.8;
}
.secondVox .cityList2 .item .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.secondVox .cityList2 .item span {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--primary-on-primary, #fff);
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .secondVox .cityList2 .item span {
    font-size: 16px;
  }
}
.secondVox .genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px 18px;
}
@media only screen and (max-width: 767px) {
  .secondVox .genre {
    gap: 10px;
  }
}
.secondVox .genre .item {
  position: relative;
  overflow: hidden;
  width: 170px;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .secondVox .genre .item {
    width: calc(50% - 5px);
  }
}
.secondVox .genre .item a {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.secondVox .genre .item a:hover {
  opacity: 0.8;
}
.secondVox .genre .item .img {
  position: relative;
  width: 100%;
}
.secondVox .genre .item span {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
  width: 100%;
  color: #2f353e;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .secondVox .genre .item span {
    margin-top: 10px;
    font-size: 16px;
  }
}
.secondVox .bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .secondVox .bnr_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin: 40px auto 0;
  }
}
.secondVox .bnr_box .bnr {
  display: block;
  width: 435px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .secondVox .bnr_box .bnr {
    width: 100%;
  }
}
.secondVox .bnr_box .bnr:hover {
  opacity: 0.8;
}
.secondVox .bnr_box._transport {
  gap: 56px;
  margin: 40px auto 0;
}
.secondVox._transport::after {
  position: absolute;
  top: -37px;
  right: 0;
  content: url(../others/deco_train.svg);
}

@media only screen and (min-width: 768px) {
  .secondVox .bnr_box._transport {
    margin: 24px auto 0;
  }
  .bullet_train {
    width: 58%;
    top: -60px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .secondVox .bnr_box._transport {
    gap: 24px;
  }
}
.secondVox .bnr_box._transport .bnr {
  width: 360px;
  height: 186px;
}
@media only screen and (max-width: 767px) {
  .secondVox .bnr_box._transport .bnr {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .secondVox._transport::after {
    /*display: none;*/
    right: -90px;
  }
}

.secondVox .bnr_box._act .bnr {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .secondVox .bnr_box._act .bnr {
    height: auto;
  }
}

/* 優惠券 */
.spVoxS01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 50px;
  border-radius: 20px;
  background: #e91d63;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .spVoxS01 {
    margin: 24px auto;
  }
}
.spVoxS01 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px 12px 27px;
  width: 677px;
  border-right: 1px dashed #fff;
}
@media only screen and (max-width: 767px) {
  .spVoxS01 .left {
    gap: 8px;
  }
}
.spVoxS01 .left .imgTxt img {
  width: 86px;
}
.spVoxS01 .left .txt {
  font-weight: bold;
  line-height: 1.2;
}
.spVoxS01 .left .txt .s {
  color: var(--primary-on-primary, #fff);
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-family: Helvetica Neue;
  line-height: 20px; /* 100% */
}
.spVoxS01 .left .txt .m {
  color: var(--primary-on-primary, #fff);
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 20px; /* 100% */
}
.spVoxS01 .left .txt .ml {
  color: var(--primary-on-primary, #fff);
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}
.spVoxS01 .left .txt .l {
  color: var(--primary-on-primary, #fff);
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  font-family: Helvetica Neue;
  line-height: normal;
}
.spVoxS01 .left .m {
  color: var(--primary-on-primary, #fff);
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 20px; /* 100% */
}
.spVoxS01 .left .m._center {
  display: block;
  margin-top: 8px;
  text-align: center;
}
.spVoxS01 .couponVox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 9px;
  width: 220px;
  border: 2px solid #1e2127;
  background: #fff;
  color: #1e2127;
}
.spVoxS01 .couponVox .sub {
  font-size: 13px;
}
.spVoxS01 .couponVox .input {
  color: #1e2127;
  font-weight: bold;
  font-size: 22px;
}
.spVoxS01 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
  padding: 15px 20px;
  max-width: 433px;
}
@media only screen and (max-width: 767px) {
  .spVoxS01 .right {
    max-width: 100%;
  }
}
.spVoxS01 .right .txt {
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 170%; /* 25.5px */
}
.spVoxS01 .right ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
  font-weight: normal;
  font-size: 13px;
}

.itemVoxS01 .flexInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.itemVoxS01 .item {
  position: relative;
  overflow: hidden;
  width: 266px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.itemVoxS01 .item .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.itemVoxS01 .item .inner:hover {
  opacity: 0.8;
}
.itemVoxS01 .item .imgVox {
  position: relative;
}
.itemVoxS01 .item .imgVox:after {
  bottom: 5px;
  left: 8px;
  z-index: 2;
  width: 40px;
  height: 40px;
  position: absolute;
  margin: auto;
  content: "";
}
.itemVoxS01 .item .imgVox .img {
  position: relative;
  padding-top: 71.43%;
  width: calc(100% + 1px);
  height: 0;
}
.itemVoxS01 .item .imgVox .img img {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.itemVoxS01 .item .imgVox .catch {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  display: inline-block;
  padding: 6px 8px;
  background: #e91e63;
  color: #fff;
  font-size: 13px;
}
.itemVoxS01 .item .imgVox .ico {
  position: absolute;
  bottom: 5px;
  left: 8px;
  display: inline-block;
  width: 45px;
  height: 45px;
}
.itemVoxS01 .item .imgVox .ico-snowyado {
  position: absolute;
  bottom: 5px;
  left: 8px;
  display: inline-block;
  width: 100%;
  height: 45px;
}
.itemVoxS01 .item .txtVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 15px 15px;
  background: #fff;
}
.itemVoxS01 .item .txtVox .top {
  padding-bottom: 12px;
}
.itemVoxS01 .item .txtVox .place {
  margin-bottom: 0.1em;
  color: #61666e;
  font-size: 14px;
}
.itemVoxS01 .item .txtVox .title {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0.7em;
  color: #000;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.itemVoxS01 .item .txtVox .txt {
  color: #61666e;
  font-size: 14px;
}
.itemVoxS01 .item .txtVox .bottom02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 9px;
}
.itemVoxS01 .item .txtVox .bottom02 .price02 {
  font-size: 14px;
}
.itemVoxS01 .item .txtVox .bottom02 .price02 del {
  color: #61666e;
}
.itemVoxS01 .item .txtVox .bottom02 .price {
  margin-top: 0.15em;
}
.itemVoxS01 .item .txtVox .price {
  color: #61666e;
  text-align: right;
  font-size: 14px;
}
.itemVoxS01 .item .txtVox .price .before {
  position: relative;
  display: inline-block;
}
.itemVoxS01 .item .txtVox .price .before::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #61666e;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.itemVoxS01 .item .txtVox .price .en {
  color: #e91e63;
}
.itemVoxS01 .item .txtVox .price .line {
  text-decoration: line-through;
  margin: 0 5px;
  color: #3e454e;
  font-size: 15px;
}
.itemVoxS01 .item .txtVox .price .num {
  padding-left: 4px;
  color: #e91e63;
  font-weight: bold;
  font-size: 17px;
}
.itemVoxS01 .item .txtVox .copy {
  margin-top: 10px;
  color: #61666e;
  font-weight: 300;
  font-size: 11px;
}
.itemVoxS01 .item--special {
  margin-bottom: 9px;
  width: 355px;
}
@media only screen and (max-width: 767px) {
  .itemVoxS01 .item--special {
    width: 266px !important;
  }
}
.itemVoxS01 .item--special .imgVox .img {
  padding-top: 65%;
}
.itemVoxS01 .linkTxt {
  margin: 40px 0 0;
  text-align: right;
}

.float_btn {
  position: fixed;
  top: auto;
  right: 2%;
  bottom: 0px;
  z-index: 49;
  display: inline;
  padding-bottom: 15px;
  width: 360px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .float_btn {
    right: auto;
    left: 50%;
    padding-bottom: 5px;
    width: calc(100% - 30px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .float_btn .btn {
    width: 90%;
    padding-left: 40px;
  }
}
.float_btn:hover {
  opacity: 0.8;
}

.campaign {
  position: relative;
  padding: 40px 0 130px;
  background: #fff2f5;
}
@media only screen and (max-width: 767px) {
  .campaign {
    padding: 50px 16px 100px;
  }
}
.campaign .detail {
  margin: 0 auto;
  max-width: 1110px;
  width: 100%;
  border: 4px solid #e91e63;
  border-radius: 10px;
  background: #fff;
}
.campaign .detail .ttl {
  padding: 20px;
  border-bottom: 2px solid #e91e63;
  color: var(--main, #202020);
  text-align: center;
  letter-spacing: 10%;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .campaign .detail .ttl {
    padding: 15px;
    font-size: 20px;
    line-height: 30px;
  }
}
.campaign .detail .ttl .link {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.campaign .detail .ttl .link:hover {
  opacity: 0.8;
}
.campaign .detail .ttl span {
  color: #e91e63;
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .campaign .detail .ttl span {
    font-size: 36px;
  }
}
.campaign .detail .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  .campaign .detail .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.campaign .detail .flex > div {
  padding: 0 40px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .campaign .detail .flex > div {
    padding: 20px 18px;
    width: 100%;
  }
}
.campaign .detail .flex > div + div {
  border-left: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .campaign .detail .flex > div + div {
    padding-top: 0;
    border: none;
  }
}
.campaign .detail .flex .ttl2 {
  margin-bottom: 15px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 20px;
  font-family: "Noto Sans TC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, Meiryo, sans-serif;
  line-height: 28.96px;
}
@media only screen and (max-width: 767px) {
  .campaign .detail .flex .ttl2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23.17px;
  }
}
.campaign .detail .flex ul li {
  position: relative;
  padding-left: 24px;
  letter-spacing: 10%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .campaign .detail .flex ul li {
    padding-left: 20px;
    font-size: 14px;
  }
}
.campaign .detail .flex ul li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.campaign .detail .flex .ttl3 {
  margin-bottom: 10px;
  letter-spacing: 10%;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans TC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.campaign .detail .flex .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.campaign .detail .flex .item .label {
  display: block;
  width: 58px;
  height: 23px;
  border-radius: 2px;
  background: #e91e63;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-family: "Noto Sans TC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, Meiryo, sans-serif;
  line-height: 23px;
}
.campaign .detail .flex .item .text {
  width: calc(100% - 67px);
  color: #333;
  font-size: 14px;
  font-family: PingFang TC, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.campaign .detail .flex .item + .ttl3 {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .campaign .detail .flex .item + .ttl3 {
    margin-top: 20px;
  }
}
.campaign .detail .flex .item + .item {
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .campaign .detail .flex .item + .item {
    margin-top: 10px;
  }
}
.campaign .lead {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #e91e63;
  font-weight: 500;
  font-size: 24px;
  font-family: "Noto Sans JP";
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .campaign .lead {
    font-size: 20px;
  }
}
.campaign .lead::before {
  position: absolute;
  top: 50%;
  left: -30px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 4px;
  height: 35px;
  border-radius: 10px;
  background: #e91e63;
  content: "";
  -webkit-transform: translateY(-50%) rotate(-25deg);
  transform: translateY(-50%) rotate(-25deg);
}
.campaign .lead::after {
  position: absolute;
  top: 50%;
  right: -30px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 4px;
  height: 35px;
  border-radius: 10px;
  background: #e91e63;
  content: "";
  -webkit-transform: translateY(-50%) rotate(25deg);
  transform: translateY(-50%) rotate(25deg);
}
.campaign .campaign_img1 {
  display: block;
  margin: 60px auto 70px;
  max-width: 1110px;
}
@media only screen and (max-width: 767px) {
  .campaign .campaign_img1 {
    margin: 50px -14px 40px 0;
    width: calc(100% + 14px);
  }
}
.campaign .app_img1 {
  position: relative;
  right: -85px;
  display: block;
  margin: 0 auto 60px;
  max-width: 1275px;
}
@media only screen and (max-width: 1275px) {
  .campaign .app_img1 {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .campaign .app_img1 {
    right: 0;
    margin: 0 -16px 46px calc(12.3vw - 16px);
    width: 87.7vw;
  }
}
.campaign .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 28px;
}
.campaign .snsList img {
  width: 55px;
}
.campaign .btnVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 28px;
}
@media only screen and (max-width: 767px) {
  .campaign .btnVox {
    gap: 18px;
  }
}
.campaign .btnVox a {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.campaign .btnVox a:hover {
  opacity: 0.7;
}
.campaign .btnVox .btn_app {
  width: 185px;
}
.campaign .btnVox .btn_gp {
  width: 230px;
}
.campaign .btnVox {
  margin: 25px 0 0;
}
.campaign .vox02 {
  margin: 60px auto 32px;
  padding: 24px;
  max-width: 1110px;
  width: 100%;
  border-radius: 6px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .campaign .vox02 {
    margin: 37px auto;
  }
}
.campaign .vox02 h3 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 20px;
}
.campaign .vox02 .list01 {
  font-size: 16px;
}
.campaign .vox02 .list01 li {
  position: relative;
  padding-left: 25px;
}
.campaign .vox02 .list01 li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.campaign .vox03 {
  text-align: center;
}
.campaign .vox03 h3 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .campaign .vox03 h3 {
    font-size: 18px;
  }
}

.close {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.close span {
  position: relative;
  display: inline-block;
  padding: 1em;
  font-weight: bold;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .close span {
    font-size: 22px;
  }
}

.bg-gray-900 {
  background-color: #2f353e !important;
}

/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  .pcDspNone {
    display: none !important;
  }
  .trOp01 {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .trOp01:hover, .trOp01.active {
    opacity: 0.7;
  }
} /*  @media END */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
  .spDspNone {
    display: none !important;
  }
  .main .fS02 span {
    font-size: 14px;
  }
  .main .bnrVoxS01 {
    margin: 20px 0 0;
  }
  .main .linkTxtS01 {
    font-size: 15px;
  }
  .main .linkTxtS01 a {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    font-weight: bold;
  }
  .main .linkTxtS01 a:after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin: auto;
    content: "";
  }
  .main .sebSecS01 {
    margin: 40px 0 0;
  }
  .main .sebSecS01 h3 {
    margin-bottom: 30px;
  }
  .main .mmBtn {
    padding: 15px 25px;
    max-width: 100%;
  }
  .secInner {
    padding: 0 4%;
  }
  .campaignVox {
    padding: 20px;
    max-width: 93%;
  }
  .campaignVox .txt {
    font-size: 18px;
  }
  .secVox {
    margin-bottom: 60px;
    padding: 65px 0 40px;
  }
  .secVox .head {
    margin: 0 auto 20px;
  }
  .secVox .head .inner {
    padding: 0;
    width: 100%;
  }
  .secVox .head h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .secVox .head h2 span {
    padding-right: 42px;
  }
  .secVox .head h2 span:after {
    width: 30px;
    height: 30px;
  }
  .secVox .head .fS01 {
    line-height: 1.3;
  }
  .secVox .head .fS01 span {
    font-size: 14px;
  }

  /*sp-共通-start*/
  .spVoxS01 {
    display: block;
    margin-bottom: 10px;
  }
  .spVoxS01 .left {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 10px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px dashed #fff;
  }
  .spVoxS01 .left .imgTxt {
    display: none;
  }
  .spVoxS01 .left .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .spVoxS01 .left .txt .s {
    font-size: 15px;
  }
  .spVoxS01 .left .txt .l {
    font-size: 32px;
    line-height: 1.1;
  }
  .spVoxS01 .couponVox {
    margin: 10px auto 0;
    padding: 6px 10px;
    width: 250px;
  }
  .spVoxS01 .couponVox .sub {
    font-size: 16px;
  }
  .spVoxS01 .couponVox .input {
    font-size: 20px;
  }
  .spVoxS01 .right {
    padding: 15px 10px;
  }
  .spVoxS01 .right .txt {
    font-size: 16px;
  }
  .spVoxS01 .right ul li {
    font-size: 13px;
  }
  
  /*共通-start*/
  .itemVoxS01 .spScrollInner {
    overflow-x: scroll;
    margin-right: -16px;
  }
  .itemVoxS01 .flexInner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 40px 15px;
    padding: 20px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .itemVoxS01 .item {
    -webkit-filter: none;
    filter: none;
  }
  .itemVoxS01 .item .imgVox .catch {
    max-width: 87%;
  }
  .itemVoxS01 .item .txtVox {
    padding: 5px 15px 15px;
  }
  .itemVoxS01 .item .txtVox .top {
    padding-bottom: 10px;
  }
  .itemVoxS01 .item .txtVox .place {
    margin-bottom: 0.25em;
    font-size: 13px;
  }
  .itemVoxS01 .item .txtVox .txt {
    font-size: 16px;
  }
  .itemVoxS01 .item .txtVox .price {
    font-size: 13px;
  }
  .itemVoxS01 .linkTxt {
    margin: 10px 0 0;
  }
}

/* snow */
.snowVox .itemVox02 {
  margin: 0 auto 110px;
  max-width: 1110px;
  width: 100%;
}
.snowVox .itemVox02 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 15px;
}
.snowVox .itemVox02 .list li {
  width: 256px;
}
.snowVox .itemVox02 .list li a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #cde3fa;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .2);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.snowVox .itemVox02 .list li a :hover {
  opacity: 0.8;
}

.snowVox .itemVox02 .list li a .ico {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  width: 46px;
}
.snowVox .itemVox02 .list li a .ico img {
  border-radius: 0 0 5px 0;
}
.snowVox .itemVox02 .list li a .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 39.065%;
}
.snowVox .itemVox02 .list li a .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.snowVox .itemVox02 .list li a .txt {
  font-weight: 600;
  text-align: center;
  padding: 13px;
}
.snowVox .itemVox02 .list li a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: #cde3fa;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .2);
}

@media only screen and (max-width: 767px) {
  .snowVox .itemVox02 {
      margin: 30px 0 0;
  }
  .snowVox .itemVox02 .list {
    gap: 10px 0;
    justify-content: space-between;
  }
  .snowVox .itemVox02 .list li {
    width: 48%;
  }
  .snowVox .itemVox02 .list li a .img {
    padding-top: 53.4%;
  }
  .snowVox .itemVox02 .list li a .txt {
    font-size: 14px;
    padding: 8px;
  }
}