@charset "UTF-8";

body {
    font-family: 'Hirakaku', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 2;
}

.beatcats img{
	vertical-align: bottom;
}
.beatcats .sp {
    display: block;
}
.beatcats .pc,
.beatcats .sp-hide {
    display: none;
}
.beatcats .wrap{
	max-width: 980px;
	width: 96%;
	margin: 0 auto;
}
@media screen and (min-width: 600px) {
    .beatcats .sp-show {
        display: none;
    }
    .beatcats .sp-hide {
        display: block;
    }
}
@media screen and (min-width: 769px) {
	body{
		min-width: 1100px;
	}
    .beatcats .sp {
        display: none;
    }
    .beatcats .pc {
        display: block;
    }
	.beatcats .wrap{
		width: 86.5%;
	}
}
@media screen and (max-width: 768px) {
	.beatcats .wrap{
		width: 86.5%;
	}
}

/*
 mv
-----------------------------------*/
.beatcats .sec_mv img{
	width: 100%;
}
.beatcats .sec_mv .slick-dots{
	display: flex;
	justify-content: center;
	background: #231815;
	padding: 15px;
}
.beatcats .sec_mv .slick-dots li{
	margin: 0 10px;
}
.beatcats .sec_mv .slick-dots li button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	text-indent: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}
.beatcats .sec_mv .sanrio_rank {
	position: relative;
}
.beatcats .sec_mv .sanrio_rank .btn {
	position: absolute;
	bottom: 5vw;
	left: 50%;
	transform: translateX(-50%);
}
.beatcats .sec_mv .sanrio_rank .btn a {
	display: block;
	width: 17.23vw;
	height: 4.12vw;
	background: url(/brand/beatcats/img/mv_slider11_bt_pc.png) no-repeat right top;
	background-size: 100% auto;
	transition: all 0.25s ease;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.beatcats .sec_mv .sanrio_rank .btn a:hover {
	opacity: 1 !important;
	background: url(/brand/beatcats/img/mv_slider11_bt01_pc.png) no-repeat right top;
	background-size: 100% auto;
}

@media screen and (max-width: 768px) {
	.beatcats .sec_mv .slick-dots{
		padding: 8px;
	}
	.beatcats .sec_mv .slick-dots li{
		line-height: 1;
		margin: 0 7px;
	}
	.beatcats .sec_mv .slick-dots li button{
		width: 13px;
		height: 13px;
	}
	.beatcats .sec_mv .sanrio_rank .btn {
		bottom: 11vw;
	}
	.beatcats .sec_mv .sanrio_rank .btn a {
		display: block;
		width: 32vw;
		height: 10.7vw;
		background: url(/brand/beatcats/img/mv_slider11_bt_sp.png) no-repeat right top;
		background-size: 100% auto;
	}
	.beatcats .sec_mv .sanrio_rank .btn a:hover {
		background: url(/brand/beatcats/img/mv_slider11_bt01_sp.png) no-repeat right top;
		background-size: 100% auto;
	}
}

/*
 sec_Album
-----------------------------------*/
.beatcats .sec_album {
	padding-bottom: 160px;
}

.beatcats .sec_album .txt {
	margin-bottom: 50px;
}

.beatcats .sec_album .img {
	margin-bottom: 50px;
}

.beatcats .sec_album h2 {
	margin-bottom: 24px;
	text-align: center;
}

.beatcats .sec_album h2:nth-of-type(n+2) {
	margin-top: 50px;
}

.beatcats .sec_album h2 img {
	height: 40px;
}

.beatcats .sec_album .h-height {
	height: 87px;
}

.beatcats .sec_album .music-list {
	text-align: center;
}

.beatcats .sec_album .music-list li {
	list-style: inside decimal;
	font-size: 18px;
}

.beatcats .sec_album .pc-center {
	text-align: center;
}

.beatcats .sec_album .block {
	display: flex;
	justify-content: center;
}

.beatcats .sec_album .buyer-list ol {
	margin-top: 1em;
}

.beatcats .sec_album .buyer-list ol > li {
	margin-left: 1em;
	text-indent: -1em;
}

.beatcats .sec_album .buyer-list ul {
	margin-left: 1.5em;
}

.beatcats .sec_album .buyer-list ul > li {
	text-indent: 0;
	list-style: disc;
}

.beatcats .sec_album .hojin-list li {
	margin-left: 1em;
	text-indent: -1em;
}

.beatcats .sec_album .hojin-list li > .btn-box {
	margin-left: -1em;
	text-indent: 0;
}

.beatcats .sec_album .hojin-list li > .btn-box .btn {
	margin: 16px auto 32px !important;
}

.beatcats .sec_album .hojin-list li > .btn-box .btn.sanrio {
	margin-bottom: 16px !important;
}

.beatcats .sec_album .hojin-list li > .shop-box {
	margin-left: -1em;
	margin-bottom: 32px;
	text-indent: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.beatcats .sec_album .hojin-list li > .shop-box p {
	width: 100%;
	font-size: 18px;
}

.beatcats .sec_album .hojin-list li > .shop-box ul {
	display: flex;
	flex-wrap: wrap;
}

.beatcats .sec_album .hojin-list li > .shop-box li {
	width: calc((100% - 2em) / 2);
	text-indent: 0;
	list-style: disc;
}

.beatcats .sec_album .btn {
	width: 58.78%;
	max-width: 576px;
	margin: 24px auto;
	text-align: center;
}

.beatcats .sec_album .indent {
	margin-left: 1em;
	text-indent: -1em;
}

@media screen and (min-width: 769px) {
	.beatcats .sec_album .tokuten-img {
		width: 75%;
		margin: 0 auto 24px;
	}
}

@media screen and (max-width: 768px) {
	.beatcats .sec_album {
		padding: 4.27% 0 16%;
	}

	.beatcats .sec_album .txt {
		margin-bottom: 6.4%;
	}

	.beatcats .sec_album .img {
		margin-bottom: 6.4%;
	}

	.beatcats .sec_album h2 {
		margin-bottom: 4.2%;
	}

	.beatcats .sec_album h2:nth-of-type(n+2) {
		margin-top: 6.4%;
	}

	.beatcats .sec_album h2 img {
		width: 100%;
		height: auto;
	}

	.beatcats .sec_album .h-height {
		width: 100%;
		height: auto;
	}

	.beatcats .sec_album .music-list li {
		font-size: 16px;
	}

	.beatcats .sec_album .pc-center {
		text-align: left;
	}

	.beatcats .sec_album .hojin-list li > .shop-box p {
		font-size: 16px;
		text-align: center;
	}

	.beatcats .sec_album .hojin-list li > .shop-box ul {
		display: block;
	}

	.beatcats .sec_album .hojin-list li > .shop-box li {
		width: 100%;
		font-size: 14px;
	}

	.beatcats .sec_album .btn {
		width: 82.5%;
		max-width: 100%;
		margin: 5.3% auto;
	}

	.beatcats .sec_album .tokuten-img {
		margin-bottom: 4.2%;
	}
}

/*
 sec_movie
-----------------------------------*/
.beatcats .sec_movie{
	padding: 0 0 90px;
	background: #f9dbe5;
}
.beatcats .sec_movie .img img{
	width: 100%;
}
.beatcats .sec_movie .ttl{
	text-align: center;
	max-width: 70%;
	margin: -160px auto 0;
}
.beatcats .sec_movie .movie{
	margin-top: 40px;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}
.beatcats .sec_movie .movie iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	.beatcats .sec_movie{
		padding: 0 0 15.46%;
	}
	.beatcats .sec_movie .img img{
		vertical-align: bottom;
	}
	.beatcats .sec_movie .ttl{
		text-align: center;
		width: 53.5%;
		margin: -21% auto 0;
	}
	.beatcats .sec_movie .ttl img{
		vertical-align: bottom;
	}
	.beatcats .sec_movie .movie{
		margin-top: 3%;
	}
}

/*
 sec_about
-----------------------------------*/
.sec_about{
	padding: 90px 0 160px;
	background: #f9dbe5;
}
.sec_about .ttl{
	width: 35.4%;
	max-width: 346px;
	margin: 0 auto;
	text-align: center;
}
.sec_about .txt{
	width: 77.66%;
	max-width: 762px;
	margin: 70px auto 0;
	text-align: center;
}
.sec_about .img{
	width: 100%;
	margin-top: 90px;
}
.sec_about .btn{
	width: 58.78%;
	max-width: 576px;
	margin: 115px auto 0;
}
@media screen and (max-width: 768px) {
	.sec_about{
		padding: 15.46% 0 18%;
	}
	.sec_about .ttl{
		width: 68%;
		max-width: 100%;
	}
	.sec_about .txt{
		width: 98.45%;
		max-width: 100%;
		margin: 9% auto 0;
		text-align: center;
	}
	.sec_about .img{
		width: 100%;
		margin-top: 11%;
	}
	.sec_about .btn{
		width: 82.5%;
		max-width: 100%;
		margin: 8% auto 0;
	}
}

/*
 sec_app
-----------------------------------*/
.sec_app {
	border-top: 45px solid #000;
	/*background: #f9dbe5 url(../img/bg.jpg) repeat left top*/;
	position: relative;
	text-align: center;
	padding: 170px 0 130px;
}
.sec_app::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% + 500px);
	margin: 0 auto;
	background: url(../img/bg_img.png) no-repeat right top;
	width: 103px;
	height: 83px;
}

.sec_app .ttl {
	margin-bottom: 30px;
}

.sec_app .ttl span {
	display: inline-block;
}

.sec_app .ttl .ttl01 {
	margin-bottom: 16px;
}

.sec_app .app_main {
	margin-bottom: 90px;
}

.sec_app .app_main .main-img {
	position: relative;
	cursor: pointer;
}

.sec_app .app_main .main-img .vs img {
	width: 100%;
}

.sec_app .app_main .main-img .click {
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
}

.sec_app .app_main .main-img .click .click-btn {
	position: relative;
	width: 412px;
	margin: 0 auto;
}

.sec_app .app_main .main-img .click .click-btn .btn2 {
	position: absolute;
	top: -60px;
	left: calc(50% - 185px);
}

.sec_app .app_main .main-img .click .click-btn .btn3 {
	position: absolute;
	top: -60px;
	left: calc(50% - 80px);
}

.sec_app .app_main .main-img .click .click-btn .flash {
	animation: flash 1.2s infinite;
}
@keyframes flash {
	0%,100% {
	  opacity: 1;
	}

	50% {
	  opacity: 0;
	}
  }

.sec_app .app_main .main-img .def,
.sec_app .app_main .main-img .another {
	transition: 0s;
	padding-bottom: 120px;
	background: #E5007F;

}

.sec_app .app_main .main-img .another {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	opacity: 0;
	animation-duration: .5s;
	animation-name: fade-aut-main;
	background: #000;
}


@keyframes fade-aut-main {
      0% {
        display: none;
        opacity: 1;
      }

      1% {
        display: block;
        opacity: 1;
      }

      100% {
        display: block;
        opacity: 0;
      }
    }

.sec_app .app_main .main-img.click .def {
	opacity: 0;
}

.sec_app .app_main .main-img.click .another {
	opacity: 1;
	animation-duration: .5s;
	animation-timing-function: ease-in;
	animation-name: fade-in-main;
}

@keyframes fade-in-main {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }

}

.sec_app h3 {
	margin-bottom: 30px;
}

.sec_app .box_screen ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
}

.sec_app .box_screen li {
	width: 33.33333%;
	margin-top: 30px;
}

.sec_app .box_screen .character {
	position: relative;
	cursor: pointer;
}

.sec_app .box_screen .character img{
	transition: 0s;
}

.sec_app .box_screen .character .another{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	opacity: 0;
	animation-duration: .5s;
	animation-name: fade-aut-screen;
}

@keyframes fade-aut-screen {
      0% {
        display: none;
        opacity: 1;
      }

      1% {
        display: block;
        opacity: 1;
      }

      100% {
        display: block;
        opacity: 0;
      }
    }


.sec_app .box_screen .character.click .def {
	opacity: 0;
}
.sec_app .box_screen .character.click .another {
	opacity: 1;
	animation-duration: .5s;
	animation-timing-function: ease-in;
	animation-name: fade-in-screen;
}

@keyframes fade-in-screen {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }

}

.sec_app .box_link ul {
	display: inline-flex;
	justify-content: space-between;
	text-align: center;
}

.sec_app .box_link li {
	padding: 90px 30px 30px;
}

.sec_app .box_link li img {
	max-height: 80px;
}

.sec_app .box_link p {
	display: inline-block;
	font-size: .8em;
	text-align: left;
	line-height: 1.3;
}

.sec_app .box_link + p {
	margin-top: 90px;
}

.sec_app .btn{
	margin-top: 100px;
}

@media screen and (max-width: 768px) {
	.sec_app {
		border-top-width: 6.27vw;
		/*background-size: 11.2vw;
		background-position: left -2.5vw top;*/
		padding: 17.5% 0 15.4%;
	}
	.sec_app::before {
		top: -1vw;
		left: 78vw;
		width: 15vw;
		height: 12vw;
		background-size: contain;
	}

	.sec_app .ttl {
		width: 86.5%;
		margin: 0 auto 6%;
	}

	.sec_app .ttl .ttl01 {
		width: 61.8%;
		margin-bottom: 2%;
	}

	.sec_app .ttl .ttl02 {
		width: 60%;
	}

	.sec_app .app_main {
		margin-bottom: 8%;
	}

	.sec_app .app_main .main-img .def,
	.sec_app .app_main .main-img .another {
		padding-bottom: 20%;
}

	.sec_app .app_main .main-img .click {
		bottom: -5%;
	}

	.sec_app .app_main .main-img .click .click-btn {
		width: 70%;
	}

	.sec_app .app_main .main-img .click .click-btn .btn1 {
		width: 100%;
	}


	.sec_app .app_main .main-img .click .click-btn .btn2 {
		top: -40%;
		left: calc(50% - 45%);
		width: 18%;
	}

	.sec_app .app_main .main-img .click .click-btn .btn3 {
		top: -48%;
		left: calc(50% - 23%);
		width: 22%;
	}

	.sec_app h3 {
		width: 70%;
		margin: 0 auto;
	}

	.sec_app .box_screen li {
		width: 48%;
		margin-top: 8%;
	}

	.sec_app .box_link li {
		padding: 12% 2% 4%;
	}

	.sec_app .box_link p {
		font-size: .7em;
	}

	.sec_app .box_link + p {
		width: 80%;
		margin: 12% auto 0;
	}

	.sec_app .btn {
		width: 89.8%;
		margin: 8% auto 0;
	}

}


/*
 sec_profile
-----------------------------------*/
.sec_profile{
	border-top: 45px solid #000;
	background: url(../img/bg.jpg) repeat left top;
	position: relative;
}
.sec_profile::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% + 500px);
	margin: 0 auto;
	background: url(../img/bg_img.png) no-repeat right top;
	width: 103px;
	height: 83px;
}
.sec_profile .wrap{
	max-width: 1050px;
	padding: 75px 0 150px;
}
.sec_profile .profile{
	position: relative;
	margin-top: 30px;
}
.sec_profile .profile+.profile{
	margin-top: 55px;
}
.sec_profile .profile .character{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.sec_profile .profile .character img{
	transition: 0s;
}
.sec_profile .profile .character .another{
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	animation-duration: .5s;
	animation-name: fade-aut;
}

@keyframes fade-aut {
      0% {
        display: none;
        opacity: 1;
      }

      1% {
        display: block;
        opacity: 1;
      }

      100% {
        display: block;
        opacity: 0;
      }
    }


.sec_profile .profile .character.click .def{
	opacity: 0;
}
.sec_profile .profile .character.click .another{
	opacity: 1;
	animation-duration: .5s;
	animation-timing-function: ease-in;
	animation-name: fade-in;

}
@keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }

}


.sec_profile .profile.mia{
	margin-left: -62px;
}
.sec_profile .profile.mia .character{
	left: 73px;
}
.sec_profile .profile.chelsea{
	margin-left: 0;
}
.sec_profile .profile.chelsea .character{
	left: auto;
	right: 0;
	top: 35px;
}
.sec_profile .profile.rico{
	margin-right: -2px;
}
.sec_profile .profile.rico .character{
	left: 0;
}
.sec_profile .profile.rico .character .another{
	bottom: 12px;
}
.sec_profile .profile.layla{
	margin-left: 0;
}
.sec_profile .profile.layla .character{
	left: auto;
	right: 0;
}
.sec_profile .profile.emma .character{
	top: 5px;
	left: -15px;
}
.sec_profile .profile.emma .character .another{
	bottom: 0;
	left: 1px;
}
.sec_profile .img_last{
	vertical-align: bottom;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.sec_profile{
		border-top-width: 6.27vw;
		background-size: 11.2vw;
		background-position: left -2.5vw top;
	}
	.sec_profile::before{
		top: -1vw;
		left: 78vw;
		width: 15vw;
		height: 12vw;
		background-size: contain;
	}
	.sec_profile .wrap{
		padding: 17.5% 0 15.4%;
	}
	.sec_profile .ttl{
		width: 61.8%;
		margin: 0 auto;
	}
	.sec_profile .profile{
		margin-top: 8%;
	}
	.sec_profile .profile+.profile{
		margin-top: 3%;
	}
	.sec_profile .profile .character{
		top: 2%;
		left: 4%;
		width: 67.3%;
	}
	.sec_profile .profile .character .another{
		bottom: 0;
	}
	.sec_profile .profile.mia{
		margin-left: 0;
	}
	.sec_profile .profile.mia .character{
		left: 4%;
	}
	.sec_profile .profile.chelsea{
		margin-left: 0;
	}
	.sec_profile .profile.chelsea .character{
		width: 67.59%;
		top: 8%;
	}
	.sec_profile .profile.chelsea .character .another{
		bottom: 0;
	}
	.sec_profile .profile.rico{
		margin-right: 0;
	}
	.sec_profile .profile.rico .character{
		width: 62.5%;
		top: 1%;
		left: 6%;
	}
	.sec_profile .profile.rico .character .another{
		bottom: 0;
	}
	.sec_profile .profile.layla{
		margin-left: 0;
	}
	.sec_profile .profile.layla .character{
		/*width: 64.67%;*/
		width: 88%;
		top: 10%;
		left: auto;
		/*right: 6%;*/
		right: 4%;
	}
	.sec_profile .profile.layla .character .another{
		bottom: 0;
	}
	.sec_profile .profile.emma .character{
		width: 68.98%;
		top: 6%;
		left: 6%;
	}
	.sec_profile .profile.emma .character .another{
		bottom: -1%;
		left: 0;
	}
	.sec_profile .img_last{
		display: none;
	}
}

/*
 sec_product
-----------------------------------*/
.sec_product{
	border-top: 45px solid #000;
	background: #f9dbe5;
	position: relative;
}
.sec_product::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% + 500px);
	margin: 0 auto;
	background: url(../img/bg_img.png) no-repeat right top;
	width: 103px;
	height: 83px;
}
.sec_product .wrap{
	max-width: 1280px;
	padding: 170px 0 130px;
}
.sec_product .ttl{
	text-align: center;
}

.sec_product .t-shirt_product {
	padding: 70px 0 130px;
}
.sec_product .t-shirt_product .t-shirt_img01,
.sec_product .t-shirt_product .t-shirt_img02,
.sec_product .t-shirt_product .t-shirt_img04 {
	position: relative;
}
.sec_product .t-shirt_product .t-shirt_img04 + .btn {
	padding: 60px 0 120px;
}
.sec_product .t-shirt_product .icon {
	position: absolute;
	width: 18.125%;
}
.sec_product .t-shirt_product .t-shirt_img04 .icon {
	top: 2.8%;
	left: 24%;
	transform: rotate(-10deg);
	width: 16%;
}
/*.sec_product .t-shirt_product .t-shirt_img01 .icon {
	top: 0;
	left: 28.4375%;
}
.sec_product .t-shirt_product .t-shirt_img02 .icon {
	top: 24%;
	left: 2.65625%;
}*/
.sec_product .t-shirt_product .btn{
	padding-top: 60px;
}

/*.sec_product .box_img04 {
	margin-top: 70px;
}*/

.sec_product .box_img01,
.sec_product .box_img02,
.sec_product .box_img03,
.sec_product .box_img05 {
	display: flex;
	justify-content: space-between;
}

.sec_product .box_img01_left,
.sec_product .box_img01_right,
.sec_product .box_img03_left,
.sec_product .box_img03_right,
.sec_product .box_img05 div {
	width: 48.98%;
}

.sec_product .box_img01 .box-col,
.sec_product .box_img03_right .box-col {
	display: flex;
	flex-direction: column;
}

.sec_product .box_img01,
.sec_product .box_img02,
.sec_product .box_img04,
.sec_product .box_img05 {
	margin-bottom: 2.03125%;
}

.sec_product .box_img01_left .box-col div:nth-child(1),
.sec_product .box_img01_right .box-col div:nth-child(1),
.sec_product .box_img03_right .box-col div:nth-child(1) {
	margin-bottom: 4.1467%;
}

.sec_product .box_img02 div:nth-child(1),
.sec_product .box_img02 div:nth-child(3) {
	width: 23.4375%;
}

.sec_product .box_img02 div:nth-child(2) {
	width: 49.0625%;
}

.sec_product .txt{
	text-align: center;
	margin-top: 110px;
}
.sec_product .btn{
	text-align: center;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.sec_product{
		border-top-width: 6.27vw;
	}
	.sec_product::before{
		top: -1vw;
		left: 78vw;
		width: 15vw;
		height: 12vw;
		background-size: contain;
	}
	.sec_product .wrap{
		padding: 17.5% 0 15.4%;
	}
	.sec_product .ttl{
		width: 61.8%;
		margin: 0 auto;
	}

	.sec_product .t-shirt_product {
		margin-left: -7.5%;
		margin-right: -7.5%;
		padding: 9% 0 15.4%;

	}
	.sec_product .t-shirt_product .btn{
		padding-top: 11%;
	}
	.sec_product .t-shirt_product .t-shirt_img04 {
		margin-bottom: 9%;
	}
	.sec_product .box_img04 {
		/*margin-top: 9%;*/
		margin-left: -7.5%;
		margin-right: -7.5%;
	}
	.sec_product .box_img01,
	.sec_product .box_img02,
	.sec_product .box_img03,
	.sec_product .box_img05 {
		margin-left: -7.5%;
		margin-right: -7.5%;
	}
	.sec_product .txt{
		width: 89.8%;
		margin: 11% auto 0;
	}
	.sec_product .btn{
		width: 89.8%;
		margin: 2% auto 0;
	}
}

/*
 sec_new
-----------------------------------*/
.sec_new{
	border-top: 45px solid #000;
	background: url(../img/bg.jpg) repeat left top;
	position: relative;
}
.sec_new::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% + 500px);
	margin: 0 auto;
	background: url(../img/bg_img.png) no-repeat right top;
	width: 103px;
	height: 83px;
}
.sec_new .wrap{
	padding: 180px 0 150px;
}
.sec_new .ttl{
	text-align: center;
}
.sec_new .insta{
	margin-top: 90px;
}
.sec_new .btn{
	text-align: center;
	margin-top: 100px;
}
.sec_new .img_last{
	vertical-align: bottom;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.sec_new{
		border-top-width: 6.27vw;
		background-size: 11.2vw;
		background-position: left -2.5vw top;
	}
	.sec_new::before{
		top: -1vw;
		left: 78vw;
		width: 15vw;
		height: 12vw;
		background-size: contain;
	}
	.sec_new .wrap{
		padding: 17.5% 0 15.4%;
	}
	.sec_new .ttl{
		width: 61.8%;
		margin: 0 auto;
	}
	.sec_new .insta{
		margin-top: 8%;
	}
	.sec_new .btn{
		width: 89.8%;
		margin: 8% auto 0;
	}
}

/*
 sec_discography
-----------------------------------*/
.sec_discography{
	background: #000000;
}
.sec_discography .wrap{
	padding: 165px 0 225px;
}
.sec_discography .ttl{
	text-align: center;
}
.sec_discography .list{
	margin-top: 125px;
}
.sec_discography .list li{
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}

.sec_discography .list li:last-child {
	padding-bottom: 0;
}

.sec_discography .list .img{
	width: 450px;
}
.sec_discography .list .box_txt{
	width: calc(100% - 450px - 60px);
}
.sec_discography .list .info{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sec_discography .list .info .tag{
	font-size: 1rem;
	line-height: 1;
	color: #e8528d;
	background: #fff;
	margin-right: 10px;
	padding: .3em;
}
.sec_discography .list .info .date{
	font-size: 1rem;
	line-height: 1;
	color: #fff;
}
.sec_discography .list .name{
	font-size: 1.33rem;
	line-height: 1.5;
	color: #fff;
	margin-top: 25px;
}
.sec_discography .list .memo{
	font-size: .8rem;
	line-height: 1.5;
	color: #fff;
	margin-top: 6px;
}
.sec_discography .list .txt{
	font-size: 1rem;
	color: #fff;
	margin-top: 25px;
}
.sec_discography .btn{
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.sec_discography .wrap{
		padding: 15% 0 15.4%;
	}
	.sec_discography .ttl{
		width: 61.8%;
		margin: 0 auto;
	}
	.sec_discography .list{
		margin-top: 3%;
	}
	.sec_discography .list li{
		display: block;
		padding-bottom: 13.3%;
	}
	.sec_discography .list .img{
		width: 69%;
		margin: 5% auto 0;
	}
	.sec_discography .list .box_txt{
		width: auto;
	}
	.sec_discography .list .info{
	}
	.sec_discography .list .info .tag{
		margin-right: 3%;
		padding: .6em;
	}
	.sec_discography .list .name{
		text-align: center;
		margin-top: 4%;
	}
	.sec_discography .list .memo{
		text-align: center;
		margin-top: 2%;
		font-size: .7rem;
	}
	.sec_discography .list .txt{
		margin-top: 4%;
	}
	.sec_discography .btn{
		width: 89.8%;
		margin: 4% auto 0;
	}
}


/*
 sec_girls
-----------------------------------*/
.sec_girls {
	border-top: 45px solid #000;
	position: relative;
	text-align: center;
	padding: 170px 0 130px;
}
.sec_girls::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% + 500px);
	margin: 0 auto;
	background: url(../img/bg_img.png) no-repeat right top;
	width: 103px;
	height: 83px;
}

.sec_girls .ttl {
	margin-bottom: 30px;
}

.sec_girls .ttl span {
	display: inline-block;
}

.sec_girls .ttl .ttl01 {
	margin-bottom: 60px;
}

.sec_girls .ttl + p {
	margin-bottom: 90px;
}

.sec_girls .ttl + p img {
	width: 100%;
}

.sec_girls .wrap {
	max-width: 1160px;
	margin: 0 auto;
}

.sec_girls h3 {
	margin-bottom: 30px;
}

.sec_girls .box_member {
	padding-bottom: 70px;
}

.sec_girls .box_member ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1160px;
	margin: 0 auto;
}

.sec_girls .box_member li {
	width: 32%;
	margin: 30px 2% 0 0;
}

.sec_girls .box_member li:nth-child(3n) {
	margin-right: 0;
}

.sec_girls .movie{
	margin-top: 40px;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}
.sec_girls .movie iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.sec_girls {
		border-top-width: 6.27vw;
		/*background-size: 11.2vw;
		background-position: left -2.5vw top;*/
		padding: 17.5% 0 15.4%;
	}
	.sec_girls::before {
		top: -1vw;
		left: 78vw;
		width: 15vw;
		height: 12vw;
		background-size: contain;
	}

	.sec_girls .ttl {
		width: 86.5%;
		margin: 0 auto 6%;
	}

	.sec_girls .ttl .ttl01 {
		width: 61.8%;
		margin-bottom: 6.4%;
	}

	.sec_girls .ttl .ttl02 {
		width: 90%;
	}

	.sec_girls .ttl + p {
		margin-bottom: 8%;
	}

	.sec_girls h3 {
		width: 35%;
		margin: 0 auto 6%;
	}

	.sec_girls h3 + p {
		width: 92%;
		margin: 0 auto;
	}

	.sec_girls .box_member {
		padding-bottom: 10%;
	}

	.sec_girls .box_member li {
		width: 48%;
		margin-top: 8%;
	}

	.sec_girls .box_member li:nth-child(3n) {
		margin-right: 2%;
	}

	.sec_girls .box_member li:nth-child(2n) {
		margin-right: 0;
	}

	.sec_girls .box_member + p {
		width: 88%;
		margin: 0 auto;
	}

	.sec_girls .movie{
		margin-top: 3%;
	}

}



/*
 sec_copy
-----------------------------------*/
.sec_copy{
	border-top: 45px solid #000;
	background: url(../img/bg.jpg) repeat left top;
	position: relative;
}
.sec_copy::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% + 500px);
	margin: 0 auto;
	background: url(../img/bg_img.png) no-repeat right top;
	width: 103px;
	height: 83px;
}
.sec_copy .wrap{
	padding: 100px 0;
}
.sec_copy .copy{
	text-align: center;
}
@media screen and (max-width: 768px) {
	/*.sec_copy{
		display: none;
	}*/

	.sec_copy::before {
		top: -1vw;
		left: 78vw;
		width: 15vw;
		height: 12vw;
		background-size: contain;
	}

	.sec_copy .wrap{
		padding: 40px 0;
	}
}
