@charset "UTF-8";
:root {
  --traveller-key-color: #bfa366;
}


/* ############################################################################################################################
#
#    reset
#
############################################################################################################################ */


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
main,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}


/* ############################################################################################################################
#
#    base
#
############################################################################################################################ */

html,
body {
  /*position: relative;*/
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Yu Gothic', Meiryo, メイリオ, sans-serif;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  background-color: #fff;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #333;
  text-decoration: none;
}

a,
.ov {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a:hover,
.ov:hover {
  opacity: 0.5;
}

input {
  font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Yu Gothic', Meiryo, メイリオ, sans-serif;
}

strong {
  font-weight: bold;
}

.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.cf:after,
.clearfix:after {
  clear: both;
}

.cf,
.clearfix {
  *zoom: 1;
}

img.svg-image {
  visibility: hidden;
}

#wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  margin: 0;
  padding: 168px 0 0;
  background-color: #fff;
}


/* ============================================================================================================================
#header
============================================================================================================================ */

#header {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
}

#header .logo {
  width: 168px;
  margin: 0 auto 40px;
  padding-top: 42px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#header .logo.crea30-tokyo {
  width: 200px;
}

#header.min .logo {
  width: 107px;
  margin-bottom: 17px;
  padding-top: 21px;
}

#header.min .logo.crea30-tokyo {
  width: 139px;
}

#header nav {
  padding-bottom: 30px;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#header nav ul {
  position: relative;
  display: inline-block;
}

#header nav ul+ul {
  margin-left: 20px;
  padding-left: 20px;
}

#header nav ul+ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #707070;
}

#header nav ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

#header nav ul li img {
  vertical-align: middle;
}

#header nav ul li a {
  position: relative;
}

#header nav ul li.active a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-bottom: 2px solid #333;
}

#header nav ul.link li+li {
  margin-left: 30px;
}

#header nav ul.sns li+li {
  margin-left: 26px;
}

#header nav ul.sns li:nth-child(1) {
  width: 16px;
}

#header nav ul.sns li:nth-child(2) {
  width: 17px;
}

#header nav ul.sns li:nth-child(3) {
  width: 16px;
}

#header nav ul.sns li:nth-child(4) {
  width: 31px;
}

#header nav ul.search li {
  width: 15px;
}

#header.min nav {
  padding-bottom: 21px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
#search
---------------------------------------------------------------------------------------------------------------------------- */

#search {
  display: none;
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#search:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
}

#search .inner {
  position: relative;
  width: 481px;
  margin: 0 auto;
  border-top: 1px solid #efefef;
  padding: 0 calc(50vw - 250px);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#search .inner .logo {
  width: 168px;
  margin: 0 auto 47px;
  padding-top: 42px;
}

#search .inner .close-wrap {
  margin-bottom: 18px;
  text-align: right;
}

#search .inner .close-wrap .close {
  display: inline-block;
  width: 22px;
}

#search .inner>form {
  position: relative;
  margin: 0 auto 20px;
}

#search .inner>form input[type="text"] {
  width: 100%;
  padding: 11px 40px 11px 16px;
  font-size: 15px;
  background: #E0E0E0;
  border: none;
}

#search .inner>form input[type="text"]::-webkit-input-placeholder {
  color: #999;
}

#search .inner>form input[type="text"]::placeholder {
  color: #999;
}

#search .inner>form input[type="submit"] {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/common/crea/images/v1/icon/search_gray.png) left top no-repeat;
  background-size: 20px;
  border: none;
}

#search .inner .banner {
  margin: 0 auto 27px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}

#search .inner .banner li {
  float: left;
  width: 235px;
  margin-bottom: 10px;
}

#search .inner .banner li:nth-child(odd) {
  clear: both;
}

#search .inner .banner li:nth-child(even) {
  margin-left: 11px;
}

#search .inner .bottom form {
  padding-bottom: 30px;
  text-align: left;
}

#search .inner .bottom form .text {
  margin-bottom: 10px;
  font-size: 15px;
}

#search .inner .bottom form .place {
  margin-bottom: 16px;
}

#search .inner .bottom form .place select {
  width: 300px;
  padding: 8px 10px;
  line-height: 36px;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
}

#search .inner .bottom form .place select+select {
  margin-top: 20px;
}

#search .inner .bottom form .purpose {
  margin-bottom: 32px;
}

#search .inner .bottom form .purpose li+li {
  margin-top: 6px;
}

#search .inner .bottom form .purpose input {
  margin: 0 12px 0 0;
}

#search .inner .bottom form .button label {
  float: left;
  display: block;
  width: 47.86%;
  height: 43px;
  font-size: 13px;
  line-height: 43px;
  text-align: center;
  font-weight: bold;
}

#search .inner .bottom form .button label.reset {
  color: #fff;
  background-color: #999;
}

#search .inner .bottom form .button label.submit {
  float: right;
  background: #fff url(/common/crea/images/v1/icon/arrow_black.png) calc(100% - 14px) center no-repeat;
  background-size: 12px;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* -----------------------------------------
スペシャルバナー
-------------------------------------------*/

.tokyo-sp-bnr {
  width: 1166px;
  margin: 0 auto 20px auto;
}

.tokyo-sp-bnr img {
  max-width: 100%;
}


/* ============================================================================================================================
#content
============================================================================================================================ */

#content {
  position: relative;
  z-index: 0;
  /* padding-top: 20px; */
}

section {
  position: relative;
  width: 1166px;
  margin: 40px auto;
}

section>*:first-child {
  margin-top: 0;
}

section>*:last-child {
  margin-bottom: 0;
}


/* ============================================================================================================================
#footer
============================================================================================================================ */

#footer {
  position: relative;
  z-index: 0;
  margin-top: 120px;
  color: #fff;
}

#footer .to-top {
  position: absolute;
  left: calc(50% + 640px - 86px);
  top: -20px;
  width: 40px;
  height: 40px;
  background: #434343 url(/common/crea/images/v1/icon/arrow_white.png) center center no-repeat;
  background-size: 14px;
  border-radius: 40px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#footer .to-top:hover {
  opacity: 1;
}

#footer a {
  color: #fff;
}

#footer .top {
  padding: 60px 0 40px;
  background-color: #434343;
}

#footer .top .inner {
  width: 1166px;
  margin: 0 auto;
}

#footer .top .inner .list {
  float: left;
}

#footer .top .inner .list ul {
  float: left;
  line-height: 25px;
  vertical-align: top;
}

#footer .top .inner .list ul:nth-child(2) {
  margin-left: 88px;
}

#footer .top .inner .list ul:nth-child(3) {
  margin-left: 112px;
}

#footer .top .inner .list ul li {
  font-size: 11px;
  font-weight: bold;
}

#footer .top .inner .list ul.other li {
  font-size: 10px;
  font-weight: normal;
}

#footer .top .inner .sns {
  float: left;
  margin-left: 115px;
}

#footer .top .inner .sns p {
  margin-bottom: 20px;
  font-size: 11px;
}

#footer .top .inner .sns li {
  float: left;
}

#footer .top .inner .sns li.facebook {
  width: 18px;
}

#footer .top .inner .sns li.instagram {
  width: 17px;
  margin-left: 29px;
}

#footer .top .inner .sns li.twitter {
  width: 17px;
  margin-left: 27px;
}

#footer .top .inner .sns li.line {
  width: 40px;
  margin-left: 24px;
}

#footer .top .inner .sns li.rss {
  width: 14px;
  margin-left: 24px;
}

#footer .top .inner .mail-magazine {
  float: left;
  width: 300px;
  margin-left: 30px;
  padding: 20px 0;
  border: 1px solid #ccc;
}

#footer .top .inner .mail-magazine p {
  width: 248px;
  margin: 0 auto;
  font-size: 10px;
  color: #ccc;
}

#footer .top .inner .mail-magazine a {
  display: block;
  width: 248px;
  margin: 15px auto 0;
  line-height: 43px;
  font-size: 12px;
  font-weight: bold;
  color: #434343;
  text-align: center;
  background-color: #ccc;
}

#footer .abj {
  padding: 0 0 40px;
  background-color: #434343;
}

#footer .abj .inner {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto;
}

#footer .abj .inner .logo {
  width: 95px;
}

#footer .abj .inner .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 390px;
  line-height: 1.5;
  font-size: 10px;
  color: #ccc;
}

#footer .bottom {
  background-color: #333;
}

#footer .bottom .inner {
  width: 1166px;
  margin: 0 auto;
  line-height: 70px;
}

#footer .bottom .inner .copy {
  float: left;
  font-size: 11px;
}

#footer .bottom .inner .logo {
  float: right;
}

#footer .bottom .inner .logo li {
  float: left;
}

#footer .bottom .inner .logo li+li {
  margin-left: 30px;
}

#footer .bottom .inner .logo li.traveller {
  width: 177px;
}

#footer .bottom .inner .logo li.number {
  width: 113px;
}

#footer .bottom .inner .logo li.bunshun {
  width: 116px;
}

#footer .bottom .inner .logo li.shunju {
  width: 117px;
}

#footer .bottom .inner .logo li img {
  position: relative;
  top: -4px;
  vertical-align: middle;
}


/* ############################################################################################################################
#
# common
#
############################################################################################################################ */


/* ----------------------------------------------------------------------------------------------------------------------------
.article-head
---------------------------------------------------------------------------------------------------------------------------- */

.article-head {
  position: relative;
  width: 820px;
  margin: 0 auto;
  padding-bottom:40px;
  border-bottom: 1px solid #707070;
}

.article-head .subtitle {
  margin-top: 20px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #999;
}

.article-head .subtitle.comic {
  width: 450px;
  margin: 20px auto;
}

.article-head .subtitle a {
  color: #999;
}

.article-head .magazine-title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.article-head .icatch {
  width: 800px;
  margin: 0 auto;
}

.article-head .box {
  margin: 0 auto;
  color: #999;
  text-align: center;
  font-weight: bold;
}

.article-head .box .genre {
  font-size: 10px;
}

.article-head .box .subtitle {
  margin: 0;
  font-size: 12px;
}

.article-head .box a {
  display: block;
  color: #999;
}

.article-head h1 {
  width: 19em;
  margin: 20px auto 25px;
  line-height: 46px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.article-head h1 p {
  line-height: 38px;
  font-size: 18px;
  font-weight: normal;
}

.article-head h1 p+p {
  font-size: 34px;
  font-weight: bold;
}

.article-head .context {
  position: relative;
  font-size: 0;
  text-align: center;
  color: #888;
}

.article-head .context ul {
  display: inline-block;
}

.article-head .context ul li {
  display: inline-block;
  font-size: 10px;
}

.article-head .context ul li+li:before {
  content: '/';
  padding: 0 0.5em;
}

.article-head .context .date {
  display: inline-block;
  margin-left: 20px;
  font-size: 10px;
}

.article-head .context .option {
  margin-top: 24px;
  font-size: 10px;
}

.article-head.promoted .context,
.article-head.member .context {
  padding-bottom: 30px;
}

.article-head.promoted .context:after {
  content: 'Promoted';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  padding: 0 3px;
  line-height: 12px;
  font-size: 9px;
  color: #222;
  background-color: #ccc;
}

.article-head.member .context:after {
  content: 'MEMBER';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  padding: 0 3px;
  line-height: 12px;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  background-color: #FF9AA0;
}

.article-head .sns {
  margin: 30px 0 40px;
  font-size: 0;
  text-align: center;
}

.article-head .sns li {
  display: inline-block;
  width: 18px;
}

.article-head .sns li+li {
  margin-left: 50px;
}

.article-head .sns li.twitter {
  width: 22px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.article-body
---------------------------------------------------------------------------------------------------------------------------- */

.article-body {
  position: relative;
  width: 800px;
  margin: 40px auto;
  line-height: 28px;
  font-size: 15px;
  color: #333;
}

.left-content .article-body {
  width: 640px;
}

.article-body h2 {
  position: relative;
  margin-top: 30px;
  line-height: 30px;
  font-size: 26px;
}

.article-body h2.moon-type {
  margin-top: 15px;
  line-height: 32px;
  font-size: 26px;
  text-align: center;
}

.article-body h2.moon-type+p {
  margin-top: 15px;
}

.article-body h3 {
  position: relative;
  margin-top: 30px;
  line-height: 28px;
  font-size: 20px;
}

.article-body h4 {
  position: relative;
  margin-top: 30px;
  line-height: 28px;
  font-size: 18px;
}

.article-body .magazine_title_contents {
  font-size: 26px;
  font-weight: bold;
}

.article-body p {
  margin-top: 40px;
}

.article-body h2+p,
.article-body h3+p,
.article-body h4+p {
  margin-top: 10px;
}

.article-body hr {
  clear: both;
  margin-top: 40px;
  border: none;
  border-top: 1px solid #ccc;
}

.article-body strong {
  font-weight: 900;
}

.article-body small {
  font-size: 11px;
}

.article-body sup {
  vertical-align: super;
  font-size: 0.7em;
}

.article-body sub {
  vertical-align: sub;
  font-size: 0.7em;
}

.article-body em {
  color: #E54C78;
  font-style: normal;
}

.article-body a {
  color: #E54C78;
  font-weight: bold;
}

.article-body a:hover {
  /*opacity: 1;*/
  text-decoration: underline;
}

.article-body .link-button {
  margin: 0 auto;
}

.article-body .link-button:before {
  content: '';
  display: block;
  clear: both;
  margin-bottom: 60px;
  pointer-events: none;
}

.article-body .link-button+.link-button:before {
  margin-bottom: 10px;
}

.article-body .link-button a {
  color: #333;
}

.article-body .link-button a:hover {
  text-decoration: none;
}

.article-body ol,
.article-body ul {
  margin-top: 30px;
}

.article-body ol li,
.article-body ul li {
  list-style: none;
}

.article-body ol li {
  text-indent: -1em;
  margin-left: 1em;
  counter-increment: number;
}

.article-body ol li:before {
  content: counter(number) ".";
  margin-right: 10px;
  font-weight: bold;
}

.article-body ol li+li,
.article-body ul li+li {
  margin-top: 10px;
}

.article-body table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  line-height: 22px;
  font-size: 14px;
}

.article-body table th {
  font-weight: bold;
  text-align: left;
}

.article-body table th,
.article-body table td {
  padding: 5px 5px 5px 0;
}

.article-body table.border th,
.article-body table.border td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

.article-body table.border-bottom th,
.article-body table.border-bottom td {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.article-body figure,
.article-body .embed {
  margin-top: 40px;
}

.article-body figure figcaption,
.article-body .embed .embed-caption {
  clear: both;
  padding-top: 8px;
  line-height: 16px;
  font-size: 12px;
  color: #777;
}

.article-body .embed iframe {
  vertical-align: top;
}

.article-body .embed.youtube .embed-obj,
.article-body .embed.spotify .embed-obj {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.article-body .embed.youtube.vertical .embed-obj {
  padding-top: 100%;
}

.article-body .embed.googlemap .embed-obj {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.article-body .embed.youtube .embed-obj iframe,
.article-body .embed.googlemap .embed-obj iframe,
.article-body .embed.spotify .embed-obj iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article-body .embed.instagram .embed-obj iframe {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.article-body .embed.twitter .embed-obj twitter-widget {
  margin: 0 auto !important;
}

.article-body .comic-image {
  margin: 120px auto 60px;
}

.article-body .gallery-icon {
  position: relative;
}

.article-body .gallery-icon:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 19px;
  height: 19px;
  background: url(/common/crea/images/v1/icon/gallery.png) left top no-repeat;
  background-size: 100%;
}

.article-body .figure-center,
.article-body .figure-left,
.article-body .figure-right {
  margin-top: 30px !important;
  margin-left: auto;
  margin-right: auto;
}

.article-body .figure-center {
  text-align: center;
}

.article-body .figure-center img {
  max-width: 100%;
}

.article-body .figure-left .image-area {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.article-body .figure-right .image-area {
  float: right;
  width: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.article-body .figure-left .image-area img,
.article-body .figure-right .image-area img {
  max-width: 300px;
}

.article-body .figure-left.no-wraparound .text-area {
  float: right;
  width: 320px;
}

.article-body .figure-right.no-wraparound .text-area {
  float: left;
  width: 320px;
}

.article-body .images-2cols {
  width: 640px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position:relative;
}

.article-body .images-2cols .image-area {
  float: left;
  width: 318px;
}

.article-body .images-2cols .image-area+.image-area {
  margin-left: 4px;
}

.article-body .images-3cols {
  width: 640px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position:relative;
}

.article-body .images-3cols .image-area {
  float: left;
  width: 210px;
}

.article-body .images-3cols .image-area+.image-area {
  margin-left: 5px;
}

.article-body .figure-center figcaption {
  text-align: left;
}

.article-body blockquote {
  margin-top: 40px;
  padding: 5px 0 5px 20px;
  border-left: 3px solid #ccc;
}

.article-body .box-normal,
.article-body .box-thick,
.article-body .box-color,
.article-body .box-author {
  margin-top: 40px;
  padding: 18px;
}

.article-body h2+.box-normal,
.article-body h2+.box-thick,
.article-body h2+.box-color,
.article-body h2+.box-author,
.article-body h3+.box-normal,
.article-body h3+.box-thick,
.article-body h3+.box-color,
.article-body h3+.box-author,
.article-body h4+.box-normal,
.article-body h4+.box-thick,
.article-body h4+.box-color,
.article-body h4+.box-author {
  margin-top: 10px;
}

.article-body .box-normal {
  border: 1px solid #ccc;
}

.article-body .box-thick {
  border: 3px solid #ccc;
}

.article-body .box-color,
.article-body .box-author {
  background-color: rgba(204, 204, 204, 0.2);
}

.article-body .box-color.moon {
  margin-top: 0;
  padding-bottom: 1px;
  background-color: #FFCE00;
}

.article-body .box-color.moon p {
  font-size:19px;
  line-height:1.7em;
}

.article-body .box-color.member {
  background-color: #F597AD;
}

.article-body .box-author.no-color {
  background-color: #fff;
  border: 1px solid #ccc;
}

.article-body .box-normal p,
.article-body .box-thick p,
.article-body .box-color p,
.article-body .box-author p {
  margin-top: 40px;
  line-height: 22px;
  font-size: 14px;
}

.article-body .box-normal table,
.article-body .box-thick table,
.article-body .box-color table,
.article-body .box-author table,
.article-body .box-normal ul,
.article-body .box-thick ul,
.article-body .box-color ul,
.article-body .box-author ul {
  margin-top: 40px;
}

.article-body .box-normal li,
.article-body .box-thick li,
.article-body .box-color li,
.article-body .box-author li {
  line-height: 22px;
  font-size: 14px;
}

.article-body .box-normal .box-title,
.article-body .box-thick .box-title,
.article-body .box-color .box-title,
.article-body .box-author .box-title {
  font-weight: bold;
}

.article-body .box-normal .box-title+p,
.article-body .box-thick .box-title+p,
.article-body .box-color .box-title+p,
.article-body .box-author .box-title+p {
  margin-top: 10px;
}

.article-body .box-normal img,
.article-body .box-thick img,
.article-body .box-color img {
  max-width: 600px;
}

.article-body .box-normal .box-image-center,
.article-body .box-thick .box-image-center,
.article-body .box-color .box-image-center {
  text-align: center;
}

.article-body .box-normal .box-image-left,
.article-body .box-thick .box-image-left,
.article-body .box-color .box-image-left,
.article-body .box-author .box-image-left {
  float: left;
  width: 200px;
}

.article-body .box-normal .box-image-left img,
.article-body .box-thick .box-image-left img,
.article-body .box-color .box-image-left img,
.article-body .box-author .box-image-left img {
  max-width: 200px;
  padding-top: 6px;
}

.article-body .box-normal .box-text-right,
.article-body .box-thick .box-text-right,
.article-body .box-color .box-text-right,
.article-body .box-author .box-text-right {
  float: right;
  width: 370px;
}

.article-body .box-color .box-image-left {
  /*margin-left: -20px;*/
}

.article-body .box-color .box-text-right {
  width: 390px;
}

.article-body .box-author .box-image-left {
  width: 100px;
}

.article-body .box-author .box-image-left .box-image-left img {
  max-width: 100px;
}

.article-body .box-author .box-text-right {
  width: calc(100% - 100px - 10px);
  margin-bottom: 10px;
}

.article-body .box-author .box-bottom {
  float: right;
  width: calc(100% - 100px - 10px);
}

.article-body .box-author .box-bottom p {
  font-size: 12px;
}

.article-body .box-magazine {
  width: 820px;
  margin-left: -90px;
}

.article-body .box-magazine .image-left {
  float: left;
  width: 240px;
  margin: 0;
}

.article-body .box-magazine .text-right {
  float: right;
  width: 546px;
  margin: 0;
}

.article-body .box-magazine .link-button {
  float: right;
  width: 250px;
  margin: 40px 0 0;
}

.article-body .box-magazine .keyword {
  margin-top: 10px;
  clear: both;
  float: right;
  text-align: right;
}

.article-body .box-magazine .keyword p:last-child {
  margin-right: 0;
}

.article-body .keyword {
  margin-top: 60px;
}

.article-body .keyword p {
  display: inline-block;
  margin: 5px;
}

.article-body .keyword p a {
  padding: 0.5em;
  font-size: 13px;
  font-weight: normal;
  color: #222;
  text-decoration: none;
  background-color: #EFEFEF;
  border-radius: 5px;
}

.article-body .module-pagination ul li {
  line-height: 42px;
}

.article-body .module-pagination ul li a:hover,
.article-body .module-next-button a:hover {
  text-decoration: none;
}

.article-body .credit,
.article-body .caption {
  margin-top: 20px;
  line-height: 20px;
  font-size: 11px;
}

.article-body .ambassador-link {
  margin: 60px auto;
}

.article-body .ambassador-link .inner {
  margin-top: 14px;
  padding: 40px 20px;
  line-height: 22px;
  font-size: 13px;
  background-color: #EFEFEF;
}

.article-body .ambassador-link .inner p {
  margin-bottom: 45px;
}

.article-body .ambassador-link .inner .button {
  font-size: 0;
  text-align: center;
}

.article-body .ambassador-link .inner .button .link-button {
  display: inline-block;
  width: 250px;
  margin: 0;
  font-size: 13px;
}

.article-body .ambassador-link .inner .button .link-button+.link-button {
  margin-left: 20px;
}

.article-body .magazine-buy {
  margin: 60px auto;
}

.article-body .magazine-buy ul {
  margin-top: 0;
  font-size: 0;
}

.article-body .magazine-buy ul li {
  display: inline-block;
  width: 80px;
}

.article-body .magazine-buy ul li+li {
  margin-left: 6px;
}

.article-body .magazine-buy ul:last-child li img {
  border: solid 1px #ccc;
  border-radius: 4px;
}

.article-body .magazine-next p {
  margin-top: 0;
}

.article-body .magazine-next h4 {
  margin: 10px 0;
  font-size: 20px;
}

.article-body .magazine-next h4 small {
  font-size: 14px;
  font-weight: normal;
}

.article-body .magazine-next .link-button,
.article-body .magazine-next .keyword {
  margin-top: 20px;
}

.article-body .psychology-answer {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.article-body .psychology-result {
  padding: 25px 20px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  background-color: #D8F2DF;
}

.article-body .psychology-share {
  margin-top: 40px;
  font-size: 13px;
  text-align: center;
}

.article-body .psychology-share .inner {
  width: 166px;
  padding: 20px;
  margin: 5px auto 0;
  background-color: #EFEFEF;
  border-radius: 10px;
}

.article-body .psychology-share .inner a+a {
  margin-left: 30px;
}

.article-body .psychology-share .inner .facebook img {
  width: 34px;
}

.article-body .psychology-share .inner .twitter img {
  width: 40px;
}

.article-body .feature h5 {
  font-size: 16px;
  margin-bottom: 18px;
}

.article-body .feature .item:nth-child(4) {
  /* margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; */
}

.article-body .feature .item a {
  color: #333;
}

.article-body .feature .item a .image {
  width: 60px;
  height: 60px;
}

.article-body .feature .item a .text {
  width: calc(100% - 60px - 10px);
  padding-top: 0;
}

.article-body .feature .item a .text p {
  margin-top: 0;
}

.article-body .feature .item a .text .title {
  font-size: 13px;
  font-weight: normal;
}

.article-body .feature .link-button {
  float: right;
  width: 180px;
  margin: 0;
}

.article-body .feature .link-button a {
  padding: 10px 0;
  font-size: 12px;
}

.article-body .column-box {
  padding: 20px;
  border: 1px solid #ccc;
}

.article-body .column-box .image {
  float: left;
  width: 200px;
  height: 150px;
  background: center center no-repeat;
  background-size: cover;
}

.article-body .column-box .text {
  float: right;
  width: calc(100% - 200px - 20px);
}

.article-body .column-box .text .genre {
  margin: 0 0 6px;
  line-height: 10px;
  font-size: 10px;
  font-weight: bold;
}

.article-body .column-box .text .title {
  margin: 0 0 6px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}

.article-body .column-box .text .detail {
  margin-bottom: 20px;
  line-height: 18px;
  font-size: 10px;
}

.article-body .column-box .text .link-button {
  margin: 0;
}

.article-body .purchase {
  margin-top: 30px;
}

.article-body .purchase ul {
  font-size: 0;
  margin: 0 0 0 -10px;
}

.article-body .purchase ul li {
  display: inline-block;
  width: 226px;
  margin: 10px 0 0 10px;
  border: 1px solid #e6e6e6;
}

.article-body .purchase.digital li {
  width: 167px;
}

.article-body *:first-child {
  /* margin-top: 0 !important; */
}


/* ----------------------------------------------------------------------------------------------------------------------------
.article-image
---------------------------------------------------------------------------------------------------------------------------- */

.article-image article {
  margin-top: 24px;
}

.article-image article .main-image {
  position: relative;
  margin-bottom: 30px;
}

.article-image article .main-image .image {
  margin-bottom: 6px;
}

.article-image article .main-image .caption {
  line-height: 16px;
  font-size: 12px;
  color: #777;
}

.article-image article ul {
  margin-bottom: 50px;
  font-size: 0;
}

.article-image article ul li {
  display: inline-block;
  width: 70px;
  margin-bottom: 20px;
}

.article-image article ul li+li {
  margin-left: 13px;
}

.article-image article ul li:nth-child(10n + 1) {
  margin-left: 0;
}

.article-image article ul li a {
  display: block;
  width: 100%;
  padding-top: 100%;
  border: 1px solid #707070;
  background: center center no-repeat;
  background-size: cover;
}

.article-image article ul li.active a {
  border: 1px solid #E54C78;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.head
---------------------------------------------------------------------------------------------------------------------------- */

.head {
  position: relative;
}

.head h1 {
  width: 580px;
  line-height: 46px;
  font-size: 30px;
  font-weight: bold;
}

.head h1.comic {
  width: 450px;
  margin: 0 auto;
}

.head .share {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 220px;
  font-size: 0;
}

.head .share li {
  display: inline-block;
  width: 18px;
}

.head .share li+li {
  margin-left: 31px;
}

.head .share li.twitter {
  width: 22px;
}

.head .genre {
  font-size: 18px;
  font-weight: bold;
}

.head .image {
  clear: both;
  margin-bottom: 20px;
}

.head .about {
  line-height: 28px;
  font-size: 14px;
}

.head .topic {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  background-color: #EFEFEF;
  border-radius: 10px;
}

.head .topic:before {
  content: '';
  position: absolute;
  top: -13px;
  left: calc(50% + 172px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 13px;
  border-color: transparent transparent #efefef transparent;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.col-wrap
---------------------------------------------------------------------------------------------------------------------------- */

.col-wrap {
  width: 1166px;
  margin: 20px auto;
}

.col-wrap .left-content {
  float: left;
  width: 820px;
}

.col-wrap .left-content>*:first-child {
  margin-top: 0;
}

.col-wrap .left-content>*:last-child {
  margin-bottom: 0;
}

.col-wrap .left-content section {
  width: 100%;
}

.col-wrap .right-banner {
  float: right;
  width: 300px;
}

.col-wrap .right-banner>*:first-child {
  margin-top: 0;
}

.col-wrap .right-banner>*:last-child {
  margin-bottom: 0;
}

.col-wrap .right-banner section {
  width: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.serial-info
---------------------------------------------------------------------------------------------------------------------------- */

.serial-info {
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #ccc;
}

.serial-info .image-left {
  float: left;
  width: 420px;
  height: 315px;
  background: center center no-repeat;
  background-size: cover;
}

.serial-info .text-right {
  float: right;
  width: 335px;
}

.serial-info .text-right .title {
  margin-bottom: 20px;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
}

.serial-info .text-right .about {
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 13px;
}

.serial-info .text-right .author {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.serial-info .text-right .author a {
  text-decoration: underline;
}

.serial-info .text-right .author a:hover {
  text-decoration: none;
}

.serial-info .text-right .link-button {
  width: 250px;
  margin: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-normal
---------------------------------------------------------------------------------------------------------------------------- */

.list-normal {
  width: 100%;
  margin: 30px auto;
  font-size: 0;
}

.headline+.list-normal {
  margin-top: 0;
}

.list-normal+.list-normal {
  /* display: none; */
}

.list-normal .item {
  position: relative;
  display: inline-block;
  width: 230px;
  /*margin-bottom: 30px;*/
  vertical-align: top;
}

.list-normal .item+.item {
  margin-left: 4px;
}

.list-normal .item a {
  display: block;
}

.list-normal .item .image {
  position: relative;
  width: 100%;
  padding-top: 74.78%;
  margin-bottom: 7px;
  border: 1px solid #EFEFEF;
  background: center center no-repeat;
  background-size: cover;
}

.list-normal .item.new .image:before {
  content: 'NEW';
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  line-height: 19px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #FFED12;
}

.list-normal .item.promoted .image:after {
  content: 'Promoted';
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 5px;
  line-height: 12px;
  font-size: 8px;
  background-color: rgba(255, 255, 255, 0.8);
}

.list-normal .item.new.promoted .image:after {
  top: 19px;
}

.list-normal .item.crea30 .crea30-badge {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: #e61b10;
  color: #fff;
  font-size: 9px;
  text-align: center;
}

.list-normal .item.crea30.new .crea30-badge {
  top: 22px;
}

.list-normal .item.crea30.new.promoted .crea30-badge {
  top: 34px;
}

.list-normal .item .text {
  width: 100%;
}

.list-normal .item .text .title {
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.list-normal .item .text .subtitle {
  margin-top: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.list-normal .item .text .bottom {
  position: relative;
  margin-top: 15px;
  line-height: 14px;
  color: #888;
  text-align: center;
}

.list-normal .item .text .bottom ul {
  display: inline-block;
  margin-right: 20px;
}

.list-normal .item .text .bottom ul li {
  display: inline-block;
  font-size: 10px;
}

.list-normal .item .text .bottom ul li+li:before {
  content: '/';
  padding: 0 0.5em;
}

.list-normal .item .text .bottom .date {
  display: inline-block;
  font-size: 10px;
  color: #707070;
}

.list-normal .item.pickup .image {
  float: none;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-bottom: 20px;
}

.list-normal .item.pickup.promoted .image:before {
  content: 'Promoted';
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 3px;
  line-height: 12px;
  font-size: 9px;
  background-color: rgba(255, 255, 255, 0.3);
}

.list-normal .item.pickup .text {
  width: 100%;
  float: none;
  text-align: center;
}

.list-normal .item.pickup .text .title {
  padding-bottom: 5.5px;
  line-height: 26px;
  font-size: 15px;
  font-weight: bold;
}

.list-normal .item.pickup .text .bottom {
  padding: 0;
}

.list-normal .item.pickup .text .bottom ul {
  display: inline-block;
  font-size: 12px;
}

.list-normal .item.pickup .text .bottom .date {
  position: static;
  display: inline-block;
  margin-left: 12px;
  font-size: 10px;
}

.list-normal .item.pickup.promoted .title:after {
  content: none;
}

.left-content .list-normal .item {
  width: 250px;
  margin-top: 30px;
}

.left-content .list-normal .item+.item {
  margin-left: 34px;
}

.left-content .list-normal .item:nth-child(1),
.left-content .list-normal .item:nth-child(2),
.left-content .list-normal .item:nth-child(3) {
  margin-top: 0;
}

.left-content .list-normal .item:nth-child(3n + 1) {
  margin-left: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-simple
---------------------------------------------------------------------------------------------------------------------------- */

.list-simple {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}

.headline+.list-simple {
  margin-top: 0;
}

.list-simple .item {
  position: relative;
  display: inline-block;
  width: 182px;
  vertical-align: top;
}

.list-simple .item+.item {
  margin-left: 21px;
}

.list-simple .item a {
  display: block;
}

.list-simple .item .image {
  position: relative;
  width: 100%;
  padding-top: 126px;
  margin-bottom: 5px;
  background: center center no-repeat;
  background-size: cover;
}

.list-simple .item.new .image:before {
  content: 'NEW';
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  line-height: 19px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #FFED12;
}

.list-simple .item.promoted .image:after {
  content: 'Promoted';
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 5px;
  line-height: 12px;
  font-size: 8px;
  background-color: rgba(255, 255, 255, 0.8);
}

.list-simple .item.new.promoted .image:after {
  top: 19px;
}

.list-simple .item .text {
  width: 100%;
}

.list-simple .item .text .title {
  padding-bottom: 15px;
  line-height: 18px;
  font-size: 12px;
  text-align: left;
}

.list-simple+.link-button {
  width: 170px;
  margin: 0;
}

.list-simple+.link-button a {
  padding-left: 14px;
  /*height: 33px;
      line-height: 31px;*/
  font-size: 11px;
  text-align: left;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-text
---------------------------------------------------------------------------------------------------------------------------- */

.list-text {
  margin: 30px auto;
}

.headline+.list-text {
  margin-top: 0;
}

.list-text .item {
  position: relative;
}

.list-text .item+.item {
  margin-top: 19px;
  padding-top: 19px;
  border-top: 1px solid #ccc;
}

.list-text .item:last-child {
  padding-bottom: 0;
}

.list-text .item a {
  display: block;
}

.list-text .item .text .title {
  margin-bottom: 5px;
  line-height: 16px;
  font-size: 11px;
  font-weight: bold;
}

.list-text .item .text .bottom .date {
  font-size: 10px;
  color: #888;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-magazine
---------------------------------------------------------------------------------------------------------------------------- */

.list-magazine {
  margin: 50px auto;
}

.list-magazine .item+.item {
  margin-top: 30px;
}

.list-magazine .item .title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.list-magazine .item .image-left {
  float: left;
  width: 240px;
}

.list-magazine .item .text-right {
  float: right;
  width: 546px;
  margin-top: 20px;
}

.list-magazine .item .text-right .box {
  padding: 30px;
  font-size: 13px;
  border: 1px solid #ccc;
}

.list-magazine .item .text-right .box .number {
  margin-bottom: 20px;
  text-align: center;
}

.list-magazine .item .text-right .box .copy {
  margin-bottom: 25px;
  line-height: 28px;
  text-align: center;
}

.list-magazine .item .text-right .box .copy strong {
  font-size: 20px;
  font-weight: bold;
}

.list-magazine .item .text-right .box .button {
  margin-bottom: 10px;
  text-align: center;
}

.list-magazine .item .text-right .box .button .link-button {
  display: inline-block;
  width: 134px;
  margin: 0;
}

.list-magazine .item .text-right .box .button .link-button+.link-button {
  margin-left: 10px;
}

.list-magazine .item .text-right .box .button .link-button a {
  min-height: auto;
  padding: 6px 30px 6px 12px;
  text-align: left;
}

.list-magazine .item .text-right .keyword {
  margin: 20px auto 0;
  text-align: center;
}

.list-magazine .item .text-right .keyword p {
  display: inline-block;
  padding: 0 5px;
}

.list-magazine .item .text-right .keyword p a {
  font-size: 11px;
  text-decoration: underline;
}

.list-magazine .item .text-right .keyword p a:hover {
  text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-book
---------------------------------------------------------------------------------------------------------------------------- */

.list-book {
  margin: 50px auto 30px;
  font-size: 0;
}

.headline+.list-book {
  margin-top: 0;
}

.list-book .item {
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
}

.list-book .item:nth-child(even) {
  margin-left: 20px;
}

.list-book .item:nth-child(n + 3) {
  margin-top: 30px;
}

.list-book .item>a {
  display: block;
}

.list-book .item .image-left {
  float: left;
  width: 140px;
  margin-bottom: 20px;
}

.list-book .item .text-right {
  float: right;
  width: calc(100% - 140px - 20px);
  margin-bottom: 20px;
}

.list-book .item .text-right .title {
  font-size: 16px;
  font-weight: bold;
}

.list-book .item .text-right .author {
  font-size: 12px;
  font-weight: bold;
}

.list-book .item .text-right .date {
  margin-bottom: 30px;
  font-size: 11px;
}

.list-book .item .text-right .about {
  line-height: 18px;
  font-size: 11px;
}

.list-book .item .text-right .link-button {
  width: 134px;
  margin: 0;
}

.list-book .item .text-right .link-button a {
  min-height: auto;
  padding: 6px 30px 6px 12px;
  font-size: 12px;
  text-align: left;
}

.list-book .item .link {
  clear: both;
}

.list-book .item .link p {
  font-size: 12px;
}

.list-book .item .link ul {
  font-size: 0;
}

.list-book .item .link ul li {
  display: inline-block;
  width: 80px;
}

.list-book .item .link ul li+li {
  margin-left: 7px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-book-large
---------------------------------------------------------------------------------------------------------------------------- */

.list-book-large {
  margin: 30px auto 50px;
}

.list-book-large .item+.item {
  margin-top: 30px;
}

.list-book-large .item .image-left {
  float: left;
  width: 140px;
  margin-bottom: 20px;
}

.list-book-large .item .text-right {
  float: right;
  width: calc(100% - 140px - 20px);
}

.list-book-large .item .text-right .title {
  font-size: 18px;
  font-weight: bold;
}

.list-book-large .item .text-right .author {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
}

.list-book-large .item .text-right .date {
  margin-bottom: 10px;
  font-size: 13px;
}

.list-book-large .item .text-right .about {
  margin-bottom: 40px;
  line-height: 20px;
  font-size: 11px;
}

.list-book-large .item .text-right .bottom .link-button {
  float: left;
  width: 134px;
  margin: 0;
}

.list-book-large .item .text-right .bottom .link-button a {
  min-height: auto;
  padding: 8px 30px 8px 12px;
  font-size: 12px;
  text-align: left;
}

.list-book-large .item .text-right .bottom .link {
  float: left;
  margin-left: 40px;
  background-color: #EFEFEF;
  font-size: 0;
}

.list-book-large .item .text-right .bottom .link p {
  display: inline-block;
  padding: 0 15px;
  line-height: 39px;
  font-size: 12px;
}

.list-book-large .item .text-right .bottom .link ul {
  display: inline-block;
  padding: 2px 15px 2px 0;
  vertical-align: top;
}

.list-book-large .item .text-right .bottom .link ul li {
  display: inline-block;
  width: 80px;
}

.list-book-large .item .text-right .bottom .link ul li+li {
  margin-left: 7px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-back-number
---------------------------------------------------------------------------------------------------------------------------- */

.list-back-number {
  margin: 50px auto;
  font-size: 0;
}

.list-back-number .item {
  display: inline-block;
  width: 140px;
}

.list-back-number .item+.item {
  margin-left: 25px;
}

.list-back-number .item:nth-child(5n + 1) {
  margin-left: 0;
}

.list-back-number .item:nth-child(n + 6) {
  margin-top: 40px;
}

.list-back-number .item a {
  display: block;
}

.list-back-number .item .image {
  margin-bottom: 10px;
  border: 1px solid #E1E1E1;
}

.list-back-number .item .number {
  font-size: 11px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-tag
---------------------------------------------------------------------------------------------------------------------------- */

.list-tag {
  margin: 50px auto;
  font-size: 0;
}

.list-tag li {
  display: inline-block;
  font-size: 13px;
}

.list-tag li+li {
  margin-left: 1em;
}

.list-tag li a {
  text-decoration: underline;
}

.list-tag li a:hover {
  text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-serial
---------------------------------------------------------------------------------------------------------------------------- */

.list-serial {
  margin: 50px auto;
}

.headline+.list-serial {
  margin-top: 0;
}

.list-serial .item+.item {
  margin-top: 30px;
}

.list-serial .item .box-left {
  float: left;
  width: 420px;
}

.list-serial .item .box-left .image {
  margin-bottom: 15px;
  border: 1px solid #E1E1E1;
}

.list-serial .item .box-left .about {
  margin-bottom: 15px;
  line-height: 21px;
  font-size: 12px;
}

.list-serial .item .box-left .writer .thumb {
  float: left;
  width: 44px;
  height: 44px;
  background: center center no-repeat;
  background-size: cover;
}

.list-serial .item .box-left .writer .name {
  float: left;
  width: 110px;
  margin-left: 10px;
  line-height: 44px;
  font-size: 13px;
  font-weight: bold;
}

.list-serial .item .box-left .writer .link-button {
  float: right;
  width: 250px;
  margin: 0;
}

.list-serial .item .box-right {
  float: right;
  width: 370px;
}

.list-serial .item .box-right .writer {
  margin-bottom: 40px;
}

.list-serial .item .box-right .writer .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.list-serial .item .box-right .writer .name {
  font-size: 13px;
  font-weight: bold;
}

.list-serial .item .box-right .past+.past {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.list-serial .item .box-right .past a {
  display: block;
}

.list-serial .item .box-right .past .title {
  font-size: 15px;
  font-weight: bold;
}

.list-serial .item .box-right .past .summary {
  margin: 10px 0;
  line-height: 16px;
  font-size: 10px;
}

.list-serial .item .box-right .past .date {
  font-size: 10px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-vertical
---------------------------------------------------------------------------------------------------------------------------- */

.list-vertical {
  width: 280px;
  margin: 30px auto;
}

.headline+.list-vertical {
  margin-top: 0;
}

.list-vertical .item {
  position: relative;
}

.list-vertical .item+.item {
  margin-top: 20px;
}

.list-vertical .item a {
  display: block;
}

.list-vertical .item .image {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background: center center no-repeat;
  background-size: cover;
}

.list-vertical .item.new .image:before {
  content: 'NEW';
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  line-height: 19px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #FFED12;
}

.list-vertical .item.promoted .image:after {
  content: 'Promoted';
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 5px;
  line-height: 12px;
  font-size: 8px;
  background-color: rgba(255, 255, 255, 0.8);
}

.list-vertical .item.new.promoted .image:after {
  top: 18px;
}

.list-vertical .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 10px 10px 5px;
  background-color: rgba(255, 255, 255, 0.65);
  width: 100%;
  text-align: center;
}

.list-vertical .item .text .title {
  padding-bottom: 7px;
  line-height: 18px;
  font-size: 13px;
  font-weight: bold;
}

.list-vertical .item .text .bottom {
  position: relative;
  line-height: 14px;
  font-size: 10px;
  color: #666;
}

.list-vertical .item .text .bottom ul {
  display: inline-block;
  margin-right: 20px;
}

.list-vertical .item .text .bottom ul li {
  display: inline-block;
}

.list-vertical .item .text .bottom ul li+li:before {
  content: '/';
  padding: 0 0.5em;
}

.list-vertical .item .text .bottom .date {
  display: inline-block;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-vertical-02
---------------------------------------------------------------------------------------------------------------------------- */

.list-vertical-02 {
  margin: 30px auto;
}

.headline+.list-vertical-02 {
  margin-top: 0;
}

.list-vertical-02 .item {
  position: relative;
  padding: 0;
}

.list-vertical-02 .item+.item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.list-vertical-02 .item a {
  display: block;
}

.list-vertical-02 .item .image {
  position: relative;
  float: left;
  width: 107px;
  height: 80px;
  background: center center no-repeat;
  background-size: cover;
  border: 1px solid #ccc;
}

.list-vertical-02 .item.new .image:before {
  content: 'NEW';
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  line-height: 19px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #FFED12;
}

.list-vertical-02 .item.promoted .image:after {
  content: 'Promoted';
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 5px;
  line-height: 12px;
  font-size: 8px;
  background-color: rgba(255, 255, 255, 0.8);
}

.list-vertical-02 .item.new.promoted .image:after {
  top: 18px;
}

.feature.list-vertical-02 .item.promoted .title:after {
  content: 'Promoted';
  position: relative;
  top: -2px;
  margin-left: 6px;
  padding: 0 3px;
  line-height: 12px;
  font-size: 9px;
  background-color: #ccc;
}

.feature.list-vertical-02 .item.promoted .image:after {
  display: none;
}

.list-vertical-02 .item .text {
  float: right;
  width: calc(100% - 107px - 20px);
  padding-top: 20px;
}

.list-vertical-02 .item .text .title {
  padding-bottom: 5px;
  line-height: 18px;
  font-size: 13px;
  font-weight: bold;
}

.list-vertical-02 .item .text .bottom {
  position: relative;
  font-size: 10px;
  color: #888;
}

.list-vertical-02 .item .text .bottom ul {
  display: inline-block;
  margin-right: 20px;
}

.list-vertical-02 .item .text .bottom ul li {
  display: inline-block;
}

.list-vertical-02 .item .text .bottom ul li+li:before {
  content: '/';
  padding: 0 0.5em;
}

.list-vertical-02 .item .text .bottom .date {
  display: inline-block;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-vertical-03
---------------------------------------------------------------------------------------------------------------------------- */

.list-vertical-03 {
  margin: 50px auto;
}

.list-vertical-03 .item {
  position: relative;
  padding: 0;
}

.list-vertical-03 .item+.item {
  margin-top: 20px;
}

.list-vertical-03 .item a {
  display: block;
}

.list-vertical-03 .item .image {
  position: relative;
  float: left;
  width: 250px;
  height: 187px;
  background: center center no-repeat;
  background-size: cover;
  border: 1px solid #EFEFEF;
}

.list-vertical-03 .item.member .image:before {
  content: 'MEMBER';
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 7px;
  line-height: 19px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #F597AD;
}

.list-vertical-03 .item.new .image:before {
  content: 'NEW';
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  line-height: 19px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #FFED12;
}

.list-vertical-03 .item.promoted .image:after {
  content: 'Promoted';
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 5px;
  line-height: 12px;
  font-size: 8px;
  background-color: rgba(255, 255, 255, 0.8);
}

.list-vertical-03 .item.new.promoted .image:after {
  top: 18px;
}

.list-vertical-03 .item .text {
  position: relative;
  float: right;
  width: 543px;
  height: 187px;
}

.list-vertical-03 .item .text .title {
  margin-bottom: 13px;
  line-height: 23px;
  font-size: 18px;
  font-weight: bold;
}

.list-vertical-03 .item .text .about {
  line-height: 18px;
  font-size: 11px;
}

.list-vertical-03 .item .text .bottom {
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 10px;
  color: #888;
}

.list-vertical-03 .item .text .bottom ul {
  display: inline-block;
  margin-right: 20px;
}

.list-vertical-03 .item .text .bottom ul li {
  display: inline-block;
}

.list-vertical-03 .item .text .bottom ul li+li:before {
  content: '/';
  padding: 0 0.5em;
}

.list-vertical-03 .item .text .bottom .date {
  display: inline-block;
}

.list-vertical-03 .item.crea30 .crea30-badge {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: #e61b10;
  color: #fff;
  font-size: 9px;
  text-align: center;
}

.list-vertical-03 .item.crea30.new .crea30-badge {
  top: 22px;
}

.list-vertical-03 .item.crea30.promoted .crea30-badge {
  top: 32px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-grandtop
---------------------------------------------------------------------------------------------------------------------------- */

.list-grandtop {
  margin-bottom: 30px;
}

.list-grandtop a {
  position: relative;
  display: block;
}

.list-grandtop .image {
  width: 100%;
  padding-top: 54.89%;
  margin-bottom: 30px;
  background: center center no-repeat;
  background-size: cover;
}

.list-grandtop.promoted .image:before {
  content: 'Promoted';
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 5px;
  line-height: 12px;
  font-size: 8px;
  background-color: rgba(255, 255, 255, 0.8);
}

.list-grandtop.crea30 .crea30-badge {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: #e61b10;
  color: #fff;
  font-size: 9px;
  text-align: center;
}

.list-grandtop.crea30.promoted .crea30-badge {
  top: 14px;
}

.list-grandtop .text {
  width: 100%;
  font-size: 24px;
  text-align: center;
}

.list-grandtop .text .title {
  margin-bottom: 22px;
  line-height: 36px;
  font-weight: bold;
}

.list-grandtop .text .bottom {
  font-size: 10px;
  color: #888;
}

.list-grandtop .text .bottom ul {
  display: inline-block;
}

.list-grandtop .text .bottom ul li {
  display: inline-block;
}

.list-grandtop .text .bottom ul li+li:before {
  content: '/';
  padding: 0 0.5em;
}

.list-grandtop .text .bottom .date {
  display: inline-block;
  margin-left: 20px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.list-writer
---------------------------------------------------------------------------------------------------------------------------- */

.list-writer {
  width: 100%;
  margin: 30px auto;
  font-size: 0;
}

.list-writer .item {
  display: inline-block;
  width: 140px;
}

.list-writer .item+.item {
  margin-left: 30px;
}

.list-writer .item:nth-child(5n + 1) {
  margin-left: 0;
}

.list-writer .item:nth-child(n + 6) {
  margin-top: 20px;
}

.list-writer .item a {
  display: block;
}

.list-writer .item a .image {
  width: 100%;
  padding-top: 100%;
  background: center center no-repeat;
  background-size: cover;
}

.list-writer .item a .name {
  font-size: 13px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.box-previously
---------------------------------------------------------------------------------------------------------------------------- */

.box-previously {
  font-size: 0;
}

.box-previously li {
  display: inline-block;
  vertical-align: top;
  width: 85px;
}

.box-previously li+li {
  margin-left: 20px;
}

.box-previously li:nth-child(8n + 1) {
  margin-left: 0;
}

.box-previously li a {
  display: block;
  color: #333;
}

.box-previously li a p {
  line-height: 15px;
  font-size: 11px;
}

.box-previously li a p+p {
  margin-top: 5px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.button-box
---------------------------------------------------------------------------------------------------------------------------- */

.button-box {
  margin: 50px auto;
  padding: 30px 0;
  background-color: #EFEFEF;
  text-align: center;
}

.button-box .link-button {
  display: inline-block;
  width: 280px;
  margin: 0;
}

.button-box .link-button+.link-button {
  margin-left: 20px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.comic-essay-bottom
---------------------------------------------------------------------------------------------------------------------------- */

.comic-essay-bottom {
  width: 820px;
  margin: 30px auto;
}

.comic-essay-bottom a {
  color: #E54C78;
  font-weight: bold;
}

.comic-essay-bottom a:hover {
  text-decoration: underline;
}

.comic-essay-bottom .box {
  margin-bottom: 30px;
  padding: 20px;
  line-height: 22px;
  font-size: 12px;
  border: 1px solid #707070;
}

.comic-essay-bottom .box .box-left {
  float: left;
  width: 385px;
}

.comic-essay-bottom .box .box-left .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.comic-essay-bottom .box .box-left .image-left {
  float: left;
  width: 100px;
  margin: 0;
}

.comic-essay-bottom .box .box-left .text-right {
  float: right;
  width: calc(100% - 100px - 10px);
  margin: 0;
  line-height: 100px;
  font-size: 13px;
  font-weight: bold;
}

.comic-essay-bottom .box .box-left .about {
  margin-top: 0;
  padding-top: 20px;
  line-height: 19px;
  font-size: 12px;
}

.comic-essay-bottom .box .box-right {
  float: right;
  width: 365px;
}

.comic-essay-bottom .box .box-right ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.comic-essay-bottom .box .box-right ul li:first-child {
  padding-top: 0;
}

.comic-essay-bottom .box .box-right ul li a {
  display: block;
  color: #333;
}

.comic-essay-bottom .box .box-right ul li a:hover {
  text-decoration: none;
}

.comic-essay-bottom .box .box-right ul li a .title {
  font-size: 15px;
  font-weight: bold;
}

.comic-essay-bottom .box .box-right ul li a .date {
  margin-top: 5px;
  font-size: 10px;
}

.comic-essay-bottom h5 {
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
}

.comic-essay-bottom p {
  margin-top: 10px;
  font-size: 12px;
}

.comic-essay-bottom .color {
  margin-top: 10px;
  padding: 20px;
  background-color: #EFEFEF;
  border-radius: 5px;
}

.comic-essay-bottom .color p {
  margin-top: 0;
}

.comic-essay-bottom .link-button {
  margin-top: 30px;
}

.comic-essay-bottom .link-button a {
  color: #333;
}

.comic-essay-bottom .previously {
  font-size: 0;
}

.comic-essay-bottom .previously li {
  display: inline-block;
  width: 85px;
}

.comic-essay-bottom .previously li+li {
  margin-left: 20px;
}

.comic-essay-bottom .previously li:nth-child(8n + 1) {
  margin-left: 0;
}

.comic-essay-bottom .previously li a {
  display: block;
  color: #333;
}

.comic-essay-bottom .previously li a p {
  line-height: 15px;
  font-size: 11px;
}

.comic-essay-bottom .previously li a p+p {
  margin-top: 5px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.moon-link
---------------------------------------------------------------------------------------------------------------------------- */

.moon-link {
  margin: 40px auto;
  padding: 30px 0;
  font-size: 0;
  text-align: center;
  background-color: #EFEFEF;
}

.moon-link .link-button {
  display: inline-block;
  width: 280px;
  margin: 0;
}

.moon-link .link-button:first-child a {
  background-color: #FFCE00;
  border: none;
}

.moon-link .link-button+.link-button {
  margin: 0 0 0 30px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.horoscope-link
---------------------------------------------------------------------------------------------------------------------------- */

.horoscope-link {
  margin: 40px auto;
  padding: 30px 0;
  font-size: 0;
  text-align: center;
  background-color: #EFEFEF;
}

.horoscope-link .link-button {
  display: inline-block;
  width: 280px;
  margin: 0;
}

.horoscope-link .link-button+.link-button {
  margin: 0 0 0 30px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.profile-box
---------------------------------------------------------------------------------------------------------------------------- */

.profile-box {
  width: 640px;
  margin: 40px auto;
  padding: 30px;
  border: 1px solid #ccc;
}

.profile-box .image-left {
  float: left;
  width: 100px;
}

.profile-box .text-right {
  float: right;
  width: calc(100% - 100px - 20px);
  line-height: 22px;
}

.profile-box .text-right .name {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.profile-box .text-right .about {
  font-size: 12px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.ranking-box
---------------------------------------------------------------------------------------------------------------------------- */

.ranking-box {
  margin-bottom: 30px;
}

.ranking-box .tabs {
  position: relative;
  width: 409px;
}

.ranking-box .tabs li {
  position: relative;
  float: left;
  width: 135px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #707070;
  border-bottom: none;
  cursor: pointer;
}

.ranking-box .tabs li+li {
  border-left: none;
}

.ranking-box .tabs li.active {
  color: #fff;
  background-color: #333;
}

.ranking-box .pattern {
  border: 1px solid #707070;
  padding: 0 34px 0 76px;
}

.ranking-box .pattern+.pattern {
  display: none;
}

.ranking-box .pattern .item {
  width: 100%;
  counter-increment: count-number;
}

.ranking-box .pattern .item:before {
  content: counters(count-number, "");
  position: absolute;
  left: -53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #FFCE00;
  border-radius: 32px;
}

.ranking-box .link-button {
  display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.author-introduction
---------------------------------------------------------------------------------------------------------------------------- */

.author-introduction {
  margin: 30px auto 50px;
}

.author-introduction .box .image-left {
  float: left;
  width: 120px;
  margin-bottom: 40px;
}

.author-introduction .box .text-right {
  position: relative;
  float: right;
  width: 667px;
  margin-bottom: 40px;
  font-size: 13px;
}

.author-introduction .box .text-right .name {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
}

.author-introduction .comment {
  padding: 20px;
  border: 1px solid #707070;
  border-radius: 10px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.comic-introduction
---------------------------------------------------------------------------------------------------------------------------- */

.comic-introduction {
  width: 100%;
  margin: 30px auto 40px;
}

.comic-introduction .item a {
  display: block;
}

.comic-introduction .item .image {
  margin-bottom: 30px;
  border: 1px solid #E1E1E1;
}

.comic-introduction .item .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.comic-introduction .item .author {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
}

.comic-introduction .item .about {
  margin-bottom: 30px;
  line-height: 22px;
  font-size: 13px;
}

.comic-introduction .item .bottom {
  position: relative;
  margin-top: 15px;
  line-height: 14px;
  text-align: center;
}

.comic-introduction .item .bottom ul {
  display: inline-block;
  margin-right: 20px;
}

.comic-introduction .item .bottom ul li {
  display: inline-block;
  font-size: 10px;
}

.comic-introduction .item .bottom ul li+li:before {
  content: '/';
  padding: 0 0.5em;
}

.comic-introduction .item .bottom .date {
  display: inline-block;
  font-size: 10px;
}


/* ============================================================================================================================
etc
============================================================================================================================ */

.hidden {
  display: none;
}

.bg-100per {
  background-size: 100% !important;
}

.billboard-banner {
  width: 970px;
  margin: 0 auto;
  /*padding: 5px 0 18px;*/
  padding-top: 5px;
}

.billboard-banner img {
  width: auto;
}

.ad-banner {
  /*width: $basic-width;*/
  margin: 20px auto;
  text-align: center;
}

.ad-banner img {
  width: auto;
}

.ad-banner+div[id^="div-gpt"] {
  text-align: center;
  margin: 0 auto;
}

.not-margin {
  margin: 0 auto !important;
}

.small-margin {
  margin-top: 20px !important;
}

.medium-margin {
  margin-top: 40px !important;
}

.large-margin {
  margin-top: 80px !important;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.link-button {
  width: 350px;
  margin: 0 auto 30px;
}

.link-button a {
  position: relative;
  display: block;
  min-height: 44px;
  padding: 12px 30px;
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ccc;
}

.link-button a:before {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/common/crea/images/v1/icon/arrow_black.png) left center no-repeat;
  background-size: 12px;
}

.link-button a:hover {
  text-decoration: none;
}

.link-button.blank a:before {
  background-image: url(/common/crea/images/v1/icon/link_blank.png);
}

.link-button.back a:before {
  left: 14px;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.link-button.close a:before {
  margin-top: 2px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.link-button.more a:before,
.link-button.anchor a:before {
  margin-top: -2px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.link-button.black a {
  color: #fff;
  background-color: #707070;
  border: none;
}

.link-button.black a:before {
  background-image: url(/common/crea/images/v1/icon/arrow_white.png);
}

.link-button.pink a {
  background-color: #F597AD;
  border: none;
}

.link-button.green a {
  color: #fff;
  background-color: #8FC31F;
  border: none;
}

.link-button.green a:before {
  background-image: url(/common/crea/images/v1/icon/arrow_white.png);
}

.link-button.brown a {
  color: #fff;
  background-color: #A9966E;
  border: none;
}

.link-button.brown a:before {
  background-image: url(/common/crea/images/v1/icon/arrow_white.png);
}

.link-button.yellow a {
  background-color: #FFCE00;
  border: none;
}

.link-button.nekokuma a:before {
  margin-top: -7px;
  width: 50px;
  height: 54px;
  background-image: url(/common/crea/images/v1/icon/nekokuma.png);
  background-size: 50px;
}

.link-button+.link-button {
  margin-top: -20px;
}

.right-banner .link-button {
  width: 250px;
}

.link-banner {
  width: 480px;
  margin: 60px auto;
}

.link-banner a {
  display: block;
  line-height: 23px;
  font-size: 13px;
  color: #333;
  background: url(/common/crea/images/v1/icon/arrow_black.png) calc(100% - 18px) center no-repeat;
  background-size: 18px;
  border: 1px solid #ccc;
}

.link-banner a p {
  float: left;
  width: 50%;
  margin: 0;
}

.link-banner a p img {
  vertical-align: bottom;
}

.link-banner a p.text {
  padding: 20px 0 20px 34px;
}

.comic-button {
  position: relative;
  width: 300px;
  margin: 30px auto 60px;
}

.comic-button a {
  display: block;
  padding-right: 60px;
}

.comic-button a span {
  position: relative;
  display: block;
  width: 230px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  background-color: #EFEFEF;
  border-radius: 10px;
}

.comic-button a span:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #efefef;
}

.comic-button a:after {
  content: '';
  position: absolute;
  right: 0;
  top: -10px;
  width: 50px;
  height: 54px;
  background: url(/common/crea/images/v1/icon/nekokuma.png) left top no-repeat;
  background-size: 100%;
}

.headline {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.headline.align-left {
  text-align: left;
}

.headline.border {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1200px;
}

.headline.border:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  border-top: 1px solid #ccc;
}

.headline.border span {
  position: relative;
  padding: 0 34px;
  background-color: #fff;
}

.headline.medium {
  font-size: 20px;
  margin-bottom: 10px;
}

.headline.large {
  font-size: 34px;
}

.headline small {
  position: relative;
  top: -2px;
  font-size: 13px;
  font-weight: normal;
  padding-left: 20px;
}

.comic-title {
  width: 450px;
  margin: 0 auto 30px;
}

.basic-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

hr.full-width {
  width: 1200px;
  margin: 40px auto;
}

a.blank {
  text-decoration: underline;
  padding-right: 25px;
  background: url(/common/crea/images/v1/icon/link_blank.png) calc(100% - 5px) center no-repeat;
  background-size: 10px;
}

a.arrow:after {
  content: '＞';
  margin-left: 1em;
}

.gray {
  color: #aaa;
}


/* ############################################################################################################################
#
#    module
#
############################################################################################################################ */


/* ----------------------------------------------------------------------------------------------------------------------------
.module-sns-share
---------------------------------------------------------------------------------------------------------------------------- */

.module-sns-share {
  margin: 40px auto;
  font-size: 0;
  text-align: center;
}

.module-sns-share p {
  display: inline-block;
  vertical-align: bottom;
  width: 50px;
  line-height: 31px;
  font-size: 13px;
  font-weight: bold;
}

.module-sns-share ul {
  display: inline-block;
  font-size: 0;
  width: 330px;
  margin: 0;
}

.module-sns-share ul li {
  display: inline-block;
  width: 31px;
  margin: 0;
}

.module-sns-share ul li+li {
  margin: 0 0 0 30px;
}

.module-sns-share ul li.twitter {
  width: 36px;
}

.module-sns-share ul li img {
  vertical-align: middle;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-pagination
---------------------------------------------------------------------------------------------------------------------------- */

.module-pagination {
  margin: 40px auto;
  text-align: center;
}

.module-pagination ul {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.module-pagination ul li {
  position: relative;
  display: inline-block;
  width: 44px;
  line-height: 42px;
  font-size: 21px;
  color: #ccc;
  background-color: #fff;
  border: 1px solid #ccc;
}

.module-pagination ul li+li {
  margin-left: 15px;
}

.module-pagination ul li.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.module-pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ccc;
}

.module-pagination ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #666;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-sns-article
---------------------------------------------------------------------------------------------------------------------------- */

.module-sns-article {
  width: 640px;
  margin: 20px auto;
  border: 1px solid #707070;
}

.module-sns-article .col {
  border-bottom: 1px solid #707070;
}

.module-sns-article .col .image {
  float: left;
  width: 196px;
  padding-top: 142px;
  border-right: 1px solid #707070;
  background: center center no-repeat;
  background-size: cover;
}

.module-sns-article .col .text {
  float: right;
  width: calc(100% - 196px);
  padding: 36px 0 0;
  font-size: 13px;
  text-align: center;
}

.module-sns-article .col .text p {
  margin-bottom: 14px;
}

.module-sns-article .col .text .fb-like {
  width: 128px;
  margin: 0 auto;
}

.module-sns-article ul {
  padding: 10px 0;
  margin-top: 0;
  font-size: 0;
  text-align: center;
}

.module-sns-article ul li {
  display: inline-block;
  width: 25%;
  margin-top: 0;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
}

.module-sns-article ul li+li {
  border-left: 1px solid #707070;
}

.module-sns-article ul li a {
  color: #333;
  text-decoration: none;
}

.module-sns-article ul li img {
  width: 20px;
  margin-right: 10px;
  vertical-align: bottom;
}

.module-sns-article ul li.line img {
  position: relative;
  top: -4px;
  width: 34px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-special-01
---------------------------------------------------------------------------------------------------------------------------- */

.module-special-01 {
  width: 100%;
  padding: 15px 0 20px;
  background-color: #F3F4E6;
}

.module-special-01 .headline {
  font-size: 18px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-special-02
---------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------
.module-special-03
---------------------------------------------------------------------------------------------------------------------------- */

.module-special-03 {
  margin: 50px auto;
  padding: 30px 0;
  background-color: #F3F4E6;
}

.module-special-03 .list {
  position: relative;
  width: 600px;
  margin: 0 auto;
}

.module-special-03 .list a {
  display: block;
}

.module-special-03 .list a:hover {
  opacity: 1;
}

.module-special-03 .list .image {
  position: relative;
  width: 100%;
  padding-top: 74.67%;
  background: center center no-repeat;
  background-size: cover;
}

.module-special-03 .list .text {
  height: 95px;
  padding: 10px 0;
  line-height: 24px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #F3F4E6;
}

.module-special-03 .list .text .bottom {
  position: relative;
  margin-top: 15px;
  line-height: 14px;
  color: #888;
  text-align: center;
}

.module-special-03 .list .text .bottom ul {
  display: inline-block;
  margin-right: 20px;
}

.module-special-03 .list .text .bottom ul li {
  display: inline-block;
  font-size: 10px;
}

.module-special-03 .list .text .bottom ul li+li:before {
  content: '/';
  padding: 0 0.5em;
}

.module-special-03 .list .text .bottom .date {
  display: inline-block;
  font-size: 10px;
}

.module-special-03 .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  margin: 0;
  background: #fff none;
}

.module-special-03 .swiper-button-prev:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
  width: 16px;
  height: 16px;
  background: url(/common/crea/images/v1/icon/arrow_black.png) left top no-repeat;
  background-size: 16px;
}

.module-special-03 .swiper-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  margin: 0;
  background: #fff none;
}

.module-special-03 .swiper-button-next:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/common/crea/images/v1/icon/arrow_black.png) left top no-repeat;
  background-size: 16px;
}

.module-special-03 .list .promoted .image:before {
  content: 'Promoted';
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 5px;
  line-height: 12px;
  font-size: 8px;
  background-color: rgba(255, 255, 255, 0.8);
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-traveller
---------------------------------------------------------------------------------------------------------------------------- */

.module-traveller .link-button a {
  background-color: var(--traveller-key-color, #bfa366);
  border: none;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-ranking-01
---------------------------------------------------------------------------------------------------------------------------- */

.module-ranking-01 {
  margin: 40px auto;
}

.module-ranking-01 .headline {
  text-align: left;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-comic-essay
---------------------------------------------------------------------------------------------------------------------------- */

.module-comic-essay .headline {
  width: 246px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-present
---------------------------------------------------------------------------------------------------------------------------- */

.module-present {
  margin: 40px auto;
}

.module-present .item .bottom {
  text-align: right;
}

.module-present .item.pickup .bottom {
  text-align: center;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-magazine
---------------------------------------------------------------------------------------------------------------------------- */

.module-magazine {
  width: 200px;
  margin: 30px auto;
  text-align: center;
}

.module-magazine .image {
  width: 200px;
  margin: 0 auto 7px;
}

.module-magazine .text {
  margin-bottom: 15px;
}

.module-magazine .button {
  display: block;
  width: 200px;
  margin: 0 auto;
  line-height: 31px;
  font-size: 12px;
  font-weight: bold;
  background: #fff url(/common/crea/images/v1/icon/arrow_black.png) calc(100% - 9px) center no-repeat;
  background-size: 6px;
  border: 1px solid #707070;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-magazine-info
---------------------------------------------------------------------------------------------------------------------------- */

.module-magazine-info {
  margin: 40px auto;
  color: #333;
}

.module-magazine-info h5 {
  margin-bottom: 8px;
  line-height: 14px;
  font-size: 14px;
}

.module-magazine-info p {
  margin-top: 0;
  margin-bottom: 18px;
}

.module-magazine-info .col {
  padding: 20px;
  background-color: #FFEDF7;
}

.module-magazine-info .col .image {
  float: left;
  width: 100px;
  margin-bottom: 20px;
}

.module-magazine-info .col .text {
  float: right;
  width: calc(100% - 100px - 20px);
  line-height: 22px;
  font-size: 13px;
}

.module-magazine-info .col .text .title {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: bold;
}

.module-magazine-info .col .detail {
  float: right;
  width: calc(100% - 100px - 20px);
  margin: 14px 0 20px;
  line-height: 16px;
  font-size: 11px;
}

.module-magazine-info .col .link-button {
  clear: both;
  margin-top: 15px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-creas-choice
---------------------------------------------------------------------------------------------------------------------------- */

.module-creas-choice .headline {
  text-align: left;
}

.module-creas-choice .list-simple .item+.item {
    margin-left: 20px;
}

.module-creas-choice .list-simple .item {
    width: 190px;
}

.module-creas-choice .link-button {
  width: 350px;
  margin: 0 auto;
}

.module-creas-choice .link-button a {
  font-size: 13px;
  text-align: center;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-from-editors
---------------------------------------------------------------------------------------------------------------------------- */

.module-from-editors .headline {
  text-align: left;
}

.module-from-editors .item {
  width: 150px;
}

.module-from-editors .item .image {
  width: 120px;
  padding-top: 120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
}

.module-from-editors .item+.item {
  margin-left: 17px;
}

.module-from-editors .link-button {
  width: 350px;
  margin: 0 auto;
}

.module-from-editors .link-button a {
  font-size: 13px;
  text-align: center;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-prev-next
---------------------------------------------------------------------------------------------------------------------------- */

.wrapper-prev-next {
  margin: auto;
  width: 640px;
}

.module-prev-next .prev {
  float: left;
  width: 250px;
  margin: 0;
}

.module-prev-next .prev a {
  position: relative;
  display: block;
  padding: 10px 17px 10px 0;
  line-height: 13px;
  font-size: 13px;
  text-align: right;
  color: #222;
  text-decoration: none;
  border: 1px solid #707070;
}

.module-prev-next .prev a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 12px;
  height: 12px;
  background: url(/common/crea/images/v1/icon/arrow_black.png) left top no-repeat;
  background-size: 100%;
}

.module-prev-next .next {
  float: right;
  width: 250px;
  margin: 0;
}

.module-prev-next .next a {
  position: relative;
  display: block;
  padding: 10px 0 10px 17px;
  line-height: 13px;
  font-size: 13px;
  text-align: left;
  color: #222;
  text-decoration: none;
  border: 1px solid #707070;
}

.module-prev-next .next a:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(/common/crea/images/v1/icon/arrow_black.png) left top no-repeat;
  background-size: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-information
---------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------
.module-information-and-topics
---------------------------------------------------------------------------------------------------------------------------- */

.module-information-and-topics .information {
  float: left;
  width: 388px;
}

.module-information-and-topics .new-topics {
  float: right;
  width: 388px;
}

.module-information-and-topics .new-topics .list-vertical-02 {
  margin-bottom: 0;
}

.module-information-and-topics .new-topics .list-vertical-02 .item+.item {
  margin-top: 0;
  border-top: none;
}

.module-information-and-topics .new-topics .list-vertical-02 .item .image {
  width: 90px;
  height: 68px;
  border: none;
}

.module-information-and-topics .new-topics .list-vertical-02 .item .text {
  width: 286px;
  padding-top: 0;
}

.module-information-and-topics .new-topics .list-vertical-02 .item .text .title {
  line-height: 16px;
  font-size: 11px;
}

.module-information-and-topics .new-topics .caption {
  margin-bottom: 30px;
  font-size: 10px;
  color: #999;
  text-align: right;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-search
---------------------------------------------------------------------------------------------------------------------------- */

.module-search>form,
.module-trip-search>form {
  position: relative;
  margin: 0 auto 20px;
}

.module-search>form input[type="text"],
.module-trip-search>form input[type="text"] {
  width: 100%;
  padding: 11px 40px 11px 16px;
  background: #E0E0E0;
  font-size: 15px;
  border: none;
}

.module-search>form input[type="text"]::-webkit-input-placeholder,
.module-trip-search>form input[type="text"]::-webkit-input-placeholder {
  color: #999;
}

.module-search>form input[type="text"]::placeholder,
.module-trip-search>form input[type="text"]::placeholder {
  color: #999;
}

.module-search>form input[type="submit"],
.module-trip-search>form input[type="submit"] {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/common/crea/images/v1/icon/search_gray.png) left top no-repeat;
  background-size: 20px;
  border: none;
}

.module-search .banner,
.module-trip-search .banner {
  margin: 0 auto 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}

.module-search .banner li,
.module-trip-search .banner li {
  margin-bottom: 10px;
}

.module-search .bottom form,
.module-trip-search .bottom form {
  padding-bottom: 30px;
  text-align: left;
}

.module-search .bottom form .text,
.module-trip-search .bottom form .text {
  margin-bottom: 10px;
  font-size: 15px;
}

.module-search .bottom form .place,
.module-trip-search .bottom form .place {
  margin-bottom: 16px;
}

.module-search .bottom form .place select,
.module-trip-search .bottom form .place select {
  width: 300px;
  padding: 8px 10px;
  line-height: 36px;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.module-search .bottom form .place select+select,
.module-trip-search .bottom form .place select+select {
  margin-top: 20px;
}

.module-search .bottom form .purpose,
.module-trip-search .bottom form .purpose {
  margin-bottom: 32px;
}

.module-search .bottom form .purpose li+li,
.module-trip-search .bottom form .purpose li+li {
  margin-top: 6px;
}

.module-search .bottom form .purpose input,
.module-trip-search .bottom form .purpose input {
  margin: 0 12px 0 0;
}

.module-search .bottom form .button label,
.module-trip-search .bottom form .button label {
  display: block;
  height: 43px;
  font-size: 13px;
  line-height: 43px;
  text-align: center;
  font-weight: bold;
}

.module-search .bottom form .button label.reset,
.module-trip-search .bottom form .button label.reset {
  margin-bottom: 10px;
  color: #fff;
  background-color: #999;
}

.module-search .bottom form .button label.submit,
.module-trip-search .bottom form .button label.submit {
  background: #fff url(/common/crea/images/v1/icon/arrow_black.png) calc(100% - 14px) center no-repeat;
  background-size: 12px;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-trip-search
---------------------------------------------------------------------------------------------------------------------------- */

.module-trip-search>form {
  padding-bottom: 30px;
  border-bottom: 2px solid #707070;
}

.module-trip-search>form input[type="submit"] {
  top: 10px;
  -webkit-transform: none;
  transform: none;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-magazine-and-book
---------------------------------------------------------------------------------------------------------------------------- */

.module-magazine-and-book .list {
  margin-bottom: 30px;
}

.module-magazine-and-book .list .item {
  float: left;
  width: 396px;
  margin-top: 30px;
}

.module-magazine-and-book .list .item+.item {
  margin-left: 28px;
}

.module-magazine-and-book .list .item:nth-child(1),
.module-magazine-and-book .list .item:nth-child(2) {
  margin-top: 0;
}

.module-magazine-and-book .list .item:nth-child(2n + 1) {
  margin-left: 0;
}

.module-magazine-and-book .list .item .image {
  float: left;
  width: 140px;
}

.module-magazine-and-book .list .item .text {
  position: relative;
  float: right;
  width: 246px;
  height: 197px;
}

.module-magazine-and-book .list .item .text .title {
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
}

.module-magazine-and-book .list .item .text .date {
  font-size: 11px;
}

.module-magazine-and-book .list .item .text .button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
}

.module-magazine-and-book .list .item .text .button li {
  display: inline-block;
  margin-bottom: 6px;
}

.module-magazine-and-book .list .item .text .button li+li {
  margin-left: 4px;
}

.module-magazine-and-book .list .item .text .button li:nth-child(3n + 1) {
  margin-left: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-recommend
---------------------------------------------------------------------------------------------------------------------------- */

.module-recommend .list-normal:after {
  content: 'Recommended by Outbrain';
  display: block;
  padding-top: 5px;
  font-size: 10px;
  color: #999;
  text-align: right;
}

.module-recommend .list-normal .item {
  width: 140px;
}

.module-recommend .list-normal .item:nth-child(4),
.module-recommend .list-normal .item:nth-child(5) {
  margin-top: 0;
}

.module-recommend .list-normal .item+.item,
.module-recommend .list-normal .item:nth-child(3n + 1) {
  margin-left: 30px;
}

.module-recommend .list-normal .item:nth-child(5n + 1) {
  margin-left: 0;
}

.module-recommend .list-normal .item .image {
  padding-top: 100%;
}

.module-recommend .list-normal .item .text .title {
  text-align: left;
}

.module-recommend .list-normal .item .text .bottom {
  text-align: left;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-related
---------------------------------------------------------------------------------------------------------------------------- */

.module-related .list-normal .item {
  width: 200px;
  margin-top: 0;
}

.module-related .list-normal .item+.item {
  margin-left: 7px;
}

.module-related .list-normal .item:last-child {
  margin-left: 6px;
}

.module-related .list-normal .item .image {
  padding-top: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-moon-calendar
---------------------------------------------------------------------------------------------------------------------------- */

.module-moon-calendar,
.module-module-psychology-02,
.module-web-member {
  width: 100%;
  padding: 15px 0 20px;
  background-color: #EFEFEF;
}

.module-moon-calendar .headline,
.module-module-psychology-02 .headline,
.module-web-member .headline {
  font-size: 18px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-module-psychology
---------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------
.module-module-psychology-02
---------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------
.module-web-member
---------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------
.module-feature
---------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------
.module-recipe
---------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------
.module-column
---------------------------------------------------------------------------------------------------------------------------- */


/* ############################################################################################################################
#
# uniqu-layout
#
############################################################################################################################ */


/* ============================================================================================================================
#temp-01-top
============================================================================================================================ */

#temp-01-top .member-and-present .link-button {
  width: 170px;
  margin: 0;
}

#temp-01-top .member-and-present .link-button a {
  padding-left: 14px;
  /*height: 33px;
    line-height: 31px;*/
  font-size: 11px;
  text-align: left;
}

#temp-01-top .member-and-present .headline {
  text-align: left;
}

#temp-01-top .member-and-present .member {
  float: left;
  width: 546px;
}

#temp-01-top .member-and-present .member p {
  margin-bottom: 20px;
  padding: 40px;
  background-color: #EFEFEF;
}

#temp-01-top .member-and-present .present {
  float: right;
  width: 589px;
}

#temp-01-top .ambassador-and-activity .ambassador {
  float: left;
}

#temp-01-top .ambassador-and-activity .activity {
  float: right;
}


/* ============================================================================================================================
#temp-10-list-i
============================================================================================================================ */

#temp-10-list-i .ranking {
  margin-top: 40px;
}

#temp-10-list-i .ranking .headline {
  float: left;
  margin-bottom: 0;
  line-height: 46px;
  text-align: left;
}

#temp-10-list-i .ranking .tabs {
  float: right;
}

#temp-10-list-i .ranking .tabs li {
  line-height: 44px;
  border-bottom: 1px solid #707070;
}

#temp-10-list-i .ranking .tabs li:last-child {
  width: 139px;
}

#temp-10-list-i .ranking .pattern {
  clear: both;
  display: none;
  position: relative;
  top: -1px;
}

#temp-10-list-i .ranking.total .pattern {
  display: block;
}

#temp-10-list-i .ranking.total .pattern+.pattern {
  display: none;
}

#temp-10-list-i .ranking .link-button {
  margin-top: 20px;
}


/* ============================================================================================================================
#temp-14-list-m
============================================================================================================================ */

#temp-14-list-m .box-member {
  border: 1px solid #F597AD;
}

#temp-14-list-m .box-member .member-left {
  float: left;
  width: 518px;
  padding: 20px;
}

#temp-14-list-m .box-member .member-left .inner {
  height: 220px;
  padding: 50px 30px 20px;
  background-color: #F597AD;
}

#temp-14-list-m .box-member .member-left .inner .link-button {
  margin-bottom: 60px;
}

#temp-14-list-m .box-member .member-left .inner p {
  line-height: 20px;
  font-size: 10px;
}

#temp-14-list-m .box-member .link-right {
  float: right;
  width: 300px;
  height: 260px;
  padding: 30px;
  background-color: #EFEFEF;
}

#temp-14-list-m .box-member .link-right p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

#temp-14-list-m .box-member .link-right li+li {
  margin-top: 10px;
}

#temp-14-list-m .box-mail-magazine {
  margin: 70px auto;
  padding: 30px;
  border: 1px solid #666;
  font-size: 14px;
}

#temp-14-list-m .box-mail-magazine .notes {
  width: 700px;
  margin: 20px auto 40px;
  line-height: 22px;
  font-size: 13px;
}

#temp-14-list-m .box-mail-magazine .link-button {
  width: 250px;
  margin: 0 auto 10px;
}

#temp-14-list-m .box-mail-magazine .caption {
  font-size: 11px;
  text-align: center;
}

#temp-14-list-m .box-mail-magazine .caption a {
  color: #E54C78;
}

#temp-14-list-m .box-notes {
  padding: 20px 30px;
  line-height: 19px;
  font-size: 12px;
  color: #707070;
  border: 1px solid #ccc;
}

#temp-14-list-m .box-notes span {
  padding: 0 7px;
  color: #fff;
  font-weight: bold;
  background-color: #FF9AA0;
}

#temp-14-list-m .box-notes a {
  color: #E54C78;
}


/* ============================================================================================================================
#temp-15-list-n
============================================================================================================================ */

#temp-15-list-n .box-ambassador {
  padding: 20px;
  border: 1px solid #ccc;
}

#temp-15-list-n .box-ambassador .logo-left {
  float: left;
  width: 420px;
  height: 315px;
  border: 1px solid #EFEFEF;
  text-align: center;
}

#temp-15-list-n .box-ambassador .logo-left img {
  margin-top: 94px;
  width: 316px;
}

#temp-15-list-n .box-ambassador .text-right {
  float: right;
  width: 335px;
}

#temp-15-list-n .box-ambassador .text-right .title {
  margin-bottom: 15px;
  line-height: 36px;
  font-size: 30px;
  font-weight: bold;
}

#temp-15-list-n .box-ambassador .text-right .about {
  line-height: 22px;
  font-size: 13px;
}

#temp-15-list-n .box-ambassador .text-right .link-button {
  width: 250px;
  margin: 50px 0 0;
}

#temp-15-list-n .list-vertical-03 .item+.item {
  margin-top: 60px;
}

#temp-15-list-n .list-vertical-03 .image {
  width: 200px;
  height: 266px;
}

#temp-15-list-n .list-vertical-03 .text {
  width: calc(100% - 200px - 20px);
  height: auto;
}

#temp-15-list-n .list-vertical-03 .text a {
  display: inline;
  text-decoration: underline;
}


/* ============================================================================================================================
#temp-25-static-moon
============================================================================================================================ */

#temp-25-static-moon .box-normal {
  margin-top: 30px;
  padding-top: 0;
  font-size: 13px;
}

#temp-25-static-moon .box-normal .box-title {
  width: calc(100% + 40px);
  margin: 0 0 0 -18px;
  padding: 5px;
  text-align: center;
}

#temp-25-static-moon .box-normal h4 {
  font-size: 15px;
}

#temp-25-static-moon .box-normal h4+p {
  margin-top: 5px;
}

#temp-25-static-moon .box-normal .col .symbol {
  float: left;
  width: 70px;
}

#temp-25-static-moon .box-normal .col .text {
  float: right;
  width: calc(100% - 70px - 20px);
}

#temp-25-static-moon .box-normal.flame {
  border-color: #ED705A;
}

#temp-25-static-moon .box-normal.flame hr {
  border-color: #ED705A;
}

#temp-25-static-moon .box-normal.flame .box-title {
  background-color: #ED705A;
}

#temp-25-static-moon .box-normal.earth {
  border-color: #9F956D;
}

#temp-25-static-moon .box-normal.earth hr {
  border-color: #9F956D;
}

#temp-25-static-moon .box-normal.earth .box-title {
  background-color: #9F956D;
}

#temp-25-static-moon .box-normal.wind {
  border-color: #A0C7B5;
}

#temp-25-static-moon .box-normal.wind hr {
  border-color: #A0C7B5;
}

#temp-25-static-moon .box-normal.wind .box-title {
  background-color: #A0C7B5;
}

#temp-25-static-moon .box-normal.water {
  border-color: #93C7D6;
}

#temp-25-static-moon .box-normal.water hr {
  border-color: #93C7D6;
}

#temp-25-static-moon .box-normal.water .box-title {
  background-color: #93C7D6;
}

#temp-25-static-moon .moon-calendar-table {
  width: 820px;
  margin: 50px 0 50px -90px;
  table-layout: fixed;
  border-collapse: collapse;
}

#temp-25-static-moon .moon-calendar-table td,
#temp-25-static-moon .moon-calendar-table th {
  border: 1px solid #FFCE00;
}

#temp-25-static-moon .moon-calendar-table th {
  height: 24px;
  font-size: 15px;
  text-align: center;
  background-color: #FFCE00;
}

#temp-25-static-moon .moon-calendar-table th+th {
  border-left: 1.5px solid #fff;
}

#temp-25-static-moon .moon-calendar-table td {
  padding: 20px;
  font-size: 13px;
}

#temp-25-static-moon .moon-calendar-table .middle {
  vertical-align: middle;
}


/* ============================================================================================================================
#temp-26-static-comic
============================================================================================================================ */

#temp-26-static-comic article .indent li {
  list-style: disc;
  margin-left: 1em;
  padding-left: 1em;
}


/* ============================================================================================================================
#temp-27-static-tarot
============================================================================================================================ */

#temp-27-static-tarot .box-tarot {
  margin-top: 15px;
  padding: 20px;
  border: 1px solid #ccc;
}

#temp-27-static-tarot .box-tarot .logo-left {
  float: left;
  width: 422px;
}

#temp-27-static-tarot .box-tarot .text-right {
  float: right;
  width: 335px;
}

#temp-27-static-tarot .box-tarot .text-right .title {
  margin-bottom: 15px;
  line-height: 36px;
  font-size: 30px;
  font-weight: bold;
}

#temp-27-static-tarot .box-tarot .text-right .about {
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 13px;
}

#temp-27-static-tarot .box-tarot .text-right .name {
  font-size: 11px;
}


/* ============================================================================================================================
#temp-28-static-contact
============================================================================================================================ */

#temp-28-static-contact .article-body {
  width: 820px;
}

#temp-28-static-contact .article-body .box-color a {
  font-size: 13px;
  color: #666;
  text-decoration: underline;
}

#temp-28-static-contact .article-body .box-color hr {
  margin: 20px auto;
}

#temp-28-static-contact .article-body .box-color p {
  margin: 0;
}

#temp-28-static-contact .article-body .box-color li+li {
  margin-top: 20px;
}

#temp-28-static-contact .article-body .col {
  margin: 40px auto;
}

#temp-28-static-contact .article-body .col .left {
  float: left;
  width: 400px;
}

#temp-28-static-contact .article-body .col .right {
  float: right;
  width: 400px;
}


/* ============================================================================================================================
#temp-29-static-sitepolicy
============================================================================================================================ */

#temp-29-static-sitepolicy .article-body {
  width: 820px;
}


/* ============================================================================================================================
#temp-30-static-sitemap
============================================================================================================================ */

#temp-30-static-sitemap .article-body {
  width: 820px;
  font-size: 13px;
}

#temp-30-static-sitemap .article-body a {
  color: #222;
  text-decoration: none;
}

#temp-30-static-sitemap .article-body .col {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #707070;
}

#temp-30-static-sitemap .article-body .box {
  float: left;
  width: 170px;
}

#temp-30-static-sitemap .article-body .box+.box {
  margin-left: 46px;
}

#temp-30-static-sitemap .article-body .box:nth-child(4n + 1) {
  clear: both;
  margin-left: 0;
}

#temp-30-static-sitemap .article-body .box:nth-child(n + 5) {
  margin-top: 40px;
}

#temp-30-static-sitemap .article-body .box a {
  font-weight: normal;
}

#temp-30-static-sitemap .article-body .box p {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

#temp-30-static-sitemap .article-body .box p a {
  font-weight: bold;
}

#temp-30-static-sitemap .article-body .box ul {
  margin-top: 10px;
}

#temp-30-static-sitemap .article-body .box ul li+li {
  margin-top: 5px;
}

#temp-30-static-sitemap .article-body .other a {
  font-weight: normal;
}


/* ============================================================================================================================
#temp-31-static-404
============================================================================================================================ */

#temp-31-static-404 #content .message {
  margin-top: 60px;
  line-height: 30px;
  font-size: 26px;
  text-align: center;
}

#temp-31-static-404 #content .message img {
  width: 100px;
}

#temp-31-static-404 #content .desc {
  margin: 40px auto;
  text-align: center;
}

#temp-31-static-404 #content .link {
  width: 300px;
  margin: 0 auto;
  font-size: 18px;
}

#temp-31-static-404 #content .link li+li {
  margin-top: 10px;
}


/* ============================================================================================================================
#temp-32-static-monthly
============================================================================================================================ */

#temp-32-static-monthly #content .box {
  margin: 20px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#temp-32-static-monthly #content .box h3 {
  float: left;
  width: 150px;
  font-size: 22px;
  font-weight: bold;
}

#temp-32-static-monthly #content .box ul {
  float: right;
  width: calc(100% - 150px);
  font-size: 0;
}

#temp-32-static-monthly #content .box ul li {
  display: inline-block;
  width: 16.6%;
  margin-top: 10px;
  font-size: 13px;
}