@charset "UTF-8";
/* base.css
.internet-lp2 .l-header {
  background-color: #000000;
}
 */


body {
  color: #000;
  font-family:"Noto Sans JP", sans-serif;
  position: relative;
}
#wrapper {
  width: 100%;
  overflow: hidden;
}
.lp-wrap {
  max-width: 990px !important;
  width: 100%;
  margin: auto;
}
.c-sec-ttl {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .06em;
}
.c-sec-ttl .small {
  font-size: 28px;
  font-size: 1.75rem;
}
.c-sec-ttl::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 7px;
  border-radius: 9999px;
  left: 50%;
  transform: translateX(-50%);
}
.c-subttl {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.75;
  color: #0071bc;
  font-weight: 600;
  text-align: center;
}
.c-subttl.color_blk {
  color: #000000;
}
.c-txt {
  font-feature-settings: "palt";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: .06em;
}
.c-subtxt {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}
.c-subtxt02 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: -.02em;
  text-indent: -1em;
  padding-left: 1em;
}

.lp a:hover{
  opacity: .7;
}
.lp a {
  transition: .3s;
}
.sp {
  display: none;
}
.pc_only {
  display: block;
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
  .c-sec-ttl {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .c-subttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 750px) {
  .lp-wrap {
    max-width: 675px;
    width: 90%;
  }

  .c-sec-ttl {
    font-size: 30px;
    font-size: 8vw;
    line-height: 1.35;
  }
  .c-sec-ttl .small {
    font-size: 5vw;
  }
  .c-sec-ttl::before {
    width: 54px;
    height: 3px;
  }
  .c-subttl {
    font-size: 20px;
    font-size: 5.333vw;
    line-height: 1.6;
  }
  .c-txt {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  .c-subtxt {
    font-size: 2.6vw;
    text-indent: 0;
    padding-left: 0;
  }
  .c-subtxt02 {
    font-size: 9px;
    font-size: 2.4vw;
    text-indent: 0;
    padding-left: 0;
  }

  .pc,
  .pc_only{
    display: none;
  }
  .sp {
    display: block;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }

}



/* ********** CONTENTS ********** */
/* mv */
.lp-mv_wrap {
  width: 100%;
  text-align: center;
  background-image: url("../images/internet/manga/mv_bg.jpg");
  background-position: top center;
  background-size: cover;
  border-bottom: 5px solid #29abe2;
}
.lp-mv_wrap .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1275px;
  position: relative;
  text-align: center;
}
.lp-mv_wrap .inner .lp-mv-ttl {
  margin: 0 auto;
  max-width: 1275px;
  width: 100%;
}
@media print, screen and (min-width: 751px) and (max-width: 1275px) {
  .lp-mv_wrap .inner {
    padding: 0 2%;
    max-width: inherit;
  }
  .lp-mv_wrap .inner .lp-mv-ttl {
    padding: 0 2%;
    max-width: inherit;
  }
}
@media screen and (max-width: 750px) {
  .lp-mv_wrap {
    border-bottom: 3px solid #29abe2;
  }
  .lp-mv_wrap .inner {
    padding: 0;
    position: relative;
  }
}


/* lp-commentary */
.lp-commentary {
  background: #ffffff;
  padding: 40px 0;
}
.lp-commentary .lp-commentary-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-commentary .lp-commentary-item {
  width: 100%;
  max-width: 320px;
  border:3px solid #0071bc;
  border-radius: 8px;
  padding: 15px 0;
}
.lp-commentary .lp-commentary-item .btn-img {
  width: 100%;
  max-width: 150px;
  margin: auto;
}
.lp-commentary .lp-commentary-txt {
  color: #0071bc;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.563;
  text-align: center;
  margin: 12px auto;
}
.lp-commentary .lp-commentary-btn a {
  position: relative;
  display: block;
  margin: auto;
  background: #eb6e2e;
  width: 100%;
  max-width: 229px;
  height: 58px;
  line-height: 58px;
  
  color: #ffffff;
  font-weight: 600;
  letter-spacing: .02em;
  border-radius: 6px;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 40px;
}
.lp-commentary .lp-commentary-btn a::before {
  position: absolute;
  content: "";
  background-image: url("../images/internet/manga/icon_read_arrow.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .lp-commentary .lp-wrap {
    width: 96%;
  }
  .lp-commentary .lp-commentary-item {
    max-width: inherit;
    width: 100%;
    flex-basis: 32%;
  }
  .lp-commentary .lp-commentary-item .btn_img {
    width: 90%;
    max-width: 120px;
  }
  .lp-commentary .lp-commentary-txt {
    font-size: 14px;
    font-size: .875rem;
    margin: 10px auto;
  }
  .lp-commentary .lp-commentary-btn a {
    width: 86%;
    max-width: inherit;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 36px;
  }
  .lp-commentary .lp-commentary-btn a::before {
    width: 18px;
    height: 18px;
    right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .lp-commentary {
    padding: 4vw 0 5.333vw;
  }
  .lp-commentary .lp-commentary-wrap {
    display: block;
  }
  .lp-commentary .lp-commentary-item {
    width: 86.667vw;
    margin: 0 auto 1.333vw;
    max-width: inherit;
    border: 2px solid #0071bc;
    border-radius: 1.067vw;
    padding: 4vw;
    font-feature-settings: "palt";
  }
  .lp-commentary .lp-commentary-item + .lp-commentary-item {
    margin-top: 4vw;
  }
  .lp-commentary .lp-commentary-item .btn-img {
    max-width: 25.067vw;
    float: left;
    margin-right: 4vw;
  }
  .lp-commentary .lp-commentary-txt {
    font-size: 4.4vw;
    text-align: left;
    margin: 1.333vw auto;
  }
  .lp-commentary .lp-commentary-btn {
    clear: both;
  }
  .lp-commentary .lp-commentary-btn a {
    max-width: 73.333vw;
    height: auto;
    padding: 2.667vw 0;
    line-height: 1;;
    letter-spacing: .07em;
    border-radius: 0.8vw;
    font-size: 4.8vw;
    padding-left: 18.667vw;
    margin-top: 8vw;
  }
  .lp-commentary .lp-commentary-btn a::before {
    background-image: url("../images/internet/manga/icon_read_arrow_sp.svg");
    width: 4.8vw;
    height: 4.8vw;
    right: 18.667vw;
  }
}



/* lp-manga */
  #manga01,
  #manga02,
  #manga03 {
    position: absolute;
    top: 0;
  }
.lp-manga {
  position: relative;
  background-image: url("../images/internet/manga/bg_commentary.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 90px 0 150px;
}
.lp-manga .lp-manga-ttl {
  margin-bottom: 70px;
}
.lp-manga .lp-manga-txt {
  position: relative;
  display: block;
  margin: auto;
  background: #0071bc;
  border-radius: 9999px;
  width: 100%;
  max-width: 160px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
.lp-manga .lp-manga-txt::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #0071bc transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.lp-manga .lp-manga-ttl .ttl {
  width: 100%;
  max-width: 900px;
  height: 80px;
  background: #ffffff;
  border-radius: 8px;
  margin: auto;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #0071bc;
  text-align: center;
  line-height: 80px;
}
.lp-manga .c-img {
  max-width: 820px;
  margin: auto;
}
.lp-manga .c-subttl {
  margin-bottom: 10px;
}
.lp-manga03 {
  padding-top: 70px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
    #manga01,
    #manga02,
    #manga03 {
      top: 80px;
    }
}
@media screen and (max-width: 750px) {
    #manga01,
    #manga02,
    #manga03 {
      top: 18.133vw;
    }
  .lp-manga {
    background-image: url("../images/internet/manga/bg_commentary_sp.png");
    background-size: 100%;
    background-repeat: repeat-y;
    padding: 12vw 0 9.333vw;
  }
  .lp-manga .lp-manga-ttl {
    margin-bottom: 8vw;
  }
  .lp-manga .lp-manga-txt {
    max-width: 33.333vw;
    height: auto;
    padding: 1.6vw 0;
    font-size: 4.2vw;
    line-height: inherit;
  }
  .lp-manga .lp-manga-txt::before {
    border-width: 1.333vw 1.067vw 0 1.067vw;
    bottom: -1.333vw;
  }
  .lp-manga .lp-manga-ttl .ttl {
    width: 100%;
    max-width: 86.933vw;
    height: auto;
    padding: 2.133vw 0;
    border-radius: 1.067vw;
    font-size: 4.8vw;
    line-height: 1.75;
  }
  /*
  .lp-manga .c-img {
    max-width: inherit;
    width: 100%;
    background: #ffffff;
    padding: 5vw 0;
  }
  .lp-manga .c-img img {
    display: block;
    margin: auto;
    width: 85%;
  }
  */
  .lp-manga .c-img {
    max-width: inherit;
    width: 100%;
    padding: 5vw 0;
  }
  .lp-manga .c-img img {
    display: block;
    margin: auto;
    width: 90%;
  }
  
  .lp-manga .c-subttl {
    margin-bottom: 2.667vw;
  }
  .lp-manga03 {
    padding-top: 9.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .lp-manga .lp-manga-ttl .ttl {
    width: 96%;
    max-width: inherit;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

/* lp-btn */
.lp-btn_manga {
  background-image: url("../images/internet/manga/btn_bg_common.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 50px 0;
}
.lp-btn_manga.last {
  background-image: url("../images/internet/manga/btn_bg_footer.jpg");
  padding: 70px 0 60px;
}

.lp-btn_manga ul {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: auto;
}
.lp-btn_manga ul li > a {
  position: relative;
  width: 420px;
  margin: auto;
  border-radius: 8px;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  font-size: 28.29px;
  font-size: 1.768125rem;
 letter-spacing: .02em;
}
.lp-btn_manga ul li.btn01 {
  order: 1;
}
.lp-btn_manga ul li.btn02 {
  margin-left: 60px;
  order: 2;
}
.lp-btn_manga ul li.btn01 > a {
  padding: 36px 5px 36px 35px;
  background: #eb6e2e;
  box-shadow: 0 4px #b5441b;
}
.lp-btn_manga ul li.btn02 > a {
  padding: 36px 5px 36px 50px;
  background: #8cc63f;
  box-shadow: 0 4px #006837;
}
.lp-btn_manga ul li > a::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.lp-btn_manga ul li.btn01 > a::before {
  background-image: url("../images/internet/manga/icon_btn01_arrow.svg");
  right: 30px;
}
.lp-btn_manga ul li.btn02 > a::before {
  background-image: url("../images/internet/manga/icon_btn02_arrow.svg");
  right: 50px;
}
/* footer前 */
.lp-btn_manga .btn-last-inner .btn-last-txt{
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.lp-btn_manga .btn-last-inner .txt01{
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 0.87;
  font-feature-settings: "palt";
}
.lp-btn_manga .btn-last-inner .txt02{
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.167;
  padding: 10px;
  letter-spacing: .05em;
  border: 2px solid #ffffff;
  border-radius: 9999px;
  max-width: 900px;
  margin: 25px auto;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .lp-btn_manga .wrap {
    max-width: inherit !important;
    margin: auto;
  }
  .lp-btn_manga ul {
    width: 96%;
    max-width: inherit;
  }
  .lp-btn_manga ul li {
    flex-basis: 48%;
  }
  .lp-btn_manga ul li > a {
    width: 100%;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .lp-btn_manga ul li.btn01 > a {
    padding-left: 35px;
  }
  .lp-btn_manga ul li.btn02 > a {
    padding-left: 50px;
  }
  .lp-btn_manga ul li.btn01 > a::before {
    right: 30px;
  }
  .lp-btn_manga ul li.btn02 > a::before {
    right: 50px;
  }
  .lp-btn_manga ul li.btn02 {
    margin-left: 3%;
  }
  
  /* footer前 */
  .lp-btn_manga .btn-last-inner .txt01{
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .lp-btn_manga .btn-last-inner .txt02{
    font-size: 20px;
    font-size: 1.25rem;
    max-width: inherit;
    width: 96%;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .lp-btn_manga ul li.btn01 > a {
    padding-left: 20px;
  }
  .lp-btn_manga ul li.btn02 > a {
    padding-left: 25px;
  }
  .lp-btn_manga ul li.btn01 > a::before {
    right: 20px;
  }
  .lp-btn_manga ul li.btn02 > a::before {
    right: 40px;
  }
  .lp-btn_manga ul li > a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 750px) {
  .lp-btn_manga {
    background-image: url("../images/internet/manga/btn_bg_common_sp.jpg");
    padding: 8vw 0;
  }
  .lp-btn_manga.last {
    background-image: url("../images/internet/manga/btn_bg_footer_sp.jpg");
    padding: 9.333vw 0 10.667vw;
  }
  .lp-btn_manga ul {
    width: 80vw;
    max-width: inherit;
    display: block;
  }
  .lp-btn_manga ul li > a {
    width: 100%;
    font-size: 5.333vw;
    border-radius: 1.067vw;
  }
  .lp-btn_manga ul li.btn02 {
    margin-left: 0;
    margin-bottom: 6.667vw;
  }
  .lp-btn_manga ul li > a::before {
    width: 3.733vw;
    height: 3.733vw;
  }
  .lp-btn_manga ul li.btn01 > a {
    padding: 6.667vw 1.333vw 6.667vw 6.667vw;
    box-shadow: 0 2px #b5441b;
  }
  .lp-btn_manga ul li.btn02 > a {
    padding: 6.667vw 1.333vw 6.667vw 9.333vw;
    box-shadow: 0 2px #006837;
  }
  .lp-btn_manga ul li.btn01 > a::before {
    background-image: url("../images/internet/manga/icon_btn01_arrow_sp.svg");
    right: 6.667vw;
  }
  .lp-btn_manga ul li.btn02 > a::before {
    background-image: url("../images/internet/manga/icon_btn02_arrow_sp.svg");
    right: 9.333vw;
  }
  /* footer前 */
  .lp-btn_manga .btn-last-inner .txt01{
    font-size: 4.2vw;
    line-height: 1.7;
  }
  .lp-btn_manga .btn-last-inner .txt02{
    width: 80vw;
    font-size: 3.8vw;
    padding: 1.067vw;
    border: 1px solid #ffffff;
    max-width: inherit;
    margin: 4.8vw auto 5.333vw;
  }
}


/* lp-sec_worries */
.lp-sec_worries {
  background-image: url("../images/internet/manga/bg_worries.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 80px 0 0;
}
.lp-sec_worries .c-sec-ttl {
  margin: 0 auto 20px;
}
.lp-sec_worries .c-worries-img {
  margin: 10px auto 0;
  max-width: 802px;
}
.lp-sec_worries .inner {
  max-width: 800px;
  margin: 0 auto 65px;
  background: #ffffff;
  border-radius: 8px;
  padding: 32px 0 40px 45px;
  background-image: url("../images/internet/manga/img_worries_fig01@2x.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 269px;
}
.lp-sec_worries .inner-list li {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.45;
  padding-left: 2rem;
}
.lp-sec_worries .inner-list li::before {
  position: absolute;
  content: "";
  background-image: url("../images/internet/manga/icon_check.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 25px;
  height: 22px;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .lp-sec_worries {
    background-image: url("../images/internet/manga/bg_worries_sp.jpg");
    padding: 6.667vw 0 0;
  }
  .lp-sec_worries .c-sec-ttl {
    margin: 0 auto 5.333vw;
    font-size: 27px;
    font-size: 7.2vw;
    line-height: 1.667;
  }
  .lp-sec_worries .c-worries-img {
    width: 106%;
    margin-left: -3%;
    margin-top: 4vw;
  }
  .lp-sec_worries .c-img {
    width: 62.933vw;
    margin: auto;
  }
  .lp-sec_worries .inner {
    width: 100%;
    margin: 0 auto 6.667vw;
    border-radius: 1.067vw;
    padding: 6.667vw 6.667vw 0;
    background-image: none;
  }
  .lp-sec_worries .inner-list li {
    font-size: 4.33vw;
    line-height: 1.5;
  }
  .lp-sec_worries .inner-list li + li {
    margin-top: 2.667vw;
  }
  .lp-sec_worries .inner-list li::before {
    background-image: url("../images/internet/manga/icon_check_sp.svg");
    background-size: 100%;
    width: 5.6vw;
    height: 5.6vw;
    top: 0.8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .lp-sec_worries .inner {
    width: 96%;
    background-size: 230px;
    padding-left: 20px;
  }
  .lp-sec_worries .c-worries-img {
    max-width: 600px;
  }
}


/* resolution */
.lp-subttl-resolution {
  position: relative;
  background-image: url("../images/internet/manga/bg_resolution.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.lp-subttl-resolution::before {
  position: absolute;
  content: "";
  background: url("../images/internet/manga/icon_blue_arrow.svg") no-repeat top center /cover;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.lp-subttl-resolution .c-subttl-img {
  max-width: 718px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .lp-subttl-resolution {
    background-image: url("../images/internet/manga/bg_resolution_sp.jpg");
    height: auto;
    padding: 35px 0 25px;
  }
  .lp-subttl-resolution::before {
    width: 24px;
    height: 24px;
    top: -12px;
  }
  .lp-subttl-resolution .c-subttl-img {
    width: 100%;
  }
}



/* reason */
.lp-sec_reason {
  background-image: url("../images/internet/manga/bg_reason.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 110px 0 100px;
}
.lp-sec_reason .c-sec-ttl {
  position: relative;
  color: #0071bc;
  line-height: 1.75;
  margin-bottom: 150px;
}
.lp-sec_reason .c-sec-ttl::before {
  background: #0071bc;
  bottom: -20px;
}
.lp-sec_reason .lp-sec_reason-inner {
  position: relative;
  max-width: 990px;
  margin: auto;
  background: #ffffff;
  border: 3px solid #0071bc;
  padding: 55px 52px;
}
.lp-sec_reason .lp-sec_reason-inner::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 80px;
  height: 80px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.lp-sec_reason .lp-sec_reason-inner.num01::before {
  background-image: url("../images/internet/manga/num01.svg");
}
.lp-sec_reason .lp-sec_reason-inner.num02::before {
  background-image: url("../images/internet/manga/num02.svg");
}
.lp-sec_reason .lp-sec_reason-inner.num03::before {
  background-image: url("../images/internet/manga/num03.svg");
}
.lp-sec_reason .lp-sec_reason-inner + .lp-sec_reason-inner {
  margin-top: 95px;
}
.lp-sec_reason .lp-sec_reason-inner .c-subttl {
  margin-bottom: 20px;
}
.lp-sec_reason .num03-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.lp-sec_reason .num03-flex .c-img01 {
  order: 2;
  width: 100%;
  max-width: 370px;
  padding-right: 5px;
  padding-top: 5px;
}
.lp-sec_reason .num03-flex .c-txt {
  order: 1;
}
.lp-sec_reason .c-subtxt {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .lp-sec_reason {
    background-image: url("../images/internet/manga/bg_reason_sp.png");
    padding: 9.333vw 0 10.667vw;
  }
  .lp-sec_reason .c-sec-ttl {
    font-size: 8.2vw;
    line-height: 1.3;
    margin-bottom: 21.333vw;
  }
  .lp-sec_reason .c-sec-ttl::before {
    bottom: -6.667vw;
  }
  .lp-sec_reason .lp-sec_reason-inner {
    width: 90%;
    border: 2px solid #0071bc;
    padding: 5.333vw;
  }
  .lp-sec_reason .lp-sec_reason-inner::before {
    width: 10.667vw;
    height: 10.667vw;
    top: -5.333vw;
  }
  .lp-sec_reason .lp-sec_reason-inner + .lp-sec_reason-inner {
    margin-top: 10.667vw;
  }
  .lp-sec_reason .lp-sec_reason-inner .c-subttl {
    margin-bottom: 2.667vw;
  }
  .lp-sec_reason .num03-flex {
    display: block;
    margin-bottom: 1.333vw;
  }
  .lp-sec_reason .num03-flex .c-img01 {
    width: 75%;
    margin: 0 auto 6.667vw;;
    padding: 0;
  }
  .lp-sec_reason .c-subtxt {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .lp-sec_reason .lp-sec_reason-inner {
    max-width: inherit;
    width: 96%;
  }
  .lp-sec_reason .num03-flex .c-img01 {
    min-width: 300px !important;
  }
  .lp-sec_reason .num03-flex .c-txt .pc {
    display: none;
  }
}




/* quality */
.lp-sec_quality {
  background-image: url("../images/internet/manga/bg_quality.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 110px 0 132px;
}
.lp-sec_quality .c-sec-ttl {
  position: relative;
  color: #ffffff;
  line-height: 1.75;
  margin-bottom: 105px;
}
.lp-sec_quality .c-sec-ttl::before {
  background: #ffffff;
  bottom: -40px;
}
.lp-sec_quality .lp-sec_quality-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 45px 60px;
}
.lp-sec_quality .lp-sec_quality-inner + .lp-sec_quality-inner {
  margin-top: 60px;
}
.lp-sec_quality .lp-sec_quality-inner .c-subttl {
  margin-bottom: 20px;
  letter-spacing: .02em;
}
.lp-sec_quality .lp-sec_quality-inner:nth-of-type(1) .c-txt {
  padding: 0 30px;
}
.lp-sec_quality .lp-sec_quality-inner .c-band {
  margin: 30px auto 45px;
  text-align: center;
}
.lp-sec_quality .lp-sec_quality-inner .c-band .band-txt {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.75;
  background: #0071bc;
  padding: 8px 20px;
}
.lp-sec_quality .lp-sec_quality-inner .q-fig-inner {
  max-width: 750px;
  margin: 10px auto;
  background: #d4eef9;
  padding: 35px 0 25px;
}
.lp-sec_quality .lp-sec_quality-inner .q-fig-inner .c-fig {
  max-width: 394px;
  margin: auto;
}
.lp-sec_quality .lp-sec_quality-inner .q-fig-inner .c-subtxt03 {
  max-width: 500px;
  margin: auto;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: -.05em;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}

.lp-sec_quality .lp-sec_quality-inner .q-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.lp-sec_quality .q-flex .c-txt {
  width: 100%;
  max-width: 390px;
  margin-left: 20px;
  line-height: 1.5;
  letter-spacing: .1em;
}
.lp-sec_quality .q-flex .c-txt .nrw {
  letter-spacing: -.02em;
}
.lp-sec_quality .q-flex .c-img {
  width: 100%;
  max-width: 366px;
  padding-top: 5px;
}
.lp-sec_quality .c-subtxt02 {
  max-width: 630px;
  margin: 40px auto 0;
}

@media screen and (max-width: 750px) {
  .lp-sec_quality {
    background-image: url("../images/internet/manga/bg_quality_sp.jpg");
    padding: 8vw 0 11.467vw;
  }
  .lp-sec_quality .c-sec-ttl {
    line-height: 1.35;
    margin-bottom: 13.333vw;
  }
  .lp-sec_quality .c-sec-ttl::before {
    bottom: -5.333vw;
  }
  .lp-sec_quality .lp-sec_quality-inner {
    width: 96%;
    border-radius: 2.667vw;
    padding: 8vw 6.667vw 5.333vw;
  }
  .lp-sec_quality .lp-sec_quality-inner + .lp-sec_quality-inner {
    margin-top: 4vw;
  }
  .lp-sec_quality .lp-sec_quality-inner .c-subttl {
    margin-bottom: 2.667vw;
    letter-spacing: .02em;
    line-height: 1.75;
  }
  .lp-sec_quality .lp-sec_quality-inner:nth-of-type(1) .c-txt {
    padding: 0;
  }
  .lp-sec_quality .lp-sec_quality-inner .c-band {
    margin: 0 auto 4vw;
  }
  .lp-sec_quality .lp-sec_quality-inner .c-band .band-txt {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 0.533vw 2.667vw;
    display: inline-block;
  }
  .lp-sec_quality .lp-sec_quality-inner .c-band .band-txt + .band-txt {
    margin-top: 1.333vw;
  }
  .lp-sec_quality .lp-sec_quality-inner .q-fig-inner {
    width: 100%;
    margin: 3.2vw auto 0;
    padding: 6.667vw 6.133vw;
  }
  .lp-sec_quality .lp-sec_quality-inner .q-fig-inner .c-fig {
    max-width: 50.133vw;
    margin-bottom: 4vw;
  }
  .lp-sec_quality .lp-sec_quality-inner .q-fig-inner .c-subtxt03 {
    width: 100%;
    font-size: 9px;
    font-size: 2.4vw;
    line-height: 1.5;
    text-indent: 0;
    padding-left: 0;
  }
  .lp-sec_quality .lp-sec_quality-inner .q-flex {
    display: block;
    margin-bottom: 2.667vw;
  }
  .lp-sec_quality .q-flex .c-txt {
    max-width: inherit;
    margin-left: 0;
    line-height: 1.75;
    letter-spacing: .08em;
  }
  .lp-sec_quality .q-flex .c-img {
    max-width: 60.533vw;
    margin: auto;
    padding-top: 2.667vw;
  }
  .lp-sec_quality .c-subtxt02 {
    width: 100%;
    margin: 1.333vw auto 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .lp-sec_quality .lp-sec_quality-inner {
    width: 96%;
  }
  .lp-sec_quality .q-flex .c-txt {
    max-width: inherit;
    margin-left: 0;
    width: 48%;
  }
  .lp-sec_quality .q-flex .c-img {
    max-width: inherit;
    width: 48%;
  }
  .lp-sec_quality .c-subttl .tab {
    display: block;
  }
}



/* last */
.lp-sec_last {
  background-image: url("../images/internet/manga/bg_last.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 100px 0 55px;
}
.lp-sec_last .c-img {
  max-width: 726px;
  margin: 60px auto 0;
}
.lp-sec_last .c-sec-ttl {
  letter-spacing: normal;
}
@media screen and (max-width: 750px) {
  .lp-sec_last {
    background-image: url("../images/internet/manga/bg_last_sp.jpg");
    padding: 9.333vw 0 8vw;
  }
  .lp-sec_last .c-img {
    width: 61.333vw;
    margin: 25px auto 0;
  }
  .lp-sec_last .c-sec-ttl {
    font-size: 27px;
    font-size: 7.2vw;
    line-height: 1.667;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .lp-sec_last {
    padding-left: 3%;
    padding-right: 3%;
  }
  .lp-sec_last .c-img {
    max-width: 680px;
  }
}

/* footer */
@media print, screen and (min-width: 1025px) {
  .internet-lp2 .l-footer-main {
    margin-top: initial;
    padding-top: 2.5rem;
  }
}
