@charset "utf-8";
:root {
  --main-color-01: #0071bb;
  --main-color-light: #e7f2fd;
  --sub-color-01: #00b745;
  --sub-color-02: #fff000;
  --sub-font: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  scroll-padding-top: clamp(42px, 11.2vw, 72px);
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Meiryo", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 75%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.sp {
  display: none;
}

.mt1em {
  margin-top: 1em;
}

.header-logo {
  max-width: 1248px;
  margin: 0 auto;
  padding: 16px 24px;
}

.header-logo img {
  max-width: 190px;
}

.page-link__list {
  display: flex;
  justify-content: space-between;
  max-width: 924px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-link__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 8px 10px;
}

.page-link__item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 39px;
  background-color: #cbcbcb;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.page-link__item:last-child::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 39px;
  background-color: #cbcbcb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .header-logo {
    padding: 12px 16px;
  }
  .header-logo img {
    max-width: 210px;
    width: 29.86vw;
  }
  .page-link__list {
    max-width: 88%;
    padding: 0;
  }
  .page-link__item {
    padding: 6px 3px;
  }
  .page-link__item::before {
    height: 69%;
  }
  .page-link__item:last-child::after {
    height: 69%;
  }
}

.coupon__inner {
  background-color: #fff500;
  padding-top: 40px;

  @media screen and (max-width: 960px) {
    padding-top: 4vw;
    padding-bottom: 5vw;
  }
}

.page-coupon .coupon__inner {
  /* background-color: inherit; */
  padding-bottom: 77px;
}

.coupon__top {
  /* background-color: #bf1919; */
}

.coupon-details {
  max-width: 1354px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  container-type: inline-size;
}

.page-coupon .coupon-details {
  /* max-width: 1240px;
  padding-top: 12px;
  margin-bottom: 70px; */
  max-width: none;
}

.page-coupon .coupon-details img {
  max-width: none;
  width: 100%;
}

.coupon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 421px;
  width: 100%;
  height: 46px;
  font-size: 22px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #f63868;
  border-radius: 16px;
  position: absolute;
  right: 0;
  left: 56px;
  bottom: 125px;
  margin: auto;
  box-shadow: 0px 5px 0px 0px #c21843;
  line-height: 100%;
  transition: all 0.3s;
}

.coupon-btn::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/icon_arrow_large.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.6em;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.coupon-btn:hover {
  background-color: #fb6188;
}

.coupon-btn:hover::after {
  transform: translateX(3px);
}

.coupon-btn + p {
  position: absolute;
  bottom: 50px;
  left: 430px;
  line-height: 1.4;
  font-size: 13px;
  font-feature-settings: "palt";
}

.coupon-other {
  max-width: 1354px;
  margin: 0 auto;
  position: relative;
  container-type: inline-size;
}

.coupon-other p {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  width: max-content;
  line-height: 1.4;
  font-size: 13px;
  text-align: center;
  font-feature-settings: "palt";
}

.otoku2 p {
  font-size: 13px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 60px;
  text-align: center;
  font-feature-settings: "palt";
}

.otoku2 p br {
  display: none;
}

.otoku3 {
  padding-bottom: 60px;
}

.rentacar-btn {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: 234px;
  right: 0;
  left: -360px;
  margin: auto;
  font-feature-settings: "palt";
}

.rentacar-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 388px;
  width: 100%;
  height: 46px;
  font-size: 24px;
  font-weight: bold;
  font-family: var(--sub-font);
  color: #fff;
  background-color: var(--main-color-01);
  border-radius: 18px;
  margin: 10px auto 0;
  padding-top: 2px;
  position: relative;
  font-feature-settings: normal;
}

.rentacar-btn a::after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(../img/btn-arrow.webp) no-repeat;
  background-size: cover;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.rentacar-btn a:hover {
  background-color: #72bc3f;
}

@container (max-width: 1353px) {
  .coupon-btn {
    max-width: 32%;
    height: 3.5vw;
    font-size: 1.8vw;
    border-radius: 1.46vw;
    bottom: 9vw;
    left: 4vw;
  }
  .coupon-btn + p {
    bottom: 3.5vw;
    left: 32vw;
    font-size: 1vw;
  }
  .coupon-other p {
    bottom: 3.5vw;
    font-size: 1vw;
  }
  .otoku2 p {
    font-size: 1vw;
    bottom: 4.5vw;
  }
  .rentacar-btn {
    top: 17.2vw;
    left: -26.5vw;
    font-size: 1.34vw;
  }
  .rentacar-btn a {
    max-width: 22.7%;
    height: 3.5vw;
    font-size: 1.8vw;
    border-radius: 1.46vw;
  }
}

@media screen and (max-width: 960px) {
  .page-coupon .coupon__inner {
    padding-bottom: 11.7vw;
  }
  .page-coupon .coupon-details {
    padding-top: 0;
    margin-bottom: 0;
  }
  .coupon-btn {
    max-width: 62%;
    height: 7.5vw;
    font-size: 3.73vw;
    border-radius: 2.86vw;
    bottom: 23.5vw;
    left: -13vw;
  }
  .coupon-btn::after {
    width: 4vw;
    height: 4vw;
    right: 3vw;
  }
  .coupon-btn + p {
    bottom: 10vw;
    left: 9vw;
    font-size: 2.26vw;
    line-height: 1.6;
  }
  .coupon-other {
    padding-bottom: 12px;
  }
  .coupon-other p {
    bottom: 13vw;
    left: 13vw;
    right: auto;
    width: auto;
    font-size: 2.26vw;
    line-height: 1.6;
    text-align: left;
  }
  .otoku2 p {
    bottom: 10vw;
    left: 11vw;
    font-size: 2.26vw;
    line-height: 1.6;
    text-align: left;
  }
  .otoku2 p br {
    display: block;
  }
  .rentacar-btn {
    top: 66vw;
    left: 0;
    font-size: 3.2vw;
  }
  .rentacar-btn a {
    max-width: 60.8%;
    height: 7.2vw;
    font-size: 3.73vw;
    border-radius: 2.86vw;
  }
  .rentacar-btn a::after {
    width: 1.86vw;
    height: 3.05vw;
    right: 1.86vw;
  }
  .otoku3 {
    padding-bottom: 5vw;
  }
}

.favorite-hotel {
  background-color: #0080c9;
  padding: 80px 0 102px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.favorite-hotel::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../img/favorite-hotel-wave.webp) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -10px;
}

.favorite-hotel__inner {
  max-width: 1295px;
  margin: auto;
  background: url(../img/favorite-hotel-bg.webp) no-repeat;
  background-size: 100%;
  position: relative;
}

.favorite-hotel__inner::before {
  content: "";
  display: block;
  width: 84px;
  height: 82px;
  background: url(../img/yashi.webp) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -116px;
  z-index: 1;
  left: 130px;
}

.favorite-hotel__inner::after {
  content: "";
  display: block;
  width: 84px;
  height: 82px;
  background: url(../img/yashi2.webp) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -116px;
  z-index: 1;
  right: 130px;
}

.favorite-hotel-title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 9.102px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto 20px;
}

.carousel {
  display: none;
}

.carousel.slick-initialized {
  display: block;
}

.comming-soon {
  max-width: 746px;
  margin: auto;
}

.favorite-hotel-wrap {
  max-width: 920px;
  margin: auto;
  padding: 40px 52px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 8px 8px 0px 0px var(--sub-color-02);
  position: relative;
}

/* .favorite-hotel-wrap::before {
  content: "";
  display: block;
  width: 121px;
  height: 121px;
  background: url(../img/oshi.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: -31px;
  left: -40px;
  z-index: 1;
} */

.favorite-hotel-wrap .favorite-hotel-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
}

.favorite-hotel-wrap .hotel-detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  flex: 1;
}

.hotel-detail-img {
  width: 41.7%;
}
.hotel-detail-img {
  aspect-ratio: 1 / 1;
}
.hotel-detail-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel-detail-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.favorite-hotel-wrap .hotel-detail-special {
  display: flex;
  position: relative;
  padding: 30px 20px 20px;
  margin-top: 32px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  border: 2px solid #1571bb;
  background: #fffdd2;
}

.favorite-hotel-wrap .hotel-detail-special-title {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}

  .favorite-hotel-wrap .hotel-detail-special-title img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 410px;
}
@media screen and (max-width: 960px) {
  .favorite-hotel-wrap .hotel-detail-special-title img {
    width: 94.2%;
  }
}

.favorite-hotel-wrap .hotel-detail-special p {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  gap: 4px;
  width: 100%;
  /* flex-wrap: wrap; */
  padding-bottom: 10px;
  margin-bottom: 12px;
  color: #00569b;
  font-size: 15px;
  font-weight: 700;
  line-height: 125%;
  word-break: break-word;
}
.favorite-hotel-wrap .hotel-detail-special p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.favorite-hotel-details .hotel-detail-special p:last-child::after {
  content: none;
}

@media screen and (max-width: 960px) {
  .favorite-hotel-wrap .hotel-detail-special p {
    padding-bottom: 8px;
    font-size: 12px;
  }
}

.favorite-hotel-wrap .hotel-detail-special p::before {
  display: inline-flex;
  flex-shrink: 0;
  content: "";
  width: 19px;
  height: 19px;
  aspect-ratio: 1/1;
  background-image: url("../img/icon_star.webp");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .favorite-hotel-wrap .hotel-detail-special p::before {
    width: 15px;
    height: 15px;
  }
}

.favorite-hotel-wrap .hotel-detail-special p::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: url("../img/line_dashed.svg");
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.favorite-hotel-wrap .hotel-detail-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
}

.favorite-hotel-wrap .hotel-detail-link a {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  height: auto;
  padding: 22px 8px;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  background-color: #1571bb;
  border-radius: 16px;
  position: relative;
  box-shadow: 0px 8px 0px 0px #154e97;
  transition: all 0.3s;
}

.favorite-hotel-wrap .hotel-detail-link a::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/icon_arrow_large.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.favorite-hotel-wrap .hotel-detail-link a:hover {
  background-color: #2689d8;
}

.favorite-hotel-wrap .hotel-detail-link a:hover::after {
  transform: translateX(3px);
}

.favorite-hotel-wrap .slick-dots {
  display: flex;
  justify-content: center;
  left: 0;
  bottom: -46px;
}

@media screen and (max-width: 960px) {
  .favorite-hotel-wrap .slick-dots {
    bottom: -30px;
  }
}

.favorite-hotel-wrap .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .favorite-hotel-wrap .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

.favorite-hotel-wrap .slick-dots li:hover,
.favorite-hotel-wrap .slick-dots li.slick-active {
  background: #fef502;
}

.favorite-hotel-wrap .slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.favorite-hotel-wrap.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.favorite-hotel-wrap .slick-prev,
.favorite-hotel-wrap .slick-next {
  z-index: 0;
  width: 64px;
  height: 64px;
}

.favorite-hotel-wrap .slick-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.favorite-hotel-wrap .slick-next {
  right: 0;
  transform: translate(50%, -50%);
}

.favorite-hotel-wrap .slick-prev:before,
.favorite-hotel-wrap .slick-next:before {
  content: "";
  display: flex;
  padding: 8px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: center;
  background-color: #fef502;
  border: 3px solid #1571bb;
  border-radius: 999px;
  opacity: 1;
}

.favorite-hotel-wrap .slick-prev:before {
  background-image: url(../img/icon_arrow_left.svg);
}

.favorite-hotel-wrap .slick-next:before {
  background-image: url(../img/icon_arrow_right.svg);
}

.hotel-details-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.25;
}

.favorite-hotel-details p {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .favorite-hotel {
    padding: 40px 0 70px;
  }
  .favorite-hotel::after {
    background-image: url(../img/favorite-hotel-wave_sp.webp);
  }
  .favorite-hotel__inner {
    background: url(../img/favorite-hotel-bg_sp.webp) no-repeat;
    background-size: 100%;
  }
  .favorite-hotel__inner::before {
    width: 8vw;
    height: auto;
    aspect-ratio: 84/82;
    bottom: -78px;
    left: 3%;
  }
  .favorite-hotel__inner::after {
    width: 8vw;
    height: auto;
    aspect-ratio: 84/82;
    bottom: -78px;
    right: 3%;
  }
  .favorite-hotel-title {
    padding: 0 8px;
    margin: 0 auto 12px;
    align-items: center;
    gap: 4px;
  }
  .comming-soon {
    margin: 0 15%;
  }
  .favorite-hotel-wrap {
    padding: 4.8vw 6vw;
    box-shadow: 1.3vw 1.3vw 0px 0px var(--sub-color-02);
    width: calc(100% - 36px - 16px);
  }
  .favorite-hotel-wrap .favorite-hotel-details {
    gap: 12px;
  }
  .favorite-hotel-wrap::before {
    width: 24vw;
    height: 24vw;
    top: -1.25vw;
    left: -3vw;
  }
  .favorite-hotel-wrap .slick-prev {
    left: 0;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
  }
  .favorite-hotel-wrap .slick-next {
    right: 0;
    transform: translateX(50%);
    width: 36px;
    height: 36px;
  }
  .favorite-hotel-wrap .slick-prev:before,
  .favorite-hotel-wrap .slick-next:before {
    width: 100%;
    height: 100%;
    border-width: 2px;
  }
  .hotel-details-title {
    font-size: 5.33vw;
    margin-bottom: 8px;
  }
  .favorite-hotel-details p {
    font-size: 3.2vw;
  }
}

.plan-title {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 0 7px;
}

.plan-list {
  background: url(../img/bg-01.webp);
}

.plan-list__inner {
  max-width: 1056px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px 110px;
}

.plan-list-title {
  max-width: 850px;
  margin: 0 auto 12px;
}

.tours-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 18px;
}

.tours-list__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1.5px solid var(--main-color-01);
  box-shadow: 4px 4px 0px 0px var(--sub-color-02);
  border-radius: 10px;
  padding: 13px 14px 12px;
  min-height: 438px;
}

.plan-02 .tours-list__item {
  border: 1.5px solid var(--sub-color-01);
}

.tours-list__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px;
  min-height: 3.75em;
  font-feature-settings: "palt";
}

.plan-02 .tours-list__title {
  font-size: 20px;
  line-height: 1.35;
}

.plan-02 .tours-list__title span {
  font-size: 19px;
}

.tours-list__text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 15px 15px;
  font-feature-settings: "palt";
}

.tours-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 51px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background-color: var(--main-color-01);
  border-radius: 10px;
  margin-top: auto;
  position: relative;
}

.plan-02 .tours-list__link {
  background-color: var(--sub-color-01);
}

.tours-list__link:hover {
  background-color: #72bc3f;
}

.tours-list__link::after {
  content: "";
  display: block;
  width: 10px;
  height: 16.3px;
  background: url(../img/btn-arrow.webp) no-repeat;
  background-size: cover;
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.plan-list__sub-text {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.plan-list__sub-text span {
  font-size: 37px;
  color: var(--sub-color-01);
  text-decoration: underline;
}

.plan-list__sub-text-sub {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.tours-list__check {
  margin-top: 28px;
}

.to-toppage {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 660px;
  width: 100%;
  height: 63px;
  font-size: 27px;
  font-weight: bold;
  font-family: var(--sub-font);
  color: #fff;
  background-color: var(--sub-color-01);
  border-radius: 15px;
  margin: 75px auto -30px;
  padding-top: 5px;
  position: relative;
}

.to-toppage:hover {
  background-color: #72bc3f;
}

.to-toppage::after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(../img/btn-arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.other-serch {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 660px;
  width: 100%;
  height: 63px;
  font-size: 27px;
  font-weight: bold;
  font-family: var(--sub-font);
  color: #fff;
  background-color: var(--main-color-01);
  border-radius: 15px;
  margin: 6px auto -30px;
  padding-top: 4px;
  position: relative;
}

.other-serch:hover {
  background-color: #72bc3f;
}

.other-serch::after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(../img/btn-arrow.webp) no-repeat;
  background-size: cover;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .plan-title {
    max-width: 92%;
    padding: 3.5px 0;
  }
  .plan-list__inner {
    padding: 7px 0 8.9vw;
  }
  .plan-list-title {
    max-width: 97.3%;
    margin: 0 auto 8px;
  }
  .tours-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 1.73vw;
    padding: 0 6%;
  }
  .tours-list__item {
    box-shadow: 2px 2px 0px 0px var(--sub-color-02);
    border-radius: 1.33vw;
    padding: 1.73vw;
    min-height: 259px;
  }
  .tours-list__title {
    font-size: 3vw;
    padding: 1.86vw 1.3vw;
  }
  .plan-02 .tours-list__title {
    font-size: 3.46vw;
    line-height: 1.2;
  }
  .plan-02 .tours-list__title span {
    font-size: 3.46vw;
  }
  .tours-list__text {
    font-size: 2.66vw;
    padding: 0 1.6vw 15px;
  }
  .tours-list__link {
    height: 7.33vw;
    font-size: 3.33vw;
    border-radius: 1.33vw;
  }
  .tours-list__link::after {
    width: 1.3vw;
    height: 2.127vw;
    right: 1.86vw;
  }
  .plan-list__sub-text {
    font-size: 4.4vw;
    margin-top: 5.33vw;
  }
  .plan-list__sub-text span {
    font-size: 4.93vw;
  }
  .plan-list__sub-text-sub {
    font-size: 3.33vw;
  }
  .to-toppage {
    height: 8.4vw;
    font-size: 3.6vw;
    border-radius: 2vw;
    margin: 8vw auto 0;
  }
  .to-toppage::after {
    width: 1.86vw;
    height: 3.05vw;
    right: 1.86vw;
  }
  p:has(.to-toppage) {
    padding: 0 6%;
  }
  .other-serch {
    height: 8.4vw;
    font-size: 3.6vw;
    border-radius: 2vw;
    margin: 2.8vw auto 0;
  }
  .other-serch::after {
    width: 1.86vw;
    height: 3.05vw;
    right: 1.86vw;
  }
  p:has(.other-serch) {
    padding: 0 6%;
  }
}

.support__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 70px 30px 60px;
}

.support-top-img {
  margin-bottom: 30px;
}

.support-contents__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 28px;
}

.support-contents__item {
  background-color: var(--main-color-light);
  border-radius: 10px;
  padding: 15px;
}

.support-contents__item__inner {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 32px;
}

.support-contents__title {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  background-color: var(--main-color-01);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 20px;
}

.support-contents__title span {
  font-size: 15px;
  position: relative;
  top: -5px;
}

.support-contents__inwrap {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}

.support-contents__img {
  flex-shrink: 0;
  max-width: 105px;
}

.support-contents__item:nth-of-type(2) .support-contents__img {
  max-width: 117px;
}

.support-contents__text {
  max-width: 240px;
  font-size: 19px;
  font-weight: bold;
  padding-top: 3px;
}

.support-details-title {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: var(--main-color-light);
  border-radius: 10px;
  padding: 40px 20px;
  margin-bottom: 30px;
  font-feature-settings: "palt";
}

.support-details-title span {
  font-size: 19px;
}

.support-details-text {
  font-weight: bold;
  color: #4d4d4d;
  font-feature-settings: "palt";
}

.support-details-text > p {
  margin-left: 1em;
  text-indent: -1em;
}

/* .support-details-text > p:first-child {
  margin-bottom: 2em;
} */

.support-company {
  margin-top: 3em;
}

@media screen and (max-width: 960px) {
  .support__inner {
    padding: 23px 6% 20px;
  }
  .support-top-img {
    margin-bottom: 8px;
  }
  .support-contents__inwrap {
    flex-direction: column;
    gap: 3px;
  }
  .support-contents__list {
    gap: 2.4vw;
    margin-bottom: 10px;
  }
  .support-contents__item {
    border-radius: 1.33vw;
    padding: 2vw;
  }
  .support-contents__item__inner {
    border-radius: 1.33vw;
    padding: 1.73vw;
  }
  .support-contents__title {
    font-size: 3.6vw;
    border-radius: 1.46vw;
    padding: 1.33vw;
    margin-bottom: 5px;
  }
  .support-contents__title span {
    font-size: 2vw;
    top: -2.5px;
  }
  .support-contents__img {
    flex-shrink: 1;
    max-width: 13.3vw;
    margin: 0 auto;
  }
  .support-contents__item:nth-of-type(2) .support-contents__img {
    max-width: 15vw;
  }
  .support-contents__text {
    max-width: none;
    font-size: 2.66vw;
    padding-top: 0;
  }
  .support-details-title {
    font-size: 3.46vw;
    border-radius: 1.33vw;
    padding: 3.2vw 2.66vw;
    margin-bottom: 10px;
  }
  .support-details-title span {
    font-size: 2.66vw;
  }
  .support-details-text {
    font-size: 2.13vw;
  }
  /* .support-details-text > p:first-child {
    margin-bottom: 1em;
  } */
  .support-company {
    margin-top: 2em;
  }
}

.pagetop-btn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
}

.footer__inner {
  background-color: #f2f2f2;
  text-align: center;
  padding: 30px 0;
}

@media screen and (max-width: 960px) {
  .pagetop-btn {
    bottom: 20px;
    right: 15px;
    max-width: 78px;
    width: 10.4vw;
  }
  .footer__inner {
    padding: 4vw 0;
  }
  .footer-logo {
    max-width: 261px;
    width: 34.66vw;
    margin: 0 auto;
  }
}

.coupon-contents {
  max-width: 1060px;
  margin: 180px auto 0;
  padding: 0 30px;
}

.coupon-contents__inner {
  border: 5px solid #000;
  /* margin-bottom: 70px; */
}

.coupon-contents__inner__wrapper {
  max-width: 748px;
  margin: 0 auto;
}

.coupon-contents__title {
  max-width: 740px;
  margin: -146px auto 8px;
  padding: 0 28px;
  background-color: #fff500;
}

.coupon-contents__title-sub {
  max-width: 585px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 14px;
  text-align: center;
  margin: 0 auto 35px;
  font-feature-settings: "palt";
}

.coupon-ticket__head-text {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}

.coupon-ticket__item {
  position: relative;
  margin-top: 5px;
}

.coupon-code {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 453px;
  width: 100%;
  height: 53px;
  font-size: 33px;
  font-weight: bold;
  font-family: Meiryo, sans-serif;
  color: #fff;
  background-color: var(--main-color-01);
  border-radius: 21px;
  position: absolute;
  right: 0;
  left: -100px;
  bottom: 40px;
  margin: auto;
  padding-top: 5px;
}

.coupon-code::after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(../img/btn-arrow.webp) no-repeat;
  background-size: cover;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.coupon-code:hover {
  background-color: #72bc3f;
}
/* .coupon-code {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  border: 1px solid #666;
  position: absolute;
  z-index: 1;
  max-width: 735px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
}

.coupon-code span {
  font-size: 23px;
  color: #666;
} */

.coupon-details__text {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 auto;
  padding: 0 25px 120px;
  font-feature-settings: "palt";
}

.coupon-details__text dt {
  margin-top: 30px;
}

.coupon-details__text dt::before {
  content: "■";
}

.coupon-details__text ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.coupon-details__text ul li {
  padding-left: 0.5em;
  position: relative;
  line-height: 1.2;
}

.coupon-details__text ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: -0.05em;
}

@media screen and (max-width: 960px) {
  .coupon-contents {
    padding: 0;
    margin-top: 12px;
  }
  .coupon-contents__inner {
    margin-bottom: 0;
    border: none;
  }
  .coupon-contents__inner__wrapper {
    max-width: none;
  }
  .coupon-contents__title {
    max-width: none;
    margin: 0 auto 3px;
    padding: 0;
  }
  .coupon-contents__title-sub {
    max-width: 78%;
    font-size: 3.46vw;
    border-radius: 1.86vw;
    margin: 0 auto 4vw;
  }
  .coupon-ticket__head-text {
    font-size: 3.06vw;
    margin-bottom: 0.7vw;
  }
  .coupon-ticket__item {
    margin-top: 0;
    padding: 0;
  }
  .coupon-code {
    height: 7.06vw;
    font-size: 4.4vw;
    max-width: 60.4%;
    border-radius: 2.8vw;
    left: -9.33vw;
    bottom: 6.5vw;
    padding-top: 0.7vw;
  }
  .coupon-code::after {
    width: 1.86vw;
    height: 3.05vw;
    right: 1.86vw;
  }
  /* .coupon-code span {
    font-size: 3.2vw;
  } */
  .coupon-details__text {
    max-width: 76.6%;
    font-size: 2.66vw;
    margin: 0 auto;
    padding: 0;
  }
  .coupon-details__text dt {
    margin-top: 2.4vw;
  }
}

.js-fix-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  border-top: 5px solid #0080c9;
  margin-top: -5px;
}

.jal-service-details {
  width: 100vw;
  background-color: #ededed;
  margin: 0 calc(50% - 50vw);
  padding-top: 15px;
  padding-bottom: 52px;
}

.jal-service-title {
  max-width: 730px;
  margin: auto;
  margin-bottom: 10px;
}

.jal-service__list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  max-width: 1060px;
  margin: auto;
  padding: 0 30px;
}

.jal-service__item {
  max-width: 312px;
  width: 100%;
  border: 1px solid #808080;
  border-radius: 10px;
  background-color: #fff;
  font-feature-settings: "palt";
  padding: 25px 0 20px;
}

.jal-service__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}

.jal-service__item-img {
  max-width: 290px;
  margin: 0 auto 25px;
}

.jal-service__item-txt {
  max-width: 280px;
  margin: auto;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

.jal-mileage {
  display: flex;
  justify-content: space-between;
  max-width: 901px;
  margin: auto;
  padding-top: 45px;
}

.jal-mileage__img {
  max-width: 344px;
  width: 100%;
}

.jal-mileage__text {
  max-width: 490px;
}

.jal-mileage__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.jal-mileage__sub-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

.jal-mileage__text p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  font-feature-settings: "palt";
}

.jal-mileage__text p:last-child {
  font-size: 15px;
  margin-top: 1em;
}

@media screen and (max-width: 960px) {
  .jal-service-details {
    padding-top: 2vw;
    padding-bottom: 5.72vw;
  }
  .jal-service-title {
    max-width: 92%;
    margin-bottom: 1.56vw;
  }
  .jal-service__list {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2.93vw;
    padding: 0 6%;
  }
  .jal-service__item {
    display: flex;
    justify-content: space-between;
    max-width: none;
    border-radius: 10px;
    padding: 1.6vw;
    padding-right: 4.6vw;
  }
  .jal-service__inner {
    max-width: 44.5%;
    padding-top: 1.5vw;
  }
  .jal-service__item-title {
    display: block;
    height: auto;
    font-size: 3.6vw;
    text-align: left;
    margin-bottom: 1vw;
    font-feature-settings: normal;
  }
  .jal-service__item-img {
    max-width: 52.7%;
    margin: 0;
  }
  .jal-service__item-txt {
    max-width: none;
    margin: auto;
    font-size: 2.53vw;
  }
  .jal-mileage {
    padding: 0 1.33vw;
    padding-top: 2.9vw;
  }
  .jal-mileage__img {
    max-width: 40.3%;
  }
  .jal-mileage__text {
    max-width: 53%;
    padding-top: 1.5vw;
  }
  .jal-mileage__title {
    font-size: 4.4vw;
    margin-bottom: 15px;
  }
  .jal-mileage__sub-title {
    font-size: 3.86vw;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .jal-mileage__text_sp {
    font-weight: 500;
    line-height: 1.3;
    padding: 0 1.75vw;
    font-feature-settings: "palt";
    margin-top: 2vw;
  }
  .jal-mileage__text_sp p {
    font-size: 2.66vw;
  }
  .jal-mileage__text_sp p:last-child {
    font-size: 2.13vw;
    margin-top: 1em;
  }
}

.modal-coupon {
  display: none;
}

.modaal-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 380px;
  width: 100%;
  height: auto;
  aspect-ratio: 380 / 361;
}

.modaal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 0;
}

.modaal-wrapper .modaal-close {
  background: #c0272d;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #fff;
}

.modaal-close::after,
.modaal-close::before {
  top: 5px;
  left: 15px;
  width: 4px;
  height: 22px;
  border-radius: 0;
  background: #fff;
}

.modaal-content-container {
  padding: clamp(16px, 4.93vw, 37px);
}

.modaal-content-container p {
  font-size: 16px;
  font-weight: bold;
}

.modaal-content-container p.coupon-code-num {
  font-size: clamp(24px, 4.53vw, 34px);
  line-height: 1.1;
  text-align: center;
  border: 1px solid;
}

.coupon-code-copy {
  font-size: clamp(24px, 4vw, 30px);
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  background-color: #c0272d;
  border-radius: 16px;
  margin-top: 13px;
  cursor: pointer;
}

.success-msg {
  display: none;
  position: fixed;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #72bc3f;
  color: #fff;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
}

.hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.combination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1354px;
  margin: 0 auto 32px;
}

.combination__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 48px 32px;
  width: 74%;
  background-color: #fff;
  border-radius: 10px;
}

.combination__inner-link:hover {
  background-color: #1571bb;
}

.combination_title {
  width: 100%;
  max-width: 600px;
}

.combination_campaign {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  width: 100%;
  max-width: 680px;
  border: 2px solid #1571bb;
  color: #fff;
  transition: opacity 0.2s;
}

.combination_campaign:hover {
  opacity: 0.8;
}

.combination_campaign p {
  display: flex;
  padding: 8px 8px 9px 8px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  align-self: stretch;
  background: #1571bb;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.combination_campaign p::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(../img/btn-arrow.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .combination_campaign p::after {
    width: 6px;
    height: 11px;
  }
}

.combination_campaign a::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: url(../img/btn-arrow.webp) no-repeat;
  background-size: contain;
  background-position: center;
  flex-direction: column;
  align-items: center;
}

.favorite-hotel-balloon {
  max-width: 560px;
  margin: 0 auto;

  @media screen and (max-width: 960px) {
    width: 80%;
  }
}

.favorite-hotel-title-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 6.9vw, 58px);
  font-weight: 700;
  line-height: 1.25;
  gap: 9.102px;

  @media screen and (max-width: 960px) {
    align-items: flex-end;
    gap: 4px;
    font-size: 7.7vw;
  }
}

.favorite-hotel-title-text-inner {
  display: flex;

  @media screen and (max-width: 960px) {
    flex-direction: column;
    align-items: center;
  }
}

.favorite-hotel-title-text::before {
  content: '';
  width: 98px;
  height: 56px;
  background: url('../img/hotel_deco_left.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;

  @media screen and (max-width: 960px) {
    width: 13.34vw;
    /* height: 30px;
    aspect-ratio: 26/15; */
  }
}

.favorite-hotel-title-text::after {
  content: '';
  width: 98px;
  height: 56px;
  background: url('../img/hotel_deco_right.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;

  @media screen and (max-width: 960px) {
    width: 13.34vw;
    /* width: 52px;
    height: 30px;
    aspect-ratio: 26/15; */
  }
}

.favorite-hotel-title-text-main {
  flex: 0 0 auto;
  color: #fef502;
  text-shadow: 2.275px 4.551px 0px #0071b8;
  /* -webkit-text-stroke-width: 2.28px;
  -webkit-text-stroke-color: #1571bb; */
}

.favorite-hotel-title-text-sub {
  flex: 0 0 auto;
  color: #fff;
  text-shadow: 2.275px 4.551px 0px #0071b8;
  /* -webkit-text-stroke-width: 2.28px;
  -webkit-text-stroke-color: #1571bb; */
}

.favorite-hotel-title-left {
  width: 18.7%;
  max-width: 185px;
}

.favorite-hotel-title-right {
  width: 15%;
  max-width: 148px;
}

.breadcrumb-container {
  display: flex;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  background-color: #0080c9;
}

.breadcrumb-inner {
  display: flex;
  width: 100%;
  max-width: 1248px;
  padding: 12px 24px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .breadcrumb-inner {
    padding: 12px 16px;
  }
}

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.breadcrumb li + li::before {
  content: ">";
  padding: 0 0.5em;
  color: #fff;
}

.breadcrumb li a {
  color: #fff;
  font-weight: 350;
  text-decoration-line: underline;
}

.breadcrumb li[aria-current="page"] {
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  .combination__inner {
    gap: 17px;
    padding: 24px 16px;
    width: 88%;
  }

  .favorite-hotel-title-text-main {
    text-shadow: 1px 2px 0px #0071b8;
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1571bb; */
  }

  .favorite-hotel-title-text-sub {
    text-shadow: 1px 2px 0px #0071b8;
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1571bb; */
  }

  .breadcrumb {
    font-size: 12px;
  }

  .favorite-hotel-wrap .hotel-detail {
    flex-direction: column;
    gap: 12px;
  }

  .hotel-detail-img,
  .hotel-detail-text {
    width: 100%;
  }

  .hotel-detail-img {
    aspect-ratio: 2 / 1;
  }

  .favorite-hotel-wrap .hotel-detail-link a {
    margin-bottom: 5px;
    padding: 14px 8px;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 0px #154e97;
  }

  .favorite-hotel-wrap .hotel-detail-link a::after {
    width: 18px;
    height: 18px;
  }

  .favorite-hotel-wrap .hotel-detail-special {
    margin-top: 24px;
    padding: 22px 14px 14px 14px;
  }

  .favorite-hotel-wrap .hotel-detail-special::before {
    top: -10%;
    left: 10%;
    width: 80%;
    aspect-ratio: 230/27;
  }
}

.card {
  display: flex;
  padding: 48px 56px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
  background: #fff;
}

.card__coupon__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.card__coupon__title {
  display: flex;
  width: 856px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.card__coupon__title p {
  color: #0054ae;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.card__coupon__body {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}

.card__coupon__body__head {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 108px;
  pointer-events: none;
}

.card__coupon__body__inner {
  display: flex;
  position: relative;
  padding: 40px 40px 48px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
  background: #ffe8ee;
}

.card__coupon__image {
  position: relative;
}

.card__coupon__code__wrap {
  display: flex;
  position: absolute;
  left: 64px;
  bottom: 52px;
  width: 552px;
  height: 69px;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 3px solid #000;
  background: #f3f4f5;
}

.card__coupon__code__label {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.card__coupon__code {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.card__coupon__description {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
  padding-top: 8px;
}

.card__coupon__button {
  display: flex;
  position: relative;
  width: 560px;
  height: 84px;
  padding: 8px 16px 8px 0;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #ff275d;
  box-shadow: 0 8px 0 0 #c21843;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 125%;
  cursor: pointer;
}

.card__coupon__button::after {
  content: "";
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 20px;
  top: 22px;
  background-image: url("../img/icon_copy.svg");
}

.card__coupon__button:hover {
  background: #c21843;
}

/**
 * キャンペーン
 */
.campaign {
  display: flex;
  padding: 0 32px 80px 32px !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  background: #FFE75C;

  @media screen and (max-width: 960px) {
    padding: 0 16px 40px 16px !important;
  }
}

.campaign.last {
  padding-top: 0;
}

.campaign__inner {
  max-width: 1295px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;

  @media screen and (max-width: 960px) {
    gap: 40px;
  }
}

.campaign__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  max-width: 1000px;
  width: 100%;

  /* @media screen and (max-width: 960px) {
    gap: 16px;
  } */
}
.campaign__countdown {
  position: relative;
  align-self: stretch;
  padding-bottom: 48px;

  @media screen and (max-width: 960px) {
    padding-bottom: 24px;
  }
}

.campaign__countdown__balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 8px;

  @media screen and (max-width: 960px) {
    width: 100%;
  }

  img {
    width: 100%;
    height: auto;
    object-fit: cover;
    animation: bounce 2s ease-in-out infinite;
  }
}

.campaign__countdown__timer__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 4px solid #F11331;
  background: #fff;
  box-shadow: 8px 8px 40px 0 rgba(254, 170, 2, 0.8);
}

.campaign__countdown__timer {
  display: flex;
  padding: 20px 0 16px 0;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  color: #F11331;

  @media screen and (max-width: 960px) {
    padding: 10px 0 8px 0;
    flex-direction: column;
    gap: 6px;
  }
}

.campaign__countdown__timer__label {
  color: #F11331;
  text-align: center;
  font-family: Helvetica;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;

  @media screen and (max-width: 960px) {
    font-size: 15px;
  }

  span {
    color: #F11331;
    font-family: Helvetica;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;

    @media screen and (max-width: 960px) {
      font-size: 12px;
    }
  }
}

#_fs_popCDT {
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 15px;
  gap: 12px;

  @media screen and (max-width: 960px) {
    gap: 8px;
  }
}

.countdown-number {
  color: #F11331;
  text-align: center;
  font-family: Helvetica;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;

  @media screen and (max-width: 960px) {
    font-size: 32px;
  }
}

.countdown-unit {
  color: #F11331;
  text-align: center;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;

  @media screen and (max-width: 960px) {
    font-size: 13px;
  }
}

.campaign__countdown__timer__term {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  background: #F11331;
  align-self: stretch;

  @media screen and (max-width: 960px) {
    padding: 6px 0;
    font-size: 12px;
  }

  span {
    font-size: 24px;

    @media screen and (max-width: 960px) {
      font-size: 14px;
    }
  }
}

.campaign__content__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}

.campaign__content__title {
  margin: auto;
}

.campaign__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}

.campaign__content__card {
  display: flex;
  padding: 48px 56px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px;
  background: #fff;

  @media screen and (max-width: 960px) {
    padding: 24px 12px;
    gap: 20px;
    border-radius: 12px;
  }
}

.campaign__content__card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.campaign__content__card__body__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;

  p {
    color: #0054ae;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;

    @media screen and (max-width: 960px) {
      font-size: 0.755rem;
    }
  }

  img {
    @media screen and (max-width: 960px) {
      width: 323px;
    }
  }
}

.campaign__content__card__body__pink__wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}

.campaign__content__card__body__pink__background {
  display: flex;
  justify-content: space-around;
  position: absolute;
  width: 100%;
  top: -64px;
}

.campaign__content__card__body__pink__background-left {
  position: absolute;
  top: -15px;
  left: 0;
  width: 87.45px;
  height: 95.861px;

  @media screen and (max-width: 960px) {
    top: 15px;
    left: -5px;
    width: 70px;
    height: auto;
  }
}

.campaign__content__card__body__pink__background-right {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 74px;
  height: 79.086px;

  @media screen and (max-width: 960px) {
    top: 18px;
    right: 5px;
    width: 58px;
    height: auto;
  }
}

.campaign__content__card__body__pink {
  display: flex;
  padding: 40px 40px 48px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  background: #ffe8ee;
  z-index: 1;

  @media screen and (max-width: 960px) {
    padding: 20px 8px 24px 8px;
    flex: 1 0 0;
    border-radius: 12px;
  }
}

#campaign__content__card__body__pink__close__message {
  display: flex;
}

.campaign__content__card__body__pink__close__message__period {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.campaign__content__card__body__pink__close__message__period__label {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;

  @media screen and (max-width: 960px) {
    font-size: 14px;
  }
}

.campaign__content__card__body__pink__close__message__period__date {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;

  @media screen and (max-width: 960px) {
    font-size: 18px;
  }
}

.campaign__content__card__body__pink__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px;
  background: #ffe8ee;

  @media screen and (max-width: 960px) {
    gap: 13px;
  }
}

.campaign__content__card__body__pink__coupon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;

  img {
    width: 100%;
    height: auto;
    max-width: 800px;
    max-height: 334px;
    object-fit: contain;
  }

  p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.28px;

    @media screen and (max-width: 960px) {
      font-size: 2.57vw;
    }
  }
}

.campaign__content__card__body__pink__coupon__image {
  position: relative;
}

.campaign__content__card__body__pink__coupon__code {
  display: flex;
  position: absolute;
  width: 70%;
  height: auto;
  bottom: 6%;
  left: 8%;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 3px solid #000;
  background: #f3f4f5;

  @media screen and (max-width: 960px) {
    height: 20%;
    bottom: 8%;
    left: 7%;
    padding: 6px 8px;
    gap: 8px;
    border-radius: 6px;
    border: 1.214px solid #000;
  }
}

.campaign__content__card__body__pink__coupon__code__label {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;

  @media screen and (max-width: 960px) {
    font-size: 2.31vw;
  }
}

.campaign__content__card__body__pink__coupon__code__value {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  font-family: Inter;

  @media screen and (max-width: 960px) {
    font-size: 5.13vw;
  }
}

.campaign__content__card__body__pink__coupon__code__value.campaign_closed {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;

  @media screen and (max-width: 960px) {
    font-size: 12px;
  }
}

.campaign__content__card__body__pink__button {
  display: flex;
  position: relative;
  width: 92%;
  height: 84px;
  padding: 8px 16px 8px 0;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #ff275d;
  box-shadow: 0 8px 0 0 #c21843;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 125%;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Noto Sans JP";

  @media screen and (max-width: 960px) {
    height: 56px;
    padding: 0 24px 0 0;
    font-size: 20px;
    border-radius: 16px;
    box-shadow: 0 6px 0 0 #c21843;
  }
}

.campaign__content__card__body__pink__button::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("../img/icon_copy.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s;

  @media screen and (max-width: 960px) {
    width: 24px;
    height: 24px;
  }
}

.campaign__content__card__body__pink__button:hover {
  background: #FB6188;
}

.campaign__content__card__body__pink__button:hover::after {
  transform: translate(-50%, -50%) translateX(3px);
}

.campaign__content__card__body__pink__button:disabled {
  opacity: 0.2;
  background: #f63868;
  cursor: initial;
  box-shadow: none;
}

/**
* メイン
*/
.campaign__content__main {
  
  /* @media screen and (max-width: 960px) {
    margin-top: 8px;
  } */
}

/**
* head
*/
.bg__light_blue {
  background: #CFECFA !important;
  position: relative;
  padding-bottom: 98px;

  @media screen and (max-width: 960px) {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.bg__blue {
  background: #079DE7 !important;
  position: relative;
  padding-bottom: 148px;

  @media screen and (max-width: 960px) {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.bg__blue::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28px;
  background-image: url("../img/wave_skyblue_pc.svg");
  background-repeat: repeat-x;
  background-size: cover;

  @media screen and (max-width: 960px) {
    background-image: url("../img/wave_skyblue_sp.svg");
  }
}

.bg__skyblue {
  background: #CFECFA !important;
  position: relative;
  padding-top: 64px;

  @media screen and (max-width: 960px) {
    padding-top: 2px;
  }
}

.bg__skyblue::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: url("../img/bg_skyblue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  @media screen and (max-width: 960px) {
    background-image: url("../img/bg_skyblue.svg");
  }
}

.campaign__content__head__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 120px;
  align-self: stretch;

  @media screen and (max-width: 960px) {
    gap: 40px;
  }
}

.campaign__content__head {
  display: flex;
  padding: 32px 56px 48px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  background: #FFF;
  align-self: stretch;

  @media screen and (max-width: 960px) {
    padding: 16px 16px 32px 16px;
    gap: 8px;
    border-radius: 16px;
  }
}

.campaign__content__head__text {
  color: #F63868;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;

  @media screen and (max-width: 960px) {
    font-size: 20px;
  }

  .text-medium {
    font-size: 24px;

    @media screen and (max-width: 960px) {
      font-size: 14px;
    }
  }

  .text-yellow {
    color: #FED802;
  }
}

.campaign__content__head__button {
  display: flex;
  position: relative;
  width: auto;
  height: 107px;
  padding: 26px 0 32px 0;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #ff275d;
  box-shadow: 0 8px 0 0 #c21843;
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  line-height: 125%;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Noto Sans JP";
  align-self: stretch;

  @media screen and (max-width: 960px) {
    height: 60px;
    font-size: 22px;
    padding: 0 0 10px 0;
    border-radius: 16px;
    box-shadow: 0 6px 0 0 #C21843;
  }
}

.campaign__content__head__button::after {
  content: "";
  width: 42px;
  height: 42px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  background: url("../img/icon_arrow_down_pink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 24px;
  background-color: #ff275d;
  box-shadow: 0 8px 0 0 #c21843;
  animation: fadeInOut 1.2s ease-in-out infinite;

  @media screen and (max-width: 960px) {
    width: 32px;
    height: 32px;
    bottom: -12px;
  }
}

.campaign__content__head__button:hover {
  background: #FB6188;
}

.campaign__content__head__image {
  /* @media screen and (max-width: 960px) {
    padding-bottom: 40px;
  } */
}

/**
* ご心配
*/
.campaign__content__worry {
  padding-bottom: 64px;

  @media screen and (max-width: 960px) {
    padding-bottom: 12px;
  }
}

/**
* キャンセル
*/
.campaign__content__cancel__wrap {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding-top: 56px;
  padding-bottom: 56px;
  align-self: stretch;

  @media screen and (max-width: 960px) {
    padding-top: 4px;
    gap: 40px;
    padding-bottom: 24px;
  }
}

.campaign__content__cancel__inner {
  position: relative;
  padding-bottom: 40px;
  align-self: stretch;

  @media screen and (max-width: 960px) {
    padding-bottom: 12px;
  }
}

.campaign__content__cancel__more {
  display: flex;
  padding: 60px 56px 44px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 16px;
  background: #FFF;
  position: relative;

  @media screen and (max-width: 960px) {
    padding: 40px 16px 20px 16px;
    gap: 16px;
  }
}

.campaign__content__cancel__more::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 85px;
  background: url("../img/balloon_sarani.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  @media screen and (max-width: 960px) {
    width: 170px;
    height: 58px;
    top: -24px;
  }
}

.campaign__content__cancel__more__text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;

  @media screen and (max-width: 960px) {
    font-size: 16px;
  }
}

.campaign__content__cancel__more__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;

  a {
    color: #0054AE;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

    @media screen and (max-width: 960px) {
      font-size: 16px;
    }
  }

  a::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 4px;
    background: url("../img/icon_arrow_down_blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(0.1em);
  }

  a:hover {
    color: #197FC9;
    text-decoration: none;
  }
}

.campaign__content__cancel__inner::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/icon_plus_blue.svg");
  background-size: cover;
  background-position: center;

  @media screen and (max-width: 960px) {
    width: 40px;
    height: 40px;
  }
}

.campaign__content__cancel__head {
  margin: 0 auto;
  width: 90%;
  padding-bottom: 32px;

  @media screen and (max-width: 960px) {
    /* width: 80%; */
    padding-bottom: 24px;
  }
}

.campaign__content__cancel {
  display: flex;
  padding: 48px 56px;
  margin-bottom: 48px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  background: #fff;
  align-self: stretch;

  @media screen and (max-width: 960px) {
    padding: 20px 16px;
    margin-bottom: 40px;
    flex-direction: column;
    gap: 8px;
  }
}

.campaign__content__cancel__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;

  @media screen and (max-width: 960px) {
    flex-direction: column;
    gap: 8px;
  }
}

.favorite-hotel-balloon-v2 {
  position: relative;
  background-color: #FEF502;
  color: #00569B;
  font-size: clamp(14px, 2.6vw, 26px);
  font-weight: 900;
  text-align: center;
  padding: 6px 20px 8px;
  border-radius: 100px;
  margin: 0 auto 10px;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
}
  @media screen and (max-width: 750px) {
    .favorite-hotel-balloon-v2 {
      font-size: min(3.59vw,26px);
    }
  }

.favorite-hotel-balloon-v2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FEF502;
}

.favorite-hotel-balloon-v2 p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: 125%;
}
.favorite-hotel-balloon-v2-wrap {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .favorite-hotel-balloon-v2 {
    padding: 4px 12px 6px;
    margin: 0 auto 0;
  }
  .favorite-hotel-balloon-v2::after {
    border-left: 1.5vw solid transparent;
    border-right: 1.5vw solid transparent;
    border-top: 1.6vw solid #FEF502;
    bottom: -1.4vw;
  }
}
@media screen and (max-width: 430px) {
  .favorite-hotel-balloon-v2-wrap {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 390px) {
  .favorite-hotel-balloon-v2-wrap {
    margin-bottom: -12px;
  }
}

.campaign__content__cancel__title {
  display: flex;
  flex: 0 0 390px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;

  @media screen and (max-width: 960px) {
    padding-bottom: 8px;
    flex: inherit;
  }
}

.campaign__content__cancel__title__image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  @media screen and (max-width: 960px) {
    width: 80%;
    align-self: center;
  }
}

.campaign__content__cancel__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.campaign__content__cancel__list.pc {
  @media screen and (max-width: 960px) {
    display: none;
  }
}

.campaign__content__cancel__list.sp {
  display: none;

  @media screen and (max-width: 960px) {
    display: flex;
  }
}

.campaign__content__cancel__list li {
  color: #636363;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;

  @media screen and (max-width: 960px) {
    font-size: 2.83vw;
  }
}

.campaign__content__cancel__list li::before {
  content: "※";
  color: #636363;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;

  @media screen and (max-width: 960px) {
    font-size: 2.83vw;
  }
}

.campaign__content__cancel__description {
  display: flex;
  padding: 24px;
  gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  flex: 1 0 0;
  border-radius: 16px;
  border: 2px solid #ddd;

  @media screen and (max-width: 960px) {
    padding: 16px 20px;
    align-self: stretch;
  }
}

.campaign__content__cancel__description__image {
  width: 130px;
  height: 122px;
  aspect-ratio: 65/61;

  @media screen and (max-width: 960px) {
    width: 121px;
    height: 114px;
    aspect-ratio: 121/114;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.campaign__content__cancel__description__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  align-self: stretch;

  @media screen and (max-width: 960px) {
  }
}

.campaign__content__cancel__description__text__main {
  color: #000;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
  text-align: center;

  @media screen and (max-width: 960px) {
    font-size: 4.36vw;
  }

  .text-bold {
    color: #000;
    text-align: center;
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 125%;

    @media screen and (max-width: 960px) {
      font-size: 5.15vw;
    }
  }

  .text-medium {
    color: #000;
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 125%;

    @media screen and (max-width: 960px) {
      font-size: 4.11vw;
    }
  }

  .text-bold-pink {
    color: #f63868;
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 125%;

    @media screen and (max-width: 960px) {
      font-size: 7.16vw;
    }
  }
}

.campaign__content__cancel__description__text__sub {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  align-self: stretch;

  @media screen and (max-width: 960px) {
    font-size: 3.08vw;
  }
}

/**
* One Two Smileクーポン
*/
.campaign__content__coupon {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  padding-bottom: 48px;

  @media screen and (max-width: 960px) {
    padding-bottom: 32px;
  }
}

.campaign__content__coupon__inner {
  align-self: stretch;
}

.campaign__content__coupon__title {
  width: 464px;
  height: 128px;
  margin: 0 auto;

  @media screen and (max-width: 960px) {
    width: 280px;
    height: 77px;
  }

  img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/**
* ご利用方法
*/
.campaign__content__usage {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.campaign__content__usage__image {
  width: 370px;
  height: 94px;

  @media screen and (max-width: 960px) {
    width: 240px;
    height: 61px;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.campaign__content__usage__card {
  display: flex;
  padding: 48px 56px 56px 56px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
  border-radius: 16px;
  background: #fff;

  @media screen and (max-width: 960px) {
    padding: 24px 16px;
    gap: 32px;
    border-radius: 12px;
  }
}

.campaign__content__usage__card__inner {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 48px;

  @media screen and (max-width: 960px) {
    gap: 32px;
  }
}

.campaign__content__usage__card__title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
  text-align: center;

  @media screen and (max-width: 960px) {
    font-size: 5vw;
  }

  .text-pink {
    color: #f63868;
  }
}

.campaign__content__usage__card__step__text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;

  @media screen and (max-width: 960px) {
    font-size: 3.6vw;
  }
}

.campaign__content__usage__card__steps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;

  @media screen and (max-width: 960px) {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.campaign__content__usage__card__step {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}

.campaign__content__usage__card__arrow {
  display: flex;
  width: 24px;
  justify-content: center;
  align-items: center;
  margin-block: 12%;

  @media screen and (max-width: 960px) {
    margin: 0 auto;
  }

  img {
    width: 100%;
    height: 46px;

    @media screen and (max-width: 960px) {
      transform: rotate(90deg);
    }
  }
}

.campaign__content__usage__card__step__label {
  display: flex;
  position: absolute;
  top: -15.831px;
  left: 50%;
  transform: translateX(-50%);
  height: 32px;
  padding: 1px 14px 0 14px;
  margin-top: 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 999px;
  background: #1571bb;
  font-family: Inter;

  @media screen and (max-width: 960px) {
    height: 6.67vw;
    font-size: 4.62vw;
  }
}

.campaign__content__usage__card__step__image {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #e0effb;
  box-shadow: 0 -8px 16px 0 rgba(62, 79, 91, 0.05) inset;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
}

/**
* CTA
*/
.campaign__content__cta {
  padding: 40px 56px 48px 56px;
  border-radius: 16px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  align-self: stretch;
  text-align: center;

  @media screen and (max-width: 960px) {
    padding: 24px 16px 32px 16px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.5);
  }
}

.campaign__content__cta::before {
  content: "";
  position: absolute;
  left: -33.933px;
  top: -36.58px;
  width: 100px;
  height: 117.758px;
  background-image: url("../img/img_hibiscus.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  @media screen and (max-width: 960px) {
    width: 56.25px;
    height: 65.17px;
    left: -15px;
    top: -35px;
  }
}

.campaign__content__cta::after {
  content: "";
  position: absolute;
  right: -56.21px;
  bottom: -31.237px;
  width: 180px;
  height: 68px;
  background-image: url("../img/img_airplane.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  @media screen and (max-width: 960px) {
    width: 112.5px;
    height: 42.78px;
    right: -22px;
    bottom: -28px;
  }
}

.campaign__content__cta__link {
  display: inline-flex;
  width: 100%;
  max-width: 740px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  position: relative;
  text-decoration: none;
  padding: 28px 24px 28px 8px;
  border-radius: 24px;
  background: #1571bb;
  box-shadow: 0 8px 0 0 #154e97;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 100%;
  transition: all 0.3s;

  @media screen and (max-width: 960px) {
    padding-block: 0.75em;
    border-radius: 16px;
    box-shadow: 0 6px 0 0 #154e97;
    font-size: 5.65vw;
    line-height: 125%;
  }
}

.campaign__content__cta__link::after {
  content: "";
  position: absolute;
  width: 36px;
  height: auto;
  aspect-ratio: 1/1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/icon_arrow_large.svg") no-repeat;
  background-size: cover;
  transition: all 0.3s;

  @media screen and (max-width: 960px) {
    width: 6.1vw;
    right: 2.6vw;
  }
}

.campaign__content__cta__link:hover {
  background-color: #2689d8;
}

.campaign__content__cta__link:hover::after {
  transform: translateY(-50%) translateX(3px);
}

.faq {
  display: flex;
  padding: 80px 8px 80px 8px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  background: #079DE7;
  position: relative;

  @media screen and (max-width: 960px) {
    padding: 40px 16px;
  }
}

/* .faq::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28px;
  background-image: url("../img/wave_white_pc.svg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
} */

.faq-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;

  /* @media screen and (max-width: 960px) {
    padding-bottom: 32px;
  } */
}

.faq-title {
  margin: 0 auto;
  padding-bottom: 32px;

  @media screen and (max-width: 960px) {
    padding-bottom: 24px;
  }

  img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.faq-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;

  @media screen and (max-width: 960px) {
    gap: 12px;
  }
}



/* line */
.line {
  background: url(../img/bg-01.webp) 50% / cover no-repeat, #DFF7DB;
  padding-block: 40px;
}

.sp-only {
  display: block;
}

.c-green {
  color: #1FA808;
}

.fz-small {
  font-size: 16px;
}
@media(min-width: 992px) {
  .fz-small {
    font-size: 24px;
  }
}

@media(min-width: 768px) {
  .line {
    padding-block: 80px;
  }
}

.line__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.line__content {
  text-align: center;
}

.line__header {
  margin-bottom: 16px;
}

.line__header img {
  width: 100%;
  max-width: 884px;
  height: auto;
}

.line__main {
  margin-bottom: 24px;
}

.line__card {
  background: #fff;
  border-radius: 20px;
  padding: 20px 16px;
  margin: 0 auto;
  max-width: 1000px;
}

.line__card-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.line__appeal {
  text-align: center;
}

.line__appeal img {
  width: 100%;
  max-width: 240px;
  height: auto;
}

.line__points {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.line__point {
  display: flex;
  align-items: center;
  border-bottom: 2px dashed #FFD700;
  padding-bottom: 14px;
}
.line__points .line__point:first-child {
  padding-top: 14px;
  border-top: 2px dashed #FFD700;
}

.line__point-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FEF502;
  color: #1FA808;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  padding: 10px;
  border-radius: 16px 16px 2px 16px;
  width: 52px;
  height: 70px;
  text-align: center;
  margin-right: 12px;
  flex-shrink: 0;
  font-family: Inter;
}
.line__point-number-text {
  display: block;
  font-size: 28px;
  line-height: 1;
}

.line__point-text {
  color: #000;
  font-weight: 900;
  font-size: 18px;
  line-height: 130%;
  text-align: left;
}

.line__cta {
  position: relative;
}

.line__cta-image {
  display: block;
  margin: 0 auto;
}

.line__cta-image img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.line__cta-button {
  position: absolute;
  inset: 0;
  top: 54%;
  bottom: 20px;
  padding-inline: 16px;
  /* margin-top: -20%; */
}

.line__cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1FA808;
  border: 2px solid #06C755;
  font-weight: bold;
  font-size: 20px;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 5px 0 #267918;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  line-height: 100%;
  height: 100%;
}

.line__cta-link:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  aspect-ratio: 1/1;
  background-image: url('../img/icon-cta-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.line__cta-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 195, 0, 0.4);
}


@media(min-width: 992px) {
  .line__inner {
    padding: 0 40px;
  }
  
  .line__header {
    margin-bottom: 24px;
  }
  
  .line__main {
    margin-bottom: 32px;
  }
  
  .line__card {
    padding: 0 40px;
  }
  
  .line__card-content {
    flex-direction: row;
    align-items: flex-end;
    gap: 32px;
    position: relative;
  }
  
  .line__appeal {
    flex: 0 0 366px;
    text-align: left;
    position: relative;
    /* bottom: -50px; */
  }
  
  .line__appeal img {
    max-width: 100%;
  }
  
  .line__points {
    flex: 1;
    gap: 24px;
    max-width: 510px;
    margin: 64px 0;
  }

  .line__points .line__point:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .line__points .line__point:first-child {
    padding-top: 0;
    border-top: none;
  }
  
  .line__point {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding-bottom: 24px;
  }
  
  .line__point-number {
    margin-right: 16px;
    margin-bottom: 0;
    width: 64px;
    height: 67px;
    font-size: 13px;
    padding: 6px;
    border-radius: 24px 24px 2px 24px;
  }
  
  .line__point-text {
    text-align: left;
    font-size: 26px;
  }
  

  .sp-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media(min-width: 968px) {
  .mt-40-md {
    margin-top: 40px;
  }
}