@charset "UTF-8";
html,
body {
  font-family: "stilson-display", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  background-color: #fff;
}
html .bg,
body .bg {
  background-color: #f8f7f2;
}

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

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

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

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.5;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

.ja {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.ja_m {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.ja_b {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.en_i {
  font-family: "stilson-display", serif;
  font-weight: 400;
  font-style: italic;
}

.en_garamond {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.en_or {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
}

.fv {
  height: 100svh;
  width: 100%;
  overflow: hidden;
  position: relative;
  letter-spacing: 2px;
}
.fv .top li:nth-child(1):after {
  background-image: url(../images/fv1.jpg);
}
.fv .top li:nth-child(2):after {
  background-image: url(../images/fv2.jpg);
}
.fv .bottom li:nth-child(1):after {
  background-image: url(../images/fv3.jpg);
}
.fv .bottom li:nth-child(2):after {
  background-image: url(../images/fv4.jpg);
}
.fv ul {
  display: flex;
}
.fv ul li {
  position: relative;
  width: 50%;
}
.fv ul li span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 102%;
  height: 105%;
  z-index: 10;
}
.fv ul li:after {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.fv .title_wrap {
  text-align: center;
  letter-spacing: 2px;
}
.fv .title_wrap p {
  font-size: 15px;
  position: relative;
}
.fv .title_wrap p .box {
  top: 0;
}
.fv .title_wrap h2 {
  font-size: 20px;
  width: fit-content;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
}
.fv .title_wrap h1 {
  color: #e3b00c;
  font-size: 34px;
}
.fv .title_wrap h1 span {
  font-size: 31px;
}
.fv .title_wrap .flex {
  position: relative;
}
.fv .side_text {
  font-size: clamp(10px, 2.6666666667vw, 18px);
  position: absolute;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: top center;
  top: 50%;
  right: 0;
  letter-spacing: 0.1em;
  opacity: 0;
  z-index: 6;
}
.fv .box {
  background-color: #fff;
  width: 105%;
  height: 105%;
  position: absolute;
  top: -5px;
  left: 0;
}
.fv .en_text {
  opacity: 0;
}

.lead {
  padding: 70px 0 90px;
}
.lead p {
  text-align: center;
  font-size: 13px;
  line-height: 2.1538461538;
  width: 300px;
  margin: 0 auto;
}

.list {
  margin-bottom: 5px;
}
.list .container {
  padding: 75px 0 130px;
}
.list h3 {
  font-size: 18px;
  margin-bottom: 33px;
  text-align: center;
}
.list .flex {
  display: flex;
  gap: 30px 16px;
  justify-content: center;
}
.list li {
  width: 100px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2307692308;
}
.list li:nth-child(1) p {
  width: 65%;
  overflow-wrap: break-word;
  margin: 0 auto;
}
.list .brand {
  padding-top: 3px;
}

.text_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

section .container {
  padding-top: 55px;
}
section .section_title {
  padding: 25px 0;
  border: #000 solid;
  border-width: 1px 0;
  margin-bottom: 45px;
  white-space: nowrap;
}
section .section_title .number {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  height: 30px;
}
section .section_title .flex {
  display: flex;
  margin: 0 auto;
  align-items: center;
  max-width: 320px;
}
section .section_title .number {
  transform: rotate(-90deg);
  border-bottom: 1px solid #000;
}
section .section_title .line {
  height: 40px;
  width: 1px;
  background-color: #000;
}
section .section_title .brand_inner {
  overflow: hidden;
  position: relative;
}
section .section_title .brand {
  width: 70%;
  margin: 0 auto;
}
section .section_title .brand_inner {
  width: fit-content;
  margin: 0 auto;
}
section .section_title .brand .en {
  font-size: 26px;
}
section .section_title .brand .ja {
  padding-top: 5px;
  font-size: 12px;
}
section .section_title .brand .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f7f2;
}
section .left .item {
  display: flex;
  gap: 10px;
  width: 95%;
  margin: 20px auto 0;
  font-size: 13px;
  align-items: center;
}
section .left .ja {
  line-height: 1.5384615385;
}
section .left .price {
  font-size: 14px;
}
section .left .buy {
  color: #fff;
  background-color: #646464;
  margin: 0 0 0 auto;
  font-size: 12px;
  width: 50px;
  text-align: center;
  padding: 3px 0;
}
section .right {
  overflow: hidden;
}
section .right h4 {
  font-size: 17px;
  line-height: 1.5882352941;
  padding-bottom: 22px;
  position: relative;
}
section .right .com {
  font-size: 12px;
  line-height: 1.9166666667;
  position: relative;
}
section .right .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f8f7f2;
}
section .w_bg {
  overflow: hidden;
}
section .w_bg .text_slider {
  font-size: 91px;
}
section .w_bg .text_slider.blue {
  color: rgba(143, 190, 208, 0.2);
}
section .w_bg .text_slider.yellow {
  color: rgba(239, 214, 136, 0.2);
}
section .w_bg h4 {
  display: flex;
  width: fit-content;
  margin: -30px auto 50px;
  gap: 11px;
  font-size: 18px;
  width: 180px;
}
section .w_bg h4 .ja {
  font-size: 26px;
}
section .w_bg h4 span {
  white-space: nowrap;
  overflow: hidden;
}
section .w_bg .com_wrap {
  margin: 45px auto 80px;
  position: relative;
  width: 90%;
  overflow: hidden;
}
section .w_bg .com_wrap:before, section .w_bg .com_wrap:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 16px;
}
section .w_bg .com_wrap:before {
  top: 0;
  left: 0;
}
section .w_bg .com_wrap:after {
  bottom: 0;
  right: 0;
}
section .w_bg .com_wrap p {
  font-size: 12px;
  width: 245px;
  margin: 0 auto;
  line-height: 1.9166666667;
  padding: 15px 0;
  letter-spacing: 0.047em;
}
section .w_bg .com_wrap span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 2;
}
section .w_bg .com_wrap.blue:before {
  background-image: url(../images/c1.svg);
}
section .w_bg .com_wrap.blue:after {
  background-image: url(../images/c2.svg);
}
section .w_bg .com_wrap.yellow:before {
  background-image: url(../images/c3.svg);
}
section .w_bg .com_wrap.yellow:after {
  background-image: url(../images/c4.svg);
}
section .staff_wrap {
  width: 350px;
  margin: 0 auto 45px;
  font-size: 13px;
}
section .staff_wrap .inner {
  padding: 55px 40px;
}
section .staff_wrap .flex {
  display: flex;
  gap: 30px;
}
section .staff_wrap .flex > div {
  width: 50%;
}
section .staff_wrap .staff_img {
  width: 115px;
}
section .staff_wrap .name {
  font-size: 19px;
  margin: 10px 0 5px;
}
section .staff_wrap .height {
  font-size: 12px;
}
section .staff_wrap .insta {
  display: flex;
  gap: 7px;
  margin: 15px 0 10px;
}
section .staff_wrap .insta figure {
  width: 17px;
}
section .staff_wrap .pal {
  text-decoration: underline;
}
section .brand_btn {
  color: #fff;
  background-color: #646464;
  text-align: center;
  width: 320px;
  font-size: 17px;
  padding: 17px 0;
  border-radius: 50px;
  margin: 0 auto 115px;
}

.credit {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 12px;
  width: 300px;
  margin: 65px auto 90px;
  gap: 20px;
}
.credit li a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  position: relative;
}
.credit li a[href=""] {
  gap: 0;
}
.credit li a[href=""] figure,
.credit li a[href=""] .buy,
.credit li a[href=""] .price {
  display: none;
}
.credit li a[href=""] .no {
  padding: 3px 0 0 0;
}
.credit li a .com {
  margin: 0 0 0 auto;
  background-color: #707070;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  width: 100px;
}
.credit li a .ja {
  padding-top: 0;
}
.credit .comingSoon figure {
  display: block !important;
}
.credit .comingSoon {
  gap: 12px !important;
}
.credit .comingSoon .price {
  display: block !important;
  padding: 0;
}
.credit figure {
  width: 41px;
}
.credit .item {
  line-height: 1.4;
  max-width: 180px;
}
.credit .buy {
  margin: 0 0 0 auto;
  width: 50px;
  color: #fff;
  text-align: center;
  padding: 4px 0;
}
.credit .buy.blue {
  background-color: #1a4971;
}
.credit .buy.yellow {
  background-color: #e6c55c;
}
.credit span:not(.buy) {
  padding: 7px 0 0 0;
}

.swiper {
  padding-bottom: 40px;
}

.swiper-pagination-bullet {
  background-color: #a8a8a8; /* 背景色を透明に */
  width: 50px;
  opacity: 1; /* 画像の透過を無くす */
  height: 1px;
  border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
  background-color: #707070;
}

.top_btn {
  width: 26px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

#sec1 .staff_wrap .insta {
  display: none;
}
#sec1 .staff_wrap .pal {
  margin-top: 10px;
}

.fade {
  overflow: hidden;
}

.youtube {
  margin-bottom: 50px;
}
.youtube .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 600px;
  font-size: 14px;
  line-height: 2;
}
.youtube p {
  margin-top: 20px;
}
.youtube .youtube_btn {
  margin: 50px auto 200px;
  background-color: #000;
  color: #fff;
  text-align: center;
  width: fit-content;
  min-width: 300px;
  padding: 13px 0;
}
@media screen and (max-width: 768px) {
  .youtube .youtube_btn {
    margin: 50px auto 100px;
  }
}

@media screen and (max-width: 859px) {
  .fv ul {
    gap: 3px;
    position: relative;
  }
  .fv ul span {
    position: absolute;
    color: rgba(250, 234, 183, 0.5);
    font-size: max(64px, 17.0666666667vw);
    line-height: 0.703125;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .fv .top span {
    bottom: 0;
  }
  .fv .sp_grid {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1.5fr 0.7fr 1.5fr;
  }
  .fv .box_inner {
    padding: 30px 0;
    position: relative;
  }
  .fv .box_inner .t_box,
  .fv .box_inner .b_box {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 5;
  }
  .fv .box_inner .t_box {
    top: 0;
    height: 30%;
  }
  .fv .box_inner .b_box {
    bottom: 0;
    height: 70%;
  }
  .fv .title_wrap h2 {
    margin: 15px auto;
  }
  .container {
    width: 335px;
    margin: 0 auto;
  }
  .list .flex {
    flex-wrap: wrap;
  }
  .list li:nth-child(4),
  .list li:nth-child(5) {
    width: calc(50% - 30px);
  }
  .list li:nth-child(4) a,
  .list li:nth-child(5) a {
    width: 100px;
  }
  .list li:nth-child(4) a {
    margin: 0 0 0 auto;
  }
  section .slider_title {
    padding-top: 50px;
  }
  section .left a {
    width: 320px;
    margin: 0 auto;
  }
  section .right {
    padding: 45px 0 95px;
    width: 95%;
    margin: 0 auto;
  }
  section .img1,
  section .img3 {
    width: 280px;
    margin: 0 0 0 auto;
  }
  section .img2 {
    width: 230px;
    margin: 50px 0;
  }
  section .img3 {
    width: 290px;
  }
  section .container:nth-child(2) .img1,
  section .container:nth-child(2) .img3 {
    margin: 0 auto 0 0;
  }
  section .container:nth-child(2) .img2 {
    margin: 50px 0 50px auto;
    width: 235px;
  }
  section .container:nth-child(2) .img3 {
    width: 265px;
  }
  section .w_bg .container {
    padding-top: 0;
  }
}
@media screen and (min-width: 860px) {
  .fv {
    height: 100vh;
    position: relative;
    max-height: 850px;
    min-height: 800px;
  }
  .fv_container {
    display: flex;
    justify-content: center;
  }
  .fv .sp_grid {
    display: flex;
    gap: 7px;
    margin-top: min(210px, 16.40625vw);
  }
  .fv ul {
    gap: 7px;
  }
  .fv ul:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  .fv ul li {
    width: min(305px, 21.1805555556vw);
    height: min(435px, 30.2083333333vw);
  }
  .fv .ye {
    margin-top: 30px;
  }
  .fv .box_inner {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    padding-top: min(40px, 2.7777777778vw);
    white-space: nowrap;
  }
  .fv .box_inner p {
    font-size: min(28px, 2.1875vw);
  }
  .fv .box_inner .flex {
    margin-top: 23px;
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .fv .box_inner h1 {
    font-size: min(60px, 4.6875vw);
  }
  .fv .box_inner h1 span {
    font-size: min(56px, 4.375vw);
  }
  .fv .box_inner h2 {
    font-size: min(30px, 2.34375vw);
  }
  .fv .box_inner .t_box,
  .fv .box_inner .b_box {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
    z-index: 10;
  }
  .fv .box_inner .t_box {
    top: 0;
  }
  .fv .box_inner .b_box {
    top: 50%;
    height: 60%;
  }
  .fv .en_text {
    position: absolute;
    color: rgba(250, 234, 183, 0.5);
    font-size: min(120px, 8.3333333333vw);
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .fv .en_text span {
    margin: 0 20px;
  }
  .fv .scroll {
    display: flex;
    align-items: center;
    gap: 10px;
    transform: rotate(-90deg);
    position: absolute;
    left: 25px;
    bottom: -10%;
    transform-origin: top left;
    opacity: 0;
    overflow: hidden;
  }
  .fv .scroll span {
    width: 140px;
    display: block;
    background-color: #000;
    height: 1px;
  }
  .lead p {
    font-size: 15px;
    width: 620px;
  }
  .list Å .flex {
    margin: 0 auto;
    width: fit-content;
  }
  section .container {
    width: max(860px, 59.7222222222vw);
    margin: 0 auto;
    padding: 130px 0 200px;
  }
  section .section_title {
    padding: 33px 0;
    margin-bottom: 72px;
  }
  section .section_title .number {
    font-size: 19px;
  }
  section .section_title .brand .en {
    font-size: 34px;
  }
  section .section_title .brand .ja {
    font-size: 14px;
  }
  section .section_title .flex {
    max-width: 340px;
  }
  section .pc_flex {
    display: grid;
    grid-template-columns: 400fr 370fr;
    gap: max(50px, 3.4722222222vw);
    align-items: flex-end;
  }
  section .pc_flex .right {
    margin-bottom: 60px;
  }
  section .left .item {
    font-size: 14px;
  }
  section .left .price {
    font-size: 16px;
  }
  section .left .buy {
    font-size: 14px;
    width: 70px;
  }
  section .right h4 {
    font-size: 21px;
  }
  section .right .com {
    font-size: 14px;
  }
  section .w_bg .container {
    padding: 140px 0 150px;
  }
  section .w_bg .container:nth-child(2) {
    padding: 0 0 100px;
  }
  section .w_bg .container:nth-child(2) .pc_flex:nth-of-type(2) .com_wrap {
    order: 1;
  }
  section .w_bg .container:nth-child(2) .pc_flex:nth-of-type(2) .fade {
    order: 2;
  }
  section .w_bg h4 {
    font-size: 24px;
    width: 250px;
    margin: -30px auto 100px;
  }
  section .w_bg h4 .ja {
    font-size: 36px;
  }
  section .w_bg .pc_flex {
    display: grid;
    margin-bottom: 140px;
  }
  section .w_bg .com_wrap {
    margin: 0 0 65px auto;
  }
  section .w_bg .com_wrap p {
    font-size: 14px;
  }
  section .w_bg .com_wrap:before {
    left: 25px;
  }
  section .w_bg .com_wrap:after {
    right: 30px;
  }
  section .staff_wrap {
    width: 710px;
    margin: 0 auto 70px;
  }
  section .staff_wrap .inner {
    padding: 75px 0;
  }
  section .staff_wrap .flex {
    justify-content: center;
    gap: 45px;
    align-items: center;
  }
  section .staff_wrap .flex > div {
    width: 160px;
  }
  section .staff_wrap .staff_img {
    width: 160px;
  }
  section .staff_wrap .name {
    font-size: 22px;
    margin: 0 0 10px;
  }
  section .staff_wrap .height {
    font-size: 14px;
  }
  section .staff_wrap .place {
    font-size: 16px;
  }
  section .staff_wrap a {
    font-size: 18px;
  }
  section .staff_wrap .insta {
    margin: 23px 0 10px;
  }
  section .brand_btn {
    font-size: 18px;
    width: 460px;
    padding: 20px 0;
    margin: 0 auto 180px;
  }
  section .container:nth-child(1) .pic_wrap {
    display: flex;
    position: relative;
    gap: min(97px, 25.8666666667vw);
  }
  section .container:nth-child(1) .pic_wrap .img1 {
    width: max(382px, 26.5277777778%);
    order: 2;
  }
  section .container:nth-child(1) .pic_wrap .img2 {
    width: max(300px, 20.8333333333%);
    margin-top: 200px;
  }
  section .container:nth-child(1) .pic_wrap .img3 {
    width: max(387px, 26.875%);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  section .container:nth-child(2) .pic_wrap {
    position: relative;
  }
  section .container:nth-child(2) .pic_wrap .img1 {
    width: max(400px, 27.7777777778%);
    margin: 0 auto 0 150px;
  }
  section .container:nth-child(2) .pic_wrap .img2 {
    width: max(337px, 23.4027777778%);
    margin: 100px 20px 0 auto;
    padding-bottom: 200px;
  }
  section .container:nth-child(2) .pic_wrap .img3 {
    width: max(378px, 26.25%);
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  .credit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 90px;
    width: 710px;
    margin: 100px auto 0;
  }
  .credit .item {
    font-size: 13px;
  }
  .credit .item .ja {
    font-size: 13px;
  }
  .credit .buy {
    font-size: 13px;
  }
  section .container:nth-child(1) .pic_wrap .img2 {
    padding-bottom: 400px;
  }
  #sec1 .container:nth-child(1) .pic_wrap .img2 {
    padding-bottom: 200px;
  }
  .fixed_text {
    width: 85px;
    position: fixed;
    z-index: 20;
    transform: translateY(-50%);
    top: 50%;
  }
  .fixed_text .en {
    font-size: 20px;
    margin-left: 4px;
    display: block;
  }
  .fixed_text .number {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
  }
  .fixed_text .line {
    height: 1px;
    width: 85px;
    background-color: #707070;
    margin: 12px 0 20px;
  }
  .fixed_text .brand {
    transform: rotate(90deg);
    white-space: nowrap;
    text-align: left;
    margin-top: 60px;
    font-size: 17px;
  }
}
.bg .item .creditajax_price__proper::before,
.bg .item .creditajax_price__sale::before {
  content: "¥";
}

.w_bg .credit .creditajax_price__proper::after,
.w_bg .credit .creditajax_price__sale::after {
  content: "yen";
}

.creditajax_price__sale {
  color: #d15050;
  margin-left: 3px;
}

.creditajax_price__saleOn .creditajax_price__proper {
  text-decoration: line-through;
}/*# sourceMappingURL=style.css.map */