html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #222222;
  background: #ffffff;
  word-break: break-all;
}
body.js-no_scroll {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  padding-top: 50px;
}
@media (max-width: 767px) {
  main {
    padding-top: 46px;
  }
}

p {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

a {
  text-decoration: underline;
  color: #f08c00;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #f08c00;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
    padding: 0;
  }
}

header .img-logo {
  display: block;
  max-width: 90px;
  z-index: 4;
}
@media (max-width: 767px) {
  header .img-logo {
    max-width: 60px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 6px 0;
  max-height: 100vh;
  background-color: #222222;
}
nav.navbar .container {
  max-width: 96%;
}
@media (max-width: 575px) {
  nav.navbar .container {
    max-width: 100%;
  }
}
nav.navbar button.btn.btn-link {
  padding: 0;
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222222;
  border: none;
  text-decoration: none;
  font-size: 14px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  nav.navbar button.btn.btn-link {
    margin-right: 0;
    padding: 0;
  }
}
nav.navbar button.btn.btn-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar .navbar-toggler-icon {
  width: 100%;
  height: auto;
  background-image: none !important;
}
@media (max-width: 767px) {
  nav.navbar .navbar-toggler-icon {
    width: 32px;
  }
}
nav.navbar .close-p {
  text-align: right;
}
@media (min-width: 768px) {
  nav.navbar .close-p {
    padding-right: 0;
  }
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #222222;
}
nav.navbar .modal-dialog .modal-content {
  background-color: #222222 !important;
  padding: 8px;
}
nav.navbar .modal-header {
  border-bottom: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 8px 30px;
}
@media (max-width: 575px) {
  nav.navbar .modal-header {
    padding: 6px 8px 24px;
  }
}
nav.navbar .modal-header .btn-close {
  position: relative;
  width: 39px;
  border: none;
}
@media (max-width: 767px) {
  nav.navbar .modal-header .btn-close {
    padding: 0 4px 0 0;
  }
}
nav.navbar .modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar .modal-body {
  width: 1280px;
  max-width: 96%;
  padding: 10px 0 20px;
  margin: 0 auto;
}
nav.navbar .modal-body .nav-item {
  border-bottom: 1px dotted #aaaaaa;
}
nav.navbar .modal-body .nav-link {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  padding: 18px 10px;
}

.modal-backdrop {
  z-index: 1;
}

.btn-close {
  --bs-btn-close-bg: none;
  opacity: 1;
}

.button {
  background: none !important;
}

h1 {
  width: 100%;
  text-align: center;
  margin: 0;
}

h2 {
  color: #222222;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  background: url(../img/title-line.png) no-repeat center bottom;
  background-size: 89px auto;
  padding-bottom: 24px;
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  h2 {
    font-size: 22px;
    background-size: 50px auto;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}

h3 {
  color: #0165b5;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #0064b4;
  background: url(../img/icon-rose.png) no-repeat left center;
  background-size: 29px auto;
  padding: 15px 0px 15px 36px;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    background-size: 20px auto;
    padding: 8px 0px 8px 24px;
    margin: 0 0 15px 0;
  }
}

h4 {
  color: #0165b5;
  font-size: 16px;
  font-weight: 700;
  border-left: 5px solid #0165b5;
  padding-left: 6px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
h4:not(:nth-of-type(1)) {
  margin-top: 30px;
}

.area-info {
  position: relative;
  background: #f0f0f0 url(../img/bg01.png) repeat-y center top;
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .area-info {
    background-size: 120%;
  }
}
@media (max-width: 767px) {
  .area-info {
    background: none;
    background-color: #f0f0f0;
    background-image: url(../img/bg01-right_sp.png), url(../img/bg01-left_sp.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right -5px top 30px, left -5px top 5px;
    background-size: 18%, 13%;
  }
}
@media (max-width: 575px) {
  .area-info {
    background: none;
    background-color: #f0f0f0;
    background-image: url(../img/bg01-right_sp.png), url(../img/bg01-left_sp.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right -5px top 30px, left -5px top 5px;
    background-size: 18%, 13%;
    padding: 40px 0 60px 0;
  }
}
.area-info .comingsoon {
  color: #00affa;
  font-size: 44px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  margin: 80px 0;
}
@media (max-width: 575px) {
  .area-info .comingsoon {
    font-size: 30px;
    margin: 60px 0;
  }
}

.area-shop {
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  background: #ffffff;
  padding: 90px 0;
}
@media (max-width: 575px) {
  .area-shop {
    padding: 60px 0;
  }
}
.area-shop:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  background: url(../img/bg02.png) no-repeat center top;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 575px) {
  .area-shop .nav-link {
    font-size: 3.5vw !important;
  }
}
.area-shop .comingsoon {
  color: #00affa;
  font-size: 44px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .area-shop .comingsoon {
    font-size: 30px;
    margin-bottom: 60px;
  }
}

.area-info .nav,
.area-shop .nav {
  margin-bottom: -1px;
}

@media (max-width: 575px) {
  .nav-tabs .nav-item {
    max-width: 50%;
  }
}
.nav-tabs .nav-link {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-radius: 8px 8px 0 0;
  background: #c2c2c2 url(../img/arrow-black.png) no-repeat left 24px top 21px;
  background-size: 8px;
  padding: 18px 40px 16px 40px;
  margin: 0 20px 0 0;
}
@media (max-width: 575px) {
  .nav-tabs .nav-link {
    font-size: 15px;
    background: #c2c2c2 url(../img/arrow-black.png) no-repeat left 22px top 19px;
    background-size: 6px;
    padding: 15px 30px 13px 34px;
    margin: 0 10px 0 0;
  }
}
.nav-tabs .nav-link.active {
  color: #ffffff;
  background: #0165b5 url(../img/arrow-active.png) no-repeat left 20px top 24px;
  background-size: 12px auto;
  border-color: #0165b5;
}
@media (max-width: 575px) {
  .nav-tabs .nav-link.active {
    background: #0165b5 url(../img/arrow-active.png) no-repeat left 18px top 20px;
    background-size: 10px auto;
  }
}
.nav-tabs .nav-link.active:hover {
  border-color: #0165b5;
}
.nav-tabs .nav-link:hover {
  opacity: 1;
  isolation: auto;
  border-color: #c2c2c2;
}

.tab-pane {
  background: #ffffff;
  border: 4px solid #0165b5;
  border-top: 12px solid #0165b5;
  padding: 30px 40px 30px 40px;
}
@media (max-width: 575px) {
  .tab-pane {
    padding: 20px 20px 15px 20px;
  }
}
@media (max-width: 575px) {
  .tab-pane p {
    font-size: 15px;
  }
}

.button-movic,
.button-animate {
  display: block;
  width: 80%;
  max-width: 360px;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border-radius: 100px;
  padding: 12px 18px 13px 18px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .button-movic,
  .button-animate {
    font-size: 14px;
    padding: 8px 14px 10px 14px;
  }
}
.button-movic:hover,
.button-animate:hover {
  color: #ffffff;
  opacity: 0.9;
}
.button-movic span,
.button-animate span {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (max-width: 575px) {
  .button-movic span,
  .button-animate span {
    margin-bottom: 4px;
  }
}

.button-movic {
  background: #009fcc url(../img/arrow-movic.png) no-repeat right 20px center;
  background-size: 8px auto;
}
@media (max-width: 575px) {
  .button-movic {
    background: #009fcc url(../img/arrow-movic.png) no-repeat right 12px center;
    background-size: 6px auto;
  }
}

.button-animate {
  background: #325fab url(../img/arrow-animate.png) no-repeat right 20px center;
  background-size: 8px auto;
}
@media (max-width: 575px) {
  .button-animate {
    background: #325fab url(../img/arrow-animate.png) no-repeat right 12px center;
    background-size: 6px auto;
  }
}

.list-note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.list-icon li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 6px;
}
@media (max-width: 575px) {
  .list-icon li {
    font-size: 15px;
    margin-bottom: 4px;
  }
}

footer {
  color: #ffffff;
  text-align: center;
  background: #222222;
  padding: 20px 0;
}
@media (max-width: 575px) {
  footer {
    padding: 10px 0;
  }
}
footer .link-pageup {
  font-size: 24px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  z-index: 1;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
    width: 40px;
  }
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin: 0;
}
@media (max-width: 575px) {
  footer .copyright {
    font-size: 12px;
  }
}