@charset "utf-8";
/* CSS Document */

@font-face {
  src: url("/css/font-MrsSaintDelafield-Regular.woff") format("woff");
  font-family: 'Mrs Saint Delafield';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root{
  --font-base: "Noto Serif JP", serif;
  --font-mrs: "Mrs Saint Delafield";
  --font-gothic: "Noto Sans JP", sans-serif;
  
  --site_color: #86653E;
  
  --txt_color: #7E84A3;
  
  --border_color_01: #E6E9F4;
  --border_color_02: #DADADA;
  
  --bgc_base: #F6F4F0;
  --bgc_base_02: #AA9377;
  --bgc_sub: #F99600;
  --bgc_sub_02: #21D59B;
}
.font_gothic { font-family: var(--font-gothic); }

/*---------------------------------------------------------------------
	top_mv
---------------------------------------------------------------------*/

.dir_top .site_header .pickup_topics {
  display: none;
}


.top_mv {
  color: #fff;
  text-align: center;
  /*height: 100vh;*/
  position: relative;
  overflow: hidden;
}
.top_slide {
  width: 100%;
}
.main_slide {
  display: none;
}
.main_slide.slick-initialized {
  display: block;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation {
  animation: zoomUp 15s linear 0s normal both;
}
.top_mv .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top_mv .logo {
  margin-bottom: 30px;
}
.top_mv .lead_concept {
  margin-bottom: 20px;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 87%);
}
.top_mv .lead {
  font-weight: 500;
  font-family: var(--font-mincho);
  font-size: 1.8rem;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 87%);
  letter-spacing: 3px;
}
/* tablet */
@media print, screen and (min-width: 768px) {
  .top_mv {
    height: auto;
  }
  .top_mv .lead {
    font-size: 2.2rem;
    letter-spacing: 10px;
    font-weight: normal;
  }
}
/* pc */
@media print, screen and (min-width: 1200px) {
  .top_mv {
    height: auto;
    max-height: 100vh;
    background-image: url(../image/top/mv_pc.jpg);
  }
  .top_mv .logo {
    margin-bottom: 40px;
  }
  .top_mv .logo img {
    width: 340px;
  }
  .top_mv .lead {
    font-size: 3.2rem;
    letter-spacing: 15px;
  }
}
/* pc */
@media print, screen and (min-width: 1920px) {
  .top_mv .logo {
    margin-bottom: 60px;
  }
  .top_mv .lead {
    font-size: 4.6rem;
  }
}

/*---------------------------------------------------------------------
	site_concept
---------------------------------------------------------------------*/
.site_concept {
  margin-bottom: 80px;
}
.site_concept_inner {
  padding: 0 20px;
  position: relative;
  margin: 30px auto 100px;
  max-width: 1200px;
}
.site_concept_ttl {
    font-size: 3rem;
    font-weight: 500;
  line-height: 1.8;
}
.site_concept_ttl strong {
    font-weight: 500;
}
.site_concept_ttl span {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 30px;
}
.site_concept .lead_en {
  color: #779DAC;
  font-size: 2rem;
  font-family: var(--font-mrs);
  margin-bottom: 15px;
}
.site_concept .item_01 {
  margin-bottom: 30px;
}
.site_concept .item_01 .inner {}
.site_concept .item_01 .detail {
  padding: 0 10px;
  position: relative;
}
.site_concept .item_01 .text_01 {
  margin-bottom: 30px;
  line-height: 1.8;
}
.site_concept .item_01 .text_02 {
  color: #86653E;
  text-align: center;
  font-size: 1.3rem;
  margin: 0 0 20px;
}
.site_concept .item_01 .link {
  text-align: center;
  margin: 0 0 40px;
}
.site_concept .item_01 .link a {
    color: #000;
  text-align: center;
    background: url(../image/bg_fude.png) no-repeat top center;
    width: 222px;
    display: inline-block;
    padding: 14px 10px;
}
.site_concept .item_01 .link a span {
  padding-right: 20px;
  background: url("../image/icon/arrow_02_brown_right.svg") no-repeat right center/6px;
}
.site_concept .item_01 .thumb {
    position: relative;
    margin: 0 -30px 0 auto;
    width: 80%;
  padding-bottom: 30px;
}
.site_concept .item_01 .thumb img {
  position: relative;
  width: 100%;
}
.site_concept .item_01 .thumb::before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: 0;
  background: #F6F4F0;
  width: 160px;
  height: 50px;
}
.site_concept .item_01 .thumb_02 {
  position: absolute;
  left: -20px;
  top: 80px;
  width: 48px;
  display: none;
}
.site_concept .item_01 .thumb_02 img {
  position: relative;
  width: 100%;
}
.site_concept .item_01 .thumb_02::before {
    content: "";
    position: absolute;
    right: -10px;
    top: -50px;
    background: #C8D8DE;
    width: 26px;
    height: 80px;
}

.site_concept .item_02 {}
/*.site_concept .item_02 .site_concept_ttl {
  margin-bottom: 30px;
}*/
.site_concept .item_02 .inner {
  padding: 0 10px 0 40px;
}
.site_concept .item_02 .text_01 {
  font-size: 1.5rem;
  line-height: 2.4;
  margin-bottom: 30px;
}
.site_concept .item_02 .thumb {
  position: relative;
  padding-top: 30px;
  margin: 0 -20px 0 -50px;
}
.site_concept .item_02 .thumb img {
  position: relative;
  width: 100%;
}
.site_concept .item_02 .thumb::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 190px;
  height: 60px;
  background: #AA9377;
}

/* top_plan */
.top_plan {
    padding: 0 30px;
  margin-bottom: 50px;
}
.plan_list.type_top {
    margin-bottom: 60px;
}
/*.plan_list.type_top .slick-list {
  padding: 0 20px;
}
.plan_list.type_top .item { margin: 0 5px; }*/
.top_plan .plan_list .item:nth-child(n+4) { display: none; }

/* top_shimanchu */
.top_shimanchu {
  padding: 0 30px;
}
.top_shimanchu .ttl {
    font-size: 2rem;
  font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.top_shimanchu .item {
    opacity: .8;
    transform: scale(.8);
  transition: .3s;
  margin: 0;
}
.top_shimanchu .item.slick-active {
    opacity: 1;
    transform: scale(1);
}
.top_shimanchu_link {
    text-align: center;
  margin-top: 20px;
}
.top_shimanchu_link .lead_en {
  display: none;
}
.top_shimanchu_link .btn_01 {
    width: auto;
    max-width: none;
}


/* tablet */
@media print, screen and (min-width: 768px) {
  .site_concept {
        overflow: hidden;
    }
  .site_concept_inner {
    margin: 70px auto 100px;
  }
  .site_concept_ttl {
    font-size: 4.2rem;
    margin-bottom: 40px;
  }
  .site_concept_ttl span {
    margin: 0 0 0 20px;
    display: inline-block;
    font-size: 2rem;
  }
  .site_concept .lead_en {
    font-size: 4rem;
  }
  .site_concept .item_01 {
    margin-bottom: 60px;
  }
  .site_concept .item_01 .detail {
    padding: 0 30px 0 80px;
    position: relative;
  }
  .site_concept .item_01 .text_01 {
    font-size: 1.8rem;
  }
  .site_concept .item_01 .text_02 {
    font-size: 20px;
    text-align: right;
    margin: 0 0 40px;
  }
  .site_concept .item_01 .link {
    text-align: right;
  }
  .site_concept .item_01 .thumb {
    margin: 0 -50px 0 auto;
  }
  .site_concept .item_01 .thumb::before {
    width: 390px;
    height: 155px;
    left: -220px;
  }
  .site_concept .item_01 .thumb_02 {
    top: 60px;
    width: 78px;
    display: block;
  }
  .site_concept .item_02 .inner {
    display: flex;
    align-items: flex-end;
    gap: 80px;
  }
  .site_concept .item_02 .thumb {
    flex: 1;
  }
  .site_concept .item_02 .text_01 {
    font-size: 2rem;
    margin: 0;
  }
  .top_plan .plan_list .item:nth-child(n+4) { display: block; }
  
  
  .top_shimanchu .item {
    margin: 0 5px;
    opacity: 1;
    transform: scale(1)
  }
}

/* pc */
@media print, screen and (min-width: 1200px) {
  .site_concept {
    overflow: hidden;
  }
  .site_concept .item_01 {
    margin-bottom: 50px;
  }
  .site_concept .item_01 .inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .site_concept .item_01 .detail {
    padding: 0 0 0 85px;
    flex: 1;
  }
  .site_concept .item_01 .thumb {
    width: 757px;
    margin-right: -400px;
    padding-bottom: 80px;
  }
  .site_concept .item_01 .thumb::before {
    width: 480px;
    height: 154px;
    left: -340px;
  }
      .site_concept .item_01 .thumb_02 {
        left: -45px;
        top: 40px;
        width: 108px;
    }
      .site_concept .item_01 .thumb_02::before {
        width: 54px;
        height: 100px;
        top: 250px;
        right: -15px;
    }
  .site_concept .item_01 .link {
    margin-bottom: 0;
  }
  .site_concept .item_02 .inner {
    margin-right: -360px;
    padding-left: 85px;
    align-items: flex-start;
  }
  .site_concept .item_02 .detail {
    /*flex: 1;*/
  }
      .site_concept .item_02 .thumb {
        margin-right: 0;
        flex: inherit;
        width: 680px;
        padding-top: 80px;
    }
  .site_concept .item_02 .text_01 {
    font-size: 2.8rem;
    line-height: 2.8;
  }
  .site_concept .item_02 .thumb::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 360px;
    height: 140px;
    background: #AA9377;
}
  
  /* top_plan */
  .top_plan {
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 80px 80px;
  }
  .plan_list.type_top .item {
    margin: 0;
  }
  
  .top_shimanchu {
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 80px;
  }
  .top_shimanchu .ttl {
    font-size: 3rem;
  }
  .top_shimanchu .bnr_shimanchu .ttl {
    font-size: 1.5rem;
  }
  .top_shimanchu_link {
    margin-top: 40px;
  }
  .top_shimanchu_link .lead_en {
    display: inline-block;
    margin-right: 30px;
    font-size: 3rem;
  }
  
}

/* pc */
@media print, screen and (min-width: 1440px) {
  .site_concept .item_01 .thumb_02 {
  width: 294px;
  height: 745px;
  left: -354px;
  top: 400px;
  }
  .site_concept .item_01 .thumb_02::before {
    width: 154px;
    height: 480px;
    top: -400px;
    right: -60px;
  }
  
  .site_concept .item_02 .thumb {
    width: 800px;
  }
}
/* pc */
@media print, screen and (min-width: 1920px) {
}


/*---------------------------------------------------------------------
	そのた
---------------------------------------------------------------------*/
/*----- top_共通 -----*/
.top_ttl {
  font-weight: 400;
  margin: 0 0 20px;
  text-align: center;
  overflow: hidden;
}
.top_ttl .jp {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  font-weight: normal;
  display: block;
}
.top_ttl .jp span { position: relative; }
.top_ttl .jp span::before,
.top_ttl .jp span::after {
  content: "";
  position: absolute;
  top: 20px;
  background: url("../image/icon/line_kasuri_02.svg") no-repeat 0 0;
  width: 80px;
  height: 7px;
}
.top_ttl .jp span::before { left: -100px; }
.top_ttl .jp span::after { right: -100px; }
.top_ttl .en {
  color: #779DAC;
  font-size: 2rem;
  font-family: var(--font-mrs);
  display: block;
  margin-top: 20px;
}

.top_bnr {
    background: #ECF1F4;
    padding: 30px 0;
}
.top_bnr li {
  margin: 0 15px;
  text-align: center;
}
.top_bnr .slick-slider li {
  margin: 0 5px;
}

.top_bnr .slick-slider li img {
  opacity: .6;
  transform: scale(.9);
}
.top_bnr .slick-slider .slick-active img {
  opacity: 1;
  transform: scale(1);
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .top_bnr {
    padding: 40px 0;
  }
}

/* pc */
@media print, screen and (min-width: 1200px) {
  
  .top_ttl {}
  .top_ttl .jp {
    font-size: 4.2rem;
    margin-bottom: 40px;
  }
  .top_ttl .en {
    font-size: 4rem;
    margin-top: 30px;
  }
  
  .top_bnr {
    padding: 100px 0;
  }
  .top_bnr ul {}
}

/*----- feature -----*/
.top_feature {
  margin: 0 0 80px;
}
.feature_list.type_top {
    margin-bottom: 60px;
}
.feature_list.type_top .slick-list {
  padding: 0 20px;
}
.feature_list.type_top .item {
  margin: 0 5px;
  text-align: center;
}
.feature_list.type_top .slick-arrow {
  top: 32%;
}
.top_feature a.btn_01 {
  background-color: #F3F0EC;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .feature_list.type_top .slick-list {
    padding: 0;
  }
}

/* pc */
@media print, screen and (min-width: 1200px) {
  .top_feature {
    margin: 0 auto 100px;
  }
  .feature_list.type_top {
    max-width: 1760px;
    margin: 0 auto 50px;
  }
}

/*----- top_post -----*/
.top_post {
  background: var(--bgc_base);
  padding: 65px 0;
  /*margin-bottom: 120px;*/
}
.top_post .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.post_list.type_top {
    margin-bottom: 60px;
}
.post_list.type_top .slick-list {
  padding: 0 20px;
}
.post_list.type_top .item {
  margin: 0 5px;
  padding: 15px;
}
.post_list.type_top .slick-arrow {
  top: 32%;
}
.post_list.type_top .ttl {
  font-size: 1.6rem;
}
.post_list.type_top .cat {
  font-size: 1.4rem;
}
/* tablet */
@media print, screen and (min-width: 768px) {}

/* pc */
@media print, screen and (min-width: 1200px) {
  .top_post {
    margin-bottom: 100px;
    padding: 100px;
  }
  .post_list.type_top .item {
    margin: 0;
  }
  .post_list.type_top .ttl {
    font-size: 1.8rem;
  }
  .post_list.type_top .cat {
    font-size: 1.6rem;
  }
}


/*---- top_tv -----*/
.top_tv {
  background: #DAD0C4;
  padding: 65px 0;
  margin-bottom: 120px;
}
.top_tv .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.top_tv .top_ttl .en { color: #fff; }

/* tablet */
@media print, screen and (min-width: 768px) {}

/* pc */
@media print, screen and (min-width: 1200px) {
  .top_tv {
    padding: 100px;
    margin-bottom: 100px;
  }
}


/*----- top_link -----*/
.top_link {
    margin: 120px 0;
    padding: 0 30px;
}

/* tablet */
@media print, screen and (min-width: 768px) {}

/* pc */
@media print, screen and (min-width: 1200px) {
  .top_link {
    padding: 0 100px;
  }
}