@charset "utf-8";

/* element
--------------------------*/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Serif", "Noto Serif JP", sans-serif;
  font-feature-settings: "palt";
  color: #FFFFFF;
  background-color: #040404;
}

body::before {
  background: url("../images/background_image_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  body::before {
    background: url("../images/background_image_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }

}

/* common selector
--------------------------*/
.chara {
  width: 57.3%;
  min-width: 600px;
  z-index: -1;
}

.title {
  position: absolute;
  width: clamp(55px, -25.000px + 8vw, 95px);
  top: -4.5%;
  left: calc(50% - 36.5%);
  z-index: 2;
}

.receive {
  position: relative;
}

.overlay {
  position: absolute;
}

.cta {
  color: #BFBFBF;
  max-width: clamp(450px, 200.000px + 25vw, 575px);
  padding: clamp(25px, 15.000px + 1vw, 30px) 0;
  margin: auto;
  background-color: #bfbfbf15;
  border: 3px solid #BFBFBF;
}

.cta::after {
  content: "";
  position: absolute;
  background-image: url(../images/triangle.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: clamp(12px, 6.000px + 0.6vw, 15px);
  height: clamp(20px, 10.000px + 1vw, 25px);
  right: 6.5%;
  top: calc(50% - clamp(10px, 5.000px + 0.5vw, 12.5px));
}

.cta:hover {
  color: #ffffff;
  background-color: #BFBFBF;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.cta:hover::after {
  background-image: url(../images/triangle_hover.png);
}

.large {
  font-size: clamp(36px, 10.820px + 3.279vw, 60px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.2rem;
  text-shadow: 0px 0px 15px #BFBFBF;
}

.medium {
  font-size: clamp(24px, 4.138px + 2.586vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-shadow: 0px 0px 15px #BFBFBF;
}

.small {
  font-size: clamp(18px, 11.705px + 0.82vw, 24px);
  line-height: 1.65;
  letter-spacing: 0.01rem;
}

.s-large {
  display: inline-block;
  font-size: clamp(56px, 20.328px + 4.645vw, 90px);
  font-weight: 900;
  letter-spacing: 0.1rem;
}

.footer {
  font-size: clamp(14px, 13.515px + 0.129vw, 16px);
  letter-spacing: 0.1rem;
  background-color: #1C1C1C;
  padding: 2.5rem 0;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .chara {
    min-width: 500px;
  }

  .title {
    left: 5%;
  }

}

@media screen and (max-width: 768px) {
  .chara {
    max-width: initial !important;
    min-width: initial !important;
    width: 112.5% !important;
  }

  .title {
    width: 10%;
    position: static;
    margin-left: 10%;
  }

  .cta {
    max-width: clamp(295px, 13.511px + 75.064vw, 590px);
    padding: clamp(17.5px, 5.573px + 3.181vw, 30px);
    border: 2px solid #BFBFBF;
  }

  .cta::after {
    width: clamp(8px, 0.366px + 2.036vw, 16px);
    height: clamp(13.5px, 0.618px + 3.435vw, 27px);
    top: calc(50% - clamp(6.75px, 0.309px + 1.7175vw, 13.5px));
  }

  .large {
    font-size: clamp(24px, 2.053px + 5.852vw, 47px);
  }

  .medium {
    font-size: clamp(18px, 0.824px + 4.58vw, 36px);
  }

  .small {
    font-size: clamp(13.5px, 3.481px + 2.672vw, 24px);
  }

  .s-large {
    font-size: clamp(32.5px, 0.057px + 8.651vw, 66.5px);
  }

  .footer {
    font-size: clamp(10px, 6.183px + 1.018vw, 14px);
    padding: clamp(12.5px, 0.573px + 3.181vw, 25px) 0;
  }

}


/* mainvisual
--------------------------*/
#mainvisual {
  padding: 1.5% 2.75%;
}

h1 {
  width: 20%;
}

#mainvisual .ellen {
  top: -12.5%;
  right: 1.5%;
  z-index: 0;
}

#mainvisual .levi {
  top: 15%;
  left: -2.5%;
}

#mainvisual .main-copy {
  width: 8%;
  top: 1.5%;
  right: 3.75%;
}

#mainvisual .main-copy-small {
  width: 12%;
  top: 13.5%;
  left: 3.5%;
}

#mainvisual .main-logo {
  width: 41.6%;
  left: calc(50% - 20.8%);
  bottom: 25%;
}

#mainvisual .item-img {
  width: 20.375%;
  transform: rotate(339deg);
  padding-left: 4.375%;
  margin: -8% auto 0 auto;
}

@media screen and (max-width: 1000px) {
  #mainvisual .main-logo {
    width: 50%;
    left: calc(50% - 25%);
    bottom: 20%;
  }
}

@media screen and (max-width: 768px) {
  #mainvisual {
    padding: 2.5% 2.75%;
    margin-bottom: clamp(50px, -7.252px + 15.267vw, 110px);
  }

  h1 {
    width: 41.6%;
  }

  #mainvisual .ellen {
    top: -2.5%;
    right: -13.5%;
  }

  #mainvisual .levi {
    top: 42.5%;
    left: -24.5%;
  }

  #mainvisual .main-copy {
    width: 20.2%;
  }

  #mainvisual .main-copy-small {
    width: 11%;
    top: 11.5%;
  }

  #mainvisual .main-logo {
    width: 94.5%;
    left: calc(50% - 47.25%);
    bottom: 2.5%;
  }

  #mainvisual .item-img {
    width: 36.2%;
    transform: rotate(342deg);
    margin: 12.5% auto 0 auto;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    width: 41.6%;
  }

  #mainvisual .ellen {
    top: -2.5%;
    right: -13.5%;
  }

  #mainvisual .levi {
    top: 42.5%;
    left: -30%;
  }

  #mainvisual .main-copy {
    width: 20.2%;
  }

  #mainvisual .main-logo {
    width: 94.5%;
    left: calc(50% - 47.25%);
    bottom: 2.5%;
  }

  #mainvisual .item-img {
    width: 36.2%;
    padding-left: 1.375%;
  }

}

/* product
--------------------------*/
#product {
  margin-bottom: clamp(130px, -10.000px + 14vw, 200px);
}

#product .top-group {
  max-width: clamp(700px, 100.000px + 60vw, 1000px);
  padding-left: 9%;
  margin: 0 auto clamp(80px, -10.000px + 9vw, 125px) auto;
}

#product .top-group .large {
  margin-bottom: clamp(20px, 12.500px + 1.5vw, 35px);
}

#product .top-group .large .s-large {
  margin-left: 5%;
}

#product .top-group .large .shift {
  margin-left: 10%;
}

#product .top-group .small {
  max-width: clamp(545px, 340.410px + 26.639vw, 740px);
  margin-left: 5%;
}

#product .bottom-group {
  max-width: clamp(800px, 530.000px + 27vw, 935px);
  max-width: clamp(680px, 412.459px + 34.836vw, 935px);
  margin: auto;
}

#product .bottom-group .video-thumbnail {
  margin-bottom: clamp(80px, -10.000px + 9vw, 125px);
}

#product .bottom-group .item-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}

#product .bottom-group .item-box img {
  width: 50%;
}

#product .bottom-group .item-box img:nth-child(1) {
  margin-right: -2.5%;
}

#product .bottom-group .item-box img:nth-child(2) {
  margin-left: -2.5%;
  margin-bottom: -37.5%;
}

#product .bottom-group .item-img {
  width: 81.5%;
  margin: -5% auto -1.5% auto;
}

#product .bottom-group .small {
  text-align: center;
}

#product .bottom-group p {
  margin-bottom: clamp(40px, -20.000px + 6vw, 70px);
}

#product .mikasa {
  right: -13.5%;
  top: 20%;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  #product .mikasa {
    right: -25%;
  }
}

@media screen and (max-width: 768px) {
  #product {
    margin-bottom: clamp(65px, 7.748px + 15.267vw, 125px);
  }

  #product .title {
    margin-bottom: clamp(45px, 16.374px + 7.634vw, 75px);
  }

  #product .top-group {
    max-width: 90%;
    padding-left: initial;
    margin: 0 auto clamp(80px, -10.000px + 9vw, 125px) auto;
  }

  #product .top-group .small {
    max-width: 92.5%;
    margin-left: initial;
    margin: auto;
  }

  #product .top-group .large {
    margin-bottom: clamp(25px, 5.916px + 5.089vw, 45px);
  }

  #product .bottom-group .item-box {
    width: 100%;
    padding: initial;
  }

  #product .bottom-group .item-box img {
    width: 55%;
  }

  #product .bottom-group p {
    margin-bottom: clamp(35px, 1.603px + 8.906vw, 70px);
  }

  #product .mikasa {
    right: calc(50% - 68.25%);
    top: 2.5%;
  }

}

@media screen and (max-width: 500px) {
  #product .top-group {
    max-width: 93.5%;
  }
}

/* future
--------------------------*/
#future {
  margin-bottom: clamp(130px, -10.000px + 14vw, 200px);
}

#future .top-group {
  margin-bottom: clamp(95px, 35.000px + 6vw, 125px);
}

#future .top-group .inner {
  max-width: clamp(650px, 150.000px + 50vw, 900px);
  max-width: clamp(575px, 234.016px + 44.399vw, 900px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#future .top-group .inner .item-img {
  width: 35%;
}

#future .top-group .inner .item-box {
  width: 50%;
}

#future .top-group .inner .item-box .item {
  margin-bottom: 13.5%;
}

#future .top-group .inner .item-box .item:last-child {
  margin-bottom: 0%;
}

#future .top-group .inner .item-box .item .small {
  padding: 0 1.75%;
}

#future .aluminum {
  left: -5%;
  bottom: 0;
  z-index: -1;
}

#future .middle-group {
  margin-bottom: clamp(70px, 10.000px + 6vw, 100px);
}

#future .middle-group .inner {
  max-width: clamp(600px, 395.410px + 26.639vw, 795px);
  margin: auto;
}

#future .middle-group .img-box {
  margin-bottom: clamp(50px, -20.000px + 7vw, 85px);
}

#future .middle-group .img-box .collabo-logo {
  width: 88.6%;
  top: -19%;
  left: -8.5%;
}

#future .middle-group .img-box .text-img {
  width: 70.8%;
  bottom: -5%;
  right: -8.5%;
}

#future .middle-group .text-group {
  margin: auto;
  padding: 0 3.5%;
}

#future .middle-group .text-group .desc {
  margin-bottom: 7.5%;
}

#future .middle-group .text-group .desc:last-child {
  margin-bottom: 0%;
}

#future .middle-group .text-group .desc .medium {
  padding-bottom: 2.5%;
  border-bottom: solid #BFBFBF 0.5px;
}

#future .middle-group .text-group .desc .small {
  margin-top: 1.5%;
}

#future .erwin {
  right: -8.5%;
  top: -12.5%;
  z-index: -1;
}

#future .bottom-group {
  max-width: clamp(650px, 450.000px + 20vw, 750px);
  margin: auto;
}

#future .bottom-group .item-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.5%;
  margin-bottom: clamp(20px, -10.000px + 3vw, 35px);
}

#future .bottom-group .item-box .small {
  padding: 5% 1%;
  border-top: solid #BFBFBF 0.5px;
  border-bottom: solid #BFBFBF 0.5px;
}

#future .bottom-group>.small {
  text-align: center;
}

#future .bottom-group>p {
  margin-bottom: clamp(40px, -20.000px + 6vw, 70px);
}

@media screen and (max-width: 1000px) {
  #future .aluminum {
    left: -14%;
  }

  #future .erwin {
    right: -14%;
  }

}

@media screen and (max-width: 768px) {

  #future {
    margin-bottom: clamp(65px, 7.748px + 15.267vw, 125px)
  }

  #future .title {
    margin-bottom: clamp(125px, 34.351px + 24.173vw, 220px);
    ;
  }

  #future .top-group {
    margin-bottom: clamp(240px, 20.534px + 58.524vw, 470px);
  }

  #future .top-group .inner {
    max-width: 83.3%;
  }

  #future .top-group .inner .item-img {
    width: 37.5%;
  }

  #future .top-group .inner .item-box {
    width: 47.5%;
  }

  #future .aluminum {
    left: 10%;
    top: -55%;
  }

  #future .middle-group {
    margin-bottom: clamp(50px, 2.290px + 12.723vw, 100px);
  }

  #future .middle-group .inner {
    max-width: 82.5%;
  }

  #future .middle-group .img-box {
    margin-bottom: clamp(35px, -3.168px + 10.178vw, 75px);
  }

  #future .erwin {
    right: calc(50% - 75.25%);
    top: -32.5%;
  }

  #future .bottom-group {
    max-width: 85%;
  }

  #future .bottom-group .item-box img {
    width: 30%;
  }

  #future .bottom-group>p {
    margin-bottom: clamp(35px, 1.603px + 8.906vw, 70px);
  }

}

@media screen and (max-width: 500px) {

  #future .top-group .inner {
    max-width: 87.5%;
  }

  #future .top-group .inner .item-img {
    width: 40%;
  }

  #future .top-group .inner .item-box {
    width: 57.5%;
  }

  #future .top-group .inner .item-box .item .small {
    line-height: 1.25 !important;
  }

  #future .bottom-group .item-box .small {
    font-size: 12px;
  }

}

/* shoplist
--------------------------*/
#shoplist {
  margin-bottom: clamp(130px, -10.000px + 14vw, 200px);
}

#shoplist .title {
  top: -17.5%;
}

#shoplist .top-group {
  padding: clamp(110px, 80.000px + 3vw, 125px) 0;
  background: linear-gradient(to right, #19191940, #19191987, #191919bd, #19191987, #19191940);
}

#shoplist .top-group ul {
  margin-top: clamp(50px, 0.000px + 5vw, 75px);
}

#shoplist .top-group ul li {
  max-width: clamp(450px, 200.000px + 25vw, 575px);
  padding: clamp(27.5px, 12.500px + 1.5vw, 35px) 0;
  margin: auto;
  border-top: solid #BFBFBF 0.5px;
}

#shoplist .top-group ul li:first-child {
  border-top: none;
}

#shoplist .top-group ul li:last-child {
  border-bottom: solid #BFBFBF 0.5px;
}

#shoplist .small {
  text-align: center;
}

#shoplist .sasha {
  left: -12.5%;
  bottom: 90%;
  z-index: -1;
}

@media screen and (max-width: 1000px) {

  #shoplist .sasha {
    left: calc(50% - 68%);
  }

}

@media screen and (max-width: 768px) {

  #shoplist {
    margin-bottom: clamp(130px, 158.626px + -7.634vw, 100px);
    margin-bottom: clamp(75px, 51.145px + 6.361vw, 100px);
  }

  #shoplist .title {
    margin-bottom: clamp(120px, -13.588px + 35.623vw, 260px);
  }

  #shoplist .top-group {
    padding: clamp(60px, 2.748px + 15.267vw, 120px) 0;
  }

  #shoplist .top-group ul {
    margin-top: clamp(20px, -18.168px + 10.178vw, 60px);
  }

  #shoplist .top-group ul li {
    max-width: clamp(295px, 13.511px + 75.064vw, 590px);
    padding: clamp(24px, 8.733px + 4.071vw, 40px) 0;
  }

  #shoplist .sasha {
    left: 11.5%;
    bottom: 40%;
  }

}

/* modal
--------------------------*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: none;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  display: inline-block;
  z-index: 20;
  position: relative;
  background: #fff;
  vertical-align: middle
}

.modal-content {
  width: 768px !important;
  height: 432px !important;
  border: solid 4px #BFBFBF;
}

.modal-wrapper .modal-window .modal-content {
  overflow-y: auto;
  text-align: left
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: -55px;
  right: 5px;
  width: 35px;
}

@media screen and (max-width: 800px) {
  .modal-content {
    width: 500px !important;
    height: 281px !important;
    border: solid 2.5px #BFBFBF;
  }

}

@media screen and (max-width: 500px) {
  .modal-content {
    width: 360px !important;
    height: 203px !important;
    border: solid 1.5px #BFBFBF;
  }

}