@charset "UTF-8";
.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

body {
  color: #000;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
  background-color: #fff;
}

main {
  padding-top: 5px;
}

p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  p {
    font-size: 1.2rem;
  }
}

h4 {
  font-size: 18px;
}

li {
  font-size: 16px;
  line-height: 1.75;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.contents-section {
  padding: 75px 0;
}
@media (max-width: 768px) {
  .contents-section {
    padding: 10.6vw 0;
  }
}
.contents-section__wrapper {
  width: min(94.6vw, 970px);
  margin: 0 auto;
}

.btn-entry {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 0.5em 1.5em;
  background: #e60012;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 0 #800000;
          box-shadow: 0 10px 0 #800000;
  text-decoration: none;
  font-size: 25px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 365px;
  height: 80px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .btn-entry {
    width: 64.9vw;
    height: 14.4vw;
    font-size: 1.5rem;
    -webkit-box-shadow: 0 5px 0 #800000;
            box-shadow: 0 5px 0 #800000;
  }
}
.btn-entry img {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
}
@media (max-width: 768px) {
  .btn-entry img {
    width: 17px;
    height: 17px;
  }
}
.btn-entry:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 5px 0 #800000;
          box-shadow: 0 5px 0 #800000;
}

.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal.show {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background: white;
  margin: 7% auto;
  width: 90%;
  max-width: 1100px;
  height: 85vh;
  position: relative;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .modal-content {
    margin: 17vw auto;
  }
}

.modal-content__scroll {
  padding: 50px;
  overflow-y: auto;
  height: 100%;
  position: relative;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .modal-content__scroll {
    padding: 7vw;
  }
}

.modal.show .modal-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: -55px;
  right: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal-close {
    width: 6vw;
    height: 6vw;
    top: -9vw;
  }
}
.modal-close svg {
  width: 100%;
  height: 100%;
}

header {
  background: #e60012;
  padding: 10px 0;
}
header .header__logo {
  display: block;
  text-align: center;
  width: 173px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ryokucha-intro .contents-section__wrapper {
    width: 84vw;
    margin: 0 auto;
  }
}
.ryokucha-intro__title {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #326e46;
  line-height: 1.5;
  padding-bottom: 50px;
  border-bottom: 4px solid #326e46;
}
@media (max-width: 950px) {
  .ryokucha-intro__title {
    padding-right: 9vw;
  }
}
@media (max-width: 768px) {
  .ryokucha-intro__title {
    font-size: 2rem;
    text-align: left;
    line-height: 1.75;
    padding-bottom: 7.3vw;
  }
}
.ryokucha-intro__title span {
  position: absolute;
  width: 52px;
  height: 181px;
  bottom: 17px;
  right: 15px;
}
@media (max-width: 570px) {
  .ryokucha-intro__title span {
    width: 8vw;
    height: 28vw;
    bottom: 30px;
    right: 0;
  }
}
.ryokucha-intro__text {
  padding: 50px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 768px) {
  .ryokucha-intro__text {
    font-size: 1.3rem;
    padding: 6.6vw 0;
  }
}
.ryokucha-intro__about {
  position: relative;
}
@media (max-width: 768px) {
  .ryokucha-intro__about {
    padding-top: 38vw;
  }
}
.ryokucha-intro__about .about-title {
  font-size: 20px;
  font-weight: bold;
  background-color: #e60012;
  color: #fff;
  border-radius: 7px 7px 0 0;
  padding: 0.5em 0.5em 0.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .ryokucha-intro__about .about-title {
    position: absolute;
    font-size: 1.1rem;
    padding: 0.5em;
    border-radius: 0 0 5px 5px;
    margin-left: 4vw;
  }
}
.ryokucha-intro__about .about-contents {
  padding: 30px 270px 30px 40px;
  border: 2px solid #e60012;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .ryokucha-intro__about .about-contents {
    padding: 8vw 6vw 4vw;
  }
}
.ryokucha-intro__about .about-contents__text {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.25;
  color: #e60012;
}
@media (max-width: 768px) {
  .ryokucha-intro__about .about-contents__text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.ryokucha-intro__about .about-contents__text span {
  display: block;
  font-size: 16px;
  padding-top: 0.25em;
}
@media (max-width: 768px) {
  .ryokucha-intro__about .about-contents__text span {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  .ryokucha-intro__about .about-contents__text.campaign-text02 span {
    display: inline-block;
    font-size: 25px;
  }
}
.ryokucha-intro__about .about-medal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -25px;
  bottom: 0;
  right: 35px;
  margin: auto;
}
.ryokucha-intro__about .about-medal img {
  width: 222px;
  height: 222px;
}
@media (max-width: 768px) {
  .ryokucha-intro__about .about-medal {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 41.3vw;
    height: 41.3vw;
  }
  .ryokucha-intro__about .about-medal img {
    width: 100%;
    height: 100%;
  }
}
.ryokucha-intro__note {
  font-size: 14px;
  margin: 20px 0;
  padding-left: 1.5em;
  position: relative;
}
@media (max-width: 768px) {
  .ryokucha-intro__note {
    font-size: 1rem;
    padding-left: 0;
  }
}
.ryokucha-intro__note::before {
  position: absolute;
  content: "※";
  margin-right: 0.5em;
  left: 0;
}
@media (max-width: 768px) {
  .ryokucha-intro__note::before {
    position: relative;
  }
}
.ryokucha-intro__plan {
  position: relative;
  background: #dce8cd;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #326e46;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .ryokucha-intro__plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    gap: 2.5vw;
    padding: 4vw 3.5vw;
  }
}
.ryokucha-intro__plan span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  background: #fff;
  padding: 0.725em 0.75em 0.5em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .ryokucha-intro__plan span {
    position: relative;
    left: 0;
    padding: 0.7em 0.75em 0.5em;
  }
}
.ryokucha-intro__plan p {
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .ryokucha-intro__plan p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.ryokucha-campaign {
  background: #fff4db;
  padding-bottom: 0;
}
.ryokucha-campaign .contents-section__wrapper {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .ryokucha-campaign .contents-section__wrapper {
    padding-bottom: 5.3vw;
  }
}
.ryokucha-campaign .campaign-wrapper {
  width: 89.6%;
  margin-right: auto;
  margin-left: auto;
}
.ryokucha-campaign__header {
  border-bottom: 4px solid #326e46;
}
.ryokucha-campaign__title {
  position: relative;
  font-size: 22px;
  text-align: center;
  height: 60px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 30px;
}
@media (max-width: 768px) {
  .ryokucha-campaign__title {
    margin: 10vw auto 5vw;
    height: auto;
  }
}
.ryokucha-campaign__title::before {
  position: absolute;
  left: 0;
  content: "";
  width: 34%;
  height: 7px;
  background: url(../images/line_bg01.svg) repeat-x center left;
  background-size: 28px;
}
@media (max-width: 768px) {
  .ryokucha-campaign__title::before {
    width: 20%;
    background-size: 34%;
  }
}
.ryokucha-campaign__title::after {
  position: absolute;
  right: 0;
  content: "";
  width: 34%;
  height: 7px;
  background: url(../images/line_bg01.svg) repeat-x 5px center;
  background-size: 28px;
}
@media (max-width: 768px) {
  .ryokucha-campaign__title::after {
    width: 20%;
    background-size: 34%;
  }
}
.ryokucha-campaign__title span {
  display: inline-block;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 302px;
  height: 60px;
  margin: auto;
  background: url(../images/ribbon01.png) no-repeat center center;
  background-size: cover;
  font-size: 22px;
  font-weight: bold;
  color: #326e46;
  z-index: 1;
}
@media (max-width: 768px) {
  .ryokucha-campaign__title span {
    width: 56.6vw;
    height: 11.3vw;
    font-size: 1.5rem;
  }
}
.ryokucha-campaign__select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 35px;
  margin: 100px 0;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    margin: 13vw 0;
  }
}
.ryokucha-campaign__select:before {
  position: absolute;
  top: -100px;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 237px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(50, 111, 70)), to(rgb(100, 165, 60)));
  background-image: linear-gradient(90deg, rgb(50, 111, 70), rgb(100, 165, 60));
  z-index: 0;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select:before {
    top: 12vw;
    bottom: unset;
    height: 50vw;
  }
}
.ryokucha-campaign__select .select-item {
  width: min(89.6%, 869px);
  z-index: 1;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select .select-item {
    width: 84vw;
  }
}
@media (max-width: 768px) {
  .ryokucha-campaign__select .select-item:first-child {
    margin-bottom: 5vw;
  }
}
.ryokucha-campaign__select .select-item__card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 50px 30px 40px;
  border: 2px solid #326e46;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select .select-item__card {
    padding: 8.6vw 6.6vw 6.6vw;
  }
}
.ryokucha-campaign__select .select-item__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6%;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select .select-item__card-inner {
    gap: 2vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ryokucha-campaign__select .select-item__arrow {
  position: relative;
  top: -35px;
  display: block;
  width: 41px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select .select-item__arrow {
    position: absolute;
    top: 23vw;
    right: 0;
    left: -7vw;
    margin: auto;
    width: 6vw;
    height: 6vw;
  }
}
.ryokucha-campaign__select .select-item__innerbox {
  width: 36%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select .select-item__innerbox {
    width: 47%;
  }
}
.ryokucha-campaign__select .select-item__title {
  position: absolute;
  right: 0;
  left: 0;
  top: -45px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: 94%;
  max-width: 459px;
  height: 76px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #326e46;
  background: -webkit-gradient(linear, left top, right top, from(#eac65f), color-stop(50%, #fff275), to(#eac65f));
  background: linear-gradient(to right, #eac65f 0%, #fff275 50%, #eac65f 100%);
  clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select .select-item__title {
    height: 15vw;
    top: -7vw;
    width: 90%;
    font-size: 3.5vw;
  }
}
.ryokucha-campaign__select .select-item__title-icon {
  position: absolute;
  top: -25px;
  left: 30px;
  width: min(10.2vw, 52px);
  height: min(10.2vw, 52px);
  font-size: 34px;
  color: #fff;
  background-color: #326e46;
  border-radius: 50%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select .select-item__title-icon {
    font-size: 2.5rem;
    top: -4vw;
    left: 6vw;
  }
}
.ryokucha-campaign__select .select-item__title p {
  line-height: 1.4;
  font-size: min(1.5rem, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select .select-item__title p {
    display: block;
  }
}
.ryokucha-campaign__select .select-item__title p span {
  font-size: min(1.3rem, 16px);
}
.ryokucha-campaign__select .select-item__title p .select-item__title-large {
  font-size: 35px;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select .select-item__title p .select-item__title-large {
    font-size: unset;
    display: block;
  }
}
.ryokucha-campaign__select .select-item__img01 {
  width: 76px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select .select-item__img01 {
    width: 14vw;
    margin: 4vw auto;
    min-height: 25vw;
  }
}
.ryokucha-campaign__select .select-item__img02 {
  width: 125px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select .select-item__img02 {
    width: 23vw;
    margin: 4vw auto;
    min-height: 25vw;
  }
}
.ryokucha-campaign__select .select-item__text {
  width: 100%;
}
.ryokucha-campaign__select .select-item__text p {
  color: #326e46;
  font-size: 16px;
}
@media (max-width: 768px) {
  .ryokucha-campaign__select .select-item__text p {
    font-size: 2.8vw;
    line-height: 1.5;
  }
}
.ryokucha-campaign__select .select-item__button {
  margin: 30px auto 0;
  text-align: center;
}
.ryokucha-campaign__goods .goods-text {
  position: relative;
  background: #ffffdc;
  padding: 50px 50px 30px;
  border: 2px solid #326e46;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .ryokucha-campaign__goods .goods-text {
    padding: 10.6vw 5.3vw 5.3vw;
  }
}
.ryokucha-campaign__goods .goods-text .ryokucha-campaign__title {
  position: absolute;
  font-size: 22px;
  text-align: center;
  height: 60px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -80px auto 0;
}
.ryokucha-campaign__goods .goods-text .ryokucha-campaign__title::before, .ryokucha-campaign__goods .goods-text .ryokucha-campaign__title::after {
  display: none;
}
@media (max-width: 768px) {
  .ryokucha-campaign__goods .goods-text .ryokucha-campaign__title {
    top: -8vw;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.ryokucha-campaign__goods .goods-text h4 {
  color: #326e46;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .ryokucha-campaign__goods .goods-text h4 {
    font-size: 1.4rem;
  }
}
.ryokucha-campaign__goods .goods-text h4:nth-child(4) {
  margin-top: 2em;
}
.ryokucha-campaign__goods .goods-text p {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .ryokucha-campaign__goods .goods-text p {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
.ryokucha-campaign__goods .goods-text p:last-child {
  margin-bottom: 0;
}
.ryokucha-campaign__conditions ul {
  position: relative;
}
.ryokucha-campaign__conditions ul > li {
  padding-left: 1.25em;
}
.ryokucha-campaign__conditions ul > li::before {
  position: absolute;
  content: "●";
  margin-right: 0.5em;
  left: 0;
}
@media (max-width: 768px) {
  .ryokucha-campaign__conditions ul > li {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .ryokucha-campaign__conditions ul > li ul li {
    padding-left: 0;
  }
}
.ryokucha-campaign__conditions ul > li ul li::before {
  position: absolute;
  content: "・";
  margin-right: 0.5em;
  left: 0.25em;
}
@media (max-width: 768px) {
  .ryokucha-campaign__conditions ul > li ul li::before {
    position: relative;
  }
}
.ryokucha-campaign__conditions ul > li ul li a {
  color: #0000ff;
}
.ryokucha-campaign__privacy {
  margin-bottom: 40px;
}
.ryokucha-campaign__privacy .ryokucha-campaign__title span {
  width: 362px;
  height: 60px;
  background: url(../images/ribbon02.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .ryokucha-campaign__privacy .ryokucha-campaign__title span {
    width: 66vw;
    height: 11.2vw;
  }
}
.ryokucha-campaign__privacy .ryokucha-campaign__title::before,
.ryokucha-campaign__privacy .ryokucha-campaign__title::after {
  width: 30%;
}
@media (max-width: 768px) {
  .ryokucha-campaign__privacy .ryokucha-campaign__title::before,
  .ryokucha-campaign__privacy .ryokucha-campaign__title::after {
    width: 13%;
    background-size: 52%;
  }
}
.ryokucha-campaign__privacy .ryokucha-campaign__title::after {
  background: url(../images/line_bg01.svg) repeat-x 0 center;
  background-size: 28px;
}
.ryokucha-campaign__privacy ul {
  position: relative;
}
.ryokucha-campaign__privacy ul li {
  padding-left: 1.25em;
}
.ryokucha-campaign__privacy ul li::before {
  position: absolute;
  content: "●";
  margin-right: 0.5em;
  left: 0;
}
@media (max-width: 768px) {
  .ryokucha-campaign__privacy ul li {
    font-size: 1.3rem;
  }
}
.ryokucha-campaign__contact {
  background: #326e46;
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .ryokucha-campaign__contact {
    padding: 4vw 2.6vw;
  }
}
.ryokucha-campaign__contact h3 {
  background-color: #fff;
  padding: 0.5em 2.5em 0.3em;
  color: #326e46;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  border-radius: 20px;
  line-height: 1.15;
}
@media (max-width: 768px) {
  .ryokucha-campaign__contact h3 {
    font-size: 1.3rem;
    padding: 0.6em 1em 0.3em;
  }
}
.ryokucha-campaign__contact p {
  max-width: 470px;
  margin: 0 auto;
  color: #fff;
  list-style: 1.5;
}
@media (max-width: 768px) {
  .ryokucha-campaign__contact p {
    font-size: 1.3rem;
    padding: 0 5vw;
  }
}
.ryokucha-campaign__contact p span {
  color: #ffff00;
  font-size: 30px;
  font-weight: bold;
  margin-left: 0.25em;
}
@media (max-width: 768px) {
  .ryokucha-campaign__contact p span {
    display: block;
    font-size: 2.5rem;
    margin-left: 0;
  }
}

.campaign-step {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .campaign-step {
    margin-bottom: 11vw;
  }
}
.campaign-step__title {
  margin-bottom: 40px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
  font-weight: 700;
  color: #e60012;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .campaign-step__title {
    font-size: 1.4rem;
    margin-bottom: 3vw;
  }
}
.campaign-step__title > b {
  position: relative;
}
.campaign-step__title > b::before, .campaign-step__title > b::after {
  top: 0.6em;
  width: 1.3em;
  height: 0.2rem;
  position: absolute;
  border-radius: 1px;
  background-color: #e60012;
  content: "";
  display: block;
}
.campaign-step__title > b::before {
  left: -1.5em;
  -webkit-transform: rotate(53.4deg);
          transform: rotate(53.4deg);
}
.campaign-step__title > b::after {
  right: -1.5em;
  -webkit-transform: rotate(-53.4deg);
          transform: rotate(-53.4deg);
}
@media (max-width: 768px) {
  .campaign-step__title {
    font-size: 1.4rem;
  }
}
.campaign-step__text {
  margin-bottom: 25px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #e60012;
  text-align: center;
}
@media (max-width: 768px) {
  .campaign-step__text {
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 3.3vw;
  }
}
.campaign-step__list-item {
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .campaign-step__list-item {
    margin-bottom: 30px;
  }
}
.campaign-step__list-item.is-twoColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.campaign-step__list-wrap {
  position: relative;
  padding: 1rem;
  border: 2px solid #e60012;
}
.campaign-step__list-wrap::after {
  top: calc(-1.5rem - 2px);
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(230, 0, 18, 0);
  border-top-color: #e60012;
  border-width: 1.2rem 1.6rem;
  margin-left: -1.6rem;
}
@media (min-width: 769px) {
  .campaign-step__list-wrap {
    border-width: 4px;
    padding: 25px 0 25px 40px;
    width: 100%;
  }
  .campaign-step__list-wrap::after {
    top: -34px;
    border-width: 20px 26px;
    margin-left: -26px;
  }
}
li:first-child .campaign-step__list-wrap::after {
  content: none;
}
@media (min-width: 769px) {
  .campaign-step__list-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.campaign-step__list-wrap-inner.is-always-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
}
.campaign-step__list-wrap-inner.bg-red {
  background-color: #e60012;
  color: #fff;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}
@media (min-width: 769px) {
  .campaign-step__list-wrap-inner.bg-red {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .campaign-step__list-wrap-inner.is-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.campaign-step__list-inner {
  position: relative;
  padding: 1rem;
  border: 2px solid #e60012;
}
.campaign-step__list-inner::after {
  bottom: -2.5rem;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(230, 0, 18, 0);
  border-top-color: #e60012;
  border-width: 1.2rem 1.6rem;
  margin-left: -1.6rem;
}
li:last-child .campaign-step__list-inner::after {
  bottom: -120px;
  border-width: 50px 65px;
  margin-left: -65px;
}
@media (max-width: 768px) {
  li:last-child .campaign-step__list-inner::after {
    bottom: -15.2vw;
    border-width: 6.6vw 9.3vw;
    margin-left: -9.3vw;
  }
}
@media (min-width: 769px) {
  .campaign-step__list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 0 25px 40px;
    width: 100%;
    border-width: 4px;
  }
  .campaign-step__list-inner::after {
    bottom: -44px;
    border-width: 20px 26px;
    margin-left: -26px;
  }
}
.campaign-step__list-inner.is-always-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
}
.campaign-step__list-inner.bg-red {
  background-color: #e60012;
  color: #fff;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}
@media (min-width: 769px) {
  .campaign-step__list-inner.bg-red {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .campaign-step__list-inner.is-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.campaign-step__list-body li,
.campaign-step__list-body p {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 600;
}
.campaign-step__list-body sub {
  font-size: 1rem;
}
.campaign-step__list-body .title {
  color: #e60012;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .campaign-step__list-body .title {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
  }
}
.campaign-step__list-body .title b:first-child {
  margin-right: 1em;
}
.campaign-step__list-body .title .exclamation {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.campaign-step__list-body .large {
  font-size: 20px;
  line-height: 1.66;
}
@media (max-width: 768px) {
  .campaign-step__list-body .large {
    font-size: 1.2rem;
  }
}
.campaign-step__list-body .small {
  margin-top: 0.5em;
  margin-left: 1em;
  font-size: 14px;
  text-indent: -1em;
}
@media (max-width: 768px) {
  .campaign-step__list-body .small {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .campaign-step__list-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(100% - 190px);
  }
  .campaign-step__list-body p {
    font-size: 13px;
  }
  .campaign-step__list-body sub {
    font-size: 13px;
  }
  .campaign-step__list-body .title {
    font-size: 30px;
  }
  .campaign-step__list-body .large {
    font-size: 20px;
  }
  .campaign-step__list-body .small {
    font-size: 11px;
  }
}
.campaign-step__list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 170px;
  height: 108px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .campaign-step__list-icon {
    height: 18.4vw;
    text-align: center;
    margin: 2.5vw auto;
  }
}
.campaign-step__list-icon img {
  height: 100%;
}
.campaign-step__list-icon.with-balloon {
  display: block;
  margin: 1.5rem 0 0;
  height: auto;
}
.campaign-step__list-icon.with-balloon .balloon {
  margin-top: 2.8em;
  padding: 1.5rem;
  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;
  background-color: #f0f0f0;
  position: relative;
  font-size: 1.15rem;
  text-align: left;
}
.campaign-step__list-icon.with-balloon .balloon::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f0f0f0;
  border-width: 0 0.8rem 2rem;
  margin-left: -0.8rem;
}
.campaign-step__list-icon.with-balloon .balloon p {
  line-height: 1.95;
}
@media (min-width: 769px) {
  .campaign-step__list-icon.with-balloon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 470px;
            flex: 0 0 470px;
    margin: 0 25px;
  }
  .campaign-step__list-icon.with-balloon .balloon {
    margin: 0 0 0 25px;
    padding: 20px 15px;
    width: 264px;
    font-size: 13px;
  }
  .campaign-step__list-icon.with-balloon .balloon::after {
    bottom: 50%;
    left: -40px;
    margin: 0 0 -10px;
    border-width: 10px 20px;
    border-right-color: #f0f0f0;
    border-bottom-color: transparent;
  }
}
.campaign-step__more {
  margin-bottom: 20px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
  color: #e60012;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .campaign-step__more {
    margin-bottom: 4vw;
  }
}
.campaign-step__more > b {
  position: relative;
}
.campaign-step__more > b::before, .campaign-step__more > b::after {
  top: 0.8em;
  width: 1.3em;
  height: 2px;
  position: absolute;
  border-radius: 1px;
  background-color: #e60012;
  content: "";
  display: block;
}
.campaign-step__more > b::before {
  left: -1.5em;
  -webkit-transform: rotate(53.4deg);
          transform: rotate(53.4deg);
}
.campaign-step__more > b::after {
  right: -1.5em;
  -webkit-transform: rotate(-53.4deg);
          transform: rotate(-53.4deg);
}
@media (max-width: 768px) {
  .campaign-step__more {
    font-size: 1.4rem;
  }
}
.campaign-step__coupon {
  background: #fff4db;
  border: 4px solid #e60012;
  padding: 45px;
}
@media (max-width: 768px) {
  .campaign-step__coupon {
    padding: 2.6vw;
  }
}
.campaign-step__coupon .coupon-title {
  color: #e60012;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .campaign-step__coupon .coupon-title {
    margin-bottom: 8vw;
  }
}
.campaign-step__coupon .coupon-item {
  position: relative;
  padding: 35px;
  background: #fff;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .campaign-step__coupon .coupon-item {
    padding: 7vw 3.3vw 3.3vw;
    margin-bottom: 7vw;
  }
}
.campaign-step__coupon .coupon-item:last-child {
  margin-bottom: 0;
}
.campaign-step__coupon .coupon-item__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #e60012;
  border-radius: 20px;
  padding: 0.6em 1.5em 0.5em;
  margin: 20px 0;
  list-style: 1.2;
}
@media (max-width: 768px) {
  .campaign-step__coupon .coupon-item__title {
    margin: 4vw 0;
    font-size: 1.2rem;
  }
}
.campaign-step__coupon .coupon-item__title:first-child {
  position: absolute;
  top: -20px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .campaign-step__coupon .coupon-item__title:first-child {
    top: -3vw;
  }
}
.campaign-step__coupon .coupon-item .small {
  font-size: 14px;
}
@media (max-width: 768px) {
  .campaign-step__coupon .coupon-item .small {
    margin: 4vw 0;
    font-size: 1rem;
  }
}

#modal-2 .campaign-step__list-item:last-child .campaign-step__list-inner::after {
  display: none;
}

.ryokucha-benefits {
  background: #fff4db;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .ryokucha-benefits {
    padding: 10.6vw 0;
  }
}
.ryokucha-benefits__wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px 40px;
  position: relative;
}
@media (max-width: 768px) {
  .ryokucha-benefits__wrapper {
    padding: 10vw 5vw 8vw;
    border-radius: 4vw;
  }
}
.ryokucha-benefits__title {
  background: url(../images/benefits_title_pc.svg) no-repeat center center;
  background-size: contain;
  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;
  min-height: 60px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: min(95%, 847px);
  height: clamp(50px, 10.2vw, 86px);
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .ryokucha-benefits__title {
    background-image: url(../images/benefit_title_sp.svg);
    min-height: 12vw;
    top: -6vw;
    width: 95%;
    height: clamp(50px, 17.2vw, 130px);
  }
}
.ryokucha-benefits__title p {
  font-family: "M PLUS 1p", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: clamp(12px, 2.3vw, 22px);
  text-align: center;
}
.ryokucha-benefits__about {
  max-width: 845px;
  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: 30px;
  margin: 20px auto 40px;
}
@media (max-width: 768px) {
  .ryokucha-benefits__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4vw;
    margin-bottom: 6vw;
  }
}
.ryokucha-benefits__about-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  width: 170px;
}
@media (max-width: 768px) {
  .ryokucha-benefits__about-img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 46vw;
  }
}
.ryokucha-benefits__about-img img {
  width: 100%;
}
.ryokucha-benefits__about-text .sp-only {
  display: none;
}
@media (max-width: 768px) {
  .ryokucha-benefits__about-text .sp-only {
    display: block;
  }
}
.ryokucha-benefits__about-text p {
  font-family: "M PLUS 1p", sans-serif;
  font-size: clamp(20px, 4.4vw, 40px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ryokucha-benefits__about-text p {
    margin: 2vw 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.ryokucha-benefits__about-text p span.ryokucha-benefits__about-text-highlight {
  display: block;
  font-size: clamp(20px, 4.7vw, 40px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  color: #e60012;
}
@media screen and (max-width: 768px) {
  .ryokucha-benefits__about-text p span.ryokucha-benefits__about-text-highlight {
    letter-spacing: -0.01em;
  }
}
.ryokucha-benefits__about-text span {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .ryokucha-benefits__about-text span {
    font-size: 3vw;
  }
}
.ryokucha-benefits__card {
  background: #fdf0ea;
  border-radius: 16px;
  padding: 30px 30px 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .ryokucha-benefits__card {
    padding: 6vw 5vw 4vw;
    border-radius: 4vw;
  }
}
.ryokucha-benefits__card-main {
  display: grid;
  grid-template-columns: 154px 1fr;
  grid-template-rows: auto 1fr;
  gap: 8px 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .ryokucha-benefits__card-main {
    grid-template-columns: 22vw 1fr;
    grid-template-rows: auto auto;
    gap: 2vw 4vw;
    margin-bottom: 4vw;
  }
}
.ryokucha-benefits__card-img {
  grid-column: 1;
  grid-row: 1/3;
  align-self: start;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
}
@media (max-width: 768px) {
  .ryokucha-benefits__card-img {
    grid-row: 2;
    padding: 0;
  }
}
.ryokucha-benefits__card-img img {
  width: 100%;
}
.ryokucha-benefits__card-label {
  grid-column: 2;
  grid-row: 1;
  display: inline-block;
  align-self: center;
  justify-self: start;
  background: #FFF;
  color: #e60012;
  font-size: 20px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  border: 2px solid #e60012;
  border-radius: 20px;
  padding: 4px 2em;
}
@media (max-width: 768px) {
  .ryokucha-benefits__card-label {
    grid-column: 1/3;
    grid-row: 1;
    justify-self: center;
    font-size: 3.75vw;
    padding: 1vw 4vw;
  }
}
.ryokucha-benefits__card-text {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 768px) {
  .ryokucha-benefits__card-text {
    grid-row: 2;
  }
}
.ryokucha-benefits__card-text p {
  font-size: 22px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .ryokucha-benefits__card-text p {
    font-size: 3.2vw;
  }
}
.ryokucha-benefits__card-text small {
  font-size: 12px;
  color: #666;
}
@media (max-width: 768px) {
  .ryokucha-benefits__card-text small {
    font-size: 2.8vw;
  }
}
.ryokucha-benefits__card-text-highlight {
  color: #e60012;
}
.ryokucha-benefits__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 2px solid #015d28;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ryokucha-benefits__discount {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 2vw;
    margin-bottom: 4vw;
  }
}
.ryokucha-benefits__discount-main {
  background: #015d28;
  color: #ffff00;
  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: 16px 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  position: relative;
}
.ryokucha-benefits__discount-main::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #015d28;
  z-index: 1;
}
@media (max-width: 768px) {
  .ryokucha-benefits__discount-main::after {
    right: auto;
    top: auto;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #015d28;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .ryokucha-benefits__discount-main {
    padding: 3vw 4vw 4vw;
  }
}
.ryokucha-benefits__discount-icon {
  width: 70px;
}
@media (max-width: 768px) {
  .ryokucha-benefits__discount-icon {
    width: 11.5vw;
    position: relative;
    top: 0.5vw;
  }
}
.ryokucha-benefits__discount-rate {
  font-size: clamp(20px, 4vw, 30px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ryokucha-benefits__discount-num {
  font-size: clamp(36px, 7.8vw, 55px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  line-height: 1;
}
.ryokucha-benefits__discount-note {
  background: #ffffdc;
  color: #346e46;
  font-size: clamp(16px, 3.2vw, 18px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px 16px 30px;
  line-height: 1.6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media (max-width: 768px) {
  .ryokucha-benefits__discount-note {
    font-size: 3.2vw;
    padding: 3vw 4vw;
  }
}
.ryokucha-benefits__discount-note p {
  line-height: 1.4;
}
.ryokucha-benefits__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background: #fff;
  border-radius: 8px;
  padding: 14px 20px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ryokucha-benefits__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2vw;
    padding: 3vw 4vw;
    border-radius: 2vw;
  }
}
.ryokucha-benefits__other-line {
  width: 2px;
  height: 50px;
  background: #e60012;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .ryokucha-benefits__other-line {
    width: 100%;
    height: 1px;
  }
}
.ryokucha-benefits__other-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  color: #e60012;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ryokucha-benefits__other-label {
    font-size: 3.75vw;
    padding-right: 3vw;
    margin-right: 3vw;
  }
}
.ryokucha-benefits__other-text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ryokucha-benefits__other-text {
    font-size: 2.8vw;
  }
}
.ryokucha-benefits__other-text p {
  font-size: 14px;
}
.ryokucha-benefits__other-text a {
  text-decoration: underline;
  color: #0000ff;
}
.ryokucha-benefits__notes {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ryokucha-benefits__notes li {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 768px) {
  .ryokucha-benefits__notes li {
    font-size: 2.8vw;
  }
}
.ryokucha-benefits__caution {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}

#footer {
  padding: 10px 0;
}
#footer .footer__copyright {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 768px) {
  #footer .footer__copyright {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=map/style.css.map */
