* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family:"Shuei MaruGo B"
}
img {
  width: 100%;
}
a {
  color: #1E7ABF;
  text-decoration: none;
}
a:hover {
  color: #398F4A;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 1em; /* フォントサイズちょっと小さく */
  position: static; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}
li {
  list-style: none;
}



/*---------------------------article-header*/
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../images/main_title_pc.jpg);
  background-repeat: repeat-y;
  /*background-size: cover;*/
  background-size: 1800px;
  background-position: center;
}
.products_wrap {
}
.article {
  /*max-width: 45%;*/
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-left: 3px solid #1A1A1A;
  border-right: 3px solid #1A1A1A;
  box-sizing: content-box;
  background-color: #FFF;

}
.article-header {
}
.article-title {
  margin-top: -24px;
}
.article-title .logo {
  max-width: 45%;
  position: absolute;
  left: -10px;
  top: 30px;
}
.article-title .name {
  position: absolute;
  top: 30px;
  right: 10px;
}
.article-title .name a {
  color: #FCEE21;
  font-size: 0.875rem;
}
.article-lead {
  display: flex;
  margin-bottom: 70px;
}
.article-title,
.article-lead {
  position: relative;
  max-width: 100%;
  width: 100%
}
.article-title h2 img {
  position: absolute;
  bottom: 0;
}
.article-lead__text p {
  margin-top: 30px;
  padding-left: 2.5rem;
  line-height: 2.1;
  font-size: 1.125rem;
}
.article-lead__side.click a {
  width: 32%;
  height: 255px;
  background: url(../images/btnHover.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.5s;
  position: absolute;
  top: -50px;
  right: 0;
}
.article-lead__side.click a:hover {
  background: url(../images/btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.article-lead__side.profile {
  max-width: 21%;
  position: absolute;
  bottom: 0;
  right: 35px;
}
.article-lead__side.profile a {
  display: block;
  max-width: 150px;
  width: 100%;
  height: 160px;
  background: url(../images/img01.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.5s;
/*  position: absolute;
  top: -170px;
  right: 0;*/
}
.article-lead__side.profile a:hover {
  background: url(../images/img01hover.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.article-lead__side.profile p {
  text-align: center;
  font-size: 1.125rem;
}

.article-navi ul {
  display: flex;
  justify-content: space-around;
  padding: 45px 0;
}


/*---------------------------article-content*/
.article-content {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.bordertop {
  border-top: 3px solid #1A1A1A;
}
.borderbottom {
  border-bottom: 3px solid #1A1A1A;
}
.products_indexWrap__title {
  max-width: 22.75%;
}
.products_indexWrap {
  padding-left: 40px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.products-content {
  margin-top: 70px;
}
.toc-content ul li {
  margin-bottom: 80px;
}
.toc-item img {
  /*max-width: 371px;*/
  /*padding: 0 15%;*/
  max-width: 60%;
}

.products_noticeWrap h3 {
  max-width: 74.375%;
  margin: 0 auto 30px;
}
.notice-txt {
/*  display: flex;
  flex-direction: column;
  align-items: center;*/
  margin-bottom: 55px;
  font-size: 18px;
  line-height: 2.1;
}
.notice-txt.attention {
  color: #ED1E79;
  margin-top: 50px;
}
.notice-txtWrap {
  width: 435px;
  margin: auto;
}
/*.notice-txt.link {
  display: block;
}*/
.notice-img {
  max-width: 38%;
  margin: auto;
}
.notice-img2 {
  width: 100%;
  margin: 0 auto 38px;
}
.notice-img2 ul {
  display: flex;
  justify-content: center;
}
.notice-img2 ul li {
  max-width: 20.375%;
}
.notice-img2 ul li:not(:last-child) {
  margin-right: 10px;
}
.notice-img.flex img {
  max-width: 162px;
}
/*.notice-btn a {
  width: 292px;
  height: 62px;
  padding: 20px 130px;
  margin: 0 0 45px;
  background: url(../images/btn02Hover.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: 0.5s;
}*/
/*.notice-btn a:hover {
  background: url(../images/btn02.png);
  background-repeat: no-repeat;
  background-size: cover;
}*/

.article-share {
  display: flex;
  justify-content: space-between;
}
.article-share ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 643px;
  margin-top: 10px;
}
.article-share ul li img {
  vertical-align: text-top;
}
.mdi-twitter-box {
  max-width: 51px;
}
.mdi-facebook-box {
  max-width: 36px;
}
.mdi-line {
  max-width: 44px;
}
.mdi-mail {
  max-width: 119px;
}
.mdi-home {
  max-width: 151px;
}
.mdi-dokonoko {
  max-width: 19.625%;
}

.article-copy {
  text-align: center;
  padding: 25px 0 75px;
}
.article-copy p {
  font-size: 0.8125rem;
}

.brpc {
  display: block;
}
.brsp {
  display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.hidden {
  visibility: hidden;
}
/*--------------------------------interview*/
.interview-wrap {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.interview-wrap dl {
  width: 512px;
  margin: 0 auto 60px;
  display: flex;
}
.interview-wrap dl:first-child {
  margin-top: 85px;
}
.interview-wrap dl dt {
  width: 80px;
}
.interview-wrap dl dt,
.interview-wrap dl dd {
  font-size: 1.125rem;
  line-height: 2.1;
}
.interview-wrap .link {
  color: #1E7ABF;
}
.photo {
  margin-bottom: 55px;
}
.interview-wrap div.nextp {
  text-align: center;
  margin-bottom: 40px;
}
.article-date p {
  font-size: .875rem;
}
.article-date .data {
  text-align: center;
  margin-bottom: 100px;
}
.interview-content h2 {
  text-align: center;
  margin: 83px 0;
}
.interview-content h2 img {
  max-width: 65.5%;
}
.navi-item.prev figure img,
.navi-item.next figure img {
  max-width: 30px;
}
.navi-item.index figure img {
  max-width: 40px;
}
.navi-item.prev figcaption,
.navi-item.next figcaption,
.navi-item.index figcaption {
  margin-left: -5px;
  font-size: 17px;
  color: #000!important;
}
.listenerColor {
  color: #665B56;
}
/*--------------------------------popup prof*/
.lity.lity-opened {
  opacity: 1;
}
.lightbox {
/*  max-height: 90vh !important;*/
  padding: 30px;
  background-color: #fff;
  overflow: scroll;
}
.lightbox__container .profile div {
  max-width: 600px;
}
.profile__title {
  font-family: "Shuei MaruGo B"
  font-weight: 400;
  line-height: 1.8;
  font-size: 28px;
  letter-spacing: .06em;
}
.profile__sub {
  font-family: "Shuei MaruGo B"
  font-weight: 400;
  font-size: 20px;
}
.profile__body {
  margin-top: 9%;
  font-family: "Shuei MaruGo B"
  font-size: 100%;
}

.hover:hover img {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.toc-item.gray img {
   -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
}









@media screen and (max-width: 1785px) {
/*  .article {
    max-width: 800px;
  }*/
/*  body:before {
    background-size: contain;
  }*/
}



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

}





/*--------------------------------SP*/
@media screen and (max-width: 480px) {
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url(../images/main_title_sp.jpg);
    background-repeat: repeat-y;
    background-size: contain;
  }
  .article {
    max-width: calc(100% - 74px);
  }
  .article-share {
    display: block;
    flex-wrap: wrap;
  }
  .article-share ul {
    width: 250px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .article-share ul li:nth-child(4),
  .article-share ul li:nth-child(5) {
    padding-top: 20px;
  }
  .article-title,
  .article-lead,
  .products_indexWrap,
  .products_noticeWrap h3,
  .notice-img2 {
    max-width: 100%;
  }
  .article-lead {
    display: block;
  }
  .article-title .name a {
    font-size: 5px;
  }
/*  .article-lead{
    width: 250px;
    margin: auto;
    padding: 10px;
    border-left: 3px solid #1A1A1A;
    border-right: 3px solid #1A1A1A;
  }*/
  .article-lead__side.click,
  .article-lead__side.profile {
    margin: auto;
    position: static;
  }
  .article-lead__side.click {
    width: 74%;
  }
  .article-lead__side.profile {
    max-width: 56%;
  }
  .article-lead__side.profile a {
    margin: auto;
  }
  .article-lead__side.profile p {
    font-size: 15.85px;
  }
  /*
  .article-lead__side.profile {
    max-width: 134px;
    margin: auto;
  }
  .article-content {
    max-width: 250px;
    padding: 0;
    border-left: 3px solid #1A1A1A;
    border-right: 3px solid #1A1A1A;
  }*/
  .article-lead__text {
    margin: 0 0 40px;
  }
  .article-lead__text p {
    padding: 10px;
    margin-top: 0;
    font-size: 15px;
    line-height: 2;
  }
  .products-content {
    margin-top: 0;
  }
  .products_indexWrap {
    display: block;
    padding-left: 0;
  }
  .products_indexWrap__title {
    max-width: 43%;
    margin: auto;
  }
  .toc-item img {
    max-width: 100%;
  }
  .notice-txtWrap {
    width: 100%;
  }
  .notice-txt {
    padding: 0 10px 0;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .notice-txt.attention {
    text-align: center;
  }
  .notice-img {
    max-width: 79%;
  }
  .notice-btn {
    max-width: 85%;
    margin: 0 auto 15px;
  }
  .notice-img2 {
    margin: 0 auto 20px;
  }
  .notice-img2 ul li {
    max-width: 28%;
  }
  .notice1 h3 img  {
    max-width: 85%;
    margin: auto;
  }
  .notice2 h3 img {
    max-width: 90%;
    margin: auto;
  }
  .mdi-twitter-box {
    max-width: 21%;
  }
  .mdi-facebook-box {
    max-width: 14.5%;
  }
  .mdi-line {
    max-width: 17.84%;
  }
  .mdi-mail {
    max-width: 119px;
  }
  .mdi-home {
    max-width: 151px;
  }
  .mdi-dokonoko {
    max-width: 100%;
  }
  .article-copy {
    padding: 18px 0 40px;
  }
  .brpc {
    display: none;
  }
  .brsp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
/*--------------------------------interview*/
  .interview-content h2 {
    margin: 30px auto 23px;
  }
  .interview-content h2 img {
    max-width: 80%;
  }
  .interview-wrap {
    width: 100%;
  }
  .interview-wrap dl {
    width: 100%;
    display: block;
    padding: 0 10px;
    margin: 0 auto 33px;
  }
  .interview-wrap dl dt,
  .interview-wrap dl dd {
    font-size: 15px;
    line-height: 1.9
  }
  .photo {
    margin-bottom: 15px;
  }
  .navi-item.prev figcaption,
  .navi-item.next figcaption {
    font-size: 11px;
  }
  .navi-item.index figcaption {
    font-size: 11px;
    margin-left: 3px;
  }
  .article-lead__side.sp {
    text-align: center;
    margin-bottom: 40px;
  }
  .article-lead__side.sp img {
    max-width: 80%;
  }
  .article-date .data {
    margin-bottom: 25px;
  }
  .interview-wrap {
    margin-top: 20px;
  }
  .interview-wrap dl:first-child {
    margin-top: 0;
  }
  .interview-wrap div.nextp {
    font-size: 13px;
    padding: 0 10px;
  }
  .interview-wrap .link {
    font-size: 13px;
  }
  .lity-wrap:before {
    vertical-align: top!important;
  }
  .lity-close {
    color: #666!important;
  }
  .profile__title {
    font-size: 18px;
  }
  .profile__sub {
    font-size: 16px;
  }
  .profile__body {
    font-size: 14px;
  }
}






