
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  text-decoration: none;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, picture,
footer, header, menu, nav, section, main, canvas, picture {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0; }

select, option, button {
  font-family: inherit;
  font-size: inherit; }

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline; }

html {
  font-size: calc(10vw / 7.5);
  -webkit-font-smoothing: antialiased; }

body {
  color: #ffffff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 751px) {
  html {
    font-size: 7.3px; }

  body {
    font-size: 1.6rem;
    line-height: 1;
    background: url(../images/common/bg_body.png) center top no-repeat;
    background-size: cover; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none; }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

button {
  cursor: pointer;
  font-family: inherit;
  touch-action: manipulation; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

.moverLine .line {
  position: relative;
  background-image: linear-gradient(90deg, #ffffff, #ffffff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: lineMove 0.2s ease-out; }

@media screen and (min-width: 751px) {
  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.7; }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.7; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

.modeSPib {
  display: inline-block; }
  .modeSPib.important {
    display: inline-block !important; }

@media screen and (min-width: 751px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP,
  .modeSPib {
    display: none; }
    .modeSP.important,
    .modeSPib.important {
      display: none !important; } }
@keyframes bgloop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 195px 0; } }
@keyframes move {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0); } }
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0); }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1); }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1); }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0); } }
@keyframes lineMove {
  0% {
    background-size: 0 2px; }
  50% {
    background-size: 0 2px; }
  100% {
    background-size: 100% 2px; } }
@keyframes lineGradient {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 100%; } }
@keyframes wave {
  0% {
    transform: scale(0.95);
    opacity: 1; }
  90% {
    opacity: .1; }
  100% {
    transform: scale(1.2, 1.4);
    opacity: 0; } }
@keyframes blink {
  0% {
    opacity: 1; }
  15% {
    opacity: 1; }
  48% {
    opacity: 0; }
  52% {
    opacity: 0; }
  85% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes blink2 {
  0% {
    opacity: 1; }
  10% {
    opacity: 0.7; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes bound {
  0% {
    opacity: 0;
    transform: scale(0); }
  15% {
    opacity: 1;
    transform: scale(1.04); }
  30% {
    transform: scale(0.98); }
  45% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.wrapper {
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

#main {
  overflow: hidden; }

.contentInner {
  width: calc(676 / 750 * 100%);
  margin: auto; }

.scrollPosition {
  margin-top: calc(-100 / 676 * 100%) !important;
  padding-top: calc(100 / 676 * 100%) !important; }

.fadeContent {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease;
  will-change: transform, opacity; }

.fadeContent.current {
  opacity: 1;
  transform: translateY(0); }

#stage #scene1,
#stage #scene2 {
  display: none; }

@media screen and (min-width: 751px) {
  #stage {
    display: grid;
    grid-template-areas: "scene1 mainContents scene2";
    grid-template-columns: 1fr 550px 1fr;
    position: relative; }
    #stage #scene1 {
      display: block;
      grid-area: scene1;
      position: sticky;
      top: 0;
      z-index: 2;
      height: 100vh; }
      #stage #scene1 .bg {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%; }
      #stage #scene1 .menuWrap {
        display: none;
        align-items: center;
        position: relative;
        z-index: 10;
        width: 90%;
        max-width: 500px;
        height: 100vh;
        margin: auto; }
        #stage #scene1 .menuWrap .menu {
          overflow: auto;
          position: relative;
          width: 100%;
          max-height: calc(100vh - 8.5vh);
          color: #231815;
          background-color: #ffffff;
          padding: 45px 0;
          border-radius: 40px; }
          #stage #scene1 .menuWrap .menu .title {
            color: #00325a;
            font-size: 4.6rem;
            line-height: 1.26;
            font-weight: 700;
            letter-spacing: -0.2rem;
            text-align: center;
            padding: 0 0 calc(10 / 500 * 100%) 0; }
          #stage #scene1 .menuWrap .menu .desc {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000000;
            font-size: 3rem;
            line-height: 1.4;
            font-weight: 700;
            letter-spacing: -0.1rem;
            text-align: center;
            margin: 0 0 calc(10 / 500 * 100%) 0; }
          #stage #scene1 .menuWrap .menu .row {
            padding: calc(11 / 500 * 100%) 0 0 0; }
            #stage #scene1 .menuWrap .menu .row .head {
              font-size: 3rem;
              line-height: 1;
              font-weight: 700;
              text-align: center;
              margin: 0 0 calc(22 / 500 * 100%) 0; }
            #stage #scene1 .menuWrap .menu .row .cont .list {
              margin: 0 0 0 calc(45 / 500 * 100%); }
              #stage #scene1 .menuWrap .menu .row .cont .list .item {
                margin: 0 0 calc(20 / 455 * 100%) 0; }
                #stage #scene1 .menuWrap .menu .row .cont .list .item:last-child {
                  margin: 0; }
                #stage #scene1 .menuWrap .menu .row .cont .list .item label {
                  display: flex;
                  align-items: center; }
                  #stage #scene1 .menuWrap .menu .row .cont .list .item label [type="checkbox"] {
                    display: block;
                    flex-shrink: 0;
                    position: relative;
                    width: 2.87rem;
                    height: 2.87rem;
                    margin: 0 2rem 0 0;
                    border: 1px solid #000000;
                    box-sizing: border-box; }
                    #stage #scene1 .menuWrap .menu .row .cont .list .item label [type="checkbox"]:checked:before {
                      content: "";
                      position: absolute;
                      top: -0.5rem;
                      left: 0.6rem;
                      width: 1.4rem;
                      height: 2.2rem;
                      border-bottom: 3px solid #00325a;
                      border-right: 3px solid #00325a;
                      transform: rotate(40deg); }
                  #stage #scene1 .menuWrap .menu .row .cont .list .item label img {
                    width: 7.5rem;
                    margin: 0 2rem 0 0; }
                  #stage #scene1 .menuWrap .menu .row .cont .list .item label .name {
                    font-size: 2.93rem;
                    line-height: 1.25;
                    font-weight: 700;
                    letter-spacing: -0.15rem; }
            #stage #scene1 .menuWrap .menu .row .cont .buttonArea {
              width: 200px;
              margin: auto;
              padding: calc(30 / 500 * 100%) 0 calc(21 / 500 * 100%) 0; }
              #stage #scene1 .menuWrap .menu .row .cont .buttonArea .filterButton {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 50px;
                color: #ffffff;
                font-size: 3.36rem;
                line-height: 1;
                font-weight: 700;
                text-align: center;
                background: linear-gradient(to bottom, #0000c8 0, #000078 50%, #000000 100%);
                padding: 1rem 0 0 0;
                border-radius: 25px;
                box-sizing: border-box; }
            #stage #scene1 .menuWrap .menu .row .cont .noteWrap {
              margin: 0 calc(20 / 500 * 100%); }
              #stage #scene1 .menuWrap .menu .row .cont .noteWrap .note {
                color: #000000;
                font-size: 1.92rem;
                line-height: 1.31;
                letter-spacing: -0.15rem;
                text-indent: -1em;
                padding: 0 0 0 1em; }
    #stage #scene2 {
      display: block;
      grid-area: scene2;
      position: sticky;
      top: 0;
      height: 100vh; }
      #stage #scene2 .bg {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%; } }
@media screen and (min-width: 1500px) {
  #stage #scene1 .menuWrap {
    display: flex; } }
/* maincCntents */
#maincCntents {
  color: #ffffff;
  background-color: #000f3c; }

@media screen and (min-width: 751px) {
  #maincCntents {
    position: relative;
    z-index: 50;
    max-width: 550px;
    margin: auto; } }
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0; }
  #header #head {
    position: relative;
    z-index: 1000;
    background-color: #ffffff; }

#globalNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001; }
  #globalNav .button {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: calc(100 / 750 * 100vw);
    height: 0;
    background: #ffffff;
    padding: calc(100 / 750 * 100vw) 0 0 0;
    box-sizing: border-box; }
    #globalNav .button .wrap {
      display: flex;
      align-items: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: calc(60 / 100 * 100%);
      height: 0;
      padding: calc(52 / 100 * 100%) 0 0 0;
      margin: auto; }
      #globalNav .button .wrap span {
        position: absolute;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #000000;
        margin: auto;
        transition: all 0.2s; }
        #globalNav .button .wrap span:nth-of-type(1) {
          top: 0; }
        #globalNav .button .wrap span:nth-of-type(2) {
          top: calc(50% - 1px); }
        #globalNav .button .wrap span:nth-of-type(3) {
          bottom: 0; }
  #globalNav .menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100vh; }
    #globalNav .menu .menuInner {
      overflow: auto;
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 3;
      transform: translateX(100vw);
      transition: opacity 0.2s ease-out;
      -webkit-overflow-scrolling: touch;
      box-sizing: border-box; }
    #globalNav .menu .bg {
      background: url(../images/common/bg_menu.jpg) center top no-repeat;
      background-size: cover;
      margin: calc(100 / 750 * 100vw) 0 0 0; }
    #globalNav .menu .list {
      position: relative;
      width: calc(450 / 750 * 100%);
      margin: auto;
      padding: calc(85 / 750 * 100%) 0 calc(140 / 750 * 100%) 0; }
      #globalNav .menu .list .item {
        margin: 0 0 calc(35 / 450 * 100%) 0; }
        #globalNav .menu .list .item:first-child {
          margin: 0 0 calc(75 / 450 * 100%) 0; }
        #globalNav .menu .list .item:after {
          content: "";
          display: block;
          width: 100%;
          height: 2px; }
        #globalNav .menu .list .item a {
          display: block;
          width: 100%;
          font-size: 3.4rem;
          line-height: 1; }
  #globalNav.open .button {
    background-color: transparent; }
    #globalNav.open .button .wrap span:nth-of-type(1) {
      bottom: 0;
      left: 0;
      transform: translateY(50%) translateY(-1px) rotate(-45deg); }
    #globalNav.open .button .wrap span:nth-of-type(2) {
      opacity: 0;
      left: 0; }
    #globalNav.open .button .wrap span:nth-of-type(3) {
      top: 0;
      left: 0;
      transform: translateY(-50%) translateY(1px) rotate(45deg); }
  #globalNav.open .menu {
    left: 0; }
    #globalNav.open .menu .menuInner {
      opacity: 1;
      left: 0;
      margin: auto;
      transform: translateX(0);
      scrollbar-width: 6px;
      scrollbar-color: #ffffff; }
      #globalNav.open .menu .menuInner::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      #globalNav.open .menu .menuInner::-webkit-scrollbar-track {
        background-color: transparent; }
      #globalNav.open .menu .menuInner::-webkit-scrollbar-thumb {
        background-color: #ffffff;
        border-radius: 5px; }

@media screen and (min-width: 751px) {
  #globalNav {
    max-width: 550px;
    margin: auto; }
    #globalNav .button {
      position: absolute;
      width: calc(100 / 750 * 100%);
      padding: calc(100 / 750 * 100%) 0 0 0; }
    #globalNav .menu .menuContent {
      overflow: hidden;
      max-width: 550px;
      height: 100vh;
      margin: auto;
      filter: blur(0);
      will-change: filter; }
    #globalNav .menu .wrap:before, #globalNav .menu .wrap:after {
      padding: calc(100 / 750 * 100%) 0 0 0; }
    #globalNav .menu .bg {
      margin: calc(100 / 750 * 100%) 0 0 0; } }
#footer {
  padding: 0; }
  #footer .content {
    color: #ffffff;
    background: url(../images/common/bg_footer.png) center top no-repeat;
    background-size: cover;
    padding: calc(25 / 375 * 100%) 0 calc(35 / 375 * 100%) 0; }
  #footer .list {
    margin: 0 0 calc(15 / 350 * 100%) 0; }
    #footer .list .item {
      color: #ffffff;
      font-size: 2.4rem;
      line-height: 1.17;
      margin: 0 0 calc(4 / 350 * 100%) 0; }
      #footer .list .item a {
        display: inline-block;
        padding: 0.5em 0; }
  #footer .logo {
    text-align: center;
    background-color: #ffffff;
    margin: 0 0 calc(18 / 350 * 100%) 0; }
    #footer .logo a {
      display: block;
      padding: calc(7 / 350 * 100%) calc(51 / 350 * 100%); }
  #footer .copy {
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1.17;
    text-align: center; }

@media screen and (min-width: 751px) {
  #footer .list .item {
    font-size: 2rem;
    line-height: 1.2; }
  #footer .copy {
    font-size: 2rem;
    line-height: 1.2; } }
/* loading */
#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background-color: #000000; }

.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  margin: 10px;
  border-radius: 100%;
  animation-fill-mode: both; }

.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px); }
  66% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
/* animate */
.animate {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s; }
  .animate.current {
    opacity: 1;
    transform: scale(1); }

/* toTop */
#toTop {
  display: none;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500; }
  #toTop.fixed {
    position: fixed; }
    #toTop.fixed a,
    #toTop.fixed .banner {
      top: auto;
      bottom: 0; }
  #toTop a {
    display: block;
    position: absolute;
    top: 0;
    right: 4rem;
    width: 23.1rem; }
  #toTop .banner {
    display: block;
    position: absolute;
    top: 0;
    right: 3.7rem;
    width: 23.1rem; }

@media screen and (min-width: 751px) {
  #toTop {
    max-width: 550px;
    margin: auto; }
    #toTop a {
      width: 160px; }
    #toTop .banner {
      width: 160px; } }
/* firstContent */
#firstContent .content {
  position: relative;
  z-index: 10; }
#firstContent .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  #firstContent .title .title01 {
    opacity: 0.3;
    margin: calc(55 / 750 * 100%) 0 calc(269 / 750 * 100%) 0; }
    #firstContent .title .title01 .str {
      opacity: 0;
      display: block;
      margin: 0 calc(61 / 750 * 100%) calc(20 / 750 * 100%) auto;
      transform: translateX(-50px);
      transition: all 0.8s ease-out 0.5s; }
      #firstContent .title .title01 .str.str1 {
        width: calc(213 / 750 * 100%); }
      #firstContent .title .title01 .str.str2 {
        width: calc(321 / 750 * 100%);
        margin-bottom: calc(35 / 750 * 100%);
        transition-delay: 1.1s; }
      #firstContent .title .title01 .str.str3 {
        width: calc(571 / 750 * 100%);
        transition-delay: 1.7s; }
#firstContent .text {
  opacity: 0;
  width: calc(591 / 750 * 100%);
  margin: auto;
  transform: translateY(50px);
  transition: all 0.4s ease-out 2.6s; }
.load_complete #firstContent .title .str {
  opacity: 1;
  transform: translateX(0); }
.load_complete #firstContent .text {
  opacity: 1;
  transform: translateY(0); }

/* guide */
#guide .intro {
  display: flex;
  align-items: center;
  width: calc(715 / 750 * 100%);
  margin: auto;
  padding: calc(67 / 750 * 100%) 0 calc(67 / 750 * 100%) 0; }
  #guide .intro .icon {
    flex-basis: calc(125 / 715 * 100%);
    flex-shrink: 0;
    margin: 0 calc(15 / 715 * 100%) 0 0; }
  #guide .intro .title {
    flex-basis: calc(575 / 715 * 100%);
    font-size: 3.05rem;
    line-height: 1.4;
    letter-spacing: -0.15rem;
    white-space: nowrap; }
#guide .read {
  display: flex;
  align-items: center;
  width: calc(625 / 750 * 100%);
  margin: auto;
  padding: calc(0 / 750 * 100%) 0 calc(47 / 750 * 100%) 0; }
  #guide .read .icon {
    flex-basis: calc(125 / 625 * 100%);
    flex-shrink: 0; }
  #guide .read .title {
    flex-basis: calc(500 / 625 * 100%);
    font-size: 3.05rem;
    line-height: 1.26;
    letter-spacing: -0.15rem;
    text-align: center;
    white-space: nowrap; }
#guide .box {
  color: #000000;
  margin: 0 0 calc(40 / 676 * 100%) 0;
  padding: calc(24 / 676 * 100%) calc(33 / 676 * 100%);
  border-radius: 3rem; }
  #guide .box.box1 {
    background-color: #dce6e6; }
    #guide .box.box1 .title2 {
      background-color: #007db4;
      margin-top: calc(33 / 610 * 100%); }
    #guide .box.box1 .desc {
      font-size: 3.05rem;
      line-height: 1.31; }
      #guide .box.box1 .desc.mb {
        margin: 0 0 2rem 0; }
      #guide .box.box1 .desc.large {
        font-size: 3.65rem;
        line-height: 1.32; }
      #guide .box.box1 .desc .num {
        color: #ff0000;
        font-size: 5rem;
        line-height: 0.92; }
  #guide .box.box2 {
    background-color: #d2f5f5;
    padding-bottom: calc(31 / 676 * 100%); }
    #guide .box.box2 .title1 {
      background-color: #00a082; }
    #guide .box.box2 .title2 {
      font-size: 3.05rem;
      line-height: 1;
      margin-top: calc(37 / 610 * 100%); }
    #guide .box.box2 .list .item {
      display: flex;
      align-items: center;
      margin: 0 0 calc(10 / 610 * 100%) 0; }
      #guide .box.box2 .list .item:last-child {
        margin: 0; }
        #guide .box.box2 .list .item:last-child .image img {
          width: calc(96 / 113 * 100%);
          margin: auto; }
      #guide .box.box2 .list .item .image {
        flex-basis: calc(113 / 610 * 100%);
        flex-shrink: 0;
        margin: 0 calc(18 / 610 * 100%) 0 0; }
      #guide .box.box2 .list .item .textWrap .name {
        font-size: 2.2rem;
        line-height: 1.32; }
      #guide .box.box2 .list .item .textWrap .desc {
        font-size: 2.2rem;
        line-height: 1.32; }
        #guide .box.box2 .list .item .textWrap .desc.middle {
          font-size: 1.95rem;
          line-height: 1.31;
          margin: 0.8rem 0; }
        #guide .box.box2 .list .item .textWrap .desc.small {
          font-size: 1.8rem;
          line-height: 1.61; }
        #guide .box.box2 .list .item .textWrap .desc .num {
          color: #e60012; }
      #guide .box.box2 .list .item .textWrap .note {
        font-size: 1.8rem;
        line-height: 1.28;
        text-indent: -1em;
        padding: 0 0 0 1em; }
  #guide .box .title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.1rem;
    color: #ffffff;
    font-size: 3.4rem;
    line-height: 1;
    background-color: #00325a;
    margin: 0 0 calc(28 / 610 * 100%) 0;
    padding: 0.8rem 0 0 0;
    border-radius: 3.05rem;
    box-sizing: border-box; }
#guide .menu {
  margin: 0 0 calc(63 / 676 * 100%) 0; }
  #guide .menu .title {
    color: #ffff00;
    font-size: 5.5rem;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: -0.2rem;
    text-align: center;
    padding: 0 0 calc(25 / 676 * 100%) 0; }
  #guide .menu .desc {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.3rem;
    color: #000f3c;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.1rem;
    background-color: #ffff55;
    margin: 0 0 calc(13 / 676 * 100%) 0;
    padding: 0.5rem 0 0 0;
    border-radius: 2.15rem;
    box-sizing: border-box; }
  #guide .menu .row {
    color: #231815;
    background-color: #ffffff;
    padding: calc(38 / 672 * 100%) calc(25 / 672 * 100%) calc(33 / 672 * 100%) calc(25 / 672 * 100%);
    border-radius: 3rem; }
    #guide .menu .row .head {
      font-size: 3.4rem;
      line-height: 1;
      font-weight: 700;
      text-align: center;
      margin: 0 0 calc(35 / 626 * 100%) 0; }
    #guide .menu .row .cont .list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 1.5rem 0;
      margin: 0 0 0 3rem; }
      #guide .menu .row .cont .list .item {
        flex-basis: 57%; }
        #guide .menu .row .cont .list .item:nth-child(2n) {
          flex-basis: 43%; }
        #guide .menu .row .cont .list .item label {
          display: flex;
          align-items: center; }
          #guide .menu .row .cont .list .item label [type="checkbox"] {
            display: block;
            flex-shrink: 0;
            position: relative;
            width: 2.87rem;
            height: 2.87rem;
            margin: 0 2rem 0 0;
            border: 1px solid #000000;
            box-sizing: border-box; }
            #guide .menu .row .cont .list .item label [type="checkbox"]:checked:before {
              content: "";
              position: absolute;
              top: -1rem;
              left: 0.6rem;
              width: 1.4rem;
              height: 2.2rem;
              border-bottom: 3px solid #00325a;
              border-right: 3px solid #00325a;
              transform: rotate(40deg); }
          #guide .menu .row .cont .list .item label img {
            width: 7.5rem;
            margin: 0 1rem 0 0; }
          #guide .menu .row .cont .list .item label .name {
            font-size: 2.44rem;
            line-height: 1.25;
            font-weight: 700;
            letter-spacing: -0.15rem; }
    #guide .menu .row .cont .buttonArea {
      width: calc(244 / 626 * 100%);
      margin: auto;
      padding: calc(38 / 626 * 100%) 0 calc(32 / 626 * 100%) 0; }
      #guide .menu .row .cont .buttonArea .filterButton {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 6.1rem;
        color: #ffffff;
        font-size: 3.4rem;
        line-height: 1;
        font-weight: 700;
        text-align: center;
        background: linear-gradient(to bottom, #0000c8 0, #000078 50%, #000000 100%);
        padding: 0.8rem 0 0 0;
        border-radius: 3.05rem;
        box-sizing: border-box; }
    #guide .menu .row .cont .noteWrap .note {
      color: #000000;
      font-size: 2.2rem;
      line-height: 1.16;
      letter-spacing: -0.15rem;
      text-indent: -1em;
      padding: 0 0 0 1em; }

/* shop */
#shop .content {
  padding: 0 0 calc(93 / 750 * 100%) 0; }
#shop .category.hide {
  display: none; }
#shop .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.8rem;
  color: #ffffff;
  font-size: 3.05rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background-color: #007db4;
  margin: 0 0 calc(26 / 676 * 100%) 0; }
#shop .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
  #shop .list .item {
    flex-basis: calc(325 / 676 * 100%);
    color: #000000;
    background-color: #ffffff;
    margin: 0 0 calc(20 / 676 * 100%) 0;
    border-radius: 1.5rem;
    box-sizing: border-box; }
    #shop .list .item .row .head {
      color: #ff0000;
      font-size: 1.83rem;
      line-height: 1;
      font-weight: 700;
      text-align: center;
      margin: 0 0 calc(26 / 325 * 100%) 0; }
    #shop .list .item .row .cont {
      position: relative;
      text-align: center;
      padding: 0 0 4rem 0; }
      #shop .list .item .row .cont .service {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        min-height: 8.2rem;
        padding: 0 0 calc(22 / 325 * 100%) 0; }
        #shop .list .item .row .cont .service .serviceItem.service01 {
          flex-basis: 10.8rem; }
        #shop .list .item .row .cont .service .serviceItem.service02 {
          flex-basis: 10.8rem; }
        #shop .list .item .row .cont .service .serviceItem.service03 {
          flex-basis: 8.14rem; }
      #shop .list .item .row .cont .point {
        font-size: 1.83rem;
        line-height: 1.2;
        font-weight: 700; }
        #shop .list .item .row .cont .point .num {
          display: block;
          color: #ff0000;
          font-size: 4.6rem;
          line-height: 1;
          font-weight: 700;
          padding: 1.5rem 0 0 0; }
      #shop .list .item .row .cont .note {
        position: absolute;
        bottom: 1rem;
        left: 0;
        right: 0;
        font-size: 1.46rem;
        line-height: 1.66; }




