@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --paddingInline: 20px;
  --headerHeight: 167px;
}
@media (max-width: 767px) {
  :root {
    --headerHeight: 85px;
  }
}

html {
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-width: auto;
  color: #000000;
  background-color: initial;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  height: auto; /* headerのposition: sticky */
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

span:not([class]) {
  display: inline-block;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

a {
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
}
a:focus {
  color: inherit;
  text-decoration: none;
}

/* システムのスタイルを打ち消したいときはここに記述 */
.c-breadcrumbs {
  margin-bottom: 20px;
}

.c-breadcrumbs-list__item {
  font-size: 12px;
}

.p-shopguide-box__ttl {
  font-size: 20px;
  font-weight: normal;
  line-height: 29px;
  margin-bottom: 30px;
  text-align: left;
}

.p-shopguide__ttl {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 12px;
}

.p-shopguide__body {
  color: #8D8D8D;
}

.l-header-search {
  position: static;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  top: auto;
  right: auto;
}

.l-header-search__contents {
  top: var(--headerHeight);
}

.l-header-search__contents.is-on {
  top: var(--headerHeight);
}

.l-header-cart {
  position: relative;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
}
.l-header-cart button {
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
}

.l-header-cart-btn__count {
  background-color: #F04419;
  width: 14.43px;
  height: 14.43px;
  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;
  top: -3px;
  right: -7px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .l-header-search__btn {
    padding-top: 0;
  }
}
body:not(:has(.p-firstview)) .c-breadcrumb {
  padding-top: calc(var(--headerHeight) + 35px);
}

@media (max-width: 767px) {
  body:not(:has(.p-firstview)) .c-breadcrumb {
    padding-top: calc(var(--headerHeight) + 17px);
  }
}
@media (min-width: 1200.1px) {
  body:has(.p-firstview) .c-header:not(._scrolled) {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0;
  }
  body:has(.p-firstview) .c-header:not(._scrolled) .c-header-inner {
    padding-inline: 0;
  }
  body:has(.p-firstview) .c-header:not(._scrolled) .c-header-search .c-search {
    background-color: transparent;
    border: #707070 1px solid;
  }
}
.l-main {
  padding-top: var(--headerHeight);
}
.l-main.is-top {
  padding-top: var(--headerHeight);
}

/* ===========================================
  ヘッダー
=========================================== */
.l2-header {
  position: sticky;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 101;
}

.l2-header-bar {
  background-color: #E9E9E9;
  color: #818181;
  padding-inline: var(--paddingInline);
  font-size: 13px;
  line-height: 16px;
  max-height: none;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.l2-header-bar p {
  padding-block: 4px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  text-align: center;
}

.l2-header-inner {
  padding-inline: 48px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .l2-header-inner {
    padding-inline: 0 var(--paddingInline);
  }
}

.l2-header-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 18px;
  -webkit-transition: padding-bottom 0.3s ease-in-out;
  transition: padding-bottom 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .l2-header-top {
    padding-top: 0;
  }
}

.l2-header-second {
  max-height: none;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.l2-header-nav {
  font-size: 16px;
}
@media (max-width: 1180px) {
  .l2-header-nav {
    font-size: 13px;
  }
}

.l2-header-logo img {
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.l2-header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 250px;
}

.l2-header-toggle {
  display: none;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.l2-header-toggle span {
  width: 28px;
  height: 2px;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.l2-header-toggle._open {
  gap: 0;
}
.l2-header-toggle._open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l2-header-toggle._open span:nth-child(2) {
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}

.l2-drawer {
  position: fixed;
  z-index: 10;
  top: var(--headerHeight);
  width: 100%;
  height: calc(100lvh - 88px);
  right: 100%;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  background-color: #ffffff;
}
.l2-drawer._open {
  right: 0;
}

.l2-drawer-inner {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-inline: 37px;
  padding-block: 20px 40px;
}

.l2-drawer-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  max-width: 310px;
  margin-inline: auto;
  justify-content: space-between;
}

.l2-drawer-icon {
  font-size: 12px;
  color: #818181;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l2-drawer-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l2-drawer-icon img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l2-drawer-icon p {
  margin-top: 10px;
  margin-bottom: 0;
}

.l2-drawer-nav {
  font-size: 16px;
  margin-top: 22px;
}
.l2-drawer-nav .p2-nav1-level1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  gap: 0;
}
.l2-drawer-nav .p2-nav1-level1 > li {
  display: block;
  padding-block: 26px;
}
.l2-drawer-nav .p2-nav1-level1 .js-toggle-contents {
  position: static;
}
.l2-drawer-nav .p2-nav1-level2 {
  width: auto;
  margin-top: 10px;
}
.l2-drawer-nav .p2-nav1-level2 li {
  padding-block: 10px;
  padding-inline: 56px 0;
}
.l2-drawer-nav .p2-nav1-level2 a {
  display: block;
}

@media (min-width: 1090.1px) {
  .l2-header._scrolled .l2-header-logo img {
    width: 225px;
  }
}
.l2-header._scrolled .l2-header-inner {
  background-color: rgba(255, 255, 255, 0.7);
}
.l2-header._scrolled .l2-header-inner:has(.l2-header-toggle._open) {
  background-color: #ffffff;
}
.l2-header._scrolled .l2-header-top {
  padding-block: 8px;
}
.l2-header._scrolled .l2-header-second, .l2-header._scrolled .l2-header-bar {
  max-height: 0;
  overflow: hidden;
}

@media (max-width: 1090px) {
  .l2-header-favorite,
  .l2-header-contact,
  .l2-header-mypage,
  .l2-header-second {
    display: none;
  }
  .l-header-search {
    display: none;
  }
  .l2-header-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l2-header-logo img {
    width: 167px;
  }
  .l2-header-icons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l2-header-top {
    padding-top: 0;
  }
}
/* ===========================================
  フッター
=========================================== */
.l2-footer {
  background-color: #F6F6F6;
  padding-inline: var(--paddingInline);
  padding-block: 80px;
}

.l2-footer-inner {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-areas: "logo menu" "sns menu";
}
@media (max-width: 767px) {
  .l2-footer-inner {
    grid-template-areas: "logo" "menu" "sns";
  }
}

.l2-footer-logo {
  grid-area: logo;
}
@media (max-width: 767px) {
  .l2-footer-logo {
    justify-self: center;
    margin-bottom: 60px;
  }
  .l2-footer-logo img {
    width: 167px;
  }
}

.l2-footer-menu {
  grid-area: menu;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l2-footer-menu ._column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 767px) {
  .l2-footer-menu {
    font-size: 13px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  .l2-footer-menu ._column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l2-footer-menu-list {
  width: 100%;
  max-width: 192px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l2-footer-menu-list li {
  margin-bottom: 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .l2-footer-menu-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
  }
  .l2-footer-menu-list li {
    margin-bottom: 30px;
  }
}

.l2-footer-sns {
  grid-area: sns;
}
@media (max-width: 767px) {
  .l2-footer-sns {
    justify-self: center;
    margin-top: 20px;
  }
}

.l2-footer-copyright {
  margin-top: 26px;
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .l2-footer-copyright {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .u-br-pc {
    display: none;
  }
}

.u-br-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-br-sp {
    display: inline;
  }
}

.js-toggle-btn {
  cursor: pointer;
}

.js-toggle-contents {
  display: none;
}

.c2-inner {
  max-width: 1190px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.c2-heading {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
}
.c2-heading ._en {
  font-family: "DM Sans", sans-serif;
  color: #016D78;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  line-height: 16px;
  margin-bottom: 14px;
}
.c2-heading ._ja {
  display: block;
}

.c2-itemCard-thumbnail {
  margin-bottom: 15px;
  aspect-ratio: 1/1;
}
.c2-itemCard-thumbnail img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover;
     object-fit: cover; */
  object-fit: contain;
}

.c2-itemCard-title {
  margin-bottom: 9px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.c2-itemCard-prices {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c2-itemCard-prices ._original {
  color: #8D8D8D;
  text-decoration: line-through;
  font-size: 12px;
}
.c2-itemCard-prices ._sale {
  color: #8D8D8D;
}
.c2-itemCard-prices ._sold {
  color: #8D8D8D;
}

.c2-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;/*20px*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c2-icon-instagram {
  width: 32px;
  height: 32px;
  display: inline-block;
  visibility: middle;
}

.c2-icon-x {
  width: 30px;
  height: 31px;
  display: inline-block;
  visibility: middle;
}

.c2-icon-youtube {
  width: 34px;
  height: 24px;
  display: inline-block;
  visibility: middle;
}

.c2-icon-line {
  width: 30px;
  height: 30px;
  display: inline-block;
  visibility: middle;
}

.c-icon-favorite {
  width: 26px;
  height: 22px;
  display: inline-block;
  visibility: middle;
  fill: currentColor;
}

.c2-slick .slick-prev,
.c2-slick .slick-next {
  width: 54px;
  height: 54px;
  z-index: 1;
  top: auto;
  bottom: 120px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.c2-slick .slick-prev::before,
.c2-slick .slick-next::before {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}
.c2-slick .slick-prev {
  left: 5px;
}
.c2-slick .slick-prev::before {
  background: url("../images/icon-slick-prev-white.png") no-repeat center center;
  background-size: contain;
}
.c2-slick .slick-next {
  right: 5px;
}
.c2-slick .slick-next::before {
  background: url("../images/icon-slick-next-white.png") no-repeat center center;
  background-size: contain;
}
.c2-slick.p2-pairing-list .slick-prev::before {
  background: url("../images/icon-slick-prev-green.png") no-repeat center center;
}
.c2-slick.p2-pairing-list .slick-next::before {
  background: url("../images/icon-slick-next-green.png") no-repeat center center;
}

.c2-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7F7F7;
  border-radius: 20px;
  overflow: hidden;
  height: 40px;
}
.c2-search input[type=text] {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 6px 17px;
  height: 100%;
  background-color: transparent;
}
.c2-search input[type=text]:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c2-search [type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  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: 50px;
}
.c2-search:has(input[type=text]:focus) {
  -webkit-box-shadow: 0 0px 0px 3px rgba(101, 169, 199, 0.8);
          box-shadow: 0 0px 0px 3px rgba(101, 169, 199, 0.8);
}
@media (max-width: 767px) {
  .c2-search {
    border-radius: 20px;
  }
}

.c2-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  background-color: #000000;
  height: 50px;
  border-radius: 25px;
  width: 100%;
  max-width: 398px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.c2-button span {
  color: inherit;
}
.c2-button:hover {
  color: #ffffff;
}
.c2-button::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.c-returnTop {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  text-decoration: none;
  z-index: 1000;
  color: #000000;
  mix-blend-mode: difference;
  mix-blend-mode: darken;
  -webkit-animation: hideReturnTop 0.3s ease-in-out forwards;
          animation: hideReturnTop 0.3s ease-in-out forwards;
}
.c-returnTop span {
  display: block;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  color: #000000;
}
.c-returnTop img {
  width: 5px;
}
.c-returnTop._visible {
  -webkit-animation: returnTop 0.3s ease-in-out forwards;
          animation: returnTop 0.3s ease-in-out forwards;
}
@media (max-width: 767px) {
  .c-returnTop {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    bottom: 40px;
  }
}

@-webkit-keyframes returnTop {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes returnTop {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes hideReturnTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes hideReturnTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
.p2-firstview {
  overflow: hidden;
}
.p2-firstview .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (min-width: 767.1px) {
  .p2-firstview-slick {
    max-width: 1044px;
    width: 74.5714285714%;
    margin-left: 120px;
  }
}
.p2-firstview-slick .slick-list {
  overflow: visible;
}
.p2-firstview-slick .slick-dots {
  width: 120px;
  height: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 100%;
  background-color: #ffffff;
}
.p2-firstview-slick .slick-dots li {
  margin-inline: 6px;
  margin-block: 0;
  height: 36px;
  width: 2px;
  background-color: #EBEBEB;
}
.p2-firstview-slick .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
}
.p2-firstview-slick .slick-dots li button::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.p2-firstview-slick .slick-dots li.slick-active button::before {
  background-color: #016D78;
}
.p2-firstview-slick .slick-prev,
.p2-firstview-slick .slick-next {
  width: 54px;
  height: 54px;
  z-index: 1;
  top: auto;
  bottom: 120px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.p2-firstview-slick .slick-prev::before,
.p2-firstview-slick .slick-next::before {
  width: 100%;
  height: 100%;
  display: block;
}
.p2-firstview-slick .slick-prev {
  left: calc(100% + 87px);
}
.p2-firstview-slick .slick-prev::before {
  background: url("../images/icon-slick-prev-white.png") no-repeat center center;
  background-size: contain;
}
.p2-firstview-slick .slick-next {
  left: calc(100% + 151px);
}
.p2-firstview-slick .slick-next::before {
  background: url("../images/icon-slick-next-white.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .p2-firstview-slick .slick-dots {
    width: 60px;
    left: 0;
    right: auto;
    background-color: transparent;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 17.6%;
  }
}

.p2-topics {
  font-size: 13px;
  background-color: #ffffff;
  padding: 30px 46px;
  width: 713px;
  max-width: 100%;
  margin-left: auto;
}
@media (min-width: 767.1px) {
  .p2-topics {
    margin-top: -79px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .p2-topics {
    padding-inline: 20px;
  }
}

.p2-topics-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
}
@media (max-width: 767px) {
  .p2-topics-inner {
    gap: 18px;
  }
}

.p2-topics-date {
  color: #919191;
  margin-bottom: 0;
}

.p2-topics-title {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 767.1px) {
  .p2-introduction {
    padding-top: 90px;
  }
}

.p2-introduction-bg {
  height: 460px;
  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;
  padding-inline: var(--paddingInline);
  background: url("../images/introduction.jpg") no-repeat top center;
  background-position: top 25% center;
  background-size: cover;
}
@media (max-width: 767px) {
  .p2-introduction-bg img {
    width: 334px;
  }
}
@media (max-width: 767px) {
  .p2-introduction-bg {
    background-image: url("../images/introduction-sp.jpg");
    background-position: bottom center;
    background-size: cover;
  }
}

.p2-keywords {
  padding-top: 90px;
  padding-inline: var(--paddingInline);
}

.p2-keywords-heading ._en {
  text-align: center;
}
.p2-keywords-heading ._ja {
  text-align: center;
}

.p2-keywords-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin-inline: auto;
}
.p2-keywords-list a {
  display: block;
  line-height: 26px;
  color: #ffffff;
  background-color: #231815;
  padding-inline: 13px;
  padding-bottom: 3px;
  border-radius: 16px;
}
.p2-keywords-list a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .p2-keywords-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p2-pickup1 {
  padding-top: 109px;
  position: relative;
}
.p2-pickup1 .slick-slider {
  overflow: hidden;
  margin-right: -20px;
  position: static;
}
.p2-pickup1 .slick-list {
  overflow: visible;
  margin-right: 20px;
}

.p2-pickup2 {
  padding-top: 100px;
  position: relative;
}
.p2-pickup2 .slick-slider {
  overflow: hidden;
  margin-right: -20px;
  position: static;
}
.p2-pickup2 .slick-list {
  overflow: visible;
  margin-right: 20px;
}

.p2-slick-wrapper {
  position: relative;
}
.p2-slick-wrapper .slick-slider {
  position: static;
  overflow: hidden;
}
.p2-slick-wrapper .slick-list {
  overflow: visible;
}
.p2-slick-wrapper .slick-prev,
.p2-slick-wrapper .slick-next {
  top: calc(50% - 27px);
}

.p2-pickup1-list,
.p2-pickup2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p2-pickup1-list .c2-itemCard,
.p2-pickup2-list .c2-itemCard {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (max-width: 767px) {
  .p2-pickup1-list .c2-itemCard,
  .p2-pickup2-list .c2-itemCard {
    -ms-flex-preferred-size: 66.6666666667vw;
        flex-basis: 66.6666666667vw;
    width: 66.6666666667vw;
  }
  .p2-pickup1-list .slick-prev,
  .p2-pickup1-list .slick-next,
  .p2-pickup2-list .slick-prev,
  .p2-pickup2-list .slick-next {
    top: calc(33.3333vw - 27px);
    bottom: auto;
  }
  .p2-pickup1-list .slick-prev,
  .p2-pickup2-list .slick-prev {
    left: -5px;
  }
  .p2-pickup1-list .slick-next,
  .p2-pickup2-list .slick-next {
    right: -5px;
  }
}

.p2-pairing {
  background-image: url("../images/pairing-blob.png");
  background-repeat: no-repeat;
  background-size: 138.3571428571%;
  background-position: center center;
  padding-top: 20.4285714286%;
  padding-bottom: 20%;
}
@media (min-width: 1400.1px) {
  .p2-pairing {
    background-size: 1937px;
    padding-top: 286px;
    padding-bottom: 280px;
  }
}
@media (max-width: 767px) {
  .p2-pairing {
    background-image: url("../images/pairing-blob-sp.png");
    background-size: 341.0666666667%;
    padding-top: 53.3333333333%;
    padding-bottom: 41.6%;
  }
}

.p2-pairing-listWrapper {
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
}
@media (min-width: 1245.1px) {
  .p2-pairing-listWrapper {
    padding-inline: 0;
    margin-right: 0;
    margin-left: calc(50vw - 615px);
  }
}
@media (min-width: 1360px) {
  .p2-pairing-listWrapper .slick-prev {
    left: -60px;
  }
}

.p2-pairing-list .slick-list {
  overflow: visible;
}
.p2-pairing-list .slick-prev,
.p2-pairing-list .slick-next {
  top: 45%;
}
@media (max-width: 767px) {
  .p2-pairing-list .slick-list {
    overflow: hidden;
  }
  .p2-pairing-list .slick-prev,
  .p2-pairing-list .slick-next {
    top: 40%;
  }
  .p2-pairing-list .slick-prev {
    left: -15px;
  }
  .p2-pairing-list .slick-next {
    right: -15px;
  }
}

.c2-slick.p2-pairing-list .slick-track {
  display: flex;
}

.p2-pairing-slide {
  padding: 40px 30px 30px;
  background-color: #ffffff;
  width: 420px;
  height: auto;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .p2-pairing-slide {
    max-width: none;
    padding: 26px 25px 22px;
    margin-right: 0;
  }
}

.p2-pairing-top {
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p2-pairing-col {
  -ms-flex-preferred-size: calc((100% - 23px) / 2);
      flex-basis: calc((100% - 23px) / 2);
  position: relative;
}
.p2-pairing-col img {
  margin-bottom: 11px;
}
.p2-pairing-col:first-child:before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: calc(100% - 11px);
  padding-top: 100%;
  padding-left: 44px;
  background: url("../images/unit.png") no-repeat center center;
  background-size: contain;
}

.p2-pairing-taglist {
  color: #016D78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.p2-pairing-taglist span {
  padding-block: 4px 5px;
  padding-inline: 23px;
  border-radius: 16px;
  border: 1px solid #016D78;
}
@media (max-width: 767px) {
  .p2-pairing-taglist span {
    font-size: 12px;
    padding-inline: 12px;
    padding-block: 2px 3px;
  }
}

.p2-staffComment {
  background-color: #FAFAFA;
  position: relative;
  padding-block: 18px;
  padding-inline: 15px;
}
.p2-staffComment::before, .p2-staffComment::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #016D78;
  left: 0;
}
.p2-staffComment::before {
  top: 4px;
}
.p2-staffComment::after {
  bottom: 4px;
}

.p2-staffComment-heading {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #016D78;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p2-staffComment-heading {
    font-size: 14px;
  }
}

.p2-staffComment-text {
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p2-staffComment-text {
    font-size: 13px;
  }
}

.p2-recommend {
  padding-block: 60px;
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  .p2-recommend {
    padding-block: 60px 90px;
  }
}

.p2-recommend-header {
  margin-bottom: 30px;
  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;
}

.p2-recommend-heading {
  margin-bottom: 0;
}
.p2-recommend-more {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}
.p2-recommend-more span {
  padding-right: 30px;
  position: relative;
}
.p2-recommend-more span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #016D78;
  border-bottom: 1px solid #016D78;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.p2-recommend .c2-inner > .p2-recommend-more {
  display: none;
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 767px) {
  .p2-recommend-header .p2-recommend-more {
    display: none;
  }
  .p2-recommend .c2-inner > .p2-recommend-more {
    display: block;
  }
}

.p2-recommend-comminsoon {
  padding-top: 120px;
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #D8D8D8;
  text-align: center;
}
@media (max-width: 767px) {
  .p2-recommend-comminsoon {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

.p2-recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .p2-recommend-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.p2-recommend-item {
  -ms-flex-preferred-size: calc((100% - 80px) / 3);
      flex-basis: calc((100% - 80px) / 3);
}

.p2-recommend-thumb {
  margin-bottom: 16px;
  aspect-ratio: 360/254;
}
.p2-recommend-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p2-recommend-title {
  margin-bottom: 9px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .p2-recommend-title {
    font-size: 13px;
  }
}

.p2-recommend-date {
  color: #8D8D8D;
  margin-bottom: 0;
}

.p2-recommend-letter {
  margin-top: 77px;
  text-align: center;
}
@media (max-width: 767px) {
  .p2-recommend-letter {
    margin-top: 30px;
  }
}

.p2-ranking {
  padding-top: 100px;
}
.p2-recommend + .p2-ranking {
  padding-top: 200px;
}
.p2-ranking .slick-list {
  overflow: visible;
}
@media (max-width: 767px) {
  .p2-recommend + .p2-ranking {
    padding-top: 90px;
  }
}

.p2-ranking-wrapper {
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
}
@media (min-width: 1245.1px) {
  .p2-ranking-wrapper {
    padding-inline: 0;
    margin-right: 0;
    margin-left: calc(50vw - 615px);
  }
  .p2-ranking-wrapper .slick-list {
    overflow: hidden;
  }
}

.p2-ranking-list a {
  position: relative;
}
.p2-ranking-list .slick-slide {
  width: 286px;
}
@media (max-width: 767px) {
  .p2-ranking-list {
    margin-inline: calc(var(--paddingInline) * -1);
  }
  .p2-ranking-list .slick-prev,
  .p2-ranking-list .slick-next {
    top: calc(25vw - 27px);
  }
  .p2-ranking-list .slick-prev {
    left: 0;
  }
  .p2-ranking-list .slick-next {
    right: 0;
  }
}

.p2-ranking-rank {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  background-color: #016D78;
  font-size: 22px;
  font-weight: 500;
  width: 53.68px;
  height: 53.08px;
  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;
  border-radius: 0 0 20px 0;
}
.p2-ranking-rank._rank01 {
  background-color: #C5B567;
}
.p2-ranking-rank._rank02 {
  background-color: #A2A2A2;
}
.p2-ranking-rank._rank03 {
  background-color: #BA9169;
}
@media (max-width: 767px) {
  .p2-ranking-rank {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

.p2-concept {
  padding-block: 90px;
  padding-inline: var(--paddingInline);
  overflow: hidden;
  padding-top: 150px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .p2-concept {
    padding-block: 112px 154px;
    padding-top: 192px;
    margin-top: -80px;
  }
}

.p2-concept-inner {
  max-width: 949px;
  margin-inline: auto;
  position: relative;
}

.p2-concept-blob {
  position: absolute;
  z-index: -1;
  width: 63.1190727081%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .p2-concept-blob {
    position: static;
    width: calc(100% + 40px);
    margin-left: -20px;
    aspect-ratio: 375/465;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none;
    margin-bottom: -80px;
  }
}

.p2-concept-container {
  max-width: 453px;
  margin-left: auto;
}
@media (min-width: 767.1px) {
  .p2-concept-container {
    padding-top: 48px;
  }
}

.p2-concept-logo {
  margin-bottom: 51px;
  text-align: center;
}
@media (max-width: 767px) {
  .p2-concept-logo {
    margin-bottom: 30px;
  }
  .p2-concept-logo img {
    width: 160px;
  }
}

.p2-concept-heading {
  margin-bottom: 19px;
  text-align: center;
}
@media (max-width: 767px) {
  .p2-concept-heading img {
    width: 214px;
  }
}

.p2-concept-text {
  text-align: center;
  line-height: 29px;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .p2-concept-text {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}

.p2-concept-letter {
  text-align: center;
}

.p2-membership {
  padding-block: 80px 90px;
  background-color: #016D78;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p2-membership {
    padding-block: 67px 90px;
  }
}

.p2-membership-inner {
  max-width: 992px;
  margin-inline: auto;
}

.p2-membership-heading {
  text-align: center;
  margin-bottom: 23px;
}

.p2-membership-lead {
  text-align: center;
  margin-bottom: 48px;
  color: #ffffff;
  line-height: 2.0714285714;
}
@media (max-width: 767px) {
  .p2-membership-lead {
    font-size: 13px;
    margin-inline: -5px;
  }
}

.p2-membership-table {
  table-layout: fixed;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  border-top: 1px solid #ffffff;
}
.p2-membership-table p {
  margin-bottom: 0;
}
.p2-membership-table tr {
  border-bottom: 1px solid #ffffff;
}
.p2-membership-table thead {
  font-size: 18px;
}
.p2-membership-table thead th {
  padding-block: 11px;
}
.p2-membership-table tbody {
  font-size: 22px;
}
.p2-membership-table tbody td {
  padding-block: 22px;
}
.p2-membership-table ._column1 {
  text-align: center;
}
.p2-membership-table ._column2 {
  text-align: center;
}
.p2-membership-table ._column2 p {
  display: inline-block;
}
.p2-membership-table ._column3 {
  text-align: center;
}
.p2-membership-table span {
  vertical-align: middle;
}
.p2-membership-table ._mark {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 16px;
}
.p2-membership-table ._regular ._mark {
  background-color: #ffffff;
}
.p2-membership-table ._bronze ._mark {
  background-color: #BA9169;
}
.p2-membership-table ._silver ._mark {
  background-color: #A2A2A2;
}
.p2-membership-table ._gold ._mark {
  background-color: #C5B567;
}
.p2-membership-table td:not(:first-child),
.p2-membership-table th:not(:first-child) {
  border-left: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .p2-membership-table thead {
    font-size: 15px;
  }
  .p2-membership-table tbody {
    font-size: 15px;
  }
}

.p2-subscribe-bg {
  height: 686px;
  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;
  padding-inline: var(--paddingInline);
  background: url("../images/introduction.jpg") no-repeat top center;
  background-position: top 0 center;
  background-size: 109%;
}
@media (max-width: 767px) {
  .p2-subscribe-bg {
    height: 584px;
    background-image: url("../images/introduction-sp.jpg");
    background-position: bottom center;
    background-size: cover;
  }
}

.p2-subscribe-box {
  border: 4px solid #ffffff;
  max-width: 924px;
  width: 100%;
  margin-inline: auto;
  padding-block: 83px 73px;
  padding-inline: var(--paddingInline);
  text-align: center;
}
@media (max-width: 767px) {
  .p2-subscribe-box {
    padding-inline: 0;
  }
}

.p2-subscribe-heading {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3181818182;
  margin-bottom: 10px;
}

.p2-subscribe-text {
  line-height: 2.0714285714;
  margin-bottom: 32px;
}

.p2-subscribe-button {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  font-weight: 700;
}
.p2-subscribe-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  background-color: #000000;
  height: 50px;
  border-radius: 25px;
  width: 100%;
  max-width: 398px;
  position: relative;
}
.p2-subscribe-button a::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .p2-subscribe-button a {
    max-width: 271px;
  }
}

.p2-favorite {
  padding-top: 132px;
}

.p2-favorite-inner {
  position: relative;
}

.p2-favorite-heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
}

.p2-favorite-list.slick-slider {
  overflow: hidden;
  margin-right: -20px;
  position: static;
}
.p2-favorite-list .slick-list {
  overflow: visible;
  margin-right: 20px;
}
.p2-favorite-list .slick-slide {
  width: 154px;
}
.p2-favorite-list .slick-slide img {
  width: 100%;
  height: 154px;
  object-fit: contain;
  object-position: center;
}
.p2-favorite-list .slick-prev,
.p2-favorite-list .slick-next {
  top: 50px;
}
.p2-favorite-list .slick-prev {
  left: 0;
}

.p2-checked {
  padding-top: 80px;
}

.p2-nav1-level1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 57px;
}
.p2-nav1-level1 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p2-nav1-level1 ._has-child {
  position: relative;
}
.p2-nav1-level1 .js-toggle-contents {
  position: absolute;
  top: 100%;
}

.p2-nav1-level2 {
  background-color: #ffffff;
  width: 200px;
}
.p2-nav1-level2 li {
  padding: 17px 15px;
}

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

.js-toggle-btn {
  position: relative;
  padding-right: 20px;
}
.js-toggle-btn::after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) skew(-10deg) rotate(45deg);
          transform: translateY(-50%) skew(-10deg) rotate(45deg);
  -webkit-transform: scale(1, 0.85) translateY(-50%) rotate(45deg);
          transform: scale(1, 0.85) translateY(-50%) rotate(45deg);
}
.js-toggle-btn.is-on::after {
  -webkit-transform: scale(1, 0.85) translateY(-50%) rotate(-135deg);
          transform: scale(1, 0.85) translateY(-50%) rotate(-135deg);
}

.p-product-explain {
  background-color: transparent;
}
.p-product-explain:not(:has(.p2-product-article)) {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-block: 90px;
}
@media (max-width: 767px) {
  .p-product-explain:not(:has(.p2-product-article)) {
    padding-block: 50px;
  }
}

.p-product-option {
  padding-inline: 0;
}

.p-product-option-detail,
.p-product-option-select {
  text-align: left;
}

.p2-product-article .navigation {
  max-width: 1123px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
}
.p2-product-article .navigation span {
  padding-right: 22px;
  position: relative;
}
.p2-product-article .navigation span::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #49322A;
  border-bottom: 1px solid #49322A;
  top: calc(50% - 4.5px);
  right: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p2-product-article .navigation a {
  display: block;
  text-align: center;
  border-bottom: 2px solid #016D78;
  padding: 9.4px;
}
.p2-product-article .section-feature {
  padding-top: 90px;
  padding-bottom: 82px;
}
.p2-product-article .section-feature .c2-heading {
  text-align: center;
}
.p2-product-article .section-feature .movie {
  width: 666px;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 55px;
}
.p2-product-article .section-feature video {
  max-width: 100%;
}
.p2-product-article .section-feature .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p2-product-article .section-feature .image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.p2-product-article .section-feature .body {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 36px;
}
.p2-product-article .section-feature .title {
  font-size: 22px;
  margin-bottom: 20px;
}
.p2-product-article .section-feature .text {
  margin-bottom: 5px;
}
.p2-product-article .section-feature .note {
  margin-bottom: 0;
}
.p2-product-article .gray {
  background-color: #F7F7F7;
  padding-block: 62px 87px;
}
.p2-product-article .section-target h2 {
  text-align: center;
  margin-bottom: 20px;
}
.p2-product-article .section-target ul {
  max-width: 772px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
}
.p2-product-article .section-target li {
  background-color: #ffffff;
  -ms-flex-preferred-size: calc(50% - 7px);
      flex-basis: calc(50% - 7px);
  padding: 21px;
}
.p2-product-article .section-target span {
  padding-left: 37px;
  position: relative;
  color: #016D78;
}
.p2-product-article .section-target span::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 26px;
  background: url("../images/product/article/checkmark.png") no-repeat center center;
  background-size: contain;
  top: 0;
  left: 0;
}
.p2-product-article .section-points {
  padding-top: 64px;
}
.p2-product-article .section-points h2 {
  text-align: center;
  margin-bottom: 35px;
}
.p2-product-article .section-points h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.p2-product-article .section-points p {
  margin-bottom: 0;
  line-height: 2.0714285714;
}
.p2-product-article .section-points .colums + .colums {
  margin-top: 20px;
}
.p2-product-article .section-points .colums {
  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;
  max-width: 1160px;
  margin-inline: auto;
}
.p2-product-article .section-points .colums:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p2-product-article .section-points .image {
  -ms-flex-preferred-size: 50%;/*50.8620689655%*/
      flex-basis: 50%;/*50.8620689655%*/
}
.p2-product-article .section-points .body {
  -ms-flex-preferred-size: 50%;/*46.2931034483%*/
      flex-basis: 50%;/*46.2931034483%*/
}
.p2-product-article .section-points .colums:nth-of-type(odd) .body {
  padding-left: 30px;
}
.p2-product-article .section-points .colums:nth-of-type(even) .body {
  padding-right: 30px;
}
.p2-product-article .section-ingredient {
  padding-block: 82px;
}
.p2-product-article .section-ingredient .c2-heading {
  text-align: center;
}
.p2-product-article .section-ingredient .list {
  max-width: 886px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.p2-product-article .section-ingredient .item {
  background-color: #F7F7F7;
  padding: 33px;
  -ms-flex-preferred-size: calc((100% - 42px) / 3);
      flex-basis: calc((100% - 42px) / 3);
}
.p2-product-article .section-ingredient .title {
  color: #016D78;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
.p2-product-article .section-ingredient .text {
  line-height: 2.0714285714;
}
.p2-product-article .section-staff {
  background-color: rgba(0, 108, 120, 0.1);
  padding-block: 89px 137px;
}
.p2-product-article .section-staff .c2-heading {
  text-align: center;
}
.p2-product-article .section-staff h3 {
  font-size: 22px;
}
.p2-product-article .section-staff .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p2-product-article .section-staff .first {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 36px;
  background-color: #ffffff;
}
.p2-product-article .section-staff .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.p2-product-article .section-staff .second {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-inline: 36px;
}
.p2-product-article .section-staff .second h3 {
  text-align: center;
  margin-bottom: 20px;
}
.p2-product-article .section-staff .item {
  max-width: 300px;
  margin-inline: auto;
}
.p2-product-article .section-staff .item img {
  margin-bottom: 16px;
}
.p2-product-article .section-staff p {
  margin-bottom: 0;
}
.p2-product-article .section-staff .button {
  margin-top: 34px;
  text-align: center;
}
.p2-product-article .section-description {
  padding-inline: var(--paddingInline);
  padding-top: 120px;
}
.p2-product-article .section-description .c2-heading {
  text-align: center;
}
.p2-product-article .section-description .inner {
  max-width: 1000px;
  margin-inline: auto;
  background-color: #F9F9F9;
  padding-block: 42px;
  padding-inline: var(--paddingInline);
}
.p2-product-article .section-description .inner section {
  max-width: 840px;
  margin-inline: auto;
}
.p2-product-article .section-description .inner section + section {
  margin-top: 40px;
}
.p2-product-article .section-description h3 {
  font-size: 16px;
  padding-left: 18px;
  position: relative;
  padding-block: 3px;
  margin-bottom: 16px;
}
.p2-product-article .section-description h3::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #016D78;
  top: 0;
  left: 0;
}
.p2-product-article .section-description .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.p2-product-article .section-description .column {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}

@media (max-width: 767px) {
  .p2-product-article .navigation {
    grid-template-columns: 1fr 1fr;
    padding-inline: 40px;
  }
  .p2-product-article .navigation a {
    text-align: left;
    padding-inline: 0;
  }
  .p2-product-article .section-feature .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p2-product-article .section-feature .body {
    padding: 0;
  }
  .p2-product-article .section-target ul {
    gap: 11.43px;
  }
  .p2-product-article .section-target li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p2-product-article .section-target span::before {
    width: 25.5px;
    height: 22.86px;
  }
  .p2-product-article .section-points .colums {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p2-product-article .section-points .colums:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p2-product-article .section-points .body,
  .p2-product-article .section-points .colums:nth-child(odd) .body,
  .p2-product-article .section-points .colums:nth-child(even) .body {
    padding: 0;
  }
  .p2-product-article .section-ingredient .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    padding-inline: 20px;
  }
  .p2-product-article .section-ingredient .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p2-product-article .section-staff {
    padding-bottom: 74px;
  }
  .p2-product-article .section-staff .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p2-product-article .section-staff .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .p2-product-article .section-staff .second {
    padding-inline: 20px;
  }
  .p2-product-article .section-staff .item {
    width: 100%;
  }
  .p2-product-article .section-description .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p-product-other .section-review .c2-heading {
  text-align: center;
}
.p-product-other .section-review .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-product-other .section-review .item {
  background-color: #F9F9F9;
  padding: 30px 60px 40px;
}
.p-product-other .section-review .title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 13px;
}
.p-product-other .section-review .star {
  color: #016D78;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
.p-product-other .section-review .profile {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 26px;
}
.p-product-other .section-review .text {
  margin-bottom: 0;
}
.p-product-other .section-review .button {
  margin-top: 45px;
  text-align: center;
}
.p-product-other .section-sns {
  padding-top: 120px;
}
.p-product-other .section-sns .c2-heading {
  text-align: center;
}
.p-product-other .section-sns .c2-sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-product-other .section-recommend {
  padding-top: 120px;
}
.p-product-other .section-recommend .c2-heading {
  text-align: center;
}
.p-product-other .section-recommend .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 28px;
}
.p-product-other .section-recommend .list .c2-itemCard {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

@media (max-width: 767px) {
  .p-product-other .section-recommend {
    padding-top: 70px;
  }
  .p-product-other .section-recommend .list .c2-itemCard {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
}
.p2-product-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.2016806723%;
}
@media (max-width: 990px) {
  .p2-product-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p2-product-image {
  -ms-flex-preferred-size: 42.0168067227%;
      flex-basis: 42.0168067227%;
  max-width: 500px;
}
@media (max-width: 990px) {
  .p2-product-image {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.p2-product-detail {
  -ms-flex-preferred-size: 53.781512605%;
      flex-basis: 53.781512605%;
  max-width: 640px;
}
@media (max-width: 990px) {
  .p2-product-detail {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.p-product-img__main .slick-list {
  overflow: hidden;
}
.p-product-img__main .slick-prev,
.p-product-img__main .slick-next {
  width: 54px;
  height: 54px;
}
.p-product-img__main .slick-prev:hover,
.p-product-img__main .slick-next:hover {
  background-color: transparent;
}
.p-product-img__main .slick-prev:before,
.p-product-img__main .slick-next:before {
  content: none;
}
.p-product-img__main .slick-prev {
  left: 10px;
  background: url("../images/icon-slick-prev-transparent.png") no-repeat center center;
  background-size: contain;
}
.p-product-img__main .slick-prev:hover {
  left: 10px;
  background-image: url("../images/icon-slick-prev-transparent.png");
}
.p-product-img__main .slick-next {
  right: 10px;
  background: url("../images/icon-slick-next-transparent.png") no-repeat center center;
  background-size: contain;
}
.p-product-img__main .slick-next:hover {
  right: 10px;
  background-image: url("../images/icon-slick-next-transparent.png");
}

.p-product-img__thumb {
  margin-top: 16px;
  padding-right: 15px;
  overflow: hidden;
}

.p-product-thumb-list {
  margin-inline: 0;
}
.p-product-thumb-list .slick-list {
  overflow: visible;
}
.p-product-thumb-list .slick-current img {
  border: 1px solid #016D78;
}

.p-product-thumb-list__item {
  margin-bottom: 0;
  padding: 0;
  margin-right: 7px;
  width: 90px;
}

.p-product-info {
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-product-info {
    padding-inline: 0;
  }
}

.p-product-form-stock {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-product-link-list {
  display: block;
}

.p-product-form-btn {
  margin-left: 0;
}

.p-product-form-btn__cart {
  margin-bottom: 11px;
}

.c-btn-cart {
  background-color: #3C3A3A;
  border: 1px solid #3C3A3A;
  color: #ffffff;
  height: 60px;
  border-radius: 30px;
  font-size: 14px;
  padding-block: 19px;
  width: 334px;
  font-weight: normal;
}
.c-btn-cart img {
  width: 22.44px;
  height: 22.44px;
  vertical-align: middle;
  padding-bottom: 0;
}
.c-btn-cart span {
  vertical-align: middle;
}
.c-btn-cart:hover {
  background-color: #016D78;
  border-color: #016D78;
}

.p-product-form-btn__favorite {
  font-weight: normal;
}
.p-product-form-btn__favorite img {
  width: 20.47px;
  height: 17.14px;
  vertical-align: middle;
  padding-bottom: 0;
}
.p-product-form-btn__favorite span {
  vertical-align: middle;
}

.c-btn-cart.is-favorite {
  border-color: #016D78;
  color: #016D78;
}
.c-btn-cart.is-favorite svg {
  padding-bottom: 0;
  width: 26px;
}
.c-btn-cart.is-favorite:hover {
  background-color: #016D78;
  color: #ffffff;
}

.is-favorite.is-added svg {
  fill: #ff0000;
}

.p-product-link-list {
  font-size: 12px;
}

.p-product-link-list__item {
  margin-left: 0;
}
.p-product-link-list__item:not(:first-child) {
  margin-top: 10px;
}

.p-product-info__ttl {
  font-size: 22px;
}

.p-product-price {
  display: block;
}
.p-product-price ._suffix {
  font-size: 16px;
}

.p-product-price__sell {
  font-weight: normal;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .p-product-price {
    text-align: left;
    padding-inline: 0;
  }
}
.p-product-form-stock__input input[type=text] {
  width: 92px;
  height: 45px;
  border-color: #606060;
  text-align: right;
}

.p-product input[type=text] {
  border-color: #606060;
}

.p-product-form-stock__left {
  margin-left: 16px;
}

.p-product-link-list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-link-list {
    padding-inline: 0;
  }
}

/* ===========================================
  テキスト画像のサイズ設定
=========================================== */
.p2-keywords-heading img {
  width: 138px;
}

.p2-pickup1-heading img {
  width: 255px;/*305px*/
}

.p2-pickup2-heading img {
  width: 160px;/*208px*/
}

.p2-pairing-heading img {
  width: 469px;
}

.p2-recommend-heading img {
  width: 141px;
}

.p2-ranking-heading img {
  width: 116px;
}

.p2-concept-heading img {
  width: 380px;
}

.p2-membership-heading img {
  width: 286px;
}

@media (max-width: 767px) {
  .p2-pairing-heading img {
    width: 227px;
  }
  .p2-concept-heading img {
    width: 213px;
  }
  .p2-membership-heading img {
    width: 237px;
  }
}
.p2-product-article .section-feature h2 ._ja img {
  width: 91px;
}
.p2-product-article .section-target h2 img {
  width: 227px;
}
.p2-product-article .section-points h2 img {
  width: 184px;
}
.p2-product-article .section-ingredient h2 ._ja img {
  width: 93px;
}
.p2-product-article .section-staff h2 ._ja img {
  width: 184px;
}
.p2-product-article .section-staff .second h3 img {
  width: 403px;
  max-width: 100%;
}
.p2-product-article .section-description h2 ._ja img {
  width: 91px;
}

.p-product-other .section-review h2 ._ja img {
  width: 116px;
}
.p-product-other .section-sns h2 ._ja img {
  width: 233px;
}
.p-product-other .section-recommend h2 ._ja img {
  width: 258px;
}

/* ===========================================
  スライダー
=========================================== */
@media (min-width: 1360px) {
  .p2-favorite-list .slick-prev {
    left: -60px;
  }
  .p2-ranking-list .slick-prev {
    left: -60px;
  }
}
.p2-favorite-list2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 50px;
}