@charset "UTF-8";
html {
  scrollbar-color: #000000 #2b2b2b;
  scrollbar-width: thin;
}

body {
  background-color: #000000;
  color: white;
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  font-weight: 200;
}

main {
  padding: 0;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header {
    position: absolute;
  }
}
header .inner {
  max-width: none;
}
header .inner h1 {
  opacity: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}
header .inner h1 img {
  max-width: 280px;
}
header .inner h1.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

#keyvisual {
  width: 100%;
  position: relative;
  line-height: 1;
}
#keyvisual .credit {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#introduction {
  background: url(../IMG/intro_bg.jpg) no-repeat center;
  background-size: cover;
}
#introduction .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  width: 100%;
}
#introduction .inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
}
#introduction .inner .left img {
  width: 60%;
  max-width: 600px;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
}
#introduction .inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8% 0;
  width: 60%;
}
#introduction .inner .right h2,
#introduction .inner .right p {
  width: 80%;
  text-align: center;
}
#introduction .inner .right h2 {
  margin-bottom: 1.3em;
  font-weight: 200;
  font-size: 2vw;
  letter-spacing: 0.2em;
}
#introduction .inner .right p {
  line-height: 200%;
  margin-bottom: 3em;
}
#introduction .inner .right div {
  width: 80%;
  margin: 0 auto;
}
#introduction .inner .right div .box {
  width: 70%;
  margin: 30px auto;
}
#introduction .inner .right div .licensee {
  width: 80%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #introduction {
    padding: 60px 0;
    background: url(../IMG/intro_bg.jpg) no-repeat center left 30%;
    background-size: auto 100%;
  }
  #introduction .inner {
    display: block;
  }
  #introduction .inner .left,
  #introduction .inner .right {
    width: 100%;
  }
  #introduction .inner .left img {
    width: 80%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #introduction .inner .right {
    font-size: 4vw;
  }
  #introduction .inner .right h2 {
    font-size: 5vw;
  }
  #introduction .inner .right * {
    width: 85% !important;
  }
  #introduction .inner .right div {
    width: 90% !important;
  }
  #introduction .inner .right div .licensee {
    width: 100% !important;
    margin-left: -20px;
  }
}

#detail {
  background-color: white;
  overflow: hidden;
  color: #333;
}
#detail .inner {
  width: 100%;
  max-width: none;
}
#detail .inner .item_1 {
  position: relative;
  padding: 10% 0;
}
#detail .inner .item_1 > div {
  width: 50%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #detail .inner .item_1 > div {
    width: 100%;
  }
}
#detail .inner .item_1 > div h2,
#detail .inner .item_1 > div p {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #detail .inner .item_1 > div h2 {
    padding-top: 30px;
  }
  #detail .inner .item_1 > div h2 img {
    width: 40%;
  }
  #detail .inner .item_1 > div p {
    padding-top: 70%;
    text-align: justify;
  }
}
#detail .inner .item_1 > div h2 img {
  margin: 0 auto;
}
#detail .inner .item_1 > div p {
  font-size: 1.6rem;
  letter-spacing: 10%;
  margin-top: 3em;
  line-height: 2;
}
#detail .inner .item_1 .prlx_img {
  position: absolute;
  right: 0px;
  top: 0;
}
#detail .inner .item_1 .far {
  width: 30%;
  right: -10%;
  top: 15%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #detail .inner .item_1 .far {
    width: 40%;
    right: 0%;
    top: 20%;
  }
}
#detail .inner .item_1 .neer {
  width: 40%;
  right: 10%;
  top: 20%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #detail .inner .item_1 .neer {
    width: 60%;
    right: 30%;
    top: 20%;
  }
}
#detail .inner .item_2 {
  position: relative;
  overflow: hidden;
  padding: 10% 0 15%;
}
#detail .inner .item_2 > div {
  width: 50%;
  float: right;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 10% 0 0;
}
#detail .inner .item_2 > div p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 3em;
  line-height: 2;
  width: 70%;
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
}
#detail .inner .item_2 > div h2 {
  width: 30%;
}
#detail .inner .item_2 > div h2 img {
  margin: 0 auto;
  width: 80%;
  margin-left: 20%;
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  #detail .inner .item_2 > div {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    float: none;
    padding: 0;
  }
  #detail .inner .item_2 > div h2 {
    width: 100%;
  }
  #detail .inner .item_2 > div h2 img {
    width: 25%;
    margin: 0 auto;
  }
  #detail .inner .item_2 > div p {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 100%;
    margin-top: -5em;
  }
}
#detail .inner .item_2 .prlx_img_fix {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 40%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #detail .inner .item_2 .prlx_img_fix {
    width: 70%;
  }
}

#detail_2 {
  background-color: #001d38;
  padding: 10% 0;
}
@media screen and (max-width: 768px) {
  #detail_2 {
    padding: 80px 0;
  }
}
#detail_2 .inner {
  padding: 0 5%;
  width: 100%;
}
#detail_2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
#detail_2 ul li {
  width: 33.3333333333%;
}
#detail_2 ul li > div {
  width: 100%;
  position: relative;
  position: relative;
}
#detail_2 ul li > div::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 60px;
  background-color: #FFF;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}
#detail_2 ul li > div .mouse_over {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation: op_loop 8s infinite;
          animation: op_loop 8s infinite;
}
@-webkit-keyframes op_loop {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes op_loop {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
#detail_2 ul li > div .mouse_over:hover {
  opacity: 1;
}
#detail_2 ul li h3 {
  font-weight: 200;
  font-size: 2.2rem;
  text-align: center;
  line-height: 160%;
  height: 7rem;
  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: 3rem 0 0.5rem;
}
#detail_2 ul li p {
  line-height: 1.8;
  font-size: 1.4rem;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  #detail_2 ul {
    display: block;
  }
  #detail_2 ul li {
    width: 90%;
    margin: 0 auto 4em;
  }
  #detail_2 ul li h3 {
    margin-top: 50px;
    height: auto;
  }
  #detail_2 ul li:first-child h3 {
    height: 7rem;
  }
}
#detail_2 h2 {
  text-align: center;
  font-weight: 200;
  font-size: 4rem;
  margin-top: 3em;
  letter-spacing: 0.2em;
}
#detail_2 h2 span {
  display: block;
  font-size: 1.2rem;
  margin-top: 3em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #detail_2 h2 {
    font-size: 5.2vw;
  }
  #detail_2 h2 span {
    margin-top: 1em;
  }
}

#craftman {
  padding: 1% 0 8%;
}
#craftman .inner {
  width: 100%;
}
#craftman h2 {
  text-align: center;
  font-weight: 200;
  font-size: 4rem;
  margin: 3em auto 5%;
  letter-spacing: 0.2em;
}
#craftman h2 img {
  margin: 0 auto;
}
#craftman h2 span {
  display: block;
  font-size: 1.2rem;
  margin-top: 3em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #craftman h2 {
    font-size: 5.2vw;
    margin: 4em auto 1.5em;
  }
  #craftman h2 span {
    margin-top: 1em;
  }
  #craftman h2 img {
    width: 30%;
  }
}
#craftman .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#craftman .image .text {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 768px) {
  #craftman .image .text {
    width: 90%;
    margin: 0 auto;
  }
  #craftman .image .text > img {
    margin-top: 2em;
  }
}
#craftman .image .text h3,
#craftman .image .text p {
  width: 90%;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #craftman .image .text h3,
  #craftman .image .text p {
    font-size: 3.2vw;
  }
}
#craftman .image .text h3 {
  width: 70%;
}
#craftman .image .text p {
  margin-top: 4em;
}
#craftman .image > div {
  width: 28%;
}
@media screen and (max-width: 768px) {
  #craftman .image > div {
    width: 100%;
    display: none;
  }
}
#craftman .person1,
#craftman .person2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  margin: 10% auto;
  gap: 10%;
}
#craftman .person1 .photo,
#craftman .person2 .photo {
  width: 46%;
}
#craftman .person1 .detail,
#craftman .person2 .detail {
  width: 54%;
}
#craftman .person1 .detail h3,
#craftman .person1 .detail h4,
#craftman .person1 .detail p,
#craftman .person1 .detail ul,
#craftman .person1 .detail a,
#craftman .person2 .detail h3,
#craftman .person2 .detail h4,
#craftman .person2 .detail p,
#craftman .person2 .detail ul,
#craftman .person2 .detail a {
  margin-left: 4%;
}
#craftman .person1 .detail h3,
#craftman .person2 .detail h3 {
  font-weight: 200;
  font-size: 1.9vw;
  line-height: 1.8;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #craftman .person1 .detail h3,
  #craftman .person2 .detail h3 {
    font-size: 4vw;
    margin-top: 3em;
  }
}
@media screen and (min-width: 1920px) {
  #craftman .person1 .detail h3,
  #craftman .person2 .detail h3 {
    font-size: 35px;
  }
}
#craftman .person1 .detail h3::before,
#craftman .person2 .detail h3::before {
  content: "";
  position: absolute;
  left: -1em;
  top: -0.4em;
  display: block;
  width: 40px;
  height: 40px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
  #craftman .person1 .detail h3::before,
  #craftman .person2 .detail h3::before {
    width: 20px;
    height: 20px;
  }
}
#craftman .person1 .detail h3::after,
#craftman .person2 .detail h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.4em;
  display: block;
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
  #craftman .person1 .detail h3::after,
  #craftman .person2 .detail h3::after {
    width: 20px;
    height: 20px;
  }
}
#craftman .person1 .detail .name,
#craftman .person2 .detail .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.1vw;
  margin-bottom: 1em;
}
#craftman .person1 .detail .name span.en,
#craftman .person2 .detail .name span.en {
  font-size: 40%;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  #craftman .person1 .detail .name,
  #craftman .person2 .detail .name {
    font-size: 8vw;
  }
}
#craftman .person1 .detail ul,
#craftman .person2 .detail ul {
  margin-top: 1em;
  overflow: hidden;
  height: 6em;
  -webkit-transition: 500ms;
  transition: 500ms;
  position: relative;
}
#craftman .person1 .detail ul li,
#craftman .person2 .detail ul li {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
#craftman .person1 .detail ul::before,
#craftman .person2 .detail ul::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.8)), to(#000));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000 100%);
  -webkit-transition: 500ms;
  transition: 500ms;
}
#craftman .person1 .detail ul.act,
#craftman .person2 .detail ul.act {
  height: auto;
}
#craftman .person1 .detail ul.act::before,
#craftman .person2 .detail ul.act::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #craftman .person1,
  #craftman .person2 {
    display: block;
  }
  #craftman .person1 .photo,
  #craftman .person2 .photo {
    width: 100%;
  }
  #craftman .person1 .detail,
  #craftman .person2 .detail {
    width: 100%;
  }
}
#craftman .person2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#craftman video {
  width: 90%;
}

#gallery {
  background-color: #FFF;
  padding: 10% 0 5%;
}
#gallery h2 img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #gallery h2 {
    margin-top: 2em;
  }
  #gallery h2 img {
    width: 27%;
  }
}
#gallery .inner {
  max-width: none;
  width: auto;
}
#gallery .swiper {
  margin: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gallery .swiper {
    margin: 50px 0;
  }
}
#gallery .swiper .photo {
  overflow: hidden;
}
#gallery .swiper .photo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.5);
          box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #gallery .swiper .photo::before {
    content: none;
  }
}
#gallery .swiper .swiper-button-prev {
  background: url(../IMG/left_button.svg) no-repeat center #000;
  background-size: cover;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  opacity: 0.7;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#gallery .swiper .swiper-button-prev::after {
  content: none;
}
#gallery .swiper .swiper-button-prev:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #gallery .swiper .swiper-button-prev {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
#gallery .swiper .swiper-button-next {
  background: url(../IMG/right_button.svg) no-repeat center #000;
  background-size: cover;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  opacity: 0.7;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#gallery .swiper .swiper-button-next::after {
  content: none;
}
#gallery .swiper .swiper-button-next:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #gallery .swiper .swiper-button-next {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

#product {
  background-color: #001d38;
  position: relative;
}
#product::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: url(../IMG/light.png) no-repeat right center;
  background-size: auto 150%;
}
#product .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10% 0;
  width: 100%;
}
#product .inner div {
  z-index: 2;
}
#product .inner div.left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #product .inner div.left {
    width: 100%;
  }
}
#product .inner div.left h2,
#product .inner div.left h3,
#product .inner div.left p,
#product .inner div.left a {
  width: 70%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #product .inner div.left h2,
  #product .inner div.left h3,
  #product .inner div.left p,
  #product .inner div.left a {
    width: 80%;
  }
}
#product .inner div.left h2 {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #product .inner div.left h2 {
    margin-top: 1em;
  }
}
#product .inner div.left h3 {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 200;
  letter-spacing: 10%;
  font-size: 1.6vw;
}
@media screen and (max-width: 768px) {
  #product .inner div.left h3 {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 1920px) {
  #product .inner div.left h3 {
    font-size: 35px;
  }
}
#product .inner div.left .term {
  width: 60%;
  line-height: 2;
  font-size: 1.1vw;
}
@media screen and (max-width: 768px) {
  #product .inner div.left .term {
    font-size: 4vw;
    width: 90%;
    text-align: center;
  }
}
@media screen and (min-width: 1920px) {
  #product .inner div.left .term {
    font-size: 20px;
  }
}
#product .inner div.left .price {
  text-align: center;
  padding: 1em 0;
}
#product .inner div.left .price span {
  font-size: 180%;
  padding: 0 0em 0 0.4em;
  font-family: "Inter";
  letter-spacing: 8%;
}
#product .inner div.left .cart {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #product .inner div.left .cart {
    width: 80%;
  }
}
#product .inner div.right {
  width: 60%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #product .inner div.right {
    width: 100%;
  }
}
#product .inner div.right img {
  width: 85%;
  float: right;
}
@media screen and (max-width: 768px) {
  #product .inner div.right img {
    float: none;
    margin: 3em auto 0;
  }
}
#product .inner .note {
  border: 1px solid #284866;
  padding: 2em;
  font-size: 14px;
  margin: 60px auto 0;
  width: 90%;
}
#product .inner .note h4 {
  padding-bottom: 1em;
  font-weight: normal;
}
#product .inner .note ul {
  padding-left: 2em;
}
#product .inner .note ul li {
  padding-bottom: 1em;
  position: relative;
}
#product .inner .note ul li strong {
  display: block;
}
#product .inner .note ul li::before {
  content: "※";
  position: absolute;
  left: -2em;
  top: 0;
}

.serif {
  font-family: "Noto Serif JP";
}

.sans {
  font-family: "Noto Sans JP";
}

.movie {
  max-width: 1380px;
  margin: 3em auto;
  position: relative;
  opacity: 0.7;
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media screen and (max-width: 768px) {
  .movie {
    margin: 1.3em auto;
    opacity: 1;
  }
}
.movie::after {
  content: "";
  background: url(../IMG/play.svg) no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .movie::after {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5);
            transform: translate3d(-50%, -50%, 0) scale(0.5);
  }
}
.movie:hover {
  opacity: 1;
}

.more {
  display: block;
  width: 100px;
  font-size: 1.3rem;
  padding: 0.3em 0.4em 0.4em 2em;
  line-height: 1;
  background: url(../IMG/plus.svg) no-repeat left 5px center #00101f;
  margin-top: 1em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .more {
    margin: 1em 0 0 auto;
  }
}
.more:hover {
  background-color: #092b4c;
}
.more.act {
  background: url(../IMG/min.svg) no-repeat left 5px center #00101f;
}
.more.act:hover {
  background-color: #092b4c;
}

.cart {
  display: block;
  background-color: #0068a4;
  color: #FFF;
  text-align: center;
  padding: 0.7em;
  font-size: 1.8rem;
  position: relative;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.cart span {
  position: relative;
  z-index: 2;
}
.cart::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  background-color: #FFF;
  z-index: 1;
}
.cart:hover {
  color: #0068a4;
}
.cart:hover:before {
  width: 100%;
}

.link {
  text-align: center;
  padding: 1em 0;
  color: #FFF;
  text-decoration: underline;
}

.aten {
  text-align: center;
  font-size: 1.2rem;
}

#kv_canvas {
  width: 100%;
  height: 52.0833333333vw;
}
#kv_canvas.spmode {
  width: 100%;
  height: 173.3333333333vw;
}

.dentou {
  margin-left: 4%;
  position: relative;
  cursor: pointer;
}
.dentou:hover > div {
  opacity: 1;
}
.dentou span {
  display: inline-block;
  position: relative;
}
.dentou span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../IMG/icon_pickup.svg) no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translate3d(5px, -50%, 0);
          transform: translate3d(5px, -50%, 0);
}
.dentou > div {
  opacity: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 40vw;
  max-width: 500px;
  background-color: #001d38;
  z-index: 1000;
  padding: 0.8em;
  -webkit-transform: translate3d(0, -120%, 0);
          transform: translate3d(0, -120%, 0);
}
.dentou > div h4 {
  font-size: 18;
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-left: 0 !important;
}
.dentou > div p {
  font-size: 14px;
  margin-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .dentou > div {
    width: 80vw;
  }
}
.dentou > div:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #001d38;
}

#to_cart {
  position: fixed;
  right: 20px;
  bottom: 2%;
  border: 1px solid #828282;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 10;
  padding: 1em;
  font-size: 1.2rem;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
#to_cart.active {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #to_cart {
    display: none !important;
  }
}
#to_cart p {
  margin-bottom: 0.5em;
}
#to_cart a {
  margin-top: 1em;
  background-color: #0068a4;
  color: #FFF;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.8em;
  font-size: 1rem;
}
#to_cart a:hover {
  background-color: #0083cf;
}
#to_cart a span {
  display: inline-block;
  padding-left: 2em;
  background: url(../IMG/bag.png) no-repeat;
  background-size: auto 100%;
  letter-spacing: 0.2em;
}

#detail_2,
#gallery,
#product,
#craftman,
#introduction {
  position: relative;
}
#detail_2::after,
#gallery::after,
#product::after,
#craftman::after,
#introduction::after {
  content: "";
  width: 10px;
  height: 110px;
  background: url(../IMG/dot.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #detail_2::after,
  #gallery::after,
  #product::after,
  #craftman::after,
  #introduction::after {
    width: 5px;
    height: 55px;
    background-size: cover;
  }
}

#introduction::after {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(-50%, 50%, 0);
          transform: translate3d(-50%, 50%, 0);
}

#common_video_mordal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}
#common_video_mordal.active {
  visibility: visible;
  opacity: 1;
}
#common_video_mordal .cartain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#common_video_mordal .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 94vw;
  height: 50vw;
  max-width: 1280px;
  height: 720px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
#common_video_mordal .inner video {
  width: 100%;
}
#common_video_mordal .close {
  position: absolute;
  right: 2%;
  top: 6%;
  width: 50px;
  height: 50x;
  pointer-events: none;
  z-index: 1;
}
#common_video_mordal .close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
#common_video_mordal .close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.eyepoint_circle {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  pointer-events: none;
}
.eyepoint_circle span {
  display: block;
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgb(255, 255, 255);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.6) translate3d(-50%, -50%, 0);
          transform: scale(0.6) translate3d(-50%, -50%, 0);
  border-radius: 100%;
  -webkit-animation: scale 2.5s infinite;
          animation: scale 2.5s infinite;
}

@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.2) translate3d(-50%, -50%, 0);
            transform: scale(1.2) translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: scale(0.6) translate3d(-50%, -50%, 0);
            transform: scale(0.6) translate3d(-50%, -50%, 0);
  }
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2) translate3d(-50%, -50%, 0);
            transform: scale(1.2) translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: scale(0.6) translate3d(-50%, -50%, 0);
            transform: scale(0.6) translate3d(-50%, -50%, 0);
  }
}
@-webkit-keyframes scale_outer {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale_outer {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
sup {
  font-size: 60%;
}

video {
  width: 95%;
  margin: 2em auto 0;
}

.comingsoon, .end {
  display: block;
  background-color: rgba(103, 103, 103, 0.5);
  width: 80%;
  margin: 0 auto;
  padding: 1em;
  border-radius: 5px;
  text-align: center;
}