@charset "UTF-8";
/* ================================================================ *
* MIXIN
* ================================================================ */
/* ================================================================ *
* BODY
* ================================================================ */
body {
  color: #b79b34;
  background: #fff;
  user-select: none;
  font-family: kaisei-harunoumi, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "游明朝", "游明朝体", "Yu Mincho", "HGS明朝E", "HG明朝E", "HG明朝", "リュウミン", "メイリオ", "Meiryo", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
body.no-scroll {
  pointer-events: none;
}

a:link, a:visited {
  color: #57b1af;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a:active, a:hover {
  color: #ec9800;
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

.sp {
  display: none;
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
  .sp {
    display: inline-block;
  }
  .pc {
    display: none !important;
  }
}
/* ================================================================= *
* splash
* ================================================================ */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: all 0.8s ease-out;
}
#loading .txt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "游明朝", "游明朝体", "Yu Mincho", "HGS明朝E", "HG明朝E", "HG明朝", "リュウミン", "メイリオ", "Meiryo", serif;
  font-size: 15px;
  letter-spacing: 3px;
  text-indent: 3px;
}
#loading.on {
  opacity: 0;
  pointer-events: none;
  filter: blur(10px);
}

/* ================================================================= *
* bg
* ================================================================ */
#bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(../img/bg.png) 50% 50%;
  background-attachment: fixed;
  border-left: 8px solid #b79b34;
  border-right: 8px solid #b79b34;
  opacity: 0;
  transition: all 1.2s ease-out;
}
@media (max-width: 800px) {
  #bg {
    background-size: 80px auto;
    border-width: 4px;
    background-attachment: scroll;
  }
}
#bg.show {
  opacity: 1;
}

/* ================================================================ *
* common
* ================================================================ */
#container {
  position: relative;
  z-index: 2;
  min-width: 1100px;
  transition: all 0.3s ease-out, filter 0.8s ease-out;
  overflow: hidden;
}
@media (max-width: 800px) {
  #container {
    min-width: 0;
  }
  #container:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 8px);
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg.png) 50% 50%;
    background-size: 80px auto;
    border-left: 4px solid #b79b34;
    border-right: 4px solid #b79b34;
    opacity: 0;
    transition: all 1.2s ease-out;
  }
  #container.show:after {
    opacity: 1;
  }
}

#wrapper {
  position: relative;
  text-align: center;
}

section.pg {
  padding: 150px 30px 140px;
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  section.pg {
    padding: 100px 30px;
  }
}

h1, h2, h3, h4 {
  font-weight: 500;
}

.h01 {
  position: relative;
  width: fit-content;
  margin: 0 auto 50px;
  font-family: "norman-variable";
  font-variation-settings: "wght" 520;
  font-size: 68px;
  line-height: 1;
  letter-spacing: 6px;
  opacity: 0;
  filter: blur(15px);
  transform: scaleX(1.1);
  transition: all 0.8s ease-out;
}
.h01:before, .h01:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  font-family: kaisei-harunoumi, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "游明朝", "游明朝体", "Yu Mincho", "HGS明朝E", "HG明朝E", "HG明朝", "リュウミン", "メイリオ", "Meiryo", serif;
  font-size: 110%;
}
.h01:before {
  content: "{";
  left: -60px;
}
.h01:after {
  content: "}";
  right: -60px;
}
@media (max-width: 800px) {
  .h01 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0 auto 40px;
  }
  .h01:before, .h01:after {
    transform: translateY(-70%) scaleY(1.9);
  }
  .h01:before {
    left: -40px;
  }
  .h01:after {
    right: -40px;
  }
}
.h01.show {
  opacity: 1;
  filter: blur(0);
  transform: scaleX(1);
}

.flame_box {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  border: solid transparent 72px;
  border-image: url(../img/box_border.png) 73 fill/73px/10px round;
}
.flame_box:not(.top) {
  width: 1000px;
}
.flame_box:not(.top) > * {
  position: relative;
  z-index: 10;
}
.flame_box:not(.top):before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 261px;
  height: 261px;
  background: url(../img/content_ribbon.png) 50% 50% no-repeat;
}
.flame_box:not(.top):nth-of-type(odd):before {
  top: -91px;
  left: -91px;
}
.flame_box:not(.top):nth-of-type(even):before {
  top: -91px;
  right: -91px;
  transform: rotate(90deg);
}
.flame_box:not(.top):after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  top: -25px;
  left: -25px;
  z-index: 1;
  background: #fff;
}
@media (max-width: 800px) {
  .flame_box {
    border-width: 40px;
    border-image: url(../img/box_border.png) 73 fill/40px/10px round;
  }
  .flame_box:not(.top) {
    width: auto;
  }
  .flame_box:not(.top):before {
    width: 180px;
    height: 180px;
    background-size: contain;
  }
  .flame_box:not(.top):nth-of-type(odd):before {
    top: -58px;
    left: -58px;
  }
  .flame_box:not(.top):nth-of-type(even):before {
    top: -58px;
    right: -58px;
    transform: rotate(90deg);
  }
}

.btn {
  position: relative;
  width: 340px;
  height: 70px;
  margin: 0 auto;
  background: #ffeeef;
  border-radius: 35px;
  overflow: hidden;
}
.btn a, .btn p {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "norman-variable";
  font-variation-settings: "wght" 520;
  font-size: 25px;
  line-height: 78px;
  font-variation-settings: "wght" 600;
  text-align: center;
  color: #b79b34;
  transition: all 0.15s ease-out;
  cursor: pointer;
}
.btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 35deg;
  background: #b79b34;
  transform-origin: 100% 0;
  transform: scaleX(0);
  transition: transform 0.15s ease-out;
}
.btn:not(.tag) a, .btn:not(.tag) p {
  letter-spacing: 2px;
}
.btn:not(.tag) a:after, .btn:not(.tag) p:after {
  content: "▶︎";
  display: block;
  position: absolute;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  top: 50%;
  right: 15px;
  transform: scaleX(0.8) translateY(-50%);
}
.btn:hover a, .btn:hover p {
  color: #ffeeef;
}
.btn:hover:before {
  transform-origin: 0 0;
  transform: scaleX(1);
}
@media (max-width: 800px) {
  .btn {
    width: 260px;
    height: 44px;
  }
  .btn a, .btn p {
    font-size: 20px;
    line-height: 50px;
  }
  .btn:not(.tag) {
    width: 220px;
    height: 40px;
  }
  .btn:not(.tag) a, .btn:not(.tag) p {
    font-size: 20px;
    line-height: 48px;
  }
  .btn:not(.tag) a:after, .btn:not(.tag) p:after {
    font-size: 14px;
  }
}

.takt img {
  animation: taktanm 2s ease-in-out infinite alternate;
}

@keyframes taktanm {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.prr.defo {
  opacity: 0;
  filter: blur(15px);
  transition: all 0.8s ease-out;
}
.prr.defo.show {
  opacity: 1;
  filter: blur(0);
}

/* ================================================================ *
* top
* ================================================================ */
#top {
  position: relative;
  padding: 70px 30px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .box {
  position: relative;
  width: 1280px;
  height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top .box .flame_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 1.2s ease-out;
}
#top .box .flame_box:before, #top .box .flame_box:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 261px;
  height: 261px;
  background: url(../img/top_ribbon.png) 50% 50% no-repeat;
}
#top .box .flame_box:before {
  top: -90px;
  left: -90px;
}
#top .box .flame_box:after {
  bottom: -90px;
  right: -90px;
  transform: rotate(180deg);
}
#top .box .line {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../img/top_line.png) 50% 50% repeat-x;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
}
#top .box .catch {
  position: absolute;
  text-align: left;
  z-index: 2;
  top: 70px;
  left: 80px;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 5px;
  opacity: 0;
  transition: all 1.2s ease-out;
}
#top .box .wrap {
  position: relative;
  z-index: 2;
}
#top .box .wrap .bg {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.8s ease-out;
}
@media (min-width: 800px) {
  #top .box .wrap .kirakira {
    position: absolute;
    z-index: 3;
    width: 1314px;
    height: 100%;
    top: -110px;
    left: calc(50% - 15px);
    transform: translateX(-50%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  #top .box .wrap .kirakira.on {
    background-image: url(../img/parts_01.gif?1);
  }
  #top .box .wrap .kirakira:after {
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    top: 0;
    left: 0;
    background: url(../img/parts_01.gif?1);
  }
}
#top .box .wrap .logo {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 146px;
}
#top .box .wrap .logo .utapri {
  margin-bottom: 27px;
  opacity: 0;
  transition: all 1.2s ease-out;
}
#top .box .wrap .logo .svg_13th {
  margin-bottom: 15px;
  position: relative;
  top: 40px;
  transition: all 0.8s cubic-bezier(0.58, 0, 0.39, 1) 1.6s;
}
#top .box .wrap .logo .svg_13th .svg_wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  transform: translateX(13px);
}
#top .box .wrap .logo .svg_13th .svg_wrap #svg {
  width: 227px;
  margin-bottom: 20px;
}
#top .box .wrap .logo .svg_13th .svg_wrap #svg .d {
  stroke-width: 1.13px;
  fill: #fff;
  stroke: #b79b34;
  stroke-miterlimit: 10;
  transition: fill 0.5s ease-out 1.6s;
}
#top .box .wrap .logo .svg_13th .svg_wrap .svg_star {
  position: absolute;
  top: -15px;
  left: -33px;
  opacity: 0;
  transform: rotate(90deg);
  transition: all 0.8s ease-out 2.5s;
}
#top .box .wrap .logo .svg_13th.show {
  top: 0;
}
#top .box .wrap .logo .svg_13th.show #svg .d {
  fill: #b79b34;
}
#top .box .wrap .logo .svg_13th.show .svg_star {
  opacity: 1;
  transform: rotate(0);
}
#top .box .wrap .logo .anniversary {
  width: fit-content;
  margin: 0 auto;
  transition: all 1s cubic-bezier(0, 0.6, 0.45, 1) 2s;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#top .box .wrap .logo .anniversary.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#top .box .wrap .logo .txt {
  margin-top: -20px;
  opacity: 0;
  transition: all 1.2s ease-out;
}
#top .box .hashtag {
  position: absolute;
  width: 100%;
  z-index: 2;
  font-family: "norman-variable";
  font-variation-settings: "wght" 520;
  letter-spacing: 1px;
  font-variation-settings: "wght" 700;
  text-align: center;
  bottom: 20px;
  opacity: 0;
  transition: all 1.2s ease-out;
}
#top .box .hashtag span {
  font-family: kaisei-harunoumi, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "游明朝", "游明朝体", "Yu Mincho", "HGS明朝E", "HG明朝E", "HG明朝", "リュウミン", "メイリオ", "Meiryo", serif;
}
#top .box .takt {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
  right: -30px;
  opacity: 0;
  transition: all 0.8s ease-out 1.3s;
}
#top .box .takt img {
  filter: drop-shadow(-5px 20px 0 rgba(183, 155, 52, 0.1));
}
#top.show .box .flame_box, #top.show .box .line, #top.show .box .catch, #top.show .box .hashtag, #top.show .box .takt {
  opacity: 1;
}
#top.show .box .line {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#top.show .box .wrap .bg {
  opacity: 1;
}
#top.show .box .wrap .logo .utapri, #top.show .box .wrap .logo .txt {
  opacity: 1;
}
@media (max-width: 800px) {
  #top {
    padding: 40px 30px 50px;
    height: 88vh;
  }
  #top .box {
    position: relative;
    width: auto;
    height: 100%;
    max-height: 650px;
  }
  #top .box:before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    z-index: 1;
    background: #fff;
  }
  #top .box .flame_box:before, #top .box .flame_box:after {
    width: 180px;
    height: 180px;
    background-size: contain;
  }
  #top .box .flame_box:before {
    top: -58px;
    left: -58px;
  }
  #top .box .flame_box:after {
    bottom: -58px;
    right: -58px;
  }
  #top .box .line {
    width: calc(100% + 6px);
    left: -3px;
    background-size: auto 80px;
    background-position: 50% 48%;
  }
  #top .box .catch {
    font-size: 14px;
    width: 100%;
    top: 10%;
    left: 0;
    text-align: center;
    text-indent: 10px;
    letter-spacing: 2px;
  }
  #top .box .wrap {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #top .box .wrap .logo {
    width: 80%;
    left: 10%;
    top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #top .box .wrap .logo .utapri {
    width: 125px;
    margin-bottom: 17px;
  }
  #top .box .wrap .logo .svg_13th {
    margin-bottom: 8px;
    top: 30px;
  }
  #top .box .wrap .logo .svg_13th .svg_wrap {
    transform: translateX(6px);
  }
  #top .box .wrap .logo .svg_13th .svg_wrap #svg {
    width: 120px;
    margin-bottom: 8px;
  }
  #top .box .wrap .logo .svg_13th .svg_wrap .svg_star {
    width: 21px;
    top: -8px;
    left: -18px;
  }
  #top .box .wrap .logo .anniversary {
    width: 220px;
  }
  #top .box .wrap .logo .txt {
    width: 140px;
    margin: -7px auto 0;
  }
  #top .box .hashtag {
    bottom: 10%;
  }
  #top .box .takt {
    width: 120px;
    top: auto;
    bottom: 10%;
    right: 10px;
    transform: rotate(10deg);
  }
  #top .box .takt img {
    position: relative;
    z-index: 2;
  }
  #top .box .takt:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 20%;
    left: 0;
    transform: translate(-50%, -50%);
    background-image: url(../img/parts_05.gif?1);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/* ================================================================ *
* about
* ================================================================ */
#about {
  position: relative;
  background: url(../img/about_bg.png) 50% 50%;
  overflow: visible;
  background-attachment: fixed;
  border-left: 8px solid #ffe2e4;
  border-right: 8px solid #ffe2e4;
  opacity: 0;
  transition: all 1.2s ease-out;
}
#about.show {
  opacity: 1;
}
#about .scroll {
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background: #fff;
  font-family: "norman-variable";
  font-variation-settings: "wght" 520;
  line-height: 1;
  box-shadow: 0 5px 10px #ffe2e4;
}
#about .scroll p {
  position: relative;
  top: 3px;
}
#about .scroll a {
  display: block;
  width: 100%;
  height: 100%;
  color: #b79b34;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .catch {
  font-size: 28px;
  margin-bottom: 30px;
}
#about .txt {
  color: #000;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 45px;
}
#about .hashtag p {
  margin-bottom: 15px;
}
#about .hashtag .btn span {
  font-family: kaisei-harunoumi, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "游明朝", "游明朝体", "Yu Mincho", "HGS明朝E", "HG明朝E", "HG明朝", "リュウミン", "メイリオ", "Meiryo", serif;
  line-height: 1;
}
#about .kirakira {
  position: absolute;
  width: 100%;
  height: calc(100% - 30px);
  top: 30px;
  left: 0;
}
#about .kirakira:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../img/parts_02.gif?1), url(../img/parts_03.gif?1);
}
#about .kirakira .k1 {
  position: absolute;
  background-repeat: no-repeat;
  width: 357px;
  height: 499px;
  top: 0px;
  right: 30px;
  background-repeat: no-repeat;
}
#about .kirakira .k2 {
  position: absolute;
  background-repeat: no-repeat;
  width: 370px;
  height: 520px;
  bottom: 30px;
  left: 30px;
  background-repeat: no-repeat;
}
#about .kirakira.show .k1 {
  background-image: url(../img/parts_02.gif?1);
}
#about .kirakira.show .k2 {
  background-image: url(../img/parts_03.gif?1);
}
@media (max-width: 800px) {
  #about {
    padding: 130px 10px 120px;
    background-size: 80px auto;
    border-width: 4px;
  }
  #about .scroll {
    font-size: 80%;
    width: 60px;
    height: 60px;
    top: -30px;
    left: calc(50% - 30px);
  }
  #about .catch {
    font-size: 21px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  #about .txt {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  #about .kirakira {
    z-index: -1;
  }
  #about .kirakira .k1 {
    top: -50px;
    right: 35%;
    transform-origin: 100% 0;
    transform: scale(0.5) rotate(-60deg);
    background-size: contain;
  }
  #about .kirakira .k2 {
    bottom: -70px;
    left: 22%;
    transform-origin: 0 100%;
    transform: scale(0.5) rotate(-40deg);
    background-size: contain;
  }
}

/* ================================================================ *
* program
* ================================================================ */
#program {
  padding-bottom: 180px;
  overflow: hidden;
}
#program .h01 {
  margin-bottom: 100px;
}
#program .flame_box {
  padding: 30px 0;
  transform: rotateY(90deg);
  opacity: 0;
  transition: all 0.5s ease-out;
  perspective: 3000px;
}
#program .flame_box:not(:nth-last-of-type(1)) {
  margin-bottom: 110px;
}
#program .flame_box.show {
  opacity: 1;
  transform: rotateY(0deg);
}
#program .takt {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-out 0.3s;
  top: 20px;
}
#program .takt img {
  filter: drop-shadow(-5px 20px 0 rgba(183, 155, 52, 0.1));
  position: relative;
  z-index: 2;
}
#program .takt.show {
  opacity: 1;
  transform: translateY(0);
  top: 50px;
}
#program .takt:after {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
#program .flame_box:nth-of-type(odd) .takt {
  right: -250px;
}
#program .flame_box:nth-of-type(odd) .takt:after {
  width: 364px;
  height: 364px;
  background-image: url(../img/parts_05.gif?1);
}
#program .flame_box:nth-of-type(even) .takt {
  left: -250px;
  transform: scaleX(-1);
}
#program .flame_box:nth-of-type(even) .takt:after {
  width: 350px;
  height: 350px;
  transform: translate(-50%, -50%) scaleX(-1);
  background-image: url(../img/parts_06.gif?1);
}
#program .ttl {
  font-family: "norman-variable";
  font-variation-settings: "wght" 520;
  color: #000;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out 0.1s;
}
#program .ttl .num {
  position: relative;
  width: fit-content;
  margin: 0 auto 25px;
  font-size: 60px;
  line-height: 1;
}
#program .ttl .num:before {
  content: url(../img/content_no.png);
  display: block;
  position: absolute;
  top: -25px;
  left: -45px;
}
#program .ttl .h02 {
  font-size: 41px;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
#program .ttl .h02 span {
  font-size: 80%;
}
#program .ttl .icon img {
  vertical-align: bottom;
  margin: 0 3px;
}
#program .ttl.show {
  opacity: 1;
  transform: translateY(0px);
}
#program .wrap {
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out 0.1s;
}
#program .wrap.show {
  opacity: 1;
  transform: translateY(0px);
}
#program .wrap .h03 {
  position: relative;
  width: fit-content;
  margin: 0 auto 25px;
  font-family: "norman-variable";
  font-variation-settings: "wght" 520;
  letter-spacing: 1px;
  color: #000;
  font-size: 32px;
  line-height: 1;
}
#program .wrap .h03:before, #program .wrap .h03:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  font-family: kaisei-harunoumi, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "游明朝", "游明朝体", "Yu Mincho", "HGS明朝E", "HG明朝E", "HG明朝", "リュウミン", "メイリオ", "Meiryo", serif;
  font-size: 110%;
}
#program .wrap .h03:before {
  content: "{";
  left: -30px;
}
#program .wrap .h03:after {
  content: "}";
  right: -30px;
}
#program .wrap .txt {
  margin-bottom: 25px;
}
#program #collabo .wrap:nth-last-of-type(n+2), #program #game .wrap:nth-last-of-type(n+2) {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  #program {
    padding-bottom: 100px;
  }
  #program .h01 {
    margin-bottom: 60px;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0;
  }
  #program .h01:before {
    left: -35px;
  }
  #program .h01:after {
    right: -35px;
  }
  #program .takt {
    width: 130px;
    top: 0px;
  }
  #program .takt.show {
    opacity: 1;
    transform: translateY(0);
    top: -20px;
  }
  #program .takt:after {
    transform: translate(-50%, -50%) scale(0.5);
  }
  #program .flame_box:not(:nth-last-of-type(1)) {
    margin-bottom: 70px;
  }
  #program .flame_box:nth-of-type(odd) .takt {
    right: -60px;
  }
  #program .flame_box:nth-of-type(even) .takt {
    left: -60px;
  }
  #program .ttl {
    margin-bottom: 35px;
  }
  #program .ttl .num {
    margin-bottom: 15px;
  }
  #program .ttl .h02 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  #program .wrap .h03 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  #program .wrap .txt {
    margin-bottom: 15px;
  }
  #program #collabo .wrap:nth-last-of-type(n+2), #program #game .wrap:nth-last-of-type(n+2) {
    margin-bottom: 60px;
  }
}

/* ================================================================ *
* catch
* ================================================================ */
#catch {
  background: url(../img/about_bg.png) 50% 50%;
  overflow: visible;
  background-attachment: fixed;
  border-left: 8px solid #ffe2e4;
  border-right: 8px solid #ffe2e4;
  padding: 350px 20px;
}
#catch p {
  font-size: 38px;
  letter-spacing: 5px;
  position: relative;
  z-index: 2;
}
#catch .kirakira {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#catch .kirakira.show {
  background-image: url(../img/parts_07.gif?1);
}
#catch .kirakira:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../img/parts_07.gif?1);
}
@media (max-width: 800px) {
  #catch {
    padding: 200px 20px;
    background-size: 80px auto;
    border-width: 4px;
  }
  #catch p {
    font-size: 30px;
    letter-spacing: 5px;
    text-indent: -1em;
  }
  #catch .kirakira {
    background-size: 1000px;
  }
}

/* ================================================================ *
* footer
* ================================================================ */
#gfooter {
  background: #ffe2e4;
  position: relative;
  z-index: 2;
  padding: 100px 30px 90px;
  color: #b79b34;
}
#gfooter .sns {
  margin-bottom: 50px;
}
#gfooter .sns p {
  position: relative;
  width: fit-content;
  margin: 0 auto 15px;
  font-family: "norman-variable";
  font-variation-settings: "wght" 520;
  letter-spacing: 2px;
  font-size: 27px;
  line-height: 1;
}
#gfooter .sns p:before, #gfooter .sns p:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  font-family: kaisei-harunoumi, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "游明朝", "游明朝体", "Yu Mincho", "HGS明朝E", "HG明朝E", "HG明朝", "リュウミン", "メイリオ", "Meiryo", serif;
  font-size: 110%;
}
#gfooter .sns p:before {
  content: "{";
  left: -30px;
}
#gfooter .sns p:after {
  content: "}";
  right: -30px;
}
#gfooter .sns .snsbox {
  display: flex;
  justify-content: center;
}
#gfooter .sns .snsbox > div {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background: url(../img/snsbtn.png) 0 0 no-repeat;
  background-clip: content-box;
  background-size: auto 100%;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1px;
  margin: 0 8px;
  transition: all 0.3s ease-out;
}
#gfooter .sns .snsbox a {
  display: block;
  width: 100%;
  height: 100%;
}
#gfooter .sns .snsbox .fb {
  background-position: -50px 0;
}
#gfooter .sns .snsbox .line {
  background-position: 100% 0;
}
#gfooter ul.link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
#gfooter ul.link li {
  position: relative;
  margin: 0 10px;
  width: 400px;
  height: 70px;
  background: #fff;
  border-radius: 35px;
  overflow: hidden;
}
#gfooter ul.link li a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  letter-spacing: 0;
  color: #b79b34;
  line-height: 70px;
}
#gfooter ul.link li a:after {
  content: "▶︎";
  display: block;
  position: absolute;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  top: 50%;
  right: 15px;
  transform: scaleX(0.8) translateY(-50%);
  color: #ffe2e4;
}
#gfooter ul.link li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 35deg;
  background: #b79b34;
  transform-origin: 100% 0;
  transform: scaleX(0);
  transition: transform 0.15s ease-out;
}
#gfooter ul.link li:hover a, #gfooter ul.link li:hover p {
  color: #ffeeef;
}
#gfooter ul.link li:hover:before {
  transform-origin: 0 0;
  transform: scaleX(1);
}
#gfooter .url {
  margin-bottom: 30px;
}
#gfooter .copy {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 800px) {
  #gfooter {
    padding: 70px 20px;
  }
  #gfooter .sns {
    margin-bottom: 30px;
  }
  #gfooter ul.link {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  #gfooter ul.link li {
    width: 95%;
    margin: 7px;
    height: 50px;
  }
  #gfooter ul.link li a {
    line-height: 50px;
  }
  #gfooter .url {
    margin-bottom: 20px;
  }
  #gfooter .url img {
    width: 200px;
  }
  #gfooter .copy {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* ================================================================ *
* popup
* ================================================================ */
#popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
  opacity: 0;
  transition: all 0.2s ease-out;
  pointer-events: none;
  backdrop-filter: blur(8px);
}
#popup .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 226, 228, 0.9);
}
#popup .bg:before, #popup .bg:after {
  content: "13th Anniversary";
  display: block;
  position: absolute;
  font-family: "norman-variable";
  font-variation-settings: "wght" 520;
  font-size: 34px;
  writing-mode: vertical-rl;
  height: 100%;
  text-align: center;
}
#popup .bg:before {
  left: 0;
}
#popup .bg:after {
  right: 0;
  transform: rotate(180deg);
}
#popup .content {
  position: relative;
  width: 1132px;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}
#popup .content.on {
  opacity: 1;
}
#popup .content .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 0;
}
@media (min-width: 800px) {
  #popup .content .wrapper {
    position: absolute;
  }
}
#popup .content .wrapper > * {
  opacity: 0;
  transition: all 0.3s ease-out 0.2s;
}
#popup .content .wrapper .content_bg {
  position: absolute;
  width: 100%;
  height: calc(100% - 384px);
  top: 192px;
  left: 0;
  background: url(../img/popup_flame_m.png) 50% 50% repeat-y #fff;
  z-index: -1;
  transform: scale(1.15);
  transition: all 0.2s ease-out;
}
#popup .content .wrapper .content_bg:before, #popup .content .wrapper .content_bg:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 195px;
  left: 0;
  margin: -2px 0;
  background: url(../img/popup_flame_t.png) 50% 100% no-repeat;
}
#popup .content .wrapper .content_bg:before {
  top: -192px;
}
#popup .content .wrapper .content_bg:after {
  bottom: -192px;
  transform: rotate(180deg);
}
#popup .content .wrapper.on > * {
  opacity: 1;
}
#popup .content .wrapper.on .content_bg {
  transform: scale(1);
}
#popup .content .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s ease-out;
  opacity: 1;
  letter-spacing: 5px;
}
#popup .content .loading.on {
  opacity: 0;
}
#popup.on {
  top: 0;
  opacity: 1;
  pointer-events: auto;
}
#popup .ttl .num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#popup .ttl .num .num_l {
  display: flex;
  flex-direction: column;
  position: relative;
  top: -4px;
  margin-right: 5px;
}
#popup .ttl .num .num_l img {
  vertical-align: top;
}
#popup .ttl .num .num_l .icon {
  transform: scale(0.7);
}
#popup .ttl .num .num_l .icon img {
  margin: 0 2px;
  vertical-align: baseline;
}
#popup .ttl .num p {
  font-family: "norman-variable";
  font-variation-settings: "wght" 520;
  font-size: 60px;
  line-height: 1;
}
#popup .ttl .h02 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-family: "norman-variable";
  font-variation-settings: "wght" 520;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 2px;
}
#popup .ttl .h02 span {
  font-size: 80%;
}
#popup .ttl .h02:before, #popup .ttl .h02:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  font-family: kaisei-harunoumi, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "游明朝", "游明朝体", "Yu Mincho", "HGS明朝E", "HG明朝E", "HG明朝", "リュウミン", "メイリオ", "Meiryo", serif;
  font-size: 110%;
}
#popup .ttl .h02:before {
  content: "{";
  left: -30px;
}
#popup .ttl .h02:after {
  content: "}";
  right: -30px;
}
#popup .wrap {
  margin: 40px 25px 50px;
  position: relative;
  z-index: 3;
}
@media (min-width: 800px) {
  #popup .wrap {
    overflow-y: auto;
  }
}
#popup .wrap .logo {
  margin-bottom: 40px;
}
#popup .wrap .logo.cafe img {
  width: 180px;
}
#popup .wrap .catch {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#popup .wrap .txt {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 95%;
  line-height: 2;
}
#popup .wrap .txt h3 {
  width: 700px;
  margin: 50px auto 30px;
  font-size: 23px;
  line-height: 1;
  padding: 8px 0;
  background: #dbcd9a;
  border-radius: 30px;
  color: #fff;
}
#popup .wrap .txt p {
  margin-bottom: 20px;
}
#popup .wrap .txt table.spec {
  width: 700px;
  margin: 0 auto;
  border-bottom: 1px solid #b79b34;
}
#popup .wrap .txt table.spec tr {
  border-top: 1px solid #b79b34;
}
#popup .wrap .txt table.spec tr th {
  text-align: right;
  padding: 7px 50px 7px 10px;
  width: 25%;
  font-weight: 500;
}
#popup .wrap .txt table.spec tr td {
  padding: 7px 10px;
  text-align: left;
}
#popup .wrap .txt table.spec tr td p {
  margin-bottom: 0;
}
#popup .wrap .txt table.spec tr td p:nth-of-type(1) {
  border-bottom: 1px dotted #b79b34;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#popup .wrap .txt .dolcevita p {
  margin-bottom: 50px;
}
#popup .wrap .btn {
  margin-top: 40px;
}
#popup .wrap.dolcevita .txt p {
  margin-bottom: 50px;
}
#popup .wrap.dolcevita .attention {
  font-size: 90%;
  line-height: 1.8;
}
#popup .close {
  cursor: pointer;
}
@media (max-width: 800px) {
  #popup .bg:before, #popup .bg:after {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 5px;
  }
  #popup .content {
    width: auto;
    padding: 0 25px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #popup .content .wrapper {
    position: relative;
    z-index: 2;
    height: auto;
    min-height: 100%;
    padding: 60px 20px;
    justify-content: center;
    align-items: center;
  }
  #popup .content .wrapper .content_bg {
    width: 100%;
    height: calc(100% - 120px);
    top: 60px;
    left: 0;
    background-size: 100% auto;
  }
  #popup .content .wrapper .content_bg:before, #popup .content .wrapper .content_bg:after {
    height: 62px;
    background-size: 100% auto;
    background-position: 50% 100%;
  }
  #popup .content .wrapper .content_bg:before {
    top: -60px;
  }
  #popup .content .wrapper .content_bg:after {
    bottom: -60px;
  }
  #popup .ttl .num {
    margin-bottom: 20px;
  }
  #popup .ttl .h02 {
    font-size: 35px;
    letter-spacing: 0;
    line-height: 1.2;
  }
  #popup .ttl .h02.dramacd:before, #popup .ttl .h02.dramacd:after {
    transform: scaleY(1.8) translateY(-40%);
  }
  #popup .wrap {
    margin: 30px 20px 40px;
  }
  #popup .wrap .logo {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  #popup .wrap .logo.store, #popup .wrap .logo.cafe, #popup .wrap .logo.dolcevita {
    padding: 0 40px;
  }
  #popup .wrap .catch {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  #popup .wrap .txt h3 {
    width: auto;
    margin: 40px auto 15px;
    font-size: 18px;
    line-height: 1;
    padding: 5px 0;
  }
  #popup .wrap .txt table.spec {
    width: auto;
    font-size: 95%;
    line-height: 1.3;
  }
  #popup .wrap .txt table.spec tr th {
    padding: 5px 0.5em 5px 0.5em;
    width: 4em;
  }
  #popup .wrap .txt table.spec tr td {
    padding: 5px 10px;
  }
}/*# sourceMappingURL=style.css.map */