/*島根フィルムコミッション*/
@charset "utf-8";

/*****共通*****/
section {
  margin-bottom: 50px;
}
.home_h2 {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  margin: 10px 0;
}
.home_h2_en {
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
  color: #FF9B4D;
}
.home_readtext {
  text-align: center;
  margin: 6% 0;
}
.home_line {
  text-align: center;
  width: 150px;
  margin: 6% auto;
  background: #000000;
}
.news_archive img {
  max-width: 110px!important;
}

/*****メインイメージ・スライダー*****/
#top_main_image {
  position:relative;
  /*margin: 50px 0 0 0;*/
  padding: 50px 0 0 0;
  height: 300px;
  background: #eee;
}
.metaslider {
	margin:0 auto;
}
.flexslider .slides img {
  height: 300px!important;
  object-fit: cover;
  max-width: none!important;
}
.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a {
  width: 30px!important;
  height: 30px!important;
}
.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a.flex-prev:before,
.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a.flex-next:before {
  /*background: url(images/arrow-right.png) no-repeat center center;*/
  background-size: 40% 60%!important;
}
/*
.slides {
  padding:0;
  margin:0;
}
.metaslider .slides li {
  text-align:center!important;
}
*/
.metaslider .slides li img {
  /*margin:0 auto!important;*/
  /*height: 240px!important;*/
  object-fit:cover!important;
}
/*
div.nivoSlider {
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%;
  height: 400px;
  overflow:hidden;
  position: relative!important;
}
div.nivoSlider img {
  margin:0 auto!important;
  height: 400px!important;
  object-fit:cover!important;
}
*/

/*****ピックアップメニュー*****/
#pickup_menu {
  background: #FFF5DC;
  width: 100%;
  padding-bottom: 70px;
  border-bottom-left-radius: 80px;
}
.pickup_menu_wrap {
  margin: -30px auto 0 auto;
  z-index: 100;
  position:relative;
  width: 90%;
}
.pickup_menu_box {
  background: #ffffff;
  padding: 3% 0;
  border-bottom: 1px solid #EADDD3;
}
.pickup_menu_upper {
  display: flex;
  align-items: center;
}
.pickup_menu_icon_box {
  /*float: left;*/
  width: 25%;
  padding: 0 5% 0 12%;
}
.pickup_menu_icon_box img {
  max-width: 134px;
}
.pickup_menu_title_box {
  /*float: left;*/
  width: 68%;
}
.pickup_menu_title {
  font-weight: 500;
  font-size: 1.1rem;
}
.pickup_menu_title_en {
  font-weight: bold;
  font-size: 0.7rem;
  color: #FF9B4D;
}
.pickup_menu_lower {
  margin: 3% 0;
  text-align: center;
}
.pickup_menu_lower img {
  max-width: 360px;
  width: 80%;
}

/*****お知らせ*****/
.home_news_wrap {
  margin: 0 auto;
  width: 95%;
}
.home_news_wrap ul {
  padding-left: 0;
}
.home_news_wrap ul li {
  padding: 15px 0;
}
.home_news_category {
  color: #ffffff;
  padding: 4px 0;
  border-radius: 5px;
  font-weight: 500;
  margin-right: 15px;
  float: left;
  width: 80px;
  text-align: center;
}
.category_broadcast {
  background: #FFD071;
}
.category_creator {
  background: #F2818E;
}
.category_others {
  /*background: #888;*/
  background: #59b9c6;
}
.home_news_category a {
  color: #ffffff;
}
.home_news_title a {
  color: #000000;
}
.home_news_title a:hover {
  color: #FF9B4D;
}
.home_news_wrap .news_archive {
  text-align: right;
}
.news_new {
  background: #E60033;
  color: #fff;
  display: inline-block;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 0.9rem;
}

/*****島根フィルムコミッション YouTube*****/
#home_youtube {
  background: #FFF5DC;
  padding: 7% 2.5% 7% 2.5%;
  border-top-right-radius: 80px;
  margin-bottom: 0;
}
.home_youtube_box {
  /*float: left;*/
  /*width: 47.5%;*/
  /*margin: 0 1% 2% 1%;*/
  /*width: 95%;*/
  /*margin: 0 auto;*/
}
.home_youtube_box iframe {
  max-height: 210px;
}
#home_youtube .news_archive {
  text-align: center;
  margin-top: 20px;
}

/*****ロケーションが豊富*****/
#home_location {
  background: #FFF5DC;
  margin-bottom: 0;
  width: 100%;
}
.home_location_h2_wrap {
  background: linear-gradient(to right, #FF9B4D, #FFA482);
  width: 90%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 8px 0 20px 10px;
}
.home_location_h2_box h2 {
  display: inline-block;
  background: #ffffff;
  color: #FF9B4D;
  padding: 1px 10px;
  letter-spacing: 1px;
}
.home_location_h2_box .home_h2_en {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 1px 5px;
  letter-spacing: 1px;
  display: table;
}
.home_location_bg {
  background: #ffffff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-bottom: 50px;
}
.home_location_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.home_location_box {
  width: 45.8%;
  text-align: center;
  margin: 3% 2%;
}
.home_location_box img {
  max-width: 100px;
}
.home_location_title {
  font-size: 1.4rem;
  background: linear-gradient(transparent 66%, #FFA966 20%);
  display: inline-block;
}
.home_location_text {
  text-align: left;
  margin: 8% 0 0 0;
  font-size: 0.9rem;
}

/*****募集しています*****/
#home_recruiting {
  background: #FFF5DC;
  padding: 5% 2.5% 7% 2.5%;
  padding-bottom: 70px;
  border-bottom-left-radius: 80px;
}
.home_recruiting_box {
  margin-bottom: 4%;
}
.home_recruiting_text {
  background: #ffffff;
  padding: 3% 5%;
  border-bottom-right-radius: 30px;
}

/*****バナー*****/
.home_banner_wrap {
  text-align: center;
}
ul.home_banner_box {
 padding-left: 0;
}
ul.home_banner_box li {
 padding-left: 0;
 margin: 3% 0;
}
ul.home_banner_box img {
  max-width: 220px;
}
ul.home_banner_box:nth-child(2) img {
  width: 50%;
}

/**************** タブレットレイアウト（560px～）****************/
@media (min-width: 560px) {

/*****共通*****/
section {
  margin-bottom: 80px;
}
.home_h2 {
  font-size: 1.4rem;
}
.news_archive img {
  max-width: 120px!important;
}
.home_readtext {
  margin: 2% auto;
  max-width: 1000px;
}
.home_line {
  width: 250px;
  margin: 3% auto;
}
.news_home_line {
  margin: 2.5% auto;
} 
/*****メインイメージ・スライダー*****/
#top_main_image {
  height: auto;
  padding: 62px 0 0 0;
}
.metaslider {
	/*border-bottom:#8dc11f 5px solid;*/
}
.flexslider .slides img {
  height: auto!important;
  object-fit: cover;
}
.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a {
  width: 43px!important;
  height: 43px!important;
}
.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a.flex-prev:before,
.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a.flex-next:before {
  /*background: url(images/arrow-right.png) no-repeat center center;*/
  background-size: 60% 90%!important;
}

/*****ピックアップメニュー*****/
#pickup_menu {
  height: 100%;
  max-height: 370px;
  min-height: 150px;
  padding-bottom: 6%;
  border-bottom-left-radius: 100px;
}
.pickup_menu_wrap {
  max-width: 1160px;
  margin: -50px auto 0 auto;
  display: flex;
  width: 95%;
}
.pickup_menu_box {
  background: #ffffff;
  max-width: 480px;
  width: 33.2%;
  border-left: 1px solid #F1EAE4;
  border-bottom: none;
}
.pickup_menu_box:first-child {
  border-left: none;
}
.pickup_menu_upper {
  display: flex;
  align-items: center;
}
.pickup_menu_icon_box {
  /*float: left;*/
  width: 30%;
}
.pickup_menu_icon_box img {
  max-width: 134px;
}
.pickup_menu_title_box {
  /*float: left;*/
  width: 68%;
}
.pickup_menu_title {
  font-weight: bold;
  font-size: 1rem;
}
.pickup_menu_title_en {
  font-weight: bold;
  font-size: 0.7rem;
  color: #FF9B4D;
}
.pickup_menu_lower {
  text-align: center;
  margin: 4% 4% 0 4%;
}
.pickup_menu_lower img {
  max-width: 360px;
  width: 80%;
}

/*****お知らせ*****/
.home_news_wrap {
  width: 95%;
  max-width: 1160px;
}
.home_news_wrap ul li {
  display: flex;
  align-items: center;
}
.home_news_category {
  padding: 4px 0;
  border-radius: 5px;
  font-weight: 500;
  margin-right: 25px;
  width: 100px;
}
.home_news_date {
  width: 110px;
}
.home_news_title {
  width: 80%;
}

/*****島根フィルムコミッション YouTube*****/
#home_youtube {
  padding: 5% 0 10% 0;
  border-top-right-radius: 150px;
}
.home_youtube_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.home_youtube_box {
  float: left;
  width: 32.2%;
  margin: 0 0.5% 2% 0.5%;
}
.home_youtube_box iframe {
  max-height: 152px;
}

/*****ロケーションが豊富*****/
.home_location_h2_wrap {
  background: linear-gradient(to right, #FF9B4D, #FFA482);
  float: left;
  width: 25%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 600px;
  margin: -60px -50px 0 0;
  z-index: 100;
  padding: 0;
}
.home_location_h2_box {
  position: relative;
  height: 600px;
}
.home_location_h2_box h2 {
  display: inline-block;
  background: #ffffff;
  color: #FF9B4D;
  writing-mode: vertical-rl;
  padding: 20px 5px;
  letter-spacing: 2px;
  position: absolute;
  top: 40px;
  right: 100px;
}
.home_location_h2_box .home_h2_en {
  color: #ffffff;
  writing-mode: vertical-rl;
  border: 1px solid #ffffff;
  padding: 7px 1px;
  letter-spacing: 2px;
  position: absolute;
  top: 240px;
  right: 160px;
}
.home_location_bg {
  float: left;
  width: 75%;
  background: #ffffff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 0 50px 0 0;
  z-index: 200;
}
.home_location_wrap {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  max-width: 1200px;
  margin-left: 20px;
}
.home_location_box {
  width: 29.2%;
  margin: 3% 2%;
  height: 320px;
}
.home_location_box:nth-child(1),
.home_location_box:nth-child(2),
.home_location_box:nth-child(3) {
  margin-bottom: 0;
}
.home_location_title {
  font-size: 1.3rem;
  background: linear-gradient(transparent 70%, #FFA966 20%);
}
.home_location_text {
  font-size: 0.8rem;
}

/*****募集しています*****/
#home_recruiting {
  padding: 5% 0 6% 0;
  border-bottom-left-radius: 100px;
}
.home_recruiting_wrap {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.home_recruiting_box {
  float: left;
  width: 50%;
  /*max-width: 630px;*/
  margin: 0 1.5%;
}
.home_recruiting_box img {
  max-width: 630px;
}

/*****バナー*****/
.home_banner_wrap {
  margin: 2% 0;
}
.home_banner_box {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.home_banner_box li {
  width: 33%;
}
.home_banner_box img {
  max-width: 240px!important;
}
ul.home_banner_box:nth-child(2) img {
  width: 100%;
}

}

/**************** デスクトップレイアウト（960px～）****************/
@media (min-width: 960px) {

/*****共通*****/
section {
  margin-bottom: 100px;
}
.home_h2 {
  font-size: 1.5rem;
}
/*****メインイメージ・スライダー*****/
#top_main_image {
  height: auto;
  padding: 80px 0 0 0;
}
/*****ピックアップメニュー*****/
#pickup_menu {
  height: 100%;
  max-height: 370px;
  min-height: 200px;
  padding-bottom: 5%;
  border-bottom-left-radius: 150px;
}
.pickup_menu_title {
  font-size: 1.1rem;
}
/*****島根フィルムコミッション YouTube*****/
#home_youtube {
  padding: 5% 0;
  border-top-right-radius: 200px;
}
.home_youtube_box iframe {
  max-height: 220px;
}
/*****ロケーションが豊富*****/
.home_location_h2_wrap {
  background: linear-gradient(to right, #FF9B4D, #FFA482);
  float: left;
  width: 25%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 600px;
  margin: -60px -70px 0 0;
  z-index: 100;
  padding: 0;
}
.home_location_h2_box h2 {
  display: inline-block;
  background: #ffffff;
  color: #FF9B4D;
  writing-mode: vertical-rl;
  padding: 20px 5px;
  letter-spacing: 2px;
  position: absolute;
  top: 40px;
  right: 120px;
}
.home_location_h2_box .home_h2_en {
  color: #ffffff;
  writing-mode: vertical-rl;
  border: 1px solid #ffffff;
  padding: 7px 1px;
  letter-spacing: 2px;
  position: absolute;
  top: 225px;
  right: 190px;
}
.home_location_bg {
  float: left;
  width: 75%;
  background: #ffffff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 0 70px 0 0;
  z-index: 200;
}
.home_location_wrap {
  margin-left: 50px;
}
.home_location_box {
  width: 29.2%;
  margin: 3% 2%;
  height: 300px;
}
.home_location_title {
  font-size: 1.5rem;
  background: linear-gradient(transparent 70%, #FFA966 20%);
}
.home_location_text {
  font-size: 0.9rem;
}
/*****募集しています*****/
#home_recruiting {
  padding: 5% 0 6% 0;
  border-bottom-left-radius: 200px;
  margin-bottom: 3%;
}

}

/**************** デスクトップレイアウト（1500px～）****************/
@media (min-width: 1500px) {
  #pickup_menu {
  border-bottom-left-radius: 200px;
}

}