@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?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);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

h1, h2, h3 {
  margin: 0;
}
@media screen and (max-width: 640px) {
  h1, h2, h3 {
    padding: 0;
  }
}

.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 {
  color: #172439;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.pane-contents > .container {
  width: 100%;
}

.block-event-page {
  margin-top: 0;
}

.block-recent-item {
  margin: 0 auto;
}

.m-wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .m-wrapper {
    width: 100%;
    padding: 0 18px;
  }
}

/* EASTBOY r10t06 */
.buy-title {
  width: 128px;
  height: 45px;
  margin: 60px auto 0;
  background: url("/img/switch/event/r10t06/coordi_sub_tits.png") no-repeat;
  background-size: 100% auto;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .buy-title {
    width: 91px;
    height: 34px;
    background-image: url("/img/switch/event/r10t06/coordi_sub_tits_sp.png");
  }
}

.model-title {
  display: inline-block;
  vertical-align: top;
  width: 89px;
  height: 21px;
  margin-left: 9px;
  margin-bottom: 8px;
  font-size: 0;
  background: url("/img/switch/event/r10t06/model_tit.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .model-title {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 56px;
    height: 13px;
    background-image: url("/img/switch/event/r10t06/model_tit_sp.png");
  }
}

.model-table {
  font-size: 12px;
  line-height: 2.25;
  border-top: 1px solid #172439;
}
@media screen and (max-width: 640px) {
  .model-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(50%, 100%));
    grid-template-rows: repeat(4, minmax(24px, auto));
    font-size: 8px;
    line-height: 2.25;
  }
}
.model-table .table-tr {
  display: flex;
  grid-column-end: -1;
}
.model-table .table-tr .th {
  position: relative;
  z-index: 1;
  min-width: 85px;
}
@media screen and (max-width: 640px) {
  .model-table .table-tr .th {
    min-width: 35px;
    padding: 3px 0;
  }
}
.model-table .table-tr .td {
  position: relative;
  z-index: 1;
  padding: 0 5px;
}
@media screen and (max-width: 640px) {
  .model-table .table-tr .td {
    padding: 3px 5px;
  }
}
.model-table .table-tr .col-box {
  position: relative;
  z-index: 0;
  flex: 1 0;
}
.model-table .table-tr .col-box .td::before {
  content: "";
  display: block;
  position: absolute;
  left: -85px;
  top: 0;
  width: calc(100% + 85px);
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .model-table .table-tr .col-box .td::before {
    left: calc(-50vw - 3px);
    width: calc(100vw - 106px);
  }
}
@media screen and (max-width: 640px) {
  .model-table .table-tr {
    grid-column: 1/-1;
  }
  .model-table .table-tr:nth-child(1) {
    grid-row: 1;
  }
  .model-table .table-tr:nth-child(2) {
    grid-row: 2;
  }
  .model-table .table-tr.col {
    grid-column: 2;
    grid-row: 1/-1;
  }
}
.model-table .table-tr:nth-child(odd) {
  background-color: #fff;
}
.model-table .table-tr:nth-child(odd) .col-box .td:nth-child(even)::before {
  background-color: #e9ebed;
}
.model-table .table-tr:nth-child(even) {
  background-color: #e9ebed;
}
.model-table .table-tr:nth-child(even) .col-box .td:nth-child(odd)::before {
  background-color: #e9ebed;
}
.model-table .table-tr:nth-child(even) .col-box .td:nth-child(even)::before {
  background-color: #fff;
}

/* mv */
.mv-sec {
  position: relative;
  margin-top: 38px;
  text-align: center;
  padding-top: 30.3%;
  padding-bottom: 7.2%;
  background: url("/img/switch/event/r10t06/mv_img.jpg") no-repeat;
  background-size: 100% auto;
  background-color: #e0e2e4;
}
@media screen and (max-width: 640px) {
  .mv-sec {
    margin-top: 0;
    padding-top: 110%;
    padding-bottom: 0;
    background-image: url("/img/switch/event/r10t06/mv_img_sp.jpg");
  }
}
.mv-sec > .m-wrapper {
  position: relative;
  z-index: 1;
}
.mv-sec .mv-logo {
  margin-bottom: 35px;
}
.mv-sec .mv-logo img {
  max-width: 514px;
}
.mv-sec .mv-title {
  margin-bottom: 30px;
}
.mv-sec .mv-title img {
  max-width: 171px;
}
.mv-sec .mv-text {
  color: #172439;
  font-size: 18px;
  line-height: 2.4;
  font-weight: 500;
}

.page-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .page-nav-list {
    margin-top: 20px;
    margin-bottom: 0;
    gap: 9px 6px;
  }
}
.page-nav-list .nav-item {
  width: calc((100% - 57px) / 4);
  height: 51px;
  padding: 0 10px;
  background-color: #172439;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 51px;
}
@media screen and (max-width: 640px) {
  .page-nav-list .nav-item {
    width: calc((100% - 6px) / 2);
    height: 36px;
  }
}
.page-nav-list .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-nav-list .nav-item a:hover .txt, .page-nav-list .nav-item a:hover .num {
  opacity: 0.7;
}
.page-nav-list .nav-item .txt {
  width: 79px;
  height: 19px;
  font-size: 0;
  background: url("/img/switch/event/r10t06/nav_text.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .page-nav-list .nav-item .txt {
    width: 56px;
    height: 14px;
    background-image: url("/img/switch/event/r10t06/nav_text_sp.png");
  }
}
.page-nav-list .nav-item .num {
  width: 21px;
  height: 25px;
  margin-left: 10px;
  font-size: 0;
  background: url("/img/switch/event/r10t06/nav_nums.png") no-repeat;
  background-size: 73px 25px;
}
@media screen and (max-width: 640px) {
  .page-nav-list .nav-item .num {
    width: 15px;
    height: 17px;
    margin-top: -1px;
    margin-left: 6px;
    background-image: url("/img/switch/event/r10t06/nav_nums_sp.png");
    background-size: 55px 17px;
  }
}
.page-nav-list .nav-item .txt, .page-nav-list .nav-item .num {
  transition: 0.3s;
}
.page-nav-list .nav-item:nth-child(2) {
  background-color: #998054;
}
.page-nav-list .nav-item:nth-child(2) .num {
  background-position-x: -26px;
}
@media screen and (max-width: 640px) {
  .page-nav-list .nav-item:nth-child(2) .num {
    background-position-x: -20px;
  }
}
.page-nav-list .nav-item:nth-child(3) {
  background-color: #164437;
}
.page-nav-list .nav-item:nth-child(3) .num {
  background-position-x: -52px;
}
@media screen and (max-width: 640px) {
  .page-nav-list .nav-item:nth-child(3) .num {
    background-position-x: -40px;
  }
}
.page-nav-list .nav-item:nth-child(4) {
  background-color: #fff;
}
.page-nav-list .nav-item:nth-child(4) .txt {
  width: 98px;
  background-image: url("/img/switch/event/r10t06/nav_text_2.png");
}
@media screen and (max-width: 640px) {
  .page-nav-list .nav-item:nth-child(4) .txt {
    width: 69px;
    background-image: url("/img/switch/event/r10t06/nav_text_2_sp.png");
  }
}

/* EASTBOYとは */
.about-sec {
  margin-top: -40px;
  padding-bottom: 120px;
  background-color: #e0e2e4;
}
@media screen and (max-width: 640px) {
  .about-sec {
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 24px;
  }
}
.about-sec .about-info {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 30px 60px 30px 45%;
  text-align: center;
  background: url("/img/switch/event/r10t06/bg_square.gif");
  background-size: 14px 14px;
  background-position: -4px -1px;
  border-top: 13px solid #172439;
  border-bottom: 13px solid #172439;
}
@media screen and (max-width: 640px) {
  .about-sec .about-info {
    min-height: 215px;
    padding: 14px 20px 14px 0;
    background-size: 6px 6px;
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
}
.about-sec .about-info .about-info-inner {
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .about-sec .about-info .about-info-inner {
    margin-right: auto;
  }
}
.about-sec .about-info::before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  bottom: -133px;
  width: 472px;
  height: 696px;
  background: url("/img/switch/event/r10t06/about_img.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .about-sec .about-info::before {
    flex-shrink: 0;
    align-self: flex-end;
    position: relative;
    width: 50%;
    height: auto;
    padding-top: 81.25%;
    margin-left: -20px;
    margin-bottom: -42px;
    left: 0;
    bottom: 0;
    background-image: url("/img/switch/event/r10t06/about_img_sp.png");
  }
}
@media screen and (max-width: 425px) {
  .about-sec .about-info::before {
    width: 160px;
    height: 260px;
    padding-top: 0;
  }
}
.about-sec .about-info .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .about-sec .about-info .title {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.about-sec .about-info .title img {
  display: block;
  width: 100%;
  max-width: 259px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 640px) {
  .about-sec .about-info .title img {
    max-width: 173px;
    margin-bottom: 12px;
  }
}
.about-sec .about-info .text {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .about-sec .about-info .text {
    font-size: 8px;
  }
}

/* コーディネート */
.coordi-sec {
  padding: 70px 0 135px;
  background-size: 4px 1px;
}
@media screen and (max-width: 640px) {
  .coordi-sec {
    padding: 25px 0;
  }
}
.coordi-sec .coordi-info {
  position: relative;
  width: 100%;
  padding: 60px 60px 70px;
  margin-top: 105px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .coordi-sec .coordi-info {
    padding: 38px 25px 48px;
    margin-top: 62px;
  }
}
.coordi-sec .coordi-title {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -105px;
  width: 238px;
  height: 140px;
  padding-top: 40px;
  transform: translateX(-50%);
  background-color: #fff;
  border-top-right-radius: 238px;
  border-top-left-radius: 238px;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .coordi-sec .coordi-title {
    width: 143px;
    height: 90px;
    padding-top: 19px;
    top: -62px;
  }
}
.coordi-sec .coordi-title > span {
  display: inline-block;
  vertical-align: top;
  width: 128px;
  height: 91px;
  background: url("/img/switch/event/r10t06/coordi_tits.png") no-repeat;
  background-size: 128px auto;
}
@media screen and (max-width: 640px) {
  .coordi-sec .coordi-title > span {
    width: 91px;
    height: 65px;
    background-image: url("/img/switch/event/r10t06/coordi_tits_sp.png");
    background-size: 91px auto;
  }
}
.coordi-sec .coordi-text {
  margin-bottom: 47px;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .coordi-sec .coordi-text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.coordi-sec#coordi-01 {
  background-image: url("/img/switch/event/r10t06/bg_coordi_01.gif");
}
.coordi-sec#coordi-02 {
  background-image: url("/img/switch/event/r10t06/bg_coordi_02.gif");
}
.coordi-sec#coordi-02 .coordi-title > span {
  background-position-y: -95px;
}
@media screen and (max-width: 640px) {
  .coordi-sec#coordi-02 .coordi-title > span {
    background-position-y: -70px;
  }
}
.coordi-sec#coordi-02 .coordi-text {
  color: #998054;
}
.coordi-sec#coordi-02 .buy-title {
  background-position-y: -50px;
}
@media screen and (max-width: 640px) {
  .coordi-sec#coordi-02 .buy-title {
    background-position-y: -39px;
  }
}
.coordi-sec#coordi-02 .coordi-img-slide .slick-prev::before,
.coordi-sec#coordi-02 .coordi-img-slide .slick-next::before {
  background-position-y: -22px;
}
.coordi-sec#coordi-02 .coordi-img-slide .slick-dots .slick-active button {
  background-color: #998054;
}
.coordi-sec#coordi-03 {
  background-image: url("/img/switch/event/r10t06/bg_coordi_03.gif");
}
.coordi-sec#coordi-03 .coordi-title > span {
  background-position-y: -191px;
}
@media screen and (max-width: 640px) {
  .coordi-sec#coordi-03 .coordi-title > span {
    background-position-y: -140px;
  }
}
.coordi-sec#coordi-03 .coordi-text {
  color: #164437;
}
.coordi-sec#coordi-03 .buy-title {
  background-position-y: -100px;
}
@media screen and (max-width: 640px) {
  .coordi-sec#coordi-03 .buy-title {
    background-position-y: -78px;
  }
}
.coordi-sec#coordi-03 .coordi-img-slide .slick-prev::before,
.coordi-sec#coordi-03 .coordi-img-slide .slick-next::before {
  background-position-y: -44px;
}
.coordi-sec#coordi-03 .coordi-img-slide .slick-dots .slick-active button {
  background-color: #164437;
}

.coordi-img-slide {
  display: flex;
  gap: 39px;
  margin-right: -8px;
}
@media screen and (max-width: 640px) {
  .coordi-img-slide {
    display: block;
    max-width: 290px;
    margin: 0 auto;
  }
}
.coordi-img-slide .slide-item {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  .coordi-img-slide .slide-item {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(1) rotate(0.0001deg);
  }
  .coordi-img-slide .slide-item:hover {
    transform: scale(1.5) rotate(0.0001deg);
    z-index: 2;
  }
}
@media screen and (max-width: 640px) {
  .coordi-img-slide .slide-item {
    margin: 0 10px;
  }
}
.coordi-img-slide .slick-dots {
  margin-top: 24px;
  text-align: center;
  font-size: 0;
}
.coordi-img-slide .slick-dots > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
}
.coordi-img-slide .slick-dots > li button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  background-color: #d2d2d2;
}
.coordi-img-slide .slick-dots .slick-active button {
  background-color: #172439;
}
.coordi-img-slide .slick-prev,
.coordi-img-slide .slick-next {
  appearance: none;
  position: absolute;
  top: calc(50% - 26px - 16px);
  width: 36px;
  height: 52px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  overflow: hidden;
  font-size: 0;
  text-align: left;
  text-indent: -9999rem;
  cursor: pointer;
}
.coordi-img-slide .slick-prev::before,
.coordi-img-slide .slick-next::before {
  content: "";
  display: block;
  width: 9px;
  height: 22px;
  position: absolute;
  right: calc(50% - 5px);
  top: calc(50% - 11px);
  transform: rotate(0);
  background: url("/img/switch/event/r10t06/btn_slides.png") no-repeat;
  background-size: 18px auto;
}
.coordi-img-slide .slick-prev.slick-disabled,
.coordi-img-slide .slick-next.slick-disabled {
  display: none !important;
}
.coordi-img-slide .slick-prev {
  left: -27px;
}
.coordi-img-slide .slick-next {
  right: -27px;
}
.coordi-img-slide .slick-next::before {
  background-position-x: -9px;
}

.coordi-parts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 33px;
  margin-top: 45px;
}
@media screen and (max-width: 640px) {
  .coordi-parts-list {
    margin-top: 30px;
    padding: 0 10px;
    gap: 20px 22px;
  }
}
.coordi-parts-list .prd-item {
  width: calc((100% - 100px) / 4);
}
@media screen and (max-width: 640px) {
  .coordi-parts-list .prd-item {
    width: calc((100% - 22px) / 2);
  }
}
.coordi-parts-list .prd-item.last {
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .coordi-parts-list .prd-item.last {
    width: 100%;
  }
}

.prd-item {
  text-align: left;
}
.prd-item > a {
  color: inherit;
}
.prd-item > a:hover, .prd-item > a:focus {
  text-decoration: none;
}
.prd-item .img-box {
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .prd-item .img-box {
    margin-bottom: 10px;
  }
}
.prd-item .text-box .prd-cate {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .prd-item .text-box .prd-cate {
    font-size: 12px;
  }
}
.prd-item .text-box .prd-name {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 640px) {
  .prd-item .text-box .prd-name {
    font-size: 8px;
  }
}

/* アレンジアイテム */
.arrange-sec {
  padding: 105px 0 135px;
  background-color: #e0e2e4;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .arrange-sec {
    padding: 60px 0;
  }
}
.arrange-sec .m-wrapper {
  padding: 0 60px;
}
@media screen and (max-width: 640px) {
  .arrange-sec .m-wrapper {
    padding: 0 30px;
  }
}
.arrange-sec .arrange-title {
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .arrange-sec .arrange-title {
    margin-bottom: 20px;
  }
}
.arrange-sec .arrange-title img {
  max-width: 152px;
}
@media screen and (max-width: 640px) {
  .arrange-sec .arrange-title img {
    max-width: 120px;
  }
}
.arrange-sec .arrange-text {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .arrange-sec .arrange-text {
    font-size: 14px;
  }
}
.arrange-sec .arrange-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .arrange-sec .arrange-list {
    gap: 22px;
    margin-top: 40px;
  }
}
.arrange-sec .arrange-list .prd-item {
  width: 275px;
}
@media screen and (max-width: 640px) {
  .arrange-sec .arrange-list .prd-item {
    width: calc((100% - 22px) / 2);
  }
}

/* 全ての商品 */
.all-items-sec {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .all-items-sec {
    padding: 60px 0 30px;
  }
}
.all-items-sec .m-wrapper {
  padding: 0 60px;
}
@media screen and (max-width: 640px) {
  .all-items-sec .m-wrapper {
    padding: 0 30px;
  }
}
.all-items-sec .all-items-title {
  margin-bottom: 45px;
}
.all-items-sec .all-items-title img {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 640px) {
  .all-items-sec .all-items-title img {
    max-width: 220px;
  }
}
.all-items-sec .items-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 27px;
}
@media screen and (max-width: 640px) {
  .all-items-sec .items-link-list {
    gap: 9px 6px;
  }
}
.all-items-sec .items-link-list .link-item {
  width: calc((100% - 54px) / 3);
  height: 51px;
  background-color: #172439;
  font-size: 18px;
  font-weight: 500;
  border-radius: 51px;
  transition: opacity 0.3s;
}
.all-items-sec .items-link-list .link-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .all-items-sec .items-link-list .link-item {
    width: calc((100% - 10px) / 2);
    height: 36px;
    font-size: 15px;
  }
}
.all-items-sec .items-link-list .link-item a {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 2px;
}
.all-items-sec .items-link-list .link-item a:hover, .all-items-sec .items-link-list .link-item a:focus {
  text-decoration: none;
}/*# sourceMappingURL=s-event-r10t06.css.map */