@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

h1, h2, h3 {
  margin: 0;
}

/* オリーブ　スクールバッグ　r20t19 */
body#r20t19 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #000;
}
body#r20t19 .block-event-page {
  padding-bottom: 0;
  background: #f3f2fa;
}
body#r20t19 .block-event-page--goods {
  margin-bottom: 0;
}
body#r20t19 .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 .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px;
  color: #000;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
}
.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%;
  font-size: 13px;
  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: 33.3333333333%;
  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;
  font-family: "Lexend", sans-serif;
  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;
  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: 100px;
}
@media screen and (max-width: 640px) {
  section:not(.mv) {
    padding-top: 70px;
  }
}

.sec-ttl {
  position: relative;
  width: calc(100% - 100px);
  padding-left: 22%;
  margin-bottom: 20px;
  margin-inline: auto;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .sec-ttl {
    width: calc(100% - 40px);
    padding-left: 20%;
    margin-bottom: 10px;
  }
}
.sec-ttl__num {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 31.112%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 640px) {
  .sec-ttl__num {
    width: 25%;
  }
}
.sec-ttl__num img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-ttl__sub {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .sec-ttl__sub {
    margin-bottom: 10px;
    font-size: max(13px, 3.56vw);
  }
}
.sec-ttl__main {
  position: relative;
  display: block;
  font-size: 44px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 640px) {
  .sec-ttl__main {
    font-size: max(32px, 9.78vw);
  }
}

.main-txt {
  position: relative;
  margin-inline: 50px;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.66;
}
@media screen and (max-width: 640px) {
  .main-txt {
    margin-inline: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.half-img {
  width: 50%;
}

.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-img {
  width: 50%;
}
.sub-img:first-child {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .sub-img:first-child {
    margin-top: 30px;
  }
}
.sub.--reverse .sub-img:first-child {
  margin-top: 0;
}
.sub.--reverse .sub-img:last-child {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .sub.--reverse .sub-img:last-child {
    margin-top: 30px;
  }
}

.look {
  margin-top: 55px;
}
@media screen and (max-width: 640px) {
  .look {
    margin-top: 35px;
  }
}

.product {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .product {
    margin-top: 20px;
  }
}
.product-slide {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .product-slide {
    margin-bottom: 30px;
  }
}
.product-slide .slick-slide {
  height: auto;
}
.product-slide .slick-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .product-slide .slick-arrow {
    width: 23px;
    height: 23px;
  }
}
.product-slide .slick-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 23px;
  height: 23px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  background: none;
}
@media screen and (max-width: 640px) {
  .product-slide .slick-arrow::before {
    width: 15px;
    height: 15px;
  }
}
.product-slide .slick-arrow.slick-prev {
  left: 0;
}
.product-slide .slick-arrow.slick-prev::before {
  left: 53%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.product-slide .slick-arrow.slick-next {
  right: 0;
}
.product-slide .slick-arrow.slick-next::before {
  left: 47%;
}
.product-slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  .product-slide .slick-dots {
    margin-top: 10px;
  }
}
.product-slide .slick-dots button {
  width: 100%;
  height: 100%;
  vertical-align: top;
  padding: 0;
  background-color: #c5c5c5;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-slide .slick-dots li {
  width: 8px;
  height: 8px;
}
.product-slide .slick-dots li.slick-active button {
  background-color: #000;
}
.product-num {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .product-num {
    font-size: 13px;
  }
}
.product-name {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .product-name {
    font-size: 18px;
  }
}
.product-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .product-other {
    margin-top: 20px;
  }
}
.product-other__left {
  width: calc(100% - 100px);
}
@media screen and (max-width: 640px) {
  .product-other__left {
    width: calc(100% - 60px);
  }
}
.product-other__left .bag-price {
  font-size: 26px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .product-other__left .bag-price {
    font-size: 20px;
  }
}
.product-other__left .bag-price__tax {
  margin-left: 10px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .product-other__left .bag-price__tax {
    font-size: 12px;
  }
}
.product-other__left .buy-btn {
  margin-top: 10px;
}
.product-other__left .buy-btn a {
  display: inline-block;
  width: 210px;
  max-width: 100%;
  padding: 10px 15px;
  font-size: 24px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000;
  border: solid 2px #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .product-other__left .buy-btn a {
    width: 160px;
    font-size: 17px;
  }
}
.product-other__left .buy-btn a:hover, .product-other__left .buy-btn a:focus {
  text-decoration: none;
  background: #000;
  color: #fff;
}
.product-other__right {
  width: 100px;
}
@media screen and (max-width: 640px) {
  .product-other__right {
    width: 60px;
  }
}
.product-other__right .capa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #0088d3;
  border: solid 2px #0088d3;
  font-size: 30px;
  font-family: "Lexend", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .product-other__right .capa {
    font-size: 18px;
  }
}

.detail {
  margin-top: 65px;
  padding-block: 45px;
  background: #f6d9dd;
}
@media screen and (max-width: 640px) {
  .detail {
    margin-top: 45px;
    padding-block: 30px;
  }
}
.detail .m-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8%;
}
.detail-ttl {
  width: 27.5%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.detail-ttl img {
  width: 100%;
}
.detail-slide {
  width: 64.5%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.simple .main-txt {
  margin-top: -15px;
}
@media screen and (max-width: 640px) {
  .simple .main-txt {
    margin-top: -13px;
  }
}
.simple .sub {
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  .simple .sub {
    margin-top: 25px;
  }
}

.multi .sec-ttl {
  margin-bottom: 55px;
  padding-right: 0;
  padding-left: 16.5%;
}
@media screen and (max-width: 640px) {
  .multi .sec-ttl {
    margin-bottom: 30px;
  }
}
.multi .sec-ttl__num {
  left: auto;
  right: 0;
  width: 40%;
}
@media screen and (max-width: 640px) {
  .multi .sec-ttl__num {
    width: 30%;
  }
}
.multi .look {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .multi .look {
    margin-bottom: 40px;
  }
}
.multi .main-txt {
  margin-bottom: -70px;
}
@media screen and (max-width: 640px) {
  .multi .main-txt {
    margin-bottom: -55px;
  }
}

.casual .sec-ttl {
  padding-left: 30%;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .casual .sec-ttl {
    padding-left: 24%;
    margin-bottom: 40px;
  }
}
.casual .sec-ttl__num {
  width: 40.445%;
}
@media screen and (max-width: 640px) {
  .casual .sec-ttl__num {
    width: 30%;
  }
}
.casual .main {
  position: relative;
}
.casual .main-txt {
  position: absolute;
  top: 22%;
  left: 50px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .casual .main-txt {
    left: 20px;
  }
}
.casual .main-img {
  width: 68.2%;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .casual .main-img {
    width: 75%;
  }
}
.casual .half {
  margin-top: 45px;
}
@media screen and (max-width: 640px) {
  .casual .half {
    margin-top: 40px;
  }
}
.casual .look {
  margin-top: 35px;
}
.casual .sub {
  margin-top: 20px;
}

.other-bag-btn {
  margin-top: 45px;
}
.other-bag-btn a {
  display: block;
  padding: 50px;
  text-align: center;
  color: #000;
  border: solid 2px #000;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .other-bag-btn a {
    font-size: 16px;
    padding: 30px 15px;
  }
}
.other-bag-btn a:hover, .other-bag-btn a:focus {
  text-decoration: none;
  background: #000;
  color: #fff;
}/*# sourceMappingURL=s-event_r20t19.css.map */