@charset "UTF-8";

/*==================================
WebFonts
==================================*/
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:500');

/*==================================
Common Layout
==================================*/
body {
height: 100%;
margin: 0;
padding: 0;
font-size: 14px;
line-height: 160%;
font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-weight: normal;
letter-spacing: 0;
color: rgba(60,68,73,1);
-webkit-text-size-adjust: 100%;
background-color: rgba(176,220,213,1);
background-image: url(../img/bg_pattern.png);
background-position: center center;
background-repeat: repeat;
background-size: 240px;
letter-spacing: 0.06em !important;
}

h1,h2,h3 {
padding: 0;
margin: 0;
line-height: 160%;
}

p {
line-height: 160% !important;
padding-bottom: 10px;
margin: 0;
}

a {
color: rgba(60,68,73,1);
text-decoration: underline;
}

a img {
border: none;
}

strong {
font-weight: 600;
}

.caption {
display: block;
font-size: 85%;
}

.inline_caption {
display: inline;
font-size: 85%;
}

.device_width {
display: block;
padding: 0;
margin: 0 auto;
}

article {
display: block;
padding: 0;
margin: 0 auto;
}

section {}

.color_red {
color: #d00;
}

/*==================================
Content
==================================*/
#center_content {
display: flex;
width: 100vw;
height: 100vh;
align-items: center;
justify-content: center;
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;

z-index: 100;
}

#center_content #read {
display: flex;
margin: 60px 0;
/*
width: 560px;
height: 320px;
*/
width: 100%;
align-items: center;
justify-content: center;
flex-direction: column;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

#read h1 {
display: block;
width: 260px;
height: 138px;
padding: 0;
margin: 60px auto 90px auto;
background-image: url(../img/logo.png);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}

#read h3 {
padding: 0 30px;
margin: 0 0 5px 0;
font-size: 150%;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 500;
}

#read p {
padding: 0 30px;
margin: 0;
font-size: 90%;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 500;
}

#detail {
width: 100%;
padding: 30px 0;
margin: 60px auto 0 auto;
background-color: rgba(60,68,73,1);
color: rgba(176,220,213,1);
text-align: left;
}

#detail .inner {
margin: 45px 30px;
}

#detail h2 {
padding: 0;
margin: 0 0 15px 0;
font-size: 250%;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 500;
letter-spacing: .12em;
}

#detail a {
display: inline-block;
padding: 5px 30px;
margin: 15px 0 0 0;
text-decoration: none;
background-color: rgba(176,220,213,1);
border-radius: 30px;
font-size: 110%;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 500;
letter-spacing: .12em;
}

#detail a:hover {
background-color: #f3f3f3;
box-shadow: 0px 0px 20px rgba(0,0,0,.3);
}

.copyright {
padding: 30px;
font-size: 90%;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 500;
letter-spacing: .12em;
text-align: right;
background-color: rgba(60,68,73,1);
color: rgba(176,220,213,1);
border-top: 1px solid rgba(176,220,213,.2);
}

/*==========================================
クリア*/
.fix {
overflow: hidden;
zoom: 1;
}

/*全てにおいて非表示*/
.none {
display: none;
}

/*モバイルで表示*/
.display_sp {
display: block !important;
}

.display_pc {
display: none !important;
}