@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
a {
  cursor: pointer;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a:hover {
  transition: 0.25s;
  opacity: 0.7;
}
a {
  opacity: 1;
  transition: 0.25s;
}
body {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  margin: 0;
  overflow-x: clip;
  color: #000;
  font-weight: 500;
  background-color: #f5f5f5;
}
body::before {
  content: "";
  z-index: -1;
  background-image: url(../images/bg-all.png);
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  body::before {
    content: "";
    z-index: -1;
    background-image: url(../images/bg-all.png);
  }
}
html {
  color: #000;
  font-family: "Noto Sans JP", serif;
}
.w-1280 {
  width: 100%;
  margin: auto;
  max-width: 1280px;
  padding-left: 0px;
  padding-right: 0px;
}
.w-1200 {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  padding-left: 0px;
  padding-right: 0px;
}
.w-1240 {
  width: 100%;
  margin: auto;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1240px;
}
.w-1400 {
  width: 100%;
  max-width: 1400px;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
}
.w-1100 {
  width: 100%;
  max-width: 1100px;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
}
section {
  width: 100%;
}

picture {
  width: 100%;
  height: auto;
  object-fit: contain;
}

picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.section-point__ttl {
  width: 100%;
  margin: auto;
  display: block;
  height: 110px;
}

.section-point__ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.section-point__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-point__inner h2 {
  margin-bottom: 40px;
}

.section-point__inner__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 47vw;
  margin: auto;
  margin-bottom: 230px;
}

.section-point__inner__list li {
  width: 50%;
  margin-bottom: 32px;
}

.section-point__inner__list li:nth-of-type(2n) {
  width: 50%;
  position: relative;
  top: 230px;
}
picture.section-point__inner__attention {
  max-width: 47vw;
  font-size: 12px;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  color: #646262;
  display: block;
}
picture.section-point__inner__attention img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.section-big-cont__inner {
  position: relative;
}

.section-big-cont__bg {
  position: relative;
}

.section-big-cont__cont {
  position: absolute;
  width: 100%;
  max-width: 850px;
  margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 2;
  display: block;
  height: auto;
}
.section-big-cont__cont__arrows {
  position: absolute;
  top: 60%;
  left: 44%;
  transform: translate(-50%, -50%);
  width: 150px;
  cursor: pointer;
  z-index: 10;
  display: block;
  overflow: hidden;
}

.section-big-cont__cont__arrows svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.section-big-cont__cont h2 {
  width: 100%;
  margin: auto;
  display: block;
  height: 110px;
  margin-bottom: 46px;
}
.section-point-3-cont__inner h2 {
  width: 100%;
  margin: auto;
  display: block;
  height: 138px;
  margin-bottom: 46px;
}

.section-big-cont__cont h2 img,
.section-point-3-cont__inner h2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.section-point-3-cont__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-point-3-cont__inner ul {
  max-width: 47vw;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 30px;
}

.section-use-cont__inner {
  position: relative;
}

.section-use-cont__bg {
  position: relative;
}

.section-use-cont__cont {
  position: absolute;
  width: 100%;
  max-width: 47vw;
  margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 2;
  display: block;
  height: auto;
}

.section-use-cont__cont h2 {
  width: 100%;
  margin: auto;
  display: block;
  height: 72px;
  margin-bottom: 46px;
}

.section-use-cont__cont h2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.section-lineup-cont h2 {
  width: 100%;
  margin: auto;
  display: block;
  height: 72px;
  margin-bottom: 46px;
}

.section-lineup-cont h2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.section-lineup-cont__cont {
  width: 100%;
  max-width: 44vw;
  margin: auto;
  display: block;
  position: relative;
}

a.line-btn-01 {
  position: absolute;
  left: 1.5vw;
  bottom: 0vw;
  width: 15vw;
  display: block;
  height: 3vw;
  z-index: 9999;
}

a.line-btn-02 {
  position: absolute;
  left: 25vw;
  bottom: 0vw;
  width: 15vw;
  display: block;
  height: 3vw;
  z-index: 9999;
}

.section-lineup-cont__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-shop-cont__inner {
  position: relative;
}

.section-shop-cont__bg {
  position: relative;
}

.section-shop-cont__cont {
  position: absolute;
  width: 100%;
  max-width: 850px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 130px;
  z-index: 2;
  display: block;
  height: auto;
}

.section-shop-cont h2 {
  width: 100%;
  margin: auto;
  display: block;
  height: 90px;
  margin-bottom: 56px;
}

.section-shop-cont h2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.shop__text {
  height: 63px;
  display: block;
}

.shop__text img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.section-shop-cont a {
  height: 70px;
  display: block;
  margin-top: 32px;
}
.section-shop-cont a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.footer {
  padding-top: 160px;
  padding-bottom: 87px;
  background-color: #fff;
}

.footer {
  padding-top: 160px;
  padding-bottom: 87px;
}
.footer__inner img {
  display: block;
  height: 72px;
  width: 100%;
  margin: 0 auto 50px;
  object-fit: contain;
}
.footer__inner ul {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-bottom: 50px;
}
.footer__inner ul li {
  position: relative;
}

.footer__inner ul li::before {
  position: absolute;
  right: -25px;
  top: 0;
  height: 100%;
  content: "";
  background-color: #000;
  width: 1px;
}
.footer__inner ul li:last-child::before {
  display: none;
}
.footer__inner p {
  font-size: 14px;
  color: #adadad;
  text-align: center;
}
/* 初期状態 */
.section-point__inner__list li,
.section-point-3-cont__cont ul li {
  opacity: 0;
  transform: translateY(20px);
}

/* アニメーションする時 */
.fade-in-up {
  animation: fadeInUp 0.6s ease forwards;
}

/* キーフレーム */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1280px) {
  a.line-btn-01 {
    position: absolute;
    left: 2vw;
    bottom: 0vw;
    width: 22vw;
    display: block;
    height: 5vw;
  }

  a.line-btn-02 {
    position: absolute;
    left: 36vw;
    bottom: 0vw;
    width: 22vw;
    display: block;
    height: 5vw;
  }
  .section-point__ttl {
    width: 100%;
    margin: auto;
    display: block;
    height: 7vw;
  }
  .section-point__inner__list li:nth-of-type(2n) {
    width: 50%;
    position: relative;
    top: 15vw;
  }
  .section-point__inner__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 46vw;
    margin: auto;
    margin-bottom: 15vw;
  }

  picture.section-point__inner__attention {
    max-width: 64vw;
    font-size: 12px;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vw;
  }
  .section-point__inner {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .section-point__inner h2 {
    margin-bottom: 3vw;
  }
  .section-big-cont__cont h2 {
    width: 100%;
    margin: auto;
    display: block;
    height: 10vw;
    margin-bottom: 4vw;
  }
  .section-point-3-cont__inner h2 {
    width: 100%;
    margin: auto;
    display: block;
    height: 10vw;
    margin-bottom: 2vw;
  }
  .section-big-cont__cont {
    position: absolute;
    width: 100%;
    max-width: 64vw;
    margin: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 2;
    display: block;
    height: auto;
  }
  .section-point-3-cont__inner ul {
    max-width: 64vw;
    gap: 2vw;
  }
  .section-use-cont__cont h2,
  .section-lineup-cont h2 {
    width: 100%;
    margin: auto;
    display: block;
    height: 4.5vw;
    margin-bottom: 3vw;
  }
  .section-use-cont__cont,
  .section-lineup-cont__cont {
    max-width: 64vw;
  }
  .section-lineup-cont__inner,
  .section-point-3-cont__inner {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .section-shop-cont h2 {
    width: 100%;
    margin: auto;
    display: block;
    height: 7vw;
    margin-bottom: 3vw;
  }
  .shop__text {
    height: 5vw;
    display: block;
  }
  .section-shop-cont a {
    height: 5.5vw;
    display: block;
    margin-top: 3vw;
  }
  .section-shop-cont__cont {
    position: absolute;
    width: 100%;
    max-width: 850px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10vw;
    z-index: 2;
    display: block;
    height: auto;
  }

  picture.section-point__inner__attention {
    max-width: 47vw;
    font-size: 0.81vw;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vw;
    color: #646262;
  }
}

@media screen and (max-width: 768px) {
  .section-point__inner__list li:nth-of-type(2n) {
    width: 80vw;
    position: relative;
    top: 0vw;
    margin-left: auto;
  }
  .section-point__inner__list li {
    width: 80vw;
    margin-bottom: 3vw;
  }
  picture.section-point__inner__attention {
    max-width: 90vw;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vw;
  }
  .section-point__inner__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 90vw;
    margin: auto;
    margin-bottom: 5vw;
  }

  picture.section-point__inner__attention {
    max-width: 90vw;
    font-size: 2.5vw;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vw;
  }
  .section-point__inner {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .section-point__ttl {
    width: 100%;
    margin: auto;
    display: block;
    height: 16vw;
  }
  .section-point__inner h2 {
    margin-bottom: 7vw;
  }
  .section-big-cont__cont {
    position: absolute;
    width: 100%;
    max-width: 100vw;
    margin: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 2;
    display: block;
    height: auto;
  }
  .section-big-cont__cont > picture {
    padding-left: 10vw;
    display: block;
  }

  .section-point-3-cont__inner ul {
    max-width: 90vw;
    gap: initial;
  }
  .section-point-3-cont__inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .section-point-3-cont__inner ul li {
    text-align: center;
  }
  .section-point-3-cont__cont {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .section-point-3-cont__inner ul {
    max-width: 76vw;
    gap: initial;
  }
  .section-use-cont__cont,
  .section-lineup-cont__cont {
    max-width: 77vw;
  }
  .section-use-cont__cont h2,
  .section-lineup-cont h2 {
    width: 100%;
    margin: auto;
    display: block;
    height: 12vw;
    margin-bottom: 3vw;
  }
  .section-use-cont__cont,
  .section-lineup-cont__cont {
    max-width: 80vw;
  }
  .section-shop-cont h2 {
    width: 100%;
    margin: auto;
    display: block;
    height: 16vw;
    margin-bottom: 3vw;
  }
  .shop__text {
    height: 11vw;
    display: block;
  }
  .section-shop-cont a {
    height: 13vw;
    display: block;
    margin-top: 3vw;
  }
  .section-shop-cont__cont {
    position: absolute;
    width: 100%;
    max-width: 850px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16.5vw;
    z-index: 2;
    display: block;
    height: auto;
  }

  .slick-prev:before,
  .slick-next:before {
    display: none !important;
  }
  .slick-prev:before,
  .slick-next:before {
    display: none !important;
  }
  button.slick-next.slick-arrow,
  button.slick-prev.slick-arrow {
    width: 16px;
    height: 28px;
  }

  button.slick-next.slick-arrow img,
  button.slick-prev.slick-arrow img {
    width: 16px;
    height: 28px;
    object-fit: contain;
    object-position: center;
  }
  .footer__inner ul {
    display: flex;
    gap: 28px;
    justify-content: center;
    margin-bottom: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__inner img {
    display: block;
    height: 45px;
    margin: 0 auto 28px;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 12px;
  }
  .footer__inner ul li::before {
    display: none;
  }
  .footer__inner p {
    font-size: 10px;
    color: #adadad;
    text-align: center;
  }

  .section-big-cont__cont__arrows {
    position: absolute;
    top: 65%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 14vw;
    cursor: pointer;
    z-index: 10;
    display: block;
    overflow: hidden;
  }
  .section-big-cont__cont h2 {
    height: 20vw;
  }
  .section-point-3-cont__inner h2 {
    height: calc(23vw * 23 / 22);
  }
}

@media screen and (max-width: 768px) {
  .section-point-3-cont__cont ul li {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* header */
.subMenu {
  position: fixed;
  width: 100%;
  right: 0px;
  top: 0px;
  z-index: 20;
}
.subMenu .inner {
  position: relative;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}
.subMenu .inner div {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 60px;
  height: 30px;
  z-index: 2;
}
.subMenu .inner div span {
  display: block;
  width: 85%;
  height: 2px;
  background: #15799f;
  opacity: 1;
  position: absolute;
  left: 50%;
  transition: 0.4s linear;
  transform: translate(-50%, 0);
}
.subMenu .inner div span:nth-of-type(1) {
  top: 0px;
}
.subMenu .inner div span:nth-of-type(2) {
  top: 14px;
}
.subMenu .inner div span:nth-of-type(3) {
  top: 28px;
}
.subMenu .inner:hover div span:nth-of-type(1) {
  transform: translate(-50%, 12px) rotate(315deg);
}
.subMenu .inner:hover div span:nth-of-type(2) {
  opacity: 0;
}
.subMenu .inner:hover div span:nth-of-type(3) {
  transform: translate(-50%, -16px) rotate(-315deg);
}
.subMenu nav {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 1;
  overflow: hidden;
  width: 0px;
  height: 45px;
  padding: 10px 5px;
  padding-right: 50px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  transition: 0.4s linear;
  opacity: 0;
  display: flex;
  align-items: center;
}
.subMenu ul {
  display: table;
  width: 100%;
  font-size: 0;
}
.subMenu ul li {
  position: relative;
  display: table-cell;
  padding: 0 15px; /* font-family: 'Quicksand', sans-serif;*/
  font-family: "Century Gothic", CenturyGothic, sans-serif;
  font-size: 14px;
  vertical-align: middle;
}
.subMenu ul li:after {
  content: "";
  width: 2px;
  height: 12px;
  background: #505050;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.subMenu ul li:last-child:after {
  content: none;
}
.subMenu ul li a {
  position: relative;
  display: block;
  color: #505050;
  vertical-align: middle;
}
.subMenu ul li a.insta {
  padding-left: 26px;
}
.subMenu ul li svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 20px;
  fill: #505050;
}
.subMenu ul li span {
  display: block;
  padding-top: 2px;
  font-weight: 700;
  letter-spacing: 0.075rem;
  white-space: nowrap;
}
.subMenu .inner:hover nav {
  width: 1000px;
  opacity: 1;
}
/* .subMenu .inner:hover nav { width: 360px; opacity: 1;} */
@media (max-width: 1001px) {
  .subMenu {
    display: none;
  }
}
.fix-cart {
  position: fixed;
  right: 20px;
  top: 34px;
  width: 34px;
  z-index: 20;
  cursor: pointer;
}
.fix-cart a {
  display: block;
}
.fix-cart a svg {
  width: 100%;
  fill: #505050;
  vertical-align: bottom;
}
@media (max-width: 1001px) {
  .btn-cart {
    right: 55px;
    top: 16px;
  }
}

.menu {
  display: none;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 47px;
  height: 36px;
  z-index: 100;
  cursor: pointer;
}
.menu div {
  position: relative;
  width: 100%;
  height: 100%;
}
.menu div span {
  display: block;
  width: 100%;
  height: 2px;
  background: #15799f;
  position: absolute;
  left: 0;
  transition: 0.4s linear;
  opacity: 1;
}
.menu div span:nth-of-type(1) {
  top: 2px;
}
.menu div span:nth-of-type(2) {
  top: 50%;
}
.menu div span:nth-of-type(3) {
  top: 34px;
}
.menu.active div span:nth-of-type(1) {
  transform: translateY(15px) rotate(315deg);
}
.menu.active div span:nth-of-type(2) {
  opacity: 0;
}
.menu.active div span:nth-of-type(3) {
  transform: translateY(-16px) rotate(-315deg);
}

#sp-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: 0.4s linear;
}
#sp-menu .inner {
  width: 100%;
  height: 100%;
  padding: 30px;
}
#sp-menu ul {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 0;
}
#sp-menu ul li {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "Century Gothic", CenturyGothic, sans-serif;
}
#sp-menu ul li.line {
  padding-bottom: 20px;
  border-bottom: solid 1px #c4c4c4;
}
#sp-menu ul li:last-child {
  padding-left: 0;
}
#sp-menu ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  font-family: CenturyGothic, sans-serif;
  font-weight: 700;
}
#sp-menu ul li svg {
  display: inline-block;
  width: 48px;
  height: 48px;
  fill: #505050;
  vertical-align: middle;
}
#sp-menu ul li a {
  color: #505050;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
#sp-menu ul li ul li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0;
}
#sp-menu ul li ul li a {
  display: block;
  padding: 15px 0;
  width: 92%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  border: solid 1px #505050;
  text-align: center;
}
#sp-menu.open {
  opacity: 1;
  z-index: 99;
}
@media (max-width: 1001px) {
  .menu {
    display: block;
  }
  #sp-menu .inner {
    padding: 20px 15px;
  }
  #sp-menu ul {
    padding-top: 30px;
  }
  #sp-menu ul li {
    padding-left: 10px;
  }
  #sp-menu ul li svg {
    width: 30px;
    height: 30px;
  }
  #sp-menu ul li a {
    font-size: 18px;
  }
  #sp-menu ul li ul li a {
    width: 96%;
    padding: 10px 0;
    font-size: 12px;
  }
}

a.fv-anker {
  position: absolute;
  width: 21vw;
  height: 16vw;
  right: 25vw;
  top: 17vw;
  display: none !important;
}

@media screen and (max-width: 768px) {
  a.fv-anker {
    position: absolute;
    width: 45vw;
    height: 35vw;
    right: auto;
    top: 9vw;
    left: 50%;
    transform: translateX(-50%);
    display: none !important;
  }
}

@media (max-width: 768px) {
  .section-point-3-cont__cont {
    display: block;
  } /* ← flex解除 */
}

@media (max-width: 768px) {
  .section-point-3-cont__cont {
    display: flex;
  }
  .section-point-3-cont__cont > ul {
    width: 100%;
    flex: 1 1 100%;
    min-width: 0; /* 念のため */
  }
  /* slickが包む箱も幅を明示しておくと安定 */
  .section-point-3-cont__cont .slick-list {
    width: 100%;
  }

  a.line-btn-01 {
    position: absolute;
    left: 13vw;
    bottom: 95vw;
    width: 53vw;
    display: block;
    height: 11vw;
  }
  a.line-btn-02 {
    position: absolute;
    left: 13vw;
    bottom: 2vw;
    width: 53vw;
    display: block;
    height: 11vw;
  }
}

.section-big-cont__bg {
  display: block;
}

@media (max-width: 768px) {
  .section-point-3-cont__cont > ul {
    width: 100%;
  }
  .section-point-3-cont__cont > ul > li {
    width: 100%;
  } /* 念のため */
  .section-point-3-cont__cont > ul > li .section-big-cont__bg {
    position: static; /* ← これが肝。absolute をやめる */
    display: block;
    width: 100%;
  }
  .section-point-3-cont__cont img {
    display: block;
    width: 100%;
    height: auto;
  }
}
