@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/lucida-unicode-calligraphy');

html {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
    font-size: 62.5%;
	color: #4C4948;
	scroll-behavior: smooth;
}

body {
    font-size:1.6rem;
    line-height: 1.5;
	text-align: justify;
}

header {
	padding: 2rem;
	position: fixed;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9998;
	background-color: rgba(255,255,255,.8);
}

header ul {
	display: flex;
}

header ul li {
	margin-left: 2rem;
}

header ul li a {
	position: relative;
	transition: all 0.3s ease-in-out;
}

header ul li a:hover {
	color: #FF5154;
}

header ul li a.link-current {
	color: #FF5154;
}

header ul li a.link-current1 {
	color: #FF5154;
}

header #hamburger {
	display: none;
}

h2 {
	font-size: 6rem;
	margin-bottom: 5rem;
	font-weight: 600;
	color: #D9D9D9;
	text-align: center;
}

.color-gradation-01 {
	display: inline-block;
	background-image: linear-gradient(124deg, rgba(242, 164, 190, 1), rgba(242, 209, 148, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

.desc {
	margin-top: 110px;
	width: 100%;
	height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url("../img/bg.jpg") no-repeat center center / cover;
}

.aboutus {
	text-align: center;
	margin: 5rem auto 0;
}

.aboutus h3 {
	position: relative;
	color: #D9D9D9;
	font-size: 3rem;
	font-weight: 600;
	margin-top: 5rem;
	padding: 1rem;
}

.aboutus h3::before, .aboutus h3::after {
  content: '';
  position: absolute;
  margin:auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #e3e3e3;
  height: 5px;
  right: 2em; 
}
.aboutus h3::before { 
  background-color:#FF5154;
  left:2em;
  width:4em;
}

.aboutus .business_link {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
    align-items: center;
}

.aboutus .business_link a:first-child {
	margin-right: 3rem;
}

.aboutus button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: .9em 5em .9em 2em;
    border: 1px solid #FF5154;
    border-radius: 5px;
    background-color: #fff;
    color: #FF5154;
    font-size: 1em;
}

.aboutus button::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #FF5154;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.aboutus button:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.aboutus p {
	line-height: 2.5;
	letter-spacing: .08em;
	margin-top: 2rem;
}

.about {
	width: 70%;
	margin: 10rem auto;
}

.about h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.about dl {
	display: flex;
    border-top: 1px solid #ccc;
    padding: 2.2rem 0;
}

.about dl:last-child {
    border-bottom: 1px solid #ccc;
}

.about dl dt {
	width: 8rem;
    flex-shrink: 0;
    font-weight: 700;
    margin-right: 5.5rem;
}

.about dl dd img {
	width: 375px;
}

.contactBox {
	display: block;
	text-align: center;
}

.contactBox a {
	padding: 3rem 10rem;
	border: 1px solid #000;
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2);
	transition: all 0.5s ease-in-out;
}

.contactBox a:hover {
	box-shadow: none;
}

footer {
	background: #4C4948 url("../img/643_logo-w.svg") no-repeat center center;
	background-size: auto 30%;
	margin-top: 20rem;
	padding: 50rem 0 1rem;
}

footer section {
	text-align: center;
	color: #fff;
}

footer section .copy {
	margin-top: 1rem;
}

.single_entertainment {
	margin: 110px auto 0;
}

.single_entertainment h2 {
	line-height: 1;
}

.single_entertainment h2 span {
	display: block;
	color: #A5A5A5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
}

.single_entertainment-intro {
	text-align: center;
	margin-bottom: 10rem;
	padding: 5rem;
	background-color:#99f1ff;
	background-image:
	radial-gradient(at 81% 53%, hsla(208,98%,71%,1) 0px, transparent 50%),
	radial-gradient(at 77% 19%, hsla(213,75%,62%,1) 0px, transparent 50%),
	radial-gradient(at 19% 52%, hsla(27,67%,67%,1) 0px, transparent 50%),
	radial-gradient(at 93% 16%, hsla(255,88%,65%,1) 0px, transparent 50%),
	radial-gradient(at 5% 92%, hsla(16,82%,79%,1) 0px, transparent 50%),
	radial-gradient(at 54% 9%, hsla(190,99%,67%,1) 0px, transparent 50%),
	radial-gradient(at 73% 29%, hsla(85,97%,68%,1) 0px, transparent 50%);
}

.single_entertainment-intro p {
	line-height: 1.5;
	letter-spacing: .08em;
	margin-top: 2rem;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, .5);
}

.single_entertainment-audition, .single_entertainment-talent, .single_entertainment-news, .single_entertainment-schedule {
	line-height: 1.5;
	letter-spacing: .08em;
	width: 70%;
	margin: 0 auto 10rem;
}

.single_entertainment-audition h3 {
	margin-bottom: 5px;
    padding: 1rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
    background-color: #f5b8ca;
}

.single_entertainment-audition h4 {
	margin-bottom: 5px;
	font-weight: 700;
}

.single_entertainment-audition p {
	text-align: center;
}

.single_entertainment-audition ul {
	margin-bottom: 3rem;
}

.single_entertainment-audition ul li {
	margin-bottom: 5px;
    padding: .5em .7em;
    border-left: 5px solid #f5b8ca;
    background-color: #FDFDFD;
}

.single_entertainment-audition .audition-link {
	margin: 3rem auto 5rem;
}

.single_entertainment-audition .audition-link a {
	position: relative;
}

.single_entertainment-audition .audition-link a:after {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	padding: 0.5rem 2rem;
	background-image: linear-gradient(124deg, rgba(242, 164, 190, 1), rgba(242, 209, 148, 1));
	color: #fff;
	content: attr(data-title);
}

.single_entertainment-audition .audition-link img {
	transition: 0.3s;
}

.single_entertainment-audition .audition-link img:hover {
	filter: brightness(0.5);
}

.single_entertainment-audition .audition-link img {
	width: 100%;
	height: auto;
}

.single_entertainment-audition-contact {
	padding: 3rem;
	border: 1px solid #f5b8ca;
	margin-bottom: 3rem;
}

.single_entertainment-audition-timeline ol {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
	margin: 3rem auto;
}

.single_entertainment-audition-timeline li {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #2589d0;
    text-align: center;
}

.single_entertainment-audition-timeline li span {
    color: #4C4948;
}

.single_entertainment-audition-timeline li::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: 6px;
    content: '';
    border: 2px solid #2589d0;
    border-radius: 50%;
    background-color: #2589d0;
}

.single_entertainment-audition-timeline li:not(:last-child)::after {
    position: absolute;
    top: 6px;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #2589d0;
    content: '';
}

.single_entertainment-audition-timeline h4 {
    text-align: center;
}

.single_entertainment-talent {
	margin-bottom: 10rem;
	text-align: center;
}

.single_entertainment-talent h3 {
	margin-bottom: 5px;
    padding: 1rem;
	font-weight: 700;
	font-size: 3rem;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(124deg, rgba(242, 164, 190, 1), rgba(242, 209, 148, 1));
}

.single_entertainment-talent h4 {
	font-weight: 700;
	font-size: 2rem;
	color: linear-gradient(124deg, rgba(242, 164, 190, 1), rgba(242, 209, 148, 1));
	text-align: center;
	margin-bottom: 1.5rem;
}

.single_entertainment-talent p {
	text-align: center;
	margin: 3rem auto;
}

.single_entertainment-talent p img {
	width: 100%;
	height: auto;
}

.single_entertainment-talent .x-link {
	margin: 0 auto 3rem;
}

.single_entertainment-talent .x-link a {
	text-align: center;
	font-size: 1.5rem;
	padding: 1rem 10rem;
	border: 1px solid #f7797d;
    border-radius: 2rem;
	background-color: #fff;
}

.single_entertainment-news {
	margin: 0 auto 10rem;
	width: 50%;
	text-align: center;
}

.single_entertainment-schedule {
	margin-bottom: 10rem;
	text-align: center;
}

.single_entertainment-schedule button {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: .9em 4em .9em 2em;
    border: 1px solid #2589d0;
    border-radius: 5px;
    background-color: #fff;
    color: #2589d0;
    font-size: 1em;
}

.single_entertainment-schedule button::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #2589d0;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.single_entertainment-schedule button:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.single_apparel {
	margin: 110px auto 0;
}

.single_apparel h2 {
	line-height: 1;
}

.single_apparel h2 span {
	display: block;
	color: #A5A5A5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
}

.single_apparel-intro {
	text-align: center;
	margin-bottom: 10rem;
	padding: 5rem;
	background-color:#ff99d3;
	background-image:
	radial-gradient(at 57% 88%, hsla(162,92%,73%,1) 0px, transparent 50%),
	radial-gradient(at 91% 5%, hsla(234,81%,76%,1) 0px, transparent 50%),
	radial-gradient(at 76% 40%, hsla(343,79%,72%,1) 0px, transparent 50%),
	radial-gradient(at 49% 96%, hsla(32,93%,63%,1) 0px, transparent 50%),
	radial-gradient(at 45% 68%, hsla(285,99%,75%,1) 0px, transparent 50%),
	radial-gradient(at 31% 3%, hsla(322,68%,71%,1) 0px, transparent 50%),
	radial-gradient(at 61% 35%, hsla(28,76%,68%,1) 0px, transparent 50%);
}

.single_apparel-intro p {
	line-height: 1.5;
	letter-spacing: .08em;
	margin-top: 2rem;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, .5);
}

p.single_apparel-intro_logo {
	font-family: 'Lucida Unicode Calligraphy', sans-serif;
	letter-spacing: 0;
	font-size: 3rem;
}

.single_apparel-news {
	margin: 10rem auto;
	width: 50%;
	text-align: center;
}

.single_apparel-news p {
	text-align: center;
}

.nb {
	display: block;
}

.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);
}

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

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

.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;/*ドットボタンの現在地表示の色*/
}