@charset "UTF-8";
/*　*/
/* ===== base ===== */
@media print, screen and (min-width: 768px) {
  .l-contents {
    padding-top: 0;
  }
}
.l-contents_container {
  padding-top: 0;
  padding-bottom: 0;
}

/* ===== mv ===== */
.mv_sec {
  position: relative;
}
.mv_container {
  position: relative;
}
.mv_ttl01 {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.mv_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
@media print, screen and (min-width: 768px) {
  .mv_inner {
    top: 8rem;
    height: calc(100% - 8rem);
  }
}
.mv_ttl02, .mv_txt01, .mv_txt02 {
  position: absolute;
  line-height: 0;
}
.mv_ttl02 img, .mv_txt01 img, .mv_txt02 img {
  width: 100%;
}
.mv_ttl02 {
  top: 2rem;
  left: 0;
  width: 10rem;
}
@media print, screen and (min-width: 768px) {
  .mv_ttl02 {
    top: calc(35 / 980 * 100%);
    width: calc(220 / 1920 * 100%);
  }
}
.mv_txt01 {
  top: 2.5rem;
  right: 6rem;
  width: 13.5rem;
  opacity: 0;
  -webkit-animation: mvCopyFade 2s linear 1s both;
          animation: mvCopyFade 2s linear 1s both;
}
@media print, screen and (min-width: 768px) {
  .mv_txt01 {
    top: calc(45 / 980 * 100%);
    right: calc(270 / 1920 * 100%);
    width: calc(300 / 1920 * 100%);
  }
}
@media print {
  .mv_txt01 {
    opacity: 1;
  }
}
.mv_txt02 {
  bottom: 4rem;
  right: -0.5rem;
  width: 37.5rem;
  opacity: 0.6;
}
@media print, screen and (min-width: 768px) {
  .mv_txt02 {
    right: 0;
    bottom: calc(-17 / 980 * 100%);
    width: calc(690 / 1920 * 100%);
  }
}
.mv_img01 {
  overflow: hidden;
}
.mv_img01_wrap {
  z-index: 10;
  overflow: visible;
}
.mv_img01_wrap::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.5rem;
  padding-bottom: 3rem;
  width: 100%;
  height: 0;
  background: transparent url(../img/top/bg_mv_01_sp.png) 50% 100% no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 20;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .mv_img01_wrap::before {
    bottom: calc(-25 / 1080 * 100%);
    padding-bottom: calc(130 / 1920 * 100%);
    width: 100%;
    background-image: url(../img/top/bg_mv_01.png);
  }
}
.mv_img01_wrap .swiper-pagination-bullets {
  left: calc(45 / 1920 * 100%);
  bottom: calc(100 / 980 * 100%);
  width: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .mv_img01_wrap .swiper-pagination-bullets {
    display: none;
  }
}
.mv_img01_wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.5rem 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  opacity: 1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.mv_img01_wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.mv_img01_wrap.is-noslide .swiper-pagination {
  display: none;
}
.mv_img01 .m-img01 {
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .mv_img01 .m-img01 {
    padding-bottom: 0;
    height: calc(100svh - 8rem);
    min-height: 50rem;
    max-height: 73rem;
  }
  .d-ie .mv_img01 .m-img01 {
    height: calc(100vh - 8rem);
  }
}
@media print, screen and (min-width: 768px) {
  .mv_img01 .m-img01 {
    padding-bottom: calc(930 / 1920 * 100%);
  }
}
.mv_img01 .swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}
.mv_img01 .swiper-container-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.mv_img01 .swiper-slide-active .m-img01,
.mv_img01 .swiper-slide-duplicate-active .m-img01,
.mv_img01 .swiper-slide-prev .m-img01 {
  -webkit-animation: mvZoomUp 6s linear both;
          animation: mvZoomUp 6s linear both;
}

@-webkit-keyframes mvZoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes mvZoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes mvCopyFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvCopyFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ===== about ===== */
.about_sec .m-sec01_container {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .about_sec .m-sec01_container {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
.about_ttl01 {
  margin-bottom: 2rem;
  line-height: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .about_ttl01 {
    margin-bottom: 5rem;
  }
}
.about_ttl01 img {
  width: 35.5rem;
}
@media print, screen and (min-width: 768px) {
  .about_ttl01 img {
    width: 96rem;
  }
}
@media only screen and (max-width: 767px) {
  .about_txt01 {
    padding: 0 1rem;
    line-height: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .about_txt01 {
    line-height: 2.5;
    text-align: center;
  }
}

/* ===== group ===== */
.group_sec {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .group_sec {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.group_sec .m-sec01_container::before {
  position: absolute;
  top: -8rem;
  right: -24rem;
  border-radius: 100%;
  width: 35.5rem;
  height: 35.5rem;
  background: transparent url(../img/common/bg_texture_01.png) -8rem -3.5rem no-repeat;
  background-size: 43rem auto;
  z-index: -1;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .group_sec .m-sec01_container::before {
    top: 13.5rem;
    right: calc(50% - 138rem);
    width: 93rem;
    height: 93rem;
    background-position: -20.5rem -10rem;
    background-size: 113.5rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .group_box01 {
    padding: 0 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .group_box01 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .group_box01_inner01 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .group_box01_inner01 {
    padding-right: 2rem;
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .group_box01_inner02 {
    position: relative;
    margin-right: auto;
    padding-left: 6rem;
    width: 50%;
    max-width: 50rem;
  }
}
@media only screen and (max-width: 767px) {
  .group_img01 {
    margin: 0 -1rem 2rem -2rem;
    padding-bottom: 0;
    border-radius: 0 1rem 1rem 0;
    width: calc(100% + 3rem);
    height: 16.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .group_img01 {
    border-radius: 0 2rem 2rem 0;
    padding-bottom: 0;
    height: 42rem;
  }
}
@media print, screen and (min-width: 768px) {
  .group_box01_inner02 .group_img01 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .group_ttl01 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .group_txt01 {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .group_more01 {
    margin-top: 2rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .group_more01 {
    margin-top: 3rem;
  }
}
.group_more01 .m-btn02 {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  min-width: 28rem;
}
@media print, screen and (min-width: 768px) {
  .group_more01 .m-btn02 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* ===== furusato ===== */
.furusato_sec {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .furusato_sec {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .furusato_box01 {
    padding: 0 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .furusato_box01 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .furusato_box01_inner01 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .furusato_box01_inner01 {
    padding-left: 2rem;
    width: 50%;
    order: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .furusato_box01_inner02 {
    position: relative;
    margin-left: auto;
    padding-right: 6rem;
    width: 50%;
    max-width: 50rem;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .furusato_img01 {
    margin: 0 -2rem 2rem -1rem;
    padding-bottom: 0;
    border-radius: 1rem 0 0 1rem;
    width: calc(100% + 3rem);
    height: 16.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .furusato_img01 {
    border-radius: 2rem 0 0 2rem;
    padding-bottom: 0;
    height: 42rem;
  }
}
@media print, screen and (min-width: 768px) {
  .furusato_box01_inner02 .furusato_img01 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .furusato_ttl01 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .furusato_txt01 {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .furusato_more01 {
    margin-top: 2rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .furusato_more01 {
    margin-top: 3rem;
  }
}
.furusato_more01 .m-btn02 {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  min-width: 28rem;
}
@media print, screen and (min-width: 768px) {
  .furusato_more01 .m-btn02 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* ===== cf ===== */
.cf_sec {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .cf_sec {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cf_box01 {
    padding: 0 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cf_box01 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .cf_box01_inner01 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .cf_box01_inner01 {
    padding-right: 2rem;
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .cf_box01_inner02 {
    position: relative;
    margin-right: auto;
    padding-left: 6rem;
    width: 50%;
    max-width: 50rem;
  }
}
@media only screen and (max-width: 767px) {
  .cf_img01 {
    margin: 0 -1rem 2rem -2rem;
    padding-bottom: 0;
    border-radius: 0 1rem 1rem 0;
    width: calc(100% + 3rem);
    height: 16.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cf_img01 {
    border-radius: 0 2rem 2rem 0;
    padding-bottom: 0;
    height: 42rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cf_box01_inner02 .cf_img01 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cf_ttl01 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cf_txt01 {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .cf_more01 {
    margin-top: 2rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .cf_more01 {
    margin-top: 3rem;
  }
}
.cf_more01 .m-btn02 {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  min-width: 28rem;
}
@media print, screen and (min-width: 768px) {
  .cf_more01 .m-btn02 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* ===== intro ===== */
.intro_sec {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .intro_sec {
    padding-top: 13rem;
    padding-bottom: 7rem;
  }
}
.intro_sec .m-sec01_container::before {
  position: absolute;
  top: -5rem;
  left: -36rem;
  border-radius: 100%;
  width: 35.5rem;
  height: 35.5rem;
  background: transparent url(../img/common/bg_texture_01.png) -8rem -3.5rem no-repeat;
  background-size: 43rem auto;
  z-index: -1;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .intro_sec .m-sec01_container::before {
    top: -7.5rem;
    left: -83.5rem;
    width: 93rem;
    height: 93rem;
    background-position: -7.5rem -4.5rem;
    background-size: 113.5rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .intro_box01 {
    margin-bottom: 2.5rem;
    padding: 0 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .intro_box01 {
    display: flex;
    position: relative;
    margin-left: 3rem;
    padding: 0 4rem;
    width: 42rem;
    min-height: 34.5rem;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
  }
}
@media only screen and (max-width: 767px) {
  .intro_ttl01 {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .intro_txt01 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.intro_img01 {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-animation: introScroll 70s infinite linear;
          animation: introScroll 70s infinite linear;
}
@media print, screen and (min-width: 768px) {
  .intro_img01 {
    position: absolute;
    top: 13rem;
    left: 0;
    -webkit-animation: introScroll 100s infinite linear;
            animation: introScroll 100s infinite linear;
  }
}
@media only screen and (max-width: 767px) {
  .intro_img01_wrap {
    position: relative;
    height: 14.5rem;
  }
}
.intro_img01 li {
  padding: 0 0.5rem;
  width: 15rem;
}
@media print, screen and (min-width: 768px) {
  .intro_img01 li {
    padding: 0 1.5rem;
    width: 36.5rem;
  }
}
.intro_img01 .m-img01 {
  padding-bottom: calc(345 / 335 * 100%);
  border-radius: 2rem;
}

@-webkit-keyframes introScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes introScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ===== news ===== */
.news_sec {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .news_sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.news_ttl01 {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .news_ttl01 {
    margin-bottom: 3rem;
  }
}
.news_list01 {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .news_more01 {
    margin-top: 2rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .news_more01 {
    margin-top: 3rem;
    text-align: right;
  }
}
.news_more01 .m-btn02 {
  min-width: 25rem;
}

/* ===== brand ===== */
.brand_sec .m-sec01_container {
  padding-top: 3.5rem;
  padding-bottom: 9rem;
}
@media print, screen and (min-width: 768px) {
  .brand_sec .m-sec01_container {
    padding-top: 5rem;
    padding-bottom: 13rem;
  }
}
@media print, screen and (min-width: 768px) {
  .brand_box01 {
    display: flex;
    margin: 0 auto;
    width: 76rem;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .brand_box01_inner01 {
    margin-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .brand_box01_inner01 {
    margin-right: 6rem;
    width: 28rem;
  }
}
@media print, screen and (min-width: 768px) {
  .brand_box01_inner02 {
    flex: 1;
  }
}
.brand_img01 {
  line-height: 0;
  text-align: center;
}
.brand_img01 img {
  width: 23.5rem;
}
.brand_txt01 {
  line-height: 0;
  text-align: center;
}
.brand_txt01 img {
  width: 32rem;
}
@media print, screen and (min-width: 768px) {
  .brand_txt01 img {
    width: 42rem;
  }
}