@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap");
.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 640px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .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);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

h1, h2, h3 {
  margin: 0;
}

/* オリーブ　新入学特集　r20t10 */
body#r20t10 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body#r20t10 .block-event-page {
  padding-bottom: 0;
  background-color: #fff6f5;
}
body#r20t10 .block-event-page--goods.goodslistpage-frame {
  margin-bottom: 0;
}

/* 固定コンテンツ */
.event-fix-wrap {
  color: #96644b;
  font-size: 16px;
  background-color: #fff;
}
.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%;
  max-width: 252px;
}
.event-fix-wrap .fix-contents .page-move-list {
  display: block;
  padding: 13px 0 12px;
  margin-top: 23px;
  border: 1px solid #96644b;
  border-left: none;
  border-right: none;
}
.event-fix-wrap .fix-contents .page-move-list .page-move {
  width: 100%;
  border-left: none;
}
.event-fix-wrap .fix-contents .page-move-list .page-move a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 0 8px;
}
.event-fix-wrap .fix-contents .page-move-list .page-move .style-num {
  flex-shrink: 0;
  width: 79px;
  height: 23px;
  margin-top: 1px;
  margin-bottom: 0;
  margin-right: 12px;
  line-height: 22px;
  font-size: 13px;
  background-color: #fff;
}
.event-fix-wrap .fix-contents .page-move-list .page-move .text {
  font-size: 16px;
}
.event-fix-wrap .fix-contents .page-move-list .page-move .ico-arr {
  flex-shrink: 0;
  margin-top: 2px;
  margin-right: 8px;
  margin-left: auto;
  width: 21px;
  height: 21px;
  background-image: url("/img/switch/event/r20t10/arr_down.png");
  background-size: 9px 6px;
  background-position-x: center;
}
.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.8333333333;
}

/* 共通 title & text */
.sec-tit {
  margin-bottom: 25px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .sec-tit {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
.sec-tit > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 32px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 640px) {
  .sec-tit > span {
    margin: 0 22px;
  }
}
.sec-tit > span::before, .sec-tit > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #f48383;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top;
}
.sec-tit > span::before {
  left: -30px;
}
.sec-tit > span::after {
  right: -30px;
}
@media screen and (max-width: 640px) {
  .sec-tit > span::before, .sec-tit > span::after {
    width: 7px;
    height: 7px;
  }
  .sec-tit > span::before {
    left: -20px;
  }
  .sec-tit > span::after {
    right: -20px;
  }
}

.sec-desc {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 2.1111111111;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec-desc {
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 2.0769230769;
  }
}

.style-num {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 110px;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  margin-bottom: 10px;
  border: 1px solid #96644b;
  border-radius: 32px;
  text-align: center;
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .style-num {
    max-width: 75px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
  }
}

.style-tit {
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  color: #96644b;
}
@media screen and (max-width: 640px) {
  .style-tit {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.style-tit > span {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 334px;
  padding: 0 35px 0 39px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .style-tit > span {
    max-width: 230px;
    padding: 0 25px 0 29px;
  }
}
.style-tit > span::before, .style-tit > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  width: 27px;
  height: 21px;
  background: url("/img/switch/event/r20t10/img_quote.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .style-tit > span::before, .style-tit > span::after {
    top: 10px;
    width: 19px;
    height: 14px;
  }
}
.style-tit > span::before {
  left: 0;
}
.style-tit > span::after {
  right: 0;
  transform: rotate(180deg);
}

.btn-buy {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 90px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  color: #f48383;
  border: 1px solid #f48383;
  transition: 0.4s;
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-weight: 400;
  text-align: center;
}
.btn-buy:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f48383;
}
.btn-buy:focus {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .btn-buy {
    max-width: 70px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
  }
}

/* イベント本文 */
.event-detail {
  padding: 80px 0 90px;
}
@media screen and (max-width: 640px) {
  .event-detail {
    padding: 60px 0;
  }
}
.event-detail .event-sec {
  text-align: center;
}
.event-detail .event-sec ~ .event-sec {
  margin-top: 45px;
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .event-detail .event-sec ~ .event-sec {
    margin-top: 20px;
    padding-top: 30px;
  }
}

/* ページ移動メニュー */
.page-move-list {
  display: flex;
  margin-top: 50px;
  border-left: 1px solid #96644b;
  border-right: 1px solid #96644b;
}
@media screen and (max-width: 640px) {
  .page-move-list {
    margin-top: 20px;
  }
}
.page-move-list .page-move {
  width: 33.3333333333%;
  text-align: center;
}
.page-move-list .page-move a {
  display: block;
  padding: 0 25px;
  color: #96644b;
}
@media screen and (max-width: 640px) {
  .page-move-list .page-move a {
    padding: 0 10px;
  }
}
.page-move-list .page-move a:hover {
  text-decoration: none;
}
.page-move-list .page-move a:hover .ico-arr {
  background-color: #96644b;
}
.page-move-list .page-move a:focus {
  text-decoration: none;
}
.page-move-list .page-move ~ .page-move {
  border-left: 1px solid #96644b;
}
.page-move-list .page-move .text {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .page-move-list .page-move .text {
    font-size: 14px;
  }
}
.page-move-list .page-move .ico-arr {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-top: 7px;
  border-radius: 50%;
  background: #f48383 url("/img/switch/event/r20t10/arr_down_md.png") calc(50% + 1px) calc(50% + 1px) no-repeat;
  background-size: 13px 9px;
  font-size: 0;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .page-move-list .page-move .ico-arr {
    width: 20px;
    height: 20px;
    background-image: url("/img/switch/event/r20t10/arr_down.png");
    background-size: 9px 6px;
    background-position-x: center;
  }
}

/* スタイル（コディネート） */
.style-wrap ~ .style-wrap {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .style-wrap ~ .style-wrap {
    margin-top: 60px;
  }
}

.style-img {
  position: relative;
  padding-top: 35px;
  margin: 0 30px;
  margin-bottom: 65px;
}
@media screen and (max-width: 640px) {
  .style-img {
    margin: 0 25px 40px;
    padding-top: 25px;
  }
}
.style-img .num {
  display: inline-block;
  position: absolute;
  left: -33px;
  top: 0;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  -webkit-text-stroke: 2px #f48383;
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
  .style-img .num {
    left: -23px;
    font-size: 55px;
    -webkit-text-stroke-width: 1px;
  }
}

.style-point img {
  margin: 0 -30px;
  width: calc(100% + 60px);
  max-width: none;
}
@media screen and (max-width: 640px) {
  .style-point img {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}

/* スタイル - アイテムリスト */
.item-credit-box {
  position: relative;
  margin-top: 35px;
  padding: 40px 20px;
  border: 1px solid #96644b;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .item-credit-box {
    padding: 30px 15px;
    margin-top: 30px;
  }
}
.item-credit-box .item-credit-tit {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  background-color: #fff;
  font-weight: 500;
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .item-credit-box .item-credit-tit {
    font-size: 12px;
    padding: 0 11px 0 13px;
  }
}

.item-credit-list {
  display: inline-block;
  vertical-align: top;
}
.item-credit-list .credit-item {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 90px 1fr 0.8fr;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .item-credit-list .credit-item {
    font-size: 13px;
    grid-auto-columns: 80px 1fr 0.8fr;
  }
}
.item-credit-list .credit-item ~ .credit-item {
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  .item-credit-list .credit-item ~ .credit-item {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .item-credit-list .credit-item .name {
    margin-top: 2px;
  }
}
.item-credit-list .credit-item .price {
  justify-self: self-end;
  font-weight: inherit;
}
@media screen and (max-width: 640px) {
  .item-credit-list .credit-item .price {
    margin-top: 2px;
  }
}
.item-credit-list .credit-item .price::after {
  display: none;
}
.item-credit-list .credit-item .btn-buy {
  justify-self: self-end;
}
.item-credit-list.type-lg .credit-item {
  grid-auto-columns: 135px 1fr 0.8fr;
}
@media screen and (max-width: 640px) {
  .item-credit-list.type-lg .credit-item {
    grid-auto-columns: 80px 1fr 0.8fr;
  }
}

/* おすすめアイテム */
.block-event-page--head,
.block-event-page--goods {
  margin: 0;
}

.block-event-page--accessory {
  background: #fff;
  padding: 0 30px 80px;
}
@media screen and (max-width: 640px) {
  .block-event-page--accessory {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.block-event-page--accessory .style-tit > span {
  width: auto;
  max-width: none;
}
.block-event-page--accessory .block-goods-list-naviframe--container {
  margin: 25px 0;
}
@media screen and (max-width: 640px) {
  .block-event-page--accessory .block-goods-list-naviframe--container {
    margin: 15px 0;
  }
}/*# sourceMappingURL=s-event_r20t10.css.map */