﻿@charset "utf-8";
/* Reset
------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, select, header, nav, section, footer {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.6;
	word-wrap: break-word;
}
address, em, i {
	font-style: normal;
}
strong, th, b {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img {
	border: 0;
}
li {
	list-style-type: none;
}
small {
	font-size: 100%;
}
iframe {
	border: 0;
}
/* 共通部分
------------------------------------------------------------*/

body {
	background-color: #ea68a2;
	/*ピンク*/
}

#footer {
	background-color: #f12626;
	/*赤*/
	padding-top: 10px;
	padding-bottom: 10px;
}



header, main, footer, section {
	margin: 0 auto;
	width: 980px;
}

@media only screen and (max-width: 1020px){
header, main, footer, section {
	margin: 0 auto;
	width: 100%;
}
}

nav{
	margin:0 0 0 80px;
	float: left;
}

nav ul{
	float: left;
}

nav ul.navbox01 li{
	color: #fff;
	float: left;
}

nav ul.navbox02 li a{
	color: #fff;
	text-decoration: none;
}

nav ul.navbox01 li a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	width: 120px;
	height: 82px;
	padding-top: 30px;
	padding-left: 40px;
	box-sizing: border-box;
}

nav ul li.nav_profile a:hover{
	background-color: #f3a5c9;
	background-image: url(image/lolitaarisaka_profile_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
}

nav ul li.nav_goods a:hover{
	background-color: #f3a5c9;
	background-image: url(image/lolitaarisaka_cd_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
}

nav ul li.nav_youtube a:hover{
	background-color: #f3a5c9;
	background-image: url(image/lolitaarisaka_youtube_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
}

nav ul li.nav_brand a:hover{
	background-color: #f3a5c9;
	background-image: url(image/lolitaarisaka_brand_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
}

nav ul li.nav_twitter a:hover{
	background-color: #f3a5c9;
}

nav ul li.nav_instagram a:hover{
	background-color: #f3a5c9;
}

nav ul li.nav_blog a:hover{
	background-color: #f3a5c9;
}
nav ul {
	overflow: hidden;
}

#nav{
	overflow: hidden;
}


nav ul li.nav_profile{
	background-image: url(image/lolitaarisaka_profile_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
}

nav ul li.nav_goods{
	background-image: url(image/lolitaarisaka_cd_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
}

nav ul li.nav_youtube{
	background-image: url(image/lolitaarisaka_youtube_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
}

nav ul li.nav_brand{
	background-image: url(image/lolitaarisaka_brand_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.fab, .fas{
	padding-right: 8px;
}


/* ハンバーガーメニュー↓
------------------------------------------------------------*/

@media only screen and (max-width: 1020px){
*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}

.cp_offcm01 {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #333;
	opacity: 0.9;
	z-index: 999;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu .navbox01 li a {
	display: block;
	padding-left: 40px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 .cp_menu .navbox02 li a {
	display: block;
	width: 120px;
	height: 40px;
	padding-top: 10px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0c9';
	font-size: 2em;
	font-weight: bold ;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
	font-weight: bold;
}
}
.cp_offcm01 #cp_toggle01{
	display: none;
}
/* ↑ハンバーガーメニュー
------------------------------------------------------------*/

h1{
	float: left;
}


h2 {
	color: #fff;
	font-size: 150%;
}

h3 {
	color: #fff;
	font-size: 130%;
}
#footer {
	text-align: center;
}

/* top
------------------------------------------------------------*/
#top p img{
	width: 100%;
}



#concert {
	width: 100%;
	background-color: #fff;
	padding:1% ;
	margin-bottom: 1%;
}
#concert p, #news p, #twitter p, #contact p, #line p{
	color: #f12626;
	font-weight: bold;
}
#concert ul li, #news ul li, #contact ul li{
	color: #333;
}

#concert ul li span, #news ul li span{
	padding-left: 1em;
}

#news {
	background-color: #fff;
	width: 100%;
	padding: 1%;
	margin-bottom: 1%;
}

#contact {
	background-color: #fff;
	width: 100%;
	padding: 1%;
	margin-bottom: 1%;
}

#concert p.form, #contact p.email{
	color: #333;
	font-weight: normal;
}

#contact a i, #concert a i, #line a i{
	padding-left: 0.5em;
}


#line {
	background-color: #fff;
	width: 100%;
	padding: 1%;
	margin-bottom: 1%;
}

#line p.openchat, #line p.lineaka{
	color: #333;
	font-weight: normal;
}



#twitter {
	background-color: #fff;
	width: 100%;
	padding: 1% ;
}
main {
	background-image: url(image/lolitaarisaka_background_pic.png);
	background-repeat: no-repeat;
	background-position: bottom;
    padding-bottom: 500px;
}


@media only screen and (max-width: 980px){
main {
	background-image: url(image/lolitaarisaka_background_pic.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	padding-bottom: 51vw;
}
}



/* profile
------------------------------------------------------------*/

article p {
	color: #fff;
}
#photo {
	float: left;
}
#basic {
	float: left;
}
#additional {
	clear: both;
}

/* goods
------------------------------------------------------------*/
#GoodsExplanation{
	padding-bottom: 2em;
}

.cd .jacket{
	float: left;
}

.cd .explanation{
	float: left;
}

.cd{
	overflow: hidden;
}

.explanation{
	padding-left: 1em;
}

.explanation ol li{
	color: #fff;
	list-style-type: decimal-leading-zero
}

.explanation ol{
	padding-left: 3em;
	margin-bottom: 30px;
}

.jacket{
	margin-bottom: 30px;
}

/* YOUTUBE
------------------------------------------------------------*/
.youtube_box iframe{
	float: left;
}
.youtube_box .comment{
	float: left;
	width: 35%;
	padding-left: 1em;
}

.youtube_box .comment p{
	color: #fff;
}

.youtube_box {
	overflow: hidden;
	margin-bottom: 20px;
}

@media only screen and (max-width: 580px){
.youtube_box iframe{
	width: 100%;
}
}

@media only screen and (max-width: 880px){
.youtube_box .comment{
	width: 100%;
}

}

/* Brand
------------------------------------------------------------*/

.crsl-item figcaption{
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 10px 20px 10px;
	color: #FFF;
	background: rgba(0,0,0,.5);
}

@media only screen and (min-width: 500px){
.crsl-item img{
	width: 500px;
}
}

section p a i.fab, section p a i.fas{
	padding-right: -8px;
	padding-left: 8px;
}
------------------------------------------------------------*/