@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%;
  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;
  height:auto;
}

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

.font-serif,
.font-serif a {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: normal;
}

/* ============================================================================================================================
#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: 42px;
}

#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: 0 auto;
}

section.module-related{margin-bottom:0;}
section.module-recommend{margin-top:0;}

section.column-single{
  width:1000px;
}

section.column-single .list-vertical-03 .item .text{
 width:720px;
}


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

#footer {
  position: relative;
  z-index: 0;
  margin-top: 100px;
  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: 100px;
}

#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: 110px;
}

#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: 100px;
}

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

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

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

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

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

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

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

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

.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: left;
  color: #888;
  display: flex;
  justify-content: space-between;
}

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

/*** author-header ***/
.article-head .author-header{
  margin: 0 0 15px;
  text-align: center;
  overflow: hidden;
}

.article-head .author-header .author-box{
    /*display: inline-block;*/
}

.article-head .author-header .author {
  display: table-cell;
    height: 34px;
    padding-left: 40px;
    padding-right: 25px;
    font-weight: 700;
    font-size: 16px;
    position: relative;
  vertical-align: middle;
}

.author-header.article-author-profile .author{
  display: block;
}
.article-head .author-header .author:last-child{
    padding-right: 0;
}

.article-head .author-header .author .icon-author {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;	
}

.article-head .author-header > span.date {
    display: inline-block;
    float: right;
    line-height: 40px;
    color: #757575;
    font-weight: 100;
    font-size: 12px;
    font-size: 1.2rem;
}

/* ----------------------------------------------------------------------------------------------------------------------------
.article-keyword
---------------------------------------------------------------------------------------------------------------------------- */

.article-keyword {
  position: relative;
  margin-top: 20px;
  padding-left: 44px;
}

.article-keyword::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/common/crea/images/v1/icon/tag.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  margin: 5px 10px 5px 5px;
  width: 24px;
  height: 24px;
}

.article-keyword .item {
  display: inline-block;
  background-color: #efefef;
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin-right: 10px;
}

/* ----------------------------------------------------------------------------------------------------------------------------
.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;
  font-size:16px;
}

.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!important;
  border-top: 1px solid #ccc!important;
}

.article-body hr:before {
  display: none;
}

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

/*button01*/
.article-body .link-button.button01 {
    margin-top: 0;
    text-align: center;
    max-width: 750px;
    width: initial;
}

.article-body .link-button.button01 a {
  display: block;
  padding: 16px 24px;
  border: 1px solid #666;
  text-align: center;
  background: #FFF;
  position: relative;
}

.article-body .link-button.button01 a:before {
    content: none;
}

.article-body .link-button.button01 a span.fixed-label{
  font-size: 16px;
  line-height: 1.4;
  color: #9B9B9B;
  margin-right: 5px;
  font-weight: normal;
}

.article-body .link-button.button01 a span.link-label{
  font-size: 16px;
  text-decoration: underline;
  font-weight: 700;
  color: #000;
}

/*author*/
.article-body .link-button.author {
  margin: 0 0 0 auto;
  min-width: 350px;
  width: fit-content;
}

.article-body .link-button.author:before {
  margin-bottom: 0;
}

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

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

/* 本の話記事交換テーブル対応 BUNSHUN_DEVELOPER-395 20221021 */
.article-body.books th {
  background-color: #e9f5fd;
  width: 20%;
  max-width: 120px;
  font-weight: bold;
}
.article-body.books th, .article-body.books td {
  font-size: 14px;
  line-height: 1.4;
  border: solid 1px #dcdcdc;
  padding: 2%;
}

.article-body.books figure{
  text-align: center;
  margin-bottom: 30px;
}

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

.article-body:is(.books, .online) img {
  width: auto;
  max-height: 640px;
}

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

.article-body figure > a {
  display: inline-block;
}

.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 > a {
  position: relative;
}

.article-body .gallery-icon > a: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%;
  height:auto;
}

.article-body img#read-to-end{width:1px;height:1px;}

.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 .pr {
  position: relative;
}

.article-body .magazine-buy .pr:after {
  content: '【PR】';
  display: inline-block;
}

.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 .psychology-share .inner .x_psychology img {
  width: 30px;
}

.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 .detail > p{
 font-size:11px;
}

.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 .module-sanmeigaku {
  margin: 40px auto;
}

.article-body .module-sanmeigaku .col .item {
  width: 200px;
  margin: 0;
}

.article-body .module-sanmeigaku .result .col .image {
  width: 290px;
}

.article-body .module-sanmeigaku .result .col .text {
  width: 290px;
}

.article-body .module-sanmeigaku .result .col .text .title {
  font-size: 22px;
}

.article-body .module-sanmeigaku .result .col .text .detail {
  margin: 0;
}

.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 {
  position: relative;
  width: 767px;
  margin: 0 auto 6px;
}

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


.article-image article .main-image .prev {
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 30px;
  height: 30px;
  /*
  background: url(/common/crea/images/v1/icon/arrow_white.png) left top no-repeat;
  background-size: 100%;
  */
}

.article-image article .main-image .next {
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  /*
  background: url(/common/crea/images/v1/icon/arrow_white.png) left top no-repeat;
  background-size: 100%;
  */
}

.article-image article ul {
  width: 767px;
  margin: 0 auto 50px;
  font-size: 0;
}

.article-image article ul li {
  display: inline-block;
  width: 65px;
  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 span{
  display: block;
  width: 100%;
  padding-top: 100%;
  border: 1px solid #707070;
  background: center center no-repeat;
  background-size: cover;
  cursor:pointer;
}

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

.gallery-button-prev,
.gallery-button-next {
  background: url(/common/crea/images/v1/icon/arrow_white.png) no-repeat center;
  background-size:30px;
  height: 44px;
  margin-top: -24px;
  top: 50%;
  width: 44px;
  border-radius: 50%;
}
.gallery-button-prev {
  transform: rotate(180deg);
  left:-7px;
}
.gallery-button-next{right:-7px;}
.gallery-thumbList__item.is-current span{
 border: 1px solid #E54C78;
}
.gallery-thumbList__item:not(.is-current) img {
  opacity: .5;
}
.gallery-slide__inner {
  width: 767px;
}
.gallery-slide__img > img {
  max-width: 100%;
  height: 50vw;
  max-height: 511px;
  object-fit: contain;
  pointer-events: none;
}
.gallery-thumbList__item {
  height: 65px;
  position: relative;
  width: 100%;
}
.gallery-thumbList__item > img {
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
/* ----------------------------------------------------------------------------------------------------------------------------
.head
---------------------------------------------------------------------------------------------------------------------------- */

.head {
  position: relative;
}

.head h1 {
  width: auto;
  line-height: 46px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

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

.head .share {
  position: static;
  right: 0;
  bottom: 8px;
  width: auto;
  font-size: 0;
  text-align: right;
}

#temp-05-list-d .head .share{
 top:10px;
}

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

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

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

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

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

.wrap {
  max-width: 1166px;
  margin: 20px auto;
  margin-bottom: unset;
  padding-bottom: 20px;
  background: #fff;
}

/* ----------------------------------------------------------------------------------------------------------------------------
.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 {
  position: relative;
  float: left;
  width: 420px;
  height: 315px;
  background: center center no-repeat;
  background-size: cover;
}
.serial-info .image-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: 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: 19px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}
.list-normal .item .text .title.related{
 text-align:left;
}

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

.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 + 4) {
  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 .media {
  font-size: 13px;
  margin-bottom: 5px;
}

.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;
  text-align: left;
}

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

.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;
  font-size:10px !important;
  font-weight:normal;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.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.traveller .image:before {
  content: 'CREA Traveller';
  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: var(--traveller-key-color, #bfa366);
}

.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.member-present .text {
  height: auto;
  min-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: 12px;
}

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

.list-vertical-03 .item.member-present .text .bottom {
  position: static;
}

.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.genre .image {
  padding-top: 70%;
  background: center top no-repeat;
  background-size: cover;
}

.list-grandtop.fortune .image{
 padding-top:0%;
}

.list-grandtop .image.top-first {
  position: relative;
}
.list-grandtop .image.top-first .top-first-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: 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;
  padding: 0 0;
  text-align: left;
}

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

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

.comic-essay-bottom section{width:auto;}


/* ----------------------------------------------------------------------------------------------------------------------------
.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: 540px;
}
.ranking-box .tabs.wide{
 width:560px;
}

.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.-pc_underarticle {
  min-height: 90px;
}

.ad-banner.-pc_right_1st {
  min-height: 250px;
}

.ad-banner.-pc_right_2nd {
  /*min-height: 250px;*/
}

.ad-banner img {
  width: 100%;
  height:auto;
}

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

.ad-banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 102%;
  margin: 40px 0 40px -1%;
}

.ad-banner-list .ad-banner {
  width: 32%;
  margin: 5px .5%;
}

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

.photo-link-button {
  width: 650px;
  margin: 30px auto;
}

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

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

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

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

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

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

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

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

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

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

.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.pr {
  position: relative;
}

.headline.pr:after {
    content: '【PR】';
    display: inline-block;
}

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

.headline-ribbon-wrap {
  text-align: center;
}

.headline-ribbon {
  display: inline-block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
}

.headline-ribbon:before,
.headline-ribbon:after {
  content: '';
  position: absolute;
  bottom: -13px;
  z-index: 0;
  border: 21px solid #E2CBBD;
  width: 60px;
  box-sizing: border-box;
}

.headline-ribbon:before {
  left: -21px;
  border-left-color: transparent;
  border-left-width: 14px;
}

.headline-ribbon:after {
  right: -21px;
  border-right-color: transparent;
  border-right-width: 14px;
  z-index: -1;
}

.headline-ribbon h3 {
  width: 330px;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 5px 10px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  background: #FFF;
  border-top:solid 1px #707070;
  border-bottom:solid 1px #707070;
}

.headline-ribbon h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 14px transparent;
  border-right: solid 38px #707070;
}

.headline-ribbon h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 14px transparent;
  border-left: solid 38px #707070;
}

.headline-ribbon-icon {
  position: absolute;
  margin: 0 auto;
  top: -32px;
  left: 0;
  right: 0;
  width: 62px;
  height: 62px;
  border: solid 1px #707070;
  border-radius: 50%;
  background: #FFF;
}

.headline-ribbon-icon img {
  width: 18px;
  height: 18px;
  position: relative;
  top: 9px;
}

.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;
  margin-right: 10px;
}

.module-sns-share ul {
  display: inline-block;
  font-size: 0;
  width: auto;
  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: 28px;
}

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

.module-sns-share ul li.copy{
  position: relative;
}

.module-sns-share ul li.copy #copy-result {
  display: none;
  min-width: 84px;
  min-height: 44px;
  padding: 3px 5px;
  position: absolute;
  bottom: 0;
  left: 41px;
  background-color: #666;
  border-radius: 4px;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130% ;
  color: #fff;
}

.module-sns-share ul li.copy #copy-result::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -10px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 5px solid #666;
}

/* ----------------------------------------------------------------------------------------------------------------------------
.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: 115px;
  padding: 10px 0 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.noprovide{
  border: none !important;
}

.module-magazine-info.noprovide:before{
  display: none;
}

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

.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;
  max-width: 260px;
}

/* --------------
レイアウト01
---------------- */

.module-magazine-info--layout01 {
  color: #333;
}

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

.module-magazine-info--layout01 p {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.module-magazine-info--layout01 .col {
  padding: 20px;
  background-color: #F8F2EF;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px; 
}

.module-magazine-info--layout01 .col .image {
  float: none;
  width: 210px;
  margin-bottom: 0;
}

.module-magazine-info--layout01 .col .image a:hover {
  opacity: 0.6;
}

.module-magazine-info--layout01 .col .text {
  float: none;
  width: auto;
  line-height: 22px;
  font-size: 13px;
}

.module-magazine-info--layout01 .col .text .title {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

.module-magazine-info--layout01 .col .text .copy {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 4px;
}

.module-magazine-info--layout01 .col .text .price {
  margin-bottom: 14px;
}

.module-magazine-info--layout01 .col .detail {
  float: none;
  width: auto;
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.module-magazine-info--layout01 .col .link-button {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 370px;
}

.article-body .module-magazine-info--layout01 .link-button:before {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------------------------------------------------------------------
.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;
  width:79px;
}

.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{
 min-height: 750px;
}

.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: 18.8%;
    margin: 2% 0 0 1.5%;
    padding: 0;
}

.module-related .list-normal .item+.item {
  margin: 0 0 0 1.5%;
}

.module-related .list-normal .item:last-child {
  margin-left: 1.5%;
}

.module-related .list-normal .item .image {
  padding-top: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------------------
.module-related-horoscope
---------------------------------------------------------------------------------------------------------------------------- */

.module-related-horoscope {
  background: #F8F2EF;
  padding: 40px 19px 24px
}

.module-related-horoscope._icon {
  padding: 55px 19px 24px
}

.module-related-horoscope .list-normal {
  margin: 40px auto 25px;
}

.module-related-horoscope .link-button {
    width: 320px;
}

.module-related-horoscope .list-normal .item+.item {
    margin-left: 16px;
}

/* ----------------------------------------------------------------------------------------------------------------------------
.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
---------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------
.module-sanmeigaku
---------------------------------------------------------------------------------------------------------------------------- */
.module-sanmeigaku {
  margin:60px auto 80px;
}

.module-sanmeigaku .title {
  margin: 0 0 40px;
  font-size:24px;
  font-weight: bold;
  line-height:1;
  text-align:center;
}

.module-sanmeigaku .col {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin: 0 0 40px;
}

.module-sanmeigaku .col .item {
  position:relative;
  width:250px;
}

.module-sanmeigaku .col .item:after {
  content: '>';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 24px;
  pointer-events: none;
}

.module-sanmeigaku .col .item select {
  width:100%;
  padding:20px;
  font-size:18px;
  text-align:center;
  background:#EFEFEF;
  border:none;
  -webkit-appearance: none;
   -moz-appearance: none;
  appearance: none;
}

.module-sanmeigaku .submit  {
  width:422px;
  margin: 0 auto 40px;
  padding: 15px;
  font-size:20px;
  text-align:center;
  color:#fff;
  background:#707070;
}

.module-sanmeigaku .result {
  position: relative;
  display: none;
  padding: 40px 20px;
  background: #EFEFEF;
}

.module-sanmeigaku .result:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url('/common/crea/images/v1/icon/loader.gif') no-repeat;
  background-size: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .1s ease-in-out;
}

.module-sanmeigaku .result.loader:before {
  opacity: 1;
}

.module-sanmeigaku .result.loader .col {
  opacity: 0;
}

.module-sanmeigaku .result .col {
  position: relative;
  margin: 0;
  opacity: 1;
  transition: opacity .1s ease-in-out;
}

.module-sanmeigaku .result .col .image {
  width: 420px;
}

.module-sanmeigaku .result .col .text {
  width: 335px;
}

.module-sanmeigaku .result .col .text .title {
  margin: 0 0 20px;
  line-height: 1.3;
  text-align: left;
}

/* ----------------------------------------------------------------------------------------------------------------------------
.module-fortune-search
---------------------------------------------------------------------------------------------------------------------------- */
.module-fortune-search {
  position: relative;
  margin: 45px auto 50px;
  padding: 4px;
  height: auto;
  background-repeat: no-repeat;
  background-image: 
    url(/common/crea/images/v1/fortune/frame01_top_l.png), 
    url(/common/crea/images/v1/fortune/frame01_top_r.png),
    url(/common/crea/images/v1/fortune/frame01_bottom_l.png),
    url(/common/crea/images/v1/fortune/frame01_bottom_r.png);
  background-position: top left, top right, bottom left, bottom right;
  background-size: 30px;
}

.module-fortune-search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 3px;
  border: solid 1px #AB9F9F;
  outline: solid 1px #AB9F9F;
  outline-offset: 2px;
  z-index: -1;
}

.module-fortune-search__inner {
  position: relative;
  margin: 0;
  padding: 30px 35px;
}

.module-fortune-search__ico {
  width: 286px;
  margin: 0 auto 14px;
}

.module-fortune-search__title {
  color: #333;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.6px;
  margin-bottom: 7px;
}

.module-fortune-search__subtitle {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  margin-bottom: 14px;
}

.module-fortune-search__col {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  gap: 20px; 
}

.module-fortune-search__item {
  position:relative;
  width:122px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height:  23.4px;
}

.module-fortune-search__item:after {
  content: '';
  position: absolute;
  background: #999;
  height: calc(16px / 2 * tan(60deg));
  width: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  right: 35px;
  top: 50%;
  font-size: 24px;
  pointer-events: none;
  margin-top: -5px;
}

.module-fortune-search__item--year {
  width:210px;
}

.module-fortune-search__item select {
  width:100%;
  padding: 15px;
  font-size:18px;
  text-align:center;
  background:#fff;
  border:solid 1px #ccc;
  -webkit-appearance: none;
   -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  margin-right:8px;
}

.module-fortune-search__submit {
  width:124px;
  margin: 0 ;
  padding: 11px;
  font-size:18px;
  text-align:center;
  color:#fff;
  background:#E54C78;
  border-radius: 6px;
  cursor: pointer;
  border: 0;
}

.module-fortune-search__submit:hover {
    opacity: 0.6;
}

.module-fortune-search__result {
  background: #F8F2EF;
  margin:20px auto 0;
  padding: 14px;

}

.module-fortune-search__result--title {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height:43px;
}

.module-fortune-search__result--title span {
  font-size: 14px;
  font-weight: 600;
  line-height: 180%;
}

.module-fortune-search .result {
  position: relative;
  display: none;
  padding: 40px 20px;
  background: #EFEFEF;
}

.module-fortune-search .result:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url('/common/crea/images/v1/icon/loader.gif') no-repeat;
  background-size: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .1s ease-in-out;
}

.module-fortune-search .result.loader:before {
  opacity: 1;
}

.module-fortune-search .result.loader .col {
  opacity: 0;
}

.module-fortune-search .result .col {
  position: relative;
  margin: 0;
  opacity: 1;
  transition: opacity .1s ease-in-out;
}

.module-fortune-search .result .col .image {
  width: 420px;
}

.module-fortune-search .result .col .text {
  width: 335px;
}

.module-fortune-search .result .col .text .title {
  margin: 0 0 20px;
  line-height: 1.3;
  text-align: left;
}

.fortune-swiper {
  overflow: hidden;
}

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

#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 p:not(:last-child) {
    margin-bottom: 10px;
}

#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-14-list-m .box-notes p.travller span {
  background-color: var(--traveller-key-color, #bfa366);
}

#temp-14-list-m .box-notes p.travller a {
  color: var(--traveller-key-color, #bfa366);
}

/* ============================================================================================================================
#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-22-article-magazine
============================================================================================================================ */

#temp-22-article-magazine .article-body em, #temp-22-article-magazine .article-body.mook h2, #temp-22-article-magazine .article-body.traveller h2 {
    color: #fff;
    font-style: normal;
    display: block;
    background: #AB9F9F;
    box-sizing: border-box;
    padding: 4px 10px;
}

#temp-22-article-magazine .article-body.mook h2 em,#temp-22-article-magazine .article-body.traveller h2 em{
    color: #fff;
}

#temp-22-article-magazine .article-body.mook em ,#temp-22-article-magazine .article-body.traveller em{
    color: #AB9F9F;
    font-style: normal;
    display: inline-block;
    background: none;
    box-sizing: border-box;
    padding: 0;
}

#temp-22-article-magazine .article-body em br{
  display: none;
}

#temp-22-article-magazine .article-body ul li {
  margin-bottom: 20px;
}

#temp-22-article-magazine .article-body ul li span{
  line-height: 150%;
  display: block;
}

#temp-22-article-magazine .article-body h4 {
  position: relative;
  margin-top: 40px;
  font-size: 20px;
}

#temp-22-article-magazine .article-body .magazine-buy ul li{
  width: 140px;
  margin: 0 1% 10px;
}

#temp-22-article-magazine .article-body .magazine-buy ul li:nth-child(4n + 1) {
    margin: 0 1%;
}

#temp-22-article-magazine .article-body h3{
  position: relative;
  margin-top: 40px;
  font-size: 20px;
}

#temp-22-article-magazine .article-body .box-thick h4 {
  position: relative;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
}


/* ============================================================================================================================
#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% + 36px);
  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;
}


/* ============================================================================================================================
#temp-33-interview-list
============================================================================================================================ */
#temp-33-interview-list #wrapper{
  padding: 85px 0 0;
}

#temp-33-interview-list #header .logo {
  margin: 0 auto;
  padding: 26px 0
}

#temp-33-interview-list  #header.min .logo {
  margin-bottom: 0;
}

#temp-33-interview-list #interview-keyvisual {
  position: relative;
  padding: calc(100vh - 85px) 0 0;
  overflow: hidden;
  background: #ccc url("/common/crea/images/v1/icon/mv_loader.gif") 50% 50% no-repeat;
}

#temp-33-interview-list #interview-keyvisual #keyvisual-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#temp-33-interview-list #interview-keyvisual #keyvisual-swiper:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

#temp-33-interview-list #interview-keyvisual #keyvisual-swiper .swiper-slide {
  background: 50% 50% no-repeat;
  background-size: cover;
}

#temp-33-interview-list #interview-keyvisual #keyvisual-swiper .swiper-pagination {
    bottom: 40px;
}

#temp-33-interview-list #interview-keyvisual #keyvisual-swiper .swiper-pagination-bullet {
    top: 0;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    background-color: #fff;
    opacity: 1;
    transition: all 0.4s ease;
}

#temp-33-interview-list #interview-keyvisual #keyvisual-swiper .swiper-pagination-bullet-active {
  background-color: #AEAEAE;
}

#temp-33-interview-list #interview-keyvisual .video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

#temp-33-interview-list #interview-keyvisual .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

#temp-33-interview-list #interview-keyvisual .video-wrapper:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

#temp-33-interview-list #interview-keyvisual .text {
  position: absolute;
  bottom: 120px;
  z-index: 1;
  width: 100%;
  color: #fff;
  font-weight: normal;
}

#temp-33-interview-list #interview-keyvisual .text a {
  display: block;
}

#temp-33-interview-list #interview-keyvisual .text .title {
  width: 1020px;
  margin: 0 auto 30px;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}

#temp-33-interview-list #interview-keyvisual .text .summary {
  width: 1020px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 31px;
}

#temp-33-interview-list .module-ranking-01 {
  width: 1020px;
}

#temp-33-interview-list #interview-keyvisual .traveler {
  font-family: 'Noto Serif', serif;
}

#temp-33-interview-list #interview-keyvisual .traveler .summary,
#temp-33-interview-list #interview-keyvisual .traveler .title {
  text-align: center;
}

/* ============================================================================================================================
#temp-34-cosmetic2021
============================================================================================================================ */
#temp-34-cosmetic2021 {
  margin: 0 0 -120px;
  font-size: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: calc(38/20);
  color: #3C3C3C;
}

#temp-34-cosmetic2021 .hide {
  opacity: 0;
  transition: all .6s ease;
}

#temp-34-cosmetic2021 .hide.show,
#temp-34-cosmetic2021 .hide .show {
  opacity: 1;
}

#temp-34-cosmetic2021 .fade-type-a {
  transform: translateY(50px);
  transition: all .6s ease;
}

#temp-34-cosmetic2021 .fade-type-a.show,
#temp-34-cosmetic2021 .show .fade-type-a  {
  transform: translateY(0);
}

#temp-34-cosmetic2021 .fade-type-b {
  transform: translateX(-100px);
  transition: all .8s ease;
}

#temp-34-cosmetic2021 .fade-type-b.show,
#temp-34-cosmetic2021 .show .fade-type-b  {
  transform: translateX(0);
}

#temp-34-cosmetic2021 .font-didot {
  font-family: linotype-didot, serif;
}

#temp-34-cosmetic2021 .font-midashi {
  /* font-family: toppan-bunkyu-midashi-go-std, sans-serif; */
}

#temp-34-cosmetic2021 .cosmetic2021-block {
  position: relative;
}

#temp-34-cosmetic2021 .cosmetic2021-block .inner {
  width: 1000px;
  margin: 0 auto;
}

#temp-34-cosmetic2021 .cosmetic2021-block .more {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

#temp-34-cosmetic2021 .cosmetic2021-block .more .btn {
  position: relative;
  width: 210px;
  padding: 0 0 8px;
  font-size: 27px;
  line-height: 1;
  border-bottom: 1px solid #666;
}

#temp-34-cosmetic2021 .cosmetic2021-block .more .btn:after {
  display: block;
  content: "";
  width: 23px;
  height: 1px;
  background: #666;
  position: absolute;
  right: -3px;
  bottom: 7px;
  transform: rotate(45deg);
}

#temp-34-cosmetic2021 .cosmetic2021-intro {
  background: #EFE8E2;
}

#temp-34-cosmetic2021 .cosmetic2021-intro .inner {
  padding: 160px 0 100px;
}

#temp-34-cosmetic2021 .cosmetic2021-intro .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 130px;
}

#temp-34-cosmetic2021 .cosmetic2021-intro .row .logo {
  width: 435px;
  margin-left: -24px;
}

#temp-34-cosmetic2021 .cosmetic2021-intro .row .text {
  width: 542px;
}

#temp-34-cosmetic2021 .cosmetic2021-intro .row .text h2 {
  margin: 0 0 1em;
  font-size: 37px;
  line-height: calc(62/40);
  color: #A27F43;
}

#temp-34-cosmetic2021 .cosmetic2021-intro .row .text h2 span {
  position: relative;
  z-index: 0;
}

#temp-34-cosmetic2021 .cosmetic2021-intro .row .text h2 span:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 12px;
  background: #D6C8B8;
}


#temp-34-cosmetic2021 .cosmetic2021-pickup {
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #efe8e2 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#efe8e2 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#efe8e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efe8e2',GradientType=0 );
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .inner {
  padding: 112px 0 130px;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .header {
  position: relative;
  min-height: 204px;
  margin: 0 0 139px;
  padding: 0 0 0 42px;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 204px;
  background: url(/common/crea/images/cosmetic2021/heading.png) 0 0 / 100% no-repeat;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .header .catch {
  margin: 0 0 1em;
  font-size: 37px;
  line-height: 1;
  color: #A27F43;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item + .item {
  margin: 140px 0 0;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item .box {
  position: relative;
  margin: 0 0 40px;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item .box .video video,
#temp-34-cosmetic2021 .cosmetic2021-pickup .item .box .video iframe {
  width: 100%;
  vertical-align: top;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item .box .video iframe {
  height: 563px;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item .lead {
  margin: 0 0 60px;
  font-size: 18px;
  line-height: calc(35/18);
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item1 .box .text {
  position: absolute;
  right: 71px;
  top: 61px;
  width: 100px;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item1 .more a {
  color: #964B23;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item1 .more .btn {
  border-color: #964B23;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item1 .more .btn:after {
  background: #964B23;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item2 .box .text {
  width: 458px;
  margin: 0 0 60px;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item2 .more a {
  color: #95717E;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item2 .more .btn {
  border-color: #95717E;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item2 .more .btn:after {
  background: #95717E;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item3 .box .image {
  width: 734px;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item3 .box .text {
  position: absolute;
  right: 71px;
  top: 0;
  width: 101px;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item3 .more a {
  color: #7B7147;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item3 .more .btn {
  border-color: #7B7147;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item3 .more .btn:after {
  background: #7B7147;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item4 .box {
  margin: 0;
}


#temp-34-cosmetic2021 .cosmetic2021-awards {
  padding: 50px 0 130px;
  background: #EFE8E2;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .logo {
  width: 350px;
  margin: 0 auto 40px;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .catch {
  margin: 0 0 32px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #A27F43;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .lead {
  margin: 0 0 12px;
  text-align: center;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .box.show .item {
  opacity: 1;
  transition: opacity 1.2s ease;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(1) {
  transition-delay: 100ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(2) {
  transition-delay: 200ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(3) {
  transition-delay: 300ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(4) {
  transition-delay: 400ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(5) {
  transition-delay: 500ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(6) {
  transition-delay: 600ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(7) {
  transition-delay: 700ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(8) {
  transition-delay: 800ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(9) {
  transition-delay: 900ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(10) {
  transition-delay: 1000ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(11) {
  transition-delay: 1100ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(12) {
  transition-delay: 1200ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(13) {
  transition-delay: 1300ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(14) {
  transition-delay: 1400ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(15) {
  transition-delay: 1500ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(16) {
  transition-delay: 1600ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(17) {
  transition-delay: 1700ms;
}
#temp-34-cosmetic2021 .cosmetic2021-awards .box .item:nth-child(18) {
  transition-delay: 1800ms;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .item {
  width: 308px;
  height: 308px;
  margin: 40px 0 0;
  opacity: 0;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .item a:hover {
  opacity: 1;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .item a .image,
#temp-34-cosmetic2021 .cosmetic2021-awards .item a .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .item a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .item a .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,.7);
  opacity: 0;
  transition: opacity .3s ease;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .item a:hover .text {
  opacity: 1;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .item a .text:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 0;
  border-bottom: 1px solid #fff;
  transition: width .3s ease;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .item a:hover .text:before {
  width: calc(100% - 48px);
}

#temp-34-cosmetic2021 .cosmetic2021-awards .item a .text p {
  opacity: 0;
  transition: opacity .3s ease .3s;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .item a:hover .text p {
  opacity: 1;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .item a .text .en {
  padding: 0 0 16px;
  font-size: 14px;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .item a .text .ja {
  padding: 16px 0 0;
}


#temp-34-cosmetic2021 .cosmetic2021-mybest {
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #efe8e2 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#efe8e2 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#efe8e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efe8e2',GradientType=0 );
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .inner {
  padding: 112px 0 130px;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .header {
  position: relative;
  min-height: 204px;
  margin: 0 0 90px;
  padding: 0 0 0 42px;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 204px;
  background: url(/common/crea/images/cosmetic2021/heading.png) 0 0 / 100% no-repeat;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .header .catch {
  margin: 0 0 1em;
  font-size: 37px;
  line-height: 1.5;
  color: #A27F43;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .image {
  margin: 0 0 70px;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest {
  padding: 0 0 42px;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .more {
  margin: 0 0 200px;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .more a {
  color: #A27F43;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .more .btn {
  border-color: #A27F43;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .more .btn:after {
  background: #A27F43;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .member {
  position: relative;
  margin: 0 0 70px;
  padding: 70px 0;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .member:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 113px;
  height: 1px;
  background: #909090;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .member:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 113px;
  height: 1px;
  background: #909090;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .member .title {
  width: 311px;
  margin: 0 auto 70px;
  line-height: 1;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest dl {
  font-size: 16px;
  line-height: calc(36/16);
  text-align: center;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest dl dt {
  font-weight: bold;
  text-decoration: underline;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest dl dd + dt {
  margin-top: 2em;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .howto {
  position: relative;
  margin: 0 0 140px;
  padding: 0 0 70px;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .howto:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 113px;
  height: 1px;
  background: #909090;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .howto .title {
  width: 270px;
  margin: 0 auto 70px;
  line-height: 1;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .howto .text {
  font-size: 16px;
  line-height: calc(36/16);
  text-align: center;

}

#temp-34-cosmetic2021 .cosmetic2021-mybest .sns {
  width: 225px;
  margin: 0 auto;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .sns .img_txt {
  width: 140px;
  margin: 0 auto 21px;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .sns ul li {
  width: 32px;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .notes {
  width: 1200px;
  margin: 0 auto;
  padding: 33px 0 0;
  border-top: 1px solid #707070;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .notes p {
  width: 1000px;
  margin: 0 auto;
  font-size: 13px;
  line-height: calc(18/13);
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .notes p + p {
  margin-top: 2em;
}






/* ============================================================================================================================
#temp-34-bestcosmetics2022
============================================================================================================================ */
@font-face {
  font-family: "URWDINCond";
  src: local('URWDINCond-Regular'),
         url('/common/fonts/urwdincond/URWDINCond-Regular.eot') format('embedded-opentype'),
         url('/common/fonts/urwdincond/URWDINCond-Regular.woff') format('woff'),
         url('/common/fonts/urwdincond/URWDINCond-Regular.ttf') format('truetype');
}

.bestcosmetics2022-wrap .font-urwdincond {
  font-family: URWDINCond, serif;
}

.bestcosmetics2022-wrap .font-yumincho {
  font-family: "Yu Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bestcosmetics2022-wrap .header {
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.bestcosmetics2022-wrap .header .logo {
  width: 104px;
}

.bestcosmetics2022-wrap #content {
  width: 390px;
  position: absolute;
  top: 0;
  right: 86px;
  background: #FFFFFF;
}

.bestcosmetics2022-wrap #content .content-inner {
  position: relative;
}

.bestcosmetics2022-wrap #content .content-inner::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: -4px;
  background: #FFFFFF;
}

.bestcosmetics2022-wrap #content .content-inner::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -4px;
  background: #FFFFFF;
}

#temp-34-bestcosmetics2022 {
  margin: 0 0 -20px;
  font-size: 13px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: calc(22/13);
  color: #000000;
}

#temp-34-bestcosmetics2022 .hide {
  opacity: 0;
  transition: all .6s ease;
}

#temp-34-bestcosmetics2022 .hide.show,
#temp-34-bestcosmetics2022 .hide .show {
  opacity: 1;
}

#temp-34-bestcosmetics2022 .fade-type-a {
  transform: translateY(50px);
  transition: all .6s ease;
}

#temp-34-bestcosmetics2022 .fade-type-a.show,
#temp-34-bestcosmetics2022 .show .fade-type-a  {
  transform: translateY(0);
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-block {
  position: relative;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-block .inner {
  width: 100%;
  margin: 0 auto;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-intro {
  background: rgba(174, 208, 213, 0.1);
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-intro .inner {
  padding: 50px 0;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-intro .content .logo {
  width: calc(200/375*100%);
  margin: 0 auto 28px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-intro .content .text h2 {
  margin: 0 0 18px;
  text-align: center;
  line-height: calc(37/23);
  font-size: 18px;
  color: #2C3D67;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-intro .content .text .lead {
  width: calc(338/375*100%);
  margin: 0 auto;
  font-size: 14px;
  line-height: calc(28/14);
}


#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .inner {
  padding: 20px 0 40px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .video-container {
  width: calc(305/375*100%);
  margin: 0 auto;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .video-container video {
  width: 100%;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container {
  width: calc(305/375*100%);
  margin: 0 auto;
  padding: 15px 18px;
  position: relative;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container::before {
  content: '';
  position: absolute;
  width: 67px;
  height: 74px;
  top: 0;
  left: 0;
  border: solid 1px #3D3D78;
  border-bottom: none;
  border-right: none;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container::after {
  content: '';
  position: absolute;
  width: 67px;
  height: 74px;
  bottom: 0;
  right: 0;
  border: solid 1px #3D3D78;
  border-top: none;
  border-left: none;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment-lead {
  margin-bottom: 14px;
  font-weight: 700;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .commentator {
  margin-bottom: 14px;
  text-align: right;
  font-weight: 700;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .commentator span {
  font-size: 11px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment {
  position: relative;
  box-sizing: border-box;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment .readmore-content {
  position: relative;
  overflow: hidden;
  height: 110px;
  margin-bottom: 14px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment .readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment .readmore-label {
  margin: 4px;
  padding: 10px 0;
  display: block;
  position: relative;
  border: 1px solid #3D3D78;
  text-align: center;
  font-size: 12px;
  color: #3D3D78;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment .readmore-label:before {
  content: "Read more";
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment .readmore-label:after {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  border: 1px solid #3D3D78;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment .readmore-label .arrow {
  width: 6px;
  height: 6px;
  margin: auto 0;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 20px;
  border-bottom: solid 1px #3D3D78;
  border-right: solid 1px #3D3D78;
  transform: rotate(45deg);
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment .readmore-check {
  display: none;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment .readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment .readmore-check:checked ~ .readmore-label:before {
  content: "Close";
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment .readmore-check:checked ~ .readmore-label .arrow {
  top: 2px;
  border: none;
  border-top: solid 1px #3D3D78;
  border-left: solid 1px #3D3D78;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment .readmore-check:checked ~ .readmore-content {
  height: auto;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-pickup .comment-container .comment .readmore-check:checked ~ .readmore-content::before {
  display: none;
}


#temp-34-bestcosmetics2022 .bestcosmetics2022-member {
  border-top: solid 4px #2C3D67;
  border-bottom: solid 4px #2C3D67;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-member .inner {
  padding: 0 0 40px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-member .image-container {
  width: 100%;
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-member .image-list {
  display: flex;
  flex-flow: row nowrap;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-member .image-list:first-child {
  animation: loop 50s -25s linear infinite;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-member .image-list:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-member .image-container:hover .image-list {
  animation-play-state: paused;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-member .image-list .image {
  width: 98px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-member .catch {
  margin-bottom: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  color: #2C3D67;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-member .member-list {
  width: calc(338/375*100%);
  margin: 0 auto;
  text-align: center;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-member .member-list dt {
  font-weight: 700;
  font-size: 10px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-member .member-list dd + dt {
  margin-top: 17px;
}


#temp-34-bestcosmetics2022 .bestcosmetics2022-awards {
  background: rgba(174, 208, 213, 0.1);
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .inner {
  padding: 40px 0;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .catch {
  margin-bottom: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  color: #2C3D67;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .lead {
  width: calc(338/375*100%);
  margin: 0 auto 25px;
  text-align: center;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(338/375*100%);
  margin: 0 auto;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .tab .item {
  width: 50%;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #A5A5A5;
  color: #A5A5A5;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .tab .item.enable {
  border-bottom: 2px solid #2C3D67;
  color: #2C3D67;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box {
  width: calc(338/375*100%);
  margin: 0 auto;
  padding: 10px 0 18px;
  background: #fff;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box.show .item {
  opacity: 1;
  transition: opacity 1.2s ease;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(1) {
  transition-delay: 100ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(2) {
  transition-delay: 200ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(3) {
  transition-delay: 300ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(4) {
  transition-delay: 400ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(5) {
  transition-delay: 500ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(6) {
  transition-delay: 600ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(7) {
  transition-delay: 700ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(8) {
  transition-delay: 800ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(9) {
  transition-delay: 900ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(10) {
  transition-delay: 1000ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(11) {
  transition-delay: 1100ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(12) {
  transition-delay: 1200ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(13) {
  transition-delay: 1300ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(14) {
  transition-delay: 1400ms;
}
#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item:nth-child(15) {
  transition-delay: 1500ms;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .box-inner {
  display: none;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .box-inner.enable {
  display: block;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .box-inner .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .box-inner .row::after {
  content: "";
  width: calc(150/338*100%);
  display: block;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item {
  width: calc(150/338*100%);
  margin: 12px 0 0;
  opacity: 0;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item a {
  position: relative;
  display: block;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item a .image {
  margin: 0 0 5px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-awards .box .item a .text {
  text-align: center;
  font-weight: 400;
  font-size: 11px;
}


#temp-34-bestcosmetics2022 .bestcosmetics2022-special .inner {
  padding: 40px 0 0;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .catch {
  margin-bottom: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  color: #2C3D67;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .subcatch {
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .subcatch::after {
  content: "";
  width: 62px;
  margin: 10px auto 0;
  display: block;
  border: 1px solid #3D3D78;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .subcatch span {
  font-size: 14px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .lead {
  width: calc(338/375*100%);
  margin: 0 auto 27px;
  text-align: center;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .article-swiper {
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .article-list {
  align-items: stretch;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .article {
  width: calc(226/375*100%);
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .article a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .article .image {
  position: relative;
  width: 100%;
  height: 160px;
  margin-bottom: 12px;
  background: center center no-repeat;
  background-size: cover;
  border: 1px solid #EFEFEF;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .article .title {
  margin-bottom: 14px;
  text-align: center;
  font-size: 12px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .article .date {
  margin-top: auto;
  margin-left: auto;
  font-size: 10px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .swiper-pagination {
  margin-top: 15px;
  position: relative;
  bottom: 0;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .swiper-pagination-bullet-active {
  background: #3D3D78;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .more-button {
  width: calc(338/375*100%);
  margin: 0 auto 40px;
  padding: 4px;
  background: #2C3D67;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .more-button a {
  padding: 12px 0;
  display: block;
  border: 1px solid #FFFFFF;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-special .special-image {
  width: calc(338/375*100%);
  margin: 0 auto 20px;
}


#temp-34-bestcosmetics2022 .bestcosmetics2022-howto {
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-howto .inner {
  padding: 40px 0;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-howto .catch {
  margin-bottom: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  color: #2C3D67;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-howto .lead {
  width: calc(338/375*100%);
  margin: 0 auto 30px;
  text-align: center;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-howto .sns {
  width: calc(213/375*100%);
  margin: 0 auto;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-howto .sns .img_txt {
  width: calc(97/213*100%);
  margin: 0 auto 14px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-howto .sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-howto .sns ul li {
  width: calc(34/213*100%);
}


#temp-34-bestcosmetics2022 .bestcosmetics2022-notes .inner {
  padding: 40px 0 69px;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-notes .notes {
  width: calc(338/375*100%);
  margin: 0 auto;
}

#temp-34-bestcosmetics2022 .bestcosmetics2022-notes .notes p {
  font-size: 12px;
  line-height: calc(18/12);
}


.bestcosmetics2022-wrap #content-pc {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.bestcosmetics2022-wrap #content-pc .bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation: bg_anime 48s 0s infinite;
}

.bestcosmetics2022-wrap #content-pc .bg:nth-of-type(1) {
  z-index: 11;
}
.bestcosmetics2022-wrap #content-pc .bg:nth-of-type(2) {
  animation-delay: 6s;
}
.bestcosmetics2022-wrap #content-pc .bg:nth-of-type(3) {
  animation-delay: 12s;
}
.bestcosmetics2022-wrap #content-pc .bg:nth-of-type(4) {
  animation-delay: 18s;
}
.bestcosmetics2022-wrap #content-pc .bg:nth-of-type(5) {
  animation-delay: 24s;
}
.bestcosmetics2022-wrap #content-pc .bg:nth-of-type(6) {
  animation-delay: 30s;
}
.bestcosmetics2022-wrap #content-pc .bg:nth-of-type(7) {
  animation-delay: 36s;
}
.bestcosmetics2022-wrap #content-pc .bg:nth-of-type(8) {
  animation-delay: 42s;
}

@keyframes bg_anime {
   0% {
      opacity: 0;
   }
   8% {
      opacity: 1;
   }
   17% {
      opacity: 1;
   }
   25% {
      opacity: 0;
      z-index: 9;
   }
   100% {
      opacity: 0;
   }
}

.bestcosmetics2022-wrap #content-pc .menu_main-pc {
  width: 280px;
  position: absolute;
  bottom: 34px;
  right: 514px;
  z-index: 11;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  color: #FFFFFF;
}

.bestcosmetics2022-wrap #content-pc .menu_content {
  text-align: right;
}

.bestcosmetics2022-wrap #content-pc .menu_icon {
  margin: 0 auto 46px;
}

.bestcosmetics2022-wrap #content-pc .menu_list_item {
  margin: 0 auto 17px;
}

.bestcosmetics2022-wrap #content-pc .menu_list_item_en {
  display: inline-block;
  font-size: 22px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.bestcosmetics2022-wrap #content-pc .menu_list_item_en:hover {
  opacity: 0.5;
}

.bestcosmetics2022-wrap #content-pc .menu_list_item_txt {
  min-width: 152px;
  padding: 3px 10px;
  display: inline-block;
  border: 1px solid #D2D2D2;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.bestcosmetics2022-wrap #content-pc .menu_list_item_txt:hover {
  opacity: 0.5;
}

.bestcosmetics2022-wrap #content-pc .menu_list_item_en:hover {
  opacity: 0.5;
}


#temp-33-interview-list #wrapper.bestcosmetics2022-wrap {
  min-width: auto;
  padding: 0;
}


.bestcosmetics2022-wrap .breadcrumbs-list-outer {
  width: auto;
}
.bestcosmetics2022-wrap .breadcrumbs-list {
  width: auto;
  display: flex;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  margin: 0 20px;
  padding: 7px 0;
  overflow-x: scroll;
  white-space: nowrap;
}
.bestcosmetics2022-wrap .breadcrumbs-list.flex {
  flex-wrap: nowrap;
}
.bestcosmetics2022-wrap .breadcrumbs-list a {
  color: #999;
}
.bestcosmetics2022-wrap .breadcrumbs-list li{
list-style: none;
}
.bestcosmetics2022-wrap .breadcrumbs-list li::after {
  content: '＞';
  margin: 0 2px;
}
.bestcosmetics2022-wrap .breadcrumbs-list li:last-of-type::after {
  display: none;
}


#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual {
  position: relative;
  height: 538px;
  min-height: auto;
  padding: 0;
  overflow: hidden;
  background: none;
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual #keyvisual-swiper {
  height: 100%;
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual #keyvisual-swiper:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual #keyvisual-swiper .swiper-slide {
  background: 50% 50% no-repeat;
  background-size: cover;
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual #keyvisual-swiper .swiper-pagination {
    bottom: 30px;
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual #keyvisual-swiper .swiper-pagination-bullet {
    top: 0;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    background-color: #fff;
    opacity: 1;
    transition: all 0.4s ease;
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual #keyvisual-swiper .swiper-pagination-bullet-active {
  background-color: #AEAEAE;
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual .video-wrapper {
  position: relative;
  z-index: 0;
  height: 100%;
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual .video-wrapper:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual .text {
  position: absolute;
  bottom: 100px;
  z-index: 1;
  width: 100%;
  color: #fff;
  font-weight: normal;
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual .video-wrapper + .text {
  bottom: 50px
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual .text .title {
  width: 85.3333333%;
  margin: 0 auto 26px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual .text .summary {
  width: 85.3333333%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 17px;
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual .traveler {
  font-family: 'Noto Serif', serif;
}

#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual .traveler .summary,
#temp-33-interview-list .bestcosmetics2022-wrap #interview-keyvisual .traveler .title {
  text-align: center;
}


.bestcosmetics2022-wrap #footer {
  position: relative;
  z-index: 0;
  margin-top: 5px;
  color: #222;
}

.bestcosmetics2022-wrap #footer a {
  color: #222;
}

.bestcosmetics2022-wrap #footer .genre {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.bestcosmetics2022-wrap #footer .genre td {
  width: 50%;
  padding: 19px 30px 19px 13px;
  font-weight: bold;
  background: url(/common/crea/images/v1/icon/arrow_gray.png) calc(100% - 10px) center no-repeat;
  background-size: 12px;
  border-top: 1px solid #ccc;
  vertical-align: middle;
}

.bestcosmetics2022-wrap #footer .genre td:nth-child(even) {
  border-left: 1px solid #ccc;
}

.bestcosmetics2022-wrap #footer .genre td.gray {
  background-color: #EFEFEF;
}

.bestcosmetics2022-wrap #footer .genre td.icon-blank {
  background: url(/common/crea/images/v1/icon/link_blank.png) calc(100% - 8px) center no-repeat;
  background-size: 13px;
}

.bestcosmetics2022-wrap #footer .genre td.icon-none {
  background: none;
}

.bestcosmetics2022-wrap #footer .mail-magazine {
  margin: 0 auto;
  padding: 30px 47px;
  line-height: 18px;
  font-size: 11px;
  background-color: #EFEFEF;
}

.bestcosmetics2022-wrap #footer .mail-magazine p {
  margin-bottom: 10px;
}

.bestcosmetics2022-wrap #footer .mail-magazine .button a {
  display: block;
  line-height: 44px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #434343;
}

.bestcosmetics2022-wrap #footer .other {
  width: 100%;
  padding: 9px 0;
  background-color: #434343;
}

.bestcosmetics2022-wrap #footer .other td {
  width: 50%;
  padding: 9px 30px 9px 13px;
  font-size: 11px;
  font-weight: bold;
  background: url(/common/crea/images/v1/icon/arrow_white.png) calc(100% - 10px) center no-repeat;
  background-size: 12px;
  vertical-align: middle;
}

.bestcosmetics2022-wrap #footer .other td a {
  color: #fff;
}

.bestcosmetics2022-wrap #footer tr:first-child td {
  padding-top: 18px;
}

.bestcosmetics2022-wrap #footer tr:last-child td {
  background-position: calc(100% - 10px) calc(50% - 6px);
  padding-bottom: 18px;
}

.bestcosmetics2022-wrap #footer .abj {
  padding: 0 0 18px;
  background-color: #434343;
}

.bestcosmetics2022-wrap #footer .abj .inner {
  display: flex;
  justify-content: space-between;
  width: 85.3012048%;
  max-width: 360px;
  margin: 0 auto;
}

.bestcosmetics2022-wrap #footer .abj .inner .logo {
  width: 19.7740113%;
}

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

.bestcosmetics2022-wrap #footer .bottom {
  padding: 15px 5.33% 11px;
  background-color: #333;
}

.bestcosmetics2022-wrap #footer .bottom form {
  position: relative;
  margin-bottom: 15px;
}

.bestcosmetics2022-wrap #footer .bottom form input[type="text"] {
  width: 100%;
  padding: 13px 40px 13px 13px;
  font-size: 12px;
  color: #ccc;
  background: #434343;
  border: none;
}

.bestcosmetics2022-wrap #footer .bottom form input[type="submit"] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  padding: 0;
  font-size: 0;
  background: url(/common/crea/images/v1/icon/search_white.png) left top no-repeat;
  background-size: 22px;
  border: none;
}

.bestcosmetics2022-wrap #footer .bottom form input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
}

.bestcosmetics2022-wrap #footer .bottom form input[type="text"]::placeholder {
  color: #ccc;
}

.bestcosmetics2022-wrap #footer .bottom .logo {
  margin-bottom: 15px;
  font-size: 0;
  text-align: center;
}

.bestcosmetics2022-wrap #footer .bottom .logo li {
  display: inline-block;
}

.bestcosmetics2022-wrap #footer .bottom .logo li+li {
  margin-left: 33px;
}

.bestcosmetics2022-wrap #footer .bottom .logo li:nth-child(1) {
  width: 73px;
}

.bestcosmetics2022-wrap #footer .bottom .logo li:nth-child(2) {
  /*width: 72px;*/
  width: 62px;
}

.bestcosmetics2022-wrap #footer .bottom .logo li:nth-child(2) img {
  margin-top: -6px;
}

.bestcosmetics2022-wrap #footer .bottom .logo li:nth-child(3) {
  width: 67px;
}

.bestcosmetics2022-wrap #footer .bottom .copy {
  font-size: 9px;
  color: #fff;
  text-align: center;
}


@media screen and (max-width: 880px) {
  .bestcosmetics2022-wrap #content-pc {
    display: none;
  }

  .bestcosmetics2022-wrap #content {
    width: 100%;
    position: relative;
    right: 0;
  }

  .bestcosmetics2022-wrap #content .content-inner::before,
  .bestcosmetics2022-wrap #content .content-inner::after {
    display: none;
  }
}






/* ============================================================================================================================
#breadcrumbs
============================================================================================================================ */
.breadcrumbs-list-outer {
  width: 1166px;
  margin: 0 auto;
}
.breadcrumbs-list {
  display: flex;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  width: 820px;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumbs-list a {
  color: #999;
}
.breadcrumbs-list a:hover {
  opacity: 0.5;
}
.breadcrumbs-list li{
list-style: none;
}
.breadcrumbs-list li::after {
  content: '＞';
  margin: 0 3px;
}
.breadcrumbs-list li:last-of-type::after {
  display: none;
}

/*
連載記事関連
============================ */
/* 連載記事内のタイトル  */
.article-head .article-subtitle-series {
  text-align: center;
  display: block;
  width: 90%;
  height: 18px;
  margin: 20px auto 30px;
  font-size: 18px;
  color: #888888;
}

/* 連載記事内のスライダー  */
.article-series-section {
  margin-bottom: 30px;
}
.article-series-section.noprovide {
  border: none!important;
}
.article-series-section.noprovide:before {
  display: none;
}
.article-series-section p:first-child {
  color: #333333;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
/*はじめから読む*/
.article-series-section .first-link {
  margin: 0;
  padding: 0;
  text-align: right;
}
.article-series-section .first-link a{
  color: #888888;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border: none !important;
}
.article-series-section .first-link a:before{
  display: none;
}
.article-series-section .first-link a:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #888888;
  margin: 0 0 3px;
  display: block;
}

#article-series-header-column {
  width: 570px;
  margin: 0 auto;
  background:#fff url(/common/crea/images/crea30-tokyo/pc/loading.gif) no-repeat center center;
}

#article-series-header-column li {
  visibility: hidden;
}

#article-series-header-column.slick-initialized {
  display: block;
  background: none;
}

#article-series-header-column.slick-initialized li {
  visibility: visible;
}

#article-series-header-column.mb {
    margin-bottom: 30px;
}

#article-series-header-column li {
    width: 240px;
    height: 160px;
    position: relative;
    margin: 0 35px 0 0;
}

#article-series-header-column li .title {
  width: 240px;
  height: 65px;
  position: absolute;
  background: #00000080;
  color: #ffffff;
  font-size: 11px;
  bottom: 0;
  padding: 6px 7px;
  line-height: 1.7;
}

#article-series-header-column li .subtitle {
  width: 240px;
  height: 65px;
  position: absolute;
  background: #00000080;
  color: #ffffff;
  font-size: 16px;
  bottom: 0;
  padding: 6px 7px;
  line-height: 1.7;
}

#article-series-header-column .image img {
    width: 240px;
    height: 160px;
    text-align: center;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

#article-series-header-column .slide-arrow{
  width: 13px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}

#article-series-header-column .prev-arrow{
  left: -35px;
}

#article-series-header-column .next-arrow{
  right: -35px;
}

#article-series-header-column li.current-page {
  opacity: 0.5;
}

/* 連載記事内の次の記事へのリンク  */
.article-series-next-link {
  border: 2px solid #CCCCCC;
  padding: 20px;
  margin: 30px 0 20px;
}
.article-series-next-link .next-link-label {
  background: #666666;
  color: #ffffff;
  border-radius: 14px;
  display: inline-block;
  margin: 0 auto;
  width: 180px;
  display: block;
  text-align: center;
  padding: 2px 20px;
  margin-bottom: 10px;
}
.article-series-next-link a:hover {
  text-decoration: none;
}
.article-series-next-link .next-link-title {
  display: block;
}

/* はじめから読むのリンク  */
.article-series-first-link {
  margin: 0;
  padding: 0;
  text-align: right;
}
.article-series-first-link a{
  padding: 3px 11px;
  color: #888888;
  boder: solid 1px #888888;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
}

#section .sns-traveller {
    width: 450px;
    margin: 0 auto 40px;
    padding: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background-color: var(--key-color, #bfa366);
}
#section .sns-traveller p,
#section .sns-traveller ul,
#section .sns-traveller li {
    display: inline-block;
    vertical-align: middle;
}
#section .sns-traveller img,
#section .sns-traveller svg {
    vertical-align: middle;
}
#section .sns-traveller a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
}
#section .sns-traveller li {
    margin-left: 36px;
}
#section .sns-traveller li+li {
    margin-left: 9px;
}
#section .sns-traveller li:nth-child(1) svg {
    width: 10px;
}
#section .sns-traveller li:nth-child(2) svg {
    width: 22px;
}
#section .sns-traveller li:nth-child(3) svg {
    width: 20px;
}
#interview-keyvisual {
  min-height: 700px;
}
#interview-keyvisual .main-visual {
    width: 370px;
    position: absolute;
    z-index: 9999;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
#section .magazine-info {
    width: 700px;
    margin: 88px auto 40px;
    padding: 16px 24px;
    color: #333;
    border: 1px solid var(--key-color, #bfa366);
}
#section .magazine-info .col {
  display: flex;
  justify-content: center;
}
#section .magazine-info .col .image {
    width: 209px;
}
#section .magazine-info p {
    margin: 0;
}
#section .magazine-info .col .text {
    width: 370px;
    margin-left: 34px;
    line-height: 28.8px;
    font-size: 16.8px;
}
#section .magazine-info .col .image img {
    width: 100%;
}
#section .magazine-info .col .text .copy {
    padding: 28.8px 0;
    font-weight: 200;
}
#section .magazine-info .col .text .copy strong {
    font-size: 28.8px;
    font-weight: bold;
}
#section .magazine-info .col .text .button {
    position: relative;
    display: block;
    margin-top: 28px;
    line-height: 54.4px;
    font-size: 19.2px;
    color: var(--key-color, #bfa366);
    text-align: center;
    background-color: #fff;
    border: 1.5px solid var(--key-color, #bfa366);
    border-radius: 68px;
}
#section .magazine-info .col .text .button:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11px 0 11px;
    border-color: var(--key-color, #bfa366) transparent transparent transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#section .magazine-info .col .text .button:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11px 0 11px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* ----------------------------------------------------------------------------------------------------------------------------
.comic-label/essay-label
---------------------------------------------------------------------------------------------------------------------------- */
.label-comic, .label-essay  {
  position: relative;
}
.label-comic:after {
  content: 'COMIC';
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 13px;
  line-height: 12px;
  font-size: 8px;
  color: #fff;
  background-color: rgba(255, 162, 0, 0.50);
  font-weight: bold;
}
.label-essay:after {
  content: 'ESSAY';
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 13px;
  line-height: 12px;
  font-size: 8px;
  color: #fff;
  background-color: rgba(20, 204, 250, 0.55);
  font-weight: bold;
}
/* box */
.box-style1 {
  background-color: #f7f8fa;
  padding: 20px;
}
.box-style1 p,
.article-body .box-style1 p{
  padding: 0;
  margin: 0;
}
.box-style1 table,
.article-body .box-style1 table{
  padding: 0;
  margin: 0;
}
.box-style1 {
  background-color: #EFEFEF;
  padding: 20px;
}
/*----アイコン address----*/
.box-style1 .icon-address:before {
  content: '\3012';
  line-height: 1.3;
  padding-left: 20px;
}
.box-style1 .icon-mail {
  color: #E54C78;
  font-weight: bold;
}
