@charset "UTF-8";
/* ------------------------------------------------------------------
  INDEX

  -Reset
  -Layout
  -Common
  -固有
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
  -Reset
------------------------------------------------------------------ */
body {
  line-height: 1.8;
}


/* ------------------------------------------------------------------
  -Layout
------------------------------------------------------------------ */
/*レイアウト*/
.item-box {
  border: 0;
}
.item-list .list-item {
  margin-top: 0;
}
.drynamic-absorbent .mv__inner {
    background-position: center top;
    padding-top: initial;
    min-height: 500px;
}
@media screen and (min-width: 1521px) {
  .drynamic-absorbent .mv__inner {
    background-position: center 30%;
  }
}
@media screen and (max-width: 1250px) {
  .drynamic-absorbent .mv__inner {
    background-position: center top;
    padding-top: 40%;
    min-height: auto;
  }
}
@media screen and (max-width: 1580px) {
  .main .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* ------------------------------------------------------------------
  -Common
------------------------------------------------------------------ */
/*mv*/
.mv-series {
  text-indent: -9999px;
}
.mv__inner {
  color: #fff;
  background-image: url("../drynamic-absorbent/img/ss25_drynamic-absorbent_mv_pc.jpg");
}
@media screen and (max-width: 600px) {
  .drynamic-absorbent .mv__inner {
    background-image: url("../drynamic-absorbent/img/ss25_drynamic-absorbent_sq_mv_sp.jpg");
    padding-top: 100%;
    min-height: auto;
  }
}

.section-ttl {
  display: inline-block;
  padding: 0 22px;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  background-color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    padding: 0 4.5vw;
    font-size: 7vw;
  }
}

/*lineup*/
.lineup-ttl {
  display: inline-block;
  padding: 0 22px;
  font-size: 34px;
  line-height: 1.2;
  color: #fff;
  background-color: #000;
  margin-bottom: 0;
}
.pickup-box  {
  padding: 60px 0 80px;
  overflow: hidden;
}
.pickup-slidebox {
  margin: 0 auto;
  width: 1540px;
}
.pickup_wrap {
  position: relative;
}
.pickup-ttl {
  font-size: 40px;
  font-weight: 700;
}
.pnew.list-item::before {
  content: "NEW";
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
  background: #FF0718;
  border: 1px solid #FF0718;
    padding: 4px 8px;
  z-index: 100;
}

/*swiper*/
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  max-width: 1520px;
  padding-top: 0px;
  margin-top: 30px;
  overflow-x: visible;
  overflow-y: visible;
}
.swiper-wrapper {
}
.swiper .list-item .item-img {
  padding: 0 15px;
}
.swiper .list-item .item-kana {
  text-align: center;
  padding: 0 5px 10px;
  font-size: 15px;
  font-weight: 700;
  height: auto !important;
  min-height: 32px;
  line-height: 1.1;
}
.swiper .list-item .item-kana span {
  display: block;
  font-size: 40px;
  line-height: 1;
  margin-top: 5px;
}
.swiper .list-item .item-price {
  text-align: center;
  padding: 0 5px 0;
  font-size: 14px;
}
.swiper .list-item .item-price span {
  font-size: 70%;
  margin-left: 3px;
}

.swiper_func {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  max-width: 1520px;
  padding-top: 110px;
  margin-top: -70px;
  overflow-x: visible;
  overflow-y: visible;
}

/* arrow */
.swiper-button-box {
  position: absolute;
  max-width: 1520px;
  margin: 0 auto;
  top: 0;
  height: 64px;
  left: 0;
  right: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev {
  right: 80px;
  left: auto;
  top: 0;
  margin-top: 0;
}
.swiper-button-prev {
  width: 64px;
  height: 64px;
  border-radius: 100vh;
  background: #fff;
  border: 1px solid #fff;;
  display: flex
}
.swiper-button-prev::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
/* 次への矢印カスタマイズ */
.swiper-button-next {
  right: 0;
  top: 0;
  margin-top: 0;
}
.swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 100vh;
  background: #000;
  border: 1px solid #fff;;
  display: flex;
}
.swiper-button-next::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}


@media screen and (max-width: 1580px) {
  .swiper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .swiper_func {
    max-width: 1520px;
    overflow-x: visible;
    overflow-y: visible;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1150px) {
  .swiper_func {
    padding-top: 12vw;
    margin-top: -8vw;
  }
  .swiper-slide span {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper_func {
    margin-top: 0;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper-button-box {
    display: none;
  }
  .swiper .list-item .item-kana {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .pickup-slidebox {
    margin: 0 auto;
    width: 100%;
  }
  .pickup-slidebox {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pickup-box {
    padding: 50px 0 70px;
    background-size: cover;
  }
}
@media screen and (max-width: 500px) {
  .lineup-ttl {
    padding: 0 4.5vw;
    font-size: 7vw;
  }
  .pickup-box {
    padding: 12vw 0 12vw;
    background-size: cover;
  }
}



/* 色玉表示 */
._additional_text1 {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10px 0 5px !important;
}
._additional_text1 > div {
  display: inline-block;
  margin: 0 4px !important;
}
._additional_text1 > div::before {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100vh;
}

/* white */
._additional_text1 > div._WHITE::before {
  background: #fff;
  border: 1px solid #aaa;
}

/* black */
._additional_text1 > div._BLACK::before {
  background: #000;
}

/* gray */
._additional_text1 > div._GRAY::before {
  background: #888888;
}

/* beige */
._additional_text1 > div._BEIGE::before {
  background: #d6c7a6;
}

/* navy */
._additional_text1 > div._NAVY::before {
  background: #012e69;
}

/* blue */
._additional_text1 > div._BLUE::before {
  background: #2B5DB2;
}

/* lightblue */
._additional_text1 > div._LIGHTBLUE::before {
  background: #70CBE6;
}

/* purple */
._additional_text1 > div._PURPLE::before {
  background: #683577;
}

/* olive */
._additional_text1 > div._OLIVE::before {
  background: #6B6932;
}

/* green */
._additional_text1 > div._GREEN::before {
  background: #59A023;
}

/* brown */
._additional_text1 > div._BROWN::before {
  background: #765029;
}

/* orange */
._additional_text1 > div._ORANGE::before {
  background: #E78538;
}

/* red */
._additional_text1 > div._RED::before {
  background: #C33027;
}

/* pink */
._additional_text1 > div._PINK::before {
  background: #D15585;
}

/* yellow */
._additional_text1 > div._YELLOW::before {
  background: #F7E93F;
}

/* multi */
._additional_text1 > div._MULTI::before {
  background: url(https://milletonline.itembox.design/item/asset/img/color_icn_multi.png) no-repeat;
  background-size: 25px 25px;
  border: 0;
}
@media screen and (max-width: 767px) {
  ._additional_text1 > div::before {
    width: 20px;
    height: 20px;
  }
}

/*タグ*/
._layoutgroup2 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
._layoutgroup2 ._display_text2 {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-size: 12px;
    line-height: 1;
    padding: 4px 4px !important;
    margin-top: 0 !important;
    margin-bottom: 3px !important;
    margin-left: 0 !important;
    margin-right: 3px !important;
}
._layoutgroup2 ._display_text3 {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-size: 12px;
    line-height: 1;
    padding: 4px 4px !important;
    margin-top: 0 !important;
    margin-bottom: 3px !important;
    margin-left: 0 !important;
    margin-right: 3px !important;
}
._layoutgroup2 ._display_text4 {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-size: 12px;
    line-height: 1;
    padding: 4px 4px !important;
    margin-top: 0 !important;
    margin-bottom: 3px !important;
    margin-left: 0 !important;
    margin-right: 3px !important;
}
@media screen and (max-width: 500px) {
  ._layoutgroup2 ._display_text2 {
      font-size: 2.9vw;
  }
  ._layoutgroup2 ._display_text3 {
      font-size: 2.9vw;
  }
  ._layoutgroup2 ._display_text4 {
      font-size: 2.9vw;
  }
}


/* ------------------------------------------------------------------
  -固有
------------------------------------------------------------------ */

/*sec-sec100*/
.main .sec-sec100 .inner {
  padding: 0;
}
/*sec-scene*/
.sec-scene {
  background: #F0EEEF;
  padding: 100px 0 100px;
}

/*sec-sec02*/
.reviewpoint-box {
  margin-top: 100px;
}
.reviewpoint {
  padding: 100px 0 100px;
}
.reviewpoint-box.review02 .reviewpoint {
  padding: 0 0 50px;
}
.review01 {
  background: #DFE8ED;
}
.sec02 .inner {
}
.review-ttl {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}

.care {
}
.care ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.care::after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.care li {
  float: left;
  position: relative;
  width: 29.6%;
}
.care li {
  margin-left: 5.6%;
  text-align: center;
}
.care li:first-of-type {
  margin-left: 0%;
}
.care li::before {
  content: "";
  position: absolute;
  top: 250px;
  left: -30px;
  margin: auto;
  width: 65px;
  height: 25px;
  border: 25px solid transparent;
  border-left: 25px solid #7C7C7C;
}
.care li:first-of-type::before {
  display: none;
}
.care li p {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}
.care li p span {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.voice {
  margin-top: 37px;
}
@media screen and (max-width: 1520px) {
  .care li::before {
    top: 16vw;
  }
}
@media screen and (max-width: 1350px) {
  .review-ttl {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .review-ttl {
    font-size: 24px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .inner {
    padding-bottom: 0;
  }
  .reviewpoint {
    padding: 16vw 0 16vw;
  }
  .sec-scene {
    padding: 16vw 0;
  }
  .reviewpoint-box {
    margin-top: 80px;
  }
  .reviewpoint-box.review02 .reviewpoint {
    padding: 0 0 8vw;
  }
  .voice {
    margin-top: 4vw;
    text-align: center;
  }
  .voice img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .care ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .care li {
    float: none;
    position: relative;
    width: 100%;
  }
  .care li img{
    width: 100%;
    max-width: 400px;
  }
  .care li {
    margin-top: 14vw;
    margin-left: 0;
  }
  .care li:last-of-type {
    margin-top: 15vw;
    margin-left: 0;
  }
  .care li:first-of-type {
    margin-top: 0;
  }
  .care li::before {
    top: -7vw;
    left: 0;
    right: 0;
    width: 10vw;
    height: 4vw;
    border: 10vw solid transparent;
    border-top: 4vw solid #7C7C7C;
  }
  .care li:last-of-type::before {
    top: -7vw;
    left: 0;
    right: 0;
    width: 10vw;
    height: 4vw;
    border: 10vw solid transparent;
    border-top: 4vw solid #7C7C7C;
  }
  .care li:first-of-type::before {
    display: none;
  }
  .care li:last-of-type img {
    margin-top: -4vw;
  }
  .care li p {
    margin-top: 1vw;
    font-size: 4vw;
  }
  .care li p span {
    margin-top: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .care li:last-of-type img {
    margin-top: -8vw;
  }
}

/*voice*/
.voice-ttl {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 1040px) {
  .voice-ttl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
  }
}

/*caution*/
.caution .inner {
  font-size: 11px;
  background: #EEE;
  padding: 30px;
  margin-top: 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.caution .text-center {
  width: 20%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.caution ul {
  width: 78%;
  list-style: none;
  margin-bottom: 10px;
}
.caution li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: -4px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
}
@media screen and (max-width: 1040px) {
  .caution .text-center {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .caution {
    padding: 0;
  }
  .caution .inner {
    padding: 25px 30px;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .caution .text-center {
    text-align: left;
    width: 100%;
    margin-left: -10px;
  }
  .caution ul {
    width: 100%;
  }
}

/**/
.product-list {
  background: #fff;
  padding: 128px 0 0;
}
.gender-txt {
  width: 100%;
  color: #000;
  position: relative;
  margin-top: 64px;
  margin-bottom: 30px;
}
.gender-txt span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
  background: transparent;
  padding: 0;
}
.gender-txt::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: calc(100% - 80px);
  height: 0.5px;
  z-index: 0;
  background-color: #000;
}
.gender-txt.gender-w::after {
  width: calc(100% - 120px);
}
.gender-txt.gender-u::after {
  width: calc(100% - 140px);
}
.product-list .list-item {
  border-color: #F0EEEF;
  background: transparent;
  color: #000;
  width: 24%;
  margin-bottom: 1.6%;
  padding-top: 15px;
}
.product-list .list-box::before,
.product-list .list-box::after {
  width: 24%;
}
.product-list .list-item a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .product-list .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gender-txt {
    margin-top: 2vw;
    margin-bottom: 5vw;
  }
  .gender-txt span {
    font-size: 4vw;
  }
  .gender-txt::after {
    width: calc(100% - 16vw);
  }
  .gender-txt.gender-w::after {
    width: calc(100% - 26vw);
  }
  .gender-txt.gender-u::after {
    width: calc(100% - 30vw);
  }
  .product-list {
    padding: 18vw 0 8vw;
  }
  .product-list .list-box {
    margin-bottom: 8vw;
  }
  .product-list .list-item {
    width: 48.5%;
    margin-bottom: 3%;
  }
  .product-list .list-box::before,
  .product-list .list-box::after {
    width: 48.5%;
  }
}