@charset "UTF-8";
img,
video,
canvas {
  overflow: hidden; /* または overflow: clip; */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 19.2px;
  color: var(--LP-Blown, #4a3636);
  background-color: var(--LP-Light-Blue, #e9f6f8);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}
@media screen and (min-width: 1101px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  body {
    font-size: 15px;
  }
}

.button {
  display: inline-block;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  box-shadow: 0px 4px 0px 0px #4a3636;
  padding: 5px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 374px) {
  .button {
    font-size: 13px;
  }
}
@media screen and (min-width: 1101px) {
  .button {
    padding: 10px 40px 12px 40px;
    font-size: 20px;
    font-weight: bold;
    border: 3px solid var(--LP-Blown, #4a3636);
    padding: 10px 40px 10px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .button {
    font-size: 17px;
  }
}
.button:hover {
  background: var(--LP-Yellow, #ffee56);
}

img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .hidden-tab {
    display: none;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 1101px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sp {
    display: none;
  }
}

.sp-inline-block {
  display: inline-block;
}
@media screen and (min-width: 1101px) {
  .sp-inline-block {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sp-inline-block {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .tab {
    display: none;
  }
}

.inner {
  padding-inline: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1101px) {
  .inner {
    max-width: 1104px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .inner {
    max-width: 1104px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header {
  height: 64px;
  background: var(--LP-White, #fff);
  position: fixed;
  z-index: 55;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    height: 66px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  height: inherit;
  padding-inline: 20px;
}
@media screen and (max-width: 374px) {
  .header__inner {
    padding-inline: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .header__inner {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

a:hover {
  color: var(--LP-Dark-Blue, #67b0c7);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.header__logo a img {
  width: 210px;
  height: 27px;
  flex-shrink: 0;
  display: block;
}
@media screen and (min-width: 1101px) {
  .header__logo a img {
    width: 183px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header__logo a img {
    width: 150px;
  }
}

.p-navigation-header {
  display: none;
  margin-left: auto;
}
@media screen and (min-width: 1101px) {
  .p-navigation-header {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-navigation-header {
    display: block;
  }
}

.p-navigation-header__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  gap: 12px;
}

.p-navigation-header__list-item a:hover {
  color: var(--LP-Dark-Blue, #67b0c7);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.p-navigation-header__link {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-navigation-header__link {
    font-size: 11px;
  }
}

@media screen and (min-width: 1101px) {
  .header-button {
    margin-left: 5px;
  }
}
@media screen and (min-width: 1101px) and (min-width: 1101px) {
  .header-button {
    padding: 4px 21px 6px 21px;
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header-button {
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) and (min-width: 1101px) {
  .header-button {
    padding: 3px 18px 5px 18px;
    font-size: 11px;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .drawer_icon-box {
    margin-left: auto;
  }
}
.drawer_icon-box.is-checked {
  position: absolute;
  top: 41px;
  right: 0;
  width: 72px;
  height: 64px;
  background: var(--LP-White, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 52;
}
.drawer_icon-box.is-checked .drawer-icon .drawer__icon-line:nth-child(1) {
  display: none;
}
.drawer_icon-box.is-checked .drawer-icon .drawer__icon-line:nth-child(2) {
  transform: rotate(-45deg);
  top: 12px;
}
.drawer_icon-box.is-checked .drawer-icon .drawer__icon-line:nth-child(3) {
  transform: rotate(45deg);
  top: 12px;
}

.drawer-icon {
  padding: 3.6px 0px 0.4px 0px;
  width: 32px;
  position: relative;
  height: 28px;
  cursor: pointer;
  z-index: 51;
  transition: transform 0.3s linear;
  background: var(--LP-White, #fff);
}
.drawer-icon:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 1101px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .drawer-icon {
    display: none;
  }
}

.drawer__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 105px);
  z-index: 50;
  transform: translateY(-105%);
  transition: transform 0.3s linear;
}
.drawer__content.is-checked {
  transform: translateY(0);
}

.drawer__items {
  text-align: center;
  margin-top: 105px;
  margin-top: 0;
  padding-top: 82px;
  padding-inline: 50px;
  padding-bottom: 82px;
  background: var(--LP-White, #fff);
}

.drawer__item {
  padding-bottom: 40px;
  display: block;
}
.drawer__item a {
  color: var(--LP-Blown, #4a3636);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.drawer__item__button {
  display: inline-block;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  margin-top: -2px;
  background: var(--LP-White, #fff);
  box-shadow: 0px 4px 0px 0px #4a3636;
  padding: 5px 22px;
}
.drawer__item__button a {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}

.drawer__icon-line {
  margin-top: 2.4px;
  position: absolute;
  background: #4a3636;
  height: 3px;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s linear, top linear;
  border-radius: 6px;
}
.drawer__icon-line.type1 {
  top: 0px;
  width: 25.6px;
}
.drawer__icon-line.type2 {
  top: 12px;
}
.drawer__icon-line.type3 {
  top: 24px;
}

.type-dot {
  position: absolute;
  background: #4a3636;
  height: 3px;
  top: 0;
  left: 28px;
  width: 4px;
  border-radius: 6px;
}

.drawer__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 105px);
  z-index: 50;
  transform: translateY(-105%);
  transition: transform 0.3s linear;
}
.drawer__content.is-checked {
  transform: translateY(0);
}

.drawer__items {
  text-align: center;
  padding-top: 82px;
  padding-inline: 50px;
  padding-bottom: 82px;
  background: var(--LP-White, #fff);
}

.drawer__item {
  padding-bottom: 40px;
  display: block;
}
.drawer__item a {
  color: var(--LP-Blown, #4a3636);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.drawer__item__button {
  display: inline-block;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  margin-top: -2px;
  background: var(--LP-White, #fff);
  box-shadow: 0px 4px 0px 0px #4a3636;
  padding: 5px 22px;
}
.drawer__item__button a {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}

.main {
  padding-bottom: 43px;
  padding-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main {
    padding-bottom: 100px;
  }
}

.main__background {
  background: url(../img/head-main/main_background2.png) no-repeat bottom center/cover;
  height: 554px;
}
@media screen and (min-width: 1101px) {
  .main__background {
    background: url(../img/head-main/main_pc_back.png) no-repeat center center/cover;
    height: 740px;
    border-radius: 0px 0px 40px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__background {
    background: url(../img/head-main/main_background2.png) no-repeat center center/cover;
    height: 600px;
  }
}

.main__inner {
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .main__inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__inner {
    padding-inline: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.main__lead {
  padding-top: 19px;
  text-align: center;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px; /* 17.5px */
}
@media screen and (min-width: 1101px) {
  .main__lead {
    padding-top: 35px;
    text-shadow: 0px 0px 30px #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 125%; /* 30px */
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__lead {
    padding-top: 35px;
    text-shadow: 0px 0px 30px #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 125%; /* 30px */
  }
}

.main__title {
  margin-top: 18px;
  display: flex;
  width: 335px;
  height: 53px;
  padding: 0px 0.511px 0px 0.126px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 374px) {
  .main__title {
    width: 286px;
  }
}
@media screen and (min-width: 1101px) {
  .main__title {
    margin-top: 24px;
    width: 520px;
    height: 81px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__title {
    margin-top: 24px;
    width: 520px;
    height: 81px;
  }
}

.main__title2 {
  display: flex;
  width: 240px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1101px) {
  .main__title2 {
    width: 356px;
    height: 60px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__title2 {
    width: 356px;
    height: 60px;
    margin-top: 16px;
  }
}

.main__content {
  padding-top: 113px;
  position: relative;
  z-index: 10;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1101px) {
  .main__content {
    padding-top: 33px;
    max-width: 848px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__content {
    padding-top: 33px;
    max-width: 470px;
    padding-top: 33px;
    max-width: 848px;
  }
}

.main__img-comment {
  position: absolute;
  top: 17px;
  left: 0;
}
@media screen and (min-width: 1101px) {
  .main__img-comment {
    top: 0;
    left: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__img-comment {
    top: 0;
    left: -64px;
  }
}
.main__img-comment img {
  width: 142px;
}
@media screen and (min-width: 1101px) {
  .main__img-comment img {
    width: 244px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__img-comment img {
    width: 240px;
  }
}

.main-phone-botton {
  position: absolute;
  display: inline-block;
  content: "";
  top: 338px;
  left: 50%;
  transform: translateX(-50%);
  width: 132px;
  height: 32px;
  z-index: 5;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main-phone-botton {
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 146px;
    top: 293px;
  }
}
@media screen and (min-width: 1101px) {
  .main-phone-botton {
    font-size: 16px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 146px;
    top: 314px;
  }
}

.main__button {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  padding-bottom: 3px;
  padding: 3px 22px 5px 22px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__button {
    font-size: 16px;
    padding: 4px 22px 6px 22px;
  }
}
@media screen and (min-width: 1101px) {
  .main__button {
    font-size: 16px;
    padding: 4px 22px 6px 22px;
  }
}

.main__img-round {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: -1;
}
@media screen and (min-width: 1101px) {
  .main__img-round {
    top: 18px;
    right: 127px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__img-round {
    top: 18px;
    right: calc(50% - 260px);
  }
}
.main__img-round img {
  width: 110px;
}
@media screen and (min-width: 1101px) {
  .main__img-round img {
    width: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__img-round img {
    width: 150px;
  }
}
@media screen and (max-width: 374px) {
  .main__img-round img {
    width: 90px;
  }
}

.main__img-phone {
  flex-shrink: 0;
}
.main__img-phone img {
  width: 200px;
  height: 408px;
}
@media screen and (min-width: 1101px) {
  .main__img-phone img {
    width: 250px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__img-phone img {
    width: 230px;
    height: auto;
  }
}

.main__img-food {
  position: absolute;
  bottom: -11px;
  z-index: 10;
  left: 0;
}
@media screen and (min-width: 1101px) {
  .main__img-food {
    bottom: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__img-food {
    bottom: -15px;
  }
}
.main__img-food img {
  width: 91px;
}
@media screen and (min-width: 1101px) {
  .main__img-food img {
    width: 215px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__img-food img {
    width: 200px;
  }
}
@media screen and (max-width: 374px) {
  .main__img-food img {
    width: 70px;
  }
}

.main__img-blown-cat {
  position: absolute;
  bottom: -11px;
  right: 9px;
  z-index: 10;
}
@media screen and (min-width: 1101px) {
  .main__img-blown-cat {
    right: 0px;
    bottom: -59px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__img-blown-cat {
    right: calc(50% - 352px);
    bottom: -59px;
  }
}
.main__img-blown-cat img {
  width: 98px;
}
@media screen and (min-width: 1101px) {
  .main__img-blown-cat img {
    width: 233px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__img-blown-cat img {
    width: 200px;
  }
}
@media screen and (max-width: 374px) {
  .main__img-blown-cat img {
    width: 70px;
  }
}

.main__img-black-cat {
  position: absolute;
  bottom: 47px;
  right: 0;
  z-index: 9;
}
@media screen and (min-width: 1101px) {
  .main__img-black-cat {
    bottom: 45px;
    right: 63px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__img-black-cat {
    bottom: 45px;
    right: calc(50% - 352px);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 374px) {
  .main__img-black-cat {
    bottom: 15px;
    right: -28px;
  }
}
.main__img-black-cat img {
  width: 62px;
}
@media screen and (min-width: 1101px) {
  .main__img-black-cat img {
    width: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main__img-black-cat img {
    width: 150px;
  }
}
@media screen and (max-width: 374px) {
  .main__img-black-cat img {
    width: 50px;
  }
}

.about {
  margin-top: 135px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .about {
    margin-top: 52px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about {
    margin-top: 52px;
    padding-top: 80px;
  }
}

.about__inner {
  position: relative;
  padding-inline: 20px;
  max-width: 500px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__inner {
    max-width: 720px;
  }
}
@media screen and (min-width: 1101px) {
  .about__inner {
    max-width: 888px;
  }
}

.about__cat-pawpads {
  position: absolute;
  top: -10px;
  right: calc(50% - 187px);
}
.about__cat-pawpads img {
  width: 54px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__cat-pawpads {
    right: calc(50% - 448px);
    top: -8px;
  }
  .about__cat-pawpads img {
    width: 80px;
  }
}
@media screen and (min-width: 1101px) {
  .about__cat-pawpads {
    top: -80px;
    right: calc(50% - 590px);
  }
  .about__cat-pawpads img {
    width: 100px;
  }
}

.about__box {
  display: flex;
  width: 100%;
  padding: 40px 12px;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  background: var(--LP-White, #fff);
  background: var(--LP-White, #fff);
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__box {
    padding: 40px 20px;
    padding: 40px 114px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1101px) {
  .about__box {
    padding: 40px 114px;
    border-radius: 40px;
  }
}

.heading__title {
  text-align: center;
  padding-inline: 15px;
  margin-left: auto;
  margin-right: auto;
}

.heading__title-picture-icon-1 {
  position: absolute;
  top: 31.87px;
  left: 33px;
}
.heading__title-picture-icon-1 img {
  width: 87px;
}
@media screen and (max-width: 374px) {
  .heading__title-picture-icon-1 img {
    width: 65px;
  }
}
@media screen and (min-width: 1101px) {
  .heading__title-picture-icon-1 {
    top: 39px;
    left: 83.87px;
  }
  .heading__title-picture-icon-1 img {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .heading__title-picture-icon-1 {
    top: 39px;
    left: 83.87px;
  }
  .heading__title-picture-icon-1 img {
    width: 130px;
  }
}

.heading__title-picture-icon-2 {
  position: absolute;
  top: 30px;
  right: 19.87px;
}
.heading__title-picture-icon-2 img {
  width: 87px;
}
@media screen and (max-width: 374px) {
  .heading__title-picture-icon-2 img {
    width: 65px;
  }
}
@media screen and (min-width: 1101px) {
  .heading__title-picture-icon-2 {
    top: 47px;
    right: 83.87px;
  }
  .heading__title-picture-icon-2 img {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .heading__title-picture-icon-2 {
    top: 47px;
    right: 83.87px;
  }
  .heading__title-picture-icon-2 img {
    width: 130px;
  }
}

.heading__title-icon img {
  width: 37.333px;
}
@media screen and (min-width: 1101px) {
  .heading__title-icon img {
    width: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .heading__title-icon img {
    width: 50px;
  }
}

.heading__title-en {
  font-family: Courgette;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
  margin-top: 6px;
}
@media screen and (min-width: 1101px) {
  .heading__title-en {
    font-size: 20px;
    margin-top: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .heading__title-en {
    font-size: 20px;
    margin-top: 9px;
  }
}

.heading__title-ja {
  margin-top: 6px;
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 125%; /* 25px */
  border-bottom: 6px solid var(--LP-Yellow, #ffee56);
  display: inline-block;
  padding-bottom: 6px;
}
@media screen and (min-width: 1101px) {
  .heading__title-ja {
    margin-top: 7px;
    font-size: 32px;
    border-bottom: 8px solid var(--LP-Yellow, #ffee56);
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .heading__title-ja {
    margin-top: 7px;
    font-size: 32px;
    border-bottom: 8px solid var(--LP-Yellow, #ffee56);
    padding-bottom: 8px;
  }
}

.about__content {
  margin-top: 25px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .about__content {
    margin-top: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__content {
    margin-top: 33px;
  }
}

.about__content-heading {
  color: var(--LP-Blown, #4a3636);
  text-align: center;
  /* JP/Text 14px Bold */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 1101px) {
  .about__content-heading {
    font-size: 15.9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__content-heading {
    font-size: 15.9px;
  }
}

.about__content-text {
  margin-top: 21px;
  color: var(--LP-Blown, #4a3636);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.1px; /* 19.2px */
}
.about__content-text .retro {
  font-weight: 700;
}
.about__content-text .adress {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (min-width: 1101px) {
  .about__content-text {
    font-size: 16px;
    line-height: 25.6px;
    margin-top: 32px;
    line-height: 25.9px; /* 25.6px */
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__content-text {
    font-size: 16px;
    line-height: 25.6px;
    margin-top: 32px;
    line-height: 25.9px; /* 25.6px */
  }
}

.about__content-text-message {
  margin-top: 24px;
  color: var(--LP-Blown, #4a3636);
  text-align: center;
  padding: 8px 0px;
  padding-bottom: 0;
  /* JP/Text 14px Bold */
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  display: inline-block;
  border-bottom: 2px dashed var(--LP-Blue, #9ed0e0);
  padding-bottom: 6px;
}
@media screen and (min-width: 1101px) {
  .about__content-text-message {
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__content-text-message {
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 37px;
  }
}

.about__content-button {
  margin-top: 24px;
}
@media screen and (min-width: 1101px) {
  .about__content-button {
    margin-top: 30px;
  }
}

.about__picture-left {
  position: absolute;
  top: 405px;
  right: calc(50% + 128px);
  width: 200px;
  overflow: hidden;
}
.about__picture-left img {
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__picture-left {
    right: calc(50% + 180px);
    top: 300px;
    width: 300px;
  }
}
@media screen and (min-width: 1101px) {
  .about__picture-left {
    right: calc(50% + 612px);
    top: 155px;
    width: 480px;
  }
}

.about__picture-right {
  position: absolute;
  top: 283px;
  left: calc(50% + 123px);
  width: 200px;
  overflow: hidden;
}
.about__picture-right img {
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__picture-right {
    left: calc(50% + 180px);
    top: 300px;
    width: 300px;
  }
}
@media screen and (min-width: 1101px) {
  .about__picture-right {
    left: calc(50% + 560px);
    border-radius: 40px;
    top: 155px;
    width: 480px;
  }
  .about__picture-right img {
    border-radius: 40px;
  }
}

.about__deco-naname {
  display: none;
}
@media screen and (min-width: 1101px) {
  .about__deco-naname {
    width: 250px;
    position: absolute;
    display: block;
    left: calc(-37% - 4px);
    top: -20px;
  }
  .about__deco-naname img {
    width: 250px;
  }
}

.about__arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.about__arrow img {
  width: 100px;
}
@media screen and (min-width: 1101px) {
  .about__arrow img {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__arrow img {
    width: 130px;
  }
}

.about__picture-hill {
  position: absolute;
  bottom: 60px;
  width: 140px;
  left: 0px;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__picture-hill {
    width: 200px;
  }
}
@media screen and (min-width: 1101px) {
  .about__picture-hill {
    bottom: 151px;
    left: -102px;
    width: 427px;
  }
}

.about__picture-good {
  width: 133px;
  height: 65.003px;
  position: absolute;
  bottom: 158px;
  right: 57px;
  z-index: -1;
}
@media screen and (max-width: 374px) {
  .about__picture-good {
    width: 100px;
    height: 50px;
    bottom: 130px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__picture-good {
    width: 220px;
    left: calc(50% + 180px);
    bottom: 206px;
  }
}
@media screen and (min-width: 1101px) {
  .about__picture-good {
    width: 308px;
    left: calc(50% + 373px);
    bottom: 463px;
  }
}

.about__picture-namisenn {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__picture-namisenn {
    display: block;
    width: 220px;
    left: calc(50% + 180px);
  }
}
@media screen and (min-width: 1101px) {
  .about__picture-namisenn {
    display: block;
    position: absolute;
    width: 806.851px;
    left: calc(50% + 514px);
    bottom: 666px;
  }
}

.about__picture-namisenn-2 {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__picture-namisenn-2 {
    display: block;
    width: 220px;
    left: calc(50% + 180px);
  }
}
@media screen and (min-width: 1101px) {
  .about__picture-namisenn-2 {
    display: block;
    position: absolute;
    width: 806.851px;
    left: calc(50% + 449px);
    bottom: 635px;
  }
}

.about__picture-good-botan {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 217px;
  right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__picture-good-botan {
    width: 80px;
    bottom: 310px;
    left: calc(50% + 230px);
  }
}
@media screen and (min-width: 1101px) {
  .about__picture-good-botan {
    width: 101px;
    bottom: 638px;
    left: calc(50% + 505px);
  }
}

.about__scroll {
  text-align: center;
}

.about__scroll-text-img {
  width: 354.642px;
  margin-top: 139.67px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
@media screen and (max-width: 374px) {
  .about__scroll-text-img {
    width: 300px;
  }
}
@media screen and (min-width: 1101px) {
  .about__scroll-text-img {
    width: 890.604px;
    margin-top: 164.67px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__scroll-text-img {
    width: 690.604px;
    margin-top: 164.67px;
  }
}

@media screen and (min-width: 1101px) {
  .about__scroll-picture-boxes {
    margin-top: -3px;
  }
}

.swiper-picture-boxes-wrapper {
  transition-timing-function: linear;
  gap: 10px;
}
@media screen and (min-width: 1101px) {
  .swiper-picture-boxes-wrapper {
    gap: 20px;
    margin-top: -3px;
  }
}

.swiper-picture {
  width: 100px !important;
  height: 100px;
}
.swiper-picture img {
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .swiper-picture {
    width: 200px !important;
    height: 200px;
  }
}

.how-to-Enter {
  margin-top: 29px;
  overflow: hidden;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-Enter {
    margin-top: 37px;
    padding-top: 55px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1101px) {
  .how-to-Enter {
    margin-top: 57px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.how-to-enter__inner {
  position: relative;
  max-width: 1440px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-enter__inner {
    padding-inline: 0;
  }
}

.how-to-enter__heading-picture-icon-map {
  position: absolute;
  top: 0;
  right: calc(50% + 40px);
  width: 149px;
  z-index: -1;
}
@media screen and (max-width: 374px) {
  .how-to-enter__heading-picture-icon-map {
    width: 100px;
    right: calc(50% + 50px);
  }
}
@media screen and (min-width: 1101px) {
  .how-to-enter__heading-picture-icon-map {
    left: 0px;
    top: -60px;
    width: 420px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-enter__heading-picture-icon-map {
    left: 0px;
    top: -60px;
    width: 320px;
    right: auto;
  }
}

.how-to-enter__heading-picture-icon-blown-cat {
  position: absolute;
  top: 0;
  left: calc(50% + 56px);
  width: 105px;
}
@media screen and (max-width: 374px) {
  .how-to-enter__heading-picture-icon-blown-cat {
    width: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-enter__heading-picture-icon-blown-cat {
    width: 168px;
    right: 156px;
    left: auto;
    top: -25px;
  }
}
@media screen and (min-width: 1101px) {
  .how-to-enter__heading-picture-icon-blown-cat {
    width: 238px;
    right: 196px;
    left: auto;
    top: -25px;
  }
}

.how-to-enter__heading-picture-icon-black-cat {
  position: absolute;
  top: 5px;
  left: calc(50% + 122px);
  width: 94px;
}
@media screen and (max-width: 374px) {
  .how-to-enter__heading-picture-icon-black-cat {
    width: 60px;
    left: calc(50% + 100px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-enter__heading-picture-icon-black-cat {
    right: 71px;
    top: -15px;
    left: auto;
    width: 125px;
  }
}
@media screen and (min-width: 1101px) {
  .how-to-enter__heading-picture-icon-black-cat {
    right: 69px;
    top: -15px;
    left: auto;
    width: 214px;
  }
}

.how-to-enter__content {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .how-to-enter__content {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-enter__content {
    margin-top: 40px;
  }
}

.how-to-enter__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 33px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-enter__steps {
    flex-direction: row;
    gap: 3px;
    justify-content: space-between;
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1101px) {
  .how-to-enter__steps {
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    position: relative;
  }
}

.how-to-enter__step {
  display: flex;
  padding-bottom: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 17px;
  flex-shrink: 0;
  align-self: stretch;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .how-to-enter__step {
    justify-content: start;
    width: 320px;
    gap: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-enter__step {
    justify-content: start;
    width: 254px;
    gap: 27px;
  }
}
.how-to-enter__step.is-type2 .how-to-enter__step-title {
  background: url(../img/how-to-enter/Union-2.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-enter__step.is-type2 .how-to-enter__step-title {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .how-to-enter__step.is-type2 .how-to-enter__step-title {
    margin-top: 70px;
    width: 280px;
  }
}
.how-to-enter__step.is-type3 .how-to-enter__step-title {
  background: url(../img/how-to-enter/Union-3.png) no-repeat center center/cover;
}
@media screen and (min-width: 1101px) {
  .how-to-enter__step.is-type3 .how-to-enter__step-title {
    width: 280px;
  }
}

.how-to-enter__step-title {
  background: url(../img/how-to-enter/Union.png) no-repeat center center/cover;
  width: 197px;
  height: 209px;
}
@media screen and (min-width: 1101px) {
  .how-to-enter__step-title {
    width: 280px;
    height: 300px;
  }
}

.how-to-ennter__heading-picture-icon-cat-pawpads {
  position: absolute;
  width: 55px;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-ennter__heading-picture-icon-cat-pawpads {
    width: 70px;
  }
}
@media screen and (min-width: 1101px) {
  .how-to-ennter__heading-picture-icon-cat-pawpads {
    width: 100px;
  }
}
.how-to-ennter__heading-picture-icon-cat-pawpads.is-type1 {
  top: 150px;
  left: 80%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-ennter__heading-picture-icon-cat-pawpads.is-type1 {
    top: 101px;
    left: 87%;
  }
}
@media screen and (min-width: 1101px) {
  .how-to-ennter__heading-picture-icon-cat-pawpads.is-type1 {
    right: 0;
    left: auto;
  }
}
.how-to-ennter__heading-picture-icon-cat-pawpads.is-type2 {
  top: calc(40% + 5px);
  right: 80%;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-ennter__heading-picture-icon-cat-pawpads.is-type2 {
    left: 30px;
    right: auto;
    top: calc(65% + 5px);
  }
}
@media screen and (min-width: 1101px) {
  .how-to-ennter__heading-picture-icon-cat-pawpads.is-type2 {
    left: 0;
    right: auto;
    top: calc(68.78% + 5px);
  }
}
.how-to-ennter__heading-picture-icon-cat-pawpads.is-type3 {
  top: calc(60% + 64px);
  left: calc(50% + 111px);
  left: 80%;
  transform: rotateX(180deg);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-ennter__heading-picture-icon-cat-pawpads.is-type3 {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .how-to-ennter__heading-picture-icon-cat-pawpads.is-type3 {
    display: none;
  }
}

.step-title-heading-text {
  color: var(--LP-White, #fff);
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 125%; /* 17.5px */
  margin-top: 31px;
}
@media screen and (min-width: 1101px) {
  .step-title-heading-text {
    font-size: 20px;
    margin-top: 47px;
  }
}

.step-title-heading-number {
  color: var(--LP-White, #fff);
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 90%;
  margin-top: 2px;
}
@media screen and (min-width: 1101px) {
  .step-title-heading-number {
    font-size: 56px;
    font-weight: 600;
    line-height: 90%;
  }
}

.step-title-heading-icon {
  width: 112px;
  height: 112px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1px;
}
@media screen and (min-width: 1101px) {
  .step-title-heading-icon {
    width: 160px;
    height: 160px;
  }
}

.how-to-enter__step-content {
  display: flex;
  flex-direction: column;
}

.step-content-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 165%; /* 25.6px */
}
@media screen and (min-width: 1101px) {
  .step-content-heading {
    font-size: 20px;
    line-height: 160%; /* 32px */
  }
}

.step-content-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 161%; /* 19.2px */
  margin-top: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .step-content-text {
    font-size: 13px;
    line-height: 163%; /* 25.6px */
    padding-inline: 6px;
  }
}
@media screen and (min-width: 1101px) {
  .step-content-text {
    font-size: 16px;
    line-height: 163%; /* 25.6px */
  }
}

.adress {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.step-content-link {
  align-items: center;
  margin-top: 17px;
  text-align: center;
}
.step-content-link a {
  padding: 8px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  padding-left: 40px;
  position: relative;
  background: var(--LP-White, #fff);
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .step-content-link a {
    font-size: 15px;
    padding-left: 42px;
  }
}
@media screen and (min-width: 1101px) {
  .step-content-link a {
    font-size: 16px;
    padding-left: 42px;
  }
}
.step-content-link a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/how-to-enter/insta-Icon.png) no-repeat center center/cover;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .step-content-link a::before {
    width: 24px;
  }
}
@media screen and (min-width: 1101px) {
  .step-content-link a::before {
    width: 24px;
  }
}

.how-to-enter__step-gap-line {
  width: 8px;
  height: 34px;
  flex-shrink: 0;
}
@media screen and (min-width: 1101px) {
  .how-to-enter__step-gap-line {
    width: 113px;
    position: absolute;
    left: 30%;
    top: 50%;
  }
  .how-to-enter__step-gap-line.is-type1 {
    left: calc(50% - 258px);
    top: 205px;
  }
  .how-to-enter__step-gap-line.is-type2 {
    top: 205px;
    left: calc(50% + 103px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-enter__step-gap-line {
    width: 85px;
    position: absolute;
    left: 30%;
    top: 50%;
  }
  .how-to-enter__step-gap-line.is-type1 {
    left: calc(50% - 189px);
    top: 120px;
  }
  .how-to-enter__step-gap-line.is-type2 {
    top: 120px;
    left: calc(50% + 103px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .how-to-ennter__content-button {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1101px) {
  .how-to-ennter__content-button {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes {
    padding-top: 120px;
  }
}

.prizes__inner {
  padding-inline: 0;
  display: flex;
  flex-direction: column;
  padding-top: 83px;
  position: relative;
}
.prizex__pc-deco__triangle {
  display: none;
  width: 315px;
  position: absolute;
  top: -120px;
}
@media screen and (min-width: 1101px) {
  .prizex__pc-deco__triangle.type1 {
    display: block;
    left: 0px;
    transform: rotateX(0deg);
  }
  .prizex__pc-deco__triangle.type2 {
    display: block;
    right: 0px;
    transform: rotateY(180deg);
  }
}

.prizes__box-top-point {
  position: relative;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__box-top-point {
    width: 300.624px;
    top: -115px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__box-top-point {
    width: 365.624px;
    height: 148.967px;
    top: -149px;
  }
}

.prizes__box {
  position: relative;
  background: var(--LP-White, #fff);
  border-radius: 24px;
  padding-inline: 20px;
  padding-bottom: 34.67px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .prizes__box {
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__box {
    padding-inline: 40px;
    padding-bottom: 50px;
    max-width: calc(100% - 80px);
  }
}
@media screen and (min-width: 1101px) {
  .prizes__box {
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
  }
}

.prizes_heading__title {
  margin-top: -61px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes_heading__title {
    margin-top: -83px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes_heading__title {
    margin-top: -122px;
  }
}

.prizes__box-text {
  margin-top: -67px;
}
@media screen and (min-width: 1101px) {
  .prizes__box-text {
    margin-top: -81px;
    font-size: 16px;
  }
}

.prizes__cards {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .prizes__cards .card-type1 {
    width: calc(50% - 7.5px);
  }
  .prizes__cards .card-type2 {
    width: calc(50% - 7.5px);
  }
  .prizes__cards .card-type3 {
    width: calc(50% - 7.5px);
  }
  .prizes__cards .card-type4 {
    width: calc(50% - 7.5px);
  }
  .prizes__cards .card-type5 {
    width: calc(50% - 7.5px);
  }
}
@media screen and (min-width: 1101px) {
  .prizes__cards {
    margin-top: 85px;
    gap: 81px 32px;
  }
  .prizes__cards .card-type1 {
    width: calc(47% - 0px);
    width: 440px;
  }
  .prizes__cards .card-type2 {
    width: calc(47% - 0px);
    width: 440px;
  }
  .prizes__cards .card-type3 {
    width: calc(30% - 16px);
  }
  .prizes__cards .card-type4 {
    width: calc(30% - 16px);
    margin-left: 4px;
  }
  .prizes__cards .card-type5 {
    width: calc(30% - 16px);
    margin-left: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__cards {
    margin-top: 65px;
    gap: 61px 22px;
  }
  .prizes__cards .card-type1 {
    width: calc(40% - 20px);
  }
  .prizes__cards .card-type2 {
    width: calc(40% - 20px);
  }
  .prizes__cards .card-type3 {
    width: calc(30% - 20px);
  }
  .prizes__cards .card-type4 {
    width: calc(30% - 20px);
  }
  .prizes__cards .card-type5 {
    width: calc(30% - 20px);
  }
}

.prizes__card {
  position: relative;
  border-radius: 8px;
  background: var(--LP-Gray, #f5f5f5);
  text-align: center;
  margin-top: 24px;
  transition: transform 0.3s ease;
}
.prizes__card:hover, .prizes__card:focus {
  border: 3px solid var(--LP-Blue, #9ed0e0);
  text-decoration: none;
}
.prizes__card:hover .prizes__card-image img, .prizes__card:focus .prizes__card-image img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.prizes__card:hover .prizes__card-zoom-background, .prizes__card:focus .prizes__card-zoom-background {
  background: url(../img/prizes/水色三角.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__card {
    border-radius: 20px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__card {
    border-radius: 30px;
    margin-top: 0;
  }
}

.prizes__card-heading {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/prizes/prizes_Star.png) no-repeat center center/contain;
  width: 30%;
  height: 30%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__card-heading {
    top: -38px;
    width: 66px;
    padding-top: 0;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__card-heading {
    top: -50px;
    width: 77px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__card-heading-type1 {
    width: 86px;
    top: -43px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__card-heading-type1 {
    width: 96px;
    top: -69px;
  }
}

.prizes__card-heading-text {
  font-size: 7.68px;
  color: var(--LP-White, #fff);
  font-weight: 700;
  line-height: 160%; /* 12.288px */
  padding-bottom: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__card-heading-text {
    padding-top: 0px;
    font-size: 10px;
  }
  .prizes__card-heading-text.type1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__card-heading-text {
    font-size: 12.8px;
    padding-top: 6px;
  }
  .prizes__card-heading-text.type1 {
    font-size: 16px;
  }
}

.prizes__card-heading-number {
  font-size: 23.04px;
  color: var(--LP-White, #fff);
  line-height: 100%; /* 23.04px */
  font-family: "Josefin Sans";
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__card-heading-number {
    font-size: 30.4px;
  }
  .prizes__card-heading-number.type1 {
    font-size: 39px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__card-heading-number {
    font-size: 38.4px;
  }
  .prizes__card-heading-number.type1 {
    font-size: 48px;
  }
}

.prizes__card-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .prizes__card-image {
    height: 140px;
  }
}
@media screen and (max-width: 374px) {
  .prizes__card-image {
    height: 116px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__card-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .prizes__card-image.type1 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__card-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .prizes__card-image.type1 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

.prizes__card-text {
  padding-top: 2px;
  padding-bottom: 0px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__card-text {
    flex-direction: column;
    height: auto;
    height: 71px;
  }
  .prizes__card-text.type1 {
    height: 101px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__card-text {
    flex-direction: column;
    height: auto;
    height: 81px;
  }
  .prizes__card-text.type1 {
    height: 121px;
  }
}

.prizes__card-text-heading {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__card-text-heading {
    font-size: 14px;
  }
  .prizes__card-text-heading.type1 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__card-text-heading {
    font-size: 16px;
  }
  .prizes__card-text-heading.type1 {
    font-size: 20px;
  }
}

.prizes__card-text-content {
  background: var(--LP-Gray, #f5f5f5);
  display: none;
}

.prizes__card-zoom-background {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 36px;
  height: 36px;
  background-image: url(../img/prizes/青色三角.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 374px) {
  .prizes__card-zoom-background {
    width: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__card-zoom-background {
    border-bottom-right-radius: 10px;
    width: 44px;
    height: 44px;
  }
  .prizes__card-zoom-background.type1 {
    width: 66px;
    height: 66px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__card-zoom-background {
    border-bottom-right-radius: 16px;
    width: 64px;
    height: 64px;
  }
  .prizes__card-zoom-background.type1 {
    width: 97px;
    height: 97px;
    border-bottom-right-radius: 24px;
  }
}

.prizes__cacd-zoom-point {
  position: absolute;
  bottom: 8.12px;
  right: 5.22px;
  width: 11.52px;
  height: 11.52px;
}
.prizes__cacd-zoom-point img {
  vertical-align: top;
}
@media screen and (max-width: 374px) {
  .prizes__cacd-zoom-point {
    bottom: 4.12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__cacd-zoom-point {
    width: 18.48px;
    bottom: 10.12px;
    right: 6.22px;
  }
  .prizes__cacd-zoom-point.type1 {
    width: 27px;
    bottom: 23.12px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__cacd-zoom-point {
    width: 20.48px;
    bottom: 19.12px;
    right: 7.22px;
  }
  .prizes__cacd-zoom-point.type1 {
    width: 32px;
    bottom: 35.12px;
    right: 13.22px;
  }
}

.prizes__button-box {
  text-align: center;
}

.prizes__button {
  margin-top: 18px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__button {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__button {
    margin-top: 39px;
    margin-left: auto;
    margin-right: auto;
  }
}

.prizes__background-img {
  display: block;
  background: url(../img/prizes/bg_pic.png) no-repeat center center/contain;
  justify-content: center;
  height: 260px;
  background-size: cover;
  margin-left: calc(50% - 290px);
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  margin-top: -45px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__background-img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 44.8275862069vw;
    margin-top: -100px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__background-img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 44.8275862069vw;
    margin-top: -16px;
  }
}

.prizes__card-modal {
  position: fixed;
  inset: 0;
  inset-inline-start: 0;
  margin: auto;
  padding-inline: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 336px;
  overflow: scroll;
  border-radius: 24px;
  background: #fff;
  border: none;
  z-index: 70;
}
.prizes__card-modal::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.prizes__card-modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__card-modal {
    width: 420px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__card-modal {
    width: 480px;
  }
}

.prizes__modal-box {
  width: 100%;
  padding-bottom: 52px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 24px;
  background: #fff;
  z-index: 70;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__modal-box {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__modal-box {
    padding-bottom: 102px;
  }
}

.prizes__modal-picture {
  height: 210px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__modal-picture {
    height: 270px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__modal-picture {
    height: 300px;
  }
}
.prizes__modal-picture picture img {
  width: 100%; /* コンテナの幅に合わせる */
  height: 100%; /* コンテナの高さに合わせる */
  -o-object-fit: cover;
     object-fit: cover; /* 画像をコンテナに収める */
}

.prizes__modal-body {
  padding-inline: 20px;
}
@media screen and (min-width: 1101px) {
  .prizes__modal-body {
    margin-left: auto;
    margin-right: auto;
  }
}

.prizes__modal-body-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 32px */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__modal-body-heading {
    font-size: 19px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__modal-body-heading {
    font-size: 20px;
  }
}

.prizes__modal-body-content {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__modal-body-content {
    font-size: 14px;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__modal-body-content {
    font-size: 16px;
    width: 400px;
  }
}

.prizes__modal-close-button {
  margin-top: 16px;
  font-size: 16px;
  outline: none;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .prizes__modal-close-button {
    margin-top: 20px;
    font-size: 18px;
    padding: 4px 22px 6px;
  }
}
@media screen and (min-width: 1101px) {
  .prizes__modal-close-button {
    margin-top: 24px;
    font-size: 16px;
    padding: 4px 22px 6px;
  }
}
.prizes__modal-close-button:hover {
  outline: none;
}

.spots {
  background: var(--LP-Dark-Blue, #67b0c7);
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .spots {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1101px) {
  .spots {
    margin-top: -98px;
  }
}

.spots__top-wave-img {
  background: url(../img/spots/top_wave.png);
  position: absolute;
  background-repeat: repeat-x;
  background-size: 96px 46px;
  width: 100%;
  left: -4px;
  top: -42px;
  height: 45.714px;
  z-index: 10;
}
@media screen and (max-width: 374px) {
  .spots__top-wave-img {
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .spots__top-wave-img {
    background-size: 252px 120px;
    top: -41px;
  }
}
@media screen and (min-width: 1101px) {
  .spots__top-wave-img {
    background-size: 252px 120px;
    top: -41px;
  }
}

.spots__inner {
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .spots__inner {
    padding-bottom: 63px;
  }
}
@media screen and (min-width: 1101px) {
  .spots__inner {
    padding-bottom: 83px;
  }
}

@media screen and (min-width: 1101px) {
  .spot__pc-top-block {
    display: flex;
    padding-top: 50px;
  }
}

.spots__heading {
  color: var(--LP-White, #fff);
  text-align: center;
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-weight: 500;
  line-height: 125%; /* 35px */
  position: relative;
  padding-left: 36px;
  display: inline-block;
  padding-top: 2px;
}
.spots__heading::before {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 36px;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(../img/spots/Icon-star.png) no-repeat center center/cover;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .spots__heading {
    margin-top: 23px;
    font-size: 35px;
    padding-left: 52px;
  }
  .spots__heading::before {
    left: 0px;
    top: 3px;
    width: 46px;
    height: 46px;
  }
}
@media screen and (min-width: 1101px) {
  .spots__heading {
    margin-top: 28px;
    font-size: 40px;
    margin-right: 40px;
    margin-left: 250px;
    padding-left: 0;
    padding-top: 64px;
    width: 40px;
    line-height: 125%;
  }
  .spots__heading::before {
    left: -5px;
    top: 0;
    width: 56px;
    height: 56px;
  }
}

.spots__slider {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1101px) {
  .spots__slider {
    overflow: hidden;
  }
}

.spots-swiper {
  margin-top: 25px;
}
@media screen and (min-width: 1101px) {
  .spots-swiper {
    overflow: visible;
  }
}

.spots__card {
  height: 402px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--LP-White, #fff);
  padding-bottom: 31.159px;
  width: calc((100% - 8.4368px) / 1.5273) !important;
  width: calc((100% - 8.4375px) / 1.52734375) !important;
}
@media screen and (max-width: 767px) {
  .spots__card {
    max-width: 240px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .spots__card {
    width: calc((100% - 30.5806451613px) / 2.5290322581) !important;
    max-width: 324px !important;
    height: 464px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1101px) {
  .spots__card {
    width: 344px !important;
    height: 544px;
    border-radius: 24px;
  }
}

.spots__card-img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .spots__card-img {
    height: 223px;
  }
}
@media screen and (min-width: 1101px) {
  .spots__card-img {
    height: 243px;
  }
}

.spots__card-text {
  padding-top: 16px;
  padding-inline: 24px;
}
@media screen and (max-width: 374px) {
  .spots__card-text {
    padding-top: 15px;
    padding-inline: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .spots__card-text {
    padding-top: 16px;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .spots__card-text {
    padding-top: 24px;
    padding-inline: 32px;
  }
}

.spots__card-text-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .spots__card-text-heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 1101px) {
  .spots__card-text-heading {
    font-size: 20px;
  }
}

.spots__card-text-content {
  padding-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18.9px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .spots__card-text-content {
    font-size: 14px;
    padding-top: 16px;
    line-height: 160%; /* 25.6px */
  }
}
@media screen and (min-width: 1101px) {
  .spots__card-text-content {
    font-size: 16px;
    padding-top: 24px;
    line-height: 160%; /* 25.6px */
  }
}

.spots__bottom-img-heading {
  width: 255px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .spots__bottom-img-heading {
    margin-top: 35px;
    width: 350px;
  }
}
@media screen and (min-width: 1101px) {
  .spots__bottom-img-heading {
    margin-top: 40px;
    margin-left: 0px;
    width: 495px;
  }
}

.spots__swiper-arrows {
  display: none;
}
@media screen and (min-width: 1101px) {
  .spots__swiper-arrows {
    margin-left: auto;
    margin-right: auto;
    display: block;
    display: flex;
    justify-content: space-between;
    margin-top: -32px;
    margin-left: 5px;
    max-width: 962px;
    margin-left: 32px;
  }
}

@media screen and (min-width: 1101px) {
  .spots_bottom-inner {
    max-width: 1104px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 40px;
  }
}

.spots__button-next,
.spots__button-prev {
  display: none;
}
.spots__button-next::after,
.spots__button-prev::after {
  display: none;
}
@media screen and (min-width: 1101px) {
  .spots__button-next,
.spots__button-prev {
    display: block;
    position: static;
    background: #ffee56;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
  }
}
.spots__button-next::before,
.spots__button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.638px;
  height: 26.539px;
  background: url(../img/spots/prev-Vector.png) no-repeat center center/cover;
}

@media screen and (min-width: 1101px) {
  .spot__pc-bottom-block {
    display: flex;
  }
}

@media screen and (min-width: 1101px) {
  .spots__button-next {
    transform: rotate(180deg);
  }
}

.spots__button {
  margin-top: 24px;
}
@media screen and (min-width: 1101px) {
  .spots__button {
    padding: 9px 38px 10px 38px;
    margin-left: 7px;
    margin-top: 24px;
  }
}

.spots-bottom-text {
  color: var(--LP-White, #fff);
  font-size: 11.444px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 18.311px */
  padding-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .spots-bottom-text {
    padding-top: 30px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1101px) {
  .spots-bottom-text {
    padding-top: 40px;
    font-size: 16px;
  }
}

.spots__cat-pawpads {
  position: absolute;
  display: inline-block;
  bottom: 0px;
  right: calc(50% - 187px);
}
@media screen and (max-width: 767px) {
  .spots__cat-pawpads {
    display: none;
  }
}
.spots__cat-pawpads img {
  width: 54px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .spots__cat-pawpads {
    right: calc(50% - 374px);
    bottom: 20px;
  }
  .spots__cat-pawpads img {
    width: 80px;
  }
}
@media screen and (min-width: 1101px) {
  .spots__cat-pawpads {
    bottom: 81px;
    right: calc(50% + 617px);
    width: 100px;
    height: 220px;
  }
  .spots__cat-pawpads img {
    width: 100px;
  }
}

.spots__bottom-wave-img {
  background: url(../img/spots/top_wave.png);
  transform: rotate(180deg);
  position: absolute;
  background-repeat: repeat-x;
  background-size: 91px 46px;
  width: 100%;
  left: -3px;
  bottom: -45px;
  height: 45.714px;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .spots__bottom-wave-img {
    background-size: 252px 120px;
    bottom: -40px;
  }
}
@media screen and (min-width: 1101px) {
  .spots__bottom-wave-img {
    background-size: 252px 120px;
    bottom: -40px;
  }
}

.qa {
  background: var(--LP-Light-Blue, #e9f6f8);
  padding-top: 85px;
}
@media screen and (min-width: 1101px) {
  .qa {
    padding-top: 157px;
  }
}

@media screen and (max-width: 767px) {
  .qa__inner {
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .qa__inner {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .qa__inner {
    max-width: 1104px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 40px;
  }
}

.qa-content {
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .qa-content {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .qa-content {
    margin-top: 40px;
  }
}

.qa__boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .qa__boxes {
    gap: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .qa__boxes {
    gap: 24px;
  }
}

.qa__box {
  border-radius: 12px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .qa__box {
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .qa__box {
    width: 100%;
    border-radius: 15px;
  }
}
.qa__box.is-opened .qa-box__head-close-icon::after {
  transform: translate(-50%, -50%);
}

.qa-box__head {
  position: relative;
  display: flex;
  gap: 12px;
  padding: 0px 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 374px) {
  .qa-box__head {
    padding: 0px 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .qa-box__head {
    padding: 0px 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1101px) {
  .qa-box__head {
    padding: 0px 22px;
    padding-top: 21px;
    padding-bottom: 18.5px;
    gap: 16px;
  }
}

.qa-box__head-icon {
  color: var(--LP-Blue, #9ed0e0);
  font-size: 24px;
  font-family: "Josefin Sans";
  font-weight: 400;
  line-height: 125%; /* 30px */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .qa-box__head-icon {
    font-size: 28px;
  }
}
@media screen and (min-width: 1101px) {
  .qa-box__head-icon {
    font-size: 32px;
  }
}

.qa-box__head-text {
  color: var(--LP-Blown, #4a3636);
  /* JP/Text 14px Bold */
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  flex-grow: 2;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .qa-box__head-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1101px) {
  .qa-box__head-text {
    font-size: 20px;
  }
}

.qa-box__a {
  background: var(--LP-Gray, #f5f5f5);
  display: flex;
  gap: 16px;
  padding: 15px;
  padding-top: 15px;
  padding-bottom: 13px;
  align-items: center;
  margin-top: 2px;
}
@media screen and (max-width: 374px) {
  .qa-box__a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-inline: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .qa-box__a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .qa-box__a {
    padding-top: 24px;
    padding-bottom: 22px;
    padding-inline: 22px;
  }
}

.qa-box__a-icon {
  color: var(--LP-Blue, #9ed0e0);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 30px */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .qa-box__a-icon {
    font-size: 28px;
  }
}
@media screen and (min-width: 1101px) {
  .qa-box__a-icon {
    font-size: 32px;
  }
}

.qa-box__head-close-icon {
  background-color: var(--LP-Blue, #9ed0e0);
  border-radius: 50%;
  width: 26.182px;
  height: 26.182px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .qa-box__head-close-icon {
    width: 38px;
    height: 38px;
  }
}
@media screen and (min-width: 1101px) {
  .qa-box__head-close-icon {
    width: 48px;
    height: 48px;
  }
}
.qa-box__head-close-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background-color: var(--LP-White, #fff);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .qa-box__head-close-icon::before {
    width: 16.667px;
    height: 2.667px;
  }
}
@media screen and (min-width: 1101px) {
  .qa-box__head-close-icon::before {
    width: 18.667px;
    height: 2.667px;
  }
}
.qa-box__head-close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 10px;
  height: 2px;
  background-color: var(--LP-White, #fff);
  transition: transform 0.4s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .qa-box__head-close-icon::after {
    width: 16.667px;
    height: 2.667px;
  }
}
@media screen and (min-width: 1101px) {
  .qa-box__head-close-icon::after {
    width: 18.667px;
    height: 2.667px;
  }
}

.qa-box__a-text {
  align-items: center;
  color: var(--LP-Blown, #4a3636);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.qa-box__a-text span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1101px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

.Entry-Requirements {
  padding-top: 29px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .Entry-Requirements {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1101px) {
  .Entry-Requirements {
    padding-top: 120px;
  }
}

.er__box {
  padding: 24px 14px;
  padding-bottom: 29px;
  border: 8px solid var(--LP-White, #fff);
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .er__box {
    padding: 37px 46px;
    padding-inline: 46.5px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1101px) {
  .er__box {
    padding: 47px 56px;
    padding-inline: 46.5px;
  }
}

.er_heading__title-icon img {
  width: 29.333px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .er_heading__title-icon img {
    width: 35.333px;
  }
}
@media screen and (min-width: 1101px) {
  .er_heading__title-icon img {
    width: 37.333px;
  }
}

.er_heading__title-en {
  margin-top: 11px;
}
@media screen and (min-width: 1101px) {
  .er_heading__title-en {
    margin-top: 12px;
  }
}

.er__box-content {
  padding-top: 22px;
}
@media screen and (min-width: 1101px) {
  .er__box-content {
    padding-top: 40px;
  }
}

.er__table {
  table-layout: fixed;
  width: 100%;
}
.er__table tbody {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.er__table tr {
  flex-direction: column;
  display: flex;
  gap: 8px;
  flex-direction: column;
  border-bottom: 1px solid var(--LP-Dark-Gray, #ccc);
}
@media screen and (min-width: 1101px) {
  .er__table tr {
    flex-direction: row;
    gap: 0px;
  }
}
.er__table tr:last-child {
  border-bottom: none;
}
.er__table tr:last-child .er-table-td {
  padding-bottom: 0;
}

.er-table-th {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  position: relative;
  padding-left: 17px;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .er-table-th {
    font-size: 15px;
  }
}
@media screen and (min-width: 1101px) {
  .er-table-th {
    font-size: 16px;
    padding-left: 32px;
    width: 140px;
    flex: 0 0 239px; /* 幅を固定 */
  }
}
.er-table-th::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--LP-Blue, #9ed0e0);
  border-radius: 50%;
}
@media screen and (min-width: 1101px) {
  .er-table-th::before {
    left: 13px;
  }
}

.er-table-td {
  padding-bottom: 14px;
  line-height: 19.2px;
  line-height: 19.2px; /* 19.2px */
  flex-grow: 1;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .er-table-td {
    font-size: 16px;
    line-height: 25.6px; /* 19.2px */
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 1101px) {
  .er-table-td {
    font-size: 16px;
    line-height: 25.6px; /* 19.2px */
    padding-bottom: 11px;
  }
}

.er__list li {
  position: relative;
  padding-left: 17px;
  list-style: none;
  line-height: 19.03px; /* 19.2px */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .er__list li {
    padding-left: 25px;
    line-height: 25.95px; /* 25.6px */
  }
}
@media screen and (min-width: 1101px) {
  .er__list li {
    padding-left: 25px;
    line-height: 25.95px; /* 25.6px */
  }
}
.er__list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 7px;
  transform: translateY(-50%);
  width: 2.5px;
  height: 2.5px;
  background: var(--LP-Blown, #4a3636);
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .er__list li::before {
    top: 14px;
    left: 11px;
    width: 3px;
    height: 3px;
  }
}
@media screen and (min-width: 1101px) {
  .er__list li::before {
    top: 14px;
    left: 11px;
    width: 3px;
    height: 3px;
  }
}

.er__background-img {
  display: block;
  background: url(../img/er/er_bg_entry.png) no-repeat center center/contain;
  justify-content: center;
  height: 99px;
  background-size: cover;
  margin-left: calc(50% - 290px);
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .er__background-img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 44.8275862069vw;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1101px) {
  .er__background-img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 44.8275862069vw;
    height: 400px;
    margin-top: 116px;
  }
}

.contact {
  padding-top: 40px;
  padding-bottom: 44px;
  background: var(--LP-White, #fff);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1101px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

input,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--LP-Gray, #f5f5f5);
  border: none;
  border: 1px solid transparent;
  outline: none;
}
input.is-error,
textarea.is-error {
  background-color: #fff0f7;
  border-color: #ce2073;
}
input:focus,
textarea:focus {
  background-color: #e9f6f8;
  border-color: #9ed0e0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--LP-Gray, #f5f5f5);
  border: none;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  transition: border-color 0.3s;
}
select:focus {
  outline: none;
  border: 1px solid var(--LP-Blue, #9ed0e0);
}
select.is-error {
  border: 1px solid var(--LP-Red, #ce2073);
  background: var(--LP-Lpink, #fff0f7);
}

@media screen and (max-width: 767px) {
  .contact__inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact__inner {
    max-width: 840px;
    padding-inline: 60px;
  }
}
@media screen and (min-width: 1101px) {
  .contact__inner {
    max-width: 928px;
  }
}

.contact_heading__title-icon img {
  width: 37.333px;
}
@media screen and (min-width: 1101px) {
  .contact_heading__title-icon img {
    width: 48px;
  }
}

.contact__top-text {
  margin-top: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact__top-text {
    margin-top: 28px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1101px) {
  .contact__top-text {
    margin-top: 35px;
    font-size: 16px;
  }
}

.contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact__form {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1101px) {
  .contact__form {
    margin-top: 40px;
  }
}

.contact__items {
  display: flex;
  flex-direction: column;
  gap: 23.1px;
}

.contact__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact__item {
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 1101px) {
  .contact__item {
    flex-direction: row;
    gap: 0;
  }
}

.contact__control-head {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact__control-head {
    font-size: 14px;
    width: 220px;
    padding-top: 16px;
  }
}
@media screen and (min-width: 1101px) {
  .contact__control-head {
    font-size: 16px;
    width: 220px;
    padding-top: 16px;
  }
}

.contact__control-label {
  font-weight: 700;
  font-size: 14px;
  padding-top: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact__control-label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1101px) {
  .contact__control-label {
    font-size: 16px;
  }
}

.contact__control-label-mail {
  margin-top: -4px;
  padding-bottom: 4px;
}
@media screen and (min-width: 1101px) {
  .contact__control-label-mail {
    margin-top: 0;
  }
}

.contact-tag {
  display: inline-block;
  background: var(--LP-Red, #ce2073);
  border-radius: 4px;
  color: var(--LP-White, #fff);
  display: flex;
  padding: 4px 8px;
  align-items: center;
  line-height: 160%; /* 19.2px */
  font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact-tag {
    height: 27px;
  }
}
@media screen and (min-width: 1101px) {
  .contact-tag {
    height: 27px;
  }
}

.contact__control-input {
  flex-grow: 1;
}

.form-text {
  width: 100%;
  height: 56px;
  padding: 15px;
  align-items: flex-start;
  border-radius: 8px;
  background: var(--LP-Gray, #f5f5f5);
  transition: border-color 0.3s;
  font-size: 14px;
  outline: solid 4px transparent;
  border: solid 2px var(--LP-Gray, #f5f5f5);
}
.form-text::-moz-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-text::placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .form-text {
    font-size: 16px;
    padding-top: 16px;
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .form-text {
    font-size: 16px;
    padding-top: 16px;
    width: 100%;
  }
}

.form-select-box {
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .form-select-box {
    font-size: 16px;
  }
}
@media screen and (min-width: 1101px) {
  .form-select-box {
    font-size: 16px;
  }
}
.form-select-box::before, .form-select-box::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.form-select-box::before {
  display: inline-block;
  top: 0;
  right: 0;
  width: 52px;
  height: 55px;
  border-radius: 0 8px 8px 0;
  background: var(--LP-Blue, #9ed0e0);
}
.form-select-box::after {
  position: absolute;
  top: 49%;
  right: 26px;
  transform: translate(50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.form-select {
  border-radius: 8px;
  background: var(--LP-Gray, #f5f5f5);
  height: 56px;
  padding: 15px;
  width: 100%;
  transition: border-color 0.3s;
  border-color: var(--LP-Gray, #f5f5f5);
}

.contact-control__radios {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact-control__radios {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1101px) {
  .contact-control__radios {
    padding-top: 18px;
  }
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:checked + .form-radio__text {
  font-weight: 700;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}
.form-radio__input:hover + .form-radio__text::before {
  border-color: #9ed0e0;
}

.form-radio__text {
  font-size: 14px;
  position: relative;
  padding-left: 32px;
}
@media screen and (min-width: 1101px) {
  .form-radio__text {
    font-size: 16px;
    padding-left: 33px;
  }
}
.form-radio__text::before, .form-radio__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-radio__text::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--LP-Gray, #f5f5f5);
  border: solid 2px var(--LP-Gray, #f5f5f5);
}
.form-radio__text::after {
  content: "";
  width: 11px;
  height: 11px;
  left: 6px;
  border-radius: 50%;
  background: var(--LP-Blue, #9ed0e0);
  opacity: 0;
  transition: opacity 0.3s;
}

.form-textarea {
  width: 100%;
  height: 160px;
  padding: 14px;
  border-radius: 8px;
  background: var(--LP-Gray, #f5f5f5);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  transition: border-color 0.3s;
  font-size: 14px;
  outline: solid 4px transparent;
  border: solid 2px var(--LP-Gray, #f5f5f5);
}
@media screen and (min-width: 1101px) {
  .form-textarea {
    width: 628px;
    height: 160px;
    padding: 16px;
    font-size: 16px;
    margin-top: 17px;
  }
}
.form-textarea::-moz-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-textarea::placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}

.contact__privacy {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact__privacy {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1101px) {
  .contact__privacy {
    margin-top: 41px;
  }
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:checked + .form-checkbox__text::before {
  outline: 1px solid;
  outline-color: #9ed0e0;
}
.form-checkbox__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  padding-left: 35px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1101px) {
  .form-checkbox__text {
    font-size: 16px;
    margin-top: 41px;
  }
}
.form-checkbox__text a {
  text-decoration: underline;
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  transition: border-color 0.3s;
  border-radius: 4px;
  background: var(--LP-Gray, #f5f5f5);
}
@media screen and (min-width: 1101px) {
  .form-checkbox__text::before {
    margin-top: -2px;
  }
}
.form-checkbox__text::after {
  width: 20px;
  height: 20px;
  left: 0px;
  margin-top: -1.2px;
  background: url(../img/contact/check_icon.png) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 1101px) {
  .form-checkbox__text::after {
    margin-top: -3.2px;
    width: 21px;
    height: 21px;
    left: 1px;
  }
}

.contact__button-box {
  margin-top: 26px;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .contact__button-box {
    margin-top: 39px;
  }
}

@media screen and (min-width: 1101px) {
  .contact__button {
    font-size: 16px;
    padding: 4px 38px 6px 38px;
  }
}

.footer__bottom-wave-img {
  background: url(../img/spots/top_wave.png);
  background-repeat: repeat-x;
  background-size: 93px 39px;
  width: 100%;
  left: 0px;
  bottom: -43px;
  height: 33.714px;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__bottom-wave-img {
    background-size: 252px 120px;
    left: 0;
    bottom: -40px;
  }
}
@media screen and (min-width: 1101px) {
  .footer__bottom-wave-img {
    background-size: 252px 120px;
    left: 0;
    bottom: -40px;
  }
}

.footer__cat-pawpads {
  position: absolute;
}
.footer__cat-pawpads img {
  width: 54px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__cat-pawpads {
    top: 78px;
    right: 20px;
  }
  .footer__cat-pawpads img {
    width: 80px;
  }
}
@media screen and (min-width: 1101px) {
  .footer__cat-pawpads {
    top: 78px;
    right: 80px;
  }
  .footer__cat-pawpads img {
    width: 100px;
  }
}

footer {
  text-align: center;
  position: relative;
}

.footer__inner {
  padding-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__inner {
    padding-top: 80px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1101px) {
  .footer__inner {
    padding-top: 116px;
    padding-bottom: 120px;
  }
}

.footer__top-text {
  font-family: "Josefin Sans";
  margin-top: 3px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__top-text {
    font-size: 22px;
  }
}
@media screen and (min-width: 1101px) {
  .footer__top-text {
    font-size: 24px;
  }
}

.footer__sns-icons {
  padding-top: 21px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
}
@media screen and (min-width: 1101px) {
  .footer__sns-icons {
    padding-top: 23px;
  }
}

.footer__icon {
  width: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__icon {
    width: 38px;
  }
}
@media screen and (min-width: 1101px) {
  .footer__icon {
    width: 40px;
  }
}

.footer__top-img {
  margin-top: 14px;
  width: 333px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 374px) {
  .footer__top-img {
    width: 280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__top-img {
    width: 555px;
    margin-top: 41px;
  }
}
@media screen and (min-width: 1101px) {
  .footer__top-img {
    width: 755px;
    margin-top: 41px;
  }
}

.footer__infomation-boxes {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__infomation-boxes {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .footer__infomation-boxes {
    flex-direction: row;
    margin-top: -2px;
  }
}

.box-address {
  padding-top: 20px;
  text-align: center;
  background: var(--LP-White, #fff);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  flex: 1 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .box-address {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .box-address {
    padding-top: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.footer__box-content {
  padding: 0px 24px 30px 24px;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .footer__box-content {
    padding: 0px 16px 30px 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__box-content {
    padding: 0px 24px 60px 24px;
  }
}
@media screen and (min-width: 1101px) {
  .footer__box-content {
    padding: 0;
  }
}

.footer__box-title-img {
  margin-left: auto;
  margin-right: auto;
  width: 153px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__box-title-img {
    width: 183px;
  }
}
@media screen and (min-width: 1101px) {
  .footer__box-title-img {
    margin-left: 0;
    width: 183px;
  }
}

.footer__box-info {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__box-info {
    margin-top: 40px;
    gap: 12px;
    max-width: 365px;
  }
}
@media screen and (min-width: 1101px) {
  .footer__box-info {
    margin-top: 25px;
    gap: 12px;
    max-width: 389px;
  }
}

.footer__info-row {
  display: flex;
  flex-direction: row;
  -moz-text-align-last: left;
       text-align-last: left;
}

.footer__info-dt {
  width: 80px;
  font-size: 12px;
  padding-left: 16px;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__info-dt {
    font-size: 16px;
    width: 120px;
  }
}
@media screen and (min-width: 1101px) {
  .footer__info-dt {
    font-size: 16px;
    width: 120px;
  }
}
.footer__info-dt::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--LP-Blue, #9ed0e0);
  border-radius: 50%;
}

.footer__info-dd {
  flex-grow: 1;
}
@media screen and (min-width: 1101px) {
  .footer__info-dd {
    font-size: 16px;
    line-height: 160%; /* 25.6px */
  }
}

.box-map {
  flex: 1 0 0;
}

.footer__map-frame {
  margin-top: -1px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  .footer__map-frame {
    border-top-left-radius: 0px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 16px;
  }
}
.footer__map-frame iframe {
  aspect-ratio: 335/271;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 1101px) {
  .footer__map-frame iframe {
    aspect-ratio: 512/400;
  }
}

.pagetop-bottom {
  display: inline-block;
  width: 77px;
  margin-top: 24px;
  margin-bottom: 19px;
  width: 76px;
  height: 79px;
  background: url(../img/footer/肉球.png) no-repeat center center/contain;
  color: var(--LP-White, #fff);
  font-size: 9px;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .pagetop-bottom {
    display: none;
  }
}
.pagetop-bottom::after {
  content: "";
  position: absolute;
  top: 44px;
  left: 34px;
  background: url(../img/footer/PAGE-TOP.png) no-repeat center center/cover;
  width: 40px;
  height: 40px;
  z-index: 1;
  width: 24px;
  height: 18px;
}

.pagetop {
  display: inline-block;
  width: 77px;
  margin-top: 24px;
  margin-bottom: 19px;
  width: 76px;
  height: 79px;
  background: url(../img/footer/肉球.png) no-repeat center center/contain;
  color: var(--LP-White, #fff);
  font-size: 9px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.pagetop::after {
  content: "";
  position: absolute;
  top: 44px;
  left: 34px;
  background: url(../img/footer/PAGE-TOP.png) no-repeat center center/cover;
  width: 40px;
  height: 40px;
  z-index: 1;
  width: 24px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none;
  }
}

.footer__copyright {
  background: var(--LP-Dark-Blue, #67b0c7);
  font-size: 10px;
  font-weight: 400;
  line-height: 160%; /* 16px */
  color: var(--LP-White, #fff);
  padding-top: 13px;
}
@media screen and (min-width: 1101px) {
  .footer__copyright {
    font-size: 14px;
    padding-bottom: 32px;
    padding-top: 19px;
  }
}

.footer__bottom-box {
  padding-bottom: 0px;
  background: var(--LP-Dark-Blue, #67b0c7);
  margin-top: -1px;
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (min-width: 1101px) {
  .footer__bottom-box {
    height: 22px;
    margin-top: -1px;
    padding-top: 68px;
    padding-bottom: 60px;
  }
}