@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: .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: -.5em;
}

sub {
  bottom: -.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: .35em .625em .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;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  word-break: break-all;
  min-width: 960px;
  color: #323232;
}

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

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

a {
  transition: all 0.4s ease;
}

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

a:hover,
a:hover img {
  opacity: .7;
}

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

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: #fff;
  font-size: 2rem;
}

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

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

/*ロゴ要素*/

.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: solid 1px #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 1.3rem;
  background: url() right center no-repeat;
}

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

.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: #fff;
}

/*ログイン要素*/

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

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

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

/*ナビゲーション*/

.headerBottom {
  background: #171B1D;
}

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

.headerBottom ul li {
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.11em;
  text-align: left;
}

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

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

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

.headerBottom ul li .inList {
  background: #e70012;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  top: 90%;
  z-index: 100;
}

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

.headerBottom ul li .txtList {
  padding: 20px;
  overflow: hidden;
}

.headerBottom ul li .txtList ul {
  min-width: auto;
  float: left;
  padding-right: 20px;
}

.headerBottom ul li .txtList ul + ul {
  padding-right: 0;
}

.headerBottom ul li .txtList li {
  margin: 0;
  display: block;
}

.headerBottom ul li .txtList li + li {
  padding-top: 7px;
}

.headerBottom ul li .txtList li a {
  padding: 0;
}

.headerBottom ul li .txtList li a:hover {
  text-decoration: underline;
}

/*固定時*/

.headerFixed {
  min-width: 960px;
  width: 100%;
  background: #000;
  position: fixed;
  top: -100%;
  transition: all 0.3s ease;
  z-index: 100;
}

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

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

.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: right;

}

.headerInner .gnav li {
  font-size: 1.2rem;
  padding: 10px 0;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.11em;
  display: inline-block;
  position: relative;
}
.headerInner .gnav li a,
.headerInner .gnav li span {
  color: #fff;
}

.headerInner .gnav li + li {
  margin-left: 1.5em;
}

.headerInner .gnav li .inList {
  width: auto;
  position: absolute;
  top: 41px;
  left: -10px;
  background: #e70012;
  text-align: left;
  padding: 15px 18px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

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

.headerInner .gnav li .inList li {
  display: block;
  margin-left: 0;
  padding: 0;
}

.headerInner .gnav li .inList a {
  color: #fff;
  white-space: nowrap;
}

.headerInner .gnav li .inList:before {
  position: absolute;
  content: '';
  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-family: Lato, sans-serif;
  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 .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;
  transition: all .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-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 {
  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;
}

/* 見出し 2行の場合 */
/* .contTitHead {
  border-bottom: solid 1px #ddd;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.contTit {
  font-size: 2.3rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  min-height: 36px;
}
.contTit span {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #999;
  font-weight: normal;
  text-align: center;
  vertical-align: 4px;
} */
/* 見出し 1行の場合 */
.contTitHead {
  border-top: solid 1px #ddd;
  padding-top: 25px;
  margin-bottom: 40px;
}
.contTit {
  font-size: 2.3rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
  letter-spacing: 0.04em;
  min-height: 36px;
  text-transform: uppercase;
}
.contTit span {
  margin-left: 12px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #999;
  font-weight: normal;
  text-align: center;
  vertical-align: 4px;
}
/*end*/

.contTit .red {
  color: #E35C4B;
}

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

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

.contBtn a {
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #323232;
  padding: 15px 0 13px;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
}

.contBtn a:before {
  position: absolute;
  top: 0;
  right: 20%;
  opacity: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: all 0.4s 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.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 .3s ease;
  -webkit-transition: all .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;
}

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

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

.contLeft .common1-box .pg-title {
  font-size: 2.6rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  min-height: 36px;
  border-top: solid 1px #ddd;
  margin-bottom: 40px;
  padding-top: 30px;
}
.contLeft .common1-box .pg-title .small {
  margin-left: 12px;
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #999;
  font-weight: normal;
  vertical-align: 4px;
}
.contLeft .common1-box .t-title,
.contLeft .common1-box .t-title2 {
  margin-bottom: 16px;
  font-size: 1.3rem;
}
.contLeft .common1-box .text1,
.contLeft .common1-box .text2,
.contLeft .common1-box .text3,
.contLeft .common1-box .text4,
.contLeft .common1-box .text5 {
  font-size: 1.2rem;
}
.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.2rem;
  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: .3em 0 .4em;
  border: 1px solid #eee;
  font-size: 1.2rem;
  text-align: center;
}
.contLeft .common1-table th {
  background: #f7f7f7;
}
.contLeft .t-list1 li {
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}

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

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

.contRight .contTitHead {
  border-top: none;
  padding-top: 0;
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.contRight .contTit {
  font-size: 2.3rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  min-height: 36px;
}
.contRight .contTit span {
  display: block;
  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;
}

.contRight .contTitHead {
  margin-bottom: 0;
}

.contRight .contTit {
  font-size: 2rem;
}
.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;
  border: 1px solid #E5E5E5;
}
.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;
  border-top: 1px solid #E5E5E5;
  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;
  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: 90px;
} 

.footerTop {
  background: #000;
}

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

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

.footerSns {
  text-align: right;
}

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

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

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

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

.footerBottom > div {
  /* display: table-cell; */
  display: block;
  /* vertical-align: middle; */
}

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

.footerLink ul li {
  display: inline-block;
  font-size: 1.1rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.11em;
  line-height: 1;
}

.footerLink ul li + li {
  margin-left: 7px;
  padding-left: 7px;
  border-left: solid 1px #fff;
}

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

.footerCopy {
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

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

.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:after {
  content: '';
  display: block;
  clear: both;
}

.articlesList ul {
  font-size: 0;
}

.articlesList li {
  width: calc(50% - 15px);
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}

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

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

.articlesList .cate {
  font-size: 1rem;
  background-size: #323232;
  color: #fff;
}

.articlesList .img .cate {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ef1144;
  text-align: center;
  box-sizing: border-box;
  min-width: 100px;
  padding: 5px 5px 4px;
}

.articlesList .data {
  font-size: 1.2rem;
  color: #aaa;
  margin: 8px 0 5px;
}

.articlesList .tit {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #444;
  font-weight: bold;
}

.articlesList .txt {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #444;
  margin-top: 5px;
}

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

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

.articlesList.col2-3 li:nth-of-type(n+3) .data {
  font-size: 1rem;
  margin: 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.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;
  clear: left;
}

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

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

.articlesListPager {
  padding-top: 20px;
}

.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: 5px;
}

.articlesListPager a {
  text-decoration: none;
  display: block;
  min-width: 30px;
  line-height: 30px;
  font-size: 1.1rem;
  color: #696969;
  vertical-align: middle;
  background: #EEE;
  transition: all 0.1s linear;
}

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

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

/* .articlesListPager li.prev a:after,
.articlesListPager li.next a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  transition: all 0.2s ease;
}

.articlesListPager li.prev a:after {
  right: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

.articlesListPager li.next a:after {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.articlesListPager li.prev a:hover:after {
  right: 6px;
}

.articlesListPager li.next a:hover:after {
  left: 6px;
} */

.articlesListPager li.prev a i,
.articlesListPager li.next a i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  transition: all 0.2s ease;
}

.articlesListPager li.prev a i {
  right: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

.articlesListPager li.next a i {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.articlesListPager li.prev a:hover i {
  right: 6px;
}

.articlesListPager li.next a:hover i {
  left: 6px;
}

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

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

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

/*記事タイトル*/

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

.articleDetailHead .meta .date {
  color: #999999;
}

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

.articleDetailHead .tit {
  color: #323232;
  font-size: 2.6rem;
  line-height: 1.2;
  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.4;
}

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

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

.articleDetailHead .authorTxt .follow_button_done {
  margin-top: 10px
}

.articleDetailHead .authorTxt .follow_button {
  margin: 10px 0 0 20px;
  text-align: center;
}
.articleDetailHead .authorTxt .follow_button a {
  position: relative;
  display: block;
  width: 104px;
  height: 22px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 22px;
  background: #000;
  transition: all 0.4s ease;
}
.articleDetailHead .authorTxt .follow_button a::before {
  content: "+";
  position: absolute;
  top: 0;
  left: -20px;
  height: 22px;
  padding: 0 5px 0 6px;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}

.articleDetailHead .authorTxt .btn.follow_button_done a {
  width: 124px;
  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;
}

.articleDetailHead .sns li a {
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  width: auto;
  padding: 3px 10px;
  background: #eee;
  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:nth-of-type(3) a {
  background: #00AAD3;
}
.articleDetailHead .sns li:nth-of-type(3) a::before {
  content: "\f099";
  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;
}

/*記事メイン画像*/

.articleDetailImg .img {
  position: relative;
}

.articleDetailImg 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: 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.7;
  color: #444;
}

.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 {
  width: 100% !important;
  /* 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 .kizi-honbun img {
    max-width: 100%;
    height: auto;
}

.article_detail .kizi-honbun a {
  color: #0000ff;
}

/*記事翻訳者*/

.articleDetailTranslator {
  font-size: 1.4rem;
  color: #999;
  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: 35px;
  font-size: 1.4rem;
  font-weight: bold;
}

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

.articleDetailTag li {
  display: inline-block;
  letter-spacing: normal;
}

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

.articleDetailTag li a {
  color: #be1e1e!important;
  display: block;
  text-decoration: none;
  transition: all 0.2s 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.3rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  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;
}

.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.2rem;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
  background: #EEE;
  border-radius: 5px;
  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: 3px solid #ccc;
  border-right: 3px solid #ccc;
}

.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: #323232;
  color: #fff;
}

.articleGalleryBtn .prev a:hover:before,
.articleGalleryBtn .next a:hover:before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/*画像一覧*/

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

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

.articleGalleryList.col5 li {
  width: 14%;
  padding: .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;
}

.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: 132%;
  background: #eee;
  background-size: cover;
}

.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;
  box-sizing: border-box;
}

.magazinesDetail .imgWrap {
  width: 300px;
  display: table-cell;
  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: 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: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: 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;
  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: .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 {
  width: 100%;
  font-family: Lato, sans-serif;
  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 .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;
}

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

/*メイン一覧*/

.topMainSection {
  padding: 30px 0 0;
}

.topMainSection ul {
  display: table;
  width: 100%;
}

.topMainSection li {
  width: 50%;
  display: table-cell;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.topMainSection li + li {
  width: calc(25% - 1px);
  border-left: solid 1px #fff;
}

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

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

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

.topMainSection .cate {
  font-size: 1rem;
  color: #fff;
  background: #ef1144;
  text-align: center;
  box-sizing: border-box;
  min-width: 100px;
  padding: 5px 5px 4px;
  font-weight: bold;
  border-radius: 2px;
  text-transform: uppercase;
}

.topMainSection .data {
  font-size: 1.2rem;
  color: #fff;
  margin-left: 5px;
}

.topMainSection .tit {
  font-size: 2.2rem;
  line-height: 1.25;
  color: #fff;
  font-weight: bold;
  margin: 15px 0 10px;
}

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

/*一覧*/

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

.topSection:nth-of-type(2) {
  margin-top: 25px;
}

/******************************
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: -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: #d6010f;
}

.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: nonei;
  text-decoration: nonei;
}

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

.sideArticlesList {
  margin-bottom: 40px;
}


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

/* サイドバー .mostViewed */
.mostViewed .sideArticlesList li {
  position: relative;
  margin: 20px 0 0 36px;
}
.mostViewed .sideArticlesList li::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -36px;
  font-family: 'Lato', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
}
.mostViewed .sideArticlesList li:first-child::before {
  content: '1';
}
.mostViewed .sideArticlesList li:nth-child(2)::before {
  content: '2';
}
.mostViewed .sideArticlesList li:nth-child(3)::before {
  content: '3';
}
.mostViewed .sideArticlesList li:nth-child(4)::before {
  content: '4';
}
.mostViewed .sideArticlesList li:nth-child(5)::before {
  content: '5';
}

.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-size: 1rem;
  color: #aaa;
  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 #EEEEEE;
  margin-top: 65px;
}

.sideMokuziList li {
  margin-top: 0;
}

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

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

/******************************
会社概要ページ
******************************/
.companyTable {
    width: 100%;
    margin: 50px auto 0;
}
.companyTable table {
    width: 100%;
}
.companyTable th,
.companyTable td {
  border: 1px solid #eee;
}
.companyTable th {
    width: 20%;
    padding: 22px 0;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #f7f7f7;
}
.companyTable td {
    padding: 22px 18px;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
}
.companyTable td iframe {
    width: 100% !important;
}

/******************************
個人情報保護方針ページ
******************************/
.privacyBox .box {
  margin-bottom: 35px;
}
.privacyBox .box p {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.privacyBox .box .tit {
  font-size: 1.3rem;
  font-weight: bold;
}
.privacyBox .box .list li {
  margin-bottom: 5px;
  font-size: 1.2rem; 
  text-indent: -1em;
  padding-left: 1em;
}

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

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

.articleDetailHead .author .authorImg {
  display: none;
}
.autherDetail .imgWrap {
  display: none;
}

.ycd_wrap a {
  display: inline;
}