@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP Regular'),
       local('NotoSansCJKjp-Regular'),
       local('NotoSansJP-Regular'),
       url('../fonts/NotoSerifCJKjp-Regular.min.woff2') format('woff2'),
       url('../fonts/NotoSerifCJKjp-Regular.min.woff') format('woff'),
       url('../fonts/NotoSerifCJKjp-Regular.min.ttf') format('truetype');
  font-display: swap;
}


.l-cnt,
.cnt-inner {
  background-color: #191919;
}

#page_title {
  margin-top: 40px;
  height: 60px;
  text-align: center;
  background-color: #58463e;
}

#page_title h1 {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", 'Noto Serif Japanese', serif;
  font-size: 27px;
  line-height: 60px;
}


/*--------------------
common
--------------------*/

.contents a,
.modaal-wrapper a{
	transition: 0.4s;
    color:#fff;
    text-decoration:none;
}

.contents a:hover,
.modaal-wrapper a:hover{
  color:#ccc;
	opacity:0.50;
}

.contents ul{
	list-style:none;
}

.contents img{
vertical-align: top;
}

.contents .inner{
	width:1024px;
	margin:0 auto;
	padding:0;
}

.contents .pc_nobr{
	display:none;
}

.contents .sp_nobr{
	display:block;
}


/*--------------------
contents
--------------------*/

.contents{
	width:100%;
  padding: 41px 0 100px;
	margin:0 auto;
  font-size:18px;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 400;
    position: relative;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    letter-spacing: 0.05em;
}

.contents .title{
    width: 1024px;
    font-family: 'Libre Baskerville', serif;
    font-size: 45px;
    text-align: center;
    line-height: 1.2;
    padding: 50px 0 45px;
    margin: 0 auto;
}

.contents .title span{
    display: block;
    font-size: 18px;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    padding-top: 7px;
}

.contents #slider {
    width: 100%;
    height: 680px;
}
.contents #slider .swiper-slide {
    width: 100%;
    height: 680px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.contents #slider .swiper-slide img {
  width: 1500px;
    left: 50%;
    margin-left: -750px;
    object-fit: none;
    position: absolute;
}
.contents #slider_navi {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 1382px;
}
@media screen and (max-width: 767px) {
  .contents #slider {
    height: 340px;
  }
.contents #slider .swiper-slide {
    height: 340px;
}
  .contents #slider .swiper-slide img {
  width:auto;
    height: 340px;
    margin-left: -375px;
    object-fit: cover;
  }
}
@media screen and (max-width: 420px) {
  .contents #slider {
    height: 270px;
  }
.contents #slider .swiper-slide {
    height: 270px;
}
  .contents #slider .swiper-slide img {
  width:auto;
    height: 270px;
    margin-left: -298px;
    object-fit: cover;
  }
}


.contents ul.keyword{
    text-align: left;
}

.contents ul.keyword li{
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin:  0 6px 8px 0;
}

.contents #keyword_index ul.keyword,
.modaal-container ul.keyword{
    overflow: hidden;
}

.contents #keyword_index ul.keyword li,
.modaal-container ul.keyword li{
    width: auto;
    float: left;
    vertical-align: top;
    margin:  0 5px 14px 4px;
}

.contents ul.keyword#exa_keyword li a{
    display: block;
    color: #000;
    background: #aaaaaa;
    padding: 0 10px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
}

.contents ul.keyword li a{
    display: block;
    color: #000;
    background: #aaaaaa;
    padding: 0 10px;
    font-size: 12px;
    height: 22px;
    line-height: 21px;
    border-radius: 11px;
}


.contents #keyword_index ul.keyword li a,
.modaal-container ul.keyword li a{
    display: block;
    color: #000;
    background: #fff;
    padding: 0 13px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
}

.contents #keyword_index ul.keyword li.select a{
    color: #fff;
    background: #f9640f;
    padding: 0 9px 0 13px;
}


.contents #keyword_index ul.keyword li.select a::after{
    content: '×';
    font-size: 18px;
    line-height: 22px;
    padding:0 0 0 2px;
}


.contents ul.list_exa{
    width: 1024px;
    margin: 0 auto;
    text-align: left;
}

.contents ul.list_exa > li{
    display: inline-block;
    vertical-align: top;
    width: 497px;
    overflow: hidden;
    padding-bottom: 12px;
    text-align: left;
}

.contents ul.list_exa > li:nth-child(odd){
    padding-right: 15px;
}

.contents ul.list_exa > li:nth-child(even){
    padding-left: 15px;
}

.contents ul.list_exa li .img{
    width: 210px;
    height: 195px;
    margin: 0 20px 8px 0;
    float: left;
}

.contents ul.list_exa li .img img{
    width: 100%;
}

.contents ul.list_exa li .txt{
    padding: 0 0 0 230px;
    margin-top: -5px;
}

.contents ul.list_exa li h3{
  clear: none;
  font-size: 24px;
}

.contents ul.list_exa li p{
    padding: 0 0 10px;
    font-size: 17px;
}


/* ---- 740px > ---- */

@media screen and (max-width: 767px) {

  .cnt-inner {
    height: auto;
  }

  #page_title {
    margin-top: 0;
    height: 55px;
  }

  #page_title h1 {
    font-size: 21px;
    line-height: 55px;
  }


/*--------------------
common
--------------------*/

.contents .inner{
	width:100%;
	margin:0;
}

.contents .pc_nobr{
	display:block;
}

.contents .sp_nobr{
	display:none;
}

.contents a{
	transition: 0.4s;
}

.contents a.hover{
	opacity:0.50;
}


.contents a:hover{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


/*--------------------
contents
--------------------*/

.contents{
    width: 100%;
    padding: 0;
    font-size: 16px;
}

.contents .title{
    width: 92%;
    font-size: 30px;
    padding: 9.5% 4% 8.5%;
}

.contents .title span{
    font-size: 14px;
}



.contents ul.keyword li{
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin:  0 6px 8px 0;
}

.contents #keyword_index ul.keyword li,
.modaal-container ul.keyword li{
    width: auto;
    display: inline-block;
    vertical-align: top;;
    margin:  0 4px 10px;
}

.contents #keyword_index ul.keyword li a,
.modaal-container ul.keyword li a{
    display: block;
    color: #000;
    background: #fff;
    padding: 0 10px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
}

.contents ul.keyword#exa_keyword li{
    margin:  0 3px 8px 3px;
}

.contents ul.keyword#exa_keyword li a{
    display: block;
    color: #000;
    background: #aaaaaa;
    padding: 0 10px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
}

.contents ul.keyword li a{
    display: block;
    color: #000;
    background: #aaaaaa;
    padding: 0 9px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
}


.contents ul.keyword_index li.select a::after{
    font-size: 14px;
    padding:0 0 0 2px;
    line-height: 22px;
}

.contents ul.list_exa{
    width: 92%;
    padding-bottom: 16%;
}

.contents ul.list_exa > li,
.contents ul.list_exa > li:nth-child(odd),
.contents ul.list_exa > li:nth-child(even){
    width: 100%;
    padding:0 0 6%;
}

.contents ul.list_exa > li:last-child{
    padding-bottom: 0;
}

.contents ul.list_exa li .img{
    width: 42%;
    height: 0;
    padding: 0 0 39%;
    margin: 0;
}

.contents ul.list_exa li .img img{
    width: 100%;
}

.contents ul.list_exa li .txt{
    padding: 0 0 0 45%;
    margin-top: -5px;
}

.contents ul.list_exa li h3{
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 2%;
}

.contents ul.list_exa li p{
    padding: 0 0 10px;
    font-size: 14px;
}


}
