@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
header {
  display: none;
}

.title {
  width: 205px;
}
.title--en {
  margin: 0 auto 24px;
  font-size: 66px;
  writing-mode: vertical-lr;
}
.title--ja {
  margin: auto;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.5em;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1200px) {
  .title {
    width: 130px;
  }
  .title--en {
    font-size: 48px;
  }
  .title--ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .title {
    width: 60px;
  }
  .title--en {
    font-size: 30px;
  }
  .title--ja {
    font-size: 16px;
  }
}

.hero {
  position: relative;
  min-height: 860px;
  padding-top: 45px;
  background-image: url(../images/index_hero_background.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 1292px;
}
.hero__heading {
  width: 1250px;
  margin: auto;
}
.hero__heading--ja {
  margin-bottom: -8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.hero__heading--en {
  margin-bottom: 20px;
  color: #000;
  font-size: 94px;
}
.hero__catch {
  width: 353px;
  margin-left: auto;
}
.hero__quotation {
  position: absolute;
  left: 5%;
  bottom: 135px;
  width: 261px;
}
.hero__button {
  position: absolute;
  top: 200px;
  left: 0;
  width: 170px;
  height: 38px;
  cursor: pointer;
}
.hero__button.active .hero__line--top {
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}
.hero__button.active .hero__line--middle {
  opacity: 0;
}
.hero__button.active .hero__line--bottom {
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
}
.hero__line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #CB3127;
  transition: 0.3s;
}
.hero__line--top {
  top: 0;
  transform: translateY(-50%);
}
.hero__line--middle {
  top: 50%;
  transform: translateY(-50%);
}
.hero__line--bottom {
  top: 100%;
  transform: translateY(50%);
}
.hero__instagram {
  position: absolute;
  top: 192px;
  left: 195px;
}
.hero__instagram a {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #CB3127;
}
.hero__instagram img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
}
@media screen and (min-width: 1600px) {
  .hero__heading {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .hero {
    min-height: 460px;
    background-size: 600px;
  }
  .hero__inner {
    width: 90%;
    margin: auto;
  }
  .hero__heading {
    width: 98%;
    margin: auto;
  }
  .hero__heading--ja {
    margin-bottom: 5px;
  }
  .hero__heading--en {
    font-size: 48px;
  }
  .hero__catch {
    width: 300px;
    margin-bottom: 25px;
  }
  .hero__quotation {
    bottom: 80px;
    width: 130px;
  }
  .hero__button {
    top: 150px;
  }
  .hero__instagram {
    top: 142px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    min-height: 420px;
    margin-bottom: 40px;
    background-size: 380px;
  }
  .hero__inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .hero__heading--ja {
    color: #000;
  }
  .hero__heading--en {
    font-size: 36px;
  }
  .hero__catch {
    margin-left: 0;
  }
  .hero__quotation {
    bottom: 25px;
  }
  .hero__button, .hero__instagram {
    display: none;
  }
}

.kodawari {
  padding-bottom: 35px;
}
.kodawari__inner {
  display: flex;
}
.kodawari__heading {
  border-right: 1px solid #CB3127;
}
.kodawari__contents {
  flex: 1;
  position: relative;
  padding-left: 85px;
}
.kodawari__image {
  position: absolute;
  top: 167px;
  left: 478px;
  z-index: -1;
  width: 595px;
}
.kodawari__catch {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: 0.1em;
}
.kodawari__text {
  width: 450px;
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1200px) {
  .kodawari__inner {
    margin-bottom: 40px;
  }
  .kodawari__contents {
    padding-left: 55px;
  }
  .kodawari__catch {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .kodawari__text {
    font-size: 14px;
    line-height: 2;
  }
  .kodawari__image {
    top: 80px;
    left: 300px;
    width: 360px;
  }
}
@media screen and (max-width: 576px) {
  .kodawari {
    padding-bottom: 15px;
  }
  .kodawari__inner {
    margin-bottom: 20px;
  }
  .kodawari__text {
    width: auto;
    line-height: 1.8;
  }
  .kodawari__contents {
    padding: 0 20px;
  }
  .kodawari__image {
    display: none;
  }
  .kodawari__catch {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}

.feed__list {
  display: flex;
  align-items: center;
}
.feed__item {
  flex-shrink: 0;
  width: 2896px;
  animation: feedScroll 60s infinite linear 0.5s both;
}
@media screen and (max-width: 1200px) {
  .feed__item {
    width: 1800px;
  }
}
@media screen and (max-width: 576px) {
  .feed__item {
    width: 1200px;
  }
}

@keyframes feedScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.painting-menu {
  padding-top: 85px;
  padding-bottom: 330px;
  padding-left: 8.4%;
  background-color: #CB3127;
  color: #fff;
}
.painting-menu__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.painting-menu__heading {
  height: 616px;
  margin-top: 50px;
  border-left: 1px solid #fff;
}
.painting-menu__contents {
  flex: 1;
  padding-right: 104px;
}
.painting-menu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.painting-menu__item {
  width: 30.43%;
  margin-bottom: 56px;
}
.painting-menu__item-head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.painting-menu__number {
  margin-right: 8px;
  font-weight: 400;
  font-size: 32px;
}
.painting-menu__title {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.painting-menu__image {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.painting-menu__image img {
  width: 100%;
  height: auto;
}
.painting-menu__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
}
.painting-menu__arrow a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px 0 0 0;
  background-color: #CB3127;
  transition: 0.3s;
}
.painting-menu__arrow a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}
.painting-menu__arrow a:hover {
  background-color: #000;
}
.painting-menu__text {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1200px) {
  .painting-menu {
    padding-bottom: 200px;
  }
  .painting-menu__heading {
    height: auto;
    min-height: 880px;
  }
  .painting-menu__contents {
    padding-right: 50px;
  }
  .painting-menu__item {
    width: 47%;
    margin-bottom: 40px;
  }
  .painting-menu__image {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .painting-menu {
    padding-top: 50px;
    padding-bottom: 150px;
    padding-left: 20px;
  }
  .painting-menu__inner {
    align-items: initial;
  }
  .painting-menu__heading {
    margin-top: 20px;
  }
  .painting-menu__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .painting-menu__contents {
    padding-right: 20px;
  }
}

.coating {
  position: relative;
  padding-top: 87px;
}
.coating__image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -39%);
  width: 1184px;
}
.coating__inner {
  display: flex;
  position: relative;
  z-index: 5;
}
.coating__heading {
  height: 680px;
  border-right: 1px solid #CB3127;
}
.coating__contents {
  flex: 1;
  padding-top: 258px;
  padding-left: 89px;
}
.coating__box {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.coating__catch {
  width: 100%;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: 0.1em;
}
.coating__catch br:last-of-type {
  display: none;
}
.coating__text {
  width: 485px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.025em;
}
.coating__link {
  margin-left: 89px;
}
@media screen and (max-width: 1200px) {
  .coating__heading {
    height: auto;
  }
  .coating__image {
    width: 700px;
  }
  .coating__contents {
    padding-top: 160px;
    padding-bottom: 60px;
    padding-left: 55px;
  }
  .coating__box {
    display: block;
  }
  .coating__catch {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .coating__text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2;
  }
  .coating__link {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .coating__image {
    width: 440px;
  }
  .coating__contents {
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .coating__text {
    width: auto;
  }
  .coating__catch {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .coating__catch br:last-of-type {
    display: block;
  }
}

.construction {
  margin-bottom: 95px;
  border-top: 1px solid #CB3127;
}
.construction__heading {
  display: flex;
  align-items: flex-end;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 5.5%;
  border-bottom: 1px solid #CB3127;
}
.construction__heading .title--en, .construction__heading .title--ja {
  writing-mode: initial;
  margin: 0;
}
.construction__heading .title--ja {
  margin-left: 30px;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
}
.construction__contents {
  position: relative;
}
.construction__slider {
  display: flex;
  position: relative;
  left: 1px;
  padding-bottom: 120px;
}
.construction__item {
  width: 33.33%;
  padding: 45px 30px 45px;
  border-right: 1px solid #CB3127;
}
.construction__image {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 5px;
  overflow: hidden;
}
.construction__image::after {
  display: block;
  padding-top: 74%;
  content: "";
}
.construction__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.construction__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.construction__meta {
  padding: 11px 15px 15px;
  border-radius: 5px;
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 1.35;
}
.construction .slick-dots {
  display: flex;
  position: absolute;
  bottom: 37.5px;
  right: 0;
  width: auto;
}
.construction .slick-dots li {
  width: 126px;
  height: 4px;
  margin: 0;
}
.construction .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background-color: #E0E0E0;
  font-size: 0;
  line-height: 0;
  outline: none;
  cursor: pointer;
  transition: background-color 0.4s;
}
.construction .slick-dots li.slick-active button {
  background-color: #CB3127;
}
.construction__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 75px;
  height: 75px;
  border: 1px solid #CB3127;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}
.construction__button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  transition: 0.4s;
}
.construction__button img:last-of-type {
  opacity: 0;
}
.construction__button--prev {
  right: 680px;
  bottom: 0;
}
.construction__button--next {
  right: 580px;
  bottom: 0;
}
.construction__button:hover {
  background-color: #CB3127;
}
.construction__button:hover img:first-of-type {
  opacity: 0;
}
.construction__button:hover img:last-of-type {
  opacity: 1;
}
.construction__button.slick-disabled {
  border-color: #E0E0E0;
  background-color: #E0E0E0;
  cursor: auto;
}
.construction__button.slick-disabled img:first-of-type {
  opacity: 0;
}
.construction__button.slick-disabled img:last-of-type {
  opacity: 1;
}
.construction__foot {
  position: absolute;
  right: 820px;
  transform: translateY(-100%);
}
@media screen and (max-width: 1200px) {
  .construction__slider {
    padding-bottom: 80px;
  }
  .construction__item {
    padding: 35px 22px 30px;
  }
  .construction .slick-dots {
    bottom: 30px;
  }
  .construction .slick-dots li {
    width: 75px;
    height: 3px;
  }
  .construction__button {
    width: 60px;
    height: 60px;
  }
  .construction__button--prev {
    right: 430px;
  }
  .construction__button--next {
    right: 350px;
  }
  .construction__foot {
    position: static;
    transform: none;
    margin-top: 30px;
    padding-left: 5%;
  }
}
@media screen and (max-width: 576px) {
  .construction__heading {
    padding-left: 20px;
  }
  .construction__heading .title--ja {
    margin-left: 15px;
    padding-bottom: 4px;
  }
  .construction__slider {
    padding-bottom: 90px;
  }
  .construction .slick-dots {
    bottom: 80px;
  }
  .construction .slick-dots li {
    width: 40px;
  }
  .construction__button {
    width: 50px;
    height: 50px;
  }
  .construction__button--prev {
    right: 85px;
  }
  .construction__button--next {
    right: 20px;
  }
  .construction__foot {
    padding-right: 20px;
    padding-left: 0;
  }
  .construction__foot a {
    margin-left: auto;
  }
}

.company {
  margin-bottom: 42px;
}
.company__inner {
  display: flex;
}
.company__heading {
  min-height: 680px;
  border-right: 1px solid #CB3127;
}
.company__contents {
  flex: 1;
  position: relative;
  padding-left: 40px;
}
.company__catch {
  margin-bottom: 435px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: 0.1em;
}
.company__catch br:last-of-type {
  display: none;
}
.company__image {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 1240px;
}
.company__link a {
  background-color: #CB3127;
}
.company__link a:hover {
  background-color: #fff;
}
.company__link a:hover .link__text {
  color: #CB3127;
}
.company__link a:hover .link__circle {
  background-color: #CB3127;
}
.company__link .link__text {
  color: #fff;
}
.company__link .link__circle {
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .company__heading {
    min-height: auto;
  }
  .company__catch {
    margin-bottom: 300px;
    font-size: 30px;
  }
  .company__catch br:last-of-type {
    display: block;
  }
  .company__image {
    top: 80px;
    width: 800px;
  }
}
@media screen and (max-width: 576px) {
  .company__contents {
    padding-left: 20px;
  }
  .company__catch {
    margin-bottom: 200px;
    font-size: 20px;
  }
  .company__image {
    width: 380px;
  }
}/*# sourceMappingURL=front-page.css.map */