@charset "UTF-8";
.leftArea {
  height: 100vh;
  height: 100lvh;
  width: 50vw;
  background-image: url(../img/pc_bk.png);
  background-position: top right;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
}

.leftArea .imgArea {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  z-index: 2;
}

.leftArea .imgArea .leftLogo {
  max-width: 300px;
  width: 90%;
}

.leftArea .tx2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  position: absolute;
  right: 10%;
  top: 8%;
}

.leftArea .pc_banner {
  width: 110%;
  height: auto;
  position: absolute;
  top: 5%;
  left: 50%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}

.leftArea .pc_mv {
  height: auto;
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 900px;
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}

.leftArea .pc_text1 {
  position: absolute;
  width: 140px;
  height: auto;
  bottom: 10%;
  right: 10%;
}

.leftArea .pc_text2 {
  position: absolute;
  width: 140px;
  height: auto;
  bottom: 10%;
  left: 10%;
}

@media screen and (min-width: 1101px) {
  .leftArea .pc_text1, .leftArea .pc_text2 {
    width: 15%;
    height: auto;
    max-width: 140px;
  }
  .leftArea .pc_mv {
    width: 130%;
    max-width: 900px;
  }
  .leftArea .imgArea .leftLogo {
    max-width: 300px;
    width: 40%;
  }
}

.rightBk {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  height: 100lvh;
  width: 50vw;
  background-image: -webkit-gradient(linear, left top, right top, from(#ed6f22), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#f53176), to(#ed6f22)), -webkit-gradient(linear, left bottom, left top, from(#ed6f22), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, #ed6f22, rgba(255, 255, 255, 0)), linear-gradient(180deg, #f53176, #ed6f22), linear-gradient(0deg, #ed6f22, rgba(255, 255, 255, 0));
}

.mainWrap {
  background: #ED6F22;
}

.mainWrap .centerArea main {
  max-width: 500px;
  width: 100%;
  display: block;
  top: 160px;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
  left: 72%;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .mainWrap .centerArea main {
    top: 5%;
    left: 50%;
  }
}

@media screen and (min-width: 601px) {
  .mainWrap .centerArea main {
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media screen and (max-width: 600px) {
  .mainWrap .centerArea main {
    max-width: initial;
    top: 0;
  }
  .mainContent {
    max-width: initial;
    width: 100%;
  }
  .frame {
    position: fixed;
    height: 100vh;
    height: 100lvh;
    width: 100%;
    border: 15px solid #fff;
    top: 0;
    left: 0;
    z-index: 10;
  }
}

.commonWidth {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mainContent {
  position: relative;
  z-index: 1;
  background: #ED6F22;
  overflow: hidden;
}

.mainContent::after {
  content: "";
  position: fixed;
  top: 12px;
  width: calc(100% - 24px);
  left: 50%;
  height: calc(100vh - 23px);
  height: calc(100dvh - 23px);
  border: 4px solid #000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 15;
  pointer-events: none;
}

.mainContent::before {
  content: "";
  position: fixed;
  top: 0px;
  width: 100%;
  left: 50%;
  height: 100vh;
  height: 100dvh;
  border: 15px solid #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 15;
  pointer-events: none;
}

@media screen and (min-width: 601px) {
  .mainContent::after {
    height: calc(100% - 23px);
  }
  .mainContent::before {
    height: 100%;
  }
}

.btn {
  border-radius: 50px;
  background: #3176F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 280px;
  position: relative;
}

.btn p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}

.btn:before {
  content: "";
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

.secTop {
  background: #ED6F22;
}

.secTop .scrollTx {
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
  -webkit-animation-name: fadeIn2;
          animation-name: fadeIn2;
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 90%;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.secTop .scrollTx p:after {
  content: "";
  position: absolute;
  top: 81%;
  left: 35%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 15px;
  height: 15px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(25%) rotate(135deg);
          transform: translateY(25%) rotate(135deg);
}

.secTop .topArea {
  height: 100vh;
  height: 100lvh;
  background-image: url(../img/sp_bk.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.secTop .topArea .bkImg {
  height: 100vh;
  height: 100lvh;
  position: relative;
  overflow: hidden;
}

.secTop .topArea .bkImg .mv {
  height: auto;
  position: relative;
  padding-top: 20%;
  width: 120%;
}

.secTop .topArea .bkImg .tx {
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 5%;
  height: 60%;
  width: auto;
  max-height: 600px;
}

.secTop .topArea .bkImg .banner {
  width: 120%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  top: 5%;
}

.secTop .topArea .bkImg .logo {
  width: 70%;
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}

.secTop .topArea .bkImg .text1 {
  position: absolute;
  top: 25%;
  right: 4%;
  width: 75px;
}

.secTop .topArea .bkImg .text2 {
  position: absolute;
  top: 40%;
  left: 4%;
  width: 64px;
}

@media screen and (min-width: 601px) and (max-width: 1100px) {
  .secTop .topArea .bkImg .text1 {
    width: 93px;
    right: 5%;
  }
  .secTop .topArea .bkImg .text2 {
    width: 80px;
    left: 5%;
  }
}

@media screen and (min-width: 1101px) {
  .secTop {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1100px) {
  .secTop {
    padding-bottom: 50px;
  }
}

.secTopDetail {
  padding: 0px 0 20px;
  background: #ED6F22;
}

.secTopDetail .catch {
  margin: 0 auto;
  text-align: center;
}

.secTopDetail .text {
  margin-top: -50px;
  padding: 80px 0;
  background: url(../img/detail_mask.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 235px;
}

.secTopDetail .text p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  text-shadow: 0px 2px 4px #222222e0;
}

@media screen and (min-width: 501px) {
  .secTopDetail .catch p {
    font-size: 30px;
  }
}

.secAnimation {
  overflow: hidden;
}

#anime .text-infinity-scroll {
  background: #31D7F5;
}

#anime .text-infinity-scroll .first {
  -webkit-animation: anim--first 100s infinite linear 0.1s both;
          animation: anim--first 100s infinite linear 0.1s both;
}

#anime .text-infinity-scroll .second {
  -webkit-animation: anim--second 100s infinite linear 0.1s both;
          animation: anim--second 100s infinite linear 0.1s both;
}

#anime2 .text-infinity-scroll2 {
  background: #3176F5;
}

#anime2 .text-infinity-scroll2 .first {
  -webkit-animation: anim--first2 100s infinite linear 0.1s both;
          animation: anim--first2 100s infinite linear 0.1s both;
}

#anime2 .text-infinity-scroll2 .second {
  -webkit-animation: anim--second2 100s infinite linear 0.1s both;
          animation: anim--second2 100s infinite linear 0.1s both;
}

#anime3 .text-infinity-scroll3 {
  background: #F53176;
  margin-bottom: 0 !important;
}

#anime3 .text-infinity-scroll3 .first {
  -webkit-animation: anim--first 100s infinite linear 0.1s both;
          animation: anim--first 100s infinite linear 0.1s both;
}

#anime3 .text-infinity-scroll3 .second {
  -webkit-animation: anim--second 100s infinite linear 0.1s both;
          animation: anim--second 100s infinite linear 0.1s both;
}

#anime,
#anime2,
#anime3 {
  overflow: hidden;
  background: #ED6F22;
}

#anime .text-infinity-scroll,
#anime .text-infinity-scroll2,
#anime .text-infinity-scroll3,
#anime2 .text-infinity-scroll,
#anime2 .text-infinity-scroll2,
#anime2 .text-infinity-scroll3,
#anime3 .text-infinity-scroll,
#anime3 .text-infinity-scroll2,
#anime3 .text-infinity-scroll3 {
  margin-bottom: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#anime .text-infinity-scroll .first,
#anime .text-infinity-scroll .second,
#anime .text-infinity-scroll2 .first,
#anime .text-infinity-scroll2 .second,
#anime .text-infinity-scroll3 .first,
#anime .text-infinity-scroll3 .second,
#anime2 .text-infinity-scroll .first,
#anime2 .text-infinity-scroll .second,
#anime2 .text-infinity-scroll2 .first,
#anime2 .text-infinity-scroll2 .second,
#anime2 .text-infinity-scroll3 .first,
#anime2 .text-infinity-scroll3 .second,
#anime3 .text-infinity-scroll .first,
#anime3 .text-infinity-scroll .second,
#anime3 .text-infinity-scroll2 .first,
#anime3 .text-infinity-scroll2 .second,
#anime3 .text-infinity-scroll3 .first,
#anime3 .text-infinity-scroll3 .second {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  word-break: keep-all;
  display: inline;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  color: #fff;
  padding: 10px 0;
}

@-webkit-keyframes anim--first {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes anim--first {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes anim--second {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes anim--second {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes anim--first2 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes anim--first2 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes anim--second2 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes anim--second2 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.secMain {
  background: #ED6F22;
  position: relative;
}

.secMain section {
  padding: 10px 20px 40px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}

.secMain section h2 {
  color: #ED6F22;
  font-weight: 900;
  font-size: 28px;
  padding-bottom: 30px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.secMain:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0%;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #75E2E7;
}

.secMain .secSchedule {
  padding: 50px 0 20px;
  text-align: center;
}

.secMain .secSchedule h2 + p {
  font-size: 26px;
  font-weight: 900;
  padding-bottom: 16px;
}

.secMain .secSchedule .subArea .sub {
  padding: 10px 0;
}

.secMain .secSchedule .subArea .sub h4 {
  font-size: 20px;
  padding-bottom: 20px;
  color: #F5A91B;
}

.secMain .secSchedule .subArea .sub h4 + p {
  font-size: 20px;
}

.secMain .secSchedule .subArea .sub .wrap {
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  text-align: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 230px 4em;
      grid-template-columns: 230px 4em;
}

.secMain .secSchedule .subArea .sub .wrap p {
  text-align: left;
  font-size: 17px;
  font-weight: 500;
}

.secMain .secSchedule .subArea .sub .border-top {
  border-top: 1px solid #9e9e9e;
  padding-top: 5px;
}

.secMain .secSchedule .subArea .sub .border {
  border-bottom: 1px solid #9e9e9e;
}

.secMain .secSchedule .subArea .sub .imgArea {
  padding: 10px 0 25px;
}

.secMain .secSchedule .subArea .sub .imgArea img {
  height: 22px;
  width: auto;
}

.secMain .secPlace h2 + p {
  padding-bottom: 0;
}

.secMain .secPlace h2 + p {
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 16px;
}

.secGuest .content .name {
  font-weight: bold;
  font-size: 26px;
}

.secGuest .content .imgArea {
  padding: 10px 0 20px;
  width: 90%;
  margin: 0 auto;
}

.secGuest .content .gridArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.secGuest .content:first-of-type {
  padding-bottom: 60px;
}

.secGuest .content:last-of-type {
  padding-bottom: 30px;
}

.secPerformer .group {
  padding-bottom: 50px;
}

.secPerformer .group .name {
  font-weight: bold;
  font-size: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.secPerformer .group .name:before {
  content: "「";
  position: absolute;
  left: -35px;
  top: -5px;
  color: #F53176;
}

.secPerformer .group .name:after {
  content: "」";
  position: absolute;
  right: -37px;
  bottom: -0px;
  color: #F53176;
}

.secPerformer .group .member {
  padding-top: 20px;
  display: -ms-grid;
  display: grid;
  gap: 5px;
}

.secPerformer .group .member .frist {
  margin-bottom: 15px;
}

.secPerformer .group .member a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-size: 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.secPerformer .group .slider {
  padding: 10px 0;
}

.secPerformer .group .slider .slick-slide {
  margin: 0 5px;
}

.secPerformer .group .slider p {
  font-size: 16px;
  font-weight: bold;
}

.secPerformer .group .slider + p {
  padding-top: 10px;
  text-align: left;
}

.secPerformer .and {
  color: #F53176;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}

.secPerformer .group-last {
  padding-bottom: 0;
}

.secFood .slider2 {
  padding: 10px;
}

.secFood .slider2 .slick-slide {
  margin: 0 5px;
}

.secFood .slider2 .slick-slide img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.secFood p:first-of-type {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
}

.secPlace2 .slider3 .slick-slide {
  margin: 0 5px;
}

.secPlace2 p {
  padding-top: 20px;
}

.secBay h2 + p {
  font-size: 18px;
}

.secBay h2 + p span {
  font-size: 15px;
}

.secBay table:first-of-type th {
  background-color: #1B67F5;
}

.secBay table:last-of-type th {
  background-color: #F51B67;
}

.secBay table {
  width: 90%;
  margin: 30px auto 0;
  border-collapse: collapse;
}

.secBay th, .secBay td {
  border: 1px solid #B0B0B0;
  text-align: center;
}

.secBay th {
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 6px;
}

.secBay td {
  padding: 8px;
  font-size: 16px;
}

.secBay td span {
  color: red;
  font-size: 13px;
}

.secBay table + p {
  padding-top: 10px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}

.secBay .studen {
  padding-top: 30px;
  font-size: 18px;
}

.secBay .studen + p {
  width: 90%;
  margin: 0 auto;
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 10px;
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
}

.secBay .notesArea {
  border-radius: 25px;
  width: 90%;
  max-width: 340px;
  margin: 40px auto 30px;
  border: 1px solid #F53176;
  padding: 30px 0;
  color: #F53176;
}

.secBay .notesArea > p {
  font-size: 18px;
  font-weight: bold;
  color: #F53176;
  text-align: center;
  margin-bottom: 35px;
}

.secBay .notesArea a {
  border-radius: 30px;
  background: #F53176;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 230px;
  position: relative;
}

.secBay .notesArea a p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
}

.secBay .notesArea a:before {
  content: "";
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

.secJoin {
  padding-top: 30px !important;
}

.secJoin .textArea > p {
  font-size: 18px;
  font-weight: 500;
  color: #6E6E6E;
}

.secJoin .textArea .wrap {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.secJoin .textArea .wrap .leftkakko, .secJoin .textArea .wrap .rightkakko {
  position: absolute;
}

.secJoin .textArea .wrap .leftkakko {
  left: -16px;
  top: -3px;
}

.secJoin .textArea .wrap .rightkakko {
  right: -16px;
  bottom: -3px;
}

.secJoin .textArea .wrap > p {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -1px;
}

.secJoin .btnArea {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  gap: 20px;
}

.secJoin .btnArea .btn {
  background: #44C6FE;
  border-radius: 10px;
}

.secJoin .btnArea .btn p {
  padding: 15px 0;
}

.secJoin .templateWrap {
  padding-top: 20px;
}

.secJoin .templateWrap p {
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
}

.secJoin .templateWrap .ano {
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}

.secJoin .downloadWrap {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.secJoin .downloadWrap p {
  font-size: 16px;
  font-weight: 500;
}

.secJoin .downloadWrap a {
  color: #3176F5;
  text-decoration: underline;
}

.secAccess .nameWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.secAccess .wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 15px;
}

.secAccess .wrap > p {
  text-align: left;
  padding-bottom: 7px;
}

.secAccess .wrap .name {
  font-size: 20px;
}

.secAccess .wrap .detail {
  font-size: 16px;
}

.secAccess .wrap .txt {
  font-size: 16px;
  line-height: 1.5;
  text-indent: -1em;
  padding-bottom: 0;
  padding-left: 1em;
  letter-spacing: -00.01em;
}

.secAccess .wrap .nameLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.secAccess .wrap .nameLink p {
  color: #148fae;
}

.secAccess .accessBtnArea > p {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 30px;
}

.secAccess .accessBtnArea .btnWrap {
  text-align: center;
  padding-bottom: 30px;
}

.secAccess .accessBtnArea .btnWrap .btn {
  border-radius: 50px;
  background: none;
  border: 1px solid #3176F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 280px;
  position: relative;
}

.secAccess .accessBtnArea .btnWrap .btn p {
  color: #3176F5 !important;
  padding: 15px 0;
}

.secAccess .accessBtnArea .btnWrap .btn:before {
  background-image: url(../img/arrow_bl.svg);
}

.secAccess .accessBtnArea .btnWrap a + p {
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
}

.secAccess .iframeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.secAccess .iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.secMain .secSns h2 {
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px solid #ED6F22;
  margin-bottom: 30px;
}

.secMain .secSns h2 span {
  font-size: 15px;
}

.secMain .secSns .gridArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content max-content;
      grid-template-columns: -webkit-max-content -webkit-max-content;
      grid-template-columns: max-content max-content;
  -ms-grid-rows: max-content max-content;
      grid-template-rows: -webkit-max-content -webkit-max-content;
      grid-template-rows: max-content max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.secMain .secContact h2 + p {
  font-size: 16px;
  padding-bottom: 20px;
}

.secMain .secContact .btn {
  width: 250px;
}

.secMain .secContact .btn p {
  padding: 20px 0;
}

.secMain .secContact .footerImg {
  padding: 60px 0 20px;
}

footer {
  background: #ED6F22;
}

footer p {
  font-size: 14px;
  text-align: center;
  padding: 10px 0 30px;
  color: #fff;
}

.qaMainList {
  max-width: 350px;
  margin: 0 auto;
}

.qaMainList .btnArea {
  margin-top: 0;
  border-radius: 20px;
  border: 1px solid #ED6F22;
  padding: 10px 0;
  color: #ED6F22;
  cursor: pointer;
}

.qaMainList .btnArea p span:after {
  content: "を見る";
}

.qaMainList.on .btnArea {
  border: 1px solid #ffdd9e;
}

.qaMainList.on .btnArea p {
  color: #ffdd9e;
}

.qaMainList.on .btnArea p span:after {
  content: "を閉じる";
}

.qaArea {
  display: none;
  width: 100% !important;
}

.qaList {
  padding: 15px 0px;
}

.qaList .qaTitleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 5px;
}

.qaList .qaTitleArea > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}

.qaList .qaTitleArea > div p:first-of-type {
  font-size: 20px;
  font-weight: bold;
  color: #F53176;
}

.qaList .qaTitleArea > div p {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.qaList .btnlist::before {
  content: "";
  display: block;
  background-image: url(../img/arrow_or.png);
  width: 22px;
  height: 8px;
  margin-top: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.qaList .btnlist.open::before {
  content: "";
  display: block;
  background-image: url(../img/arrow_or.png);
  width: 22px;
  height: 8px;
  margin-top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qaList .qaDetail {
  padding: 5px 0 0;
  display: none;
  width: 100% !important;
  text-align: left;
}

.qaList .qaDetail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}

.qaList .qaDetail > div p:first-of-type {
  font-size: 20px;
  font-weight: bold;
  color: #3176F5;
}

.qaList .qaDetail p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.qaList .qaDetail a {
  color: #005D99;
  text-decoration: underline;
  word-break: break-all;
}

.qaList .qaLink p {
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.5 !important;
  color: #000 !important;
}

.on .qaTitleArea {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.secSponsor h2 + p {
  padding-bottom: 0;
}

.secSponsor .list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}

.secSponsor p {
  font-size: 22px;
}

.secSponsor a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.fixdArea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}

.fixdArea a {
  margin-left: auto;
  margin-right: 5%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.fixdArea a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}

.fixdArea a .text p {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .fixdArea {
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  .fixdArea {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .fixdArea a img {
    width: 80px;
    height: 80px;
  }
  .fixdArea a .text {
    width: 80px;
    height: 80px;
  }
  .fixdArea a .text p {
    font-size: 14px;
  }
}

.visible_sp {
  opacity: 1 !important;
}

.secBand p {
  padding-top: 15px;
}

.secAfter {
  padding: 50px 0 !important;
}

.secAfter .content1 {
  padding-bottom: 30px;
}

.secAfter .slider-after1 .slick-slide, .secAfter .slider-after2 .slick-slide {
  margin: 0 5px;
}

.secAfter .tx {
  font-weight: 500;
  padding: 5px;
  font-size: 16px;
}

.secAfter .listArea .imgArea {
  display: none;
  width: 100% !important;
  margin: 0 auto;
}

.secAfter .listArea .imgArea img {
  margin-bottom: 10px;
  width: 95%;
  margin: 10px auto 0;
}

.secAfter .listArea .after-nav1, .secAfter .listArea .after-nav2 {
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 5px;
  color: #3176F5;
  border-bottom: 1px solid #3176F5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}

.secAfter .listArea .after-nav1::before, .secAfter .listArea .after-nav2:before {
  content: "もっと見る";
}

.secAfter .listArea .after-nav1.on:before, .secAfter .listArea .after-nav2.on:before {
  content: "閉じる";
}

.secAfter .listArea .after-nav1.on img, .secAfter .listArea .after-nav2.on img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*# sourceMappingURL=style.css.map */