/* --------------------------------------------------------------------------------
 * web fonts
-------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  --color: #060608;
  --color-red: #e60012;

  --bg-red: #e60012;
}
/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

img {
  vertical-align: middle;
}

/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color);
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.11em;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
}

body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

input, button, textarea, select {
  color: #161f3e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

textarea {
  vertical-align: top;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ----------------------------------------------------------------------
 common class
---------------------------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .pc-non {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .sp-non {
    display: none !important;
  }
}
.mb-0 {
  margin-bottom: 0;
}
.mb-8 {
  margin-bottom: 4em;
}

.tCenter {
  text-align: center;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.link-tel {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 751px) {
  .link-tel {
    pointer-events: none;
  }
}

.hover {
  transition: 0.2s;
}
@media only screen and (min-width: 751px) {
  .hover:hover {
    opacity: 0.8;
  }
}

.global {
  height: 70px;
}
.global__inner {
  height: 70px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background-color: var(--bg-red);
  display: flex;
  align-items: center;
  justify-content: center;
}
.global__inner.is-fixed {
  position: fixed;
}
.global__list {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.global__list li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.global__list li a:hover {
  text-decoration: underline;
}

.page {
  padding: 130px 20px 190px;
}
.page__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.page__title {
  text-align: center;
}
.page__title span {
  display: inline-block;
  padding-bottom: 24px;
  border-bottom: 3px solid var(--color-red);
}

.page__content {
  margin-top: 50px;
}
.page__content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  color: var(--color-red);
}
.page__content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: var(--color-red);
}
.page__content hr {
  border: none;
  border-top: 1px solid var(--color-red);
  margin: 40px 0 0;
}
.footer {
  padding: 70px 20px 80px;
  background-color: var(--bg-red);
}
.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__btn li a {
  display: flex;
  max-width: 100%;
  width: 370px;
  height: 3.2em;
  border-radius: 50vh;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--color-red);
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.copyright {
  margin-top: 40px;
  text-align: center;
  img {
    width: 581px;
  }
}

.table-law {
  width: 100%;
  color: var(--color-red);
}
.table-law tr {
  border-bottom: 1.4px solid var(--color-red);
}
.table-law th {
  width: 26%;
  font-size: 20px;
  font-weight: 500;
  padding: 1em 0;
  vertical-align: middle;
  color: var(--color-red);
}
.table-law td {
  font-size: 20px;
  font-weight: 500;
  padding: 1em 0;
}

.mv {
  position: relative;
}
.mv__btn {
  position: absolute;
  bottom: calc((39/1600) * 100vw);
  right: calc((435/1600) * 100vw);
}
.mv__btn .btn {
  width: calc((270/1600) * 100vw);
  z-index: 2;
}
.mv__btn .balloon {
  position: absolute;
  width: calc((200/1600) * 100vw);
  bottom: calc((161/1600) * 100vw);
  right: calc((-126/1600) * 100vw);
  pointer-events: none;
  z-index: 1;
}

.intro {
  padding: 100px 20px;
  background: url(../img/bg_intro.jpg) no-repeat center top/cover;
}
.introTop {
  display: flex;
  align-items: center;
  justify-content: center;
}
.introTop__left {
  width: 427px;
  margin-right: 30px;
}
.introTop__right {
  width: 582px;
}
.introTop__text {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-red);
  margin-top: 1em;
  line-height: 2.2;
}
.intro__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.intro__list li {
  width: 278px;
}
.desc {
  padding: 145px 20px 185px;
  background: url(../img/bg_stripe.png) repeat center/34px;
}
.desc__inner {
  text-align: center;
}
.desc__title {
  text-align: center;
  margin-bottom: 45px;
}
.desc__title img {
  width: 774px;
}
.desc__h3 {
  text-align: center;
  position: relative;
  z-index: 2;
}
.desc__h3 img {
  width: 253px;
}
.desc__text {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 1em;
}
.desc__limit {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: var(--color-red);
  padding: 0.5em 2em;
  background-color: #fff;
  border-radius: 10px;
  margin: 28px auto 90px;
}
.desc__time {
  margin: 17px 0 67px;
}
.desc__time img {
  width: 649px;
}
.desc__method {
  margin-top: -35px;
  text-align: center;
}
.desc__method img {
  width: 801px;
}
.desc__btn {
  margin-top: 72px;
}
.btn-primary {
  display: inline-block;
  width: 569px;
}
.desc__price {
  margin-top: 25px;
}
.desc__price img {
  width: 327px;
}
.desc__note {
  margin: 60px auto 0;
  max-width: 908px;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  color: #fff;
}
.map {
  padding: 124px 20px 130px;
}
.map__inner {
  text-align: center;
}
.map__title {
}
.map__title img {
  width: 148px;
}
.map__map {
  margin: 50px auto 0;
  max-width: 1618px;
}
.map__map iframe {
  width: 100%;
  height: 600px;
  border: none;
}
.map__btn {
  margin-top: 60px;
}
.mapText {
  display: inline-block;
  margin-top: 40px;
  text-align: left;
  color: var(--color-red);
}
.mapText__title {
  font-size: 33px;
  font-weight: bold;
}
.mapText__list {
  margin-top: 30px;
  font-size: 27px;
  font-weight: bold;
}
.mapText__text {
  font-size: 27px;
  font-weight: bold;
  margin-top: 1em;
}
.mapText__btn {
  margin-top: 60px;
  text-align: center;
}
.mapText__caution {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-red);
  margin-top: 30px;
}
.mapText__caution:before {
  content: "";
  display: inline-block;
  width: 39px;
  aspect-ratio: 39 / 37;
  background: url(../img/icon_caution.png) no-repeat center/contain;
  margin-right: 12px;
}
.mapText__note {
  margin-top: 60px;
  display: inline-block;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-red);
}
.chance {
  padding: 110px 20px 156px;
  background: url(../img/bg_chance.jpg) no-repeat center/cover;
}
.chance__title {
  text-align: center;
}
.chance__title img {
  width: 116px;
}
.chance__inner {
  background-color: #fff;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 55px 40px;
  border-radius: 10px;
}
@media screen and (min-width: 751px){
 .chance__item.-item01 {
    margin-left: -16px;
    margin-top: 15px;
  }
  .chance__item.-item02 {
    text-align: center;
    margin-top: 30px;
  }
  .chance__item.-item02 img {
    width: 624px;
    position: relative;
    left: -14px;
  } 
}
.chance__note {
  font-size: 17px;
  font-weight: 500;
  margin-top: 2em;
}
.spot {
  padding: 116px 20px 146px;
  background: url(../img/bg_stripe.png) repeat center/34px;
}
.spot__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.spot__title {
  text-align: center;
}
.spot__title img {
  width: 607px;
}
.spot__info {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 60px;
}
.spot__info strong {
  font-size: 26px;
}
.spotList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 70px 84px;
}
.spotList__item {
  width: calc((100% - 84px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.spotList__top {
  margin-bottom: 40px;
}
.spotPlace {
  background-color: #fff;
  flex: 1;
  position: relative;
  border-radius: 10px;
  padding: 30px 24px;
}
.spotPlace__tag {
  position: absolute;
  top: -23px;
  left: -13px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  padding: 5px 0.6em;
}
.spotPlace__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  word-break: break-all;
}
.spotPlace__text + .spotPlace__text {
  padding-top: 0.8em;
  margin-top: 0.8em;
  border-top: 1px solid #000000;
}
.spotList__thumb {
  text-align: center;
}
.spotList__thumb img {
  width: 335px;
}
.spotList__caption {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-top: 0.6em;
}
.spotList__caption small {
  font-size: 80%;
}
.spotList__text {
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
.color-red {
  color: var(--color-red);
}
.rule {
  padding: 110px 20px 120px;
  background: url(../img/bg_rule.jpg) no-repeat center/cover;
}
.rule__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.rule__title {
  text-align: center;
  margin-bottom: 55px;
}
.rule__title img {
  width: 238px;
}
.rule__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.rule__h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 1.8em;
  margin-bottom: 1em;
}
.rule__olist {
  margin-left: 1em;
}
.rule__olist li {
  text-indent: -2.2em;
  margin-left: 2.2em;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.contact {
  padding: 145px 20px 110px;
  text-align: center;
}
.contact__title {
  margin-bottom: 80px;
}
.contact__title img {
  width: 296px;
}
.contact__h3 {
  text-align: center;
}
.contact__h3 span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 0.8em;
  border: 1px solid var(--color);
}
.contact__inner {
  display: inline-block;
  margin-top: 12px;
  text-align: left;
}
.contact__name {
  font-size: 24px;
  font-weight: bold;
}
.contact__address {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.5em;
}

@media screen and (max-width: 750px){
  .page {
    padding: 80px 20px 100px;
  }
  .page__content {
    margin-top: 40px;
  }
  .page__title span {
    padding-bottom: 16px;
    border-bottom: 2px solid var(--color-red);
  }
  .page__title img {
    width: auto;
    height: 24px;
  }
  .page__content h2 {
    font-size: 20px;
  }
  .page__content p {
    font-size: 16px;
  }
  .global {
    height: 110px;
  }
  .global__inner {
    height: 110px;
  }
  .global__list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
    gap: 24px;
  }
  .global__list li a {
    font-size: 16px;
  }
  .footer {
    padding: 60px 20px 40px;
  }
  .footer__btn {
    display: block;
  }
  .footer__btn li + li {
    margin-top: 20px;
  }
  .footer__btn li a {
    font-size: 18px;
  }
  .table-law,
  .table-law tbody,
  .table-law tr,
  .table-law th,
  .table-law td {
    display: block;
  }
  .table-law th {
    width: 100%;
    padding-bottom: 0;
    font-size: 16px;
  }
  .table-law td {
    padding-top: 0.5em;
    font-size: 14px;
  }
  .mv__btn {
    bottom: calc((223/740) * 100vw);
    right: calc((254/740) * 100vw); 
  }
  .mv__btn .btn {
    width: calc((468/740) * 100vw);
  }
  .mv__btn .balloon {
    width: calc((357/740) * 100vw);
    right: calc((-254/740) * 100vw); 
    bottom: calc((132/740) * 100vw);
  }
  .intro {
    padding: 33px 20px 54px;
    background: url(../img/bg_intro_sp.jpg) no-repeat center/cover;
  }
  .introTop {
    flex-direction: column;
    align-items: center;
  }
  .introTop__left {
    width: 313px;
    margin: 0;
  }
  .introTop__right {
    width: 100%;
    margin-top: 32px;
  }
  .introTop__title {
    text-align: left;
  }
  .introTop__title img {
    width: 301px;
  }
  .introTop__text {
    margin-top: 25px;
    font-size: 17px;
  }
  .intro__list {
    margin-top: 40px;
    gap: 0 15px;
    flex-wrap: wrap;
  }
  .intro__list li {
    width: calc((50% - 15px / 2));
    margin-top: -15px;
  }
  .desc {
    padding: 60px 20px;
  }
  .desc__title {
    margin-bottom: 35px;
  }
  .desc__title img {
    width: 279px;
  }
  .desc__h3 img {
    width: 195px;
  }
  .desc__text {
    margin-top: 24px;
    font-size: 17px;
    text-align: left;
  }
  .desc__limit {
    font-size: 20px;
    width: 308px;
    margin: 10px auto 40px;
  }
  .desc__time {
    margin: 14px 0 34px;
  }
  .desc__time img {
    width: 304px;
  }
  .desc__method {
    margin-top: -24px;
  }
  .btn-primary {
    width: 100%;
    max-width: 100%;
  }
  .desc__btn {
    margin-top: 24px;
  }
  .desc__price {
    margin-top: 22px;
  }
  .desc__price img {
    width: 246px;
  }
  .desc__note {
    font-size: 17px;
    margin-top: 40px;
  }
  .map {
    padding: 50px 20px 50px;
  }
  .map__map {
    margin: 30px -20px 0;
  }
  .map__map iframe {
    width: 100%;
    height: 100vw;
  }
  .map__btn {
    margin-top: 30px;
  }
  .mapText {
    display: block;
    margin-top: 20px;
  }
  .mapText__title {
    font-size: 17px;
  }
  .mapText__list {
    font-size: 16px;
  }
  .mapText__text {
    font-size: 16px;
  }
  .mapText__btn {
    margin-top: 30px;
  }
  .mapText__caution {
    margin-top: 22px;
    font-size: 16px;  
    margin-top: 20px;
    flex-direction: column;
    text-align: left;
  }
  .mapText__caution:before {
    margin: 0 0 8px 0;
  }
  .mapText__note {
    margin-top: 30px;
    font-size: 16px;
  }
  .chance {
    padding: 50px 20px 60px;
  }
  .chance__inner {
    padding: 30px 20px;
  }
  .chance__item {
    margin-top: 15px;
  }
  .chance__note {
    font-size: 16px;
  }
  .spot {
    padding: 50px 20px 60px;
  }
  .spot__info {
    font-size: 18px;
    text-align: left;
  }
  .spot__info strong {
    font-size: 20px;
  }
  .spotList {
    flex-direction: column;
    align-items: center;
    gap: 60px 0;
    margin-top: 60px;
  }
  .spotList__item {
    width: 100%;
  }
  .spotList__thumb img {
    width: 80%;
  }
  .spotList__caption {
    font-size: 22px;
  }
  .spotList__text {
    font-size: 18px;
    text-align: left;
    margin-top: 20px;
  }
  .spotPlace {
    padding: 30px 20px 20px;
  }
  .spotPlace__tag {
    font-size: 17px;
  }
  .spotPlace__text {
    font-size: 16px;
  }
  .rule {
    padding: 50px 20px 60px;
  }
  .rule__h3 {
    font-size: 20px;
  }
  .rule__text {
    font-size: 16px;
  }
  .rule__olist li {
    font-size: 16px;
  }
  .contact {
    padding: 60px 20px 50px;
  }
  .contact__title {
    margin-bottom: 60px;
  }
  .contact__name {
    font-size: 20px;
  }
  .contact__address {
    font-size: 16px;
  }
}