@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-through .mv__inner {
  background-position: center center;
  padding-top: initial;
  min-height: 500px;
}
@media screen and (min-width: 1521px) {
  .drynamic-through .mv__inner {
    background-position: center center;
  }
}
@media screen and (max-width: 1250px) {
  .drynamic-through .mv__inner {
    background-position: center center;
    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__inner {
  color: #fff;
  background-image: url("../drynamic-through/img/ss25_drynamic-through_mv_pc.jpg");
}
@media screen and (max-width: 600px) {
  .drynamic-through .mv__inner {
    background-image: url("../drynamic-through/img/ss25_drynamic-through_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-mov */
.sec-mov {
  width:100%;
  padding-top: 40px;
  padding-bottom: 80px;
  background: #fff;
}
.visumo-box .hacobune-app-container {
  padding: 0 !important;
  max-width: 1040px !important;
}
.visumo-box .hacobune-unit-video-outline {
  display:none;
}
.visumo-box .hacobune-video-js.videojs-default-skin {
  background-color: #000 !important;
}
@media (max-width: 1540px) {
  .sec-mov {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .sec-mov {
    padding-bottom: 10vw;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 720px) {
  .visumo-box .hacobune-unit-video {
      margin: 0 !important;
  }
}
@media (max-width: 719px) {
  .visumo-box .hacobune-app-container {
      width: 100% !important;
  }
}


/*sec-scene*/
.sec-scene {
  background: #F0EEEF;
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .sec-scene {
    padding: 12vw 0 12vw;
  }
}



/*sec-sec01*/
.p-box {
  margin-bottom: 100px;
}
.p-content {
  width: 100%;
  max-width: 1520px;
  overflow: visible;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-content-txt {
  background: #fff;
}
.midashi {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
.honbun {
  width: 100%;
  font-size: 24px;
}
.honbun-head {
  font-weight: 700;
}
.honbun-body {
  margin-top: 20px;
  font-size: 20px;
}
.p01 .p-content {
  margin-bottom: 128px;
}
.p01 .p-content-img {
  width: 75%;
  margin-left: 0%;
  padding-bottom: 50px;
}
.p01 .p-content-txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 648px;
}
.p01 .midashi {
  padding: 32px 0 0 48px;
}
.p01 .honbun {
  padding: 32px 0 0 48px;
}
.p02 .p-content {
  justify-content: flex-end;
  margin-bottom: 128px;
}
.p02 .p-content-img {
  width: 75%;
  margin-right: 0;
  padding-bottom: 50px;
}
.p02 .p-content-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 648px;
}
.p02 .midashi {
  padding: 32px 48px 0 0;
}
.p02 .honbun {
  padding: 32px 48px 0 0;
}
.p03 .p-content {
  justify-content: flex-start;
  margin-bottom: 128px;
}
.p03 .p-content-img {
  width: 75%;
  margin-left: 0;
  padding-bottom: 50px;
}
.p03 .p-content-txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 648px;
}
.p03 .midashi {
  padding: 32px 0 0 48px;
}
.p03 .honbun {
  padding: 32px 0 0 48px;
}


.p-note-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #F0EEEF;
  padding: 64px 80px;
  margin: 40px auto;
}
.p-note-img {
  width: 50%;
}
.p-note-txt {
  width: 47%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
.p-note-head {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
.p-note-head-pc {
  display: block;
}
.p-note-head-sp {
  display: none;
}
.p-note-body {
  margin-top: 40px;
}
.p-note-sub {
  font-size: 24px;
  font-weight: 700;
}
.p-note-desc {
  font-size: 18px;
  margin-top: 10px;
}
.p-note-bottom {
  width: 100%;
  margin-top: 96px;
  text-align: center;
}
.p-note-bottom .p-note-img {
  margin: 0 auto 40px;
}
.p-note-bottom .p-note-img img {
  max-width: 650px;
}
.sec-sec01 {
  margin-top: 100px;
}
@media screen and (max-width: 1580px) {
  .p-content {
    overflow: hidden;
  }
  .p01 .p-content-txt {
    padding-right: 48px;
  }
  .p02 .p-content-txt {
    padding-left: 48px;
  }
  .p03 .p-content-txt {
    padding-right: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .p-content {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }
  .p01 .p-content-img,
  .p02 .p-content-img,
  .p03 .p-content-img {
    width: 100%;
    padding-bottom: 0;
  }
  .p01 .p-content-txt,
  .p02 .p-content-txt,
  .p03 .p-content-txt {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
  }
  .p01 .midashi,
  .p02 .midashi,
  .p03 .midashi {
    padding: 4vw 0 0 0;
  }
  .p01 .honbun,
  .p02 .honbun,
  .p03 .honbun {
    padding: 3vw 0 0 0;
  }
  .p-box {
    margin-bottom: 0;	
  }	
  .p01 .p-content,	
  .p02 .p-content,	
  .p03 .p-content {	
    margin-bottom: 8vw;
  }
  .p-note-box {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #F0EEEF;
    padding: 40px 40px;
    margin: 0 auto;
  }
  .p-note-img {
    width: 100%;
    text-align: center;
  }
  .p-note-img img {
    max-width: 100%;
  }
  .p-note-txt {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
  }
  .p-note-head {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .p-note-head-pc {
    display: none;
  }
  .p-note-head-sp {
    display: block;
  }
  .p-note-body {
    margin-top: 0;
  }
  .p-note-sub {
    font-size: 20px;
    font-weight: 700;
  }
  .p-note-desc {
    font-size: 18px;
    margin-top: 10px;
  }
  .p-note-bottom .p-note-img img {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .sec-sec01 {
    margin-top: 12vw;
  }
  .p-content {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-box {
    margin-bottom: 10vw;
  }
  .p01 .p-content {
    margin-bottom: 12vw;
  }
  .p02 .p-content {
    margin-bottom: 12vw;
  }
  .p03 .p-content {
    margin-bottom: 12vw;
  }
  .p01 .p-content-txt,
  .p02 .p-content-txt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .midashi {
    font-size: 6vw;
  }
  .honbun {
    font-size: 4.5vw;
  }
  .honbun-body {
    font-size: 3.6vw;
  }
  .p-note-box {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #F0EEEF;
    padding: 12vw 20px;
    margin: 0 auto;
  }
  .p-note-img {
    width: 100%;
    text-align: center;
  }
  .p-note-txt {
    width: 100%;
    margin-top: 4vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
  }
  .p-note-head {
    font-size: 6vw;
    margin-bottom: 4vw;
  }
  .p-note-bottom .p-note-head {
    max-width: 75%;
    margin: 0 auto;
    font-size: 5vw;
  }
  .p-note-body {
    margin-top: 0;
  }
  .p-note-sub {
    font-size: 4.5vw;
    font-weight: 700;
  }
  .p-note-desc {
    font-size: 3.6vw;
    margin-top: 3vw;
  }
  .p-note-bottom {
    margin-top: 12vw;
  }
}


/*sec-voice*/
.sec-voice {
  padding: 40px 0 100px;
}
.voice-box {
  margin-top: 40px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice-ttl {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.voice-box li {
  display: flex;
  flex-direction: column;
  width: 48.8%;
  background: #F0EEEF;
  margin-bottom: 2.4%;
  padding-bottom: 30px;
}
.voice-box li {
  display: flex;
  flex-direction: column;
  width: 48.8%;
  background: #fff;
  margin-bottom: 2.4%;
  padding-bottom: 30px;
}
.voice-box .txt {
  flex: 1;
  height: 100%;
  min-height: 0%;
  font-size: 18px;
  margin-top: 20px;
}
.sec-voice-prof {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.voice-box .dept {
  font-size: 14px;
  line-height: 1.2;
  text-align: right;
}
.voice-box .name {
  width: 25%;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 1040px) {
  .sec-voice {
    padding: 12vw 0 12vw;
  }
  .voice-box {
    margin-top: 0;
  }
  .voice-ttl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .voice-box .txt {
    font-size: 16px;
  }
  .voice-box .dept {
    font-size: 12px;
  }
  .voice-box .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .voice-box li {
    width: 100%;
    margin-bottom: 2.4%;
    padding-bottom: 30px;
  }
  .voice-box .txt {
    font-size: 14px;
  }
  .sec-voice-prof {
    flex-direction: column;
  }
  .voice-box .dept {
    width: 100%;
    font-size: 12px;
  }
  .voice-box .name {
    margin-top: 5px;
    width: 100%;
    font-size: 16px;
  }
}

/**/
.product-list {
  background: #fff;
  padding: 140px 0 140px;
}
.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 18vw;
  }
  .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%;
  }
}