html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: "秀英丸ゴシック B",Shuei MaruGo B;
    color: #666;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a,
a:visited {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 50%;
}
a:hover img {
  transition: 0.3s ease-in-out;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 1em;
  position: static;
  top: -.2em;
}
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
 }
address {
  font-style: normal;
}

.br-pc {
  display: block;
}
.border {
  border-top: 2px solid #8FB7B0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.mt65 {
  margin-top: 65px;
}

@media screen and (max-width:768px) {}
@media screen and (max-width:600px) {
  .br-pc {
    display: none;
  }
}


/*---------------------------notice*/
/*.notice__wrap:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../images/notice/bg_img.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  background-size: 1800px;
  background-position: center;
}*/
.notice__page {
  width: 100%;
  height: 100vh;
  background-image: url(../images/notice/bg_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 60% bottom;
}
.notice__wrap {
  max-width: 880px;
  width: 100%;
  margin: auto;
  background-color: #FFF;
  filter: drop-shadow(0px 0px 9px rgba(0,0,0,0.3));
}
.notice__header {
  position: relative;
  width: 100%;
  height: auto;
}
/*.ratio-1_1:before {
  content: "";
  display: block;
  padding-top: 100%;
}*/
.notice__header__img {
  background: url(../images/notice/hero_pc.jpg);
  width: 100%;
  height: 0;
  padding-top: 99.999%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.notice__header__img2 {
  background: url(../images/notice/hero2_pc.jpg);
  width: 100%;
  height: 0;
  padding-top: 66.666%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.notice__header__img3 {
  background: url(../images/notice/hero3_pc.jpg);
  width: 100%;
  height: 0;
  padding-top: 66.666%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.notice__header-photo,
.notice__header-photo2 {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.notice__header-photo3 {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.notice__header-photo p,
.notice__header-photo2 p,
.notice__header-photo3 p {
  width: 100%;
  color: #FFF;
  font-size: 1.0rem;
}
.notice__header-sub,
.notice__header-sub2 {
  position: absolute;
  top: 80%;
  right: 2%;
  max-width: 18%;
  width: 100%;
  height: 100%;
}
.notice__header-sub3 {
  position: absolute;
  top: 80%;
  left: 11%;
  max-width: 18%;
  width: 100%;
  height: 100%;
}

.notice__yodo {
  margin: 68px auto 82px;
}
.notice__yodo__txt {
  text-align: center;
  margin-bottom: 48px;
  font-size: 1.6rem;
  line-height: 1.9;
}
.notice__yodo__txt a,
.notice__section__txt a {
  color: #FF4D55
}
/*.notice__yodo__txt a:hover {
  color: #B75A5F;
}*/
.notice__yodo__txt .member {
  display: inline-block;
  content: "";
  background-image: url(../images/notice/image01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 190px;
  height: 60px;
  vertical-align: middle;
}

.notice__section {
  padding: 66px 0 15px;
}
.notice__section.last {
  padding: 66px 0 0;
}
.notice__section__ttl {
  max-width: 542px;
  width: 100%;
/*  height: 100px;*/
  margin: 0 auto 50px;
  position: relative;
}
.notice__section3__img {
  width: 500px;
  margin: 0 auto 50px;
}
.notice__section__ttl:before {
  content: "";
  display: inline-block;
  background-image: url(../images/notice/bg02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 76px;
  position: absolute;
}
.notice__section__ttl.short:before {
  height: 37.5px;
}
.notice__section__ttl:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -10px;
  right: 0;
}
.notice__section__ttl.icon1:after {
  background-image: url(../images/notice/image02.png);
  width: 80px;
  height: 100px;
}
.notice__section__ttl.icon2:after {
  background-image: url(../images/notice/image03.png);
  width: 70px;
  height: 100px;
}
.notice__section__ttl.icon3:after {
  background-image: url(../images/notice/image04.png);
  width: 80px;
  height: 100px;
}
.notice__section__ttl h2 {
  margin-left: 30px;
  line-height: 1.5;
  font-size: 2.6rem;
}
.notice__section-boxlist {
  max-width: 730px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto 55px;
}
.notice__section-boxlist li {
  background-color: #EEE;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}

.notice__section__txt {
  max-width: 530px;
  width: 100%;
  margin: 0 auto 50px;
  font-size: 1.6rem;
  line-height: 1.9;
}
.notice__section__txt.quote {
  background-color: #9cc2bb;
  border-radius: 5% 5%;
  padding: 30px;
}
.notice__section__txt i {
  color: #808080;
  font-style: normal;
}
.notice__section__txt.last {
  margin: 0 auto;
}
.notice__section__txt.colortype_a {
  color: #8fb7b0;
}

.notice__date {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  padding: 85px 0;
}

.notice__index {
  padding: 58px 0 63px;
}
.notice__index li {
  margin-top: 38px;
}
.notice__index li.disabled {
  pointer-events: none;
  filter: opacity(0.5);
}
.notice__index-ttl {
  max-width: 300px;
  margin: auto;
}
.notice__index-box {
  max-width: 538px;
  margin: auto;
}

.notice__banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 50px;
}
.notice__banner-box {
  width: 367px;
}
.notice__sns {
  max-width: 607px;
  width: 100%;
  display: flex;
  margin: auto;
  padding: 50px 0 55px;
}
.notice__sns ul {
  width: 607px;
  margin: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
.notice__sns ul li:nth-child(4) a,
.notice__sns ul li:nth-child(5) a {
  vertical-align: sub;
}

.notice__footer--sec {
  padding: 32px 0 82px;
  background-color: #b5b5b5;
}
.notice__footer--sec--wrap {
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.4rem;
}
.notice__footer--sec--list:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/notice/bg01.svg);
  background-size: cover;
  vertical-align: middle;
  margin: 0 20px;
}
.notice__footer--sec--list.last:after {
  background-image: none;
  margin: 0;
}
.notice__footer--sec--copy {
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 30px;
}
.notice__sns-sec .mail {
  vertical-align: inherit;
}
.notice__sns-sec .home {
  vertical-align: text-top;
}





.notice__announce {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #4D4D4D;
  margin: 65px auto 0;
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.notice__section1--img,
.notice__section2--img {
  max-width: 447px;
  margin: 53px auto 40px;
}

/*--------------------------------SP*/
@media screen and (max-width: 896px) {
  .notice__footer--sec--list:after {
    width: 20px;
    height: 20px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .notice__yodo {
    width: calc(100% - 30px);
    margin: 28px auto 30px;
  }
  .notice__banner-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .notice__wrap {
    max-width: 100%;
  }
  .notice__page {
    background-image: none;
  }
  .notice__header__img {
    background: url(../images/notice/hero_sp.jpg);
    width: 100%;
    height: 0;
    padding-top: 140%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .notice__header__img2 {
    background: url(../images/notice/hero2_sp.jpg);
    width: 100%;
    height: 0;
    padding-top: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .notice__header__img3 {
    background: url(../images/notice/hero3_sp.jpg);
    width: 100%;
    height: 0;
    padding-top: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .notice__sns {
    display: block;
  }
  .notice__sns ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .notice__header-sub {
    max-width: 27%;
    top: 3%;
    right: 5%;
  }
  .notice__header-sub2 {
    max-width: 27%;
    top: 70%;
    left: 2%;
  }
  .notice__header-sub3 {
    top: 3%;
    left: 72%;
    max-width: 25%;
  }
  .notice__header-photo2,
  .notice__header-photo3 {
    position: static;
  }
  .notice__header-photo p,
  .notice__header-photo2 p,
  .notice__header-photo3 p {
    font-size: 8px;
  }
  .notice__header-photo2 p {
    text-align: right;
    color: #c8c8c8;
    padding-right: 10px;
  }
  .notice__header-photo3 p {
    text-align: left;
    color: #c8c8c8;
    padding-left: 10px;
  }
  .notice__header-photo {
    bottom: 2px;
    left: 5px;
  }
  .notice__yodo__txt {
    text-align: left;
  }
  .notice__yodo__txt {
    margin-bottom: 35px;
    font-size: 15px;
  }
  .notice__yodo__txt .member {
    width: 170px;
  }
  .notice__section {
    padding: 30px 0 0;
  }
  .notice__section__ttl:before {
    width: 16px;
    height: 60px;
  }
  .notice__section__ttl h2 {
    font-size: 20px;
  }
  .notice__section__ttl.icon1:after {
    width: 63px;
    height: 77px;
    right: 10px;
  }
  .notice__section__ttl.icon2:after {
    width: 53px;
    height: 84px;
    right: 10px;
  }
  .notice__section__ttl.icon3:after {
    width: 62px;
    height: 79px;
    right: 10px;
  }
  .notice__section__ttl.icon3 {
    margin-bottom: 60px;
  }
  .notice__section__txt {
    width: calc(100% - 30px)
  }
  .notice__section__ttl {
    margin: 0 auto 40px;
  }
  .notice__section__txt {
    font-size: 15px;
    margin: 0 auto 30px;
  }
  .notice__section__txt.quote {
    padding: 20px;
  }
  .notice__section1--img {
    width: calc(100% - 30px);
  }
  .notice__section3__img {
    width: 100%;
  }
  .notice__section-boxlist {
    width: 100%;
    margin: 0 auto 30px;
  }
  .notice__section-boxlist li {
    width: 100px;
    height: 100px;
  }
  .notice__section.last {
    padding: 30px 0 0;
  }
  .notice__date {
    padding: 45px 0;
  }
  .notice__index {
    padding: 30px 0;
  }
  .notice__index-ttl {
    width: 290px;
  }
  .notice__index li {
    margin: 35px auto;
  }
  .notice__index li.last {
    margin: 0 auto;
  }
  .notice__index li:first-child {
    width: 170px;
  }
  .notice__index li:nth-child(2) {
    width: 270px;
  }
  .notice__index li:nth-child(3) {
    width: 227px;
  }
  .notice__index-box {
    width: 100%;
    text-align: center;
  }
  .notice__index-date {
    display: block;
    margin-top: 15px;
  }
  .notice__banner {
    padding: 20px 10px 0;
  }
  .notice__sns {
    width: 100%;
  }
  .notice__sns-sec {
    padding: 30px 0 0;
  }
  .notice__footer--sec--list:after {
    content: none;
  }
  .notice__footer--sec--wrap {
    text-align: center;
  }
  .notice__footer--sec--list {
    width: 100%;
    padding: 10px 0;
  }
  .notice__announce {
    width: calc(100% - 30px);
    text-align: left;
  }
/*  .notice__banner-box {
    width: 100%;
    margin-bottom: 10px;
  }*/
/*  .notice__sns ul li:nth-child(4),
  .notice__sns ul li:nth-child(5) {
    width: 100%;
    margin: auto;
    text-align: center;
    margin: 30px 0 20px;
  }*/
}
@media screen and (max-width: 320px) {
  .notice__yodo__txt {
    font-size: 13px;
  }
  .notice__section__ttl:before {
    width: 16px;
    height: 56px;
  }
  .notice__section__ttl h2 {
    font-size: 18px;
  }
  .notice__section__ttl.icon1:after {
    width: 53px;
    height: 65px;
  }
  .notice__section__ttl.icon2:after {
    width: 53px;
    height: 74px;
  }
  .notice__section__ttl.icon3:after {
    width: 52px;
    height: 67px;
  }
  .notice__section__txt {
    font-size: 13px;
  }
}

.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;
}

/*--------------------------------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;
}


/*--------------------------------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;
  }*/
}






