@charset "utf-8";
/* CSS Document */

* {
   margin: 0;
   padding: 0;
}

html {
   font-size: 16px;
}

html[lang="ja"] .site * {
   font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
   font-feature-settings: "palt";
}

body {
   margin: auto;
   padding: 0;
   letter-spacing: 1px
}

img {
   image-rendering: -webkit-optimize-contrast;
}

.entry .entry-header {
   margin: 0
}

.entry .entry-content>*,
.entry .entry-summary>*,
.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*,
.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>* {
   max-width: 100%;
   margin: auto;
   padding: 0;
}

.entry .entry-content>*> :first-child,
.entry .entry-summary>*> :first-child {
   margin-top: 0;
}

.entry-content {
   text-align: center
}

.entry-content img {
   text-align: center
}

.entry .entry-content,
.entry .entry-summary {
   max-width: 100%;
   margin: 0;
   padding: 0;
}

.site-head {
   height: 80px;
   display: flex;
   justify-content: space-between;
   margin: 18px 0;
   align-items: center
}

.site-header {
   padding: 0
}

.site-header h1 {
   margin: 0;
   flex-grow: 1;
}

.site-title {
   width: auto;
   height: 55px;
}

.site-title img {
   width: auto;
   height: 48px;
   margin: 4px 0;
}

.site-comp p {
   font-size: 1.2rem;
   font-weight: 900;
   font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
   font-feature-settings: "palt";
   line-height: 40px
}

.site-comp ul {
   text-align: right;
}

.site-comp ul li {
   display: inline-block;
   width: auto;
   height: 28px;
   margin: 8px;
}

.site-comp ul li img {
   height: 100%;
}

.head-cashless img {
   width: auto;
   height: 76px;
   margin-left: 1em;
   vertical-align: middle;
}

.entry-content h1,
.entry-content h2 {
   font-size: 1.8rem;
   margin: 100px 0 80px !important;
   letter-spacing: 1.5px
}

.entry-content h3 {
   font-size: 1.5rem;
   font-weight: 500;
   line-height: 2.5;
   letter-spacing: 1.2px
}

.entry-content h4 {
   font-size: 1.375rem;
   font-weight: 500;
   line-height: 3
}

.entry-content h5 {
   font-size: 1.375rem;
   font-weight: 500;
   line-height: 3
}

h2,
h3,
h4,
h5 {
   text-align: center;
}

a {
   color: #222;
   outline: 0;
   text-decoration: none;
}

a:visited,
a:hover,
a:active {
   color: #444;
   outline: 0;
   text-decoration: none;
}

a:hover img {
   opacity: 0.7;
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
   transition-duration: .5s;
}

h1.entry-title {
   display: none
}

h1:not(.site-title)::before,
h2::before {
   background: #fff;
   content: "";
   display: none;
   height: 0;
   margin: 0;
   width: 0;
}

h1+p,
h2+p,
h3+p {
   margin-bottom: 40px
}

p {
   margin-block-start: 0;
   margin-block-end: 0
}

ul {
   list-style: none;
   margin-block-start: 0;
   margin-block-end: 0;
   padding-inline-start: 0
}

dd {
   margin: 0;
}

table {
   border: 0;
   margin: 0 auto;
}

table td,
table th {
   border: 0;
}

table th.btn_space {
   width: 180px
}

input {
   overflow: hidden;
}

input[type="text"]:focus {
   border: 2px solid #ff9900;
   outline: 0;
}

input[ENGINE="text"]:focus {
   background: #fffff1;
}

input[type="button"],
input[type="reset"] {
   border: 2px solid #222;
   outline: 0;
   background: #fff;
   color: #222;
   border-radius: 25px;
   font-size: 1rem
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="reset"]:hover {
   background: #eee;
}

.fa,
.far,
.fas {
   font-family: "Font Awesome 6 Free" !important;
}

.head_menu_outer {
   background-color: #222222;
   border-radius: 4px;
   color: #ffffff;
   display: block;
   margin: 1em auto 0;
   overflow: hidden;
   width: 100%;
}

.head_menu_outer ul {
   margin: 0 auto !important;
   padding: 0;
   width: 1040px;
   display: flex;
   justify-content: space-around;
}

.head_menu_outer ul.drop-down_item {
   display: block;
}

.head_menu_outer ul li {
   display: inline-block;
   list-style-type: none;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
}

.head_menu_outer>ul>li>a>.caret {
   border-top: 5px solid #aaaaaa;
   border-right: 5px solid transparent;
   border-left: 5px solid transparent;
   content: '';
   display: inline-block;
   height: 0;
   width: 0;
   vertical-align: middle;
   -webkit-transition: color 0.1s linear;
   transition: color 0.1s linear;
}

.head_menu_outer>ul>li>a {
   color: #ffffff;
   display: block;
   line-height: 60px;
   padding: 0 8px;
   text-decoration: none;
}

.head_menu_outer>ul>li:hover {
   background-color: #222223
}

.head_menu_outer>ul>li:hover>a {
   color: rgb(255, 255, 255);
}

.head_menu_outer>ul>li:hover>a>.caret {
   border-top-color: rgb(255, 255, 255);
}

.head_menu_outer>ul>li>div {
   background-color: #222222;
   border-top: 0;
   border-radius: 0 0 4px 4px;
   box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
   display: none;
   margin: 0;
   opacity: 0;
   position: absolute;
   width: 320px;
   visibility: hidden;
   -webkit-transiton: opacity 0.2s;
   transition: opacity 0.2s;
   z-index: 999999;
}

.head_menu_outer>ul>li:hover>div {
   display: block;
   opacity: 1;
   visibility: visible;
}

.head_menu_outer>ul>li>div ul>li {
   display: block;
   background-color: #222222;
   width: 320px;
}

.head_menu_outer>ul>li>div ul>li>a {
   color: #ffffff;
   display: block;
   padding: 12px 24px;
   text-decoration: none;
}

.head_menu_outer>ul>li>div ul>li:hover>a {
   background-color: rgba(255, 255, 255, 0.1);
}

.head_cart {
   display: flex;
   justify-content: flex-end;
   align-items: baseline;
   line-height: 3
}

.see_cart {
   margin: 0 1em 0 0
}

.app_content a,
.welcome_member_name {
   margin: 0 0 0 1em
}

.cart_img {
   display: none
}



/*sidebar*/
.sidebar {
   width: 316px;
   height: 100vh;
   position: fixed;
   background-color: #fff;
   top: 0;
   left: -220px;
   z-index: 4;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   box-sizing: border-box;
   display: none;
   padding: 16px 0;
   overflow-x: hidden;
}

.sidebar__inner {
   display: flex;
   align-items: center;
   padding-right: 16px;
   justify-content: flex-end;
}

.sidebar__ttl {
   display: none
}

.sidebar__icon {
   font-size: 28px;
   color: #654;
   margin-right: 0;
}

.sidebar__txt {
   font-size: 18px;
   margin-top: 16px;
   margin-left: 8px;
}

.sidebar-bg {
   background-color: #558;
   width: 100vw;
   height: 100vh;
   opacity: 0;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
}

#colophon .site-info {
   margin: 0;
}

#colophon table {
   width: 125px
}

.foot_menu_outer {
   width: 100%;
   height: auto;
   background: #222;
   color: #fff
}

.site-foot {
   width: 100%;
   line-height: 3;
   padding: 80px 0 44px;
}

.foot_menu {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   height: 60px;
   margin: 0 auto;
   font-size: 16px;
}

.foot_menu_list {
   margin-right: 3.15em;
   line-height: 2.5;
}

.foot-announce {
   font-size: .7rem;
   line-height: 1.6;
   margin: 1em auto 0;
   max-width: 1000px;
   text-align: center;
}

.external {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   width: 100%;
   margin-right: 0;
   margin-left: auto;
}

.external p {
   padding: 0 1em
}

.external ul {
   width: 100%;
}

.external ul li {
   margin: 0 1em;
   display: inline;
}

.trade-name {
   font-size: medium;
   text-align: center;
   line-height: 1.7;
   font-weight: 600;
   margin-top: 2em;
}

.copyright {
   padding: 2em 0;
   margin: 0 auto;
   text-align: center
}

.inner {
   width: 100%;
}

.innerL {
   width: 1000px;
   margin: auto
}

.innerM {
   width: 800px;
   margin: auto
}

.innerS {
   width: 620px;
   margin: auto
}

.container {
   display: flex;
   justify-content: center
}

.containerB {
   display: flex;
   justify-content: space-between
}

.containerR {
   display: flex;
   flex-direction: row-reverse
}

.containerS {
   display: flex;
   justify-content: flex-start;
}

.containerA {
   display: flex;
   justify-content: space-around;
}

.box {
   padding: 0 .5em
}

#ttl,
#features,
#features_sp,
#parts {
   margin-top: 80px
}

@media screen and (max-width: 640px) {
  #ttl {
    margin-top: 40px;
  }
}

.bg_gray {
   background: #f8f8f8
}

.bg_dgray {
   background: #cacaca
}

.bg_white {
   background: #fff
}

.txt_left {
   text-align: left;
}

.txt_red {
   color: #e10000
}

.entry_gray,
.entry_black {
   height: 60px
}

.entry_gray {
   background: #6E6E6E;
   color: #fff
}

.entry_black {
   background: #222;
   color: #fff
}

.red {
   color: #DF0101
}

.bold {
   font-weight: bold;
}

.line_under {
   border-bottom: 1px solid #DCDCDC
}

.txt_line_under {
   text-decoration: underline
}

.hr_arrow {
   position: relative;
   border-bottom: 2px solid #000;
   margin: 0 0 3em;
   padding: 0 0 1em
}

.hr_arrow:after {
   border: 25px solid transparent;
   border-top-color: #000;
   bottom: -50px;
   content: "";
   display: block;
   left: 48%;
   position: absolute;
   width: 0
}

.new::before {
   content: "NEW";
   animation: flash 1.5s linear infinite;
   margin: 0 5px;
   color: #fff;
   background: red;
   padding: 1px 3px;
   font-size: 12px;
   line-height: 19px;
   vertical-align: text-top;
   font-weight: 900;
}

@keyframes flash {

   0%,
   100% {
      opacity: 1;
   }

   50% {
      opacity: 0;
   }
}

.notes {
   font-size: .7rem
}

.left {
   text-align: left
}

.right {
   text-align: right
}

ul.asterisks,
ul.disc {
   padding-left: 1.5rem;
}

.asterisk,
ul.asterisks li {
   list-style-type: none;
   text-indent: -1.5em;
}

.asterisk::before {
   content: "※ ";
}

ul.asterisks li:before {
   display: inline;
   content: "※ ";
}

ul.disc {
   list-style-type: disc;
}

.naka {
   margin: 0 auto
}

.ue {
   padding: 40px 0 0
}

.ue16 {
   padding-top: 16px;
}

.ue32 {
   padding-top: 32px;
}

.pleft1 {
   padding-left: 1em;
}

.uesita {
   padding: 40px 0 !important;
}

.sita {
   padding: 0 0 40px
}

.sita120 {
   padding-bottom: 120px;
}

.break {
   margin-bottom: 100px !important
}

.break-l{
   margin-bottom: 180px !important;
}

.pc {
   display: block;
}

.sp {
   display: none;
}

.grow a {
   display: block;
   width: 100%;
   height: 97.5%;
   overflow: hidden;
}

.grow img {
   width: 100%;
   height: auto;
   transition: .3s ease-in-out;
}

.grow a:hover img {
   transform: scale(1.1, 1.1);
   -webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
}


.btn {
   position: relative;
   z-index: 1;
}

.btn a {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 2;
}

.btn_buy_greenM {
   width: 160px;
   height: 40px;
   border-radius: 20px
}

.btn_buy_greenL {
   width: 200px;
   height: 40px;
   border-radius: 20px
}

.btn_buy_greenM,
.btn_buy_greenL {
   margin: 0 auto;
   background: #00AE7F 0% 0% no-repeat padding-box;
   opacity: 0.8;
}

.btn_buy_greenM a:link,
.btn_buy_greenM a:hover,
.btn_buy_greenM a:visited,
.btn_buy_greenL a:link,
.btn_buy_greenL a:hover,
.btn_buy_greenL a:visited,
.btn_buy_greenL a:active,
.btn_buy_greenM a:active {
   text-align: center;
   line-height: 40px;
   letter-spacing: 0;
   color: #FFFFFF;
   text-decoration: none;
   opacity: 1;
}

.btn_free {
   margin: 2em auto 0;
   background: #fff;
   width: 256px;
   height: 50px
}

.btn_free_clear {
   margin: 2em auto 0;
   background: #fff;
   width: 100px;
   height: 50px
}

.btn-free-buy_mg {
   margin-top: 64px;
   margin-bottom: 40px;
}

.ttl_ttl {
   width: 274px;
   height: 158px;
   margin: 0 auto 16px
}

.ttl_ttl+p {
   font-size: 21.5px;
   font-weight: 600;
   line-height: 1.7;
   color: #222;
   letter-spacing: 1px;
}

.ttl_read {
   font-size: 16px;
   line-height: 1.7;
   color: #222;
   letter-spacing: 1px;
   margin: 44px auto 52px;

}

.ttl_img01 {
   width: 475px;
   height: 150px;
   margin: auto;
   background-image: url("https://tec-tile.jp/images/ttl_01.png"), url("https://tec-tile.jp/images/ttl_02.png"), url("https://tec-tile.jp/images/ttl_03.png");
   background-repeat: no-repeat, no-repeat, no-repeat;
   background-position: bottom left, bottom center, bottom right;
   background-size: 150px 150px, 150px 150px, 150px 150px;
}

.ttl_img02 {
   width: 630px;
   height: 186px;
   margin: 32px auto 0;
   background-image: url("https://tec-tile.jp/images/ttl_04.png"), url("https://tec-tile.jp/images/ttl_05.png"), url("https://tec-tile.jp/images/top_tile.png");
   background-repeat: no-repeat, no-repeat, no-repeat;
   background-position: center left, center right, center center;
   background-size: 102px 102px, 102px 102px, 429px 286px
}


/* フローティングバナー */
span.br {
   display: inline-block;
}

.flo-bnr {
   width: calc(100vw - 50px);
   position: fixed;
   z-index: 99999;
   bottom: -10px;
   left: 50%;
   transform: translate(-50%, -50%);
   display: flex;
   justify-content: space-between;
}

@media screen and (max-width: 640px) {
.flo-bnr {
	/* width: fit-content;*/
	justify-content: center;
	width: 100%;
	padding: 0 15px;
}

.ttl_ttl+p {
    font-size: 20px;
   }
}

.flo-bnr-cart,
.flo-bnr-rev {
   width: 110px;
   height: 48px;
   display: block;
   position: relative;
   border-radius: 5px;
   font-size: 11px;
   box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.19);
   transition: .3s;
   text-align: left;
   line-height: 1.24;
}

.flo-bnr-cart:hover,
.flo-bnr-rev:hover {
   opacity: 0.9;
}

.flo-bnr-cart {
   background: url(/images/ico_flo_cart.svg) #da4647 no-repeat;
   background-size: 21px 18px;
   background-position: 15px 15px;
}

.flo-bnr-rev {
   color: #222;
   background: url(/images/ico_flo_rev.svg) #fff no-repeat;
   background-size: 24px 18px;
   background-position: 11px 14px;
   border: rgb(34, 34, 34, 0.1) 1px solid;
}

.flo-bnr-cart+.flo-bnr-rev {
   margin: 0 1em;
}

.flo-bnr-cart__arrow {
   position: absolute;
   width: 0;
   height: 0;
   border-style: solid;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0;
   bottom: 10px;
   right: 10px;
   border-left: 6px solid #fff;
}

.flo-bnr-rev__arrow {
   position: absolute;
   width: 0;
   height: 0;
   border-style: solid;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0;
   bottom: 10px;
   right: 10px;
   border-left: 6px solid #222;
}

.flo-bnr a {
   display: block;
   text-decoration: none !important;
   padding: 10px 0.2em 6px 45px;
}

.flo-bnr-cart a {
   color: #fff;
}

.flo-bnr-rev a {
   color: #222;
}
/* 20241107追加 */
.flo-bnr_wrap{
	display: flex;
    max-width: 416px;
    width: 100%;
}

.flo-bnr {
    width: calc(100vw - 50px);
	}
.flo-bnr-cart, .flo-bnr-rev {
    width: 50%;
    max-width: 200px;
    min-width: 100px;
	}
.flo-bnr a {
    display: block;
    text-decoration: none !important;
    padding: 10px 16px 10px 10px;
    position: absolute;
	font-size: calc(0.75rem + ((1vw - 4.5px) * 0.2721));
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.flo-bnr-cart {
    background:#da4647;
    background-size: 21px 18px;
    background-position: 15px 15px;
	margin-right: 8px;
}
.flo-bnr-rev {
    color: #222;
    background: #fff;
    background-size: 24px 18px;
    background-position: 11px 14px;
    border: rgb(34, 34, 34, 0.1) 1px solid;
}
.flo-bnr-rev__arrow,
.flo-bnr-cart__arrow{
	right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
/*-----*/

/* トップページ
---------------------------------------------- */

@media screen and (max-width: 640px) {

   .dco-attachment,
   .dco-image-attachment {
      width: 92% !important;
   }

   .dco-image-attachment img {
      width: 100% !important;
   }

   .ttl_read {
      text-align: left;

   }
}

@media screen and (min-width: 641px) {
   .comment-content img {
      width: 100% !important;
      max-width: 800px !important;
   }

   .comments-area {
      max-width: 900px;
   }

   .pc_br {
      display: none;
   }

   .sp_br {
      display: none;
   }
}

@media only screen and (min-width: 1168px) {
   .comments-area {
      max-width: 900px;
   }
}

/*
.dco-attachment, .dco-image-attachment {
width: 500px !important;
}
.dco-image-attachment img {
width: 500px !important;
}
}

.comments-title {
display: none !important;
}

#respond {
display: none !important;
}

.discussion-meta {
display: none !important;
}
*/
.splide__slide img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 10px;
}

.splide__track {
   position: relative;
   max-height: 800px;
}

#splide3 .splide__track {
   padding-top: 1em;
}

#splide3 .splide__slide:not(.is-visible) .slide {
   pointer-events: none;
   opacity: 0.3;
}

.splide:not(.is-overflow) .splide__slide:last-child {
   margin: 0 !important;
}

.revue_btn {
   width: 20%;
   max-width: 280px;
   min-width: 160px;
   position: absolute;
   bottom: 1em;
   right: 1em;
}

.banner-item {
   margin: 0 auto 4rem;
   max-width: 75%;
}

.link_usage {
   font-size: larger;
   padding: 2em 0 4em;
   font-weight: 600;
}

@media not screen and (min-width: 768px) {
   .revue_btn {
      bottom: .5em;
      right: .5em;
   }
}

/* News */

.news_container {
  width: 90%;
  max-width: 800px;
  margin: auto;
  padding-bottom: 40px;
}

#news h2 {
  margin: 40px 0 0 !important;
}

#news h2 span.news_ttl-en {
  font-family: "Alatsi", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 3.8rem;
}

#news h2 span.news_ttl-jp {
  font-size: .5em;
  display: block;
  text-align: left;
}

.news_ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #222;
  padding: 2em 0 1em;
}

.news_ttl-sub {
  margin: 0;
  font-weight: 600;
}

.news_item_list {
  font-size: .9rem;
  overflow: hidden scroll;
  height: 200px;
}

.news_item {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #eee;
}

.news_item-date,
.news_item-category,
.news_item-txt {}

.news_item-txt {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 1.5em 0;
  margin-right: 60px;
}

.news_item-date,
.news_item-category {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_item-date {
  min-width: 120px;
  margin: 2em 0;
}

.news_item-category {
  min-width: 130px;
  margin: 2em;
}

.news_item-category-name {
  background: #222;
  display: block;
  color: #fff;
  width: 100%;
}

.news_item_list li {
  position: relative;
}

.news_item-txt a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.news_item-link-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fa-chevron-right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
}

@media screen and (max-width: 640px) {
  .news_container {
    padding-bottom: 0;
  }
  .news_ttl {
    padding: 1em 0 1em;
  }
  #news h2 {
    margin: 0 !important;
    line-height: 1;
  }
  #news h2 span.news_ttl-en {
    font-size: 2.5rem;
  }
  .news_item_list {
    height: 150px;
  }
  .news_item {
    flex-wrap: wrap;
    margin: 1em 0;
  }
  .news_item-date {
    min-width: auto;
    margin: 0;
  }
  .news_item-category {
    min-width: 130px;
    margin: 0 1em 0;
  }
  .news_ttl-sub {
    text-align: right;
    font-size: 1rem;
  }
  .news_item-txt {
    padding: .5em 0;
    margin-right: 20px;
  }
}

/* シーン */

#scene .inner {
   padding: 80px 0 100px
}

#scene h2 {
   font-size: 22px;
   text-align: left;
   margin: 0 0 24px;
}

#scene h2+p {
   text-align: left;
   width: 100%;
   flex: 1;
}

.container_scene {
   width: 1000px;
   height: 1804px;
   display: block;
   margin: auto
}

.container_scene img {
   margin: -10px;
}

#scene li {
   position: absolute;
   animation: waving1 1.5s ease-in-out infinite alternate;
   border-radius: 8px;
}

#scene li:nth-child(odd) {
   animation: waving2 2.5s ease-in-out infinite alternate;
}

#scene li:nth-child(1),
#scene li:nth-child(7) {
   animation-duration: 3s
}

#scene li:nth-child(3),
#scene li:nth-child(11) {
   animation-duration: 4s
}

#scene li:nth-child(4),
#scene li:nth-child(10) {
   animation-duration: 2s
}

#scene li:nth-child(6),
#scene li:nth-child(9) {
   animation-duration: 5s
}

.scene_img00 {
   width: 573px;
   height: 340px;
   top: 237px;
   background: url("https://tec-tile.jp/images/ka_00.jpg")
}

.scene_img01 {
   width: 272px;
   height: 435px;
   top: 0;
   right: 50px;
   background: url("https://tec-tile.jp/images/ka_01.jpg")
}

.scene_img02 {
   width: 426px;
   height: 316px;
   top: 650px;
   right: 50px;
   background: url("https://tec-tile.jp/images/ka_02.jpg")
}

.scene_img03 {
   width: 412px;
   height: 263px;
   top: 647px;
   left: 0;
   background: url("https://tec-tile.jp/images/ka_03.jpg")
}

.scene_img04 {
   width: 317px;
   height: 210px;
   top: 890px;
   left: 182px;
   background: url("https://tec-tile.jp/images/ka_04.jpg")
}

.scene_img05 {
   width: 450px;
   height: 287px;
   top: 1508px;
   right: 0;
   background: url("https://tec-tile.jp/images/ka_05.jpg")
}

.scene_img06 {
   width: 317px;
   height: 210px;
   top: 1620px;
   left: 200px;
   z-index: 1;
   background: url("https://tec-tile.jp/images/ka_06.jpg")
}

.scene_img07 {
   width: 323px;
   height: 517px;
   top: 1162px;
   left: 50px;
   z-index: 0;
   background: url("https://tec-tile.jp/images/ka_07.jpg")
}

.scene_img08 {
   width: 450px;
   height: 287px;
   top: 1162px;
   right: 100px;
   background: url("https://tec-tile.jp/images/ka_08.jpg")
}

.scene_img09 {
   width: 272px;
   height: 187px;
   top: 1020px;
   right: 0;
   background: url("https://tec-tile.jp/images/ka_09.jpg")
}

.scene_img010 {
   width: 272px;
   height: 187px;
   top: 490px;
   right: 0;
   background: url("https://tec-tile.jp/images/ka_010.jpg")
}

/*
@keyframes waving1 {
0% { transform:translate3d(0px,-10px,10px); }
100% { transform:translate3d(-5px,0px,0px); }
}
@keyframes waving2 {
0% { transform:translate3d(0px,-10px,5px); }
100% { transform:translate3d(-5px,0px,0px); }
}
*/
#bandf div.container {
   width: 800px;
   margin: 80px auto;
   justify-content: space-between
}

#bandf div.box {
   width: 390px
}

#function {
   margin-bottom: 40px
}

#function h2 {
   text-align: center
}

#function table {
   width: 700px;
   border-collapse: collapse;
   table-layout: fixed;
   text-align: center;
}

#function table thead {
   border-bottom: 4px solid #e10000;
}

#function table tr:last-child {
   border-bottom: none
}

#function table tr {
   background: #fff;
   border-bottom: 1px solid #bbb;
}

#function table tr:last-child {
   border-bottom: none
}

#function table th,
#function table td {
   background: #fff;
   border-right: 1px solid #bbb;
}

#function table th:last-child {
   color: #e10000
}

#function table th:last-child,
#function table td:last-child {
   border: none;
}

#function table td,
#function table th {
   padding: 1em
}

#function table td {
   line-height: 1;
   font-size: 26px;
}

/*
#features {
height: 5000px
}

#features {
height: 3850px
}
*/
#features h3 {
   font-size: 2.2rem;
   margin: 32px auto 16px;
   font-weight: 700;
   line-height: 1.2;
   font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

#features h3+p {
   font-size: 1.5rem;
   margin-bottom: 24px
}

.features_read.attention_txt {
   font-size: small;
}

.features01,
.features02,
.features03,
.features04,
.features05 {
   max-width: 700px;
   min-height: 700px;
   margin: 0px auto 40px;
   padding: 32px;
   border-radius: 20px;
   -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
   -moz-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
   -ms-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
   filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4))
}

.features01,
.features01_sp {
   background: url('../../../images/tokucho1.jpg') center bottom;
   background-size: cover;
}

.features02,
.features02_sp {
   background: url('../../../images/tokucho2.jpg') center bottom;
   background-size: cover;
}

.features03,
.features03_sp {
   background: url('../../../images/tokucho3.jpg') center bottom;
   background-size: cover;
}

.features04,
.features04_sp {
   background: url('../../../images/tokucho4.jpg') center bottom;
   background-size: cover;
}

.features05,
.features05_sp {
   background: url('../../../images/tokucho6.png') center 92% no-repeat #fff;
   background-size: 25%;
   margin-bottom: 800px;
}

.features_read {
   width: 80%;
   margin: auto;
   text-align: left !important;
}

@media screen and (max-width: 640px) {

   .features01,
   .features02,
   .features03,
   .features04,
   .features05 {
      min-height: 550px;
   }

   .features01,
   .features02,
   .features03,
   .features04 {
      background-size: contain;
      background-repeat: no-repeat;
      background-color: #fff;
   }

   .splide__track {
      position: relative;
      max-height: 620px;
   }
}

.panel {
   padding: 0
}

.panel2 {
   padding: 0
}

.skrollable {
   position: fixed;
   z-index: 100;
}

.skrollr-mobile .skrollable {
   position: absolute;
}

.skrollable .skrollable {
   position: absolute;
}

.skrollable .skrollable .skrollable {
   position: static;
}

#properties {
   width: 100%;
   height: 100%;
   padding-top: 7%;
   margin-top: 0;
   text-align: center;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.fade {
   position: relative;
   opacity: 0;
   transform: translate(0, 40px);
   transition: all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
}

.fade.fade-animation {
   opacity: 1;
   transform: translate(0, 0);
}


/*注意*/
.attsp {
   width: 90%;
   margin: auto;
}

dl.attcont dt {
   font-size: 16px;
   font-weight: bold;
   text-align: left !important;
}

dl.attcont dd {
   font-size: 12px;
   text-align: left !important;
   margin-bottom: 16px;
}


@media all and (-ms-high-contrast: none) {
   .fade {
      opacity: 1;
   }
}

#cost {}

#cost h3 {
   padding: 80px 0 0;
   font-weight: 600
}

#cost h3,
#cost h3+p {
   text-align: left
}

#cost thead {
   border-bottom: 4px solid #e10000;
}

#cost th,
#cost td {
   padding: 1em;
   border-right: 1px solid #bbb;
}

#cost th:first-child {
   border-left: none
}

#cost th:nth-child(5) {
   color: #e10000
}

#cost th {
   border: solid 1px #ccc;
   color: #222
}

#cost th:last-child {
   border-right: none;
}

#cost td {
   border: solid 1px #ccc
}

#cost td:first-child {
   background: #fff;
   border-left: none
}

#cost td:nth-child(5) {
   border-right: none
}

#cost th.cost_head {
   width: 20%;
   background: #fff
}

#cost tr:last-child {
   border-bottom: none;
}

#cost tr.first,
#cost tr th,
#cost tr.first td {
   border-top: none;
}

#cost tr.last,
#cost tr.last td {
   border-bottom: none;
}

#cost p.notes {
   width: 50%;
   text-align: left;
   margin: 40px 0 0 auto
}

.cost_tec {
   width: 20%
}

.cost_tec,
.cost_price {
   color: #e10000
}

#parts>div+div {
   margin: 100px 0 0
}

#parts .img_box,
#parts .txt_box,
#parts .img_box>div {
   width: 49%
}

.img_box {
   display: flex;
   border-radius: 8px;
}

#parts h3 {
   line-height: 1;
   text-align: left;
}

.txt_box {
   text-align: left;
   padding: 0 16px 0 32px;
}

#parts .txt_box h3 {
   margin-top: 10%;
}

#parts dd {
   font-size: .8rem;
}

.parts_imgR img {
   box-shadow: 0px 0px 8px #00000029;
   border-radius: 0px 10px 10px 0px;
}

.parts_imgL img {
   box-shadow: 0px 0px 8px #00000029;
   border-radius: 10px 0px 0px 10px;
}

.ttl_shiyo {
   padding: 1em 0 1em 2em;
   line-height: 2
}

#parts table {
   width: 92%
}

#parts table tr:nth-child(odd) td {
   background: #fff;
}

#parts table td {
   background: #F8F9FB;
   padding: 1em 2em;
   text-align: left;
   min-width: 150px;
}

#simulation h3,
#simulation h3+p {
   text-align: left
}

.tile_list {
   width: 200px
}

table.vari {
   width: 487px;
   height: 487px;
   border-collapse: collapse;
   border: 1px solid #ccc;
}

td.tile,
td.tile2,
td.tile3 {
   margin: 0 auto;
   padding: 0;
   border: 1px solid #ccc;
   line-height: 0
}

.thumbnails,
.thumbnails2,
.thumbnails3 {
   display: flex;
   flex-wrap: wrap;
   width: 440px;
   margin: 1.5em auto;
}

.thumbnails img,
.thumbnails2 img,
.thumbnails3 img {
   object-fit: cover;
   border: 1px solid #eee;
}

.simulation_bg {
   background-image:
      linear-gradient(0deg, transparent calc(100% - 1px), #999 calc(100% - 1px)),
      linear-gradient(90deg, transparent calc(100% - 1px), #999 calc(100% - 1px));
   background-size: calc((100% / 6) - 5.3px) calc((100% / 6) - 5.3px);
   background-repeat: repeat;
   background-position: 16px 16px;
   padding: 16px;
   border-radius: 10px;
   background-color: #222;
}

.simulation_color {
   width: 450px;
   text-align: left;
   border-bottom: dotted 1px #222;
   margin: 0 0 6px;
   padding: 6px
}

.simulation_select {
   width: 44px;
   height: 44px;
   position: relative;
   margin: 6px
}

.simulation_select img {
   width: 44px;
   height: 44px;
   z-index: 1
}

.simulation_select p {
   position: absolute;
   margin-left: 4px;
   font-size: 13px;
   line-height: 44px;
   z-index: 2;
   letter-spacing: 0;
   margin: 0;
   top: 0;
   text-indent: 4px;
}

.simulation_select {
   width: 44px
}

#scene h2 {}

#scene .ttl_box {
   flex-wrap: wrap;
   padding: 2em;
   margin-bottom: 40px;
}

#scene h2 {
   margin: 0 0 20px 0 !important;
   width: 300px;
   text-align: left;
}

#scene h2+p {
   margin-bottom: 0;
}

#movie {
   padding: 40px 0
}

.movie_con {
   width: 1000px;
   height: 563px;
   background: #ccc;
   margin: auto
}

video {
   vertical-align: bottom;
}

#setup_movie .container {
   gap: 40px;
}

#select table,
#select table tr {
   width: 640px;
}

#select table tr:nth-child(odd) td {
   background: #fff;
}

#select table td {
   background: #F8F9FB;
}

.select_sec01 {
   position: relative;
   background: #F8F7ED;
   padding: 5em 0
}

.select_sec01 h3 {
   line-height: 1.7 !important;
}

.select_sec02 {
   padding: 5em 0
}

.arrow_yellow {
   width: 0;
   height: 0;
   position: absolute;
   border-style: solid;
   border-width: 32px 26px 0 26px;
   border-color: #ffdd00 transparent transparent transparent;
   bottom: -16px;
   margin: auto;
   left: 0;
   right: 0;
}

#exhibi {
   margin: 2em 0
}

.cart_outer {
   width: 1000px;
   margin: 0 auto 80px !important;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap
}

.cart_inner_itemimg {
   width: 550px
}

.cart_inner_itemdetail {
   width: 400px
}

.cart_inner_itemimg {
   width: 0
}

.cart_inner_itemdetail {
   width: 1000px
}

.bnr-sendfree {
   margin-top: 5em;
}

/* ガレージサイズ */

#garage h4,
#exhibi h4 {
   margin: 0 auto 32px;
   letter-spacing: 1px
}

#garage .cart_outer>p,
#exhibi .cart_outer>p {
   width: 490px
}

#garage .cart_inner_itemdata,
#exhibi .cart_inner_itemdata {
   width: 490px
}

#garage .cart_inner_itemdetail,
#exhibi .cart_inner_itemdetail {
   width: 490px
}

#garage table,
#exhibi table {
   margin: 50px 0 0;
}

#garage table,
#exhibi table,
#garage table tr,
#exhibi table tr {
   width: 490px;
}

#garage table td,
#exhibi table td {
   background: #F8F9FB;
   padding: 1.5em 0;
}

#garage table tr:nth-child(odd) td,
#exhibi table tr:nth-child(odd) td {
   background: #fff;
}

#garage table tr:nth-child(5) td,
#exhibi table tr:nth-child(5) td {
   color: red;
}

#garage i,
#exhibi i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
}

.item_normal_price {
   width: 100%;
}

.ordermade_fix_area {
   display: flex !important;
   flex-wrap: wrap;
   align-items: center;
}

.itemset-list {
  display: flex;
  max-width: 1000px;
  font-size: calc(0.875rem + ((1vw - 4.5px) * 0.1361));
  margin: 80px auto;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.itemset-list li {
  padding: .5em;
  border: rgb(34, 34, 34, 0.1) 1px solid;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  border-left: 1px solid #222;
  width: calc(900px / 5);
}

.itemset-list li a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-content: center;
  text-decoration: none !important;
}

.itemset-list li a>span {
  font-size: 10px;
}

.btn_nomal a {
  display: block;
  width: fit-content;
  padding: .5em 2.5em;
  margin: auto;
  border: rgb(34, 34, 34, 0.1) 1px solid;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  text-decoration: none !important;
  padding: .5em;
  border: rgb(34, 34, 34, 0.1) 1px solid;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  border-left: 1px solid #222;
  width: calc(900px / 5);
}

/* フリーサイズ */

.box_free>h4+p {
   margin: 40px auto
}

.box_free_u1 {
   width: 320px;
   margin: 0 !important
}

.box_free_u2 {
   width: 380px
}

.free01 {
   width: 200px;
   height: 50px;
}

.btn_free {
   display: inline-block
}

.free02 {
   width: 110px;
   height: 50px;
}

.box_free_s_ttl {
   width: 700px;
   margin: auto;
   background: #222;
   border-radius: 16px;
   color: #fff
}

.box_free_s1 {
   width: 700px;
   margin: 2em auto
}

.box_free_s2 {
   margin: 2em auto
}

.free03 {
   width: 80px;
   height: 32px
}

.free04 {
   width: 160px;
   height: 32px
}

.box_free_s1 div+div {
   margin-left: 1em
}

.box_free_s2 div+div {
   margin-left: 2em
}

.box_free_s2 p+p {
   margin: 1em 0
}

input.free01 {
   border: 2px #222222 solid;
   border-radius: 5px;
   box-shadow: none;
   padding: 2px 8px;
   background: #fffff1;
}

input.free02 {
   border: 2px #222222 solid;
   border-radius: 5px;
   box-shadow: none;
   padding: 2px 8px;
   background: #ffffff;
}

input.free03,
input.free04 {
   border: 0;
   border-radius: 5px;
   box-shadow: none;
   padding: 2px 8px;
   background: #ffffff
}

.tab {
   overflow: hidden;
}

.tab li {
   background: #ccc;
   padding: 5px 25px;
   float: left;
   margin-right: 1px;
}

.tab li.select {
   background: #eee;
}

.content li {
   background: #eee;
   padding: 20px;
}

.hide {
   display: none;
}

#tabs ul {
   height: 6em;
   list-style: none;
   border-bottom: 1px solid #cccccc;
   margin: 0 0 2em
}

#tabs li {
   display: inline;
   margin-left: 10px;
   padding: 1em;
   background: #222;
   position: relative;
}

#tabs .panel {
   display: none;
}

#tabs ul li a {}

#tabs ul li a:link,
#tabs ul li a:visited,
#tabs ul li a:hover,
#tabs ul li a:active {
   line-height: 60px;
   letter-spacing: 0;
   color: #FFFFFF;
   text-decoration: none;
   opacity: 0.8;
}

.btn_color::after {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: transparent;
}

#free .container {
   flex-wrap: wrap
}

#free .box {
   width: 25%;
   padding: 1em;
   min-width: 200px
}

.to_item_detail {
   margin: 4em 0 !important;
}

.to_item_detail a {
   line-height: 50px;
   background: #222;
   color: #FFF;
   text-decoration: none;
   display: block;
   width: 200px;
   text-align: center;
   transition: .3s;
}

.to_item_detail a:visited,
.to_item_detail a:hover,
.to_item_detail a:active {
   opacity: 0.8
}

.to_item_detail p+p {
   margin: 0 0 0 1em
}

table#test {
   width: auto !important;
}

.iro {
   width: 60px !important;
   /*	min-width: 30px;*/
   /*	height: 60px !important;*/
   background-image: url(https://tec-tile.jp/images/tile_black.png);
   background-color: rgba(0, 0, 0, 0) !important;
   border: 1px solid white;
   padding: 0.2em;
}

.iro::before {
   content: "";
   display: block;
   padding-top: calc(((60 / 60) * 100%));
}

#panel3 label {
   text-align: center;
   display: inline-block;
}

#panel3 label img {
   pointer-events: none;
}

.s_sita {
   margin: 0 auto .5em
}

#panel3 .container {
   justify-content: center;
}

#panel3 .box {
   width: auto;
   display: flex;
   justify-content: center;
}

#panel3 .container input {
   margin: .5em
}

.sm_parent {
   display: inline-block;
   margin: 0 calc(50% - 50vw);
}

.sm_frame {
   display: flex;
   background: #111;
   padding: .5em;
   border-radius: 8px;
   max-width: 98vw;
}

.container input[type="radio"] {
   display: none;
}

.container input[type="radio"]:checked+label img {
   background: orange;
}

label img {
   margin: 3px;
   padding: 6px;
   width: 112px;
   height: 56px;
}

/* 動画 */

#main-visual,
#main-visual2 {
   max-width: 720px;
   background-size: cover;
   text-align: center;
   position: relative;
   width: 100%;
}

/*#main-visual,
#main-visual2 {background-size: cover;text-align: center;position: relative;overflow: hidden;}*/
#main-visual h2,
#main-visual2 h2 {
   font-size: 22px;
   margin: 4em 0 40px;
   text-align: center;
}

#main-visual h2+p,
#main-visual2 h2+p {
   margin-bottom: 0;
   width: 100%;
}

#main-visual .main-visual_txt,
#main-visual2 .main-visual_txt,
#main-visual3 .main-visual_txt {
   bottom: 20px;
   left: 0;
}

#main-visual .to_item_detail,
#main-visual2 .to_item_detail {
   margin: 0 0 24px;
}

#main-visual3 {
   background-size: cover;
   text-align: center;
   position: relative;
   overflow: hidden;
}

#main-visual3>video {
   width: 100vw;
   vertical-align: middle;
}

.main-visual_txt {
   z-index: 2;
   position: absolute;
   bottom: 4em;
   margin: 0 5%;
   text-align: center;
   font-size: 16px;
   color: #fff;
   left: 1em;
}

#main-visual3 .main-visual_txt {
   z-index: 2;
   position: absolute;
   bottom: 20%;
   margin: 0 2.5%;
   text-align: center;
   font-size: 16px;
   color: #fff;
   left: 1em;
}

.main-visual video {
   margin: 0 auto;
   z-index: 1;
}

.to_ytb_detail {
   margin: 1em 0;
}

.to_ytb_detail a {
   width: 185px;
   background: url(https://tec-tile.jp/images/kuro_170826youtube01.jpg) no-repeat 1.5em center #fff;
   background-size: contain;
   font-size: 14px;
   padding: .6em 1.5em .6em;
   line-height: 3;
   color: #222;
   text-decoration: none !important;
   display: block;
   text-align: right;
   transition: .3s;
   border-radius: 28px;
}

.to_ytb_detail a:visited,
.to_ytb_detail a:hover,
.to_ytb_detail a:active {
   opacity: 0.8
}

.to_ytb_detail a:after {
   width: 14px;
   height: 17px;
   content: '';
   background: url(https://tec-tile.jp/images/ico_play.png) no-repeat;
   display: inline-block;
   background-size: 12px 14px;
   margin: 0 0 0 8px;
   vertical-align: middle;
}

/*#bgvid2 {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
*/
#bgvid2 {
   width: 100%
}

#setup_movie .container {
   gap: 40px;
}

/* 防炎物品について */
#boen p {
   text-align: left
}

.boen_doc {
   width: 550px;
   padding: 2em;
   margin: auto
}

#boen .boen_doc p {
   font-size: 1.2rem;
   font-weight: 900;
   line-height: 2.5
}

#boen ul {
   width: 350px;
   list-style: disc;
   text-align: left;
   margin: auto
}

#boen ul+p {
   margin: 2em auto 0
}

#boen .figure_outer {
   width: 800px;
   height: auto;
   border: 2px #222 dotted;
   margin: 2em auto 0;
   padding: 2em
}

#boen .figure_outer p {
   font-weight: 900;
   line-height: 2.3;
   margin: 0 2em 0 0;
}

#boen figure {
   width: 200px;
   height: auto
}

#boen figure img {
   width: 100%;
   height: auto
}

/* 加工事例のご紹介 */
.case_inner {
   width: 1000px;
   margin: auto
}

#case .innerL {
   padding: 40px 0
}

#case .innerS {
   padding: 32px 0
}

#case h3 {
   line-height: 2;
   padding: 0 .8em;
   margin: 32px 0;
   background: transparent;
   border-left: solid 5px #e10000;
}

#case h3+p {
   margin-bottom: 0;
}

#case h3 a {
   text-decoration: none
}

#case ul {
   width: 80%;
   list-style: disc;
   text-align: left;
   margin: 2em auto;
   padding: 2em 3em;
   border: solid 2px
}

#case p+p {
   margin: 16px 0 0
}

.case_txt_l {
   text-align: left
}

.case_read .box:first-child {
   width: 40%
}

.case_read .box:last-child {
   width: 60%;
   margin: 0 0 0 2em
}

.case_sign {
   margin: 0 2em
}

.case_sign .box {
   width: 45%
}

.case_sign div+div {
   margin: 0 .5em
}

#case .case_inner2 {
   padding: 80px 0 0
}

/* レビュー提供特典 */
#revinfo li {
   line-height: 1.5;
   margin: 1em 0;
}

.revhowto {
   padding: 3em 0;
   text-align: left
}

.revhowto ul {
   background: #fff;
   border: 1px #111 solid
}

.revhowto ul {
   counter-reset: my-counter;
   list-style: none;
   padding: 2em 1.2em;
   margin: 3em 0 0
}

.revhowto ul li {
   margin-bottom: 10px;
   position: relative;
}

.revsample {
   background: #111;
   padding: 3em;
   color: #fff
}

#revinfo .to_item_detail a {
   width: 500px;
   text-decoration: none
}

.kakomi {
   width: 100%;
   border: 8px solid #eee;
   margin: 2em 0 0;
   padding: 1.5em;
   text-align: left;
   position: relative;
   z-index: 0;
}

.kakomi:before {
   border-top: 8px solid #e10000;
   border-left: 8px solid #e10000;
   content: '';
   display: block;
   position: absolute;
   top: -8px;
   left: -8px;
   width: 50px;
   height: 50px;
   z-index: 1;
}

.kakomittl {
   color: #e10000;
   font-size: 1.2rem
}

.cart_inner_itemdetail .kakomi {
   padding: 1em;
   padding: 0
}

.kakomi_inner {
   text-align: center;
   position: relative;
   z-index: 1;
   padding: 1em
}

.kakomi_inner a {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   text-indent: -999px;
   z-index: 2;
}

.kakomi_inner:hover {
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
   -moz-opacity: 0.7;
   -khtml-opacity: 0.7;
   opacity: 0.7;
   zoom: 1;
}

.set_col {
   clear: both;
   display: flex;
   align-items: flex-end;
   width: 48%;
}

.set_col img {
   height: 100%;
}


/* 連結について */
#connect .container {
   align-items: center;
}

.w_img {
   width: 500px;
   height: auto;
   margin: auto
}

.l_img {
   height: auto;
   margin: auto;
   flex-basis: 55%
}

.r_txt {
   flex-basis: 40%;
   text-align: left;
   padding: 2em;
}

#connect h3 {
   width: 420px;
   padding: .2em 1em;
   margin: 0 auto 2em;
   border-top: 3px solid #000;
   border-bottom: 3px solid #000;
}

#connect h4 {
   position: relative;
   line-height: 1.4;
   padding: 0.25em 1em;
   margin: 1.2em 0;
   display: inline-block;
   top: 0;
   letter-spacing: 2px;
}

#connect h4:before,
#connect h4:after {
   position: absolute;
   top: 0;
   content: '';
   width: 8px;
   height: 100%;
   display: inline-block;
}

#connect h4:before {
   border-left: solid 1px black;
   border-top: solid 1px black;
   border-bottom: solid 1px black;
   left: 0;
}

#connect h4:after {
   content: '';
   border-top: solid 1px black;
   border-right: solid 1px black;
   border-bottom: solid 1px black;
   right: 0;
}

#connect .con1-2 {
   width: 45%;
   padding: 2em
}

#connect .con1-3 {
   width: 55%
}

#connect .con1-3 div {
   width: 50%;
}

#connect .con1-3 div+div {
   margin: 0 0 0 4em;
}

#connect .con2 .r_txt,
#connect .con5 h3+p {
   border: 1px red dashed;
   color: red
}

#connect .con2 .l_img {
   flex-basis: 40%
}

#connect .con2 .r_txt {
   flex-basis: 55%;
}

#connect .con4 .r_txt,
#connect .con5 .r_txt {
   background: #f8f8f8
}

#connect .con5 h3+p {
   margin: 2em 0;
   padding: 1em 0
}

#connect .con5 h5 {
   margin: 2em 0 0;
   background: #222;
   color: #fff;
   line-height: 2;
}

.con_test {
   display: flex;
   width: 100%;
   margin: 1em 0 0
}

.con_test p {
   width: 49%;
}

.con_test p+p {
   margin: 0 0 0 2%;
}

#youtube .box {
   width: 50%;
}

.youtube {
   position: relative;
   width: 100%;
   padding-top: 56.25%;
}

.youtube iframe {
   position: absolute;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
}

#youtube .box+#youtube .box {
   margin: 0 0 0 1em
}

#connect .con6 h3 {
   border: none;
   display: inline;
   color: #ff8300;
}

#connect .con6 {
   padding: 2em 4em
}

#connect .con6 h4+p {
   text-align: left
}

#connect .con6 p img {
   margin: .5em 0 0;
}

#connect .con6 .container div,
#connect .con6 .containerB div {
   margin: 1em
}

#connect .con6 .container div {
   max-width: 330px
}

#connect .con6 .notes {
   font-size: .9rem
}

#connect h4.con6_point_ttl {
   font-size: 1.2rem;
   font-weight: bold;
   margin: 0;
}

#connect h4.con6_point_ttl:before,
#connect h4.con6_point_ttl:after {
   border: none
}

.balloon-right {
   position: relative;
   display: inline-block;
   margin: 1.5em 15px 1.5em 0;
   padding: 0 5px;
   width: 80px;
   height: 80px;
   line-height: 80px;
   text-align: center;
   color: #FFF;
   font-size: 15px;
   font-weight: bold;
   background: #ff8300;
   border-radius: 50%;
   box-sizing: border-box;
}

.balloon-right:before {
   content: "";
   position: absolute;
   top: 50%;
   right: -25px;
   margin-top: -15px;
   border: 15px solid transparent;
   border-left: 15px solid #ff8300;
   ;
   z-index: 0;
}

.arrow_box {
   position: relative;
   background: #fff;
   border: 2px solid #ccc;
}

.arrow_box:after,
.arrow_box:before {
   right: 100%;
   top: 50%;
   border: solid transparent;
   content: "";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
}

.arrow_box:after {
   border-color: rgba(255, 255, 255, 0);
   border-right-color: #fff;
   border-width: 20px;
   margin-top: -20px;
}

.arrow_box:before {
   border-color: rgba(204, 204, 204, 0);
   border-right-color: #ccc;
   border-width: 23px;
   margin-top: -23px;
}


/* メディア掲載 */
.media_img {
   width: 90%;
   max-width: 650px;
   margin: 1em auto
}

/* other page 汎用 */
.versatile {
   width: 90%;
   margin: auto
}

#tokushoho h1,
#guide h1 {
   font-size: 2rem;
   margin-top: 80px
}

#tokushoho h2,
#guide h2 {
   font-size: 1.2rem;
   border-bottom: 3px solid #000;
   text-align: left;
   margin-bottom: 1rem;
   margin-top: 0px;
   padding-top: 3rem;
}

#tokushoho h3,
#tokushoho h4,
#tokushoho h5,
#guide h3,
#guide h4,
#guide h5 {
   font-size: 1rem;
   text-align: left;
   padding-bottom: 0rem;
   margin-bottom: 0px;
}

#tokushoho p,
#guide p,
#guide ul li {
   text-align: left;
   margin-bottom: 0px;
   padding-bottom: 0px;
}

/* ご利用ガイド */
#guide h1+p {
   width: 100%;
   max-width: 720px;
   margin: auto;
   padding: 2em;
}

#guide p+p,
#guide p+ul,
#guide ul+p {
   margin: 1em auto 0
}

#guide ul.asterisks,
#guide ul.disc {
   width: 100%;
   margin: auto
}

#guide ul.menu li:before {
   color: #204656;
   font-family: "FontAwesome";
   margin-right: 10px;
   content: "\f046";
   font-size: 15px;
}

#guide_menu {
   padding: 2em
}

#guide_menu .menu {
   width: 350px
}

#guide .pgtop {
   text-align: right
}

/* カートデザイン */
.see_cart,
.welcome {
   font-size: .8rem
}

.cart_button.in .cart_button_img {
   display: none;
}

.cart_button.in {
   font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
   letter-spacing: 0.1em;
   display: inline-block;
   margin-top: 1em;
   padding: .9em;
   width: 90%;
   font-size: 16px;
   line-height: 1;
   text-align: center;
   vertical-align: middle;
   color: #fff;
   background: #00AE7F;
   border: 0;
   box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
   border-radius: 26px;
   overflow: hidden;
   -webkit-transition: all 250ms;
   transition: all 250ms;
}

.cart_button.in:hover,
.cart_button.in:focus {
   box-shadow: 0 1px 0px -1px rgba(0, 0, 0, 0.3);
   opacity: 0.9;
}

.cart_button_in_value:after {
   content: attr(title);
   display: inline-block;
   vertical-align: middle;
}

.tocart {
   position: fixed;
   bottom: 20px;
   left: -10px;
   width: 70px;
   height: 60px;
   z-index: 999;
   text-align: center;
}

.tocart a {
   display: inline-block;
   width: 70px;
   height: 60px;
   padding: 40px 5px 5px 12px;
   background: url(https://tec-tile.jp/images/tocart.png) no-repeat #00AE7F;
   background-size: 30px 30px;
   background-position: 62% 30%;
   color: #FFF !important;
   font-size: .5em;
   text-decoration: none;
   border-radius: 5px;
}

.cart_button.in {
   background: #00AE7F !important;
   padding: 1em !important;
}

/* page-top */
#page-top {
   width: auto;
   position: static;
   bottom: 13px;
   right: 20px;
   font-size: 77%;
   padding: 0 1em;
}

#page-top a {
   background: #515151;
   text-decoration: none;
   color: #fff;
   width: 48px;
   height: 48px;
   padding: 14px 0;
   text-align: center;
   display: block;
   border-radius: 5px;
   opacity: 1;
}

#page-top a:hover {
   text-decoration: none;
   background: #222;
   opacity: 1;
}

#page-top i {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-style: normal;
}


/* コメント欄 */
.comments-area {
   font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
   font-feature-settings: "palt";
}

.required {
   color: #e10000
}

#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus {
   border: 2px solid #ff9900;
   outline: 0;
}

#commentform input[ENGINE="text"]:focus {
   background: #fff;
}

input[type="submit"] {
   background: #00AE7F;
}

input[type="file"] {
   width: 100% !important
}

.comments-area {
   margin: 0 auto;
   padding: 0 1em 1em;
}

/****/
.comment-form-url {
   display: none;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
   width: calc(-0.5rem + 50%);
   float: none;
   margin-left: 0;
}

.comments-title {
   font-size: 1.3rem
}

.comment-form-cookies-consent {
   display: none
}

@media screen and (max-width: 999px) {

   /*
#masthead .pc { display:none; }
#masthead .sp { display:block; }*/
   .pc {
      display: none;
   }

   .sp {
      display: block;
   }

   .header {
      padding: 12px 24px 12px 12px;
      min-width: 320px;
   }

   .header .innerL {
      min-width: 284px;
   }

   .site-head {
      height: auto;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin: 0;
      padding: 0
   }

   #masthead .innerL {
      display: flex;
      justify-content: space-between
   }

   .site-head h1 {
      height: 32px
   }

   .site-title {
      width: auto;
      height: 32px;
   }

   .site-title img {
      width: auto;
      height: 32px;
      margin: 0;
   }

   .head-cashless {
      width: auto;
      height: 32px;
      margin-right: 0;
      text-align: right;
      flex-grow: 1;
   }

   .head-cashless img {
      height: 32px;
      margin-right: 1em;
   }

   .header__icon {
      color: #222;
      font-size: 28px;
   }

   .head_cart {
      display: flex;
      justify-content: flex-end;
      line-height: 2;
      margin: 0 0 .5em;
   }

   .head_cart_welcom {
      display: flex;
      justify-content: flex-start;
      line-height: 1;
      margin: 3em .6em 1em;
   }

   .site-comp>p {
      font-size: .8rem;
      width: 100%;
      margin: 0 .6em 0;
   }

   .site-comp ul {
      text-align: left;
   }

   ul.accordion {
      width: 100%;
      overflow: hidden;
      font-size: 17px;
      margin-top: -20px;
   }

   ul.accordion ul {
      display: none;
      padding: 15px 8px;
      background: rgb(34, 34, 34);
      background: linear-gradient(138deg, rgba(34, 34, 34, 1) 0%, rgba(75, 75, 75, 1) 100%);
   }

   ul.accordion ul li a,
   ul.accordion ul li a:visited,
   ul.accordion ul li a:hover {
      color: #fff;
      display: block;
      padding: 10px 20px;
   }

   ul.accordion li {
      list-style: none;
   }

   ul.accordion li p {
      padding: 10px 20px;
      border-bottom: 1px solid #ffffff;
      cursor: pointer;
      margin-block-start: 0;
      margin-block-end: 0;
   }

   ul.accordion ul li {
      border-bottom: 1px dotted #fff;
   }

   ul.accordion ul li:last-child {
      border: none;
   }

   .caret {
      border-top: 6px solid #111;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      content: '';
      display: inline-block;
      height: 0;
      width: 0;
      vertical-align: middle;
      -webkit-transition: color 0.1s linear;
      transition: color 0.1s linear;
   }

   .innerL,
   .case_inner {
      width: 95%;
      min-width: 320px
   }

   .tile_list {
      width: 20%;
   }

   #scene h2 {
      text-align: center;
      margin: 0 0 24px;
   }

   #scene ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      width: 90%;
      margin: auto;
   }

   #scene li {
      position: static
   }

   .container_scene {
      width: 100%;
      height: auto
   }

   .scene_img00,
   .scene_img01,
   .scene_img02,
   .scene_img03,
   .scene_img04,
   .scene_img05,
   .scene_img06,
   .scene_img07,
   .scene_img08,
   .scene_img09,
   .scene_img010 {
      width: 45%;
      height: 200px;
      margin: 2em auto 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover
   }

   .features01_sp,
   .features02_sp,
   .features03_sp,
   .features04_sp,
   .features05_sp {
      width: 95%;
      height: 580px;
      margin: 0px auto;
      padding: 16px;
      border-radius: 20px;
      box-shadow: 0px 0px 6px #00000029;
      max-width: 500px;
   }

   .features05_sp {
      background: url('../../../images/tokucho6.png') center 95% no-repeat #fff;
      background-size: auto;
      background-size: 25%;
      margin-bottom: 800px;
      max-width: 500px;
      margin: auto;
      height: 1000px;
   }

   .features_read.attention_txt {
      font-size: x-small;
   }

   #features_sp .panel_sp+.panel_sp {
      margin-top: 2em
   }

   #bandf div.container {
      width: auto
   }

   #bandf div.box {
      width: 49%
   }

   #navsimul .container {
      flex-wrap: wrap;
      justify-content: space-around;
   }

   #navsimul .box:first-child {
      width: 85%;
      max-width: 460px;
      margin: 2em auto 0;
   }

   #navsimul .box:last-child {
      width: auto;
      max-width: 460px;
      margin: 0 auto 2em;
   }

   .simulation_color {
      width: 96%
   }

   .simulation_select {
      width: 44px
   }

   .thumbnails,
   .thumbnails2,
   .thumbnails3 {
      width: auto;
   }

   .simulation_bg {
      background-size: calc((100% / 6) - 4px) calc((100% / 6) - 4px);
      background-repeat: repeat;
      background-position: 12px 12px;
      width: auto;
      padding: 12px;
      margin: 2em 0 0 0;
   }

   table.vari {
      width: 403px;
      height: 403px;
      border-collapse: collapse;
      border: 1px solid #ccc;
   }

   .tile,
   .tile2 {
      width: 67px;
      height: 67px
   }

   .tile img,
   .tile2 img {
      width: 66px;
      height: 66px
   }

   #boen .figure_outer {
      width: auto
   }

   #boen p {
      width: 90%;
      margin: auto
   }

   .set_col {
      clear: both;
      display: block;
      width: 100%;
   }

   /* 加工事例のご紹介 */
   #case h3 {
      font-size: 1.3rem
   }

   .case_read .box:last-child {
      margin: 0
   }

   #case h3+p {
      margin: 0;
   }

   #case p+p {
      margin: 16px auto 0
   }

   .case_read .box:first-child {
      width: 60%
   }

   .case_read .box:last-child {
      width: 90%;
      margin: 0 0 0 2em
   }

   #connect .con6 {
      padding: 2em
   }

   .cart_outer {
      width: 80%;
      justify-content: center;
   }

   .site-foot {
      width: auto;
      flex-wrap: wrap
   }

   .foot_menu {
      width: 100%;
      height: auto;
   }

   .external {
      padding: 2em 0;
   }

   .foot_menu_outer {
      height: auto;
   }

   .trade-name {
      text-align: left;
   }

   .foot-announce {
      margin: 2em auto 0;
      text-align: left;
   }
}

@media screen and (max-width: 640px) {

   body {
      min-width: 375px
   }

   .innerL,
   .innerM,
   .innerR,
   .inner,
   .container_scene,
   .site-foot {
      width: 100%;
      min-width: 320px
   }

   .box {
      width: 85%;
      margin: 0 auto;
      max-width: 460px;
   }

   p,
   .foot_menu {
      width: 92%;
      height: auto;
      margin: auto;
   }

   .header {
      padding: 12px 24px 12px 12px;
      min-width: 320px;
   }

   .header .innerL {
      min-width: 284px;
   }

   .site-head,
   .container,
   .containerR {
      height: auto;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin: 0;
      padding: 0
   }

   #masthead .innerL {
      display: flex;
      justify-content: space-between
   }

   .site-head h1 {
      height: 32px
   }

   .site-title {
      width: auto;
      height: 32px;
   }

   .site-title img {
      width: auto;
      height: 32px;
      margin: 0;
   }

   .head-cashless {
      width: auto;
      height: 32px;
      margin-right: 0;
   }

   .head-cashless img {
      height: 32px;
      margin-right: 1em;
   }

   .header__icon {
      color: #222;
      font-size: 28px;
   }

   .head_cart {
      display: flex;
      justify-content: flex-end;
      line-height: 2;
      margin: 0 0 .5em;
   }

   .head_cart_welcom {
      display: flex;
      justify-content: flex-start;
      line-height: 1;
      margin: 3em 1.5em 1em;
   }

   .site-comp {
      padding-left: 16px;
      padding-bottom: 240px;
   }

   .site-comp>p {
      font-size: .8rem;
      width: 100%;
      margin: 0 .6em 0;
   }

   .sidebar {
      z-index: 1000
   }

   .entry-content h2 {
      line-height: 1.5;
   }

   .simulation_color {
      width: 100%;
   }

   #navsimul .box:last-child {
      width: 85%;
      margin: 2em auto 0;
   }

	#simulation .container .box {
	  margin: 10px auto;
    }
	
   .simulation_bg {
      background-size: calc((100% / 6) - 3.5px) calc((100% / 6) - 3.8px);
      background-repeat: repeat;
      background-position: 11px 11px;
      padding: 11px;
      margin: auto;
      width: 274px;
   }

   .ttl_img01,
   .ttl_img02 {
      width: 90%;
      max-width: 380px;
      margin: 2em auto
   }

   .ttl_img01 {
      height: 110px;
      background-size: 110px auto, 110px auto, 110px auto
   }

   .ttl_img02 {
      height: 146px;
      background-size: 80px auto, 80px auto, 220px auto
   }

   #scene h2 {
      text-align: center;
      margin: 0 0 24px;
   }


   #scene .ttl_box {
      display: block;
   }

   #scene li {
      position: static
   }

   .container_scene {
      height: auto
   }

   .scene_img00,
   .scene_img01,
   .scene_img02,
   .scene_img03,
   .scene_img04,
   .scene_img05,
   .scene_img06,
   .scene_img07,
   .scene_img08,
   .scene_img09,
   .scene_img010 {
      width: 85%;
      height: 200px;
      margin: 2em auto 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover
   }

   #bandf div.container {
      width: 100%;
      margin: 8px auto;
      justify-content: flex-start;
      flex-wrap: wrap
   }

   .panel_sp {
      padding: 0 0 32px;
   }

   .features01_sp,
   .features02_sp,
   .features03_sp,
   .features04_sp {
      width: 95%;
      height: 580px;
      margin: 0px auto;
      padding: 16px;
      border-radius: 20px;
      box-shadow: 0px 0px 6px #00000029;
   }

   .features05_sp {
      width: 95%;
      height: 1080px;
      margin: 0px auto;
      padding: 16px;
      border-radius: 20px;
      box-shadow: 0px 0px 6px #00000029;
   }

   .features01_sp {
      background: url('../../../images/tokucho1.jpg') center bottom no-repeat;
      background-size: 100% auto
   }

   .features02_sp {
      background: url('../../../images/tokucho2.jpg') center bottom no-repeat;
      background-size: 100% auto
   }

   .features03_sp {
      background: url('../../../images/tokucho3.jpg') center bottom no-repeat;
      background-size: 100% auto
   }

   .features04_sp {
      background: url('../../../images/tokucho4.jpg') center bottom no-repeat;
      background-size: 100% auto
   }

   .features05_sp {
      background: url('../../../images/tokucho6.png') center 95% no-repeat #fff;
      background-size: 35%;
      margin-bottom: 0
   }

   .features05 {
      background-image: none;
      background-color: #fff;
   }

   #features h3+p {
      font-size: 1.3rem;
      margin-bottom: 40px;
   }

   #features h3 {
      font-size: 2rem;
      margin: 20px auto 16px;
   }


   #function table {
      width: 100%
   }

   #main-visual,
   #main-visual2 {
      height: auto;
   }

   #main-visual .main-visual_txt,
   #main-visual2 .main-visual_txt,
   #main-visual3 .main-visual_txt {
      bottom: 10px;
      left: 0;
   }

   .to_ytb_detail {
      margin: 0;
   }

   /*	#bgvid2 {
position: static;
top: auto;
left: auto;
transform: none;
}
*/
   .main-visual video {
      margin: 0 -50%;
      width: 150%;
   }

   .main-visual_txt {
      bottom: 2em
   }

   .features_read {
      width: 95%;
      margin: auto;
      text-align: left !important;
   }

   #navsimul .box:last-child {
      width: 100%;
      ;
      max-width: 320px;
      margin: 2em auto 2em;
   }

   table.vari {
      width: 253px;
      height: 253px;
   }

   .tile,
   .tile2 {
      width: 42px;
      height: 42px
   }

   .tile img,
   .tile2 img {
      width: 41px;
      height: 41px
   }

   .panel_sp {
      padding: 0;
   }

   #cost {
      width: 90%;
	  margin:auto;
   }

   #cost h3 {
      padding: 0 0 1em;
      line-height: 1.7;
      text-align: center;
   }

   #cost thead {
      display: none;
   }

   #cost tr {
      width: 100%;
   }

   #cost td {
      display: block;
      text-align: right;
      width: 100%;
      border: none
   }

   #cost td:first-child {
      background: #6E6E6E;
      color: #fff;
      font-weight: bold;
      text-align: center;
   }

   #cost td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      margin-right: 10px;
   }

   #cost td:nth-child(5),
   #cost tr:last-child {
      border: none
   }

   #cost tr.last td,
   #cost td {
      border-bottom: 1px dotted #222;
   }

   .cost_price {
      color: #e10000
   }

   #cost p.notes {
      width: auto;
   }

   .ttl_shiyo {
       padding: 1em 0;
   }
	
   #parts h3 {
       text-align: center;
   }
	
   #parts .img_box,
   #parts .txt_box,
   #parts .img_box>div {
      width: 95%;
      margin: auto;
   }

   #parts table td {
      display: block;
      width: 100%;
   }

   #spec table td.ttl {
       text-align: center;
       font-weight: 900;
	   padding: 1.5em 2em 0;
   }

   .tile_list {
      width: 50%;
      margin: auto;
      max-width: 350px
   }

   .innerS {
      width: 80%;
      margin: 2em auto;
   }

   .to_item_detail a {
      width: auto
   }

   .to_item_detail p+p {
      margin: 1em auto 0;
   }

   #select table {
      width: 95%;
      margin-top: 2em
   }

   #select .thead {
      display: none;
   }

   #select tr {
      width: 100%;
   }

   #select table td {
      padding: 2em 2em 0
   }

   #select td:nth-child(2n) {
      padding: .5em 2em
   }

   #select td:nth-child(3n) {
      padding: 1em 0 2em
   }

   #select td {
      display: block;
      text-align: left;
      width: 100%;
   }

   #select td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      margin-right: 10px;
   }

   .box_free_u1,
   .box_free_u2 {
      width: 100%
   }

   .box_free_u2 {
      margin-top: 2em
   }

   .box_free_u2 p,
   .box_free_s2 p {
      width: 100%
   }

   .free01 {
      width: 55%
   }

   .btn_free {
      width: 75%
   }

   .btn_free_clear {
      width: 40%;
      margin: 1em auto 2em
   }

   .box_free_s1 {
      width: 320px;
      margin: 2em auto .5em;
   }

   .box_free_s1 div {
      width: 150px;
      text-align: left
   }

   .box_free_s1 div+div {
      margin-left: 0
   }

   .box_free_s2 div+div {
      margin: 0 auto
   }

   .box_free_s_ttl {
      width: 90%;
      border-radius: 36px;
   }

   .box_free_s2 div {
      display: inherit;
      width: 320px;
      margin: 1em auto;
      text-align: left
   }

   .box_free_s2 p+p {
      margin: 0 auto;
   }

   .free03,
   .free04 {
      width: 110px
   }

   #tabs ul {
      font-size: 13px;
   }

   .btn_buy_greenL {
      margin: 2em auto
   }

   .site-foot {
      height: auto;
      flex-wrap: wrap;
      padding: 40px 0 40px;
   }

   .external {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      width: auto;
      height: 150px;
      align-items: center;
      margin: 0 2em;
   }

   .external p {
      width: 50px;
      margin: 1em;
      padding: 0
   }

   .cart_outer {
      width: 90%;
   }

   #garage h4,
   #exhibi h4 {
      line-height: 1.7;
      padding: 0 0 1.5em
   }

   #garage table,
   #exhibi table {
      width: 100%
   }

   #garage table td,
   #exhibi table td {
      padding: .8em 0;
   }

   #free .box {
      width: 70%;
      max-width: 310px;
      padding: 1em
   }

   .hr_arrow::after {
      left: 43%;
   }

   #colophon .site-info a:hover {
      color: #fff
   }

   .foot_menu_outer {
      height: auto
   }

   #panel3 label {
      width: 60px
   }

   #panel3 .container {
      justify-content: center;
   }

   #panel3 .box {
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 0;
   }

   .s_sita {
      margin: 1em
   }

   #tabs ul {
      height: auto;
   }

   #tabs li {
      display: block;
      margin-left: 10px;
      padding: 0;
      background: #222;
      position: relative;
      width: 70%;
      margin: .8em auto;
   }

   .boen_doc {
      width: 95%;
      padding: 2em;
      margin: auto
   }

   #boen .boen_doc p {
      font-size: 1rem;
      font-weight: 900;
      line-height: 2.5
   }

   #boen ul {
      width: 80%;
      max-width: 350px;
      margin: auto
   }

   #boen .figure_outer {
      width: 95%;
      padding: 1em;
   }

   #boen .figure_outer p {
      margin: 1em;
   }

   #boen figure {
      margin: auto
   }

   #boen .fig {
      margin: 2em auto 0;
   }

   #case .innerS {
      width: 90%;
      padding: 40px 0;
   }

   #case h2 {
      margin: 40px auto
   }

   #case h3 {
      font-size: 1.3rem;
   }

   #case h3+p {
      margin: 0 auto;
   }

   #case ul {
      width: 100%;
   }

   #case .box {
      max-width: 95%;
   }

   #case p+p {
      margin: 16px auto 0;
   }

   .case_read .box:first-child {
      width: 80%;
   }

   .case_read .box:last-child {
      width: 100%;
      margin: auto
   }

   .case_sign .box {
      width: 100%;
      margin: auto
   }

   #case .case_inner2 {
      padding: 0
   }

   #case .innerL {
      padding: 0
   }

   .comment-form .comment-form-author,
   .comment-form .comment-form-email,
   .comment-form-comment {
      width: 100%;
   }

   /* レビュー提供特典 */
   #revinfo .innerS {
      width: 95%;
      margin: 0 auto;
   }

   #revinfo .to_item_detail a {
      width: 100%;
   }

   .revhowto ol {
      padding: 2em;
   }

   .set_col {
      clear: both;
      display: block;
      width: 100%;
   }

   /* 連結について */
   #connect .container {
      display: block
   }

   .w_img {
      width: 80%;
   }

   #connect .con1-2 {
      padding: 4em 0 2em;
   }

   #connect .con1-2,
   #connect .con1-3 {
      width: 100%
   }

   #connect .con2 .r_txt,
   #connect .con5 h3+p {
      width: 90%;
      margin: 2em auto;
      padding: 1em;
   }

   #connect .con1-3 {
      margin: 0 auto 40px;
      padding: 0 2em 2em
   }

   #connect .con1-3 div {
      width: 100%
   }

   #connect .con1-3 div+div {
      margin: 40px auto;
   }

   #connect .con1-3 p img {
      width: 70%
   }

   #connect .con3 .w_img {
      width: 100%
   }

   .con_test {
      display: block;
   }

   .con_test p {
      width: 100%
   }

   .con_test p+p {
      margin: 0;
   }

   #youtube .box {
      width: 100%;
   }

   .youtube {
      width: 100%;
      padding-top: 56.25%;
   }

   .youtube+.youtube {
      margin: 1em 0 0 0
   }

   #connect .con6 {
      padding: 2em
   }

   #connect .con6 .container,
   #connect .con6 .containerB {
      flex-wrap: wrap
   }

   #connect .con6 h3 {
      display: block;
      margin: 0 auto 1em;
   }

   #connect .con6 .container div {
      max-width: 350px;
      width: 95%;
      margin: auto
   }

   #connect .con6 div.part_lock {
      width: 100%;
      max-width: 300px;
      margin: 1em auto
   }

   #connect .con6 div.arrow_box {
      padding: 1em
   }

   #connect .con6 div.arrow_box div {
      width: 235px;
      margin: auto;
   }

   #connect .con6 div.arrow_box::after,
   #connect .con6 div.arrow_box::before {
      display: none
   }


   /* ご利用ガイド */
   #guide ul.asterisks,
   #guide ul.disc {
      width: 90%;
      margin: auto
   }


   /*コメント欄*/
   div.comment-content p {
      margin-bottom: 20px !important;
   }

   .comment-navigation {
      display: none;
   }

   .comments-pagination {
      margin-bottom: 30px;
   }

   .comments-pagination .nav-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 8px;
   }

   .comments-pagination .nav-links .page-numbers {
      text-decoration: none;
      color: #333;
      border: 1px solid #aaa;
      display: inline-block;
      border-radius: 6px;
      padding: 0.5em 0.8em;
      -webkit-transition: .3s;
      transition: .3s;
      font-size: 1rem;
   }

   .comments-pagination .nav-links .current {
      background-color: #333;
      color: #fff;
   }

   .comments-pagination .nav-links a:hover {
      background-color: #333;
      color: #fff;
   }

   .comment-author a:hover {
      color: #ccc;
   }



   /* カラム
---------------------------------------------------------------*/
   .row {
      display: flex;
      flex-wrap: wrap;
   }

   .row>* {
      flex-grow: 0;
      flex-shrink: 0;
   }

   .row [class^="col1-"] {
      width: calc(100% / 1);
   }

   .row [class^="col2-"] {
      width: calc(100% / 2);
   }

   .row [class^="col3-"] {
      width: calc(100% / 3);
   }

   .row [class^="col4-"] {
      width: calc(100% / 4);
   }

   .row [class^="col5-"] {
      width: calc(100% / 5);
   }

   .row [class^="col6-"] {
      width: calc(100% / 6);
   }

   .row [class^="col7-"] {
      width: calc(100% / 7);
   }

   .row [class^="col8-"] {
      width: calc(100% / 8);
   }

   .row [class^="col9-"] {
      width: calc(100% / 9);
   }

   .row [class^="col10-"] {
      width: calc(100% / 10);
   }

   .row [class^="col11-"] {
      width: calc(100% / 11);
   }

   .row [class^="col12-"] {
      width: calc(100% / 12);
   }

   .pc_br {
      display: none;
   }

   .sp_br {
      display: inline;
   }
}

@media (min-width: 768px) {
   .row [class*="-1-"] {
      width: calc(100% / 1);
   }

   .row [class*="-2-"] {
      width: calc(100% / 2);
   }

   .row [class*="-3-"] {
      width: calc(100% / 3);
   }

   .row [class*="-4-"] {
      width: calc(100% / 4);
   }

   .row [class*="-5-"] {
      width: calc(100% / 5);
   }

   .row [class*="-6-"] {
      width: calc(100% / 6);
   }

   .row [class*="-7-"] {
      width: calc(100% / 7);
   }

   .row [class*="-8-"] {
      width: calc(100% / 8);
   }

   .row [class*="-9-"] {
      width: calc(100% / 9);
   }

   .row [class*="-10-"] {
      width: calc(100% / 10);
   }

   .row [class*="-11-"] {
      width: calc(100% / 11);
   }

   .row [class*="-12-"] {
      width: calc(100% / 12);
   }
}

@media (min-width: 1000px) {
   .row [class$="-1"] {
      width: calc(100% / 1);
   }

   .row [class$="-2"] {
      width: calc(100% / 2);
   }

   .row [class$="-3"] {
      width: calc(100% / 3);
   }

   .row [class$="-4"] {
      width: calc(100% / 4);
   }

   .row [class$="-5"] {
      width: calc(100% / 5);
   }

   .row [class$="-6"] {
      width: calc(100% / 6);
   }

   .row [class$="-7"] {
      width: calc(100% / 7);
   }

   .row [class$="-8"] {
      width: calc(100% / 8);
   }

   .row [class$="-9"] {
      width: calc(100% / 9);
   }

   .row [class$="-10"] {
      width: calc(100% / 10);
   }

   .row [class$="-11"] {
      width: calc(100% / 11);
   }

   .row [class$="-12"] {
      width: calc(100% / 12);
   }
}
/* Q&A----------------------------------------- */
.entry-content .innerL .qa_wrapper {
   margin-bottom: 5em;
}
.qa_wrap {
   text-align: left;
   margin-bottom: 1.5em;
}

.qa_wrap summary {
   background-color: #eee;
   padding-right: 3em;
   position: relative;
   display: flex;
   align-items: stretch;
   font-weight: bold;
}

.qa_wrap summary::after {
   content: "";
   display: block;
   position: absolute;
   top: 50%;
   right: 1em;
   transform: translateY(-50%);
   width: 1em;
   height: 1em;
   clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
   background-color: #222;
}

.qa_wrap[open] summary:after {
   transform: translateY(-50%) rotate(180deg);
}

.qa_wrap summary::marker {
   font-size: 0;
}

.qa_num {
   background-color: #222222;
   color: #fff;
   padding: 0.5em 1em;
   margin-right: 0.5em;
   display: flex;
   justify-content: center;
   align-items: center;
}

.qa_ttl {
   padding: 0.8em 0;
   line-height: 1.4;
}

.qa_wrap .details-contents {
   padding: 0.7em;
}

.qa_list {
   list-style-type: disc;
   padding-left: 1.5em;
}


@media screen and (max-width: 640px) {
   .entry-content .innerL .qa_wrapper {
   width: 92%;
   margin: 0 auto 4em;
   }
}


/* 第52回東京モーターショー */
ul.tokyo-52th-gallery {
  display: flex;
  flex-direction: column;
  width: 98%;
  max-width: 1000px;
  margin: 2em auto;
}
a.tokyo-52th-btn {
  background-color: #222;
  color: #fff;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
}
.tokyo-52th-video-wrap {
  background-color: #222;
  margin-bottom: 10px;
}
.tokyo-52th-video {
  max-height: 80vh;
}

/*20241107追加*/
.header.pc{
   height: 214px;
	}
.header.pc nav{
   position: absolute;
   width: 100%;
   z-index: 20;
}
.header.pc nav.fixed{
   position: fixed;
   top: 0;
   transition: .5s;
   width: 100%;
}
.head_menu_outer {
   margin: 0 auto;
}
@media screen and (max-width: 999px) {	
.site-header{
	height:104px;
}
}
.header.sp{
   position: fixed;
   width: 100%;
   height:100px;
   z-index: 9999;
   top:0;
   transition: .5s;
   background:#fff;
}
.header.sp.hide{
   top: -100px;
}
.innery {
   height:40px;
}
/*----------*/

/*202507トップ改修-------------------------------------------*/

/* CTA */
.cta_link {
	padding:80px auto;
	margin:
}
.cta_link h3{
	font-size: clamp(1.2rem, 1vw + 1rem, 1.5rem);
}
.cta_link .container {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

.cta_link .box {
	position: relative;    
	display: flex;
    flex-direction: column;
    background-image: linear-gradient(156deg, rgba(85, 85, 85, 1), rgba(43, 43, 43, 1));
    width: 250px;
    color: #fff;
    border: 1px solid #333;
    border-radius: 0px;
    overflow: hidden;
    transition: box-shadow 0.2s;
    padding: 0;
	text-decoration: none!important;
    }

.cta_link .box:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

.box img {
      width: 100%;
      height: auto;
      display: block;
    }

.cta_link .text {
	padding: 8px;
    font-size: 16px;
    line-height: 1.6;
    }

.cta_link .arrow {
    position: absolute;
	bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
	background: #fff;
    color: #333;
	font-size: .9rem;
    }

.cta_link_pt03 h3{
    position: relative;
    padding: 0 0 0 40px;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    width: fit-content;
    margin: 0 auto 10px;
}

.cta_link_pt03 h3:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #111;
    content: '';
}

.cta_link_pt03 h3:after {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color:#111;
    content: '';
}
@media (max-width: 999px) {
	  .cta_link .container {	
		max-width: 450px;
		margin: auto;
		}
      .cta_link .box {
        flex-direction: row;
        align-items: center;
        height: 80px;
		width: 90%;
      }
      .cta_link .box img {
        width: 40%;
        height: 100%;
        object-fit: cover;
      }

      .cta_link .text {
        width: 80%;
        padding: 8px;
        padding-left: 24px;
        text-align: left;
      }
    }
@media (max-width: 460px) {
	.cta_link_pt03 h3 {
		font-size:1rem;
	}
}

/*h2調整*/

.entry-content h1,
.entry-content h2 {
    font-size: clamp(1.5rem, 1.2vw + 1rem, 2.3rem);
}


/* ボタン */

.cta-btn01 ._txt {
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 900;
}

.cta-btn02 ._txt {
    line-height: 60px;
    font-weight: 900;
}

.btn.redL {
    background: #da4647 0% 0% no-repeat;
}

.btn.whiteL a {
    background: #fff 0% 0% no-repeat;
    border: 2px solid #111;
    border-radius: 30px;
}

.btn.whiteL .cta-btn ._txt {
    color: #111;
    font-weight: 900;
}

.btn-mg {
    margin: 80px auto 0;
}

.cta-btn01 {
    width: 90%;
    height: 40px;
    border-radius: 20px;
    margin: 20px auto;
}

.cta-btn02 {
    width: 90%;
    max-width: 400px;
    min-width: 240px;
    height: 60px;
    border-radius: 30px;
}

.cta-btn {
    position: relative;
}

.cta-btn .arrow {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #fff;
    color: #333;
    font-size: 1rem;
    z-index: 33;
}

.cta-btn a:link {
    text-decoration: none;
}

.cta-btn02 ._txt {
    font-size: 1.1rem;
}


/* トップページセクションヘッダー */

.heading-block {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 60px;
}

.heading-label {
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    font-size: clamp(0.65rem, 0.8vw + 0.4rem, 0.85rem);
    font-weight: bold;
    padding: 5px 4px 2px;
    letter-spacing: 1px;
    line-height: 1;
}

h2.heading-main {
    display: block;
    width: 100%;
    font-size: clamp(1.5rem, 1.2vw + 1rem, 2.3rem);
    font-weight: 700;
    color: #111;
    margin: 10px auto 24px !important;
    border-bottom: 1px solid #111;
    padding-bottom: 20px;
}

.top-center-heading {
    margin-bottom: 60px;
}

h2.top-center-heading_txt {
    margin: 16px auto 16px !important;
}

.top-center-heading .subtext {
    font-size: 1.2rem;
    font-weight: bold;
    color: #868686;
}

.top-center-heading .leadtext {
    margin-top: 40px;
}

@media (max-width: 640px) {
    .heading-label {
        padding: 2px 4px 2px;
    }
    .heading-label {
        padding: 2px 4px 2px;
    }
}


/* 特典 */

#top-bonus_01 .banner-container {
    max-width: 660px;
    width: fit-content;
    margin: 20px auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#top-bonus_01 .banner-icon {
    width: 48px;
    height: auto;
    flex-shrink: 0;
}

#top-bonus_01 .banner-text {
    text-align: center;
    flex: 1;
}

#top-bonus_01 .line1 {
    font-size: clamp(1.4rem, 2.2vw, 2.5rem);
    font-weight: bold;
    line-height: 1.4;
}

#top-bonus_01 .line1 .s_txt {
    font-size: 1.2rem;
}

#top-bonus_01 .line1 .m_txt {
    font-size: clamp(1.9rem, 2.2vw, 2.5rem);
}

#top-bonus_01 .line1 .highlight {
    color: red;
    font-size: clamp(2.4rem, 2.5vw, 3.5rem);
}

#top-bonus_01 .line2 {
    font-size: clamp(1.9rem, 2.2vw, 2.5rem);
    font-weight: bold;
    position: relative;
    display: inline-block;
}

#top-bonus_01 .line2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 12px;
    background: linear-gradient(to right, #FFD700, #FFA500);
    z-index: -1;
    border-radius: 3px;
}

@media screen and (max-width: 640px) {
    #top-bonus_01 .banner-container {
        text-align: center;
        gap: 12px;
    }
    #top-bonus_01 .banner-icon {
        width: 36px;
    }
    #top-bonus_01 .line2 {
        font-size: 1.4rem;
    }
    #top-bonus_01 .line2::after {
        height: 4px;
    }
}

.tokuten-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    background-color: #f4f4f4;
}

.tokuten-card_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-bottom: 1px solid #333;
}

.tokuten-card {
    background-color: white;
    border: 2px solid #1c1c1c;
    padding: 40px 20px 16%;
    flex: 1 1 28%;
    box-shadow: 3px 3px 0px #1c1c1c;
    position: relative;
    box-sizing: border-box;
    min-width: 250px;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tokuten-card::after {
    content: '';
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: 0.9;
    z-index: 0;
}

.tokuten-card:nth-child(1)::after {
    background-image: url('/images/ico_cashback.gif');
    background-size: 34% auto;
    bottom: 48px;
}

.tokuten-card:nth-child(2)::after {
    background-image: url('/images/ico_pointup.gif');
    background-size: 40% auto;
}

.tokuten-card:nth-child(3)::after {
    background-image: url('/images/ico_sendfree.gif');
    background-size: 45% auto;
}

.tokuten-card .details {
    position: absolute;
    bottom: 8px;
    right: 24px;
    margin: 0;
    font-size: 1rem;
    border-bottom: 1px solid;
    line-height: 1.2;
    margin-bottom: 3px;
}

.tokuten-card .badge {
    position: absolute;
    top: -12px;
    left: 8px;
    background-color: #1c1c1c;
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 6px 20px;
    transform: skew(8deg);
    z-index: 1;
}

.tokuten-card .badge span {
    display: inline-block;
    transform: skew(-8deg);
}

.tokuten-card p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 16px 0;
}

.tokuten-card .highlight {
    color: red;
    font-weight: 900;
    font-size: 1.6rem;
}

.tokuten-card img {
    width: 60px;
    height: auto;
    margin-top: 10px;
}

@media screen and (max-width: 999px) {
    .tokuten-wrapper {
        flex-direction: column;
        align-items: center;
        margin: 20px auto;
        padding: 20px 0;
        max-width: 450px;
    }
    .tokuten-card {
        width: 100%;
        max-width: 90%;
        padding: 55px 18% 30px 40px;
        min-width: 250px;
        justify-content: left;
        text-align: left;
        min-height: 160px;
    }
    .tokuten-card::after {
        content: '';
        background-position: 92% 25%;
        width: 100%;
        height: 100%;
        background-size: 50% auto;
        bottom: 0;
    }
    .tokuten-card:nth-child(1)::after {
        background-size: 16% auto;
        bottom: 0;
    }
    .tokuten-card:nth-child(2)::after {
        background-size: 19% auto;
    }
    .tokuten-card:nth-child(3)::after {
        background-size: 20% auto;
    }
    .tokuten-card p {
        line-height: 1.6;
        margin: 0;
        font-size: 1rem;
    }
    .tokuten-card .details {
        position: absolute;
        right: 20px;
        width: fit-content;
    }
}

.top-bonus_02_container {
    max-width: 1100px;
    margin: 30px auto;
    display: flex;
    gap: 20px;
}

.top-bonus_02 {
    background: #fff;
    position: relative;
    box-sizing: border-box;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-bonus_02.item-left,
.top-bonus_02 .item-right-top,
.top-bonus_02 .item-right-bottom {
    border: 1px solid #333;
    padding: 20px;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (min-width: 1000px) {
    .top-bonus_02.item-left {
        flex: 1;
    }
    .top-bonus_02.item-right {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 999px) {
    .top-bonus_02_container {
        flex-direction: column;
        align-items: center;
    }
    .top-bonus_02 {
        width: 90%;
        max-width: 600px;
        gap: 20px;
    }
    .top-bonus_02 .item-right-top {
        background-position: 96% 50%;
    }
}

.top-bonus_02 .ribbon {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.top-bonus_02 .ribbon {
    --r: .8em;
    border-inline: .5em solid #0000;
    padding: .5em .7em calc(var(--r) + 1em);
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - .5em) 100%, 50% calc(100% - var(--r)), .5em 100%, 0 100%);
    background: #ff0000 padding-box;
    width: fit-content;
    margin: -28px -18px;
}

.top-bonus_02 .number {
    background: #333;
    color: #fff;
    font-weight: bold;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    margin: 0 auto;
}

.top-bonus_02 .content {
    margin-left: 100px;
    flex: 1;
    text-align: left;
}

.top-bonus_02 .content h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.5;
    text-align: left;
}

.top-bonus_02 .content .highlight {
    font-size: 36px;
    font-weight: bold;
    color: #b59548;
    margin: 10px 0;
    display: block;
}

.top-bonus_02 .content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.top-bonus_02.item-left .content p {
    display: inline;
    padding-bottom: .3em;
    background-image: linear-gradient(to right, #333, #333 3px, transparent 3px, transparent 9px);
    background-size: 8px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    line-height: 2.2;
    font-size: 1rem;
}

.top-bonus_02 .links {
    margin-top: 40px;
}

.top-bonus_02 .links a {
    font-size: 1rem;
    text-decoration: underline;
    color: #333;
    margin-right: 20px;
    display: inline-block;
}

#top-bonus_02 a.top-bonus_02-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.tokuten-ttl_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 60px;
    left: 32px;
}

.tokuten-ttl_wrap .txt {
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: 4px;
}

.right-top,
.right-bottom {
    flex: 1;
    /* 均等割り */
    background: #e9f5e9;
    margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
    .top-bonus_02 .content {
        margin-left: 0px;
    }
    .top-bonus_02 .content .highlight,
    .top-bonus_02 .content h3,
    .top-bonus_02 .item-right-bottom .content p {
        margin-left: 90px;
    }
    .top-bonus_02 .content .highlight {
        font-size: clamp(24px, 4vw, 30px);
    }
    .top-bonus_02 .ribbon {
        --r: .8em;
        border-inline: .6em solid #0000;
        padding: .5em .5em calc(var(--r) + .3em);
        clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - .1em) 100%, 50% calc(100% - var(--r)), .1em 100%, 0 100%);
        background: #ff0000 padding-box;
        width: fit-content;
        margin: -26px -24px;
    }
    .top-bonus_02 .number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .tokuten-ttl_wrap {
        top: 40px;
    }
    .tokuten-ttl_wrap .txt {
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .top-bonus_02 .content h3 {
        font-size: 1rem;
    }
}


/* シミュレーション */

.top-simulation_img_wrap {
    display: flex;
    width: 90%;
    max-width: 750px;
    margin: 40px auto;
    gap: 20px;
}

.top-simulation_img_wrap img {
    width: 48%;
    border: 10px solid #f3f3f3;
}

#simulation .container {
    flex-wrap: wrap;
}

#simulation .tile_list {
    width: 200px;
}

#simulation .tile_list:nth-of-type(1) {
    margin-left: 100px;
}

#simulation .tile_list:nth-of-type(4) {
    margin-right: 100px;
}

@media screen and (max-width: 999px) {
    #simulation .tile_list:nth-of-type(1) {
        margin-left: 0;
    }
    #simulation .tile_list:nth-of-type(4) {
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    #simulation .tile_list {
        width: 70%;
    }
    #simulation .tile_list:nth-of-type(1) {
        margin-left: auto;
    }
    #simulation .tile_list:nth-of-type(4) {
        margin-right: auto;
    }
    .top-simulation_img_wrap {
        width: 100%;
        gap: 0px;
    }
    .top-simulation_img_wrap img {
        width: 50%;
        border: 5px solid #f3f3f3;
    }
}


/* ビフォーアフター */

.splide__slide img {
    border-radius: 0;
}

#bandf div.container {
    width: 100%;
    margin: 0;
}

#bandf div.box {
    width: 50%;
}

#bandf .innerL {
    margin: 40px auto !important;
}

@media screen and (max-width: 640px) {
    #bandf div.box {
        width: 100%;
        max-width: 380px;
        margin-top: 10px;
    }
}


/* 特徴 */

.features01,
.features02,
.features03,
.features04,
.features05,
.features06 {
    max-width: 650px;
    min-height: 650px;
    margin: 0px auto 40px;
    padding: 32px;
    border-radius: 20px;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
}

.features06 {
    background: #fff;
}

#function {
    margin-bottom: 0;
}

#function table {
    width: 100%;
    margin-top: 20px;
}

#function table td,
#function table th {
    padding: clamp(0.6em, 2vw, 1em);
}

@media screen and (max-width: 640px) {
    span.txt-center {
        text-align: center;
        display: block;
    }
    #function h3 {
        text-align: center;
        font-size: 16px;
    }
    #function table th,
    #function table td {
        border: 1px solid #ccc;
        padding: 0.75em;
        text-align: center;
        line-height: 1;
        font-size: 13px;
    }
    #function table thead {
        background-color: #f4f4f4;
    }
    #function table,
    #function table thead,
    #function table tbody,
    #function table th,
    #function table td,
    #function table tr {
        display: block;
    }
    .features01,
    .features02,
    .features03,
    .features04,
    .features05,
    .features06 {
        max-width: 640px;
        min-height: 550px;
    }
    #function h3 {
        font-size: 22px;
    }
    #function table thead {
        border-bottom: none;
    }
    #function table thead tr {
        display: none;
    }
    #function table tr {
        border-bottom: none;
    }
    #function table td {
        text-align: left;
        padding: 8px 0 8px 50%;
        position: relative;
        border: 0;
        border-bottom: 1px solid #eee;
    }
    #function table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 1em;
        font-weight: bold;
        white-space: nowrap;
    }
    #function table th {
        background: #eee;
        font-weight: bold;
        display: block;
        text-align: center;
        border: 0;
        font-size: 15px;
        padding: 5px;
    }
}


/* 動画 */

#main-visual3 {
    max-width: 1400px;
    width: 100%;
    background-size: cover;
    text-align: center;
    margin: auto;
}

#main-visual3>video {
    width: 100%;
    vertical-align: middle;
}

.top-movie .container {
    gap: 20px;
}

@media screen and (max-width: 640px) {
    #main-visual3 {
        height: 500px;
    }
    #main-visual3>video {
        height: 100%;
        object-fit: cover;
    }
}


/*採用事例*/

.customer_pickup {
    background: #f7f7f7;
    padding: 90px 0 !important;
}

.customer_pickup ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.customer_pickup li {
    width: calc(33.333% - 13.33px);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.customer_pickup li ._img img {
    width: 100%;
    height: auto;
    display: block;
}

.customer_txt-wrap {
    padding: 16px;
    text-align: left;
}

.customer_txt-wrap ._ttl {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1rem;
}

._sub-ttl {
    font-size: .9rem;
    line-height: 1.4;
    display: inline-block;
}

.customer_txt-wrap ._txt {
    margin-bottom: 12px;
    font-size: .9rem;
    color: #333;
}

@media (max-width: 640px) {
    .customer_pickup li {
        width: 100%;
    }
}


/* パーツ構成 */

#parts .splide__slide .container {
    border: 8px solid #f3f3f3;
}

#parts .att.txt_box {
    width: 100%;
    margin: auto;
    font-size: .9rem;
    padding: 0 16px;
}

#parts .img_box {
    width: 60%;
}

#parts .txt_box {
    width: 40%;
}

#features ._wrap,
#parts ._wrap {
    max-width: 1920px;
    margin: 40px auto;
}

#parts>div+div {
    margin: 0 auto;
}

#parts .att.txt_box {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    background: #eee;
}

.parts_imgR img {
    box-shadow: none;
}

@media screen and (max-width: 640px) {
    #parts .img_box {
        width: 100%;
    }
    #parts .txt_box {
        width: 100%;
        min-height: 220px;
    }
    #parts h3 {
        text-align: left;
        margin-top: 1em;
    }
    #parts .att.txt_box {
        width: 100%;
        height: 100%;
    }
}


/* ピックアップレビュー */

.revue_picup .hidden-part {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 0;
    margin-bottom: 0;
    transition: max-height 0.6s ease-in-out, margin 0.6s ease-in-out;
}

.revue_picup .hidden-part.show {
    max-height: 5000px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.revue_picup button {
    background: none;
    color: #111;
    font-size: 1.2rem;
    padding: 2em;
}

.revue_picup {
    background: #f7f7f7;
    padding: 90px 0 !important;
}

.revue_picup .containerB {
    width: 95%;
    max-width: 1100px;
    margin: auto;
}

.revue_picup ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.revue_picup li {
    width: calc(50% - 10px);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.revue_picup a.revue-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.revue_txt-wrap ._img img {
    width: 100%;
    height: auto;
    display: block;
}

.revue_txt-wrap {
    padding: 16px;
    text-align: left;
}

.revue_txt-wrap ._ttl {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.revue_txt-wrap ._txt {
    margin-bottom: 12px;
    font-size: 1rem;
    color: #333;
}

.revue_picup_link {
    text-align: right;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .revue_picup .containerB {
        max-width: 460px;
    }
    .revue_picup li {
        width: 100%;
    }
}


/* 仕様 */

#spec input[type="checkbox"] {
    display: none;
}

.label-part {
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.hidden-part {
    max-height: 0;
    will-change: max-height;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

#spec input[type="checkbox"]:checked~.hidden-part {
    max-height: 2000px;
}

.spec_item_click_open {
    font-size: 1rem;
    margin-left: 12px;
}

h3.ttl_shiyo {
    display: flex;
    justify-content: center;
    align-items: baseline;
    background: #333;
    margin: auto;
    margin: 0px 4%;
    padding: 16px;
    color: #fff;
}

.spec_item_click_open,
.fa-solid,
.fa-square-caret-down:before {
    content: "\f150";
    font-family: "Font Awesome 6 Free";
}

.fa-square-caret-up:before {
    content: "\f151";
    font-family: "Font Awesome 6 Free";
}

/* コラム */
.top-column_container {
display: flex;
/* grid-template-columns: repeat(4, 1fr); 4列用*/
  gap: 20px;
  max-width: 800px; 
/* max-width: 1100px; 4列用　*/
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.top-column_item {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  overflow: hidden;
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
  text-decoration:none !important;
  flex: 1; 
}

.top-column_item:hover {
  transform: translateY(-3px);
}

.top-column_item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.top-column_item h3 {
  font-size: 16px;
  padding: 10px;
  margin: 0 auto;
  line-height: 1.5;
  white-space: pre-line;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .top-column_container {
  gap: 10px;
}
  .top-column_container {
/*    grid-template-columns: repeat(2, 1fr); 4列用　*/
  }
}
/*-------------202507トップ改修ここまで-------------------*/

