@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 2.9333333333vw;
  overflow-x: hidden;
  transition: all 1.6s ease 0s;
  background-color: #ECECE1;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 15px;
  }
}

main {
  overflow: hidden;
}

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

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ECECE1;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.fv, .lead {
  opacity: 0;
  transition: opacity 1s;
}
.fv.on, .lead.on {
  opacity: 1;
}

.fade {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

/* 初期位置 */
.fade-up {
  transform: translateY(30px);
}

.fade-left {
  transform: translateX(-20px);
}

.fade-right {
  transform: translateX(20px);
}

/* その場フェードはtransformなしでもOK */
.fade-in {
  transform: none;
}

/* 表示状態 */
.fade.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.fv {
  text-align: center;
}
.fv iframe {
  width: 90%;
  height: auto;
  border-radius: 10px;
  margin: 20px 5% 10px;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .fv iframe {
    width: 70%;
    margin: 20px 15% 10px;
  }
}
.fv .v_under {
  margin: 0 auto 60px;
  text-align: center; /* テキスト自体を中央揃え */
  font-size: 13px;
  display: inline; /* 中央揃えを維持しつつ、改行に対応 */
  -webkit-box-decoration-break: clone; /* ベンダープレフィックス */
  box-decoration-break: clone; /* 改行時にスタイルをクローンする */
  text-decoration: none;
  background: linear-gradient(transparent 60%, #DBDBAA 60%);
}
@media screen and (min-width: 769px) {
  .fv .v_under {
    font-size: 15px;
  }
}
.fv .h1_top {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2666666667vw;
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .fv .h1_top {
    font-size: 1.8055555556vw;
    margin-top: 120px;
  }
}
.fv h1 {
  font-size: 10.6666666667vw;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .fv h1 {
    font-size: 4.5138888889vw;
  }
}
.fv h1 .b_logo {
  width: 50.6666666667vw;
  display: block;
  margin: 23px auto 20px;
}
@media screen and (min-width: 769px) {
  .fv h1 .b_logo {
    width: 22.0319444444vw;
  }
}
.fv h1 .kakeru {
  width: 9.6vw;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .fv h1 .kakeru {
    width: 4.1666666667vw;
    margin: 33px auto;
  }
}

.lead {
  text-align: center;
  margin: 30px auto 110px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .lead {
    margin: 70px auto 120px;
  }
}

.profile {
  background-color: #fff;
  padding: 48px 0;
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .profile {
    width: min(760px, 85%);
    padding: 64px 0;
  }
}
.profile .profile_ico {
  width: 60%;
  margin: 0 auto 27px;
}
@media screen and (min-width: 769px) {
  .profile .profile_ico {
    width: 230px;
  }
}
.profile .name_ja {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .profile .name_ja {
    font-size: 30px;
  }
}
.profile .name_en {
  text-align: center;
  font-size: 4.2666666667vw;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .profile .name_en {
    font-size: 23px;
  }
}
.profile .dis {
  width: 78%;
  margin: 24px auto;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .profile .dis {
    font-size: 13px;
  }
}
.profile ul {
  display: flex;
  justify-content: center;
  gap: 13px;
}

h3 {
  font-size: 9.3333333333vw;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  h3 {
    font-size: 38px;
  }
}

.look_area {
  text-align: center;
  margin: 110px auto;
}
@media screen and (min-width: 769px) {
  .look_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.125vw;
    width: min(1200px, 90%);
    margin: 150px auto;
  }
}
.look_area .styling_box {
  border: 1px solid;
  width: 81%;
  margin: 45px auto;
  padding: 0 20px 50px;
}
@media screen and (min-width: 769px) {
  .look_area .styling_box {
    width: min(24vw, 350px);
    padding: 0 25px 80px;
  }
}
.look_area .styling_name {
  position: relative;
  background-color: #DBDBAA;
  font-size: 15px;
  width: fit-content;
  margin: 45px auto 5px;
  padding: 0 5px;
}
@media screen and (min-width: 769px) {
  .look_area .styling_name {
    margin: 45px auto 5px;
  }
}
.look_area .styling_name::after {
  content: "";
  position: absolute;
  bottom: -9px; /* 要素からの距離 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px; /* 三角形のサイズ: 上 右 下 左 */
  border-color: #DBDBAA transparent transparent transparent; /* 三角形の色: 上 右 下 左 */
}
.look_area ul li .time {
  font-size: 4.8vw;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .look_area ul li .time {
    font-size: 20px;
  }
}
.look_area ul li .play_btn {
  margin: 24px auto;
  width: 22%;
}
@media screen and (min-width: 769px) {
  .look_area ul li .play_btn {
    width: 80px;
  }
}
.look_area ul li .styling_title {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 4.5333333333vw;
  background-color: #ECECE1;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: -10px auto;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .look_area ul li .styling_title {
    font-size: 19px;
  }
}
.look_area ul li ul {
  line-height: 0.8;
}
@media screen and (min-width: 769px) {
  .look_area ul li ul {
    padding: 20px 0px 0px;
    max-width: 320px;
    width: 100%;
    margin: -12px auto 0px;
  }
}
.look_area ul li ul li a {
  font-size: 2.9333333333vw;
  text-decoration: underline;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 0.8;
}
@media screen and (min-width: 769px) {
  .look_area ul li ul li a {
    font-size: 12px;
  }
}

.line {
  height: 2px;
  background-color: #fff;
  width: 100%;
}

.item_list {
  margin: 70px auto 120px;
}
@media screen and (min-width: 769px) {
  .item_list {
    margin: 120px auto;
  }
}

@media screen and (max-width: 768px) {
  #item_area .spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #item_area .pcNone {
    display: none;
  }
}
#item_area ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 3.8194444444vw 12.0833333333vw 0;
  line-height: 1.6;
}
#item_area ul li a {
  display: grid;
}
#item_area ul li a p.ico_box {
  display: none;
}
#item_area ul li a p.price span {
  display: none;
}
#item_area ul li a p.price span.tt01 {
  display: block;
}
#item_area ul li a p.price.salecolor {
  color: #ae4242;
  order: 4;
  display: inline-block;
  font-size: 0.7638888889vw;
}
#item_area ul li a p.price.salecolor span {
  display: inline-block;
}
#item_area ul li a p.price.salecolor span::after {
  content: "(sale)";
  margin: 0 5px;
  display: inline-block;
}
#item_area ul li a p:first-child span {
  display: none;
}
#item_area ul li a p:nth-child(3) { /* ブランド名 */
  order: 2;
  font-size: 0.7638888889vw;
}
#item_area ul li a p:last-child { /* 値段 */
  order: 4;
  font-size: 0.7638888889vw;
}
#item_area ul li a div.textOverflow { /* アイテム名 */
  order: 1;
  font-size: 0.7638888889vw;
  margin-top: 0.9027777778vw;
}

.sectionAjax {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 10px;
  width: 90%;
  margin: 40px auto;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .sectionAjax {
    gap: 50px 15px;
    width: 80%;
    margin: 40px auto;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    font-size: 0.8333333333vw;
  }
}
.sectionAjax div {
  list-style: none;
}
.sectionAjax div a p.photo span {
  display: none;
}
.sectionAjax div a p.ico_box {
  display: none;
}
.sectionAjax div a p:nth-child(3) {
  order: 2;
  line-height: 1;
  font-size: 2.5vw;
  margin-top: 10px;
  margin-bottom: 4px;
}
.sectionAjax div a p.label { /* アイテム名 */
  order: 1;
  font-size: 2.6666666667vw;
  line-height: 1.2;
}
.sectionAjax div a p.price {
  order: 4;
  font-size: 2.6666666667vw;
}
.sectionAjax div a p.price span {
  display: block;
}
.sectionAjax div a p.price span.text-red {
  display: none;
}
.sectionAjax div a p.price.salecolor {
  color: #ae4242;
  display: inline-block;
  font-size: 2.6666666667vw;
}
.sectionAjax div a p.price.salecolor span {
  display: inline-block;
}
.sectionAjax div a p.price.salecolor span::after {
  content: "(sale)";
  margin: 0 5px;
  display: inline-block;
}

.btn {
  background-color: #000;
  color: #fff;
  width: 50%;
  margin: 80px auto;
  padding: 10px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 300px;
    font-size: 18px;
  }
}
.btn a {
  text-align: center;
  margin: 0 auto;
}

footer ul {
  text-align: center;
}
footer ul li {
  margin-bottom: 24px;
}
footer ul li a {
  text-decoration: underline;
  font-size: 5.0666666667vw;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  footer ul li a {
    font-size: 20px;
  }
}
footer .logo {
  width: 45%;
  margin: 75px auto 30px;
}
@media screen and (min-width: 769px) {
  footer .logo {
    width: 180px;
  }
}
footer .copy {
  font-size: 9px;
  text-align: center;
  margin-bottom: 20px;
}

.youtube-thumb {
  position: relative;
  display: block;
  width: 65vw;
  margin: 5vw auto 2vw;
}
@media screen and (max-width: 768px) {
  .youtube-thumb {
    width: 90vw;
    margin: 7vw auto 4vw;
  }
}

.youtube-thumb img {
  width: 100%;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .youtube-thumb img {
    border-radius: 10px;
  }
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .play {
    width: 18vw;
    height: 18vw;
  }
}

.play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-left: 24px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
@media screen and (max-width: 768px) {
  .play::before {
    border-left: 6vw solid #fff;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
  }
}/*# sourceMappingURL=style.css.map */