@charset "UTF-8";

html {
	font-size: 62.5%;
	background: #0AA5D5;
}
*, ::after, ::before {
	box-sizing: border-box;
}
body {
	position: relative;
	font-size: 1.4rem; /*14px*/
	line-height: 1.6;
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", Helvetica, sans-serif;
	font-feature-settings: 'palt';
	word-break: break-all;
	min-width: 320px;
}
li {
	list-style-type: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
a {
	cursor: pointer;
	transition: opacity 0.3s;
	color: inherit;
}
a:hover {
	opacity: 0.6;
}
a:visited {
	color: inherit;
}

/* ===================================================================
main
=================================================================== */
.common-body__wrap {
	overflow: hidden;
}
.section {
	position: relative;
}
.section .inner {
	margin: 0 auto;
}
.section .pcNone {
	display: none;
}
@media screen and (max-width: 768px) {
	.section .pcNone {
		display: block;
	}
}

/* ---------------------------
mainv
--------------------------- */
.top-mainv {
	position: relative;
	height: 75vw;
	background: url(../images/havelove/deco01.png) center top 200px / 100% auto no-repeat,url(../images/havelove/deco02.png) bottom center / 400px auto;
}
.top-mainv:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: url(../images/havelove/bg01.png) center / 700px auto;
	content: "";
}
.top-mainv h1 {
	position: absolute;
	top: 4vw;
	left: 4vw;
	width: 70vw;
	height: 50vw;
	z-index: 1;
}
.top-mainv #movie { 
	position: absolute;
	top: 13vw;
	right: 0;
	width: 72vw;
	height: 45vw;
	border: 1px solid #000;
}
.top-mainv #movie:before,
.top-mainv #movie:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000 url(../images/havelove/logo.svg) center / 20vw auto no-repeat;
	content: "";
}
.top-mainv #movie:after {
	background: url(../images/havelove/bg04.png) center / 3px auto;
	opacity: 0.5;
}
.top-mainv #movie .top-mainv__vol__btn {
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../images/common/off.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 1;
	cursor: pointer;
}
.top-mainv #movie .top-mainv__vol__btn:hover {
	opacity: 0.6;
}
.top-mainv #movie .top-mainv__vol__btn.is-active {
	background-image: url(../images/common/on.png);
}
@media screen and (max-width: 768px) {
	.top-mainv {
		height: 136vw;
		background: url(../images/havelove/deco01_sp.png) center top 50vw / 100% auto no-repeat,url(../images/havelove/deco02.png) bottom center / 200px auto;
	}
	.top-mainv:before {
		height: 50vw;
	}
	.top-mainv h1 {
		top: 7vw;
		left: 2vw;
		width: 89vw;
		height: 63vw;
	}
	.top-mainv #movie { 
		top: 48vw;
		width: 85vw;
		height: 51vw;
	}
}

/* ---------------------------
menu
--------------------------- */
.common-menu {
	position: absolute;
	right: 2vw;
	top: 58vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 52vw;
	transform: rotate(-4deg);
	z-index: 2;
}
.common-menu li {
	width: 33%;
}
.common-menu li a {
	display: block;
	width: 100%;
	padding: 10px 2vw;
}
.common-menu li img {
	height: 3.5vw;
}
.common-menu li.nav_live {
	width: 22%;
	padding-top: 0.3vw;
}
.common-menu li.nav_special {
	width: 24%;
	padding-top: 0.3vw;
}
.common-menu li.nav_mv {
	width: 18%;
	padding-top: 0.3vw;
}
.modal-video {
	background-color: rgba(0,0,0,0.8);
}
@media screen and (max-width: 768px) {
	.common-menu {
		right: 2vw;
		top: 106vw;
		width: 78vw;
	}
	.common-menu li {
		width: 37%;
	}
	.common-menu li a {
		padding: 2.5vw 0.6em;
	}
	.common-menu li.nav_live {
		padding-top: 4px;
	}
	.common-menu li.nav_special {
		padding-top: 4px;
	}
	.common-menu li.nav_mv {
		padding-top: 4px;
	}
	.common-menu li img {
		height: 6vw;
	}
}
@media (orientation: landscape) and (max-width: 840px){
	.modal-video-movie-wrap {
		width: 60%;
		height: 280px;
		padding-bottom: 0 !important;
		margin: 0 auto;
	}
	.modal-video-close-btn {
		top: -25px;
		width: 20px;
		height: 25px;
	}
}

/* ---------------------------
release
--------------------------- */
.secRelease {
	margin-top: -5vw;
	padding: 5vw 0 18vw;
	background: url(../images/havelove/deco02.png) top center / 400px auto;
}
.secRelease .inner {
	position: relative;
	width: 95%;
	max-width: 860px;
	padding: 40px 30px 30px;
	background: #fff;
	border: 1px solid #000;
}
.secRelease .inner:after,
.secRelease .inner:before {
	position: absolute;
	top: -64px;
	right: -200px;
	width: 270px;
	height: 288px;
	background: url(../images/havelove/deco03_03.png) right center / 270px auto no-repeat;
	content: "";
}
.secRelease .inner:before {
	top: 350px;
	right: initial;
	left: -230px;
	width: 229px;
	transform: scale(-1, 1);
}
.secRelease h2 {
	position: absolute;
	top: -42px;
	left: calc(50% - 490px);
	width: 320px;
	height: 60px;
	transform: rotate(-4deg);
}
.secRelease .cdList {
	margin-top: 20px;
}
.secRelease .cdList > li {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 40px 0 0 30px;
	border-top: 1px solid #000;
}
.secRelease .cdList > li:nth-child(1) {
	padding: 0 0 60px;
	border-top: none;
}
.secRelease .detailArea {
	position: relative;
}
.secRelease .cdList .cdList_img {
	width: 22%;
}
.secRelease .cdList > li:nth-child(1) .cdList_img {
	width: 45%;
}
.secRelease .cdList_txtArea {
	width: 74%;
}
.secRelease .cdList > li:nth-child(1) .cdList_txtArea {
	width: 51%;
}
.secRelease .detailArea .ttl {
	font-weight: bold;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
.secRelease .cdList > li:nth-child(1) .detailArea .ttl {
	font-size: 2rem;
}
.secRelease .detailArea .ttl strong {
	display: block;
	margin-top: 0.2em;
	font-size: 2rem;
	line-height: 1.4;
}
.secRelease .cdList > li:nth-child(1) .detailArea .ttl strong {
	margin-top: 0;
	font-size: 3.8rem;
}
.secRelease .detailArea .price {
	margin-top: 7px;
	line-height: 1.4;
	color: #666;
}
.secRelease .cdList > li:nth-child(1) .detailArea .price {
	margin-top: 3px;
}
.secRelease .detailArea .btn {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0 -1%;
}
.secRelease .detailArea .btn li {
	width: 120px;
	margin-left: 1%;
	transition: 0.3s;
}
.secRelease .cdList > li:nth-child(1) .detailArea .btn li {
	width: 44%;
}
.secRelease .detailArea .btn li:hover {
	opacity: 0.7;
}
.secRelease .cdList > li:nth-child(1) .detailArea .btn li.btn-vap,
.secRelease .detailArea .btn li.btn-vap {
	width: 100%;
}
.secRelease .detailArea .btn li.btn-vap a {
	width: 270px;
	background: #000;
	color: #fff;
}
.secRelease .cdList > li:nth-child(1) .detailArea .btn li.btn-vap a {
	width: 300px;
	height: 60px;
	line-height: 60px;
	font-size: 1.6rem;
}
.secRelease .detailArea .btn li.btn__aff-tower {
	background: #ffd000;
}
.secRelease .detailArea .btn li + li {
	margin-top: 10px;
}
.secRelease .detailArea .btn li a {
	display: block;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
	text-align: center;
	background: #fff;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	letter-spacing: 0.2em;
	border: 1px solid #000;
}
.secRelease .detailArea .btn li.btn__aff {
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}
.secRelease .detailArea .btn li.btn__aff-amazon a {
	background-image: url(../images/common/btn_amazon.png);
}
.secRelease .detailArea .btn li.btn__aff-tower a {
	background-image: url(../images/common/btn_tower.png);
	background-color: #ffd000;
}
.secRelease .detailArea .btn li.btn__aff-tsutaya a {
	background-image: url(../images/common/btn_tsutaya.png);
}
.secRelease .detailArea .btn li.btn__aff-hmv a {
	background-image: url(../images/common/btn_hmv.png);
}
.secRelease .detailArea .btn_youtube {
	margin-top: 10px;
}
.secRelease .detailArea .btn_youtube a {
	padding-right: 1.5em;
	background: url(../images/havelove/ico_link.svg) right center / 14px auto no-repeat;
}
.secRelease .acoArea {
	position: relative;
	margin-top: 30px;
}
.secRelease .acoArea .acoBtn {
	position: absolute;
	top: -70px;
	right: 0;
	width: 60px;
	height: 60px;
	background: url(../images/havelove/ico_aco_off.svg) center / 60px auto;
	cursor: pointer;
}
.secRelease .acoArea .acoBtn.open {
	background: url(../images/havelove/ico_aco_on.svg) center / 60px auto;
}
.secRelease .acoArea .acoDetail {
	display: none;
	position: relative;
	padding: 30px;
	margin-bottom: 40px;
	background: #F4F4F4;
}
.secRelease .cdList_list dd ul {
	margin-top: 0.2em;
	column-count: 4;
	font-size: 1.3rem;
}
.secRelease .cdList_list dd ul li {
	line-height: 1.5;
}
.secRelease .cdList > li:nth-child(1) .cdList_list {
	margin-top: 16px;
}
.secRelease .cdList > li:nth-child(1) .cdList_list dd ul {
	column-count: initial;
}
.secRelease .cdList_cp {
	position: absolute;
	top: 46%;
	left: 8%;
	width: 36%;
	font-size: 1.2rem;
}
@media screen and (max-width: 999px) {
	.secRelease h2 {
		left: -14px;
	}
}
@media screen and (max-width: 768px) {
	.secRelease {
		margin-top: -12vw;
		padding: 12vw 0 55vw;
		background-size: 200px auto;
	}
	.secRelease .inner {
		width: 90%;
		padding: 30px 2% 0;
	}
	.secRelease .inner:after {
		top: -43px;
		right: -57px;
		width: 136px;
		height: 143px;
		background: url(../images/havelove/deco03_03_sp.png) right center / 135px auto no-repeat;
	}
	.secRelease .inner:before {
		display: none;
	}
	.secRelease h2 {
		top: -21px;
		width: 210px;
		height: 38px;
		left: -2vw;
	}
	.secRelease .cdList > li {
		display: block;
		padding: 30px 0 20px;
	}
	.secRelease .cdList > li:nth-child(1) {
		padding-bottom: 30px;
	}
	.secRelease .cdList .cdList_img {
		width: 52%;
		margin: 0 auto;
	}
	.secRelease .cdList > li:nth-child(1) .cdList_img {
		width: 78%;
		margin: 0 auto;
	}
	.secRelease .cdList_txtArea {
		width: 100%;
		margin-top: 18px;
	}
	.secRelease .cdList > li:nth-child(1) .cdList_txtArea {
		width: 100%;
		margin-top: 30px;
	}
	.secRelease .detailArea .ttl {
		padding: 0 4%;
	}
	.secRelease .cdList > li:nth-child(1) .detailArea .ttl {
		font-size: 1.6rem;
	}
	.secRelease .detailArea .ttl strong {
		font-size: 1.8rem;
	}
	.secRelease .cdList > li:nth-child(1) .detailArea .ttl strong {
		font-size: 3rem;
	}
	.secRelease .detailArea .price {
		padding: 0 4%;
	}
	.secRelease .cdList > li:nth-child(1) .detailArea .price {
		margin-top: 5px;
	}
	.secRelease .cdList > li:nth-child(1) .cdList_list {
		margin-top: 10px;
		padding: 0 4%;
	}
	.secRelease .detailArea .btn {
		margin: 20px 0 0 -2%;
		padding: 0 4%;
	}
	.secRelease .detailArea .btn li {
		width: 48%;
		margin-left: 2%;
	}
	.secRelease .cdList > li:nth-child(1) .detailArea .btn li {
		width: 48%;
	}
	.secRelease .detailArea .btn li + li {
		margin-top: 2%;
	}
	.secRelease .detailArea .btn li a {
		height: 46px;
		line-height: 46px;
	}
	.secRelease .cdList > li:nth-child(1) .detailArea .btn li.btn-vap a,
	.secRelease .detailArea .btn li.btn-vap a {
		width: 80%;
		margin: 0 auto;
		height: 60px;
		line-height: 60px;
		font-size: 1.4rem;
	}
	.secRelease .detailArea .btn li.btn-vap a {
		margin-bottom: 10px;
	}
	.secRelease .detailArea .btn li.btn__aff-amazon a,
	.secRelease .detailArea .btn li.btn__aff-tower a,
	.secRelease .detailArea .btn li.btn__aff-tsutaya a,
	.secRelease .detailArea .btn li.btn__aff-hmv a {
		background-size: 130px auto;
	}
	.secRelease .detailArea .btn_youtube {
		margin-top: 16px;
		text-align: center;
	}
	.secRelease .acoArea {
		margin-top: 50px;
	}
	.secRelease .acoArea .acoDetail {
		padding: 20px;
		margin-bottom: 10px;
	}
	.secRelease .cdList_list dd ul {
		column-count: 2;
	}
	/*.secRelease .cdList_list dd ul li {
		margin: 0.4em 0;
	}*/
}


/* ---------------------------
live
--------------------------- */
.secLive {
	margin-top: -160px;
	padding-top: 160px;
}
.secLive .inner {
	padding-bottom: 100px;
	border-top: 1px solid #000;
	background: url(../images/havelove/deco04.gif) center bottom / 100% auto no-repeat, url(../images/havelove/bg03.png) center / 700px auto;
}
.secLive h2 {
	position: absolute;
	left: calc(50% - 464px);
	top: 54px;
	width: 190px;
	height: 70px;
	transform: rotate(-4deg);
}
.secLive h3 {
	position: absolute;
	right: calc(50% - 500px);
	top: 15px;
	width: 560px;
	height: 270px;
}
.secLive .liveList {
	display: flex;
	align-items: flex-start;
	width: 95%;
	max-width: 860px;
	margin: 0 auto;
}
.secLive ul {
	width: 70%;
	margin-top: -70px;
	padding: 60px 0 60px 50px;
	background: #277225;
	border: 1px solid #fff;
}
.secLive ul + ul {
	width: 60%;
	margin: 100px 0 0 -7%;
}
.secLive ul li {
	font-weight: bold;
	color: #fff;
	font-size: 1.6rem;
}
.secLive ul li + li {
	margin-top: 1em;
}
.secLive ul li span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.4;
}
.secLive ul li span span {
	display: inline-block;
	margin-left: 0.3em;
	font-weight: bold;
}
@media screen and (max-width: 999px) {
	.secLive h2 {
		left: 44px;
	}
	.secLive h3 {
		right: -37px;
		width: 500px;
	}
	.secLive ul {
		padding-left: 5vw;
	}
}
@media screen and (max-width: 768px) {
	.secLive {
		margin-top: -36vw;
		padding-top: 36vw;
	}
	.secLive .inner {
		padding-bottom: 80px;
		background: url(../images/havelove/deco04.gif) center bottom / 160% auto no-repeat, url(../images/havelove/bg03.png) center / 350px auto;
	}
	.secLive h2 {
		width: 114px;
		left: 6vw;
		top: 0;
		z-index: 1;
	}
	.secLive h3 {
		right: -4vw;
		top: 0;
		width: 87vw;
		height: 42vw;
		transform: rotate(-11deg);
	}
	.secLive .liveList {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	.secLive ul {
		width: 95%;
		margin-top: -7vw;
		padding: 19vw 20px 50px;
	}
	.secLive ul + ul {
		width: 95%;
		margin: -25px 0 0 5%;
		padding: 30px 20px;
	}
	.secLive ul li {
		font-size: 1.4rem;
	}
}

/* ---------------------------
special
--------------------------- */
.secSpecial {
	overflow: hidden;
	padding: 170px 0 90px;
	border-top: 1px solid #000;
	background: url(../images/havelove/bg01.png) center / 700px auto;
}
.secSpecial .inner {
	position: relative;
	width: 90%;
	max-width: 1000px;
}
.secSpecial h2 {
	position: absolute;
	right: -19vw;
	top: -240px;
	width: 860px;
	transform: rotate(4deg);
}
.secSpecial ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	z-index: 1;
}
.secSpecial ul li {
	width: 23%;
	margin: 1%;
	border: 1px solid #000;
}
@media screen and (max-width: 768px) {
	.secSpecial {
		padding: 140px 0 50px;
		background: url(../images/havelove/bg01.png) center / 350px auto;
	}
	.secSpecial .inner {
		width: 95%;
	}
	.secSpecial h2 {
		right: -170px;
		top: -178px;
		width: 570px;
		height: 280px;
	}
	.secSpecial ul li {
		width: 46%;
		margin: 2%;
	}
}

/* ---------------------------
news
--------------------------- */
.secNews {
	height: 550px;
	padding-top: 50px;
	border-top: 1px solid #000;
	background: url(../images/havelove/deco06.gif) no-repeat center / 100% auto;
}
.secNews .inner {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 800px;
	height: 100%;
}
.secNews h2 {
	width: 210px;
	height: 60px;
	margin-top: 26%;
	transform: rotate(-4deg);
}
.twitter-area {
	width: 540px;
	padding: 20px 20px 0;
	background: #fff;
	border: 1px solid #000;
	border-bottom: initial;
	border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 999px) {
	.secNews h2 {
		width: 18vw;
		height: 5vw;
	}
}
@media screen and (max-width: 768px) {
	.secNews {
		height: auto;
		padding-top: 32px;
		background-position: top -112px right;
		background-size: 115% auto;
	}
	.secNews .inner {
		display: block;
		width: 90%;
	}
	.secNews h2 {
		width: 147px;
		height: 48px;
		margin: 0 auto;
		margin-top: 3%;
	}
	.twitter-area {
		overflow: hidden;
		width: 100%;
		height: 89vw;
		max-height: 500px;
		max-width: 560px;
		margin: 45px auto 0;
		padding: 6px 6px 0;
	}
}

/* ---------------------------
profile
--------------------------- */
.secProfile {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.secProfile .txt {
	position: absolute;
	right: 5vw;
	top: 7vw;
	transform: rotate(4deg);
}
.secProfile .txt h2 {
	width: 348px;
}
.secProfile .txt p {
	margin-top: 1em;
	text-align: right;
}
.secProfile .txt p span {
	display: inline-block;
	margin-bottom: 2px;
	padding: 0 0.3em;
	background: #0AA5D5;
	color: #fff;
}
.secProfile .txt p span:nth-child(3) {
	margin-right: 0.7em;
}
.secProfile ul {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4vw;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.secProfile ul li {
	width: 33%;
	margin: 0 0.3%;
}
.secProfile ul li a {
	display: block;
	width: 100%;
	height: 60px;
	background: #000;
	border: 1px solid #fff;
	line-height: 60px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
}
.secProfile ul li a span {
	padding-right: 1.3em;
	background: url(../images/havelove/ico_link02.svg) right center / 14px auto no-repeat;
}
@media screen and (max-width: 949px) {
	.secProfile ul {
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.secProfile {
		padding: 130px 0 210px;
		background: url(../images/havelove/bg02.png) center / 350px auto;
	}
	.secProfile .txt {
		top: 13vw;
	}
	.secProfile .txt h2 {
		width: 220px;
		height: 44px;
	}
	.secProfile .txt p {
		margin-top: 0.5em;
	}
	.secProfile ul {
		display: block;
		left: 0;
		right: 0;
		bottom: 9vw;
		width: 64%;
		margin: 0 auto;
	}
	.secProfile ul li {
		width: 100%;
		margin: 3% 0 0;
	}
	.secProfile ul li a {
		width: 100%;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	.secProfile .img {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
}

/* ---------------------------
footer
--------------------------- */
.common-wrap__scroll-btn {
	right: 10px;
	width: 60px;
	height: 60px;
	background: url(../images/havelove/ico_totop.svg) no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 10;
	cursor: pointer;
}
.common-wrap__scroll-btn:hover {
	opacity: 0.3;
}
.common_footer__banner__wrap {
	background: #fff;
}
.common_footer__banner__inner {
	padding: 50px 0;
}
.common-footer {
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	background: #1b1b1b;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.common-wrap__scroll-btn {
		width: 40px;
		height: 40px;
	}
}
