@font-face {
  font-display: swap;
  font-family: "BIZ UDGothic Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BIZUDGothic-Regular.ttf") format("truetype"), url("../fonts/BIZUDGothic-Regular.woff2") format("woff2")
}

@font-face {
  font-display: swap;
  font-family: "BIZ UDGothic Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/BIZUDGothic-Bold.ttf") format("truetype"), url("../fonts/BIZUDGothic-Bold.woff2") format("woff2")
}

.l-header {
  font-family: "BIZ UDGothic Regular", sans-serif
}

.l-footer {
  background-color: #2f7776;
  padding: 45px 0;
  font-family: "BIZ UDGothic Regular", sans-serif
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.l-footer__title {
  position: relative;
  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: 138px;
  height: 140px;
  color: #2f7776;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto;
  z-index: 0
}

@media(min-width: 768px) {
  .l-footer__title {
    margin-left: 0;
    margin-right: 5%
  }
}

.l-footer__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  background-image: url(/region/common/assets/img/bg_footer_title.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1
}

.l-footer__block {
  color: #fff;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 768px) {
  .l-footer__block {
    width: 65%;
    margin-top: 0
  }
}

@media(min-width: 768px) {
  .l-footer__block--02 {
    margin-right: 0;
    margin-left: 0
  }
}

.l-footer__blockTitle {
  line-height: 1.4
}

@media(min-width: 768px) {
  .l-footer__blockTitle {
    font-size: 20px
  }
}

@media(min-width: 768px) {
  .l-footer__tel {
    font-size: 24px
  }
}

.l-footer__telLink {
  font-size: 165%;
  font-weight: bold;
  line-height: 1.2
}

.l-footer__mail {
  line-height: 1.6
}

@media(min-width: 768px) {
  .l-footer__mail {
    font-size: 24px
  }
}

.l-footer__mail span {
  font-size: 165%
}

.l-footer__date {
  line-height: 1.6
}

@media(min-width: 768px) {
  .l-footer__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.l-footer__dateLabel {
  display: inline-block
}

.l-footer__dateText {
  display: inline-block
}

.l-footer__holiday {
  line-height: 1.6
}

.l-footer__qr {
  display: none
}

@media(min-width: 1024px) {
  .l-footer__qr {
    display: block;
    width: 30%;
    max-width: 80px;
    margin-bottom: auto;
    margin-top: auto;
    background-color: #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px;
    border-radius: 7px
  }
}

.l-main {
  font-family: "BIZ UDGothic Regular", sans-serif;
  line-height: 1.7
}

@media(min-width: 768px) {
  .l-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media(min-width: 768px) {
  .l-main a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important
  }
}

.l-container {
  width: 90%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto
}

.l-container--max800 {
  max-width: 800px
}

.c-toPageTop__link {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #ff5082;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  padding-top: .75em;
  z-index: 5
}

@media(min-width: 768px) {
  .c-toPageTop__link {
    font-size: 1.2rem
  }
}

.c-toPageTop__link::before {
  content: "";
  position: absolute;
  top: 1.1em;
  left: 50%;
  translate: -50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 3px 0 0 0;
  rotate: 45deg
}

.c-toPageTop__link:hover {
  opacity: 1;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25)
}

.c-mainTitle {
  position: relative
}

.c-mainTitle__inner {
  padding-block: 2em;
  background-color: #2f7777
}

@media(min-width: 768px) {
  .c-mainTitle__inner {
    padding-block: 4em
  }
}

.c-mainTitle__title {
  max-width: 280px;
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  line-height: 1.8
}

@media(min-width: 425px) {
  .c-mainTitle__title {
    font-size: 2.6rem;
    max-width: none
  }
}

.c-sectionTitle {
  position: relative;
  color: #2f7777;
  font-size: 23px;
  line-height: 1.4;
  padding-bottom: 1.25em
}

@media(min-width: 768px) {
  .c-sectionTitle {
    font-size: 30px;
    letter-spacing: .05em;
    line-height: 1.8em
  }
}

.c-sectionTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 87px;
  height: 2px;
  background-color: #2f7777
}

.c-sectionTitle--noBorder {
  padding-bottom: .75em
}

.c-sectionTitle--noBorder::before {
  content: none
}

.c-button {
  position: relative;
  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;
  height: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.8;
  text-align: center;
  background-color: #2f7777;
  border-radius: 50px;
  padding: 3px;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease
}

@media(min-width: 768px) {
  .c-button {
    height: 45px;
    font-size: 15px;
    letter-spacing: .25em
  }
}

.c-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transition: scale .2s ease;
  transition: scale .2s ease
}

@media(min-width: 768px) {
  .c-button::before {
    translate: -50% -50%
  }
}

.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  translate: 0 -50%;
  rotate: 45deg;
  width: 13px;
  height: 13px;
  border-top: 3px solid #2f7777;
  border-right: 3px solid #2f7777;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease
}

@media(min-width: 768px) {
  .c-button::after {
    right: 33px;
    translate: 0 -50%
  }
}

.c-button:hover {
  background-color: #f87300
}

.c-button:hover::before {
  scale: 1.15
}

.c-button:hover::after {
  border-color: #f87300
}

.c-buttonText {
  display: inline-block
}

@media(min-width: 768px) {
  .c-buttonText {
    margin-left: -30px
  }
}

.c-buttonText--ml20 {
  margin-left: -20px
}

@media(min-width: 768px) {
  .c-buttonText--ml20 {
    margin-left: -40px
  }
}

.c-button--green {
  background-color: #2f7777
}

.c-button--white {
  color: #2f7777;
  background-color: #fff
}

.c-button--white::before {
  background-color: #2f7777
}

.c-button--white::after {
  border-color: #fff
}

.c-button--white:hover {
  color: #fff
}

.c-button--white:hover::before {
  background-color: #fff
}

.c-button--triangle::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  rotate: 0deg;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2f7777
}

@media(min-width: 768px) {
  .c-button--triangle::after {
    right: 31px
  }
}

.c-button--triangle:hover::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f87300
}

.c-button--triangleGreen::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff
}

.c-storeButton {
  display: block;
  width: 100%;
  max-width: 476px;
  padding: 1em;
  -webkit-box-shadow: 2.83px 2.83px 2px #dbdbdb;
  box-shadow: 2.83px 2.83px 2px #dbdbdb;
  border-radius: 10px;
  margin-inline: auto;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #2f7777;
  -webkit-transition: background-color .2s ease, visibility 0s;
  transition: background-color .2s ease, visibility 0s
}

@media(min-width: 768px) {
  .c-storeButton {
    padding-block: .5em;
    font-size: 3rem
  }
}

.c-storeButton--movie {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: .5em 1em;
  font-size: 1.5rem;
  letter-spacing: .25em
}

@media(min-width: 768px) {
  .c-storeButton--movie {
    font-size: 3rem
  }
}

.c-storeButton:hover {
  background-color: #f87300
}

.c-appCTA {
  color: #fff;
  background-color: #2f7776;
  padding: 13px 0 20px
}

@media(min-width: 768px) {
  .c-appCTA {
    padding: 55px 0 37px
  }
}

@media(min-width: 768px) {
  .c-appCTA--01 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media(min-width: 768px) {
  .c-appCTA--02 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
}

@media(min-width: 768px) {
  .c-appCTA--03 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
}

@media(min-width: 768px) {
  .c-appCTA--04 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
}

@media(min-width: 768px) {
  .c-appCTA--05 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
}

.c-appCTA__inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto
}

.c-appCTA__catch {
  font-size: 13px;
  font-weight: bold;
  text-align: center
}

@media(min-width: 768px) {
  .c-appCTA__catch {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.8em;
    margin-bottom: 10px
  }
}

.c-appCTA__title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px
}

@media(min-width: 768px) {
  .c-appCTA__title {
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 1.8em;
    margin-bottom: 1em
  }
}

.c-appCTA__buttons {
  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;
  gap: 10px
}

@media(min-width: 768px) {
  .c-appCTA__buttons {
    gap: 30px
  }
}

.c-appCTA__buttonsItem {
  display: block;
  -webkit-transition: -webkit-filter .2s ease-out;
  transition: -webkit-filter .2s ease-out;
  transition: filter .2s ease-out;
  transition: filter .2s ease-out, -webkit-filter .2s ease-out
}

.c-appCTA__buttonsItem:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2)
}

.c-appCTA__buttonsItem:first-of-type {
  width: 120px
}

@media(min-width: 768px) {
  .c-appCTA__buttonsItem:first-of-type {
    width: 140px
  }
}

.c-appCTA__buttonsItem:nth-of-type(2) {
  width: 134px
}

@media(min-width: 768px) {
  .c-appCTA__buttonsItem:nth-of-type(2) {
    width: 160px
  }
}

.c-appCTA__detail {
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 768px) {
  .c-appCTA__detail {
    position: relative;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
  }
}

.c-appCTA__detailTitle {
  font-size: 13px
}

@media(min-width: 768px) {
  .c-appCTA__detailTitle {
    font-size: 18px
  }
}

.c-appCTA__detailDescription {
  font-size: 13px;
  text-align: center
}

@media(min-width: 768px) {
  .c-appCTA__detailDescription {
    font-size: 18px;
    line-height: 1
  }
}

.c-appCTA__detailDescription--memo {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em
}

@media(min-width: 768px) {
  .c-appCTA__detailDescription--memo {
    font-size: 12px
  }
}

.c-appCTA__text {
  font-size: 13px;
  line-height: 2;
  text-align: center;
  margin-top: 2em
}

.c-appCTA__memo {
  font-size: 13px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em
}

@media(min-width: 768px) {
  .c-appCTA__memo {
    text-align: center
  }
}

.c-appCTA__memo--first {
  margin-top: 2em
}

#region.navi-open {
  overflow: hidden
}

.c-fixedNavi {
  position: fixed;
  bottom: 160px;
  right: 50px;
  width: 204px;
  height: 220px;
  z-index: 2;
  font-family: "BIZ UDGothic Regular", sans-serif
}

.c-fixedNavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%
}

.c-fixedNavi__listItemLink {
  position: relative;
  display: block;
  color: #bcbbca;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  padding-right: 25px;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out
}

.c-fixedNavi__listItemLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  border: 2px solid #bcbbca;
  border-radius: 20px;
  -webkit-transition: background-color .4s ease-in-out, border-color .4s ease-in-out;
  transition: background-color .4s ease-in-out, border-color .4s ease-in-out
}

.c-fixedNavi__listItemLink:hover {
  color: #2f7776
}

.c-fixedNavi__listItemLink:hover::after {
  background-color: #2f7776;
  border-color: #2f7776
}

.c-fixedNavi__listItemLink.js_now {
  color: #2f7776
}

.c-fixedNavi__listItemLink.js_now::after {
  background-color: #2f7776;
  border-color: #2f7776
}

.c-fixedButton {
  position: fixed;
  right: 16px;
  bottom: 78px;
  width: 50px;
  height: 50px;
  z-index: 2
}

.c-fixedButton__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  will-change: opacity;
  z-index: -2
}

.c-fixedButton__bg.active {
  opacity: .9;
  z-index: 12
}

.c-fixedButton__element {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 15
}

.c-fixedButton__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.c-fixedButton__barItem::before {
  content: "";
  position: relative;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #4682b4;
  border-radius: 27px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3px
}

.c-fixedButton__contents {
  display: none;
  min-width: 55px;
  min-height: 55px;
  translate: -5% -130%;
  z-index: -2
}

.c-fixedButton__contents.active {
  position: relative;
  display: block;
  z-index: 12
}

.c-fixedButton__link {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  border-radius: 50%;
  will-change: opacity
}

.c-fixedButton__link:last-of-type {
  margin-bottom: 66px
}

.c-fixedButton__linkIcon {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #2f7777;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, .6) 0px 1px 4px 0px;
  box-shadow: rgba(0, 0, 0, .6) 0px 1px 4px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-fixedButton__linkIcon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 28px;
  height: 17px
}

.c-fixedButton__linkText {
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #1d2d3c;
  font-size: 12px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
  max-width: 160px;
  padding: 6px 8px;
  -webkit-transform: translate(-100%, -15px);
  transform: translate(-100%, -15px);
  letter-spacing: .2px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap
}

.c-payCTA {
  background-color: #e1f0ea;
  padding: 20px 0
}

@media(min-width: 768px) {
  .c-payCTA {
    padding: 40px 0
  }
}

.c-payCTA__block {
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding: 2em 1em
}

@media(min-width: 768px) {
  .c-payCTA__block {
    display: grid;
    grid-template-columns: 70% 20%;
    grid-template-rows: 50% 50%;
    grid-template-areas: "text qr""button qr";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1em 0;
    padding: 1em 1em 2.5em
  }
}

.c-payCTA__text {
  color: #2f7777;
  font-size: 18px;
  font-weight: bold;
  text-align: center
}

@media(min-width: 768px) {
  .c-payCTA__text {
    grid-area: text;
    font-size: 24px
  }
}

@media(min-width: 768px) {
  .c-payCTA__QR {
    grid-area: qr;
    max-width: 80px;
    margin-top: 6px
  }
}

.c-payCTA__button {
  position: relative;
  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;
  height: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.8;
  text-align: center;
  background-color: #f87300;
  border-radius: 50px;
  width: 80%;
  max-width: 280px;
  margin: 2em auto 0;
  padding: 3px;
  -webkit-transition: background-color .2s ease, -webkit-filter .2s ease;
  transition: background-color .2s ease, -webkit-filter .2s ease;
  transition: filter .2s ease, background-color .2s ease;
  transition: filter .2s ease, background-color .2s ease, -webkit-filter .2s ease
}

@media(min-width: 768px) {
  .c-payCTA__button {
    grid-area: button;
    height: 45px;
    font-size: 15px;
    letter-spacing: .25em;
    margin-top: -10px
  }
}

.c-payCTA__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transition: scale .2s ease;
  transition: scale .2s ease
}

@media(min-width: 768px) {
  .c-payCTA__button::before {
    translate: -50% -50%
  }
}

.c-payCTA__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  translate: 0 -50%;
  width: 13px;
  height: 13px;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f87300
}

@media(min-width: 768px) {
  .c-payCTA__button::after {
    right: 31px;
    translate: 0 -50%
  }
}

.c-payCTA__button:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1)
}

.c-payCTA__button:hover::before {
  scale: 1.15
}

.c-payCTA__buttonText {
  display: inline-block
}

@media(min-width: 768px) {
  .c-payCTA__buttonText {
    margin-left: -30px
  }
}

.c-comingSoon__inner {
  position: relative;
  width: 87.5%;
  max-width: 874px;
  padding-block: 56px;
  margin: 0 auto
}

@media(min-width: 768px) {
  .c-comingSoon__inner {
    padding-block: 90px
  }
}

.c-comingSoon__logo {
  width: 90%;
  max-width: 280px;
  margin: 0 auto 1em
}

.c-comingSoon__logoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em .5em
}

.c-comingSoon__text {
  margin-bottom: 2em;
  font-size: 1.5em
}

.c-comingSoon__introText {
  display: block;
  text-align: left
}

@media(min-width: 768px) {
  .c-comingSoon__introText {
    text-align: center
  }
}

.c-comingSoon__list {
  width: 90%;
  max-width: 400px;
  margin: 3em auto 0
}

.c-comingSoon__listItem:not(:last-child) {
  margin-bottom: 1em
}

.c-comingSoon__listItem--top {
  margin-top: 3em
}

@media screen and (min-width: 750px) {
  .p-topCard.pay .secbox__inner {
    padding: 4.375em 0
  }
}

.p-topCard.passport {
  background-color: #e1f0ea
}

@media screen and (min-width: 750px) {
  .p-topCard.passport .secbox__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.p-topCard.passport .memo {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em
}

@media(min-width: 768px) {
  .p-topCard.passport .memo {
    font-size: 14px
  }
}

.p-topCard.health {
  position: relative
}

.p-topCard.health::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/visonhealth_mie/mv_pc01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  z-index: -2
}

@media(min-width: 768px) {
  .p-topCard.health::before {
    background-size: 100% auto
  }
}

.p-topCard.health::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: -1
}

@media screen and (min-width: 750px) {
  .p-topCard.health .secbox__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.p-topCard.health .secbox__txt {
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .25)
}

.p-topCard.health .memo {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em
}

@media(min-width: 768px) {
  .p-topCard.health .memo {
    font-size: 14px
  }
}

.p-topCard.health .memo:nth-last-of-type(2) {
  margin-top: 1em
}

@media screen and (min-width: 750px) {
  .p-topCard.food_culture .secbox__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.p-passportMv {
  position: relative
}

@media(min-width: 768px) {
  .p-passportMv {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.p-passportMv__catchcopy {
  position: absolute;
  top: 2em;
  left: 50%;
  translate: -50%;
  width: 79.375vw;
  height: 42.1875vw;
  -webkit-filter: drop-shadow(2px 2px 4px #333);
  filter: drop-shadow(2px 2px 4px #333);
  z-index: 1
}

@media(min-width: 768px) {
  .p-passportMv__catchcopy {
    top: 6.8055555556vw;
    left: 15.2083333333vw;
    translate: unset;
    width: 524px;
    height: 280px
  }
}

.p-passportMv__catchcopy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 37.5vw;
  background-color: #2f7777;
  border-radius: 30px
}

@media(min-width: 768px) {
  .p-passportMv__catchcopy::before {
    height: 220px
  }
}

.p-passportMv__catchcopy::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10.625vw;
  border-top: 11.25vw solid #2f7777;
  border-left: 0.9375vw solid rgba(0, 0, 0, 0);
  border-right: 11.875vw solid rgba(0, 0, 0, 0);
  rotate: 20deg;
  z-index: -1
}

@media(min-width: 768px) {
  .p-passportMv__catchcopy::after {
    left: 24px;
    bottom: 10px;
    border-top-width: 70px;
    border-left-width: 8px;
    border-right-width: 50px
  }
}

.p-passportMv__catchcopyText {
  position: relative;
  top: 45%;
  translate: 0 -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff
}

@media(min-width: 768px) {
  .p-passportMv__catchcopyText {
    top: 38%
  }
}

.p-passportMv__catchcopyText--label {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-size: 4.6875vw;
  line-height: 2;
  padding: 0 1em
}

@media(min-width: 768px) {
  .p-passportMv__catchcopyText--label {
    font-size: 25px;
    line-height: 1.4
  }
}

.p-passportMv__catchcopyText--label::before,
.p-passportMv__catchcopyText--label::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2px;
  height: 1em;
  background-color: #fff
}

.p-passportMv__catchcopyText--label::before {
  left: .25em;
  rotate: -15deg
}

.p-passportMv__catchcopyText--label::after {
  right: .25em;
  rotate: 18deg
}

.p-passportMv__catchcopyText--main {
  display: block;
  font-size: 15px;
  font-size: 4.6875vw;
  line-height: 2
}

@media(min-width: 768px) {
  .p-passportMv__catchcopyText--main {
    font-size: 30px;
    line-height: 1.4
  }
}

.p-passportMv__catchcopyText--lg {
  font-size: 6.25vw
}

@media(min-width: 768px) {
  .p-passportMv__catchcopyText--lg {
    font-size: 47px
  }
}

.p-passportMv .swiper-button-prev,
.p-passportMv .swiper-button-next {
  display: none
}

@media(min-width: 768px) {

  .p-passportMv .swiper-button-prev,
  .p-passportMv .swiper-button-next {
    display: block
  }
}

.p-passportMv .swiper-button-prev::after,
.p-passportMv .swiper-button-next::after {
  color: #e8e6e6
}

.p-passportMv .swiper-button-prev:hover::after,
.p-passportMv .swiper-button-next:hover::after {
  opacity: .7
}

.p-passportMv .swiper-button-prev {
  left: 60px
}

.p-passportMv .swiper-button-next {
  right: 60px
}

.p-passportSummary {
  background-color: #e1f0ea;
  padding: 35px 0 40px
}

@media(min-width: 768px) {
  .p-passportSummary {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 65px 0 100px
  }
}

.p-passportSummary__inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto
}

.p-passportSummary__catchcopy {
  color: #2f7777;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center
}

@media(min-width: 768px) {
  .p-passportSummary__catchcopy {
    font-size: 24px
  }
}

.p-passportSummary__logo {
  width: 50%;
  max-width: 184px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 768px) {
  .p-passportSummary__logo {
    max-width: 280px;
    margin-top: 25px
  }
}

.p-passportSummary__title {
  color: #f87300;
  font-size: 15px;
  line-height: 1.8em;
  text-align: center;
  margin-top: 35px
}

@media(min-width: 768px) {
  .p-passportSummary__title {
    font-size: 30px;
    margin-top: 5px
  }
}

.p-passportSummary__list {
  width: 100%;
  max-width: 860px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 768px) {
  .p-passportSummary__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 70px 5vw;
    margin-top: 70px
  }
}

.p-passportSummary__listItem {
  position: relative;
  width: 100%;
  max-width: 282px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 12px 40px
}

@media(min-width: 768px) {
  .p-passportSummary__listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 370px;
    padding: 68px 48px 53px
  }
}

.p-passportSummary__listItem::before {
  content: "";
  position: absolute;
  top: -2em;
  left: 50%;
  translate: -50%;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-size: 100% auto
}

@media(min-width: 768px) {
  .p-passportSummary__listItem::before {
    top: -2.5em;
    width: 87px;
    height: 87px
  }
}

.p-passportSummary__listItem:nth-child(1)::before {
  background-image: url(/region/common/assets/img/visonpassport_mie/icon_passportSummary_list01.png)
}

.p-passportSummary__listItem:nth-child(2)::before {
  background-image: url(/region/common/assets/img/visonpassport_mie/icon_passportSummary_list02.png)
}

.p-passportSummary__listItem:nth-child(3)::before {
  background-image: url(/region/common/assets/img/visonpassport_mie/icon_passportSummary_list03.png)
}

.p-passportSummary__listItem:nth-child(4)::before {
  background-image: url(/region/common/assets/img/visonpassport_mie/icon_passportSummary_list04.png)
}

.p-passportSummary__listItem:nth-child(5)::before {
  background-image: url(/region/common/assets/img/visonpassport_mie/icon_passportSummary_list05.png)
}

.p-passportSummary__listItem:nth-child(6)::before {
  background-image: url(/region/common/assets/img/visonpassport_mie/icon_passportSummary_list06.png)
}

.p-passportSummary__listItem:not(:first-child) {
  margin-top: 85px
}

@media(min-width: 768px) {
  .p-passportSummary__listItem:not(:first-child) {
    margin-top: 0
  }
}

.p-passportSummary__listItemTitle {
  color: #2f7777;
  font-size: 21px;
  text-align: center
}

@media(min-width: 768px) {
  .p-passportSummary__listItemTitle {
    font-size: 30px;
    margin-top: auto
  }
}

.p-passportSummary__listItemText {
  color: #2f7777;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  margin-top: 27px
}

@media(min-width: 768px) {
  .p-passportSummary__listItemText {
    margin-top: 22px
  }
}

.p-passportUsage {
  padding: 115px 0 60px;
  background-image: url(/region/common/assets/img/visonpassport_mie/bg_passportUsage.webp);
  background-size: cover;
  background-position: center center
}

@media(min-width: 768px) {
  .p-passportUsage {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    padding: 145px 0 150px
  }
}

@media(min-width: 1440px) {
  .p-passportUsage {
    background-size: 100% auto
  }
}

.p-passportUsage__inner {
  position: relative;
  width: 90%;
  max-width: 733px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e1f0ea;
  border-radius: 30px;
  padding: 80px 25px 45px
}

@media(min-width: 768px) {
  .p-passportUsage__inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 70px 25px 85px
  }
}

.p-passportUsage__title {
  position: absolute;
  top: -1.5em;
  left: 50%;
  translate: -50%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  width: 90%;
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 15px;
  border-radius: 40px;
  background-color: #2f7776
}

@media(min-width: 768px) {
  .p-passportUsage__title {
    top: -1em;
    font-size: 30px;
    padding: 15px 10px 20px
  }
}

@media(min-width: 768px) {
  .p-passportUsage__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10.0694444444vw
  }
}

@media(min-width: 768px) {
  .p-passportUsage__listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 160px
  }
}

.p-passportUsage__listItem:last-child {
  margin-top: 55px
}

@media(min-width: 768px) {
  .p-passportUsage__listItem:last-child {
    margin-top: 0
  }
}

.p-passportUsage__listItemLabel {
  color: #2f7776;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 32px
}

.p-passportUsage__listItemIcon {
  max-width: 48px;
  margin: 0 auto
}

@media(min-width: 768px) {
  .p-passportUsage__listItemIcon {
    max-width: 94px;
    margin-top: auto
  }
}

.p-passportUsage__listItemIcon svg {
  max-width: 100%;
  height: auto
}

.p-passportUsage__listItemIcon svg path {
  fill: #2f7776
}

.p-passportUsage__listItemButton {
  font-size: 15px;
  width: 100%;
  max-width: 242px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 768px) {
  .p-passportUsage__listItemButton {
    margin-top: 48px
  }
}

.p-passportService {
  background-color: #e1f0ea;
  padding: 85px 0 0
}

@media(min-width: 768px) {
  .p-passportService {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    padding: 95px 0 125px
  }
}

.p-passportService__inner {
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 1024px) {
  .p-passportService__contents {
    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: 50px
  }
}

.p-passportService__block {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  border-radius: 30px
}

@media(min-width: 1024px) {
  .p-passportService__block {
    width: 100%;
    padding: 40px 35px
  }
}

.p-passportService__block:nth-last-of-type(2) {
  background-color: #2f7776
}

@media(min-width: 1024px) {
  .p-passportService__block:nth-last-of-type(2) {
    border-radius: 10px 0 0 10px
  }
}

.p-passportService__block:nth-last-of-type(2) .p-passportService__blockImg {
  border: 1px solid #000
}

.p-passportService__block:nth-last-of-type(1) {
  background-color: #dbdbdb;
  margin-top: 30px
}

@media(min-width: 1024px) {
  .p-passportService__block:nth-last-of-type(1) {
    border-radius: 0 10px 10px 0;
    margin-top: 0
  }
}

.p-passportService__block:nth-last-of-type(1) .p-passportService__blockImg {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .6);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .6)
}

.p-passportService__blockImg {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 170/66
}

@media(min-width: 1024px) {
  .p-passportService__blockImg {
    max-width: 240px;
    margin-bottom: 26px
  }
}

.p-passportService__blockImg img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.p-passportService__blockImg--dummy {
  position: relative
}

.p-passportService__blockImg--dummy::before {
  content: "繝繝溘�";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: .3em 1.5em;
  margin: auto;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6)
}

@media(min-width: 1024px) {
  .p-passportService__blockImg:last-of-type {
    max-height: 92px
  }
}

.p-passportFlow {
  background-color: #e1f0ea;
  padding: 65px 0 70px
}

@media(min-width: 768px) {
  .p-passportFlow {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    padding: 100px 0 90px
  }
}

.p-passportFlow__inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto
}

.p-passportFlow__block {
  margin-top: 3em
}

@media(min-width: 768px) {
  .p-passportFlow__block {
    margin-top: 50px
  }
}

.p-passportFlow__blockText {
  color: #2f7777;
  text-align: center;
  margin-bottom: 10px
}

.p-passportFlow__title:not(:first-of-type) {
  margin-top: 1.5em
}

.p-passportFlow__button {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .25em;
  line-height: 42px;
  text-align: center;
  width: 90%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding: 3px;
  background-color: #2f7777;
  border-radius: 10px;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  cursor: pointer
}

.p-passportFlow__button:hover {
  background-color: #f87300
}

.p-passportFlow__step {
  display: none;
  counter-reset: number;
  width: 82%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 10px
}

@media(min-width: 768px) {
  .p-passportFlow__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 65px 75px;
    margin-top: 50px;
    padding: 30px
  }
}

@media(min-width: 1024px) {
  .p-passportFlow__step {
    gap: 65px 95px
  }
}

.p-passportFlow__stepItem {
  position: relative;
  width: 76%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 768px) {
  .p-passportFlow__stepItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 198px;
    margin: 0
  }
}

.p-passportFlow__stepItem:not(:last-child) {
  margin-bottom: 35px
}

@media(min-width: 768px) {
  .p-passportFlow__stepItem:not(:last-child) {
    margin-bottom: 0
  }
}

.p-passportFlow__stepItem:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  translate: -50%;
  border-top: 16px solid #f87300;
  border-left: 16px solid rgba(0, 0, 0, 0);
  border-right: 16px solid rgba(0, 0, 0, 0)
}

@media(min-width: 768px) {
  .p-passportFlow__stepItem:not(:last-child)::after {
    bottom: unset;
    left: unset;
    top: 50%;
    right: -3em;
    translate: 0 -50%;
    rotate: -90deg
  }
}

@media(min-width: 1024px) {
  .p-passportFlow__stepItem:not(:last-child)::after {
    right: -3.25em
  }
}

.p-passportFlow__stepItemTitle {
  position: relative;
  color: #2f7777;
  font-size: 14px;
  font-weight: bold;
  padding-left: 42px;
  margin-bottom: 12px
}

@media(min-width: 768px) {
  .p-passportFlow__stepItemTitle {
    font-size: 15px;
    margin-bottom: 24px
  }
}

.p-passportFlow__stepItemTitle::before {
  content: "繧ｹ繝�ャ繝�";
  position: absolute;
  top: -17px;
  left: -5px;
  color: #2f7777;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1
}

@media(min-width: 768px) {
  .p-passportFlow__stepItemTitle::before {
    left: 0
  }
}

.p-passportFlow__stepItemTitle::after {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 34px;
  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;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  background-image: url(/region/common/assets/img/visonpassport_mie/bg_passportFlow_title.png);
  background-repeat: no-repeat;
  background-size: 100% auto
}

@media(min-width: 768px) {
  .p-passportFlow__stepItemTitle::after {
    width: 38px;
    height: 40px;
    font-size: 20px
  }
}

.p-passportFlow__stepItemImg {
  text-align: center
}

@media(min-width: 768px) {
  .p-passportFlow__stepItemImg {
    margin-top: auto
  }
}

.p-passportFlow__stepItemText {
  color: #2f7777;
  font-size: 14px
}

.p-passportFlow__step--flowItem {
  width: 100%;
  max-width: 100%
}

.p-passportFlow__step--flowItem:not(:last-child)::after {
  rotate: unset;
  top: unset;
  right: unset;
  bottom: -25px;
  left: 50%;
  translate: -50%
}

@media(min-width: 768px) {
  .p-passportFlow__step--flowItem:not(:last-child)::after {
    bottom: -40px
  }
}

.p-passportFlow__step--flowItemTitle {
  color: #fff;
  background-color: #2f7777;
  padding: 20px 52px
}

@media(min-width: 768px) {
  .p-passportFlow__step--flowItemTitle {
    font-size: 20px;
    margin-bottom: 20px
  }
}

.p-passportFlow__step--flowItemTitle::before {
  top: 6px;
  left: 8px;
  color: #fff
}

.p-passportFlow__step--flowItemTitle::after {
  top: 18px;
  left: 8px;
  color: #2f7777;
  background-image: url(/region/common/assets/img/visonpassport_mie/bg_passportFlow_title-white.png)
}

.p-passportFlow__step--flowText {
  font-size: 14px
}

.p-passportFlow__step--flowMemo {
  color: red;
  font-size: 12px
}

.p-passportFlow__step--flowButtons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em
}

@media(min-width: 768px) {
  .p-passportFlow__step--flowButtons {
    gap: 3em
  }
}

.p-passportFlow__step--flowButtonsItem {
  display: block;
  width: 49%
}

@media(min-width: 768px) {
  .p-passportFlow__step--flowButtonsItem {
    max-width: 220px
  }
}

.p-passportFlow__step--flowInnerStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px
}

@media(min-width: 768px) {
  .p-passportFlow__step--flowInnerStep {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5em
  }
}

@media(min-width: 1024px) {
  .p-passportFlow__step--flowInnerStep {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 2.5em
  }
}

.p-passportFlow__step--flowInnerStepItem {
  width: 70%;
  max-width: 270px;
  margin: 0 auto
}

@media(min-width: 768px) {
  .p-passportFlow__step--flowInnerStepItem {
    width: 47%
  }
}

.p-passportFlow__step--flowInnerStepItem:not(:last-child) {
  position: relative;
  margin-bottom: 35px
}

@media(min-width: 768px) {
  .p-passportFlow__step--flowInnerStepItem:not(:last-child) {
    margin-bottom: 0
  }
}

.p-passportFlow__step--flowInnerStepItem:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50%;
  border-top: 10px solid #c5c5c5;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0)
}

@media(min-width: 768px) {
  .p-passportFlow__step--flowInnerStepItem:not(:last-child)::after {
    bottom: unset;
    left: unset;
    top: 40%;
    right: -2em;
    translate: 0 -50%;
    rotate: -90deg
  }
}

.p-passportFlow__step--flowInnerStepImg {
  margin-bottom: 1em
}

.p-passportFlow__step--flowInnerStepText {
  color: #2f7777;
  font-size: 14px;
  text-align: justify
}

.p-passportFlow__step--flowInnerStepMemo {
  color: red;
  font-size: 12px;
  text-align: justify
}

@media(min-width: 768px) {

  .p-passportFlow__step--mynumber,
  .p-passportFlow__step--visonpay,
  .p-passportFlow__step--health {
    padding: 30px 4vw
  }
}

@media(min-width: 1440px) {

  .p-passportFlow__step--mynumber,
  .p-passportFlow__step--visonpay,
  .p-passportFlow__step--health {
    padding: 30px 112px
  }
}

@media(min-width: 768px) {

  .p-passportFlow__step--mynumber .p-passportFlow__stepItem:not(:last-child)::after,
  .p-passportFlow__step--visonpay .p-passportFlow__stepItem:not(:last-child)::after,
  .p-passportFlow__step--health .p-passportFlow__stepItem:not(:last-child)::after {
    top: 42%
  }
}

.p-passportFlow__step--mynumber .p-passportFlow__stepItemImg,
.p-passportFlow__step--visonpay .p-passportFlow__stepItemImg,
.p-passportFlow__step--health .p-passportFlow__stepItemImg {
  margin-top: 0;
  margin-bottom: 1em;
  -webkit-filter: drop-shadow(6px 6px 6px #cdcdcd);
  filter: drop-shadow(6px 6px 6px #cdcdcd)
}

.p-passportFaq {
  background-color: #f9f9f9;
  padding: 70px 0
}

@media(min-width: 768px) {
  .p-passportFaq {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    padding: 85px 0
  }
}

.p-passportFaq__inner {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto
}

.p-passportFaq__subTitle {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  background-color: #2f7776;
  padding: 12px 45px;
  -webkit-transition: -webkit-filter .2s ease-out;
  transition: -webkit-filter .2s ease-out;
  transition: filter .2s ease-out;
  transition: filter .2s ease-out, -webkit-filter .2s ease-out;
  cursor: pointer
}

@media(min-width: 768px) {
  .p-passportFaq__subTitle {
    font-size: 20px;
    padding: 32px 66px
  }
}

.p-passportFaq__subTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  rotate: 135deg;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: rotate .2s ease-out;
  transition: rotate .2s ease-out
}

@media(min-width: 768px) {
  .p-passportFaq__subTitle::after {
    right: 35px
  }
}

.p-passportFaq__subTitle:hover {
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15)
}

.p-passportFaq__subTitle.open::after {
  rotate: 315deg
}

@media(min-width: 768px) {
  .p-passportFaq__contents:first-of-type {
    margin-top: 50px
  }
}

.p-passportFaq__contents:not(:first-of-type) {
  margin-top: 25px
}

.p-passportFaq__detail {
  display: none
}

.p-passportFaq__detailTitle {
  position: relative;
  background-color: #fff;
  padding: 12px 12px 12px 45px
}

@media(min-width: 768px) {
  .p-passportFaq__detailTitle {
    padding: 32px 32px 32px 66px
  }
}

.p-passportFaq__detailTitle::before {
  content: "Q";
  position: absolute;
  top: .5em;
  left: .5em;
  width: 30px;
  height: 30px;
  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;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #2f7776;
  border-radius: 50px
}

@media(min-width: 768px) {
  .p-passportFaq__detailTitle::before {
    top: 1.25em;
    width: 35px;
    height: 35px;
    font-size: 22px
  }
}

.p-passportFaq__detailDescription {
  position: relative;
  background-color: #e1f0ea;
  padding: 12px 12px 12px 45px
}

@media(min-width: 768px) {
  .p-passportFaq__detailDescription {
    padding: 32px 32px 32px 66px
  }
}

.p-passportFaq__detailDescription::before {
  content: "A";
  position: absolute;
  top: .5em;
  left: .5em;
  width: 30px;
  height: 30px;
  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;
  color: #2f7776;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50px
}

@media(min-width: 768px) {
  .p-passportFaq__detailDescription::before {
    top: 1.25em;
    width: 35px;
    height: 35px;
    font-size: 22px
  }
}

.p-passportFaq__detailDescriptionLink {
  display: inline-block;
  color: #2f7776;
  text-decoration: underline
}

.p-passportFaq__detailDescriptionLink:hover {
  text-decoration: none
}

.p-passportFaq__detailDescription__listItem {
  position: relative;
  padding-left: 1em
}

.p-passportFaq__detailDescription__listItem::before {
  content: "繝ｻ";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em
}

.p-passportFaq__detailDescription__numlistItem {
  padding-left: .5em;
  text-indent: -1em
}

.p-passportRegister {
  background-color: #e1f0ea;
  padding: 65px 0 50px
}

@media(min-width: 768px) {
  .p-passportRegister {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
    padding: 93px 0 30px
  }
}

.p-passportRegister__inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto
}

.p-passportRegister__title {
  font-size: 20px
}

@media(min-width: 768px) {
  .p-passportRegister__title {
    font-size: 30px
  }
}

.p-passportRegister__text {
  color: #2f7777;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-top: 2.5em
}

@media(min-width: 768px) {
  .p-passportRegister__text {
    margin-top: 0
  }
}

.p-passportRegister__text:first-of-type {
  margin-top: 0
}

@media(min-width: 768px) {
  .p-passportRegister__text:first-of-type {
    margin-top: 50px
  }
}

.p-passportRegister__button {
  max-width: 320px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 768px) {
  .p-passportRegister__button {
    max-width: 490px;
    margin-top: 50px
  }
}

.p-passporLinks {
  border-top: 1px solid #000;
  background-color: #e1f0ea;
  padding: 70px 0 55px
}

@media(min-width: 768px) {
  .p-passporLinks {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
    padding: 93px 0 113px
  }
}

.p-passporLinks__inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto
}

.p-passporLinks__title {
  font-size: 20px
}

@media(min-width: 768px) {
  .p-passporLinks__title {
    font-size: 30px
  }
}

.p-passporLinks__contents {
  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(min-width: 768px) {
  .p-passporLinks__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 98px
  }
}

@media(min-width: 768px) {
  .p-passporLinks__list {
    width: 40%
  }
}

@media(min-width: 768px) {
  .p-passporLinks__list:first-of-type li {
    margin-right: 0
  }
}

.p-passporLinks__list:last-of-type {
  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(min-width: 768px) {
  .p-passporLinks__list:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media(min-width: 768px) {
  .p-passporLinks__list:last-of-type li {
    margin-left: 0
  }
}

.p-passporLinks__listItem {
  width: 100%;
  max-width: 265px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 768px) {
  .p-passporLinks__listItem {
    max-width: 290px;
    margin-top: 50px
  }
}

.p-passporLinks__listItem--privacy {
  margin-top: 10px
}

@media(min-width: 768px) {
  .p-passporLinks__listItem--privacy {
    max-width: 345px;
    margin-top: 50px
  }
}

.p-entryStoreSummary__inner {
  padding-block: 56px 46px;
  background-color: #e1f0ea
}

@media(min-width: 768px) {
  .p-entryStoreSummary__inner {
    padding-block: 90px
  }
}

.p-entryStoreSummary__content {
  position: relative;
  width: 87.5%;
  max-width: 874px;
  padding: 52px 1em 38px;
  border-radius: 5px;
  margin: 0 auto;
  background-color: #fff
}

@media(min-width: 768px) {
  .p-entryStoreSummary__content {
    padding: 134px 3em 86px
  }
}

.p-entryStoreSummary__title {
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: .2em 2em;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  background-color: #2f7777
}

@media(min-width: 768px) {
  .p-entryStoreSummary__title {
    font-size: 3rem
  }
}

.p-entryStoreSummary__box {
  margin-bottom: 2em
}

@media(min-width: 768px) {
  .p-entryStoreSummary__box {
    margin-bottom: 6em
  }
}

@media(min-width: 768px) {
  .p-entryStoreSummary__box--form {
    margin-bottom: 4em
  }
}

.p-entryStoreSummary__head {
  margin-bottom: .8em;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2f7777;
  text-align: center;
  text-decoration: underline
}

@media(min-width: 768px) {
  .p-entryStoreSummary__head {
    font-size: 2.5rem
  }
}

.p-entryStoreSummary__head--small {
  font-size: 2rem
}

@media(min-width: 768px) {
  .p-entryStoreSummary__head--small {
    font-size: 2.5rem
  }
}

.p-entryStoreSummary__head .u-dib {
  text-decoration: underline
}

.p-entryStoreSummary__text {
  font-size: 1.5rem
}

@media(min-width: 768px) {
  .p-entryStoreSummary__text {
    font-size: 1.6rem
  }
}

.p-entryStoreSummary__text--small {
  font-size: 1.4rem
}

@media(min-width: 768px) {
  .p-entryStoreSummary__text--small {
    font-size: 1rem
  }
}

.p-entryStoreSummary__text--exSmall {
  font-size: 1.3rem
}

@media(min-width: 768px) {
  .p-entryStoreSummary__text--exSmall {
    font-size: 1rem
  }
}

@media(min-width: 768px) {
  .p-entryStoreSummary__buttonNote {
    margin-bottom: 1.5em
  }
}

@media(min-width: 768px) {
  .p-entryStoreSummary__documentButton {
    margin-bottom: 1em
  }
}

@media(min-width: 768px) {
  .p-entryStoreSummary__consentNote {
    font-size: 1.6rem
  }
}

@media(min-width: 768px) {
  .p-entryStoreSummary__company {
    margin-bottom: 6em
  }
}

.p-entryStoreSummaryCurrency__table {
  padding-top: .6em;
  margin-bottom: 0;
  border-top: 1px solid #b4b4b4;
  border-collapse: collapse
}

@media(min-width: 768px) {
  .p-entryStoreSummaryCurrency__table {
    margin-top: 2em
  }
}

.p-entryStoreSummaryCurrency__tableHead,
.p-entryStoreSummaryCurrency__tableContent {
  display: block;
  font-size: 1.5rem;
  text-align: left
}

@media(min-width: 768px) {

  .p-entryStoreSummaryCurrency__tableHead,
  .p-entryStoreSummaryCurrency__tableContent {
    display: table-cell;
    font-size: 1.6rem
  }
}

.p-entryStoreSummaryCurrency__tableHead {
  padding-top: .5em;
  margin-bottom: .6em
}

@media(min-width: 768px) {
  .p-entryStoreSummaryCurrency__tableHead {
    min-width: 15em;
    padding: 1em;
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 0
  }
}

.p-entryStoreSummaryCurrency__tableContent {
  padding-bottom: 1em;
  border-bottom: 1px solid #b4b4b4
}

@media(min-width: 768px) {
  .p-entryStoreSummaryCurrency__tableContent {
    padding: 1em
  }
}

tr:not(:last-child) .p-entryStoreSummaryCurrency__tableContent {
  margin-bottom: 1em
}

@media(min-width: 768px) {
  tr:not(:last-child) .p-entryStoreSummaryCurrency__tableContent {
    margin-bottom: 0
  }
}

.p-entryStoreSummaryCurrency__tableList {
  counter-reset: num;
  list-style: none
}

.p-entryStoreSummaryCurrency__tableListItem {
  counter-increment: num;
  padding-left: 1.5em;
  text-indent: -1.5em
}

.p-entryStoreSummaryCurrency__tableListItem::before {
  content: counter(num) ". "
}

.p-entryStoreSummary__list {
  list-style: disc;
  list-style-position: inside;
  margin-inline: .5em
}

@media(min-width: 768px) {
  .p-entryStoreSummary__list {
    margin-top: 2em
  }
}

.p-entryStoreSummary__listItem {
  padding: 1em 0 1em 1.5em;
  text-indent: -1.5em;
  border-bottom: 1px solid #b4b4b4
}

@media(min-width: 768px) {
  .p-entryStoreSummary__listItem {
    padding-block: 2em
  }
}

.p-entryStoreSummary__listItem:first-child {
  border-top: 1px solid #b4b4b4
}

.p-entryStoreSummary__formConsent {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto
}

.p-entryStoreSummary__check {
  display: block;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 1.8em;
  line-height: 1.2;
  cursor: pointer
}

.p-entryStoreSummary__check::before {
  content: "";
  position: absolute;
  top: 1em;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #e8e6e6;
  margin: auto;
  background-color: #e8e6e6
}

.p-entryStoreSummary__checkLink {
  padding-left: 1.8em;
  text-decoration: underline
}

.p-entryStoreSummary #consent:checked+.p-entryStoreSummary__check::before {
  background-color: #fff
}

.p-entryStoreSummary #consent:checked+.p-entryStoreSummary__check::after {
  content: "";
  position: absolute;
  top: .9em;
  bottom: 0;
  left: .4em;
  width: .3em;
  height: .5em;
  border-right: 2px solid #2f7777;
  border-bottom: 2px solid #2f7777;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-entryStoreSummary__button {
  pointer-events: none;
  background-color: #999
}

.p-entryStoreSummary__button--active {
  pointer-events: all;
  background-color: #2f7777
}

@media(min-width: 1024px) {
  .p-healthMv__catchcopyText--main {
    font-size: 38px;
    margin-top: 6px
  }
}

.p-healthFeature {
  padding: 30px 0
}

@media(min-width: 768px) {
  .p-healthFeature {
    padding: 50px 0
  }
}

.p-healthFeature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
  max-width: 1006px;
  margin-left: auto;
  margin-right: auto
}

.p-healthFeature__text {
  color: #2f7776;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center
}

@media(min-width: 768px) {
  .p-healthFeature__text {
    font-size: 24px
  }
}

.p-healthFeature__introlist {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 2em;
  margin-top: 40px
}

.p-healthFeature__introlistItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48%
}

@media(min-width: 768px) {
  .p-healthFeature__introlistItem {
    max-width: 180px
  }
}

.p-healthFeature__introlistItemNumber {
  color: #2f7776;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center
}

.p-healthFeature__introlistItemImg {
  width: 28.125vw
}

@media(min-width: 768px) {
  .p-healthFeature__introlistItemImg {
    width: auto
  }
}

.p-healthFeature__introlistItem:last-child .p-healthFeature__introlistItemImg {
  width: 21.875vw
}

@media(min-width: 768px) {
  .p-healthFeature__introlistItem:last-child .p-healthFeature__introlistItemImg {
    width: auto
  }
}

.p-healthFeature__block {
  margin-bottom: 60px
}

@media(min-width: 1024px) {
  .p-healthFeature__block {
    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;
    gap: 1em;
    margin-bottom: 120px
  }
}

.p-healthFeature__block:first-of-type {
  margin-top: 60px
}

@media(min-width: 768px) {
  .p-healthFeature__block:first-of-type {
    margin-top: 80px
  }
}

@media(min-width: 1024px) {
  .p-healthFeature__block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

@media(min-width: 1024px) {
  .p-healthFeature__block:nth-of-type(4) h2 {
    margin-left: -1em
  }
}

.p-healthFeature__block:last-of-type {
  margin-bottom: 0
}

.p-healthFeature__blockImg {
  max-width: 357px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px
}

@media(min-width: 1024px) {
  .p-healthFeature__blockImg {
    margin: 0
  }
}

.p-healthFeature__blockContents {
  text-align: center
}

@media(min-width: 1024px) {
  .p-healthFeature__blockContents {
    width: calc(100% - 357px - 1em);
    max-width: 570px
  }
}

.p-healthFeature__blockTitle {
  position: relative;
  color: #2f7776;
  font-size: 23px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 2em
}

@media(min-width: 1024px) {
  .p-healthFeature__blockTitle {
    color: #f87300;
    margin-bottom: 1em
  }
}

.p-healthFeature__blockTitle::before {
  content: "";
  position: absolute;
  bottom: -0.75em;
  left: 50%;
  translate: -50%;
  width: 35%;
  height: 4px;
  background-color: #2f7776
}

@media(min-width: 768px) {
  .p-healthFeature__blockTitle::before {
    content: none
  }
}

.p-healthFeature__blockSubtitle {
  color: #2f7776;
  font-size: 16px;
  line-height: 1.8em;
  text-align: center
}

@media(min-width: 1024px) {
  .p-healthFeature__blockSubtitle {
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 1em
  }
}

.p-healthFeature__blockText {
  color: #2f7776;
  font-size: 17px;
  line-height: 1.8em;
  font-weight: bold
}

@media(min-width: 1024px) {
  .p-healthFeature__blockText {
    font-size: 18px
  }
}

.p-healthFeature__blockListItem {
  position: relative;
  color: #2f7776;
  font-size: 17px;
  line-height: 1.8em;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em
}

@media(min-width: 1024px) {
  .p-healthFeature__blockListItem {
    font-size: 18px
  }
}

.p-healthFeature__blockListItem::before {
  content: "繝ｻ";
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: 1em
}

.p-healthFeature__blockMemo {
  margin-top: 1em
}

.p-healthFeature__blockMemoItem {
  color: #2f7776;
  font-size: 14px;
  line-height: 1.8em;
  text-indent: -1em;
  padding-left: 1em
}

.p-healthEvents {
  padding: 30px 0
}

@media(min-width: 768px) {
  .p-healthEvents {
    padding: 60px 0
  }
}

.p-healthEvents__inner {
  width: 90%;
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto
}

.p-healthEvents__title {
  position: relative
}

.p-healthEvents__title::before {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  translate: -50%;
  width: 35%;
  height: 4px;
  background-color: #2f7776
}

@media(min-width: 768px) {
  .p-healthEvents__title::before {
    content: none
  }
}

.p-healthEvents__text {
  color: #2f7776;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center
}

@media(min-width: 768px) {
  .p-healthEvents__text {
    font-size: 18px
  }
}

.p-healthEvents__button {
  max-width: 350px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto
}

.p-healthFlow {
  background-color: #e1f0ea;
  padding: 30px 0
}

@media(min-width: 768px) {
  .p-healthFlow {
    padding: 60px 0 30px
  }
}

.p-healthFlow__inner {
  width: 90%;
  margin-right: auto;
  margin-left: auto
}

.p-healthFlow__step {
  width: 82%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 10px
}

@media(min-width: 768px) {
  .p-healthFlow__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 65px 75px;
    margin-top: 50px;
    padding: 30px
  }
}

.p-healthFlow__stepItem {
  position: relative;
  width: 76%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 768px) {
  .p-healthFlow__stepItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 198px;
    margin: 0
  }
}

.p-healthFlow__stepItem:not(:last-child) {
  margin-bottom: 35px
}

@media(min-width: 768px) {
  .p-healthFlow__stepItem:not(:last-child) {
    margin-bottom: 0
  }
}

.p-healthFlow__stepItemHead {
  color: #2f7776;
  font-size: 16px;
  text-align: center;
  margin-bottom: .5em
}

.p-healthFlow__stepItemImg {
  text-align: center;
  margin-bottom: 1em
}

.p-healthManual {
  background-color: #e1f0ea;
  padding: 30px 0
}

.p-healthContact {
  background-color: #e1f0ea;
  padding: 30px 0
}

@media(min-width: 768px) {
  .p-healthContact {
    padding: 30px 0 40px
  }
}

.p-healthContact__text {
  color: #2f7776;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
  margin-top: 40px
}

@media(min-width: 768px) {
  .p-healthContact__text {
    font-size: 18px
  }
}

.p-healthContact__link {
  color: #007aff;
  text-decoration: underline
}

.p-healthContact .subtitle {
  color: #2f7776;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px
}

@media(min-width: 768px) {
  .p-healthContact .subtitle {
    font-size: 22px
  }
}

.p-healthContact .tel,
.p-healthContact .mail,
.p-healthContact .time,
.p-healthContact .holiday {
  color: #2f7776;
  text-align: center
}

@media(min-width: 768px) {
  .p-healthContact .mail {
    font-size: 24px
  }
}

.p-healthContact .mail span {
  font-size: 165%
}

@media(min-width: 768px) {
  .p-healthContact .tel {
    font-size: 24px
  }
}

.p-healthContact .telLink {
  font-size: 165%;
  font-weight: bold;
  line-height: 1.2
}

.p-healthContact__qr {
  display: none
}

@media(min-width: 768px) {
  .p-healthContact__qr {
    display: block;
    width: 30%;
    max-width: 80px;
    margin: 20px auto 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px;
    border-radius: 7px
  }
}

.p-payMv {
  position: relative
}

@media screen and (min-width: 1100px) {
  .p-payMv {
    height: 580px
  }
}

@media screen and (min-width: 1500px) {
  .p-payMv {
    height: auto
  }
}

@media screen and (min-width: 1100px) {
  .p-payMv__img {
    position: absolute;
    width: 100%;
    height: 100%
  }
}

@media screen and (min-width: 1500px) {
  .p-payMv__img {
    position: static
  }
}

@media screen and (min-width: 1100px) {
  .p-payMv__img img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}

@media screen and (min-width: 1500px) {
  .p-payMv__img img {
    position: static;
    height: auto
  }
}

@media screen and (min-width: 751px) {
  .p-payFeature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1em
  }
}

@media screen and (min-width: 751px) {
  .p-payFeature__listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 1em)
  }
}

.p-payHowto .p-payHowto__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  gap: 3em 1em
}

.p-payHowto .p-payHowto__list .p-payHowto__listItem {
  width: 14.2752562225vw;
  max-width: 195px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 750px) {
  .p-payHowto .p-payHowto__list .p-payHowto__listItem {
    width: 100%;
    max-width: 100%
  }
}

.p-payHowto .p-payHowto__list .p-payHowto__listItem:nth-child(3) {
  width: 29.2825768668vw;
  max-width: 400px
}

@media screen and (max-width: 750px) {
  .p-payHowto .p-payHowto__list .p-payHowto__listItem:nth-child(3) {
    width: 100%;
    max-width: 100%
  }
}

.p-payHowto .p-payHowto__list .p-payHowto__listItem:nth-child(3) .ttl {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 750px) {
  .p-payHowto .p-payHowto__list .p-payHowto__listItem:nth-child(3) .ttl {
    width: auto;
    margin-left: 0;
    margin-right: 0
  }
}

.p-payHowto .p-payHowto__list .p-payHowto__listItem:nth-child(3) .ttl .sm {
  font-size: .9em
}

.p-payHowto .p-payHowto__list .p-payHowto__listItem:nth-child(3) .p-payHowto__listItem__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em
}

@media screen and (max-width: 750px) {
  .p-payHowto .p-payHowto__list .p-payHowto__listItem:nth-child(3) .p-payHowto__listItem__inner {
    display: block
  }
}

.p-payHowto .p-payHowto__list .p-payHowto__listItem:nth-child(3) .p-payHowto__listItem__innerItem {
  width: 48%
}

@media screen and (max-width: 750px) {
  .p-payHowto .p-payHowto__list .p-payHowto__listItem:nth-child(3) .p-payHowto__listItem__innerItem {
    width: 100%;
    margin-top: 40px
  }
}

.p-payHowto .p-payHowto__list .p-payHowto__listItem .ttl::before {
  top: 16px
}

.p-payHowto .p-payHowto__list .p-payHowto__listItem .ttl::after {
  top: 14px;
  translate: 0 -50%
}

.p-payService {
  padding-bottom: 85px
}

@media(min-width: 768px) {
  .p-payService {
    padding-bottom: 125px
  }
}

.p-payLink {
  padding: 30px 0
}

@media(min-width: 768px) {
  .p-payLink {
    padding: 50px 0
  }
}

@media(min-width: 768px) {
  .p-payLink__list {
    gap: 4em
  }
}

@media(min-width: 768px) {
  .p-payLink__listItem {
    margin-right: 0 !important
  }
}

.footer__pay .inner {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

@media screen and (min-width: 751px) {
  .footer__pay .inner {
    gap: 2em;
    max-width: 1000px;
    padding: 2em 0
  }
}

.footer__pay .inner .icon {
  margin: 0
}

.footer__pay .inner .left {
  margin-bottom: 3.3333333333vw
}

@media screen and (min-width: 751px) {
  .footer__pay .inner .left {
    margin-bottom: 0
  }
}

.footer__pay .inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center
}

@media screen and (min-width: 751px) {
  .footer__pay .inner .email {
    font-size: 24px
  }
}

.footer__pay .inner .email span {
  display: inline-block;
  font-size: 165%
}

.footer__pay .inner .footer_qr {
  display: none
}

@media screen and (min-width: 751px) {
  .footer__pay .inner .footer_qr {
    display: block;
    width: 30%;
    max-width: 80px;
    margin-bottom: auto;
    margin-top: auto;
    background-color: #e1f0ea;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px;
    border-radius: 7px
  }
}

.p-shopSearch__inner {
  position: relative;
  width: 87.5%;
  max-width: 874px;
  padding-block: 56px 46px;
  margin: 0 auto
}

@media(min-width: 768px) {
  .p-shopSearch__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-block: 90px 60px
  }
}

.p-shopSearch__title {
  margin-bottom: .5em;
  color: #2f7777;
  white-space: nowrap
}

@media(min-width: 768px) {
  .p-shopSearch__title {
    margin-right: 6em;
    margin-bottom: 0
  }
}

@media(min-width: 768px) {
  .p-shopSearchForm {
    width: calc(100% - 8em)
  }
}

.p-shopSearchForm__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .5em
}

@media(min-width: 768px) {
  .p-shopSearchForm__list {
    gap: .5em 3em
  }
}

.p-shopSearchForm__list:not(:last-child) {
  margin-bottom: 1.2em
}

.p-shopSearchForm__label {
  position: relative;
  padding-left: 1.5em;
  color: #2f7777
}

.p-shopSearchForm__label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #2f7777;
  border-radius: 5px;
  margin: auto
}

.p-shopSearchForm__label::after {
  position: absolute;
  top: -0.2em;
  bottom: 0;
  left: .35em;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  width: .35em;
  height: .6em;
  border-right: 2px solid #2f7777;
  border-bottom: 2px solid #2f7777;
  margin: auto
}

.p-shopSearchForm__checkbox:checked+.p-shopSearchForm__label::after {
  content: ""
}

.p-shopList__inner {
  position: relative;
  width: 87.5%;
  max-width: 874px;
  padding-bottom: 56px;
  margin: 0 auto
}

@media(min-width: 768px) {
  .p-shopList__inner {
    padding-bottom: 90px
  }
}

.p-shopList__date {
  margin-bottom: .5em
}

.p-shopList__loader {
  display: block;
  width: 30px;
  height: 30px;
  margin: 2em auto 0;
  position: relative;
  border: 4px solid #2f7777;
  top: 50%;
  -webkit-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease
}

.p-shopList__loaderInner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #2f7777;
  -webkit-animation: loader-inner 2s infinite ease-in;
  animation: loader-inner 2s infinite ease-in
}

.p-shopList__title {
  color: #2f7777;
  margin-right: 6em;
  white-space: nowrap
}

.p-shopList__listItem {
  padding: 1.5em;
  background-color: #e1f0ea
}

@media(min-width: 768px) {
  .p-shopList__listItem {
    padding: 1.5em 3em
  }
}

.p-shopList__listItem:not(:last-child) {
  margin-bottom: 1em
}

.p-shopList__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.7em;
  width: 100%;
  border: 1px solid #2f7777;
  margin: 0 auto 1.5em;
  color: #2f7777;
  text-align: center
}

@media(min-width: 768px) {
  .p-shopList__name {
    width: 60%
  }
}

.p-shopList__nameLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 3.7em;
  position: relative
}

.p-shopList__nameLink::after {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  border-top: 2px solid #2f7777;
  border-right: 2px solid #2f7777;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  margin-left: 1em;
  vertical-align: middle
}

.p-shopList__summary {
  gap: 0 3em;
  color: #2f7777
}

@media(min-width: 768px) {
  .p-shopList__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.p-shopList__intro {
  margin-bottom: 1em
}

@media(min-width: 768px) {
  .p-shopList__intro {
    width: 50%;
    margin-bottom: 0
  }
}

.p-shopList__introHead {
  margin-bottom: .5em;
  font-weight: 700;
  vertical-align: top
}

@media(min-width: 768px) {
  .p-shopList__introHead {
    margin-bottom: 1.5em
  }
}

.p-shopList__introHead--hours,
.p-shopList__introHead--holiday,
.p-shopList__introHead--category {
  display: inline-block;
  margin-bottom: 0
}

.p-shopList__introHead--category {
  margin-top: 1.5em
}

.p-shopList__introContent--hours,
.p-shopList__introContent--holiday,
.p-shopList__introContent--category {
  display: inline-block;
  width: calc(90vw - 10em)
}

@media(min-width: 768px) {

  .p-shopList__introContent--hours,
  .p-shopList__introContent--holiday,
  .p-shopList__introContent--category {
    width: calc(100% - 6em)
  }
}

.p-shopList__introContent--category {
  margin-top: 1.5em
}

.p-shopList__introText {
  margin-bottom: 1em
}

@media(min-width: 768px) {
  .p-shopList__info {
    width: 50%
  }
}

.p-shopList__infoHead {
  font-weight: 700
}

.p-shopList__infoContent {
  padding-left: 3em
}

.p-shopList__infoContent:not(:last-child) {
  margin-bottom: .5em
}

.p-shopList__infoOtaLink {
  margin-top: 1.5em
}

.p-shopListPagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .5em
}

.p-shopListPagination__listItem {
  padding: 0 .5em;
  color: #2f7777;
  border: 1px solid #2f7777
}

.p-shopListPagination__listItem--current {
  color: #fff;
  background-color: #2f7777
}

.p-shopListPagination__listItemPrev,
.p-shopListPagination__listItemNext {
  border: none
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%
  }

  25% {
    height: 0%
  }

  50% {
    height: 100%
  }

  75% {
    height: 100%
  }

  100% {
    height: 0%
  }
}

@keyframes loader-inner {
  0% {
    height: 0%
  }

  25% {
    height: 0%
  }

  50% {
    height: 100%
  }

  75% {
    height: 100%
  }

  100% {
    height: 0%
  }
}

.u-fwb,
.fwb {
  font-family: "BIZ UDGothic Bold";
  font-weight: 700
}

.u-fw900 {
  font-weight: 900
}

.u-color--pink {
  color: #ff5082
}

.u-color--blue {
  color: #0082da
}

.u-color--green {
  color: #2f7777
}

.u-bigFont--120 {
  font-size: 120%
}

.u-bigFont--130 {
  font-size: 130%
}

.u-ffNotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500
}

.u-mt0 {
  margin-top: 0
}

.u-mt05 {
  margin-top: .5em
}

.u-mt1 {
  margin-top: 1em
}

.u-mt2 {
  margin-top: 2em
}

.u-mt3 {
  margin-top: 3em
}

.u-mt4 {
  margin-top: 4em
}

.u-mt5 {
  margin-top: 5em
}

.u-mb0 {
  margin-bottom: 0
}

.u-mb1 {
  margin-bottom: 1em
}

.u-mb2 {
  margin-bottom: 2em
}

.u-mb3 {
  margin-bottom: 3em
}

.u-mb4 {
  margin-bottom: 4em
}

.u-mb5 {
  margin-bottom: 5em
}

.u-pr1 {
  padding-right: 1em
}

.u-pl1 {
  padding-left: 1em
}

.u-dib,
.dib {
  display: inline-block
}

.u-db {
  display: block
}

.u-tac,
.tac {
  text-align: center
}

.u-smonly {
  display: block
}

@media(min-width: 425px) {
  .u-smonly {
    display: none
  }
}

.u-sponly {
  display: block
}

@media(min-width: 768px) {
  .u-sponly {
    display: none
  }
}

.u-pconly {
  display: none
}

@media(min-width: 768px) {
  .u-pconly {
    display: block
  }
}

.u-br__sp {
  display: block
}

@media(min-width: 768px) {
  .u-br__sp {
    display: none
  }
}

.u-br__tab {
  display: none
}

@media(min-width: 768px) {
  .u-br__tab {
    display: block
  }
}

.u-tar,
.tar {
  text-align: right
}

.u-tal,
.tal {
  -moz-text-align-last: left;
  text-align-last: left
}

.u-underLine {
  text-decoration: underline
}

.u-circleList__sub li::before {
  content: "";
  display: inline-block;
  text-indent: 0
}

.u-indent li {
  text-indent: -1em;
  padding-left: 1em
}

.u-indent li span,
.u-indent li a {
  text-indent: 0em
}

.u-tableHint {
  overflow-y: clip !important
}

.u-tableHint tr {
  white-space: nowrap
}

h2 {
  text-align: center;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.pyes01,
.pyes02 {
  display: none;
}

@media screen and (max-width: 860px) {
  main {
    margin-top: -38px;
  }
}