@font-face {
  font-family: "number";
  font-weight: 300;
  font-style: normal;

  src: local("Arial");
  unicode-range: U+0030-0039,U+002C;
}
@font-face {
  font-family: "number";
  font-weight: 700;
  font-style: normal;

  src: local("Noto Sans Japanese");
  unicode-range: U+0030-0039,U+002C;
}
@font-face {
  font-family: "number";
  font-weight: 900;
  font-style: normal;

  src: local("Noto Sans Japanese");
  unicode-range: U+0030-0039,U+002C;
}

body {
  font-family: "number", "Noto Sans Japanese";
  letter-spacing: .05em;
}
.str-main .str-content .str-contentBody {
  padding-bottom: 0;
}

svg {
  fill: currentColor;
}
svg.rootSvg {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
svg.blank {
  width: .6em;
  min-width: 9px;
  height: .6em;
  margin-right: .2em;
  margin-left: .2em;
}

.logo {
  position: relative;
  display: block;
  margin: auto;
}
.logo::before {
  display: block;
  content: "";
}

.logo svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}


picture {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin: 0;
}

a {
  color: #0070bf;
}

a[href^="#anc-"]::before {
  display: none;
}



.num {
  font-family: "Arial";
  font-weight: 600;
}

.unq-h2 {
  text-align: center;
  color: #0070bf;
}

.unq-h2.unq-h2-02 {
  padding: 0 10px 0;
}

h3 {
  font-weight: 900;
  line-height: 1.75;
}

.unq-h2::after {
  background-color: #f46804;
  display: block;
  width: 100px;
  height: 5px;
  margin: 15px auto 0;
  content: "";
  border-radius: 2px;
}

.unq-h3 {
  text-align: center;
}
.unq-h3> sup {
  font-size: .5em;
  top: -1em;
}
.unq-h3+ * {
  margin-top: 24px;
}

.unq-h3+ .description,
.unq-h3+ .description~ .text {
  text-align: center;
}

.unq-h3+ .description~ * {
  margin-top: 35px;
}

header .intor_area {
  background-color: #f46804;
}

header .intor_area> div {
  color: #fff;
  max-width: 1100px;
  margin: auto;
}
header .intor_area> div> h1 {
  font-weight: bold;
  margin-left: 0;
}

header .main-kv {
  max-width: 1600px;
  margin: auto;
}

header .main-kv .inner {
  max-width: 1100px;
  margin: auto;
}

header .main-kv .box {
  position: relative;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  border: 7px solid #cfdce6;
  border-radius: 14px;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, .3);
}

header .main-kv .primary-btn::after {
  margin-left: 10px;
  content: "";
  border: 7px solid transparent;
  border-top: 12px solid currentColor;
  border-bottom: 0;
}

header .main-kv .movie-popup {
  position: absolute;
  top: -27.73vw;
  left:<767>
    <p><a href="https://video.unext.jp/login?noregister=1" class="btn" target="_blank"><span>ご利用中の方</span><svg class="blank" viewbox="0 0 9 9"><use class="blank" xlink:href="#icon-blank"></use></svg></a></p>
    <p><a href="https://video.unext.jp/login?noregister=1" class="btn" target="_blank"><span>ご利用中の方</span><svg class="blank" viewbox="0 0 9 9"><use class="blank" xlink:href="#icon-blank"></use></svg></a></p>
  </767>%;
  z-index: 0;
}

h3.sq_number {
  line-height: 1.5;
  display: flex;
  align-items: center;
}
h3.sq_number::before {
  font-family: "Arial";
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(count, decimal-leading-zero);
  border-radius: 4px;
}

header .main-kv .logo .u-next {
  fill: #0080de;
}
header .main-kv .logo .so-net {
  fill: #1a1a1a;
}

.primary-btn {
  font-weight: bold;
  color: #1a1a1a;
  background-color: rgb(255, 212, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3);
}
.primary-btn> svg.blank {
  width: .85em;
  height: .85em;
  margin-right: 0;
  margin-left: 1.2em;
}

.primary-btn> svg.arrow {
  margin-left: .7em;
}

.primary-btn:hover {
  font-weight: 900;
  color: #1a1a1a;
  background-color: #fee63c;
}
.primary-btn picture {
  display: flex;
  align-items: center;
}

.secondary-btn {
  font-weight: 900;
  color: #fff;
  background-color: #0070bf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3);
}

.cancellation-btn {
  font-weight: 900;
  color: #fff;
  background-color: #757575;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3);
}

.cancellation-btn:hover {
  color: #fff;
  opacity: .8;
}

.secondary-btn:hover {
  color: #fff;
  background-color: #2187eb;
}
.secondary-btn:active,
.secondary-btn:focus {
  color: #fff;
}

.secondary-btn> svg.blank {
  width: .85em;
  height: .85em;
}

.cancellation-btn> svg.blank {
  width: .85em;
  height: .85em;
}


figure {
  text-align: center;
  margin: 0;
}

figure img {
  width: auto;
  max-width: 100%;
}

ul li:last-child {
  margin-bottom: 0;
}

.descriptionSet> dt {
  font-weight: bold;
}

.descriptionSet> dt+ dd {
  margin-top: 1em;
}

.mod-lytCol {
  margin: 0;
}

/* .mod-boxToggle */
.mod-boxToggle {
  overflow: hidden;
  margin-bottom: 0;
  border-color: #808080;
  border-radius: 4px;
}

.mod-boxToggle+ .mod-boxToggle {
  margin-top: 12px;
}

.mod-boxToggle> .title {
  font-weight: 900;
  background: #f2f2f2;
  padding-left: 0;
}
.mod-boxToggle .content {
  padding: 2.4rem;
  border-top: 0;
}

.mod-boxToggle .content p {
    margin-top: 0;
}
.mod-boxToggle .content p+ p {
  margin-top: 1em;
}

[data-script-enabled] .mod-boxToggle .js-toggleBtn {
  padding: 14px 50px 14px 16px;
}
.mod-boxToggle .js-toggleHook> span,
[data-script-enabled] .mod-boxToggle .js-toggleHook> span {
  padding-left: 20px;
}
html:not([data-script-enabled]) .mod-boxToggle .js-toggleHook {
  border-bottom: 1px solid #ccc;
}
[data-script-enabled] .mod-boxToggle .js-toggleBtn span {
  top: 0;
  right: 50px;
  bottom: 0;
  left: auto;
  height: 30px;
  margin: auto;
}
[data-script-enabled] .mod-boxToggle .js-toggleBtn span::after {
  background: #1a1a1a;
  right: -40px;
  left: auto;
}

[data-script-enabled] .mod-boxToggle .js-toggleBtn::before,
[data-script-enabled] .mod-boxToggle .js-toggleBtn:after {
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
}


.str-content> section.accent:nth-of-type(2),
.str-content> section.merit_area {
  background: url(/option/visual/unext/adlp_common/img/slash_bg.png) #d1ecff;
}
.str-content> section.accent:nth-of-type(4) {
  background: url(/option/visual/unext/adlp_common/img/slash_bg.png) #ffe5b2;
}

ul.gHd2017_globalMenu.gHd2017_js-gMenu {
  display: none;
}
.str-footer .gFt2017_footer {
  z-index: -1;
  margin: auto;
}

.mod-hdg3::after {
  background-color: #00a6ba;
}

.mod-hdg4::before {
  border-color: #00a6ba;
}
.mod-hdg5::before {
  background-image: url("/option/visual/unext/adlp_common/img/sprite.png");
}


.mod-listNotice,
.mod-listNoticeNum {
  font-size: 1.2rem;
}

*+ .mod-listNotice,
*+ .mod-listNoticeNum {
  margin-top: 2em;
}

[class*="mod-list"]> li {
  line-height: 1.75;
  margin-bottom: 0;
}

[class*="mod-list"]> li> [class*="mod-listNotice"] {
  margin-top: .4em;
}

[class*="mod-list"]> li> *+ [class*="mod-listNotice"] {
  margin-top: 1em;
}

[class*="mod-list"]> li+ li {
  margin-top: 1em;
}

.mod-listDisc .mod-listDisc-2 {
  margin-top: 1em;
}

.aln-c .mod-listNotice,
.aln-c .mod-listNoticeNum {
  display: inline-block;
}

.str-main .str-content .copyright.str-contentBody .mod-listNotice {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #808080;
}

.dashed> *+ * {
  border-top: 2px dotted #b3b3b3;
}

.genre_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.genre_list dl.box {
  overflow: hidden;
  border: 1px solid;
  border-radius: 8px;
}

.genre_list dt {
  text-align: center;
  color: #fff;
  background: #ccc;
}

.genre_list dl.box> dd {
  padding: 10px 16px;
}

.genre_list dd> p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.genre_list dd> p+ p {
  margin-top: .5rem;
  padding-top: .5rem;
}

.genre_list dd .num {
  font-size: 3.2rem;
}

.genre_list .movie .box {
  border-color: #e62e2e;;
}
.genre_list .movie dt {
  background-color: #e62e2e;
}
.genre_list .oversea .box {
  border-color: #f46804;;
}
.genre_list .oversea dt {
  background-color: #f46804;
}
.genre_list .asia .box {
  border-color: #2f8c1c;;
}
.genre_list .asia dt {
  background-color: #2f8c1c;
}
.genre_list .domestic .box {
  border-color: #099;;
}
.genre_list .domestic dt {
  background-color: #099;
}
.genre_list .anime .box {
  border-color: #0070bf;;
}
.genre_list .anime dt {
  background-color: #0070bf;
}
.genre_list .kids .box {
  border-color: #603380;;
}
.genre_list .kids dt {
  background-color: #603380;
}
.genre_list .other .box {
  border-color: #f23091;;
}
.genre_list .other dt {
  background-color: #f23091;
}


.alternate.Half_bg> li {
  padding: 0 1.4rem;
}

.alternate.Half_bg> li:nth-child(2n + 1) {
  background-image: linear-gradient(to right, rgba(255,255,255,0) 60%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
}

.alternate.Half_bg> li:nth-child(2n) {
  background-image: linear-gradient(to left, rgba(255,255,255,0) 60%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
}

.alternate.Half_bg li:nth-child(2n) .media_col {
  flex-direction: row-reverse;
}

.alternate.Half_bg.unq li:nth-child(2n) .media_col {
  flex-direction: row;
}

.alternate.Half_bg> li+ li {
  margin-top: 40px;
}


.alternate.Half_bg> li> section {
  background: #fff;
  box-sizing: border-box;
  max-width: 1080px;
  margin: auto;
  border-radius: 8px;
}
.alternate.Half_bg> li {
  counter-increment: count;
}

/* youtube */
.youtube_wrap {
  max-width: 900px;
  margin: 0 auto 35px;
}
.youtube_inner {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.youtube_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*6つの特徴とメリット*/
.merit_area .media_col> *+ img {
  margin-top: 15px;
}

.merit_area .media_col+ * {
  margin-top: 15px;
}

/*6つの特徴とメリット*/

.merit_area .icon_col {
  display: flex;
}
.merit_area .icon_col svg {
  fill: #f46804;
}


/*おすすめ*/
.recommend_area {
  background: #f2f2f2;
  border: 1px solid #808080;
  border-radius: 6px;
}

.recommend_area> h3 {
  text-align: center;
}

.recommend_area> ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recommend_area> ul> li {
  position: relative;
}

.recommend_area> ul> li a {
  color: #fff;
}
.recommend_area> ul> li a:hover {
  opacity: .7;
}

.recommend_area> ul> li svg {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.2rem;
  opacity: .9;
}

.recommend_area> ul> li img[src*="tokyog.jpg"]+ svg,
.recommend_area> ul> li img[src*="moneygame.jpg"]+ svg {
  color: #0070bf;
}

.recommend_area> ul> li img[src*="fox.jpg"]+ svg {
  top: auto;
  right: auto;
  bottom: 1rem;
  left: 1rem;
}

.recommend_area> ul> li:nth-child(2n)~ li {
  margin-top: 20px;
}

.recommend_area> ul> li img {
  border-radius: 4px;
  width: 100%;
}

/* おすすめコンテンツ */
.recommendCont_area {
  padding-top: 55px;
  border-top: 1px solid #ccc;
  margin-top: 80px;
}
.recommendCont_area > h3 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}
.recommendCont_area h3 br {
  display: block;
}
.recommendCont_area > h3 + .text {
  margin-top: 35px;
  margin-bottom: 40px;
  text-align: center;
}
.recommendCont_area> ul+ * {
  margin-top: 45px;
}
.recommendCont_block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.recommendCont_block li {
  width: calc(33.33% - 18px);
  max-width: 342px;
  border: 1px solid #c2c2c2;
  margin-right: 24px;
  margin-bottom: 20px;
}
.recommendCont_block li:last-child {
  margin-bottom: 20px;
}
.recommendCont_block li:nth-child(3n) {
  margin-right: 0;
}
.recommendCont_block li:hover {
  opacity: .7;
  -webkit-box-shadow: 0 3px 7px #ccc;
  box-shadow: 0 3px 7px #ccc;
}
.recommendCont_block li a {
  color: inherit;
}
.recommendCont_block li a:hover,
.recommendCont_block li a:focus {
  text-decoration: none;
}
.recommendCont_block .img img {
  vertical-align: top;
}
.recommendCont_block .content {
  padding: 10px 12px 15px;
}
.recommendCont_block .content .txt {
  color: #223;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.recommendCont_block .detail {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 6px;
}
.recommendCont_block .detail p {
  display: inline-block;
  margin-right: 7px;
}
.recommendCont_block .date {
  color: #808080;
}
.group {
  color: #fff;
  width: 78px;
  padding: 0 0 2px;
  border-radius: 14px;
  text-align: center;
}
.group.ffilm {
    background-color: #992e2e;
}
.group.jfilm {
    background-color: #a16b00;
}
.group.drama {
    background-color: #408040;
}
.group.anime {
    background-color: #0f6b99;
}
.group.tips {
    background-color: #603973;
}
.group.about {
    background-color: #4d4d4d;
}
.group.editorial {
    background-color: #4d4d4d;
}

/*利用シーン*/

.scene_area .genre_list> li {
  position: relative;
}

.scene_area .genre_list dt {
  font-weight: 900;
  position: absolute;
  box-sizing: border-box;
}

.scene_area .genre_list> li:nth-child(2n + 1) dt {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.scene_area .genre_list> li:nth-child(2n) dt {
  left: 0;
  border-radius: 0  4px 4px 0;
}

.scene_area .genre_list dd {
  background: #fff;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.scene_area .genre_list dd img {
  display: block;
  width: 100%;
}


/*料金*/

.price_area .box dt {
  font-weight: 900;
  text-align: center;
  color: #fff;
  background-color: #0070bf;
}

.price_area section+ section {
  margin-top: 40px;
}


.price_area section> ul> li.box {
  background-color: #f2f2f2;
  overflow: hidden;
  border-radius: 8px;
}

.price_area section> ul> li.box dl {
  width: 100%;
}

.price_area section> ul> li.box dd {
  padding: 24px;
}

.price_area section> ul> li.box ul.list-icon {
}

.price_area section> ul> li.box ul.list-icon> li {
  display: flex;
  align-items: flex-start;
}
.price_area section> ul> li.box ul.list-icon> li svg {
  min-width: 2.4rem;
  max-width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}

.price_area section> ul> li.box ul.list-icon li+ li {
  margin-top: 1rem;
}

.price_area h3~ * {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.price_area h3~ * figure img {
  margin-left: -20px;
}

.price_area .dashed> *+ * {
  border-top-color: #223;
}

.price_area .mod-lytCol.type-col2 {
  margin-bottom: 0;
}

.service_area> ul> li.box dd .title {
  font-weight: 900;
  line-height: 1;
}

.benefit_area> ul> li.box {
  display: flex;
}

.benefit_area> ul> li.box:nth-child(2n)~ li.box {
  margin-top: 20px;
}

.benefit_area> ul> li.box dt {
  background-color: #f46804;
}

.benefit_area> ul> li.box .title {
  font-weight: 900;
  line-height: 1.3em;
  text-align: center;
}

.str-content> section.apply_area {
  padding-top: 0!important;
}

.apply_area> .accent {
  background-color: #0070bf;
}

.apply_area h2 {
  line-height: 1.75;
  color: #fff;
}

.apply_area h2 .accent {
  color: #ffd400;
}

.apply_area h2+ * {
  margin-top: 45px;
}

.apply_area .accent+ .str-contentBody> .mod-listDisc {
  max-width: 980px;
  margin: auto;
}
.apply_area .non-members {
  margin-top: 50px;
}
.apply_area .non-members a {
  color: #ffd400;
}
.apply_area .non-members-link {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.apply_area .non-members-link a {
  text-decoration: underline;
}
.apply_area .non-members-desc {
  color: #fff;
}


.question_area {
  background: url(/option/visual/unext/adlp_common/img/slash_bg.png) #e6e6e6;
}

.question_area> .str-contentBody {
  padding-bottom: 0!important;
}

.question_area .mod-boxToggle> .title {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    min-width: 1100px;
  }
  h2 {
    font-size: 4.6rem;
    font-weight: 900;
  }
  h2[id].unq-h2 {
    margin-top: -60px;
    padding-top: 60px;
  }
  h3 {
    font-size: 2.4rem;
    font-weight: 900;
  }
  h3.sq_number::before {
    font-size: 3.2rem;
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin-right: 24px;
  }
  h3.sq_number+ * {
    margin-top: 25px;
  }

  h2 br,
  h3 br {
    display: none;
  }

  nav.nav-service {
    background-color: rgba(0,0,0,.9);
    min-width: 1100px;
    padding: 0;
  }

  nav.nav-service.is-fixed {
    padding: 0;
    border: 0;
  }

  nav.nav-service> ul {
    padding: 10px;
  }

  nav.nav-service> ul> li::before {
    display: none;
  }

  nav.nav-service> ul> li:first-child> a {
    /*over-whire master*/
    padding-left: 15px;
  }

  nav.nav-service> ul> li> a {
    color: #4cb5ff;
  }

  nav.nav-service> ul> li> a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    padding: 8px 15px;
    border-radius: 4px;
  }
  nav.nav-service> ul> li+ li {
    margin-left: 10px;
  }

  nav.nav-service> ul> li:not(.apply)> a:hover,
  nav.nav-service> ul> li:not(.apply)> a.current {
    color: #fff;
    background-color: #474747;
  }

  nav.nav-service> ul> li.apply {
    width: 180px;
  }

  nav.nav-service> ul> li.apply a {
    font-size: 1.6rem;
    background-color: #fcdb00;
    min-height: 40px;
    padding-left: 14px;
    border-radius: 4px;
  }

  nav.nav-service> ul> li.apply> a:after {
    margin-left: 20px;
    content: "";
    border: 5px solid transparent;
    border-top: 8px solid currentColor;
    border-bottom: 0;
  }

  nav.nav-service> ul> li.apply a:hover {
    background-color: #fee63c;
  }

  nav.nav-service+ div {
    display: none;
  }

  header .intor_area> div {
    font-size: 2.2rem;
    display: flex;
    justify-content: space-between;
  }

  header .intor_area> div> * {
    display: flex;
    align-items: center;
  }

  header .intor_area> div> h1 {
    font-size: 1.6rem;
    padding: 25px 0;
  }

  header .intor_area> div> h1> br {
    display: none;
  }

  header .intor_area> div> .intor_btn_area {
    display: block;
    padding: 8px 12px 9px;
  }

  header .intor_area> div .intor_btn_hd {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2px;
  }

 header .intor_area> div .intro_btn_btn {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
 }

  header .intor_area .btn {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ff6900;
    background-color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    min-height: 32px;
    padding: 5px 15px 6px;
    border-radius: 20px;
    border-bottom: 3px solid #ff9c00;
  }

  header .intor_area .btn svg {
    width: .7em;
    height: .7em;
    margin-left: .4em;
  }

  header .intor_btn_area {
    background: #eb5f1a;
  }

  header .intor_btn_area p + p {
    margin-left: 10px;
  }

  header .main-kv_area {
    background-image: linear-gradient(to right, rgba(242,242,242,0) 60%,rgba(242,242,242,1) 80%,rgba(242,242,242,1) 100%),
    url(/option/visual/unext/adlp_common/img/kv_bg.gif);
  }

  header .main-kv {
    background: url(/option/visual/unext/adlp_common/img/kv_pc.png) no-repeat center;
  }

  header .main-kv .inner {
    padding: 25px 10px;
  }

  header .main-kv .box {
    width: 520px;
    height: 390px;
  }

  header .main-kv .box p+ p {
    margin-top: 26px;
  }

  header .main-kv .primary-btn {
    font-size: 2rem;
    box-sizing: border-box;
    min-width: 420px;
    height: 80px;
    padding-left: 6px;
  }

  header .main-kv .primary-btn img {
    width: 358px;
  }

  header .main-kv .movie-popup {
    top: 10px;
    left: auto;
    right: -152px;
    width: 192px;
    height: 192px;
  }

  header .main-kv .movie-popup::after {
    top: 5px;
    left: 5px;
    width: 182px;
    height: 182px;
    background-color: #fff;
    border-radius: 50%;
  }

  .logo {
    width: 80%;
    max-width: 380px;
  }


  .unq-h2+ * {
    margin-top: 35px;
  }

  .dashed> *+ * {
    margin-top: 24px;
    padding-top: 24px;
  }

  .mod-boxToggle> .title {
    font-size: 1.8rem;
  }
  .str-footer {
    margin-top: 25px;
  }

  .str-main .str-content .str-contentBody> * {
    margin-right: 10px;
    margin-left: 10px;
  }

  .str-main .str-content> section {
    padding: 60px 0 80px;
  }


  .secondary-btn {
    font-size: 1.8rem;
    height: 60px;
    padding: 1em 52px;
  }

  .secondary-btn> .blank {
    margin-right: -28px;
    margin-left: 30px;
  }

  .media_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .media_col+ * {
    margin-top: 1rem;
  }

  .media_col> * {
    width: 450px;
    height: calc(0%);
  }

  figure+ figure {
    margin-top: 40px;
  }

  .descriptionSet> dt {
    font-size: 1.8rem;
  }

  .alternate.Half_bg> li> section {
    padding: 40px 60px;
  }

  .genre_list {
    margin-right: 10px;
    margin-left: 10px;
  }

  .genre_list dt {
    font-size: 1.8rem;
    padding: 10px 0;
  }

  .genre_area .genre_list> li {
    width: 225px;
  }

  .genre_area .genre_list> li:not(:nth-child(4n + 1)) {
    margin-left: 20px;
  }

  .genre_area .genre_list> li:nth-child(4n)~ li {
    margin-top: 20px;
  }
  .genre_area .pointtime {
    max-width: 960px;
    margin: 20px auto 0;
  }
  .genre_area .mod-listNoticeNum {
    margin-top: 0;
  }

  /*6つの特徴とメリット*/
  .merit_area .icon_col svg {
    min-width: 80px;
    max-width: 80px;
    height: 58px;
    margin-right: 40px;
    margin-left: 26px;
  }

  /*おすすめ*/
  .recommend_area {
    margin: 60px 10px 0;
    padding: 40px 60px;
  }

  .recommend_area> h3 {
    font-size: 3rem;
  }

  .recommend_area> ul {
    margin-top: 40px;
  }

  .recommend_area> ul+ * {
    margin-top: 45px;
  }

  .recommend_area> ul> li {
    width: calc(50% - 10px);
  }

  .recommend_area> ul> li:nth-child(2n) {
    margin-left: 20px;
  }


  /*利用シーン*/

  .scene_area {
    padding-bottom: 180px;
  }

  .scene_area .genre_list {
    margin-top: 50px;
    padding-bottom: 60px;
  }

  .scene_area .genre_list> li {
    width: calc(50% - 20px);
  }

  .scene_area .genre_list> li:nth-child(2n) {
    top: 60px;
    margin-left: 40px;
  }
  .scene_area .genre_list> li:nth-child(2n)~ li {
    margin-top: 40px;
  }

  .scene_area .genre_list dt {
    font-size: 2.4rem;
    top: 20px;
    width: 240px;
  }

  .scene_area .genre_list dd p {
    font-size: 18px;
    justify-content: center;
    padding: 18px;
  }


  /*料金*/
  .price_area .box dt {
    font-size: 1.8rem;
    padding: 14px;
  }

  .price_area section> ul> li.box dd> .mod-lytCol {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price_area section> ul> li.box dd> .mod-lytCol> .col {
    width: auto;
  }
  .price_area section> ul> li.box dd> .mod-lytCol> .col+ .col {
    margin-left: 5rem;
  }

  .service_area> ul> li.box+ li.box {
    margin-top: 20px;
  }

  .service_area> ul> li.box dd .title {
    font-size: 2rem;
  }

  .service_area> ul> li.box dd .title> span {
    font-size: 3rem;
  }

  .service_area> ul> li.box dd .title .num {
    font-size: 9rem;
  }

  .benefit_area> ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .benefit_area> ul> li.box {
    width: calc(50% - 10px);
  }

  .benefit_area> ul> li.box .title {
    font-size: 3rem;
  }

  .benefit_area> ul> li.box .title .num {
    font-size: 6rem;
  }

  .question_area> .str-contentBody> * {
    margin-right: 10px;
    margin-left: 10px;
  }

  .apply_area> .accent {
    padding: 80px 10px 90px;
  }

  .apply_area .accent+ .str-contentBody {
    padding-top: 50px;
  }

  .apply_area .balloon {
    background: url(/option/visual/unext/adlp_common/img/line.png) no-repeat center bottom;
    margin-bottom: 40px;
    padding-bottom: 100px;
  }

  .apply_area h2 {
    font-size: 3.6rem;
  }

  .apply_area .str-contentBody .primary-btn {
    font-size: 2em;
    position: relative;
    width: 680px;
    height: 100px;
    padding-left: 15px;
  }

  .apply_area .str-contentBody .primary-btn .arrow {
    position: absolute;
    right: 30px;
    width: 20px;
  }

  .apply_area> *:last-child {
    margin-top: 40px;
  }
  .gHd2017_btn-burgerMenu {
      display: none;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    min-width: 340px;
  }

  .logo {
    width: 90%;
    max-width: 560px;
  }

  .unq-h2+ * {
    margin-top: 20px;
  }

  .dashed> *+ * {
    margin-top: 17px;
    padding-top: 17px;
  }

  .str-main .str-content .str-contentBody {
    padding-right: 15px;
    padding-left: 15px;
  }

  [class*="mod-list"]> li {
    font-size: 1.2rem;
  }

  .mod-listNotice> li,
  .mod-listNoticeNum> li {
    font-size: 1.1rem;
  }

  nav.nav-service {
    display: none;
  }

  nav.nav-service + div {
    display: block;
  }

  nav.nav-service + div.intor_btn_area {
    display: block;
    padding: 8px 12px 9px;
    background: #fd671d;
  }

  nav.nav-service + div.intor_btn_area .intor_btn_hd {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 2px;
    color: #fff;
  }

   nav.nav-service + div.intor_btn_area .intro_btn_btn {
     display: -webkit-flex;
     display: -ms-flex;
     display: flex;
     justify-content: center;
   }

   nav.nav-service + div.intor_btn_area .intro_btn_btn p + p {
     margin-left: 10px;
   }

  nav.nav-service + div.intor_btn_area .btn {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ff6900;
    background-color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    min-height: 32px;
    padding: 5px 12px 6px;
    border-radius: 20px;
    border-bottom: 3px solid #ff9c00;
  }
  body > header .intor_area> div> h1+ * {
    display: none;
  }
  body > header {
      position: relative;
  }
  body > header .intor_area {
    padding: 14px;
  }
  body > header .intor_area> div> h1 {
    font-size: 1.8rem;
    text-align: center;
  }


  body > header .main-kv_area {
    background-image: url(/option/visual/unext/adlp_common/img/kv_bg.gif);
  }

  body > header .main-kv {
    background: url(/option/visual/unext/adlp_common/img/kv_sp.png) no-repeat center top;
    background-size: contain;
  }

  body > header .main-kv .inner {
    max-width: 1100px;
    margin: auto;
    padding: 58vw 15px 15px;
  }
  body > header .main-kv .box {
    padding: 5.35vw;
  }
  body > header .main-kv .box .logo {
    margin-top: 4vw;
  }
  body > header .main-kv .box .logo+ p {
    margin-top: 5.35vw;
  }
  body > header .main-kv .box .primary-btn {
    width: 100%;
    height: 14vw;
  }
  body > header .main-kv .box .primary-btn img {
    width: 80%;
  }


  .gHd2017_header.gHd2017_SP {
    position: relative;
    z-index: 9;
  }

  .gHd2017_userTool {
    padding: 0;
  }

  .gHd2017_btn-burgerMenu {
    top: 47px;
  }
  .gHd2017_menutxt {
    display: none;
  }

  .gHd2017_burger {
      top: 9px;
      right: 5px;
      width: 25px;
      height: 20px;
      position: absolute;
      z-index: 9;
  }

  .gHd2017_burgerMenuInner {
    position: absolute;
    z-index: 2;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
  }

  .gHd2017_burger span {
    background-color: #000;
    width: 25px;
    height: 3px;
  }

  .gHd2017_burger .gHd2017_burgerBar1 {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  .gHd2017_burger .gHd2017_burgerBar3 {
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
  }

  .gHd2017_burgerOpen .gHd2017_burgerBar1 {
    -webkit-transform: rotate(45deg) translateY(0px);
        -ms-transform: rotate(45deg) translateY(0px);
            transform: rotate(45deg) translateY(0px);
  }

  .gHd2017_burgerOpen .gHd2017_burgerBar3 {
    -webkit-transform: rotate(-45deg) translateY(0px);
        -ms-transform: rotate(-45deg) translateY(0px);
            transform: rotate(-45deg) translateY(0px);
  }


  .gHd2017_userTool> * {
    background: #fff;
    display: block;
  }

  .gHd2017_userTool li a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    min-height: 62px;
    padding: 1em;
    border-top: 1px solid #d9d9d9;
  }
  .gHd2017_userTool li a svg {
    height: 15px;
    transform: rotate(90deg);
  }

  .gHd2017_userTool li.apply a {
    background-color: #fcdb00;
  }

  h2 {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.6rem;
  }
  h2[id].unq-h2 {
    margin-top: -35px;
    padding-top: 35px;
  }
  h3.sq_number::before {
    font-size: 2rem;
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  h3.sq_number+ * {
    margin-top: 17px;
  }

  .secondary-btn {
    font-size: 1.4rem;
    min-width: 240px;
    min-height: 45px;
    padding: .5em 2.3em;
  }

  .secondary-btn svg {
    margin-right: -18px;
    margin-left: 18px;
  }

  .str-content> section {
    padding: 35px 0 45px;
  }
  .alternate.Half_bg> li> section {
    padding: 25px 15px;
  }
  .mod-boxToggle> .title {
    font-size: 1.4rem;
    padding-right: 45px;
  }

  .descriptionSet> dt {
    font-size: 1.4rem;
  }
  .descriptionSet> dt+ dd {
    font-size: 1.2rem;
  }

  .genre_area .genre_list> li {
    width: calc(50% - 7px);
  }
  .genre_area .genre_list> li:nth-child(2n) {
    margin-left: 14px;
  }
  .genre_area .genre_list> li:nth-child(2)~ li {
    margin-top: 14px;
  }
  .genre_area .genre_list dl.box> dt {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
  }

  .genre_area .genre_list dl.box> dd {
    font-size: 1.1rem;
    padding: 10px;
  }
  .genre_area .genre_list dd .num {
    font-size: 1.9rem;
  }

  .scene_area .genre_list dt {
    font-size: 1.6rem;
    top: 15px;
    width: 53%;
    max-width: 160px;
    padding: 15px 10px;
  }

  .scene_area .genre_list dd {
    border-radius: 8px;
  }

  .scene_area .genre_list dd> p {
    font-size: 1.3rem;
    text-align: center;
    justify-content: center;
    padding: 16px 20px;
  }

  .scene_area .genre_list> li+ li {
    margin-top: 25px;
  }

  /* youtube */
  .youtube_wrap {
    margin: 0 auto 20px;
  }

  /*6つの特徴とメリット*/
  .merit_area .icon_col {
    position: relative;
  }
  .merit_area .icon_col dl {
    padding-left: 70px;
  }

  .merit_area .icon_col> p {
    position: relative;
    top: 2px;
  }
  .merit_area .icon_col svg {
    position: absolute;
    top: 0;
    width: 16px;
    min-width: 40px;
    height: 29px;
    margin-right: 20px;
    margin-left: 6px;
  }

  /*おすすめ*/
  .recommend_area {
    margin-top: 30px;
    padding: 20px 15px;
  }

  .recommend_area> h3 {
    font-size: 2.1rem;
  }

  .recommend_area> ul {
    margin-top: 20px;
  }

  .recommend_area> ul> li+ li {
    margin-top: 15px;
  }

  .recommend_area> ul+ * {
    margin-top: 30px;
  }

  .price_area .box+ .box {
    margin-top: 20px;
  }

  .price_area .box dt {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
  }


  .service_area .mod-lytCol .col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .service_area .title {
    font-size: 1.4rem;
  }

  .service_area .title span {
    font-size: 2rem;
  }

  .service_area .title span.num {
    font-size: 6.3rem;
  }

  .benefit_area .title {
    font-size: 2rem;
  }

  .benefit_area .title .num {
    font-size: 4.2rem;
  }

  .apply_area> .accent {
    padding: 50px 0 50px;
  }

  .apply_area> .accent .logo {
    max-width: 250px;
  }

  .apply_area> .accent .balloon {
    background: url(/option/visual/unext/adlp_common/img/line_sp.png) no-repeat center bottom;
    background-size: contain;
    margin: 0 15px 30px;
    padding-bottom: 67px;
  }

  .apply_area> .accent .balloon+ p {
    line-height: 1.5;
  }
  .apply_area .accent+ .str-contentBody {
    padding-top: 35px;
  }

  .apply_area h2 {
    font-size: 2.2rem;
  }

  .apply_area h2+ * {
    margin-top: 32px;
  }

  .apply_area .primary-btn {
    width: 92vw;
    max-width: 345px;
    height: 18.7vw;
    max-height: 70px;
  }
  .apply_area .primary-btn img {
    width: 80%;
  }

  .apply_area> *:last-child {
    margin-top: 28px;
  }
  .apply_area .non-members-link {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .copyright.str-contentBody {
    line-height: 1.5;
  }

  .str-footer {
    margin-top: 20px;
  }

  /* おすすめコンテンツ */
  .recommendCont_area {
    padding-top: 30px;
    margin-top: 40px;
  }
  .recommendCont_area > h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .recommendCont_area > h3 > img {
    width: 61.7%;
  }
  .recommendCont_area > h3 + .text {
    margin-top: 27px;
    margin-bottom: 25px;
  }
  .recommendCont_area> ul+ * {
    margin-top: 15px;
  }
  .recommendCont_block li {
    width: calc(50% - 9.5px);
    max-width: 342px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .recommendCont_block li:nth-child(3n) {
    margin-right: 15px;
  }
  .recommendCont_block li:nth-child(2n) {
    margin-right: 0;
  }
  .recommendCont_block .detail p {
    width: calc(50% - 7px);
    margin-right: 5px;
  }
  .recommendCont_block .date {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .recommendCont_block .content .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 374px) {
  nav.nav-service + div.intor_btn_area .btn {
    font-size: 1.1rem;
    padding: 5px 7px 6px;
  }
}

.main-kv {
  text-align: center;
}

.main-kv > h1 {
  padding: 75px 0 60px;
}

.main-kv > .lead {
  margin: 0 0 60px;
  padding: 0 10px 0;
}

@media only screen and (max-width: 767px) {

.main-kv > h1 {
  padding: 50px 40px 35px;
}

.main-kv > .lead {
  margin-bottom: 35px;
}
}

  @media only screen and (min-width: 768px) {
  br.unq {
    display: block;
  }
}

.unq-section {
  padding: 40px 0 70px;
}

@media only screen and (max-width: 767px) {
.unq-section {
    padding: 25px 15px;
}
}

.marker {
  background:linear-gradient(transparent 80%, #ffff66 0%);
}

.btn-list {
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  margin: 40px auto 0;
}

.btn-list > .item {
 width: calc((100% - (60px * 1)) / 2);
}

 .btn-list > .item > a {
  display: flex;
  text-align: center;
  position: relative;
  padding: .834em 52px;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  box-sizing: border-box;
}

.btn-list > .item > a > svg.blank {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}


@media only screen and (max-width: 767px) {

.btn-list {
  flex-flow: column;
  align-items: center;
}

.btn-list > .item {
    width: auto;
}

.btn-list > .item + .item {
  margin-top: 30px;
}

 .btn-list > .item > a {
    font-size: 1.4rem;
    min-width: 162px;
    min-height: 45px;
    padding: .5em 2.3em;
}
.btn-list > .item > a > svg.blank {
    right: 10px;
}
}