/*配色基本
#163172 deep blue
#1E56A0 blue
#D6E4F0 sky blue
#F6F6F6 gray?

新
#44a5ca black
#1b1919 red
#ff7100 orange
#eeeeee offwhite
*/

/* U-NEXT広告 */
body{
  margin: 0;
  font-family: "Hiragino Kaku Gothic Pro", Arial, 'Meiryo', 'メイリオ', sans-serif;
}
.GUNO_CONTENT_BOX{
  text-align: left;
  width: 100%;
  max-height: 62px;
  display: table;
}
.GUNO_IMG{
  width: 60px;
  height: 60px;
}
.GUNO_IMG_BOX_1{
  width: 60px;
  height: 60px;
  overflow:hidden;
  float:left;
  margin: 6px 10px;
}
.GUNO_PR_BOX{
  height: 50px;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 10px;
  margin-right: 10px;
  display: table;
}
.GUNO_TITLE{
  font-size: 14px;
  line-height: 1.5;
  color: #8CABC3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*ボディ*/
body {
  position: relative;
  left: 0;
  overflow-x: hidden;
  background-color: #F6F6F6;
}

/*ヘッダースマホ*/
.black_bg {
  z-index: 3000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.sp_menu_body {
  z-index: 4000;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -250px;
  display: block;
  box-sizing: border-box;
  width: 250px;
  height: 100%;
  background-color: #ffffff;
}
.sp_menu_title {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border-bottom: 3px solid #44a5ca;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.sp_menu_choice {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #d0d0d0;
  color: #000000;
  font-size: 14px;
}
.sp_form {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
}
.sp_input_wrap {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.sp_input_wrap input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1vw;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  color: #333333;
}

.sp_header {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
}
.sp_header_first_sec {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
  border-top: 5px solid #44a5ca;
}
.sp_header_logo {
  display: block;
  box-sizing: border-box;
  width: 70%;
  text-align: center;
}
.sp_header_logo img {
  width: 100%;
}
.sp_header_menu_btn {
  display: block;
  box-sizing: border-box;
  max-width: 30%;
  padding: 2vw;
  border: 2px solid #44a5ca;
  border-radius: 3px;
  background-color: #44a5ca;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
}
.header_desc {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
  background-color: #44a5ca;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.header_desc_2 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
  font-size: 14px;
  font-weight: bold;
}
.h_notice {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1vw;
  color: #000000;
  font-size: 12px;
}

/*PCヘッダー*/
.pc_header {
  display: none;
}

/* SPのみ検索フォーム */
.sp_form_only {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
  background-color: #eeeeee;
}
.sp_input_wrap_only {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.sp_input_wrap_only input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw 1vw;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  color: #333333;
}

/*パンくず*/
.breadcrumb {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  background-color: #fbe9e9;
  color: #ffffff;
}
.breadcrumb li {
  list-style: none;
}
.bc_text {
  display: block;
  box-sizing: border-box;
  width: auto;
  padding: 1vw;
  font-size: 12px;
  color: #1d1d1d;
}
.bc_text span {
  font-weight: bold;
}
.bc_arrow {
  display: block;
  box-sizing: border-box;
  width: auto;
  padding: 1vw;
  font-size: 12px;
  color: #1d1d1d;
}

/*免責事項*/
.normal_sentence {
  font-size: 14px;
  line-height: 1.4;
}

/*カラム*/
.columns_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 2vw;
  background-color: #F6F6F6;
}
.center_column {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
}
.content_wrap {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5vw;
}
/* h1タグ */
.page_heading_1 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
  margin-bottom: 2vw;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #1d1d1d;
}
/*センターカラム見出し*/
.section_heading_1 {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
  margin-bottom: 2vw; 
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #1d1d1d;
  border-bottom: solid 4px rgba(76, 175, 80, 0.6);
  border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;
}
.section_heading_2 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
  margin-bottom: 2vw;
  background-color: #3b93cf;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}

/*レフトカラム*/
.left_column {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
}
.left_content_wrap {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5vw;
}
.left_heading_1 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
  margin-bottom: 3vw;
  background-color: #44a5ca;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.left_heading_1:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
.left_content_inner_wrap {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw 2vw 10vw;
  margin-bottom: 1vw;
}
.left_heading_2 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
  margin-bottom: 2vw;
  border-left: 3px solid #1b1919;
  background-color: #eeeeee;
  color: #1b1919;
  font-size: 14px;
  font-weight: bold;
}
.left_days_works_wrap {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.left_days_work {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  padding: 3vw 0;
  margin-bottom: 1vw;
  border-bottom: 1px dotted #1d1d1d;
}
.left_days_work i {
  display: block;
  box-sizing: border-box;
  width: 5%;
  text-align: left;
  font-size: 10px;
  color: #44a5ca;
}
.left_days_work p {
  display: block;
  box-sizing: border-box;
  width: 95%;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

/*ライトカラム*/
.right_column {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
}
.right_content_wrap {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5vw;
}
.right_heading_1 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
  margin-bottom: 3vw;
  background-color: #44a5ca;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.right_heading_1:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
.right_content_inner_wrap {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw 2vw 10vw;
  margin-bottom: 1vw;
}
/* もっと見るボタン処理 */
.right_content_grad_btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30vw;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  border: 1px solid #009e8f;
  background: #ffffff;
  color: #009e8f;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.right_content_grad_btn::before {
  content: "続きを見る"
}
.right_content_grad_item {
  position: relative;
  overflow: hidden;
  height: 20vw; /*隠した状態の高さ*/
}
.right_content_grad_item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.right_content_grad_trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.right_content_grad_trigger:checked ~ .right_content_grad_btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.right_content_grad_trigger:checked ~ .right_content_grad_item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.right_content_grad_trigger:checked ~ .right_content_grad_item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
/* もっと見るボタン処理終わり */
.right_heading_2 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
  margin-bottom: 2vw;
  border-left: 3px solid #1d1d1d;
  background-color: #d0d0d0;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: bold;
}
.right_days_works_wrap {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.right_days_work {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  padding: 3vw 0;
  margin-bottom: 1vw;
  border-bottom: 1px dotted #1d1d1d;
}
.right_days_work i {
  display: block;
  box-sizing: border-box;
  width: 5%;
  text-align: left;
  font-size: 10px;
  color: #44a5ca;
}
.right_days_work p {
  display: block;
  box-sizing: border-box;
  width: 95%;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

/* 最新作品テーブル */
.table_scroll_wrap {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}
.table_scroll_wrap::-webkit-scrollbar {
  height:10px; /*バーの太さ*/
}
.table_scroll_wrap::-webkit-scrollbar-track {
  background:#dddddd; /*バーの背景色*/
  border-radius: 10px;
}
.table_scroll_wrap::-webkit-scrollbar-thumb {
  background:#5472cd; /*バーの背景色*/
  border-radius: 10px;
}
.latest_works_table {
  width: 100%;
  border-spacing: 0;
}
.latest_works_table th {
  font-weight: bold;
  background-color: #FFA07A;
  padding: 10px;
}
.latest_works_table tr:nth-of-type(even) th {
  background-color: #FAEBD7;
}
.latest_works_table td{
  text-align: center;
  padding: 10px;
}
.latest_works_table td:nth-child(odd){
  background-color: #eee;
}

/*フッター*/
footer {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
  margin-bottom: 15.625vw;
  background-color: #44a5ca;
}
.copyright {
  display: block;
  box-sizing: border-box;
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.footer_link_area {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1vw;
  text-align: center;
}
a.footer_link {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
}
a.footer_link::before {
  content: '•';
  text-decoration: none;
}
/* FOD gifバナー（フッター） */
.footer_gif_wrap {
  z-index: 100;
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.footer_gif_wrap img {
  width: 100%;
}

/* i-mobile（PC） */
.ad_pc_wrap {
  display: none;
}

/* 広告 */
.pc_ad {
  display: none;
}
.sp_ad {
  display: block;
}

@media only screen and (min-width: 980px) {
  /* imobile（広告） */
  .imobile_div {
    display: none;
  }
  .ad_pc_wrap {
    display: block;
    text-align: center;
  }

  /*ヘッダースマホ*/
  .sp_header {
    display: none;
  }
  .h_notice {
    padding: 5px;
  }

  /* SPのみ検索フォーム */
  .sp_form_only {
    display: none;
  }

  /*PCヘッダー*/
  .pc_header {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
  }
  .pc_header_first_sec {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10%;
    border-top: 5px solid #44a5ca;
    background-color: #ffffff;
  }
  .pc_header_logo {
    display: block;
    box-sizing: border-box;
    width: 20%;
    padding: 10px;
  }
  .pc_header_logo img {
    width: 100%;
  }
  .pc_header_search_form {
    display: block;
    box-sizing: border-box;
    width: 40%;
  }
  .pc_header_search_input_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
  .pc_header_search_input_wrap i {
    display: block;
    box-sizing: border-box;
    width: 5%;
    font-size: 20px;
  }
  .pc_header_search_input_wrap input {
    display: block;
    box-sizing: border-box;
    width: 90%;
    padding: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    color: #1d1d1d;
    font-size: 16px;
  }
  .pc_header_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    padding-left: 10%;
    background-color: #44a5ca;
  }
  .pc_header_menu_btn {
    display: block;
    box-sizing: border-box;
    max-width: 20%;
    padding: 10px;
    margin-right: 1%;
    border-radius: 10px;
    background-color: #ffffff;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: bold;
  }

  .header_desc {
    padding: 10px;
    padding-left: 10%;
    background-color: #ffffff;
    color: #1d1d1d;
    font-size: 16px;
  }
  .header_desc_2 {
    padding: 10px;
    padding-left: 10%;
    background-color: #ffffff;
    color: #1d1d1d;
    font-size: 16px;
  }

  /*パンくず*/
  .breadcrumb {
    padding-left: 10%;
    background-color: #ffffff;
  }
  .bc_text {
    padding: 5px;
    font-size: 14px;
    color: #1d1d1d;
  }
  .bc_arrow {
    padding: 5px;
    font-size: 14px;
    color: #1d1d1d;
  }

  /*免責事項*/
  .normal_sentence {
    font-size: 16px;
  }

  /*カラム*/
  .columns_wrap {
    width: 90%;
    min-width: 1200px;
    padding: 10px;
    margin: 0 auto;
  }
  .center_column {
    order: 2;
    width: 65%;
    padding: 50px;
  }
  .content_wrap {
    margin-bottom: 20px;
  }
  /* h1タグ */
  .page_heading_1 {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  /*見出し*/
  .section_heading_1 {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .section_heading_1:before {

  }
  .section_heading_2 {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  /*広告*/
  .ad_sp_wrap {
    display: none;
  }

  /*レフトカラム*/
  .left_column {
    order: 1;
    width: 0%;
  }
  .left_content_wrap {
    margin-bottom: 20px;
  }
  .left_heading_1 {
    padding: 10px;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .left_heading_1:before {

  }
  .left_content_inner_wrap {
    padding: 10px 10px 45px;
    margin-bottom: 5px;
  }
  .left_heading_2 {
    padding: 5px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .left_days_works_wrap {

  }
  .left_days_work {
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .left_days_work i {
    font-size: 12px;
  }
  .left_days_work p {
    font-size: 14px;
  }

  /*ライトカラム*/
  .right_column {
    order: 3;
    width: 30%;
  }
  .right_content_wrap {
    margin-bottom: 25px;
  }
  .right_heading_1 {
    padding: 10px;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .right_heading_1:before {

  }
  .right_content_inner_wrap {
    padding: 10px 10px 45px;
    margin-bottom: 5px;
  }
  /* もっと見るボタン処理 */
  .right_content_grad_btn {
    width: 150px;
    font-size: 14px;
  }
  .right_content_grad_item {
    height: 100px; /*隠した状態の高さ*/
  }
  .right_content_grad_item::before {
    height: 50px; /*グラデーションで隠す高さ*/
  }
  /* もっと見るボタン処理終わり */
  .right_heading_2 {
    padding: 5px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .right_days_works_wrap {

  }
  .right_days_work {
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .right_days_work i {
    font-size: 12px;
  }
  .right_days_work p {
    font-size: 14px;
  }

  /*フッター*/
  footer {
    padding: 10px;
    margin-bottom: 0;
  }
  .copyright {
    font-size: 14px;
  }
  .footer_link_area {
    padding: 5px;
  }
  a.footer_link {
    font-size: 16px;
  }
  /* FOD gifバナー（フッター） */
  .footer_gif_wrap {
    display: none;  
  }

  /* 広告 */
  .pc_ad {
    display: block;
  }
  .sp_ad {
    display: none;
  }
}
