@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Train+One&display=swap");
/*-------------------------------------------------------------------
	mono
-------------------------------------------------------------------*/
#header .headerIn #hBlock {
  background-color: transparent;
}
#header .headerIn #gNavi {
  background-color: transparent;
}

.content {
  padding-top: 0;
}

#mainVisualSec {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
#mainVisualSec img {
  width: 100%;
  object-fit: cover;
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
#mainVisualSec .mainVisualIn {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#mainVisualSec .mainVisualIn h2 {
  width: 100%;
  text-align: center;
  font-size: 6vw;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  #mainVisualSec .mainVisualIn h2 {
    font-size: 8vw;
  }
}
#mainVisualSec .mainVisualIn h2 span {
  font-weight: 900;
  color: #FFFFFF;
  background-color: #000000;
  letter-spacing: 0.06em;
  padding: 0 1.8vw 1.1vw;
}
#mainVisualSec .mainVisualIn .copyTxt {
  width: 100%;
  text-align: center;
  font-size: 1.4vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  #mainVisualSec .mainVisualIn .copyTxt {
    margin-top: 4vw;
    font-size: 3vw;
  }
}
#mainVisualSec .mainVisualIn .copyTxt span {
  background-color: #FFFFFF;
  padding: 0 1vw;
}
#mainVisualSec .exText {
  width: 100%;
  position: absolute;
  bottom: 50px;
  text-align: center;
  z-index: 4;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  #mainVisualSec .exText {
    bottom: 15px;
  }
}
#mainVisualSec .exText.is-active {
  --y: 0;
}
#mainVisualSec .exText .char {
  display: inline-block;
  transform: translateY(var(--y, 110%));
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.04s * var(--char-index));
}
#mainVisualSec .exText span {
  display: inline-block;
  color: #000000;
  font-size: 1vw;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 800px) {
  #mainVisualSec .exText span {
    font-size: 3vw;
  }
}

#conceptSec {
  padding: 5vw 0	2vw;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#conceptSec .infoBlock {
  width: 40%;
  padding-left: 18%;
}
@media screen and (max-width: 800px) {
  #conceptSec .infoBlock {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
#conceptSec .infoBlock .productName1 {
  font-size: 1.3vw;
  letter-spacing: 0.3em;
  font-weight: 900;
  line-height: 1.1em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #conceptSec .infoBlock .productName1 {
    font-size: 3.5vw;
  }
}
#conceptSec .infoBlock .productName2 {
  font-size: 12vw;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #conceptSec .infoBlock .productName2 {
    font-size: 24vw;
  }
}
#conceptSec .infoBlock .productName3 {
  font-size: 2.1vw;
  font-weight: 900;
  line-height: 1em;
  margin-top: 1vw;
  letter-spacing: 0.08em;
  padding-left: 0.4vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #conceptSec .infoBlock .productName3 {
    font-size: 4.3vw;
  }
}
#conceptSec .infoBlock .productSpec {
  margin-top: 10%;
  line-height: 1.6em;
  font-size: 0.8vw;
  padding-left: 4.5vw;
}
@media screen and (max-width: 800px) {
  #conceptSec .infoBlock .productSpec {
    margin-top: 5%;
    font-size: 2.6vw;
    line-height: 1.6em;
    padding-left: 28vw;
  }
}
#conceptSec .conceptTxtBlock {
  width: 40%;
  margin-top: 1vw;
  margin-left: 7%;
}
@media screen and (max-width: 800px) {
  #conceptSec .conceptTxtBlock {
    width: 90%;
    height: auto;
    font-size: 3vw;
    margin: 10vw auto;
  }
}
#conceptSec .conceptTxtBlock h3 {
  font-size: 2.4vw;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 800px) {
  #conceptSec .conceptTxtBlock h3 {
    width: 90%;
    margin: auto;
    font-size: 5vw;
  }
}
#conceptSec .conceptTxtBlock .conteptTitle2 {
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-top: 0.5vw;
}
@media screen and (max-width: 800px) {
  #conceptSec .conceptTxtBlock .conteptTitle2 {
    width: 90%;
    margin: auto;
    font-size: 2.8vw;
    padding-top: 1vw;
  }
}
#conceptSec .conceptTxtBlock .conteptText {
  padding-top: 3vw;
  font-size: 1vw;
  line-height: 2.4em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  #conceptSec .conceptTxtBlock .conteptText {
    width: 90%;
    margin: auto;
    font-size: 2.3vw;
  }
}

#productSec {
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0 100px;
}
@media screen and (max-width: 800px) {
  #productSec {
    width: 90%;
    height: auto;
    font-size: 3vw;
    margin: auto;
    padding: 0 0 10vw;
  }
}
#productSec .productTitle {
  text-align: center;
  padding: 5vw 0 4vw;
}
#productSec .productTitle span {
  font-size: 3vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 5px solid #000000;
  padding: 0 0.5vw;
}
@media screen and (max-width: 800px) {
  #productSec .productTitle span {
    font-size: 5vw;
    border-bottom: 3px solid #000000;
  }
}
#productSec .productList {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#productSec .productList li {
  position: relative;
  width: 31%;
  margin: 1%;
}
@media screen and (max-width: 800px) {
  #productSec .productList li {
    width: 45%;
  }
}
#productSec .productList li .colText {
  text-align: center;
  transform: rotate(-8deg);
  margin: -8% 0 0 -5%;
}
#productSec .productList li .colText span {
  font-size: 0.8vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  padding: 0 10px;
}
@media screen and (max-width: 800px) {
  #productSec .productList li .colText span {
    font-size: 2vw;
  }
}
