@charset "UTF-8";
/* default settings */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --color-red: #CC0033;
  --page-transition-duration: 0.3s;
  --page-default-fontfamily: YakuHanJP_Noto, "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --page-en-fontfamily: YakuHanJP_Noto, "Roboto", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* lp-comon__views */
@media (min-width: 768px) {
  .lp-comon__spview {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .lp-comon__pcview {
    display: none !important;
  }
}
/* lp-comon__hover */
@media (min-width: 768px) {
  .lp-comon__hover {
    transition: opacity var(--page-transition-duration);
  }
  .lp-comon__hover:hover {
    opacity: 0.7;
  }
}
/* lp-comon__ancpoint */
.lp-comon__ancpoint {
  position: relative;
  top: -4.0625rem;
  width: 0;
  height: 0;
}

.lp-comon__ancpoint.is-type02 {
  top: -10.3125rem;
}

@media (max-width: 767px) {
  .lp-comon__ancpoint.is-type02 {
    top: -8.4375rem;
  }
}
html {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

@media (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  html {
    font-size: 1vw;
  }
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.page-denwa {
  background: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/bg.png") #f3f3f3 no-repeat center top/100% auto;
  min-width: auto;
}

@media (max-width: 767px) {
  .page-denwa {
    background-image: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/bg_sp.png");
    overflow-x: hidden;
  }
}
.bg01 {
  background-color: #fff;
  border: 1px dashed #cc0033;
  border-radius: 1.875rem;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 4rem 0;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .header {
    transition: all ease 0.2s;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .header.fixed {
    position: fixed;
    background-color: #fff;
    padding: 1.4375rem 0;
  }
  .header.fixed .header__logo {
    width: 12.6875rem;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 2.625rem 0;
    position: fixed;
  }
  .header.header-mons_ipvw {
    padding: 0;
  }
  .header .inner {
    padding: 0;
  }
}
.header__logo {
  width: 18.9375rem;
}
.header__logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .header__logo {
    width: 27.125rem;
  }
  .header__logo.is-hidden {
    opacity: 0;
    transition: opacity ease 0.3s 0.1s;
    pointer-events: none;
  }
}

.menu {
  list-style: none;
  display: inline-flex;
  margin: 0 auto;
  padding: 1.6875rem 0;
  position: relative;
  z-index: 999;
  transition: margin-left ease 0.2s;
  font-family: "Noto Sans JP", sans-serif;
}
.menu.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 6.4375rem;
  padding: 1.8125rem 0;
}
.menu__item {
  padding: 0 6.875rem 0 0;
  position: relative;
  white-space: nowrap;
  transition: all ease 0.2s;
}
.menu__item:after {
  content: "";
  width: 1px;
  height: 2.125rem;
  background: #ead1d1;
  position: absolute;
  top: -0.25rem;
  right: 2.8125rem;
}
.menu__item:last-child {
  padding-right: 0;
}
.menu__item:last-child:after {
  display: none;
}
.menu .menu__link {
  text-decoration: none;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: all ease 0.2s;
}
.menu .menu__link:hover, .menu .menu__link.is-active {
  color: #cc0033 !important;
  font-weight: 500;
}
.menu .menu__link:visited {
  color: inherit;
}
.menu.fixed .menu__item:not(:last-child) {
  padding-right: 3.875rem;
}
.menu.fixed .menu__item:not(:last-child):after {
  right: 2rem;
}
.menu.fixed .menu__link {
  font-size: 0.9375rem;
}

.menu-sticky {
  background-color: #fff;
  z-index: 150;
}
@media (min-width: 768px) {
  .menu-sticky {
    width: 80rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 5rem;
  }
}

.hamburger-menu {
  width: 30px;
  height: 23px;
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 200001;
}
.hamburger-menu.is-open {
  animation: smallbig 0.6s forwards;
}
.hamburger-menu.is-open span:nth-child(1), .hamburger-menu.is-open span:nth-child(2), .hamburger-menu.is-open span:nth-child(3) {
  transition-delay: 0.2s;
  height: 2px;
}
.hamburger-menu.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.hamburger-menu.is-open span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.is-open span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
.hamburger-menu span {
  width: 100%;
  height: 3px;
  background-color: #cc0033;
  margin: 7px 0;
  display: block;
  transition: all 0.3s ease-in-out;
  transition-delay: 0s;
}

.hamburger-menu.hamburger-menu-mons_ipvw {
  top: 14px;
}

.menu-sp {
  font-family: "Noto Sans JP", sans-serif;
}
.menu-sp__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
  background-color: rgba(117, 117, 117, 0.4);
}
.menu-sp__inner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  list-style: none;
  padding: 10.3125rem 2.5rem 10.3125rem 2.8125rem;
  background: #fff;
  width: 31.875rem;
  min-height: 100vh;
  transform: translateX(100%);
  transition: transform ease-in-out 0.3s;
  box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.06);
  overflow: auto;
}
.menu-sp__inner.is-show {
  transform: translateX(0);
}
.menu-sp__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu-sp__list .item:not(:last-child) {
  margin-bottom: 5.125rem;
}
.menu-sp__list .item a {
  color: #333333;
  text-decoration: none;
  display: block;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.menu-sp__list .item a.is-active {
  font-weight: 500;
  color: #cc0033;
}
.menu-sp__btn {
  margin: 5.5625rem 0 0;
  padding: 0;
  list-style-type: none;
}
.menu-sp__btn a {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  background-color: #cc0033;
  color: #fff;
  border: 1px solid #cc0033;
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
  padding: 1.875rem 0.625rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.menu-sp__btn a:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.1875rem 0.1875rem 0;
  display: inline-block;
  padding: 0.3125rem;
  position: absolute;
  right: 2.1875rem;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
.menu-sp__btn .item:not(:last-child) {
  margin-bottom: 2.625rem;
}
.menu-sp__btn .item--02 a {
  background-color: #fff;
  color: #cc0033;
}
.menu-sp__btn .item--02 a:after {
  border-color: #cc0033;
}

.header-fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.header-fix.is-show .header-fix__menu {
  opacity: 1;
  visibility: visible;
}
.header-fix .inner {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header-fix .inner {
    max-width: 100rem;
    padding-right: 10rem;
  }
}
.header-fix__logo {
  flex: 20.25rem 0 0;
}
.header-fix__logo img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.header-fix__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  padding-left: 7.6875rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.3s;
}
.header-fix__menu .menu {
  padding: 0;
  margin: 0;
  padding-right: 1.5625rem;
}
.header-fix__menu .menu__item {
  padding: 0;
}
.header-fix__menu .menu__item:after {
  display: none;
}
.header-fix__menu .menu__item:not(:last-child) {
  padding-right: 2.875rem;
}
.header-fix__menu .menu__link {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  display: block;
}
.header-fix__menu .buttons {
  display: flex;
  align-items: center;
  margin-left: 1.625rem;
}
.header-fix__menu .buttons__item {
  text-decoration: none;
  display: block;
  border: 0.125rem solid #cc0033;
  text-align: center;
  padding: 0.6875rem 0.625rem 0.8125rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  min-width: 9.125rem;
}
@media (min-width: 768px) and (max-width: 1048px) {
  .header-fix__menu .buttons__item {
    padding-top: 0.8125rem;
    padding-bottom: 0.6875rem;
  }
}
.header-fix__menu .buttons__item.w200 {
  width: 12.5rem;
  margin-right: 0;
}
.header-fix__menu .buttons__item.w200:after {
  margin-left: 0.5rem;
}
.header-fix__menu .buttons__item:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  padding: 0.1875rem;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-45deg);
  margin-left: 0.625rem;
}
@media (min-width: 768px) {
  .header-fix__menu .buttons__item:after {
    position: relative;
    top: -0.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 1048px) {
  .header-fix__menu .buttons__item:after {
    position: relative;
    top: -0.125rem;
  }
}
.header-fix__menu .buttons__item--01 {
  background-color: #cc0033;
  color: #fff;
  margin-right: 1rem;
}
.header-fix__menu .buttons__item--02 {
  color: #cc0033;
  position: relative;
}
.header-fix__menu .buttons__item--02:after {
  border-color: #cc0033;
}

@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
/* lp-comon__ancpoint */
.lp-comon__ancpoint {
  position: absolute;
  top: -4rem;
}
@media only screen and (max-width: 767px) {
  .lp-comon__ancpoint {
    top: -64px;
  }
}
.lp-comon__ancpoint.is-type02 {
  top: -6.5625rem;
}
@media only screen and (max-width: 767px) {
  .lp-comon__ancpoint.is-type02 {
    top: -120px;
  }
}

.menu-sticky-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 19;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out;
}

.menu-sticky-sp.is-show {
  opacity: 1;
  visibility: visible;
}

.menu-sticky-sp__icon {
  position: absolute;
  top: -3.75rem;
  right: 2.5rem;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #f4f4f4;
  border-radius: 100%;
  cursor: pointer;
}

.menu-sticky-sp__icon:before, .menu-sticky-sp__icon:after {
  content: "";
  position: absolute;
  background-color: #cc0033;
  width: 0.1875rem;
  height: 0.75rem;
  transition: all 0.25s ease-in-out;
}

.menu-sticky-sp__icon:before {
  transform: translate(1.75rem, 1.125rem) rotate(135deg);
}

.menu-sticky-sp__icon:after {
  transform: translate(1.3125rem, 1.125rem) rotate(-135deg);
}

.menu-sticky-sp__icon.is-active {
  top: -1.5rem;
}

.menu-sticky-sp__icon.is-active:before {
  transform: translate(1.25rem, 1.1875rem) rotate(135deg);
}

.menu-sticky-sp__icon.is-active:after {
  transform: translate(1.6875rem, 1.1875rem) rotate(-135deg);
}

.menu-sticky-sp .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.3125rem 2.5rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.menu-sticky-sp .item {
  font-size: 1.625rem;
  display: block;
  color: #fff;
  background-color: #cc0033;
  border: 1px solid #cc0033;
  position: relative;
  padding: 1.875rem 0.625rem;
  border-radius: 0.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  width: calc(50% - 1.25rem);
}

.menu-sticky-sp .item:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.1875rem 0.1875rem 0;
  padding: 0.3125rem;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-45deg);
  margin-left: 1rem;
}

.menu-sticky-sp .item:visited {
  color: #fff;
}

.menu-sticky-sp .item--02 {
  background-color: #fff;
  color: #cc0033;
}

.menu-sticky-sp .item--02:visited {
  color: #cc0033;
}

.menu-sticky-sp .item--02:after {
  border-color: #cc0033;
}

.ttl-label {
  text-align: center;
}
.ttl-label span {
  display: inline-block;
  vertical-align: top;
  background-color: #cc0033;
  color: #fff;
  font-size: 1.4375rem;
  padding: 0.625rem 1rem 0.6875rem;
  border-radius: 0.3125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .ttl-label span {
    font-size: 1.5rem;
    min-width: 7.5rem;
  }
}

.button {
  display: inline-block;
  padding: 1.1875rem 1.25rem;
  color: #cc0033;
  border: 0.125rem solid #cc0033;
  font-size: 1.0625rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .button {
    font-size: 1.4375rem;
    padding: 1.625rem 5.375rem 1.625rem 3.25rem;
  }
}
.button:hover {
  color: #cc0033;
}
.button:visited {
  color: #cc0033;
}
.button:after {
  content: "";
  position: absolute;
  width: 0.5625rem;
  height: 1rem;
  background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/icon_arr.svg) no-repeat center/contain;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .button:after {
    right: 2.625rem;
    width: 1.0625rem;
    height: 1.6875rem;
  }
}
.button.button--red {
  background-color: #cc0033;
  color: #fff;
}
.button.button--red:hover {
  color: #fff;
}
.button.button--red:visited {
  color: #fff;
}
.button.button--red:after {
  background-image: url(/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/icon_arr-white.svg);
}

.header-fix__menu .buttons__item--02:after {
  transform: rotate(45deg);
  top: -0.125rem;
}

.menu-sp .item--02 a:after {
  transform: rotate(45deg);
  top: 38%;
}

.tlr-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1111;
}

.tlr-modal.active {
  display: flex;
}

.tlr-modal__bg {
  position: absolute;
  background: #cbcbcb;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tlr-modal__video {
  display: none;
  position: relative;
  width: 68.125rem;
  height: 38.5625rem;
}
@media (max-width: 767px) {
  .tlr-modal__video {
    width: 95vw;
    height: 56.25vw;
  }
}

.tlr-modal__video.current {
  display: block;
}

.tlr-modal__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tlr-modal__video--btn {
  position: absolute;
  right: -11rem;
  top: -0.3125rem;
  transform: translate(0, -100%);
  cursor: pointer;
  width: 6.625rem;
  height: 6.625rem;
}
@media (max-width: 767px) {
  .tlr-modal__video--btn {
    width: 9.6vw;
    height: 9.6vw;
    cursor: pointer;
    pointer-events: none;
    top: -1.33333333vw;
    right: 0;
  }
}

.tlr-modal__video--btn:before, .tlr-modal__video--btn:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tlr-modal__video--btn:before {
  transform: rotateZ(45deg);
}

.tlr-modal__video--btn:after {
  transform: rotateZ(-45deg);
}

/* lp-keyvisual
--------------------------------------------------*/
.section-kv {
  padding: 6.6875rem 0 1.3125rem;
  position: relative;
}

@media (max-width: 767px) {
  .section-kv {
    padding: 13.0625rem 0 0;
  }
}
@media (min-width: 768px) {
  .section-kv .inner {
    display: flex;
    max-width: 73.75rem;
  }
}
@media (max-width: 767px) {
  .section-kv .inner {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .section-kv__content {
    width: 33.4375rem;
    margin-right: 4.625rem;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .section-kv__content {
    margin-bottom: 3.3125rem;
  }
}
.section-kv__img {
  margin: 0;
}

@media (max-width: 767px) {
  .section-kv__img {
    padding: 0 4.25rem 0 1.25rem;
  }
}
.section-kv__img img {
  width: 100%;
}

.section-kv__btn {
  margin-top: 1.4375rem;
}
@media (min-width: 768px) {
  .section-kv__btn {
    display: flex;
    flex-direction: column;
    width: 25.6875rem;
  }
}
@media (max-width: 767px) {
  .section-kv__btn {
    margin-top: 3.625rem;
  }
}

@media (max-width: 767px) {
  .section-kv__btn .wrap {
    padding-inline: 2.5rem;
  }
}
.section-kv__btn .button {
  /*padding: 1.0625rem 0;*/
  text-align: center;
}
@media (min-width: 768px) {
  .section-kv__btn .button {
    height: 3.6875rem;
    width: 24.25rem;
  }
}
@media (max-width: 767px) {
  .section-kv__btn .button {
    display: block;
    font-size: 2rem;
    padding: 1.875rem 1.25rem;
    height: 6.625rem;
  }
  .section-kv__btn .button:after {
    width: 1.125rem;
    height: 2.1875rem;
    right: 2.5rem;
  }
}
.section-kv__btn .button:first-child {
  padding: 0.5rem 0;
  line-height: 1.1875rem;
}
@media (min-width: 768px) {
  .section-kv__btn .button:first-child {
    height: 3.375rem;
  }
}
@media (max-width: 767px) {
  .section-kv__btn .button:first-child {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    height: 6.3125rem;
    line-height: 1;
  }
}
.section-kv__btn .button:last-child:after {
  transform: translateY(-50%) rotate(90deg);
}
.section-kv__btn .button:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .section-kv__btn .button:not(:last-child) {
    margin-bottom: 2.375rem;
  }
}

.section-kv__btn .button small {
  display: block;
  font-size: 0.75rem;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .section-kv__btn .button small {
    font-size: 1.25rem;
    margin-top: 0.625rem;
    font-weight: 400;
  }
}

.section-kv__link {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1.2px;
  color: var(--color-red);
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.section-kv__link a {
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: all 0.35s ease;
}
@media (min-width: 768px) {
  .section-kv__link a:hover {
    opacity: 0.7;
  }
}
.section-kv__link a span {
  display: inline-block;
  border-bottom: 1px solid;
}
.section-kv__link a:before {
  box-sizing: border-box;
  position: absolute;
  bottom: -0.375rem;
  right: -1.25rem;
  display: block;
  content: "";
  width: 0.5625rem;
  height: 1rem;
  background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/icon_arr.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .section-kv__link a:before {
    bottom: -0.75rem;
  }
}
@media (max-width: 767px) {
  .section-kv__link {
    font-size: 1.375rem;
    letter-spacing: 0;
    margin-top: 2.1875rem;
    text-align: center;
  }
  .section-kv__link a {
    padding-right: 0.625rem;
  }
  .section-kv__link a:before {
    width: 1.0625rem;
    height: 1.6875rem;
  }
}

.section-kv__slide {
  width: 35.625rem;
  position: relative;
}
@media (max-width: 767px) {
  .section-kv__slide {
    width: 39.8125rem;
    margin: 0 auto;
  }
}

.section-kv__slide .item__js picture,
.section-kv__slide .item__js picture {
  display: none;
}

.is-default .item__js .is-default,
.h_01 .item__js .h_01,
.h_02 .item__js .h_02,
.h_03 .item__js .h_03,
.h_04 .item__js .h_04,
.h_05 .item__js .h_05,
.h_06 .item__js .h_06 {
  display: block;
}

.section-kv__slide .item:focus {
  outline: none;
}

.section-kv__slide .item img {
  border-radius: 1.25rem;
}

@media (max-width: 767px) {
  .section-kv__slide .item img {
    border-radius: 0.625rem;
  }
}
.section-kv__slide .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0.125rem solid #cc0033;
  border-radius: 1.25rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .section-kv__slide .slick-list:after {
    border-radius: 0.625rem;
  }
}
.section-kv__slide .btn-slide__arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  font-size: 0;
  margin: 0;
  border: none;
}

@media (min-width: 768px) {
  .section-kv__slide .btn-slide__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 47.5%;
    transform: translateY(-50%);
    border-radius: 100%;
    border: 0.125rem solid #cc0033;
    background-color: #fff;
    width: 4.3125rem;
    height: 4.3125rem;
  }
}
@media (max-width: 767px) {
  .section-kv__slide .btn-slide__arrow {
    bottom: 0;
  }
}
.section-kv__slide .btn-slide__arrow:after {
  content: "";
  border: solid #cc0033;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.375rem;
}

@media (max-width: 767px) {
  .section-kv__slide .btn-slide__arrow:after {
    padding: 0.5rem;
  }
}
.section-kv__slide .btn-slide__arrow--prev {
  left: -2rem;
}

@media (max-width: 767px) {
  .section-kv__slide .btn-slide__arrow--prev {
    left: 11.375rem;
  }
}
.section-kv__slide .btn-slide__arrow--prev:after {
  transform: rotate(135deg) translate(-0.125rem, 0px);
}

.section-kv__slide .btn-slide__arrow--next {
  right: -2rem;
}

@media (max-width: 767px) {
  .section-kv__slide .btn-slide__arrow--next {
    right: 11.375rem;
  }
}
.section-kv__slide .btn-slide__arrow--next:after {
  transform: rotate(-45deg) translate(-1px, -0.1875rem);
}

.section-kv__slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 1.1875rem 3.25rem 0 0;
}

@media (max-width: 767px) {
  .section-kv__slide .slick-dots {
    margin: 2.4375rem 0 0;
    padding-right: 6.25rem;
  }
}
.section-kv__slide .slick-dots li {
  margin: 0 0.5rem;
  font-size: 0;
}

@media (max-width: 767px) {
  .section-kv__slide .slick-dots li {
    margin: 0 0.9375rem;
  }
}
.section-kv__slide .slick-dots li.slick-active button {
  background-color: #cc0033;
}

.section-kv__slide .slick-dots button {
  cursor: pointer;
  background-color: transparent;
  width: 0.8125rem;
  height: 0.8125rem;
  border: 2px solid #cc0033;
  border-radius: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .section-kv__slide .slick-dots button {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.section-kv__slide .btn-play {
  position: absolute;
  right: 13.25rem;
  bottom: -0.3125rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .section-kv__slide .btn-play {
    right: 13.375rem;
    bottom: -0.6875rem;
  }
}
/* lp-plan
--------------------------------------------------*/
.section-plan {
  position: relative;
  padding: 2.6875rem 0 6.0625rem;
}

@media (max-width: 767px) {
  .section-plan {
    padding: 3.75rem 0 2rem;
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .section-plan .section-anchor {
    top: -9.375rem;
  }
}
.section-plan .inner {
  padding-bottom: 3rem;
  position: relative;
}

@media (max-width: 767px) {
  .section-plan .inner {
    padding-bottom: 5rem;
  }
}
.section-plan__ttl {
  text-align: center;
  margin: 0 0 5rem;
}

@media (max-width: 767px) {
  .section-plan__ttl {
    margin-bottom: 7.125rem;
  }
}
.section-plan__ttl img {
  width: 42.5625rem;
}

@media (max-width: 767px) {
  .section-plan__ttl img {
    width: 41.9375rem;
  }
}
.section-plan__anchor {
  margin-bottom: 8.125rem;
}

.section-plan__anchor .inner {
  padding: 0;
}

@media (min-width: 768px) {
  .section-plan__anchor .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .section-plan__anchor .item {
    width: calc(33.333% - 1.688rem);
  }
}
.section-plan__anchor .item__link {
  background-color: #fff;
  border-radius: 0.5rem;
  position: relative;
  display: block;
  padding: 2.875rem 0.625rem 3.875rem;
}
@media screen and (max-width: 1048px) {
  .section-plan__anchor .item__link:hover {
    opacity: 1;
  }
}

.section-plan__anchor .item__link:before, .section-plan__anchor .item__link:after {
  content: "";
  position: absolute;
}

.section-plan__anchor .item__link:before {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #cc0033;
  height: 1.8125rem;
  border-radius: 0 0 0.5rem 0.5rem;
}

.section-plan__anchor .item__link:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0.375rem;
  bottom: 0.375rem;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}

.section-plan__anchor .item__circle {
  position: absolute;
  left: 50%;
  top: -3.125rem;
  transform: translateX(-50%);
  width: 5.5rem;
}
@media screen and (max-width: 1048px) {
  .section-plan__anchor .item__circle img {
    max-width: 99%;
  }
}

.section-plan__anchor .item__txt {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-plan__anchor .item__txt .wrap {
  line-height: 1;
}

.section-plan__anchor .item__txt--01 {
  font-weight: 700;
  color: #cc0033;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
}

.section-plan__anchor .item:nth-child(1) .item__txt--01 {
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .section-plan__anchor .item__txt--01 {
    min-height: 2.375rem;
  }
}
.section-plan__anchor .item__txt--01 .txt-en {
  font-size: 1.8125rem;
}

.section-plan__anchor .item__txt--01 .txt-resize {
  font-size: 1.0625rem;
  font-weight: 500;
}

.section-plan__anchor .item__txt--01 sup {
  font-size: 50%;
}

.section-plan__anchor .item__txt--02 {
  color: #333333;
  margin-top: 0.625rem;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1rem;
}

.section-plan__heading {
  margin: 7.25rem 0 1.8125rem;
  text-align: center;
}

@media (max-width: 767px) {
  .section-plan__heading {
    margin: 7.875rem 0 2.5rem;
  }
}
.section-plan__heading .circle {
  position: absolute;
  width: 7.3125rem;
  left: 50%;
  top: -3.8125rem;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .section-plan__heading .circle {
    width: 8.125rem;
    top: -4rem;
  }
}
.section-plan__heading .ttl {
  margin: 0;
}

@media (max-width: 767px) {
  .section-plan__heading .ttl {
    margin-inline: -2.1875rem;
  }
}
.section-plan__heading .ttl img {
  width: 32.75rem;
}

@media (max-width: 767px) {
  .section-plan__heading .ttl img {
    width: 35.0625rem;
  }
}
.section-plan__txt {
  font-size: 1.125rem;
  line-height: 1.88888889;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.section-plan__txt sup {
  font-size: 60%;
  top: -0.5em;
}

@media (min-width: 768px) {
  .section-plan__txt {
    letter-spacing: 0.12em;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-plan__txt {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.7px;
    padding-left: 1.4375rem;
    margin-bottom: 4.625rem;
  }
}
.section-plan__note {
  max-width: 64rem;
  margin: 1.5rem auto 0;
  font-size: 0.875rem;
  text-align: left;
  font-feature-settings: "palt";
}
.section-plan__note span {
  display: block;
}
.section-plan__note span:nth-child(2) {
  padding-top: 0.4375rem;
}
@media (max-width: 767px) {
  .section-plan__note span:nth-child(2) {
    padding-top: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .section-plan__note {
    font-size: 0.6875rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .section-plan__note {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}
.section-plan__banner {
  text-align: center;
  position: relative;
  margin-top: -0.3125rem;
}

@media (max-width: 767px) {
  .section-plan__banner {
    margin-top: -0.375rem;
  }
}
@media (min-width: 768px) {
  .section-plan__banner img {
    width: 64.125rem;
    transform: translateX(-2.3125rem);
  }
}
@media (max-width: 767px) {
  .section-plan__banner img {
    width: 34.25rem;
    transform: translateX(0.375rem);
  }
}
/* lp-about
--------------------------------------------------*/
.section-about {
  position: relative;
  padding: 4.25rem 0 8.625rem;
}

@media (max-width: 767px) {
  .section-about {
    padding: 4.5rem 0 4.375rem;
  }
}
@media (min-width: 768px) {
  .section-about .section-anchor {
    top: -5rem;
  }
}
.section-about .inner {
  position: relative;
}

@media (max-width: 767px) {
  .section-about .inner {
    padding: 0;
  }
}
.section-about__heading {
  text-align: center;
  margin: 7.25rem 0 0;
}

@media (max-width: 767px) {
  .section-about__heading {
    margin-bottom: 1.25rem;
    margin-top: 7.875rem;
  }
}
.section-about__heading .circle {
  position: absolute;
  width: 7.3125rem;
  left: 50%;
  top: -3.8125rem;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .section-about__heading .circle {
    width: 8.125rem;
    top: -4rem;
  }
}
.section-about__heading .ttl {
  margin: 0;
}

.section-about__heading .ttl img {
  width: 46.0625rem;
}

@media (max-width: 767px) {
  .section-about__heading .ttl img {
    width: 23.9375rem;
  }
}
.section-about__heading .txt {
  font-size: 1.125rem;
  line-height: 1.77777778;
  margin-top: 2.3125rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .section-about__heading .txt {
    font-size: 1.5rem;
    line-height: 2.08333333;
    margin-top: 2.75rem;
  }
}
.section-about__frame {
  padding: 5.625rem 5.625rem 5.25rem;
}

@media (min-width: 768px) {
  .section-about__frame {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .section-about__frame {
    padding: 2rem 2.125rem 3.125rem;
  }
}
.section-about__frame .slide-left {
  position: relative;
}

@media (min-width: 768px) {
  .section-about__frame .slide-left {
    width: 29.875rem;
    margin-top: -4px;
  }
}
.section-about__frame .slide-left__item:focus {
  outline: none;
}

.section-about__frame .slide-left .btn-play {
  position: absolute;
  z-index: 1;
  right: 9.6875rem;
  bottom: -0.4375rem;
}

@media (max-width: 767px) {
  .section-about__frame .slide-left .btn-play {
    right: 10.25rem;
    bottom: -0.8125rem;
  }
}
.section-about__frame .btn-slide__arrow {
  position: absolute;
  top: 47%;
  z-index: 1;
  cursor: pointer;
  font-size: 0;
  margin: 0;
  background-color: #fff;
  border: none;
  width: 4.125rem;
  height: 4.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 0.125rem solid #cc0033;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .section-about__frame .btn-slide__arrow {
    width: 5.5625rem;
    height: 5.5625rem;
    top: 44.5%;
    border-width: 1px;
  }
}
.section-about__frame .btn-slide__arrow:after {
  content: "";
  border: solid #cc0033;
  border-width: 0 0.1875rem 0.1875rem 0;
  display: inline-block;
  padding: 0.375rem;
}

@media (max-width: 767px) {
  .section-about__frame .btn-slide__arrow:after {
    padding: 0.5rem;
  }
}
.section-about__frame .btn-slide__arrow--prev {
  left: -2rem;
}
@media (max-width: 767px) {
  .section-about__frame .btn-slide__arrow--prev {
    left: -3.25rem;
  }
}

.section-about__frame .btn-slide__arrow--prev:after {
  transform: rotate(135deg) translate(-0.125rem, 0px);
}

.section-about__frame .btn-slide__arrow--next {
  right: -1.875rem;
}
@media (max-width: 767px) {
  .section-about__frame .btn-slide__arrow--next {
    right: -3.25rem;
  }
}

.section-about__frame .btn-slide__arrow--next:after {
  transform: rotate(-45deg) translate(-1px, -0.1875rem);
}

.section-about__frame .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0 0.625rem 0 0;
  margin: 2.125rem 0 0;
}

@media (max-width: 767px) {
  .section-about__frame .slick-dots {
    margin-top: 3.125rem;
    padding-right: 3.125rem;
  }
}
.section-about__frame .slick-dots li {
  margin: 0 0.4375rem;
  font-size: 0;
}

@media (max-width: 767px) {
  .section-about__frame .slick-dots li {
    margin: 0 0.9375rem;
  }
}
.section-about__frame .slick-dots li.slick-active button {
  background-color: #cc0033;
}

.section-about__frame .slick-dots button {
  cursor: pointer;
  background-color: transparent;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #cc0033;
  border-radius: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .section-about__frame .slick-dots button {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .section-about__frame .intro-right {
    flex: 1;
    padding-left: 5.5625rem;
    padding-top: 0.3125rem;
  }
}
@media (max-width: 767px) {
  .section-about__frame .intro-right {
    margin-top: 4.0625rem;
  }
}
.section-about__frame .intro-right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section-about__frame .intro-right__list {
  margin-bottom: 3.25rem !important;
}
@media (max-width: 767px) {
  .section-about__frame .intro-right__list {
    margin-bottom: 3.5rem !important;
  }
}

.section-about__frame .intro-right__list .item {
  display: flex;
}

.section-about__frame .intro-right__list .item:not(:last-child) {
  padding-bottom: 2.5625rem;
  border-bottom: 2px dotted #cc0033;
  margin-bottom: 2.8125rem;
}

@media (max-width: 767px) {
  .section-about__frame .intro-right__list .item:not(:last-child) {
    padding-bottom: 3.25rem;
    margin-bottom: 4.25rem;
    border-bottom-width: 1px;
  }
}
.section-about__frame .intro-right__list .item__circle {
  flex: 6.375rem 0 0;
}

@media (max-width: 767px) {
  .section-about__frame .intro-right__list .item__circle {
    flex: 7.1875rem 0 0;
  }
}
.section-about__frame .intro-right__list .item__content {
  flex: 1;
  padding-left: 1.25rem;
  margin-top: -0.375rem;
}

@media (max-width: 767px) {
  .section-about__frame .intro-right__list .item__content {
    padding-left: 1.625rem;
    margin-top: -0.25rem;
  }
}
.section-about__frame .intro-right__list .item .ttl {
  margin: 0;
  font-size: 1.625rem;
  color: #cc0033;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (min-width: 768px) {
  .section-about__frame .intro-right__list .item .ttl {
    white-space: nowrap;
  }
}
.section-about__frame .intro-right__list .item .ttl sup {
  font-size: 50%;
}

.section-about__frame .intro-right__list .item .txt {
  line-height: 1.86666667;
  margin-top: 0.5625rem;
  font-size: 0.9375rem;
  font-weight: bold;
}

.section-about__frame .intro-right__list .item .txt sup {
  font-size: 60%;
}

@media (min-width: 768px) {
  .section-about__frame .intro-right__list .item .txt {
    white-space: nowrap;
  }
  .section-about__frame .intro-right__list .item .txt.fz-16 {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .section-about__frame .intro-right__list .item .txt {
    font-size: 1.375rem;
    line-height: 1.90909091;
    margin-top: 0.75rem;
  }
}
.section-about__frame .intro-right__list .item--center {
  align-items: center;
}

.section-about__frame .intro-right__note li {
  font-size: 0.6875rem;
  line-height: 1.625rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.034em;
}
@media (max-width: 767px) {
  .section-about__frame .intro-right__note li {
    font-size: 1.25rem;
    line-height: 2.375rem;
    letter-spacing: -0.025em;
    padding-left: 0.3125rem;
  }
}

.section-about__frame .intro-right__note .color {
  color: #cc0033;
}

/* lp-campaign
--------------------------------------------------*/
.section-campaign {
  position: relative;
  padding: 2.6875rem 0 4.5rem;
}
@media (max-width: 767px) {
  .section-campaign {
    padding: 5.125rem 0 2.625rem;
  }
}

@media (min-width: 768px) {
  .section-campaign .section-anchor {
    top: -7rem;
  }
}
.section-campaign .inner {
  padding-bottom: 5.25rem;
  position: relative;
}

@media (min-width: 768px) {
  .section-campaign .inner {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-campaign .inner {
    padding-bottom: 3.8125rem;
  }
}
.section-campaign__heading {
  margin: 7.25rem 0 1.875rem;
}

@media (max-width: 767px) {
  .section-campaign__heading {
    margin: 7.875rem 0 1.5rem;
  }
}
.section-campaign__heading .circle {
  position: absolute;
  width: 7.3125rem;
  left: 50%;
  top: -3.8125rem;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .section-campaign__heading .circle {
    width: 8.125rem;
    top: -4rem;
  }
}
.section-campaign__heading .ttl {
  margin: 0;
}

@media (max-width: 767px) {
  .section-campaign__heading .ttl {
    margin: 0 -2.1875rem;
    text-align: center;
  }
}
.section-campaign__heading .ttl img {
  width: 32.0625rem;
}

@media (max-width: 767px) {
  .section-campaign__heading .ttl img {
    width: 34.625rem;
  }
}
.section-campaign__txt {
  font-size: 1.125rem;
  line-height: 1.88888889;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.14em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .section-campaign__txt sup {
    font-size: 50%;
    top: -1em;
  }
}
@media (max-width: 767px) {
  .section-campaign__txt {
    font-size: 1.25rem;
    line-height: 1.7;
    padding-left: 1.4375rem;
    letter-spacing: 0.6px;
  }
}

.section-campaign__note {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 1.125rem;
  letter-spacing: 0.1em;
  color: #000;
}
.section-campaign__note a {
  border-bottom: 1px solid #cc0033;
  color: #cc0033;
}
@media (min-width: 768px) {
  .section-campaign__note a:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .section-campaign__note {
    font-size: 1.25rem;
    margin-top: 1.375rem;
    padding-left: 1.4375rem;
    letter-spacing: 0.5px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.section-campaign__banner {
  text-align: center;
  position: relative;
  margin-top: 2.75rem;
}

@media (max-width: 767px) {
  .section-campaign__banner {
    margin: 2.25rem -2.1875rem 0;
  }
}
@media (min-width: 768px) {
  .section-campaign__banner img {
    width: 44.5rem;
  }
}
@media (max-width: 767px) {
  .section-campaign__banner img {
    width: 38rem;
  }
}
/* lp-example
--------------------------------------------------*/
.section-example {
  position: relative;
  padding: 4.0625rem 0 2.5rem;
}

@media (max-width: 767px) {
  .section-example {
    padding: 2.875rem 0 3.125rem;
  }
}
@media (min-width: 768px) {
  .section-example .section-anchor {
    top: -4.0625rem;
  }
}
.section-example .ttl-label {
  margin: -1.625rem 0 0;
}

@media (max-width: 767px) {
  .section-example .ttl-label {
    margin-top: -1.6875rem;
  }
}
.section-example .inner {
  padding: 0 7.375rem 6.8125rem;
}

@media (max-width: 767px) {
  .section-example .inner {
    padding: 0 3rem 2.9375rem;
  }
}
.section-example__ttl {
  text-align: center;
  margin: 4.1875rem 0 0;
}

@media (max-width: 767px) {
  .section-example__ttl {
    margin-top: 3.5625rem;
    margin-left: -2px;
    margin-right: -2px;
  }
}
.section-example__ttl img {
  width: 43.25rem;
}

@media (max-width: 767px) {
  .section-example__ttl img {
    width: 34.625rem;
  }
}
.section-example__slider {
  position: relative;
  border: 0.125rem dotted #cc0033;
  border-radius: 1.25rem;
  margin-top: 3.9375rem;
}

@media (min-width: 768px) {
  .section-example__slider {
    margin: 2.9375rem auto 0;
    padding: 3.375rem 0 5.0625rem;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .section-example__slider {
    padding: 3.4375rem 3.125rem 4.4375rem;
  }
}
.section-example__slider .item {
  padding: 0 3.125rem;
}

@media (min-width: 768px) {
  .section-example__slider .item {
    width: 40rem;
  }
}
@media (max-width: 767px) {
  .section-example__slider .item {
    padding: 0 1.25rem;
  }
}
.section-example__slider .item:focus {
  outline: none;
}

.section-example__slider .item a {
  display: block;
}

.section-example__slider .item__txt {
  text-align: center;
  color: #cc0033;
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: 2.6875rem;
}

@media (max-width: 767px) {
  .section-example__slider .item__txt {
    font-size: 1.5rem;
    margin-bottom: 2.625rem;
  }
}
@media (min-width: 768px) {
  .section-example__slider .slick-list {
    overflow: visible;
  }
}
.section-example__slider .btn-slide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  font-size: 0;
  margin: 0;
  border: none;
  padding: 0;
  transform: translateY(-50%);
  width: 1.6875rem;
  height: 3.375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

@media (max-width: 767px) {
  .section-example__slider .btn-slide__arrow {
    width: 1.6875rem;
    height: 3.375rem;
  }
}
.section-example__slider .btn-slide__arrow:after {
  content: "";
  display: inline-block;
}

.section-example__slider .btn-slide__arrow--prev {
  background-image: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/example_icon-left.png");
  left: 11.25rem;
}

@media (max-width: 767px) {
  .section-example__slider .btn-slide__arrow--prev {
    left: 1.25rem;
  }
}
.section-example__slider .btn-slide__arrow--next {
  background-image: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/example_icon-right.png");
  right: 11.25rem;
}

@media (max-width: 767px) {
  .section-example__slider .btn-slide__arrow--next {
    right: 1.25rem;
  }
}
.section-example__slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0 1.25rem 0 0;
  margin: 2.6875rem 0 0;
}

@media (max-width: 767px) {
  .section-example__slider .slick-dots {
    margin-top: 3.1875rem;
    padding-right: 3.1875rem;
  }
}
.section-example__slider .slick-dots li {
  margin: 0 0.4375rem;
  font-size: 0;
}

@media (max-width: 767px) {
  .section-example__slider .slick-dots li {
    margin: 0 0.9375rem;
  }
}
.section-example__slider .slick-dots li.slick-active button {
  background-color: #cc0033;
}

.section-example__slider .slick-dots button {
  cursor: pointer;
  background-color: transparent;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #cc0033;
  border-radius: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .section-example__slider .slick-dots button {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.section-example__slider .btn-play {
  position: absolute;
  z-index: 1;
  right: 27.5rem;
  bottom: 4.6875rem;
}

@media (max-width: 767px) {
  .section-example__slider .btn-play {
    right: 9.3125rem;
    bottom: 3.75rem;
  }
}
/* lp-price
--------------------------------------------------*/
.section-price {
  position: relative;
  padding: 2.5rem 0 4rem;
}
@media (min-width: 768px) {
  .section-price {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .section-price {
    padding: 4.75rem 0 2.625rem;
  }
}
@media (min-width: 768px) {
  .section-price .inner {
    padding: 0 6.125rem 8.25rem;
  }
}
@media (max-width: 767px) {
  .section-price .inner {
    padding: 0 2.125rem 2.5rem;
  }
}

@media (min-width: 768px) {
  .section-price .section-anchor {
    top: -5rem;
  }
}
.section-price .ttl-label {
  margin: -1.625rem 0 3.125rem;
}

@media (min-width: 768px) {
  .section-price .ttl-label span {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.section-price__txt {
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 3.125rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
}

@media (max-width: 767px) {
  .section-price__txt {
    font-size: 1.5rem;
    line-height: 2.08333333;
    margin-bottom: 3.75rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.section-price__img {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-price__img img {
  width: 67.5rem;
}
@media (max-width: 767px) {
  .section-price__img {
    margin-bottom: 1.75rem;
    margin-right: -4.0625rem;
    margin-left: 0.25rem;
  }
  .section-price__img img {
    width: 41.375rem;
  }
}

.section-price__note {
  font-size: 0.8125rem;
  line-height: 2.15384615;
  letter-spacing: 0.85px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 5.3125rem;
}

@media (max-width: 767px) {
  .section-price__note {
    font-size: 1.25rem;
    padding-left: 0.6875rem;
    line-height: 2;
    margin-bottom: 3.375rem;
  }
}
.section-price__rate {
  padding: 0 0.9375rem;
}

@media (max-width: 767px) {
  .section-price__rate {
    padding: 0 0.3125rem;
  }
}
.section-price__rate .ttl {
  text-align: center;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .section-price__rate .ttl {
    margin-bottom: 3.5625rem;
  }
}
.section-price__rate .ttl span {
  display: inline-block;
  border: 2px solid #cc0033;
  border-radius: 0.3125rem;
  padding: 0.875rem 1.3125rem;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #cc0033;
}

@media (max-width: 767px) {
  .section-price__rate .ttl span {
    padding: 0.75rem 2.625rem;
    font-size: 1.4375rem;
    border-width: 1px;
  }
}
.section-price__rate .image {
  margin-bottom: 2.625rem;
}

@media (min-width: 768px) {
  .section-price__rate .image {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .section-price__rate .image__item {
    width: calc(50% - 1.563rem);
  }
}
@media (max-width: 767px) {
  .section-price__rate .image__item:not(:last-child) {
    margin-bottom: 4.25rem;
  }
}
.section-price__rate .note {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .section-price__rate .note {
    font-size: 1.25rem;
  }
}

.section-price__rate .url {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .section-price__rate .url {
    margin-top: 1.125rem;
  }
}
.section-price__rate .url a {
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  border-bottom: 0.0625rem solid #333;
  padding-bottom: 0.1875rem;
  color: #333;
}
@media (max-width: 767px) {
  .section-price__rate .url a {
    font-size: 1.25rem;
    padding-bottom: 0.375rem;
  }
}

.section-price__rate .note-line {
  margin-top: 0.8125rem;
}
@media (max-width: 767px) {
  .section-price__rate .note-line {
    margin-top: 1.125rem;
  }
}
.section-price__rate .note-line span {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1.6923076923;
  display: inline-block;
  padding-bottom: 0.1875rem;
  color: #333;
}
@media (max-width: 767px) {
  .section-price__rate .note-line span {
    font-size: 1.25rem;
    padding-bottom: 0;
  }
}

.section-price__rate .function {
  margin-top: 6.625rem;
}
@media (max-width: 767px) {
  .section-price__rate .function {
    margin-top: 5.5rem;
  }
}

.section-price__rate .function__ttl {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .section-price__rate .function__ttl {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 2.3125rem;
  }
}
.section-price__rate .function__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

@media (min-width: 768px) {
  .section-price__rate .function__table {
    font-size: 1.1875rem;
    line-height: 1.78947368;
  }
}
.section-price__rate .function__table th {
  background-color: #e8e8e8;
  font-weight: bold;
  border: 1px solid #e8e8e8;
  letter-spacing: 0.05em;
  padding: 0.75rem 0.625rem;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .section-price__rate .function__table th {
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 1.0625rem 0.625rem;
  }
}
.section-price__rate .function__table th:nth-child(1) {
  width: 20.625rem;
}

@media (max-width: 767px) {
  .section-price__rate .function__table th:nth-child(1) {
    width: 11.375rem;
  }
}
.section-price__rate .function__table th:nth-child(2) {
  width: 23.5625rem;
}

@media (max-width: 767px) {
  .section-price__rate .function__table th:nth-child(2) {
    width: 13.4375rem;
  }
}
.section-price__rate .function__table th:not(:last-child) {
  border-right-color: #dfdfdf;
}

.section-price__rate .function__table td {
  padding: 0.75rem 2.1875rem;
  border-color: #dfdfdf;
  vertical-align: middle;
  font-weight: 500;
}
.section-price__rate .function__table td.rowspan6 {
  padding-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .section-price__rate .function__table td {
    font-size: 1.1875rem;
    line-height: 1.47368421;
    padding: 0.9375rem 1.125rem 1rem;
  }
  .section-price__rate .function__table td:nth-child(1) {
    padding-right: 0.625rem;
  }
  .section-price__rate .function__table td:nth-child(2) {
    text-align: center;
    letter-spacing: 1.2px;
  }
}
.section-price__rate .function__table .color {
  color: #cc0033;
  font-weight: 700;
  letter-spacing: 1px !important;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .section-price__rate .function__table .color.text-indent {
    text-align: left;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .section-price__rate .function__table .text-indent {
    text-indent: 1.875rem;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.section-price__btn {
  margin: 3.75rem auto 0;
  border: 0.125rem solid #cc0033;
  border-radius: 0.3125rem;
  padding: 4.4375rem 1.25rem 4rem;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .section-price__btn {
    max-width: 65.5rem;
  }
}
@media (max-width: 767px) {
  .section-price__btn {
    padding: 5.875rem 1.25rem 3.625rem;
    margin-top: 3.75rem;
    border: 0.125rem dotted #cc0033;
  }
}
.section-price__btn .label {
  height: 3.125rem;
  width: 100%;
  position: absolute;
  top: -1.5rem;
  left: 0;
  text-align: center;
}
.section-price__btn .label img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .section-price__btn .label {
    width: auto;
    left: -0.3125rem;
    right: -0.3125rem;
    height: 6.125rem;
  }
}
.section-price__btn .ttl {
  width: 43rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .section-price__btn .ttl {
    width: 33.8125rem;
  }
}
.section-price__btn .image {
  margin-top: 2.625rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-price__btn .image a {
    display: block;
    width: 44rem;
    margin: 0 0.875rem;
  }
}
@media (max-width: 767px) {
  .section-price__btn .image {
    margin-top: 2.4375rem;
    flex-wrap: wrap;
  }
  .section-price__btn .image a {
    display: block;
    width: 33.25rem;
  }
  .section-price__btn .image a + a {
    margin-top: 1.25rem;
  }
}
.section-price__btn_ttl2 {
  margin: 2.5rem auto 3.625rem;
  max-width: 63.25rem;
}
@media (max-width: 767px) {
  .section-price__btn_ttl2 {
    margin: 2.5rem -0.3125rem 3.125rem;
  }
}

/* lp-equipment
--------------------------------------------------*/
.section-equipment {
  position: relative;
  padding: 2.5rem 0 4.0625rem;
}
@media (min-width: 768px) {
  .section-equipment .section-anchor {
    top: -5rem;
  }
}
@media (max-width: 767px) {
  .section-equipment {
    padding: 3.3125rem 0 3.125rem;
  }
}
@media (min-width: 768px) {
  .section-equipment .inner {
    padding-bottom: 7.125rem;
  }
}
@media (max-width: 767px) {
  .section-equipment .inner {
    padding: 0 3rem 2.9375rem;
  }
}

.section-equipment .ttl-label {
  margin: -1.625rem 0 4.6875rem;
}
@media (min-width: 768px) {
  .section-equipment .ttl-label span {
    min-width: 9.375rem;
  }
}
@media (max-width: 767px) {
  .section-equipment .ttl-label {
    margin-bottom: 3.125rem;
  }
  .section-equipment .ttl-label span {
    min-width: 10rem;
  }
}

.section-equipment__box {
  border: 0.125rem dotted #cc0033;
  border-radius: 1.375rem;
  padding: 5.25rem 7.5rem 3.9375rem;
}
@media (min-width: 768px) {
  .section-equipment__box {
    max-width: 65.625rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-equipment__box {
    padding: 3.75rem 2.5rem 3rem;
    border-width: 1px;
  }
}

.section-equipment__box .img {
  display: flex;
}
@media (max-width: 767px) {
  .section-equipment__box .img {
    flex-direction: column-reverse;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .section-equipment__box .img__banner {
    flex: 18.75rem 0 0;
  }
}
@media (max-width: 767px) {
  .section-equipment__box .img__banner img {
    width: 20.125rem;
    transform: translateX(-0.25rem);
  }
}
@media (min-width: 768px) {
  .section-equipment__box .img__info {
    flex: 1;
    padding-left: 3.4375rem;
    padding-top: 1.9375rem;
  }
}
@media (max-width: 767px) {
  .section-equipment__box .img__info {
    margin-bottom: 2.8125rem;
  }
}
.section-equipment__box .img__info .ttl {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #cc0033;
}

@media (max-width: 767px) {
  .section-equipment__box .img__info .ttl {
    font-size: 1.75rem;
  }
}
.section-equipment__box .img__info .txt {
  line-height: 2.125;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.3px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .section-equipment__box .img__info .txt {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .section-equipment__box .img__info .txt {
    font-size: 1.4375rem;
    line-height: 2;
  }
}
.section-equipment__box .price {
  margin-top: 1.4375rem;
  padding-left: 0.3125rem;
}
@media (max-width: 767px) {
  .section-equipment__box .price {
    margin-top: 2.5rem;
    padding-left: 0;
    margin-right: -4rem;
  }
}
.section-equipment__box .price img {
  width: 45.9375rem;
  transform: translateX(-0.375rem);
}
@media (max-width: 767px) {
  .section-equipment__box .price img {
    width: auto;
    transform: none;
  }
}

.section-equipment__box .note {
  font-size: 0.8125rem;
  line-height: 2.15384615;
  letter-spacing: 0.7px;
  margin-top: 2.4375rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.section-equipment__box .note a {
  border-bottom: 1px solid #cc0033;
  color: #cc0033;
}
@media (min-width: 768px) {
  .section-equipment__box .note a:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .section-equipment__box .note {
    font-size: 1.25rem;
    line-height: 2.1;
    margin-top: 3.625rem;
  }
}

.section-equipment__box .link {
  margin-top: 3.375rem;
}
@media (max-width: 767px) {
  .section-equipment__box .link {
    margin-top: 2rem;
  }
}

.section-equipment__box .link a {
  border-bottom: 1px solid #cc0033;
  display: inline-block;
  padding-bottom: 0.4375rem;
  color: #cc0033;
  font-weight: 500;
  letter-spacing: 1.5px;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .section-equipment__box .link a {
    font-size: 1.375rem;
    padding-bottom: 0.375rem;
  }
}
/* lp-target
--------------------------------------------------*/
.section-target {
  position: relative;
  padding: 2.5rem 0 4.0625rem;
}
@media (max-width: 767px) {
  .section-target {
    padding: 2.8125rem 0 5.875rem;
  }
}

@media (min-width: 768px) {
  .section-target .section-anchor {
    top: -5rem;
  }
}
@media (min-width: 768px) {
  .section-target .inner {
    padding-bottom: 6.8125rem;
  }
}
@media (max-width: 767px) {
  .section-target .inner {
    padding: 0 3rem 3.75rem;
  }
}

.section-target .ttl-label {
  margin: -1.625rem 0 4.5rem;
}
@media (max-width: 767px) {
  .section-target .ttl-label {
    margin-bottom: 3.125rem;
  }
}

.section-target__box {
  margin: 0 auto;
  border: 0.125rem dotted #cc0033;
  border-radius: 1.375rem;
  padding: 2.3125rem 1.4375rem 2.75rem 4.5rem;
}
@media (min-width: 768px) {
  .section-target__box {
    max-width: 65.3125rem;
    display: flex;
  }
}
@media (max-width: 767px) {
  .section-target__box {
    padding: 2.875rem 2.5rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .section-target__box .img {
    flex: 21.4375rem 0 0;
  }
}
@media (max-width: 767px) {
  .section-target__box .img {
    text-align: center;
    margin-bottom: 2.25rem;
    padding-left: 1.875rem;
  }
  .section-target__box .img img {
    width: 21.875rem;
    transform: translateX(-1rem);
  }
}

.section-target__box .info {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .section-target__box .info {
    flex: 1;
    padding: 4.1875rem 0 0 4.5rem;
  }
}
.section-target__box .info__txt {
  line-height: 2.125;
  font-weight: 500;
}
.section-target__box .info__txt--first {
  margin-bottom: 1.75rem;
}
.section-target__box .info__txt a {
  border-bottom: 1px solid #cc0033;
  color: #cc0033;
}
@media (min-width: 768px) {
  .section-target__box .info__txt a:hover {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .section-target__box .info__txt {
    font-size: 1.25rem;
    line-height: 1.9;
  }
}
@media (max-width: 767px) {
  .section-target__box .info__txt--first {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.81818182;
    margin-bottom: 1.375rem;
  }
}
.section-target__box .info__pdf {
  display: flex;
  margin: 2.0625rem 0 2.4375rem;
}

@media (max-width: 767px) {
  .section-target__box .info__pdf {
    margin: 2.5rem 0 2.6875rem;
    padding-left: 1rem;
  }
}
.section-target__box .info__pdf:before {
  content: "";
  width: 1.25rem;
  height: 1.625rem;
  background: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/target_icon.png") no-repeat center/contain;
  display: inline-block;
  margin-right: 1.0625rem;
}

@media (max-width: 767px) {
  .section-target__box .info__pdf:before {
    width: 1.625rem;
    height: 2.125rem;
  }
}
.section-target__box .info__pdf a {
  color: #cc0033;
  font-weight: 600;
  border-bottom: 1px solid #cc0033;
  padding-bottom: 0.3125rem;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .section-target__box .info__pdf a {
    font-size: 1.25rem;
  }
}
/* lp-movie
--------------------------------------------------*/
.section-movie {
  padding: 2.5rem 0 9.125rem;
  position: relative;
}
.section-movie .ttl-label {
  margin: -1.625rem 0 3.625rem;
}
.section-movie .inner {
  padding-bottom: 4.25rem;
}
@media (max-width: 767px) {
  .section-movie {
    padding: 0 0 6rem;
  }
  .section-movie .inner {
    padding-bottom: 4rem;
  }
}

/* lp-contact
--------------------------------------------------*/
.section-contact {
  position: relative;
  padding: 6.25rem 0;
  background-color: #cc0033;
}
@media (max-width: 767px) {
  .section-contact {
    padding: 2.5rem 0;
  }
  .section-contact .section-anchor {
    top: 0;
  }
}

.section-contact .inner {
  background-color: #fff5f8;
  border-radius: 1.875rem;
  padding: 6.3125rem 7.1875rem 5rem;
}
@media (max-width: 767px) {
  .section-contact .inner {
    padding: 5rem 2.5rem 3.125rem;
  }
}

.section-contact__heading {
  margin-bottom: 3.0625rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section-contact__heading {
    margin-bottom: 3.75rem;
  }
}
.section-contact__heading .txt {
  font-size: 1.875rem;
  margin-top: 2.0625rem;
  letter-spacing: 0.05em;
  line-height: 1.925;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .section-contact__heading .txt {
    font-size: 2.125rem;
    margin-top: 3.25rem;
    line-height: 1.73529412;
    letter-spacing: 0.05em;
  }
}

.section-contact__heading .txt__color {
  color: #cc0033;
}
@media (max-width: 767px) {
  .section-contact__heading .txt__color {
    font-size: 2.625rem;
    line-height: 1.53;
    display: block;
    margin-top: 0.875rem;
  }
}

.section-contact__heading .ttl {
  margin: 0;
}

.section-contact__heading .ttl img {
  width: 51.875rem;
}

@media (max-width: 767px) {
  .section-contact__heading .ttl img {
    width: 37.25rem;
  }
}
@media (min-width: 768px) {
  .section-contact__square {
    display: flex;
    justify-content: space-between;
  }
}
.section-contact__square .item {
  background-color: #fff;
  border-radius: 1.25rem;
  border: 0.125rem dotted #cc0033;
  overflow: hidden;
  text-align: center;
  padding: 2.1875rem 1.25rem 2.875rem;
}
@media (min-width: 768px) {
  .section-contact__square .item {
    width: calc(50% - 1.875rem);
  }
  .section-contact__square .item:first-child .item__btn .button {
    padding-left: 2.0625rem;
    padding-right: 3.4375rem;
    height: 4.125rem;
    display: inline-flex;
    align-items: center;
  }
  .section-contact__square .item:last-child {
    padding-top: 3.75rem;
  }
  .section-contact__square .item:last-child .item__btn .button {
    padding: 0.8125rem 4rem 0.875rem;
  }
}
@media (max-width: 767px) {
  .section-contact__square .item {
    padding: 1.875rem 1.25rem 3.25rem;
  }
  .section-contact__square .item:not(:last-child) {
    margin-bottom: 1.9375rem;
  }
  .section-contact__square .item:last-child {
    padding-top: 3.75rem;
    padding-bottom: 2.125rem;
  }
  .section-contact__square .item:last-child .item__txt {
    margin-bottom: 1.875rem;
  }
  .section-contact__square .item:last-child .item__btn .button {
    padding: 1rem 4.625rem;
  }
}

.section-contact__square .item__logo {
  margin-bottom: 1rem;
}
.section-contact__square .item__logo img {
  width: 10.875rem;
}
@media (max-width: 767px) {
  .section-contact__square .item__logo img {
    width: 12.125rem;
  }
}

.section-contact__square .item__ttl {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 500;
  color: #cc0033;
  margin-bottom: 1.625rem;
}
@media (max-width: 767px) {
  .section-contact__square .item__ttl {
    font-size: 2.125rem;
    margin-bottom: 0.625rem;
  }
}

.section-contact__square .item__txt {
  font-size: 1.125rem;
  line-height: 1.44444444;
  margin-bottom: 1.4375rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-contact__square .item__txt {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 2.125rem;
  }
}

.section-contact__square .item__txt .note {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .section-contact__square .item__txt .note {
    font-size: 1.25rem;
  }
}

.section-contact__square .item__btn {
  text-align: center;
}
@media (max-width: 767px) {
  .section-contact__square .item__btn .button {
    padding: 1.6875rem 3.75rem 1.6875rem 2.5rem;
    font-size: 1.3125rem;
  }
  .section-contact__square .item__btn .button:after {
    width: 0.6875rem;
    height: 1rem;
    right: 1.625rem;
  }
}

.section-contact__square .item__btn .button small {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .section-contact__square .item__btn .button small {
    font-size: 0.9375rem;
  }
}

.section-contact__square .item__note {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-top: 0.6875rem;
  padding: 0 1.875rem 0 2.5rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-contact__square .item__note {
    font-size: 1.125rem;
    line-height: 1.44444444;
    padding: 0;
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif !important;
}

body {
  -webkit-tap-highlight-color: transparent;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1vw;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  padding-top: 0;
}

@media (min-width: 768px) {
  .trans {
    transition: 0.3s ease-in-out;
  }
  .trans:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
.txt-en {
  font-family: "Montserrat", sans-serif;
}

.inner {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .inner {
    max-width: 80rem;
  }
}
@media (max-width: 767px) {
  .inner {
    max-width: 41.875rem;
    padding: 0 2.1875rem;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
.animated.slide-left {
  animation: slideLeft ease 1s;
}

.animated.slide-up {
  animation: slideUp ease 1s;
}

.animated.slide-right {
  animation: slideRight ease 1s;
}

@media (max-width: 767px) {
  .page-teamsdset__main {
    overflow-x: hidden;
  }
}
.page-section-dots {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 0 0 48.125rem;
  padding: 0;
  list-style: none;
  z-index: 9;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .page-section-dots {
    margin-left: 21.5625rem;
    transform: none;
    top: 31.25rem;
  }
}
.page-section-dots .item {
  display: block;
  border-radius: 50%;
  border: 1px solid #cc0033;
  margin-bottom: 1.5625rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
}

.page-section-dots .item.is-active {
  border-width: 2px;
  width: 0.625rem;
  height: 0.625rem;
}

@media (max-width: 767px) {
  .page-section-dots .item.is-active {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
@media (max-width: 767px) {
  .page-section-dots .item {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}
.section-anchor {
  position: absolute;
  top: -3.125rem;
}
@media (max-width: 767px) {
  .section-anchor {
    top: -65px;
  }
}
.section-anchor.is-type02 {
  top: -6.5625rem;
}
@media only screen and (max-width: 767px) {
  .section-anchor.is-type02 {
    top: -105px;
  }
}

@media (min-width: 768px) {
  footer {
    /*min-width: 1260px;*/
  }
}
@media (min-width: 768px) {
  .footerInner {
    /*width: 1260px;*/
  }
}
.btn-play {
  cursor: pointer;
  width: 2.4375rem;
  height: 1.5rem;
  border: 2px solid #cc0033;
  border-radius: 62.4375rem;
  background: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/icon_play.png") #fff no-repeat center/0.5625rem;
  z-index: 1;
  transition: all 0.2s linear;
  display: inline-block;
}

@media (max-width: 767px) {
  .btn-play {
    width: 4.25rem;
    height: 2.625rem;
    border-radius: 0.625rem;
    background-size: 1rem;
  }
}
.btn-play.is-play {
  background-image: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/icon_stop.png");
}

.section-group {
  position: relative;
}

.section-use-case {
  background-color: #d11847;
  padding: 5.9375rem 0 7.4375rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section-use-case {
    padding: 4.375rem 0 4.625rem;
  }
}
.section-use-case .inner {
  position: relative;
}
@media (max-width: 767px) {
  .section-use-case .inner {
    max-width: inherit;
    padding: 0;
  }
}
.section-use-case .section__title {
  width: 49rem;
  margin: 0 auto 2.625rem;
}
@media (max-width: 767px) {
  .section-use-case .section__title {
    width: 42.125rem;
    margin-bottom: 1.875rem;
  }
}
.section-use-case .row .col {
  border-radius: 1.5rem;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .section-use-case .row .col {
    margin-bottom: 3.75rem;
    padding: 4.25rem 4rem 4.9375rem;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col {
    padding: 3.25rem 2.1875rem 3.25rem;
    margin-bottom: 3.75rem;
    width: 41.875rem;
    box-sizing: border-box;
  }
}
.section-use-case .row .col:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-use-case .row .col-text {
    width: 31.125rem;
    text-align: left;
  }
  .section-use-case .row .col-text .dl01 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--01 .subttl {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--01 h3 {
    margin-bottom: 3.875rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--01 h3 img {
    height: 6.5625rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--01 dl.dl02 {
    padding-bottom: 3.25rem;
  }
}
@media (min-width: 768px) {
  .section-use-case .row .col.col--01 dl.dl02 dd.icon {
    width: 25.0625rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--01 dl.dl02 dd.icon {
    width: 21.4375rem;
  }
}
@media (min-width: 768px) {
  .section-use-case .row .col.col--02 .subttl {
    margin-bottom: 1.6875rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--02 .subttl {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 768px) {
  .section-use-case .row .col.col--02 h3 {
    margin-bottom: 3.875rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--02 h3 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--02 h3 img {
    height: 2.5625rem;
  }
}
@media (min-width: 768px) {
  .section-use-case .row .col.col--02 dl.dl02 {
    padding-bottom: 2.375rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--02 dl.dl02 {
    padding-bottom: 2.125rem;
  }
}
.section-use-case .row .col.col--02 dl.dl02 dd.note {
  font-size: 0.6875rem;
  margin-top: 1.1875rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--02 dl.dl02 dd.note {
    font-size: 1.125rem;
    margin-top: 1.75rem;
  }
}
@media (min-width: 768px) {
  .section-use-case .row .col.col--02 dl.dl02 dd.icon {
    width: 25.125rem;
    margin-top: 1.5625rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--02 dl.dl02 dd.icon {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .section-use-case .row .col.col--03 .subttl {
    margin-bottom: 1.625rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--03 .subttl {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .section-use-case .row .col.col--03 h3 {
    margin-bottom: 3.9375rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--03 h3 {
    margin-bottom: 5.125rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--03 h3 img {
    height: 6.875rem;
  }
}
@media (min-width: 768px) {
  .section-use-case .row .col.col--03 dl.dl02 {
    padding-bottom: 3.25rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--03 dl.dl02 {
    padding-bottom: 3.625rem;
  }
}
@media (min-width: 768px) {
  .section-use-case .row .col.col--03 dl.dl02 dd {
    margin-top: -0.0625rem;
  }
}
@media (min-width: 768px) {
  .section-use-case .row .col.col--03 dl.dl02 dd.icon {
    width: 25.125rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col.col--03 dl.dl02 dd.icon {
    margin-top: 3rem;
  }
}
.section-use-case .row .col .subttl {
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #cc0033;
  height: 2.5625rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.1875rem;
  margin-bottom: 1.8125rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .section-use-case .row .col .subttl {
    padding: 0 0.9375rem;
  }
}
.section-use-case .row .col .subttl span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 2.5625rem;
}
.section-use-case .row .col .subttl span.case {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .section-use-case .row .col .subttl span.case {
    position: relative;
    bottom: -0.125rem;
  }
}
.section-use-case .row .col .subttl span.num {
  font-size: 2.125rem;
  letter-spacing: 0.125em;
  margin-inline: 0.75rem 0.8125rem;
  position: relative;
  top: -0.0625rem;
}
.section-use-case .row .col h3 {
  margin: 0 0 3.75rem;
}
@media (max-width: 767px) {
  .section-use-case .row .col h3 {
    margin-bottom: 4.375rem;
  }
}
.section-use-case .row .col h3 img {
  width: auto;
  max-width: inherit;
}
@media (min-width: 768px) {
  .section-use-case .row .col h3 img {
    height: 6.75rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col h3 img {
    height: 7rem;
  }
}
.section-use-case .row .col dl {
  padding: 0 3.1875rem 2.0625rem;
  background-color: #f2f2f2;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .section-use-case .row .col dl {
    padding: 0 1.875rem 2.8125rem;
  }
}
.section-use-case .row .col dl.dl01 {
  position: relative;
  min-height: 14.3125rem;
}
@media (max-width: 767px) {
  .section-use-case .row .col dl.dl01 {
    min-height: 11.5rem;
  }
}
.section-use-case .row .col dl.dl01:after {
  content: "";
  width: 11.125rem;
  height: 2.625rem;
  position: absolute;
  bottom: 5.9375rem;
  right: -9.9375rem;
  background: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/use-care_arrow.png") center no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .section-use-case .row .col dl.dl01:after {
    width: 2.625rem;
    height: 4.8125rem;
    bottom: -3.375rem;
    margin-left: auto;
    margin-right: auto;
    left: 0.875rem;
    right: 0;
    background: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/use-care_arrow-sp.png") center no-repeat;
    background-size: 100%;
  }
}
.section-use-case .row .col dl.dl02 {
  margin-top: 1.5625rem;
  background-color: transparent;
  border: 1px solid #cc0033;
}
@media (min-width: 768px) {
  .section-use-case .row .col dl.dl02 {
    min-height: 9.375rem;
    padding-bottom: 3.3125rem;
    padding-left: 4.4375rem;
    padding-right: 4.4375rem;
    width: 34rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col dl.dl02 {
    margin-top: 6.875rem;
    padding-bottom: 4.375rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.section-use-case .row .col dl.dl02 dt span {
  background-color: #cc0033;
}
@media (min-width: 768px) {
  .section-use-case .row .col dl.dl02 dt {
    top: -1.5625rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col dl.dl02 dt {
    top: -1.5rem;
    left: 0.625rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section-use-case .row .col dl.dl02 dd {
    margin-top: 0rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col dl.dl02 dd {
    margin-top: 0;
  }
}
.section-use-case .row .col dl.dl02 dd span {
  color: #cc0033;
  font-weight: bold;
}
.section-use-case .row .col dl.dl02 dd.icon {
  margin-left: auto;
  margin-right: auto;
}
.section-use-case .row .col dl.dl02 dd.icon img {
  width: 100%;
}
@media (min-width: 768px) {
  .section-use-case .row .col dl.dl02 dd.icon {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .section-use-case .row .col dl.dl02 dd.icon {
    width: 21.4375rem;
    margin-top: 2.25rem;
  }
}
.section-use-case .row .col dl dt {
  position: relative;
  top: -1.1875rem;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-use-case .row .col dl dt {
    top: -1.625rem;
  }
}
.section-use-case .row .col dl dt span {
  background-color: #5b5b5b;
  display: inline-block;
  width: 6.5rem;
  line-height: 2.5625rem;
  color: #fff;
}
@media (max-width: 767px) {
  .section-use-case .row .col dl dt span {
    line-height: 2.625rem;
  }
}
.section-use-case .row .col dl dd {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  text-align: left;
  color: #333333;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .section-use-case .row .col dl dd {
    margin-top: 0.125rem;
    font-size: 1.3125rem;
  }
  .section-use-case .row .col dl dd br {
    display: none;
  }
}

/* lp-tabbodys__movie */
.lp-tabbodys__movie {
  width: calc(100% - 2.5rem);
  max-width: 58.75rem;
  margin: 0 auto 0;
  position: relative;
}

.lp-tabbodys__movie__block {
  position: relative;
}

.lp-tabbodys__movie__block__comingsoon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  transform: translateY(-50%);
  text-align: center;
}

.lp-tabbodys__movie__block__element {
  overflow: hidden;
  height: auto;
  aspect-ratio: 25/14;
  border-radius: 1.25rem;
  background-color: #bcbcbc;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.lp-tabbodys__movie__block__element > * {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lp-tabbodys__movie__block__txt {
  margin-top: 3rem;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  color: #111111;
}
.lp-tabbodys__movie__block__txt span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}
.lp-tabbodys__movie__block__txt span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 4px;
  background: url("/content/dam/nttcom/hq/jp/business/lp/oslp/mons/img/border_dotted.png");
}

@media (max-width: 767px) {
  .lp-tabbodys__movie {
    display: block;
    width: auto;
    max-width: none;
  }
  .lp-tabbodys__movie__block + .lp-tabbodys__movie__block {
    margin-top: 1.25rem;
  }
  .lp-tabbodys__movie__block__comingsoon {
    font-size: 1.25rem;
  }
  .lp-tabbodys__movie__block__txt {
    margin-top: 1.25rem;
    font-size: 1.75rem;
  }
  .lp-tabbodys__movie__block__comingsoon {
    font-size: 0.9375rem;
  }
}
/* lp-lineup
--------------------------------------------------*/
.lp-container {
  /* lp-lineup__list */
}
.lp-container .lp-lineup {
  padding: 5.5rem 0 9rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 2px;
  position: relative;
}
.lp-container .lp-lineup__title {
  font-family: "Montserrat", sans-serif !important;
  margin: 0 auto 1.375rem;
  padding: 0.625rem 0.625rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 500;
  text-align: center;
  background-color: var(--color-red);
  border-radius: 4px;
  position: absolute !important;
  top: -1.625rem;
  left: 50%;
  margin-left: -4.6875rem;
  width: 9.375rem;
  white-space: nowrap;
}
.lp-container .lp-lineup__lead {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  color: #000;
}
.lp-container .lp-lineup__lead sup {
  font-size: 0.7em;
  font-weight: 700;
}
.lp-container .lp-lineup__caps01 {
  margin: 0.5625rem 0 2.125rem;
  font-size: 1rem;
  text-align: center;
  color: #000;
}
.lp-container .lp-lineup__blow {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 1.5rem;
  color: var(--color-red);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}
.lp-container .lp-lineup__blow:not(.is-en)::before,
.lp-container .lp-lineup__blow:not(.is-en)::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 3px;
  height: 2.375rem;
  background-color: var(--color-red);
  margin-top: -0.5em;
}
.lp-container .lp-lineup__blow::before {
  left: 0;
  transform: rotate(-27deg);
}
.lp-container .lp-lineup__blow::after {
  right: 0;
  transform: rotate(27deg);
}
.lp-container .lp-lineup__sub {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 1.875rem;
  color: var(--color-red);
  font-size: 2.625rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.lp-container .lp-lineup__sub span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #FFFFA3 0%) repeat scroll;
}
@media (max-width: 767px) {
  .lp-container .lp-lineup {
    padding: 4.25rem 0 12.75rem;
  }
  .lp-container .lp-lineup__title {
    font-size: 1.75rem;
    border-radius: 0.3125rem;
    margin-bottom: 2.25rem;
    margin-left: -5.0625rem;
    width: 10.125rem;
  }
  .lp-container .lp-lineup__lead {
    font-size: 1.75rem;
  }
  .lp-container .lp-lineup__lead sup {
    font-size: 0.7em;
  }
  .lp-container .lp-lineup__caps01 {
    margin: 1.25rem 0 2.875rem;
    font-size: 1.25rem;
  }
  .lp-container .lp-lineup__blow {
    padding: 0 1.75rem;
    font-size: 2.125rem;
    letter-spacing: 0;
  }
  .lp-container .lp-lineup__blow:not(.is-en)::before,
  .lp-container .lp-lineup__blow:not(.is-en)::after {
    height: 2.3125rem;
    margin-top: -1rem;
  }
  .lp-container .lp-lineup__sub {
    padding: 0.5625rem 0.9375rem 0;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 480px) {
  .lp-container .lp-lineup__sub {
    font-size: 2.25rem;
  }
}
.lp-container .lp-lineup__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 83.75rem;
  margin: 0 auto 6.125rem;
  list-style: none;
  padding: 1.75rem 0 0;
}
.lp-container .lp-lineup__list__li {
  width: 25rem;
  margin: 2.6875rem 1.25rem 0;
}
@media (max-width: 767px) {
  .lp-container .lp-lineup__list {
    margin: 0.75rem 2.125rem 5.125rem;
  }
  .lp-container .lp-lineup__list__li {
    box-sizing: border-box;
    width: 50%;
    margin: 1.875rem 0 0;
    padding: 0 0.5rem;
  }
}
.lp-container .lp-lineup__download {
  padding: 3.5rem 0 5.375rem;
  position: relative;
  width: calc(100% - 2.5rem);
  max-width: 80rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1.875rem;
}
.lp-container .lp-lineup__download > * {
  position: relative;
  z-index: 2;
}
.lp-container .lp-lineup__download__blow {
  position: relative;
  display: table;
  margin: 0 auto 2rem;
  padding: 0 2.125rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  color: #000;
}
.lp-container .lp-lineup__download__blow:not(.is-en)::before,
.lp-container .lp-lineup__download__blow:not(.is-en)::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 3px;
  height: 2.125rem;
  background-color: #000;
  margin-top: -0.7em;
}
.lp-container .lp-lineup__download__blow::before {
  left: 0;
  transform: rotate(-27deg);
}
.lp-container .lp-lineup__download__blow::after {
  right: 0;
  transform: rotate(27deg);
}
.lp-container .lp-lineup__download__img {
  max-width: 29.5rem;
  width: 90%;
  margin: 0 auto 2.75rem;
}
.lp-container .lp-lineup__download__text {
  padding: 0 1.25rem;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  color: #000;
}
.lp-container .lp-lineup__download__text strong {
  color: var(--color-red);
  font-size: 1.25em;
}
.lp-container .lp-lineup__download__btn {
  display: flex;
  justify-content: center;
}
.lp-container .lp-lineup__download__btn__anchor {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 43.875rem;
  min-height: 6.0625rem;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: var(--color-red);
  border-radius: 0.625rem;
}
.lp-container .lp-lineup__download__btn__anchor:hover, .lp-container .lp-lineup__download__btn__anchor:visited {
  color: #fff;
}
.lp-container .lp-lineup__download__btn__anchor:before {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 2rem;
  display: block;
  content: "";
  width: 0.75rem;
  height: 1rem;
  margin-top: -0.5rem;
  background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/icon_arr-white.svg) no-repeat center/contain;
}
.lp-container .lp-lineup__download__btn__anchor > * {
  position: relative;
  z-index: 2;
}
.lp-container .lp-lineup__download__btn__text::before {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  margin-top: -0.375rem;
  border-right: var(--color-red) solid 0.1875rem;
  border-top: var(--color-red) solid 0.1875rem;
  transform: rotate(45deg);
}
.lp-container .lp-lineup__download__btn__icon {
  position: absolute;
  bottom: 0.875rem;
  left: 3.4375rem;
  width: 14.125rem;
  line-height: 0;
}
.lp-container .lp-lineup__download__btn__text {
  position: relative;
  padding: 0 3.4375rem 0 19.375rem;
  color: var(--color-red);
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lp-container .lp-lineup__download {
    padding: 3.375rem 0 4.5rem;
    max-width: 41.875rem;
  }
  .lp-container .lp-lineup__download__text {
    padding: 0 0.625rem;
    font-size: 1.75rem;
    line-height: 1.4;
  }
  .lp-container .lp-lineup__download__text strong {
    margin-bottom: 1rem;
    display: inline-block;
  }
  .lp-container .lp-lineup__download__blow {
    margin-bottom: 1.875rem;
    padding: 0 2.375rem;
    font-size: 1.8125rem;
  }
  .lp-container .lp-lineup__download__blow:not(.is-en)::before,
  .lp-container .lp-lineup__download__blow:not(.is-en)::after {
    width: 0.125rem;
    height: 2.5rem;
    margin-top: -1rem;
  }
  .lp-container .lp-lineup__download__blow::before {
    left: 0;
    transform: rotate(-25deg);
  }
  .lp-container .lp-lineup__download__blow::after {
    right: 0;
    transform: rotate(25deg);
  }
  .lp-container .lp-lineup__download__img {
    max-width: 30.625rem;
    margin-bottom: 2.5rem;
  }
  .lp-container .lp-lineup__download__btn__text::before {
    right: 1.5625rem;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    border-width: 2px;
  }
  .lp-container .lp-lineup__download__btn__anchor {
    font-size: 1.625rem;
    min-height: 5.3125rem;
    letter-spacing: 3px;
    width: 33.125rem;
  }
  .lp-container .lp-lineup__download__btn__anchor:before {
    right: 3.125rem;
  }
  .lp-container .lp-lineup__download__btn__icon {
    position: static;
    width: 80%;
    max-width: 13.125rem;
    margin: 0 auto;
  }
  .lp-container .lp-lineup__download__btn__text {
    width: 100%;
    padding: 0.9375rem 0;
    text-align: center;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 480px) {
  .lp-container .lp-lineup__download__text {
    font-size: 1.625rem;
  }
}

/* lp-shindan
--------------------------------------------------*/
.lp-container {
  /* lp-shindan__board */
  /* lp-shindan__question */
  /* lp-shindan__answer */
  /* shidan anime css */
}
.lp-container .lp-shindan {
  position: relative;
  padding: 0 0 5.25rem;
  background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/bg02.jpg) repeat center top;
  z-index: 2;
}
.lp-container .lp-shindan__blow {
  position: relative;
  top: -2.25rem;
  width: calc(100% - 3.125rem);
  max-width: 50rem;
  padding: 1.375rem 0.625rem;
  margin: 0 auto 3rem;
  color: #fff;
  font-size: 2.9375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.46;
  background-color: var(--color-red);
  border-radius: 2.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
.lp-container .lp-shindan__blow::before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: var(--color-red) solid 1.875rem;
  border-left: transparent solid 1.875rem;
  border-right: transparent solid 1.875rem;
  transform: translateX(-50%);
}
.lp-container .lp-shindan__title {
  margin: 0 0 8.625rem;
  color: var(--color-red);
  font-size: 3.3125rem;
  font-weight: 700;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .lp-container .lp-shindan {
    padding: 5rem 0 6.25rem;
  }
  .lp-container .lp-shindan__blow {
    top: -10.875rem;
    padding: 1.9375rem 0.625rem;
    max-width: 41.875rem;
    margin-bottom: -7.625rem;
    font-size: 2.625rem;
  }
  .lp-container .lp-shindan__title {
    margin-bottom: 7.625rem;
    font-size: 3.125rem;
    line-height: 1.5;
  }
}
.lp-container .lp-shindan__board {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 3.125rem);
  max-width: 80rem;
  margin: 0 auto;
  padding: 5rem 0.8125rem 6.5rem;
  border: var(--color-red) solid 3px;
  border-radius: 1.25rem;
  background-color: #fff;
}
.lp-container .lp-shindan__board__body {
  position: relative;
  overflow: hidden;
}
.lp-container .lp-shindan__board__icon {
  width: 11.5625rem;
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 0;
  transform: translate(-50%, -83%);
}
@media (max-width: 767px) {
  .lp-container .lp-shindan__board {
    padding: 4.25rem 2.125rem 5.5rem;
    border-width: 2px;
    max-width: 41.875rem;
  }
  .lp-container .lp-shindan__board__icon {
    width: 11.125rem;
  }
}
.lp-container .lp-shindan__question {
  width: 100%;
}
.lp-container .lp-shindan__question__label {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto 1.375rem;
  color: var(--color-red);
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: var(--color-red) solid 2px;
  border-radius: 50%;
}
.lp-container .lp-shindan__question__title {
  margin-bottom: 3.625rem;
  font-size: 2.75rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.lp-container .lp-shindan__question__qbtns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem 2.5rem;
  max-width: 47.5rem;
  margin: 0 auto;
}
.lp-container .lp-shindan__question__qbtns__anchor {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.375rem;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  background: #999999;
  border: none;
  border-radius: 1.25rem;
  outline: none;
  appearance: none;
  cursor: pointer;
  transition: background-color 0.2s;
}
.lp-container .lp-shindan__question__qbtns__anchor::before,
.lp-container .lp-shindan__question__qbtns__anchor::after {
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: "";
  top: 0.75rem;
  left: 0.75rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  transition: opacity 0.2s;
}
.lp-container .lp-shindan__question__qbtns__anchor::before {
  background: #fff;
  z-index: 1;
}
.lp-container .lp-shindan__question__qbtns__anchor::after {
  background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/mons/img/icon_check.svg) no-repeat center center/60% auto;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .lp-container .lp-shindan__question__label {
    width: 7.5rem;
    height: 7.5rem;
    font-size: 3.125rem;
    margin-bottom: 2.375rem;
  }
  .lp-container .lp-shindan__question__title {
    margin-bottom: 3.875rem;
    font-size: 2.5rem;
  }
  .lp-container .lp-shindan__question__qbtns {
    gap: 1.25rem 1.25rem;
  }
  .lp-container .lp-shindan__question__qbtns__anchor {
    min-height: 12.5rem;
    font-size: 2rem;
  }
  .lp-container .lp-shindan__question__qbtns__anchor::before,
  .lp-container .lp-shindan__question__qbtns__anchor::after {
    top: 0.75rem;
    left: 0.75rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.lp-container .lp-shindan__answer__lead {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.48;
  text-align: center;
}
.lp-container .lp-shindan__answer__border {
  margin: 0.625rem 0 0.625rem;
  text-align: center;
  line-height: 0;
}
.lp-container .lp-shindan__answer__title {
  margin-bottom: 3.4375rem;
  margin-top: 0;
  color: var(--color-red);
  font-size: 2.9375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.lp-container .lp-shindan__answer__title span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #F5CCD6 0%) repeat scroll;
}
.lp-container .lp-shindan__answer__catch {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-container .lp-shindan__answer__catch__image {
  width: 51.0496183206%;
  text-align: right;
}
.lp-container .lp-shindan__answer__catch__image img {
  width: 24.25rem;
}
.lp-container [data-nextblock=a1] .lp-shindan__answer__catch__image img {
  width: 60.3125%;
}
.lp-container [data-nextblock=a2] .lp-shindan__answer__catch__image img {
  width: 62.96875%;
}
.lp-container [data-nextblock=a3] .lp-shindan__answer__catch__image img {
  width: 80.9375%;
}
.lp-container [data-nextblock=a4] .lp-shindan__answer__catch__image img {
  width: 60.3125%;
}
.lp-container [data-nextblock=a5] .lp-shindan__answer__catch__image img {
  width: 56.40625%;
}
.lp-container .lp-shindan__answer__catch__letters {
  box-sizing: border-box;
  width: 48.9503816794%;
  padding-left: 2.5rem;
  font-size: 2rem;
  font-weight: 700;
}
.lp-container .lp-shindan__answer__catch__letters strong {
  color: var(--color-red);
}
.lp-container .lp-shindan__answer__btns {
  margin-top: 1.375rem;
}
.lp-container .lp-shindan__answer__btns__blow {
  position: relative;
  display: table;
  margin: 0 auto 1.5625rem;
  padding: 0 1.875rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
.lp-container .lp-shindan__answer__btns__blow:not(.is-en)::before,
.lp-container .lp-shindan__answer__btns__blow:not(.is-en)::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 3px;
  height: 1.5em;
  background-color: #000;
  margin-top: -0.65em;
}
.lp-container .lp-shindan__answer__btns__blow::before {
  left: 0;
  transform: rotate(-25deg);
}
.lp-container .lp-shindan__answer__btns__blow::after {
  right: 0;
  transform: rotate(25deg);
}
.lp-container .lp-shindan__answer__btns__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lp-container .lp-shindan__answer__btns__list .lp-shindan__answer__btns__anchor {
  margin: 0 1.25rem;
}
.lp-container .lp-shindan__answer__btns__anchor {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 17.1875rem;
  min-height: 4.375rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.4375rem;
  font-weight: 500;
  text-decoration: none;
  background-color: var(--color-red);
  border: var(--color-red) solid 1px;
  border-radius: 0.625rem;
}
.lp-container .lp-shindan__answer__btns__anchor.mw-342 {
  cursor: pointer;
}
@media (min-width: 768px) {
  .lp-container .lp-shindan__answer__btns__anchor.mw-342 {
    max-width: 21.375rem;
  }
}
.lp-container .lp-shindan__answer__btns__txt {
  position: relative;
  display: block;
  padding-right: 2.8125rem;
}
.lp-container .lp-shindan__answer__btns__txt::before {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  margin-top: -4px;
  border-top: #fff solid 1px;
  border-right: #fff solid 1px;
  transform: rotate(45deg);
}
.lp-container .lp-shindan__answer__btns__anchor.is-white {
  color: var(--color-red);
  background-color: #fff;
}
.lp-container .is-white .lp-shindan__answer__btns__txt {
  padding-right: 2.1875rem;
}
.lp-container .is-white .lp-shindan__answer__btns__txt::before {
  border-color: var(--color-red);
}
.lp-container .lp-shindan__answer__btns-back {
  width: 10.75rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  margin: 1.5625rem auto 0;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: opacity var(--page-transition-duration);
}
@media (min-width: 768px) {
  .lp-container .lp-shindan__answer__btns-back:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .lp-container .lp-shindan__answer__lead {
    font-size: 1rem;
  }
  .lp-container .lp-shindan__answer__border {
    margin: 0.625rem 0.5rem 1.25rem;
  }
  .lp-container .lp-shindan__answer__title {
    margin-bottom: 1.25rem;
    font-size: 1.3125rem;
  }
  .lp-container .lp-shindan__answer__catch {
    display: block;
  }
  .lp-container .lp-shindan__answer__catch__image {
    width: auto;
    margin: 0 0.9375rem 1.25rem;
    text-align: center;
  }
  .lp-container .lp-shindan__answer__catch__image img {
    width: 100%;
  }
  .lp-container [data-nextblock=a1] .lp-shindan__answer__catch__image img,
  .lp-container [data-nextblock=a2] .lp-shindan__answer__catch__image img,
  .lp-container [data-nextblock=a3] .lp-shindan__answer__catch__image img,
  .lp-container [data-nextblock=a4] .lp-shindan__answer__catch__image img,
  .lp-container [data-nextblock=a5] .lp-shindan__answer__catch__image img {
    width: auto;
  }
  .lp-container .lp-shindan__answer__catch__letters {
    width: 100%;
    padding-left: 0;
    font-size: 1rem;
    text-align: center;
  }
  .lp-container .lp-shindan__answer__catch__letters strong {
    color: var(--color-red);
  }
  .lp-container .lp-shindan__answer__btns {
    margin-top: 2.1875rem;
  }
  .lp-container .lp-shindan__answer__btns__blow {
    margin-bottom: 0.9375rem;
    padding: 0 0.9375rem;
    font-size: 0.8125rem;
  }
  .lp-container .lp-shindan__answer__btns__blow:not(.is-en)::before,
  .lp-container .lp-shindan__answer__btns__blow:not(.is-en)::after {
    width: 2px;
  }
  .lp-container .lp-shindan__answer__btns__list {
    display: block;
  }
  .lp-container .lp-shindan__answer__btns__list .lp-shindan__answer__btns__anchor {
    margin: 0 auto;
  }
  .lp-container .lp-shindan__answer__btns__list .lp-shindan__answer__btns__anchor + .lp-shindan__answer__btns__anchor {
    margin-top: 0.625rem;
  }
  .lp-container .lp-shindan__answer__btns__anchor {
    max-width: 14.375rem;
    min-height: 2.8125rem;
    font-size: 0.9375rem;
    border-radius: 5px;
  }
  .lp-container .lp-shindan__answer__btns__txt {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .lp-container .lp-shindan__answer__btns__txt::before {
    right: 0.9375rem;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -4px;
  }
  .lp-container .is-white .lp-shindan__answer__btns__txt {
    padding-right: 0;
  }
}
.lp-container .lp-shindan__actionbox {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
}
.lp-container .lp-shindan__actionbox.is-show,
.lp-container .lp-shindan__actionbox.is-nextshow {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.lp-container .lp-shindan__actionbox.is-onpos {
  position: static;
}
.lp-container .lp-shindan__actionbox.is-nextshow {
  transition: opacity 0.5s 1.2s, visibility 0.5s 1.2s, transform 0.5s 1.2s, position 0s 1.2s;
}
.lp-container .lp-shindan__question__qbtns__anchor.is-check {
  background-color: var(--color-red);
}
.lp-container .lp-shindan__question__qbtns__anchor.is-check::after {
  opacity: 1;
}
.lp-container .lp-shindan__actionbox.is-hide {
  /* position: absolute; */
  top: 0;
  left: 0;
  transition: opacity 0.5s 0.5s, visibility 0.5s 0.5s, transform 0.5s 0.5s;
  transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
}
.lp-container .lp-shindan__actionbox.is-hide * {
  pointer-events: none;
}

.section-bottom {
  padding: 3.625rem 0 4.875rem;
}
@media (max-width: 767px) {
  .section-bottom {
    padding: 3.125rem 0 1.25rem;
  }
}
@media (min-width: 768px) {
  .section-bottom .inner {
    max-width: 65.625rem;
  }
}
@media (max-width: 767px) {
  .section-bottom .inner {
    padding: 0 1.25rem 0 2.875rem;
  }
}

.section-bottom__txt p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.375;
}
@media (max-width: 767px) {
  .section-bottom__txt p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.section-bottom__txt p:not(:last-child) {
  margin-bottom: 1.125rem;
}
@media (max-width: 767px) {
  .section-bottom__txt p:not(:last-child) {
    margin-bottom: 2.125rem;
  }
}

@media (min-width: 768px) {
  .section-bottom__txt p.note {
    font-size: 0.875rem;
  }
}

.section-bottom__txt u {
  text-decoration: none;
  border-bottom: 0.0625rem solid #333;
  padding-bottom: 0.3125rem;
}

.section-bottom__txt a {
  color: #333;
}

.lp-container .lp-lineup {
  background-color: #ffecf1;
}

/*# sourceMappingURL=style.css.map */



/*--------------------------------------
	2025.05
	ピンク背景
--------------------------------------*/
.lp-tabbodys__group_bottom ul,
.lp-tabbodys__group_bottom li{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    list-style-type: none;
}

.lp-container .lp-tabbodys__group_bottom {
    /*margin-top: 6.25rem;*/
    background: #ffecf1;
    padding: 6.25rem 0;
}
@media (min-width: 768px) {
    .lp-container .lp-tabbodys__group--price01 .lp-tabbodys__group_bottom {
        margin-top: 7.75rem;
    }
}
.lp-container .lp-tabbodys__group--price01 .inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.lp-container .lp-tabbodys__group_bottom .inner {
    background: #fff;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    border-radius: 1.875rem;
}
.lp-container .lp-parts__ctabtnslead {
    margin-bottom: 2.3125rem;
    text-align: center;
}
.lp-container .lp-parts__ctabtnslead {
    margin-bottom: 2.3125rem;
    text-align: center;
}
.lp-container * {
    font-family: var(--page-default-fontfamily);
    min-height: 0%;
    /* word-break: break-all; */
    word-wrap: break-word;
    word-break: break-word;
}
.lp-container .lp-parts__ctabtnslead img {
    width: 67.8125rem;
    margin: 0 auto;
}
.lp-container .lp-parts__ctabtns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0.3125rem;
}
@media (max-width: 767px) {
    .lp-container .lp-parts__ctabtns {
        padding: 0;
        max-width: 33.125rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.lp-container .lp-parts__ctabtns__li {
    width: 100%;
    max-width: 27.5rem;
}
@media (max-width: 767px) {
    .lp-container .lp-parts__ctabtns__li {
        margin: 0;
        max-width: none;
    }
}
@media (max-width: 767px) {
    .lp-container .lp-parts__ctabtns__li + .lp-parts__ctabtns__li {
        margin-top: 1.25rem;
    }
}

@media (min-width: 768px) {
    .lp-container .lp-parts__ctabtns__li--03 {
        max-width: 22.5rem;
    }
}
.lp-container .lp-parts__ctabtns__anchor {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 6.0625rem;
    color: #fff;
    font-size: 1.625rem;
    font-weight: 700;
    text-decoration: none;
    background-color: var(--color-red);
    border-radius: 0.625rem;
    cursor: pointer;
}
@media (max-width: 767px) {
    .lp-container .lp-parts__ctabtns__anchor {
        max-width: 33.125rem;
        min-height: 5.3125rem;
        font-size: 1.625rem;
        border-radius: 0.375rem;
    }
}

@media (min-width: 768px) {
    .lp-container .lp-parts__ctabtns__li--03 .lp-parts__ctabtns__anchor {
        min-height: 4.6875rem;
        font-size: 1.375rem;
    }
}
.lp-container .lp-parts__ctabtns__anchor:before {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 1.875rem;
    display: block;
    content: "";
    width: 0.8125rem;
    height: 1.1875rem;
    margin-top: -0.625rem;
    background: url(/concontent/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/202505/icon-ar-white.png) no-repeat center center/100%;
}
@media (max-width: 767px) {
    .lp-container .lp-parts__ctabtns__anchor:before {
        width: 0.6875rem;
        height: 1.0625rem;
        right: 2.5rem;
        margin-top: -0.5rem;
        border-width: 0.125rem;
    }
}
.lp-container .lp-parts__ctabtns__anchor.is-white {
    color: var(--color-red);
    background-color: #fff;
    border: var(--color-red) solid 0.125rem;
}
.lp-container .lp-parts__ctabtns__anchor.is-white:before {
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/202505/icon-ar-red.png);
}
@media (min-width: 768px) {
    .lp-container .lp-parts__ctabtns__li--03 .lp-parts__ctabtns__anchor:before {
        width: 0.625rem;
        height: 0.9375rem;
        margin-top: -0.4375rem;
    }
}
@media (min-width: 768px) {
    .lp-container .lp-parts__ctabtns__li--03 {
        max-width: 22.5rem;
    }
}
@media (min-width: 768px) {
    .lp-container .lp-parts__ctabtns__li:nth-child(2) {
        margin-left: 2.5rem;
    }
}
@media (min-width: 768px) {
    .lp-container .lp-parts__ctabtns__li--03:nth-child(n+2) {
        margin-left: 1.625rem;
    }
}
@media (min-width: 768px) {
    .lp-container .lp-parts__ctabtns__li--03 .lp-parts__ctabtns__anchor {
        min-height: 4.6875rem;
        font-size: 1.375rem;
    }
}
/*注釈*/
.lp-tabbodys__group_bottom .lp-parts__notes {
    font-size: 1rem;
    margin: 2em 5em 0;
}
@media (max-width: 767px) {
    .lp-tabbodys__group_bottom .lp-parts__notes {
        font-size: 1rem;
        margin: 2em 0 0;
    }
}

/**/
.notes{
  width:100% !important;
  max-width: 80rem !important;
  font-size:1rem !important;
  text-align:right;
  padding-top:10px !important;
  margin:0 auto;
}
@media (max-width: 750px) {
  .notes{
    padding:10px 2.5rem 0 !important;
  }
}
.notes a{
  color: #333 !important;
  text-decoration: none;
  border-bottom: 0.0625rem solid #333;
  padding-bottom: 0.3125rem;
}
.section-price__btn_ttl2 {
  position: relative;
}
.section-price__btn_ttl2 .section-anchor {
  top: -7rem;
  display: block;
}

/*PC時 新ロゴに合わせ高さ調整*/
@media (min-width: 768px){
  .lp-container {
    padding-top: calc(4.0625rem - 1rem) !important;
  }
  .section-kv {
    /*padding: 6.6875rem 0px 1.3125rem;*/
    padding: 4.6875rem 0 1.3125rem;
  }
}

/*2025.04  PC時：固定メニューを企業ロゴ横に表示したい*/
.header-fix{
	height:65px;
	align-content: center;
	background-color: transparent;
	z-index: 990;
	pointer-events: none;
}
.header-fix.is-show {
	top: 0;
}
.header-fix .inner{
	z-index: 991;
	pointer-events: none;
}
.header-fix__menu{
	flex:initial;
	margin: 0 0 0 auto;
	z-index: 992;
	pointer-events: initial;
}
.hamburger-menu{
	top: 8px;
}

/*2025.09 個人事業主さまはこちら追加*/

/*KV内*/
.section-kv__btn .button:first-child{
	/*padding: 0.5rem 0; */
	padding:1.1875rem 1.25rem;
}
@media (min-width: 768px) {
    .section-kv__btn .button:first-child {
        /*height: 3.375rem;*/
        height: 3.6875rem;
    }
}
@media (max-width: 767px) {
    .section-kv__btn .button:first-child {
display: block;
        font-size: 2rem;
        padding: 1.875rem 1.25rem;
        height: 6.625rem;
    }
}

.section-kv__d_garden{
	color:#C03;
	font-size:1rem;
	line-height:1.5;
	margin:1em 0;
	padding-left: 1rem;
	text-indent: -1rem;
}
@media (max-width: 767px) {
	.section-kv__d_garden{
		width:fit-content;
		margin:1em auto;
		font-size:1.375rem;
	}
}
.section-kv__d_garden a{
	color:#C03;
	text-decoration:underline;
}
.section-kv__d_garden a:hover{
	opacity:.7;
}

/*ピンク背景内 個人事業主さまはこちら*/
.lp-parts__d_garden{
    color: #C03;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 1.5rem;
}
@media (max-width: 767px) {
	.lp-parts__d_garden{
		font-size:12px;
	}
}
.lp-parts__d_garden a{
	color:#C03;
	text-decoration:underline;
}
.lp-parts__d_garden a:hover{
	opacity:.7;
}

/*お問い合わせ内 注釈*/
.item__note a{
	color:#C03;
	text-decoration:underline;
}
.item__note a:hover{
	opacity:.7;
}

/*フローティング内 個人事業主さまはこちら*/
.cta_floating_d_garden{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	letter-spacing: .1em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1),0px 0px 10px rgba(0, 0, 0, 1),0px 0px 10px rgba(0, 0, 0, 1);
	margin:10px auto 0;
}
@media (max-width: 767px) {
	.cta_floating_d_garden{
		font-size:12px;
	}
}
.cta_floating_d_garden a{
	color:#FFF;
	text-decoration:underline;
}
.cta_floating_d_garden a:hover{
	opacity:.7;
}

/*モーダル中身01内 注釈*/
.modal__content .note {
	color:#C03;
	font-size: 0.8rem;
	line-height: 1.625rem;
	letter-spacing: normal;
	text-align:center;
	margin:1rem 0 0;
}
@media (max-width: 767px) {
	.modal__content .note {
		font-size: 1.25rem;
		text-align:left;
	}
}