@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poiret+One&display=swap");
h1, h2, h3 {
  margin: 0;
}

/* オリーブ　スクールバッグ　r20t12 */
body#r20t12 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
}
body#r20t12 .block-event-page {
  padding-bottom: 0;
  background: rgb(249, 236, 249);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 236, 249)), to(rgb(232, 248, 246)));
  background: linear-gradient(180deg, rgb(249, 236, 249) 0%, rgb(232, 248, 246) 100%);
}
body#r20t12 .block-event-page--goods {
  margin-bottom: 0;
}
body#r20t12 .block-event-page--head {
  margin: 0;
}

/* 固定コンテンツ */
.event-fix-wrap {
  padding-bottom: 150px;
  color: #000;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .event-fix-wrap {
    padding-bottom: 90px;
  }
}
.event-fix-wrap .m-wrapper {
  padding-inline: 50px;
}
@media screen and (max-width: 640px) {
  .event-fix-wrap .m-wrapper {
    padding-inline: 30px;
  }
}
.event-fix-wrap .m-wrapper-sm {
  padding-inline: 30px;
}
@media screen and (max-width: 640px) {
  .event-fix-wrap .m-wrapper-sm {
    padding-inline: 10px;
  }
}
.event-fix-wrap .fix-contents {
  padding: 0 20px;
  text-align: center;
}
.event-fix-wrap .fix-contents .fix-inner {
  width: 100%;
  max-width: 260px;
}
.event-fix-wrap .fix-contents .fix-contents-tit img {
  width: 100%;
}
.event-fix-wrap .fix-contents .anchorlink-list {
  margin-top: 30px;
  border-bottom: solid 1px #000;
}
.event-fix-wrap .fix-contents .anchorlink-list__item {
  border-top: solid 1px #000;
}
.event-fix-wrap .fix-contents .anchorlink-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  color: #000;
  font-size: 16px;
}
.event-fix-wrap .fix-contents .anchorlink-list__item a:hover, .event-fix-wrap .fix-contents .anchorlink-list__item a:focus {
  text-decoration: none;
}
.event-fix-wrap .fix-contents .anchorlink-list__item a:hover .style-arrow, .event-fix-wrap .fix-contents .anchorlink-list__item a:focus .style-arrow {
  background: #000;
}
.event-fix-wrap .fix-contents .anchorlink-list__item a:hover .style-arrow::before, .event-fix-wrap .fix-contents .anchorlink-list__item a:focus .style-arrow::before {
  border-color: #fff;
}
.event-fix-wrap .fix-contents .anchorlink-list__item a .style-num {
  display: inline-block;
  width: 10%;
  margin-right: 12%;
  padding-bottom: 7px;
  font-size: 13px;
  border-bottom: solid 1px #625e63;
  letter-spacing: 0.1em;
  line-height: 1;
}
.event-fix-wrap .fix-contents .anchorlink-list__item a .style-text {
  display: inline-block;
  width: 23%;
  margin-right: 47%;
  text-align: left;
  line-height: 1;
}
.event-fix-wrap .fix-contents .anchorlink-list__item a .style-arrow {
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  border: solid 1px #000;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.event-fix-wrap .fix-contents .anchorlink-list__item a .style-arrow::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 6px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.event-fix-wrap .fix-contents .img-logo {
  width: 100%;
  max-width: 230px;
  margin-bottom: 25px;
}
.event-fix-wrap .fix-contents .qr-box {
  text-align: center;
}
.event-fix-wrap .fix-contents .qr-box img {
  width: 100%;
  max-width: 89px;
}
.event-fix-wrap .fix-contents .qr-box .qr-text {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8;
}

.mv-anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .mv-anchor-list {
    margin-top: 30px;
  }
}
.mv-anchor-list__item {
  width: 25%;
  border-left: solid 1px #000;
}
.mv-anchor-list__item:last-child {
  border-right: solid 1px #000;
}
.mv-anchor-list__item a {
  display: block;
  padding-top: 9px;
  text-align: center;
  color: #000;
  line-height: 1;
}
.mv-anchor-list__item a:hover, .mv-anchor-list__item a:focus {
  text-decoration: none;
}
.mv-anchor-list__item a:hover .mv-style-arrow, .mv-anchor-list__item a:focus .mv-style-arrow {
  background: #000;
}
.mv-anchor-list__item a:hover .mv-style-arrow::before, .mv-anchor-list__item a:focus .mv-style-arrow::before {
  border-color: #fff;
}
.mv-anchor-list__item a .mv-style-num {
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 7px;
  border-bottom: solid 1px #000;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .mv-anchor-list__item a .mv-style-num {
    font-size: 12px;
  }
}
.mv-anchor-list__item a .mv-style-text {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .mv-anchor-list__item a .mv-style-text {
    font-size: 15px;
  }
}
.mv-anchor-list__item a .mv-style-arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  border: solid 1px #000;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .mv-anchor-list__item a .mv-style-arrow {
    width: 20px;
    height: 20px;
  }
}
.mv-anchor-list__item a .mv-style-arrow::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 10px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .mv-anchor-list__item a .mv-style-arrow::before {
    top: 5px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}

section:not(.mv) {
  padding-top: 90px !important;
}
@media screen and (max-width: 640px) {
  section:not(.mv) {
    padding-top: 70px !important;
  }
}

.style-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7%;
  margin-top: 25px;
}
.style-color-ttl {
  padding: 0;
  font-size: 48px;
  font-family: "Poiret One", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 640px) {
  .style-color-ttl {
    font-size: 32px;
  }
}
.style-color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7%;
  width: 64%;
}
.style-color-list__item {
  width: 46.5%;
}
.style-slide {
  position: relative;
  padding-bottom: 40px;
  margin-top: 35px;
}
.style-slide-arrow {
  position: absolute;
  top: 45%;
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 0;
  color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.style-slide-arrow::before {
  content: none;
}
.style-slide-arrow.--prev {
  left: 0;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}
.style-slide-arrow.--next {
  right: 0;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.style-slide__item img {
  width: 67%;
  margin-inline: auto;
}
.style-slide .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  line-height: 1;
}
.style-slide .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.style-slide .slick-dots button {
  width: 8px;
  height: 8px;
  display: block;
  padding: 0;
  color: transparent;
  outline: 0;
  border: unset;
  border-radius: 50px;
  background: #c5c5c5;
  cursor: pointer;
}
.style-slide .slick-dots .slick-active button {
  background: #000;
}
.style-product {
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  .style-product {
    margin-top: 25px;
  }
}
.style-product-ttl {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 7px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 640px) {
  .style-product-ttl {
    margin-bottom: 10px;
    padding: 0 0 7px 0;
    font-size: 18px;
  }
}
.style-product-ttl__num {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .style-product-ttl__num {
    font-size: 12px;
  }
}
.style-product-price {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .style-product-price {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.style-product-price__tax {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .style-product-price__tax {
    font-size: 12px;
  }
}
.style-product-txt {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .style-product-txt {
    font-size: 13px;
  }
}
.style-product-btn {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .style-product-btn {
    margin-top: 20px;
  }
}
.style-product-btn a {
  display: block;
  width: 95%;
  padding: 15px;
  margin-inline: auto;
  font-size: 24px;
  text-align: center;
  color: #000;
  border: solid 1px #000;
  border-radius: 50px;
  line-height: 1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 640px) {
  .style-product-btn a {
    padding: 10px;
    font-size: 20px;
  }
}
.style-product-btn a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.cute .style-color, .sporty .style-color {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cute .style-color-ttl, .sporty .style-color-ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.cute .style-color-list, .sporty .style-color-list {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.banner-box__item:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .banner-box__item:nth-child(n+2) {
    margin-top: 20px;
  }
}/*# sourceMappingURL=s-event_r20t12.css.map */