@charset "UTF-8";
/* ==========================================================
  world.css
  display: world
========================================================== */
#world-about {
  padding: 0 0 35px;
}

#world-about h4.head-typing.small .line {
  font-size: 1.5rem;
}

#world-about h4.head-typing.small .line.line-small {
  font-size: 1.0rem;
}

#world-history {
  padding: 0 0 40px;
}

.main-head {
  background-image: url("../images/world/img_main_head.jpg");
}

.img-sub-01 {
  background-image: url("../images/world/img_sp_01.jpg");
}

.img-sub-02 {
  background-image: url("../images/world/img_sp_02.jpg");
}

.img-sub-03 {
  background-image: url("../images/world/img_sp_03.jpg");
}

.flame-text {
  margin: 15px 0;
}

.parallax-img {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(7, 0, 2, 0.55);
          box-shadow: 0px 0px 40px 0px rgba(7, 0, 2, 0.55);
}

.parallax-img.img_01_01 {
  background-image: url("../images/world/img_01_01.png");
  padding-top: 42.5%;
}

.parallax-img.img_01_02 {
  background-image: url("../images/world/img_01_02.png");
  padding-top: 59.36%;
}

.parallax-img.img_01_03 {
  background-image: url("../images/world/img_01_03.png");
  padding-top: 59.88%;
}

.parallax-container {
  margin: 0 0 60px;
}

.parallax-container .img-flug {
  width: 70%;
  margin: 15px auto 0;
}

.parallax-container .parallax-img-container {
  width: 70%;
  margin: 0 auto;
}

.overlap-container01 .overlap-text {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(7, 0, 2, 0.55);
          box-shadow: 0px 0px 40px 0px rgba(7, 0, 2, 0.55);
  background-color: #202020;
  padding: 5% 4%;
}

.overlap-container01 .overlap-text .inline-text {
  margin: 10px 0 0;
}

.overlap-container01 .area-isev dt {
  background: url("../images/world/img_isev.png") no-repeat 0 0;
  background-size: 64px 64px;
  height: 64px;
}

.overlap-container01 .area-isev dt span {
  color: #d7d7d7;
  font-size: 1.6rem;
  padding: 8px 0 0 80px;
  display: inline-block;
}

.overlap-container01 .area-isev .inline-text {
  margin: 10px 0 0;
}

#tac {
  margin-top: 80px;
}

#tac .area-tac {
  padding: 45px 0;
}

#tac #tac-list01, #tac #tac-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 15px;
  margin-bottom: 30px;
}

#tac .tac-item {
  width: 48%;
  margin-bottom: 20px;
}

#tac .tac-item:nth-of-type(odd) {
  margin-right: 4%;
}

#tac .tac-item .tac-image-container.shadow {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(7, 0, 2, 0.55);
          box-shadow: 0px 0px 40px 0px rgba(7, 0, 2, 0.55);
}

#tac .tac-item .tac-description {
  color: #d7d7d7;
  font-size: 1.3rem;
  width: 95%;
  margin-top: 10px;
}

#tac #tac-images {
  width: 78%;
  margin: 0 auto 4px;
}

#tac .tac-catch {
  color: #d7d7d7;
  padding: 0 10px;
}

#chara {
  padding-bottom: 60px;
}

#chara .chara-item {
  margin-bottom: 30px;
}

#chara .name {
  margin-bottom: 20px;
}

#chara .name .text-animation .name-en {
  font-family: "FOT-マティス Pro DB", MatissePro-DB, "マティスPro DB";
  font-size: 24px;
  line-height: 1.5;
}

#chara .name .text-animation .name-title {
  font-family: "FOT-マティス Pro DB", MatissePro-DB, "マティスPro DB";
  font-size: 10px;
  line-height: 1.5;
}

#chara .name .text-animation .name-ja {
  font-family: "FOT-マティス Pro DB", MatissePro-DB, "マティスPro DB";
  font-size: 16px;
  line-height: 1.5;
}

#chara .name .text-animation .name-bg {
  position: relative;
  padding: 0 .2em;
  display: inline-block;
}

#chara .name .text-animation .name-bg p {
  color: #000;
}

#chara .name .text-animation .name-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d7d7d7;
  -webkit-transition: -webkit-transform 200ms 50ms;
  transition: -webkit-transform 200ms 50ms;
  transition: transform 200ms 50ms;
  transition: transform 200ms 50ms, -webkit-transform 200ms 50ms;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

#chara .name .text-animation.anime .name-bg::after {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

#chara .parallax-img-container {
  position: relative;
}

#chara .parallax-img-container .parallax-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#chara .parallax-img-container .parallax-img:nth-of-type(1) {
  position: relative;
}

#chara .parallax-img-container .parallax-img:nth-of-type(3) {
  z-index: 1;
}

#chara .parallax-img-container .parallax-img:nth-of-type(2) {
  z-index: 2;
}

#chara .parallax-img-container .parallax-img:nth-of-type(1) {
  z-index: 3;
}

#chara .description {
  background: #191919;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(7, 0, 2, 0.6);
          box-shadow: 0px 0px 40px 0px rgba(7, 0, 2, 0.6);
  width: 88%;
  color: #d7d7d7;
  font-size: 1.2rem;
  padding: 8px 10px;
  margin: -10px auto 0;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  #world-about h4.head-typing.small .line {
    font-size: 27px;
  }
  #world-about h4.head-typing.small .line.line-small {
    font-size: 15px;
  }
  #world-about .contents:last-of-type {
    padding: 25px 0 0;
  }
  #world-about .contents:last-of-type .flame-text:first-of-type {
    margin: 0 0 25px;
  }
  #world-history {
    padding: 0 0 90px;
  }
  #world-history h3.head-overlap {
    height: 142px;
  }
  #world-history h3.head-overlap .overlap-bg-text {
    font-size: 142px;
    height: 142px;
  }
  #world-history h3.head-overlap .overlap-front-text {
    top: 8px;
  }
  .flame-text {
    margin: 25px 0;
  }
  .parallax-img.img_01_01 {
    width: 1000px;
    height: 425px;
  }
  .parallax-img.img_01_02 {
    width: 470px;
    height: 279px;
  }
  .parallax-img.img_01_03 {
    width: 536px;
    height: 301px;
  }
  .parallax-container {
    margin: 50px 0 60px;
    position: relative;
  }
  .parallax-container .flame-text {
    width: 500px;
  }
  .parallax-container .img-flug {
    width: 470px;
    height: auto;
    position: absolute;
    top: 0;
    left: 530px;
  }
  .parallax-container .parallax-img-container {
    position: absolute;
    top: 187px;
    left: 530px;
  }
  .overlap-container01 {
    position: relative;
  }
  .overlap-container01 .overlap-img {
    width: 535px;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 2;
  }
  .overlap-container01 .overlap-text {
    width: 535px;
    padding: 35px 100px 40px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overlap-container01 .overlap-text .inline-text {
    margin: 20px 0 0;
  }
  .overlap-container01 .area-isev {
    width: 435px;
    margin: 0;
    position: absolute;
    top: 332px;
    left: 565px;
    z-index: 2;
  }
  .overlap-container01 .area-isev dt {
    background-size: 128px 128px;
    height: 128px;
  }
  .overlap-container01 .area-isev dt span {
    font-size: 22px;
    padding: 30px 0 0 150px;
  }
  .overlap-container01 .area-isev .inline-text {
    margin: 20px 0 0 20px;
  }
  .img-history {
    width: 1000px;
    height: 650px;
    position: relative;
  }
  .img-history .bg-history {
    background: url("../images/world/bg-history.png") no-repeat center 0;
    background-size: 1000px 650px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .img-history > p {
    width: 500px;
    position: absolute;
  }
  .img-history > p.img-1995 {
    height: 140px;
    top: 40px;
    left: 0;
  }
  .img-history > p.img-1999 {
    height: 70px;
    top: 43px;
    right: 0;
  }
  .img-history > p.img-2005 {
    height: 136px;
    top: 115px;
    right: 0;
  }
  .img-history > p.img-2006 {
    height: 137px;
    top: 178px;
    right: 0;
  }
  .img-history > p.img-2010 {
    height: 140px;
    top: 206px;
    left: 0;
  }
  .img-history > p.img-2015 {
    height: 207px;
    top: 286px;
    right: 0;
  }
  .img-history > p.img-2019 {
    height: 234px;
    top: 335px;
    left: 0;
  }
  .img-history > p.img-2040 {
    height: 168px;
    top: 482px;
    right: 0;
  }
  #tac {
    margin-top: 200px;
  }
  #tac .area-tac {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(7, 0, 2, 0.55);
            box-shadow: 0px 0px 40px 0px rgba(7, 0, 2, 0.55);
    background-color: #202020;
    width: 908px;
    margin-top: -30px;
    margin-left: auto;
  }
  #tac #tac-list01, #tac #tac-list02 {
    padding: 0 30px;
  }
  #tac .tac-item .tac-description {
    font-size: 1.6rem;
  }
  #tac .tac-catch {
    padding: 0 20px;
  }
  #chara .chara-item {
    margin-bottom: 100px;
  }
  #chara .name {
    margin-bottom: 80px;
  }
  #chara .name .text-animation .name-en {
    font-size: 42px;
  }
  #chara .name .text-animation .name-title {
    font-size: 17px;
  }
  #chara .name .text-animation .name-ja {
    font-size: 25px;
  }
  #chara .description {
    font-size: 1.6rem;
  }
}
