p@charset "UTF-8";
/* CSS Document */
* { -webkit-appearance: none; }
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
img{ border:0; }
.clear{ clear:both; }
.clearL{ clear:left; }

br.pconly{display: block;}
br.sponly{display: none;}
br.top_break1{display: none;}
br.top_break2{display: block;}

a{color: #000000;}
a:hover{color: #7d360b;}


html,body{
width: 100%;
height: 100%;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 100%;
}


/*////////////// TOP PAGE ///////////////*/

#top_contents{
position: relative;
width: 80%;
max-width: 900px;
height: 100%;
z-index: 50;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
color: #983662;
color: #b2386e;
padding: 140px 0 80px;
box-sizing: border-box;
display: none;
}

#top_contents h1{
position: absolute;
font-weight: 100;
font-size: 18px;
filter: drop-shadow(0 0 15px rgba(178,56,110,0.6));
top: 35%;
width: 240px;
height: 40px;
}
.st_wt{
fill:#ffffff;
}
.st_pk{
fill:#b2386e;
}

.menu{
position: absolute;
top: 40px;
right: 0;
text-align: right;
font-size: 90%;
}
.menu p{
display: inline-block;
margin-left: 30px;
}
.top_blog_list{
position: absolute;
bottom: 20%;
font-size: 90%;
}
.top_blog_list h2{
width: 180px;
padding-bottom: 0.5em;
}
.top_blog_list p{
line-height: 2.4em;
}

.menu p a,
.top_blog_list p a{
text-decoration: none;
color: #b2386e;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.menu p a:hover,
.top_blog_list p a:hover{
text-decoration: none;
color: #ffffff;
}


/*////////////// CONTENTS PAGE ///////////////*/

#page_contents{
position: relative;
width: 80%;
max-width: 900px;
z-index: 50;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
color: #b2386e;
padding: 80px 0 80px;
box-sizing: border-box;
display: none;
}
.head_page{
width: 100%;
position: relative;
padding-bottom: 30px;
}
#page_contents h1{
filter: drop-shadow(0 0 15px rgba(178,56,110,0.6));
width: 200px;
padding-bottom: 0.25em;
}


/*////////////// BLOG ///////////////*/

.top_blog_wrap{
background: rgba(255,255,255,0.5);
width: 100%;
padding: 40px 50px;
box-sizing: border-box;
border-radius: 10px;
color: #575053;
font-size: 90%;
line-height: 1.8;
margin-bottom: 2em;
}
.top_blog_wrap h3{
color: #cc2e74;
font-weight: normal;
font-size: 120%;
}
.top_blog_wrap p{
padding-bottom: 1em;
}

.top_blog_wrap h3 a{
text-decoration: none;
}
.top_blog_wrap p.entry_date{
font-size: 90%;
padding-bottom: 2em;
}
.top_blog_wrap a{
text-decoration: underline;
color: #575053;
}
.top_blog_wrap a:hover{
text-decoration: underline;
color: #cc2e74;
}

.top_blog_wrap p img{
width: 100%;
max-width: 400px;
height: auto;
}

.top_blog_wrap p.signature{
text-align: right;
padding-bottom:50px;
padding-right: 30%;
}
.blog_control{
font-size: 90%;
}

p.prevlink{
width: 50%;
text-align: left;
float: left;
}
p.nextlink{
width: 50%;
text-align: right;
float: right;
}
.blog_control p a{
text-decoration: none;
color: #b2386e;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.blog_control p a:hover{
text-decoration: none;
color: #ffffff;
}


/*////////////// CONTACT ///////////////*/

.top_blog_wrap table{
border-top: #dcc5cf solid 1px;
border-left: #dcc5cf solid 1px;
box-sizing: border-box;
}
.top_blog_wrap td,
.top_blog_wrap th{
border-bottom: #dcc5cf solid 1px;
border-right: #dcc5cf solid 1px;
box-sizing: border-box;
padding: 10px 10px;
}
.top_blog_wrap th{
background: #e9e0e4;
font-size: 90%;
padding: 0 10px;
}
.top_blog_wrap td p{
padding-bottom: 0;
}
.top_blog_wrap td p.form_note{
font-size: 90%;
}
.top_blog_wrap td input,
.top_blog_wrap td textarea{
width: 100%;
}
.top_blog_wrap p.submitbtn{
text-align: center;
}

@media screen and (max-width:760px){
.top_blog_wrap td,
.top_blog_wrap th{
display: block;
width: 100%;
}
.top_blog_wrap th{
text-align: center;
}
}

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

#page_contents{
width: 88%;
}
.top_blog_wrap{
background: rgba(255,255,255,0.5);
width: 100%;
padding: 20px 25px;
box-sizing: border-box;
border-radius: 10px;
color: #575053;
font-size: 90%;
line-height: 1.65;
margin-bottom: 2em;
font-size: 85%;
}

p.prevlink{
width: 100%;
text-align: left;
float: none;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
border-bottom: solid 1px #e9e0e4;
}
p.nextlink{
width: 100%;
text-align: right;
float: none;
}
}





/*////////////// BG MOVIE ///////////////*/
.top_screen{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
overflow: hidden;
display: none;
}
.BackgroundMedia__src {
position: absolute;
top: 50%;
left: 50%;
width: auto;
min-width: 100%;
height: auto;
min-height: 100%;
-webkit-transform: translate(-50%,-50%) translateZ(0);
transform: translate(-50%,-50%) translateZ(0);
}
.top_screen:before {
content: "";
position: absolute;
top: 0;
left: 0;
z-index: 5;
width: 100%;
height: 100%;
background-color: rgba(255,124,158,0.10);
}
audio, canvas, iframe, svg, video {
vertical-align: middle;
}