@charset 'UTF-8';
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
input {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  text-align: left;
}
q:after,
q:before {
  content: '';
}
abbr,
acronym {
  border: 0;
}
a,
img {
  vertical-align: top;
  display: inline-block;
}
/******************************
共通
******************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  min-width: 960px;
  min-height: 100vh;
  font-family: YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', 'Osaka', sans-serif;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
input {
  color: #000;
  text-decoration: none;
  border: none;
  outline: none;
}
a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
a:hover,
a:hover img {
  opacity: 0.7;
}
::-webkit-input-placeholder {
  color: #d1d1d1;
}
::-moz-placeholder {
  color: #d1d1d1;
}
:-ms-input-placeholder {
  color: #d1d1d1;
}
::-ms-input-placeholder {
  color: #d1d1d1;
}
::placeholder {
  color: #d1d1d1;
}
/******************************
ヘッダー
******************************/
header a:hover,
header a:hover img {
  opacity: 1;
}
.header {
  background: #fff;
}
.header .headerImage {
  height: 20px;
  background-color: #f4dedb;
}
.header .headerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 43px 0 25px;
  background: #fff;
}
.header .headerTop > div {
  /* display: table-cell; */
  vertical-align: middle;
}
/* SNS要素 */
.headerSns {
  width: 242px;
  margin-right: auto;
  z-index: 2;
}
.headerSns ul {
  letter-spacing: -0.4em;
}
.headerSns ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 9px;
  padding-top: 7px;
  color: #fff;
}
.headerSns ul li a {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.headerSns ul li a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.headerSns ul li.shopLink {
  width: 139px;
  height: 26px;
  padding: 0 12px;
  font-family: 'Avenir Next', 'Hind Siliguri', sans-serif;
  background: #000;
}
.headerSns ul li.shopLink:hover {
  opacity: 0.7;
}
.headerSns ul li.shopLink a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
}
.headerSns ul li.shopLink a:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 0.7;
}
.headerSns ul li.shopLink a img {
  margin-right: 6px;
  vertical-align: -3px;
}
.headerSns ul li:not(.shopLink) a {
  padding-top: 2px;
}
/* ロゴ要素 */
.headerLogo {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.headerLogo.magazine a {
  font-size: 2.6rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.headerLogo.magazine a:hover {
  opacity: 0.6;
}
/* フォーム要素 */
.headerSearch {
  width: 216px;
  border-bottom: 1px solid #d1d1d1;
}
.headerSearch form {
  position: relative;
}
.headerSearch input[type="text"] {
  display: inline-block;
  width: calc(100% - 30px);
  padding: 5px 3px;
  font-family: 'Avenir Next', 'Hind Siliguri', sans-serif;
  color: #000;
  font-size: 1.3rem;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.headerSearch button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 2px 2px 10px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.headerSearch button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1060px) {
  .headerSearch {
    width: 176px;
  }
}
.headerSearch input::-moz-placeholder {
  color: #d1d1d1;
  font-size: 1.2rem;
}
.headerSearch input::placeholder,
.headerSearch input::-moz-placeholder,
.headerSearch input::-webkit-input-placeholder,
.headerSearch input:-ms-input-placeholder {
  color: #d1d1d1;
  font-size: 1.2rem;
}
/* ログイン要素 */
.headerLogin {
  margin-left: 30px;
}
.headerLogin ul {
  letter-spacing: -0.4em;
}
.headerLogin ul li {
  display: inline-block;
  position: relative;
  letter-spacing: normal;
}
.headerLogin ul li:first-child {
  margin-right: 13px;
}
.headerLogin ul li:first-child::after {
  content: '/';
  position: absolute;
  top: 5px;
  right: -10px;
  margin: auto 0;
  font-size: 1.1rem;
  font-weight: 800;
}
.headerLogin ul li a {
  color: #000;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.headerLogin ul li a:hover {
  opacity: 0.7;
}
/******************************
グローバルナビ
******************************/
.headerBottom {
  padding-bottom: 12px;
  background: #fff;
}
.gnav .gnavIn > ul {
  min-width: 960px;
  font-size: 0;
  text-align: center;
}
.gnav .gnavIn > ul > li {
  display: inline-block;
  position: relative;
  font-size: 1.11vw;
  font-family: 'Songti TC', 'Vollkorn', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .gnav .gnavIn > ul > li {
    font-size: 1.2rem;
  }
}
.gnav .gnavIn > ul > li > a,
.gnav .gnavIn > ul > li span {
  display: inline-block;
  position: relative;
  padding: 5px 8px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  vertical-align: middle;
}
.gnav .gnavIn > ul > li > a:hover {
  color: #fff;
  background: #000;
  opacity: 1;
}
.gnavSub {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 162px;
  padding: 0;
  background: #fff;
  border: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 100;
}
.gnavSub li {
  width: 100%;
}
.gnavSub li a {
  display: block;
  padding: 5px 0;
  font-family: 'Avenir Next', 'Hind Siliguri', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.gnavSub li a:hover {
  background: #f0f0f0;
}
.gnav .gnavIn > ul > li:hover .gnavSub {
  height: auto;
  padding: 10px 0 12px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  visibility: visible;
  opacity: 1;
}
/******************************
固定時
******************************/
.headerFixed {
  background: #fff;
  position: fixed;
  top: -200%;
  left: 0;
  width: 100%;
  min-width: 960px;
  border-bottom: 1px solid #d1d1d1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
.headerFixed .headerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 0 25px;
  background: #fff;
}
.headerFixed .headerTop > div {
  display: table-cell;
  vertical-align: middle;
}
.headerFixed .headerTop .headerLogo {
  top: 20px;
}
/*サイドナビゲーション*/
.sideNav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0,0,0,0.85);
  position: fixed;
  top: 0;
  left: -360px;
  z-index: 999;
  width: 360px;
  height: 100vh;
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menuOpen .sideNav {
  left: 0;
}
.sideNavHead {
  padding: 20px 25px;
}
.sideNav .sideNavCloseBtn {
  float: right;
  width: 50px;
  height: 50px;
  border: solid 1px #fff;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: -8px;
}
.sideNav .sideNavCloseBtn:hover {
  background: rgba(255,255,255,0.2);
}
.sideNav .sideNavCloseBtn:before,
.sideNav .sideNavCloseBtn:after {
  content: '';
  width: 22px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sideNav .sideNavCloseBtn:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.sideNav .sideNavCloseBtn:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.sideNav .logo {
  text-align: left;
  line-height: 52px;
}
.sideNav .logo img {
  width: 145px;
  height: auto;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.sideNav a {
  color: #fff;
}
.sideNav .box {
  margin-bottom: 40px;
}
.sideNavIn {
  overflow: auto;
  padding: 15px 25px 0;
  height: calc(100vh - 107px);
}
.sideNav .tit {
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 5px;
  line-height: 26px;
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  border-bottom: solid 1px #fff;
}
.sideNav .imgLink a {
  display: block;
  max-width: 310px;
  padding-top: 48.3%;
  background: #f7f7f7;
  position: relative;
}
.sideNav .imgLink .txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.3rem;
  padding: 8px 10px 6px;
  background: rgba(0,0,0,0.45);
}
.sideNav .list {
  font-size: 0;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}
.sideNav .list li {
  width: 50%;
  letter-spacing: normal;
  display: inline-block;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sideNav .list li a {
  padding: 4px 0 5px;
  font-size: 1.1rem;
  text-align: center;
  display: block;
  text-decoration: none;
}
.sideNav .list li a:hover {
  padding-left: 7px;
}
.sideNav .magazine {
  width: 100%;
  display: table;
}
.sideNav .magazine .img {
  width: 132px;
  height: 174px;
  background: #f7f7f7;
  display: table-cell;
  vertical-align: middle;
}
.sideNav .magazine .txt {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
.sideNav .magazine li {
  width: 100%;
}
/******************************
フッター
******************************/
.footer {
  margin-top: 90px;
  border-top: 1px solid #d1d1d1;
}
.footer .footerIn {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 40px 0 50px;
  text-align: center;
}
.footer .footerIn .footerLogo {
  margin-bottom: 17px;
}
.footer .footerIn .footerLink {
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: -0.4em;
}
.footer .footerIn .footerLink ul {
  display: inline-block;
}
.footer .footerIn .footerLink ul li {
  display: inline-block;
  padding: 0 14px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.footer .footerIn .footerSns {
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: -0.4em;
}
.footer .footerIn .footerSns ul {
  display: inline-block;
}
.footer .footerIn .footerSns ul li {
  display: inline-block;
  letter-spacing: normal;
}
.footer .footerIn .footerSns ul li + li {
  margin-left: 10px;
}
.footer .footerIn .footerSns ul li a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer .footerIn .footerSns ul li a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}
.footer .footerIn .footerSns ul li a:hover img {
  opacity: 1;
}
.footer .footerIn .footerSns ul li a i {
  color: #fff;
}
.footer .footerIn .footerCopy {
  font-family: 'Songti TC', 'Vollkorn', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  color: #000;
  font-size: 1.2rem;
}
/******************************
コンテンツ共通要素
******************************/
#ias-container {
  border-top: 1px solid #d1d1d1;
}
.cont {
  min-height: 50vh;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding-top: 30px;
}
.cont.border-top {
  border-top: 1px solid #d1d1d1;
}
.cont:after {
  content: '';
  display: block;
  clear: both;
}
.addHead + .cont {
  padding-top: 30px;
}
.preview .cont {
  border: solid 5px #ff0;
  padding: 30px 20px;
  margin-top: 30px;
}
/* 見出し */
.contTitHead {
  min-height: 36px;
}
.contTitHead .contTit {
  display: inline-block;
  position: relative;
  padding: 4px 0 12px;
  font-family: 'Songti TC', 'Vollkorn', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  color: #1a1311;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.6px;
}
.contTitHead .contTit::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -133px;
  width: 122px;
  height: 1px;
  margin: auto 0;
  background: #1a1311;
}
.contTitHead .contTit span {
  margin-left: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.12px;
  vertical-align: 1px;
}
.contTitHead.jp {
  margin-bottom: 20px;
}
.contTitHead.jp .contTit {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1 -0.6px;
  letter-spacing: 0;
}
.contTitHead.newsTitle {
  margin-bottom: 50px;
}
.contTitHead.newsTitle .contTit {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}
.contTitHead.newsTitle .contTit::after {
  content: none;
}
.contTitHead.newsTitle .contTit span {
  color: #999;
  vertical-align: middle;
}
.contTit .red {
  color: #e35c4b;
}
.contLead {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.55;
}
.contBtn {
  width: 100%;
  margin: 25px auto 0;
}
.contBtn.contBtnMid {
  width: 360px;
}
.contBtn.contBtnSmall {
  width: 240px;
}
.contBtn a {
  display: block;
  position: relative;
  padding: 15px 50px 15px;
  font-family: 'Avenir Next', 'Hind Siliguri', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.417;
  letter-spacing: 1.2px;
  text-align: center;
  background: #1a1311;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contBtn a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 34px;
  height: 6px;
  margin: auto 0;
  background: url("../img/common/arrow_contbtn.png") left top/cover no-repeat;
}
.contBtn a br {
  display: none;
}
.contTxt {
  font-size: 1.2rem;
  line-height: 2.15;
  color: #444;
}
.contTxt .lead {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1.65;
  display: block;
  margin-bottom: 20px;
}
.faqBoxColWrap {
  width: 100%;
  overflow: hidden;
  display: table;
  padding-top: 10px;
}
.faqBoxCol {
  display: table-cell;
  width: 40%;
  padding-right: 10%;
}
.faqBox {
  margin-bottom: 45px;
}
.faqBox .lead {
  margin-bottom: 16px;
}
.faqBox li {
  line-height: 1.3;
  margin-bottom: 12px;
}
.faqBox li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.faqBox li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.addHead {
/*width: 728px;*/
  margin: 30px auto 0;
  text-align: center;
  max-width: 970px;
}
.addHead div {
  max-width: 100% !important;
}
.addHead img {
  width: 100%;
  height: auto;
}
.addHead iframe {
  width: 100% !important;
}
.content .pageTit {
  border-top: solid 1px #ddd;
  padding-top: 30px;
  margin-bottom: 40px;
}
.content .pageTit .tit.ffLato {
  font-size: 2.6rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  min-height: 36px;
}
.content .pageTit .subtit {
  margin-left: 12px;
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #999;
  font-weight: normal;
  vertical-align: 4px;
}
/******************************
パンくず
******************************/
.pankuzu {
  background: #f7f7f7;
  font-size: 1.2rem;
}
.pankuzu ul {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 9px 0 10px;
  letter-spacing: -0.4em;
}
.pankuzu li {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
}
.pankuzu li + li {
  padding-left: 15px;
  margin-left: 10px;
}
.pankuzu li + li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.pankuzu li a {
  color: #444;
}
/******************************
左コンテンツ
******************************/
.contLeft {
  max-width: 850px;
  width: 71%;
  float: left;
  word-break: normal;
}
.contLeft.contSingle {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  float: none;
  position: relative;
}
.notesBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  text-align: center;
}
.notesBox p {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7;
  color: #ea93be;
  display: inline-block;
  margin-top: 30%;
}
/******************************
左コンテンツ一覧
******************************/
.articlesList ul:after {
  content: '';
  display: block;
  clear: both;
}
.articlesList li {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 30px;
}
.articlesList li a {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
}
.articlesList li a .img {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 57.75%;
  position: relative;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.articlesList li a .img .sponsor {
  position: absolute;
  top: 0;
  right: 0;
}
.articlesList li a .meta {
  margin-bottom: 5px;
}
.articlesList li a .data {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: -0.12px;
}
.articlesList li a .cate {
  display: inline-block;
  position: relative;
  margin: 0 0 0 7px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: -0.12px;
}
.articlesList li a .cate::before {
  content: '|';
  position: absolute;
  top: 0;
  left: -8px;
}
.articlesList li a .tit {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.714;
  letter-spacing: -0.14px;
}
/**
* colRaw1-4（トップ What's new）
*/
.articlesList.colRaw1-4 {
  padding-top: 14px;
}
.articlesList.colRaw1-4::after {
  content: '';
  display: block;
  clear: both;
}
.articlesList.colRaw1-4 .topVerticalTitHead {
  float: left;
  width: 8.333%;
  padding-left: 14px;
}
.articlesList.colRaw1-4 .topVerticalTitHead .topVerticalTit {
  display: inline-block;
  position: relative;
  font-family: 'Songti TC', 'Vollkorn', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.6px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.articlesList.colRaw1-4 .topVerticalTitHead .topVerticalTit::after {
  content: '';
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  width: 1px;
  height: 122px;
  margin: 0 auto;
  background: #1a1311;
}
.articlesList.colRaw1-4 ul {
  float: left;
  width: 91.667%;
  height: 490px;
  clear: none;
}
.articlesList.colRaw1-4 ul li:first-of-type {
  display: inline-block;
  width: 50%;
  height: 100%;
}
.articlesList.colRaw1-4 ul li:first-of-type .img {
  padding-top: 74.845%;
}
.articlesList.colRaw1-4 ul li:not(:first-of-type) {
  width: calc(25% - 25px);
  margin: 0 0 12px 25px;
}
.articlesList.colRaw1-4 ul li:not(:first-of-type) .img {
  padding-top: 64%;
}
.articlesList.colRaw1-4 ul li:not(:first-of-type) .txtBox {
  height: 70px !important;
  overflow: hidden;
}
/**
* colRaw1-4--rev（トップ Wellness）
*/
.articlesList.colRaw1-4.colRaw1-4--rev {
  padding-top: 45px;
}
.articlesList.colRaw1-4.colRaw1-4--rev .topVerticalTitHead {
  float: right;
  padding: 0 12px 0 0;
}
.articlesList.colRaw1-4.colRaw1-4--rev .topVerticalTitHead .topVerticalTit {
  float: right;
}
.articlesList.colRaw1-4.colRaw1-4--rev ul {
  float: right;
}
.articlesList.colRaw1-4.colRaw1-4--rev ul li {
  float: right;
}
.articlesList.colRaw1-4.colRaw1-4--rev ul li:not(:first-of-type) {
  margin: 0 25px 12px 0;
}
/**
* colSlider3（トップ HOROSCOPE）
*/
.horoscope {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px calc(50% - 50vw) 0;
  padding: 45px calc(50vw - 50%);
  background: url("../img/top/bg_horoscope.png") top left/cover no-repeat;
}
.horoscope .horoscopeLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(33.333% - 24px);
  padding-left: 24px;
}
.horoscope .horoscopeLeft .horoscopeTitle {
  font-family: 'Songti TC', 'Vollkorn', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  color: #1a1311;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 46px;
}
@media screen and (max-width: 960px) {
  .horoscope {
    width: 960px;
    margin: 0 -2.083%;
    padding: 45px 0;
  }
}
.articlesList.colSlider3 {
  width: calc(66.667% + 24px);
}
.articlesList.colSlider3 ul li {
  margin: 0;
}
/**
* col5（トップ Ranking）
*/
/**
* col4（トップ from BIOPLE）
*/
.fromBiople {
  padding-top: 80px;
}
.fromBiople .topSectionTitle {
  margin: 0 0 21px;
}
.fromBiople .articlesList.col4 {
  width: 89.583%;
  margin: 0 auto;
}
.fromBiople .articlesList.col4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fromBiople .articlesList.col4 ul li {
  width: calc((100% - 72px) / 4);
}
.fromBiople .articlesList.col4 ul li:not(:first-of-type) {
  margin-left: 24px;
}
.fromBiople .articlesList.col4 ul li .img {
  padding-top: 63.636%;
}
.fromBiople .articlesList.col4 ul li .tit {
  min-height: 46px;
}
/**
* colRaw1-2-3（記事一覧）
*/
.articlesList.colRaw1-2-3 ul li {
  margin-bottom: 16px;
}
.articlesList.colRaw1-2-3 ul li:first-of-type {
  width: calc(66.666% - 4px);
}
.articlesList.colRaw1-2-3 ul li:first-of-type .img {
  margin-bottom: 6px;
  padding-top: 78.125%;
}
.articlesList.colRaw1-2-3 ul li:not(:first-of-type) {
  width: calc(33.333% - 12px);
  margin-left: 16px;
}
.articlesList.colRaw1-2-3 ul li:nth-of-type(2) {
  overflow: hidden;
}
.articlesList.colRaw1-2-3 ul li:nth-of-type(2) .tit {
  height: 47px !important;
}
.articlesList.colRaw1-2-3 ul li:nth-of-type(3n+4) {
  margin-left: 0;
  clear: left;
}
.articlesList.colRaw1-2-3 ul li .img {
  padding-top: 63.636%;
}
.articlesList.colRaw1-2-3 ul li .data {
  margin-bottom: 4px;
}
.articlesList.colRaw1-2-3 ul li .tit {
  min-height: 46px;
}
.articlesList.colRaw1-2-3 ul li .sponsor {
  position: absolute;
  top: 0;
  right: 0;
}
/**
* col3
*/
.articlesList.col3 li {
  width: 31.75%;
  margin-left: 2.35%;
}
.articlesList.col3 li:nth-of-type(3n+1) {
  margin-left: 0;
  clear: left;
}
.articlesList.col3 li .meta {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.12px;
}
.articlesList.col3 li .tit {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.714;
  letter-spacing: -0.14px;
}
.articlesList.col3 li .txt {
  display: none;
}
/******************************
ページャー
******************************/
.articlesListPager {
  padding-top: 20px;
  text-align: center;
}
.articlesListPager ul {
  position: relative;
  display: inline-block;
  letter-spacing: -0.4em;
  text-align: center;
}
.articlesListPager ul li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.articlesListPager ul li a {
  display: block;
  min-width: 30px;
  font-family: 'Avenir Next', 'Hind Siliguri', sans-serif;
  color: #1a1311;
  font-size: 1.2rem;
  line-height: 30px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #1a1311;
  vertical-align: middle;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.articlesListPager li + li {
  margin-left: 5px;
}
.articlesListPager li.first,
.articlesListPager li.last,
.articlesListPager li.prev,
.articlesListPager li.next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.articlesListPager li.first a,
.articlesListPager li.last a,
.articlesListPager li.prev a,
.articlesListPager li.next a {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  background: none !important;
  border: none;
}
.articlesListPager li.first a:hover,
.articlesListPager li.last a:hover,
.articlesListPager li.prev a:hover,
.articlesListPager li.next a:hover {
  opacity: 1;
}
.articlesListPager li.first a i,
.articlesListPager li.last a i,
.articlesListPager li.prev a i,
.articlesListPager li.next a i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 1px solid #1a1311;
  border-right: 1px solid #1a1311;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.articlesListPager .first {
  left: -72px;
}
.articlesListPager .last {
  right: -72px;
}
.articlesListPager .prev {
  left: -52px;
}
.articlesListPager .next {
  right: -52px;
}
.articlesListPager li.active a,
.articlesListPager a:hover {
  color: #fff;
  background: #1a1311;
}
.articlesListPager li.first a i,
.articlesListPager li.prev a i {
  right: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.articlesListPager li.last a i,
.articlesListPager li.next a i {
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.articlesListPager li.first a:hover i,
.articlesListPager li.prev a:hover i {
  right: 3px;
}
.articlesListPager li.last a:hover i,
.articlesListPager li.next a:hover i {
  left: 3px;
}
.articlesListPager li.last a i:nth-child(2) {
  left: 6px;
}
.articlesListPager li.last a:hover i:nth-child(2) {
  left: 9px;
}
.articlesListPager li.first a i:nth-child(2) {
  right: 6px;
}
.articlesListPager li.first a:hover i:nth-child(2) {
  right: 9px;
}
/******************************
詳細ページ
******************************/
/*記事タイトル*/
.articleDetailHead {
  margin-bottom: 13px;
}
.articleDetailHead .meta {
  margin-bottom: 10px;
}
.articleDetailHead .meta > p {
  display: inline-block;
  vertical-align: middle;
  color: #1a1311;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.14px;
}
.articleDetailHead .meta .cate {
  position: relative;
  margin-left: 8px;
}
.articleDetailHead .meta .cate::before {
  content: '|';
  position: absolute;
  top: 0;
  left: -9px;
}
.articleDetailHead .tit {
  color: #1a1311;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.417;
  letter-spacing: 0;
}
.articleDetailHead .bottom {
  display: table;
  width: 100%;
  padding-top: 15px;
}
.articleDetailHead .bottom > div {
  display: table-cell;
  vertical-align: middle;
}
.articleDetailHead .bottom .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articleDetailHead .bottom .author .authorImg a {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-color: #eee;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.articleDetailHead .bottom .author .authorImg a:hover {
  opacity: 0.7;
}
.articleDetailHead .bottom .author .authorTxt .name {
  display: inline-block;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Osaka', sans-serif;
  color: #1a1311;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.14px;
}
.articleDetailHead .bottom .author .authorTxt .sponsor {
  display: inline-block;
}
.articleDetailHead .bottom .author .authorBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.articleDetailHead .bottom .author .authorBtns .follow_button,
.articleDetailHead .bottom .author .authorBtns .archive_button,
.articleDetailHead .bottom .author .authorBtns .follow_button_done,
.articleDetailHead .bottom .author .authorBtns .archive_button_done {
  margin-left: 10px;
  text-align: center;
}
.articleDetailHead .bottom .author .authorBtns .follow_button a,
.articleDetailHead .bottom .author .authorBtns .archive_button a,
.articleDetailHead .bottom .author .authorBtns .follow_button_done a,
.articleDetailHead .bottom .author .authorBtns .archive_button_done a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 140px;
  height: 40px;
  color: #1a1311;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.12px;
  border: 1px solid #1a1311;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.articleDetailHead .bottom .author .authorBtns .follow_button_done a,
.articleDetailHead .bottom .author .authorBtns .archive_button_done a {
  color: #fff;
  background: #1a1311;
}
.articleDetailHead .bottom .author .authorBtns .follow_button a {
  padding-left: 14px;
}
.articleDetailHead .bottom .author .authorBtns .follow_button a::before {
  content: "+";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  color: #1a1311;
  font-size: 24px;
  line-height: 34px;
}
.articleDetailHead .bottom .author .authorBtns .follow_button_done a::before {
  color: #fff;
}
.articleDetailHead .bottom .author .authorBtns .archive_button a {
  padding-left: 8px;
}
.articleDetailHead .bottom .author .authorBtns .archive_button a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 14px;
  height: 14px;
  margin: auto 0;
  background: url("../img/common/icon_archive.svg") center center/cover no-repeat;
}
.articleDetailHead .bottom .author .authorBtns .archive_button_done a::before {
  background: url("../img/common/icon_archive_white.svg") center center/cover no-repeat;
}
.articleDetailHead .bottom .author .sns {
  text-align: right;
}
.articleDetailHead .bottom .author .sns ul {
  display: inline-block;
  letter-spacing: -0.4em;
}
.articleDetailHead .bottom .author .sns ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-left: 14px;
}
.articleDetailHead .bottom .author .sns ul li a {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.articleDetailHead .bottom .author .sns ul li:first-of-type {
  font-family: 'Avenir Next', 'Hind Siliguri', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.articleDetailHead .bottom .author .sns ul li:nth-of-type(2) {
  margin-left: 16px;
}
.articleDetailHead .sponsor img {
  vertical-align: middle;
}
/*記事メイン画像*/
.articleDetailImg .img {
  position: relative;
}
.articleDetailImg .img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
/*記事メイン画像の矢印*/
.articleDetailImg .brk {
  width: 27px;
  height: 86px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  right: auto;
  margin: auto 0;
  background-color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articleDetailImg .brk img {
  display: none;
}
.articleDetailImg .brk:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  left: 11px;
  right: auto;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.articleDetailImg .brk.b-next {
  left: auto;
  right: -13px;
}
.articleDetailImg .brk.b-next:after {
  left: auto;
  right: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.articleDetailImg .num {
  width: 100px;
  background: #323232;
  color: #fff;
  position: absolute;
  bottom: -10px;
  right: 10px;
  text-align: center;
  font-size: 12px;
  padding: 5px 0 3px;
  border-radius: 3px;
  letter-spacing: 0.3em;
}
/*記事メイン画像の矢印*/
.articleDetailImg .meta {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.714;
  letter-spacing: -0.12px;
  margin-top: 10px;
  margin-bottom:20px;
}
/*小さい記事メイン画像*/
.articleDetailTxtImg {
  float: left;
  margin: 0 20px 20px 0;
}
.articleDetailTxtImg .img {
  max-width: 300px;
  margin: 0 25px 25px 0;
}
.articleDetailTxtImg img {
  width: 100%;
  height: auto;
}
.articleDetailTxtImg .meta {
  max-width: 300px;
  color: #999;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  margin: 20px 0;
}
/*記事詳細*/
.articleGalleryList + .articleDetailTxt,
.articleGalleryBtn + .articleDetailTxt {
  margin-top: 25px;
}
.articleDetailTxt {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.286;
  letter-spacing: -0.14px;
}
.articleDetailTxt::after {
  clear: both;
}
.articleDetailTxt .add {
  margin: 0 25px 25px 0;
  float: left;
}
.articleDetailTxt .lead {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1.65;
  display: block;
  margin-bottom: 20px;
}
.articleDetailTxt + .contBtn,
.articleDetailTxt .contBtn {
  margin-top: 30px;
}
.contBtn + .articlesListPager {
  padding: 30px 0 20px;
}
/*記事本文内*/
.article_detail iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.kizi-honbun {
  word-break: normal;
  line-height: 1.7;
}
.article_detail .kizi-honbun img {
  max-width: 100%;
  height: auto;
}
.article_detail .kizi-honbun a {
  color: #000;
  text-decoration: underline;
}
/*記事翻訳者*/
.articleDetailTranslator {
  margin-top: 25px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.714;
  letter-spacing: -0.12px;
}
/*記事下部広告*/
.articleDetailAdd {
  text-align: center;
  letter-spacing: -0.4em;
  margin-top: 25px;
}
.articleDetailAdd .add {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px;
}
.articleDetailAdd .add div {
  max-width: 100% !important;
}
.articleDetailAdd .add img {
  width: 100%;
  height: auto;
}
.articleDetailAdd .add iframe {
  width: 100% !important;
}
/*記事タグ*/
.articleDetailTag {
  margin-top: 35px;
}
.articleDetailTag .articleDetailTagTitle {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  font-family: 'Songti TC', 'Vollkorn', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  color: #1a1311;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.24px;
}
.articleDetailTag .articleDetailTagTitle::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -132px;
  width: 122px;
  height: 1px;
  margin: auto 0;
  background: #1a1311;
}
.articleDetailTag ul {
  letter-spacing: -0.4em;
}
.articleDetailTag ul li {
  display: inline-block;
  letter-spacing: normal;
}
.articleDetailTag ul li + li {
  margin-left: 20px;
}
.articleDetailTag ul li a {
  display: block;
  position: relative;
  height: 24px;
  padding: 0 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.12px;
  text-decoration: none;
  border: 1px solid #483e3b;
  border-right: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.articleDetailTag ul li a::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: #483e3b;
  border-width: 12px 7px;
  z-index: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.articleDetailTag ul li a::after {
  content: '';
  position: absolute;
  top: -1px;
  left: calc(100% - 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  border-width: 12px 7px;
  z-index: 2;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
/*記事下部一覧*/
.articleDetailList section + section {
  margin-top: 30px;
}
.articleDetailList {
  margin-top: 45px;
}
.articleDetailList .contTitHead .contTit {
  margin-bottom: 5px;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.articleDetailList .articleDetailAdd {
  margin-top: 10px;
  margin-bottom: 30px;
}
.loading {
  text-align: center;
  padding: 80px 0 40px;
}
.loadingTxt {
  font-size: 1.6rem;
  color: #959595;
  margin-top: 20px;
}
.loading img {
  -webkit-animation: rotate-anime 2s linear infinite;
  animation: rotate-anime 2s linear infinite;
}
@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading + section {
  margin-top: 50px;
}
/*ONLINE SHOP リンク*/
.onlineShopList {
  margin-top: 40px;
}
.onlineShopList .onlineShopListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d8d8d8;
}
.onlineShopList .onlineShopListItem .imgWrap {
  padding: 10px;
}
.onlineShopList .onlineShopListItem .imgWrap .img {
  position: relative;
  width: 150px;
  padding-top: 150px;
  background: #eee;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.onlineShopList .onlineShopListItem .txtBox {
  width: calc(100% - 170px);
  padding: 18px 10px;
}
.onlineShopList .onlineShopListItem .txtBox .cate {
  color: #1a1311;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.12px;
}
.onlineShopList .onlineShopListItem .txtBox .tit {
  margin-top: 5px;
  color: #1a1311;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.571;
  letter-spacing: -0.14px;
}
.onlineShopList .onlineShopListItem .txtBox .txt {
  margin-top: 6px;
  color: #1a1311;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.1px;
}
.onlineShopList .onlineShopListItem .txtBox .price {
  margin-top: 6px;
  color: #1a1311;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.1px;
}
.onlineShopList .onlineShopListItem + .onlineShopListItem {
  margin-top: 12px;
}
.onlineShopBtn {
  width: 214px;
  height: 30px;
  margin-top: 10px;
}
.onlineShopBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: 'Avenir Next', 'Hind Siliguri', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.2px;
  background: #1a1311;
}
.onlineShopBtn a span {
  margin-left: 10px;
}
@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/******************************
写真一覧ページ
******************************/
/*記事画像*/
.articleGalleryImg .img {
  padding-top: 64.285%;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: contain;
}
.articleGalleryImg .img img {
  width: 100%;
  height: auto;
}
.articleGalleryImg .meta {
  color: #999;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.417;
  letter-spacing: -0.14px;
  margin: 12px 0 20px;
  text-align: center;
}
/*前の画像 / 次の画像*/
.articleGalleryBtn {
  overflow: hidden;
}
.articleGalleryBtn > p {
  width: 230px;
  height: 40px;
}
.articleGalleryBtn > p a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.12px;
  text-align: center;
  text-decoration: none;
  background: #1a1311;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.articleGalleryBtn > p a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  height: 6px;
  margin: auto 0;
  background: url("../img/common/arrow_contbtn.png") center center/cover no-repeat;
}
.articleGalleryBtn .prev {
  float: left;
}
.articleGalleryBtn .prev a {
  padding-left: 20px;
}
.articleGalleryBtn .prev a::after {
  left: 12px;
  background: url("../img/common/arrow_contbtn_prev.png") center center/cover no-repeat;
}
.articleGalleryBtn .next {
  float: right;
}
.articleGalleryBtn .next a {
  padding-right: 20px;
}
.articleGalleryBtn .next a::after {
  right: 12px;
}
/*画像一覧*/
.articleGalleryList {
  margin: 15px -1.65%;
  font-size: 0;
}
.articleGalleryList li {
  width: 14%;
  padding: 0.5%;
  display: inline-block;
}
.articleGalleryList.col5 li {
  width: 14%;
  padding: 0.5%;
  display: inline-block;
}
.articleGalleryList li a {
  display: block;
}
.articleGalleryList li a.active {
  opacity: 0.5;
  border: solid 3px #e70012;
}
.articleGalleryList li .img {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
}
.articleGalleryList li img {
  width: 100%;
  height: auto;
  display: none;
}
/******************************
著者詳細
******************************/
.autherDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.autherDetail .imgWrap {
  width: 120px;
}
.autherDetail .imgWrap .img {
  padding-top: 100%;
  background: #eee;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.autherDetail .txtWrap {
  padding: 0 0 0 20px;
  vertical-align: middle;
}
.autherDetail .txtWrap .lead {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.09em;
}
.autherDetail .txtWrap .tit {
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.09em;
}
.autherDetail .txtWrap .txt {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 30px;
}
.autherDetail .txtWrap .follow_button {
  display: inline-block;
  text-align: center;
  margin-top: 8px;
}
.autherDetail .txtWrap .follow_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100px;
  height: 30px;
  padding-left: 4px;
  color: #1a1311;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.12px;
  border: 1px solid #1a1311;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.autherDetail .txtWrap .follow_button a::before {
  content: "+";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto 0;
  color: #1a1311;
  font-size: 20px;
  line-height: 25px;
}
.autherDetail .txtWrap .follow_button_done {
  display: inline-block;
  text-align: center;
  margin-top: 8px;
}
.autherDetail .txtWrap .follow_button_done a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100px;
  height: 30px;
  font-size: 1rem;
  color: #fff;
  background: #1a1311;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.autherDetail .txtWrap .follow_button_done a:hover {
  opacity: 1;
}
.tagList ul {
  overflow: hidden;
}
.tagList li {
  width: 19%;
  float: left;
  margin: 0 1.25% 5% 0;
}
.tagList li:nth-child(5n) {
  margin-right: 0;
}
.tagList li a {
  font-size: 1.3rem;
  color: #0086cb;
}
.tagMenu {
  padding-bottom: 10px;
}
.tagMenu ul {
  letter-spacing: -0.4em;
}
.tagMenu li {
  font-size: 1.3rem;
  display: inline-block;
  letter-spacing: normal;
  padding-bottom: 10px;
}
.tagMenu li a {
  text-decoration: none;
}
.tagMenu li + li {
  position: relative;
  margin-left: 15px;
}
.tagMenu li + li:before {
  content: '/';
  margin-right: 10px;
}
.tagMenu .inlist {
  padding-right: 15px;
}
.tagMenu .inlist:after {
  position: absolute;
  content: '';
  display: block;
  top: -16px;
  bottom: 0;
  right: -1px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tagMenu .inlistBox {
  opacity: 0;
  width: 100%;
  padding: 20px;
  background: #dfdfdf;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  top: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.tagMenu li:hover .inlistBox {
  opacity: 1;
  z-index: 1;
}
.tagMenu .inlistBox:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #dfdfdf transparent;
  top: -10px;
  left: 20px;
}
.tagMenu .inlistBox li {
  margin-left: 0;
  display: block;
  padding-bottom: 0;
}
.tagMenu .inlistBox li + li {
  margin-top: 5px;
}
.tagMenu .inlistBox li a:hover {
  text-decoration: underline;
}
.tagMenu .inlistBox li:before {
  content: normal;
}
/******************************
バックナンバー
******************************/
.magazinesBacknumberList {
  margin: 0 -1.65%;
  font-size: 0;
}
.magazinesBacknumberList li {
  width: 25%;
  padding: 0 1.65% 30px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.magazinesBacknumberList li a {
  display: block;
  text-decoration: none;
}
.magazinesBacknumberList li .img {
  padding-top: 132%;
  background: #eee;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.magazinesBacknumberList li .txt {
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.09em;
  text-align: center;
  color: #444;
}
.magazinesBacknumberList li .contBtn a {
  margin-top: 5px;
  font-size: 1rem;
  letter-spacing: 0.09em;
  padding: 5px 0;
  border-radius: 5px;
}
.magazinesBacknumberList li .contBtn a:hover::before {
  width: 5px;
  height: 5px;
  right: 15px;
  opacity: 1;
}
/******************************
誌面目次
******************************/
/*雑誌*/
.magazinesDetail {
  width: 100%;
  padding: 60px 80px 54px;
  background: #171b1d;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.magazinesDetail .imgWrap {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.magazinesDetail .imgWrap .img {
  width: 100%;
  padding-top: 130%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.magazinesDetail .txtWrap {
  padding: 20px 0 20px 30px;
  color: #fff;
  display: table-cell;
  vertical-align: top;
}
.magazinesDetail .txtWrap .mazazine {
  padding-left: 75px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
.magazinesDetail .txtWrap .mazazine span {
  width: 60px;
  margin-right: 12px;
  line-height: 30px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background: #bd000f;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.magazinesDetail .txtWrap .tit {
  margin-top: 17px;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.magazinesDetail .txtWrap .txt {
  margin-top: 33px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.magazinesDetail .btnWrap {
  width: 100%;
  max-width: 420px;
  margin-top: 20px;
  overflow: hidden;
}
.magazinesDetail .btnWrap .btnS {
  width: 49%;
  max-width: 200px;
  float: left;
}
.magazinesDetail .btnWrap .btnS + .btnS {
  float: right;
}
.magazinesDetail .txtWrap .btnS a {
  width: 100%;
  line-height: 48px;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.magazinesDetail .txtWrap .btnS:nth-child(1) a {
  color: #ea8c11;
  border: 1px solid #ea8c11;
}
.magazinesDetail .txtWrap .btnS:nth-child(2) a {
  color: #069b55;
  border: 1px solid #069b55;
}
.magazinesDetail .txtWrap .btnS a:hover {
  opacity: 0.7;
}
.magazinesDetail .contBtn {
  margin-top: 15px;
}
.magazinesDetail .contBtn a {
  width: 420px;
  padding: 0;
  font-size: 1.8rem;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #ef1144;
  text-decoration: none;
}
/*目次*/
.magazinesDetailList .list {
  line-height: 1.4;
}
.magazinesDetailList .list li {
  display: table;
}
.magazinesDetailList .list li p {
  display: table-cell;
}
.magazinesDetailList .list li span {
  margin-top: 8px;
  font-size: 14px;
  display: block;
}
.magazinesDetailList .list li .no {
  padding-right: 20px;
  color: #999;
}
.magazinesDetailList .list li .tit {
  font-weight: bold;
}
.magazinesDetailList .list .sizeL {
  margin-bottom: 28px;
  display: block;
}
.magazinesDetailList .list .sizeL .no {
  font-size: 20px;
  line-height: 1.6;
  display: block;
}
.magazinesDetailList .list .sizeL .tit {
  font-size: 25px;
  display: block;
}
.magazinesDetailList .list .sizeM {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}
.magazinesDetailList .list .sizeS {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.4;
}
.magazinesDetailList .list .special {
  padding: 8px 0 10px;
}
.magazinesDetailList .list .cover {
  margin-bottom: 20px;
  padding: 2px 0 4px 15px;
  border-left: 5px solid #333;
  display: block;
}
.magazinesDetailList .list .cover .tit {
  font-size: 18px;
  display: block;
}
.magazinesDetailList .list .cover .txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.magazinesDetailList .list .img {
  width: 300px;
  padding-top: 10px;
  overflow: hidden;
}
.magazinesDetailList .list .img img {
  width: 100%;
  height: auto;
}
.magazinesDetailList .contBtn {
  width: 100%;
  text-align: center;
}
.magazinesDetailList .contBtn a {
  width: 420px;
  margin: 38px auto 0;
  padding: 0;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #ef1144;
  display: block;
  text-decoration: none;
}
/*お知らせ詳細*/
.newsDetail {
  padding-bottom: 70px;
  font-size: 1.4rem;
  line-height: 2.15;
  color: #444;
  overflow: hidden;
}
.newsDetailImg {
  float: left;
  padding-right: 20px;
}
/******************************
お知らせ
******************************/
/*お知らせ一覧*/
.newsList li {
  border-bottom: solid 1px #ddd;
  padding: 20px 0;
}
.newsList li:first-child {
  margin-top: -30px;
}
.newsList li a {
  text-decoration: none;
}
.newsList li .date {
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  color: #999;
}
.newsList li .tit {
  font-size: 1.6rem;
  font-weight: 600;
}
/******************************
右コンテンツ
******************************/
.contRight {
  max-width: 300px;
  width: 25%;
  float: right;
}
.contRight .contTitHead {
  position: relative;
  text-align: center;
}
.contRight .contTitHead::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background: #1a1311;
  z-index: -1;
}
.contRight .contTitHead .contTit {
  display: inline-block;
  padding: 0 20px;
  font-family: 'Songti TC', 'Vollkorn', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  color: #1a1311;
  font-size: 4rem;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: -0.4px;
  background: #fff;
}
.contRight .contTitHead .contTit::after {
  content: none;
}
.contRight .contTitHead.contTitHeadLeft {
  text-align: left;
}
.contRight .contTitHead.contTitHeadLeft .contTit {
  padding: 0 20px 0 0;
}
/* カテゴリー */
.contRight .category .sideCategoryList ul {
  margin-left: -5px;
  letter-spacing: -0.4em;
}
.contRight .category .sideCategoryList ul li {
  display: inline-block;
  margin: 5px;
  letter-spacing: 0;
}
.contRight .category .sideCategoryList ul li a {
  display: block;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.14px;
  background: #f0f0f0;
}
.contRight .category .sideBannerBtns {
  margin-top: 18px;
}
.contRight .category .sideBannerBtns .bannerBtn + .bannerBtn {
  margin-top: 10px;
}
.contRight .addSide {
  margin-bottom: 40px;
}
.contRight .addSide div {
  max-width: 100% !important;
}
.contRight .addSide img {
  width: 100%;
  height: auto;
}
.contRight .addSide iframe {
  width: 100% !important;
}
.contRight .listsBox {
  margin: 40px 0;
  padding-top: 12px;
  border: 1px solid #e5e5e5;
}
.contRight .listsBox > .tit {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.contRight .contTitHead {
  padding-bottom: 0;
  border-bottom: none;
}
.contRight .contTit {
  font-size: 1.6rem;
  min-height: auto;
}
.contRight .listsBox ul {
  padding-top: 12px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.contRight .listsBox ul li {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
}
.contRight .listsBox ul a {
  text-decoration: none;
}
.contRight .listsBox ul .img {
  width: 100%;
  max-height: 180px;
  overflow: hidden;
}
.contRight .listsBox ul .img img {
  width: 100%;
  height: auto;
}
.contRight .listsBox ul .date {
  margin-top: 13px;
  font-size: 11px;
  color: #999;
}
.contRight .listsBox ul .tit {
  margin-top: 2px;
  font-size: 15px;
  font-weight: bold;
}
.currentIssue {
  margin: 40px 0 35px;
  padding-top: 12px;
}
.currentIssue .contTitHead {
  min-height: auto;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: none;
}
.currentIssue .contTit {
  font-size: 1.6rem;
  min-height: auto;
}
.currentIssueList {
  padding: 12px 0 15px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.currentIssueList a {
  padding: 15px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.currentIssueList .img {
  width: 100%;
}
.currentIssueList .img img {
  width: 100%;
  height: auto;
}
.currentIssueList a:last-child {
  margin: 0 15px;
  padding: 14px 0;
  font-size: 15px;
  color: #fff;
  background: #000;
  border: none;
  text-align: center;
  text-decoration: none;
}
.coverRtories {
  margin: 40px 0 35px;
  padding-top: 12px;
  border: 1px solid #e5e5e5;
}
.coverRtories .contTitHead {
  min-height: auto;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: none;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  min-height: auto;
}
.coverRtoriesList {
  padding: 12px 0;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.coverRtoriesList a {
  padding: 15px 15px 0;
  border-top: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.coverRtoriesList a + a {
  border-top: none;
  font-weight: bold;
}
.coverRtoriesList p {
  padding: 0 15px;
  font-size: 1.3rem;
}
.coverRtoriesList .img {
  width: 100%;
  padding: 0;
}
.coverRtoriesList .img img {
  width: 100%;
  height: auto;
}
/******************************
右コンテンツ記事一覧
******************************/
.sideArticlesList {
  margin-bottom: 40px;
}
.sideArticlesList li {
  position: relative;
  margin-top: 12px;
}
.sideArticlesList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.sideArticlesList li a .img {
  width: 80px;
  padding-top: 80px;
  position: relative;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sideArticlesList li a .txtBox {
  position: relative;
  width: calc(100% - 80px);
  padding-left: 10px;
}
.sideArticlesList li a .txtBox .tit {
  padding-top: 2px;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.666;
  letter-spacing: -0.12px;
}
.sideArticlesList li a .txtBox .meta {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.sideArticlesList li a .txtBox .data {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.1px;
}
.sideArticlesList li a .txtBox .cate {
  display: inline-block;
  position: relative;
  margin: 0 0 0 7px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.1px;
}
.sideArticlesList li a .txtBox .cate::before {
  content: '|';
  position: absolute;
  top: 0;
  left: -8px;
}
/* サイドバー .ranking */
.mostViewed .sideArticlesList li a .imgWrap .img::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 40px;
  height: 40px;
  padding-left: 6px;
  font-family: 'Avenir Next', 'Hind Siliguri', sans-serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0;
  background: url("../img/common/triangle.png") left top/cover no-repeat;
}
.mostViewed .sideArticlesList li:first-of-type a .imgWrap .img::after {
  content: '1';
}
.mostViewed .sideArticlesList li:nth-of-type(2) a .imgWrap .img::after {
  content: '2';
}
.mostViewed .sideArticlesList li:nth-of-type(3) a .imgWrap .img::after {
  content: '3';
}
.mostViewed .sideArticlesList li:nth-of-type(4) a .imgWrap .img::after {
  content: '4';
}
.mostViewed .sideArticlesList li:nth-of-type(5) a .imgWrap .img::after {
  content: '5';
}
/******************************
右目次リスト
******************************/
.sideMokuziList ul {
  border: solid 1px #eee;
  margin-top: 65px;
}
.sideMokuziList li {
  margin-top: 0;
}
.sideMokuziList li + li {
  border-top: solid 1px #eee;
}
.sideMokuziList li a {
  padding: 16px 20px;
  font-size: 1.3rem;
}
.sideMokuziListTit {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 40px;
}
.sideMokuziListTit + ul {
  margin-top: 10px;
}
/******************************
TOPページ
******************************/
/*メインビジュアル*/
.topMainSection {
  padding: 30px 0 0;
}
.topMainSection ul li {
  padding: 0 10px;
}
.topMainSection ul li a {
  display: block;
  position: relative;
  height: 460px;
  text-decoration: none;
}
.topMainSection ul li a .txtBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  padding: 30px 20px 20px;
  background: rgba(0,0,0,0.36);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.36)), color-stop(45%, rgba(0,0,0,0.31)), to(transparent));
  background: linear-gradient(to top, rgba(0,0,0,0.36) 0%, rgba(0,0,0,0.31) 45%, transparent 100%);
}
.topMainSection ul li a .txtBox .meta > p {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.topMainSection ul li a .txtBox .cate {
  position: relative;
  margin-left: 8px;
}
.topMainSection ul li a .txtBox .cate::before {
  content: '|';
  position: absolute;
  top: 0;
  left: -10px;
}
.topMainSection ul li a .txtBox .tit {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0;
}
/*ビデオギャラリー*/
.videoGallery {
  padding-top: 80px;
}
.videoGallery .topSectionTitleHead {
  margin: 0 0 33px;
}
.videoGallery .listsBox {
  margin: 0 calc(50% - 50vw);
  padding: 44px calc(50vw - 50%) 0;
  background-image: linear-gradient(180deg, #1a1311 0, #1a1311 308px, transparent 308px, transparent 100%);
}
.videoGallery .listsBox .topSectionSubTitle {
  margin: 0 0 23px;
  font-family: 'Songti TC', 'Vollkorn', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.4px;
  text-align: center;
}
.videoGallery .listsBox .list li a {
  display: block;
}
.videoGallery .listsBox .list li a .img {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 56.364%;
  position: relative;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.videoGallery .listsBox .list li a .data {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding: 0 12px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: -0.1px;
}
.videoGallery .listsBox .list li a .tit {
  padding: 0 12px;
}
.videoGallery .listsBox .list li a:hover {
  opacity: 1;
}
.videoGallery .listsBox .list li a:hover .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  z-index: 2;
}
.videoGallery .listsBox .list li a:hover img {
  opacity: 1;
}
.videoGallery .slick-slide:not(.slick-current) p {
  color: #6c6765;
}
@media screen and (max-width: 960px) {
  .videoGallery .listsBox {
    width: 960px;
    margin: 0 -2.083%;
    padding: 44px 0 0;
  }
}
/*カテゴリー*/
.categorySection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 72px;
}
.categorySection .categoryListArea {
  width: calc(50% - 20px);
  padding-left: 5.2085%;
}
.categorySection .categoryListArea .topSectionTitleHead {
  margin-bottom: 20px;
}
.categorySection .categoryListArea .categoryList {
  margin-left: -5px;
}
.categorySection .categoryListArea .categoryList li {
  display: inline-block;
  margin: 0 5px 10px;
}
.categorySection .categoryListArea .categoryList li a {
  display: block;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.14px;
  background: #f0f0f0;
}
.categorySection .bannerBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% + 20px);
  padding-top: 20px;
}
.categorySection .bannerBtns .bannerBtn {
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin-bottom: 15px;
}
@media screen and (max-width: 1060px) {
  .categorySection .categoryListArea {
    padding-right: 20px;
  }
}
/*一覧*/
.topSection {
  clear: both;
}
.topSectionTitleHead {
  text-align: center;
}
.topSectionTitleHead--rightLine {
  text-align: left;
}
.topSectionTitleHead .topSectionTitle {
  display: inline-block;
  position: relative;
  font-family: 'Songti TC', 'Vollkorn', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  color: #1a1311;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.6px;
}
.topSectionTitleHead .topSectionTitle::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -145px;
  width: 122px;
  height: 1px;
  margin: auto 0;
  background: #1a1311;
}
.topSectionTitleHead .topSectionTitle::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -145px;
  width: 122px;
  height: 1px;
  margin: auto 0;
  background: #1a1311;
}
.topSectionTitleHead .topSectionTitle--noLine {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.4px;
}
.topSectionTitleHead .topSectionTitle--noLine::before,
.topSectionTitleHead .topSectionTitle--noLine::after {
  content: none;
}
.topSectionTitleHead .topSectionTitle--rightLine {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.4px;
}
.topSectionTitleHead .topSectionTitle--rightLine::before {
  content: none;
}
/*トップページ ランキング*/
.topRankings {
  padding-top: 61px;
}
.topRankings .contTitHead {
  margin: 0 0 21px;
  text-align: center;
}
.topRankings .contTitHead .contTit {
  display: inline-block;
  position: relative;
  font-family: 'Songti TC', 'Vollkorn', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  color: #1a1311;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.6px;
}
.topRankings .contTitHead .contTit::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -145px;
  width: 122px;
  height: 1px;
  margin: auto 0;
  background: #1a1311;
}
.topRankings .contTitHead .contTit::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -145px;
  width: 122px;
  height: 1px;
  margin: auto 0;
  background: #1a1311;
}
.topRankings .sideArticlesList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topRankings .sideArticlesList ul li {
  width: calc((100% - 96px) / 5);
}
.topRankings .sideArticlesList ul li a {
  display: block;
}
.topRankings .sideArticlesList ul li a .img {
  width: 100%;
  padding-top: 63.636%;
}
.topRankings .sideArticlesList ul li a .img::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 40px;
  height: 40px;
  padding-left: 6px;
  font-family: 'Avenir Next', 'Hind Siliguri', sans-serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0;
  background: url("../img/common/triangle.png") left top/cover no-repeat;
}
.topRankings .sideArticlesList ul li a .txtBox {
  width: 100%;
  padding: 5px 0 0;
}
.topRankings .sideArticlesList ul li a .txtBox .meta {
  position: static;
  left: 0;
}
.topRankings .sideArticlesList ul li a .txtBox .data {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: -0.12px;
}
.topRankings .sideArticlesList ul li a .txtBox .tit {
  min-height: 46px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.714;
  letter-spacing: -0.14px;
}
.topRankings .sideArticlesList ul li:first-of-type .img::after {
  content: '1';
}
.topRankings .sideArticlesList ul li:nth-of-type(2) .img::after {
  content: '2';
}
.topRankings .sideArticlesList ul li:nth-of-type(3) .img::after {
  content: '3';
}
.topRankings .sideArticlesList ul li:nth-of-type(4) .img::after {
  content: '4';
}
.topRankings .sideArticlesList ul li:last-of-type .img::after {
  content: '5';
}
/*スクロールボタン*/
.scrollBtn {
  position: absolute;
  top: 713px;
  right: calc(50% - 683px);
  cursor: pointer;
}
.scrollBtn .scrollVerticalTxt {
  margin-bottom: 20px;
  font-family: 'Songti TC', 'Vollkorn', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.4px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.scrollBtn .scrollVerticalImg {
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .scrollBtn {
    display: none;
  }
}
/******************************
静的ページ共通
******************************/
.pageSec .common1-box .pgTit {
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
  font-family: 'Songti TC', 'Vollkorn', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  color: #1a1311;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1 -0.6px;
  letter-spacing: 0;
  min-height: 36px;
}
.pageSec .common1-box .pgTit::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -133px;
  width: 122px;
  height: 1px;
  margin: auto 0;
  background: #1a1311;
}
.pageSec .common1-box .pgTit .small {
  margin-left: 12px;
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #999;
  font-weight: normal;
  vertical-align: 4px;
}
.pageSec .common1-box .column-img {
  margin: 20px 0;
  text-align: center;
}
.pageSec .common1-box .t-title {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 800;
}
.pageSec .common1-box .t-title2 {
  margin-bottom: 16px;
  font-size: 1.6rem;
}
.pageSec .common1-box .t-title2 {
  font-weight: 800;
}
.pageSec .common1-box .text1 {
  font-size: 1.5rem;
  line-height: 1.417;
}
.pageSec .common1-box .text2,
.pageSec .common1-box .text3,
.pageSec .common1-box .text4,
.pageSec .common1-box .text5 {
  font-size: 1.2rem;
  line-height: 1.417;
}
.pageSec .common1-box .text2 {
  margin-top: 10px;
}
.pageSec .common1-box .text2 a {
  text-decoration: underline;
}
.pageSec .common1-box .text5.t-r {
  text-align: right;
}
.pageSec .common1-box .mt5 {
  margin-top: 5px;
}
.pageSec .common1-box .mt15 {
  margin-top: 15px;
}
.pageSec .common1-box .mt20 {
  margin-top: 20px;
}
.pageSec .common1-box .mt25 {
  margin-top: 25px;
}
.pageSec .common1-box .mt35 {
  margin-top: 35px;
}
.pageSec .common1-box .t-c {
  text-align: center;
}
.pageSec .common1-box hr {
  border-top: 2px solid #1a1311;
  margin: 20px 0;
}
.pageSec .common1-table {
  width: 100%;
  margin-bottom: 35px;
}
.pageSec .common1-table th,
.pageSec .common1-table td {
  padding: 0.3em 0 0.4em;
  border: 1px solid #eee;
  font-size: 1.2rem;
  text-align: center;
}
.pageSec .common1-table th {
  background: #f7f7f7;
}
.pageSec .t-list1 li {
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}
.pageSec .t-list2 li {
  font-size: 1.2rem;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.417;
}
.pageSec .t-list2-sub {
  padding-left: 1em;
}
/******************************
運営会社ページ
******************************/
.companyTable {
  width: 100%;
  margin: 50px auto 0;
}
.companyTable table {
  width: 100%;
}
.companyTable table th,
.companyTable table td {
  border: 1px solid #eee;
}
.companyTable table th {
  width: 20%;
  padding: 22px 0;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #f7f7f7;
}
.companyTable table td {
  padding: 22px 18px;
  font-size: 1.2rem;
  text-align: left;
  vertical-align: middle;
}
.companyTable table td .companyTableList {
  padding-left: 2em;
  list-style: decimal;
  line-height: 1.714;
}
.companyTable table td iframe {
  width: 100% !important;
  margin-top: 18px;
}
/******************************
個人情報保護方針ページ
******************************/
.privacyBox {
  display: inline-block;
  margin-top: 35px;
  padding: 18px 20px;
  border: 1px solid #1a1311;
}
.privacyBox h3 {
  font-weight: 800;
}
/******************************
広告掲載についてページ
******************************/
.btn1 {
  margin-bottom: 35px;
  padding: 5px;
  border: 1px solid #999;
  border-radius: 4px;
}
.btn1:hover {
  background: #eee;
  text-decoration: none;
}
/******************************
PR記事一覧用
******************************/
.prSection .articlesList .img,
.sidePrSection .sideArticlesList .img {
  background-color: #e7f2fd;
}
.prSection .articlesList .tit,
.sidePrSection .sideArticlesList .tit {
  color: #8da2ea;
}
.prSection .articlesList .prTxt,
.sidePrSection .sideArticlesList .prTxt {
  text-align: right;
  color: #999;
  font-size: 1.1rem;
  letter-spacing: 0.12rem;
  margin-top: 10px;
}
.prSection .articlesList .prTxt {
  margin-top: -30px;
}
/******************************
記事広告一覧用
******************************/
.addSec .articlesList .img,
.sideAddSec .sideArticlesList .img {
  background-color: #fde7fc;
}
.addSec .articlesList .tit,
.sideAddSec .sideArticlesList .tit {
  color: #ea93be;
}
/******************************
閲覧制限
******************************/
.noViewWrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(20%, rgba(255,255,255,0.88)), color-stop(60%, #fff), to(#fff));
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.88) 20%, #fff 60%, #fff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: 0;
}
.noView {
  height: 300px;
  border: solid 4px #000;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 42px 0 0;
  width: calc(100% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.noView::after {
  content: "";
  background: #fff;
  border: solid 1px #000;
  position: absolute;
  top: -15px;
  left: -15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% + 30px);
  height: 320px;
  z-index: -1;
}
.noViewTit {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.noViewTxt {
  line-height: 2.2;
  color: #000;
  margin-bottom: 15px;
}
.noView a {
  position: relative;
  color: #999;
}
.noView a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 2px;
  right: calc(50% - 82px);
  color: #999;
  font-size: 1.7rem;
}
.noViewBtn {
  margin-bottom: 15px;
}
.noViewBtn a {
  position: relative;
  width: 86.75%;
  height: 50px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background: #000;
}
.noViewBtn a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 2px;
  right: calc(50% - 82px);
  color: #999;
  font-size: 1.7rem;
  line-height: 50px;
}
/******************************
閲覧制限
******************************/
.nextViewWrap {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin-bottom: 40px;
}
.nextViewWrap:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(20%, rgba(255,255,255,0.5)), color-stop(60%, rgba(255,255,255,0.75)), to(#fff));
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,0.75) 60%, #fff 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
}
/******************************
グッバイバナー
******************************/
.byeBanWrap {
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.byeBan {
  width: 545px;
  margin: 50vh auto 0;
  padding: 80px 0 50px;
  background: #fff;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.byeBanClose {
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.byeBanClose:hover {
  opacity: 0.5;
}
.byeBanClose:before,
.byeBanClose:after {
  content: '';
  display: block;
  background: #fff;
  width: 36px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.byeBanClose:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.byeBanClose:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.byeBanTit {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #909090;
  margin-bottom: 25px;
}
.byeBanTxt {
  line-height: 1.6;
  color: #909090;
  margin-bottom: 10px;
}
.byeBan a {
  color: #8da2ea;
}
.byeBanBtn {
  margin: 30px 0 20px;
}
.byeBanBtn a {
  width: 380px;
  padding: 12px 0;
  margin: 0 auto;
  background: #e7f2fd;
  border: solid 1px #79adff;
  -webkit-text-decoration: nonei;
  text-decoration: nonei;
}
/******************************
閲覧制限ウォール
******************************/
.auth-contents {
  position: relative;
  overflow-y: hidden;
}
.ycd_wrap a {
  display: inline;
}
/* カテゴリーリスト */
.catList {
  margin: 18px 0 20px;
}
.catList ul li {
  display: inline-block;
  margin-bottom: 18px;
  padding-right: 2em;
}
.catList ul li a {
  display: block;
  position: relative;
  color: #1a1311;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Songti TC', 'Vollkorn', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
.catList ul li a:hover {
  color: #1a1311;
  opacity: 1;
}
.catList ul li a:hover::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1a1311;
}
.catList ul li.active a {
  color: #1a1311;
}
.catList ul li.active a::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1a1311;
}
