@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&family=Noto+Sans+JP:wght@400;500;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);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body#kiraku-yonex {
  color: #221e1f;
  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) {
  body#kiraku-yonex #r30-logolink a {
    margin: 0 auto;
    padding-bottom: 2.4rem;
  }
}
body#kiraku-yonex .pane-contents .container {
  width: 100%;
}
body#kiraku-yonex .pane-main {
  padding-top: 50px;
  padding-bottom: 120px;
  background-color: #f6f4ee;
}
@media screen and (max-width: 640px) {
  body#kiraku-yonex .pane-main {
    padding: 0;
  }
}
body#kiraku-yonex .block-event-page {
  margin-top: 0;
}
body#kiraku-yonex .block-event-page--head,
body#kiraku-yonex .block-event-page--goods {
  margin: 0;
}
body#kiraku-yonex .block-event-page--goods.goodslistpage-frame {
  display: none;
}
body#kiraku-yonex .pane-right-menu {
  width: 1200px;
  margin: 0 auto;
}
body#kiraku-yonex .block-topic-path {
  margin-top: 0;
}

.m-wrapper {
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .m-wrapper {
    padding: 0 20px;
  }
}
.m-wrapper .visual-img {
  margin: 0 -30px;
}
@media screen and (max-width: 640px) {
  .m-wrapper .visual-img {
    margin: 0 -20px;
  }
}

/* components */
.sec-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.sec-title-sub {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: 700;
}
.sec-title-sub.full {
  padding-left: 5px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 640px) {
  .sec-title-sub {
    font-size: 19px;
    line-height: 1.4736842105;
  }
  .sec-title-sub.full {
    letter-spacing: normal;
  }
}

.sec-desc-sub {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.9285714286;
  font-weight: 700;
}

.conts-title {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 15px;
}
.conts-title-sub {
  position: relative;
  margin-bottom: 15px;
}
.conts-title + .prd-list {
  margin-top: 10px;
}

.title-box {
  margin-bottom: 32px;
}

.btn {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 239px;
  padding: 0 20px;
  transition: 0.3s;
  height: 49px;
  background-color: #221e1f;
  border-radius: 6px;
  color: #fff;
  border: 1px solid #221e1f;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .btn {
    padding: 0 15px;
  }
}
.btn.btn-md {
  max-width: 295px;
  justify-content: space-between;
  font-size: 16px;
}
@media screen and (max-width: 425px) {
  .btn.btn-md {
    font-size: 14px;
  }
}
.btn.btn-navy {
  background-color: #073585;
  border-color: #073585;
}
.btn.obj1 {
  margin-right: 10px;
  justify-content: normal;
}
.btn.obj1::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -23px;
  width: 64px;
  height: 81px;
  background: url("/img/switch/event/r30t61/btn_obj_01.png") no-repeat;
}
@media screen and (max-width: 425px) {
  .btn.obj1::after {
    right: -18px;
  }
}
.btn .ico-arr {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  background: url("/img/switch/event/r30t61/btn_arr.png") no-repeat;
  margin-left: 8px;
  margin-right: -5px;
}

.btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.btn-box + .line-box {
  margin-top: 10px;
}

/* back bg */
.has-left-bg::before {
  content: "";
  position: absolute;
  display: block;
  left: -30px;
  right: -30px;
  height: 500px;
  background: url("/img/switch/event/r30t61/bg_left.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .has-left-bg::before {
    left: -20px;
    right: -20px;
  }
}
.has-left-bg > * {
  position: relative;
}

.has-right-bg::before {
  content: "";
  position: absolute;
  display: block;
  left: -30px;
  right: -30px;
  height: 500px;
  background: url("/img/switch/event/r30t61/bg_right.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .has-right-bg::before {
    left: -20px;
    right: -20px;
  }
}
.has-right-bg > * {
  position: relative;
}

/* color */
.color {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: #fff;
}
.color::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.color.white {
  background-color: #fff;
}
.color.white2 {
  background-color: #f6f7fc;
}
.color.white::before, .color.white2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #989da0;
}
.color.black {
  background-color: #221e1f;
}
.color.silver {
  background: url("/img/switch/event/r30t61/color_sliver.gif");
}
.color.gray {
  background-color: #989da0;
}
.color.bgray {
  background-color: #525869;
}
.color.red {
  background-color: #d4193c;
}
.color.dkred {
  background-color: #a21633;
}
.color.cyan {
  background-color: #1f93b6;
}
.color.r-cyan::after {
  right: 0;
  background-color: #1f93b6;
}
.color.sky {
  background-color: #aed4e7;
}
.color.blue {
  background-color: #015aa6;
}
.color.navy {
  background-color: #2d375c;
}
.color.l-navy::after {
  left: 0;
  background-color: #2d375c;
}
.color.r-navy::after {
  right: 0;
  background-color: #2d375c;
}
.color.pink {
  background-color: #e54279;
}
.color.hpink {
  background-color: #c32051;
}
.color.r-hpink::after {
  right: 0;
  background-color: #c32051;
}
.color.bpink {
  background-color: #f5b1ae;
}
.color.orange {
  background-color: #e77344;
}
.color.r-orange::after {
  right: 0;
  background-color: #e77344;
}
.color.dkyellow {
  background-color: #c6a151;
}

.prd-color {
  font-size: 0;
  text-align: center;
}

/* contents */
.event-wrap {
  max-width: 730px;
  margin: 0 auto;
  background-color: #fff;
  letter-spacing: 0.05em;
}

.contents-sec {
  position: relative;
  padding-top: 40px;
  text-align: center;
}

.line-box {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #bdb9b8;
}

#intro {
  padding-top: 0;
}
#intro .line-box.has-right-bg::before {
  top: 180px;
}
@media screen and (max-width: 640px) {
  #intro .line-box.has-right-bg::before {
    display: none;
  }
}

.functional-list {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 13px;
}
@media screen and (max-width: 640px) {
  .functional-list {
    display: block;
  }
}

.functional-item {
  flex: 1;
  max-width: 185px;
  text-align: left;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 640px) {
  .functional-item {
    display: flex;
    max-width: none;
  }
  .functional-item ~ .functional-item {
    margin-top: 25px;
  }
  .functional-item .img-box {
    width: 62%;
    max-width: 133px;
    margin-top: 4px;
    margin-right: 19px;
  }
}
.functional-item .text-box {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .functional-item .text-box {
    width: 75%;
    margin-top: 0;
  }
}
.functional-item .label {
  padding-bottom: 3px;
  margin-bottom: 10px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .functional-item .label {
    font-size: 12px;
  }
}
.functional-item .title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .functional-item .title {
    font-size: 16px;
  }
}
.functional-item .text {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .functional-item .text {
    font-size: 14px;
  }
}

.point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .point-list {
    flex-direction: column;
    align-items: center;
  }
}

.point-item {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 640px) {
  .point-item {
    width: 100%;
    max-width: 320px;
  }
}
.point-item .title {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  color: #073585;
  border-bottom: 3px solid #073585;
}
.point-item .text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.9230769231;
  font-weight: 500;
  text-align: left;
}

#lineup.has-left-bg::before {
  top: 115px;
}
@media screen and (max-width: 640px) {
  #lineup.has-left-bg::before {
    top: 160px;
  }
}
#lineup .lineup-box.has-right-bg::before {
  top: -115px;
}
#lineup .conts-title.has-left-bg::before {
  top: -80px;
}
@media screen and (max-width: 640px) {
  #lineup .conts-title.has-left-bg::before {
    top: -30px;
  }
}
#lineup .conts-title.has-right-bg::before {
  top: -80px;
}
@media screen and (max-width: 640px) {
  #lineup .conts-title.has-right-bg::before {
    top: -30px;
  }
}
#lineup .conts-title-sub.has-left-bg::before {
  top: -120px;
}
@media screen and (max-width: 640px) {
  #lineup .conts-title-sub.has-left-bg::before {
    top: -80px;
  }
}
#lineup .conts-title-sub.has-right-bg::before {
  top: -90px;
}
@media screen and (max-width: 640px) {
  #lineup .conts-title-sub.has-right-bg::before {
    top: -40px;
  }
}

.prd-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 615px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .prd-list {
    width: 100%;
  }
}
.prd-list + .conts-title-sub {
  margin-top: 30px;
}
.prd-list.polo .prd-col-item:nth-child(2) {
  margin-right: -20px;
}
@media screen and (max-width: 640px) {
  .prd-list.polo .prd-col-item:nth-child(2) {
    margin-right: 0;
  }
}
.prd-list.other .prd-col-item:nth-child(2n) {
  margin-right: -35px;
}
@media screen and (max-width: 640px) {
  .prd-list.other .prd-col-item:nth-child(2n) {
    margin-right: 0;
  }
}

.prd-col-item .img-box,
.prd-row-item .img-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #000;
}
.prd-col-item .prd-title,
.prd-row-item .prd-title {
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
  margin-bottom: 13px;
}
@media screen and (max-width: 640px) {
  .prd-col-item .prd-title,
  .prd-row-item .prd-title {
    font-size: 18px;
  }
}
.prd-col-item .prd-title + .prd-desc,
.prd-row-item .prd-title + .prd-desc {
  margin-top: 0;
}
.prd-col-item .prd-desc,
.prd-row-item .prd-desc {
  display: inline-block;
  vertical-align: top;
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 700;
  text-align: left;
}

.prd-col-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .prd-col-item {
    width: 100%;
  }
}
.prd-col-item.full {
  width: 100%;
}
.prd-col-item .col-box {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .prd-col-item .col-box {
    gap: 20px;
    flex-direction: column;
  }
}
.prd-col-item .col-box .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.prd-col-item .col-box .col .prd-title {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prd-col-item .col-box.has-img .col {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-items: center;
  align-items: start;
  grid-column-gap: 15px;
  margin-top: 20px;
  padding-right: 40px;
}
.prd-col-item .col-box.has-img .col .prd-title {
  grid-row: 1;
}
.prd-col-item .col-box.has-img .col .img-box {
  grid-column: 2;
  grid-row: span 4;
}
@media screen and (max-width: 640px) {
  .prd-col-item .col-box.has-img .col {
    padding: 0 15px;
  }
}
@media screen and (max-width: 425px) {
  .prd-col-item .col-box.has-img .col {
    margin-top: 5px;
    padding: 0;
    grid-template-rows: auto 1fr auto auto;
    grid-template-columns: 1fr 40%;
    grid-column-gap: 10px;
  }
  .prd-col-item .col-box.has-img .col .img-box {
    grid-column: 2;
    grid-row: span 2;
    margin-right: 25px;
  }
  .prd-col-item .col-box.has-img .col .prd-desc {
    grid-column: span 2;
  }
  .prd-col-item .col-box.has-img .col .btn-box {
    grid-column: span 2;
  }
}
.prd-col-item .img-box .obj-desc {
  position: absolute;
  right: -34px;
  bottom: 105px;
}
@media screen and (max-width: 640px) {
  .prd-col-item .img-box .obj-desc {
    right: -15px;
    bottom: 25%;
    width: 27%;
  }
}

.prd-row-item {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  align-items: start;
  justify-content: space-between;
  grid-column-gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .prd-row-item {
    display: block;
  }
}
.prd-row-item .img-box {
  grid-row: span 2;
}
.prd-row-item .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prd-row-item .row ~ .row {
  margin-top: auto;
}
@media screen and (max-width: 640px) {
  .prd-row-item .row {
    margin-top: 15px;
  }
  .prd-row-item .row ~ .row {
    margin-top: 20px;
  }
}
.prd-row-item .row .img-box {
  margin-bottom: 20px;
}
.prd-row-item .row .prd-desc {
  max-width: calc(100% + 10px);
  margin-right: -10px;
}
@media screen and (max-width: 640px) {
  .prd-row-item .row .prd-desc {
    margin-right: 0;
  }
}

.notice-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 700;
  text-align: center;
}
.notice-sec .notice-item {
  max-width: 365px;
}
.notice-sec img {
  vertical-align: middle;
  margin-bottom: 2px;
}
@media screen and (max-width: 425px) {
  .notice-sec img {
    height: 11px;
  }
}
@media screen and (max-width: 425px) {
  .notice-sec {
    font-size: 13px;
  }
}