@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* ---------------------------------------------------------------------------
//  common
--------------------------------------------------------------------------- */
#sunca-foam {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #5F5E5E;
  line-height: 1.6;
  letter-spacing: 0;
  overflow: hidden;
}
#sunca-foam br {
  display: block;
}
#sunca-foam section {
  width: 840px;
  margin: 0 auto;
}

#sunca-foam .buy {
  display: block;
  background: url(https://sky0538.itembox.design/item/sunca-foam-buy.png) center center / 100% no-repeat;
  width: 711px;
  height: 111px;
  margin: 50px auto 0;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px rgba(0,0,0,0.5);
  filter: drop-shadow(0 0 8px rgba(0,0,0,0.2));
  display: flex;
  justify-content: center;
  align-items: center;
}

#sunca-foam br.sp { display: none; }
@media screen and (max-width: 768px) {
  #sunca-foam br.sp { display: block; }
  #sunca-foam br.pc { display: none; }
  
  #sunca-foam {
    font-size: 14px;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  #sunca-foam section {
    width: 100%;
  }
  #sunca-foam .buy {
    width: 100%;
    max-width: 400px;
    font-size: 18px;
    margin-top: 20px;
  }
} /*@*/



/* ---------------------------------------------------------------------------
//  sunca
--------------------------------------------------------------------------- */
#sunca-foam .sunca01 {
  background: url(https://sky0538.itembox.design/item/sunca-foam01-bg.jpg) center top / 100% no-repeat;
  height: 1937px;
  padding: 547px 45px 0;
}
#sunca-foam .sunca01 .text {
  margin-top: 80px;
}
#sunca-foam .sunca01 .text p {
  font-size: 28px;
  text-align: center;
  line-height: 2;
}
#sunca-foam .sunca01 .text p + p {
  margin-top: 2em;
}
#sunca-foam .sunca01 .text p + p {
  margin-top: 2em;
}
#sunca-foam .sunca01 .science {
  display: block;
  background: url(https://sky0538.itembox.design/item/sunca-foam-science.png) center center / 100% no-repeat;
  width: 470px;
  height: 79px;
  margin: 30px auto 0;
  font-size: 30px;
  color: #B1A77F;
  text-align: center;
  filter: drop-shadow(0 0 8px #E2DDCF);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #sunca-foam .sunca01 {
    width: 100%;
    height: auto;
    padding: 68% 20px 30px;
    background: url(https://sky0538.itembox.design/item/sunca-foam01-bg-top.jpg) center top / 100% no-repeat, url(https://sky0538.itembox.design/item/sunca-foam01-bg-bottom.jpg) center bottom / 100% no-repeat;
  }
  #sunca-foam .sunca01 h2 {
    max-width: 350px;
    margin: 0 auto;
  }
  #sunca-foam .sunca01 .text {
    margin-top: 30px;
  }
  #sunca-foam .sunca01 .text p {
    font-size: 17px;
    line-height: 1.6;
  }
  #sunca-foam .sunca01 .science {
    width: 100%;
    max-width: 360px;
    height: 60px;
    font-size: 18px;
  }

} /*@*/


#sunca-foam .sunca02 {
  background: url(https://sky0538.itembox.design/item/sunca-foam02.jpg) center top / 100% no-repeat;
  height: 1035px;
  padding-top: 840px;
  display: flex;
}
#sunca-foam .sunca02 > div {
  width: 50%;
  text-align: center;
}
#sunca-foam .sunca02 > div {
  width: 50%;
  text-align: center;
}
#sunca-foam .sunca02 h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
#sunca-foam .sunca02 p {
  font-size: 27px;
  line-height: 1.4;
}
#sunca-foam .sunca02 > div:nth-child(1) h2 {
  color: #F4A075;
}
#sunca-foam .sunca02 > div:nth-child(2) h2 {
  color: #4FB6BF;
}

@media screen and (max-width: 768px) {
  #sunca-foam .sunca02 {
    width: 100%;
    height: auto;
    padding: 102% 0 30px;
  }
  #sunca-foam .sunca02 > div {
    padding: 0 10px;
  }
  #sunca-foam .sunca02 h2 {
    font-size: 24px;
  }
  #sunca-foam .sunca02 p {
    font-size: 15px;
  }

} /*@*/


#sunca-foam .sunca03 {
  padding-bottom: 50px;
}
#sunca-foam .sunca03 p {
  line-height: 1.8;
  padding: 0 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #sunca-foam .sunca03 {
    padding-bottom: 30px;
  }
} /*@*/


#sunca-foam .sunca04 {
  background: linear-gradient(to bottom, #f9f4ed 50%, #efe3d0 100%);
  text-align: center;
  padding: 78px 0;
  position: relative;
}
#sunca-foam .sunca04::before {
  content: "";
  border-top: 1px solid #956E34;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
}
#sunca-foam .sunca04::after {
  content: "";
  border-top: 1px solid #956E34;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 20px;
  left: 0;
}
#sunca-foam .sunca04 h2 {
  font-size: 56px;
}
#sunca-foam .sunca04 h3 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  border: none;
}
#sunca-foam .sunca04 h4 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 70px;
}
#sunca-foam .sunca04 p {
  font-size: 24px;
}
#sunca-foam .sunca04 .width {
  margin: 20px 0;
}
#sunca-foam .sunca04 .artist {
  display: flex;
  gap: 30px;
  padding: 0 30px;
  margin-top: 30px;
}
#sunca-foam .sunca04 .artist .image {
  width: 253px;
}
#sunca-foam .sunca04 .artist .text {
  text-align: left;
  flex: 1;
}
#sunca-foam .sunca04 .artist .text > div:nth-child(1) {
  height: 211px;
  padding-top: 40px;
  border-bottom: 2px dotted #BDA37D;
}
#sunca-foam .sunca04 .artist .text > div:nth-child(2) {
  height: 188px;
  padding-top: 10px;
  border-bottom: 2px dotted #BDA37D;
}
#sunca-foam .sunca04 .artist .text > div:nth-child(3) {
  height: 211px;
  padding-top: 20px;
}
#sunca-foam .sunca04 .artist .text h5 {
  font-size: 30px;
}
#sunca-foam .sunca04 .artist .text h5 span {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #sunca-foam .sunca04 {
    padding: 55px 5px;
  }
  #sunca-foam .sunca04 h2 {
    font-size: 26px;
  }
  #sunca-foam .sunca04 h3 {
    font-size: 20px;
  }
  #sunca-foam .sunca04 h4 {
    font-size: 20px;
    margin-top: 40px;
  }
  #sunca-foam .sunca04 p {
    font-size: 16px;
  }
  #sunca-foam .sunca04 .artist {
    gap: 10px;
    padding: 0;
    margin: 30px auto 0;
    width: 360px;
  }
  #sunca-foam .sunca04 .artist .image {
    width: 140px;
  }

  #sunca-foam .sunca04 .artist .text > div:nth-child(1) {
    height: 118px;
    padding-top: 40px;
  }
  #sunca-foam .sunca04 .artist .text > div:nth-child(2) {
    height: 103px;
    padding-top: 7px;
  }
  #sunca-foam .sunca04 .artist .text > div:nth-child(3) {
    height: 118px;
    padding-top: 7px;
  }

  #sunca-foam .sunca04 .artist .text h5 {
    font-size: 16px;
  }
  #sunca-foam .sunca04 .artist .text h5 span {
    font-size: 12px;
  }
  #sunca-foam .sunca04 .artist .text p {
    font-size: 13px;
  }

} /*@*/


#sunca-foam .sunca05-pc {
  background: url(https://sky0538.itembox.design/item/sunca-foam05-bg.jpg) center top / 100% no-repeat;
  height: 1930px;
  padding: 650px 18px 0;
}
#sunca-foam .sunca05-pc .bubbles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#sunca-foam .sunca05-pc .bubbles > div {
  width: 430px;
  height: 430px;
  padding-top: 100px;
  text-align: center;
}
#sunca-foam .sunca05-pc .bubbles h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
#sunca-foam .sunca05-pc .bubbles h2 span {
  font-size: 24px;
}
#sunca-foam .sunca05-pc .bubbles sub {
  font-size: 16px;
}
#sunca-foam .sunca05-pc .bubbles p {
  font-size: 20px;
}
#sunca-foam .sunca05-pc .bubbles > div:nth-child(1) {
  margin-right: -40px;
}
#sunca-foam .sunca05-pc .bubbles > div:nth-child(2) {
  margin-left: -40px;
}
#sunca-foam .sunca05-pc .bubbles > div:nth-child(3) {
  margin-top: -126px;
}
#sunca-foam .sunca05-pc .bubbles .aqua {
  background: url(https://sky0538.itembox.design/item/sunca-foam05-aqua.png) center top / 100% no-repeat;
}
#sunca-foam .sunca05-pc .bubbles .pink {
  background: url(https://sky0538.itembox.design/item/sunca-foam05-pink.png) center top / 100% no-repeat;
}
#sunca-foam .sunca05-pc .kome {
  text-align: center;
  margin-top: 10px;
}

.sunca05-sp { display: none; }
@media screen and (max-width: 768px) {
  .sunca05-pc { display: none; }
  .sunca05-sp { display: block; }
} /*@*/


#sunca-foam .sunca06 {
  background: url(https://sky0538.itembox.design/item/sunca-foam06-bg.png) center center / cover no-repeat;
  padding: 30px;
}
#sunca-foam .sunca06 .white {
  background: #fff;
  padding: 40px 30px;
  position: relative;
}
#sunca-foam .sunca06 h2 {
  font-size: 36px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#sunca-foam .sunca06 h2::before {
  content: "";
  flex: 1;
  height: 8px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: block;
}
#sunca-foam .sunca06 h2::after {
  content: "";
  flex: 1;
  height: 8px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: block;
}
#sunca-foam .sunca06 .cream {
  width: 216px;
  position: absolute;
  top: 30px;
  left: 40px;
}
#sunca-foam .sunca06 .item1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}
#sunca-foam .sunca06 .item2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
#sunca-foam .sunca06 .item3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}
#sunca-foam .sunca06 .text {
  width: 430px;
  font-size: 24px;
}
#sunca-foam .sunca06 .image {
  margin-right: 30px;
}
#sunca-foam .sunca06 .text h3 {
  border-radius: 10px;
  padding: 0 20px;
  font-size: 36px;
  margin: 0 0 10px;
  border: none;
}
#sunca-foam .sunca06 .item2 h3 {
  background: #CFEDEF;
}
#sunca-foam .sunca06 .item3 h3 {
  background: #FAF29D;
}

#sunca-foam .sunca06 .item3 li span {
  background: linear-gradient(to top, #FAF29D 14px, transparent 14px);
}

#sunca-foam .sunca06 .item1 .image {
  width: 195px;
}
#sunca-foam .sunca06 .item2 .image {
  width: 201px;
}
#sunca-foam .sunca06 .item3 .image {
  width: 223px;
}
#sunca-foam .sunca06 .note {
  border-top: 1px solid #707070;
  margin-top: 50px;
  position: relative;
}
#sunca-foam .sunca06 .note::before {
  content: "";
  width: 100%;
  height: 6px;
  border-top: 1px solid #707070;
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
}
#sunca-foam .sunca06 .note h4 {
  font-size: 16px;
  font-weight: 500;
  color: #D835C5;
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  #sunca-foam .sunca06 {
    padding: 20px;
  }
  #sunca-foam .sunca06 .white {
    padding: 30px 20px;
  }
  #sunca-foam .sunca06 h2 {
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #sunca-foam .sunca06 h2::before {
    height: 5px;
  }
  #sunca-foam .sunca06 h2::after {
    height: 5px;
  }
  #sunca-foam .sunca06 .cream {
    width: 90px;
    top: 30px;
    left: 5px;
  }
  #sunca-foam .sunca06 .item1 {
    flex-flow: column nowrap;
    margin-top: 50px;
  }
  #sunca-foam .sunca06 .item2 {
    flex-flow: column nowrap;
    margin-top: 30px;
  }
  #sunca-foam .sunca06 .item3 {
    flex-flow: column nowrap;
    margin-top: 30px;
  }
  #sunca-foam .sunca06 .text {
    width: 100%;
    font-size: 16px;
  }
  #sunca-foam .sunca06 .image {
    margin: 10px auto 0;
  }
  #sunca-foam .sunca06 .text h3 {
    font-size: 24px;
  }

  #sunca-foam .sunca06 .item1 .image {
    width: 120px;
  }
  #sunca-foam .sunca06 .item2 .image {
    width: 120px;
  }
  #sunca-foam .sunca06 .item3 .image {
    width: 120px;
  }
  #sunca-foam .sunca06 .note h4 {
    font-size: 14px;
  }

} /*@*/

#sunca-foam .sunca07 {
  margin-top: 50px;
}
#sunca-foam .sunca07 a {
  display: block;
}


@media screen and (max-width: 768px) {
  #sunca-foam .sunca07 {
    margin-top: 30px;
  }
} /*@*/

#sunca-foam .sunca08 {
  margin-top: 50px;
  background: #F4F3F0;
  padding: 30px 45px;
}
#sunca-foam .sunca08 h2 {
  font-size: 36px;
  text-align: center;
  height: 150px;
  background: url(https://sky0538.itembox.design/item/sunca-foam08-cream.png) center center / contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#sunca-foam .sunca08 .faq dl {
  margin-bottom: 30px;
  box-shadow: 0 0 8px #DBE5D6;
}
#sunca-foam .sunca08 .faq dl dt {
  font-size: 22px;
  line-height: 1.4;
  background: #E5E1D6;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#sunca-foam .sunca08 .faq dl dt::before {
  content: "Q";
  font-size: 24px;
  font-weight: 500;
  color: #474646;
  background: #fff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#sunca-foam .sunca08 .faq dl dd {
  font-size: 20px;
  line-height: 1.6;
  background: #fff;
  padding: 20px;
}
#sunca-foam .sunca08 .faq dl dd li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  #sunca-foam .sunca08 {
    margin-top: 30px;
    padding: 30px 20px;
  }
  #sunca-foam .sunca08 h2 {
    font-size: 26px;
    height: 100px;
    margin-bottom: 20px;
  }
  #sunca-foam .sunca08 .faq dl {
    margin-bottom: 20px;
  }
  #sunca-foam .sunca08 .faq dl dt {
    font-size: 17px;
  }
  #sunca-foam .sunca08 .faq dl dt::before {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
  #sunca-foam .sunca08 .faq dl dd {
    font-size: 14px;
    padding: 15px;
  }

} /*@*/




