@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Noto+Sans+JP:wght@100..900&family=Cormorant+Garamond:ital,wght@0,600;1,600&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1:wght@500;600;700;800&display=swap');
body {
  margin: 0;
  line-height: inherit;
}
h1,
h2,
h3,
p,
ul,
ol,
dl,
dt,
dd li {
  padding: 0;
  margin: 0;
}
ul,
ol {
  list-style: none;
}
ul li,
ol li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
/*                フッター補正
======================================================= */
#app #app-header {
  margin-bottom: 0;
}

.lg\:border-kds-line-secondary {
  display: none;
}

#app #app-header + #app-main-static {
  padding-top: 0;
}

.lg\:border-kds-line-secondary {
  display: block;
}
@media only screen and (max-width: 768px) {
  .lg\:border-kds-line-secondary.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768.1px) {
  .lg\:divide-y-0 {
    display: none;
  }
  .lg\:row-start-1 {
    display: none;
  }
  .lg\:row-start-2 {
    display: none;
  }
}
/*                lp-main
======================================================= */
.lp-main {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fafafa;
  margin-bottom: 134px;
  /*              layout / parts
  ======================================================= */
}
@media only screen and (max-width: 1300px) {
  .lp-main {
    margin-bottom: 10.3076923077vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-main {
    margin-bottom: 21.3333333333vw;
  }
}
.lp-main::before,
.lp-main .lp-fv::before {
  display: block;
  width: 100%;
  height: 364px;
  content: '';
  position: fixed;
  left: 0;
  top: 120px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(43, 139, 160, 0.85)),
    to(rgba(43, 139, 160, 0))
  );
  background: linear-gradient(rgba(43, 139, 160, 0.85), rgba(43, 139, 160, 0));
  -webkit-transition:
    opacity 0.5s,
    height 0.5s;
  transition:
    opacity 0.5s,
    height 0.5s;
}
@media only screen and (max-width: 768px) {
  .lp-main::before,
  .lp-main .lp-fv::before {
    top: 88px;
    height: 25.3333333333vw;
  }
}
.lp-main::before {
  z-index: 3;
  opacity: 0;
}
.lp-main .lp-fv::before {
  z-index: 1;
}
.lp-main .lp-fv::before {
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.lp-main .lp-nav-pc ul {
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}
@media only screen and (min-width: 768.1px) {
  .lp-main.-scroll .lp-nav-pc ul {
    margin: 35px auto 31px;
    text-shadow: rgba(0, 0, 0, 0.1) 1px 0 0.25em;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1300px) {
  .lp-main.-scroll .lp-nav-pc ul {
    margin: 2.6923076923vw auto 2.3846153846vw;
  }
}
@media only screen and (min-width: 768.1px) and (hover: hover) {
  .lp-main.-scroll .lp-nav-pc ul li a {
    -webkit-transition: text-shadow 0.5s;
    transition: text-shadow 0.5s;
  }
  .lp-main.-scroll .lp-nav-pc ul li a:hover {
    opacity: 1;
    text-shadow: rgba(0, 0, 0, 0.75) 1px 0 0.25em;
  }
}
@media only screen and (min-width: 768.1px) {
  .lp-main.-scroll::before {
    opacity: 1;
    height: 116px;
  }
  .lp-main.-scroll .lp-fv::before {
    opacity: 0;
  }
}
.lp-main .main-width {
  max-width: 960px;
  margin: auto;
}
@media only screen and (max-width: 1300px) {
  .lp-main .main-width {
    max-width: 73.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-main .main-width {
    max-width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.lp-main .inline-block {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .lp-main .sp-block {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .lp-main .sp-inline-block {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .lp-main .br-pc {
    display: none;
  }
}
@media only screen and (min-width: 768.1px) {
  .lp-main .br-sp {
    display: none;
  }
}
.lp-main hr.section-hr {
  width: 100%;
  overflow: visible;
  z-index: 2;
}
.lp-main .section-hr {
  height: 1px;
  position: relative;
}
.lp-main .section-hr::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -50%;
  height: 52px;
  background: none;
  width: 100%;
  border: none;
  background: url('../images/section-hr.png') center/contain repeat-x;
  z-index: 2;
}
@media only screen and (min-width: 768.1px) {
  .lp-main .section-hr.pc-none {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .lp-main .section-hr.sp-none {
    display: none;
  }
  .lp-main .section-hr::before {
    height: 6.6666666667vw;
    background: url('../images/section-hr-sp.png') center/cover repeat-x;
  }
}
.lp-main .lp-linkbtn {
  width: 100%;
  max-width: 300px;
}
.lp-main .lp-linkbtn > a {
  position: relative;
  display: block;
  height: 58px;
  width: 100%;
  position: relative;
  border-radius: 29px;
  padding: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f0c850),
    color-stop(27%, #fff3c4),
    color-stop(44%, #f3edbd),
    color-stop(63%, #bd9442),
    color-stop(83%, #fff8d4),
    to(#f0c850)
  );
  background: linear-gradient(180deg, #f0c850, #fff3c4 27%, #f3edbd 44%, #bd9442 63%, #fff8d4 83%, #f0c850 100%);
  overflow: hidden;
}
.lp-main .lp-linkbtn > a > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 27px;
  background: -webkit-gradient(linear, left top, left bottom, from(#80cdc5), to(#2b8ba0));
  background: linear-gradient(180deg, #80cdc5, #2b8ba0);
  padding-bottom: 0.1em;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.1em;
  overflow: hidden;
  line-height: 1.4;
}
.lp-main .lp-linkbtn > a > span::before {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  right: 26px;
  top: calc(50% - 2px);
  translate: 0 -50%;
  background: url('../images/lp-linkbtn_arr.svg') center/contain no-repeat;
}
@media (hover: hover) {
  .lp-main .lp-linkbtn > a:after {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(0, 0, 0, 0)),
      color-stop(66%, rgba(0, 0, 0, 0.1)),
      to(rgba(0, 0, 0, 0.1))
    );
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.1) 100%);
  }
  .lp-main .lp-linkbtn > a:hover:after {
    opacity: 1;
  }
}
@media only screen and (max-width: 1300px) {
  .lp-main .lp-linkbtn {
    max-width: 23.0769230769vw;
  }
  .lp-main .lp-linkbtn > a {
    height: 4.4615384615vw;
    border-radius: 2.2307692308vw;
    padding: 0.1538461538vw;
  }
  .lp-main .lp-linkbtn > a > span {
    border-radius: 2.0769230769vw;
    font-size: 1.1538461538vw;
  }
  .lp-main .lp-linkbtn > a > span::before {
    width: 1.1538461538vw;
    height: 1.1538461538vw;
    right: 2vw;
    top: calc(50% - 0.1538461538vw);
  }
}
@media only screen and (max-width: 768px) {
  .lp-main .lp-linkbtn {
    max-width: 73.3333333333vw;
  }
  .lp-main .lp-linkbtn.sp-wide {
    max-width: 100%;
  }
  .lp-main .lp-linkbtn > a {
    height: 15.4666666667vw;
    border-radius: 7.7333333333vw;
    padding: 0.5333333333vw;
  }
  .lp-main .lp-linkbtn > a > span {
    border-radius: 7.2vw;
    font-size: 4vw;
  }
  .lp-main .lp-linkbtn > a > span::before {
    width: 4vw;
    height: 4vw;
    right: 6.9333333333vw;
    top: calc(50% - 0.5333333333vw);
  }
}
.lp-main .lp-linkbtn.-down > a > span::before {
  width: 14px;
  height: 12px;
  right: 26px;
  top: calc(50% - 2px);
  background: url('../images/lp-linkbtn-down_arr.svg') center/contain no-repeat;
}
@media only screen and (max-width: 1300px) {
  .lp-main .lp-linkbtn.-down > a > span::before {
    width: 1.0769230769vw;
    height: 0.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-main .lp-linkbtn.-down > a > span::before {
    width: 3.7333333333vw;
    height: 3.2vw;
  }
}
.lp-main .lp-linkbtn.-red > a > span {
  background: -webkit-gradient(linear, left top, left bottom, from(#fc809b), to(#e75e7c));
  background: linear-gradient(180deg, #fc809b, #e75e7c);
}
.lp-main .lp-linkbtn.-purple > a > span {
  background: -webkit-gradient(linear, left top, left bottom, from(#b5a5df), to(#8473b0));
  background: linear-gradient(180deg, #b5a5df, #8473b0);
}
.lp-main .lp-linkbtn.-yellow > a > span {
  background: -webkit-gradient(linear, left top, left bottom, from(#deb686), to(#b1844d));
  background: linear-gradient(180deg, #deb686, #b1844d);
}
@media only screen and (min-width: 768.1px) {
  .lp-main .lp-linkbtn.-pc_tall > a {
    height: 80px;
    border-radius: 38px;
  }
  .lp-main .lp-linkbtn.-pc_tall > a > span {
    border-radius: 36px;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1300px) {
  .lp-main .lp-linkbtn.-pc_tall {
    height: 6.1538461538vw;
    border-radius: 2.9230769231vw;
  }
  .lp-main .lp-linkbtn.-pc_tall > span {
    border-radius: 2.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-main .lp-linkbtn.-sp_short > a {
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
  }
  .lp-main .lp-linkbtn.-sp_short > a > span {
    height: 12.2666666667vw;
    border-radius: 6.1333333333vw;
    font-size: 3.4666666667vw;
  }
}
.lp-main .lp-section-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #3cb1b1;
}
.lp-main .lp-section-ttl .en {
  font-size: 70px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.05em;
  letter-spacing: -0.01em;
  margin-bottom: 0.3em;
}
.lp-main .lp-section-ttl .en::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(60, 177, 177, 0)),
    color-stop(50%, rgb(60, 177, 177)),
    to(rgba(60, 177, 177, 0))
  );
  background-image: linear-gradient(90deg, rgba(60, 177, 177, 0), rgb(60, 177, 177) 50%, rgba(60, 177, 177, 0));
}
.lp-main .lp-section-ttl .ja {
  font-size: 22px;
  letter-spacing: 0.05em;
}
.lp-main .lp-section-ttl.-white {
  color: #fff;
}
.lp-main .lp-section-ttl.-white .en::before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgb(255, 255, 255)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0));
}
@media only screen and (max-width: 1300px) {
  .lp-main .lp-section-ttl .en {
    font-size: 5.3846153846vw;
  }
  .lp-main .lp-section-ttl .en::before {
    height: 0.2307692308vw;
  }
  .lp-main .lp-section-ttl .ja {
    font-size: 1.6923076923vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-main .lp-section-ttl .en {
    font-size: 12.2666666667vw;
    margin-bottom: 0.075em;
  }
  .lp-main .lp-section-ttl .en::before {
    height: 0.2666666667vw;
  }
  .lp-main .lp-section-ttl .ja {
    font-size: 4.2666666667vw;
  }
}
.lp-main .youtube-wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.lp-main .youtube-wrap iframe {
  width: 100%;
  height: 100%;
}

/*                lp-Nav
======================================================= */
.lp-nav-pc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 120px;
  width: 100%;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .lp-nav-pc {
    display: none;
  }
}
.lp-nav-pc ul {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 49px auto 40px;
}
.lp-nav-pc ul li {
  margin: 0 20px;
}
.lp-nav-pc ul li > a {
  display: block;
  color: #fff;
  font-size: 24px;
}
.lp-nav-pc ul li > a > span {
  display: block;
  text-align: center;
}
.lp-nav-pc ul li > a > span.en {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.025em;
}
.lp-nav-pc ul li > a > span.ja {
  margin-top: 0.5em;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 50%;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  line-height: 1em;
}
@media (hover: hover) {
  .lp-nav-pc ul li > a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .lp-nav-pc ul li > a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1300px) {
  .lp-nav-pc ul {
    margin: 3.7692307692vw auto 3.0769230769vw;
  }
  .lp-nav-pc ul li {
    margin: 0 1.5384615385vw;
  }
  .lp-nav-pc ul li > a {
    font-size: 22px;
  }
}

.lp-nav-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 10;
}
@media only screen and (min-width: 768.1px) {
  .lp-nav-sp {
    display: none !important;
    z-index: -1;
  }
}
.lp-nav-sp::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2b8ba0;
  background: -webkit-gradient(linear, left top, left bottom, from(#80cdc5), to(#2b8ba0));
  background: linear-gradient(#80cdc5, #2b8ba0);
  opacity: 0.9;
}
.lp-nav-sp .sp-menu-btn {
  top: 2.1333333333vw;
}
.lp-nav-sp .lp-nav-sp-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5.3333333333vw;
  font-size: 4vw;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.lp-nav-sp ul {
  width: 100%;
  font-size: 100%;
}
.lp-nav-sp ul li {
  font-size: 100%;
  border-bottom: solid 1px #fff;
}
.lp-nav-sp ul li a {
  display: block;
  color: #fff;
  padding: 1em 2em 1em 0.5em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
.lp-nav-sp ul li a::after {
  display: block;
  content: '';
  position: absolute;
  right: 0.8em;
  top: 0;
  width: 3.5946666667vw;
  height: 100%;
  background: url('../images/lp-nav-sp_arr.svg') center/contain no-repeat;
}

@media only screen and (min-width: 768.1px) {
  .sp-menu-btn {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sp-menu-btn {
    display: block;
    position: fixed;
    top: calc(88px + 2.1333333333vw);
    right: 2.6666666667vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    z-index: 4;
  }
  .sp-menu-btn img {
    width: 100%;
    height: 100%;
  }
}

/*                Fast View
======================================================= */
.lp-fv {
  position: relative;
  height: 636px;
  background-position: center top;
  background-size: cover;
  background-image: url('../images/fv-bg_pc.jpg');
  overflow: hidden;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-fv {
    background-image: url('../images/fv-bg_pc@2x.jpg');
  }
}
@media only screen and (max-width: 768px) {
  .lp-fv {
    background-image: url('../images/fv-bg_sp.jpg');
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .lp-fv {
    background-image: url('../images/fv-bg_sp@2x.jpg');
  }
}
.lp-fv::after {
  display: block;
  width: calc(100% - 200px);
  height: 1px;
  content: '';
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 12px;
  translate: -50% 0;
  z-index: 1;
  opacity: 0.5;
}
@media only screen and (max-width: 1300px) {
  .lp-fv {
    height: 48.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-fv {
    height: 154.6666666667vw;
  }
  .lp-fv::after {
    top: 2.6666666667vw;
    width: calc(100% - 29.3333333333vw);
  }
}

.lp-fv_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp-fv_wrap::before,
.lp-fv_wrap::after {
  position: absolute;
  display: block;
  content: '';
  background: url('../images/fv-decoration.svg') center/contain no-repeat;
  width: 80px;
  height: 80px;
  top: 10px;
  z-index: 3;
}
.lp-fv_wrap::before {
  left: 10px;
}
.lp-fv_wrap::after {
  right: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .lp-fv_wrap::before,
  .lp-fv_wrap::after {
    top: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .lp-fv_wrap::before {
    left: 2.6666666667vw;
  }
  .lp-fv_wrap::after {
    display: none;
    right: 2.6666666667vw;
  }
}

.lp-fv-inr {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp-fv-inr::before,
.lp-fv-inr::after {
  display: block;
  height: calc(100% - 100px);
  height: 100%;
  width: 1px;
  content: '';
  position: absolute;
  background-color: #fff;
  top: 100px;
  z-index: 3;
  opacity: 0.5;
}
.lp-fv-inr::before {
  left: 12px;
}
.lp-fv-inr::after {
  right: 12px;
}
@media only screen and (max-width: 768px) {
  .lp-fv-inr::before,
  .lp-fv-inr::after {
    height: calc(100% - 14.6666666667vw);
    top: 14.6666666667vw;
  }
  .lp-fv-inr::before {
    left: 3.2vw;
  }
  .lp-fv-inr::after {
    right: 3.2vw;
  }
}

.lp-fv-main {
  margin: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768.1px) {
  .lp-fv-main {
    width: 1300px;
    padding: 149px 60px 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1300px) {
  .lp-fv-main {
    padding: 11.4615384615vw 4.6153846154vw 4.6153846154vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-fv-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 13.3333333333vw 0 12.8vw 0;
  }
}

.lp-fv-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp-fv-ttl > span {
  display: block;
}
.lp-fv-ttl > span.lp-fv-ttl-01 img {
  width: 457px;
}
.lp-fv-ttl > span.lp-fv-ttl-02 img {
  width: 464px;
}
.lp-fv-ttl > span:nth-of-type(n + 2) {
  margin: 10px auto 14px;
}
@media only screen and (max-width: 1300px) {
  .lp-fv-ttl > span {
    margin: auto;
  }
  .lp-fv-ttl > span.lp-fv-ttl-01 img {
    width: 35.1538461538vw;
  }
  .lp-fv-ttl > span.lp-fv-ttl-02 img {
    width: 35.6923076923vw;
  }
  .lp-fv-ttl > span:nth-of-type(n + 2) {
    margin: 0.7692307692vw auto 1.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-fv-ttl > span {
    margin: auto;
  }
  .lp-fv-ttl > span.lp-fv-ttl-01 img {
    width: 73.6vw;
  }
  .lp-fv-ttl > span.lp-fv-ttl-02 img {
    width: 73.3866666667vw;
  }
  .lp-fv-ttl > span:nth-of-type(n + 2) {
    margin: 4.192vw auto 4.352vw;
  }
}

@media only screen and (max-width: 768px) {
  .lp-fv-image {
    position: relative;
  }
  .lp-fv-image::before {
    display: block;
    content: '';
    background-color: #fff;
    width: calc(100vw + 2px);
    height: 10.6666666667vw;
    left: 50%;
    bottom: 0;
    translate: -50% calc(100% - 2.6666666667vw);
    position: absolute;
  }
}

.lp-fv-image-inr {
  margin-right: 7px;
  position: relative;
  position: relative;
}
.lp-fv-image-inr > span {
  display: inline-block;
  padding: 15px;
  border: solid 2px #bda581;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .lp-fv-image-inr {
    margin-right: 0.5384615385vw;
  }
  .lp-fv-image-inr > span {
    width: 50.5384615385vw;
    padding: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-fv-image-inr {
    margin-left: auto;
    margin-right: auto;
  }
  .lp-fv-image-inr > span {
    margin: auto;
    display: block;
    width: 78.6666666667vw;
    padding: 1.808vw;
    border: solid 1px #bda581;
    position: relative;
    z-index: 2;
  }
}
.lp-fv-image-inr::before,
.lp-fv-image-inr::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
}
.lp-fv-image-inr::before {
  width: 133%;
  padding-bottom: 30%;
  background: radial-gradient(ellipse 60% 40%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
  translate: -50% 50%;
}
.lp-fv-image-inr::after {
  border-radius: 50%;
  translate: -50% 90%;
  width: 133%;
  height: 1px;
  padding-bottom: 60%;
  background-color: #fafafa;
}
@media only screen and (max-width: 768px) {
  .lp-fv-image-inr::before {
    opacity: 0.25;
    z-index: 1;
  }
  .lp-fv-image-inr::after {
    translate: -50% 72.5%;
    padding-bottom: 60%;
  }
}

/*                Intro
======================================================= */
.lp-intro .lp-intro-wrap {
  margin: auto;
}
@media only screen and (min-width: 768.1px) {
  .lp-intro .lp-intro-wrap {
    width: 1222px;
    padding: 66px 60px 106px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1300px) {
  .lp-intro .lp-intro-wrap {
    width: 94vw;
    padding: 4.6153846154vw 4.6153846154vw 8.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-intro .lp-intro-wrap {
    width: 100%;
    padding: 1.3333333333vw 8.5333333333vw 16.8vw;
  }
}
.lp-intro .lp-intro-ttl {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #3cb1b1;
  letter-spacing: 0.12em;
}
.lp-intro .lp-intro-ttl > .border-bottom {
  display: inline-block;
  position: relative;
}
.lp-intro .lp-intro-ttl > .border-bottom::before {
  position: absolute;
  display: block;
  content: '';
  left: 0.5em;
  width: calc(100% - 0.5em);
  height: 1px;
  bottom: -0.23em;
  border-bottom: solid 1px #3cb1b1;
}
.lp-intro .lp-intro-catch {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.12em;
  margin: 1.65em auto;
}
@media only screen and (max-width: 1300px) {
  .lp-intro .lp-intro-ttl {
    font-size: 2.6153846154vw;
  }
  .lp-intro .lp-intro-catch {
    font-size: 1.6923076923vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-intro .lp-intro-ttl {
    margin-left: -0.5em;
    margin-right: -0.5em;
    font-size: 5.3333333333vw;
  }
  .lp-intro .lp-intro-ttl > .border-bottom::before {
    position: absolute;
    display: block;
    content: '';
    left: 0.5em;
    width: calc(100% - 1em);
    bottom: -0.5em;
  }
  .lp-intro .lp-intro-catch {
    font-size: 4vw;
  }
}
.lp-intro .lp-intro-comics {
  margin: auto;
}
.lp-intro .lp-intro-comics ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lp-intro .lp-intro-comics li {
  padding: 16px;
  width: 20%;
}
.lp-intro .lp-intro-comics .comics-thumb {
  display: block;
  width: 100%;
}
.lp-intro .lp-intro-comics .comics-thumb img {
  width: auto;
  height: 286px;
  -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.2);
}
@media (hover: hover) {
  .lp-intro .lp-intro-comics a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .lp-intro .lp-intro-comics a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1300px) {
  .lp-intro .lp-intro-comics ul {
    margin: -1.2307692308vw;
  }
  .lp-intro .lp-intro-comics li {
    padding: 1.2307692308vw;
  }
  .lp-intro .lp-intro-comics .comics-thumb img {
    height: 22vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-intro .lp-intro-comics ul {
    margin: -2.6666666667vw -2.1333333333vw;
  }
  .lp-intro .lp-intro-comics li {
    padding: 2.6666666667vw 2.1333333333vw;
    width: 33.3333%;
  }
  .lp-intro .lp-intro-comics .comics-thumb img {
    height: 35.7333333333vw;
  }
}

/*                Campaign
======================================================= */
.lp-campaign_info {
  padding: 70px 0 74px;
  background-position: center top;
  background-size: cover;
  background-image: url('../images/campaign_info-bg_pc.jpg');
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-campaign_info {
    background-image: url('../images/campaign_info-bg_pc@2x.jpg');
  }
}
@media only screen and (max-width: 768px) {
  .lp-campaign_info {
    background-image: url('../images/campaign_info-bg_sp.jpg');
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .lp-campaign_info {
    background-image: url('../images/campaign_info-bg_sp@2x.jpg');
  }
}
.lp-campaign_info::before,
.lp-campaign_info::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 111px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(43, 139, 160)), to(rgba(43, 139, 160, 0)));
  background: linear-gradient(rgb(43, 139, 160), rgba(43, 139, 160, 0));
}
.lp-campaign_info::before {
  top: 0;
}
.lp-campaign_info::after {
  bottom: 0;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
@media only screen and (max-width: 1300px) {
  .lp-campaign_info {
    padding: 5.3846153846vw 0 5.6923076923vw;
  }
  .lp-campaign_info::before,
  .lp-campaign_info::after {
    height: 8.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-campaign_info {
    padding: 14.4vw 0 16vw;
  }
  .lp-campaign_info::before,
  .lp-campaign_info::after {
    height: 29.6vw;
    opacity: 0.25;
  }
}
.lp-campaign_info .lp-campaign_info-wrap {
  position: relative;
  z-index: 1;
}
.lp-campaign_info .lp-campaign_info-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.12em;
}
.lp-campaign_info .lp-campaign_info-txt {
  color: #fff;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.lp-campaign_info .lp-campaign_info-txt .campaign_info-original-work {
  margin-top: 0.45em;
  font-size: 18px;
}
.lp-campaign_info .lp-campaign_info-txt .campaign_info-venue {
  margin-top: 0.4em;
  font-size: 22px;
}
@media only screen and (max-width: 1300px) {
  .lp-campaign_info .lp-campaign_info-ttl {
    font-size: 2.4615384615vw;
  }
  .lp-campaign_info .lp-campaign_info-txt .campaign_info-original-work {
    font-size: 1.3846153846vw;
  }
  .lp-campaign_info .lp-campaign_info-txt .campaign_info-venue {
    font-size: 1.6923076923vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-campaign_info .lp-campaign_info-ttl {
    font-size: 5.3333333333vw;
  }
  .lp-campaign_info .lp-campaign_info-txt .campaign_info-original-work {
    font-size: 3.4666666667vw;
  }
  .lp-campaign_info .lp-campaign_info-txt .campaign_info-venue {
    font-size: 4.2666666667vw;
  }
}
.lp-campaign_info .lp-campaign_info-main {
  margin: 36px auto 0;
  border: solid 2px #a556a0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.4);
  padding: 58px 70px 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp-campaign_info .lp-campaign_info-main-ttl,
.lp-campaign_info .lp-campaign_info-main-txt_01,
.lp-campaign_info .lp-campaign_info-main-txt_02 {
  line-height: 1;
}
.lp-campaign_info .lp-campaign_info-main-ttl {
  width: 824px;
  margin-top: 3px;
}
.lp-campaign_info .lp-campaign_info-main-ttl img {
  width: 100%;
}
.lp-campaign_info .lp-campaign_info-main-txt_01 {
  width: 634px;
}
.lp-campaign_info .lp-campaign_info-main-txt_01 img {
  width: 100%;
}
.lp-campaign_info .lp-campaign_info-main-txt_02 {
  width: 694px;
  margin-top: 30px;
  padding-top: 20px;
  position: relative;
}
.lp-campaign_info .lp-campaign_info-main-txt_02 img {
  width: 100%;
}
.lp-campaign_info .lp-campaign_info-main-txt_02::before,
.lp-campaign_info .lp-campaign_info-main-txt_02::after {
  display: block;
  position: absolute;
  content: '';
  width: 806px;
  height: 1px;
  left: 50%;
  background-color: #9a4c95;
  translate: -50% 0;
}
.lp-campaign_info .lp-campaign_info-main-txt_02::before {
  top: 0;
}
.lp-campaign_info .lp-campaign_info-main-txt_02::after {
  top: 6px;
}
@media only screen and (max-width: 1300px) {
  .lp-campaign_info .lp-campaign_info-main {
    margin: 2.7692307692vw auto 0;
    border: solid 0.1538461538vw #a556a0;
    border-radius: 1.2307692308vw;
    padding: 4.4615384615vw 5.3846153846vw 3.5384615385vw;
  }
  .lp-campaign_info .lp-campaign_info-main-ttl {
    width: 63.3846153846vw;
    margin-top: 0.2307692308vw;
  }
  .lp-campaign_info .lp-campaign_info-main-txt_01 {
    width: 48.7692307692vw;
  }
  .lp-campaign_info .lp-campaign_info-main-txt_02 {
    width: 53.3846153846vw;
    margin-top: 2.3076923077vw;
    padding-top: 1.5384615385vw;
  }
  .lp-campaign_info .lp-campaign_info-main-txt_02::before,
  .lp-campaign_info .lp-campaign_info-main-txt_02::after {
    width: 62vw;
  }
  .lp-campaign_info .lp-campaign_info-main-txt_02::after {
    top: 0.4615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-campaign_info .lp-campaign_info-main {
    margin: 8vw auto 0;
    border: solid 0.5333333333vw #a556a0;
    border-radius: 3.2vw;
    padding: 5.3333333333vw 11.2vw 6.9333333333vw;
  }
  .lp-campaign_info .lp-campaign_info-main-ttl {
    width: 65.6vw;
    margin-top: 0.8vw;
  }
  .lp-campaign_info .lp-campaign_info-main-txt_01 {
    width: 60.8vw;
  }
  .lp-campaign_info .lp-campaign_info-main-txt_02 {
    width: 64.5333333333vw;
    margin-top: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
  .lp-campaign_info .lp-campaign_info-main-txt_02::before,
  .lp-campaign_info .lp-campaign_info-main-txt_02::after {
    width: 65.3333333333vw;
  }
  .lp-campaign_info .lp-campaign_info-main-txt_02::after {
    top: 0.8vw;
  }
}

/*                Detail
======================================================= */
.lp-detail {
  padding: 101px 0 130px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.lp-detail::before,
.lp-detail::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  padding-bottom: 65.5%;
  background-size: cover;
  background-image: url('../images/detail-bg_pc.png');
  background-repeat: no-repeat;
  background-blend-mode: screen;
  background-blend-mode: overlay;
  background-blend-mode: color-dodge;
  background-blend-mode: color-burn;
}
.lp-detail::before {
  background-position: right top;
  right: 0;
  top: 0;
}
.lp-detail::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-position: left top;
  left: 0;
  bottom: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-detail {
    background-image: url('../images/detail-bg_pc@2x.png');
  }
}
@media only screen and (max-width: 1300px) {
  .lp-detail {
    padding: 7.7692307692vw 0 10vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-detail {
    padding: 13.3333333333vw 0;
  }
  .lp-detail::before,
  .lp-detail::after {
    padding-bottom: 175.87%;
    background-image: url('../images/detail-bg_sp.png');
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .lp-detail::before,
  .lp-detail::after {
    background-image: url('../images/detail-bg_sp@2x.jpg');
  }
}
.lp-detail .lp-detail-wrap {
  position: relative;
  z-index: 1;
}
.lp-detail .lp-detail-section {
  width: 100%;
  background: #fff;
  overflow: hidden;
  border: solid 1px #b98b47;
  border-radius: 12px;
  position: relative;
}
.lp-detail .lp-detail-section:nth-of-type(n + 2) {
  margin-top: 80px;
}
.lp-detail .lp-detail-section::before,
.lp-detail .lp-detail-section::after,
.lp-detail .lp-detail-section .lp-detail-section-inr::before,
.lp-detail .lp-detail-section .lp-detail-section-inr::after {
  position: absolute;
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  background: url('../images/detail-decoration.svg') center/contain no-repeat;
}
.lp-detail .lp-detail-section::before {
  top: 10px;
  left: 10px;
}
.lp-detail .lp-detail-section::after {
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lp-detail .lp-detail-section .lp-detail-section-inr::before {
  bottom: 10px;
  left: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.lp-detail .lp-detail-section .lp-detail-section-inr::after {
  bottom: 10px;
  right: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lp-detail .lp-detail-section-inr {
  position: relative;
  padding: 74px 73px 110px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1300px) {
  .lp-detail .lp-detail-section {
    border-radius: 0.9230769231vw;
  }
  .lp-detail .lp-detail-section:nth-of-type(n + 2) {
    margin-top: 6.1538461538vw;
  }
  .lp-detail .lp-detail-section::before,
  .lp-detail .lp-detail-section::after,
  .lp-detail .lp-detail-section .lp-detail-section-inr::before,
  .lp-detail .lp-detail-section .lp-detail-section-inr::after {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
  .lp-detail .lp-detail-section::before {
    top: 0.7692307692vw;
    left: 0.7692307692vw;
  }
  .lp-detail .lp-detail-section::after {
    top: 0.7692307692vw;
    right: 0.7692307692vw;
  }
  .lp-detail .lp-detail-section .lp-detail-section-inr::before {
    bottom: 0.7692307692vw;
    left: 0.7692307692vw;
  }
  .lp-detail .lp-detail-section .lp-detail-section-inr::after {
    bottom: 0.7692307692vw;
    right: 0.7692307692vw;
  }
  .lp-detail .lp-detail-section-inr {
    padding: 5.6923076923vw 5.6153846154vw 8.4615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-detail .lp-detail-section {
    border-radius: 2.6666666667vw;
  }
  .lp-detail .lp-detail-section:nth-of-type(n + 2) {
    margin-top: 10.6666666667vw;
  }
  .lp-detail .lp-detail-section::before,
  .lp-detail .lp-detail-section::after,
  .lp-detail .lp-detail-section .lp-detail-section-inr::before,
  .lp-detail .lp-detail-section .lp-detail-section-inr::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .lp-detail .lp-detail-section::before {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
  .lp-detail .lp-detail-section::after {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
  .lp-detail .lp-detail-section .lp-detail-section-inr::before {
    bottom: 2.6666666667vw;
    left: 2.6666666667vw;
  }
  .lp-detail .lp-detail-section .lp-detail-section-inr::after {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
  .lp-detail .lp-detail-section-inr {
    padding: 14.2857142857vw 8.5714285714vw 14.2857142857vw;
  }
}
.lp-detail .lp-detail-ttl {
  color: #b98b47;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 42px;
}
.lp-detail .lp-detail-ttl > span {
  display: block;
  letter-spacing: 0.1em;
  padding: 0 1.15em 0 1.25em;
  position: relative;
  line-height: 1em;
}
.lp-detail .lp-detail-ttl > span::before,
.lp-detail .lp-detail-ttl > span::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  top: 0.1em;
  background: url('../images/detail-ttl-decoration.svg') center/contain no-repeat;
}
.lp-detail .lp-detail-ttl > span::before {
  left: 0;
}
.lp-detail .lp-detail-ttl > span::after {
  right: 0;
}
@media only screen and (max-width: 1300px) {
  .lp-detail .lp-detail-ttl {
    font-size: 2.4615384615vw;
    margin-bottom: 3.2307692308vw;
  }
  .lp-detail .lp-detail-ttl > span::before,
  .lp-detail .lp-detail-ttl > span::after {
    width: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-detail .lp-detail-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
  .lp-detail .lp-detail-ttl > span::before,
  .lp-detail .lp-detail-ttl > span::after {
    width: 2.6666666667vw;
  }
}
.lp-detail .detail-original-work-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lp-detail .detail-original-work-thumbs li:nth-child(1) {
  width: 31.98%;
}
.lp-detail .detail-original-work-thumbs li:nth-child(2) {
  width: 59.41%;
}
.lp-detail .detail-original-work-thumbs li.youtube {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768.1px) {
  .lp-detail .detail-original-work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 51px;
  }
  .lp-detail .detail-original-work-info {
    width: 36.9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .lp-detail .detail-original-work-info-ttl,
  .lp-detail .detail-original-work-info-name {
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .lp-detail .detail-original-work-info-ttl {
    font-size: 22px;
  }
  .lp-detail .detail-original-work-info-name {
    font-size: 16px;
    font-weight: 600;
  }
  .lp-detail .detail-original-work-txt {
    width: 54.98%;
  }
  .lp-detail .detail-original-work-txt p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 0.115em;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1300px) {
  .lp-detail .detail-original-work {
    margin-top: 3.9230769231vw;
  }
  .lp-detail .detail-original-work-info-ttl {
    font-size: 1.6923076923vw;
  }
  .lp-detail .detail-original-work-info-name {
    font-size: 1.2307692308vw;
  }
  .lp-detail .detail-original-work-txt p {
    font-size: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-detail .detail-original-work-thumbs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lp-detail .detail-original-work-thumbs li:nth-child(1) {
    width: 42.6666666667vw;
  }
  .lp-detail .detail-original-work-thumbs li:nth-child(2) {
    margin-top: 5.3333333333vw;
    width: 70.6666666667vw;
  }
  .lp-detail .detail-original-work-thumbs li.youtube {
    height: 54.9333333333vw;
  }
  .lp-detail .detail-original-work {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8vw;
  }
  .lp-detail .detail-original-work-info {
    width: 100%;
  }
  .lp-detail .detail-original-work-info-ttl,
  .lp-detail .detail-original-work-info-name {
    text-align: center;
  }
  .lp-detail .detail-original-work-info-ttl {
    font-size: 4.8vw;
  }
  .lp-detail .detail-original-work-info-name {
    margin-top: 0.2em;
    font-size: 3.7333333333vw;
  }
  .lp-detail .detail-original-work-info-linkbtn {
    margin-top: 4.2666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lp-detail .detail-original-work-txt {
    margin-top: 6.4vw;
  }
  .lp-detail .detail-original-work-txt p {
    font-size: 3.4666666667vw;
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0.115em;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .lp-detail .detail-original-work-txt p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768.1px) {
  .lp-detail .detail-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1300px) {
  .lp-detail .detail-stage {
    padding-top: 0.3846153846vw;
  }
}
@media only screen and (min-width: 768.1px) {
  .lp-detail .detail-stage-thumbs {
    max-width: 380px;
    width: 47.09%;
  }
  .lp-detail .detail-stage-info {
    max-width: 415px;
    width: 51.425%;
  }
  .lp-detail .detail-stage-invitation {
    width: 100%;
  }
}
.lp-detail .detail-stage-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lp-detail .detail-stage-thumbs li {
  max-width: 180px;
  width: 47.37%;
  font-weight: 600;
  text-align: center;
}
.lp-detail .detail-stage-thumbs li img {
  width: 100%;
}
.lp-detail .detail-stage-thumbs .actor-position {
  font-size: 15px;
  margin: 0.8em auto 0.25em;
  letter-spacing: 0.1em;
}
.lp-detail .detail-stage-thumbs .actor-name {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.lp-detail .detail-stage-thumbs .actor-name rt {
  letter-spacing: normal;
  margin-bottom: 0.25em;
  font-size: 9px;
}
@media only screen and (max-width: 1300px) {
  .lp-detail .detail-stage-thumbs li {
    max-width: 13.8461538462vw;
  }
  .lp-detail .detail-stage-thumbs .actor-position {
    font-size: 1.1538461538vw;
  }
  .lp-detail .detail-stage-thumbs .actor-name {
    font-size: 1.5384615385vw;
  }
  .lp-detail .detail-stage-thumbs .actor-name rt {
    font-size: 0.6923076923vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-detail .detail-stage-thumbs li {
    max-width: 100%;
  }
  .lp-detail .detail-stage-thumbs .actor-position {
    font-size: 2.8373333333vw;
  }
  .lp-detail .detail-stage-thumbs .actor-name {
    font-size: 3.72vw;
  }
  .lp-detail .detail-stage-thumbs .actor-name rt {
    font-size: 1.6746666667vw;
  }
}
.lp-detail .detail-stage-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.lp-detail .detail-stage-info-ttl {
  color: #3cb1b1;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: auto -0.5em 0.6em;
}
.lp-detail .detail-stage-info-ttl > small {
  display: block;
  font-size: 69.23%;
}
.lp-detail .detail-stage-info-txt {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.12em;
  margin-bottom: 1.95em;
}
.lp-detail .detail-stage-info-linkbtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1300px) {
  .lp-detail .detail-stage-info-ttl {
    font-size: 2vw;
  }
  .lp-detail .detail-stage-info-txt {
    font-size: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-detail .detail-stage-info {
    margin-top: 8vw;
  }
  .lp-detail .detail-stage-info-ttl {
    font-size: 4.8vw;
  }
  .lp-detail .detail-stage-info-ttl > small {
    display: block;
    font-size: 3.7333333333vw;
  }
  .lp-detail .detail-stage-info-txt {
    font-size: 3.7333333333vw;
    line-height: 1.65;
  }
}
.lp-detail .detail-stage-invitation {
  margin: 32px auto 0;
  position: relative;
  border-top: solid 1px #9a4c95;
  border-bottom: solid 1px #9a4c95;
  padding: 35px 0;
}
.lp-detail .detail-stage-invitation::before,
.lp-detail .detail-stage-invitation::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: calc(100% - 10px);
  border-top: solid 1px #9a4c95;
  border-bottom: solid 1px #9a4c95;
}
.lp-detail .detail-stage-invitation img {
  margin: auto;
}
@media only screen and (max-width: 1300px) {
  .lp-detail .detail-stage-invitation {
    margin: 2.4615384615vw auto 0;
    padding: 2.6923076923vw 0;
  }
  .lp-detail .detail-stage-invitation::before,
  .lp-detail .detail-stage-invitation::after {
    top: 0.3846153846vw;
    height: calc(100% - 0.7692307692vw);
  }
}
@media only screen and (max-width: 768px) {
  .lp-detail .detail-stage-invitation {
    margin: 10.6666666667vw auto 0;
    padding: 3.7333333333vw 0;
  }
  .lp-detail .detail-stage-invitation::before,
  .lp-detail .detail-stage-invitation::after {
    top: 0.5333333333vw;
    height: calc(100% - 1.0666666667vw);
  }
}

/*          アンカーリンクの位置補正
======================================================= */
.anchor-section {
  margin-top: -100px;
  padding-top: 100px;
}
@media only screen and (max-width: 1300px) {
  .anchor-section {
    margin-top: -7.6923076923vw;
    padding-top: 7.6923076923vw;
  }
}
@media only screen and (max-width: 768px) {
  .anchor-section {
    margin-top: -88px;
    padding-top: 88px;
  }
}

/*                Prizes
======================================================= */
.lp-prizes {
  margin-top: -100px;
  padding-top: 100px;
}
@media only screen and (max-width: 1300px) {
  .lp-prizes {
    margin-top: -7.6923076923vw;
    padding-top: 7.6923076923vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-prizes {
    margin-top: -88px;
    padding-top: 88px;
  }
}
.lp-prizes .lp-prizes-wrap {
  padding: 100px 0 100px;
  background-position: center top;
  background-size: cover;
  background-image: url('../images/prizes-bg_pc.jpg');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-prizes .lp-prizes-wrap {
    background-image: url('../images/prizes-bg_pc@2x.jpg');
  }
}
@media only screen and (max-width: 1300px) {
  .lp-prizes .lp-prizes-wrap {
    padding: 7.6923076923vw 0 7.6923076923vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-prizes .lp-prizes-wrap {
    padding: 13.3333333333vw 0 16vw;
    background-image: url('../images/prizes-bg_sp.jpg');
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .lp-prizes .lp-prizes-wrap {
    background-image: url('../images/prizes-bg_sp@2x.jpg');
  }
}
.lp-prizes .lp-prizes-ttl {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-weight: 600;
  margin: 38px auto 50px;
}
.lp-prizes .lp-prizes-ttl .sub {
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 0.25em;
}
.lp-prizes .lp-prizes-ttl .main {
  font-size: 38px;
  letter-spacing: 0.12em;
  margin-bottom: 0.25em;
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  .lp-prizes .lp-prizes-ttl {
    margin: 2.9230769231vw auto 3.8461538462vw;
  }
  .lp-prizes .lp-prizes-ttl .sub {
    font-size: 2vw;
  }
  .lp-prizes .lp-prizes-ttl .main {
    font-size: 2.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-prizes .lp-prizes-ttl {
    margin: 8vw auto 8vw;
  }
  .lp-prizes .lp-prizes-ttl .sub {
    font-size: 4vw;
  }
  .lp-prizes .lp-prizes-ttl .main {
    font-size: 5.8666666667vw;
  }
}
.lp-prizes .prizes-course {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: solid 3px #fff;
}
.lp-prizes .prizes-course:nth-of-type(n + 2) {
  margin-top: 20px;
}
.lp-prizes .prizes-course .prizes-course-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 9px;
  min-height: 194px;
}
@media (hover: hover) {
  .lp-prizes .prizes-course > a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .lp-prizes .prizes-course > a:hover {
    opacity: 0.8;
  }
}
.lp-prizes .prizes-course .course-ttl {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: 700;
}
.lp-prizes .prizes-course .course-ttl span {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.lp-prizes .prizes-course .course-ttl .main {
  font-size: 27px;
  letter-spacing: 0.1em;
}
.lp-prizes .prizes-course .course-ttl .main::before {
  display: block;
  content: '';
  width: 100%;
  height: 40px;
  background: url('../images/course-ttl-decoration.svg') center/contain no-repeat;
  margin-bottom: 0.3em;
}
.lp-prizes .prizes-course .course-ttl .main strong {
  font-size: 39px;
}
.lp-prizes .prizes-course .course-ttl .main strong.-indent_short {
  letter-spacing: 0.005em;
}
.lp-prizes .prizes-course .course-ttl .main strong.-middle {
  font-size: 27px;
}
.lp-prizes .prizes-course .course-ttl .sub {
  font-size: 22px;
  margin-top: 0.6em;
  margin-bottom: 0.4em;
  letter-spacing: 0.15em;
  line-height: 1.1;
}
.lp-prizes .prizes-course .course-ttl .sub > .block {
  margin-bottom: 0.15em;
}
.lp-prizes .prizes-course .course-ttl::before {
  position: absolute;
  display: block;
  content: '';
}
@media only screen and (min-width: 768.1px) {
  .lp-prizes .prizes-course .course-ttl::before {
    height: 162%;
    width: 100%;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    border-top-right-radius: 70px 50%;
    border-bottom-right-radius: 70px 50%;
  }
}
.lp-prizes .prizes-course .course-detail {
  width: calc(100% - 270px);
}
@media only screen and (max-width: 1300px) {
  .lp-prizes .prizes-course {
    border-radius: 0.9230769231vw;
    border: solid 0.2307692308vw #fff;
  }
  .lp-prizes .prizes-course:nth-of-type(n + 2) {
    margin-top: 1.5384615385vw;
  }
  .lp-prizes .prizes-course .prizes-course-inr {
    border-radius: 0.6923076923vw;
    min-height: 14.9230769231vw;
  }
  .lp-prizes .prizes-course .course-ttl {
    width: 20.7692307692vw;
  }
  .lp-prizes .prizes-course .course-ttl .main {
    font-size: 2.0769230769vw;
  }
  .lp-prizes .prizes-course .course-ttl .main::before {
    height: 3.0769230769vw;
  }
  .lp-prizes .prizes-course .course-ttl .main strong {
    font-size: 3vw;
  }
  .lp-prizes .prizes-course .course-ttl .main strong.-middle {
    font-size: 2.0769230769vw;
  }
  .lp-prizes .prizes-course .course-ttl .sub {
    font-size: 1.6923076923vw;
  }
  .lp-prizes .prizes-course .course-ttl::before {
    border-top-right-radius: 5.3846153846vw 50%;
    border-bottom-right-radius: 5.3846153846vw 50%;
  }
  .lp-prizes .prizes-course .course-detail {
    width: calc(100% - 20.7692307692vw);
  }
}
@media only screen and (max-width: 768px) {
  .lp-prizes .prizes-course {
    border-radius: 3.2vw;
    border: solid 0.5333333333vw #fff;
  }
  .lp-prizes .prizes-course .prizes-course-inr {
    border-radius: 2.6666666667vw;
    min-height: 56vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lp-prizes .prizes-course:nth-of-type(n + 2) {
    margin-top: 5.3333333333vw;
  }
  .lp-prizes .prizes-course .course-ttl {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 14.9333333333vw;
  }
  .lp-prizes .prizes-course .course-ttl::before {
    width: 144.4613333333vw;
    height: 32.5333333333vw;
    bottom: 0;
    top: 0;
    left: 50%;
    translate: -50% -50%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .lp-prizes .prizes-course .course-ttl .main {
    font-size: 4.2666666667vw;
  }
  .lp-prizes .prizes-course .course-ttl .main::before {
    display: inline-block;
    width: 5.3333333333vw;
    height: 4.4053333333vw;
    margin: auto 0.5em;
    translate: 0 0.1em;
  }
  .lp-prizes .prizes-course .course-ttl .main strong {
    font-size: 5.3333333333vw;
  }
  .lp-prizes .prizes-course .course-ttl .main strong.-indent_short {
    letter-spacing: -0.005em;
  }
  .lp-prizes .prizes-course .course-ttl .main strong.-middle {
    font-size: 5.3333333333vw;
  }
  .lp-prizes .prizes-course .course-ttl .sub {
    font-size: 4.2666666667vw;
  }
  .lp-prizes .prizes-course .course-detail {
    width: 100%;
  }
}
.lp-prizes .prizes-course.course-red .course-ttl::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e75e7c), to(#fc809b));
  background-image: linear-gradient(0deg, #e75e7c, #fc809b);
}
@media only screen and (max-width: 768px) {
  .lp-prizes .prizes-course.course-red .course-ttl::before {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#e75e7c),
      color-stop(40%, #fc809b),
      to(#fc809b)
    );
    background-image: linear-gradient(0deg, #e75e7c 0%, #fc809b 40%, #fc809b 100%);
  }
}
.lp-prizes .prizes-course.course-red .course-detail_txt .text-main {
  background: -webkit-gradient(linear, left top, left bottom, from(#fc809b), to(#e75e7c));
  background: linear-gradient(180deg, #fc809b, #e75e7c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-prizes .prizes-course.course-purple .course-ttl::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8473b0), to(#b5a5df));
  background-image: linear-gradient(0deg, #8473b0, #b5a5df);
}
@media only screen and (max-width: 768px) {
  .lp-prizes .prizes-course.course-purple .course-ttl::before {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#8473b0),
      color-stop(40%, #b5a5df),
      to(#b5a5df)
    );
    background-image: linear-gradient(0deg, #8473b0 0%, #b5a5df 40%, #b5a5df 100%);
  }
}
.lp-prizes .prizes-course.course-purple .course-detail_txt .text-main {
  background: -webkit-gradient(linear, left top, left bottom, from(#b5a5df), to(#8473b0));
  background: linear-gradient(180deg, #b5a5df, #8473b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-prizes .prizes-course.course-gold .course-ttl::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b1844d), to(#deb686));
  background-image: linear-gradient(0deg, #b1844d, #deb686);
}
@media only screen and (max-width: 768px) {
  .lp-prizes .prizes-course.course-gold .course-ttl::before {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#b1844d),
      color-stop(40%, #deb686),
      to(#deb686)
    );
    background-image: linear-gradient(0deg, #b1844d 0%, #deb686 40%, #deb686 100%);
  }
}
.lp-prizes .prizes-course.course-gold .course-detail_txt .text-main {
  background: -webkit-gradient(linear, left top, left bottom, from(#deb686), to(#b1844d));
  background: linear-gradient(180deg, #deb686, #b1844d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-prizes .course-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lp-prizes .course-detail_txt {
  position: relative;
  padding: 48px 44px;
}
.lp-prizes .course-detail_txt .text-main {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222));
  background: linear-gradient(180deg, #666, #222);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-prizes .course-detail_txt .text-sub {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 0.75em;
}
.lp-prizes .course-detail_txt .text-caution {
  font-size: 12px;
  margin-top: 0.5em;
}
.lp-prizes .course-detail_txt .text-caution li {
  margin: 0;
  line-height: 1.65;
  letter-spacing: 0.125em;
}
@media only screen and (max-width: 1300px) {
  .lp-prizes .course-detail_txt {
    padding: 3.6923076923vw 3.3846153846vw;
  }
  .lp-prizes .course-detail_txt .text-main {
    font-size: 2.1538461538vw;
  }
  .lp-prizes .course-detail_txt .text-sub {
    font-size: 1.1538461538vw;
  }
  .lp-prizes .course-detail_txt .text-caution {
    font-size: 0.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-prizes .course-detail_txt {
    padding: 5.3333333333vw 8vw 5.3333333333vw;
  }
  .lp-prizes .course-detail_txt .text-main {
    font-size: 5.3333333333vw;
    text-align: center;
  }
  .lp-prizes .course-detail_txt .text-main .-indent_short_sp {
    letter-spacing: -0.2em;
    margin-right: 0.4em;
  }
  .lp-prizes .course-detail_txt .text-sub {
    font-size: 3.7333333333vw;
    text-align: center;
  }
  .lp-prizes .course-detail_txt .text-caution {
    margin-top: 0.6em;
    font-size: 3.2vw;
  }
  .lp-prizes .course-detail_txt .text-caution li {
    line-height: 1.5;
  }
}
.lp-prizes .lp-prizes-caution {
  margin-top: 39px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.lp-prizes .lp-prizes-caution li {
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1300px) {
  .lp-prizes .lp-prizes-caution {
    margin-top: 3vw;
    font-size: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-prizes .lp-prizes-caution {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
  .lp-prizes .lp-prizes-caution li {
    letter-spacing: 0.1em;
  }
}

/*                Guidelines
======================================================= */
.lp-guidelines .lp-guidelines-wrap {
  padding: 125px 0 0;
}
@media only screen and (max-width: 1300px) {
  .lp-guidelines .lp-guidelines-wrap {
    padding: 9.6153846154vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .lp-guidelines .lp-guidelines-wrap {
    padding: 9.0666666667vw 0 0;
  }
}
.lp-guidelines .lp-section-ttl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  .lp-guidelines .lp-section-ttl {
    margin-bottom: 3.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-guidelines .lp-section-ttl {
    margin-bottom: 8vw;
  }
}

/*                How to
======================================================= */
.lp-how-to .lp-how-to-wrap {
  padding: 80px 0 0;
}
@media only screen and (max-width: 1300px) {
  .lp-how-to .lp-how-to-wrap {
    padding: 6.1538461538vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .lp-how-to .lp-how-to-wrap {
    padding: 9.6vw 0 0;
  }
  .lp-how-to .lp-how-to-wrap .lp-section-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.lp-how-to .anchor-how-to {
  margin-top: -260px;
  padding-top: 260px;
  margin-bottom: 80px;
}
.lp-how-to .anchor-how-to.section_bottom {
  margin-bottom: 0;
}
@media only screen and (max-width: 1300px) {
  .lp-how-to .anchor-how-to {
    margin-top: -20vw;
    padding-top: 20vw;
    margin-bottom: 6.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-how-to .anchor-how-to {
    margin-top: -88px;
    padding-top: 88px;
    margin-bottom: 13.3333333333vw;
  }
}
.lp-how-to .how-to-nav {
  padding: 0 14px;
  margin-bottom: 40px;
}
.lp-how-to .how-to-nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.lp-how-to .how-to-nav ol li {
  width: 33.33%;
  padding: 0 8px;
}
.lp-how-to .how-to-nav ol li a {
  display: block;
  width: 100%;
}
.lp-how-to .how-to-nav .how-to-nav_item {
  width: 100%;
  max-width: 300px;
  border-radius: 150px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f0c850),
    color-stop(27%, #fff3c4),
    color-stop(44%, #f3edbd),
    color-stop(63%, #bd9442),
    color-stop(83%, #fff8d4),
    to(#f0c850)
  );
  background: linear-gradient(180deg, #f0c850, #fff3c4 27%, #f3edbd 44%, #bd9442 63%, #fff8d4 83%, #f0c850 100%);
  overflow: hidden;
  position: relative;
}
.lp-how-to .how-to-nav .how-to-nav_item > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 146px;
  background: -webkit-gradient(linear, left top, left bottom, from(#80cdc5), to(#2b8ba0));
  background: linear-gradient(180deg, #80cdc5, #2b8ba0 100%);
  padding: 18px 16px 38px;
  overflow: hidden;
}
.lp-how-to .how-to-nav .how-to-nav_item > div p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.2em;
  margin-top: 0.7em;
}
.lp-how-to .how-to-nav .how-to-nav_item > div p small {
  display: block;
  font-size: 75%;
}
.lp-how-to .how-to-nav .how-to-nav_item > div::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: 12px;
  translate: -50% 0;
  background: url('../images/lp-linkbtn-down_arr.svg') center/contain no-repeat;
}
@media only screen and (max-width: 1300px) {
  .lp-how-to .how-to-nav {
    padding: 0 1.0769230769vw;
    margin-bottom: 3.0769230769vw;
  }
  .lp-how-to .how-to-nav ol {
    margin: 0 -0.6153846154vw;
  }
  .lp-how-to .how-to-nav ol li {
    padding: 0 0.6153846154vw;
  }
  .lp-how-to .how-to-nav .how-to-nav_item {
    width: 100%;
    max-width: 23.0769230769vw;
    border-radius: 11.5384615385vw;
    height: 10.7692307692vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0.1538461538vw;
  }
  .lp-how-to .how-to-nav .how-to-nav_item > div {
    border-radius: 11.2307692308vw;
    padding: 1.3846153846vw 1.2307692308vw 2.1538461538vw;
    overflow: hidden;
  }
  .lp-how-to .how-to-nav .how-to-nav_item > div p {
    font-size: 1.2307692308vw;
  }
  .lp-how-to .how-to-nav .how-to-nav_item > div::before {
    width: 1.2307692308vw;
    height: 1.2307692308vw;
    bottom: 0.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-how-to .how-to-nav {
    padding: 0;
    margin-bottom: 13.5135135135vw;
  }
  .lp-how-to .how-to-nav ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .lp-how-to .how-to-nav ol li {
    width: 100%;
    padding: 0;
  }
  .lp-how-to .how-to-nav ol li + li {
    margin-top: 3.7333333333vw;
  }
  .lp-how-to .how-to-nav .how-to-nav_item {
    width: 100%;
    max-width: 100%;
    border-radius: 7.7333333333vw;
    height: 15.4666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0.5333333333vw;
  }
  .lp-how-to .how-to-nav .how-to-nav_item > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 14.4vw;
    border-radius: 7.2vw;
    padding: 0.5333333333vw 6.6666666667vw 0.8vw;
  }
  .lp-how-to .how-to-nav .how-to-nav_item > div .icon img {
    width: auto;
    height: 10.9333333333vw;
    margin-right: 2.6666666667vw;
  }
  .lp-how-to .how-to-nav .how-to-nav_item > div .icon.-webcomic img {
    width: auto;
    height: 5.8666666667vw;
  }
  .lp-how-to .how-to-nav .how-to-nav_item > div .icon.-papercomic-mailing img {
    width: auto;
    height: 11.12vw;
  }
  .lp-how-to .how-to-nav .how-to-nav_item > div .icon.-papercomic-web img {
    width: auto;
    height: 11.0133333333vw;
  }
  .lp-how-to .how-to-nav .how-to-nav_item > div p {
    margin: auto 0;
    font-size: 3.7333333333vw;
  }
  .lp-how-to .how-to-nav .how-to-nav_item > div::before {
    width: 3.728vw;
    height: 3.2vw;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 4.8vw;
    translate: 0 -50%;
  }
}
@media (hover: hover) {
  .lp-how-to .how-to-nav a .how-to-nav_item:after {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(0, 0, 0, 0)),
      color-stop(66%, rgba(0, 0, 0, 0.1)),
      to(rgba(0, 0, 0, 0.1))
    );
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.1) 100%);
  }
  .lp-how-to .how-to-nav a:hover .how-to-nav_item:after {
    opacity: 1;
  }
}
.lp-how-to .nav-how-to_course ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
}
.lp-how-to .nav-how-to_course ul li {
  width: 33.333%;
  padding: 0 6px;
}
@media only screen and (max-width: 1300px) {
  .lp-how-to .nav-how-to_course ul {
    margin: 0 -0.4615384615vw;
  }
  .lp-how-to .nav-how-to_course ul li {
    padding: 0 0.4615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-how-to .nav-how-to_course ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lp-how-to .nav-how-to_course ul li {
    width: 100%;
  }
  .lp-how-to .nav-how-to_course ul li:nth-of-type(n + 2) {
    margin-top: 2.1333333333vw;
  }
}

/*                FAQ
======================================================= */
.lp-faq .lp-faq-wrap {
  padding: 74px 0 0;
}
.lp-faq .lp-faq-wrap .lp-section-ttl {
  margin-bottom: 40px;
}
.lp-faq .lp-faq-wrap + .lp-inquiry-block {
  margin-top: 80px;
}
@media only screen and (max-width: 1300px) {
  .lp-faq .lp-faq-wrap {
    padding: 5.6923076923vw 0 0;
  }
  .lp-faq .lp-faq-wrap .lp-section-ttl {
    margin-bottom: 3.0769230769vw;
  }
  .lp-faq .lp-faq-wrap + .lp-inquiry-block {
    margin-top: 6.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-faq .lp-faq-wrap {
    padding: 11.7333333333vw 0 0;
  }
  .lp-faq .lp-faq-wrap .lp-section-ttl {
    margin-bottom: 7.8986666667vw;
  }
  .lp-faq .lp-faq-wrap + .lp-inquiry-block {
    margin-top: 10.6666666667vw;
  }
}
.lp-faq .lp-faq_wrap .lp-faq_set {
  border-radius: 8px;
  position: relative;
  border: solid 1px rgba(60, 177, 177, 0);
  -webkit-transition: border 0.75s;
  transition: border 0.75s;
  overflow: hidden;
}
.lp-faq .lp-faq_wrap .lp-faq_set + .lp-faq_set {
  margin-top: 24px;
}
.lp-faq .lp-faq_wrap .lp-faq_set .lp-faq_ttl {
  /*
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius:30px;
  border-bottom-right-radius: 30px;
  */
}
.lp-faq .lp-faq_wrap .lp-faq_set .lp-faq_ttl > a {
  background: #ebf7f7;
  color: #fff;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 30px;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  letter-spacing: 0.1em;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
.lp-faq .lp-faq_wrap .lp-faq_set .lp-faq_ttl > a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#80cdc5), to(#2b8ba0));
  background: linear-gradient(180deg, #80cdc5, #2b8ba0);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.lp-faq .lp-faq_wrap .lp-faq_set .lp-faq_ttl > a > span {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 1em;
}
.lp-faq .lp-faq_wrap .lp-faq_set .lp-faq_ttl > a > span::before,
.lp-faq .lp-faq_wrap .lp-faq_set .lp-faq_ttl > a > span::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.lp-faq .lp-faq_wrap .lp-faq_set .lp-faq_ttl > a > span::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.lp-faq .lp-faq_wrap .lp-faq_set.open {
  border: solid 1px rgb(60, 177, 177);
}
.lp-faq .lp-faq_wrap .lp-faq_set.open .lp-faq_ttl > a {
  color: #3cb1b1;
}
.lp-faq .lp-faq_wrap .lp-faq_set.open .lp-faq_ttl > a::before {
  opacity: 0;
}
.lp-faq .lp-faq_wrap .lp-faq_set.open .lp-faq_ttl > a span::after {
  background-color: #3cb1b1;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.lp-faq .lp-faq_wrap .lp-faq_set .lp-faq_cont {
  display: none;
  position: relative;
  z-index: 1;
  padding: 32px 30px;
}
@media only screen and (max-width: 768px) {
  .lp-faq .lp-faq_wrap .lp-faq_set {
    border-radius: 2.1333333333vw;
  }
  .lp-faq .lp-faq_wrap .lp-faq_set + .lp-faq_set {
    margin-top: 2.6666666667vw;
  }
  .lp-faq .lp-faq_wrap .lp-faq_set .lp-faq_ttl > a {
    height: auto;
    padding: 4.2666666667vw 5.3333333333vw;
    line-height: 1.8;
    font-size: 3.7333333333vw;
  }
  .lp-faq .lp-faq_wrap .lp-faq_set .lp-faq_ttl > a::before {
    border-radius: 3.2vw;
  }
  .lp-faq .lp-faq_wrap .lp-faq_set .lp-faq_ttl > a > span::before,
  .lp-faq .lp-faq_wrap .lp-faq_set .lp-faq_ttl > a > span::after {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
  }
  .lp-faq .lp-faq_wrap .lp-faq_set .lp-faq_cont {
    padding: 5.3333333333vw;
  }
}
.lp-faq .lp-faq_wrap .lp-faq_set dl {
  font-size: 15px;
}
.lp-faq .lp-faq_wrap .lp-faq_set dl + dl {
  margin-top: 1.5em;
}
.lp-faq .lp-faq_wrap .lp-faq_set dl dt,
.lp-faq .lp-faq_wrap .lp-faq_set dl dd {
  font-size: 100%;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.lp-faq .lp-faq_wrap .lp-faq_set dl dt {
  color: #3cb1b1;
  font-weight: 700;
}
.lp-faq .lp-faq_wrap .lp-faq_set dl dd {
  margin-top: 0.2em;
  color: #222;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .lp-faq .lp-faq_wrap .lp-faq_set dl {
    font-size: 3.4666666667vw;
  }
  .lp-faq .lp-faq_wrap .lp-faq_set dl dt,
  .lp-faq .lp-faq_wrap .lp-faq_set dl dd {
    line-height: 1.9;
  }
}
.lp-faq .lp-inquiry-block {
  margin-top: 80px;
  border-radius: 8px;
  border: solid 1px #a556a0;
  overflow: hidden;
}
.lp-faq .lp-inquiry-block .lp-inquiry_ttl {
  background: -webkit-gradient(linear, left top, left bottom, from(#c971c3), to(#9a4c95));
  background: linear-gradient(180deg, #c971c3, #9a4c95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.9em 1em 1.06em;
  color: #fff;
}
@media only screen and (max-width: 1300px) {
  .lp-faq .lp-inquiry-block .lp-inquiry_ttl {
    font-size: 1.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-faq .lp-inquiry-block .lp-inquiry_ttl {
    font-size: 4.8vw;
    min-height: 16vw;
    padding: 0.85em 1em 0.6em;
  }
}
.lp-faq .lp-inquiry-block .lp-inquiry_main {
  padding: 32px 50px;
}
@media only screen and (max-width: 1300px) {
  .lp-faq .lp-inquiry-block {
    margin-top: 6.1538461538vw;
  }
  .lp-faq .lp-inquiry-block .lp-inquiry_ttl {
    font-size: 1.3846153846vw;
  }
  .lp-faq .lp-inquiry-block .lp-inquiry_main {
    padding: 2.4615384615vw 3.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-faq .lp-inquiry-block {
    margin-top: 10.6666666667vw;
  }
  .lp-faq .lp-inquiry-block .lp-inquiry_ttl {
    font-size: 4vw;
  }
  .lp-faq .lp-inquiry-block .lp-inquiry_main {
    padding: 5.3333333333vw;
  }
}
.lp-faq .lp-inquiry-block .lp-bureau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0 26px;
}
.lp-faq .lp-inquiry-block .lp-bureau_txt {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.126em;
}
.lp-faq .lp-inquiry-block .free_dial_number {
  width: 346px;
}
.lp-faq .lp-inquiry-block .lp-inquiry_detail {
  border-top: solid 1px rgba(34, 34, 34, 0.2);
  padding: 1.5em 0 0;
  text-align: center;
}
.lp-faq .lp-inquiry-block .lp-inquiry_detail dl {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  font-size: 15px;
  max-width: 30em;
  margin: auto;
}
.lp-faq .lp-inquiry-block .lp-inquiry_detail dl dt,
.lp-faq .lp-inquiry-block .lp-inquiry_detail dl dd {
  text-align: center;
  line-height: 1.85;
  letter-spacing: 0.12em;
}
.lp-faq .lp-inquiry-block .lp-inquiry_detail dl dt {
  font-weight: 700;
}
/*.lp-faq .lp-inquiry-block .lp-inquiry_detail dl dt::after {
  content: '：';
  margin: auto 0.1em;
}*/
.lp-faq .lp-inquiry-block .lp-inquiry_detail dl dd {
  margin: 0;
}
.lp-faq .lp-inquiry-block .lp-inquiry_detail dl dd + dt {
  letter-spacing: 0.14em;
  margin: 1em 0 0;
}
.lp-faq .lp-inquiry-block .lp-inquiry_detail .lp-inquiry_caution {
  font-size: 13px;
  margin: 1em auto 0;
}
.lp-faq .lp-inquiry-block .lp-inquiry_detail .lp-inquiry_caution li {
  font-size: 100%;
  line-height: 1.85;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1300px) {
  .lp-faq .lp-inquiry-block .lp-bureau {
    padding: 1.0769230769vw 0 2vw;
  }
  .lp-faq .lp-inquiry-block .lp-bureau_txt {
    font-size: 1.3076923077vw;
  }
  .lp-faq .lp-inquiry-block .free_dial_number {
    width: 26.6153846154vw;
  }
  .lp-faq .lp-inquiry-block .lp-inquiry_detail dl {
    font-size: 1.1538461538vw;
  }
  .lp-faq .lp-inquiry-block .lp-inquiry_detail .lp-inquiry_caution {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-faq .lp-inquiry-block .lp-bureau {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lp-faq .lp-inquiry-block .free_dial_number {
    width: auto;
    margin: 4.8vw auto;
  }
  .lp-faq .lp-inquiry-block .free_dial_number img {
    width: 59.7333333333vw;
  }
  .lp-faq .lp-inquiry-block .lp-bureau_txt {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.7333333333vw;
    margin: auto -1em;
  }
  .lp-faq .lp-inquiry-block .lp-inquiry_detail dl {
    font-size: 3.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lp-faq .lp-inquiry-block .lp-inquiry_detail .lp-inquiry_caution {
    font-size: 2.9333333333vw;
  }
  .lp-faq .lp-inquiry-block .lp-inquiry_detail .lp-inquiry_caution li {
    font-size: 100%;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
}

/*                Comics
======================================================= */
.lp-comics .lp-comics-wrap {
  padding: 70px 0 0;
}
@media only screen and (max-width: 1300px) {
  .lp-comics .lp-comics-wrap {
    padding: 5.3846153846vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .lp-comics .lp-comics-wrap {
    padding: 24vw 0 0;
  }
  .lp-comics .lp-comics-wrap .lp-section-ttl {
    margin-bottom: 6.4vw;
  }
}
.lp-comics .lp-comics_main {
  max-width: 1100px;
  margin: auto;
}
.lp-comics .lp-comics_main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -9px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lp-comics .lp-comics_main ul + ul {
  margin-top: 40px;
}
.lp-comics .lp-comics_main li {
  padding: 0 9px;
}
@media (hover: hover) {
  .lp-comics .lp-comics_main a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .lp-comics .lp-comics_main a:hover {
    opacity: 0.8;
  }
}
.lp-comics .lp-comics_main .comics-thumb {
  display: block;
  width: 100%;
}
.lp-comics .lp-comics_main .comics-thumb img {
  width: auto;
  height: 246px;
  -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1300px) {
  .lp-comics .lp-comics_main {
    max-width: 84.6153846154vw;
  }
  .lp-comics .lp-comics_main ul {
    margin: 0 -0.6923076923vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lp-comics .lp-comics_main ul + ul {
    margin-top: 3.0769230769vw;
  }
  .lp-comics .lp-comics_main li {
    padding: 0 0.6923076923vw;
  }
  .lp-comics .lp-comics_main .comics-thumb img {
    height: 18.9230769231vw;
    -webkit-box-shadow: 0px 1.5384615385vw 1.5384615385vw -0.7692307692vw rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1.5384615385vw 1.5384615385vw -0.7692307692vw rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 768px) {
  .lp-comics .lp-comics_main ul {
    margin: -3.2vw;
  }
  .lp-comics .lp-comics_main ul + ul {
    margin-top: 3.2vw;
  }
  .lp-comics .lp-comics_main li {
    padding: 3.2vw;
    width: 50%;
  }
  .lp-comics .lp-comics_main .comics-thumb img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 1.8666666667vw 1.3333333333vw -1.3333333333vw rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1.8666666667vw 1.3333333333vw -1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}

/*                lp-block
======================================================= */
.lp-block {
  border-radius: 8px;
  border: solid 1px #3cb1b1;
  background-color: #fff;
  overflow: hidden;
}
.lp-block + .lp-block {
  margin-top: 80px;
}
@media only screen and (max-width: 1300px) {
  .lp-block {
    border-radius: 0.6153846154vw;
  }
  .lp-block + .lp-block {
    margin-top: 6.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-block {
    border-radius: 2.1333333333vw;
  }
  .lp-block + .lp-block {
    margin-top: 13.3333333333vw;
  }
}
.lp-block .lp-block_ttl {
  background-color: #ebf7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.9em 1em 1.06em;
  color: #3cb1b1;
}
.lp-block .lp-block_ttl small {
  font-size: 58.333%;
  display: block;
}
@media only screen and (max-width: 1300px) {
  .lp-block .lp-block_ttl {
    font-size: 1.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-block .lp-block_ttl {
    font-size: 4.8vw;
    padding: 0.55em 1em 0.6em;
  }
  .lp-block .lp-block_ttl.sp-small {
    font-size: 4vw;
  }
  .lp-block .lp-block_ttl small {
    font-size: 3.4666666667vw;
    letter-spacing: 0.065em;
  }
}
.lp-block .lp-block_main {
  padding: 32px 38px;
}
@media only screen and (max-width: 1300px) {
  .lp-block .lp-block_main {
    padding: 2.4615384615vw 3vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-block .lp-block_main {
    padding: 5.3333333333vw;
  }
}
.lp-block .lp-block_main .lp-sub_ttl {
  color: #3cb1b1;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1300px) {
  .lp-block .lp-block_main .lp-sub_ttl {
    font-size: 1.3846153846vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-block .lp-block_main .lp-sub_ttl {
    font-size: 4vw;
    margin-bottom: 0.5em;
  }
}
.lp-block .lp-block_main dl {
  width: 100%;
}
.lp-block .lp-block_main dl dt,
.lp-block .lp-block_main dl dd {
  font-size: 15px;
  line-height: 1.75;
}
.lp-block .lp-block_main dl dt:nth-of-type(n + 2),
.lp-block .lp-block_main dl dd:nth-of-type(n + 2) {
  padding-top: 0.15em;
}
.lp-block .lp-block_main dl dt {
  font-weight: 700;
  letter-spacing: 0.1em;
  float: left;
}
.lp-block .lp-block_main dl dt.-normal {
  font-weight: 600;
}
.lp-block .lp-block_main dl dt::after {
  content: '：';
  margin: auto 0.2em;
}
.lp-block .lp-block_main dl dd {
  letter-spacing: 0.125em;
}
.lp-block .lp-block_main strong {
  font-weight: 700;
}
.lp-block .lp-block_main strong.-large {
  font-size: 15px;
}
.lp-block .lp-block_main strong.-red {
  color: #e83c26;
}
.lp-block .lp-block_main strong.-site_color {
  color: #3cb1b1;
}
@media only screen and (max-width: 768px) {
  .lp-block .lp-block_main strong.-large {
    font-size: 3.4666666667vw;
  }
}
.lp-block .lp-block_main p,
.lp-block .lp-block_main ul,
.lp-block .lp-block_main ol {
  font-size: 13px;
  letter-spacing: 0.115em;
  line-height: 1.85;
}
@media (hover: hover) {
  .lp-block .lp-block_main p .text-link:hover,
  .lp-block .lp-block_main ul .text-link:hover,
  .lp-block .lp-block_main ol .text-link:hover {
    text-decoration: underline;
  }
}
.lp-block .lp-block_main p.font-large,
.lp-block .lp-block_main ul.font-large,
.lp-block .lp-block_main ol.font-large {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .lp-block .lp-block_main p,
  .lp-block .lp-block_main ul,
  .lp-block .lp-block_main ol {
    font-size: 2.9333333333vw;
  }
  .lp-block .lp-block_main p.font-large,
  .lp-block .lp-block_main ul.font-large,
  .lp-block .lp-block_main ol.font-large {
    font-size: 3.4666666667vw;
  }
}
.lp-block .lp-block_main ul,
.lp-block .lp-block_main ol {
  list-style: none;
}
.lp-block .lp-block_main ul li,
.lp-block .lp-block_main ol li {
  font-size: 100%;
}
.lp-block .lp-block_main p + p,
.lp-block .lp-block_main p + ul,
.lp-block .lp-block_main p + dl,
.lp-block .lp-block_main p + nav,
.lp-block .lp-block_main p + .flex-cont,
.lp-block .lp-block_main ul + p,
.lp-block .lp-block_main ul + ul,
.lp-block .lp-block_main ul + dl,
.lp-block .lp-block_main ul + nav,
.lp-block .lp-block_main ul + .flex-cont,
.lp-block .lp-block_main dl + p,
.lp-block .lp-block_main dl + ul,
.lp-block .lp-block_main dl + dl,
.lp-block .lp-block_main dl + nav,
.lp-block .lp-block_main dl + .flex-cont,
.lp-block .lp-block_main nav + p,
.lp-block .lp-block_main nav + ul,
.lp-block .lp-block_main nav + dl,
.lp-block .lp-block_main nav + nav,
.lp-block .lp-block_main nav + .flex-cont,
.lp-block .lp-block_main .flex-cont + p,
.lp-block .lp-block_main .flex-cont + ul,
.lp-block .lp-block_main .flex-cont + dl,
.lp-block .lp-block_main .flex-cont + nav,
.lp-block .lp-block_main .flex-cont + .flex-cont {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .lp-block .lp-block_main p + p,
  .lp-block .lp-block_main p + ul,
  .lp-block .lp-block_main p + dl,
  .lp-block .lp-block_main p + nav,
  .lp-block .lp-block_main p + .flex-cont,
  .lp-block .lp-block_main ul + p,
  .lp-block .lp-block_main ul + ul,
  .lp-block .lp-block_main ul + dl,
  .lp-block .lp-block_main ul + nav,
  .lp-block .lp-block_main ul + .flex-cont,
  .lp-block .lp-block_main dl + p,
  .lp-block .lp-block_main dl + ul,
  .lp-block .lp-block_main dl + dl,
  .lp-block .lp-block_main dl + nav,
  .lp-block .lp-block_main dl + .flex-cont,
  .lp-block .lp-block_main nav + p,
  .lp-block .lp-block_main nav + ul,
  .lp-block .lp-block_main nav + dl,
  .lp-block .lp-block_main nav + nav,
  .lp-block .lp-block_main nav + .flex-cont,
  .lp-block .lp-block_main .flex-cont + p,
  .lp-block .lp-block_main .flex-cont + ul,
  .lp-block .lp-block_main .flex-cont + dl,
  .lp-block .lp-block_main .flex-cont + nav,
  .lp-block .lp-block_main .flex-cont + .flex-cont {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .lp-block .lp-block_main hr + .lp-sub_ttl {
    margin-top: 2em;
  }
}
.lp-block .lp-block_main .lp-block_ul li,
.lp-block .lp-block_main .lp-block_ul .lp-block_li {
  position: relative;
  line-height: 1.85;
  padding-left: 1.5em;
}
.lp-block .lp-block_main .lp-block_ul li::before,
.lp-block .lp-block_main .lp-block_ul .lp-block_li::before {
  position: absolute;
  left: 0.8em;
  top: 1em;
  translate: -50% -50%;
  display: block;
  content: '';
  border-radius: 50%;
  width: 0.25em;
  height: 0.25em;
  background: #222;
}
@media only screen and (max-width: 768px) {
  .lp-block .lp-block_main .lp-block_ul li,
  .lp-block .lp-block_main .lp-block_ul .lp-block_li {
    padding-left: 1.25em;
  }
  .lp-block .lp-block_main .lp-block_ul li::before,
  .lp-block .lp-block_main .lp-block_ul .lp-block_li::before {
    left: 0.5em;
  }
}
.lp-block .lp-block_main .mt_2em {
  margin-top: 2em;
}
.lp-block .lp-block_main .mt_2-5em {
  margin-top: 2.5em;
}
.lp-block .lp-block_main .hr-dotted {
  width: 100%;
  height: 1px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom: dotted 1px #3cb1b1;
  margin: 24px 0;
}
@media only screen and (max-width: 1300px) {
  .lp-block .lp-block_main .hr-dotted {
    margin: 1.8461538462vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .lp-block .lp-block_main .hr-dotted {
    margin: 5.3333333333vw 0;
  }
}
.lp-block .lp-block_main .hr-dotted.-brack {
  border-bottom: dotted 1px #222;
}
.lp-block .lp-block_main .hr-space {
  width: 100%;
  height: 24px;
  margin: 0;
  border-style: none;
}
@media only screen and (max-width: 1300px) {
  .lp-block .lp-block_main .hr-space {
    height: 1.8461538462vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .lp-block .lp-block_main .hr-space {
    height: 6.4vw;
  }
  .lp-block .lp-block_main .hr-space.sp-none {
    display: none;
  }
}
.lp-block .lp-block_main .bookstore_list {
  margin: 5px -10px -10px;
}
@media (hover: hover) {
  .lp-block .lp-block_main .bookstore_list a img {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .lp-block .lp-block_main .bookstore_list a:hover img {
    opacity: 0.75;
  }
}
.lp-block .lp-block_main .bookstore_list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lp-block .lp-block_main .bookstore_list ul + ul {
  margin-top: 0;
}
.lp-block .lp-block_main .bookstore_list li {
  width: 20%;
  padding: 10px;
}
.lp-block .lp-block_main .bookstore_list li > a,
.lp-block .lp-block_main .bookstore_list li > div {
  border: solid 1px #aaa;
  padding: 10px;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp-block .lp-block_main .bookstore_list li img {
  display: block;
  max-width: 100%;
}
.lp-block .lp-block_main .bookstore_list + ul {
  margin-top: 10px;
}
@media only screen and (max-width: 1300px) {
  .lp-block .lp-block_main .bookstore_list {
    margin: 0.3846153846vw -0.7692307692vw -0.7692307692vw;
  }
  .lp-block .lp-block_main .bookstore_list li {
    padding: 0.7692307692vw;
  }
  .lp-block .lp-block_main .bookstore_list li > a,
  .lp-block .lp-block_main .bookstore_list li > div {
    padding: 0.7692307692vw;
    height: 5.3846153846vw;
  }
  .lp-block .lp-block_main .bookstore_list + ul {
    margin-top: 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-block .lp-block_main .bookstore_list {
    margin: 1.0666666667vw -1.0666666667vw -1.0666666667vw;
  }
  .lp-block .lp-block_main .bookstore_list li {
    width: 33.33%;
    padding: 1.0666666667vw;
  }
  .lp-block .lp-block_main .bookstore_list li > a,
  .lp-block .lp-block_main .bookstore_list li > div {
    padding: 1.6vw 2.1333333333vw;
    height: 13.3333333333vw;
  }
  .lp-block .lp-block_main .bookstore_list + ul {
    margin-top: 1.3333333333vw;
  }
}

.wrap-linkbtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 80px;
}
@media only screen and (max-width: 1300px) {
  .wrap-linkbtn {
    margin: 3.0769230769vw auto 6.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  .wrap-linkbtn {
    margin: 8vw auto 13.3333333333vw;
  }
}

.lp-read {
  font-size: 18px;
  text-align: center;
  margin: 40px auto;
}
@media only screen and (max-width: 1300px) {
  .lp-read {
    font-size: 1.3846153846vw;
    margin: 3.0769230769vw auto;
  }
}
@media only screen and (max-width: 768px) {
  .lp-read {
    font-size: 4vw;
    margin: 5.3333333333vw auto;
    line-height: 1.75;
  }
}

.image-wrap {
  margin-bottom: 10px;
}
.image-wrap img {
  max-width: 100%;
}
@media only screen and (max-width: 1300px) {
  .image-wrap {
    margin-bottom: 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  .image-wrap {
    margin-bottom: 0.3846153846vw;
  }
}

.image-radius-wrap {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.image-radius-wrap img {
  width: 100%;
}

.flex-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
@media only screen and (max-width: 1300px) {
  .flex-cont {
    margin-left: -0.7692307692vw;
    margin-right: -0.7692307692vw;
    margin-bottom: -1.5384615385vw;
  }
}
.flex-cont > div {
  padding: 0 10px 20px 10px;
}
@media only screen and (max-width: 1300px) {
  .flex-cont > div {
    padding: 0 0.7692307692vw 1.5384615385vw 0.7692307692vw;
  }
}
.flex-cont .col3 {
  width: 25%;
}
.flex-cont .col4 {
  width: 33.3333%;
}
.flex-cont .col6 {
  width: 50%;
}
.flex-cont .col8 {
  width: 66.6666%;
}
.flex-cont .col9 {
  width: 75%;
}
.flex-cont .col12 {
  width: 100%;
}
.flex-cont .col-48pct {
  width: 48.4%;
}
.flex-cont .col-52pct {
  width: 41.6%;
}
@media only screen and (max-width: 768px) {
  .flex-cont .sp-col3 {
    width: 25%;
  }
  .flex-cont .sp-col4 {
    width: 33.3333%;
  }
  .flex-cont .sp-col6 {
    width: 50%;
  }
  .flex-cont .sp-col8 {
    width: 66.6666%;
  }
  .flex-cont .sp-col9 {
    width: 75%;
  }
  .flex-cont .sp-col12 {
    width: 100%;
  }
}
