html {
  scroll-behavior: smooth;
  scroll-padding: 7.3666666667rem;
  font-size: calc(100vw / 1440 * 18);
}
@media (1440px < width) {
  html {
    font-size: 18px;
  }
}
@media (width <= 768px) {
  html {
    font-size: calc(100vw / 390 * 18);
  }
}

p,
body {
  font-family: "Outfit", sans-serif;
  padding: 0;
  margin: 0;
  color: #303030;
  font-size: calc(100vw / 1440 * 18);
}
@media (1440px < width) {
  p,
  body {
    font-size: 18px;
  }
}
@media (width <= 768px) {
  p,
  body {
    font-size: calc(100vw / 390 * 18);
  }
}

p {
  font-size: 1rem;
  line-height: 1.5555555556;
  color: #525252;
  letter-spacing: inherit;
}
@media (width <= 768px) {
  p {
    font-size: 0.8888888889rem;
    line-height: 1.5;
  }
}

ul {
  color: #000;
}

a {
  text-decoration: none;
}

.l-header {
  padding: 1.3333333333rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #fff;
}
@media (width <= 768px) {
  .l-header {
    padding: 0.6666666667rem 1.3333333333rem;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 80rem;
  margin: 0 auto;
}
.l-header__logo {
  width: 12.6666666667rem;
}
@media (width <= 768px) {
  .l-header__logo {
    width: 8rem;
    position: relative;
    z-index: 1;
  }
}
@media (width <= 768px) {
  .l-header__nav {
    display: flex;
    background: #fff;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    transition: 0.3s;
  }
}
@media (width <= 768px) {
  .is-menu-open .l-header__nav {
    left: 0;
  }
}
.l-header__navList {
  display: flex;
}
@media (width <= 768px) {
  .l-header__navList {
    flex-direction: column;
  }
}
.l-header__navItem {
  padding: 0.2777777778rem 1.1111111111rem;
  width: auto;
}
.l-header__navItem--contact {
  background: #FF5951;
  border-radius: 999px;
}
.l-header__navItem--contact .l-header__navLink {
  color: #fff;
}
.l-header__navLink {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8888888889rem;
}
.l-header__trigger {
  cursor: pointer;
  display: none;
}
@media (width <= 768px) {
  .l-header__trigger {
    position: relative;
    display: block;
    width: 1.5555555556rem;
    height: 1.5555555556rem;
  }
}
.l-header__trigger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.1666666667rem;
  border-radius: 999px;
  background: #FF5951;
  top: calc(50% - 0.0833333333rem);
  right: 0;
  transition: 0.3s;
}
.l-header__trigger span:nth-of-type(1) {
  transform: translateY(-0.5555555556rem);
}
.is-menu-open .l-header__trigger span:nth-of-type(1) {
  transform: rotate(45deg) translateY(0rem);
}
.is-menu-open .l-header__trigger span:nth-of-type(2) {
  width: 0;
}
.l-header__trigger span:nth-of-type(3) {
  width: 50%;
  transform: translateY(0.5555555556rem);
}
.is-menu-open .l-header__trigger span:nth-of-type(3) {
  width: 100%;
  transform: rotate(-45deg) translateY(0rem);
}

.l-article {
  padding-top: 7.3666666667rem;
}
@media (width <= 768px) {
  .l-article {
    padding-top: 4.4444444444rem;
  }
}

.l-footer {
  background: #FF5951;
  border-radius: 2.7777777778rem 2.7777777778rem 0 0;
  padding: 1.6666666667rem 0 0.5555555556rem;
  text-align: center;
  margin: 0;
  color: #fff;
}
@media (width <= 768px) {
  .l-footer {
    border-radius: 1.9444444444rem 1.9444444444rem 0 0;
    padding: 1.6666666667rem 0 0.5555555556rem;
  }
}
.l-footer__inner {
  max-width: 40.1111111111rem;
  margin: 0 auto 2.7777777778rem;
}
@media (width <= 768px) {
  .l-footer__inner {
    max-width: inherit;
    padding: 0 1.3333333333rem;
  }
}
.l-footer__title {
  font-size: 2.7777777778rem;
  font-weight: 700;
  font-family: "Darker Grotesque", sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 3.3333333333rem;
}
@media (width <= 768px) {
  .l-footer__title {
    font-size: 1.9444444444rem;
    line-height: 2.0555555556rem;
  }
}
.l-footer__btns {
  display: flex;
  justify-content: center;
  gap: 1.6666666667rem;
  margin-bottom: 2.7777777778rem;
}
@media (width <= 768px) {
  .l-footer__btns {
    flex-direction: column;
    gap: 1.5555555556rem;
    margin-bottom: 1.9444444444rem;
  }
}
.l-footer__link {
  color: #fff;
}
@media (width <= 768px) {
  .l-footer__link {
    font-size: 0.8888888889rem;
  }
}
.l-footer__copyrights {
  margin-top: 3.8888888889rem;
}
@media (width <= 768px) {
  .l-footer__copyrights {
    font-size: 0.7777777778rem;
  }
}
.l-footer .c-btn01 {
  border: 1px solid #fff !important;
  width: 18.3333333333rem;
  font-weight: 400;
  font-size: 0.8888888889rem;
  padding: 0.8888888889rem;
}
@media (width <= 768px) {
  .l-footer .c-btn01:nth-of-type(1) {
    order: 2;
  }
  .l-footer .c-btn01:nth-of-type(2) {
    order: 1;
  }
}

.c-btn01 {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  background: #FF5951;
  color: #fff;
  line-height: 1;
  padding: 0.5555555556rem 2rem;
  border-radius: 999px;
  text-decoration: none;
  text-align: left;
}
.c-btn01--line {
  border: 1px solid #FF5951;
  color: #FF5951;
  background: #fff;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.4444444444rem 1.4444444444rem;
}
.c-btn01--arrow {
  background: url(../images/eng-lp/arrow.png) no-repeat;
  background-position: calc(100% - 1.1111111111rem) center;
  background-size: 0.8333333333rem;
}
.c-btn01--white {
  background: #fff;
  color: #000;
}
.c-btn01--white.c-btn01--arrow {
  background: #fff url(../images/eng-lp/arrow-pink.png) no-repeat;
  background-position: calc(100% - 1.1111111111rem) center;
  background-size: 0.8333333333rem;
}

.c-list {
  list-style-type: disc;
  margin: 0 0 0.5em 1em;
}
.c-list__item {
  font-size: 0.8888888889rem;
  line-height: 1.5;
}
@media (width <= 768px) {
  .c-list__item {
    font-size: 0.7777777778rem;
  }
}

.c-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}
.c-overlay:before {
  content: "";
  position: absolute;
  top: 0.5555555556rem;
  right: 0.5555555556rem;
  background: #303030;
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  border-radius: 999px;
  box-shadow: 0 0 0.2777777778rem rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.c-overlay:after {
  z-index: 1;
  content: "+";
  color: #fff;
  position: absolute;
  right: 1.1666666667rem;
  top: 0.4444444444rem;
  line-height: 1;
  font-size: 2.7777777778rem;
}
.c-overlay__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.3333333333rem;
}
@media (width <= 768px) {
  .c-overlay__inner {
    padding: 1.6666666667rem 1.3333333333rem;
  }
}
.c-overlay .c-slider__item {
  overflow-y: scroll;
  max-height: calc(100vh - 6.6666666667rem);
  max-width: 33.3333333333rem;
  position: relative;
}
@media (width <= 768px) {
  .c-overlay .c-slider__item {
    max-width: inherit;
    max-height: calc(100vh - 1.6666666667rem);
  }
}
.c-overlay .c-slider__thumb {
  height: 16.6666666667rem;
}
@media (width <= 768px) {
  .c-overlay .c-slider__thumb {
    height: 8.3333333333rem;
  }
}
.c-overlay .c-btn01 {
  display: none;
}
.c-overlay .p-homestayservice-en__p {
  display: block;
  -webkit-box-orient: inherit;
}

.c-switch {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.1111111111rem solid #FF5951;
  border-radius: 9999px;
  position: absolute;
  right: 1.6666666667rem;
  top: 1.2777777778rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 768px) {
  .c-switch {
    width: 1.1111111111rem;
    height: 1.1111111111rem;
    top: calc(50% - 0.5555555556rem);
    right: 0;
  }
}
.c-switch:before {
  content: "";
  display: block;
  background: #FF5951;
  width: 1.0555555556rem;
  height: 0.1111111111rem;
  position: absolute;
  top: calc(50% - 0.0555555556rem);
  left: 0.6666666667rem;
}
@media (width <= 768px) {
  .c-switch:before {
    width: 0.6555555556rem;
    left: 0.1111111111rem;
  }
}
.c-switch:after {
  content: "";
  display: block;
  background: #FF5951;
  width: 1.0555555556rem;
  height: 0.1111111111rem;
  position: absolute;
  top: calc(50% - 0.0555555556rem);
  left: 0.6666666667rem;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media (width <= 768px) {
  .c-switch:after {
    width: 0.6555555556rem;
    left: 0.1111111111rem;
  }
}

.c-inner {
  max-width: 69.4444444444rem;
  padding: 0;
  margin: 0 auto;
}
@media (width <= 768px) {
  .c-inner {
    padding: 0 1.3333333333rem;
  }
}
.c-inner--full {
  max-width: 80rem;
}

.c-slider {
  padding: 5.5555555556rem 0 4.4444444444rem;
}
@media (width <= 768px) {
  .c-slider {
    padding: 2.2222222222rem 0;
  }
}
.c-slider .p-homestayservice-en__p {
  margin-bottom: 2.2222222222rem;
}
.c-slider .swiper-slide {
  transition: 0.3s;
}
.c-slider .swiper-slide-active {
  transform: scale(1.1);
}
.c-slider__item {
  box-shadow: 1.6666666667rem 0.1111111111rem 3.6666666667rem rgba(0, 0, 0, 0.1);
  border-radius: 0.7777777778rem;
  padding: 0.8888888889rem;
  background: #fff;
}
.c-overlay .c-slider__item {
  max-width: 33.3333333333rem;
}
.c-slider__thumb {
  border-radius: 0.7777777778rem;
  overflow: hidden;
  position: relative;
  height: 11.1111111111rem;
  margin-bottom: 0.4444444444rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 768px) {
  .c-slider__thumb {
    margin-bottom: 0;
  }
}
.c-slider__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-slider__name {
  color: #fff;
  font-size: 2.7777777778rem;
  line-height: 0.8em;
  letter-spacing: -0.02em;
  font-weight: 800;
  z-index: 1;
  position: relative;
}
@media (width <= 768px) {
  .c-slider__name {
    font-size: 1.3333333333rem;
    line-height: 1.7777777778rem;
    position: absolute;
    left: 1.1111111111rem;
    bottom: 0.5555555556rem;
  }
}
.c-slider__stars {
  border-bottom: 1px solid #FF5951;
  padding: 0.8888888889rem 1.3333333333rem;
  margin-bottom: 1.3333333333rem;
}
@media (width <= 768px) {
  .c-slider__stars {
    padding: 0.5555555556rem 0.8888888889rem;
  }
}
.c-slider__star {
  width: 0.5555555556rem;
}
.c-slider__title {
  font-size: 0.8888888889rem;
  line-height: 1.5;
  margin-bottom: 0.6666666667rem;
}
.c-slider__btn {
  text-align: right;
}
.c-slider__buttons {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  gap: 0.5555555556rem;
}
@media (width <= 768px) {
  .c-slider__buttons {
    right: 1.6666666667rem;
  }
}
.c-slider__button {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  position: relative;
  cursor: pointer;
}
@media (width <= 768px) {
  .c-slider__button {
    width: 1.6666666667rem;
    height: 1.6666666667rem;
  }
}
.c-slider__button--prev {
  border: 1px solid #B2B2B2;
  border-radius: 999px;
  transform: scale(-1, 1);
}
.c-slider__button--prev:before {
  content: "";
  position: absolute;
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  border-top: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
  transform: rotate(45deg);
  top: calc(50% - 0.3888888889rem);
  right: calc(50% - 0.1666666667rem);
}
@media (width <= 768px) {
  .c-slider__button--prev:before {
    width: 0.4444444444rem;
    height: 0.4444444444rem;
    top: calc(50% - 0.2222222222rem);
    right: calc(50% - 0.1111111111rem);
  }
}
.c-slider__button--next {
  border: 1px solid #FF5951;
  background: #FF5951;
  border-radius: 999px;
}
.c-slider__button--next:before {
  content: "";
  position: absolute;
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 0.3888888889rem);
  right: calc(50% - 0.1666666667rem);
}
@media (width <= 768px) {
  .c-slider__button--next:before {
    width: 0.4444444444rem;
    height: 0.4444444444rem;
    top: calc(50% - 0.2222222222rem);
    right: calc(50% - 0.1111111111rem);
  }
}
.c-slider__pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 0.7777777778rem;
  z-index: 100;
}
.c-slider__pagination .swiper-pagination-bullet {
  background: #C4C4C4;
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  opacity: 1;
}
.c-slider__pagination .swiper-pagination-bullet-active {
  background: #FF5951;
}
.c-slider--host {
  padding-bottom: 2.7777777778rem;
}
.c-slider--host .swiper-slide-active {
  transform: scale(1);
}
.c-slider--host .c-slider__name {
  position: absolute;
  left: 1.1111111111rem;
  bottom: 1.1111111111rem;
  font-size: 1.6666666667rem;
  line-height: 1;
}
.c-slider--host .c-slider__name span {
  font-weight: 500;
  display: block;
}

.c-title__h2 {
  color: #303030;
  font-size: 3.8888888889rem;
  font-weight: 700;
  margin: 0 0 2.2222222222rem;
  letter-spacing: -0.04em;
  line-height: 3.3333333333rem;
  font-family: "Darker Grotesque", sans-serif;
}
@media (width <= 768px) {
  .c-title__h2 {
    font-size: 1.9444444444rem;
    line-height: 2.0555555556rem;
    letter-spacing: -0.02em;
  }
}

.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

.p-homestayservice-en__p {
  margin-bottom: 1em;
}
.p-homestayservice-en__mv {
  position: relative;
  height: 41.4444444444rem;
  overflow: hidden;
  border-radius: 2.7777777778rem;
  color: #fff;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  align-items: end;
}
@media (width <= 768px) {
  .p-homestayservice-en__mv {
    border-radius: 0.3333333333rem;
    height: 27.5rem;
  }
}
.p-homestayservice-en--inquiry .p-homestayservice-en__mv {
  height: 8.1111111111rem;
  border-radius: 0;
}
.p-homestayservice-en__mv .c-inner {
  position: relative;
  z-index: 1;
  padding: 6.6666666667rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__mv .c-inner {
    padding: 3.3333333333rem 1.3333333333rem;
  }
}
.p-homestayservice-en__mv .p-homestayservice-en__p {
  color: #fff;
  margin-bottom: 1.6666666667rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__mv .p-homestayservice-en__p {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media (width <= 768px) {
  .p-homestayservice-en__mv .c-btn01 {
    margin-top: 1.6666666667rem;
    font-size: 0.9444444444rem;
    padding: 0.5555555556rem;
  }
}
.p-homestayservice-en__mvImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-homestayservice-en__mvTitle {
  font-size: 6.6666666667rem;
  line-height: 5.5555555556rem;
  letter-spacing: -0.04em;
  margin-bottom: 1.6666666667rem;
  margin-top: 0;
}
@media (width <= 768px) {
  .p-homestayservice-en__mvTitle {
    font-size: 2.2222222222rem;
    letter-spacing: -0.01em;
    line-height: 2.2222222222rem;
    margin-bottom: 0.5555555556rem;
  }
}
.p-homestayservice-en__about {
  padding: 5.5555555556rem 0 7.2222222222rem;
  color: #303030;
}
@media (width <= 768px) {
  .p-homestayservice-en__about {
    padding: 0;
  }
}
.p-homestayservice-en__about .c-inner {
  box-shadow: 0.2222222222rem 0.1111111111rem 3.6666666667rem rgba(0, 0, 0, 0.1);
  border-radius: 1.6666666667rem;
  padding: 3.6111111111rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (width <= 768px) {
  .p-homestayservice-en__about .c-inner {
    box-shadow: inherit;
    padding: 1.6666666667rem 1.3333333333rem 3.8888888889rem;
  }
}
.p-homestayservice-en__about .c-title__h2 {
  margin-bottom: 2.7777777778rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__about .c-title__h2 {
    margin-bottom: 1.1111111111rem;
    font-size: 1.9444444444rem;
    line-height: 2.0555555556rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    order: 1;
  }
}
@media (width <= 768px) {
  .p-homestayservice-en__about .c-title__h2 span {
    color: #FF5951;
    display: block;
  }
}
@media (width <= 768px) {
  .p-homestayservice-en__about .p-homestayservice-en__p {
    order: 3;
    margin-bottom: 2.7777777778rem;
  }
}
.p-homestayservice-en__aboutText {
  width: 30.7777777778rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__aboutText {
    width: 100%;
    display: contents;
  }
}
.p-homestayservice-en__aboutSubTitle {
  font-size: 2.7777777778rem;
  font-weight: 700;
  color: #FF5951;
  letter-spacing: -0.02em;
  line-height: 2.5555555556rem;
  margin-bottom: 0.5555555556rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__aboutSubTitle {
    display: none;
  }
}
.p-homestayservice-en__aboutThumb {
  width: 28.4444444444rem;
  height: 31.7777777778rem;
  border-radius: 1.6666666667rem;
  overflow: hidden;
  position: relative;
}
@media (width <= 768px) {
  .p-homestayservice-en__aboutThumb {
    width: 100%;
    height: 21.7222222222rem;
    order: 2;
    margin-bottom: 1.1111111111rem;
  }
}
.p-homestayservice-en__aboutImg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-homestayservice-en__aboutThumbText {
  position: relative;
  z-index: 1;
  padding: 7.7777777778rem 2.2222222222rem 0;
  color: #fff;
  font-size: 2.7777777778rem;
  font-weight: 700;
  line-height: 2.5555555556rem;
  letter-spacing: -0.02em;
}
@media (width <= 768px) {
  .p-homestayservice-en__aboutThumbText {
    font-size: 1.1111111111rem;
    font-weight: 500;
    line-height: 1.5555555556rem;
    letter-spacing: 0;
    padding-top: 5.5555555556rem;
    padding-left: 1.1111111111rem;
  }
}
@media (width <= 768px) {
  .p-homestayservice-en__over18 {
    order: 4;
  }
}
.p-homestayservice-en__aboutList {
  width: 100%;
  counter-reset: 0;
  margin-top: 6.8888888889rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__aboutList {
    order: 4;
    margin-top: 2.2222222222rem;
  }
}
.p-homestayservice-en__aboutItem {
  border-bottom: 1px solid #B3B3B3;
  padding: 1.6666666667rem 1.6666666667rem 1.6666666667rem 5rem;
  position: relative;
  counter-increment: num;
  cursor: pointer;
}
@media (width <= 768px) {
  .p-homestayservice-en__aboutItem {
    padding: 1.1111111111rem 0 1.1111111111rem 2.6666666667rem;
  }
}
.p-homestayservice-en__aboutItem:before {
  content: counter(num, decimal-leading-zero) ".";
  font-size: 1.3333333333rem;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  left: 0;
}
@media (width <= 768px) {
  .p-homestayservice-en__aboutItem:before {
    font-size: 1.1111111111rem;
    font-weight: 700;
    top: calc(50% - 0.7222222222rem);
  }
}
.p-homestayservice-en__aboutItem.is-active .c-switch:after {
  transform: rotate(0deg);
}
.p-homestayservice-en__aboutQ {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: -0.03em;
}
@media (width <= 768px) {
  .p-homestayservice-en__aboutQ {
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 600;
    padding-right: 1.6666666667rem;
  }
}
.p-homestayservice-en__aboutA {
  line-height: 1.4444444444;
  display: none;
  padding-right: 1.6666666667rem;
}
.p-homestayservice-en__program {
  background: #ECE6F0;
  padding: 5.5555555556rem 0;
}
@media (width <= 768px) {
  .p-homestayservice-en__program {
    padding: 3.3333333333rem 0 3.8888888889rem;
  }
}
.p-homestayservice-en__program .c-title__h2 {
  font-size: 2.7777777778rem;
  letter-spacing: -0.02em;
}
@media (width <= 768px) {
  .p-homestayservice-en__program .c-title__h2 {
    font-size: 1.9444444444rem;
    line-height: 2.0555555556rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1.6666666667rem;
  }
}
.p-homestayservice-en__program .c-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-homestayservice-en__programText {
  width: 37.4444444444rem;
}
.p-homestayservice-en__programThumb {
  width: 28.4444444444rem;
  box-shadow: 1.6666666667rem 1.1111111111rem 0 #FF5951;
  border-radius: 1.6666666667rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__programThumb {
    box-shadow: inherit;
    height: 20.6666666667rem;
  }
}
.p-homestayservice-en__programImg {
  width: 100%;
  height: 100%;
  border-radius: 1.6666666667rem;
}
.p-homestayservice-en__programList {
  width: 100%;
  display: flex;
  margin-top: 6.6666666667rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__programList {
    flex-direction: column;
    margin-top: 1.1111111111rem;
  }
}
.p-homestayservice-en__programItem {
  width: 33.33%;
  text-align: center;
}
@media (width <= 768px) {
  .p-homestayservice-en__programItem {
    width: 100%;
    position: relative;
    text-align: left;
    padding-left: 3.3333333333rem;
    line-height: 0.8;
    margin-bottom: 1.1111111111rem;
  }
}
.p-homestayservice-en__programItem .p-homestayservice-en__programIconImg {
  width: 2.1666666667rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__programItem .p-homestayservice-en__programIconImg {
    width: 1.1666666667rem;
  }
}
.p-homestayservice-en__programItem:nth-of-type(2) .p-homestayservice-en__programIconImg {
  width: 2.7222222222rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__programItem:nth-of-type(2) .p-homestayservice-en__programIconImg {
    width: 1.7777777778rem;
  }
}
.p-homestayservice-en__programListHead {
  color: #FF5951;
  font-size: 2.7777777778rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (width <= 768px) {
  .p-homestayservice-en__programListHead {
    display: contents;
    font-size: 1.3333333333rem;
    line-height: 1.7777777778rem;
  }
}
.p-homestayservice-en__programListHead span {
  font-size: 1.3333333333rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__programListHead span {
    font-size: 1.1111111111rem;
    line-height: 1.3333333333rem;
  }
}
.p-homestayservice-en__programNum {
  display: inline-block;
}
.p-homestayservice-en__programIcon {
  background: #FF5951;
  width: 3.0555555556rem;
  height: 2.5277777778rem;
  border-radius: 0.2777777778rem;
  display: inline-block;
}
@media (width <= 768px) {
  .p-homestayservice-en__programIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 1.9444444444rem;
    height: 1.6666666667rem;
    left: 0;
    top: calc(50% - 0.8333333333rem);
  }
}
.p-homestayservice-en__programIcon img {
  width: 2.1666666667rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__programListP {
    font-size: 0.8888888889rem;
  }
}
.p-homestayservice-en__apply {
  padding: 10rem 0 5.5555555556rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__apply {
    padding: 3.3333333333rem 0 3.3333333333rem;
  }
}
@media (width <= 768px) {
  .p-homestayservice-en__apply .c-title__h2 {
    text-align: center;
  }
}
.p-homestayservice-en__applyList {
  display: flex;
}
@media (width <= 768px) {
  .p-homestayservice-en__applyList {
    flex-direction: column;
  }
}
.p-homestayservice-en__applyItem {
  width: 33.33%;
  text-align: center;
  background: url(../images/eng-lp/line.png) no-repeat;
  background-position: center top;
  background-size: 22rem;
  padding: 2.7777777778rem 1.9444444444rem 0;
}
@media (width <= 768px) {
  .p-homestayservice-en__applyItem {
    width: 100%;
    background-size: 16.2222222222rem;
  }
}
.p-homestayservice-en__applyTitle {
  font-size: 1.3333333333rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (width <= 768px) {
  .p-homestayservice-en__applyTitle {
    font-size: 1.1111111111rem;
    line-height: 1.4;
  }
}
.p-homestayservice-en__student {
  padding: 4.4444444444rem 0 5.5555555556rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__student {
    padding: 3.3333333333rem 0 2.2222222222rem;
    background: #f0f0f0;
  }
}
@media (width <= 768px) {
  .p-homestayservice-en__student .c-title__h2 {
    text-align: center;
  }
}
.p-homestayservice-en__student .p-homestayservice-en__p {
  margin-bottom: 2.2222222222rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__student .p-homestayservice-en__p {
    font-size: 0.7777777778rem;
    line-height: 1.2222222222rem;
  }
}
@media (width <= 768px) {
  .p-homestayservice-en__student .c-slider {
    margin: 0 -1.3333333333rem;
  }
}
.p-homestayservice-en__student .c-slider .p-homestayservice-en__p:not(:first-of-type) {
  display: none;
}
.p-homestayservice-en__student .swiper-slide {
  transition: 0.3s;
  cursor: pointer;
}
.p-homestayservice-en__student .swiper-slide-active {
  transform: scale(1.1);
}
@media (width <= 768px) {
  .p-homestayservice-en__student .swiper-slide-active {
    transform: scale(1);
  }
}
.p-homestayservice-en__studentItem {
  box-shadow: 0.2222222222rem 0.1111111111rem 3.6666666667rem rgba(0, 0, 0, 0.1);
  border-radius: 0.7777777778rem;
  padding: 0.8888888889rem;
  background: #fff;
}
@media (width <= 768px) {
  .p-homestayservice-en__studentItem {
    box-shadow: 0.1666666667rem 0.1111111111rem 3.6666666667rem rgba(0, 0, 0, 0.1);
  }
}
.p-homestayservice-en__studentThumb {
  border-radius: 0.7777777778rem;
  overflow: hidden;
  position: relative;
  height: 11.1111111111rem;
  margin-bottom: 0.4444444444rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 768px) {
  .p-homestayservice-en__studentThumb {
    height: 11.4444444444rem;
  }
}
.p-homestayservice-en__studentImg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-homestayservice-en__studentName {
  color: #fff;
  font-size: 2.7777777778rem;
  line-height: 0.8em;
  letter-spacing: -0.02em;
  font-weight: 800;
}
.p-homestayservice-en__studentStars {
  border-bottom: 1px solid #FF5951;
  padding: 0.8888888889rem 1.3333333333rem;
  margin-bottom: 1.3333333333rem;
}
.p-homestayservice-en__star {
  width: 0.5555555556rem;
}
.p-homestayservice-en__studentTitle {
  font-size: 0.8888888889rem;
  line-height: 1.5;
  margin-bottom: 0.6666666667rem;
}
.p-homestayservice-en__studentBtn {
  text-align: right;
}
.p-homestayservice-en__host {
  padding: 5.5555555556rem 0;
}
@media (width <= 768px) {
  .p-homestayservice-en__host {
    padding: 3.3333333333rem 0;
  }
}
.p-homestayservice-en__host .c-title__h2 {
  font-size: 3.8888888889rem;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media (width <= 768px) {
  .p-homestayservice-en__host .c-title__h2 {
    font-size: 1.9444444444rem;
    line-height: 2.0555555556rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1.6666666667rem;
    text-align: center;
  }
}
@media (width <= 768px) {
  .p-homestayservice-en__host .c-slider {
    margin: 1.1111111111rem -1.3333333333rem 0;
  }
}
.p-homestayservice-en__host .c-slider__item {
  padding: 1.6666666667rem;
  border-radius: 1.1111111111rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__host .c-slider__item {
    padding: 0.8888888889rem;
    border-radius: 0.7777777778rem;
  }
}
@media (width <= 768px) {
  .p-homestayservice-en__host .c-slider__thumb {
    margin-bottom: 0.5555555556rem;
  }
}
.p-homestayservice-en__host .p-homestayservice-en__p {
  margin-bottom: 0;
}
.p-homestayservice-en__faq {
  padding: 6.6666666667rem 0;
}
@media (width <= 768px) {
  .p-homestayservice-en__faq {
    padding: 2.2222222222rem 0 3.3333333333rem;
  }
}
@media (width <= 768px) {
  .p-homestayservice-en__faq .c-title__h2 {
    font-size: 1.9444444444rem;
    line-height: 2.0555555556rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1.6666666667rem;
    text-align: center;
  }
}
.p-homestayservice-en__faqList {
  display: flex;
  flex-direction: column;
  gap: 1.5555555556rem;
  margin-top: 4.4444444444rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__faqList {
    margin-top: 2.2222222222rem;
  }
}
.p-homestayservice-en__faqItem {
  border: 1px solid #C9C9C9;
  border-radius: 0.2777777778rem;
  position: relative;
}
.p-homestayservice-en__faqItem.is-active .p-homestayservice-en__faqSwitch:after {
  transform: rotate(0deg);
}
.p-homestayservice-en__faqSwitch {
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  position: absolute;
  right: 1.7777777778rem;
  top: 1.6666666667rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__faqSwitch {
    right: 0.7777777778rem;
    top: 1.3333333333rem;
  }
}
.p-homestayservice-en__faqSwitch:before {
  display: block;
  background: #000;
  content: "";
  height: 1px;
  width: 0.8888888889rem;
  position: absolute;
  left: 0;
  top: 50%;
}
.p-homestayservice-en__faqSwitch:after {
  display: block;
  background: #000;
  content: "";
  height: 1px;
  width: 0.8888888889rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: 0.3s;
}
.p-homestayservice-en__faqQ {
  font-size: 1.1111111111rem;
  font-weight: 600;
  position: relative;
  padding: 0 1.6666666667rem 0 3.3333333333rem;
  cursor: pointer;
}
@media (width <= 768px) {
  .p-homestayservice-en__faqQ {
    font-size: 1rem;
    line-height: 1.4444444444rem;
    padding: 1.1111111111rem 2.2222222222rem 1.1111111111rem 2.2222222222rem;
  }
}
.p-homestayservice-en__faqQ:before {
  content: "Q.";
  position: absolute;
  left: 1.6666666667rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__faqQ:before {
    left: 0.5555555556rem;
  }
}
.p-homestayservice-en__faqA {
  display: none;
  font-size: 1rem;
  position: relative;
  padding: 0 1.6666666667rem 1.6666666667rem 3.3333333333rem;
  color: #525252;
}
@media (width <= 768px) {
  .p-homestayservice-en__faqA {
    padding: 0 1.6666666667rem 0 2.2222222222rem;
  }
}
.p-homestayservice-en__faqA:before {
  content: "A.";
  font-size: 1.1111111111rem;
  font-weight: 600;
  position: absolute;
  left: 1.6666666667rem;
  top: -0.7222222222rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__faqA:before {
    left: 0.5555555556rem;
  }
}
.p-homestayservice-en__contact {
  padding: 2.2222222222rem 0 8.0555555556rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__contact {
    padding: 2.2222222222rem 0 3.3333333333rem;
  }
}
@media (width <= 768px) {
  .p-homestayservice-en__contact .c-title__h2 {
    margin-bottom: 1.6666666667rem;
  }
}
.p-homestayservice-en__contact form {
  max-width: 44.4444444444rem;
}
.p-homestayservice-en__contact .c-btn01 {
  border: none;
  width: 12.7777777778rem;
  height: 3.2777777778rem;
  border-radius: 0.4444444444rem;
  text-align: left;
  background: #FF5951 url(../images/eng-lp/arrow.png) no-repeat;
  background-position: calc(100% - 1.1111111111rem) center;
  background-size: 0.8333333333rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__contact .c-btn01 {
    width: 9.8888888889rem;
    height: 2.5555555556rem;
  }
}
.p-homestayservice-en__contactLogo {
  width: 9.3333333333rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__contactLogo {
    margin-bottom: 0.5555555556rem;
  }
}
.p-homestayservice-en__contactTitle {
  font-size: 0.8888888889rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0.5555555556rem;
  font-weight: 600;
}
.p-homestayservice-en__select, .p-homestayservice-en__input {
  width: 100%;
  max-width: 44.4444444444rem;
  height: 2.7777777778rem;
  background: #FDFDFD;
  border: 1px solid #C9C9C9;
  border-radius: 0.4444444444rem;
  margin-bottom: 1.1111111111rem;
  padding: 0 0.5555555556rem;
  font-size: 0.6666666667rem;
}
.p-homestayservice-en__select--short, .p-homestayservice-en__input--short {
  max-width: 16.6666666667rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__select--short, .p-homestayservice-en__input--short {
    max-width: 7.9444444444rem;
  }
}
.p-homestayservice-en__select::placeholder, .p-homestayservice-en__input::placeholder {
  font-size: 0.6666666667rem;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
}
.p-homestayservice-en__textarea {
  width: 100%;
  margin-bottom: 1.1111111111rem;
  max-width: 44.4444444444rem;
  height: 7rem;
  background: #FDFDFD;
  border: 1px solid #C9C9C9;
  border-radius: 0.4444444444rem;
  font-size: 0.6666666667rem;
  padding: 0.5555555556rem;
}
.p-homestayservice-en__form .c-inner {
  padding: 3.3333333333rem 0;
  max-width: 51.1111111111rem;
}
@media (width <= 768px) {
  .p-homestayservice-en__form .c-inner {
    padding: 1.6666666667rem 1.1111111111rem;
  }
}
.p-homestayservice-en--inquiry .p-homestayservice-en__form .c-btn01 {
  border: none;
  width: 12.7777777778rem;
  height: 3.2777777778rem;
  border-radius: 0.4444444444rem;
  text-align: left;
  background: #FF5951 url(../images/eng-lp/arrow.png) no-repeat;
  background-position: calc(100% - 1.1111111111rem) center;
  background-size: 0.8333333333rem;
}
@media (width <= 768px) {
  .p-homestayservice-en--inquiry .p-homestayservice-en__form .c-btn01 {
    width: 9.8888888889rem;
    height: 2.5555555556rem;
  }
}
.p-homestayservice-en--inquiry .p-homestayservice-en__form-logo {
  width: 9.3333333333rem;
  margin-bottom: 1.1111111111rem;
}
.p-homestayservice-en--inquiry p {
  margin-bottom: 2em;
}
.p-homestayservice-en--inquiry input[type=submit] {
  border-radius: 0.5555555556rem;
  border: none;
}

.p-homestayservice-en-thankyou__header {
  height: 8.1111111111rem;
}
.p-homestayservice-en-thankyou__content {
  padding: 5.5555555556rem;
}
@media (width <= 768px) {
  .p-homestayservice-en-thankyou__content {
    padding: 2.2222222222rem 1.3333333333rem;
  }
}
.p-homestayservice-en-thankyou .c-inner {
  box-shadow: 0.2222222222rem 0.1111111111rem 3.6666666667rem rgba(0, 0, 0, 0.1);
  border-radius: 1.6666666667rem;
  padding: 4.4444444444rem 4.1666666667rem;
}
@media (width <= 768px) {
  .p-homestayservice-en-thankyou .c-inner {
    padding: 1.6666666667rem 1.1111111111rem;
  }
}
.p-homestayservice-en-thankyou__subTitle {
  width: 20.2777777778rem;
  margin: 0 auto;
  color: #FF5951;
  font-size: 1.5555555556rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (width <= 768px) {
  .p-homestayservice-en-thankyou__subTitle {
    width: 100%;
    font-size: 1.2222222222rem;
  }
}
.p-homestayservice-en-thankyou__title {
  line-height: 1.2;
  width: 20.5555555556rem;
  margin: 0 auto 2.2222222222rem;
  font-size: 2.2222222222rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media (width <= 768px) {
  .p-homestayservice-en-thankyou__title {
    width: 100%;
    font-size: 1.6666666667rem;
    margin-bottom: 1.1111111111rem;
  }
}
.p-homestayservice-en-thankyou__p {
  max-width: 36.1111111111rem;
  margin: 0 auto 1em;
  font-size: 1rem;
}
.p-homestayservice-en-thankyou__notice {
  background: #f5f5f5;
  padding: 2.2222222222rem 2.5rem;
  border-radius: 0.9444444444rem;
  max-width: 41.3888888889rem;
  margin: 8.8888888889rem auto 8.3333333333rem;
}
@media (width <= 768px) {
  .p-homestayservice-en-thankyou__notice {
    margin: 2.2222222222rem auto 2.2222222222rem;
    padding: 1.1111111111rem 1.3333333333rem;
  }
}
.p-homestayservice-en-thankyou__notice .p-homestayservice-en-thank-you__p {
  font-size: 0.7777777778rem;
  letter-spacing: -0.04em;
}
.p-homestayservice-en-thankyou__noticeTitle {
  font-size: 1.1111111111rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1.1111111111rem;
}
@media (width <= 768px) {
  .p-homestayservice-en-thankyou__noticeTitle {
    font-size: 1rem;
  }
}
.p-homestayservice-en-thankyou__company {
  max-width: 43.0555555556rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (width <= 768px) {
  .p-homestayservice-en-thankyou__company {
    gap: 1.1111111111rem;
    flex-direction: column;
    max-width: inherit;
  }
}
.p-homestayservice-en-thankyou__company .p-homestayservice-en-thank-you__p {
  font-size: 0.8888888889rem;
  letter-spacing: -0.04em;
}
.p-homestayservice-en-thankyou__companyText {
  width: calc(100% - 17.1666666667rem);
  font-size: 0.8888888889rem;
  letter-spacing: -0.04em;
}
@media (width <= 768px) {
  .p-homestayservice-en-thankyou__companyText {
    width: 100%;
  }
}
.p-homestayservice-en-thankyou__companyTitle {
  font-size: 0.8888888889rem;
  letter-spacing: -0.04em;
}
.p-homestayservice-en-thankyou__map {
  padding-left: 1.6666666667rem;
  position: relative;
  letter-spacing: -0.04em;
  font-size: 0.7777777778rem;
}
.p-homestayservice-en-thankyou__tel {
  padding-left: 1.6666666667rem;
  position: relative;
  letter-spacing: -0.04em;
  font-size: 0.7777777778rem;
}
.p-homestayservice-en-thankyou__icon {
  position: absolute;
  left: 0;
}
.p-homestayservice-en-thankyou__icon--map {
  width: 0.9166666667rem;
  height: 1.4516666667rem;
  top: calc(50% - 0.7258333333rem);
}
.p-homestayservice-en-thankyou__icon--map {
  width: 1.2266666667rem;
  height: 1.1838888889rem;
  top: calc(50% - 0.5919444444rem);
}
.p-homestayservice-en-thankyou__companyMap {
  width: 17.1666666667rem;
  height: 13.8888888889rem;
}
@media (width <= 768px) {
  .p-homestayservice-en-thankyou__companyMap {
    width: 100%;
    border-radius: 0.9444444444rem;
    overflow: hidden;
  }
}
.p-homestayservice-en-thankyou__companyMap iframe {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
}

/* Utilities */
.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-pc {
  display: block;
}
.u-pc--inline {
  display: inline;
}
.u-pc--iblock {
  display: inline-block;
}
.u-pc--table {
  display: table;
}

.u-sp {
  display: none;
}
.u-sp--inline {
  display: none;
}
.u-sp--iblock {
  display: none;
}
.u-sp--table {
  display: none;
}

.u-ofit {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.u-pos--absolute {
  position: absolute;
}
.u-pos--fixed {
  position: fixed;
}
.u-pos--relative {
  position: relative;
}

.u-text--default {
  font-family: "Noto Sans JP", sans-serif;
}
.u-text--mincho {
  font-family: "Noto Serif JP", serif;
}
.u-text--mochiy {
  font-family: "Mochiy Pop One", sans-serif;
}
.u-text--grotesque {
  font-family: "Darker Grotesque", sans-serif;
}
.u-text--outfit {
  font-family: "Outfit", sans-serif;
}
.u-text--inter {
  font-family: "Inter", sans-serif;
}
.u-text--rubik {
  font-family: "Rubik", sans-serif;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--thin {
  font-weight: 100;
}
.u-text--extra-light {
  font-weight: 200;
}
.u-text--light {
  font-weight: 300;
}
.u-text--regular {
  font-weight: 400;
}
.u-text--medium {
  font-weight: 500;
}
.u-text--semi-bold {
  font-weight: 600;
}
.u-text--bold {
  font-weight: 700;
}
.u-text--extra-bold {
  font-weight: 800;
}
.u-text--black {
  font-weight: 900;
}
.u-text--big {
  font-size: 1.2em;
}
.u-text--regular {
  font-size: 1em;
}
.u-text--small {
  font-size: 0.8em;
}

.u-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.u-ellipsis--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.u-ellipsis--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.u-ellipsis--4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.u-ellipsis--5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.u-color__yellow {
  color: yellow;
}

.u-full-width {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.u-marker--purple {
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #f3d4f6 70%, #f3d4f6 100%);
}
.u-marker--yellow {
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #f4f581 70%, #f4f581 100%);
}

@media (width <= 768px) {
  .u-pc {
    display: none;
  }
  .u-pc--inline {
    display: none;
  }
  .u-pc--iblock {
    display: none;
  }
  .u-pc--table {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-sp--inline {
    display: inline;
  }
  .u-sp--iblock {
    display: inline-block;
  }
  .u-sp--table {
    display: table;
  }
}