@charset "UTF-8";
@font-face {
  font-family: "Objective";
  src: url("../webfonts/Objective_OTF/Objective-Light.otf") format("truetype"); /* Replace with the path to your regular font file */
  font-weight: light;
}
@font-face {
  font-family: "Objective";
  src: url("../webfonts/Objective_OTF/Objective-Regular.otf") format("truetype"); /* Replace with the path to your regular font file */
  font-weight: normal;
}
@font-face {
  font-family: "Objective";
  src: url("../webfonts/Objective_OTF/Objective-Bold.otf") format("truetype"); /* Replace with the path to your regular font file */
  font-weight: bold;
}
@font-face {
  font-family: "Objective";
  src: url("../webfonts/Objective_OTF/Objective-Black.otf") format("truetype"); /* Replace with the path to your regular font file */
  font-weight: black;
}
@font-face {
  font-family: "poppins";
  src: url("../webfonts/poppins_otf/Poppins-Regular.ttf") format("truetype"); /* Replace with the path to your regular font file */
  font-weight: normal;
}
@font-face {
  font-family: "poppins";
  src: url("..fonts/webfonts/poppins_otf/Poppins-Bold.ttf") format("truetype"); /* Replace with the path to your regular font file */
  font-weight: bold;
}
@font-face {
  font-family: "fontawesome";
  src: url("../fonts/webfonts/fontawesome/fa-brands-400.ttf") format("truetype"); /* Replace with the path to your regular font file */
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome";
  src: url("../fonts/webfonts/fontawesome/fa-solid-900.ttf") format("truetype"); /* Replace with the path to your regular font file */
  font-weight: bold;
}
@font-face {
  font-family: "noto";
  src: url("../fonts/webfonts/fontawesome/fa-solid-900.ttf") format("truetype"); /* Replace with the path to your regular font file */
  font-weight: bold;
}
/* 関数
===================================== */
/* Breakpoint
===================================== */
html {
  height: 100%;
  font-size: 62.5% !important;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  html {
    font-size: 50% !important;
  }
}

body {
  color: #fff;
  line-height: 1.45;
  font-weight: 500;
  font-size: clamp(12px, 2vw, 100px);
  position: relative;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #111;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.l-top__cover {
  background: url(../img/ds-top_img/ds-bg.jpg) center center/cover no-repeat;
  background-attachment: fixed;
  background-blend-mode: overlay;
}
@media (max-width: 767px) {
  .l-top__cover {
    background: url(../img/ds-top_img/ds-bg__sp.jpg) center center/cover no-repeat;
    background-attachment: inherit;
  }
}

.l-top__cat__ttl {
  position: relative;
}
.l-top__cat__ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  background: url(../img/ds-top_img/ds-category-damage-topline.png) center center/cover no-repeat;
  top: 50%;
  left: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.l-top__cat__under__line {
  position: relative;
}
.l-top__cat__under__line::after {
  content: "";
  position: absolute;
  width: 100%;
  background: url(../img/ds-top_img/ds-category-damage-line.png) center center/cover no-repeat;
  top: 50%;
  left: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.splide__slide {
  height: 100%;
  margin-bottom: 4rem;
}

.c-pageTitle__sub {
  display: none !important;
}

.c-recommend__item {
  position: relative;
  display: block;
  width: 100%;
  background: url(../img/ds-top_img/ds-recommend__card__bg.png) center center/contain no-repeat;
  aspect-ratio: 5/6;
  padding-top: 10%;
  overflow: hidden;
}
.c-recommend__item__ttl {
  font-size: 1.4rem;
  color: #000;
  width: 100%;
  left: 10%;
  bottom: 3.75rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-recommend__item__ttl {
    font-size: 3.2vw;
  }
}
.c-recommend__item__ttl__brand {
  padding-bottom: 8px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-recommend__item__ttl__brand {
    padding-bottom: 12px;
  }
}
.c-recommend__item__ttl__itemname {
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .c-recommend__item__ttl__itemname {
    padding-bottom: 12px;
  }
}
.c-recommend__item__img {
  width: 70%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.l-white__bg {
  background: #fff;
}

.l-top__dstock__text__bg {
  background: url(../img/ds-top_img/ds-logo.png);
  background-size: 1200px auto; /* 幅を1440pxに制限 */
  background-position: center top; /* 左右中央に配置し、上端に配置 */
  background-repeat: no-repeat; /* 背景画像の繰り返しを無効化 */
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .l-top__dstock__text__bg {
    background: none;
  }
}

.c-recommend__item__ttl__brandname ul {
  padding-left: 0;
}
.c-recommend__item__ttl__brandname ul li a {
  color: #000;
}

.l-top__under__bg {
  background-image: url(../img/ds-top_img/ds-under__bg.jpg);
  background-color: rgba(255, 255, 255, 0.4);
  background-size: cover;
  background-blend-mode: lighten;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .l-top__under__bg {
    background-attachment: inherit;
  }
}

.footer__bg__cover {
  transition: opacity 0.3s ease; /* 透明度の変化を0.5秒かけて行う */
  overflow: visible;
  width: 100%;
  background: url(../img/ds-top_img/ds-footer__bg.png) top left/cover no-repeat;
}

.footer__bg__cover_active {
  position: fixed;
  bottom: 0;
  transition: 10s ease all; /* 透明度の変化を0.5秒かけて行う */
}

.insta__footer__cover {
  background: url(../img/ds-top_img/ds-footer__bg.png) top left/cover no-repeat;
  position: sticky;
  bottom: 0;
  padding-top: 240px;
  width: 100%;
  transition: opacity 2s ease all;
}

.l-container {
  max-width: 100% !important;
  margin: 0 auto !important;
}

.l-content__body {
  display: block !important;
  max-width: 100% !important;
}

.p-breadcrumb {
  width: 1200px !important;
  max-width: 100% !important;
  margin: 0 auto;
}

.p-breadcrumb {
  padding: 16px 0 16px 16px !important;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
}

.p-topArea {
  width: 1200px !important;
  max-width: 100% !important;
  margin: 0rem auto 0 !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

.c-table-responsive__table td {
  font-size: 1.4rem;
}
.c-table-responsive__table li {
  font-size: 1.4rem;
}

.c-postContent h2 {
  font-size: 1.8rem;
}
.c-postContent p {
  font-size: 1.4rem;
}
.c-postContent li {
  font-size: 1.4rem;
}

.u-mb-20 {
  font-size: 1.6rem;
}

.send {
  font-size: 1.6rem;
}

.page-numbers:not(.dots).current {
  background-color: #274A78 !important;
}

.page-numbers:not(.dots):hover {
  background-color: #274A78 !important;
}

.u-other {
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 4rem;
}
.u-other h2 {
  text-align: center;
  margin-bottom: 8rem;
  font-size: 2.4rem;
}

.u-other__inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.p-page__tos__toplead {
  margin-bottom: 2.4rem;
}
.p-page__tos ul {
  padding-left: 0.8rem !important;
}
.p-page__tos ol {
  padding-left: 1.2rem !important;
}
.p-page__tos section {
  margin-bottom: 2.4rem;
}

.p-tos {
  padding-bottom: 2.4rem;
}

.p-info__lead__text {
  font-size: 1.6rem;
  line-height: 1.6;
}

.p-info__item__wrap h3 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 6rem;
  line-height: 1;
  display: block;
}

.p-info__item {
  display: flex;
  margin-bottom: 8rem;
}
.p-info__item h4 {
  padding-top: 2rem;
  font-size: 1.6rem;
  width: 22%;
}
.p-info__item__detail {
  width: 78%;
}
.p-info__item__detail__list {
  padding-bottom: 3rem;
}
.p-info__item__detail__list ul {
  border-left: 1px solid #070304;
}
.p-info__item__detail__list ul li {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.p-info__item__detail__list ul li span {
  padding: 0 4px;
}
.p-info__item__under {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
}
.p-info__item__under__map {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.p-info__item__under__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-concept__top__img {
  margin-bottom: 6.4rem;
}
.p-concept__text {
  font-size: 1.7rem;
  margin-bottom: 5rem;
  line-height: 1.7;
}
.p-concept__text ul {
  padding-left: 0;
}

.p-service h2 {
  line-height: 2;
}

.p-service__item {
  display: flex;
  padding: 0 6rem;
  margin-bottom: 10rem;
}
.p-service__item__img {
  width: 350px;
}
.p-service__item__text {
  width: calc(100% - 350px);
  padding-left: 3rem;
}
.p-service__item__text__ttl {
  font-size: 1.7rem;
  background: #1A1311;
  text-align: center;
  padding: 1rem;
  display: block;
  color: #fff;
  font-weight: normal;
  margin-bottom: 3rem;
}
.p-service__item__text__box {
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: justify;
}

.l-top__column__items {
  display: flex;
  margin-bottom: 8.8rem;
}
@media (max-width: 767px) {
  .l-top__column__items {
    display: block;
  }
}

.p-top__column__items {
  row-gap: 20px;
}

.c-top__column__item {
  width: 32%;
  padding: 0 2.4rem;
}
@media (max-width: 1199px) {
  .c-top__column__item {
    padding: 0 0.8rem;
  }
}
@media (max-width: 767px) {
  .c-top__column__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 4rem;
  }
}
.c-top__column__item__link {
  border-radius: 20px;
  display: block;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  position: relative;
}
.c-top__column__item__link::after {
  content: "View More";
  position: absolute;
  white-space: nowrap;
  font-size: 3rem;
  color: #274A78;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}
.c-top__column__item__link:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  top: 1000%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-top__column__item__link:hover {
  transition: 0.4s all ease;
  transform: translateY(-4px);
}
.c-top__column__item__link:hover::after {
  opacity: 1;
}
.c-top__column__item__link:hover:before {
  top: 50%;
}
.c-top__column__item img {
  width: 354px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.c-top__column__item__body {
  padding: 1.2rem;
}
.c-top__column__item__data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.c-top__column__item__data time {
  color: #000;
  font-size: 12px;
}
.c-top__column__item__taglist ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.c-top__column__item__taglist ul li {
  padding: 4px 6px;
  font-size: 11px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  border-radius: 20px;
  line-height: 1;
  margin-bottom: 4px;
}
.c-top__column__item__taglist ul li:not(:first-child) {
  margin-left: 4px;
}
.c-top__column__item__ttl {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .c-top__column__item__ttl {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .c-top__column__item__ttl {
    font-size: 1.8rem;
  }
}

.p-contact__items {
  padding: 0 6.4rem;
}
@media (max-width: 767px) {
  .p-contact__items {
    padding: 0 1.6rem;
  }
}

.p-contact__item {
  margin-bottom: 2rem;
}
.p-contact__item .required::after {
  position: absolute;
  content: "必須";
  color: #fff;
  background: #dc3545;
  padding: 0.3rem 0.45rem;
  font-size: 1.2rem;
  margin-left: 0.8rem;
  border-radius: 2px;
}
.p-contact__item__label {
  font-size: 1.6rem;
  padding: 0 1.8rem;
  line-height: 1;
  margin-bottom: 1.2rem;
  position: relative;
}
.p-contact__item__label:before {
  position: absolute;
  left: 1px;
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
}
.p-contact__item__input p span input {
  padding: 0.6rem 0.8rem;
  width: 100%;
  font-size: 1.6rem;
}
.p-contact__item__input p span textarea {
  padding: 0.6rem 0.8rem;
  width: 100%;
  min-height: 240px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-contact__item__input p span textarea {
    min-height: 180px;
  }
}
.p-contact__item__btn {
  padding-top: 2rem;
}
.p-contact__item__btn p {
  text-align: center;
}
.p-contact__item__btn p input {
  width: 240px;
  padding: 1.6rem 0;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 auto;
  text-align: center;
}

.wpcf7-spinner {
  opacity: 0 !important;
  display: block !important;
}

.sent .p-contact__items {
  display: none;
}

@media (max-width: 767px) {
  .p-topArea {
    min-height: 20vh !important;
  }
}

.l-top__fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-top__fv {
    height: auto;
    padding-top: 56.75%;
  }
}
.l-top__fv__brand__list {
  position: absolute;
  display: flex;
  background: #000;
  overflow: hidden;
  height: 4.8rem;
  color: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
}
.l-top__fv__brand__list ul {
  animation: flowing 15s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
  display: flex;
}
.l-top__fv__brand__list ul li {
  font-size: 2.4rem;
  line-height: 2;
  white-space: nowrap;
  display: inline-block;
  padding-right: 4rem;
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.l-top__fv__img01, .l-top__fv__img02, .l-top__fv__img03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-top__fv__img01 {
  background: url("../img/ds-top_img/fv/fv01.jpg") center center/cover no-repeat;
  animation: slide-animation-01 24s infinite;
}
@media (max-width: 767px) {
  .l-top__fv__img01 {
    background: url("../img/ds-top_img/fv/fv01.jpg") top left/contain no-repeat;
  }
}

.l-top__fv__img02 {
  background: url("../img/ds-top_img/fv/fv02.jpg") center center/cover no-repeat;
  animation: slide-animation-02 24s infinite;
}
@media (max-width: 767px) {
  .l-top__fv__img02 {
    background: url("../img/ds-top_img/fv/fv02.jpg") top left/contain no-repeat;
  }
}

.l-top__fv__img03 {
  background: url("../img/ds-top_img/fv/fv03.jpg") center center/cover no-repeat;
  animation: slide-animation-03 24s infinite;
}
@media (max-width: 767px) {
  .l-top__fv__img03 {
    background: url("../img/ds-top_img/fv/fv03.jpg") top left/contain no-repeat;
  }
}

@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
_:-ms-lang(x)::-ms-backdrop,
.l-brandlogo__container {
  display: -ms-grid;
  overflow: hidden;
}

.l-brandlogo__list__wrap {
  background: #fff;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.l-brandlogo__list {
  display: flex;
  list-style: none;
  align-items: center;
}

.l-brandlogo__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.l-brandlogo__item {
  width: 16.6666666667vw;
  max-width: 200px;
  text-align: center;
  padding: 0 1.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-brandlogo__item {
    min-width: 80px;
  }
}

.l-brandlogo__item > img {
  width: 100%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  text-align: center;
}

.p-entry__foot {
  margin-top: 160px;
}

#aside-topics {
  font-size: 1.4rem;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  #aside-topics {
    padding-bottom: 0;
  }
}
#aside-topics .aside-topics__title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  margin: 1.6em 0 1em 0;
}
#aside-topics .aside-topics__title:first-of-type {
  margin: 0 0 1em 0;
}
#aside-topics ul {
  padding: 0;
}
#aside-topics ul li a {
  color: #333;
  padding: 7.5px 5px;
  display: block;
}
#aside-topics ul li a:hover, #aside-topics ul li a:focus {
  background-color: #f7f7f7;
}

@media (min-width: 1200px) {
  .topics__archive__carts {
    width: 50%;
  }
}

.p-entry__thumb__img {
  -o-object-fit: cover;
     object-fit: cover;
}

.single__topics__contents {
  display: block;
}
@media (min-width: 1200px) {
  .single__topics__contents {
    display: flex;
    flex-direction: row-reverse;
  }
}
.single__topics__contents article {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin-bottom: 80px;
  padding: 4em 2em;
}
@media (min-width: 1200px) {
  .single__topics__contents article {
    padding: 4em;
    width: calc(100% - 240px - 4%);
    margin-left: 4%;
    padding-bottom: 4.8rem;
  }
}

.p-item__archive__inner {
  padding-bottom: 4rem;
}

.l-top__topics__items {
  width: 100%;
  margin: 0 auto;
  height: 200px;
  overflow: scroll;
  padding: 4px 20px;
  border: 1px solid #aaa;
}
@media (min-width: 768px) {
  .l-top__topics__items {
    width: 80%;
  }
}

.c-top__topics__item {
  font-size: 1.6rem;
  margin: 1em 0;
  padding: 0.4em 0;
}
.c-top__topics__item:hover, .c-top__topics__item:focus {
  background-color: #e9e9eb;
}
.c-top__topics__item a {
  color: #000;
}

.c-custom__term {
  display: inline-block;
  color: #fff;
  background-color: #274A78;
  padding: 0.1em 0.5em;
  border-radius: 4px;
  margin: 0 0.6em;
  width: auto;
  text-align: center;
  white-space: nowrap;
  flex: 0 0 80px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .c-custom__term {
    font-size: 1.4rem;
    margin: 0 2em;
    flex: 0 0 110px;
    width: 110px;
  }
}

.c-top__topics-item__contents {
  display: flex;
  align-items: center;
}

.l-top__news .top__column__ttl-topics {
  max-width: 470px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-top__news .top__column__ttl-topics {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.l-top__news .top__column__ttl-topics span {
  font-size: 4rem;
  font-weight: bold;
}
.l-top__news .top__column__ttl-topics h2 {
  margin-bottom: 0 !important;
  font-weight: bold;
}/*# sourceMappingURL=index.css.map */