@charset "UTF-8";

/*common*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: url("../images/bg.gif") fixed;
}
a:link {
	text-decoration: none;
	color: #f30;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}

a:visited {
	text-decoration: none;
	color: #f30;
}

a:hover {
	opacity: 0.7;
}
p:not(last-child)
{
	margin-bottom: 2em;
}


/*PC--------------------------------------------------------------------------------------*/



#wrap
{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}
section
{
	text-align: center;
}
h1
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 105%;
	position: relative;
	width: 100%;
	background: url("../images/cd/p_header.png") no-repeat;
	text-indent: -9999px;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}

h1.serendipity
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 105%;
	position: relative;
	width: 100%;
	background: url("../images/cd/p_header3.png") no-repeat;
	text-indent: -9999px;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}

h2
{
	font-size: 1.4em;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #ff6464;
	text-align: center;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 0.5em;
}
.date
{
	text-align: right;
	color: #223ea9;
}
ul.link-btn
{
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1% 2% -1%;
}
ul.link-btn li
{
	flex-basis: 100%;
	padding: 0 1%;
	box-sizing: border-box;
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
}
.link-btn a
{
	display: block;
	text-align: center;
	padding: 0.5em 1em;
	overflow: hidden;
	border-radius: 20px;
	background: #fe81a1;
	color: #fff;
	margin-bottom: 0.5em;
}

ul.link-btn li h3{
	font-size: 1.2rem;
	margin-bottom: 1em;
}

ul.link-btn li img{
	width: 80%;
	margin: 0 auto 2em auto;
	display: block;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.return
{
	width: 92px;
	margin: 0 auto 2rem auto;
}
.copyright
{
	text-align: center;
}

.cdcover{
	width: 60%;
	margin: 0 auto 1.5rem auto;
}

.cdcover img{
	width: 100%;
}

.movie-wrap {
    max-width: 560px;
    width: 100%;
    margin: 1em auto 5em auto;
}

.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*pagetop*/

#page-top
{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
}
#page-top a
{
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#page-top a:hover
{
	opacity: 0.7;
}
#page-top img
{
	width: 100%;
}

/*RESPONSIV--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 860px) {
	
}


/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 740px) {

	
}

@media only screen and (max-width: 500px) {

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: url("../images/bg.gif") fixed;
	background-size: 100%;
}
#wrap
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
}
h1
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 93.57142%;
	position: relative;
	width: 100%;
	background: url("../images/cd/p_header2.png") no-repeat;
	text-indent: -9999px;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}

h1.serendipity
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 93.57142%;
	position: relative;
	width: 100%;
	background: url("../images/cd/p_header4.png") no-repeat;
	text-indent: -9999px;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}

section
{
	text-align: left;
	}
ul.link-btn li
{
	flex-basis: 100%;
	padding: 0 1% 2% 1%;
	box-sizing: border-box;
}

.movie-wrap {
    max-width: 560px;
    width: 100%;
    margin: 1em auto 3em auto;
}


}


