@charset "UTF-8";

/* ファーストビュー
***************************************************************/
.mvWrap {
  width: 100%;
  position: relative;
}
.firstView {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media all and (min-width: 681px) {
  .mvWrap {
    padding: 20px;
  }
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}


/* メインスライド
***************************************************************/
.mvSlide,
.mvSlide .slick-list,
.mvSlide .slick-track {
  width: 100%;
  height: 100%;
}
.mvSlide .slideItem {
	width: 100%;
	height: 100%;
	position: relative;
  overflow: hidden;
}
.mvSlide .slideItem .visual {
  width: 100%;
  height: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 681px) {
  .mvSlide .slideItem.slide1 .visual {
    background-image: url(../../img/front/mv1.jpg);
  }
  .mvSlide .slideItem.slide2 .visual {
    background-image: url(../../img/front/mv2.jpg);
  }
  .mvSlide .slideItem.slide3 .visual {
    background-image: url(../../img/front/mv3.jpg);
  }
  .mvSlide .slideItem.slide4 .visual {
    background-image: url(../../img/front/mv4.jpg);
  }
  .mvSlide .slideItem.slide5 .visual {
    background-image: url(../../img/front/mv5.jpg);
  }
}
@media all and (max-width:680px) {
  .mvSlide .slideItem.slide1 .visual {
    background-image: url(../../img/front/mv1_sp.jpg);
  }
  .mvSlide .slideItem.slide2 .visual {
    background-image: url(../../img/front/mv2_sp.jpg);
  }
  .mvSlide .slideItem.slide3 .visual {
    background-image: url(../../img/front/mv3_sp.jpg);
  }
  .mvSlide .slideItem.slide4 .visual {
    background-image: url(../../img/front/mv4_sp.jpg);
  }
  .mvSlide .slideItem.slide5 .visual {
    background-image: url(../../img/front/mv5_sp.jpg);
  }
}
@media all and (max-width:370px) {
}


/* ファーストビュー：フリーデザイン
***************************************************************/
.sloganWrap {
  width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.sloganWrap .slogan1 {
  width: 492.74px;
  position: absolute;
  left: 0;
  top: 9.72vw;
  margin: auto;
}
.sloganWrap .slogan1 img {
  width: 100%;
}
.mvScrollDown {
  display: block;
  width: 118px;
  height: 58px;
  padding: 0 15px 47px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.mvScrollDown::before {
  content: "";
  width: 1px;
  height: 36px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: height 0.3s ease;
}
.mvScrollDown::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.mvScrollDown .scrollImg,
.mvScrollDown .scrollImg img {
  width: 100%;
  display: block;
}
.mv_data1 {
  width: 459.29px;
  position: absolute;
  pointer-events: none;
  left: 28px;
  bottom: 20px;
  z-index: 1;
}
.mv_bnr1 {
  width: 203px;
  display: block;
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 82px;
}
.mv_snsList1 {
  width: 110px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 40px;
}
.mv_snsList1 .link1 {
  width: 28.25px;
  display: block;
}
@media all and (min-width: 681px) {
  .mvScrollDown:hover::before {
    width: 1px;
    height: 26px;
  }
  .mv_bnr1:hover {
    filter: brightness(1.2);
  }
  .mv_snsList1 .link1:hover {
    opacity: .7;
  }
}
@media all and (max-width:680px) {
  .sloganWrap {
    width: 100%;
  }
  .sloganWrap .slogan1 {
    width: 269.4px;
    top: 22.93vw;
    left: 30px;
  }
  .mv_data1 {
    width: 325.74px;
    left: 0;
    right: 0;
    bottom: 16px;
    margin: auto;
  }
}
@media all and (max-width:370px) {
}


/* コンテンツ共通
***************************************************************/
.topWrap {
  padding: 140px 0;
}
.topWrap.bg1 {
  background-color: #FDFBF7;
}
.topWrap.bg2 {
  background-color: #F4EEE4;
}
.topWrap.bg3 {
  background-color: #f8f8ec;
}
.topWrap.bg4 {
  background-color: #fff;
}

.topWrap.bg1 + .bg1,
.topWrap.bg2 + .bg2,
.topWrap.bg3 + .bg3,
.topWrap.bg4 + .bg4 {
  padding-top: 0;
}

.w_title01 .t1 {
  color: #E6957C;
  font-size: 26px;
  margin-top: 5px;
}
.w_title01 .t2 {
  font-size: 30px;
  margin-top: 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .topWrap {
    padding: 70px 0;
  }
  .w_title01 .t1 {
    font-size: 18px;
    margin-top: 0;
  }
  .w_title01 .t2 {
    font-size: 22px;
  }
}
@media all and (max-width:370px) {
}


/* NEWS&BLOG
***************************************************************/
.newsblogWrap .newsblogWrapInner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.newsblogWrap .newsblogTitle1 {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.newsblogWrap .newsblogTitle1::after {
  content: "";
  width: 30px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.newsblogWrap .newsblogTitle1 .t1 {
  font-size: 42px;
  font-weight: 400;
  color: #525050;
}
.newsblogWrap .newsblogTitle1 .t2 {
  font-size: 15px;
  color: #525050;
  margin-left: 10px;
}
.newsWrap,
.blogWrap {
  width: 477px;
  background-color: #F4EEE4;
  padding: 15px 30px 50px;
  display: flex;
  flex-flow: column;
}
.bg2 .newsWrap,
.bg2 .blogWrap {
  background-color: #fff;
}
.newsWrap .newsList,
.blogWrap .blogList {
  flex-grow: 1;
}

.newsWrap .newsLink1,
.blogWrap .blogLink1 {
  width: 300px;
  height: 53px;
  font-size: 15px;
  margin-top: 20px;
}
/* NEWS */
.newsWrap .newsList .li1 {
  border-bottom: 1px solid #C4C4C4;
}
.newsWrap .newsList .li1:last-child {
  border-bottom: none;
}
.newsWrap .newsList .li1 a {
  display: flex;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 30px 0;
}
.newsWrap .newsList .li1 a .txt1 {
  width: 100px;
}
.newsWrap .newsList .li1 a .txt2 {
  width: calc(100% - 100px);
  text-align: justify;
}
/* BLOG */
.blogWrap .blogList .li1 {
  border-bottom: 1px solid #C4C4C4;
}
.blogWrap .blogList .li1:last-child {
  border-bottom: none;
}
.blogWrap .blogList .li1 a {
  display: flex;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 30px 0;
}
.blogWrap .blogList .li1 a .thumb {
  width: 165px;
  height: 110px;
}
.blogWrap .blogList .li1 a .thumb .img1 {
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blogWrap .blogList .li1 a .textBox {
  width: calc(100% - 165px);
  padding-left: 12px;
}
.blogWrap .blogList .li1 a .textBox .txt1 {
  display: flex;
  align-items: center;
}
.blogWrap .blogList .li1 a .textBox .txt1 .category {
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background-color: #E6957C;
  border-radius: 50px;
  width: 120px;
  height: 20px;
  margin-left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogWrap .blogList .li1 a .textBox .txt2 {
  margin-top: 10px;
  text-align: justify;
}
@media all and (min-width: 681px) {
  .newsWrap .newsList .li1 a:hover,
  .blogWrap .blogList .li1 a:hover  {
    opacity: 0.6;
  }
}
@media all and (max-width:680px) {
  .newsblogWrap .newsblogWrapInner {
    width: 100%;
    display: block;
    padding: 0 15px;
  }
  .newsblogWrap .newsblogTitle1 {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .newsblogWrap .newsblogTitle1::after {
  }
  .newsblogWrap .newsblogTitle1 .t1 {
    font-size: 30px;
  }
  .newsWrap,
  .blogWrap {
    width: 100%;
    padding: 30px 15px;
    display: block;
  }
  .blogWrap {
    margin-top: 30px;
  }
  .newsWrap .newsLink1,
  .blogWrap .blogLink1 {
    width: 230px;
    height: 42px;
    font-size: 13px;
  }
  /* NEWS */
  .newsWrap .newsList .li1 a {
    display: block;
    padding: 25px 0;
  }
  .newsWrap .newsList .li1 a .txt1 {
    width: 100%;
    font-size: 16px;
  }
  .newsWrap .newsList .li1 a .txt2 {
    width: 100%;
    font-size: 13px;
    margin-top: 2px;
  }
  /* BLOG */
  .blogWrap .blogList .li1 a {
    padding: 25px 0;
  }
  .blogWrap .blogList .li1 a .thumb {
    width: 40.8vw;
    height: 132px;
  }
  .blogWrap .blogList .li1 a .textBox {
    width: calc(100% - 40.8vw);
  }
  .blogWrap .blogList .li1 a .textBox .txt1 {
    flex-flow: column;
    align-items: flex-start;
  }
  .blogWrap .blogList .li1 a .textBox .txt1 .days {
    order: 2;
    margin-top: 8px;
  }
  .blogWrap .blogList .li1 a .textBox .txt1 .category {
    order: 1;
    margin-left: 0;
  }
  .blogWrap .blogList .li1 a .textBox .txt2 {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 4px;
  }
}
@media all and (max-width:370px) {
}


/* コンセプト：フリーデザイン
***************************************************************/
.concept_inner1 {
  position: relative;
  margin-top: 60px;
}
.concept_box1 {
  width: 444px;
  padding-left: 64px;
  padding-top: 94px;
  padding-bottom: 90px;
  background-color: #FDFBF7;
  position: absolute;
  z-index: 1;
  top: 26px;
  right: calc(((100vw - 1200px) / 2));
}
.concept_box1_h3 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.96;
  position: relative;
  color: #707070;
  padding-bottom: 64px;
}
.concept_box1_h3::after {
  content: "";
  width: 238.2px;
  height: 38.1px;
  background: url(../../img/front/concept_text1.svg)no-repeat center / contain;
  position: absolute;
  right: 19px;
  bottom: 31px;
}
.concept_box1_p1 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.38;
}
.concept_box1_link1 {
  display: block;
  width: 120px;
  height: 35px;
  padding-bottom: 12px;
  color: #E6957C;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: absolute;
  right: 0;
  bottom: 0;
}
.concept_box1_link1::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E6957C;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: width 0.3s ease;
}
.concept_box1_link1::after{
  content: "";
  width: 12.36px;
  height: 8.52px;
  background: url(../../img/front/arrow_icon1.svg)no-repeat center / contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (min-width: 681px) {
  .concept_img_pc1 {
    width: calc(((100vw - 1200px) / 2) + 870px);
    height: 700px;
    background: url(../../img/front/concept_img1.jpg)no-repeat center / cover;
  }
  a.concept_box1_link1:hover::before {
    width: 70%;
  }
}
@media all and (max-width:680px) {
  .concept_inner1 {
    margin-top: 0;
  }
  .concept_box1 {
    width: 100%;
    padding: 30px 20px 45px;
    position: relative;
    top: 0;
    right: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .concept_box1_h3 {
    width: 290px;
    margin: 0 auto;
    font-size: 21px;
    padding-bottom: 44px;
  }
  .concept_box1_h3::after {
    width: 191.33px;
    height: 30.6px;
    right: 0;
    bottom: 17px;
  }
  .concept_box1_p1 {
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 2.13;
    padding-top: 17px;
  }
  .concept_box1_link1 {
    right: calc((100vw - 258.45px) / 2);
    font-size: 13px;
    width: 112px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  .concept_box1_link1::before {
    width: 60px;
    top: 5px;
    bottom: 0;
    margin: auto;
  }
  .concept_box1_link1::after{
    top: 0;
    bottom: 4px;
    margin: auto;
  }
}
@media all and (max-width:370px) {
}


/* pickupWrap
***************************************************************/
.pickupWrap {
  padding: 50px 0 0;
}
.pickup_slide_item {
  display: block;
  width: 565px;
  margin: 0 20px;
}
.pickupWrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.pickupWrap .slick-dots li button:before {
  font-size: 12px;
  color: #90A5A8;
  opacity: 1;
}
.pickupWrap .slick-dots li.slick-active button:before {
  color: #E6957C;
  opacity: 1;
}
.pickupWrap .slick-dots {
  bottom: -45px;
}
@media all and (min-width: 681px) {
  a.pickup_slide_item:hover {
    opacity: .7;
  }
}
@media all and (max-width:680px) {
  .pickupWrap {
    padding: 20px 25px;
  }
  .pickup_slide_item {
    width: 100%;
    margin: 0;
  }
  .pickupWrap .slick-dots {
    bottom: -35px;
  }
}
@media all and (max-width:370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
