@charset "UTF-8";

body {
    color: #000;
    font-size: 16px;
    font-family: YuGothic,'Yu Gothic', sans-serif;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

a {
    transition: all .4s;
}
a:hover {
    opacity: .8;
}

/* =======================
    utility
========================*/
.sp-show {
    display: block;
}
.pc-show {
    display: none!important;
}

@media screen and (min-width: 769px) {
    .sp-show {
        display: none!important;
    }
    .pc-show {
        display: block!important;
    }
}
.c-btn {
    font-weight: 600;
}

/* =======================
    header
========================*/
.p-header-sp-nav__item a .-icon {
    margin-top: 4px;
}
.p-guide__area {
    font-weight: 600;
}

/* =======================
    footer
========================*/
.p-footer--sp {
    margin-top: 80px;
}
.p-footer--sp .-banner {
    font-weight: 600;
}
.p-footer--sp .icon-font::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
}
.p-footer__copylight {
    padding: 10px 15px;
}

/* =======================
    main
========================*/
.main {
    padding-top: 75px;
}
.top-line {
    height: 10px;
    background-color: #009DFF;
}
.top-banner-slider {
    overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
    display: none;
}
.tv-bg {
    background-size: auto auto;
    background-color: rgba(242, 252, 255, 1);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 14px, rgba(235, 247, 255, 1) 14px, rgba(235, 247, 255, 1) 28px);
    padding-bottom: 60px;
}
.tv-contents {
    padding: 25px 15px 0;
}
.tv-head {
    border: 2px solid #000;
    display: flex;
    align-items: stretch;
}
.tv-title-red {
    background-color: #F03030;
    border-right: 2px solid #000;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    flex: 0 0 70px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tv-title-red .--en {
    font-size: 12px;
    display: block;
}
.tv-title {
    width: calc(100% - 70px);
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    padding: 10px;
    display: flex;
    align-items: center;
}
.tv-title.--past {
    width: 100%;
}
.tv-body {
    margin-top: 15px;
}
.tv-contents-movie {
    width: 100%;
}
.video-wrap {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.video-wrap iframe, 
.video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tv-contens-right {
    margin: 15px auto 0;
    width: 66%;
}
.tv-item {
    background-color: #009DFF;
    padding: 40px 15px 15px;
    margin: 0 auto;
    position: relative;
}
.tv-item-part {
    background-color: #F03030;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -10px;
    padding: 5px 10px;
    letter-spacing: 0.1em;
    transform: rotate(-6deg);
    z-index: 2;
}
.tv-item-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.tv-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tv-item-btn {
    height: 50px;
    margin: 10px auto 0;
    font-size: 18px;
}
.btn-more {
    background-color: #009DFF;
    border-bottom: 3px solid #0078AF;
    border-radius: 5px;
    color: #fff!important;
    width: 100%;
    height: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-more::after {
    content: "";
    background: url(../images/tv/btn-arrow.png) no-repeat center center / contain;
    width: 30px;
    height: 22px;
    display: inline-block;
    margin-left: 8px;
}
.tv-foot {
    margin-top: 50px;
}
.tv-area {
    background-color: #009DFF;
    position: relative;
    padding: 5px;
}
.tv-area-part {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #009DFF;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 5px 9px 3px;
    display: inline-block;
}
.tv-area-txt {
    background-color: #fff;
    padding: 5px 7px;
    overflow: hidden;
}
.txt-flow {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: animate-banner 45s linear infinite;
}
.txt-flow p {
    display: inline-block;
    font-size: 14px;
}
@keyframes animate-banner {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
}

.tv-archive {
    margin-top: 30px;
    background-color: #FFDE2B;
    position: relative;
    padding: 0 0 10px 15px;
}
.tv-archive-ttl {
    background-color: #009DFF;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
}
.tv-archive-list {
    display: flex;
    gap: 0 10px;
    overflow: scroll auto;
    margin-top: 7px;
    padding-bottom: 10px;
}
.tv-archive-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.tv-archive-list::-webkit-scrollbar-track{
    background-color: transparent;
 }
.tv-archive-list::-webkit-scrollbar-thumb{
    background-color: #A5A5A5;
    border-radius: 5px;
 }
.tv-archive-item {
    background-color: #fff;
    border-radius: 4px;
    flex: 0 0 38%;
    position: relative;
}
.tv-archive-item:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 15px;
    height: 1px;
    background: transparent;
}
.tv-archive-item > a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.tv-archive-item > a .date {
    margin-top: 5px;
}
.tv-archive-item > a .name {
    margin-top: 6px;
    flex-grow: 1;
}
.tv-archive-item > a .more {
    text-align: right;
    text-decoration: underline;
    margin-top: 10px;
}
.tv-archive-item > a .img {
    width: 100%;
    position: relative;
    padding-top: 100%;
}
.tv-archive-item > a .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tv-archive-btn {
    background-color: #009DFF;
    border-radius: 4px;
    box-shadow: 0 3px 0 #0078AF;
    color: #fff!important;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 12px;
    position: absolute;
    top: 6px;
    right: 10px;
    text-align: center;
}

.tv-slider {
    overflow: hidden;
}
.main-slider {
    padding-bottom: 30px;
    position: relative;
}
.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
    background: #6f6f6f;
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
    bottom: 0;
    z-index: 2;
}
.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.common-contents {
    margin-top: 30px;
}

.news {
    padding: 0 15px;
    max-width: 600px;
    margin: 0 auto;
}
.news-bg {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(90deg, rgba(101, 189, 238, 1), rgba(101, 189, 238, 1) 5vw, transparent 5vw, transparent 10vw );
    padding: 3px;
}
.news-content {
    background-color: #fff;
    padding: 20px 18px 30px;
}
.news-section-ttl {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
}
.news-list {
    margin-top: 15px;
}
.news-item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px dotted #000;
    margin-bottom: 20px;
}
.news-item-left {
    display: flex;
    align-items: center;
}
.news-date {
    font-size: 13px;
    color: #009DFF;
}
.news-cate {
    font-size: 12px;
    background-color: #009DFF;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 3px;
    min-width: 57px;
    text-align: center;
    margin-left: 10px;
}
.news-title {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    color: #000!important;
    text-decoration: underline;
}

.common-contents-flex {
    display: flex;
    flex-direction: column-reverse;
}
.common-main {
    margin-top: 30px;
}

.l-home-case-steps {
    padding-bottom: 50px;
}
.l-home-case-steps__heading .-title {
    font-family:  YuGothic,'Yu Gothic', sans-serif;
    font-weight: 600;
}
.l-home-case-steps__heading .-sub {
    font-weight: 600;
}
.l-home-case-steps__heading:after {
    border-width: 36.5px;
    width: 60%;
}
.l-home-case-steps__subText {
    font-weight: 600;
}
.l-home-case-steps-item__numberlong,
.l-home-case-steps-item__number {
    font-family:  YuGothic,'Yu Gothic', sans-serif;
    margin-right: 15px;
    padding-top: 11px;
    padding-left: 5px;
}
.l-home-case-steps-item__numberlong:after {
    z-index: -1;
}
.l-home-case-steps-item {
    padding-top: 11px;
    padding-bottom: 25px;
}
.l-home-case-steps-item__title {
    font-family: YuGothic,'Yu Gothic', sans-serif;
    font-weight: 600;
}
.l-home-case__action a {
    font-family: YuGothic,'Yu Gothic', sans-serif;
    font-weight: 600;
}
.l-home-case-steps-item__desc a {
    text-decoration: underline;
}
.c-btn-link {
    font-size: 16px;
    justify-content: center;
}
.c-btn-link:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #000;
    position: static;
    transform: none;
    margin-left: 10px;
}

.common-sidebar {
    margin: 60px auto 0;
    padding: 0 15px;
    max-width: 520px;
}
.sidebar-item + .sidebar-item {
    margin-top: 15px;
}
.sidebar-item .line {
    background-color: #3ECE3E;
    box-shadow: 0 3px 0 #00A700;
    border-radius: 3px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
}
.sidebar-item .line::before {
    content: "";
    background: url(../images/tv/line-white.png) no-repeat center center / contain;
    width: 56px;
    height: 56px;
    display: inline-block;
    margin-right: 16px;
}
.sidebar-item .line .line-txt {
    font-weight: 600;
    font-size: 17px;
}
.sidebar-item .line .line-txt .txt-strong {
    text-transform: uppercase;
    font-size: 25px;
}
.construct {
    border: solid 4px #2896E1;
    text-align: center;
}
.construct > a {
    color: #000;
    font-size: 14px;
}
.p-sidebar-list .construct-num {
    font-size: 28px;
}
.p-sidebar-list .construct-btn {
    width: 70%;
}
.p-sidebar-list .construct-btn::after {
    content: "";
    display: inline-block;
    border-style: solid;
    width: 0;
    height: 0;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #00ADEF;
    position: relative;
    top: 2px;
    right: -10px;
}

/* =======================
    news detail
========================*/
.news-page .common-main,
.tv-detail-page .common-main {
    margin-top: 0;
}
.news-dtl-ttl {
    margin: 0 15px;
    padding: 15px 20px;
    background-color: #009DFF;
    color: #fff;
    box-shadow: 0 3px 0 #0081B2;
}
.news-dtl-ttl p {
    padding-left: 15px;
    border-left: 3px solid #fff;
    font-size: 18px;
    font-weight: 600;
}
.news-dtl-content {
    margin-top: 15px;
    background-color: #F0FBFF;
    padding: 15px;
}
.news-dtl-wrap {
    border: 1px solid #0081B2;
    background-color: #fff;
    padding: 25px 15px 30px;
}
.news-dtl-head {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0081B2;
    padding-bottom: 10px;
}
.news-dtl-date {
    font-size: 16px;
    margin-right: 10px;
}
.news-dtl-cate {
    background-color: #0081B2;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    min-width: 80px;
    text-align: center;
    color: #fff;
    padding: 3px 5px;
}
.news-dtl-body {
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.5;
}
.news-dtl-body * + * {
    margin-top: 12px;
}
.news-dtl-foot {
    margin: 50px auto 0;
    width: 220px;
}
.news-dtl-btn {
    display: inline-block;
    border: 1px solid #000;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    color: #000!important;
    position: relative;
    background-color: #fff;
}
.news-dtl-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #000000 transparent transparent;
}

/* =======================
    archive
========================*/
.tv-archive-page .tv-bg {
    padding-top: 30px;
}
.archive-inner {
    background-color: #FFDE2B;
    padding: 0 15px 50px;
}
.archive-ttl {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    background-color: #009DFF;
    color: #fff;
    padding: 10px 15px;
}
.archive-cate {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.ar-cate-item {
    border: 2px solid #000;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px;
    cursor: pointer;
}
.ar-cate-item a{
    color: #000!important;
}
.ar-cate-item.is-active {
    background-color: #fff;
}
.archive-list-wrap {
    margin-top: 20px;
    /* display: none; */
}
.archive-list-wrap.is-active {
    display: block;
}
.archive-item {
    background-color: #fff;
    padding: 8px;
    display: flex;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}
.archive-item + .archive-item {
    margin-top: 20px;
}
.archive-item-img {
    width: 150px;
    padding-top: 150px;
    position: relative;
}
.archive-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.archive-item-txt {
    width: calc(100% - 150px);
    padding-left: 10px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}
.archive-item-txt .date {
    font-size: 12px;
}
.archive-item-txt .name {
    font-size: 14px;
    margin-top: 8px;
    flex-grow: 1;
}
.archive-item-btn {
    height: 32px;
    font-size: 12px;
    width: min(100%, 200px);
    margin-left: auto;
}
.archive-item-btn .btn-more::after {
    width: 21px;
    height: 16px;
}
.archive-pagination {
    margin: 45px auto 0;
    background-color: #fff;
    padding: 12px;
    width: 210px;
}
.archive-pagination .nav-links {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.archive-pagination .nav-links .page-numbers {
    color: #009DFF;
    margin: 0 10px;
}
.archive-pagination .nav-links .page-numbers.current {
    color: #000000;
    opacity: .3;
}
.archive-pagination .nav-links .prev.page-numbers {
    font-size: 0;
    margin-right: 15px;
}
.archive-pagination .nav-links .prev.page-numbers::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #009DFF transparent transparent;
    display: inline-block;
}
.archive-pagination .nav-links .next.page-numbers {
    font-size: 0;
    margin-left: 15px;
}
.archive-pagination .nav-links .next.page-numbers::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #009DFF;
    display: inline-block;
}

/* ====================
    archive-detail
=======================*/
.tv-detail-page .common-contents {
    margin-top: 0;
}
.tv-dtl .tv-inner {
    padding: 15px 15px 0;
}
.tv-dtl .tv-contents {
    padding: 0;
}
.tv-date {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.tv-dtl-comment {
    margin-top: 40px;
    background-color: #fff;
    border: 1px solid #0081B2;
    padding: 14px;
    font-size: 14px;
}
.tv-dtl-comment p + p{
    margin-top: 12px;
}
.tv-dtl-foot {
    margin: 40px auto 0;
    width: 260px;
}
.tv-dtl-foot a span {
    position: relative;
    right: -6px;
}
/* .--product-contents .p-product-detail__logo {
    background-image:url(../images/tv/product/paloma.png);
  } */
  .--product-contents dl.product__list{
    display: flex;
    border-bottom: 1px solid gray;
    font-size: 1.5rem;
    padding :5px;
    gap: 10px;
  
  }
  .--product-contents dl.product__list dd{
    width:60%;
  }
  .--product-contents dl.product__list dt{
    width:40%;
  }
  .--product-contents .youtube{
    margin-top: 30px;
  }
  .--product-contents  p.-text{
    margin-top: 10px;
  
  }
  .--product-contents .product-detail__article{
   margin-top: 10px;
  }
  .--product-contents .-text p{
    margin-top: 5px;
  }
  .--product-contents .p-product-detail-feature__items {
    flex-direction: column;
  }
  .--product-contents .p-product-detail-feature__items p{
    font-size: 1.5rem;
  }
  
  .--product-contents .p-product-detail-feature__item {
    width: 100%;
    padding: 10px;
    border:none;
  }
  .--product-contents .p-product-detail__price {
    border-top: none;
    margin-top: 0px;
    padding: 0 0 8px;
  }
  .--product-contents .p-product-detail__price li {
    font-size: 1.2rem;
  }
  .--product-contents .p-product-detail__price span {
    font-weight: 500;
  }
  .--product-contents .p-product-detail__prices {
    border: 1px solid #00ADEF;
    padding: 25px 15px;
    margin-top: 50px;
  
  }
  .--product-contents .p-product-detail-bottom__body {
    min-height: 160px;
    }
    .--product-contents .mini-area {
        width: 90%;
        margin: 0px auto;
}
.--product-contents .mini-flex{
    display: flex;
}

    .--product-contents .mini-area .mini-line {
        background-color: #24bf24;
        padding: 15px 10px;
        width: 100%;
        font-size: large;
        color: #fff;
        border: solid 1px #fff;
    }
    .--product-contents .mini-area .mini-line span{
       font-size: 1rem;
    }

    .--product-contents .mini-area a {
        font-size: 1.7rem;
        font-weight: 500;
        color: #fff;
        width: 100%;
        text-align: center;
        display: flex;
    }
    .--product-contents .mini-area .mini-contact {
        background-color: orange;
        padding: 15px 10px;
        width: 100%;
        border: solid 1px #fff;
    }
    .--product-contents .mini-area .mini-tel {
        background-color: #0da4ea;
        padding: 5px 10px;
        width: 100%;
        border: solid 1px #fff;
    }

    .price-items {
        font-size: 1.2rem;
        font-weight: bold;
        color: #000;
    }
  /* .--product-contents .p-product-detail-bottom:after {
    top: -40px;
    left: 0;
    margin: auto;
    border-top: 25px solid #0081b2;
    border-right: 20px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 20px solid transparent;
  } */
  .--product-contents .-total{
    display: flex;
    justify-content: flex-end;
    gap: 0px;
    align-items: flex-end;
    text-align: right;
    font-weight:bold;
    border-bottom: 5px solid #00ADEF;
  }
  /* .--product-contents .p-product-detail-bottom {
    margin-top: 50px;
  } */
  
  .--product-contents .p-product-detail-bottom__total .-total {
    font-size: 4rem;
    color: #dc0115;
    -webkit-text-stroke: 2px #dc0115;
    margin-top: 6px;
    border-bottom: 5px solid #00ADEF;
  }
  .--product-contents .p-product-detail__total .-unit{
    -webkit-text-stroke: blanchedalmond;


  }
  .--product-contents .p-product-detail__total .-tax {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .--product-contents .p-product-detail__total .-taxinc {
    font-weight: 500;
    margin-bottom: 8px;
  
  }
  .--product-contents .l-home-case-steps-item{
    border: none;
    padding: 15px;
  }
  .--product-contents h3.right-ttl {
    text-align: center;
    border-bottom: 1px solid #00ADEF;
    margin-top : 50px;
    font-size: 2.2rem;
    padding-bottom: 5px;
  }
  .--product-contents .c-btn-info:after {
    content: none;
  }
  .--product-contents iframe {
    width: 100%;
  }
  .--product-contents .p-guide-bottom__message:after {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 0px;
    top: 60px;
    width: 72px;
    height: 58px;
    margin: auto;
    background-image: url("../images/tv/product/faceboy.png");
    background-size: 72px 58px;
    background-repeat: no-repeat;
  }
  .--product-contents .product-img{
    position: relative;
  }
  .--product-contents ul.l-home-case-steps-items li{
    font-size: 1.5rem;
  }
  .--product-contents .p-product-detail-bottom__else {
    margin:5px 0 0px;
    font-size: 1.6rem;
  }
  .--product-contents .p-guide__box .c-btn-lg {
    font-size: clamp(1.4rem, 1.1131rem + 0.5618vw, 1.5625rem);
  }
  .--product-contents .p-product-detail__article{
    display: block;
  }
  .--product-contents .btn-txt::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid  #fff;
    border-right: 0;
    position: absolute;
    top: 2px;
    right: -15px;
  }
  .--product-contents .icon-font-triangle-right:before {
    content: none;
  }
  .--product-contents .btn-txt{
    position: relative;
    display: block;
  }
  .--product-contents .p-product-detail-feature__item .-title{
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .--product-contents .l-home-case-steps-item__title {
    font-size: 1.7rem;
  }
  .--product-contents .l-home-case-steps-item__desc {
    font-size: 1.5rem;
  }
  .--product-contents .wp-block h3.rich-text,h3:not([class]),h3[class^='has-text-align-'] {
    font-size: 2.2rem;
  }
  .--product-contents .p-guide__box {
    padding: 20px 10px 25px 10px;
  }
  .--product-contents .p-product-detail-section {
    margin-bottom: 0px
  }
  .--product-contents .p-product-detail__discount {
    right: 35px;
}
.--product-contents .p-product-detail-bottom__total .-unit{
    -webkit-text-stroke: blanchedalmond;
}
.--product-contents p.tax-included {
    color: #000;
}


    /*----
  swiper 商品
  
  ---*/

  .--product-contents .product-swiper .swiper-container{
    width: 100%;
    height: auto;
  }
  .--product-contents .swiper-button-next {
    top: 45%;
    width: 35px;
    height: 35px;
    right: 0;

}
.--product-contents .swiper-button-prev {
    top: 45%;
    width: 35px;
    height: 35px;
    left: 0;
}
.--product-contents .swiper-button-prev, .--product-contents .swiper-button-next{
    display: block;
}

.--product-contents .swiper-button-prev::after {
    content: "";
    background: url(../images/tv/banner-left.png) no-repeat center center / contain;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.--product-contents .swiper-button-prev::after {
    background-image: url(../images/tv/main-slide-left.png);
}
.--product-contents .swiper-button-next::after {
    content: "";
    background: url(../images/tv/banner-right.png) no-repeat center center / contain;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.--product-contents .swiper-button-next::after{
    background-image: url(../images/tv/main-slide-right.png);
}
.slider-thumbnail .swiper-slide {
    opacity: .5;
    transition: opacity .5s;
    width: calc(100% / 4);

}
.--product-contents .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #0078AF;

}
.--product-contents .swiper.slider-thumbnail  {
    max-width: 450px;
    width: 100%;
    margin-top: 30px;
}
.--product-contents .slider-thumbnail .swiper-slide img {
    width: 200px;
    height: 80px;
    object-fit: contain;
}
.--product-contents .slider-thumbnail .swiper-slide  {
    object-fit: contain;
}

.--product-contents  .slider-thumbnail .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 10px;
}
.sip-slider, .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img{
    transition-duration: 600ms !important;
    }

  /*----

   .slider-thumbnail .swiper-wrapper{

  吹き出し
  
  ---*/
  .arrow_box p {
    padding: 19px 15px;
    font-size: 1.5rem;
  }
  .arrow_box:after, .arrow_box:before {
      bottom: 100%;
      left: 13%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
  }
  
  .arrow_box:after {
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #E3F8FF;
      border-width: 30px;
      margin-left: -30px;
  }
  .arrow_box:before {
      border-color: rgba(194, 225, 245, 0);
      border-width: 36px;
      margin-left: -36px;
  }
  .arrow_box {
    position: relative;
    background: #E3F8FF;
    border: 4px solid #E3F8FF;
    width: 90%;
    margin: 20px auto 0px;
    padding: 10px;
  }


.tv-contact-container .p-contact__board {
    padding: 20px;
    background-color: #fff;
}
main#primary h1.entry-title{
    display: none;
}
main#primary .entry-content {
    margin: 4em 0 0;
}
main#primary .common-contents-flex {
    flex-direction: column-reverse;
}
main#primary .p-contact__tops {
    margin-bottom: 0px;
}
.l-page__container.tv-contact-container input.c-form-control {
    background: #fff;
}
.l-page__container.tv-contact-container textarea.c-form-control{
    background: #fff;
}
.l-page__container.tv-contact-container {
     margin: 0px; 
}






@media screen and (min-width: 769px) {

    .inner {
        max-width: 1240px;
        padding: 0 20px;
        margin: 0 auto;
    }

    /* =======================
        header
    ========================*/
    .p-header {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        min-width: auto;
    }
    .p-header-wrapper {
        position: static;
        padding: 0 20px;
    }
    .p-header-headline {
        max-width: 1160px;
        margin: 0 auto;
        width: auto;
    }
    .p-header-headline__logo {
        display: block;
        margin: 0;
        padding-right: 10px;
    }
    .p-header-headline__logo > a {
        display: flex;
    }
    .header-logo-tv {
        width: 100px;
        padding-left: 10px;
    }
    .p-header-headline__area {
        width: 27%;
        margin-left: auto;
    }
    .p-header-headline__contact {
        width: 40%;
    }
    .p-header-headline__estimate {
        width: 122px;
    }
    .c-btn-fixed-right {
        z-index: 12000;
    }
    .c-btn-vertical.-first img {
        width: 34px;
    }
    .c-btn-vertical.-second img {
        width: 24px;
    }

    /* =======================
        footer
    ========================*/
    .p-footer {
        width: auto;
        min-width: auto;
    }
    .l-container {
        width: 100%;
        max-width: auto;
    }

    /* =======================
        main
    ========================*/
    .main {
        padding-top: 136px;
    }
    .top-line {
        height: 20px;
    }


    .top-banner-slider {
        position: relative;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
        position: absolute;
        top: 48%;
        width: 60px;
        height: 60px;
    }
    .swiper-button-prev {
        left: 20px;
    }
    .swiper-button-prev::after {
        content: "";
        background: url(../images/tv/banner-left.png) no-repeat center center / contain;
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    .swiper-button-next {
        right: 80px;
    }
    .swiper-button-next::after {
        content: "";
        background: url(../images/tv/banner-right.png) no-repeat center center / contain;
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .tv-inner {
        padding: 20px 20px 0;
        max-width: 1000px;
        margin: 0 auto;
    }
    .tv-contents {
        padding: 0;
    }
    .tv-title-red {
        font-size: 26px;
        flex: 0 0 112px;
    }
    .tv-title-red .--en {
        font-size: 18px;
    }
    .tv-title {
        font-size: 24px;
        padding: 10px 20px;
    }
    .tv-body {
        display: flex;
    }
    .tv-contents-movie {
        width: 66.7%;
    }
    .tv-contens-right {
        margin-top: 0;
        padding-left: 15px;
        width: calc(100% - 66.7%);
    }
    .tv-item {
        padding: 12px 56px 12px 12px;
    }
    .tv-item-part {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding: 15px 13px;
        top: -4px;
        left: auto;
        right: -2px;
        font-size: 25px;
    }
    .tv-item-btn {
        margin: 15px 0 0;
        height: 83px;
    }
    .tv-item-btn .btn-more {
        font-size: 24px;
    }
    .tv-foot {
        margin-top: 15px;
    }
    .tv-area {
        display: flex;
        align-items: center;
        background-color: #009DFF;
        padding: 10px;
    }
    .tv-area-part {
        position: static;
        width: 170px;
        text-align: center;
        padding: 0;
        font-size: 18px;
    }
    .tv-area-txt {
        width: calc(100% - 170px);
        padding: 7px 0;
    }
    .tv-area-txt p {
        font-size: 18px;
    }
    .tv-archive {
        margin-top: 40px;
        padding-right: 15px;
    }
    .tv-archive-list {
        overflow: hidden;
        margin-top: 10px;
    }
    .tv-archive-item {
        flex: 0 1 auto;
        width: calc(20% - 10px * 4 / 5);
    }
    .tv-archive-item > a {
        font-size: 14px;
    }
    .tv-archive-ttl {
        font-size: 22px;
        padding: 12px 30px;
    }
    .tv-archive-btn {
        font-size: 18px;
        padding: 10px 20px;
        top: 8px;
        right: 15px;
    }
    
    .tv-slider-bg {
        background-size: auto auto;
        background-color: rgba(0, 173, 239, 1);
        background-image: repeating-linear-gradient(90deg, transparent, transparent 50px, rgba(59, 192, 243, 1) 50px, rgba(59, 192, 243, 1) 100px );
        padding: 30px 0;
    }
    .main-slider {
        padding-bottom: 0;
    }
    .main-slider .swiper-pagination {
        display: none;
    }
    .main-slider .swiper-slide {
        width: 80%;
    }
    .main-slider .swiper-slide a {
        transition: all .4s;
    }
    .main-slider .swiper-slide a:hover {
        opacity: 0.9;
    }
    .main-slider .swiper-slide img {
        width: 100%;
    }
    .main-slider .swiper-button-prev,
    .main-slider .swiper-button-next {
        width: 70px;
        height: 70px;
    }
    .main-slider .swiper-button-prev {
        left: 60px;
    }
    .main-slider .swiper-button-prev::after {
        background-image: url(../images/tv/main-slide-left.png);
    }
    .main-slider .swiper-button-next {
        right: 100px;
    }
    .main-slider .swiper-button-next::after{
        background-image: url(../images/tv/main-slide-right.png);
    }

    .common-contents {
        margin-top: 50px;
    }
    .news {
        padding: 0;
        max-width: 900px;
    }
    .news-bg {
        padding: 5px;
        background-image: repeating-linear-gradient(90deg, rgba(101, 189, 238, 1), rgba(101, 189, 238, 1) 22px, transparent 22px, transparent 44px );
    }
    .news-content {
        padding: 30px 50px 35px;
    }
    .news-list {
        margin-top: 25px;
    }
    .news-item {
        display: flex;
    }
    .news-item-left {
        padding-right: 30px;
        width: 300px;
    }
    .news-date {
        font-size: 18px;
    }
    .news-cate {
        font-size: 15px;
        min-width: 140px;
        margin-left: 20px;
    }
    .news-title {
        margin-top: 0;
        font-size: 16px;
        width: calc(100% - 280px - 28px);
    }

    .common-contents-flex {
        flex-direction: row;
        margin-top: 40px;
    }
    .common-sidebar {
        margin-top: 0;
        padding: 0 30px 0 0;
        width: 290px;
    }

    .common-main {
        margin-top: 0;
        width: calc(100% - 290px);
    }

    .sidebar-item .line {
        background-color: #fff;
        border: 2px solid #000;
        border-radius: 0;
        color: #000;
        padding: 15px 15px 20px;
        box-shadow: none;
    }
    .sidebar-item .line::before {
        content: none;
    }
    .sidebar-item .line .line-txt {
        letter-spacing: 0;
    }
    .sidebar-item .line .line-txt .txt-strong {
        color: #00B900;
    }
    .line-qr {
        width: 125px;
        margin: 10px auto 0;
    }
    .construct > a {
        font-size: 18px;
    }
    .p-sidebar-list .construct-num {
        font-size: 40px;
    }
    .p-sidebar-list .construct-btn {
        margin: 15px auto;
    }

    .l-home-case-steps__heading:after {
        border-width: 70px;
    }
    .l-home-case-steps__heading .-suffix {
        width: 65px;
        right: -58px;
        bottom: -12px;
    }
    .l-home-case-steps-item__numberlong, 
    .l-home-case-steps-item__number {
        padding-top: 18px;
        padding-left: 7px;
    }
    .l-home-case-steps-item {
        padding-top: 28px;
    }
    .l-home-case-steps-item__body {
        margin: 0;
        letter-spacing: 0;
    }
    .l-home-case-steps-item__desc {
        line-height: 1.6;
    }
    .l-home-case__action {
        width: 440px;
        margin: 0 auto;
    }
    .c-btn-link {
        font-size: 18px;
        justify-content: center;
        padding: 18px!important;
        max-width: 100%;
    }
    .c-btn-lg {
        height: auto;
    }

    .p-footer {
        margin-top: 50px;
    }
    .p-footer-nav {
        margin-top: 10px;
    }
    .p-footer__contact {
        padding: 30px 30px 50px;
    }
    .p-footer__content a {
        text-decoration: underline;
    }
    .p-footer-board__right {
        max-width: 340px;
    }

    /* =======================
        news
    ========================*/
    .news-page .inner {
        max-width: 1000px;
    }
    .news-page .common-sidebar {
        padding-right: 50px;
    }
    .news-dtl-ttl {
        margin: 0;
        padding: 20px 25px;
    }
    .news-dtl-ttl p {
        font-size: 22px;
    }
    .news-dtl-content {
        margin-top: 20px;
        padding: 26px;
    }
    .news-dtl-wrap {
        padding: 30px;
    }
    .news-dtl-date {
        font-size: 18px;
    }
    .news-dtl-cate {
        font-size: 16px;
    }
    .news-dtl-head {
        padding-bottom: 13px;
    }
    .news-dtl-body {
        padding-top: 20px;
        font-size: 16px;
    }
    .news-dtl-body h2, 
    .news-dtl-body h3, 
    .news-dtl-body h4, 
    .news-dtl-body h5, 
    .news-dtl-body h6 {
        margin-bottom: 30px;
    }
    .news-dtl-body * + * {
        margin-top: 20px;
    }
    .news-dtl-foot {
        width: 260px;
    }
    .news-dtl-btn {
        font-size: 16px;
    }
    .news-dtl-btn::before {
        border-width: 8px 12px 8px 0;
    }

    /* =======================
        archive
    ========================*/
    .archive-inner {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 30px 70px;
    }
    .archive-ttl {
        font-size: 22px;
        padding: 14px 25px;
    }
    .archive-cate {
        margin-top: 22px;
    }
    .ar-cate-item {
        font-size: 18px;
        padding: 6px 18px;
    }
    .archive-list-wrap {
        margin-top: 24px;
    }
    .archive-list {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 25px;
    }
    .archive-item {
        width: calc(50% - 25px / 2);
    }
    .archive-item + .archive-item {
        margin-top: 0;
    }
    .archive-item-txt .date {
        font-size: 15px;
    }
    .archive-item-txt .name {
        font-size: 16px;
    }
    .archive-item-btn {
        width: 140px;
    }
    .archive-pagination {
        margin-top: 60px;
        padding: 10px 20px;
        width: 250px;
    }
    .archive-pagination .nav-links {
        font-size: 22px;
    }
    .archive-pagination .nav-links .page-numbers {
        margin: 0 14px;
    }

     /* =======================
        archive-detail
    ========================*/
    .tv-detail-page .inner {
        max-width: 1240px;
    }
    .tv-detail-page .common-sidebar {
        width: 24%;
        margin: 0;
    }
    .tv-detail-page .common-main {
        width: 76%;
    }
    .tv-dtl .tv-inner {
        padding: 30px 30px 0;
    }
    .tv-dtl .tv-date {
        font-size: 16px;
    }
    .tv-dtl .tv-title.--past {
        font-size: 18px;
        padding: 10px 15px;
    }
    .tv-dtl .tv-contens-right {
        padding-left: 11px;
    }
    .tv-dtl .tv-item {
        padding: 8px 30px 8px 8px;
    }
    .tv-dtl .tv-item-part {
        font-size: 16px;
        padding: 10px 8px;
    }
    .tv-dtl .tv-item-btn {
        height: min(5vw, 58px);
        margin-top: 10px;
    }
    .tv-dtl .tv-item-btn .btn-more {
        font-size: 16px;
    }
    .tv-dtl .tv-item-btn .btn-more::after {
        width: 24px;
        height: 20px;
    }
    .tv-dtl .tv-dtl-comment {
        margin-top: 17px;
        min-height: 250px;
    }
    .tv-dtl-foot {
        width: 300px;
    }
    .tv-dtl-foot a span {
        right: -8px;
    }
    .tv-dtl-comment p + p{
        margin-top: 20px;
    }
.--product-contents .p-product-detail__left {
    width: calc(100% - 390px );
    flex-grow: 1;
    
    }
    .--product-contents .p-product-detail__right {
    width: 300px;
    }
    .--product-contents .product-img {
        max-width: 450px;
        max-height: 450px;
        margin: 20px auto;
    }
    .--product-contents .product-img img{
        object-fit: cover;
        width: 100%;
    }
    .--product-contents dl.product__list {
        padding: 10px;
        font-size: 1.6rem;
    }
    .--product-contents .p-product-detail-section {
        margin-top: 57px;
    }
    .--product-contents .p-guide {
        margin: 0px; 
        padding: 10px 20px 20px 35px;
    }
    .--product-contents .p-guide--kyutouki .c-btn.-kyutouki {
        padding: 10px 10px;
    }
    .--product-contents .c-btn-group>.c-btn {
        padding: 15px 10px;
    }
    .--product-contents .p-product-detail-feature__items {
        margin-top:15px;
    }
    .--product-contents .p-product-detail-bottom__body {
        flex-direction: column;
        padding: 10px 0px 10px 0px;
    
    }
    .--product-contents .p-product-detail-bottom__title .-strong {
        font-size: 2.6rem;
        line-height: 1.3;
    }
    .--product-contents .p-guide-bottom__message:after {
        bottom: 20px;
    }
    .--product-contents .p-product-detail-bottom__title .-suffix {
        width: 80px;
    }
    .p-product-detail-bottom__title {
        padding: 14px 20px;
        text-align: left;
    }
    .--product-contents .p-product-detail-bottom__total {
        border-left: none;
        flex-direction: column;
        margin-left: 0px;
        padding:  0px 3px 10px;
        justify-content: center;
        gap: 10px;
    }
    .--product-contents .p-product-detail-bottom__total .-label {
    width: 45%;
    font-size: 2rem;
    margin-bottom: 0px;
    padding: 5px;
    }
    .--product-contents .p-product-detail-bottom__total .-total {
    font-size: 4rem;
    flex-grow: 3;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin-top: 3px;
    border-bottom: 3px solid #00ADEF;
    }
    .--product-contents .p-product-detail-bottom__total .-tax {
        font-size: 1rem;
    }
    .--product-contents .p-product-detail-bottom__total .-unit {
        font-size: 1rem;
    }
    .--product-contents .p-product-detail-bottom__price {
        padding: 10px 6px;
        border-bottom: 3px solid #00a0e9;
        flex-grow: 2;
        width: 95%;
        margin:  0 auto;
    }
    .--product-contents .l-home-case-steps-item {
        padding: 15px 0px;
    }
    .--product-contents ul.l-home-case-steps-items{
        padding: 30px 0px;
    }
    
    .arrow_box {
        width: 100%;
    }
    .--product-contents .swiper-button-next {
        top: 50%;
        width: 50px;
        height: 50px;
        right: 20px;
    }
    .--product-contents .swiper-button-prev {
        top: 50%;
        width: 50px;
        height: 50px;
        left: 20px;

    }
    .--product-contents .slider-thumbnail .swiper-slide img {
        width: 200px;
        height: 100px;
        object-fit: contain;
      }
    
}

@media screen and (min-width: 1024px) {
      main#primary .common-contents {
        margin-top: 170px;
    }
    main#primary  .entry-content{
        margin-top: 0;
    }
    main#primary  .entry-content{
        margin-top: 0;
    }
    main#primary .common-contents article {
        width: 70%;
      }
      main#primary .common-contents-flex {
        flex-direction: row;
    }
    





        
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .p-header-headline {
        max-width: 920px;
    }
    .p-header-headline {
        height: auto;
    }
    .main {
        padding-top: 107px;
    }
    .p-header-headline__estimate {
        width: 98px;
        right: -40px;
    }
    .header-logo {
        width: 140px;
    }
    .header-logo-tv {
        width: 80px;
    }
    .c-btn-fixed-right {
        display: none;
    }
    .swiper-button-next {
        right: 20px;
    }
    .l-home-case-steps__heading {
        padding: 25px 30px;
        height: 113px;
    }
    .l-home-case-steps__heading .-title {
        font-size: 2vw;
    }
    .l-home-case-steps__heading .-strong {
        font-size: 2.4vw;
    }
    .l-home-case-steps__heading:after {
        border-width: 56px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .l-home-case-steps {
        padding: 30px;
    }
    .l-home-case-steps__heading .-sub {
        font-size: max(1.3vw, 12px);
    }
    .--product-contents .common-contents-flex {
        display: flex;
        flex-direction: column-reverse;
        }
    .--product-contents .common-main {
        width: 100%!important;
        }
    .--product-contents .common-sidebar {
        margin: initial;
        }

}

/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi span {
    border: none;
    padding: 0;
}
.wp-pagenavi {
    position: relative;
    padding: 0 25px;
}
.archive-pagination .nav-links .wp-pagenavi .next{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.archive-pagination .nav-links .wp-pagenavi .prev{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
    .--product-contents .p-guide__box .c-btn-group {
      
      flex-direction: column;
      padding: 20px;
      font-size: 1.4rem
    }
    
    .--product-contents .p-guide__box .c-btn-info {
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
    }
    .--product-contents .p-guide-bottom__box {
    margin: 0 auto;
    display: table;
    }
    .--product-contents .p-guide-bottom__message {
    margin-top: 10px;
    }
}
@media screen and (max-width: 768px) {

    .--product-contents .p-product-detail__left {
    margin-bottom: 0px;
    }
    .--product-contents .l-home-case-steps-item {
    margin-bottom: 0px;
    padding:10px
    }
    .--product-contents .p-guide {
    padding: 20px 8px;
    }
    .--product-contents .p-guide--kyutouki{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    }
    .--product-contents .p-guide__heading {
    padding: 14px;
    }
    .--product-contents .p-guide__box {
    padding: 12px 16px 8px 16px;
    }
    .--product-contents .p-product-detail__right {
    margin-top: 0px;
    }
    .--product-contents .p-product-detail__price {
    border-top: none;
    }
    .--product-contents .p-product-detail-bottom__title .-strong {
    font-size: 2.6rem
    }

    .--product-contents .p-product-detail-bottom__title .-suffix {
    width: 65px;
    }
    .--product-contents .p-product-detail-bottom__body {
    border-right: 10px solid #00adef;
    border-bottom: 10px solid #00adef;
    border-left: 10px solid #00adef;
    padding: 25px 20px 16px;
    }
    .--product-contents .p-product-detail-bottom__total {
    justify-content: center;
    gap: 10px;
    align-items: center;
    flex-direction: column;
    border: none;
    padding: 0px 0 10px;
    margin-top:  10px ;

    }
    .--product-contents .p-product-detail-bottom__total .-label {
    color: #fff;
    background-color:#00a0e9;
    padding: 10px;
    font-size: 1.8rem;


    
    }
    .--product-contents .p-product-detail-section {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 38px;
    }
    .--product-contents .c-btn-group>.c-btn {
        margin-right: 0px; 
        margin-left: 0px;
    }
    .--product-contents .c-btn-group {
    gap: 10px;
    }
    .--product-contents .p-product-detail__article .-text {
        font-size: 1.5rem
    }
    .--product-contents .p-product-detail-bottom {
        width: 80%;
        margin: 50px auto;
    }
    .--product-contents .p-product-detail__prices {
    width: 80%;
    margin: 50px auto;
    }
    .--product-contents .p-product-detail-bottom__body {
    padding: 10px;
    }
    .--product-contents .p-product-detail__prices {
    padding: 25px 50px;
    }
    .--product-contents  .p-guide-bottom__box {
     justify-content: center; 
    }
    .--product-contents .common-sidebar {
    margin: 60px auto 0;
    }
    .--product-contents .p-product-detail-bottom__total .-unit{
        -webkit-text-stroke: blanchedalmond;
    }
    
}
    @media only screen and (max-width: 420px) {
    .--product-contents .p-product-detail-bottom {
        width: 100%;
    }
    .--product-contents .p-product-detail__prices {
        width: 100%;
    }
    .--product-contents .p-product-detail__prices {
    padding: 25px 35px;
    }
    .--product-contents .p-product-detail-bottom__body {
        padding: 15px 10px;
    }
  }
