@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@700&display=swap");
/* フォントサイズ 768px - 1025px */
#hotwrap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#hotwrap a {
  text-decoration: none;
}
#hotwrap p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#hotwrap .hotwrap-content {
  margin-bottom: 34px;
  background: #fff5ea;
}
@media screen and (min-width: 768px) {
  #hotwrap .hotwrap-content {
    margin-bottom: 50px;
  }
}

.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: 54px;
}
@media screen and (min-width: 768px) {
  .page-mv {
    width: 94%;
    max-width: 850px;
    margin: 0 auto 80px;
    padding-top: 40px;
  }
}
.page-mv__content {
  margin-bottom: 34px;
  position: relative;
}
.page-mv__content___ttl {
  width: 85%;
  position: absolute;
  top: 6.5%;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
  -webkit-animation: fdin 0.3s 0.3s ease-in forwards;
          animation: fdin 0.3s 0.3s ease-in forwards;
}
@media screen and (min-width: 768px) {
  .page-mv__content___ttl {
    width: 48%;
    top: 26%;
    right: auto;
    left: 6.5%;
  }
}
.page-mv__content___ttl h2 {
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .page-mv__content___ttl h2 {
    margin-bottom: min(5%, 20px);
  }
}
.page-mv__content___ttl p {
  line-height: 1;
  font-weight: 700;
  font-size: 1.5rem;
  color: #dc0012;
}
@media screen and (min-width: 768px) {
  .page-mv__content___ttl p {
    text-align: center;
    font-size: clamp(1.7rem, 0.315rem + 1.56vw, 2.1rem);
  }
}
.page-mv__content .page-mv-img {
  opacity: 0;
  -webkit-animation: fdin 0.2s 0.1s ease-in forwards;
          animation: fdin 0.2s 0.1s ease-in forwards;
}
.page-mv__greeting p {
  line-height: 2.4;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #e94217;
}
@media screen and (min-width: 768px) {
  .page-mv__greeting p {
    font-size: clamp(1.4rem, 0.128rem + 1.56vw, 1.8rem);
  }
}

.function h3 {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
  line-height: 1;
  font-weight: 500;
  font-size: 2.6rem;
  color: #e94217;
}
@media screen and (min-width: 768px) {
  .function h3 {
    font-size: 3.4rem;
  }
}
.function h3 img {
  width: 195px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .function h3 img {
    width: 250px;
  }
}
.function .function-content__block01 {
  margin-bottom: 44px;
}
.function .function-content__block02 {
  padding-bottom: 64px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 250, 214)), color-stop(96%, rgb(255, 225, 191)), to(rgb(255, 245, 234)));
  background-image: linear-gradient(0deg, rgb(255, 250, 214), rgb(255, 225, 191) 96%, rgb(255, 245, 234));
}
.function .function-content__list {
  width: 90%;
  max-width: 700px;
  margin: 0 auto 0px;
}
@media screen and (min-width: 768px) {
  .function .function-content__list {
    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;
    gap: 16px 5%;
    width: 98%;
  }
}
.function .function-content__list___item {
  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;
}
@media screen and (min-width: 768px) {
  .function .function-content__list___item {
    width: 30%;
  }
}
.function .function-content__list___item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .function .function-content__list___item:not(:last-child) {
    margin-bottom: 0;
  }
}
.function .function-content__list___item .function-img {
  width: 43%;
  border-radius: 5px;
  border: 3px solid #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .function .function-content__list___item .function-img {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 10px;
  }
}
.function .function-content__list___item .function-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.function .function-content__list___item .txt {
  width: 54%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .function .function-content__list___item .txt {
    width: 100%;
  }
}
.function .function-content__list___item .txt h4 {
  line-height: 1.8;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #dc0012;
}
@media screen and (min-width: 768px) {
  .function .function-content__list___item .txt h4 {
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
    font-size: 2rem;
  }
}
.function .function-content__list___item .txt h4.subetoro {
  display: block;
  width: 78px;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .function .function-content__list___item .txt h4.subetoro {
    width: 88px;
    margin: 0 auto 10px;
  }
}
.function .function-content__list___item .txt p {
  font-size: clamp(1.3rem, 0.439rem + 0.78vw, 1.5rem);
}
.function .function-content__list___item .txt p span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .function .function-content__list___item .txt p span {
    font-size: 1.3rem;
  }
}
.function .function-content__list___item .txt p.annotation-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: 47px;
  height: 47px;
  position: absolute;
  top: -21%;
  left: 80px;
  background: #e94217;
  border-radius: 50%;
  line-height: 1.2;
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .function .function-content__list___item .txt p.annotation-a {
    width: 32.4%;
    height: auto;
    aspect-ratio: 68/68;
    top: -30%;
    right: -25%;
    left: auto;
    font-size: clamp(1.3rem, 0.252rem + 1.17vw, 1.6rem);
  }
}
.function .function-content__list___item .txt p.annotation-a::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 16/14;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: -5%;
  bottom: 12%;
  background: #e94217;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media screen and (min-width: 768px) {
  .function .function-content__list___item .txt p.annotation-a::before {
    width: 12px;
    bottom: 27%;
    left: -10%;
    -webkit-transform: rotate(72deg);
        -ms-transform: rotate(72deg);
            transform: rotate(72deg);
  }
}
.function .function-content .annotation-b {
  display: block;
  width: 300px;
  margin: 0 auto 40px;
  padding: 12px 0;
  position: relative;
  background: #f1896e;
  border-radius: 30px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .function .function-content .annotation-b {
    width: 374px;
    margin-bottom: 50px;
    padding: 14px 0;
    border-radius: 36px;
    font-size: 1.2rem;
  }
}
.function .function-content .annotation-b::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 28/24;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  background: #f1896e;
}

.wave {
  display: block;
  width: 100%;
  aspect-ratio: 750/64;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .wave {
    width: 100%;
    height: 98px;
    aspect-ratio: auto;
  }
}
.wave__01 {
  top: 0;
}
.wave__01::before {
  background: #fffad6;
  top: -1px;
  -webkit-mask-image: url(/user-src/special/sp/img/page/hotwrap/wave-a_sp.svg);
          mask-image: url(/user-src/special/sp/img/page/hotwrap/wave-a_sp.svg);
  -webkit-mask-position: top;
          mask-position: top;
}
@media screen and (min-width: 768px) {
  .wave__01::before {
    -webkit-mask-image: url(/user-src/special/pc/img/page/hotwrap/wave-a_pc.svg);
            mask-image: url(/user-src/special/pc/img/page/hotwrap/wave-a_pc.svg);
  }
}
.wave__02 {
  bottom: 0;
}
.wave__02::before {
  background: #fff5ea;
  bottom: -1px;
  -webkit-mask-image: url(/user-src/special/sp/img/page/hotwrap/wave-b_sp.svg);
          mask-image: url(/user-src/special/sp/img/page/hotwrap/wave-b_sp.svg);
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
@media screen and (min-width: 768px) {
  .wave__02::before {
    -webkit-mask-image: url(/user-src/special/pc/img/page/hotwrap/wave-b_pc.svg);
            mask-image: url(/user-src/special/pc/img/page/hotwrap/wave-b_pc.svg);
  }
}
.wave::before {
  content: "";
  width: 100%;
  aspect-ratio: 750/64;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wave::before {
    height: 98px;
    aspect-ratio: auto;
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
  }
}

.lineup {
  padding: 100px 0 80px;
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2%, rgb(254, 134, 82)), color-stop(30%, rgb(238, 243, 210)), color-stop(40%, rgb(252, 136, 132)), color-stop(48%, rgb(250, 140, 105)), color-stop(66%, rgb(248, 226, 217)), color-stop(76%, rgb(248, 159, 141)), to(rgb(252, 126, 129)));
  background-image: linear-gradient(0deg, rgb(254, 134, 82) 2%, rgb(238, 243, 210) 30%, rgb(252, 136, 132) 40%, rgb(250, 140, 105) 48%, rgb(248, 226, 217) 66%, rgb(248, 159, 141) 76%, rgb(252, 126, 129));
}
@media screen and (min-width: 768px) {
  .lineup {
    padding: 190px 0 170px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2%, rgb(254, 134, 82)), color-stop(26%, rgb(238, 242, 207)), color-stop(44%, rgb(252, 136, 132)), color-stop(58%, rgb(248, 178, 135)), color-stop(64%, rgb(248, 206, 190)), color-stop(76%, rgb(248, 183, 164)), color-stop(88%, rgb(252, 126, 129)));
    background-image: linear-gradient(0deg, rgb(254, 134, 82) 2%, rgb(238, 242, 207) 26%, rgb(252, 136, 132) 44%, rgb(248, 178, 135) 58%, rgb(248, 206, 190) 64%, rgb(248, 183, 164) 76%, rgb(252, 126, 129) 88%);
  }
}
.lineup h3 {
  width: 90%;
  max-width: 850px;
  margin: 0 auto 30px;
}
.lineup .lineup-link {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .lineup .lineup-link {
    width: 98%;
    max-width: 564px;
    margin: 0 auto 110px;
  }
}
.lineup .lineup-link ul {
  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;
  gap: 0 1.5%;
}
@media screen and (min-width: 768px) {
  .lineup .lineup-link ul {
    gap: 0 3.3%;
  }
}
.lineup .lineup-link ul:first-child {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .lineup .lineup-link ul:first-child {
    margin-bottom: 8px;
  }
}
.lineup .lineup-link ul li {
  width: 22.5%;
}
.lineup .lineup-link ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.lineup .lineup-link ul li a .icon {
  margin-bottom: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.lineup .lineup-link ul li a p {
  line-height: 1.3;
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.1rem, -0.034rem + 3.08vw, 1.3rem);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .lineup .lineup-link ul li a p {
    font-size: clamp(1.4rem, 0.128rem + 1.56vw, 1.8rem);
  }
}
@media screen and (min-width: 768px) {
  .lineup .lineup-link ul li a:hover .icon {
    -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
@media screen and (min-width: 768px) {
  .lineup__product {
    width: 98%;
    max-width: 850px;
    margin: 0 auto 0px;
  }
}
.lineup__product .block01 {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .lineup__product .block01 {
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lineup__product .block01 .img-a {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .lineup__product .block01 .img-a {
    width: min(51%, 430px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product .block01 .product-item {
    display: block;
    width: 40%;
  }
}
.lineup__product .product-item {
  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;
  width: 94%;
}
.lineup__product .product-item .txt .model {
  display: inline-block;
  margin: 0 0 8px 2px;
  padding: 6px;
  border: 1px solid #323232;
  line-height: 1;
  text-align: center;
  font-size: clamp(1.3rem, 0.252rem + 1.17vw, 1.6rem);
}
@media screen and (min-width: 768px) {
  .lineup__product .product-item .txt .model {
    margin-bottom: 10px;
  }
}
.lineup__product .product-item .txt .feature {
  display: block;
  width: 80px;
  margin-bottom: 4px;
  padding: 6px 0;
  background: #ffffff;
  border-radius: 14px;
  line-height: 1;
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  font-size: 1.7rem;
  color: #dc0012;
}
@media screen and (min-width: 768px) {
  .lineup__product .product-item .txt .feature {
    width: min(89%, 100px);
    margin-bottom: 6px;
    padding: 8px 0;
    border-radius: 18px;
    font-size: clamp(1.7rem, 0.315rem + 1.56vw, 2.1rem);
  }
}
.lineup__product .product-item .txt .feature img {
  width: 56px;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  .lineup__product .product-item .txt .feature img {
    width: min(70%, 70px);
  }
}
.lineup__product .product-item .txt .info {
  margin-left: 2px;
  line-height: 1.6;
  font-size: clamp(1.3rem, 0.252rem + 1.17vw, 1.6rem);
}
.lineup__product .product-item__typeA .product-img {
  width: 63.4%;
}
.lineup__product .product-item__typeA .txt {
  width: 35.6%;
}
.lineup__product .product-item__typeA:nth-child(odd) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .lineup__product .product-item__typeA:nth-child(odd) {
    margin-left: 0;
  }
}
.lineup__product .product-item__typeA:nth-child(odd) .product-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .lineup__product .product-item__typeA:nth-child(odd) .product-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.lineup__product .product-item__typeA:nth-child(odd) .txt {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-left: 1%;
}
@media screen and (min-width: 768px) {
  .lineup__product .product-item__typeA:nth-child(odd) .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lineup__product .product-item__typeB {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lineup__product .product-item__typeB .product-img {
  width: 63.4%;
}
.lineup__product .product-item__typeB .txt {
  width: 35.6%;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .lineup__product .product-item__typeB .txt {
    margin-bottom: 0;
  }
}
.lineup__product .product-item__typeB:nth-child(odd) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .lineup__product .product-item__typeB:nth-child(odd) {
    margin-left: 0;
  }
}
.lineup__product .product-item__typeB:nth-child(odd) .product-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .lineup__product .product-item__typeB:nth-child(odd) .product-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.lineup__product .product-item__typeB:nth-child(odd) .txt {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-left: 1%;
}
@media screen and (min-width: 768px) {
  .lineup__product .product-item__typeB:nth-child(odd) .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lineup__product .product-item__typeC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineup__product .product-item__typeC .product-img {
  width: 57%;
}
.lineup__product .product-item__typeC .txt {
  width: 38%;
}
.lineup__product .product-item__typeE {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .lineup__product .product-item__typeE {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.lineup__product .product-item__typeE .product-img {
  width: 52%;
}
.lineup__product .product-item__typeE .txt {
  width: 40%;
}
.lineup__product .product-item__typeE .txt .info {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .lineup__product .block02 {
    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;
  }
}
.lineup__product .block02 .product-item {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .lineup__product .block02 .product-item {
    width: 48%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product .block02 .product-item .product-img {
    width: min(53%, 216px);
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product .block02 .product-item .txt {
    width: auto;
  }
}
.lineup__product___content:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .lineup__product___content:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content:nth-child(odd) .block01 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content:nth-child(odd) .block01 .img-a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content:nth-child(odd) .block01 .product-item {
    margin-right: min(4.7%, 40px);
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content:nth-child(2n) .block01 .product-item {
    margin-left: min(4.7%, 40px);
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____01 .block01 .product-item {
    width: min(29.2%, 248px);
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____01 .block01 .product-item .product-img {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____01 .block01 .product-item .txt {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____02 .block01 .product-item {
    width: min(27.3%, 232px);
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____02 .block01 .product-item .product-img {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____02 .block01 .product-item .txt {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____03 .block01 .product-item {
    width: min(26.6%, 226px);
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____03 .block01 .product-item .product-img {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____03 .block01 .product-item .txt {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____01 .block01, .lineup__product___content____02 .block01 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____04, .lineup__product___content____05, .lineup__product___content____06, .lineup__product___content____07 {
    width: 90%;
    max-width: 580px;
    margin: 0 auto 0px;
  }
}
.lineup__product___content____04 .block01, .lineup__product___content____05 .block01, .lineup__product___content____06 .block01, .lineup__product___content____07 .block01 {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .lineup__product___content____04 .block01, .lineup__product___content____05 .block01, .lineup__product___content____06 .block01, .lineup__product___content____07 .block01 {
    width: 100%;
  }
}
.lineup__product___content____04 .block01 .img-a, .lineup__product___content____05 .block01 .img-a, .lineup__product___content____06 .block01 .img-a, .lineup__product___content____07 .block01 .img-a {
  width: 59%;
  margin-bottom: 0;
}
.lineup__product___content____04 .block01 .product-item, .lineup__product___content____05 .block01 .product-item, .lineup__product___content____06 .block01 .product-item, .lineup__product___content____07 .block01 .product-item {
  width: 41%;
}
.lineup__product___content____04 .block01 .product-item .product-img, .lineup__product___content____05 .block01 .product-item .product-img, .lineup__product___content____06 .block01 .product-item .product-img, .lineup__product___content____07 .block01 .product-item .product-img {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .lineup__product___content____04 .block01 .img-a, .lineup__product___content____05 .block01 .img-a, .lineup__product___content____06 .block01 .img-a {
    width: min(42.1%, 244px);
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____04 .block01 .product-item, .lineup__product___content____05 .block01 .product-item, .lineup__product___content____06 .block01 .product-item {
    width: min(37.3%, 216px);
  }
}
.lineup__product___content____04 .block01, .lineup__product___content____06 .block01 {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .lineup__product___content____04 .block01, .lineup__product___content____06 .block01 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____04 .block01 .product-item, .lineup__product___content____06 .block01 .product-item {
    margin-left: min(6.9%, 40px) !important;
  }
}
.lineup__product___content____04 .block01 .product-item .txt, .lineup__product___content____06 .block01 .product-item .txt {
  margin-left: 8%;
}
@media screen and (min-width: 768px) {
  .lineup__product___content____04 .block01 .product-item .txt, .lineup__product___content____06 .block01 .product-item .txt {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____05 .block01, .lineup__product___content____07 .block01 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.lineup__product___content____05 .block01 .img-a, .lineup__product___content____07 .block01 .img-a {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.lineup__product___content____05 .block01 .product-item, .lineup__product___content____07 .block01 .product-item {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (min-width: 768px) {
  .lineup__product___content____05 .block01 .product-item, .lineup__product___content____07 .block01 .product-item {
    margin-right: min(6.9%, 40px) !important;
  }
}
.lineup__product___content____05 .block01 .product-item .txt, .lineup__product___content____07 .block01 .product-item .txt {
  margin-left: 12%;
}
@media screen and (min-width: 768px) {
  .lineup__product___content____05 .block01 .product-item .txt, .lineup__product___content____07 .block01 .product-item .txt {
    margin-left: 0;
  }
}
.lineup__product___content____05 .block02, .lineup__product___content____07 .block02 {
  width: 84%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lineup__product___content____05 .block02, .lineup__product___content____07 .block02 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____07 .block01 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____07 .block01 .img-a {
    width: min(41.9%, 243px);
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____07 .block01 .product-item {
    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;
    width: min(48.6%, 282px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .lineup__product___content____07 .block01 .product-item .product-img {
    width: min(50.9%, 140px);
    margin: 0 14px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____07 .block02 {
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____07 .block02 .product-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____07 .block02 .product-item .product-img {
    width: min(24.2%, 140px);
    margin: 0 14px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .lineup__product___content____07 .product-item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.link-list {
  padding: 40px 0 60px;
}
@media screen and (min-width: 768px) {
  .link-list {
    padding: 60px 0 70px;
  }
}
.link-list .link-ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .link-list .link-ttl {
    margin-bottom: 30px;
  }
}
.link-list .link-ttl h3 {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 16px;
  line-height: 1.1;
  font-weight: 500;
  font-size: 2.4rem;
  color: #e94217;
}
@media screen and (min-width: 768px) {
  .link-list .link-ttl h3 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
.link-list .link-ttl h3 img {
  width: 182px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .link-list .link-ttl h3 img {
    width: 230px;
    margin-right: 8px;
  }
}
.link-list .link-ttl p {
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.4rem;
  color: #e94217;
}
@media screen and (min-width: 768px) {
  .link-list .link-ttl p {
    font-size: 1.6rem;
  }
}
.link-list 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;
  width: 90%;
  max-width: 440px;
  margin: 0 auto 0px;
}
.link-list ul li {
  width: 30%;
  aspect-ratio: 202/262;
  border-radius: 10px;
}
.link-list ul li 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%;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(168deg, rgb(252, 136, 132), rgb(248, 173, 124));
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .link-list ul li a {
    border-radius: 14px;
  }
}
.link-list ul li a .txt {
  margin-bottom: 10px;
}
.link-list ul li a .txt p {
  margin: 0 auto;
  line-height: 1;
}
.link-list ul li a .txt p.name {
  margin-bottom: 12px;
}
.link-list ul li a .txt p.name.baby {
  width: 62px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .link-list ul li a .txt p.name.baby {
    width: 77px;
  }
}
.link-list ul li a .txt p.name.kids {
  width: 51px;
}
@media screen and (min-width: 768px) {
  .link-list ul li a .txt p.name.kids {
    width: 64px;
  }
}
.link-list ul li a .txt p.name.school {
  width: 85px;
}
@media screen and (min-width: 768px) {
  .link-list ul li a .txt p.name.school {
    width: 105px;
  }
}
.link-list ul li a .txt p.size.size-a {
  width: 72px;
}
@media screen and (min-width: 768px) {
  .link-list ul li a .txt p.size.size-a {
    width: 85px;
  }
}
.link-list ul li a .txt p.size.size-b {
  width: 85px;
}
@media screen and (min-width: 768px) {
  .link-list ul li a .txt p.size.size-b {
    width: 101px;
  }
}
.link-list ul li a .txt p.size.size-c {
  width: 86px;
}
@media screen and (min-width: 768px) {
  .link-list ul li a .txt p.size.size-c {
    width: 102px;
  }
}
.link-list ul li a .arrow {
  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: 22px;
  height: 22px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 8%;
  background: #ffffff;
  border-radius: 50%;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .link-list ul li a .arrow {
    width: 26px;
    height: 26px;
    bottom: 12px;
  }
}
.link-list ul li a .arrow img {
  width: 8px;
  margin-left: 9%;
}
@media screen and (min-width: 768px) {
  .link-list ul li a:hover .arrow {
    -webkit-animation: scale-btn 2s linear infinite;
            animation: scale-btn 2s linear infinite;
  }
}

.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 scale-btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.onlinestore {
  width: 92%;
  max-width: 522px;
  margin: 0 auto 0px;
}

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