body {
  font-size: 1.6rem;
  background-color: #000;
  color: #FFF;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  main {
    padding: 0;
  }
}

h2,
h3,
figcaption {
  font-weight: 100;
}

p {
  letter-spacing: 0.1em;
  text-align: justify;
}

.flare {
  position: absolute;
  z-index: 10;
  mix-blend-mode: screen;
  background: url(../img/lens_flare.png) no-repeat;
}

header {
  position: absolute;
  width: 100%;
  height: 80px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  header {
    backdrop-filter: unset;
  }
}
header::before {
  content: none !important;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
}
header .inner h1 {
  max-width: 270px;
}
header .inner .la_logo {
  width: 100px;
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
    background: none;
  }
  header .inner {
    padding: 0 2%;
  }
  header .inner h1 {
    max-width: 140px;
  }
  header .inner div {
    max-width: 60px;
  }
}

section > .inner {
  max-width: 1800px;
}

#keyvisual_1st {
  position: relative;
  overflow: hidden;
  background: url(../img/kv_bg.jpg) no-repeat center top;
  background-size: cover;
}
#keyvisual_1st .photo_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(../img/kv_main2.png) no-repeat center top;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  #keyvisual_1st .photo_bg {
    background: url(../img/kv_main2_sp.png) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  #keyvisual_1st {
    background: url(../img/kv_bg.jpg) no-repeat center top;
    background-size: cover;
    height: 180vw;
  }
}
#keyvisual_1st .wrapper {
  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;
  margin: 0 auto;
  width: 96%;
  max-width: 1315px;
  z-index: 99;
  position: relative;
}
#keyvisual_1st .wrapper .logo_area {
  width: 55%;
  padding-top: 10%;
  opacity: 0;
}
#keyvisual_1st .wrapper .logo_area .logo {
  width: 100%;
  margin-bottom: 20px;
  max-width: 550px;
}
#keyvisual_1st .wrapper .logo_area .honnin {
  margin: 30px auto;
}
#keyvisual_1st .wrapper .logo_area .realperfect {
  margin: 40px auto 20px auto;
  max-width: 200px;
}
#keyvisual_1st .wrapper .logo_area p {
  font-size: 16px;
  text-align: center;
}
#keyvisual_1st .wrapper .logo_area img {
  margin: 0 auto;
}
#keyvisual_1st .wrapper .logo_area div {
  text-align: center;
  font-size: 130%;
}
@media screen and (max-width: 1000px) {
  #keyvisual_1st .wrapper .logo_area .logo {
    width: 80%;
  }
  #keyvisual_1st .wrapper .logo_area p {
    font-size: 1.2vw;
  }
  #keyvisual_1st .wrapper .logo_area .honnin {
    max-width: 200px;
    margin: 10px auto;
  }
  #keyvisual_1st .wrapper .logo_area .realperfect {
    margin: 20px auto 20px auto;
    max-width: 100px;
  }
  #keyvisual_1st .wrapper .logo_area div {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #keyvisual_1st .wrapper .logo_area .honnin {
    max-width: 60%;
    margin: 30px auto;
  }
  #keyvisual_1st .wrapper .logo_area .realperfect {
    margin: 20px auto 40px auto;
    max-width: 55%;
  }
  #keyvisual_1st .wrapper .logo_area div {
    font-size: 130%;
  }
}
#keyvisual_1st .wrapper .image {
  width: 45%;
  max-width: 627px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  opacity: 1;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  #keyvisual_1st .wrapper {
    display: block;
  }
  #keyvisual_1st .wrapper .logo_area,
  #keyvisual_1st .wrapper .image {
    width: 100%;
  }
  #keyvisual_1st .wrapper .logo_area {
    position: relative;
    padding-top: 50vw;
    z-index: 2;
    padding: 45vw 3% 0;
  }
  #keyvisual_1st .wrapper .logo_area .honnin {
    width: 70%;
  }
  #keyvisual_1st .wrapper .logo_area .realperfect {
    width: 40%;
    margin: 10px auto;
  }
  #keyvisual_1st .wrapper .logo_area p {
    font-size: 2.9vw;
    text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  #keyvisual_1st .wrapper .logo_area .term {
    text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  #keyvisual_1st .wrapper .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    z-index: 1;
  }
}
#keyvisual_1st.loaded .logo_area {
  -webkit-transition: 600ms opacity ease-in-out 2.5s;
  transition: 600ms opacity ease-in-out 2.5s;
  opacity: 1;
}
#keyvisual_1st.loaded .image {
  -webkit-animation: key_main 3s ease-in-out forwards;
          animation: key_main 3s ease-in-out forwards;
}
#keyvisual_1st.loaded .photo_bg {
  -webkit-transition: 1s opacity ease-in-out 4s;
  transition: 1s opacity ease-in-out 4s;
  opacity: 1;
}
@-webkit-keyframes key_main {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@keyframes key_main {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
#keyvisual_1st .logo2 {
  position: absolute;
  bottom: 20px;
  left: 2%;
  z-index: 99;
}
@media screen and (max-width: 1000px) {
  #keyvisual_1st .logo2 {
    width: 55%;
    bottom: 8%;
  }
}
@media screen and (max-width: 768px) {
  #keyvisual_1st .logo2 {
    width: 75%;
    bottom: 4%;
  }
}
#keyvisual_1st .limited {
  position: absolute;
  bottom: 7%;
  right: 2%;
  z-index: 99;
}
@media screen and (max-width: 1000px) {
  #keyvisual_1st .limited {
    width: 120px;
    bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  #keyvisual_1st .limited {
    width: 25%;
    bottom: 6%;
  }
}
#keyvisual_1st .bg_square_1 {
  width: 150%;
  height: 30%;
  background-color: #1f4f51;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(6deg) translate3d(-50%, 70%, 0);
          transform: rotate(6deg) translate3d(-50%, 70%, 0);
}
@media screen and (max-width: 768px) {
  #keyvisual_1st .bg_square_1 {
    height: 25%;
    -webkit-transform: rotate(10deg) translate3d(-50%, 60%, 0);
            transform: rotate(10deg) translate3d(-50%, 60%, 0);
  }
}
#keyvisual_1st .bg_square_2 {
  width: 150%;
  height: 30%;
  background-color: #06274e;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-6deg) translate3d(-50%, -100%, 0);
          transform: rotate(-6deg) translate3d(-50%, -100%, 0);
}
@media screen and (max-width: 768px) {
  #keyvisual_1st .bg_square_2 {
    -webkit-transform: rotate(-10deg) translate3d(-50%, -100%, 0);
            transform: rotate(-10deg) translate3d(-50%, -100%, 0);
  }
}
#keyvisual_1st .credit {
  position: absolute;
  bottom: 20px;
  right: 2%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #keyvisual_1st .credit {
    width: 96%;
  }
}
#keyvisual_1st .smoke {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#keyvisual_1st .smoke .smoke_inner {
  width: 300%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#keyvisual_1st .smoke .smoke_inner img {
  width: 50%;
  max-width: none;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#introduction {
  position: relative;
  overflow: hidden;
  padding: 200px 0;
  background: url(../img/about/bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #introduction {
    padding-bottom: 100px;
  }
}
#introduction .inner {
  overflow: hidden;
}
#introduction .inner .container {
  position: relative;
  z-index: 99;
  width: 60%;
  float: right;
}
#introduction .inner .container h2 {
  text-align: center;
  font-size: 45px;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
#introduction .inner .container h2 span {
  display: block;
  font-size: 18px;
  margin-top: 0.8em;
  letter-spacing: 2px;
}
#introduction .inner .container h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 30px;
  background-color: white;
}
#introduction .inner .container p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #introduction .inner .container {
    float: none;
    width: 94%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5% 5% 10%;
  }
  #introduction .inner .container h2 {
    font-size: 8vw;
    margin-top: 0.5em;
  }
  #introduction .inner .container h2 span {
    font-size: 4vw;
    line-height: 1.5;
  }
  #introduction .inner .container p {
    font-size: 2.6vw;
  }
}
#introduction .photo {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate3d(0, -20%, 0);
          transform: translate3d(0, -20%, 0);
}
@media screen and (max-width: 768px) {
  #introduction .photo {
    width: 70%;
    right: 50%;
    -webkit-transform: translate3d(50%, -20%, 0);
            transform: translate3d(50%, -20%, 0);
  }
}

.section_title {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-width: 420px;
}
.section_title .ttl_1 {
  width: 40%;
  background: #FFF;
  color: #0e152d;
  padding: 0.1em 0.1em;
  font-size: 90%;
  text-align: center;
}
.section_title .ttl_2 {
  width: 60%;
  font-size: 110px;
  line-height: 0.85;
  text-align: right;
  line-height: 1;
}
.section_title .catch {
  border-top: 1px solid #FFF;
  margin-top: 8px;
  padding-top: 8px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section_title {
    min-width: unset;
  }
  .section_title .ttl_1 {
    width: 30%;
    font-size: 2.4vw;
  }
  .section_title .ttl_2 {
    width: 70%;
    font-size: 15vw;
  }
  .section_title .catch {
    font-size: 3.6vw;
  }
}

#face,
#item {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  #face,
  #item {
    padding: 15vw 0 10vw;
  }
}
#face .photo,
#item .photo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(0, -20%, 0);
          transform: translate3d(0, -20%, 0);
}
#face .inner,
#item .inner {
  max-width: 1400px;
}
#face .inner > div,
#item .inner > div {
  width: 60%;
}
#face .inner > div > p,
#item .inner > div > p {
  font-size: 14px;
  margin-top: 1em;
  line-height: 2;
  text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, -1px -1px 0 #000, 1px -1px 0 #000;
}
#face .inner > div .img_container,
#item .inner > div .img_container {
  margin-top: 60px;
  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;
  gap: 5%;
}
#face .inner > div .img_container li,
#item .inner > div .img_container li {
  width: 45%;
}
#face .inner > div .img_container figure,
#item .inner > div .img_container figure {
  display: block;
  margin-bottom: 40px;
}
#face .inner > div .img_container figure figcaption,
#item .inner > div .img_container figure figcaption {
  margin-top: 0.5em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #face .photo,
  #item .photo {
    left: auto;
    right: 0;
    width: 100%;
    z-index: 1;
  }
  #face .photo img,
  #item .photo img {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  #face .inner,
  #item .inner {
    position: relative;
    z-index: 2;
  }
  #face .inner > div,
  #item .inner > div {
    width: 96%;
    margin: 0 auto;
  }
  #face .inner > div > p,
  #item .inner > div > p {
    padding-top: 1em;
    display: block;
    width: 60%;
    font-size: 2.5vw;
  }
  #face .inner > div .img_container,
  #item .inner > div .img_container {
    gap: 4%;
  }
  #face .inner > div .img_container li,
  #item .inner > div .img_container li {
    width: 48%;
  }
}

#face {
  background: url(../img/bg_image_1.jpg) no-repeat;
  background-size: cover;
}

#item {
  background: url(../img/bg_image_3.jpg) no-repeat;
  background-size: cover;
}
#item h2 .catch {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #item h2 .catch {
    font-size: 2.9vw;
  }
}
#item .photo {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
@media screen and (max-width: 768px) {
  #item .photo {
    width: 130%;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
}

#body {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background: url(../img/bg_image_2.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #body {
    padding: 15vw 0 10vw;
  }
}
#body .photo {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
#body .inner {
  max-width: 1400px;
}
#body .inner > div {
  width: 60%;
  margin-left: auto;
}
#body .inner > div h2,
#body .inner > div p,
#body .inner > div .img_container {
  margin-left: auto;
}
#body .inner > div h2 {
  width: 70%;
}
#body .inner > div > p {
  font-size: 14px;
  margin-top: 1em;
  line-height: 2;
  width: 70%;
}
@media screen and (max-width: 768px) {
  #body .inner > div > p {
    text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
}
#body .inner > div .img_container {
  margin-top: 60px;
  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;
  gap: 5%;
}
#body .inner > div .img_container li {
  width: 45%;
}
#body .inner > div .img_container figure {
  display: block;
  margin-bottom: 40px;
}
#body .inner > div .img_container figure figcaption {
  margin-top: 0.5em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #body .inner > div h2 {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #body .photo {
    right: auto;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  #body .photo img {
    -webkit-transform: translate3d(-15%, 0, 0);
            transform: translate3d(-15%, 0, 0);
  }
  #body .inner {
    position: relative;
    z-index: 2;
  }
  #body .inner > div {
    width: 96%;
    margin: 0 auto;
  }
  #body .inner > div > p {
    padding-top: 1em;
    display: block;
    width: 60%;
    font-size: 2.5vw;
  }
  #body .inner > div .img_container {
    gap: 4%;
  }
  #body .inner > div .img_container li {
    width: 48%;
  }
}

#pede {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background: url(../img/bg_image_2.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #pede {
    padding: 60px 0;
  }
}
#pede .photo {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
@media screen and (max-width: 768px) {
  #pede .photo {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    top: auto;
    right: auto;
  }
  #pede .photo img {
    width: 90%;
    margin: 0 auto;
  }
}
#pede .inner {
  max-width: 1400px;
}
#pede .inner > div {
  width: 45%;
  margin-left: auto;
}
#pede .inner > div h2 {
  width: 100%;
}
#pede .inner > div h2 .ttl_1 {
  width: 20%;
}
#pede .inner > div h2 .ttl_2 {
  width: 80%;
  font-size: 100px;
}
#pede .inner > div h2 .catch {
  font-size: 95%;
}
@media screen and (max-width: 768px) {
  #pede .inner > div h2 {
    margin-bottom: 1.5em;
  }
  #pede .inner > div h2 .ttl_1 {
    width: 20%;
    font-size: 4vw;
  }
  #pede .inner > div h2 .ttl_2 {
    width: 80%;
    font-size: 100px;
    font-size: 15.5vw;
  }
  #pede .inner > div h2 .catch {
    font-size: 4vw;
    text-align: center;
  }
}
#pede .inner > div > p {
  font-size: 14px;
  margin-top: 1em;
  line-height: 2;
  width: 100%;
}
#pede .inner > div .img_container {
  margin-top: 60px;
  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;
  gap: 5%;
}
#pede .inner > div .img_container li {
  width: 45%;
}
#pede .inner > div .img_container figure {
  display: block;
  margin-bottom: 40px;
}
#pede .inner > div .img_container figure figcaption {
  margin-top: 0.5em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #pede .inner > div {
    width: 96%;
    margin: 0 auto;
  }
}

#quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#quality .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 60%;
}
#quality .content h2 {
  width: 100%;
  font-size: 2vw;
  line-height: 1.5;
  padding-left: 4%;
  position: relative;
}
#quality .content h2 span {
  display: block;
  font-size: 6vw;
  margin-left: -0.6em;
  margin-bottom: 0.4em;
  line-height: 1;
}
#quality .content h2 .flare {
  top: 10%;
  left: 0%;
  width: 100%;
  height: 200%;
  background-position: right 190px center;
  background-size: 150% auto;
}
@media screen and (max-width: 768px) {
  #quality .content h2 .flare {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 77%;
    background-position: right 100px center;
    background-size: 150% auto;
  }
}
#quality .content p {
  width: 70%;
  font-size: 1.1vw;
  line-height: 200%;
  margin-top: 2.2em;
  margin-bottom: 3em;
  padding-left: 4%;
}
#quality .content div {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4%;
  padding-left: 4%;
}
#quality .content div img {
  width: 48%;
  border: 4px solid #424242;
}
#quality .content div img:first-child {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #quality .content div img {
    border: 2px solid #424242;
  }
}
#quality .content figure {
  padding-left: 4%;
  width: 70%;
}
#quality .content figure img {
  width: 100%;
  border: 4px solid #424242;
}
@media screen and (max-width: 768px) {
  #quality .content figure img {
    border: 2px solid #424242;
  }
}
#quality .content figure figcaption {
  margin-top: 0.7em;
}
@media screen and (max-width: 768px) {
  #quality .content {
    top: 0;
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #quality .content h2 {
    width: 100%;
    font-size: 4vw;
    padding-left: 4%;
  }
  #quality .content h2 span {
    font-size: 10vw;
    text-align: center;
    padding-bottom: 0.2em;
  }
  #quality .content p {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 55vw;
    padding-left: 4%;
  }
  #quality .content div {
    width: 92%;
    margin: 0 auto;
    padding-left: 0%;
  }
  #quality .content figure {
    width: 92%;
    margin: 0 auto;
    padding-left: 0%;
  }
  #quality .content figure figcaption {
    font-size: 1.2rem;
    text-align: center;
  }
}
#quality > .photo {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #quality > .photo {
    width: 80%;
    z-index: -1;
  }
  #quality > .photo img {
    -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
    margin-top: 10vw;
  }
}
#quality > .photo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #quality > .photo {
    padding-bottom: 100vw;
    overflow: hidden;
  }
}

#forme {
  position: relative;
  background: url(../img/kv2.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #forme {
    background: none;
    padding: 1px;
  }
}
#forme > img {
  width: 100%;
  position: relative;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #forme > img {
    pointer-events: visible;
    opacity: 1;
    margin-top: 90vw;
    margin-bottom: 0vw;
  }
}
#forme .content {
  position: absolute;
  left: 0;
  top: 10%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #forme .content {
    width: 100%;
    top: 0%;
    padding: 0%;
  }
}
#forme .content h2 {
  font-size: 2.2vw;
  margin-bottom: 1em;
  position: relative;
  padding-left: 5%;
}
#forme .content h2 span {
  margin-top: 0.4em;
  display: block;
  font-size: 4vw;
  margin-left: -0.6em;
}
#forme .content h2 .flare {
  top: 10%;
  left: 0%;
  width: 100%;
  height: 200%;
  background-position: right 190px center;
  background-size: 150% auto;
}
@media screen and (max-width: 768px) {
  #forme .content h2 .flare {
    top: -100%;
    left: 0%;
    width: 100%;
    height: 150%;
    background-position: left 90px center;
    background-size: 150% auto;
  }
}
@media screen and (max-width: 768px) {
  #forme .content h2 {
    font-size: 6vw;
  }
  #forme .content h2 span {
    font-size: 9vw;
  }
}
#forme .content p {
  width: 88%;
  line-height: 220%;
  font-size: 1vw;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  #forme .content p {
    font-size: 1.4rem;
    width: 100%;
  }
}
#forme .content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  #forme .content div {
    display: block;
    margin-top: 60px;
  }
}
#forme .content div figure {
  margin-top: 4em;
  width: 48%;
}
#forme .content div figure:first-child {
  margin-right: 4%;
}
#forme .content div figure img {
  width: 100%;
  border: 4px solid #424242;
}
@media screen and (max-width: 768px) {
  #forme .content div figure img {
    border: 2px solid #424242;
  }
}
#forme .content div figure figcaption {
  font-size: 1.5vw;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  #forme .content div figure figcaption {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #forme .content div figure {
    margin-top: 0em;
    margin-bottom: 10px;
    width: 33%;
  }
}

#movie,
#gallery {
  padding: 80px 3%;
}
@media screen and (max-width: 768px) {
  #movie,
  #gallery {
    padding: 60px 3%;
  }
}
#movie h2,
#gallery h2 {
  font-size: 2vw;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #movie h2,
  #gallery h2 {
    font-size: 5vw;
  }
}

#movie {
  background-color: #1C1C1C;
}
#movie a {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  cursor: pointer;
  position: relative;
}
#movie a img {
  width: 100%;
}
#movie a::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: url(../img/play_button.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #movie a::after {
    width: 60px;
    height: 60px;
  }
}
#movie video {
  width: 100%;
}

#gallery .ui {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #gallery .ui {
    margin-top: 20px;
  }
}
#gallery .ui .swiper-scrollbar {
  width: calc(100% - 160px) !important;
  position: relative;
  right: auto !important;
  left: auto !important;
  margin-right: 40px;
  background-color: #373737;
}
@media screen and (max-width: 768px) {
  #gallery .ui .swiper-scrollbar {
    margin-right: 15px;
    width: calc(100% - 80px) !important;
  }
}
#gallery .ui .swiper-scrollbar-drag {
  background-color: #FFF;
}
#gallery .ui .swiper-button-prev,
#gallery .ui .swiper-button-next {
  position: relative !important;
  border: 1px solid #7a7a7a;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  margin: 0;
  right: auto !important;
  left: auto !important;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #gallery .ui .swiper-button-prev,
  #gallery .ui .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
#gallery .ui .swiper-button-prev::after,
#gallery .ui .swiper-button-next::after {
  content: none;
}
#gallery .ui .swiper-button-prev {
  background: url(../img/arrow_r.svg) no-repeat center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-size: 20%;
}
#gallery .ui .swiper-button-next {
  background: url(../img/arrow_r.svg) no-repeat center;
  background-size: 20%;
}

#product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  #product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
    padding: 60px 2%;
  }
}
#product .inner {
  max-width: 1400px;
  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;
}
#product .inner > img {
  width: 60%;
  max-width: 669px;
}
@media screen and (max-width: 768px) {
  #product .inner > img {
    width: 100%;
  }
}
#product .inner .content {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #product .inner .content {
    width: 100%;
    padding-top: 40px;
  }
}
#product .inner .content div {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #product .inner .content div {
    width: 90%;
  }
}
#product .inner .content div ul {
  margin-top: 1em;
}
#product .inner .content div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #AAA;
  padding: 0.6em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#product .inner .content div ul li h3 {
  width: 30%;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
}
#product .inner .content div ul li p {
  width: 70%;
}
#product .inner .content div ul li h3,
#product .inner .content div ul li p {
  font-size: 14px;
}
#product .inner .content div a {
  margin-top: 2em;
  color: #FFF;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  background-color: rgb(171, 1, 1);
  -webkit-transition: 200ms;
  transition: 200ms;
  position: relative;
  z-index: 2;
}
#product .inner .content div a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: -1;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#product .inner .content div a:hover {
  color: #000;
}
#product .inner .content div a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#product .inner .content div a.salesend {
  pointer-events: none;
  background-color: rgb(49, 49, 49);
}
#product .inner .content div > p {
  width: 100%;
  margin-top: 0.7em;
  text-align: center;
  font-size: 14px;
  color: #777;
}
#product .smoke {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#product .smoke img {
  width: 100%;
}

footer p {
  text-align: center !important;
}

figure img {
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

#video_mordal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}
#video_mordal.active {
  visibility: visible;
  opacity: 1;
}
#video_mordal .cartain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
#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);
}
#video_mordal .inner video {
  width: 100%;
}
#video_mordal .close {
  position: absolute;
  right: 2%;
  top: 6%;
  width: 50px;
  height: 50x;
  pointer-events: none;
  z-index: 1;
}
#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);
}
#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);
}

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

.fadeup {
  opacity: 0;
  -webkit-transform: translate3d(0, 10%, 0);
          transform: translate3d(0, 10%, 0);
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.fadeup.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadein {
  opacity: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.fadein.active {
  opacity: 1;
}

#to_cart {
  position: fixed;
  right: 20px;
  bottom: 2%;
  border: 1px solid #828282;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 9999;
  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: #770000;
  color: #FFF;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.8em;
  font-size: 1rem;
}
#to_cart a:hover {
  background-color: #9b1212;
}
#to_cart a span {
  display: inline-block;
  padding-left: 2em;
  background-size: auto 100%;
  letter-spacing: 0.2em;
}

.fix_button {
  display: none;
}

.order_close {
  position: absolute;
  top: 40%;
  left: 0;
  width: 60%;
  font-size: 5vw;
  text-align: left;
  padding-left: 5%;
  z-index: 2;
}
.order_close span {
  display: block;
}
.order_close::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.8);
  clip-path: polygon(0 0, 100% 50%, 20% 100%, 0 50%);
}
@media screen and (max-width: 768px) {
  .order_close {
    width: 90%;
    top: 2px;
    font-size: 8vw;
  }
}

.scrollup_button {
  z-index: 99999;
}

.anim_cutin_fast {
  clip-path: polygon(0% 0%, 0% 0%, 0% 1%, 1% 1%, 1% 0%, 0% 0%);
}
.anim_cutin_fast.active {
  -webkit-animation: cutin 300ms ease-out 300ms forwards;
          animation: cutin 300ms ease-out 300ms forwards;
}
@-webkit-keyframes cutin {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
  }
}
@keyframes cutin {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
  }
}

.anim_fadin {
  opacity: 0;
  -webkit-transition: 500ms opacity ease-in-out 500ms;
  transition: 500ms opacity ease-in-out 500ms;
}
.anim_fadin.active {
  opacity: 1;
}