@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital@0;1&display=swap");
#functionunderwear {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  color: #3e3e3e;
}
#functionunderwear a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#functionunderwear p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.page-mv {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-mv {
    margin-bottom: 50px;
    background: url(/user-src/special/pc/img/page/functionunderwear/bg-a.png) no-repeat center top 30px/1314px;
  }
}
.page-mv__content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-mv__content {
    max-width: 554px;
  }
}
.page-mv__content .page-mv-img {
  opacity: 0;
  -webkit-animation: fdin 0.4s 0.2s ease-in forwards;
          animation: fdin 0.4s 0.2s ease-in forwards;
}
.page-mv__content h2 {
  display: block;
  width: 72%;
  position: absolute;
  top: 5.5%;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page-mv__content h2 {
    width: min(54.2%, 300px);
    top: 6.5%;
  }
}
.page-mv__greeting {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-mv__greeting {
    max-width: 554px;
  }
}
.page-mv__greeting p {
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page-mv__greeting p {
    font-size: 1.6rem;
  }
}
.page-mv__greeting p span {
  color: #0093d9;
}

.function {
  width: 90%;
  max-width: 420px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .function {
    margin-bottom: 50px;
  }
}
.function .function-parts {
  width: 96%;
  margin: 0 auto 4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .function .function-parts {
    margin-bottom: 5px;
  }
}
.function .function-parts .parts__function-illust {
  width: min(11.6%, 42px);
  top: 28%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .function .function-parts .parts__function-illust {
    top: 30%;
  }
}
.function__content {
  padding: 22px 22px 30px;
  position: relative;
  background: #edf3f1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .function__content {
    padding: 26px 50px 36px;
  }
}
.function__content h3 {
  margin-bottom: 24px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  font-size: 1.9rem;
  color: #6f6f6f;
}
@media screen and (min-width: 768px) {
  .function__content h3 {
    font-size: 2rem;
  }
}
.function__content h3 span.small {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .function__content h3 span.small {
    font-size: 1.7rem;
  }
}
.function__content h3 span.pick {
  display: inline-block;
  margin: 0 2px;
  padding: 4px;
  background: #ffffff;
}
.function__content h3 span.pick:last-of-type {
  margin-right: 0;
}
.function__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.function__content ul li {
  width: 30%;
}
.function__content ul li img {
  display: block;
  width: 70%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .function__content ul li img {
    width: 64px;
  }
}
.function__content ul li p {
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  color: #6f6f6f;
}
@media screen and (min-width: 768px) {
  .function__content ul li p {
    font-size: 1.4rem;
  }
}
.function__content ul li:first-child p {
  line-height: 2.8;
}

.drywrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 90%;
  max-width: 420px;
  margin: 0 auto 100px;
}
.drywrap .img-item {
  width: 44%;
}
@media screen and (min-width: 768px) {
  .drywrap .img-item {
    width: 42%;
  }
}
.drywrap .txt-item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .drywrap .txt-item {
    width: 53.9%;
  }
}
.drywrap .txt-item h3 {
  width: 78%;
  margin: 2% 0 14px 8%;
}
.drywrap .txt-item p {
  letter-spacing: 1px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .drywrap .txt-item p {
    font-size: 1.4rem;
  }
}

.product__container {
  width: 100%;
  max-width: 644px;
  margin: 0 auto 0px;
}
.product .baby {
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .product .baby {
    background: url(/user-src/special/pc/img/page/functionunderwear/bg-b.png) no-repeat center top/1314px;
  }
}
.product .kids {
  margin-bottom: 74px;
}
@media screen and (min-width: 768px) {
  .product .kids {
    background: url(/user-src/special/pc/img/page/functionunderwear/bg-c.png) no-repeat center top/1314px;
  }
}
.product .sec-ttl.type-baby {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .product .sec-ttl.type-baby {
    margin-bottom: 12px;
  }
}
.product .sec-ttl.type-baby h3 {
  width: 230px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product .sec-ttl.type-baby h3 {
    width: 225px;
  }
}
.product .sec-ttl.type-baby h3 svg .for-baby {
  fill: #7dcfc8;
  stroke-width: 0px;
}
.product .sec-ttl.type-baby p {
  width: 100px;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .product .sec-ttl.type-baby p {
    width: 98px;
  }
}
.product .sec-ttl.type-baby p svg .size-a {
  fill: #7dcfc8;
  stroke-width: 0px;
}
.product .sec-ttl.type-kids {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .product .sec-ttl.type-kids {
    margin-bottom: 40px;
  }
}
.product .sec-ttl.type-kids h3 {
  width: 202px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .product .sec-ttl.type-kids h3 {
    width: 198px;
  }
}
.product .sec-ttl.type-kids h3 svg .for-kids {
  fill: #7ccbe5;
  stroke-width: 0px;
}
.product .sec-ttl.type-kids p {
  width: 123px;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .product .sec-ttl.type-kids p {
    width: 122px;
  }
}
.product .sec-ttl.type-kids p svg .size-b {
  fill: #7ccbe5;
  stroke-width: 0px;
}
.product .product-content {
  width: 100%;
  max-width: 644px;
  margin: 0 auto 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product .product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.product .product-content .product-content-top {
  width: 88%;
  margin: 0 auto 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product .product-content .product-content-top {
    width: 51%;
    margin: 0;
  }
}
.product .product-content .product-content-top .visual-img {
  width: 88%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product .product-content .product-content-top .visual-img {
    width: min(84%, 276px);
    margin-bottom: 16px;
  }
}
.product .product-content .product-content-top .item-img {
  width: min(67.6%, 232px);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .product .product-content .product-content-top .item-img {
    width: 100%;
  }
}
.product .product-content .product-content-top .info-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .product .product-content .product-content-top .info-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
.product .product-content .product-content-bottom {
  width: 88%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .product .product-content .product-content-bottom {
    width: 48.8%;
    margin: 0;
  }
}
.product .product-content .product-content-bottom .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .product .product-content .product-content-bottom .tag-list {
    margin: 0 auto 20px;
    gap: 4px;
  }
}
.product .product-content .product-content-bottom .tag-list li {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 12px;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .product .product-content .product-content-bottom .tag-list li {
    border-radius: 14px;
  }
}
.product .product-content .product-content-bottom .tag-list.type-baby li {
  border-color: #7dcfc8;
}
.product .product-content .product-content-bottom .tag-list.type-kids li {
  border-color: #7ccbe5;
}
.product .product-content .product-content-bottom .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .product-content .product-content-bottom .comment .icon {
  width: 60px;
  margin-right: 6px;
  -webkit-animation: step-01 1.5s steps(1) infinite;
          animation: step-01 1.5s steps(1) infinite;
}
@media screen and (min-width: 768px) {
  .product .product-content .product-content-bottom .comment .icon {
    width: min(19.1%, 60px);
  }
}
.product .product-content .product-content-bottom .comment .bubble img {
  width: 100%;
}
.product .product-content .product-content-bottom .comment .bubble__01 {
  width: 155px;
}
@media screen and (min-width: 768px) {
  .product .product-content .product-content-bottom .comment .bubble__01 {
    width: min(59.7%, 152px);
  }
}
.product .product-content .product-content-bottom .comment .bubble__02 {
  width: 225px;
}
@media screen and (min-width: 768px) {
  .product .product-content .product-content-bottom .comment .bubble__02 {
    width: min(69.8%, 220px);
  }
}
.product .product-content .product-content-bottom .comment .bubble__03 {
  width: 228px;
}
@media screen and (min-width: 768px) {
  .product .product-content .product-content-bottom .comment .bubble__03 {
    width: min(71%, 224px);
  }
}
.product .product-content .product-content-bottom .comment .bubble__04 {
  width: 247px;
}
@media screen and (min-width: 768px) {
  .product .product-content .product-content-bottom .comment .bubble__04 {
    width: min(78.6%, 247px);
  }
}
.product .product-content .info-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .product .product-content .info-sp {
    display: none;
  }
}
.product .product-content__baby01 {
  margin-bottom: 70px;
}
.product .product-content__baby01 .product-content-top {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .product .product-content__baby01 .product-content-top {
    width: 54.4%;
  }
}
.product .product-content__baby01 .product-content-top .visual-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product .product-content__baby01 .product-content-top .visual-img {
    margin-left: 2%;
  }
}
.product .product-content__baby01 .product-content-top .item-img {
  width: min(62.9%, 245px);
  top: 70.5%;
  right: 1%;
}
.product .product-content__baby01 .product-content-bottom {
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .product .product-content__baby01 .product-content-bottom {
    width: 43.5%;
    margin: 0;
  }
}
.product .product-content__baby01 .product-content-bottom .tag-list {
  width: 31%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .product .product-content__baby01 .product-content-bottom .tag-list {
    width: min(100%, 206px);
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  .product .product-content__baby01 .product-content-bottom .comment {
    margin-right: 9%;
  }
}
.product .product-content__baby01 .product-content-bottom .comment .icon {
  width: min(23.6%, 60px);
}
.product .product-content__baby02 {
  margin-bottom: 50px;
}
.product .product-content__baby02 .product-content-top {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .product .product-content__baby02 .product-content-top {
    margin-bottom: 0;
  }
}
.product .product-content__baby02 .product-content-top .visual-img {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .product .product-content__baby02 .product-content-top .visual-img {
    margin-left: 11%;
  }
}
.product .product-content__baby02 .product-content-top .item-img {
  top: 74.5%;
  left: -3%;
}
.product .product-content__baby02 .product-content-bottom .tag-list {
  width: 48%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .product .product-content__baby02 .product-content-bottom .tag-list {
    width: min(100%, 270px);
  }
}
.product .product-content__baby02 .product-content-bottom .comment {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .product .product-content__baby02 .product-content-bottom .comment {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product .product-content__baby02 .product-content-bottom .comment .icon {
  width: 75px;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  .product .product-content__baby02 .product-content-bottom .comment .icon {
    width: min(23.8%, 75px);
  }
}
.product .product-content__kids01 {
  margin-bottom: 70px;
}
.product .product-content__kids01 .product-content-top {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .product .product-content__kids01 .product-content-top {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .product .product-content__kids01 .product-content-top .visual-img {
    margin-right: 11%;
  }
}
.product .product-content__kids01 .product-content-top .item-img {
  top: 69%;
  right: -7%;
}
@media screen and (min-width: 768px) {
  .product .product-content__kids01 .product-content-bottom {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.product .product-content__kids01 .product-content-bottom .tag-list {
  margin-left: 9.5%;
  width: 35%;
}
@media screen and (min-width: 768px) {
  .product .product-content__kids01 .product-content-bottom .tag-list {
    margin-left: 28%;
    width: min(100%, 176px);
  }
}
@media screen and (min-width: 768px) {
  .product .product-content__kids01 .product-content-bottom .comment {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.product .product-content__kids02 {
  margin-bottom: 50px;
}
.product .product-content__kids02 .product-content-top {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .product .product-content__kids02 .product-content-top {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.product .product-content__kids02 .product-content-top .visual-img {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .product .product-content__kids02 .product-content-top .visual-img {
    margin-right: 11%;
    margin-left: 0;
  }
}
.product .product-content__kids02 .product-content-top .item-img {
  top: 92.5%;
  left: -0.5%;
}
@media screen and (min-width: 768px) {
  .product .product-content__kids02 .product-content-bottom {
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.product .product-content__kids02 .product-content-bottom .tag-list {
  width: 31.5%;
  margin-left: auto;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .product .product-content__kids02 .product-content-bottom .tag-list {
    width: min(100%, 204px);
    margin: 0 0 10px 9.6%;
  }
}
@media screen and (min-width: 768px) {
  .product .product-content__kids02 .product-content-bottom .comment {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -3%;
  }
}
.product .link-btn {
  width: 346px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product .link-btn {
    width: 340px;
  }
}
.product .link-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 14px 0;
  position: relative;
  border-radius: 48px;
  color: #3e3e3e;
}
@media screen and (min-width: 768px) {
  .product .link-btn a:hover {
    opacity: 0.8;
  }
}
.product .link-btn a .txt {
  margin-bottom: 10px;
}
.product .link-btn a .txt p {
  line-height: 1;
  margin: 0 auto;
  text-align: center;
}
.product .link-btn a .txt p.cate svg .for-baby {
  fill: #55c0b7;
  stroke-width: 0px;
}
.product .link-btn a .txt p.cate svg .for-kids {
  fill: #45b5da;
  stroke-width: 0px;
}
.product .link-btn a .txt p.size svg .size-a {
  fill: #55c0b7;
  stroke-width: 0px;
}
.product .link-btn a .txt p.size svg .size-b {
  fill: #45b5da;
  stroke-width: 0px;
}
.product .link-btn a .check {
  display: block;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  font-size: 1.3rem;
}
.product .link-btn a .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 50%;
}
.product .link-btn a .cart svg {
  width: 18px;
  margin-right: 4px;
}
.product .link-btn a .cart svg .cart-icon {
  fill: #d3a98d;
  stroke-width: 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.product .link-btn.type-baby a {
  background: #d0eeeb;
}
.product .link-btn.type-baby a .txt .cate {
  width: 137px;
}
.product .link-btn.type-baby a .txt .size {
  width: 66px;
  margin-top: -2px;
}
.product .link-btn.type-kids a {
  background: #daeef2;
}
.product .link-btn.type-kids a .txt .cate {
  width: 120px;
}
.product .link-btn.type-kids a .txt .size {
  width: 82px;
  margin-top: 4px;
}

.parts {
  position: absolute;
}
.parts__page-mv01 {
  width: 17.5%;
  left: -2%;
  bottom: -7%;
}
@media screen and (min-width: 768px) {
  .parts__page-mv01 {
    width: min(21.3%, 118px);
    left: -11%;
    bottom: -12%;
  }
}
.parts__page-mv02 {
  width: 32%;
  right: -2%;
  bottom: -38%;
}
@media screen and (min-width: 768px) {
  .parts__page-mv02 {
    width: min(29.7%, 164px);
    right: -22%;
  }
}
.parts__circle01 {
  width: 14.2%;
  top: 2%;
  left: 8%;
}
@media screen and (min-width: 768px) {
  .parts__circle01 {
    width: min(15%, 49px);
    top: 1%;
    left: 7%;
  }
}
.parts__circle02 {
  width: min(15.3%, 50px);
  top: 16%;
  right: -12%;
}
.parts__circle03 {
  width: 33.4%;
  top: 3%;
  right: -5%;
}
@media screen and (min-width: 768px) {
  .parts__circle03 {
    width: min(36%, 118px);
    top: 6%;
    right: -8%;
  }
}
.parts__circle04 {
  width: 21.9%;
  top: -5.5%;
  right: -3%;
}
@media screen and (min-width: 768px) {
  .parts__circle04 {
    width: min(20.8%, 68px);
    top: -4%;
    right: -5%;
  }
}
.parts__circle05 {
  width: 33.2%;
  top: 33%;
  left: -10%;
}
@media screen and (min-width: 768px) {
  .parts__circle05 {
    width: min(31.4%, 103px);
    top: 50%;
    left: -7%;
  }
}
.parts__circle06 {
  width: 16.2%;
  top: 5%;
  left: -2%;
}
@media screen and (min-width: 768px) {
  .parts__circle06 {
    width: min(15%, 49px);
    top: 1%;
    left: 1%;
  }
}
.parts__circle07 {
  width: 38.8%;
  top: 10%;
  right: -11%;
}
@media screen and (min-width: 768px) {
  .parts__circle07 {
    width: min(36.7%, 120px);
    top: 3%;
    right: -4%;
  }
}
.parts__circle08 {
  width: 29%;
  left: -23%;
  bottom: -12%;
}
.parts__circle09 {
  width: 38.8%;
  top: 2.5%;
  left: -3%;
}
@media screen and (min-width: 768px) {
  .parts__circle09 {
    width: min(36.7%, 120px);
    top: 2.5%;
    left: -14%;
  }
}
.parts__circle10 {
  width: 16.2%;
  top: -3%;
  right: 3%;
}
@media screen and (min-width: 768px) {
  .parts__circle10 {
    width: min(25%, 50px);
    top: 4%;
    right: 9%;
  }
}
.parts__circle11 {
  width: 27.5%;
  right: -13%;
  bottom: 9%;
}
@media screen and (min-width: 768px) {
  .parts__circle11 {
    width: min(30%, 84px);
    right: 3%;
    bottom: 23%;
  }
}
.parts__illust01 {
  width: 26.2%;
  top: 39%;
  left: -3.5%;
  z-index: 1;
}
@incldue pc_css {
  .parts__illust01 {
    width: min(23.6%, 68px);
    top: 38%;
    left: -5.5%;
  }
}
.parts__illust02 {
  width: 25.2%;
  top: 1%;
  left: -6%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .parts__illust02 {
    width: min(23.6%, 68px);
    top: -1%;
    left: -8%;
  }
}
.parts__illust03 {
  width: 24.5%;
  top: 30%;
  left: -6.5%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .parts__illust03 {
    width: min(22.9%, 66px);
    top: 32%;
  }
}
.parts__illust04 {
  width: 24%;
  top: 35%;
  left: -13.5%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .parts__illust04 {
    width: min(22.9%, 66px);
    left: -12.5%;
  }
}

.bottom {
  width: 60%;
  margin: 0 auto 70px;
}
@media screen and (min-width: 768px) {
  .bottom {
    width: 222px;
  }
}

.fdin {
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.fdin.scroll {
  opacity: 1;
}

@-webkit-keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes step-01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes step-01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.onlinestore {
  width: 92%;
  max-width: 100%;
  margin: 0 auto 0px;
}
@media screen and (min-width: 768px) {
  .onlinestore {
    width: 522px;
  }
}

/*-- ファイル読み込み --*/