@import url("/css/lpreset.css");

*, *:before, *:after {
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

a{
  text-decoration: none;
}

img{
  vertical-align: bottom;
  backface-visibility: hidden;
}
header{
	background:#000;
	padding-bottom:50px;
}

h1{
	/*background:url(kamison-logoback.png) center center / cover no-repeat;*/
	padding:35px 0;
}


h1 div{
	width:80%;
	margin:0 auto;
}

h1 div img{
	width:100%;
}

h2{
	display:flex;
	align-items: center;
	color:#fff;
	font-size:1.4rem;
	padding-left:30px;
	margin-bottom:15px;
}

h2 i{
	margin-right:10px;
}

.head-link{
	display: flex;
	width:calc(100% - 80px);
	margin:0 auto 20px;
}

.head-link a{
	display: flex;
	align-items: center;
	justify-content: center;
	width:calc((100% - 20px) / 2);
	background:#f9004c;
	color:#ffe119;
	font-size:1.2rem;
	font-weight: bold;
	padding:20px 0;
	border-radius: 10px;
}

.head-link a:nth-of-type(2){
	margin-left:20px;
}

.head-link a span{
	display: inline-block;
	width:5px ;
	height:5px;
	border-left:5px solid #000;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	margin-right:5px;
}

.toroku{
	display: block;
	width:calc(100% - 80px);
	margin:0 auto;
}
.toroku img{
	width:100%;
	border-radius: 10px;
}

.search {
	width:calc(100% - 80px);
	margin:20px auto 0;
	position: relative;
}

.search form{
	width:100%;
	display: flex;
	background:#f9004c;
}

.search .seaarea{
  vertical-align:middle; 
  display: block;
  width:calc(100% - 40px);
  height: 40px;
  line-height: 40px;
  text-indent: 1em;
  border:none;
  background-color:#fff;
}

.search .seabutton{
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  font-size:14px;
  width:40px;
  height: 40px;
  margin:0 5px;
  color:#000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont1{
	background:#f9004c;
	padding:50px 25px;
}
.cont2{
	background:#5ecd1b;
}

.cont3{
	background:#fad60c;
}

.cont1 ul li{
	margin:0 15px;
}

.cont1 img{
	width:200px;
	height:200px;
}

.cont1 ul li a{
	font-size:0.8rem;
	color:#000;
}

.cont1 p{
	width:200px;
	margin:10px 0;
	font-size:1rem;
	font-weight: bold;
	padding:12px 0;
	background:#fff;
	border-radius: 15px;
	color:#f9004c;
	text-align: center;
}

.cont4{
	background:linear-gradient(165deg, #000 35%,#c50cfa 35%,#c50cfa 80%);
}

.license{
	padding:50px 0;
}

.license li{
	color:#5ecd1b;
	text-align: center;
	margin-bottom:5px;
	font-size:0.8rem;
}


.license .bold{
	font-weight: bold;
	font-size:0.85rem;
}

.jenre{
	width:calc(100% - 100px);
	margin:0 auto;
	padding:50px 0 0;
}

.jenre li{
	margin-bottom:15px;
}

.jenre li:nth-last-of-type(1){
	margin-bottom:0;
}

.jenre li a{
	display: block;
	padding:18px 0;
	text-align: center;
	border-radius: 10px;
	font-size:0.9rem;
	font-weight: bold;
}

.jenre li:nth-of-type(1) a{
	color:#fff;
	border:1px solid #555;
}
.jenre li:nth-of-type(2) a{
	background:#fff;
	color:#f9004c;
}

.jenre li:nth-of-type(3) a{
	background:#fad60c;
	color:#000;
}

footer{
	background:linear-gradient(-170deg,#c50cfa 0%,#c50cfa 65%,#000 65%);
}

.cont5{
	background:#000;
	padding-bottom:30px;
}

.cont5 h2{
	color:#fad60c;
	font-size:1.4rem;
	padding-left:30px;
	margin-bottom:15px;
}

.menu{
	width:calc(100% - 80px);
	margin:0 auto;
}

.menu li{
	margin-bottom:8px;
}
.menu li a{
	display: block;
	color:#fff;
	font-size:0.8rem;
}

.menu li a span{
	display: inline-block;
	width:5px ;
	height:5px;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #fff;
	margin-right:5px;
}

.menu2 li a{
	font-size:1rem !important;
	padding:5px 0;
}

.cont5 p{
	text-align: center;
	color:#fff;
	font-size:0.7rem;
	margin:30px 0 0;
	padding:0 50px;
}

.cont6{
	background:#000;
	padding:50px 0;
}

.cont6 h2{
	color:#f9004c;
	font-size:1.4rem;
	padding-left:30px;
	margin-bottom:30px;
}

.cont6 p{
	display: inline-block;
	font-size:1rem;
	color:#fff;
	padding:3px 10px;
	background:#f9004c;
}

.cont6 ul{
	display: flex;
	width:calc(100% - 20px);
	margin:0 auto 20px;
}

.cont6 ul li{
	width:calc((100% - 20px) / 3);
	margin-right:10px;
}

.cont6 ul li:nth-of-type(3){
	margin-right:0;
}

.cont6 ul li img{
	width:100%;
	margin-bottom:10px;
}
.cont6 ul li span{
	display: block;
	width:90%;
	margin:5px auto;
	font-size:1rem;
	font-weight: bold;
	padding:7px 0;
	background:#fff;
	border-radius: 15px;
	color:#f9004c;
}
.cont6 a{
	display: block;
	font-size:0.9rem;
	color:#fff;
	text-align: center;
}

.more{
	display:block;
	color:#fff;
	font-size:1.1rem;
	text-align: center;
	margin:15px 0 0 ;
	font-weight: bold;
}

.more span{
	display: inline-block;
	width:5px ;
	height:5px;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #fff;
	margin-right:10px;
}

iframe{
	display:block;
    margin:0 auto;
}