@charset "utf-8";

body {
  font-family: "Noto Sans JP", "ＭＳＰゴシック", "MS PGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

/* -------------------------------- */
/*  表示切替に使用  */
/* -------------------------------- */
.pc-only {
  display: none;
}
@media (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

/* -------------------------------- */
/*  基本設定  */
/* -------------------------------- */
body {
  font-size: 14px;
  color: #333;
}
body.is-fixed {
  
}
@media (min-width: 769px) {
  body {
    font-size: 16px;
  }
}

main {
  padding: 0 10px;
}
@media (min-width: 769px) {
  main {
    min-width: 1280px;
    margin: 0 auto;
  }
  main.is-loaded {
    padding: 0 10px;
  }
}

@media (min-width: 769px) {
  header,
  footer {
    min-width: 1280px;
  }
}

button,
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@media (any-hover: hover) {
  button:hover,
  a:hover {
    opacity: 0.6;
  }
}

/* -------------------------------- */
/*  リセットCSS  */
/* -------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
html,
body,
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  html,
  body,
  * {
    
  }
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  border-radius: 0;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

span {
  font-size: inherit;
  color: inherit;
}

/*---------------------------------------------
	レイヤー
---------------------------------------------*/

.c-checkbox__label::after {
  z-index: 2;
}

.c-select__option-container {
  z-index: 3;
}

.c-search-input__list-container {
  z-index: 20;
}

.l-header-common__search-input {
  z-index: 21;
}

.l-header__container,
.l-header,
.l-header-simple {
  z-index: 40;
}

.l-cards__deck-cart-container {
  z-index: 25;
}

.c-bottom-nav {
  z-index: 30;
}

.c-bottom-nav.is-active {
  z-index: 41;
}

.l-header__nav {
  z-index: 40;
}

.c-modal {
  z-index: 100;
}

.c-snackbar {
  z-index: 110;
}

.l-cp__select-footer-sp {
  z-index: 10;
}

/*---------------------------------------------
	ヘッダー
---------------------------------------------*/
.is-sp-hidden {
  display: none;
}

@media (min-width: 769px) {
  .is-sp-hidden {
    display: block;
  }
}

.l-common__header--no-search-sp {
  margin-top: 60px;
}

@media (min-width: 769px) {
  .l-common__header--no-search-sp {
    margin-top: 106px;
  }
}

.l-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 16px;
  background-color: #fff;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .l-header {
    display: none;
  }
}

.l-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 103.52px;
  height: 45px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-top: 0;
  margin: 0;
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .l-header__logo {
    position: static;
    width: 116px;
    min-width: 116px;
    height: 33px;
    -webkit-transform: none;
    transform: none;
  }
}

.l-header__nav-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 24px;
  padding: 4px;
}

.l-header__nav-button::before,
.l-header__nav-button::after {
  position: absolute;
  z-index: 1;
  width: calc(100% - 8px);
  height: 2px;
  content: "";
  background-color: #333;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-header__nav-button::before {
  top: 4px;
  left: 50%;
}

.l-header__nav-button::after {
  bottom: 4px;
  left: 50%;
}

.l-header__nav-button span {
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
}

.l-header__purchase-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  font-size: 16px;
  color: #fff !important;
  background-color: #e36666;
  border-radius: 4px;
}

.l-header__purchase-button::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/purchase_icon.svg") center/16px 16px no-repeat;
}

.l-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.l-header__nav.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-header__nav-back {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.l-header__nav-back::before {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 1;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/close_icon.svg") center/24px 24px no-repeat;
}

.l-header__nav-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 70px);
  height: 100%;
  padding: 0 0 120px;
  background-color: #fff;
  overflow-y: scroll;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}

.l-header__nav-container::-webkit-scrollbar {
  display: none;
}

.l-header__login-container {
  padding: 24px 20px;
}

.l-header__login-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 20px;
}

a.l-header__guide-link {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 12px;
}

a.l-header__guide-link + a.l-header__guide-link {
  margin: 16px 0 0;
}

.l-header__user-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px 0;
  padding: 16px 20px;
  color: #fff;
  background-color: #333;
}

.l-header__user-container > div span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

.l-header__user-container > div span:first-child {
  font-weight: 700;
  font-size: 16px;
}

.l-header__user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__user-info div {
  font-weight: 700;
  font-size: 10px;
  color: #fff;
}

.l-header__user-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0 0;
}

.l-header__user-point > div:first-child {
  font-size: 11px;
  color: #fff;
}

.l-header__user-point > div:first-child span {
  font-weight: 700;
  font-size: 12px;
}

.l-header__user-point > div:first-child img {
  width: 22px;
}

.l-header__user-point > div:last-child {
  font-size: 11px;
  color: #fff;
}

.l-header__user-point > div:last-child span {
  font-weight: 700;
  font-size: 12px;
}

.l-header__user-point > div:last-child img {
  width: 20px;
}

.l-header__nav-list a,
.l-header__nav-list button {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.l-header__nav-list a::after,
.l-header__nav-list button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  width: 13px;
  height: 13px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url("../images/arrow_black.svg") center/13px 13px no-repeat;
}

.l-header__nav-list a::before,
.l-header__nav-list button::before {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header__nav-list--icon a,
.l-header__nav-list--icon button {
  padding: 16px 20px 16px 50px;
}

.l-header__nav-list--icon:nth-of-type(1) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/mypage_outline.svg") center/20px 20px no-repeat;
}

.l-header__nav-list--icon:nth-of-type(2) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/favorite_outline_icon.svg") center/20px 20px
    no-repeat;
}

.l-header__nav-list--icon:nth-of-type(3) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/mail_link_outline.svg") center/20px 20px no-repeat;
}

.l-header__nav-list--icon:nth-of-type(4) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/buy_icon.svg") center/20px 20px no-repeat;
}

.l-header__nav-list--icon:nth-of-type(5) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/purchase_black_icon.svg") center/20px 20px
    no-repeat;
}

.l-header__nav-list--icon:nth-of-type(6) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/mingcute_check-fill.svg") center/20px 20px
    no-repeat;
}

.l-header__nav-list--icon:nth-of-type(7) button::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/logout_icon.svg") center/25px 25px no-repeat;
}

.l-header__nav-title {
  position: relative;
  width: 100%;
  padding: 16px 20px;
  color: #999;
  background-color: #f3f3f3;
}

.l-header__nav-title::after {
  display: none;
}

.l-header__nav-list--red button {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 20px;
  color: #e36666;
  text-align: left;
  border-bottom: 1px solid #e36666;
}

.l-header__nav-list--red button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  width: 13px;
  height: 13px;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  width: 13px;
  height: 13px;
  background: url("../images/arrow_red.svg") center/13px 13px no-repeat;
}

.l-header__nav-list--red button.is-active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.l-header__nav-list--red ul {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
}

.l-header__modal {
  padding: 30px 0;
}

.l-header__modal p {
  font-size: 16px;
  text-align: center;
}

.l-header__logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 290px;
  margin: 20px auto 0;
}

.l-header__sp-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-header__sp-container.is-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.l-header__sp-container.is-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-header__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-sizing: border-box;
}

.l-header__container.is-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.l-header__container.is-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 769px) {
  .l-header__container {
    min-width: 1280px;
    padding: 10px 0 0 20px;
  }
}

.l-header__container a {
  text-decoration: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.l-header-common {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  line-height: 1.5;
}

.l-header-common__info {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 12px;
  font-size: 12px;
}

@media (min-width: 769px) {
  .l-header-common__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header-common__info p {
  font-size: 16px;
  margin: 0;
}

.l-header-common__info-nav {
  padding: 0 10px 0 0;
}

.l-header-common__info-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-common__info-nav-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0748a1;
  cursor: pointer;
  font-size: 16px;
}

.l-header-common__info-nav-list:nth-of-type(1) a::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/box_icon.svg") center/15px 15px no-repeat;
}

.l-header-common__info-nav-list:nth-of-type(2) a::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/beginner_icon_green.svg") center/15px 15px
    no-repeat;
}

.l-header-common__info-nav-list:nth-of-type(3) a::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/q_icon.svg") center/15px 15px no-repeat;
}

.l-header-common__inner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.l-header-common__inner.is-hidden {
  overflow: hidden;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.l-header-common__inner.is-fixed {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media (min-width: 769px) {
  .l-header-common__inner {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 56.33px;
  }

  .l-header-common__inner.is-hidden {
    height: auto;
    overflow: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .l-header-common__inner.is-fixed {
    /* height: auto; */
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.l-header-common__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 845px;
  margin: 0 15px 0 20px;
}

.l-header-common__search-select {
  display: none;
  width: 170px;
  min-width: 170px;
  text-align: left;
}

@media (min-width: 769px) {
  .l-header-common__search-select {
    display: block;
  }
}

.l-header-common__search-input {
  position: relative;
  width: 100%;
  max-width: 675px;
  padding: 0 0 10px;
}

@media (min-width: 769px) {
  .l-header-common__search-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 0 8px 8px 0;
  }
}

.l-header-common__search-button {
  display: none;
  width: 35px;
  height: 35px;
  padding: 0 0 0 15px;
}

@media (min-width: 769px) {
  .l-header-common__search-button {
    display: block;
  }
}

.l-header-common__nav-container {
  display: none;
}

@media (min-width: 769px) {
  .l-header-common__nav-container {
    display: block;
  }
}

.l-header-common__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-common__nav-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 63px;
  font-size: 12px;
  color: #333;
}

.l-header-common__nav-list:nth-of-type(1) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/mypage_outline.svg") center/20px 20px no-repeat;
}

.l-header-common__nav-list:nth-of-type(2) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/mail_link_outline.svg") center/20px 20px no-repeat;
}

.l-header-common__nav-list:nth-of-type(3) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/mingcute_check-fill.svg") center/20px 20px
    no-repeat;
}

.l-header-common__nav-list:nth-of-type(4) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/favorite_outline_icon.svg") center/20px 20px
    no-repeat;
}

.l-header-common__nav-list:nth-of-type(5) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/history_icon.svg") center/20px 20px no-repeat;
}

.l-header-common__nav-list:nth-of-type(6) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/cart_black_icon.svg") center/20px 20px no-repeat;
}

.l-header-common__nav-list:nth-of-type(7) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/purchase_icon.svg") center/20px 20px no-repeat;
}

.l-header-common__nav-list:nth-of-type(8) a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/card_box_icon.svg") center/30px 30px no-repeat;
}

.l-header-common__nav-list--purchase a {
  padding: 4px 0;
  color: #fff;
  background-color: #e36666;
  border-radius: 4px 0 0 4px;
  font-weight: 700;
}

.l-header-sub {
  display: none;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .l-header-sub {
    display: block;
  }
}

.l-header-sub__nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 842px;
  margin: 0 0 0 auto;
}

.l-header-sub__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 845px;
  margin: 0 15px 0 20px;
}

.l-header-sub__nav-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 63px;
  font-size: 12px;
}

.l-header-sub__nav-list:nth-of-type(1) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/favorite_icon.svg") center/20px 20px no-repeat;
}

.l-header-sub__nav-list:nth-of-type(2) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/mypage_icon.svg") center/20px 20px no-repeat;
}

.l-header-sub__nav-list:nth-of-type(3) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/cart_filled_icon.svg") center/20px 20px no-repeat;
}

.l-header-sub__nav-list:nth-of-type(4) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/purchase_icon.svg") center/20px 20px no-repeat;
}

.l-header-sub__nav-list--purchase a {
  padding: 4px 0;
  color: #fff;
  background-color: #e36666;
  border-radius: 4px;
  font-weight: 700;
}

.l-header-common__nav-list {
    position: relative;
}

.l-header-common__nav-list .l-header-common__nav-list__active {
    position: absolute;
    top: 4px;
    left: 50%;
    z-index: 1;
    width: 12px;
    height: 12px;
    background-color: #c5003f;
    border-radius: 50%;
    transform: translateX(calc(-50% + 10px));
}
.l-header-common__nav-list .l-header-common__nav-list__active-count {
    position: absolute;
    top: -10px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #fff;
    transform: translateX(calc(-50% + 17px));
}
/*---------------------------------------------
    検索窓
  ---------------------------------------------*/
.c-search-input__container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  padding: 10px 16px;
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media (min-width: 769px) {
  .c-search-input__container {
    display: none;
  }
}

.c-search-input__container.is-hidden {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c-search-input__container.is-fixed {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.c-search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-search-input__input-container {
  position: relative;
  width: calc(100% - 44px);
}

@media (min-width: 769px) {
  .c-search-input__input-container {
    width: 100%;
  }
}

.c-search-input__delete-input {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-search-input__delete-input img {
  width: 10px;
  height: 10px;
}

.c-search-input__input {
  width: 100%;
  padding: 0 12px;
  font-size: 14px;
  line-height: 44px;
  background-color: #eee;
  border: unset;
  border-radius: 3px 0 0 3px;
  outline: none;
  box-sizing: border-box;
}

.c-search-input__input::-webkit-input-placeholder {
  color: #9fa0a0;
}

.c-search-input__input::-moz-placeholder {
  color: #9fa0a0;
}

.c-search-input__input::-ms-input-placeholder {
  color: #9fa0a0;
}

.c-search-input__input::placeholder {
  color: #9fa0a0;
}

@media (min-width: 769px) {
  .c-search-input__input {
    display: inline-block;
    width: 100%;
    padding: 5px 15px 5px 0;
    background-color: #fff;
    border: none;
    border-radius: 0 8px 8px 0;
    outline: 0;
  }
}

.c-search-input__input--sp-pc {
  width: 100%;
  padding: 0 12px;
  font-size: 14px;
  line-height: 44px;
  background-color: #eee;
  border: unset;
  border-radius: 3px 0 0 3px;
  outline: none;
}

.c-search-input__input--sp-pc::-webkit-input-placeholder {
  color: #9fa0a0;
}

.c-search-input__input--sp-pc::-moz-placeholder {
  color: #9fa0a0;
}

.c-search-input__input--sp-pc::-ms-input-placeholder {
  color: #9fa0a0;
}

.c-search-input__input--sp-pc::placeholder {
  color: #9fa0a0;
}

.c-search-input__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-color: #333;
  border-radius: 0 3px 3px 0;
}

.c-search-input__button img {
  width: 15px;
  height: 15px;
}

@media (min-width: 769px) {
  .c-search-input__button {
    display: none;
  }
}

.c-search-input__button--sp-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-color: #333;
  border-radius: 0 3px 3px 0;
}

.c-search-input__button--sp-pc img {
  width: 15px;
  height: 15px;
}

.c-search-input__cancel {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4px 0 14px;
  font-size: 12px;
  line-height: 44px;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .c-search-input__cancel {
    display: none;
  }
}

.c-search-input__text {
  margin: 10px 0;
  font-size: 12px;
}

.c-search-input__list-container {
  position: fixed;
  top: 124px;
  left: 0;
  width: 100%;
  height: calc(100vh - 124px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

@media (min-width: 769px) {
  .c-search-input__list-container {
    top: 60px;
    left: -20px;
    width: calc(100% + 20px);
    height: calc(100vh - 60px);
  }
}

.c-search-input__background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.c-search-input__list-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 20px 10px;
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #e0e0e0;
}

.c-search-input__delete-all-button {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 41px;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-search-input__list {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.c-search-input__list a {
  position: relative;
  display: block;
  width: calc(100% - 54px);
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.c-search-input__list a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  content: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-search-input__list-text {
  display: inline-block;
  padding: 12px 20px;
}

.c-search-input__delete-button {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-search-input__delete-button img {
  width: 8px;
  height: 8px;
}

.c-search-input__result-text {
  display: none;
}

.c-search-input__list-inner {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  width: calc(100% + 35px);
  margin: 0 -15px 0 -20px;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.c-search-input__list-inner.is-active .c-search-input__history-text {
  display: none;
}

.c-search-input__list-inner.is-active .c-search-input__result-text {
  display: block;
}

.c-search-input__list-inner.is-active .c-search-input__delete-all-button {
  display: none;
}

.c-search-input__list-inner.is-active .c-search-input__delete-button {
  display: none;
}

.c-search-input__list-inner.is-active .c-search-input__list a {
  width: 100%;
}

.c-search-input__list-inner.is-active .c-search-input__list a::after {
  content: "";
}
.c-search-input__list-category {
  font-size: 12px;
  color: #9fa0a0;
}

@media (min-width: 769px) {
  .c-search-input__list-inner {
    left: 50%;
    width: 100%;
    margin: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    text-align: left;
  }
}

.c-search-input__form.is-active .c-search-input__list-container {
  visibility: visible;
  opacity: 1;
}

.c-search-input__form.is-active .c-search-input__cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .c-search-input__form.is-active .c-search-input__cancel {
    display: none;
  }
}

.c-search-input__form.is-active .c-search-input__list-inner {
  visibility: visible;
  opacity: 1;
}

/*---------------------------------------------
        セレクトボックス
        ---------------------------------------------*/
.c-select {
  position: relative;
}

.c-select.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.c-select__label {
  position: relative;
  /* min-height: 46px; */
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.c-select__label::after {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  width: 11px;
  height: 7px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #333;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-select__option-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overscroll-behavior-y: contain;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3019607843);
  opacity: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  overflow-y: scroll;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}

.c-select__option-container::-webkit-scrollbar {
  display: none;
}

.c-select__option-container input:checked + label.c-select__options {
  color: #fff;
  background-color: #ade1f5;
}

.c-select__option-container.is-active {
  visibility: visible;
  opacity: 1;
}

.c-select__options {
  display: block;
  padding: 10px;
  font-size: 16px;
}

@media (any-hover: hover) {
  .c-select__options:hover {
    color: #fff;
    background-color: #ade1f5;
  }
}

.c-select--black div.c-select__label {
  padding: 17px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  border-right: none;
  border-radius: 8px 0 0 8px;
}

.c-select--black div.c-select__label::after {
  background-color: #fff;
}

.c-select--black .c-select__options {
  font-size: 13px !important;
}

.c-select__label.c-select__label--placeholder {
  color: #9fa0a0;
}

input[type="radio"] {
  display: none;
}

/*---------------------------------------------
        モーダル
        ---------------------------------------------*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  overflow-y: scroll;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}

.c-modal::-webkit-scrollbar {
  display: none;
}

.c-modal.is-active {
  z-index: 101;
  visibility: visible;
  opacity: 1;
}

.c-modal__background {
  position: relative;
  width: 100%;
  height: calc(100% + 1px);
  background-color: rgba(0, 0, 0, 0.6);
}

.c-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: calc(100% - 20px);
  max-height: calc(100vh - 20px);
  overflow: auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 769px) {
  .c-modal__inner {
    max-width: 1120px;
    max-height: 650px;
    overflow: hidden;
  }
}

.c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  height: 47px;
  background-color: #fff;
  border-radius: 0 10px 0 0;
}

.c-modal__close img {
  width: 15px;
  height: 15px;
}

/*---------------------------------------------
    フッター
  ---------------------------------------------*/
.l-common__footer {
  margin-bottom: 80px;
}

.l-footer {
  padding: 0 0 140px;
  line-height: 1.5;
  text-align: left;
}

.l-footer a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

@media (min-width: 769px) {
  .l-footer {
    padding: 0 0 16px;
  }
}

.l-footer--sp {
  display: block;
}

@media (min-width: 769px) {
  .l-footer--sp {
    display: none;
  }
}

.l-footer--pc {
  display: none;
}

@media (min-width: 769px) {
  .l-footer--pc {
    display: block;
  }
}

@media (min-width: 769px) {
  .l-footer--simple {
    padding: 16px 0;
    border-top: 1px solid #6fba2c;
  }
}

.l-footer__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #333;
}

.l-footer__heading::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/search_icon.svg") center/15px 15px no-repeat;
}

@media (min-width: 769px) {
  .l-footer__heading {
    padding: 4px 0 0;
    margin: 0 0 16px;
    font-size: 13px;
    color: #333;
    background-color: unset;
    font-weight: 700;
  }

  .l-footer__heading::before {
    display: none;
  }
}

.l-footer__nav-list-container {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
}

.l-footer__nav-list {
  position: relative;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.l-footer__nav-list::after {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../images/arrow_black.svg") center/12px 12px no-repeat;
}

.l-footer__nav-list.l-footer__pullDown {
  font-size: 14px;
}

.l-footer__nav-list.l-footer__pullDown::after {
  -webkit-transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.l-footer__nav-list.l-footer__pullDown.is-active::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

@media (min-width: 769px) {
  .l-footer__nav-list {
    padding: 0;
    border-bottom: unset;
    font-size: inherit;
  }

  .l-footer__nav-list a {
    display: block;
    font-size: 12px;
  }

  .l-footer__nav-list + li {
    margin: 8px 0 0;
  }

  .l-footer__nav-list::after {
    display: none;
  }
}

.l-footer__nav-list--category-link {
  padding: 10px 30px;
  border-bottom: unset;
  font-size: 14px;
}

.l-footer__nav-list--category-link::after {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer__nav-list--accent {
  background-color: rgba(235, 83, 83, 0.3019607843);
}

.l-footer__purchase {
  position: relative;
  padding: 8px 52px;
  font-size: 18px;
  color: #fff;
  background-color: #eb5353;
  font-weight: 700;
}

.l-footer__purchase span {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}

.l-footer__purchase::before {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/purchase_icon.svg") center/20px 20px no-repeat;
}

.l-footer__banner {
  height: 200px;
  margin: 20px 0;
  background-color: #f3f3f3;
}

.l-footer__info-container {
  width: calc(100% - 10px);
  margin: 20px auto 0;
}

.l-footer__info-container img {
  max-width: 100%;
}

.l-footer__info-container small {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  background-color: #eee;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .l-footer__info-container {
    width: 100%;
    margin: 0;
  }
}

.l-footer__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
}

.l-footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 50.5px);
  padding: 12px 0;
  color: #fff !important;
  border-radius: 4px;
  font-weight: 700;
}

.l-footer__button::before {
  content: "";
}

.l-footer__button--mypage {
  background-color: #6fba2c;
}

.l-footer__button--mypage::before {
  width: 22px;
  height: 22px;
  background: url("../images/mypage_white_icon.svg") center/22px 22px no-repeat;
}

.l-footer__button--purchase {
  background-color: #e36666;
}

.l-footer__button--purchase::before {
  width: 22px;
  height: 22px;
  background: url("../images/purchase_icon.svg") center/22px 22px no-repeat;
}

.l-footer__button--sign {
  background-color: #bb271a;
}

.l-footer__button--sign::before {
  width: 20px;
  height: 20px;
  background: url("../images/sign_up_icon.svg") center/20px 20px no-repeat;
}

.l-footer__button--logout {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 85px;
  padding: 0;
  font-size: 11px;
  color: #333 !important;
  border: 1px solid #333;
  font-weight: 700;
}

.l-footer__button--logout::before {
  width: 22px;
  height: 17px;
  background: url("../images/logout_icon.svg") center/22px 17px no-repeat;
}

.l-footer__button--flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
}

.l-footer__site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0 5px;
  margin: 40px auto 10px;
  box-sizing: border-box;
  font-size: 14px;
}

.l-footer__site-nav + .l-footer__site-nav {
  margin: 0 auto 40px;
}

@media (min-width: 769px) {
  .l-footer__site-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
    margin: 0;
    font-size: inherit;
  }

  .l-footer__site-nav li + li {
    border-left: 1px solid #e0e0e0;
  }

  .l-footer__site-nav a {
    padding: 0 10px;
    font-size: 12px;
  }
}

.l-footer__netoff {
  margin: 0 0 20px;
  font-size: 12px;
  text-align: center;
}

.l-footer__netoff span {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.l-footer__netoff a {
  font-size: 12px;
}

@media (min-width: 769px) {
  .l-footer__netoff {
    font-size: 13px;
  }

  .l-footer__netoff span {
    margin: 0 0 8px;
  }
}

.l-footer__netoff--main {
  margin: 0;
  font-size: 12px;
  text-align: left;
}

.l-footer__netoff--main span {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 400;
  font-weight: 500;
}

.l-footer__netoff--main a {
  position: relative;
  display: inline-block;
  padding: 0 16px 0 0;
  margin: 8px 0 0;
  font-size: 12px;
}

.l-footer__netoff--main a::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../images/link_icon.svg") center/10px 10px no-repeat;
}

.l-footer__copyright {
  display: block;
  font-size: 12px;
  text-align: center;
}

@media (min-width: 769px) {
  .l-footer__copyright {
    font-size: 10px;
  }
}

.l-footer__copyright--main {
  font-size: 12px;
}

.l-footer__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  background-color: #fff8ec;
}

.l-footer__about img {
  width: 650px;
}

.l-footer__container {
  position: relative;
  padding: 32px 0 0;
  margin: 96px 0 0;
  border-top: 2px solid #6fba2c;
}

.l-footer__scroll-top {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 1080px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.l-footer__scroll-top button {
  width: 190px;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #6fba2c;
  border-radius: 4px 4px 0 0;
}

.l-footer__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.l-footer__main-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__main-nav-container > ul {
  width: 25%;
  padding: 0 10px;
  border-right: 1px solid #e0e0e0;
}

.l-footer__main-nav-container > ul:last-child {
  border-right: none;
}

.l-footer__site-nav-container {
  padding: 14px 0;
  margin: 24px 0 8px;
  border-top: 1px solid #e0e0e0;
  border-right: unset;
  border-bottom: 1px solid #e0e0e0;
}

.l-footer__netoff-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0 16px;
}

.l-footer__netoff-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 36px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-footer__logo {
  width: 175px;
}

.l-footer__logo img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

/*---------------------------------------------
    サイドバー
  ---------------------------------------------*/

/*---------------------------------------------
サイドバー(10月最新)
---------------------------------------------*/
.l-sidebar {
  display: block;
  width: 226px;
  min-width: 226px;
  text-align: left;
}
@media (max-width: 768px) {
  .l-sidebar {
    display: none;
  }
}

.l-sidebar__purchase-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background-color: #e36666;
  border-radius: 4px 4px 0 0;
  font-weight: 700;
}
.l-sidebar__purchase-button::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/svg/purchase_icon.svg") center/24px 24px no-repeat;
}
.l-sidebar__purchase-button::after {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  width: 12px;
  height: 12px;
  background: url("../images/svg/arrow_white.svg") center/12px 12px no-repeat;
}
.l-sidebar__purchase-button.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.l-sidebar__purchase-nav {
  overflow: hidden;
  background-color: #fff0f0;
  border-radius: 0 0 4px 4px;
  -webkit-transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
}
.l-sidebar__purchase-nav ul.l-sidebar__purchase-items {
  display: none;
}
.l-sidebar__purchase-nav.is-active {
  overflow: visible;
}
.l-sidebar__purchase-nav.is-active ul.l-sidebar__purchase-items {
  display: block;
}

.l-sidebar__purchase-inner {
  padding: 20px 0;
}

.l-sidebar__purchase-title {
  padding: 10px 10px 15px;
  font-size: 16px;
  font-weight: 700;
}

.l-sidebar__purchase-nav-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px;
  font-size: 14px;
  color: #656565;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.l-sidebar__purchase-nav-list .l-sidebar__purchase-items-list--top {
  width: 100%;
}
.l-sidebar__purchase-nav-list .l-sidebar__purchase-items-list--top:hover {
  opacity: 1;
}
.l-sidebar__purchase-nav-list:hover {
  background-color: #ffdddd;
}
.l-sidebar__purchase-nav-list:hover > ul {
  visibility: visible;
  opacity: 1;
}
.l-sidebar__purchase-nav-list:nth-of-type(1)::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/svg/games_icon.svg") center/20px 20px no-repeat;
}
.l-sidebar__purchase-nav-list:nth-of-type(2)::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/svg/cards_pink_icon.svg") center/20px 20px no-repeat;
}
.l-sidebar__purchase-nav-list:nth-of-type(3)::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/svg/figure_icon.svg") center/20px 20px no-repeat;
}
.l-sidebar__purchase-nav-list:nth-of-type(4)::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/svg/iphone_icon.svg") center/20px 20px no-repeat;
}
.l-sidebar__purchase-nav-list:nth-of-type(5)::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/svg/camera_icon.svg") center/20px 20px no-repeat;
}
.l-sidebar__purchase-nav-list:nth-of-type(6)::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/svg/brand_icon.svg") center/20px 20px no-repeat;
}

.l-sidebar__purchase-items {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 14px;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2509803922);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2509803922);
  opacity: 0;
  -webkit-transition: 0;
  transition: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 220px;
  padding: 5px;
}

.l-sidebar__purchase-items-list a {
  display: block;
  padding: 8px 10px;
  border-radius: 4px;
}
.l-sidebar__purchase-items-list a:hover {
  background-color: #ffdddd;
  opacity: 1;
}

.l-sidebar__tadabon {
  position: relative;
  display: block;
  padding: 16px 10px;
  margin: 10px 0;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
}
.l-sidebar__tadabon img {
  width: 163px;
}
.l-sidebar__tadabon::after {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 12px;
  height: 12px;
  background: url("../images/svg/arrow_white.svg") center/12px 12px no-repeat;
}

.l-sidebar__nav-container {
  padding: 20px 0;
  background-color: #fcfbfb;
}
.l-sidebar__nav-container + .l-sidebar__nav-container {
  border-top: 1px solid #ccc;
}
.l-sidebar__nav-container h3 {
  padding: 10px 10px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.5rem;
}
.l-sidebar__nav-container h4 {
  padding: 0 10px;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
}

.l-sidebar__nav-inner {
  padding: 0 0 20px;
}
.l-sidebar__nav-inner + .l-sidebar__nav-inner {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.l-sidebar__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
    font-size:14px;
}
.l-sidebar__nav-list:hover {
  background-color: #ededed;
  opacity: 1;
}

.l-sidebar__nav-list--icon {
  position: relative;
}
.l-sidebar__nav-list--icon:hover {
  /* サイドバーの位置調整 */
}
.l-sidebar__nav-list--icon:hover div.l-sidebar__category-popup {
  visibility: visible;
  opacity: 1;
}
.l-sidebar__nav-list--icon:hover div.l-sidebar__nav-details {
  visibility: visible;
  opacity: 1;
}
.l-sidebar__nav-list--icon:hover div.l-sidebar__nav-details.l-sidebar__nav-details--secondhand-book {
  top: -140px;
}
.l-sidebar__nav-list--icon:hover div.l-sidebar__nav-details.l-sidebar__nav-details--comics {
  top: -177px;
}
.l-sidebar__nav-list--icon:hover div.l-sidebar__nav-details.l-sidebar__nav-details--comics-set {
  top: -214px;
}
.l-sidebar__nav-list--icon:hover div.l-sidebar__nav-details.l-sidebar__nav-details--game {
  top: -251px;
}
.l-sidebar__nav-list--icon:hover div.l-sidebar__nav-details.l-sidebar__nav-details--dvd {
  top: -288px;
}
.l-sidebar__nav-list--icon:hover div.l-sidebar__nav-details.l-sidebar__nav-details--cd {
  top: -325px;
}

.l-sidebar__nav-list--icon--books::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/books_icon.svg") center/20px 20px no-repeat;
}

.l-sidebar__nav-list--icon--comics::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/comics_icon.svg") center/20px 20px no-repeat;
}

.l-sidebar__nav-list--icon--comic-set::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/comic_set_icon.svg") center/20px 20px no-repeat;
}

.l-sidebar__nav-list--icon--game::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/controller_icon.svg") center/20px 20px no-repeat;
}

.l-sidebar__nav-list--icon--cards::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/cards_gray_icon.svg") center/20px 20px no-repeat;
}

.l-sidebar__nav-list--icon--dvd::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/dvd_icon.svg") center/20px 20px no-repeat;
}

.l-sidebar__nav-list--icon--cd::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/cd_icon.svg") center/20px 20px no-repeat;
}

.l-sidebar__nav-list--link {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.l-sidebar__nav-list--link:hover {
  background-color: inherit;
  opacity: 0.6;
}

.l-sidebar__nav-list--link-genre-and-publisher {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.l-sidebar__nav-list--link-genre-and-publisher:hover {
  background-color: #ededed;
  opacity: 1;
}

.l-sidebar__nav-list--bold {
  font-weight: 700;
}
.l-sidebar__nav-list--bold:hover {
  background-color: inherit;
}

.l-sidebar__nav-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 14px;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2509803922);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2509803922);
  opacity: 0;
  -webkit-transition: 0;
  transition: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 1000px) {
  .l-sidebar__nav-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: calc(100vw - 226px);
  }
}

.l-sidebar__details-container {
  /* stylelint-disable-next-line no-descending-specificity */
}
.l-sidebar__details-container + .l-sidebar__details-container {
  margin: 10px 0 0;
}
.l-sidebar__details-container h4 {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}
.l-sidebar__details-container ul li a {
  font-size: 12px;
}

.l-sidebar__details-list {
  display: block;
  width: 230px;
  padding: 4px 10px;
}
.l-sidebar__details-list:hover {
  background-color: #ededed;
  opacity: 1;
}

.l-sidebar__nav-link-container li {
  width: calc(100% - 20px);
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.l-sidebar__nav-link {
  display: block;
  padding: 10px 0;
  font-size: 12px;
}
.l-sidebar__nav-link time {
  display: block;
  font-size: 11px;
  color: #999;
}
.l-sidebar__nav-link span {
  display: block;
  font-size: 11px;
}

.l-sidebar__nav-link--ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  padding: 8px 4px;
}
.l-sidebar__nav-link--ranking span {
  font-size: 12px;
}
.l-sidebar__nav-link--ranking span:nth-of-type(1) {
  width: 29px;
  min-width: 29px;
  text-align: right;
  white-space: nowrap;
}

.l-sidebar__sns:nth-of-type(1) a::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/facebook_icon.svg") center/22px 22px no-repeat;
}
.l-sidebar__sns:nth-of-type(2) a::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/x_icon.svg") center/22px 22px no-repeat;
}

.l-sidebar__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 12px;
}

.l-sidebar__ad {
  margin: 10px 0 0;
}

.l-sidebar__show-more {
  position: relative;
  display: block;
  padding: 16px 4px;
  margin: 0 0 10px;
  font-size: 15px;
  color: #fff;
  background-color: #6fba2c;
  border-radius: 5px;
  font-weight: 700;
}
.l-sidebar__show-more::after {
  position: absolute;
  top: 50%;
  right: 4px;
  z-index: 2;
  content: "";
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 12px;
  height: 12px;
  background: url("../images/arrow_white.svg") center/12px 12px no-repeat;
}

.l-sidebar__category-list {
  position: relative;
  padding: 8px 10px;
  font-size: 14px;
  cursor: pointer;
}
.l-sidebar__category-list:hover {
  background-color: #ededed;
}
.l-sidebar__category-list:hover div.l-sidebar__category-popup {
  visibility: visible;
  opacity: 1;
}

.l-sidebar__genre-link {
  position: relative;
}
.l-sidebar__genre-link:hover div.l-sidebar__category-popup {
  visibility: visible;
  opacity: 1;
}

.l-sidebar__category-popup {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 14px;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2509803922);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2509803922);
  opacity: 0;
  -webkit-transition: 0;
  transition: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  max-width: 220px;
  padding: 5px;
}
.l-sidebar__category-popup.is-active {
  visibility: visible;
  opacity: 1;
}

.l-sidebar__category-link {
  display: block;
  padding: 8px 10px;
}
.l-sidebar__category-link:hover {
  background-color: #ededed;
  opacity: 1;
}

.l-sidebar__ranking-more {
  display: block;
  padding: 0 10px;
  margin: 10px 0;
  font-size: 12px;
  /* stylelint-disable-next-line no-descending-specificity */
}
.l-sidebar__ranking-more span {
  font-size: 12px;
  color: #0748a1;
}
.l-sidebar__ranking-more:nth-of-type(2) {
  margin: 5px 0 0;
}

.l-sidebar__genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  padding: 0 10px;
}

.l-sidebar__genre-list {
  position: relative;
  display: block;
  width: calc(50% - 2.5px);
  padding: 5px 0;
  font-size: 14px;
  color: #0748a1;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.l-sidebar__genre-list:hover {
  text-decoration: underline;
  background-color: #ededed;
}
.l-sidebar__genre-list:hover ul.l-sidebar__genre-container {
  visibility: visible;
  opacity: 1;
}

.l-sidebar__genre-list--link {
  width: 100%;
}
.l-sidebar__genre-list--link:hover {
  opacity: 1;
}

.l-sidebar__genre-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 14px;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2509803922);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2509803922);
  opacity: 0;
  -webkit-transition: 0;
  transition: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  min-width: 220px;
  padding: 10px;
}
.l-sidebar__genre-container li {
  width: calc(50% - 2.5px);
}

.l-sidebar__genre-publisher li {
  width: calc(100% - 20px);
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.l-sidebar__publisher-link {
  display: block;
  padding: 5px 0;
}

.l-sidebar__premium-img {
  width: auto;
  height: 15px;
}

.l-sidebar__list-more {
  height: 0;
  margin: 10px 0 0;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  transition: 0.3s cubic-bezier(0.85, 0, 0.15, 1);
}

.l-sidebar__list-more--margin {
  margin: 0;
}

.l-sidebar__list-more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0;
  margin: 0 10px 0 auto;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.l-sidebar__list-more-button:hover {
  opacity: 0.6;
}
.l-sidebar__list-more-button.is-active span.l-sidebar__list-more-button--open {
  display: none;
}
.l-sidebar__list-more-button.is-active span.l-sidebar__list-more-button--close {
  display: inline;
}
.l-sidebar__list-more-button.is-active span.l-sidebar__list-more-button--arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-sidebar__list-more-button--arrow {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.l-sidebar__list-more-button--open,
.l-sidebar__list-more-button--close {
  font-size: 12px;
  color: #0748a1;
}

.l-sidebar__list-more-button--close {
  display: none;
}

.l-sidebar__check-list {
  padding: 0 10px;
}
.l-sidebar__check-list + .l-sidebar__check-list {
  margin: 10px 0 0;
}

.l-sidebar__search-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  margin: 20px 0 0;
}

.l-sidebar__search-clear {
  padding: 4px 0;
  font-size: 12px;
  color: #0748a1;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.l-sidebar__search-clear:hover {
  opacity: 0.6;
}

.l-sidebar__search-clear--bold {
  font-weight: 700;
}

.l-sidebar__search-button {
  font-weight: 700;
  padding: 0 10px;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.l-sidebar__search-button:hover {
  opacity: 0.6;
}

.l-sidebar__search-input input {
  max-width: calc(100% - 40px);
}
.l-sidebar__search-input + .l-sidebar__search-input {
  margin: 4px 0 0;
}

.l-sidebar__heading--cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-sidebar__heading--cards::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/cards_gray_icon.svg") center/20px 20px no-repeat;
}

.l-sidebar__cards-form {
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
}
/*---------------------------------------------
    パンくず
  ---------------------------------------------*/
.c-breadcrumbs {
  display: none;
}

@media (min-width: 769px) {
  .c-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1080px;
    padding: 16px 0;
    margin: 0 auto;
  }
}

.c-breadcrumbs_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-breadcrumbs_list::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../images/arrow_black.svg") center/13px 13px no-repeat;
}

.c-breadcrumbs_list + .c-breadcrumbs_list {
  margin: 0 0 0 10px;
}

.c-breadcrumbs_list:last-of-type::after {
  content: none;
}

.c-breadcrumbs__label {
  display: inline-block;
  padding: 0 4px;
  font-size: 11px;
  color: #333;
}

/*---------------------------------------------
    リンク
---------------------------------------------*/
.c-link--blue {
  color: #0748a1;
  text-decoration: none;
}

/* ----- 青文字＋＞アイコン付 ----- */
.c-link--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #0748a1;
}
.c-link--icon::after {
  content: "";
  width: 9px;
  height: 9px;
  background: url(../../images/arrow_blue.svg);
}

/* -------------------------------- */
/*  レイアウト用 【共通パーツ】  */
/* -------------------------------- */
.l-common {
  display: block;
}
@media (min-width: 769px) {
  .l-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-common__container {
  width: 100%;
  max-width: 830px;
}

.l-common__container--simple {
  width: 100%;
}
@media (min-width: 769px) {
  .l-common__container--simple {
    max-width: 1080px;
    padding: 0;
    margin: 0 auto;
  }
}

/* -------------------------------- */
/*  見出し 【共通パーツ】  */
/* -------------------------------- */
.c-heading--main--margintopless {
  padding: 24px 10px 16px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}
@media (min-width: 769px) {
  .c-heading--main--margintopless {
    padding: 0px 0px 24px;
    font-size: 28px;
  }
}

.c-heading--main--marginless {
  padding: 24px 10px 16px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}
@media (min-width: 769px) {
  .c-heading--main--marginless {
    padding: 0px;
    font-size: 28px;
  }
}

.c-heading--gray {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  background-color: #f3f3f3;
}
@media (min-width: 769px) {
  .c-heading--gray {
    font-size: 18px;
  }
}

/* -------------------------------- */
/*  ボタン 【共通パーツ】  */
/* -------------------------------- */
.c-button--main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  font-weight: 700;
  padding: 12px 0;
  background-color: #6fba2c;
}
@media (min-width: 769px) {
  .c-button--main {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .c-button--main:hover {
    opacity: 0.6;
  }
}
.c-button--main:disabled {
  cursor: auto;
  background-color: #ccc;
}
.c-button--main:disabled:hover {
  opacity: 1;
}

.c-button--outline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  font-weight: 700;
  padding: 12px 0;
  color: #6fba2c;
  background-color: #fff;
  border: 1px solid #6fba2c;
}
@media (min-width: 769px) {
  .c-button--outline {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .c-button--outline:hover {
    opacity: 0.6;
  }
}
.c-button--outline:disabled {
  cursor: auto;
  background-color: #ccc;
}
.c-button--outline:disabled:hover {
  opacity: 1;
}

.c-button--black {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  font-weight: 700;
  padding: 8px 0;
  background-color: #333;
}
@media (min-width: 769px) {
  .c-button--black {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .c-button--black:hover {
    opacity: 0.6;
  }
}
.c-button--black:disabled {
  cursor: auto;
  background-color: #ccc;
}
.c-button--black:disabled:hover {
  opacity: 1;
}

.c-button--black-outline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  font-weight: 700;
  padding: 8px 0;
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
@media (min-width: 769px) {
  .c-button--black-outline {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .c-button--black-outline:hover {
    opacity: 0.6;
  }
}
.c-button--black-outline:disabled {
  cursor: auto;
  background-color: #ccc;
}
.c-button--black-outline:disabled:hover {
  opacity: 1;
}
