@charset "utf-8";


/**
 * ================================================================================
 * Table of Contents:
 *
 * Basic Structure
 * Content Settings
 * Other Settings
 * ================================================================================
 */



/**
 * ================================================================================
 * Basic Structure
 * ================================================================================
 */

/* -- Layout-- */
#specialAishaDm-30 {
  background-color: #f8f4e6;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-30/2405/zz_special_aisha_dm-30_bg01.jpg');
  background-repeat: repeat;
  color: #f8f4e6;
}

@media only screen and (max-width: 767px) {
  #specialAishaDm-30 {
    background-size: 40px;
  }
}

/* -- Link -- */
#specialAishaDm-30 a {
  color: #ffff00;
  text-decoration: underline;
}

/* -- Loader -- */
#specialAishaDm-30 #loader {
  background-color: #f8f4e6;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-30/2405/zz_special_aisha_dm-30_loader.png');
}



/**
 * ================================================================================
 * Content Settings
 * ================================================================================
 */

/**
 * Common
 * -------------------------------
 */

#specialAishaDm-30 .cmnTtl {
  padding-bottom: 80px;
  text-align: center;
}

#specialAishaDm-30 .cmnTtl > span {
  display: block;
}

#specialAishaDm-30 .cmnTtlMain  {
  color: #ffff00;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15em;
}

#specialAishaDm-30 .cmnTtlSub {
  margin-top: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  #specialAishaDm-30 .cmnTtl {
    padding-bottom: 30px;
  }

  #specialAishaDm-30 .cmnTtlMain {
    font-size: 1.8rem;
  }

  #specialAishaDm-30 .cmnTtlSub {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}


/**
 * UCL
 * -------------------------------
 */

#specialAishaDm-30 .ucl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  background-color: #4a8448;
  text-align: center;
}

#specialAishaDm-30 .ucl > dl {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

#specialAishaDm-30 .ucl > dl > dt {
  display: block;
}

#specialAishaDm-30 .ucl > dl > dt img {
  width: 264px;
}

#specialAishaDm-30 .ucl > dl > dd {
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
  color: #f8f4e6;
  font-size: 1.7rem;
  font-weight: 700;
}

#specialAishaDm-30 .ucl > dl > dd::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #f8f4e6;
  content: '';
}

@media only screen and (max-width: 767px) {
  #specialAishaDm-30 .ucl {
    display: block;
    height: auto;
    padding: 5px 10px 10px 10px;
  }

  #specialAishaDm-30 .ucl > dl {
    display: block;
  }

  #specialAishaDm-30 .ucl > dl > dt img {
    width: 60%;
  }

  #specialAishaDm-30 .ucl > dl > dd {
    padding-left: 0;
    margin-left: 0;
    padding-top: 10px;
    font-size: 1.2rem;
  }

  #specialAishaDm-30 .ucl > dl > dd::before {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 20px;
    height: 1px;
  }
}


/**
 * Main Visual
 * -------------------------------
 */

#specialAishaDm-30 .mv {
  position: relative;
  z-index: 2;
  line-height: 1;
}

#specialAishaDm-30 .mvTtl img {
  width: 100%;
}

#specialAishaDm-30 .mvBubble {
  position: absolute;
  bottom: calc(100vw * (110 / 1600));
  left: 50%;
  margin-left: calc(100vw * (-490 / 1600));
  width: calc(100vw * (229 / 1600));
  height: calc(100vw * (229 / 1600));
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #specialAishaDm-30 .mvBubble {
    bottom: calc(1280px * (110 / 1600));
    margin-left: calc(1280px * (-490 / 1600));
    width: calc(1280px * (229 / 1600));
    height: calc(1280px * (229 / 1600));
  }
}
@media only screen and (max-width: 767px) {
  #specialAishaDm-30 .mvBubble {
    bottom: calc(100vw * (-62 / 750));
    left: auto;
    right: calc(100vw * (18 / 750));
    margin-left: 0;
    width: calc(100vw * (185 / 750));
    height: calc(100vw * (185 / 750));
  }
}



/**
 * Lead
 * -------------------------------
 */

#specialAishaDm-30 .lead {
  position: relative;
  z-index: 1;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-30/2405/zz_special_aisha_dm-30_bg02.jpg');
  background-repeat: repeat;
}

#specialAishaDm-30 .leadInner {
  position: relative;
  text-align: center;
}

#specialAishaDm-30 .leadTtl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  line-height: 1;
}

#specialAishaDm-30 .leadTtl img {
  width: 985px;
}

#specialAishaDm-30 .leadTxt {
  font-size: 3.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #specialAishaDm-30 .lead {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 40px;
  }
  
  #specialAishaDm-30 .leadTtl {
    top: -15px;
    transform: translateY(0);
  }

  #specialAishaDm-30 .leadTtl img {
    width: 290px;
  }

  #specialAishaDm-30 .leadTxt {
    font-size: 1.5rem;
  }
}


/**
 * Lineup
 * -------------------------------
 */

#specialAishaDm-30 .lineup {
  position: relative;
  z-index: 2;
  padding-top: 135px;
  padding-bottom: 145px;
}

#specialAishaDm-30 .lineup::before,
#specialAishaDm-30 .lineup::after {
  position: absolute;
  left: 50%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}

#specialAishaDm-30 .lineup::before {
  top: -232px;
  width: 715px;
  height: 445px;
  margin-left: -1080px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-30/2405/zz_special_aisha_dm-30_lineup-bg01.png');
}

#specialAishaDm-30 .lineup::after {
  bottom: -130px;
  width: 627px;
  height: 612px;
  margin-left: -865px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-30/2405/zz_special_aisha_dm-30_lineup-bg05.png');
}

#specialAishaDm-30 .lineupInner {
  padding: 60px 60px 105px 60px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-30/2405/zz_special_aisha_dm-30_bg02.jpg');
  background-repeat: repeat;
  border-radius: 28px;
}

#specialAishaDm-30 .lineupTtl {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

#specialAishaDm-30 .lineupTtl > span {
  display: block;
}

#specialAishaDm-30 .lineupTtlObi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f4e6;
}

#specialAishaDm-30 .lineupTtlMain {
  padding: 10px;
  color: #4a8448;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.07em;
}

#specialAishaDm-30 .lineupLists > li {
  position: relative;
  z-index: 1;
  margin-bottom: 115px;
}

#specialAishaDm-30 .lineupLists > li:nth-last-of-type(1) {
  margin-bottom: 0;
}

#specialAishaDm-30 .lineupLists > li::before,
#specialAishaDm-30 .lineupLists > li::after {
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}

#specialAishaDm-30 .lineupLists01::before {
  top: 15px;
  right: calc(-423px - 60px);
  width: 423px;
  height: 412px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-30/2405/zz_special_aisha_dm-30_lineup-bg02.png');
}

#specialAishaDm-30 .lineupLists01::after {
  bottom: 70px;
  left: calc(-338px - 60px);
  width: 338px;
  height: 449px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-30/2405/zz_special_aisha_dm-30_lineup-bg03.png');
}

#specialAishaDm-30 .lineupLists02::before {
  top: 490px;
  right: calc(-238px - 60px);
  width: 238px;
  height: 386px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-30/2405/zz_special_aisha_dm-30_lineup-bg04.png');
}

#specialAishaDm-30 .lineupListsTtl {
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 2px solid #f8f4e6;
}

#specialAishaDm-30 .lineupLists01 .lineupListsTtl {
  margin-bottom: 70px;
}

#specialAishaDm-30 .lineupListsTtl > span {
  display: block;
}

#specialAishaDm-30 .lineupListsTtlMain {
  color: #f6f2e6;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.2;
}

#specialAishaDm-30 .lineupListsTtlLogo {
  position: absolute;
  right: 0;
  bottom: 15px;
  opacity: 0.3;
}

#specialAishaDm-30 .lineupListsTtlLogoNv img {
  width: 158px;
}

#specialAishaDm-30 .lineupListsTtlLogoDa img {
  width: 175px;
}

#specialAishaDm-30 .lineupListsTtlLogoMs img {
  width: 375px;
}

#specialAishaDm-30 .lineupListsProducts > li {
  margin-bottom: 80px;
}

#specialAishaDm-30 .lineupListsProducts > li:nth-last-of-type(1) {
  margin-bottom: 0;
}

#specialAishaDm-30 .lineupListsProductsInner {
  text-align: center;
}

#specialAishaDm-30 .lineupListsProductsInner > dt {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

#specialAishaDm-30 .lineupListsProductsInner > dd {
  margin-top: 25px;
}

#specialAishaDm-30 .lineupListsProductsInner > dd:nth-of-type(1) {
  margin-top: 0;
}

#specialAishaDm-30 .lineupListsProductsImg img {
  width: 100%;
}

#specialAishaDm-30 .lineupListsProductsLabel {
  position: absolute;
  top: -43px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 43px;
  background-color: #ffff00;
  color: #4a8448;
  font-size: 2.5rem;
  font-weight: 700;
}

#specialAishaDm-30 .lineupListsProductsLabel::before {
  position: absolute;
  top: 0;
  left: -38px;
  width: 38px;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #ffff00 50.5%) no-repeat top left/100% 100%;
  content: '';
}

#specialAishaDm-30 .lineupListsProductsTtl {
  padding-bottom: 25px;
  font-size: 2.7rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

#specialAishaDm-30 .lineupListsProductsTt small {
  font-size: 75%;
  font-weight: 500;
}

#specialAishaDm-30 .lineupListsProductsTtlLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 38px;
  margin-right: 20px;
  background-color: #ffff00;
  color: #1a1a1a;
  font-size: 2.5rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}

#specialAishaDm-30 .lineupListsProductsLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -30px;
  margin-left: -15px;
  text-align: center;
}

#specialAishaDm-30 .lineupListsProductsLinks > li {
  width: 33.3333%;
  padding-top: 30px;
  padding-left: 15px;
}

#specialAishaDm-30 .lineupListsProductsLinksMain {
  margin-bottom: 15px;
}

#specialAishaDm-30 .lineupListsProductsLinksMain > a {
  display: inline-block;
  min-width: 100%;
  padding: 5px;
  border-radius: 1000px;
  background-color: #f8f4e6;
  color: #4a8448;
  font-weight: 500;
  text-decoration: none;
}

#specialAishaDm-30 .lineupListsProductsLinksMain > a small {
  font-size: 70%;
}

#specialAishaDm-30 .lineupListsProductsLinksSub {
  font-size: 2.0rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #specialAishaDm-30 .lineup {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  
  #specialAishaDm-30 .lineup::before {
    top: calc(-232px * 0.4);
    width: calc(715px * 0.4);
    height: calc(445px * 0.4);
    margin-left: calc(-1080px * 0.3);
  }

  #specialAishaDm-30 .lineup::after {
    bottom: calc(-130px * 0.4);
    width: calc(627px * 0.4);
    height: calc(612px * 0.4);
    margin-left: calc(-865px * 0.3);
  }

  #specialAishaDm-30 .lineupInner {
    padding: 15px 15px 30px 15px;
    background-size: 40px;
    border-radius: 10px;
  }

  #specialAishaDm-30 .lineupTtl {
    margin-bottom: 25px;
  }

  #specialAishaDm-30 .lineupTtlMain {
    padding: 5px;
    font-size: 1.4rem;
    letter-spacing: 0.07em;
  }
  
  #specialAishaDm-30 .lineupLists > li {
    margin-bottom: 40px;
  }
  
  #specialAishaDm-30 .lineupLists01::before {
    top: calc(15px * 0.4);
    right: calc(-423px * 0.4 - 15px);
    width: calc(423px * 0.4);
    height: calc(412px * 0.4);
  }

  #specialAishaDm-30 .lineupLists01::after {
    bottom: calc(70px * 0.4);
    left: calc(-338px * 0.4 - 15px);
    width: calc(338px * 0.4);
    height: calc(449px * 0.4);
  }

  #specialAishaDm-30 .lineupLists02::before {
    top: calc(490px * 0.4);
    right: calc(-238px * 0.4 - 15px);
    width: calc(238px * 0.4);
    height: calc(386px * 0.4);
  }

  #specialAishaDm-30 .lineupListsTtl {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
  }

  #specialAishaDm-30 .lineupLists01 .lineupListsTtl {
    margin-bottom: 30px;
  }

  #specialAishaDm-30 .lineupListsTtlMain {
    font-size: 1.6rem;
  }

  #specialAishaDm-30 .lineupListsTtlLogo {
    bottom: 5px;
  }

  #specialAishaDm-30 .lineupListsTtlLogoNv img {
    width: calc(158px * 0.4);
  }

  #specialAishaDm-30 .lineupListsTtlLogoDa img {
    width: calc(175px * 0.4);
  }

  #specialAishaDm-30 .lineupListsTtlLogoMs img {
    width: calc(375px * 0.4);
  }

  #specialAishaDm-30 .lineupListsProducts > li {
    margin-bottom: 35px;
  }

  #specialAishaDm-30 .lineupListsProductsInner > dt {
    margin-bottom: 10px;
  }
  
  #specialAishaDm-30 .lineupListsProductsInner > dd {
    margin-top: 10px;
  }

  #specialAishaDm-30 .lineupListsProductsLabel {
    top: -22px;
    width: 145px;
    height: 22px;
    font-size: 1.2rem;
  }

  #specialAishaDm-30 .lineupListsProductsLabel::before {
    left: -16px;
    width: 16px;
  }

  #specialAishaDm-30 .lineupListsProductsTtl {
    padding-bottom: 10px;
    font-size: 1.3rem;
  }

  #specialAishaDm-30 .lineupListsProductsTtlLabel {
    width: calc(85px * 0.5);
    height: calc(38px * 0.5);
    margin-right: 7px;
    font-size: 1.2rem;
  }

  #specialAishaDm-30 .lineupListsProductsLinks {
    margin-top: -15px;
    margin-left: -10px;
  }

  #specialAishaDm-30 .lineupListsProductsLinks > li {
    width: 100%;
    padding-top: 15px;
    padding-left: 10px;
  }

  #specialAishaDm-30 .lineupListsProductsLinksMain {
    margin-bottom: 10px;
  }

  #specialAishaDm-30 .lineupListsProductsLinksMain > a {
    min-width: 70%;
    padding: 3px;
  }

  #specialAishaDm-30 .lineupListsProductsLinksSub {
    font-size: 1.2rem;
  }
}


/**
 * Option
 * -------------------------------
 */

#specialAishaDm-30 .option {
  position: relative;
  z-index: 3;
  padding-top: 95px;
  padding-bottom: 130px;
  background-color: #1a1a1a;
}

#specialAishaDm-30 .optionList {
  display: flex;
  flex-wrap: wrap;
  margin-top: -50px;
  margin-left: -6px;
}

#specialAishaDm-30 .optionList > li {
  width: 33.3333%;
  margin-top: 50px;
  padding-left: 6px;
}

#specialAishaDm-30 .optionList > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#specialAishaDm-30 .optionListInner > dt {
  display: block;
  margin-bottom: 15px;
}

#specialAishaDm-30 .optionListInner > dd {
  padding: 0 5px;
}

#specialAishaDm-30 .optionListTtl {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.4;
}

#specialAishaDm-30 .optionListLink {
  margin-top: 6px;
  color: #ffff00;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  #specialAishaDm-30 .option {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  #specialAishaDm-30 .optionList {
    margin-top: -20px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  #specialAishaDm-30 .optionList > li {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  #specialAishaDm-30 .optionListInner > dt {
    margin-bottom: 10px;
  }

  #specialAishaDm-30 .optionListInner > dd {
    padding: 0 3px;
  }

  #specialAishaDm-30 .optionListTtl {
    font-size: 1.3rem;
  }

  #specialAishaDm-30 .optionListLink {
    margin-top: 3px;
    font-size: 1.2rem;
  }
}


/**
 * Fitting
 * -------------------------------
 */

#specialAishaDm-30 .fitting {
  padding-top: 120px;
  padding-bottom: 150px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-30/2405/zz_special_aisha_dm-30_bg02.jpg');
  background-repeat: repeat;
}

#specialAishaDm-30 .fitting .cmnTtl {
  padding-bottom: 90px;
}

#specialAishaDm-30 .fittingInner {
  margin-top: 80px;
}

#specialAishaDm-30 .fittingInner:nth-of-type(1) {
  margin-top: 0;
}

#specialAishaDm-30 .fittingInner > dt {
  display: block;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
  text-align: center;
}

#specialAishaDm-30 .fittingInner > dt::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #f8f4e6;
  content: '';
}

#specialAishaDm-30 .fittingInner > dt > span {
  display: inline-block;
  padding: 0 40px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-30/2405/zz_special_aisha_dm-30_bg02.jpg');
  background-repeat: repeat;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}

#specialAishaDm-30 .fittingInner > dd {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

#specialAishaDm-30 .fittingList {
  display: inline-flex;
  flex-wrap: wrap;
}

#specialAishaDm-30 .fittingList > li {
  padding: 15px 30px;
  font-size: 2.0rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #specialAishaDm-30 .fitting {
    padding-top: 50px;
    padding-bottom: 60px;
    background-size: 40px;
  }

  #specialAishaDm-30 .fitting .cmnTtl {
    padding-bottom: 30px;
  }

  #specialAishaDm-30 .fittingInner {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #specialAishaDm-30 .fittingInner > dt {
    margin-bottom: 15px;
  }
  
  #specialAishaDm-30 .fittingInner > dt > span {
    padding: 0 15px;
    background-size: 40px;
    font-size: 1.3rem;
  }

  #specialAishaDm-30 .fittingInner > dd {
    padding-left: 15px;
    padding-right: 15px;
  }

  #specialAishaDm-30 .fittingList > li {
    padding: 5px;
    font-size: 1.2rem;
    text-align: left;
  }
}


/**
 * Floating
 * -------------------------------
 */

@media only screen and (max-width: 767px) {
  #specialAishaDm-30 #m-floating > ul > li  {
    width: 100%;
  }
}