@charset "UTF-8";
#about_top #pagetitle {
  background: url(../images_new/about/top/title_bk_sp.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media (min-width: 600px) {
  #about_top #pagetitle {
    background: url(../images_new/about/top/title_bk.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
#about_top .maintext {
  text-align: center;
  line-height: 250%;
  letter-spacing: 0.1vw;
  margin-top: 18vw;
}
@media (min-width: 600px) {
  #about_top .maintext {
    margin-top: 5vw;
    font-size: 105%;
  }
}
@media (min-width: 1680px) {
  #about_top .maintext {
    margin-top: 50px;
    letter-spacing: 1px;
  }
}
#about_top #aniv40 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 4vw;
  width: 86vw;
  margin: 30vw auto 0;
}
@media (min-width: 600px) {
  #about_top #aniv40 {
    font-size: 1.4vw;
    width: 90vw;
    margin: 10vw auto 0;
  }
}
@media (min-width: 1025px) {
  #about_top #aniv40 {
    font-size: 1vw;
    width: 74vw;
  }
}
@media (min-width: 1680px) {
  #about_top #aniv40 {
    font-size: 17px;
    width: 1300px;
    margin: 100px auto 0;
  }
}
#about_top #aniv40 h3 {
  text-align: center;
  border: 3px solid #303030;
  background: url(../aniv40/images/mark_all.png) no-repeat 5vw 55%;
  background-size: 8vw;
  font-size: 150%;
  padding: 2vw 0 2vw 7vw;
  font-weight: 600 !important;
}
@media (min-width: 600px) {
  #about_top #aniv40 h3 {
    width: 50%;
    margin: 0 auto;
    font-size: 220%;
    background: url(../aniv40/images/mark_all.png) no-repeat 6vw 55%;
    background-size: 4vw;
    padding: 1vw 0 1vw 4vw;
  }
}
@media (min-width: 1025px) {
  #about_top #aniv40 h3 {
    width: 45%;
    background: url(../aniv40/images/mark_all.png) no-repeat 5.5vw 55%;
    background-size: 3vw;
    padding: 1vw 0 1vw 3vw;
  }
}
@media (min-width: 1680px) {
  #about_top #aniv40 h3 {
    background: url(../aniv40/images/mark_all.png) no-repeat 100px 55%;
    background-size: 50px;
    padding: 12px 0 12px 60px;
  }
}
#about_top #aniv40 h3 span {
  font-weight: 400 !important;
}
#about_top #aniv40 h4 {
  font-size: 135%;
  margin-top: 8vw;
  margin-bottom: 5vw;
}
@media (min-width: 600px) {
  #about_top #aniv40 h4 {
    font-size: 195%;
    width: 80%;
    margin: 4vw auto 2vw;
  }
}
@media (min-width: 1025px) {
  #about_top #aniv40 h4 {
    width: 70%;
  }
}
@media (min-width: 1680px) {
  #about_top #aniv40 h4 {
    width: 75%;
    margin: 80px auto 40px;
  }
}
#about_top #aniv40 h4 span {
  font-weight: 900 !important;
}
#about_top #aniv40 .disc {
  line-height: 180%;
}
@media (min-width: 600px) {
  #about_top #aniv40 .disc {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  #about_top #aniv40 .disc {
    width: 70%;
  }
}
@media (min-width: 1680px) {
  #about_top #aniv40 .disc {
    width: 75%;
  }
}
#about_top #aniv40 #moviebox {
  background-color: #f6f6f6;
  padding: 5vw;
  margin-top: 5vw;
  margin-bottom: 10vw;
}
@media (min-width: 600px) {
  #about_top #aniv40 #moviebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.5vw;
  }
}
@media (min-width: 1025px) {
  #about_top #aniv40 #moviebox {
    margin-top: 2.5vw;
    margin-bottom: 5vw;
  }
}
@media (min-width: 1680px) {
  #about_top #aniv40 #moviebox {
    padding: 50px;
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
@media (min-width: 600px) {
  #about_top #aniv40 #moviebox .inbox {
    width: 48%;
  }
}
#about_top #aniv40 #moviebox .inbox .movie {
  text-align: center;
  margin-top: 3vw;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
@media (min-width: 600px) {
  #about_top #aniv40 #moviebox .inbox .movie {
    margin-top: 0;
  }
}
#about_top #aniv40 #moviebox .inbox .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about_top #aniv40 #moviebox .inbox p {
  line-height: 180%;
  text-align: center;
}
@media (min-width: 600px) {
  #about_top #aniv40 #moviebox .inbox p {
    margin-top: 1vw;
  }
}
@media (min-width: 1680px) {
  #about_top #aniv40 #moviebox .inbox p {
    margin-top: 15px;
  }
}
#about_top .catebox {
  width: 86vw;
  margin: 30vw auto 0;
}
@media (min-width: 600px) {
  #about_top .catebox {
    width: 90vw;
    margin: 10vw auto 0;
    height: 60vw;
  }
}
@media (min-width: 1025px) {
  #about_top .catebox {
    width: 74vw;
    height: 50vw;
  }
}
@media (min-width: 1680px) {
  #about_top .catebox {
    width: 1300px;
    margin: 100px auto 0;
    height: 1000px;
  }
}
#about_top .catebox h4 {
  font-size: 115%;
  letter-spacing: 0.1vw;
  line-height: 170%;
}
@media (min-width: 600px) {
  #about_top .catebox h4 {
    font-size: 165%;
    z-index: 2;
    position: relative;
    top: 10vw;
  }
}
@media (min-width: 1680px) {
  #about_top .catebox h4 {
    top: 200px;
    letter-spacing: 1px;
  }
}
#about_top .catebox p {
  margin-top: 7vw;
  line-height: 180%;
}
@media (min-width: 600px) {
  #about_top .catebox p {
    z-index: 2;
    position: relative;
    top: 5vw;
    width: 45vw;
  }
}
@media (min-width: 1025px) {
  #about_top .catebox p {
    width: 35vw;
  }
}
@media (min-width: 1680px) {
  #about_top .catebox p {
    width: 600px;
    top: 0;
    margin-top: 240px;
  }
}
#about_top .catebox .btn {
  margin: 5vw auto 0;
}
@media (min-width: 600px) {
  #about_top .catebox .btn {
    margin: 0;
    left: 0;
    z-index: 2;
    top: 7vw;
  }
}
@media (min-width: 1680px) {
  #about_top .catebox .btn {
    top: 30px;
  }
}
#about_top .catebox1 .photo {
  position: relative;
  height: 100vw;
}
@media (min-width: 600px) {
  #about_top .catebox1 .photo {
    height: auto;
  }
}
#about_top .catebox1 .photo::after {
  content: "";
  height: 64vw;
  width: 80%;
  background: #f8f8f8;
  display: block;
  border-top-left-radius: 15vw;
  border-bottom-right-radius: 20vw;
  position: absolute;
  top: 14vw;
  left: 9vw;
}
@media (min-width: 600px) {
  #about_top .catebox1 .photo::after {
    height: 51vw;
    width: 63%;
    border-top-left-radius: 10vw;
    border-bottom-right-radius: 13vw;
    top: 7vw;
    left: 28vw;
  }
}
@media (min-width: 1025px) {
  #about_top .catebox1 .photo::after {
    height: 43vw;
    width: 65%;
    border-top-left-radius: 5.2vw;
    border-bottom-right-radius: 7.8vw;
    top: 7vw;
    left: 21vw;
  }
}
@media (min-width: 1680px) {
  #about_top .catebox1 .photo::after {
    height: 740px;
    width: 65%;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 140px;
    top: 140px;
    left: 380px;
  }
}
#about_top .catebox1 .photo .photo1 {
  position: absolute;
  width: 30vw;
  border-radius: 5.3vw;
  z-index: 3;
  bottom: 4vw;
  right: 6vw;
}
@media (min-width: 600px) {
  #about_top .catebox1 .photo .photo1 {
    width: 15vw;
    border-radius: 3vw;
    top: 48vw;
    left: 25vw;
  }
}
@media (min-width: 1025px) {
  #about_top .catebox1 .photo .photo1 {
    border-radius: 2vw;
    top: 41vw;
    left: 12vw;
  }
}
@media (min-width: 1680px) {
  #about_top .catebox1 .photo .photo1 {
    border-radius: 40px;
    top: 730px;
    left: 230px;
    width: 250px;
  }
}
#about_top .catebox1 .photo .photo2 {
  position: absolute;
  width: 45vw;
  border-radius: 5.3vw;
  z-index: 2;
  top: 50vw;
}
@media (min-width: 600px) {
  #about_top .catebox1 .photo .photo2 {
    width: 25vw;
    border-radius: 3vw;
    top: 36vw;
    right: 30vw;
  }
}
@media (min-width: 1025px) {
  #about_top .catebox1 .photo .photo2 {
    width: 20vw;
    border-radius: 2vw;
    top: 29vw;
    right: 29vw;
  }
}
@media (min-width: 1680px) {
  #about_top .catebox1 .photo .photo2 {
    width: 350px;
    border-radius: 40px;
    top: 500px;
    right: 500px;
  }
}
#about_top .catebox1 .photo .photo3 {
  z-index: 1;
  position: absolute;
  width: 65vw;
  border-top-left-radius: 15vw;
  border-bottom-right-radius: 20vw;
  right: 0;
}
@media (min-width: 600px) {
  #about_top .catebox1 .photo .photo3 {
    width: 40vw;
    border-top-left-radius: 7vw;
    border-bottom-right-radius: 7vw;
  }
}
@media (min-width: 1025px) {
  #about_top .catebox1 .photo .photo3 {
    right: -5vw;
  }
}
@media (min-width: 1680px) {
  #about_top .catebox1 .photo .photo3 {
    width: 700px;
    border-top-left-radius: 140px;
    border-bottom-right-radius: 140px;
    right: -100px;
  }
}
#about_top .catebox2 .photo {
  position: relative;
  height: 100vw;
}
@media (min-width: 600px) {
  #about_top .catebox2 .photo {
    height: auto;
  }
}
#about_top .catebox2 .photo::after {
  content: "";
  height: 64vw;
  width: 80%;
  background: #f8f8f8;
  display: block;
  border-top-right-radius: 15vw;
  border-bottom-left-radius: 20vw;
  position: absolute;
  top: 14vw;
  left: 9vw;
}
@media (min-width: 600px) {
  #about_top .catebox2 .photo::after {
    height: 50vw;
    width: 73%;
    border-top-right-radius: 10vw;
    border-bottom-left-radius: 13vw;
    top: 7vw;
  }
}
@media (min-width: 1025px) {
  #about_top .catebox2 .photo::after {
    height: 44vw;
    width: 66%;
    border-top-right-radius: 5.2vw;
    border-bottom-left-radius: 7.8vw;
  }
}
@media (min-width: 1680px) {
  #about_top .catebox2 .photo::after {
    height: 730px;
    width: 66%;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 140px;
    top: 150px;
    left: 150px;
  }
}
#about_top .catebox2 .photo .photo1 {
  position: absolute;
  width: 30vw;
  border-radius: 5.3vw;
  z-index: 3;
  bottom: 4vw;
  left: 6vw;
}
@media (min-width: 600px) {
  #about_top .catebox2 .photo .photo1 {
    width: 15vw;
    border-radius: 3vw;
    top: 53vw;
    left: 52vw;
  }
}
@media (min-width: 1025px) {
  #about_top .catebox2 .photo .photo1 {
    border-radius: 2vw;
    top: 42vw;
    left: 49vw;
  }
}
@media (min-width: 1680px) {
  #about_top .catebox2 .photo .photo1 {
    border-radius: 40px;
    top: 730px;
    left: 840px;
    width: 250px;
  }
}
#about_top .catebox2 .photo .photo2 {
  position: absolute;
  width: 45vw;
  border-radius: 5.3vw;
  z-index: 2;
  top: 50vw;
  right: 0;
}
@media (min-width: 600px) {
  #about_top .catebox2 .photo .photo2 {
    width: 25vw;
    border-radius: 3vw;
    top: 42vw;
    right: 0;
  }
}
@media (min-width: 1025px) {
  #about_top .catebox2 .photo .photo2 {
    width: 20vw;
    border-radius: 2vw;
    top: 30vw;
    right: -7vw;
  }
}
@media (min-width: 1680px) {
  #about_top .catebox2 .photo .photo2 {
    width: 350px;
    border-radius: 40px;
    top: 550px;
    right: -100px;
  }
}
#about_top .catebox2 .photo .photo3 {
  z-index: 1;
  position: absolute;
  width: 65vw;
  border-top-right-radius: 15vw;
  border-bottom-left-radius: 20vw;
  left: 0;
}
@media (min-width: 600px) {
  #about_top .catebox2 .photo .photo3 {
    width: 40vw;
    border-top-right-radius: 10vw;
    border-bottom-left-radius: 13vw;
  }
}
@media (min-width: 1025px) {
  #about_top .catebox2 .photo .photo3 {
    left: -5vw;
    border-top-right-radius: 5.2vw;
    border-bottom-left-radius: 7.8vw;
  }
}
@media (min-width: 1680px) {
  #about_top .catebox2 .photo .photo3 {
    left: -100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 140px;
    width: 700px;
  }
}
@media (min-width: 600px) {
  #about_top .catebox2 h4, #about_top .catebox2 p, #about_top .catebox2 .btn {
    margin-left: 44vw;
  }
}
@media (min-width: 1025px) {
  #about_top .catebox2 h4, #about_top .catebox2 p, #about_top .catebox2 .btn {
    margin-left: 39vw;
  }
}
@media (min-width: 1680px) {
  #about_top .catebox2 h4, #about_top .catebox2 p, #about_top .catebox2 .btn {
    margin-left: 670px;
  }
}
#about_top #lsbox {
  margin-top: 30vw;
}
@media (min-width: 600px) {
  #about_top #lsbox {
    margin-top: 15vw;
  }
}
@media (min-width: 1680px) {
  #about_top #lsbox {
    margin-top: 150px;
  }
}
#about_top #lsbox h4 {
  text-align: center;
  font-size: 150%;
  letter-spacing: 0.2vw;
}
@media (min-width: 600px) {
  #about_top #lsbox h4 {
    font-size: 220%;
  }
}
@media (min-width: 1025px) {
  #about_top #lsbox h4 {
    font-size: 220%;
  }
}
@media (min-width: 1680px) {
  #about_top #lsbox h4 {
    letter-spacing: 2px;
  }
}
#about_top #lsbox .graybox {
  position: relative;
  margin-top: 50vw;
  padding-bottom: 10vw;
}
@media (min-width: 600px) {
  #about_top #lsbox .graybox {
    margin-top: 23vw;
    padding-bottom: 5vw;
  }
}
@media (min-width: 1680px) {
  #about_top #lsbox .graybox {
    margin-top: 460px;
    padding-bottom: 100px;
  }
}
#about_top #lsbox #ls_main {
  position: absolute;
  width: 100%;
  top: -45vw;
  text-align: center;
}
@media (min-width: 600px) {
  #about_top #lsbox #ls_main {
    top: -20vw;
  }
}
@media (min-width: 1680px) {
  #about_top #lsbox #ls_main {
    top: -400px;
  }
}
#about_top #lsbox #ls_main img {
  width: 86vw;
  border-radius: 13.3vw;
}
@media (min-width: 600px) {
  #about_top #lsbox #ls_main img {
    width: 70vw;
    border-radius: 5.2vw;
  }
}
@media (min-width: 1025px) {
  #about_top #lsbox #ls_main img {
    max-width: 1370px;
  }
}
@media (min-width: 1680px) {
  #about_top #lsbox #ls_main img {
    border-radius: 100px;
  }
}
#about_top #lsbox h5 {
  text-align: center;
  font-size: 120%;
  letter-spacing: 0.1vw;
  line-height: 180%;
  margin: 0 auto 8vw;
  padding-top: 45vw;
}
@media (min-width: 600px) {
  #about_top #lsbox h5 {
    padding-top: 25vw;
    margin-bottom: 5vw;
    font-size: 165%;
  }
}
@media (min-width: 1025px) {
  #about_top #lsbox h5 {
    padding-top: 25vw;
    margin-bottom: 3vw;
  }
}
@media (min-width: 1680px) {
  #about_top #lsbox h5 {
    padding-top: 450px;
    margin-bottom: 60px;
    letter-spacing: 1px;
  }
}
#about_top #lsbox p {
  width: 86vw;
  line-height: 180%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  #about_top #lsbox p {
    width: 65vw;
    line-height: 180%;
  }
}
@media (min-width: 1680px) {
  #about_top #lsbox p {
    width: 1200px;
  }
}
#about_top #lsbox #btnbox {
  width: 86vw;
  margin: 0 auto;
}
@media (min-width: 600px) {
  #about_top #lsbox #btnbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  #about_top #lsbox #btnbox {
    width: 65vw;
  }
}
@media (min-width: 1680px) {
  #about_top #lsbox #btnbox {
    width: 1200px;
  }
}
#about_top #lsbox #btnbox div {
  margin: 7vw auto;
}
@media (min-width: 1680px) {
  #about_top #lsbox #btnbox div {
    margin: 140px auto;
  }
}
#about_top #lsbox #btnbox div a {
  background: #fff;
  display: block;
  text-align: center;
  color: #303030;
  border-radius: 5.3vw;
  padding: 5vw 0;
  font-size: 80%;
  position: relative;
}
@media (min-width: 600px) {
  #about_top #lsbox #btnbox div a {
    width: 40vw;
    border-radius: 2vw;
    padding: 3vw 0;
  }
}
@media (min-width: 1025px) {
  #about_top #lsbox #btnbox div a {
    width: 30vw;
    padding: 2.2vw 0;
    font-size: 90%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 2px solid #fff;
  }
}
@media (min-width: 1680px) {
  #about_top #lsbox #btnbox div a {
    width: 540px;
    padding: 45px 0;
    border-radius: 40px;
  }
}
#about_top #lsbox #btnbox div a span {
  font-size: 150%;
}
@media (min-width: 1025px) {
  #about_top #lsbox #btnbox div a span {
    font-size: 170%;
  }
}
#about_top #lsbox #btnbox div a:before {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 2vw;
  top: 8vw;
  color: #666666;
  font-size: 150%;
}
@media (min-width: 600px) {
  #about_top #lsbox #btnbox div a:before {
    top: 4.5vw;
  }
}
@media (min-width: 1025px) {
  #about_top #lsbox #btnbox div a:before {
    top: 3.8vw;
    right: 1vw;
  }
}
@media (min-width: 1680px) {
  #about_top #lsbox #btnbox div a:before {
    top: 70px;
    right: 20px;
  }
}
@media (min-width: 1025px) {
  #about_top #lsbox #btnbox div a:hover {
    color: #bc1f7d;
    border: 2px solid #bc1f7d;
  }
  #about_top #lsbox #btnbox div a:hover::before {
    color: #bc1f7d;
  }
}
#about_top #lsbox .swiper-wrapper {
  height: auto;
  margin-top: 10vw;
}
@media (min-width: 600px) {
  #about_top #lsbox .swiper-wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1680px) {
  #about_top #lsbox .swiper-container {
    width: 1680px;
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  #about_top #main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    margin: 10vw 0 0 0;
  }
}
@media (min-width: 1680px) {
  #about_top #main {
    margin: 200px auto 0;
    width: 1500px;
  }
}
#about_top #main .photo {
  margin-left: -10vw;
  margin-bottom: 7vw;
}
@media (min-width: 600px) {
  #about_top #main .photo {
    width: 48%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
#about_top #main .photo img {
  border-top-right-radius: 13.3vw;
}
@media (min-width: 600px) {
  #about_top #main .photo img {
    border-top-right-radius: 5.2vw;
  }
}
@media (min-width: 1680px) {
  #about_top #main .photo img {
    border-top-right-radius: 100px;
  }
}
@media (min-width: 600px) {
  #about_top #main .text {
    width: 47%;
  }
}
@media (min-width: 1025px) {
  #about_top #main .text {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  #about_top #main .text h4 {
    top: 0;
    font-size: 150%;
  }
}
@media (min-width: 1025px) {
  #about_top #main .text h4 {
    top: 2vw;
  }
}
@media (min-width: 1680px) {
  #about_top #main .text h4 {
    top: 40px;
  }
}
@media (min-width: 600px) {
  #about_top #main .text p {
    top: -3vw;
  }
}
@media (min-width: 1680px) {
  #about_top #main .text p {
    top: -150px;
  }
}
@media (min-width: 600px) {
  #about_top #main .text .btn {
    top: 0;
  }
}
@media (min-width: 1680px) {
  #about_top #main .text .btn {
    top: -100px;
  }
}
#about_top .banner {
  width: 86vw;
  margin: 20vw auto;
}
@media (min-width: 600px) {
  #about_top .banner {
    margin: 10vw auto 5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  #about_top .banner {
    width: 74vw;
    max-width: 1529px;
  }
}
@media (min-width: 1680px) {
  #about_top .banner {
    width: 1300px;
    margin: 100px auto;
  }
}
#about_top .banner a {
  display: block;
  margin-top: 10vw;
}
@media (min-width: 600px) {
  #about_top .banner a {
    width: 45%;
    margin: 0 2vw;
  }
}

#about_member #pagetitle {
  background: url(../images_new/about/member/title_bk_sp.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media (min-width: 600px) {
  #about_member #pagetitle {
    background: url(../images_new/about/member/title_bk.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
#about_member .graybox {
  width: 86vw;
  margin: 15vw auto;
  border-radius: 8vw;
}
@media (min-width: 600px) {
  #about_member .graybox {
    width: 90vw;
    margin: 5vw auto;
    border-radius: 3.1vw;
  }
}
@media (min-width: 1025px) {
  #about_member .graybox {
    width: 74vw;
  }
}
@media (min-width: 1680px) {
  #about_member .graybox {
    width: 1300px;
    margin: 100px auto;
    border-radius: 60px;
  }
}
#about_member .graybox .inbox {
  width: 86%;
  margin: 0 auto;
  padding: 10vw 0;
}
@media (min-width: 600px) {
  #about_member .graybox .inbox {
    padding: 5vw 0;
  }
}
@media (min-width: 1680px) {
  #about_member .graybox .inbox {
    padding: 100px 0;
  }
}
#about_member .graybox .inbox h3 {
  text-align: center;
  font-size: 125%;
}
@media (min-width: 600px) {
  #about_member .graybox .inbox h3 {
    font-size: 195%;
    letter-spacing: 0.2vw;
  }
}
@media (min-width: 1680px) {
  #about_member .graybox .inbox h3 {
    letter-spacing: 2px;
  }
}
#about_member .graybox .inbox .subtitle {
  color: #bc1f7d;
  background: #fff;
  text-align: center;
  letter-spacing: 0.3vw;
  margin-top: 8vw;
  font-size: 110%;
}
@media (min-width: 600px) {
  #about_member .graybox .inbox .subtitle {
    margin-top: 3vw;
    font-size: 130%;
  }
}
@media (min-width: 1680px) {
  #about_member .graybox .inbox .subtitle {
    margin-top: 60px;
    letter-spacing: 3px;
  }
}
#about_member .graybox .inbox h5 {
  text-align: center;
  font-size: 110%;
  letter-spacing: 0.3vw;
}
@media (min-width: 600px) {
  #about_member .graybox .inbox h5 {
    letter-spacing: 0.15vw;
  }
}
@media (min-width: 1680px) {
  #about_member .graybox .inbox h5 {
    letter-spacing: 1px;
  }
}
#about_member .maintext {
  line-height: 220%;
  width: 86vw;
  margin: 8vw auto;
}
@media (min-width: 600px) {
  #about_member .maintext {
    width: 70%;
    margin: 5vw auto;
  }
}
@media (min-width: 1025px) {
  #about_member .maintext {
    width: 60%;
  }
}
@media (min-width: 1680px) {
  #about_member .maintext {
    width: 1000px;
    margin: 100px auto;
  }
}
@media (min-width: 600px) {
  #about_member .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 600px) {
  #about_member .flex .line {
    width: 30%;
  }
}
@media (min-width: 1025px) {
  #about_member .flex .line {
    width: 26%;
  }
}
#about_member .flex .line .step {
  text-align: center;
  background: #bc1f7d;
  border-radius: 50%;
  width: 15vw;
  height: 10vw;
  padding-top: 5vw;
  margin: 10vw auto 5vw;
  color: #fff;
  font-size: 90%;
}
@media (min-width: 600px) {
  #about_member .flex .line .step {
    margin: 5vw auto 2vw;
    width: 6vw;
    height: 3.7vw;
    padding-top: 2.3vw;
  }
}
@media (min-width: 1025px) {
  #about_member .flex .line .step {
    margin: 2vw auto 1vw;
    width: 4.4vw;
    height: 2.6vw;
    padding-top: 1.8vw;
  }
}
@media (min-width: 1680px) {
  #about_member .flex .line .step {
    margin: 40px auto 20px;
    width: 88px;
    height: 52px;
    padding-top: 36px;
  }
}
#about_member .flex .line p {
  line-height: 180%;
  margin-top: 5vw;
}
@media (min-width: 600px) {
  #about_member .flex .line p {
    margin-top: 2vw;
  }
}
@media (min-width: 1025px) {
  #about_member .flex .line p {
    margin-top: 1vw;
  }
}
@media (min-width: 1680px) {
  #about_member .flex .line p {
    margin-top: 20px;
  }
}
#about_member .flex .line .qr {
  width: 30vw;
  margin: 5vw auto 15vw;
}
@media (min-width: 600px) {
  #about_member .flex .line .qr {
    margin: 2vw auto 0;
    width: 12vw;
  }
}
@media (min-width: 1025px) {
  #about_member .flex .line .qr {
    margin: 1vw auto 0;
    width: 8vw;
  }
}
@media (min-width: 1680px) {
  #about_member .flex .line .qr {
    margin: 20px auto 0;
    width: 160px;
  }
}
#about_member #box1 .disc {
  line-height: 180%;
  margin-top: 8vw;
}
@media (min-width: 600px) {
  #about_member #box1 .disc {
    margin-top: 2vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box1 .disc {
    margin-top: 40px;
  }
}
#about_member #box1 .photo {
  text-align: center;
}
#about_member #box1 .photo img {
  margin-top: 7vw;
}
@media (min-width: 600px) {
  #about_member #box1 .photo img {
    width: 40%;
    margin: 2vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box1 .photo img {
    margin: 40px;
  }
}
#about_member #box1 .subtitle {
  margin-top: 15vw;
}
@media (min-width: 600px) {
  #about_member #box1 .subtitle {
    margin-top: 7vw;
  }
}
@media (min-width: 1025px) {
  #about_member #box1 .subtitle {
    margin-top: 3vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box1 .subtitle {
    margin-top: 60px;
  }
}
#about_member #box1 .flex .line .btn {
  margin: 5vw auto 15vw;
  background: #06c755 url(../images_new/about/member/box1_lineicon.png) no-repeat 10% 50%;
  background-size: 10vw;
  image-rendering: -webkit-optimize-contrast;
  padding-left: 5vw;
  width: 50vw;
  border: none;
}
@media (min-width: 600px) {
  #about_member #box1 .flex .line .btn {
    margin: 2vw auto 0;
    width: 18vw;
    background-size: 3.5vw;
    padding-left: 3vw;
  }
}
@media (min-width: 1025px) {
  #about_member #box1 .flex .line .btn {
    margin: 1vw auto 0;
    width: 12vw;
    background-size: 2.5vw;
    padding-left: 2vw;
  }
  #about_member #box1 .flex .line .btn:hover {
    color: #fff;
    opacity: 0.8;
  }
}
@media (min-width: 1680px) {
  #about_member #box1 .flex .line .btn {
    margin: 20px auto 0;
    width: 240px;
    background-size: 50px;
    padding-left: 40px;
  }
}
#about_member #box1 .flex .line .btn::before {
  display: none;
}
#about_member #box2 .disc {
  line-height: 180%;
  margin-top: 8vw;
}
@media (min-width: 600px) {
  #about_member #box2 .disc {
    margin-top: 2vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box2 .disc {
    margin-top: 40px;
  }
}
#about_member #box2 h3 {
  line-height: 130%;
}
#about_member #box2 h3 span {
  font-size: 58%;
}
@media (min-width: 600px) {
  #about_member #box2 h3 span {
    font-size: 60%;
  }
}
#about_member #box2 .subtitle {
  margin-top: 15vw;
}
@media (min-width: 600px) {
  #about_member #box2 .subtitle {
    margin-top: 5vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box2 .subtitle {
    margin-top: 100px;
  }
}
#about_member #box2 .flex .line .btn {
  margin: 5vw auto 15vw;
}
@media (min-width: 600px) {
  #about_member #box2 .flex .line .btn {
    margin: 2vw auto 0;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  #about_member #box2 .flex .line .btn {
    margin: 1vw auto 0;
  }
}
@media (min-width: 1680px) {
  #about_member #box2 .flex .line .btn {
    margin: 20px auto 0;
  }
}
#about_member #box2 .flex .line #rich {
  width: 70vw;
  margin: 5vw auto 15vw;
}
@media (min-width: 600px) {
  #about_member #box2 .flex .line #rich {
    margin: 2vw auto 0;
    width: 22vw;
  }
}
@media (min-width: 1025px) {
  #about_member #box2 .flex .line #rich {
    margin: 1vw auto 0;
    width: 15vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box2 .flex .line #rich {
    margin: 20px auto 0;
    width: 270px;
  }
}
#about_member #box2 #save {
  position: relative;
}
#about_member #box2 #save .flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#about_member #box2 #save .flex2 .disc {
  width: 52%;
}
@media (min-width: 600px) {
  #about_member #box2 #save .flex2 .disc {
    width: 68%;
    margin-top: 6vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box2 #save .flex2 .disc {
    margin-top: 80px;
  }
}
#about_member #box2 #save .flex2 .disc span {
  text-decoration: underline;
}
#about_member #box2 #save .flex2 div {
  width: 45%;
  margin-top: 10vw;
}
@media (min-width: 600px) {
  #about_member #box2 #save .flex2 div {
    width: 20%;
    margin: 3vw 5vw 0 0;
  }
}
@media (min-width: 1025px) {
  #about_member #box2 #save .flex2 div {
    margin-right: 4vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box2 #save .flex2 div {
    margin: 40px 70px 0 0;
  }
}
@media (min-width: 600px) {
  #about_member #box2 #save #note {
    width: 68%;
    position: absolute;
    top: 18vw;
  }
}
@media (min-width: 1025px) {
  #about_member #box2 #save #note {
    top: 14vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box2 #save #note {
    top: 200px;
  }
}
@media (min-width: 600px) {
  #about_member #box2 .flex3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 600px) {
  #about_member #box2 .flex3 .point {
    width: 45%;
  }
}
#about_member #box2 .flex3 .point .step {
  text-align: center;
  background: #bc1f7d;
  border-radius: 50%;
  width: 15vw;
  height: 10vw;
  padding-top: 5vw;
  margin: 10vw auto 5vw;
  color: #fff;
  font-size: 90%;
}
@media (min-width: 600px) {
  #about_member #box2 .flex3 .point .step {
    margin: 5vw auto 2vw;
    width: 6vw;
    height: 3.7vw;
    padding-top: 2.3vw;
  }
}
@media (min-width: 1025px) {
  #about_member #box2 .flex3 .point .step {
    margin: 2vw auto 1vw;
    width: 4.4vw;
    height: 2.6vw;
    padding-top: 1.8vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box2 .flex3 .point .step {
    margin: 40px auto 20px;
    width: 88px;
    height: 52px;
    padding-top: 36px;
  }
}
#about_member #box2 .flex3 .point p {
  line-height: 180%;
  margin-top: 5vw;
}
@media (min-width: 600px) {
  #about_member #box2 .flex3 .point p {
    margin-top: 2vw;
  }
}
@media (min-width: 1025px) {
  #about_member #box2 .flex3 .point p {
    margin-top: 1vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box2 .flex3 .point p {
    margin-top: 20px;
  }
}
#about_member #box2 .flex3 .point .btn {
  margin: 5vw auto 15vw;
  font-size: 90%;
  letter-spacing: 0;
  width: 70vw;
}
@media (min-width: 600px) {
  #about_member #box2 .flex3 .point .btn {
    margin: 2vw auto 0;
    width: 28vw;
  }
}
@media (min-width: 1025px) {
  #about_member #box2 .flex3 .point .btn {
    margin: 1vw auto 0;
    width: 19vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box2 .flex3 .point .btn {
    margin: 20px auto 0;
    width: 380px;
  }
}
#about_member #box2 #coupon {
  background: #fae8f4;
  padding: 10vw 5vw;
  border-radius: 5.3vw;
  margin-top: 10vw;
}
@media (min-width: 600px) {
  #about_member #box2 #coupon {
    padding: 3vw 5vw;
    border-radius: 2vw;
    margin-top: 5vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box2 #coupon {
    padding: 60px 100px;
    border-radius: 40px;
    margin-top: 100px;
  }
}
#about_member #box2 #coupon h5 {
  color: #bc1f7d;
  text-align: center;
  margin-bottom: 5vw;
}
@media (min-width: 600px) {
  #about_member #box2 #coupon h5 {
    text-align: left;
    margin-bottom: 2vw;
  }
}
@media (min-width: 600px) {
  #about_member #box2 #coupon .flex4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 600px) {
  #about_member #box2 #coupon .flex4 div {
    width: 30%;
  }
}
@media (min-width: 600px) {
  #about_member #box2 #coupon .flex4 p {
    width: 65%;
    margin-top: 0;
  }
}
#about_member #box2 .ques span {
  text-decoration: underline;
}
#about_member #box2 .border {
  position: relative;
  padding-top: 6vw;
}
@media (min-width: 600px) {
  #about_member #box2 .border {
    padding-top: 2vw;
  }
}
@media (min-width: 1680px) {
  #about_member #box2 .border {
    padding-top: 40px;
  }
}
#about_member #box2 .border::before {
  content: "";
  display: block;
  width: 50vw;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 0;
  left: calc(50% - 25vw);
}
@media (min-width: 600px) {
  #about_member #box2 .border::before {
    width: 20vw;
    left: 0;
  }
}
@media (min-width: 1680px) {
  #about_member #box2 .border::before {
    width: 280px;
  }
}