@charset "UTF-8";
body {
  margin: 0px auto;
  text-align: left;
  width: 100%;
  background-color: #ffffff;
}

#header .header_inner .logo {
  margin: 0px 0px 20px 0px;
}

/*******************************
#back
*******************************/
.top_back {
  min-width: 980px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.top_back_ext {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.top_back_back {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: url("../images/transparent_circle.png"), white;
  background-position: calc(50% + 350px) 0px, calc(50% + 12px) top, left top;
  background-repeat: no-repeat, repeat-y, repeat;
}

/*******************************
#title
*******************************/
#title {
  margin: 5px 0px 0px 0px;
  width: 100% auto;
  height: 451px;
  background-repeat: repeat-x;
  background-position: top center;
}

.jumbotron {
  width: 100%;
  height: 451px;
  position: relative;
  /* breadcrumb */
}
.jumbotron .border {
  width: 100%;
  height: 450px;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  border-bottom: 10px solid #ffb6d2;
  border-top: 10px solid #ffb6d2;
}
@keyframes character-image-fadein {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
  }
}
.jumbotron .characters {
  width: 100%;
  height: 431px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.jumbotron .characters .container {
  max-width: 2000px;
  width: 100%;
  height: 431px;
  margin: 0 auto;
  display: flex;
}
.jumbotron .characters .container > div:nth-child(1) {
  width: 100%;
  background-image: url("../images/jumbotron/character1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  animation-name: character-image-fadein;
  animation-delay: 250ms;
  animation-duration: 800ms;
  animation-fill-mode: both;
}
.jumbotron .characters .container > div:nth-child(2) {
  width: 100%;
  background-image: url("../images/jumbotron/character2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  animation-name: character-image-fadein;
  animation-delay: 500ms;
  animation-duration: 800ms;
  animation-fill-mode: both;
}
.jumbotron .characters .container > div:nth-child(3) {
  width: 100%;
  background-image: url("../images/jumbotron/character3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  animation-name: character-image-fadein;
  animation-delay: 750ms;
  animation-duration: 800ms;
  animation-fill-mode: both;
}
.jumbotron .characters .container > div:nth-child(4) {
  width: 100%;
  background-image: url("../images/jumbotron/character4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  animation-name: character-image-fadein;
  animation-delay: 1000ms;
  animation-duration: 800ms;
  animation-fill-mode: both;
}
.jumbotron .characters .container > div:nth-child(5) {
  width: 100%;
  background-image: url("../images/jumbotron/character5.jpg");
  background-position: center;
  background-repeat: no-repeat;
  animation-name: character-image-fadein;
  animation-delay: 1250ms;
  animation-duration: 800ms;
  animation-fill-mode: both;
}
.jumbotron .brand-logo {
  width: 330px;
  height: 75px;
  position: absolute;
  top: 282px;
  left: -536px;
  right: 0;
  margin: 0 auto;
  background-image: url("../images/jumbotron/brand_logo.png");
  background-repeat: no-repeat;
}
.jumbotron .heading-background {
  width: 100%;
  position: absolute;
  top: 360px;
  height: 63px;
  overflow-x: hidden;
  background-image: url("../images/jumbotron/heading_bg.png");
  background-position: top center;
}
.jumbotron .heading-image {
  position: absolute;
  top: 345px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.jumbotron .pan_kuzu_solid {
  position: absolute;
  top: 10px;
  left: 0;
  right: 65%;
  height: 21px;
  background-color: #ffb6d2;
}
.jumbotron .pan_kuzu {
  width: 989px;
  height: 21px;
  background-image: url(../images/breadcrumb.png);
  background-position: 130px top;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: -550px;
  right: 0;
  margin: 0 auto;
  padding-right: 165px;
  text-shadow: 0px 0px 6px #fff;
}
.jumbotron .pan_kuzu a:link,
.jumbotron .pan_kuzu a:visited {
  text-decoration: none;
  color: white;
}
.jumbotron .pan_kuzu a:active,
.jumbotron .pan_kuzu a:hover {
  text-decoration: none;
  color: #ffe9f1;
}
.jumbotron .pan_kuzu .inner {
  text-align: center;
}
.jumbotron .pan_kuzu .inner span {
  font-size: 12px;
  color: white;
}

.sub-jumbotron {
  color: #FFFFFF;
  text-align: center;
}
.sub-jumbotron .disclaimer {
  color: #3E3A39;
  line-height: 2em;
  margin: 2em 0;
}
.sub-jumbotron a.banner {
  width: 699px;
  height: 236px;
  padding-right: 83px;
  margin-top: -38px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 18px;
}
.sub-jumbotron a.banner .animation-arrow {
  position: absolute;
  right: 134px;
  top: 140px;
  transition-property: right;
}
.sub-jumbotron a.banner > img {
  position: absolute;
  left: 0;
  right: 0;
}
.sub-jumbotron a.banner .multiply {
  mix-blend-mode: multiply;
}
.sub-jumbotron a.banner:hover {
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1500ms;
  opacity: 0.85;
}
.sub-jumbotron a.banner:hover .animation-arrow {
  animation-name: arrow-animation;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes arrow-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10px);
  }
}
.sub-jumbotron a.banner:hover img:nth-child(2) {
  transition: ease-out 300ms;
  filter: drop-shadow(0 0 5px white) brightness(105%);
}
.sub-jumbotron .ability {
  position: relative;
  margin-top: -170px;
}
.sub-jumbotron .ability .ability-inner {
  position: relative;
  box-sizing: border-box;
  min-height: 806px;
  padding-top: 170px;
}
.sub-jumbotron .ability img {
  margin-top: 22px;
}
.sub-jumbotron .ability .ability-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #97ebff;
  background-image: url("../images/new_ability_star.png"), url("../images/new_ability_repeat_star.png");
  background-repeat: no-repeat, repeat-x;
  background-position: center, center bottom 5%;
}
.sub-jumbotron .ability .ability-text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
}
.sub-jumbotron .ability .ability-border-top,
.sub-jumbotron .ability .ability-border-bottom {
  position: absolute;
  width: 100%;
}
.sub-jumbotron .ability .ability-border-top {
  top: 0;
  height: 125px;
  background-image: url("../images/new_ability_bg_border_top.png");
  background-repeat: repeat-x;
  background-position: center top;
}
.sub-jumbotron .ability .ability-border-bottom {
  bottom: 0;
  height: 125px;
  background-image: url("../images/new_ability_bg_border_bottom.png");
  background-repeat: repeat-x;
  background-position: center top;
}

.extension-box {
  width: 980px;
  margin: 4em auto;
  padding: 0.2em;
  box-shadow: 0px 0px 6px 3px rgba(128, 128, 128, 0.3);
  background-image: linear-gradient(90deg, #9cf1ffff, #fff99a8c);
  position: relative;
  z-index: 1;
}
.extension-box .body {
  padding: 0.8em;
  position: relative;
  color: black;
  background-color: rgba(255, 255, 255, 0.92);
}

.content-wrapper {
  background-color: #ffbdd6;
  background-image: url("../images/bg_star.png"), url("../images/bg_repeat_star.png"), url("../images/bg_repeat.png");
  background-repeat: repeat-y, repeat-x, repeat-x;
  background-position: center top, center bottom 5%, center bottom;
}
.content-wrapper .disclaimer {
  text-align: center;
  color: #3E3A39;
  line-height: 2em;
  margin: 0;
  padding: 2em 0;
}

/*******************************
#contents
*******************************/
#contents {
  position: relative;
  width: 100%;
}

#contents .contents_inner {
  width: 980px;
  color: #FFFFFF;
  margin: 0px auto;
}

#contents .kome {
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  line-height: 2em;
  color: #ffffff;
}

/*******************************
#topic1
*******************************/
#topic1 {
  background: #FFF;
  width: 930px;
  margin: 0px auto;
  color: #000;
}

#topic1 .title_bar {
  background: url(../images/title.png) no-repeat;
  width: 976px;
  margin: 0px 0px 0px -25px;
  height: 47px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #FFF;
  line-height: 47px;
}

#topic1 .box {
  width: 900px;
  margin: 20px auto 0px auto;
}

#topic1 .img_box {
  float: left;
  width: 250px;
  margin: 0px 0px 0px 20px;
}

#topic1 .txt_box {
  margin: 0px 0px 0px 30px;
  text-align: left;
  width: 600px;
  font-size: 12px;
  float: left;
}

#topic1 .txt_box dl {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  margin-bottom: 35px;
  font-size: 14px;
}

#topic1 .txt_box dt {
  padding: 0px 0px 0px 0px;
  float: left;
  width: 70px;
  font-weight: bold;
  line-height: 26px;
}

#topic1 .txt_box dd {
  padding: 0px 0px 0px 0px;
  line-height: 26px;
}

#topic1 .txt_box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #FF0004;
  margin: 30px 0;
}

#topic1 .txt_box h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ff49bf;
  margin: 0px;
  padding: 0px;
}

#topic1 .txt_box h5 {
  font-size: 16px;
  font-weight: normal;
  color: #ff0063;
  margin: 0;
  padding: 0px;
}

#topic1 .txt_box ul {
  text-align: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#topic1 .txt_box li::before {
  content: "♦";
}

#topic1 .txt_box li {
  text-align: left;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

#topic1 .txt_box li h3 {
  color: black;
  display: inline-block;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 25px;
}

#topic1 .txt_box a {
  font-size: 12px;
  text-decoration: none;
}

/*******************************
sakka
*******************************/
#txt_bar {
  position: relative;
  width: 100%;
  text-align: center;
  height: 117px;
  color: white;
}
#txt_bar .background {
  position: absolute;
  background-image: url("../images/sign_header.png");
  background-position: top center;
  background-repeat: repeat;
  top: 24px;
  width: 100%;
  height: 74px;
}
#txt_bar .text {
  position: absolute;
  width: 100%;
  top: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  line-height: 74px;
}
#txt_bar .border {
  position: absolute;
  width: 100%;
  height: 100%;
}

#txt_box2 {
  position: relative;
  width: 920px;
  color: #ee869a;
  padding: 1px 0;
  margin: 0 auto;
}
#txt_box2 .background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: white;
  background-image: url("../images/sign_top.png"), url("../images/sign_bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
}

#txt_box2-inner {
  position: relative;
  height: 305px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  box-sizing: border-box;
  margin: 9px;
  padding: 1.5em 0;
}
#txt_box2-inner > div {
  width: 100%;
}

#txt_box2 div p:first-child {
  margin-top: 0;
}

#txt_box2 div p:last-child {
  margin-bottom: 0;
}

#txt_box2 div > p {
  margin: 0;
  font-size: 1.25rem;
}

.kome2 {
  color: #3E3A39;
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
}

/*# sourceMappingURL=vol26.css.map */
