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

.pane-contents > .container {
  width: 100%;
}

.block-event-page {
  margin-top: 0;
}

.block-event-page--goods.goodslistpage-frame {
  margin: 0;
}

.pane-contents .pane-main {
  padding-top: 0;
}

.pane-globalnav + .pane-contents {
  margin-top: -24px;
}

.block-event-page--goods.goodslistpage-frame {
  margin: 0;
}

.pane-left-menu, .pane-right-menu {
  width: 1200px;
  margin: 0 auto;
}

.block-topic-path {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .block-event-page--head {
    margin-bottom: 0;
  }
  .block-topic-path {
    margin-bottom: 0;
  }
}
.m-wrapper {
  padding-inline: 41px;
}
@media screen and (max-width: 640px) {
  .m-wrapper {
    padding-inline: 20px;
  }
}

/* リュクスリニュアル */
#careluxe {
  padding-top: 50px;
  padding-bottom: 65px;
  color: #252525;
  background-color: #f6f4ee;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  #careluxe {
    padding-block: 0;
  }
}
#careluxe .careluxe-inner {
  width: 100%;
  max-width: 732px;
  margin-inline: auto;
  padding-bottom: 105px;
  background-color: #fff;
}
#careluxe a:hover, #careluxe a:focus {
  text-decoration: none;
}

#pageNav {
  margin-top: 40px;
  color: #030404;
}
@media screen and (max-width: 640px) {
  #pageNav {
    margin-top: 25px;
  }
}
#pageNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #e4e8ed;
}
@media screen and (max-width: 640px) {
  #pageNav ul {
    justify-content: flex-start;
    column-gap: 13px;
    padding: 10px 13px 20px;
  }
}
#pageNav ul li {
  flex: 0 auto;
}
@media screen and (max-width: 640px) {
  #pageNav ul li {
    width: calc((100% - 13px) / 2);
  }
}
#pageNav ul li a {
  position: relative;
  display: block;
  padding-block: 10px;
  padding-inline: 20px 35px;
  font-size: 15px;
  font-weight: 600;
  color: inherit;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  #pageNav ul li a {
    padding-inline: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid #030404;
  }
}
#pageNav ul li a::after {
  content: url(/img/switch/event/r30t10/arrow01.png);
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 640px) {
  #pageNav ul li a::after {
    right: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #pageNav ul li a:hover {
    text-decoration: none;
    color: #a77e59;
  }
}

.prd-title {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .prd-title {
    margin-bottom: 29px;
  }
}

.prd-name {
  margin-bottom: 26px;
  padding-block: 14px 15px;
  padding-inline: 15px;
  background: url(/img/switch/event/r30t10/bg01.gif) repeat;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .prd-name {
    margin-bottom: 20px;
  }
}

.prd-desc {
  position: relative;
  font-size: 20px;
  padding-inline: 10px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 640px) {
  .prd-desc {
    font-size: 18px;
  }
}
.prd-desc.type-sek {
  padding-inline: 60px;
}
@media screen and (max-width: 640px) {
  .prd-desc.type-sek {
    padding-inline: 0;
  }
}

.prd-type {
  margin-top: 5px;
  margin-bottom: 36px;
  padding-block: 11px 12px;
  padding-inline: 10px;
  border: 1px solid #a77e59;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .prd-type {
    margin-bottom: 26px;
  }
}
.prd-type img {
  display: block;
  margin-inline: auto;
}

.mark-cool {
  display: block;
  position: absolute;
  left: -15px;
  top: -28px;
  width: 102px;
  aspect-ratio: 102/106;
  background: url(/img/switch/event/r30t10/mark_cool.png) no-repeat;
  background-size: 100% auto;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .mark-cool {
    left: -8px;
    top: -18px;
    width: 67px;
  }
}

.mark-sek {
  display: block;
  position: absolute;
  inset: 0;
  margin-block: auto;
  width: 52px;
  aspect-ratio: 1;
  background: url(/img/switch/event/r30t10/mark_sek.png) no-repeat;
  background-size: 100% auto;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .mark-sek {
    position: static;
    width: 45px;
    margin-inline: auto;
    margin-bottom: 10px;
  }
}

.prd-visual {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-inline: 0;
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  .prd-visual {
    margin-top: 30px;
  }
}

.btn-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 310px;
  height: 64px;
  padding-inline: 35px;
  background-color: #a77e59;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .btn-more {
    max-width: 240px;
    height: 60px;
    padding-inline: 30px;
  }
}
.btn-more::after {
  content: "";
  position: absolute;
  right: 17px;
  width: 12px;
  aspect-ratio: 12/14;
  background: url(/img/switch/event/r30t10/arrow02.png) no-repeat;
  background-size: 100% auto;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .btn-more::after {
    width: 9px;
    right: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn-more:hover {
    text-decoration: none;
    background-color: #795d44;
  }
  .btn-more:hover::after {
    right: 22px;
  }
}

.prd-wrap {
  padding-top: 60px;
}
.prd-wrap ~ .prd-wrap {
  margin-top: 45px;
}

.prd-item {
  text-align: center;
}
.prd-item ~ .prd-item {
  margin-top: 100px;
}

.prd-img-box {
  display: flex;
  gap: 28px;
  margin-top: 46px;
}
@media screen and (max-width: 640px) {
  .prd-img-box {
    flex-direction: column;
    row-gap: 60px;
    margin-top: 26px;
  }
}
.prd-img-box .col {
  flex: 1 auto;
}

.prd-img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 10px;
}
@media screen and (max-width: 640px) {
  .prd-img-list.no-gap {
    column-gap: 0;
  }
}
@media screen and (max-width: 640px) {
  .prd-img-list.gap-md {
    column-gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .prd-img-list.gap-lg {
    column-gap: 35px;
  }
}
.prd-img-list .prd-img {
  text-align: center;
}
.prd-img-list .prd-img.w-full {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .prd-img-list .prd-img {
    max-width: calc((100% - 10px) / 2);
  }
  .prd-img-list .prd-img.w-full, .prd-img-list .prd-img.w-full-sp {
    width: 100%;
    max-width: none;
  }
  .prd-img-list .prd-img.w-full img, .prd-img-list .prd-img.w-full-sp img {
    max-width: calc((100% - 10px) / 2);
  }
}
.prd-img-list.type-between {
  column-gap: 0;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .prd-img-list.type-between {
    justify-content: center;
  }
}

.btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.prd-point-box {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .prd-point-box {
    margin-top: 30px;
  }
}
.prd-point-box .prd-desc {
  margin-bottom: 35px;
}
.prd-point-box .prd-point {
  width: calc(100% + 10px);
  margin-right: -10px;
}
@media screen and (max-width: 640px) {
  .prd-point-box .prd-point {
    width: 100%;
    margin-right: 0;
  }
}/*# sourceMappingURL=s-event_r30t10.css.map */