@charset "UTF-8";
/*ーーーーーーーーーー
トップページ
ーーーーーーーーーーー*/
/*メインスライダー*/
.top_main {
  width: 100%;
  padding-top: 90px;
  margin-bottom: 60px;
  background: #F6F4F3;
}
@media (max-width: 878px) {
  .top_main {
    padding-top: 70px;
    margin-bottom: 40px;
    background: none;
  }
}
.top_slider {
  position: relative;
  visibility: hidden;
}
.top_slider.slick-initialized {
  visibility: visible;
}
.top_slider li {
  margin: 0 45px;
}
@media (max-width: 878px) {
  .top_slider li {
    margin: 0;
  }
}
.top_slider .slick-slide {
  /*aspect-ratio: 1 / 1;*/
  max-height: 66vh;
  overflow: hidden;
}
.top_slider .slick-slide img {
  width: 100%;
  height: 100%;
  max-width: 66vh;
  max-height: 66vh;
  margin: 0 auto;
  object-fit: cover;
  display: block;
}
img.slide_arrow {
  width: 24px;
}
@media (max-width: 878px) {
  img.slide_arrow {
    width: 18px;
  }
}
img.slide_arrow:hover {
  cursor: pointer;
  opacity: .6;
}
.prev_arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 28.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.next_arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 28.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.dots_wrap {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
@media (max-width: 878px) {
  .dots_wrap {
    bottom: -30px;
  }
}
.dots_wrap li {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background: #ece8e5;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 878px) {
  .dots_wrap li {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
}
.dots_wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.dots_wrap li:hover, .dots_wrap li.slick-active {
  background: #614830;
}
.dots_wrap > li:only-child {
  display: none;
}
/*重要ボタン*/
a.btn_important {
  display: block;
  background: #614830;
  padding: 15px 30px;
  color: #fff;
  border-radius: 5px;
  transition: .3s;
  margin-bottom: 40px;
}
@media (max-width: 878px) {
  a.btn_important {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  a.btn_important {
    transition: none;
  }
}
a.btn_important:hover {
  background: #958171;
}
@media (max-width: 768px) {
  a.btn_important:hover {
    background: #614830;
  }
}
a.btn_important img {
  width: 30px;
  padding-right: 10px;
  vertical-align: middle;
}
@media (max-width: 878px) {
  a.btn_important img {
    width: 20px;
    padding-right: 5px;
  }
}
/*バナースライダー*/
.banner_slider li {
  margin: 0 15px;
}
@media (max-width: 878px) {
  .banner_slider li {
    margin: 0 10px;
  }
}
@media (max-width: 878px) {
  .banner_slider .slick-list {
    padding: 0 30% 0 0;
  }
}
.banner_slider .img_frame {
  width: 100%;
  overflow: hidden;
}
.banner_slider .img_frame img {
  transition: 0.3s;
}
@media (max-width: 768px) {
  .banner_slider .img_frame img {
    transition: none;
  }
}
.banner_slider .img_frame img:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .banner_slider .img_frame img:hover {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .banner_slider .img_frame img:active {
    opacity: .7;
  }
}
.banner_slider p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 8px;
  transition: .3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 878px) {
  .banner_slider p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 768px) {
  .banner_slider p {
    transition: none;
  }
}
.banner_slider a:hover p {
  opacity: .5;
}
@media (max-width: 768px) {
  .banner_slider a:hover p {
    opacity: 1;
  }
}
img.slide_arrow2 {
  width: 30px;
}
@media (max-width: 878px) {
  img.slide_arrow2 {
    width: 24px;
  }
}
img.slide_arrow2:hover {
  cursor: pointer;
  opacity: .6;
}
.prev_arrow2 {
  position: absolute;
  z-index: 100;
  top: 40%;
  left: -35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 878px) {
  .prev_arrow2 {
    top: 40%;
    left: -10px;
  }
}
.next_arrow2 {
  position: absolute;
  z-index: 100;
  top: 40%;
  right: -35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 878px) {
  .next_arrow2 {
    top: 40%;
    right: -10px;
  }
}
.dots_wrap2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 40px 1.5% 0;
  width: 97%;
}
.dots_wrap2 li {
  width: 100%;
  height: 4px;
  margin: 0;
  background: #ece8e5;
  cursor: pointer;
}
.dots_wrap2 li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.dots_wrap2 li:hover, .dots_wrap2 li.slick-active {
  background: #614830;
}
.dots-wrap2 > li:only-child {
  display: none;
}
/*　タイプから選ぶ　*/
section.type {
  background: #d8d2cb;
  padding: 60px 0;
  margin-bottom: 4px;
}
@media (max-width: 878px) {
  section.type {
    padding: 40px 0;
  }
}
section.type ul {
  display: flex;
  gap: 20px 3%;
  flex-wrap: wrap;
}
section.type ul li {
  width: 48.5%;
  position: relative;
  border: 1px solid #614830;
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  text-align: center;
}
@media (max-width: 878px) {
  section.type ul li {
    padding: 12px;
  }
}
section.type ul li i {
  width: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 878px) {
  section.type ul li i {
    width: 20px;
    top: 50%;
    right: 10px;
  }
}
section.type ul li .zoom {
  transition: .3s;
}
@media (max-width: 768px) {
  section.type ul li .zoom {
    transition: none;
  }
}
section.type ul li .zoom img {
  width: 60%;
}
@media (max-width: 878px) {
  section.type ul li .zoom img {
    width: 85%;
  }
}
section.type ul li a:hover .zoom {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  section.type ul li a:hover .zoom {
    transform: scale(1);
  }
}
section.type ul li a:hover p {
  opacity: .5;
}
@media (max-width: 768px) {
  section.type ul li a:hover p {
    opacity: 1;
  }
}
section.type ul li p {
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 878px) {
  section.type ul li p {
    font-size: 0.9rem;
  }
}
/*　TOP特徴　*/
section.top_feature {
  background: #ece8e5;
  padding: 60px 0;
  margin-bottom: 4px;
}
@media (max-width: 878px) {
  section.top_feature {
    padding: 40px 0;
  }
}
section.top_feature .features {
  width: 92%;
  max-width: 850px;
  margin: 0 auto 30px;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  gap: 0 4%;
}
@media (max-width: 878px) {
  section.top_feature .features {
    width: 100%;
    padding: 0;
    background: transparent;
    flex-wrap: wrap;
  }
}
section.top_feature .features.revers {
  flex-direction: row-reverse;
}
@media (max-width: 878px) {
  section.top_feature .features.revers {
    flex-direction: row;
  }
}
section.top_feature .features h4 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 2px 0 4px 12px;
  margin-bottom: 16px;
  border-left: 5px solid #614830;
}
@media (max-width: 878px) {
  section.top_feature .features p {
    font-size: 0.95rem;
  }
}
section.top_feature .features .ph {
  width: 46%;
}
@media (max-width: 878px) {
  section.top_feature .features .ph {
    width: 100%;
  }
}
section.top_feature .features .txt {
  width: 50%;
}
@media (max-width: 878px) {
  section.top_feature .features .txt {
    width: 92%;
    padding: 20px;
    border-radius: 5px;
    margin: -15px 4% 0;
    background: rgba(255, 255, 255, 0.9);
  }
}
/*　TOPシリーズ　*/
section.top_series {
  background: #f6f4f3;
  padding: 60px 0;
  margin-bottom: 4px;
}
@media (max-width: 878px) {
  section.top_series {
    padding: 40px 0;
  }
}
section.top_series ul {
  display: flex;
  gap: 20px 3%;
  flex-wrap: wrap;
}
section.top_series ul li {
  width: 48.5%;
  position: relative;
  border: 1px solid #614830;
  border-radius: 5px;
  padding: 10px 30px;
  background: #fff;
  text-align: center;
}
@media (max-width: 878px) {
  section.top_series ul li {
    padding: 20px 12px 40px;
  }
}
section.top_series ul li i {
  width: 24px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 878px) {
  section.top_series ul li i {
    width: 20px;
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
section.top_series ul li .zoom {
  transition: .3s;
}
@media (max-width: 768px) {
  section.top_series ul li .zoom {
    transition: none;
  }
}
section.top_series ul li .zoom img {
  width: 92%;
}
section.top_series ul li .btn_series {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
  align-items: center;
}
section.top_series ul li .btn_series img {
  width: 50%;
}
@media (max-width: 878px) {
  section.top_series ul li .btn_series img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 878px) {
  section.top_series ul li .img_prd {
    margin-top: -6.5vw;
  }
}
section.top_series ul li .series_a {
  border-bottom: 3px solid #ca2b22;
}
@media (max-width: 878px) {
  section.top_series ul li .series_a .series_logo {
    padding-bottom: 10vw;
  }
}
section.top_series ul li .series_b {
  border-bottom: 3px solid #83242d;
}
section.top_series ul li .series_c {
  border-bottom: 3px solid #004024;
}
section.top_series ul li .series_d {
  border-bottom: 3px solid #60472d;
}
@media (max-width: 878px) {
  section.top_series ul li .series_d .series_logo {
    padding-bottom: 7.5vw;
  }
}
section.top_series ul li .series_e {
  border-bottom: 3px solid #644433;
}
@media (max-width: 878px) {
  section.top_series ul li .series_e .series_logo {
    padding-bottom: 7.5vw;
  }
}
section.top_series ul li p {
  font-weight: 600;
}
@media (max-width: 878px) {
  section.top_series ul li p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
section.top_series ul li a:hover .zoom {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  section.top_series ul li a:hover .zoom {
    transform: scale(1);
  }
}
section.top_series ul li a:hover p {
  opacity: .5;
}
@media (max-width: 768px) {
  section.top_series ul li a:hover p {
    opacity: 1;
  }
}
/*  TOP FAQ  */
section.top_faq {
  background: #d8d2cb;
  padding: 60px 0;
  margin-bottom: 4px;
}
@media (max-width: 878px) {
  section.top_faq {
    padding: 40px 0;
  }
}
section.top_faq .frame_faq {
  background: #fff;
  border: 1px solid #614830;
  border-radius: 5px;
  padding: 30px 30px;
}
@media (max-width: 878px) {
  section.top_faq .frame_faq {
    padding: 20px 20px;
  }
}
section.top_faq dl {
  display: flex;
  padding-bottom: 15px;
}
section.top_faq dt {
  font-weight: 500;
  color: #614830;
  min-width: 2.0rem;
}
section.top_faq dd {
  font-weight: 200;
}
section.top_faq .accordion {
  position: relative;
  border-top: 1px solid #e2ddd8;
  padding: 0 30px 0;
}
@media (max-width: 878px) {
  section.top_faq .accordion {
    padding: 0 30px 0 10px;
  }
}
section.top_faq .accordion_toggle {
  padding-top: 17px;
}
section.top_faq .accordion_icon {
  position: absolute;
  top: 0px;
  right: 3%;
  width: 97%;
  text-align: right;
  padding: 15px 0;
}
@media (max-width: 878px) {
  section.top_faq .accordion_icon {
    top: 0px;
    right: 3%;
  }
}
section.top_faq .accordion_content a {
  border: none;
  padding: 0;
}
section.top_faq .accordion_content a:hover {
  text-decoration: underline;
}
section.top_faq .btn_faq {
  border-top: 1px solid #e2ddd8;
  padding: 20px 0 0;
}
section.top_faq .btn_faq a {
  position: relative;
  margin: 0 auto;
  width: 23rem;
  display: block;
  padding: 14px 0;
  background: #ece8e5;
  text-align: center;
  border-radius: 5px;
  transition: .3s;
}
@media (max-width: 878px) {
  section.top_faq .btn_faq a {
    width: 100%;
  }
}
section.top_faq .btn_faq a i {
  width: 16px;
  position: absolute;
  top: 42%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.top_faq .btn_faq a:hover {
  background: #614830;
  color: #fff;
}
section.top_faq .btn_faq a:hover i img {
  filter: brightness(0) invert(1);
}
/*  TOP NEWS  */
section.top_news {
  padding: 50px 0;
}
section.top_news .btn_news {
  padding: 20px 0 0;
}
section.top_news .btn_news a {
  position: relative;
  margin: 0 auto;
  width: 23rem;
  display: block;
  padding: 14px 0;
  border: 1px solid #614830;
  text-align: center;
  border-radius: 5px;
  transition: .3s;
}
@media (max-width: 768px) {
  section.top_news .btn_news a {
    transition: none;
  }
}
@media (max-width: 878px) {
  section.top_news .btn_news a {
    width: 90%;
  }
}
section.top_news .btn_news a i {
  width: 16px;
  position: absolute;
  top: 42%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.top_news .btn_news a:hover {
  background: #614830;
  color: #fff;
}
@media (max-width: 768px) {
  section.top_news .btn_news a:hover {
    background: #fff;
    color: #1a1a1a;
  }
}
section.top_news .btn_news a:hover i img {
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  section.top_news .btn_news a:hover i img {
    filter: none;
  }
}
section.top_news .topic_frame {
  text-align: center;
  max-height: 100vh;
  overflow: hidden;
}
section.top_news .topic_frame iframe.autoHeight {
  border: 0;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  height: auto;
  min-height: 350px;
  overflow: hidden;
}
@media (max-width: 878px) {
  section.top_news .topic_frame iframe.autoHeight {
    min-height: 600px;
  }
}
#news {
  z-index: 2;
  position: relative;
  /*padding: 100px 0 60px;*/
  background: #fff;
}
#news .cat {
  display: inline-block;
  margin-top: 8px;
  padding: 0 8px;
  background: #bfaf9f;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
#news .more_link {
  margin-top: 60px;
  font-size: 2.2rem;
}