@charset 'UTF-8';
/* **************************************************************************************

project : sec

************************************************************************************** */
.sec_openhouse {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .sec {
    margin-top: 60px;
  }
  .sec_event {
    margin-top: 0;
  }
}

/* **************************************************************************************

project : kv

************************************************************************************** */
.slider li {
  display: none;
  /*読み込み時は非表示*/
}

.bx-viewport .slider li {
  display: block !important;
  /*JSが読み込まれたら表示*/
}

.kv {
  position: relative;
  width: 100%;
}
.kv_txt {
  position: absolute;
  left: 46%;
  z-index: 2; 
  /*font-family: $font-za;
        writing-mode: vertical-rl;
        align-items: center;*/
  color: #fff;
  text-align: left;
}
.kv_txt._font {
  /*font-family: $font-nsj;*/
}
.kv_txt span {
  width: 100%;
}
.kv .bxslider {
  z-index: 1;
  width: 100%;
}
.kv .bxslider .pic {
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.kv .bxslider span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.kv .bxslider span span {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bxslider > li {
    width: 100%;
  }
  /*
    .bxslider > li .pic {
        animation: anime_zoom 7s linear infinite;
        background-position: left -200px center !important;
        background-size: cover !important;
        overflow: hidden;
        width: 1000px !important;
    }*/
  .bxslider > li .pic {
    background-position: center !important; 
    background-size: cover !important;
  }
  @-webkit-keyframes anime_zoom {
    0% {
      transform: translateX(-20%); 

      -webkit-transform: translateX(-20%);
    }
    100% {
      transform: translateX(-10%); 

      -webkit-transform: translateX(-10%);
    }
  }
  @keyframes anime_zoom {
    0% {
      transform: translateX(-20%); 

      -webkit-transform: translateX(-20%);
    }
    100% {
      transform: translateX(-10%); 

      -webkit-transform: translateX(-10%);
    }
  }
  .kv {
    position: relative;
    overflow: hidden;
    height: 90vh;
    padding-top: 0vw;
    /*
        &_txt{
            position: absolute;
            //height: 65%;
            margin: auto;
            top: 12%;
            left: 40%;
        }*/
  }
  .kv_movie {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; 
    height: calc(100vh - 70px);
    width: 100%;
  }
  .kv_video {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%); 

    -webkit-transform: translate(-50%, -50%);
  }
  .kv .bxslider {
    position: relative;
    overflow: hidden;
    height: 145vw;
  }
  .kv .bxslider_pic:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: ' ';
  }
  .kv .bxslider span {
    font-size: 5.33333vw;
    letter-spacing: 1.33333vw;
  }
  .kv .bxslider span ._sub {
    font-size: 3.46667vw;
  }
  .scroll {
    position: absolute;
    bottom: 0;
    right: 5%;
    margin-left: -12px;
    color: #fff;
    font-size: 12px;
  }
  .scroll_item {
    overflow: hidden; 
    height: 60px;
  }
  .scroll_item:after {
    content: '';
    display: block;
    width: 1px;
    margin: 0 auto 0; 
    border-left: 1px #fff solid;
    animation: scroll 3s ease 0s infinite normal;

    -webkit-animation: scroll 3s ease 0s infinite normal;
  }
  @-webkit-keyframes scroll {
    0% {
      height: 0;
    }
    50% {
      height: 60px;
      margin-top: 0;
    }
    100% {
      height: 60px; 
      margin-top: 60px;
    }
  }
  @keyframes scroll {
    0% {
      height: 0;
    }
    50% {
      height: 60px;
      margin-top: 0;
    }
    100% {
      height: 60px; 
      margin-top: 60px;
    }
  }
}

@media print, screen and (min-width: 768px) {
  /*.bxslider > li .pic {
        animation: anime_zoom 7s linear;
    }*/
  @-webkit-keyframes anime_zoom {
    0% {
      left: -10%; 
      transform: scale(1);

      -webkit-transform: scale(1);
    }
    100% {
      left: 0; 
      transform: scale(1.1);

      -webkit-transform: scale(1.1);
    }
  }
  @keyframes anime_zoom {
    0% {
      left: -10%; 
      transform: scale(1);

      -webkit-transform: scale(1);
    }
    100% {
      left: 0; 
      transform: scale(1.1);

      -webkit-transform: scale(1.1);
    }
  }
  .kv {
    position: relative;
    z-index: 1; 
    height: calc(100vh - 70px);
    margin-top: 70px;
  }
  .kv_movie {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -1; 
    height: calc(100vh - 70px);
    width: 100%;
  }
  .kv_video {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    border: 1px solid red;
    transform: translateX(-50%) translateY(-50%); 

    -webkit-transform: translateX(-50%) translateY(-50%);
  }
  .kv_txt {
    position: absolute;
    top: 12%; 
    height: 68%;
    margin: auto;
  }
  .kv_txt img {
    height: 100%;
  }
  .kv_txt ._sub {
    display: block; 
    font-size: 26px;
    line-height: 1.8;
  }
  .kv .bxslider li {
    overflow: hidden; 
    height: calc(100vh - 70px);
  }
  .kv .bxslider_pic {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .kv .bxslider_pic img {
    width: 100%;
  }
  .kv .bxslider_pic:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: ' '; 
    background-color: rgba(0, 0, 0, 0.2);
  }
  .kv .bxslider span {
    font-size: 48px;
    letter-spacing: 18px;
    line-height: 1.8;
  }
  .kv .bxslider span ._sub {
    display: block; 
    font-size: 26px;
    line-height: 1.8;
  }
  .scroll {
    position: absolute;
    bottom: 0;
    left: 5%;
    margin-left: -12px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
  }
  .scroll_item {
    overflow: hidden; 
    height: 80px;
  }
  .scroll_item:after {
    content: '';
    display: block;
    width: 1px;
    margin: 0 auto 0; 
    border-left: 1px #fff solid;
    animation: scroll 3s ease 0s infinite normal;

    -webkit-animation: scroll 3s ease 0s infinite normal;
  }
  @-webkit-keyframes scroll {
    0% {
      height: 0;
    }
    50% {
      height: 120px;
      margin-top: 0;
    }
    100% {
      height: 120px; 
      margin-top: 120px;
    }
  }
  @keyframes scroll {
    0% {
      height: 0;
    }
    50% {
      height: 120px;
      margin-top: 0;
    }
    100% {
      height: 120px; 
      margin-top: 120px;
    }
  }
}

/* **************************************************************************************

project : home-h1

************************************************************************************** */
.top-h1 {
  padding: 20px 10px; 
  text-align: center;
}

.top-h1 br {
  display: none;
}

@media screen and (max-width: 767px) {
  .top-h1 br {
    display: block;
  }
}

/* **************************************************************************************

project : news

************************************************************************************** */
.news {
  position: relative;
}
.news_heading {
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.4; 
  text-align: center;
}
.news_heading span {
  display: block;
}

@media screen and (max-width: 767px) {
  .news {
    margin-bottom: 0 !important;
    padding: 8vw 4vw 0;
  }
  .news_heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.4;
  }
  .news_heading span {
    padding-left: 10px;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .news {
    margin: 80px auto 0;
    padding: 0;
  }
  .news_heading {
    margin-bottom: 40px;
    font-size: 46px;
  }
  .news_heading span {
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
  }
}

/* **************************************************************************************

project : bnr

************************************************************************************** */
.bnr {
  position: relative;
}

@media screen and (max-width: 767px) {
  .bnr {
    margin-bottom: 0 !important;
    padding: 0 4vw;
  }
}

@media print, screen and (min-width: 768px) {
  .bnr {
    margin: 50px;
  }
  .bnr a:hover {
    opacity: 0.5;
  }
}

/* **************************************************************************************

project : story

************************************************************************************** */
.story {
  position: relative;
}
.story::after {
  position: absolute;
  content: 'STORY';
  display: block;
  opacity: 0.04; 
  font-family: 'Josefin Sans', sans-serif;
}
.story_heading {
  font-family: 'Josefin Sans', sans-serif;
}
.story_btn {
  margin-top: 40px;
}
.story_btn a {
  display: block;
  padding: 16px 0;
  background-color: #00544e;
  border: 1px solid #00544e;
  border-radius: 5px;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2); 
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .story {
    padding: 0 4vw 60px;
  }
  .story::after {
    bottom: -35px;
    right: 0; 
    font-size: 80px;
    line-height: 1;
  }
  .story::before {
    position: absolute;
    left: 0;
    top: 4vw;
    content: '';
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    width: calc(100% - 40px);
    margin-left: 40px;
    background: #f6f6f6;
    background: #dfdfdf;
  }
  .story_heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.4;
  }
  .story_heading span {
    padding-left: 10px;
    font-size: 16px;
  }
  .story_list {
    display: flex;
    flex-wrap: wrap;
  }
  .story_item {
    width: 50%;
    padding: 0 5px 10px;
  }
  .story-category_pic {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto 10px;
    text-align: center;
  }
  .story-category_pic::before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  .story-category_pic img {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.4s ease-out; 

    -webkit-transform: translate(0, -50%);
  }
  .story-category_pic img:hover {
    opacity: 0.6;
  }
  .story-category_title {
    position: relative;
    display: flex;
    min-height: 90px;
    margin-top: -10px;
    padding: 10px;
    justify-content: center;
    background: #b4ac96;
    color: #fff;
    font-size: 13px;
    align-items: center;
    line-height: 1.4;
    text-align: left;
    /*
				&::before{
					content: "";
					border-width: 10px;
					border-style: solid;
					border-color: $color-sub1 transparent transparent transparent;
					position: absolute;
					top: 100%;
					left: 50%;
					transform: translateX(-50%);
				}*/
  }
  .story_entry {
    display: none;
  }
  .story_entry a {
    display: flex;
  }
  .story .entry_pic {
    position: relative;
    display: block;
    overflow: hidden;
    width: 120px;
    margin: 0 auto 10px;
    margin-right: 10px;
    text-align: center;
  }
  .story .entry_pic::before {
    content: '';
    display: block;
    padding-top: 68.3%;
  }
  .story .entry_pic img {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.4s ease-out; 

    -webkit-transform: translate(0, -50%);
  }
  .story .entry_pic img:hover {
    opacity: 0.6;
  }
  .story .entry_date {
    color: #888; 
    font-family: 'Josefin Sans', sans-serif;
  }
  .story .entry_date span {
    padding-left: 10px;
    color: #d25151;
  }
  .story .entry_box {
    flex: 1;
  }
  .story .entry_title {
    line-height: 1.4;
  }
}

@media print, screen and (min-width: 768px) {
  .story {
    margin-left: 50px;
    margin-top: 50px;
    padding: 40px 100px 40px 50px;
    background: #f6f6f6;
  }
  .story::after {
    bottom: -35px;
    right: 0; 
    font-size: 140px;
    line-height: 1;
  }
  .story_heading {
    margin-bottom: 40px;
    font-size: 46px;
  }
  .story_heading span {
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
  }
  .story_list {
    display: flex;
    flex-wrap: wrap;
  }
  .story_item {
    width: 23%;
    margin-bottom: 20px; 
    margin-left: 2%;
  }
  .story_item:first-of-type, .story_item:nth-child(5) {
    margin-left: 0;
  }
  .story-category_pic {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto 10px;
    text-align: center;
  }
  .story-category_pic::before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  .story-category_pic img {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.4s ease-out; 

    -webkit-transform: translate(0, -50%);
  }
  .story-category_pic img:hover {
    opacity: 0.6;
  }
  .story-category_title {
    position: relative;
    display: flex;
    min-height: 90px;
    margin-top: -10px;
    padding: 10px;
    justify-content: center;
    background: #b4ac96;
    color: #fff;
    font-size: 16px;
    align-items: center;
    line-height: 1.4;
    text-align: center;
  }
  .story-category_title::before {
    /* 配置する */
    position: absolute;
    left: 50%;
    top: 100%;
    content: '';
    border-color: #b4ac96 transparent transparent transparent;
    border-style: solid;
    /* borderで三角形を作る */
    border-width: 10px;
    transform: translateX(-50%); 

    -webkit-transform: translateX(-50%);
  }
  .story_entry {
    margin-top: 20px;
  }
  .story_entry a {
    display: flex;
  }
  .story .entry_pic {
    position: relative;
    display: block;
    overflow: hidden;
    width: 120px;
    margin: 0 auto 10px;
    margin-right: 10px;
    text-align: center;
  }
  .story .entry_pic::before {
    content: '';
    display: block;
    padding-top: 68.3%;
  }
  .story .entry_pic img {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.4s ease-out; 

    -webkit-transform: translate(0, -50%);
  }
  .story .entry_pic img:hover {
    opacity: 0.6;
  }
  .story .entry_date {
    color: #888; 
    font-family: 'Josefin Sans', sans-serif;
  }
  .story .entry_date span {
    padding-left: 10px;
    color: #d25151;
  }
  .story .entry_box {
    flex: 1;
  }
  .story .entry_title {
    line-height: 1.4;
  }
  .story_btn {
    margin: 40px auto 0;
    text-align: center;
  }
  .story_btn a {
    display: inline-block;
    padding: 10px 120px;
  }
  .story_btn a:hover {
    background-color: #fff; 
    border: 1px solid #00544e;
    color: #333;
  }
}

/* **************************************************************************************

project : works

************************************************************************************** */
.works {
  position: relative;
}
.works::after {
  position: absolute;
  content: 'WORKS';
  display: block;
  opacity: 0.04; 
  font-family: 'Josefin Sans', sans-serif;
}
.works_heading {
  font-family: 'Josefin Sans', sans-serif;
}
.works .entry_pic {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}
.works .entry_pic::before {
  content: '';
  display: block;
  padding-top: 68.3%;
}
.works .entry_pic img {
  position: absolute;
  top: 50%;
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-align: center;
  transform: translate(0, -50%);
  transition: all 0.4s ease-out; 

  -webkit-transform: translate(0, -50%);
}
.works .entry_pic img:hover {
  opacity: 0.6;
}
.works .entry_date {
  color: #888; 
  font-family: 'Josefin Sans', sans-serif;
}
.works .entry_date span {
  padding-left: 10px;
  color: #d25151;
}
.works .entry_box {
  flex: 1;
}
.works .entry_title {
  line-height: 1.4;
}
.works_btn a {
  display: block;
  padding: 16px 0;
  background-color: #00544e;
  border: 1px solid #00544e;
  border-radius: 5px;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2); 
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .works {
    padding: 0 4vw 60px;
  }
  .works::after {
    bottom: -35px;
    left: 0; 
    font-size: 80px;
    line-height: 1;
  }
  .works::before {
    position: absolute;
    left: 0;
    top: 4vw;
    content: '';
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    width: calc(100% - 40px);
    margin-right: 40px;
    background: #f6f6f6;
    background: #dfdfdf;
  }
  .works_heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.4;
  }
  .works_heading span {
    padding-left: 10px;
    font-size: 16px;
  }
  .works_list {
    display: flex;
    flex-wrap: wrap;
  }
  .works_item {
    width: 50%;
    padding: 0 5px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .works {
    margin-right: 50px;
    margin-top: 50px;
    padding: 40px 50px 40px 100px; 
    background: #f6f6f6;
  }
  .works::after {
    bottom: -34px;
    left: 0; 
    font-size: 140px;
    line-height: 1;
  }
  .works_heading {
    margin-bottom: 40px;
    font-size: 46px;
  }
  .works_heading span {
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
  }
  .works_list {
    display: flex;
  }
  .works_item {
    width: 23%;
    margin-left: 2%;
  }
  .works_item:first-of-type {
    margin-left: 0;
  }
  .works_entry {
    margin-top: 20px;
  }
  .works_entry a {
    display: flex;
  }
  .works_btn {
    margin: 40px auto 0;
    text-align: center;
  }
  .works_btn a {
    display: inline-block;
    padding: 10px 120px;
  }
  .works_btn a:hover {
    background-color: #fff; 
    border: 1px solid #00544e;
    color: #333;
  }
}

/* **************************************************************************************

project : blog

************************************************************************************** */
.blog {
  position: relative;
}
.blog_heading {
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.4; 
  text-align: center;
}
.blog_heading span {
  display: block;
}
.blog .entry_pic {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}
.blog .entry_pic::before {
  content: '';
  display: block;
  padding-top: 68.3%;
}
.blog .entry_pic img {
  position: absolute;
  top: 50%;
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-align: center;
  transform: translate(0, -50%);
  transition: all 0.4s ease-out; 

  -webkit-transform: translate(0, -50%);
}
.blog .entry_pic img:hover {
  opacity: 0.6;
}
.blog .entry_date {
  color: #888; 
  font-family: 'Josefin Sans', sans-serif;
}
.blog .entry_date span {
  padding-left: 10px;
  color: #d25151;
}
.blog .entry_box {
  flex: 1;
}
.blog .entry_title {
  line-height: 1.4;
}
.blog_btn a {
  display: block;
  padding: 16px 0;
  background-color: #00544e;
  border: 1px solid #00544e;
  border-radius: 5px;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2); 
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .blog {
    padding: 0 4vw;
  }
  .blog_heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.4;
  }
  .blog_heading span {
    padding-left: 10px;
    font-size: 16px;
  }
  .blog_list {
    display: flex;
    flex-wrap: wrap;
  }
  .blog_item {
    width: 50%;
    padding: 0 5px 10px;
  }
  .blog_btn {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .blog {
    width: 1200px;
    margin: 80px auto;
    padding: 0 40px;
  }
  .blog_heading {
    margin-bottom: 40px;
    font-size: 46px;
  }
  .blog_heading span {
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
  }
  .blog_list {
    display: flex;
  }
  .blog_item {
    width: 270px;
    margin-left: 40px;
  }
  .blog_item:first-of-type {
    margin-left: 0;
  }
  .blog_entry {
    margin-top: 20px;
  }
  .blog_entry a {
    display: flex;
  }
  .blog_btn {
    margin: 40px auto 0;
    text-align: center;
  }
  .blog_btn a {
    display: inline-block;
    padding: 10px 120px;
  }
  .blog_btn a:hover {
    background-color: #fff; 
    border: 1px solid #00544e;
    color: #333;
  }
}

/* **************************************************************************************

project : instagram

************************************************************************************** */
.instagram {
  position: relative;
}
.instagram_heading {
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
}
.instagram_btn a {
  display: block;
  padding: 16px 0;
  background-color: #00544e;
  border: 1px solid #00544e;
  border-radius: 5px;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2); 
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .instagram {
    padding: 0 4vw;
  }
  .instagram_heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.4;
  }
  .instagram_heading span {
    padding-left: 10px;
    font-size: 16px;
  }
  .instagram_list {
    display: flex;
    flex-wrap: wrap;
  }
  .instagram_item {
    width: 50%;
    padding: 0 5px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .instagram {
    width: 1200px;
    margin: 80px auto;
    padding: 0 40px;
  }
  .instagram_heading {
    margin-bottom: 40px;
    font-size: 46px;
  }
  .instagram_heading span {
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
  }
  .instagram_list {
    display: flex;
  }
  .instagram_item {
    width: 270px;
    margin-left: 40px;
  }
  .instagram_item:first-of-type {
    margin-left: 0;
  }
  .instagram_entry {
    margin-top: 20px;
  }
  .instagram_entry a {
    display: flex;
  }
  .instagram .entry_pic {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .instagram .entry_pic::before {
    content: '';
    display: block;
    padding-top: 68.3%;
  }
  .instagram .entry_pic img {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.4s ease-out; 

    -webkit-transform: translate(0, -50%);
  }
  .instagram .entry_pic img:hover {
    opacity: 0.6;
  }
  .instagram .entry_box {
    flex: 1;
  }
  .instagram .entry_title {
    line-height: 1.4;
  }
  .instagram_btn {
    margin: 40px auto 0;
    text-align: center;
  }
  .instagram_btn a {
    display: inline-block;
    padding: 10px 120px;
  }
  .instagram_btn a:hover {
    background-color: #fff; 
    border: 1px solid #00544e;
    color: #333;
  }
}

/* **************************************************************************************

project : openhouse

************************************************************************************** */
.openhouse {
  position: relative;
  border-bottom: 1px solid #a7a7a7;
}
.openhouse_heading {
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.4; 
  text-align: center;
}
.openhouse_heading span {
  display: block;
}
.openhouse_btn a {
  display: block;
  padding: 16px 0;
  background-color: #00544e;
  border: 1px solid #00544e;
  border-radius: 5px;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2); 
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .openhouse {
    padding: 8vw 4vw;
  }
  .openhouse_heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.4;
  }
  .openhouse_heading span {
    padding-left: 10px;
    font-size: 16px;
  }
  .openhouse_list {
    display: flex;
    overflow-x: scroll;
  }
  .openhouse_item {
    width: 88%;
    margin: 0 2% 40px 2%; 
    flex-shrink: 0;
  }
  .openhouse_scroll {
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 20px;
    background: url('/img/home/i_scroll.png');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
  }
  .openhouse .entry {
    position: relative;
  }
  .openhouse .entry_pic {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .openhouse .entry_pic::before {
    content: '';
    display: block;
    padding-top: 68.3%;
  }
  .openhouse .entry_pic img {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.4s ease-out; 

    -webkit-transform: translate(0, -50%);
  }
  .openhouse .entry_pic img:hover {
    opacity: 0.6;
  }
  .openhouse .entry_category {
    position: absolute;
    left: 0; 
    top: 0;
    padding: 0 10px;
    background-color: #b4ac96;
    color: #fff;
  }
  .openhouse .entry_date {
    margin-bottom: 10px;
    color: #00544e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
  .openhouse .entry_date span {
    padding-left: 10px;
    color: #d25151;
  }
  .openhouse .entry_box {
    flex: 1;
  }
  .openhouse .entry_title {
    line-height: 1.4;
  }
  .openhouse .entry_area {
    margin-top: 10px;
    color: #888;
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .openhouse {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
    /*
		&_list{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
    		align-items: top;
			&:after {
				content: "";
				display: block;
				width: 23%;
				height: 0;
			}
		}
		&_item{
			margin-bottom: 20px;
			width: 23%;
		}
		&_list{
			display: flex;
			justify-content: center;
			&:after {
				content: "";
				display: block;
				height: 0;
			}
		}
		&_item{
			margin: 0 10px;
			width: 320px;
		}*/
  }
  .openhouse_heading {
    margin-bottom: 40px;
    font-size: 46px;
    line-height: 1.4;
  }
  .openhouse_heading span {
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
  }
  .openhouse_list {
    display: block;
    margin: 0 auto;
    padding-left: 40px;
    text-align: left;
  }
  .openhouse_list._center {
    padding-left: 0; 
    text-align: center;
  }
  .openhouse_item {
    display: inline-block;
    width: 240px; 
    margin: 10px 10px 20px 10px;
  }
  .openhouse_entry {
    margin-top: 20px;
  }
  .openhouse_entry a {
    display: flex;
  }
  .openhouse .entry {
    position: relative;
    text-align: left;
  }
  .openhouse .entry_pic {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .openhouse .entry_pic::before {
    content: '';
    display: block;
    padding-top: 68.3%;
  }
  .openhouse .entry_pic img {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.4s ease-out; 

    -webkit-transform: translate(0, -50%);
  }
  .openhouse .entry_pic img:hover {
    opacity: 0.6;
  }
  .openhouse .entry_category {
    position: absolute;
    left: 0; 
    top: 0;
    padding: 0 10px;
    background-color: #b4ac96;
    color: #fff;
  }
  .openhouse .entry_date {
    margin-bottom: 10px;
    color: #00544e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
  .openhouse .entry_date span {
    padding-left: 10px;
    color: #d25151;
  }
  .openhouse .entry_box {
    flex: 1;
  }
  .openhouse .entry_title {
    line-height: 1.4;
  }
  .openhouse .entry_area {
    margin-top: 10px;
    color: #888;
    font-size: 13px;
  }
  .openhouse_btn {
    margin: 40px auto 0;
    text-align: center;
  }
  .openhouse_btn a {
    display: inline-block;
    padding: 10px 120px;
  }
  .openhouse_btn a:hover {
    background-color: #fff; 
    border: 1px solid #00544e;
    color: #333;
  }
  .openhouse_scroll {
    display: none;
  }
}

/* **************************************************************************************

project : event

************************************************************************************** */
.event {
  position: relative;
}
.event_heading {
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.4; 
  text-align: center;
}
.event_heading span {
  display: block;
}
.event_btn a {
  display: block;
  padding: 16px 0;
  background-color: #00544e;
  border: 1px solid #00544e;
  border-radius: 5px;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2); 
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .event {
    padding: 8vw 4vw;
  }
  .event_heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.4;
  }
  .event_heading span {
    padding-left: 10px;
    font-size: 16px;
  }
  .event_list {
    display: flex;
    overflow-x: scroll;
  }
  .event_item {
    width: 88%;
    margin: 0 2% 40px 2%; 
    flex-shrink: 0;
  }
  .event_scroll {
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 20px;
    background: url('/img/home/i_scroll.png');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
  }
  .event .entry {
    position: relative;
  }
  .event .entry_pic {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .event .entry_pic::before {
    content: '';
    display: block;
    padding-top: 68.3%;
  }
  .event .entry_pic img {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.4s ease-out; 

    -webkit-transform: translate(0, -50%);
  }
  .event .entry_pic img:hover {
    opacity: 0.6;
  }
  .event .entry_category {
    position: absolute;
    left: 0; 
    top: 0;
    padding: 0 10px;
    background-color: #b4ac96;
    color: #fff;
  }
  .event .entry_date {
    margin-bottom: 10px;
    color: #00544e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
  .event .entry_date span {
    padding-left: 10px;
    color: #d25151;
  }
  .event .entry_box {
    flex: 1;
  }
  .event .entry_title {
    line-height: 1.4;
  }
  .event .entry_area {
    margin-top: 10px;
    color: #888;
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .event {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
  }
  .event_heading {
    margin-bottom: 40px;
    font-size: 46px;
    line-height: 1.4;
  }
  .event_heading span {
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
  }
  .event_list {
    margin: 0 auto;
    padding-left: 40px;
    text-align: left;
  }
  .event_list._center {
    padding-left: 0; 
    text-align: center;
  }
  .event_item {
    display: inline-block;
    width: 240px; 
    margin: 10px 10px 20px 10px;
  }
  .event_entry {
    margin-top: 20px;
  }
  .event_entry a {
    display: flex;
  }
  .event .entry {
    position: relative;
    text-align: left;
  }
  .event .entry_pic {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .event .entry_pic::before {
    content: '';
    display: block;
    padding-top: 68.3%;
  }
  .event .entry_pic img {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.4s ease-out; 

    -webkit-transform: translate(0, -50%);
  }
  .event .entry_pic img:hover {
    opacity: 0.6;
  }
  .event .entry_category {
    position: absolute;
    left: 0; 
    top: 0;
    padding: 0 10px;
    background-color: #b4ac96;
    color: #fff;
  }
  .event .entry_date {
    margin-bottom: 10px;
    color: #00544e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
  .event .entry_date span {
    padding-left: 10px;
    color: #d25151;
  }
  .event .entry_box {
    flex: 1;
  }
  .event .entry_title {
    line-height: 1.4;
  }
  .event .entry_area {
    margin-top: 10px;
    color: #888;
    font-size: 13px;
  }
  .event_btn {
    margin: 40px auto 0;
    text-align: center;
  }
  .event_btn a {
    display: inline-block;
    padding: 10px 120px;
  }
  .event_btn a:hover {
    background-color: #fff; 
    border: 1px solid #00544e;
    color: #333;
  }
  .event_scroll {
    display: none;
  }
}

/* **************************************************************************************

project : point

************************************************************************************** */
.point {
  position: relative;
}
.point_title {
  font-family: 'Noto Sans JP', sans-serif; 
  line-height: 1.4;
}
.point_title span {
  display: block;
  color: #00544e; 
  font-family: 'Josefin Sans', sans-serif;
}
.point_pic {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}
.point_pic::before {
  content: '';
  display: block;
  padding-top: 64%;
}
.point_pic img {
  position: absolute;
  top: 50%;
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-align: center;
  transform: translate(0, -50%); 

  -webkit-transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .point {
    padding: 8vw 4vw;
  }
  .point_heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.4;
  }
  .point_heading span {
    padding-left: 10px;
    font-size: 16px;
  }
  .point_title {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold; 
    line-height: 1.4;
  }
  .point_title span {
    font-size: 16px;
  }
  .point_list {
    display: flex;
    overflow-x: scroll;
  }
  .point_item {
    width: 88%;
    margin: 5px;
    flex-shrink: 0;
  }
  .point_scroll {
    margin-top: 20px;
    padding-top: 20px;
    background: url('/img/home/i_scroll.png');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .point {
    margin: 0 auto;
    padding: 60px 40px;
  }
  .point_list {
    display: flex; 
    margin: 0 auto;
    padding-left: 40px;
    text-align: left;
  }
  .point_title {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold; 
    line-height: 1.4;
  }
  .point_title span {
    display: block;
    font-size: 16px;
  }
  .point_item {
    width: 24%; 
    margin: 40px 1%;

    gap: 40px;
    justify-items: center;
  }
  .point_box {
    margin-top: 5px;
  }
  .point_text {
    font-size: 14px;
  }
  .point_scroll {
    display: none;
  }
}

/* **************************************************************************************

project : concept

************************************************************************************** */
.concept_inner {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.concept_inner::before {
  content: '';
  display: block;
  z-index: 2; 
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.concept_btn a {
  display: block;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2); 
  color: #333;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .concept {
    margin: 5.33333vw 0;
    padding: 5.33333vw 0;
  }
  .concept_inner {
    position: relative;
    height: 64vw; 
    background-image: url('/img/home/concept_pic_sp.jpg');
  }
  .concept_inner::before {
    height: 64vw;
  }
  .concept_box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%) translateX(-50%); 

    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .concept_text {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 400;
  }
  .concept_btn {
    margin-top: 20px;
  }
  .concept_btn a:hover {
    background-color: #fff; 
    color: #333;
  }
}

@media print, screen and (min-width: 768px) {
  .concept {
    position: relative;
    margin: 50px;
  }
  .concept_inner {
    position: relative;
    height: 520px; 
    background-image: url('/img/home/concept_pic.jpg');
  }
  .concept_inner::before {
    height: 520px;
  }
  .concept_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%); 

    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .concept_text {
    font-family: 'Noto Serif JP', serif;
    font-size: 50px;
    font-weight: 400;
  }
  .concept_btn {
    margin-top: 20px;
  }
  .concept_btn a:hover {
    background-color: #fff; 
    color: #333;
  }
}

/* **************************************************************************************

project : lineup

************************************************************************************** */
.lineup {
  position: relative;
}
.lineup_heading {
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.4; 
  text-align: center;
}
.lineup_heading span {
  display: block;
}

@media screen and (max-width: 767px) {
  .lineup {
    margin-bottom: 0 !important;
    padding: 8vw 4vw 0;
  }
  .lineup_heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.4;
  }
  .lineup_heading span {
    padding-left: 10px;
    font-size: 16px;
  }
  .lineup_list {
    display: flex;
    overflow-x: scroll;
  }
  .lineup_item {
    width: 88%;
    margin: 5px;
    flex-shrink: 0;
  }
  .lineup_scroll {
    margin-top: 20px;
    padding-top: 20px;
    background: url('/img/home/i_scroll.png');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .lineup {
    margin: 80px auto;
    padding: 0;
  }
  .lineup_heading {
    margin-bottom: 40px;
    font-size: 46px;
  }
  .lineup_heading span {
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
  }
  .lineup_list {
    display: flex;
    margin: 0 60px 40px;
    justify-content: center;
    align-items: center;

    gap: 20px;
  }
  .lineup_item {
    width: 100%;
    max-width: 360px;
  }
  .lineup_item:first-of-type {
    margin-left: 0;
  }
  .lineup_item a:hover {
    opacity: 0.5;
  }
  .lineup_scroll {
    display: none;
  }
}

/* **************************************************************************************

project : swiper

************************************************************************************** */
.swiper-container {
  position: relative;
  overflow: hidden; 
  /* Fix of Webkit flickering */
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  display: flex;
  z-index: 1;
  height: 100%;
  width: 100%;
  box-sizing: content-box; 
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); 

  -webkit-transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column; 
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto; 
  transition-timing-function: ease-out;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; 

  -webkit-perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; 

  -webkit-transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; 
  height: 100%;
  width: 100%;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  /* For Firefox */

  -ms-overflow-style: none;
  scrollbar-width: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-container {
  margin: 40px auto;
}

/* **************************************************************************************

swiper

************************************************************************************** */
.swiper-container [class^='swiper-button-'] {
  color: #00544e;
}

.swiper-container [class^='swiper-button-']::after {
  font-size: 20px;
}

.swiper-container .swiper-pagination-bullet {
  background-color: #00544e;
}

.swiper-box {
  position: relative;
  display: flex;
  height: 36px; 
  margin-top: 20px;
}

.swiper-container a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%; 
  margin: 0 auto 10px;
  background: #efefef;
  text-align: center;
}
.swiper-container a::before {
  content: '';
  display: block;
  padding-top: 75%;
}
.swiper-container a img {
  position: absolute;
  top: 50%;
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-align: center;
  transform: translate(0, -50%); 

  -webkit-transform: translate(0, -50%);
}

@media print, screen and (min-width: 768px) {
  .swiper-container {
    max-width: 1200px; 
    margin: 40px auto;
  }
  .swiper-container img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .swiper-pagination {
    position: relative;
    top: 2px; 
    z-index: 1 !important;
  }
  .swiper-button-prev, .swiper-button-next {
    position: absolute;
    display: block;
    z-index: 2 !important;
  }
  .swiper-button-prev {
    left: 0 !important; 
    margin-left: 40%;
  }
  .swiper-button-next {
    right: 0 !important; 
    margin-right: 40%;
  }
}
