/*
 * StyleName: style.css
 * Version: 1.0
 *
 */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

.content-wrap {
  width: 950px;
  margin: 0 auto;
}

.eb-navi-toggle ul li a {
  font-weight: normal;
}

@media screen and (max-width: 950px) {
  .content-wrap {
    width: 100%;
  }
}

/*=============================================
 * .button
 *=============================================*/
.button {
  font-size: 14px;
  border: 1px solid #969696;
  text-align: center;
  padding: 5px 35px;
  background: #fff;
  display: inline-block;
}

.button+.button {
  margin-left: 10px;
}

.clothes__button {
  border: none;
  font-size: 10px;
  padding: 1px 41px;
  background-color: #fa8c96;
  color: #fff;
  margin-top: 5px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.button__width--small {
  padding: 5px 15px;
}

.button__width--medium {
  padding: 5px 25px;
  letter-spacing: 0.1px;
}

@media screen and (max-width: 480px) {
  .button+.button {
    margin: 10px 0 0;
  }
}

/* milky */
.milky__button {
  background-color: #b4a0f0;
}

/* ice */
.ice__button {
  background-color: #cb9c6b;
  padding: 0 41px;
}

/*=============================================
 * .hero
 *=============================================*/
.hero__image {
  height: 767px;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1265px) {
  .coat-hero .hero__image {
    height: 100%;
  }
}

@media screen and (max-width: 950px) {
  .hero__image {
    height: 600px;
  }
}

@media screen and (max-width: 480px) {
  .hero__image {
    height: 400px;
  }
}

/* milky */
@media screen and (min-width: 1534px) {
  .milky-hero .hero__image {
    height: 100%;
  }
}

@media screen and (max-width: 558px) {
  .milky-hero .hero__image {
    height: 100vw;
  }
}

/* ice */
.ice-hero .hero__image {
  height: 735px;
}

@media screen and (min-width: 1520px) {
  .ice-hero .hero__image {
    height: 100%;
  }
}

@media screen and (max-width: 950px) {
  .ice-hero .hero__image {
    height: 77.36vw;
  }
}

/*=============================================
 * .reserve
 *=============================================*/
.reserve {
  background: #e66464;
}

.reserve__inner {
  padding: 88px 45px 45px;
}

.reserve__date {
  display: flex;
  align-items: flex-end;
}

.reserve__date img {
  max-height: 67px;
}

img.reserve__image-date {
  max-height: 45px;
  padding-left: 15px;
}

.reserve__release {
  padding-top: 30px;
}

.reserve__release img {
  height: 29px;
  width: auto;
}

.reverse__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.reserve__text {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}

.reserve__link img {
  max-width: 182px;
}

@media screen and (max-width: 950px) {
  .reserve__inner {
    padding: 60px 40px 40px;
  }

  .reserve__date img {
    max-height: 67px;
  }

  img.reserve__image-date {
    height: 35px;
  }

  .reserve__release img {
    height: 25px;
  }

  .reserve__link img {
    max-width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .reserve__release {
    padding-top: 24px;
  }

  .reverse__body {
    flex-direction: column;
    align-items: flex-start;
  }

  .reserve__link {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }
}

@media screen and (max-width: 650px) {
  .reserve__inner {
    padding: 80px 30px 30px;
  }

  .reserve__date img {
    height: 50px;
  }

  img.reserve__image-date {
    height: 25px;
  }

  .reserve__release img {
    height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .reserve__inner {
    padding: 60px 15px 30px;
  }

  .reserve__date {
    flex-direction: column;
    align-items: flex-start;
  }

  .reserve__date img {
    height: 45px;
  }

  img.reserve__image-date {
    padding: 0;
    margin-top: 10px;
  }

  .reserve__text {
    font-size: 14px;
  }
}

/* .milky-reserve */
.milky-reserve {
  background: #8264aa;
  position: relative;
}

.milky-reserve::after {
  content: "";
  position: absolute;
  background: url(/images/2021ss08/milky-reserve-icon.png);
  background-size: contain;
  width: 133px;
  height: 133px;
  top: -58px;
  right: 4%;
}

.milky-reserve__date.reserve__date img {
  max-height: 58px;
}

.milky-reserve__date img.reserve__image-date {
  max-height: 30px;
  padding-left: 25px;
}

@media screen and (max-width: 1150px) {
  .milky-reserve__date img {
    max-height: 40px;
  }

  img.milky-reserve__image-date {
    max-height: 30px;
  }
}

@media screen and (max-width: 980px) {
  .milky-reserve .reserve__inner {
    padding: 60px 40px 40px;
  }

  .milky-reserve__date.reserve__date img {
    height: 58px;
  }

  .milky-reserve__date img.reserve__image-date {
    height: 25px;
  }

  .milky-reserve__date .reserve__release img {
    height: 20px;
  }
}

@media screen and (max-width: 950px) {
  img.milky-reserve__image-date {
    max-height: 45px;
  }

  .milky-reserve .reserve__inner {
    padding: 70px 40px 40px;
  }

  .milky-reserve::after {
    width: 133px;
    height: 133px;
    top: -58px;
  }
}

@media screen and (max-width: 850px) {
  .milky-reserve__date.reserve__date {
    flex-direction: column;
    align-items: flex-start;
  }

  .milky-reserve .reserve__date img {
    height: 50px;
  }

  .milky-reserve__date img.reserve__image-date {
    padding: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .milky-reserve::after {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 670px) {
  .milky-reserve .reserve__inner {
    padding: 80px 30px 30px;
  }
}

@media screen and (max-width: 480px) {
  .milky-reserve__date.reserve__date img {
    height: auto;
  }

  .milky-reserve__date img.reserve__image-date {
    height: 6vw;
  }

  .milky-reserve::after {
    width: 100px;
    height: 100px;
  }
}

/* ice-reserve */
.ice-reserve {
  background: #b87b3c;
  position: relative;
}

.ice-reserve__inner::after {
  content: "";
  position: absolute;
  background: url(/images/2021ss09/ice-reverse-icon.png) no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  top: -52px;
  right: 4.2%;
}

.ice-reserve__inner {
  padding: 93px 47px 45px;
  position: relative;
}

.ice-reserve__date-top {
  display: flex;
  align-items: flex-end;
}

.ice-reserve__date-top img:first-child {
  height: 60px;
  width: auto;
}

.ice-reserve__date-top img:nth-child(2) {
  height: 34px;
  width: auto;
  margin-left: 28px;
}

.ice-reserve__image-date {
  height: 29px;
  margin: 24px 0 0 3px;
}

.ice-reserve__release {
  padding-top: 34px;
  margin-left: -6px;
}

.ice-reserve__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 950px) {
  .ice-reserve__inner {
    padding: 70px 40px 40px;
  }

  .ice-reserve__date-top img:first-child {
    height: 55px;
  }

  .ice-reserve__date-top img:first-child {}
}

@media screen and (max-width: 850px) {
  .ice-reserve__date-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .ice-reserve__date-top img:first-child {
    height: 50px;
  }

  .ice-reserve__date-top img:nth-child(2) {
    height: 30px;
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 810px) {
  .ice-reserve__body {
    flex-direction: column;
    align-items: flex-start;
  }

  .ice-reserve__link {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .ice-reserve__inner::after {
    width: 120px;
    height: 120px;
  }

  .ice-reserve__inner {
    padding: 88px 30px 30px;
  }

  .ice-reserve__release {
    padding-top: 24px;
  }
}

@media screen and (max-width: 600px) {
  .ice-reserve__date-top img:nth-child(2) {
    height: 25px;
  }

  .ice-reserve__image-date {
    height: 25px;
  }
}

@media screen and (max-width: 480px) {
  .ice-reserve__inner::after {
    width: 100px;
    height: 100px;
  }

  .ice-reserve__date-top img:first-child {
    height: 10.191666vw;
  }

  .ice-reserve__date-top img:nth-child(2),
  .ice-reserve__image-date {
    height: 6vw;
  }

  .ice-reserve__text {
    font-size: 14px;
  }
}

/*=============================================
 * .clothes
 *=============================================*/
.clothes {
  padding: 90px 70px 35px;
}

.clothes__item+.clothes__item {
  padding-top: 30px;
}

.clothes__cards {
  display: flex;
  flex-wrap: wrap;
}

.clothes__card {
  width: calc(50% - 10px);
}

.clothes__card:nth-child(2n) {
  margin: 0 0 20px 20px;
}

.clothes__card.clothes__card--full {
  margin-bottom: 20px;
}

.clothes__card.clothes__card--full {
  width: 100%;
}

.clothes__body {
  padding: 15px 0 35px;
}

.clothes__title {
  text-align: center;
}

.clothes__title img {
  max-height: 40px;
}

.clothes__text {
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.7;
  padding: 20px 45px 0;
}

.clothes__specification {
  font-size: 12px;
  padding-top: 15px;
  text-align: center;
}

.clothes__space {
  display: inline-block;
  width: 9px;
}

.clothes-button__wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 950px) {
  .clothes {
    padding: 45px 35px 35px;
  }
}

@media screen and (max-width: 768px) {
  .clothes {
    padding: 45px 15px 35px;
  }

  .clothes__card {
    width: calc(50% - 7.5px);
  }

  .clothes__card:nth-child(2n) {
    margin: 0 0 15px 15px;
  }

  .clothes__card.clothes__card--full {
    margin-bottom: 15px;
  }

  .clothes__body {
    padding: 20px 0 35px;
  }

  .clothes__title img {
    max-height: 30px;
  }

  .clothes__text {
    padding: 20px 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .clothes-button__wrap {
    flex-direction: column;
  }

  .clothes__space {
    display: none;
  }
}

/*=============================================
 * .clothes-venus
 *=============================================*/
.clothes-venus {
  background: #eef0ee;
}

.clothes-venus__title {
  text-align: center;
  padding-bottom: 20px;
}

.clothes-venus__title img {
  height: 45px;
  width: auto;
}

.clothes-venus__label {
  height: 22px;
  max-width: 566px;
  background: #00205c;
  text-align: center;
  margin: 0 auto 15px;
}

.clothes-venus__label img {
  height: 15px;
  width: auto;
}

.clothes-venus .clothes__text {
  padding-top: 15px;
}

@media screen and (max-width: 481px) {
  .clothes-venus__title img {
    height: 32px;
    width: auto;
  }
}

/*=============================================
 * br
 *=============================================*/
.sp__br {
  display: none;
}

.tab__br {
  display: none;
}

@media screen and (max-width: 768px) {
  .tab__br {
    display: block;
  }
}

@media screen and (max-width: 481px) {
  .sp__br {
    display: block;
  }

  .tab__br {
    display: none;
  }
}

/*=============================================
 * .uniform
 *=============================================*/
.uniform {
  padding: 80px 65px;
}

.uniform__title {
  text-align: center;
}

.uniform__title img {
  height: 42px;
}

.uniform__title--large img {
  height: 45px;
}

.uniform__header {
  display: flex;
  align-items: center;
}

.uniform__header-title {
  height: 33px;
  padding-right: 30px;
}

.uniform__header-text {
  font-size: 14px;
  margin-left: 30px;
  position: relative;
}

.uniform__header-text::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background-color: #000740;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.uniform__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.uniform__card {
  width: calc(50% - 10px);
}

.uniform__card:nth-child(2n + 1) {
  margin-right: 10px;
}

.uniform__card:nth-child(2n) {
  margin-left: 10px;
}

.uniform__card:nth-child(n+3) {
  margin-top: 20px;
}

.uniform__cards .uniform__card--wide {
  width: 100%;
  margin-right: 0;
}

.uniform__card-body {
  margin-top: 25px;
}

.uniform__cards--beside .uniform__card-body {
  margin-top: 0px;
}

.uniform__item {
  line-height: 1.65;
}

.uniform__card-images {
  display: flex;
}

.uniform__card-images img {
  width: 50%;
}

.uniform__buy-now img {
  height: 14px;
  width: auto;
  margin-left: 12px;
  margin-bottom: 1px;
}

.uniform__section+.uniform__section {
  margin-top: 70px;
}

.uniform__item-button {
  margin-top: 17px;
}

.uniform__item-button .button {
  padding-top: 3px;
  padding-bottom: 3px;
}

.uniform__cards-button {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
}

.uniform__cards-button li {
  list-style: none;
}

@media screen and (max-width: 900px) {
  .uniform {
    padding: 45px 35px 35px;
  }
}

@media screen and (max-width: 768px) {
  .uniform {
    padding: 45px 15px 35px;
  }

  .uniform__title img {
    max-height: 30px;
    height: 100%;
    width: auto;
  }

  .uniform__title--large img {
    height: 32px;
  }

  .uniform__buy-now img {
    margin-left: 0;
  }
}

@media screen and (max-width: 481px) {
  .uniform__header {
    flex-direction: column;
  }

  .uniform__header-title {
    padding-right: 0;
    height: 28px;
  }

  .uniform__header-text {
    margin: 15px auto 0;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #000740;
  }

  .uniform__header-text::before {
    content: none;
  }

  .uniform__cards {
    margin-top: 20px;
  }

  .uniform__card {
    width: 100%;
  }

  .uniform__card-image {
    width: 100%;
  }

  .uniform__card:nth-child(2n + 1),
  .uniform__card:nth-child(2n) {
    margin: 0;
  }

  .uniform__card:nth-child(2n) {
    margin-top: 30px;
  }

  .uniform__card:nth-child(n+3) {
    margin-top: 20px;
  }

  .uniform__buy-now img {
    margin-left: 10px;
  }

  .uniform__cards--beside .uniform__card+.uniform__card {
    margin-top: 0;
  }
}

/*=============================================
 * 表示非表示
 *=============================================*/
.disp_sp {
  display: none;
}

.disp_pc {
  display: block;
}

@media screen and (max-width: 481px) {
  .disp_sp {
    display: block;
  }

  .disp_pc {
    display: none;
  }
}

.mb-30 {
  margin-bottom: 30px;
}