*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
  font-weight: normal;
}
body {
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-style: normal;
}
main {
  background: #FAF8F0;
}
a {
  display: block;
  text-decoration: none;
}
img {
  width: 100%;
}
input[type="checkbox"] {
  display: none;
}
h1 {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  /* background: linear-gradient(270deg, #DB85AE, #B887BC 100%); */
  /* background: -webkit-linear-gradient(270deg, #DB85AE, #B887BC 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: #5b4f50;
}
h1 span {
  font-size: 30px;
}
h1 br {
  display: none;
}
h2 {
  font-size: 40px;
  line-height: 60px;
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
}
h2 span {
  display: inline-block;
  background: linear-gradient(0deg, #DB85AE, #B887BC 100%);
  background: -webkit-linear-gradient(0deg, #DB85AE, #B887BC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
}
h2 font {
  position: absolute;
  top: -200px;
  left: 0;
}
section#pickup h2 span font {
  display: inline-block;
}
section#pickup h2 span br {
  display: none;
}
#info h2 span {
  font-size: 90px;
  display: inline;
}
h2 b {
  font-size: 50px;
}
h3 {
  font-size: 30px;
  text-align: center;
}
h3 b {
  display: inline-block;
  position: relative;
}
h3 b::before,
h3 b::after {
  content: "";
  display: block;
  position: absolute;
  background: repeating-radial-gradient(at top left,#CE9BB2 0%,rgba(0,0,0,0) 50%,#9F78B5 100%);
  opacity: .8;
  border-radius: 1000000px;
}
h3 b::before {
  width: 40px;
  height: 40px;
  top: -40px;
  right: -90px;
  transform: rotate(-60deg);
}
h3 b::after {
  width: 25px;
  height: 25px;
  top: 0px;
  right: -60px;
  transform: rotate(-10deg);
}
h3 b span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
/*----------------フェードイン----------------*/
.fadeIn{
  opacity: 0;
  transform: translateY(100px);
  transition: 2s;
  z-index: 1;
}
.fadeIn2{
  opacity: 0;
  transform: translateY(20px);
  transition: 4s;
  z-index: 1;
}
.fadeIn.animated,
.fadeIn2.animated{
  opacity: 1;
  transform: translateY(0px);
}
.pushIn{
  opacity: 0;
  transform: translateY(100px) scale(.4);
  transition: 2s;
  z-index: 1;
}
.pushIn2{
  opacity: 0;
  transform: translateY(100px) scale(.4);
  transition: 4s;
  z-index: 1;
}
.pushIn3{
  opacity: 0;
  transform: translateY(100px) scale(.4);
  transition: 6s;
  z-index: 1;
}
.pushIn.animated,
.pushIn2.animated,
.pushIn3.animated{
  opacity: 1;
  transform: translateY(0px) scale(1);
}
/*----------------/フェードイン----------------*/
section {
  padding: 20vh 0;
  position: relative;
  overflow: hidden;
}
section#kv {
  background-image:url(../img/kv-min.jpg);
  padding: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: 30% 50%;
  position: relative;
}
section#kv::before,
section#kv::after {
  content: "";
  display: block;
  position: absolute;
  background: repeating-radial-gradient(at top left,#CE9BB2 0%,rgba(0,0,0,0) 50%,#9F78B5 100%);
  opacity: .6;
  border-radius: 1000000px;
}
section#kv::before {
  width: 200px;
  height: 200px;
  top: calc(50% - 100px);
  left: -30px;
  transform: rotate(0deg);
}
section#kv::after {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  transform: rotate(-80deg);
}
section#kv picture.kv-catch {
  display: block;
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(25%,-65%);
}
section#kv h1 picture{
    width: 400px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
section#kv h4 {
  background: linear-gradient(0deg, #DB85AE, #B887BC 100%);
  background: -webkit-linear-gradient(0deg, #DB85AE, #B887BC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  text-align: center;
  bottom: 4%;
  position: absolute;
  left: 0;
  width: 100%;
}
.section-child {
    margin: 0 auto;
    width: 70%;
    max-width: 1000px;
    position: relative;
    padding: 5vh 0;
}
.textarea p {
  display: block;
  padding-top: 10px;
}
.textarea b {
  display: block;
  padding-top: 10px;
  font-size: 22px;
}
.textarea font {
  display: flex;
  flex-wrap: wrap;
  width: 630px;
  margin-top: 15px;
}
.textarea font span {
  font-size: 12px;
  padding: 10px;
  display: block;
  width: 19%;
  border: solid 1px #a17cb7;
  text-align: center;
  margin: 1.2% 1% 0 0;
  color: #764f8e;
}
section#about h2::before,
section#about h2::after {
  content: "";
  display: block;
  position: absolute;
  background: repeating-radial-gradient(at top left,#CE9BB2 0%,rgba(0,0,0,0) 50%,#9F78B5 100%);
  opacity: .8;
  border-radius: 1000000px;
}
section#about h2::before {
  width: 300px;
  height: 300px;
  top: -170px;
  left: -100px;
  transform: rotate(80deg);
}
section#about h2::after {
  width: 40px;
  height: 40px;
  top: -50px;
  left: 36%;
  transform: rotate(-100deg);
}
section#about picture {
  position: absolute;
}
section#about picture.about-img-1 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  right: -100px;
}
section#about picture.about-img-2 {
  width: 180px;
  height: 180px;
  top: -180px;
  right: 10%;
}
section#about picture.about-img-3 {
  width: 200px;
  bottom: -180px;
  right: 40%;
}
section#info::before {
  content: "";
  display: block;
  position: absolute;
  background: repeating-radial-gradient(at top left,#CE9BB2 0%,rgba(0,0,0,0) 50%,#9F78B5 100%);
  opacity: .8;
  border-radius: 1000000px;
  width: 500px;
  height: 500px;
  top: 60px;
  left: -100px;
  transform: rotate(80deg);
}
section#info h2::after {
  content: "";
  display: block;
  position: absolute;
  background: repeating-radial-gradient(at top left,#CE9BB2 0%,rgba(0,0,0,0) 50%,#9F78B5 100%);
  opacity: .8;
  border-radius: 1000000px;
  width: 40px;
  height: 40px;
  top: -50px;
  left: 36%;
  transform: rotate(-100deg);
}
section#info picture.info-img-1 {
  position: absolute;
  width: 650px;
  top: -100px;
  right: -150px;
}
section#pickup {
  background-image:url(../img/pickup-bk.png);
  background-image: url(../img/pickup-bk.png);
  background-size: contain;
  background-repeat: no-repeat;
}
section#pickup picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}
section#pickup ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  background: linear-gradient(45deg,#fff, transparent);
  padding: 30px 0px 30px 40px;
  border-radius: 10000px;
}
section#pickup ul li b {
  width: 90px;
  font-size: 22px;
  background: -webkit-linear-gradient(0deg, #DB85AE, #B887BC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section#pickup ul li p {
  width: calc(100% - 130px);
  font-size: 12px;
  line-height: 18px;
}
/*----------------購入導線----------------*/
.cart.padding {
  padding: 15vh 0;
}
.name {
  width: 70%;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 30px;
  position: relative;
}
.name picture {
  width: 45%;
  display: block;
}
.name picture.cartimage {
  width: 50%;
}
.price {
  padding: 40px 0;
  background: linear-gradient(33deg,#e0c6cf 0%,#e0c6cf 70%,#a48691 100%);
}
.price-width {
  width: 70%;
  margin: 0 auto;
  max-width: 1000px;
}
.price-width picture,
.price-width a {
  width: 45%;
  display: block;
}
.price-width a {
  font-size: 24px;
  padding: 20px 0;
  text-align: center;
  background-color: #d36a9c;
  color: #fff;
  border: solid 3px #fff;
  border-radius: 10000px;
  margin-top: 10px;
}
.cartimage {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
/*----------------/購入導線----------------*/
section#voice ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
section#voice ul li.image{
  width: 200px;
}
section#voice ul li.text{
  width: calc(100% - 240px);
}
section#voice ul li.text h4 {
  padding: 20px 0;
  font-size: 22px;
  line-height: 38px;
}
section#voice ul li.text h4 b {
  display: inline-block;
  background: linear-gradient(0deg, #DB85AE, #B887BC 100%);
  background: -webkit-linear-gradient(0deg, #DB85AE, #B887BC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}
section#qa {
      background: linear-gradient(180deg, #FAF8F0,#fcf1f6,#FAF8F0);
}
section#qa h2::before,
section#qa h2::after {
  content: "";
  display: block;
  position: absolute;
  background: repeating-radial-gradient(at top left,#CE9BB2 0%,rgba(0,0,0,0) 50%,#9F78B5 100%);
  opacity: .8;
  border-radius: 1000000px;
}
section#qa h2::before {
  width: 50px;
  height: 50px;
  top: -80px;
  left: -50px;
  transform: rotate(-180deg);
}
section#qa h2::after {
  width: 30px;
  height: 30px;
  top: -34px;
  left: 0px;
  transform: rotate(-260deg);
}
section#qa .qabox {
  margin-bottom: 20px;
}
section#qa .qabox label,
section#qa .qabox p{
  align-items: center;
  padding: 15px 0px;
}
section#qa .qabox label{
  display: flex;
  border-bottom: solid 1px #E5CEE5;
}
section#qa .qabox label:after{
  content: "▼";
  font-size: 16px;
  display: inline-block;
  margin-left: auto;
  color: #edd6e0;
}
section#qa .qabox p {
  display: none;
}
section#qa .qabox label:before {
  content:"Q,";
  font-size: 24px;
  display: inline-block;
  margin-right: 20px;
}
section#qa .qabox p:before {
  content:"A,";
  font-size: 24px;
  display: inline-block;
  margin-right: 20px;
}
section#qa .qabox input[type="checkbox"]:checked ~ p {
  display: flex;
}
section#qa .qabox input[type="checkbox"]:checked + label:after {
  content: "▲";
}
section#qa .section-child::before {
  content: "";
  display: block;
  position: absolute;
  background: repeating-radial-gradient(at top left,#CE9BB2 0%,rgba(0,0,0,0) 50%,#9F78B5 100%);
  opacity: .5;
  border-radius: 1000000px;
  width: 350px;
  height: 350px;
  top: -100px;
  right: 50px;
  transform: rotate(0deg);
}
section#qa .section-child .textarea {
  margin-bottom: 100px;
}
.qaimage {
  position: absolute;
  width: 250px;
  top: -165px;
  right: -60px;
}
.info-img-2-sp {display: none;}










@media screen and (max-width:480px) {
h1 {
  position: absolute;
  top: 8%;
  left: 0%;
  width: 100%;
  transform: inherit;
  font-size: 18px;
  line-height: 26px;
}
h1 span {
  font-size: 14px;
}
h2 {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
}
h2 span {
  font-size: 36px;
  line-height: 44px;
}
#info h2 span {font-size: 60px;}
h2 b {font-size: 24px;}
section {padding: 20vh 0;}
section#kv {
  height: 100vh;
  background-image:url(../img/kv-sp-min.jpg);
}
section#kv h1 picture {
  width: 60%;
  top: auto;
  bottom: 5%;
  left: 10%;
  transform: inherit;
  margin-top: 10px;
}
section#kv::after {
    width: 50px;
    height: 50px;
    top: 30px;
    right: 40px;
    transform: rotate(-80deg);
}
section#kv::before {
    width: 30px;
    height: 30px;
    top: 28%;
    left: 20px;
    transform: rotate(0deg);
}
section#kv h4 {
    font-size: 16px;
    bottom: 7%;
}
section#kv picture.kv-catch {
    width: 80%;
    top: 82%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section-child {
    width: 90%;
    padding: 5vh 0;
}
.textarea p {
    font-size: 12px;
    display: inline;
}
.textarea b {
    font-size: 14px;
    display: inline;
}
section#about picture.about-img-1 {
    width: 170px;
    height: 170px;
    bottom: inherit;
    right: 0px;
    top: -120px;
}
section#about picture.about-img-2 {
    width: 100px;
    height: 100px;
    top: inherit;
    right: 10px;
    left: inherit;
    bottom: -90px;
}
section#about picture.about-img-3 {
    bottom: -140px;
}
section#about h2::before {
    top: -160px;
}
.name {
    width: 90%;
    padding: 0;
}
.name picture {
    width: 90%;
    display: block;
    margin: 0 auto;
}
.name picture.cartimage {
    width: 100%;
    position: inherit;
    top: inherit;
    right: inherit;
    margin: 20px 0 -50px;
}
.price-width {
    width: 90%;
}
.price-width picture, .price-width a {
    width: 100%;
}
.price-width a {
    font-size: 18px;
    padding: 10px 0;
}
section#info picture.info-img-1 {
    position: absolute;
    width: 250px;
    top: -130px;
    right: -30px;
}
section#info::before {
    width: 300px;
    height: 300px;
    top: 60px;
    left: -20px;
}
.info-img-2 {display: none;}
.info-img-2-sp {display: block;}
section#pickup{overflow: inherit;}
section#pickup picture {
    width: 80%;
    top: 0px;
}
section#pickup h2 font {
  display: block;
  position: absolute;
  top: -250px;
  left: 0;
  font-size: 24px;
}
section#pickup h2 span font {
  display: none;
}
section#pickup h2 span br {
  display: block;
}
section#pickup ul li {
    display: block;
    padding: 15px 0px 15px 30px;
    border-radius: 20px;
    margin-top: 20px;
}
section#pickup ul li p {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
    margin-top: 5px;
}
section#voice ul li.image {
    width: 100px;
    position: absolute;
    top: -50px;
    right: 0;
}
section#voice ul li.text {
    width: 100%;
}
section#voice ul li.text span {font-size: 10px;}
section#voice ul li.text h4 {
    padding: 10px 0;
    font-size: 18px;
    line-height: 32px;
}
section#voice ul li.text h4 b {
  font-size: 28px;
}
section#voice ul li.text p {font-size: 12px;}
h3 b::before {right: -60px;}
h3 b::after {right: -30px;}
.qaimage {
    width: 180px;
    top: -120px;
    right: 0px;
}
section#qa h2::before {
    left: -10px;
}
section#qa h2::after {
    left: 35px;
}
section#qa .qabox label:before,
section#qa .qabox p:before {
    font-size: 18px;
    margin-right: 10px;
}
section#qa .qabox label, section#qa .qabox p {
    font-size: 12px;
}
section#qa .qabox label:after {
    font-size: 16px;
    margin-left: 30px;
}
.textarea font {
  width: 100%;
}
.textarea font span {
    font-size: 10px;
    padding: 5px 3px;
    width: auto;
    margin: 1% 1% 0 0;
}





}






































