@charset "utf-8";

/*基本設定
-------------------------------------------------------------- */

a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.clearfix {
    zoom: 1; /* for IE7- */
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
strong {
	font-weight:bold;
}
img {vertical-align: bottom;}

/* 装飾
------------------------------------------------------------*/

.op:hover {
opacity: 0.7;
transition: 0.3s;
}
.cl {
	clear:both;
}
.ct {
text-align: center;
}
.yu {
font-family:"游明朝","YuMincho";
font-weight: bold;
}
.yu2 {
font-family:"游明朝","YuMincho";
font-weight: normal;
}
.red {
color:#fd0000;
}
.bk {
color: #000;
}
.white {
color:#fff;
}
.up20 {
	margin-top:2rem;
}
.up30 {
	margin-top:3rem;
}
.up40 {
	margin-top:4rem;
}
.up50 {
	margin-top:5rem;
}
.up60 {
	margin-bottom:6rem;
}
.d20 {
	margin-bottom:2rem;
}
.d30 {
	margin-bottom:3rem;
}
.d40 {
	margin-bottom:4rem;
}
.d50 {
	margin-bottom:5rem;
}
.ud20 {
	margin:2rem 0;
}
.ud30 {
	margin:3rem 0;
}
.ud40 {
	margin:4rem 0;
}
.ud50 {
	margin:5rem 0;
}


/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#126435;
	text-decoration:underline;
}
a:visited {
	color:#126435;
	text-decoration:underline;
}
a:hover {
	color:#126435;
	text-decoration:none;
}
a:active {
	color:#126435;
	text-decoration:underline;
}

#sns article:first-child h3 a {
color: #0165e1;
}
#sns article:first-child h3 a:hover {
text-decoration: none;
}
#sns article:last-child h3 a {
color: #000;
text-decoration: none;
}


/* アニメーション
------------------------------------------------------------*/
.fade-in {
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}
.fade-up, .fade-left, .fade-right {
transition: opacity 0.7s;
-moz-transition: opacity 0.7s;
-webkit-transition: opacity 0.7s;
-o-transition: opacity 0.7s;
transition: transform 0.7s;
-moz-transition: transform 0.7s;
-webkit-transition: transform 0.7s;
-o-transition: transform 0.7s;
}



/* 共通
------------------------------------------------------------*/

html {
font-size: 62.5%;
background: #000;
}
body {
position: relative;
overflow-y: scroll;
overflow-x: hidden;
font-family:"游ゴシック","YuGothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: none;
font-weight: 500;
}

/* ページャー（一覧） */
.pager{
	text-align:center;
	padding:30px 0px;
	clear:both;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {

.spbr {
display: none !important;
}
#menu {
display: none;
}
body{
position: relative;
font-size: 1.4rem;
line-height:2.4rem;
z-index: 1;
}
#mobile {
display: none;
}

.hdr {
position: relative;
height: 70vh;
color: #fff;
padding: 5rem 0 8rem 0;
}
.hdr div {
margin: 0 0 0 5rem;
width: 50rem;
}
.hdr div img {
max-width: 100%;
}
.hdr h1 {
position: absolute;
bottom: 16rem;
left: 0;
text-align: center;
font-size: 4rem;
width: 100%;
font-weight: bold;
letter-spacing: 0.4rem;
text-shadow: 0.1rem 0.1rem 0 #000;
}
.hdr h2 {
position: absolute;
bottom: 10rem;
text-align: center;
font-size: 2.6rem;
width: 100%;
font-weight: bold;
text-shadow: 0.1rem 0.1rem 0 #000;
}

#wrap_light {
background: #dedfdf;
}
#wrap_dark {
background: #252322 url("../img/back_dark.png") repeat-y;
color: #fff;
}
.wrap {
width: 100rem;
padding: 5rem 0;
margin: 0 auto;
}

footer {
padding: 5rem 0 3rem 0;
background: #000;
color: #fff;
}
footer ul {
width: 100rem;
margin: 0 auto 8rem auto;
text-align: center;
font-size: 1.6rem;
}
footer ul li {
display: inline-block;
margin: 0 1.4rem;
}
footer ul li img {
vertical-align: -0.6rem;
}
footer ul li a:link {
color: #fff;
text-decoration: none;
}
footer ul li a:visited {
color: #fff;
text-decoration: none;
}
footer ul li a:hover {
color: #fff;
text-decoration: none;
opacity: 0.7;
}
footer ul li a:active {
color: #fff;
text-decoration: none;
}
footer > div {
width: 40rem;
margin: 0 auto 3rem auto;
}
footer > div img {
max-width: 100%;
}
footer h3 {
font-size: 2rem;
font-weight: bold;
margin-bottom: 1.4rem;
text-align: center;
}
footer p {
font-size: 1.6rem;
margin-bottom: 4rem;
text-align: center;
}
footer figure {
text-align: center;
margin-bottom: 3rem;
}
footer > article#fa1 {
width: 108rem;
margin: 0 auto 1.4rem auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
footer > article#fa2 {
width: 90rem;
margin: 0 auto 4rem auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
footer small {
display: block;
text-align: center;
font-size: 1.4rem;
}

}

/* タブレット用　横向き
------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
}

img {
max-width: 100%;
}

.hdr {
position: relative;
height: 70vh;
color: #fff;
padding: 5rem 0 8rem 0;
}
.hdr div {
margin: 0 0 0 5rem;
width: 50rem;
}
.hdr div img {
max-width: 100%;
}
.hdr h1 {
position: absolute;
bottom: 16rem;
left: 0;
text-align: center;
font-size: 4rem;
width: 100%;
font-weight: bold;
letter-spacing: 0.4rem;
text-shadow: 0.1rem 0.1rem 0 #000;
}
.hdr h2 {
position: absolute;
bottom: 10rem;
text-align: center;
font-size: 2.6rem;
width: 100%;
font-weight: bold;
text-shadow: 0.1rem 0.1rem 0 #000;
}

#wrap_light {
background: #dedfdf;
}
#wrap_dark {
background: #252322 url("../img/back_dark.png") repeat-y;
color: #fff;
}
.wrap {
padding: 5rem 2rem;
margin: 0 auto;
}

footer {
padding: 5rem 0 3rem 0;
background: #000;
color: #fff;
}
footer ul {
width: 100rem;
margin: 0 auto 8rem auto;
text-align: center;
font-size: 1.6rem;
}
footer ul li {
display: inline-block;
margin: 0 1.4rem;
}
footer ul li img {
vertical-align: -0.6rem;
}
footer ul li a:link {
color: #fff;
text-decoration: none;
}
footer ul li a:visited {
color: #fff;
text-decoration: none;
}
footer ul li a:hover {
color: #fff;
text-decoration: none;
opacity: 0.7;
}
footer ul li a:active {
color: #fff;
text-decoration: none;
}
footer > div {
width: 40rem;
margin: 0 auto 3rem auto;
}
footer > div img {
max-width: 100%;
}
footer h3 {
font-size: 2rem;
font-weight: bold;
margin-bottom: 1.4rem;
text-align: center;
}
footer p {
font-size: 1.6rem;
margin-bottom: 4rem;
text-align: center;
}
footer figure {
text-align: center;
margin-bottom: 3rem;
}
footer > article#fa1 {
width: 108rem;
margin: 0 auto 1.4rem auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
footer > article#fa2 {
width: 90rem;
margin: 0 auto 4rem auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
footer small {
display: block;
text-align: center;
font-size: 1.4rem;
}
}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 641px) and (max-width: 999px) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
}

img {
max-width: 100%;
}

.hdr {
position: relative;
height: 70vh;
color: #fff;
padding: 5rem 0 8rem 0;
}
.hdr div {
margin: 0 0 0 5rem;
width: 50rem;
}
.hdr div img {
max-width: 100%;
}
.hdr h1 {
position: absolute;
bottom: 16rem;
left: 0;
text-align: center;
font-size: 4rem;
width: 100%;
font-weight: bold;
letter-spacing: 0.4rem;
text-shadow: 0.1rem 0.1rem 0 #000;
}
.hdr h2 {
position: absolute;
bottom: 10rem;
text-align: center;
font-size: 2.6rem;
width: 100%;
font-weight: bold;
text-shadow: 0.1rem 0.1rem 0 #000;
}

#wrap_light {
background: #dedfdf;
}
#wrap_dark {
background: #252322 url("../img/back_dark.png") repeat-y;
color: #fff;
}
.wrap {
padding: 5rem 2rem;
margin: 0 auto;
}

footer {
padding: 5rem 2rem 3rem 2rem;
background: #000;
color: #fff;
}
footer ul {
display: none;
}
footer > div {
width: 40rem;
margin: 0 auto 3rem auto;
}
footer > div img {
max-width: 100%;
}
footer h3 {
font-size: 2rem;
font-weight: bold;
margin-bottom: 1.4rem;
text-align: center;
}
footer p {
font-size: 1.6rem;
margin-bottom: 4rem;
text-align: center;
}
footer figure {
text-align: center;
margin-bottom: 3rem;
}
footer > article#fa1 {
padding: 0 2rem;
margin: 0 auto 1.4rem auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
footer > article#fa2 {
padding: 0 6rem;
margin: 0 auto 4rem auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
footer > article#fa1 div {
width: 16%;
}
footer > article#fa2 div {
width: 18%;
}
footer small {
display: block;
text-align: center;
font-size: 1.4rem;
}
}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.sp100 {
width:100%;
height:auto;
}
.flex-direction-nav {
display: none !important;
}
body{
font-size: 1.4rem;
line-height:2.0rem;
overflow-y: scroll;
overflow-x: hidden;
}

.hdr {
position: relative;
height: 40vh;
color: #fff;
padding: 2rem 0 8rem 0;
}
.hdr div {
margin: 0 0 0 2rem;
width: 50%;
}
.hdr div img {
max-width: 100%;
}
.hdr h1 {
position: absolute;
bottom: 8rem;
left: 0;
text-align: center;
font-size: 2.4rem;
width: 100%;
font-weight: bold;
letter-spacing: 0.4rem;
text-shadow: 0.1rem 0.1rem 0 #000;
}
.hdr h2 {
position: absolute;
bottom: 5rem;
text-align: center;
font-size: 1.6rem;
width: 100%;
font-weight: bold;
text-shadow: 0.1rem 0.1rem 0 #000;
}

#wrap_light {
background: #dedfdf;
}
#wrap_dark {
background: #252322 url("../img/back_dark.png") repeat-y;
color: #fff;
}
.wrap {
padding: 5rem 2rem;
margin: 0 auto;
}

footer {
padding: 5rem 2rem 3rem 2rem;
background: #000;
color: #fff;
}
footer img {
max-width: 100%;
}
footer ul {
display: none;
}
footer > div {
width: 70%;;
margin: 0 auto 3rem auto;
}
footer > div img {
max-width: 100%;
}
footer h3 {
font-size: 2rem;
font-weight: bold;
margin-bottom: 1.4rem;
text-align: center;
}
footer p {
font-size: 1.4rem;
margin-bottom: 4rem;
text-align: center;
}
footer figure {
width: 60%;
text-align: center;
margin: 0 auto 3rem auto;
}
footer article#fa1 {
margin: 0 auto 0rem auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
footer article#fa2 {
margin: 0 auto 4rem auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
footer article div {
width: 48%;
margin-bottom: 2rem;
}
footer small {
display: block;
text-align: center;
font-size: 1.4rem;
}

}