@charset "UTF-8";
[v-cloak] {
  display: none; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
  opacity: 1; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.b {
  font-family: 'SST W20 Bold';
  font-weight: 700; }

.vh {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px; }

.is-mobile-hide {
  display: none; }

@media screen and (min-width: 641px) {
  .is-mobile-hide {
    display: inherit; }
  .is-desktop-hide {
    display: none; } }

[v-cloak] {
  display: none; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

#tmpl_content {
  background: #fff; }

.main {
  width: 100%;
  overflow: hidden;
  font-size: 0.875rem;
  font-family: 'SST W20 Roman', 'SST W55 Regular','Yu Gothic Medium', 'YuGothic',sans-serif;
  color: #fff; }

.container {
  width: 100%;
  border-top: 1px solid #BFBFBF;
  padding-bottom: 88px; }
  .container:first-child {
    border-top: 0; }

.inner {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px; }

.inner > div {
  padding-top: 1.5em; }

.is-center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.title {
  text-align: center;
  color: #fff;
  margin: 0 0 1em; }

.title-sub {
  text-align: center;
  margin: 0 0 16px;
  padding: 0;
  font-size: 1.2rem; }

.input {
  width: calc(100% - 2px);
  height: 48px;
  border: 1px solid #BFBFBF;
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto; }

a.button {
  width: 100%;
  height: 48px;
  border: 1px solid #BFBFBF;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  position: relative;
  color: #656565; }

a.button-s {
  width: 100%;
  height: 34px;
  background: #fff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  position: relative;
  color: #656565; }

a.button-l {
  width: 100%;
  height: 57px;
  border: 1px solid #BFBFBF;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 38px;
  position: relative;
  color: #656565; }
  a.button-l > span {
    display: flex;
    height: 100%;
    align-items: center; }
  a.button-l > span:first-child {
    justify-content: center;
    flex: 1; }
  a.button-l > span:last-child {
    width: 38px;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding-left: 10px; }
  a.button-l .b {
    text-align: center;
    line-height: 1.2; }
  a.button-l img {
    margin-right: 10px;
    width: 13px;
    height: 20px;
    vertical-align: text-bottom; }
  a.button-l svg path {
    fill: #656565; }
  a.button-l:hover svg path {
    fill: #fff; }

.faq-table {
  width: 100%;
  margin: 48px 0;
  list-style: none;
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
  color: #656565; }
  .faq-table .title-sub {
    text-align: center; }
  .faq-table dl {
    width: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    align-items: baseline; }
  .faq-table dt {
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0 0 8px 1.8em;
    line-height: 1.5rem;
    position: relative; }
    .faq-table dt:before {
      content: "Q : ";
      position: absolute;
      left: 0; }
  .faq-table dd {
    box-sizing: border-box;
    border-bottom: 1px solid #656565;
    margin: 0;
    padding: 0 0 16px 1.8em;
    position: relative;
    margin-bottom: 1.8em; }
    .faq-table dd:before {
      content: "A : ";
      position: absolute;
      left: 0; }
    .faq-table dd:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .faq-table dd span {
      display: block;
      margin-bottom: 0.75rem; }
      .faq-table dd span:last-child {
        margin-bottom: 0; }

.item-container > p {
  margin: 0 0 4em; }
  .item-container > p span {
    display: block;
    margin: 0.5rem 0 1.2rem; }
    .item-container > p span:last-child {
      margin-bottom: 0; }

.item-characters h3 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 0.4em; }

.items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .items > div {
    width: 40%;
    text-align: center;
    padding-bottom: 34px; }
    .items > div h4 {
      margin: 0 0 1em; }
    .items > div .item-image-container {
      margin-bottom: 1em;
      text-align: center;
      position: relative;
      width: 100%;
      display: block; }
      .items > div .item-image-container span {
        width: 100%;
        display: block; }
      .items > div .item-image-container img {
        width: 100%; }
    .items > div.i-1215x2160 .item-image-container, .items > div.i-1080x2160 .item-image-container {
      padding-top: 177.77778%; }
      .items > div.i-1215x2160 .item-image-container span, .items > div.i-1080x2160 .item-image-container span {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        text-align: center; }
        .items > div.i-1215x2160 .item-image-container span img, .items > div.i-1080x2160 .item-image-container span img {
          width: auto;
          height: 100%; }

.attentions ul {
  margin: 0;
  padding: 0; }

.attentions li {
  margin: 0 0 1em;
  padding: 0 0 0 1.4em;
  list-style: none;
  position: relative; }
  .attentions li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity .5s; }
  .modal.is-active {
    display: flex; }

.modal-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0; }

.modal-inner {
  color: #fff;
  text-align: center;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 2; }

.modal .input {
  margin-bottom: 2em; }

@media screen and (min-width: 641px) and (max-width: 1190px) {
  .container {
    width: 1190px; }
  .hero {
    width: 1190px; }
  .hero-controls {
    width: 1190px; }
  .panels-modal {
    width: 1190px; } }

@media screen and (min-width: 641px) {
  #tmpl_content {
    min-width: 1190px; }
  #tmpl_main {
    width: 100%; }
  .main a:hover {
    color: #fff; }
  .container {
    margin: 0 auto; }
  .inner {
    width: 1190px;
    margin: 0 auto; }
  .inner > div {
    width: 900px;
    margin-left: auto;
    margin-right: auto; }
  .input {
    min-width: 384px;
    width: auto; }
  a.button-l {
    width: auto;
    display: inline-flex;
    min-width: 384px;
    height: 58px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #656565; }
    a.button-l:hover {
      color: #ffffff;
      background: #dadada; }
    a.button-l img {
      top: 0; }
  .faq-table {
    width: 900px;
    margin-left: auto;
    margin-right: auto; }
    .faq-table dt,
    .faq-table dd {
      font-size: 0.875rem;
      padding-bottom: 8px;
      line-height: 1.5rem; }
    .faq-table dd {
      line-height: 1.5rem;
      padding-bottom: 16px; }
  .item-container > p span {
    display: block;
    margin: 0.3rem 0 1.2rem; }
    .item-container > p span:last-child {
      margin-bottom: 0; }
  .items {
    width: 900px;
    margin-left: auto;
    margin-right: auto; }
  .modal {
    width: 100%;
    height: 100%; }
  .modal-inner {
    width: 830px;
    margin: 0 auto; }
  .modal-movie h2 {
    font-size: 0.75rem;
    text-align: left; }
  .modal-movie > div {
    height: 468px; }
  .modal-movie button {
    cursor: pointer;
    right: -40px;
    top: -10px; }
    .modal-movie button span svg {
      width: 40px;
      height: 40px; } }

html[lang="en"] .hero-item-title {
  font-size: 1rem;
  line-height: 1.625rem; }

html[lang="en"] .extra-news {
  margin-bottom: 15px; }
  html[lang="en"] .extra-news span svg {
    margin-left: 5px; }

html[lang="en"] .headline-news {
  min-height: 31.73333vw;
  padding: 12px 16px 12px; }
  html[lang="en"] .headline-news h3 {
    padding-bottom: 8px; }

@media screen and (min-width: 641px) {
  html[lang="en"] .hero {
    min-height: auto; }
  html[lang="en"] .hero-items {
    min-height: 470px; }
  html[lang="en"] .headline-news {
    min-height: 70px; }
  html[lang="en"] .hero-item-title {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 3px; }
  html[lang="en"] .extra-news {
    margin: 0; }
    html[lang="en"] .extra-news span {
      font-size: 1rem; }
  html[lang="en"] .panel header {
    padding-top: 10px; }
  html[lang="en"] .panel-title {
    line-height: 1.125rem; }
  html[lang="en"] .news header a {
    font-size: 1.125rem; }
  html[lang="en"] .news-table a > time {
    width: 100px; } }

@media all and (-ms-high-contrast: none) {
  .modal {
    display: none; }
    .modal.is-active {
      display: block; } }

      /*============================================================
	追加
*/
.main_about {
  margin: 80px auto;
  width: 950px;
  padding-left: 3%;
}
.main .tmpl_headline1 {
  display: block;
  color: #333333;
  font-size: 19pt;
font-weight: bold;
  margin: 0 0 25px;
}

.main .tmpl_para1 {
  display: block;
  color: #7c7c7c;
  font-size: 11pt;
  margin: 0 0 45px;
}
.main .tmpl_btn1 {
  display: inline;
  color: #FFF;
  background-color: #5887F5;
  text-decoration: none;
  margin: 0 0 15px;
  padding: 1em 2.5em;
  font-size: 11pt;
  text-align: center;
  -webkit-transition: background-color 0.25s linear 0s, color 0.25s linear 0s;
  -moz-transition: background-color 0.25s linear 0s, color 0.25s linear 0s;
  -o-transition: background-color 0.25s linear 0s, color 0.25s linear 0s;
  transition: background-color 0.25s linear 0s, color 0.25s linear 0s;
}

.main .tmpl_btn1:hover{
  opacity: 0.7;
}
.main .tmpl_para1 a {
  color: #5787F4;
}

.main .tmpl_para1 a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px){
  .main_about {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 90%;
	line-height: 1.25;
}
.main_about .tmpl_btn1 {
	display:block;
}
}