@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@charset "UTF-8";

/*-------------------------------------------
過去システム分の投稿の目次を非表示
--------------------------------------------*/
#content .detail-list-circle {
	display: none;
}

/*-------------------------------------------
【cocoon】テーマの打ち消し
--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
/*themeカラー変数設定*/
#navi #navi-in li {
  width: 130px;
}

.navi-in > ul .sub-menu {
  width: 360px;
}

.navi-in > ul .sub-menu a {
  width: 360px;
}

body.front-top-page {
  background-color: #fff;
}

.front-top-page .sns-share {
  display: none;
}
.front-top-page .date-tags {
  display: none;
}

article#post-99427 .new-entry-cards, article#post-83070 .new-entry-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
article#post-99427 .date-tags, article#post-83070 .date-tags {
  display: none;
}

/*-------------------------------------------
	インデックス_スタイルの打ち消し
--------------------------------------------*/
#cinema_home h2,
#cinema_home h3 {
  margin-bottom: 0;
  padding: 0;
}
#cinema_home h3 {
  border: none;
}
#cinema_home ul li {
  margin: 0;
}

/*-------------------------------------------
	#cinema_home リセットCSS
--------------------------------------------*/
#cinema_home li {
  list-style: none;
}
#cinema_home figure {
  width: 100%;
  max-width: 100%;
}
#cinema_home address {
  word-break: break-all;
}
#cinema_home a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  word-break: break-all;
}
#cinema_home a:hover {
  cursor: pointer;
}
#cinema_home a.disable:hover {
  cursor: default;
  opacity: 1;
}
#cinema_home img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#cinema_home *,
#cinema_home *:before,
#cinema_home *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
}
#cinema_home .sp {
  display: none;
}
#cinema_home .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #cinema_home .sp {
    display: block;
  }
  #cinema_home .pc {
    display: none !important;
  }
}

/*-------------------------------------------
	#cinema_home レイアウト
--------------------------------------------*/
#cinema_home {
  font-family: "Shippori Mincho";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #222;
  /*-------------------------------------------
  	post_list
  --------------------------------------------*/
  /*-------------------------------------------
  	VIEW ALL BTN
  --------------------------------------------*/
}
#cinema_home .contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1135px;
  margin: 0 auto;
}
#cinema_home .home_contents {
  width: 100%;
}
#cinema_home .home_side_bar {
  width: 100%;
  max-width: 315px;
  height: 500px;
  background-color: #ccc;
}
#cinema_home .ttl_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #979797;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #333;
  margin-bottom: 55px;
}
#cinema_home .lead {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 500;
  font-size: 58px;
  letter-spacing: 0.15em;
  color: #222;
}
#cinema_home .new_atl {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #222;
  background-color: #E8F000;
}
#cinema_home .new_atl:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border-left: 20px solid #E8F000;
  border-top: 20px solid #fff;
  border-right: 20px solid #fff;
  border-bottom: 20px solid #E8F000;
  z-index: 0;
}
#cinema_home .new_atl::before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: -1px;
  width: 50vw;
  height: 41px;
  background-color: #E8F000;
  border-bottom: 1px solid #333;
  z-index: -1;
}
#cinema_home .cat_ttl_wrap {
  margin-bottom: 30px;
}
#cinema_home .cat_ttl_wrap .cat_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.15em;
  color: #222;
}
#cinema_home .cat_ttl_wrap .cat_ttl::before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  background-image: url("/images/ico-tit-r.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#cinema_home .post_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
  padding-left: 0;
}
#cinema_home .post_list li {
  width: calc(50% - 15px);
  max-width: 380px;
  margin-bottom: 35px;
}
#cinema_home .post_list a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#cinema_home .post_list a:hover {
  -webkit-box-shadow: 0px 0px 8px #040000;
          box-shadow: 0px 0px 8px #040000;
}
#cinema_home .post_list .image_wrap {
  position: relative;
  overflow: hidden;
  height: 280px;
}
#cinema_home .post_list .image_wrap .cat_icon {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #E8F000;
  color: #363636;
  font-weight: 500;
  font-size: 12px;
  padding: 1px 5px;
}
#cinema_home .post_list .txt_wrap {
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 1.5625;
}
#cinema_home .view_all_btn {
  margin-bottom: 90px;
  font-family: "Shippori Mincho";
}
#cinema_home .view_all_btn a {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 50px;
  color: #fff;
  background-color: #040000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#cinema_home .view_all_btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 200px;
  height: 100%;
  background-color: #E8F000;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#cinema_home .view_all_btn a:hover {
  color: #E8F000;
}
#cinema_home .view_all_btn a:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  /*-------------------------------------------
	#cinema_home レイアウトSP
--------------------------------------------*/
@media screen and (max-width: 834px) {
  #cinema_home {
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #222;
    /*-------------------------------------------
      post_list
    --------------------------------------------*/
    /*-------------------------------------------
      VIEW ALL BTN
    --------------------------------------------*/
  }
  #cinema_home .contents_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1135px;
    margin: 0 auto;
  }
  #cinema_home .home_contents {
    width: 100%;
  }
  #cinema_home .home_side_bar {
    width: 100%;
    max-width: 315px;
    height: 500px;
    background-color: #ccc;
  }
  #cinema_home .ttl_area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #979797;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #333;
    margin-bottom: 95px;
  }
  #cinema_home .lead {
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    font-weight: 500;
    font-size: 58px;
    letter-spacing: 0.15em;
    color: #222;
  }
  #cinema_home .new_atl {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.15em;
    color: #222;
    background-color: #E8F000;
  }
  #cinema_home .new_atl:after {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    border-left: 20px solid #E8F000;
    border-top: 20px solid #fff;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #E8F000;
    z-index: 0;
  }
  #cinema_home .new_atl::before {
    display: block;
    position: absolute;
    content: "";
    right: 0;
    bottom: -1px;
    width: 50vw;
    height: 41px;
    background-color: #E8F000;
    border-bottom: 1px solid #333;
    z-index: -1;
  }
  #cinema_home .cat_ttl_wrap {
    margin-bottom: 30px;
  }
  #cinema_home .cat_ttl_wrap .cat_ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.15em;
    color: #222;
  }
  #cinema_home .cat_ttl_wrap .cat_ttl::before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    margin-right: 20px;
    background-image: url("/cinemastest/wp-content/themes/cocoon-child-master/images/ico-tit-r.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #cinema_home .post_list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
