.sizeS {
  font-size: min(14px, 3.2vw);
}

.sizeN {
  font-size: min(16px, 3.4vw);
}

.sizeM {
  font-size: min(18px, 3.6vw);
}

.sizeL {
  font-size: min(20px, 3.8vw);
}

.sizeLL {
  font-size: min(22px, 4vw);
}

.sizeXL {
  font-size: min(24px, 4.2vw);
}

.sizeB {
  font-size: min(28px, 4.8vw);
}

.sizeH {
  font-size: min(32px, 5vw);
}

.color-red {
  color: #c30d24;
}

@media screen and (min-width: 768px) {
  .inuneko .sp {
    display: none !important;
  }
  .inuneko .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .inuneko .pc {
    display: none !important;
  }
  .inuneko .sp {
    display: block;
  }
}
/* -----------------------------
** home
----------------------------- */
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 19vw;
  }
}

#contents .headSection .innerBlock {
  width: 1240px;
}

.inuneko * {
  box-sizing: border-box;
}
.inuneko *:before, .inuneko *:after {
  box-sizing: border-box;
}
.inuneko img {
  max-width: 100%;
}
.inuneko a.uline {
  text-decoration: underline;
}
.inuneko a.uline:hover {
  text-decoration: none;
}
.inuneko .iLink02 {
  background-position: left top 6px;
  padding: 0 0 0 21px;
}
@media screen and (max-width: 767px) {
  .inuneko .iLink02 {
    background-position: left top 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .inuneko .mt30 {
    margin-top: 5.2151238592vw !important;
  }
  .inuneko .mt40 {
    margin-top: 6.518904824vw !important;
  }
  .inuneko .mt50 {
    margin-top: 7.8226857888vw !important;
  }
  .inuneko .mt80 {
    margin-top: 11.7340286832vw !important;
  }
  .inuneko .mtsp0 {
    margin-top: 0 !important;
  }
}

.link-btn a {
  display: inline-block;
  font-size: min(22px, 4vw);
  font-weight: bold;
  position: relative;
  color: #FFF;
  padding: min(20px, 3vw) min(40px, 6vw);
  background-color: #333;
  border-radius: 9999px;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .link-btn a {
    min-width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .link-btn a {
    min-width: 80%;
    font-size: 4vw;
    padding: 2vw 10vw;
  }
}
.link-btn a:hover {
  opacity: 0.8;
  color: #FFF;
  text-decoration: none;
}
.link-btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
}
@media screen and (max-width: 767px) {
  .link-btn a:after {
    right: 4vw;
  }
}
.link-btn a.linkArrow:after {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: translateY(calc(-50% - 1px)) rotate(-45deg);
}
.link-btn a.red {
  background: #c30d24;
}

.link-btn-premium a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  min-width: 450px;
  padding: 0 2.5em;
  background: #c30d24;
  border-radius: 9999px;
  font-size: 22px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .link-btn-premium a {
    min-width: unset;
    width: 100%;
    padding: 0.4em 2em;
    min-height: auto;
    font-size: 3.6vw;
  }
}
.link-btn-premium a small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .link-btn-premium a small {
    font-size: 3.2vw;
  }
}
.link-btn-premium a:hover {
  opacity: 0.8;
}
.link-btn-premium a:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  top: 50%;
  right: 20px;
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .link-btn-premium a:after {
    right: 10px;
  }
}
.link-btn-premium.colBlk a {
  background-color: #333;
}
.link-btn-premium.disabled a {
  pointer-events: none;
  opacity: 0.25;
}

.listCaution {
  text-align: left;
}
.listCaution > li {
  position: relative;
  padding-left: 3em;
  line-height: 1.6;
  font-size: min(15px, 3.3vw);
}
@media screen and (max-width: 767px) {
  .listCaution > li {
    line-height: 1.3;
  }
}
.listCaution > li .listCaution_firstLetter {
  position: absolute;
  left: 0;
  top: 0.03em;
}

.lsDt li {
  list-style: disc outside none;
  margin-left: min(20px, 3vw);
  text-align: left;
  margin-bottom: 5px;
}

.content-navi {
  background-color: transparent;
  color: #FFF;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: min(10px, 3vw) 0;
  box-sizing: border-box;
  position: sticky;
  top: -1px;
  z-index: 99;
}
.content-navi.is-stuck {
  background-color: #FFF;
}
.content-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: min(10px, 2vw);
}
.content-navi ul li a {
  display: block;
  color: #333;
  font-weight: bold;
  padding: min(5px, 1.4vw) min(25px, 4.2vw) min(5px, 1.4vw) min(12px, 2.2vw);
  position: relative;
  transition: all 0.2s ease-in;
  font-size: min(14px, 3.2vw);
  border: 1px solid #333;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .content-navi ul li a {
    line-height: 1;
  }
}
.content-navi ul li a:before, .content-navi ul li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-in;
}
.content-navi ul li a:before {
  width: min(13px, 2.8vw);
  aspect-ratio: 1/1;
  background-color: #333;
  border-radius: 50%;
  right: min(5px, 1vw);
  transform: translateY(-50%);
}
.content-navi ul li a:after {
  width: min(3px, 0.8vw);
  aspect-ratio: 1/1;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: translateY(calc(-50% - 1px)) rotate(45deg);
  right: min(10px, 2vw);
}
@media screen and (max-width: 767px) {
  .content-navi ul li a:after {
    transform: translateY(calc(-50% - 0.1vw)) rotate(45deg);
  }
}
.content-navi ul li a:hover {
  opacity: 0.8;
}
.content-navi ul li a:hover:before {
  transform: translateY(calc(-50% + 0px));
}
.content-navi ul li a:hover:after {
  transform: translateY(calc(-50% + 0px)) rotate(45deg);
}

.mainvisual {
  margin: min(40px, 3vw) auto 0 auto;
  text-align: center;
}
.mainvisual img {
  margin: 0 auto;
  text-align: center;
}

.ev-content {
  background: url(/katsuyou/photo/premium/inuneko/images/content-bg.png) no-repeat center top 80px;
}
@media screen and (max-width: 767px) {
  .ev-content {
    background-image: url(/katsuyou/photo/premium/inuneko/images/content-bg-sp.png);
    background-size: 100% auto;
    background-position: center top 26vw;
  }
}

.ev-section {
  padding: min(80px, 8vw) 0 min(60px, 8vw) 0;
}
.ev-section#intro {
  padding: min(20px, 5vw) 0;
}
.ev-section#event-info {
  padding: min(60px, 8vw) 0 min(10px, 3vw) 0;
}
.ev-section#epsite-premium {
  padding-bottom: 0;
}
.ev-section.bgB {
  background-color: #f3f4f9 !important;
}
.ev-section.bgB .ev-section__head .ev-section__title span {
  background-color: #f3f4f9 !important;
}
.ev-section__head {
  margin: 0 auto min(40px, 5vw) auto;
  text-align: center;
}
.ev-section__title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ev-section__title {
    padding: 3vw 5vw;
  }
}
.ev-section__title:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  background-color: #333;
}
.ev-section__title span {
  font-size: min(30px, 6vw);
  display: inline-block;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  padding: 0 min(30px, 5vw);
}
.ev-section__inner {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ev-section__inner {
    width: 100%;
    padding: 0 5vw;
  }
}
.ev-section__lead {
  font-size: min(18px, 3.6vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ev-section__lead {
    margin-bottom: 3vw;
  }
}

.info-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.info-list__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 2px solid #f0ebe7;
  padding: min(15px, 3vw) min(20px, 3vw);
  gap: 6%;
  letter-spacing: 0.06em;
}
.info-list__row:last-child {
  border-bottom: 2px solid #f0ebe7;
}
@media screen and (max-width: 767px) {
  .info-list__row {
    gap: 1vw 0;
  }
}
.info-list__row dt {
  width: 26%;
  font-size: min(20px, 3.8vw);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .info-list__row dt {
    width: 100%;
  }
}
.info-list__row dd {
  width: 68%;
  font-size: min(20px, 3.8vw);
}
@media screen and (max-width: 767px) {
  .info-list__row dd {
    width: 100%;
  }
}
.info-list__row dd .num {
  font-size: min(32px, 5vw);
  font-weight: bold;
}

.entry-step {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .entry-step {
    flex-direction: column;
    align-items: center;
    margin-top: 5vw;
  }
}
.entry-step__wrap > h3 .icon {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #fff6e3;
  padding: min(20px, 3vw);
}
.entry-step__wrap > h3 .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.entry-step__wrap > h3 .title {
  font-size: 25px;
  margin-top: 25px;
  color: #683615;
}
@media screen and (max-width: 767px) {
  .entry-step__wrap > h3 .icon {
    width: 20%;
    margin: 0 auto;
  }
  .entry-step__wrap > h3 .title {
    font-size: 4.4vw;
    margin-top: 5vw;
  }
}
.entry-step .step__box {
  position: relative;
  background-color: #fff6e3;
  padding: 35px min(20px, 3vw) min(20px, 3vw) min(20px, 3vw);
}
@media screen and (min-width: 768px) {
  .entry-step .step__box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .entry-step .step__box {
    margin-top: 0;
  }
}
.entry-step .step__box.step1, .entry-step .step__box.step2 {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .entry-step .step__box.step1, .entry-step .step__box.step2 {
    width: 100%;
  }
}
.entry-step .step__box.step1::after, .entry-step .step__box.step2::after {
  content: "";
  display: block;
  background-color: #10218b;
  width: 20px;
  aspect-ratio: 2/3;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #683615;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .entry-step .step__box.step1::after, .entry-step .step__box.step2::after {
    width: 7vw;
    aspect-ratio: 3/2;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.entry-step .step__box.stepend {
  width: calc(14% - 40px);
  justify-content: center;
  color: #683615;
  padding: 10px;
}
.entry-step .step__box.stepend .step__title {
  font-size: min(20px, 3.8vw);
}
@media screen and (max-width: 767px) {
  .entry-step .step__box.stepend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .entry-step .step__box.stepend .step__icon {
    width: 8vw;
  }
  .entry-step .step__box.stepend .step__icon .icon {
    width: 100%;
  }
  .entry-step .step__box.stepend .step__title {
    font-size: 5vw;
    margin-top: 0;
    padding-left: 3vw;
  }
}
.entry-step .step__no {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  padding: 5px 30px;
  line-height: 1;
  color: #FFF;
  position: absolute;
  background-color: #683615;
}
.entry-step .step__no span {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .entry-step .step__no {
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .entry-step .step__no {
    top: 0;
    left: 0;
    padding: 1.5vw 5vw;
    font-size: 3.4vw;
  }
  .entry-step .step__no span {
    font-size: 4.4vw;
  }
}
.entry-step .step__icon {
  position: relative;
}
@media screen and (min-width: 768px) {
  .entry-step .step__icon {
    padding-bottom: min(20px, 3vw);
  }
}
@media screen and (max-width: 767px) {
  .entry-step .step__icon .icon {
    width: 25%;
    margin: 0 auto;
  }
}
.entry-step .step__title {
  font-size: 17px;
  color: #683615;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .entry-step .step__title {
    font-size: 4.4vw;
    margin-top: 2vw;
  }
}
.entry-step .step__text {
  text-align: left;
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .entry-step .step__text {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

.entry-info {
  background-color: #fff6e3;
  padding: min(30px, 5vw);
}
.entry-info > .sample-img {
  background-color: #FFF;
  padding: min(30px, 5vw);
  display: inline-block;
}

.guest-box {
  background-color: #FFF;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: min(20px, 3vw) min(40px, 5vw);
  border-radius: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .guest-box {
    padding: 5vw 3vw;
  }
}
.guest-box .profile__box {
  display: flex;
  flex-wrap: wrap;
  gap: min(20px, 3vw);
  margin-top: min(20px, 3vw);
}
@media screen and (max-width: 767px) {
  .guest-box .profile__box {
    flex-direction: column;
    gap: 3vw;
    margin-top: 3vw;
  }
}
.guest-box .profile__img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .guest-box .profile__img {
    width: 40%;
    margin: 0 auto;
  }
}
.guest-box .profile__detail {
  flex: 1;
  font-size: min(14px, 3.2vw);
}
@media screen and (max-width: 767px) {
  .guest-box .profile__detail {
    width: 100%;
    padding-left: 0;
  }
}
.guest-box .profile__detail .name {
  font-weight: bold;
  font-size: min(20px, 3.8vw);
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .guest-box .profile__detail .name {
    margin-bottom: 2vw;
  }
}

.faq {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 10vw 0;
  }
}
.faq__item {
  background: #f0f0f0;
  border-radius: 10px;
  border: solid 2px #f0f0f0;
  overflow: hidden;
}
.faq__item + .faq__item {
  margin-top: 20px;
}
.faq__item__title, .faq__item__body {
  position: relative;
  padding: 0;
}
.faq__item__title > div, .faq__item__body > div {
  display: flex;
  gap: 12px;
  padding: min(20px, 3vw) 70px min(20px, 3vw) min(20px, 3vw);
}
@media screen and (max-width: 767px) {
  .faq__item__title > div, .faq__item__body > div {
    padding: 2vw 10vw 2vw 2vw;
  }
}
.faq__item__title > div > i, .faq__item__body > div > i {
  flex: 0 0 30px;
  border-radius: 15px;
  background: #333;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__item__title > div > i, .faq__item__body > div > i {
    flex: 0 0 8vw;
    font-size: 4vw;
    line-height: 8vw;
  }
}
.faq__item__title > div > div, .faq__item__body > div > div {
  flex: 1 0 0%;
  text-align: left;
}
.faq__item__title {
  display: block;
  font-weight: bold;
  color: #333 !important;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  font-size: 100%;
  width: 100%;
  cursor: pointer;
}
.faq__item__title span {
  position: absolute;
  right: min(20px, 3vw);
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .faq__item__title span {
    right: 2vw;
    width: 4vw;
    height: 4vw;
  }
}
.faq__item__title span::before, .faq__item__title span::after {
  display: block;
  content: "";
  background: #333;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faq__item__title span::before, .faq__item__title span::after {
    width: 4vw;
    height: 0.5vw;
    top: 2vw;
  }
}
.faq__item__title span::before {
  transition: 0.2s;
  transform: rotate(-90deg);
}
.faq__item__title > div {
  align-items: center;
}
.faq__item__title.current {
  background-color: #f3f4f9;
}
.faq__item__title.current > div i {
  background: #10218b;
}
.faq__item__title.current span::before {
  transform: rotate(0);
}
.faq__item__body {
  display: none;
  background: #fff;
}
.faq__item__body > div {
  align-items: flex-start;
  padding-right: min(20px, 3vw);
}
.faq__item__body > div > i {
  background: #333;
}
.faq__item__body > div > div {
  padding-top: 0.25em;
}