@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit: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;
}

/* オリーブ　スクールバッグ　r20t20 */
body#r20t20 {
  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: #313131;
}
body#r20t20 .block-event-page {
  padding-bottom: 0;
  background: #eaf9f2;
}
body#r20t20 .block-event-page--goods {
  margin-bottom: 0;
}
body#r20t20 .block-event-page--head {
  margin: 0;
}

/* 固定コンテンツ */
.event-fix-wrap {
  color: #313131;
  font-size: 16px;
  background-color: #fff;
}
.event-fix-wrap .m-wrapper {
  padding-inline: 50px;
}
@media screen and (max-width: 640px) {
  .event-fix-wrap .m-wrapper {
    padding-inline: 20px;
  }
}
.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 #969696;
}
.event-fix-wrap .fix-contents .anchorlink-list__item {
  border-top: solid 1px #969696;
}
.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 7px 14px 14px;
  color: #313131;
  font-size: 14px;
}
.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: #313131;
}
.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: 1.5em;
  margin-right: 1em;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.event-fix-wrap .fix-contents .anchorlink-list__item a .style-text {
  display: inline-block;
  width: calc(100% - 2.5em - 30px);
  text-align: left;
  line-height: 1;
}
.event-fix-wrap .fix-contents .anchorlink-list__item a .style-arrow {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: auto;
  background: #fff;
  border: solid 1px #313131;
  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 #313131;
  border-right: solid 1px #313131;
  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;
}

.dot-ttl {
  display: inline;
  padding: 0 0 4px 5px;
  font-size: 24px;
  font-weight: 500;
  color: #0eae95;
  border-bottom: dotted;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .dot-ttl {
    font-size: 18px;
  }
}

.sec-ttl__jp {
  display: block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .sec-ttl__jp {
    font-size: 28px;
  }
}
.sec-ttl__en {
  display: inline-block;
  margin-top: 12px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .sec-ttl__en {
    font-size: 14px;
  }
}

.fukidashi-ttl {
  position: relative;
  width: 11em;
  max-width: 100%;
  margin-inline: auto;
  padding: 0 25px 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .fukidashi-ttl {
    font-size: 24px;
  }
}
.fukidashi-ttl::before, .fukidashi-ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 2px;
  height: 35px;
  background: #313131;
  border-radius: 10px;
}
.fukidashi-ttl::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.fukidashi-ttl::after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.mv-anchor-list {
  margin-block: 50px;
}
@media screen and (max-width: 640px) {
  .mv-anchor-list {
    margin-block: 30px;
  }
}
.mv-anchor-list__item {
  width: 100%;
  border-top: solid 1px #bababa;
}
.mv-anchor-list__item:last-child {
  border-bottom: solid 1px #bababa;
}
.mv-anchor-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  color: #313131;
  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: #313131;
}
.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;
  width: 1.5em;
  margin-right: 1em;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 600;
  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;
  width: calc(100% - 2.5em - 40px);
  text-align: left;
  font-size: 18px;
}
@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;
  margin-left: auto;
  width: 30px;
  height: 30px;
  background: #fff;
  border: solid 1px #313131;
  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 #313131;
  border-right: solid 2px #313131;
  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;
  }
}

.product {
  padding-top: 145px;
}
.product-main {
  position: relative;
}
.product-main__num {
  position: absolute;
  top: -90px;
  left: 30px;
  width: 32%;
  max-width: 140px;
}
.product-main__ttl {
  position: absolute;
  top: -90px;
  right: 65px;
  width: 15.9%;
}
@media screen and (max-width: 640px) {
  .product-main__ttl {
    right: 35px;
  }
}
.product-credit {
  margin-top: -70px;
  padding: 100px 70px 60px;
  background: #f7f4db url(/img/switch/event/r20t20/bg-deco.png) no-repeat right -170px top -190px/405px;
}
@media screen and (max-width: 640px) {
  .product-credit {
    padding: 100px 20px 60px;
  }
}
.product-credit.--green {
  background-color: #ccebe6;
}
.product-credit__ttl {
  margin-bottom: 25px;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.product-credit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 13px;
}
.product-credit__list .credit-item {
  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;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .product-credit__list .credit-item {
    font-size: 15px;
  }
}
.product-credit__list .credit-item__name {
  width: 40%;
  font-weight: 500;
}
.product-credit__list .credit-item__price {
  width: 24%;
  text-align: right;
}
.product-credit__list .credit-item__btn {
  width: 28%;
}
.product-credit__list .credit-item__btn a {
  display: block;
  padding: 7px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  color: #313131;
  border: solid 2px #313131;
  border-radius: 50px;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-credit__list .credit-item__btn a:hover {
  background: #313131;
  color: #fff;
  text-decoration: none;
}

.daily {
  padding-top: 85px;
  background: #f7f4db url(/img/switch/event/r20t20/bg-deco.png) no-repeat center -85px/494px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .daily {
    background-position: center top -40px;
    background-size: 95%;
  }
}
.daily .sec-ttl {
  margin-top: 20px;
  margin-bottom: 80px;
}
.daily-item {
  position: relative;
  margin-top: 80px;
}
.daily-item::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.daily-item.--left .daily-item-main {
  width: 95.5%;
  margin-right: auto;
}
.daily-item.--left::before {
  top: 50px;
}
.daily-item.--left .daily-item-main__ttl {
  top: -12%;
  right: 42px;
}
@media screen and (max-width: 640px) {
  .daily-item.--left .daily-item-main__ttl {
    right: 30px;
  }
}
.daily-item.--right {
  margin-top: 130px;
}
.daily-item.--right .daily-item-main {
  width: 91%;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .daily-item.--right .daily-item-main {
    width: 95.5%;
  }
}
.daily-item.--right::before {
  height: 96%;
  top: 80px;
}
.daily-item.--right .daily-item-main__ttl {
  top: -7%;
  left: 25px;
}
.daily-item-main {
  position: relative;
}
.daily-item-main__ttl {
  position: absolute;
  width: 87px;
}
@media screen and (max-width: 640px) {
  .daily-item-main__ttl {
    width: 17.4%;
  }
}
.daily-item-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-top: 20px;
}
.daily-item-info__ttl {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .daily-item-info__ttl {
    font-size: 20px;
  }
}
.daily-item-info__no {
  width: 100%;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .daily-item-info__no {
    font-size: 14px;
  }
}
.daily-item-info__btn {
  margin-top: 15px;
}
.daily-item-info__btn a {
  display: inline-block;
  padding: 7px 40px;
  font-size: 20px;
  font-weight: 500;
  color: #313131;
  border: solid 2px #313131;
  border-radius: 50px;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .daily-item-info__btn a {
    font-size: 16px;
  }
}
.daily-item-info__btn a:hover {
  background: #313131;
  color: #fff;
  text-decoration: none;
}
.daily-item-info__price {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .daily-item-info__price {
    font-size: 16px;
  }
}

.advice {
  position: relative;
  margin-top: 50px;
  padding-top: 65px;
  background: #f7f4db url(/img/switch/event/r20t20/bg-deco.png) no-repeat center top/494px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .advice {
    background-position: center top 40px;
    background-size: 95%;
  }
}
.advice .sec-ttl {
  margin-bottom: 30px;
}
.advice .fukidashi-ttl {
  margin-top: 30px;
}
.advice .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 40px;
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .advice .point-list {
    margin-top: 40px;
  }
}
.advice .point-list .point-item {
  position: relative;
}
.advice .point-list .point-item-img {
  position: relative;
}
.advice .point-list .point-item-txtbox {
  margin-top: 65px;
}
@media screen and (max-width: 640px) {
  .advice .point-list .point-item-txtbox {
    margin-top: 50px;
  }
}
.advice .point-list .point-item-txtbox__ttl {
  position: relative;
}
.advice .point-list .point-item-txtbox__ttl::before {
  position: absolute;
  content: "";
  top: -32px;
  left: 10px;
  width: 71px;
  aspect-ratio: 142/64;
  background: url(/img/switch/event/r20t20/advice-point-01__txt.png) no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .advice .point-list .point-item-txtbox__ttl::before {
    top: -5vw;
    width: 15%;
  }
}
.advice .point-list .point-item-txtbox__ttl span {
  display: inline-block;
  padding: 15px 20px;
  background: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .advice .point-list .point-item-txtbox__ttl span {
    padding: 10px 13px;
    font-size: 24px;
  }
}
.advice .point-list .point-item-txtbox__ttl span:nth-of-type(n+2) {
  margin-top: 8px;
}
.advice .point-list .point-item-txtbox__txt {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .advice .point-list .point-item-txtbox__txt {
    margin-top: 20px;
    font-size: 16px;
  }
}
.advice .point-list .point-item:nth-of-type(2)::before {
  position: absolute;
  content: "";
  bottom: 200px;
  right: -130px;
  width: 494px;
  background: url(/img/switch/event/r20t20/bg-deco.png) no-repeat center top/contain;
  aspect-ratio: 1/1;
}
.advice .point-list .point-item:nth-of-type(2) .point-item-txtbox__ttl::before {
  top: -40px;
  width: 147px;
  aspect-ratio: 294/102;
  background-image: url(/img/switch/event/r20t20/advice-point-02__txt.png);
}
@media screen and (max-width: 640px) {
  .advice .point-list .point-item:nth-of-type(2) .point-item-txtbox__ttl::before {
    top: -6vw;
    width: 25%;
  }
}
.advice .point-list .point-item:nth-of-type(2) .point-item-img {
  width: calc(100% + 18px);
}

.recommend {
  position: relative;
  padding-block: 100px 75px;
  text-align: center;
  background: #f7f4db url(/img/switch/event/r20t20/bg-deco.png) no-repeat center top -50px/494px;
}
@media screen and (max-width: 640px) {
  .recommend {
    background-position: center top;
    background-size: 95%;
  }
}
.recommend .sec-ttl {
  margin-block: 20px 50px;
}
.recommend .recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 45px;
}
.recommend .recommend-list .recommend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: left;
}
.recommend .recommend-list .recommend-item-img {
  width: 50%;
}
.recommend .recommend-list .recommend-item-txtbox {
  width: calc(50% - 20px);
}
.recommend .recommend-list .recommend-item-txtbox__ttl {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .recommend .recommend-list .recommend-item-txtbox__ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.recommend .recommend-list .recommend-item-txtbox__txt {
  font-size: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .recommend .recommend-list .recommend-item-txtbox__txt {
    font-size: 14px;
  }
}
.recommend .recommend-list .recommend-item-txtbox__btn {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .recommend .recommend-list .recommend-item-txtbox__btn {
    margin-top: 15px;
  }
}
.recommend .recommend-list .recommend-item-txtbox__btn a {
  display: inline-block;
  padding: 7px 40px;
  background: #fff;
  border: solid 2px #313131;
  font-size: 20px;
  font-weight: 500;
  color: #313131;
  border-radius: 50px;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .recommend .recommend-list .recommend-item-txtbox__btn a {
    padding: 5px 30px;
    font-size: 16px;
  }
}
.recommend .recommend-list .recommend-item-txtbox__btn a:hover {
  background: #313131;
  color: #fff;
  text-decoration: none;
}
.recommend .recommend-list .recommend-item:nth-of-type(2n) .recommend-item-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.recommend .recommend-list .recommend-item:nth-of-type(2n) .recommend-item-txtbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.other {
  padding-block: 75px 100px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .other {
    padding-block: 60px 80px;
  }
}
.other .sec-ttl {
  margin-bottom: 40px;
}
.other-subttl {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .other-subttl {
    font-size: 18px;
  }
}
.other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 20px;
}
.other-list .other-item {
  width: calc((100% - 40px) / 3);
}
.other-list .other-item a {
  width: 100%;
  height: 100%;
  display: block;
  color: #313131;
  text-decoration: none;
}
.other-list .other-item-txt {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .other-list .other-item-txt {
    font-size: 12px;
  }
}/*# sourceMappingURL=s-event_r20t20.css.map */