@charset "utf-8";
/*--------------- mainVisual ---------------*/
#mainVisual {
  background-image: url(../images/member/main_visual.jpg);
  margin: 0 0 6%;
}
@media screen and (min-width: 769px) {
  #mainVisual h1 {
    margin-left: -700px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  #mainVisual h1 {
    margin-left: -600px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  #mainVisual h1 {
    margin-left: -450px;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  #mainVisual h1 {
    margin-left: -300px;
  }
}
@media screen and (max-width: 499px) {
  #mainVisual h1 {
    margin-left: -230px;
  }
}
/*--------------- contentsSec ---------------*/
.contentsSec {
  padding: 0 6%;
  opacity: 0;
  transition: all 2000ms;
}
.contentsSec.effect-fade {
  opacity: 1;
}
.contentsSec .illustVer, .contentsSec .column2Ver .text {
  background-color: #F5F5F5;
}
.contentsSec img {
  width: 100%;
  max-width: 100%;
}
.contentsSec .text {
  box-sizing: border-box;
}
.contentsSec .text h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 1em;
  padding: 0.6em 0 0.6em 3.4em;
  background-image: url(../images/common/oyster_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.contentsSec .text h2 .name {
  font-size: 1.3em;
  font-weight: 500;
}
.contentsSec .illustVer .text h2, .contentsSec .column2Ver .text h2 {
  font-weight: 500;
  margin: 0 0 1.3em;
  padding: 0.1em 0 0 3.2em;
}
.contentsSec .illustVer .text h2 .en, .contentsSec .column2Ver .text h2 .en {
  font-family: "Teko", sans-serif;
  font-weight: 300;
  line-height: 1.0;
  display: inline-block;
  margin-right: 0.1em;
  margin-bottom: -0.15em;
}
.contentsSec .text p {
  margin: 0 0 1.25em;
}
.contentsSec .text p:last-of-type {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .contentsSec {
    max-width: 1200px;
    margin: 0 auto 5%;
  }
  .contentsSec .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contentsSec .illustVer {
    padding: 3.5% 6%;
  }
  .contentsSec .photoVer .photo {
    width: 42%;
  }
  .contentsSec .photoVer .text {
    width: 58%;
    padding: 0 0 1% 5%;
  }
  .contentsSec .illustVer .illust {
    width: 18%;
  }
  .contentsSec .illustVer .text {
    width: 82%;
    padding: 0 0 1% 6%;
  }
  .contentsSec .column2Ver {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .contentsSec .column2Ver .text {
    width: 46%;
    padding: 3% 5%;
  }
  .contentsSec .illustVer .text h2 .en, .contentsSec .column2Ver h2 .en {
    font-size: 55px;
  }
  .contentsSec .illustVer .text p, .contentsSec .column2Ver p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1280px) {
  .contentsSec .text h2 {
    font-size: 19px;
  }
  .contentsSec .illustVer .text h2 .en, .contentsSec .column2Ver h2 .en {
    font-size: 50px;
  }
  .contentsSec .text p {
    font-size: 15px;
  }
  .contentsSec .illustVer .text p, .contentsSec .column2Ver p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .contentsSec .text h2 {
    font-size: 16px;
  }
  .contentsSec .illustVer .text h2 .en, .contentsSec .column2Ver h2 .en {
    font-size: 45px;
  }
  .contentsSec .text p {
    font-size: 12px;
  }
  .contentsSec .illustVer .text p, .contentsSec .column2Ver p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .contentsSec .text h2 {
    font-size: 14px;
  }
  .contentsSec .illustVer .text h2 .en, .contentsSec .column2Ver h2 .en {
    font-size: 38px;
  }
  .contentsSec .text p {
    font-size: 9px;
  }
  .contentsSec .illustVer .text p, .contentsSec .column2Ver p {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .contentsSec {
    padding: 0 6%;
    margin: 0 0 6%;
  }
  .contentsSec .photo {
    margin: 0 0 20px;
  }
  .contentsSec .photoVer .text {
    padding: 0 0 20px;
  }
  .contentsSec .text h2 {
    font-size: 17px;
    margin: 0 0 15px;
  }
  .contentsSec .illust {
    text-align: center;
    padding: 30px 0 15px;
  }
  .contentsSec .illust img {
    height: 150px;
    width: auto;
  }
  .contentsSec .illustVer .text {
    padding: 0 10% 10%;
  }
  .contentsSec .column2Ver .text {
    padding: 8% 10%;
    margin: 0 0 calc(22.5 / 330 * 100%);
  }
  .contentsSec .illustVer .text h2 .en, .contentsSec .column2Ver h2 .en {
    font-size: 46px;
  }
}
/*---------------------- contents ------------------------*/
@media screen and (min-width: 769px) {
  #contents {
    padding: 70px 0 300px;
  }
}
@media screen and (max-width: 768px) {
  #contents {
    padding: 60px 0 300px;
  }
}