body {
  background: #fafafa;
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic,  "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  min-width: 1100px;
  width: 100%;
  color: #333;
  overflow-x: hidden;
  transition: 1s;
  word-break: break-all;
}

@media(min-width:1101px){
  body {
    min-width: 1420px;
  }
}


a {
  text-decoration: none;
  color: #fe1673;
  transition: .3s;
  position: relative;
  cursor: pointer;
}

a img {
  transition: .3s;
}

.contents a:hover {
  text-decoration: underline;
}

.wrap {
  width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.pankuzu {
  display: flex;
  margin-bottom: 40px;
  margin-top: -24px;
  overflow-x: hidden;
  font-size: 14px;
  flex-wrap: wrap;
}

.pankuzu li::after {
  content: ">";
  color: #999;
  padding: 0 8px;
}

.pankuzu li:last-child::after {
  content: none;
}

.pankuzu li a:hover {
  text-decoration: underline;
}

main {
  display: block;
  width: 728px;
}
.right-col {
  display: block;
  width: 300px;
  margin-left: auto;
}

.contents {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}


.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fe1673;
  background: #fff;
  font-size: 14px;
  border-radius: 3px;
  height: 32px;
  width: 112px;;
  line-height: 1;
}


.btn-link a:hover {
  background: #ffe6f0;
  text-decoration: none;
}

.btn-link i {
  margin-left: 8px;
  width: 10px;
  display: flex;
  align-content: center;
  transform: rotate(180deg);
}

.btn-link img {
  width: 10px;
  height: 10px;
}
.btn-back {
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.btn-back a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fe1673;
  background: #fff;
  font-size: 14px;
  border-radius: 3px;
  height: 40px;
  width: 240px;
  line-height: 1;
}

.btn-back a:hover {
  background: #ffe6f0;
  text-decoration: none;
}

.btn-back i {
  margin-right: 8px;
  width: 10px;
  display: flex;
  align-content: center;
}

.btn-back img {
  width: 10px;
}


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

.more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 40px;
  border: 1px solid #fe1673;
  background: #fff;
  line-height: 1;
  border-radius: 3px;
  font-size: 14px;
}

.more-btn a:hover {
  background: #ffe6f0;
  text-decoration: none;
}

.more-btn i {
  margin-right: 4px;
  width: 16px;
}

.more-btn i img {
  width: 16px;
}

.btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.btn-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fe1673;
  background: #fff;
  font-size: 14px;
  border-radius: 3px;
  height: 40px;
  width: 200px;;
  line-height: 1;
}


.btn-list a:hover {
  background: #ffe6f0;
  text-decoration: none;
}

.btn-list i {
  margin-left: 8px;
  width: 10px;
  display: flex;
  align-content: center;
  transform: rotate(180deg);
}

.btn-list img {
  width: 10px;
  height: 10px;
}
/* ヘッダー */

.header {
  z-index: 100;
  background: #fff;
  margin-bottom: 40px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  min-width: 1000px;
}

.header .wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.header .logo {
  margin-right: auto;
}

.header .logo img {
  height: 48px;
  width: 100px;
}

.gnavi > ul {
  height: 64px;
  width: 706px;
  margin-right: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.gnavi > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gnavi > ul > li:hover .subnavi li {
  height: 48px;
}

.gnavi > ul > .current > a,
.gnavi > ul > li:hover > a {
  box-shadow: inset 0 -4px 0 #fe1673;
  color: #fe1673;
}

.gnavi > ul > li > a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 16px;
  color: #666;
  height: 64px;
  font-weight: bold;
  transition: .3s;
}


.subnavi {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.subnavi li {
  height: 0;
  overflow: hidden;
  transition: .3s;
}

.subnavi li a {
  display: flex;
  align-items: center;
  border-top: 1px dotted #ccc;
  height: 48px;
  padding: 0 24px;
  color: #666;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
}

.subnavi li a:hover {
  color: #fe1673;
  background: #ffe6f0;
}

.search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .1s;
  z-index: 100;
}
.search input {
  background: #f5f5f5 url(/common/images/taishu/search2.svg) no-repeat right 8px center;
  background-size: 24px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;	
  border: none;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 14px;
}

.search button {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;	
  border: none;
}


/* 記事リスト */

.new-article {
  margin-bottom: 40px;
}

.article-pickup-box {
  position: relative;
  margin-bottom: 40px;
}

.article-box {
  display: flex;
  position: relative;
}

.article-type-01 {
  justify-content: space-between;
}

.article-box .eye-catch {
  width: 320px;
  position: relative;
  overflow: hidden;
  display: block;
}

.article-box .eye-catch img:hover {
  opacity: .7;
}

.article-box .eye-catch:before {
  content:"";
  display: block;
  padding-top: 75%;
}

.eye-catch img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.article-header .property {
  display: flex;
  position: absolute;
  top: -4px;
  left: -4px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  padding-left: 0;
  margin-bottom: 0;
}

.article-header .property li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  list-style-type: none;
  margin-bottom: 0;
}

.property .pickup {
  background: #1662fe;
}

.property .new {
  background: #e40000;
}

.property .pr {
  background: #666;
}

.property .rank {
  background: #fff;
  color: #333;
}

.article-header {
 width: 392px;
}

.article-header-title {
  padding: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.article-header-title a,
.article-header-read a {
  color: #333;
}
.article-header-title a:hover,
.article-header-read a:hover {
  opacity: .7;
  text-decoration: none;
}
.article-header-read {
  padding: 0 0 8px;
  font-size: 14px;
}
.article-header .article-data {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding-left: 0;
  margin-bottom: 0;
}

.article-header .article-data li {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1;
  list-style-type: none;
  margin-bottom: 0;
}

.article-data li:nth-child(2) {
  border-left: #ccc 1px solid;
  padding: 0 8px;
  margin-left: 8px;
}

.article-data li a {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1;
  vertical-align: middle;
}

.date {
  display: flex;
  align-items: center;
  height: 100%;
  color: #999;
  vertical-align: middle;
}
.article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article-type-02 {
  flex-direction: column;
  width: calc((100% - 32px) / 3);
  margin-bottom: 24px;
}

.article-type-02:nth-child(3n+2):last-child {
 margin-right: auto;
 margin-left: 16px;
}

.article-type-02:nth-child(3n) {
  margin-right: 0;
}

.article-type-02 .eye-catch{
  width: 100%;
}

.article-type-02 .article-header {
  width: 100%;
  padding-bottom: 16px;
}

.article-type-02 .article-header-title {
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.3;
  text-align: justify;
  border: none;
  background: none;
  margin-bottom: 0;
}


.article-type-03 {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}

.article-type-03 .ranking-no {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  width: 24px;
}

.article-box:nth-child(1) .ranking-no {
  background: #f7db6b;
  color: #614d00;
}

.article-box:nth-child(2) .ranking-no {
  background: #d0d6df;
  color: #11336e;
}

.article-box:nth-child(3) .ranking-no {
  background: #e0a182;
  color: #5e2509;
}

.article-type-03 .eye-catch{
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.article-type-03 .eye-catch img{
 max-width: calc(100% / 3 * 4);
 max-height: calc(100% / 3 * 4);
 min-width:100%;
 min-height:100%;
 width: auto;
 height: auto;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
 }


.article-type-03 .article-header{
  width: 188px;
  margin-left: 8px;
}

.article-type-03 .article-header-title {
  font-size: 14px;
  line-height: 1.3;
}

.article-type-03 .date{
  margin: 0 0 8px;;
  padding: 0;
  border: 0;
}



/* ページネーション */

.pager {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.pager li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  font-size: 12px;
}

.article-body .pager li {
  margin: 0 2px;
}

.pager .leader {
  transform: translateY(-15%);
  margin: 0;
}

.pager li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #fe1673;
  color: #fe1673;
}

.pager li a:hover{
  background: #ffe6f0;
  text-decoration: none;
}

.pager .current a ,
.pager .current a:hover {
  background: #fe1673;
  color: #fff;
  pointer-events: none;
}

.pager li a img {
  height: 12px;
}

.pager .next {
  transform: rotate(180deg);
}

/* 概要 */
.overview {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  font-size:14px;
}

.overview .overview-photo {
  width: 200px;
}

.overview .overview-photo img {
  width: 100%;
  height: auto;
}

.overview .overview-photo + p {
  width: calc(100% - 216px);
}


/* 注目キーワード */
.relation-keyword ,
.attention-keyword {
  border: 2px solid #fe1673;
  background: #fff;
  margin-bottom: 40px;
}

.relation-keyword h2 ,
.attention-keyword h2,
.relation-keyword .keyword-ttl ,
.attention-keyword .keyword-ttl {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  padding: 8px 16px;
  background: #fe1673;
  margin-top: -2px;
}

.relation-keyword .tag ,
.attention-keyword .tag {
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
}

.relation-keyword .tag li ,
.attention-keyword .tag li {
  margin: 4px;
}

.relation-keyword .tag li a ,
.attention-keyword .tag li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  border-radius: 3px;
  line-height: 1;
  padding: 0 8px;
  border: 1px solid #fe1673;
  font-size: 14px;
}

.relation-keyword .tag li a:hover ,
.attention-keyword .tag li a:hover {
  background: #ffe6f0;
  text-decoration: none;
}

.article-keywords-tags {
  background-color: #fff;
  padding: 0 40px ;
  display: flex;
  margin-bottom: 40px;
}

.article-keywords-tags .title img{
  width:18px;
  height:18px;
}
.article-keywords-tags ul {
  display: flex;
  flex-wrap:wrap;
  width:calc(100% - 20px);
  padding: 4px ;
  font-size: 14px;
}
.article-keywords-tags li {
  margin:  2px;
  color:#999;
}
.article-keywords-tags li:not(:last-child)::after {
  content:',';
}

.article-keywords-tags li a {
  color:#999;
  transition-duration: 0.25s;
}
.article-keywords-tags li a:hover {
  opacity: 0.7;
}

/* セクション */
.section-ttl {
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 24px;
  line-height: 1;
}

.section-ttl h1 ,
.section-ttl h2 ,
.section-ttl h3 ,
.section-ttl div {
  display: inline-block;
  border-bottom: 1px solid #fe1673;
  margin-bottom: -1px;
  font-size: 32px;
  font-weight: normal;
  padding-bottom: 8px;
  vertical-align: middle;
}

.section-ttl em {
  display: inline-block;
  padding-left: 16px;
  margin-bottom: 8px;
  margin-left: 16px;
  font-size: 24px;
  border-left: 1px solid #ccc;
  vertical-align: middle;
}

.section-ttl .btn-link {
  position: absolute;
  right: 0;
  top: 0;
}


/* 右カラム */

.ranking {
  margin-bottom: 24px;
}

.ranking input {
  display: none;
}

.ranking .tab {
  display: flex;
  width: 100%;
}

.ranking .tab li {
  display: flex;
  width: 50%;
}

.ranking .tab label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  background: #e5e5e5;
  color: #333;
  box-shadow: inset 0px -2px 0px #b4b4b4;
  cursor: pointer;
  transition: .3s;
}

.ranking #ranking1:checked ~ .tab [for="ranking1"],
.ranking #ranking2:checked ~ .tab [for="ranking2"] {
  background: #fff;
  color: #fe1673;
  box-shadow: inset 0px -2px 0px #fe1673;
}

.ranking .tab-contents {
  display: flex;
  overflow-x: hidden;
}

.ranking .daily,
.ranking .weekly {
  transition: .3s;
}

.ranking #ranking2:checked ~ .tab-contents .daily,
.ranking #ranking2:checked ~ .tab-contents .weekly {
  transform: translateX(-300px);
}


/* ツイッター */

.ttl-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.ttl-icon img {
  width:24px;
  height:24px;
}
.twitter-content {
  background: #55acee;
  padding-bottom: 8px;
  margin-bottom: 24px;
}

.ttl-type-twitter {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 8px;
  background: #55acee;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.twitter-inner {
  background: #fff;
  height: 608px;
  border-radius: 5px;
  width: calc(100% - 16px);
  margin: auto;
  overflow-y: auto;
}

/* youtube */

.youtube-content {
  background: #333;
  padding-bottom: 8px;
  margin-bottom: 24px;
}

.ttl-type-youtube {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 8px;
  background: #333;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.youtube-inner {
  position: relative;
  background: #fff;
  width: calc(100% - 16px);
  margin: auto;
}

.youtube-inner:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}

.youtube-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* 記事下 */

.article-bottom {
  background: #fff;
  padding: 0 32px 32px;
  margin-bottom: 40px;
}

.article-producer {
  padding: 0;
  margin-bottom: 24px;
}

.article-producer li {
  list-style: none;
  color: #999;
  font-size: 14px;
}




/* snsボタン */

.sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  margin: 0 auto;
}

.sns-btn li {
  list-style-type: none;
  display: flex;
  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: .7;
  text-decoration: none;
}

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

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

.sns-btn li .comment-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;
}

/* 写真ページ */

#slider {
  margin-bottom: 32px;
  text-align: center;
}

#thumbs {
  margin-bottom: 32px;
}
#thumbs .swiper-slide {
  height: 80px;
  width: auto;
  opacity: .5;
}
#thumbs .swiper-slide img {
  height: 80px;
  width: auto;
  overflow: hidden;
  cursor: pointer;
}

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



/* スナックナビ */
.snacknavi-read {
  margin-bottom: 24px;
}

.snacknavi-read img {
  width: 100%;
  margin-bottom: 16px;
}

.article-special-box {
  position: relative;
  margin-bottom: 40px;
}

.article-special-box .article-box .eye-catch::before {
  content: none;
}

.article-special-box .article-box .eye-catch img {
  position: static;
}

.article-special-box .btn-link {
  margin-right: auto;
  margin-top: 8px;
}

.navi-ttl {
  width: 100%;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}

.areaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}

.areaList li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 8px);
  margin-bottom: 8px;
}

.areaList li:nth-child(22),
.areaList li:nth-child(23) {
  width: calc(100% / 2 - 8px);
}

.areaList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: 1px solid #fe1673;
  background: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  padding: 0;
  border-radius: 3px;
}

.areaList li a:hover {
  background: #ffe6f0;
  text-decoration: none;
}


.article-type-feature {
  width: calc(100% - 8px);
  margin: 4px;
}

.article-type-04 {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;	
}

.article-type-04 .eye-catch {
  width: 200px;
  background: none;
}

.article-type-04 .btn-link {
  width: 100%;
  margin-top: 8px;	
}

.article-type-04 .eye-catch::before {
  content: none;
}

.article-type-04 .eye-catch img {
  position: static;
}

.article-type-04 .article-header {
  width: 512px;
}

.article-type-04 .article-list-contents {
  font-size: 14px;
}

.article-type-04 .article-list-contents table {
  line-height: 1.4;
  margin-bottom: .5em;
  width: 100%;
}

.article-type-04 .article-list-contents table th{
  white-space: nowrap;
  padding: 8px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  width: 120px;
}

.article-type-04 .article-list-contents table td{
  padding: 8px;
  background: #fff;
  border: 1px solid #ccc;
}

.article-type-04 .article-list-contents i {
  margin-right: 8px;
}

.article-type-04 .article-list-contents i img {
  height: 14px;
}


.article-body ~ .article-list {
  padding: 24px;
  background: #fff;
}

.snacknavi-area {
  display: flex;
}

.snacknavi-area .snacknavi-area-ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 48px;
  background: #fe1673;
  color: #fff;
  border-radius: 3px 0 0 3px;
}

.snacknavi-select select {
  width: 100%;
  height: 48px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0 3px 3px 0;
  padding: 0 40px 0 16px;
  border: 1px solid #fe1673;
  background: #fff;
}

.snacknavi-select {
  width: calc(100% - 220px);
  position: relative;
  margin-bottom: 1em;
  display: flex;
  
}
.snacknavi-select::before {
  content: "▼";
  pointer-events: none;
  color: #fe1673;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
}



/* ページトップへ */

.to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fe1673;
  opacity: .3;
  position: fixed;
  bottom: 102px;
  right: -60px;	
  transition: .5s;
  z-index: 1000;
}

.to-top.display {
  right: 0;	
}

.to-top img {
  height: 32px;
}

/* フッター */

.footer {
  background: #e3e3e3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer .footer-nav ul {
  display: flex;
  padding: 32px;
}

.footer .footer-nav li {
  border-right: 1px solid #999;
  padding: 0 16px;
  line-height: 1;
}

.footer .footer-nav li:last-child {
  border-right: none;
}

.footer .footer-nav li a {
  font-size: 14px;
  color: #666;
  line-height: 1;
}

.footer .footer-nav li a:hover {
  color: #fe1673;
}

.footer .copy {
  font-size: 14px;
  color: #999;
  padding-bottom: 16px;
}

/* 広告 */

.ad-superbanner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.ad-billboard {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
}

.ad-billboard div:empty {
   margin-top: 24px;
   margin-bottom: -40px;
}

.ad-rectangle {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}

.right-col .ad-rectangle {
  margin-bottom: 24px;
}

.ad-article-rectangle {
  width: 300px;
  height: 250px;
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}

.ad-gate:nth-of-type(1) {
  position: absolute;
  text-align: right;
  left: -160px;
  top: 0;
  width: 160px;
}

.ad-gate:nth-of-type(2) {
  position: absolute;
  right: -160px;
  top: 0;
  width: 160px;
}

.ad-ranking {
  height: 96px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.google-auto-placed.ap_container {
  margin-bottom:16px;
}

/* 著者 */
.author {
  border: 5px solid #eaeaea;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.author-photo {
  width: 100px;
}

.author-photo img {
  width: 100%;
  height: auto;
}

.author-photo ~ .author-profile{
  width: calc(100% - 116px);
}

.author-kana {
  font-size: 12px;
  color: #666;
  line-height: 1;
  margin-bottom: 2px;
}

.author-name {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 2px solid #eaeaea;
}

.author-description {
  font-size: 14px;
  color: #666;
}

/* お問い合わせ */
.article-body form {
  padding-bottom: 32px;
  display: block;
}

.article-body select,
.article-body [type="text"],
.article-body [type="email"],
.article-body button,
.article-body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
  font-family: inherit;
  border-radius: 5px;
  padding: 8px;
}

.article-body [type="email"],
.article-body [type="text"] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  margin-bottom: 1em;
}
.article-body textarea {
  width: 100%;
  border: 1px solid #999;
  margin-bottom: 1em;
}

.article-body .select select {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
}

.article-body .select {
  position: relative;
  margin-bottom: 1em;
}
.article-body .select::before {
  content: "▼";
  pointer-events: none;
  color: #fe1673;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
}

.article-body button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fe1673;
  margin: auto;
  background: #fff;
  font-size: 16px;
  border-radius: 3px;
  height: 40px;
  width: 112px;;
  line-height: 1;
  color: #fe1673;
}


main .cv-magazine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
    padding: 10px;
    width: 480px;
    border: solid 3px #d80114;
}
main .cv-magazine .cv-img {
    display: block;
    width: 30%;
    vertical-align: middle;
    margin:  0;
}
main .cv-magazine .cv-img img,
main .cv-magazine .cv-img amp-img {
    width: 100%;
}
main .cv-magazine .cv-text {
    display: block;
    font-size: 14px;
    vertical-align: middle;
    width: 65%;
}
main .cv-magazine .cv-btn {
    display: block;
    margin: 10px 0 0;
}
main .cv-magazine .cv-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background: #d80114;
    border-radius: 3px;
    transition: .3s;
    text-decoration: none;
    animation: cv-btn 2s infinite;
}

.cv-btn a:hover {
    background: #d80114;
    opacity: .7;
}

@keyframes cv-btn {
    0% {
    background: #d80114;
    }
    50% {
    background: #f93b4b;
    }
    100% {
    background: #d80114;
    }
}

.m-banner {
  margin-bottom: 24px;
}
.m-banner__img:not(:last-child) {
  margin-bottom: 20px;
}
.m-banner__link {
  display: block;
}