/* reset
--------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  border: none;
}

/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

/* html5 */
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* table */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

/* a */
a, a:focus, a:hover, a:active {
  outline: none;
}

/* form */
input, input:focus, input:hover, input:active,
textarea, textarea:focus, textarea:hover, textarea:active {
  outline: none;
}

/* img */
img {
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

/* noscript */
#noscript {
  position: relative;
  z-index: 5260;
  padding: 1em;
  border-bottom: #000000 solid 1px;
  background: #ffffff;
  color: #000000;
  text-align: center;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

body {
  opacity: 0;
  transition: 0.8s;
}
body.fade-in {
  opacity: 1;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.pc-block {
  display: block !important;
}

.pc-inline {
  display: inline !important;
}

.pc-inline-block {
  display: inline-block !important;
}

.sp-block,
.sp-inline,
.sp-inline-block {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .tab-min-block {
    display: block !important;
  }

  .tab-min-inline {
    display: inline !important;
  }

  .tab-min-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1024px) {
  .tab-min-block,
  .tab-min-inline,
  .tab-min-inline-block {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .tab-block,
  .tab-inline,
  .tab-inline-block {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .tab-block {
    display: block !important;
  }

  .tab-inline {
    display: inline !important;
  }

  .tab-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-block,
  .pc-inline,
  .pc-inline-block {
    display: none !important;
  }

  .sp-block {
    display: block !important;
  }

  .sp-inline {
    display: inline !important;
  }

  .sp-inline-block {
    display: inline-block !important;
  }
}
/* common
-----------------------*/
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 5%;
  }
}

.grid-wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .grid-wrap {
    display: block;
  }
}

.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text_hover {
  transition: .5s;
  display: block;
  text-decoration: none;
  color: #333333;
}
.text_hover:hover {
  opacity: .7;
}

.no_link {
  pointer-events: none;
}

.relative {
  position: relative;
}

main {
  position: relative;
}

.lilita-one {
  font-family: "Lilita One", serif;
}

/* header
-----------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: auto;
  background: none;
}
header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/common/bg_header.jpg) no-repeat center/cover;
  top: 0;
  left: 0;
  z-index: 98;
}

.header__title {
  color: #FFFFFF;
  font-size: 34px;
  line-height: 1.0;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .header__title {
    font-size: 20px;
    font-size: min(5.3vw, 20px);
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 0 20px;
}
.header__logo {
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
  width: 70px;
  position: relative;
  z-index: 99;
}
.header__logo:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 75px;
  }
}
.header__nav-menu-btn {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  background: #e50012;
  position: relative;
  z-index: 99;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.header__nav-menu-btn:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.header__nav-menu-btn .drawer_bar {
  background: #FFFFFF;
  display: block;
  width: 35px;
  height: 2px;
}
.header__nav-menu-btn.active {
  display: block;
}
.header__nav-menu-btn.active .drawer_bar {
  position: absolute;
  top: 50%;
  left: 50%;
}
.header__nav-menu-btn.active .bar1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__nav-menu-btn.active .bar2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__nav-menu-btn.active .bar3 {
  display: none;
}
.header__nav-bg {
  width: 100%;
  height: calc(100dvh - 80px);
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 97;
  cursor: pointer;
  display: none;
  transition: 0.3s;
}
.header__nav-bg.open {
  display: block;
}
.header__drawer-wrapper {
  margin: 0 auto;
  width: 375px;
  height: calc(100% - 80px);
  position: fixed;
  top: 80px;
  right: -100%;
  transition: right 0.3s;
  overflow: auto;
  z-index: 98;
  background: #FFFFFF;
  border-left: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
@media screen and (max-width: 768px) {
  .header__drawer-wrapper {
    width: 100%;
    border-left: none;
    border-bottom: none;
    top: -100%;
    right: auto;
    left: 0;
    transition: top 0.3s;
  }
}
.header__drawer-wrapper.open {
  right: 0;
}
@media screen and (max-width: 768px) {
  .header__drawer-wrapper.open {
    top: 80px;
    right: auto;
  }
}
.header__drawer-wrapper .header-nav {
  padding: 50px 35px 40px;
}
.header__drawer-wrapper .header-nav + .header-nav {
  background: #f6f6f6;
}
.header__drawer-wrapper .header-nav .header-nav-ttl {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 15px;
  padding: 5px 15px;
}
.header__drawer-wrapper .header-nav .header-nav-ttl.day-01 {
  background: #ffff00;
  color: #ff0000;
}
.header__drawer-wrapper .header-nav .header-nav-ttl.day-02 {
  background: #ff0000;
  color: #FFFFFF;
}
.header__drawer-wrapper .header-nav .header-nav-list {
  margin-bottom: 25px;
}
.header__drawer-wrapper .header-nav .header-nav-list li {
  border-bottom: 1px solid #000000;
}
.header__drawer-wrapper .header-nav .header-nav-list li a {
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  line-height: 1.0;
  letter-spacing: 0.5px;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
  padding: 15px 25px 15px 15px;
  position: relative;
}
.header__drawer-wrapper .header-nav .header-nav-list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .header__drawer-wrapper .header-nav .header-nav-list li a {
    font-size: 16px;
  }
}
.header__drawer-wrapper .header-nav .header-nav-list li a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 3px #000000;
  border-right: solid 3px #000000;
  position: absolute;
  right: 16px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
.header__drawer-wrapper .header-nav .header-nav-list li a span {
  display: block;
  font-size: 20px;
  margin-right: 10px;
}

/* common-mv
-----------------------*/
.common-mv {
  padding: 11.8% 0;
  margin-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .common-mv {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .common-mv {
    padding: 15.5% 0 15%;
  }
}
.common-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 48%;
  position: absolute;
  bottom: -1%;
  left: 0;
  background: url(../images/common/bg_white_pc.png) repeat-x center bottom/100%;
}
@media screen and (max-width: 768px) {
  .common-mv::after {
    height: 73%;
    bottom: -14%;
    background: url(../images/common/bg_white_sp.png) repeat-x center bottom/100%;
  }
}
.common-mv h1 {
  font-size: 62px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.0;
}
@media screen and (max-width: 768px) {
  .common-mv h1 {
    font-size: 32px;
  }
}

/* common-ttl
-----------------------*/
h2.common-ttl {
  font-size: 80px;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  h2.common-ttl {
    font-size: min(9vw, 36px);
    line-height: 1.5;
  }
}

/* section-ttl
-----------------------*/
.section-ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-ttl {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
.section-ttl::after {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  background: url(../images/common/icn_title.png) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section-ttl::after {
    width: 40px;
    height: 5px;
  }
}

/* section-sub
-----------------------*/
.section-sub {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-sub {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
.section-sub::after {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  background: url(../images/common/icn_title.png) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section-sub::after {
    width: 40px;
    height: 5px;
  }
}

/* common-btn
-----------------------*/
/* footer
-----------------------*/
.footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__staff {
  background: #fafafa;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .footer__staff {
    padding: 50px 0;
  }
}
.footer__staff p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer__staff p {
    font-size: 11px;
  }
}
.footer__staff .staff-title {
  text-align: center;
  margin-bottom: 10px;
}
.footer__staff .staff-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.footer__staff .staff-area:nth-of-type(2) {
  max-width: 220px;
  margin: 0 auto;
}
.footer__staff .staff-area li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.footer__staff .staff-area + .staff-title {
  margin-top: 35px;
}
.footer__btm {
  background: #000000;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .footer__btm {
    padding: 20px 0;
  }
}
.footer__btm .footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__btm .footer__inner {
    display: block;
  }
}
.footer__btm .footer-copyright {
  color: #FFFFFF;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer__btm .footer-copyright {
    text-align: center;
    margin-bottom: 15px;
  }
}
.footer__btm .footer-sns-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer__btm .footer-sns-list {
    justify-content: center;
  }
}
.footer__btm .footer-sns-list li {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .footer__btm .footer-sns-list li {
    width: 30px;
  }
}
.footer__btm .footer-sns-list li a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
}
.footer__btm .footer-sns-list li a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
