@charset "UTF-8";

/*
========================================
common, base
========================================
*/
:root {
  --black: #262626;
  --white: #ffffff;
  --baseColor: #F4ECE7;
  --navy: #2736A3;
  --blue: #BAD7FF;
  --orange: #FF6E00;
  --yellow: #FFDCAD;

  --shadow: rgba(0, 0, 0, 0.16);
}

body {
  color: var(--black);
}
main,aside {
  background-color: var(--baseColor);
}

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

a {
  color: var(--navy);
  text-decoration: underline;
}
/*
========================================
common (a Tag Animation)
========================================
*/
main a:active,
.floatingNavi a:active,
.floatingBanner a:active {
  opacity: 0.7;
  transition: 0.3s;
}
/* PC */
@media (min-width: 768px) {
  main a:hover,
  .floatingNavi a:hover,
  .floatingBanner a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}

/*
========================================
header
========================================
*/
/* SP */
.header {
  width: 100%;
  background-color: #fff;
  border-bottom: #002896 2px solid;
  margin: 0 auto;
}
.header__inner {
  width: 100%;
  height: 58px;
  padding: 9px 0;
  text-align: center;
}
.header__image {
  width: auto;
  height: 40px;
  margin: 0 auto;
}

/* PC */
@media (min-width: 768px) {
  .header__inner {
    padding: 13px;
  }
  .header__logo {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
  }
  .header__image {
    margin: 0;
    width: auto;
    height: 32px;
  }
}

/*
========================================
mv
========================================
/* SP */

/* PC */
@media (min-width: 768px) {
  .mv__inner {
    margin: 0 auto;
    background-image: url(../img/mv/mv_pc_bg.png);
    background-repeat: repeat-x;
    background-position: center;
    height: 315px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid var(--orange);
  }
  .mv__inner::before {
    content: "";
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 57px;
    background-color: var(--white);
  }
  .mv__inner::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 432px;
    height: 57px;
    background-image: url(../img/mv/shop-list.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

  }
  .mv__picture {
    display: flex;
    justify-content: center;
  }
  .mv__image {
    width: auto;
    max-width: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1000px){
  .mv__picture {
    justify-content: start;
  }
}


/*
========================================
lead
========================================
/* SP */
.lead__inner {
  margin: 0 auto;
  width: calc((343 / 375) * 100%);
  padding-top: 24px;
}
.lead__text {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.01em;
  padding-bottom: 16px;
}
.lead__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--navy);
  padding: 12px 0 48px 0;
  position: relative;
}
.lead__title::before {
  content: "";
  position: absolute;
  display: block;
  top: -6px;
  left: -50px;
  width: calc((38/214)*100%);
  aspect-ratio: 38 / 32.5;
  background-image: url(../img/mv/lead-deco-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lead__title::after {
  content: "";
  position: absolute;
  display: block;
  top: 34px;
  right: -44px;
  width: calc((58/214)*100%);
  aspect-ratio: 58 / 65;
  background-image: url(../img/mv/lead-deco-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lead__titleNum {
  font-size: 22px;
}
/* PC */
@media (min-width: 768px) {
  .lead__inner {
    max-width: 960px;
  }
  .lead__text {
    padding-bottom: 24px;
  }
  .lead__title {
    padding-bottom: 60px;
  }
  .lead__title::before {
    top: -6px;
    left: -48px;
    width: 38px;
  }
  .lead__title::after {
    top: 24px;
    right: -40px;
    width: 60px;
  }
}


/*
========================================
nav
========================================
/* SP */
.mainNav__inner {
  border-bottom: 4px solid var(--orange);
}
.mainNav__list {
  width: calc(343 / 375* 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4px;
  padding-bottom: 4px;
}
.mainNav__item {
  height: 100%;
  background-color: var(--yellow);
  border-radius: 4px;
  box-shadow: 0px 0px 12px 0px var(--shadow);
  color: var(--black);
  transition: all 0.3s;
}
.mainNav.jam .mainNav__item[data-shop="jam"],
.mainNav.wego .mainNav__item[data-shop="wego"],
.mainNav.desertsnow .mainNav__item[data-shop="desertsnow"] {
  position: relative;
  box-shadow: none;
  background-color: var(--orange);
  color: var(--white);
}
.mainNav.jam .mainNav__item[data-shop="jam"]::before,
.mainNav.wego .mainNav__item[data-shop="wego"]::before,
.mainNav.desertsnow .mainNav__item[data-shop="desertsnow"]::before {
  content: '';
  position: absolute;
  top: -17px;
  right: 5px;
  width: 21px;
  height: 28px;
  display: block;
  background-image: url(../img/nav/ico-active-clip.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mainNav.jam .mainNav__item[data-shop="jam"]::after,
.mainNav.wego .mainNav__item[data-shop="wego"]::after,
.mainNav.desertsnow .mainNav__item[data-shop="desertsnow"]::after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  width: 100%;
  height: 8px;
  display: block;
  background-color: var(--orange);
}
.mainNav__tabs {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-decoration: none;
  text-align: center;
  text-align: center;
  height: inherit;
  color: inherit;
}
.mainNav__icoBox {
  height: inherit;
  display: flex;
  flex-direction: column;
}
.mainNav__ico {
  width: 40px;
  height: auto;
  margin: 0 auto;
  align-self: flex-start;
}
.mainNav__name {
  padding-top: 2px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1em;
}


/* PC */
@media (min-width: 768px) {
  .mainNav__list {
    max-width: 960px;
  }
  .mainNav__list {
    width: 100%;
    column-gap: 8px;
  }
  .mainNav__name {
    padding-top: 4px;
    letter-spacing: 0.06em;
  }
}

/*
========================================
floatingNavi > nav
========================================
*/
.floatingNavi {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding-bottom: 0px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-100px);
  pointer-events: none;
  background-color: var(--white);
}
.floatingNavi.slide_in{
  pointer-events: auto;
}
.floatingNavi__inner {
  background-color: var(--white);
  padding: 0px 2px 2px 2px;
}
.floatingNavi__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2px;
}
.floatingNavi__item {
  height: 100%;
  background-color: var(--yellow);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: var(--black);
  transition: all 0.3s;
}
.floatingNavi.jam .floatingNavi__item[data-shop="jam"],
.floatingNavi.wego .floatingNavi__item[data-shop="wego"],
.floatingNavi.desertsnow .floatingNavi__item[data-shop="desertsnow"] {
  background-color: var(--orange);
  color: var(--white);
}
.floatingNavi__tabs {
  display: block;
  width: 100%;
  text-decoration: none;
  height: inherit;
  color: inherit;
  padding-top: 4px;
}
.floatingNavi__icoBox {
  height: inherit;
  display: flex;
  flex-direction: column;
}
.floatingNavi__ico {
  width: 30px;
  height: auto;
  margin: 0 auto;
  align-self: flex-start;
}
.floatingNavi__name {
  padding: 4px 0 8px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.005em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}

/* PC */
@media (min-width: 768px) {
  .floatingNavi__inner {
    max-width: 968px;
    margin: 0 auto;
    padding: 0px 4px 4px 4px;
  }
  .floatingNavi__list {
    column-gap: 4px;
  }
}

/* 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;
}



/*
========================================
content
========================================
*/
/* SP */
#content article.jam,
#content article.wego,
#content article.desertsnow {
  display: none;
}
#content.jam article.jam,
#content.wego article.wego,
#content.desertsnow article.desertsnow {
  display: block;
}
@supports (content-visibility: hidden) {
  #content article.jam,
  #content article.wego,
  #content article.desertsnow {
    content-visibility: hidden;
    display: block;
  }
  #content.jam article.jam,
  #content.wego article.wego,
  #content.desertsnow article.desertsnow {
    content-visibility: visible;
  }
}
.content__inner.item {
  background-color: var(--yellow);
  padding: 8px;
  padding-bottom: 50px;
}
.content__inner.search {
  background-color: var(--baseColor);
}

/*
========================================
content > item
========================================
*/
/* SP */
.item__inner {
  padding: 40px 0;
  background-color: var(--baseColor);
  border-radius: 8px;
  margin-bottom: 8px;
}
.item__titleWrapper {
  text-align: center;
  position: relative;
  padding: 0 8px;
}
.--bgDark .item__titleWrapper {
  padding: 0px;
}
.item__titleWrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  top: 0px;
  left: 8px;
  background-image: url(../img/item/title-deco-left.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.item__titleWrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  top: 0px;
  right: 8px;
  background-image: url(../img/item/title-deco-right.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.--bgDark .item__titleWrapper::before {
  left: 0px;
  background-image: url(../img/item/title-deco-left_w.png);
}
.--bgDark .item__titleWrapper::after {
  right: 0px;
  background-image: url(../img/item/title-deco-right_w.png);
}
.item__titleCap {
  color: var(--orange);
  font-weight: 700;
  font-size: 10px;
  padding-bottom: 3px;
}
.item__title {
  color: var(--black);
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 18px;
}
.item__title::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/item/title-deco-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.item__lead {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  padding: 16px 8px 0;
  letter-spacing: 0.03em;
}
/* PC */
@media (min-width: 768px) {
  .item__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 56px 0 40px;
    border-radius: 16px;
  }
  .item__titleWrapper {
    width: fit-content;
    margin: 0 auto;
    padding: 0;
  }
  .item__titleWrapper::before,
  .--bgDark .item__titleWrapper::before {
    left: -108px;
  }
  .item__titleWrapper::after,
  .--bgDark .item__titleWrapper::after {
    right: -108px;
  }
  .item__title {
    font-size: 26px;
  }
  .item__lead {
    padding: 16px 0px 0;
    letter-spacing: 0.03em;
  }
}


.item__trend {
  padding-bottom: 56px;
  max-width: 540px;
  margin: 0 auto;
}
.item__trendList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: 0 8px;
  margin-top: 24px;
  gap: 8px;
}
.item__trendItem {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px var(--shadow);
}
.item__trendLink {
  display: block;
  text-decoration: none;
  padding: 3px 3px 16px 3px;
}
.item__trendImg {
  padding: 6px 10px 10px 10px;
  background-color: var(--blue);
  border-radius: 6px;
}
.item__trendName {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black);
  text-align: center;
  padding-top: 8px;
  position: relative;
  padding-bottom: 22px;
}
.item__trendName::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon-link-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* PC > trend */
@media (min-width: 768px) {
  .item__trend {
    max-width: 828px;
    padding: 0 16px 80px 16px;
  }
  .item__trendList {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    padding: 0px;
    margin-top: 24px;
    gap: 24px;
  }
}

.item__coorde {
  max-width: 540px;
  margin: 0 auto;
}
.item__coordeList {
  padding: 0 12px;
  margin-top: 24px;
}
.item__coordeItem + .item__coordeItem {
  margin-top: 56px;
}
.item__coordeStyle {
  position: relative;
}
.item__coordeItemLink {
  position: absolute;
  width: calc((127/375)* 100%);
  display: block;
  box-shadow: 0px 0px 12px 0px var(--shadow);
  border-radius: 8px;
  left: 3%;
}
.item__coordeItemLink.--jam01 {
  top: 22%;
}
.item__coordeItemLink.--jam02 {
  top: 60%;
}
.item__coordeItemLink.--wego01 {
  top: 22%;
}
.item__coordeItemLink.--wego02 {
  top: 24%;
}
.item__coordeItemLink.--desertsnow01 {
  top: 64%;
}
.item__coordeItemLink.--desertsnow02 {
  top: 60%;
}

.item__coordeDetail {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  padding-top: 8px;
  letter-spacing: 0.03em;
}
.item__coordeText {
  color: var(--navy);
  margin-top: 16px;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  border: 1px solid var(--navy);
  border-radius: 16px;
  padding: 24px 16px;
  position: relative;
  letter-spacing: 0.01em;
}
.item__coordeText::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: 28px;
  height: 24px;
  background-image: url(../img/common/dqMark.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.item__coordeText::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  display: block;
  width: 28px;
  height: 24px;
  background-image: url(../img/common/dqMark.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.item__coordeNote {
  padding: 0px 12px 40px;
  margin-top: 56px;
  font-size: 12px;
  line-height: 150%;
  position: relative;
  padding-left: 24px;
  letter-spacing: 0.01em;
}
.item__coordeNote::before {
  content: "※";
  position: absolute;
  left: 12px;
  top: 0px;
}

/* PC > coorde */
@media (min-width: 768px) {
  .item__coorde {
    max-width: 828px;
    padding: 0 16px;
  }
  .item__coordeList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    padding: 0;
  }
  .item__coordeItem {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .item__coordeItem + .item__coordeItem {
    margin-top: 0px;
  }
  .item__coordeItemLink {
    width: 127px;
    left: 2%;
  }
  .item__coordeText {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


.item__popular {
  padding-top: 40px;
  width: calc((343/359)*100%);
  margin: 0 auto;
  max-width: 540px;
  margin: 0 auto;
}
.item__popularList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 24px;
  gap: 8px;
}
.item__popularItem {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px var(--shadow);
}
.item__popularLink {
  display: block;
  text-decoration: none;
  padding: 3px 3px 16px 3px;
}
.item__popularImg {
  padding: 6px 10px 10px 10px;
  background-color: var(--baseColor);
  border-radius: 6px;
}
.item__popularName {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black);
  text-align: center;
  padding-top: 8px;
  position: relative;
  padding-bottom: 22px;
}
.item__popularName::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon-link-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* PC > popular */
@media (min-width: 768px) {
  .item__popular {
    max-width: 796px;
    padding-top: 56px;
  }
  .item__popularList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 24px;
  }
}


.item__buy {
  padding-top: 56px;
  width: calc((343/359)*100%);
  margin: 0 auto;
  max-width: 540px;
  margin: 0 auto;
}
.item__buyList {
  padding-top: 24px;
}
.item__buyListItem {
  background-color: var(--baseColor);
  border-radius: 8px;
  border: 1px solid var(--navy);
  padding: 32px 16px;
  position: relative;
}
.item__buyListItem::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: 28px;
  height: 24px;
  background-image: url(../img/common/dqMark-tp.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.item__buyListItem::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  display: block;
  width: 28px;
  height: 24px;
  background-image: url(../img/common/dqMark-tp.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.item__buyListItem + .item__buyListItem {
  margin-top: 24px;
}
.item__buyImg {
  width: calc((167/343)*100%);
  margin: 0 auto;
}
.item__buyItemName {
  text-align: center;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  padding-top: 12px;
  letter-spacing: 0.06em;
}
.item__buyItemType {
  text-align: center;
  color: var(--navy);
  font-size: 12px;
  line-height: 130%;
  padding-top: 4px;
  letter-spacing: 0.01em;
}
.item__buyItemText {
  text-align: center;
  color: var(--navy);
  font-size: 12px;
  line-height: 150%;
  padding-top: 12px;
  letter-spacing: 0.01em;
}
/* PC > buy */
@media (min-width: 768px) {
  .item__buy {
    max-width: 632px;
  }
  .item__buyList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .item__buyListItem + .item__buyListItem {
    margin-top: 0px;
  }
  .item__buyImg {
    width: 164px;
    margin: 0 auto;
  }
  .item__buyItemName {
    padding-top: 32px;
  }
}


.item__shop {
  max-width: 540px;
  margin: 0 auto 40px;
}
.item__shopInner {
  padding: 24px;
  background-color: var(--blue);
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px var(--shadow);
  width: calc((343/359)*100%);
  margin: 56px auto 0;
}
.item__shopTitle {
  text-align: center;
  font-size: 18px;
  line-height: calc(25/18);
  padding-bottom: 16px;
}
.item__shopLogo {
  width: calc((223/295)*100%);
  margin: 0 auto;
}
.item__shopText {
  font-size: 12px;
  line-height: 150%;
  padding-top: 16px;
  letter-spacing: 0.01em;
}
.item__shopLink {
  padding-top: 16px;
  text-align: right;
}
.item__shopAnchor {
  font-size: 12px;
  text-decoration: underline;
  margin-left: auto;
  position: relative;
  padding-right: 14px;
}
.item__shopAnchor::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  right: 0px;
  display: block;
  width: 10px;
  height: 9px;
  background-image: url(../img/common/icon-link-arrow-blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* PC > shop */
@media (min-width: 768px) {
  .item__shop {
    max-width: 815px;
    padding: 0 16px;
  }
  .item__shopInner {
    padding: 24px 52px 32px;
    width: 100%;
  }
  .item__shopWrapper {
    display: grid;
    grid-template-columns: 188px 1fr;
    gap: 24px;
    align-items: center;
  }
  .item__shopLogo {
    width: 100%;
  }
  .item__shopText {
    padding-top: 0px;
  }
}

/*
========================================
content > search
========================================
*/
/* SP */
.search__wrapper {
  position: relative;
}
.search__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 48px;
  margin: auto;
  top: -48px;
  left: 0px;
  display: block;
  background-image: url(../img/search/bg-deco-line.png);
  background-position: -10px -1px;
  background-size: 14px;
}
.search__wrapper::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 52px;
  margin: auto;
  top: -32px;
  right: 8%;
  display: block;
  background-image: url(../img/search/ico-clip.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.search__inner {
  width: calc((343/375)*100%);
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 64px;
}
.search__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 110%;
  color: var(--navy);
  text-align: center;
  position: relative;
  padding-top: 50px;
}
.search__title::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/search/title-deco.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.search__lead {
  padding-top: 16px;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}

.search__sutTitleWrapper {
  text-align: center;
  position: relative;
  padding: 0px;
  margin: 56px auto 0;
}
.search__sutTitleWrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  top: 0px;
  left: 8px;
  background-image: url(../img/item/title-deco-left.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.search__sutTitleWrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  top: 0px;
  right: 8px;
  background-image: url(../img/item/title-deco-right.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.search__sutTitleCap {
  color: var(--orange);
  font-weight: 700;
  font-size: 10px;
  padding-bottom: 3px;
}
.search__sutTitle {
  color: var(--black);
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 18px;
}
.search__sutTitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/item/title-deco-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* PC search */
@media (min-width: 768px) {
  .search__inner {
    max-width: 796px;
  }
  .search__wrapper::after {
    right: 0;
    left: 0;
    transform: translate(300px, 0);
  }
  .search__title {
    font-size: 28px;
    line-height: 108%;
  }
  .search__sutTitle {
    font-size: 26px;
  }
  .search__sutTitleWrapper {
    width: fit-content;
  }
  .search__sutTitleWrapper::before {
    left: -108px;
  }
  .search__sutTitleWrapper::after {
    right: -108px;
  }
}

.search__category {
  padding-top: 24px;
}
.search__categoryWrapper + .search__categoryWrapper {
  margin-top: 40px;
}
.search__categoryTitle {
  font-size: 18px;
  line-height: calc(25/18);
  text-align: center;
}
.search__categoryList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  gap: 8px;
}
.search__categoryItem {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px var(--shadow);
}
.search__categoryLink {
  display: block;
  text-decoration: none;
  padding: 3px 3px 16px 3px;
  height: 100%;
}
.search__categoryBox {
  display: flex;
  flex-direction: column;
  height: inherit;
}
.search__categoryImg {
  padding: 6px 10px 10px 10px;
  background-color: var(--blue);
  border-radius: 6px;
}
.search__categoryName {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.006em;
  color: var(--black);
  text-align: center;
  padding-top: 8px;
  position: relative;
  padding-bottom: 22px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.search__categoryName::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon-link-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* PC search > category */
@media (min-width: 768px) {
  .search__category {
    width: 615px;
    margin: 0 auto;
    padding-top: 40px;
  }
  .search__categoryWrapper + .search__categoryWrapper {
    margin-top: 56px;
  }
  .search__categoryTitle {
    font-size: 20px;
    line-height: calc(28/20);
  }
  .search__categoryList {
    gap: 24px;
  }
}

.search__brandList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  gap: 8px;
}
.search__brandItem {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px var(--shadow);
}
.search__brandLink {
  display: block;
  text-decoration: none;
  padding: 3px 3px 40px 3px;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black);
  text-align: center;
  padding-top: 14px;
  position: relative;
}
.search__brandLink::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon-link-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* PC search > brand */
@media (min-width: 768px) {
  .search__brandList {
    grid-template-columns: repeat(6, 1fr);
  }
}

/*
========================================
application
========================================
*/
/* SP */
.application {
  padding: 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;
  }
}
/* PC */
@media (min-width: 768px) {
  .application {
    padding-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
========================================
*/
/* SP */
.footer {
  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;
}


/*
========================================
floatingBanner
========================================
*/
/*
.floatingBanner {
  position: fixed;
  bottom: 100px;
  right: calc(16 / 375 * 100%);
  width: 200px;
  z-index: 150;
  opacity: 0;
  transition: all 0.5s;
}
.floatingBanner.show {
  opacity: 1;
}
.floatingBannerInner {
  position: relative;
  width: 100%;
}
.floatingBanner__closeButtonWrapper {
  z-index: 200;
  position: absolute;
  top: -28px;
  right: 0px;
}
.floatingBanner__closeButton {
  display: block;
  position: relative;
  width: 24px;
  height: auto;
  filter: drop-shadow(5px 5px 4px rgba(64, 59, 17, 0.15));
}

.floatingBanner__imageBox {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

@media (min-width: 768px) {
  .floatingBanner {
    right: calc(50 / 960* 100%);
  }
  .floatingBanner__closeButton {
    filter: drop-shadow(5px 5px 4px rgba(64, 59, 17, 0.15));
  }
}
   */



/*
========================================
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;
}

/*
========================================
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;
}
.rkm-button__link {
  text-decoration: none;
  color: var(--white);
}


@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;
  }
}







