@charset "UTF-8";

/*
:::::::::      :::      ::::::::  ::::::::::
:+:    :+:   :+: :+:   :+:    :+: :+:
+:+    +:+  +:+   +:+  +:+        +:+
+#++:++#+  +#++:++#++: +#++:++#++ +#++:++#
+#+    +#+ +#+     +#+        +#+ +#+
#+#    #+# #+#     #+# #+#    #+# #+#
#########  ###     ###  ########  ##########
*/
body {
  font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  background: #e0e0e0;
  min-width: 1174px;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  body {
    min-width: 100%;
  }
}

body > .outer {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 960px) {
  body > .outer {
    display: block;
  }
}

a {
  text-decoration: none;
}

/*
:::    ::: ::::::::::     :::     :::::::::  :::::::::: :::::::::
:+:    :+: :+:          :+: :+:   :+:    :+: :+:        :+:    :+:
+:+    +:+ +:+         +:+   +:+  +:+    +:+ +:+        +:+    +:+
+#++:++#++ +#++:++#   +#++:++#++: +#+    +:+ +#++:++#   +#++:++#:
+#+    +#+ +#+        +#+     +#+ +#+    +#+ +#+        +#+    +#+
#+#    #+# #+#        #+#     #+# #+#    #+# #+#        #+#    #+#
###    ### ########## ###     ### #########  ########## ###    ###
*/
.global-header {
  padding: 20px 0 0;
  width: 324px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .global-header {
    width: 100%;
  }
}
.global-header .site-title {
  margin-bottom: 15px;
  text-align: center;
}
.global-header .site-title a {
  display: block;
  text-align: center;
}
.global-header .site-title .header-copy {
  font-size: 12px;
  color: #333;
}

@media screen and (max-width: 960px) {
  .global-header .site-title .header-copy {
    display: block;
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    padding: 10px 0 20px 0;
  }
}


.global-header .search {
  position: relative;
  margin-bottom: 20px;
  padding: 0 12px;
}
.global-header .search input {
  width: 100%;
  height: 30px;
  background-color: #eaeaea;
  border: 0;
  border-radius: 12px;
  -webkit-appearance: none;
    -moz-appearance: none;
      appearance: none;
}
.global-header .search button {
  position: absolute;
  top: 0;
  right: 12px;
  width: 30px;
  height: 30px;
  background: 4px 8px no-repeat url(/common/images/exweb/hd-icon_search.png);
  -webkit-appearance: none;
    -moz-appearance: none;
      appearance: none;
  text-indent: -9999px;
}




/*
 ::::::::  ::::    :::     :::     :::     :::
:+:    :+: :+:+:   :+:   :+: :+:   :+:     :+:
+:+        :+:+:+  +:+  +:+   +:+  +:+     +:+
:#:        +#+ +:+ +#+ +#++:++#++: +#+     +:+
+#+   +#+# +#+  +#+#+# +#+     +#+  +#+   +#+
#+#    #+# #+#   #+#+# #+#     #+#   #+#+#+#
 ########  ###    #### ###     ###     ###
*/
.gnav {
  margin-bottom: 30px;
}
.gnav ul {
  border-top: solid 1px #e0e0e0;
}
.gnav li a {
  position: relative;
  display: block;
  padding: 20px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  border-bottom: solid 1px #e0e0e0;
  transition-duration: 0.25s;
}
.gnav li a::after {
  position: absolute;
  top: 24px;
  right: 20px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: rotate(-45deg);
}
.gnav li.current a,
.gnav li a:hover {
  color: #fff;
  background-color: #6e23ab;
}
.gnav li.current a::after,
.gnav li a:hover::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.gnav li.nav-premium a {
  color: #fff;
  background-image: linear-gradient(333deg, #caad72 0%, #9a7f4b 100%);
}

.gnav li.nav-premium a::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}


.gnav li.nav-premium a:hover {
  color: #fff;
  background: #111;
}


/*
:::::::::      :::     ::::    ::: :::    ::: ::::::::::: ::::    :::  ::::::::
:+:    :+:   :+: :+:   :+:+:   :+: :+:   :+:      :+:     :+:+:   :+: :+:    :+:
+:+    +:+  +:+   +:+  :+:+:+  +:+ +:+  +:+       +:+     :+:+:+  +:+ +:+
+#++:++#:  +#++:++#++: +#+ +:+ +#+ +#++:++        +#+     +#+ +:+ +#+ :#:
+#+    +#+ +#+     +#+ +#+  +#+#+# +#+  +#+       +#+     +#+  +#+#+# +#+   +#+#
#+#    #+# #+#     #+# #+#   #+#+# #+#   #+#      #+#     #+#   #+#+# #+#    #+#
###    ### ###     ### ###    #### ###    ### ########### ###    ####  ########
*/
.ranking-list {
  padding: 0 12px;
}
.ranking-list .title {
  margin-bottom: 20px;
  padding-left: 3px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #7a27b4;
  border-bottom: solid 1px #e0e0e0;
}
.ranking-list .title i {
  margin-right: 4px;
}
.ranking-list .title i img {
  display: inline-block;
  vertical-align: top;
}

.ranking-list ul {
  padding-bottom: 35px;
}
.ranking-list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 26px;
  overflow: hidden;
}
.ranking-list li .rank {
  position: absolute;
  top: 50%;
  right: 279px;
  display: block;
  margin-top: -8px;
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  color: #444;
}
.ranking-list li a {
  display: table;
  min-height: 70px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  transition-duration: 0.25s;
}
.ranking-list li a:hover {
  opacity: 0.7;
}
.ranking-list li a::before {
  content: '';
  position: absolute;
  top: 380px;
  right: -255px;
  display: block;
  width: 400px;
  height: 400px;
  border: solid 400px transparent;
  border-left: solid 400px #aaa;
  transform:
    rotate(45deg)
    translate(-50px,-260px);
  opacity: 0.7;
}
.ranking-list li figure {
  position: relative;
  display: table-cell;
  width: 68px;
  height: 68px;
  overflow: hidden;
}
.ranking-list li figure img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  object-position: center top;
  font-family: 'object-fit: cover; object-position: center top;';
}
.ranking-list li .article-data {
  position: relative;
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
}
.ranking-list li:nth-child(1) .rank {color: #cda546;}
.ranking-list li:nth-child(2) .rank {color: #aab1b7;}
.ranking-list li:nth-child(3) .rank {color: #966d52;}
.ranking-list li:nth-child(1) a {
  background-color: #f3ead4;
  border: solid 1px #f3ead4;
}
.ranking-list li:nth-child(2) a {
  background-color: #e3e5e8;
  border: solid 1px #e3e5e8;
}
.ranking-list li:nth-child(3) a {
  background-color: #e6d0be;
  border: solid 1px #e6d0be;
}
.ranking-list li:nth-child(1) a::before {border-left: solid 400px #f1d493;}
.ranking-list li:nth-child(2) a::before {border-left: solid 400px #d0d4d9;}
.ranking-list li:nth-child(3) a::before {border-left: solid 400px #d8c0a4;}




/*
 ::::::::  :::     :::               ::::    ::::      :::      ::::::::
:+:    :+: :+:     :+:               +:+:+: :+:+:+   :+: :+:   :+:    :+:
+:+        +:+     +:+               +:+ +:+:+ +:+  +:+   +:+  +:+
+#+        +#+     +:+ +#++:++#++:++ +#+  +:+  +#+ +#++:++#++: :#:
+#+         +#+   +#+                +#+       +#+ +#+     +#+ +#+   +#+#
#+#    #+#   #+#+#+#                 #+#       #+# #+#     #+# #+#    #+#
 ########      ###                   ###       ### ###     ###  ########
*/
.global-header .cv-magazine {
  margin: 0 auto 30px;
  padding-bottom: 12px;
  width: 230px;
  font-size: 16px;
  border: solid 1px #d80114;
}
.global-header .cv-magazine .title {
  margin-bottom: 12px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: #d80114;
}
.global-header .cv-magazine .photo {
  padding: 0 16px;
  margin-bottom: 10px;
  text-align: center;
}
.global-header .cv-magazine .date {
  margin-bottom: 10px;
  text-align: center;
  color: #666;
  font-size: 16px;
}
.global-header .cv-magazine .to-buy {
  padding: 0 12px;
}
.global-header .cv-magazine .to-buy a {
  display: block;
  width: 100%;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #d80114;
  border-radius: 38px;
  transition-duration: 0.25s;
}
.global-header .cv-magazine .to-buy a:hover {
  opacity: 0.7;
}



main .cv-magazine {
    display: table;
    margin: 30px auto;
    padding: 10px;
    width: 480px;
    border: solid 3px #d80114;
}
/* main .pt-photo .cv-magazine {
    margin: 0 8px 30px;
} */
main .cv-magazine .cv-img {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}
main .cv-magazine .cv-img img,
main .cv-magazine .cv-img amp-img {
    width: 100%;
}
main .cv-magazine .cv-text {
    display: table-cell;
    padding-left: 5%;
    font-size: 14px;
    vertical-align: middle;
}
main .cv-magazine .cv-btn {
    display: block;
    margin: 10px 0 0;
}
main .cv-magazine .cv-btn a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #d80114;
    border-radius: 50px;
  transition-duration: 0.25s;
}
main .cv-magazine .cv-btn a:hover {
  opacity: 0.7;
}


.global-header .release-reception {
  margin: 0 auto 30px;
  padding-bottom: 12px;
  width: 300px;
  border: solid 1px #6e24ab;
}

.global-header .release-reception .title {
  margin-bottom: 12px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: #6e24ab;
}

.global-header .release-reception .date {
  margin-bottom: 10px;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 0 24px;
}
.global-header .release-reception .to-reception {
  padding: 0 24px;
}
.global-header .release-reception .to-reception a {
  display: block;
  width: 100%;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #6e24ab;
  border-radius: 38px;
  transition-duration: 0.25s;
}
.global-header .release-reception .to-reception a:hover {
  opacity: 0.7;
}


/*
 ::::::::  ::::    :::  ::::::::  ::::::::: ::::::::::: ::::    :::
:+:    :+: :+:+:   :+: :+:    :+: :+:    :+:    :+:     :+:+:   :+:
+:+        :+:+:+  +:+ +:+        +:+    +:+    +:+     :+:+:+  +:+
+#++:++#++ +#+ +:+ +#+ +#++:++#++ +#++:++#+     +#+     +#+ +:+ +#+
       +#+ +#+  +#+#+#        +#+ +#+    +#+    +#+     +#+  +#+#+#
#+#    #+# #+#   #+#+# #+#    #+# #+#    #+#    #+#     #+#   #+#+#
 ########  ###    ####  ########  #########     ###     ###    ####
*/
.snsbtn {
  margin-bottom: 40px;
}
.snsbtn ul {
  text-align: center;
  display: flex;
  justify-content: center;
}
.snsbtn li {
  display: block;
  margin: 0 10px;
}
.snsbtn li a {
  display: block;
  padding: 13px 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.snsbtn li:nth-child(1) a {
  background-color: #4ba2eb;
}
.snsbtn li:nth-child(2) a {
  background-color: #2b478b;
}
.snsbtn li a:hover {
  opacity: 0.7;
}




/*
:::::::::   ::::::::  :::::::::  :::   :::
:+:    :+: :+:    :+: :+:    :+: :+:   :+:
+:+    +:+ +:+    +:+ +:+    +:+  +:+ +:+
+#++:++#+  +#+    +:+ +#+    +:+   +#++:
+#+    +#+ +#+    +#+ +#+    +#+    +#+
#+#    #+# #+#    #+# #+#    #+#    #+#
#########   ########  #########     ###
*/
.main-wrap {
  display: flex;
  width: calc(100vw - 324px);
  min-width: 850px;
}

.page-body {
  margin: 0 auto;
  padding: 20px 24px;
  width: 826px;
  overflow: hidden;
}


@media screen and (max-width: 960px) {
  .main-wrap {
    display: block;
    width: 100%;
    min-width: 100%;
  }

  .page-body {
    margin: 0 auto;
    padding: 20px 24px;
    width: 100%;
    overflow: hidden;
  }
}



/*
::::::::: ::::::::::: ::::    :::
:+:    :+:    :+:     :+:+:   :+:
+:+    +:+    +:+     :+:+:+  +:+
+#++:++#+     +#+     +#+ +:+ +#+
+#+    +#+    +#+     +#+  +#+#+#
#+#    #+#    #+#     #+#   #+#+#
#########     ###     ###    ####
*/
.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;
    width: 240px;
    height: 50px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background-color: #6e23ab;
    border-radius: 50px;
}

.btn-back i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    display: flex;
    align-content: center;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(135deg);
    text-indent: -9999px;
}

.btn-back img,
.btn-back amp-img {
    height: 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: 50px;
  font-size: 18px;
    line-height: 1;
    color: #fff;
    background: #6e23ab;
    border-radius: 50px;
}
.more-btn a::after {
    content: '';
    display: inline-block;
  margin-left: 5px;
    width: 10px;
    height: 10px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg);
}

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

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




/*
:::::::::  :::::::::: ::::::::   ::::::::  ::::    ::::  :::::::::: ::::    ::: :::::::::  :::::::::: :::::::::
:+:    :+: :+:       :+:    :+: :+:    :+: +:+:+: :+:+:+ :+:        :+:+:   :+: :+:    :+: :+:        :+:    :+:
+:+    +:+ +:+       +:+        +:+    +:+ +:+ +:+:+ +:+ +:+        :+:+:+  +:+ +:+    +:+ +:+        +:+    +:+
+#++:++#:  +#++:++#  +#+        +#+    +:+ +#+  +:+  +#+ +#++:++#   +#+ +:+ +#+ +#+    +:+ +#++:++#   +#+    +:+
+#+    +#+ +#+       +#+        +#+    +#+ +#+       +#+ +#+        +#+  +#+#+# +#+    +#+ +#+        +#+    +#+
#+#    #+# #+#       #+#    #+# #+#    #+# #+#       #+# #+#        #+#   #+#+# #+#    #+# #+#        #+#    #+#
###    ### ########## ########   ########  ###       ### ########## ###    #### #########  ########## #########
*/
.recomended-box {
}
.recomended-box .inner {
  position: relative;
  background-color: #fff;
  border: solid 8px #6e23ab;
  overflow: hidden;
}
.recomended-box .inner::before {
  content: '';
  position: absolute;
  bottom: -990px;
  right: -270px;
  display: block;
  width: 400px;
  height: 400px;
  border: solid 400px transparent;
  border-left: solid 400px #6e23ab;
  transform:
      rotate(45deg)
      translate(-50px,-260px);
}
.recomended-box .inner::after {
  content: '';
  position: absolute;
  bottom: 13px;
  right: 10px;
  display: block;
  width: 82px;
  height: 85px;
  background: url(/common/images/exweb/recomended-label.png);
}
.recomended-box .photo {
  display: table-cell;
  vertical-align: middle;
  width: 352px;
}
.recomended-box .photo a {
  transition-duration: 0.25s;
}
.recomended-box .photo a:hover {
  opacity: 0.7;
}
.recomended-box .photo img {
  width: 100%;
  height: auto;
}
.recomended-box .detail {
  display: table-cell;
  padding: 24px 30px 100px;
  vertical-align: top;
}
.recomended-box .detail .title {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
}
.recomended-box .detail .title a {
  color: #333;
  transition: .3s;
}
.recomended-box .detail .title a:hover {
  opacity: 0.7;
}
.recomended-box .detail p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.recomended-box .detail .excerpt {
  padding-top: 35px;
}
.recomended-box .detail .to-entry {
  padding-top: 40px;
}
.recomended-box .detail .to-entry a {
  text-decoration: none;
}
.recomended-box .detail .to-entry a:hover {
  text-decoration: underline;
}




/*
 ::::::::   ::::::::  ::::    ::: ::::::::::: :::::::::: ::::    ::: ::::::::::: :::::::::     ::: ::::::::::: :::    :::
:+:    :+: :+:    :+: :+:+:   :+:     :+:     :+:        :+:+:   :+:     :+:     :+:    :+:  :+: :+:   :+:     :+:    :+:
+:+        +:+    +:+ :+:+:+  +:+     +:+     +:+        :+:+:+  +:+     +:+     +:+    +:+ +:+   +:+  +:+     +:+    +:+
+#+        +#+    +:+ +#+ +:+ +#+     +#+     +#++:++#   +#+ +:+ +#+     +#+     +#++:++#+ +#++:++#++: +#+     +#++:++#++
+#+        +#+    +#+ +#+  +#+#+#     +#+     +#+        +#+  +#+#+#     +#+     +#+       +#+     +#+ +#+     +#+    +#+
#+#    #+# #+#    #+# #+#   #+#+#     #+#     #+#        #+#   #+#+#     #+#     #+#       #+#     #+# #+#     #+#    #+#
 ########   ########  ###    ####     ###     ########## ###    ####     ###     ###       ###     ### ###     ###    ###
*/
.contentpath {
  padding: 12px 16px;
  background-color: #f8f0ff;
}
.contentpath ul {
}
.contentpath li {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
}
.contentpath li::after {
  content: '｜';
  margin-left: 5px;
}
.contentpath li:last-child::after {
  display: none;
}
.contentpath li a {
  color: #6e23ab;
  text-decoration: underline;
}
.contentpath li a:hover {
  text-decoration: none;
}




/*
 ::::::::      ::: :::::::::::              :::    ::: ::::::::::     :::     :::::::::
:+:    :+:   :+: :+:   :+:                  :+:    :+: :+:          :+: :+:   :+:    :+:
+:+         +:+   +:+  +:+                  +:+    +:+ +:+         +:+   +:+  +:+    +:+
+#+        +#++:++#++: +#+    +#++:++#++:++ +#++:++#++ +#++:++#   +#++:++#++: +#+    +:+
+#+        +#+     +#+ +#+                  +#+    +#+ +#+        +#+     +#+ +#+    +#+
#+#    #+# #+#     #+# #+#                  #+#    #+# #+#        #+#     #+# #+#    #+#
 ########  ###     ### ###                  ###    ### ########## ###     ### #########
*/
.cat-head {
  margin-bottom: 25px;
  padding: 24px;
  background-color: #fff;
  border: solid 8px #6e23ab;
  position: relative;
}
.cat-head .title {
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
}
.cat-head .detail {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  height: calc(3em * 1.25);
}
.cat-head .photo {
  flex: auto;
  width: 124px;
}

.cat-head .text {
  flex: auto;
  padding: 0 16px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
  color: #666;
  width: 100%;
  position: relative;
}

.cat-head .photo + .text {
  width: calc(100% - 124px);
}

.cat-head-more {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
  text-align: center;
  width: 100%;
  padding-top: 30px;
  font-size: 14px;
  color: #6e23ab;
  cursor: pointer;
  transition: .25s;
}
.cat-head-more:hover {
  text-decoration: underline;
}

.cat-head-more::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #6e23ab;
  border-bottom: 2px solid #6e23ab;
  transform: rotate(45deg);
  position: relative;
  top: -.2em;
  transition: .25s;
}

.detail-open .cat-head-more {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
}

.detail-open .cat-head-more::after {
  transform: rotate(-135deg);
  top: .2em;;
}

.cat-head .detail.detail-open {
  height: auto;
  padding-bottom: 20px;
}


/*
::::::::::: :::      ::::::::   ::::::::
    :+:   :+: :+:   :+:    :+: :+:    :+:
    +:+  +:+   +:+  +:+        +:+
    +#+ +#++:++#++: :#:        +#++:++#++
    +#+ +#+     +#+ +#+   +#+#        +#+
    #+# #+#     #+# #+#    #+# #+#    #+#
    ### ###     ###  ########   ########
*/
.tags {
  display: table;
  padding: 10px 0;
  width: 100%;
  min-height: 80px;
}
.tags .title {
  display: table-cell;
  padding: 0 10px;
  width: 145px;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
  border-right: solid 1px #ccc;
}
.tags ul {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
}
.tags li {
  display: inline-block;
  margin: 0 2.5px 6px;
}
.tags li a {
  display: inline-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;
}
.tags li a:hover {
  opacity: 0.7;
}
.tags.pt-rec {background-color: #f9f2ff;}
.tags.pt-fav {background-color: #fff2f2;margin-bottom: 24px;}
.tags.pt-rel {background-color: #f7f0db;margin-bottom: 40px;}
.tags.pt-rec .title a {text-decoration: underline;}
.tags.pt-rec .title a:hover {text-decoration: none;}
.tags.pt-fav .title {color: #d12324;}
.tags.pt-rel .title {color: #bd905b;}
.tags.pt-rec li a {color: #6e23ab;border: solid 1px #6e23ab}
.tags.pt-rec li a:hover {color: #fff;background-color: #6e23ab;border: solid 1px #fff}
.tags.pt-fav li a {color: #d12324;border: solid 1px #d12324}
.tags.pt-fav li a:hover {color: #fff;background-color: #d12324;border: solid 1px #fff}
.tags.pt-rel li a {color: #bd905b;border: solid 1px #bd905b}
.tags.pt-rel li a:hover {color: #fff;background-color: #bd905b;border: solid 1px #fff}

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

.article-keywords-tags .title img{
  width:18px;
  height:auto;
}
.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;
}

/*
    :::                   :::        ::::::::::: :::::::: :::::::::::
  :+: :+:                 :+:            :+:    :+:    :+:    :+:
 +:+   +:+                +:+            +:+    +:+           +:+
+#++:++#++: +#++:++#++:++ +#+            +#+    +#++:++#++    +#+
+#+     +#+               +#+            +#+           +#+    +#+
#+#     #+#               #+#            #+#    #+#    #+#    #+#
###     ###               ########## ########### ########     ###
*/
.article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.article-list a {
  transition-duration: 0.25s;
}
.article-list a:hover {
  opacity: 0.7;
}
.article-box {
  position: relative;
  flex-direction: column;
  width: calc((100% - 32px) / 3);
  margin-bottom: 24px;
  background: #fff;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); */
}
.article-box.top-suggest {
  margin-bottom: 19px;
  border-bottom: solid 27px #dbdbdb;
}
.article-box article {
  overflow: hidden;
  height: 100%;
}

.article-box > div {
  overflow: hidden;
}

/* eye-catch */
.article-box .eye-catch {
  position: relative;
  overflow: hidden;
  display: block;
  background: #ccc;
}
.article-box .eye-catch::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.eye-catch img,
.eye-catch amp-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  font-family: 'object-fit: cover; object-position: center top;';
}

/* article-header */
.article-header {
  position: relative;
  /* display: flex;
  flex-direction: column;
  justify-content: flex-end; */
  height: calc(100% - 248px);
  min-height: 95px;
  background: rgba(255, 255, 255, 0.2);
}
.property {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.property::before {
  content: '';
  position: absolute;
  top: 165px;
  right: -400px;
  display: block;
  width: 400px;
  height: 400px;
  border: solid 400px transparent;
  border-left: solid 400px #aaa;
  transform:
      rotate(45deg)
      translate(-50px,-260px);
  opacity: 0.7;
}
.property li {
  position: absolute;
  top: -30px;
  right: -25px;
  width: 100px;
  height: 24px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transform: rotate(-45deg);
}
.property.pickup::before {
  border-left: solid 400px #6e23ab;
  opacity: 1;
}
.property.new::before {
    border-left: solid 400px #d80114;
    opacity: 1;
}
.property .pr {
  background: #666;
}
.property .rank {
  background: #fff;
  color: #333;
}
.article-box:nth-child(1) .property .rank {
  background: #f7db6b;
  color: #614d00;
}
.article-box:nth-child(2) .property .rank {
  background: #d0d6df;
  color: #11336e;
}
.article-box:nth-child(3) .property .rank {
  background: #e0a182;
  color: #5e2509;
}

.article-header-label {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 115px;
  background-color: rgba(255,255,255,0.8);
}
.article-header-title {
  padding: 8px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: normal;
  color: #333;
}
.book-number {
  display: block;
  padding: 0 8px;
  font-size: 10px;
  color: #999;
}
.date {
  display: block;
  padding: 0 8px;
  font-size: 10px;
  color: #999;
}

.eye-catch-icon-premium {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  padding: 4px 8px;
  background-image: linear-gradient(333deg, #caad72 0%, #9a7f4b 100%);
  line-height: 1;
}

.eye-catch-icon-premium img {
  position: static;
  display: block;
  max-width: none;
  width: 100px;
  height: auto;
}

.icon-premium {
  display: block;
  position: absolute;
  padding: 0 8px;
  font-size: 10px;
  color: #fff;
  background-image: linear-gradient(333deg, #caad72 0%, #9a7f4b 100%);
  right: 0;
  bottom: 8px;
}


/*
:::::::::     :::      ::::::::  :::::::::: :::::::::
:+:    :+:  :+: :+:   :+:    :+: :+:        :+:    :+:
+:+    +:+ +:+   +:+  +:+        +:+        +:+    +:+
+#++:++#+ +#++:++#++: :#:        +#++:++#   +#++:++#:
+#+       +#+     +#+ +#+   +#+# +#+        +#+    +#+
#+#       #+#     #+# #+#    #+# #+#        #+#    #+#
###       ###     ###  ########  ########## ###    ###
*/
.pager {
  margin-bottom: 40px;
}
.pager ul {
  text-align: center;
}
.pager li {
  display: inline-block;
  margin: 0 3px;
}
.pager li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #6e23ab;
  background-color: #fff;
  border: 1px solid #6e23ab;
  border-radius: 40px;
  transition: .3s;
}
.pager li a:hover {
  opacity: 0.7;
}
.pager li.current a {
  color: #fff;
  background-color: #6e23ab;
  pointer-events: none;
}





/*
 ::::::::  ::::    :::  ::::::::  :::::::::   ::::::::  :::    :::
:+:    :+: :+:+:   :+: :+:    :+: :+:    :+: :+:    :+: :+:    :+:
+:+        :+:+:+  +:+ +:+        +:+    +:+ +:+    +:+  +:+  +:+
+#++:++#++ +#+ +:+ +#+ +#++:++#++ +#++:++#+  +#+    +:+   +#++:+
       +#+ +#+  +#+#+#        +#+ +#+    +#+ +#+    +#+  +#+  +#+
#+#    #+# #+#   #+#+# #+#    #+# #+#    #+# #+#    #+# #+#    #+#
 ########  ###    ####  ########  #########   ########  ###    ###
*/
.sns-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
}

.sns-box .box-twitter,
.sns-box .box-facebook {
  display: flex;
  flex-direction: column;
  padding: 0 16px 16px;
  width: 100%;
}

.sns-box .title {
  height: 51px;
  font-size: 20px;
  line-height: 51px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.sns-box .title i {
  margin-right: 10px;
}
.sns-box .title i img {
  display: inline-block;
  vertical-align: -1px;
}
.sns-box .inner {
  height: 270px;
  overflow-y: auto;
  background-color: #fff;
}
.sns-box .box-twitter {
  background-color: #4ba2eb;
}
.sns-box .box-facebook {
  background-color: #2b478b;
}




/*
:::::::::: ::::::::   :::::::: ::::::::::: :::::::::: :::::::::
:+:       :+:    :+: :+:    :+:    :+:     :+:        :+:    :+:
+:+       +:+    +:+ +:+    +:+    +:+     +:+        +:+    +:+
:#::+::#  +#+    +:+ +#+    +:+    +#+     +#++:++#   +#++:++#:
+#+       +#+    +#+ +#+    +#+    +#+     +#+        +#+    +#+
#+#       #+#    #+# #+#    #+#    #+#     #+#        #+#    #+#
###        ########   ########     ###     ########## ###    ###
*/
.global-footer {
  background-color: #2d2d2d;
}
.global-footer ul {
  padding: 15px 0 20px;
  text-align: center;
  background-color: #2d2d2d;
}
.global-footer li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 10px;
  border-right: solid 1px #fff;
}
.global-footer li:last-child {
  border-right: 0;
}
.global-footer li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 12px;
  font-size: 12px;
  color: #fff;
}
.global-footer .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 100%;
  background: #2d2d2d;
  color: #fff;
  font-size: 10px;
}




/*
::::::::::: ::::::::               ::::::::::: ::::::::  :::::::::
    :+:    :+:    :+:                  :+:    :+:    :+: :+:    :+:
    +:+    +:+    +:+                  +:+    +:+    +:+ +:+    +:+
    +#+    +#+    +:+ +#++:++#++:++    +#+    +#+    +:+ +#++:++#+
    +#+    +#+    +#+                  +#+    +#+    +#+ +#+
    #+#    #+#    #+#                  #+#    #+#    #+# #+#
    ###     ########                   ###     ########  ###
*/
.to-top {
    position: fixed;
    bottom: 94px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    opacity: .3;
    background-color: #6e23ab;
    transition: .5s;
    z-index: 1000;
}
.to-top.display {
  right: 0;
}
.to-top img,
.to-top amp-img {
  height: 32px;
}




/*
    :::     :::::::::
  :+: :+:   :+:    :+:
 +:+   +:+  +:+    +:+
+#++:++#++: +#+    +:+
+#+     +#+ +#+    +#+
#+#     #+# #+#    #+#
###     ### #########
*/

.ad-infeed div {
 height: 100% !important;
}

.ranking-item.ad::before {
 	content: "PR";
  position: absolute;
  top: 50%;
  right: 279px;
  display: block;
  margin-top: -8px;
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  color: #444;

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

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

.ad-rectangle {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 24px;
  min-height:250px;
}

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

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

.ranking-list li.ranking-pr {
  padding-left: 0;
}

.article-box iframe {
  width: 100%;
  height: 100%;
}



/* 目次ページ */
.article-body .tags {
  margin-bottom: 24px;
}
.cv-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 64px 0;
}

.cv-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 64px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background: #d80114;
    border-radius: 50px;
    transition: .3s;
    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;
    }
}
/* 著者 */
.author {
  border: 5px solid #f6ebfe;
  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 #f6ebfe;
}

.author-name a:hover{
  text-decoration: underline;
}

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

.author-twitter {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  background-color: #55acee;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  transition: .2s;
}
.author-twitter i{
  min-width: 16px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.author-twitter:hover {
  text-decoration: none;
  opacity: .7;
}

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

.article-body select,
.article-body [type="email"],
.article-body [type="text"],
.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: 1.5em;
}
.article-body textarea {
  width: 100%;
  border: 1px solid #999;
  margin-bottom: 1.5em;
}

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

.article-body .select {
  position: relative;
  margin-bottom: 1.5em;
}
.article-body .select::before {
  content: "▼";
  pointer-events: none;
  color: #6e23ab;
  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;
  margin: auto;
  background: #6e23ab;
  font-size: 16px;
  border-radius: 50px;
  height: 40px;
  width: 200px;;
  line-height: 1;
  color: #fff;
  transition:.3s;
}

.article-body button:hover {
  opacity: 0.7;
}

.title-main-ranking {
  position: relative;
  padding-left: 60px;
}

.title-main-ranking::before {
content:'';
background-image: url(/common/images/exweb/icon-main-ranking.png);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
height: 40px;
width: 46px;
display: block;
position: absolute;
left: 0;
top: -8px;
}

.ranking-main-list {
  padding:8px;
  background: #fff;
}
.ranking-main-list article {
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
}
.ranking-main-list article .rank {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 64px;
  font-size: 24px;
  line-height: 1;
  font-style: italic;
  color: #444;
  background: #d9d9d9;
  pointer-events: none;
}
.ranking-main-list article a {
  display: flex;
  padding: 16px 16px 16px 80px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  transition: 0.25s;
}
.ranking-main-list article a:hover {
  opacity: 0.7;
}
.ranking-main-list article a::before {
  content: '';
  position: absolute;
  top: 380px;
  right: -255px;
  display: block;
  width: 400px;
  height: 400px;
  border: solid 400px transparent;
  border-left: solid 400px #aaa;
  transform:
    rotate(45deg)
    translate(-50px,-260px);
  opacity: 0.7;
  transition: 0.25s;
}
.ranking-main-list article figure {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.ranking-main-list article figure img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center top;
  font-family: 'object-fit: cover; object-position: center top;';
}
.ranking-main-list article .article-data {
  position: relative;
  padding: 0 10px;
  width: calc(100% - 124px);
}
.ranking-main-list article:nth-child(1) .rank {color: #b48c2e;background: #f1d493;}
.ranking-main-list article:nth-child(2) .rank {color: #909eaa;background: #d0d4d9;}
.ranking-main-list article:nth-child(3) .rank {color: #966d52;background: #d8c0a4;}
.ranking-main-list article:nth-child(1) a {
  background-color: #f3ead4;
  border: solid 1px #f3ead4;
}
.ranking-main-list article:nth-child(2) a {
  background-color: #e3e5e8;
  border: solid 1px #e3e5e8;
}
.ranking-main-list article:nth-child(3) a {
  background-color: #e6d0be;
  border: solid 1px #e6d0be;
}
.ranking-main-list article:nth-child(1) a::before {border-left: solid 400px #f1d493;}
.ranking-main-list article:nth-child(2) a::before {border-left: solid 400px #d0d4d9;}
.ranking-main-list article:nth-child(3) a::before {border-left: solid 400px #d8c0a4;}

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

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

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

.ttl-type-youtube .ttl-icon img {
  height: 20px;
}

.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%;
}

.accordion-tags {
  display: flex;
  overflow: hidden;
  position: relative;
  transition: .25s;
}

.accordion-tags.pt-rec {
  background: #f9f2ff
}

.accordion-tags .accordion-tags-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  transition: .25s;
}

.accordion-tags .accordion-tags-btn:hover {
  opacity: .7;
}

.accordion-tags .accordion-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: -8px;
  margin: auto;
  pointer-events: none;
  transition: .25s;
}

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

.accordion-tags.pt-rec .accordion-tags-btn {
  background: #6e23ab;
}

.accordion-tags .accordion-tags-title {
  width: 100px;
  padding: 6px 10px;
}
.accordion-tags .accordion-tags-title a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 24px;
    text-align: left;
    background-color: #fff;
    transition-duration: 0.25s;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    z-index: 1;
}
.accordion-tags .accordion-tags-title a::before {
  content: '';
  height: 16px;
  width: 16px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9px;
  margin: auto;
  transform: rotate(-45deg);
  border-bottom: 1px solid #6e23ab;
  border-right: 1px solid #6e23ab;
  transition: .25s;
}
.accordion-tags.pt-rec .accordion-tags-title a {
    color: #6e23ab;
    border: solid 1px #6e23ab;
    transition: .25s;
}
.accordion-tags.pt-rec .accordion-tags-title a:hover {
    color: #fff;
    background: #6e23ab;
    border: solid 1px #fff;
}

.accordion-tags .accordion-tags-title a:hover::before {
  background: #6e23ab;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.accordion-tags.pt-rec .accordion-tags-title.current a {
    color: #fff;
    background: #6e23ab;
    border: solid 1px #fff;
}
.accordion-tags.pt-rec .accordion-tags-title.current a::before {
    background: #6e23ab;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}


.accordion-tags ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 6px 76px 0 10px;
  width: calc(100% - 100px);
  position: relative;
}
.accordion-tags li {
  margin: 0 2.5px 6px;
}

.accordion-tags li 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;
}


.accordion-tags.pt-rec li a {
    color: #6e23ab;
    border: solid 1px #6e23ab;
}

.accordion-tags.pt-rec li a:hover {
    color: #fff;
    background: #6e23ab;
    border: solid 1px #fff;
}

.accordion-tags li.current a {
    color: #fff;
    background: #6e23ab;
    border: solid 1px #fff;
}


.article-list-ttl h2{
   font-size: 20px;
   font-weight: normal;
   margin: 0 0 24px;
   padding: 8px 16px;
   background-color: #fff;
   border: solid 4px #d80114;
}

.tags-wrap .tags {
  width: 778px;
  margin-left: -40px;
  margin-top: 16px;
}

.premium-bnr {
  display: block;
  margin-bottom: 24px;
}

.premium-bnr-item {
  display: flex;
  align-items: center;
  padding-left: 10px;
  height: 104px;
  border: 2px solid #9a7f4b;
  background-color: #fff;
  color: inherit;
  transition: .25s;
}
.premium-bnr-item:hover {
  opacity: .7;
}


.premium-bnr-item-img {
  width: 80px;
  height: 80px;
}

.premium-bnr-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.premium-bnr-item-body {
  margin-left: 16px;
  padding: 10px 0;
  width: calc(100% - 136px - 80px - 32px);
  height: 100%;
}

.premium-bnr-item-body-logo img {
  display: block;
  width: 157px;
}

.premium-bnr-item-body-txt {
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.premium-bnr-item-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 136px;
  height: 100%;
  background-image: linear-gradient(333deg, #caad72 0%, #9a7f4b 100%);
  color: #fff;
}


.news-premium {
  margin: 32px auto;
  max-width: 480px;
}

.news-premium-link {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 8px;
  background-color: #111;
  color: #fff;
  transition: .2s;
}

.news-premium-link:hover {
  opacity: .7;
}

.news-premium-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent #9a7f4b transparent;
}

.news-premium-img {
  min-width: 80px;
  min-height: 80px;
  width: 80px;
  background-color: #fff;
}

.news-premium-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-premium-body {
  padding-right: 8px;
}
.news-premium-logo {
  margin-bottom: 4px;
}

.news-premium-logo img {
  display: block;
  width: 157px;
}
.news-premium-txt {
  font-weight:bold;
  font-size: 18px;
}
.m-banner {
  margin-bottom: 24px;
}
.m-banner__img {
  text-align: center;
}
.m-banner__img:not(:last-child) {
  margin-bottom: 20px;
}
.m-banner__link {
  display: block;
}