@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  min-height: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.09em;
  background-color: #FFFEF9;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sec-inner {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.sec a {
  text-decoration: none;
}
.sec img {
  width: 100%;
  vertical-align: bottom;
}
.sec--mv {
  background-color: #fff;
}
.sec--mv .sec-inner {
  padding-left: 0;
  padding-right: 0;
}
.sec--mv .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sec--mv .mv-logo {
  width: 200px;
}
.sec--mv .mv-logo h1 {
  margin: 0 36px 20px 0;
  text-align: right;
}
.sec--mv .mv-logo h1 img {
  display: inline-block;
  width: 126px;
}
.sec--mv .swiper {
  height: 100%;
  max-width: calc(100% - 200px);
  width: 100%;
}
.sec--mv .swiper-wrapper {
  height: 80vh;
}
.sec--mv .swiper-slide picture {
  height: 100%;
}
.sec--mv .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.sec--yodo .sec-inner {
  padding: 87px 30px 103px;
}
.sec--yodo .yodo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec--yt .sec-inner {
  max-width: 1240px;
}
.sec--yt .yt-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.sec--yt .yt-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec--yt .yt-txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 22px;
}
.sec--items .sec-inner {
  padding: 80px 30px 13px;
}
.sec--items .items-ttl {
  font-family: "Montserrat", "Koburina Gothic W3 JIS2004", sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.sec--items .items-list-pic {
  width: 550px;
  max-width: 47%;
  margin-left: 0;
  margin-right: 0;
  border: 2px solid #000;
}
.sec--items .items-list-cnt {
  width: 550px;
  max-width: 47%;
}
.sec--items .items-list-cnt h2 {
  font-family: "Montserrat", "Koburina Gothic W3 JIS2004", sans-serif;
  font-weight: 400;
  margin: 10px 0 0;
}
.sec--items .items-list-cnt h2 > span {
  display: block;
}
.sec--items .items-list-cnt h2 > span:nth-of-type(1) {
  font-size: 24px;
  line-height: 1.21;
  margin-bottom: 7px;
}
.sec--items .items-list-cnt h2 > span:nth-of-type(2) {
  font-size: 30px;
  line-height: 1.23;
}
.sec--items .items-list-cnt .price {
  padding-bottom: 10px;
}
.sec--items .items-list-no img {
  width: 96.8px;
}
.sec--items .items-list-desc {
  margin-bottom: 20px;
}
.sec--items a.cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 190px;
  height: 40px;
  padding-right: 40px;
  position: relative;
  background-color: #545454;
  border: 1px solid #545454;
  color: #fff;
  font-size: 16px;
}
.sec--items a.cart_btn::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 17px;
  background-image: url(/store/yurikosan_online/images/index/ico-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec--items a.cart_btn:hover {
  opacity: 0.5;
}
.sec--items a.cart_btn.sold {
  background-color: #fff;
  border: 1px solid #545454;
  color: #545454;
}
.sec--items a.cart_btn.sold::after {
  content: "SOLD\aOUT";
  white-space: pre;
  right: 0;
  top: -1px;
  -webkit-transform: initial;
          transform: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding-left: 3px;
  background-color: #545454;
  color: #fff;
  font-family: "Montserrat", "Koburina Gothic W3 JIS2004", sans-serif;
  font-weight: 600;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  background-image: initial;
}
.sec--items a.cart_btn + a.cart_btn {
  margin-top: 14px;
}
.sec--items .items-list-cart-inner {
  max-width: 1180px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec--items .items-list > div {
  border-top: 1px solid #C0C0C0;
  padding: 80px 30px;
  max-width: 1340px;
  margin: auto;
}
.sec--items .items-list > div:nth-of-type(2n) .items-list-cart-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec--items .items-list > div:last-of-type {
  border-bottom: 1px solid #C0C0C0;
}
.sec--items .items-bottom {
  font-size: 13px;
  text-align: center;
  margin-top: 22px;
  color: #545454;
}
.sec--info {
  background-color: #E2E2E2;
}
.sec--info .sec-inner {
  padding: 58px 30px 77px;
}
.sec--info .info {
  text-align: center;
}
.sec--info .info > p {
  display: block;
}
.sec--info .info > p:nth-of-type(1) {
  display: inline-block;
  border-bottom: 1px solid #000;
}
.sec--info .info > p:nth-of-type(2) {
  margin: 32px 0;
}
.sec--info .info > p:nth-of-type(2) > span {
  display: block;
}
.sec--info .info > p:nth-of-type(2) > span:nth-of-type(2) {
  font-size: 16px;
}
.sec--info .info > p:nth-of-type(3) {
  font-size: 16px;
}

@media (max-width: 960px) {
  .items-list br.pc {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sec-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .sec--mv .mv-logo {
    width: 26.5vw;
  }
  .sec--mv .mv-logo h1 {
    margin: 0 3vw 3vw 0;
  }
  .sec--mv .mv-logo h1 img {
    width: 20.9vw;
  }
  .sec--mv .swiper {
    height: initial;
    max-width: initial;
    width: 73.5vw;
  }
  .sec--mv .swiper-wrapper {
    max-height: initial;
    height: initial;
  }
  .sec--yodo .sec-inner {
    padding: 40px 5% 60px;
  }
  .sec--yt .yt {
    width: 110%;
    margin-left: -5%;
  }
  .sec--yt .yt-txt {
    font-size: 12px;
    margin-top: 16px;
    padding: 0 5%;
  }
  .sec--items .sec-inner {
    padding: 40px 2% 24px;
  }
  .sec--items .items-ttl {
    font-size: 24px;
  }
  .sec--items .items-list-pic {
    width: 100%;
    max-width: 280px;
    margin-bottom: 40px;
  }
  .sec--items .items-list-cnt {
    width: 100%;
    max-width: 100%;
  }
  .sec--items .items-list-cnt h2 > span:nth-of-type(1) {
    font-size: 16px;
  }
  .sec--items .items-list-cnt h2 > span:nth-of-type(2) {
    font-size: 24px;
  }
  .sec--items .items-list-cart-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec--items .items-list > div {
    padding: 40px 3%;
  }
  .sec--items .items-list > div:nth-of-type(2n) .items-list-cart-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec--info .sec-inner {
    padding: 70px 5%;
  }
  .sec--info .info > p {
    font-size: 16px;
  }
  .sec--info .info > p:nth-of-type(2) > span:nth-of-type(2) {
    font-size: 13px;
  }
  .sec--info .info > p:nth-of-type(3) {
    font-size: 13px;
  }
}/*# sourceMappingURL=index.css.map */