@charset "utf-8";
/***************************/
/********【ヘッダー】********/
/***************************/
.head_ar .index_logo_zyoyusai {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
	margin: 0 0 0 20px;
}
.head_ar .index_logo_zyoyusai img {
  max-height: 50px;
}
@media only screen and (max-width: 1650px) {
.head_ar .index_logo_zyoyusai {
  position: static;
	width: 20%;
	text-align: center;
	transform: translate(0%, 0%);
	}
}
.head_ar .index_logo_zyoyusai img {
 max-height: 50px;
}
.top_slider_ar.index .logo_ar {
  position: relative;
  left: 10vw;
  top: 250px;
  z-index: 3;
  height: 100vh
}
.top_slider_ar.index .logo {
  text-align: left;
  padding: 0px 0 0vh;
  position: static;
  height: 234px;
}
.top_slider_ar.index .logo.draw_svg {
  width: min(100%, 750px);
  margin: 0 0 40px;
}
.top_slider_ar.index .place_ar {
  width: min(100%, 810px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0 -3vw;
  position: relative;
  z-index: 2;
}
.top_slider_ar.index .bnr {
  margin: 0 25px 0 0;
  max-width: 243px;
}
.top_slider_ar.index .bnr a {
  display: block;
  transition: .3s;
}
.top_slider_ar.index .bnr a:hover {
  transform: scale(1.1) rotate(-5deg);
}
@media only screen and (max-width: 800px) {
  .top_slider_ar.index .logo_ar {
    left: 0vw;
    right: 0;
    padding: 0 20px;
    top: 0px;
    margin: 0 0 100px;
  }
  .top_slider_ar.index .logo_cola {
    padding: 60px 0 25vh;
    margin: 0 0 0px;
  }
  .top_slider_ar.index .logo {
    text-align: center;
    padding: 0px 0 0vh;
    height: auto;
  }
  .top_slider_ar.index .logo.draw_svg {
    width: 80%;
    margin: 0 auto 20px;
  }
  .top_slider_ar.index .place_ar {
    margin: 0 -1%;
  }
  .top_slider_ar.index .bnr {
    margin: 0 1%;
    width: 31.333%;
  }
}
/********01********/
@media only screen and (max-width: 800px) {
  .story.index .video_ar {
    padding: 0 0 0px;
  }
}
/********02********/
.schedule.index {
  color: #fff;
  padding: 100px 0 200px;
}
.schedule.index .txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.6em;
  margin: 0 0 150px;
}
/****/
.schedule.index .bx_ar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  width: min(100%, 900px);
  margin: auto;
}
.schedule.index .bnr {
  width: 31.333%;
  margin: 0 1% 30px;
  text-align: center;
}
.schedule.index .bnr a {
  display: block;
  transition: .3s;
}
.schedule.index .bnr a:hover {
  transform: scale(1.1) rotate(-5deg);
}
/****/
.schedule.index .ttl_ar {
  text-align: center;
  margin: 100px 0 50px;
}
.schedule.index .ttl {
  font-size: 3.4rem;
  display: inline-block;
  padding: 0 60px;
  position: relative;
}
.schedule.index .ttl:before, .schedule.index .ttl:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 56px;
  top: 55%;
  transform: translate(0%, -50%);
}
.schedule.index .ttl:before {
  background: url("../images-mondo/index/bor_ttl_l.svg") no-repeat center center/cover;
  left: 0px;
}
.schedule.index .ttl:after {
  background: url("../images-mondo/index/bor_ttl_r.svg") no-repeat center center/cover;
  right: 0px;
}
/****/
.schedule.index .sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.schedule.index .ico {
  padding: 0 50px;
}
.schedule.index .ico img {
  width: 70px;
}
.schedule.index .ico a {
  display: block;
  transition: .3s;
}
.schedule.index .ico a:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 800px) {
  .schedule.index {
    color: #fff;
    padding: 100px 0 100px;
  }
  .schedule.index .txt {
    font-size: 1.5rem;
    margin: 0 0 50px;
  }
  /****/
  .schedule.index .bx_ar {
    display: block;
  }
  .schedule.index .bnr {
    width: 100%;
    margin: 0 0% 15px;
  }
  .schedule.index .bnr img {
    width: 100%;
  }
  .schedule.index .bnr a:hover {
    transform: scale(1.0) rotate(0deg);
  }
  /****/
  .schedule.index .ttl_ar {
    text-align: center;
    margin: 50px 30px;
  }
  .schedule.index .ttl {
    font-size: 2.0rem;
    padding: 0 30px;
  }
  .schedule.index .ttl:before, .schedule.index .ttl:after {
    width: 15px;
    height: 40px;
    top: 55%;
  }
  /****/
  .schedule.index .ico {
    padding: 0 20px;
  }
  .schedule.index .ico img {
    width: 50px;
  }
  .schedule.index .ico a:hover {
    transform: scale(1.0);
  }
}
/****/
.schedule.index .index_txt_deco_ar {
  margin: -60px auto 0;
  padding: 40px 320px 0px 100px;
  transform: translateX(0px);
}
@media only screen and (max-width: 800px) {
  .schedule.index .index_txt_deco_ar {
    margin: 0px auto 0;
    padding: 35px 20px 120px 60px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
/***************************/
/********【フッター】********/
/***************************/
.foot_ar.index {
  padding: 0vw 0px 10px;
}
/*==============================================
  文字アニメーション 共通設定
  ↓ここだけ触ればOK
==============================================*/
.index_txt_deco_ar {
  margin: -20px 0 0;
  width: min(100%, 1000px);
  padding: 40px 320px 0px 100px;
  text-align: left;
  position: relative;
  z-index: 1;
  background: url("../images-mondo/index/txt_deco_bg01.svg") no-repeat left top/100% auto;
  overflow: hidden;
  transform: translateX(-50px);
}
.index_txt_deco_ar:before {
  position: absolute;
  content: "";
  background: url("../images-mondo/index/txt_deco_ico01.svg") no-repeat center center/cover;
  width: 73px;
  height: 85px;
  left: 15px;
  top: 55%;
  transform: translate(0%, -50%);
}
/****/
.index_txt_deco01 .txt_s {
  line-height: 0.0em;
  transform: translateY(10px) rotate(-2deg);
}
.index_txt_deco01 .txt_s i {
  font-size: 1.8rem;
}
.index_txt_deco01 .txt_s span i {
  font-size: 3.0rem;
}
.index_txt_deco01 .txt_l {
  text-align: right
}
.index_txt_deco01 .txt_l i {
  font-size: 3.6rem;
}
.index_txt_deco01 .txt_l span i {
  font-size: 5.0rem;
}
@media only screen and (max-width: 800px) {
  .index_txt_deco_ar {
    padding: 35px 20px 120px 60px;
    background: url("../images-mondo/index/txt_deco_bg01sp.svg") no-repeat left top/100% auto;
    /****画面幅100％****/
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .index_txt_deco_ar:before {
    width: 38px;
    height: 45px;
    left: 15px;
    top: 30px;
    transform: translate(0%, 0%);
  }
  /****/
  .index_txt_deco01 .txt_s {
    line-height: 0.0em;
    transform: translateY(10px) rotate(-2deg);
  }
  .index_txt_deco01 .txt_s i {
    font-size: 1.4rem;
  }
  .index_txt_deco01 .txt_s span i {
    font-size: 1.8rem;
  }
  .index_txt_deco01 .txt_l {
    text-align: right
  }
  .index_txt_deco01 .txt_l i {
    font-size: 2.2rem;
  }
  .index_txt_deco01 .txt_l span i {
    font-size: 3.6rem;
  }
}
/**アニメーション設定**/
.index_txt_deco01 {
  /* 文字色 */
  --txt-color: #ffffff;
  /* キラキラ中心色 */
  --shine-color: #FFB83E;
  /* キラキラ外側色 */
  --shine-color-outer: rgba(255, 120, 0, 0.75);
  /*==============================================
    ぼかし調整
    ↓ここだけ変更
  ==============================================*/
  --blur-small: 3px;
  --blur-medium: 8px;
  --blur-large: 15px;
  --blur-xlarge: 20px;
  /* 通常時 */
  --shadow-normal:
    0 0 var(--blur-small) rgba(255, 255, 255, 0.95), 0 0 var(--blur-medium) rgba(255, 170, 40, 0.55);
  /* キラッ時 */
  --shadow-shine:
    0 0 var(--blur-small) #fff, 0 0 var(--blur-medium) #fff, 0 0 var(--blur-large) var(--shine-color), 0 0 var(--blur-xlarge) var(--shine-color-outer);
  color: var(--txt-color);
  width: 100%;
}
/*==============================================
  文字
==============================================*/
.index_txt_deco01 i {
  display: inline-block;
  color: transparent;
  background: transparent;
  box-shadow: none;
  transform: scale(0) translate3d(0, -1500px, 0);
  will-change: transform, opacity, text-shadow;
  font-style: italic;
}
/*==============================================
  アニメーション
==============================================*/
.index_txt_deco01 i.fly-in-out {
  animation:
    fly-in-out 6s infinite ease-in-out;
}
/*==============================================
  飛び込み ＋ キラキラ
==============================================*/
@keyframes fly-in-out {
  0% {
    opacity: 0;
    color: transparent;
    transform:
      scale(0) translate3d(0, -1500px, 0);
    text-shadow: none;
  }
  12% {
    opacity: 1;
    color: var(--txt-color);
    transform:
      scale(1) translate3d(0, 0, 0);
    text-shadow:
      var(--shadow-normal);
  }
  20% {
    opacity: 1;
    color: var(--txt-color);
    transform:
      scale(1.04) translate3d(0, 0, 0);
    text-shadow:
      var(--shadow-shine);
  }
  28% {
    opacity: 1;
    color: var(--txt-color);
    transform:
      scale(1) translate3d(0, 0, 0);
    text-shadow:
      var(--shadow-normal);
  }
  45% {
    opacity: 1;
    color: var(--txt-color);
    transform:
      scale(1.025) translate3d(0, 0, 0);
    text-shadow:
      var(--shadow-shine);
  }
  52% {
    opacity: 1;
    color: var(--txt-color);
    transform:
      scale(1) translate3d(0, 0, 0);
    text-shadow:
      var(--shadow-normal);
  }
  70% {
    opacity: 1;
    color: var(--txt-color);
    transform:
      scale(1.035) translate3d(0, 0, 0);
    text-shadow:
      var(--shadow-shine);
  }
  82% {
    opacity: 1;
    color: var(--txt-color);
    transform:
      scale(1) translate3d(0, 0, 0);
    text-shadow:
      var(--shadow-normal);
  }
  100% {
    opacity: 0;
    color: transparent;
    transform:
      scale(0) translate3d(0, 1500px, 0);
    text-shadow: none;
  }
}