@charset "UTF-8";
/*
 * htmlのフォントサイズ
 * @args ベースの画面幅
 */
/*
   * ルートのフォントサイズを基準にフォントサイズを可変にする
   * @args 最大値（デザイン上の数値）
   */
/*
   * get_vwの設定
   */
/*
   * breakpointの設定
   */
@font-face {
  font-family: TriumphGrand-Roman;
  src: url(./font/TriumphGrand-RomanOffice.ttf);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 0.6510416667vw;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, 1.6rem, 16px);
  color: #000;
  background: #fff;
}

section {
  margin: 0 auto;
}

p {
  font-size: calcFZ(16);
}

.sec-title {
  text-align: center;
  margin-bottom: 6.5104166667vw;
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 70px;
  }
}
.sec-title h2 {
  font-family: "TriumphGrand-Roman", sans-serif;
  font-size: clamp(10px, 6rem, 60px);
  font-weight: 500;
  letter-spacing: 1.5;
  margin-bottom: 0.8463541667vw;
}
@media screen and (max-width: 767px) {
  .sec-title h2 {
    font-size: 35px;
    margin-bottom: 5px;
  }
}
.sec-title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 7;
}
@media screen and (max-width: 767px) {
  .sec-title span {
    font-size: 14px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 767px) {
  br.br-pc {
    display: none;
  }
}

br.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.br-sp {
    display: inline;
  }
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.arrow-down {
  width: 9px;
  height: 9px;
  box-shadow: -1px 1px 0 black;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .arrow-down {
    width: 6px;
    height: 6px;
  }
}

button {
  width: 19.53125vw;
  max-width: 300px;
  height: 4.5572916667vw;
  max-height: 70px;
  border: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  button {
    width: 220px;
    height: 55px;
  }
}
button a {
  font-size: clamp(10px, 3rem, 30px);
  font-family: "TriumphGrand-Roman", sans-serif;
  font-weight: 300;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  button a {
    font-size: 20px;
  }
}

.banner {
  width: 100%;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
@media screen and (max-width: 767px) {
  .banner img.bnr-pc {
    display: none;
  }
}
.banner img.bnr-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .banner img.bnr-sp {
    display: block;
  }
}
.banner img {
  width: 100%;
}

section.kv {
  width: 100%;
  height: auto;
  margin-bottom: 2.9296875vw;
}
@media screen and (max-width: 767px) {
  section.kv {
    margin-bottom: 30px;
  }
}
section.kv img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.kv img.kv_img-pc {
    display: none;
  }
}
section.kv img.kv_img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  section.kv img.kv_img-sp {
    display: block;
  }
}

section.paragraph {
  width: 60.6119791667vw;
  max-width: 931px;
  margin: 0 auto 18.18359375vw auto;
  font-size: clamp(10px, 1.4rem, 14px);
}
@media screen and (max-width: 767px) {
  section.paragraph {
    width: 76%;
    margin: 0 auto 225px auto;
    font-size: 14px;
  }
}
section.paragraph .wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  section.paragraph .wrap {
    width: 100%;
  }
}
section.paragraph .wrap:last-child {
  max-width: 420px;
  min-width: 230px;
  width: 45.5729166667vw;
  margin: 0 auto;
}
section.paragraph .wrap p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.23em;
}
section.paragraph .wrap ul.menu {
  width: 100%;
  padding-top: 8.984375vw;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 767px) {
  section.paragraph .wrap ul.menu {
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
  }
}
section.paragraph .wrap ul.menu li {
  position: relative;
  font-size: clamp(10px, 2rem, 20px);
  font-weight: 300;
  letter-spacing: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.paragraph .wrap ul.menu li {
    font-size: 15px;
    letter-spacing: 0;
  }
}
section.paragraph .wrap ul.menu li a {
  position: relative;
}
section.paragraph .wrap ul.menu li a span {
  font-family: "TriumphGrand-Roman", sans-serif;
}
section.paragraph .wrap ul.menu li a span::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
section.paragraph .wrap ul.menu li a .arrow-down {
  position: absolute;
  top: 1.953125vw;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  section.paragraph .wrap ul.menu li a .arrow-down {
    top: 25px;
  }
}

.prod-details {
  width: 60.6119791667vw;
  max-width: 931px;
  margin-bottom: 16.2760416667vw;
}
@media screen and (max-width: 767px) {
  .prod-details {
    width: 94%;
    margin-bottom: 130px;
    margin-top: -95px;
    padding-top: 95px;
  }
}
.prod-details_img {
  max-width: 931px;
  width: 60.6119791667vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .prod-details_img {
    width: 100%;
  }
}
.prod-details_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .prod-details_img img.prod-details_img-pc {
    display: none;
  }
}
.prod-details_img img.prod-details_img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .prod-details_img img.prod-details_img-sp {
    display: block;
  }
}
.prod-details_img .text-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}
.prod-details_img .text-wrap .warning-text span.warning {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .prod-details_img .text-wrap .warning-text span.warning {
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
  }
}

section.line-up {
  width: 60.546875vw;
  max-width: 930px;
  margin-bottom: 10.83984375vw;
}
@media screen and (max-width: 767px) {
  section.line-up {
    margin-top: -95px;
    padding-top: 95px;
    margin-bottom: 144px;
    width: 95%;
  }
}
section.line-up .bkg-wrap {
  background-image: url(images/line-up-bkg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section.line-up .bkg-wrap {
    background-image: url(images/line-up-bkg-sp.jpg);
  }
}
section.line-up .bkg-wrap .items {
  width: 57.0963541667vw;
  max-width: 877px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 18.0143229167vw;
}
@media screen and (max-width: 767px) {
  section.line-up .bkg-wrap .items {
    width: 100%;
  }
}
section.line-up .bkg-wrap .items .row {
  width: 41%;
  margin-bottom: 1.953125vw;
}
@media screen and (max-width: 767px) {
  section.line-up .bkg-wrap .items .row {
    width: 49.5%;
  }
}
@media screen and (max-width: 767px) {
  section.line-up .bkg-wrap .items .row .item {
    margin-bottom: 20px;
  }
}
section.line-up .bkg-wrap .items .row .item_img {
  margin-bottom: 0;
}
section.line-up .bkg-wrap .items .row .item .item_text {
  max-height: 103px;
  height: 6.7057291667vw;
}
@media screen and (max-width: 767px) {
  section.line-up .bkg-wrap .items .row .item .item_text {
    height: auto;
    margin-bottom: 20px;
  }
}
section.line-up .bkg-wrap .items .row .item .item_text p.size {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6119791667vw;
  font-weight: 300;
  color: #666;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 767px) {
  section.line-up .bkg-wrap .items .row .item .item_text p.size {
    font-size: 9px;
  }
}
section.line-up .bkg-wrap .items .row .item .item_text p.size span {
  font-weight: 300;
}
section.line-up .bkg-wrap .items .item {
  margin-bottom: 3.1901041667vw;
  width: 18.8802083333vw;
  max-width: 290px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  section.line-up .bkg-wrap .items .item {
    width: 49.5%;
  }
  section.line-up .bkg-wrap .items .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
section.line-up .bkg-wrap .items .item:hover {
  opacity: 0.7;
}
section.line-up .bkg-wrap .items .item-3 {
  padding-right: 1.3020833333vw;
}
@media screen and (max-width: 767px) {
  section.line-up .bkg-wrap .items .item-3 {
    padding-right: 0;
  }
}
section.line-up .bkg-wrap .items .item_img {
  margin-bottom: 1.953125vw;
}
section.line-up .bkg-wrap .items .item_img img {
  display: block;
  width: 16.9270833333vw;
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.line-up .bkg-wrap .items .item_img img {
    width: 100%;
  }
}
section.line-up .bkg-wrap .items .item .wrap {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.6510416667vw;
}
section.line-up .bkg-wrap .items .item_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-height: 77px;
  height: 5.0130208333vw;
  letter-spacing: 0.2233072917vw;
}
@media screen and (max-width: 767px) {
  section.line-up .bkg-wrap .items .item_text {
    height: auto;
    justify-content: flex-start;
    letter-spacing: 0.26em;
    line-height: 1.5;
    text-align: center;
  }
}
section.line-up .bkg-wrap .items .item_text p.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.8333333333vw;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 767px) {
  section.line-up .bkg-wrap .items .item_text p.title {
    font-size: 14px;
    margin-bottom: 1.33333vw;
  }
}
section.line-up .bkg-wrap .items .item_text p.colors {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6380208333vw;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  section.line-up .bkg-wrap .items .item_text p.colors {
    font-size: 11px;
    margin-bottom: 1.33333vw;
    letter-spacing: 0.26em;
  }
}
section.line-up .bkg-wrap .items .item_text p.price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.7291666667vw;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 767px) {
  section.line-up .bkg-wrap .items .item_text p.price {
    font-size: 14px;
    margin-bottom: 1.33333vw;
  }
}
section.line-up .bkg-wrap .items .item_text p.price span {
  font-weight: 500;
}
section.line-up .buttons {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section.line-up .buttons {
    flex-direction: column;
  }
}
section.line-up .buttons .left,
section.line-up .buttons .right {
  text-align: center;
}
section.line-up .buttons .left span,
section.line-up .buttons .right span {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  margin-bottom: 1.0546875vw;
  position: relative;
  font-size: clamp(10px, 1.4rem, 14px);
  font-weight: 400;
  letter-spacing: 0.2233072917vw;
}
@media screen and (max-width: 767px) {
  section.line-up .buttons .left span,
section.line-up .buttons .right span {
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 1.3;
  }
}
section.line-up .buttons .left span::before,
section.line-up .buttons .right span::before {
  content: "";
  position: absolute;
  bottom: 0.5859375vw;
  left: -2.1484375vw;
  width: 1.3020833333vw;
  height: 1px;
  background: #000;
  transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  section.line-up .buttons .left span::before,
section.line-up .buttons .right span::before {
    width: 16px;
    bottom: 12px;
    left: -12px;
  }
}
section.line-up .buttons .left span::after,
section.line-up .buttons .right span::after {
  content: "";
  position: absolute;
  bottom: 0.5859375vw;
  right: -2.1484375vw;
  width: 1.3020833333vw;
  height: 1px;
  background: #000;
  transform: rotate(-60deg);
}
@media screen and (max-width: 767px) {
  section.line-up .buttons .left span::after,
section.line-up .buttons .right span::after {
    width: 16px;
    bottom: 12px;
    right: -12px;
  }
}
section.line-up .buttons .left {
  margin-right: 1.953125vw;
}
@media screen and (max-width: 767px) {
  section.line-up .buttons .left {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
section.line-up .buttons .left-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  section.line-up .buttons .left-wrap {
    width: 220px;
    margin: 0 auto;
  }
}
section.line-up .buttons .left-wrap img {
  position: absolute;
  bottom: -1.1067708333vw;
  left: -1.6276041667vw;
  width: 4.5572916667vw;
}
@media screen and (max-width: 767px) {
  section.line-up .buttons .left-wrap img {
    bottom: 17;
    width: 60px;
    left: -4.2317708333vw;
  }
}
section.line-up .buttons .right-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  section.line-up .buttons .right-wrap {
    width: 220px;
    margin: 0 auto;
  }
}
section.line-up .buttons .right-wrap img {
  position: absolute;
  bottom: -1.0416666667vw;
  right: -2.0182291667vw;
  width: 4.5572916667vw;
}
@media screen and (max-width: 767px) {
  section.line-up .buttons .right-wrap img {
    bottom: -17;
    width: 60px;
    right: -5.5338541667vw;
  }
}

section.gallery {
  margin-bottom: 16.2955729167vw;
}
@media screen and (max-width: 767px) {
  section.gallery {
    width: 100%;
    margin-bottom: 130px;
  }
}
section.gallery .gallery_pc {
  display: flex;
  max-width: 971px;
  width: 63.2161458333vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.gallery .gallery_pc {
    display: none;
  }
}
section.gallery .gallery_pc .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-right: 1.6276041667vw;
}
section.gallery .gallery_pc .left .gallery_img-1 {
  max-width: 490px;
  width: 31.9010416667vw;
  margin-bottom: 1.6276041667vw;
}
section.gallery .gallery_pc .left .gallery_img-1 video {
  width: 100%;
}
section.gallery .gallery_pc .left .gallery_img-2 {
  max-width: 490px;
  width: 31.9010416667vw;
}
section.gallery .gallery_pc .right {
  padding-top: 12.0442708333vw;
}
section.gallery .gallery_pc .right .gallery_img-1 {
  max-width: 454px;
  width: 29.5572916667vw;
  margin-bottom: 1.6276041667vw;
}
section.gallery .gallery_pc .right .gallery_img-2 {
  max-width: 454px;
  width: 29.5572916667vw;
  margin-bottom: 1.6276041667vw;
}
section.gallery .gallery_pc .right .gallery_img-3 {
  max-width: 454px;
  width: 29.5572916667vw;
}
section.gallery .gallery_pc .right .text-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 6px;
}
section.gallery .gallery_pc .right .text-wrap .warning-text span.warning {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  section.gallery .gallery_pc .right .text-wrap .warning-text span.warning {
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
  }
}
section.gallery .gallery_pc .text-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}
section.gallery .gallery_pc .text-wrap .warning-text span.warning {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  section.gallery .gallery_pc .text-wrap .warning-text span.warning {
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
  }
}
section.gallery .gallery_sp {
  display: none;
}
section.gallery .gallery_sp .text-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 6px;
}
section.gallery .gallery_sp .text-wrap .warning-text span.warning {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  section.gallery .gallery_sp .text-wrap .warning-text span.warning {
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  section.gallery .gallery_sp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.gallery .gallery_sp .gallery_img:not(:last-child) {
  margin-bottom: 20px;
}
section.gallery .gallery_sp .gallery_img-1 {
  width: 85.6%;
  align-self: flex-start;
}
section.gallery .gallery_sp .gallery_img-1 video {
  width: 100%;
}
section.gallery .gallery_sp .gallery_img-2 {
  width: 63%;
  align-self: flex-end;
}
section.gallery .gallery_sp .gallery_img-3 {
  width: 76.3%;
  align-self: flex-start;
}
section.gallery .gallery_sp .gallery_img-4 {
  width: 77.6%;
}
section.gallery .gallery_sp .gallery_img-5 {
  width: 76.3%;
}

section.campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16.2760416667vw;
}
@media screen and (max-width: 767px) {
  section.campaign {
    margin-top: -95px;
    padding-top: 95px;
    width: 95%;
    margin-bottom: 130px;
  }
}
section.campaign span.campaign-start {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  margin-bottom: 1.328125vw;
  position: relative;
  font-size: clamp(10px, 1.8rem, 18px);
  font-weight: 400;
  letter-spacing: 0.2233072917vw;
}
@media screen and (max-width: 767px) {
  section.campaign span.campaign-start {
    font-size: 16px;
    margin-bottom: 20.4px;
    line-height: 1.3;
  }
}
section.campaign span.campaign-start::before {
  content: "";
  position: absolute;
  bottom: 0.5859375vw;
  left: -2.1484375vw;
  width: 1.3020833333vw;
  height: 1px;
  background: #000;
  transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  section.campaign span.campaign-start::before {
    width: 16px;
    bottom: 8px;
    left: -26px;
  }
}
section.campaign span.campaign-start::after {
  content: "";
  position: absolute;
  bottom: 0.5859375vw;
  right: -2.1484375vw;
  width: 1.3020833333vw;
  height: 1px;
  background: #000;
  transform: rotate(-60deg);
}
@media screen and (max-width: 767px) {
  section.campaign span.campaign-start::after {
    width: 16px;
    bottom: 8px;
    right: -26px;
  }
}
section.campaign .campaign_img {
  width: 36.3541666667vw;
  max-width: 558.4px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  section.campaign .campaign_img {
    width: 95%;
  }
}
section.campaign .campaign_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.campaign .campaign_img-pc {
    display: none;
  }
}
section.campaign .campaign_img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  section.campaign .campaign_img-sp {
    display: block;
  }
}
section.campaign .campaign-text {
  width: 36.3541666667vw;
  max-width: 558.4px;
}
@media screen and (max-width: 767px) {
  section.campaign .campaign-text {
    width: 95%;
  }
}
section.campaign .campaign-text p {
  font-size: 12;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  section.campaign .campaign-text p {
    font-size: 10px;
  }
}

.its-personal-lp {
  width: 76%;
  max-width: 927px;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  margin-bottom: 24.7395833333vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .its-personal-lp {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    max-width: 415px;
    margin-bottom: 150px;
  }
}
.its-personal-lp__side-img {
  width: 45%;
  max-width: 459px;
}
@media screen and (max-width: 767px) {
  .its-personal-lp__side-img {
    width: 100%;
    position: initial;
  }
}
.its-personal-lp__side-img img {
  width: 100%;
}
.its-personal-lp__side-img-bkg {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .its-personal-lp__side-img-bkg {
    display: none;
  }
}
.its-personal-lp__text {
  width: 49.5%;
  max-width: 459px;
  margin: 6% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .its-personal-lp__text {
    width: 90%;
    margin: 30px auto 0 auto;
  }
}
.its-personal-lp__text p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.19em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .its-personal-lp__text p {
    font-size: 14px;
  }
}
.its-personal-lp__text p br.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .its-personal-lp__text p br.br-sp {
    display: inline;
  }
}
.its-personal-lp__text .bnr {
  margin-top: 50px;
  width: 87%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .its-personal-lp__text .bnr {
    margin: 30px 0 0 0;
  }
}
.its-personal-lp__text .bnr img {
  width: 100%;
}
.its-personal-lp__text a {
  display: block;
  width: 240px;
  height: 50px;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .its-personal-lp__text a {
    margin: 0 auto;
  }
}
.its-personal-lp__text a button {
  width: 100%;
  height: 100%;
  background: #b70223;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .its-personal-lp br .br-sp {
    display: inline;
  }
}/*# sourceMappingURL=common.css.map */