@charset "UTF-8";
.p-top__title01 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 3.05;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__title01 {
    font-size: 4.2666666667vw;
  }
}
.p-top__title01-en {
  display: block;
  font-size: 4.2rem;
  line-height: 0.7142857143;
  font-weight: 400;
  color: #C5786F;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 767px) {
  .p-top__title01-en {
    font-size: 9.0666666667vw;
  }
}

.p-top__title02 {
  position: relative;
  font-size: 3.6rem;
  line-height: 0.8333333333;
  font-weight: 400;
  color: #C5786F;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top__title02 {
    font-size: 8vw;
  }
}
.p-top__title02:after {
  position: relative;
  right: 0;
  top: -4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  content: "";
  width: 120px;
  height: 1px;
  background: #C5786F;
}
@media screen and (max-width: 767px) {
  .p-top__title02:after {
    width: 16vw;
    margin-left: 5.3333333333vw;
    top: -2px;
  }
}

.more_link {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-bottom: 0.7rem;
  padding-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .more_link {
    font-size: 3.7333333333vw;
  }
}
.more_link:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #1E1E1E;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more_link:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  right: -6px;
  top: calc(50% - 4rem);
  width: 9px;
  height: 9px;
  border-top: 1px solid #1E1E1E;
  border-right: 1px solid #1E1E1E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .more_link:after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (min-width: 768px) {
  .more_link:hover:before {
    opacity: 0;
  }
}

/* fv
---------------------------------------------------------------------------- */
.p-fv {
  position: relative;
  padding: 18rem 0 11.7rem 0;
  background: url("../../images/top/img_fv_pc.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 152vw;
    background: url("../../images/top/img_fv_sp.jpg") no-repeat top center/100% auto;
    padding: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-fv .m-inner {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv .m-inner {
    position: relative;
    height: 152vw;
  }
}
.p-fv__lead {
  margin-bottom: 50px;
}
@media screen and (min-width: 1300px) {
  .p-fv__lead {
    margin-left: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__lead {
    width: 96vw;
    margin: 0 auto;
    position: absolute;
    bottom: 20vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.p-fv__text {
  font-size: 1.9rem;
  line-height: 2.2105263158;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 1300px) {
  .p-fv__text {
    margin-left: -6rem;
  }
}
.p-fv .news-slider_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 81.2rem;
  padding: 18px 0 18px 0;
  overflow: hidden;
  background: #FFF;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-fv .news-slider_wrap {
    position: static;
    width: 100%;
  }
}
.p-fv .news-slider {
  position: relative;
  height: 5rem;
  padding: 0 80px 0 30px;
  overflow: hidden;
  /*&.swiper-container-initialized .swiper-wrapper {
  	opacity: 1;
  }*/
}
@media screen and (max-width: 767px) {
  .p-fv .news-slider {
    height: 24vw;
    padding: 0 14% 0 5%;
  }
}
.p-fv .news-slider .post {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.p-fv .news-slider .post a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv .news-slider .post a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-fv .news-slider .swiper-slide-active {
  opacity: 0;
  -webkit-animation: slide_fadeIn 3s 0.2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: slide_fadeIn 3s 0.2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@media screen and (max-width: 767px) {
  .p-fv .news-slider .post {
    height: 100%;
  }
}
.p-fv .news-slider .post-date {
  width: 11rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #BEBEBE;
}
@media screen and (max-width: 767px) {
  .p-fv .news-slider .post-date {
    font-size: 3.2vw;
    width: 25.3333333333vw;
  }
}
.p-fv .news-slider .post-cat {
  position: relative;
  width: 8rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #C5786F;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .p-fv .news-slider .post-cat {
    font-size: 3.2vw;
    width: calc(100% - 25.3333333333vw);
    padding-left: 1rem;
  }
}
.p-fv .news-slider .post-cat:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "・";
}
@media screen and (max-width: 767px) {
  .p-fv .news-slider .post-cat:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #C5786F;
    border-radius: 30px;
    position: relative;
    top: -1px;
    left: -5px;
  }
}
.p-fv .news-slider .post-ttl {
  width: calc(100% - 19rem);
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #1E1E1E;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-fv .news-slider .post-ttl {
    width: 100%;
    font-size: 12px;
    padding-left: 0;
    padding-top: 5px;
    font-size: 3.4666666667vw;
  }
}
.p-fv .news-slider .swiper-wrapper {
  display: block;
}
.p-fv .news-slider .swiper-button-prev,
.p-fv .news-slider .swiper-button-next {
  background: none;
  width: 11px;
  height: 6px;
}
.p-fv .news-slider .swiper-button-prev {
  right: 30px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .p-fv .news-slider .swiper-button-prev {
    top: 12vw;
  }
}
.p-fv .news-slider .swiper-button-next {
  right: 30px;
  bottom: 10px;
  top: auto;
}
@media screen and (max-width: 767px) {
  .p-fv .news-slider .swiper-button-next {
    bottom: 9.3333333333vw;
  }
}
.p-fv .news-slider .swiper-button-prev:before,
.p-fv .news-slider .swiper-button-next:before {
  position: relative;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.p-fv .news-slider .swiper-button-prev:before {
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #D6D6D6 transparent;
}
@media screen and (max-width: 767px) {
  .p-fv .news-slider .swiper-button-prev:before {
    border-width: 0 6px 9px 6px;
  }
}
.p-fv .news-slider .swiper-button-next:before {
  border-width: 12px 7px 0 7px;
  border-color: #D6D6D6 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-fv .news-slider .swiper-button-next:before {
    border-width: 9px 6px 0 6px;
  }
}
@-webkit-keyframes slide_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-fv-scroll {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  padding-right: 15.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-fv-scroll {
    padding: 0 0 8.8vw 0;
    bottom: 1.8666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    text-align: center;
  }
}
.p-fv-scroll p {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  color: #fff;
}
.p-fv-scroll span {
  display: inline-block;
  width: 53px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: 5.8rem;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .p-fv-scroll span {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 8.8vw;
    top: auto;
    bottom: 2.6666666667vw;
  }
}
.p-fv-scroll span:after {
  content: "";
  background: #fff;
  width: 500%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: scroll 2.5s ease-in-out infinite forwards;
          animation: scroll 2.5s ease-in-out infinite forwards;
}
@-webkit-keyframes scroll {
  0% {
    left: -500%;
  }
  100% {
    left: 100%;
  }
}
@keyframes scroll {
  0% {
    left: -500%;
  }
  100% {
    left: 100%;
  }
}

/* course
---------------------------------------------------------------------------- */
.sec-course {
  position: relative;
  padding: 100px 0 96px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-course {
    padding: 8vw 0 9.3333333333vw;
    margin-top: 34.6666666667vw;
  }
}
.sec-course:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 74%;
  background: #F6F4F2;
}
@media screen and (max-width: 767px) {
  .sec-course:after {
    height: calc(100% - 45.3333333333vw);
  }
}
.sec-course .m-sec-title {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .sec-course .m-sec-title {
    margin-bottom: 8vw;
  }
}
.sec-course .p-course {
  position: relative;
  z-index: 2;
}
.sec-course .p-course-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-course .p-course-box {
    display: block;
  }
}
.sec-course .p-course-box.-pink .p-course-txt {
  background: #DFB1AA;
}
.sec-course .p-course-box.-pink .p-course-txt:before {
  right: -57px;
  top: -56px;
  background: url("../../images/top/txt_course_en01.svg") no-repeat center center;
  width: 296px;
  height: 153px;
}
@media screen and (max-width: 1420px) {
  .sec-course .p-course-box.-pink .p-course-txt:before {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-course .p-course-box.-pink .p-course-txt:before {
    width: 40.5333333333vw;
    height: 15.2vw;
    top: -5.0666666667vw;
    right: 0;
  }
}
.sec-course .p-course-box.-pink .p-course-txt .m-button01 span {
  color: #C5786F;
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .sec-course .p-course-box.-pink .p-course-txt .m-button01 span {
    width: 37.3333333333vw;
  }
}
.sec-course .p-course-box.-purple .p-course-txt {
  background: #B6A9C4;
}
.sec-course .p-course-box.-purple .p-course-txt:before {
  left: -58px;
  top: -72px;
  background: url("../../images/top/txt_course_en02.svg") no-repeat center center;
  width: 353px;
  height: 163px;
}
@media screen and (max-width: 1420px) {
  .sec-course .p-course-box.-purple .p-course-txt:before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-course .p-course-box.-purple .p-course-txt:before {
    width: 48.8vw;
    height: 16.5333333333vw;
    top: -4vw;
    left: 1.3333333333vw;
  }
}
.sec-course .p-course-box.-purple .p-course-txt .m-button01 span {
  color: #B6A9C4;
}
.sec-course .p-course-box.-blue .p-course-txt {
  background: #A2CBD8;
}
.sec-course .p-course-box.-blue .p-course-txt:before {
  right: -49px;
  top: -57px;
  background: url("../../images/top/txt_course_en03.svg") no-repeat center center;
  width: 215px;
  height: 138px;
}
@media screen and (max-width: 1420px) {
  .sec-course .p-course-box.-blue .p-course-txt:before {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-course .p-course-box.-blue .p-course-txt:before {
    width: 28.8vw;
    height: 15.2vw;
    top: -6.6666666667vw;
    right: 1.3333333333vw;
  }
}
.sec-course .p-course-box.-blue .p-course-txt .m-button01 span {
  color: #A2CBD8;
}
.sec-course .p-course-box.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec-course .p-course-box.-reverse .p-course-txt {
  margin: 0 -60px 0 0;
}
.sec-course .p-course-box + .p-course-box {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sec-course .p-course-box + .p-course-box {
    margin-top: 5.3333333333vw;
  }
}
.sec-course .p-course-img {
  position: relative;
  width: 55%;
  max-width: 990px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-course .p-course-img {
    width: 100%;
  }
}
.sec-course .p-course-txt {
  position: relative;
  width: 630px;
  margin: 0 0 0 -60px;
  padding: 4rem 6rem 5rem 6.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-course .p-course-txt {
    width: 95%;
    margin: 0 0 0 5%;
    top: -8vw;
    padding: 5.3333333333vw 8vw 8vw;
  }
}
.sec-course .p-course-txt:before {
  position: absolute;
  display: block;
  content: "";
  background-size: 100% auto !important;
}
.sec-course .p-course-title {
  font-size: 3.2rem;
  line-height: 1.90625;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec-course .p-course-title {
    font-size: 5.8666666667vw;
    margin-bottom: 4vw;
  }
}
.sec-course .p-course-text {
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-course .p-course-text {
    font-size: 3.7333333333vw;
  }
}
.sec-course .p-course-btn_list {
  margin-top: 3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.sec-course .p-course-btn_list li + li {
  margin-left: 18px;
}
.sec-course .p-course-btn_list .m-button01 span {
  background: #fff;
  width: 20rem;
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  border: 1px solid #fff;
  padding: 6px 15px;
}
@media screen and (max-width: 767px) {
  .sec-course .p-course-btn_list .m-button01 span {
    width: 48vw;
  }
}

/* bnr
---------------------------------------------------------------------------- */
.sec-bnr {
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-bnr {
    padding: 17.3333333333vw 5%;
  }
}
.sec-bnr .p-bnr_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .sec-bnr .p-bnr_list {
    display: block;
  }
  .sec-bnr .p-bnr_list li + li {
    margin-top: 4vw;
  }
}

/* news
---------------------------------------------------------------------------- */
.sec-news {
  position: relative;
  padding: 8rem 0 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-news {
    padding: 17.3333333333vw 0;
  }
}
.sec-news:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 94%;
  max-width: 1780px;
  height: 100%;
  background: linear-gradient(135deg, #E2C4B6 0%, #D6B4BD 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 40%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-news:after {
    width: 100%;
  }
}
.sec-news .m-inner {
  position: relative;
  width: 1200px;
  padding: 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec-news .m-inner {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .m-inner {
    width: 100%;
    padding: 0 5%;
  }
}
.sec-news .sec-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}
.sec-news .post-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .sec-news .post-list {
    -ms-grid-columns: 1fr 5.3333333333vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.6666666667vw 5.3333333333vw;
  }
}
.sec-news .post-list .post a {
  display: block;
}
@media screen and (min-width: 768px) {
  .sec-news .post-list .post a:hover .post-img img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .sec-news .post-list .post a:hover .post-txt {
    opacity: 0.7;
  }
}
.sec-news .post-list .post-img {
  position: relative;
  width: 100%;
  height: 185px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-news .post-list .post-img {
    height: 28.2666666667vw;
  }
}
.sec-news .post-list .post-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-news .post-list .post-txt {
  padding-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sec-news .post-list .post-txt {
    padding: 3vw 0 0;
  }
}
.sec-news .post-list .post-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-news .post-list .post-date {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  color: #BEBEBE;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-news .post-list .post-date {
    font-size: 3.2vw;
  }
}
.sec-news .post-list .post-cat {
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #C5786F;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-news .post-list .post-cat {
    font-size: 3.2vw;
    padding-left: 1rem;
  }
}
.sec-news .post-list .post-cat:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "#";
}
.sec-news .post-list .post-ttl {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .sec-news .post-list .post-ttl {
    font-size: 3.2666666667vw;
  }
}

/* oc
---------------------------------------------------------------------------- */
.sec-oc {
  padding: 10rem 0 12.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec-oc {
    padding: 10.6666666667vw 0;
  }
}
.sec-oc:before {
  content: "";
  background: #F6F4F2;
  width: 100%;
  height: calc(100% - 26rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-oc:before {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, rgba(246, 244, 242, 0)), to(rgb(246, 244, 242)));
    background: linear-gradient(to bottom, rgba(246, 244, 242, 0) 13%, rgb(246, 244, 242) 100%);
  }
}
.sec-oc .p-oc-img {
  margin-top: 13rem;
  width: 92.7%;
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-img {
    width: 95%;
    margin-top: 16vw;
  }
}
.sec-oc .p-oc-content {
  position: relative;
  margin-top: 3rem;
  padding: 2.6rem 0 6rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-content {
    margin-top: 5.3333333333vw;
    padding: 6.6666666667vw 0 10.6666666667vw;
  }
}
.sec-oc .p-oc-content:after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 940px;
  border: 1px solid #C5786F;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-content:after {
    width: 100%;
  }
}
.sec-oc .p-oc-content-head {
  padding: 2rem 0 4rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-content-head {
    padding: 0 5.3333333333vw 8vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-oc .p-oc-content-head-icn {
  margin-right: 2rem;
  width: 11.3rem;
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-content-head-icn {
    width: 9.0666666667vw;
    margin-right: 4vw;
  }
}
.sec-oc .p-oc-content-head-txt {
  line-height: 1.8;
}
.sec-oc .p-oc-content-head-txt span {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  color: #C5786F;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-content-head-txt span {
    font-size: 4.5333333333vw;
  }
}
.sec-oc .p-oc-slider {
  margin: 0 -1.25rem;
}
@media screen and (max-width: 1400px) {
  .sec-oc .p-oc-slider {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-slider {
    margin: 0 -5%;
  }
}
.sec-oc .p-oc-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-oc .p-oc-slider .slick-slide {
  height: auto !important;
}
.sec-oc .p-oc-slider-slide {
  padding: 0 1.25rem;
}
.sec-oc .p-oc-slider-slide a {
  display: block;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .sec-oc .p-oc-slider-slide a:hover .p-oc-slider-img img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .sec-oc .p-oc-slider-slide a:hover .p-oc-slider-txt {
    opacity: 0.7;
  }
}
.sec-oc .p-oc-slider-img {
  width: 100%;
  height: 28rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-slider-img {
    height: 49.6vw;
  }
}
.sec-oc .p-oc-slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-oc .p-oc-slider-txt {
  background: rgba(255, 255, 255, 0.9);
  width: 90%;
  margin: 0 auto;
  padding: 4rem 3rem;
  position: relative;
  top: -2rem;
  height: calc(100% - 28rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-slider-txt {
    padding: 5.3333333333vw 4vw;
    top: -5.3333333333vw;
    height: calc(100% - 49.6vw);
  }
}
.sec-oc .p-oc-slider-txt p {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-slider-txt p {
    font-size: 3.4666666667vw;
    line-height: 1.7;
  }
}
.sec-oc .p-oc-slider-txt p .m-note {
  color: #949494;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-slider-txt p .m-note {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    display: inline-block;
  }
}
.sec-oc .p-oc-slider-txt .ttl {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-slider-txt .ttl {
    font-size: 4.2666666667vw;
  }
}
.sec-oc .p-oc-slider-txt .ttl:after {
  content: "";
  display: block;
  height: 1px;
  width: 5rem;
  background: #C5786F;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-slider-txt .ttl:after {
    width: 8.8vw;
  }
}
.sec-oc .p-oc-slider-nav {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-oc .p-oc-slider-nav {
    margin-top: 1.3333333333vw;
  }
}
.sec-oc .p-oc-slider-nav .slick-arrow {
  font-size: 0;
  color: transparent;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .sec-oc .p-oc-slider-nav .slick-arrow:hover {
    opacity: 0.7;
  }
}
.sec-oc .p-oc-slider-nav .slick-arrow:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: solid 1px #1E1E1E;
  border-right: solid 1px #1E1E1E;
  top: 0;
}
.sec-oc .p-oc-slider-nav .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 0;
}
.sec-oc .p-oc-slider-nav .slick-arrow.slick-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
}
.sec-oc .p-oc-slider-dots {
  padding: 0 6rem;
}
.sec-oc .p-oc-slider-dots .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.sec-oc .p-oc-slider-dots .slick-dots li button {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  color: transparent;
  background: #D6D6D6;
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .sec-oc .p-oc-slider-dots .slick-dots li button:hover {
    opacity: 0.7;
  }
}
.sec-oc .p-oc-slider-dots .slick-dots li.slick-active button {
  background: #C5786F;
}

/* feature
---------------------------------------------------------------------------- */
.sec-feature {
  padding-bottom: 5rem;
  background: #F6F4F2;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec-feature {
    padding: 0 0 2.6666666667vw;
  }
}
.sec-feature:before {
  content: "";
  background: url("../../images/top/bg_feature_pc.png") no-repeat left top/cover;
  width: 93%;
  height: 58.2rem;
  max-width: 1780px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-feature:before {
    background: url("../../images/top/bg_feature_sp.png") no-repeat left top/cover;
    width: 100%;
    height: calc(100% - 69.3333333333vw);
  }
}
.sec-feature .p-feature-content {
  padding: 8.3rem 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .sec-feature .p-feature-content {
    display: block;
    padding: 14.6666666667vw 0;
  }
}
.sec-feature .p-feature-txt {
  padding: 4.5rem 2rem 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .sec-feature .p-feature-txt {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec-feature .p-feature-txt {
    padding-left: 5%;
  }
}
.sec-feature .p-feature-txt .m-sec-title {
  margin-bottom: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-feature .p-feature-txt .m-sec-title {
    margin-bottom: 6.6666666667vw;
  }
}
.sec-feature .p-feature-txt .m-sec-title-ja {
  color: #fff;
}
.sec-feature .p-feature-txt p {
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-feature .p-feature-txt p {
    font-size: 3.7333333333vw;
  }
}
.sec-feature .p-feature-btn {
  display: block;
  width: 20.5rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-feature .p-feature-btn {
    width: 48vw;
    margin: 5.3333333333vw auto 6.6666666667vw;
  }
}
.sec-feature .p-feature-btn span {
  width: 20.5rem;
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: #C5786F;
  border: 1px solid #C5786F;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .sec-feature .p-feature-btn span {
    font-size: 3.7333333333vw;
    width: 48vw;
    padding: 1.3333333333vw 1.8666666667vw;
  }
}
.sec-feature .p-feature-img {
  margin-right: -1rem;
  margin-left: 5rem;
  width: 61.1rem;
}
@media screen and (max-width: 1400px) {
  .sec-feature .p-feature-img {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature .p-feature-img {
    width: 90%;
    margin: 0 2% 0 auto;
  }
}

/* nav
---------------------------------------------------------------------------- */
.sec-nav {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .sec-nav {
    padding: 8vw 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec-nav .m-inner {
    padding: 0 2%;
  }
}
.sec-nav .p-nav-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-nav .p-nav-grid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-nav .p-nav-grid .cell {
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .sec-nav .p-nav-grid .cell {
    width: 50%;
    margin: 4vw 0;
  }
}
.sec-nav .p-nav-grid .cell a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  padding: 0 2rem 1.5rem;
  min-width: 25rem;
}
@media screen and (max-width: 767px) {
  .sec-nav .p-nav-grid .cell a {
    min-width: auto;
    padding: 1.3333333333vw 2.6666666667vw 1.3333333333vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec-nav .p-nav-grid .cell .p-nav-img {
  height: 55px;
}
@media screen and (max-width: 767px) {
  .sec-nav .p-nav-grid .cell .p-nav-img {
    height: auto;
  }
}
.sec-nav .p-nav-grid .cell p {
  font-size: 2rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #C5786F;
  width: 100%;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .sec-nav .p-nav-grid .cell p {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-nav .p-nav-grid .cell:nth-of-type(1) img {
    width: 9.3333333333vw;
  }
}
.sec-nav .p-nav-grid .cell:nth-of-type(2) {
  border-left: 1px solid #C5786F;
  border-right: 1px solid #C5786F;
}
@media screen and (max-width: 767px) {
  .sec-nav .p-nav-grid .cell:nth-of-type(2) {
    border-left: 1px solid #DFB1AA;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-nav .p-nav-grid .cell:nth-of-type(2) img {
    width: 11.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-nav .p-nav-grid .cell:nth-of-type(3) img {
    width: 9.8666666667vw;
  }
}
.sec-nav .p-nav-grid .cell:nth-of-type(4) {
  border-left: 1px solid #C5786F;
}
@media screen and (max-width: 767px) {
  .sec-nav .p-nav-grid .cell:nth-of-type(4) {
    border-left: 1px solid #DFB1AA;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-nav .p-nav-grid .cell:nth-of-type(4) img {
    width: 7.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-nav .p-nav-grid .cell:nth-of-type(5) {
    border-right: 1px solid #DFB1AA;
  }
}
@media screen and (max-width: 767px) {
  .sec-nav .p-nav-grid .cell:nth-of-type(5) img {
    width: 6.1333333333vw;
  }
}

/* sns
---------------------------------------------------------------------------- */
.sec-sns {
  padding: 12rem 0 25.5rem;
  background: #EEE2DC;
}
@media screen and (max-width: 767px) {
  .sec-sns {
    padding: 17.3333333333vw 0 33.3333333333vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec-sns .m-inner {
    padding: 0 2%;
  }
}
.sec-sns .p-sns-title {
  font-size: 3.6rem;
  line-height: 0.8333333333;
  padding: 0.5rem 0 0.5rem 5.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-sns .p-sns-title {
    font-size: 8vw;
    padding: 0 0 0 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec-sns .p-sns-title:before {
  content: "";
  height: 4rem;
  width: 4rem;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec-sns .p-sns-title:before {
    width: 6.4vw;
    height: 6.4vw;
    top: 0.2666666667vw;
  }
}
.sec-sns .p-sns-title.m-instagram:before {
  background-image: url("../../images/top/icn_sns_ttl01.png");
}
.sec-sns .p-sns-title.m-tictok:before {
  background-image: url("../../images/top/icn_sns_ttl02.png");
}
.sec-sns .p-sns-title.m-youtube:before {
  background-image: url("../../images/top/icn_sns_ttl03.png");
}
.sec-sns .p-sns-unit-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec-sns .p-sns-unit-head {
    display: block;
    margin-bottom: 6.6666666667vw;
  }
}
.sec-sns .p-sns-unit + .p-sns-unit {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .sec-sns .p-sns-unit + .p-sns-unit {
    margin-top: 17.3333333333vw;
  }
}
.sec-sns .p-sns-instagram {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .sec-sns .p-sns {
    -ms-grid-columns: 1fr 5.3333333333vw 1fr 5.3333333333vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.3333333333vw;
  }
}
.sec-sns-tictok {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .sec-sns-tictok {
    -ms-grid-columns: 1fr 2.6666666667vw 1fr 2.6666666667vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6666666667vw;
  }
}
.sec-sns-youtube {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .sec-sns-youtube {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667vw 0;
  }
}

.p-sns-youtube-area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.p-sns-youtube-area li {
  width: 380px;
  height: 212px;
}
.p-sns-youtube-area li iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-sns-youtube-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-sns-youtube-area li {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .p-sns-youtube-area li iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
/* YouTubeエリア画像リンクへ変更実験 */    
  .p-sns-youtube-area li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  
/* YouTubeエリア画像リンクへ変更実験 */   	
	
  .p-sns-youtube-area li + li {
    margin-top: 4vw;
  }
}
/* blog
---------------------------------------------------------------------------- */
.sec-blog {
  padding: 0 0 11.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec-blog {
    padding: 0 0 18.6666666667vw;
  }
}
.sec-blog:before {
  content: "";
  display: block;
  width: 92.8%;
  height: 70%;
  position: absolute;
  right: 0;
  top: -13rem;
  background: #F6F4F2;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec-blog:before {
    width: 95%;
    top: -17.3333333333vw;
    height: 60%;
  }
}
.sec-blog .m-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec-blog .m-inner {
    padding: 0 2%;
  }
}
.sec-blog .p-blog-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
  margin: 3rem auto 0;
  max-width: 94rem;
}
@media screen and (max-width: 767px) {
  .sec-blog .p-blog-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.6666666667vw 0;
    padding-left: 6%;
    margin: 5.3333333333vw auto 0;
  }
}
.sec-blog .p-blog-grid .unit {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .sec-blog .p-blog-grid .unit {
    width: 100%;
  }
}
.sec-blog .p-blog-grid .unit:nth-of-type(2n) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec-blog .p-blog-grid .unit:nth-of-type(2n) {
    margin-top: 0;
  }
}
.sec-blog .p-blog-grid .unit a {
  display: block;
}
@media screen and (min-width: 768px) {
  .sec-blog .p-blog-grid .unit a:hover .p-blog-img img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .sec-blog .p-blog-grid .unit a:hover .p-blog-txt {
    opacity: 0.7;
  }
}
.sec-blog .p-blog-img {
  width: 42rem;
  height: 28rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-blog .p-blog-img {
    width: 78.6666666667vw;
    height: 53.3333333333vw;
  }
}
.sec-blog .p-blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-blog .p-blog-txt {
  margin-left: 4rem;
  padding: 2rem 0 0 3rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sec-blog .p-blog-txt {
    margin-left: 5.3333333333vw;
    padding: 4vw 0 0 5.3333333333vw;
  }
}
.sec-blog .p-blog-txt:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 5rem);
  background: #C5786F;
  position: absolute;
  left: 0;
  top: -5.5rem;
  z-index: 2;
}
.sec-blog .p-blog-txt .date {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  color: #bebebe;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec-blog .p-blog-txt .date {
    font-size: 3.2vw;
  }
}
.sec-blog .p-blog-txt .title {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .sec-blog .p-blog-txt .title {
    font-size: 4.2666666667vw;
  }
}
.sec-blog .p-blog-txt .cat {
  font-size: 1.5rem;
  line-height: 2.6666666667;
  letter-spacing: 0.02em;
  color: #C5786F;
}
@media screen and (max-width: 767px) {
  .sec-blog .p-blog-txt .cat {
    font-size: 3.2vw;
  }
}
.sec-blog .p-blog-txt .cat:before {
  content: "＃";
}
.sec-blog .p-blog-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sec-blog .p-blog-btn {
    margin-top: 8vw;
  }
}

/*scroll animation*/
.js-animate {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s, -webkit-transform 1.5s;
}
@media screen and (max-width: 767px) {
  .js-animate {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
}

.js-animate.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-animate.is-inview:nth-of-type(1),
.js-animate.is-inview:nth-of-type(2),
.js-animate.is-inview:nth-of-type(3),
.js-animate.is-inview:nth-of-type(4){
  margin-bottom:4rem;
}
@media screen and (max-width: 767px) {
  .js-animate.is-inview {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .js-animate.is-inview,
  .js-animate.is-inview:nth-of-type(1),
  .js-animate.is-inview:nth-of-type(2),
  .js-animate.is-inview:nth-of-type(3),
  .js-animate.is-inview:nth-of-type(4){
    margin-bottom:2rem;
  }
  .js-animate.is-inview:nth-last-of-type(1),
  .js-animate.is-inview:nth-last-of-type(2){
    margin-bottom:0;
  }
}

.js-animate-nosp {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s, -webkit-transform 1.5s;
}
@media screen and (max-width: 767px) {
  .js-animate-nosp {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: unset;
    transition: unset;
  }
}

.js-animate-nosp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .js-animate-nosp.is-inview {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}

.js-animate.m-delay01.is-inview {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.js-animate.m-delay02.is-inview {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-animate.m-delay03.is-inview {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.js-animate.m-delay04.is-inview {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.js-animate-nosp.m-delay04.is-inview {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media screen and (max-width: 767px) {
  .js-animate-nosp.m-delay04.is-inview {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}

.js-animetxt {
  position: relative;
}

.js-animetxt span {
  opacity: 0;
  position: relative;
}

.js-animetxt.appeartext span {
  -webkit-animation: text_anime_on 0.5s ease forwards;
          animation: text_anime_on 0.5s ease forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
    top: 2rem;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
    top: 2rem;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.p-news {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}
.p-news .more_link::after {
  top: 0;
}

.p-sns-icn {
  position: relative;
  padding-left: 30px;
}
.p-sns-icn::before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-instagram-icn::before {
  background: url(../../images/top/icn_sns_ttl01.png);
  background-size: 20px 20px;
}

.p-tictok-icn::before {
  background: url(../../images/top/icn_sns_ttl02.png);
  background-size: 20px 20px;
}

.p-youtube-icn::before {
  background: url(../../images/top/icn_sns_ttl03.png);
  background-size: 20px 20px;
}

@media screen and (max-width: 767px) {
  .p-sns-icn {
    padding-left: 5.3333333333vw;
  }
  .p-sns-icn::before {
    height: 4vw;
    width: 4vw;
  }
  .p-instagram-icn::before {
    background-size: 4vw 4vw;
  }
  .p-tictok-icn::before {
    background-size: 4vw 4vw;
  }
  .p-youtube-icn::before {
    background-size: 4vw 4vw;
  }
}