@charset "UTF-8";
/*ブレークポイント*/
#title {
  position: relative;
  padding: min(70px, 30px + 3vw) 0;
  width: 100%;
  background: url("/cream-and/assets/img/bg_border.png") repeat center center;
}
#title .inner {
  z-index: 10;
  position: relative;
  margin: 0 auto;
  width: 95%;
  max-width: 1180px;
}
#title h2 {
  position: relative;
  margin: 0 auto;
  width: 95%;
  max-width: 394px;
}
#title h2 + p {
  position: relative;
  margin: calc(10px + 2%) auto 0;
  font-size: 112.5%;
  text-align: center;
  color: #411408;
}
#title h2 + p span.nowrap {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  #title h2 + p {
    line-height: 2;
  }
}

.secret {
  z-index: 10;
  position: relative;
  margin: 0 auto;
  padding: min(80px, 30px + 4vw) 2.5%;
  width: 100%;
}
.secret h2 {
  margin: 0 auto;
  width: 60%;
  max-width: 340px;
}
.secret figure {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 450px;
}
.secret figure + p {
  margin: 5px auto;
  max-width: 700px;
  line-height: 1.8;
}
.secret#secret1 {
  background: url("/cream-and/secrets/img/secret1_bg.png") repeat center center;
}
.secret#secret1 figure::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 140%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: url("/cream-and/secrets/img/secret1_img_bg.png") no-repeat center center;
  background-size: cover;
}
.secret#secret2 {
  background: url("/cream-and/secrets/img/secret2_bg.png") repeat center center;
}
.secret#secret2 figure {
  width: 100%;
  max-width: 650px;
}
.secret#secret2 figure::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 140%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: url("/cream-and/secrets/img/secret2_img_bg.png") no-repeat center center;
  background-size: cover;
}
.secret#secret2 figure + p {
  color: #ffffff;
}
.secret#secret3 {
  background: url("/cream-and/secrets/img/secret3_bg.png") repeat center center;
}
.secret#secret3 figure::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 140%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: url("/cream-and/secrets/img/secret3_img_bg.png") no-repeat center center;
  background-size: cover;
}
.secret ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.secret ul li {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  position: relative;
  margin-top: 45px;
  margin-left: 10%;
  padding-left: 5%;
}
.secret ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 35px;
  height: 33px;
  transform: translateX(-50%);
  background: url("/cream-and/history/img/point.png") no-repeat center center;
  background-size: cover;
}
.secret ul li figure {
  width: 40%;
  max-width: 136px;
}
.secret ul li div {
  flex: 1;
  padding-top: 0;
  padding-left: 13px;
}
.secret ul li div p {
  font-size: 112.5%;
  font-weight: bold;
  color: #411408;
}
.secret ul li div p.ad {
  width: 100%;
  padding-bottom: 5px;
}
.secret ul li div p.ad img {
  width: 90px;
}
.secret ul li#ad2013 {
  flex-direction: column-reverse;
}
.secret ul li#ad2013 figure {
  padding-top: 10px;
  width: 100%;
  max-width: 276px;
}
.secret ul li#ad2013 div {
  padding-top: 0;
}
.secret ul li#ad2013 div p.ad img {
  width: 205px;
}
@media print, screen and (min-width: 768px) {
  .secret::before {
    left: calc(50% - 1.5px);
    width: 3px;
  }
  .secret ul li {
    margin-left: 0;
    padding-bottom: 25px;
    width: 50%;
  }
  .secret ul li div {
    padding-top: 15px;
  }
  .secret ul li:nth-of-type(odd) {
    flex-direction: row-reverse;
    order: 2;
    float: left;
    margin-top: 75px;
    padding-left: 0;
    padding-right: 5%;
  }
  .secret ul li:nth-of-type(odd)::before {
    top: 10px;
    left: auto;
    right: 1px;
    transform: translateX(50%);
  }
  .secret ul li:nth-of-type(odd) div {
    order: 2;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-left: 0;
    padding-right: 13px;
    text-align: right;
  }
  .secret ul li:nth-of-type(odd) div p.ad {
    width: 100%;
  }
  .secret ul li:nth-of-type(odd) div p.ad img {
    margin: 0 0 0 auto;
  }
  .secret ul li:nth-of-type(even) {
    float: right;
    margin-top: 70px;
  }
  .secret ul li:nth-of-type(1) {
    margin-top: 30px;
  }
  .secret ul li:nth-of-type(2) {
    margin-top: 150px;
  }
  .secret ul li#ad2014 {
    margin-top: 150px;
  }
  .secret ul li#ad2015 {
    margin-top: 40px;
  }
}/*# sourceMappingURL=secrets.css.map */