@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Italiana&family=Noto+Sans+JP:wght@100..900&display=swap);
/*
color-swatch ========================================*/
/*
font ========================================*/
/* Noto Sans */
/* Italiana */
/*
breakpoint ==========================================================================*/
/*
animation ==========================================================================*/
.fadeInUp {
  opacity: 0;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.fadeInUp.is-active {
  opacity: 1;
}

.anim, .anim-modal {
  width: 0%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.anim .anim-cover, .anim-modal .anim-cover {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.anim.is-active, .anim-modal.is-active {
  width: 100%;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.25s;
}

header {
  width: calc(100vw - 690px);
  height: 100%;
  min-height: 640px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 1501px) {
  header {
    width: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  header {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 768px) {
  header {
    width: auto;
    max-height: 720px;
    height: 100dvh;
    position: relative;
    background: url(../img/mv/bg_sp.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 480px) {
  header {
    max-height: 760px;
    height: 107.5dvh;
  }
}
header::before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 250.8px;
  background: #000;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.95) 60%, #fff 100%);
  z-index: 3;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
@media screen and (max-width: 768px) {
  header::before {
    position: absolute;
    height: 228px;
    z-index: 4;
    opacity: 1;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.7) 30%, rgb(255, 255, 255) 60%, #fff 100%);
  }
}
header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/mv/mv_deco_dot.png);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  header::after {
    content: "";
    width: 90px;
    height: 297px;
  }
}
@media screen and (max-width: 480px) {
  header::after {
    width: 64px;
    height: 211px;
  }
}
header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 810px;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 1501px) {
  header h1 {
    width: 54vw;
    height: 63.9890710383vw;
  }
}
@media screen and (max-width: 1100px) {
  header h1 {
    width: 740px;
    height: 960px;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 476px;
    height: 720px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-64%, 0);
    z-index: 3;
  }
}
@media screen and (max-width: 480px) {
  header h1 {
    transform: translate(-62%, 0);
  }
}
@media screen and (max-height: 1200px) and (min-width: 1101px) {
  header h1 {
    top: 0;
    transform: translate(-50%, 0);
  }
}
header h1 .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  transition: 0.7s cubic-bezier(0.32, 0, 0.67, 0);
}
header h1 .wrap::before {
  content: "";
  position: absolute;
  background: url(../img/mv/top_img.png) no-repeat center/contain;
  top: 50%;
  left: 0;
  width: 808px;
  height: 909px;
  z-index: 10;
  margin-top: -454.5px;
}
@media screen and (min-width: 1501px) {
  header h1 .wrap::before {
    left: 0;
    width: 54vw;
    height: 63.9890710383vw;
    margin-top: -31.9945355191vw;
  }
}
@media screen and (max-width: 1100px) {
  header h1 .wrap::before {
    width: 740px;
    height: 876.9px;
    left: 0;
    top: 57%;
    margin-top: -438.45px;
  }
}
@media screen and (max-width: 900px) {
  header h1 .wrap::before {
    width: 680px;
    height: 765.9px;
    top: 66%;
  }
}
@media screen and (max-width: 768px) {
  header h1 .wrap::before {
    background-image: url(../img/mv/top_img.png);
    width: 604px;
    height: 687px;
    top: auto;
    bottom: 8%;
    left: 0;
    z-index: 2;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  header h1 .wrap::before {
    width: 580px;
    height: 662px;
  }
}
@media screen and (max-width: 768px) {
  header h1 .wrap {
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
header p {
  position: absolute;
  bottom: 35px;
  left: 50%;
  background: url(../img/mv/mv_logo.png) no-repeat center/contain;
  width: 450px;
  height: 297px;
  transform: translate(-50%, 0);
  z-index: 5;
  opacity: 0;
  transform: translate(-50%, 35px);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
@media screen and (min-width: 1101px) {
  header p {
    bottom: 38.5px;
    width: 450px;
    height: 297px;
    transform: translate(-50%, 38.5px);
  }
}
@media screen and (max-width: 1200px) {
  header p {
    width: 400px;
    height: 264px;
  }
}
@media screen and (max-width: 1100px) {
  header p {
    width: 450px;
    height: 297px;
  }
}
@media screen and (max-width: 900px) {
  header p {
    width: 360px;
    height: 237px;
  }
}
@media screen and (max-width: 768px) {
  header p {
    width: 380px;
    height: 250px;
    bottom: 5px;
    transform: translate(-50%, 12px);
  }
}
@media screen and (max-width: 480px) {
  header p {
    width: 260px;
    height: 162px;
    bottom: 85px;
    transform: translate(-50%, 12px);
  }
}
header .scroll_icon {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 6;
  transform: translate(0, -50%);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
@media screen and (max-width: 768px) {
  header .scroll_icon {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  header .scroll_icon {
    bottom: 2%;
  }
}
header .scroll_icon span {
  position: relative;
  padding-block: 0.5rem;
  background-color: #fff;
  font-size: 2rem;
  color: #151515;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  header .scroll_icon span {
    font-size: 1.6rem;
  }
}
header .scroll_icon span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 70px;
  background-color: #151515;
  z-index: -1;
  animation: lineFlow 1.5s infinite linear;
}
@media screen and (max-width: 480px) {
  header .scroll_icon span::before {
    height: 58px;
  }
}
@keyframes lineFlow {
  0% {
    transform: translateY(-10%);
    opacity: 1;
  }
  100% {
    transform: translateY(80%);
    opacity: 0;
  }
}
header .sp-nav {
  z-index: 5;
  position: absolute;
  width: 0%;
  overflow: hidden;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
  bottom: 50px;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .sp-nav {
    bottom: 30px;
    transition-duration: 0.5s;
    transition-delay: 1s;
  }
}
header .sp-nav a {
  display: block;
  max-width: 480px;
  width: 100vw;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 10;
}
header .sp-nav a span {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  text-shadow: 0 0 5px #FF6F00, 0 0 5px #FF6F00, 0 0 5px #FF6F00, 0 0 5px #FF6F00, 0 0 5px #FF6F00;
  font-family: obviously-wide, "Noto Sans JP", sans-serif;
}
header .sp-nav a::before {
  content: none;
  position: absolute;
  top: 0;
  left: 5px;
  background: url(../img/scroll_sp.png.webp) no-repeat center/contain;
  width: 37.5px;
  height: 53.5px;
}
@media screen and (max-width: 768px) {
  header .sp-nav a::before {
    content: "";
  }
}
header .sp-nav .sp-nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100vw - 660px);
}
@media screen and (min-width: 1501px) {
  header .sp-nav .sp-nav-wrap {
    width: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  header .sp-nav .sp-nav-wrap {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 768px) {
  header .sp-nav .sp-nav-wrap {
    width: 100vw;
  }
}
header.start::before {
  opacity: 1;
}
header.start .sp-nav {
  width: 100%;
}
header.start h1 .wrap {
  width: 888px;
}
@media screen and (min-width: 1501px) {
  header.start h1 .wrap {
    width: 65.5737704918vw;
  }
}
@media screen and (max-width: 1100px) {
  header.start h1 .wrap {
    width: 740px;
  }
}
@media screen and (max-width: 768px) {
  header.start h1 .wrap {
    width: 604px;
  }
}
@media screen and (max-width: 480px) {
  header.start h1 .wrap {
    width: 580px;
  }
}
header.start p {
  bottom: 25px;
  opacity: 1;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  header.start p {
    bottom: 75px;
  }
}
@media screen and (max-width: 480px) {
  header.start p {
    bottom: 60px;
  }
}
header.start .scroll_icon {
  opacity: 1;
}
header.props {
  width: calc(100vw - 660px);
}
@media screen and (min-width: 1501px) {
  header.props {
    width: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  header.props {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 768px) {
  header.props {
    width: auto;
  }
}

#header-menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 48px;
  height: 48px;
  background-color: #000;
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
@media screen and (min-width: 1101px) {
  #header-menu {
    display: none;
  }
}
#header-menu:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #header-menu.is-hidden {
    opacity: 0;
  }
}
#header-menu.start {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #header-menu.start.is-hidden {
    opacity: 0;
  }
}
#header-menu.end {
  transition: 0.3s ease;
}
#header-menu a {
  display: block;
  position: absolute;
  width: 22px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header-menu a:hover {
  opacity: 1;
}
#header-menu a span.fr {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #a0141f;
  left: 0;
  transition: 0.3s ease;
  border-radius: 10px;
  z-index: 2;
}
#header-menu a span.fr:nth-child(1) {
  top: 0;
}
#header-menu a span.fr:nth-child(2) {
  top: 8px;
}
#header-menu a span.fr:nth-child(3) {
  bottom: 0;
}
#header-menu.is-active a span:nth-of-type(1) {
  transform: translateY(8px) rotate(-405deg);
}
#header-menu.is-active a span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(8px);
}
#header-menu.is-active a span:nth-of-type(3) {
  transform: translateY(-8px) rotate(405deg);
}

nav {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
nav.start {
  opacity: 1;
  visibility: visible;
}
nav.end {
  transition: 0.3s ease;
  opacity: 1;
}

nav#gnavi {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: calc(-99.75vw + 100%);
  min-height: 640px;
  width: 236px;
  overflow: auto;
}
@media screen and (min-width: 2201px) {
  nav#gnavi {
    right: calc(-99.75vw + 100%);
    width: 13vw;
  }
}
@media screen and (max-width: 2200px) {
  nav#gnavi {
    right: calc(-96.75vw + 100%);
    width: 13vw;
  }
}
@media screen and (max-width: 1900px) {
  nav#gnavi {
    right: calc(-94.75vw + 100%);
    width: 13vw;
  }
}
@media screen and (max-width: 1700px) {
  nav#gnavi {
    right: calc(-96.75vw + 100%);
    width: 17vw;
  }
}
@media screen and (max-width: 1500px) {
  nav#gnavi {
    right: calc(-99.75vw + 100%);
    width: 236px;
  }
}
@media screen and (max-width: 1100px) {
  nav#gnavi {
    right: -293px;
    width: 293px;
    background-color: rgba(24, 24, 24, 0.8);
    min-height: 100%;
  }
}
nav#gnavi::before {
  content: none;
  position: absolute;
  top: unset;
  bottom: 0;
  right: 0;
  background: url(../img/common/nav_deco_dot.png) no-repeat center/contain;
}
@media screen and (max-width: 1100px) {
  nav#gnavi::before {
    content: "";
    width: 169px;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  nav#gnavi::before {
    width: 136px;
    height: 446px;
  }
}
nav#gnavi.is-active {
  right: calc(-100vw + 100%);
}
@media screen and (max-width: 768px) {
  nav#gnavi.is-hidden {
    opacity: 0;
  }
}
nav#gnavi .wrap {
  padding: 0 0 0 43px;
}
nav#gnavi .wrap ul.gnavi-menu {
  position: absolute;
  bottom: 50%;
  left: 20px;
  transform: translate(0, 50%);
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-menu {
    bottom: 0;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1100px) {
  nav#gnavi .wrap ul.gnavi-menu {
    bottom: unset;
    top: 6.5%;
    left: 41px;
    transform: translate(0, 0);
  }
}
nav#gnavi .wrap ul.gnavi-menu li {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1100px) {
  nav#gnavi .wrap ul.gnavi-menu li {
    margin-bottom: 2.25rem;
  }
}
nav#gnavi .wrap ul.gnavi-menu li a {
  display: inline-block;
  position: relative;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-menu li a {
    color: #000;
  }
}
nav#gnavi .wrap ul.gnavi-menu li a:hover {
  opacity: 1;
  color: #a0141f;
}
nav#gnavi .wrap ul.gnavi-menu li a:hover::after {
  opacity: 1;
}
nav#gnavi .wrap ul.gnavi-menu li a::after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 11.5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4.75rem;
  margin: auto;
  opacity: 0;
  transition: 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow_red_l.png);
}
nav#gnavi .wrap ul.gnavi-menu li a.is-active {
  color: #a0141f;
}
nav#gnavi .wrap ul.gnavi-menu li a.is-active::after {
  opacity: 1;
}

#main-bg {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: visible;
  transform: translate3d(0, 0, -1px);
}
@media screen and (max-width: 768px) {
  #main-bg {
    display: none;
  }
}
#main-bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
#main-bg picture img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

#main-content {
  width: 450px;
  margin: 0;
  transform: translate(calc(100vw - 690px), 0);
  position: relative;
  background-color: #f2f2f2;
}
#main-content::before {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: -1px;
  z-index: 1;
  position: absolute;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #main-content::before {
    left: 0;
    background-color: transparent;
  }
}
@media screen and (min-width: 1501px) {
  #main-content {
    transform: translate(calc(100vw - 798px), 0);
  }
}
@media screen and (max-width: 1100px) {
  #main-content {
    transform: translate(calc(100vw - 390px), 0);
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  #main-content {
    width: auto;
    margin: 0 auto;
    transform: translate(0, 0);
    background-color: transparent;
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 480px) {
  #main-content {
    width: auto;
    max-width: none;
    margin: 0;
  }
}
#main-content .inner {
  width: auto;
  margin: 0 32px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  background-size: contain;
  background-repeat: repeat-y;
  background-image: url(../img/content/main_content_bg.png);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
@media screen and (max-width: 1100px) {
  #main-content .inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #main-content .inner {
    margin: 0 auto;
  }
}
#main-content.start::before {
  width: 100%;
  border-left: solid rgba(255, 255, 255, 0.5) 1px;
  border-right: solid rgba(255, 255, 255, 0.5) 1px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  #main-content.start::before {
    border-left: none;
    border-right: none;
  }
}
#main-content.start .inner {
  opacity: 1;
  visibility: visible;
}

.section-content {
  padding: 50px 0 0;
}
@media screen and (min-width: 1101px) {
  .section-content {
    padding: 55px 0 0;
  }
}

.main-content-title {
  position: relative;
  text-align: left;
  margin: 0 0 10px;
}
@media screen and (min-width: 1101px) {
  .main-content-title {
    margin: 0 0 17px;
  }
}
.main-content-title::before {
  position: absolute;
  top: -21px;
  left: 0;
  content: "";
  width: 55px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/content/arrow_white_r.png);
}
@media screen and (max-width: 768px) {
  .main-content-title::before {
    width: 33px;
    height: 12px;
    top: -17px;
  }
}
.main-content-title h2 {
  font-size: 2.6rem;
  display: inline-block;
  position: relative;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  color: #f2f2f2;
  line-height: 1.5;
}
@media screen and (min-width: 1101px) {
  .main-content-title h2 {
    font-size: 2.86rem;
  }
}
.main-content-title p {
  padding: 20px 0;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1101px) {
  .main-content-title p {
    font-size: 15.4px;
  }
}

/*
event ==========================================================================*/
.event {
  padding: 48px 0 0;
}
@media screen and (min-width: 1101px) {
  .event {
    padding: 80px 0 0;
  }
}
.event__mv {
  margin-bottom: 3.5rem;
}
.event__mv h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}
.event__mv p {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  background-color: #a0141f;
  margin-bottom: 3rem;
  padding-inline: 4px;
  padding-block: 0 3px;
  line-height: 1;
}
.event__mv img {
  width: 386px;
  margin: 0 -15px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1100px) {
  .event__mv img {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .event__mv img {
    width: 108.605%;
    max-width: 480px;
    margin: 0 auto;
    transform: translateX(-15px);
  }
}
.event__admission {
  margin-bottom: 2.25rem;
}
.event__admission h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .event__admission h3 {
    font-size: 1.8rem;
  }
}
.event__admission--desc {
  margin-bottom: 3rem;
}
.event__admission--desc dl {
  display: flex;
  justify-content: space-between;
  padding-block: 1.275rem;
  border-bottom: solid 1px #c9c9c9;
}
.event__admission--desc dl:nth-child(1) {
  border-top: solid 1px #c9c9c9;
}
.event__admission--desc dl:nth-child(4) dt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.event__admission--desc dl:nth-child(4) dd {
  line-height: 1.75;
}
.event__admission--desc dl dt {
  width: 19%;
  color: #c9c9c9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .event__admission--desc dl dt {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .event__admission--desc dl dt {
    width: 19%;
  }
}
@media screen and (max-width: 480px) {
  .event__admission--desc dl dt {
    font-size: 1.5rem;
  }
}
.event__admission--desc dl dd {
  width: 79%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .event__admission--desc dl dd {
    width: 77%;
  }
}
@media screen and (max-width: 768px) {
  .event__admission--desc dl dd {
    width: 79%;
  }
}
@media screen and (max-width: 480px) {
  .event__admission--desc dl dd {
    font-size: 1.5rem;
  }
}
.event__admission--desc dl dd small {
  font-size: 1.2rem;
}
.event__admission--desc dl dd span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.event__admission--desc dl dd a {
  background-color: #a0141f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 0.3rem;
  text-align: center;
  padding-inline: 1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .event__admission--desc dl dd a {
    font-size: 1.2rem;
    padding-inline: 0.2rem;
  }
}
.event__admission p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .event__admission p {
    font-size: 1.2rem;
  }
}
.event__admission--submit {
  display: block;
  background-color: #a0141f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding-block: 1rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .event__admission--submit {
    font-size: 1.6rem;
  }
}
.event__admission--submit span {
  padding-inline: 0.25rem;
  margin-left: 0.75rem;
  margin-bottom: 0.125rem;
  background-color: #fff;
  color: #a0141f;
  font-size: 1.5rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
  .event__admission--submit span {
    font-size: 1.2rem;
  }
}
.event__lottery--desc {
  background-color: #f2f2f2;
  padding: 1.6rem 1.6rem 1.25rem;
  color: #151515;
  margin-bottom: 2.5rem;
}
.event__lottery--desc h4 {
  color: #a0141f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .event__lottery--desc h4 {
    font-size: 1.4rem;
  }
}
.event__lottery--desc dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.35rem;
}
@media screen and (max-width: 768px) {
  .event__lottery--desc dl {
    font-size: 1.2rem;
  }
}
.event__lottery--desc dl.mb {
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #a0141f;
  margin-bottom: 1.25rem;
}
.event__lottery--desc dl dt {
  width: 19%;
  background-color: #a0141f;
  color: #fff;
  padding: 3px;
  display: inline;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .event__lottery--desc dl dt {
    width: 21%;
    padding: 2px;
  }
}
@media screen and (max-width: 768px) {
  .event__lottery--desc dl dt {
    width: 19%;
    padding: 3px;
  }
}
.event__lottery--desc dl dd {
  width: 79%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .event__lottery--desc dl dd {
    width: 76%;
  }
}
@media screen and (max-width: 768px) {
  .event__lottery--desc dl dd {
    width: 79%;
  }
}
@media screen and (max-width: 480px) {
  .event__lottery--desc dl dd {
    width: 78%;
  }
}
.event__lottery--desc dl dd.date {
  display: block;
}
.event__lottery--desc dl dd.date span {
  display: block;
  width: 100%;
}
.event__lottery--desc dl dd.date span.second {
  text-align: right;
  padding-right: 8%;
}
@media screen and (max-width: 768px) {
  .event__lottery--desc dl dd.date span.second {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .event__lottery--desc dl dd.date span.second {
    text-align: right;
    padding-right: 12%;
  }
}
.event__lottery p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .event__lottery p {
    font-size: 1.2rem;
  }
}

/*
novelty ==========================================================================*/
.novelty {
  padding: 50px 0 0;
}
@media screen and (min-width: 1101px) {
  .novelty {
    padding: 60px 0 0;
  }
}
.novelty .main-content-title {
  margin: 0 0 20px;
}
.novelty h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  background-color: #a0141f;
  display: inline-block;
  padding-inline: 4px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .novelty h3 {
    margin-bottom: 0.25rem;
  }
}
.novelty p {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .novelty p {
    font-size: 1.6rem;
  }
}
.novelty p small {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .novelty p small {
    font-size: 1.2rem;
  }
}
.novelty__flex {
  display: flex;
  justify-content: space-between;
  width: 386px;
  margin: 0 -15px;
}
@media screen and (max-width: 1100px) {
  .novelty__flex {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .novelty__flex {
    width: 111%;
    max-width: 480px;
    margin: 0 auto 4.5rem;
    transform: translateX(-15px);
  }
}
.novelty__flex--left, .novelty__flex--right {
  width: 48%;
}
.novelty__flex--left figure, .novelty__flex--right figure {
  width: 100%;
  margin-bottom: 7%;
}
.novelty__flex--left figure .anim, .novelty__flex--right figure .anim {
  height: 307px;
}
@media screen and (max-width: 768px) {
  .novelty__flex--left figure .anim, .novelty__flex--right figure .anim {
    height: 373px;
  }
}
@media screen and (max-width: 480px) {
  .novelty__flex--left figure .anim, .novelty__flex--right figure .anim {
    max-height: 374px;
    height: clamp(289px, 80vw, 374px);
  }
}
.novelty__flex--left figure .anim .anim-cover, .novelty__flex--right figure .anim .anim-cover {
  width: 189px;
  height: 307px;
}
@media screen and (max-width: 768px) {
  .novelty__flex--left figure .anim .anim-cover, .novelty__flex--right figure .anim .anim-cover {
    width: 230px;
    height: 373px;
  }
}
@media screen and (max-width: 480px) {
  .novelty__flex--left figure .anim .anim-cover, .novelty__flex--right figure .anim .anim-cover {
    width: clamp(173px, 48vw, 230px);
    height: clamp(289px, 80vw, 374px);
  }
}
.novelty__flex--left figure .anim .anim-cover img, .novelty__flex--right figure .anim .anim-cover img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.novelty__flex--right {
  margin-top: 10rem;
}

/*
lineup ==========================================================================*/
.lineup {
  padding: 76px 0 0;
}
@media screen and (min-width: 1101px) {
  .lineup {
    padding: 80px 0 0;
  }
}
.lineup .main-content-title {
  margin: 0 0 20px;
}
.lineup__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.lineup__flex figure {
  width: 48%;
  opacity: 0.7;
}
.lineup__flex figure .anim {
  height: 274px;
}
@media screen and (max-width: 768px) {
  .lineup__flex figure .anim {
    height: 347px;
  }
}
@media screen and (max-width: 480px) {
  .lineup__flex figure .anim {
    max-height: 346px;
    height: clamp(289px, 80vw, 346px);
  }
}
.lineup__flex figure .anim .anim-cover {
  width: 171px;
  height: 274px;
}
@media screen and (max-width: 768px) {
  .lineup__flex figure .anim .anim-cover {
    width: 216px;
    height: 347px;
  }
}
@media screen and (max-width: 480px) {
  .lineup__flex figure .anim .anim-cover {
    width: clamp(173px, 48vw, 216px);
    height: clamp(289px, 80vw, 346px);
  }
}
.lineup__flex figure .anim .anim-cover img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lineup__slider .slick-slide {
  width: 348px;
  margin-inline: 0.5rem;
}
@media screen and (max-width: 1100px) {
  .lineup__slider .slick-slide {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .lineup__slider .slick-slide {
    width: 450px;
  }
}
@media screen and (max-width: 480px) {
  .lineup__slider .slick-slide {
    width: 91.5vw;
  }
}
.lineup__slider .slick-slide img {
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1100px) {
  .lineup__slider .slick-slide img {
    max-height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .lineup__slider .slick-slide img {
    max-height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .lineup__slider .slick-slide img {
    max-height: 80vw;
  }
}
.lineup__slider .slick-slide h3 {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 1100px) {
  .lineup__slider .slick-slide h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lineup__slider .slick-slide h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .lineup__slider .slick-slide h3 {
    font-size: 1.45rem;
  }
}
.lineup__slider .slick-slide p {
  text-align: center;
}
.lineup__slider .slickPrev,
.lineup__slider .slickNext {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 36px;
}
.lineup__slider .slickPrev {
  left: 2%;
  top: unset;
  bottom: -6%;
}
@media screen and (max-width: 1100px) {
  .lineup__slider .slickPrev {
    left: -2%;
  }
}
@media screen and (max-width: 768px) {
  .lineup__slider .slickPrev {
    left: 9%;
    bottom: -5%;
  }
}
@media screen and (max-width: 480px) {
  .lineup__slider .slickPrev {
    bottom: -6vw;
    right: 82vw;
    left: 0;
    margin: auto;
  }
}
.lineup__slider .slickPrev img {
  width: 100%;
  height: auto;
}
.lineup__slider .slickNext {
  right: 2%;
  top: unset;
  bottom: -6%;
}
@media screen and (max-width: 1100px) {
  .lineup__slider .slickNext {
    right: -2%;
  }
}
@media screen and (max-width: 768px) {
  .lineup__slider .slickNext {
    right: 9%;
    bottom: -5%;
  }
}
@media screen and (max-width: 480px) {
  .lineup__slider .slickNext {
    bottom: -6vw;
    left: 82vw;
    right: 0;
    margin: auto;
  }
}
.lineup__slider .slickNext img {
  width: 100%;
  height: auto;
}
.lineup__slider .dots {
  text-align: center;
  margin-top: 20px;
  padding: 0;
}
.lineup__slider .dots li {
  display: inline-block;
  margin: 0 4px;
}
.lineup__slider .dots li.slick-active button {
  background-color: #a0141f;
  width: 24px;
  border-radius: 1rem;
}
.lineup__slider .dots li button {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.lineup__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .lineup__text {
    font-size: 1.2rem;
  }
}

/*
licensed out products ==========================================================================*/
.lop {
  padding: 76px 0 0;
}
@media screen and (min-width: 1101px) {
  .lop {
    padding: 80px 0 0;
  }
}
.lop .main-content-title {
  margin: 0 0 -12px;
}
@media screen and (min-width: 1101px) {
  .lop .main-content-title {
    margin: 0;
  }
}
.lop__item {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .lop__item.shopper {
    margin-bottom: -2rem;
  }
}
.lop__item.shopper figure {
  width: 356px;
  display: block;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 1100px) {
  .lop__item.shopper figure {
    transform: translateX(-18px);
  }
}
@media screen and (max-width: 768px) {
  .lop__item.shopper figure {
    transform: none;
    width: 320px;
  }
}
.lop__item.shopper figure .anim {
  height: 257px;
}
@media screen and (max-width: 768px) {
  .lop__item.shopper figure .anim {
    height: 231px;
  }
}
.lop__item.shopper figure .anim .anim-cover {
  width: 356px;
  height: 257px;
}
@media screen and (max-width: 768px) {
  .lop__item.shopper figure .anim .anim-cover {
    width: 320px;
    height: 231px;
  }
}
.lop__item.shopper figure .anim .anim-cover img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lop__item.drink figure {
  width: 356px;
  display: block;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 1100px) {
  .lop__item.drink figure {
    transform: translateX(-18px);
  }
}
@media screen and (max-width: 768px) {
  .lop__item.drink figure {
    transform: none;
    width: 320px;
  }
}
.lop__item.drink figure .anim {
  height: 292px;
}
@media screen and (max-width: 768px) {
  .lop__item.drink figure .anim {
    height: 242px;
  }
}
.lop__item.drink figure .anim .anim-cover {
  width: 356px;
  height: 292px;
}
@media screen and (max-width: 768px) {
  .lop__item.drink figure .anim .anim-cover {
    width: 320px;
    height: 242px;
  }
}
.lop__item.drink figure .anim .anim-cover img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lop__item strong {
  background-color: #a0141f;
  padding: 0 3px 1px 4px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1;
}
.lop__item h3 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.lop__item small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.lop__item p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}
.lop__item p span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin-left: 0.45rem;
}
.lop .attention {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .lop .attention {
    font-size: 1.2rem;
  }
}

/*
sns ==========================================================================*/
.sns {
  padding: 83px 0 0;
}
@media screen and (min-width: 1101px) {
  .sns {
    padding: 90px 0 0;
  }
}
.sns .main-content-title {
  margin: 0 0 20px;
}
.sns .main-content-body {
  display: flex;
  justify-content: space-between;
}
.sns .main-content-body a {
  width: 48%;
  display: block;
  background-color: #a0141f;
  text-align: center;
  padding-block: 1.5rem;
  border-radius: 4px;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sns .main-content-body a {
    font-size: 1.6rem;
  }
}
.sns .main-content-body a small {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .sns .main-content-body a small {
    font-size: 1rem;
  }
}

/*
about ==========================================================================*/
.about {
  padding: 80px 0 0;
}
@media screen and (min-width: 1101px) {
  .about {
    padding: 85px 0 0;
  }
}
.about .main-content-title {
  margin: 0 0 20px;
}
.about figure {
  width: 200px;
  display: block;
  margin: 0 auto 2.5rem;
}
.about figure .anim {
  height: 76px;
}
.about figure .anim .anim-cover {
  width: 200px;
  height: 76px;
}
.about figure .anim .anim-cover img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about p {
  font-size: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 2.5rem;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .about p {
    font-size: 1.6rem;
  }
}

/*
member ==========================================================================*/
.member {
  margin: 0 0 40px;
  padding: 55px 0 0;
}
@media screen and (min-width: 1101px) {
  .member {
    margin: 0 0 44px;
  }
}
.member .main-content-title {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .member .main-content-title {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 480px) {
  .member .main-content-title {
    margin: 0 0 40px;
  }
}
.member .members-cont {
  position: relative;
  width: 358px;
  margin-bottom: 7rem;
}
@media screen and (min-width: 1101px) {
  .member .members-cont {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .member .members-cont {
    width: 440px;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 480px) {
  .member .members-cont {
    width: 94.7179487179vw;
    margin-bottom: 6rem;
  }
}
.member .members-cont:nth-child(odd) {
  transform: translateX(-14px);
}
.member .members-cont:nth-child(odd) figure {
  left: 0;
}
.member .members-cont:nth-child(even) {
  transform: translateX(10px);
}
@media screen and (max-width: 1100px) {
  .member .members-cont:nth-child(even) {
    transform: translateX(12px);
  }
}
@media screen and (max-width: 768px) {
  .member .members-cont:nth-child(even) {
    transform: translateX(24px);
  }
}
@media screen and (max-width: 480px) {
  .member .members-cont:nth-child(even) {
    transform: translateX(6px);
  }
}
.member .members-cont:nth-child(even) figure {
  right: 0;
}
@media screen and (max-width: 1100px) {
  .member .members-cont:nth-child(even) figure {
    right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .member .members-cont:nth-child(even) figure {
    right: -1px;
  }
}
.member .members-cont:nth-child(even) .txt {
  padding: 8px 140px 6px 20px;
}
@media screen and (max-width: 1100px) {
  .member .members-cont:nth-child(even) .txt {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .member .members-cont:nth-child(even) .txt {
    width: 100%;
    padding: 10px 160px 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .member .members-cont:nth-child(even) .txt {
    padding: 2.0512820513vw 32.641025641vw 1.5384615385vw 5.1282051282vw;
  }
}
.member .members-cont .txt {
  width: 100%;
  margin-top: 4rem;
  padding: 8px 20px 6px 140px;
  background-color: #686868;
}
@media screen and (max-width: 1100px) {
  .member .members-cont .txt {
    width: 97%;
  }
}
@media screen and (max-width: 768px) {
  .member .members-cont .txt {
    padding: 10px 20px 10px 165px;
  }
}
@media screen and (max-width: 480px) {
  .member .members-cont .txt {
    padding: 2.0512820513vw 5.1282051282vw 1.5384615385vw 32.641025641vw;
  }
}
.member .members-cont .txt h3 {
  text-align: left;
  margin: 0 0 0.25em;
  font-size: 16px;
}
@media screen and (min-width: 1101px) {
  .member .members-cont .txt h3 {
    font-size: 17.6px;
    margin: 0 0 0.5rem;
  }
}
.member .members-cont .txt p {
  text-align: left;
  font-size: 12px;
  letter-spacing: -0.005em;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 1101px) {
  .member .members-cont .txt p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .member .members-cont .txt p {
    letter-spacing: -0.08em;
  }
}
.member .members-cont .txt ul {
  padding: 0;
  display: flex;
  align-items: center;
  margin-left: -8px;
}
@media screen and (min-width: 1101px) {
  .member .members-cont .txt ul {
    padding: 0;
    margin-left: -8.8px;
  }
}
.member .members-cont .txt ul li {
  margin-right: 1rem;
}
.member .members-cont .txt ul li:nth-child(1) img {
  width: 28px;
}
@media screen and (min-width: 1101px) {
  .member .members-cont .txt ul li:nth-child(1) img {
    width: 35px;
  }
}
.member .members-cont .txt ul li:nth-child(2) img {
  width: 22px;
}
@media screen and (min-width: 1101px) {
  .member .members-cont .txt ul li:nth-child(2) img {
    width: 30px;
  }
}
.member .members-cont .txt ul li a {
  display: block;
}
.member .members-cont figure {
  position: absolute;
  top: -2rem;
  width: 110px;
  margin-bottom: 14px;
}
@media screen and (min-width: 1101px) {
  .member .members-cont figure {
    width: 121px;
  }
}
@media screen and (max-width: 768px) {
  .member .members-cont figure {
    top: -3.5rem;
    width: 140px;
  }
}
@media screen and (max-width: 480px) {
  .member .members-cont figure {
    width: 30.2051282051vw;
  }
}
.member .members-cont figure .anim {
  height: 152px;
}
@media screen and (min-width: 1101px) {
  .member .members-cont figure .anim {
    height: 167.2px;
  }
}
@media screen and (max-width: 768px) {
  .member .members-cont figure .anim {
    height: 192px;
  }
}
@media screen and (max-width: 480px) {
  .member .members-cont figure .anim {
    height: 38.9743589744vw;
  }
}
.member .members-cont figure .anim .anim-cover {
  width: 110px;
  height: 152px;
}
@media screen and (min-width: 1101px) {
  .member .members-cont figure .anim .anim-cover {
    width: 121px;
    height: 167.2px;
  }
}
@media screen and (max-width: 768px) {
  .member .members-cont figure .anim .anim-cover {
    width: 140px;
    height: 192px;
  }
}
@media screen and (max-width: 480px) {
  .member .members-cont figure .anim .anim-cover {
    width: 30.2051282051vw;
    height: 38.9743589744vw;
  }
}

/*
notice ==========================================================================*/
.notice {
  padding: 19px 0 0;
}
@media screen and (min-width: 1101px) {
  .notice {
    padding: 25px 0 0;
  }
}
.notice .main-content-title {
  margin: 0 0 15px;
}
@media screen and (min-width: 1101px) {
  .notice .main-content-title {
    margin: 0 0 20px;
  }
}
.notice__desc {
  padding: 16px;
  background-color: #f2f2f2;
  color: #151515;
  margin-bottom: 1.5rem;
}
.notice__desc:last-child {
  margin-bottom: 0;
}
.notice__desc h3 {
  position: relative;
  padding-left: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #a0141f;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .notice__desc h3 {
    font-size: 1.4rem;
  }
}
.notice__desc h3::before {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/content/arrow_right_r.png);
  width: 12px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .notice__desc h3::before {
    width: 10px;
    height: 11px;
  }
}
.notice__desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .notice__desc p {
    font-size: 1.2rem;
  }
}
.notice__desc p a {
  text-decoration: none;
  word-break: break-all;
}

/*
contact ==========================================================================*/
.contact {
  padding: 85px 0 24px;
}
@media screen and (min-width: 1101px) {
  .contact {
    padding: 90px 0 30px;
  }
}
.contact .main-content-title {
  margin: 0 0 15px;
}
@media screen and (min-width: 1101px) {
  .contact .main-content-title {
    margin: 0 0 20px;
  }
}
.contact__desc {
  background-color: #f2f2f2;
  padding: 1.6rem;
  color: #151515;
  margin-bottom: 2rem;
}
.contact__desc h3 {
  color: #a0141f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact__desc h3 {
    font-size: 1.4rem;
  }
}
.contact__desc dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.35rem;
}
@media screen and (max-width: 768px) {
  .contact__desc dl {
    font-size: 1.2rem;
  }
}
.contact__desc dl.mb {
  padding-bottom: 1rem;
  border-bottom: solid 1px #a0141f;
}
.contact__desc dl dt {
  width: 20%;
  background-color: #a0141f;
  color: #fff;
  padding: 4px;
  display: inline;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .contact__desc dl dt {
    width: 21%;
    padding: 3px;
  }
}
@media screen and (max-width: 768px) {
  .contact__desc dl dt {
    width: 17%;
  }
}
@media screen and (max-width: 480px) {
  .contact__desc dl dt {
    width: 18%;
    padding: 2px;
    letter-spacing: -0.02em;
  }
}
.contact__desc dl dd {
  width: 78%;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1100px) {
  .contact__desc dl dd {
    width: 76%;
  }
}
@media screen and (max-width: 768px) {
  .contact__desc dl dd {
    width: 79%;
  }
}
.contact__desc dl dd a {
  text-decoration: none;
  word-break: break-all;
}

/*
footer ==========================================================================*/
footer {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 4rem 14rem;
  border-top: solid 2px #fff;
}
footer img {
  display: block;
  margin: 0 auto;
  width: 115px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
entry btn ==========================================================================*/
.entry_btn_pc {
  position: fixed;
  bottom: 0;
  width: 385px;
  transform: translate(calc(100vw - 657px), 0);
  z-index: 99;
  opacity: 0;
  background-color: #a0141f;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media screen and (min-width: 1501px) {
  .entry_btn_pc {
    width: 386px;
    transform: translate(calc(100vw - 766px), 0);
  }
}
@media screen and (max-width: 1100px) {
  .entry_btn_pc {
    width: 350px;
    transform: translate(calc(100vw - 369px), 0);
  }
}
@media screen and (max-width: 768px) {
  .entry_btn_pc {
    display: none;
  }
}
.entry_btn_pc.is-active {
  opacity: 1;
}
.entry_btn_pc:hover {
  opacity: 0.7;
}
.entry_btn_pc.is-hidden {
  opacity: 0;
}
.entry_btn_pc p {
  position: relative;
  display: block;
  width: 100%;
  font-size: 2rem;
  padding-block: 1rem;
  padding-left: 3.25rem;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  background-image: url(../img/common/entry_bg_dot.png);
  background-size: 34%;
  background-repeat: no-repeat;
  background-position: left bottom;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .entry_btn_pc p {
    font-size: 1.8rem;
  }
}
.entry_btn_pc p::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: auto;
  content: "";
  width: 33px;
  height: 11.5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/entry_arrow_r.png);
  transform: translateY(11%);
}
@media screen and (max-width: 768px) {
  .entry_btn_pc p::after {
    left: 30rem;
    right: 0;
  }
}

.entry_btn_sp {
  position: fixed;
  bottom: 0;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #a0141f;
  height: 60px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .entry_btn_sp {
    display: flex;
    width: 480px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .entry_btn_sp {
    display: flex;
    width: 100%;
    left: 0;
    transform: none;
  }
}
.entry_btn_sp:hover {
  opacity: 0.7;
}
.entry_btn_sp.is-hidden {
  opacity: 0;
}
.entry_btn_sp p {
  position: relative;
  display: block;
  width: 100%;
  font-size: 2rem;
  padding-block: 1rem;
  text-align: center;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  background-image: url(../img/common/entry_bg_dot.png);
  background-size: 34%;
  background-repeat: no-repeat;
  background-position: left bottom;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.entry_btn_sp p span {
  display: block;
  transform: translateX(-20px);
}
@media screen and (max-width: 1100px) {
  .entry_btn_sp p {
    font-size: 1.8rem;
  }
}
.entry_btn_sp p::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26rem;
  right: 0;
  margin: auto;
  content: "";
  width: 33px;
  height: 11.5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/entry_arrow_r.png);
  transform: translateY(11%);
}

/*
All ==========================================================================*/
html {
  width: 100vw;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #fff #000;
}

html, body {
  overflow: hidden;
}

html.end, body.end {
  overflow-x: hidden;
  overflow-y: auto;
}

::-webkit-scrollbar {
  background: #000;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  overflow-x: hidden;
  font-size: 1.6rem;
  background-color: #000;
  min-height: 820px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input, textarea, select {
  font-size: 1.25vw;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

*::before, *::after {
  box-sizing: border-box;
}

br.pc {
  display: block;
}

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

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: underline;
  }
  a[href*="tel:"]:hover {
    text-decoration: none;
  }
}

a[href*="mailto:"] {
  text-decoration: underline;
}

a[href*="mailto:"]:hover {
  text-decoration: none;
}

.hidden {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#wrapper {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  z-index: 10;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-height: auto;
  }
}

.inner {
  max-width: 450px;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .inner {
    max-width: 495px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */