@charset "UTF-8";
/* =================================
 p_top_mv
 ================================= */
 .p_top_mv{
  position: relative;
  height: 690px;
  overflow: hidden;
  margin-top: 32px;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@media screen and (max-width: 767px) {
 .p_top_mv{
  position: relative;
  height: 320px;
  margin-top: 64px;
}
}
/* =====p_top_mv_txtArea==================== */
.p_top_mv_txtArea{
  position: absolute;
  width: 1307px;
  height: 690px;
  bottom: 0;
  left: -136px;
  z-index: 2;
  background: url(../../assets/img/p_top/p_top_mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction : column;
}
.p_top_mv_txtArea_inner{
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 488px;
  z-index: 2;
}
@media screen and (max-width: 1536px) {
  .p_top_mv_txtArea{
    left: -236px;
  }
}
@media screen and (max-width: 1280px) {
  .p_top_mv_txtArea{
    left: -336px;
  }
}
@media screen and (max-width: 1080px) {
  .p_top_mv_txtArea{
    width: 1027px;
    height: 691px;
    left: -160px;
    background: url(../../assets/img/p_top/p_top_mv_bg_2.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p_top_mv_txtArea_inner{
    margin-left: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p_top_mv_txtArea{
    width: 375px;
    height: 320px;
    left: -24px;
    z-index: 2;
    background: url(../../assets/img/p_top/sp/p_top_mv_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p_top_mv_txtArea_inner{
    margin-left: 8px;
    width: 70%;
  }
}
/* =====p_top_mv_catch_item==================== */
.p_top_mv_catch_item{
  margin-bottom: 32px;
}
.p_top_mv_catch_item:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p_top_mv_catch_item{
    margin-bottom: 8px;
  }
}
/* =====p_top_mv_txtArea_ttl_1==================== */
.p_top_mv_txtArea_ttl_1{
  position: relative;
  font-family:  "Shippori Mincho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
}
.p_top_mv_txtArea_ttl_1:before,
.p_top_mv_txtArea_ttl_1:after{
  content: "";
    background: url(../../assets/img/ico/ico_mark_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 14px;
    display: inline-block;
    margin: 0 16px;
}
.p_top_mv_txtArea_ttl_1:after{
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p_top_mv_txtArea_ttl_1{
    font-size: 1.3rem;
  }
  .p_top_mv_txtArea_ttl_1:before,
  .p_top_mv_txtArea_ttl_1:after{
    width: 13px;
    height: 4px;
    margin: 0 4px;
  }
}
/* =====p_top_mv_txtArea_ttl_2==================== */
.p_top_mv_txtArea_ttl_2{
  position: relative;
  font-family:  "Shippori Mincho", sans-serif;
  font-size: 2.0rem;
  font-weight: 600;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p_top_mv_txtArea_ttl_2{
    font-size: 1.0rem;
    margin-top: 16px;
  }
}
/* =====p_top_mv_slider==================== */
.p_top_mv_slider.slick-slider{
  margin-top: -1px;
}
@media screen and (max-width: 1536px) {
  .p_top_mv_slider .img{
    margin-left: -20%;
  }
}

@media screen and (max-width: 1280px) {
  .p_top_mv_slider .img{
    margin-left: -30%;
  }
}
@media screen and (max-width: 1080px) {
  .p_top_mv_slider .img{
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p_top_mv_slider .img{
    max-width: 100%;
  }
}
/* =====p_top_mv c_bnrArea==================== */

@media screen and (max-width: 767px) {
  .p_top_mv .c_bnrArea{
    margin-top: 16px;
    margin-left: 24px;
    justify-content: flex-start;
  }
  .p_top_mv .c_bnrArea .bnr{
    margin-right: 4px;
  }
}


/* =====tabArea==================== */
#p_top .tabArea{
  padding-top: 80px;
}
.tabItem{
  position: relative;
}
.tabTtl{
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabTtl_item{
  position: relative;
  font-family:  'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 800;
  padding: 0 24px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.tabTtl_item:after{
  content: "";
  width: 1px;
  height: 8px;
  background: #A29062;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0 , -50%);
}
.tabTtl_item:first-child:before{
  content: "";
  width: 1px;
  height: 8px;
  background: #A29062;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0 , -50%);
}
.tabTtl_txt{
  transition: all .2s ease-in-out;
  position: relative;
  padding: 12px 0;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.tabTtl_item.current .tabTtl_txt{
  transition: all .2s ease-in-out;
  border-bottom: 4px solid #190E09;
}
.tabCont{
  background: #fff;
  padding: 24px 24px 40px;
  border-top: 1px solid #A29062;
}
.hover .tabTtl_item:hover .tabTtl_txt{
    border-bottom: 4px solid #A29062;
}
.hover .tabTtl_item.current:hover .tabTtl_txt{
  border-bottom: 4px solid #190E09;
}
@media screen and (max-width: 767px) {
  #p_top .tabArea{
    padding-top: 40px;
  }
  .tabTtl_item{
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0 12px;
  }
}
/* =====p_top_card_1==================== */
.p_top_card_1{
  display: flex;
}
.p_top_card_pic{
  width: 560px;
  margin-right: 48px;
  margin-left: -124px;
}
.p_top_card_pic .img{
  max-width: 100%;
}
.p_top_card_cont{
  flex: 1;
}
.p_top_card_cont .c_btn_2{
margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p_top_card_1{
    flex-direction : column;
  }
  .p_top_card_pic{
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: 0;
  }
}
