@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;900&display=swap");
/* 共通 */
html {
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
}

@font-face {
  src: url("../fonts/NotoSansJP-Thin100.woff") format("woff");
  font-family: "Noto Sans JP 100";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Light300.woff") format("woff");
  font-family: "Noto Sans JP 300";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Regular400.woff") format("woff");
  font-family: "Noto Sans JP 400";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Medium500.woff") format("woff");
  font-family: "Noto Sans JP 500";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Bold700.woff") format("woff");
  font-family: "Noto Sans JP 700";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Black900.woff") format("woff");
  font-family: "Noto Sans JP 900";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/ShipporiMincho-Regular400.woff") format("woff");
  font-family: "shippori 400";
  font-style: normal;
  font-display: swap;
}
.margin-top30px {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .margin-top30px {
    margin-top: 15px;
  }
}

.p-head-h2, .p-head02-h2 {
  font-size: 4rem;
  line-height: 4.6rem;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-head-h2, .p-head02-h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.p-head-h2-logo, .p-head02-h2-logo {
  display: inline-block;
  margin-top: 8px;
  align-items: flex-start;
}
.p-head-h2-logo img, .p-head02-h2-logo img {
  height: 44px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-head-h2-logo img, .p-head02-h2-logo img {
    height: 32px;
  }
}
.p-head-ruby, .p-head02-ruby {
  font-size: 1.6rem;
  line-height: 1.6rem;
  display: inline-block;
  color: #c71e1d;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}

.p-head03-h2 {
  font-size: 3rem;
}

.p-size--wi140 {
  width: 140px;
}
.p-size--wi270 {
  width: 270px;
}
@media screen and (max-width: 480px) {
  .p-size--wi270 {
    width: 100%;
  }
}
.p-size--wi515 {
  width: 515px;
}
@media screen and (max-width: 767px) {
  .p-size--wi515 {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .p-size--wi515 {
    width: 92%;
  }
}

.p-btn {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 10px 20px;
  width: 100%;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}
.p-btn.p-white {
  border: 1px solid #fff;
  color: #fff;
}
.p-btn.p-black {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.p-btn.p-black02 {
  border: 1px solid #000;
  color: #000;
}

.p-btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px 20px;
  width: 100%;
  z-index: 2;
  background-color: #c71e1d;
}
@media screen and (max-width: 767px) {
  .p-btn02 {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-btn02 {
    padding: 20px 10px;
  }
}
.p-btn02--icon {
  margin-right: 5px;
}
.p-btn02--icon img {
  width: 30px;
  max-width: 100%;
  height: 25px;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-btn02--icon img {
    width: 25px;
    height: 20px;
  }
}
.p-btn02--text {
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-btn02--text {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .p-btn02--text {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.p-btn03 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
  width: 100%;
  z-index: 2;
}
.p-btn03--color01 {
  background-color: #c71e1d;
}
.p-btn03--color02 {
  background-color: #192d7b;
}
.p-btn03--icon {
  margin-right: 10px;
  height: 23px;
}
.p-btn03--icon img {
  width: 23px;
  max-width: 100%;
  height: 23px;
  max-height: 100%;
}
.p-btn03--text {
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 300";
  color: #fff;
}

.change-color #header {
  background-color: #000;
}

.black-header {
  background-color: #000;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97;
  left: 0;
}
#header .header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 980px) {
  #header .header__top {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  #header .header__top {
    padding-right: 0px;
    height: 62px;
  }
}
@media screen and (max-width: 480px) {
  #header .header__top {
    height: 54px;
  }
}
#header .header__top--logo {
  width: 160px;
  margin-top: 6px;
  margin-bottom: 3px;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  #header .header__top--logo {
    width: 130px;
    margin-left: 12px;
  }
}
#header .header__top--logo a {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  #header .header__top--nav {
    display: none;
  }
}

.header--nav--parent {
  display: flex;
  flex-wrap: wrap;
  margin-right: 100px;
}
@media screen and (max-width: 1180px) {
  .header--nav--parent {
    margin-right: 80px;
  }
}
.header--nav--parent li {
  margin-right: 20px;
}
@media screen and (max-width: 1180px) {
  .header--nav--parent li {
    margin-right: 13px;
  }
}
.header--nav--parent a {
  font-size: 1.8rem;
  color: #fff;
  display: block;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media screen and (max-width: 1180px) {
  .header--nav--parent a {
    font-size: 1.5rem;
    padding-top: 38px;
    padding-bottom: 37px;
  }
}
@media screen and (max-width: 767px) {
  .header--nav--parent a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 480px) {
  .header--nav--parent a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.header--nav--child {
  position: absolute;
  top: 90px;
  flex-direction: column;
  align-items: flex-start;
  width: 290px;
}
@media screen and (max-width: 1000px) {
  .header--nav--child {
    width: 200px;
  }
}
.header--nav--child--link {
  display: none;
  background-color: #c71e1d;
  width: 100%;
}
.header--nav--child--link a {
  display: block;
  width: 100%;
  padding: 20px 15px;
  background-color: #c71e1d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1000px) {
  .header--nav--child--link a {
    padding: 10px 13px;
  }
}
.header--nav--child--link:hover {
  background-color: #a5403f;
}
.header--nav--child--link.is-active {
  display: block;
}

#mv {
  position: relative;
}
#mv .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 100px;
  bottom: -50px;
  z-index: 1;
}
#mv .scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 50px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
#mv .mv__movie video {
  width: 100%;
}
#mv .mv__movie__text {
  position: absolute;
  top: 33%;
  left: 50%;
  filter: drop-shadow(4px 4px 5px rgb(0, 0, 0));
  transform: translateX(-50%);
  z-index: 1;
  width: 48.4vw;
}

#about {
  margin-top: -1px;
  background-color: #000;
  color: #fff;
  position: relative;
}
#about::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  #about::after {
    display: none;
  }
}
#about a {
  color: #fff;
}
#about .about__inner {
  position: relative;
  z-index: 2;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #about .about__inner {
    width: 92%;
  }
}
#about .about__inner__block {
  position: absolute;
  padding-top: 150px;
  padding-bottom: 130px;
  width: 100%;
  top: 0%;
  left: 0%;
}
@media screen and (max-width: 767px) {
  #about .about__inner__block {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #about .about__inner__block {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
  }
}
#about .about__inner__content {
  width: 520px;
}
@media screen and (max-width: 767px) {
  #about .about__inner__content {
    width: 100%;
  }
}
#about .about__inner__content p {
  font-size: 1.6rem;
  line-height: 4.8rem;
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #about .about__inner__content p {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
#about .about__video {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#about .about__video video {
  width: 87%;
  height: 765px;
}
@media screen and (max-width: 1300px) {
  #about .about__video video {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #about .about__video video {
    height: 56.44vw;
  }
}

#product {
  position: relative;
  z-index: 1;
}
#product .product__inner {
  padding-top: 150px;
  padding-bottom: 130px;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #product .product__inner {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1120px) {
  #product .product__inner {
    width: 92%;
  }
}
#product .product__inner__content--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product .product__inner__content--flex--item {
  width: 30%;
}
@media screen and (max-width: 1120px) {
  #product .product__inner__content--flex--item {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  #product .product__inner__content--flex--item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #product .product__inner__content--flex--item:nth-child(1), #product .product__inner__content--flex--item:nth-child(2) {
    margin-bottom: 50px;
  }
}
#product .product__inner__content--flex--item .p-btn {
  transition: ease 0.2s;
}
#product .product__inner__content--flex--item:hover .p-btn {
  opacity: 0.6;
}
#product .product__inner__content--flex--item:hover img {
  transform: scale(1.1, 1.1);
}
#product .product__inner--top--img {
  width: 100%;
  height: 323px;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (max-width: 1120px) {
  #product .product__inner--top--img {
    height: 28.8vw;
  }
}
@media screen and (max-width: 767px) {
  #product .product__inner--top--img {
    height: 91vw;
  }
}
#product .product__inner--top--img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 323px;
  transition: ease 0.2s;
}
@media screen and (max-width: 1120px) {
  #product .product__inner--top--img img {
    height: 28.8vw;
  }
}
@media screen and (max-width: 767px) {
  #product .product__inner--top--img img {
    height: 91vw;
  }
}
#product .product__inner--top h3 {
  font-size: 2.5rem;
  line-height: 4rem;
  padding: 20px 0;
  font-family: "Noto Sans JP 300";
}
@media screen and (max-width: 1120px) {
  #product .product__inner--top h3 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #product .product__inner--top h3 {
    font-size: 2rem;
    line-height: 3rem;
    padding: 13px 0;
  }
}
#product .product__inner--top p {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  #product .product__inner--top p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

#showroom {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#showroom .showroom__inner {
  padding-top: 150px;
  padding-bottom: 130px;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #showroom .showroom__inner {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1120px) {
  #showroom .showroom__inner {
    width: 92%;
  }
}
#showroom .showroom__inner__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#showroom .showroom__inner__content--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#showroom .showroom__inner__content--flex--item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #showroom .showroom__inner__content--flex--item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #showroom .showroom__inner__content--flex--item:nth-child(1) {
    margin-bottom: 50px;
  }
}
#showroom .showroom__inner--top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
#showroom .showroom__inner--top--img {
  width: 53%;
}
@media screen and (max-width: 1120px) {
  #showroom .showroom__inner--top--img {
    width: 100%;
    margin-bottom: 10px;
  }
}
#showroom .showroom__inner--top--add {
  width: 43%;
}
@media screen and (max-width: 1120px) {
  #showroom .showroom__inner--top--add {
    width: 100%;
  }
}
#showroom .showroom__inner--top h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-family: "Noto Sans JP 300";
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #showroom .showroom__inner--top h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#showroom .showroom__inner--top p {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  #showroom .showroom__inner--top p {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
#showroom .showroom__inner--map {
  width: 100%;
  margin-bottom: 20px;
}
#showroom .showroom__inner--map iframe {
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 767px) {
  #showroom .showroom__inner--map iframe {
    height: 200px;
  }
}
#showroom .showroom__inner--btn {
  width: 100%;
  background-color: #c71e1d;
}
#showroom .showroom__inner--btn--logo {
  width: 25px;
  margin-right: 5px;
}
#showroom .showroom__inner--btn--text {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "Noto Sans JP 300";
  color: #fff;
}
#showroom .showroom__inner--btn a {
  display: flex;
  width: 100%;
  padding: 15px;
  align-items: center;
  justify-content: center;
}

#gallery {
  position: relative;
  z-index: 1;
}
#gallery .gallery__inner {
  padding-top: 150px;
  padding-bottom: 130px;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #gallery .gallery__inner {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1120px) {
  #gallery .gallery__inner {
    width: 92%;
  }
}
#gallery .gallery__inner__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#gallery .gallery__inner__content #sbi_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#gallery .gallery__inner__content #sbi_images .sbi_item {
  width: calc(25% - 6px) !important;
}
@media screen and (max-width: 767px) {
  #gallery .gallery__inner__content #sbi_images .sbi_item {
    width: 48% !important;
  }
}
#gallery .gallery__inner__content #sbi_images .sbi_item:nth-child(4n) {
  margin-right: initial !important;
}
@media screen and (max-width: 767px) {
  #gallery .gallery__inner__content #sbi_images .sbi_item:nth-child(2n) {
    margin-right: inherit !important;
  }
}
#gallery .gallery__inner__content #sbi_images .sbi_item:nth-last-child(1), #gallery .gallery__inner__content #sbi_images .sbi_item:nth-last-child(2) {
  margin-bottom: initial !important;
}
#gallery .gallery__inner__content #sbi_images .sbi_item:nth-last-child(3), #gallery .gallery__inner__content #sbi_images .sbi_item:nth-last-child(4) {
  margin-bottom: initial !important;
}
@media screen and (max-width: 767px) {
  #gallery .gallery__inner__content #sbi_images .sbi_item:nth-last-child(3), #gallery .gallery__inner__content #sbi_images .sbi_item:nth-last-child(4) {
    margin-bottom: 4% !important;
  }
}
#gallery .gallery__inner__content #sbi_images .sbi_item img {
  width: 100%;
  height: 255px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1120px) {
  #gallery .gallery__inner__content #sbi_images .sbi_item img {
    height: 22vw !important;
  }
}
@media screen and (max-width: 767px) {
  #gallery .gallery__inner__content #sbi_images .sbi_item img {
    height: 44vw !important;
  }
}

#news {
  position: relative;
  z-index: 1;
  background-image: url("../images/top/news_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#news a {
  color: #fff;
}
#news .news__inner {
  padding-top: 150px;
  padding-bottom: 130px;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #news .news__inner {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1120px) {
  #news .news__inner {
    width: 92%;
  }
}
#news .news__inner__content {
  display: flex;
  flex-wrap: wrap;
}
#news .news__inner__content--center {
  align-items: center;
}
#news .news__inner__content--head {
  width: 258px;
}
@media screen and (max-width: 1120px) {
  #news .news__inner__content--head {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  #news .news__inner__content--head {
    width: 100%;
  }
}
#news .news__inner__content--list {
  width: calc(100% - 258px);
}
@media screen and (max-width: 1120px) {
  #news .news__inner__content--list {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 767px) {
  #news .news__inner__content--list {
    width: 100%;
  }
}
#news .news__inner__content--list ul li {
  border-top: 1px solid #fff;
  position: relative;
}
#news .news__inner__content--list ul li:last-child {
  border-bottom: 1px solid #fff;
}
#news .news__inner__content--list ul li a {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#news .news__inner__content--list--day {
  font-size: 1.6rem;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #news .news__inner__content--list--day {
    margin-right: 15px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
#news .news__inner__content--list--cate {
  padding: 5px 10px;
  display: inline-block;
  background-color: #c71e1d;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #news .news__inner__content--list--cate {
    margin-bottom: 10px;
  }
}
#news .news__inner__content--list--ttl {
  font-size: 1.6rem;
  line-height: 3rem;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  #news .news__inner__content--list--ttl {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
#news .news__inner__content--list--yajirushi {
  position: absolute;
  right: 0;
  width: 30px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#contact {
  position: relative;
  z-index: 1;
}
#contact .contact__inner {
  padding-top: 150px;
  padding-bottom: 130px;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #contact .contact__inner {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1120px) {
  #contact .contact__inner {
    width: 92%;
  }
}
#contact .contact__inner__content--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact .contact__inner__content--flex--item {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c71e1d;
  padding: 30px 10px;
}
@media screen and (max-width: 767px) {
  #contact .contact__inner__content--flex--item {
    width: 100%;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact__inner__content--flex--item:nth-child(1) {
    margin-bottom: 20px;
  }
}
#contact .contact__inner--logo {
  margin-right: 5px;
  display: inline-block;
  margin-top: 4px;
}
#contact .contact__inner--logo img {
  width: auto;
  height: 18px;
}
@media screen and (max-width: 767px) {
  #contact .contact__inner--logo img {
    height: 15px;
  }
}
#contact .contact__inner--text {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Noto Sans JP 300";
}
@media screen and (max-width: 767px) {
  #contact .contact__inner--text {
    font-size: 1.8rem;
  }
}

footer {
  background-color: #000;
  background-image: url("../images/top/footer_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .footer__nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 70px;
  padding-top: 70px;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  footer .footer__nav {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer__nav {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer__nav {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
footer .footer__nav--ttl {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  footer .footer__nav--ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
footer .footer__nav--cate {
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 300";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer .footer__nav--cate {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
footer .footer__nav--cate--sub {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  footer .footer__nav--cate--sub {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
footer .footer__nav--left {
  width: 196px;
}
@media screen and (max-width: 1080px) {
  footer .footer__nav--left {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer__nav--left--logo {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  footer .footer__nav--left--logo {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer__nav--left--logo {
    width: 200px;
  }
}
footer .footer__nav--left--sns {
  position: relative;
  z-index: 1;
}
footer .footer__nav--left--sns ul {
  display: flex;
  align-items: center;
}
footer .footer__nav--left--sns ul li {
  margin-right: 20px;
}
footer .footer__nav--left--sns ul li:last-child {
  margin-right: initial;
}
footer .footer__nav--left--sns ul li img {
  width: 100%;
  max-width: 26px;
  height: 100%;
  max-height: 24px;
}
footer .footer__nav--left--sns ul li a {
  display: inline-block;
}
footer .footer__nav--right {
  display: flex;
  flex-wrap: wrap;
  font-feature-settings: "palt";
  justify-content: space-between;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  footer .footer__nav--right {
    width: 100%;
    justify-content: space-between;
    letter-spacing: 0rem;
  }
}
footer .footer__nav--right--product {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  footer .footer__nav--right--product {
    margin-right: 0px;
    width: 48%;
  }
}
footer .footer__nav--right--product--electric-fire {
  padding-top: 47px;
}
@media screen and (max-width: 767px) {
  footer .footer__nav--right--product--electric-fire {
    padding-top: 40px;
  }
}
footer .footer__nav--right--menu {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer__nav--right--menu {
    margin-bottom: 20px;
  }
}
footer .footer__nav--right--menu li {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  footer .footer__nav--right--menu li {
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding: 3px 0;
  }
}
footer .footer__nav--right--menu-sp {
  display: none;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media screen and (max-width: 480px) {
  footer .footer__nav--right--menu-sp {
    display: block;
  }
}
footer .footer__nav--right--menu-sp a {
  color: #c71e1d;
}
footer .footer__copyrights {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 1120px) {
  footer .footer__copyrights {
    width: 92%;
  }
}

.slide01 {
  overflow: hidden;
  position: relative;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .slide01 {
    margin-top: 0px;
  }
}
.slide01__area {
  width: 100%;
}
.slide01__area__list {
  margin-top: 100px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 480px) {
  .slide01__area__list {
    margin-top: 50px;
  }
}
.slide01__area__list--box {
  margin-right: 1.5%;
}
@media screen and (max-width: 480px) {
  .slide01__area__list--box {
    margin: 0 1%;
  }
}
.slide01__area__list--box:first-child {
  margin-left: 4%;
}
@media screen and (max-width: 480px) {
  .slide01__area__list--box:first-child {
    margin: 0 1%;
  }
}
.slide01__area__list--box--img {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .slide01__area__list--box--img {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 550px) {
  .slide01__area__list--box--img {
    margin-bottom: 5vw;
  }
}
.slide01__area__list--box--img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 17.4vw;
}
@media screen and (max-width: 767px) {
  .slide01__area__list--box--img img {
    height: 26vw;
  }
}
@media screen and (max-width: 480px) {
  .slide01__area__list--box--img img {
    height: 63vw;
  }
}
.slide01__area__list--box--day {
  padding: 10px 0px;
  font-size: 1.4rem;
  color: #c71e1d;
}
.slide01__area__list--box--txt {
  padding-top: 5px;
  font-size: 1.8rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .slide01__area__list--box--txt {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
.slide01 a {
  transition: ease 0.5s;
}
.slide01 a:hover {
  opacity: 0.5;
}
.slide01 .arrow_button01 {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .slide01 .arrow_button01 {
    width: 92%;
  }
}
.slide01 .slide-arrow {
  top: -100px;
}
@media screen and (max-width: 768px) {
  .slide01 .slide-arrow {
    top: -50px;
  }
}
@media screen and (max-width: 480px) {
  .slide01 .slide-arrow {
    top: -40px;
  }
}
.slide01 .slider-prev {
  right: 153px;
}
@media screen and (max-width: 1120px) {
  .slide01 .slider-prev {
    right: 63px;
  }
}
@media screen and (max-width: 480px) {
  .slide01 .slider-prev {
    right: 14%;
  }
}
.slide01 .slider-next {
  right: 100px;
}
@media screen and (max-width: 1120px) {
  .slide01 .slider-next {
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .slide01 .slider-next {
    right: 4%;
  }
}
.slide01 .slick-disabled.slide-arrow::after {
  background-color: #838383;
}

.slide02 .slick-slider {
  position: relative;
}
.slide02 .slide-arrow {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.slide02 .slider-next {
  right: -50px;
}
@media screen and (max-width: 1220px) {
  .slide02 .slider-next {
    right: -2%;
  }
}
.slide02 .slider-prev {
  left: -50px;
  z-index: 5;
}
@media screen and (max-width: 1220px) {
  .slide02 .slider-prev {
    left: -2%;
  }
}
.slide02 .slide-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .slide02 .slide-dots {
    bottom: -20px;
  }
}
.slide02 .slide-dots li {
  position: relative;
  width: 29.5px;
}
@media screen and (max-width: 767px) {
  .slide02 .slide-dots li {
    width: 17px;
  }
}
.slide02 .slide-dots li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #7d7d7d;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slide02 .slide-dots li.slick-active::after {
  background-color: #000;
}
.slide02 .slide-dots button {
  font-size: 0;
}

.slide01 button, .slide02 button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide01 .slide-arrow, .slide02 .slide-arrow {
  position: absolute;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 480px) {
  .slide01 .slide-arrow, .slide02 .slide-arrow {
    height: 32px;
    width: 32px;
  }
}
.slide01 .slide-arrow::before, .slide02 .slide-arrow::before {
  content: "";
  bottom: 0;
  height: 17px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 13px;
  background-color: #fff;
  z-index: 1;
}
.slide01 .slide-arrow::after, .slide02 .slide-arrow::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  background-color: #000;
  z-index: 0;
  border-radius: 100px;
}
.slide01 .slider-prev::before, .slide02 .slider-prev::before {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
  right: 15px;
}
@media screen and (max-width: 480px) {
  .slide01 .slider-prev::before, .slide02 .slider-prev::before {
    right: 13px;
  }
}
.slide01 .slider-prev::after, .slide02 .slider-prev::after {
  right: 0;
}
.slide01 .slider-next::before, .slide02 .slider-next::before {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: 12px;
}
@media screen and (max-width: 480px) {
  .slide01 .slider-next::before, .slide02 .slider-next::before {
    right: 8px;
  }
}
.slide01 .slider-next::after, .slide02 .slider-next::after {
  right: 0;
}
.slide01 .slick-track, .slide02 .slick-track {
  display: flex;
}
.slide01 .slick-slide, .slide02 .slick-slide {
  height: auto !important;
}

.header_menu_hum {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.header_menu_hum .hum_sns {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.header_menu_hum .hum_sns ul {
  display: flex;
  align-items: center;
}
.header_menu_hum .hum_sns ul li {
  margin-right: 10px;
}
.header_menu_hum .hum_sns ul img {
  width: 30px;
}
.header_menu_hum__child {
  cursor: pointer;
  margin: 0;
  position: relative;
  width: 100%;
  padding: 25px 30px 25px 0;
  display: flex;
  color: #c71e1d;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  align-items: center;
}
@media screen and (max-width: 480px) {
  .header_menu_hum__child {
    padding: 20px 30px 20px 0;
  }
}
.header_menu_hum__child:after, .header_menu_hum__child::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 21px;
  border-radius: 100px;
  background-color: #000;
  transition: ease 0.2s;
}
.header_menu_hum__child:after {
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
}
.header_menu_hum__child::before {
  z-index: 2;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  right: 10px;
  transform-origin: 0% 0%;
}
.header_menu_hum__child.active::after {
  transform: rotate(-45deg) translateY(-50%);
  right: 4px;
}
.header_menu_hum__child.active::before {
  transform: rotate(-135deg) translateY(-50%);
  transform-origin: 50% 9%;
}
.header_menu_hum__child--icon {
  width: 35px;
  margin-right: 15px;
}
.header_menu_hum__child--text {
  width: calc(100% - 50px);
}
.header_menu_hum__child--text--ttl {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 3px;
  font-family: "Noto Sans JP 300";
}
@media screen and (max-width: 480px) {
  .header_menu_hum__child--text--ttl {
    font-size: 1.8rem;
  }
}
.header_menu_hum__child--text--ruby {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 480px) {
  .header_menu_hum__child--text--ruby {
    font-size: 1.2rem;
  }
}
.header_menu_hum__child--text--ruby, .header_menu_hum__child--text--ttl {
  width: 100%;
  display: inline-block;
}
.header_menu_hum__item {
  margin-bottom: 20px;
}
.header_menu_hum__item a {
  color: #000;
  width: 100%;
}
.header_menu_hum__item ul {
  display: flex;
  flex-direction: column;
}
.header_menu_hum__item ul li {
  width: 100%;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 480px) {
  .header_menu_hum__item ul li {
    font-size: 1.4rem;
  }
}
.header_menu_hum__item--child {
  margin-left: 20px;
}/*# sourceMappingURL=main.css.map */