@charset "UTF-8";
@import "reset.css";
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
tag
================================================================================
*/
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

span {
  display: inline-block;
}

img,
input,
svg,
*:before,
*:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  filter: blur(0);
  -webkit-filter: blur(0);
  image-rendering: -webkit-optimize-contrast;
}

a:hover img,
a:hover input {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

a, a:link, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

/* 
================================================================================
class
================================================================================
*/
@media screen and (max-width: 768px) {
  .onlyPC {
    display: none !important;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 768px) {
  .onlySP {
    display: block !important;
  }
}

.full {
  width: 100%;
  height: auto;
}

.en {
  font-family: "Lato", sans-serif;
}

.introAnime {
  transition: all 300ms cubic-bezier(0.71, 1.52, 0.65, 1.06) 200ms;
}
.introAnime.is-standby {
  opacity: 0;
  transform: scale(0.5);
}

.inView:not(.trigger) {
  transition: all 300ms cubic-bezier(0.71, 1.52, 0.65, 1.06) 200ms;
}
.inView:not(.trigger).is-standby {
  opacity: 0;
  transform: scale(0.5);
}

.onAmine {
  transition: all 300ms 500ms cubic-bezier(0.71, 1.52, 0.65, 1.06) 200ms;
}
.onAmine.is-standby {
  opacity: 0;
  transform: scale(0.5);
}

.inView.is-in {
  opacity: 1 !important;
  transform: translateY(0rem);
}

.inView.out {
  opacity: 0;
}

.radius {
  border-radius: 1.25rem;
  overflow: hidden;
}

.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left;
}

.tRight {
  text-align: right;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.grid.itemsCenter {
  align-items: center;
}
.grid.col_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.col_4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid.col_5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex .flexItem {
  margin: 0;
  width: 100%;
}

.overflowHiddenWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.noizeCover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: #369;
  opacity: 0.6;
  mix-blend-mode: multiply;
}

.deco {
  position: absolute;
}

.lineup_unit .lineupFrame {
  width: 21.375rem;
  margin: auto;
}
.lineup_unit .lineupFrame .itemWrap {
  position: absolute;
  width: 15.375rem;
  top: 9.375rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.lineup_unit .lineupFrame .itemWrap .lineupItem {
  width: 15.375rem;
  margin-bottom: 0.625rem;
}
.lineup_unit .lineupFrame .itemWrap .lineupItem:active {
  transform: scale(0.95);
}
.lineup_unit .lineupFrame .itemWrap .lineupItem .star {
  position: absolute;
  width: 5rem;
  top: 1.25rem;
  left: -1.25rem;
}

#dvh {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  height: 100dvh;
}

.red {
  color: #B10000;
}

.bold {
  font-weight: 700;
}

.textWrap {
  text-align: left;
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 0;
}
.textWrap .row {
  display: inline-block;
  color: #fff;
  margin-bottom: 0rem;
  overflow: hidden;
}
.textWrap .row span {
  display: inline-block;
  line-height: 1.4;
  padding: 0.1875rem 0.5rem;
}
.textWrap .row span:nth-of-type(1) {
  visibility: hidden;
}
.textWrap .row span:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c00;
  transform: translate(0%, 0);
}
.textWrap.bgGreen .row span:nth-of-type(2) {
  background-color: #005B00;
}
.textWrap.bgWhite .row span:nth-of-type(2) {
  background-color: #fff;
  color: #000;
}

.bline {
  background: linear-gradient(transparent 60%, #fff 0%);
  display: inline;
  padding: 0 1px 0px;
}

.slide {
  width: 18.75rem;
  height: auto;
  margin: 0 auto 0rem;
}

.swiperWrap {
  padding-bottom: 0rem;
  border-radius: 12.5rem 12.5rem 0 0;
  overflow: hidden;
}
.swiperWrap .swiperDoor {
  display: block;
  width: 100%;
  height: 21.625rem;
  position: absolute;
  top: 0rem;
  z-index: 100;
  pointer-events: none;
}
.swiperWrap .swiperDoor:before, .swiperWrap .swiperDoor:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #EDE7CF;
  position: absolute;
  transition: all 300ms ease-in 700ms;
}
.swiperWrap .swiperDoor:before {
  left: 0;
}
.swiperWrap .swiperDoor:after {
  right: 0;
}
.swiperWrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 21.625rem;
  border: solid 0.5rem #005B00;
  position: absolute;
  top: 0rem;
  z-index: 100;
  border-radius: 9.375rem 9.375rem 0 0;
  pointer-events: none;
}
.swiperWrap .swiper,
.swiperWrap .swiper2 {
  overflow: hidden;
}
.swiperWrap .swiper img,
.swiperWrap .swiper2 img {
  width: 100%;
}
.swiperWrap .swiper .swiper-wrapper .swiper-slide,
.swiperWrap .swiper2 .swiper-wrapper .swiper-slide {
  margin: 0;
}
.swiperWrap .swiper .swiper-wrapper .swiper-slide img,
.swiperWrap .swiper2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  margin-bottom: 3.125rem;
}
.swiperWrap .caption {
  font-size: 0.75rem;
  height: 3.125rem;
}
.swiperWrap .swiper-pagination,
.swiperWrap .swiper-pagination2 {
  position: absolute;
  bottom: 5.625rem;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 0;
  font-size: 0;
  padding: 0;
  display: flex;
}
.swiperWrap .swiper-pagination .swiper-pagination-bullet,
.swiperWrap .swiper-pagination2 .swiper-pagination-bullet {
  width: 2.5rem;
  height: 0.5rem;
  display: inline-block;
  margin: 0 0.3125rem;
  border: solid 1px #000;
  border-radius: 0;
  background: #fff;
  line-height: 0;
  opacity: 1;
  border: 0;
}
.swiperWrap .swiper-pagination .swiper-pagination-bullet::after,
.swiperWrap .swiper-pagination2 .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.swiperWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiperWrap .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005B00;
}
.swiperWrap .swiper-button-prev, .swiperWrap .swiper-button-next,
.swiperWrap .swiper-button-prev2, .swiperWrap .swiper-button-next2 {
  position: absolute;
  top: 10rem;
  z-index: 10;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 10;
  background: url("../img/common/arrow_r.png") center center no-repeat;
  background-size: contain;
}
.swiperWrap .swiper-button-prev2, .swiperWrap .swiper-button-next2 {
  top: 8.75rem;
}
.swiperWrap .swiper-button-next, .swiperWrap .swiper-button-next2 {
  right: 0;
  transform: translate(140%, 0%);
}
.swiperWrap .swiper-button-prev, .swiperWrap .swiper-button-prev2 {
  left: 0;
  transform: translate(-140%, 0%) scale(-1, 1);
}

.menuAnchor {
  cursor: pointer;
}

.inner_frame {
  width: 90%;
  margin: auto;
}

.iconBtn {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 0.625rem;
  display: flex;
}
.iconBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.iconBtn a img {
  width: 100%;
}

.btnArea {
  margin-bottom: 0.625rem;
  font-family: "Lato", sans-serif;
}
.btnArea .btn {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  width: 19.3125rem;
  height: 4rem;
  line-height: 1;
}
.btnArea .btn .inWrap {
  display: flex;
}
.btnArea .btn span {
  position: relative;
  z-index: 5;
}
.btnArea .btn::before {
  content: "";
  display: block;
  width: 19.3125rem;
  height: 4rem;
  background: #fff;
  border-radius: 2rem;
  transform: translate(0, 0.375rem);
  z-index: 1;
  position: absolute;
}
.btnArea .btn::after {
  content: "";
  display: block;
  width: 19.3125rem;
  height: 4rem;
  background: #fff;
  border-radius: 2rem;
  transform: translate(0, 0%);
  z-index: 1;
  position: absolute;
  background: #B10000;
  border-radius: 2rem;
}
.btnArea .btn.mini {
  font-size: 0.875rem;
  width: 14.0625rem;
  height: 3rem;
}
.btnArea .btn.mini::before {
  width: 14.0625rem;
  height: 3rem;
  border-radius: 1.5rem;
  border: 0;
}
.btnArea .btn.mini::after {
  width: 14.0625rem;
  height: 3rem;
  border-radius: 1.5rem;
  border: 0;
}
.btnArea .btn.red::after {
  background: #B10000;
}
.btnArea .btn.green::after {
  background: #005B00;
}
.btnArea .btn.yellow::after {
  background: #E8C853;
}
.btnArea .btn.white {
  color: #222;
}
.btnArea .btn.white::before {
  background: #ccc;
}
.btnArea .btn.white::after {
  background: #fff;
}
.btnArea .btn.yellow {
  color: #222;
}
.btnArea .btn.yellow::after {
  background: #FCC800;
}
.btnArea .btn.orange {
  color: #222;
}
.btnArea .btn.orange::after {
  background: #d7fd52;
}
.btnArea .btn.arrowR span {
  padding-right: 1.875rem;
}
.btnArea .btn.arrowR span::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/btn_arrow.png) center center/contain no-repeat;
  transform: translate(0, -50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.btnArea:active .btn span {
  transform: translate(0, 0.375rem);
}
.btnArea:active .btn::after {
  transform: translate(0, 0.375rem);
}
.btnArea:active .btn .inWrap span {
  transform: translate(0, 0.375rem);
}

ul {
  list-style: none;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}
ul li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
ul li:last-child {
  margin-bottom: 0 !important;
}
ul.list li {
  padding-left: 1em;
  margin-bottom: 0.2em;
}
ul.list li::before {
  content: "・";
}
ul.kome li {
  padding-left: 1em;
  margin-bottom: 0.5em;
}
ul.kome li::before {
  content: "※";
}
ul.maru li {
  padding-left: 1em;
  margin-bottom: 0.5em;
}
ul.maru li::before {
  content: "○";
}
ul.sns {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
ul.sns li {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  background: #ccc;
}
ul.sns li a {
  display: flex;
  width: 100%;
  height: 100%;
}
ul.sns li a span {
  display: none;
}
ul.noIcon li {
  padding-left: 0em;
  margin-bottom: 0.5em;
}
ul.noIcon li::before {
  content: "";
}

/* 
================================================================================
loader
================================================================================
*/
#loader {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EDE7CF;
  z-index: 50000;
  transition: all 1000ms ease;
}
body.loadingFinish #loader {
  opacity: 0;
  pointer-events: none;
}
#loader #loadingAnim {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  transition: all 250ms ease;
}
body.loadingAnimFinish #loader #loadingAnim {
  opacity: 0;
}
#loader #loadingCircle {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
}
#loader #loadingCircle::before, #loader #loadingCircle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 2px rgba(127, 190, 197, 0.3);
  opacity: 0;
  animation-name: loading_circle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
}
#loader #loadingCircle::after {
  animation-delay: 600ms;
}

@keyframes loading_circle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* 
================================================================================
body
================================================================================
*/
body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: 100%;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  overflow: hidden;
  overflow-y: scroll;
  font-feature-settings: "palt";
  color: #222222;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  body {
    overflow-y: hidden;
  }
}

html, body {
  background-color: #034303;
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 4.1025641026vw;
  }
}

/* 
================================================================================
container,base
================================================================================
*/
@media screen and (max-width: 768px) {
  #wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
  }
}
#wrapper #main {
  width: 100vw;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrapper #main {
    width: 390px;
    background: #fff;
  }
}
#wrapper #main .pc-fixed-area {
  width: calc((100% - 390px) / 2);
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: #ffdd5c;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrapper #main .pc-fixed-area {
    display: none;
  }
}
#wrapper #main .pc-fixed-area .pc-fixed-area-wrap {
  height: 100vh;
  min-height: 48.0625rem;
}
#wrapper #main .pc-fixed-area__inner {
  width: 90%;
  max-width: 30.5rem;
  margin: auto;
  height: 100%;
}
#wrapper #main .pc-fixed-area.pc_area_left {
  left: 0px;
  border-right: solid 1px #000;
  background: #EDE7CF;
}
#wrapper #main .pc-fixed-area.pc_area_left::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 6.5rem;
  margin-left: 0rem;
  background: url(../img/pc/left/roof.svg) center bottom/auto 18.5625rem no-repeat;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc_bg_left {
  background: #6BBBCE;
  height: 28.375rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc_bg_left::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5.875rem;
  background: #7FC8D9;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc_bg_left::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22.5rem;
  background: url(../img/common/parts/pattern.png) center 0;
  background-size: 6.25rem auto;
}
#wrapper #main .pc-fixed-area.pc_area_left .noise {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/common/parts/noise.png) center center;
  mix-blend-mode: multiply;
}
#wrapper #main .pc-fixed-area.pc_area_left .logo {
  position: absolute;
  display: inline-flex;
  width: 17.125rem;
  height: calc(100vh - 28.375rem);
  min-height: 19.625rem;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: auto;
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-top: 3.75rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .logo .logoItem {
  width: 17.125rem;
  margin: auto;
}
#wrapper #main .pc-fixed-area.pc_area_left ul.share {
  position: absolute;
  display: inline-flex;
  width: auto;
  top: 4.375rem;
  left: 50%;
  transform: translate(-52%, 0) rotate(12deg);
  margin: auto;
}
#wrapper #main .pc-fixed-area.pc_area_left ul.share li {
  width: 2.5rem;
  margin: 0 0.5rem;
}
#wrapper #main .pc-fixed-area.pc_area_left ul.share li:active img {
  transform: scale(0.95);
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28.375rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .deco {
  position: absolute;
  top: 0;
  left: 0;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item {
  position: absolute;
  display: inline-block;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(1) {
  width: 11.1875rem;
  top: 3.4375rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: -1.875rem 0rem 0rem -10.625rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(1):active img {
  transform: scale(0.95);
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(1) .deco:nth-of-type(2) {
  width: 5.5rem;
  top: -3.4375rem;
  left: -1.875rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(1) .deco:nth-of-type(3) {
  width: 5.5rem;
  top: -3.125rem;
  left: 0rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(1) .deco:nth-of-type(4) {
  width: 3.75rem;
  top: 1.5625rem;
  left: -2.1875rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(1) .deco:nth-of-type(5) {
  width: 1.875rem;
  top: 0.625rem;
  left: 6.875rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(2) {
  width: 10.1875rem;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0.5rem 0rem 0rem 0rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(2):active img {
  transform: scale(0.95);
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(2) .deco:nth-of-type(2) {
  width: 3.75rem;
  top: 1.25rem;
  left: -1.875rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(2) .deco:nth-of-type(3) {
  width: 1.25rem;
  top: 0.9375rem;
  left: 7.125rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(2) .deco:nth-of-type(4) {
  width: 1.25rem;
  top: -0.3125rem;
  left: 8.4375rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(2) .deco:nth-of-type(5) {
  width: 5rem;
  top: 1.875rem;
  left: 4.6875rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(2) .deco:nth-of-type(6) {
  width: 3.75rem;
  top: 3.125rem;
  left: 2.8125rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(3) {
  width: 10.5rem;
  top: 3.4375rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: -1.875rem 0rem 0rem 10.625rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(3):active img {
  transform: scale(0.95);
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(3) .deco:nth-of-type(2) {
  width: 7.5rem;
  top: -3.875rem;
  left: 3.4375rem;
  z-index: -1;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(3) .deco:nth-of-type(3) {
  width: 1.5625rem;
  top: 1.875rem;
  left: 5.5rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(4) {
  width: 10.8125rem;
  top: 6.875rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0rem 0rem 0rem -11.25rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(5) {
  width: 10.0625rem;
  top: 7.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0rem 0rem 0rem 8.75rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(6) {
  width: 9.875rem;
  top: 11.75rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0rem 0rem 0rem -4.6875rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(7) {
  width: 7.9375rem;
  top: 17rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0rem 0rem 0rem 7.5rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .item:nth-of-type(8) {
  width: 12.3125rem;
  top: 6.875rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0rem 0rem 0rem -6.25rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .footerWrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding-bottom: 0rem;
  width: 100%;
  height: 3.125rem;
  background-color: #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .footerWrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 3.125rem;
  background: #E2BCD9;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .footerWrap .dytnapark {
  width: 11.25rem;
  margin: 0 auto 0rem;
}
#wrapper #main .pc-fixed-area.pc_area_left .pc-fixed-area__inner_footer .footerWrap .copyright {
  font-size: 0.625rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
}
#wrapper #main .pc-fixed-area.pc_area_right {
  right: 0px;
  border-left: solid 1px #000;
  background: #CFA421;
}
#wrapper #main .pc-fixed-area.pc_area_right .pc-fixed-area__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapper #main .pc-fixed-area.pc_area_right .pc_bg_right {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
#wrapper #main .pc-fixed-area.pc_area_right .noise {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/pc/right/noise.png) center center;
  mix-blend-mode: multiply;
}
#wrapper #main .pc-fixed-area.pc_area_right .lineup_unit .lineupFrame {
  transform: scale(0.69);
}
#wrapper #main .pc-fixed-area.pc_area_right .lineup_unit .lineupFrame img {
  width: 100%;
}
#wrapper #main .pc-fixed-area.pc_area_right .fsxdt {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 18.75rem;
  margin: auto;
}
#wrapper #main .pc-fixed-area.pc_area_right .item.shareArea {
  position: absolute;
  bottom: -3.75rem;
  left: -2.5rem;
  transform: translate(0%, 0);
  width: 9.6875rem;
  height: auto;
}
#wrapper #main .pc-fixed-area.pc_area_right .item.shareArea ul.share {
  position: absolute;
  display: inline-flex;
  width: auto;
  top: 4.375rem;
  left: 50%;
  transform: translate(-48%, 0) rotate(-9deg);
  margin: auto;
}
#wrapper #main .pc-fixed-area.pc_area_right .item.shareArea ul.share li {
  width: 2.5rem;
  margin: 0 0.5rem;
}
#wrapper #main .pc-fixed-area.pc_area_right .item.shareArea ul.share li:active img {
  transform: scale(0.95);
}
#wrapper #main .pc-fixed-area.pc_area_right .item.peaples {
  position: absolute;
  bottom: -7.1875rem;
  left: 6.875rem;
  transform: translate(0%, 0);
  width: 19.8125rem;
  height: auto;
}
#wrapper #main .pc-fixed-area .pc_bg_area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 6.25rem;
}

.header {
  width: 100vw;
  margin: auto;
  height: 16.41026vw;
  padding: 0 4.10256vw;
  display: none;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  transform: translate(0, -110%);
  transition: all 500ms ease;
}
@media screen and (min-width: 768px) {
  .header {
    display: none;
  }
}
body.headerActive .header {
  transform: translate(0, 0);
}

#mainHeader {
  width: 100%;
  height: 3.9375rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: visible;
}
#mainHeader .guide {
  height: 3.9375rem;
}
#mainHeader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.9375rem;
  background: #005B00;
  z-index: 3;
}
#mainHeader::after {
  content: "";
  display: block;
  position: absolute;
  top: 3.9375rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #fff;
  z-index: 3;
}
body.menuOpen #mainHeader {
  height: 100vh;
}
@media screen and (min-width: 768px) {
  #mainHeader {
    display: none;
  }
}
#mainHeader .siteLogo {
  width: 11.25rem;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  transform: translate(0%, 0);
  z-index: 10;
}
#mainHeader .siteLogo span {
  display: block;
}
#mainHeader .siteLogo img {
  width: 100%;
}
#mainHeader .siteMenu {
  width: 3.75rem;
  height: 3.9375rem;
  position: fixed;
  top: 0rem;
  right: 0.125rem;
  z-index: 1010;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainHeader .siteMenu::before, #mainHeader .siteMenu::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.875rem;
  height: 0.1875rem;
  background-color: #fff;
}
#mainHeader .siteMenu::before {
  transform: translate(-50%, -50%) rotate(0deg);
  margin-top: -0.1875rem;
}
#mainHeader .siteMenu::after {
  transform: translate(-50%, -50%) rotate(0deg);
  margin-top: 0.1875rem;
}
body.menuOpen #mainHeader .siteMenu::before {
  margin-top: 0rem;
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.menuOpen #mainHeader .siteMenu::after {
  margin-top: 0rem;
  transform: translate(-50%, -50%) rotate(45deg);
}
#mainHeader .siteMenu span {
  display: none;
}
body.menuOpen #mainHeader .siteMenu .open {
  visibility: hidden;
}
#mainHeader .siteMenu .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}
body.menuOpen #mainHeader .siteMenu .close {
  visibility: visible;
}

.footer {
  margin: auto;
  padding: 1.5625rem 0 0.9375rem 0;
  background-color: #222;
  color: #fff;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.625rem;
  width: 100vw;
}
.footer .dytnapark {
  width: 9.625rem;
  margin-bottom: 0.625rem;
}
.footer .dytnapark span {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer {
    width: 390px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    overflow: hidden;
  }
}
.footer .copyright {
  display: block;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 10px;
}

section section .item {
  position: absolute;
  border: solid 0px #c00;
}
section section .item.center {
  left: 50%;
  transform: translate(-50%, 0);
}
section section .item img {
  width: 100%;
  height: auto;
}

/* 
================================================================================
sample
================================================================================
*/
div.sample {
  width: 200px;
  height: 200px;
}
body.sample div.sample {
  text-align: center;
}
div.sample:before {
  content: "";
  display: block;
  width: 300px;
  height: 150px;
  background: blue;
}
.sample-1 {
  width: 100px;
}

.sample-2 {
  width: 200px;
}

.sample-3 {
  width: 300px;
}

@keyframes anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    transform: translate(-50%, -100%);
  }
  25% {
    transform: translate(-50%, 0%);
  }
  50% {
    transform: translate(-50%, 100%);
  }
  100% {
    transform: translate(-50%, 100%);
  }
}
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
game
================================================================================
*/
#contentsAll::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg.png") center top repeat-y;
  background-size: 100% auto;
  opacity: 1;
}
#guideBox {
  background: #333;
  color: #fff;
  width: 12.1875rem;
  height: 0.9375rem;
}

#siteUnder {
  position: relative;
  min-height: 113.375rem;
  background-color: #EDE7CF;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
#siteUnder .guideBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
}
#siteUnder .peapleWrap {
  display: flex;
  position: sticky;
  bottom: 0;
  right: -8.75rem;
  width: 100%;
  height: 19.875rem;
  overflow: hidden;
  z-index: 1;
}
#siteUnder .peapleWrap img {
  max-width: none;
  width: auto;
  height: 19.875rem;
  transform: translate(1.25rem, 0);
}
#siteUnder .peapleWrap .introAnime {
  transition: all 1500ms cubic-bezier(0.285, 1.12, 0, 0.985);
  transition-delay: 2000ms;
  transform-origin: left bottom;
  opacity: 1;
}
#siteUnder .peapleWrap .introAnime.is-standby {
  transform: translate(100%, 20%) scale(0.5) rotate(60deg);
}
#siteUnder .bg {
  position: absolute;
  width: 24.375rem;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
#siteUnder .bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg.png") center top repeat-y;
  background-size: 100% auto;
}
#siteUnder .bg .imageBG.introAnime {
  transform: scale(1);
}
#siteUnder .bg .deco {
  position: absolute;
}
#siteUnder .bg .deco .introAnime {
  transition: all 800ms cubic-bezier(0, 0.55, 0, 1);
}
@media screen and (max-width: 768px) {
  #siteUnder .bg .deco {
    margin-top: 0rem;
  }
}
#siteUnder .bg .deco.tomato_1 {
  width: 12.5rem;
  top: -5.625rem;
  left: 3.75rem;
}
#siteUnder .bg .deco.tomato_1 .introAnime {
  transition-delay: 200ms;
}
#siteUnder .bg .deco.tomato_1 .introAnime.is-standby {
  transform: translate(0%, -50%) scale(1);
}
#siteUnder .bg .deco.line_1 {
  width: 25rem;
  top: 0rem;
  left: 11.875rem;
}
#siteUnder .bg .deco.line_1 .introAnime {
  transition-delay: 300ms;
}
#siteUnder .bg .deco.line_1 .introAnime.is-standby {
  transform: translate(-20%, -30%) scale(1);
}
#siteUnder .bg .deco.tomato_2 {
  width: 12.125rem;
  top: 8.75rem;
  right: -7.1875rem;
}
#siteUnder .bg .deco.tomato_2 .introAnime {
  transition-delay: 400ms;
}
#siteUnder .bg .deco.tomato_2 .introAnime.is-standby {
  transform: translate(50%, 20%) scale(1);
}
#siteUnder .bg .deco.tomato_3 {
  width: 12.5rem;
  top: 13.75rem;
  left: -6.75rem;
}
#siteUnder .bg .deco.tomato_3 .introAnime {
  transition-delay: 500ms;
}
#siteUnder .bg .deco.tomato_3 .introAnime.is-standby {
  transform: translate(-30%, 10%) scale(1);
}
#siteUnder .bg .deco.line_3 {
  width: 18.75rem;
  top: 20.625rem;
  left: -4.375rem;
}
#siteUnder .bg .deco.line_3 .introAnime {
  transition-delay: 600ms;
}
#siteUnder .bg .deco.line_3 .introAnime.is-standby {
  transform: translate(-30%, -10%) scale(1);
}
#siteUnder .bg .deco.tortilla {
  width: 6.875rem;
  top: 0rem;
  left: 0rem;
}
#siteUnder .bg .deco.tortilla .introAnime {
  transition-delay: 300ms;
  opacity: 1;
}
#siteUnder .bg .deco.tortilla .introAnime.is-standby {
  transform: translate(-80%, -80%) scale(1);
}
#siteUnder .scroll {
  position: absolute;
  width: 3.125rem;
  top: 27.5rem;
  left: 0.625rem;
}
@media screen and (max-width: 768px) {
  #siteUnder .scroll {
    top: 26.25rem;
  }
}
#siteUnder .scroll .introAnime {
  transition-delay: 2500ms;
}
#siteUnder .scroll .introAnime.is-standby {
  transform: translate(0, -20%) scale(1);
}
#siteUnder .scroll img {
  animation: 2000ms ease-in-out infinite scrolldown 500ms;
}
#siteUnder .overflowHiddenWrap {
  pointer-events: all;
}
#siteUnder .area {
  font-size: 0.75rem;
}
#siteUnder .area.title {
  min-height: 40rem;
}
#siteUnder .area.title .item.fsxdt {
  width: 22.5rem;
  top: 5rem;
  left: 50%;
  margin-left: 0.625rem;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #siteUnder .area.title .item.fsxdt {
    top: 20.5128205128vw;
  }
}
#siteUnder .area.title .item.fsxdt .introAnime {
  transition-delay: 1000ms;
}
#siteUnder .area.title .item.logo {
  width: 17.125rem;
  top: 15rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #siteUnder .area.title .item.logo {
    top: 15rem;
  }
}
#siteUnder .area.title .item.logo .introAnime {
  transition-delay: 1100ms;
}
#siteUnder .area.title .deco {
  top: -5.9375rem;
  left: -8.4375rem;
  width: 45.59375rem;
}
#siteUnder .area.summary {
  padding: 2.25rem;
}
#siteUnder .area.summary .summaryFrame {
  position: absolute;
  width: 21.375rem;
  top: -3.25rem;
  left: 50%;
  transform: translate(-50%, 0);
}
#siteUnder .area.summary .summaryFrame .introAnime {
  transition-delay: 1300ms;
}
#siteUnder .area.summary .summaryFrame img {
  width: 100%;
}
#siteUnder .area.summary .areaContents {
  width: 15.625rem;
  margin: auto;
}
#siteUnder .area.summary .areaContents .logo {
  width: 14.5625rem;
  margin: 0 auto 2.1875rem;
}
#siteUnder .area.summary .areaContents .logo .introAnime {
  transition-delay: 1400ms;
}
#siteUnder .area.summary .areaContents .read {
  width: 13.75rem;
  margin: 0 auto 1.875rem;
}
#siteUnder .area.summary .areaContents .read .introAnime {
  transition-delay: 1400ms;
}
#siteUnder .area.summary .areaContents .message {
  width: 16.25rem;
  margin: -3.3125rem 0 0rem -0.9375rem;
}
#siteUnder .area.summary .areaContents .message .introAnime {
  transition-delay: 1400ms;
}
#siteUnder .area.summary .areaContents p {
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.8;
}
#siteUnder .area.summary .areaContents p .introAnime {
  transition-delay: 1400ms;
}

#siteContents {
  overflow: hidden;
  margin-top: -25rem;
  min-height: 393.75rem;
  z-index: 3;
}
#siteContents .guideBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
}
#siteContents .area.items {
  padding-top: 9.625rem;
  min-height: 105rem;
}
#siteContents .area.items .title {
  width: 11.875rem;
  margin: 0rem auto 7.5rem;
}
#siteContents .area.items .bg {
  position: absolute;
  width: 24.375rem;
  top: 0rem;
  left: 0rem;
}
#siteContents .area.items .wrap {
  margin-top: -6.25rem;
  padding-top: 6.25rem;
  overflow: hidden;
}
#siteContents .area.items .unit .image {
  position: absolute;
}
#siteContents .area.items .unit .image .arrow {
  position: absolute;
}
#siteContents .area.items .unit.inView {
  transform: translate(0, 0) scale(1);
}
#siteContents .area.items .unit.inView .textWrap .row {
  opacity: 1;
}
#siteContents .area.items .unit.inView .textWrap .row:nth-of-type(1) span:nth-of-type(2) {
  transition-delay: 650ms;
}
#siteContents .area.items .unit.inView .textWrap .row:nth-of-type(2) span:nth-of-type(2) {
  transition-delay: 700ms;
}
#siteContents .area.items .unit.inView .textWrap .row:nth-of-type(3) span:nth-of-type(2) {
  transition-delay: 750ms;
}
#siteContents .area.items .unit.inView .textWrap .row:nth-of-type(4) span:nth-of-type(2) {
  transition-delay: 800ms;
}
#siteContents .area.items .unit.inView .textWrap .row:nth-of-type(5) span:nth-of-type(2) {
  transition-delay: 850ms;
}
#siteContents .area.items .unit.inView .textWrap .row:nth-of-type(6) span:nth-of-type(2) {
  transition-delay: 900ms;
}
#siteContents .area.items .unit.inView .textWrap .row:nth-of-type(7) span:nth-of-type(2) {
  transition-delay: 950ms;
}
#siteContents .area.items .unit.inView .textWrap .row:nth-of-type(8) span:nth-of-type(2) {
  transition-delay: 1000ms;
}
#siteContents .area.items .unit.inView .textWrap .row:nth-of-type(9) span:nth-of-type(2) {
  transition-delay: 1050ms;
}
#siteContents .area.items .unit.inView .textWrap .row:nth-of-type(10) span:nth-of-type(2) {
  transition-delay: 1100ms;
}
#siteContents .area.items .unit.inView .textWrap .row span:nth-of-type(2) {
  transition: all 200ms ease-in-out 600ms;
}
#siteContents .area.items .unit.inView.is-standby .textWrap .row {
  opacity: 0;
  transform: translate(0, 50%) scale(1);
}
#siteContents .area.items .unit.inView.is-standby .textWrap .row span:nth-of-type(2) {
  transform: translate(-101%, 0);
}
#siteContents .area.items .unit.unit_1 {
  margin-bottom: 11.25rem;
}
#siteContents .area.items .unit.unit_1 .image {
  width: 17.8125rem;
  top: -6.25rem;
  right: -3.4375rem;
}
#siteContents .area.items .unit.unit_1 .image .arrow {
  width: 4.375rem;
  top: 3.125rem;
  left: -4.125rem;
}
#siteContents .area.items .unit.unit_1.inView .image {
  transition: all 500ms ease-out 300ms;
  opacity: 1;
}
#siteContents .area.items .unit.unit_1.inView .image .arrow {
  transition: all 300ms ease-out 600ms;
  opacity: 1;
}
#siteContents .area.items .unit.unit_1.inView.is-standby .image {
  opacity: 0;
  transform: translate(-30%, 10%) scale(1);
}
#siteContents .area.items .unit.unit_1.inView.is-standby .image .arrow {
  opacity: 0;
  transform: translate(0%, -50%) scale(1);
}
#siteContents .area.items .unit.unit_2 {
  margin-bottom: 1.25rem;
}
#siteContents .area.items .unit.unit_2 .image {
  width: 17.5rem;
  top: -7.9375rem;
  left: -1.5rem;
}
#siteContents .area.items .unit.unit_2 .image .arrow {
  width: 4.375rem;
  top: 3.125rem;
  right: -4.375rem;
}
#siteContents .area.items .unit.unit_2 .textWrap {
  text-align: right;
}
#siteContents .area.items .unit.unit_2.inView .image {
  transition: all 500ms ease-out 300ms;
  opacity: 1;
}
#siteContents .area.items .unit.unit_2.inView .image .arrow {
  transition: all 300ms ease-out 600ms;
  opacity: 1;
}
#siteContents .area.items .unit.unit_2.inView.is-standby .image {
  opacity: 0;
  transform: translate(30%, 10%) scale(1);
}
#siteContents .area.items .unit.unit_2.inView.is-standby .image .arrow {
  opacity: 0;
  transform: translate(0%, -50%) scale(1);
}
#siteContents .area.items .unit.unit_2.inView.is-standby .row span:nth-of-type(2) {
  transform: translate(101%, 0);
}
#siteContents .area.items .unit.unit_3 {
  min-height: 26.5625rem;
}
#siteContents .area.items .unit.unit_3 .slide.is-standby .swiperDoor:before {
  width: 50%;
}
#siteContents .area.items .unit.unit_3 .slide.is-standby .swiperDoor:after {
  width: 50%;
}
#siteContents .area.go {
  min-height: 87.5rem;
  padding-top: 0.9375rem;
  color: #fff;
}
#siteContents .area.go .bg {
  position: absolute;
  width: 24.375rem;
  top: -6.25rem;
  left: 0rem;
}
#siteContents .area.go .spines {
  position: absolute;
  width: 25.8125rem;
  top: -5rem;
  left: -0.625rem;
}
#siteContents .area.go .title {
  width: 20rem;
  margin: 0rem 0 0.625rem 2.5rem;
}
#siteContents .area.go .read {
  width: 18.75rem;
  margin: 0rem auto 1.25rem;
  font-weight: 700;
}
#siteContents .area.go .unit.unit_1 {
  height: 29.375rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
}
#siteContents .area.go .unit.unit_1 .tape_2 {
  width: 46.5rem;
  bottom: 0.125rem;
  left: -9.6875rem;
  transition: all 300ms ease-out 200ms;
}
#siteContents .area.go .unit.unit_1 .tape_1 {
  width: 47.6875rem;
  bottom: -1.875rem;
  left: -11.25rem;
  transition: all 300ms ease-out 200ms;
}
#siteContents .area.go .unit.unit_1 .snack {
  width: 22.5rem;
  margin: 0rem 0 1.25rem 1.25rem;
}
#siteContents .area.go .unit.unit_1 .snack .bag .guide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#siteContents .area.go .unit.unit_1 .snack .bag .bagItem {
  width: 100%;
  z-index: 20;
  transition: all 300ms cubic-bezier(0.71, 1.52, 0.65, 1.06) 400ms;
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco {
  width: 3.75rem;
  transition: all 700ms cubic-bezier(0, 1, 0.5, 1) 500ms;
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.tips {
  transition: all 900ms cubic-bezier(0, 1, 0.5, 1) 500ms;
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.tips:nth-of-type(1) {
  width: 1.25rem;
  top: 0rem;
  left: 5rem;
  transform: translate(0rem, 0rem) rotate(0deg);
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.tips:nth-of-type(2) {
  width: 0.9375rem;
  top: 1.75rem;
  left: 14.375rem;
  transform: translate(0rem, 0rem) rotate(80deg);
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.tips:nth-of-type(3) {
  width: 1.25rem;
  top: 6.875rem;
  left: 20.625rem;
  transform: translate(0rem, 0rem) rotate(-120deg);
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.tips:nth-of-type(4) {
  width: 1.25rem;
  top: 11.25rem;
  left: 0.3125rem;
  transform: translate(0rem, 0rem) rotate(150deg);
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.tips:nth-of-type(5) {
  width: 1.25rem;
  top: 11.875rem;
  left: 20rem;
  transform: translate(0rem, 0rem) rotate(-135deg);
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.suppa {
  width: 3.9375rem;
  top: 1.625rem;
  left: 17.375rem;
  transform: translate(0.0625rem, 0rem) rotate(-25deg);
  transition: all 800ms cubic-bezier(0, 1, 0.5, 1) 500ms;
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.scone {
  width: 3.875rem;
  top: 8.25rem;
  left: 2.3125rem;
  transform: translate(0.0625rem, 0rem) rotate(-40deg);
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.pure_salt {
  width: 4.3125rem;
  top: 4.6875rem;
  left: 4.6875rem;
  transform: translate(0.0625rem, 0rem) rotate(10deg);
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.porinky {
  width: 3.9375rem;
  top: 3.875rem;
  left: 13.0625rem;
  transform: translate(0.0625rem, 0rem) rotate(17deg);
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.norishio {
  width: 3.9375rem;
  top: 2.375rem;
  left: 1.125rem;
  transform: translate(0.0625rem, 0rem) rotate(-25deg);
  transition: all 800ms cubic-bezier(0, 1, 0.5, 1) 500ms;
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.karamucho {
  width: 4.1875rem;
  top: 0.4375rem;
  left: 8.4375rem;
  transform: translate(0.0625rem, 0rem) rotate(-5deg);
  transition: all 800ms cubic-bezier(0, 1, 0.5, 1) 500ms;
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.chiri {
  width: 4.125rem;
  top: 8.0625rem;
  left: 15.125rem;
  transform: translate(0.0625rem, 0rem) rotate(44deg);
}
#siteContents .area.go .unit.unit_1 .snack .bag .deco.cheese {
  width: 4rem;
  top: 8.875rem;
  left: 8.75rem;
  transform: translate(0.0625rem, 0rem) rotate(-7deg);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .tape_2 {
  opacity: 0;
  transform: translate(0, 50%);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .tape_1 {
  opacity: 0;
  transform: translate(0, 50%);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .bagItem {
  width: 100%;
  z-index: 20;
  opacity: 0;
  transform: translate(0, 30%) scale(0.7);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco {
  opacity: 0;
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco.tips:nth-of-type(1) {
  transform: translate(3.125rem, 18.75rem) rotate(0deg);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco.tips:nth-of-type(2) {
  transform: translate(-3.125rem, 18.75rem) rotate(80deg);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco.tips:nth-of-type(3) {
  transform: translate(-9.375rem, 3.125rem) rotate(-120deg);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco.tips:nth-of-type(4) {
  transform: translate(12.5rem, 1.875rem) rotate(150deg);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco.tips:nth-of-type(5) {
  transform: translate(-12.5rem, -1.875rem) rotate(-135deg);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco.suppa {
  transform: translate(-9.375rem, 15.625rem) rotate(-115deg);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco.scone {
  transform: translate(9.375rem, 9.375rem) rotate(40deg);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco.pure_salt {
  transform: translate(6.25rem, 10.625rem) rotate(100deg);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco.porinky {
  transform: translate(-1.875rem, 11.25rem) rotate(-77deg);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco.norishio {
  transform: translate(10.625rem, 12.5rem) rotate(-191deg);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco.karamucho {
  transform: translate(-0.625rem, 15.625rem) rotate(-110deg);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco.chiri {
  transform: translate(-9.375rem, 7.5rem) rotate(-54deg);
}
#siteContents .area.go .unit.unit_1.inView.is-standby .snack .bag .deco.cheese {
  transform: translate(0rem, 9.375rem) rotate(-57deg);
}
#siteContents .area.game {
  min-height: 67.5rem;
}
#siteContents .area.game .bg {
  position: absolute;
  width: 24.375rem;
  bottom: -0.125rem;
  left: 0rem;
  line-height: 0;
}
#siteContents .area.game .bg img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #siteContents .area.game .bg {
    bottom: -0.75rem;
  }
}
#siteContents .area.game .deco {
  position: absolute;
  width: 14rem;
}
#siteContents .area.game .deco.tacos_1 {
  top: -1.875rem;
  left: -4.375rem;
  transition: all 600ms cubic-bezier(0, 1, 0.5, 1) 200ms;
}
#siteContents .area.game .deco.tacos_1.is-standby {
  transform: translate(0%, 50%) scale(1);
}
#siteContents .area.game .deco.tacos_2 {
  top: -1.25rem;
  left: 0.625rem;
  transition: all 600ms cubic-bezier(0, 1, 0.5, 1) 300ms;
}
#siteContents .area.game .deco.tacos_2.is-standby {
  transform: translate(0%, 50%) scale(1);
}
#siteContents .area.game .title {
  padding-top: 1.25rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3.125rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #siteContents .area.game .title {
    margin-bottom: 4.375rem;
  }
}
#siteContents .area.game .title img {
  width: 20.625rem;
  margin-right: -1.875rem;
}
#siteContents .area.game .unit {
  width: 19.375rem;
  margin: 0 auto 1.25rem;
}
#siteContents .area.game .unit img {
  width: 100%;
}
#siteContents .area.game .unit .frame {
  opacity: 0;
  animation: 1000ms ease forwards swingframe 500ms;
  transform-origin: top center;
}
#siteContents .area.game .unit .balloon {
  position: absolute;
  width: 20.625rem;
  bottom: -4.6875rem;
  left: 5rem;
  transition: all 300ms cubic-bezier(0.71, 1.52, 0.65, 1.06) 600ms;
}
#siteContents .area.game .unit .balloon p {
  position: absolute;
  top: 4.6875rem;
  left: 3.125rem;
  transform: translate(0, 0) rotate(10deg);
  font-size: 0.875rem;
  font-weight: 700;
}
#siteContents .area.game .unit.is-standby .frame {
  opacity: 0;
  animation: none;
  transform: rotate(20deg);
}
#siteContents .area.game .unit.is-standby .balloon {
  opacity: 0;
  transform: scale(0.5);
}
#siteContents .area.game .textWrap {
  width: 20.625rem;
  padding: 0;
  margin: 0 auto 1.25rem 2.5rem;
  z-index: 3;
}
#siteContents .area.game .balloonWrap {
  width: 29.5rem;
  color: #fff;
  margin: -1.875rem 0 1.875rem 5.625rem;
  z-index: 1;
}
#siteContents .area.game .balloonWrap p {
  position: absolute;
  top: 50%;
  left: 2.1875rem;
  transform: translate(0%, -50%);
  width: auto;
  font-size: 0.875rem;
}
#siteContents .area.game .balloonWrap p .point {
  background-color: #fff;
  display: inline-block;
  color: #222222;
  padding: 0rem 0.3125rem;
  margin-right: 0.1875rem;
  line-height: 1.3;
}
#siteContents .area.campaign {
  min-height: 0rem;
  background-color: #64afc0;
}
@media screen and (max-width: 768px) {
  #siteContents .area.campaign {
    min-height: 0rem;
  }
}
#siteContents .area.campaign .bg {
  position: absolute;
  width: 24.375rem;
  top: 0rem;
  left: 0rem;
}
#siteContents .area.campaign .title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 1.25rem;
  height: 11.875rem;
}
#siteContents .area.campaign .title .overflowHiddenWrap {
  padding-top: 1.875rem;
}
#siteContents .area.campaign .title .overflowHiddenWrap img {
  width: 20.625rem;
  margin-left: -1.875rem;
}
#siteContents .area.campaign .title .tomato_2 {
  width: 8.125rem;
  top: -1.5625rem;
  right: 1.875rem;
  transition: all 600ms cubic-bezier(0, 1, 0.5, 1) 300ms;
}
#siteContents .area.campaign .title .tomato_2.is-standby {
  transform: translate(0%, 50%) scale(1);
}
#siteContents .area.campaign .title .tomato_1 {
  width: 9.375rem;
  top: 0.625rem;
  right: -2.1875rem;
  transition: all 600ms cubic-bezier(0, 1, 0.5, 1) 400ms;
}
#siteContents .area.campaign .title .tomato_1.is-standby {
  transform: translate(0%, 50%) scale(1);
}
#siteContents .area.campaign .unitWrap .balloon {
  position: absolute;
  width: 29.5rem;
  top: 1.25rem;
  left: -10.625rem;
  z-index: 3;
  transition: all 300ms cubic-bezier(0, 1, 0.5, 1) 200ms;
}
#siteContents .area.campaign .unitWrap .balloon p {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform: translate(0, -50%) rotate(0deg);
  font-size: 0.875rem;
  font-weight: 700;
}
#siteContents .area.campaign .unitWrap .balloon p .point {
  background-color: #fff;
  display: inline-block;
  color: #222222;
  padding: 0rem 0.3125rem;
  margin-right: 0.1875rem;
  line-height: 1.3;
}
#siteContents .area.campaign .unitWrap .balloon.is-standby {
  transform: translate(-100%, 10%) scale(1);
}
#siteContents .area.campaign .unitWrap .unit {
  width: 19.375rem;
  padding-top: 10.9375rem;
  padding-bottom: 4.375rem;
  margin: 0 auto 0rem;
}
#siteContents .area.campaign .unitWrap .unit ol {
  text-align: left;
  padding-left: 0rem;
  list-style: none;
}
#siteContents .area.campaign .unitWrap .unit ol li {
  padding-left: 3.75rem;
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
#siteContents .area.campaign .unitWrap .unit ol li:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #000;
  position: absolute;
  top: 0.3125rem;
  left: 0.625rem;
}
#siteContents .area.campaign .unitWrap .unit ol li:nth-of-type(1)::before {
  background: url(../img/section_2/campaign/no_1.svg) center 0/contain no-repeat;
}
#siteContents .area.campaign .unitWrap .unit ol li:nth-of-type(2)::before {
  background: url(../img/section_2/campaign/no_2.svg) center 0/contain no-repeat;
}
#siteContents .area.campaign .unitWrap .unit .frame {
  margin-bottom: 1.5625rem;
}
#siteContents .area.campaign .unitWrap .unit .frame img {
  width: 100%;
}
#siteContents .area.campaign .unitWrap .unit .frame .tweetInclude {
  border: solid 0.5rem #E8C853;
  padding: 0rem 0.625rem;
  background-color: #fff;
}
#siteContents .area.campaign .unitWrap .unit .frame .tweetInclude iframe {
  width: 100% !important;
}
#siteContents .area.campaign .tomatoWrap {
  overflow: visible;
}
#siteContents .area.campaign .tomatoWrap .tomato_3 {
  width: 10rem;
  top: 2.8125rem;
  right: -3.125rem;
  transition: all 600ms cubic-bezier(0, 1, 0.5, 1) 200ms;
}
#siteContents .area.campaign .tomatoWrap .tomato_3.is-standby {
  transform: translate(100%, 10%) scale(1);
}
#siteContents .area.campaign .tomatoWrap .tomato_4 {
  width: 9.375rem;
  top: 25.625rem;
  left: -5.625rem;
  transition: all 600ms cubic-bezier(0, 1, 0.5, 1) 200ms;
}
#siteContents .area.campaign .tomatoWrap .tomato_4.is-standby {
  transform: translate(-100%, 10%) scale(1);
}
#siteContents .area.campaign .whiteBox {
  background-color: #fff;
  padding: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}
#siteContents .area.campaign .whiteBox .inWrap {
  height: 5.625rem;
  overflow: auto;
  overflow-y: scroll;
  padding-right: 1.25rem;
}
#siteContents .area.campaign .whiteBox .inWrap::-webkit-scrollbar {
  width: 0.3125rem;
  background-color: #fff;
}
#siteContents .area.campaign .whiteBox .inWrap::-webkit-scrollbar-thumb {
  background: #CFA421;
  width: 0.3125rem;
}
#siteContents .area.campaign .whiteBox h4 {
  margin-bottom: 0.3125rem;
}
#siteContents .area.campaign .whiteBox h4:not(:first-child) {
  padding-top: 1.25rem;
}
#siteContents .area.popup {
  min-height: 68.75rem;
}
#siteContents .area.popup .bg {
  position: absolute;
  width: 24.375rem;
  top: 0rem;
  left: 0rem;
}
#siteContents .area.popup .deco {
  position: absolute;
  width: 14rem;
}
#siteContents .area.popup .deco.cheese {
  top: -0.9375rem;
  left: -0.625rem;
  transition: all 600ms cubic-bezier(0, 1, 0.5, 1) 400ms;
}
#siteContents .area.popup .deco.cheese.is-standby {
  transform: translate(0%, 50%) scale(1);
}
#siteContents .area.popup .title {
  padding-top: 1.875rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1.25rem;
  overflow: hidden;
}
#siteContents .area.popup .title img {
  width: 20.625rem;
  margin-right: -1.875rem;
}
#siteContents .area.popup .unitWrap {
  overflow: hidden;
}
#siteContents .area.popup .unitWrap .unit {
  width: 20rem;
  padding-top: 1.875rem;
  margin: 0 auto 1.875rem;
}
#siteContents .area.popup .unitWrap .unit .frame {
  width: 22.6875rem;
  margin: 0 auto 1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
}
#siteContents .area.popup .unitWrap .unit .frame .wrap {
  width: 100%;
  transform-origin: center center;
  transition: all 300ms cubic-bezier(0.71, 1.52, 0.65, 1.06) 400ms;
}
#siteContents .area.popup .unitWrap .unit .frame.is-standby .wrap {
  animation: none;
  opacity: 0;
  transform: translate(0, 0) scale(0);
}
#siteContents .area.popup .unitWrap .unit .read {
  margin: 0 auto 7.8125rem;
  width: 21.375rem;
  left: 50%;
  transform: translate(-50%, 0);
}
#siteContents .area.popup .unitWrap .unit .read > .wrap .readWrap {
  line-height: 1.6;
  position: absolute;
  width: 100%;
  top: 2.8125rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 0.875rem;
}
#siteContents .area.popup .unitWrap .unit .read > .wrap .readWrap p:nth-of-type(1) {
  margin-bottom: 0.625rem;
}
#siteContents .area.popup .unitWrap .unit .read > .wrap .readWrap p:nth-of-type(2) {
  margin-bottom: 0.625rem;
}
#siteContents .area.popup .unitWrap .unit .read > .wrap .readWrap strong {
  font-size: 1.2em;
}
#siteContents .area.popup .unitWrap .unit .read > .wrap .readWrap .ballonWrap {
  margin-bottom: 0.625rem;
}
#siteContents .area.popup .unitWrap .unit .read > .wrap .readWrap .ballonWrap img {
  left: 50%;
  transform: translate(-50%, 0);
}
#siteContents .area.popup .unitWrap .unit .read > .wrap .readWrap .ballonWrap img:nth-of-type(1) {
  margin-bottom: 0.4375rem;
}
#siteContents .area.popup .unitWrap .unit .read .text {
  position: absolute;
  width: 29.5rem;
  bottom: -6.5625rem;
  right: -9.375rem;
}
#siteContents .area.popup .unitWrap .unit .read .text > .wrap p {
  width: 100%;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -3.75rem;
  font-size: 0.875rem;
  font-weight: 700;
}
#siteContents .area.popup .unitWrap .unit .read .text > .wrap .hashtag {
  display: inline-block;
  background-color: #fff;
  padding: 0.1em 0.2em;
  margin-right: 0.2em;
  line-height: 1.2;
  color: #005B00;
}
#siteContents .area.popup .unitWrap .unit dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  transition: all 600ms cubic-bezier(0, 1, 0.5, 1) 400ms;
}
#siteContents .area.popup .unitWrap .unit dl.is-standby {
  transform: translate(0%, 20%) scale(1);
}
#siteContents .area.popup .unitWrap .unit dl dt {
  width: 100%;
  display: flex;
  font-weight: 700;
}
#siteContents .area.popup .unitWrap .unit dl dt span {
  background-color: #B10000;
  color: #fff;
  font-size: 0.875rem;
  display: inline-block;
  padding: 0.4375rem 0.9375rem 0.5rem 0.9375rem;
  width: auto;
  border-radius: 0.625rem 0.625rem 0 0;
  line-height: 1;
}
#siteContents .area.popup .unitWrap .unit dl dd {
  width: 100%;
  background-color: #fff;
  padding: 0.625rem;
}
#siteContents .area.popup .unitWrap .unit dl dd:not(:last-child) {
  margin-bottom: 1.25rem;
}
#siteContents .area.popup .unitWrap .unit dl dd.place {
  padding: 1.5625rem 0 0 0;
}
#siteContents .area.popup .unitWrap .unit dl dd.place h4 {
  padding: 0 0.625rem;
  text-align: center;
  color: #B10000;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
  line-height: 1;
}
#siteContents .area.popup .unitWrap .unit dl dd.place ul {
  padding: 0.625rem 1.5625rem 1.5625rem 1.5625rem;
}
#siteContents .area.popup .unitWrap .unit dl dd.place ul:not(:last-child) {
  border-bottom: solid 2px #E2BCD9;
  margin-bottom: 1.875rem;
}
#siteContents .area.popup .unitWrap .unit dl dd:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
}
#siteContents .area.popup .unitWrap .unit dl dd:nth-of-type(1) .day {
  width: 14.625rem;
}
#siteContents .area.popup .unitWrap .unit dl dd:nth-of-type(1) p {
  width: auto;
  padding-left: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}
#siteContents .area.popup .unitWrap .unit dl dd:nth-of-type(1) p:before {
  content: "〜";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0.3125rem, -50%);
}
#siteContents .area.popup .unitWrap .unit dl dd ul {
  font-size: 0.75rem;
  padding: 0.3125rem 0 0.3125rem 0.625rem;
}
#siteContents .area.popup .unitWrap .unit dl dd ul li {
  padding-left: 0.9375rem;
  margin-bottom: 0.3125rem;
  letter-spacing: 0.1em;
}
#siteContents .area.popup .unitWrap .unit dl dd ul li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#siteContents .area.koikeya {
  min-height: 12.5rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #fff;
}
#siteContents .area.koikeya::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/parts/noise.png) center center;
  mix-blend-mode: multiply;
  z-index: 3;
}
#siteContents .area.koikeya .unit {
  width: 18.75rem;
  margin: auto;
  font-size: 0.875rem;
  text-align: justify;
  line-height: 1.8;
}
#siteContents .area.koikeya .unit h3 {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#siteFooter {
  color: #fff;
  background: url(../img/common/bg_green.png) center center/cover no-repeat;
}
#siteFooter .peaples {
  display: block;
  width: 100%;
  height: 22.5rem;
  background-color: #000;
  background: url(../img/common/footer_visual.png) center center/cover no-repeat;
  margin-bottom: 3.75rem;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
#siteFooter .peaples.is-in {
  opacity: 1;
}
#siteFooter .pagetop {
  width: 2.375rem;
  position: absolute;
  top: 17.5rem;
  right: 0.625rem;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
#siteFooter .pagetop.is-in {
  opacity: 1;
}
#siteFooter .pagetop:active img {
  transform: translate(0, -0.375rem);
}
#siteFooter .read {
  margin-bottom: 2.5rem;
}
#siteFooter .btnArea {
  margin-bottom: 3.75rem;
}
#siteFooter dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 3.125rem;
}
#siteFooter dl dt {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
#siteFooter dl dd {
  width: 100%;
}
#siteFooter dl dd ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
#siteFooter dl dd ul li {
  width: 2.5rem;
  margin: 0 0.625rem;
}
#siteFooter dl dd ul li:active {
  transform: scale(0.95);
}
#siteFooter dl dd:not(:last-child) {
  margin-bottom: 1.875rem;
}
#siteFooter .footerArea {
  background-color: #034303;
  color: #fff;
  padding: 1.25rem;
}
#siteFooter .footerArea .dytnapark {
  width: 11.25rem;
  margin: 0 auto 0rem;
}
#siteFooter .footerArea .copyright {
  font-size: 0.625rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
}

.pc_area_left .bottomArea,
.pc_area_right .bottomArea {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  z-index: 5;
}

#mainMenu {
  position: absolute;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #6BBBCE;
  color: #fff;
  transform: translate(0%, 0);
  font-family: "Lato", sans-serif;
  overflow: hidden;
}
body.siteActive #mainMenu {
  transition: all 300ms ease-in-out;
}
body.menuOpen #mainMenu {
  transform: translate(0%, 0);
}
#mainMenu .noise {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/parts/noise.png) center center;
  mix-blend-mode: multiply;
  z-index: 3;
}
#mainMenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 23.4375rem;
  background-color: #7FC8D9;
}
#mainMenu::after {
  content: "";
  display: block;
  position: absolute;
  top: 96.1538461538vw;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/parts/pattern.png) center 0;
  background-size: auto 30vw;
}
#mainMenu .menuUnit {
  position: relative;
  width: 19.375rem;
  margin-bottom: 1.25rem;
  z-index: 5;
  padding-top: 7.1875rem;
}
#mainMenu .menuUnit .deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875rem;
}
#mainMenu .menuUnit > .deco:nth-of-type(1) {
  width: 7.5rem;
  top: 3.375rem;
  left: -4.6875rem;
}
#mainMenu .menuUnit > .deco:nth-of-type(2) {
  width: 7.5rem;
  top: 3.5rem;
  left: -2.1875rem;
}
#mainMenu .menuUnit > .deco:nth-of-type(3) {
  width: 5.625rem;
  top: 4.0625rem;
  left: auto;
  right: -3.4375rem;
}
#mainMenu .menuUnit > .deco:nth-of-type(4) {
  width: 6.25rem;
  top: auto;
  bottom: -0.9375rem;
  left: auto;
  right: -3.4375rem;
}
#mainMenu .menuUnit .menuWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.875rem 1.5625rem;
}
#mainMenu .menuUnit .menuWrap .menu {
  position: relative;
  margin-bottom: 2.5641025641vw;
  font-size: 10.2564102564vw;
}
#mainMenu .menuUnit .menuWrap .menu:nth-of-type(1) .deco:nth-of-type(2) {
  width: 1.5625rem;
  top: 1.375rem;
  left: 6.25rem;
}
#mainMenu .menuUnit .menuWrap .menu:nth-of-type(2) .deco:nth-of-type(2) {
  width: 2.5rem;
  top: 0.8125rem;
  left: -0.5rem;
}
#mainMenu .menuUnit .menuWrap .menu:nth-of-type(2) .deco:nth-of-type(3) {
  width: 1.125rem;
  top: 1.625rem;
  left: 6.875rem;
}
#mainMenu .menuUnit .menuWrap .menu:nth-of-type(3) .deco:nth-of-type(2) {
  width: 1.375rem;
  top: 1.875rem;
  left: 5.9375rem;
}
#mainMenu .menuUnit .menuWrap .menu:nth-of-type(4) .deco:nth-of-type(2) {
  width: 1.125rem;
  top: 1.6875rem;
  left: 0.625rem;
}
#mainMenu .menuUnit .menuWrap .menu:nth-of-type(4) .deco:nth-of-type(3) {
  width: 3.125rem;
  top: 2.625rem;
  left: 2.1875rem;
}
#mainMenu .menuUnit .menuWrap .menu:nth-of-type(4) .deco:nth-of-type(4) {
  width: 1.25rem;
  top: -1.375rem;
  left: 6.5625rem;
}
#mainMenu .menuUnit .menuWrap .menu:nth-of-type(5) .deco:nth-of-type(2) {
  width: 4.0625rem;
  top: 1.75rem;
  left: 3.5625rem;
}
#mainMenu .menuUnit .menuWrap .menu:nth-of-type(6) .deco:nth-of-type(2) {
  width: 2.8125rem;
  top: 1.5rem;
  left: 2.1875rem;
}
#mainMenu .footerWrap {
  position: relative;
  z-index: 5;
}
#mainMenu .photo_1 {
  position: absolute;
  width: 13.75rem;
  top: 1.25rem;
  left: 50%;
  transform: translate(-11.25rem, 0);
}
#mainMenu .photo_2 {
  position: absolute;
  width: 13.75rem;
  top: 12.5rem;
  left: 50%;
  transform: translate(-3.125rem, 0);
}
#mainMenu .snsGroup {
  position: absolute;
  width: 10.3125rem;
  top: 2.5rem;
  left: 50%;
  transform: translate(2.5rem, 0);
}
#mainMenu .snsGroup .base {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
}
#mainMenu .snsGroup dl {
  position: absolute;
  top: 4.6875rem;
  left: 1.25rem;
  transform: rotate(12deg);
}
#mainMenu .snsGroup dl dt {
  display: none;
}
#mainMenu .snsGroup ul {
  display: flex;
  justify-content: center;
}
#mainMenu .snsGroup ul li {
  width: 10.2564102564vw;
  height: auto;
  margin: 0 2.3076923077vw;
}

@keyframes boyon {
  0% {
    transform: translate(0, 50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(0, -5%) scale(1.05);
    opacity: 1;
  }
  60% {
    transform: translate(0, 2%) scale(0.98);
    opacity: 1;
  }
  80% {
    transform: translate(0, 0%) scale(1.02);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0%) scale(1);
    opacity: 1;
  }
}
@keyframes swingframe {
  0% {
    transform: rotate(5deg);
    opacity: 0;
    transition-timing-function: ease-in-out;
  }
  25% {
    transform: rotate(-2deg);
    opacity: 1;
    transition-timing-function: ease-in-out;
  }
  50% {
    transform: rotate(1deg);
    opacity: 1;
    transition-timing-function: ease-in-out;
  }
  75% {
    transform: rotate(-0.5deg);
    opacity: 1;
    transition-timing-function: ease-out;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes popupframe {
  0% {
    transform: translate(10%, 10%) scale(0.8) rotate(0deg);
    opacity: 0;
  }
  25% {
    transform: translate(-10%, -10%) scale(0.9) rotate(-5deg);
    opacity: 1;
  }
  50% {
    transform: translate(5%, 5%) scale(1) rotate(5deg);
    opacity: 1;
  }
  75% {
    transform: translate(-5%, -5%) scale(1.05) rotate(-3deg);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes scrolldown {
  0% {
    transform: translate(0%, 0%);
  }
  10% {
    transform: translate(0%, 20%);
  }
  20% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}