/* 記事 */
.ttl-article-header {
    padding: 16px 40px;
    font-size: 30px;
    line-height: 1.4;
    font-weight: normal;
    color: #333;
    background-color: #fff;
}

.article-header-meta {
    display: table;
    box-sizing: border-box;
    padding: 0 40px;
    width: 100%;
    font-size: 12px;
    color: #999;
    background: #fff;
}
.article-header-meta li {
    display: table-cell;

}
.article-header-meta li:nth-child(1) {
    text-align: left;
}
.article-header-meta li:nth-child(2) {
    text-align: right;
}

.article-body {
  background: #fff;
  padding: 8px 40px;
}
.article-body.pt-photo {
    padding: 0 0 8px;
}
.article-body p a:hover {
    text-decoration: underline;
}
.article-body b {
  font-weight: bold;
}

.article-body blockquote {
  position: relative;
  margin-bottom: 1em;
  box-sizing: border-box;
  padding: 32px 16px 24px 16px;
  font-style: italic;
  background: #f6eaff;
  color: #666;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  clear:both;
}

blockquote:before{
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  vertical-align: middle;
  content: "“";
  font-family: serif;
  color: #fff;
  font-size: 80px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 7px 0;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #999;
  font-size: 0.9em;
}

.article-body hr {
  border-top: 1px solid #ccc;
}

.article-body p {
  margin-bottom: 1em;
}
.article-body.pt-photo p {
    margin-right: 8px;
    margin-left: 8px;
}

.article-body p:last-child {
  margin-bottom: 0;
}

.article-body s {
  color: #999;
  text-decoration: line-through;
}

.article-body strong {
  font-weight: bold;
}

.article-body sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

.article-body sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.article-body u {
  text-decoration: underline;
}

.article-body ul {
  margin-bottom: 1em;
}

.article-body ol {
  margin-bottom: 1em;
}

.article-body ul.disc {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.article-body li {
  margin-bottom: 0.25em;
}

.article-body li ol.decimal {
  padding-left: .5em;
}

.article-body li ul.disc {
  padding-left: .5em;
}

.article-body ol.decimal {
  padding-left: 2em;
  margin-bottom: 1em;
}

.article-body ul.disc li {
  list-style-type: disc;
}

.article-body ol ul.disc li {
  list-style-type: disc;
}

.article-body ol.decimal li {
  list-style-type: decimal;
}

.article-body ul ol.decimal li {
  list-style-type: decimal;
}

.article-body li:last-child {
  margin-bottom: 0;
}

.article-body dl {
  margin-bottom: 1em;
}
.article-body dl > dt {
  background: #f1f1f1;
  padding: 8px;
}
.article-body dl > dd {
  display: block;
  background: #fafafa;
  padding: 8px;
  color: #666;
}
.article-body table{
  overflow-x: scroll;
  display: block;
  margin-bottom: 1em;
}

.article-body tbody {
  display: table;
  width: 100%;
}

.article-body table th {
  background: #f1f1f1;
  padding: 8px;
  border: 1px solid #ddd;
  font-weight: normal;
}

.article-body table td {
  background: #fafafa;
  padding: 8px;
  color: #666;
  border: 1px solid #ddd;
}

.article-body .small-decoration {
  font-size: 90%;
}

.article-body .block-decoration {
  background: #f6eaff;
  padding: 8px;
}

.article-body h2,
.article-body .midashi {
  border-left: 5px solid #6e23ab;
  border-bottom: 3px solid #cbaee2;
  background: #fff;
  padding: 12px 8px;
  margin-bottom: 16px;
}
.article-body h3,
.article-body .komidashi {
  padding: 8px;
  margin-bottom: 16px;
  background: #f6eaff;
}
.article-body h4,
.article-body .h4_midashi {
  background-color: transparent;
  border-bottom: 1px solid #b388d3;
  padding: 0 8px;
  margin-bottom: 16px;
}

.article-body .big {
  font-size: 120%;
}
.article-body .small {
  font-size: 90%;
}
.article-body .red {
  color: #e40000;
}
.article-body .bold {
  font-weight: bold;
}

.article-body .noborder th {
  border: 1px solid #fff;
}

.article-body .noborder td {
  border: 1px solid #fff;
}

.article-body figure {
    margin: 0 0 1em;
    display: inline-block;
}
.article-body.pt-photo figure {
    margin: 0 0 1em;
}
.article-body figure img,
.article-body figure amp-img  {
  height: auto;
}

@media all and (-ms-high-contrast: none){
  .article-body figure img{
    width:100%;
  }
}

.article-body figcaption,
.article-body .caption {
  background: #f5f5f5;
  color: #666;
  padding: 8px 16px;
  font-size: 12px;
  text-align: left;
}

.article-body .figure-center {
  text-align: center;
}

.article-body .figure-left {
  text-align: left;
}

.article-body .figure-right {
  text-align: right;
}

.article-body .read {
  text-align: left;
  margin-bottom: 1em;
}

.article-body .video-container {
  margin-bottom: 1em;
  position: relative;
  clear: both;
}

.article-body .video-container:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}

.article-body .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body .map-container {
  margin-bottom: 1em;
  position: relative;
  clear: both;
}

.article-body .map-container:before {
  content:"";
  display: block;
  padding-top: 70%;
}

.article-body .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body .ext-container {
  clear: both;
}

.article-body .ext-container .instagram-media {
  margin-bottom: 1em;
  position: relative;
  clear: both;
}

.article-body .ext-container .instagram-media:before {
  content:"";
  display: block;
  padding-top: 70%;
}

.article-body .ext-container .instagram-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body .twitter-tweet {
  padding: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 1em;
  position: relative;
  clear: both;
}
/*
.article-body .twitter-tweet:before {
  content:"";
  display: block;
  padding-top: 70%;
  position: static;
  font-size: inherit;
  line-height: inherit;
}
*/

.article-body .twitter-tweet iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body .more-photo {
  margin-bottom: 24px;
  text-align: center;
  clear:both;
}

.article-body .figure-center + .more-photo {
  display: flex;
  justify-content: flex-end;
}

.article-body .more-photo .thumbs {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.article-body .figure-center + .more-photo .thumbs {
  display: flex;
}

.article-body .more-photo .thumbs a {
  display: block;
  margin-right: 8px;
}

.article-body .more-photo .thumbs img {
  height: 48px;
  width:auto;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
}

.article-body .more-photo .thumbs img:hover {
  opacity: .7;
}

.article-body .btn-more-photo a {
   display: inline-block;
    margin-left: auto;
    width: 215px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background-color: #6e23ab;
    border-radius: 50px;
    transition-duration: 0.25s;
}

.article-body .btn-more-photo a:hover {
    opacity: 0.7;
}

.article-body .btn-more-photo i {
  margin-right: 8px;
}

.article-body .btn-more-photo img,
.article-body .btn-more-photo amp-img {
  height: 16px;
  vertical-align: middle;
}

.article-body #answerbtn {
  display: none;
}

.article-body .answerhead {
  margin: 32px auto;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border: 1px solid #fe1673;
  background: #fff;
  font-size: 12px;
  border-radius: 3px;
  height: 36px;
  width: 240px;
  color: #fe1673;
}

.article-body .answer {
  height: 100%;
  max-height: 0;
  transition: .5s;
  overflow: hidden;
  opacity: 0;
}

.article-body #answerbtn:checked ~ .answer {
  max-height: 5000px;
  padding: 16px 0;
  opacity: 1;
}

.article-bottom {
    padding: 8px 40px;
    background-color: #fff;
}
.article-producer {
    margin-bottom: 30px;
}
.article-producer li {
    font-size: 12px;
    color: #999;
}
.article-producer li::before {
    content: '◆';
}



/*
 ::::::::  ::::    :::  ::::::::                ::::::::: ::::::::::: ::::    :::
:+:    :+: :+:+:   :+: :+:    :+:               :+:    :+:    :+:     :+:+:   :+:
+:+        :+:+:+  +:+ +:+                      +:+    +:+    +:+     :+:+:+  +:+
+#++:++#++ +#+ +:+ +#+ +#++:++#++ +#++:++#++:++ +#++:++#+     +#+     +#+ +:+ +#+
       +#+ +#+  +#+#+#        +#+               +#+    +#+    +#+     +#+  +#+#+#
#+#    #+# #+#   #+#+# #+#    #+#               #+#    #+#    #+#     #+#   #+#+#
 ########  ###    ####  ########                #########     ###     ###    ####
*/
.sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 8px);
  overflow: hidden;
  border-radius: 3px;
  margin: 10px  auto;
}

.sns-btn li {
  list-style-type: none;
  display: inline-block;
  width: 120px;
  text-align: center;
  margin: 0 5px;
}

.sns-btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
    transition-duration: 0.25s;
    font-weight:bold;
}
.sns-btn li a:hover {
    opacity: 0.7;
}

.sns-btn li .twitter-btn {
  background: #55acee;
}

.sns-btn li .facebook-btn {
  background: #315096;
}

.sns-btn li .good-btn {
  background: #315096;
}
.sns-btn li .line-btn {
  background: #00b900;
}

.sns-btn li i {
    display: block;
    height: 18px;
    margin-right: 10px;
}

.sns-btn li i img,
.sns-btn li i amp-img {
    display: block;
    width: auto;
    height: 100%;
}

.comment-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
}

.comment-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 40px;
  background: #6e23ab;
  color: #fff;
  line-height: 1;
  border-radius: 40px;
  font-size: 14px;
  transition-duration: 0.25s;
}
.comment-btn a:hover {
    opacity: 0.7;
}

.comment-btn i {
  margin-right: 4px;
}

.comment-btn i img,
.comment-btn i amp-img {
  height: 16px;
}




/*
 ::::::::  :::        ::::::::::: :::::::::  ::::::::::
:+:    :+: :+:            :+:     :+:    :+: :+:
+:+        +:+            +:+     +:+    +:+ +:+
+#++:++#++ +#+            +#+     +#+    +:+ +#++:++#
       +#+ +#+            +#+     +#+    +#+ +#+
#+#    #+# #+#            #+#     #+#    #+# #+#
 ########  ########## ########### #########  ##########
*/
#slider {
  margin: 0 auto 32px;
  width: 718px;
  text-align: center;
}

#thumbs .swiper-slide {
  width: auto;
  overflow: hidden;
  opacity: .5;
}

#thumbs .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.slide {
  width: 300px;
}

.slide p {
  width: 300px;
  white-space: pre-wrap;
}

#slide-wrap {
  margin: auto;
  display: block;
}

#thumbs {
  margin: auto;
  display: block;
  margin-bottom: 32px;
  height:80px;
}
#thumbs .swiper-slide {
  height: 80px;
}
#thumbs .swiper-slide img {
  width: auto;
  height: 100%;
  cursor: pointer;
}


.article-body .ext-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-body .border-container {
  border: 5px solid #eaeaea;
  padding: 16px;
  margin-bottom: 1em;
  clear: both;
}


.article-body .next-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}

.article-body .next-link  a{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    background-color: #6e23ab;
    border: 1px solid #6e23ab;
    border-radius: 50px;
    padding: 0 24px 0 16px;
    transition:.3s;
    position: relative;
}

.article-body .next-link a:hover {
  opacity: 0.7;
}

.article-body .next-link i {
    display: inline-block;
    width: 10px;
    height: 10px;
    right: 16px;
    display: flex;
    align-content: center;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg);
    text-indent: -9999px;
    transition:.3s;
    position: absolute;
}

 /* ミニシリーズ */
.article-body .mini-series  {
    border: 3px solid #eaeaea;
    margin: 1em 0;
}

.article-body .series-title  {
    font-weight:bold;
    background: #eaeaea;
    padding: 8px 16px;
    margin-bottom:0;
}

.article-body .mini-series ul {
    padding: 0 16px 0;
    margin-bottom:0;
}
.article-body .mini-series li  {
    padding: 8px;
    margin-bottom:0;
}

.article-body .mini-series li + li  {
    border-top: 1px dotted #ccc;
}

.btn-more-mizugi {
  text-align: center; 
}

.btn-more-mizugi a {
    min-width: 300px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 24px auto;
    padding: 4px 24px;
    height: 50px;
    color: #fff;
    background-color: #6e23ab;
    border-radius: 50px;
    transition-duration: 0.25s;
}

.btn-more-mizugi a:hover {
    opacity: 0.7;
}

.btn-more-mizugi i {
  margin-right: 8px;
}

.btn-more-mizugi img,
.btn-more-mizugi amp-img {
  height: 16px;
  vertical-align: middle;
}

.article-list + .btn-more-mizugi a {
    margin: 0 auto 40px;
}

.article-header-meta-page {
    font-size:14px;
    padding: 0 40px 8px 40px;
    width: 100%;
    color: #999;
    background: #fff;
}
.article-header-meta-page a {
    color: #6e23ab;
    text-decoration: underline;
}
.article-header-meta-page a:hover {
    text-decoration: none;
}


.article-header-tags-wrap {
  padding-bottom: 8px;
  background: #fff;
}

.article-header-tags {
  background: #fff;
  padding: 0 40px;
  position: relative;
  transition-duration: 0.25s;
  overflow: hidden;
}

.article-header-tags-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 6px 0 0 0;
  position: relative;
}
.article-header-tags-list-item {
  margin: 0 2.5px 6px;
}
.article-header-tags-list-item a {
  display: block;
  padding: 0 21px;
  min-width: 90px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  transition-duration: 0.25s;
  color: #6e23ab;
  border: solid 1px #6e23ab;
}

.article-header-tags-list-item a:hover {
  color: #fff;
  background: #6e23ab;
  border: solid 1px #fff;
}

.article-header-tags-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  transition: .25s;
  background: #6e23ab;
}

.article-header-tags-btn:hover {
  opacity: .7;
}

.article-header-tags-btn::before {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -9px;
  margin: auto;
  pointer-events: none;
  transition: .25s;
  z-index: 1;
}

.article-header-tags-open .article-header-tags-btn::before{
  top: 0;
  bottom: -8px;
  transform: rotate(225deg);
}

.article-header-tags-btn::after {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  background: #6e23ab;
  position: absolute;
  left: -3px;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: .25s;
}


.ttl-article-header span {
  display: inline-block;
  line-height: 1.6;
}

.f-small {
  font-size: 60%;
}
.f-normal {
  font-size: 80%;
}
.f-large {
  font-size: 100%;
}
.bold {
  font-weight: bold;
}
.color-pink {
  color: #ff2c7e;
}
