@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%;
  /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

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

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*=============================================================
 01_base
=============================================================*/
#kv .inner {
  position: relative;
  min-width: 1200px;
  min-height: 718px;
  margin: 0 30px;
  height: 54.5vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #kv .inner {
    width: auto;
    height: 184.0625vw;
    max-height: unset;
    min-width: unset;
    min-height: unset;
    margin: 0;
  }
}
#kv img, #kv video {
  width: 100%;
}
#kv .bg {
  max-height: 1500px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #kv .bg {
    max-height: unset;
  }
}
@media only screen and (max-width: 768px) {
  #kv .bg video {
    width: 100%;
    height: auto;
  }
}
#kv .bg video.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #kv .bg video.sp {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #kv .bg video.pc {
    display: none;
  }
}
#kv .bg.bg1 {
  max-height: 1200px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #kv .bg.bg1 {
    max-height: unset;
  }
}
@media only screen and (max-width: 768px) {
  #kv .bg.bg1 video {
    width: auto;
    height: 172.1875vw;
  }
}
#kv h1 {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #kv h1 {
    -webkit-transform: unset;
            transform: unset;
  }
}
#kv h1.type1 {
  opacity: 0;
}
#kv .chara {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #kv .chara {
    top: 0;
    max-width: unset;
  }
}
#kv .catch {
  position: absolute;
  top: -75px;
  right: 0;
  width: 10.2%;
  max-width: 190px;
  mix-blend-mode: hard-light;
}
@media only screen and (max-width: 768px) {
  #kv .catch {
    width: 13.4375vw;
    top: 0;
    max-width: unset;
    mix-blend-mode: hard-light;
  }
}

#top-slider {
  position: relative;
  padding: 30px;
  background-color: #fff;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  margin: -98px -30px 120px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #top-slider {
    padding: 3.125vw 3.125vw;
    -webkit-transform: rotate(-7.8deg);
            transform: rotate(-7.8deg);
    margin: -18.75vw -3.125vw 15.625vw;
  }
}
#top-slider ul {
  width: 1200px;
  height: 382px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #top-slider ul {
    width: auto;
    height: 36.40625vw;
  }
}
#top-slider ul li {
  display: inline-block;
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  #top-slider ul li {
    margin: 0 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  #top-slider ul li img {
    width: 100%;
  }
}
#top-slider .slick-list {
  padding: 0 660px !important;
  margin: 0 -1160px 0 -1100px;
}
@media only screen and (max-width: 768px) {
  #top-slider .slick-list {
    padding: 0 50vw !important;
    margin: 0 -100vw 0 -100vw;
  }
}
#top-slider .slick-arrow {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content section .inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #content section .inner {
    width: auto;
  }
}

#site-con {
  padding: 120px 0 304px;
  background: url("/wp-content/themes/lphachinai/assets/img/top/contents/bg-pc.jpg") no-repeat top center;
  background-size: auto;
}
@media only screen and (max-width: 768px) {
  #site-con {
    padding: 11.5625vw 0 0;
    background: url("/wp-content/themes/lphachinai/assets/img/top/contents/bg-sp.jpg") no-repeat top center;
  }
}
#site-con h2 {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #site-con h2 {
    margin-bottom: 3.90625vw;
  }
}
#site-con h2 span.front {
  mix-blend-mode: overlay;
}
#site-con h2 span.back {
  position: absolute;
  left: -22px;
  top: -22px;
}
@media only screen and (max-width: 768px) {
  #site-con h2 span.back {
    left: 0;
    top: -1.25vw;
  }
}
#site-con .block {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 50px;
  padding: 38px 50px 46px;
}
@media only screen and (max-width: 768px) {
  #site-con .block {
    padding: 4.6875vw 3.125vw 3.4375vw;
    margin: 0;
  }
}
#site-con .block:not(:last-of-type) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #site-con .block:not(:last-of-type) {
    margin-bottom: 8.75vw;
  }
}
#site-con .block h3 {
  margin-left: -30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #site-con .block h3 {
    margin: 0 -3.125vw 3.125vw;
  }
}
#site-con .block .box {
  background-color: #fff;
  padding-bottom: 38px;
}
@media only screen and (max-width: 768px) {
  #site-con .block .box {
    padding-bottom: 4.375vw;
  }
}
#site-con .block .box .txt-box {
  background-color: #12158d;
  padding: 0 16px 16px;
}
@media only screen and (max-width: 768px) {
  #site-con .block .box .txt-box {
    padding: 0 1.5625vw 1.5625vw;
  }
}
#site-con .block .box .txt-box p.title {
  padding: 34px 0 24px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #site-con .block .box .txt-box p.title {
    font-size: 32px;
    font-size: 5vw;
  }
}
#site-con .block .box .txt-box p.period {
  font-size: 26px;
  font-weight: bold;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #site-con .block .box .txt-box p.period {
    font-size: 26px;
    font-size: 4.0625vw;
  }
}
#site-con .block .box .txt-box p.period span {
  display: inline-block;
  background-color: #1b96ff;
  color: #fff;
  padding: 10px 18px;
  margin-right: 15px;
}
#site-con .block .box .bnr {
  margin: 0 16px;
  padding-top: 14px;
}
@media only screen and (max-width: 768px) {
  #site-con .block .box .bnr {
    margin: 0 1.5625vw;
    padding-top: 2.1875vw;
  }
}
#site-con .block .box .bnr img {
  width: 100%;
}
#site-con .block .box .btn {
  position: relative;
  width: 381px;
  height: 92px;
  margin: 32px auto 0;
}
@media only screen and (max-width: 768px) {
  #site-con .block .box .btn {
    width: 59.53125vw;
    height: 14.375vw;
    margin: 4.0625vw auto 0;
  }
}
#site-con .block .box .btn.off {
  pointer-events: none;
  opacity: 0.5;
}
#site-con .block .box .btn a {
  position: absolute;
  top: -8px;
  left: -8px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #site-con .block .box .btn a {
    width: 100%;
    top: -1.25vw;
    left: -1.25vw;
  }
}
#site-con .block .box .btn a:hover {
  top: 0;
  left: 0;
}
#site-con .block .box .btn::after {
  content: "";
  display: block;
  background-color: #12158d;
  width: 100%;
  height: 100%;
}

#info {
  margin-top: -180px;
  margin-bottom: 128px;
}
@media only screen and (max-width: 768px) {
  #info {
    margin-top: 0;
    padding-top: 7.8125vw;
    margin-bottom: 11.71875vw;
  }
}
#info h2 {
  position: relative;
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  #info h2 {
    margin-bottom: 6.25vw;
  }
}
#info h2 span.front {
  mix-blend-mode: overlay;
}
#info h2 span.back {
  position: absolute;
  left: -20px;
  top: -20px;
}
@media only screen and (max-width: 768px) {
  #info h2 span.back {
    left: 0;
    top: 0;
  }
}
#info h3 {
  margin-left: 50px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  #info h3 {
    margin-left: 0;
    margin-bottom: 6.25vw;
  }
}
#info ul {
  margin-left: 50px;
  margin-bottom: 38px;
  max-height: 245px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #info ul {
    max-height: 64.375vw;
    margin-left: 3.125vw;
    margin-bottom: 10.15625vw;
  }
}
#info ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #info ul li:not(:last-child) {
    margin-bottom: 3.125vw;
  }
}
#info ul li time {
  display: inline-block;
  font-size: 20px;
  color: #1b96ff;
  background-color: #d9ef70;
  padding: 0 5px;
  line-height: 1.5;
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  #info ul li time {
    font-size: 20px;
    font-size: 3.125vw;
    margin-bottom: 0.78125vw;
  }
}
#info ul li time span {
  display: block;
}
#info ul li p {
  display: inline-block;
  font-size: 20px;
  color: #12158d;
}
@media only screen and (max-width: 768px) {
  #info ul li p {
    display: block;
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#info ul li p a {
  color: #000;
}
#info ul li p a.link-off {
  pointer-events: none;
}
#info .btn {
  position: relative;
  width: 381px;
  height: 92px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #info .btn {
    width: 48.4375vw;
    height: 12.1875vw;
  }
}
#info .btn.off {
  pointer-events: none;
  opacity: 0.5;
}
#info .btn a {
  position: absolute;
  top: -8px;
  left: -8px;
  transition: all 0.3s ease;
}
#info .btn a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #info .btn a {
    width: 100%;
    top: -1.25vw;
    left: -1.25vw;
  }
}
#info .btn::after {
  content: "";
  display: block;
  background-color: #12158d;
  width: 100%;
  height: 100%;
}

#modal-block .modal.img-story {
  top: 14%;
  left: 0;
  -webkit-transform: unset;
          transform: unset;
  position: relative;
  width: 1000px;
  margin: 0 auto 150px;
}
#modal-block #story {
  display: none;
}

.bnr-list {
  padding: 46px 0;
  background: url("/wp-content/themes/lphachinai/assets/img/top/bnr/bg.png") repeat bottom center #fff;
  background-size: contain;
}
.bnr-list ul {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.bnr-list ul li {
  display: inline-block;
  vertical-align: middle;
}
.bnr-list ul li a {
  outline: none;
}
.bnr-list ul li img {
  width: 100%;
}
.bnr-list ul .slick-list {
  overflow: hidden;
}
.bnr-list ul .slick-arrow {
  font-size: 0;
  width: 0;
  height: 0;
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.bnr-list ul .slick-arrow::after {
  content: "〉";
  display: block;
  font-weight: bold;
  font-size: 50px;
  color: #0049ae;
}
.bnr-list ul .slick-prev {
  left: -25px;
}
.bnr-list ul .slick-prev::after {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.bnr-list ul .slick-next {
  right: -25px;
}

@media only screen and (max-width: 768px) {
  .bnr-list {
    padding: 3.125vw 0 3.4375vw;
  }
  .bnr-list img {
    width: 100%;
  }
  .bnr-list ul {
    width: 84.6875vw;
  }
  .bnr-list ul .slick-arrow::after {
    font-size: 50px;
    font-size: 7.8125vw;
  }
  .bnr-list ul .slick-prev {
    left: -2.5vw;
  }
  .bnr-list ul .slick-next {
    right: -2.5vw;
  }
}