@charset "UTF-8";
@font-face {
  font-family: DINOT;
  font-display: swap;
  src: url(../font/DINOT-CondBold.otf) format("opentype"), url(../font/DINOT-CondBold.woff) format("woff"), url(../font/DINOT-CondBold.woff2) format("woff2")
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased
}

body {
  margin: 0
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  font-size: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom
}

dd, dl, dt, ol, ul {
  padding: 0;
  margin: 0
}

li, ol {
  list-style: none
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  cursor: pointer
}

p {
  margin-top: 0;
  margin-bottom: 0
}

button, input[type=button], input[type=reset], input[type=submit] {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer
}

button:focus {
  outline: 0
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

@media (min-width:769px) {
  a[href^=tel] {
    pointer-events: none
  }
}

html {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

html.is-scrolled body {
  padding-top: 100px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

@media (max-width:768px) {
  html.is-scrolled body {
    padding-top: 80px
  }
}

body {
  padding-top: 140px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

@media (max-width:768px) {
  body {
    padding-top: 80px
  }
}

.container {
  padding-top: 100px;
  padding-bottom: 100px
}

@media (max-width:768px) {
  .container {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.container-out {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1400px;
  margin: auto
}

@media (max-width:768px) {
  .container-out {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.pt0 {
  padding-top: 0!important
}

.pb0 {
  padding-bottom: 0!important
}

.mt0 {
  margin-top: 0!important
}

.mb0 {
  margin-bottom: 0!important
}

.text-center {
  text-align: center
}

a {
  -webkit-transition: opacity .5s ease 0s;
  -o-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s
}

a:hover {
  opacity: .7
}

body {
  font-family: Noto Sans JP, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ＭＳ Ｐゴシック, MS PGothic, sans-serif
}

.container {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  position: relative
}

@media (max-width:768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px
  }
}

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

@media (min-width:769px) {
  .sp-only {
    display: none!important
  }
}

@media (max-width:768px) {
  .pc-only {
    display: none!important
  }
}

.is-scrolled header {
  height: 100px;
  padding: 0;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

@media (max-width:768px) {
  .is-scrolled header {
    height: 80px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
  height: 140px;
  padding: 20px 0;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

@media (max-width:768px) {
  header {
    padding: 0;
    height: 80px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

header nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:768px) {
  header nav {
    display: block
  }
}

header #nav-toggle {
  position: relative;
  width: 40px;
  height: 34px;
  cursor: pointer;
  margin-right: 10px
}

header #nav-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #231815;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

header #nav-toggle span:first-of-type {
  top: 0
}

header #nav-toggle span:nth-of-type(2) {
  top: 15px
}

header #nav-toggle span:nth-of-type(3) {
  bottom: 0
}

header #nav-toggle.open {
  position: relative
}

header #nav-toggle.open span:first-of-type {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg)
}

header #nav-toggle.open span:nth-of-type(2) {
  opacity: 0
}

header #nav-toggle.open span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg)
}

.header__in {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative
}

@media (max-width:768px) {
  .header__in {
    padding: 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
  }
}

@media (max-width:768px) {
  .header__in #gloval-nav {
    display: none;
    position: absolute;
    background: #e05e2a;
    top: 80px;
    left: 0
  }
  .header__in #gloval-nav .header__blocknav li {
    width: 100%
  }
}

.header__logo {
  padding-bottom: 20px
}

@media (max-width:768px) {
  .header__logo {
    padding-bottom: 0
  }
}

.header__logo img {
  height: 41px
}

@media (max-width:768px) {
  .header__logo img {
    height: 35px
  }
}

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px
}

@media (max-width:768px) {
  .header__nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0
  }
}

.header__nav li {
  padding: 0 20px;
  font-size: 15px;
  border-left: 1px solid #231815;
  font-weight: 500
}

@media (max-width:768px) {
  .header__nav li {
    width: 100%;
    padding: 0;
    border-left: 0;
    border-bottom: 1px solid #fff
  }
  .header__nav li a {
    padding: 20px;
    color: #fff;
    font-weight: 700;
    display: block;
    position: relative
  }
  .header__nav li a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto
  }
}

.header__nav li:last-child {
  border-right: 1px solid #231815
}

@media (max-width:768px) {
  .header__nav li:last-child {
    border-right: 0;
    border-bottom: 0
  }
}

.header__blocknav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  position: relative
}

.header__blocknav.comming:after {
  position: absolute;
  content: "Coming Soon";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff
}

@media (max-width:768px) {
  .header__blocknav {
    margin-left: 0
  }
}

.header__blocknav li {
  width: 50%;
  margin: 0 1px
}

@media (max-width:768px) {
  .header__blocknav li {
    margin: 0
  }
}

.header__blocknav li img {
  margin-bottom: 20px
}

.header__blocknav li:first-child {
  background: -webkit-gradient(linear, left top, right top, from(#f2b221), to(#db3b2a));
  background: -webkit-linear-gradient(left, #f2b221, #db3b2a);
  background: -o-linear-gradient(left, #f2b221, #db3b2a);
  background: linear-gradient(90deg, #f2b221, #db3b2a)
}

@media (max-width:768px) {
  .header__blocknav li:first-child {
    background: #ff0
  }
  .header__blocknav li:first-child span {
    color: #000
  }
}

.header__blocknav li:first-child img {
  max-height: 38px;
  display: block
}

.header__blocknav li:last-child {
  background: #000
}

.header__blocknav li:last-child img {
  max-height: 30px;
  display: block
}

.header__blocknav li a {
  color: #fff;
  font-size: 14px;
  padding: 8px;
  height: 100px;
  width: 100px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  position: relative
}

@media (max-width:768px) {
  .header__blocknav li a {
    width: 100%
  }
}

.header__blocknav li a span {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: auto
}

@media (max-width:768px) {
  .header__blocknav li a span {
    bottom: 10px
  }
}

footer {
  position: relative
}

footer .copy {
  padding: 20px 0 70px;
  text-align: center
}

@media (max-width:768px) {
  footer .copy {
    font-size: 12px
  }
}

.footer__nav {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 28px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:768px) {
  .footer__nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
  }
}

.footer__nav li {
  padding: 0 20px;
  font-size: 15px;
  border-left: 1px solid #231815;
  font-weight: 500
}

@media (max-width:768px) {
  .footer__nav li {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #231815;
    padding: 0
  }
  .footer__nav li a {
    padding: 20px;
    display: block;
    width: 100%;
    position: relative
  }
  .footer__nav li a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto
  }
}

.footer__nav li:last-child {
  border-right: 1px solid #231815
}

@media (max-width:768px) {
  .footer__nav li:last-child {
    border-right: 0;
    border-bottom: 0
  }
}

.footer__btn {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
  width: 100%;
  height: 75px;
  text-align: center;
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10
}

.footer__btn img {
  height: 40px;
  margin-right: 15px
}

@media (max-width:768px) {
  .footer__btn {
    display: none!important;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    width: 80px;
    height: 80px
  }
}

.footer__spbtn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  z-index: 10
}

.footer__spbtn, .footer__spbtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer__spbtn a {
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%
}

.footer__spbtn a:first-child {
  background: #ff0;
  color: #000
}

.footer__spbtn a:hover {
  opacity: 1
}

.footer__spbtn img {
  height: 20px;
  margin-right: 10px
}

.primary-ttl {
  font-family: M PLUS\ 1p, sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 100px
}

@media (max-width:768px) {
  .primary-ttl {
    font-size: 28px;
    margin-bottom: 50px
  }
}

.primary-ttl span {
  font-family: DINOT;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  display: block;
  text-align: center
}

@media (max-width:768px) {
  .primary-ttl span {
    font-size: 14px
  }
}

.primary-btn {
  margin-top: 30px;
  background: #e05e2a;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden
}

@media (max-width:768px) {
  .primary-btn {
    font-size: 18px;
    padding: 15px 0
  }
}

.primary-btn:after {
  position: absolute;
  content: "";
  right: 4px;
  bottom: -3px;
  width: 0;
  height: 0;
  border-right: 0;
  border-left: 15px solid #fff;
  border-top: 15px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.chigai__ttl {
  font-size: 29px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 3px solid #231815;
  text-align: center;
  margin-bottom: 100px
}

@media (max-width:768px) {
  .chigai__ttl {
    font-size: 16px;
    margin-bottom: 50px;
    padding-bottom: 10px
  }
}

.chigai__ttl:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0;
  border-top: 34px solid #231815;
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid rgba(0, 0, 0, 0);
  bottom: -34px;
  left: 0;
  right: 0;
  margin: auto
}

@media (max-width:768px) {
  .chigai__ttl:before {
    border-top: 24px solid #231815;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    bottom: -24px
  }
}

.chigai__ttl:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0;
  border-top: 34px solid #fff;
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid rgba(0, 0, 0, 0);
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto
}

@media (max-width:768px) {
  .chigai__ttl:after {
    border-top: 24px solid #fff;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    bottom: -20px
  }
}

.chigai__ttl span {
  font-size: 43px
}

@media (max-width:768px) {
  .chigai__ttl span {
    font-size: 21px
  }
}

.chigai__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-weight: 500
}

@media (max-width:768px) {
  .chigai__box {
    display: block
  }
}

.chigai__box:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media (max-width:768px) {
  .chigai__box:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.chigai__box:nth-child(2) .chigai__txt {
  border-right: 0;
  border-left: 3px solid #fff
}

@media (max-width:768px) {
  .chigai__box:nth-child(2) .chigai__txt {
    border-left: 0;
    border-bottom: 3px solid #fff
  }
}

.chigai__box:nth-child(2) .chigai__txt:before {
  left: -21px;
  right: auto
}

@media (max-width:768px) {
  .chigai__box:nth-child(2) .chigai__txt:before {
    left: 0;
    right: 0
  }
}

.chigai__box:nth-child(2) .chigai__txt:after {
  left: -17px;
  right: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media (max-width:768px) {
  .chigai__box:nth-child(2) .chigai__txt:after {
    left: 0;
    right: 0;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
  }
}

.chigai__box-ttl {
  font-size: 37px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  width: 100%;
  color: #fff
}

@media (max-width:768px) {
  .chigai__box-ttl {
    font-size: 18px
  }
}

.chigai__box-ttl span {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff799
}

@media (max-width:768px) {
  .chigai__box-ttl span {
    font-size: 37px
  }
}

.chigai__box-ttl span.min {
  font-size: 22px;
  color: #fff
}

@media (max-width:768px) {
  .chigai__box-ttl span.min {
    font-size: 12px
  }
}

.chigai__txt {
  background: -webkit-repeating-linear-gradient(135deg, #d65425, #d65425 2px, #e05e2a 0, #e05e2a 10px);
  background: -o-repeating-linear-gradient(135deg, #d65425 0, #d65425 2px, #e05e2a 2px, #e05e2a 10px);
  background: repeating-linear-gradient(-45deg, #d65425, #d65425 2px, #e05e2a 0, #e05e2a 10px);
  position: relative;
  width: 45%;
  font-size: 16px;
  line-height: 2;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 3px solid #fff;
  color: #fff;
  z-index: 2
}

@media (max-width:768px) {
  .chigai__txt {
    width: 100%;
    font-size: 14px;
    padding: 20px 15px;
    border-right: 0;
    border-bottom: 3px solid #fff
  }
}

.chigai__txt:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 38px;
  height: 38px;
  right: -21px;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto
}

@media (max-width:768px) {
  .chigai__txt:before {
    width: 36px;
    height: 36px;
    right: 0;
    left: 0;
    top: auto;
    bottom: -21px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}

.chigai__txt:after {
  position: absolute;
  content: "";
  background: -webkit-repeating-linear-gradient(bottom, #d65425, #d65425 2px, #e05e2a 0, #e05e2a 10px);
  background: -o-repeating-linear-gradient(bottom, #d65425 0, #d65425 2px, #e05e2a 2px, #e05e2a 10px);
  background: repeating-linear-gradient(0deg, #d65425, #d65425 2px, #e05e2a 0, #e05e2a 10px);
  width: 36px;
  height: 36px;
  right: -17px;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto
}

@media (max-width:768px) {
  .chigai__txt:after {
    width: 34px;
    height: 34px;
    right: 0;
    left: 0;
    top: auto;
    bottom: -17px;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
  }
}

.chigai__img {
  width: 55%;
  z-index: 0
}

@media (max-width:768px) {
  .chigai__img {
    width: 100%
  }
}

.chigai__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.chigai__after {
  text-align: center;
  margin-top: 100px
}

@media (max-width:768px) {
  .chigai__after {
    margin-top: 50px
  }
}

.chigai__after-ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px
}

@media (max-width:768px) {
  .chigai__after-ttl {
    font-size: 20px
  }
}

.chigai__after-ttl span {
  font-size: 37px;
  color: #e05e2a;
  line-height: 1.4
}

@media (max-width:768px) {
  .chigai__after-ttl span {
    font-size: 21px
  }
}

.chigai__after-subttl {
  font-size: 18px;
  line-height: 2;
  font-weight: 500
}

@media (max-width:768px) {
  .chigai__after-subttl {
    font-size: 16px
  }
}

.chigai__after p {
  font-size: 15px;
  line-height: 2
}

@media (max-width:768px) {
  .chigai__after p {
    font-size: 14px
  }
}

.facility {
  background: #e05e2a
}

.facility .primary-ttl {
  color: #fff
}

.facility__ttl {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
  color: #fff
}

@media (max-width:768px) {
  .facility__ttl {
    font-size: 22px
  }
}

.facility__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px
}

@media (max-width:768px) {
  .facility__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 30px
  }
}

.facility__flex-item {
  width: -webkit-calc(25% - 2px);
  width: calc(25% - 2px);
  background: #fff
}

@media (max-width:768px) {
  .facility__flex-item {
    width: 100%
  }
}

.facility__flex-item img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.facility__flex-txt {
  padding: 20px
}

.facility__flex-txt p {
  font-size: 15;
  line-height: 1.8
}

.facility__flex-ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center
}

.facility__whbox {
  background: #fff;
  padding: 70px 0
}

@media (max-width:768px) {
  .facility__whbox {
    padding: 35px 0;
    margin: 0 15px
  }
}

.facility__whbox-ttl {
  font-size: 30px;
  font-weight: 700;
  color: #e05e2a;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center
}

@media (max-width:768px) {
  .facility__whbox-ttl {
    font-size: 20px
  }
}

.facility__whbox-flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.facility__whbox-flex, .facility__whbox-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.facility__whbox-item {
  width: 30%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #e05e2a;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 50px
}

@media (max-width:768px) {
  .facility__whbox-item {
    width: 100%;
    margin-top: 20px;
    min-height: 145px
  }
}

.facility__whbox-img {
  width: 33%
}

.facility__whbox-img img {
  display: block;
  margin: auto
}

.facility__whbox-txt {
  width: 65%
}

.facility__whbox-txt--ttl {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8
}

.facility__whbox-txt p {
  font-size: 15px;
  line-height: 1.6
}

.how__head {
  text-align: center
}

@media (max-width:768px) {
  .how__head {
    padding: 0 15px
  }
}

.how__head-ttl {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px
}

@media (max-width:768px) {
  .how__head-ttl {
    font-size: 22px
  }
}

.how__head-ttl span {
  display: inline-block;
  border-bottom: 2px solid;
  line-height: 1.2
}

.how__head-txt {
  font-size: 18px;
  line-height: 2
}

@media (max-width:768px) {
  .how__head-txt {
    font-size: 14px;
    text-align: left
  }
}

.how__head-txt a {
  text-decoration: underline
}

.flow {
  padding: 0 40px
}

@media (max-width:768px) {
  .flow {
    padding: 0
  }
}

.flow__ttl {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center
}

@media (max-width:768px) {
  .flow__ttl {
    font-size: 34px
  }
}

.flow__dec {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center
}

@media (max-width:768px) {
  .flow__dec {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px
  }
}

.flow__dec span {
  display: inline-block;
  border-bottom: 2px solid;
  line-height: 1.2
}

.flow__title {
  background: #231815;
  padding: 18px 0;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  text-align: center
}

@media (max-width:768px) {
  .flow__title {
    font-size: 18px
  }
}

.flow__box {
  position: relative;
  background: #e05e2a;
  margin-bottom: 50px;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff
}

@media (max-width:768px) {
  .flow__box {
    display: block;
    padding: 15px;
    margin-bottom: 30px
  }
}

.flow__box:last-child {
  margin-bottom: 0
}

.flow__box:last-child:before {
  display: none
}

.flow__box:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0;
  border-top: 38px solid #e05e2a;
  border-left: 39px solid rgba(0, 0, 0, 0);
  border-right: 39px solid rgba(0, 0, 0, 0);
  left: 0;
  right: 0;
  bottom: -38px;
  margin: auto
}

@media (max-width:768px) {
  .flow__box:before {
    border-top: 24px solid #e05e2a;
    border-left: 25px solid rgba(0, 0, 0, 0);
    border-right: 25px solid rgba(0, 0, 0, 0);
    bottom: -24px
  }
}

.flow__box-num {
  font-size: 53px;
  font-weight: 700;
  line-height: 1;
  font-family: DINOT
}

@media (max-width:768px) {
  .flow__box-num {
    text-align: center
  }
}

.flow__box-txt {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #fff;
  font-size: 18px;
  line-height: 2;
  font-weight: 500
}

@media (max-width:768px) {
  .flow__box-txt {
    border-top: 1px solid #fff;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px
  }
}

.flow__box-txt dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flow__box-txt dl.two dt {
  width: 28%
}

.flow__box-txt dl.two dd {
  width: 72%
}

.flow__box-txt dl dt {
  width: 24%;
  padding-right: 10px
}

@media (max-width:768px) {
  .flow__box-txt dl dt {
    width: 100%;
    padding-right: 0;
    position: relative
  }
  .flow__box-txt dl dt:after {
    content: "／";
    font-weight: 700
  }
}

.flow__box-txt dl dd {
  width: 76%;
  padding-left: 15px;
  position: relative
}

@media (max-width:768px) {
  .flow__box-txt dl dd {
    width: 100%;
    padding-left: 0
  }
}

.flow__box-txt dl dd:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  margin: auto;
  left: 0
}

@media (max-width:768px) {
  .flow__box-txt dl dd:before {
    display: none
  }
}

.flow__box-ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #fff799
}

@media (max-width:768px) {
  .flow__box-ttl {
    font-size: 20px
  }
}

.step__ttl {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px
}

@media (max-width:768px) {
  .step__ttl {
    font-size: 20px
  }
}

.step__ttl span {
  font-size: 45px;
  line-height: 1.3
}

@media (max-width:768px) {
  .step__ttl span {
    font-size: 30px
  }
}

.step__box {
  border: 2px solid #e05e2a
}

.step__box-ttl {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  padding: 25px 0;
  border-bottom: 2px solid #e05e2a
}

@media (max-width:768px) {
  .step__box-ttl {
    font-size: 18px;
    padding: 15px 0
  }
}

.step__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:768px) {
  .step__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.step__flex-item {
  width: 33.33333%;
  padding: 15px;
  border-right: 2px solid #e05e2a
}

@media (max-width:768px) {
  .step__flex-item {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #e05e2a
  }
}

.step__flex-item:last-child {
  border-right: 0
}

@media (max-width:768px) {
  .step__flex-item:last-child {
    border-bottom: 0
  }
}

.step__flex-ttl {
  font-size: 35px;
  line-height: 2.1;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center
}

@media (max-width:768px) {
  .step__flex-ttl {
    font-size: 23px
  }
}

.step__flex img {
  display: block;
  margin: auto;
  height: 205px
}

@media (max-width:768px) {
  .step__flex img {
    height: 150px
  }
}

.step__flex-txt {
  margin-top: 20px
}

.step__flex-txt p {
  display: block;
  color: #fff;
  font-weight: 700;
  background: #231815;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
  font-size: 15px
}

.step__flex-txt p:last-child {
  margin-bottom: 0
}

.fee {
  background: #e05e2a
}

.fee .primary-ttl, .fee__off {
  color: #fff
}

.fee__off {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 30px
}

@media (max-width:768px) {
  .fee__off {
    font-size: 33px
  }
}

.fee__off span {
  font-size: 104px;
  font-family: DINOT;
  font-weight: 700;
  line-height: 1
}

@media (max-width:768px) {
  .fee__off span {
    font-size: 69px
  }
}

.fee__off .campaign {
  font-size: 81px;
  font-weight: 800;
  color: #fff100;
  line-height: 1.4
}

@media (max-width:768px) {
  .fee__off .campaign {
    font-size: 38px
  }
}

.fee__title {
  background: #fff;
  padding: 18px 0;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center
}

@media (max-width:768px) {
  .fee__title {
    font-size: 18px;
    margin-bottom: 10px
  }
}

.fee__title.mt70 {
  margin-top: 70px
}

@media (max-width:768px) {
  .fee__title.mt70 {
    margin-top: 35px
  }
}

.fee__price {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 62% 1fr;
  grid-template-columns: 62% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px
}

@media (max-width:768px) {
  .fee__price {
    display: block
  }
}

.fee__price-item {
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  text-align: center
}

@media (max-width:768px) {
  .fee__price-item {
    padding: 15px;
    margin-top: 20px
  }
}

.fee__price-right .ttl {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700
}

@media (max-width:768px) {
  .fee__price-right .ttl {
    font-size: 18px
  }
}

.fee__price-right .num {
  font-size: 52px;
  font-weight: 900;
  color: #d80c18;
  font-family: M PLUS\ 1p, sans-serif
}

@media (max-width:768px) {
  .fee__price-right .num {
    font-size: 34px
  }
}

.fee__price-right .regular {
  font-size: 15px;
  font-weight: 500
}

.fee__price-right .regular span {
  font-family: DINOT;
  font-size: 37px;
  font-weight: 700
}

@media (max-width:768px) {
  .fee__price-right .regular span {
    font-size: 24px
  }
}

.fee__price--title {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
  background: #f9dfd4;
  text-align: center
}

@media (max-width:768px) {
  .fee__price--title {
    margin-top: 30px
  }
}

.fee__price--dec {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8
}

.fee__price--dec span {
  display: block;
  font-size: 11px;
  font-weight: 500
}

.fee__price--wifi {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 30px 0;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6
}

.fee .month {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  text-align: center
}

.fee .month__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 37px;
  font-weight: 700
}

@media (max-width:768px) {
  .fee .month__price {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 24px
  }
  .fee .month__price span:first-child {
    width: 100%
  }
}

.fee .month__price .min {
  font-size: 30px;
  display: inline-block
}

@media (max-width:768px) {
  .fee .month__price .min {
    font-size: 20px
  }
}

.fee .month__price .num {
  font-family: DINOT;
  font-size: 126px;
  font-weight: 800;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 1;
  position: relative
}

@media (max-width:768px) {
  .fee .month__price .num {
    font-size: 84px
  }
}

.fee .month__price .num.redline:before {
  position: absolute;
  content: "";
  width: 350px;
  height: 2px;
  background: #e60012;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

@media (max-width:768px) {
  .fee .month__price .num.redline:before {
    width: 250px
  }
}

.fee .month__price .num span {
  font-size: 82px;
  line-height: 1
}

.fee .month .first {
  font-size: 37px;
  font-family: M PLUS\ 1p, sans-serif;
  font-weight: 700;
  color: #d80c18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px
}

@media (max-width:768px) {
  .fee .month .first {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 24px
  }
}

.fee .month .first .num {
  font-family: DINOT;
  font-size: 100px;
  font-weight: 700;
  line-height: .5
}

@media (max-width:768px) {
  .fee .month .first .num {
    font-size: 66px;
    margin-top: 10px
  }
}

.fee .month .first .num .min {
  font-size: 57px
}

@media (max-width:768px) {
  .fee .month .first .num .min {
    font-size: 38px
  }
}

.fee .join {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3
}

.fee .office {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3
}

.fee__option {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.fee__option, .fee__option-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.fee__option-item {
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49%;
  margin-top: 30px
}

@media (max-width:768px) {
  .fee__option-item {
    width: 100%;
    padding: 10px 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
  }
}

.fee__option-cont {
  padding-left: 21px;
  font-size: 18px;
  font-weight: 700;
  position: relative
}

@media (max-width:768px) {
  .fee__option-cont {
    font-size: 14px;
    padding-left: 15px
  }
}

.fee__option-cont:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 7px;
  background: #231815
}

@media (max-width:768px) {
  .fee__option-cont:before {
    width: 12px;
    height: 12px;
    top: 5px
  }
}

.fee__option-cont .num {
  font-size: 15px;
  font-weight: 500;
  display: block
}

@media (max-width:768px) {
  .fee__option-cont .num {
    font-size: 14px
  }
}

.fee__option-cont .num span {
  font-size: 22px;
  font-weight: 700;
  font-family: DINOT
}

.fee__option-price {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  .fee__option-price {
    font-size: 14px
  }
}

.fee__option-price .num {
  font-family: DINOT;
  font-size: 37px;
  font-weight: 800
}

@media (max-width:768px) {
  .fee__option-price .num {
    font-size: 24px
  }
}

.fee__option-price .num span {
  font-size: 60px
}

@media (max-width:768px) {
  .fee__option-price .num span {
    font-size: 40px
  }
}

.fee__option-price.red {
  font-size: 44px;
  font-weight: 800;
  font-family: M PLUS\ 1p, sans-serif;
  color: #d80c18
}

@media (max-width:768px) {
  .fee__option-price.red {
    font-size: 25px
  }
}

.fee__pay {
  font-size: 18px;
  color: #fff;
  line-height: 2
}

@media (max-width:768px) {
  .fee__pay {
    font-size: 16px
  }
}

.shop__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px
}

@media (max-width:768px) {
  .shop__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
  }
}

.shop__flex-img {
  width: 37%
}

@media (max-width:768px) {
  .shop__flex-img {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px
  }
}

.shop__flex-cont {
  width: 58%
}

@media (max-width:768px) {
  .shop__flex-cont {
    width: 100%
  }
}

.shop__flex-cont dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #231815;
  font-size: 22px;
  line-height: 1.7;
  font-weight: 700
}

@media (max-width:768px) {
  .shop__flex-cont dl {
    font-size: 18px
  }
}

.shop__flex-cont dl dt {
  width: 25%;
  border-bottom: 1px solid #231815;
  padding: 14px 0
}

@media (max-width:768px) {
  .shop__flex-cont dl dt {
    padding: 10px 0
  }
}

.shop__flex-cont dl dd {
  width: 75%;
  border-bottom: 1px solid #231815;
  padding: 14px 0
}

@media (max-width:768px) {
  .shop__flex-cont dl dd {
    padding: 10px 0
  }
}

.shop__flex-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px
}

@media (max-width:768px) {
  .shop__flex-name {
    font-size: 23px;
    padding-bottom: 10px
  }
}

.shop__flex-name img {
  height: 64px;
  margin-right: 15px
}

@media (max-width:768px) {
  .shop__flex-name img {
    height: 32px
  }
}

.shop__adress {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  padding: 50px 0;
  line-height: 1.6
}

@media (max-width:768px) {
  .shop__adress {
    padding: 25px 0;
    font-size: 18px
  }
}

.shop__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px
}

@media (max-width:768px) {
  .shop__info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
  }
}

.shop__info p {
  width: 49%;
  background: #231815;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center
}

@media (max-width:768px) {
  .shop__info p {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px
  }
  .shop__info p:last-child {
    margin-bottom: 0
  }
}

.shop__gmap {
  height: 0;
  overflow: hidden;
  padding-top: 32.2255%;
  position: relative
}

@media (max-width:768px) {
  .shop__gmap {
    padding-top: 56.25%
  }
}

.shop__gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}

.terms__ttl {
  font-weight: 700;
  font-size: 21px;
  margin: 30px 0 20px
}

@media (max-width:768px) {
  .terms__ttl {
    margin: 20px 0 10px;
    font-size: 16px
  }
}

@media (max-width:768px) {
  .terms p {
    font-size: 14px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 20px
}

.terms .outli {
  counter-reset: olnum
}

.terms .outli li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px
}

@media (max-width:768px) {
  .terms .outli li {
    font-size: 14px
  }
}

.terms .outli li:before {
  position: absolute;
  counter-increment: olnum;
  content: counter(olnum) ". ";
  left: 0;
  top: 0
}

.terms .inli {
  counter-reset: olnum
}

.terms .inli li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px
}

@media (max-width:768px) {
  .terms .inli li {
    font-size: 14px
  }
}

.terms .inli li:before {
  position: absolute;
  counter-increment: olnum;
  content: "(" counter(olnum) ") ";
  left: 0;
  top: 0
}

.user_regist_terms {
  padding-top: 0
}

.user_regist_terms .primary-ttl img {
  height: 50px;
  margin-bottom: 10px
}

@media (max-width:768px) {
  .user_regist_terms .primary-ttl img {
    height: 30px
  }
}

.user_regist_terms .in_scroll {
  height: 800px;
  overflow: scroll;
  border: 1px solid #000;
  padding: 20px
}

@media (max-width:768px) {
  .user_regist_terms .in_scroll {
    padding: 10px;
    height: 400px;
    margin: 0 20px
  }
}

.user_regist_terms .agree {
  padding-top: 30px;
  text-align: center
}

.user_regist_terms .submit {
  display: block;
  width: 250px;
  font-weight: 700;
  margin: 30px auto;
  background: #e05e2a;
  padding: 15px 30px;
  color: #fff;
  text-align: center
}

.user_regist_terms .disabled {
  pointer-events: none;
  background: #999
}


/*# sourceMappingURL=main.css.map */



.invitation {
    margin-top: 80px;
}

@media (max-width:768px){
    .invitation {
        margin-top: 40px;
    }
}

.banners {
    padding-top:50px;
    padding-bottom:50px;
    position: relative;
    max-width:1080px;
    margin-right:auto;
    margin-left:auto;
    position:relative;
}

@media (max-width:768px) {
    .banners {
        padding-top:20px;
        padding-bottom:20px;
        padding-right:10px;
        padding-left:10px;
    }
}
/*
.banners {
    max-width:1080px;
    margin-right:auto;
    margin-left:auto;
    position:relative;
}
@media (max-width:768px){
    .banners{
        padding-right:10px;
        padding-left:10px;
    }
} */

/*--コロナ対策として追加--*/
.covid-19 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 20px;
    padding: 20px;
}
.covid-19 h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.covid-19 p.pb20 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #000;
}
.covid-19 a {
    width: fit-content;
    display: block;
    margin: 10px auto 5px;
    padding: 8px 20px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    transition: .5s;
}
.covid-19 a:hover {
    background: #fff;
    color: #000;
    opacity: 1;
}
@media (max-width:768px) {
  .covid-19 {
      padding: 20px 0;
  }
}
/*--ビジター料金として追加--*/
p.fee__visiter {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 40px;
    border-radius: 5px;
}
.fee__visiter span {
    font-weight: normal;
    display: block;
    font-size: 1rem;
}
