@charset "UTF-8";
/*-----------------------------------------------------

	layout.css
	共通CSS

------------------------------------------------------*/
/*-----------------------------------------------------

	layout.css
	共通CSS dark Mode

------------------------------------------------------*/
.dark {
  /*-----------------------------------------------------
  	header　
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  	content　
  -----------------------------------------------------*/
}
.dark header {
  background: #141414;
}
.dark header #btn_nav_switch {
  background: #913089;
}
.dark header #btn_nav_switch:hover {
  background: #eb38c4;
}
.dark #gnav {
  background: #222222;
}
.dark #gnav ul li a:before {
  background: url(../images/dark/nav_on_bg.png) no-repeat top left;
  background-size: 100%;
}
.dark #gnav ul li a:hover {
  background: #613d5e;
}
.dark #gnav ul li.current a {
  background: #613d5e;
}
.dark #pgt a .ring {
  display: block;
  background: #7a1f87;
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.dark #pgt a:hover .ring {
  -webkit-animation: pulsate 0.4s ease-out;
          animation: pulsate 0.4s ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  50% {
    opacity: 0.64;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  50% {
    opacity: 0.64;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
.dark #bnr {
  background: #141414;
}
.dark #bnr .orn01 {
  bottom: 7px;
  width: 186px;
  height: 478px;
  margin: 0 0 0 -654px;
  background: url(../images/dark/bnr_orn1.png) no-repeat;
}
.dark #bnr .orn02 {
  bottom: 10px;
  width: 114px;
  height: 462px;
  margin: 4px -617px 0 0;
  background: url(../images/dark/bnr_orn2.png) no-repeat;
}
.dark .slick-prev,
.dark .slick-next {
  background: #913089;
}
.dark .slick-prev:hover,
.dark .slick-prev:focus,
.dark .slick-next:hover,
.dark .slick-next:focus {
  background: #582b54;
}
.dark .slick-prev:before {
  border-right: solid 8px #fffc00;
}
.dark .slick-next:before {
  border-left: solid 8px #fffc00;
}

@media only screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background-size: 100%;
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}
body {
  min-width: 1540px;
  overflow-x: hidden;
  background: #fff;
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  body {
    min-width: 1028px;
  }
  body .pc,
  body .portrait,
  body .phone {
    display: none;
  }
  body .landscape {
    display: block;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  body {
    min-width: 1028px;
  }
  body .pc,
  body .landscape,
  body .phone {
    display: none;
  }
  body .portrait {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  body .pc,
  body .landscape,
  body .portrait {
    display: none;
  }
  body .phone {
    display: block;
  }
}

#wrap {
  font-size: 18px;
  background: url(../images/bg_stripe.png);
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  #wrap {
    font-size: 16px;
  }
}

#inner {
  position: relative;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  #inner {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #inner.open {
    left: -266px;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  #inner {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #inner.open {
    left: -40%;
  }
}
@media only screen and (max-width: 767px) {
  #inner {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #inner.open {
    left: -70%;
  }
}

.brick {
  position: relative;
  background: url(../images/bg_brick.jpg) center top;
}
.brick:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 184px;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(32%, rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.48) 32%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.brick:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 184px;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(68%, rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 68%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  .brick:before {
    width: 24px;
  }
  .brick:after {
    width: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .brick:before {
    display: none;
  }
  .brick:after {
    display: none;
  }
}

/*-----------------------------------------------------
	header　
-----------------------------------------------------*/
header {
  position: relative;
  background: #fff;
  overflow: hidden;
}
header #btn_nav_switch {
  display: none;
  position: relative;
  z-index: 9;
  background: #004ebc;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header #btn_nav_switch:hover {
  background: #203c7c;
}
header #header_wrap {
  position: relative;
  z-index: 6;
  width: 1028px;
  margin: 0 auto;
  /* OA info */
}
header #header_wrap h1 {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
header #header_wrap h1 img {
  display: none;
  width: 100%;
  height: auto;
}
header #header_wrap #oainfo {
  display: block;
  z-index: 10;
  height: 90px;
}
header #header_wrap #oainfo img {
  width: 100%;
  height: auto;
}
header #header_wrap #oainfo #oainfo_wrap {
  margin: 0 auto;
  padding: 15px 0 0 0;
}
header #header_wrap #oainfo #oainfo_wrap #oadate {
  float: left;
  width: 480px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  header #btn_nav_switch {
    display: block;
    float: right;
    width: 110px;
  }
  header #header_wrap {
    width: 1028px;
    height: auto !important;
  }
  header #header_wrap h1 {
    display: block;
    position: static !important;
    float: left;
    height: auto !important;
    width: 280px;
    margin: 0;
    padding: 0;
  }
  header #header_wrap h1 img {
    display: inline;
  }
  header #header_wrap #oainfo_wrap #oadate {
    padding: 15px 0 0 0;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  header #btn_nav_switch {
    display: block;
    float: right;
    width: 110px;
  }
  header #header_wrap {
    width: 908px;
    height: auto !important;
    margin: 0;
  }
  header #header_wrap h1 {
    display: block;
    position: static !important;
    float: left;
    height: auto !important;
    width: 280px;
    margin: 0;
    padding: 0;
  }
  header #header_wrap h1 img {
    display: inline;
  }
  header #header_wrap #oainfo_wrap #oadate {
    padding: 15px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  header {
    border-top: none !important;
  }
  header #btn_nav_switch {
    display: block;
    float: right;
    width: 18.9%;
  }
  header #btn_nav_switch.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    right: 0;
  }
  header #header_wrap {
    width: auto;
    height: auto !important;
  }
  header #header_wrap h1 {
    display: block;
    position: static !important;
    float: left;
    height: auto !important;
    width: 42.75%;
    margin: 0 0 0 2%;
    padding: 1% 0;
  }
  header #header_wrap #oainfo {
    height: auto;
  }
  header #header_wrap #oainfo #oainfo_wrap #oadate {
    float: none;
    width: 100%;
    margin: 0;
    padding: 2% 8%;
  }
}

@media only screen and (max-width: 767px) {
  .open header #btn_nav_switch.fixed {
    right: 70%;
  }
  #gnav.fixed ul {
    position: fixed;
    top: 0;
    min-width: 70%;
  }
}
#gnav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  width: 204px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -6px 0px 15px -9px;
          box-shadow: rgba(0, 0, 0, 0.2) -6px 0px 15px -9px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#gnav img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#gnav h1 {
  padding: 5px 0;
}
#gnav.fixhead {
  position: fixed;
}
#gnav ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#gnav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: -130%;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 30%;
  background: url(../images/nav_on_bg.png) no-repeat top left;
  background-size: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#gnav ul li a .front,
#gnav ul li a .back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#gnav ul li a .front {
  z-index: 2;
  opacity: 1;
}
#gnav ul li a .back {
  z-index: 1;
  opacity: 0;
}
#gnav ul li a:hover {
  background: #4a6195;
}
#gnav ul li a:hover .front {
  opacity: 0;
}
#gnav ul li a:hover .back {
  opacity: 1;
  z-index: 3;
}
#gnav ul li a:hover:before {
  left: 0;
}
#gnav ul li.current a {
  background: #4a6195;
}
#gnav ul li.current a .front {
  opacity: 0;
}
#gnav ul li.current a .back {
  opacity: 1;
  z-index: 3;
}
#gnav ul li.current a:before {
  left: 0;
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  #gnav {
    position: absolute !important;
    right: -266px;
    top: 0;
    width: 266px;
    min-height: 100%;
  }
  #gnav h1,
  #gnav #pgt_nev {
    display: none;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  #gnav {
    position: absolute !important;
    right: -40%;
    top: 0;
    width: 40%;
    min-height: 100%;
  }
  #gnav h1 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #gnav {
    position: absolute !important;
    right: -70%;
    top: 0;
    width: 70%;
    min-height: 100%;
  }
  #gnav h1 {
    display: none;
  }
}

/*-----------------------------------------------------
	footer　
-----------------------------------------------------*/
footer {
  position: relative;
  width: 100%;
}
footer #footer_wrap {
  position: relative;
  z-index: 2;
  width: 1540px;
  margin: 0 auto;
  padding: 45px 0;
}
footer #footer_wrap #anime_bnr {
  width: 1028px;
  margin: 0 auto;
}
footer #footer_wrap #anime_bnr ul {
  text-align: center;
  margin: 0;
}
footer #footer_wrap #anime_bnr ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 220px;
  margin: 0 15px;
  background: #fff;
}
footer #footer_wrap #anime_bnr ul li a:hover {
  opacity: 0.7;
}
footer #footer_wrap #anime_bnr img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
footer #footer_wrap #anime_bnr .slick-prev,
footer #footer_wrap #anime_bnr .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 12;
  display: block;
  width: 13px;
  height: 22px;
  margin-top: -11px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
footer #footer_wrap #anime_bnr .slick-prev {
  left: -25px;
}
footer #footer_wrap #anime_bnr .slick-next {
  right: -25px;
}
footer #footer_wrap #anime_bnr .slick-prev:before,
footer #footer_wrap #anime_bnr .slick-next:before {
  content: "";
  display: block;
  position: static;
  width: 13px;
  height: 22px;
  margin: 0;
  line-height: 1;
  opacity: 1;
  color: #333;
  border: none;
}
footer #footer_wrap #anime_bnr .slick-prev:before {
  background: url(../images/prev.png) no-repeat center;
}
footer #footer_wrap #anime_bnr .slick-next:before {
  background: url(../images/next.png) no-repeat center;
}
footer #footer_wrap #anime_bnr .slick-prev:hover,
footer #footer_wrap #anime_bnr .slick-next:hover {
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  footer #footer_wrap #anime_bnr .slick-prev {
    left: 0;
  }
  footer #footer_wrap #anime_bnr .slick-next {
    right: 0;
  }
}
footer #copyright {
  clear: both;
  padding: 30px 0;
  text-align: center;
}
footer #copyright small {
  display: block;
  width: 280px;
  margin: 0 auto;
}
footer #copyright small img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  footer #footer_wrap {
    width: 100%;
    padding: 45px 0 0 0;
  }
  footer #footer_wrap #anime_bnr {
    width: 948px;
  }
  footer #footer_wrap #anime_bnr ul li {
    margin: 15px;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  footer #footer_wrap {
    width: auto;
    padding: 45px 0 0 0;
  }
  footer #footer_wrap #anime_bnr {
    width: 908px;
    margin: auto;
    padding: 15px 5px 55px 5px;
  }
  footer #footer_wrap #anime_bnr ul li {
    width: 235px;
    margin: 15px 5px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    color: #fff;
  }
  footer #footer_content {
    float: none !important;
  }
  footer #footer_wrap {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  footer #footer_wrap #anime_bnr {
    float: none;
    width: 100% !important;
    margin: auto !important;
    padding: 6% 2%;
    overflow-x: hidden;
  }
  footer #footer_wrap #anime_bnr ul li {
    width: 100%;
    margin: 1% 4%;
  }
  footer #copyright {
    padding: 0 !important;
  }
  footer #copyright small {
    display: block;
    width: 70%;
    height: auto !important;
    margin: 0 auto;
    padding: 2em 0 0.25em 0;
  }
}

/*-----------------------------------------------------
	content　
-----------------------------------------------------*/
.content {
  width: 1028px;
  margin: 0 auto;
  padding: 30px 40px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px -1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px -1px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px -1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px -1px;
}
.content > section > h1 {
  border-bottom: solid 1px #000;
}
.content > section > h1 img {
  vertical-align: middle;
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  .content {
    width: 948px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  .content {
    width: 948px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    width: 100% !important;
    padding: 4%;
  }
}

#breadcrumb {
  position: relative;
  z-index: 7;
  height: 1em;
  margin: 0 0 1.75em 0;
}
#breadcrumb ul li {
  display: inline;
  font-weight: bold;
  font-family: "Arial", "Helvetica", sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #breadcrumb ul li {
    font-size: 0.8em;
  }
}
#breadcrumb ul li .current {
  padding: 0.25em 0.4em 0.25em 0.5em;
  background: #e00;
  color: #fff;
  font-weight: bold;
}
#breadcrumb ul li a {
  color: #333;
  text-decoration: none;
}
#breadcrumb ul li a:after {
  content: "/";
  padding: 0 0.5em;
}

#pgt {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -60px;
}
@media only screen and (max-width: 767px) {
  #pgt {
    margin-top: -20%;
  }
}
#pgt a {
  display: block;
  position: fixed;
  right: 42px;
  bottom: 24px;
  z-index: 999;
  width: 80px;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#pgt a:hover {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
}
#pgt a.hide {
  bottom: 0;
  opacity: 0;
}
#pgt a img {
  width: 100%;
  height: auto;
}
#pgt a .ring {
  display: block;
  background: #1f4a87;
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
#pgt a:hover .ring {
  -webkit-animation: pulsate 0.4s ease-out;
          animation: pulsate 0.4s ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  50% {
    opacity: 0.64;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  #pgt a {
    position: static;
    width: 120px;
    margin: 0 auto;
  }
  #pgt a:hover {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  #pgt a {
    position: static;
    width: 120px;
    margin: 0 auto 30px auto;
  }
  #pgt a:hover {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
}
@media only screen and (max-width: 767px) {
  #pgt a {
    position: static;
    width: 30%;
    margin: 0 auto;
  }
  #pgt a:hover {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
}

#bnr {
  position: relative;
  clear: both;
  padding: 24px 0 70px;
  background: #f0f0f0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#bnr ul {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bnr ul li {
  width: 283px;
  margin: 10px;
}
#bnr ul li:nth-child(3n) {
  margin-right: 0;
}
#bnr ul li a:hover {
  opacity: 0.7;
}
#bnr img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#bnr .orn01 {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 1;
  width: 220px;
  height: 336px;
  margin: 0 0 0 -672px;
  background: url(../images/bnr_orn1.png) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#bnr .orn02 {
  position: absolute;
  right: 50%;
  bottom: 10px;
  z-index: 1;
  width: 163px;
  height: 281px;
  margin: 0 -634px 0 0;
  background: url(../images/bnr_orn2.png) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media only screen and (max-width: 1200px) and (orientation: portrait) {
  #bnr .orn01 {
    display: none;
  }
  #bnr .orn02 {
    display: none;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  #bnr ul {
    width: 908px;
  }
  #bnr .orn01 {
    display: none;
  }
  #bnr .orn02 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #bnr {
    padding-bottom: 30%;
  }
  #bnr ul {
    width: 100%;
  }
  #bnr ul li {
    width: 45.3%;
    margin: 1.5%;
  }
  #bnr .orn01 {
    display: none;
  }
  #bnr .orn02 {
    display: none;
  }
}/*# sourceMappingURL=layout.css.map */