@charset "UTF-8";
body {
  overflow-x: hidden;
  background-color: #000608;
  background-image: url(./img/bg_pattern.png);
  background-repeat: repeat;
  background-size: 60%;
}

@media (max-width: 767px) {
  body {
    background-size: 200%;
  }
}

body.js-no_scroll {
  overflow: hidden;
}

body.js-no_scroll:before {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
}

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

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

.container .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main > .container {
  z-index: 2;
  position: relative;
}

.color-red {
  color: #f33c4e;
}

.area-404 {
  color: #fff;
  margin-top: 70px;
}

.area-404 p {
  font-size: 15px;
}

footer {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

footer small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  letter-spacing: .05em;
}

.link-anchor-pageup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 998;
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.link-anchor-pageup.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.link-anchor-pageup svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 92px;
  height: 94px;
}

@media (max-width: 767px) {
  .link-anchor-pageup svg {
    width: 67px;
    height: 67px;
  }
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  99.9%, to {
    stroke-dasharray: 366 256;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  99.9%, to {
    stroke-dasharray: 366 256;
  }
}

.link-anchor-pageup:hover {
  opacity: .8;
  -webkit-animation: circle 2s infinite;
          animation: circle 2s infinite;
}

.link-anchor-pageup:hover circle {
  fill: transparent;
  stroke: #14faeb;
  stroke-width: 8;
}

.link-anchor-pageup:before {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid #14faeb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .link-anchor-pageup:before {
    width: 62px;
    height: 62px;
  }
}

.link-anchor-pageup .link-anchor-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: .09em;
  color: #14faeb;
  text-align: center;
  position: absolute;
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .link-anchor-pageup .link-anchor-text {
    font-size: 11.5px;
    top: 26px;
  }
}

.link-anchor-pageup .link-anchor-text:before {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(./img/arrow.svg) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .link-anchor-pageup .link-anchor-text:before {
    width: 10px;
    height: 10px;
    top: -13px;
  }
}

a.btn-back {
  font-size: 16px;
  display: block;
  width: 600px;
  max-width: 90%;
  margin: 20px auto 0;
  color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 8px;
  background-color: #aaaaaa;
}

.list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

.list-anchor > li {
  margin: 12px;
}

.list-anchor a {
  font-size: 18px;
  text-decoration: underline;
  color: #333333;
}

.lyt-search .js-search-toggle-hook {
  width: 600px;
  max-width: 90%;
  color: #ffffff;
  border: 4px #cccccc solid;
  background-color: #333333;
}

.lyt-search .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

.lyt-search .list-category > li {
  margin: 12px;
}

.lyt-search .list-category a {
  position: relative;
  display: block;
  padding: 12px 24px 12px 32px;
  color: #ffffff;
  border: 1px solid #333333;
  border-radius: 8px;
  background-color: #333333;
}

.lyt-search .list-category a:hover {
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
}

.lyt-search .list-category a:hover:before {
  border-top-color: #333333;
}

.lyt-search .list-category a:before {
  font-weight: bold;
  position: absolute;
  top: calc(50% - .25em);
  left: 12px;
  display: block;
  width: 8px;
  height: 10px;
  content: "";
  color: #ffffff;
  border: 4px solid transparent;
  border-top: 6px solid #ffffff;
}

figure {
  position: relative;
  background-color: #ffffff;
}

figure[class*="img-sample"]:after,
figure[class*="img-sample"] .lyt-slider .lyt-slider-item:after {
  font-size: 50px;
  position: absolute;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  content: "SAMPLE";
}

@media (max-width: 991px) {
  figure[class*="img-sample"]:after,
  figure[class*="img-sample"] .lyt-slider .lyt-slider-item:after {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  figure[class*="img-sample"]:after,
  figure[class*="img-sample"] .lyt-slider .lyt-slider-item:after {
    font-size: 28px;
  }
}

figure.img-sample-01 {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

figure.img-sample-01 .slick-arrow {
  color: rgba(255, 255, 255, 0.7);
}

figure.img-sample-02 {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

figure.img-sample-02.--cursorNone {
  pointer-events: none;
}

figure > img {
  display: block;
  margin: 0 auto;
}

.modal-body figure[class*="img-sample"]:after,
.lyt-slider .lyt-slider-item:after {
  font-size: 50px;
}

.img-copyright {
  font-size: 12px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  margin-bottom: 0;
  color: #333333;
  text-shadow: 0 1px 1px #ffffff, 1px 0 1px #ffffff, 0 -1px 1px #ffffff, -1px 0 1px #ffffff, -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px 1px 1px #ffffff;
}

.modal-body .img-copyright {
  z-index: 2;
}

.list-product {
  padding: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  .list-product .js-sliderHook:nth-child(n+5) {
    margin-top: 40px;
  }
}

.list-product .list-product-item {
  border: #0f343f 1px solid;
}

.list-product figure > img {
  max-height: 300px;
}

.list-product figure figcaption {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: .8;
  color: #ffffff;
  background-color: #ff0019;
}

.list-product figure .lyt-slider {
  z-index: 2;
  margin-bottom: 3em;
}

.list-product figure .lyt-slider .lyt-slider-item {
  position: relative;
  min-height: 300px;
  background-color: #ffffff;
}

.list-product figure .slick-arrow {
  font-size: 24px;
  position: absolute;
  z-index: 10;
  top: calc(50% - 1em);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.list-product figure .slick-arrow svg {
  color: #333333;
}

.list-product figure .slick-arrow.slick-prev {
  left: -24px;
}

.list-product figure .slick-arrow.slick-next {
  right: -24px;
}

.list-product figure .slick-dots {
  display: none;
}

.list-product figure button + .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.list-product figure button + .slick-dots > li {
  width: 24px;
  height: 24px;
}

.list-product figure button + .slick-dots > li.slick-active:before {
  color: #333333;
}

.list-product figure button + .slick-dots > li:before {
  font-size: 12px;
  line-height: 24px;
  display: block;
  width: 24px;
  content: "●";
  text-align: center;
  color: #aaaaaa;
}

.list-product figure button + .slick-dots button {
  font-size: 0;
  margin-left: -1em;
  opacity: 0;
}

.list-product .label-tag > span {
  font-size: 13px;
  padding: 4px;
  border: 1px solid #fff;
  color: #fff;
}

.list-product .hdg {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2;
  color: #14faeb;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .list-product .hdg {
    font-size: 14px;
  }
}

.list-product .link-category {
  font-size: 13px;
  margin-bottom: 12px;
}

.list-product .link-category a {
  display: inline-block;
  margin-right: 8px;
  text-decoration: underline;
  color: #fff;
}

.list-product .link-category .fa-tag {
  color: #fff;
}

.list-product .btn {
  color: #ffffff;
  border-radius: 8px;
  background-color: #333333;
}

.list-product .modal-header {
  border-bottom: none;
}

.list-product .modal-body {
  background-color: #eeeeee;
}

.lyt-single {
  max-width: 500px;
  text-align: center;
  margin-top: 120px;
  font-family: "Noto Sans JP", sans-serif;
}

.lyt-single figure {
  margin: 0 auto 30px;
  border: 1px solid #eeeeee;
}

.lyt-single figure figcaption {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: .8;
  color: #ffffff;
  background-color: #333333;
}

.lyt-single h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2;
  color: #14faeb;
  text-decoration: underline;
  color: #14faeb;
}

@media (max-width: 767px) {
  .lyt-single h2 {
    font-size: 22px;
  }
}

.lyt-single .label-tag {
  color: #fff;
}

.lyt-single .text-price {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.7;
}

.lyt-single .txt-description {
  color: #fff;
}

.lyt-single .btn-link {
  display: block;
  width: 240px;
  padding: 15px 10px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  color: #00ffee;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: 1px solid #00ffee;
  background: #05605b;
  font-size: 20px;
  border-radius: 0;
}

@media (max-width: 767px) {
  .lyt-single .btn-link {
    font-size: 18px;
    width: 200px;
  }
}

.lyt-single .btn-link .fas {
  margin-left: 8px;
}

.lyt-single-slider .slick-arrow {
  font-size: 24px;
  position: absolute;
  z-index: 10;
  top: calc(50% - 1em);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.lyt-single-slider .slick-arrow svg {
  color: #333333;
}

.lyt-single-slider .slick-arrow.slick-prev {
  left: -24px;
}

.lyt-single-slider .slick-arrow.slick-next {
  right: -24px;
}

.lyt-single-slider button + .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.lyt-single-slider button + .slick-dots > li {
  width: 24px;
  height: 24px;
}

.lyt-single-slider button + .slick-dots > li.slick-active:before {
  color: #333333;
}

.lyt-single-slider button + .slick-dots > li:before {
  font-size: 20px;
  line-height: 24px;
  display: block;
  width: 24px;
  content: "●";
  text-align: center;
  color: #aaaaaa;
}

.lyt-single-slider button + .slick-dots button {
  font-size: 0;
  margin-left: -1em;
  opacity: 0;
}

.txt-price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .05em;
  color: #fff;
}

#anchor-benefits.title-main {
  margin-top: 120px;
  padding-top: 0;
}

@media (max-width: 767px) {
  #anchor-benefits.title-main {
    margin-top: 60px;
  }
}

#anchor-benefits figure[class*="img-sample"]:after {
  font-size: 8vw;
  overflow: hidden;
}

@media (max-width: 991px) {
  #anchor-benefits figure[class*="img-sample"]:after {
    font-size: 20vw;
  }
}

@media (min-width: 768px) {
  #benefits.content-area {
    padding: 65px 100px;
  }
}

#benefits.content-area .title-summary {
  border-top: none;
}

#benefits.content-area p {
  text-align: center;
}

#anchor-attention.title-main {
  margin-top: 120px;
  padding-top: 0;
}

@media (max-width: 767px) {
  #anchor-attention.title-main {
    margin-top: 60px;
  }
}

#attention h3 {
  color: #51c5f4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  letter-spacing: .05em;
  font-weight: 500;
}

@media (max-width: 767px) {
  #attention h3 {
    font-size: 20px;
  }
}

#attention h3:nth-child(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 50px;
  margin: 50px 0 20px;
}

@media (max-width: 767px) {
  #attention h3:nth-child(n+2) {
    padding-top: 40px;
    margin: 40px 0 10px;
  }
}

#attention p {
  line-height: 1.8;
}

.navbar {
  width: 100%;
  height: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .navbar {
    height: auto;
    padding: 0;
    padding: 11.25px 0;
    background: #02080A;
  }
}

.navbar .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1000px) {
  .navbar .container {
    max-width: 800px;
    padding: 0 8px 0 20px;
  }
}

.navbar .container .navbar-collapse {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 767px) {
  .navbar .container .navbar-collapse {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #02080a), to(#111719));
    background: linear-gradient(to bottom, #02080a 60%, #111719);
    padding-top: 11.25px;
  }
}

.navbar .container .navbar-brand {
  margin: 0;
  padding: 0;
  max-width: 129px;
}

@media (max-width: 767px) {
  .navbar .container .navbar-brand {
    max-width: 86px;
  }
}

.navbar.header-fixed {
  background: #000608;
  -webkit-box-shadow: rgba(33, 95, 163, 0.2) 0px 20px 25px -5px, rgba(33, 95, 163, 0.08) 0px 10px 10px -5px;
          box-shadow: rgba(33, 95, 163, 0.2) 0px 20px 25px -5px, rgba(33, 95, 163, 0.08) 0px 10px 10px -5px;
}

@media (max-width: 767px) {
  .js-no_scroll .navbar .container {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #02080a), to(#111719));
    background: linear-gradient(to bottom, #02080a 60%, #111719);
  }
}

.navbar-nav {
  padding: 0 20px;
}

.navbar-nav .nav-item {
  background: transparent;
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  height: 67px;
  padding: 0;
  border: none;
}

.navbar-nav .nav-item:before, .navbar-nav .nav-item:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: rgba(20, 250, 235, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-nav .nav-item:before {
  height: 0%;
  width: 2px;
}

.navbar-nav .nav-item:after {
  width: 0%;
  height: 2px;
}

@media (min-width: 768px) {
  .navbar-nav .nav-item:hover:before {
    height: 15px;
  }
  .navbar-nav .nav-item:hover:after {
    width: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    height: auto;
  }
  .navbar-nav .nav-item:nth-of-type(n+2) {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .navbar-nav .nav-item:last-of-type .nav-link {
    padding-bottom: 36px;
  }
}

.navbar-nav .nav-item:nth-child(n+2) {
  margin-left: 20px;
}

@media (max-width: 1200px) {
  .navbar-nav .nav-item:nth-child(n+2) {
    margin-left: 0px;
  }
}

.navbar-nav .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Orbitron", sans-serif;
  color: #14faeb;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .05em;
  font-weight: 500;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
  width: 100%;
  height: 100%;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #14faeb;
  text-shadow: 0 0 6px #14faeb;
  opacity: 1;
}

.navbar-nav .nav-item .nav-link:before, .navbar-nav .nav-item .nav-link:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: rgba(20, 250, 235, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-nav .nav-item .nav-link:before {
  width: 2px;
  height: 0%;
}

.navbar-nav .nav-item .nav-link:after {
  width: 0%;
  height: 2px;
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .nav-link {
    padding: 24px 0;
    height: auto;
  }
}

@media (max-width: 1200px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .navbar-nav .nav-item .nav-link:hover:before {
    height: 15px;
  }
  .navbar-nav .nav-item .nav-link:hover:after {
    width: 15px;
  }
  .navbar-nav .nav-item .nav-link:hover .nav-link-sub {
    text-shadow: 0 0 0px #14faeb;
    opacity: 1;
  }
}

.navbar-nav .nav-item .nav-link__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .nav-link__sub {
    margin-top: 2px;
  }
}

@media (max-width: 1200px) {
  .navbar-nav .nav-item .nav-link__sub {
    font-size: 10px;
  }
}

.navbar-toggler {
  border: none;
  position: relative;
  width: 60px;
  height: 40px;
  cursor: pointer;
}

.navbar-toggler-line {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #14faeb;
  position: absolute;
  left: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navbar-toggler-line:nth-of-type(1) {
  top: 6px;
}

.navbar-toggler-line:nth-of-type(2) {
  top: 19px;
}

.navbar-toggler-line:nth-of-type(3) {
  bottom: 6px;
}

.navbar-toggler.active .navbar-toggler-line:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg);
}

.navbar-toggler.active .navbar-toggler-line:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: btn-animation .8s forwards;
          animation: btn-animation .8s forwards;
}

.navbar-toggler.active .navbar-toggler-line:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}

@-webkit-keyframes btn-animation {
  100% {
    height: 0;
  }
}

@keyframes btn-animation {
  100% {
    height: 0;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: #14faeb !important;
}

.lower-content {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .lower-content {
    margin-top: 70px;
    padding: 0 15px;
  }
}

.lower-content .title-main {
  padding: 30px 0;
  margin-bottom: 0;
}

.lower-content .title-main img {
  margin: auto;
}

.lower-content .content-area .title-summary:nth-of-type(n+2) {
  margin-top: 50px;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .lower-content .content-area .title-summary:nth-of-type(n+2) {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.lower-content .content-area.online-shop .title-summary:first-of-type {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .lower-content .content-area.online-shop .title-summary:first-of-type {
    padding-top: 40px;
  }
}

.lower-content .content-area .img-goods {
  width: 300px;
  height: 300px;
}

.lower-content .content-area .img-resize {
  width: 500px;
  height: auto;
}

.modal-content {
  background: #092933;
}

.modal-content .modal-header .close {
  text-shadow: none;
}

.modal-content .modal-header .close span {
  color: #14faeb;
}

.modal-content .modal-body {
  background: transparent;
}

.modal-content .modal-body .modal-title {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.goods-attention {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .goods-attention {
    margin-bottom: 60px;
  }
}

.about {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .about {
    margin-top: 60px;
  }
}

.about h2 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .about h2 {
    margin-bottom: 20px;
  }
}

.attention {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .attention {
    margin-top: 60px;
  }
}

.attention h2 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .attention h2 {
    margin-bottom: 20px;
  }
}

.attention .title-summary:nth-child(n+2) {
  margin-top: 40px;
  padding-top: 40px;
}

.box-inner {
  background: rgba(9, 41, 51, 0.8);
  position: relative;
}

.box-inner:before, .box-inner:after {
  content: "";
  display: block;
  width: 92%;
  height: 7px;
  background: url(./img/bg-line.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
}

.box-inner:before {
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .box-inner:before {
    top: 0.8rem;
  }
}

.box-inner:after {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

@media (max-width: 767px) {
  .box-inner:after {
    bottom: 0.8rem;
  }
}

.box-2col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .box-2col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-2col__item {
  width: 46%;
}

@media (max-width: 991px) {
  .box-2col__item {
    width: 100%;
  }
  .box-2col__item:nth-child(n+2) {
    margin-top: 24px;
  }
}

.box-2col__item img {
  width: 100%;
}

@media (min-width: 991px) {
  .box-2col__item .--mb {
    margin-bottom: 42px;
  }
}

.content-area {
  background: rgba(9, 41, 51, 0.8);
  padding: 80px;
  position: relative;
  background-image: url(./img/bg-content.png);
  background-repeat: no-repeat;
  background-position: right bottom 20px;
  background-size: 32%;
  overflow-wrap: break-word;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

@media (max-width: 767px) {
  .content-area {
    padding: 38px 20px;
  }
}

.content-area:before, .content-area:after {
  content: "";
  display: block;
  width: 176px;
  height: 96px;
  background: url(./img/bg-corner.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
}

@media (max-width: 767px) {
  .content-area:before, .content-area:after {
    width: 88px;
    height: 48px;
  }
}

.content-area:before {
  top: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .content-area:before {
    top: 10px;
    right: 10px;
  }
}

.content-area:after {
  bottom: 20px;
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 767px) {
  .content-area:after {
    bottom: 10px;
    left: 10px;
  }
}

.content-area > h1 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
}

@media (max-width: 767px) {
  .content-area > h1 {
    font-size: 24px;
  }
}

.content-area p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .content-area p {
    font-size: 15px;
  }
}

.content-area strong {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

.highlight .content-area .title-summary:nth-of-type(n+2) {
  margin-top: 40px;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .highlight .content-area .title-summary:nth-of-type(n+2) {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.highlight .content-area .list-2col {
  padding-left: 0;
}

.highlight .content-area .box-2col {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .highlight .content-area .box-2col {
    margin-top: 28px;
  }
}

img {
  max-width: 100%;
}

.jumbotron {
  background: transparent;
  padding-top: 100px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .jumbotron {
    padding-top: 70px;
  }
}

.jumbotron .container {
  max-width: 748px;
}

@media (max-width: 767px) {
  .jumbotron .container {
    min-width: 89%;
  }
}

.jumbotron .container img {
  position: relative;
  z-index: 2;
  max-width: 748px;
  margin: auto;
  display: block;
}

@media (min-width: 768px) {
  .jumbotron .container img {
    image-rendering: -webkit-optimize-contrast;
  }
}

@media (max-width: 767px) {
  .jumbotron .container img {
    width: 89%;
  }
}

.img-box {
  max-width: 800px;
  margin: 24px auto;
}

@media (max-width: 991px) {
  .img-box {
    max-width: 100%;
  }
}

a:hover {
  opacity: 0.8;
}

.text-link {
  color: #14faeb;
  text-decoration: underline;
}

.text-link:hover {
  opacity: 1;
  text-decoration: none;
  color: #51c5f4;
}

a.btn-twitter {
  font-size: 20px;
  display: block;
  width: 800px;
  max-width: 92%;
  margin: 20px auto;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 12px;
  background-color: #1da1f2;
}

a.btn-twitter:hover {
  color: #ffffff;
}

a.btn-twitter i {
  font-size: 24px;
  margin-right: 3px;
}

.link-movie {
  position: relative;
  display: block;
  margin: 0 auto 32px;
  width: 600px;
  max-width: 100%;
  border: 1px solid #eee;
}

.link-movie:before {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  color: #c00;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  font-size: 80px;
  opacity: 0.6;
  line-height: 1;
}

.shop-link {
  display: block;
  width: 80%;
  padding: 5px 0px;
  margin: 10px auto;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #00ffee;
  border: 1px solid #00ffee;
  background: #05605b;
}

.shop-link .fas {
  padding-left: 5px;
}

.shop-link:hover {
  color: #00ffee;
  opacity: .8;
  text-decoration: none;
}

@media (max-width: 767px) {
  .shop-link {
    font-size: 14px;
  }
}

.list-note {
  list-style-type: none;
  padding: 0;
}

.list-note > li {
  position: relative;
  color: #fff;
  padding-left: 16px;
  margin-bottom: 2px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  .list-note > li {
    font-size: 15px;
  }
}

.list-note > li:before {
  position: absolute;
  left: 0;
  content: "※";
  color: #f33c4e;
}

.list-dotted {
  padding-left: 18px;
  margin-bottom: 0;
}

.list-dotted__item {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: .05em;
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .list-dotted__item {
    font-size: 15px;
  }
}

.list-dotted__item:last-of-type {
  margin-bottom: 0;
}

.list-dotted__item:before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 10px;
  left: -12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.list-circle {
  padding-left: 16px;
}

.list-circle__item {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: .05em;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .list-circle__item {
    font-size: 15px;
  }
}

.list-circle__item:before {
  content: "◯";
  display: block;
  color: #fff;
  margin-right: 2px;
}

.list-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-2col__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  padding: 5px;
}

@media (max-width: 991px) {
  .list-2col__item {
    font-size: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding-left: 22px;
    width: 100%;
  }
}

.list-2col__item:before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: url(./img/hexagon.png) center center no-repeat;
  background-size: 100%;
  margin-right: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 991px) {
  .list-2col__item:before {
    margin-top: 4px;
    position: absolute;
    left: 0;
    top: 4px;
  }
}

.list-2col__item p {
  padding-left: 24px;
  font-size: 15px;
  width: 100%;
}

@media (max-width: 991px) {
  .list-2col__item p {
    padding-left: 0;
  }
}

.section-news h2 {
  margin-bottom: 20px;
}

.section-news .box-inner {
  height: 410px;
}

@media (max-width: 767px) {
  .section-news .box-inner {
    height: 235px;
  }
}

.section-news .box-inner dl {
  margin: 15px auto;
  overflow-y: auto;
  height: 330px;
}

@media (max-width: 767px) {
  .section-news .box-inner dl {
    height: 180px;
  }
}

.section-news .box-inner dl dt {
  color: #51c5f4;
  font-family: "Orbitron", sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .section-news .box-inner dl dt {
    font-size: 15px;
  }
}

.section-news .box-inner dl dt:first-of-type {
  margin-top: 12px;
}

.section-news .box-inner dl dd {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.7;
  font-weight: 500;
}

@media (max-width: 767px) {
  .section-news .box-inner dl dd {
    font-size: 15px;
  }
}

.section-news .box-inner dl dd:last-of-type {
  border-bottom: none;
}

.section-news .box-inner dl dd a {
  color: #14faeb;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: .05em;
  font-weight: 500;
  position: relative;
}

@media (max-width: 767px) {
  .section-news .box-inner dl dd a {
    font-size: 15px;
  }
}

.section-news .box-inner dl dd a:after, .section-news .box-inner dl dd a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #14faeb;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.section-news .box-inner dl dd a:after {
  width: 0;
  background: #07222B;
}

.section-news .box-inner dl dd a:hover {
  opacity: 1;
  text-decoration: none;
  color: #51c5f4;
}

.section-news .box-inner dl dd a:hover:after {
  width: 100%;
}

@media (max-width: 767px) {
  .section-twitter {
    margin-top: 60px;
  }
}

.section-twitter h2 {
  margin-bottom: 20px;
}

.section-twitter .box-inner {
  height: 410px;
}

.section-twitter .box-inner .inline-box {
  width: 100%;
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .section-twitter .box-inner .inline-box {
    margin: 22px auto;
  }
}

.title-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .title-detail {
    font-size: 18px;
  }
}

.title-detail:before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: url(./img/hexagon.png) center center no-repeat;
  background-size: 100%;
  margin-right: 6px;
}

.title-summary {
  color: #51c5f4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .title-summary {
    font-size: 20px;
  }
}

.title-summary:nth-child(n + 2) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.title-tiny {
  color: #51c5f4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16px;
  margin: 0;
}

.nav-tabs.about-tabs {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 30px;
  border-bottom: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .nav-tabs.about-tabs .nav-item {
    margin: 0.1rem;
  }
}

.nav-tabs.about-tabs .nav-link {
  width: 200px;
  padding: 15px 50px;
  margin: 0 10px;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  color: #139f97;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: 1px solid #139f97;
  background: #073d3a;
  font-size: 20px;
  border-radius: 0;
}

@media (max-width: 767px) {
  .nav-tabs.about-tabs .nav-link {
    font-size: 18px;
    width: 130px;
    margin: 0 5px;
    padding: 10px 20px;
  }
}

.nav-tabs.about-tabs .nav-link.active {
  color: #00ffee;
  border: 1px solid #00ffee;
  background: #05605b;
}

.content-area .text-attention {
  color: #14faeb;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .content-area .text-attention {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=style.css.map */