@charset "utf-8";

/*---------- contents ----------*/

#contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	width: 88%;
}

.credit {
	margin: 0 20px;
	color: #0F0F0F;
}

.sns_nav {
	color: #0F0F0F;
}

body.home #header.fixed {
	height: 100px;
}

body.home #header.fixed .header_in {
	height: 100px;
}


body.home #header.fixed .header_in .headL,
body.home #header.fixed .header_in .headR {
	height: 100px;
	width: 50%;
}

body.home #header.fixed .txt {
	width: 28%;
	height: 80px;
	font-size: 18px;
	line-height: 1.4em;
	display: block;
	margin: 10px 0 0 10px;
	padding: 13px 10px 0;
	text-align: center;
	border: solid 1px #FFFFFF;
	float: left;
	vertical-align: middle;
}

body.home #header.fixed .txt br {
	display: block;
}

body.home #header.fixed .logo {
	width: 70%;
	float: left;
	text-align: center;
}

body.home #header.fixed .logo .stxt {
	display: block;
	font-size: 18px;
	line-height: 1.4em;
	color: #FFFFFF;
	padding-top: 5px;
	width: 100%;
}

body.home #header.fixed .logo a:hover .stxt {
	color: #EAEAEA;
}

body.home #header.fixed .logo .img {
	padding: 0;
	margin: 0 auto;
	width: 200px;
	height: 64px;
}

body.home #header.fixed ul.menu {
	width: 100%;
}

body.home #header.fixed #pc_btn {
	position: absolute;
	top: 45px;
	right: 0;
	width: 17%;
	height: auto;
}

#contents #cont h1 {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}

.ken_box {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
    animation: fadeIn 1.2s ease 0s 1 normal;
}

.article_box {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	margin-bottom: 30px;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
    animation: fadeIn 1.2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0;top:100px;}
    100% {opacity: 1;top:0;}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;top:100px;}
    100% {opacity: 1;top:0;}
}

.visual {
	float: left;
	position: relative;
	width: 50%;
	height: auto;
	display: block;
    cursor: pointer;
	overflow: hidden;
}

.box100:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.box50:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.wbox {
	float: left;
	width: 50%;
	height: auto;
	display: block;
}

.inner {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	}
	
.visual:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	z-index: 10;
	opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-ms-filter: "alpha(opacity=90)";
  }
  
.visual a { color: #0F0F0F; text-decoration: none; }
.visual a:hover { color: #0F0F0F; text-decoration: none; }

.visual a,
.visual a:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.inner:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 40px;
	right: 50px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.box100 .inner,
.box50 .inner {
	padding: 40px 50px;
}

.box100 .inner .ttl {
	width: 100%;
	display: table;
	margin-bottom: 10px;
}

.box100 .inner .ttl .t01 {
	font-size: 24px;
	font-size: 1.87vw;/*フォントサイズ÷画面幅×100*/
	line-height: 1.4em;
	font-weight: bold;
	width: 80%;
	height: 68px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-right: 10px;
}

.box100 .inner .ttl .t02 {
	font-size: 18px;
	font-size: 1.41vw;
	line-height: 1.4em;
	font-weight: bold;
	width: 20%;
	height: 68px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.inner.kagawa .ttl .t02 {
	background: #22A650;
	color: #FFFFFF;
}

.inner.miyazaki .ttl .t02 {
	background: #FFF100;
	color: #0F0F0F;
}

.inner.kagoshima .ttl .t02 {
	background: #133c88;
	color: #FFFFFF;
}

.inner.akita .ttl .t02 {
	background: #AB2025;
	color: #FFFFFF;
}

.inner.yamaguchi .ttl .t02 {
	background: #D0101B;
	color: #FFFFFF;
}

.inner.hokkaido .ttl .t02 {
	background: #097029;
	color: #FFFFFF;
}
  
.box100 .inner .img {
	width: 100%;
	height: 65%;
	float: none;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.inner .img .ph_credit {
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
	z-index: 999;
	font-size: 10px;
	line-height: 1em;
}

.box50 .inner .img .ph_credit {
	font-size: 10px;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	transform:scale(0.5);
    -webkit-transform-origin: 100% 100%;
}

.box100 .inner .txt {
	font-size: 16px;
	width: 100%;
}

.box50 .inner .ttl {
	width: 100%;
	display: table;
	margin-bottom: 10px;
}

.box50 .inner .ttl .t01 {
	font-size: 18px;
	font-size: 1.41vw;
	line-height: 1.4em;
	font-weight: bold;
	width: 80%;
	height: 51px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-right: 10px;
}


.box50 .inner .ttl .t02 {
	font-size: 14px;
	font-size: 1.09vw;
	line-height: 1.4em;
	font-weight: bold;
	width: 20%;
	height: 51px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.box50 .inner .img {
	width: 45%;
	height: 70%;
	float: left;
	overflow: hidden;
	position: relative;
}

.box50 .inner .txt {
	font-size: 14px;
	line-height: 1.6em;
	width: 50%;
	float: right;
}

.box100 .inner .img img,
.box50 .inner .img img {
	width: 100%;
	height: auto;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.ken_box .box100 .inner .ttl {
	margin-bottom: 0;
}

.ken_box .box100 .inner .ttl .t01 {
	width: 50%;
	height: 100px;
}

.ken_box .box100 .inner .ttl .t01 br.no01 {
	display: none;
}

.ken_box .box100 .inner .ttl .t02 {
	width: 50%;
	height: 100px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}

.ken_box .box100 .inner .img {
	width: 100%;
	height: 50%;
}

.ken_box .box100 .inner .img ul {
	position: relative;
	width: 100%;
	height: 100%;
}

.ken_box .box100 .inner .img ul li {
    width: 100%;
	position: absolute;
	top: 60%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ken_box .box100 .inner .ttl .t02 img {
	width: 100%;
	height: auto;
}

.ripple_effect {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  box-shadow: 0px 0px 20px 4px #fff;
  z-index: 99999;	
}

.ripple_effect.is-show {
  -webkit-animation: ripple .6s linear;
  -moz-animation: ripple .6s linear;
  animation: ripple .6s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}


/*---------- footer ----------*/
#footer {
	padding: 20px 0 12px;
}

