@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body.home{
  color: #1a1a1a;
  font-family: 'noto sans jp';
  font-size: 62.5%;
}
/****************************
top_main_visual
****************************/
.top_main_visual_wrap{
  position: relative;
  margin-top: 120px;
  height: calc(480px + 144px + 215px);
  max-height: 621px;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/wp-content/themes/artkaitori/images/top/kv_top@2x.jpg);
  background-size: 1280px auto;
  background-repeat: repeat;
  background-position: top center;
}
.top_main_visual_inner{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 681px;
  min-height: 310px;
  /* height: 100%; */
  width: 100%;
  right: 0;
  left: 0;
  margin: 80px auto;
  background-image: url(/wp-content/themes/artkaitori/images/top/img_top_main_visual_bk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main_visual_title{
  position: relative;
  text-align: center;
}
.service_categories{
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.service_categories span{
  /* font-family: Yu Gothic, Meiryo, sans-serif; */
  display: inline-block;
  padding: 9px 24px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.15;
  color: #fff;
  text-align: center;
  background-color: #f25449;
  border-radius: 7px;
}
.service_categories span:not(:last-of-type){
  margin-right: 8px;
}
.value_proposition{
  /* font-family: Yu Gothic, Meiryo, sans-serif; */
  font-size: 50px;
  line-height: 1.15;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.value_proposition.-member{
  color: #fad000;
}
.value_proposition.-assessment{
  font-size: 70px;
}
@media screen and (max-width: 1151px) {
  .top_main_visual_wrap{
    max-height: 477px;
    margin-top: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/wp-content/themes/artkaitori/images/top/kv_top_sp@2x.jpg);
  }
  .top_main_visual_inner{
    max-width: 681px;
    min-height: 244px;
    margin: 63px auto 58px;
    background-image: url(/wp-content/themes/artkaitori/images/top/img_top_main_visual_bk_sp.png);
  }
  .service_categories span{
    padding: 5px 16px;
    font-size: 22px;
  }
  .value_proposition{
    font-size: 24px;
    line-height: 1.6;
  }
  .value_proposition.-assessment{
    font-size: 39px;
    line-height: 1.14;
  }
}
.top_main_visual_btm{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px 0;
  background-color: #F5F5F5;
}
.main_points{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1098px;
  width: 90%;
  margin: auto;
}
.main_points .point_box{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 350px;
  width: 32%;
  max-height: 120px;
  padding: 22px 16px;
  background-color: #fff;
  box-sizing: border-box;
}
.main_points .point_number{
  max-width: 60px;
  max-height: 60px;
  padding: 7px 12px 6px;
  margin-right: 12px;
  background-color: #e4fcf2;
  border-radius: 5px;
  border: 2px solid #08a365;
  box-sizing: border-box;
}
.main_points .point_number p{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* font-family: Arial, Yu Gothic, Meiryo, sans-serif; */
  color: #08a365;
  font-size: 12px;
  font-weight: bold;
}
.main_points .point_number .num{
  font-family: Arial, Yu Gothic, Meiryo, sans-serif;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.main_points .point_text p{
  /* font-family: Yu Gothic, Meiryo, sans-serif; */
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.main_points .point_text p span{

}
.main_points .point_text p .marker{
  display: inline-block;
  background: linear-gradient(transparent 60%, #FFF070 60%);
  margin-bottom: 5px;
}
.main_points .point_text p .big{
  font-size: 36px;
  font-weight: bold;
}
.main_points .point_text p .big.-num{
  font-size: 46px;
  line-height: 1;
}
@media screen and (max-width: 1151px) {
  .top_main_visual_btm{
    padding: 17px 0;
    background-color: rgba(8,163,101,0.58);
  }
  .main_points .point_box{
    flex-direction: column;
    padding: 6px 4px;
    max-height: 80px;
    border-radius: 5px;
    width: 31%;
  }
  .main_points .point_number{
    width: 100%;
    padding: 3px;
    margin: 0 0 5px;
    border: 1px solid #08a365;
  }
  .main_points .point_number p{
    flex-direction: row;
    align-items: center;
    font-size: 10px;
  }
  .main_points .point_number .num{
    font-size: 14px;
    line-height: 1.14;
    margin-left: 2px;
  }
  .main_points .point_text p{
    font-size: 12px;
  }
  .main_points .point_text p .big{
    font-size: 16px;
  }
  .main_points .point_text p .big.-num{
    font-size: 21px;
  }
}
/****************************
breaking_news_area
****************************/
.top_main_visual{
  position: relative;
}
.breaking_news_wrap {
  padding: 16px 0;
}
.breaking_news a{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 39px;
}
.breaking_news a::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 21px;
  max-height: 21px;
  background-image: url(/wp-content/themes/artkaitori/images/top/icon_info.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.breaking_news span{
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin-right: 8px;
}
.breaking_news p{
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1151px) {
  .breaking_news_wrap {
    padding: 19px 0;
  }
  .breaking_news a{
    padding-left: 28px;
  }
  .breaking_news a::before{
    max-width: 25px;
    max-height: 25px;
  }
  .breaking_news span{
    font-size: 14px;
    line-height: 1.42;
  }
  .breaking_news p{
    font-size: 14px;
    line-height: 1.42;
  }
}

/****************************
artworks_list_section
****************************/
.artworks_list_wrap{
  padding: 120px 0 80px;
}
.artworks_list_wrap .block_title_area{
  margin-bottom: 40px;
}
.artworks_list_title{
  margin-bottom: 80px;
}
.artworks_accordion{
  border: 1px solid #e7efec;
  border-top-width: 14px;
  padding: 26px 48px 40px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.artworks_accordion:nth-of-type(5){
  margin-bottom: 80px;
}
.artworks_accordion .sub_block_title{
  text-align: center;
  margin-bottom: 42px;
}
.artworks_list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.artworks_list li{
  max-width: 196px;
  text-align: center;
}
.artworks_list li a{
  /* padding: 8px; */
  box-sizing: border-box;
}
.artworks_list_img{
  /* width: 90%; */
  /* margin: 8px auto 16px; */
  max-width: 180px;
  margin-bottom: 8px;
  border-radius: 50%;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.artworks_list_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artworks_list li a{
  text-decoration: none !important;
}
.artworks_list li a p{
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-style: solid;
  text-underline-offset: 3px;
  text-align: center;
  display: inline-block;
}
.artworks_list li a:hover p{
  text-decoration: none;
}
.artworks_accordion_menu > p{
  font-size: 14px;
  line-height: 1.42;
  text-align: center;
  margin-bottom: 32px;
}
.artworks_accordion_menu .artworks_list_btn_area > div{
  margin: auto;
}
.artworks_accordion_menu .artworks_list_btn_area > div:first-of-type{
  margin-bottom: 24px;
}
@media screen and (max-width: 1151px) {
  .artworks_list_wrap{
    padding: 80px 0 48px;
  }
  .artworks_list_wrap .artworks_list_title{
    margin-bottom: 48px;
  }
  .artworks_list_wrap .artworks_list_title .section_title{
    line-height: 1.6;
  }
  .artworks_accordion{
    border-top-width: 8px;
    padding: 0;
  }
  .artworks_accordion:nth-of-type(5){
    margin-bottom: 48px;
  }
  .artworks_accordion_title{
    position: relative;
    display: flex;
    padding: 17px 8px 24px;
    cursor: pointer;
  }
  .artworks_accordion_title span{
    position: absolute;
    top: 0px;
    right: 20px;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 16px;
    width: 100%;
    max-height: 16px;
  }
  .artworks_accordion .sub_block_title{
    width: 100%;
    margin-bottom: 0;
  }
  .artworks_accordion_menu{
    display: none;
    padding: 17px 8px 24px;
  }
  .artworks_accordion_title span:before,
  .artworks_accordion_title span:after {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      display: block;
      width: 100%;
      height: 100%;
      max-height: 14px;
      max-width: 14px;
      background-color: #4A4A4A;
      /* border-radius: 10px; */
  }
  .artworks_accordion_title span:before{
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    transition: transform 1s;
  }
  .artworks_accordion_title span:after {
    width: 15px;
    height: 2px;
    transition: opacity 1s;
  }
  .artworks_accordion_title.active span::before{
    transform: translateY(-50%) rotate(180deg);
  }
  .artworks_accordion_title.active span:after {
    opacity: 0;
  }
  .artworks_list{
    flex-wrap: wrap;
  }
  .artworks_list li{
    max-width: 48%;
    width: 48%;
  }
  .artworks_list li:nth-of-type(-n+4){
    margin-bottom: 24px;
  }
  .artworks_list li:nth-of-type(odd){
    margin-right: 4%;
  }
  .artworks_list li a{
    display: block;
    padding: 0 0 10px;
    box-sizing: border-box;
  }
  .artworks_list_img{
    /* width: 94%; */
    /* margin: auto auto 5px; */
    max-width: 145px;
    height: 145px;
    margin: auto auto 8px;
  }
  .artworks_list li p{
    font-size: 16px;
    line-height: 1.5;
  }
  .artworks_accordion_menu > p{
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
}
/****************************
purchase_section
****************************/
.purchase_section{
  padding-bottom: 124px;
}
.purchase_results_block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 62px;
}
.kaitori_results_title::before{
  background-image: url(/wp-content/themes/artkaitori/images/top/icon_item_art.png);
}
.kaitori_artist_title::before{
  background-image: url(/wp-content/themes/artkaitori/images/top/icon_item_people.png);
}
.purchase_results > p{
  font-size: 14px;
  line-height: 1.42;
  text-align: center;
}
.purchase_results .splide {
  margin-bottom: 30px;
}
.purchase_results .splide .splide__slide{
  position: relative;
  max-width: 350px;
  background-color: #fff;
  margin-top: 16px;
  margin-bottom: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.purchase_results .splide .splide__slide .new{
  position: absolute;
  max-width: 88px;
  max-height: 33px;
  top: -16px;
  left: -9px;
}
.purchase_results .splide .splide__slide .purchase_img{
  display: flex;
  align-items: center;
  max-width: 350px;
  min-height: 350px;
  text-align: center;
  background-color: #f5f5f5;
}
.purchase_img a,
.purchase_img a * {
  text-decoration: none !important;
}
.purchase_results .splide .splide__slide .purchase_img img{
  width: auto;
  max-height: 350px;
  margin: auto;
}
.purchase_info_area{
  padding: 16px;
  box-sizing: border-box;
}
.purchase_info_area a,
.purchase_info_area a * {
  text-decoration: none !important;
}
.purchase_results a,
.purchase_results a * {
  text-decoration: none !important;
}
.purchase_results .splide .splide__slide h3{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.18;
  margin-bottom: 8px;
}
.purchase_results .splide .splide__slide .purchase_product{
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.purchase_results .splide .splide__slide .purchase_price{
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.purchase_results .splide .splide__slide .purchase_price span{
  font-size: 32px;
  font-weight: bold;
  color: #d32f2f;
  line-height: 1.25;
  margin-left: 8px;
}
.purchase_results .splide .splide__slide .purchase_price .contact{
  font-size: 16px;
}
.purchase_tag{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* margin-bottom: 8px; */
}
.purchase_tag li{
  margin-bottom: 8px;
}
.purchase_tag li:not(:last-of-type){
  margin-right: 8px;
}
.purchase_tag li p{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42;
  color: #7e7e7e;
  border: 1px solid #7e7e7e;
  border-radius: 56px;
  padding: 2px 16px;
  text-align: center;
}
.purchase_results .splide .splide__slide .data{
  font-size: 14px;
  line-height: 1.42;
}
.purchase_results .splide .splide__slide .data span{
  margin-left: 8px;
}

@media screen and (max-width: 1151px) {
  .purchase_section{
    padding-bottom: 28px;
  }
  .purchase_results_block{
    margin-bottom: 22px;
  }
  .purchase_results .splide{
    margin-bottom: 25px;
  }
  .purchase_results .splide .splide__slide .new{
    max-width: 63px;
    max-height: 25px;
    top: -19px;
    left: -8px;
  }
  .purchase_results .splide .splide__slide{
    max-width: 280px;
    margin-top: -20px;
  }
  .purchase_results .splide .splide__slide .purchase_img{
    min-height: 300px;
  }
  .purchase_results .splide .splide__slide .purchase_img img{
    max-height: 300px;
  }
  .purchase_results .splide .splide__slide h3{
    font-size: 24px;
  }
  .purchase_results .splide .splide__slide .purchase_product{
    font-size: 18px;
  }
  .purchase_results .splide .splide__slide .purchase_price{
    font-size: 14px;
  }
  .purchase_results .splide .splide__slide .purchase_price span{
    font-size: 24px;
  }
  .purchase_results .splide .splide__slide .purchase_price .contact{
    font-size: 15px;
  }
  .purchase_tag li:not(:last-of-type){
    margin-right: 6px;
  }
  .purchase_tag li p{
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 11px;
  }
  .purchase_info_area{
    padding: 10px 16px;
    box-sizing: border-box;
  }
  .purchase_results .splide .splide__slide .data{
    font-size: 12px;
    line-height: 1.66;
  }
  .purchase_results > p{
    width: 90%;
    margin: auto auto 32px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
  }
  .purchase_results .base_btn {
    margin: auto;
  }
}
/****************************
shop_list_area
****************************/
.shop_list_area .section_title{
  margin-bottom: 40px;
}
.shop_list_area .shop_list #shop_splide.splide{
  visibility: visible;
}
.shop_list_area .shop_list #shop_splide ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop_list_area .shop_list li{
  margin-right: 3.5%;
  max-width: 360px;
  width: 31%;
  background-color: #fff;
}
.shop_list_area .shop_list li:nth-of-type(3n){
  margin-right: 0;
}
.shop_list_area .shop_list li:nth-of-type(-n+6){
  margin-bottom: 56px;
}
.shop_list_area .shop_list .shop_img{
  display: flex;
  align-items: center;
  max-width: 100%;
  min-height: 240px;
  text-align: center;
}
.shop_list_area .shop_list .shop_img img{
    max-height: 240px;
    margin: auto;
    object-fit: contain;
}
.shop_list_area .shop_list .shop_text_area{
  padding: 16px;
  box-sizing: border-box;
}
.shop_list_area .shop_list .shop_text_area h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 8px;
}
.shop_list_area .shop_list .shop_text_area .map_link{
  position: relative;
  font-size: 14px;
  line-height: 1.42;
  padding-left: 24px;
  margin-bottom: 16px;
  font-weight: 400;
  min-height: 60px; /* 3行分の高さを確保（郵便番号含む） */
}
/* .shop_list_area .shop_list .shop_text_area .map_link a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.42;
} */
.shop_list_area .shop_list .shop_text_area .map_link::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 21px;
  background-image: url(/wp-content/themes/artkaitori/images/top/icon_map.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.shop_list_area .shop_list .shop_tel_btn{
  max-width: 400px;
  border-radius: 40px;
  margin-bottom: 16px;
}
.shop_list_area .shop_list .shop_tel_btn a{
  position: relative;
  display: block;
  border-radius: 40px;
  padding: 11px 11px 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #00824C;
  background-color: #00824C;
}
.shop_list_area .shop_list .shop_tel_btn p{
  position: relative;
  display: inline-block;
  padding-left: 23px;
  color: #fff;
  font-size: 16px;
}
.shop_list_area .shop_list .shop_tel_btn p::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 17px;
  max-height: 17px;
  background-image: url(/wp-content/themes/artkaitori/images/top/icon_office_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.area_visit_purchase .block_title{
  text-align: center;
  margin-bottom: 45px;
}
.area_list{
  display: flex;
  justify-content: space-between;
}
.area_list > ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 546px;
  width: 46%;
}
.area_list > ul:first-of-type{
  margin-right: 3%;
}
.area_list > ul > li{
  width: 100%;
}
.area_list > ul > li:not(:last-of-type){
  margin-bottom: 56px;
}
.area_list > ul dt{
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 16px;
}
.area_list > ul dt p{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
}
.area_list > ul dd ul{
  display: flex;
  flex-wrap: wrap;
}
.area_list > ul dd li{
  position: relative;
}
.area_list > ul dd li:not(:last-of-type){
  border-right: 1px solid #4a4a4a;
  margin: 0 8px 8px 0;
  padding-right: 8px;
}
.area_list > ul dd li p{
  font-size: 16px;
}
.area_list a,
.area_list a * {
  text-decoration: none !important;
}
@media screen and (max-width: 1151px) {
  .area_visit_purchase .block_title{
    margin-bottom: 40px;
  }
  .shop_list_area .shop_list #shop_splide.splide{
    margin-bottom: 16px;
  }
  .shop_list_area .shop_list #shop_splide ul{
    flex-wrap: nowrap;
    justify-content: start;
  }
  .shop_list_area .shop_list li{
    max-width: 280px;
  }
  .shop_list_area .shop_list li:nth-of-type(-n+6){
    margin-bottom: 0;
  }
  .shop_list_area .shop_list .shop_img{
    min-height: 187px;
  }
  .shop_list_area .shop_list .shop_img img{
    max-height: 187px;
  }
  .shop_list_area .shop_list .shop_text_area h3{
    font-size: 18px;
    line-height: 1.44;
  }
  .shop_list_area .shop_list > p{
    font-size: 14px;
    line-height: 1.42;
    text-align: center;
  }
  .shop_list_area .shop_list .shop_text_area .map_link a{
    font-size: 12px;
    line-height: 1.66;
  }
  .shop_list_area .shop_list .shop_tel_btn a{
    padding: 8px 11px 5px;
  }
  .shop_list_area .shop_list .shop_tel_btn p{
    font-size: 14px;
    line-height: 1.42;
  }
  .area_list{
    flex-direction: column;
  }
  .area_list > ul{
    max-width: 100%;
    width: 100%;
  }
  .area_list > ul:first-of-type{
    margin-right: 0;
    margin-bottom: 24px;
  }
  .area_list > ul > li{
    width: 100%;
  }
  .area_list > ul > li:not(:last-of-type){
    margin-bottom: 24px;
  }
  .area_list > ul dt p{
    font-size: 16px;
    line-height: 1.5;
  }
  .area_list > ul dd li p{
    font-size: 12px;
  }
}

/****************************
section_artist_area
****************************/
.section_artist_wrap{
  background-image: url(/wp-content/themes/artkaitori/images/top/img_artist_area_bk.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section_title_area{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.section_title_area .artist_intro_title,
.section_title_area .art_column_title{
  margin-bottom: 16px;
}
.section_title_area .artist_intro_title::before{
  background-image: url(/wp-content/themes/artkaitori/images/top/icon_column_people.png);
}
.section_title_area .art_column_title::before{
  background-image: url(/wp-content/themes/artkaitori/images/top/icon_column_art.png);
}
.section_artist_area .section_title_area p{
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.section_artist_area .splide__slide{
  max-width: 376px;
  min-height: 440px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.section_artist_area .splide__slide a{
  position: relative;
  display: block;
  height: 100%;
  /* background-image: url(/wp-content/themes/artkaitori/images/top/image49.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
}
.section_artist_area .splide__slide .artist_area_img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.artist_area_img a,
.artist_area_img a *,
.section_artist_area a,
.section_artist_area a * {
  text-decoration: none !important;
}
.section_artist_area .splide__slide .artist_area_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_artist_area .splide__slide p{
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  height: 100%;
  color: #fff;
  line-height: 1.44;
  font-weight: bold;
  box-sizing: border-box;
  z-index: 1;
}
.splide02{
  position: relative;
}
/* 矢印のクリック範囲など */
.splide__arrows{
  display: block;
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
  margin: auto;
  width: 88%;
  /* max-width: 1242px; */
  padding-bottom: 56px;
  transform: translateY(-50%);
}
.button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 76px;
  transition: .2s;
  width: 76px;
}
/* 矢印共通のスタイル */
.button::before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: 86px;
  max-width: 66px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* 前の矢印 */
.prev::before {
  left: 0;
  background-image: url(/wp-content/themes/artkaitori/images/top/img_prev_icon.png);
}
/* 次の矢印 */
.next::before {
  right: 0;
  background-image: url(/wp-content/themes/artkaitori/images/top/img_next_icon.png);
}
/* 次のスライドが無い場合の矢印 */
/* .button:disabled::before {
  background-color: #ccc;
} */
/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}
.splide__arrow:hover:not(:disabled){
  opacity: 0.7;
}
@media screen and (max-width: 1151px) {
  .section_artist_wrap #artist_area_splide01{
    margin-bottom: 27px;
  }
  .art_column_area #artist_area_splide02{
    margin-bottom: 25px;
  }
  .section_artist_wrap .base_btn,
  .art_column_area .base_btn{
    margin: auto;
  }
  .section_title_area{
    justify-content: center;
  }
  .section_title_area .title_area{
    text-align: center;
  }
  .section_title_area .artist_intro_title, .section_title_area .art_column_title{
    display: inline-block;
  }
  .section_artist_area .splide__slide{
    max-width: 280px;
    min-height: 340px;
  }
  .splide__arrows{
    width: 100%;
    top: 50%;
    padding-bottom: 32px;
  }
  .button{
    height: 42px;
    width: 42px;
  }
}
/****************************
news
****************************/
.news_wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}
.news_list_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.news_header_title {
  /* margin-right: 146px; */
  /* max-width: 159px; */
  margin-right: 7%;
}
.top_news_list {
  flex: 1;
  max-width: 895px;
}
.news_title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
}
.news_title_area{
  max-width: 93%;
}
.top_news_list li .news_date  {
  font-family: "Inter", serif;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
  line-height: 1.42;
}
.top_news_list li {
  display: block;
  border-bottom: 1px solid #A9A9A9;
}

.top_news_list li a,
.top_news_list li a * {
  text-decoration: none !important;
}
.top_news_list li a{
  position: relative;
  display: block;
  padding: 20px 0 24px;
}

.top_news_list li a span{
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  max-width: 38px;
  width: 100%;
  max-height: 38px;
  height: 100%;
  padding-bottom: 38px;
  background-color: #4A4A4A;
  border-radius: 50%;
}

.top_news_list li a span:after{
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 38px;
  background-image: url(/wp-content/themes/artkaitori/images/common/icon_btn_arrow03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1151px) {

  .news_wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .news_list_box {
    /* display: block; */
    flex-direction: column;
  }
  .news_title_area{
    max-width: 89%;
  }
  .news_header_title {
    max-width: 100%;
    margin: 0 0 8px;
  }
  .news_title {
    font-size: 16px;
    line-height: 1.5;
  }

  .base_inner p.news_date  {
    padding-bottom: 8px;
  }
  .top_news_list li a span{
    max-width: 30px;
    max-height: 30px;
    padding-bottom: 30px;
  }
  .top_news_list li a span:after{
    max-width: 15px;
    max-height: 30px;
  }
}
