html,
body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  color: #fff;
  transition: all 1.6s ease 0s;
  background-color: #ac4141;
}

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;
  }
}

.en {
  font-family: "gyst-variable", sans-serif;
  font-variation-settings: "wght" 400;
  letter-spacing: 0.02em;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #fff;
}
@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;
}

.fv .container {
  position: relative;
}
.fv .title {
  position: absolute;
}
.fv .sub_title {
  position: absolute;
  top: 0;
  color: #000;
  display: flex;
  flex-direction: row-reverse;
  gap: 13px;
}
.fv h2 {
  writing-mode: vertical-rl;
  background-color: #fff;
  border: solid #000;
  border-width: 0 1px 1px 1px;
  font-weight: bold;
  height: fit-content;
  padding: 15px 15px 20px 15px;
  letter-spacing: 0.2em;
}

.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 35px;
  border: solid #fff;
  border-width: 1px 0;
}

.loop-area {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.loop-area .content {
  width: 200px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.lead__text {
  font-size: 12px;
  text-align: center;
  padding: clamp(70px, 18.6666666667vw, 100px) 0;
  line-height: 2.3333333333;
  letter-spacing: 0.06em;
}
.lead li {
  position: relative;
  text-align: center;
}
.lead .number {
  color: #000000;
  position: relative;
  display: block;
  width: 40px;
  text-align: center;
  z-index: 1;
}
.lead .number:after {
  content: "";
  position: absolute;
  background-color: #3277ce;
  transform: translate(-50%, -50%) rotate(-15deg);
  top: 47%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #000;
  z-index: -1;
}

.section_title {
  text-align: center;
  width: fit-content;
  margin: 0 auto 30px;
}
.section_title .number {
  top: -15px;
  left: -25px;
  color: #000000;
  position: relative;
  display: block;
  width: 40px;
  text-align: center;
  z-index: 1;
  font-size: 14px;
}
.section_title .number:after {
  content: "";
  position: absolute;
  background-color: #3277ce;
  transform: translate(-50%, -50%) rotate(-15deg);
  top: 47%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #000;
  z-index: -1;
  width: 45px;
  height: 32px;
}
.section_title h3 {
  font-size: clamp(34px, 9.0666666667vw, 38px);
}
.section_title p {
  padding-top: 10px;
  font-size: clamp(12px, 3.2vw, 14px);
}

section {
  padding-top: 100px;
}

.single {
  margin-top: 100px;
}
.single .right_text {
  width: fit-content;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 6;
}
.single p {
  background-color: #fff;
  color: #000;
  width: fit-content;
  padding: 13px 20px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  border: solid #000;
  position: relative;
}
.single p:nth-child(1) {
  border: 1px solid #000;
}
.single p:nth-child(2), .single p:nth-child(3) {
  margin-top: -7px;
  position: relative;
  border-width: 0 1px 1px 0;
  margin-left: 80px;
}
.single p:nth-child(2)::before, .single p:nth-child(3)::before {
  content: "";
  width: 1px;
  height: 32px;
  position: absolute;
  background-color: #000;
  left: 0;
  bottom: 0;
}
.single p:nth-child(2)::after, .single p:nth-child(3)::after {
  content: "";
  width: 28.5px;
  height: 1px;
  position: absolute;
  background-color: #000;
  right: 0;
  top: 0;
}
.single figure {
  width: clamp(340px, 90.6666666667vw, 350px);
  margin: -38px auto 0;
  position: relative;
  z-index: 5;
}

.item_img {
  margin-top: 60px;
  display: flex;
}
.item_img figure {
  width: clamp(337px, 89.8666666667vw, 370px);
}
.item_img .side_title p {
  writing-mode: vertical-rl;
  font-size: clamp(25px, 6.6666666667vw, 26px);
}

.credit {
  width: 340px;
  margin: 50px auto 0;
}
.credit li:not(li:last-child) {
  margin-bottom: 20px;
}
.credit li a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.credit figure img {
  width: 60px;
}
.credit p {
  font-size: 11px;
  line-height: 2;
}
.credit .buy {
  font-size: 14px;
  margin: 0 0 0 auto;
  border: 1px solid #fff;
  width: 45px;
  padding: 5px 0 3px;
  text-align: center;
}

.item_credit figure {
  position: relative;
}
.item_credit figure::before {
  position: absolute;
  width: 12px;
  border: 1px solid #000;
  background-color: #fff;
  top: -10px;
  left: -10px;
  color: #000;
  font-family: "gyst-variable", sans-serif;
  font-variation-settings: "wght" 400;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 3px;
  font-size: 12px;
}
.item_credit li:nth-child(1) figure::before {
  content: "a";
}
.item_credit li:nth-child(2) figure::before {
  content: "b";
}
.item_credit li:nth-child(3) figure::before {
  content: "c";
}
.item_credit li:nth-child(4) figure::before {
  content: "d";
}
.item_credit li:nth-child(5) figure::before {
  content: "e";
}
.item_credit li:nth-child(6) figure::before {
  content: "f";
}

.default_btn {
  text-align: center;
  color: #000;
  background-color: #609241;
  font-size: clamp(12px, 3.2vw, 14px);
  width: clamp(280px, 74.6666666667vw, 300px);
  margin: 30px auto 70px;
  padding: 20px 0;
  border: 1px solid #000;
  font-weight: bold;
}

#sec1 {
  padding-top: 120px;
}
#sec1 .pc_flex:nth-child(1) .item_credit li:nth-child(3) {
  margin: 50px 0;
}

#sec2 .single p:nth-child(2):after {
  width: 79.5px;
}
#sec2 .single figure {
  margin: -38px 0 0 auto;
}
#sec2 .small {
  width: clamp(264px, 70.4vw, 300px);
  margin: 40px auto 0;
}
#sec2 .bottom_wrap .top,
#sec2 .bottom_wrap .bottom {
  width: clamp(200px, 53.3333333333vw, 300px);
}
#sec2 .bottom_wrap .bottom {
  margin: -80px 0 0 auto;
}
#sec2 .item_img span {
  text-orientation: sideways;
}

#sec3 .single .right_text {
  margin: 0 auto 0 0;
}
#sec3 .single p:nth-child(2) {
  margin-left: 40px;
}
#sec3 .single p:nth-child(2):after {
  width: 38px;
}
#sec3 .single figure {
  margin: -45px auto 0;
}
#sec3 .small figure {
  width: clamp(264px, 70.4vw, 270px);
  margin: 40px 0 0 auto;
}
#sec3 .bottom_wrap .top {
  width: clamp(340px, 90.6666666667vw, 370px);
  margin: 0 auto;
}
#sec3 .bottom_wrap .bottom {
  width: clamp(200px, 53.3333333333vw, 270px);
  margin: 40px auto 0;
}

#sec4 .single p:nth-child(2) {
  margin-left: 40px;
}
#sec4 .single p:nth-child(2):after {
  width: 142px;
}
#sec4 .single figure {
  margin: -38px auto 0;
}
#sec4 .small figure {
  width: clamp(264px, 70.4vw, 270px);
  margin: 40px 0 0 auto;
}
#sec4 .bottom_wrap .top {
  width: clamp(340px, 90.6666666667vw, 370px);
  margin: 0 auto;
}
#sec4 .bottom_wrap .bottom {
  width: clamp(264px, 70.4vw, 270px);
  margin: 40px auto 0 0;
}

#sec5 .single {
  margin: 0 0 110px;
  position: relative;
}
#sec5 .single p:not(p:first-child) {
  margin-top: -7px;
}
#sec5 .single p:nth-child(2) {
  margin-left: 21px;
}
#sec5 .single p:nth-child(2):after {
  width: 34px;
}
#sec5 .single p:nth-child(3) {
  margin-left: 119px;
  border-width: 0 1px 1px 0;
}
#sec5 .single p:nth-child(3):after {
  width: 20.5px;
}
#sec5 .single figure {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#sec5 .right_text {
  position: absolute;
  right: 0;
  bottom: -80px;
}

#sec6 .section_title p {
  line-height: 1.8333333333;
}
#sec6 .section_title .number {
  white-space: nowrap;
  transform: rotate(-15deg);
}
#sec6 .section_title .number:after {
  transform: translate(-50%, -50%) rotate(-5deg);
  left: 60%;
  width: 76px;
}

.item_wrap {
  font-size: clamp(11px, 2.9333333333vw, 12px);
}
.item_wrap .category {
  width: 340px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 8px;
  line-height: 1.8181818182;
}
.item_wrap img {
  margin-bottom: 10px;
}

.staff_credit {
  padding: 30px 0 100px;
  font-size: 10px;
  text-align: center;
  font-style: italic;
  line-height: 1.8;
}

footer {
  border: solid #000;
  border-width: 1px 0;
}
footer .bg {
  padding: 100px 0 clamp(120px, 32vw, 170px);
  background-color: #fff;
}
footer .icon_wrap {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 3.2vw, 15px);
}
footer .icon_wrap li {
  width: clamp(23px, 6.1333333333vw, 30px);
}
footer .logo {
  width: clamp(100px, 26.6666666667vw, 130px);
  margin: 50px auto 0;
}
footer .copy {
  font-size: 10px;
  text-align: center;
  color: #000;
  margin-top: clamp(15px, 4vw, 20px);
  letter-spacing: 0.12em;
}

.swiper {
  padding-bottom: 30px !important;
}

.swiper-pagination {
  margin-bottom: 0 !important;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  width: 5px !important;
  height: 5px !important;
  margin: 0 5px !important;
}

@media screen and (max-width: 768px) {
  .fv .container {
    width: 93.3333333333vw;
  }
  .fv .title {
    width: 69.3333333333vw;
    right: 0;
    bottom: 10px;
  }
  .fv .main {
    padding-top: 20px;
  }
  .fv h2 {
    font-size: 3.7333333333vw;
    padding: 25px 15px;
  }
  .fv .sub_title {
    left: 15px;
  }
  .lead .link_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 10px;
  }
  .lead li {
    width: 28vw;
  }
  .lead .number {
    top: 10px;
    left: -8px;
    font-size: 2.9333333333vw;
  }
  .lead .number:after {
    width: 9.3333333333vw;
    height: 6.6666666667vw;
  }
  .lead .link_title {
    font-size: 3.4666666667vw;
    white-space: nowrap;
    padding: 10px 0 5px;
  }
  .lead .link_title + p {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .container {
    width: 76.5625vw;
    max-width: 980px;
    margin: 0 auto;
  }
  .fv .main {
    width: 71.40625vw;
    max-width: 914px;
    margin: 0 0 0 auto;
  }
  .fv .title {
    width: 33.359375vw;
    max-width: 427px;
    bottom: 75px;
  }
  .fv .sub_title {
    right: 10px;
  }
  .fv h2 {
    font-size: 15px;
  }
  .lead .link_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    width: 66.40625vw;
    max-width: 850px;
    margin: 0 auto;
  }
  .lead .number {
    font-size: min(14px, 1.09375vw);
    left: -0.78125vw;
    top: 10px;
  }
  .lead .number:after {
    width: min(40px, 3.125vw);
    height: min(30px, 2.34375vw);
  }
  .lead .link_title {
    font-size: min(18px, 1.40625vw);
    padding: 15px 0 5px;
  }
  .lead .link_title + p {
    font-size: min(12px, 0.9375vw);
  }
  .section_title {
    margin: 0 auto 15px;
  }
  .section_title p {
    font-size: 14px;
  }
  section .container {
    width: min(985px, 98.5vw);
    margin: 0 auto;
  }
  .pc_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  .left {
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100vh;
  }
  .left_container {
    width: 370px;
    margin: 0 auto;
  }
  .item_img {
    justify-content: center;
    gap: 7px;
  }
  .credit {
    width: 350px;
  }
  .item_credit {
    width: 370px;
    transform: translateX(-10px);
  }
  .default_btn {
    margin: 40px auto 70px;
  }
  #sec1 .box {
    position: relative;
  }
  #sec1 .absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 370px;
    z-index: 2;
  }
  #sec1 .left {
    justify-content: center;
  }
  #sec1 .pc_flex:nth-child(1) .left_container.active {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }
  #sec3 .small {
    max-width: 350px;
    margin: 0 auto;
  }
  #sec3 .bottom_wrap .bottom {
    margin: -80px auto 0 0;
  }
  #sec4 .small figure {
    margin: 40px auto 0;
  }
  #sec5 .single {
    max-width: 700px;
    margin: 0 auto;
  }
  #sec5 .right_text {
    position: absolute;
    right: -50px;
    top: 30px;
    bottom: inherit;
  }
  #sec5 .right_text p:nth-child(4) {
    margin-left: 40px;
    border-width: 0 1px 1px 0;
  }
  #sec5 .right_text p:nth-child(4)::before {
    content: "";
    width: 1px;
    height: 32px;
    position: absolute;
    background-color: #000;
    left: 0;
    bottom: 0;
  }
  #sec5 .right_text p:nth-child(4)::after {
    content: "";
    width: 105px;
    height: 1px;
    position: absolute;
    background-color: #000;
    right: 0;
    top: 0;
  }
  .item_wrap .category {
    margin: 50px auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 40px;
    width: 620px;
  }
}/*# sourceMappingURL=style.css.map */