@charset "UTF-8";
/* General */
.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

.float-list li {
  float: left;
}

/* Base */
/*	
	///////レスポンシブ用指定///////
*,
*:before,
*:after {
	box-sizing:inherit;
}
html {	
	
	box-sizing:border-box;
	font-size:62.5%;
	
}
*/
/* Base */
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP',"NotoSansCJKjp", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  -webkit-text-size-adjust: 100%;
}

a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
a:hover img, a:active img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

input[type="button"],
input[type="submit"],
input[type="reset"],
label {
  cursor: pointer;
}

.dummy {
  text-decoration: line-through !important;
  color: #f00 !important;
}

a img {
  transition: .2s ease;
}

a {
  transition: color .2s ease, background .2s ease;
}

img a:hover,
a:active,
a:focus {
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
}

img {
  -webkit-backface-visibility: hidden;
}

a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

::-moz-selection {
  color: #FFF;
  background: rgba(72, 93, 105, 0.7) !important;
}

::selection {
  color: #FFF;
  background: rgba(72, 93, 105, 0.7) !important;
}

p {
  line-height: 1.5;
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/* Layout */
* {
  word-break: break-all;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border: none;
}

::-webkit-scrollbar-thumb {
  background: #000;
  box-shadow: none;
}

.loading_top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modaal-overlay {
  background: #fff !important;
}

.modaal_content {
  display: none;
}

.modaal-wrapper .modaal_content {
  display: none;
}
.modaal-wrapper .modaal-content-container {
  padding: 0;
}
.modaal-wrapper .modaal-content-container .cast_color {
  background: #393939;
}
.modaal-wrapper .modaal-content-container .cast_color .l-inner .l-character_detail .img img {
  margin-top: 0;
}
.modaal-wrapper .modaal-content-container .cast_color .l-inner .l-character_detail .data .data_top .right .cv {
  color: #393939;
}
.modaal-wrapper .modaal-content-container .character01_color {
  background: #14b28c;
}
.modaal-wrapper .modaal-content-container .character02_color {
  background: #c3ad09;
}
.modaal-wrapper .modaal-content-container .character02_color .l-inner .l-character_detail .data .data_top .right .cv {
  color: #c3ad09;
}
.modaal-wrapper .modaal-content-container .character03_color {
  background: #e37edc;
}
.modaal-wrapper .modaal-content-container .character03_color .l-inner .l-character_detail .data .data_top .right .cv {
  color: #e37edc;
}
.modaal-wrapper .modaal-content-container .character04_color {
  background: #aeaeae;
}
.modaal-wrapper .modaal-content-container .character04_color .l-inner .l-character_detail .data .data_top .right .cv {
  color: #aeaeae;
}
.modaal-wrapper .modaal-content-container .l-inner {
  box-sizing: border-box;
  height: 500px;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.modaal-wrapper .modaal-content-container .l-inner .l-character_detail {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  height: 100%;
}
.modaal-wrapper .modaal-content-container .l-inner .l-character_detail .img {
  position: relative;
  height: 500px;
}
.modaal-wrapper .modaal-content-container .l-inner .l-character_detail .img img {
  margin-top: -70px;
}
.modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data {
  width: 640px;
}
.modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data .data_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data .data_top .left {
  display: flex;
  align-items: flex-end;
}
.modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data .data_top .name {
  font-size: 50px;
  color: #fff;
}
.modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data .data_top .name_img {
  margin-left: 20px;
  padding-bottom: 10px;
}
.modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data .data_top .right .cv {
  font-size: 18px;
  background: #fff;
  padding: 8px 27px;
  line-height: 1;
  margin-bottom: 8px;
  color: #14b28c;
}
.modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data .data_bottom {
  border-top: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  line-height: 2.0;
  padding-top: 22px;
  margin-top: 22px;
}
.modaal-wrapper .modaal-inner-wrapper {
  padding: 150px 0 10px;
}
.modaal-wrapper .modaal-container {
  padding: 0;
  max-width: 100%;
  box-shadow: none;
  background: none;
}
.modaal-wrapper .modaal-wrapper .modaal-close {
  top: 10px;
}
.modaal-wrapper .modaal-close:focus,
.modaal-wrapper .modaal-close:hover {
  background: none;
}
.modaal-wrapper .modaal-close:after,
.modaal-wrapper .modaal-close:before {
  border-radius: 0px;
  height: 50px;
  background: #000;
  width: 1px;
}
.modaal-wrapper .kv_video_area {
  margin-top: -140px;
  text-align: center;
}

.video_area {
  margin-top: -140px;
  text-align: center;
}

.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.all_content {
  display: flex;
}
.all_content .content_footer {
  width: 100%;
  box-sizing: border-box;
}
.all_content .content_footer.top {
  min-width: 820px;
}
.all_content .content_footer.character {
  min-width: 1000px;
}
.all_content .content_footer.introduction {
  min-width: 1000px;
}
.all_content .content_footer.bg1 {
  background: url(../img/second_bg01.jpg) repeat;
}
.all_content .content_footer.bg2 {
  background: url(../img/second_bg02.jpg) repeat;
}
.all_content .content_footer.bg3 {
  background: url(../img/second_bg03.jpg) repeat;
}
.all_content .content_footer.bg4 {
  background: url(../img/second_bg04.jpg) repeat;
}

.all_content.top {
  display: block;
}
.all_content.top .l-header .pc {
  width: 405px;
  height: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 10px 0 15px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  position: fixed;
  left: -405px;
  transition: 0.3s;
}
.all_content.top .l-header .pc.sidemenu.active {
  left: 0;
}
.all_content.top .l-header .pc.sidemenu.active .kaihei .inner:before {
  content: "CLOSE";
}
.all_content.top .l-header .pc .menu_area {
  overflow-y: scroll;
  height: 100vh;
}
.all_content.top .kaihei {
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  width: 40px;
  height: 220px;
  cursor: pointer;
}
.all_content.top .kaihei .inner {
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 18px;
  padding: 0 10px;
  top: 87px;
}
.all_content.top .kaihei .inner:before {
  content: "MENU";
}

.l-header .pc {
  width: 405px;
  height: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 10px 0 15px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
.l-header .pc .header_logo {
  padding-top: 30px;
  padding-bottom: 10px;
}
.l-header .pc ul.menu_link li {
  padding-bottom: 25px;
}
.l-header .pc ul.menu_link li a {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}
.l-header .pc ul.menu_link li a:hover {
  animation: changecolor 1s;
}
@keyframes changecolor {
  0% {
    color: #000;
  }
  33% {
    color: #14b28c;
  }
  66% {
    color: #c3ad09;
  }
}
.l-header .pc .header_sns .header_sns_share {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 20px;
}
.l-header .pc .header_sns .header_sns_share.m-sayuu:after {
  content: "";
  border-bottom: solid #000 1px;
  width: 18px;
  position: absolute;
  top: 12px;
  left: -92px;
  right: 0;
  margin: auto;
}
.l-header .pc .header_sns .header_sns_share.m-sayuu:before {
  content: "";
  border-bottom: solid #000 1px;
  width: 18px;
  position: absolute;
  top: 12px;
  left: 0;
  right: -90px;
  margin: auto;
}
.l-header .pc .header_sns ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  margin: auto;
}
.l-header .sp .sp_header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  display: flex;
  text-align: center;
}
.l-header .sp .sp_header .sp_logo {
  width: calc(100% - 14vw);
  height: auto;
  text-align: center;
}
.l-header .sp .sp_header .sp_logo a {
  text-align: center;
}
.l-header .sp .sp_header .sp_logo a img {
  width: auto;
  height: 14vw;
  box-sizing: border-box;
  padding: 15px 0 3px 14vw;
}
.l-header .sp .sp_header .menu_btn {
  background: #000;
  width: 14vw;
  height: auto;
  position: relative;
  cursor: pointer;
}
.l-header .sp .sp_header .menu_btn:after {
  width: 8vw;
  height: 5px;
  background: #fff;
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.l-header .sp .sp_header .menu_btn:before {
  width: 8vw;
  height: 5px;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 17px;
  margin: auto;
  transition: 0.3s;
}
.l-header .sp .sp_header .menu_btn:hover:after {
  top: 0;
}
.l-header .sp .sp_header .menu_btn:hover:before {
  bottom: 0;
}
.l-header .sp .sp_header .menu_btn.active:after {
  top: 0;
  transform: rotate(90deg);
  background: #14b28c;
}
.l-header .sp .sp_header .menu_btn.active:before {
  bottom: 0;
  background: #c3ad09;
}
.l-header .sp .sp_menu {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  display: flex;
  text-align: center;
  left: 100%;
  transition: 0.3s;
}
.l-header .sp .sp_menu.active {
  left: 0;
}
.l-header .sp .sp_menu .menu_left {
  width: calc(100% - 14vw);
  height: 100%;
  background: #fff;
  padding: 40px 0 0 0;
  text-align: center;
  overflow-y: scroll;
}
.l-header .sp .sp_menu .menu_left ul.menu_link li {
  padding-bottom: 25px;
}
.l-header .sp .sp_menu .menu_left ul.menu_link li a {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
.l-header .sp .sp_menu .menu_left .header_sns {
  padding: 0 5% 0;
}
.l-header .sp .sp_menu .menu_left .header_sns .header_sns_share {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 20px;
}
.l-header .sp .sp_menu .menu_left .header_sns .header_sns_share.m-sayuu:after {
  content: "";
  border-bottom: solid #000 1px;
  width: 36px;
  position: absolute;
  top: 16px;
  left: -140px;
  right: 0;
  margin: auto;
}
.l-header .sp .sp_menu .menu_left .header_sns .header_sns_share.m-sayuu:before {
  content: "";
  border-bottom: solid #000 1px;
  width: 36px;
  position: absolute;
  top: 16px;
  left: 0;
  right: -140px;
  margin: auto;
}
.l-header .sp .sp_menu .menu_left .header_sns ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 152px;
  margin: auto;
  box-sizing: border-box;
}
.l-header .sp .sp_menu .menu_left .header_sns ul .twitter {
  max-width: 32px;
  width: 12vw;
  height: auto;
}
.l-header .sp .sp_menu .menu_left .header_sns ul .facebook {
  max-width: 22px;
  width: 7vw;
  height: auto;
}
.l-header .sp .sp_menu .menu_left .header_sns ul .line {
  max-width: 34px;
  width: 11vw;
  height: auto;
}
.l-header .sp .sp_menu .menu_right {
  background: rgba(0, 0, 0, 0.7);
  width: 14vw;
  height: 100%;
  position: relative;
}
.l-header .sp .sp_menu .menu_right:after {
  width: 8vw;
  height: 4px;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  transform: rotate(45deg);
}
.l-header .sp .sp_menu .menu_right:before {
  width: 8vw;
  height: 4px;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  transform: rotate(-45deg);
}

.l-footer {
  padding: 20px 0 0;
  background: #000;
}
.l-footer .footer_area {
  margin: auto;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
}
.l-footer .footer_area .topbtn {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 100;
  transition: 0.2s;
}
.l-footer .footer_area .topbtn.active {
  bottom: 80px;
}
.l-footer .copylight {
  font-size: 12px;
  color: #fff;
  padding-bottom: 20px;
}

.comment {
  background: #000;
  color: #fff !important;
  font-size: 12px;
  line-height: 1;
  padding: 4px 13px 6px;
  display: inline-block;
  font-weight: normal;
  transition: 0.3s;
  vertical-align: middle;
  margin-bottom: 10px;
  border: 1px solid #000;
  text-decoration: none !important;
  transition: 0.3s;
}
.comment:hover {
  background: #fff;
  color: #000 !important;
  text-decoration: none;
  vertical-align: middle;
}
.comment:active {
  vertical-align: middle;
}

@media only screen and (max-width: 1480px) {
  .l-header .pc {
    width: 280px;
    height: 100%;
    background: #fff;
    text-align: center;
    box-shadow: 10px 0 15px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
  }
  .l-header .pc .header_logo img {
    width: 80%;
    height: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .modaal-wrapper .modaal-content-container {
    padding: 30px 12px 0;
    box-sizing: border-box;
  }
  .modaal-wrapper .modaal-content-container .cast_color {
    background: #393939;
  }
  .modaal-wrapper .modaal-content-container .cast_color .l-inner .l-character_detail .img img {
    margin-top: 0;
  }
  .modaal-wrapper .modaal-content-container .l-inner {
    box-sizing: border-box;
    height: auto;
    max-width: 1200px;
    margin: auto;
    position: relative;
  }
  .modaal-wrapper .modaal-content-container .l-inner .l-character_detail {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 50px 30px 50px 30px;
    box-sizing: border-box;
  }
  .modaal-wrapper .modaal-content-container .l-inner .l-character_detail .img {
    position: relative;
    height: auto;
    margin-bottom: 40px;
  }
  .modaal-wrapper .modaal-content-container .l-inner .l-character_detail .img img {
    margin-top: -30px;
    width: 100%;
  }
  .modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data {
    width: 100%;
  }
  .modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data .data_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data .data_top .left {
    display: flex;
    align-items: flex-end;
  }
  .modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data .data_top .name {
    font-size: 6vw;
    color: #fff;
    white-space: nowrap;
  }
  .modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data .data_top .name_img {
    margin-left: 10px;
    padding-bottom: 3px;
  }
  .modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data .data_top .name_img img {
    width: 16vw;
    height: auto;
  }
  .modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data .data_top .right .cv {
    font-size: 14px;
    background: #fff;
    padding: 5px 16px;
    line-height: 1;
    margin-bottom: 3px;
    color: #14b28c;
  }
  .modaal-wrapper .modaal-content-container .l-inner .l-character_detail .data .data_bottom {
    border-top: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    line-height: 2.0;
    padding-top: 12px;
    margin-top: 12px;
  }
  .modaal-wrapper .modaal-inner-wrapper {
    padding: 100px 0 100px;
  }
  .modaal-wrapper .modaal-container {
    padding: 0;
    max-width: 100%;
    box-shadow: none;
  }
  .modaal-wrapper .modaal-close {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
  }
  .modaal-wrapper .modaal-close:after,
  .modaal-wrapper .modaal-close:before {
    border-radius: 0px;
    height: 70px;
    background: #000;
    width: 1px;
  }
  .modaal-wrapper .kv_video_area {
    padding-top: 56.25%;
    position: relative;
    margin-top: 0;
  }
  .modaal-wrapper .kv_video_area:after {
    content: "";
  }
  .modaal-wrapper .kv_video_area iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .loading_top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .loading_top img {
    width: 50%;
    height: auto;
  }

  .all_content .content_footer {
    padding-top: 12vw;
    min-width: 100%;
  }
  .all_content .content_footer.top {
    min-width: 100%;
  }
  .all_content .content_footer.character {
    min-width: 100%;
  }
  .all_content .content_footer.introduction {
    min-width: 100%;
  }

  .l-footer {
    padding: 0;
  }
  .l-footer .topbtn_sp {
    background: #474747;
    padding: 4vw 0;
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }
  .l-footer .topbtn_sp img {
    width: 8vh;
  }
}
