@charset "UTF-8";

#home {
  font-family: YakuHanJP_Noto, Noto Sans JP, sans-serif;
  color: #1b1b3b;
}

#home .layout-container {
  padding-top: 14rem;
}

/***************************************** button */

.view-all-button,
.view-all-button-white {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.view-all-button a {
  display: inline-block;
  background-color: #262626;
  border: none;
  padding: 24px;
  width: 480px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: white;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.view-all-button-white a {
  display: inline-block;
  border: 1px solid white;
  padding: 24px;
  width: 480px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: white;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.view-all-button a.is-on,
.view-all-button-white a.is-on {
  opacity: 0.6;
}

/* *********************************************** */

.section-fv {
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
}

.section-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -webkit-filter: brightness(40%);
          filter: brightness(40%);
  /* 画像を暗くする */
}

.section-fv-container {
  /* position: relative; */
  max-width: 1100px;
  width: 100%;
  height: 450px;
  padding: 32px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-fv .section-fv-discription {
  font-size: 18px;
  margin-bottom: 18px;
}

.section-fv .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section-fv .stats {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.section-fv .stats-ttl h2 {
  background-color: rgb(255, 255, 255);
  padding: 8px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  color: black;
}

.section-fv .stats-disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  margin: -12px 0px 0 0;
}

.section-fv .stats-disc .t {
  font-size: 160px;
  margin: 0;
  letter-spacing: -10px;
  margin-right: 12px;
  line-height: 1;
}

.section-fv .stats-disc .m {
  font-size: 60px;
  line-height: 1;
  text-align: center;
}

.section-fv .stats-disc .i {
  font-size: 40px;
  margin: 0;
}

.section-fv .vertical-line {
  width: 1px;
  background-color: white;
  margin: 0 32px 0 36px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.section-fv .features {
  font-size: 24px;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
}

.section-fv .features ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.section-fv .features li:not(:last-child) {
  margin-bottom: 10px;
}

.section-fv .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.section-fv .buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.section-fv .buttons a.is-on {
  opacity: 0.6;
}

/*****************************************************************
******************************************************************
********************** news-section ****************************
******************************************************************
******************************************************************/

.news-section {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 84px;
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-section::before,
.news-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #888;
}

.news-section::before {
  top: 0;
}

.news-section::after {
  bottom: 0;
}

.news-section .news-item {
  margin-right: 68px;
  margin-left: 40px;
  text-align: center;
}

.news-section .news-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 42px;
  margin-right: 72px;
  text-align: center;
  width: 150px;
}

.news-section .news-title-link {
  font-size: 14px;
  margin-top: 12px;
}

.news-section .news-subtitle {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 600;
}

.news-section .news-link-all {
  display: none;
}

.news-section .news-list {
  list-style-type: none;
  padding: 0;
  width: 870px;
}

.news-section .news-list li {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 38px;
}

.news-section .news-list li:last-child {
  margin-bottom: 0;
}

.news-section .news-date {
  font-weight: normal;
  margin-right: 10px;
}

.news-section .news-line {
  display: inline-block;
}

.news-section .news-category {
  font-weight: normal;
}

.news-section .news-content {
  display: block;
  margin-right: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.5;
}

/*****************************************************************
******************************************************************
********************** about-section ****************************
******************************************************************
******************************************************************/

.about-section {
  max-width: 1100px;
  margin: auto;
  padding: 118px 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.about-section .section-common__heading:first-child {
  padding: 0;
}

.about-section .about-header {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 600;
}

.about-section .about-title {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 40px;
}

.about-section .about-title br {
  display: none;
}

.about-section .about-content {
  margin: 0 auto;
}

.about-section .about-content p {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

/*****************************************************************
******************************************************************
********************** brand-section ****************************
******************************************************************
******************************************************************/

.brand-section {
  background: #e8e8eb;
}

.brand-section .brand-section-container {
  max-width: 1100px;
  margin: 0 auto;
}

.brand-section .brand-header {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 16px;
}

.brand-section .brand-title {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 28px;
}

.brand-section .brand-subtitle {
  font-size: 16px;
  margin-bottom: 44px;
  text-align: center;
  line-height: 1.8;
}

.brand-section .brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 36px;
  margin-bottom: 36px;
}

.brand-section .brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.brand-section .brand-item.is-on {
  opacity: 0.6;
}

.brand-section .brand-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #000;
}

.brand-section .brand-info {
  background-color: #333;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-section li a {
  text-decoration: none;
}

.brand-section .brand-name {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  width: 80%;
  line-height: 1;
  padding: 4px 0 4px 24px;
}

.brand-section .brand-name .brand-name-ja {
  font-size: 18px;
  font-weight: bold;
}

.brand-section .brand-name .brand-name-en {
  font-size: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
}

.brand-section .brand-link {
  color: white;
  text-decoration: none;
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.brand-section .additional-brands {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 12px 36px;
  margin-bottom: 48px;
}

.brand-section .additional-brand-item {
  border: 1px solid #ccc;
  text-align: left;
  background-color: white;
  position: relative;
  padding: 4px 0 4px 24px;
  display: inline-block;
}

.brand-section .additional-brand-link {
  font-size: 16px;
  text-decoration: none;
  color: #333;
  display: block;
}

.brand-section .brand-link {
  width: 24px;
  height: 24px;
  font-size: 14px;
}

.brand-section .additional-brand-link::after {
  content: "≫";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #d4af37;
}

.image-container {
  position: relative;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.image-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 10, 10, 0.1)), to(rgb(0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.1), rgb(0, 0, 0));
  pointer-events: none;
}

.brand-section .view-all-button {
  padding-bottom: 8.4rem;
}

/*****************************************************************
******************************************************************
********************** repair-section ****************************
******************************************************************
******************************************************************/

.repair-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.repair-section .repair-header {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 24px;
}

.repair-section .repair-title {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 28px;
}

.repair-section .repair-subtitle {
  font-size: 16px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.repair-section .repair-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.repair-section .repair-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.repair-section .repair-item img {
  width: 100%;
  height: auto;
  display: block;
}

.repair-section .repair-item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.repair-section .repair-item a.is-on {
  opacity: 0.6;
}

.repair-section .repair-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.repair-section .repair-name {
  font-size: 16px;
  font-weight: bold;
  padding-right: 52px;
  margin-left: 16px;
}

.repair-section .repair-link {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #d4af37;
  color: white;
  text-decoration: none;
  width: 52px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  z-index: 10;
  border-top-left-radius: 10px;
}

.repair-section .view-all-button {
  margin-top: 48px;
  padding-bottom: 8.4rem;
}

/*****************************************************************
******************************************************************
********************** case-section ****************************
******************************************************************
******************************************************************/

.case-section {
  background: #e8e8eb;
  padding: 0px 20px;
  text-align: center;
}

.case-section .case-header {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 24px;
}

.case-section .case-title {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 40px;
}

.case-section .case-subtitle {
  font-size: 16px;
  margin-bottom: 32px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.case-section .case-card {
  width: 300px !important;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 16px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 16px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  margin: 20px 16px;
}

.case-section .case-card a {
  text-decoration: none;
}

.case-section .case-image-container {
  padding: 15px 15px 0;
}

.case-section .case-image-container figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  /* 4:3 aspect ratio */
  overflow: hidden;
}

.case-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-section .case-image {
  width: 100%;
  border-radius: 5px;
}

.case-section .case-content {
  padding: 15px;
  min-height: 350px;
}

.case-section .case-brand {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case-section .case-model {
  font-size: 16px;
  color: #666;
  margin: 0 0 10px;
}

.case-section .case-description {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
}

.case-section .case-details {
  font-size: 14px;
  border-top: 1px solid #333;
  padding-top: 10px;
  margin-bottom: 15px;
}

.case-section .case-details p {
  margin: 5px 0;
}

.case-section .case-button {
  display: block;
  width: calc(100% - 30px);
  margin: 0 15px 15px;
  padding: 10px 0;
  background-color: #1a1a2e;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
}

.case-section .case-button::after {
  content: ">";
  position: absolute;
  right: 15px;
}

.case-section .view-all-button {
  padding-bottom: 8.4rem;
}

/*****************************************************************
******************************************************************
********************** reason-section ****************************
******************************************************************
******************************************************************/

.reason-section {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.reason-section .reason-header {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 24px;
}

.reason-section .reason-title {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 60px;
}

.reason-section .reason-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 40px;
}

.reason-section .reason-card {
  position: relative;
  overflow: hidden;
  width: 340px;
  height: 208px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.reason-section .reason-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason-card.is-on {
  opacity: 0.6;
}

.reason-section .reason-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  color: white;
  text-align: left;
}

.reason-section .reason-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.reason-section .reason-label {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.reason-section .reason-value {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
}

.reason-section .reason-value-text {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}

.reason-section .reason-unit {
  font-size: 28px;
  font-weight: normal;
}

.reason-section .reason-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

.reason-section .view-all-button {
  margin-top: 48px;
  padding-bottom: 8.4rem;
}

/*****************************************************************
******************************************************************
********************** user-voice-section ****************************
******************************************************************
******************************************************************/

.user-voice-section {
  overflow: hidden;
}

.user-voice-section .user-voice-bg {
  padding-bottom: 8.4rem;
}

.user-voice-section .user-voice-header {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 24px;
  color: #fff;
}

.user-voice-section .user-voice-title {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  position: relative;
  display: inline-block;
  font-size: 48px;
  padding: 0 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 60px;
  color: #fff;
}

.user-voice-section .user-voice-title::before,
.user-voice-section .user-voice-title::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: white;
  width: 1000px;
  /* 十分長い線 */
}

.user-voice-section .user-voice-title::before {
  right: 100%;
}

.user-voice-section .user-voice-title::after {
  left: 100%;
}

.user-voice-section .user-voice-list {
  max-width: 1100px;
  margin: 0 auto;
}

.user-voice-section .user-review {
  background-color: white;
  border-radius: 10px;
  padding: 36px 62px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-voice-section .user-voice {
  width: 100%;
}

.user-voice-section .user-info {
  margin-right: 28px;
  margin-top: 8px;
}

.user-voice-section .user-icon {
  width: 84px;
  height: 92px;
  background-color: #f0f0f0;
  overflow: hidden;
}

.user-voice-section .user-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.user-voice-section .brand-name-pc {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
}

.user-voice-section .brand-name-sp {
  display: none;
}

.user-voice-section .review-text {
  margin-bottom: 15px;
  line-height: 1.6;
}

.user-voice-section .repair-details {
  padding: 16px 24px;
  border: 1px solid black;
}

.user-voice-section .repair-details p {
  margin: 0;
  line-height: 1.4;
}

.user-voice-section .view-all-button-white {
  margin-top: 48px;
}

/*****************************************************************
******************************************************************
********************** flow-section ****************************
******************************************************************
******************************************************************/

.flow-section {
  background-color: #1b1b3b;
}

.flow-section .flow-header {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 24px;
  color: #fff;
}

.flow-section .flow-title {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 60px;
  color: #fff;
}

.service-tab {
  margin-top: 0;
}

.service-tab__menu-item.js-Isactive {
  background-color: #3b7dba;
}

.service-tab__menu-item {
  border-radius: 0;
  border: none;
}

.service-tab__menu {
  border-bottom: 5px solid #3b7dba;
}

.service-tab__panel-box {
  padding: 0;
}

.service-tab__panel-box001,
.service-tab__panel-box002 {
  background-color: #1b1b3b;
}

.service-label {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  border-radius: 0;
  border: none;
  background-color: #3b7dba;
  width: 148px;
}

.service-tab__panel-item-content {
  padding: 28px 32px;
  border-radius: 0;
  border: none;
}

.service-labe__step-txt {
  padding: 4px;
}

.service-tab__panel-item-ttl {
  font-size: 24px;
}

.service-tab__panel-item:not(:first-child) {
  margin-top: 16px;
}

.service-tab__panel-item {
  margin-top: 16px;
}

.flow-section .view-all-button-white {
  margin-top: 48px;
  padding-bottom: 8.4rem;
}

/*****************************************************************
******************************************************************
********************** store-section ****************************
******************************************************************
******************************************************************/

.store-section .store-section-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.store-section .store-header {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 24px;
}

.store-section .store-title {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 40px;
}

.store-section .store-subtitle {
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.store-section .store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 36px;
  margin-bottom: 40px;
}

.store-section .card {
  position: relative;
  background-color: white;
  overflow: hidden;
  padding: 16px 16px 24px;
}

.store-section .store-card-link img {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.store-section .card a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.store-section .card a.is-on {
  opacity: 0.6;
}

.store-section .image-container {
  margin-bottom: 20px;
}

.store-section .card-image {
  width: 100%;
  height: auto;
  display: block;
}

.store-section .card-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
}

.store-section .card-info {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.store-section .card-info th,
.card-info td {
  text-align: left;
  line-height: 1.4;
}

.store-section .card-info th {
  width: 24%;
  font-weight: normal;
}

.store-section .card-info td {
  padding-bottom: 4px;
}

.store-section .view-all-button {
  margin-top: 48px;
  padding-bottom: 8.4rem;
}

/*****************************************************************
******************************************************************
********************** column-section ****************************
******************************************************************
******************************************************************/

.column-section .column-bg {
  padding-top: 8.4rem;
  padding-bottom: 8.4rem;
  background-color: #402106;
}

.column-section .column-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
  color: white;
}

.column-section .column-header {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 24px;
}

.column-section .column-title {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 40px;
}

#home .list-link-column {
  margin: 0;
  padding-top: 52px;
  padding-bottom: 12px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

#home .list-link-column__item a {
  border-bottom: 0;
  margin-bottom: 40px;
}

#home .list-link-column__box {
  padding-bottom: 0;
}

#home .list-link-column__image {
  width: 180px;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
}

#home .list-link-column__heading {
  line-height: 1.4;
}

#home .list-link-column__text {
  -webkit-line-clamp: 3;
}

#home .list-link-column__image {
  margin-bottom: 0;
}

#home .list-link-column__text {
  font-size: 12px;
  line-height: 1.8;
}

.column-section .view-all-button-white {
  margin-top: 48px;
}

/*****************************************************************
******************************************************************
********************** online-store-section ****************************
******************************************************************
******************************************************************/

.column-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.online-store-section .online-store-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 8.4rem 0;
}

.online-store-section .online-store-header-container {
  padding-bottom: 40px;
  position: relative;
  line-height: 1;
}

.online-store-section .online-store-header {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 24px;
  color: white;
}

.online-store-section .online-store-header-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: white;
  width: 1000px;
  /* 十分長い線 */
  right: 54.5%;
}

.online-store-section .online-store-box {
  width: 500px;
  color: white;
}

.online-store-section .online-store-subtitle {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  padding-top: 36px;
  padding-bottom: 32px;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: -2px;
  font-weight: bold;
}

.online-store-section .online-store-discription {
  margin-bottom: 32px;
}

.online-store-section .button-common a {
  width: 100%;
}

/*****************************************************************
******************************************************************
********************** contact-section ****************************
******************************************************************
******************************************************************/

.contact-section .contact-header {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 24px;
}

.contact-section .contact-title {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 44px;
}

.contact-section .contact-contents {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 124px;
}

.contact-section .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  gap: 44px;
}

.contact-contents a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.contact-contents a.is-on {
  opacity: 0.6;
}

/* repair-method-store追加css */

.repair-method-store__heading {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 24px;
}

@media (max-width: 768px) {
  #home .layout-container {
    padding-top: 10rem;
  }

  .view-all-button a,
  .view-all-button-white a {
    width: 100%;
  }

  .section-fv__bg {
    padding: 0px 0 430px;
    height: 700px;
    background-color: #000;
  }

  .section-fv-container {
    padding: 30px 20px;
    max-width: 440px;
    height: auto;
  }

  .section-fv .section-fv-discription {
    margin-bottom: 16px;
    line-height: 1.6;
    padding: 0 8px;
    letter-spacing: 0;
  }

  .section-fv .section-fv-discription-sp-1 {
    display: inline-block;
    font-size: 18px;
  }

  .section-fv .section-fv-discription-sp-2 {
    display: inline-block;
    font-size: 18px;
  }

  .section-fv .content {
    padding: 0 8px;
    gap: 8px;
  }

  .section-fv .stats {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 0;
  }

  .section-fv .stats-ttl h2 {
    padding: 4px 5px;
    font-size: 14px;
  }

  .section-fv .stats-disc {
    margin: -6px 0px 0 0;
  }

  .section-fv .stats-disc .t {
    font-size: 100px;
    margin-right: 16px;
  }

  .section-fv .stats-disc .m {
    font-size: 36px;
  }

  .section-fv .stats-disc .i {
    font-size: 32px;
    padding-bottom: 5px;
    display: inline-block;
  }

  .section-fv .vertical-line {
    display: none;
  }

  .section-fv .features {
    font-size: 14px;
  }

  .section-fv .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 52px;
  }

  .section-fv .buttons a {
    width: 104%;
    margin-right: 0;
  }

  .news-section {
    width: 100%;
    padding-top: 48px;
    margin-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .news-section::before,
  .news-section::after {
    display: none;
  }

  .news-section .news-item {
    margin: 0;
    padding-bottom: 40px;
  }

  .news-section .news-title {
    display: none;
  }

  .news-section .news-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .news-section .news-link-all {
    display: inline;
  }

  .news-section .news-list {
    text-align: left;
    padding: 12px 12px;
    margin: 0 20px;
    border: 1px solid #333;
    width: 90%;
  }

  .news-section .news-list li {
    font-size: 0;
    line-height: 1;
    margin-bottom: 16px;
  }

  .news-section .news-list li .news-date {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 4px;
  }

  .news-section .news-list li .news-category {
    display: inline-block;
    font-size: 14px;
  }

  .news-section .news-list li .news-content {
    display: -webkit-box;
    /* ボックスレイアウトにする */
    -webkit-box-orient: vertical;
    /* ボックスの方向を縦に設定 */
    -webkit-line-clamp: 2;
    /* 3行目で省略 */
    overflow: hidden;
    /* 3行目以降は隠す */
    text-overflow: ellipsis;
    /* 「...」を表示 */
    line-height: 2;
    /* 行間を調整 */
    height: auto;
    /* 自動調整 */
    word-wrap: break-word;
    /* 長い単語を折り返す */
    white-space: wrap;
    margin-bottom: px;
  }

  .news-section .news-list li a {
    font-size: 14px;
    line-height: 1.2;
    text-decoration: underline;
  }

  .news-section .news-line {
    width: 100%;
    margin-bottom: 2px;
  }

  .news-section .news-content {
    margin-right: 0;
  }

  .about-section {
    padding: 32px 20px 72px;
  }

  .about-section .about-header {
    font-size: 20px;
  }

  .about-section .about-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 32px;
  }

  .about-section .about-title br {
    display: block;
  }

  .about-section .about-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .brand-section .brand-section-container {
    padding: 0 20px;
  }

  .brand-section .brand-header {
    font-size: 20px;
    margin-bottom: 16px;
    padding-top: 32px;
  }

  .brand-section .brand-title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .brand-section .brand-subtitle {
    font-size: 14px;
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.8;
  }

  .brand-section .brand-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-bottom: 36px;
  }

  .brand-section .brand-name {
    line-height: 0.8;
    padding: 2px 0 6px 12px;
  }

  .brand-section .brand-name .brand-name-ja {
    font-size: 14px;
  }

  .brand-section .brand-name .brand-name-en {
    font-size: 10px;
  }

  .brand-section .additional-brand-link {
    font-size: 14px;
  }

  .brand-section .additional-brands {
    display: block;
    text-align: center;
    margin-bottom: 22px;
    /* 10px 分上にあるので32-10で22px*/
  }

  .brand-section .additional-brand-item {
    padding: 10px;
    border: none;
    background-color: initial;
    text-decoration: underline;
  }

  .brand-section .additional-brand-link::after {
    content: none;
  }

  .brand-section .view-all-button {
    padding-bottom: 72px;
  }

  .repair-section {
    padding: 0 20px;
  }

  .repair-section .repair-header {
    font-size: 20px;
    margin-bottom: 16px;
    padding-top: 32px;
  }

  .repair-section .repair-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .repair-section .repair-subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .repair-section .section-common__heading:first-child {
    padding: 0;
  }

  .repair-section .repair-overlay {
    position: none;
  }

  .repair-section .repair-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px 12px;
  }

  .repair-section .list-link-image__image {
    height: 100%;
  }

  .repair-section .repair-name {
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    padding: 4px 0;
    margin: 0 10px;
    text-align: left;
  }

  .repair-section .repair-link {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }

  .repair-section .view-all-button {
    margin-bottom: 72px;
    margin-top: 32px;
    padding: 0;
  }

  .repair-section .view-all-button a {
    font-size: 14px;
  }

  .case-section {
    padding: 32px 0 72px;
  }

  .case-section .view-all-button {
    margin: 0 20px;
  }

  .case-section .case-header {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .case-section .case-title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .case-section .case-subtitle {
    font-size: 14px;
    text-align: center;
  }

  .case-section .view-all-button {
    margin-top: 16px;
    padding-bottom: 0;
  }

  .reason-section {
    padding: 32px 0px 0;
  }

  .reason-section .reason-header {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .reason-section .reason-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .reason-section .reason-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px 12px;
  }

  .reason-section .reason-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: none;
    height: 116px;
  }

  .reason-section .reason-overlay {
    padding: 2vw;
  }

  .reason-section .reason-label {
    font-size: 4vw;
  }

  .reason-section .reason-value {
    font-size: 8vw;
  }

  .reason-section .reason-unit {
    font-size: 4vw;
  }

  .reason-section .reason-value-text {
    font-size: 4vw;
  }

  .reason-arrow {
    display: none;
  }

  .reason-section .section-common__inner {
    width: 100%;
  }

  .reason-section .view-all-button {
    margin-top: 32px;
    padding-bottom: 72px;
  }

  .user-voice-section .user-voice-list {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    gap: 10px;
  }

  .user-voice-section .user-voice-bg {
    padding-top: 32px;
    padding-bottom: 72px;
  }

  .user-voice-section .user-voice-header {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .user-voice-section .user-voice-title {
    position: relative;
    display: inline-block;
    font-size: 28px;
    padding: 0 12px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 32px;
    color: #fff;
  }

  .user-voice-section .user-review {
    padding: 24px 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .user-voice-section .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 0;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #707070;
  }

  .user-voice-section .brand-name-pc {
    display: none;
  }

  .user-voice-section .brand-name-sp {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 12px;
  }

  .user-voice-section .user-icon {
    width: 44px;
    height: 48px;
    margin-right: 16px;
  }

  .user-voice-section .user-voice {
    margin: 16px 0 0;
  }

  .user-voice-section .review-text p {
    font-size: 14px;
  }

  .user-voice-section .repair-details p {
    font-size: 14px;
  }

  .user-voice-section .view-all-button-white {
    margin-top: 32px;
    padding: 0 20px;
  }

  .flow-section .flow-header {
    font-size: 20px;
    margin-bottom: 16px;
    padding-top: 32px;
  }

  .flow-section .flow-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .flow-section .service-label {
    position: unset;
    width: 100%;
    text-align: center;
    padding: 4px;
  }

  .flow-section .service-tab__panel-item {
    padding: 0;
  }

  .flow-section .service-labe__step-txt,
  .flow-section .service-labe__step-num {
    font-size: 24px;
  }

  .flow-section .service-tab__panel-item-content {
    padding: 12px 20px 16px;
  }

  .flow-section .service-tab__panel-item-ttl {
    font-size: 18px;
  }

  .flow-section .service-tab__panel-item:not(:first-child) {
    margin-top: 32px;
  }

  .flow-section .view-all-button-white {
    margin-top: 32px;
    padding-bottom: 72px;
  }

  .store-section .store-section-container {
    max-width: 1100px;
    padding: 0 20px;
  }

  .store-section .store-header {
    font-size: 20px;
    margin-bottom: 16px;
    padding-top: 32px;
  }

  .store-section .store-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .store-section .store-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
    text-align: left;
  }

  .store-section .store-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 8px;
  }

  .store-section .image-container {
    margin-bottom: 12px;
  }

  .store-section .card {
    padding: 8px 8px 20px;
  }

  .store-section .card-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .store-section .card-info {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    padding: 0 32px;
  }

  .store-section .card-info tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .store-section .card-info th,
  .store-section .card-info td {
    width: 100%;
  }

  .store-section .card-info td {
    padding: 2px 0 6px;
    font-size: 12px;
  }

  .store-section .card-info th {
    font-weight: bold;
  }

  .store-section .store-card-link img {
    width: 24px;
    height: 24px;
  }

  .store-section .view-all-button {
    margin-top: 32px;
    padding-bottom: 72px;
  }

  .column-section .section-common__inner {
    padding: 0;
  }

  .column-section .column-bg {
    padding: 0 20px;
  }

  .column-section .column-header {
    font-size: 20px;
    margin-bottom: 16px;
    padding-top: 32px;
  }

  .column-section .column-title {
    font-size: 28px;
    margin-bottom: 32px;
    line-height: 1.4;
  }

  #home .list-link-column {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    border-bottom: 0;
  }

  #home .list-link-column__item a {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }

  #home .list-link-column__image {
    width: 100%;
    height: 240px;
  }

  #home .list-link-column__box {
    width: 100%;
    padding: 32px 0 24px;
  }

  #home .list-link-column__heading {
    font-size: 18px;
    margin-bottom: 24px;
  }

  #home .list-link-column__text {
    font-size: 14px;
    max-height: 100%;
  }

  .column-section .view-all-button-white {
    margin-top: 32px;
    padding-bottom: 72px;
  }

  .online-store-section .online-store-box {
    width: 100%;
  }

  .online-store-section .online-store-container {
    padding: 32px 20px 72px;
  }

  .online-store-section .online-store-header-container {
    padding-bottom: 12px;
    border-bottom: 1px solid white;
  }

  .online-store-section .online-store-header {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .online-store-section .online-store-header-container::before {
    display: none;
  }

  .online-store-section .online-store-subtitle {
    padding-top: 24px;
    padding-bottom: 32px;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .online-store-section .online-store-discription {
    font-size: 16px;
    margin-bottom: 32 px;
  }

  .contact-section .contact-header {
    font-size: 20px;
    margin-bottom: 16px;
    padding-top: 32px;
  }

  .contact-section .contact-title {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .contact-section .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .contact-section .contact-contents {
    padding: 0 20px;
    margin: 0;
  }

  .contact-section .content-container {
    margin-bottom: 16px;
  }

  .contact-section .content-container .tel {
    margin-bottom: 16px;
  }
}

@media (max-width: 425px) {
  .section-fv__bg {
    padding: 0px 0 100vw;
    height: 166vw;
  }

  .section-fv .section-fv-discription-sp-1 {
    font-size: 6vw;
  }

  .section-fv .section-fv-discription-sp-2 {
    font-size: 4vw;
  }

  .section-fv .stats-disc .t {
    font-size: 26vw;
  }

  .section-fv .stats-disc .m {
    font-size: 8vw;
  }

  .section-fv .stats-disc .i {
    font-size: 6vw;
  }

  .section-fv .features {
    font-size: 3.2vw;
  }

  .news-section {
    width: 100%;
    padding-top: 24px;
    margin-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=top.css.map */