.fv {
  background: url(../img/fv-bg.png) no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 12% 40px 20%;
}
@media screen and (max-width: 768px) {
  .fv {
    background: url(../img/fv-bg-sp.png) no-repeat;
    background-size: cover;
    background-position: top;
    padding: 24% 8%;
  }
}
.fv__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    display: block;
  }
}
.fv__contents h1 {
  font-size: 46px;
  line-height: 1.5;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .fv__contents h1 {
    font-size: 24px;
  }
}
.fv__contents h1 span {
  font-size: 54px;
}
@media screen and (max-width: 768px) {
  .fv__contents h1 span {
    font-size: 32px;
  }
}
.fv__img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .fv__img {
    width: 100%;
  }
}

.concept {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .concept {
    padding: 40px 0 0;
  }
  .concept .section__title {
    padding-left: 30px;
  }
}
.concept__text {
  margin: 40px auto;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .concept__text {
    font-size: 16px;
  }
}
.concept__text::after {
  content: "";
  display: block;
  border-radius: 10px;
  height: 4px;
  width: 50px;
  background: #514945;
  margin: 20px auto 0;
}
.concept__bottom {
  margin-top: 50px;
  background: url(../img/concept-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .concept__bottom {
    margin-top: 30px;
    padding: 40px 30px;
  }
}
.concept__bottom--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.concept__bottom h3 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .concept__bottom h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.concept__bottom p {
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .concept__bottom p {
    margin-bottom: 30px;
  }
}
.concept__bottom .more {
  display: block;
  position: relative;
  text-align: right;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-right: 20px;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.concept__bottom .more::before {
  content: "";
  height: 2px;
  width: 200px;
  background: #514945;
  display: block;
  position: absolute;
  left: -220px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .concept__bottom .more::before {
    width: 160px;
    left: -180px;
  }
}
.concept__bottom .more::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
  background: url(../img/icon_arrow_right.svg) no-repeat;
  background-size: contain;
  background-position: right;
}

.concept__slider {
  overflow: hidden;
}

.concept__slider .swiper-slide {
  width: auto;
}

.concept__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.concept__slider img {
  height: 600px;
  display: block;
}
@media screen and (max-width: 768px) {
  .concept__slider img {
    height: 360px;
  }
}

.sttengs {
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .sttengs {
    padding: 100px 30px 60px;
    position: relative;
    overflow: hidden;
  }
}
.sttengs__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.sttengs__box {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .sttengs__box {
    margin-top: 30px;
    gap: 0;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.sttengs__img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .sttengs__img {
    width: 50%;
  }
  .sttengs__img img {
    width: 100%;
  }
}
.sttengs__contents {
  width: 50%;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .sttengs__contents {
    margin-top: 0;
    width: 46%;
  }
}
.sttengs__contents .icon {
  width: 140px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .sttengs__contents .icon {
    position: absolute;
    top: -20px;
    right: -20px;
    margin-right: 0;
  }
}
.sttengs__contents p {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .sttengs__contents p {
    font-size: 12px;
  }
}

.pattern {
  padding: 80px 40px;
  background: rgba(158, 148, 137, 0.3);
  overflow: hidden;
}
.pattern__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.pattern__text {
  margin: 40px auto;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .pattern__text {
    font-size: 16px;
    line-height: 1.4;
  }
}
.pattern__text::after {
  content: "";
  display: block;
  border-radius: 10px;
  height: 4px;
  width: 50px;
  background: #514945;
  margin: 20px auto 0;
}
.pattern__lists {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pattern__lists {
    padding-bottom: 50px;
  }
}
.pattern__lists .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .pattern__lists .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
.pattern__lists .swiper-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .pattern__lists .swiper-pagination {
    display: block;
  }
}
.pattern__lists .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #514945;
}
.pattern__lists .swiper-pagination-bullet-active {
  background: #514945;
}
.pattern__lists .swiper-button-next,
.pattern__lists .swiper-button-prev {
  color: #776b64 !important;
  display: none;
}
@media screen and (max-width: 768px) {
  .pattern__lists .swiper-button-next,
  .pattern__lists .swiper-button-prev {
    display: block;
  }
}
.pattern__lists .swiper-button-next {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .pattern__lists .swiper-button-next {
    right: -30px;
  }
}
.pattern__lists .swiper-button-prev {
  left: -40px;
}
@media screen and (max-width: 768px) {
  .pattern__lists .swiper-button-prev {
    left: -30px;
  }
}
.pattern__list--img {
  margin-bottom: 20px;
}
.pattern__list--title {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  font-family: "EB Garamond", serif;
  color: #000;
  font-size: 28px;
  margin-bottom: 20px;
}
.pattern__list--title h3 {
  font-weight: normal;
}
.pattern__list--text {
  line-height: 1.8;
  font-size: 13px;
}
.pattern__list .num {
  font-size: 40px;
}

.news {
  background: url(../img/news-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 50px 30px;
  }
}
.news__inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.news__icon {
  position: absolute;
  right: 20%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .news__icon {
    right: 0;
  }
}
.news__lists {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .news__lists {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.news .more {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.news .more img {
  margin: 0 auto;
}
.news__list {
  padding: 30px 30px;
}
@media screen and (max-width: 768px) {
  .news__list {
    padding: 20px 15px;
  }
  .news__list:nth-child(3) {
    display: none;
  }
}
.news__list + .news__list {
  border-top: dashed 1px #504945;
}
.news__list--date {
  margin-bottom: 10px;
}
.news__list--title {
  font-weight: 500;
  line-height: 1.5;
}
.news__list--text {
  line-height: 1.5;
  font-size: 13px;
}

.sale {
  padding: 100px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sale {
    padding: 60px 30px;
  }
}
.sale__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sale__icon {
  position: absolute;
  right: 20%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sale__icon {
    right: 0;
    top: -20px;
  }
}
.sale__slider {
  margin: 80px auto;
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .sale__slider {
    overflow: visible;
    margin: 100px auto 50px;
  }
}
.sale__slider .img {
  position: relative;
  margin-bottom: 40px;
}
.sale__slider .img::after {
  content: "";
  width: 150px;
  height: 150px;
  display: block;
  background: url(../img/ashirai-sale.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: -20px;
}
.sale__slider .img .icon {
  position: absolute;
  top: -10px;
  right: 0;
  width: 80px;
  border-radius: 50%;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #504945;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.sale__slider .img .icon.soldout {
  background: #d2d2d3;
  color: #514945;
}
.sale__slider .img img {
  position: relative;
  z-index: 2;
  width: 70%;
  display: block;
}
.sale__slider .swiper-button-next,
.sale__slider .swiper-button-prev {
  color: #776b64 !important;
}
.sale__slider .swiper-button-next {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .sale__slider .swiper-button-next {
    right: -20px;
  }
}
.sale__slider .swiper-button-prev {
  left: -40px;
}
@media screen and (max-width: 768px) {
  .sale__slider .swiper-button-prev {
    left: -20px;
  }
}
.sale__slider .contents {
  border-left: 6px solid #504945;
  padding: 4px 0;
  padding-left: 10px;
  letter-spacing: 0.1em;
}
.sale__slider .contents h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sale__slider .swiper-slide {
    padding: 0 5%;
  }
}
.sale__slider .swiper-slide:nth-of-type(even) .img img {
  margin-left: auto;
}
.sale__slider .swiper-slide:nth-of-type(even) .img::after {
  left: 0;
  right: unset;
}
.sale__slider .swiper-slide:nth-of-type(even) .img .icon {
  right: unset;
  left: 0;
}
.sale .more {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.sale .more img {
  margin: 0 auto;
}

.company {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 60px 30px;
  }
}
.company__inner {
  max-width: 800px;
  margin: 0 auto;
}
.company__contents {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .company__contents {
    margin-top: 40px;
  }
}
.company__item {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .company__item {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.model {
  padding: 100px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .model {
    padding: 60px 0;
  }
  .model .section__title {
    padding-left: 30px;
  }
}
.model .swiper-button-next,
.model .swiper-button-prev {
  color: #776b64 !important;
}
@media screen and (max-width: 768px) {
  .model .swiper-button-next,
  .model .swiper-button-prev {
    display: none;
  }
}
.model__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.model__icon {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .model__icon {
    bottom: 50px;
  }
}
.model__slider {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .model__slider {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .model__slider .swiper-wrapper {
    display: flex !important;
    flex-direction: column;
  }
}
.model__slider .swiper-slide {
  padding: 0 10%;
}
@media screen and (max-width: 768px) {
  .model__slider .swiper-slide {
    padding: 0;
    padding-bottom: 100px;
    margin-bottom: 50px;
    position: relative;
  }
}
.model__slider .img {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .model__slider .img {
    margin-bottom: 20px;
  }
}
.model__slider .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .model__slider .contents {
    display: block;
    padding: 0 20px;
  }
}
.model__slider .contents h3 {
  padding-left: 15px;
  border-left: 5px solid #514945;
}
@media screen and (max-width: 768px) {
  .model__slider .contents h3 {
    font-size: 13px;
    padding: 4px 0;
    padding-left: 15px;
	  line-height:1.4;
  }
}
.model__slider .contents a img {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .model__slider .contents a {
    position: absolute;
    bottom: 20px;
    right: 5%;
  }
}
.model .more {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.model .more img {
  margin: 0 auto;
}

.contact {
  padding: 100px 40px 0;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 50px 30px;
  }
}
.contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.contact__icon {
  position: absolute;
  bottom: 10%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .contact__icon {
    bottom: unset;
    top: -30px;
    right: -20px;
  }
}
.contact__form {
  max-width: 650px;
  margin: 80px auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__form {
    margin-top: 50px;
  }
}
.contact__form--item {
  margin-bottom: 25px;
}
.contact__form--item .title {
  margin-bottom: 10px;
}
.contact__form--item .text input {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #504945;
  border-radius: 5px;
}
.contact__form--radio {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contact__form--radio {
    margin-top: 50px;
  }
}
.contact__form--radio h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact__form--radio h3 {
    margin-bottom: 20px;
  }
}
.contact__form--radio label {
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 30px 100px;
  border-bottom: dashed 1px #504945 !important;
  gap: 10px;
}
@media screen and (max-width: 1320px) {
  .contact__form--radio label {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form--radio label {
    padding: 25px 0;
    font-size: 16px;
  }
}
.contact__form--radio label:last-child {
  border-bottom: none;
}
.contact__form--content {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact__form--content {
    margin-bottom: 40px;
  }
}
.contact__form--content .title {
  margin-bottom: 10px;
}
.contact__form--content textarea {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}
.contact__form--btn {
  text-align: center;
}
.contact__form--btn button {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}

.works {
  padding: 100px 40px;
  background: rgba(179, 169, 159, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 50px 0;
  }
  .works .section__title {
    padding-left: 30px;
  }
}
.works__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.works__icon {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .works__icon {
    top: -20px;
    right: 20px;
  }
}
.works__lists {
  margin: 80px auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .works__lists {
    display: block;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.works__list {
  width: 33.3333333333%;
  overflow: hidden;
  background: #d2d2d3;
}
@media screen and (max-width: 768px) {
  .works__list {
    width: 100%;
  }
}
.works__list--img {
  position: relative;
}
.works__list--img .swiper-button-next,
.works__list--img .swiper-button-prev {
  text-shadow: #514945;
  color: #fff !important;
}
.works__list--contents {
  padding: 30px;
}
.works__list--contents .works__list--title {
  text-align: center;
  background: url(../img/works-title-01.png) no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 15px 40px;
  margin-bottom: 15px;
}
.works__list--contents h3 {
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #514945;
  margin-bottom: 20px;
}
.works__list--contents p {
  font-size: 13px;
  line-height: 1.7;
}
.works__list:nth-child(2) {
  background: #eeefef;
}
.works__list:nth-child(2) .works__list--title {
  background: url(../img/works-title-02.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.works__list:nth-child(3) {
  background: #ffffff;
}
.works__list:nth-child(3) .works__list--title {
  background: url(../img/works-title-03.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.works .more {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.works .more img {
  margin: 0 auto;
}

.service {
  padding: 100px 40px;
  background: url(../img/service-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 40px 20px;
  }
}
.service__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.service .section__title {
  margin-bottom: 50px;
}
.service__item {
  width: 60%;
  margin-bottom: 30px;
}
.service__item:nth-of-type(even) {
  margin-left: auto;
}
@media screen and (max-width: 1320px) {
  .service__item {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .service__item {
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */

.thanks__title {
	text-align:center;
	margin:50px auto 30px;
	font-size:20px;
}
.thanks__message {
	text-align:center;
	line-height:1.7;
	
}