@charset "UTF-8";

/*================================================================
  リセット & 共通設定
================================================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  position: relative;
  z-index: 0;
  background: url("../img/bg_red.webp") repeat;
}

img {
  line-height: 0;
  vertical-align: top;
  width: 100%;
  height: auto;
}


#header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background: #fff;
}



#header img:hover {
  transform: scale(1.25);
}

#copyright {
  background: #b3b3b3;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: auto;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
}

.wrapper #sec-content .inner-block {
  animation: fade-in .3s ease .2s both;
}

.wrapper #sec-content .inner-block h1 {
  animation: ttl_zoom 1.2s ease .6s both;
}

.wrapper #sec-content .inner-block .main-img {
  animation: fade-in 1.5s ease .6s both;
}

.wrapper #sec-content .inner-block .map {
  animation: fade-in 1s ease both;
}

.wrapper #sec-content .inner-block .fast {
  animation: ttl_zoom 1.2s ease .2s both;
}

.wrapper #sec-content .inner-block .ttl-delay {
  animation: ttl_zoom 1.2s ease .7s both;
}

picture.ttl-img {
  display: inline-block;
  animation: sttl_zoom 1.2s ease 0.3s both;
}

picture.fade-img {
  display: inline-block;
  animation: fade-in 1s ease .5s both;
}

.wrapper #sec-content .inner-block h3 {
  animation: sttl_zoom 0.8s ease 0s both;
}

html,
body {
  margin: 0;
  padding: 0;
}

.pc {
  display: inline-block;
}

.sp {
  display: none !important;
}

#header .inner-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1240px;
  padding-top: 7px;
  margin: 0 auto 0;
}

#header img {
  width: 230px;
  margin: 0;
  animation: zoom-in-logo 1s ease .2s both;
  transition: transform 0.2s ease;
  transform-origin: center center;
}


#global-nav {
  width: 100%;
  background: url("../img/bg_navi_pc.webp")repeat;
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 10000;
}

#global-nav .inner-block {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 0 2px;
  gap: 0px;
}

#global-nav .inner-block ul {
  display: flex;
  gap: 0px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#global-nav .inner-block li {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 54px;
}

#global-nav .inner-block li img {
  width: auto !important;
  height: 54px;
}


.wrapper {
  width: 1280px;
  margin: 0 auto;
  background-size: 180px;
  position: relative;
  overflow: hidden;
}



#sec-kv {
  width: 1280px;
  height: 550px;
  margin: 0 auto 0;
  overflow: hidden;
}

#sec-kv .inner-block {
  width: 1280px;
  height: 550px;
  margin: 0 auto;
  position: relative;
  background: url("../img/img_pc_kv.webp")top center no-repeat;
  background-size: 1280px;
  animation:
    wow_kv-in 1.0s ease-in-out 0s both;
}

#sec-kv h1 {
  z-index: 5000;
  width: 436.1805px;
  position: absolute;
  left: 43px;
  top: 40px;
  animation:
    ttl_zoom 1.5s ease-in-out 0.4s both;
}


.wrapper #sec-menu {
  width: 1120px;
  padding-top: 60px;
  margin: 0 auto;
  position: relative;
}

.wrapper #sec-menu .menu-list {
  display: grid;
  grid-template-columns: repeat(2, 530px);
  column-gap: 60px;
  row-gap: 60px;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.wrapper #sec-menu .menu-list li {
  width: 530px;
  height: 420px;
}

.wrapper #sec-menu .menu-list li img {
  display: block;
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
}

.wrapper #sec-menu .menu-list li:hover img {
  transform: scale(1.10);
}

.wrapper #sec-menu .menu-list .menu01,
.wrapper #sec-menu .menu-list .menu03 {
  animation: sttl_zoom 1.2s ease .1s both;
}

.wrapper #sec-menu .menu-list .menu02,
.wrapper #sec-menu .menu-list .menu04 {
  animation: sttl_zoom 1.2s ease .3s both;
}

.wrapper #sec-content {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

#sec-content .inner-block {
  position: relative;
  width: 1120px;
  margin: 60px auto 0;
  border: 6px solid #000;
  background-color: #fff;
  animation: fade-in .5s ease-in-out .5s both;
}

.wrapper #sec-content .inner-block ul {
  margin: 0 auto 0;
  width: 1120px;
}

.wrapper #sec-content .inner-block li {
  margin: 0;
  animation: fade-in_content-pc .4s ease-in-out 0.1s both;
}

.fuku-btns,
.bazar-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.fuku-btns img,
.bazar-btns img {
  width: auto;
  height: 78px;
  transition: transform 0.3s ease
}

.btn-more img:hover,
.fuku-btns img:hover,
.bazar-btns img:hover {
  transform: scale(1.10);
}

.btn-more img {
  transition: transform 0.3s ease
}

.illust {
  position: absolute;
  top: -50px;
  left: 0;
  width: 1300px;
  pointer-events: none;
  z-index: 1000;
}

.illust.top-a {
  top: -85px;
}

.illust.fukubukuro-b {
  top: 9450px;
}

.wrapper #sec-ant {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}

#footer {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}

#footer .border img {
  width: 1280px;
  margin: 0 auto 30px;
  height: auto;
}

#footer ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto 30px;
}

#footer li img {
  width: 60px;
  height: auto;
  transition: transform .2s;
}

#footer li img:hover {
  transform: scale(1.25);
}

#footer .txt {
  width: 1001.45px;
  height: auto;
}

#copyright {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 15px;
  letter-spacing: 0.65px;
}



/* SP用のスタイル
===================================================== */

@media screen and (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
  }

  .wrapper,
  #sec-content,
  #sec-kv,
  #footer,
  #global-nav {
    max-width: 100%;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  html {
    scroll-padding-top: 16vw;
  }

  a img {
    transition: transform .2s;
  }

  a img:active {
    transform: scale(.95);
  }

  body {
    -webkit-text-size-adjust: none;
  }

  img {
    width: 100%;
    height: auto;
  }

  a img:hover {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }

  #header {
    height: 13vw;
  }

  #header .inner-block {
    width: 100vw;
    margin: 0 0 0 3vw;
  }

  #header .inner-block img {
    width: 40vw;
    height: auto;
  }


  body.is-nav-fixed #global-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
  }

  body.is-nav-fixed {
    padding-top: 18.66vw;
  }

  #global-nav {
    width: 100vw;
    height: 18.66vw;
    z-index: 10000;
    background: url("../img/bg_navi_sp.webp") top center no-repeat;
    background-size: 100vw;

    position: relative;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10000;

  }

  #global-nav .inner-block {
    width: 100vw;
    height: 16vw;
    padding: 2vw 0 0 2vw;
  }

  #global-nav .inner-block ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3.466vw 4vw;
  }

  #global-nav .inner-block li {
    gap: 0;
    width: auto !important;
    height: 5.6vw;
  }

  #global-nav .inner-block li img {
    width: auto !important;
    height: 5.6vw;
  }


  .wrapper {
    width: 100vw;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: visible;
  }

  #sec-kv {
    width: 100vw;
    height: auto;
    margin: 0 auto 0;
    overflow: hidden;
  }

  #sec-kv .inner-block {
    width: 100vw;
    height: 134.53vw;
    background: url("../img/img_sp_kv.webp")top center no-repeat;
    background-size: 100vw;
  }

  #sec-kv h1 {
    width: 78.91vw;
    left: 10.4vw;
    top: 6.667vw;
  }


  .wrapper #sec-content {
    width: 100vw;
  }

  .wrapper #sec-content .inner-block {
    width: 84vw;
    margin: 12vw auto 0;
    border: 0.8vw solid #000;
  }

  .wrapper #sec-content .inner-block ul {
    width: 84vw;
    z-index: 9;
  }

  .wrapper #sec-content .inner-block li {
    margin: 0;
    animation: fade-in_content-sp .4s ease-in-out both;
  }



  .wrapper #sec-menu {
    width: 100vw;
    height: auto;
    margin: 0 auto;
  }

  .wrapper #sec-menu {
    width: 84vw;
    padding-top: 14.66vw;
    margin: 0 auto;
    position: relative;
  }

  .wrapper #sec-menu .menu-list {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 14.53vw;
    column-gap: 0;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }

  .wrapper #sec-menu .menu-list li {
    width: 84vw;
    height: 81.86vw;
  }

  .fuku-btns,
  .bazar-btns {
    flex-wrap: wrap;
  }

  .fuku-btns li,
  .bazar-btns li {
    display: flex;
    justify-content: center;
  }

  .fuku-btns li:nth-child(3) {
    width: 100%;
  }

  .fuku-btns img,
  .bazar-btns img {
    height: 10.66vw;
    width: auto;
  }

  .illust {
    width: 100vw;
    top: -4.66vw;
  }

  .illust.top-a {
    top: 3vw;
    left: -2vw;
    width: 101.7vw;
  }

  .illust.top-b {
    width: 98vw;
    top: 567vw;
  }

  .illust.bazar-b {
    width: 101.9vw;
    top: 1750vw;
  }

  .illust.event {
    width: 101.7vw;
  }

  .illust.fukubukuro {
    width: 101.83vw;
  }

  .illust.fukubukuro-b {
    width: 101.83vw;
    top: 1404vw;
  }

  .illust.bazar {
    width: 101.9vw;
  }

  .wrapper #sec-ant {
    width: 100vw;
  }

  #footer {
    width: 100vw;
    text-align: center;
    margin: 0vw auto;
  }

  #footer .border img {
    width: 100vw;
    margin: 0 auto 4vw;
  }

  #footer ul {
    margin: 0 auto 4vw;
    gap: 6.66vw;
  }

  #footer li img {
    height: 12vw;
    width: auto;
  }

  #footer .txt {
    width: 84vw;
    margin: 0 auto;
  }

  #copyright {
    width: 100vw;
    padding: 6vw 0;
    font-size: 3vw;
    letter-spacing: 0.2vw;
  }
}

/*------------------------------------
  topに戻るボタン
------------------------------------*/
#page_top {
  z-index: 10000;
  position: fixed;
  right: 25px;
  bottom: 30px;
}

#page_top a {
  display: block;
}

#page_top a img {
  display: block;
  width: 80px;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center center;
}

#page_top a:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #page_top {
    right: 3vw;
    bottom: 3vw;
  }

  #page_top a img {
    width: 10vw;
  }
}

/*------------------------------------
アニメーション
------------------------------------*/
@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes zoom-in-logo {
  from {
    opacity: 0;
    transform: scale(2);
  }

  to {
    transform: scale(1.00);
  }
}

@keyframes ttl_zoom {
  from {
    transform: scale(0);
    filter: blur(10px);
  }

  25% {
    transform: scale(1.6);
    filter: blur(0px);
  }

  50% {
    transform: scale(0.90);
  }

  70% {
    transform: scale(1.05);
  }

  to {
    transform: scale(1.00);
  }
}

@keyframes sttl_zoom {
  from {
    transform: scale(0);
  }

  30% {
    transform: scale(1.15);
  }

  60% {
    transform: scale(0.90);
  }

  to {
    transform: scale(1.00);
  }
}

.fade-in_content-pc {
  animation: fade-in_content-pc .6s ease-in-out 0.1s both;
}

@keyframes fade-in_content-pc {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fade-in_content-sp {
  from {
    opacity: 0;
    transform: translateY(6vw);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes wow_kv-in {
  from {
    opacity: 1;
    transform: scale(1.3);
    filter: blur(5px);
  }

  60% {
    filter: blur(0px);
  }

  to {
    opacity: 1;
    transform: scale(1.00);
  }
}