@charset "utf-8";


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



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

/* -- Layout-- */
#specialAishaDm-30 {
  background-color: #dff4d6;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_bg01.jpg');
  background-repeat: repeat;
  color: #235a3c;
}

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

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

/* -- Loader -- */
#specialAishaDm-30 #loader {
  background-color: #dff4d6;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_loader.png');
}



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

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

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

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

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

#specialAishaDm-30 .cmnTtlSub {
  margin-top: 20px;
  color: #fff;
  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: linear-gradient(0deg,rgba(149, 220, 82, 1) 0%, rgba(122, 206, 99, 1) 32%, rgba(96, 166, 84, 1) 100%);
  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: #235a3c;
  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: #235a3c;
  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-ba-am/2603/zz_special_aisha_dm-ba-am_lead-bg.jpg');
  background-repeat: repeat-x;
  background-size: auto 100%;
}

#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 {
  color: #235a3c;
  font-size: 3.8rem;
  font-weight: 700;
}

#specialAishaDm-30 .leadTxt > strong {
  color: #ffff4b;
}

@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: 75px;
  padding-bottom: 145px;
}

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

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

#specialAishaDm-30 .lineupTtlObi {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_lineup_ttl_bg.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

#specialAishaDm-30 .lineupTtlMain {
  padding: 10px;
  color: #235a3c;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.07em;
}

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

#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: -120px;
  left: -420px;
  width: 464px;
  height: 293px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_lineup-bg01.png');
}

#specialAishaDm-30 .lineupLists01::after {
  bottom: -55px;
  right: -390px;
  width: 405px;
  height: 256px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_lineup-bg02.png');
}

#specialAishaDm-30 .lineupLists02::before {
  top: 265px;
  left: -225px;
  width: 427px;
  height: 270px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_lineup-bg03.png');
}

#specialAishaDm-30 .lineupLists02::after {
  bottom: -130px;
  right: -175px;
  width: 411px;
  height: 260px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_lineup-bg04.png');
}

#specialAishaDm-30 .lineupLists03::before {
  top: 441px;
  left: -370px;
  width: 303px;
  height: 191px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_lineup-bg05.png');
}

#specialAishaDm-30 .lineupLists03::after {
  bottom: -300px;
  right: -260px;
  width: 464px;
  height: 293px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_lineup-bg06.png');
}

#specialAishaDm-30 .lineupListsInner {
  border: 2px solid #96cda5;
  border-radius: 28px;
  overflow: hidden;
  background-color: #fff;
}

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

#specialAishaDm-30 .lineupListsTtlMain {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 400px;
  height: 130px;
  padding-left: 55px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_lineup-ttl-bg01.png');
  background-repeat: repeat;
  color: #f6f2e6;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.2;
}

#specialAishaDm-30 .lineupListsTtlMain::after {
  position: absolute;
  top: 0;
  right: -90px;
  width: 90px;
  height: 100%;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_lineup-ttl-bg02.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  content: '';
}

#specialAishaDm-30 .lineupListsTtlLogo {
  position: absolute;
  right: 55px;
  bottom: 30px;
  display: block;
  opacity: 0.6;
}

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

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

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

#specialAishaDm-30 .lineupListsProducts {
  padding: 0 55px 65px 55px;
}

#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 .lineupListsProductsTtl {
  padding-bottom: 25px;
  color: #4a8448;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

#specialAishaDm-30 .lineupListsProductsTtl 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: #c80000;
  color: #faffd7;
  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: 50%;
  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-bottom: 4px solid #ccc;
  border-radius: 1000px;
  background-color: #235a3c;
  color: #fff;
  font-size: 2.1rem;
  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 .lineupTtl {
    margin-bottom: 20px;
  }

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

  #specialAishaDm-30 .lineupTtlObi {
    bottom: -8px;
    width: 100%;
    height: 30px;
  }
  
  #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 .lineupListsInner {
    border-width: 1px;
    border-radius: 10px;
  }

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

  #specialAishaDm-30 .lineupListsTtlMain {
    width: calc(400px * 0.35);
    height: calc(130px * 0.35);
    padding-left: 10px;
    font-size: 1.5rem;
  }

  #specialAishaDm-30 .lineupListsTtlMain::after {
    right: calc(-90px * 0.22);
    width: calc(90px * 0.22);
  }

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

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

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

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

  #specialAishaDm-30 .lineupListsProducts {
    padding: 0 10px 15px 10px;
  }

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

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

  #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: 75%;
    padding: 3px;
    border-bottom-width: 3px;
    font-size: 1.3rem;
  }

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


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

#specialAishaDm-30 .option {
  position: relative;
  z-index: 3;
  padding-top: 95px;
  padding-bottom: 130px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_option-bg01.jpg');
  background-repeat: repeat;
}

#specialAishaDm-30 .option::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_option-bg02.jpg');
  background-repeat: repeat-x;
  content: '';
}

#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: #235a3c;
  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;
}

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

#specialAishaDm-30 .fitting .cmnTtlSub {
  color: #235a3c;
}

#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: #235a3c;
  content: '';
}

#specialAishaDm-30 .fittingInner > dt > span {
  display: inline-block;
  padding: 0 40px;
  background-image: url('/files/cdb/ZZ/special/aisha/dm-ba-am/2603/zz_special_aisha_dm-ba-am_bg01.jpg');
  background-repeat: repeat;
  font-size: 2.2rem;
  font-weight: 700;
  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%;
  }
}