@charset "UTF-8";
@media print, screen and (min-width: 769px) {
  .tokuso .nowrap {
    white-space: nowrap;
  }
}

.icon_numH {
  font-size: 11px;
  vertical-align: text-top;
  padding: 0 5px;
  color: #666;
  border: 1px solid #CCC;
  margin: 0 3px;
}

.icon_numH .sub {
  padding: 0 0 2px;
  margin: 0 -.2em;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes arrow {
  50% {
    right: -2em;
    opacity: 1;
  }
  100% {
    right: -2.4em;
    opacity: 0;
  }
}

.tokuso {
  line-height: 1.6;
}

.tokuso img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.tokuso .section-intro__kv img {
  width: 100%;
}

.tokuso .nav_wrap {
  margin-top: 30px;
}

.tokuso-inner {
  width: 930px;
}

.tokuso-intro {
  text-align: center;
  margin: -110px auto 80px;
  padding: 0 15px;
  position: relative;
}

.tokuso-intro__wrap_bg {
  margin-bottom: 110px;
  padding-bottom: 14px;
  background: #B72A16 center top no-repeat;
  background-size: contain;
}

.tokuso-intro__inner {
  background: #fff;
  width: 930px;
  margin: auto;
  padding: 40px 40px 66px;
  box-sizing: border-box;
}

.tokuso-intro__logo {
  margin-bottom: 18px;
}

.tokuso-intro__logo img {
  max-height: 76px;
}

.tokuso-intro__catch {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  position: relative;
  right: -0.1em;
}

.tokuso-intro__text {
  font-size: 18px;
}

.tokuso-intro__caption span {
  display: inline;
}

.tokuso-intro__list {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  max-width: 780px;
  margin: auto;
}

.tokuso-intro__list_item {
  width: calc(50% - 15px);
}

.tokuso-intro__list_item a {
  position: relative;
}

.tokuso-intro__list_item a:not(.current)::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #beb1a1;
  transform: scaleX(0);
}

.tokuso-intro__list_item a:not(.current) div::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #beb1a1;
  z-index: 10;
  transform: scaleX(0);
}

.tokuso-intro__list_item a:not(.current):hover div::before, .tokuso-intro__list_item a:not(.current):hover::after {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.tokuso-intro__list_item div {
  position: relative;
  overflow: hidden;
}

.tokuso-intro__list_item div .logo {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
}

.tokuso-intro__list_item div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s;
}

.tokuso-intro__list_item div .pic {
  position: relative;
  z-index: 0;
}

.tokuso-intro__list_item h2 {
  font-size: 16px;
  padding: 14px;
}

.tokuso-intro__list_item a {
  display: block;
  transition: .3s !important;
  opacity: 1 !important;
  border-bottom: 6px solid #fff;
}

.tokuso-intro__list_item a.current {
  pointer-events: none;
}

.tokuso-intro__list_item a img.pic {
  width: 100%;
}

.tokuso-intro__list_item h2 {
  color: #444;
  position: relative;
}

.tokuso-intro__list_item a:not(.current) h2 span {
  position: relative;
}

.tokuso-intro__list_item a:not(.current) h2 span::after {
  position: absolute;
  top: 30%;
  right: -1.6em;
  content: '';
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #885E2A;
  opacity: 0;
  animation: arrow 1.2s infinite;
}

.tokuso-intro__list_item.casa a.current,
.tokuso-intro__list_item.casa a:hover {
  border-bottom: 6px solid #B72A16;
}

.tokuso-intro__list_item.casa a.current h2,
.tokuso-intro__list_item.casa a:hover h2 {
  color: #B72A16;
}

.tokuso-intro__list_item.casa a.current div::after,
.tokuso-intro__list_item.casa a:hover div::after {
  opacity: .4;
  background: #B72A16;
}

.tokuso-intro__list_item.maison a.current h2,
.tokuso-intro__list_item.maison a:hover h2 {
  color: #885E2A;
}

.tokuso-intro__list_item.maison a.current div::after,
.tokuso-intro__list_item.maison a:hover div::after {
  opacity: .5;
  background: #F6D0A0;
}

.tokuso-intro__lead {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 60px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.tokuso-intro__pics {
  margin-left: 15px;
  margin-right: 15px;
}

.tokuso-intro__pics li {
  margin-bottom: 40px;
  display: inline-block;
}

.tokuso-intro__pics li:nth-child(3), .tokuso-intro__pics li:nth-child(4) {
  width: calc(50% - 20px);
}

.tokuso-intro__pics li:nth-child(4) {
  margin-left: 34px;
  margin-bottom: 100px;
}

.tokuso-intro__pics li img {
  width: 100%;
}

.tokuso-intro__pics li figcaption {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
}

.tokuso-intro__pics_caption {
  color: #fff;
  font-size: 11px;
}

.tokuso-content {
  margin-left: 15px;
  margin-right: 15px;
}

.tokuso-content__head, .tokuso-accessory__head {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 59px;
}

.tokuso-content__head::after, .tokuso-accessory__head::after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  margin: 20px auto 0;
  background: #B72A16;
}

.tokuso-content__item {
  margin-bottom: 150px;
}

.tokuso-content__item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tokuso-content__item_list li {
  width: calc(33.3333% - 15px);
  margin-bottom: 40px;
}

.tokuso-content__item_list li img {
  margin-bottom: 8px;
}

.tokuso-content__item_list li figcaption {
  font-size: 16px;
}

.tokuso-content__item_list small {
  font-size: 11px;
}

.tokuso-content__body {
  margin-bottom: 150px;
}

.tokuso-content__interior {
  margin-bottom: 150px;
}

.tokuso-content__interior_title {
  text-align: center;
  margin-bottom: 10px;
}

.tokuso-content__interior .slider_inner {
  margin-right: 3px;
}

.tokuso-content__interior .slider_inner + .slider_inner {
  margin-left: 3px;
  margin-right: 0;
}

.tokuso-content__interior .section-intcolor__caption.switch_pc {
  margin-top: 10px;
}

.tokuso-content__price_2col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

.tokuso-content__price_2col h4 {
  margin-bottom: 28px;
  font-size: 20px;
}

.tokuso-content__price_2col_summary {
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid #808080;
}

.tokuso-content__price_2col .price_left,
.tokuso-content__price_2col .price_right {
  width: calc(50% - 20px);
}

.tokuso-content__price_2col_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #DBDBDB;
}

.tokuso-content__price_2col_item_type {
  flex-basis: 60px;
  padding-top: .8em;
}

.tokuso-content__price_2col_item_price {
  flex-basis: 238px;
}

.tokuso-content__price_2col_item_price p:first-of-type {
  font-size: 22px;
  line-height: 1.5;
}

.tokuso-content__price_2col_item_price p:first-of-type span {
  font-size: 32px;
}

.tokuso-content__price_2col_item_price p:last-of-type {
  font-size: 13px;
}

.tokuso-content__price_2col_item_icon {
  flex-basis: 162px;
  padding-top: 8px;
}

.tokuso-content__price_2col_item_icon img {
  max-width: 70px;
}

.tokuso-accessory {
  text-align: center;
}

.tokuso-accessory__head::after {
  background: #444;
}

.tokuso-accessory__lead {
  margin-bottom: 22px;
  font-size: 16px;
}

.tokuso-accessory__ex1 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}

.tokuso-accessory__ex1 img {
  height: 20px;
  margin-right: .25em;
  vertical-align: text-top;
}

.tokuso-accessory__ex1 .slash {
  display: inline-block;
  padding: 0 .25em 0 0;
}

.tokuso-accessory__ex2 {
  margin-bottom: 9px;
  font-size: 14px;
}

.tokuso-accessory__ex3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.tokuso-accessory__ex3 span {
  padding-right: 20px;
}

.tokuso-accessory__ex3 span.price {
  padding-right: 0;
}

.tokuso-accessory__ex3 span.price strong {
  font-size: 32px;
  font-weight: bold;
}

.tokuso-accessory__ex3 span.price .small {
  font-size: 11px;
  padding-right: 0;
}

.tokuso-accessory__ex3 .icon {
  font-size: 11px;
  vertical-align: text-top;
  padding: 0 5px;
  color: #666;
  border: 1px solid #CCC;
  height: 18px;
}

.tokuso-accessory__ex3 .icon .sub {
  padding: 0 0 2px;
  margin: 0 -.2em;
}

.tokuso-accessory__ex4 {
  font-size: 11px;
}

.tokuso-footer {
  /*padding: 80px 15px 100px;*/
padding: 80px 15px 20px;	
  /*margin: 0 0 100px;*/
	margin: 0 0 0;
  background: #f8f8f8;
}

.tokuso-footer .tokuso-intro {
  margin-top: 0;
}

/* /auto-archive/fit/2022/special/sp-common/css/sp-common.css より参照 */
#section_bottom {
  padding: 40px 15px 100px;
}

.section-bottom__caution {
  margin-bottom: 70px;
  font-size: 11px;
  line-height: 16px;
}

.section-bottom__caution:last-child {
  margin-bottom: 0;
}

.section-bottom__caution li {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

.section-bottom__caution li:last-child {
  margin-bottom: 0;
}

#section-estimate {
  margin: 0 0 110px;
}

.section-estimate__desc {
  margin: 0 0 10px;
  font-size: 16px;
  text-align: center;
}

.section-estimate__btn {
  width: 424px;
  height: 52px;
  margin: 0 auto;
  text-align: center;
}

.section-estimate__btn a {
  width: 100%;
  height: 52px;
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0064a1;
}

.section-estimate__btn a::before {
  content: "";
  width: 20px;
  height: 24px;
  margin-right: 15px;
  background: url(/auto-archive/fit/2022/special/sp-common/image/icon_yen.png) center center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
}

.section-estimate__btn span {
  vertical-align: middle;
}
/*# sourceMappingURL=index_pc.css.map */