@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

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

img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

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

/*
  Settings
————————————————————————————————————————— */
/*
  Base
————————————————————————————————————————— */
@font-face {
  font-family: "NotoSansCJKjp";
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}
html.toppage {
  overflow-y: hidden;
}
html.toppage body {
  overflow-y: hidden;
}

body {
  font-family: "NotoSansCJKjp";
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  color: #000000;
  line-height: 1;
}

/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-main.top {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 100vh;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  overflow-y: scroll;
}
@media screen and (max-width: 991px) {
  .l-main.top {
    height: 100dvh;
  }
}
.l-main.top .l-section {
  width: 100%;
  height: 100vh;
  position: relative;
  scroll-snap-align: start;
}
@media screen and (max-width: 991px) {
  .l-main.top .l-section {
    height: 100dvh;
  }
}
.l-main.top .l-section .slick-list, .l-main.top .l-section .slick-track {
  height: 100%;
}
.l-main.top footer {
  scroll-snap-align: start;
}

.l-main2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 100px 0 0;
}

.l-siteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.l-wrapper {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}

.l-wrapper.wide {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.l-wrapper2 {
  max-width: 90%;
  margin: 0 auto;
}

.l-wrapper3 {
  max-width: 810px;
  margin: 0 auto;
}

.l-section {
  width: 100%;
  height: 100vh;
  position: relative;
}
.l-section.-top1 {
  z-index: 10;
}
.l-section.-top2 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}
.l-section.-top3 {
  background: url(../img/top/sec-image1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.l-section.-top4 {
  background: url(../img/top/sec-image2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.l-section.-top5 {
  background: url(../img/top/sec-image3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-section.-top6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-section.-top7 {
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-section2.-shopping3 {
  padding: 100px 0 90px;
  background: #F8F8F8;
}
.l-section2.-shopping4 {
  margin-top: 90px;
}
.l-section2.-cart2 {
  margin-bottom: 80px;
}
.l-section2.-point1 {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}
.l-section2.point {
  margin-top: 240px;
}
.l-section2.-point7 {
  padding: 70px 0 80px;
  background: #F8F8F8;
}
.l-section2.faq {
  margin-bottom: 100px;
}
.l-section2.-faq1 {
  margin-bottom: 120px;
}

.l-footer {
  padding: 76px 0 40px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  layout(1199)
  =========================*/
  .l-wrapper {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  layout(992)
  =========================*/
  .l-main2 {
    padding: 76px 0 0;
  }
  .l-wrapper3 {
    max-width: 90%;
  }
  .l-section {
    height: 100vh !important;
    overflow: hidden;
  }
  .l-section.-top1 {
    z-index: 2;
  }
  .l-section.-top3 {
    background: url(../img/top/sp-sec-image1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 4;
  }
  .l-section.-top4 {
    background: url(../img/top/sp-sec-image2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .l-section.-top5 {
    background: url(../img/top/sp-sec-image3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 4;
  }
  .l-section.-top6 {
    background: #fff;
    z-index: 4;
  }
  .l-section.-top7 {
    z-index: 4;
  }
  .l-section2.-shopping3 {
    padding: 65px 0 60px;
  }
  .l-section2.-shopping4 {
    margin-top: 32px;
  }
  .l-section2.-cart2 {
    margin-bottom: 50px;
  }
  .l-section2.-point1 {
    width: 100%;
    max-width: 100%;
  }
  .l-section2.point {
    margin-top: 140px;
  }
  .l-section2.faq {
    margin-bottom: 85px;
  }
  .l-section2.-faq1 {
    margin-bottom: 85px;
  }
  .l-section2.-faq4 {
    margin-bottom: 0;
  }
  .l-footer {
    background: #fff;
    position: relative;
    z-index: 4;
    padding: 128px 0 26px;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
.c-loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.c-loading img {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: none;
  z-index: 9999;
  width: 404px;
}

.c-follow__logo {
  position: fixed;
  top: 30px;
  left: 48px;
  width: 90px;
  z-index: 3;
}
.c-follow__logo a {
  display: block;
  position: relative;
}
.c-follow__logo .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.c-follow__logo:hover .inactive {
  opacity: 0;
}
.c-follow__logo:hover .active {
  opacity: 1;
}

.c-follow__cart {
  position: fixed;
  top: 34px;
  right: 97px;
  width: 54px;
  z-index: 5;
}

.c-check__box {
  position: fixed;
  right: 28px;
  bottom: 30px;
  z-index: 12;
  width: 166px;
}
.c-check__box .c-check__link {
  display: block;
  position: relative;
}
.c-check__box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.c-check__box:hover .inactive {
  opacity: 0;
}
.c-check__box:hover .active {
  opacity: 1;
}

.c-sns__list {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
}
.c-sns__list li {
  margin: 0 0 8px;
}
.c-sns__list li a {
  display: block;
}
.c-sns__list li:nth-child(2) a, .c-sns__list li:nth-child(3) a {
  width: 22px;
  margin: 0 auto;
}
.c-sns__list.is-active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.c-more-link {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 2.6px;
  color: #000000;
  text-align: center;
  border: solid 1px #000;
  border-radius: 25px;
  display: block;
  width: 266px;
  padding: 16px 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-more-link:hover {
  background: #fff;
  border: solid 1px #fff;
}
.c-more-link.-black:hover {
  color: #fff;
  background: #000;
  border: solid 1px #000;
}

.c-more-link2 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2.4px;
  color: #000000;
  text-align: center;
  border: solid 1px #000;
  border-radius: 25px;
  display: block;
  width: 266px;
  padding: 16px 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-more-link2:after {
  content: "";
  display: inline-block;
  background: url(../img/common/link-icon.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 5px;
  vertical-align: middle;
  margin: 0 0 0 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-more-link2:hover {
  color: #fff;
  background: #000;
}
.c-more-link2:hover:after {
  background: url(../img/common/link-icon-hover.svg) no-repeat;
}

.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.c-hamburger {
  position: fixed;
  top: 42px;
  right: 27px;
  z-index: 5;
  width: 46px;
  height: 28px;
  margin: auto;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 46px;
  height: 1px;
  background-color: #000;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -14px;
}
.c-hamburger__line:after {
  top: 14px;
}

.c-hamburger[aria-expanded=true] {
  z-index: 25;
}
.c-hamburger[aria-expanded=true] .c-hamburger__line {
  background-color: transparent;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded=true] .c-hamburger__line:before, .c-hamburger[aria-expanded=true] .c-hamburger__line:after {
  top: 0;
  background-color: #000;
}
.c-hamburger[aria-expanded=true] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded=true] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}

.c-slider__list {
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.next-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 14px;
  right: 60px;
  cursor: pointer;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 14px;
  left: 60px;
  cursor: pointer;
}

.c-slide__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-slide-dots {
  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;
  position: absolute;
  bottom: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-slide-dots li {
  margin: 0 6px;
}
.c-slide-dots li button {
  border: none;
  text-indent: -9999px;
  height: 10px;
  border-radius: 50%;
  width: 10px;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
}
.c-slide-dots li.slick-active button {
  background: rgb(255, 255, 255);
}

.c-slide-dots2 {
  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;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-slide-dots2 li {
  margin: 0 10px;
}
.c-slide-dots2 li button {
  border: none;
  text-indent: -9999px;
  height: 10px;
  border-radius: 50%;
  width: 10px;
  padding: 0;
  background: #B9B9B9;
}
.c-slide-dots2 li.slick-active button {
  background: #000;
}

.c-slide-dots3 {
  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;
  position: absolute;
  bottom: 115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-slide-dots3 li {
  margin: 0 6px;
}
.c-slide-dots3 li button {
  border: none;
  text-indent: -9999px;
  height: 10px;
  border-radius: 50%;
  width: 10px;
  padding: 0;
  background: #B9B9B9;
}
.c-slide-dots3 li.slick-active button {
  background: #000;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slick-animation {
  -webkit-animation: fadezoom 12s ease-in-out 0s infinite normal;
          animation: fadezoom 12s ease-in-out 0s infinite normal;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  component(992)
  =========================*/
  .c-loading img {
    width: 250px;
  }
  .c-float-menu {
    height: 74px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }
  .c-float-menu2 {
    height: 74px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .c-float-menu2.is-active {
    opacity: 1;
  }
  .is-drawerActive .c-float-menu2 {
    opacity: 1;
  }
  .c-follow__logo {
    top: 9px;
    left: 5%;
    width: 58px;
    z-index: 8;
  }
  .c-follow__cart {
    top: 14px;
    right: 78px;
  }
  .c-check__box {
    right: 2%;
    bottom: 10px;
    width: 135px;
    z-index: 3;
  }
  .c-hamburger {
    top: 22px;
    right: 5%;
    z-index: 20;
  }
  .next-arrow {
    width: 32px;
    right: 5%;
    padding: 10px;
  }
  .next-arrow.arrow2 {
    top: 30%;
    right: -5%;
  }
  .next-arrow.arrow3 {
    top: 30%;
    right: 5%;
  }
  .prev-arrow {
    width: 32px;
    left: 5%;
    padding: 10px;
  }
  .prev-arrow.arrow2 {
    top: 30%;
    left: -5%;
  }
  .prev-arrow.arrow3 {
    top: 30%;
    left: 5%;
  }
  .home .c-float-menu {
    height: unset;
    background: none;
    position: static;
  }
  .home .c-hamburger {
    z-index: 10;
  }
  .home.is-drawerActive .c-hamburger {
    z-index: 25;
  }
}
@media (max-height: 660px) {
  .c-slide-dots2 {
    bottom: -22px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer .p-footer__logo {
  width: 414px;
  margin: 0 auto 47px;
}
.p-footer .p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 65px;
}
.p-footer .p-footer__item a {
  font-size: 1.0625rem;
  letter-spacing: 1.7px;
  color: #000000;
  padding: 0 40px;
  border-right: solid 1px #000;
}
.p-footer .p-footer__item:last-child a {
  border: none;
}
.p-footer .p-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 60px;
}
.p-footer .p-footer__flex h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 7.2px;
  margin: 0 70px 0 0;
}
.p-footer .p-footer__flex address {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 2.4;
}

.p-footer2 .p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 124px;
  margin-bottom: 64px;
  border-bottom: 1px solid #707070;
}
.p-footer2 .p-footer__item a {
  font-size: 1.0625rem;
  letter-spacing: 1.7px;
  color: #000000;
  padding: 0 40px;
  border-right: solid 1px #000;
}
.p-footer2 .p-footer__item:last-child a {
  border: none;
}
.p-footer2 .p-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 60px;
}
.p-footer2 .p-footer__logo {
  width: 260px;
  margin: 0 90px 0 0;
}
.p-footer2 .p-footer__title {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 7.2px;
  margin-bottom: 20px;
}
.p-footer2 address {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 2.4;
  margin-bottom: 35px;
}
.p-footer2 .p-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer2 .p-sns__item {
  margin-right: 10px;
}
.p-footer2 .p-sns__item:last-child {
  margin: 0;
}
.p-footer2 .p-sns__item a {
  width: 29px;
  display: block;
}
.p-footer2 .p-sns__item:nth-child(2) a, .p-footer2 .p-sns__item:nth-child(3) a {
  width: 23px;
}

small {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2.4px;
  display: block;
  text-align: center;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(992)
  =========================*/
  .p-footer .p-footer__logo {
    width: 273px;
  }
  .p-footer .p-footer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 50px;
  }
  .p-footer .p-footer__item a {
    font-size: 1rem;
    letter-spacing: 1px;
    padding: 0;
    padding-right: 12px;
  }
  .p-footer .p-footer__item:nth-child(2) a {
    padding-left: 15px;
  }
  .p-footer .p-footer__item:last-child {
    margin-top: 20px;
  }
  .p-footer .p-footer__item:last-child a {
    padding: 0;
  }
  .p-footer .p-footer__flex {
    display: block;
    text-align: center;
    margin: 0 0 40px;
  }
  .p-footer .p-footer__flex h2 {
    font-size: 1.625rem;
    letter-spacing: 5.2px;
    margin: 0 0 12px;
  }
  .p-footer .p-footer__flex address {
    font-size: 0.8125rem;
    letter-spacing: 1.3px;
    line-height: 1.7;
  }
  .p-footer2 .p-footer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    border: none;
    margin: 0 0 112px;
  }
  .p-footer2 .p-footer__item a {
    font-size: 1rem;
    letter-spacing: 1px;
    padding: 0;
    padding-right: 12px;
  }
  .p-footer2 .p-footer__item:nth-child(2) a {
    padding-left: 15px;
  }
  .p-footer2 .p-footer__item:last-child {
    margin-top: 20px;
  }
  .p-footer2 .p-footer__item:last-child a {
    padding: 0;
  }
  .p-footer2 .p-footer__flex {
    display: block;
    margin: 0 0 33px;
  }
  .p-footer2 .p-footer__logo {
    width: 273px;
    margin: 0 auto 46px;
  }
  .p-footer2 .p-footer__title {
    font-size: 1.625rem;
    letter-spacing: 5.2px;
    text-align: center;
    margin: 0 0 12px;
  }
  .p-footer2 address {
    font-size: 0.8125rem;
    letter-spacing: 1.3px;
    line-height: 1.7;
    text-align: center;
  }
  .p-footer2 .p-sns__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-footer2 .p-sns__item {
    margin-right: 14px;
  }
  .p-footer2 .p-sns__item a {
    width: 42px;
  }
  .p-footer2 .p-sns__item:nth-child(2) a, .p-footer2 .p-sns__item:nth-child(3) a {
    width: 30px;
  }
  small {
    font-size: 0.625rem;
    letter-spacing: 0.8px;
  }
}
/*
  header
————————————————————————————————————————— */
.p-header {
  position: absolute;
  top: 38px;
  left: 5%;
  z-index: 15;
}
.p-header .p-header__logo {
  width: 192px;
}
.p-header .p-header__list {
  margin: 34px 0 0;
}
.p-header .p-header__list__item {
  margin: 0 0 29px;
}
.p-header .p-header__list__item a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
  color: #000000;
}
.p-header .p-header__list__item span {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2.4px;
  color: #000000;
  display: inline-block;
  margin: 0 0 0 14px;
  vertical-align: middle;
}

#p-globalMenuSp {
  width: 400px;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -10;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 1px 1px 4px #707070;
          box-shadow: 1px 1px 4px #707070;
}
#p-globalMenuSp .p-globalMenuSp__inner {
  width: 100%;
}
#p-globalMenuSp.is-active {
  z-index: 15;
  opacity: 1;
}
#p-globalMenuSp .p-header__logo {
  width: 136px;
  margin: 0 auto 33px;
}
#p-globalMenuSp .p-header__list__item:last-child a {
  border-bottom: solid rgba(112, 112, 112, 0.5) 0.5px;
}
#p-globalMenuSp .p-header__list__item a {
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 1.8px;
  color: #000000;
  display: block;
  padding: 22px 0 22px 56px;
  border-top: solid rgba(112, 112, 112, 0.5) 0.5px;
  position: relative;
}
#p-globalMenuSp .p-header__list__item a span {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 2.6px;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
#p-globalMenuSp .p-header__list__item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 43px;
  width: 14px;
  height: 14px;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(992)
  =========================*/
  .p-header {
    top: 16px;
    left: 5%;
  }
  .p-header .p-header__logo {
    width: 177px;
  }
  .p-header .p-header__list {
    margin: 27px 0 0;
  }
  .p-header .p-header__list__item {
    margin: 0 0 24px;
  }
  .p-header .p-header__list__item a {
    font-size: 1rem;
    letter-spacing: 1.6px;
  }
  .p-header .p-header__list__item span {
    font-size: 0.6875rem;
    letter-spacing: 2.2px;
    display: block;
    margin: 9px 0 0;
  }
  #p-globalMenuSp {
    width: 100%;
  }
  #p-globalMenuSp .p-header__logo {
    margin: 0 auto 20px;
  }
  #p-globalMenuSp .p-header__list__item a {
    letter-spacing: 1px;
    padding: 18px 0 18px 40px;
  }
  #p-globalMenuSp .p-header__list__item a:after {
    right: 40px;
  }
  #p-globalMenuSp .p-sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #p-globalMenuSp .p-sns__item {
    margin-right: 14px;
  }
  #p-globalMenuSp .p-sns__item:last-child {
    margin: 0;
  }
  #p-globalMenuSp .p-sns__item a {
    width: 42px;
    display: block;
  }
  #p-globalMenuSp .p-sns__item:nth-child(2) a, #p-globalMenuSp .p-sns__item:nth-child(3) a {
    width: 32px;
  }
}
/*
  top
————————————————————————————————————————— */
.pagination {
  position: fixed;
  left: 26px;
  bottom: 30px;
  z-index: 20;
}
.pagination li {
  margin: 0 0 15px;
}
.pagination a {
  display: block;
  width: 12px;
  height: 9px;
  position: relative;
  padding: 4px;
}
.pagination a:after {
  content: "";
  display: inline-block;
  background: url(../img/top/pagination-icon.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination a.active:after {
  content: "";
  display: inline-block;
  background: url(../img/top/pagination-icon-active.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
}
.pagination .hover-text {
  display: none;
}

.p-top__about img {
  margin-left: -70px;
}

.p-top__textArea {
  position: absolute;
  top: 50%;
  right: 110px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 270px;
}
.p-top__textArea .p-top__text {
  font-weight: 500;
  font-size: 1.1875rem;
  letter-spacing: 1.9px;
  line-height: 1.5;
  margin-bottom: 27px;
}
.p-top__textArea .p-top__text2 {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 1.8;
}
.p-top__textArea .p-top__linktext {
  width: 240px;
  height: 50px;
  border: solid 1px rgb(0, 0, 0);
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
}
.p-top__textArea .p-top__linktext:hover {
  background-color: rgb(255, 255, 255);
  border: solid 1px rgba(0, 0, 0, 0);
}
.p-top__textArea .p-top__linktext span {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  color: #000;
  margin: auto;
}

.p-top__textArea2 {
  position: absolute;
  bottom: 75px;
  left: 180px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top__textArea2 .p-top__text {
  font-weight: 500;
  font-size: 1.1875rem;
  letter-spacing: 1.9px;
  line-height: 1.5;
  margin-bottom: 14px;
}
.p-top__textArea2 .p-top__text2 {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 1.8;
}
.p-top__textArea2 .p-top__linktext {
  width: 240px;
  height: 50px;
  border: solid 1px rgb(0, 0, 0);
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
}
.p-top__textArea2 .p-top__linktext:hover {
  background-color: rgb(255, 255, 255);
  border: solid 1px rgba(0, 0, 0, 0);
}
.p-top__textArea2 .p-top__linktext span {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  color: #000;
  margin: auto;
}

.p-top__secret {
  text-align: center;
  margin-top: 10%;
}
.p-top__secret .p-secret__title {
  width: 352px;
  margin: 0 auto 20px;
}
.p-top__secret .p-secret__text {
  font-size: 0.875rem;
  letter-spacing: 3.2px;
  line-height: 1.4;
  margin: 0 0 14px;
}
.p-top__secret .p-secret__text2 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.625rem;
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 0 0 50px;
}

.p-top__month .p-month__title {
  width: 305px;
  margin: 0 auto 45px;
}
.p-top__month .p-month__text {
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 26px;
  position: relative;
}
.p-top__month .p-month__text span {
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  display: block;
}
.p-top__month .p-month__text:after {
  content: "";
  display: inline-block;
  background: url(../img/top/expiry-icon.svg) no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  position: absolute;
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top__month .p-month__image {
  width: 90%;
  margin: 0 auto 35px;
}

.p-top__eat .p-eat__title {
  width: 204px;
  margin: 0 auto 30px;
}
.p-top__eat .p-eat__text {
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 1.6;
}
.p-top__eat .p-eat__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin: 52px 0 0;
}
.p-top__eat .p-eat__image {
  margin: 0 0 20px;
}
.p-top__eat .p-eat__title2 {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 2px;
  margin: 0 0 13px;
}
.p-top__eat .p-eat__text2 {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 1.4;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(992)
  =========================*/
  .pagination {
    bottom: 80px;
    left: 5%;
  }
  .pagination li {
    margin: 0 0 11px;
  }
  .pagination a {
    width: 9px;
    height: 6px;
    padding: 0;
  }
  .pagination a:after {
    width: 9px;
    height: 6px;
  }
  .pagination a.active:after {
    width: 9px;
    height: 6px;
  }
  .p-top__about img {
    width: auto;
    height: 100%;
    max-height: 72vh;
    display: block;
    margin: -10% auto 0;
  }
  .p-top__textArea {
    top: unset;
    bottom: 4%;
    right: unset;
    left: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 80%;
  }
  .p-top__textArea .p-top__text {
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 1.7px;
    line-height: 1.5;
    margin-bottom: 13px;
  }
  .p-top__textArea .p-top__text2 {
    font-size: 0.75rem;
    letter-spacing: 1px;
    line-height: 1.7;
  }
  .p-top__textArea .p-top__linktext {
    display: none;
    margin-top: 15px;
  }
  .p-top__textArea2 {
    bottom: unset;
    top: 27%;
    left: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 80%;
  }
  .p-top__textArea2 .p-top__text {
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 1.7px;
    line-height: 1.5;
    margin-bottom: 13px;
  }
  .p-top__textArea2 .p-top__text2 {
    font-size: 0.75rem;
    letter-spacing: 1px;
    line-height: 1.7;
  }
  .p-top__secret {
    max-width: 80%;
    margin: 27% auto 0;
  }
  .p-top__secret .p-secret__title {
    width: 100%;
    margin: 0 auto 14px;
  }
  .p-top__secret .p-secret__text {
    font-size: 1rem;
    letter-spacing: 3.6px;
    line-height: 1.6;
    margin: 0 0 12px;
  }
  .p-top__secret .p-secret__text2 {
    margin: 0 0 30px;
  }
  .p-top__secret .p-secret__link {
    background: rgba(255, 255, 255, 0.5);
    border: none;
  }
  .p-top__month {
    margin-top: -10%;
  }
  .p-top__month .p-month__title {
    width: 245px;
    margin: 0 auto 10px;
  }
  .p-top__month .p-month__text {
    font-size: 1rem;
    margin: 0 auto;
  }
  .p-top__month .p-month__text span {
    font-size: 0.625rem;
  }
  .p-top__month .p-month__text:after {
    display: none;
  }
  .p-top__month .p-month__slide {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    width: 100%;
    margin-bottom: 40px;
  }
  .p-top__eat {
    width: 90%;
    margin: 0 auto;
    margin-top: -10%;
  }
  .p-top__eat .p-eat__title {
    width: 190px;
    margin: 0 auto 10px;
  }
  .p-top__eat .p-eat__title2 {
    font-size: 1rem;
    text-align: center;
    line-height: 1.4;
  }
  .p-top__eat .p-eat__text {
    font-size: 0.8125rem;
    letter-spacing: 1px;
  }
  .p-top__eat .p-eat__text2 {
    font-size: 0.875rem;
    letter-spacing: 1px;
    line-height: 1.45;
  }
  .p-top__eat .p-eat__list {
    display: block;
    margin: 20px 0 0;
  }
  .p-top__eat .p-eat__image {
    width: 90%;
    margin: 0 auto 10px;
  }
}
@media (max-height: 660px) {
  .p-top__month {
    padding-top: 5px;
  }
  .p-top__month .p-month__title {
    width: 240px;
    margin: 0 auto 10px;
  }
  .p-top__month .p-month__text {
    font-size: 0.9375rem;
  }
  .p-top__month .p-month__slide {
    margin-bottom: 32px;
  }
  .p-top__eat .p-eat__title {
    width: 180px;
    margin: 0 auto 8px;
  }
  .p-top__eat .p-eat__text2 {
    font-size: 0.8125rem;
    letter-spacing: 1px;
  }
  .p-top__eat .p-eat__list {
    margin: 10px 0 0;
  }
  .p-top__eat .p-eat__image {
    margin: 0 auto;
  }
}
/*
  shopping
————————————————————————————————————————— */
.p-shopping__month .p-shopping__title {
  width: 385px;
  margin: 0 auto;
}
.p-shopping__month .p-shopping__title figcaption {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.4px;
  margin-top: 16px;
}
.p-shopping__month .p-month__body {
  margin-top: 114px;
}
.p-shopping__month .p-month__title {
  width: 200px;
  margin: 0 auto 78px;
  position: relative;
}
.p-shopping__month .p-month__title figcaption {
  font-size: 1.125rem;
  letter-spacing: 1.8px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-shopping__month .p-month__text {
  font-size: 1.375rem;
  letter-spacing: 2.2px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 26px;
}
.p-shopping__month .p-month__text span {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  display: block;
}
.p-shopping__month .p-month__text2 {
  font-size: 1rem;
  letter-spacing: 1.6px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 53px;
}
.p-shopping__month .p-month__image {
  margin-bottom: 70px;
}
.p-shopping__month .p-month__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-shopping__month .p-month__item {
  margin: 0 10px;
}

.p-shopping__soon {
  margin-top: 100px;
  padding-bottom: 80px;
}
.p-shopping__soon .p-soon__title {
  width: 245px;
  margin: 0 auto 28px;
  position: relative;
}
.p-shopping__soon .p-soon__title figcaption {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-shopping__soon .p-month__image {
  margin-top: 40px;
}
.p-shopping__soon .p-soon__imagge {
  width: 562px;
  margin: 0 auto;
  margin-top: 85px;
}
.p-shopping__soon .p-soon__text {
  font-size: 0.8125rem;
  letter-spacing: 1.9px;
  line-height: 2;
  text-align: center;
}
.p-shopping__soon .p-soon__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 27px;
}
.p-shopping__soon .p-soon__icon {
  width: 69px;
  position: relative;
  margin: -70px 0 10px;
}
.p-shopping__soon .p-soon__icon figcaption {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 1.6px;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}
.p-shopping__soon .p-soon__text2 {
  font-size: 1rem;
  letter-spacing: 1.6px;
  line-height: 1.6;
}
.p-shopping__soon .p-soon__text2 span {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  display: block;
}
.p-shopping__soon .p-soon__textArea {
  margin-top: 95px;
}
.p-shopping__soon .p-soon__text3 {
  font-size: 1rem;
  letter-spacing: 1.9px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.p-shopping__soon .p-soon__icon2 {
  width: 200px;
  margin: 0 auto;
}

.p-shopping__sets .p-sets__title {
  font-family: "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.125rem;
  letter-spacing: 3.4px;
  text-align: center;
  margin-bottom: 20px;
}
.p-shopping__sets .p-sets__text {
  font-family: "Yu Gothic", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
  text-align: center;
}
.p-shopping__sets .p-sets__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  margin: 45px 0 70px;
}
.p-shopping__sets .p-sets__image {
  margin-bottom: 24px;
}
.p-shopping__sets .p-sets__date {
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  display: inline-block;
  margin-bottom: 12px;
}
.p-shopping__sets .p-sets__name {
  font-size: 1.25rem;
  letter-spacing: 2px;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #707070;
}
.p-shopping__sets .p-sets__price {
  font-size: 1rem;
  letter-spacing: 1.6px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(767)
  =========================*/
  .p-shopping__month .p-shopping__title {
    width: 298px;
  }
  .p-shopping__month .p-shopping__title figcaption {
    font-size: 0.75rem;
    margin-top: 8px;
  }
  .p-shopping__month .p-month__body {
    margin-top: 55px;
  }
  .p-shopping__month .p-month__title {
    margin: 0 auto 22px;
  }
  .p-shopping__month .p-month__text {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .p-shopping__month .p-month__text span {
    font-size: 0.9375rem;
    letter-spacing: 1.5px;
  }
  .p-shopping__month .p-month__text2 {
    font-size: 0.875rem;
    letter-spacing: 1.3px;
    line-height: 1.6;
    margin-bottom: 22px;
  }
  .p-shopping__month .p-month__image {
    margin-bottom: 55px;
  }
  .p-shopping__month .p-month__list {
    display: block;
  }
  .p-shopping__month .p-month__item {
    margin: 0 0 17px;
  }
  .p-shopping__month .p-month__item:last-child {
    margin: 0;
  }
  .p-shopping__soon {
    margin-top: 70px;
    padding-bottom: 80px;
  }
  .p-shopping__soon .p-soon__title {
    margin: 0 auto 25px;
  }
  .p-shopping__soon .p-soon__text {
    font-size: 0.75rem;
    letter-spacing: 1.7px;
    line-height: 1.7;
  }
  .p-shopping__soon .p-soon__imagge {
    width: 221px;
    margin-top: 74px;
  }
  .p-shopping__soon .p-soon__list {
    display: block;
  }
  .p-shopping__soon .p-soon__item {
    margin-bottom: 30px;
  }
  .p-shopping__soon .p-soon__textArea {
    margin-top: 90px;
  }
  .p-shopping__soon .p-soon__text3 {
    font-size: 1.125rem;
    letter-spacing: 2.7px;
    line-height: 1.8;
    margin-bottom: 22px;
  }
  .p-shopping__soon .p-soon__text3 span {
    font-size: 1rem;
    letter-spacing: 2.4px;
  }
  .p-shopping__sets .p-sets__title {
    font-size: 1.875rem;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  .p-shopping__sets .p-sets__text {
    font-size: 0.875rem;
    letter-spacing: 1.4px;
    line-height: 1.7;
  }
  .p-shopping__sets .p-sets__list {
    display: block;
    margin: 29px 0 30px;
  }
  .p-shopping__sets .p-sets__image {
    margin-bottom: 50px;
  }
}
/*
  point
————————————————————————————————————————— */
.p-point .p-point__title {
  width: 385px;
  margin: 0 auto;
}
.p-point .p-point__title figcaption {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.4px;
  margin-top: 16px;
}
.p-point .p-point__body {
  margin-top: 64px;
}
.p-point .p-point__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.p-point .p-point__flex.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-point .p-point__flex.-reverse .p-flex__title {
  margin-left: 70px;
  margin-right: 0;
}
.p-point .p-flex__title {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.25rem;
  letter-spacing: 5.4px;
  line-height: 1.66;
  padding-top: 10px;
  margin-right: 70px;
  white-space: nowrap;
}
.p-point .p-flex__title span {
  width: 60px;
  height: 11px;
  display: block;
  margin-bottom: 24px;
}
.p-point .p-flex__title img {
  vertical-align: top;
}
.p-point .p-flex__text {
  font-size: 1rem;
  letter-spacing: 2.9px;
  line-height: 2.1;
}
.p-point .p-flex__text2 {
  font-size: 0.8125rem;
  letter-spacing: 1.6px;
  line-height: 1.8;
  color: #CE0000;
  display: block;
  margin-top: 16px;
}
.p-point .p-point__question {
  background: url(../img/point/question-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  margin-top: 100px;
  padding: 80px 0 40px;
}
.p-point .p-question__icon {
  width: 62px;
  margin: -100px auto 30px;
}
.p-point .p-question__text {
  font-size: 1.25rem;
  letter-spacing: 4px;
  margin-bottom: 45px;
}
.p-point .p-question__text2 {
  font-size: 1.75rem;
  letter-spacing: 5px;
  display: inline-block;
  margin-bottom: 20px;
}
.p-point .p-question__text3 {
  font-size: 1rem;
  letter-spacing: 3.2px;
  line-height: 2.5;
  margin-bottom: 68px;
}
.p-point .p-point__table {
  margin-top: 82px;
}
.p-point .p-point__table table {
  width: 100%;
  border-collapse: collapse;
}
.p-point .p-point__table th, .p-point .p-point__table td {
  font-size: 0.8125rem;
  letter-spacing: 1.9px;
  text-align: center;
  width: 33.3333333333%;
  padding: 15px 0;
  border: solid 1px #707070;
}
.p-point .p-point__table th {
  background: #F0F0F0;
}
.p-point .p-table__text {
  font-size: 0.8125rem;
  letter-spacing: 2.6px;
  line-height: 1.8;
  color: #CE0000;
  margin-bottom: 26px;
}
.p-point .p-table__text2 {
  font-size: 0.75rem;
  letter-spacing: 1.8px;
  line-height: 1.5;
  margin-top: 12px;
}
.p-point .p-month__title {
  width: 305px;
  margin: 0 auto 45px;
}
.p-point .p-month__text {
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 26px;
  position: relative;
}
.p-point .p-month__text span {
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  display: block;
}
.p-point .p-month__image {
  width: 90%;
  margin: 0 auto 35px;
}
.p-point .p-month__image img {
  mix-blend-mode: multiply;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(992)
  =========================*/
  .p-point .p-point__title {
    width: 240px;
  }
  .p-point .p-point__title figcaption {
    font-size: 0.75rem;
    margin-top: 8px;
  }
  .p-point .p-point__body {
    margin-top: 25px;
  }
  .p-point .p-point__flex {
    display: block;
    margin-top: 50px;
  }
  .p-point .p-point__flex.-reverse .p-flex__title {
    margin-left: 0;
  }
  .p-point .p-flex__title {
    font-size: 1.875rem;
    letter-spacing: 4.5px;
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .p-point .p-flex__text {
    font-size: 0.9375rem;
    letter-spacing: 1.5px;
    line-height: 2;
  }
  .p-point .p-point__question {
    background-position: top;
    padding: 80px 0 0;
  }
  .p-point .p-question__icon {
    width: 41px;
    margin: -140px auto 20px;
  }
  .p-point .p-question__text {
    font-size: 1.0625rem;
    letter-spacing: 3.4px;
    line-height: 1.6;
    margin-bottom: 21px;
  }
  .p-point .p-question__text2 {
    font-size: 1.375rem;
    letter-spacing: 4px;
    margin-bottom: 14px;
  }
  .p-point .p-question__text3 {
    font-size: 0.9375rem;
    letter-spacing: 3px;
    line-height: 2;
    text-align: left;
    margin-bottom: 38px;
  }
  .p-point .p-question__image {
    width: 260px;
    margin: 0 auto;
  }
  .p-point .p-point__table {
    margin-top: 35px;
  }
  .p-point .p-point__table th, .p-point .p-point__table td {
    font-size: 0.75rem;
    letter-spacing: 1.8px;
    line-height: 1.5;
    vertical-align: middle;
  }
  .p-point .p-table__text {
    margin-bottom: 21px;
  }
  .p-point .p-table__text2 {
    margin-top: 10px;
  }
  .p-point .p-month__title {
    width: 260px;
    margin: 0 auto 50px;
  }
  .p-point .p-month__text {
    font-size: 1.3125rem;
    margin: 0 auto 40px;
  }
  .p-point .p-month__text span {
    font-size: 0.6875rem;
  }
  .p-point .p-month__image {
    width: 100%;
    margin: 0 auto 35px;
  }
  .p-point .p-month__sub-title {
    width: 69px;
    margin: 0 auto 10px;
    position: relative;
  }
  .p-point .p-month__sub-title figcaption {
    font-size: 1rem;
    letter-spacing: 1.6px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
  .p-point .p-month__box {
    width: 80%;
    margin: 0 auto 38px;
  }
  .p-point .p-month__text2 {
    font-size: 1rem;
    letter-spacing: 1.6px;
    line-height: 1.6;
    margin-bottom: 14px;
  }
  .p-point .p-month__text2 span {
    font-family: "Open Sans", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1.2px;
    display: block;
  }
}
/*
  faq
————————————————————————————————————————— */
.p-faq .p-faq__title {
  width: 385px;
  margin: 0 auto;
}
.p-faq .p-faq__title figcaption {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.4px;
  margin-top: 16px;
}
.p-faq .p-faq__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 94px;
}
.p-faq .p-faq__item {
  max-width: 178px;
  margin-right: 40px;
}
.p-faq .p-faq__item:last-child {
  margin: 0;
}
.p-faq .p-faq__sub-title {
  font-size: 1.875rem;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 85px;
}
.p-faq .p-faq__box {
  border: solid 2px #000;
  border-radius: 17px;
  position: relative;
  padding: 80px 50px;
  margin-bottom: 100px;
}
.p-faq .p-faq__box:last-child {
  margin: 0;
}
.p-faq .p-faq__box:after {
  content: "";
  display: inline-block;
  background: url(../img/common/follow-logo.svg) no-repeat;
  background-size: contain;
  width: 76px;
  height: 70px;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-faq .p-faq__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-faq .p-faq__flex .p-faq__text2 {
  text-align: left;
  margin-right: 34px;
}
.p-faq .p-faq__flex .p-faq__text2:last-child {
  margin: 0;
}
.p-faq .p-faq__text {
  font-size: 1.5625rem;
  letter-spacing: 2.5px;
  text-align: center;
  margin-bottom: 44px;
}
.p-faq .p-faq__text2 {
  font-size: 1rem;
  letter-spacing: 1.6px;
  text-align: center;
  line-height: 2;
}
.p-faq .p-faq__text2.-left {
  text-align: left;
}
.p-faq .p-faq__text3 {
  font-size: 0.8125rem;
  letter-spacing: 1.3px;
  line-height: 1.8;
  margin: 20px 0 65px;
}
.p-faq .p-faq__text4 {
  font-size: 0.8125rem;
  letter-spacing: 1.3px;
  line-height: 1.8;
  margin: 40px 0 0;
}
.p-faq .p-faq__text5 {
  font-size: 1rem;
  letter-spacing: 1.6px;
  line-height: 2;
  margin-top: 75px;
}
.p-faq .p-faq__button {
  margin-top: 50px;
}
.p-faq .p-faq__card {
  margin-top: 50px;
}
.p-faq .p-faq__cost {
  margin-top: 50px;
}
.p-faq .p-faq__gift {
  margin-top: 50px;
}
.p-faq .p-faq__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.p-faq .p-faq__table tr {
  border-bottom: 1px solid #000;
}
.p-faq .p-faq__table th, .p-faq .p-faq__table td {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 1.5;
  padding: 30px 0;
}
.p-faq .p-faq__table th {
  width: 30%;
  padding-left: 30px;
}
.p-faq .p-faq__table2 {
  margin-top: 48px;
}
.p-faq .p-faq__table2 table {
  width: 100%;
  border-collapse: collapse;
}
.p-faq .p-faq__table2 th, .p-faq .p-faq__table2 td {
  font-size: 0.8125rem;
  letter-spacing: 1.9px;
  text-align: center;
  width: 33.3333333333%;
  padding: 15px 0;
  border: solid 1px #707070;
}
.p-faq .p-faq__table2 th {
  background: #F0F0F0;
}
.p-faq .p-table__text {
  font-size: 0.8125rem;
  letter-spacing: 2.6px;
  line-height: 1.8;
  margin-bottom: 26px;
}
.p-faq .p-table__text2 {
  font-size: 0.75rem;
  letter-spacing: 1.8px;
  line-height: 1.5;
  margin-top: 12px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(992)
  =========================*/
  .p-faq .p-faq__title {
    width: 240px;
    margin: 0 auto;
  }
  .p-faq .p-faq__title figcaption {
    font-size: 0.75rem;
    margin-top: 8px;
  }
  .p-faq .p-faq__link {
    margin-top: 45px;
  }
  .p-faq .p-faq__item {
    max-width: 100px;
    margin-right: 10px;
  }
  .p-faq .p-faq__item:last-child {
    margin: 0;
  }
  .p-faq .p-faq__sub-title {
    line-height: 1.3;
    margin-bottom: 77px;
  }
  .p-faq .p-faq__box {
    padding: 65px 20px 40px;
    margin-bottom: 90px;
  }
  .p-faq .p-faq__flex {
    display: block;
  }
  .p-faq .p-faq__flex .p-faq__text2 {
    font-size: 0.875rem;
    letter-spacing: 1px;
    margin-right: 0;
  }
  .p-faq .p-faq__text {
    font-size: 1.3125rem;
    letter-spacing: 1.2px;
    line-height: 1.6;
    margin-bottom: 33px;
  }
  .p-faq .p-faq__text2 {
    text-align: left;
  }
  .p-faq .p-faq__text2.-left {
    text-align: left;
  }
  .p-faq .p-faq__text3 {
    margin: 24px 0 42px;
  }
  .p-faq .p-faq__text4 {
    margin: 26px 0 0;
  }
  .p-faq .p-faq__text5 {
    font-size: 0.8125rem;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-top: 40px;
  }
  .p-faq .p-faq__button {
    padding: 22px 0;
    border-radius: 33px;
    margin-top: 40px;
  }
  .p-faq .p-faq__card {
    margin-top: 40px;
  }
  .p-faq .p-faq__cost {
    margin-top: 40px;
  }
  .p-faq .p-faq__gift {
    margin-top: 40px;
  }
  .p-faq .p-faq__table th, .p-faq .p-faq__table td {
    padding: unset;
    display: block;
  }
  .p-faq .p-faq__table th {
    width: 100%;
    padding: 20px 0 3px 20px;
  }
  .p-faq .p-faq__table td {
    padding: 0 0 20px 20px;
  }
  .p-faq .p-faq__table2 {
    margin-top: 35px;
  }
  .p-faq .p-faq__table2 th, .p-faq .p-faq__table2 td {
    font-size: 0.75rem;
    letter-spacing: 1.8px;
    line-height: 1.5;
    vertical-align: middle;
  }
  .p-faq .p-table__text {
    margin-bottom: 21px;
  }
  .p-faq .p-table__text2 {
    margin-top: 10px;
  }
}
/*
  cart
————————————————————————————————————————— */
.p-cart__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 50px;
}
.p-cart__flex .p-cart__left {
  width: 47%;
  max-width: 450px;
}
.p-cart__flex .p-cart__right {
  width: 42%;
  max-width: 422px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-cart__flex .p-cart__fixed {
  position: sticky;
  margin-bottom: 0;
  top: 50px;
  z-index: 1;
}
.p-cart__flex .p-cart__list .next-arrow {
  right: 20px;
}
.p-cart__flex .p-cart__list .prev-arrow {
  left: 20px;
}
.p-cart__flex .p-cart__image {
  margin-bottom: 20px;
}
.p-cart__flex .p-cart__caption {
  font-size: 1.1875rem;
  letter-spacing: 1.9px;
  margin-top: 50px;
}
.p-cart__flex .p-cart__month {
  font-size: 1.25rem;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 40px;
}
.p-cart__flex .p-cart__title {
  font-size: 1.625rem;
  letter-spacing: 2.6px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.p-cart__flex .p-cart__title span {
  display: block;
}
.p-cart__flex .p-cart__text {
  font-size: 1rem;
  letter-spacing: 1.9px;
  line-height: 2;
  margin-bottom: 40px;
}
.p-cart__flex .p-cart__text2 {
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.p-cart__flex .p-cart__text2.f14 {
  font-size: 0.875rem;
}
.p-cart__flex .p-cart__text2.red {
  color: #FF0000;
}
.p-cart__flex .p-cart__text2.red span {
  color: #FF0000;
}
.p-cart__flex .p-cart__text2.red span.u-underline {
  border-bottom: 1px solid #FF0000;
}
.p-cart__flex .p-cart__text2.red .p-cart__link2:after {
  background: url(../img/cart/arrow-red.svg) no-repeat;
  background-size: contain;
}
.p-cart__flex .p-cart__text2.mgt10 {
  margin-top: 10px;
}
.p-cart__flex .p-cart__text2.mgt20 {
  margin-top: 20px;
}
.p-cart__flex .p-cart__price {
  font-size: 1.375rem;
  margin-bottom: 25px;
}
.p-cart__flex .p-cart__price span {
  font-size: 1.0625rem;
}
.p-cart__flex .p-cart__link {
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  color: #000000;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
.p-cart__flex .p-cart__link:after {
  content: "";
  display: inline-block;
  background: url(../img/cart/arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-cart__flex .p-cart__link2 {
  position: relative;
}
.p-cart__flex .p-cart__link2:after {
  content: "";
  display: inline-block;
  background: url(../img/cart/arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-top: -1px;
  margin-left: 10px;
  vertical-align: middle;
}
.p-cart__flex .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.p-cart__flex .price_wrap.mgt {
  margin-top: 30px;
}
.p-cart__flex .price_wrap.w100 dt, .p-cart__flex .price_wrap.w100 dd {
  width: 100%;
}
.p-cart__flex .price_wrap dt {
  width: 50%;
  font-size: 16px;
}
.p-cart__flex .price_wrap dt:nth-child(n+3) {
  margin-top: 15px;
}
.p-cart__flex .price_wrap dd {
  width: 50%;
  font-size: 20px;
  font-weight: 500;
}
.p-cart__flex .price_wrap dd:nth-child(n+3) {
  margin-top: 15px;
}
.p-cart__flex .p-btn {
  width: 100%;
  height: 60px;
  padding: 17px 40px;
  border: solid 1px #000;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-cart__flex .p-btn:after {
  content: "";
  display: inline-block;
  background: url(../img/common/cart-icon.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin: 0 0 0 37px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .p-cart__flex .p-btn:after {
    right: 40px;
  }
}
.p-cart__flex .p-btn span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3.6px;
  margin: auto;
  color: #000;
}

.cartjs_box {
  border: none !important;
}

.cartjs_block {
  padding: 0 !important;
}

.cartjs_box form table {
  width: 100% !important;
  margin: 0 !important;
}

.cartjs_box form table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cartjs_box form table tr.cartjs_product_num {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

.cartjs_box form table tr.cartjs_product_num th {
  font-size: 0.875rem;
  width: unset !important;
  line-height: 1.5;
  white-space: nowrap;
  padding-right: 10px !important;
  padding-bottom: 0 !important;
  vertical-align: middle !important;
}

.cartjs_box form table th {
  font-size: 1.125rem;
  background: unset !important;
  position: relative;
  margin-bottom: 25px;
}

.cartjs_box form table td {
  width: 100% !important;
  display: block !important;
  position: relative;
  padding: 0 !important;
  margin-bottom: 25px;
}

.cartjs_quantity input[type=number] {
  padding: 5px !important;
}

.cartjs_box form table select {
  width: 100% !important;
  height: 40px !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1 !important;
  padding: 10px 17px !important;
  color: #000 !important;
  border: solid 1px #707070 !important;
  background-color: #ffffff !important;
  border-radius: 0 !important;
  letter-spacing: 1.4px !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 991px) {
  .cartjs_box form table select {
    font-size: 14px;
    letter-spacing: 0.05em !important;
  }
}

.cartjs_box form table select option {
  width: 100% !important;
}

.cartjs_box form table tr.cartjs_option td:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 17px;
  width: 12px;
  height: 12px;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cartjs_box form .cartjs_cart_in {
  width: 100% !important;
  margin: 0 !important;
}

.cartjs_box form .cartjs_quantity input {
  width: 60px !important;
  border-radius: 6px !important;
  display: block;
  text-align: center;
  border: solid 1px #707070;
}

.cartjs_box form .cartjs_buy {
  position: relative;
}
.cartjs_box form .cartjs_buy:after {
  content: "";
  display: inline-block;
  background: url(../img/common/cart-icon.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin: 0 0 0 37px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cartjs_box form .cartjs_buy input {
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  width: 100% !important;
  border-radius: 0 !important;
  border: solid 1px #000 !important;
  background: #ffffff !important;
  letter-spacing: 3.6px;
  color: #000 !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 17px 40px 17px 0 !important;
  border-radius: 33px !important;
}

.cartjs_cart_in {
  position: relative;
  margin: 0 !important;
}
.cartjs_cart_in:after {
  content: "";
  display: inline-block;
  background: url(../img/common/cart-icon.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin: 0 0 0 37px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cartjs_cart_in input[type=submit] {
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  width: 100% !important;
  border-radius: 0 !important;
  border: solid 1px #000 !important;
  background: #ffffff !important;
  letter-spacing: 3.6px;
  color: #000 !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 17px 40px 17px 0 !important;
  border-radius: 33px !important;
  margin: 0 !important;
}

.p-cart__slider {
  width: 100%;
}
.p-cart__slider .slider1,
.p-cart__slider .slider2,
.p-cart__slider .slider3 {
  overflow: hidden;
}
.p-cart__slider .main {
  width: 450px;
  height: 450px;
  display: block;
  position: relative;
}
.p-cart__slider .main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-cart__slider .thumbnail-list1,
.p-cart__slider .thumbnail-list2,
.p-cart__slider .thumbnail-list3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 40px;
}
.p-cart__slider .thumbnail-list1 li,
.p-cart__slider .thumbnail-list2 li,
.p-cart__slider .thumbnail-list3 li {
  border: solid rgba(112, 112, 112, 0.2) 0.2px;
  margin: 3px;
}
.p-cart__slider .thumbnail-list1 li:nth-child(5n+1),
.p-cart__slider .thumbnail-list2 li:nth-child(5n+1),
.p-cart__slider .thumbnail-list3 li:nth-child(5n+1) {
  margin-left: 0;
}
.p-cart__slider .thumbnail-list1 li:last-child,
.p-cart__slider .thumbnail-list2 li:last-child,
.p-cart__slider .thumbnail-list3 li:last-child {
  margin-right: auto;
}
.p-cart__slider .thumbnail-list1 span,
.p-cart__slider .thumbnail-list2 span,
.p-cart__slider .thumbnail-list3 span {
  width: 85px;
  height: 85px;
  display: block;
  cursor: pointer;
  position: relative;
}
.p-cart__slider .thumbnail-list1 span:before,
.p-cart__slider .thumbnail-list2 span:before,
.p-cart__slider .thumbnail-list3 span:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-cart__slider .thumbnail-list1 img,
.p-cart__slider .thumbnail-list2 img,
.p-cart__slider .thumbnail-list3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-cart__slider .p-cart__title {
  font-size: 1.625rem;
  letter-spacing: 2.6px;
  margin-bottom: 20px;
}
.p-cart__slider .p-cart__title span {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
}
.p-cart__slider .p-cart__text {
  font-size: 1rem;
  letter-spacing: 1.9px;
  line-height: 2;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(992)
  =========================*/
  .p-cart__flex {
    display: block;
  }
  .p-cart__flex .p-cart__left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .p-cart__flex .p-cart__right {
    width: 100%;
    max-width: 100%;
    position: static;
  }
  .p-cart__flex .p-cart__right.is-active {
    position: static;
    right: unset;
  }
  .p-cart__flex .p-cart__list {
    margin-bottom: 50px;
  }
  .p-cart__flex .p-cart__list .next-arrow {
    right: 0;
  }
  .p-cart__flex .p-cart__list .prev-arrow {
    left: 0;
  }
  .p-cart__flex .p-cart__month {
    font-size: 1.125rem;
    letter-spacing: 1.8px;
    margin-bottom: 27px;
  }
  .p-cart__flex .p-cart__title {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
  }
  .p-cart__flex .p-cart__text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 37px;
  }
  .p-cart__flex .p-cart__text3 {
    font-size: 1.1875rem;
    letter-spacing: 1.9px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .p-cart__flex .p-cart__price {
    margin-bottom: 17px;
  }
  .cartjs_box form .cartjs_buy:after {
    right: 60px;
  }
  .p-cart__slider {
    width: 100%;
    max-width: 100%;
  }
  .p-cart__slider .main {
    width: 100%;
    height: 347px;
  }
  .p-cart__slider .main img {
    border: solid rgba(112, 112, 112, 0.2) 0.2px;
  }
  .p-cart__slider .thumbnail-list1,
  .p-cart__slider .thumbnail-list2,
  .p-cart__slider .thumbnail-list3 {
    width: 100%;
  }
  .p-cart__slider .thumbnail-list1 span,
  .p-cart__slider .thumbnail-list2 span,
  .p-cart__slider .thumbnail-list3 span {
    width: 80px;
    height: 80px;
  }
  .p-cart__slider .p-cart__title {
    font-size: 1.3125rem;
    letter-spacing: 2.1px;
    line-height: 1.7;
    margin-bottom: 18px;
  }
  .p-cart__slider .p-cart__title span {
    font-size: 0.75rem;
    letter-spacing: 1.2px;
    display: block;
  }
  .p-cart__slider .p-cart__text {
    line-height: 1.8;
  }
}
/*
  utillity
————————————————————————————————————————— */
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.u-sp-none992 {
  display: none !important;
}

.u-sp-none768 {
  display: none;
}

.u-sp-none576 {
  display: none;
}

.u-m-auto {
  margin: 0 auto;
}

.u-text-color {
  color: #000000;
}

.u-red-color {
  color: #CE0000;
}

.u-display-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.u-underline {
  border-bottom: 1px solid #000;
}

.visible {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*　brightness　*/
.effect {
  -webkit-animation-name: imgbrightness;
          animation-name: imgbrightness;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@-webkit-keyframes imgbrightness {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes imgbrightness {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* ======================
  utility(992)
  =========================*/
  .u-sp-none992 {
    display: block !important;
  }
  .u-pc-none992 {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  /* ======================
  utility(768)
  =========================*/
  .u-sp-none768 {
    display: block;
  }
  .u-pc-none768 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  /* ======================
  utility(576)
  =========================*/
  .u-sp-none576 {
    display: block;
  }
  .u-pc-none576 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    margin: -1px;
  }
}/*# sourceMappingURL=style.css.map */