@charset "UTF-8";
#mv {
  padding: calc(-10px + var(--site-header-height)) 0 90px;
  background-color: #f6f4f3;
  position: relative;
  border-top: 145px solid var(--main_c);
  background-image: url(/common/images/mv-bg.png);
  background-repeat: no-repeat;
  background-size: 650px;
  background-position: top left;
}
@media (max-width: 959px) {
  #mv {
    padding: calc(60px + var(--site-header-height)) 0 80px;
  }
}
@media (max-width: 767px) {
  #mv {
    padding: calc(10px + var(--site-header-height)) 0 80px;
    border-top: 130px solid var(--main_c);
  }
}
/* NOTE: 不使用 */
#mv > .base_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  height: 640px;
}
@media (max-width: 767px) {
  #mv > .base_wrap {}
}
.mv-navi {
  /* NOTE: .base_wrap Start */
  max-width: var(--site-base-wrap-width);
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0 var(--site-base-wrap-padding);
  /* NOTE: .base_wrap End */
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .mv-navi {
    /* NOTE: 上部固定 Start */
    position: fixed;
    top: calc(35px + var(--site-header-height));
    /* NOTE: 上部固定 End */
    height: auto;
  }
}
.mv-navi__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  border-radius: 12px;
  background: rgb(56 64 68 / 83%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .mv-navi__list {
    padding-block: 12px;
  }
}
.mv-navi__item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mv-navi__item + .mv-navi__item {
  border-left: 1px solid;
}
.mv-navi__ttl {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  position: relative;
}
.mv-navi__ttl::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 32px;
  height: 28px;
}
.mv-navi__item01 .mv-navi__ttl::before {
  background-image: url(/common/images/mv-navi_menu01.png);
}
.mv-navi__item02 .mv-navi__ttl::before {
  background-image: url(/common/images/mv-navi_menu02.png);
}
.mv-navi__item03 .mv-navi__ttl::before {
  background-image: url(/common/images/mv-navi_menu03.png);
}
.mv-navi__item04 .mv-navi__ttl::before {
  background-image: url(/common/images/mv-navi_menu04.png);
}
.mv-navi__item05 .mv-navi__ttl::before {
  background-image: url(/common/images/mv-navi_menu05.png);
}
.mv-navi__item06 .mv-navi__ttl::before {
  background-image: url(/common/images/mv-navi_menu06.png);
}
.mv-navi__item07 .mv-navi__ttl::before {
  background-image: url(/common/images/mv-navi_menu07.png);
}
.mv-navi__ttl::after {
  content: attr(data-small);
  display: block;
  font-size: 11px;
  line-height: 1;
}
@media (max-width: 767px) {
  .mv-navi__ttl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: stretch;
    font-size: 10px;
    line-height: 12px;
    min-height: 44px;
    /* NTOE: 2.2rem(line-height)  + 20px(before height) */
  }
  .mv-navi__ttl::before {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv-navi__ttl::after {
    display: none;
    font-size: 8px;
  }
}
.mv__inner {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--site-base-wrap-padding);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.mv-search_wrap {
  width: calc(100% - 610px);
}
.mv-card_wrap {
  width: 560px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .mv-search_wrap {
    width: calc(100% - 470px);
  }
  .mv-card_wrap {
    width: 450px;
  }
}
@media screen and (max-width: 959px) {
  .mv-search_wrap {
    width: 100%;
  }
  .mv-card_wrap {
    width: 100%;
    margin-top: 6rem;
  }
}
.mv-card_wrap::before {
  margin-left: -96px;
  padding: 0 1rem;
  background: linear-gradient(180deg, #f6f4f3 0%, #f6f4f3 60%, #ffffff 60%, #ffffff 100%);
  content: "PICK UP NEWS";
  color: var(--main_c);
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  top: -15px;
  left: 50%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mv-card_wrap .card-type__ttl {
    margin: .2rem 0;
    font-size: 1.8rem;
    font-weight: 700;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .mv-card_wrap .card-type__ttl {
    margin: .2rem 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    font-feature-settings: "palt";
  }
}
.mv-card__list {
  padding: 3rem 2rem 2rem;
  background: #fff;
  border: 1px solid var(--main_c);
  border-radius: 20px;
}
.mv__ttl {
  font-size: 4rem;
  font-weight: 700;
  font-feature-settings: "palt";
  position: relative
}
@media screen and (min-width: 768px) {
  .mv__ttl br.sp_disp {
    display: none
  }
}
@media screen and (max-width: 1200px) {
  .mv__ttl {
    font-size: 3.4rem;
    font-weight: 700;
    position: relative
  }
}
@media screen and (max-width: 767px) {
  .mv__ttl {
    text-align: center;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) {
  .card-type__desc p {
    display: none
  }
}
.mv-pop {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: var(--main_c);
  border-radius: 20px;
  position: absolute;
  padding: 8px 12px 10px;
  bottom: calc(100% + 0px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .mv-pop {
    left: 50%;
    margin-left: -138px;
  }
}
.mv-pop:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid rgba(0, 0, 0, 0);
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-top: 10px solid var(--main_c);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.mv__ttl--intro {
  color: var(--sub_c);
  font-size: 2.8rem;
}
@media screen and (max-width: 1200px) {
  .mv__ttl--intro {
    font-size: 2rem;
  }
}
.mv-search {
  margin-top: 4rem;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0 rgb(176 159 140 / 50%);
  border-radius: 8px;
  padding: 20px 20px 10px;
  max-width: 1200px;
  position: relative
}
@media screen and (max-width: 959px) {
  .mv-search {
    margin-top: 4rem;
  }
}
.mv-search__ttl {
  padding-left: 25px;
  color: var(--sub_c);
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  position: absolute;
  top: -35px;
}
.mv-search__ttl::before {
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(/common/images/icon-search-color.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.mv-search .search_form {
  position: relative;
  margin-top: 0;
}
.mv-search .mv-search__btn button {
  background-color: var(--sub_c);
  height: 50px;
  padding: 0 1.5rem;
  border-radius: 8px;
}
.mv-search .select select {
  border: 1px solid #dbd9d9;
  box-shadow: none;
}
.mv-search input[type=text] {
  width: 18em;
}
@media (max-width: 1200px) {
  .mv-search input[type=text] {
    width: 13em;
  }
}
@media (max-width: 959px) {
  .mv-search .search_form, .mv-search .search_form .mv-search__ttl {}
  .mv-search .search_form .mv-search__ttl {
    margin: 0 0 2rem .5rem;
  }
  .mv-search .search_form .form {}
  .mv-search input[type=text] {
    width: 14em;
  }
  .search_form {
    margin-top: 20px;
  }
  .search_form form {
    gap: 10px 10px;
    padding-bottom: 5px;
  }
}
.mv-search__bottom {
  margin-top: 3rem;
  display: flex;
  gap: 15px
}
.mv-search__bottom a {
  color: var(--sub_c);
  text-decoration: underline
}
.search_form form {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 5px
}
@media (max-width: 767px) {
  .mv-search .search_form .mv-search__ttl {
    margin: 0 0 3rem .5rem;
  }
  .mv-search .form_input {
    width: 100%;
    display: block;
  }
  .mv-search input[type=text] {
    width: 100%;
  }
  .search_form form {
    height: auto;
    flex-wrap: wrap;
  }
  .mv-search__bottom {
    justify-content: center;
  }
}
.search_form .form .icon {
  flex-basis: auto;
}
@media (max-width: 767px) {
  .search_form .form .icon {
    flex-basis: 10%;
    height: 53px;
  }
}
.search_form .form .icon i {
  font-size: 3.2rem;
  color: var(--main_c);
}
@media (max-width: 767px) {
  .search_form .form .icon i {
    width: 40%;
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 12px;
  }
}
.search_form .form .select {
  flex-basis: 100%;
}
.mv-search__btn button {
  min-width: 80px;
  height: 50px;
  background: unset;
  border: unset;
  color: #fff;
  text-align: center;
}
.mv-search__btn button span {
  letter-spacing: 2px;
}
/**
.mv-search__btn button span::before {
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(/common/images/icon-search.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}**/
@media (max-width: 767px) {
  .mv-search__btn {
    width: 100%;
  }
  .mv-search__btn button {
    width: 100%;
    height: 50px;
    background: var(--main_c);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.mv__item {
  width: 100%;
}
.mv__item a {
  padding: 1rem 0;
  border-bottom: 1px dashed #b09f8c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.mv__item:first-child a {
  padding-top: 0;
}
.mv__item:last-child a {
  padding-bottom: 0;
  border-bottom: none
}
@media (max-width: 767px) {
  .mv__item {}
  .mv__item a {
    gap: 10px
  }
}
.mv__item .card-type__img {
  width: 100px;
  height: auto;
}
.mv__item img {
  border-radius: 6px;
  max-width: none;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
.mv-card__list .mv__item img {
  aspect-ratio: 3 / 2;
}
.mv__item .card-type__desc {
  width: calc(100% - 115px);
  margin: 0
}
@media (max-width: 767px) {
  .mv__item .card-type__desc {
    width: calc(100% - 110px);
  }
}
.slick-slide {
  transition: all ease-in-out .3s;
}
.slick-active, .slick-current {
  opacity: 1;
}
/************************ home logo (sp表示) ************************/
.home_logo {
  width: 100%;
  margin: 2rem auto
}
.home_logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.home_logo_copy {
  margin-bottom: .5rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.home_logo_copy em {
  color: var(--main_c)
}
.home_logo img {
  max-width: 210px;
  margin: 0 auto
}
@media (max-width: 767px) {
  .home_logo {
    margin-top: 0
  }
}
/************************ PICK UP NEWS ************************/
.pickupNews {
  background-color: #f6f4f3;
  background-image: url(/common/images/mv-bg.png);
  background-repeat: no-repeat;
  background-size: 520px;
  background-position: top left;
  padding: calc(12px + var(--site-header-height)) 0 20px;
}
.pickupNews .home_title {
  border: none;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pickupNews_wrap {
  margin-top: 2rem;
  padding: 1.5rem 0 3.5rem;
  border: 4px solid #f0ecea;
  background: #fff;
}
.pickupNews .slide-items {
  display: none;
}
.pickupNews .slide-items.slick-initialized {
  display: block;
}
.pickupNews .slick-prev, .pickupNews .slick-next {
  top: -40px;
}
.pickupNews__item {
  margin: 0;
  padding: 0 1.5rem;
}
.pickupNews__item .card-type__img {}
.pickupNews__item .card-type__img img {
  background: #fff;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
.pickupNews .slick-dots {
  bottom: -50px;
}
.pickupNews .slick-dots li.slick-active button {
  background: var(--main_c)
}
@media (max-width: 767px) {
  .pickupNews {
    padding: 10px 0 0;
    background-image: none
  }
  .pickupNews .header-search-keyword {
    background: #fff;
  }
  .pickupNews .slick-dots {
    bottom: -40px;
  }
  .pickupNews_wrap {
    margin-top: 1.5rem;
  }
  .pickupNews .base_wrap {
    padding: 0;
  }
  .pickupNews .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
}
/************************ 3つのピックアップポイント ************************/
.c-point {
  padding: 5rem 0;
}
#home .c-point {
  margin-top: -10rem
}
.c-point__list {
  display: flex;
  gap: 15px;
}
#home .c-point__list {
  max-width: 1360px;
}
.c-point__item {
  width: 33.333333%
}
.c-point__item img {}
@media (max-width: 767px) {
  .c-point__list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .c-point__item {
    width: 100%
  }
}
/************************ MV下ニュース ************************/
.mv-news {
  padding: 20px 0;
  background: var(--sub_c)
}
.mv-news__list {
  display: flex;
  color: #fff
}
@media (min-width: 768px) {
  .mv-news__ttl {
    margin-right: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    border-right: 1px solid #fff
  }
}
.mv-news__txt a {
  font-size: 1.4rem
}
.mv-news__txt time {
  margin-right: 10px
}
@media (max-width: 767px) {
  .mv-news__list {
    flex-wrap: wrap
  }
}
/************************ 汎用または共通 ************************/
.home_wrap01 {
  padding: 4rem 0;
}
@media (max-width: 959px) {
  .home_wrap01 {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .home_wrap01 {
    padding: 20px 0;
  }
}
.home_left_wrap {
  width: calc(100% - 300px);
}
@media (max-width: 959px) {
  .home_left_wrap {
    width: 100%;
    max-width: none;
  }
}
.home_right_wrap, .home_specialty_wrap {
  width: 260px;
}
@media (max-width: 959px) {
  .home_right_wrap, .home_specialty_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 28px auto;
    padding: 0;
    width: 100%;
    max-width: none;
  }
}
/************************ 汎用または共通（カテゴリ） ************************/
.c-cat__wrap {
  margin-top: 1.5rem;
  font-weight: 700;
  display: flex;
}
.c-cat__wrap + .c-cat__wrap {
  margin-top: 1rem
}
.c-cat__ttl {
  width: 100px;
  min-width: 100px;
  background: #f6f4f3;
  border-right: 1px solid #EFEAE0;
  color: var(--sub_c);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cat__list {
  width: 100%;
  padding: 15px;
  background: #f6f4f3;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 6px;
}
@media (max-width: 767px) {
  .c-cat__wrap {
    flex-wrap: wrap
  }
  .c-cat__ttl, .c-cat__list {
    width: 100%;
    padding: 8px;
  }
  .c-cat__ttl {
    padding: 5px;
    border-right: none;
    background: #efeae0
  }
}
/************************  ************************/
.area_wrap {
  position: relative;
  padding: 0 2px;
  margin: 0 0 64px;
}
@media (max-width: 767px) {
  .area_wrap {
    display: none;
  }
}
.area_wrap a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0 4px;
  margin: 0 0 4px 2px;
  background: #fff;
  color: #707070;
  border: 2px solid;
  border-radius: 2em;
  font-size: 1.2rem;
  font-weight: bold;
  width: 88px;
  height: 24px;
}
.area_wrap p {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding: 0;
}
.area_wrap img {
  width: 100%;
  height: auto;
}
.area_wrap__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1300px) {
  .area_wrap__box {
    font-size: 8.125px;
  }
}
.area_wrap > div {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.area_wrap .map_color {
  fill: #ebebeb;
}
.area_wrap .pref_color {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-miterlimit: 100;
}
.area_wrap .box_color {
  opacity: 0.8;
}
.area_wrap .box_fill_color {
  fill: #ffffff;
}
.area_wrap .box_line_color {
  fill: none;
  stroke: var(--main_c);
  stroke-width: 0.5;
  stroke-miterlimit: 100;
}
.area_wrap .line_color {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: var(--main_c);
  stroke-miterlimit: 10;
}
.area_wrap .pin_color {
  fill: var(--main_c);
}
.area_wrap .area_name {
  fill: var(--main_c);
  font-weight: bold;
}
#map {
  display: block;
  max-width: 1024px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#map .area_name, #map .pref_name {
  font-size: 1.4rem;
}
.home_search_wrap {
  margin: 0 0 64px;
}
@media (max-width: 767px) {
  .home_search_wrap {
    padding: 16px 8px;
  }
}
.home_search_wrap > div + div {
  margin-top: 8px;
}
.home_search_wrap select {
  width: 100%;
  padding: 14px;
  border: 1px solid #e7e6e6;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(172, 175, 175, 0.5);
}
.home_kodawari_wrap {
  position: relative;
}
@media (max-width: 767px) {
  .home_kodawari_wrap {
    margin: 0 -2px;
    padding: 0 8px;
  }
}
.box_kodawari {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  padding: 0;
  margin: 0 -2px;
}
.box_kodawari > a, .box_kodawari > div {
  width: calc((100% - 16px) / 3);
  margin: 4px 2px 0;
}
@media (max-width: 767px) {
  .box_kodawari > a, .box_kodawari > div {
    width: calc((100% - 8px) / 2);
    margin: 4px 2px 0;
  }
}
.box_kodawari > a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: solid 2px var(--main_c_light);
  border-radius: 4px;
  box-shadow: 2px 2px 0 0 var(--main_c_light);
  color: inherit;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  padding: 16px;
}
.goods-news__list {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  gap: 15px;
}
@media (min-width: 959.1px) {
  .movie .goods-news__list .card-type__item:nth-child(6),#movie .goods-news__list .card-type__item:nth-child(6) {display: none}
}
@media (max-width: 959px) {
  .goods-news__list {
    margin-top: 2rem
  }
}
@media (max-width: 767px) {
  .goods-news__list {
    gap: 10px;
  }
}

.movie .card-type__item img {
  aspect-ratio: 4 / 3;
}

.industry-news__wrap {
  /*display: flex;*/
  margin-top: 4rem;
  gap: 40px;
}
.industry-news__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .industry-news__wrap {
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 0
  }
  .industry-news__list {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    gap: 0;
  }
}
/*.industry-news__item {
  border-top: 1px solid #efeae0;
}*/
@media (min-width: 768px) {
  .industry-news__list .industry-news__item {
    width: calc((100% - 40px) / 2);
  }
  .industry-news__list .movie_item {
    width: calc((100% - 40px) / 1);
  }
}
.industry-news__item a {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #efeae0;
  color: #a09a93;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.industry-news__desc {
  font-size: 1.2rem;
}
.industry-news__time {
  margin-right: 1rem;
}
.industry-news__ttl {
  margin: .5rem 0;
  color: var(--font_c);
  font-size: 1.5rem;
  font-weight: 700;
}
.industry-news__txt {
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 3;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
}
.industry-news__img {
  width: 150px;
  height: auto;
  border-radius: 6px;
  object-fit: contain;
  aspect-ratio: 3 / 2;
}
.mv-card__list .industry-type__info {
  /*display: none;*/
}
@media (max-width: 767px) {
  .industry-news__item a {
    padding: 10px 0;
    align-items: center;
    gap: 10px
  }
  .industry-news__list:nth-child(2) .industry-news__item:first-child {
    border-top: none
  }
  .industry-news__desc {
    width: calc(100% - 110px);
    font-size: 1rem
  }
  .industry-news__ttl {
    margin: .2rem 0 0;
    font-size: 1.2rem
  }
  .industry-news__img {
    width: 100px;
    height: auto;
  }
  .industry-news__txt {
    display: none
  }
}
@media (min-width: 768px) {
  .pickup__list .card-type__item {
    width: calc((100% - 120px) / 3);
  }
}
.pickup-movie__list {
  display: flex;
  gap: 20px 20px
}
.pickup-movie__item {
  width: 100%;
  max-width: 400px;
  height: 300px
}
.pickup-movie__item--movie {
  width: 100%;
  max-width: unset;
  padding: 10px;
  background: #f7f6f0
}
@media (max-width: 767px) {
  .industry-news_list > li:first-child, .industry-news_list > li:last-child {
    width: 100%;
  }
  .industry-news_list > li:last-child {
    margin-top: 1rem;
  }
  .industry-news_list > li:last-child > img {
    aspect-ratio: 16 / 11;
  }
  .pickup-movie__list {
    flex-wrap: wrap
  }
  .pickup-movie__item, .pickup-movie__item--movie {
    width: 100%
  }
  .industry-type__info {
    display: none
  }
}
.bnr-area {
  background: #fff;
  border-top: 1px solid #efeae0;
}
.bnr-area__list {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 var(--site-base-wrap-padding);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  gap: 40px 15px;
}
.bnr-area__item {
  width: calc(100% / 4 - (45px / 4));
}
@media (max-width: 959px) {
  .bnr-area__list {
    gap: 20px;
  }
  .bnr-area__item {
    width: calc(100% / 2 - (20px / 2));
  }
}
@media (max-width: 767px) {
  .bnr-area__item {
    width: 100%;
  }
}
.box_rank {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .box_rank {
    padding: 0 8px;
  }
}
.box_rank > * {
  display: block;
  padding: 14px;
  border: solid 2px var(--main_c_light);
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .box_rank > * {
    width: calc((100% - 48px - 1px) / 4);
    margin: 16px 0 0 16px;
  }
}
@media (min-width: 768px) {
  .box_rank > *:first-child {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .box_rank > *:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .box_rank > * + * {
    margin-top: 12px;
  }
}
.box_rank .popular_main {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.box_rank .popular_main .rank {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #ccc;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  width: 72px;
  height: 72px;
  padding: 8px;
  line-height: 1;
}
.box_rank .popular_main .rank > b {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 24px;
  transform: translate(0, -2%);
}
.box_rank .popular_main .rank > i {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 24px;
  transform: translate(0, -5%);
}
.box_rank .popular_main .rank1 {
  background: linear-gradient(135deg, #36a71f 0%, #36a71f 49%, rgba(54, 167, 31, 0) 50%, rgba(54, 167, 31, 0) 100%);
}
.box_rank .popular_main .rank2 {
  background: linear-gradient(135deg, #0077ab 0%, #0077ab 49%, rgba(0, 119, 171, 0) 50%, rgba(0, 119, 171, 0) 100%);
}
.box_rank .popular_main .rank3 {
  background: linear-gradient(135deg, #78bc27 0%, #78bc27 49%, rgba(120, 188, 39, 0) 50%, rgba(120, 188, 39, 0) 100%);
}
.box_rank .popular_main .rank4 {
  background: linear-gradient(135deg, #f39800 0%, #f39800 49%, rgba(243, 152, 0, 0) 50%, rgba(243, 152, 0, 0) 100%);
}
.box_rank .popular_main .rank5 {
  background: linear-gradient(135deg, #e61754 0%, #e61754 49%, rgba(230, 23, 84, 0) 50%, rgba(230, 23, 84, 0) 100%);
}
.box_rank .popular_main_left {
  width: 100%;
  margin: 0;
}
.box_rank .popular_main_right {
  width: 100%;
  margin: 0;
  position: relative;
}
.box_rank .popular_main_left img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 4px;
}
.box_rank .topic_title {
  margin: 8px 0;
  padding: 0 0 12px;
  font-size: 1.8rem;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 32px;
  word-break: break-all;
  color: var(--main_c);
  border-bottom: solid 2px #f1f6e5;
}
.box_rank .topic_title br {
  display: none;
}
.box_rank .topic_subtitle {
  display: block;
  font-size: 1.4rem;
}
.box_rank .topic_detail {
  display: block;
  font-size: 1.4rem;
  line-height: 24px;
}
.box_rank .popular_main .topic_date {
  display: block;
  font-size: 1.2rem;
  color: #706e6e;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .box_rank .popular_main .topic_date {
    margin: 0 0 8px;
  }
}
.box_rank .popular_main .topic_cate {
  display: block;
  font-size: 1.2rem;
  color: var(--font_c);
}
.box_rank .popular_main .topic_cate > span {
  display: inline-block;
  border-radius: 32px;
  background: #f4f4f4;
  color: var(--font_c);
  padding: 4px 12px;
}
.box_rank .popular_main .topic_cate > span + span {
  margin-left: 4px;
}
@media (min-width: 768px) {
  .box_rank > *:first-child .popular_main_left {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .box_rank > *:first-child .popular_main_right {
    width: 66.66%;
    padding: 0 0 0 14px;
  }
}
@media (min-width: 768px) {
  .box_rank > *:first-child .topic_title {
    margin: 32px 0 8px;
  }
}
@media (min-width: 768px) {
  .box_rank > *:first-child .popular_main .topic_date {
    position: absolute;
    left: 12px;
    top: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .box_rank > *:first-child .popular_main .topic_cate {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
.box_pref {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 0 0 14px;
}
@media (max-width: 767px) {
  .box_pref {
    padding: 0 6px 6px;
  }
}
.box_pref + .box_pref {
  border-top: solid 2px #f2f2f2;
  padding: 14px 0;
}
@media (max-width: 767px) {
  .box_pref + .box_pref {
    padding: 6px;
  }
}
.box_pref::before {
  display: block;
  width: 72px;
  content: attr(data-pref-area-name);
  color: var(--main_c);
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .box_pref::before {
    width: 100%;
    margin: 0 0 6px;
  }
}
.box_pref > li {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .box_pref > li {
    width: 25%;
    margin: 0;
    padding: 2px;
  }
}
.box_pref a {
  display: block;
  border: solid 2px var(--main_c_light);
  border-radius: 4px;
  box-shadow: 2px 2px 0 0 var(--main_c_light);
  color: inherit;
  font-size: 1.2rem;
  line-height: 16px;
  text-decoration: none;
  padding: 12px;
  width: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .box_pref a {
    padding: 8px;
    width: auto;
  }
}
.home_news_list {
  margin-bottom: 12.5px;
}
@media only screen and (max-width: 767px) {
  .home_news_list {
    font-size: 1.2rem;
  }
}
.home_news_list > li, .home_news_list > li > a {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  color: var(--font_c);
}
.home_news_list > li {
  padding: 16px;
}
.home_news_list > li + li {
  border-top: 1px solid #4c4c4c;
}
.home_news_list > li time {
  color: var(--font_c);
}
.home_news_list > li p {
  width: calc(100% - 120px);
}
@media only screen and (max-width: 767px) {
  .home_news_list > li p {
    width: calc(100% - 96px);
  }
}
.btn_more a {
  width: 100%;
  max-width: 350px;
  height: 55px;
  margin: 5rem auto 0;
  border-radius: 30px;
  border: 2px solid var(--main_c);
  background-color: #fff;
  color: var(--main_c);
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: ease .2s;
}
@media only screen and (max-width: 959px) {
  .btn_more a {
    margin-top: 2rem;
  }
}
.btn_more a:after {
  content: '';
  margin-top: -4px;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10
}
/*ボタン内spanの形状*/
.btn_more a span {
  color: var(--main_c);
  position: relative;
  z-index: 3;
}
.btn_more a:hover {
  color: #fff;
  opacity: 1
}
.btn_more a:hover span {
  color: #fff !important;
}
/*== 背景が流れる（左から右） */
.btn_more a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: var(--main_c);
  color: #fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn_more > a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media only screen and (max-width: 767px) {
  .btn_more > a {
    margin: 2rem auto;
    font-size: 1.6rem;
  }
}
.top_search_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.top_search_item > .home_title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.top_search_item:last-child {
  display: flex;
  align-items: baseline;
}
.top_search_item:last-child .mv-search__btn button {
  color: #fff;
  background-color: var(--sub_c);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  cursor: pointer
}
.top_search_item:last-child form {
  display: flex;
}
.top_search_item:last-child label {
  margin-right: 5px;
}
.top_search_item input[type=text] {
  min-width: 250px
}
.top_search_item:last-child > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .top_search_item {
    width: 100%;
  }
  .top_search_item:last-child {
    display: flex;
    justify-content: center;
  }
  .top_search_item > .home_title {
    margin-bottom: .5rem;
  }
}
.top-footBtns {
  margin: 4rem 0;
}
.top-footBtns .base_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.top-footBtns__btn {
  width: calc((100% - 20px) / 2)
}
.top-footBtns__btn a {
  width: 100%;
  height: 65px;
  border-radius: 8px;
  border: 2px solid var(--main_c);
  background: var(--main_c);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: ease .2s;
}
.top-footBtns__btn:first-child a {
  background: #fff;
  color: var(--main_c);
}
@media only screen and (max-width: 767px) {
  .top-footBtns {
    margin: 2rem 0;
  }
  .top-footBtns .base_wrap {
    gap: 10px;
  }
  .top-footBtns__btn {
    width: 100%;
  }
  .top-footBtns__btn a {
    height: 60px;
    font-size: 1.8rem;
  }
}