@charset "UTF-8";
@media screen and (min-width: 600px) {
  .only_pc {
    display: block;
  }
  .only_sp {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
}
/* ==========================================================================
   アニメーション（PC/SP共通）
   ========================================================================== */
@keyframes mov01 {
  0%, 100% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-40px);
  }
}
@keyframes mov02 {
  0%, 100% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(-30px);
  }
}
/* ==========================================================================
   共通スタイル（PC/SP共通）
   ========================================================================== */
.scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar {
  display: none;
}

header nav ul {
  z-index: 1;
  background-color: #1e2c53;
}

header nav ul .subtitle {
  color: #1b4997;
  letter-spacing: 0.02em;
}

#hero {
  position: relative;
  padding: 0;
  margin: 100px 0 0;
  background-color: #1e2c53;
}
@media screen and (max-width: 599px) {
  #hero {
    margin: 60px 0 0;
  }
}
#hero .key-visual {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  opacity: 1;
  transform: none;
  background-color: #1e2c53;
}
#hero .key-visual img {
  width: 100%;
  height: auto;
  display: block;
}
#hero .gototicket {
  position: fixed;
  z-index: 5;
  right: 3%;
  bottom: 3%;
  width: 150px;
  height: 148px;
  border-radius: 50%;
  background-color: #ff9;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 0px 10px rgba(255, 255, 204, 0.25));
}
@media screen and (max-width: 599px) {
  #hero .gototicket {
    width: 100px;
    height: 98px;
  }
}
#hero .gototicket .tk-upper {
  width: 100%;
  height: 55%;
  background-image: url("../img/common/icon_usagi.svg");
  background-size: 80% 80%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#hero .gototicket .tk-bottom {
  width: 100%;
  height: 45%;
  padding: 10px;
  text-align: center;
  color: #1e2c53;
  font-weight: bold;
  line-height: 1.33;
}
@media screen and (max-width: 599px) {
  #hero .gototicket .tk-bottom {
    font-size: 10px;
    padding: 6px;
  }
}
#hero .gototicket:hover {
  transform: scaleX(1.2) scaleY(1.2);
  filter: drop-shadow(0 0px 10px rgba(255, 255, 204, 0.8));
}

main {
  display: block;
  background-color: #1e2c53;
  background-image: url("../img/common/bg.png");
}

#products .detail {
  position: relative;
  z-index: 1;
  text-align: center;
}
#products .detail a:after {
  content: "";
  position: absolute;
  background-image: url("../img/common/button_allow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.contents_add {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 120px 0;
  padding-bottom: 210px;
  overflow: hidden;
  background-color: #1e2c53;
  background-image: url("../img/common/bg.png");
}
@media screen and (max-width: 599px) {
  .contents_add {
    padding: 120px 0;
  }
}
.contents_add h2 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  height: 157px;
}
@media screen and (max-width: 599px) {
  .contents_add h2 {
    font-size: 28px;
    height: 127px;
  }
}
.contents_add h3 {
  z-index: 2;
}
.contents_add .subtitle {
  z-index: 0;
  width: 150%;
  left: -25%;
  text-align: center;
  color: rgba(27, 2, 1, 0.07);
  font-family: "Fredoka One", cursive;
  letter-spacing: 0.04em;
}
.contents_add .contents {
  min-height: 520px;
  background-color: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 599px) {
  .contents_add .contents {
    min-height: 50.1vw;
  }
}
.contents_add .contents .wrap {
  width: 600px;
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  gap: 0.5em 0;
}
@media screen and (max-width: 599px) {
  .contents_add .contents .wrap {
    width: 100vw;
    min-height: 50.1vw;
  }
}
.contents_add .contents .wrap_evt {
  width: 600px;
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 0.5em 0;
}
@media screen and (max-width: 599px) {
  .contents_add .contents .wrap_evt {
    width: 90vw;
    min-height: 50.1vw;
    gap: 1em 0;
  }
}
.contents_add .contents .wrap_sche {
  width: 600px;
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 25px auto 0;
  gap: 0.5em 0;
}
@media screen and (max-width: 599px) {
  .contents_add .contents .wrap_sche {
    width: 100vw;
    min-height: 50.1vw;
    margin: 20px auto 0;
  }
}
.contents_add .contents .frame {
  border: solid 3px #ff8aae;
  border-radius: 30px;
  padding: 36px 144px;
}
@media screen and (max-width: 599px) {
  .contents_add .contents .frame {
    width: 75vw;
    border-radius: 5vw;
    padding: 6vw 15vw;
  }
}
.contents_add .contents .nogap {
  gap: 0;
}
.contents_add .contents div {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  line-height: 2em;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
  }
}
.contents_add .contents div .announce {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
}
.contents_add .contents div .label {
  width: 33%;
  color: #ff8aae;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .label {
    width: 20vw;
    font-size: 3.3vw;
    letter-spacing: 0.05em;
  }
}
.contents_add .contents div .detail {
  width: 67%;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .detail {
    width: 70vw;
    font-size: 3.3vw;
    letter-spacing: 0.05em;
  }
}
.contents_add .contents div .detail span.indent {
  display: inline-block;
  padding-left: 14.15em;
  text-indent: -14.15em;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .detail span.indent {
    padding-left: 10em;
    text-indent: -10em;
  }
}
.contents_add .contents div .banner {
  width: 50%;
  padding: 0 10px;
}
.contents_add .contents div p {
  line-height: 1.5em;
}
.contents_add .contents div .note {
  font-size: 10px;
  line-height: 1.5em;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .note {
    margin-top: -5px;
    font-size: 2vw;
    letter-spacing: 0.05em;
    line-height: 1.33;
  }
}
.contents_add .contents div .big {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0em;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .big {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
  }
}
.contents_add .contents div .strong {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .strong {
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
.contents_add .contents div .caption {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #ff8aae;
  text-decoration: underline;
  padding-top: 0.66em;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .caption {
    width: 100vw;
    font-size: 4vw;
    letter-spacing: 0.05em;
    padding-top: 1em;
  }
}
.contents_add .contents div .caption .map {
  display: block;
  width: 600px;
  height: 450px;
  border-radius: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .caption .map {
    width: 80vw;
    height: 60vw;
    border-radius: 5vw;
    margin-bottom: 0.5em;
  }
}
.contents_add .contents div .lead {
  width: 600px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .lead {
    width: 100vw;
  }
}
.contents_add .contents div .bottom {
  display: flex;
  justify-content: center;
  align-items: end;
}
.contents_add .contents div .middle {
  display: flex;
  align-items: center;
}
.contents_add .contents div .body {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.75em;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .body {
    flex-direction: column;
  }
}
.contents_add .contents div .body li {
  line-height: 1.33em;
}
.contents_add .contents div .body .halfindent {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.contents_add .contents div .body .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.contents_add .contents div .left {
  text-align: left;
}
.contents_add .contents div .board {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .board {
    gap: 0vw 0;
  }
}
.contents_add .contents div .cell {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 15px;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .cell {
    width: 33vw;
    padding: 0 2.5vw;
    gap: 1em 0;
  }
}
.contents_add .contents div .cell .date {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .cell .date {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 1.2vw;
  }
}
.contents_add .contents div .cell .body {
  width: 200px;
  height: 152px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .cell .body {
    width: 28.4vw;
    height: 25.4vw;
    padding-bottom: 5.8vw;
  }
}
.contents_add .contents div .cell p {
  display: inline-block;
  line-height: 1em;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .cell p {
    font-size: 3vw;
    line-height: 1.25em;
  }
}
.contents_add .contents div .cell p .note {
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .cell p .note {
    display: block;
    margin-top: 1px;
    font-size: 2vw;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
.contents_add .contents div .cell p .strong {
  display: inline-block;
  margin: 0.75em 0 0.25em;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .cell p .strong {
    margin: 0;
    line-height: 1.5;
    margin: 0;
  }
}
.contents_add .contents div .cell .daytime {
  width: 200px;
  height: 152px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .cell .daytime {
    width: 28.4vw;
    height: 21vw;
    padding-bottom: 0;
    align-items: center;
  }
}
.contents_add .contents div .cell .night {
  width: 200px;
  height: 152px;
  color: #1e2c53;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .cell .night {
    width: 28.4vw;
    height: 21vw;
    padding-bottom: 0;
    align-items: center;
  }
}
.contents_add .contents div .cell .none {
  background-image: none;
}
.contents_add .contents div .cell .pink {
  background-image: url("../img/common/mochi_pink.svg");
  background-size: 166px auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .cell .pink {
    background-size: 27vw auto;
  }
}
.contents_add .contents div .cell .cream {
  background-image: url("../img/common/mochi_cream.svg");
  background-size: 166px auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 599px) {
  .contents_add .contents div .cell .cream {
    background-size: 27vw auto;
  }
}
.contents_add .contents div .border-col {
  border-left: dotted 2px #f71c1b;
  border-right: dotted 2px #f71c1b;
}
.contents_add .contents div .border-row {
  border-bottom: dotted 2px #f71c1b;
}
.contents_add .wave01::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 110%;
  left: -5%;
  height: 117px;
  top: 162px;
  background-image: url("../../../assets/img/howto/wave_top.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .contents_add .wave01::before {
    width: 150%;
    top: 160px;
    background-size: 110% 75px;
    background-repeat: no-repeat;
    background-position: 0 center;
  }
}
.contents_add .wave01::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 110%;
  left: -5%;
  height: 117px;
  bottom: 95px;
  background-image: url("../../../assets/img/howto/wave_bottom.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .contents_add .wave01::after {
    width: 125%;
    bottom: 30px;
    background-size: 110% 75px;
    background-repeat: no-repeat;
    background-position: 0 center;
  }
}
.contents_add .wave02::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 120%;
  left: -5%;
  height: 117px;
  top: 162px;
  background-image: url("../../../assets/img/history/wave_top.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .contents_add .wave02::before {
    width: 125%;
    top: 162px;
    background-size: 110% 90px;
  }
}
.contents_add .wave02::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 110%;
  left: -5%;
  height: 117px;
  background-image: url("../../../assets/img/history/wave_bottom.svg");
}
@media screen and (max-width: 599px) {
  .contents_add .wave02::after {
    bottom: 60px;
    width: 125%;
    height: 60px;
    background-size: 110% 60px;
    background-position: 0 center;
  }
}
.contents_add .wave03::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 110%;
  left: -5%;
  height: 117px;
  top: 162px;
  background-image: url("../../../assets/img/secret/wave_top.svg");
}
@media screen and (max-width: 599px) {
  .contents_add .wave03::before {
    width: 125%;
  }
}
.contents_add .wave03::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 110%;
  left: -5%;
  height: 117px;
  bottom: 95px;
  background-image: url("../../../assets/img/history/wave_bottom.svg");
}
@media screen and (max-width: 599px) {
  .contents_add .wave03::after {
    bottom: 35px;
    width: 125%;
    background-size: 110% 60px;
    background-repeat: no-repeat;
    background-position: 0 center;
  }
}
.contents_add .mochiko {
  position: relative;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
}
.contents_add .mochiko .button {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}
.contents_add .mochiko .button img.usagi {
  position: absolute;
  z-index: 5;
  width: auto;
  height: 140px;
  bottom: -15px;
  left: 0;
  transform: translateX(-25px);
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .contents_add .mochiko .button img.usagi {
    z-index: -2;
    top: -85px;
    left: 12.5%;
    height: 100px;
    transform: translateX(-18px);
  }
}
.contents_add .mochiko .button a {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 30px 90px 30px 80px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .contents_add .mochiko .button a {
    width: 75%;
    margin: 0 20px;
    padding: 25px 50px 25px 30px;
    font-size: 3.5vw;
    line-height: 1.4em;
  }
}
.contents_add .mochiko .button a::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ff8aae;
  border-radius: 60px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.contents_add .mochiko .button a::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 11px;
  top: calc(50% - 9px);
  right: 35px;
  background-image: url("../img/common/button_allow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}
@media screen and (max-width: 599px) {
  .contents_add .mochiko .button a::after {
    width: 21px;
    height: 8px;
    top: calc(50% - 6px);
    right: 30px;
  }
}
.contents_add .mochiko .button a:hover::before {
  transform: scaleX(1.1) scaleY(1.05);
}
.contents_add .mochiko .button a:hover::after {
  transform: translateX(20px);
}
.contents_add .margin120 {
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  .contents_add .margin120 {
    margin-top: 120px;
  }
}
.contents_add .lant {
  opacity: 0;
  position: absolute;
  z-index: 10;
  filter: drop-shadow(0 0px 10px rgba(255, 255, 204, 0.5));
}
.contents_add *.active {
  position: absolute;
  opacity: 1;
  transition: opacity 0.5s ease, visibility 0s linear 0s;
}
.contents_add .lant01 {
  top: 100px;
  left: 10%;
}
@media screen and (max-width: 599px) {
  .contents_add .lant01 {
    top: 50px;
    left: 0%;
    width: 60px;
  }
}
.contents_add .lant01add {
  top: 30px;
  left: 20%;
  width: 70px;
}
@media screen and (max-width: 599px) {
  .contents_add .lant01add {
    top: 15px;
    left: 22.5%;
    width: 45px;
  }
}
.contents_add .lant02 {
  bottom: 10px;
  right: 10%;
}
@media screen and (max-width: 599px) {
  .contents_add .lant02 {
    inset: auto;
    right: 10%;
    bottom: 10px;
    width: 45px;
    transform: rotate(-25deg);
  }
}
.contents_add .lant03 {
  top: 130px;
  left: 15%;
  width: 75px;
}
@media screen and (max-width: 599px) {
  .contents_add .lant03 {
    top: 60px;
    left: 7.5%;
    width: 50px;
  }
}
.contents_add .lant04 {
  bottom: 35px;
  right: 10%;
  width: 90px;
}
@media screen and (max-width: 599px) {
  .contents_add .lant04 {
    bottom: 20px;
    width: 75px;
  }
}
.contents_add .lant05 {
  top: 130px;
  left: 10%;
}
@media screen and (max-width: 599px) {
  .contents_add .lant05 {
    top: 160px;
    left: 10%;
    width: 45px;
  }
}
.contents_add .lant06 {
  bottom: 100px;
  right: 10%;
}
@media screen and (max-width: 599px) {
  .contents_add .lant06 {
    inset: auto;
    bottom: 15px;
    right: 5%;
    width: 80px;
  }
}
.contents_add .lant07 {
  width: 80px;
  top: 100px;
  left: 20%;
}
@media screen and (max-width: 599px) {
  .contents_add .lant07 {
    width: 60px;
    top: 40px;
    left: 7.5%;
  }
}
.contents_add .lant08 {
  width: 110px;
  bottom: 0px;
  right: 15%;
}
@media screen and (max-width: 599px) {
  .contents_add .lant08 {
    width: 45px;
    bottom: 10px;
    right: 15%;
    transform: rotate(-20deg);
  }
}
.contents_add .lant09 {
  width: 80px;
  top: 100px;
  left: 20%;
}
@media screen and (max-width: 599px) {
  .contents_add .lant09 {
    top: 20px;
    left: 10%;
    width: 60px;
  }
}
.contents_add .lant10 {
  bottom: 20px;
  right: 25%;
}
@media screen and (max-width: 599px) {
  .contents_add .lant10 {
    bottom: 15px;
    right: 15%;
    width: 60px;
  }
}
.contents_add .lant11 {
  top: 120px;
  left: 30%;
  width: 100px;
}
@media screen and (max-width: 599px) {
  .contents_add .lant11 {
    top: 180px;
    left: 20%;
    width: 40px;
  }
}
.contents_add .lant11add01 {
  bottom: 15px;
  right: 20%;
  width: 110px;
}
@media screen and (max-width: 599px) {
  .contents_add .lant11add01 {
    bottom: 30px;
    right: 15%;
    width: 60px;
  }
}
.contents_add .lant11add02 {
  bottom: 15px;
  left: 12.5%;
  width: 65px;
}
@media screen and (max-width: 599px) {
  .contents_add .lant11add02 {
    bottom: 15px;
    left: 15%;
    width: 40px;
  }
}

/* ==========================================================================
   HISTORY
   inviewを使用せず、すべての内容を常時表示
   ========================================================================== */
#history {
  position: relative;
  z-index: 1;
  padding: 150px 0 100px;
}
@media screen and (max-width: 599px) {
  #history {
    padding: 0 0 100px;
  }
}
#history {
  /* --------------------------------------------------------------------------
     共通表示設定
     元のstyle.cssにある opacity: 0 / transform を上書き
     -------------------------------------------------------------------------- */
}
#history section h3,
#history section p,
#history section .button {
  opacity: 1;
  transform: none;
  transition: none;
}
#history {
  /* --------------------------------------------------------------------------
     タイトル
     -------------------------------------------------------------------------- */
}
#history h2 {
  position: relative;
  width: 92px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #history h2 {
    width: 60px;
  }
}
#history > .subtitle {
  position: relative;
  top: auto;
  margin: 50px auto;
  color: #fff;
  font-size: 140px;
}
@media screen and (max-width: 599px) {
  #history > .subtitle {
    font-size: 60px;
  }
}
#history {
  /* --------------------------------------------------------------------------
     ANNIVERSARY
     -------------------------------------------------------------------------- */
}
#history .anniversary {
  position: relative;
  margin-top: 100px;
  padding-top: 5px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  #history .anniversary {
    padding: 5px 0;
  }
}
#history .anniversary::before, #history .anniversary::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 110%;
  left: -5%;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
#history .anniversary::before {
  height: 163px;
  top: -158px;
  background-image: url(../../../assets/img/history/wave_top.svg);
}
@-moz-document url-prefix() {
  #history .anniversary::before {
    height: 220px;
    top: -205px;
  }
}
@media screen and (max-width: 599px) {
  #history .anniversary::before {
    height: 54px;
    top: -49px;
  }
}
#history .anniversary::after {
  height: 95px;
  bottom: -90px;
  background-image: url(../../../assets/img/history/wave_bottom.svg);
}
@-moz-document url-prefix() {
  #history .anniversary::after {
    height: 130px;
    bottom: -100px;
  }
}
@media screen and (max-width: 599px) {
  #history .anniversary::after {
    height: 47px;
    bottom: -42px;
  }
}
#history .anniversary h3 {
  color: #f71c1b;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #history .anniversary h3 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
#history .anniversary .paragraphs {
  margin: 40px 40px 100px;
}
@media screen and (max-width: 599px) {
  #history .anniversary .paragraphs {
    margin: 40px;
  }
}
#history .anniversary .paragraphs p {
  margin: 20px 0;
  color: #000;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #history .anniversary .paragraphs p {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
  }
}
#history .anniversary .paragraphs .tagline {
  display: inline-block;
  width: 163px;
  margin-bottom: -4px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  #history .anniversary .paragraphs .tagline {
    width: 40vw;
    margin-bottom: -2vw;
  }
}
#history .anniversary .button {
  margin-top: 40px;
}
#history .anniversary .button a {
  padding: 30px 90px 30px 80px;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #history .anniversary .button a {
    margin: 0 20px;
    padding: 25px 60px 25px 50px;
    font-size: 14px;
    line-height: 1.4;
  }
}
#history .anniversary .button a::after {
  width: 32px;
  height: 11px;
  top: calc(50% - 9px);
  right: 35px;
}
@media screen and (max-width: 599px) {
  #history .anniversary .button a::after {
    width: 21px;
    height: 8px;
    top: calc(50% - 6px);
    right: 30px;
  }
}
#history .anniversary .photo1,
#history .anniversary .photo2 {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
#history .anniversary .photo1 {
  width: 342px;
  top: -80px;
  left: calc(50% - 600px);
}
@media screen and (max-width: 599px) {
  #history .anniversary .photo1 {
    width: 172px;
    top: -70px;
    left: -20px;
  }
}
#history .anniversary .photo2 {
  width: 321px;
  right: auto;
  bottom: 0;
  left: calc(50% + 280px);
}
@media screen and (max-width: 599px) {
  #history .anniversary .photo2 {
    width: 140px;
    right: -10px;
    bottom: -90px;
    right: 0;
    left: auto;
  }
}

/* ==========================================================================
   TICKET内のMOCHIKO
   ========================================================================== */
#ticket .mochiko {
  margin: 90px auto 45px;
}

.common_Addon_Footer_new .st-Footer {
  background-color: #1e2c53;
  background-image: url(../img/common/bg.png);
  position: relative;
}
.common_Addon_Footer_new .st-Footer .lant {
  opacity: 0;
  position: absolute;
  z-index: 10;
  filter: drop-shadow(0 0px 10px rgba(255, 255, 204, 0.5));
}
.common_Addon_Footer_new .st-Footer *.active {
  opacity: 1;
  position: absolute;
  transition: opacity 0.5s ease, visibility 0s linear 0s;
}
.common_Addon_Footer_new .st-Footer .lant12 {
  width: 75px;
  bottom: 250px;
  left: 15%;
}
@media screen and (max-width: 599px) {
  .common_Addon_Footer_new .st-Footer .lant12 {
    width: 45px;
    bottom: auto;
    top: 125px;
    left: 20%;
  }
}
.common_Addon_Footer_new .st-Footer .lant12add {
  top: 55px;
  left: 6%;
}
@media screen and (max-width: 599px) {
  .common_Addon_Footer_new .st-Footer .lant12add {
    width: 60px;
    top: 40px;
    left: -5%;
  }
}
.common_Addon_Footer_new .st-Footer .lant13 {
  top: 20px;
  right: 15%;
}
@media screen and (max-width: 599px) {
  .common_Addon_Footer_new .st-Footer .lant13 {
    width: 35px;
    top: 50px;
    right: 10%;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Upper {
  display: block;
  width: 100%;
  padding-bottom: 180px;
  text-align: center;
  background-color: transparent;
}
@media screen and (max-width: 599px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Upper {
    padding-bottom: 120px;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Upper .st-FooterTxt_Share {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.common_Addon_Footer_new .st-Footer .st-Footer_Upper .st-FooterSNS {
  display: flex;
  float: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 9px 0 0;
  list-style: none;
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom #movTopBt {
  display: none !important;
}

/* ==========================================================================
   PC・印刷サイズを基本値とし、各セレクター内にSP指定を記述
   ========================================================================== */
#campaign .subtitle,
#cm .subtitle,
#history .subtitle,
#howto .subtitle,
#journey .subtitle,
#manmaru .subtitle,
#products .subtitle,
#profile .subtitle,
#recipe .subtitle {
  font-size: 140px;
}
@media screen and (max-width: 599px) {
  #campaign .subtitle,
  #cm .subtitle,
  #history .subtitle,
  #howto .subtitle,
  #journey .subtitle,
  #manmaru .subtitle,
  #products .subtitle,
  #profile .subtitle,
  #recipe .subtitle {
    font-size: 60px;
  }
}

#products .detail a {
  padding: 30px 90px 30px 80px;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #products .detail a {
    margin: 0 20px;
    padding: 25px 60px 25px 50px;
    font-size: 14px;
    line-height: 1.4em;
  }
}
#products .detail a:after {
  width: 32px;
  height: 11px;
  top: calc(50% - 9px);
  right: 35px;
}
@media screen and (max-width: 599px) {
  #products .detail a:after {
    width: 21px;
    height: 8px;
    top: calc(50% - 6px);
    right: 30px;
  }
}/*# sourceMappingURL=style_add.css.map */