html,
body {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  color: #2c2b2b;
  margin: 0 auto;
  background-color: #e6dfd8;
  line-height: 1;
  letter-spacing: 1px;
}

.zen {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.trajan {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
}

.number {
  font-family: "bickham-script-pro-3", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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: #2c2b2b;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    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;
}

.line_anim_l,
.line_anim_r {
  position: relative;
  width: 289px;
  margin: 0 auto;
}
.line_anim_l.active:after,
.line_anim_r.active:after {
  content: "";
  position: absolute;
  border: 1px solid #57402b;
}

.line_anim_l.active:after {
  top: 14px;
  left: -14px;
  width: 100%;
  height: 99.5%;
  -webkit-clip-path: circle(50px at top left);
          clip-path: circle(50px at top left);
  animation: circle-open1 2s linear forwards;
  border-radius: 0 105px 0 0;
}

@keyframes circle-open1 {
  0% {
    -webkit-clip-path: circle(10px at top left);
            clip-path: circle(10px at top left);
  }
  100% {
    -webkit-clip-path: circle(150% at top left);
            clip-path: circle(150% at top left);
  }
}
.line_anim_r.active::after {
  width: 54.5%;
  height: 105.5%;
  transform: translateY(-50%);
  top: 50%;
  left: -4.5%;
  border-radius: 155px 0 0 0;
  border-width: 1px 0 1px 1px;
  -webkit-clip-path: circle(0 at top right);
          clip-path: circle(0 at top right);
  animation: circle-open2 2s 0.5s ease-out forwards;
}
.line_anim_r.active::before {
  content: "";
  position: absolute;
  width: 54.5%;
  height: 105.5%;
  transform: translateY(-50%);
  top: 50%;
  right: -4.5%;
  border: solid #57402b;
  border-width: 1px 1px 1px 0;
  border-radius: 0 155px 0 0;
  -webkit-clip-path: circle(0 at top left);
          clip-path: circle(0 at top left);
  animation: circle-open3 2s 0.5s ease-out forwards;
}

@keyframes circle-open2 {
  0% {
    -webkit-clip-path: circle(0px at top right);
            clip-path: circle(0px at top right);
  }
  100% {
    -webkit-clip-path: circle(150% at top left);
            clip-path: circle(150% at top left);
  }
}
@keyframes circle-open3 {
  0% {
    -webkit-clip-path: circle(10px at top left);
            clip-path: circle(10px at top left);
  }
  100% {
    -webkit-clip-path: circle(150% at top right);
            clip-path: circle(150% at top right);
  }
}
.fv .title {
  position: relative;
}
.fv .title p {
  font-size: clamp(15px, 4vw, 23px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  margin-bottom: clamp(5px, 1.3333333333vw, 20px);
}
.fv .title p .line {
  position: absolute;
  background-color: #fff8f0;
  border-radius: 30px;
  width: 100%;
  height: clamp(6px, 1.6vw, 10px);
  bottom: clamp(-3px, -0.8vw, -5px);
  left: 0;
  z-index: -1;
}
.fv .title h1 {
  line-height: 1.2;
  font-size: clamp(39px, 10.4vw, 62px);
  color: #910707;
}
.fv .title h1 .black {
  color: #2c2b2b;
  font-size: clamp(25px, 6.6666666667vw, 45px);
}
.fv .title h1 .big {
  font-size: clamp(53px, 14.1333333333vw, 94px);
}
.fv .title .logo {
  position: absolute;
  width: clamp(60px, 16vw, 112px);
}
.fv .lead {
  font-size: clamp(12px, 3.2vw, 15px);
  line-height: 2;
  margin: 50px auto 70px;
}

.line {
  width: clamp(113px, 30.1333333333vw, 185px);
  margin: 0 auto;
  height: 1px;
  background-color: #333333;
}

.link_wrap .link_li .text_wrap {
  margin-top: -12px;
  line-height: 0.7;
}
.link_wrap .link_li li:nth-child(3) .text_wrap {
  line-height: 0.9;
}
.link_wrap .link_li li:nth-child(3) .text_wrap .number {
  line-height: 0.6;
}
.link_wrap .text_wrap {
  text-align: center;
}
.link_wrap .text_wrap .small {
  font-size: 10px;
  transform: scale(0.9);
  vertical-align: middle;
}
.link_wrap .number {
  color: #910707;
  font-size: 29px;
  display: block;
}

section {
  padding: 60px 0;
}
section .item_main {
  width: 289px;
  margin: 0 auto;
  position: relative;
}
section .item_main .brand {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  display: flex;
}
section .item_main .brand span {
  font-family: "yu-mincho-pr6n", sans-serif;
  display: block;
}
section .credit {
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 23px;
  line-height: 1.2;
}
section .credit .buy {
  color: #fff;
  background-color: #4e4e4e;
  padding: 5px 10px 3px;
}
section:last-child {
  padding-bottom: clamp(120px, 16vw, 180px);
}

.section_title {
  white-space: nowrap;
}

.section_title .number {
  color: #910707;
}

.all_items {
  letter-spacing: 1.5px;
  width: clamp(219px, 58.4vw, 360px);
  margin: clamp(65px, 17.3333333333vw, 80px) auto 0;
  text-align: center;
  color: #fff;
  background-color: #4e4e4e;
  font-size: clamp(14px, 3.7333333333vw, 17px);
  padding: clamp(13px, 3.4666666667vw, 15px) 0;
}

.price {
  position: relative;
}
.price::after {
  content: "BUY";
  color: #fff;
  background-color: #4e4e4e;
  font-size: 10px;
  display: block;
  width: clamp(60px, 16vw, 70px);
  padding: 2px 0;
  margin: 7px auto 0;
}
.price.salecolor + .price {
  display: none;
}

footer {
  margin-top: 100px;
}

.top_btn {
  width: 34px;
  height: 34px;
  background-color: #f8f4ec;
  border-radius: 50px;
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 7px;
}
.top_btn::before, .top_btn:after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background-color: #898989;
  height: 10px;
  width: 1px;
}
.top_btn::after {
  left: 13.5px;
  transform: translateY(-50%) rotate(40deg);
}
.top_btn::before {
  right: 13.5px;
  transform: translateY(-50%) rotate(-40deg);
}

.category p {
  position: relative;
}
.category p img + span {
  background-color: #910707;
  color: #fff;
  padding: 3px;
  transform: scale(0.8);
  display: block;
  width: 100px;
  position: absolute;
  bottom: -2px;
  right: -10px;
}

@media screen and (max-width: 768px) {
  .fv .main {
    width: max(331px, 88.2666666667vw);
    position: relative;
  }
  .fv .main:after {
    content: "";
    position: absolute;
    top: 12px;
    right: -12px;
    width: 100%;
    height: 100%;
    border: 1px solid #57402b;
    border-radius: 0 0 max(169px, 45.0666666667vw) 0;
  }
  .fv .title {
    width: max(335px, 89.3333333333vw);
    margin: 47px auto 0;
    margin-top: 47px;
  }
  .fv .title .logo {
    bottom: 0;
    right: 0;
  }
  .fv .lead {
    width: max(335px, 89.3333333333vw);
  }
  .link_wrap {
    padding: 66px 0 0;
  }
  .link_wrap .link_li {
    max-width: 335px;
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin: 0 auto;
  }
  .link_wrap .link_li li:nth-child(3) .text_wrap {
    font-size: 14px;
  }
  .link_wrap .link_li li:nth-child(5) {
    font-size: 15px;
  }
  .link_wrap .link_li li:nth-child(5) .text_wrap {
    line-height: 0.75;
  }
  .link_wrap .section_title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  section .item_main .brand {
    font-size: 12px;
    right: -25px;
    bottom: 15px;
  }
  section .item_main .brand span {
    font-size: 10px;
    transform: scale(0.7);
    margin-top: -10px;
  }
  section .com {
    font-size: 12px;
    width: 285px;
    margin: 40px auto 0;
    line-height: 2;
    text-align: justify;
  }
  section:nth-of-type(1) {
    padding: 100px 0 60px;
  }
  .section_title {
    width: 296px;
    margin: 0 auto 15px;
    font-size: 31px;
    text-align: center;
    line-height: 0.7;
  }
  .section_title .number {
    color: #910707;
    font-size: 61px;
    line-height: 1.1;
  }
  .section_title .small {
    font-size: 22px;
    vertical-align: middle;
    padding: 0 4px;
  }
  .section_title .big {
    font-size: 46px;
    padding-right: 10px;
  }
  section:nth-child(odd) .section_title {
    text-align: left;
  }
  section:nth-child(odd) .item_main .brand {
    right: -20px;
  }
  section:nth-child(even) .section_title {
    text-align: center;
    margin: 0 auto 22px;
  }
  section:nth-child(even) .item_main .brand {
    right: -30px;
  }
  section:nth-of-type(1) .item_main .brand {
    bottom: 5px;
  }
  section:nth-of-type(1) .item_main .brand span {
    margin-top: -20px;
  }
  .category {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
    max-width: 335px;
    margin: 55px auto 0;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
  }
  .category img {
    margin-bottom: 10px;
  }
  .category li p:nth-child(3),
  .category li .price {
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: normal;
  }
  #sec2 .pc_flex .credit {
    font-size: 10px;
    line-height: 1.3;
    gap: 10px;
  }
  #sec2 .pc_flex .credit .en {
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .fv .main {
    width: min(881px, 64.494875549vw);
    position: relative;
  }
  .fv .main:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #57402b;
    top: 15px;
    left: -15px;
    border-radius: 0 0 0 min(150px, 10.980966325vw);
  }
  .fv .flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .fv .title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 0 auto;
    gap: min(107px, 7.8330893119vw);
  }
  .fv .title p {
    font-size: min(23px, 1.6837481698vw);
  }
  .fv .title p .line {
    bottom: clamp(-5px, -0.8vw, -7px);
  }
  .fv .title h1 {
    font-size: min(62px, 4.5387994143vw);
  }
  .fv .title h1 .black {
    font-size: min(45px, 3.2942898975vw);
  }
  .fv .title h1 .big {
    font-size: min(84px, 6.149341142vw);
  }
  .fv .title .title_text {
    width: 100%;
  }
  .fv .title .logo {
    position: inherit;
    width: min(112px, 8.1991215227vw);
  }
  .fv .lead {
    text-align: center;
    margin: 80px auto 85px;
    line-height: 2.8;
  }
  .link_wrap {
    padding: 126px 0 20px;
  }
  .link_wrap .link_li {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: min(30px, 2.196193265vw);
    width: min(950px, 95vw);
    margin: 0 auto;
    font-size: 20px;
  }
  .link_wrap .link_li .text_wrap {
    margin-top: -14px;
  }
  .link_wrap .link_li .text_wrap .small {
    font-size: 12px;
    transform: scale(1);
    padding-left: 3px;
  }
  .link_wrap .link_li li {
    width: min(117px, 13vw);
  }
  .link_wrap .link_li li:nth-child(3) .text_wrap {
    font-size: 17px;
  }
  .link_wrap .link_li li:nth-child(5) .text_wrap {
    font-size: 18px;
  }
  .link_wrap .section_title {
    font-size: min(42px, 3.074670571vw);
    margin-bottom: 45px;
  }
  .link_wrap .number {
    font-size: 39px;
  }
  .section_title {
    font-size: min(45px, 3.2942898975vw);
    text-align: center;
    margin-top: 90px;
  }
  .section_title .number {
    font-size: 78px;
  }
  .section_title .small {
    font-size: 32px;
    vertical-align: middle;
    padding: 0 4px;
  }
  .section_title .big {
    font-size: 46px;
    padding-right: 10px;
  }
  section {
    padding: 90px 0;
  }
  section .com {
    font-size: min(13px, 1.3vw);
    text-align: center;
    line-height: 2.5;
    width: min(326px, 32.6vw);
    margin: 60px auto 0;
  }
  section .item_main {
    width: min(418px, 30.6002928258vw);
  }
  section .item_main .brand {
    font-size: min(17px, 1.2445095168vw);
    align-items: center;
    bottom: 30px;
  }
  section .item_main .brand span {
    font-size: min(10px, 0.7320644217vw);
    margin: 0;
  }
  section .credit {
    font-size: 16px;
    gap: 7px;
  }
  section .credit span {
    font-size: 15px;
  }
  section .credit .buy {
    margin-left: 25px;
  }
  section:nth-of-type(1) {
    padding: 180px 0 90px;
  }
  section:last-child .section_title {
    font-size: min(35px, 2.5622254758vw);
  }
  section:last-child .section_title .big {
    font-size: 52px;
    padding-right: 10px;
  }
  .line_anim_l,
  .line_anim_r {
    width: min(418px, 30.6002928258vw);
  }
  .line_anim_l.active:after {
    border-radius: 0 min(155px, 11.3469985359vw) 0 0;
    height: 99.5%;
    width: 99%;
  }
  .line_anim_r.active:after {
    border-radius: min(215px, 15.7393850659vw) 0 0 0;
    height: 104.5%;
    width: 53.2%;
    left: -3.5%;
  }
  .line_anim_r.active::before {
    width: 53.3%;
    height: 104.5%;
    right: -3.5%;
    border-radius: 0 min(215px, 15.7393850659vw) 0 0;
  }
  .pc_flex {
    display: flex;
    align-items: center;
    width: 64.2020497804vw;
    margin: 0 auto;
    gap: min(60px, 4.39238653vw);
  }
  .pc_flex .left,
  .pc_flex .right {
    width: 50%;
  }
  .pc_flex .credit {
    font-size: 15px;
  }
  .pc_flex .credit .en {
    padding-left: 10px;
  }
  .pc_flex .credit .buy {
    font-size: 14px;
  }
  section:nth-child(odd) .item_main .brand {
    left: -40px;
  }
  section:nth-child(even) .item_main .brand {
    right: -40px;
  }
  section:nth-child(even) .pc_flex {
    flex-direction: row-reverse;
  }
  .category {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px min(23px, 1.6837481698vw);
    width: -moz-fit-content;
    width: fit-content;
    margin: 120px auto 0;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
  }
  .category img {
    margin-bottom: 10px;
  }
  .category li {
    width: min(190px, 21.1111111111vw);
  }
  .top_btn {
    width: 40px;
    height: 40px;
    right: 50px;
  }
  .top_btn::after {
    left: 16.5px;
  }
  .top_btn::before {
    right: 16.5px;
  }
}/*# sourceMappingURL=style.css.map */