@charset "utf-8";
/* CSS Document */




/*共通*/


@media screen and (min-width: 768px){
.only-sp{
	display: none!important;
}
	}

@media screen and (max-width: 767px){
	body{
		font-size: 16px;
	}
	.inner{width: 90%;}
.only-pc{
	display: none!important;
}
	}






.stripe {
  background-image: repeating-linear-gradient(145deg, #ff8ad9, #ff8ad9 20px, #ff96de 20px, #ff96de 40px);
  padding: 5% 0;
}

.pink_bg {
  background: #FEAADC;
  padding: 5% 0;
}

#fv {
  max-width: 1100px;
  margin: auto;
  text-align: center;
    animation: zoomIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media screen and (max-width: 767px){
  #fv {
  max-width: 95%;
}
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#content {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.sp-content {
  width: 85%;
    margin: auto;
  text-align: center;
}

.sp-contentflex01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2%;
  margin-top: 5%;
}

.sp-contentflex01::before {
  position: absolute;
  content: "";
  background-image: url(../img/madel01_l_txt.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 100px;
  top: -25%;
  left: 3%;
}

.sp-contentflex01::after {
  position: absolute;
  content: "";
  background-image: url(../img/madel01_r_txt.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 100px;
  top: -25%;
  right: 3%;
}

.model_img {
width: 30%;
}

.sp-contentflex02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2%;
  margin-top: 5%;
}

.sp-contentflex02::before {
  position: absolute;
  content: "";
  background-image: url(../img/madel02_l_txt.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 100px;
  top: -32%;
  left: 3%;
}

.sp-contentflex02::after {
  position: absolute;
  content: "";
  background-image: url(../img/madel02_r_txt.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 100px;
  top: -32%;
  right: 3%;
}

.item_ttl {
  width: 90%;
  margin: 60px auto;
  text-align: center;
}

.item_img {
  width: 70%;
  margin: auto auto 10px;
  text-align: center;
}

.item_txtimg {
    width: 80%;
  margin: auto auto 5px;
  text-align: center;
}

.item_price {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.item_price span {
  font-size: 2em;
}

.item_size {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 60px;
}

.item_size span {
border: #ffffff solid 2px;
border-radius: 100px;
padding: 2px 10px;
font-size: 16px;
margin-right: 10px;
}

.info_ttl {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}
.info_img {
  width: 95%;
  margin: auto auto 40px;
  text-align: center;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
  opacity: 0;
}
