@charset "UTF-8";

/* 全体的な設定 */
html {
    font-size: 10px; /* 1rem = 10px */
    height: 100%;
    scroll-padding-top: 120px;
    scroll-behavior: smooth;
    visibility: hidden;
  }
html.wf-active {
  visibility: visible;
}
body {
    height: 100%;
    height: 100dvh;
}
body,
input,
select,
textarea {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: .1rem;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;
    }
/* 見出し */
    h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    }
@font-face {
  font-family: "lanobe";
  src: url("../fonts/LightNovelPOPv2.otf") format("opentype");
}
.font-la {
  font-family: "lanobe";
}
.font-hb {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-style: normal;
  font-weight: 600;  
}
/* リンク */
    a {
    text-decoration: none;
    }
/* 画像 */
    img {
    width: 100%;
    height: auto;
    }
    *,
    *::before,
    *::after {
    box-sizing: border-box;
    }

/*---------------------*/
/* ヘッダー */
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.header-title-wp {
  display: flex;
  align-items: flex-end;
  padding: 10px 0;
  column-gap: 10px;
}
.p-header__title {
  width: 230px;
}
.permit {
  font-size: 11px;
  display: flex;
  align-items: flex-end;
}
.p-header__hamburger {
  display: none;
}
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: black;
  transition: all 0.4s;
}
.c-hamburger span:nth-of-type(1) {
  top: -4px;
}
.c-hamburger span:nth-of-type(2) {
  top: 1px;
  transform: translateX(-0.45deg);
}
.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}
.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}
.p-header__nav {
  display: flex;
  z-index: 10;
  position: static;
  top: 0;
  right: auto;
  justify-content: center;
  height: inherit;
  background: transparent;
  opacity: 1;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
  background-color: #fff;
  margin-bottom: 10px;
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  height: inherit;
  padding: 0 0 0 20px;
}
.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: -5px;
  right: 0;
  width: 60px;
  height: 100%;
}
.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: #fff;
}
.p-nav__inner {
  display: flex;
}
.p-nav__list {
  display: block;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  column-gap: 26px;
  align-items: flex-end;
  margin-bottom: 10px;
}
.p-nav__item {
  position: relative;
  width: auto;
}
.p-nav__link {
  font-family: "lanobe";
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 16px;
}
.header-contact-area {
  display: flex;
  column-gap: 14px;
  margin-left: 60px;
}
.header-contact-tel {
  display: flex;
  padding-top: 20px;
}
.header-contact-tel .number {
  font-size: 28px;
  color: #E50001;
  font-family: lanobe;
  position: relative;
}
.header-contact-tel .number::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: -36px;
    background-image: url(../images/common/icon_tel.png);
}
.header-contact-tel .time {
  font-size: 14px;
  font-family: lanobe;
}
.header-contact-mail,.header-contact-line {
  padding: 0 10px;
  border-radius: 0 0 20px 20px;
}
.header-contact-mail {
  border: 3px solid #E50001;
  padding: 0 10px;
  transition: background-color 0.2s;
}
.header-contact-mail:hover {
  background-color: #f6d7d7;
}
.header-contact-line {
  border: 3px solid #4CC764;
  padding: 0 10px;
  transition: background-color 0.2s;
}
.header-contact-line:hover {
  background-color: #dff9e4;
}
.header-contact-mail a,.header-contact-line a {
  width: 100%;
  height: 100%;
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-contact-mail p,.header-contact-line p {
  font-size: 18px;
  font-family: lanobe;
  position: relative;
  padding-left: 45px;
}
.header-contact-mail p {
  color: #E50001;
}
.header-contact-mail p::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    left: 0;
    background-image: url(../images/common/icon_mail.png);
}
.header-contact-line p {
  color: #4CC764;
}
.header-contact-line p::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    left: 0;
    background-image: url(../images/common/icon_line.png);
}
.header-contact-mail br,.header-contact-line br {
  display: none;
}
@media screen and (max-width: 1700px) {
  .p-header__title {
    width: 180px;
  }
  .permit {
    font-size: 10px;
  }
  .p-nav__list {
    column-gap: 15px;
  }
  .header-contact-area {
    column-gap: 6px;
    margin-left: 40px;
  }
  .header-contact-tel .number::before {
    width: 25px;
    height: 25px;
    left: -30px;
  }
  .header-contact-mail p, .header-contact-line p {
    font-size: 16px;
  }
  .header-contact-tel .number {
    font-size: 24px;
  }
}
@media screen and (max-width: 1500px) {
  .p-header__title {
    width: 160px;
  }
  .permit {
    font-size: 8px;
  }
  .p-nav__list {
    column-gap: 10px;
  }
  .p-nav__link {
    font-size: 14px;
  }
  .header-contact-area {
    column-gap: 5px;
    margin-left: 32px;
  }
  .header-contact-tel .number::before {
    width: 20px;
    height: 20px;
    left: -24px;
  }
  .header-contact-mail p, .header-contact-line p {
    font-size: 14px;
  }
  .header-contact-tel .number {
    font-size: 22px;
  }
  .header-contact-tel .time {
    font-size: 13px;
  }
  .header-contact-line,.header-contact-mail {
    padding: 0 5px;
  }
  .header-contact-mail p::before {
    width: 30px;
    height: 30px;
  }
  .header-contact-line p::before {
    width: 36px;
    height: 36px;
  }
  .header-contact-mail p {
    padding-left: 35px;
  }
  .header-contact-line p {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .header-title-wp {
    flex-direction: column;
    padding: 5px 0;
  }
  .p-nav__list {
    margin-bottom: 20px;
  }
  .p-nav__link {
    font-size: 15px;
  }
  .header-contact-mail,.header-contact-line {
    height: 90%;
  }
  .header-contact-mail br,.header-contact-line br {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__title {
    width: 160px;
  }
  .p-nav__list {
    column-gap: 10px;
  }
  .p-nav__link {
    font-size: 13px;
  }
  .header-contact-area {
      margin-left: 36px;
  }
  .header-contact-tel .time {
    font-size: 12px;
  }
  .header-contact-mail, .header-contact-line {
    height: 85%;
    padding: 0 5px;
  }
  .header-contact-mail p, .header-contact-line p {
    font-size: 12px;
  }
  .header-contact-tel .number {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .header-title-wp {
    flex-direction: row;
  }
  .header-title-wp {
    position: relative;
    z-index: 100;
    padding: 10px 0;
  }
  .p-header__hamburger {
    display: block;
  }
  .p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }
  .p-header__nav {
    position: absolute;
    opacity: 0; 
    height: 100vh;
    width: 100%;
    right: -100%;
    background-color: #FFD500;
  }
  .p-nav__list {
    padding-left: 15%;
    display: block;
  }
  .p-nav__item {
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 4px solid #000;
  }
  .p-nav__link {
    font-size: 24px;
  }
  .header-contact-area {
    justify-content: center;
    flex-direction: column;
    margin-left: 15%;
    row-gap: 20px;
  }
  .p-header__nav.is-active {
    background-color: #FFD500;
    opacity: .95;
  }
  .header-contact-tel {
    padding-top: 0;
    padding-left: 45px;
  }
  .header-contact-mail, .header-contact-line {
    width: 300px;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
  }
  .header-contact-mail p, .header-contact-line p {
    font-size: 20px;
  }
  .header-contact-mail br, .header-contact-line br {
    display: none;
  }
  .header-contact-tel .number {
    font-size: 30px;
  }
  .header-contact-tel .time {
    font-size: 18px;
  }
  .header-contact-tel .number::before {
    width: 25px;
    height: 25px;
    left: -30px;
  }
}
@media screen and (max-width: 540px) {
    .p-header__title {
      width: 120px;
    }
    .p-nav__list {
    padding-left: 10%;
    }
    .p-nav__link {
    font-size: 20px;
    }
    .header-contact-area {
      margin-left: 10%;
    }
    .header-contact-mail, .header-contact-line {
    width: 280px;
    }
    .header-contact-mail p, .header-contact-line p {
      font-size: 16px;
    }
    .header-contact-tel .number {
      font-size: 26px;
    }
    .header-contact-tel .time {
      font-size: 16px;
    }
}

/*---------------------*/
/* フッター */
footer {
  background-color: #E50001;
  padding: 30px 0 20px;
}
.footer-logoarea {
  width: 270px;
  margin: 0 auto 50px;
}
.footer-logoarea:hover {
  opacity: .9;
}
.footer-logoarea p {
  color: #fff;
  font-size: 13px;
  padding-top: 10px;
}
.footer-nav {
  display: flex;
  column-gap: 40px;
  justify-content: center;
  margin-bottom: 30px;
}
.footer-nav li {
  color: #FFD500;
  font-family: "lanobe";
}
.copy-area {
  margin: 0 auto;
  text-align: center;
}
small {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 1250px) {
  .footer-logoarea {
    width: 220px;
    text-align: center;
  }
  .footer-logoarea p {
    font-size: 10px;
  }
  .footer-nav {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
.footer-logoarea {
  margin: 0 auto 30px;
}
.footer-nav {
  column-gap: 30px;
}
}
@media screen and (max-width: 767px) {
  .footer-logoarea {
    width: 180px;
  }
  .footer-logoarea p {
    font-size: 8px;
    margin: 0 auto 10px;
  }
  .footer-nav {
    column-gap: 30px;
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto 30px;
    row-gap: 5px;
  }
  .footer-nav li {
    width: 140px;
  }
  .footer-nav li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .footer-logoarea {
    width: 180px;
  }
  .footer-logoarea p {
    font-size: 8px;
    margin: 0 auto 10px;
  }
  .footer-nav {
    column-gap: 20px;
    max-width: 300px;
    margin: 0 auto 20px;
    row-gap: 3px;
  }
  .footer-nav li {
    width: 110px;
  }
  .footer-nav li a {
    font-size: 12px;
  }
  small {
    font-size: 10px;
  }
}

/*---------------------*/
/* 全体共通 */
.mv {
  margin-top: 98px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2,2fr);
}
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section-title {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
.section-title img {
  position: absolute;
  width: 112px;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  z-index: 1;
}
.section-title h2 {
  font-size: 38px;
  letter-spacing: 3px;
  background-color: #FFD500;
  border-radius: 40px;
  padding: 10px;
  padding-left: 60px;
  text-align: center;
  width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.point-br {
  display: none;
}
.t-li {
  background-image: linear-gradient(#FFD500, #FFD500);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
.t-li:hover {
  background-position: bottom left;
  background-size: 100% 2px;
}

@media screen and (max-width: 1700px) {
  .mv {
  margin-top: 80px;
  }
}
@media screen and (max-width: 1500px) {
  .mv {
  margin-top: 77px;
  }
}
@media screen and (max-width: 1300px) {
  .mv {
  margin-top: 89px;
  }
}
@media screen and (max-width: 1250px) {
  .section-inner {
    padding: 0 30px;
  }
  .section-title {
    width: 650px;
  }
  .section-title h2 {
    font-size: 30px;
    width: 650px;
  }
  .section-title img {
    left: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .mv {
  margin-top: 86px;
  }
}
@media screen and (max-width: 960px) {
  .mv {
  margin-top: 74px;
  }
  .section-title {
    width: 520px;
  }
  .section-title h2 {
    font-size: 26px;
    width: 520px
  }
  .section-title img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding: 0 20px;
  }
  .section-title {
    width: 420px;
  }
  .section-title h2 {
    font-size: 19px;
    width: 420px;
  }
  .section-title img {
    width: 70px;
    left: -24px;
  }
}
@media screen and (max-width: 540px) {
  .section-title {
    width: 340px;
  }
  .section-title h2 {
    font-size: 15px;
    width: 340px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 390px) {
  .section-title {
    width: 270px;
  }
  .section-title h2 {
    font-size: 16px;
    width: 270px;
    padding-left: 40px;
  }
  .point-br {
    display: block;
  }
}

/* 全体共通 top banner */
.top-banner {
  padding: 60px 0 0;
}

/* 全体共通 co contact */
.section-co-contact {
  background-color: #FFD500;
  padding: 30px 0 40px;
}
.section-title2 h2 {
  font-size: 42px;
  letter-spacing: 8px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding-left: 0;
}
.section-title2 h2::before,
.section-title2 h2::after {
  background-color: #000;
  content: "";
  height: 4px;
  width: 40px;
}
.section-title2 h2::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.section-title2 h2::after {
  transform: rotate(-60deg);
}
.section-title2 img {
  left: inherit;
  right: -30px;
  width: 130px;
  top: 60px;
}
.co-contact-content {
  column-gap: 30px;
  row-gap: 30px;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.co-contact-content li {
  text-align: center;
  border: 3px solid #000;
  border-radius: 35px;
  box-shadow: 3px 4px #000;
  padding: 8px;
  transition: box-shadow .1s ease-in-out, transform .1s ease-in-out;
}
.co-contact-content li:hover {
  box-shadow: 1px 1px 0 #000;
  transform: translateY(1px);
}
.co-contact-content li p {
  font-size: 42px;
  display: inline-block;
}
.co-contact-content li span {
  font-size: 28px;
}
.co-contact-content .co01 {
  background-color: #E50001;
  color: #fff;
}
.co-contact-content .co02 {
  background-color: #FFD500;
}
.co-contact-content .co01 p,.co-contact-content .co02 p {
   padding-left: 60px;
}
.co-contact-content .co03,.co-contact-content .co04 {
  background-color: #fff;
}
.co-contact-content .co03 p,.co-contact-content .co04 p {
  background-color: #fff;
  padding-left: 80px;
}
.co-contact-content li p {
  position: relative;
}
.co-contact-content li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.co-contact-content li p::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.co-contact-content .co01 p::before {
    width: 50px;
    height: 40px;
    left: 0;
    background-image: url(../images/common/common_mail.png);
}
.co-contact-content .co02 p::before {
    width: 52px;
    height: 52px;
    left: 0;
    background-image: url(../images/common/common_line.png);
}
.co-contact-content .co03 p::before {
    width: 46px;
    height: 46px;
    left: 20px;
    background-image: url(../images/common/common_tel.png);
}
.co-contact-content .co04 p::before {
    width: 60px;
    height: 46px;
    left: 10px;
    background-image: url(../images/common/common_sp.png);
}
@media screen and (max-width: 1250px) {
.section-title2 h2 {
  font-size: 30px;
}
.section-title2 img {
    width: 105px;
    top: 40px;
    right: -60px;
}
.co-contact-content {
    max-width: 850px;
}
.co-contact-content li p {
  font-size: 32px;
}
.co-contact-content li span {
  font-size: 22px;
}
.co-contact-content .co01 p::before {
    width: 40px;
    height: 30px;
    left: 10px;
}
.co-contact-content .co02 p::before {
    width: 40px;
    height: 40px;
    left: 10px;
}
.co-contact-content .co03 p::before {
    width: 36px;
    height: 36px;
    left: 30px;
}
.co-contact-content .co04 p::before {
    width: 45px;
    height: 34px;
    left: 20px;
}
}
@media screen and (max-width: 960px) {
    .co-contact-content {
        max-width: 100%;
        column-gap: 3%;
        row-gap: 20px;
    }
    .co-contact-content li p {
        font-size: 24px;
    }
    .co-contact-content li span {
      font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .section-title2 h2 {
        font-size: 24px;
    }
    .section-title2 h2::before, .section-title2 h2::after {
    height: 3px;
    width: 30px;
    }
    .section-title2 img {
    width: 90px;
    }
}
@media screen and (max-width: 700px) {
    .co-contact-content li p {
      font-size: 20px;
    }
    .co-contact-content li span {
        font-size: 14px;
    }
    .co-contact-content .co01 p::before {
      width: 30px;
      height: 20px;
    }
    .co-contact-content .co01 p, .co-contact-content .co02 p {
    padding-left: 50px;
    }
    .co-contact-content .co02 p::before {
    width: 30px;
    height: 30px;
    }
    .co-contact-content .co03 p, .co-contact-content .co04 p {
    padding-left: 40px;
    }
    .co-contact-content .co03 p::before {
    width: 26px;
    height: 26px;
    left: 8px;
    }
    .co-contact-content .co04 p::before {
    width: 32px;
    height: 24px;
    left: 0;
    }
}
@media screen and (max-width: 540px) {
    .section-title2 h2 {
        font-size: 18px;
    }
    .section-title2 h2::before, .section-title2 h2::after {
      height: 2px;
      width: 24px;
    }
    .section-title2 img {
        width: 70px;
        right: -40px;
    }
    .co-contact-content {
      display: flex;
      flex-direction: column;
      max-width: 80%;
    }
}
@media screen and (max-width: 450px) {
    .section-co-contact {
      overflow: hidden;
    }
    .section-title2 img {
      width: 60px;
      right: -20px;
    }
}
@media screen and (max-width:390px) {
    .co-contact-content {
      max-width: 90%;
    }
    .section-title2 img {
      right: -30px;
    }
}




/* アニメーション */
/* 下からスライドイン */
.slideInBottom {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1s, transform 1s;
}
.slideInBottom.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 右からスライドイン */
.slideInRight {
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 1s, transform 1s;
}
.slideInRight.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* 左からスライドイン */
.slideInLeft {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 1s, transform 1s;
}
.slideInLeft.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* フェードイン・拡大表示 */
.fadeIn {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 1s, transform 1s;
}
.fadeIn.is-show {
  opacity: 1;
  transform: scale(1);
}