@charset "UTF-8";
/* ----------------------------------------------------------------------
 ヘッダースライダー
---------------------------------------------------------------------- */
/* ヘッダー */
body.home {
  padding-top: 0 !important;
}
body.home:not(.header_fix) #header {
  position: absolute;
  top: var(--tcd-header-message-height);
}
body.home.index_header_content_type2:not(:has(#header:hover)):not(.logo_shape_type3):not(.header_fix) #header:after, body.home.index_header_content_type2.logo_shape_type3:not(:has(#header:hover)):not(.start_scroll) #header:after {
  opacity: 0;
}
body.home.index_header_content_type2:not(:has(#header:hover)):not(.logo_shape_type3):not(.header_fix) #global_menu > ul > li > a, body.home.index_header_content_type2.logo_shape_type3:not(:has(#header:hover)):not(.start_scroll) #global_menu > ul > li > a {
  color: #fff;
}
body.home.index_header_content_type2:not(:has(#header:hover)):not(.logo_shape_type3):not(.header_fix) #header_search .search_button:before, body.home.index_header_content_type2.logo_shape_type3:not(:has(#header:hover)):not(.start_scroll) #header_search .search_button:before {
  background: #fff;
}
body.home.logo_shape_type3 #header {
  margin-bottom: -90px;
}
body.home.index_header_content_type2.hide_nav:not(.start_scroll) #header:after {
  opacity: 0;
}
@media (max-width: 1200px) {
  body.home:not(.header_fix) #header {
    top: 0;
  }
}

/* ロゴ・メニュー */
body:not(.logo_shape_type3):not(.start_scroll) #header_logo {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

body:not(.logo_shape_type3).start_first_animation #header_logo {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s ease 0.5s, -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  transition: opacity 0.5s ease 0.5s, -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  transition: opacity 0.5s ease 0.5s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  transition: opacity 0.5s ease 0.5s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.5s, -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}

body.logo_shape_type3 #header_logo a {
  opacity: 0;
}

body.logo_shape_type3.start_first_animation #header_logo a {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease 0.5s;
  transition: opacity 0.7s ease 0.5s;
}

body:not(.start_scroll) #global_menu, body:not(.start_scroll) #header_search {
  opacity: 0;
}

body.start_first_animation #global_menu,
body.start_first_animation #header_search {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.7s ease 0.5s;
  transition: opacity 0.7s ease 0.5s;
}

@media (max-width: 767px) {
  body:not(.logo_shape_type3):not(.start_scroll) #header_logo {
    -webkit-transform: translate3d(0px, -50px, 0);
            transform: translate3d(0px, -50px, 0);
  }
  body:not(.logo_shape_type3).start_first_animation #header_logo {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #drawer_menu_button {
    opacity: 0;
  }
  body.start_first_animation #drawer_menu_button {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease 0.5s;
    transition: opacity 0.5s ease 0.5s;
  }
}
/* 基本設定 */
#index_header_content {
  width: 100%;
  height: calc(100svh - var(--tcd-header-message-height));
  position: relative;
  overflow: hidden;
  background: #fff;
}
#index_header_content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border-radius: 15px;
}
body.index_header_content_type2 #index_header_content .overlay {
  border-radius: 0px;
}
@media (max-width: 1200px) {
  #index_header_content {
    margin-top: -60px;
  }
  #index_header_content .overlay {
    border-radius: 0;
  }
}
@media (max-width: 1000px) {
  #index_header_content {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #index_header_content #index_header_content_inner {
    height: calc(100svh - var(--tcd-header-message-height));
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}

/* 縦書きコンテンツ */
#index_header_content .vertical_content {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  position: absolute;
  left: 100px;
  bottom: 140px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  line-height: 1.8;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
  padding: 30px 25px;
  max-height: calc(50% - 140px);
}
body.start_first_animation #index_header_content .vertical_content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.4s ease 0.9s, -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
  transition: opacity 0.4s ease 0.9s, -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
  transition: opacity 0.4s ease 0.9s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
  transition: opacity 0.4s ease 0.9s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.9s, -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
}
body.index_header_content_type2 #index_header_content .vertical_content {
  left: 50px;
}
#index_header_content .vertical_content .title {
  font-size: 20px;
  color: var(--tcd-accent-color);
  font-weight: 600;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}
#index_header_content .vertical_content .sub_title {
  font-size: 14px;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}
body.start_first_animation #index_header_content .vertical_content * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.start_first_animation #index_header_content .vertical_content *:nth-child(1) {
  -webkit-transition: opacity 0.7s ease 1s, -webkit-transform 0.7s ease 1s;
  transition: opacity 0.7s ease 1s, -webkit-transform 0.7s ease 1s;
  transition: opacity 0.7s ease 1s, transform 0.7s ease 1s;
  transition: opacity 0.7s ease 1s, transform 0.7s ease 1s, -webkit-transform 0.7s ease 1s;
}
body.start_first_animation #index_header_content .vertical_content *:nth-child(2) {
  -webkit-transition: opacity 0.7s ease 1.2s, -webkit-transform 0.7s ease 1.2s;
  transition: opacity 0.7s ease 1.2s, -webkit-transform 0.7s ease 1.2s;
  transition: opacity 0.7s ease 1.2s, transform 0.7s ease 1.2s;
  transition: opacity 0.7s ease 1.2s, transform 0.7s ease 1.2s, -webkit-transform 0.7s ease 1.2s;
}
@media (max-width: 1200px) {
  #index_header_content .vertical_content {
    bottom: 120px;
    left: 60px !important;
  }
}
@media (max-width: 1000px) {
  #index_header_content .vertical_content {
    left: 30px !important;
    bottom: auto !important;
    top: 50%;
    -webkit-transform: translate3d(0, calc(-50% + 20px), 0);
            transform: translate3d(0, calc(-50% + 20px), 0);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: inherit;
  }
  #index_header_content .item #index_header_content .vertical_content {
    top: calc(50% + var(--tcd-index-catch-height) / 2);
  }
  body.start_first_animation #index_header_content .vertical_content {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@media (max-width: 767px) {
  #index_header_content .vertical_content {
    left: 20px !important;
    padding: 20px;
  }
  #index_header_content .vertical_content .title {
    font-size: 16px;
  }
  #index_header_content .vertical_content .sub_title {
    font-size: 12px;
  }
}

#index_header_slider .vertical_content {
  left: 50px;
  bottom: 50px;
  max-height: calc(50% - 50px);
}
@media (max-width: 1200px) {
  #index_header_slider .vertical_content {
    bottom: 60px;
  }
}

/* 右下のキャッチフレーズ */
#index_header_content .bottom_content {
  opacity: 0;
  -webkit-transform: translate3d(50%, 50%, 0);
          transform: translate3d(50%, 50%, 0);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  max-width: calc(50% - 100px);
  line-height: 1.8;
  font-family: var(--tcd-hero-header-catch-font-type);
  font-size: var(--tcd-hero-header-catch-font-size-pc);
  font-weight: 600;
  background: var(--tcd-accent-color);
  color: #fff;
  padding: 65px 90px;
}
body.start_first_animation #index_header_content .bottom_content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s ease 0.7s, -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.7s;
  transition: opacity 0.5s ease 0.7s, -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.7s;
  transition: opacity 0.5s ease 0.7s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.7s;
  transition: opacity 0.5s ease 0.7s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.7s, -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.7s;
}
#index_header_content .bottom_content span {
  display: block;
}
@media (max-width: 1200px) {
  #index_header_content .bottom_content {
    padding: 65px 65px;
    font-size: calc((var(--tcd-hero-header-catch-font-size-pc) + var(--tcd-hero-header-catch-font-size-sp)) / 2);
    max-width: 50%;
  }
}
@media (max-width: 1000px) {
  #index_header_content .bottom_content {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 30px 30px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    max-width: inherit;
    font-size: var(--tcd-hero-header-catch-font-size-sp);
  }
  body:not(:has(#index_news_ticker)) #index_header_content .bottom_content {
    bottom: 0;
  }
  #index_header_content .bottom_content span {
    display: inline-block;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #index_header_content .bottom_content p {
    opacity: 0;
  }
  body.start_first_animation #index_header_content .bottom_content p {
    opacity: 1;
    -webkit-transition: opacity 0.7s ease 0.5s;
    transition: opacity 0.7s ease 0.5s;
  }
}
@media (max-width: 767px) {
  #index_header_content .bottom_content {
    padding: 15px 20px;
  }
}

/* コンテンツタイプ2 */
#index_header_content .center_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 4;
  width: 100%;
}
#index_header_content .center_content .catch {
  font-family: var(--tcd-hero-header-catch-font-type);
  font-size: var(--tcd-hero-header-catch-font-size-pc);
  line-height: 1.6;
  font-weight: 600;
  margin-top: calc(0.5em - 0.5lh);
  margin-bottom: calc(0.5em - 0.5lh);
  text-align: center;
}
#index_header_content .center_content .desc {
  line-height: 2.4;
  font-size: 18px;
  font-weight: 500;
  margin-top: calc(0.5em - 0.5lh);
  margin-bottom: calc(0.5em - 0.5lh);
  text-align: center;
}
#index_header_content .center_content .button {
  min-width: 280px;
  height: 70px;
  display: grid;
  place-items: center;
  background: var(--tcd-accent-color);
  color: #fff;
  border-radius: 70px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}
#index_header_content .center_content .button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#index_header_content .center_content .button span {
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  #index_header_content .center_content .button:hover:after {
    opacity: 1;
  }
}
#index_header_content .center_content > * {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}
body.start_first_animation #index_header_content .center_content > * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.start_first_animation #index_header_content .center_content > *:nth-child(1) {
  -webkit-transition: opacity 1.4s ease 0.5s, -webkit-transform 1.4s ease 0.5s;
  transition: opacity 1.4s ease 0.5s, -webkit-transform 1.4s ease 0.5s;
  transition: opacity 1.4s ease 0.5s, transform 1.4s ease 0.5s;
  transition: opacity 1.4s ease 0.5s, transform 1.4s ease 0.5s, -webkit-transform 1.4s ease 0.5s;
}
body.start_first_animation #index_header_content .center_content > *:nth-child(2) {
  -webkit-transition: opacity 1.4s ease 0.7s, -webkit-transform 1.4s ease 0.7s;
  transition: opacity 1.4s ease 0.7s, -webkit-transform 1.4s ease 0.7s;
  transition: opacity 1.4s ease 0.7s, transform 1.4s ease 0.7s;
  transition: opacity 1.4s ease 0.7s, transform 1.4s ease 0.7s, -webkit-transform 1.4s ease 0.7s;
}
body.start_first_animation #index_header_content .center_content > *:nth-child(3) {
  -webkit-transition: opacity 1.4s ease 0.9s, -webkit-transform 1.4s ease 0.9s;
  transition: opacity 1.4s ease 0.9s, -webkit-transform 1.4s ease 0.9s;
  transition: opacity 1.4s ease 0.9s, transform 1.4s ease 0.9s;
  transition: opacity 1.4s ease 0.9s, transform 1.4s ease 0.9s, -webkit-transform 1.4s ease 0.9s;
}
@media (max-width: 1000px) {
  #index_header_content .center_content {
    gap: 30px 0;
    padding: 0 100px;
  }
  #index_header_content .center_content .catch {
    font-size: calc((var(--tcd-hero-header-catch-font-size-pc) + var(--tcd-hero-header-catch-font-size-sp)) / 2);
  }
  #index_header_content .center_content .desc {
    font-size: 16px;
    line-height: 2;
  }
  #index_header_content .center_content .button {
    min-width: 240px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #index_header_content .center_content {
    padding: 0 30px;
  }
  #index_header_content .center_content .catch {
    font-size: var(--tcd-hero-header-catch-font-size-sp);
  }
}

/* 画像スライダー */
#index_header_slider {
  width: calc(100% - 100px);
  height: calc(100% - 180px);
  z-index: 1;
  position: absolute;
  top: 90px;
  left: 50px;
}
body.index_header_content_type2 #index_header_slider {
  width: 100%;
  height: calc(100svh - 90px);
  top: 0;
  left: 0;
}
#index_header_slider .splide__track {
  width: 100%;
  height: 100%;
}
#index_header_slider .splide__list {
  width: 100%;
  height: 100%;
}
#index_header_slider .item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
body.index_header_content_type2 #index_header_slider .item {
  border-radius: 0px;
}
#index_header_slider .item .bg_image {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
#index_header_slider .item .bg_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index_header_slider.animation_zoom-in .item .bg_image {
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform;
}
#index_header_slider.animation_zoom-in .item.is-active .bg_image, #index_header_slider.animation_zoom-in .item.keep-animate .bg_image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 10s linear 0s;
  transition: -webkit-transform 10s linear 0s;
  transition: transform 10s linear 0s;
  transition: transform 10s linear 0s, -webkit-transform 10s linear 0s;
}
#index_header_slider.animation_zoom-out .item .bg_image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  will-change: transform;
}
#index_header_slider.animation_zoom-out .item.is-active .bg_image, #index_header_slider.animation_zoom-out .item.keep-animate .bg_image {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 10s linear 0s;
  transition: -webkit-transform 10s linear 0s;
  transition: transform 10s linear 0s;
  transition: transform 10s linear 0s, -webkit-transform 10s linear 0s;
}
#index_header_slider .splide__pagination {
  margin-top: 37px !important;
  opacity: 0;
}
#index_header_slider .splide__pagination:has(li:only-of-type) {
  display: none;
}
#index_header_slider .splide__pagination .splide__pagination__page {
  background: none;
  border: 1px solid var(--tcd-accent-color);
  width: 14px;
  height: 14px;
}
#index_header_slider .splide__pagination .splide__pagination__page.is-active {
  background: var(--tcd-accent-color);
}
body.start_first_animation #index_header_slider .splide__pagination {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease 0.5s;
  transition: opacity 0.7s ease 0.5s;
}
@media (hover: hover) {
  #index_header_slider .splide__pagination .splide__pagination__page:hover {
    background: var(--tcd-accent-color);
  }
}
@media (max-width: 1200px) {
  #index_header_slider {
    width: 100%;
    height: calc(100svh - 60px - var(--tcd-header-message-height)) !important;
    top: 0;
    left: 0px;
  }
  #index_header_slider .item {
    border-radius: 0;
  }
  #index_header_slider .splide__pagination {
    display: none;
  }
}
@media (max-width: 1000px) {
  #index_header_slider {
    position: relative;
    height: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

/* 動画 */
#index_header_video_wrap {
  width: calc(100% - 100px);
  height: calc(100% - 180px);
  z-index: 1;
  position: absolute;
  top: 90px;
  left: 50px;
}
body.index_header_content_type2 #index_header_video_wrap {
  width: 100%;
  height: calc(100svh - 90px - var(--tcd-header-message-height));
  top: 0;
  left: 0;
}
#index_header_video_wrap #index_header_video,
#index_header_video_wrap #no_video_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
body.index_header_content_type2 #index_header_video_wrap #index_header_video, body.index_header_content_type2 #index_header_video_wrap #no_video_image {
  border-radius: 0;
}
@media (max-width: 1200px) {
  #index_header_video_wrap {
    width: 100%;
    height: calc(100svh - 60px - var(--tcd-header-message-height)) !important;
    top: 0;
    left: 0px;
  }
  #index_header_video_wrap #index_header_video,
  #index_header_video_wrap #no_video_image {
    border-radius: 0;
  }
}
@media (max-width: 1000px) {
  #index_header_video_wrap {
    position: relative;
    height: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

/* ニュースティッカー */
#index_news_ticker {
  opacity: 0;
  width: calc(50% - 60px);
  height: 90px;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
body.start_first_animation #index_news_ticker {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease 0.5s;
  transition: opacity 0.7s ease 0.5s;
}
#index_news_ticker .post_list {
  height: 100%;
  position: relative;
}
#index_news_ticker .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  width: 100%;
  height: 90px;
}
#index_news_ticker .c-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 110px;
  font-size: 14px;
  font-weight: 500;
}
#index_news_ticker .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
@media (max-width: 1200px) {
  #index_news_ticker {
    height: 60px;
  }
  #index_news_ticker .item {
    padding: 0 30px;
    height: 60px;
  }
  #index_news_ticker .title {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  #index_news_ticker {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  #index_news_ticker .item {
    padding: 0 20px;
  }
}

/* ----------------------------------------------------------------------
 トップページ コンテンツビルダー
---------------------------------------------------------------------- */
#contents_builder > section {
  padding: 100px 0;
  scroll-padding-top: 90px;
  overflow: hidden;
  background: #f5f3f0;
}
#contents_builder > section:last-child {
  padding-bottom: 150px;
}
#contents_builder section.white_bg {
  background: #fff;
}
#contents_builder section.white_bg + section.white_bg,
#contents_builder section:not(.white_bg):not(.cb_split_content) + section:not(.white_bg):not(.cb_split_content) {
  padding-top: 0;
  scroll-padding-top: 190px;
}
#contents_builder section.white_bg:first-child {
  border-top: 1px solid #ddd;
}
#contents_builder .splide__pagination {
  margin-top: 50px !important;
  margin-bottom: -50px !important;
}
#contents_builder .splide__pagination .splide__pagination__page {
  background: none;
  border: 1px solid var(--tcd-accent-color);
  width: 14px;
  height: 14px;
}
#contents_builder .splide__pagination .splide__pagination__page.is-active {
  background: var(--tcd-accent-color);
}
@media (hover: hover) {
  #contents_builder .splide__pagination .splide__pagination__page:hover {
    background: var(--tcd-accent-color);
  }
}
@media (max-width: 767px) {
  #contents_builder > section {
    padding: 40px 0;
  }
  #contents_builder > section:last-child {
    padding-bottom: 40px;
  }
  #contents_builder section.white_bg + section.white_bg,
  #contents_builder section:not(.white_bg):not(.cb_split_content) + section:not(.white_bg):not(.cb_split_content) {
    scroll-padding-top: 90px;
  }
}

/* CBの見出し */
.cb_headline {
  width: 820px;
  position: relative;
  z-index: 3;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px 0;
}

.cb_headline .headline {
  text-align: center;
  line-height: 1.4;
  color: var(--tcd-accent-color);
  font-size: var(--tcd-cb-title-font-size-pc);
  font-family: var(--tcd-cb-title-font-type);
  font-weight: 600;
  margin-top: calc(0.5em - 0.5lh);
  margin-bottom: calc(0.5em - 0.5lh);
}

.cb_headline .desc {
  text-align: center;
  width: 820px;
  line-height: 2.4;
  font-weight: 500;
  margin-top: calc(0.5em - 0.5lh);
  margin-bottom: calc(0.5em - 0.5lh);
}

.cb_headline .desc a {
  color: var(--tcdce-base-link-color) !important;
}

.cb_design_button {
  margin-top: 100px;
}

.cb_design_button .design_button {
  margin: 0 auto;
}

@media (hover: hover) {
  .cb_headline .desc a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1200px) {
  .cb_headline .headline {
    font-size: calc((var(--tcd-cb-title-font-size-pc) + var(--tcd-cb-title-font-size-sp)) / 2);
  }
}
@media (max-width: 940px) {
  .cb_headline {
    width: auto;
  }
  .cb_headline .desc {
    width: auto;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .cb_headline {
    margin-bottom: 30px;
    gap: 30px 0;
  }
  .cb_headline .headline {
    font-size: var(--tcd-cb-title-font-size-sp);
  }
  .cb_design_button {
    margin-top: 40px;
  }
}
/* スプリットコンテンツ */
.cb_split_content {
  padding: 0 !important;
  background: #fff !important;
}

.split_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 550px;
}
.split_content.bg_color_gray {
  background: #f5f3f0;
}
.split_content.type2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.split_content .image {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  position: relative;
  overflow: hidden;
}
.split_content .image:not(a) {
  pointer-events: none;
}
.split_content .image .c-thumbnail {
  width: 100%;
  height: 100%;
}
.split_content .content_area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 0;
}
.split_content .sub_headline {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: calc(0.5em - 0.5lh);
  margin-bottom: -20px;
  color: var(--tcd-accent-color);
}
.split_content .headline {
  font-size: 32px;
  line-height: 1.4;
  margin-top: calc(0.5em - 0.5lh);
  margin-bottom: calc(0.5em - 0.5lh);
}
.split_content .desc {
  line-height: 2.4;
  margin-top: calc(0.5em - 0.5lh);
  margin-bottom: calc(0.5em - 0.5lh);
}
.split_content .design_button {
  margin: 0 !important;
}
@media (hover: hover) {
  body.hover_zoom .split_content:has(.design_button:hover) .c-thumbnail-image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  body.hover_fade .split_content:has(.design_button:hover) .c-thumbnail-image {
    opacity: 0.7;
  }
}
@media (max-width: 1200px) {
  .split_content {
    min-height: 450px;
  }
  .split_content .sub_headline {
    font-size: 16px;
  }
  .split_content .headline {
    font-size: 28px;
  }
  .split_content .desc {
    font-size: 14px;
  }
  .split_content .design_button {
    min-width: 240px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .split_content .content_area {
    padding: 80px 50px;
  }
}
@media (max-width: 767px) {
  .split_content {
    display: block;
  }
  .split_content .image {
    aspect-ratio: 360/270;
  }
  .split_content .content_area {
    padding: 30px;
    gap: 30px 0;
    min-height: 300px;
  }
  .split_content .sub_headline {
    font-size: 14px;
  }
  .split_content .headline {
    font-size: 20px;
  }
  .split_content .design_button {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 450px) {
  .split_content .content_area {
    min-height: 200px;
  }
}

/* ブログ一覧 */
.cb_post_list .blog_list {
  width: 1101px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .cb_post_list .blog_list {
    width: auto;
  }
  .cb_post_list {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 767px) {
  .cb_post_list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .cb_post_list .blog_list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* お知らせ一覧 */
.ajax_news_list.fade-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.5s ease, -webkit-transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.5s ease, transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.5s ease, transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ajax_news_list.fade-out {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

.cb_news_list .disable {
  pointer-events: none !important;
}

@media (max-width: 940px) {
  .cb_news_list {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 767px) {
  .cb_news_list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/* お客様の声 */
.cb_voice_list .splide__track {
  width: 1101px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  position: relative;
}
.cb_voice_list .splide:not(.is-overflow) .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none !important;
          transform: none !important;
}
.cb_voice_list .voice_list {
  -webkit-filter: none;
          filter: none;
}
.cb_voice_list .item:after {
  right: auto;
  left: 0;
}
.cb_voice_list .item:nth-child(3n):after {
  display: block;
}
.cb_voice_list .item:last-of-type:after {
  display: block;
}
.cb_voice_list .splide__track:before {
  content: "";
  display: block;
  width: 1px;
  height: 232px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
}
.cb_voice_list .splide__track:not(:has(.item:nth-child(3))):before {
  display: none;
}
.cb_voice_list .splide__track:not(:has(.item:nth-child(3))) .item:first-of-type:after {
  display: none;
}
@media (max-width: 1200px) {
  .cb_voice_list {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .cb_voice_list .splide {
    visibility: visible !important;
    width: auto;
    margin: 0 -60px;
  }
  .cb_voice_list .splide__track {
    padding: 0 60px;
    overflow: hidden;
    overflow-x: auto;
    width: auto;
  }
  body.is-desktop .cb_voice_list .splide__track {
    scrollbar-width: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: -webkit-grab;
    cursor: grab;
  }
  body.is-desktop .cb_voice_list .splide__track:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  body.is-desktop .cb_voice_list .splide__track::-webkit-scrollbar {
    display: none;
  }
  body.is-mobile .cb_voice_list .splide__track {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  .cb_voice_list .splide__list {
    width: auto;
    display: block;
    white-space: nowrap;
    font-size: 0;
    position: relative;
    text-align: center;
  }
  .cb_voice_list .splide__list:after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    height: 10px;
    width: 60px;
  }
  .cb_voice_list .splide__pagination {
    display: none;
  }
  .cb_voice_list .item {
    width: 300px;
    display: inline-block;
    white-space: wrap;
    text-align: left;
    border-top: none !important;
  }
  .cb_voice_list .item:after {
    display: block !important;
  }
  .cb_voice_list .item:first-of-type:after {
    display: none !important;
  }
  .cb_voice_list .splide__track:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .cb_voice_list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .cb_voice_list .splide {
    margin: 0 -20px;
  }
  .cb_voice_list .splide__track {
    padding: 0 20px;
  }
  .cb_voice_list .splide__list:after {
    width: 20px;
  }
  .cb_voice_list .item {
    width: 270px;
  }
}

/* ランキング一覧 */
.cb_ranking_list .splide {
  width: 1100px;
  margin: 0 auto;
}
.cb_ranking_list .splide:not(.is-overflow) .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none !important;
          transform: none !important;
}
.cb_ranking_list .splide:not(.is-overflow) .splide__slide:last-of-type {
  margin-right: 0 !important;
}
.cb_ranking_list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.cb_ranking_list .image {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 340/212;
  z-index: 1;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.cb_ranking_list .image .c-thumbnail {
  width: 100%;
  height: 100%;
}
.cb_ranking_list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cb_ranking_list .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
.cb_ranking_list .title {
  line-height: 1.8;
  font-size: 18px;
  font-weight: 600;
}
.cb_ranking_list .title a {
  --tcd-line-clamp:2;
  height: auto;
}
.cb_ranking_list .title a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cb_ranking_list .num {
  background: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  font-size: 14px;
  pointer-events: none;
  z-index: 3;
}
.cb_ranking_list .category_button {
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .cb_ranking_list {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .cb_ranking_list .splide {
    visibility: visible !important;
    width: auto;
    margin: 0 -60px;
  }
  .cb_ranking_list .splide__track {
    padding: 0 60px;
    overflow: hidden;
    overflow-x: auto;
    width: auto;
  }
  body.is-desktop .cb_ranking_list .splide__track {
    scrollbar-width: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: -webkit-grab;
    cursor: grab;
  }
  body.is-desktop .cb_ranking_list .splide__track:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  body.is-desktop .cb_ranking_list .splide__track::-webkit-scrollbar {
    display: none;
  }
  body.is-mobile .cb_ranking_list .splide__track {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  .cb_ranking_list .splide__list {
    width: auto;
    display: block;
    white-space: nowrap;
    font-size: 0;
    position: relative;
    text-align: center;
  }
  .cb_ranking_list .splide__list:after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    height: 10px;
    width: 60px;
  }
  .cb_ranking_list .splide__pagination {
    display: none;
  }
  .cb_ranking_list .item {
    width: 300px;
    margin-right: 30px;
    display: inline-block;
    white-space: wrap;
    text-align: left;
  }
  .cb_ranking_list .item:last-of-type {
    margin-right: 0 !important;
  }
  .cb_ranking_list .image {
    margin-bottom: 20px;
  }
  .cb_ranking_list .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cb_ranking_list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .cb_ranking_list .splide {
    margin: 0 -20px;
  }
  .cb_ranking_list .splide__track {
    padding: 0 20px;
  }
  .cb_ranking_list .splide__list:after {
    width: 20px;
  }
  .cb_ranking_list .item {
    width: 270px;
    margin-right: 20px;
  }
}

/* ユーザー一覧 */
.cb_user_slider .splide {
  width: 1100px;
  margin: 0 auto;
}
.cb_user_slider .splide:not(.is-overflow) .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none !important;
          transform: none !important;
}
.cb_user_slider .item {
  border: 1px solid #ddd;
  border-left: none;
  background: #fff;
  margin-top: 1px;
  margin-bottom: 1px;
}
.cb_user_slider .item a {
  height: 100%;
  position: relative;
  position: relative;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cb_user_slider .item.is-active {
  border-left: 1px solid #ddd;
}
.cb_user_slider .image {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
}
.cb_user_slider .user_meta {
  text-align: center;
}
.cb_user_slider .name {
  font-size: 20px;
  line-height: 1.2;
  display: block;
  font-weight: 600;
  text-align: center;
}
.cb_user_slider .position {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
  color: var(--tcd-accent-color);
}
.cb_user_slider .item .desc {
  line-height: 2.4;
  --tcd-line-clamp:3;
  height: auto;
  margin-top: 25px;
}
.cb_user_slider .item a:not(:has(.position)) .desc {
  margin-top: auto;
}
@media (max-width: 1200px) {
  .cb_user_slider {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .cb_user_slider .splide {
    visibility: visible !important;
    width: auto;
    margin: 0 -60px;
  }
  .cb_user_slider .splide__track {
    padding: 0 60px;
    overflow: hidden;
    overflow-x: auto;
    width: auto;
  }
  body.is-desktop .cb_user_slider .splide__track {
    scrollbar-width: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: -webkit-grab;
    cursor: grab;
  }
  body.is-desktop .cb_user_slider .splide__track:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  body.is-desktop .cb_user_slider .splide__track::-webkit-scrollbar {
    display: none;
  }
  body.is-mobile .cb_user_slider .splide__track {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  .cb_user_slider .splide__list {
    width: auto;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    white-space: nowrap;
    font-size: 0;
    position: relative;
    text-align: center;
  }
  .cb_user_slider .splide__list:after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    height: 10px;
    width: 60px;
  }
  .cb_user_slider .splide__pagination {
    display: none;
  }
  .cb_user_slider .item {
    width: 300px;
    display: inline-block;
    white-space: wrap;
    text-align: left;
  }
  .cb_user_slider .item:first-of-type {
    border-left: 1px solid #ddd;
  }
  .cb_user_slider .item a {
    padding: 30px 20px;
  }
  .cb_user_slider .image {
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
  }
  .cb_user_slider .name {
    font-size: 16px;
  }
  .cb_user_slider .item .desc {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
  .cb_user_slider .position {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cb_user_slider {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .cb_user_slider .splide {
    margin: 0 -20px;
  }
  .cb_user_slider .splide__track {
    padding: 0 20px;
  }
  .cb_user_slider .splide__list:after {
    width: 20px;
  }
  .cb_user_slider .item {
    width: 270px;
  }
  .cb_user_slider .item a {
    padding: 30px;
  }
}

/* 支店一覧 */
.cb_list_content .content_inner {
  width: 1100px;
  margin: 0 auto;
  background: #f4f3ef;
  padding: 50px;
}
.cb_list_content:not(.white_bg) .content_inner {
  background: none;
  padding: 0;
}
.cb_list_content .top_headline {
  text-align: center;
  line-height: 1.4;
  color: var(--tcd-accent-color);
  font-size: var(--tcd-cb-title-font-size-pc);
  font-family: var(--tcd-cb-title-font-type);
  font-weight: 600;
  margin-top: calc(0.5em - 0.5lh);
  margin-bottom: 40px;
}
.cb_list_content .category_list .headline {
  color: var(--tcd-accent-color);
  font-size: 20px;
}
.cb_list_content .category_list ul {
  margin: 20px 0 50px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(var(--tcd-category-column-pc), 1fr);
}
.cb_list_content .category_list:last-of-type ul {
  margin-bottom: 0;
}
.cb_list_content .category_list a {
  display: grid;
  place-items: center;
  background: #fff;
  height: 70px;
  border-radius: 5px;
  padding: 0 25px;
  line-height: 1.4;
}
@media (hover: hover) {
  .cb_list_content .category_list a:hover {
    background: var(--tcd-accent-color);
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .cb_list_content {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .cb_list_content .content_inner {
    width: auto;
    margin: 0 auto;
    padding: 40px;
  }
  .cb_list_content .top_headline {
    font-size: calc((var(--tcd-cb-title-font-size-pc) + var(--tcd-cb-title-font-size-sp)) / 2);
  }
  .cb_list_content .category_list .headline {
    font-size: 16px;
  }
  .cb_list_content .category_list ul {
    gap: 10px;
  }
  .cb_list_content .category_list a {
    height: 60px;
    padding: 0 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cb_list_content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .cb_list_content .content_inner {
    padding: 30px;
  }
  .cb_list_content .top_headline {
    font-size: var(--tcd-cb-title-font-size-sp);
    margin-bottom: 30px;
  }
  .cb_list_content .category_list ul {
    gap: 5px;
    margin: 15px 0 30px;
    grid-template-columns: repeat(var(--tcd-category-column-sp), 1fr);
  }
  .cb_list_content .category_list a {
    height: 50px;
    border-radius: 4px;
  }
}

/* ギャラリー */
@media (max-width: 1200px) {
  .cb_image_slider {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .cb_image_slider .sc_image_carousel {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (max-width: 767px) {
  .cb_image_slider {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .cb_image_slider .sc_image_carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* FAQ */
.cb_faq .cb_faq_inner {
  width: 820px;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .cb_faq .cb_faq_inner {
    width: auto;
    margin: 0 auto;
  }
  .cb_faq {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 767px) {
  .cb_faq .faq_list {
    margin: 40px auto;
  }
  .cb_faq {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* フリースペース */
.cb_free_space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cb_free_space .cb_headline {
  margin-bottom: 50px;
}
.cb_free_space .cb_free_content {
  margin: 0 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.cb_free_space .cb_free_content.full_size {
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cb_free_space .cb_headline {
    margin-bottom: 30px;
  }
  .cb_free_space .cb_free_content {
    margin: 0 20px;
  }
}

/* スペックカウンター */
@media (max-width: 1200px) {
  .cb_counter .cb_headline {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .cb_counter .cb_headline {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cb_counter .counter_list {
  overflow: hidden;
  overflow-x: auto;
  padding: 0 100px;
}
body.is-desktop .cb_counter .counter_list.active {
  scrollbar-width: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body.is-desktop .cb_counter .counter_list.active:active {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
body.is-desktop .cb_counter .counter_list.active::-webkit-scrollbar {
  display: none;
}
body.is-mobile .cb_counter .counter_list.active {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.cb_counter .counter_list .counter_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid #ddd;
  border-radius: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /*min-width: 1100px;*/
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  margin: 0 auto;
  position: relative;
}
.cb_counter .counter_list.active .counter_list_inner {
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}
.cb_counter .counter_list.no_border .counter_list_inner {
  border: none;
  border-radius: 0;
  min-width: auto;
}
.cb_counter .counter_list .item {
  padding: 50px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-right: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 0;
  background: #fff;
}
.cb_counter .counter_list .item:first-of-type {
  border-radius: 15px 0 0 15px;
}
.cb_counter .counter_list .item:last-of-type {
  border-right: none;
  border-radius: 0 15px 15px 0;
}
.cb_counter .counter_list.no_border .item {
  border: none;
  background: none;
  padding: 0 50px;
}
.cb_counter .counter_list .title {
  line-height: 2;
  font-size: 16px;
}
.cb_counter .counter_list .num_area {
  color: var(--tcd-accent-color);
  font-weight: 600;
  font-size: 60px;
}
.cb_counter .counter_list .num_area .unit {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}
.cb_counter .counter_list.counter-width-2col {
  --tcd-cb-counter-col: 2;
}
.cb_counter .counter_list.counter-width-3col {
  --tcd-cb-counter-col: 3;
}
.cb_counter .counter_list.counter-width-4col {
  --tcd-cb-counter-col: 4;
}
.cb_counter .counter_list:not(.counter-width-no-col) .counter_list_inner {
  display: grid;
  grid-template-columns: repeat(var(--tcd-cb-counter-col, 2), 1fr);
  border: none;
  border-radius: 0px;
  padding: 1px 0px 0 1px;
}
.cb_counter .counter_list:not(.counter-width-no-col) .item {
  border: 1px solid #ddd !important;
  margin: -1px 0 0 -1px;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .cb_counter .counter_list {
    padding: 0 60px;
    position: relative;
  }
  .cb_counter .counter_list .cb_design_headline {
    margin-bottom: 100px;
    padding: 0 60px;
  }
  .cb_counter .counter_list .counter_list_inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    height: 10px;
    width: 60px;
  }
  .cb_counter .counter_list .num_area {
    font-size: 50px;
  }
}
@media (max-width: 1000px) {
  .cb_counter .counter_list .num_area {
    font-size: 40px;
  }
  .cb_counter .counter_list .title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cb_counter .counter_list {
    padding: 0 20px;
  }
  .cb_counter .counter_list .design_headline {
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .cb_counter .counter_list .counter_list_inner:after {
    width: 20px;
  }
  .cb_counter .counter_list .counter_list_inner {
    border-radius: 10px;
  }
  .cb_counter .counter_list .item {
    padding: 40px;
  }
  .cb_counter .counter_list.no_border .item {
    padding: 0 30px;
  }
}

/* END VALUE front_page.css *//*# sourceMappingURL=front_page.css.map */