@charset "UTF-8";

/*========================================
common > color
========================================*/
:root {
  --black: #333333;
  --deepGray: #777777;
  --darkGray: #999999;
  --gray: #aaaaaa;
  --lightGray: #ebebeb;
  --lightestGray: #f8f8f8;
  --white: #ffffff;
  --green: #057205;
  --rakumaBlue: #002896;
  --blue: #0047d1;
  --blue-3A6DFA: #3A6DFA;
  --lightBlue: #C9D7FF;
  --rakumaRed: #ec0606;
  --lightVermilion: #ffd3d3;
  --orange: #f59600;
  --lightOrange: #fff4e3;
  --brown: #a78f5b;
  --yellow: #ffe066;
  --cream: #ffffb9;
  --FFF5CC: #FFF5CC;

  --mvBg: #b48a73;
  --mainBg: #c9d7ff;
  --sectionBg: var(--brown);

  --spWidth: calc(343 / 375 * 100%);
  --pcMaxWidth-l: 960px;
  --pcMaxWidth-m: 796px;
  --pcMaxWidth-s: 634px;

  --women: #ec0606;
  --men: #002896;

  --txWLine: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

/*========================================
common
========================================*/
body {
  opacity: 0;
}
body.done {
  opacity: 1;
}
img[loading="lazy"] {
  opacity: 1;
  transition: opacity .5s ease-in-out;
  will-change: opacity;
}
img[loading="lazy"].lazyfade {
  opacity: 0;
}

/* SP */
.mx374br {
    display: none;
}
/* SP Max370px */
@media (max-width: 374px) {
  .mx374br {
    display: block;
  }
}

/* PC */
.slPCbr,
.smPCbr,
.sxPCbr,
.ssxPCbr {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slPCbr {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 910px) {
  .smPCbr {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 860px) {
  .sxPCbr {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .ssxPCbr {
    display: block;
  }
}

/*========================================
common > section | title | text
========================================*/
.sectionL {
  /* padding: 40px 0; */
  background-color: var(--yellow);
  overflow: hidden;
}
.sectionL.step {
  background-color: var(--mainBg);
}
.sectionL.noteH2 {
  background-color: var(--lightestGray);
}
.section__inner {
  position: relative;
  z-index: 10;
  margin: 0 auto;

  padding: 40px 0;

  width: calc(343 / 375 * 100%);
  max-width: 600px;
  text-align: center;
}
.titleH2 {
  position: relative;
  text-align: center;
  color: var(--black);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.fv .titleH2 {
  font-size: 13px;
}
.titleH2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 36px;
  height: 2px;
  background-color: var(--black);
}
.fv .titleH2::before {
  content: none;
}
.titleH2Inner {
  position: relative;
}
.about .titleH2Inner {
  background: linear-gradient(transparent 50%, var(--cream) 50%);
}
.titleH2Inner::before,
.titleH2Inner::after {
  position: absolute;
  content: "";
  bottom: -2px;
  width: 38px;
  height: 41px;
  /* background-image: url(../img/title_icon.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.titleH2Inner::before {
  left: -60px;
}
.step .titleH2Inner::before {
  left: -38px;
}
.titleH2Inner::after {
  right: -36px;
  transform: scale(-1, 1);
}

.sectionM {
  padding: 32px 0;
}
.sectionM.newItem {
  background: url(../img/newItem/ranking_bg_sp.png) no-repeat;
  background-position-y: 5px;
  background-size: contain;
  background-color: var(--lightGray);
}
.titleH3 {
  color: var(--black);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}

.textM {
  font-size: 16px;
  line-height: 1.4;
}

.noteList {
  margin: 8px auto 0;
}
.about .noteList {
  margin: 24px auto 0;
}
.note {
  position: relative;
  text-align: left;
  padding-left: 12px;
  font-size: 12px;
  line-height: 1.4;
}
.note::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.note:nth-of-type(n + 2) {
  margin-top: 4px;
}
.linkTextWrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.linkText {
  font-size: 14px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* .sectionL {
    padding: 60px 0;
  } */
  .sectionL.fv {
    padding: 20px 0 48px;
  }
  .section__inner {
    max-width: 960px;
  }
  .newItem .section__inner:nth-child(1) {
    padding: 60px 0 40px;
  }
  .titleH2 {
    font-size: 32px;
  }
  .fv .titleH2 {
    /* font-size: 32px; */
    font-size: 26px;
  }
  .titleH2::before,
  .fv .titleH2::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 48px;
    height: 2px;
    background-color: var(--black);
  }
  .titleH2Inner::before,
  .titleH2Inner::after {
    bottom: -6px;
    width: 61px;
    height: 68px;
  }
  .titleH2Inner::before {
    left: -96px;
  }
  .step .titleH2Inner::before {
    left: -68px;
  }
  .titleH2Inner::after {
    right: -66px;
  }
  .sectionM {
    padding: 48px 0;
  }
  /* .sectionM:nth-of-type(n + 2) {
    margin-top: 48px;
  } */
  .sectionM.newItem {
    background: url(../img/newItem/ranking_bg_pc.png) no-repeat;
    background-position: center 20px;
    background-color: var(--lightGray);
    background-size: 974px;
  }
  .titleH3 {
    font-size: 24px;
    line-height: 1.4;
  }

  .textM {
    font-size: 20px;
  }

  .noteList {
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-direction: column;
    margin: 12px auto 0;
    max-width: 460px;
  }
  .about .noteList {
    margin: 32px auto 0;
  }
  .note {
    display: inline-block;
  }
  .linkTextWrapper {
    margin-top: 32px;
  }
  .linkText {
    font-size: 16px;
  }
}

/*========================================
image
========================================*/
/* .imageBox {
  margin: 0 auto;
  width: calc(343 / 375 * 100%);
} */

/*========================================
Button
========================================*/
.rkm-button {
  position: relative;
  display: grid;
  padding: 7px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 35px;
  background-color: var(--black);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.rkm-button::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.rkm-button.is-long::after {
  right: 26px;
}
.rkm-button.--red {
  background-color: #ec0606;
}
.rkm-button.--red::after {
  content: none;
}

@media screen and (min-width: 768px) {
  .rkm-button {
    display: grid;
    place-items: center;
    font-size: 20px;
    padding: 12px;
    max-width: 460px;
    height: 60px;
  }
  .rkm-button.is-long::after {
    right: 26px;
  }
}
@media screen and (max-width: 374px) {
  .rkm-button {
    font-size: 11px;
  }
}

/*========================================
common titleH3
========================================*/
.common__titleH3 {
  /* margin-top: 48px; */
  text-align: center;

  color: var(--rakumaBlue);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;

  position: relative;
  display: inline-block;
}
.common__titleH3::before,
.common__titleH3::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 27.45px;
  background-image: url(../img/title_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.common__titleH3::before {
  left: -40px;
}
.common__titleH3::after {
  right: -40px;
}

@media (min-width: 768px) {
  .common__titleH3 {
    /* margin-top: 60px; */
    font-size: 32px;
  }
  .common__titleH3::before,
  .common__titleH3::after {
    width: 28px;
    height: 32px;
  }
  .common__titleH3::before {
    left: -52px;
  }
  .common__titleH3::after {
    right: -52px;
  }
}

/*========================================
common btn
========================================*/
.common__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--black);
  font-weight: 700;
  color: var(--white);
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  /* padding: 14.5px 0; */
  width: calc(280 / 343  * 100%);
  max-width: 360px;
  height: 36px;
  border-radius: 100vh;
  position: relative;
}
.others .common__btn {
  background-color: var(--lightBlue);
  color: var(--rakumaBlue);
  border: 1px solid var(--rakumaBlue);
}
.common__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px var(--white);
  border-right: solid 2px var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.others .common__btn::after {
  border-top: solid 2px var(--rakumaBlue);
  border-right: solid 2px var(--rakumaBlue);
}

@media (min-width: 768px) {
  .common__btn {
    font-size: 18px;
    width: 520px;
    max-width: 520px;
    height: 56px;
  }
  .common__btn::after {
    width: 10px;
    height: 10px;
    /* border-top: solid 2px var(--white);
    border-right: solid 2px var(--white); */
    right: 24px;
  }
}

/*========================================
card
========================================*/
.cardList {
  display: grid;
  margin-top: 24px;
  row-gap: 24px;
}
.card {
  /* box-shadow: 0px 1px 4px 0.5px rgba(0, 0, 0, 0.15); */
  overflow: hidden;
}
.cardTextBox {
  padding: 16px calc(16 / 343 * 100%) 24px;
  background-color: var(--white);
}
.cardTitle {
  text-align: center;
  color: var(--black);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.cardText {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .cardList {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 36px;
    gap: 36px 24px;
  }
  .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 10px;
    /* box-shadow: 0px 1px 4px 0.5px rgba(0, 0, 0, 0.15); */
  }
  .cardImage {
    display: block;
  }
  .cardTextBox {
    padding: 24px 24px;
  }
  .cardTitle {
    font-size: 24px;
  }
  .cardText {
    margin-top: 18px;
    font-size: 16px;
  }
}

/*========================================
item
========================================*/
.item__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
  margin-top: 16px;
  gap: 24px calc(16 / 343 * 100%);
}
.item__card {
  /* position: relative; */
  /* display: block;
  width: calc((343 - (8 * 1)) / 2 / 343 * 100%); */

  display: flex;
  flex-direction: column;
}
/* .item__card:nth-of-type(n + 3) {
  margin-top: calc(8 / 343 * 100%);
} */
.item__link {
  /* position: relative; */
  text-decoration: none;

  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.item__imageWrapper {
  position: relative;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
}
.item__imageWrapper::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 4px;
  right: 0px;
  transform: rotate(135deg);
  border-bottom: 7px solid var(--blue);
  border-right:7px solid transparent;
  border-left: 7px solid transparent;
}
.item__figure {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.item__text {
  text-align: center;
  color: var(--black);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.4;

  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.item__textBrand {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .item__list {
    margin: 36px auto 0;
    gap: 32px 24px;
    max-width: 720px;
  }
  .item__imageWrapper::after {
    bottom: 8px;
    right: 0px;
    border-bottom: 14px solid var(--blue);
    border-right:14px solid transparent;
    border-left: 14px solid transparent;
  }
  .item__text {
    font-size: 18px;
  }
}

/*========================================
itemBtn
========================================*/
.itemBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto 0;
  max-width: 360px;
  text-align: center;
  height: 44px;
  background-color: var(--black);
}
.shop .itemBtn {
  border: 1px solid var(--white)
}
.newItem .itemBtn {
  max-width: 280px;
}
.itemBtn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
}
.itemBtn.large {
  max-width: 480px;
}
.itemBtnLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--white);
  font-size: 12px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .itemBtn {
    margin: 36px auto 0;
    max-width: 480px;
    height: 72px;
  }
  .newItem .itemBtn {
    max-width: 480px;
  }
  .shop .itemBtn {
    border: 2px solid var(--white)
  }
  .itemBtn::after {
    right: 40px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--white);
    border-left: 2px solid var(--white);
  }
  .itemBtn.large {
    max-width: 640px;
  }
  .itemBtnLink {
    font-size: 18px;
  }
}

/*========================================
header
========================================*/
.header {
  background-color: var(--white);
  border-bottom: #002896 2px solid;
}

.header__inner {
  position: relative;
  margin: 0 auto;
  width: 91.4666666667%;
  height: 58px;
}

.header__logo {
  position: absolute;
}
.header__logo:nth-child(1) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__logo:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__logo:nth-child(1) .header__image {
  width: auto;
  height: 40px;
}
.header__logo:nth-child(2) .header__image {
  width: 148px;
  height: auto;
}

@media (max-width: 374px) {
  .header__logo:nth-child(1) .header__image {
    width: auto;
    height: 35px;
  }
  .header__logo:nth-child(2) .header__image {
    width: 128px;
    height: auto;
  }
}

@media (min-width: 768px) {
  .header__logo:nth-child(1) .header__image {
    width: auto;
    height: 24px;
  }
  .header__logo:nth-child(2) .header__image {
    width: 280px;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .header__logo:nth-child(1) .header__image {
    width: auto;
    height: 32px;
  }
  .header__logo:nth-child(2) .header__image {
    width: 374px;
    height: auto;
  }
}

/*========================================
mv
========================================*/
.mv__box {
  display: flex;
  justify-content: center;
  height: 42px;
  background-color: var(--rakumaBlue);
}
.mv__boxInner {
  display: flex;
  position: relative;
  align-items: center;
  margin-left: -24px;
  column-gap: 16px;
}
.mv__boxInner::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: -30px;
  width: 22px;
  height: 22px;
  background-image: url(../img/mv/mv-box_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mv__title {
  padding-bottom: 2px;
  width: 68px;
}
.mv__list {
  display: flex;
  column-gap: 12px;
}
.mv__listItem {
  height: 25px;
  background-color: var(--FFF5CC);
  border-radius: 100vh;
  box-shadow: 0px 2px 0px 0px var(--blue-3A6DFA);
}
.mv__link {
  display: block;
  padding: 0 8px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 25px;
  color: var(--rakumaBlue);
}
.mv__link .text-large {
  font-size: 15px;
}

@media (min-width: 768px) {
  .mv {
    position: relative;
    height: 373px;
    background-color: var(--yellow);
    overflow: hidden;
  }
  .mv__titleH1 {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    /* margin: 0 auto; */
    /* background-image: url(../img/mv/mv_bg_pc.png);
    background-position: center;
    background-size: 100% 315px;
    background-size: cover; */
    
    width: 1920px;
    height: 315px;
    background-repeat: no-repeat;
    margin: 0 auto;
  }

  /* @supports (background-image: url(../img/mv/mv_bg_pc.webp)) {
    .mv__titleH1 {
      background-image: url(../img/mv/mv_bg_pc.webp);
    }
  } */
  /* .mv__image {
    max-width: 750px;
  } */

  .mv__box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 58px;
    background-color: var(--rakumaBlue);
  }
  .mv__boxInner {
    margin-left: -24px;
    column-gap: 20px;
  }
  .mv__boxInner::after {
    top: 11px;
    right: -56px;
    width: 34px;
    height: 34px;
  }
  .mv__title {
    padding-bottom: 10px;
    width: 188px;
  }
  .mv__list {
    column-gap: 24px;
  }
  .mv__listItem {
    height: 34px;
  }
  .mv__link {
    padding: 0 16px;
    font-size: 18px;
    line-height: 34px;
  }
  .mv__link .text-large {
    font-size: 22px;
  }
}

/*========================================
campaign
========================================*/
.campaign {
  padding: 24px 0 20px;
  background-color: var(--FFF5CC);
  overflow: hidden;
}
/* .campaign__inner {
  padding: 36px 0 20px;
  margin: 0 auto;
  width: calc(343 / 375 * 100%);
  text-align: center;
} */
.campaign .section__inner {
  padding: 0;
}
.campaign__headlineH2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--black);
  text-align: left;
}
.campaign__headlineLink {
  display: block;
  position: relative;
}
.campaign__headlineLink::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px var(--black);
  border-right: solid 1px var(--black);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.campaign__headlineLink::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid var(--black);
  border-radius: 22px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.campaign__box {
  position: relative;
  margin: 16px auto 0;
  margin-right: -10%;
  padding: 16px 16px 20px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.swiperCampaign {
  padding-right: 2px;
}
.campaign .swiper-button-prev::after {
  content: "";
}
.campaign .swiper-button-next::after {
  content: "";
}
.campaign .swiper-horizontal>.swiper-scrollbar, .campaign .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: var(--swiper-scrollbar-size, 5px);
}
.campaign .swiper-scrollbar-drag {
  background: #C0C0C0;
}
.campaing__btn {
  display: block;
  background-color: var(--lightBlue);
  font-weight: 700;
  color: var(--rakumaBlue);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 20px auto 0;
  padding: 14.5px 0;
  width: calc(280 / 343  * 100%);
  border-radius: 24px;
  position: relative;
}
.campaing__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px var(--rakumaBlue);
  border-right: solid 2px var(--rakumaBlue);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .campaign {
    padding: 40px 0 20px;
  }
  /* .campaign__inner {
    padding: 80px 0 10px;
    max-width: 900px;
  } */
  .campaign__headlineH2 {
    font-size: 32px;
  }
  .campaign__box {
    max-width: 960px;
    margin: 31px auto 0;
    padding: 32px 16px 40px;
  }
  .swiperCampaign .swiper-slide-next + .swiper-slide + .swiper-slide::before {
    content: none;
  }
  .campaign .swiper-horizontal > .swiper-scrollbar, .campaign .swiper-scrollbar.swiper-scrollbar-horizontal {
    /* left: var(--swiper-scrollbar-sides-offset, 2%); */
    left: 16px;
    bottom: var(--swiper-scrollbar-bottom, 18px);
  }
  .campaign .swiper-scrollbar {
    margin-left: 0px;
    width: calc(100% - 32px);
  }
  .campaign__headlineLink::before {
    content: "";
    width: 14px;
    height: 14px;
    border-top: solid 2px var(--black);
    border-right: solid 2px var(--black);
    right: 18px;
  }
  .campaign__headlineLink::after {
    content: "";
    width: 44px;
    height: 44px;
    border: 2px solid var(--black);
    border-radius: 44px;
  }
  .campaing__btn {
    font-size: 18px;
    margin: 34px auto 0;
    padding: 16px 0;
    width: 460px;
    border-radius: 34px;
  }
  .campaing__btn::after {
    width: 10px;
    height: 10px;
    /* border-top: solid 2px var(--rakumaBlue);
    border-right: solid 2px var(--rakumaBlue); */
    right: 24px;
  }
}

/*========================================
nav
========================================*/
.nav {
  padding: 20px 0 24px;
  background-color: var(--FFF5CC);
}
.nav__nav {
  margin: 0 auto;
  width: calc(343 / 375 * 100%);
  max-width: 600px;
}
.nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.nav__listItem {
  /* width: calc((100% - 16px) /3); */
  /* position: relative; */
  background-color: var(--rakumaRed);
  border-radius: 4px;
}
.nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  height: 40px;
  font-size: 12px;
  color: var(--white);
  font-weight: 700;
  position: relative;
}
.nav__linkInner {
  position: relative;
}
.nav__listItem:nth-child(1) .nav__linkInner {
  padding-left: 24px;
}
.nav__listItem:nth-child(1) .nav__linkInner::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -21px;
  width: 46px;
  height: 46px;
  background-image: url(../img/nav/nav_badge.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 6px;
  height: 6px;
  bottom:8px;
  transform: rotate(45deg);
  border-bottom: 1px solid var(--white);
  border-right: 1px solid var(--white);
}

@media (min-width: 768px) {
  .nav {
    padding: 20px 0 40px;
  }
  .nav__nav {
    max-width: 960px;
  }
  .nav__list {
    column-gap: 40px;
  }
  .nav__link {
    height: 56px;
    font-size: 20px;
  }
  .nav__link::after {
    width: 6px;
    height: 6px;
    bottom: 10px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
  }
  .nav__listItem:nth-child(1) .nav__linkInner {
    padding-left: 0;
  }
  .nav__listItem:nth-child(1) .nav__linkInner::before {
    left: -72px;
    top: -24px;
    width: 60px;
    height: 60px;
  }
}

/*========================================
floatNav
========================================*/
.floatNav {
  padding: 16px 0;
  background-color: var(--FFF5CC);

  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-100px);
  pointer-events: none;
}
.floatNav.slide_in{
  pointer-events: auto;
}

@media (min-width: 768px) {
  .floatNav {
    padding: 24px 0;
  }
}

/* animation */
@keyframes slide_in {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide_in {
  animation: slide_in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide_out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-500px);
    opacity: 0;
  }
}
.slide_out {
  animation: slide_out 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/*========================================
banner その他のおすすめ特集
========================================*/
/* .banner {
  padding: 40px 0;
} */
.sectionL.banner {
  padding: 60px 0 40px;
  background-color: var(--white);
}
.banner__headline {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.banner__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: calc(12 / 375 * 100%);
  width: calc(343 / 375 * 100%);
  max-width: 600px;
  margin: 33px auto 0;
}
.banner__listItem {
  width: calc((100% - (12 / 375 * 100%)) / 2);
}
.banner__listItem:nth-child(n+3) {
  margin-top: 20px;
}

@media (min-width: 768px) {
  /* .banner {
    padding: 95px 0 60px;
  } */
  .banner__headline {
    font-size: 32px;
  }
  .banner__list {
    max-width: 872px;
    margin: 35px auto 0;
  }
  .banner__listItem {
    width: 31.193%;
  }
  .banner__listItem:nth-child(n+3) {
    margin-top: 0;
  }
  .banner__listItem:nth-child(n+4) {
    margin-top: 24px;
  }
}

/*========================================
application
========================================*/
.application {
  margin: 40px 0;
}
.application__box {
  width: 91.4666666667%;
  max-width: 550px;
  margin: 0 auto;
  padding: 32px 0;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.rkm-app__title {
  margin: 0 auto;
  width: calc(311 / 343 * 100%);
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.rkm-app__container {
  display: flex;
  justify-content: center;
  width: calc(270 / 343 * 100%);
  max-width: 410px;
  margin: 20px auto 0;
}
.rkm-app__container.-pc {
  display: none;
}
.rkm-app__iconBox {
  width: 42%;
  margin-right: 24px;
}
.rkm-app__linkBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(58% - 12px);
}
.rkm-app__image {
  margin: 0 auto;
}

@media (max-width: 374px) {
  .rkm-app__title {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .application {
    margin-top: 80px;
  }
  .application__box {
    max-width: 844px;
    padding: 32px 48px;
  }
  .rkm-app__title {
    font-size: 18px;
    width: 100%;
  }
  .rkm-app__container.-pc {
    display: block;
  }
  .rkm-app__container.-sp {
    display: none;
  }
  .rkm-app__iconBox {
    display: flex;
    justify-content: center;
    width: auto;
    height: 100px;
    margin: 0 auto;
  }
  .rkm-app__iconBox .rkm-app__image {
    max-width: 100px;
    height: 100%;
  }
  .rkm-app__image {
    margin: 0;
  }
}

/*========================================
footer
========================================*/
.footer {
  margin-top: 40px;
  padding: 32px 0;
  background-color: #f5f5f5;
}
.footer__image {
  width: auto;
  height: 29px;
  margin: 0 auto;
}
.footer__copyright {
  color: #999999;
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .footer {
    margin-top: 80px;
  }
}

/*========================================
floatBanner
========================================*/
.floatBanner {
  position: fixed;
  bottom: 70px;
  right: calc(16 / 375 * 100%);
  width: 150px;
  z-index: 150;
  transform: translateY(500px);
}
.floatBannerInner {
  position: relative;
  width: 100%;
}
.floatBanner__closeButtonWrapper {
  z-index: 200;
  position: absolute;
  top: -21px;
  right: -13px;
}
.floatBanner__closeButton {
  display: block;
  position: relative;
  width: 26px;
  height: auto;
  filter: drop-shadow(5px 5px 4px rgba(64, 59, 17, 0.15));
}

@media (min-width: 768px) {
  .floatBanner {
    bottom: 170px;
    right: calc(50 / 960* 100%);
    width: 250px;
  }
  .floatBanner__closeButtonWrapper {
    top: -25px;
    right: -25px;
  }
  .floatBanner__closeButton {
    width: 36px;
    filter: drop-shadow(5px 5px 4px rgba(64, 59, 17, 0.15));
  }
}

/* animation */
@keyframes slide_content_in {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide_content_in {
	animation: slide_content_in 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide_content_out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(200px);
    opacity: 0;
  }
}
.slide_content_out {
	animation: slide_content_out 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* /animation */


/*========================================
common / search
========================================*/
.inputSearch {}
.inputSearch__inner {
  width: 100%;
  margin-top: 16px;
}
.inputSearch__form {
  display: flex;
  justify-content: space-between;
  height: 48px;
  text-align: left;
  border: 1px solid var(--rakumaRed);
  border-radius: 4px;
  /* border-radius: 10px; */
  /* box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2); */
  overflow: hidden;
}
.inputSearch__input {
  padding: 8px;
  width: calc(100% - 48px);
  font-size: 13px;
  line-height: 1em;
  background-color: var(--white);
  /* border-radius: 10px 0 0 10px; */
}
.inputSearch__input:focus {
  outline: none;
}
.inputSearch__btn {
  position: relative;
  display: block;
  width: 48px;
  height: 100%;
  border: 1px solid var(--rakumaRed);
  background-color: var(--rakumaRed);
  /* border-radius: 0 10px 10px 0; */
}
.inputSearch__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjE1NzExIDguNzA1OTZDMy4xNTcxMSA4LjA4MzkgMy4yNzk2NCA3LjQ2NzkzIDMuNTE3NjkgNi44OTMyMkMzLjc1NTc0IDYuMzE4NTEgNC4xMDQ2NiA1Ljc5NjMyIDQuNTQ0NTMgNS4zNTY0NUM0Ljk4NDM5IDQuOTE2NTkgNS41MDY1OCA0LjU2NzY3IDYuMDgxMjkgNC4zMjk2MkM2LjY1NiA0LjA5MTU3IDcuMjcxOTcgMy45NjkwNCA3Ljg5NDAzIDMuOTY5MDRDOC41MTYxIDMuOTY5MDQgOS4xMzIwNiA0LjA5MTU3IDkuNzA2NzcgNC4zMjk2MkMxMC4yODE1IDQuNTY3NjcgMTAuODAzNyA0LjkxNjU5IDExLjI0MzUgNS4zNTY0NUMxMS42ODM0IDUuNzk2MzIgMTIuMDMyMyA2LjMxODUxIDEyLjI3MDQgNi44OTMyMkMxMi41MDg0IDcuNDY3OTMgMTIuNjMxIDguMDgzOSAxMi42MzEgOC43MDU5NkMxMi42MzEgOS45NjIyNyAxMi4xMzE5IDExLjE2NzEgMTEuMjQzNSAxMi4wNTU1QzEwLjM1NTIgMTIuOTQzOCA5LjE1MDM0IDEzLjQ0MjkgNy44OTQwMyAxMy40NDI5QzYuNjM3NzIgMTMuNDQyOSA1LjQzMjg3IDEyLjk0MzggNC41NDQ1MyAxMi4wNTU1QzMuNjU2MTggMTEuMTY3MSAzLjE1NzExIDkuOTYyMjcgMy4xNTcxMSA4LjcwNTk2Wk03Ljg5NDAzIDAuODExMDk2QzYuNjYyOTYgMC44MTEyMjYgNS40NDg5NyAxLjA5OTI1IDQuMzQ5MDUgMS42NTIxNkMzLjI0OTEzIDIuMjA1MDcgMi4yOTM3NSAzLjAwNzU1IDEuNTU5MjIgMy45OTU0OUMwLjgyNDcwNCA0Ljk4MzQzIDAuMzMxMzk5IDYuMTI5NDUgMC4xMTg3MTQgNy4zNDIwMkMtMC4wOTM5NzE3IDguNTU0NTggLTAuMDIwMTQyNCA5LjgwMDA4IDAuMzM0MzA0IDEwLjk3OUMwLjY4ODc1IDEyLjE1OCAxLjMxMzk5IDEzLjIzNzcgMi4xNjAwOCAxNC4xMzE5QzMuMDA2MTcgMTUuMDI2MiA0LjA0OTY2IDE1LjcxMDIgNS4yMDcyMSAxNi4xMjkzQzYuMzY0NzUgMTYuNTQ4NCA3LjYwNDI2IDE2LjY5MDkgOC44MjY3MyAxNi41NDU2QzEwLjA0OTIgMTYuNDAwMyAxMS4yMjA3IDE1Ljk3MTIgMTIuMjQ3OCAxNS4yOTI0TDE3LjMwMzcgMjAuMzQ5M0MxNy41OTk5IDIwLjY0NTUgMTguMDAxNiAyMC44MTE5IDE4LjQyMDUgMjAuODExOUMxOC44Mzk0IDIwLjgxMTkgMTkuMjQxMiAyMC42NDU1IDE5LjUzNzQgMjAuMzQ5M0MxOS44MzM2IDIwLjA1MzEgMjAgMTkuNjUxNCAyMCAxOS4yMzI1QzIwIDE4LjgxMzUgMTkuODMzNiAxOC40MTE4IDE5LjUzNzQgMTguMTE1NkwxNC40ODA1IDEzLjA1OTdDMTUuMjY3MSAxMS44Njk4IDE1LjcxNjYgMTAuNDg5IDE1Ljc4MTMgOS4wNjQwNkMxNS44NDYgNy42MzkxMiAxNS41MjM1IDYuMjIzMjYgMTQuODQ3OSA0Ljk2Njk2QzE0LjE3MjQgMy43MTA2NiAxMy4xNjkxIDIuNjYwODYgMTEuOTQ0NyAxLjkyOTFDMTAuNzIwMiAxLjE5NzM1IDkuMzIwNDUgMC44MTA5OTcgNy44OTQwMyAwLjgxMTA5NloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.inputSearch__errText {
  display: none;
  font-size: 16px;
  color: #ff0000;
  text-align: center;
  padding-top: 5px;
}

@media (min-width: 768px) {
  .inputSearch__inner {
    max-width: 680px;
    margin: 24px auto 0;
  }
  .inputSearch__form {
    margin: 0 auto;
    height: 56px;
    /* border: 2px solid var(--black); */
  }
  .inputSearch__input {
    padding: 10px 10px 10px 30px;
    font-size: 16px;
    width: calc(100% - 56px);
  }
  .inputSearch__btn {
    width: 56px;
    border: none;
  }
  .inputSearch__btn::after {
    content: "";
    width: 25px;
    height: 25px;
  }
  .inputSearch__errText {
    font-size: 20px;
  }
}

/*========================================
modal
========================================*/
/* モーダル表示中にスクロールを無効にする */
body.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s, visibility 0.5s;
  pointer-events: none;
}
.modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* content-visibilityがサポートされている場合 */
@supports (content-visibility: hidden) {
  .modal {
    content-visibility: hidden;
  }
  .modal.show {
    content-visibility: visible;
  }
}
/* content-visibilityがサポートされていない場合 */
@supports not (content-visibility: hidden) {
  .modal {
    display: none;
  }
  .modal.show {
    display: block;
  }
}
.modal__content {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 32px 16px 0px 16px;
  border: 1px solid #888;
  width: calc(343 / 375 * 100%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 80%;
}
.modal__close {
  position: absolute;
  top: -46px;
  right: 0px;
  width: 38px;
  height: 38px;
  background-color: #d9d9d9;
  color: var(--black);
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 30px;
  letter-spacing: normal;
  cursor: pointer;
  transition: background-color 0.3s;
}
.modal__close:hover,
.modal__close:focus {
  background-color: #a9a9a9;
  text-decoration: none;
}
.modal__closeText {
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  display: block;
  padding: 10px 25%;
  width: fit-content;
  margin: 10px auto 26px;
}
.modal__bannerList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  overflow: auto;
}
.modal__bannerListItem {
  width: calc((100% - 16px) / 3);
}

@media (min-width: 768px) {
  .modal__content {
    max-width: 925px;
    max-height: 92%;
    padding: 46px 100px 0px 100px;
    border-radius: 20px;
    max-height: 92%;
  }
  .modal__close {
    top: -28px;
    right: -28px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 50px;
    font-weight: 700;
    transition: background-color 0.8s;
  }
  .modal__closeText {
    font-size: 26px;
    font-weight: 700;
    padding: 10px 10%;
    margin: 20px auto 35px;
    text-decoration: none;
  }
  .modal__bannerList {
    gap: 33px;
  }
  .modal__bannerListItem {
    width: calc((100% - 66px) / 3);
  }
}

/*========================================
loading
========================================*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 0.5s;
  background-color: #ffffff;
  z-index: 9999;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

/*========================================
newItem
========================================*/
.section__innerL {
  position: relative;
  overflow: hidden;
}
/* .section__innerL:nth-child(n + 2) {
  margin-top: 40px;
} */
.section__innerL:nth-child(even) {
  background-color: var(--lightVermilion);
}
.section__innerL::before,
.section__innerL::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.section__innerL:nth-child(1):before {
  top: 122px;
  left: 0;
  width: 160px;
  height: 1037px;
  background-image: url(../img/newItem/newItem_bgY_left_sp.png);
  background-repeat: no-repeat;
  background-size: 160px 1037px;
  background-position: center;
}
.section__innerL:nth-child(2)::before {
  top: -192px;
  left: 0;
  width: 148px;
  height: 1323px;
  background-image: url(../img/newItem/newItem_bgP_left_sp.png);
  background-repeat: no-repeat;
  background-size: 148px 1323px;
  background-position: center;
}
.section__innerL:nth-child(3):before {
  top: 12px;
  left: 0;
  width: 160px;
  height: 1037px;
  background-image: url(../img/newItem/newItem_bgY_left_sp.png);
  background-repeat: no-repeat;
  background-size: 160px 1037px;
  background-position: center;
}
.section__innerL:nth-child(4)::before {
  top: -192px;
  left: 0;
  width: 148px;
  height: 1323px;
  background-image: url(../img/newItem/newItem_bgP_left_sp.png);
  background-repeat: no-repeat;
  background-size: 148px 1323px;
  background-position: center;
}
.section__innerL:nth-child(5):before {
  top: 12px;
  left: 0;
  width: 160px;
  height: 1037px;
  background-image: url(../img/newItem/newItem_bgY_left_sp.png);
  background-repeat: no-repeat;
  background-size: 160px 1037px;
  background-position: center;
}
.section__innerL:nth-child(6)::before {
  top: 6px;
  left: 0;
  width: 148px;
  height: 1323px;
  background-image: url(../img/newItem/newItem_bgP_left_sp.png);
  background-repeat: no-repeat;
  background-size: 148px 1323px;
  background-position: center;
}
.section__innerL:nth-child(1):after {
  top: 118px;
  right: 0;
  width: 193px;
  height: 1024px;
  background-image: url(../img/newItem/newItem_bgY_right_sp.png);
  background-repeat: no-repeat;
  background-size: 193px 1024px;
  background-position: center;
}
.section__innerL:nth-child(2)::after {
  top: -192px;
  right: 0;
  width: 232px;
  height: 1395px;
  background-image: url(../img/newItem/newItem_bgP_right_sp.png);
  background-repeat: no-repeat;
  background-size: 232px 1395px;
  background-position: center;
}
.section__innerL:nth-child(3):after {
  top: 24px;
  right: 0;
  width: 193px;
  height: 1024px;
  background-image: url(../img/newItem/newItem_bgY_right_sp.png);
  background-repeat: no-repeat;
  background-size: 193px 1024px;
  background-position: center;
}
.section__innerL:nth-child(4)::after {
  top: -192px;
  right: 0;
  width: 232px;
  height: 1395px;
  background-image: url(../img/newItem/newItem_bgP_right_sp.png);
  background-repeat: no-repeat;
  background-size: 232px 1395px;
  background-position: center;
}
.section__innerL:nth-child(5):after {
  top: 24px;
  right: 0;
  width: 193px;
  height: 1024px;
  background-image: url(../img/newItem/newItem_bgY_right_sp.png);
  background-repeat: no-repeat;
  background-size: 193px 1024px;
  background-position: center;
}
.section__innerL:nth-child(6)::after {
  top: 0;
  right: 0;
  width: 232px;
  height: 1395px;
  background-image: url(../img/newItem/newItem_bgP_right_sp.png);
  background-repeat: no-repeat;
  background-size: 232px 1395px;
  background-position: center;
}
.newItem__titleL-sub {
  text-align: center;
  color: var(--rakumaBlue);
  font-weight: 700;
  font-size: 16px;
}
.newItem__titleL {
  display: flex;
  flex-direction: column;
  margin: 8px auto 0;
  text-align: center;
  color: var(--rakumaBlue);
}
.newItem__read {
  margin-top: 12px;
  color: var(--rakumaBlue);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
}
.others .newItem__sectionM:nth-child(n + 2) {
  margin-top: 40px;
}
.newItem__titleM {
  margin: 24px auto 0;
  width: calc(256 / 343 * 100%);
}
.section__innerL:nth-child(n + 2) .newItem__titleM {
  margin: 0 auto;
}
.newItem__box {
  display: grid;
  grid-template-columns: calc(164 / (343 - 16) * 100%) 1fr;
  align-items: center;
  margin-top: 16px;
  padding: 8px 12px;
  column-gap: 16px;
}
.newItem__text {
  text-align: left;
  color: var(--rakumaBlue);
  font-size: 12px;
  line-height: 1.3;
}
.newItem__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto 0;
  height: 30px;
  background-color: var(--rakumaRed);
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px #33333366;
  text-align: center;
  color: var(--white);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
}
.section__innerL:nth-child(even) .newItem__btn {
  background-color: var(--rakumaBlue);
}
.newItem__sectionS {
  margin-top: 32px;
}
.others .newItem__sectionS {
  margin-top: 16px;
}
.newItem__titleS {
  margin: 0 auto;
  width: calc(186 / 343 * 100%);
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.newItem__titleSText {
  vertical-align: middle;
}
.newItem__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
  gap: 24px calc(16 / 343 * 100%);
}
.others .newItem__list {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
  margin-left: calc(-4 / 343 * 100%);
  margin-right: calc(-4 / 343 * 100%);
  /* gap: 24px calc(16 / 343 * 100%); */
  gap: 24px 0;
}
.newItem__card {
  display: flex;
  flex-direction: column;
}
.newItem__card:first-child {
  grid-column: span 2; /* 1番目のアイテムを2カラム分に広げる */
}
.others .newItem__card:first-child {
  grid-column: auto;
}
/* .newItem__link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
} */
/* .newItem__figure {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
} */
.newItem__textBrand {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.newItem__tagList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 8px;
}
.newItem__tagListItem {
  height: 20px;
  background-color: var(--white);
  border: 1px solid var(--rakumaRed);
  border-radius: 100vh;
  box-shadow: 0px 1px 2px 0px #33333366;
}
.section__innerL:nth-child(even) .newItem__tagListItem {
  border: 1px solid var(--rakumaBlue);
}
.newItem__tagLink {
  display: block;
  padding: 0 6px;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 18px;
  color: var(--rakumaRed);
}
.section__innerL:nth-child(even) .newItem__tagLink {
  color: var(--rakumaBlue);
}
.newItem__box-tag {
  padding: 16px 24px;
  background-color: var(--FFF5CC);
  border: 1px solid var(--white);
  border-radius: 4px;
}
.section__innerL:nth-child(even) .newItem__box-tag {
  background-color: var(--mainBg);
}
.newItem__box-tag .newItem__titleS {
  margin: 0 auto;
  width: calc(286 / 295 * 100%);
}
.newItem__box-tag .newItem__tagList {
  justify-content: center;
  margin-top: 16px;
  gap: 8px 16px;
}
.newItem__box-tag .newItem__tagListItem {
  height: 30px;
}
.newItem__box-tag .newItem__tagLink {
  /* padding: 0 8px; */
  line-height: 28px;
}

@media (min-width: 768px) {
  .section__innerL:nth-child(1)::before {
    content: "";
    top: 12px;
    left: 0;
    width: 366px;
    height: 1742px;
    background-image: url(../img/newItem/newItem_bgY_left_pc.png);
    background-repeat: no-repeat;
    background-size: 366px 1742px;
    background-position: center;
  }
  .section__innerL:nth-child(2)::before {
    content: "";
    top: -880px;
    left: 0;
    width: 262px;
    height: 2780px;
    background-image: url(../img/newItem/newItem_bgP_left_pc.png);
    background-repeat: no-repeat;
    background-size: 262px 2780px;
    background-position: center;
  }
  .section__innerL:nth-child(3):before {
    content: "";
    top: 20px;
    left: 0;
    width: 366px;
    height: 1742px;
    background-image: url(../img/newItem/newItem_bgY_left_pc.png);
    background-repeat: no-repeat;
    background-size: 366px 1742px;
    background-position: center;
  }
  .section__innerL:nth-child(4)::before {
    content: "";
    top: -880px;
    left: 0;
    width: 262px;
    height: 2780px;
    background-image: url(../img/newItem/newItem_bgP_left_pc.png);
    background-repeat: no-repeat;
    background-size: 262px 2780px;
    background-position: center;
  }
  .section__innerL:nth-child(5):before {
    content: "";
    top: 20px;
    left: 0;
    width: 366px;
    height: 1742px;
    background-image: url(../img/newItem/newItem_bgY_left_pc.png);
    background-repeat: no-repeat;
    background-size: 366px 1742px;
    background-position: center;
  }
  .section__innerL:nth-child(6)::before {
    content: "";
    top: 80px;
    left: 0;
    width: 262px;
    height: 2780px;
    background-image: url(../img/newItem/newItem_bgP_left_pc.png);
    background-repeat: no-repeat;
    background-size: 262px 2780px;
    background-position: center;
  }
  .section__innerL:nth-child(1)::after {
    content: "";
    top: 0;
    right: 0;
    width: 361px;
    height: 1767px;
    background-image: url(../img/newItem/newItem_bgY_right_pc.png);
    background-repeat: no-repeat;
    background-size: 361px 1767px;
    background-position: center;
  }
  .section__innerL:nth-child(2)::after {
    content: "";
    top: -920px;
    right: 0;
    width: 288px;
    height: 2826px;
    background-image: url(../img/newItem/newItem_bgP_right_pc.png);
    background-repeat: no-repeat;
    background-size:288px 2826px;
    background-position: center;
  }
  .section__innerL:nth-child(3):after {
    content: "";
    top: 0;
    right: 0;
    width: 361px;
    height: 1767px;
    background-image: url(../img/newItem/newItem_bgY_right_pc.png);
    background-repeat: no-repeat;
    background-size: 361px 1767px;
    background-position: center;
  }
  .section__innerL:nth-child(4)::after {
    content: "";
    top: -920px;
    right: 0;
    width: 288px;
    height: 2826px;
    background-image: url(../img/newItem/newItem_bgP_right_pc.png);
    background-repeat: no-repeat;
    background-size:288px 2826px;
    background-position: center;
  }
  .section__innerL:nth-child(5):after {
    content: "";
    top: 0;
    right: 0;
    width: 361px;
    height: 1767px;
    background-image: url(../img/newItem/newItem_bgY_right_pc.png);
    background-repeat: no-repeat;
    background-size: 361px 1767px;
    background-position: center;
  }
  .section__innerL:nth-child(6)::after {
    content: "";
    top: 0;
    right: 0;
    width: 288px;
    height: 2826px;
    background-image: url(../img/newItem/newItem_bgP_right_pc.png);
    background-repeat: no-repeat;
    background-size:288px 2826px;
    background-position: center;
  }
  .newItem__titleL-sub {
    font-size: 24px;
  }
  .newItem__titleL {
    margin:16px auto 0;
    max-width: 550px;
  }
  .newItem__read {
    margin-top: 16px;
    font-size: 17px;
  }
  .others .newItem__sectionM:nth-child(n + 2) {
    margin-top: 80px;
  }
  .newItem__titleM {
    margin: 48px auto 0;
    max-width: 356px;
  }
  .newItem__box {
    grid-template-columns: calc(300 / 700 * 100%) calc(340 / 700 * 100%);
    /* margin: 0 auto; */
    margin: 32px auto 0;
    padding: 0;
    column-gap: calc(60 / 700 * 100%);
    max-width: 700px;
  }
  .newItem__textBox {
    margin-top: 20px;
  }
  .newItem__text {
    font-size: 16px;
  }
  .newItem__btn {
    margin: 32px auto 0;
    height: 48px;
    border-radius: 4px;
    font-size: 18px;
  }
  .newItem__sectionS {
    margin: 40px auto 0;
    max-width: 840px;
  }
  .others .newItem__sectionS {
    margin: 32px auto 0;
    max-width: 640px;
  }
  .newItem__titleS {
    max-width: 280px;
    /* font-size: 24px; */
  }

  .newItem__list {
    display: grid;
    grid-template-columns: calc(394 / 840 * 100%) calc(200 / 840 * 100%) calc(200 / 840 * 100%); /* 左の要素を400px、他を200pxずつに設定 */
    /* grid-template-columns: calc(300 / 700 * 100%) calc(340 / 700 * 100%); */
    align-items: stretch; /* 全ての要素の高さを揃える */
    margin: 36px auto 0;
    gap: 32px 23px; /* 行間と列間の間隔 */
  }
  .others .newItem__list {
    /* grid-template-columns: repeat(3, 1fr); */
    margin: 0 auto;
    /* margin-left: calc(-4 / 343 * 100%);
    margin-right: calc(-4 / 343 * 100%); */
    margin-left: 0;
    margin-right: 0;
    gap: 32px 20px;
  }
  .newItem__card:first-child {
    grid-column: 1 / 1; /* 左の要素を1カラム目から3カラム目まで広げる */
  }
  .others .newItem__card:first-child {
    grid-column: auto;
  }
  .newItem__tagList {
    margin-top: 16px;
    gap: 8px 8px;
  }
  .newItem__tagListItem {
    height: 24px;
  }
  .newItem__tagLink {
    font-size: 16px;
    line-height: 22px;
  }

  .newItem__box-tag {
    padding: 24px 36px;
  }
  .newItem__box-tag .newItem__titleS {
    width: 340px;
    max-width: 340px;
  }
  .newItem__box-tag .newItem__tagList {
    justify-content: center;
    margin-top: 24px;
  }
  .newItem__box-tag .newItem__tagListItem {
    height: 32px;
  }
  .newItem__box-tag .newItem__tagLink {
    line-height: 30px;
  }
}

/*========================================
luckyBag
========================================*/
.sectionL.luckyBag {
  background-image: url(../img/luckyBag/luckyBag_bg_sp.png);
  background-repeat: repeat;
  background-size: 51px 51px;
  background-position: 0;
}
.sectionL.luckyBag .section__innerL::before,
.sectionL.luckyBag .section__innerL::after {
  content: none;
}
.luckyBag__noteBox {
  margin: 16px auto 0;
  max-width: 740px;
  padding: 8px 12px;
  background-color: var(--FFF5CC);
}
.luckyBag__noteBox .noteList {
  margin: 0 auto;
}

.luckyBag__titleL-sub {
  text-align: center;
  color: var(--rakumaBlue);
  font-weight: 700;
  font-size: 16px;
}
.luckyBag__titleL {
  display: flex;
  flex-direction: column;
  margin: 8px auto 0;
  text-align: center;
  color: var(--rakumaBlue);
}
.luckyBag__read {
  margin-top: 12px;
  color: var(--rakumaBlue);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
}
.others .luckyBag__sectionM:nth-child(n + 2) {
  margin-top: 40px;
}
.luckyBag__titleM {
  margin: 24px auto 0;
  width: calc(256 / 343 * 100%);
}
.luckyBag__sectionBox .luckyBag__titleM {
  margin: 60px auto 0;
}
.search .luckyBag__titleM {
  margin: 40px auto 0;
  width: 100%;
  color: var(--rakumaRed);
  font-weight: 700;
  font-size: 18px;
}
.luckyBag__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* margin-top: 24px; */
  gap: 24px calc(8 / 343 * 100%);

  margin: 24px auto 0;
  width: 343px;
}

@media (min-width: 768px) {
  .sectionL.luckyBag {
    background-image: url(../img/luckyBag/luckyBag_bg_pc.png);
    background-repeat: repeat;
    background-size: 71px 71px;
    background-position: 0;
  }
  .luckyBag .section__inner {
    max-width: 900px;
  }
  .luckyBag__titleL-sub {
    font-size: 24px;
  }
  .luckyBag__titleL {
    margin:16px auto 0;
    max-width: 550px;
  }
  .luckyBag__read {
    margin-top: 16px;
    font-size: 17px;
  }
  /* .others .luckyBag__sectionM:nth-child(n + 2) {
    margin-top: 80px;
  } */

  .luckyBag__sectionBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
  .luckyBag__titleM {
    margin: 48px auto 0;
    max-width: 356px;
  }
  .search .luckyBag__titleM {
    margin: 60px auto 0;
    width: 100%;
    max-width: initial;
    font-size: 28px;
  }
  .luckyBag__noteBox {
    margin: 32px auto 0;
    padding: 10px 24px;
  }
  .luckyBag__noteBox .noteList {
    max-width: inherit;
  }
  .luckyBag__list.pc-column-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px calc(24 / 900 * 100%);
  }
  .luckyBag__list {
    gap: 32px calc(16 / 430 * 100%);

    width: 100%;
  }
}

