@charset "utf-8";

#detail {
  padding-top: 240px;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0;
}

#detail .main {
  margin: 49px auto 94px;
  width: 1140px;
}

#detail .main .conts {
  float: left;
  width: 800px;
}

#detail .main .conts img {
  max-width: 100%;
  height: auto;
}

#detail .conts .h2_ttl01 {
  margin-bottom: 25px;
  font-family: 'Amatic SC', cursive;
  font-size: 34px;
  letter-spacing: 2px;
  color: #000;
  text-align: center;
  background: url(/wp-content/themes/oggi/img/common/bg_line01.png) repeat-x center 35px;
}

#detail .conts .h2_ttl01 .txt01 {
  padding: 0 25px;
  display: inline-block;
  background-color: #FFF;
}

#detail .conts .h2_ttl01 .txt02 {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1;
}

#detail .conts .info_ul .note {
  margin-top: 7px;
  font-family: 'Lora', serif;
  font-weight: bold;
  text-align: center;
}

#detail .conts .info_ul .note span {
  margin-top: 2px;
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
  font-weight: normal;
  color: #888;
}

#detail .img_box {
  margin-bottom: 51px;
}

#detail .img_box > a {
	/*display: block;*/
  overflow: hidden;
}

#detail .icon_pr {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

#detail .icon_pr img {
  display: block;
}

.ttl_detail {
  margin-bottom: 15px;
}

.ttl_detail>p {
  width: 50%;
  float: left;
  white-space: nowrap;
  text-align: left;
  font-size: 13px;
  color: #888;
  letter-spacing: 0.02em;
}

.ttl_detail>p span {
  font-size: 15px;
  margin-right: 10px;
}

.ttl_detail p.day {
  text-align: right;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  color: #888;
  letter-spacing: .05em;
  font-size:12px;
}

#detail #autoload_conts .conts{
    margin-bottom: 60px;
}

/*------------------------------------------------------------記事タイトルエリア */

.article_head {
  max-width: 800px;
}

.article_head .ttl {
  text-align: left;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  margin-bottom: 34px;
  -webkit-font-smoothing: antialiased;
}

.article_head .photo_box {
  margin-bottom: 38px;
  position: relative;
}

.article_head .text_box {
  text-align: left;
  font-size: 13px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  margin-bottom: 18px;
  line-height: 20px;
}

.article_head_footer {
  margin-bottom: 38px;
}

.article_head_footer .tags {
  width: 600px;
  float: left;
  white-space: nowrap;
  text-align: left;
  font-size: 12px;
}

.article_head_footer .tags_box li {
  padding: 0 5px 5px 0;
  float: left;
}

.article_head_footer .tags_box a {
  padding: 2px 11px;
  display: block;
  border: 1px solid;
  border-radius: 15px;
  font-family:Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 12px;
  color: #222;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
     .article_head_footer .tags_box a {
    padding: 2px 11px 0px;
  }
}

.article_head_footer .author {
  width: 200px;
  float: left;
  text-align: left;
  font-size: 12px;
  text-align: right;
  color: #888;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
}


/*------------------------------------------------------------記事本文エリア */

article {
  max-width: 800px;
  margin-top: 40px;
}

article:not(.auto_trigger) a{
  text-decoration: underline;
}

article a:hover {
  text-decoration: none;
}

article h2 {
  margin-bottom: 20px;
  text-align: left;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}

article h2.h2_line {
  padding-left: 18px;
  position: relative;
}

article h2.h2_line:before {
  content: "";
  height: 60%;
  width: 3px;
  position: absolute;
  left: 0;
  top: 20%;
}

article h3 {
  text-align: left;
  margin-top: -5px;
  margin-bottom: 25px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}

article h4 {
  font-weight: normal;
  position: relative;
  text-indent: 46px;
  color: #000;
  margin-bottom: 18px;
  text-align: left;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 16px;
  line-height: 30px;
}

article h4:before {
  content: "";
  height: 1px;
  width: 38px;
  left: 0;
  top: 0.8em;
  position: absolute;
  background-color: #000;
}

article h5{
  font-weight: normal;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 16px;
  line-height: 30px;
}

article h6{
  font-weight: normal;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 16px;
  line-height: 30px;
}

article .article_inner p {
  margin-bottom: 40px;
  text-align: left;
  line-height: 30px;
  font-size: 16px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  -webkit-font-smoothing: antialiased;
  word-break : break-all;
}

article .article_inner p.has-text-align-right {
  text-align: right;
}

article .article_inner p.has-text-align-center {
  text-align: center;
}

article .article_inner p span {
  padding: 2px 3px;
  margin-left: -2px;
  text-indent: -0.025em;
  margin-right: 3px;
}

article .article_inner .wp-caption-text{
  font-size: 13px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 25px;
}

article .article_inner .interview_text p.sub_text {
  font-size: 12px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  display: inline-block;
  color: #888888;
  padding: 2px 3px;
  margin-left: -2px;
  text-indent: -0.025em;
  margin-right: 3px;
  margin-bottom: 0;
}

article .article_inner p em {
  font-style: normal;
}

article .article_inner > ul:not(.article_img_list),
article .article_inner > ol:not(.article_img_list) {
  text-align: left;
  padding-left: 1.25em;
}

article .article_inner > ul:not(.article_img_list) {
  list-style-type: disc;
}

article .article_inner > ol:not(.article_img_list) {
  list-style-type: decimal;
}

article .hr_line1,
article .hr_line2,
article .hr_line3 {
  margin: 60px 0;
}

article .article_img_box {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

article .video {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  margin-bottom: 40px;
}

article .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

article blockquote {
  box-sizing: border-box;
  padding: 0 0 0 20px;
  margin-top: -10px;
  margin-bottom: 40px;
}

article blockquote p {
  padding: 5px 25px 0 20px;
  position: relative;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.45;
  text-align: left;
  background: url(/wp-content/themes/oggi/img/common/bg_rquot2.gif) no-repeat right bottom;
  margin-bottom: 30px;
  margin-top: 10px;
}

article blockquote p:before {
  position: absolute;
  left: -20px;
  top: 8px;
  width: 17px;
  height: 12px;
  content: "";
  background: url(/wp-content/themes/oggi/img/common/bg_lquot2.gif) no-repeat right bottom;
}

article p.article_caption {
  margin-top: 8px;
  text-align: center;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 12px;
  color: #888;
  margin-bottom: 40px;
}

article .article_img_box + p.article_caption {
  margin-top: -30px;
}

article .article_btn {
  margin-bottom: 50px;
}

article .article_btn a {
  margin: 0 auto;
  padding: 23px 0;
  display: block;
  width: 330px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #eaeaea;
  font-size: 14px;
  font-weight: bold;
  color: #666 ;
  line-height: 1;
  text-align: center;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

article .article_btn a:hover {
  background: #888;
  color:#fff;
}

article .article_text_check {
  box-sizing: border-box;
  padding: 30px 38px;
  border: 1px solid #CCC;
  text-align: left;
  font-size: 14px;
  margin-bottom: 50px;
  line-height: 1.8;
}

article .article_text_check a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #333 !important;
}

article .article_text_check a:hover {
  text-decoration: underline;
}

article .article_text_book {
  box-sizing: border-box;
  padding: 25px 25px;
  background-color: #EEE;
  margin-bottom: 50px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}

article .article_text_book .book_photo {
  width: 128px;
  height: 172px;
  background: #EEE center center;
  background-size: cover;
  text-align: left;
  float: left;
  margin-right: 25px;
}

article .article_text_book div {
  float: left;
}

article .article_text_book .book_text cite {
  display: block;
  margin: 5px 0 20px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.17em;
}

article .article_text_book .book_text {
  width: 594px;
  float: left;
}

article .article_presentby {
  box-sizing: border-box;
  padding: 40px 0px 40px 0;
  margin-bottom: 40px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

article .article_presentby div {
  float: left;
}

article .article_presentby .interview_text h5 {
  margin-bottom: 15px;
  font-size: 18px;
}

article .article_presentby .interview_text p {
  font-size: 13px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  line-height: 1.7;
}

article .article_presentby .interview_text span {
  font-size: 12px;
  display: inline-block;
  color: #888888;
}

article .article_presentby.thumb .interview_photo {
  width: 164px;
  min-height: 164px;
  background: #FFF center center;
  background-size: cover;
  text-align: left;
  float: left;
  margin-right: 25px;
}

article .article_presentby.thumb .interview_text {
  width: 610px;
  float: left;
}

article .article_item {
  text-align: left;
  margin: 0 -20px 50px 0;
}

article .article_item p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

article .article_item_photo {
  display: inline-block;
  width: 246px;
  margin-right: 20px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 30px;
  vertical-align: top;
}

article .article_item_photo span {
  text-decoration: underline;
  width: 246px;
  font-size: 14px;
  display: block;
  padding-top: 5px;
}

article .article_item_photo a:hover span {
  text-decoration: none;
}

article .social_area {
  width: 100%;
  text-align: left;
}

article .social_area a {
  margin-right: 5px;
}

article .article_footer .h2_ttl05 {
  margin: 73px 0 44px;
  font-family: 'Lora', serif;
  font-size: 40px;
  color: #000;
  text-align: center;
  line-height: 0.7;
  background: #FFF url(/wp-content/themes/oggi/img/common/bg_line04.png) repeat-x center 33px;
}

article .article_footer .h2_ttl05 .txt01 {
  font-size: 17px;
  font-weight: bold;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
}

article .article_footer .h2_ttl05 .txt02 {
  font-size: 12px;
  display: block;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 12px;
  line-height: 1;
}

#detail .conts .info_ul {
  margin: 0 -26px 0 0;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 38px;
  font-size: 0;
}

#detail .conts .info_ul li {
  display: inline-block;
  padding-bottom: 24px;
  margin-right: 26px;
  width: 180px;
  text-align: left;
  font-size: 15px;
  vertical-align: top;
}

#detail .conts .info_ul li a {
  display: block;
  text-decoration: none;
}

#detail .conts .info_ul li:first-child {
  padding-left: 0;
}

#detail .conts .info_ul .photo {
  margin-bottom: 20px;
  width: 180px;
  height: 180px;
  background: no-repeat center center;
  background-size: cover;
}

#detail .conts .info_ul p {
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#detail .conts .info_ul p.day {
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
  color: #888;
  -webkit-font-smoothing: initial;
}

#detail .conts .h2_ttl05 .txt01 {
  padding: 0 20px;
  display: inline-block;
  background-color: #FFF;
}

#detail .f_img_box {
  padding-top: 6px;
  border-bottom: 1px solid #000;
  background: url(/wp-content/themes/oggi/img/common/bg_line01.png) repeat-x left top;
}

#detail .f_img_box a {
  display: inline-block;
  padding: 20px 0 18px;
  width: 395px;
  vertical-align: middle;
}

#detail .f_img_box .text_box {
  width: 255px;
  float: left;
  margin-left: 20px;
  text-align: left;
}

#detail .f_img_box a:last-child  .text_box {
  width: 255px;
  margin-left: 30px;
}

#detail .f_img_box .photo_box {
  position: relative;
  width: 70px;
  height: 70px;
  float: left;
  margin-left: 30px;
  background: no-repeat center center;
  background-size: cover;
}

#detail .f_img_box a {
  background: url("/wp-content/themes/oggi/img/detail/la.png") left center no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#detail .f_img_box a:hover {
  background-position: 1% center;
}

#detail .f_img_box a:last-child {
  border-left: 1px solid #CCC;
  background: url("/wp-content/themes/oggi/img/detail/ra.png") right center no-repeat;
}

#detail .f_img_box a:last-child:hover {
  background-position: 99% center;
}

#detail .f_img_box a:last-child .photo_box {
  position: relative;
  width: 70px;
  height: 70px;
  float: right;
  margin-left: 0;
  margin-right: 30px;
  background: no-repeat center center;
  background-size: cover;
}

#detail .f_img_box .text_box .tags {
  margin-right: 10px;
  font-size: 15px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
  #detail .f_img_box .text_box .tags
}

#detail .article_ad div {
  margin-top: 38px;
  background-color: #F0F0F0;
  display: inline-block;
  padding: 38px 38px;
}

#detail .article_ad p {
  display: inline-block;
  border: 2px #FFF solid;
}

#detail .article_ad div:last-child {
  margin-left: 34px;
}

#detail .read_more_box {
  margin-right: -18px;
  position: relative;
}

#detail .read_more_box li {
  width: 250px;
  margin-right: 18px;
  margin-bottom: 45px;
  display: inline-block;
  vertical-align: top;
}

#detail .read_more_box .photo_box {
  position: relative;
  width: 250px;
  height: 150px;
  background: no-repeat center center;
  background-size: cover;
  margin-bottom: 15px;
}

#detail .read_more_box .read_more_text_box {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#detail .read_more_box .read_more_text_box span {
  margin-top: 5px;
  font-size: 12px;
  display: block;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  -webkit-font-smoothing: initial;
}

.read_more_tag .tags {
  width: 600px;
  float: left;
  white-space: nowrap;
  text-align: left;
  font-size: 12px;
}

.read_more_tag .tags_box li {
  padding: 0 5px 5px 0;
  float: left;
}

.read_more_tag .tags_box a {
  padding: 2px 11px;
  display: block;
  border: 1px solid #666;
  border-radius: 15px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 12px;
  color: #222;
  text-decoration: none !important;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
     .read_more_tag .tags_box a {
    padding: 2px 11px 0px;
  }
}

#detail .f_img_box .text_box .hf_ttl01 {
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}

#detail .f_img_box .text_box .ttl {
  margin-bottom: 5px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 12px;
  color: #888;
}

#detail .f_img_box .text_box p {
  font-size: 12px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  color: #222;
  line-height: 1.6;
}

#detail .conts .h2_ttl03 {
  margin: 73px 0 38px;
  font-family: 'Lora', serif;
  font-size: 40px;
  color: #000;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background: url(/wp-content/themes/oggi/img/common/bg_line03.png) repeat-x center 38px;
}

#detail .conts .h2_ttl03 .txt01 {
  padding: 0 25px;
  display: inline-block;
  font-style: normal;
  background-color: #FFF;
}

#detail .conts .h2_ttl03 .txt02 {
  display: block;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 10px;
}

.main:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ttl_detail:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.article_text_book:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.book_photo:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*------------------------------------------------------------固定ページテンプレート */
#detail .content_w100,#detail .main .content_w100{
    width: 100%;
}

/*------------------------------------------------------------Read more */
.OUTBRAIN + div,.OUTBRAIN + div ~ div{
    text-align: left;
}

/*　関連リンク */
.article_links{
  margin:40px 0;
  text-align: left;
}

.article_links p{
  margin-bottom:10px !important;
  padding: 0;
  font-size:1.25em;
  font-weight:bold;
}

.article_links li {
  width: 100%;
}

.article_links li a {
  display: flex;
  align-items: center;
  height: 90px;
  margin-top: 20px;
  text-decoration: none;
}

.article_links li a:hover {
  opacity: 50%;
}

.article_links__img_outer {
  width: 140px;
}

.article_links__img {
  display: block;
  width: 100%;
}

.article_links__text {
  padding-left: 20px;
  color: #222222;
  flex: 1;
  text-decoration: none;
  word-break: break-all;
}

.post_block__link {
  display: flex;
  align-items: center;
  height: 90px;
  margin-bottom: 40px;
  text-decoration: none !important;
}

.post_block__link:hover {
  opacity: 50%;
}

.post_block__img_outer {
  width: 140px;
}

.post_block__img {
  display: block;
  width: 100%;
}

.post_block__text {
  padding-left: 20px;
  color: #222222;
  flex: 1;
  text-decoration: none;
  word-break: break-all;
  text-align: start;
}

.article_img_list{
  display: flex;
  flex-wrap: wrap;
}

.article_img_list_block{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.article_img_list_block:nth-of-type(3n){
  margin-right: 0;
}

.article_img_list_txt{
  display: block;
  text-align: left;
  margin-top: 5px;
  word-break: break-all
}

.main article .article_inner .oggi_btn_to_gallery a{
  background-color: #EF87AE;
  color:#fff;
  border: 3px solid #EF87AE;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  font-weight: normal;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.main article .article_inner .oggi_btn_to_gallery a:hover{
  color: #000;
  background: #fff;
}