/* -------------------------------------------------------------------
* Breakpoints
-------------------------------------------------------------------*/
/* view PC */
.pc-display {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .pc-display {
    display: none !important;
  }
}

/* view PC&TAB */
.pc-tab-display {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc-tab-display {
    display: none !important;
  }
}

/* view TAB&SP */
.tab-sp-display {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .tab-sp-display {
    display: block !important;
  }
}

/* view SP */
.sp-display {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp-display {
    display: block !important;
  }
}

.wrapper {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 1440px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
  }
}

/* -------------------------------------------------------------------
* Opening
-------------------------------------------------------------------*/
.opening {
  background-color: #b0b1b2;
  position: fixed;
  z-index: 10000;
  min-width: 100%;
  min-height: 100%;
}

.opening img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1100;
  display: block;
  margin: 0 auto;
  width: 150px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.opening img.text_title {
  top: auto;
  bottom: 10%;
  width: 320px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .opening span {
    font-size: 6vw;
  }
}

/* -------------------------------------------------------------------
* Slider
-------------------------------------------------------------------*/
@-webkit-keyframes textIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes textIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes textOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes textOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes slideOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes btnIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes btnIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: tanslateX(100%);
            transform: tanslateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: tanslateX(100%);
            transform: tanslateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

section.section-mv {
  height: 100vh;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1025px) {
  section.section-mv {
    min-height: 540px;
  }
}

@media screen and (max-width: 767px) {
  section.section-mv.iPhone {
    height: 90vh;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  section.section-mv {
    height: 300vh !important;
    min-height: 300%;
  }
}

section.section-mv .mv-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

section.section-mv .list_mv {
  height: 100%;
  width: 100%;
}

section.section-mv .list_mv_item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.section-mv .list_mv_item .mv_text {
  font-size: 35px;
  line-height: 1.5;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  section.section-mv .list_mv_item .mv_text {
    font-size: 25px;
  }
}

section.section-mv .list_mv_item .mv_text span {
  display: block;
}

section.section-mv .list_mv_item .mv_text .btn_next {
  width: 96px;
  float: right;
  margin-right: -96px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0%;
}

@media screen and (max-width: 767px) {
  section.section-mv .list_mv_item .mv_text .btn_next {
    right: 25%;
    width: 60px;
    margin-top: 30px;
    margin-right: -60px;
  }
}

section.section-mv .list_mv_item .mv_text .btn_next img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

section.section-mv .list_mv_item .mv_text .btn_next:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.section-mv .list_mv_item .mv_text .fade {
  opacity: 0;
}

section.section-mv .list_mv_item .mv_text .fade01 {
  font-weight: 100;
}

section.section-mv .list_mv_item .mv_text:after {
  content: "";
  display: block;
  clear: both;
}

section.section-mv .list_mv_item:nth-child(1) {
  background-image: url("../image/eyecatch01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  section.section-mv .list_mv_item:nth-child(1) {
    background-image: url("../image/eyecatch01-sp.jpg");
  }
}

section.section-mv .list_mv_item:nth-child(2) {
  background-image: url("../image/eyecatch02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

section.section-mv .list_mv_item:nth-child(2) .mv_text {
  color: #333;
}

@media screen and (max-width: 767px) {
  section.section-mv .list_mv_item:nth-child(2) {
    background-image: url("../image/eyecatch02-sp.jpg");
  }
}

section.section-mv .list_mv_item:nth-child(3) {
  background-image: url("../image/eyecatch03.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  section.section-mv .list_mv_item:nth-child(3) {
    background-image: url("../image/eyecatch03-sp.jpg");
  }
}

section.section-mv .list_mv_item.current {
  z-index: 1;
}

section.section-mv .list_mv_item.current .fade {
  -webkit-animation: textIn 1.5s both;
          animation: textIn 1.5s both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section.section-mv .list_mv_item.current .fade.fade01 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

section.section-mv .list_mv_item.current .fade.fade02 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

section.section-mv .list_mv_item.current .fade.fade02 + .btn_next {
  -webkit-animation: btnIn 0.5s ease;
          animation: btnIn 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

section.section-mv .list_mv_item.current .fade.fade03 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

section.section-mv .list_mv_item.current .fade.fade03 + .btn_next {
  -webkit-animation: btnIn 0.5s ease;
          animation: btnIn 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

section.section-mv .list_mv_item.off {
  z-index: 2;
  -webkit-animation: slideOut 1s;
          animation: slideOut 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

section.section-mv .list_mv_item.off .fade {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: textOut 1s both;
          animation: textOut 1s both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section.section-mv .list_mv_item.off .fade.fade02 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

section.section-mv .list_mv_item.off .fade.fade03 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

section.section-mv .list_mv_dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  letter-spacing: -0.4em;
  z-index: 999;
}

section.section-mv .list_mv_dots_item {
  width: 22px;
  height: 22px;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
}

section.section-mv .list_mv_dots_item:hover {
  opacity: 1;
}

section.section-mv .list_mv_dots_item:not(:last-child) {
  margin-right: 10px;
}

section.section-mv .list_mv_dots_item:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}

section.section-mv .list_mv_dots_item svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

section.section-mv .list_mv_dots_item svg circle {
  fill: transparent;
}

section.section-mv .list_mv_dots_item.dots-current {
  opacity: 1;
  pointer-events: none;
}

section.section-mv .list_mv_dots_item.dots-current.flg svg circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 0 63;
  -webkit-animation: circle 12s;
          animation: circle 12s;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

section.section-mv .list_mv_dots_item.dots-current svg circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 0 63;
  -webkit-animation: circle 9s;
          animation: circle 9s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 63;
  }
  99.9%,
  to {
    stroke-dasharray: 63 63;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 63;
  }
  99.9%,
  to {
    stroke-dasharray: 63 63;
  }
}

section.section-mv .item_logo {
  padding: 60px 0;
  text-align: center;
}

section.section-mv .item_logo img {
  width: 250px;
  opacity: 1 !important;
}

@media screen and (min-width: 1440px) {
  section.section-mv .item_logo img {
    width: 20vw;
  }
}

@media screen and (max-width: 767px) {
  section.section-mv .item_logo img {
    width: 60%;
  }
}

section.section-pers {
  height: 100vh;
  min-height: 100%;
}

@media screen and (min-width: 1025px) {
  section.section-pers {
    min-height: 540px;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  section.section-pers {
    height: 300vh;
    min-height: 300%;
  }
}

section.section-pers .slider-wrap {
  height: 100%;
  position: relative;
}

section.section-pers .slider-wrap .list_pers {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  section.section-pers .slider-wrap .list_pers {
    background-image: url("../image/bg-pers.png?20200803");
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 768px) {
  section.section-pers .slider-wrap .list_pers {
    background-image: url("../image/bg-pers-sp.png?20200803");
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
}

section.section-pers .slider-wrap .list_pers_item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

section.section-pers .slider-wrap .list_pers_item .item_ttl {
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

section.section-pers .slider-wrap .list_pers_item:nth-child(1) {
  background-image: url("../image/food.png?20200803");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 0;
}

section.section-pers .slider-wrap .list_pers_item:nth-child(1) .item_ttl {
  background-image: url("../image/ttl-food.png?20200803");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  section.section-pers .slider-wrap .list_pers_item:nth-child(1) {
    background-image: url("../image/food-sp.png?20200803");
  }
  section.section-pers .slider-wrap .list_pers_item:nth-child(1) .item_ttl {
    background-image: url("../image/ttl-food-sp.png?20200803");
  }
}

section.section-pers .slider-wrap .list_pers_item:nth-child(2) {
  background-image: url("../image/playroom.png?20200803");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 0;
}

section.section-pers .slider-wrap .list_pers_item:nth-child(2) .item_ttl {
  background-image: url("../image/ttl-playroom.png?20200803");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  section.section-pers .slider-wrap .list_pers_item:nth-child(2) {
    background-image: url("../image/playroom-sp.png?20200803");
  }
  section.section-pers .slider-wrap .list_pers_item:nth-child(2) .item_ttl {
    background-image: url("../image/ttl-playroom-sp.png?20200803");
  }
}

section.section-pers .slider-wrap .list_pers_item:nth-child(3) {
  background-image: url("../image/lounge.png?20200803");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 0;
}

section.section-pers .slider-wrap .list_pers_item:nth-child(3) .item_ttl {
  background-image: url("../image/ttl-lounge.png?20200803");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  section.section-pers .slider-wrap .list_pers_item:nth-child(3) {
    background-image: url("../image/lounge-sp.png?20200803");
  }
  section.section-pers .slider-wrap .list_pers_item:nth-child(3) .item_ttl {
    background-image: url("../image/ttl-lounge-sp.png?20200803");
  }
}

section.section-pers .slider-wrap .list_pers_item:nth-child(4) {
  background-image: url("../image/life.png?20200803");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 0;
}

section.section-pers .slider-wrap .list_pers_item:nth-child(4) .item_ttl {
  background-image: url("../image/ttl-life.png?20200803");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  section.section-pers .slider-wrap .list_pers_item:nth-child(4) {
    background-image: url("../image/life-sp.png?20200803");
  }
  section.section-pers .slider-wrap .list_pers_item:nth-child(4) .item_ttl {
    background-image: url("../image/ttl-life-sp.png?20200803");
  }
}

section.section-pers .slider-wrap .list_pers_item.pers-current {
  z-index: 1;
}

section.section-pers .slider-wrap .list_pers_item.pers-current .item_ttl {
  -webkit-animation: slideIn 1.5s ease;
          animation: slideIn 1.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 2;
}

section.section-pers .slider-wrap .list_pers_item.off {
  z-index: 2;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

section.section-pers .slider-wrap .list_pers_item.off .item_ttl {
  opacity: 0;
}

section.section-pers .slider-wrap .list_pers_dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  letter-spacing: -0.4em;
  z-index: 999;
}

section.section-pers .slider-wrap .list_pers_dots_item {
  width: 22px;
  height: 22px;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
}

section.section-pers .slider-wrap .list_pers_dots_item:hover {
  opacity: 1;
}

section.section-pers .slider-wrap .list_pers_dots_item:not(:last-child) {
  margin-right: 10px;
}

section.section-pers .slider-wrap .list_pers_dots_item:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}

section.section-pers .slider-wrap .list_pers_dots_item svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

section.section-pers .slider-wrap .list_pers_dots_item svg circle {
  fill: transparent;
}

section.section-pers .slider-wrap .list_pers_dots_item.pers-dots-current {
  opacity: 1;
  pointer-events: none;
}

section.section-pers .slider-wrap .list_pers_dots_item.pers-dots-current svg circle {
  stroke: #333;
  stroke-width: 2;
  -webkit-animation: circle 10s;
          animation: circle 10s;
}

section.section-pers .slider-wrap .btn_pers_next {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}

@media screen and (min-width: 1025px) {
  section.section-pers .slider-wrap .btn_pers_next {
    width: 60px;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  section.section-pers .slider-wrap .btn_pers_next {
    width: 30px;
  }
  section.section-pers .slider-wrap .btn_pers_next img {
    width: 100%;
  }
}

/* -------------------------------------------------------------------
* About_us
-------------------------------------------------------------------*/
#about {
  padding: 50px 0 70px;
}

@media screen and (max-width: 767px) {
  #about {
    padding: 50px 0 100px;
  }
}

#about .about_top {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  #about .about_top {
    margin-bottom: 40px;
  }
}

#about .about_top img {
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #about .about_top img {
    width: 100%;
  }
}

#about .about_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #about .about_box {
    display: block;
  }
}

#about .about_box div {
  width: 40%;
}

@media screen and (max-width: 767px) {
  #about .about_box div {
    width: 100%;
  }
}

#about .about_box__left {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  #about .about_box__left {
    margin-bottom: 0px;
  }
  #about .about_box__left img {
    width: 90%;
  }
}

#about .about_box__right {
  margin-top: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #about .about_box__right {
    margin-top: 70px;
  }
}

#about .about_box__right .about_logo {
  width: 100%;
  opacity: 0.1;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #about .about_box__right .about_logo {
    width: 60%;
    margin-bottom: 70px;
  }
}

#about div img {
  opacity: 0;
}

@-webkit-keyframes textFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes textFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.active .item00 {
  -webkit-animation: textFadeIn 1s both;
          animation: textFadeIn 1s both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.active .item01 {
  -webkit-animation: textFadeIn 1s both;
          animation: textFadeIn 1s both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.active .item02 {
  -webkit-animation: textFadeIn 1s both;
          animation: textFadeIn 1s both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.active .item03 {
  -webkit-animation: textFadeIn 1s both;
          animation: textFadeIn 1s both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.active .item04 {
  -webkit-animation: textFadeIn 1s both;
          animation: textFadeIn 1s both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.active .item05 {
  -webkit-animation: textFadeIn 1s both;
          animation: textFadeIn 1s both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.active .item06 {
  -webkit-animation: textFadeIn 1s both;
          animation: textFadeIn 1s both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

/* -------------------------------------------------------------------
* Event
-------------------------------------------------------------------*/
.outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100vh;
}

#event {
  background-color: #b0b1b2;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 92vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#event img {
  width: 437px;
  margin-bottom: 50px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #event img {
    width: 80%;
    margin-bottom: 30px;
  }
}

#event h2 {
  text-align: center;
  font-size: 30px;
  display: none;
}

@media screen and (max-width: 767px) {
  #event h2 {
    font-size: 7vw !important;
  }
}

@-webkit-keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 7.5em;
  }
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 7.5em;
  }
}

@-webkit-keyframes blinkTextCursor {
  0%,
  20%,
  51%,
  71% {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  21%,
  50%,
  72%,
  100% {
    border-right-color: transparent;
  }
}

@keyframes blinkTextCursor {
  0%,
  20%,
  51%,
  71% {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  21%,
  50%,
  72%,
  100% {
    border-right-color: transparent;
  }
}

.active #event h2 {
  position: relative;
  top: 50%;
  width: 0;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  font-size: 35px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-animation: typewriter 2s steps(12) 1s 1 normal both, blinkTextCursor 2s steps(12) 3 normal;
          animation: typewriter 2s steps(12) 1s 1 normal both, blinkTextCursor 2s steps(12) 3 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.active img {
  -webkit-animation: textFadeIn 1s both;
          animation: textFadeIn 1s both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* -------------------------------------------------------------------
* Contact
-------------------------------------------------------------------*/
#contact {
  width: 100%;
  height: 8vh;
  text-align: center;
  position: relative;
}

#contact .con .contact_button {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  margin: 3% auto 4%;
}

@media screen and (max-width: 767px) {
  #contact .con .contact_button {
    font-size: 25px !important;
    margin: 40px auto;
  }
}

#contact .con .contact_button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #contact .con .contact_button:before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#contact .con .contact_button:hover {
  opacity: 1;
}

#contact .con .contact_button:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#contact .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #contact .copyright {
    position: static;
    font-size: 14px;
    margin-top: 1em;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  svg circle {
    stroke-dasharray: 63 63 !important;
  }
  /* IE11 */
}

/* Special Preview */
.special-preview{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
  padding: 20px;
}
.special-preview br.sp{
  display: none;
}
@media screen and (max-width: 767px){
  .special-preview{
    padding: 1.33333vw;
  }
  .special-preview br.pc{
    display: none;
  }
  .special-preview br.sp{
    display: inline;
  }
}
.special-preview .modal{
  max-width: 768px;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 80px 30px;
  position: relative;
}
@media screen and (max-width: 767px){
  .special-preview .modal{
    border-radius: 1.33333vw;
    padding: 10.66667vw 13.33333vw 8.66667vw;
  }
}
.special-preview .modal .close{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: opacity .3s;
}
.special-preview .modal .close:hover{
  opacity: .8;
}
.special-preview .modal .close span{
  width: 100%;
  height: 1px;
  background-color: #aa8223;
  position: relative;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
}
.special-preview .modal .close span:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.special-preview .modal .ttl{
  text-align: center;
  font-size: 32px;
  line-height: 1;
  padding: 20px 0;
  border-top: 3px solid #aa8223;
  border-bottom: 3px solid #aa8223;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px){
  .special-preview .modal .ttl{
    font-size: 5.33333vw;
    border-width: 1.5px;
    padding: 2.66667vw 0;
    margin-bottom: 2.66667vw;
    white-space: nowrap;
    line-height: 1.2;

  }
}
.special-preview .modal .lead{
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.special-preview .modal .lead span{
  font-size: 18px;
}
@media screen and (max-width: 767px){
  .special-preview .modal .lead{
    font-size: 3.06667vw;
    margin-bottom: 4vw;
  }
  .special-preview .modal .lead span{
    font-size: 3.06667vw;
    display: inline-block;
    margin-top: 1.33333vw;
    white-space: nowrap;
  }
}

.special-preview .modal .info{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px){
  .special-preview .modal .info{
    margin-bottom: 4vw;
  }
}
.special-preview .modal .info .item{
  display: flex;
  align-items: center;
}
.special-preview .modal .info .item .label{
  display: inline-block;
  background-color: #aa8223;
  border-radius: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin-right: 10px;
  padding: 10px 8px;
  line-height: 1;
}
.special-preview .modal .info .item .txt{
  white-space: nowrap;
  font-size: 20px;
}
@media screen and (max-width: 767px){
  .special-preview .modal .info .item .label{
    font-size: 2.8vw;
    padding: 2.26667vw 1.06667vw;
    margin-right: 1.86667vw;
  }
  .special-preview .modal .info .item .txt{
    font-size: 3.46667vw;
  }
}
.special-preview .modal .code .input{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.special-preview .modal .code .input .item:first-child{
  margin-right: 10px;
}
@media screen and (max-width: 767px){
  .special-preview .modal .code .input{
    display: block;
  }
  .special-preview .modal .code .input .item:first-child{
    margin-right: 0;
    padding: 0 3.06667vw;
  }
}
.special-preview .modal .code .input input{
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;

  border-radius: 6px;
  padding: 0 15px;
  height: 47px;
  font-size: 18px;
  line-height: 47px;
  border: 2px solid #b0b2b1;
  width: 350px;
}
@media screen and (max-width: 767px){
  .special-preview .modal .code .input input{
    border-radius: 0.8vw;
    height: auto;
    padding: 2.13333vw 3.2vw;
    font-size: 3.33333vw;
    line-height: 1;
    width: 100%;
  }
}
.special-preview .modal .code .input input::placeholder{
  color: #b0b2b1;
}
.special-preview .modal .code .input .send{
  height: 47px;
  line-height: 47px;
  border-radius: 6px;
  display: block;
  background-color: #ce2320;
  width: 113px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  transition: opacity .3s;
}
@media screen and (max-width: 767px){
  .special-preview .modal .code .input .send{
    margin-top: 3.33333vw;
    font-size: 3.46667vw;
    padding: 2.4vw 0;
    height: auto;
    line-height: 1;
    border-radius: 0.8vw;
    width: 20vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.special-preview .modal .code .input .send:hover{
  opacity: .8;
}
.special-preview .modal .code .input input.error{
  border-color: #ce2320;
  margin-bottom: 5px;
}
.special-preview .modal .code .input .txt-error{
  color: #ce2320;
  font-size: 16px;
  text-indent: 1em;
  display: none;
}
@media screen and (max-width: 767px){
  .special-preview .modal .code .input .txt-error{
    font-size: 2.66667vw;
  }
}
.special-preview .modal .code .input input.error + .txt-error{
  display: block;
}

/* Special Preview */