@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
* {
  padding: 0;
  margin: 0; }

body.no-scroll {
  overflow: hidden !important; }

img, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #000000;
  transition: .4s; }
  a:visited {
    color: #000000; }
  a:hover {
    text-decoration: none; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.fadein {
  opacity: 0;
  transition: opacity 1s, transform 1s; }
  .fadein.visible {
    opacity: 1; }

.pc {
  display: block; }
  @media screen and (max-width: 1020px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block; } }

/*--------------------------------------------*/
@keyframes zoom {
  0% {
    transform: scale(1.2);
    opacity: 0; }
  20% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(1);
    opacity: 1.0; }
  70% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  color: #000000;
  font-size: 14px;
  text-align: center;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative; }
  .lp_wrapper .sidearea {
    position: fixed;
    height: calc(var(--vh, 1vh) * 100);
    transition: .8s;
    width: calc((100% - 500px) / 2); }
    @media screen and (max-width: 600px) {
      .lp_wrapper .sidearea {
        display: none; } }
    .lp_wrapper .sidearea.boxleft {
      left: 0; }
      @media screen and (max-width: 1020px) {
        .lp_wrapper .sidearea.boxleft {
          display: none; } }
      .lp_wrapper .sidearea.boxleft .pc_box {
        position: absolute;
        width: 65%;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 1700px) {
          .lp_wrapper .sidearea.boxleft .pc_box {
            width: 75%; } }
        .lp_wrapper .sidearea.boxleft .pc_box .ttl {
          display: block;
          max-height: 30px;
          width: 55%; }
        .lp_wrapper .sidearea.boxleft .pc_box .flexbox {
          display: flex;
          align-items: flex-end;
          justify-content: center;
          margin-top: 16px; }
          .lp_wrapper .sidearea.boxleft .pc_box .flexbox div {
            width: calc(90% - 10px);
            margin-left: 0; }
            .lp_wrapper .sidearea.boxleft .pc_box .flexbox div.ttl2 {
              width: 10%; }
              .lp_wrapper .sidearea.boxleft .pc_box .flexbox div.ttl2 img {
                max-width: 30px;
                width: 65%; }
        .lp_wrapper .sidearea.boxleft .pc_box .txt {
          position: absolute;
          left: -10%;
          bottom: -100px;
          z-index: +100; }
    .lp_wrapper .sidearea.boxright {
      right: 0; }
      @media screen and (max-width: 1020px) {
        .lp_wrapper .sidearea.boxright {
          width: calc(100% - 500px); } }
      .lp_wrapper .sidearea.boxright .pc_box {
        position: absolute;
        width: 80%;
        height: 80%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between; }
        .lp_wrapper .sidearea.boxright .pc_box h1 {
          font-family: times-new-roman, sans-serif;
          font-weight: 400;
          line-height: 1.2;
          font-size: 2em; }
        .lp_wrapper .sidearea.boxright .pc_box div p {
          font-size: 0.8em;
          line-height: 2.0; }
          @media screen and (max-width: 1020px) {
            .lp_wrapper .sidearea.boxright .pc_box div p {
              font-size: 0.7em; } }
        .lp_wrapper .sidearea.boxright .pc_box ul {
          width: 100%; }
          .lp_wrapper .sidearea.boxright .pc_box ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 2.0em; }
            .lp_wrapper .sidearea.boxright .pc_box ul li a {
              width: 40%;
              margin-right: 3%;
              text-decoration: underline !important;
              font-size: 1.0em;
              text-align: right;
              font-family: times-new-roman, sans-serif; }
              @media screen and (max-width: 1020px) {
                .lp_wrapper .sidearea.boxright .pc_box ul li a {
                  font-size: 0.8em; } }
            .lp_wrapper .sidearea.boxright .pc_box ul li p {
              width: 50%;
              margin-left: 3%;
              font-size: 1.0em;
              text-align: left;
              font-family: times-new-roman, sans-serif; }
              @media screen and (max-width: 1020px) {
                .lp_wrapper .sidearea.boxright .pc_box ul li p {
                  font-size: 0.8em; } }
        .lp_wrapper .sidearea.boxright .pc_box .logo {
          width: 30%; }
  .lp_wrapper #box-content {
    position: relative;
    z-index: 1000;
    width: 500px;
    background: #ffffff;
    min-height: 100vh;
    border: solid #000000;
    border-width: 0 1px; }
    @media screen and (max-width: 1020px) {
      .lp_wrapper #box-content {
        margin: 0 auto 0 0; } }
    @media screen and (max-width: 600px) {
      .lp_wrapper #box-content {
        margin: 0 auto;
        width: 100%; } }
    .lp_wrapper #box-content #drawer {
      position: relative;
      margin: 0 auto; }
      .lp_wrapper #box-content #drawer .logo {
        display: none;
        margin: 5% auto;
        width: 90%;
        text-align: right; }
        @media screen and (max-width: 1020px) {
          .lp_wrapper #box-content #drawer .logo {
            display: block; } }

.mv {
  display: none;
  position: relative;
  padding: 10% 0 20%; }
  @media screen and (max-width: 1020px) {
    .mv {
      display: block; } }
  .mv .mv_innner {
    width: 70%;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .mv .mv_innner {
        width: 65%; } }
  .mv .ttl {
    display: block;
    max-height: 30px;
    width: 55%; }
  .mv .flexbox {
    position: relative;
    margin-top: 16px; }
    .mv .flexbox div {
      width: 100%;
      margin-left: 0; }
      .mv .flexbox div.ttl2 {
        width: 10%;
        position: absolute;
        right: -35px;
        bottom: 0; }
        .mv .flexbox div.ttl2 img {
          max-width: 30px;
          width: 65%; }
  .mv .txt {
    position: absolute;
    left: 5%;
    bottom: 0;
    z-index: +100; }
    @media screen and (max-width: 600px) {
      .mv .txt {
        left: 9%;
        width: 60%; } }

.txtBox {
  margin: 25% auto;
  display: none; }
  @media screen and (max-width: 600px) {
    .txtBox {
      display: block; } }
  .txtBox p {
    font-size: min(0.9em, 2.8vw);
    line-height: 2.2; }

.loop_anime {
  background: #b3b3b3;
  padding: 4px 0;
  margin: 20% auto 25%; }
  .loop_anime .swiper-wrapper {
    transition-timing-function: linear; }
    .loop_anime .swiper-wrapper .swiper-slide {
      line-height: 1; }
    .loop_anime .swiper-wrapper img {
      max-width: none; }

section {
  padding-top: 60px;
  margin: -60px auto 25%; }
  section .innerbox {
    width: 80%;
    margin: 0 auto; }
  section .all_btn {
    width: 80%;
    margin: 20% auto 10%; }
    section .all_btn a {
      border: 1px solid #000000;
      border-radius: .7em;
      padding: 1.0em;
      line-height: 1;
      display: block;
      font-size: min(0.9em, 3vw); }
      section .all_btn a:hover {
        background: #000000;
        color: #ffffff; }
  section#item2 .innerbox, section#item4 .innerbox {
    border-top: 1px solid #000000; }

.box1 a {
  display: block;
  width: 100%; }

.item {
  margin: 15% auto;
  text-align: left; }
  .item .flexBox {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .item h2 {
    font-family: times-new-roman, sans-serif;
    font-weight: 400;
    font-size: min(2em, 4.5vw);
    line-height: 1.2;
    margin-bottom: 10%; }
    .item h2 span {
      font-size: 200%;
      display: block; }
  .item .txt {
    font-size: min(0.8em, 2.8vw);
    letter-spacing: 0;
    text-align: justify;
    margin: 10% auto; }
  .item div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .item div p, .item div a {
      font-size: min(1.5em, 4.2vw);
      font-family: times-new-roman, sans-serif; }
      .item div p span, .item div a span {
        font-size: 70%;
        margin-left: 0.5em; }
    .item div a {
      text-decoration: underline !important; }
      .item div a:hover {
        text-decoration: none !important; }
      .item div a.disabled {
        text-decoration: none !important;
        font-size: 80%; }

.box2 {
  width: 100%;
  margin: 30% auto 15%; }

.box3 {
  margin: 0 auto 15%; }

#item5 h2 {
  font-family: times-new-roman, sans-serif;
  font-size: min(2.3em, 4.5vw);
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 5%; }
#item5 p {
  font-size: min(0.8em, 3vw); }
#item5 .newcolor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 5% auto; }
  #item5 .newcolor div {
    width: 60%; }
    #item5 .newcolor div:last-child {
      text-align: left;
      width: 40%; }
      #item5 .newcolor div:last-child p {
        font-family: times-new-roman, sans-serif;
        font-size: min(1.2em, 3.5vw);
        margin-bottom: 1em; }
        #item5 .newcolor div:last-child p span {
          font-size: 160%; }
      #item5 .newcolor div:last-child a {
        font-family: times-new-roman, sans-serif;
        font-size: min(1em, 3.5vw);
        text-decoration: underline; }
        #item5 .newcolor div:last-child a:hover {
          text-decoration: none; }

.lp-footer {
  background: #000000;
  padding: 10%;
  margin-top: 20%; }
  @media screen and (max-width: 600px) {
    .lp-footer {
      padding: 20% 10%; } }
  .lp-footer ul {
    border-top: 1px solid #ffffff;
    margin-bottom: 1.0em; }
    .lp-footer ul li {
      border-bottom: 1px solid #ffffff; }
      .lp-footer ul li a {
        padding: 0.7em;
        display: block;
        color: #ffffff;
        letter-spacing: .1em;
        font-size: 1.0em; }
        @media screen and (max-width: 600px) {
          .lp-footer ul li a {
            font-size: 3.2vw; } }
        .lp-footer ul li a span {
          font-size: 50%;
          line-height: 1;
          display: block; }
  .lp-footer p {
    border: solid #ffffff;
    border-width: 1px 0;
    padding: 0.7em;
    color: #ffffff;
    letter-spacing: .1em;
    font-size: 1.0em; }
    @media screen and (max-width: 600px) {
      .lp-footer p {
        font-size: 3.2vw; } }
  .lp-footer div {
    margin: 25% auto 10%; }
    .lp-footer div img {
      max-width: 220px; }
      @media screen and (max-width: 600px) {
        .lp-footer div img {
          max-width: 150px; } }
    .lp-footer div.bnr {
      margin: 10% auto;
      display: block; }
      .lp-footer div.bnr a {
        margin-bottom: 5%;
        display: block; }
      .lp-footer div.bnr img {
        max-width: 100%;
        width: 100%; }

footer {
  position: relative; }

.modal-open {
  cursor: pointer; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box; }
  .modal.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1000; }
  .modal::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em; }
  .modal .modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle;
    width: fit-content;
    overflow: hidden; }
    @media screen and (max-width: 600px) {
      .modal .modal-container {
        width: 90%; } }
  .modal .modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 3px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    @media screen and (max-width: 600px) {
      .modal .modal-close {
        right: 10px; } }
    @media screen and (max-width: 600px) {
      .modal .modal-close img {
        width: 18px; } }
  .modal .modal-content {
    background: #fff;
    text-align: left;
    line-height: 1.8;
    padding: 40px 20px;
    max-height: 85vh;
    overflow-y: auto;
    max-width: 600px; }
    .modal .modal-content img {
      max-width: 400px;
      width: 100%; }
