@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .br-sp {
    display: inline;
  }
}

.content {
  width: 100%;
}
.content .main {
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (max-width: 750px) {
  .content .main {
    margin-bottom: 70px;
  }
}
.content .main .mainLine {
  width: 100%;
  height: 946px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .content .main .mainLine {
    height: auto;
    flex-wrap: wrap;
  }
}
.content .main .mainLine.first {
  flex-direction: row;
}
.content .main .mainLine.second {
  flex-direction: row-reverse;
}
.content .main .mainLine.third {
  flex-direction: row;
}
.content .main .infoWrapper,
.content .main .mainImage {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .content .main .infoWrapper,
.content .main .mainImage {
    width: 100%;
  }
}
.content .main .infoWrapper {
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 750px) {
  .content .main .infoWrapper {
    height: 670px;
  }
}
.content .main .mainLine.first .infoWrapper.goout {
  background-color: #4FADB1;
}
.content .main .mainLine.first .infoWrapper.drive {
  background-color: #D4B79C;
}
.content .main .mainLine.first .infoWrapper.room {
  background-color: #ADB6B9;
}
.content .main .mainLine.first .infoWrapper.work {
  background-color: #D76264;
}
.content .main .mainLine.second .infoWrapper {
  justify-content: left;
  padding-left: 110px;
}
@media screen and (max-width: 750px) {
  .content .main .mainLine.second .infoWrapper {
    padding: 0 10px;
    height: 600px;
  }
}
@media screen and (max-width: 750px) {
  .content .main .mainLine.second .infoWrapper,
.content .main .mainLine.third .infoWrapper {
    padding: 0 10px;
    height: 600px;
  }
}
.content .main .info {
  position: relative;
  width: 640px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .content .main .info {
    width: 100%;
    overflow: hidden;
  }
}
.content .main .info .backgroundText {
  position: absolute;
  top: 230px;
  left: -520px;
  transform: rotateZ(90deg);
  opacity: 0.15;
  font-size: 300px;
  font-weight: 700;
  letter-spacing: -5px;
}
@media screen and (max-width: 750px) {
  .content .main .info .backgroundText {
    top: 180px;
    font-size: 200px;
    left: -66vw;
    font-weight: 700;
  }
}
.content .main .info .backgroundText.light {
  color: #fff;
  opacity: 0.3;
}
.content .main .info .titleImage {
  width: auto;
  height: 380px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .content .main .info .titleImage {
    width: 85px;
    height: 285px;
  }
}
.content .main .info .title {
  font-size: 66px;
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  .content .main .info .title {
    font-size: 46px;
  }
}
.content .main .info .text {
  font-size: 16px;
  line-height: 2.2em;
}
@media screen and (max-width: 750px) {
  .content .main .info .text {
    font-size: 14px;
  }
}
.content .main .info .text.centerAlign {
  text-align: center;
}
.content .main .info .text.leftAlign {
  text-align: left;
}
.content .main .info .text .line {
  margin: 0;
}
.content .main .info .selectedImage {
  width: 420px;
  height: 140px;
  margin-bottom: 75px;
}
@media screen and (max-width: 750px) {
  .content .main .info .selectedImage {
    width: 335px;
    height: 108px;
    margin-bottom: 15px;
  }
}
.content .main .info .imageList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .content .main .info .imageList {
    margin-bottom: 10px;
    justify-content: center;
  }
}
.content .main .info .imageList .smallImage {
  cursor: pointer;
}
.content .main .info .imageList .smallImage img {
  width: 140px;
  height: 45px;
}
@media screen and (max-width: 750px) {
  .content .main .info .imageList .smallImage img {
    width: 110px;
    height: 34px;
  }
}
.content .main .info .imageList .smallImage:hover {
  opacity: 0.5;
  transition: 0.5s opacity;
}
.content .main .info .name {
  font-size: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .content .main .info .name {
    width: 100%;
    font-size: 24px;
    text-align: left;
  }
}
.content .main .info .status {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .content .main .info .status {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.content .main .info .status .optionList {
  display: flex;
  flex-wrap: wrap;
  width: 320px;
  margin-right: 30px;
}
.content .main .info .status .optionList .option {
  width: 90px;
  height: 25px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #222;
  border-radius: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
}
.content .main .info .status .optionList .option.last-child {
  margin-right: 0;
}
.content .main .info .status .colorlist {
  display: flex;
}
.content .main .info .status .colorlist .color {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  margin-right: 8px;
}
.content .main .info .status .colorlist .color.red {
  background-color: #D76264;
}
.content .main .info .status .colorlist .color.yellow {
  background-color: #F0D57D;
}
.content .main .info .status .colorlist .color.gray {
  background-color: #F2F2F2;
}
.content .main .info .price {
  font-size: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .content .main .info .price {
    width: 100%;
    margin-bottom: 10px;
    font-size: 36px;
  }
}
.content .main .info .price .unit {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .content .main .info .price .unit {
    font-size: 16px;
  }
}
.content .main .info .detailList {
  width: 445px;
  background-color: #F5F7F8;
  padding: 20px 0 20px 40px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .content .main .info .detailList {
    width: 100%;
  }
}
.content .main .info .detailList .line {
  list-style-type: disc;
}
.content .main .info .goodsImage {
  width: 540px;
  height: 330px;
  margin-bottom: 160px;
}
@media screen and (max-width: 750px) {
  .content .main .info .goodsImage {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}
.content .main .mainLine.second .info,
.content .main .mainLine.third .info {
  align-items: baseline;
}
@media screen and (max-width: 750px) {
  .content .main .mainLine.second .info {
    align-items: center;
  }
}
.content .main .mainImage {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px 0px;
     object-position: 0px 0px;
}
@media screen and (max-width: 750px) {
  .content .main .mainImage {
    height: 492px;
  }
}
.content .main .mainLine.second .mainImage {
  -o-object-position: 50% 0px;
     object-position: 50% 0px;
}
.content .recommend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 185px;
}
@media screen and (max-width: 750px) {
  .content .recommend {
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
.content .recommend .title {
  font-size: 24px;
  text-align: center;
  width: 100%;
  margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .content .recommend .title {
    font-size: 18px;
    padding: 0 20px;
  }
}
.content .recommend .recommendGoods {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  width: 1085px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 750px) {
  .content .recommend .recommendGoods {
    padding: 0 20px;
  }
}
.content .recommend .recommendGoods .goods {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(33% - 15px);
  height: 345px;
  border: 1px solid #D8DFE3;
  padding: 60px 35px;
  color: #222;
  margin-right: 25px;
  margin-bottom: 25px;
}
.content .recommend .recommendGoods .goods:nth-child(3n) {
  margin-right: 0;
}
.content .recommend .recommendGoods .goods:hover {
  opacity: 0.5;
  transition: 0.3s opacity;
}
@media screen and (max-width: 750px) {
  .content .recommend .recommendGoods .goods {
    width: calc(50% - 8px);
    height: 0;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 10% 0 calc(40% - 8px);
  }
  .content .recommend .recommendGoods .goods:nth-child(3n) {
    margin-right: 15px;
  }
  .content .recommend .recommendGoods .goods:nth-child(2n) {
    margin-right: 0;
  }
}
.content .recommend .recommendGoods .goods .newIcon {
  position: absolute;
  top: 25px;
  left: 45px;
  background-color: #F0D57D;
  font-size: 16px;
  width: 70px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .content .recommend .recommendGoods .goods .newIcon {
    top: 8px;
    left: 15px;
    width: 30px;
    height: 16px;
    font-size: 10px;
  }
}
.content .recommend .recommendGoods .goods .image {
  width: 240px;
  height: 78px;
}
@media screen and (max-width: 750px) {
  .content .recommend .recommendGoods .goods .image {
    width: 85%;
    height: auto;
  }
}
.content .recommend .recommendGoods .goods .name {
  width: 100%;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 750px) {
  .content .recommend .recommendGoods .goods .name {
    font-size: 12px;
  }
}
.content .recommend .recommendGoods .goods .price {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .content .recommend .recommendGoods .goods .price {
    font-size: 18px;
  }
}
.content .recommend .recommendGoods .goods .price .unit {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .content .recommend .recommendGoods .goods .price .unit {
    font-size: 14px;
  }
}
.content .recommend .recommendFunctions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .content .recommend .recommendFunctions {
    flex-wrap: wrap;
  }
}
.content .categoryLink {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 750px) {
  .content .categoryLink {
    margin-bottom: 120px;
  }
}
.content .categoryLink .category {
  width: 33.3%;
  position: relative;
}
.content .categoryLink .category .image {
  width: 100%;
  height: auto;
}
.content .categoryLink .category .name {
  position: absolute;
  bottom: 70px;
  width: 100%;
  font-size: 60px;
  font-weight: bold;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .content .categoryLink .category .name {
    font-size: 16px;
    bottom: 20px;
  }
}
.content .newsWrapper {
  width: 100%;
  height: 600px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 750px) {
  .content .newsWrapper {
    padding: 0 10px;
    height: 480px;
  }
}
.content .news {
  position: relative;
  max-width: 1280px;
  margin: auto;
  padding-top: 70px;
  /*slick setting*/
}
@media screen and (max-width: 750px) {
  .content .news {
    padding-top: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.content .news .title {
  position: absolute;
  top: -120px;
  left: 0;
  font-size: 104px;
  transform: rotateZ(90deg);
  transform-origin: 0 50%;
  margin-left: 52px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .content .news .title {
    font-size: 42px;
    top: -80px;
  }
}
.content .news .yellowBackground {
  position: absolute;
  background-color: #FFEFBF;
  width: 400px;
  height: 300px;
  top: -70px;
  right: 0;
}
@media screen and (max-width: 750px) {
  .content .news .yellowBackground {
    width: 180px;
    height: 200px;
  }
}
.content .news .slider {
  width: 1200px;
  height: 400px;
  margin-left: 210px;
}
@media screen and (max-width: 750px) {
  .content .news .slider {
    width: 100%;
    margin-left: 0;
    margin-bottom: 60px;
    height: 180px;
  }
}
.content .news .slider .newsslideWrapper {
  display: block;
  padding: 0 10px;
  color: #222;
}
.content .news .slider .newsslideWrapper:hover {
  opacity: 0.5;
  transition: 0.5s opacity;
}
.content .news .slider .sliderItem {
  width: 380px;
}
@media screen and (max-width: 750px) {
  .content .news .slider .sliderItem {
    width: 100px;
  }
}
.content .news .slider .sliderItem .newsImage {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .content .news .slider .sliderItem .newsImage {
    margin-bottom: 5px;
  }
}
.content .news .slider .sliderItem .date {
  margin-bottom: 15px;
  font-size: 14px;
  color: #C4C4C4;
}
@media screen and (max-width: 750px) {
  .content .news .slider .sliderItem .date {
    font-size: 10px;
    margin-bottom: 8px;
  }
}
.content .news .slider .sliderItem .newsTitle {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .content .news .slider .sliderItem .newsTitle {
    font-size: 12px;
  }
}
.content .news .slick-prev:before,
.content .news .slick-next:before {
  color: #222;
}/*# sourceMappingURL=1.css.map */