@CHARSET "UTF-8";
html {
    font-family: "Rounded Mplus 1c";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/*初期化----------------------------------------------------*/
body {
    margin: 0;
    background-color:#000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
li{
    list-style-type: none;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}
/*コンテンツ----------------------------------------------------*/
#sp{
    display:none;
}
#pc #content{
    width:100%;
    overflow:hidden;
}
#pc #content .top{
    background: url(../images/bg_top.jpg) repeat-x;
    background-position: center top;
    width:100%;
}
#pc #content .curtain{
    background: url(../images/top_curtain.png) repeat-x;
    background-position: center top;
    height:170px;
    width:100%;
}
#pc #content .logo{
    text-align:center;
    margin:auto;
}
#pc #content .text_area{
    font-size:23px;
    max-width:1000px;
    width:90%;
    text-align:left;
    margin:auto;
}
#pc #content .invitation{
    max-width:960px;
    width:98%;
    height:583px;
    margin:100px auto 100px auto;
}
#pc #content .invitation img{
    max-width:960px;
    width:100%;
}
#pc #content .t_no2{
    color:#fff;
    height:600px;
}
#pc #content .middle{
    background: url(../images/bg_middle.jpg) repeat-x;
    background-position: center top;
    background-size:100% 100%;
    max-height:1112px;
    height:100%;
    width:100%;
}
#pc #content .middle .light_bg{
    background: none no-repeat;
    background-position: center top;
    background-size:100% 90%;
    max-height:1112px;
    height:100%;
    max-width:1284px;
    width:100%;
    margin:auto;
}
#pc #content .yokoku{
    max-width:997px;
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    padding-top:100px;
    padding-bottom:250px;
}

#pc #content .yokoku .sub{
    height:1014px;
}
#pc #content .yokoku img{
    max-width:997px;
    width:100%;
    display:none;
}
.switch_pc{
    position:relative;
    top:-500px;
}
#pc #content .t_no3{
    color:#fff;
    margin-top:-100px;
}
#pc #content .bottom{
    background-size:100%;
    height:500px;
    width:100%;
    margin-top:100px;
}
#pc #content .bottom .report_btn{
     width:426px;
     height:146px;
     margin:auto;
     cursor: pointer;
}
#pc #content .t_no4{
    margin-top:20%;
    color:#fff;
}
#pc #content .popup{
    position:relative;
    top:-600px;
    width:772px;
    z-index:2;
    margin:auto;
    display:none;
}
#pc #content .update{
    background: url(../images/bg_bottom.jpg) repeat-x;
    background-position: center top;
    background-size:100% 100%;
    height:1050px;
    width:100%;
    margin-top:-600px;
}
#pc #content .t_no5{
    padding-top:0px;
    color:#fff;
}
#pc #content .insert{
    position:relative;
    z-index:2;
    left:50px;
    top:-400px;
    opacity:0.5;
}
#pc #content .comment1{
    width:750px;
    margin:auto;
    padding-top:150px;
}
.modal{
    position:fixed;
    width:100%;
    height:100%;
    z-index:10;
    display:none;
}
#pc .addp{
    animation: animScales 3s ease-out;
    transform-origin: 50% 50%;
    animation-play-state:running;
}
@keyframes animScales {
0% { transform: scale(0.1, 0.1); }
4% { transform: scale(1.8, 1.8); }
10% { transform: scale(1, 1); }
100% { transform: scale(1, 1); }
}
.footer{
    font-size:13px;
    color:#fff;
    width:90%;
    margin:auto;
    margin-bottom:20px;
}
/*SP----------------------------------------------------*/

@media (max-width: 768px){
#pc{
    display:none;
}
#sp{
    display:block;
}
#sp #content{
    width:100%;
    overflow:hidden;
}
#sp #content .top{
    background: url(../images/bg_top.jpg) repeat-x;
    background-position: center top;
    background-size:100% 70%;
    width:100%;
}
#sp #content .curtain{
    background: url(../images/top_curtain.png) repeat-x;
    background-position: center top;
    background-size:100%;
    height:90px;
    width:100%;
}
#sp #content .logo{
    text-align:center;
    margin:auto;
}
#sp #content .logo img{
    width:90%;
}
#sp #content .text_area{
    font-size:16px;
    width:90%;
    text-align:left;
    margin:auto;
}
#sp #content .invitation{
    width:90%;
    margin:100px auto 100px auto;
}
#sp #content .invitation img{
    width:100%;
}
#sp #content .t_no2{
    color:#fff;
}

#sp #content .middle{
    background: url(../images/sp_middle_bg.png) no-repeat;
    background-position: center top;
    background-size:100%;
    width:100%;
    height:500px;
}
#sp #content .middle img{
    width:95%;
    padding-top:24%;
    padding-bottom:24%;
}
#sp #content .middle .popimage{
  display:none;
}
#sp #content .yokoku{
    width:100%;
    margin:auto;
    position:relative;
    top:100px;
}
#sp #content .yokoku img{
    width:100%;
}
#sp #content .t_no3{
    color:#fff;
}
#sp #content .bottom{
    background-size:200%;
    height:400px;
    width:100%;
    margin-top:100px;
    margin-bottom:-200px;
}
#sp #content .t_no4{
    margin-top:20%;
    color:#fff;
}
.switch_sp{
    position:relative;
    top:-150px;
}
#sp #content .popup{
    position:relative;
    top:-300px;
    width:772px;
    z-index:2;
    margin:auto;
    display:none;
}
#sp #content .update{
    background: url(../images/bg_bottom.jpg) repeat-x;
    background-position: center top;
    background-size:100% 100%;
    height:850px;
    width:100%;
    margin-top:-550px;
}
#sp #content .t_no5{
    padding-top:140px;
    color:#fff;
}
#sp #content .insert{
    position:relative;
    z-index:2;
    left:50px;
    top:-200px;
    opacity:0.5;
}
#sp #content .bottom img{
    cursor: pointer;
}
#sp .addp{
    animation: animScales 3s ease-out;
    transform-origin: 20% 20%;
    animation-play-state:running;
}
@keyframes animScales {
0% { transform: scale(0.1, 0.1); }
5% { transform: scale(1.3, 1.3); }
10% { transform: scale(1, 1); }
100% { transform: scale(1, 1); }
}
.footer{
    font-size:10px;
    color:#fff;
    width:90%;
    margin:auto;
    margin-bottom:20px;
}
}
