@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

video:focus {
  border: none;
  outline: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

img {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hidden-sp {
    display: none !important;
  }
}
body.in-iframe .hidden-in-iframe {
  display: none !important;
}

body:not(.in-iframe) .hidden-out-iframe {
  display: none !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  padding: 16px 32px;
  text-decoration: none;
  border-radius: 50px;
  transition: opacity 0.2s ease-in;
  opacity: 1;
}
.btn:hover {
  opacity: 0.86;
}
.btn.btn-outline {
  background: #FFF;
  color: #000;
  border: #CCC solid 1px;
  font-size: 20px;
  font-weight: bold;
}
.btn.btn-outline:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 16px;
  height: 8px;
  width: 8px;
  border-top: 3px solid #FB1A18;
  border-right: 3px solid #FB1A18;
  transform: rotate(45deg);
}
.btn.btn-primary {
  background: #000;
  color: #FFF;
  border: #000 solid 1px;
  font-size: 20px;
  font-weight: bold;
}
.btn.btn-primary:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 16px;
  height: 8px;
  width: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}
.btn.btn-menu {
  justify-content: flex-start;
  background: #FFF;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  border-radius: 9px;
  min-height: 54px;
  padding: 8px 20px 8px 40px !important;
}
.btn.btn-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 23px;
  height: 30px;
  background: url(../img/icon_pin.png) no-repeat center center;
  background-size: contain;
}
.btn.btn-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 8px;
  height: 8px;
  width: 8px;
  border-top: 3px solid #FB1A18;
  border-right: 3px solid #FB1A18;
  transform: rotate(45deg);
}

#header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 14px 20px 0px;
}
#header .logo {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 18vw;
}
#header .btn-contact {
  position: fixed;
  bottom: 0;
  right: 28px;
  background: rgba(0,0,0,0.7);
  color: #FFF;
  border-radius: 10px 10px 0 0;
  padding: 8px 32px;
}
#header .title-block {
  
}
#header .title-block .catch {
  font-size: 3.5vw;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #202EB1;
  text-shadow:
  2px 2px 0px #FFF, -2px -2px 0px #FFF, -2px 2px 0px #FFF, 2px -2px 0px #FFF, 
  2px 0px 0px #FFF, -2px 0px 0px #FFF, 0px 2px 0px #FFF, 0px -2px 0px #FFF, 
  0px -2px 6px #4BF9FB, 2px 0px 6px #4BF9FB, 0px 2px 6px #4BF9FB, -2px 0px 6px #4BF9FB, 
  0px -4px 8px #4BF9FB, 4px 0px 8px #4BF9FB, 0px 4px 8px #4BF9FB, -4px 0px 8px #4BF9FB
  ;
}
#header .title-block .lead {
  margin-top: 2vh;
  font-size: 0.95vw;
  font-weight: 500;
  line-height: 1.6;
  color: #202EB1;
  text-shadow:
  1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF, 
  1px 0px 0px #FFF, -1px 0px 0px #FFF, 0px 1px 0px #FFF, 0px -1px 0px #FFF, 
  0px -1px 4px #4BF9FF, 1px 0px 4px #4BF9FF, 0px 1px 4px #4BF9FF, -1px 0px 4px #4BF9FF, 
  0px -2px 6px #4BF9FF, 2px 0px 6px #4BF9FF, 0px 2px 6px #4BF9FF, -2px 0px 6px #4BF9FF
  ;
}
@media (max-width: 1023px) {
  #header {
    padding: 0 16px;
  }
  #header .logo {
    position: relative;
    text-align: center;
    right: 0;
    width: 100%;
  }
  #header .logo img {
    width: 200px;
  }
  #header .title-block {
    margin-top: 8px;
  }
  #header .title-block .catch {
    font-size: 42px;
    line-height: 1.4;
    text-align: center;
    text-shadow:
    2px 2px 0px #FFF, -2px -2px 0px #FFF, -2px 2px 0px #FFF, 2px -2px 0px #FFF, 
    2px 0px 0px #FFF, -2px 0px 0px #FFF, 0px 2px 0px #FFF, 0px -2px 0px #FFF, 
    0px -2px 6px #4BF9FB, 2px 0px 6px #4BF9FB, 0px 2px 6px #4BF9FB, -2px 0px 6px #4BF9FB, 
    0px -4px 8px #4BF9FB, 4px 0px 8px #4BF9FB, 0px 4px 8px #4BF9FB, -4px 0px 8px #4BF9FB;
    
  }
  #header .title-block .lead {
    font-size: 14px;
    margin: 8px auto;
    max-width: 570px;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}

#main-canvas {
  height: 100dvh;
  width: 100%;
}
#main-canvas .dummy-canvas {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
}

#content {
  padding: 24px max(2%, 8px);
  background: #303BA9;
}
#content .menu-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
#content .menu-list .menu-list-item {
  width: calc(50% - 8px);
  margin: 4px;
}
#content .menu-list .menu-list-item .btn {
  width: 100%;
}
#content .button {
  text-align: center;
  margin-top: 24px;
}
#content .button .btn-contact {
  background: #000;
  color: #FFF;
  border: #000 solid 1px;
  font-size: 18px;
  font-weight: bold;
  width: 346px;
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
#footer .copyright {
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: #FFF;
  font-size: 11px;
}
@media (max-width: 1023px) {
  #footer {
    position: relative;
    background: #303BA9;
    padding: 8px 16px;
    text-align: center;
  }
  #footer .copyright {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
@keyframes slid-in {
  from {
    transform: translateX(101%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slid-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(101%);
  }
}
#body-info {
  opacity: 0;
}
#body-info.load {
  transition: opacity 0.2s ease-in;
  opacity: 1;
}

.info-overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100dvh;
  transition: all 0.2s;
  transform: translateX(101%);
  animation: slid-out 0.2s ease 0s 1 normal;
}
.info-overlay.-is-active {
  transform: translateX(0);
  animation: slid-in 0.2s ease 0s 1 normal;
}
.info-overlay .info-overlay_content {
  background: #FFF;
  height: 100vh;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}
.info-overlay .info-overlay_content iframe {
  display: block;
  overflow: auto;
  height: 100%;
  width: 100%;
  border: none;
}

.btn-info-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 48px;
  height: 48px;
  background: #FB1A18;
  color: #FFF;
  cursor: pointer;
}
.btn-info-close:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 32px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn-info-close:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 32px;
  background: #FFF;
  transform: rotate(-45deg);
}

.btn-info-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 48px;
  height: 48px;
  background: #FB1A18;
  color: #FFF;
  cursor: pointer;
}
.btn-info-back:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 16px;
  height: 8px;
  width: 8px;
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
  transform: rotate(45deg);
}

.info-intro {
  position: relative;
  padding: 50px max(10%, 50px) 30px;
}
.info-intro .title {
  font-size: 38px;
  font-weight: bold;
}
.info-intro .summary {
  margin-top: 8px;
}

.info-image {
  margin-top: 32px;
  text-align: center;
}
.info-image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 1023px) {
  body:not(.in-iframe) .btn {
    padding: 8px 24px;
  }
  body:not(.in-iframe) .info-intro {
    padding: 0;
  }
  body:not(.in-iframe) .info-intro .title {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    padding: 0 16px 0 60px;
    font-size: 24px;
    height: 48px;
    width: 100%;
    background: rgba(255, 255, 255, 0.76);
  }
  body:not(.in-iframe) .info-intro .summary {
    padding: 24px max(5%, 16px);
  }
  body:not(.in-iframe) .info-image {
    margin-top: 0;
  }
    body:not(.in-iframe) .info-image .canvas {
    background-color: #F0F3F5;
    padding: 10px 0;
  }
  body:not(.in-iframe) .info-image .canvas img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 90%;
    margin: 48px 5% 0;
    border: #D9E1E3 solid 4px;
    border-radius: 16px;
  }
  body:not(.in-iframe) .info-content .product-block {
    padding: 24px max(3%, 8px);
  }
  body:not(.in-iframe) .product-slider-nav {
    top: 150px;
  }
  body:not(.in-iframe) .product-button-next,
body:not(.in-iframe) .product-button-prev {
    width: 40px;
    height: 40px;
  }
  body:not(.in-iframe) .product-slider-nav .product-button-next {
    right: -10px;
  }
  body:not(.in-iframe) .product-slider-nav .product-button-prev {
    left: -10px;
  }
}

.info-content .product-block {
  padding: 20px max(10%, 50px) 20px;
  background: #F0F3F5;
}
.info-content .product-block .product-title {
  text-align: center;
}
.info-content .product-block .product-title .product-title-en {
  font-size: 16px;
  font-weight: bold;
  color: #FB1A18;
}
.info-content .product-block .product-title .product-title-ja {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.info-content .product-slider {
  position: relative;
  margin-top: 20px;
}
.info-content .product-slide {
  overflow: hidden;
  padding-bottom: 40px;
  background: #FFF;
  border: #E7EFF1 6px solid;
  border-radius: 22px;
}
.info-content .product-slide .image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.info-content .product-slide .image img {
  display: block;
  height: 256px;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-content .product-slide .title {
  font-size: 20px;
  font-weight: bold;
  padding: 0 30px;
}
.info-content .product-slide .text {
  margin-top: 8px;
  padding: 0 30px;
  font-size: 14px;
}
.info-content .product-slide .button {
  margin-top: 24px;
  padding: 0 30px;
  text-align: center;
}
.info-content .product-slide .button .btn {
  width: 346px;
  max-width: 100%;
}

.swiper-slide {
  transition-property: all;
}

@keyframes reflect{
  0%,75%{
    transform: rotate(45deg) scale(0);
    opacity: 1;
  }
  100%{
    transform: rotate(45deg) scale(100);
    opacity: 0;
  }
}
.product-button-next,
.product-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FB1A18;
  margin: 0 4px;
/*  opacity: 0.6;*/
  cursor: pointer;
}
.product-button-next:after,
.product-button-prev:after{
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 10%;
  height: 150%;
  background: #fff;
  transform: rotate(45deg);
  animation: reflect 5s ease-in-out infinite;
}
.product-button-next.swiper-button-disabled,
.product-button-prev.swiper-button-disabled {
  display: none;
}

.product-button-next:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-width: 3px 3px 0 0;
  border-color: #FFF;
  border-style: solid;
  transform: rotate(45deg) translate(-1px, 1px);
}

.product-button-prev:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-width: 3px 3px 0 0;
  border-color: #FFF;
  border-style: solid;
  transform: rotate(-135deg) translate(-1px, 1px);
}

.product-slider-nav {
  position: absolute;
  top: 256px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.product-slider-nav .product-button-next,
.product-slider-nav .product-button-prev {
  position: absolute;
  top: -20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.product-slider-nav .product-button-prev {
  left: -20px;
}
.product-slider-nav .product-button-next {
  right: -20px;
}

.info-footer {
  padding: 40px max(10%, 50px) 40px;
}
.info-footer .button {
  text-align: center;
}
.info-footer .button:not(:first-child) {
  margin-top: 24px;
}
.info-footer .button .btn {
  width: 346px;
}

.info-copyright {
  padding: 8px;
  background: #303BA9;
  color: #FFF;
  font-size: 11px;
  text-align: center;
}