@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/trajan-pro");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@supports (background-image: url("image.webp")) {
  #main {
    background-image: url("../image/main_pc.webp");
  }
}
/* CSS Document */
/*ブラウザクリア*/
body {
  margin: 0;
}

ul {
  display: block;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 0;
}

p {
  display: block;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
}

h2 {
  display: block;
  font-size: 0;
  font-weight: bold;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
}

/*ブラウザクリア*/
#standard {
  background: #fff;
  color: #000;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

#standard .eng {
  font-family: "arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#standard .jp {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#standard .inner {
  font-size: 1em;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  width: 90%;
}

#standard a:hover {
  opacity: 0.5;
  transition: 0.6s;
}

#standard img {
  max-width: 100%;
}

/******************
main
*******************/
#main {
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-image: url(./image/main_pc.jpg);
  background-size: cover;
  background-position: top;
  height: calc(100vh - 70px);
}
#main img.main_text {
  position: absolute;
  width: 30%;
  top: 0;
  bottom: 0;
  left: 10%;
  margin: auto 0;
  z-index: 99;
}
#main .bg {
  width: 100%;
}
/******************
main
*******************/

/******************
read
*******************/
#read {
  width: 100%;
  padding: 120px 0px;
}
#read p.readText {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.6;
}
/******************
read
*******************/

/******************
lineup
*******************/
#lineup {
  width: 100%;
}

#lineup h2.title {
  color: #000;
  font-size: 3.2rem;
  padding-bottom: 24px;
}

#lineup .kinds {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 120px;
}
#lineup .kinds .kindsName {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 64px;
}
#lineup .kinds .kindsName h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 40px;
}

#lineup .kinds .kindsName p {
  position: relative;
  text-align: left;
  padding-left: 40px;
  line-height: 1.8;
}

#lineup .kinds .kindsName p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 4em;
  background: #000;
}

#lineup .items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 5%;
  margin: 0 auto 64px;
}

#lineup .items .itemBox {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#lineup .items .itemBox h4 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

#lineup .items .itemBox a {
  border: solid 1px #666;
  padding: 6px 0px;
  box-sizing: border-box;
  width: 100px;
  margin: 0 auto;
  color: #000;
  font-size: 80%;
}

#lineup .items .itemBox a:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}

.slider {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-bottom: 8px;
}

.slides {
  position: relative;
}

.slides img {
  width: 100%;
  display: none;
}

.slides img.active {
  display: block;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 32px; /* 画像サイズ */
  height: 32px;
  background: url("./js/img/slide_next.png") no-repeat center / contain;
  border: none;
  cursor: pointer;
  opacity: 0.4;
}
.prev {
  left: 1px;
}
/******************
lineup
*******************/

/******************
commit
*******************/
#commit {
  width: 100%;
  max-width: 1200px;
  padding-top: 64px;
  margin: 0 auto;
}
#commit .comTitle {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

#commit p.comTitle {
  font-size: 1.8rem;
  margin-bottom: 64px;
}

#commit p.comTitle span {
  font-size: 75%;
  font-weight: bold;
}
.comTitle::before,
.comTitle::after {
  content: "";
  flex: 1;
  height: 1.6px;
  max-width: 20px;
  background: #000;
}
#commit .comBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto 64px;
}

#commit .comBox img {
  display: block;
  width: 16%;
}

#commit .comBox .comText {
  width: 78%;
  text-align: left;
}

#commit .comBox .comText h5 {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 24px;
  gap: 16px;
}

#commit .comBox .comText h5::before {
  content: "";
  width: 32px;
  height: 1px;
  background: #000;
}

#commit .comBox .comText p {
  font-size: 95%;
  line-height: 1.8;
  text-align: justify;
}
/******************
commit
*******************/

/******************
btn
*******************/
#bottom_btn {
  width: 100%;
  margin: 120px 0;
}

#bottom_btn a.viewbtn {
  font-size: 1.3rem;
  border: solid 1px #000;
  color: #000;
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 16px 0;
}
#bottom_btn a.viewbtn:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
/******************
btn
*******************/

@keyframes fade-out {
  0% {
    opacity: 1; /* 最初は表示 */
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0; /* 完全に非表示 */
  }
}

@keyframes fade-in {
  0% {
    opacity: 0; /* 最初は非表示 */
  }
  100% {
    opacity: 1; /* 最終的に表示 */
  }
}

/******************
main
*******************/

@media screen and (max-width: 820px) {
  #bnrArea {
    padding-top: min(14vw, 100px);
  }
  .ftrBnr li.buyBtn a {
    width: 90%;
  }
}
/*************************
　footer button
*************************/
/******************
bottom
*******************/
/******************
bottom
*******************/
/******************
fade
*******************/
.sa {
  opacity: 0;
  transition: all 2s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

/******************
fade
*******************/
/********オーダー**********/
.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

/********オーダー**********/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

  /******************
main
*******************/
  #main {
    margin: 0 auto;
    background-image: url(./image/main_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: calc(100vh - 42px);
  }
  #main img.main_text {
    position: absolute;
    width: 65%;
    top: 56%;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  /******************
main
*******************/

  /******************
read
*******************/
  #read {
    width: 90%;
    padding: 40px 0px;
    margin: 0 auto;
  }
  #read p.readText {
    text-align: center;
    font-size: 90%;
    line-height: 2;
  }
  /******************
read
*******************/

  /******************
lineup
*******************/
  #lineup {
    width: 100%;
    margin-top: 40px;
  }

  #lineup h2.title {
    color: #000;
    font-size: 3rem;
  }

  #lineup .kinds {
    width: 80%;
    margin: 0 auto 64px;
  }
  #lineup .kinds .kindsName {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 auto 32px;
  }
  #lineup .kinds .kindsName h3 {
    font-size: 1.4rem;
    margin-right: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
  }
  #lineup .kinds .kindsName h3::before {
    content: "";
    flex: 1;
    min-width: 40px;
    max-width: 100%;
    height: 1px;
    background: #000;
  }
  #lineup .kinds .kindsName h3::after {
    content: "";
    flex: 1;
    min-width: 40px;
    max-width: 100%;
    height: 1px;
    background: #000;
  }

  #lineup .kinds .kindsName p {
    font-size: 85%;
    position: relative;
    text-align: justify;
    padding-left: 0;
    line-height: 2;
    margin-bottom: 64px;
  }

  #lineup .kinds .kindsName p::before {
    display: none;
  }

  #lineup .items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 48px 0px;
    margin: 0 auto;
  }

  #lineup .items .itemBox {
    width: 100%;
  }

  #lineup .items .itemBox .eng {
    order: 1; /* h4 */
  }

  #lineup .items .itemBox a {
    order: 3; /* ボタン */
  }

  #lineup .items .itemBox h4 {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  #lineup .items .itemBox a {
    border: solid 1px #000;
    padding: 8px;
    width: 50%;
  }

  #lineup .items .itemBox a:hover {
    color: #fff;
    background-color: #000;
    opacity: 1;
  }

  .slider {
    margin-bottom: 16px;
    order: 2;
  }

  .prev {
    left: 1px;
  }
  /******************
lineup
*******************/

  /******************
commit
*******************/
  #commit {
    width: 100%;
    margin-top: 24px;
  }
  #commit .comTitle {
    gap: 8px;
  }
  #commit p.comEng {
    width: 100%;
    font-size: 6.5vw;
    gap: 8px;
    justify-content: center;
  }

  #commit p.comTitle {
    font-size: 75%;
    color: #444;
    margin-top: 4px;
    margin-bottom: 40px;
  }
  .comTitle::before,
  .comTitle::after {
    display: none;
  }
  #commit .comBox {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto 64px;
  }

  #commit .comBox img {
    display: block;
    width: 60%;
    margin: 0 auto 24px;
  }

  #commit .comBox .comText {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }

  #commit .comBox .comText h5 {
    display: block;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 16px;
    gap: 4px;
    text-align: center;
  }

  #commit .comBox .comText h5::before {
    display: none;
  }

  #commit .comBox .comText p {
    font-size: 0.8rem;
    text-align: justify;
  }
  /******************
commit
*******************/
  #bottom_btn {
    margin: 64px auto;
  }

  #bottom_btn a.viewbtn {
    font-size: 90%;
    width: 80%;
    padding: 16px 0;
  }
}

/*# sourceMappingURL=style.css.map */
