@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: color: rgb(105, 104, 104);
/* 	font-family: "A-OTF フォーク Pro"; */
	font-family: 'Montserrat', sans-serif !important;
}
ol, ul {
	list-style: none;
}
a {
    text-decoration: none !important;
    color: rgb(105, 104, 104) !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==============================
ここから
============================== */
footer p a{
    color: #fff !important;
}
img {
	vertical-align: bottom;
}
h2 {
    font-size: 1.8rem;
    text-align: left;
	letter-spacing: 0.6rem;
	width: 90%;
    margin: auto;
}
h3 {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 900;
}
.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
a:hover {
	opacity:0.8;
}
/* ========================================
===========================================
===========================================
   アニメーション
===========================================
======================================== */
.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
/* よこから */
.element2 {
  /* 最初は非表示 */
  transform: translateX(-120px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}
/* フェードイン時に入るクラス */
.is-fadein2 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
/* ============================
============================
   オーディジョンの流れ
============================
============================ */
.audition {
    position: relative;
}
.slide-anime {
    position: absolute;
    top: -7%;
    width: 35%;
}
.keyframe00 {
    width: 32%;
    animation-name: anim_po;
    position: absolute;
    top: 80%;
    right: 0%;
}
@keyframes anim_po {
  0% {
    top: 0px;
  }
  100% {
    top: 20px;
  }
}
.keyframe01{
width:30%;
  animation-name: anim_po2;
  position: absolute;
	right:0%;
	bottom:13%;
}
@keyframes anim_po2 {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 100px;
  }
}
/* ============================
============================
   待遇
============================
============================ */
.treatment {
    padding: 2rem 0;
	position: relative;
}
.treatment p {
    text-align: center;
}
.treatment h2 {
    margin-bottom: 2rem;
}
.treatment h3 {
    margin: 2rem 0;
}
.treat-in {
    width: 70%;
    margin: auto;
}
.treat-in p {
    text-align: left;
	padding-bottom: 1rem;
}
.keyframe0{
width:13%;
  animation-name: anim_po;
  position: absolute;
  top:20%;
}
@keyframes anim_po {
  0% {
    top: 0px;
  }
  100% {
    top: 20px;
  }
}
.keyframe1{
width:13%;
  animation-name: anim_po1;
  position: absolute;
  bottom:20%;
	right:0;
}
@keyframes anim_po1 {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 20px;
  }
}
/* ============================
============================
   注意事項
============================
============================ */
.caution {
    background-color: #fff2f6;
    border: 2px solid #eea4b7;
    padding: 3rem;
    border-radius: 15px;
	width: 90%;
    margin: auto;
}
.caution h2 {
    margin-bottom: 2rem;
}
.caution p {
    padding-bottom: 1rem;
	line-height: 1.5rem;
}
/* ============================
============================
  CTAボタン
============================
============================ */
.cta-area {
    margin: 4rem 0;
    text-align: center;
}
.btn-liquid {
	display: inline-block;
	position: relative;
	width: 240px;
	height: 60px;
	border-radius: 27px;
	color: #fff !important;
	font: 700 14px/60px "Droid Sans", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-liquid .inner {
	position: relative;

	z-index: 2;
}

.btn-liquid canvas {
	position: absolute;
	top: -50px;
	right: -50px;
	bottom: -50px;
	left: -50px;

	z-index: 1;
}
/* ============================
============================
   よくあるご質問
============================
============================ */
.qq {
	padding-bottom: 5rem;
	margin-top: 2rem;
}
.q-title {
    width: 80%;
    margin: auto;
	margin-bottom: 2rem;
}
.qq h3 {
    font-size: 1.1rem;
    text-align: left;
    font-weight: 900;
}
/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
	width: 80%;
    margin: auto;
	background-color: #e9f3ff;
    border: 2px solid #c4d9f3;
    margin-bottom: 1rem;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    cursor :pointer;
	width: 100%;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #c4d9f3;
}
/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
	background-color: #fff;
    padding: 15px;
}
/* ==============================
=================================
HPフォーム
==============================
============================== */
.form {
    margin-top: 5rem;
	position:relative;
}
.form h2 {
    margin-bottom: 2rem;
}
.contact-form {
    background-color: #F06602;
    color: #fff;
    padding: 5rem 0;
    text-align: center;
}
.form-in {
    width: 80%;
    margin: auto;
    background-color: #fff;
}
.hp-form {
	width:63%;
	margin:auto;
}
table {
	width:100%;
	text-align:center;
}
.trtr {
    border-bottom: 2px solid #ffd7e2;
}
.thth {
	color:black;
	text-align: left;
    width: 26%;
    padding: 2em 0;

}
.thth span {
    background-color: #ff5454;
    color: #fff;
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
    margin-left: 1rem;
    border-radius: 10px;
}
.tdtd {
    width: 52%;
    text-align: left;
}
.tdtd textarea {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #fff2f6;
    border: 1px solid #fd5a84;
    border-radius: 5px;
}
.tdtd input {
    background-color: #fff2f6;
    border: 1px solid #fd5a84;
    border-radius: 5px;
	width: 100%;
}
.tdtdtdtd {
    padding-bottom:2rem;
}
.thth2 {
	color:black;
	position:absolute;
	margin-top:3rem;
	text-align: left;
}
.hp-form-btn input {
    background-color: #fd5a84;
    color: #fff;
    padding: 1rem 2rem;
    border: none;
    border: 4px solid #fff2f6;
}
.hp-form-btn input:hover {
    background-color: #fff2f6;
    color: #fd5a84;
	font-weight:bold;
    border: 4px solid #fd5a84;
}
.hp-form-btn {
	margin-top:3rem;
	padding-bottom:3rem;
	margin-left: 4rem;
	text-align:center;
}
.tdtd select {
    background-color: #E4E4E4;
    width: 42%;
}
.file1 {
    margin-bottom: 1rem;
    margin-top: 1.7rem;
}
.wpcf7 input[type="file"] {
    padding: 1rem;
}
footer {
    background-color: #87b2e77d;
}
footer p {
    text-align: center;
    padding: 1rem 0;
    color: #fff;
    text-shadow: 1px 2px 7px #fff;
	font-size: 0.8rem;
}
.keyframe2{
width:13%;
  animation-name: anim_po3;
  position: absolute;
  top:20%;
	right: 3%;
}
@keyframes anim_po3 {
  0% {
    top: 20%;
  }
  100% {
    top: 22%;
  }
}
.slide-anime2 {
    position: absolute;
    top: -13%;
    width: 35%;
}
/* ==========================================================================================
=============================================================================================
ここから特設サイト===========================================================================
=============================================================================================
========================================================================================== */
.sp {
	display:none;
}
header {
    position: fixed;
    width: 100%;
    z-index: 100;
	background-color: #87b2e77d;
}
.navbar-brand {
    width: 8%;
}
.navbar-expand-lg .navbar-nav {
    margin: auto 0 auto auto;
}
.navbar-light .navbar-nav .nav-link {
    padding-left: 1rem;
	color:#fff !important;
}
.fv {
    padding-top: 5rem;
    background-color: #87b2e77d;
}
.background {
    background-image: url(https://yumepocket.net/wp-content/uploads/2023/08/background.png);
    background-size: contain;
    width: 100%;
	padding-top: 4rem;
}
/* ==============================
NEWS
============================== */
.title {
    margin-top: 5rem;
	color: #4d4d4d;
}
.title-first {
    margin-top: 0rem;
}
.news {
    display: flex;
    padding: 3rem 1rem;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: 80%;
    margin: auto;
}
.blog-wrap,.blog-wrap2 {
    width: 30%;
}
.btn-news {
    background-color: #fff;
    text-align: center;
	margin-bottom: 7rem;
}
.btn-news a {
    width: 30%;
    background-color: #541b84;
    padding: 1rem 2rem;
	color:#fff !important;
}
.blog-left img,.blog-left2 img {
    width: 100%;
}
.blog-title {
    padding: 0.5rem 0;
    font-size: 0.9rem;
}
.btn-view {
    width: 90%;
    margin: auto;
    text-align: end;
}
/* ==============================
SCHEDULE
============================== */
.schedule {
    margin-top: 3rem;
}
.schedule-wrap {
    width: 90%;
    margin: auto;
    display: flex;
}
.date_list {
    width: 10%;
}
.date-1 {
    font-size: 1.5rem;
    font-weight: bold;
	text-align: center;
	background-color: #ebebeb;
    padding: 0.1rem 0;
}
.date-2 {
    text-align: center;
    color: darkgrey;
	margin-top: 0.3rem;
}
.schedule-right {
    align-items: center;
    display: flex;
    margin-left: 1rem;
	font-size: 0.9rem;
	width: 90%;
}
.schedule a {
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
}
.fc-center {
    width: 100%;
    margin: auto;
    text-align: center;
}
.fc-center h2 {
    text-align: center;
    width: 100%;
    margin: auto;
}
/* ==============================
MOVIE
============================== */
.movie-wrap {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	margin-top: 3rem;
}
.movie {
	width:45%;
	margin-bottom:2rem;
}
.movie iframe {
	aspect-ratio: 16 / 9;
}
/* ==============================
SNS
============================== */
.sns-sns {
    margin: 3rem 0;
}
.sns-card {
    width: 54%;
    margin: auto;
    /* overflow: scroll; */
    height: 500px;
    overflow-x: hidden !important;
}
/* ==============================
LOGO
============================== */
.logo {
    width: 12%;
    margin: auto;
    margin-top: 3rem;
}
/* ==============================
BANNER
============================== */
.banner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 90%;
    margin: 4rem auto;
	margin-bottom: 0;
	padding-bottom: 4rem;
}
.banner {
    width: 20%;
}
/* ==============================
下層ページPROFILE
============================== */
.kasou-title {
    padding-top: 10rem;
}
.kasou-title h2 {
	text-align:center;
}
.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fffff;
  opacity: 0.4;
  z-index: -1;
}
.Polka_v2 {
  background-image:  radial-gradient(#e787a0 2px, transparent 2px), radial-gradient(#e787a0 2px, #ffffff 2px);
  background-size: 40px 40px;
  background-position: 0 0,20px 20px;
}
.artist {
    width: 80%;
    margin: auto;
    margin-top: 4rem;
}
.artist-text {
    width: 70%;
    margin: 3rem auto;
    margin-bottom: 1rem;
}
.artist-text h1 {
    text-align: center;
    font-size: 1.3rem;
	margin-bottom: 1rem;
}
.artist-text p {
    padding: 1rem 0;
}
.artist-sns {
    display: flex;
    width: 32%;
    margin: auto;
    justify-content: space-evenly;
}
.sns {
    width: 12%;
}
.sns-area {
    display: flex;
    justify-content: space-evenly;
	margin-top: 1rem;
}
.sns-area .sns {
    width: 22%;
}
.member-wrap {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    flex-wrap: wrap;
}
.member {
    width: 26%;
    margin-top: 3rem;
}
.member img {
    border-radius: 5px;
    box-shadow: 1px 1px 7px #00000061;
}
.sns img {
    box-shadow: inherit;
}
.member-text {
    margin-top: 0.5rem;
}
.member-text h2 {
    font-size: 1rem;
    letter-spacing: 0.4rem;
}
.member-text h2 span {
    font-size: 0.7rem;
	font-weight: bold;
}
/* ==============================
下層ページSCHEDULE
============================== */
#calendar {
    width: 90%;
    margin: auto;
}
/* カレンダーカスタム */
#calendar option:nth-child(1) {
	display:none;
}
#calendar option:nth-child(2) {
	color: #f9769f;
}
#calendar option:nth-child(3) {
	color: #6ce0b6;
}
#calendar option:nth-child(4) {
	color: #986ad6;
}
#calendar option:nth-child(5) {
	color: #0089ff;
}
#calendar option:nth-child(6) {
	color: #66c0e2;
}
#calendar option:nth-child(7) {
	color: #ff7c7c;
}
#calendar option:nth-child(8) {
	color: #777;
}
.fc-center h2 {
    color: #908e8e;
    font-size: 1.5rem !important;
    font-weight: bold !important;
}
.fc-content {
    color: #fff;
}
/* ==============================
下層ページDISCOGRAPHY
============================== */
.discography {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 4rem;
	flex-wrap: wrap;
}
.discography .blog-wrap2 {
    width: 30%;
    margin-bottom: 2rem;
}
.discography img {
    border-radius: 5px;
    box-shadow: 1px 1px 7px #00000061;
}
/* ==============================
投稿ページレイアウト
============================== */
.container {
    padding-top: 10rem;
    padding-bottom: 5rem;
	max-width: 100%;
}
.container h2 {
    margin-bottom: 4rem;
}
.yume-content {
    width: 90%;
    margin: auto;
}
.yume-content p {
    margin-bottom: 1rem;
	line-height: 1.4rem;
}
/* ==============================
スケジュール投稿ページレイアウト
============================== */
.eventorganiser-event-meta {
    display: none;
}
/* ==============================
各メンバーページ
============================== */
.member-title {
    padding-top: 7rem;
    display: flex;
    justify-content: space-evenly;
}
.color {
    font-size: 0.8rem;
    background-color: #3bcf16;
    color: #fff;
    border-radius: 50px;
    padding: 0.2rem 0.5rem;
}
.member-title h2 {
    line-height: 2rem;
    padding-left: 2rem;
}
.member-title span {
    font-size: 0.8rem;
}
.mem {
    width: 30%;
}
.member-photo {
    width: 70%;
}
.member-photo p {
    border-bottom: 2px solid #cdcdcd;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.member-photo ul {
    display: flex;
    padding: 1.5rem 0;
}
.member-photo li {
    margin-right: 2rem;
}
.li-w {
    font-weight: bold;
}
.member-photo h3 {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 100;
    width: 90%;
    line-height: 1.7rem;
    background-color: #e6f8ff94;
    padding: 1rem;
    border: 1px solid #abe9ff;
    border-radius: 19px;
}
/* ポップアップ */
.photo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 5rem;
	margin-bottom: 10rem;
}
.photo-content {
    width: 33%;
    margin-bottom: 1rem;
}
.c {
    text-align: center;
}
.overlay { /* グレーの背景 */
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s 0s ease;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#pop-up,#pop-up1,#pop-up2,#pop-up3,#pop-up4,#pop-up5,#pop-up6,#pop-up7 {
  display: none;
}
#pop-up:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
#pop-up1:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
#pop-up2:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
#pop-up3:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
#pop-up4:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
#pop-up5:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
#pop-up6:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
#pop-up7:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
.popWindow {
  border-radius: 5px;
  overflow: auto; /* スクロールバー用 */
  max-height: 95%; /* すき間 */
  min-width: fit-content; /* 横幅が広い時に白の部分が大きくならないため */
  max-width: 95%; /* すき間 */
  position: fixed;
  top: 50%; /* 中央に */
  left: 50%; /* 中央に */
  transform: translate(-50%, -50%); /* 中央に */
  z-index: 100010;
  font-size: 13px;
  line-height: 18px;
  margin: 10px auto;
  padding: 4px 10px;
  background: #FFFD; /* 枠の色 */
  text-align: center; /* 文字を中央寄せ */
  transition: all 500ms ease-in-out;
}
.popWindow .ptitle {
  font-size: 15px;
  margin: 8px;
  color: #333;
}
.popWindow .close {
  position: absolute;
  top: 8px;
  right: 10px;
  transition: all 300ms;
  font-size: 24px;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 2px;
}
.popWindow .close:hover {
  color: #06D85F;
}
.popWindow::-webkit-scrollbar-track {
  background: none;
}
.popWindow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.popWindow::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.clickable:hover {
  cursor: pointer;
}
@media screen and (max-width: 700px){
  #pop-up:checked + .overlay {
    visibility: hidden;
    opacity: 0;
  }
}
.c img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    object-position: 60% 13%;
}
.c label:hover {
	cursor:pointer;
	opacity:0.8;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
	z-index: 100;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
	z-index: 100;
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
/*==================================================
24.04.17
===================================*/
.lp-mov {
    margin-top: 3rem;
}
.lii iframe {
    aspect-ratio: 16 / 9;
}
.eo-event-cat-all {
    cursor: pointer;
    padding: 1rem 0;
    border-bottom: 2px solid #ededed;
	font-weight: 200;
}