html {
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer__head {
  align-items: center;
  background: url(./../images/footer_img.webp) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 11.1rem 0 7rem;
}

.footer__text {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.footer__btn {
  align-items: center;
  border: 1px solid #fff;
  color: #FFFFFF;
  display: flex;
  font-size: 1.6rem;
  gap: 0.8rem;
  justify-content: center;
  line-height: 1.8;
  max-width: 31.9rem;
  padding: 0.8rem;
  width: 100%;
}

.footer__btn::after {
  background: url(./../images/icon_share.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.2rem;
  width: 2.2rem;
}

.footer__btn:hover {
  opacity: 1;
}

.footer__bottom {
  padding: 4.3rem 0 5.5rem;
}

.footer__logo {
  margin: 0 auto;
  max-width: 20.3rem;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  background: #fff;
  bottom: 0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  height: 8.8rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
}

.header__switch {
  max-width: 2.4rem;
}

.header__logo {
  left: 50%;
  max-width: 10.3rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 136rem;
  padding: 0 8rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  margin-top: 8.8rem;
  overflow: hidden;
}

/*
 * c-accessibilityText
 * -------------------------------------------------------------
 */

.c-accessibilityText {
  background: none !important;
  border: none !important;
  bottom: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  font-size: 0 !important;
  left: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed !important;
  right: auto !important;
  top: 0 !important;
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
  align-items: center;
  background: #000;
  color: #FFFFFF;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  gap: 0.8rem;
  height: 5.6rem;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.8;
  max-width: 58.4rem;
  overflow: hidden;
  position: relative;
  transition: background 0.2s color 0.2s;
  width: 100%;
}

.c-btn::after {
  background: url(./../images/btn_arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1.1rem;
  position: relative;
  transition: all 0.2s;
  width: 1rem;
  z-index: 1;
}

.c-btn span {
  position: relative;
  z-index: 1;
}

.c-btn--sm {
  max-width: 18.6rem;
}

.c-btn--wht {
  background: #F2F2F2;
  color: #000;
}

.c-btn--wht::after {
  filter: brightness(0) invert(0);
}

.c-btn:hover {
  background: #2E2E2E;
  opacity: 1;
}

.c-btn:active {
  background: #1e1e1e;
}

.c-btn--wht:hover {
  background: #f5f5f5;
}

.c-btn--wht:active {
  background: #e6e6e6;
}

.c-btn--yel {
  background: #E9E611;
  color: inherit;
  max-width: 100%;
}

.c-btn--yel::after {
  filter: brightness(0) invert(0);
}

.c-btn--yel::before {
  display: none;
}

.c-btn--yel:hover {
  background: #f5f339;
  opacity: 1;
}

.c-btn--yel:active {
  background: #dcd910;
}

/*
 * c-float
 * -------------------------------------------------------------
 */

.c-float {
  background: #E9E611;
  border-radius: 50%;
  bottom: 4rem;
  height: 12.8rem;
  max-width: 12.8rem;
  opacity: 0;
  position: fixed;
  right: max(2rem, 50% - 72rem + 4rem);
  transition: all 0.3s ease;
  width: 100%;
  z-index: 10;
}

.c-float:hover {
  background: #f5f339;
  transform: translateY(-0.5rem);
}

.c-float:active {
  background: #dcd910;
}

.c-float__btn {
  align-items: center;
  display: grid;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
  justify-items: center;
  line-height: 1.8;
  place-items: center;
  text-align: center;
  width: 100%;
}

.c-float:hover .c-float__btn {
  opacity: 1;
}

.c-float--visible {
  opacity: 1;
}

/*
 * c-secHead
 * -------------------------------------------------------------
 */

.c-secHead {
  line-height: 1.3;
}

.c-secHead__eng {
  align-items: center;
  display: flex;
  font-family: "arboria", sans-serif;
  font-size: 2rem;
  gap: 0.8rem;
  text-transform: capitalize;
}

.c-secHead__eng::before {
  background: #e9e611;
  content: "";
  display: block;
  height: 2rem;
  margin-top: 0.3rem;
  width: 0.8rem;
}

.c-secHead__ja {
  font-size: 4rem;
  font-weight: 700;
  margin-top: 0.8rem;
}

/*
 * c-text
 * -------------------------------------------------------------
 */

.c-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
  background: #fff;
}

.about__head {
  display: flex;
  gap: 3.2rem;
  margin-top: 4rem;
}

.about__img {
  max-width: 48.1rem;
  width: 100%;
}

.about__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.about__head-body {
  flex: 1;
  padding-right: 0.7rem;
}

.about__head-ttl {
  max-width: 14.1rem;
}

.about__head-text {
  font-weight: 400;
  margin-top: 0.8rem;
}

.about__body {
  margin-top: 3.2rem;
}

.about__body-ttl {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.about__body-text {
  margin-top: 1.6rem;
}

.about__links {
  display: flex;
  justify-content: space-between;
  margin-top: 3.2rem;
}

/*
 * aboutCampaign
 * -------------------------------------------------------------
 */

.aboutCampaign {
  padding-top: 5.5rem;
}

.aboutCampaign__body {
  margin-top: 3.2rem;
}

.aboutCampaign__list {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}

.aboutCampaign__item:not(:nth-child(1)) {
  display: flex;
  gap: 2.2rem;
}

.aboutCampaign__itemHead {
  flex: 1;
}

.aboutCampaign__ttlWrap {
  align-items: flex-end;
  display: flex;
  gap: 1.6rem;
}

.aboutCampaign__num {
  font-family: "bely-display", sans-serif;
  font-size: 7.2rem;
}

.aboutCampaign__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.aboutCampaign__lead {
  margin-top: 2rem;
}

.aboutCampaign__cards {
  grid-gap: 1.6rem;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.6rem;
}

.aboutCampaign__cardImg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.aboutCampaign__cardTtl {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1.6rem;
}

.aboutCampaign__cardText {
  margin-top: 0.8rem;
}

.aboutCampaign__text {
  text-box: trim-both;
  margin-top: 1.6rem;
}

.aboutCampaign__img {
  max-width: 48.1rem;
}

.aboutCampaign__btn {
  margin-top: 5.6rem;
}

/*
 * aboutSwiper
 * -------------------------------------------------------------
 */

.aboutSwiper {
  overflow: visible !important;
}

.aboutSwiper {
  -webkit-clip-path: inset(0% -50vw 0% 0%);
  clip-path: inset(0% -50vw 0% 0%);
  margin-top: 3.2rem;
}

.aboutSwiper .swiper-slide {
  height: auto;
}

.aboutSwiper__item {
  max-width: 31.2rem;
}

.aboutSwiper__img {
  aspect-ratio: 312/218;
}

.aboutSwiper__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.aboutSwiper__ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 1.2rem;
}

.aboutSwiper__ttl sup {
  font-size: 1.2rem;
  left: 0.2rem;
  position: relative;
  top: -1.1rem;
}

.aboutSwiper__text {
  font-weight: 400;
}

/*
 * campaign
 * -------------------------------------------------------------
 */

.campaign {
  background: #F6F6ED;
  padding: 5.5rem 0;
}

.campaign__body {
  align-items: center;
  display: flex;
  gap: 3.2rem;
}

.campaign__head {
  max-width: 37.8rem;
}

.campaign__lead {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.2rem;
}

.campaign__list {
  display: grid !important;
}

.campaign__list {
  grid-gap: 1.6rem;
  flex: 1;
  gap: 1.6rem;
  grid-template-columns: repeat(3, 1fr);
  min-width: 64rem;
}

.campaign__img {
  height: 16.8rem;
}

.campaign__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.campaign__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1.6rem;
}

.campaign__text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 0.8rem;
}

/*
 * campaignSwiper
 * -------------------------------------------------------------
 */

.campaignSwiper {
  flex: 1;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  background: url(./../images/fv.webp) no-repeat bottom/cover;
  height: 60rem;
}

.fv__inner {
  display: flex;
  height: 100%;
  justify-content: space-between;
  max-width: 138.2rem;
  padding: 5.2rem 4rem 4.6rem;
}

.fv__head {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 3.6rem;
  width: -moz-fit-content;
  width: fit-content;
}

.fv__ttl {
  font-family: "arboria", sans-serif;
  font-size: 6.4rem;
  line-height: 1.1;
  text-transform: capitalize;
}

.fv__text {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.28;
}

.fv__text .text-sm {
  display: block;
  font-size: 2.4rem;
  margin-top: 1.2rem;
  opacity: 0.9;
}

.fv__foot {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem 2.5rem 0 0;
  width: -moz-fit-content;
  width: fit-content;
}

.fv__logo {
  max-width: 23.9rem;
}

.fv__label {
  max-width: 16.3rem;
}

/*
 * info
 * -------------------------------------------------------------
 */

.info {
  padding: 11.4rem 0 8rem;
}

.info__inner {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
}

.info__ttl {
  font-family: "bely-display", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.info__info dt {
  font-family: "arboria", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2.4rem;
}

.info__info dd {
  font-weight: 400;
  margin-top: 0.8rem;
}

.info__map {
  aspect-ratio: 583/462;
  height: 100%;
  max-width: 58.3rem;
  width: 100%;
}

.info__map iframe {
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*
 * pickup
 * -------------------------------------------------------------
 */

.pickup {
  padding: 13.8rem 0 7rem;
}

.pickup__body {
  align-items: center;
  display: flex;
  gap: 3.1rem;
}

.pickup__img {
  max-width: 48.1rem;
}

.pickup__details {
  flex: 1;
}

.pickup__text {
  text-box: trim-both;
  font-weight: 500;
  margin-top: 2.4rem;
}

/*
 * pickupSwiper
 * -------------------------------------------------------------
 */

.pickupSwiper {
  margin: 0 calc(50% - 50vw) !important;
}

.pickupSwiper {
  display: none;
  width: 100vw;
}

.pickupSwiper__details {
  padding: 1.6rem 1.6rem 0;
}

.pickupSwiper__ttl {
  font-family: "arboria", sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}

.pickupSwiper__text {
  margin-top: 1.6rem;
}

.pickupSwiper .swiper-pagination {
  bottom: auto !important;
}

.pickupSwiper .swiper-pagination {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  top: 55.9vw;
}

.pickupSwiper .swiper-pagination-bullet {
  border-radius: 0 !important;
  border-radius: initial !important;
}

.pickupSwiper .swiper-pagination-bullet {
  background: #fff;
  height: 0.8rem;
  width: 0.8rem;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (min-width: 1600px) {

  .fv {
    background-position: center;
    height: 70rem;
  }

}

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

  html {
    font-size: 0.78125vw;
  }

}

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

  html {
    font-size: 10px;
  }

  .footer__head {
    background: url(./../images/footer_img_sp.webp) no-repeat bottom/cover;
    padding: 9.5rem 3rem 8.6rem;
  }

  .footer__bottom {
    padding: 3.6rem 0 16rem;
  }

  .footer__logo {
    max-width: 16rem;
  }

  .header {
    height: 6rem;
  }

  .header__inner {
    padding: 1rem 2.2rem 0.8rem;
  }

  .header__switch {
    max-width: 2rem;
  }

  .header__logo {
    max-width: 7.2rem;
  }

  .l-inner {
    padding: 0 1.6rem;
  }

  .l-main {
    margin-top: 6rem;
  }

  .c-btn {
    font-size: 1.6rem;
    height: 4.8rem;
    max-width: 100%;
  }

  .c-btn--sm {
    max-width: 100%;
  }

  .c-float {
    bottom: 1.6rem;
    height: 11.2rem;
    max-width: 11.2rem;
    right: 1.6rem;
  }

  .c-secHead__eng {
    font-size: 1.6rem;
    gap: 0.5rem;
  }

  .c-secHead__ja {
    font-size: 2.8rem;
  }

  .c-text {
    font-size: 1.4rem;
  }

  .about__head {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 2.4rem;
  }

  .about__img {
    aspect-ratio: 358/256;
    max-width: 100%;
  }

  .about__head-body {
    padding-right: 0;
  }

  .about__head-ttl {
    margin: 0 auto;
    max-width: 13rem;
  }

  .about__head-text {
    margin-top: 1.6rem;
  }

  .about__body {
    margin-top: 3.6rem;
  }

  .about__body-ttl {
    font-size: 3.2rem;
  }

  .about__links {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 5rem;
  }

  .aboutCampaign {
    padding-top: 3.2rem;
  }

  .aboutCampaign__body {
    margin-top: 4rem;
  }

  .aboutCampaign__list {
    gap: 4.5rem;
  }

  .aboutCampaign__item:not(:nth-child(1)) {
    flex-direction: column;
    gap: 0;
  }

  .aboutCampaign__itemHead {
    display: contents;
  }

  .aboutCampaign__ttlWrap {
    align-items: center;
    gap: 0.4rem;
    order: 1;
  }

  .aboutCampaign__num {
    font-size: 6.4rem;
  }

  .aboutCampaign__ttl {
    font-size: 2rem;
  }

  .aboutCampaign__lead {
    margin-top: 1rem;
    order: 2;
  }

  .aboutCampaign__cards {
    gap: 2.4rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .aboutCampaign__card {
    align-items: center;
    display: flex;
    gap: 1.6rem;
  }

  .aboutCampaign__card:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .aboutCampaign__cardImg {
    aspect-ratio: 171/224;
    max-width: 43.8vw;
  }

  .aboutCampaign__cardBody {
    flex: 1;
  }

  .aboutCampaign__cardTtl {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 0;
  }

  .aboutCampaign__text {
    order: 4;
  }

  .aboutCampaign__img {
    margin-top: 1.6rem;
    max-width: 100%;
    order: 3;
  }

  .aboutCampaign__btn {
    margin-top: 2.4rem;
  }

  .aboutSwiper {
    margin-top: 2.4rem;
  }

  .aboutSwiper .swiper-slide {
    max-width: 60vw;
  }

  .aboutSwiper__item {
    max-width: 100%;
  }

  .aboutSwiper__img {
    aspect-ratio: 291/200;
  }

  .aboutSwiper__ttl {
    font-size: 1.6rem;
  }

  .aboutSwiper__ttl sup {
    left: 0.4rem;
    top: -0.4rem;
  }

  .campaign {
    padding: 3.2rem 0 5.4rem;
  }

  .campaign__body {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.6rem;
  }

  .campaign__head {
    max-width: 100%;
  }

  .campaign__lead {
    margin-top: 1.6rem;
  }

  .campaign__list {
    display: flex !important;
  }

  .campaign__list {
    gap: 0;
    min-width: 100%;
    /* grid解除 */
    /* 左余白 */
    overflow: visible;
    /* 右端チラ見え */
  }

  .campaign__item {
    max-width: 60vw;
  }

  .campaign__img {
    aspect-ratio: 233/168;
    height: auto;
    /* 例：画面幅の48%を高さに */
    /* 上限（任意） */
  }

  .campaignSwiper {
    overflow: visible !important;
    overflow: initial !important;
  }

  .campaignSwiper {
    -webkit-clip-path: inset(0% -50vw 0% 0%);
    clip-path: inset(0% -50vw 0% 0%);
    flex: initial;
  }

  /* .campaign__list .swiper-slide { */
    /* 見切れ量は56px（調整OK） */
  /* } */

  .fv {
    aspect-ratio: 390/609;
    background: url(./../images/fv_sp.webp) no-repeat bottom/100%;
    height: auto;
  }

  .fv__inner {
    flex-direction: column;
    padding: 6.15vw 5.13vw 5.9vw;
  }

  .fv__head {
    gap: 3.1vw;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .fv__ttl {
    font-size: 10.8vw;
  }

  .fv__text {
    font-size: 9.2vw;
  }

  .fv__text .text-sm {
    font-size: 4.1vw;
    margin-top: 2vw;
  }

  .fv__foot {
    flex-direction: row;
    padding: 0;
    width: 100%;
  }

  .fv__logo {
    max-width: 38vw;
    padding-bottom: 1rem;
  }

  .fv__label {
    max-width: 25.4vw;
  }

  .info {
    padding: 5rem 0 3.2rem;
  }

  .info__inner {
    flex-direction: column;
    gap: 1.6rem;
  }

  .info__ttl {
    font-size: 3.2rem;
  }

  .info__info {
    margin-top: 2.9rem;
  }

  .info__info dt {
    font-size: 1.6rem;
    margin-top: 1.7rem;
  }

  .info__info dd {
    font-size: 1.6rem;
  }

  .info__map {
    aspect-ratio : auto;
    margin-top: 0;
    max-width: 100%;
  }

  .pickup {
    padding: 4.8rem 0 8.8rem;
  }

  .pickup__body {
    background: url(./../images/pickup_img_sp.webp) no-repeat center/cover;
    height: 55.2rem;
    margin: 0 calc(50% - 50vw);
    padding: 3.2rem 1.6rem;
    position: relative;
  }

  .pickup__img {
    display: none;
  }

  .pickup__details {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }

  .pickupSwiper {
    display: block;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

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

  html {
    font-size: 2.564vw;
  }

}
.saunapool {
    margin: 40px 0 10px;
}
.saunapool__block-title {
    font-family: "arboria", sans-serif;
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 0 0 15px;
}
.saunapool__block-text {
    font-size: 14px;
}
.saunapool__block {
    font-size: 0;
    width: 100%;
    margin: 0 0 30px;
}

.saunapool__block-top {
    display: inline-block;
    vertical-align: middle;
    width: 53%;
    margin: 0 1% 0 0;
}
.saunapool__block-bottom {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
}

@media screen and (max-width: 767px) {
.saunapool {
    margin: 40px 0 10px;
}
.saunapool__block-title {
    font-family: "arboria", sans-serif;
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 0 0 15px;
}
.saunapool__block-text {
    font-size: 14px;
}
.saunapool__block {
    font-size: 0;
    width: 100%;
    margin: 0 0 30px;
}

.saunapool__block-top {
    display: block;
    vertical-align: middle;
    width: 100%;
}
.saunapool__block-bottom {
    display: block;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 15px;
}
.pickup {
    padding: 4.8rem 0 3.8rem;
}
.fam-official {
   width: 100%;
   padding: 20px 0 0;
   border-top: 0.5px solid rgba(255, 255, 255, 0.5);
   color: rgba(255, 255, 255, 1);
   position: relative;
   opacity: 1 !important;
}
.itoshima-lang-main__block {
    width: 100% !important;
}
.fam-official:after {
    content: "";
    position: absolute;
    bottom: 8%;
    right: 0;
    transform: translate(0, -50%);
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-image: url(/wp-content/themes/seven/assets/img/arrowo.png);
}
.footer__bottom {
    padding: 3.6rem 0 3rem;
}
}

/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 768px) {
.c-btn--yel.td {
  background: #E9E611;
  color: inherit;
  max-width: 584px;
}
}
@media screen and (max-width: 767px) {
.c-btn--yel.td {
  background: #E9E611;
  color: inherit;
}
}

