#contents {
  position: relative;
  padding: 80px 0 0px;
}
  @media only screen and (min-width: 800px) {
    #contents {
      padding-top: 100px;
    }
  }
/* =======================================
	contents-header
======================================= */
.contents-header {
  position: relative;
  background: #fef1d0;
}
.home .contents-header {
  padding: 30px 0;
}
.main-visual__area{
  gap: 30px;
  justify-content: space-between;
  min-height: 400px;
  flex-direction: column;
}
.main-visual__area .img-area,
.main-visual__area .catch-copy {
  width: 100%;
  position: relative;
}
.main-visual__area .img-area{
  align-self: center;
  order: -1;
}
.catch-copy__inner{
  position: relative;
}
.catch-copy h2{
  margin-bottom: 30px;
  width: 80vw;
  max-width: 500px;
}
.catch-copy p {
  font-size: 1.4rem;
}
.catch-copy p.tag {
  font-size: 1.4rem;
}
.catch-copy p span+span{
  padding-left: 20px;
}
  @media only screen and (min-width: 768px) {
    .main-visual__area{
      min-height: 600px;
      flex-direction: inherit;
    }
    .main-visual__area .img-area{
      align-self: center;
      order: inherit;
    }
    .main-visual__area .img-area,
    .main-visual__area .catch-copy {
      width: calc(50% - 15px);
    }
    .catch-copy__inner{
      position: absolute;
      left: 0%;
      top: 60%;
      transform: translate(0%,-50%);
    }
    .catch-copy h2{
      width: 35vw;
    }
  }
/*
.slick-slider::after {
  display:block;
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  background:url(./../img/slider/bg_slider.png) repeat;
  top:0;
}
*/

/* .contents-header.underpage {
  height: 160px;
  overflow: hidden;
  background: rgb(16,67,137);
  background: linear-gradient(45deg, rgba(16,67,137,1) 0%, rgba(74,145,202,1) 35%);
}
.contents-header .page-ttl-layer h2{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 1px #000;
  line-height: 1;
  font-size: 3.2rem;
  margin: auto;
  color: #fff;
  letter-spacing: 1rem;
  text-align: center;
  font-weight: 500;
}
.contents-header .page-ttl-layer h2 span{
  display:block;
  font-size: 2.5rem;
  letter-spacing: 0rem;
}
.contents-header img {
  width: 100%;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contents-header img{
    object-fit: cover;
    min-height: 250px;
  }
  .contents-header .page-ttl-layer h2{
    font-size: 2.5rem;
  }
  .contents-header .page-ttl-layer h2 span{
    font-size: 2.0rem;
  }
} */

.top-img__area{
  position: relative;
  border-radius: 30px 30px 30px 0;
  height: 350px;
}
.top-img__area img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 30px 30px 30px 0;
}
.page-ttl-layer{
  position: relative;
  width: 100%;
  padding: 100px 0 50px;
  box-sizing: border-box;
}
.page-ttl{
  font-size: 3.4rem;
  line-height: 1.6;
}
.page-ttl .en{
  font-size: 1.4rem;
  display: block;
  line-height: 1;
}
/* =======================================
	TITLE
======================================= */
.top-ttl{
  display:inline-block;
  font-size:2.4rem;
  line-height: 1;
}
.top-ttl .en{
  display: block;
  color: #fccf00;
  font-size: 1.2rem;
  line-height: 1.8;
}
/* =======================================
	contents-body
======================================= */
.contents-body__inner{
  position: relative;
  padding: 50px 0 50px;
}
.wrap-container,
.wrap-container__narrow{
  margin-left:5vw;
  margin-right:5vw;
}
.bloc-header{
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body:not(.home) .contents-body__inner{
    padding-top: 100px;
  }
}
@media only screen and (min-width: 940px) {
  .wrap-container__narrow{
    margin: 0 auto;
    max-width: 900px;
  }
}
@media only screen and (min-width: 1120px) {
  .wrap-container{
    margin: 0 auto;
    max-width: 1080px;
  }
}
/* =======================================
	NEWS
======================================= */

.home-news__list {
  padding: 20px 30px 20px 20px;
  border-bottom:1px solid #575564;
}
#top-news .home-news__list:first-child{
  border-top:1px solid #575564;
}
#archive-news .post:first-child .home-news__list{
  border-top:1px solid #575564;
}
.home-news__list dd a{
  position: relative;
  display: block;
}
.home-news__list dd a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 25px;
  background: url(../img/common/icon/icon_arrow.png) no-repeat;
  background-position: center;
  background-size: contain;
  transition: all .5s ease;
}
.home-news__list dd a:hover{
  color: #fccf00;
  transition: all .5s ease;
}
.home-news__list dd a:hover::before{
  background: url(../img/common/icon/icon_arrow_yellow.png) no-repeat;
  background-position: center;
  background-size: contain;
  transition: all .5s ease;
}

#single-news .bloc-header{
  padding-bottom: 15px;
  border-bottom: 2px solid #575564;
}
#single-news .bloc-header h3{
  font-size: 2.2rem;
}
#single-news .bloc-header h4{
  font-size: 1.4rem;
  color: #fccf00;
}
#single-news .page-link{
  text-align: center;
}
/* =======================================
	TOP-plugin list
======================================= */
.plugin-list{
  gap: 30px;
}
.plugin-list > div{
  width: calc((100% - 30px)/ 2);
}
@media only screen and (min-width: 768px) {
  .plugin-list > div{
    width: calc((100% - 90px)/ 4);
  }
}
.plugin-list .img-area{
  aspect-ratio: 300/224;
  overflow: hidden;
  margin-bottom: 10px;
}
.plugin-list .img-area img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1,1);
  transition: all .5s ease;
}
.plugin-list a:hover .img-area img{
  transform: scale(1.1,1.1);
  transition: all .5s ease;
}
.plugin-list a{
  font-size: 1.6rem;
  text-decoration: none;
  transition: all .5s ease;
}
.plugin-list a:hover{
  color: #fccf00;
  transition: all .5s ease;
}

/* =======================================
	contents-footer
======================================= */
/* =======================================
	共通
======================================= */
/* =======================================
	Pluginレイアウト
======================================= */
.contents-body .plugin-container{
  padding-top: 50px;
  gap: 50px;
  justify-content: space-between;
}
.category-area{
  width: 100%;
  order: 1;
}
.main-contents__area{
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .category-area{
    display: block;
    width: calc(250px - 25px);
    order: inherit;
  }
  .main-contents__area{
    width: calc(100% - 250px - 25px);
  }
}
.main-contents__area section{
  margin-bottom: 50px;
}
/* カテゴリー部分 */
.category-area{
  padding-bottom: 50px;
}
.category-area a{
  text-decoration: none;
}
.category-area .parent-category__ttl{
  margin-bottom: 10px;
  border-bottom: #667788 solid 2px;
}
.category-area .parent-category__ttl a{
  font-size: 1.8rem;
  font-weight: bold;
}
.category-area p a{
  font-size: 1.6rem;
  display: block;
  margin:0;
  padding:10px 5px 10px 15px;
  position: relative;
}
.child-category__list{

}
.child-category__ttl{
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  background: #FFD700;
  margin-bottom: 0;
  padding: 2px 10px;
}
.child-ttl__list{
  margin-left: 10px;
  margin-right: 10px;
}
.child-ttl__list li{
  box-sizing: border-box;
  border-bottom:#CCC dotted 1px;
}
.child-ttl__list a{
  display: block;
  margin:0;
  padding:10px 5px 10px 15px;
  position: relative;
}
.other-plugin{
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: #667788 solid 2px;
}
.other-plugin__ttl{
  box-sizing: border-box;
  border-bottom:#CCC dotted 1px;
}
.other-plugin__ttl a{
  font-size: 1.6rem;
  display: block;
  margin:0;
  padding:10px 5px 10px 15px;
  position: relative;
}
.category-area p a::before,
.other-plugin__ttl a::before,
.child-ttl__list a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background:url(../img/common/icon/icon_arrow.png) 0 15px no-repeat;
  background-position: center;
  background-size: contain;
  width: 6px;
  height: 8px;
}
/* コンテンツエリア */
.main-contents__area .bloc-header{
  margin-bottom: 30px;
}
.main-contents__area .img-area{
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.bloc-ttl{
  display: block;
  padding: 10px;
  border-radius:2px;
  background: #e4e4e4;
}

.bloc-ttl+.bloc-ttl__sub{
  margin-top: 10px;
}
.bloc-ttl__sub{
  display: block;
  padding:7px 10px 7px 50px;
  border-radius:2px;
  background: #f0f0f0;
  position: relative;
}
.bloc-ttl__sub::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background:url(../img/common/icon/icon_finger.png) no-repeat;
  background-position: center;
  background-size: contain;
  width:30px;
  height: 18px;
}
.release-note__area h5 {
  font-weight: bold;
  font-size: 16px;
  padding-top: 15px;
  margin-bottom: 10px;
}
.release-note__area .free {
  border-bottom:1px dashed #e4e4e4;
  padding: 0 0 16px;
}
.bloc2-flex,
.side-img__flex{
  gap: 30px;
  justify-content: space-between;
}
.bloc2-flex > div,
.side-img__flex > div{
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .side-img__flex > div:nth-of-type(1){
    width: 300px;
  }
  .side-img__flex > div:nth-of-type(2){
    width: calc(100% - 315px - 15px);
  }
  .bloc2-flex > div{
    width: calc(100% / 2 - 15px);
  }
}
/* 下部のご案内 */
.plugin-footer{
  margin-bottom:50px;
  padding:20px;
  border:1px solid #e4e4e4;
  border-radius:10px
}
.plugin-footer a{
  text-decoration: none;
  transition: all .5s ease;
}
.plugin-footer a:hover{
  color: #fccf00;
  transition: all .5s ease;
}
.plugin-footer strong {
  display:block
}
.plugin-footer em {
  font-style:normal;
  display:block;
  margin-top:10px
}
.plugin-footer address{
  font-size: 1.2rem;
}