@charset "utf-8";

*, *: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;
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
  text-decoration: none;
}

section a:hover{
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.35s ease;
  transition: all  0.5s ease;
}

img{
  vertical-align: bottom;
  backface-visibility: hidden;
  vertical-align: bottom;
  backface-visibility: hidden;
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
}

/*
h1{
  padding:10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 5px solid;
  border-image: linear-gradient(to right, #00dbde 0%, #ff1ed2 100%);
  border-image-slice: 1;
}
*/

h1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 13px;
  position: fixed;
  background:#fff;
  top: 0;
  left: 0;
  z-index: 2;
}

h1 > img{
  width:250px;
}


h1 a img{
  width:30px;
  height:30px;
  margin-right:10px;
}

.menu-trigger {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #555;
  transition: all .5s .2s;
}
.menu-trigger.active span {
  background-color: #555;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
}

nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  background:#fff;
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9999;
}

nav ul {
  border-top:1px solid #ddd;
}

nav ul li a {
  display: block;
  padding: 15px;
  border-bottom:1px solid #ddd;
  font-size:14px;
  color:#555;
  position: relative;
  width:100%;
}

nav ul li a span{
  display: inline-block;
  position: absolute;
  width:10px;
  height:10px;
  top:0;
  bottom:0;
  right:15px;
  margin:auto 0;
  border-top:1.5px solid #555;
  border-right:1.5px solid #555;
  transform: rotate(45deg);
}

main{
  padding-top:60px;
}

header{
  position: relative;
  background:#f0f0f0;
  padding-bottom:150px;
}

header img{
  width:100vw;
}

header p{
  position: absolute;
  bottom:90px;
  width:95%;
  left:0;
  right:0;
  margin:0 auto;
  background:#fff;
  padding:15px;
  font-size:14px;
  color:#666;
}

header a{
  position: absolute;
  bottom:15px;
  width:85%;
  left:0;
  right:0;
  margin:0 auto;
  display: block;
  padding:15px;
  background:#41a3f2;
  color:#fff;
  text-align: center;
  font-size:20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-left:0.2em;
}

.toroku{
  width:85%;
  margin:0 auto 15px;
  display: block;
  padding:15px;
  background:#41a3f2;
  color:#fff;
  text-align: center;
  font-size:20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-left:0.2em;
}

h2{
  padding: 15px;
  font-size:16px;
  color:#333;
  background:#fff;
  border-top:1px solid #eee;
}

h2 span{
  border-left: 5px solid #ddd;
  margin-right:10px;
}

section{
  padding-bottom:20px;
  background:#f0f0f0;
}

section:nth-of-type(3){
  padding-top:20px;
  background:#f0f0f0;
}

section:nth-last-of-type(1){
  padding-top:0;
  padding-bottom:0;
  background:#f0f0f0;
}

.category ,.keyword ,.newimg{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  margin:0 auto;
  padding:10px 0 5px;
  background:#fff;
}

.category li{
  width:calc((100% - 30px) / 2);
  margin-left:10px;
  margin-bottom:10px;
}

.category li:nth-of-type(2n){
  margin-right:10px;
}

.category li a{
  display: block;
  position: relative;
}

.category li img{
  width:100%;
}

.category li p{
  position: absolute;
  bottom:0;
  right:0;
  left:0;
  margin:0 auto;
  background:rgba(0,0,0,0.3);
  color:#fff;
  padding:10px;
  font-size:12px;
}

.swiper-container{
  width:100%;
  height:400px;
}

.swiper-container img{
  width:100%;
  height:400px;
  object-fit: cover;
}

.keyword li{
  border:1px solid #aaa;
  display: inline-block;
  margin-left:10px;
  margin-bottom:10px;
}

.keyword li a{
  display: block;
  padding:5px;
  font-size:14px;
  color:#888;
}

.newimg li{
  width:calc(100% - 20px);
  margin:0 auto 10px;
}

.newimg li a{
  position: relative;
  display: block;
  width:100%;
  height:300px;
}

.newimg img{
  width:100%;
  height:300px;
  object-fit: cover;
}

.newimg li p{
  position: absolute;
  bottom:0;
  right:0;
  left:0;
  margin:0 auto;
  background:rgba(0,0,0,0.3);
  color:#fff;
  padding:10px;
  font-size:12px;
}

.more{
  display: block;
  padding:15px 0;
  width:80%;
  margin:10px auto;
  color:#555;
  font-size:14px;
  text-align: center;
}

.menu{
  background:#222;
}

.menu a{
  display: block;
  padding:15px;
  color:#fff;
  font-size:12px;
  border-bottom:1px solid #666;
  letter-spacing: 0.1em;
  position: relative;
}

.menu a span{
  display: inline-block;
  position: absolute;
  width:10px;
  height:10px;
  top:0;
  bottom:0;
  right:15px;
  margin:auto 0;
  border-top:1.5px solid #fff;
  border-right:1.5px solid #fff;
  transform: rotate(45deg);
}

.copy{
  text-align: center;
  background:#222;
  padding:20px 0; 
}

.copy img{
  width:200px;
  margin:15px 0;
}

.copy span{
  display: block;
  width:80%;
  font-size:11px;
  color:#ddd;
  margin:10px auto;
}