@charset 'utf-8';
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (max-width: 719px) {
  .forPC {
    display: none !important;
  }
}
@media screen and (min-width: 720px) {
  .forSP {
    display: none !important;
  }
}
.text-right {
  text-align: right;
}
.text-small {
  font-size: 0.8em;
}
:root {
  --primary-color: #008ca0;
  --secondary-color: #008ca0;
  --danger-color: #008ca0;
  --text-color: #393939;
  --background-color: #f1f6fa;
}
.c-inner {
  margin: 0 auto;
  padding: 0 60px;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .c-inner {
    padding: 0 20px;
  }
}
.l-header {
  border-bottom: none;
}
.u-text--head {
  margin-bottom: 4px;
  color: var(--text-color);
  font-weight: 400 !important;
  font-style: normal;
  font-size: 33px !important;
  font-family: 'Lora', serif !important;
  font-optical-sizing: auto;
}
@media screen and (max-width: 719px) {
  .u-text--head {
    font-size: 26px !important;
  }
}
.u-text--subhead {
  color: var(--text-color);
  font-size: 15px !important;
}
.c-button,
.u-text--btn {
  min-width: 100px;
  height: 48px;
  border-radius: 24px;
  background-image: url("../img/icons/arrow_right.png") !important;
  background-position: right 15px center !important;
  background-size: 9px auto !important;
  background-repeat: no-repeat !important;
  font-weight: 300;
  font-size: 15px !important;
  font-family: 'Noto Sans JP', sans-serif;
  block-size: 48px !important;
}
.c-sns_list {
  display: flex;
  flex-direction: column;
  padding-block: 43px;
  row-gap: 34px;
}
@media screen and (max-width: 719px) {
  .c-sns_list .c-sns_wrapper {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 720px) {
  .c-sns_list .c-sns_title {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .c-sns_list .c-sns_title {
    flex-shrink: 0;
    width: 160px;
    font-weight: 300;
    font-size: 16px;
  }
}
.c-sns_list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 110px;
}
@media screen and (max-width: 719px) {
  .c-sns_list ul {
    flex: 1;
    justify-content: normal;
    column-gap: 10px;
  }
}
.c-sns_list ul li a {
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  column-gap: 16px;
}
@media screen and (max-width: 719px) {
  .c-sns_list ul li a {
    font-size: 0;
  }
}
.c-sns_list ul li img {
  width: 39px;
}
.p-sns_list {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  row-gap: 20px;
}
.p-sns_list .p-sns_wrapper {
  display: flex;
  align-items: center;
}
.p-sns_list .p-sns_title {
  flex-shrink: 0;
  width: 140px;
  font-weight: 300;
  font-size: 16px;
}
.p-sns_list ul {
  display: flex;
  flex: 1;
  align-items: center;
  column-gap: 16px;
}
.p-sns_list ul li img {
  width: 39px;
}
@media screen and (min-width: 720px) {
  .logo__block {
    padding-left: 0;
  }
}
.logo--left .logo__block {
  padding-left: 0 !important;
}
@media screen and (max-width: 719px) {
  .logo--left .logo__block {
    padding-left: 20px !important;
  }
}
.l-header__nav {
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 40px;
}
.u-icon--search {
  display: none;
}
@media screen and (max-width: 719px) {
  .l-header__nav {
    flex-direction: column;
    row-gap: 8px;
  }
}
.l-header__inner__block__item {
  margin-right: 10px !important;
}
.l-header__heart {
  margin-right: 10px;
  width: 24px;
}
.l-header__heart img {
  width: 100% !important;
}
.l-header__wrapper {
  display: flex;
  align-items: center;
}
.l-header__inner__block img {
  max-width: initial !important;
  width: 303px;
}
@media screen and (max-width: 719px) {
  .l-header__inner__block img {
    width: 165px;
  }
}
.l-header__link-guide {
  line-height: 1;
}
@media screen and (max-width: 719px) {
  .l-header__link-guide {
    display: none;
  }
}
.l-header__link-guide a {
  color: var(--text-color);
  font-weight: 300;
  font-size: 12px;
}
.p-header_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  background: var(--primary-color) !important;
}
@media screen and (max-width: 719px) {
  .p-header_menu {
    padding: 15px 0;
  }
}
.p-header_menu__form {
  position: relative;
  z-index: 2;
  flex-grow: initial;
  padding: 0;
  max-width: initial;
  border: none;
  background: none;
  gap: 0 20px;
}
@media screen and (max-width: 719px) {
  .p-header_menu__form {
    flex-grow: 1;
  }
}
.p-header_menu__form img {
  width: 24px;
}
.p-header_menu__form input[type=search] {
  width: 193px;
  height: 26px;
  padding-inline: 10px;
}
@media screen and (max-width: 719px) {
  .p-header_menu__form input[type=search] {
    flex: 1;
  }
}
@media screen and (max-width: 719px) {
  .p-header_menu--list {
    display: none;
  }
}
.p-header_menu--list >li {
  cursor: pointer;
}
.p-header_menu--list >li:hover .p-header_menu--child {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.p-header_menu--child {
  position: absolute;
  left: 0;
  visibility: hidden;
  padding-top: 10px;
  width: 100%;
  background: var(--primary-color);
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease;
  pointer-events: none;
}
.p-header_menu--child-inner,
.p-header_menu--child ul {
  display: grid;
  padding-block: 50px;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.p-header_menu--child-inner li,
.p-header_menu--child ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.p-header_menu--inner {
  display: flex;
  justify-content: space-between;
}
.p-header_menu--list {
  display: flex;
  align-items: center;
  column-gap: 100px;
}
@media screen and (max-width: 719px) {
  .p-header_menu--list {
    display: none;
  }
}
.p-header_menu--list li {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}
@media screen and (max-width: 719px) {
  .c-gmenu__container__inner__list {
    padding-top: 20px;
  }
}
@media screen and (max-width: 719px) {
  .c-gmenu__container__inner__list + .c-gmenu__container__inner__list {
    margin-top: 0;
  }
}
.p-kv_slider {
  margin-top: 20px;
}
.p-news {
  padding: 58px 0 68px;
  background: var(--background-color);
}
.p-news__inner {
  max-width: 758px;
}
@media screen and (max-width: 719px) {
  .p-news__inner {
    padding: 0 20px;
  }
}
.c-news_item .u-text--subhead {
  font-weight: 300;
  font-size: 16px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
}
@media screen and (max-width: 719px) {
  .c-news_item__inner {
    padding: 20px 0;
  }
}
.c-news_item__inner__date {
  color: var(--color-text-link) !important;
  font-size: 16px;
}
.p-category_panel__brand {
  margin-top: 58px;
}
.p-category_panel__brand--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 22px;
}
@media screen and (max-width: 719px) {
  .p-category_panel__brand--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-category_panel__brand--item img {
  width: 100%;
  height: auto;
}
.p-category_panel__category {
  margin-top: 61px;
}
.p-category_panel__category--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 29px;
}
@media screen and (max-width: 719px) {
  .p-category_panel__category--list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-category_panel__category--item img {
  width: 100%;
  height: auto;
}
.p-kv_slider2 {
  position: relative;
  margin-bottom: 73px;
  background-color: var(--background-color);
  padding-block: 10px;
}
.p-kv_slider2 .slick-slide {
  width: 65.4vw;
}
@media screen and (max-width: 719px) {
  .p-kv_slider2 .slick-slide {
    width: 100vw;
  }
}
.p-kv_slider2 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.p-kv_slider2__track__list__item {
  padding: 10px;
}
.p-kv_slider2__track__list__item__inner {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 6.36px 6.36px 9px rgba(153,153,153,0.34);
  aspect-ratio: 2880/1200;
}
@media screen and (max-width: 719px) {
  .p-kv_slider2__track__list__item__inner {
    aspect-ratio: 1080/1553;
  }
}
.p-kv_slider2__track__list__item__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-kv_slider2__track__list__item__inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-category_ranking_section__content .slick-dots li,
.p-kv_slider2__nav .slick-dots li {
  width: 7px;
  height: 7px;
  background-color: #bbc9d0;
}
.p-category_ranking_section__content .slick-dots li button,
.p-kv_slider2__nav .slick-dots li button {
  width: 100%;
  height: 100%;
}
.p-category_ranking_section__content .slick-dots li button::before,
.p-kv_slider2__nav .slick-dots li button::before {
  display: none;
}
.p-category_ranking_section__content .slick-dots li.slick-active,
.p-kv_slider2__nav .slick-dots li.slick-active {
  background-color: var(--primary-color);
}
.p-category_ranking_section__product .c-product_item__inner__eyecatch__tags {
  left: 50%;
  transform: translateX(-50%);
}
.p-category_ranking_section__product .c-product_ranking {
  margin-top: 0;
}
.p-category_ranking_section__product .c-product_ranking::before {
  display: none;
}
.p-category_ranking_section__product .c-product_ranking__text {
  width: 49px;
  height: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}
.p-category_ranking_section__product .c-product_ranking__text[data-ranking='1'] {
  background-image: url("../img/icons/crown1.png");
}
.p-category_ranking_section__product .c-product_ranking__text[data-ranking='2'] {
  background-image: url("../img/icons/crown2.png");
}
.p-category_ranking_section__product .c-product_ranking__text[data-ranking='3'] {
  background-image: url("../img/icons/crown3.png");
}
.p-category_ranking_section__product .c-product_ranking__text[data-ranking='4'] {
  background-image: url("../img/icons/crown4.png");
}
.p-category_ranking_section__product .c-product_ranking__text[data-ranking='5'] {
  background-image: url("../img/icons/crown5.png");
}
section.delivery-top,
section.delivery-bottom {
  padding: 12px;
  background-color: #008ca0;
  color: #fff;
  font-size: 14px;
}
section.delivery-top {
  margin: 0 auto;
  width: 700px;
}
@media screen and (max-width: 719px) {
  section.delivery-top {
    margin: 0 20px !important;
    width: auto !important;
  }
}
section.delivery-top .delivery-inner01 {
  flex-direction: column;
  row-gap: 20px;
}
section.delivery-top .delivery-inner01 .delivery-title {
  font-size: 18px !important;
}
section.delivery-top .delivery-inner01 .delivery-buttons {
  display: flex;
  justify-content: center;
  gap: 0 44px;
}
section.delivery-top .delivery-inner01 .delivery-buttons button {
  margin: 0;
  width: 102px;
}
section.delivery-bottom {
  margin: 0 auto;
  width: 700px;
}
@media screen and (max-width: 719px) {
  section.delivery-bottom {
    margin: 20px 20px 0 !important;
    width: auto !important;
  }
}
section.delivery-bottom .delivery-inner02 {
  justify-content: center;
  padding: 0;
  column-gap: 20px;
}
section.delivery-bottom .delivery-inner02 .delivery-free {
  font-size: 14px;
}
section.delivery-bottom .delivery-inner02 .delivery-icon {
  margin: 0;
  width: 27px;
}
.delivery-inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.6vw 2vw;
  max-width: 1080px;
  font-size: 1vw;
}
.delivery-inner02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  padding: 0.6vw 3vw;
  max-width: 1080px;
  font-size: 1vw;
}
.delivery-buttons a {
  margin-left: 8px;
  padding: 6px 16px;
  border: none;
  border-radius: 4px;
  background: #fff;
  box-shadow: 3px 3px 6px #5a5a5a;
  color: #333;
  font-size: 13px;
  cursor: pointer;
}
section.delivery-bottom {
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
.delivery-icon {
  margin-left: 10px;
  font-size: 16px;
}
@media screen and (max-width: 719px) {
  .p-category_ranking_section__content {
    display: block !important;
  }
}
@media screen and (max-width: 719px) {
  .p-category_ranking_section__products {
    display: block !important;
  }
  .p-category_ranking_section__products .slick-slide {
    padding: 0 10px;
    width: 40vw;
  }
}
.p-category_ranking_section__products >li:nth-child(1) .c-product_ranking__text {
  background-image: url("../img/icons/crown1.png");
}
.p-category_ranking_section__products >li:nth-child(2) .c-product_ranking__text {
  background-image: url("../img/icons/crown2.png");
}
.p-category_ranking_section__products >li:nth-child(3) .c-product_ranking__text {
  background-image: url("../img/icons/crown3.png");
}
.p-category_ranking_section__products >li:nth-child(4) .c-product_ranking__text {
  background-image: url("../img/icons/crown4.png");
}
.p-category_ranking_section__products >li:nth-child(5) .c-product_ranking__text {
  background-image: url("../img/icons/crown5.png");
}
@media screen and (max-width: 719px) {
  .p-column__inner__list .p-column__inner__list__item:not(:first-child) {
    margin-top: 20px;
  }
}
.c-column_item .c-column_item__inner__img {
  padding-top: 0;
}
@media screen and (min-width: 720px) {
  .c-column_item .c-column_item__inner__img {
    aspect-ratio: 3/2;
  }
}
.c-column_item .c-column_item__inner__title {
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 24px;
  color: #393939 !important;
  font-weight: 300 !important;
  font-size: 12px !important;
}
@media screen and (max-width: 719px) {
  .c-column_item .c-column_item__inner__title {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  .p-product_content__inner__img {
    width: 41.7%;
  }
}
ol.c-breadcrumbs li {
  color: #008ca0 !important;
  font-weight: 300 !important;
  font-size: 13px !important;
}
ol.c-breadcrumbs li a {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 300 !important;
  font-size: 13px !important;
}
ol.c-breadcrumbs li::after {
  color: #000;
}
.c-product_img__item:hover {
  opacity: 1;
}
.c-product_info__title {
  margin: 30px 0 0 !important;
  font-size: 23px;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 1.4 !important;
}
.u-text--body.c-product_info__description {
  margin: 35px 0 0 !important;
  color: #000 !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 1.4 !important;
}
.c-product__cnt {
  margin-top: 80px;
}
.c-product__body {
  color: #000 !important;
}
.c-product__body >*:not(:last-child) {
  margin-bottom: 20px;
}
.c-product__body article:not(:last-child) {
  margin-bottom: 20px;
}
.c-product__body article >*:not(:last-child) {
  margin-bottom: 20px;
}
.c-product__body * {
  font-family: 'Noto Sans JP', sans-serif;
}
.c-product__body a {
  color: #f37878;
  text-decoration: underline;
  font-weight: 500;
}
.c-product__body a[target='_blank'](:not(.link-pdf)) {
  padding-right: 20px;
  background-image: url("../img/icons/icon_blank.svg");
  background-position: right center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.c-product__body a[href$='.pdf'] {
  padding-right: 20px;
  background-image: url("../img/icons/icon_pdf.svg");
  background-position: right center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.c-product__body img {
  max-width: 100%;
  width: auto;
}
.c-product__body h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #e5e5e5;
  font-weight: 500;
  font-size: 13px;
  gap: 0 10px;
}
.c-product__body h4 span {
  color: #f37878;
}
.c-product__body h5 {
  display: flex !important;
  margin-bottom: 8px !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 2.4 !important;
  column-gap: 5px;
  margin: 0 !important;
}
.c-product__body h5::before {
  position: relative;
  top: 15px;
  flex-shrink: 0;
  width: 15px;
  height: 1px;
  background-color: #f37878;
  content: '';
}
.c-product__body p {
  margin: 0;
  color: #000;
  font-size: 13px;
  line-height: 2.4;
/* a[href$='.pdf']
    padding-right 24px
    background-image url('../img/icons/icon_pdf.svg')
    background-position right center
    background-size 16px
    background-repeat no-repeat */
}
.c-product__body p a {
  color: #f37878;
  text-decoration: underline;
  font-weight: 500;
}
.c-product__body p a[target='_blank'](:not(.link-pdf)) {
  padding-right: 20px;
  background-image: url("../img/icons/icon_blank.svg");
  background-position: right center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.c-product__body p a[href$='.pdf'] {
  padding-right: 20px;
  background-image: url("../img/icons/icon_pdf.svg");
  background-position: right center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.c-product__body p a {
  color: #f37878;
  text-decoration: underline;
  font-weight: 500;
}
.c-product__body p .link-pdf {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  column-gap: 4px;
}
.c-product__body p .link-pdf::before {
  width: 32px;
  height: 32px;
  background-image: url("../img/icons/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}
.c-product__body >* + * {
  margin-top: 40px;
}
.c-product__body figure {
  margin: 20px 0;
}
.c-product__body figure figcaption {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5;
}
.c-option03 {
  display: flex;
  align-items: center;
}
.c-option03 figure {
  margin: 20px 0;
}
.c-option03 figure figcaption {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5;
}
.c-option03 .sub-item {
  width: 40%;
  margin-inline: auto;
}
.c-option03 p a {
  color: #f37878;
  text-decoration: underline;
  font-weight: 500;
}
.c-option03 p a[target='_blank'](:not(.link-pdf)) {
  padding-right: 20px;
  background-image: url("../img/icons/icon_blank.svg");
  background-position: right center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.c-option03 p a[href$='.pdf'] {
  padding-right: 20px;
  background-image: url("../img/icons/icon_pdf.svg");
  background-position: right center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.c-product_info__share {
  display: none;
}
.c-product_img {
  position: relative;
}
.c-product_info__favorite2 {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.c-product_info__favorite__btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f37878;
}
.c-product_info__favorite__btn2 i {
  color: #fff;
  font-size: 20px;
}
.c-product_item__button--favorite {
  border: 1px solid #f37878;
}
.c-product_info__favorite__btn2[data-is-favorite='true'] {
  border: 1px solid #f37878;
  background-color: #fff;
}
.c-product_info__favorite__btn2[data-is-favorite='true'] i {
  color: #f37878;
}
.c-product_info {
  gap: 16px;
}
.c-product_info__stars {
  margin-right: 0;
  gap: 0;
}
.c-product_info__review-text span {
  color: #0fbbd0;
  font-size: 16px;
}
.c-product_info__form__submit i {
  margin-right: 5px;
  font-size: 18px;
}
.c-product_info__co_selling__tab_content {
  padding: 0 0 40px !important;
}
.c-product_info__co_selling__tab_content__title.u-text--subhead {
  font-size: 14px !important;
}
.c-product_info__co_selling__tab_content__price {
  margin: 0;
  font-weight: 500;
  font-size: 23px !important;
  line-height: 1.4 !important;
}
.c-product_info__co_selling .c-product_info__co_selling__nav.u-text--btn {
  display: none !important;
}
.c-product_info__co_selling #co-selling-recurring {
  display: block !important;
}
.c-product_info__co-selling-product__labels span {
  color: #f37878;
}
.c-product_info__co-selling-product__co-btn-add-wide {
  max-width: 290px;
}
.sales_price {
  font-size: 26px;
}
.c-product_info__co_selling__tab_content__price__value {
  color: #f37878;
}
.co-form-input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 719px) {
  .co-form-input-group {
    flex-direction: column;
    align-items: normal;
  }
}
.co-form-input-group .u-text--btn {
  margin-top: 0;
}
.c-product_info__co-selling-product__co-btn-group {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
@media screen and (max-width: 719px) {
  .c-product_info__co-selling-product__co-btn-group {
    justify-content: center;
  }
}
.c-product_info__co-selling-product__option_types__wrapper_quantity.is-hidden {
  display: none;
}
.co-selling-list:not(:last-child) .c-product_text-subscription {
  display: none;
}
.c-product_text-subscription {
  margin: 28px 0 0 auto;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 719px) {
  .c-product_text-subscription {
    margin: 28px auto;
  }
}
.c-product_text-subscription a {
  text-decoration: underline;
  font-size: 16px;
}
.c-contact {
  background-color: #008ca0;
  padding-block: 32px;
}
.c-contact_inner {
  display: flex;
  align-items: center;
  gap: 0 50px;
}
@media screen and (max-width: 719px) {
  .c-contact_inner {
    flex-direction: column;
    gap: 50px 0;
  }
}
.c-contact_item {
  flex: 1;
}
@media screen and (max-width: 719px) {
  .c-contact_item {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 720px) {
  .c-contact_item.items-new img {
    width: 94%;
  }
}
@media screen and (min-width: 720px) {
  .c-contact_item.items-email {
    display: flex;
    align-items: center;
  }
}
.c-contact_email {
  position: relative;
}
.c-contact_email picture {
  transition: opacity 0.3s;
}
.c-contact_email .nomal {
  opacity: 1;
}
.c-contact_email .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-contact_email:hover .nomal {
  opacity: 0;
}
.c-contact_email:hover .hover {
  opacity: 1;
}
.l-footer {
  display: block;
  padding: 80px 0 40px;
  background: var(--background-color);
}
.l-footer .c-footer_menu__title {
  font-weight: 700 !important;
  font-size: 15px !important;
}
.l-footer .c-footer_menu__list__item a[target='_blank'] {
  padding-right: 20px;
  background-image: url("../img/icons/icon_blank_bl.svg");
  background-position: right center;
  background-size: 14px auto;
  background-repeat: no-repeat;
}
.l-footer__inner {
  max-width: 1160px;
  margin-inline: auto;
}
.l-footer__menu.u-color__border--border {
  column-gap: 20px;
}
.c-footer_menu.u-color__border--border {
  flex: 1;
}
@media screen and (min-width: 720px) {
  .l-footer__info {
    min-width: 260px;
  }
}
.l-footer_copy {
  text-align: center;
  padding-block: 48px;
}
.c-footer_menu {
  margin-left: 0;
}
.p-faq {
  padding: 0;
}
.p-faq__inner {
  max-width: initial;
}
.p-page_content__inner {
  max-width: 1000px;
}
.p-page_content__main >*:not(:last-child) {
  margin-bottom: 40px;
}
.p-page_content .c-group >*:not(:last-child) {
  margin-bottom: 20px;
}
.p-page_content h1 {
  margin-bottom: 60px !important;
  color: #000 !important;
  font-size: 23px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 1.4 !important;
}
.p-page_content h2 {
  margin-bottom: 10px !important;
  color: #000 !important;
  color: #f37878 !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 2.4 !important;
}
.p-page_content h3 {
  display: flex !important;
  margin-bottom: 8px !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 2.4 !important;
  column-gap: 5px;
}
.p-page_content h3::before {
  position: relative;
  top: 15px;
  flex-shrink: 0;
  width: 15px;
  height: 1px;
  background-color: #f37878;
  content: '';
}
.p-page_content h4 {
  margin-bottom: 4px !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 2.4 !important;
}
.p-page_content p {
  margin: 0 !important;
  color: #000 !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 2.4 !important;
}
.p-page_content p a {
  color: #f37878;
  text-decoration: underline;
  font-weight: 500;
}
.p-page_content p a[target='_blank'](:not(.link-pdf)) {
  padding-right: 20px;
  background-image: url("../img/icons/icon_blank.svg");
  background-position: right center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.p-page_content p a[href$='.pdf'] {
  padding-right: 20px;
  background-image: url("../img/icons/icon_pdf.svg");
  background-position: right center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.p-page_content ul {
  margin: 0;
}
.p-page_content ul li {
  color: #000;
  font-weight: 300;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 2.4;
}
.p-page_content ul li:not(:last-child) {
  margin-bottom: 0;
}
.p-page_content .c-totop {
  display: flex;
  justify-content: flex-end;
}
.p-page_content .c-totop a {
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 47px;
  background-color: #f37878;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
}
.p-page_content .page-table {
  width: 100%;
}
.p-page_content .page-table tr th,
.p-page_content .page-table tr td {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px;
  border: 1px solid #e5e5e5;
  color: #000;
  text-align: left;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.7;
}
.p-page_content .page-table tr th:nth-child(1),
.p-page_content .page-table tr td:nth-child(1) {
  width: 48px;
}
@media screen and (max-width: 719px) {
  .p-page_content .page-table tr th:nth-child(1),
  .p-page_content .page-table tr td:nth-child(1) {
    width: 30px;
  }
}
.p-page_content .page-table tr th:nth-child(2),
.p-page_content .page-table tr td:nth-child(2) {
  width: 120px;
}
@media screen and (max-width: 719px) {
  .p-page_content .page-table tr th:nth-child(2),
  .p-page_content .page-table tr td:nth-child(2) {
    width: 90px;
  }
}
.p-page_content .page-table tr th a,
.p-page_content .page-table tr td a {
  color: #f37878;
  text-decoration: underline;
  font-weight: 500;
}
.p-page_header__inner__title {
  margin-bottom: 60px !important;
  color: #000 !important;
  font-size: 23px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 1.4 !important;
  max-width: 1000px;
  text-align: left;
  margin-inline: auto;
}
.p-page_table__inner {
  max-width: 1000px;
}
.p-page_table__inner .c-table tr th {
  width: 120px;
}
.p-page_table__inner .c-table tr th,
.p-page_table__inner .c-table tr td {
  margin: 0 !important;
  color: #000 !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 2.4 !important;
}
.p-page_table__inner .c-table tr th a,
.p-page_table__inner .c-table tr td a {
  color: #f37878;
  text-decoration: underline;
  font-weight: 500;
}
.p-page_table__inner .c-table tr th a[target='_blank'](:not(.link-pdf)),
.p-page_table__inner .c-table tr td a[target='_blank'](:not(.link-pdf)) {
  padding-right: 20px;
  background-image: url("../img/icons/icon_blank.svg");
  background-position: right center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.p-page_table__inner .c-table tr th a[href$='.pdf'],
.p-page_table__inner .c-table tr td a[href$='.pdf'] {
  padding-right: 20px;
  background-image: url("../img/icons/icon_pdf.svg");
  background-position: right center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.p-account_form__inner {
  max-width: 1000px;
}
.p-account_form__inner .c-form_table tr th,
.p-account_form__inner .c-form_table tr td {
  margin: 0 !important;
  color: #000 !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 2.4 !important;
}
.p-page_content .u-text--body {
  color: #000 !important;
}
.p-page_content .p-page_content__inner >ul >li:not(:last-child) {
  margin-bottom: 40px;
}
.p-page_content .p-page_content__inner .u-text--body {
  color: #000 !important;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.p-page_content .p-page_content__inner .u-text--body pre {
  color: #000 !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 1.4 !important;
}
.p-review {
  padding: 0;
  border: none;
}
.p-review__inner__list {
  margin-top: 30px;
}
.c-review_item_detail {
  flex-direction: column;
}
.c-review_item_detail__left {
  flex: 0;
  flex-direction: row;
  align-items: center;
}
.c-account_menu__content.--logout .c-account_menu__text {
  height: auto !important;
  block-size: initial !important;
}
.c-category_header {
  min-height: 300px;
}
