@charset "UTF-8";
.pc_only {
  display: none;
}
/*-------------------------------------------------
  header
-------------------------------------------------*/
header {
  width: 100%;
  position: relative;
}
.pfix {
  width: 100%;
  position: fixed;
  z-index: 2;
}
.nav {
  position: absolute;
  height: 100vh;
  width: 100%;
  left: -100%;
  top: 0;
  background: rgba(252, 251, 247, .95);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.nav ul {
  margin: 0;
  padding: 0;
}
.nav li {
  height: calc(100vh/7);
  line-height: 180px;
  list-style-type: none;
  text-align: center;
}
.nav a {
  font-size: 1.6rem;
  display: block;
  text-decoration: none;
  color: #222;
}

/* hamburger_line */
#target {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 13px;
  cursor: pointer;
  display: block;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.target_inner {
  width: 30px;
  height: 30px;
  position: relative;
}
.target_inner_line {
  display: block;
  width: 30px;
  height: 2px;
  background: #222;
  -webkit-transition: 1.5s;
  border-radius: 50px;
  position: absolute;
}
.target_inner_1 {
  top: 0;
}
.target_inner_2 {
  top: 10px;
}
.target_inner_3 {
  top: 20px;
}
/* 動き */
.fadein {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.linea, .lineb, .linec {
  background: #222;
}
.linea {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 13px;
}
.lineb {
  opacity: 0;
}
.linec {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 13px;
}
/*-------------------------------------------------
  Common
-------------------------------------------------*/
.contents {
  box-sizing: border-box;
  padding: 5em 1em;
}
.contents h2 {
  font-size: 3rem;
  text-align: center;
  padding: 0 0 1.8em;
  line-height: 1.7;
}
.contents h3 {
  font-size: 1.5rem;
  text-align: center;
  padding: 5em 0 1.5em 0;
  ;
  line-height: 1.7;
}
/*応募ボタン*/
.applicationBtn a {
  display: block;
  width: 90%;
  height: 60px;
  line-height: 60px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #f382ae;
  text-align: center;
  border-radius: 60px;
  margin: 1.5em auto 0;
  background: linear-gradient(to top, #f382ae, #f9bcd4);
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #f7adca;
}
/*横並びレイアウト*/
.itemlist {
  display: flex;
  box-sizing: border-box;
}
.itemlist li {
  padding: 0 .5em;
  box-sizing: border-box;
}
.marker {
  background: linear-gradient(transparent 95%, #333 95%);
}
/*-------------------------------------------------
  Main Visual
-------------------------------------------------*/
.main-visual {
  width: 90%;
  padding: 3em 0;
  margin: 0 auto;
}
.main-logo {
  width: 95%;
  margin: 0 auto 1em;
}
.top-lead {
  font-size: 1.8rem;
  text-align: center;
  padding: 3em 0.5em;
  line-height: 1.5;
  letter-spacing: 3px;
}
/*-------------------------------------------------
  Schedule Area
-------------------------------------------------*/
.scheduleArea .contents {
  border: solid 1px #333;
  padding: 2em 1em;
  margin: 2em 1em;
}
.scheduleArea .row__text h2 {
  padding: 0 0 1.2em;
}
.scheduleArea .row__text {
  padding: 0 0 1em;
}
.scheduleArea .row__text p {
  font-size: 1.8rem;
  text-align: center;
}
.scheduleArea .top-lead {
  font-size: 2rem;
  text-align: center;
  padding: 1em 0 0 0;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .scheduleArea .row {
    display: flex;
    box-sizing: border-box;
    flex-flow: row-reverse;
  }
  .scheduleArea .row__text {
    width: 45%;
    padding: 0 0 0 1em;
  }
  .scheduleArea .row__text p {
    font-size: 1.8rem;
  }
  .scheduleArea .row__img {
    width: 55%;
  }
}
/*-------------------------------------------------
  Sns Area
-------------------------------------------------*/
.snsArea .row__text {
  padding: 0 0 2em;
}
.snsArea .sns {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.snsArea .row__text p {
  line-height: 2;
  text-align: center;
}
.sns li {
  display: inline-block;
  padding: 0 1em;
}
.sns li i {
  color: #222;
  font-size: 4.5rem;
}
@media screen and (min-width: 768px) {
  .snsArea .row {
    display: flex;
    box-sizing: border-box;
  }
  .snsArea .row__text {
    width: 50%;
  }
  .snsArea .sns {
    width: 50%;
  }
  .snsArea .row__text p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
/*-------------------------------------------------
  PR Area
-------------------------------------------------*/
.prArea h2 {
  font-size: 2.3rem;
}
.prArea .itemlist {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prArea .itemlist .prTop {
  width: 100%;
  margin: 0 0 2em;
}
.prArea .itemlist iframe {
  width: 100%;
  height: 100%;
}
.prArea .itemlist li:nth-child(n+2) {
  width: 50%;
  margin: 0 0 2em;
}
.prArea .itemlist li:nth-child(n+2) iframe {
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .prArea .itemlist .prTop iframe {
    height: 350px;
  }
  .prArea .itemlist li:nth-child(n+2) iframe {
    height: 150px;
  }
}
.prArea .itemlist li p {
  font-size: 1.6rem;
  text-align: center;
  padding: .5em 0 0;
}
/*-------------------------------------------------
  Method Area
-------------------------------------------------*/
.methodArea {
  background: #ffeaec;
}
.methodArea .row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 2em 0;
}
@media screen and (min-width: 768px) {
  .methodArea .row {
    flex-wrap: nowrap;
  }
}
.method-text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 2rem 0;
}
.methodArea .row .row__img {
  width: 40%;
  padding: 0 1.5em 1em 0;
  box-sizing: border-box;
}
.methodArea .row .row__text {
  width: 60%;
  padding: 0 0 1em 0;
}
.methodArea .row__text span {
  font-size: 2rem;
  font-weight: bold;
  color: #6C9DB5;
  display: block;
}
.methodArea .row__img img {
  border-radius: 140px;
  border: solid 1px #222;
}
.methodArea .itemlist {
  margin: 3em auto 2em;
}
@media screen and (min-width: 768px) {
  .methodArea .itemlist {
    width: 60%;
  }
}
.methodArea .itemlist img {
  border: solid 1px #222;
}
.methodArea .attention {
  color: #6D9DB5;
}
.methodArea ul {
  list-style-type: disc;
}
.methodArea ul li {
  margin: 0 0 .5em;
  line-height: 1.7;
}
.methodArea ul li:last-child {
  margin: 0;
  font-size: 1.5rem;
}
/*-------------------------------------------------
  Capacity Area
-------------------------------------------------*/
.capacityList li {
  margin: 0 0 1.5em;
  line-height: 1.7;
  position: relative;
  padding: 0 0 0 1.3em;
}
.capacityList li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  color: #333;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.capacityList li:last-child {
  margin: 0;
}
.capacityList li span {
  padding: 0 0 1em 1em
}
/*-------------------------------------------------
  flow Area
-------------------------------------------------*/
.flowArea h3 {
  font-size: 1.8rem;
  padding: 0 0 .6em .8em;
  position: relative;
  line-height: 1.7;
}
.flowArea h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  color: #333;
  font-size: 1.2rem;
  position: absolute;
  top: 5px;
  left: -6px;
}
.flowArea ul {
  margin: 0 auto 2em;
  list-style-type: disc;
  padding: 0;
  text-align: center;
  display: block;
}
.flowArea ul li {
  margin: 0 0 0.3em;
  line-height: 1.7;
  text-align: left;
}
.flowArea .heading {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  margin: 0.6em auto;
}
.tab__item {
  font-size: 0.8rem;
  padding: 2em 10px;
  text-align: center;
  width: calc(48% - 26px);
  line-height: 1.2;
}
.tab__item .heading {
  font-size: 1.4rem;
}
.tab__item__direct {
  border: 3px solid #fff;
}
.tab__item__serial {
  background: #fff;
  border: 3px solid #fff;
  margin: 0 2% 0 0;
  position: relative;
}
.serial__wrapper {
  background: #fff;
  border: 3px solid #f382ae;
  border-radius: 0 0 6px 6px;
  padding: 2em 1em;
  margin: 0 auto;
}
.direct__wrapper {
  background: #fff;
  border: 3px solid #f382ae;
  border-radius: 0 0 6px 6px;
  padding: 2em 1em;
  margin: 0 auto;
}
.tab__item__direct {
  background: #fff;
  margin: 0;
  position: relative;
}
.tab input:checked + .tab__item__serial {
  border-bottom: 0;
  margin: 0 2% -0.8% 0;
}
.tab input:checked + .tab__item__direct {
  border-bottom: 0;
  margin: 0 0 -0.8% 0;
}
.flow-text .note {
  display: block;
  font-size: 1.2rem;
  margin: 1rem auto 0;
}
.flow-text .center {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  margin: 1.6em auto 0.6em;
}
.flow-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow-banner {
  border: 1px solid #e4e4e4;
  margin: 0 0 2% 0;
  width: calc(49% - 2px);
}
.flow-banner:nth-child(2n-1) {
  margin: 0 2% 2% 0;
}
/*-------------------------------------------------
  Notes Area
-------------------------------------------------*/
.notesArea .contents {
  padding: 5em 0;
  margin: 0 1em;
  border-top: solid 1px #BFBFBF;
}
.notesArea h2 {
  font-size: 2.4rem;
}
.notesArea ul {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}
.notesArea ul li {
  margin: 0 0 .5em;
  line-height: 1.7;
}
.notesArea ul li:last-child {
  margin: 0;
}
/*-------------------------------------------------
  フォームボタン
-------------------------------------------------*/
#formBtn {
  bottom: 0;
  left: 0;
  width: 100%;
}
#formBtn a {
  font-size: 1.8rem;
  width: 100%;
  height: 55px;
  line-height: 55px;
}
#formBtn a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  padding: 0 0 0 .6em;
  color: #fff; /*アイコンの色*/
}
/*-------------------------------------------------
  FOOTER
-------------------------------------------------*/
footer {
  padding: 2em 0 0;
}
footer ul {
  padding: 20px;
}
.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 0 0 5em;
}
/*-------------------------------------------------
  PAGE TOP
-------------------------------------------------*/
.pagetop{
  width: 9.38vw;
  height: 9.38vw;
  bottom: 12vw;
  right: 8px;
}
.pagetop a span {
  margin: -0.66vw 0 0 -1.17vw;
}
.pagetop a i {
  width: 2.34vw;
}
/*-------------------------------------------------
  movie 0125
-------------------------------------------------*/
.movieArea {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*-------------------------------------------------
  song Area
-------------------------------------------------*/
.songArea {
  background: #ffeaec;
}
.song-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 1.8em;
}
.song-item {
  background: #fff;
  border-radius: 6px;
  width: 48%;
  margin: 0 0 1em;
  padding: 1em 0;
}
.song-text {
  font-size: 2rem;
  text-align: center;
  margin: 2rem auto 1rem;
}
.song-button {
  background: #fff;
  border-radius: 100px;
  max-width: 340px;
  width: 86%;
  margin: 14px auto;
  transition: .4s;
}
.song-button a {
  background: #f382ae;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  padding: 1em;
  position: relative;
  text-align: center;
}
/*-------------------------------------------------
  campaign Area
-------------------------------------------------*/
.campaignArea {
  background: #fff;
}
.campaignArea .itemlist img {
  border: solid 1px #222;
}
.campaignArea .attention {
  color: #6D9DB5;
}
.campaignArea ul {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}
.campaignArea ul li {
  margin: 0 0 .5em;
  line-height: 1.7;
}
.campaignArea ul li:last-child {
  margin: 0;
  font-size: 1.5rem;
}
/*-------------------------------------------------
  tab-content
-------------------------------------------------*/
.tab-content ul {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}
.tab-content ul li {
  margin: 0 0 .5em;
  line-height: 1.7;
}
.tab-content ul li:last-child {
  margin: 0;
  font-size: 1.5rem;
}