@charset "UTF-8";
/*ブレークポイント*/
main {
  padding-bottom: clamp(45px, 100px - 5%, 70px);
  background: url("/cream-and/history/img/bg.png") repeat center top;
  overflow: hidden;
  transition: background-position-y 3s ease-out;
}

#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: 385px;
}
#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;
}

#history_graph {
  z-index: 10;
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  width: 95%;
  max-width: 1180px;
}
#history_graph::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: calc(10% - 1.5px);
  width: 3px;
  height: 100%;
  background-color: rgba(186, 161, 76, 0.2);
}
#history_graph ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
#history_graph ul li {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  position: relative;
  margin-top: 45px;
  margin-left: 10%;
  padding-left: 5%;
}
#history_graph 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;
}
#history_graph ul li figure {
  width: 40%;
  max-width: 136px;
}
#history_graph ul li div {
  flex: 1;
  padding-top: 0;
  padding-left: 13px;
}
#history_graph ul li div p {
  font-size: 112.5%;
  font-weight: bold;
  color: #411408;
}
#history_graph ul li div p.ad {
  width: 100%;
  padding-bottom: 5px;
}
#history_graph ul li div p.ad img {
  width: 90px;
}
#history_graph ul li#ad2013 {
  flex-direction: column-reverse;
}
#history_graph ul li#ad2013 figure {
  padding-top: 10px;
  width: 100%;
  max-width: 276px;
}
#history_graph ul li#ad2013 div {
  padding-top: 0;
}
#history_graph ul li#ad2013 div p.ad img {
  width: 205px;
}
#history_graph ul li#ad2024, #history_graph ul li#ad2025 {
  flex-direction: column-reverse;
}
#history_graph ul li#ad2024 figure, #history_graph ul li#ad2025 figure {
  padding-top: 10px;
  width: 100%;
  max-width: 100%;
}
#history_graph ul li#ad2024 figure img, #history_graph ul li#ad2025 figure img {
  max-width: 370px;
}
#history_graph ul li#ad2024 div, #history_graph ul li#ad2025 div {
  padding-top: 0;
}
#history_graph ul li#ad2025 figure img {
  max-width: 480px;
}
@media print, screen and (min-width: 768px) {
  #history_graph::before {
    left: calc(50% - 1.5px);
    width: 3px;
  }
  #history_graph ul li {
    margin-left: 0;
    padding-bottom: 25px;
    width: 50%;
  }
  #history_graph ul li div {
    padding-top: 15px;
  }
  #history_graph ul li:nth-of-type(odd) {
    flex-direction: row-reverse;
    order: 2;
    float: left;
    margin-top: 75px;
    padding-left: 0;
    padding-right: 5%;
  }
  #history_graph ul li:nth-of-type(odd)::before {
    top: 10px;
    left: auto;
    right: 1px;
    transform: translateX(50%);
  }
  #history_graph 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;
  }
  #history_graph ul li:nth-of-type(odd) div p.ad {
    width: 100%;
  }
  #history_graph ul li:nth-of-type(odd) div p.ad img {
    margin: 0 0 0 auto;
  }
  #history_graph ul li:nth-of-type(even) {
    float: right;
    margin-top: 70px;
  }
  #history_graph ul li:nth-of-type(1) {
    margin-top: 30px;
  }
  #history_graph ul li:nth-of-type(2) {
    margin-top: 150px;
  }
  #history_graph ul li#ad2014 {
    margin-top: 150px;
  }
  #history_graph ul li#ad2015 {
    margin-top: 40px;
  }
  #history_graph ul li#ad2025 figure {
    display: flow-root;
  }
  #history_graph ul li#ad2025 figure img {
    float: right;
  }
}

#anniversary {
  z-index: 10;
  position: relative;
  margin: 0 auto;
  padding: 40px;
  border-radius: 25px;
  width: 95%;
  max-width: 1180px;
  background-color: #ffffff;
}
#anniversary h3 {
  z-index: 10;
  position: relative;
  font-size: 150%;
}
#anniversary p {
  margin-top: 0.5em;
}
#anniversary p.notice {
  font-size: 85%;
  line-height: 1.4;
}
#anniversary::after {
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100px;
  transform: translate(10%, -10%);
  background: url("/cream-and/history/img/anniversary02.png") no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  #anniversary {
    padding-left: 200px;
    background: #ffffff url("/cream-and/history/img/anniversary01.png") no-repeat 5% center;
    background-size: auto 70%;
  }
}/*# sourceMappingURL=history.css.map */