@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700;900&display=swap);
/* Rules */
body {
  margin: 0;
  padding: 0;
  background: #EEEEEE;
}

#formal *, #formals *::before, #formal *::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Base CSS */
#formal {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}
#formal img:hover {
  opacity: 1;
}
#formal img {
  width: 100%;
  border: none;
  vertical-align: bottom;
}
#formal ul, #formal li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#formal .outerwrap {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#formal .pc {
  display: block;
}
#formal .sp {
  display: none;
}
#formal p {
  margin: 0;
  line-height: 180%;
}
#formal h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  margin: 0 auto 20px;
  padding: 0;
}

@media screen and (max-width: 960px) {
  #formal {
    width: 100%;
    max-width: 960px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
  }
  #formal .outerwrap {
    width: 96%;
    max-width: 900px;
  }
  #formal p {
    margin: 0;
    line-height: 170%;
  }
  #formal h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #formal {
    font-size: 3.125vw;
  }
  #formal .outerwrap {
    width: 94%;
  }
  #formal .pc {
    display: none;
  }
  #formal .sp {
    display: block;
  }
}
/* Main Visual */
#formal #mv {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #000;
  overflow: hidden;
}

/* Anchor */
#formal #anchor {
  margin: 0;
  padding: 100px 0;
  background: #c9c9c9 url(../images/bg01.jpg) center bottom no-repeat;
  background-size: 100%;
  text-align: center;
}
#formal #anchor ul {
  width: 82%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#formal #anchor ul li {
  margin: 20px 0;
  width: 31%;
  background: #000;
}
#formal #anchor ul li:nth-child(1),
#formal #anchor ul li:nth-child(2) {
  width: 48.25%;
}
#formal #anchor ul img:hover {
  opacity: 0.9;
}

@media screen and (max-width: 960px) {
  #formal #anchor {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #formal #anchor {
    padding: 12% 0;
  }
  #formal #anchor ul {
    width: 92%;
    margin: 8% auto 0;
  }
  #formal #anchor ul li {
    margin: 2% 0;
  }
}
/* Midashi */
#formal .midashi {
  margin-top: -5%;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 3;
}
#formal .midashi .base {
  position: relative;
  z-index: 3;
}
#formal .midashi .title {
  position: absolute;
  z-index: 4;
  width: 38%;
  right: 12%;
  top: 56%;
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  #formal .midashi .title {
    position: absolute;
    z-index: 4;
    width: 44%;
    right: 5%;
    top: 55%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 960px) {
  #formal .midashi .title {
    position: absolute;
    z-index: 4;
    width: 56%;
    right: 4%;
    top: 55%;
    transform: translateY(-50%);
  }
}
/* Suit */
#formal .content {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#formal .content .base {
  position: relative;
  z-index: 1;
}
#formal .content .text {
  width: 30%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#formal .content .text p {
  margin-top: 10px;
}

#formal .content.dark {
  background: #353435;
}

@media screen and (max-width: 960px) {
  #formal .content .text {
    width: 42%;
  }
  #formal .content .text img {
    max-width: 200px;
  }
  #formal .content .text p {
    margin-top: 10px;
  }
  #formal .content .text ul.itemlist {
    width: 72%;
  }
}
@media screen and (max-width: 768px) {
  #formal .content {
    padding: 10% 0 0;
    position: relative;
  }
  #formal .content .base {
    position: relative;
    z-index: 1;
    max-width: 100% !important;
  }
  #formal .content .text {
    width: 94%;
    margin: 0 auto;
    position: static;
    z-index: 2;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    text-align: center;
  }
  #formal .content .text p {
    margin-top: 10px;
  }
  #formal .content ul.itemlist {
    width: 80%;
    margin: 8% auto 4%;
  }
  #formal .content ul.itemlist p {
    margin-top: 0;
  }
  #formal .content.dark {
    background: #404040;
  }
}
#formal ul.itemlist {
  margin: 40px auto 0;
  width: 90%;
}
#formal ul.itemlist li {
  padding: 0;
  margin: 13px 0;
}
#formal ul.itemlist li:hover {
  opacity: 0.8;
}
#formal ul.itemlist a {
  color: #000;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
#formal ul.itemlist a .item {
  text-align: left;
  line-height: 150%;
  font-size: 11px;
  margin-top: 0;
}
#formal ul.itemlist a .buy {
  width: 48px;
  color: #fff;
  text-align: center;
  background: #000;
  padding: 2px;
  font-size: 9px;
  margin-top: 0;
}
#formal ul.itemlist a .info {
  font-size: 90%;
  line-height: 180%;
}

@media screen and (max-width: 960px) {
  #formal ul.itemlist {
    margin: 20px auto 0;
    width: 90%;
  }
  #formal ul.itemlist li {
    margin: 11px 0;
    padding: 0;
  }
  #formal ul.itemlist a .item {
    line-height: 150%;
    font-size: 10px;
  }
  #formal ul.itemlist a .buy {
    width: 48px;
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  #formal ul.itemlist {
    margin: 4% auto 0;
    width: 90%;
  }
  #formal ul.itemlist li {
    padding: 0;
    margin: 10px 0;
  }
  #formal ul.itemlist a .item {
    line-height: 150%;
    font-size: 2.725vw;
  }
  #formal ul.itemlist a .buy {
    width: 48px;
    font-size: 2.325vw;
  }
}
#formal .white {
  color: #fff;
}
#formal .white a {
  color: #fff !important;
}
#formal .white a .buy {
  color: #000 !important;
  background: #fff !important;
}

/* Function */
#formal .function {
  margin: 0;
  padding: 100px 0;
  background: #f2f2f2;
}
#formal .function .line {
  width: 1px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -150px;
  z-index: 4;
  background: #000;
}
#formal .function .function-img {
  margin-bottom: 20px;
}
#formal .function ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#formal .function ul li {
  margin: 20px 0;
  width: 31%;
}
#formal .function ul li .li-title {
  margin: 20px 0 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#formal .function ul li .li-title .li-text {
  width: 86%;
  margin-right: 0;
}
#formal .function ul li .li-title .li-text h6 {
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
#formal .function ul li .li-title .li-text p {
  font-size: 12px;
  line-height: 100%;
  margin: 10px 0 0;
  padding: 0;
}
#formal .function ul li .li-title img {
  width: 14%;
}
#formal .function ul li p {
  font-size: 14px;
}
#formal .function .sizeimg {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  #formal .function {
    padding: 60px 0 80px;
  }
  #formal .function .line {
    width: 1px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: -80px;
    z-index: 4;
    background: #000;
  }
  #formal .function ul li {
    margin: 20px 0;
    width: 32%;
  }
  #formal .function ul li .li-title {
    margin: 20px 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #formal .function ul li .li-title .li-text {
    width: 88%;
    margin-right: 0;
  }
  #formal .function ul li .li-title .li-text h6 {
    font-size: 13px;
  }
  #formal .function ul li .li-title .li-text p {
    font-size: 11px;
  }
  #formal .function ul li .li-title img {
    width: 12%;
  }
  #formal .function ul li p {
    font-size: 13px;
  }
  #formal .function .sizeimg {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #formal .function {
    padding: 12% 0;
  }
  #formal .function .line {
    width: 1px;
    height: 30px;
    top: -60px;
    z-index: 4;
  }
  #formal .function .function-img {
    margin-bottom: 4%;
  }
  #formal .function ul li {
    margin: 4% 0;
    width: 47%;
  }
  #formal .function ul li .li-title {
    margin: 6% 0 6%;
    flex-wrap: nowrap;
  }
  #formal .function ul li .li-title .li-text {
    width: 100%;
    margin-right: 0;
  }
  #formal .function ul li .li-title .li-text h6 {
    font-size: 2.925vw;
    line-height: 100%;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
  }
  #formal .function ul li .li-title .li-text p {
    font-size: 2.675vw;
    line-height: 100%;
    margin: 4% 0 0;
    padding: 0;
  }
  #formal .function ul li .li-title img {
    width: 16%;
  }
  #formal .function ul li p {
    font-size: 2.925vw;
  }
  #formal .function .sizeimg {
    margin-top: 8%;
  }
}
/* Coordinate */
#formal #coordinate {
  margin: 0;
  padding: 100px 0;
  background: url(../images/bg05.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}
#formal #coordinate .codetitle {
  max-width: 280px;
  margin-bottom: 20px;
}
#formal #coordinate dl {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-start;
  align-content: flex-start;
}
#formal #coordinate dl dd {
  width: 33%;
  margin: 60px 0 10px 0;
  padding: 0;
}
#formal #coordinate dl dd:nth-child(1) {
  width: 59.7%;
  margin: 60px 6% 10px 0;
  padding: 0;
}
#formal #coordinate dl dd:nth-child(3) {
  margin: 60px 6% 10px 0;
}
#formal #coordinate dl .model {
  margin-top: 20px;
  margin-bottom: -10px;
}
#formal #coordinate dl .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#formal #coordinate dl .flexbox .flex {
  width: 49.75%;
}

@media screen and (max-width: 960px) {
  #formal #coordinate {
    padding: 60px 0 80px;
  }
  #formal #coordinate .model {
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #formal #coordinate {
    padding: 12% 0;
    background: url(../images/bg05.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
  }
  #formal #coordinate .codetitle {
    max-width: 280px;
    margin-bottom: 4%;
  }
  #formal #coordinate dl dd {
    width: 100%;
    margin: 8% 0 4% 0;
    padding: 0 4%;
  }
  #formal #coordinate dl dd:nth-child(1) {
    width: 100%;
    margin: 8% 0 4% 0;
    padding: 0 4%;
  }
  #formal #coordinate dl dd:nth-child(3) {
    margin: 8% 0 4% 0;
    padding: 0 4%;
  }
  #formal #coordinate dl .model {
    margin-top: 6%;
    margin-bottom: 2% !important;
    padding: 0 4%;
  }
  #formal #coordinate dl .flexbox .flex {
    width: 100%;
    margin: 2% 0 0 0;
  }
}
/* Line Up */
#formal #lineup {
  margin: 0;
  padding: 100px 0;
  background: #cac6c5 url(../images/bg02.jpg) right center no-repeat;
  background-size: 100%;
  text-align: center;
}
#formal #lineup ul {
  width: 82%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#formal #lineup ul li {
  margin: 15px 0;
  width: 31%;
  background: #000;
}
#formal #lineup ul li:nth-child(1),
#formal #lineup ul li:nth-child(2),
#formal #lineup ul li:nth-child(4) {
  margin-right: 3.5%;
}
#formal #lineup ul img:hover {
  opacity: 0.9;
}

@media screen and (max-width: 960px) {
  #formal #linenup {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #formal #lineup {
    padding: 12% 0;
  }
  #formal #lineup ul {
    width: 92%;
  }
  #formal #lineup ul li {
    margin: 2% 0;
    width: 31%;
  }
  #formal #lineup ul li:nth-child(1),
  #formal #lineup ul li:nth-child(2),
  #formal #lineup ul li:nth-child(4) {
    margin-right: 3.5%;
  }
}
/* Tutorial */
#formal #tutorial {
  margin: 0;
  padding: 100px 0;
  width: 100%;
}
#formal #tutorial h4 {
  margin: 0 auto;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  background: #EDEDED;
}
#formal #tutorial dl {
  margin: 30px auto 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-self: center;
  align-content: center;
  align-items: center;
}
#formal #tutorial dl dt {
  margin: 0;
  padding: 0;
  width: 46%;
}
#formal #tutorial dl dt img {
  width: 100%;
  max-width: 440px;
}
#formal #tutorial dl dt p {
  font-size: 15px;
  margin-top: 30px;
}
#formal #tutorial dl dd {
  margin: 0;
  padding: 0;
  width: 46%;
}
#formal #tutorial .spacer {
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  #formal #tutorial {
    padding: 60px 0 80px;
  }
  #formal #tutorial h4 {
    font-size: 15px;
  }
  #formal #tutorial dl {
    margin: 30px auto 0;
  }
  #formal #tutorial dl dt p {
    font-size: 13px;
  }
  #formal #tutorial .spacer {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #formal #tutorial {
    padding: 12% 0;
  }
  #formal #tutorial h4 {
    margin-top: 2%;
    font-size: 3.275vw;
  }
  #formal #tutorial dl {
    margin: 6% auto 4%;
    flex-wrap: wrap;
    padding: 0 2%;
  }
  #formal #tutorial dl dt {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #formal #tutorial dl dt img {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  #formal #tutorial dl dt p {
    font-size: 3.125vw !important;
    margin-top: 6%;
  }
  #formal #tutorial dl dd {
    margin: 5% 0 0;
    width: 100%;
    padding: 0 2%;
  }
  #formal #tutorial .spacer {
    margin-top: 10%;
  }
}
/* Effect Animation */
#formal .effect-fadein {
  opacity: 0;
  transform: translate(0, 0);
  filter: blur(8px);
  transition: all 1.5s ease-in-out;
}

#formal .effect-movein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 1.5s ease-in-out;
}

#formal .effect-zoom {
  opacity: 0;
  transform: scale(1.25);
  transition: all 2s ease-in-out;
  transition-delay: 1.5s;
}

#formal .effect-scroll {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0);
}

#formal .delay {
  transition-delay: 1s;
}

.loader-bg {
  align-items: center;
  background-color: #000;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
  text-align: center;
}

.loader img {
  opacity: 0;
  width: 80%;
  max-width: 380px;
  margin: -5% auto 0;
  animation: fadeIn 1.5s 0.5s forwards;
}

@media screen and (max-width: 768px) {
  .loader img {
    width: 70%;
    max-width: 300px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */