@charset 'utf-8';
body {
background: #fff;
font-family: 'Amiko', sans-serif;
-webkit-touch-callout: default;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.wrapper {
color: #444;
}
.wrapper a {
color: #444;
}
ul {
list-style: none;
padding: 0;
}
h1 {
margin: 0;
}
.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0;
}
.row.no-gutter {
margin-left: 0;
margin-right: 0;
}
.icon {
display: inline-block;
text-align: left;
text-indent: -9999px;
overflow: hidden;
}
*:first-child + html body .icon {
display: inline;
zoom: 1;
}
.icon-arw {
width: 12px;
height: 18px;
margin-top: -9px;
background: url(../images/header_img_001.jpg) 0 0 no-repeat;
}
.icon-arw-small {
width: 7px;
height: 10px;
margin-top: -5px;
background: url(../images/symbol_arw_right_small2.png) 0 0 no-repeat;
}

.icon-arw-down {
width: 10px;
height: 6px;
margin-top: -3px;
background: url(../images/symbol_arw_down.png) 0 0 no-repeat;
}
.icon-arw-up {
width: 10px;
height: 6px;
margin-top: -3px;
background: url(../images/symbol_arw_up.png) 0 0 no-repeat;
}
.icon-box {
width: 21px;
height: 17px;
margin-top: -9px;
background: url(../images/symbol_box.png) 0 0 no-repeat;
}
.icon-outer-small {
width: 10px;
height: 8px;
margin-top: -4px;
background: url(../images/icon_outer_small.png) 0 0 no-repeat;
}

.icon-outer-mid {
width: 16px;
height: 13px;
margin-top: -7px;
background: url(../images/icon_outer_mid.png) 0 0 no-repeat;
}

.header__langList {
position: relative;
height: 20px;
}
.langList {
position: absolute;
right: 0;
top: 0;
z-index: 2;
width: 80px;
min-height: 22px;
overflow: hidden;
font-size: 11px;
margin-left: auto;
background: #1db3cb;
color: #fff;
-webkit-border-radius: 0 0 2px 2px;
-moz-border-radius: 0 0 2px 2px;
border-radius: 0 0 2px 2px;
-webkit-transition: opacity height 0.1s linear;
-moz-transition: opacity height 0.1s linear;
transition: opacity height 0.1s linear;
cursor: pointer;
}
.langList:hover {
filter: alpha(opacity=80);
opacity: 0.8;
}
.langList.is-open:hover {
opacity: 1;
filter: none;
}
.langList ul {
margin: 0;
}
.langList li {
font-size: 14px;
line-height: 2;
display: none;
height: 22px;
text-align: center;
-webkit-transition: opacity 0.1s linear;
-moz-transition: opacity 0.1s linear;
transition: opacity 0.1s linear;
}
.langList li:hover {
background: #38cbe3;
}
.langList li a {
display: block;
width: 100%;
height: 100%;
color: #fff;
text-decoration: none;
}
.langList li.is-current {
display: block;
}
.langList .iconContainer {
position: absolute;
right: 10px;
top: 11px;
z-index: 0;
}
.langList .iconContainer .icon {
vertical-align: top;
}
.langList li {
text-indent: -12px;
}
.titleLogo {
position: relative;
height: 40px;
}
.titleLogo:before {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: bottom;
}
.titleLogo img {
min-width: 120px;
max-width: 100%;
height: auto;
vertical-align: bottom;
margin-left: -10px;
}
.header__nav {
height: 40px;
margin-right: -10px;
}
.header__nav ul {
/*clear float by parent div tag*/
zoom: 100%;
display: block;
position: relative;
height: 100%;
font-size: 0;
text-align: right;
}
.header__nav ul:after {
content: " ";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
.header__nav ul:before {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: bottom;
}
.header__nav li {
position: relative;
padding-left: 1px;
display: inline-block;
vertical-align: bottom;
width: 50%;
padding: 0;
line-height: 1.1;
font-size: 12px;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
*:first-child + html body .header__nav li {
display: inline;
zoom: 1;
}
.header__nav li [class*='icon-'] {
margin-left: 2px;
}
.header__nav li a {
position: relative;
display: block;
}
.header__nav li a:hover {
text-decoration: none;
}
.header__nav li a:after {
content: "";
display: block;
background: #444;
margin-top: 3px;
margin-right: 1px;
height: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
transition: background 0.2s linear;
}
.header__nav li a:hover:after {
background: #1db3cb;
}

.mainContent {
width: 100%;
}
.search-area,
.search-theme,
.recommend {
margin: 0 auto 40px;
}
.itemList {
margin-top: 0;
margin-bottom: 0;
}
.btn-1 {
position: relative;
width: 100%;
margin: 0 auto;
line-height: 55px;
background: #444;
font-size: 18px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
text-align: center;
color: #fff;
-webkit-transition: opacity 0.1s linear;
-moz-transition: opacity 0.1s linear;
transition: opacity 0.1s linear;
}
.btn-1:hover {
filter: alpha(opacity=90);
opacity: 0.9;
}
.btn-1 a {
display: block;
width: 100%;
height: 100%;
color: #fff;
cursor: pointer;
}
.btn-1 a:hover {
text-decoration: none;
}
.btn-1 .icon {
position: absolute;
right: 24px;
top: 50%;
}
footer {
margin-top:50px;
padding: 0 0 100px;
}
.footer__logo {
margin: 0 auto 10px;
text-align: center;
}
.footer__credit {
line-height: 2;
font-size: 9px;
text-align: center;
}
.wrapper__inner {
max-width: 1000px;
margin: 0 auto;
}
.mainContent h2.title{
font-size: 23px;
font-weight: bold;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 4px double #000000;
}
.mainV{
text-align: center;
margin-top:20px;
margin-bottom: 45px;
margin-left: auto;
margin-right: auto;
}
.mainV p.kv{
background: url(../images/header_img_001.jpg) no-repeat center center;
}
.mainV img.pc{display: inline;}
.mainV img.sp{display: none;}
.specia_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
margin:0 -12px;
}
.specia_list li{
width: 25%;
float:left;
margin-right: 0;
margin-bottom: 0;
}
.specia_list li a{
display: block;
margin: 12px;
padding: 10px;
box-shadow: 0px 0px 3px 1px #e6e6e6;
-moz-box-shadow: 0px 0px 3px 1px #e6e6e6;
-webkit-box-shadow: 0px 0px 3px 1px #e6e6e6;
background: #fffffe;
}
.specia_list li .img img{
width: 100%;
}
.specia_list li a:hover{
text-decoration: none;
opacity: 0.7;
box-shadow: 0px 0px 5px 1px rgba(224, 224, 224, 0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(224, 224, 224, 0.75);
-webkit-box-shadow: 0px 0px 5px 1px rgba(224, 224, 224, 0.75);
}
.specia_list li .img{
display: block;
text-align: center;
margin: -10px -10px 15px;
}
.specia_list li .ttl{
font-size:16px;
display: block;
margin-bottom: 8px;
font-weight: bold;
line-height:1.25;
}
.specia_list li .txt{
font-size:15px;
line-height: 1.4;
}
.header__nav li span {
display: inline-block;
text-align: left;
}
.header__nav li br {
line-height: 2px;
}
.specia_theme{
margin-bottom:50px;
}
.pageTop{
position: fixed;
bottom: 30px;
right: 30px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background: rgba(0, 0, 0, 0.50);
}
.pageTop a{
display:block;
padding:15px;
color:#ffffff;
text-decoration: none;
}







@media screen and (min-width: 701px) and (max-width: 768px) {
	.header__nav li {
		font-size: 20px;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.icon-arw-small {
		width: 10px;
		height: 15px;
		margin-top: -8px;
		background: url(../images/symbol_arw_right_small.png) 0 0 no-repeat;
	}
	.icon-arw-down {
	/*
		width: 17px;
		height: 11px;
		margin-top: -6px;
		background: url(../images/sm_symbol_arw_down.png) 0 0 no-repeat;
	*/
	}
	.icon-arw-up {
		width: 17px;
		height: 11px;
		margin-top: -6px;
		background: url(../images/sm_symbol_arw_up.png) 0 0 no-repeat;
	}
	.icon-outer-small {
		width: 13px;
		height: 11px;
		margin-top: -6px;
		background: url(../images/sm_icon_outer_small.png) 0 0 no-repeat;
	}
	.icon-outer-mid {
		width: 21px;
		height: 17px;
		margin-top: -9px;
		background: url(../images/sm_icon_outer_mid.png) 0 0 no-repeat;
	}
	.header__nav li {
		font-size: 15px;
	}
}
	.langList {
		width: 150px;
		min-height: 29px;
		font-size: 14px;
	}
	.langList .iconContainer {
		right: 16px;
		top: 14px;
	}
	.langList li {
		height: 29px;
		text-indent: -16px;
	}
@media screen and (min-width: 769px) {
	.header__langList {
		height: 17px;
	}
	.header__nav li {
		font-size: 14px;
	}
	.header__nav li {
		width: 14.68189233%;
	}
	.header__nav li.nav__long_1 {
		width: 28.54812398%;
	}
	.header__nav li.nav__long_2 {
		width: 19.57585644%;
	}
	.header__nav li a:after {
		margin-top: 6px;
	}
	.footer__credit {
		font-size: 12px;
	}
}
@media screen and (max-width: 480px) {
	.langList {
		width: auto;
		min-height: 25px;
	}
	.langList .iconContainer {
		right: 5px;
		top: 12px;
	}
	.langList li {
		height: 25px;
		font-size: 12px;
		text-indent: -16px;
		padding: 0 25px 0 25px;
	}
}
@media screen and (min-width: 481px) {
	.header__langList {
		height: 22px;
	}
	.titleLogo {
		height: 56px;
	}
	.titleLogo img {
		margin-left: 0;
	}
	.header__nav {
		height: 56px;
	}
	.header__nav li [class*='icon-'] {
		margin-left: 4px;
	}
	.header__nav li {
		text-align: center;
	}
	/*
	.header__nav li.nav__long_1 {
		width: 60%;
	}
	.header__nav li.nav__long_2 {
		width: 40%;
	}
	*/
	.header__nav li a:after {
		margin-top: 4px;
	}
	.search-area,
	.search-theme,
	.recommend {
		margin: 0 auto 55px;
	}
	.btn-1 {
		width: 450px;
		font-size: 24px;
	}
	.footer__credit {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.wrapper__inner {
		width: 100%;
		margin: 0 auto;
	}
	.mainV{
		margin-bottom: 20px;
		width:auto;
	}
	.mainV img.pc{
		display: none;
	}
	.mainV img.sp{
		display: inline;
		width:100%;
	}
	.mainV p.kv{
		background: url(../images/sp/header_img_001.jpg) no-repeat center center;
		background-size: 100% auto;
	}
	.mainV p.kv img{
		width:100%;
	}
	.mainContent{
		margin-left: 10px;
	}
	.mainContent{
		margin-left: 0px;
	}
	.mainContent h2.title{
		font-size: 21px;
		font-weight: bold;
		padding-bottom: 10px;
		margin: 25px 20px 10px;
		border-bottom: 4px double #000000;
	}
	.specia_list{
		margin:0 10px;
	}
	.specia_list li{
		width: 50%;
		margin-right: 0px;
		margin-bottom: 5px;
	}
	.specia_list li a{
		width:auto;
	}
}
@media screen and (max-width: 480px) {
	.specia_list li{
		width: auto !important;
		float: none;
		margin: 0 0 25px !important;
	}
}
