@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200&family=Poppins:wght@200&display=swap');
.sp-header {
  display: block;
  background: #fff !important;
}

body{
  margin:0
}

.body_wrapper {
  overflow: inherit !important;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
}


/* .top-sns-box,.top-sns-list{
  align-items: center;
  display: flex;
  width: 100% !important;
  justify-content: center;
  color: #5d308d
  }
  .top-sns-box{
    margin: 120px auto 50px;
  }
  .top-sns-list{
    margin-left: 10px;
  }
  .top-sns-list i{
    color: #5d308d;
    font-size: 4rem;
  }
  
  .top-sns-list li + li{
    margin-left: 30px;
  } */

/* テスト */


/* body{
  overflow-y: auto !important;
  height: inherit !important;
}

body {
  height: 100vh;
  overflow-y: hidden;
}


.loading{
  display: none !important;
} */

.pagetop{
  display: none !important;
}

@media (max-width: 768px){
footer
{z-index:8;position: relative;background: #fff;margin: 0 !important;padding: 0 !important;}
}

@keyframes fadeIN {
100% {
opacity: 1;
}
}


@keyframes fadeOUT {
  100% {
    opacity: 0;
  }
}

.sec__inner p .sp{
  display: none;
}
@media (max-width: 768px) {
  .sec__inner p .sp{
    display: block;
  }
}

@media (max-width: 768px) {
  .ta_left {
    text-align: left !important;
  }
}

.lp-main img {
  max-width: 100%;
  /* width: 48%; */
  height: auto;
  z-index: 1!important;
}

.lp-main {
  line-height: 2;
}
.mtS {
  margin-top: 20px;
}
.mtM {
  margin-top: 40px;
}
.mtL {
  margin-top: 100px !important;
}
@media (max-width: 768px) {
  .mtL {
    margin-top: 50px !important;
  }
}
.txtS {
  font-size: 90%;
}
.txt120 {
  font-size: 120%;
}
.txt_center{
  text-align: center;
}
.txt_bold{
  font-weight: bold;
}

body{
  animation: fadeIN 2s 0s forwards;
  opacity: 0;
}

@keyframes logo {
  60%{
    opacity: 1;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}

@keyframes ZoomOut {
  /* 0%{
    transform: scale(1.4);
  } */
  100% {
    transform: scale(1);
    opacity: 1;
  }
  }

@media (max-width: 768px) {
  .mv {
    margin-bottom: 0px;
    display:block;
  }
}  
.mv{
  width: 100%;
  /* display:flex; */
  /*height: 98vh; ボックス２つの高さ */
  position: relative;
}


/* PC */
.mv-pc{
  width: 100%;
  display:flex;
  height: 88vh;
} 
.mv-sp{
display: none!important;
}   

.mv-pc .mv_inner {
width:50% ;
height: 88vh;
}

/* .mv-pc .mv_inner .slick{
width: 100%;
display: block;
align-items: center;
justify-content: center;
object-fit: cover;
height: 88vh;
} */

.mv-pc .mv_inner .slick .slider-img > img {
width:100%;
object-fit: cover;
margin: 0 auto;
overflow: hidden;
display: block;
height: 88vh;
z-index: 999999999;
}

.logo_pc{
display: flex;
align-items: center;
height: calc(100% - 10px);
justify-content: center;
z-index: 9999999999;
}
.logo_pc>img{
width:50%
  }

@media (max-width: 768px) {
.mv-sp{
  display: block!important;
  position: relative;
}
.mv-pc{
  display: none!important;
}
.mv-sp .mv_inner .slick {
  display: block;
  width: 100%!important;
  margin-bottom: 0;
  overflow: hidden;
  }
.mv-sp .mv_inner .slick .slider-img > img {
  width: 100%!important;
  height: 75vh;
  object-fit: cover;
  margin-bottom: 0;
  }
.mv-sp .mv_inner .logo_sp {
  display: block;
  z-index: 9!important;
  position: absolute;
  top: 75%;
  right: 0;
  bottom: 0;
  left: 19%;
  margin: auto;
  } 
.mv-sp .mv_inner .logo_sp>img{
  width: 61vw;
}
}

/* 背景グラデ */
.sec{
  display: block;
  padding: 0;
  /* position: relative; */
}

.sec2 {
  background: #be69a3;
  padding-bottom: 12%!important;
}
.sec3 {
  background:#e8d697;
}

.sec4.scloll {
  margin-bottom: 15%;
}

.sec__inner{
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sec{
    padding: 0;
  }
} 

.sec1{
  text-align: center;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
}
@media (max-width: 768px) {
  .sec1{
    margin: 15vw 1vw;
    padding: 0;
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  }
}

.sec1 .sec__inner > p{
  width: 90%;
  max-width: 1200px;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  color: #391e45;
}
.sec1 .sec__inner > p:nth-child(1) {
  margin: 10vw auto 5vw;
  font-size: 100%!important;}
.sec1 .sec__inner > p:nth-child(2) {
  margin:0 auto 10vw;
  font-size: 90% !important;
}
@media (max-width: 768px) {
  .sec1 .sec__inner > p{
    width: 100%;
    max-width: 1200px;
    margin: 10vw auto;
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  }
  .sec1 .sec__inner > p:nth-child(1) {
  font-size: 100%!important;
}
.sec1 .sec__inner > p:nth-child(2) {
  font-size: 90% !important;
}
  }

  @media (max-width: 768px) {
    .secM_inner 
    {
      padding: 10% auto;
    }
  }
  

.secM_inner>img  
{
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .secM_inner>img  
  {
    width: 71%;
    /* height: 122vw; */
    display: block;
    padding: 10% 0;
    object-fit: cover;
  }
}

/* h2と画像 */
/* .item_title{
  justify-content: flex-end;
  gap: 3;
  top: 0;
  right: 20px;
} */

/* h2横img */

.sec2 .titleWrap{
  padding: 15% 0 0% 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.sec2 .item_img{
  position: relative;
  max-width: 780px;
  display: block;
  width: 79%;
  max-width: 780px;
  /* margin: 0px 0px 30px auto; */
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .sec2 .titleWrap{
    padding: 15% 0 0% 0;
  }
  
  .sec2 .item_img{
    position: relative;
    display: block;
    max-width: 780px;
    margin: 0px 0px 30px auto;
    justify-content: flex-end;
  }
  .sec2 .item_img img{
    /* margin: 0; */
    width: 95%;
    /* display: block; */
    /* text-align: right; */
  }

    .sec2 .item_title {
        width: 21%;
        margin-right: 8px;
    }
}


.sec3 .titleWrap{
  padding: 15% 0 0% 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.sec3 .item_img{
  position: relative;
  max-width: 780px;
  display: block;
  width: 79%;
  max-width: 780px;
  margin: 0px 0px 30px auto;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .sec3 .titleWrap{
    padding: 15% 0 0% 0;
  }

  .sec3 .item_img{
    position: relative;
    display: block;
    max-width: 780px;
    margin: 0px 0px 30px auto;
    justify-content: flex-end;
  }
  .sec3 .item_img img{
    /* margin: 0; */
    width: 95%;
    /* display: block; */
    /* text-align: right; */
  }

    .sec3 .item_title {
        width: 21%;
        margin-right: 8px;
    }
}


.item_img::before{
  display: block;
  padding-top: 100%;
}
.item_img img{
  /* display: block; */
  /* object-fit: cover; */
  /* width: 63%; */
  /* height: auto; */
  top: 0;
  z-index: 0;
  /* text-align: right; */
  /* margin: 0 auto; */
}

/* ボタン */
.popupBtn {
  position: absolute;
}
.popupBtn .icon{
  display: block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  background: #dedede;
  transition:  transform .3s;
  cursor: pointer;
  z-index: 2;
}

.popupBtn .icon:before,
.popupBtn .icon:after{
  content: "";
  width: 1.1em;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0.7em;
  background: #be69a3;
}
.popupBtn .icon:after{
  transform: rotate(90deg);
}
.popupBtn .icon.active{
  transform: rotate(45deg);
}

.popupBtn_1_1 {top: 78%;left: 68%;}
.popupBtn_1_2{top: 84%;right: 144%;}
.popupBtn_1_3 {top: 90%;left: -50%;}
.popupBtn_2_1 {left: 74%;top: 24%;}
.popupBtn_2_2{top: 80%;right: 97%;}


@keyframes line {

  100% {
    transform: scaleX(1);
  }
}

@keyframes line2 {

  100% {
    transform: rotate(-30deg) scaleX(1);
  }
}
@keyframes line3 {

  100% {
    transform: rotate(210deg) scaleX(1);
  }
}

.item_txt,.item_price{
  text-align: center;
}

/* ポップアップフレーム */

.popupWrap {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  transition: opacity 0.5s 1s;
  opacity: 0;
  z-index: 999;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  color: black;
  border-radius: 10px;
  transition: 0.8s;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99999;
  text-align: center;
  max-width: 640px;
}
@media (max-width: 768px) {
  .popup {
    top: 50%;
    left: 50%;
    max-width: 640px;
    width: 90%;
  }
  }

/* .popupの高さ */
  .popup__img>img{
    max-width: 70%;
  }  
  @media (max-width: 768px) {
    .popup__img>img{
      max-width: 100%;
    }  
    }

.popup__inner {
  padding: 40px;
  z-index: 1;
  position: relative;
  /* display: block; */
}

body.popup_open {
  overflow: hidden;
}

.popup_open .popupWrap, .open.popup {
  display: block;
  opacity: 1;
}

.popupClose {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  display: none;
  z-index: 999;
}

.popupClose::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
}

.popupClose::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background-color: #fff;
}

.popup__txt{
  display: inline-block;
  margin: 20px auto 0px auto;
  text-align: left;
  font-size: 13px;
  justify-content: center;
  align-items: flex-end;
  align-items: flex-end​​;
}

p.popup__txt>a {
  color: black;
}


/* SHOP NOWボタン */
.shopnow {
  margin: 15% auto;
}

.shopnow a{
  transition-duration: 0.7s;
  font-size: 16px;
  background: #fff;
  color: #3c3c3c;
  text-align: center;
  width: 210px;
  display: block;
  padding: 15px 0px 15px 10px;
  border: 1px solid #3c3c3c;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 44px;
}

.shopnow a:hover {
  background-color: #69307c;
  color: #fff;
}

/* 真ん中の写真セクション */
.secM {
  background: linear-gradient(180deg, #c094b2, #e8d697);
  background-size: 400% 400%;

  -webkit-animation: v-to-y 30s ease infinite;
  -moz-animation: v-to-y 30s ease infinite;
  animation: v-to-y 30s ease infinite;
}

@-webkit-keyframes v-to-y {
  0%{background-position:50% 0%}
  50%{background-position:50% 100%}
  100%{background-position:50% 0%}
}
@-moz-keyframes v-to-y {
  0%{background-position:50% 0%}
  50%{background-position:50% 100%}
  100%{background-position:50% 0%}
}
@keyframes v-to-y {
  0%{background-position:50% 0%}
  50%{background-position:50% 100%}
  100%{background-position:50% 0%}
}

.secM sec__inner p{
  margin:0
}

/* 円盤 */
.circleWrap {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0%;
  max-width: 560px;
  height: auto;
  overflow: hidden;
}

.circleWrapLeft {
  margin: 10% auto 0 0;
  width: 100%;
  max-width: 560px;
  height: auto;
  left: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .circleWrapLeft{
    margin: 0% auto 0 0;
  }
  }


.circleWrap .circle{
  position: relative;
}

.circleWrap .circle>.base{
  height: 100%;
  display: block;
}

.circleWrap .circle-1 .round_text{
  position: absolute;
  left: 7.6%;
  top: 2.2%;
  width: 92.4%;
  width: 167.8%;
  animation: rounded1 5.46s linear 0s infinite normal;
}

.circleWrap .circle-2 .round_text{
  position: absolute;
  right: 7.6%;
  top: 2.2%;
  width: 92.4%;
  width: 167.8%;
  animation: rounded1 5.46s linear 0s infinite normal;
}

@keyframes rounded1{
  0%,100%{ transform: rotate(54.6deg);}
  99.99%{ transform: rotate(0deg);}
}

.circleWrap .circle .item_block{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 5%;
  font-size: 18px;
  list-style: none;
  /* display: block; */
}
.circleWrap .circle .item_block li{
  position: absolute;
  width: 50%;
}

.circleWrap .circle .item_block .item1-1 {
  width: 21%;
  top: 13%;
  left: 57%;
}

.circleWrap .circle .item_block .item1-2 {
    width: 20%;
    top: 34%;
    left: 29%;
}
.circleWrap .circle .item_block .item1-3 {
    width: 20%;
    top: 59%;
    left: 59%;
}

.circleWrap .circle .item_block .item2-1 {
  width: 41.4%;
  top: 14%;
  left: -1%;
}

li.item2-1.item_1 {
    width: 50%;
}

.circleWrap .circle .item_block .item2-2 {
  width: 28.4%;
  top: 45%;
  left: 39%;
}


.fadeIn.scrollIn {
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  opacity: 1;
}

.bn{
  width: 94%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20%;
  height: auto;
}

.bn .pc {
  margin-top: 60px;
  margin: 0 auto;
  max-width: 740px;
  display: block;
}

.bn .sp{
  display: none;
}

@media (max-width: 768px) {
  .bn .pc{
    display: none;
  }
  .bn .sp{
    display: block!important;
  }
  }