/* ver 2022.01.27 - 1 */


.fz10{font-size: 10px}
.fz11{font-size: 11px}
.fz12{font-size: 12px}
.fz13{font-size: 13px}
.fz14{font-size: 14px}
.fz15{font-size: 15px}
.fz16{font-size: 16px}
.fz17{font-size: 17px}
.fz18{font-size: 18px}
.fz19{font-size: 19px}
.fz20{font-size: 20px}
.fz25{font-size: 25px}
.fz30{font-size: 30px}

/*youtube popup*/
#videoModal{
  background: #121a34b0;
}
#videoModal .modal-dialog.modal-lg{
  max-width: 80vw;
}
#videoModal .modal-content{
  background: #121a34;
}
#videoModal .modal-header .close{
  color: #fff;
  text-shadow: none;
  font-size: 3rem;
  position: absolute;
  top: 0;
  opacity: 1;
}

.tegakiFont{
  font-family: 'Klee One', cursive !important;
}
.note{
  background-color: #fff;
background-image:
 linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
background-size: 100% 2em;
line-height: 2em;
border: solid 1px #e6e6e6;
padding: 2em 1em 1.98em 1em;
color: #696969;
margin: 2em 0;
font-weight: bold;
box-shadow:2px 2px 0 rgba(0,0,0,.1);
}
.presentWrap{
  border: 2px solid #c00;
  border-radius: 5px;
  color: #c00;
  padding: 1.5rem .5rem .5rem;
  font-weight: bold;
  margin-top: .5rem;
  position: relative;
}

.presentWrap::before{
  content: '重要';
  color: #fff;
  display: block;
  background: #c00;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 0.75rem;
}
.presentWrap ol{
  margin-top: .5rem;
  margin-bottom: 0;
}
.presentWrap ol li{
  margin-bottom: .5rem;
}
.cautionList{
  font-size: 0.75rem;
  color: #666;
  padding: 0 1rem;
}
.cautionList li{
  list-style: none;
  position: relative;
}
.cautionList li::before{
  content: '※';
  display: block;
  position: absolute;
  left: -1rem;
}


.koumoku{
  padding-left: 1.5rem;
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
}
.koumoku:before,
.koumoku:after{
  content: '';
  display: block;
  height: 1.25rem;
  position: absolute;
  top: calc( 50% - 0.7rem );
}
.koumoku:before{
  background-color: #000e3b;
  left: 0.5rem;
  width: 0.3rem;

}
.koumoku:after{
  background-color: #e70012;
  left: 1rem;
  width: 0.25rem;
}

ul.contentList li{
  font-size: 1rem;
}
ul.contentList li p{
  font-size: 0.95rem;
}


html {
  scroll-behavior: smooth;
}

.logo-slogan p{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  line-height: 1.75em;
  font-weight: 400;
  color: #ffffff;
  /* text-align: center; */
  font-style: italic;
}

.copystrong{
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.copystrong.poCenter{
  font-weight: 800;
  /* color: #031a62; */
  color: #ffffff;
  /* color: #fff; */
  padding: 0 0.5rem;
  display: inline-block;
  font-size: 1.65rem;
}

#loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #51318f;
  z-index: 9999999;
}
#loading img{
  max-width: 200px;
  border-radius: 1px;
  position: absolute;
  top: 28%;
  left: calc( 50% - 100px);
  width: 200px;
}
#spinner {
  display: none;
  color: #deb139;
  z-index: 100000;
  height: 100vh;
}

.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.pick-class-label {
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  padding: 23px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.switch {
  margin-right: 20px;
}



#navbar-full .navbar {
  border-radius: 0 !important;
  margin-bottom: 15px;
  z-index: 2;
}

#menu-dropdown .navbar {
  border-radius: 3px;
}

#pagination-row .pagination-container {
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
}

#icons-row i.now-ui-icons {
  font-size: 30px;
}

.space {
  height: 130px;
  display: block;
}

.space-110 {
  height: 110px;
  display: block;
}

.space-50 {
  height: 50px;
  display: block;
}

.space-70 {
  height: 70px;
  display: block;
}

.navigation-example .img-src {
  background-attachment: scroll;
}

.navigation-example {
  background-position: center center;
  background-size: cover;
  margin-top: 0;
  min-height: 740px;
  height: 100%;
}

#notifications {
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  position: relative;
}

.tim-note {
  text-transform: capitalize;
}

#buttons .btn,
#javascriptComponents .btn {
  margin: 0 0px 10px;
}

.space-100 {
  height: 100px;
  display: block;
  width: 100%;
}

.be-social {
  padding-bottom: 20px;
  /*     border-bottom: 1px solid #aaa; */
  margin: 0 auto 40px;
}

.txt-white {
  color: #FFFFFF;
}

.txt-gray {
  color: #ddd !important;
}

.parallax {
  width: 100%;
  height: 570px;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.logo-container .logo {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #333333;
  width: 50px;
  float: left;
}

.logo-container .brand {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  width: 70px;
  height: 40px;
  text-align: left;
}

.logo-container .brand-material {
  font-size: 18px;
  margin-top: 15px;
  height: 25px;
  width: auto;
}

.logo-container .logo img {
  width: 100%;
}

.navbar-small .logo-container .brand {
  color: #333333;
}

.fixed-section {
  top: 90px;
  max-height: 80vh;
  overflow: scroll;
  position: sticky;
}

.fixed-section ul {
  padding: 0;
}

.fixed-section ul li {
  list-style: none;
}

.fixed-section li a {
  font-size: 14px;
  padding: 2px;
  display: block;
  color: #666666;
}

.fixed-section li a.active {
  color: #00bbff;
}

.fixed-section.float {
  position: fixed;
  top: 100px;
  width: 200px;
  margin-top: 0;
}

.parallax .parallax-image {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.parallax .parallax-image img {
  width: 100%;
}

@media (max-width: 768px) {
  .parallax .parallax-image {
    width: 100%;
    height: 640px;
    overflow: hidden;
  }
  .parallax .parallax-image img {
    height: 100%;
    width: auto;
  }
}

/*.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}*/

.social-buttons-demo .btn {
  margin-right: 5px;
  margin-bottom: 7px;
}

.img-container {
  width: 100%;
  overflow: hidden;
}

.img-container img {
  width: 100%;
}

.lightbox img {
  width: 100%;
}

.lightbox .modal-content {
  overflow: hidden;
}

.lightbox .modal-body {
  padding: 0;
}

@media screen and (min-width: 991px) {
  .lightbox .modal-dialog {
    width: 960px;
  }
}

@media (max-width: 991px) {
  .fixed-section.affix {
    position: relative;
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .btn,
  .btn-morphing {
    margin-bottom: 10px;
  }
  .parallax .motto {
    top: 170px;
    margin-top: 0;
    font-size: 60px;
    width: 270px;
  }
}

/*       Loading dots  */

/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#images h4 {
  margin-bottom: 30px;
}

#javascriptComponents {
  padding-bottom: 0;
}

/*      layer animation          */

.layers-container {
  display: block;
  margin-top: 50px;
  position: relative;
}

.layers-container img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
}

.animate {
  transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
  color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}
.ftrLogoArea{
  margin-top: 50px;
}
.sharing-area {
  margin-top: 0px;
}

.sharing-area .btn {
  margin: 15px 0px 0;
}
.sharing-area a i{
  width: 40px !important;
}
.sharing-area a i::before{
  font-size: 1.5rem;
}
.section-thin,
.section-notifications {
  padding: 0;
}

.section-navbars {
  padding-top: 0;
}

#navbar .navbar {
  margin-bottom: 20px;
}

#navbar .navbar-toggler,
#menu-dropdown .navbar-toggler {
  pointer-events: none;
}

.section-tabs {
  background: #EEEEEE;
}

.section-pagination {
  padding-bottom: 0;
}

.section-download {
  padding-top: 20px;
}

.section-download .description {
  margin-bottom: 60px;
}

.section-download h4 {
  margin-bottom: 25px;
}

.section-examples a {
  text-decoration: none;
}

.section-examples a+a {
  margin-top: 30px;
}

.section-examples h5 {
  margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
  height: 500px;
  padding-top: 128px;
  background-size: cover;
  background-position: center center;
}

.components-page .title,
.tutorial-page .title {
  color: #FFFFFF;
}

.brand .h1-seo {
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 300;
}

.brand .n-logo {
  max-width: 100px;
  margin-bottom: 40px;
}

.invision-logo {
  max-width: 70px;
  top: -2px;
  position: relative;
}

.creative-tim-logo {
  max-width: 140px;
  top: -2px;
  position: relative;
}

.section-javascript .title {
  margin-bottom: 0;
}

.navbar .switch-background {
  display: block;
}

.navbar-transparent .switch-background {
  display: none;
}

.section-signup .col .btn {
  margin-top: 30px;
}

#buttons-row .btn {
  margin-bottom: 10px;
}

.section-basic {
  padding-top: 0;
}

.section-images {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-navbars .navbar-collapse {
    display: none !important;
  }
}

.main_imgLogo{
  position: absolute;
  z-index: 999;
  width: 50vw;
  right: calc( 50% - 25vw);
  top: 30%;
}

@media screen and (max-width: 991px) {
.main_imgLogo{
  width: 90vw;
  right: calc( 50% - 45vw);
  }
}

.main_imgBox {
  height: 47.5vw;
  overflow: hidden;
  position: relative; }

.main_logo {
  z-index:11;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:50%;
  height:auto;
}

.main_img {
  z-index:10;
  opacity: 0;
  width: 100%;
  height: 56.6vw;
  background-position: center -30%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;

  filter: hue-rotate( 10deg ) contrast( 1.2 ) brightness( 0.9 );
}

  .main_img:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
  }

  .main_img:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s; }

  .main_img:nth-of-type(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s; }

  .main_img:nth-of-type(5) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s; }

  .main_img:nth-of-type(6) {
    -webkit-animation-delay: 30s;
    animation-delay: 30s; }

.main_imgM {
  opacity: 0;
  width:100%;
  height:100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; }

  .main_imgM:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s; }

  .main_imgM:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s; }

  .main_imgM:nth-of-type(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s; }

  .main_imgM:nth-of-type(5) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s; }

  .main_imgM:nth-of-type(6) {
    -webkit-animation-delay: 30s;
    animation-delay: 30s; }
  .main_imgM:nth-of-type(7) {
    -webkit-animation-delay: 36s;
    animation-delay: 36s; }

@keyframes anime {
  0% {
      opacity: 0;
  }
  8% {
      opacity: 1;
  }
  17% {
      opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.05);
    z-index:9;
  }
  100% { opacity: 0 }
}

@-webkit-keyframes anime {
  0% {
      opacity: 0;
  }
  8% {
      opacity: 1;
  }
  17% {
      opacity: 1;
  }
  25% {
      opacity: 0;
       -webkit-transform: scale(1.2);
          z-index:9;
  }
  100% { opacity: 0 }
}
.navbar .rightLogo{
  text-align: right;
}
.navbar .rightLogo img{
  max-width: 50%;
  transition: all 0.5s ease-out;
}
.navbar.navbar-transparent .rightLogo img{
  max-width: 70%;
  /* filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.7)) */
}

.navbar.navbar-transparent .navbar-translate .navbar-brand{
  background: inherit !important;
  position:  inherit;
  top: 7px;
  border-radius: 80px;
  border: inherit;
  transition: all 0.5s ease-out;
  box-shadow: inherit;
}
.navbar .navbar-translate .navbar-brand{
  background: #f7f7f7 !important;
  position: absolute;
  top: 15px;
  border-radius: 50px;
  /* border: 3px solid #a58450; */
  width:80px;
  height:80px;
  transition: all 0.5s ease-out;
  text-align: center;
  /* box-shadow: 0px 0px 8px 0px #2c1f4e6b; */
}
.navbar .navbar-translate .navbar-brand img{
  max-width: 70%;
  transition: all 0.5s ease-out;
  /* filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.7)) */
}

.navbar.navbar-transparent .navbar-translate .navbar-brand img{
  max-width: 110%;
  transition: all 0.5s ease-out;
}

.navbar.navbar-transparent .navbar-translate .navbar-brand{
  background: inherit;
}
.timeline-container h3{
  color: #fff;
}
.timeline-container h4{
  color: #fff;

  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: italic;
}
.timeline-container .timeline__content-result li{
  color: #fff;
  font-size: 1rem;
}

.eventArea{
  background: #fafafa;
  padding-top: 70px;
  /* padding-top: 0; */
}
.newsArea{
  background: #fafafa;
  /* padding-bottom: 60px; */
  padding: 30px 0 50px;
}
.eventArea h2{
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 4.5em;
  text-align: center;
  padding: 3.5rem 0 1.5rem;
  background: #cbcbcb;
  margin-bottom: 5rem;
  text-shadow: 0px 0px 5px black;
}
.historyArea h2{
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 4.5em;
  text-align: center;
  padding: 3.5rem 0 1.5rem;
  background: #cbcbcb;
  margin-bottom: 5rem;
  text-shadow: 0px 0px 5px black;
}
.newsArea h2{
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 4.5em;
  text-align: center;
  /* padding: 3.5rem 0 1.5rem; */
  /* background: #cbcbcb; */
  /* margin-bottom: 5rem; */
}
.eventArea h2 span{
  display: block;
  font-size: 1.5rem;
}
.historyArea h2 span{
  display: block;
  font-size: 1.5rem;
}
.eventArea h2.titMovie{
  background-image: url(../img/bg_title01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position:center;
}
.eventArea h2.titEvent{
  background-image: url(../img/bg_title02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position:center;
}
.eventArea h2.titGoods{
  background-image: url(../img/bg_title03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position:center;
}
.eventArea h2.titNews{
  background-image: url(../img/bg_title04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position:center;
}
.card-body{
  padding: .25rem;
}
.event-discription{
  padding: 1rem 0;
  margin-bottom: 0;
  color: #000;
  font-size: 1rem;
}

.goods .event-discription{
  padding: 0.5rem 0;
  margin-bottom: 0;
  color: #000;
  font-size: 0.8rem;
}
.goods .name{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  padding: 1rem 0 0;
  margin-bottom: 0;
  color: #000;
  font-size: 1.0rem;
}

.goods a{
  color: #fff;
}
.goods a:hover{
  text-decoration: none;
  color: #fff;
}
.goods .detail{
  padding: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 0.9rem;
  background: #6638b6;
  padding:.25rem;
  margin:1rem 0;
  text-align:  center;
}
.goods a:hover .detail{
  opacity: 0.7;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.goods .price{
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #000;
  font-size: 0.9rem;
  text-align: right;
}
.goods .price .num{
  font-size: 1.2rem;
font-family: din-2014, sans-serif;
font-weight: 800;
}

/* news area */
.newsArea .list {
    margin: auto;
    padding: 0;
}
.newsArea .list li {
    opacity: 1;
    list-style: none;
    /* background-color: #ddd; */
    margin-top: 10px;
    text-align: center;
    border-radius: 4px;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 10px;

    border-bottom: 1px solid #fafafa33;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.newsArea .list li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    /* display: none; */
}

.newsArea .list li a{
  display: block;
  position: relative;
  color: #000;
  border-bottom: 1px solid #fafafa33;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  }
.newsArea .list li a::after{
  content: '';
  position: absolute;
  right: 10px;
  top: 35px;
  font-size: 3rem;
  background: #51318f;
  width: 15px;
  height: 1px;
  transform: rotate(45deg);
  opacity: 0.3;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.newsArea .list li a::before{
  content: '';
  position: absolute;
  right: 10px;
  top: 45px;
  font-size: 3rem;
  background: #4d4d4d;
  width: 15px;
  height: 1px;
  transform: rotate(-45deg);
  opacity: 0.3;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.newsArea .list li a:hover{
  opacity: 0.7;
}
.newsArea .list li a:hover::before,
.newsArea .list li a:hover::after{
  right: 0px;
  height: 3px;
  opacity: 1;
}
.newsArea .list li a .imgArea{
  width: 100px;
  height: 70px;
  display: block;
  overflow: hidden;
}
.newsArea .list li a .dateArea{
  width: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 110px;
  font-size: 1rem;

  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.newsArea .list li a .cateArea{
  width: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 180px;
}
.newsArea .list li a .titleArea{
  width: 100%;
  display: block;
  position: absolute;
  top: 1.75rem;
  left: 127px;
  text-align: left;
  font-weight: normal;
  font-size: 1.2rem;
}
.newsArea .list li a .imgArea img{
  width: 100%;
  border: 1px solid #ccc;
}
.newsArea .more {
    text-align: center;
    margin-top: 20px;
    color: #4c4c4c;
}
.newsArea button {
  color: #4c4c4c;
  background-color: inherit;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 120px;
  border-radius: 16px;

  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;

  position: relative;
}

.newsArea button:after,
.newsArea button:before{
  content: '';
  width: 30px;
  background: #9b9b9b;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -5px;
}
.newsArea button:after{
  right: calc( 50% - 29px );
  transform: rotate(-25deg);
}
.newsArea button:before{
  left: calc( 50% - 29px );
  transform: rotate(25deg);
}

.fwb{
  font-weight: bold;
}
.tac{
  text-align: center;
}

.navbar{
  border-bottom: 3px solid #a58450;
}
.navbar.navbar-transparent{
  border-bottom: none;
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 20px;
    display: flex;
    height: 40px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    /* background-color: #3584bb; */
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    /* border-radius: 3px; */
    background-color: #bfbfbf;
    position: absolute;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 40%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 110%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #000e3b;
    transition: all 0.5s;/*アニメーション設定*/
    box-shadow: 0px 0px 13px 5px rgb(0 0 0 / 60%);
    overflow-y: scroll;
}
.menu-content ul {
    padding: 20px 10px 0;
    width: 80%;
    margin: 2rem auto;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff54;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    /* font-size: 1rem; */
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 60%;/*メニューを画面内へ*/
}
.menu-content .menuLogo{
  width: 50%;
  margin: 2rem auto;
}
header{
  background-color: #50308e;
  /* height: 5rem; */
  height: 65px;
  /* position: sticky; */
  position: absolute;
  top: 0;
  z-index: 9999;
  border-bottom: 4px solid #e70012;
}
header .logo{
  width: 53px;
  margin: auto;
  padding-top: 3px;
}
header .emblem{
  width: 110px;
  position: absolute;
  left: 30px;
  top: 30px;
}
header .emblem2{
  width: 85px;
  position: absolute;
  left: 160px;
  top: 12px;
}
.logo-slogan{
  background-image: url(../img/bg_slogan.jpg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center top;

  background-size: 150%;
  position: relative;
  background-color: #130e14;
}
.pages .logo-slogan{
  background: none;
}
.logo-slogan h3{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #56378f;
  margin-bottom: 0.5rem;
}
.logo-slogan .img_res.logo{
  padding: 0 5rem;
}
.logo-slogan .img_res img{
  width: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  border: 9px solid #4f338e;
  border-radius: 5px;
}

.eventArea .card h4{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.eventArea .card-body a.detail{
  background: #51318f;
  display: block;
  text-align: center;
  padding: 0.5rem;
  color: #fff;
}
.eventArea .card-body a.detail:hover{
  opacity: 0.6;
  text-decoration: none;
}

.eventArea .card-body span.detail{
  background: #ccc;
  display: block;
  text-align: center;
  padding: 0.5rem;
  color: #fff;
}
.eventArea .card-body a.bnrArea img{
  border: 1px solid #ccc;
}

.historyNav{
  display: flex;
  position: sticky;
  top: 4rem;
  z-index: 100;
  background: #fff;
  /* padding: 0.3rem 1rem 0.2rem; */
  padding: 0.5rem 0 1rem;
}
.historyNav li{
  width: calc( 100% / 7 );
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
}
.historyNav li a{
  color: #909090;
}
.historyNav li a.active{
  color: #001444;
}
.historyNav li a.active span{
  border-bottom: 5px solid #001444;
}
.timeline::before{
  content: '';
  height: 100%;
  width: 1px;
  background: #cdcdcd;
  display: block;
  position: absolute;
  left: 50%;
}

.timeline .yearWrap{
  display: flex;
  flex-direction: row;
  margin: 3rem 2rem 3rem;
  padding-top: 1rem;
}

.timeline .yearWrap .year{
  width: 16%;
  text-align: center;
  z-index: 9;
}
.timeline .yearWrap .year span{
  background: #fff;
  color: #001444;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
  margin-top: 0.8rem;
  padding: 0;
  text-align: center;
}
.timeline .yearWrap .year.only span{
  font-size: 2.5rem;
}
.timeline .yearWrap .textArea{
  width: 42%;
  padding-top: 2rem;
}
.timeline .yearWrap .textArea h4{
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: bold;
}
.timeline .yearWrap .imageArea{
  width: 42%;
}

.timeline .yearWrap:nth-child(odd) .year{ order:2; }
.timeline .yearWrap:nth-child(odd) .textArea{ order:3; }
.timeline .yearWrap:nth-child(odd) .imageArea{ order:1; }

.timeline .yearWrap:nth-child(even) .year{ order:2; }
.timeline .yearWrap:nth-child(even) .textArea{ order:1; }
.timeline .yearWrap:nth-child(even) .imageArea{ order:3; }

.timeline .yearWrap.total{
  background: #efebeb;
  padding: 1rem 2rem;
  position: relative;
}
.timeline .yearWrap.total .year span{
  background: #efebeb;
}

.timeline .yeartotal .uniwrap img{
  width: 100%
}

.slider {
    /* width: 50%; */
    margin: 30px auto;
}

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.slick-dots li{
  width: 8px !important;
}
.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px !important;
  padding: 0 !important;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: #ccc !important;
  border-radius: 8px;
}
.slick-dots li.slick-active button{
  background: #000e3b !important;
  opacity: 1 !important;
}
.slick-dots li button:before{
  display: none !important;
}
.lb-number{
  display: none !important;
}
.slick-prev, .slick-next{
  display: none !important;
}
.section.historyArea{
  padding-bottom: 0;
}
.afterHistory{
  background-image: url(../img/bg_history.jpg);
  z-index: 9997;
  position: sticky;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 30vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 64%;
}
.ftrLogo{
  flex: 0 0 45%;
  max-width: 45%;
}
.footerArea .ftrLogo img{
  width: 100%;
}
.copyright{
  color: #000;
}
footer.footer{
  background-color: #51318f;
      border-top: 5px solid #bb984a;
}
.pageTop{
  width: 64px;
  height: 64px;
  background: #00000066;
  right: 1rem;
  position: fixed;
  bottom: 53px;
  z-index: 9998;
  padding: 5px;
}
.pageTop a{
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  display: block;
  height: 50px;
  padding-top: 20px;
  width: 56px;
  font-size: 1.1rem;
  text-align: center;
}
.pageTop a:hover{
  text-decoration: none;
}
.pageTop a::after,
.pageTop a::before{
  content: '';
  width: 15px;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  top:6px;
}
.pageTop a::before{
  transform: rotate(-35deg);
  left: 14px;
}
.pageTop a::after{
  transform: rotate(35deg);
  right: 14px;
}
.newsArea h2.news{
  padding-top: 10px;
}
.logo-slogan#logo{
  margin-bottom: -70px;
  z-index: 99;
}
.imageArea section div a{
  position: relative;
}
.imageArea section div a::before{
  /* content: "\f002"; */
  content: '';
  width: 25px;
  height: 25px;
  /* background: #f00; */
  display: block;
  position: absolute;
  z-index: 9;
  top: 1rem;
  right: 2rem;
  color: #fff;
  background-image: url(../img/icon-zoom.png);
  background-repeat: no-repeat;
}
.slick-slide{
  opacity: 1 !important;
}

/* show/hide goods for PC */
.goodsUnit{
  /* display: block; */
  opacity: 1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.goodsUnit.is-hidden {
  /* display: none; */
  opacity: 0;
  height: 0;
  margin: 0;
  /* display: none; */
  overflow: hidden;
}
.list-btn {
    margin-top: 10px;
    text-align: center;
}
.list-btn button:after, .list-btn button:before{
  content: '';
  width: 30px;
  background: #9b9b9b;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -5px;
}
.list-btn button:before{
  left: calc( 50% - 29px );
  transform: rotate(25deg);
}
.list-btn button:after{
    right: calc( 50% - 29px );
    transform: rotate(-25deg);
}

.list-btn.is-btn-hidden{
  display:none;
}
.list-btn button {
  color: #4c4c4c;
  background-color: inherit;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 120px;
  border-radius: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  position: relative;
}
.comingsoon{
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 1.75rem;
  color: #aaa;
  font-weight: 700;
}

.pc{
  display: inherit;
}
.sp{
  display: none;
}
#page-1st .carousel-control-next,
#page-1st .carousel-control-prev{
  width: 3%;
  background-color: #000841;
}
#page-1st .carousel .card{
  margin: 10px auto;
}
#page-1st .card-title{
  text-align: center;
  font-weight: bold;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}
#page-1st .bodyText{
  font-size: 1rem;
  text-align: center;
}

#page-1st #carousel-card a:hover{
  text-decoration: none;
  opacity: 0.8;
}
#page-1st .kv img{
  width: 100% !important;
}
#page-1st .modal-body .imgWrap .img_res{
  width: 100%;
}
.cardLink{
  color: inherit;
}
.cardLink:hover,
.cardLink:active,
.cardLink:focus{
  color: #000e3b;
}
.slider1st.slick-slider{
  margin: 0;
  padding: 0;
  width: 100%;
}
.gameCard .petWrap .pet{
  width: 40%;
  margin: 1rem auto 0;
  margin-left: 60%;
}
.gameCard .petWrap .petSwa{
  margin-left: 0;
  float: left;
  margin-top: 0;
  padding-top: 0;
  width: 40%;
}
.gameCard .petWrap::before{
  content: 'vs';
  position: absolute;
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  font-weight: bold;
  color: #ccc;
  left: calc( 50% - 2rem );
  top: 15%;
}
.gameCard .card{
  border: 1px solid #ccc;
}
.gameCard .card .date{
  font-family: 'Oswald', sans-serif;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.gameCard .card .time{
  font-family: 'Oswald', sans-serif;
  margin-top: 0;
  padding: 0 1rem;
  background: #f00;
  color: #fff;
}
.komidashi{
  background: #000e3b;
  color: #fff;
  padding: 0.5rem;
  font-size: 1.25rem;
  border-radius: 5px;
  border-bottom: 3px solid #f00;
}
.btn-primary{
  border-bottom: 3px solid #000e3b;
  background: #ff1515;
}
.btn-primary:hover{
  border-bottom: 3px solid #000e3b;
}
.modal{
  z-index: 99999;
}
.crewSign{
  width: 30%;
  float: right;
  margin-top: 2rem;
}
.btn-primary.miwakoho{
  background: #b7a25d;
  border-bottom: 3px solid #000e3b;
  position: relative;
}
.btn-primary.miwakoho::after{
  content: '';
  background-image: url(../img/miakoho.png);
  display: block;
  width: 80px;
  height: 80px;
  /* background-color: #f00; */
  background-size: cover;
  position: absolute;
  top: -15px;
  right: -11px;
}
/* pcのみ */
@media screen and (min-width: 780px) {
  .goodsUnit .imgWrap2,
  .goodsUnit .imgWrap {
    width: 100%;
    height: 100%;
  }
  .goodsUnit .imgWrap img{
    width: 100%;
    height: 260px;
    object-fit: cover; /* この一行を追加するだけでOK! */
  }
  .goodsUnit .imgWrap2 img{
    width: 100%;
    height: 180px;
    object-fit: cover; /* この一行を追加するだけでOK! */
  }
  .eventArea h2,
  .historyArea h2.titNews{
    padding: 2.25rem 0 1.75rem;
    margin-bottom: 20px;
  }
  .eventArea#movie,
  .eventArea{
    /* padding: 50px 0 0px; */
  }
  .eventArea h2{
    margin-bottom: 3rem;
  }
  .card{
    margin-bottom: 0;
  }
  .list-btn{
    height: 45px;
  }
  .section.historyArea{
    padding: 40px 0 0;
  }
  .timeline .yearWrap{
    margin: 1rem 2rem 0em;
  }
}
.hidden {
  overflow: hidden;
}
/* sp上書き */
@media screen and (max-width: 780px) {

.logo-slogan#logo{
    margin: 0;
    padding: 0
}
.copystrong.poCenter{
  font-size: 1.2rem;
  padding: 0 0.25rem;
  line-height: 1.4;
}
.crewSign{
  width: 50%;
  float: right;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
  .btn-primary.miwakoho{
    text-align: left;
  }
  .btn-primary.miwakoho::after{
    content: '';
    background-image: url(../img/miakoho.png);
    display: block;
    width: 70px;
    height: 70px;
    /* background-color: #f00; */
    background-size: cover;
    position: absolute;
    top: -15px;
    right: 0px;
  }

  @keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
      opacity: 0;
      transform: scale(1.02);
      z-index:9;
    }
    100% { opacity: 0 }
  }

#videoModal .modal-dialog.modal-lg{
    max-width: 100vw;
    margin: auto;
    margin-top: 3rem;
}
#videoModal .modal-content .modal-header{
  margin-bottom: 1rem;
}
.index-page .page-header{
  height: 95vw;
}
.main_imgBox{
  height: 95vw;
}
#page-1st .modal .modal-header .close{
  top: -0.5rem;
right: 0rem;
}

  .pc{
    display: none;
  }
  .sp{
    display: inherit;
  }
  .historyArea .container{
    padding-left: 0;
    padding-right: 0;
  }
  .historyNav li{
    width: calc( 100% / 4 );
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .timeline .yearWrap.total {
    background: #efebeb;
    padding: 0.5rem 1rem 0.25rem;
    position: relative;
  }
  .historyArea ul.historyNav li{
    font-size: 1.8rem;
    padding: .3rem 1rem;
  }
  .historyArea ul.historyNav li span.end{
    display: none;
  }
  .historyArea ul.historyNav li a.nav-link{
    padding: 0;
  }
  .historyNav li a.active span{
    border-bottom: 3px solid #001444;
  }
  .timeline .yearWrap{
    margin-top: 0;
  }
  .timeline::before{
    left: 1rem;
    height: 100%;
  }
  .timeline .yearWrap{
    display: block;
    margin: 0 2rem 0;
  }
  .timeline .yearWrap .textArea{
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  .timeline .yearWrap .imageArea{
    width: 100%;
  }
  .timeline .yearWrap .year{
    width: 100%;
    text-align: left;
    z-index: 9;
    /* position: absolute; */
    left: 0;
    top: 0;
    margin: 2rem 0 0;
    padding: 0;
  }
  .timeline .yearWrap .year span{
    font-size: 1.8rem;
  }
  .newsArea .list li a .imgArea{
    width: 90px;
  }
  .newsArea .list li a .dateArea{
    left: 95px;
    font-size: 0.8rem;
    text-align: left;
  }
  .newsArea .list li a .titleArea{
    width: 70%;
    left: 95px;
    font-size: .8rem;
    line-height: 1.2;
  }
  .newsArea h2{
    font-size: 2.5rem;
  }
  header{
    height: 58px;
  }
  header .logo{
    width: 45px;
  }
  header .emblem{
    width: 85px;
    left: 10px;
    top: 20px;
  }
  .menu-btn{
    height: 40px;
    width: 40px;
    top: 7px;
  }
  .menu-content{
    width: 80%;
  }
  #menu-btn-check:checked ~ .menu-content{
    left: 20%
  }
  #menu-btn-check:checked .main{
    position: fixed;
  }

  .historyNav{
    top: 3.5rem;
  }
  .logo-slogan h3{
    text-align: center;
    font-size: 1.3rem;
    margin-top: 2rem;
  }
  .logo-slogan{
    padding: 10px 20px;
    background-size: inherit;
    background-position: inherit;
    background-color: #130e14;
  }
  .logo-slogan .textWrap{
    /* background: #fff; */
    padding: 1rem;
    padding-bottom: 0;
  }
  .logo-slogan .textWrap p{
    font-size: 1rem;
  }
  .eventArea h2,
  .historyArea h2{
    font-size: 2.8em;
    /* padding: 1.5rem 0 1.0rem; */
    padding: 0.75rem 0 0.75rem;
    margin-bottom: 2.5rem;
  }
  .eventArea h2 span,
  .historyArea h2 span{
    font-size: 1.2rem;
  }

  .eventArea .card h4{
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .event-discription{
    padding: 0.5rem 0 1rem;
    font-size: 1rem;
  }
  .eventArea{
    padding-bottom: 0px;
  }
  .goods .card{
    margin-bottom: 0;
  }
  .afterHistory{
    height: 145px;
  }
  .index-page .page-header{
    height: 95vw;
  }
  .page-header{
    min-height: 56.5vw;
  }
  .newsArea{
    padding: 0 0 40px;
  }
  .menu-btn span, .menu-btn span:before, .menu-btn span:after{
    width: 35px;
  }
  .menu-btn span:after {
    top: 10px;
  }
  .menu-btn span:before {
    bottom: 10px;
  }
  .main_img{
    height: 95vw;
  }
  .eventArea h2.titMovie{
    background-image: url(../img/bg_title01_sp.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: unset;
    background-position: center;
  }
  .eventArea h2.titEvent{
    background-image: url(../img/bg_title02_sp.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: unset;
    background-position: center;
  }
  .eventArea h2.titGoods{
    background-image: url(../img/bg_title03_sp.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center;
  }
  .eventArea h2.titNews{
    background-image: url(../img/bg_title05_sp.jpg?202302);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: unset;
    background-position: center;
  }
  .eventArea{
    /* padding-top: 30px; */
    padding-top: 2rem;
  }
  .logo-slogan#logo{
    /* display: none; */
  }
  .eventArea#movie{
    /* padding-top: 70px; */
    padding-top: 0;
  }
  .newsArea h2.news{
    /* margin-top: 30px; */
    /* margin-top: 10px; */
    margin-top: 0px;
    /* margin-bottom: 10px; */
    margin-bottom: 0px;
  }
  .imageArea section div a::before{
    top: 2rem;
  }
  .list-btn{
    height: 50px;
  }
  .newsArea .list li a::after{
    right:0;
  }
  .newsArea .list li a::before{
    right:0;
  }
  .logoTextArea{
    /* display: none; */
    padding-top: 2rem;
  }
  .sloganTextArea{
    display: none;
  }
  .modal-content{
    z-index: 999999;
  }
  .logo-slogan .img_res.logo{
    padding: 0 3.5rem;
  }
  .modal-content .modal-body{
    padding-top: 6px;
  }
  #sloganConcept .modal-body p,
  #logoConcept .modal-body p{
    font-size: 0.95rem;
  }
  .modal-content .modal-footer button{
    font-family: 'Oswald', sans-serif;
    border-radius: 0;
    font-size: 0.8rem;
    padding: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
  }
  .modal-content .modal-footer button::before,
  .modal-content .modal-footer button::after{
    content: '';
    display: block;
    width: 1rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: .25rem;
  }
  .modal-content .modal-footer button::before{
    transform: rotate(45deg);
  }
  .modal-content .modal-footer button::after{
    transform: rotate(-45deg);
  }
  .modal-title{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: #56378f;
    margin-bottom: 0.5rem;
  }
  #logoConcept .modal-body .img_res.logo{
    width: 70%;
    margin: 0 auto 1rem;
  }
  #sloganConcept .modal-body .img_res.logo{
    width: 95%;
    margin: 0 auto 1rem;
  }
  .modal .modal-header .close{
    color: #000;
    font-size: 3.2rem;
    top: 0.5rem;
    right: 1rem;
  }
  .modalOpen{
    width: 100%;
    border-radius: 0;
    background: #56378f;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .modalOpen:active,
  .modalOpen:focus,
  .modalOpen:active:focus,{
    background: #56378f !important;
  }

  .pageTop{
    z-index: 999;
  }
  .afterHistory{
    z-index: 999;
  }
  .historyArea .timeline .textArea p{
    font-size: 1rem;
  }
  .goods .card .card-body img{
    width: 30%;
    float: left;
  }
  .goods .card .card-body .name,
  .goods .card .card-body .event-discription,
  .goods .card .card-body .price{
    width: 70%;
    float: right;
    padding: 0 0 0 0.5rem;
  }
  .goods .card .card-body .name{
    font-size: 1rem;
  }
  .goods .card .card-body .event-discription{
    font-size: 0.75rem;
    line-height: 1.2;
    padding-top: .25rem;
  }
  .goods .card .card-body .price{
    font-size: 0.75rem;
    padding-top: .3rem;
  }
  .goods .card .card-body .price .num{
    font-size: 1rem;
  }
  .goods .card .card-body .price .tax{
    font-size: 0.75rem;
  }
  .goods .detail{
    width: 68%;
    float: right;
    margin: 0.25rem 0 0.25rem 2%;
    padding: 0;
    font-size: 0.75rem;
  }
  .goods .card{
    margin-bottom: 0.75rem;
  }
  .newsArea .list{
    margin: 0 auto -10px;
  }
  .newsArea .list li{
    margin-bottom: 10px;
  }
  .newsArea .more{
    margin-top: 0;
  }
  #goods .list-btn{
    margin-top: 0;
  }
  .section.historyArea{
    padding: 30px 0;
  }
  .timeline .yearWrap .year span{
    margin-top: 0rem;
  }
  .timeline .yearWrap{
    padding-top: 0.75rem;
  }
  .eventArea h2.titNews{
    /* background-position: bottom !important; */
  }
  .btn.modalOpen.sp{
    position: relative;
  }
  .btn.modalOpen.sp::before,
  .btn.modalOpen.sp::after{
    display: block;
    content: '';
    height: 0.75rem;
    width: 1px;
    background-color: #fff;
    position: absolute;
    right: 1.25rem;
  }
  .btn.modalOpen.sp::before{
    transform: rotate(-45deg);
    top: .55rem;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .btn.modalOpen.sp::after{
    transform: rotate(45deg);
    bottom: .55rem;
  }
  header .emblem2{
    width: 55px;
    position: inherit;
    left: 110px;
    top: 12px;
    margin: auto;
  }
  #page-1st .carousel-control-next, #page-1st .carousel-control-prev{

    width: 10%;

  }

}
#specialEvent h2{
  margin-bottom: 0 !important;
}
.eventMemory{
  background-image: url(../img/bg_specialEvent.jpg);

  position: relative;
  background-position: center;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;

  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;

  padding: 2rem;
}
.eventMemory::before{
  background: inherit;
  content: '';
  position: absolute;
  filter: blur(5px) brightness(0.8) ;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
}
.eventMemory .logoEvent{
  width: 30%;
  margin: auto;
}

@media screen and (max-width: 991px) {
.eventMemory .logoEvent{
  width: 80%;
  }

  .eventMemory{
    background-image: url(../img/bg_specialEvent_sp.jpg);
    background-attachment: initial;
  }
}

.eventMemory .logoEvent img{
  width: 100%;
  filter: drop-shadow(0px 0px 10px #ffffff);
}

.subTitle {
  text-align: center;
  /* font-family: 'Oswald', sans-serif; */
  font-size: 1.75rem;
  color: #51318f;
  font-weight: 900;
  margin-top: 3rem;
}

@media screen and (max-width: 991px) {
.subTitle{
  font-size: 1.35rem;
  }
}

.postBtn{
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}


@media screen and (max-width: 991px) {
  .sp_tal{
    text-align: left;
  }
  .sp_tar{
    text-align: right;
  }
  .sp_tac{
    text-align: center;
  }
}
