@charset "utf-8";
html {}
body {
background-color: #f5bed6;
min-width: 980px;
-webkit-text-size-adjust: 100%;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}
a:link {
color: #000000;
transition: .3s;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #f5bed6;
text-decoration: underline;
}
a:active {
color: #f5bed6;
text-decoration: none;
}
a.btn img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-ms-filter: 'alpha(opacity=100)';
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
a:hover.btn img {
-ms-filter: 'alpha(opacity=60)';
filter: alpha(opacity=30);
-moz-opacity: 0.40;
opacity: 0.40;
}
a {
outline: none;
}
::selection {
background: #000000;
color: #FFFFFF;
}
::-moz-selection {
background:#000000;
color:#FFFFFF;
}
::-webkit-selection {
background:#000000;
color:#FFFFFF;
}
strong {
font-weight: bold;
}
.pc {
display: inherit!important;
}
.sp {
display: none!important;
}
#wrapper {
overflow: hidden
}
#cont {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../images/bg_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #FFFFFF;
    text-align: center;
}
/*--HEADER-------------*/
header {
position: relative
}
header #badge {
    position: absolute;
    right: 76px;
    top: 223px;
}
header #ill {
    position: absolute;
    left: 40px;
    top: 380px;
}
/*--MORE-------------*/
#more {
font-size: 20px;
font-weight: 600;
position: relative
}
#more a{
text-decoration: none;
color: #f5bed6
}
#more span{
background-color: #FFF362
}
#more .notice{
font-size: 15px;
font-weight: 300;
}
#more .date{
margin-top: 30px;
margin-bottom: 10px;
}
#more .date span{
background-color: #FFF362;
padding: 8px 30px;
border-radius: 100px;
}
#more #present{
    position: absolute;
    right: 11px;
    top: 21px;
}

/*--PROFILE-------------*/
#profile {
margin-top: 80px;
font-size: 15px;
}

#dl{
width: 100%;
margin-top: 80px;
height: 300px;
text-align: center;
position: relative;
}
#dl a{
width: 100%;
position: absolute;
top: 0;
left: 0;
right:0;
}
#dl a img{

transition: .3s
}
#dl a:hover img{
margin-top: -10px;
}

#ill2 {
position: absolute;
right: 20px;
bottom:-30px;
}

/*--FOOTER-------------*/
footer {
background-color: #FFF;
clear: both;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
font-size: 10px;
}








@media screen and (max-width: 479px) {
html {}
body {
background-color: #f5bed6;
min-width: 320px;
-webkit-text-size-adjust: 100%;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
a:link {
color: #000000;
transition: .3s;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #f5bed6;
text-decoration: underline;
}
a:active {
color: #f5bed6;
text-decoration: none;
}
a.btn img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-ms-filter: 'alpha(opacity=100)';
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
a:hover.btn img {
-ms-filter: 'alpha(opacity=60)';
filter: alpha(opacity=30);
-moz-opacity: 0.40;
opacity: 0.40;
}
a {
outline: none;
}
::selection {
background: #000000;
color: #FFFFFF;
}
::-moz-selection {
background:#000000;
color:#FFFFFF;
}
::-webkit-selection {
background:#000000;
color:#FFFFFF;
}
strong {
font-weight: bold;
}
.pc {
display: none!important;
}
.sp {
display: inherit!important;
}
#wrapper {
overflow: hidden
}
#cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../images/bg_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #FFFFFF;
    text-align: center;
    background-size: 100% auto;
}
/*--HEADER-------------*/
header {
position: relative;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
header .head img{
width: 100%;
height: auto
}
header h1{
padding-bottom: 30px;
}
header h1 img{
width: 70%;
height: auto
}
header #badge {
    position: absolute;
    right: 0px;
top: 166px;
}
header #badge img{
width: 90px;
height: auto
}
header #ill {
    position: absolute;
    left: 20px;
top: 100px;
}
header #ill img{
width: 80px;
height: auto
}
.read img{
width: 100%;
height: auto
}
/*--MORE-------------*/
#more {
font-size: 15px;
font-weight: 600;
position: relative;
padding-top: 20px;
}
.more_ill{
text-align: center
}
.more_ill img{
width: 98%;
height: auto
}
#more a{
text-decoration: none;
color: #f5bed6
}
#more span{
background-color: #FFF362
}
#more .notice{
font-size: 11px;
font-weight: 300;
line-height: 1.6
}
#more .date{
margin-top: 20px;
margin-bottom: 5px;
}
#more .date span{
background-color: #FFF362;
padding: 8px 30px;
border-radius: 20px;
font-size: 14px;
display: inline-block
}
#more #present{
    position: relative;
    right: auto;
    top: auto;
}
#more #present img{
width: 220px;
height: auto
}

/*--PROFILE-------------*/
#profile {
margin-top: 40px;
font-size: 12px;
}
#profile .name img{
width: 100%;
height: auto
}

#dl{
width: 100%;
margin-top: 40px;
height: 330px;
text-align: center;
position: relative;
}
#dl a{
width: 100%;
position: absolute;
top: 0;
left: 0;
right:0;
}
#dl a img{
transition: .3s;
width: 100%;
height: auto;
}
#dl a:hover img{
margin-top: -10px;
}

#ill2 {
position: absolute;
right: 10px;
bottom: -20px;
}
#ill2 img{
width: 160px;
height: auto;
}
#end_ph{
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
#end_ph img{
width: 100%;
height: auto;
}

/*--FOOTER-------------*/
footer {
background-color: #FFF;
clear: both;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
font-size: 10px;
}
}
