.is-pc {
  display: none;
}
@media screen and (min-width: 901px) {
  .is-pc {
    display: block;
  }
}
.is-sp {
  display: block;
}
@media screen and (min-width: 901px) {
  .is-sp {
    display: none;
  }
}
html:root {
  scroll-behavior: unset;
}
body {
  overflow: scroll;
}
head + body {
  width: 100%;
}
div.l-ranking {
  padding: 0 24px;
}
@media screen and (min-width: 901px) {
  div.l-ranking {
    padding: 0;
  }
}
footer.l_footer {
  margin-top: 0;
}
.l-vintage {
  position: relative;
  padding: 64px 0 0;
  background: #fff;
  -webkit-transition: 0.8s background;
  transition: 0.8s background;
}
@media screen and (min-width: 901px) {
  .l-vintage {
    padding: 80px 0 0;
  }
}
.l-vintage .is-target {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.l-vintage .is-target.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-vintage img {
  max-width: 100%;
}
.l-vintage__main {
  position: relative;
  padding: 40px 24px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-vintage__main {
    padding: 40px 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-vintage__txt {
  position: relative;
  width: 100%;
  margin-top: 24px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-vintage__txt {
    padding: 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-vintage__txt h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (min-width: 901px) {
  .l-vintage__txt h2 {
    text-align: center;
  }
}
.l-vintage__txt p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 220%;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 901px) {
  .l-vintage__txt p {
    text-align: center;
  }
}
.l-vintage__txt a {
  margin-top: 24px;
  height: 64px;
  padding: 19.5px 40px 19.5px 40px;
  border-radius: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background: #006ca0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .l-vintage__txt a:hover {
    background: #003450;
    cursor: pointer;
  }
}
.l-vintage__brands {
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding: 40px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ecebea;
}
@media screen and (min-width: 901px) {
  .l-vintage__brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 64px 32px;
  }
}
.p-vintageMain {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-vintageMain {
    max-width: 1200px;
    height: 468px;
  }
}
.p-vintageMain::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 110.7%;
}
@media screen and (min-width: 901px) {
  .p-vintageMain::before {
    display: none;
  }
}
.p-vintageMain__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-vintageMain img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
}
.p-vinBrand {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .p-vinBrand {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1200px;
  }
}
.p-vinBrand + .p-vinBrand {
  margin-top: 80px;
}
.p-vinBrand__img {
  position: relative;
  border-radius: calc( 40 * (100vw / 375));
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-vinBrand__img {
    border-radius: 40px;
    width: calc(50% - 4px);
  }
}
.p-vinBrand__detail {
  position: relative;
  border-radius: calc( 40 * (100vw / 375));
  overflow: hidden;
  background: #003450;
  padding: 48px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .p-vinBrand__detail {
    border-radius: 40px;
    width: calc(50% - 4px);
    padding: 0 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-vinBrand__items {
  position: relative;
  width: calc(100% + 48px);
  background: #fff;
  border-radius: calc( 40 * (100vw / 375));
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 16px;
  gap: 16px;
}
@media screen and (min-width: 901px) {
  .p-vinBrand__items {
    border-radius: 0;
    background: none;
    padding: 0;
    width: 100%;
    grid-gap: 8px;
    gap: 8px;
  }
}
.p-vinBrandDetail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-vinBrandDetail__ico {
  position: relative;
  margin-bottom: 16px;
}
.p-vinBrandDetail__ico.is-logo1 {
  width: calc( 80 * (100vw / 375));
}
@media screen and (min-width: 901px) {
  .p-vinBrandDetail__ico.is-logo1 {
    width: 80px;
  }
}
.p-vinBrandDetail__ico.is-logo2 {
  width: calc( 84 * (100vw / 375));
}
@media screen and (min-width: 901px) {
  .p-vinBrandDetail__ico.is-logo2 {
    width: 84px;
  }
}
.p-vinBrandDetail__ico.is-logo3 {
  width: calc( 120 * (100vw / 375));
  margin-bottom: 6px;
}
@media screen and (min-width: 901px) {
  .p-vinBrandDetail__ico.is-logo3 {
    width: 140px;
    margin-bottom: 16px;
  }
}
.p-vinBrandDetail__ico img {
  width: 100%;
  height: auto;
}
.p-vinBrandDetail__name {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 24px;
}
.p-vinBrandDetail__txt {
  color: #fff;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}
.p-vinBrandDetail__btn {
  position: relative;
}
.p-vinBrandDetail__btn a {
  height: 64px;
  padding: 19.5px 40px 19.5px 40px;
  border-radius: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background: #006ca0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 901px) {
  .p-vinBrandDetail__btn a:hover {
    background: #003450;
    cursor: pointer;
  }
}
@media screen and (min-width: 901px) {
  .p-vinBrandDetail__btn a:hover {
    background: #006ca0 !important;
    opacity: 0.7;
  }
}
@media screen and (min-width: 901px) {
  .p-campaign-coupon {
    width: 100%;
    max-width: 1072px;
  }
}
.p-campaign-coupon__ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  margin-bottom: 16px;
}
.p-campaign-coupon__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  left: -24px;
  width: calc(100% + 48px);
  padding: 32px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 40px;
  grid-gap: 24px;
  gap: 24px;
}
@media screen and (min-width: 901px) {
  .p-campaign-coupon__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 16px;
    gap: 16px;
    margin-bottom: 16px;
    background: none;
    border-radius: 0;
  }
}
.p-campaign-coupon__notes {
  position: relative;
}
.p-coupon {
  position: relative;
  width: 50%;
  background: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
}
@media screen and (min-width: 901px) {
  .p-coupon {
    padding: 40px 24px;
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .p-coupon {
    max-width: 1072px;
    padding: 48px 56px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr 46%;
    grid-template-columns: auto 1fr 46%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .p-coupon {
    padding: 48px 24px;
  }
}
.p-coupon__label {
  display: block;
  width: 100%;
  padding: 11px 12px 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #399bad;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.02em;
  text-align: center;
  color: #399bad;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 901px) {
  .p-coupon__label {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-right: 16px;
    min-width: 230px;
    font-size: 14px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .p-coupon__label {
    font-size: 11px;
    padding: 8px;
    min-width: 200px;
  }
}
.p-coupon__about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (min-width: 901px) {
  .p-coupon__about {
    margin-top: 0;
  }
}
@media screen and (min-width: 901px) {
  .p-coupon__about {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 0 0;
  }
}
.p-coupon__about p {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0;
  -webkit-font-feature-settings: 'pwid' on;
  font-feature-settings: 'pwid' on;
  color: #006ca0;
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .p-coupon__about p {
    font-size: 42px;
  }
}
@media screen and (min-width: 901px) {
  .p-coupon__about p {
    font-size: 50px;
  }
}
.p-coupon__about p span {
  font-size: 26px;
}
@media screen and (min-width: 901px) {
  .p-coupon__about p span {
    font-size: 50px;
  }
}
.p-coupon__about p.is-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #006ca0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .p-coupon__about p.is-sub {
    font-size: 18px;
  }
}
.p-coupon__code {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-coupon__code {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-bottom: 0;
  }
  .p-coupon__code > .p-couponCode {
    margin-top: 68px;
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  .p-coupon__code > .p-couponCode {
    margin-top: 0;
  }
}
.p-coupon__list {
  position: relative;
  margin-bottom: 16px;
}
@media screen and (min-width: 901px) {
  .p-coupon__list {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
.p-coupon__list ul {
  position: relative;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.p-coupon__list ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.02em;
  text-align: left;
  color: #006ca0;
}
.p-coupon__list ul li::before {
  content: '・';
}
.p-coupon__note {
  position: relative;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .p-coupon__note {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    padding: 0;
  }
}
.p-coupon__note ul {
  position: relative;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.p-coupon__note ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.02em;
  text-align: left;
  color: #919191;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.p-coupon__note ul li::before {
  content: '※';
}
.p-couponCode {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-couponCode {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 148px;
    grid-template-columns: 1fr 148px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 8px;
    gap: 8px;
    margin-top: 68px;
  }
}
.p-couponCode__ttl {
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #006ca0;
  background: #fff;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
  z-index: 10;
}
@media screen and (min-width: 901px) {
  .p-couponCode__ttl {
    font-size: 18px;
    padding-right: 8px;
    -webkit-transform: translate(14px, -50%);
    transform: translate(14px, -50%);
  }
}
.p-couponCode__number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 76px;
  border: 1px solid #d9d9d9;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
}
@media screen and (min-width: 901px) {
  .p-couponCode__number {
    margin-bottom: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    height: 64px;
  }
}
.p-couponCode__number p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 901px) {
  .p-couponCode__number p {
    font-size: 18px;
  }
}
.p-couponCode__btn {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-couponCode__btn {
    min-width: 148px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.p-couponCode__btn p {
  height: 64px;
  padding: 19.5px 40px 19.5px 40px;
  border-radius: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background: #006ca0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media screen and (min-width: 901px) {
  .p-couponCode__btn p:hover {
    background: #003450;
    cursor: pointer;
  }
}
@media screen and (min-width: 901px) {
  .p-couponCode__btn p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 19.5px 40px 19.5px 40px;
  }
}
.p-campaign-recommend {
  overflow: hidden;
}
.p-campaign-recommend__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-campaign-recommend__ttl {
    margin-bottom: 64px;
  }
}
.p-campaign-recommend__ttl span {
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: 'pwid' on;
  font-feature-settings: 'pwid' on;
  color: #d9d9d9;
  margin-right: 0.3em;
}
@media screen and (min-width: 901px) {
  .p-campaign-recommend__ttl span {
    font-size: 66px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-campaign-recommend__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 80px;
  gap: 80px;
}
.c-recommendttl {
  position: relative;
}
.p-recommend-type {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .p-recommend-type {
    max-width: 1072px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 52% 48%;
    grid-template-columns: 52% 48%;
    -ms-grid-rows: auto 1.8em auto auto auto;
    grid-template-rows: auto 1.8em auto auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 24px 32px;
    gap: 24px 32px;
  }
}
.p-recommend-type__img {
  position: relative;
  margin-bottom: 24px;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-recommend-type__img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    margin-bottom: 0;
  }
}
.p-recommend-type__img img {
  width: 100%;
  height: auto;
}
.p-recommend-type__ttl {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 901px) {
  .p-recommend-type__ttl {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin: auto 0 0;
  }
}
.p-recommend-type__ttl p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: 'pwid' on;
  font-feature-settings: 'pwid' on;
  color: #d9d9d9;
}
.p-recommend-type__ttl p span {
  color: #f3b12f;
}
.p-recommend-type__ttl p.is-em {
  font-weight: 200;
  font-size: 40px;
  margin-top: 8px;
}
.p-recommend-type__type {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 901px) {
  .p-recommend-type__type {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin: 0;
  }
}
.p-recommend-type__type h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: 'palt' on, 'pwid' on;
  font-feature-settings: 'palt' on, 'pwid' on;
  color: #1b1b1b;
  margin-bottom: 0;
}
.p-recommend-type__about {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 901px) {
  .p-recommend-type__about {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    margin: 0 0 auto;
  }
}
.p-recommend-type__about p {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #1b1b1b;
}
.p-recommend-type__items {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 16px;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 901px) {
  .p-recommend-type__items {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    margin-top: 8px;
    margin-bottom: 0;
  }
}
.p-recommend-type__btn {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .p-recommend-type__btn {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    margin-top: 8px;
  }
}
.p-recommend-type__btn a {
  height: 64px;
  padding: 19.5px 40px 19.5px 40px;
  border-radius: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background: #006ca0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .p-recommend-type__btn a:hover {
    background: #003450;
    cursor: pointer;
  }
}
.p-copyModal {
  padding: 32px;
  border-radius: 4px;
  grid-gap: 24px;
  gap: 24px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 901px) {
  .p-copyModal {
    padding: 64px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-copyModal__txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}
.p-copyModal__btn {
  padding: 13px 32px 13px 32px;
  border-radius: 4px;
  border: 1px;
  grid-gap: 10px;
  gap: 10px;
  border: 1px solid #006ca0;
  color: #006ca0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.0125em;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .p-copyModal__btn {
    -webkit-transform: 0.2s;
    transform: 0.2s;
  }
  .p-copyModal__btn:hover {
    cursor: pointer;
    border-color: #003450;
    color: #003450;
  }
}
.c-coupon-note {
  text-indent: -1em;
  padding-left: 1em;
}
.c-coupon-note li {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #1b1b1b;
}
.c-coupon-note li::before {
  content: '・';
}
.c-coupon-note li.is-space::before {
  content: '　';
}
.c-featureItem {
  width: calc(50% - 8px);
}
@media screen and (min-width: 901px) {
  .c-featureItem {
    width: calc(25% - 12px);
    background: #fff;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
  }
}
.c-featureItem .catalog_product {
  width: 100%;
}
.c-featureItem .catalog_product_img_wrap {
  margin-bottom: 16px;
}
.c-featureItem .catalog_product_colors {
  display: none;
}
.c-featureItem .catalog_product_price {
  margin: 12px 0 16px;
}
.c-featureItem .catalog_text_desc {
  margin-top: 16px;
}
.c-featureItem .catalog_text_desc p {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
