@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: 950px;
  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: 950px;
  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,
.section-point-3-cont__inner h2{
  width: 100%;
  margin: auto;
  display: block;
  height: 110px;
  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: 950px;
  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: 850px;
  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: 770px;
  margin: auto;
  display: block;
}
.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) {
  .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: 64vw;
    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: 20vw;
    margin-bottom: 4vw;
}
 .section-point-3-cont__inner h2{
     width: 100%;
    margin: auto;
    display: block;
    height: 23vw;
    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: 64vw;
    font-size: .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;
}
}

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