@charset "UTF-8";
.sp_only {
  display: none;
}
/*-------------------------------------------------
  HEADER
-------------------------------------------------*/
header {
  line-height: 0;
}
.menu__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
}
.menu__inner .logo {
  display: block;
  padding: 5px 10px 0;
  box-sizing: border-box;
  align-self: stretch;
}
.menu__inner .logo img {
  width: 140px;
}
.menu__inner nav {
  margin-left: auto;
}
.menu__inner nav ul {
  display: flex;
}
.menu__inner nav ul li a {
  color: #e46470;
  display: block;
  padding: 0 20px;
}
.menu__inner a:hover {
  color: #fe9297;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#menu {
  background: rgba(255, 234, 236, .3);
}
/*-------------------------------------------------
  Common
-------------------------------------------------*/
.contents {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 8em 0 10em;
}
.contents h2 {
  font-size: 3.6rem;
  text-align: center;
  padding: 0 0 1.5em;
  line-height: 1.7;
}
.contents h3 {
  font-size: 1.7rem;
  text-align: center;
  padding: 5em 0 1.5em 0;
  ;
  line-height: 1.7;
}
/*横並びレイアウト*/
.row {
  display: flex;
  box-sizing: border-box;
}
.itemlist {
  display: flex;
  box-sizing: border-box;
}
.itemlist li {
  padding: 0 1em;
  box-sizing: border-box;
}
/*応募ボタン*/
.applicationBtn a {
  display: block;
  width: 420px;
  height: 80px;
  line-height: 80px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  background: #f382ae;
  text-align: center;
  border-radius: 60px;
  margin: 1em auto 0;
  background: linear-gradient(to top, #f382ae, #f9bcd4);
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #f7adca;
}
.applicationBtn {
  text-align: center;
}
.marker {
  background: linear-gradient(transparent 95%, #333 95%);
}
/*-------------------------------------------------
  Main Visual
-------------------------------------------------*/
.main-visual {
  width: 70%;
  margin: 0 auto;
  max-width: 1000px;
}
.main-logo {
  width: 70%;
  margin: 0 auto 4em;
}
.top-lead {
  font-size: 2.0rem;
  text-align: center;
  padding: 5em 0;
  line-height: 2;
  letter-spacing: 10px;
}
/*-------------------------------------------------
  Schedule Area
-------------------------------------------------*/
.scheduleArea .contents {
  border: solid 1px #333;
  padding: 5em 4em;
  margin: 5em 0;
}
.scheduleArea .row {
  flex-flow: row-reverse;
}
.scheduleArea .row__text h2 {
  text-align: left;
  padding: 0 0 1.2em;
}
.scheduleArea .row__text {
  width: 50%;
  padding: 0 0 0 5em;
}
.scheduleArea .row__text p {
  font-size: 2.6rem;
}
.scheduleArea .row__img {
  width: 50%;
}
.scheduleArea .top-lead {
  font-size: 3.8rem;
  text-align: center;
  padding: 2em 0 0 0;
  line-height: 1.5;
  letter-spacing: 10px;
}
/*-------------------------------------------------
  Sns Area
-------------------------------------------------*/
.snsArea .row__text {
  width: 65%;
  padding: 0 4em 0 0;
}
.snsArea .sns {
  width: 35%;
}
.snsArea .row__text p {
  font-size: 2rem;
  line-height: 2;
}
.sns li {
  display: inline-block;
  padding: 0 1em;
}
.sns li i {
  color: #222;
  font-size: 5.5rem;
}
/*-------------------------------------------------
  PR Area
-------------------------------------------------*/
.prArea .itemlist {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prArea .itemlist .prTop {
  width: 100%;
  margin: 0 0 2em;
}
.prArea .itemlist .prTop iframe {
  width: 100%;
  height: 500px;
}
.prArea .itemlist li:nth-child(n+2) {
  width: 16.6666%;
}
.prArea .itemlist li:nth-child(n+2) iframe {
  width: 100%;
  height: 100px;
}
.prArea .itemlist li p {
  font-size: 1.6rem;
  text-align: center;
  padding: .5em 0 0;
}
/*-------------------------------------------------
  Method Area
-------------------------------------------------*/
.methodArea {
  background: #ffeaec;
}
.methodArea .row {
  margin: 3em 0 5em;
}
.method-text {
  font-size: 2.8rem;
  text-align: center;
  line-height: 2;
  margin: 0 0 2.8rem 0;
}
.methodArea .row__img {
  width: 35%;
}
.methodArea .row__img img {
  border-radius: 120px;
  border: solid 1px #222;
}
.methodArea .row__text {
  padding: 0 1.5em 0 1.5em;
}
.methodArea .row__text span {
  font-size: 2.6rem;
  font-weight: bold;
  color: #6C9DB5;
  display: block;
}
.methodArea .itemlist {
  width: 50%;
  margin: 3em auto 2em;
}
.methodArea .itemlist img {
  border: solid 1px #222;
}
.methodArea .attention {
  text-align: center;
  color: #6D9DB5;
}
.methodArea ul {
  width: 720px;
  margin: 0 auto;
  list-style-type: disc;
  padding: 0 0 0 1.5em;
  text-align: center;
}
.methodArea ul li {
  margin: 0 0 .5em;
  line-height: 1.7;
  font-size: 2rem;
}
.methodArea ul li:last-child {
  margin: 0;
}
/*-------------------------------------------------
  Capacity Area
-------------------------------------------------*/
.capacityArea .contents {
  width: 720px;
}
.capacityList li {
  font-size: 1.8rem;
  margin: 0 0 2em;
  position: relative;
  padding: 0 0 0 1.2em;
}
.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;
}
/*-------------------------------------------------
  flow Area
-------------------------------------------------*/
.flowArea .contents {
  width: 720px;
}
.flowArea h3 {
  font-size: 2rem;
  padding: 0 0 1em .9em;
  position: relative;
}
.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: 0;
}
.flow-text {
  font-size: 2rem;
  line-height: 1.7;
  margin: 0 0 1rem 0;
}
.flow-text .note {
  color: #e81835;
  display: block;
  font-size: 1.5rem;
  margin: 1rem auto 0;
}
.flow-text .center {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 3rem auto 2rem;
}
.flowArea .itemlist {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flowArea .itemlist li {
  width: 50%;
  margin: 0 0 3em;
}
.flowArea .itemlist li:last-child {
  margin: 0;
}
.flowArea .itemlist p {
  font-size: 1.6rem;
  padding: 0 0 0 1em;
}
.flowArea .applicationBtn a {
  margin: 6em auto 0;
}
.flowArea ul {
  margin: 0 auto 2em;
  list-style-type: disc;
  padding: 0;
  text-align: center;
  display: block;
  width: 630px;
}
.flowArea ul li {
  margin: 0 0 .5em;
  line-height: 1.7;
  font-size: 2rem;
  text-align: left;
  display: block;
}
.flowArea ul li:last-child {
  margin: 0;
}
.flowArea ul li .heading {
  display: block;
  font-size: 2rem;
  text-align: center;
}
.serial__wrapper {
  background: #fff;
  border: 3px solid #f382ae;
  border-radius: 0 0 6px 6px;
  padding: 5em 4em;
  margin: 0 auto;
}
.direct__wrapper {
  background: #fff;
  border: 3px solid #f382ae;
  border-radius: 0 0 6px 6px;
  padding: 5em 4em;
  margin: 0 auto 5em;
}
.flow-container {
  display: flex;
  justify-content: center;
}
.flow-banner {
  border: 1px solid #e4e4e4;
  width: 32%;
}
.flow-banner:not(:last-child) {
  margin: 0 2% 0 0;
}
/*-------------------------------------------------
  フォームボタン
-------------------------------------------------*/
#formBtn {
  bottom: 115px;
  right: 20px;
}
#formBtn a {
  font-size: 1.7rem;
  width: 130px;
  height: 85px;
  padding: .9em 0 0;
  line-height: 1.4;
  border-radius: 10px;
  border: thick double #fff;
}
/*-------------------------------------------------
  FOOTER
-------------------------------------------------*/
footer {
  padding: 2em 0 0;
}
footer ul {
  padding: 20px;
  text-align: center;
}
footer ul li {
  display: inline-block;
  margin-right: 20px;
}
.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 0 0 2em;
}
/*-------------------------------------------------
  PAGE TOP
-------------------------------------------------*/
#page-top {
  bottom: 30px;
  right: 20px;
}
/*-------------------------------------------------
  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 3.5em;
}
.song-banner {
  width: 49%;
}
.song-banner:nth-child(2n-1) {
  margin: 0 2% 0 0;
}
.song-item {
  background: #fff;
  border-radius: 6px;
  width: 24%;
  padding: 2em 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.5rem;
  padding: 1em;
  position: relative;
  text-align: center;
}
/*-------------------------------------------------
  campaign Area
-------------------------------------------------*/
.campaignArea {
  background: #fff;
}
.campaignArea ul {
  width: 720px;
  margin: 0 auto;
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}
.campaignArea ul li {
  margin: 0 0 .5em;
  line-height: 1.7;
  font-size: 1.5rem;
}
.campaignArea ul li:last-child {
  margin: 0;
}
/*-------------------------------------------------
  tab-content
-------------------------------------------------*/
.tab-content ul {
  width: 900px;
  margin: 0 auto;
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}
.tab-content ul li {
  margin: 0 0 .5em;
  line-height: 1.7;
  font-size: 1.5rem;
}
.tab-content ul li:last-child {
  margin: 0;
}