@charset "UTF-8";
/*
レスポンシブ
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
:root {
  --btn-color: #fff;
  --btn-border-color: #000;
  --btn-back-color: #000;
  --btn-text-color: #fff;
  --miryoku-main-color: #e4007f;
  --miryoku-main-color-rgb: 228, 0, 127;
  --local-main-color: #e83828;
  --local-main-color-rgb: 232, 56, 40;
  --kosei-main-color: #006934;
  --kosei-main-color-rgb: 0, 105, 52;
  --hint-main-color: #036eb8;
  --hint-main-color-rgb: 3, 110, 184;
}

* {
  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%;
}
.l-block__inner {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin-inline: auto;
}
.l-block.-pt01 .l-block__inner {
  max-width: 1140px;
}
.l-block__wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
  border-top: 10px solid var(--miryoku-main-color);
  background-color: rgba(var(--miryoku-main-color-rgb), 0.09);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .l-block__wrapper {
    border-top: 20px solid var(--miryoku-main-color);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-bottom: 95px;
    padding-top: 40px;
  }
}

.l-container {
  overflow: hidden;
}

.p-mv {
  font-family: "zen-maru-gothic", sans-serif;
}
@media only screen and (min-width: 1000px) {
  .p-mv {
    max-width: 1280px;
    margin-inline: auto;
  }
}
.p-mv__bottom {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p-mv__bottom {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    padding-left: 25px;
    padding-right: 25px;
    -ms-grid-columns: 0.5fr 30px 1.2fr 30px 0.5fr;
    grid-template-columns: 0.5fr 1.2fr 0.5fr;
  }
}
.p-mv__bottom__main {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767.96px) {
  .p-mv__bottom__main {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-mv__bottom__main {
    margin-top: 34px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.96px) {
  .p-mv__bottom__main__sp-img {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
  }
}
.p-tab-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  width: calc(100% - 30px);
  gap: 15px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-tab-menu {
    max-width: 680px;
  }
}
@media only screen and (max-width: 767.96px) {
  .p-tab-menu {
    margin-top: 30px;
  }
}
.p-menu-btns {
  display: -ms-grid;
  display: grid;
  font-family: "zen-maru-gothic", sans-serif;
  gap: 14px;
  -ms-grid-columns: 1fr 14px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 1000px) {
  .p-menu-btns {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.p-read-head {
  font-family: "zen-maru-gothic", sans-serif;
  text-align: center;
  z-index: 1;
  position: relative;
  --heading-underline:#000;
  margin-top: 25px;
}
.p-read-head__left {
  position: relative;
}
@media only screen and (max-width: 999.96px) {
  .p-read-head.-top .p-read-head__left {
    display: none;
  }
}
.p-read-head__right {
  position: relative;
}
@media only screen and (max-width: 999.96px) {
  .p-read-head.-top .p-read-head__right {
    display: none;
  }
}
.p-read-head__bottom {
  margin-top: 20px;
}
@media only screen and (min-width: 1000px) {
  .p-read-head__bottom {
    display: none;
  }
}
.p-read-head__main {
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: relative;
}
.p-read-head.-base .p-read-head__head {
  display: -ms-grid;
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-read-head.-local .p-read-head__head {
  place-items: self-end;
}
@media only screen and (max-width: 999.96px) {
  .p-read-head.-local .p-read-head__head {
    -ms-grid-columns: 0.28fr 10px 1fr 10px 0.28fr;
    grid-template-columns: 0.28fr 1fr 0.28fr;
    margin: 0 -10px;
    gap: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-read-head.-local .p-read-head__head {
    gap: 50px;
    -ms-grid-columns: 163px 50px 1fr 50px 163px;
    grid-template-columns: 163px 1fr 163px;
  }
  .p-read-head.-local .p-read-head__head img {
    bottom: -10px;
  }
}
@media only screen and (max-width: 999.96px) {
  .p-read-head.-kosei .p-read-head__head {
    margin-top: 30px;
    position: relative;
  }
  .p-read-head.-kosei .p-read-head__head .p-read-head__left {
    width: 150px;
    position: absolute;
    left: -110px;
    top: -25px;
  }
  .p-read-head.-kosei .p-read-head__head .p-read-head__right {
    width: 160px;
    position: absolute;
    right: -110px;
    top: -10px;
  }
}
@media only screen and (max-width: 767.96px) {
  .p-read-head.-kosei .p-read-head__head {
    margin-top: 30px;
    position: relative;
  }
  .p-read-head.-kosei .p-read-head__head .p-read-head__left {
    width: 65px;
    position: absolute;
    left: -55px;
    top: -25px;
  }
  .p-read-head.-kosei .p-read-head__head .p-read-head__right {
    width: 80px;
    position: absolute;
    right: -60px;
    top: -25px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-read-head.-kosei .p-read-head__head {
    place-items: center;
    place-items: self-end;
    gap: 10px;
    -ms-grid-columns: 170px 10px 1fr 10px 214px;
    grid-template-columns: 170px 1fr 214px;
  }
  .p-read-head.-kosei .p-read-head__head img {
    bottom: -10px;
  }
}
.p-read-head.-hint .p-read-head__head {
  -ms-grid-columns: 0.45fr 1fr 0.36fr;
  grid-template-columns: 0.45fr 1fr 0.36fr;
  place-items: center;
}
@media only screen and (min-width: 1000px) {
  .p-read-head.-hint .p-read-head__head {
    place-items: self-end;
    gap: 20px;
    -ms-grid-columns: 207px 20px 1fr 20px 173px;
    grid-template-columns: 207px 1fr 173px;
  }
  .p-read-head.-hint .p-read-head__head img {
    bottom: -10px;
  }
}
.p-read-head__heading {
  width: -webkit-fill-available;
  display: inline-block;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: bold;
}
.p-read-head.-miryoku .p-read-head__heading {
  --heading-underline: rgba(var(--miryoku-main-color-rgb), .2);
}
.p-read-head.-local .p-read-head__heading {
  --heading-underline: rgba(var(--local-main-color-rgb), .2);
}
.p-read-head.-kosei .p-read-head__heading {
  --heading-underline: rgba(var(--kosei-main-color-rgb), .15);
}
.p-read-head.-hint .p-read-head__heading {
  --heading-underline: rgba(var(--hint-main-color-rgb), .2);
}
.p-read-head__heading span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  position: relative;
}
.p-read-head__heading span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110%;
  height: 0.5lh;
  background-color: var(--heading-underline);
  z-index: -1;
}
@media only screen and (max-width: 374.96px) {
  .p-read-head__heading {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-read-head__heading {
    font-size: 45px;
    font-size: 4.5rem;
    margin-top: 40px;
  }
}
.p-read-head__text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: bold;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .p-read-head__text {
    margin-top: 30px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 449.96px) {
  .p-read-head__text {
    margin: 0 calc(50% - 50vw);
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-read-head__cycle {
  position: absolute;
}
.p-read-head.-base .p-read-head__cycle {
  width: 100px;
  position: absolute;
  right: -40px;
  top: 100px;
}
@media only screen and (min-width: 1000px) {
  .p-read-head.-base .p-read-head__cycle {
    top: inherit;
    bottom: -250px;
    right: -180px;
    width: 270px;
  }
}
.p-read-head.-top .p-read-head__cycle {
  top: 50px;
  right: -50px;
  width: 100px;
}
@media only screen and (min-width: 1000px) {
  .p-read-head.-top .p-read-head__cycle {
    width: 270px;
    top: 100px;
    right: -137px;
  }
}
.p-read-head.-top.-hint .p-read-head__cycle {
  top: 50px;
  right: -50px;
  width: 100px;
}
@media only screen and (min-width: 1000px) {
  .p-read-head.-top.-hint .p-read-head__cycle {
    width: 270px;
    top: 200px;
    right: -137px;
  }
}
.p-read-head.-top {
  display: -ms-grid;
  display: grid;
}
@media only screen and (min-width: 1000px) {
  .p-read-head.-top {
    -ms-grid-columns: 200px 1fr 219px;
    grid-template-columns: 200px 1fr 219px;
  }
}
.p-read-head.-hint {
  display: -ms-grid;
  display: grid;
}
@media only screen and (min-width: 1000px) {
  .p-read-head.-hint {
    -ms-grid-columns: 252px 10px 1fr 10px 246px;
    grid-template-columns: 252px 1fr 246px;
    max-width: 960px;
    width: 100%;
    gap: 10px;
    margin-inline: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1000px) {
  .p-read-head.-hint .p-read-head__main {
    margin-left: -80px;
    margin-right: -80px;
  }
}

.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 Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 13px;
  font-size: 1.3rem;
  line-break: strict;
  text-align: center;
}
@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.-local {
  --shop-color:var(--local-main-color-rgb);
}
.p-shopUnit.-kosei {
  --shop-color:var(--kosei-main-color-rgb);
}
.p-shopUnit.-hint {
  --shop-color:var(--hint-main-color-rgb);
}

.p-shop {
  display: block;
  padding-top: 60px;
}
@media only screen and (min-width: 1000px) {
  .p-shop {
    padding-top: 100px;
  }
}
.p-shopUnit .p-shop:not(:first-child) {
  margin-top: 40px;
  border-top: 2.5px solid #000;
}
@media only screen and (min-width: 1000px) {
  .p-shopUnit .p-shop:not(:first-child) {
    border-width: 5px;
    margin-top: 95px;
  }
}
.p-shop__mv {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 999.96px) {
  .p-shop__mv {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-shop__mv figcaption {
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  width: 230px;
  height: 70px;
  line-height: 48px;
  text-align: center;
  background-image: url(/data/feature/okinawabento/img/okinawaparlor/common/mv_bubble.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: 20px;
  z-index: 1;
}
@media only screen and (min-width: 1000px) {
  .p-shop__mv figcaption {
    top: -40px;
    width: 458px;
    line-height: 83px;
    height: 122px;
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.p-shop__mv.-red-dragon figcaption {
  width: 260px;
  height: 67px;
  background-image: url(/data/feature/okinawabento/img/okinawaparlor/newstyleparlor/mv_bubble-red-dragon.svg);
}
@media only screen and (min-width: 1000px) {
  .p-shop__mv.-red-dragon figcaption {
    line-height: 75px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-shop__mv.-red-dragon figcaption {
    width: 456px;
    height: 105px;
    line-height: 70px;
  }
}
.p-shop__mv__cycle {
  width: 100px;
  position: absolute;
  left: -20px;
  top: -50px;
}
@media only screen and (min-width: 1000px) {
  .p-shop__mv__cycle {
    top: 50px;
    left: -55px;
    width: 160px;
  }
}
.p-shop__horizontal {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .p-shop__horizontal {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.p-shop .p-shop__horizontal:nth-of-type(1) {
  margin-top: 15px;
}
@media only screen and (min-width: 1000px) {
  .p-shop .p-shop__horizontal:nth-of-type(1) {
    margin-top: 50px;
    -ms-grid-columns: 1fr 1.06fr;
    grid-template-columns: 1fr 1.06fr;
  }
  .p-shop .p-shop__horizontal:nth-of-type(1) .p-shop__horizontal__heading__cycle {
    display: none;
  }
}
@media only screen and (max-width: 999.96px) {
  .p-shop .p-shop__horizontal:nth-of-type(1) .p-shop__horizontal__body__cycle {
    display: none;
  }
}
.p-shop .p-shop__horizontal:nth-of-type(2) {
  margin-top: 30px;
}
@media only screen and (max-width: 999.96px) {
  .p-shop .p-shop__horizontal:nth-of-type(2) .p-shop__horizontal__heading {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-shop .p-shop__horizontal:nth-of-type(2) {
    margin-top: 65px;
    -ms-grid-columns: 1.03fr 1fr;
    grid-template-columns: 1.03fr 1fr;
  }
  .p-shop .p-shop__horizontal:nth-of-type(2) .p-shop__horizontal__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-shop .p-shop__horizontal:nth-of-type(2) .p-shop__horizontal__slide {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-shop .p-shop__horizontal:nth-of-type(2) .p-shop__horizontal__text__cycle {
    display: none;
  }
  .p-shop .p-shop__horizontal:nth-of-type(2) .p-shop__horizontal__heading__cycle {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .p-shop__horizontal {
    display: -ms-grid;
    display: grid;
    gap: 45px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-shop__horizontal__body__cycle {
    right: -80px;
    top: 50px;
  }
}
.p-shop__horizontal__heading {
  position: relative;
  font-family: "zen-maru-gothic", sans-serif;
  color: rgb(var(--shop-color));
  line-height: 1.7;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1000px) {
  .p-shop__horizontal__heading {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.p-shop__horizontal__heading__cycle {
  right: -40px;
  top: -40px;
}
.p-shop__horizontal__text {
  display: block;
  position: relative;
  margin-top: 10px;
  line-break: strict;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.85;
}
@media only screen and (min-width: 1000px) {
  .p-shop__horizontal__text {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-shop__horizontal__text__cycle {
  bottom: -60px;
  left: -40px;
}
.p-shop__horizontal__slide {
  margin-top: 15px;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 999.96px) {
  .p-shop__horizontal__slide {
    padding-right: 10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-shop__horizontal__slide {
    padding-right: 20px;
    margin-right: -20px;
    margin-top: 0;
  }
}
.p-shop__horizontal__slide .swiper-pagination-bullet-active {
  background: rgb(var(--shop-color));
}
@media only screen and (min-width: 1000px) {
  .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__slide .swiper-slide.swiper-slide-active:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--shop-color), 0.4);
  display: block;
  position: absolute;
  bottom: -7px;
  right: -7px;
  z-index: -1;
}
@media only screen and (min-width: 1000px) {
  .p-shop__horizontal__slide .swiper-slide.swiper-slide-active:after {
    bottom: -10px;
    right: -10px;
  }
}
.p-shop__horizontal__cycle {
  width: 100px;
  position: absolute;
}
@media only screen and (min-width: 1000px) {
  .p-shop__horizontal__cycle {
    width: 160px;
  }
}
.p-shop__reco {
  position: relative;
  background-color: rgba(var(--shop-color), 0.8);
  padding: 7px;
  margin-top: 45px;
}
@media only screen and (min-width: 1000px) {
  .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: 1000px) {
  .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: 1000px) {
  .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: 1000px) {
  .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/okinawaparlor/common/head-ribon.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1000px) {
  .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: 1000px) {
  .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-family: "zen-maru-gothic", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--shop-color);
  line-height: 1.35;
  font-weight: 900;
}
@media only screen and (min-width: 1000px) {
  .p-shop__reco__name {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-shop__reco__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 5px;
}
@media only screen and (min-width: 1000px) {
  .p-shop__reco__text {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-shop__reco__cycle__top {
  position: absolute;
  width: 100px;
  top: -50px;
  right: -40px;
}
@media only screen and (min-width: 1000px) {
  .p-shop__reco__cycle__top {
    width: 270px;
    right: inherit;
    left: -150px;
    top: -40px;
  }
}
.p-shop__reco__cycle__bottom {
  position: absolute;
  width: 100px;
  bottom: 70px;
  left: -40px;
}
@media only screen and (min-width: 1000px) {
  .p-shop__reco__cycle__bottom {
    display: none !important;
  }
}
.p-shop__info {
  position: relative;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .p-shop__info {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.p-shop__info__inner {
  background-color: #fff;
  border: 2px solid black;
  padding: 20px 13px 24px;
}
@media only screen and (min-width: 1000px) {
  .p-shop__info__inner {
    padding: 25px 34px;
    border-width: 4px;
  }
}
.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: 900;
  font-family: "zen-maru-gothic", sans-serif;
}
@media only screen and (min-width: 1000px) {
  .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;
}
@media only screen and (min-width: 1000px) {
  .p-shop__info__col {
    -ms-grid-columns: 290px 20px 1fr;
    grid-template-columns: 290px 1fr;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1000px) {
  .p-shop__info__body {
    margin-bottom: 5px;
  }
}
.p-shop__info__name {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: rgb(var(--shop-color));
  line-height: 1.7;
  font-weight: 900;
}
@media only screen and (min-width: 1000px) {
  .p-shop__info__name {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.p-shop__info__name.-jujumo {
  line-height: 1.1;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1000px) {
  .p-shop__info__name.-jujumo {
    margin-bottom: 0;
    line-height: 1.7;
  }
}
.p-shop__info__text {
  font-size: 11.5px;
  font-size: 1.15rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
@media only screen and (min-width: 1000px) {
  .p-shop__info__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-shop__info__btn {
  width: 100%;
  max-width: 165px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 999.96px) {
  .p-shop__info__btn {
    margin-inline: auto;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-shop__info__btn {
    position: absolute !important;
    bottom: 30px;
    right: 93px;
  }
}
.p-shop__info__cycle__top {
  position: absolute;
  width: 100px;
  top: 40px;
  right: -40px;
}
@media only screen and (min-width: 1000px) {
  .p-shop__info__cycle__top {
    top: 100px;
    right: -10px;
    width: 160px;
  }
}
.p-shop__info__cycle__bottom {
  position: absolute;
  width: 100px;
  bottom: 70px;
  left: -40px;
}
@media only screen and (min-width: 1000px) {
  .p-shop__info__cycle__bottom {
    display: none !important;
  }
}

.p-slide__wrapper {
  position: relative;
}
.p-slide__pagination {
  position: absolute;
  bottom: -40px !important;
  top: inherit;
}

.p-hintUnit {
  --hint-color:var(--hint-main-color-rgb);
}

.p-hint {
  display: block;
  padding-top: 65px;
  position: relative;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .p-hint {
    padding-top: 50px;
  }
}
.p-hintUnit .p-hint:not(:first-child) {
  padding-top: 75px;
}
@media only screen and (min-width: 1000px) {
  .p-hintUnit .p-hint:not(:first-child) {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-hint {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.p-hintUnit .p-hint:nth-of-type(odd) .p-hint__main {
  margin-top: 15px;
}
@media only screen and (min-width: 1000px) {
  .p-hintUnit .p-hint:nth-of-type(odd) .p-hint__main {
    margin-top: 0px;
    -ms-grid-columns: 1fr 1.06fr;
    grid-template-columns: 1fr 1.06fr;
  }
  .p-hintUnit .p-hint:nth-of-type(odd) .p-hint__main .p-hint__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-hintUnit .p-hint:nth-of-type(odd) .p-hint__main .p-hint__slide {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-hintUnit .p-hint:nth-of-type(odd) .p-hint__main .p-hint__number {
    right: 20px;
    left: inherit;
  }
}
.p-hintUnit .p-hint:nth-of-type(even) .p-hint__main {
  margin-top: 30px;
}
@media only screen and (max-width: 999.96px) {
  .p-hintUnit .p-hint:nth-of-type(even) .p-hint__main .p-hint__heading {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-hintUnit .p-hint:nth-of-type(even) .p-hint__main {
    margin-top: 0px;
    -ms-grid-columns: 1.06fr 1fr;
    grid-template-columns: 1.06fr 1fr;
  }
}
.p-hint__main {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .p-hint__main {
    display: -ms-grid;
    display: grid;
    gap: 45px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-hint__body__cycle {
    right: -80px;
    top: 50px;
  }
}
.p-hint__heading {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  font-family: "zen-maru-gothic", sans-serif;
}
@media only screen and (max-width: 999.96px) {
  .p-hint__heading {
    margin-top: 12px;
  }
}
.p-hint__heading span {
  padding: 8px 10px 8px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #fff;
  border: 2.5px solid rgb(var(--hint-color));
  line-height: 1;
  font-weight: 900;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .p-hint__heading span {
    border-width: 4px;
    padding: 9px 15px 10px 9px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.p-hint__heading span:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(var(--hint-color));
  display: block;
  position: absolute;
  bottom: -4.5px;
  right: -4.5px;
  z-index: -1;
}
@media only screen and (min-width: 1000px) {
  .p-hint__heading span:after {
    bottom: -7px;
    right: -7px;
  }
}
.p-hint__text {
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 10px;
}
@media only screen and (min-width: 1000px) {
  .p-hint__text {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-hint__text__cycle {
  bottom: -60px;
  left: -40px;
}
.p-hint__slide {
  margin-top: 15px;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 999.96px) {
  .p-hint__slide {
    padding-right: 10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-hint__slide {
    padding-right: 20px;
    margin-right: -20px;
    margin-top: 12px;
  }
}
.p-hint__slide .swiper-pagination-bullet-active {
  background: rgb(var(--hint-color));
}
@media only screen and (min-width: 1000px) {
  .p-hint__slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.p-hint__slide .swiper-slide.swiper-slide-active {
  position: relative;
}
.p-hint__slide .swiper-slide.swiper-slide-active:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--hint-color), 0.4);
  display: block;
  position: absolute;
  bottom: -7px;
  right: -7px;
  z-index: -1;
}
@media only screen and (min-width: 1000px) {
  .p-hint__slide .swiper-slide.swiper-slide-active:after {
    bottom: -10px;
    right: -10px;
  }
}
.p-hint__cycle {
  position: absolute;
}
.p-hint__number {
  position: absolute;
  font-size: 80px;
  font-size: 8rem;
  color: rgb(var(--hint-color));
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 900;
  left: 20px;
  top: -60px;
  z-index: 3;
  line-height: 1;
}
@media only screen and (min-width: 1000px) {
  .p-hint__number {
    font-size: 130px;
    font-size: 13rem;
  }
}
.p-hint__number span {
  display: block;
  position: relative;
}
.p-hint__number span::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 5px;
  background-color: rgb(var(--hint-color));
  content: "";
  display: block;
}
.p-hint__note {
  font-family: "Noto Sans JP", sans-serif;
  display: -ms-grid;
  display: grid;
  color: #fff;
  margin-top: 13px;
}
@media only screen and (max-width: 999.96px) {
  .p-hint__note {
    -ms-grid-columns: 45px 7px 1fr;
    grid-template-columns: 45px 1fr;
    background-color: rgb(var(--hint-color));
    padding: 7px 10px;
    gap: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1000px) {
  .p-hint__note {
    -ms-grid-columns: 77px 0px 1fr;
    grid-template-columns: 77px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px;
    margin-top: 0px;
  }
}
.p-hint__note__list {
  display: -ms-grid;
  display: grid;
  font-size: 11px;
  font-size: 1.1rem;
}
@media only screen and (min-width: 1000px) {
  .p-hint__note__list {
    padding: 8px 30px;
    margin-left: -15px;
    gap: 30px;
    font-size: 15px;
    font-size: 1.5rem;
    z-index: -1;
    background-color: rgb(var(--hint-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-hint.-hint01 .p-hint__cycle-top {
  position: absolute;
  top: -25px;
  left: -40px;
  width: 80px;
}
@media only screen and (min-width: 1000px) {
  .p-hint.-hint01 .p-hint__cycle-top {
    width: 160px;
    top: 50px;
    left: -80px;
  }
}
.p-hint.-hint01 .p-hint__cycle-bottom {
  bottom: -60px;
  right: -40px;
  position: absolute;
  width: 135px;
}
@media only screen and (min-width: 1000px) {
  .p-hint.-hint01 .p-hint__cycle-bottom {
    display: none;
  }
}
.p-hint.-hint02 .p-hint__cycle-top {
  position: absolute;
  top: 80px;
  left: -40px;
  width: 80px;
}
@media only screen and (min-width: 1000px) {
  .p-hint.-hint02 .p-hint__cycle-top {
    display: none;
  }
}
.p-hint.-hint02 .p-hint__cycle-bottom {
  bottom: -60px;
  right: -40px;
  position: absolute;
  width: 135px;
}
@media only screen and (min-width: 1000px) {
  .p-hint.-hint02 .p-hint__cycle-bottom {
    width: 160px;
    bottom: inherit;
    right: -42px;
    top: 120px;
  }
}
.p-hint.-hint03 .p-hint__cycle-top {
  position: absolute;
  top: 80px;
  left: -40px;
  width: 80px;
}
@media only screen and (min-width: 1000px) {
  .p-hint.-hint03 .p-hint__cycle-top {
    width: 270px;
    top: 215px;
    left: -90px;
  }
}
.p-hint.-hint03 .p-hint__cycle-bottom {
  bottom: -60px;
  right: -40px;
  position: absolute;
  width: 135px;
}
@media only screen and (min-width: 1000px) {
  .p-hint.-hint03 .p-hint__cycle-bottom {
    display: none;
  }
}
.p-hint.-hint04 .p-hint__cycle-top {
  position: absolute;
  top: 80px;
  left: -40px;
  width: 80px;
}
@media only screen and (min-width: 1000px) {
  .p-hint.-hint04 .p-hint__cycle-top {
    display: none;
  }
}
.p-hint.-hint04 .p-hint__cycle-bottom {
  bottom: -60px;
  right: -40px;
  position: absolute;
  width: 135px;
}
@media only screen and (min-width: 1000px) {
  .p-hint.-hint04 .p-hint__cycle-bottom {
    width: 160px;
  }
}

.c-btn {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  border: 2px solid var(--btn-border-color);
  background-color: var(--btn-back-color);
  color: var(--btn-color);
  position: relative;
  line-height: 1.2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  text-align: center;
  padding: 4px;
  margin-inline: auto;
  font-weight: 600;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .c-btn {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-btn:hover {
  --btn-back-color:#fff;
  --btn-color:black;
}
.c-btn.-base {
  color: var(--btn-color);
  border-radius: 15px;
  line-height: 1;
  padding: 8px 3px;
}
.c-btn.-menu-btn {
  border-radius: 0px;
  background-color: var(--btn-back-color);
  color: var(--btn-text-color);
  border: 2.5px solid var(--btn-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  .c-btn.-menu-btn {
    font-size: 19px;
    font-size: 1.9rem;
    padding: 3px;
    border: 5px solid var(--btn-color);
  }
}
.c-btn.-menu-btn.-miryoku {
  --btn-color: var(--miryoku-main-color);
  --btn-back-color: var(--miryoku-main-color);
}
.c-btn.-menu-btn.-miryoku:hover, .c-btn.-menu-btn.-miryoku.is-active {
  --btn-text-color: var(--miryoku-main-color);
}
.c-btn.-menu-btn.-local {
  --btn-color: var(--local-main-color);
  --btn-back-color: var(--local-main-color);
}
.c-btn.-menu-btn.-local:hover, .c-btn.-menu-btn.-local.is-active {
  --btn-text-color: var(--local-main-color);
}
.c-btn.-menu-btn.-kosei {
  --btn-color: var(--kosei-main-color);
  --btn-back-color: var(--kosei-main-color);
}
.c-btn.-menu-btn.-kosei:hover, .c-btn.-menu-btn.-kosei.is-active {
  --btn-text-color: var(--kosei-main-color);
}
.c-btn.-menu-btn.-hint {
  --btn-color: var(--hint-main-color);
  --btn-back-color: var(--hint-main-color);
}
.c-btn.-menu-btn.-hint:hover, .c-btn.-menu-btn.-hint.is-active {
  --btn-text-color: var(--hint-main-color);
}
.c-btn.-menu-btn:hover, .c-btn.-menu-btn.is-active {
  --btn-back-color: #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;
}
:root {
  --dots-cycle-color: #000;
}

.c-dots-cycle {
  display: block;
  background-color: transparent;
  background-image: radial-gradient(var(--dots-cycle-color) 38%, transparent 20%), radial-gradient(var(--dots-cycle-color) 38%, transparent 20%);
  background-size: 7px 7px;
  background-position: 0 0, 3.5px 3.5px;
  border-radius: 100%;
  aspect-ratio: 1/1;
  z-index: -1;
  opacity: 0.1;
}
@media only screen and (min-width: 1000px) {
  .c-dots-cycle {
    background-image: radial-gradient(var(--dots-cycle-color) 38%, transparent 20%), radial-gradient(var(--dots-cycle-color) 38%, transparent 20%);
    background-size: 14px 14px;
    background-position: 0 0, 7px 7px;
  }
}

.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;
}

.js-imgChange {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.u-only_sp {
  display: none !important;
}
@media only screen and (max-width: 767.96px) {
  .u-only_sp {
    display: block !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;
}
@media only screen and (max-width: 767.96px) {
  .u-text_center-sp {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .u-text_center-pc {
    text-align: center;
  }
}
.u-text_left {
  text-align: left;
}
@media only screen and (max-width: 767.96px) {
  .u-text_left-sp {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .u-text_left-pc {
    text-align: left;
  }
}
.u-text_right {
  text-align: right;
}
@media only screen and (max-width: 767.96px) {
  .u-text_right-sp {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .u-text_right-pc {
    text-align: right;
  }
}

.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;
  }
}