@charset "UTF-8";
@keyframes scaleBoundAni {
  0% {
    transform: scale(1); }
  35% {
    transform: scale(1.05); }
  65% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }
* {
  box-sizing: border-box; }

.ttlfont {
  font-family: 'Barlow', sans-serif; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }
  html body {
    width: 100%;
    position: relative;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    font-size: 1.4rem;
    color: #141414;
    overflow-x: hidden;
    font-family: "Zen Kaku Gothic New","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-feature-settings: "palt" 1; }
    html body img {
      vertical-align: bottom; }
    html body table {
      border-collapse: collapse; }

.sp_show {
  display: none; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

.variableWrap {
  width: 1000px;
  margin: 0 auto;
  position: relative; }

.mb60 {
  margin-bottom: 60px; }

@media screen and (max-width: 768px) {
  .sp_show {
    display: block; }

  .sp_none {
    display: none !important; } }
body.dtihikaricommon .tablettl {
  color: #C48D2D; }
body.dtihikaricommon .commonbtn a::before {
  background: linear-gradient(90deg, #B82427 0%, #83111A 100%); }
body.dtihikaricommon .commonbtn a::after {
  background: linear-gradient(90deg, #83111A 0%, #d24b4d 100%); }
body.dtihikaricommon .commonttl.gold {
  color: #C48D2D; }
  body.dtihikaricommon .commonttl.gold::before {
    background-color: #C48D2D; }
  body.dtihikaricommon .commonttl.gold::after {
    background-color: #E1D0B5; }
body.dtihikaricommon .commoncaution.gold {
  border: 1px solid #C48D2D; }
  body.dtihikaricommon .commoncaution.gold .commoncaution__ttl {
    color: #C48D2D;
    border-bottom: 1px solid #C48D2D; }
body.dtihikaricommon .commontable-01.gold tbody tr th {
  background-color: #E1D0B5;
  color: black; }
body.dtihikaricommon .commontable-01.gold tbody tr td {
  background-color: #f7f2ea; }

body.dtihikaricommon .main__visual {
  background-image: url("/ftth/dti/cross/images/cross-main-bg.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  height: 590px; }
  body.dtihikaricommon .main__visual .title {
    position: relative; }
    body.dtihikaricommon .main__visual .title .gbps-icon {
      position: absolute;
      inset: -80px -120px 0 auto; }
    body.dtihikaricommon .main__visual .title + .caption {
      color: white;
      font-size: 14px; }
body.dtihikaricommon .main__pointlist {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -70px;
  z-index: 1;
  width: 100%; }
  body.dtihikaricommon .main__pointlist li {
    width: 340px;
    line-height: 1.4;
    color: #C48D2D;
    font-weight: bold;
    border: 1px solid #C48D2D;
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(121, 80, 8, 0.2);
    padding: 20px;
    font-size: 2.6rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: white; }
    body.dtihikaricommon .main__pointlist li strong {
      font-size: 6rem;
      line-height: 1; }
    body.dtihikaricommon .main__pointlist li em {
      font-size: 4.6rem; }
body.dtihikaricommon .main__caption {
  background-color: #D2B07A; }
  body.dtihikaricommon .main__caption .commonwrap {
    position: relative;
    padding: 90px 0 20px; }
body.dtihikaricommon .area {
  background: white;
  padding: 100px 0; }
  body.dtihikaricommon .area__block {
    margin-bottom: 40px; }
    body.dtihikaricommon .area__block:last-of-type {
      margin-bottom: 0; }
    body.dtihikaricommon .area__block .common02ttl {
      color: #032E7C; }
      body.dtihikaricommon .area__block .common02ttl::before {
        background-color: #032E7C;
        box-shadow: 0px 0px 0px 2px #032E7C; }
    body.dtihikaricommon .area__block .button-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px; }
      body.dtihikaricommon .area__block .button-list button {
        background-color: white;
        color: #032E7C;
        border-radius: 50px;
        font-size: 1.8rem;
        border: 1px solid #032E7C;
        padding: 10px;
        width: 106px;
        line-height: 1;
        font-weight: bold; }
        body.dtihikaricommon .area__block .button-list button.is-active {
          background-color: #032E7C;
          color: white; }
    body.dtihikaricommon .area__block .output {
      background-color: #E9EFFB;
      color: #032E7C;
      border-radius: 20px 20px 0 0;
      padding: 30px; }
      body.dtihikaricommon .area__block .output .categoly-name {
        font-size: 2rem;
        font-weight: bold;
        padding-bottom: 10px; }
      body.dtihikaricommon .area__block .output .output-text {
        font-size: 1.6rem;
        line-height: 1.5;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px dashed #032E7C; }
        body.dtihikaricommon .area__block .output .output-text.last {
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none; }
    body.dtihikaricommon .area__block .seccap {
      background-color: #D4DEF1;
      border-radius: 0 0 20px 20px;
      padding: 20px 30px; }
body.dtihikaricommon .cross {
  background: white;
  padding: 100px 0; }
  body.dtihikaricommon .cross__title {
    background-image: linear-gradient(90deg, #DAA729 0%, #EBC568 15%, #F0D87B 24%, #F2D682 30%, #F8CF77 55%, #F5E2A9 80%, #F8CF77 90%, #DAA729 100%);
    color: #513606;
    border-radius: 20px;
    padding: 12px;
    margin-bottom: 60px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.3rem; }
    body.dtihikaricommon .cross__title + .cross__title-caption {
      margin-bottom: 60px; }
      body.dtihikaricommon .cross__title + .cross__title-caption .caption {
        font-size: 2rem;
        line-height: 200%;
        margin-bottom: 10px; }
  body.dtihikaricommon .cross__message {
    border: 1px solid #D4004C;
    color: #D4004C;
    padding: 20px 40px;
    margin-bottom: 40px;
    font-size: 1.8rem; }
  body.dtihikaricommon .cross__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px; }
    body.dtihikaricommon .cross__lists > li {
      background: #f7f2ea;
      border-radius: 20px;
      padding: 65px 35px 35px 35px;
      position: relative; }
      body.dtihikaricommon .cross__lists > li::after {
        content: "初月無料";
        position: absolute;
        background: #D4004C;
        color: white;
        font-weight: 700;
        font-size: 2rem;
        text-align: center;
        padding: 6px 20px;
        top: 15px;
        right: 15px; }
      body.dtihikaricommon .cross__lists > li.no-label .genre {
        width: 250px; }
      body.dtihikaricommon .cross__lists > li.no-label::after {
        content: none; }
      body.dtihikaricommon .cross__lists > li.free .genre {
        width: 250px; }
      body.dtihikaricommon .cross__lists > li.free::after {
        content: "工事費実質無料※2"; }
    body.dtihikaricommon .cross__lists .chargettl {
      color: #C48D2D;
      font-size: 3.2rem;
      line-height: 150%;
      margin-bottom: 20px; }
    body.dtihikaricommon .cross__lists .chargeprice {
      display: flex;
      justify-content: center;
      gap: 20px;
      align-items: center; }
      body.dtihikaricommon .cross__lists .chargeprice__price {
        font-size: 3.2rem;
        line-height: 150%; }
        body.dtihikaricommon .cross__lists .chargeprice__price b {
          font-size: 7rem;
          font-style: italic; }
    body.dtihikaricommon .cross__lists .list {
      background: #f7f2ea;
      border-radius: 20px;
      padding: 65px 35px 35px 35px;
      position: relative; }
      body.dtihikaricommon .cross__lists .list.no-label::after {
        content: none; }
      body.dtihikaricommon .cross__lists .list__genre {
        border-radius: 20px 0 20px 0;
        background-image: linear-gradient(90deg, #DAA729 0%, #EBC568 15%, #F0D87B 24%, #F2D682 30%, #F8CF77 55%, #F5E2A9 80%, #F8CF77 90%, #DAA729 100%);
        color: #513606;
        width: 300px;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: bold;
        text-align: center;
        font-size: 2rem;
        padding: 6px 0;
        text-align: center; }
      body.dtihikaricommon .cross__lists .list__free {
        background: #D4004C;
        color: white;
        position: absolute;
        font-weight: 700;
        font-size: 1.6rem;
        letter-spacing: 6%;
        font-weight: bold;
        text-align: center;
        padding: 6px 20px;
        top: 15px;
        right: 15px; }
      body.dtihikaricommon .cross__lists .list__text {
        font-size: 2.8rem;
        color: #C48D2D;
        text-align: center;
        line-height: 175%;
        margin-bottom: 20px; }
        body.dtihikaricommon .cross__lists .list__text strong {
          font-size: 5rem;
          color: #D4004C; }
        body.dtihikaricommon .cross__lists .list__text small {
          font-size: 2rem;
          color: #D4004C; }
        body.dtihikaricommon .cross__lists .list__text span {
          font-size: 2rem;
          color: black; }
    body.dtihikaricommon .cross__lists .commonbtn {
      height: 70px; }
      body.dtihikaricommon .cross__lists .commonbtn a {
        width: 80%; }
  body.dtihikaricommon .cross__discount {
    background-color: #f7f2ea;
    border-radius: 20px;
    padding: 85px 35px 35px 35px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px; }
    body.dtihikaricommon .cross__discount.mb60 {
      margin-bottom: 60px; }
    body.dtihikaricommon .cross__discount .genre {
      border-radius: 20px 0 20px 0;
      background-image: linear-gradient(90deg, #DAA729 0%, #EBC568 15%, #F0D87B 24%, #F2D682 30%, #F8CF77 55%, #F5E2A9 80%, #F8CF77 90%, #DAA729 100%);
      color: #513606;
      width: 300px;
      position: absolute;
      top: 0;
      left: 0;
      font-weight: bold;
      text-align: center;
      font-size: 2rem;
      padding: 6px 0;
      text-align: center; }
    body.dtihikaricommon .cross__discount .image img {
      width: 100%; }
  body.dtihikaricommon .cross .rooterspec {
    display: flex;
    gap: 40px;
    margin-bottom: 20px; }
    body.dtihikaricommon .cross .rooterspec__table {
      width: 680px; }
      body.dtihikaricommon .cross .rooterspec__table table {
        width: 100%;
        font-size: 1.6rem;
        font-weight: 700; }
        body.dtihikaricommon .cross .rooterspec__table table tr th {
          width: 250px;
          background-color: #E1D0B5;
          padding: 14px 32px;
          color: white;
          border-bottom: 1px solid white; }
        body.dtihikaricommon .cross .rooterspec__table table tr td {
          background-color: #f7f2ea;
          border-bottom: 1px solid #F0F4FA;
          padding: 14px 32px;
          font-weight: 500; }
          body.dtihikaricommon .cross .rooterspec__table table tr td small {
            font-size: 2.8rem;
            display: inline-block;
            margin-left: 10px; }
    body.dtihikaricommon .cross .rooterspec__image {
      display: flex;
      align-items: center;
      flex: 1;
      justify-content: center; }

@media screen and (max-width: 768px) {
  body.dtihikaricommon .main__visual {
    height: 75vh;
    gap: 20px;
    padding: 0 5%; }
    body.dtihikaricommon .main__visual .title img {
      width: 75%;
      height: auto;
      margin: 0 auto; }
  body.dtihikaricommon .main__pointlist {
    justify-content: center;
    flex-direction: column;
    top: -50px;
    gap: 5px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%); }
    body.dtihikaricommon .main__pointlist li {
      width: 100%;
      padding: 10px;
      font-size: 2rem; }
      body.dtihikaricommon .main__pointlist li strong {
        font-size: 4rem; }
      body.dtihikaricommon .main__pointlist li em {
        font-size: 3rem; }
  body.dtihikaricommon .main__caption .commonwrap {
    padding: 256px 2.5% 20px; }
  body.dtihikaricommon .area {
    padding: 60px 0; }
    body.dtihikaricommon .area__block {
      margin-bottom: 40px; }
      body.dtihikaricommon .area__block .button-list {
        gap: 5px; }
        body.dtihikaricommon .area__block .button-list button {
          font-size: 1.5rem;
          padding: 8px 5px;
          width: 23%; }
      body.dtihikaricommon .area__block .output {
        padding: 20px; }
        body.dtihikaricommon .area__block .output .categoly-name {
          font-size: 1.8rem; }
        body.dtihikaricommon .area__block .output .output-text {
          font-size: 1.5rem;
          padding-bottom: 20px;
          margin-bottom: 20px; }
      body.dtihikaricommon .area__block .seccap {
        padding: 20px; }
  body.dtihikaricommon .cross {
    padding: 60px 0; }
    body.dtihikaricommon .cross__title {
      padding: 10px;
      margin-bottom: 40px;
      font-size: 2.4rem; }
      body.dtihikaricommon .cross__title + .cross__title-caption {
        margin-bottom: 60px; }
        body.dtihikaricommon .cross__title + .cross__title-caption .caption {
          font-size: 1.6rem; }
    body.dtihikaricommon .cross__message {
      font-size: 1.6rem;
      padding: 10px; }
    body.dtihikaricommon .cross__lists {
      grid-template-columns: 1fr; }
      body.dtihikaricommon .cross__lists > li {
        padding: 55px 20px 20px 20px; }
        body.dtihikaricommon .cross__lists > li::after {
          font-size: 1.6rem;
          padding: 2px 12px;
          top: 10px;
          right: 10px; }
        body.dtihikaricommon .cross__lists > li.no-label .genre {
          width: 250px; }
        body.dtihikaricommon .cross__lists > li.no-label::after {
          content: none; }
        body.dtihikaricommon .cross__lists > li.free .genre {
          width: 250px; }
      body.dtihikaricommon .cross__lists .chargettl {
        font-size: 2.6rem; }
      body.dtihikaricommon .cross__lists .chargeprice__price {
        font-size: 2.8rem; }
        body.dtihikaricommon .cross__lists .chargeprice__price b {
          font-size: 5.2rem; }
      body.dtihikaricommon .cross__lists .list {
        padding: 55px 20px 20px 20px; }
        body.dtihikaricommon .cross__lists .list.no-label::after {
          content: none; }
        body.dtihikaricommon .cross__lists .list__genre {
          width: 53%;
          font-size: 1.6rem; }
        body.dtihikaricommon .cross__lists .list__free {
          font-size: 1.4rem;
          top: 15px;
          right: 15px;
          padding: 6px 8px; }
        body.dtihikaricommon .cross__lists .list__text {
          font-size: 2.4rem;
          margin-bottom: 20px; }
          body.dtihikaricommon .cross__lists .list__text strong {
            font-size: 4rem; }
          body.dtihikaricommon .cross__lists .list__text small {
            font-size: 1.6rem; }
          body.dtihikaricommon .cross__lists .list__text span {
            font-size: 1.6rem; }
      body.dtihikaricommon .cross__lists .commonbtn {
        height: 70px; }
        body.dtihikaricommon .cross__lists .commonbtn a {
          width: 100%; }
    body.dtihikaricommon .cross__discount {
      padding: 75px 20px 20px 20px; }
      body.dtihikaricommon .cross__discount .genre {
        width: 70%;
        font-size: 1.6rem; }
      body.dtihikaricommon .cross__discount .image img {
        width: 100%; }
    body.dtihikaricommon .cross .rooterspec {
      flex-direction: column-reverse; }
      body.dtihikaricommon .cross .rooterspec__table {
        width: 100%; }
        body.dtihikaricommon .cross .rooterspec__table table {
          width: 100%;
          font-size: 1.6rem;
          font-weight: 700; }
          body.dtihikaricommon .cross .rooterspec__table table tr th {
            width: 250px;
            padding: 15px; }
          body.dtihikaricommon .cross .rooterspec__table table tr td {
            padding: 15px; }
      body.dtihikaricommon .cross .rooterspec__image img {
        width: 26%;
        height: auto; } }

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