@charset "UTF-8";
/*
レスポンシブ
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --btn-color: #000;
  --btn-border-color: #000;
  --btn-back-color: #fff;
  --btn-text-color: #000;
  --top-main-color-rgb: 225, 148, 0;
  --guide-main-color-rgb: 94, 11, 15;
  --interview-main-color-rgb: 0, 66, 44;
  --facility-main-color-rgb: 156, 0, 133;
  --movieandspot-main-color-rgb: 8, 36, 91;
}

* {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

body {
  counter-reset: number 0;
  overflow-x: hidden;
}

a,
button {
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  vertical-align: middle;
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.l-block {
  width: 100%;
  font-family: "Noto Serif JP", serif !important;
}
.l-block__inner {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin-inline: auto;
}
@media only screen and (min-width: 1000px) {
  .l-block__inner {
    width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1370px) {
  .l-block__inner {
    width: calc(100% - 160px);
  }
}
.l-block.-pt01 .l-block__inner {
  max-width: 1140px;
}
.l-block.-pt02 .l-block__inner {
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .l-block.-pt02 .l-block__inner {
    width: calc(100% - 160px);
  }
}
.l-block.-pt03 .l-block__inner {
  max-width: 1000px;
}
@media only screen and (min-width: 1000px) {
  .l-block.-pt03 .l-block__inner {
    width: calc(100% - 80px);
  }
}
.l-block.-pt04 .l-block__inner {
  max-width: 1100px;
}
.l-block__wrapper {
  background-color: #f2f5f4;
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
  font-family: "Noto Serif JP", serif !important;
}
@media only screen and (min-width: 768px) {
  .l-block__wrapper {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-bottom: 95px;
  }
}
.l-block__main-wrapper {
  --border-color: #000;
  margin-inline: auto;
  max-width: 1280px;
  position: relative;
  width: calc(100% - 12px);
  background-image: url("/data/feature/okinawasen/img//common/main-back.svg");
  background-repeat: repeat;
  background-size: auto;
  margin-top: 15px;
  border: 1px solid rgb(var(--border-color));
  outline: 1px solid rgb(var(--border-color));
  outline-offset: -4px;
}
.l-block__main-wrapper.-top {
  --border-color: var(--top-main-color-rgb);
}
.l-block__main-wrapper.-guide {
  --border-color: var(--guide-main-color-rgb);
}
.l-block__main-wrapper.-interview {
  --border-color: var(--interview-main-color-rgb);
}
.l-block__main-wrapper.-facility {
  --border-color: var(--facility-main-color-rgb);
}
.l-block__main-wrapper.-movieandspot {
  --border-color: var(--movieandspot-main-color-rgb);
}
@media only screen and (min-width: 768px) {
  .l-block__main-wrapper {
    outline-offset: -10px;
    margin-top: 0;
    width: calc(100% - 96px);
    outline-width: 2px;
    border-width: 2px;
  }
}

.l-container {
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  color: #000;
}

.c-btn {
  cursor: pointer;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid var(--btn-border-color);
  background-color: var(--btn-back-color);
  color: var(--btn-color);
  position: relative;
  line-height: 1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  text-align: center;
  padding: 4px;
  margin-inline: auto;
  font-weight: 600;
  max-width: 100%;
}
.c-btn:link {
  color: var(--btn-color);
}
.c-btn:hover {
  --btn-back-color:#fff;
  --btn-color:black;
}
.c-btn.-base {
  color: var(--btn-color);
  border: 1px solid var(--btn-border-color);
  background-color: var(--btn-back-color);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 8px 3px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .c-btn.-base {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-btn.-size-md {
  line-height: 1.4;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .c-btn.-size-md {
    padding: 12px 3px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c-btn.-top-sec {
  border-radius: 0px;
  background-color: var(--btn-back-color);
  color: var(--btn-text-color);
  border: 1px solid var(--btn-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 6px 30px 6px 15px;
  padding-right: 25px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .c-btn.-top-sec {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px 35px 7px 20px;
  }
}
.c-btn.-top-sec svg {
  position: absolute;
  top: 51%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  stroke: var(--btn-color);
  height: 0.65em;
}
.c-btn.-top-sec.-top {
  --btn-color: rgb(var(--top-main-color-rgb));
  --btn-text-color: rgb(var(--top-main-color-rgb));
  --btn-back-color: #fff;
}
.c-btn.-top-sec.-top:hover {
  --btn-back-color: rgb(var(--top-main-color-rgb));
  --btn-text-color: #fff;
}
.c-btn.-top-sec.-top:hover svg {
  stroke: #fff;
}
.c-btn.-top-sec.-guide {
  --btn-color: rgb(var(--guide-main-color-rgb));
  --btn-text-color: rgb(var(--guide-main-color-rgb));
  --btn-back-color: #fff;
}
.c-btn.-top-sec.-guide:hover {
  --btn-back-color: rgb(var(--guide-main-color-rgb));
  --btn-text-color: #fff;
}
.c-btn.-top-sec.-guide:hover svg {
  stroke: #fff;
}
.c-btn.-top-sec.-interview {
  --btn-color: rgb(var(--interview-main-color-rgb));
  --btn-text-color: rgb(var(--interview-main-color-rgb));
  --btn-back-color: #fff;
}
.c-btn.-top-sec.-interview:hover {
  --btn-back-color: rgb(var(--interview-main-color-rgb));
  --btn-text-color: #fff;
}
.c-btn.-top-sec.-interview:hover svg {
  stroke: #fff;
}
.c-btn.-top-sec.-facility {
  --btn-color: rgb(var(--facility-main-color-rgb));
  --btn-text-color: rgb(var(--facility-main-color-rgb));
  --btn-back-color: #fff;
}
.c-btn.-top-sec.-facility:hover {
  --btn-back-color: rgb(var(--facility-main-color-rgb));
  --btn-text-color: #fff;
}
.c-btn.-top-sec.-facility:hover svg {
  stroke: #fff;
}
.c-btn.-top-sec.-movieandspot {
  --btn-color: rgb(var(--movieandspot-main-color-rgb));
  --btn-text-color: rgb(var(--movieandspot-main-color-rgb));
  --btn-back-color: #fff;
}
.c-btn.-top-sec.-movieandspot:hover {
  --btn-back-color: rgb(var(--movieandspot-main-color-rgb));
  --btn-text-color: #fff;
}
.c-btn.-top-sec.-movieandspot:hover svg {
  stroke: #fff;
}

.c-grid.-model-course {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .c-grid.-model-course {
    -ms-grid-columns: 1fr 45px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 60px 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-grid.-model-course {
    gap: 70px 45px;
  }
}
.c-grid__cell {
  position: relative;
  z-index: 1;
}
.c-colon-sepa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-colon-sepa span {
  display: inline-block;
}
.c-colon-sepa span:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-colon-sepa span:first-child::after {
  content: "：";
  font-size: 1em;
}
.c-colon-sepa span:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-colon-sepa.-no-colon span:first-child::after {
  content: none;
}

.c-list.-base li {
  position: relative;
  padding-left: 1em;
}
.c-list.-base li::before {
  position: absolute;
  top: 0.75em;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "・";
  font-size: 1em;
}
.c-list.-base-number li {
  position: relative;
  padding-left: 1em;
}
.c-list.-base-number li::before {
  position: absolute;
  top: 0.75em;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "・";
  font-size: 1em;
}
.c-list.-square li {
  position: relative;
  padding-left: 1.5em;
}
.c-list.-square li::before {
  position: absolute;
  top: 0.75em;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "■";
  font-size: 1em;
}
.c-list.-note li {
  position: relative;
  padding-left: 1.2em;
}
.c-list.-note li::before {
  position: absolute;
  top: 0.85em;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "※";
  font-size: 1em;
}
.c-list__item.-sp-br {
  display: inline-block;
}
@media only screen and (max-width: 999.96px) {
  .c-list.-note .c-list__item.-sp-br {
    margin-left: -1.2em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-list.-pc-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}

.c-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1.75;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .c-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374.96px) {
  .c-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-text.-center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-text.-size-sm {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-text.-size-md {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-link {
  color: inherit;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  opacity: 1;
}
.c-link:link {
  color: inherit;
}
.c-link:visited {
  color: inherit;
}
.c-link:hover {
  opacity: 0.7;
}
.c-link.-underline {
  text-decoration: underline;
}

.c-qa-heading {
  position: relative;
  border: 1.5px solid #cb9b0c;
  border-radius: 9px;
  padding: 7.5px 5px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .c-qa-heading__wrapper.-qa-05 {
    max-width: 560px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 768px) {
  .c-qa-heading {
    border-radius: 18px;
    border-width: 2px;
    padding: 16px 5px;
  }
}
.c-qa-heading:after {
  display: block;
  content: "";
  background-image: url(/data/feature/okinawasen/img/top/top-qa-deco.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -12.5px;
  left: 35px;
  width: 22.5px;
  height: 12.5px;
}
@media only screen and (min-width: 768px) {
  .c-qa-heading:after {
    width: 39px;
    height: 31px;
    bottom: -27px;
  }
}
.c-qa-heading h3 {
  color: #cb9b0c;
  line-height: 1.25;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  font-size: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .c-qa-heading h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c-qa-heading h3 sapn {
  display: block;
}
.c-qa-heading h3 sapn:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-qa-heading h3 sapn:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-box-deco-heading {
  font-family: 500;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .c-box-deco-heading {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.c-layered-heading {
  color: #f4db8c;
  line-height: 1.3;
  position: relative;
  text-align: center;
  padding: 5px;
  font-size: 19px;
  font-size: 1.9rem;
  z-index: 1;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .c-layered-heading {
    max-width: 650px;
    margin-inline: auto;
    padding: 13px 5px;
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.c-layered-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}
.c-layered-heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: #fff;
  z-index: -2;
}

@media only screen and (min-width: 1000px) {
  .p-mv {
    max-width: 1280px;
    margin-inline: auto;
  }
}
.p-mv__bottom {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p-mv__bottom {
    margin-top: 64px;
  }
}
.p-mv__bottom__text {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .p-mv__bottom__text {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-menu-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "zen-maru-gothic", sans-serif;
  gap: 10px 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-menu-btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
  }
}
.p-menu-btns__btn {
  width: calc(33.3333333333% - 5px);
}
@media only screen and (min-width: 768px) {
  .p-menu-btns__btn {
    width: 100%;
  }
}
.p-read-head {
  text-align: center;
  z-index: 1;
  position: relative;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p-read-head {
    padding-top: 85px;
  }
}
.p-read-head__main {
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: relative;
}
.p-read-head__heading {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 1.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/data/feature/okinawasen/img//common/read-head_back_sp.svg");
}
@media only screen and (min-width: 768px) {
  .p-read-head__heading {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-read-head__heading {
    background-image: url("/data/feature/okinawasen/img//common/read-head_back_pc.svg");
  }
}
.p-read-head.-top .p-read-head__heading {
  background-image: url("/data/feature/okinawasen/img//common/read-head_back_sp-top.svg");
}
@media only screen and (min-width: 768px) {
  .p-read-head.-top .p-read-head__heading {
    background-image: url("/data/feature/okinawasen/img//common/read-head_back_pc-top.svg");
  }
}
.p-read-head.-guide .p-read-head__heading {
  background-image: url("/data/feature/okinawasen/img//common/read-head_back_sp-guide.svg");
}
@media only screen and (min-width: 768px) {
  .p-read-head.-guide .p-read-head__heading {
    background-image: url("/data/feature/okinawasen/img//common/read-head_back_pc-guide.svg");
  }
}
.p-read-head.-interview .p-read-head__heading {
  background-image: url("/data/feature/okinawasen/img//common/read-head_back_sp-interview.svg");
}
@media only screen and (min-width: 768px) {
  .p-read-head.-interview .p-read-head__heading {
    background-image: url("/data/feature/okinawasen/img//common/read-head_back_pc-interview.svg");
  }
}
.p-read-head.-facility .p-read-head__heading {
  background-image: url("/data/feature/okinawasen/img//common/read-head_back_sp-facility.svg");
}
@media only screen and (min-width: 768px) {
  .p-read-head.-facility .p-read-head__heading {
    background-image: url("/data/feature/okinawasen/img//common/read-head_back_pc-facility.svg");
  }
}
.p-read-head.-movieandspot .p-read-head__heading {
  background-image: url("/data/feature/okinawasen/img//common/read-head_back_sp-movieandspot.svg");
}
@media only screen and (min-width: 768px) {
  .p-read-head.-movieandspot .p-read-head__heading {
    background-image: url("/data/feature/okinawasen/img//common/read-head_back_pc-movieandspot.svg");
  }
}
.p-read-head__left-img {
  position: absolute;
  width: 47px;
  left: 20px;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .p-read-head__left-img {
    top: 130px;
    left: 3vw;
    width: 162px;
  }
}
.p-read-head__right-img {
  position: absolute;
  width: 48px;
  right: 15px;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .p-read-head__right-img {
    top: 135px;
    right: 3vw;
    width: 167px;
  }
}
.p-read-head__text {
  margin-top: 15px;
  line-height: 1.85;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-read-head__text {
    margin-top: 33px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-topic {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .p-topic {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.1fr 48px 1fr;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-topic.-reverse {
    -ms-grid-columns: 1fr 1.1fr;
    grid-template-columns: 1fr 1.1fr;
  }
  .p-topic.-reverse .p-topic__main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-topic.-reverse .p-topic__text {
    padding-left: 17px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-topic.-topic01 {
  margin-top: 25px;
}
@media only screen and (min-width: 1000px) {
  .p-topic.-topic01 {
    margin-top: 90px;
  }
}
.p-topic.-topic02 {
  margin-top: 30px;
}
@media only screen and (min-width: 1000px) {
  .p-topic.-topic02 {
    margin-top: 106px;
  }
}
.p-topic.-topic03 {
  margin-top: 15px;
}
@media only screen and (min-width: 1000px) {
  .p-topic.-topic03 {
    margin-top: 140px;
  }
}
.p-topic.-topic04 {
  margin-top: 15px;
}
@media only screen and (min-width: 1000px) {
  .p-topic.-topic04 {
    margin-top: 163px;
  }
}
.p-topic.-topic05 {
  margin-top: 15px;
}
@media only screen and (min-width: 1000px) {
  .p-topic.-topic05 {
    margin-top: 167px;
  }
}
.p-topic__sp-heading {
  background-color: #fff;
  color: var(--miryoku-main-color);
  font-size: 17.5px;
  font-size: 1.75rem;
  font-weight: 900;
  padding: 12.5px 2px;
  border: 4.5px solid var(--miryoku-main-color);
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "zen-maru-gothic", sans-serif;
}
@media only screen and (min-width: 1000px) {
  .p-topic__sp-heading {
    display: none;
  }
}
.p-topic__pc-heading {
  background-color: #fff;
  color: var(--miryoku-main-color);
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.65;
  font-weight: 900;
  padding: 10px 2px 7px;
  border: 4.5px solid var(--miryoku-main-color);
  text-align: center;
  margin-bottom: 10px;
  font-family: "zen-maru-gothic", sans-serif;
}
@media only screen and (max-width: 999.96px) {
  .p-topic__pc-heading {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .p-topic__body {
    margin-top: -20px;
  }
}
.p-topic__img {
  --topic-img-backcolor: #000;
  position: relative;
  z-index: 2;
}
.p-topic__img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--miryoku-main-color);
  display: block;
  position: absolute;
  bottom: -7px;
  opacity: 0.4;
  right: -7px;
  z-index: -1;
}
@media only screen and (min-width: 1000px) {
  .p-topic__img:after {
    bottom: -10px;
    right: -10px;
  }
}
.p-topic__img__deco {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 999.96px) {
  .p-topic__img__deco {
    display: none;
  }
}
.p-topic.-topic01 .p-topic__img__deco {
  left: 20px;
  top: -61px;
}
.p-topic.-topic02 .p-topic__img__deco {
  right: 0;
  top: -66px;
}
.p-topic.-topic03 .p-topic__img__deco {
  left: 20px;
  top: -60px;
}
.p-topic.-topic04 .p-topic__img__deco {
  right: 20px;
  top: -100px;
}
.p-topic.-topic05 .p-topic__img__deco {
  left: 0;
  top: -100px;
}
.p-topic__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  padding-top: 15px;
}
@media only screen and (min-width: 1000px) {
  .p-topic__text {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 13px;
  }
}
.p-topic__sp-bubble {
  position: relative;
  z-index: 4;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .p-topic__sp-bubble {
    display: none;
  }
}
.p-topic__pc-bubble {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .p-topic__pc-bubble {
    display: block;
    margin-inline: auto;
    width: 200px;
    position: relative;
    top: 1px;
  }
}
.p-topic__cycle {
  position: absolute;
}
.p-topic.-topic01 .p-topic__cycle {
  top: -10px;
  left: -20px;
  width: 100px;
}
@media only screen and (min-width: 1000px) {
  .p-topic.-topic01 .p-topic__cycle {
    top: -80px;
    left: -95px;
    width: 161px;
  }
}
.p-topic.-topic02 .p-topic__cycle {
  top: -85px;
  right: -40px;
  width: 100px;
}
@media only screen and (min-width: 1000px) {
  .p-topic.-topic02 .p-topic__cycle {
    top: 70px;
    right: -95px;
    width: 161px;
  }
}
@media only screen and (max-width: 999.96px) {
  .p-topic.-topic03 .p-topic__cycle {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .p-topic.-topic03 .p-topic__cycle {
    top: -40px;
    left: -120px;
    width: 271px;
  }
}
.p-topic.-topic04 .p-topic__cycle {
  top: -85px;
  right: -40px;
  width: 100px;
}
@media only screen and (min-width: 1000px) {
  .p-topic.-topic04 .p-topic__cycle {
    top: -170px;
    right: -95px;
    width: 161px;
  }
}
@media only screen and (max-width: 999.96px) {
  .p-topic.-topic05 .p-topic__cycle {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .p-topic.-topic05 .p-topic__cycle {
    bottom: 40px;
    left: -110px;
    width: 161px;
  }
}

.p-intro {
  position: relative;
  width: calc(100% - 40px);
  margin-inline: auto;
  border: 3px solid var(--miryoku-main-color);
  background-color: #fff;
  padding: 50px 0 30px;
  border-radius: 27px;
  margin-top: 75px;
}
@media only screen and (min-width: 1000px) {
  .p-intro {
    border-width: 5px;
    margin-top: 150px;
    padding: 90px 40px 47px;
  }
}
.p-intro__heading {
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media only screen and (max-width: 999.96px) {
  .p-intro__heading {
    scale: 1.03;
    max-width: 375px;
    width: calc(100% + 30px);
  }
}
@media only screen and (min-width: 1000px) {
  .p-intro__heading {
    top: -75px;
    width: 532px;
  }
}
.p-intro__text {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1.75;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-break: strict;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-intro__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374.96px) {
  .p-intro__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .p-intro__text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-intro__text__icon-left {
  position: absolute;
  top: 50%;
  left: 6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
@media only screen and (min-width: 1000px) {
  .p-intro__text__icon-left {
    left: 17%;
    width: 40px;
  }
}
.p-intro__text__icon-right {
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22.5px;
}
@media only screen and (min-width: 1000px) {
  .p-intro__text__icon-right {
    right: 17%;
    width: 41px;
  }
}
.p-intro__main {
  display: -ms-grid;
  display: grid;
  padding: 0 50px;
  margin-top: 20px;
  gap: 17px;
}
@media only screen and (min-width: 1000px) {
  .p-intro__main {
    padding: 0;
    margin-top: 40px;
    -ms-grid-columns: 1fr 23px 1fr 23px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
  }
}
.p-intro__item {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  font-family: "zen-maru-gothic", sans-serif;
}
@media only screen and (min-width: 1000px) {
  .p-intro__item {
    gap: 23px;
  }
}
.p-shopUnit {
  --shop-color: #000;
}
.p-shopUnit.-top {
  --shop-color: var(--top-main-color-rgb);
}
.p-shopUnit.-guide {
  --shop-color: var(--guide-main-color-rgb);
}
.p-shopUnit.-interview {
  --shop-color: var(--interview-main-color-rgb);
}
.p-shopUnit.-facility {
  --shop-color: var(--facility-main-color-rgb);
}
.p-shopUnit.-movieandspot {
  --shop-color: var(--movieandspot-main-color-rgb);
}

.p-shop {
  font-family: "Noto Serif JP", serif;
  display: block;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .p-shop {
    padding-top: 160px;
  }
}
.p-shopUnit .p-shop:not(:first-child) {
  margin-top: 50px;
  border-top: 1px solid #000;
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit .p-shop:not(:first-child) {
    padding-top: 110px;
    margin-top: 100px;
  }
  .p-shopUnit.-facility .p-shopUnit .p-shop:not(:first-child) {
    border-color: rgb(var(--shop-color));
  }
}
.p-shopUnit .p-shop:first-child {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit .p-shop:first-child {
    padding-top: 80px;
  }
}
.p-shopUnit.-facility .p-shop:not(:first-child) {
  border-color: rgb(var(--shop-color));
}
.p-shopUnit.-guide .p-shop__head {
  padding: 10px 5px 15px;
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: rgba(var(--shop-color), 0.8);
  color: #fff;
  width: calc(100% - 36px);
  margin-inline: auto;
  margin-top: -35px;
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: -5px;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-guide .p-shop__head {
    max-width: 585px;
    margin-top: -55px;
    outline-offset: -10apx;
    padding: 20px 5px;
  }
}
.p-shopUnit.-interview .p-shop__head {
  position: relative;
  background-color: #fff;
  color: #fff;
  border: 1px solid rgb(var(--shop-color));
  padding: 18px 18px 20px 12px;
  margin-top: -80px;
  width: calc(100% - 30px);
  z-index: 2;
}
@media only screen and (max-width: 767.96px) {
  .p-shopUnit.-interview .p-shop__head {
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .p-shopUnit.-interview .p-shop__head {
    margin-left: 30px;
    max-width: 480px;
    margin-top: -257px;
    padding: 18px 40px 38px 17px;
  }
}
.p-shopUnit.-interview .p-shop__head:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--shop-color), 0.9);
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-interview .p-shop__head:after {
    top: -10px;
    left: -10px;
  }
}
.p-shopUnit.-facility .p-shop__head {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 23px 12.5px 20px;
  text-align: center;
  width: calc(100% - 20px);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__head {
    max-width: 840px;
    padding: 40px 44px 30px;
  }
}
.p-shopUnit.-guide .p-shop__head__sub-heading {
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 12.5px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-guide .p-shop__head__sub-heading {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-shopUnit.-interview .p-shop__head__sub-heading {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 11.5px;
  font-size: 1.15rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-interview .p-shop__head__sub-heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-shopUnit.-guide .p-shop__head__heading {
  font-weight: 300;
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.45;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-guide .p-shop__head__heading {
    font-size: 37px;
    font-size: 3.7rem;
  }
}
.p-shopUnit.-interview .p-shop__head__heading {
  position: relative;
  z-index: 2;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-interview .p-shop__head__heading {
    gap: 30px;
  }
}
.p-shopUnit.-interview .p-shop__head__heading strong {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-interview .p-shop__head__heading strong {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
.p-shopUnit.-interview .p-shop__head__heading span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-interview .p-shop__head__heading span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-shopUnit.-facility .p-shop__head__heading {
  font-weight: 900;
  color: rgb(var(--shop-color));
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__head__heading {
    line-height: 1;
    font-size: 36px;
    font-size: 3.6rem;
    gap: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__head__heading.-size-sm {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
.p-shopUnit.-facility .p-shop__head__heading__top-border {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(var(--shop-color));
  z-index: 1;
}
.p-shopUnit.-facility .p-shop__head__heading__top-border::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid currentColor;
  border-right: 0;
  top: -4px;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__head__heading__top-border::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid currentColor;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__head__heading__top-border::before {
    top: -4.5px;
  }
}
.p-shopUnit.-facility .p-shop__head__heading__top-border::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid currentColor;
  border-right: 0;
  top: -4px;
  right: 0;
  z-index: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__head__heading__top-border::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid currentColor;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__head__heading__top-border::after {
    top: -4.5px;
  }
}
.p-shopUnit.-facility .p-shop__head__heading__bottom-border {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(var(--shop-color));
  z-index: 1;
}
.p-shopUnit.-facility .p-shop__head__heading__bottom-border::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid currentColor;
  border-right: 0;
  top: -4px;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__head__heading__bottom-border::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid currentColor;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__head__heading__bottom-border::before {
    top: -4.5px;
  }
}
.p-shopUnit.-facility .p-shop__head__heading__bottom-border::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid currentColor;
  border-right: 0;
  top: -4px;
  right: 0;
  z-index: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__head__heading__bottom-border::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid currentColor;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__head__heading__bottom-border::after {
    top: -4.5px;
  }
}
.p-shopUnit.-interview .p-shop__head__text {
  position: relative;
  z-index: 2;
  font-weight: 300;
  font-size: 12.5px;
  font-size: 1.25rem;
  padding-top: 10px;
  margin-top: 17px;
  border-top: 1px solid currentColor;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-interview .p-shop__head__text {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-shopUnit.-facility .p-shop__head__text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__head__text {
    margin-top: 25px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.p-shop__sub-heading {
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  color: rgb(var(--shop-color));
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-shop__sub-heading {
    margin-top: 26px;
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.p-shopUnit.-interview .p-shop__sub-heading {
  line-height: 1.5;
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  gap: 5px;
  font-size: 3.9vw;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-interview .p-shop__sub-heading {
    margin-top: 60px;
    margin-inline: auto;
    width: calc(100% - 40px);
    max-width: 800px;
    font-size: 33px;
    font-size: 3.3rem;
    gap: 15px;
  }
}
.p-shopUnit.-interview .p-shop__sub-heading::before {
  background-image: url(/data/feature/okinawasen/img/interview/sub-title_border-top.svg);
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-shopUnit.-interview .p-shop__sub-heading::after {
  background-image: url(/data/feature/okinawasen/img/interview/sub-title_border-bottom.svg);
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-shop__mv {
  position: relative;
  z-index: 1;
}
.p-shop__mv__sub-title {
  font-weight: 500;
  font-size: 16.5px;
  font-size: 1.65rem;
  font-size: 3.8vw;
  margin-top: 3px;
}
@media only screen and (min-width: 768px) {
  .p-shop__mv__sub-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-top: 10px;
  }
}
.p-shop__mv__title {
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
  font-size: 8.3vw;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .p-shop__mv__title {
    font-size: 71px;
    font-size: 7.1rem;
  }
}
.p-shop__mv__title__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .p-shop__mv__title__box {
    gap: 25px;
  }
}
.p-shop__mv__heading.-num5 .p-shop__mv__title__box {
  gap: 6px;
}
@media only screen and (min-width: 768px) {
  .p-shop__mv__heading.-num5 .p-shop__mv__title__box {
    gap: 10px;
  }
}
.p-shop__mv__heading.-num6 .p-shop__mv__title__box {
  gap: 3px;
}
@media only screen and (min-width: 768px) {
  .p-shop__mv__heading.-num6 .p-shop__mv__title__box {
    gap: 5px;
  }
}
.p-shop__mv__body {
  background-color: #000;
  color: #fff;
  padding: 12px 20px 15px;
}
@media only screen and (min-width: 768px) {
  .p-shop__mv__body {
    padding: 0;
    position: absolute;
    background-color: inherit;
  }
  .p-shop__mv__heading.-line1 + .p-shop__mv__body {
    left: 230px;
    bottom: 50px;
  }
  .p-shop__mv__heading.-line2 + .p-shop__mv__body {
    left: 290px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 999.96px) {
  .p-shop__mv__body__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.p-shop__mv__body__head__sub-title {
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-shop__mv__body__head__sub-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-shop__mv__body__head__title {
  font-size: 28.5px;
  font-size: 2.85rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-shop__mv__body__head__title {
    font-size: 52px;
    font-size: 5.2rem;
    margin-top: 12px;
  }
}
.p-shop__mv__body__text {
  padding-top: 8px;
  font-size: 12.5px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.72;
}
@media only screen and (min-width: 768px) {
  .p-shop__mv__body__text {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-shop__horizontal-group {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .p-shop__horizontal-group {
    margin-top: 50px;
  }
}
.p-shop__horizontal-group .p-shop__horizontal-unit {
  margin-top: 0 !important;
}
.p-shop__horizontal-group .p-shop__horizontal-unit:not(:first-child) {
  border-top: 1px solid rgb(var(--shop-color));
  margin-top: 35px !important;
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .p-shop__horizontal-group .p-shop__horizontal-unit:not(:first-child) {
    margin-top: 70px !important;
    padding-top: 70px;
  }
}
.p-shop__horizontal-unit {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  margin-top: 17px;
}
@media only screen and (min-width: 768px) {
  .p-shop__horizontal-unit {
    width: calc(100% - 80px);
    margin-inline: auto;
    gap: 57px;
    margin-top: 40px;
  }
}
.p-shopUnit.-interview .p-shop__horizontal-unit {
  margin-top: 20px;
  gap: 25px;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-interview .p-shop__horizontal-unit {
    gap: 37px;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-interview .p-shop__horizontal-unit:not(:has(.p-shop__horizontal__slide)) {
    gap: 70px;
  }
}
.p-shopUnit.-facility .p-shop__horizontal-unit {
  margin-top: 20px;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__horizontal-unit {
    gap: 37px;
    margin-top: 90px;
  }
}
.p-shop__horizontal {
  position: relative;
  display: -ms-grid;
  display: grid;
}
@media only screen and (min-width: 768px) {
  .p-shop__horizontal {
    margin-inline: auto;
    display: -ms-grid;
    display: grid;
    gap: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__horizontal {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .p-shop .p-shop__horizontal:nth-of-type(odd) {
    -ms-grid-columns: 1.36fr 1fr;
    grid-template-columns: 1.36fr 1fr;
  }
  .p-shop .p-shop__horizontal:nth-of-type(odd) .p-shop__horizontal__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-shop .p-shop__horizontal:nth-of-type(odd) .p-shop__horizontal__slide {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-shop .p-shop__horizontal:nth-of-type(odd) .p-shop__horizontal__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-interview .p-shop .p-shop__horizontal:nth-of-type(odd) {
    -ms-grid-columns: 1.22fr 1fr;
    grid-template-columns: 1.22fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop .p-shop__horizontal:nth-of-type(odd) {
    -ms-grid-columns: 1fr 1.14fr;
    grid-template-columns: 1fr 1.14fr;
  }
}
@media only screen and (min-width: 768px) {
  .p-shop .p-shop__horizontal:nth-of-type(even) {
    -ms-grid-columns: 1fr 1.36fr;
    grid-template-columns: 1fr 1.36fr;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-interview .p-shop .p-shop__horizontal:nth-of-type(even) {
    -ms-grid-columns: 1fr 1.22fr;
    grid-template-columns: 1fr 1.22fr;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop .p-shop__horizontal:nth-of-type(even) {
    -ms-grid-columns: 1.14fr 1fr;
    grid-template-columns: 1.14fr 1fr;
  }
}
@media only screen and (max-width: 767.96px) {
  .p-shopUnit.-horizontal-reverse-sp .p-shop__horizontal .p-shop__horizontal__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-shopUnit.-horizontal-reverse-sp .p-shop__horizontal .p-shop__horizontal__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-shopUnit.-horizontal-reverse-sp .p-shop__horizontal .p-shop__horizontal__slide {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-horizontal-reverse-pc .p-shop__horizontal {
    display: -ms-grid;
    display: grid;
  }
  .p-shopUnit.-horizontal-reverse-pc .p-shop__horizontal:nth-of-type(odd) .p-shop__horizontal__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-shopUnit.-horizontal-reverse-pc .p-shop__horizontal:nth-of-type(odd) .p-shop__horizontal__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-shopUnit.-horizontal-reverse-pc .p-shop__horizontal:nth-of-type(odd) .p-shop__horizontal__slide {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-shopUnit.-horizontal-reverse-pc .p-shop__horizontal:nth-of-type(even) .p-shop__horizontal__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-shopUnit.-horizontal-reverse-pc .p-shop__horizontal:nth-of-type(even) .p-shop__horizontal__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-shopUnit.-horizontal-reverse-pc .p-shop__horizontal:nth-of-type(even) .p-shop__horizontal__slide {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-horizontal-center-pc .p-shop__horizontal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-shopUnit.-horizontal-center-pc .p-shop__horizontal:has(.p-shop__horizontal__slide) .p-shop__horizontal__body {
    margin-top: -40px;
  }
}
.p-shop__horizontal__heading {
  position: relative;
  color: rgb(var(--shop-color));
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .p-shop__horizontal__heading {
    text-align: left;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.p-shopUnit.-facility .p-shop__horizontal__sub-heading {
  padding: 4px 10px 4px 18px;
  position: relative;
  font-family: 500;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgb(var(--shop-color));
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width: 767.96px) {
  .p-shopUnit.-facility .p-shop__horizontal__sub-heading {
    margin-inline: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__horizontal__sub-heading {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 7px 15px 7px 23px;
  }
}
.p-shopUnit.-facility .p-shop__horizontal__sub-heading::before {
  display: block;
  content: "";
  width: 2.5px;
  height: calc(100% - 3px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 2.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-shopUnit.-facility .p-shop__horizontal__sub-heading::before {
    width: 6px;
    height: calc(100% - 5px);
  }
}
@media only screen and (max-width: 767.96px) {
  .p-shop__horizontal__text {
    margin-top: 10px;
  }
}
.p-shop__horizontal__slide {
  margin-top: 15px;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-shop__horizontal__slide {
    margin-top: 0;
  }
}
.p-shop__horizontal__slide .swiper-pagination-bullet-active {
  background: rgb(var(--shop-color));
}
.p-shopUnit.-craftsman .p-shop__horizontal__slide .swiper-pagination-bullet-active {
  background: #000;
}
@media only screen and (min-width: 768px) {
  .p-shop__horizontal__slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.p-shop__horizontal__slide .swiper-slide.swiper-slide-active {
  position: relative;
}
.p-shop__horizontal__img {
  position: relative;
  z-index: 1;
}
.p-shop__horizontal__img-unit {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .p-shop__horizontal__img-unit {
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.p-shop__reco {
  position: relative;
  background-color: rgba(var(--shop-color), 0.8);
  padding: 7px;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) {
  .p-shop__reco {
    width: calc(100% - 100px);
    margin-inline: auto;
    padding: 14px;
  }
}
.p-shop__reco__inner {
  padding: 40px 20px 30px;
  border: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .p-shop__reco__inner {
    border: 2px solid #fff;
    padding: 50px 30px 25px;
  }
}
.p-shop__reco__heading {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgb(var(--shop-color));
  top: -15px;
}
@media only screen and (min-width: 768px) {
  .p-shop__reco__heading {
    top: -27px;
  }
}
.p-shop__reco__heading svg {
  position: relative;
  z-index: 3;
  width: 140px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .p-shop__reco__heading svg {
    width: 225px;
    margin-top: 17px;
  }
}
.p-shop__reco__heading svg path {
  fill: rgb(var(--shop-color));
}
.p-shop__reco__heading::after {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  position: absolute;
  display: block;
  content: "";
  width: 190px;
  height: 45px;
  background-image: url(/data/feature/okinawabento/img/common/head-ribon.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .p-shop__reco__heading::after {
    width: 310px;
    height: 72px;
  }
}
.p-shop__reco__col {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .p-shop__reco__col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    -ms-grid-columns: 1fr 35px 1.06fr;
    grid-template-columns: 1fr 1.06fr;
  }
}
.p-shop__reco__body {
  color: #fff;
}
.p-shop__reco__name {
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--shop-color);
  line-height: 1.35;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-shop__reco__name {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-shop__reco__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1.75;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .p-shop__reco__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374.96px) {
  .p-shop__reco__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-shop__reco__text {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-shop__info {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p-shop__info {
    padding-top: 50px;
    width: calc(100% - 90px);
    margin-inline: auto;
  }
}
.p-shop__info__inner {
  padding: 17px 21px 22.5px;
}
@media only screen and (min-width: 768px) {
  .p-shop__info__inner {
    padding: 16px 20px;
    border-width: 4px;
  }
}
.p-shopUnit.-guide .p-shop__info__inner, .p-shopUnit.-interview .p-shop__info__inner, .p-shopUnit.-facility .p-shop__info__inner {
  background-color: rgba(255, 255, 255, 0.6);
}
.p-shop__info__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  background-color: black;
  padding: 10px 25px 46px 20px;
  position: relative;
  z-index: -1;
  line-height: 1;
  top: 36px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-shop__info__heading {
    padding: 13px 25px 46px 30px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.p-shop__info__heading::after {
  display: block;
  position: absolute;
  right: -36px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent black;
  border-width: 74px 0px 0px 36px;
}
.p-shop__info__col {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-shop__info__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-shop__info__col:not(:has(.p-shop__info__img)) .p-shop__info__body {
    width: 100%;
  }
  .p-shop__info__col .p-shop__info__body {
    width: calc(100% - 256px - 20px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .p-shop__info__col .p-shop__info__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 256px;
  }
}
@media only screen and (min-width: 768px) {
  .p-shop__info.-no-img .p-shop__info__col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-shop__info__col + .p-shop__info__col {
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .p-shop__info__col + .p-shop__info__col {
    padding-top: 27px;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .p-shop__info__body {
    margin-bottom: 5px;
  }
}
.p-shop__info__name {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 2px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-shop__info__name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-shop__info__text {
  font-size: 12.5px;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-shop__info__text {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-shop__info__btn {
  width: 100%;
  max-width: 140px;
  --btn-color: #fff;
  --btn-back-color: rgb(var(--shop-color));
  --btn-border-color: rgb(var(--shop-color));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-shop__info__btn:hover {
  --btn-color: rgb(var(--shop-color));
}
@media only screen and (max-width: 999.96px) {
  .p-shop__info__btn {
    margin-inline: auto;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .p-shop__info__btn {
    max-width: 160px;
  }
}
.p-shop__another-btn-unit {
  margin-top: 27px;
  width: calc(100% - 10px);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-shop__another-btn-unit {
    width: 420px;
    margin-top: 70px;
  }
}
.p-shop__another-btn {
  width: 100%;
  --btn-color: #fff;
  --btn-back-color: rgb(var(--shop-color));
  --btn-border-color: rgb(var(--shop-color));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-shop__another-btn:hover {
  --btn-color: rgb(var(--shop-color));
}
.p-shop__note {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 18px 5px 15px;
  margin-top: 15px;
  margin-bottom: -5px;
  position: relative;
  z-index: 3;
}
.p-shop__note:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-shop__note {
    width: calc(100% - 240px);
    margin-inline: auto;
    margin-top: 30px;
    margin-bottom: -30px;
    padding: 10px 30px 19px;
  }
}
.p-shop__note.-simple {
  padding: 8px 15px;
}
@media only screen and (min-width: 768px) {
  .p-shop__note.-simple {
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .p-shop__note.-pc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-shopUnit.-craftsman .p-shop__note {
  background-color: #595757;
  color: #fff;
}
.p-shopUnit.-craftsman .p-shop__note:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #595757;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}
.p-shop__note__title {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-shop__note__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-shop__note.-simple .p-shop__note__title {
  font-size: 12.5px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .p-shop__note.-simple .p-shop__note__title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-shop__note__text {
  position: relative;
  z-index: 2;
  font-size: 12.5px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .p-shop__note__text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-shop__note__main {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .p-shop__note.-pc-center .p-shop__note__main {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
  }
}
.p-shop__note__side {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-shop__guide {
  font-weight: 500;
  line-height: 1.35;
  width: 100%;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767.96px) {
  .p-shop__guide {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-shop__guide {
    margin-top: 65px;
    font-size: 18px;
    font-size: 1.8rem;
    -ms-grid-columns: 115px 1fr;
    grid-template-columns: 115px 1fr;
    width: calc(100% - 90px);
  }
}
.p-shop__guide__side {
  color: #fff;
  background-color: rgb(var(--shop-color));
  padding: 4.5px;
}
@media only screen and (min-width: 768px) {
  .p-shop__guide__side {
    padding: 13px 5px;
    text-align: center;
  }
}
.p-shop__guide__main {
  background-color: #fff;
  padding: 13px 5px;
}
@media only screen and (min-width: 768px) {
  .p-shop__guide__main {
    padding-left: 20px;
  }
}
.p-shop__other {
  line-height: 1.35;
  width: 100%;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  margin-top: 15px;
}
@media only screen and (max-width: 767.96px) {
  .p-shop__other {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-shop__other {
    margin-top: 55px;
    width: calc(100% - 90px);
  }
}
.p-shop__other__heading {
  font-weight: 500;
  color: #fff;
  background-color: rgb(var(--shop-color));
  padding: 11px 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p-shop__other__heading {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 13px 5px;
    text-align: center;
  }
}
.p-shop__other__body {
  background-color: #fff;
  padding: 15px 0px 20px 35px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p-shop__other__body {
    padding: 27px 5px 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-shop__other__links {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .p-shop__other__links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-slide__wrapper {
  position: relative;
}
.p-slide__pagination {
  position: absolute;
  bottom: -25px !important;
  top: inherit;
}
@media only screen and (min-width: 1000px) {
  .p-slide__pagination {
    bottom: -40px !important;
  }
}

.p-top-sec {
  margin-top: 45px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-top-sec {
    margin-top: 100px;
  }
}
.p-top-sec__img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-top-sec__img {
    z-index: 3;
    position: absolute;
    width: 500px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-top-sec__img {
    width: 670px;
  }
}
@media only screen and (max-width: 767.96px) {
  .p-top-sec__img img {
    position: relative;
    z-index: 6;
  }
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-left-box .p-top-sec__img {
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-right-box .p-top-sec__img {
    left: 0;
    top: 0;
  }
}
.p-top-sec__illust {
  position: absolute !important;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .p-top-sec__illust {
    z-index: -1;
  }
}
.p-top-sec.-history .p-top-sec__illust {
  bottom: -75px;
  right: 0;
  width: 125px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-history .p-top-sec__illust {
    width: 380px;
    bottom: -65px;
    right: -370px;
  }
}
.p-top-sec.-craftsman .p-top-sec__illust {
  bottom: -50px;
  left: -10px;
  width: 150px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-craftsman .p-top-sec__illust {
    top: 25px;
    width: 380px;
    left: -210px;
    bottom: inherit;
  }
}
.p-top-sec.-modern .p-top-sec__illust {
  bottom: -90px;
  right: 10px;
  width: 125px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-modern .p-top-sec__illust {
    top: 20px;
    width: 250px;
    right: -250px;
    bottom: inherit;
  }
}
.p-top-sec.-shop .p-top-sec__illust {
  bottom: -60px;
  left: -10px;
  width: 140px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-shop .p-top-sec__illust {
    top: 12px;
    width: 324px;
    left: -240px;
    bottom: inherit;
  }
}
.p-top-sec.-cafe .p-top-sec__illust {
  bottom: -65px;
  right: 30px;
  width: 135px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-cafe .p-top-sec__illust {
    top: 0px;
    width: 271px;
    right: -270px;
    bottom: inherit;
  }
}
.p-top-sec.-experience .p-top-sec__illust {
  bottom: -60px;
  left: -10px;
  width: 157.5px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-experience .p-top-sec__illust {
    top: 50px;
    width: 340px;
    left: -220px;
    bottom: inherit;
  }
}
.p-top-sec__body {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-top-sec__body {
    z-index: 5;
    padding-top: 70px;
    max-width: 500px;
    padding-top: 160px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-top-sec__body {
    padding-top: 230px;
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-left-box .p-top-sec__body {
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-right-box .p-top-sec__body {
    margin-left: auto;
  }
}
.p-top-sec__heading {
  position: absolute;
  width: 75px;
  z-index: 8;
  bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec__heading {
    width: 90px;
    bottom: 35px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-top-sec__heading {
    bottom: 50px;
    width: 125px;
  }
}
.p-top-sec.-left-box .p-top-sec__heading {
  left: -5px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-left-box .p-top-sec__heading {
    left: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-top-sec.-left-box .p-top-sec__heading {
    left: 40px;
  }
}
.p-top-sec.-right-box .p-top-sec__heading {
  right: -5px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-right-box .p-top-sec__heading {
    right: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-top-sec.-right-box .p-top-sec__heading {
    right: 40px;
  }
}
.p-top-sec__box {
  margin-top: 10px;
  background-color: #fff;
  position: relative;
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .p-top-sec__box {
    width: 100%;
    margin-top: 0;
  }
}
.p-top-sec.-left-box .p-top-sec__box {
  margin-left: auto;
  padding: 25px 22.5px 25px 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-left-box .p-top-sec__box {
    padding: 25px 40px 25px 110px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-top-sec.-left-box .p-top-sec__box {
    padding: 53px 40px 53px 148px;
  }
}
.p-top-sec.-right-box .p-top-sec__box {
  margin-right: auto;
  padding: 25px 5px 25px 22.5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-top-sec.-right-box .p-top-sec__box {
    padding: 25px 110px 25px 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-top-sec.-right-box .p-top-sec__box {
    padding: 53px 140px 53px 40px;
  }
}
.p-top-sec__box__deco {
  position: absolute;
}
.p-top-sec__box__deco.-left-top {
  left: 5px;
  top: 5px;
}
.p-top-sec__box__deco.-right-top {
  right: 5px;
  top: 5px;
}
.p-top-sec__box__deco.-left-bottom {
  left: 5px;
  bottom: 5px;
}
.p-top-sec__box__deco.-right-bottom {
  right: 5px;
  bottom: 5px;
}
.p-top-sec__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1.75;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-top-sec__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374.96px) {
  .p-top-sec__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-top-sec__btn.c-btn {
  width: 100%;
  max-width: 140px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-top-sec__btn.c-btn {
    max-width: 170px;
  }
}
.p-top-sec__btn-wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-top-sec__btn-wrap {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-top-sec__btn-wrap {
    margin-top: 30px;
  }
}

.p-history-unit .p-history:not(:first-child) {
  margin-top: 30px;
  border-top: 1px solid #000;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .p-history-unit .p-history:not(:first-child) {
    margin-top: 60px;
  }
}
.p-history-unit .p-history.-pt01 {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .p-history-unit .p-history.-pt01 {
    padding-top: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .p-history-unit .p-history.-pt02 {
    padding-top: 85px;
  }
}
@media only screen and (min-width: 768px) {
  .p-history-unit .p-history.-pt03 {
    padding-top: 115px;
  }
}
@media only screen and (min-width: 768px) {
  .p-history-unit .p-history.-pt04 {
    padding-top: 125px;
  }
}
@media only screen and (min-width: 768px) {
  .p-history-unit .p-history.-pt05 {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .p-history__inner {
    display: -ms-grid;
    display: grid;
    place-items: center;
    width: calc(100% - 60px);
    margin-inline: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-history.-img-left .p-history__inner {
    -ms-grid-columns: 1.57fr 85px 1fr;
    grid-template-columns: 1.57fr 1fr;
    gap: 85px;
  }
}
@media only screen and (min-width: 768px) {
  .p-history.-img-right .p-history__inner {
    -ms-grid-columns: 1fr 58px 1.57fr;
    grid-template-columns: 1fr 1.57fr;
    gap: 58px;
  }
  .p-history.-img-right .p-history__inner .p-history__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-history.-img-right .p-history__inner .p-history__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-history__img {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.96px) {
  .p-history__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-history__img svg {
  position: absolute;
  z-index: -1;
  width: 135px;
}
@media only screen and (min-width: 768px) {
  .p-history__img svg {
    width: 380px;
  }
}
.p-history.-img-left .p-history__img svg {
  width: 135px;
  bottom: -110px;
  right: -5px;
}
@media only screen and (min-width: 768px) {
  .p-history.-img-left .p-history__img svg {
    width: 380px;
    bottom: inherit;
    right: inherit;
    top: -108px;
    left: -136px;
  }
}
.p-history.-img-left.-first .p-history__img svg {
  width: 135px;
  bottom: -110px;
  right: -5px;
}
@media only screen and (min-width: 768px) {
  .p-history.-img-left.-first .p-history__img svg {
    width: 380px;
    bottom: inherit;
    right: inherit;
    top: -189px;
    left: -136px;
  }
}
.p-history.-img-right .p-history__img svg {
  width: 156px;
  bottom: -149px;
  right: -5px;
}
@media only screen and (max-width: 767.96px) {
  .p-history.-img-right .p-history__img svg {
    -webkit-transform: rotate(70deg) scale(-1, 1);
            transform: rotate(70deg) scale(-1, 1);
  }
}
@media only screen and (min-width: 768px) {
  .p-history.-img-right .p-history__img svg {
    width: 380px;
    bottom: inherit;
    right: -200px;
    top: -140px;
    left: inherit;
  }
}
.p-history__body {
  position: relative;
}
@media only screen and (max-width: 767.96px) {
  .p-history__body {
    padding-top: 35px;
  }
}
.p-history.-img-left .p-history__body svg {
  width: 135px;
  position: absolute;
  top: 15px;
  left: -10px;
}
@media only screen and (min-width: 768px) {
  .p-history.-img-left .p-history__body svg {
    width: 270px;
    top: -54px;
    left: -74px;
  }
}
.p-history.-img-left.-first .p-history__body svg {
  width: 135px;
  position: absolute;
  top: 15px;
  left: -10px;
}
@media only screen and (min-width: 768px) {
  .p-history.-img-left.-first .p-history__body svg {
    width: 270px;
    top: -56px;
    left: -44px;
  }
}
.p-history.-img-right .p-history__body svg {
  width: 135px;
  position: absolute;
  top: 17px;
  left: -26px;
}
@media only screen and (min-width: 768px) {
  .p-history.-img-right .p-history__body svg {
    width: 270px;
    top: -50px;
    left: -20px;
  }
}
.p-history__heading {
  font-weight: 500;
  font-size: 31.5px;
  font-size: 3.15rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-history__heading {
    font-size: 54px;
    font-size: 5.4rem;
  }
}
.p-history__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1.75;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .p-history__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374.96px) {
  .p-history__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-history__text {
    margin-top: 20px;
  }
}

.p-card {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .p-card {
    display: -ms-grid;
    display: grid;
    gap: 17.5px;
    -ms-grid-columns: 1fr 17.5px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767.96px) {
  .p-card.-sp-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-keyword {
    gap: 30px;
    -ms-grid-columns: 1.2fr 30px 1fr;
    grid-template-columns: 1.2fr 1fr;
  }
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-keyword.-reverse {
    -ms-grid-columns: 1fr 1.2fr;
    grid-template-columns: 1fr 1.2fr;
  }
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-qa {
    gap: 35px;
    -ms-grid-columns: 1fr 35px 1.2fr;
    grid-template-columns: 1fr 1.2fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-qa.-reverse {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }
}
.p-card.-top-qa.-qa-04 {
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
}
.p-card__figure {
  position: relative;
}
.p-card__figure figcaption {
  line-height: 1;
  margin-top: 8px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right;
}
@media only screen and (min-width: 1000px) {
  .p-card__figure figcaption {
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-card.-top-qa .p-card__figure {
  margin-top: 12.5px;
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-qa .p-card__figure {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .p-card.-reverse .p-card__figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-card__body {
  margin-top: 17.5px;
}
@media only screen and (min-width: 1000px) {
  .p-card__body {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-keyword .p-card__body {
    margin-top: 100px;
  }
}
.p-card.-top-qa .p-card__text {
  margin-top: 18.5px;
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-qa .p-card__text {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-keyword .p-card__float-head.-left {
    position: absolute;
    top: -42px;
    left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-keyword .p-card__float-head.-right {
    position: absolute;
    top: -42px;
    right: 0;
  }
}
.p-card.-top-keyword .p-card__head {
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  padding: 24px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-keyword .p-card__head {
    width: 540px;
    height: 105px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-keyword .p-card__head img {
    width: 150px;
  }
}
.p-card.-top-keyword .p-card__head h3 {
  font-size: 22.5px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-keyword .p-card__head h3 {
    text-align: left;
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-keyword .p-card__head.-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-keyword .p-card__head.-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding-left: 70px;
  }
  .p-card.-top-keyword .p-card__head.-right h3 {
    width: 150px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-card.-top-read {
    -ms-grid-columns: 1.56fr 1fr;
    grid-template-columns: 1.56fr 1fr;
  }
}

.p-profile {
  background-color: #fff;
  padding: 30px 17.5px;
  display: -ms-grid;
  display: grid;
  gap: 25px;
}
.p-profile.-movieandspot {
  position: relative;
  background-color: rgb(var(--movieandspot-main-color-rgb));
  color: #fff;
  border-radius: 23px;
}
@media only screen and (max-width: 767.96px) {
  .p-profile.-movieandspot {
    padding: 12vw 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-profile {
    -ms-grid-columns: 215px 20px 1fr;
    grid-template-columns: 215px 1fr;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px;
  }
}
.p-profile.-movieandspot .p-profile__heading {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 80%;
  top: -10vw;
}
@media only screen and (min-width: 768px) {
  .p-profile.-movieandspot .p-profile__heading {
    top: -30px;
    width: 450px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-profile.-movieandspot .p-profile__heading {
    top: -50px;
    width: 680px;
  }
}
@media only screen and (max-width: 767.96px) {
  .p-profile.-top .p-profile__figure img {
    width: 80%;
    margin-inline: auto;
    display: block;
  }
}
@media only screen and (max-width: 767.96px) {
  .p-profile.-movieandspot .p-profile__figure {
    width: 40%;
  }
}
@media only screen and (max-width: 767.96px) {
  .p-profile.-movieandspot .p-profile__body {
    display: contents;
  }
}
.p-profile__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767.96px) {
  .p-profile.-movieandspot .p-profile__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    width: calc(60% - 20px);
  }
}
.p-profile__label {
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #e19400;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-profile__label {
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.p-profile.-movieandspot .p-profile__label {
  width: 42.5px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  background-color: #fff;
  color: rgb(var(--movieandspot-main-color-rgb));
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .p-profile.-movieandspot .p-profile__label {
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.p-profile__name {
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .p-profile__name {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-profile__kana {
  font-weight: 500;
  font-size: 11.5px;
  font-size: 1.15rem;
}
@media only screen and (min-width: 768px) {
  .p-profile__kana {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-profile__text {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .p-profile__text {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767.96px) {
  .p-profile.-movieandspot .p-profile__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-vertical-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-vertical-card-unit {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .p-vertical-card-unit {
    -ms-grid-columns: 1fr 90px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 90px;
  }
}
.p-vertical-card__heading {
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-vertical-card__heading {
    text-align: left;
    font-size: 28px;
    font-size: 2.8rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767.96px) {
  .p-vertical-card__figure {
    margin-top: 13.5px;
  }
}
@media only screen and (min-width: 768px) {
  .p-vertical-card__figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-vertical-card__figure:not(:has(figcaption)) {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .p-vertical-card__figure img {
    aspect-ratio: 1.5/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-vertical-card__figure figcaption {
  line-height: 1;
  margin-top: 8px;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .p-vertical-card__figure figcaption {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-vertical-card__body {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .p-vertical-card__body {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 15px;
  }
}

.p-chronology {
  -webkit-box-shadow: 3.5px 3.5px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3.5px 3.5px 0px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .p-chronology {
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  }
}
.p-chronology__head {
  background-color: #000;
  padding: 7.5px 5px 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-chronology__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 25px 20px 60px;
  }
}
.p-chronology__head__heading {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  color: #f4db8c;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-chronology__head__heading {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.p-chronology__head__num {
  font-size: 17.5px;
  font-size: 1.75rem;
  font-weight: 300;
  color: #b2b2b2;
  line-height: 1;
  margin-top: 4.5px;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .p-chronology__head__num {
    margin-top: 0;
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.p-chronology__main {
  background-color: #fff;
  padding: 24px 0px 25px;
}
.p-chronology__main .p-chronology__item:first-child {
  padding-top: 0;
}
.p-chronology__main .p-chronology__item:last-child {
  padding-bottom: 0;
}
.p-chronology__main .p-chronology__item:nth-child(odd) {
  background-color: #fff;
}
.p-chronology__main .p-chronology__item:nth-child(even) {
  background-color: #e6e4e4;
}
.p-chronology__item {
  padding: 0px 15px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.55fr;
  grid-template-columns: 1fr 2.55fr;
}
.p-chronology__num {
  padding: 18px 0px 23.5px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-chronology__num p {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-chronology__num p {
    text-align: center;
    line-height: 1;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-chronology__num span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-chronology__num span {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-chronology__body {
  padding: 18px 0px 23.5px 13px;
  border-left: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .p-chronology__body {
    padding-left: 50px;
  }
}
.p-chronology__body h4 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-chronology__body h4 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.p-chronology__body p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 9px;
}
@media only screen and (min-width: 768px) {
  .p-chronology__body p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-spotUnit .p-spot:not(:first-child) {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) {
  .p-spotUnit .p-spot:not(:first-child) {
    margin-top: 190px;
  }
}
.p-spotUnit .p-spot:first-child {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .p-spotUnit .p-spot:first-child {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .p-spot__main {
    margin-top: 50px;
  }
}
.p-spot__main.-figure {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
@media only screen and (min-width: 1000px) {
  .p-spot__main.-figure {
    gap: 50px;
    -ms-grid-columns: 1fr 50px 1.3fr;
    grid-template-columns: 1fr 1.3fr;
  }
}
@media only screen and (min-width: 1000px) {
  .p-spot__main.-figure.-spot04 {
    gap: 35px;
  }
}
.p-spot__figure figcaption {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .p-spot__figure figcaption {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-spot__comment {
  position: relative;
  border: 1.5px solid rgb(var(--movieandspot-main-color-rgb));
  background-color: #fff;
  border-radius: 27px;
  padding: 25px 20px 45px;
}
@media only screen and (min-width: 768px) {
  .p-spot__comment {
    padding: 30px 36px 47px;
    border-radius: 58px;
    border-width: 3px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-spot__main.-figure .p-spot__comment {
    padding: 30px 30px 50px;
  }
}
.p-spot__comment::after {
  display: block;
  content: "";
  width: 50px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -29px;
  right: 142px;
  background-image: url(/data/feature/okinawasen/img/movieandspot/comment-deco_sp.png);
}
@media only screen and (min-width: 768px) {
  .p-spot__comment::after {
    background-image: url(/data/feature/okinawasen/img/movieandspot/comment-deco_pc.png);
    width: 75px;
    height: 42px;
    bottom: -41.2px;
    right: 165px;
  }
}
.p-spot__comment__heading {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: rgb(var(--movieandspot-main-color-rgb));
  border-bottom: 1px solid rgb(var(--movieandspot-main-color-rgb));
  padding-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .p-spot__comment__heading {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.p-spot__comment__text {
  font-weight: 300;
  margin-top: 18ox;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p-spot__comment__text {
    margin-top: 22px;
    line-height: 1.9;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-spot__comment__icon {
  width: 102px;
  position: absolute;
  bottom: -70px;
  right: 22.5px;
}
@media only screen and (min-width: 768px) {
  .p-spot__comment__icon {
    width: 140px;
    bottom: -90px;
    right: 15px;
  }
}
.p-spot__bottom {
  margin-top: 85px;
  display: -ms-grid;
  display: grid;
  gap: 38px;
}
@media only screen and (min-width: 768px) {
  .p-spot__bottom {
    -ms-grid-columns: 1fr 60px 1.16fr;
    grid-template-columns: 1fr 1.16fr;
    gap: 60px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 40px;
  }
}
.p-spot__staffs__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: rgb(var(--movieandspot-main-color-rgb));
}
.p-spot__staffs__head p {
  font-weight: 400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .p-spot__staffs__head p {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-spot__staffs__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(var(--movieandspot-main-color-rgb));
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-spot__staffs__list {
  margin-top: 3px;
  font-size: 13.5px;
  font-size: 1.35rem;
  line-height: 1.7;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .p-spot__staffs__list {
    margin-top: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-spot__sns__head {
  background-color: rgb(var(--movieandspot-main-color-rgb));
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .p-spot__sns__head {
    padding: 12px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-spot__sns__body {
  background-color: #fff;
  padding: 10px 5px 12.5px;
}
@media only screen and (min-width: 768px) {
  .p-spot__sns__body {
    padding: 15px 5px 12.5px;
  }
}
.p-spot__sns__text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-spot__sns__text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-spot__sns__btnUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}
.p-spot__sns__btn {
  --btn-border-color: rgb(var(--movieandspot-main-color-rgb));
  --btn-color: rgb(var(--movieandspot-main-color-rgb));
}
.p-spot__sns__btn.c-btn.-base {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .p-spot__sns__btn.c-btn.-base {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.p-spot__sns__btn:hover {
  --btn-back-color: rgb(var(--movieandspot-main-color-rgb));
  --btn-color: #fff;
}
.p-spot__info {
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .p-spot__info {
    padding-top: 70px;
    margin-inline: auto;
  }
}
.p-spot__info__inner {
  padding: 12vw 22px 22px;
  background-color: #d3d9e5;
}
@media only screen and (min-width: 768px) {
  .p-spot__info__inner {
    padding: 40px 30px 30px;
    border-width: 4px;
  }
}
.p-spot__info__heading {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 70%;
  top: 3vw;
}
@media only screen and (min-width: 768px) {
  .p-spot__info__heading {
    top: 40px;
    width: 524px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-spot__info__heading {
    width: 524px;
  }
}
.p-spot__info__col {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-spot__info__col {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-spot__info__col .p-spot__info__body {
    width: calc(100% - 350px - 20px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .p-spot__info__col .p-spot__info__img {
    width: 350px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-spot__info.-no-img .p-spot__info__col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-spot__info__col + .p-spot__info__col {
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .p-spot__info__col + .p-spot__info__col {
    padding-top: 27px;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .p-spot__info__body {
    margin-bottom: 5px;
  }
}
.p-spot__info__body__bottom {
  border-top: 1px solid rgb(var(--movieandspot-main-color-rgb));
  padding-top: 10px;
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
}
.p-spot__info__name {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-spot__info__name {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-spot__info__text {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-spot__info__text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-spot__info__btn {
  width: 100%;
  max-width: 140px;
  --btn-color: #fff;
  --btn-back-color: rgb(var(--movieandspot-main-color-rgb));
  --btn-border-color: rgb(var(--movieandspot-main-color-rgb));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-spot__info__btn:hover {
  --btn-color: rgb(var(--movieandspot-main-color-rgb));
}
@media only screen and (max-width: 999.96px) {
  .p-spot__info__btn {
    margin-inline: auto;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .p-spot__info__btn {
    max-width: 160px;
  }
}
.p-spot__info__topic {
  display: -ms-grid;
  display: grid;
  gap: 12.5px;
  background-color: #fff;
  margin-top: 20px;
}
@media only screen and (max-width: 767.96px) {
  .p-spot__info__topic {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .p-spot__info__topic {
    -ms-grid-columns: 150px 25px 1fr;
    grid-template-columns: 150px 1fr;
    margin-top: 17px;
    gap: 25px;
  }
}
.p-spot__info__topic__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-spot__info__topic__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-spot__info__topic__text {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .p-spot__info__topic__text {
    text-align: left;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-spot__note {
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .p-spot__note {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 10px;
  }
}

.u-only_pc {
  display: none;
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .u-only_pc {
    display: block !important;
  }
}
.u-only_pc-inline {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .u-only_pc-inline {
    display: inline !important;
  }
}

.u-only_sp {
  display: none !important;
}
@media only screen and (max-width: 767.96px) {
  .u-only_sp {
    display: block !important;
  }
}
.u-only_sp-inline {
  display: none !important;
}
@media only screen and (max-width: 767.96px) {
  .u-only_sp-inline {
    display: inline !important;
  }
}

.u-font_mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.u-font_goshic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.u-font_notosans {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font_zenmaru {
  font-family: "zen-maru-gothic", sans-serif;
}

.u-text_center {
  text-align: center !important;
}
@media only screen and (max-width: 767.96px) {
  .u-text_center-sp {
    text-align: center !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-text_center-pc {
    text-align: center !important;
  }
}
.u-text_left {
  text-align: left !important;
}
@media only screen and (max-width: 767.96px) {
  .u-text_left-sp {
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-text_left-pc {
    text-align: left !important;
  }
}
.u-text_right {
  text-align: right !important;
}
@media only screen and (max-width: 767.96px) {
  .u-text_right-sp {
    text-align: right !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-text_right-pc {
    text-align: right !important;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}

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

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt0-pc {
    margin-top: 0px !important;
  }
  .u-mb0-pc {
    margin-bottom: 0px !important;
  }
  .u-ml0-pc {
    margin-left: 0px !important;
  }
  .u-mr0-pc {
    margin-right: 0px !important;
  }
  .u-pt0-pc {
    padding-top: 0px !important;
  }
  .u-pb0-pc {
    padding-bottom: 0px !important;
  }
  .u-pl0-pc {
    padding-left: 0px !important;
  }
  .u-pr0-pc {
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt0-sp {
    margin-top: 0px !important;
  }
  .u-mb0-sp {
    margin-bottom: 0px !important;
  }
  .u-ml0-sp {
    margin-left: 0px !important;
  }
  .u-mr0-sp {
    margin-right: 0px !important;
  }
  .u-pt0-sp {
    padding-top: 0px !important;
  }
  .u-pb0-sp {
    padding-bottom: 0px !important;
  }
  .u-pl0-sp {
    padding-left: 0px !important;
  }
  .u-pr0-sp {
    padding-right: 0px !important;
  }
}
.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt5-pc {
    margin-top: 5px !important;
  }
  .u-mb5-pc {
    margin-bottom: 5px !important;
  }
  .u-ml5-pc {
    margin-left: 5px !important;
  }
  .u-mr5-pc {
    margin-right: 5px !important;
  }
  .u-pt5-pc {
    padding-top: 5px !important;
  }
  .u-pb5-pc {
    padding-bottom: 5px !important;
  }
  .u-pl5-pc {
    padding-left: 5px !important;
  }
  .u-pr5-pc {
    padding-right: 5px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt5-sp {
    margin-top: 5px !important;
  }
  .u-mb5-sp {
    margin-bottom: 5px !important;
  }
  .u-ml5-sp {
    margin-left: 5px !important;
  }
  .u-mr5-sp {
    margin-right: 5px !important;
  }
  .u-pt5-sp {
    padding-top: 5px !important;
  }
  .u-pb5-sp {
    padding-bottom: 5px !important;
  }
  .u-pl5-sp {
    padding-left: 5px !important;
  }
  .u-pr5-sp {
    padding-right: 5px !important;
  }
}
.u-mt10 {
  margin-top: 10px !important;
}

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

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt10-pc {
    margin-top: 10px !important;
  }
  .u-mb10-pc {
    margin-bottom: 10px !important;
  }
  .u-ml10-pc {
    margin-left: 10px !important;
  }
  .u-mr10-pc {
    margin-right: 10px !important;
  }
  .u-pt10-pc {
    padding-top: 10px !important;
  }
  .u-pb10-pc {
    padding-bottom: 10px !important;
  }
  .u-pl10-pc {
    padding-left: 10px !important;
  }
  .u-pr10-pc {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt10-sp {
    margin-top: 10px !important;
  }
  .u-mb10-sp {
    margin-bottom: 10px !important;
  }
  .u-ml10-sp {
    margin-left: 10px !important;
  }
  .u-mr10-sp {
    margin-right: 10px !important;
  }
  .u-pt10-sp {
    padding-top: 10px !important;
  }
  .u-pb10-sp {
    padding-bottom: 10px !important;
  }
  .u-pl10-sp {
    padding-left: 10px !important;
  }
  .u-pr10-sp {
    padding-right: 10px !important;
  }
}
.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt15-pc {
    margin-top: 15px !important;
  }
  .u-mb15-pc {
    margin-bottom: 15px !important;
  }
  .u-ml15-pc {
    margin-left: 15px !important;
  }
  .u-mr15-pc {
    margin-right: 15px !important;
  }
  .u-pt15-pc {
    padding-top: 15px !important;
  }
  .u-pb15-pc {
    padding-bottom: 15px !important;
  }
  .u-pl15-pc {
    padding-left: 15px !important;
  }
  .u-pr15-pc {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt15-sp {
    margin-top: 15px !important;
  }
  .u-mb15-sp {
    margin-bottom: 15px !important;
  }
  .u-ml15-sp {
    margin-left: 15px !important;
  }
  .u-mr15-sp {
    margin-right: 15px !important;
  }
  .u-pt15-sp {
    padding-top: 15px !important;
  }
  .u-pb15-sp {
    padding-bottom: 15px !important;
  }
  .u-pl15-sp {
    padding-left: 15px !important;
  }
  .u-pr15-sp {
    padding-right: 15px !important;
  }
}
.u-mt20 {
  margin-top: 20px !important;
}

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

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt20-pc {
    margin-top: 20px !important;
  }
  .u-mb20-pc {
    margin-bottom: 20px !important;
  }
  .u-ml20-pc {
    margin-left: 20px !important;
  }
  .u-mr20-pc {
    margin-right: 20px !important;
  }
  .u-pt20-pc {
    padding-top: 20px !important;
  }
  .u-pb20-pc {
    padding-bottom: 20px !important;
  }
  .u-pl20-pc {
    padding-left: 20px !important;
  }
  .u-pr20-pc {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt20-sp {
    margin-top: 20px !important;
  }
  .u-mb20-sp {
    margin-bottom: 20px !important;
  }
  .u-ml20-sp {
    margin-left: 20px !important;
  }
  .u-mr20-sp {
    margin-right: 20px !important;
  }
  .u-pt20-sp {
    padding-top: 20px !important;
  }
  .u-pb20-sp {
    padding-bottom: 20px !important;
  }
  .u-pl20-sp {
    padding-left: 20px !important;
  }
  .u-pr20-sp {
    padding-right: 20px !important;
  }
}
.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt25-pc {
    margin-top: 25px !important;
  }
  .u-mb25-pc {
    margin-bottom: 25px !important;
  }
  .u-ml25-pc {
    margin-left: 25px !important;
  }
  .u-mr25-pc {
    margin-right: 25px !important;
  }
  .u-pt25-pc {
    padding-top: 25px !important;
  }
  .u-pb25-pc {
    padding-bottom: 25px !important;
  }
  .u-pl25-pc {
    padding-left: 25px !important;
  }
  .u-pr25-pc {
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt25-sp {
    margin-top: 25px !important;
  }
  .u-mb25-sp {
    margin-bottom: 25px !important;
  }
  .u-ml25-sp {
    margin-left: 25px !important;
  }
  .u-mr25-sp {
    margin-right: 25px !important;
  }
  .u-pt25-sp {
    padding-top: 25px !important;
  }
  .u-pb25-sp {
    padding-bottom: 25px !important;
  }
  .u-pl25-sp {
    padding-left: 25px !important;
  }
  .u-pr25-sp {
    padding-right: 25px !important;
  }
}
.u-mt30 {
  margin-top: 30px !important;
}

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

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt30-pc {
    margin-top: 30px !important;
  }
  .u-mb30-pc {
    margin-bottom: 30px !important;
  }
  .u-ml30-pc {
    margin-left: 30px !important;
  }
  .u-mr30-pc {
    margin-right: 30px !important;
  }
  .u-pt30-pc {
    padding-top: 30px !important;
  }
  .u-pb30-pc {
    padding-bottom: 30px !important;
  }
  .u-pl30-pc {
    padding-left: 30px !important;
  }
  .u-pr30-pc {
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt30-sp {
    margin-top: 30px !important;
  }
  .u-mb30-sp {
    margin-bottom: 30px !important;
  }
  .u-ml30-sp {
    margin-left: 30px !important;
  }
  .u-mr30-sp {
    margin-right: 30px !important;
  }
  .u-pt30-sp {
    padding-top: 30px !important;
  }
  .u-pb30-sp {
    padding-bottom: 30px !important;
  }
  .u-pl30-sp {
    padding-left: 30px !important;
  }
  .u-pr30-sp {
    padding-right: 30px !important;
  }
}
.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt35-pc {
    margin-top: 35px !important;
  }
  .u-mb35-pc {
    margin-bottom: 35px !important;
  }
  .u-ml35-pc {
    margin-left: 35px !important;
  }
  .u-mr35-pc {
    margin-right: 35px !important;
  }
  .u-pt35-pc {
    padding-top: 35px !important;
  }
  .u-pb35-pc {
    padding-bottom: 35px !important;
  }
  .u-pl35-pc {
    padding-left: 35px !important;
  }
  .u-pr35-pc {
    padding-right: 35px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt35-sp {
    margin-top: 35px !important;
  }
  .u-mb35-sp {
    margin-bottom: 35px !important;
  }
  .u-ml35-sp {
    margin-left: 35px !important;
  }
  .u-mr35-sp {
    margin-right: 35px !important;
  }
  .u-pt35-sp {
    padding-top: 35px !important;
  }
  .u-pb35-sp {
    padding-bottom: 35px !important;
  }
  .u-pl35-sp {
    padding-left: 35px !important;
  }
  .u-pr35-sp {
    padding-right: 35px !important;
  }
}
.u-mt40 {
  margin-top: 40px !important;
}

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

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt40-pc {
    margin-top: 40px !important;
  }
  .u-mb40-pc {
    margin-bottom: 40px !important;
  }
  .u-ml40-pc {
    margin-left: 40px !important;
  }
  .u-mr40-pc {
    margin-right: 40px !important;
  }
  .u-pt40-pc {
    padding-top: 40px !important;
  }
  .u-pb40-pc {
    padding-bottom: 40px !important;
  }
  .u-pl40-pc {
    padding-left: 40px !important;
  }
  .u-pr40-pc {
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt40-sp {
    margin-top: 40px !important;
  }
  .u-mb40-sp {
    margin-bottom: 40px !important;
  }
  .u-ml40-sp {
    margin-left: 40px !important;
  }
  .u-mr40-sp {
    margin-right: 40px !important;
  }
  .u-pt40-sp {
    padding-top: 40px !important;
  }
  .u-pb40-sp {
    padding-bottom: 40px !important;
  }
  .u-pl40-sp {
    padding-left: 40px !important;
  }
  .u-pr40-sp {
    padding-right: 40px !important;
  }
}
.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt45-pc {
    margin-top: 45px !important;
  }
  .u-mb45-pc {
    margin-bottom: 45px !important;
  }
  .u-ml45-pc {
    margin-left: 45px !important;
  }
  .u-mr45-pc {
    margin-right: 45px !important;
  }
  .u-pt45-pc {
    padding-top: 45px !important;
  }
  .u-pb45-pc {
    padding-bottom: 45px !important;
  }
  .u-pl45-pc {
    padding-left: 45px !important;
  }
  .u-pr45-pc {
    padding-right: 45px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt45-sp {
    margin-top: 45px !important;
  }
  .u-mb45-sp {
    margin-bottom: 45px !important;
  }
  .u-ml45-sp {
    margin-left: 45px !important;
  }
  .u-mr45-sp {
    margin-right: 45px !important;
  }
  .u-pt45-sp {
    padding-top: 45px !important;
  }
  .u-pb45-sp {
    padding-bottom: 45px !important;
  }
  .u-pl45-sp {
    padding-left: 45px !important;
  }
  .u-pr45-sp {
    padding-right: 45px !important;
  }
}
.u-mt50 {
  margin-top: 50px !important;
}

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

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt50-pc {
    margin-top: 50px !important;
  }
  .u-mb50-pc {
    margin-bottom: 50px !important;
  }
  .u-ml50-pc {
    margin-left: 50px !important;
  }
  .u-mr50-pc {
    margin-right: 50px !important;
  }
  .u-pt50-pc {
    padding-top: 50px !important;
  }
  .u-pb50-pc {
    padding-bottom: 50px !important;
  }
  .u-pl50-pc {
    padding-left: 50px !important;
  }
  .u-pr50-pc {
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt50-sp {
    margin-top: 50px !important;
  }
  .u-mb50-sp {
    margin-bottom: 50px !important;
  }
  .u-ml50-sp {
    margin-left: 50px !important;
  }
  .u-mr50-sp {
    margin-right: 50px !important;
  }
  .u-pt50-sp {
    padding-top: 50px !important;
  }
  .u-pb50-sp {
    padding-bottom: 50px !important;
  }
  .u-pl50-sp {
    padding-left: 50px !important;
  }
  .u-pr50-sp {
    padding-right: 50px !important;
  }
}
.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt55-pc {
    margin-top: 55px !important;
  }
  .u-mb55-pc {
    margin-bottom: 55px !important;
  }
  .u-ml55-pc {
    margin-left: 55px !important;
  }
  .u-mr55-pc {
    margin-right: 55px !important;
  }
  .u-pt55-pc {
    padding-top: 55px !important;
  }
  .u-pb55-pc {
    padding-bottom: 55px !important;
  }
  .u-pl55-pc {
    padding-left: 55px !important;
  }
  .u-pr55-pc {
    padding-right: 55px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt55-sp {
    margin-top: 55px !important;
  }
  .u-mb55-sp {
    margin-bottom: 55px !important;
  }
  .u-ml55-sp {
    margin-left: 55px !important;
  }
  .u-mr55-sp {
    margin-right: 55px !important;
  }
  .u-pt55-sp {
    padding-top: 55px !important;
  }
  .u-pb55-sp {
    padding-bottom: 55px !important;
  }
  .u-pl55-sp {
    padding-left: 55px !important;
  }
  .u-pr55-sp {
    padding-right: 55px !important;
  }
}
.u-mt60 {
  margin-top: 60px !important;
}

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

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt60-pc {
    margin-top: 60px !important;
  }
  .u-mb60-pc {
    margin-bottom: 60px !important;
  }
  .u-ml60-pc {
    margin-left: 60px !important;
  }
  .u-mr60-pc {
    margin-right: 60px !important;
  }
  .u-pt60-pc {
    padding-top: 60px !important;
  }
  .u-pb60-pc {
    padding-bottom: 60px !important;
  }
  .u-pl60-pc {
    padding-left: 60px !important;
  }
  .u-pr60-pc {
    padding-right: 60px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt60-sp {
    margin-top: 60px !important;
  }
  .u-mb60-sp {
    margin-bottom: 60px !important;
  }
  .u-ml60-sp {
    margin-left: 60px !important;
  }
  .u-mr60-sp {
    margin-right: 60px !important;
  }
  .u-pt60-sp {
    padding-top: 60px !important;
  }
  .u-pb60-sp {
    padding-bottom: 60px !important;
  }
  .u-pl60-sp {
    padding-left: 60px !important;
  }
  .u-pr60-sp {
    padding-right: 60px !important;
  }
}
.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt65-pc {
    margin-top: 65px !important;
  }
  .u-mb65-pc {
    margin-bottom: 65px !important;
  }
  .u-ml65-pc {
    margin-left: 65px !important;
  }
  .u-mr65-pc {
    margin-right: 65px !important;
  }
  .u-pt65-pc {
    padding-top: 65px !important;
  }
  .u-pb65-pc {
    padding-bottom: 65px !important;
  }
  .u-pl65-pc {
    padding-left: 65px !important;
  }
  .u-pr65-pc {
    padding-right: 65px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt65-sp {
    margin-top: 65px !important;
  }
  .u-mb65-sp {
    margin-bottom: 65px !important;
  }
  .u-ml65-sp {
    margin-left: 65px !important;
  }
  .u-mr65-sp {
    margin-right: 65px !important;
  }
  .u-pt65-sp {
    padding-top: 65px !important;
  }
  .u-pb65-sp {
    padding-bottom: 65px !important;
  }
  .u-pl65-sp {
    padding-left: 65px !important;
  }
  .u-pr65-sp {
    padding-right: 65px !important;
  }
}
.u-mt70 {
  margin-top: 70px !important;
}

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

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt70-pc {
    margin-top: 70px !important;
  }
  .u-mb70-pc {
    margin-bottom: 70px !important;
  }
  .u-ml70-pc {
    margin-left: 70px !important;
  }
  .u-mr70-pc {
    margin-right: 70px !important;
  }
  .u-pt70-pc {
    padding-top: 70px !important;
  }
  .u-pb70-pc {
    padding-bottom: 70px !important;
  }
  .u-pl70-pc {
    padding-left: 70px !important;
  }
  .u-pr70-pc {
    padding-right: 70px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt70-sp {
    margin-top: 70px !important;
  }
  .u-mb70-sp {
    margin-bottom: 70px !important;
  }
  .u-ml70-sp {
    margin-left: 70px !important;
  }
  .u-mr70-sp {
    margin-right: 70px !important;
  }
  .u-pt70-sp {
    padding-top: 70px !important;
  }
  .u-pb70-sp {
    padding-bottom: 70px !important;
  }
  .u-pl70-sp {
    padding-left: 70px !important;
  }
  .u-pr70-sp {
    padding-right: 70px !important;
  }
}
.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt75-pc {
    margin-top: 75px !important;
  }
  .u-mb75-pc {
    margin-bottom: 75px !important;
  }
  .u-ml75-pc {
    margin-left: 75px !important;
  }
  .u-mr75-pc {
    margin-right: 75px !important;
  }
  .u-pt75-pc {
    padding-top: 75px !important;
  }
  .u-pb75-pc {
    padding-bottom: 75px !important;
  }
  .u-pl75-pc {
    padding-left: 75px !important;
  }
  .u-pr75-pc {
    padding-right: 75px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt75-sp {
    margin-top: 75px !important;
  }
  .u-mb75-sp {
    margin-bottom: 75px !important;
  }
  .u-ml75-sp {
    margin-left: 75px !important;
  }
  .u-mr75-sp {
    margin-right: 75px !important;
  }
  .u-pt75-sp {
    padding-top: 75px !important;
  }
  .u-pb75-sp {
    padding-bottom: 75px !important;
  }
  .u-pl75-sp {
    padding-left: 75px !important;
  }
  .u-pr75-sp {
    padding-right: 75px !important;
  }
}
.u-mt80 {
  margin-top: 80px !important;
}

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

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt80-pc {
    margin-top: 80px !important;
  }
  .u-mb80-pc {
    margin-bottom: 80px !important;
  }
  .u-ml80-pc {
    margin-left: 80px !important;
  }
  .u-mr80-pc {
    margin-right: 80px !important;
  }
  .u-pt80-pc {
    padding-top: 80px !important;
  }
  .u-pb80-pc {
    padding-bottom: 80px !important;
  }
  .u-pl80-pc {
    padding-left: 80px !important;
  }
  .u-pr80-pc {
    padding-right: 80px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt80-sp {
    margin-top: 80px !important;
  }
  .u-mb80-sp {
    margin-bottom: 80px !important;
  }
  .u-ml80-sp {
    margin-left: 80px !important;
  }
  .u-mr80-sp {
    margin-right: 80px !important;
  }
  .u-pt80-sp {
    padding-top: 80px !important;
  }
  .u-pb80-sp {
    padding-bottom: 80px !important;
  }
  .u-pl80-sp {
    padding-left: 80px !important;
  }
  .u-pr80-sp {
    padding-right: 80px !important;
  }
}
.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt85-pc {
    margin-top: 85px !important;
  }
  .u-mb85-pc {
    margin-bottom: 85px !important;
  }
  .u-ml85-pc {
    margin-left: 85px !important;
  }
  .u-mr85-pc {
    margin-right: 85px !important;
  }
  .u-pt85-pc {
    padding-top: 85px !important;
  }
  .u-pb85-pc {
    padding-bottom: 85px !important;
  }
  .u-pl85-pc {
    padding-left: 85px !important;
  }
  .u-pr85-pc {
    padding-right: 85px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt85-sp {
    margin-top: 85px !important;
  }
  .u-mb85-sp {
    margin-bottom: 85px !important;
  }
  .u-ml85-sp {
    margin-left: 85px !important;
  }
  .u-mr85-sp {
    margin-right: 85px !important;
  }
  .u-pt85-sp {
    padding-top: 85px !important;
  }
  .u-pb85-sp {
    padding-bottom: 85px !important;
  }
  .u-pl85-sp {
    padding-left: 85px !important;
  }
  .u-pr85-sp {
    padding-right: 85px !important;
  }
}
.u-mt90 {
  margin-top: 90px !important;
}

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

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt90-pc {
    margin-top: 90px !important;
  }
  .u-mb90-pc {
    margin-bottom: 90px !important;
  }
  .u-ml90-pc {
    margin-left: 90px !important;
  }
  .u-mr90-pc {
    margin-right: 90px !important;
  }
  .u-pt90-pc {
    padding-top: 90px !important;
  }
  .u-pb90-pc {
    padding-bottom: 90px !important;
  }
  .u-pl90-pc {
    padding-left: 90px !important;
  }
  .u-pr90-pc {
    padding-right: 90px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt90-sp {
    margin-top: 90px !important;
  }
  .u-mb90-sp {
    margin-bottom: 90px !important;
  }
  .u-ml90-sp {
    margin-left: 90px !important;
  }
  .u-mr90-sp {
    margin-right: 90px !important;
  }
  .u-pt90-sp {
    padding-top: 90px !important;
  }
  .u-pb90-sp {
    padding-bottom: 90px !important;
  }
  .u-pl90-sp {
    padding-left: 90px !important;
  }
  .u-pr90-sp {
    padding-right: 90px !important;
  }
}
.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt95-pc {
    margin-top: 95px !important;
  }
  .u-mb95-pc {
    margin-bottom: 95px !important;
  }
  .u-ml95-pc {
    margin-left: 95px !important;
  }
  .u-mr95-pc {
    margin-right: 95px !important;
  }
  .u-pt95-pc {
    padding-top: 95px !important;
  }
  .u-pb95-pc {
    padding-bottom: 95px !important;
  }
  .u-pl95-pc {
    padding-left: 95px !important;
  }
  .u-pr95-pc {
    padding-right: 95px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt95-sp {
    margin-top: 95px !important;
  }
  .u-mb95-sp {
    margin-bottom: 95px !important;
  }
  .u-ml95-sp {
    margin-left: 95px !important;
  }
  .u-mr95-sp {
    margin-right: 95px !important;
  }
  .u-pt95-sp {
    padding-top: 95px !important;
  }
  .u-pb95-sp {
    padding-bottom: 95px !important;
  }
  .u-pl95-sp {
    padding-left: 95px !important;
  }
  .u-pr95-sp {
    padding-right: 95px !important;
  }
}
.u-mt100 {
  margin-top: 100px !important;
}

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

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt100-pc {
    margin-top: 100px !important;
  }
  .u-mb100-pc {
    margin-bottom: 100px !important;
  }
  .u-ml100-pc {
    margin-left: 100px !important;
  }
  .u-mr100-pc {
    margin-right: 100px !important;
  }
  .u-pt100-pc {
    padding-top: 100px !important;
  }
  .u-pb100-pc {
    padding-bottom: 100px !important;
  }
  .u-pl100-pc {
    padding-left: 100px !important;
  }
  .u-pr100-pc {
    padding-right: 100px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt100-sp {
    margin-top: 100px !important;
  }
  .u-mb100-sp {
    margin-bottom: 100px !important;
  }
  .u-ml100-sp {
    margin-left: 100px !important;
  }
  .u-mr100-sp {
    margin-right: 100px !important;
  }
  .u-pt100-sp {
    padding-top: 100px !important;
  }
  .u-pb100-sp {
    padding-bottom: 100px !important;
  }
  .u-pl100-sp {
    padding-left: 100px !important;
  }
  .u-pr100-sp {
    padding-right: 100px !important;
  }
}
.u-mt105 {
  margin-top: 105px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-ml105 {
  margin-left: 105px !important;
}

.u-mr105 {
  margin-right: 105px !important;
}

.u-pt105 {
  padding-top: 105px !important;
}

.u-pb105 {
  padding-bottom: 105px !important;
}

.u-pl105 {
  padding-left: 105px !important;
}

.u-pr105 {
  padding-right: 105px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt105-pc {
    margin-top: 105px !important;
  }
  .u-mb105-pc {
    margin-bottom: 105px !important;
  }
  .u-ml105-pc {
    margin-left: 105px !important;
  }
  .u-mr105-pc {
    margin-right: 105px !important;
  }
  .u-pt105-pc {
    padding-top: 105px !important;
  }
  .u-pb105-pc {
    padding-bottom: 105px !important;
  }
  .u-pl105-pc {
    padding-left: 105px !important;
  }
  .u-pr105-pc {
    padding-right: 105px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt105-sp {
    margin-top: 105px !important;
  }
  .u-mb105-sp {
    margin-bottom: 105px !important;
  }
  .u-ml105-sp {
    margin-left: 105px !important;
  }
  .u-mr105-sp {
    margin-right: 105px !important;
  }
  .u-pt105-sp {
    padding-top: 105px !important;
  }
  .u-pb105-sp {
    padding-bottom: 105px !important;
  }
  .u-pl105-sp {
    padding-left: 105px !important;
  }
  .u-pr105-sp {
    padding-right: 105px !important;
  }
}
.u-mt110 {
  margin-top: 110px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-ml110 {
  margin-left: 110px !important;
}

.u-mr110 {
  margin-right: 110px !important;
}

.u-pt110 {
  padding-top: 110px !important;
}

.u-pb110 {
  padding-bottom: 110px !important;
}

.u-pl110 {
  padding-left: 110px !important;
}

.u-pr110 {
  padding-right: 110px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt110-pc {
    margin-top: 110px !important;
  }
  .u-mb110-pc {
    margin-bottom: 110px !important;
  }
  .u-ml110-pc {
    margin-left: 110px !important;
  }
  .u-mr110-pc {
    margin-right: 110px !important;
  }
  .u-pt110-pc {
    padding-top: 110px !important;
  }
  .u-pb110-pc {
    padding-bottom: 110px !important;
  }
  .u-pl110-pc {
    padding-left: 110px !important;
  }
  .u-pr110-pc {
    padding-right: 110px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt110-sp {
    margin-top: 110px !important;
  }
  .u-mb110-sp {
    margin-bottom: 110px !important;
  }
  .u-ml110-sp {
    margin-left: 110px !important;
  }
  .u-mr110-sp {
    margin-right: 110px !important;
  }
  .u-pt110-sp {
    padding-top: 110px !important;
  }
  .u-pb110-sp {
    padding-bottom: 110px !important;
  }
  .u-pl110-sp {
    padding-left: 110px !important;
  }
  .u-pr110-sp {
    padding-right: 110px !important;
  }
}
.u-mt115 {
  margin-top: 115px !important;
}

.u-mb115 {
  margin-bottom: 115px !important;
}

.u-ml115 {
  margin-left: 115px !important;
}

.u-mr115 {
  margin-right: 115px !important;
}

.u-pt115 {
  padding-top: 115px !important;
}

.u-pb115 {
  padding-bottom: 115px !important;
}

.u-pl115 {
  padding-left: 115px !important;
}

.u-pr115 {
  padding-right: 115px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt115-pc {
    margin-top: 115px !important;
  }
  .u-mb115-pc {
    margin-bottom: 115px !important;
  }
  .u-ml115-pc {
    margin-left: 115px !important;
  }
  .u-mr115-pc {
    margin-right: 115px !important;
  }
  .u-pt115-pc {
    padding-top: 115px !important;
  }
  .u-pb115-pc {
    padding-bottom: 115px !important;
  }
  .u-pl115-pc {
    padding-left: 115px !important;
  }
  .u-pr115-pc {
    padding-right: 115px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt115-sp {
    margin-top: 115px !important;
  }
  .u-mb115-sp {
    margin-bottom: 115px !important;
  }
  .u-ml115-sp {
    margin-left: 115px !important;
  }
  .u-mr115-sp {
    margin-right: 115px !important;
  }
  .u-pt115-sp {
    padding-top: 115px !important;
  }
  .u-pb115-sp {
    padding-bottom: 115px !important;
  }
  .u-pl115-sp {
    padding-left: 115px !important;
  }
  .u-pr115-sp {
    padding-right: 115px !important;
  }
}
.u-mt120 {
  margin-top: 120px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-ml120 {
  margin-left: 120px !important;
}

.u-mr120 {
  margin-right: 120px !important;
}

.u-pt120 {
  padding-top: 120px !important;
}

.u-pb120 {
  padding-bottom: 120px !important;
}

.u-pl120 {
  padding-left: 120px !important;
}

.u-pr120 {
  padding-right: 120px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt120-pc {
    margin-top: 120px !important;
  }
  .u-mb120-pc {
    margin-bottom: 120px !important;
  }
  .u-ml120-pc {
    margin-left: 120px !important;
  }
  .u-mr120-pc {
    margin-right: 120px !important;
  }
  .u-pt120-pc {
    padding-top: 120px !important;
  }
  .u-pb120-pc {
    padding-bottom: 120px !important;
  }
  .u-pl120-pc {
    padding-left: 120px !important;
  }
  .u-pr120-pc {
    padding-right: 120px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt120-sp {
    margin-top: 120px !important;
  }
  .u-mb120-sp {
    margin-bottom: 120px !important;
  }
  .u-ml120-sp {
    margin-left: 120px !important;
  }
  .u-mr120-sp {
    margin-right: 120px !important;
  }
  .u-pt120-sp {
    padding-top: 120px !important;
  }
  .u-pb120-sp {
    padding-bottom: 120px !important;
  }
  .u-pl120-sp {
    padding-left: 120px !important;
  }
  .u-pr120-sp {
    padding-right: 120px !important;
  }
}
.u-mt125 {
  margin-top: 125px !important;
}

.u-mb125 {
  margin-bottom: 125px !important;
}

.u-ml125 {
  margin-left: 125px !important;
}

.u-mr125 {
  margin-right: 125px !important;
}

.u-pt125 {
  padding-top: 125px !important;
}

.u-pb125 {
  padding-bottom: 125px !important;
}

.u-pl125 {
  padding-left: 125px !important;
}

.u-pr125 {
  padding-right: 125px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt125-pc {
    margin-top: 125px !important;
  }
  .u-mb125-pc {
    margin-bottom: 125px !important;
  }
  .u-ml125-pc {
    margin-left: 125px !important;
  }
  .u-mr125-pc {
    margin-right: 125px !important;
  }
  .u-pt125-pc {
    padding-top: 125px !important;
  }
  .u-pb125-pc {
    padding-bottom: 125px !important;
  }
  .u-pl125-pc {
    padding-left: 125px !important;
  }
  .u-pr125-pc {
    padding-right: 125px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt125-sp {
    margin-top: 125px !important;
  }
  .u-mb125-sp {
    margin-bottom: 125px !important;
  }
  .u-ml125-sp {
    margin-left: 125px !important;
  }
  .u-mr125-sp {
    margin-right: 125px !important;
  }
  .u-pt125-sp {
    padding-top: 125px !important;
  }
  .u-pb125-sp {
    padding-bottom: 125px !important;
  }
  .u-pl125-sp {
    padding-left: 125px !important;
  }
  .u-pr125-sp {
    padding-right: 125px !important;
  }
}
.u-mt130 {
  margin-top: 130px !important;
}

.u-mb130 {
  margin-bottom: 130px !important;
}

.u-ml130 {
  margin-left: 130px !important;
}

.u-mr130 {
  margin-right: 130px !important;
}

.u-pt130 {
  padding-top: 130px !important;
}

.u-pb130 {
  padding-bottom: 130px !important;
}

.u-pl130 {
  padding-left: 130px !important;
}

.u-pr130 {
  padding-right: 130px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt130-pc {
    margin-top: 130px !important;
  }
  .u-mb130-pc {
    margin-bottom: 130px !important;
  }
  .u-ml130-pc {
    margin-left: 130px !important;
  }
  .u-mr130-pc {
    margin-right: 130px !important;
  }
  .u-pt130-pc {
    padding-top: 130px !important;
  }
  .u-pb130-pc {
    padding-bottom: 130px !important;
  }
  .u-pl130-pc {
    padding-left: 130px !important;
  }
  .u-pr130-pc {
    padding-right: 130px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt130-sp {
    margin-top: 130px !important;
  }
  .u-mb130-sp {
    margin-bottom: 130px !important;
  }
  .u-ml130-sp {
    margin-left: 130px !important;
  }
  .u-mr130-sp {
    margin-right: 130px !important;
  }
  .u-pt130-sp {
    padding-top: 130px !important;
  }
  .u-pb130-sp {
    padding-bottom: 130px !important;
  }
  .u-pl130-sp {
    padding-left: 130px !important;
  }
  .u-pr130-sp {
    padding-right: 130px !important;
  }
}
.u-mt135 {
  margin-top: 135px !important;
}

.u-mb135 {
  margin-bottom: 135px !important;
}

.u-ml135 {
  margin-left: 135px !important;
}

.u-mr135 {
  margin-right: 135px !important;
}

.u-pt135 {
  padding-top: 135px !important;
}

.u-pb135 {
  padding-bottom: 135px !important;
}

.u-pl135 {
  padding-left: 135px !important;
}

.u-pr135 {
  padding-right: 135px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt135-pc {
    margin-top: 135px !important;
  }
  .u-mb135-pc {
    margin-bottom: 135px !important;
  }
  .u-ml135-pc {
    margin-left: 135px !important;
  }
  .u-mr135-pc {
    margin-right: 135px !important;
  }
  .u-pt135-pc {
    padding-top: 135px !important;
  }
  .u-pb135-pc {
    padding-bottom: 135px !important;
  }
  .u-pl135-pc {
    padding-left: 135px !important;
  }
  .u-pr135-pc {
    padding-right: 135px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt135-sp {
    margin-top: 135px !important;
  }
  .u-mb135-sp {
    margin-bottom: 135px !important;
  }
  .u-ml135-sp {
    margin-left: 135px !important;
  }
  .u-mr135-sp {
    margin-right: 135px !important;
  }
  .u-pt135-sp {
    padding-top: 135px !important;
  }
  .u-pb135-sp {
    padding-bottom: 135px !important;
  }
  .u-pl135-sp {
    padding-left: 135px !important;
  }
  .u-pr135-sp {
    padding-right: 135px !important;
  }
}
.u-mt140 {
  margin-top: 140px !important;
}

.u-mb140 {
  margin-bottom: 140px !important;
}

.u-ml140 {
  margin-left: 140px !important;
}

.u-mr140 {
  margin-right: 140px !important;
}

.u-pt140 {
  padding-top: 140px !important;
}

.u-pb140 {
  padding-bottom: 140px !important;
}

.u-pl140 {
  padding-left: 140px !important;
}

.u-pr140 {
  padding-right: 140px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt140-pc {
    margin-top: 140px !important;
  }
  .u-mb140-pc {
    margin-bottom: 140px !important;
  }
  .u-ml140-pc {
    margin-left: 140px !important;
  }
  .u-mr140-pc {
    margin-right: 140px !important;
  }
  .u-pt140-pc {
    padding-top: 140px !important;
  }
  .u-pb140-pc {
    padding-bottom: 140px !important;
  }
  .u-pl140-pc {
    padding-left: 140px !important;
  }
  .u-pr140-pc {
    padding-right: 140px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt140-sp {
    margin-top: 140px !important;
  }
  .u-mb140-sp {
    margin-bottom: 140px !important;
  }
  .u-ml140-sp {
    margin-left: 140px !important;
  }
  .u-mr140-sp {
    margin-right: 140px !important;
  }
  .u-pt140-sp {
    padding-top: 140px !important;
  }
  .u-pb140-sp {
    padding-bottom: 140px !important;
  }
  .u-pl140-sp {
    padding-left: 140px !important;
  }
  .u-pr140-sp {
    padding-right: 140px !important;
  }
}
.u-mt145 {
  margin-top: 145px !important;
}

.u-mb145 {
  margin-bottom: 145px !important;
}

.u-ml145 {
  margin-left: 145px !important;
}

.u-mr145 {
  margin-right: 145px !important;
}

.u-pt145 {
  padding-top: 145px !important;
}

.u-pb145 {
  padding-bottom: 145px !important;
}

.u-pl145 {
  padding-left: 145px !important;
}

.u-pr145 {
  padding-right: 145px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt145-pc {
    margin-top: 145px !important;
  }
  .u-mb145-pc {
    margin-bottom: 145px !important;
  }
  .u-ml145-pc {
    margin-left: 145px !important;
  }
  .u-mr145-pc {
    margin-right: 145px !important;
  }
  .u-pt145-pc {
    padding-top: 145px !important;
  }
  .u-pb145-pc {
    padding-bottom: 145px !important;
  }
  .u-pl145-pc {
    padding-left: 145px !important;
  }
  .u-pr145-pc {
    padding-right: 145px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt145-sp {
    margin-top: 145px !important;
  }
  .u-mb145-sp {
    margin-bottom: 145px !important;
  }
  .u-ml145-sp {
    margin-left: 145px !important;
  }
  .u-mr145-sp {
    margin-right: 145px !important;
  }
  .u-pt145-sp {
    padding-top: 145px !important;
  }
  .u-pb145-sp {
    padding-bottom: 145px !important;
  }
  .u-pl145-sp {
    padding-left: 145px !important;
  }
  .u-pr145-sp {
    padding-right: 145px !important;
  }
}
.u-mt150 {
  margin-top: 150px !important;
}

.u-mb150 {
  margin-bottom: 150px !important;
}

.u-ml150 {
  margin-left: 150px !important;
}

.u-mr150 {
  margin-right: 150px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pl150 {
  padding-left: 150px !important;
}

.u-pr150 {
  padding-right: 150px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt150-pc {
    margin-top: 150px !important;
  }
  .u-mb150-pc {
    margin-bottom: 150px !important;
  }
  .u-ml150-pc {
    margin-left: 150px !important;
  }
  .u-mr150-pc {
    margin-right: 150px !important;
  }
  .u-pt150-pc {
    padding-top: 150px !important;
  }
  .u-pb150-pc {
    padding-bottom: 150px !important;
  }
  .u-pl150-pc {
    padding-left: 150px !important;
  }
  .u-pr150-pc {
    padding-right: 150px !important;
  }
}
@media only screen and (max-width: 767.96px) {
  .u-mt150-sp {
    margin-top: 150px !important;
  }
  .u-mb150-sp {
    margin-bottom: 150px !important;
  }
  .u-ml150-sp {
    margin-left: 150px !important;
  }
  .u-mr150-sp {
    margin-right: 150px !important;
  }
  .u-pt150-sp {
    padding-top: 150px !important;
  }
  .u-pb150-sp {
    padding-bottom: 150px !important;
  }
  .u-pl150-sp {
    padding-left: 150px !important;
  }
  .u-pr150-sp {
    padding-right: 150px !important;
  }
}