@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 {
  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"] {
  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;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  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;
}

/* reset */

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

/******************************
共通
******************************/

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  word-break: break-all;
  min-width: 960px;
  /* color: #323232; */
  color: #000;
}

body.narrow {
  max-width: 1040px;
  margin: 0 auto;
}

a,
input {
  outline: none;
  color: #323232;
  text-decoration: none;
}

a {
  transition: all 0.3s ease;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.7;
}

/******************************
ヘッダー
******************************/

.header {
  border-bottom: 5px solid #eee;
}

header.header {
  background: #000;
}

header a:hover,
header a:hover img {
  opacity: 1;
}

.headerTop {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 40px 0 35px;
  display: table;
  background: #000;
}

.headerTop>div {
  display: table-cell;
  vertical-align: middle;
}

/*SNS要素*/

.headerSns {
  width: 408px;
}

.headerSns ul {
  letter-spacing: -0.4em;
}

.headerSns ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 30px;
  color: #000;
  font-size: 2rem;
}

.headerSns ul li a {
  transition: all 0.2s ease-out;
}

.headerSns ul li a i {
  color: #000;
}

.headerSns ul li a:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.headerSns ul li.twitterIcon {
  width: 16px;
  height: 16px;
}

.headerSns ul li.twitterIcon a {
  display: flex;
}

.headerSns ul li.twitterIcon img {
  width: 100%;
  margin: auto 0;
}

/*ロゴ要素*/

.headerLogo {
  text-align: center;
}

.headerLogo.magazine a {
  font-size: 2.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.headerLogo.magazine a:hover {
  opacity: 0.6;
}

/*フォーム要素*/

.headerSearch {
  width: 336px;
  text-align: right;
}

.headerSearch form {
  position: relative;
  display: inline-block;
}

.headerSearch input[type="text"] {
  box-sizing: border-box;
  width: 227px;
  padding: 5px 30px 4px 18px;
  border-radius: 25px;
  font-size: 1.3rem;
  background: #f5f5f5 url() right center no-repeat;
}

.headerSearch input::placeholder,
.headerSearch input::-moz-placeholder,
.headerSearch input::-webkit-input-placeholder,
.headerSearch input:-ms-input-placeholder {
  color: #000;
}

.headerSearch button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0 10px 0 5px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #717171;
}

/*ログイン要素*/

.headerLogin {
  width: 72px;
  text-align: right;
}

.headerLogin img {
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 50%;
}

.headerLogin img:hover {
  background: #eee;
}

/*ナビゲーション*/

.headerBottom {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.headerBottom ul {
  min-width: 960px;
  font-size: 0;
  text-align: center;
  position: relative;
}

.headerBottom ul li {
  display: inline-block;
  position: relative;
  font-family: "Times", "Times New Roman", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  transition: all 0.3s ease;
}

.headerBottom .gnavIn>ul>li::after {
  content: "/";
  font-size: 1.3rem;
}

.headerBottom .gnavIn>ul>li:last-of-type::after {
  content: "";
}

.headerBottom>ul>li:hover::before {
  content: "";
  bottom: 15px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  height: 2px;
  width: 18px;
  background: #c30901;
}

.headerBottom ul li:hover {
  /*background: #e70012;*/
}

.headerBottom ul li a,
.headerBottom ul li span {
  display: inline-block;
  text-decoration: none;
  color: #1e1e1e;
  padding: 13px 25px 15px;
  position: relative;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.headerBottom ul li a:hover {
  opacity: 0.7;
}

/* gnav ドロップダウンリスト */
/* .headerBottom ul li ul {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 10px;
  width: 240px;
  background: rgba(195,9,1,0.85);
}
.headerBottom ul li ul li {
  width: 220px;
  margin: 0 auto;
  padding: 14px 10px;
  border-bottom: rgba(255,255,255,0.85);
}
.headerBottom ul li ul li:last-of-type {
  border-bottom: none;
}

.headerBottom ul li ul li a {
  color: #fff;
} */

.headerBottom ul li a:hover {
  opacity: 0.7;
}

.headerBottom ul li .inList {
  display: block;
  position: absolute;
  top: 90%;
  left: 50%;
  width: 240px;
  padding: 0 10px;
  background: rgba(195, 9, 1, 0.85);
  z-index: 100;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.headerBottom ul li:hover .inList {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.headerBottom ul li .inList ul {
  width: 100%;
  min-width: auto;
  float: left;
}

.headerBottom ul li .inList ul li {
  width: 100%;
  text-align: left;
}

.headerBottom ul li .inList ul li a {
  display: block;
  color: #fff;
  line-height: 1;
  padding: 14px 0 14px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}

.headerBottom ul li .inList ul:last-of-type li:last-of-type a {
  border-bottom: none;
}

/*固定時*/

.headerFixed {
  min-width: 960px;
  width: 100%;
  position: fixed;
  top: -100%;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
  z-index: 100;
}

.headerFixed.nopankuzu {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.headerInner {
  display: table;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px 0;
}

.headerInner>div {
  display: table-cell;
  vertical-align: middle;
}

.headerInner .headerMenuBtn {
  width: 76px;
}

.headerInner .headerLogo {
  width: 150px;
  padding-bottom: 2px;
}

.headerInner .headerLogo img {
  width: 100%;
  height: auto;
}

.headerInner .gnav {
  padding-right: 35px;
  text-align: center;
}

.headerInner .gnav .gnavIn>ul {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  letter-spacing: 0.1em;
}

.headerInner .gnav .gnavIn>ul>li {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  font-family: "Times", "Times New Roman", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.headerInner .gnav .gnavIn>ul>li a,
.headerInner .gnav .gnavIn>ul>li span {
  color: #1e1e1e;
}

.headerInner .gnavIn>ul>li:not(:last-of-type)::after {
  content: "/";
  font-size: 1.3rem;
}

.headerInner .gnavIn>ul>li:hover::before {
  content: "";
  bottom: 8px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  height: 2px;
  width: 18px;
  background: #c30901;
}

.headerInner .gnav li .inList {
  display: block;
  position: absolute;
  top: 90%;
  left: 50%;
  width: 240px;
  padding: 0 10px;
  background: rgba(195, 9, 1, 0.85);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.headerInner .gnav li:hover .inList {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.headerInner .gnav li .inList ul {
  width: 100%;
  min-width: auto;
  float: left;
}

.headerInner .gnav li .inList ul li {
  width: 100%;
  text-align: left;
}

.headerInner .gnav li .inList ul li a {
  display: block;
  color: #fff;
  line-height: 1;
  padding: 14px 0 14px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}

.headerInner .gnav li .inList ul:last-of-type li:last-of-type a {
  border-bottom: none;
}

/* .headerInner .gnav li .inList:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #e70012 transparent;
  top: -10px;
  left: 15px;
} */

.headerInner .headerSearch {
  width: 181px;
}

.headerInner .headerSearch input[type="text"] {
  width: 181px;
}

.headerInner .headerLogin {
  width: 52px;
}

.headerFixed .pankuzu {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  color: #888;
  background: #eee;
  box-shadow: 0 8px 10px -10px rgba(0, 0, 0, 0.5) inset;
}

.headerFixed .pankuzu ul {
  padding: 8px 0;
}

.headerFixed .pankuzu li a {
  color: #888;
}

/*サイドナビゲーション*/

.sideNav {
  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;
  transition: all 0.3s 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;
  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);
  transform: rotate(-45deg);
}

.sideNav .sideNavCloseBtn:after {
  -webkit-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-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 {
  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;
  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%;
}

/******************************
コンテンツ共通要素
******************************/

.cont {
  min-height: 50vh;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding-top: 30px;
}

.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 {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 30px;
}

.contTit {
  font-family: "Times", "Times New Roman", sans-serif;
  padding-left: 25px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

.contTit::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 6px;
  background: #c30901;
}

.contTit::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url(../img/common/underline.png);
  background-repeat: repeat;
}

.contTit span {
  margin-left: 12px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #999;
  font-weight: normal;
  text-align: center;
  vertical-align: 4px;
  display: none;
}

/* .contTit .red {
  color: #E35C4B;
} */

/* .contTitHead.jp .contTit {
  font-size: 2.6rem;
} */

.contLead {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.55;
}

/* ページタイトル */
.pg-title {
  font-family: "Times", "Times New Roman", sans-serif;
  position: relative;
  margin-bottom: 27px;
  padding-bottom: 14px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.pg-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: calc(50vw + calc(50vw - calc(50vw - 600px) * 2));
  height: 6px;
  background-image: url(../img/common/underline.png);
  background-repeat: repeat;
}

.pg-title .small {
  margin-left: 12px;
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #999;
  font-weight: normal;
  vertical-align: 4px;
  display: none;
}

.pageTit {
  font-family: "Times", "Times New Roman", sans-serif;
  position: relative;
  margin-bottom: 27px;
  padding-bottom: 14px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

.pageTit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url(../img/common/underline.png);
  background-repeat: repeat;
}

.content .pageTit .subtit {
  display: inline-block;
  margin-left: 12px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #999;
  font-weight: normal;
  vertical-align: 4px;
}

/* 詳細バー */
.contBtn a {
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 15px 30px 13px 10px;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
}

.contBtn a::before {
  content: url(../img/top/arrow_current.png);
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 40px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.contBtn a:hover {
  background: #666;
}

.contBtn a:hover:before {
  /*right: 30px;*/
  /*opacity: 1;*/
}

.contTxt {
  font-size: 1.2rem;
  line-height: 2.15;
  color: #444;
}

.contTxt .lead {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  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: 100%;
  margin: 30px auto 0;
  max-width: 970px;
  text-align: center;
}

.addHead div {
  max-width: 100% !important;
}

.addHead img {
  width: 100%;
  height: auto;
}

.addHead iframe {
  width: 100% !important;
}

/******************************
左コンテンツ
******************************/

.contLeft {
  max-width: 850px;
  width: 71%;
  float: left;
}

.contLeft.contSingle {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  float: none;
  position: relative;
}

.contLeft .cateBox+.cateBox {
  margin-top: 50px;
}

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

/*
ページ 共通
*/
.contLeft .common1-box .t-title,
.contLeft .common1-box .t-title2 {
  position: relative;
  margin-bottom: 38px;
  padding: 0 0 0 25px;
  font-size: 1.8rem;
  font-weight: normal;
}

.contLeft .common1-box .t-title::before,
.contLeft .common1-box .t-title2::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 14px;
  height: 6px;
  background: #c30901;
}

.contLeft .common1-box .t-title::after,
.contLeft .common1-box .t-title2::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url(../img/common/underline.png);
  background-repeat: repeat;
}

.contLeft .common1-box .text1,
.contLeft .common1-box .text2,
.contLeft .common1-box .text3,
.contLeft .common1-box .text4,
.contLeft .common1-box .text5 {
  font-size: 1.4rem;
  line-height: 1.6;
}

.contLeft .common1-box .text5.t-r {
  text-align: right;
}

.contLeft .common1-box .mb5 {
  margin-bottom: 5px;
}

.contLeft .common1-box .mb15 {
  margin-bottom: 15px;
}

.contLeft .common1-box .mb20 {
  margin-bottom: 20px;
}

.contLeft .common1-box .mb25 {
  margin-bottom: 25px;
}

.contLeft .common1-box .mb35 {
  margin-bottom: 35px;
}

.contLeft .common1-box .t-list2 li {
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

.contLeft .common1-table {
  width: 100%;
  margin-bottom: 35px;
}

.contLeft .common1-table th,
.contLeft .common1-table td {
  padding: 0.3em 0 0.4em;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #eee;
}

.contLeft .common1-table th {
  background: #f7f7f7;
}

.contLeft .t-list1 li {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}

/******************************
右コンテンツ
******************************/

.contRight {
  max-width: 300px;
  width: 25%;
  float: right;
}

.contRight .contTitHead {
  padding-bottom: 5px;
  margin-bottom: 0;
}

.contRight .contTit {
  position: relative;
  padding-left: 25px;
}

.contRight .contTit::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 14px;
  height: 6px;
  background: #c30901;
}

.contRight .contTit::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url(../img/common/underline.png);
  background-repeat: repeat;
}

.contRight .contTit span {
  margin-top: 5px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #999;
  font-weight: normal;
  text-align: center;
  vertical-align: 4px;
}

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

/* LISTS */
.contRight .listsBox {
  margin: 40px 0;
  padding-top: 12px;
  /* border: 1px solid #E5E5E5; */
}

.contRight .listsBox .contTit {
  padding-left: 0;
  text-align: center;
}

.contRight .listsBox .contTit::before {
  content: none;
}

.contRight .listsBox .contTit::after {
  content: none;
}

.contRight .listsBox ul {
  padding-top: 12px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}

.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-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  color: #999;
}

.contRight .listsBox ul .tit {
  margin-top: 2px;
  font-size: 1.5rem;
  line-height: 1.4;
}

/* currentIssue */
.currentIssue {
  position: relative;
  margin: 40px 0 35px;
  padding: 18px 20px 12px;
  border: 1px solid #ddd;
  z-index: 0;
}

.currentIssue::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #000;
  z-index: -1;
}

.currentIssue .contTitHead {
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 5px solid #c30901;
}

.currentIssue .contTit {
  padding: 0 3px 0 0;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}

.currentIssue .contTit::before {
  content: none;
}

.currentIssue .contTit::after {
  content: none;
}

.currentIssueList {
  padding: 12px 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.currentIssueList a {
  display: block;
  padding: 12px 33px 15px;
  box-sizing: border-box;
}

.currentIssueList .img {
  width: 100%;
}

.currentIssueList .img img {
  width: 100%;
  height: auto;
}

.currentIssueList a:last-child {
  position: relative;
  width: 100%;
  padding: 7px 0 5px;
  font-size: 1.6rem;
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.currentIssueList a:last-child::after {
  content: url(../img/common/arrow_current.png);
  position: absolute;
  top: 3px;
  right: 10px;
}

/* coverstory */
.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-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; */
  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;
}

/******************************
フッター
******************************/
footer {
  margin-top: 80px;
}

.footerTop {
  background: #000;
}

.footerTopIn {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 40px 0 0;
}

.footerLogo {
  margin: 0 auto 25px;
  text-align: center;
}

.footerSns {
  margin: 0 auto 15px;
  text-align: center;
}

.footerSns ul {
  display: inline-block;
  letter-spacing: -0.4em;
}

.footerSns ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: 30px;
  font-size: 1.8rem;
}

.footerSns ul li a {
  transition: all 0.2s ease;
}

.footerSns ul li a i {
  color: #fff;
}

.footerSns ul li a:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.footerSns ul li.twitterIcon {
  width: 14px;
  height: 14px;
}

.footerSns ul li.twitterIcon a {
  display: flex;
}

.footerSns ul li.twitterIcon img {
  width: 100%;
  margin: auto 0;
}

.footerBottom {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 37px;
  background: #000;
}

.footerBottom>div {
  display: block;
}

.footerLink {
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: -0.4em;
}

.footerLink ul li {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.11em;
  line-height: 1;
  color: #fff;
}

.footerLink ul li:not(:last-of-type)::after {
  content: "/";
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
}

.footerLink ul li+li {
  margin-left: 7px;
  padding-left: 7px;
}

.footerLink ul li a {
  color: #fff;
}

.footerCopy {
  color: #fff;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  text-align: center;
}

.itnl {
  width: 100%;
  height: 40px;
  background: #fafafa;
}

.itnl ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 620px;
  height: 100%;
  margin: 0 auto;
  background: #fafafa;
}

.itnl ul li {
  position: relative;
  width: 25%;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}

.itnl ul li:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.itnl ul li img {
  width: 20px;
}

/******************************
パンくず
******************************/

.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;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.pankuzu li a {
  color: #444;
}

/******************************
左コンテンツ一覧
******************************/

.articlesList ul {
  font-size: 0;
}

.articlesList ul::after {
  content: "";
  display: block;
  clear: both;
}

.articlesList li {
  width: calc(50% - 15px);
  display: inline-block;
  margin-bottom: 30px;
}

.articlesList li:nth-of-type(2n) {
  margin-left: 30px;
}

.articlesList li:nth-of-type(odd) {
  clear: left;
}

.topSection .articlesList li:nth-of-type(odd),
.recommendSection .articlesList li:nth-of-type(odd) {
  clear: none;
}

.articlesList a {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.articlesList .sponsor {
  position: absolute;
  top: 0;
  right: 0;
}

.articlesList .img {
  width: 100%;
  padding-top: 57.75%;
  position: relative;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.articlesList .cate {
  font-family: "Times", "Times New Roman", sans-serif;
  min-width: 100px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 30px;
  letter-spacing: 0.1em;
  /* background: #ef1144; */
  background: rgba(195, 9, 1, 0.85);
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
}

.articlesList .img .cate {
  position: absolute;
  left: 0;
  bottom: 0;
}

.articlesList .txtBox {
  position: relative;
}

.articlesList .txtBox .cate {
  position: absolute;
  top: -30px;
}

.articlesList .data {
  padding: 8px 0 5px 10px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  color: #000;
}

.articlesList .tit {
  padding-left: 10px;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.articlesList .txt {
  margin-top: 5px;
  padding-left: 10px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.articlesList.col2-3 li:nth-of-type(n + 3) {
  width: 31.75%;
  margin-left: 2.35%;
}

.category_7 {
  margin-bottom: 50px;
}

.category_7 .articlesList.col2-3 li:nth-of-type(n + 3) {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 30px;
}

.category_7 .articlesList li:nth-of-type(4) {
  margin-left: 30px;
}

.category_7 .articlesList.col2-3 li:nth-of-type(n + 5) {
  width: 31.75%;
  margin-left: 2.35%;
}

.category_7 .articlesList.col2-3 li:nth-of-type(5) {
  margin-left: 0;
}

.category_7 .articlesList.col2-3 li:nth-of-type(7),
.category_5 .articlesList.col2-3 li:nth-of-type(5) {
  clear: none;
}

.category_7 .articlesList.col2-3 li:nth-of-type(n + 3) .txt {
  display: block;
}

.category_7 .articlesList.col2-3 li:nth-of-type(n + 5) .txt {
  display: none;
}

.articlesList.col2-3 li:nth-of-type(3n) {
  margin-left: 0;
}

.articlesList.col2-3 li:nth-of-type(n + 3) .data {
  font-size: 1rem;
  padding: 5px 0 2px;
}

.articlesList.col2-3 li:nth-of-type(n + 3) .tit {
  font-size: 1.4rem;
}

.articlesList.col2-3 li:nth-of-type(n + 3) .txt {
  display: none;
}

.articlesList.col2-2-3 li:nth-of-type(-n + 4) {
  width: calc(50% - 15px);
}

.articlesList.col2-2-3 li:nth-of-type(n + 5) {
  width: 31.75%;
  margin-left: 2.35%;
}

.articlesList.col2-2-3 li:nth-of-type(3n + 5) {
  margin-left: 0;
}

.articlesList.col3 li {
  width: 31.75%;
  margin-left: 2.35%;
}

.articlesList.col3 li:nth-of-type(1),
.articlesList.col3 li:nth-of-type(3n)+li {
  margin-left: 0;
}

.articlesList.col3 li .data {
  font-size: 1rem;
  margin: 5px 0 2px;
}

.articlesList.col3 li .tit {
  font-size: 1.4rem;
}

.articlesList.col3 li .txt {
  display: none;
}

.articlesList.col3-4 li {
  width: 31.75%;
  margin-left: 2.35%;
  margin-bottom: 20px;
}

.articlesList.col3-4 li:nth-of-type(1) {
  margin-left: 0;
}

.articlesList.col3-4 li .data {
  font-size: 1rem;
  margin: 5px 0 2px;
}

.articlesList.col3-4 li .tit {
  font-size: 1.4rem;
}

.articlesList.col3-4 li .txt {
  display: none;
}

.articlesList.col3-4 li:nth-of-type(n + 4) {
  width: calc(25% - 15px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.articlesList.col3-4 li:nth-of-type(4) {
  margin-left: 0;
}

.articlesList.col3-4 li:nth-of-type(n + 4) .tit {
  font-size: 1.3rem;
}

/******************************
ページャー
******************************/

.articlesListPager {
  padding: 20px 20px 84px;
}

.articlesListPager ul {
  text-align: center;
  letter-spacing: -0.4em;
}

.articlesListPager li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}

.articlesListPager li+li {
  margin-left: 10px;
}

.articlesListPager a {
  display: block;
  min-width: 40px;
  color: #696969;
  font-family: "Times", "Times New Roman", sans-serif;
  font-size: 1.7rem;
  line-height: 40px;
  text-decoration: none;
  background: #eee;
  transition: all 0.3s ease;
}

.articlesListPager li.active a,
.articlesListPager a:hover {
  background: #000;
  color: #fff;
}

.articlesListPager li.prev a,
.articlesListPager li.next a {
  position: relative;
  color: #fff;
  background: none !important;
}

.articlesListPager li.prev a i,
.articlesListPager li.next a i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 8px;
  border-style: solid;
  transition: all 0.3s ease;
}

.articlesListPager li.prev a i {
  right: 12px;
  border-color: transparent #000 transparent transparent;
}

.articlesListPager li.next a i {
  left: 12px;
  border-color: transparent transparent transparent #000;
}

.articlesListPager li.prev a:hover i,
.articlesListPager li.next a:hover i {
  opacity: 0.7;
}

.articlesListPager li.prev a i:nth-child(2) {
  right: 20px;
}

.articlesListPager li.next a i:nth-child(2) {
  left: 20px;
}

/******************************
詳細ページ
******************************/

/*記事タイトル*/

.articleDetailHead {
  border-bottom: solid 1px #ddd;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

.articleDetailHead .meta {
  margin-bottom: 15px;
  padding-left: 2px;
}

.articleDetailHead .meta>p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.articleDetailHead .date {
  color: #999;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

.articleDetailHead .sponsor img {
  vertical-align: middle;
}

.articleDetailHead .tit {
  padding: 15px 0 23px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.articleDetailHead .bottom {
  display: table;
  width: 100%;
  text-align: left;
  color: #999;
  padding-top: 15px;
}

.articleDetailHead .bottom>div {
  display: table-cell;
  vertical-align: middle;
}

.articleDetailHead .author {
  letter-spacing: -0.4em;
}

.articleDetailHead .author>div {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.articleDetailHead .authorImg a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eeeeee;
  background-size: cover;
  margin-right: 10px;
  transition: all 0.1s ease;
}

.articleDetailHead .authorImg a:hover {
  opacity: 0.7;
}

.articleDetailHead .authorTxt {
  line-height: 1;
}

.articleDetailHead .authorTxt .name {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: #323232;
  display: inline-block;
}

.articleDetailHead .authorTxt .sponsor {
  display: inline-block;
}

.articleDetailHead .authorTxt .follow_button {
  margin-top: 6px;
}

.articleDetailHead .authorTxt .follow_button a {
  width: 135px;
  height: 22px;
  background: #000;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 22px;
}

.login_button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  line-height: 22px;
  font-size: 1rem;
  width: 100px;
  height: 22px;
  text-align: center;
  margin-left: 10px;
}

.memberRegistration {
  position: relative;
  margin-top: 30px;
}

.memberRegistration .memberRegistrationTitle {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 0;
  border-bottom: 1px solid;
}

.memberRegistration .memberRegistrationTitle span {
  white-space: nowrap;
}

.memberRegistration .memberRegistrationTitle .mailMagazineTitle {
  white-space: nowrap;
  font-size: 3rem;
}

.memberRegistration .memberRegistrationInput {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 45px;
  left: 55px;
}

.memberRegistration .authFormInputId .authFormInputPass {
  width: 100%;
  padding: 10px 220px 10px 10px;
  font-size: 1.2rem;
  letter-spacing: .06em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
}

.memberRegistration .memberRegistrationId {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 45px;
  left: 55px;
}

.memberRegistration .memberRegistrationPass {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 45px;
  left: 440px;
  text-align: left;
}

.authFormSubmit input {
  height: 40px !important;
  line-height: 3 !important;
}

.memberRegistration .authFormSubmit {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 100px;
  left: 606px;
  border: none;
  background: #000;
  box-sizing: border-box;
  transition: all 0.4s ease;
  text-align: left;
}

.memberRegistration .memberRegistrationGift {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.2rem;
  cursor: pointer;
  position: absolute;
  top: 140px;
  left: 50px;
  border: none;
  box-sizing: border-box;
  transition: all 0.4s ease;
  letter-spacing: 0.07em;
}

.memberRegistration .authFormInputText {
  margin-top: 20px;
  /*width: 100%;*/
  width: 365px;
  padding: 0px 0px 0px 0px;
  font-size: 1.2rem;
  letter-spacing: .06em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
}

@media screen and (max-width:1024px) {
  .memberRegistration img {
    max-width: 100%;
  }

  .memberRegistration .authFormInputText {
    width: 250px;
  }

  .memberRegistration .memberRegistrationTitle .mailMagazineTitle {
    font-size: 2rem;
  }

  .memberRegistration .memberRegistrationId {
    top: 20px;
    left: 25px;
  }

  .memberRegistration .memberRegistrationPass {
    top: 20px;
    left: 320px;
    text-align: left;
  }

  .memberRegistration .memberRegistrationGift {
    top: 110px;
    left: 25px;
  }

  .memberRegistration .authFormSubmit {
    top: 70px;
    left: 425px;
  }

  .authFormSubmit input {
    height: 30px !important;
    line-height: 2 !important;
  }
}

.articleDetailHead .authorTxt .btn.follow_button_done a {
  width: 135px;
  height: 22px;
  background: #888;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 22px;
}

.articleDetailHead .authorTxt .btn.follow_button_done a:hover {
  opacity: 1;
}

.articleDetailHead .sns {
  text-align: right;
}

.articleDetailHead .sns ul {
  display: inline-block;
  letter-spacing: -0.4em;
}

.articleDetailHead .sns li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-left: 14px;
  background: #eee;
}

.articleDetailHead .sns li a {
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  width: auto;
  padding: 3px 10px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  transition: all 0.4s ease;
}

.articleDetailHead .sns li a::before {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  margin-right: 3px;
}

.articleDetailHead .sns li:first-of-type a {
  background: #d5010f;
}

.articleDetailHead .sns li:first-of-type a::before {
  content: "\f019";
  font-weight: 900;
}

.articleDetailHead .sns li:nth-of-type(2) a {
  background: #143e85;
}

.articleDetailHead .sns li:nth-of-type(2) a::before {
  content: "\f39e";
  font-weight: 900;
  font-family: "Font Awesome 5 Brands";
}

.articleDetailHead .sns li:last-of-type a {
  background: #00b900;
}

.articleDetailHead .sns li:last-of-type a::before {
  content: "\f3c0";
  font-weight: 900;
  font-family: "Font Awesome 5 Brands";
}

.articleDetailHead .sns a:hover,
.articleDetailHead .sns .archive_button_done a {
  background: #323232;
  color: #fff;
}

/* 新しくつくったSNSフィールド */
.articleDetailHead .articleSns li.tw {
  width: max-content;
  background-color: #000;
}

.articleSns li.tw a {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.articleSns li.tw img {
  width: 10px;
  margin: auto 0;
}

.articleDetailHead .sns li.tw {
  width: max-content;
  background-color: #000;
}

.sns li.tw a {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.sns li.tw img {
  width: 10px;
  margin: auto 0;
}

/*記事メイン画像*/

.articleDetailImg .img {
  position: relative;
}

.articleDetailImg img {
  width: 100%;
  height: auto;
}

/*記事メイン画像の矢印*/

.articleDetailImg .brk {
  width: 27px;
  height: 86px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  right: auto;
  margin: auto 0;
  background-color: #323232;
  display: flex;
  justify-content: 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 {
  color: #999;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  margin: 20px 0;
}

/*小さい記事メイン画像*/

.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 {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
}

.articleDetailTxt::after {
  content: "";
  display: block;
  clear: both;
}

.articleDetailTxt a {
  color: #c20900;
}

.articleDetailTxt .contBtn a {
  color: #fff;
}

.articleDetailTxt .articlesListPager a {
  color: #696969;
}

.articleDetailTxt .articlesListPager a {
  color: #696969;
}

.articleDetailTxt .articlesListPager li.active a,
.articleDetailTxt .articlesListPager a:hover {
  color: #fff;
}

.articleDetailTxt .kizi-honbun h2 {
  margin: 3rem 0 2rem;
  padding: 5px 0 5px 15px;
  border-left: 3px solid #c30901;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
}

.article_detail .kizi-honbun h3 {
  margin: 2rem 0 1.5rem;
  padding: 5px 0 5px 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: 0;
  color: #000;
}

.articleDetailTxt .kizi-honbun p {
  margin-bottom: 35px;
}

.articleDetailTxt .kizi-honbun p a {
  display: inline;
}

.articleDetailTxt .kizi-honbun p:after {
  content: "";
  clear: both;
  display: block;
}

.articleDetailTxt .kizi-honbun strong {
  clear: left;
  display: inline-block;
}

.articleDetailTxt .kizi-honbun .mt-image-right {
  float: right;
  width: calc(50% - 20px);
}

.articleDetailTxt .kizi-honbun .mt-image-right:after {
  content: "";
  clear: both;
  display: block;
}

.articleDetailTxt .kizi-honbun .mt-image-left {
  float: left;
  width: calc(50% - 20px);
}

.articleDetailTxt .kizi-honbun img {
  /*width: 100%;*/
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.articleDetailTxt .kizi-honbun span.caption {
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 10pt;
}

.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 {
  font-size: 16px;
  line-height: 1.8;
}

.article_detail iframe {
  display: block;
  margin: 0 auto;
  /* height: 0 !important; */
}

/*iframeというクラスの親要素にiframeが表示される場合*/
/* .articleDetailImg .iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.articleDetailImg .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

/*.article_detail .left-img {
  float: left;
  width: 300px;
  margin-right: 10px;
  margin-bottom: 20px;
}*/

/*記事翻訳者*/

.articleDetailTranslator {
  color: #444;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 25px;
}

/*記事下部広告*/

.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: 20px;
  color: #444;
  font-size: 1.2rem;
}

.articleDetailTag ul {
  display: inline-block;
  letter-spacing: -0.4em;
}

.articleDetailTag li {
  display: inline-block;
}

.articleDetailTag li+li {
  margin-left: 5px;
}

.articleDetailTag li a {
  display: block;
  min-width: 110px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  letter-spacing: normal;
  text-decoration: none;
  background: #f5f5f5;
  border-radius: 3px;
  transition: all 0.3s ease;
}

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

/*記事下部一覧*/

.articleDetailList {
  margin-top: 45px;
}

.articleDetailList section+section {
  margin-top: 30px;
}

/* .articleDetailList .contTitHead {
  border-bottom: none;
  padding-bottom: 0;
  border-top: solid 1px #ddd;
  padding-top: 25px;
  margin-bottom: 20px;
}

.articleDetailList .contTit {
  text-align: left;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  min-height: 36px;
}

.articleDetailList .contTit span {
  display: inline-block;
  margin-top: 0;
  text-align: left;
  margin-left: 12px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #999;
  font-weight: normal;
  vertical-align: 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);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading+section {
  margin-top: 50px;
}

/******************************
写真一覧ページ
******************************/

/*記事画像*/

.articleGalleryImg .img {
  padding-top: 48.8%;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: contain;
}

.articleGalleryImg img {
  width: 100%;
  height: auto;
}

.articleGalleryImg .meta {
  color: #999;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  margin: 20px 0;
  text-align: center;
}

.articleGalleryImg .by {
  color: #999;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  text-align: left;
}

/*前の画像 / 次の画像*/

.articleGalleryBtn {
  overflow: hidden;
}

.articleGalleryBtn .prev,
.articleGalleryBtn .next {
  width: 190px;
}

.articleGalleryBtn .prev {
  float: left;
}

.articleGalleryBtn .next {
  float: right;
}

.articleGalleryBtn .prev a,
.articleGalleryBtn .next a {
  width: 100%;
  font-size: 1.4rem;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #000;
  position: relative;
  transition: all 0.2s ease;
}

.articleGalleryBtn .prev a {
  float: left;
}

.articleGalleryBtn .next a {
  float: right;
}

.articleGalleryBtn .prev a:before,
.articleGalleryBtn .next a:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.articleGalleryBtn .prev a:before {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.articleGalleryBtn .next a:before {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.articleGalleryBtn .prev a:hover,
.articleGalleryBtn .next a:hover {
  background: rgb(102, 102, 102);
}

.articleGalleryImg+.articleGalleryBtn .prev a,
.articleGalleryImg+.articleGalleryBtn .next a {
  background: #eee;
  color: #000;
}

.articleGalleryImg+.articleGalleryBtn .prev a:before,
.articleGalleryImg+.articleGalleryBtn .next a:before {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.articleGalleryImg+.articleGalleryBtn .prev a:hover,
.articleGalleryImg+.articleGalleryBtn .next a:hover {
  background: #323232;
  color: #fff;
}

.articleGalleryImg+.articleGalleryBtn .next a:hover:before,
.articleGalleryImg+.articleGalleryBtn .next a:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*画像一覧*/

.articleGalleryList {
  margin: 15px -1.65%;
  font-size: 0;
}

.articleGalleryList li {
  width: 14%;
  padding: 0.5%;
  display: inline-block;
  box-sizing: border-box;
}

.articleGalleryList.col5 li {
  width: 14%;
  padding: 0.5%;
  display: inline-block;
  box-sizing: border-box;
}

.articleGalleryList li a {
  display: block;
}

.articleGalleryList li a.active {
  opacity: 0.5;
  border: solid 3px #e70012;
}

.articleGalleryList li .img {
  width: 100%;
  padding-top: 49%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
}

.articleGalleryList li img {
  width: 100%;
  height: auto;
  display: none;
}

/******************************
著者詳細
******************************/

/*著者詳細*/

.autherDetail {
  margin-bottom: 25px;
  /* display: table; */
}

.autherDetail .imgWrap {
  width: 170px;
  /* display: table-cell; */
  margin: 0 auto;
}

.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 20px;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}

.autherDetail .txtWrap .lead {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.autherDetail .txtWrap .tit {
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.09em;
}

.autherDetail .txtWrap .txt {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 30px;
}

.articleDetailHead .authorTxt .follow_button_done {
  margin-top: 6px;
}

.autherDetail .txtWrap .follow_button {
  display: inline-block;
  margin: 15px 0 0 20px;
  text-align: center;
}

.autherDetail .txtWrap .follow_button a {
  position: relative;
  display: block;
  width: 104px;
  height: 24px;
  margin: 0 auto;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 24px;
  background: #000;
  transition: all 0.4s ease;
}

.autherDetail .txtWrap .follow_button a::before {
  content: "+";
  position: absolute;
  top: 0;
  left: -20px;
  height: 24px;
  padding: 0 5px 0 6px;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}

.autherDetail .txtWrap .follow_button_done {
  display: inline-block;
  margin: 15px 0 0 20px;
  text-align: center;
}

.autherDetail .txtWrap .follow_button_done a {
  position: relative;
  display: block;
  width: 104px;
  height: 24px;
  margin: 0 auto;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 24px;
  background: #888;
  transition: all 0.4s ease;
}

.autherDetail .txtWrap .follow_button_done a::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -20px;
  width: 24px;
  height: 24px;
  color: #888;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  background: #fff;
  border: 1px solid #888;
  box-sizing: border-box;
}

.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);
  transition: all 0.3s 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;
  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;
  box-sizing: border-box;
}

.magazinesBacknumberList li a {
  display: block;
  text-decoration: none;
}

.magazinesBacknumberList li .img {
  padding-top: 128%;
  background: #eee;
  background-size: contain;
  background-repeat: no-repeat;
}

.magazinesBacknumberList li .txt {
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  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;
}

/******************************
誌面目次
******************************/

/*雑誌*/

.pg-title.magazine-detail {
  margin-bottom: 30px;
}

.magazinesDetail {
  width: 100%;
  padding: 0 0 50px;
  display: table;
  box-sizing: border-box;
}

.magazinesDetail .imgWrap {
  display: table-cell;
  width: 410px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.magazinesDetail .imgWrap .img {
  width: 100%;
  padding-top: 130%;
  background: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.magazinesDetail .txtWrap {
  padding: 35px 0 0 30px;
  display: table-cell;
  vertical-align: top;
}

.magazinesDetail .txtWrap .issue {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  /* position: relative; */
}

/* .magazinesDetail .txtWrap .issue:before {
  content: "最新号";
  width: 60px;
  line-height: 30px;
  font-size: 1.2rem;
  text-align: center;
  background: #ef1144;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
} */

.magazinesDetail .txtWrap .tit {
  margin-top: 13px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.magazinesDetail .txtWrap .txt {
  margin-top: 13px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.magazinesDetail .btnWrap {
  width: 100%;
  max-width: 410px;
  margin-top: 20px;
  overflow: hidden;
}

.magazinesDetail .btnWrap .btnS {
  width: 48.78%;
  max-width: 200px;
  float: left;
  margin-bottom: 10px;
}

.magazinesDetail .btnWrap .btnS:nth-child(even) {
  float: right;
}

.magazinesDetail .txtWrap .btnS a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.magazinesDetail .txtWrap .btnS a:hover {
  opacity: 0.7;
}

.magazinesDetail .contBtn {
  margin-top: 15px;
}

.magazinesDetail .contBtn a {
  display: block;
  position: relative;
  width: 410px;
  height: 40px;
  padding: 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 40px;
  text-align: center;
  background: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.magazinesDetail .contBtn a::before {
  content: url(../img/top/arrow_current.png);
  position: absolute;
  top: -3px;
  right: 13px;
  line-height: 40px;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*目次*/

/*.magazinesDetailList {
  width: 100%;
  overflow: hidden;
}

.magazinesDetailList .left {
  width: 48%;
  float: left;
}

.magazinesDetailList .right {
  width: 48%;
  float: right;
}

.magazinesDetailList li {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.magazinesDetailList li + li {
  margin-top: 25px;
}

.magazinesDetailList li span {
  padding-right: 1em;
  font-size: 15px;
  color: #BBB;
}

.magazinesDetailList .contBtn {
  width: 65%;
  margin: 0 auto;
  padding-top: 80px;
  clear: both;
}

.magazinesDetailList .contBtn a {
  padding: 18px 0;
  font-size: 1.6rem;
  border-radius: 5px;
}*/

.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 {
  width: 100%;
  overflow: hidden;
}

.magazinesDetailList dl {
  float: left;
  width: 48.235%;
  margin-bottom: 28px;
}

.magazinesDetailList dl:nth-of-type(2n) {
  margin-left: 3.53%;
}

.magazinesDetailList dl:nth-of-type(odd) {
  clear: left;
}

.magazinesDetailList dl dt {
  height: 200px;
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
}

.magazinesDetailList dl dt img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.magazinesDetailList dl dd {
  padding-left: 10px;
}

.magazinesDetailList dl dd h5 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.magazinesDetailList dl dd strong {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.magazinesDetailList dl dd p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

/* .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.1em;
  color: #999;
}

.newsList li .tit {
  font-size: 1.6rem;
  font-weight: 600;
}

/******************************
TOPページ
******************************/

/* メイン一覧 */

.topMainSection {
  padding: 30px 0 0;
}

.topMainSection ul {
  width: 100%;
  /*max-width: 1280px;*/
  height: 520px;
  margin: 0 auto;
  overflow: hidden;
}

.topMainSection li {
  float: left;
  width: 50%;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.topMainSection li:first-of-type {
  height: 520px;
}

.topMainSection li:not(:first-of-type) {
  height: 260px;
}

.topMainSection a {
  text-decoration: none;
  display: block;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
}

.topSection .more-button {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 40px;
  width: 40%;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #000;
  transition: all 0.3s ease;
}

.topSection .more-button:before {
  content: url(../img/common/arrow_current.png);
  position: absolute;
  top: -3px;
  right: 15px;
  line-height: 40px;
}

.topMainSection a .txtBox {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 44px 40px 20px;
}

.topMainSection .meta {
  position: absolute;
  top: 0;
  left: 0;
}

.topMainSection .meta>p {
  display: inline-block;
  vertical-align: middle;
}

.topMainSection .cate {
  font-family: "Times", "Times New Roman", sans-serif;
  min-width: 100px;
  padding: 7px 0 6px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  /* background: #ef1144; */
  background: rgba(195, 9, 1, 0.85);
  text-align: center;
  box-sizing: border-box;
}

.topMainSection .data {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.06em;
  margin-left: 8px;
}

.topMainSection .tit {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 5px;
}

.topMainSection .txt {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #fff;
}

/*一覧*/

.topSection+.topSection {
  margin-top: 55px;
}

/*
トップ
.topsection最初のカテゴリー(HI OCTANE)
*/
.topSection:nth-of-type(2) {
  position: relative;
  margin: 25px 0 60px;
  background-image: url(../img/top/bg_hioctane01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.topSection:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url(../img/common/underline.png);
  background-repeat: repeat;
}

.topSection:nth-of-type(2) .contTitHead {
  padding: 42px 0 20px;
}

.topSection:nth-of-type(2) .contTitHead .contTit {
  position: relative;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.topSection:nth-of-type(2) .contTitHead .contTit::before {
  content: none;
}

.topSection:nth-of-type(2) .contTitHead .contTit::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 42px;
  height: 6px;
  margin: 0 auto;
  background: #c30901;
}

.topSection:nth-of-type(2) .articleList ul li:first-of-type {
  position: relative;
  width: 1160px;
}

.topSection:nth-of-type(2) .articleList ul li:first-of-type::after {
  display: block;
  content: "";
  clear: both;
}

.topSection:nth-of-type(2) .articleList ul li:first-of-type .img {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 540px;
}

.topSection:nth-of-type(2) .articleList ul li:first-of-type .cate {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 540px;
}

/*
トップ
セクション 「CAR」 レイアウト
*/

.topSection:nth-of-type(3) .contTitHead {
  margin-bottom: 32px;
  padding-bottom: 17px;
}

.topSection:nth-of-type(3) .contTit {
  position: relative;
  padding-left: 25px;
}

.topSection:nth-of-type(3) .contTit::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 6px;
  background: #c30901;
}

/*
トップ
セクション 「LIFE STYlE」 レイアウト
*/

.topSection:nth-of-type(4) .contTitHead {
  margin-bottom: 32px;
  padding-bottom: 17px;
}

.topSection:nth-of-type(4) .contTit {
  position: relative;
  padding-left: 25px;
}

.topSection:nth-of-type(4) .contTit::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 6px;
  background: #c30901;
}

/*
もっと見る 非表示
*/
.topSection .contBtn {
  display: 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.1rem;
  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;*/
  color: #323232;
}

/******************************
閲覧制限
******************************/

.noViewWrap {
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.88) 20%,
      rgba(255, 255, 255, 1) 60%,
      rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.88) 20%,
      rgba(255, 255, 255, 1) 60%,
      rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.88) 20%,
      rgba(255, 255, 255, 1) 60%,
      rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: 0;
}

.noView {
  height: auto;
  border: solid 4px #eeeeee;
  background-color: #eeeeee;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 5px 0 0;
  width: calc(100% - 20px);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.noViewTit {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.noView div {
  margin-top: 10px;
  margin-bottom: 30px;
  margin: 10px 10px 30px;
  border-radius: 7px;
  border: 1px solid #fff;
  background: #fff;
}

.noViewTxt {
  line-height: 2.2;
  color: #000;
  margin-bottom: 20px;
  padding-top: 20px;
  font-weight: bold;
}

.noView a {
  position: relative;
  color: #999;
}

.noViewBtn {
  margin-bottom: 15px;
}

.noViewBtn a {
  position: relative;
  border-radius: 5px;
  width: 40%;
  height: 50px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  line-height: 50px;
  background: #008cc8;
}

.noViewLink {
  padding-bottom: 20px;
}

.noViewLink a {
  color: #5fb6dc;
}

.noViewLink a::after {
  position: absolute;
  top: 9px;
  right: calc(50% - 78px);
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #5fb6dc;
  border-right: 1px solid #5fb6dc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/******************************
閲覧制限
******************************/

.nextViewWrap {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin-bottom: 40px;
}

.nextViewWrap:before {
  content: "";
  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%,
      white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  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%);
  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);
  transform: rotate(45deg);
}

.byeBanClose:after {
  -webkit-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: none;
  text-decoration: none;
}

/*右コンテンツ一覧*/

.sideArticlesList {
  margin-bottom: 40px;
}

.sideArticlesList li {
  position: relative;
  margin-top: 20px;
}

.sideArticlesList a {
  display: table;
  text-decoration: none;
}

.sideArticlesList a>div {
  display: table-cell;
  vertical-align: middle;
}

.sideArticlesList .img {
  width: 80px;
  padding-top: 80px;
  position: relative;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sideArticlesList .txtBox {
  padding-left: 10px;
  padding-bottom: 5px;
}

.sideArticlesList .data {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 3px;
}

.sideArticlesList .tit {
  font-size: 1.3rem;
  letter-spacing: 0.09em;
  line-height: 1.25;
  color: #444;
  font-weight: bold;
}

/*右コンテンツ目次*/

.sideMokuziList ul {
  border: solid 1px #eee;
  margin-top: 75px;
}

.sideMokuziList li {
  margin-top: 0;
}

.sideMokuziList li+li {
  border-top: solid 1px #eee;
}

.sideMokuziList li a {
  display: block;
  padding: 16px 20px;
  color: #1f1f1f;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.sideMokuziList li a:hover,
.sideMokuziList li.current a {
  color: #fff;
  background: #000;
}

.sideMokuziListTit {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 40px;
}

.sideMokuziListTit+ul {
  margin-top: 10px;
}

/*右コンテンツランキング*/
.mostViewed .sideArticlesList .img:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mostViewed .sideArticlesList .img:after {
  width: 30px;
  line-height: 30px;
  font-family: "Times", "Times New Roman", sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mostViewed .sideArticlesList li:nth-child(1) .img:after {
  content: "1";
}

.mostViewed .sideArticlesList li:nth-child(2) .img:after {
  content: "2";
}

.mostViewed .sideArticlesList li:nth-child(3) .img:after {
  content: "3";
}

.mostViewed .sideArticlesList li:nth-child(4) .img:after {
  content: "4";
}

.mostViewed .sideArticlesList li:nth-child(5) .img:after {
  content: "5";
}

/******************************
About Octaneページ
******************************/

.pg-hd.aboutus .pnav {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.pg-hd.aboutus .pnav li {
  display: inline-block;
  font-size: 1.7rem;
  padding: 8px 15px;
}

.pg-hd.aboutus .pnav li span {
  color: #c30901;
}

.pg-cont.aboutus h2 {
  margin-bottom: 35px;
  padding: 30px 0;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #eee;
}

/******************************
会社概要ページ
******************************/

.pg-cont .common1-box.company .logo {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}

.pg-cont .common1-box.company .text1 {
  margin-bottom: 35px;
}

.pg-cont .common1-box.company .text1.en {
  font-family: "Times", "Times New Roman", sans-serif;
}

.company-table {
  width: 100%;
  margin: 50px auto 105px;
}

.company-table table {
  width: 100%;
}

.company-table table .en {
  display: block;
  font-style: italic;
  font-size: 75%;
}

.company-table table .list-en {
  margin-top: 15px;
  font-size: 75%;
}

.company-table th,
.company-table td {
  padding: 22px 18px;
  color: #323232;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: left;
  border: 1px solid #eee;
}

.company-table th {
  width: 31.764%;
  background: #f7f7f7;
}

.company-table td {
  line-height: 2.1;
}

.company-table td ul li {
  line-height: 2.1;
}

/* .company-table td iframe {
    width: 100% !important;
} */

/******************************
個人情報保護方針ページ
******************************/
.privacyBox dl {
  margin-bottom: 35px;
}

.privacyBox h2 {
  margin-bottom: 35px;
}

.privacyBox>p {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.privacyBox dl dt {
  display: block;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: bold;
}

.privacyBox dl dd {
  display: block;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.privacyBox dl dd p {
  margin-bottom: 20px;
}

/* .privacyBox dl dd ul {
  margin-bottom: 20px;
} */

.privacyBox dl dd li {
  margin-bottom: 5px;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}

.privacyBox .privacySubList dd {
  padding-left: 1em;
}

.privacyBox .privacyFooter {
  text-align: right;
}

/******************************
広告掲載についてページ
******************************/
.btn1 {
  margin-bottom: 35px;
  padding: 5px;
  border: 1px solid #999;
  border-radius: 4px;
}

.btn1:hover {
  background: #eee;
  text-decoration: none;
}

.advertisement-table .common1-table {
  margin-bottom: 10px;
}

.advertisement-table small {
  font-size: 70%;
  line-height: 1.3;
}

.advertisement-contact {
  text-align: center;
  padding-top: 20px;
}

.advertisement-dl-btn {
  margin-bottom: 25px;
}

.advertisement-dl-btn a {
  display: inline-block;
  background: #e3e3e3;
  color: #323232;
  font-size: 14px;
  padding: 15px 20px;
  letter-spacing: 0.05em;
  margin: 0 5px;
  min-width: 265px;
}

.advertisement-contact-name {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.advertisement-contact-tel {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.advertisement-contact-btn a {
  border: solid 1px #c30901;
  display: inline-block;
  background: #c30901;
  color: #fff;
  font-size: 16px;
  padding: 18px 20px;
  letter-spacing: 0.05em;
  min-width: 330px;
}

.advertisement-contact-btn a:hover {
  background: #fff;
  color: #c30901;
}

/******************************
閲覧制限ウォール
******************************/
.auth-contents {
  position: relative;
  overflow-y: hidden;
}

.articleDetailTxt {
  position: relative;
}

.aboutus .t-img {
  text-align: center;
  margin-bottom: 24px;
}

.cont .aboutus .text1 {
  line-height: 1.8;
}

.aboutus .common1-box {
  margin-bottom: 40px;
}

.CurrentMagazines li {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.CurrentMagazines li:after {
  content: "";
  display: block;
  clear: both;
}

.CurrentMagazines li .img {
  padding-top: 240px;
  background-position: center;
  background-repeat: no-repeat;
  width: 187px;
  background-size: contain;
  border: 1px solid #eee;
  float: left;
  margin-right: 15px;
}

.CurrentMagazines li p {
  padding-top: 80px;
  font-weight: bold;
  margin-bottom: 5px;
}

.CurrentMagazines li a {
  display: table;
  color: #fff;
  font-size: 13px;
  text-indent: 1em;
  padding: 6px 20px 2px 0;
  min-width: 200px;
  text-align: center;
  background: url(../img/common/ico_header_nav.png) right 10px center no-repeat #000;
  background-size: 12px auto;
  margin-bottom: 15px;
}

.sub_categories {
  margin-bottom: 20px;
  background: #eee;
  padding: 10px 20px 6px;
}

.sub_categories li {
  display: inline;
  margin-right: 15px;
}

.sub_categories li a {
  text-decoration: underline;
}

.magazinesDetailList .contBtn {
  clear: left;
}

.static-page {
  margin-bottom: 50px;
}

/* ランキング二重表示対応 */
section.mostViewed .sideArticlesList p.data:nth-of-type(2) {
  display: none;
}

/* 雑誌詳細 */
.magazinesDetailList a:not(.contBtn > a) {
  text-decoration: underline !important;
}

.magazinesDetailList a:not(.contBtn > a):hover {
  text-decoration: none !important;
}

/* アンケート詳細 */
.presentsBox .txtWrap a {
  text-decoration: underline !important;
}

.presentsBox .txtWrap a:hover {
  text-decoration: none !important;
}