/*
--CMS・納品後追加処理用.css
*/
span.wpcf7-spinner{display: none !important;}
div.wpcf7-mail-sent-ok,div.wpcf7-response-output,div.wpcf7-validation-errors,div.wpcf7-acceptance-missing {display: none !important;}

/* cms-img */
.news__deta--bx img{
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto;
}
.news__deta--bx .aligncenter {
  display: block;
  margin: 30px auto;
}
.news__deta--bx .alignright {
  margin-left: auto;
}
.news__deta--bx .alignleft {
  margin-right: auto;
}
.news__deta--bx .alignright {
  display: block;
  margin-left: auto;
}
.news__deta--bx .alignleft {
  display: block;
  margin-right: auto;
}
.news__deta--bx img[class*="wp-image-"],
.news__deta--bx img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
.news__deta--bx a{
  font-weight: bold;
  text-decoration: underline;
}
/**/
/**/

header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  height:110px;
  z-index: 9999;
}
.head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #fff;
}
.head__logo{
  margin:5px 0 0 25px;
}
.head__logo img{
  width:290px;
}
.head nav{
  list-style: none;
  letter-spacing: -1px;
}
.head nav li{
  list-style: none;
}
.head__nav {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: center;
  padding:65px 20px 0 0;
}
.head__nav li{
  margin-left: 35px;
}
.head__nav a{
  color: #28B6AA;
  font-size: 16px;
  transition: .3s;
}
.head__nav a:hover{
  color: #0068B6;
}
.head__txt--banner{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: center;
}
.head__txt--banner .mn a{
  padding: 8px 15px;
  font-size: 16px;
  text-align: center;
  display: block;
  color: #000;
  background: #D5F8FF;
  border-radius: 0 0 0 30px;
}
.head__txt--banner .cr a{
  padding: 8px 15px;
  font-size: 16px;
  text-align: center;
  display: block;
  color: #fff;
  background: #28B6AA;
}
.head__txt--banner .rec a{
  padding: 8px 35px;
  font-size: 16px;
  text-align: center;
  display: block;
  color: #fff;
  background: #0068B6;
}
.head__txt--banner .rec a::after{
  background: url(../img/com/new-Window.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.head__txt--banner a{
  transition: .3s;
}
.head__txt--banner a:hover{
  opacity: .5;
}
.manga .und--mv {
  background: url(../img/manga/mv.jpg) center top no-repeat;
  background-size: auto;
  background-size: cover;
}
.manga .com__tl--head .ja{
  font-size: 38px;
  line-height: 48px;
}
.manga__wrapp {
  padding-top: 2vw;
}
.manga__list{
  margin:35px auto;
  list-style: none;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, minmax(10vw, 1fr));
}
.manga__list--fig{
  margin-bottom: 15px;
}
.manga__list--fig img{
  width: 100%;
}
.manga__list--btns .blueBtn a{
  padding:10px ;
  font-size: 15.5px;
  text-align: center;
  display: block;
  color: #fff;
  background: #0068B6;
  letter-spacing: -1px;
}
.manga__list--btns .blueBtn a::after{
  background: url(../img/manga/NewWindow-White.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-left: 5px;
}
.manga__list--btns .cyBtn a{
  padding:10px ;
  font-size: 15.5px;
  text-align: center;
  display: block;
  color: #0068B6;
  background: #FFFBEA;
  border: 1px solid #0068B6;
  letter-spacing: -1px;
}
.manga__list--btns .cyBtn a::after{
  background: url(../img/manga/NewWindow-Blue.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-left: 5px;
}
.manga__list--btns a{
  transition: .3s;
  margin-bottom: 20px;
}
.manga__list--btns a:hover{
  opacity: .5;
}
/**/
@media screen and (max-width: 1210px) {
  header{
    height:9.25vw;
  }
  .head__logo{
    margin:.5vw 0 0 2vw;
  }
  .head__logo img{
    width:24vw;
  }
  .head nav{
    list-style: none;
    letter-spacing: -.1vw;
  }
  .head__nav {
    padding:5.45vw 1.5vw 0 0;
  }
  .head__nav li{
    margin-left: 3.15vw;
  }
  .head__nav a{
    font-size: 1.3vw;
  }
  .head__txt--banner .mn a{
    padding: .65vw 1.5vw;
    font-size: 1.3vw;
  }
  .head__txt--banner .cr a{
    padding: .65vw 1.5vw;
    font-size: 1.3vw;
  }
  .head__txt--banner .rec a{
    padding: .65vw 2vw;
    font-size: 1.3vw;
  }
  .head__txt--banner .rec a::after{
    width: .85vw;
    height: .85vw;
    margin-left: .5vw;
  }
  .manga .com__tl--head .ja {
    font-size: 3.85vw;
    line-height: 3.85vw;
  }
  .manga__list--btns .blueBtn a,
  .manga__list--btns .cyBtn a {
    padding: .85vw 0;
    font-size: 1.3vw;
    letter-spacing: -.05vw;
  }
  .manga__list--btns .blueBtn a::after,
  .manga__list--btns .cyBtn a::after {
    width: 1.5vw;
    height: 1.5vw;
    margin-left: .5vw;
  }
}
/**/
@media screen and (max-width: 767px) {
  header{
      height: 28vw;
      z-index: 9999;
  }
  .head{
      background: #fff;
  }
  .head__logo{
      margin:6.5vw 5vw 0;
  }
  .head__logo img{
      width: 60vw;
  }
  .sp--scrllBlock{
      /* height: 120vw;
      overflow-y: scroll; */
  }
  .head nav{
      list-style: none;
      letter-spacing: -.01vw;
  }
  .head__nav {
      display: block;
      padding:0 0 5vw 10vw;
  }
  .head__nav li{
      margin:3.5vw auto;
  }
  .head__nav a{
      font-size:3.7vw;
      line-height: 5vw;
  }
  .head__nav a:hover{
    color: #28B6AA;
  }
  .head__txt--banner{
      position: static;
      display: block;
  }
  .head__txt--banner .mn a{
      padding: 3.65vw 0;
      font-size: 4vw;
      line-height: 5vw;
      width: 80%;
      margin: 0 auto 3vw;
      border-radius: 0;
  }
  .head__txt--banner .cr a{
      padding: 3.65vw 0;
      font-size: 4vw;
      line-height: 5vw;
      width: 80%;
      margin: 0 auto 3vw;
  }
  .head__txt--banner .rec a{
      padding: 3.65vw 0;
      font-size: 4vw;
      line-height: 5vw;
      width: 80%;
      margin: 0 auto;
  }
  .head__txt--banner .rec a::after{
      width: 3.75vw;
      height: 3.75vw;
      margin-left: 2.25vw;
  }
  .head__txt--banner a:hover{
      opacity: 1;
  }
/**/
/**/
.manga .und--mv {
  background: url(../img/manga/mv-s.jpg) center top no-repeat;
  background-size: auto;
  background-size: cover;
}
.manga .com__tl--head .ja {
  font-size: 6vw;
  line-height: 8vw;
}
  .manga__list{
      margin: 10vw auto;
      display: block;
  }
  .manga__list--fig{
      margin-bottom: 5vw;
  }
  .manga__list--btns .blueBtn a,
  .manga__list--btns .cyBtn a{
      padding:3.5vw .5vw ;
      font-size: 4.65vw;
      letter-spacing: -.25vw;
  }
  .manga__list--btns .blueBtn a::after,
  .manga__list--btns .cyBtn a::after{
      width: 3.5vw;
      height: 3.5vw;
      margin-left: 2vw;
  }
  .manga__list--btns{
      margin-bottom: 18.5vw;
  }
  .manga__list--btns a{
      margin-bottom: 5vw;
  }
  .manga__list--btns a:hover{
      opacity: 1;
  }
}
/*******************************************************************************/
@media screen and (max-width: 767px) {
  .nav--trigerBtn{
    display: block;
  }
  .nav--trigerBtn.active{
      display: block;
      width: 11.5vw;
      height: 11.5vw;
  }
  header nav.active {
    opacity: 1;
    z-index: 25;
    display: block;
  }
  header nav.active>.head__wrapp--logsp{
      display: block;
  }
  header nav {
    position: absolute;
    z-index: -1;
    top: 28vw;
    left: 101vw;
    color: #000;
    text-align: center;
    transition: all 0.6s;
    width: 65vw;
    height: 105vh;
    padding: 2vw 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
    background:#fff;
  }

  header nav.active{
      left: 35vw;
  }
  .nav--trigerBtn {
    display: block;
    position: absolute;
    right: 10vw;
    top: 7vw;
    width: 10vw;
    height: 10vw;
    cursor: pointer;
    z-index: 5;
  }
  .nav--trigerBtn span {
    display: block;
    position: absolute;
    width: 10vw;
    border-bottom: solid 3px #000;
    transition: .35s ease-in-out;
    right: 0;
  }
  .nav--trigerBtn span:nth-child(1) {
    top: 3.5vw;

  }
  .nav--trigerBtn span:nth-child(2) {
    top: 6.5vw;

  }
  .nav--trigerBtn span:nth-child(3) {
    top: 10vw;

  }
  .nav--trigerBtn.active span:nth-child(1) {
      right: 1vw;
      top: 6.5vw;
    border-bottom: solid 3px #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav--trigerBtn.active span:nth-child(2),
  .nav--trigerBtn.active span:nth-child(3) {
      right: 1vw;
      top: 6.5vw;
    border-bottom: solid 3px #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}


.top__bx--tl.min{
  font-size: 22px !important;
}
@media screen and (max-width: 767px) {
  .top__bx--tl.min{
    font-size: 6vw !important;
  }
}
