@charset "UTF-8";
/*$xl: 1200px; // extra large
$lg: 1024px; // large
$l: 860px;
$sm: 576px; // small */
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0; }

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0; }

.p-top {
  overflow-x: hidden; }
  .p-top .slick-track {
    display: flex !important; }
  .p-top .slick-slide {
    height: auto !important; }
  .p-top .slick-slide a {
    height: 100% !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .p-top .slick-slide a .c-list-fill-btm {
      margin-top: auto; }
  .p-top-bnr {
    margin-bottom: 24px; }
    .p-top-bnr-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      position: relative;
      z-index: 1; }
      .p-top-bnr-list-item {
        padding: 0 8px; }
        .p-top-bnr-list-item a {
          transition: all .2s; }
          .p-top-bnr-list-item a:hover {
            filter: brightness(1.1); }
    .p-top-bnr-lg {
      width: 850px;
      margin: 0 auto;
      background: #ea6f78;
      border-radius: 16px;
      overflow: hidden; }
      .p-top-bnr-lg-btn-wrap {
        display: flex;
        justify-content: space-around;
        padding: 16px; }
      .p-top-bnr-lg .c-btn-red {
        width: auto; }
        .p-top-bnr-lg .c-btn-red a {
          border: none; }
  .p-top-cta-lg .l-cta-inr::before {
    bottom: -70px; }
  .p-top-notice {
    margin: 40px auto 0;
    border: 2px solid #acacac;
    padding: 16px;
    border-radius: 20px;
    position: relative;
    background: rgba(255, 255, 255, 0.9); }
    .p-top-notice-txt {
      position: relative;
      border-bottom: 1px solid #333333;
      padding-bottom: 7px;
      margin-bottom: 10px; }
      .p-top-notice-txt:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .p-top-notice-txt a {
        display: block; }
        .p-top-notice-txt a::before {
          content: "!";
          font-size: 20px;
          font-weight: 700;
          width: 30px;
          height: 30px;
          line-height: 30px;
          display: inline-block;
          vertical-align: middle;
          background: #acacac;
          color: #fff;
          text-align: center;
          border-radius: 50%;
          margin-right: 16px;
          margin-bottom: .2em; }
        .p-top-notice-txt a::after {
          display: inline-block;
          content: "\e915";
          font-family: 'icomoon';
          font-size: 12px;
          font-weight: 400;
          margin-right: 0.5em;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }

.p-topics a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background: #F2F2F2;
  font-weight: 700;
  transition: opacity .2s; }
  .p-topics a:hover {
    opacity: .6; }

.p-mv {
  position: relative; }
  .p-mv .kts01 {
    width: 370px;
    margin: 15px auto 15px;
    text-align: center; }
  .p-mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("../../img/top/mv_bg_05.png") no-repeat top center;
    background-size: contain;
    width: 1920px;
    height: 962px; }
  .p-mv-inr {
    padding-bottom: 56px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    padding-top: 64px;
    position: relative;
    background: url("../../img/top/mv_05.png") no-repeat top center;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .p-mv-inr {
        padding-bottom: 28px; } }
  .p-mv-ttl {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.05em; }
    .p-mv-ttl-sub {
      font-size: 18px;
      line-height: 1.8;
      text-align: center;
      margin-bottom: 16px; }
  .p-mv-txt {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px; }
    .p-mv-txt-ac {
      font-size: 50px;
      font-weight: 700;
      font-family: "Roboto", "Noto Sans JP", sans-serif;
      text-align: right;
      position: relative;
      font-weight: bold;
      margin-left: .2em; }
      .p-mv-txt-ac::before, .p-mv-txt-ac::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 6px;
        background: white;
        background: linear-gradient(180deg, white 13%, rgba(255, 255, 255, 0) 100%);
        z-index: 10; }
      .p-mv-txt-ac::before {
        top: 0; }
      .p-mv-txt-ac::after {
        bottom: 0;
        transform: rotateZ(180deg); }
    .p-mv-txt small {
      font-size: 20px;
      padding-left: .5em; }
  .p-mv-copy {
    font-size: 24px;
    font-weight: 700;
    line-height: 2 !important;
    letter-spacing: 0.05em;
    width: 100%;
    padding-left: 327px;
    margin-bottom: 40px; }
    .p-mv-copy-ac {
      font-size: 58px;
      letter-spacing: 0.05em;
      font-weight: 700;
      padding-top: .5em;
      line-height: 1.2; }
    .p-mv-copy-ac2 {
      font-size: 72px;
      letter-spacing: 0.05em;
      font-weight: 700;
      padding-top: .5em;
      line-height: 1.2; }
  .p-mv-row {
    padding-left: 535px;
    position: relative;
    margin-bottom: 40px; }
  .p-mv-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .p-mv-badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 292px; }
    .p-mv-badge img {
      width: 48%; }
  .p-mv-logo {
    width: 301px;
    padding-top: 16px; }
  .p-mv-cm {
    background: #39C3FF;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px; }
    .p-mv-cm-thanks-lead, .p-mv-cm-thanks-txt {
      width: 100%;
      text-align: center; }
    .p-mv-cm-thanks-lead {
      font-size: 20px;
      margin-bottom: 8px;
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #fff; }
    .p-mv-cm .c-ttl {
      width: 307px;
      margin-bottom: 0; }
    .p-mv-cm-list {
      display: flex;
      width: calc(100% - 307px); }
    .p-mv-cm-item {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .p-mv-cm-item-link {
        order: 2;
        padding: 40px; }
        .p-mv-cm-item-link a {
          color: #fff;
          font-size: 16px; }
      .p-mv-cm-item + li {
        margin-left: 40px; }
    .p-mv-cm-label {
      font-size: 16px;
      font-weight: 500;
      padding-left: 16px;
      order: 2; }
      .p-mv-cm-label span {
        font-size: 14px;
        font-weight: 400; }
    .p-mv-cm-btm {
      display: none; }
    .p-mv-cm-img {
      width: 136px;
      order: 1; }
    .p-mv-cm-temporarily {
      justify-content: center; }
      .p-mv-cm-temporarily .p-mv-cm-list {
        width: auto; }
      .p-mv-cm-temporarily .p-mv-cm-item:first-child {
        width: auto; }
      .p-mv-cm-temporarily-txt {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 16px; }
      .p-mv-cm-temporarily-inr {
        width: 400px;
        order: 2;
        justify-content: center; }
      .p-mv-cm-temporarily .c-btn-red a::after {
        font-size: 14px;
        right: 24px;
        content: "\e912"; }
    .p-mv-cm-gray {
      background: #F2F2F2;
      color: #333; }
  .p-mv-btm {
    padding-top: 40px; }
  .p-mv-hojyokin {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px; }

.p-mv_kt {
  width: 100%;
  min-width: 1200px;
  height: 90vh;
  min-height: 730px;
  background: url(../../img/top/mv_eq_kyu.jpg) no-repeat center/cover;
  position: relative; }
  .p-mv_kt::before {
    content: "";
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    background: url("../../img/top/mv_bg_circle2.png") no-repeat center;
    background-size: contain;
    width: 1920px;
    height: 396px; }
  .p-mv_kt::after {
    content: "";
    position: absolute;
    top: 94%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../img/top/mv_bg_circle.png) no-repeat center;
    background-size: contain;
    width: 1219px;
    height: 159px; }
  .p-mv_kt-inr {
    margin: 0 auto;
    padding-top: 3.3%; }
  .p-mv_kt-copy {
    text-align: center; }
    .p-mv_kt-copy-01 {
      font-size: 28px;
      font-weight: 700; }
      .p-mv_kt-copy-01-txt1 {
        font-size: 70px;
        background: linear-gradient(transparent 75%, #fdfd5c 75%);
        line-height: 1.6; }
      .p-mv_kt-copy-01-txt2 {
        font-size: 50px;
        vertical-align: bottom; }
  .p-mv_kt-lead {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.08em; }
  .p-mv_kt-row {
    width: 650px;
    margin: 0 auto;
    background: rgba(57, 195, 255, 0.85);
    border-radius: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 185px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 4px 0; }
    .p-mv_kt-row::before {
      content: "";
      position: absolute;
      background: url(../../img/top/mv_bg_row.png) no-repeat center;
      width: 1000px;
      height: 473px;
      left: -255px;
      bottom: -255px;
      z-index: 1; }
  .p-mv_kt-ttl {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .05em;
    padding-left: 110px;
    padding-top: 10px;
    text-align: center;
    margin-right: 30px; }
    .p-mv_kt-ttl span {
      font-size: 32px;
      line-height: 1;
      display: inline-block;
      padding: .1em 0 .2em .2em;
      text-indent: 6px; }
      .p-mv_kt-ttl span:first-of-type {
        letter-spacing: .38em;
        color: #fff;
        position: relative;
        z-index: 1;
        color: #39C3FF; }
        .p-mv_kt-ttl span:first-of-type::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: calc(100% - 14px);
          height: 100%;
          background-image: repeating-linear-gradient(to right, #ffffff 0% 40px, transparent 40px 45px);
          z-index: -1; }
      .p-mv_kt-ttl span:nth-of-type(2) {
        padding-left: .1em;
        letter-spacing: 0.15em; }
  .p-mv_kt-img {
    position: absolute;
    top: -86px;
    z-index: 1;
    left: 60px; }
  .p-mv_kt-img2 {
    margin: 0 12px; }
  .p-mv_kt-badge {
    padding-right: 80px; }
    .p-mv_kt-badge img + img {
      margin-left: 10px; }
  .p-mv_kt-badgebox {
    display: flex;
    margin-right: 59px; }
    .p-mv_kt-badgebox-badge2 {
      background: url(../../../../assets/img/common/badge_bg_red.svg) no-repeat top;
      background-size: 100%;
      width: 120px;
      height: 120px;
      position: relative;
      text-align: center;
      font-size: 15px;
      font-weight: 900;
      padding-top: 15px; }
      .p-mv_kt-badgebox-badge2-txt {
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        line-height: 22px !important;
        color: #fff; }
        .p-mv_kt-badgebox-badge2-txt-sm {
          font-size: 15px;
          line-height: 32px; }
        .p-mv_kt-badgebox-badge2-txt-num {
          color: #ffea61;
          font-size: 38px; }
          .p-mv_kt-badgebox-badge2-txt-num span {
            font-size: 40%; }
  .p-mv_kt-cm {
    background: #39C3FF;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px; }
    .p-mv_kt-cm-thanks-lead, .p-mv_kt-cm-thanks-txt {
      width: 100%;
      text-align: center; }
    .p-mv_kt-cm-thanks-lead {
      font-size: 20px;
      margin-bottom: 8px;
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #fff; }
    .p-mv_kt-cm .c-ttl {
      width: 307px;
      margin-bottom: 0; }
    .p-mv_kt-cm-list {
      display: flex;
      width: calc(100% - 307px); }
    .p-mv_kt-cm-item {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .p-mv_kt-cm-item-link {
        order: 2;
        padding: 40px; }
        .p-mv_kt-cm-item-link a {
          color: #fff;
          font-size: 16px; }
      .p-mv_kt-cm-item + li {
        margin-left: 40px; }
    .p-mv_kt-cm-label {
      font-size: 16px;
      font-weight: 500;
      padding-left: 16px;
      order: 2; }
      .p-mv_kt-cm-label span {
        font-size: 14px;
        font-weight: 400; }
    .p-mv_kt-cm-btm {
      display: none; }
    .p-mv_kt-cm-img {
      width: 136px;
      order: 1; }
    .p-mv_kt-cm-temporarily {
      justify-content: center; }
      .p-mv_kt-cm-temporarily .p-mv-cm-list {
        width: auto; }
      .p-mv_kt-cm-temporarily .p-mv-cm-item:first-child {
        width: auto; }
      .p-mv_kt-cm-temporarily-txt {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 16px; }
      .p-mv_kt-cm-temporarily-inr {
        width: 400px;
        order: 2;
        justify-content: center; }
      .p-mv_kt-cm-temporarily .c-btn-red a::after {
        font-size: 14px;
        right: 24px;
        content: "\e912"; }
    .p-mv_kt-cm-gray {
      width: 1200px;
      margin: 60px auto 0;
      background: #F2F2F2;
      color: #333;
      position: relative;
      z-index: 1; }
  .p-mv_kt-notice {
    width: 1200px; }
  .p-mv_kt-bnrbox {
    display: flex;
    gap: 16px;
    margin: 30px auto 0;
    width: 600px;
    position: absolute;
    bottom: 68px;
    left: 0;
    right: 0;
    z-index: 1; }

.p-mv2 {
  position: relative; }
  .p-mv2 .kts01 {
    width: 370px;
    margin: 15px auto 15px;
    text-align: center; }
  .p-mv2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("../../img/top/mv_bg_05.png") no-repeat top center;
    background-size: contain;
    width: 1920px;
    height: 962px; }
  .p-mv2-inr {
    padding-bottom: 56px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    padding-top: 24px;
    position: relative;
    background: url("https://www.kyutooki.com/eco-cute/assets/img/top/mv_05_2.png") no-repeat top center;
    background-size: contain;
    margin-bottom: 28px; }
    @media screen and (max-width: 767px) {
      .p-mv2-inr {
        padding-bottom: 28px; } }
  .p-mv2-ttl {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.05em; }
    .p-mv2-ttl-sub {
      font-size: 18px;
      line-height: 1.8;
      text-align: center;
      margin-bottom: 16px; }
  .p-mv2-txt {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px; }
    .p-mv2-txt-ac {
      font-size: 50px;
      font-weight: 700;
      font-family: "Roboto", "Noto Sans JP", sans-serif;
      text-align: right;
      position: relative;
      font-weight: bold;
      margin-left: .2em; }
      .p-mv2-txt-ac::before, .p-mv2-txt-ac::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 6px;
        background: white;
        background: linear-gradient(180deg, white 13%, rgba(255, 255, 255, 0) 100%);
        z-index: 10; }
      .p-mv2-txt-ac::before {
        top: 0; }
      .p-mv2-txt-ac::after {
        bottom: 0;
        transform: rotateZ(180deg); }
    .p-mv2-txt small {
      font-size: 20px;
      padding-left: .5em; }
  .p-mv2-copy {
    font-size: 36px;
    font-weight: 700;
    line-height: 2 !important;
    letter-spacing: 0.05em;
    width: 100%;
    padding-left: 327px;
    margin-bottom: 60px; }
    .p-mv2-copy-ac {
      font-size: 58px;
      letter-spacing: 0.05em;
      font-weight: 700;
      padding-top: .5em;
      line-height: 1.2; }
    .p-mv2-copy-ac2 {
      font-size: 66px;
      letter-spacing: 0.05em;
      font-weight: 700;
      padding-top: .5em;
      line-height: 1.2; }
  .p-mv2-row {
    padding-left: 535px;
    position: relative;
    margin-bottom: 40px; }
  .p-mv2-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .p-mv2-badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 292px;
    margin-bottom: 20px; }
    .p-mv2-badge img {
      width: 48%; }
  .p-mv2-logo {
    width: 301px;
    padding-top: 16px; }
  .p-mv2-cm {
    background: #F2F2F2;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px; }
    .p-mv2-cm-thanks-lead, .p-mv2-cm-thanks-txt {
      width: 100%;
      text-align: center; }
    .p-mv2-cm-thanks-lead {
      font-size: 20px;
      margin-bottom: 8px;
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #fff; }
    .p-mv2-cm .c-ttl {
      width: 307px;
      margin-bottom: 0; }
    .p-mv2-cm-list {
      display: flex;
      width: calc(100% - 307px); }
    .p-mv2-cm-item {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .p-mv2-cm-item-link {
        order: 2;
        padding: 40px; }
        .p-mv2-cm-item-link a {
          color: #fff;
          font-size: 16px; }
      .p-mv2-cm-item + li {
        margin-left: 40px; }
    .p-mv2-cm-label {
      font-size: 16px;
      font-weight: 500;
      padding-left: 16px;
      order: 2; }
      .p-mv2-cm-label span {
        font-size: 14px;
        font-weight: 400; }
    .p-mv2-cm-btm {
      display: none; }
    .p-mv2-cm-img {
      width: 136px;
      order: 1; }
    .p-mv2-cm-temporarily {
      justify-content: center; }
      .p-mv2-cm-temporarily .p-mv-cm-list {
        width: auto; }
      .p-mv2-cm-temporarily .p-mv-cm-item:first-child {
        width: auto; }
      .p-mv2-cm-temporarily-txt {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 16px; }
      .p-mv2-cm-temporarily-inr {
        width: 400px;
        order: 2;
        justify-content: center; }
      .p-mv2-cm-temporarily .c-btn-red a::after {
        font-size: 14px;
        right: 24px;
        content: "\e912"; }
    .p-mv2-cm-gray {
      background: #F2F2F2;
      color: #333; }
  .p-mv2-btm {
    padding-top: 40px; }

.p-mv3 {
  position: relative; }
  .p-mv3 .kts01 {
    width: 370px;
    margin: 15px auto 15px;
    text-align: center; }
  .p-mv3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("../../img/top/mv_bg_05_2.png") no-repeat top center;
    background-size: contain;
    width: 1920px;
    height: 962px; }
  .p-mv3-inr {
    padding-bottom: 56px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    padding-top: 24px;
    position: relative;
    background: url("https://www.kyutooki.com/eco-cute/assets/img/top/mv_05_3.png") no-repeat top center;
    background-size: contain;
    margin-bottom: 28px; }
    @media screen and (max-width: 767px) {
      .p-mv3-inr {
        padding-bottom: 28px; } }
  .p-mv3-ttl {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.05em; }
    .p-mv3-ttl-sub {
      font-size: 18px;
      line-height: 1.8;
      text-align: center;
      margin-bottom: 16px; }
  .p-mv3-txt {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px; }
    .p-mv3-txt-ac {
      font-size: 50px;
      font-weight: 700;
      font-family: "Roboto", "Noto Sans JP", sans-serif;
      text-align: right;
      position: relative;
      font-weight: bold;
      margin-left: .2em; }
      .p-mv3-txt-ac::before, .p-mv3-txt-ac::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 6px;
        background: white;
        background: linear-gradient(180deg, white 13%, rgba(255, 255, 255, 0) 100%);
        z-index: 10; }
      .p-mv3-txt-ac::before {
        top: 0; }
      .p-mv3-txt-ac::after {
        bottom: 0;
        transform: rotateZ(180deg); }
    .p-mv3-txt small {
      font-size: 20px;
      padding-left: .5em; }
  .p-mv3-copy {
    font-size: 36px;
    font-weight: 700;
    line-height: 2 !important;
    letter-spacing: 0.05em;
    width: 100%;
    padding-left: 327px;
    margin-bottom: 60px; }
    .p-mv3-copy-ac {
      font-size: 50px;
      letter-spacing: 0.05em;
      font-weight: 700;
      padding-top: .5em;
      line-height: 1.2; }
    .p-mv3-copy-ac2 {
      font-size: 26px;
      letter-spacing: 0.05em;
      font-weight: 700;
      padding-top: .5em;
      line-height: 1.2; }
    .p-mv3-copy img {
      padding-left: 3px; }
  .p-mv3-row {
    padding-left: 535px;
    position: relative;
    margin-bottom: 40px; }
  .p-mv3-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .p-mv3-badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 292px;
    margin-bottom: 20px; }
    .p-mv3-badge img {
      width: 48%; }
  .p-mv3-logo {
    width: 301px;
    padding-top: 16px; }
  .p-mv3-cm {
    background: #F2F2F2;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px; }
    .p-mv3-cm-thanks-lead, .p-mv3-cm-thanks-txt {
      width: 100%;
      text-align: center; }
    .p-mv3-cm-thanks-lead {
      font-size: 20px;
      margin-bottom: 8px;
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #fff; }
    .p-mv3-cm .c-ttl {
      width: 307px;
      margin-bottom: 0; }
    .p-mv3-cm-list {
      display: flex;
      width: calc(100% - 307px); }
    .p-mv3-cm-item {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .p-mv3-cm-item-link {
        order: 2;
        padding: 40px; }
        .p-mv3-cm-item-link a {
          color: #fff;
          font-size: 16px; }
      .p-mv3-cm-item + li {
        margin-left: 40px; }
    .p-mv3-cm-label {
      font-size: 16px;
      font-weight: 500;
      padding-left: 16px;
      order: 2; }
      .p-mv3-cm-label span {
        font-size: 14px;
        font-weight: 400; }
    .p-mv3-cm-btm {
      display: none; }
    .p-mv3-cm-img {
      width: 136px;
      order: 1; }
    .p-mv3-cm-temporarily {
      justify-content: center; }
      .p-mv3-cm-temporarily .p-mv-cm-list {
        width: auto; }
      .p-mv3-cm-temporarily .p-mv-cm-item:first-child {
        width: auto; }
      .p-mv3-cm-temporarily-txt {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 16px; }
      .p-mv3-cm-temporarily-inr {
        width: 400px;
        order: 2;
        justify-content: center; }
      .p-mv3-cm-temporarily .c-btn-red a::after {
        font-size: 14px;
        right: 24px;
        content: "\e912"; }
    .p-mv3-cm-gray {
      background: #F2F2F2;
      color: #333; }
  .p-mv3-btm {
    padding-top: 40px; }

.p-intro {
  padding-top: 80px; }
  .p-intro-img {
    margin: 80px 0 0; }
  .p-intro-ttl {
    font-size: 28px;
    font-weight: 700;
    margin: 70px 0 100px; }
    .p-intro-ttl span {
      font-size: 60px; }
  .p-intro-cm {
    background: #F1F1F1;
    border-radius: 24px;
    padding: 32px; }
    .p-intro-cm-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .p-intro-cm-item {
      width: calc(100% / 2 - 36px);
      text-align: center; }
      .p-intro-cm-item img {
        width: 100%; }
    .p-intro-cm-label {
      font-size: 16px;
      font-weight: 500;
      padding-top: 8px; }
  .p-intro-perf {
    width: 970px;
    margin: 0 auto 60px;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .p-intro-perf-ttl {
      font-size: 31px;
      font-weight: 700;
      color: #E60012;
      position: relative;
      text-align: center;
      margin-bottom: 8px; }
      .p-intro-perf-ttl-inr {
        display: block;
        background: #E60012; }
        .p-intro-perf-ttl-inr small {
          color: #fff;
          font-size: 24px;
          font-weight: 500;
          font-family: "Noto Sans JP", sans-serif; }
    .p-intro-perf-num {
      font-size: 80px;
      font-family: "Roboto", "Noto Sans JP", sans-serif !important;
      background: #E60012;
      color: #fff;
      padding: 0 35px; }
    .p-intro-perf-col-l {
      width: 542px; }
    .p-intro-perf-col-r {
      width: calc(100% - 542px);
      padding-left: 56px; }
    .p-intro-perf-lead {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: 0.2em;
      line-height: 2 !important;
      background-color: #fff;
      background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(0deg, #333 1px, transparent 1px);
      background-size: 8px 100%, 100% 2em; }
    .p-intro-perf-txt {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.05em; }

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  line-height: 1.1em; }
  .odometer.odometer-auto-theme .odometer-digit,
  .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
    .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      visibility: hidden; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
    .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
      text-align: left;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
    .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
      display: block; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
    .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
      display: block;
      -webkit-backface-visibility: hidden; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-value,
    .odometer.odometer-theme-default .odometer-digit .odometer-value {
      display: block;
      -webkit-transform: translateZ(0); }
      .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
      .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
        position: absolute; }
  .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
  .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s; }
  .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
  .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
  .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating,
  .odometer.odometer-theme-default.odometer-animating-down.odometer-animating {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .odometer.odometer-auto-theme .odometer-value,
  .odometer.odometer-theme-default .odometer-value {
    text-align: center; }

.p-guidance {
  padding: 16px 0 0; }
  .p-guidance-box {
    width: 800px;
    margin: 0 auto;
    background: #FFEEEF;
    border-radius: 10px;
    text-align: center;
    padding: 32px 16px; }
    .p-guidance-box .c-txt-lg {
      letter-spacing: 0.05em; }

.p-reason .kts02 {
  width: 400px;
  margin: 15px auto 5px;
  text-align: center; }
.p-reason-ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.1em; }
  .p-reason-ttl-num {
    font-size: 70px;
    color: #E60012; }
.p-reason .c-list-circle {
  margin-bottom: 24px; }
  .p-reason .c-list-circle-body .c-txt-sm {
    font-size: 16px; }
  .p-reason .c-list-circle-body .c-txt-link {
    font-size: 16px;
    margin-top: 16px !important; }
.p-reason-txt {
  text-align: center;
  margin-top: 16px; }
.p-reason sup {
  font-size: 10px;
  vertical-align: super; }
.p-reason .c-txt-xxs {
  display: inline-block;
  line-height: 1.4; }

@keyframes effect-shine {
  90% {
    left: -75%; }
  100% {
    left: 125%; } }
.p-blog,
.p-construction {
  overflow: hidden; }
  .p-blog .c-list-fill,
  .p-construction .c-list-fill {
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px; }
    @media screen and (max-width: 767px) {
      .p-blog .c-list-fill,
      .p-construction .c-list-fill {
        padding-bottom: 24px; } }
    .p-blog .c-list-fill-item,
    .p-construction .c-list-fill-item {
      margin: 0 8px; }
  .p-blog .slick-prev,
  .p-blog .slick-next,
  .p-construction .slick-prev,
  .p-construction .slick-next {
    width: 48px;
    height: 48px; }
    .p-blog .slick-prev::before,
    .p-blog .slick-next::before,
    .p-construction .slick-prev::before,
    .p-construction .slick-next::before {
      font-size: 24px; }

.p-construction .c-list-fill-txt {
  font-size: 12px; }
.p-construction .c-list-fill-img {
  width: 94px;
  margin: 0 auto 16px; }

.p-service {
  padding-bottom: 100px; }
  .p-service .kts03 {
    width: 400px;
    margin: 15px auto 15px;
    text-align: center; }
  .p-service .c-list-circle {
    padding-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .p-service .c-list-circle {
        padding-bottom: 12px; } }
    .p-service .c-list-circle-ttl {
      font-weight: 700; }
    .p-service .c-list-circle-item {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .p-service .c-list-circle-item:last-child {
        margin-bottom: 0; }
    .p-service .c-list-circle-img {
      width: 304px; }
    .p-service .c-list-circle-body {
      width: 440px;
      padding-left: 48px; }
  .p-service-img {
    width: 580px;
    position: relative;
    margin: 0 auto 16px; }
    .p-service-img::before {
      content: "";
      position: absolute;
      top: -68px;
      right: -100px;
      width: 160px;
      height: 160px;
      background: #FFEA61;
      border-radius: 50%;
      z-index: -1; }
    .p-service-img + .c-txt-sm {
      width: 580px;
      margin: 0 auto; }
  .p-service-txt {
    text-align: center; }

.p-licence {
  background: none; }
  .p-licence .c-box-inr {
    width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    background: #F2F2F2;
    padding: 64px 16px;
    border-radius: 10px;
    width: calc(1200px - 32px); }
  .p-licence .c-ttl-lg {
    letter-spacing: 0.1em; }
  .p-licence-txt {
    width: 700px;
    margin: 0 auto;
    column-count: 3;
    grid-gap: 10px;
    margin-bottom: 48px;
    position: relative;
    padding-left: 32px; }
    @media screen and (max-width: 767px) {
      .p-licence-txt {
        margin-bottom: 24px; } }
    .p-licence-txt::after {
      display: block;
      content: "その他多数の資格保有";
      position: absolute;
      bottom: 0;
      right: auto; }

.p-products-ttl {
  background: #39C3FF;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  padding: 16px 16px 24px; }
  .p-products-ttl-ac {
    display: block;
    background: #FFEA61;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 1em; }
.p-products-lead {
  text-align: center;
  margin-bottom: 24px; }
.p-products-logo {
  text-align: center; }
.p-products .c-box-child {
  margin-bottom: 48px; }
  .p-products .c-box-child .c-box-gray {
    padding: 24px 16px 32px; }

.p-products-corona .c-box-inr,
.p-products-daikin .c-box-inr,
.p-products-mitsubishi .c-box-inr {
  width: 100%;
  max-width: 1200px !important; }
.p-products-corona .c-list-squea-img,
.p-products-daikin .c-list-squea-img,
.p-products-mitsubishi .c-list-squea-img {
  text-align: center; }
  .p-products-corona .c-list-squea-img img,
  .p-products-daikin .c-list-squea-img img,
  .p-products-mitsubishi .c-list-squea-img img {
    width: 90%; }
.p-products-corona .c-list-squea-txt,
.p-products-daikin .c-list-squea-txt,
.p-products-mitsubishi .c-list-squea-txt {
  font-size: 12px; }
.p-products-corona .c-list-squea-price,
.p-products-daikin .c-list-squea-price,
.p-products-mitsubishi .c-list-squea-price {
  margin-top: 0; }

.p-manufacturer {
  margin-bottom: 104px !important; }
  .p-manufacturer-btn-list {
    width: 804px;
    margin: 12px auto 34px; }
  .p-manufacturer .c-btn-area {
    justify-content: flex-start;
    max-width: 960px;
    margin: 0 auto 34px; }
  .p-manufacturer .c-btn-blue {
    width: 240px;
    padding: 16px 20px; }
    .p-manufacturer .c-btn-blue a {
      text-align: center;
      padding: 2px 0;
      transition: opacity .2s; }
      .p-manufacturer .c-btn-blue a::after {
        display: none; }
      .p-manufacturer .c-btn-blue a:hover {
        opacity: .6; }
      .p-manufacturer .c-btn-blue a:hover {
        background: #fff; }
    .p-manufacturer .c-btn-blue img {
      width: 120px;
      vertical-align: middle; }

.p-case {
  margin-bottom: 0 !important; }
  .p-case .c-list-card {
    margin-bottom: 40px; }
    .p-case .c-list-card-item {
      width: 358px; }

.p-other .c-ttl {
  margin-bottom: 40px; }
.p-other .c-btn-red {
  width: 50%;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .p-other .c-btn-red {
      margin-bottom: 16px; } }
.p-other .c-btn-area {
  width: 800px;
  margin: 0 auto; }
.p-other-img {
  padding: 12px 0;
  /*    text-align: center;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto; }
  .p-other-img img {
    width: calc(100% / 4 - 4px); }
    .p-other-img img:nth-child(n+5) {
      margin-top: 4px; }

.p-manufacturer,
.p-other {
  background: #F2F2F2;
  border-radius: 10px;
  padding: 56px 52px; }

.p-price-list {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap; }
  .p-price-list-item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
  .p-price-list + .c-ttl-xs {
    font-size: 18px; }
.p-price .c-box-green, .p-price .c-box-yellow {
  flex: 1;
  position: relative; }
  .p-price .c-box-green::before, .p-price .c-box-yellow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc((100vw - 1200px + 32px)/ 2);
    height: 100%;
    z-index: 1; }
  .p-price .c-box-green-col-l, .p-price .c-box-yellow-col-l {
    position: relative; }
    .p-price .c-box-green-col-l::before, .p-price .c-box-yellow-col-l::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100px;
      height: 90px;
      z-index: 1; }
.p-price .c-box-green {
  position: relative; }
  .p-price .c-box-green::before {
    right: 100%;
    background: #39C3FF; }
  .p-price .c-box-green-col-l::before {
    background: url("/assets/img/top/icon_wrranty_01.svg") no-repeat center;
    background-size: cover; }
.p-price .c-box-yellow::before {
  left: 100%;
  background: #FFEA61; }
.p-price .c-box-yellow-col-l {
  position: relative; }
  .p-price .c-box-yellow-col-l::before {
    background: url("/assets/img/top/icon_wrranty_02.svg") no-repeat center;
    background-size: cover; }

.p-step .kts04 {
  width: 370px;
  margin: 0 auto 15px;
  text-align: center; }
.p-step .c-ttl-lg span {
  display: block;
  color: #E60012;
  font-size: 24px;
  font-weight: 700; }

.p-column {
  overflow: hidden; }
  .p-column-list-block {
    border-top: 3px solid #E60012;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 0 8px 32px; }
    .p-column-list-block a {
      display: block;
      position: relative;
      transition: opacity .3s; }
      .p-column-list-block a:hover {
        opacity: .6; }
  .p-column-list-thumb {
    width: 100%;
    padding-top: 52.5%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  .p-column-list-col-b {
    padding: 24px 16px; }
  .p-column-list-cat {
    font-size: 13px;
    font-weight: 700;
    color: #E60012;
    margin-bottom: 2px; }
  .p-column-list-ttl {
    font-size: 18px;
    margin-bottom: 8px; }

.p-about {
  padding-bottom: 100px; }
  .p-about .c-box-inr {
    width: 946px; }
  .p-about-logo {
    text-align: center;
    margin-bottom: 32px; }
    .p-about-logo img {
      max-width: 240px; }
  .p-about-txt {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding: 24px 0;
    margin-bottom: 8px; }
    .p-about-txt::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url("/assets/img/common/bg_about.png") no-repeat center;
      background-size: contain;
      width: 518px;
      height: 95px; }
    .p-about-txt span {
      position: relative; }
  .p-about .c-box-child {
    padding-top: 80px; }
  .p-about-row {
    margin-bottom: 32px;
    padding-left: 378px; }
    @media screen and (max-width: 767px) {
      .p-about-row {
        margin-bottom: 16px; } }
    .p-about-row + .c-txt-md {
      padding-left: 378px; }
  .p-about-img {
    width: 338px;
    position: absolute;
    left: 0;
    bottom: 0; }

.p-message {
  position: relative; }

.p-aside {
  padding-bottom: 100px; }
  .p-aside .c-btn-red {
    padding: 8px 0; }
    .p-aside .c-btn-red a {
      margin: 0 auto; }
  .p-aside .c-btn-area {
    width: 700px;
    margin: 0 auto; }

.p-aside .c-btn-red {
  width: 315px; }

.l-cta-primary {
  margin-bottom: 0; }

.p-topics-freeze {
  padding: 0 0 48px; }
  .p-topics-freeze-ttl {
    width: 870px;
    margin: 0 auto 24px;
    line-height: 1; }
    .p-topics-freeze-ttl::after {
      content: "";
      width: 100%;
      height: 8px;
      background: url(/assets/img/common/bg_ptn_stripe.png) center;
      display: block;
      margin-top: 16px; }
  .p-topics-freeze-txt {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px; }
  .p-topics-freeze .c-txt-md {
    margin-bottom: 24px; }
  .p-topics-freeze .c-btn-md a {
    width: 400px; }

.p-campaign-bnr {
  text-align: center;
  padding: 0 16px; }

.p-bnr-kyutows {
  width: 800px;
  margin: 0 auto; }

.p-btn-camp a {
  width: 800px;
  height: 70px;
  line-height: 64px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  border-width: 2px; }
  .p-btn-camp a::after {
    right: 24px;
    content: "\e915";
    font-size: 16px;
    color: #333; }

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