@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* カラー変数定義
-----------------------------------------------------------------*/
/* カラー変数定義
-----------------------------------------------------------------*/
#page_index {
  /* .marquee
   -----------------------------------------------------------------*/
  /* ヘッダー
  -------------------------------- */
  /* intro
  -------------------------------- */
  /* note
  -------------------------------- */
  /* movie
  -------------------------------- */
  /* navi-area
  -------------------------------- */
}
#page_index .marquee {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
}
#page_index .marquee a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}
#page_index .marquee a img {
  -webkit-animation: marquee-slide 10s linear infinite;
  animation: marquee-slide 10s linear infinite;
  padding-right: 20px;
  vertical-align: middle;
  height: 30px;
}
@media print, screen and (max-width: 767px) {
  #page_index .marquee a img {
    max-width: none;
  }
}
#page_index .header {
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #F5F3EE;
  padding: 50px 0 0;
}
@media print, screen and (max-width: 767px) {
  #page_index .header {
    position: relative;
    top: auto;
    left: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
}
#page_index .header .header__mv {
  width: 59.0625vw;
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__mv {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    height: 50%;
  }
}
#page_index .header .header__mv .mv__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__mv .mv__slider {
    padding: 0 0 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  #page_index .header .header__mv .mv__slider > a:hover .slide__img img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  #page_index .header .header__mv .mv__slider > a:hover .slide__body {
    -webkit-animation: bannar_hover 0.5s steps(1, start) infinite;
    animation: bannar_hover 0.5s steps(1, start) infinite;
  }
}
#page_index .header .header__mv .mv__slider .slide__img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#page_index .header .header__mv .mv__slider .slide__img > img {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#page_index .header .header__mv .mv__slider .slide__body {
  position: absolute;
  bottom: 86px;
  left: 64px;
  width: 325px;
  height: 200px;
  padding: 39px 0 0 53px;
  background-image: url(../images/top/mv_catchbg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__mv .mv__slider .slide__body {
    -webkit-animation: 5s fukidashi_animation steps(1, start) infinite;
    animation: 5s fukidashi_animation steps(1, start) infinite;
    position: relative;
    bottom: auto;
    left: auto;
    width: 290px;
    height: auto;
    margin: -42px auto 0;
  }
}
#page_index .header .header__mv .mv__slider .slide__catch {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.1666666667;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__mv .mv__slider .slide__catch {
    font-size: 15px;
  }
}
#page_index .header .header__mv .mv__slider .slide__txt {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.5714285714;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__mv .mv__slider .slide__txt {
    font-size: 12px;
  }
}
#page_index .header .header__mv .mv__slider .slide__txt::before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  margin: 14px 0;
  background-color: #000;
}
#page_index .header .header__mv .mv__slider .slide__meta {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__mv .mv__slider .slide__meta {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 13px;
    -webkit-transform: none;
    transform: none;
    margin: 35px 0 0 -50px;
  }
}
#page_index .header .header__mv .mv__slider .slide__meta > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  background-color: #fff;
  border: 1px solid #000;
}
#page_index .header .header__mv .mv__slider .slide__meta > li.cat {
  padding: 6px 10px 8px;
  letter-spacing: 0.05em;
}
#page_index .header .header__mv .mv__slider .slide__meta > li.num {
  width: 28px;
  border-radius: 50%;
}
#page_index .header .header__mv .mv__slider .slide__meta > li.btn {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 140px;
  border-radius: 15px;
  letter-spacing: 0.02em;
}
#page_index .header .header__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 67px 0 74px;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 30px 0;
  }
}
#page_index .header .header__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 238px;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__ttl {
    font-size: 10px;
    width: 159px;
    margin: 0 0 20px;
  }
}
#page_index .header .header__ttl .fc-blue {
  margin: 0 0 8px;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__ttl .fc-blue {
    margin: 0 0 4px;
  }
}
#page_index .header .header__logo {
  width: 70%;
  margin: 0 auto;
}
#page_index .header .header__logo img {
  width: 100%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__logo {
    padding: 0;
    width: 230px;
  }
}
#page_index .header .header__logo.intro_end img {
  opacity: 1;
  -webkit-animation: jello-horizontal 1s both;
  animation: jello-horizontal 1s both;
}
#page_index .header .header__logo2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__logo2 {
    margin: 16px 0 0;
  }
}
#page_index .header .header__logo2 > a {
  margin: 0 12px;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__logo2 > a {
    margin: 0 7px;
  }
}
#page_index .header .header__logo2 > a.logo__taiwan {
  width: 68px;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__logo2 > a.logo__taiwan {
    width: 40px;
  }
}
#page_index .header .header__logo2 > a.logo__beams {
  width: 76px;
}
@media print, screen and (max-width: 767px) {
  #page_index .header .header__logo2 > a.logo__beams {
    width: 46px;
  }
}
#page_index .intro {
  position: relative;
  z-index: 100;
  background-color: #F5F3EE;
  min-height: 975px;
}
@media print, screen and (max-width: 767px) {
  #page_index .intro {
    margin: 80px 0 0;
    padding: 76px 0;
    min-height: auto;
  }
}
#page_index .intro .intro__inner {
  position: relative;
  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;
  padding: 108px 273px 0;
}
@media print, screen and (max-width: 767px) {
  #page_index .intro .intro__inner {
    padding: 0;
    margin: 0 30px;
  }
}
#page_index .intro .intro__ttl {
  max-width: 492px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #page_index .intro .intro__ttl {
    margin: 45px 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#page_index .intro .intro__txt {
  margin-top: 43px;
  font-size: 18px;
  line-height: 2.2222222222;
}
@media print, screen and (max-width: 767px) {
  #page_index .intro .intro__txt {
    font-size: 13px;
    line-height: 2;
    text-align: center;
    padding: 0;
    margin: 30px 0 60px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #page_index .intro .intro__txt span {
    display: block;
  }
}
#page_index .intro .intro__icons {
  position: relative;
  width: 100%;
  max-width: 751px;
  margin-top: 30px;
}
@media print, screen and (max-width: 767px) {
  #page_index .intro .intro__icons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
#page_index .intro .intro__imgs {
  position: absolute;
  top: 0;
  width: 195px;
}
@media print, screen and (max-width: 767px) {
  #page_index .intro .intro__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #page_index .intro .intro__imgs > img {
    width: 20%;
  }
  #page_index .intro .intro__imgs .swiper-container {
    width: 20%;
  }
}
#page_index .intro .intro__imgs .circle {
  border-radius: 50%;
}
#page_index .intro .intro__imgs .circle img {
  border-radius: 50%;
}
#page_index .intro .intro__imgs.intro__imgs01 {
  left: 0;
}
#page_index .intro .intro__imgs.intro__imgs02 {
  right: 0;
}
@media print, screen and (max-width: 767px) {
  #page_index .intro .intro__imgs.intro__imgs02 {
    bottom: 0;
    top: auto;
  }
}
#page_index .note {
  position: relative;
  z-index: 100;
  padding-top: 143px;
  background-color: #F5F3EE;
}
@media print, screen and (max-width: 767px) {
  #page_index .note {
    padding-top: 178px;
  }
}
#page_index .note .note__update {
  margin: 20px 0 0;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #DB4813;
}
@media print, screen and (max-width: 767px) {
  #page_index .note .note__update {
    font-size: 16px;
  }
}
#page_index .note .note__update span {
  display: block;
  color: #000;
  font-size: 12px;
  margin: 8px 0 0;
}
@media print, screen and (max-width: 767px) {
  #page_index .note .note__update span {
    font-size: 10px;
  }
}
#page_index .note .note__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 1700px;
}
#page_index .note .note__inner.is-shown {
  height: auto;
}
#page_index .note .section__ttl {
  width: 302px;
}
@media print, screen and (max-width: 767px) {
  #page_index .note .section__ttl {
    width: 185px;
  }
}
#page_index .note .section__catch {
  position: absolute;
  top: -152px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
}
@media print, screen and (max-width: 767px) {
  #page_index .note .section__catch {
    top: -98px;
    width: 185px;
  }
}
#page_index .note .section__catch img {
  width: 100%;
  -webkit-animation: fukidashi_animation 5s steps(1, start) infinite;
  animation: fukidashi_animation 5s steps(1, start) infinite;
}
#page_index .note .note__tags {
  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;
  max-width: 600px;
  margin: 60px auto -9px;
}
@media print, screen and (max-width: 767px) {
  #page_index .note .note__tags {
    font-size: 13px;
    margin: 30px auto 0;
  }
}
#page_index .note .note__tags > li {
  margin: 0 5px 9px;
  padding: 8px 15px;
  background-color: #3BAA8A;
  border-radius: 40px;
  line-height: 1;
  cursor: pointer;
}
@media print, screen and (min-width: 1025px) {
  #page_index .note .note__tags > li:hover {
    background-color: #0066B1;
  }
}
#page_index .note .note__list {
  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;
  margin-top: 80px;
}
@media print, screen and (max-width: 767px) {
  #page_index .note .note__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto 0;
  }
}
#page_index .note .note__list .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  width: 22.1739130435%;
  margin: 0 1.3043478261% 47px;
}
@media print, screen and (max-width: 767px) {
  #page_index .note .note__list .list__item {
    width: calc((100% - 25px) / 2);
    margin: 0 0 30px;
  }
}
#page_index .note .note__list .list__item:nth-of-type(2n-1) .item__slider::before {
  background-color: #DB4813;
}
#page_index .note .note__list .list__item:nth-of-type(2n) .item__slider::before {
  background-color: #0066B1;
}
#page_index .note .note__list .list__item:nth-of-type(3n) .item__slider::before {
  background-color: #3BAA8A;
}
#page_index .note .note__list .list__item .item__slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
#page_index .note .note__list .list__item .item__slider:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  -webkit-transition: width 0.6s ease-out;
  transition: width 0.6s ease-out;
}
#page_index .note .note__list .list__item .item__slider:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  background-image: url(../images/top/link_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
#page_index .note .note__list .list__item .item__slider.inview:before {
  width: 0;
}
#page_index .note .note__list .list__item .item__slider .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#page_index .note .note__list .list__item .item__slider img {
  border-radius: 20px;
}
#page_index .note .note__list .list__item .item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 13px;
  margin-bottom: -5px;
}
#page_index .note .note__list .list__item .item__tags > span {
  margin: 0 5px 5px 0;
  padding: 8px 12px;
  border: 1px solid #3BAA8A;
  border-radius: 15px;
  font-size: 12px;
  color: #3BAA8A;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  #page_index .note .note__list .list__item .item__tags > span {
    font-size: 10px;
    padding: 4px 6px;
  }
}
@media print, screen and (min-width: 1025px) {
  #page_index .note .note__list .list__item .item__tags > span:hover {
    background-color: #0066B1;
    border: 1px solid #0066B1;
    color: #000;
  }
}
#page_index .note .note__list .list__item .item__ttl {
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 767px) {
  #page_index .note .note__list .list__item .item__ttl {
    font-size: 15px;
  }
}
#page_index .note .note__list .list__item .item__pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}
#page_index .note .note__list .list__item .item__pr .pr__img {
  width: 50px;
  border-radius: 50%;
}
#page_index .note .note__list .list__item .item__pr .pr__meta {
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.5;
}
@media print, screen and (max-width: 767px) {
  #page_index .note .note__list .list__item .item__pr .pr__meta {
    font-size: 10px;
  }
}
#page_index .movie {
  background-color: #F5F3EE;
  padding-top: 305px;
}
@media print, screen and (max-width: 767px) {
  #page_index .movie {
    padding: 115px 0 0;
  }
}
#page_index .movie .section__ttl {
  width: 304px;
}
@media print, screen and (max-width: 767px) {
  #page_index .movie .section__ttl {
    width: 185px;
  }
}
#page_index .movie .section__catch {
  width: 397px;
  margin: 0 auto -20px;
}
@media print, screen and (max-width: 767px) {
  #page_index .movie .section__catch {
    width: 260px;
  }
}
#page_index .movie .movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 53px;
  margin-bottom: -68px;
}
@media print, screen and (max-width: 767px) {
  #page_index .movie .movie__list {
    margin-bottom: 50px;
  }
}
#page_index .movie .movie__list::before {
  content: "";
  position: absolute;
  top: -78px;
  left: -80px;
  z-index: 1;
  display: block;
  width: 324px;
  height: 330px;
  background-image: url(../images/top/movie_icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-animation: 5s fukidashi_animation steps(1, start) infinite;
  animation: 5s fukidashi_animation steps(1, start) infinite;
}
@media print, screen and (max-width: 767px) {
  #page_index .movie .movie__list::before {
    top: -25px;
    left: -25px;
    width: 110px;
    height: 110px;
  }
}
#page_index .movie .movie__list .list__item {
  margin-bottom: 68px;
  width: 100%;
}
#page_index .movie .movie__list .list__item:first-child {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  #page_index .movie .movie__list .list__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page_index .movie .movie__list .list__item .item__box {
  position: relative;
  overflow: hidden;
}
#page_index .movie .movie__list .list__item .item__box a {
  display: block;
}
#page_index .movie .movie__list .list__item .item__box a video, #page_index .movie .movie__list .list__item .item__box a img {
  border-radius: 20px;
  border: 1px solid #DB4813;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  #page_index .movie .movie__list .list__item .item__box a .ag2video:hover:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#page_index .movie .movie__list .list__item .item__box a .ag2video:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  background-image: url(../images/common/play_icon.svg);
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media print, screen and (max-width: 767px) {
  #page_index .movie .movie__list .list__item .item__box a .ag2video:before {
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
  }
}
#page_index .movie .movie__list .list__item .item__txt {
  font-size: 12px;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  #page_index .movie .movie__list .list__item .item__txt {
    font-size: 10px;
    line-height: 1.5;
  }
}
#page_index .navi-area {
  position: relative;
  z-index: 200;
}
#page_index .navi-area .navi {
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: 36px;
  z-index: 200;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
@media print, screen and (max-width: 767px) {
  #page_index .navi-area .navi {
    display: none !important;
  }
}
#page_index .navi-area .navi .navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#page_index .navi-area .navi .navi__list > li {
  margin: 10px 0;
}
#page_index .navi-area .navi .navi__list > li > a {
  border-left: 1px solid transparent;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1025px) {
  #page_index .navi-area .navi .navi__list > li > a:hover {
    border-left: 1px solid #000;
  }
}