@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap");
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: #212836;
}

a {
  color: #bfaf86;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  p {
    line-height: 1.8rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.global_head {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  footer {
    margin-left: 90px;
  }
}

.wrap {
  font-family: "Noto Sans JP";
  position: relative;
  overflow: hidden;
}

.side-nav__inner {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .side-nav__inner {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
}
.side-nav__icon {
  background: #212836;
  display: block;
  cursor: pointer;
  text-align: center;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .side-nav__icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon {
    width: 90px;
    height: 90px;
  }
}
.side-nav__icon span {
  display: block;
  position: absolute;
  z-index: 99;
  height: 2px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .side-nav__icon span {
    width: 20px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon span {
    width: 28px;
    left: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__icon span:nth-child(1) {
    top: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon span:nth-child(1) {
    top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__icon span:nth-child(2) {
    top: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon span:nth-child(2) {
    top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__icon span:nth-child(3) {
    top: 31px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon span:nth-child(3) {
    top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__icon p {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon p {
    margin: 0;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 28px;
    font-size: 0.6rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__icon.active {
    position: fixed;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon.active {
    border-right: 1px solid #DEE7EB;
    box-sizing: border-box;
    transition: all 0.4s ease-in;
  }
}
.side-nav__icon.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .side-nav__icon.active span:nth-child(1) {
    top: 24px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon.active span:nth-child(1) {
    top: 40px;
    right: 18px;
  }
}
.side-nav__icon.active span:nth-child(2), .side-nav__icon.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .side-nav__icon.active span:nth-child(2), .side-nav__icon.active span:nth-child(3) {
    top: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon.active span:nth-child(2), .side-nav__icon.active span:nth-child(3) {
    top: 40px;
  }
}
.side-nav__content {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .side-nav__content {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__content {
    border-right: 1px solid #DEE7EB;
    width: 90px;
    height: calc(100vh - 90px);
  }
}
.side-nav__logo {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .side-nav__logo {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__logo {
    transform: rotate(90deg);
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__logo-img {
    width: 200px;
    height: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__logo-img img {
    height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__logo-img img:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__gotop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__gotop {
    position: absolute;
    bottom: 30px;
    z-index: 10;
    width: 100%;
  }
}
.side-nav__gotop-container {
  position: relative;
  cursor: pointer;
}
.side-nav__gotop-container:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.side-nav__gotop p {
  font-family: "Raleway";
  transform: rotate(90deg);
  font-size: 0.8rem;
  margin: 0 8px 35px 0;
  letter-spacing: 0.05rem;
}
.side-nav__gotop-icon {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 50%;
  position: relative;
  left: 26px;
}
.side-nav__gotop-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  color: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.6rem;
}
.side-nav__nav {
  pointer-events: none;
  opacity: 0;
  z-index: 30;
  background-color: #212836;
  height: 100vh;
  box-sizing: border-box;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 767px) {
  .side-nav__nav {
    width: 100%;
    padding: 40px 30px;
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__nav {
    width: calc(100vw - 90px);
    padding: 60px 90px;
    position: absolute;
    top: 0;
    left: 90px;
    z-index: 99;
    overflow: auto;
    display: grid;
    grid-template-columns: minmax(auto, 220px) 1fr;
    gap: 0 80px;
    align-items: center;
  }
}
.side-nav__nav.active {
  pointer-events: auto;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .side-nav__container {
    display: flex;
    gap: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__event-logo {
    width: 150px;
    margin: 20px auto 50px;
  }
}
.side-nav__link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .side-nav__link ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.side-nav__link ul li {
  letter-spacing: 0.1rem;
  margin: 0 0 1px;
  font-family: "Raleway";
  position: relative;
}
@media only screen and (max-width: 767px) {
  .side-nav__link ul li {
    font-size: 0.8rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__link ul li {
    font-size: 0.9rem;
    margin: 0 0 30px;
    display: inline-block;
  }
  .side-nav__link ul li::before {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .side-nav__link ul li:hover::before {
    transform: scale(1, 1);
  }
}
.side-nav__link ul li:not(:has(a)) {
  pointer-events: none;
  color: #4a4f5a;
}
.side-nav__link ul li span {
  display: block;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .side-nav__link ul li span {
    margin: 0 0 5px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__link ul li span {
    margin: 0 0 10px;
    font-size: 2.6rem;
  }
}
.side-nav__link ul li .closed {
  opacity: 0.5;
}
.side-nav__link ul a {
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .side-nav__link ul a:hover {
    text-decoration: none;
  }
}
.side-nav__link ul a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.side-nav__info dl {
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .side-nav__info dl {
    display: none;
  }
}
.side-nav__info dl:last-of-type {
  margin: 0;
}
.side-nav__info dl dt {
  margin: 0 0 10px;
  font-weight: 600;
}
.side-nav__info dl dd {
  margin: 0;
  letter-spacing: 0.05rem;
}
.side-nav__twitter .sns-icon {
  display: block;
}
@media only screen and (max-width: 767px) {
  .side-nav__twitter .sns-icon {
    margin: 35px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__twitter .sns-icon {
    margin: 40px 0 0;
  }
}
.side-nav__twitter .sns-icon:hover::before {
  opacity: 0.7;
  transition: 0.2s;
}
.side-nav__twitter .sns-icon::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\e61b";
  position: relative;
  margin-right: 8px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .side-nav__twitter .sns-icon::before {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__twitter .sns-icon::before {
    font-size: 1.5rem;
  }
}
.side-nav__twitter a:hover {
  text-decoration: none;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.fixed {
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .local-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav {
    padding: 0 30px 0 0;
    border-bottom: 1px solid #DEE7EB;
  }
}
.local-nav ul {
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .local-nav ul {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav ul {
    display: flex;
    justify-content: end;
    padding: 0;
    height: 70px;
  }
}
.local-nav ul li {
  font-weight: 600;
  letter-spacing: 0.05rem;
  cursor: pointer;
  position: relative;
  z-index: 11;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .local-nav ul li {
    padding: 15px 25px;
    font-size: 1rem;
  }
  .local-nav ul li:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav ul li {
    line-height: 70px;
    font-size: 0.9rem;
    text-align: center;
    margin-left: 30px;
  }
}
.local-nav ul li:not(:has(a)) {
  pointer-events: none;
  color: #b7b8ba;
}
.local-nav ul li:not(:first-child) span {
  display: none;
}
.local-nav ul li:first-child a {
  font-size: 0;
}
.local-nav ul li:first-child a span {
  font-size: 0.9rem;
  display: inline;
}
.local-nav ul li a {
  color: #212836;
  width: 100%;
  display: block;
}
.local-nav ul li a:hover {
  text-decoration: none;
}
.local-nav ul li a::before {
  position: absolute;
  bottom: 18px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.local-nav ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  content: "";
}
.local-nav ul li a:hover::before {
  transform: scale(1, 1);
}

.home .local-nav {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.home .local-nav ul li {
  font-weight: 600;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}
.home .content {
  box-sizing: border-box;
}
.home h2 {
  font-family: "Raleway";
  letter-spacing: 0.15rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .home h2 {
    margin: 0 0 50px;
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .home h2 {
    margin: 0 0 75px;
    font-size: 3rem;
  }
}
.home h2 .page-ttl-sub {
  line-height: 1;
  letter-spacing: 0.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .home h2 .page-ttl-sub {
    margin: 10px 0 0 5px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .home h2 .page-ttl-sub {
    margin: 16px 0 0 5px;
    font-size: 0.95rem;
  }
}
.home .hero {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home .hero {
    height: 730px;
    margin: 0 0 65px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero::after {
    content: "";
    background: linear-gradient(rgba(255, 255, 255, 0.8) 15%, transparent);
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.home .hero__inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home .hero__inner {
    height: 730px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__inner {
    height: 920px;
    width: calc(100% - 90px);
    margin: 0 0 0 auto;
  }
}
.home .hero__inner::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/hero-bg.png?0311") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .home .hero__inner::before {
    height: 730px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__inner::before {
    height: 920px;
  }
}
.home .hero__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home .hero__container {
    height: 730px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__container {
    max-width: 1100px;
    height: 920px;
    margin: 0 auto;
  }
}
.home .hero h1 {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .home .hero h1 {
    margin: 0 30px;
  }
}
.home .hero h1 img {
  height: auto;
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.3));
}
@media only screen and (min-width: 768px) {
  .home .hero h1 img {
    width: 500px;
    margin: auto;
  }
}
.home .hero .btn-sale {
  display: block;
  color: #fff;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home .hero .btn-sale {
    left: 50%;
    bottom: 55px;
    transform: translateX(-50%);
    width: 230px;
    height: 60px;
    border-radius: 99px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .btn-sale {
    width: 130px;
    height: 130px;
    top: 10%;
    right: calc(50% - 400px);
    border-radius: 50%;
    transition: 0.3s;
  }
  .home .hero .btn-sale:hover::before {
    transform: scale(1.1);
  }
}
.home .hero .btn-sale:hover {
  text-decoration: none;
}
.home .hero .btn-sale::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: auto;
  background-color: #000;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .home .hero .btn-sale::before {
    border-radius: 99px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .btn-sale::before {
    border-radius: 50%;
  }
}
.home .hero .btn-sale__txt {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .hero .btn-sale__txt {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .btn-sale__txt {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 5px;
  }
}
.home .hero .btn-sale .arrow {
  display: block;
  background-color: #fff;
  border-radius: 99px;
  pointer-events: none;
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .home .hero .btn-sale .arrow {
    display: none;
  }
}
.home .hero .btn-sale .arrow::after {
  content: "";
  background-image: url(../img/icon_arrow-b.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.home .hero .btn-apply {
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .home .hero .btn-apply {
    left: 50%;
    bottom: 55px;
    transform: translateX(-50%);
    width: 230px;
    height: 60px;
    border-radius: 99px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .btn-apply {
    border-radius: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .btn-apply {
    width: 150px;
    height: 150px;
    bottom: 7.5%;
    right: calc(50% - 400px);
    transition: 0.3s;
  }
  .home .hero .btn-apply:hover::before {
    transform: scale(1.1);
  }
  .home .hero .btn-apply:hover .arrow__img::before {
    animation-name: arrow-anime-rtl;
    animation-delay: 0s;
  }
  .home .hero .btn-apply:hover .arrow__img::after {
    animation-name: arrow-anime-ltr;
    animation-delay: 0.2s;
  }
}
.home .hero .btn-apply::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: auto;
  background-color: #212836;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .home .hero .btn-apply::before {
    border-radius: 99px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .btn-apply::before {
    border-radius: 50%;
  }
}
.home .hero .btn-apply a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 768px) {
  .home .hero .btn-apply a {
    padding: 13px 0 0;
  }
}
.home .hero .btn-apply a:hover {
  text-decoration: none;
}
.home .hero .btn-apply__inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .home .hero .btn-apply__inner {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .btn-apply__inner {
    flex-direction: column;
    align-items: center;
  }
}
.home .hero .btn-apply__txt {
  font-family: "Zen Kaku Gothic Antique";
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .home .hero .btn-apply__txt {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .btn-apply__txt {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.home .hero .btn-apply .arrow {
  display: block;
  background-color: #fff;
  border-radius: 99px;
  pointer-events: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home .hero .btn-apply .arrow {
    width: 22px;
    height: 22px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .btn-apply .arrow {
    width: 28px;
    height: 28px;
    margin-top: 13px;
  }
}
.home .hero .btn-apply .arrow__img {
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .home .hero .btn-apply .arrow__img {
    width: 10px;
    top: 7px;
    right: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .btn-apply .arrow__img {
    width: 12px;
    top: 8px;
    right: 8px;
  }
}
.home .hero .btn-apply .arrow__img::before, .home .hero .btn-apply .arrow__img::after {
  content: "";
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
}
@media only screen and (max-width: 767px) {
  .home .hero .btn-apply .arrow__img::before, .home .hero .btn-apply .arrow__img::after {
    width: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .btn-apply .arrow__img::before, .home .hero .btn-apply .arrow__img::after {
    width: 12px;
  }
}
.home .hero .btn-apply .arrow__img::before {
  background-image: url(../img/icon_arrow-b.svg);
}
.home .hero .btn-apply .arrow__img::after {
  background-image: url(../img/icon_arrow-b.svg);
  transform: translateX(-100%);
}
@keyframes arrow-anime-ltr {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-anime-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@media only screen and (min-width: 768px) {
  .home .local-head {
    margin: 0 0 100px;
  }
}
.home .section {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .section {
    margin: 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .home .section {
    max-width: 1050px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-left: 90px;
  }
}
.home .intro {
  background-color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .home .intro {
    padding: 60px 0 55px;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro {
    padding: 90px 0 90px;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro .section {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .home .intro__logo {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro__logo {
    margin: 0 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .home .intro__logo img {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro__logo img {
    width: 250px;
  }
}
.home .intro__content {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .intro__content {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro__content {
    width: 785px;
    padding: 15px 0 0 120px;
  }
}
.home .intro__content p {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .home .intro__content p {
    font-size: 1.05rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro__content p {
    font-size: 1.15rem;
    line-height: 1.85rem;
    letter-spacing: 0.05rem;
  }
}
.home .intro__content p:last-of-type {
  margin: 0;
}
.home .intro .siryosei_expo {
  display: flex;
  max-width: 300px;
  margin: 50px 0;
}
.home .intro .siryosei_expo img {
  transition: 0.2s;
}
.home .intro .siryosei_expo img:hover {
  opacity: 0.8;
}
.home .intro .siryosei_expo p {
  font-weight: bolder;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
.home .intro .siryosei_expo p:first-child {
  font-size: 0.8rem;
  transform: rotate(180deg);
  padding-bottom: 5px;
}
.home .intro .siryosei_expo p:last-child {
  font-size: 0.9rem;
  text-align: center;
  padding-bottom: 15px;
}
.home .outline {
  background-color: #e4c91e;
}
@media only screen and (max-width: 767px) {
  .home .outline {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline {
    padding: 90px 0 100px;
  }
}
.home .outline dl {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .outline dl {
    font-size: 0.95rem;
    flex-direction: column;
    padding: 25px 0;
    border-top: 2px solid #212836;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline dl {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .home .outline dl:last-child {
    border-bottom: 2px solid #212836;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline dl:last-child dt {
    border-bottom: 2px solid #212836;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline dl:last-child dd {
    border-bottom: 2px solid #212836;
  }
}
.home .outline dl dt {
  letter-spacing: 0.05rem;
  line-height: 1;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .outline dl dt {
    margin: 0 0 13px;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline dl dt {
    font-size: 1rem;
    width: 170px;
    padding: 27px 0 25px;
    border-top: 2px solid #212836;
  }
}
.home .outline dl dd {
  margin: 0;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .outline dl dd {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline dl dd {
    font-size: 1rem;
    line-height: 1.6rem;
    width: calc(100% - 170px);
    padding: 25px 0;
    margin-left: 30px;
    border-top: 2px solid #212836;
  }
}
.home .outline dl span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .home .outline dl span {
    font-size: 0.9rem;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline dl span {
    font-size: 1rem;
    margin: 15px 0 0;
  }
}
.home .outline h3 {
  margin: 0 0 25px;
  padding: 0 0 10px;
  border-bottom: 1px solid #212836;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .home .outline h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline h3 {
    font-size: 1.3rem;
  }
}
.home .outline ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.home .outline ul li {
  margin: 0 0 10px;
  line-height: 1.8rem;
}
.home .outline ul li:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi {
    padding: 90px 0 100px;
  }
}
.home .moushikomi__item p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__item p {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__item p {
    font-size: 0.95rem;
  }
}
.home .moushikomi__item-ttl {
  font-weight: 600;
  margin: 0 0 15px;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__item-ttl {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__item-ttl {
    font-size: 1.2rem;
  }
}
.home .moushikomi__item-genre {
  font-weight: 600;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__item-genre {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__item-genre {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__space {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__space {
    margin: 0 0 45px;
    display: flex;
    justify-content: space-between;
  }
}
.home .moushikomi__space dl {
  display: flex;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__space dl {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__space dl {
    margin: 0;
    width: 49%;
  }
}
.home .moushikomi__space dl:last-child {
  margin: 0;
}
.home .moushikomi__space dl dt {
  border-top: 2px solid #212836;
  border-bottom: 2px solid #212836;
  border-left: 2px solid #212836;
  border-right: 1px solid #bec2c2;
  margin: 0;
  text-align: center;
  font-weight: 600;
  background: #edede8;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__space dl dt {
    width: 30%;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__space dl dt {
    width: 40%;
    padding: 20px 10px;
  }
}
.home .moushikomi__space dl dd {
  border-top: 2px solid #212836;
  border-bottom: 2px solid #212836;
  border-right: 2px solid #212836;
  margin: 0;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__space dl dd {
    width: 70%;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__space dl dd {
    width: 60%;
    padding: 20px 10px;
  }
}
.home .moushikomi__btn {
  background-color: #212836;
  border-radius: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__btn {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 40px auto 0;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__btn {
    width: 370px;
    height: 65px;
    line-height: 65px;
    margin: 55px auto 0;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
  }
  .home .moushikomi__btn:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
.home .moushikomi__btn a {
  color: #fff;
  width: 100%;
  display: block;
}
.home .moushikomi__btn a:hover {
  text-decoration: none;
}
.home .event {
  background: url(https://www.mandarake.co.jp/information/event/nkn/kaiba/150411/image/bg.gif) repeat;
}
@media only screen and (max-width: 767px) {
  .home .event {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .event {
    padding: 90px 0 100px;
  }
}
.home .event__block {
  background: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .event__block {
    margin: 0 0 30px;
    padding: 25px 20px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__block {
    margin: 0 0 50px;
    padding: 40px;
  }
}
.home .event__block:last-child {
  margin: 0;
}
.home .event__block.sawadakenji {
  background-color: transparent;
  padding: 0;
}
.home .event__block.sawadakenji img {
  transition: 0.3s;
}
.home .event__block.sawadakenji img:hover {
  opacity: 0.8;
}
.home .event__block__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .home .event__block__head {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__block__head {
    margin: 0 0 35px;
  }
}
.home .event__block__head .more {
  background-color: #212836;
  text-align: center;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .home .event__block__head .more {
    font-size: 0.8rem;
    width: 130px;
    height: 43px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__block__head .more {
    font-size: 0.9rem;
    width: 170px;
    height: 43px;
    line-height: 43px;
    transition: 0.3s;
  }
  .home .event__block__head .more:hover {
    opacity: 0.8;
  }
}
.home .event__block__head .more a {
  color: #fff;
  display: block;
  width: 100%;
}
.home .event__block__head .more a:hover {
  text-decoration: none;
}
.home .event__block h3 {
  margin: 0;
  letter-spacing: 0.05rem;
  border-bottom: 3px solid #212836;
  display: inline-block;
  line-height: 1;
  padding: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .home .event__block h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__block h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__container {
    display: flex;
  }
}
.home .event .topic h4 {
  display: inline-block;
  border-bottom: 3px solid #212836;
}
@media only screen and (max-width: 767px) {
  .home .event .topic h4 {
    font-size: 1.15rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event .topic h4 {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
}
.home .event .topic__container {
  overflow-y: scroll;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .home .event .topic__container {
    max-height: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event .topic__container {
    max-height: 210px;
  }
}
.home .event .topic__container li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(33, 40, 54, 0.3);
}
@media only screen and (min-width: 768px) {
  .home .event .topic__container li {
    display: flex;
  }
}
.home .event .topic__container li:first-of-type {
  padding: 0 0 20px;
}
.home .event .topic__container li:last-of-type {
  border-bottom: none;
  padding: 20px 0 0;
}
.home .event .topic__container span {
  width: 110px;
  display: block;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .home .event .topic__container span {
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home .event .topic__container p {
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .event .topic__container p {
    font-size: 1.05rem;
    line-height: 1.6rem;
    width: calc(100% - 110px);
  }
}
.home .event .topic__container p:last-child {
  margin: 0;
}
.home .event .topic__container a {
  color: #212836;
}
@media only screen and (max-width: 767px) {
  .home .event .topic__container::-webkit-scrollbar {
    width: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event .topic__container::-webkit-scrollbar {
    width: 8px;
  }
}
.home .event .topic__container::-webkit-scrollbar-track {
  background-color: #e6e8eb;
  border-radius: 100px;
}
.home .event .topic__container::-webkit-scrollbar-thumb {
  background-color: #212836;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .home .event__text {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__text {
    margin: 0 0 45px;
  }
}
.home .event__text p {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .home .event__text p {
    font-size: 0.95rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__text p {
    font-size: 1.05rem;
    line-height: 1.8rem;
    letter-spacing: 0.05rem;
  }
}
.home .event__text p::last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .home .event__text p a:hover {
    text-decoration: underline;
  }
}
.home .event__btn {
  background-color: #212836;
  border-radius: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .event__btn {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 40px auto 0;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__btn {
    width: 370px;
    height: 65px;
    line-height: 65px;
    margin: 55px auto 0;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
  }
  .home .event__btn:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
.home .event__btn a {
  color: #fff;
  width: 100%;
  display: block;
}
.home .event__btn a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .home .prod {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod {
    padding: 90px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.home .prod__pic {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .prod__pic {
    margin: 0 auto 25px;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__pic {
    width: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__text {
    width: calc(100% - 500px);
  }
}
.home .prod__ttl {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .home .prod__ttl {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__ttl {
    font-size: 1.5rem;
  }
}
.home .prod__ttl a {
  color: #212836;
}
.home .prod__btn {
  background-color: #212836;
  border-radius: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .prod__btn {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 30px auto 0;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__btn {
    width: 270px;
    height: 65px;
    line-height: 65px;
    margin: 55px auto 0;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
  }
  .home .prod__btn:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
.home .prod__btn a {
  color: #fff;
  width: 100%;
  display: block;
}
.home .prod__btn a:hover {
  text-decoration: none;
}
.home .sns {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home .sns {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns {
    padding: 90px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns .section {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns h2 {
    width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns__content {
    width: 500px;
    padding: 0 0 0 120px;
  }
}
.home .sns__item {
  margin: 0;
  border: 2px solid #212836 !important;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home .sns__item {
    order: 1;
    margin: 0 0 15px;
    padding: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns__item {
    padding: 20px 20px 22px;
  }
  .home .sns__item:hover .sns__item_link {
    background-color: #505867;
  }
}
.home .sns__item_container {
  display: flex;
  justify-content: center;
  gap: 0 13px;
}
.home .sns__item_icon {
  background-color: #000;
  border-radius: 50%;
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
}
.home .sns__item_icon::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  content: "\e61b";
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .home .sns__item_icon::before {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns__item_icon::before {
    font-size: 1.8rem;
  }
}
.home .sns__item_ttl {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .home .sns__item_ttl {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns__item_ttl {
    font-size: 1.2rem;
    word-break: break-all;
  }
}
@media only screen and (max-width: 767px) {
  .home .sns__item_acount {
    font-size: 0.95rem;
  }
}
.home .sns__item_acount a {
  color: #212836;
}
.home .sns__item_link {
  background: #212836;
  text-align: center;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .home .sns__item_link {
    width: 120px;
    height: 43px;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns__item_link {
    max-width: 140px;
    width: 100%;
    height: 45px;
    transition: 0.3s;
  }
}
.home .sns__item_link a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .home .sns__item_link a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns__item_link a {
    font-size: 0.9rem;
  }
}
.home .sns__item_link a:hover {
  text-decoration: none;
}
.home .sns__item_link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .sns .sns-tl {
  border: 2px solid #212836 !important;
  background: #fff;
  box-sizing: border-box;
  padding: 5px 10px 10px;
}
@media only screen and (max-width: 767px) {
  .home .sns .sns-tl {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns .sns-tl {
    width: 500px;
  }
}
.home .sns .sns-info {
  border: 2px solid #212836 !important;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home .sns .sns-info {
    order: 1;
    margin: 0 0 15px;
    padding: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns .sns-info {
    width: calc(100% - 540px);
    padding: 20px 20px 22px;
  }
  .home .sns .sns-info:hover .sns__item_link {
    background-color: #505867;
  }
}
.home .access {
  position: relative;
  background-color: #d34586;
}
@media only screen and (max-width: 767px) {
  .home .access {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .access {
    padding: 90px 0 100px;
  }
}
.home .access__container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .home .access__container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .home .access__container {
    justify-content: space-between;
  }
}
.home .access__item {
  margin: 0;
}
.home .access__item dl {
  margin: 0 0 25px;
  border-bottom: 2px solid #212836;
}
@media only screen and (max-width: 767px) {
  .home .access__item dl {
    padding: 0 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .home .access__item dl {
    padding: 0 0 18px;
  }
}
.home .access__item dl:last-child {
  margin: 0;
}
.home .access__item dl dt {
  margin: 0 0 10px;
  font-weight: 700;
}
.home .access__item dl dd {
  margin: 0;
}
.home .access__item_ttl {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .home .access__item_ttl {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .access__item_ttl {
    font-size: 1.2rem;
  }
}
.home .access__item_ttl::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\e61b";
  position: relative;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .home .access__item_ttl::before {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .access__item_ttl::before {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .access__item_acount {
    margin-left: 27px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .access__item_acount {
    margin-left: 32px;
  }
}
.home .access__item_acount a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .home .access .access-map {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .home .access .access-info {
    margin: 25px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .access .access-info {
    width: calc(100% - 650px);
    padding: 10px 0 0;
  }
}
.home .access .access-note {
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .home .access .access-note {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .access .access-note {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}

.common .content {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .common .content {
    margin: 0 17px 100px;
    padding: 100px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .content {
    max-width: 1050px;
    width: calc(100% - 30px);
    margin: 70px auto 100px;
    padding-left: 90px;
  }
}
.common h1 {
  font-family: "Raleway";
  letter-spacing: 0.15rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .common h1 {
    margin: 0 0 50px;
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .common h1 {
    margin: 0 0 75px;
    font-size: 3.5rem;
  }
}
.common h1 .page-ttl-sub {
  line-height: 1;
  letter-spacing: 0.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .common h1 .page-ttl-sub {
    margin: 10px 0 0 5px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .common h1 .page-ttl-sub {
    margin: 16px 0 0 5px;
    font-size: 0.95rem;
  }
}
.common .application-inner {
  box-sizing: border-box;
  background: #fff;
}
.common .cut {
  border-top: 1px solid #212836;
}
@media only screen and (max-width: 767px) {
  .common .cut {
    margin: 35px 0 0;
    padding: 35px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .cut {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .common .cut__pic {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .common .cut__pic img {
    width: 230px;
  }
}
@media only screen and (min-width: 768px) {
  .common .cut__pic img {
    width: 250px;
  }
}
.common .cut__ttl {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .common .cut__ttl {
    font-size: 1rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .common .cut__ttl {
    font-size: 1.1rem;
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .common .cut__text {
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 767px) {
  .common .cut__text p {
    font-size: 0.85rem;
    line-height: 1.5rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .common .cut__text p {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin: 0 0 13px;
  }
}
.common .cut__text p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .common .date {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .common .date {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .common .date h3 {
    font-size: 1.15rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .common .date h3 {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .common .date p {
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .common .date p {
    margin: 0 0 15px;
  }
}
.common .date p:last-child {
  margin: 0;
}
.common .note {
  border-top: 1px solid #bec2c2;
}
@media only screen and (max-width: 767px) {
  .common .note {
    margin: 0 0 55px;
    padding: 25px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .note {
    margin: 0 0 50px;
    padding: 30px 0 0;
  }
}
.common .note p {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .common .note p {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .common .note p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .common .form__container {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .common .form__item {
    margin: 0 0 13px;
  }
  .common .form__item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .form__item {
    width: 37%;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .common .form dl {
    margin: 0;
    padding: 27px 0;
    border-bottom: 1px solid #dbddda;
  }
}
@media only screen and (min-width: 768px) {
  .common .form dl {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .common .form dl:first-of-type {
    padding: 0 0 27px;
  }
}
.common .form dl:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .common .form dl:last-of-type {
    padding: 27px 0 0;
    border: none;
  }
}
.common .form dl dt {
  letter-spacing: 0.05rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .common .form dl dt {
    font-size: 0.95rem;
    margin: 0 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .common .form dl dt {
    font-size: 0.95rem;
    margin: 3px 0 0;
    width: 25%;
  }
}
.common .form dl dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .common .form dl dd {
    width: 71%;
  }
}
.common .form .required {
  background: #212836;
  color: #fff;
  width: 45px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .common .form .required {
    font-size: 0.65rem;
    height: 21px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .common .form .required {
    font-size: 0.7rem;
    height: 23px;
    line-height: 23px;
  }
}
.common .form__note {
  color: #444;
  margin: 0;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .common .form__note {
    font-size: 0.85rem;
    margin: 13px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .form__note {
    font-size: 0.9rem;
    margin: 15px 0 0;
  }
}
.common .form .add-area .form__note {
  margin-left: 60px;
}
.common .form .add-box {
  display: flex;
  align-items: center;
}
.common .form .add-box:first-child {
  margin: 0 0 20px;
}
.common .form .add-box:first-child input {
  pointer-events: none;
}
.common .form .add-box span {
  display: block;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .common .form .add-box .long {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) {
  .common .form .add-box .long {
    width: 55%;
  }
}
.common .form .add-box .max {
  width: calc(100% - 60px);
}
.common .form input[type=text],
.common .form input[type=tel],
.common .form input[type=email] {
  -webkit-appearance: none;
  border: 1px solid #DEE7EB;
  background-color: #F6F6F6;
  font-size: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .common .form input[type=text],
  .common .form input[type=tel],
  .common .form input[type=email] {
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .common .form input[type=text],
  .common .form input[type=tel],
  .common .form input[type=email] {
    padding: 15px 20px;
  }
}
.common .form input[type=text]:disabled,
.common .form input[type=tel]:disabled,
.common .form input[type=email]:disabled {
  background-color: #edede8;
  border: 1px solid #edede8;
}
.common .form label {
  margin-right: 10px;
  cursor: pointer;
  font-size: 15px;
}
.common .form input[type=radio] {
  margin: 0 9px 0 0;
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
}
.common .form .dt-booth label {
  margin: 0 0 10px;
  display: inline-block;
}
.common .form .dt-booth label:last-child {
  margin: 0;
}
.common .form .dt-car__item {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .common .form .dt-car__item label {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .common .form .dt-car .dt-car-text {
    display: block;
  }
}
.common .form .dt-genre__item {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .common .form .dt-genre__item {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .common .form .dt-genre__item label {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .common .form .dt-genre .dt-genre-text {
    display: block;
  }
}
.common .form .dt-space__item {
  margin-bottom: 10px;
}
.common .form .dt-space__item:last-child {
  margin: 0;
}
.common .form input[type=checkbox] {
  margin: 0 9px 0 0;
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .common .form #sonotatxt {
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .form #sonotatxt {
    margin: -11px 0 0 20px;
  }
}
.common .form .text-ohter {
  margin: 5px 0 0;
}
.common .form textarea {
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #DEE7EB;
  background-color: #F6F6F6;
  font-size: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .common .form textarea {
    height: 170px;
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .common .form textarea {
    height: 130px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .common .form .short {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .common .form .short {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .common .form .medium {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .common .form .medium {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .common .form .long {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .common .form .long {
    width: 80%;
  }
}
.common .form .max {
  width: 100%;
}
.common .form__submit {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .common .form__submit {
    flex-direction: column;
    gap: 15px 0;
    margin: 60px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .form__submit {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0 15px;
    margin: 80px 0 0;
  }
}
.common .form__submit input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  background: #e4e4e4;
  color: #384359;
  cursor: pointer;
  letter-spacing: 0.1rem;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .common .form__submit input[type=submit] {
    font-size: 0.9rem;
    width: 90%;
    height: 60px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .common .form__submit input[type=submit] {
    font-size: 0.95rem;
    width: 370px;
    height: 65px;
    transition: 0.3s;
  }
}
.common .form__submit input[type=submit]:hover {
  background: #d2d0d0;
}
.common .form__submit input[type=submit]:first-child {
  background-color: #212836;
  color: #fff;
}
.common .form__submit input[type=submit]:first-child:hover {
  background-color: #505867;
}
.common .msg {
  background: #edede8;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .common .msg {
    padding: 35px 25px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .common .msg {
    padding: 50px 45px;
  }
}

.application .section p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .application .app-date {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-date {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .application .app-date h3 {
    font-size: 1.15rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-date h3 {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .application .app-date p {
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-date p {
    margin: 0 0 15px;
  }
}
.application .app-date p:last-child {
  margin: 0;
}
.application .app-block {
  background: #edede8;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application .app-block {
    margin: 0 0 40px;
    padding: 35px 25px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block {
    margin: 0 0 60px;
    padding: 50px 45px;
  }
}
.application .app-block:last-child {
  margin: 0;
}
.application .app-block__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .application .app-block__ttl {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__ttl {
    margin: 0 0 35px;
  }
}
.application .app-block__ttl h3 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .application .app-block__ttl h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__ttl h3 {
    font-size: 1.4rem;
  }
}
.application .app-block__capa {
  margin: 0;
}
.application .app-block__capa span {
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .application .app-block__capa span {
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .application .app-block__space {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space {
    margin: 0 0 30px;
  }
}
.application .app-block__space dl {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl {
    display: flex;
    margin: 0 0 20px;
  }
}
.application .app-block__space dl:last-child {
  margin: 0;
}
.application .app-block__space dl dt {
  background: #fff;
  border-top: 2px solid #212836;
  border-left: 2px solid #212836;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .application .app-block__space dl dt {
    border-right: 2px solid #212836;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl dt {
    display: flex;
    border-bottom: 2px solid #212836;
    width: 78%;
  }
}
.application .app-block__space dl dd {
  background: #fff;
  box-sizing: border-box;
  margin: 0;
  border-right: 2px solid #212836;
  border-bottom: 2px solid #212836;
}
@media only screen and (max-width: 767px) {
  .application .app-block__space dl dd {
    padding: 20px;
    font-size: 1.05rem;
    border-top: 1px solid #bec2c2;
    border-left: 2px solid #212836;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl dd {
    padding: 20px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22%;
    border-top: 2px solid #212836;
    border-left: 1px solid #bec2c2;
  }
}
.application .app-block__space dl .space-box {
  background: #f6f6f0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application .app-block__space dl .space-box {
    line-height: 1.45rem;
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl .space-box {
    height: 100%;
    width: 40%;
    padding: 25px 30px;
    border-right: 1px solid #bec2c2;
  }
}
.application .app-block__space dl .space-ttl {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .application .app-block__space dl .space-ttl {
    font-size: 1.15rem;
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl .space-ttl {
    font-size: 1.3rem;
    margin: 0 0 10px;
  }
}
.application .app-block__space dl .space-hosoku {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application .app-block__space dl .space-hosoku {
    font-size: 0.85rem;
    line-height: 1.45rem;
    padding: 20px 20px;
    border-top: 1px solid #bec2c2;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl .space-hosoku {
    font-size: 0.9rem;
    line-height: 1.4rem;
    width: 60%;
    height: 100%;
    padding: 25px 30px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .application .app-block__space dl .hosoku-item {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl .hosoku-item {
    font-size: 1rem;
  }
}
.application .app-block__text p {
  margin: 0 0 15px;
}
.application .app-block__text p:last-child {
  margin: 0;
}
.application .app-block .app-genre {
  margin: 30px 0 0;
}
.application .app-block .app-genre__ttl {
  font-weight: 600;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .application .app-block .app-genre__ttl {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block .app-genre__ttl {
    font-size: 1.1rem;
  }
}
.application .app-block__link {
  background-color: #212836;
  border-radius: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .application .app-block__link {
    width: 100%;
    height: 60px;
    margin: 30px auto 0;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__link {
    width: 400px;
    height: 65px;
    margin: 50px auto 0;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
    transition: 0.3s;
  }
  .application .app-block__link:hover {
    background-color: #505867;
  }
}
.application .app-block__link a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.application .app-block__link a:hover {
  text-decoration: none;
}
.application .app-block__link:not(:has(a)) {
  pointer-events: none;
  background-color: transparent;
  border: 2px solid #a8a5a5;
  color: #a8a5a5;
  display: grid;
  place-content: center;
}
.application .app-note {
  margin: 30px 0 0;
}

@media only screen and (min-width: 768px) {
  .regist .application-inner {
    min-height: calc(100vh - 600px);
  }
}

.entry {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .entry__content {
    min-height: calc(100vh - 600px);
  }
}
.entry__ttl {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .entry__ttl {
    font-size: 1.1rem;
    margin: 0 0 15px -10px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__ttl {
    font-size: 1.3rem;
    margin: 0 0 20px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .entry__block {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__block {
    margin: 0 0 50px;
  }
}
.entry__block:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .entry__block p {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__block p {
    margin: 0 0 15px;
  }
}
.entry__block ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.entry__block ul li {
  margin: 0 0 7px;
}
@media only screen and (max-width: 767px) {
  .entry__block ul li {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}
.entry__block ul li:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .entry__note {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry__note {
    margin: 30px 0 0;
  }
}
.entry__note-ttl {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .entry__note-ttl {
    font-size: 1.05rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__note-ttl {
    font-size: 1.15rem;
    margin: 0 0 20px;
  }
}
.entry__sale {
  background: #edede8;
  display: grid;
  gap: 30px 0;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .entry__sale {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__sale {
    padding: 40px;
  }
}
.entry__sale-ttl {
  margin-bottom: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .entry__sale-ttl {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 768px) {
  .entry__sale-ttl {
    font-size: 1.2em;
  }
}
.entry__sale-item {
  background-color: #fff;
  border: 2px solid #212836;
}
@media only screen and (min-width: 768px) {
  .entry__sale-item {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
}
.entry__sale-item:last-child {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .entry__sale-txt {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__sale-txt {
    padding: 25px 30px;
  }
}
.entry__sale-place {
  font-weight: bold;
  font-size: 1.1rem;
  background: #f6f6f0;
}
@media only screen and (max-width: 767px) {
  .entry__sale-place {
    border-bottom: 1px solid #bec2c2;
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__sale-place {
    border-right: 1px solid #bec2c2;
    padding: 25px 30px;
  }
}
.entry__table {
  background: #edede8;
}
@media only screen and (max-width: 767px) {
  .entry__table {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__table {
    padding: 40px;
  }
}
.entry__table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.entry__table table tr {
  width: 100%;
  border: 2px solid #212836;
}
@media only screen and (max-width: 767px) {
  .entry__table table tr {
    margin: 0 0 15px;
    display: flex;
    flex-direction: column;
  }
}
.entry__table table tr:last-child {
  margin: 0;
}
.entry__table table tr th {
  background: #f6f6f0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .entry__table table tr th {
    border-bottom: 1px solid #bec2c2;
    padding: 15px 20px;
    font-size: 1.05rem;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .entry__table table tr th {
    border-right: 1px solid #bec2c2;
    width: 25%;
    padding: 20px 0;
    font-size: 1.2rem;
  }
}
.entry__table table tr td {
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .entry__table table tr td {
    padding: 15px 30px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry__table table tr td {
    width: 75%;
    padding: 20px 50px;
    font-size: 1.05rem;
  }
}
.entry__table table p {
  margin: 0;
  font-size: 0.95rem;
}
.entry__table table ul {
  margin: 10px 0 0 15px;
  font-size: 0.95rem;
}
.entry__table table strong {
  display: inline-block;
  margin-bottom: 10px;
}
.entry__table-ttl {
  font-family: "Raleway";
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .entry__table-ttl {
    margin: 0 0 20px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry__table-ttl {
    margin: 0 0 25px;
    font-size: 2rem;
  }
}
.entry__table-note {
  margin-top: 30px;
}
.entry__table-note h3 {
  margin: 0 0 10px;
}
.entry__table-note p {
  margin: 0;
  line-height: 1.5;
}

.circle .content {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .circle .content {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .circle .content {
    margin: 70px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .circle h1 {
    margin: 0 17px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .circle h1 {
    max-width: 1050px;
    width: calc(100% - 30px);
    margin: 0 auto 75px;
  }
}
.circle .circle-nav {
  list-style: none;
  display: flex;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .circle .circle-nav {
    margin: 0 17px 40px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .circle .circle-nav {
    max-width: 1050px;
    width: calc(100% - 30px);
    margin: 0 auto 50px;
  }
}
.circle .circle-nav li {
  border: 2px solid #212836;
  box-sizing: border-box;
  font-weight: 600;
  box-shadow: 3px 3px 0 #212836;
}
@media only screen and (max-width: 767px) {
  .circle .circle-nav li {
    width: 48%;
    text-align: center;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .circle .circle-nav li {
    margin: 0 25px 0 0;
    transition: 0.3s;
    cursor: pointer;
  }
  .circle .circle-nav li:hover {
    background: #212836;
  }
  .circle .circle-nav li:hover a {
    color: #fff;
  }
}
.circle .circle-nav a {
  color: #212836;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .circle .circle-nav a {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 768px) {
  .circle .circle-nav a {
    padding: 8px 55px;
  }
}
.circle .circle-nav a:hover {
  text-decoration: none;
}
.circle .cat-furima {
  background: #E4C91D;
  background: #fff;
}
.circle .cat-kantei {
  background: #d95695;
  background: #fff;
}
.circle .cat-mangaka {
  background: #d95695;
  background: #fff;
}
.circle .circle-inner {
  background: #f6f6f0;
}
@media only screen and (max-width: 767px) {
  .circle__content {
    padding: 60px 17px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__content {
    max-width: 1050px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 80px 0;
  }
}
.circle__ttl {
  font-weight: 600;
  border: 2px solid #212836;
  box-shadow: 3px 3px 0 #212836;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .circle__ttl {
    font-size: 0.95rem;
    margin: 0 0 25px;
    padding: 8px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__ttl {
    font-size: 1.1rem;
    margin: 0 0 35px;
    padding: 8px 55px;
  }
}
@media only screen and (max-width: 767px) {
  .circle__list {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__list {
    margin: 0 0 100px;
  }
}
.circle__list:last-child {
  margin: 0;
}
.circle__item {
  display: flex;
  justify-content: space-between;
  border: 2px solid #212836;
  background: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .circle__item {
    margin: 0 0 20px;
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__item {
    margin: 0 0 30px;
    padding: 35px 30px;
  }
}
.circle__item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .circle__pic {
    width: 105px;
    height: 105px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__pic {
    width: 200px;
    height: 200px;
  }
}
.circle__pic figure {
  margin: 0;
  position: relative;
}
.circle__pic figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.circle__pic figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .circle__detail {
    width: calc(100% - 125px);
  }
}
@media only screen and (min-width: 768px) {
  .circle__detail {
    width: calc(100% - 240px);
  }
}
@media only screen and (max-width: 767px) {
  .circle__name {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__name {
    margin: 0 0 25px;
  }
}
.circle__name h3 {
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .circle__name h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__name h3 {
    font-size: 1.3rem;
    margin: 0 0 15px;
    min-width: 100px;
  }
}
.circle__name h3 a {
  color: #212836;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .circle__name h3 a:hover {
    text-decoration: none;
  }
}
.circle__category span {
  border: 2px solid #212836;
  margin: 0 10px 7px 0;
  padding: 3px 8px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .circle__category span {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .circle__category span {
    font-size: 0.8rem;
  }
}
.circle__description {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .circle__description {
    word-break: break-all;
    font-size: 0.85rem;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .circle__description {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}
.circle__description a {
  color: #212836;
  text-decoration: underline;
}
.circle__description a:hover {
  text-decoration: none;
}
.circle .circle__kubun {
  font-weight: bold;
  display: inline-block;
  background: #212836;
  color: #fff;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .circle .circle__kubun {
    margin: 0 0 15px;
    padding: 3px 15px 5px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .circle .circle__kubun {
    margin: 0 0 20px;
    padding: 5px 20px 7px;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .contact .application-inner {
    min-height: calc(100vh - 600px);
  }
}

.complete .complete-inner {
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .complete .complete-inner {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .complete .complete-inner {
    padding: 50px 60px;
    min-height: calc(100vh - 600px);
  }
}
.complete h3 {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .complete h3 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .complete h3 {
    margin: 0 0 45px;
    font-size: 1.6rem;
  }
}
.complete .complete-text p {
  margin: 0 0 20px;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .complete .complete-text p {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete .complete-text p {
    font-size: 1rem;
  }
}
.complete .complete-text p:last-child {
  margin: 0;
}
.complete .complete-btn {
  background-color: #212836;
  border-radius: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .complete .complete-btn {
    width: 100%;
    height: 60px;
    margin: 30px auto 0;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete .complete-btn {
    width: 370px;
    height: 65px;
    margin: 50px auto 0;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
    transition: 0.3s;
  }
  .complete .complete-btn:hover {
    background-color: #505867;
  }
}
.complete .complete-btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.complete .complete-btn a:hover {
  text-decoration: none;
}

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

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

.fadein-top {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadein {
  opacity: 0;
  transition: all 1s;
}
.fadein.scrollin {
  opacity: 1;
}

.layout__img {
  position: relative;
  text-align: center;
  background-color: #fff;
  border: 1px solid #212836;
  padding: 5%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .layout__img {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .layout__img {
    margin-bottom: 5px;
  }
}
.layout__img img {
  cursor: pointer;
  width: 600px;
}
.layout__img-zoomicon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .layout__img-zoomicon {
    width: 35px;
    height: 35px;
    bottom: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .layout__img-zoomicon {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
}
.layout__img-zoomicon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .layout__img-zoomicon::before {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .layout__img-zoomicon::before {
    font-size: 1rem;
  }
}
.layout__list dl {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .layout__list dl {
    font-size: 0.95rem;
    flex-direction: column;
    padding: 25px 0;
    border-bottom: 2px solid #212836;
  }
}
@media only screen and (min-width: 768px) {
  .layout__list dl {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .layout__list dl:first-child {
    padding: 0 0 25px;
  }
}
.layout__list dl:first-child dt::before {
  background-color: #d83079;
}
@media only screen and (max-width: 767px) {
  .layout__list dl:last-child {
    border-bottom: none;
    padding: 25px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout__list dl:last-child dt {
    border-bottom: none;
    padding: 27px 0 0;
  }
}
.layout__list dl:last-child dt::before {
  background-color: #7e308f;
}
@media only screen and (min-width: 768px) {
  .layout__list dl:last-child dd {
    border-bottom: none;
    padding: 25px 0 0;
  }
}
.layout__list dl dt {
  letter-spacing: 0.05rem;
  line-height: 1;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .layout__list dl dt {
    margin: 0 0 13px;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .layout__list dl dt {
    font-size: 1rem;
    width: 170px;
    padding: 27px 0 25px;
    border-bottom: 2px solid #212836;
  }
}
.layout__list dl dt::before {
  content: "";
  margin-right: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .layout__list dl dt::before {
    width: 13px;
    height: 13px;
    top: 5.5px;
  }
}
@media only screen and (min-width: 768px) {
  .layout__list dl dt::before {
    width: 14px;
    height: 14px;
    top: 2.5px;
  }
}
.layout__list dl dd {
  margin: 0;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .layout__list dl dd {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .layout__list dl dd {
    font-size: 1rem;
    line-height: 1.6rem;
    width: calc(100% - 170px);
    padding: 25px 0;
    margin-left: 30px;
    border-bottom: 2px solid #212836;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
}
.modal.show {
  display: flex;
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.modal__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .modal__content {
    max-width: 95vw;
    max-height: 95vh;
  }
}
@media only screen and (min-width: 768px) {
  .modal__content {
    max-width: 80vw;
    max-height: 80vh;
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .modal__content img {
    max-height: 850px;
  }
}
.modal.show .modal__content {
  transform: scale(1);
}
.modal__close {
  position: absolute;
  top: -10px;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  transition: background-color 0.3s;
}
.modal__close:hover {
  background: rgb(255, 255, 255);
}
@media only screen and (max-width: 767px) {
  .modal__close {
    top: -50px;
    width: 35px;
    height: 35px;
    font-size: 1.8rem;
  }
}
.modal__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.layout__img {
  cursor: pointer;
  position: relative;
}
.layout__img:hover {
  opacity: 0.9;
}

.modal-open {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */