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

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


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

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

a,
hr {
  padding: 0;
}

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

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

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}


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

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

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

img {
  vertical-align: top;
}

img[height="1"] {
  display: block;
}

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

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

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-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}

#wrapper img{
  max-width: 100%;
  height: auto; 
}

#wrapper img[height="1"] {
  width: initial;
}

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

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

#header {
  position: absolute;
  z-index: 1;
  left: 0;
  top: auto;
  width: 100%;
}

#header.fixed {
  position: fixed;
  top: 0;
}

#header .inner {
  position: relative;
  z-index: 1;
  height: 54px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#header .inner .logo {
  width: 130px;
  margin: 0 auto;
  padding-top: 10.5px;
}

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

#header .inner .search-button {
  position: absolute;
  left: 15px;
  top: 17px;
  width: 23px;
  height: 23px;
  background: url(/common/crea/images/v1/icon/search_gray.png) center center no-repeat;
  background-size: 20px;
}

#header .inner .search-button.active {
  background: url(/common/crea/images/v1/icon/close.png) center center no-repeat;
  background-size: 23px;
}

#header .inner .menu-button {
  position: absolute;
  right: 15px;
  top: 19.5px;
  width: 23px;
  height: 16px;
  background: url(/common/crea/images/v1/icon/menu.png) left top no-repeat;
  background-size: 22px;
}


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

#search {
  display: none;
  position: fixed;
  z-index: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 54px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#search .close-area {
  display: none;
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#search .inner {
  display: none;
  position: relative;
  height: auto;
  border-top: 1px solid #efefef;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#search .inner>form {
  position: relative;
  width: 73.33%;
  margin: 0 auto 60px;
  padding-top: 32px;
  border-bottom: 2px solid #333;
}

#search .inner>form input {
  width: 100%;
  padding: 13px 35px 13px 7px;
  font-size: 15px;
  border: none;
}

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

#search .inner .banner {
  width: 73.33%;
  margin: 0 auto 30px;
}

#search .inner .banner li+li {
  margin-top: 10px;
}

#search .inner .bottom {
  background-color: #EFEFEF;
}

#search .inner .bottom .switch {
  line-height: 45px;
  text-align: center;
}

#search .inner .bottom .switch span {
  position: relative;
  padding-right: 25px;
}

#search .inner .bottom .switch span:before {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 6px;
  height: 6px;
  background: url(/common/crea/images/v1/icon/arrow_gray.png) left top no-repeat;
  background-size: 6px;
}

#search .inner .bottom .switch.active span:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

#search .inner .bottom form {
  display: none;
  padding: 0 47px 30px;
}

#search .inner .bottom form .text {
  margin-bottom: 17px;
  font-size: 16px;
  text-align: center;
}

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

#search .inner .bottom form .place select {
  width: 100%;
  height: 30px;
  padding: 7px 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}

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

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

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

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

#search .inner .bottom form .button label {
  float: left;
  display: block;
  width: 47.86%;
  height: 36px;
  line-height: 34px;
  text-align: center;
}

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

#search .inner .bottom form .button label.submit {
  float: right;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* ----------------------------------------------------------------------------------------------------------------------------
#menu
---------------------------------------------------------------------------------------------------------------------------- */

#menu {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#menu .close-area {
  display: none;
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#menu .inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 92%;
  height: 100%;
  padding-top: 65px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#menu .inner .head {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 92%;
  height: 65px;
  padding: 17px 23px 17px 19px;
  background-color: #fff;
  border-bottom: 1px solid #222;
}

#menu .inner .head .logo {
  width: 130px;
  margin: 0;
  padding: 0;
}

#menu .inner .head .close {
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
}

#menu .inner nav .genre {
  width: 88.41%;
  margin: 0 auto 10px;
}

#menu .inner nav .genre li a {
  display: block;
  position: relative;
  padding: 16px 25px 16px 10px;
  font-weight: bold;
  background: url(/common/crea/images/v1/icon/arrow_black.png) 96.6% center no-repeat;
  background-size: 12px;
  border-bottom: 1px solid #ccc;
}

#menu .inner nav .banner {
  width: 88.41%;
  margin: 0 auto 10px;
}

#menu .inner nav .banner li+li {
  margin-top: 10px;
}

#menu .inner nav .other {
  width: 88.41%;
  margin: 0 auto 10px;
  background-color: #EFEFEF;
}

#menu .inner nav .other li a {
  display: block;
  position: relative;
  padding: 16px 25px 16px 10px;
  font-weight: bold;
  color: #777;
  background: url(/common/crea/images/v1/icon/arrow_black.png) 96.6% center no-repeat;
  background-size: 12px;
  border-bottom: 1px solid #ccc;
}

#menu .inner .magazine {
  padding: 30px 20.87%;
  background-color: #EFEFEF;
}

#menu .inner .magazine .text {
  line-height: 30px;
  font-size: 10px;
  text-align: center;
}

#menu .inner .magazine .button {
  display: block;
  line-height: 30px;
  font-size: 11px;
  text-align: center;
  background: #fff url(/common/crea/images/v1/icon/arrow_black.png) 96.6% center no-repeat;
  background-size: 6px;
  border: 1px solid #707070;
}

#menu .inner .sns {
  padding: 20px 0;
  font-size: 0;
  text-align: center;
  border-top: 1px solid #222;
}

#menu .inner .sns li {
  display: inline-block;
  line-height: 24px;
}

#menu .inner .sns li+li {
  margin-left: 8.7%;
}

#menu .inner .sns li.facebook {
  width: 24px;
}

#menu .inner .sns li.instagram {
  width: 24px;
}

#menu .inner .sns li.line {
  width: 40px;
}

#menu .inner .sns li.twitter {
  width: 20px;
}

#menu .inner .sns li.rss {
  width: 21px;
}

#menu .inner .sns li img {
  vertical-align: middle;
}


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

.tokyo-sp-bnr {
  margin-top: 54px;
}


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

#content {
  position: relative;
  z-index: 0;
  padding-top: 54px;
}

#content section {
  position: relative;
}


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

#footer {
  position: relative;
  z-index: 0;
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

.article-head {
  position: relative;
  padding-bottom:25px;
}

.article-head .subtitle {
  margin: 20px 20px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
}

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

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

.article-head .subtitle.comic-02 {
  width: 44.8%;
  margin: 20px auto;
}

.article-head .box {
  margin: 20px 20px 0;
  color: #999;
  text-align: right;
  font-weight: 400;
}

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

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

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

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

.article-head .magazine-title strong {
  font-size: 26px;
}

.article-head h1 {
  margin: 10px 20px;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

#temp-23-article-nextissue .article-head h1,#temp-21-article-comic .article-head h1{
  text-align: center;
}

.article-head h1.image {
  width: 89.33%;
}

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

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

.article-head .subtitle+h1 {
  margin-top: 10px;
}

.article-head .context {
  position: relative;
  width: 89.33%;
  margin: 0 20px;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  color: #666666;
}

#temp-23-article-nextissue .article-head .context {
  display: block;
}

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

.article-head .context ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
}

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

.article-head .context .date {
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
  line-height: 18px;
}

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

#temp-23-article-nextissue .article-head .context .option {
  text-align: center !important;
}

.article-head .context .option+.option {
  margin-top: 6px;
}

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

.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;
  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 8px;
  line-height: 18px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #FF9AA0;
}

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

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

.article-head .sns li+li {
  margin-left: 12.27%;
}

/*** author-header ***/
.article-head .author-header{
  margin: 10px 20px 15px;
  overflow: hidden;
}

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

.article-head .author-header .author {
  display: table-cell;
  height: 30px;
  padding-left: 35px;
  padding-right: 25px;
  font-weight: 700;
  font-size: 12px;
  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: 30px;
    height: 30px;
    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: 30px;
    color: #757575;
    font-weight: 100;
    font-size: 12px;
}

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

.article-keyword {
  position: relative;
  margin: 5px auto 8px;
  padding-left: 44px;
  width: 89.33%;
}

.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;
  margin: 0 5px 10px 0;
  padding: 5px;
}

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

.article-body {
  position: relative;
  width: 89.33%;
  margin: 0px auto 30px;
  padding-top: 24px;
  line-height: 22px;
  font-size: 15px;
  border-top: 1px solid #707070;
}

.article-body h2 {
  position: relative;
  margin-top: 20px;
  font-size: 20px;
}

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

.article-body h3 {
  position: relative;
  margin-top: 20px;
  font-size: 18px;
}

.article-body h4 {
  position: relative;
  margin-top: 20px;
  font-size: 15px;
}

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

.article-body p {
  margin-top: 20px;
  font-size:16px;
  line-height:25px;
}

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

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

.article-body hr.full-width {
  width: 111.94%;
  margin-left: -5.97%;
}

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

.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 small {
  line-height: 18px;
  font-size: 10px;
}

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

.article-body img {
  max-width: 100%;
  height: auto;
}

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

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

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

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

.article-body .link-button a {
  display: block;
  font-size: 1.1rem;
  color: #222;
  text-decoration: none;
}


/*button01*/
.article-body .link-button.button01 {
    text-align: center;
    width: 90%;
    display: flex;
    justify-content: center;
}

.article-body .link-button.button01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  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: 12px;
  line-height: 1.4;
  color: #9B9B9B;
  margin-right: 5px;
  font-weight: normal;
}

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

.article-body .ad-banner {
  width: 100%;
}

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

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

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

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

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

.article-body table {
  width: 100%;
  margin-top: 20px;
  font-size: 13px;
  border-collapse: collapse;
}

.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;
  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, .article-body.books td {
  font-size: 14px;
  line-height: 1.4;
  border: solid 1px #dcdcdc;
  padding: 2%;
}
.article-body.books th {
  background-color: #e9f5fd;
  width: 20%;
  max-width: 120px;
  font-weight: bold;
}
.article-body.books th,.article-body.books td {
  display: block;
  width: 100%;
  max-width: 100%;
  border-bottom: 0;
  padding: 2% 4% 3%;
}
.article-body.books td {
  padding: 2% 4% 4%;
}
.article-body.books td:last-child {
  border-bottom: solid 1px #dcdcdc;
}

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

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

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

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

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

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

.article-body .embed.spotify .embed-obj {
  position: relative;
  width: 90%;
  padding-top: 120%;
  margin: 0 auto;
}

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

.article-body .embed.youtube.vertical .embed-obj {
  width: 90%;
  padding-top: 160%;
  margin: 0 auto;
}

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

.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,
.article-body .embed.twitter .embed-obj twitter-widget {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.article-body .comic-image {
  margin: 100px 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: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.article-body .figure-left .text-area,
.article-body .figure-right .text-area {
  margin-top: 20px;
}

.article-body .figure-left.smartphone-compatible .image-area {
  float: left;
  width: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.article-body .figure-left.smartphone-compatible .image-area:before {
  width: 12px;
  height: 12px;
}

.article-body .figure-left.smartphone-compatible .text-area {
  margin-top: 0;
}

.article-body .figure-left.smartphone-compatible.no-wraparound .text-area {
  float: right;
  width: calc(100% - 150px - 10px);
}

.article-body .images-2cols {
  margin-top: 20px;
  position:relative;
}

.article-body .images-2cols .image-area {
  float: left;
  width: calc(50% - 1px);
}

.article-body .images-2cols .image-area img {
  width: 100%;
}

.article-body .images-2cols .image-area:before {
  width: 12px;
  height: 12px;
}

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

.article-body .images-3cols {
  margin-top: 20px;
  position:relative;
}

.article-body .images-3cols .image-area {
  float: left;
  width: calc(33.3333% - 2px);
}

.article-body .images-3cols .image-area img {
  width: 100%;
}

.article-body .images-3cols .image-area:before {
  width: 9px;
  height: 9px;
}

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

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

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

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

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

.article-body .box-color.moon {
  background-color: #FFCE00;
}

.article-body .box-color.moon p {
  font-size:20px;
  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: 20px;
  font-size: 12px;
}

.article-body .box-color p,
.article-body .box-author p {
  font-size: 14px;
  line-height: 150%;
}

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

.article-body .box-normal li,
.article-body .box-thick li,
.article-body .box-color li,
.article-body .box-author li {
  font-size: 12px;
}

.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-size: 13px;
  font-weight: bold;
}

.article-body .box-author .box-title {
  font-size: 15px;
  line-height: 180%;
  margin-bottom: 12px;
}

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

.article-body .box-normal .box-image-left:before,
.article-body .box-thick .box-image-left:before,
.article-body .box-color .box-image-left:before,
.article-body .box-author .box-image-left:before {
  width: 13px;
  height: 13px;
}

.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 {
  padding-top: 3px;
}

.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: calc(100% - 100px - 20px);
}

.article-body .box-color .box-image-left {
  margin-left: -10px;
}

.article-body .box-color .box-text-right {
  width: calc(100% - 100px);
}

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

.article-body .box-author .box-image-left:before {
  content: none;
}

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

.article-body .box-author .box-bottom {
  clear: both;
  padding-top: 13px;
}

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

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

.article-body .credit {
  margin-top: 30px;
  line-height: 16px;
  font-size: 11px;
  color: #666;
}

.article-body .caption {
  margin-top: 30px;
  line-height: 18px;
  font-size: 12px;
}

.article-body .link-basic a {
  font-size: 12px;
  font-style: normal;
  font-family: 'Noto Sans Japanese', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  text-decoration: none;
}

.article-body .box-normal .link-basic a {
  color: #333;
}

.article-body .link-basic a p {
  margin-top: 0;
}

.article-body .ambassador-link {
  width: 111.94%;
  margin: 20px 0 20px -5.97%;
  padding: 30px 0;
  background-color: #EFEFEF;
}

.article-body .ambassador-link .link-button {
  width: 74.67%;
}

.article-body .moon-link {
  width: 111.94%;
  margin: 40px 0 30px -5.97%;
  padding: 30px 0;
  background-color: #EFEFEF;
}

.article-body .moon-link .link-button {
  width: 74.67%;
}

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

.article-body .magazine-buy {
  margin: 20px 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: 23.58%;
}

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

.article-body .magazine-buy ul li+li {
  margin-left: 1.79%;
}

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

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

.article-body .purchase ul {
  font-size: 0;
  margin: 0 0 0 -1.1%;
}

.article-body .purchase ul li {
  display: inline-block;
  width: 32.21%;
  margin: 5px 0 0 1.1%;
  border: 1px solid #e6e6e6;
}

.article-body .purchase ul.digital li {
  width: 23.9%;
}

.article-body .purchase ul li img {
  width: 100%;
}

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

.article-body .psychology-answer+p {
  margin-top: 10px;
  text-align: center;
}

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

.article-body .psychology-share {
  margin-top: 20px;
  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 !important;
}

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

.article-body .psychology-share .inner .x_psychology img {
  width: 30px !important;
}

.article-body .feature {
  margin: 40px auto;
}

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

.article-body .feature .item {
  padding-bottom: 0;
}

.article-body .feature .item+.item {
  border-top: none;
}

.article-body .feature .item:nth-child(4) {
  /* margin-bottom: 30px;*/
}

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

.article-body .feature .item a .image {
  width: 17.91%;
  padding-top: 17.91%;
}

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

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

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

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

.article-body .column-box {
  padding: 15px;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.article-body .column-box .image {
  width: 30%;
  padding-top: 22.33%;
  background: top center no-repeat;
  background-size: contain;
}

.article-body .column-box .text-box{
  width: 70%;
  padding-left: 14px;
}

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

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

.article-body .column-box .detail {
  clear: both;
  padding-top: 3px;
  margin-bottom: 4px;
  line-height: 18px;
  font-size: 10px;
}

.article-body .column-box .detail > p{
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}

.article-body .column-box .link-button {
  margin: 0;
  width: 100%;
}

.article-body .column-box .link-button a{
  line-height: 26px;
  color: #000;
}

.article-body .link-button.author{
  width: 100%;
}

.article-body .link-button.author a{
  line-height: 26px;
  color: #000;
}

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

.article-body .box-yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 20px;
}

.article-body .box-yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article-body .box-yt span {
  clear: both;
  padding-top: 3px;
  line-height: 16px;
  font-size: 12px;
  color: #777;
}

.article-body .box-yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 20px;
}

.article-body .box-yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article-body .box-yt span {
  clear: both;
  padding-top: 3px;
  line-height: 16px;
  font-size: 12px;
  color: #777;
}

.article-body .module-sanmeigaku {
  width: 100%;
  margin: 30px auto;
}

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

/* ----------------------------------------------------------------------------------------------------------------------------
.module-fortune-search
---------------------------------------------------------------------------------------------------------------------------- */
.module-fortune-search {
  width: 89.33%;
  position: relative;
  margin: 24px auto 24px;
  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: 29px;
}

.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: 23px 10px;
  text-align: center;
}

.module-fortune-search__ico {
  width: calc(234 / 320* 100%);
  margin: 0 auto 14px;
}

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

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

.module-fortune-search__col {
  display: inline-grid;
  grid-column-gap: 9px;
  grid-row-gap: 18px;
}

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

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

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

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

.module-fortune-search__submit {
  width:124px;
  margin: 0 auto;
  padding: 11px;
  font-size:16px;
  text-align:center;
  color:#fff;
  background:#E54C78;
  border-radius: 6px;
  cursor: pointer;
  grid-area: 2 / 1 / 3 / 4; 
  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: 16px;
  font-weight: 600;
  line-height:28px;
}

.module-fortune-search__result--title span {
  font-size: 10px;
  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;
}

@media only screen and (max-width: 389px) {
  .module-fortune-search__inner {
      padding: 23px 5px;
  }
  .module-fortune-search__item {
    width: 75px;
    font-size: 13px;
    line-height:  18px;
  }

  .module-fortune-search__item:after {
      height: calc(8px / 2* tan(60deg));
      width: 8px;
      right: 25px;
  }

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

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

.article-image {
  width: 89.33%;
  margin: 0 auto;
}

.article-image h1 {
  position: relative;
  padding: 15px 0 15px 20px;
  font-size: 16px;
  font-weight: bold;
}

.article-image h1:before {
  content: '';
  position: absolute;
  left: 0;
  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%;
}

.article-image article {
  width: 111.94%;
  margin: 0 0 30px -5.97%;
  border-bottom: 1px solid #707070;
}

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

.article-image article .main-image .image {
  position: relative;
  margin: 0 auto 10px;
  width: auto;
}

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

.article-image article .main-image .prev {
  position: absolute;
  left: -6.4%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 20px;
  height: 20px;
  /*
  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: -6.4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  /*
  background: url(/common/crea/images/v1/icon/arrow_white.png) left top no-repeat;
  background-size: 100%;
  */
}

.article-image article ul {
  width:auto;
  padding: 0 20px;
  margin: 0 auto 40px;
  font-size: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.article-image article ul li {
  display: inline-block;
  /*
  width: 36px;
  height:36px;
  */
  width: auto;
  height: auto;
  border: 1px solid #707070;
}

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

.article-image article ul li a {
  display: block;
  width: 100%;
  padding-top: 100%;
  background: center center no-repeat;
  background-size: cover;
}
.article-image article ul li span {
  display: block;
  width: 100%;
  padding-top: 100%;
  background: center center no-repeat;
  background-size: cover;
}
.gallery-button-prev,
.gallery-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 19px 19px;
  height: 44px;
  margin-top: -24px;
  top: 50%;
  width: 44px;
  border-radius: 50%;
}
.gallery-button-prev{left:-2%;}
.gallery-button-next {
  transform: rotate(180deg);
  right:-2%;
}
.gallery-thumbList__item.is-current{
  border: 1px solid #E2CBBD;
}
.gallery-thumbList__item:not(.is-current) img {
  opacity: .5;
}
.gallery-slide__inner {
  width: 100%;
}
.gallery-slide__img > img {
  height: auto;
  max-width: 100%;
  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;
}

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

.list-normal {
  width: 89.33%;
  margin: 30px auto;
}
.list-normal.--type-w{
  width: 100%;
}

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

.list-normal+.list-normal {
  /* display: none; */
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.list-normal .item {
  position: relative;
  padding-bottom: 27px;
}

.list-normal .item+.item{
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.list-normal.fortune .pickup{
 border-bottom: 1px solid #ccc;
 border-top:none;
 margin-bottom:15px;
}

.list-normal.--type-w .item{
  padding-bottom:10px;
}
.list-normal.--type-w .item+.item{
 padding-top:10px;
}

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

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

.list-normal .item .image {
  position: relative;
  float: left;
  width: 25.37%;
  padding-top: 25.37%;
  background: center center no-repeat;
  background-size: cover;
}
.list-normal.--type-w .item .image{
 margin-left:1px;
 width:85px;
 padding-top:85px;
}

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

.list-normal .item.new.pickup .image:before {
  top: 0;
  left: auto;
}

.list-normal .item .text {
  float: right;
  width: calc(100% - 25.37% - 15px);
}
.list-normal.--type-w .item .text{
 margin-left:10px;
}

.list-normal .item .text .title {
  padding-bottom: 22px;
  line-height: 22px;
  font-size: 13px;
}
.list-normal.fortune .item .text .title{
  font-size:15px;
  font-weight:bold;
}

.list-normal .item .text .bottom {
  position: relative;
  padding-right: 60px;
  line-height: 14px;
  font-size: 11px;
}

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

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

.list-normal .item .text .bottom li.blank {
  padding-right: 20px;
  background: url(/common/crea/images/v1/icon/link_blank.png) 100% center no-repeat;
  background-size: 13px;
}

.list-normal .item .text .bottom .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  color: #707070;
}

@media print,
screen and (max-width: 374px) {
  .list-normal .item .text {
    /*.title {
          	padding-bottom: 18px;
          	line-height: 18px;
          	font-size: 10px;
          }
          .bottom,
          .date {
          	font-size: 9px;
          }*/
  }
}

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

.list-normal .item.member .title:after {
  content: 'MEMBER';
  position: relative;
  top: -2px;
  margin-left: 6px;
  padding: 0 3px;
  line-height: 12px;
  font-size: 9px;
  color: #fff;
  background-color: #F597AD;
}

.list-normal .item.traveller .title:after {
  content: 'CREA Traveller';
  position: relative;
  top: -2px;
  margin-left: 6px;
  padding: 0 3px;
  line-height: 12px;
  font-size: 9px;
  color: #fff;
  background-color: var(--traveller-key-color, #bfa366);
  display: inline-block;
}

.list-normal .item .period {
  clear: both;
  padding-top: 12px;
  font-size: 10px;
}

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

.list-normal .item.crea30 .title .crea30-badge {
  position: relative;
  top: -2px;
  margin-left: 6px;
  padding: 0 6px;
  line-height: 12px;
  font-size: 9px;
  background-color: #e61b10;
  color: #fff;
}


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

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

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

.list-text .item {
  position: relative;
  padding-bottom: 10px;
}

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

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

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

.list-text .item .text .title {
  line-height: 22px;
  font-size: 13px;
}

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


/* ----------------------------------------------------------------------------------------------------------------------------
.list-member
---------------------------------------------------------------------------------------------------------------------------- */
.member-text{
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
}

.member-text .title.pc {
  display: none;
}

.list-member {
  width: 89.33%;
  margin: 30px auto;
}

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

.list-member .item .image {
  width: 44.78%;
  margin: 0 auto 30px;
}

.list-member .item .image.bg {
  width: 150px;
  height:200px;
  margin: 0 auto 30px;
  position: relative;
  background: center center no-repeat;
  background-size: cover;
  border: 1px solid #EFEFEF;
}

.list-member .item .name,
.list-member .item .title {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.list-member .item .about a {
  text-decoration: underline;
}


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

.list-magazine {
  width: 89.33%;
  margin: 30px auto;
}

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

.list-magazine .item {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

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

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

.list-magazine .item .image {
  width: 69.85%;
  margin: 0 auto 10px;
  margin: 0 auto;
}

.list-magazine .item .number {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

.list-magazine .item .copy {
  margin-bottom: 10px;
  line-height: 26px;
  text-align: center;
}

.list-magazine .item .copy strong {
  font-size: 15px;
  font-weight: bold;
}

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

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

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

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

.list-magazine .item .keyword {
  margin: 20px auto 0;
}


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

.list-book {
  width: 89.33%;
  margin: 30px auto;
}

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

.list-book .item {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

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

.list-book .item .image-left {
  float: left;
  width: 25.37%;
}

.list-book .item .text-right {
  float: right;
  width: 70.15%;
  margin-bottom: 20px;
}

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

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

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

.list-book .item .link-button {
  clear: both;
  margin: 20px auto;
}

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

.list-book .item .link ul li+li {
  margin-left: 1.79%;
}


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

.list-back-number {
  width: 89.33%;
  margin: 30px auto;
}

.list-back-number .item {
  position: relative;
}

.list-back-number .item+.item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

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

.list-back-number .item .image {
  float: left;
  width: 25.37%;
  border: 1px solid #E1E1E1;
}

.list-back-number .item .text {
  position: relative;
  float: right;
  width: calc(100% - 25.37% - 20px);
}

.list-back-number .item .text .title {
  margin-bottom: 15px;
  line-height: 26px;
  font-size: 13px;
}

.list-back-number .item .text .title strong {
  font-size: 15px;
  font-weight: bold;
}

.list-back-number .item .text .media {
  font-size: 13px;
  margin-bottom: 5px;
}

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


/* ----------------------------------------------------------------------------------------------------------------------------
.list-col2
---------------------------------------------------------------------------------------------------------------------------- */

.list-col2 {
  width: 89.33%;
  margin: 30px auto 10px;
}

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

.list-col2 .item {
  position: relative;
  float: left;
  width: 48.36%;
  margin-bottom: 20px;
}

.list-col2 .item:nth-child(odd) {
  clear: both;
}

.list-col2 .item:nth-child(even) {
  margin-left: 2.99%;
}

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

.list-col2 .item .image {
  position: relative;
  width: 100%;
  /*padding-top: 71.6%;*/
  padding-top: 75.16%;
  margin-bottom: 10px;
  background: center center no-repeat;
  background-size: cover;
}

.list-col2 .item.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-col2 .item .text .title {
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 13px;
}

.list-col2 .item .text .bottom {
  line-height: 14px;
  font-size: 10px;
}

.list-col2 .item .text .bottom li {
  display: inline-block;
  margin-bottom: 5px;
}

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

.list-col2 .item .text .bottom li.blank {
  padding-right: 20px;
  background: url(/common/crea/images/v1/icon/link_blank.png) 100% center no-repeat;
  background-size: 13px;
}

.list-col2 .item .text .bottom .date {
  color: #707070;
}

@media print,
screen and (max-width: 374px) {
  .list-col2 .item .text .title {
    padding-bottom: 7px;
    line-height: 18px;
    font-size: 10px;
  }
  .list-col2 .item .text .bottom,
  .list-col2 .item .text .date {
    font-size: 8px;
  }
  .list-col2 .item .text .bottom li {
    margin-bottom: 2px;
  }
}

.list-col2 .item .subtitle {
  padding-bottom: 6px;
  font-size: 10px;
  font-weight: bold;
}

.list-col2 .item.pickup {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}

.list-col2 .item.pickup .image {
  /* padding-top: 100%; */
  margin-bottom: 20px;
}

.list-col2 .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-col2 .item.pickup .text {
  width: 100%;
  text-align: center;
}

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

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

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

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

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



/* ----------------------------------------------------------------------------------------------------------------------------
.list-col3
---------------------------------------------------------------------------------------------------------------------------- */

.list-col3 {
  width: 89.33%;
  margin: 30px auto 10px;
}

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

.list-col3 .item {
  position: relative;
  float: left;
  width: 48.36%;
  margin-bottom: 20px;
}

.list-col3 .item:nth-child(odd) {
  clear: both;
}

.list-col3 .item:nth-child(even) {
  margin-left: 2.99%;
}

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

.list-col3 .item .image {
  position: relative;
  width: 100%;
  /*padding-top: 71.6%;*/
  padding-top: 75.16%;
  margin-bottom: 10px;
  background: center center no-repeat;
  background-size: cover;
}

.list-col3 .item.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-col3 .item .text .title {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
}

.list-col3 .item .text .bottom {
  color: #222;
  font-size: 12px;
  font-weight: 400;
  display: grid;
  grid-template-columns: 64% 1fr;
  gap: 4px;
  line-height: 100%;
}

.list-col3 .item .text .bottom li {
  display: inline-block;
  margin-bottom: 5px;
}

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

.list-col3 .item .text .bottom li.blank {
  padding-right: 20px;
  background: url(/common/crea/images/v1/icon/link_blank.png) 100% center no-repeat;
  background-size: 13px;
}

.list-col3 .item .text .bottom .date {
  color: #666;
}

.list-col3 .item .text .bottom .date.right {
  text-align: right;
}

@media print,
screen and (max-width: 374px) {
  .list-col3 .item .text .title {
    padding-bottom: 5px;
    line-height: 18px;
    font-size: 12px;
  }
  .list-col3 .item .text .bottom,
  .list-col3 .item .text .date {
    font-size: 12px;
  }
  .list-col3 .item .text .bottom li {
    margin-bottom: 2px;
  }
}

.list-col3 .item .subtitle {
  padding-bottom: 6px;
  font-size: 10px;
  font-weight: bold;
}

.list-col3 .item.pickup {
  float: none;
  width: 100%;
  margin: 0 0 18px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 18px;
}

.list-col3 .item.pickup a {
  display: grid;
  gap: 14px;
  grid-template-columns: 148px 1fr;
}

.list-col3 .item.pickup .image {
  margin-bottom: 0;
  padding-top: 0;
  height: 148px;
}

.list-col3 .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-col3 .item.pickup .text {
  width: 100%;
  padding-bottom: 5.5px;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.list-col3 .item.pickup .text .title {
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
}

.list-col3 .item.pickup .text .bottom {
  padding: 0;
  display: block;
}

.list-col3 .item.pickup .text .bottom ul {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
}

.list-col3 .item.pickup .text .bottom .date {
  position: static;
  display: block;
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
}

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

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

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

.list-grandtop a {
  position: relative;
  display: block;
  padding-top: 64%;
}

.list-grandtop .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}

.list-grandtop .image.top-first {
  overflow: hidden;
}

.list-grandtop .image.top-first .top-first-image {
  height: 100%;
  object-fit: cover;
}

.list-grandtop.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-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 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
}

.list-grandtop .text .title {
  padding: 17px 0 12px;
  font-size:16px;
  line-height: 26px;
  font-weight: bold;
}

.list-grandtop .text .bottom {
  padding-bottom: 17px;
}

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

.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 ul li.blank {
  padding-right: 20px;
  background: url(/common/crea/images/v1/icon/link_blank.png) 100% center no-repeat;
  background-size: 13px;
}

.list-grandtop .text .bottom .date {
  display: inline-block;
  margin-left: 12px;
  font-size: 10px;
  color: #707070;
}

/** fortune **/
.list-grandtop.fortune a {
    padding-top: 0;
}

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

.list-grandtop.fortune .text {
  position: relative;
  background: none;
}

.list-grandtop.fortune .text .title {
  padding: 14px 0 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.list-grandtop.fortune .text .bottom {
    padding-bottom: 0;
}

.list-grandtop.fortune .text .bottom ul {
  font-size: 12px;
  font-weight: 400;
  line-height: 21.6px;
  color: #888;
}

.list-grandtop.fortune .text .bottom .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 21.6px;
  color: #888;
}

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

.list-grandtop--layout01 a {
    padding-top: 0;
}

.list-grandtop--layout01 .image {
  position: relative;
}

.list-grandtop--layout01 .text {
  position: relative;
  background-color: #f8f2ee;
  padding: 20px;
}

.list-grandtop--layout01 .text .title {
  padding: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}

.list-grandtop--layout01 .text .bottom {
  padding-bottom: 0;
  text-align: right;
}

.list-grandtop--layout01 .text .bottom ul {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #666;
}

@media print,
screen and (max-width: 374px) {
  .list-grandtop .text .title {
    padding: 12px 0 8px;
    line-height: 22px;
    font-size: 16px;
  }
  .list-grandtop .text .bottom {
    padding-bottom: 12px;
  }
  .list-grandtop .text .bottom ul {
    font-size: 10px;
  }
  .list-grandtop .text .bottom .date {
    font-size: 8px;
  }
}


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

.list-head {
  width: 89.33%;
  margin: 20px auto;
  font-weight: bold;
  text-align: center;
}

.list-head .inner {
  position: relative;
  padding: 5px 0;
}

.list-head .inner .genre {
  font-size: 10px;
  margin-bottom: 15px;
}

.list-head .inner h1 {
  font-size: 16px;
}

.list-head .inner h1.ambassador img {
  width: 56.12%;
}

.list-head .inner.strong :is(h1, h2) {
  font-size: 26px;
}

.list-head .inner.keyword h1 {
  line-height: 30px;
  font-size: 20px;
}

.list-head .inner.border {
  padding: 36px 12px;
  border: 1px solid #707070;
}

.list-head .inner.border h1 {
  font-size: 26px;
}

.list-head .inner.border .genre {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
}

.list-head .inner.color {
  padding: 36px 12px;
  background-color: #EFEFEF;
}

.list-head .inner.color h1 {
  font-size: 26px;
}

.list-head .inner.color .genre {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
}

.list-head .paging {
  margin-top: 5px;
  font-size: 10px;
}

.list-head .banner {
  margin: 20px auto;
}

.list-head .about {
  margin-bottom: 20px;
  font-weight: normal;
  text-align: left;
}

.list-head .author {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 12px;
}

.list-head .sns {
  width: 111.94%;
  margin: 20px 0 20px -5.97%;
  padding-bottom: 25px;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #707070;
}

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

.list-head .sns li+li {
  margin-left: 12.27%;
}


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

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

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

.list-writer .item {
  display: inline-block;
  width: 22.69%;
}

.list-writer .item+.item {
  margin-left: 2.99%;
}

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

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

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

.list-writer .item a .image {
  width: 100%;
  padding-top: 100%;
  border: 1px solid #707070;
  background: center center no-repeat;
  background-size: cover;
}

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


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

.list-serial {
  width: 89.33%;
  margin: 30px auto;
}

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

.list-serial .item {
  margin-bottom: 30px;
  padding: 20px;
  line-height: 22px;
  font-size: 12px;
  border: 1px solid #707070;
}

.list-serial .item .thumb {
  width: calc(100% + 40px);
  margin: -20px 0 0 -20px;
}

.list-serial .item .box-image-left {
  float: left;
  width: 50px;
  margin-top: 20px;
}

.list-serial .item .box-text-right {
  float: right;
  width: calc(100% - 50px - 20px);
  font-weight: bold;
  margin-top: 20px;
}

.list-serial .item .box-bottom {
  clear: both;
  padding-top: 20px;
}

.list-serial .item .box-bottom ul {
  margin: 20px 0;
}

.list-serial .item .box-bottom ul li {
  padding: 15px 0;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
}

.list-serial .item .box-bottom ul li a {
  color: #333;
}

.list-serial .item .box-bottom .title {
  font-size: 16px;
  font-weight: bold;
}

.list-serial .item .box-bottom .caption {
  text-align: center;
}


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

.box-previously {
  width: 89.33%;
  margin: 30px auto;
  font-size: 0;
}

.headline+.box-previously {
  margin-top: 0;
}

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

.box-previously li+li {
  margin-left: 2.99%;
}

.box-previously li:nth-child(4n + 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: 30px auto;
  padding: 30px 0;
  background-color: #EFEFEF;
}

.button-box .link-button {
  margin: 0 auto;
}

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


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

.comic-essay-bottom {
  margin: 30px auto;
  padding: 30px 5.33%;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

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

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

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

.comic-essay-bottom .box .box-text-right {
  float: right;
  width: calc(100% - 50px - 20px);
  font-weight: bold;
}

.comic-essay-bottom .box .box-bottom {
  clear: both;
  padding-top: 20px;
}

.comic-essay-bottom .box .box-bottom ul {
  margin: 20px 0;
}

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

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

.comic-essay-bottom .box .box-bottom .caption {
  text-align: center;
}

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

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

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

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

.comic-essay-bottom .previously li {
  display: inline-block;
  width: 22.69%;
}

.comic-essay-bottom .previously li+li {
  margin-left: 2.99%;
}

.comic-essay-bottom .previously li:nth-child(4n + 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;
}


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

.keyword {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}

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

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

.keyword p a.blank {
  position: relative;
  padding-right: 30px;
}

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

.keyword.back-number {
  width: 89.33%;
  margin: 30px auto 0;
  text-align: left;
}

.keyword.back-number p {
  width: 18.81%;
  margin: 0 0 5px;
  padding: 4px 0;
  text-align: center;
}

.keyword.back-number p+p {
  margin-left: 1.49%;
}

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

.keyword.back-number p a {
  font-size: 12px;
}


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

.profile-box {
  width: 89.33%;
  margin: 30px auto 20px;
  padding: 20px;
  border: 1px solid #ccc;
}

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

.profile-box .text-right {
  float: right;
  width: calc(100% - 50px - 20px);
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
}

.profile-box .about {
  margin-top: 15px;
  line-height: 22px;
  font-size: 12px;
}


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

.ranking-box .tabs {
  position: relative;
  width: 89.33%;
  margin: 0 auto;
  font-size: 0;
  display:flex;
}

.ranking-box .tabs:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #707070;
}

.ranking-box .tabs li {
  position: relative;
  width: calc(100% / 3 - 2px);
  line-height: 28px;
  font-size: 13px;
  color: #999;
  text-align: center;
  background-color: #EFEFEF;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #707070;
}

.ranking-box .tabs li+li {
  margin-left: 3px;
}

.ranking-box .tabs li:nth-child(3) {
  float: right;
}

.ranking-box .tabs li.active {
  color: #222;
  background-color: #fff;
  border: 1px solid #707070;
  border-bottom: 1px solid #fff;
}

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

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

.ranking-box .pattern .item .image:before {
  content: counters(count-number, "");
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  background-color: #FFED12;
  border-radius: 24px;
}

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


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

.author-introduction {
  width: 89.33%;
  margin: 0 auto 30px;
}

.author-introduction .box {
  margin-top: 30px;
}

.author-introduction .box .image-left {
  float: left;
  width: 80px;
}

.author-introduction .box .text-right {
  position: relative;
  float: right;
  width: calc(100% - 80px - 20px);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
}

.author-introduction .box .text-right:before {
  content: '';
  position: absolute;
  left: -13px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 13px 11px 0;
  border-color: transparent #707070 transparent transparent;
}

.author-introduction .box .text-right:after {
  content: '';
  position: absolute;
  left: -11px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 13px 11px 0;
  border-color: transparent #fff transparent transparent;
}


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

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

.comic-introduction .item {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.comic-introduction .item:first-child {
  padding-top: 0;
}

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

.comic-introduction .item.pickup {
  border-bottom: none;
}

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

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

.comic-introduction .item.pickup .author {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.comic-introduction .item.pickup .about {
  margin-bottom: 20px;
  line-height: 17px;
  font-size: 10px;
}

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

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

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

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

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


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

.hidden {
  display: none;
}

.billboard-banner {
  text-align: center;
}

.ad-banner-list {
  margin: 40px 0;
}

.ad-banner {
  width: 89.33%;
  margin: 20px auto;
  text-align: center;
}

#sub-bnr-one-swiper .ad-banner{
  width: 100%;
  margin: 0px auto;
}

.ad-banner.full-width {
  width: 100%;
}

.ad-banner-block {
  width: 89.33%;
  margin: 10px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

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

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

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

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

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

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

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


.photo-link-button {
  width: 95%;
  margin: 40px auto;
}

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

.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.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 {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.photo-link-button.more a:before,
.photo-link-button.anchor a:before {
  -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: 74.67%;
  margin: 30px auto;
}

.link-button a {
  position: relative;
  display: block;
  /*height: 44px;
    line-height: 42px;*/
  padding: 12px 30px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  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.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 {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.link-button.more a:before,
.link-button.anchor a:before {
  -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-banner {
  width: 89.33%;
  margin: 30px auto;
}

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

@media print,
screen and (max-width: 374px) {
  .link-banner a {
    font-size: 9px;
  }
}

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

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

.link-banner a p.image {
  width: 150px;
  padding: 10px 0;
}

.link-banner a p.text {
  width: calc(100% - 150px);
  padding: 20px 0;
}

@media print,
screen and (max-width: 374px) {
  .link-banner a p.image {
    width: 120px;
  }
  .link-banner a p.text {
    width: calc(100% - 120px);
    padding: 16px 0;
  }
}

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

.headline.pr {
  position: relative;
}

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

.headline.small {
  width: 89.33%;
  margin: 0 auto 10px;
  font-size: 15px;
  text-align: left;
}

.headline.medium {
  width: 89.33%;
  margin: 0 auto 10px;
  font-size: 18px;
}

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

.article-body .headline-ribbon h3,
.headline-ribbon h3 {
  width: 280px;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 7px 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 25.5px;
  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: 50.15%;
  margin: 0 auto 10px;
}

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

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

a.arrow:after {
  content: '＞';
  padding-left: 0.5em;
}

.gray {
  color: #aaa;
}

@media print,
screen and (max-width: 374px) {
  .article-body .headline-ribbon h3,
  .headline-ribbon h3 {
    width: 250px;
    font-size: 15px;
  }
}

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


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

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

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

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

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

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

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

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

.module-sns-share ul li.copy #copy-result {
  display: none;
  width: 100% ;
  padding: 18px 10px;
  position: absolute;
  bottom: -30px;
  left: 0;
  background-color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100% ;
  color: #fff;
}

/* ----------------------------------------------------------------------------------------------------------------------------
.module-sns-follow
---------------------------------------------------------------------------------------------------------------------------- */

.module-sns-follow {
  width: 89.33%;
  margin: 30px auto 20px;
  line-height: 23px;
  font-size: 12px;
}

.module-sns-follow p {
  display: inline-block;
  margin-right: 35px;
  vertical-align: bottom;
}

.module-sns-follow ul {
  display: inline-block;
  width: calc(100% - 70px - 35px);
  font-size: 0;
}

.module-sns-follow ul li {
  display: inline-block;
}

.module-sns-follow ul li+li {
  margin-left: 10%;
}

.module-sns-follow ul li.facebook {
  width: 10%;
}

.module-sns-follow ul li.twitter {
  width: 9%;
}

.module-sns-follow ul li.instagram {
  width: 10%;
}

.module-sns-follow ul li.line {
  width: 16.96%;
}

.module-sns-follow ul li.rss {
  width: 8.7%;
}

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


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

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

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

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

.module-sns-article .col .text {
  float: right;
  width: 64.18%;
  padding: 20px 0 0;
  font-size: 12px;
  text-align: center;
}

.module-sns-article .col .text p {
  margin-bottom: 10px;
  font-size:12px;
  line-height:1.4;
}

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

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

.module-sns-article ul li {
  display: inline-block;
  width: 42px;
  margin: 10px 0;
  line-height: normal;
  font-size: 7px;
  font-weight: bold;
}

.module-sns-article ul li+li {
  margin-left: 30px;
}

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

.module-sns-article ul li img {
  width: 15px;
  vertical-align: super;
}
/* 
.module-sns-article ul li.line img {
  position: relative;
  top: -3px; 
  width: 26px;
}
*/
.module-sns-article .follpow{margin-bottom:0 !important;}


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

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

.module-special-01:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 180px;
  width: 100%;
  height: calc(100% - 180px);
  background-color: #EFEFEF;
}

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

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

.module-ranking-swiper-01 .list-normal {
  margin: 0 auto 0;
  overflow: hidden;
  padding-top: 30px;
}
.module-ranking-swiper-01 .list-normal .item {
  padding-bottom: 0;
}

.module-ranking-swiper-01 .list-normal .item+.item {
  padding-top: 0;
  border-top: 0;
}

.module-ranking-swiper-01 .list-normal .item .image {
  position: relative;
  float: none;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
}

.module-ranking-swiper-01 .list-normal .item .text {
  float: none;
  width: auto;
}

.module-ranking-swiper-01 .list-normal .item .text .title {
  padding-bottom: 5px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
}

.module-ranking-swiper-01 .list-normal .item .text .bottom {
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #222;
}

.module-ranking-swiper-01 .list-normal .item .text .bottom .date {
  position: static;
  font-size: 12px;
  color: #666;
}

.module-ranking-swiper-01 .ranking-box .pattern .item .image:before {
  left: 12px;
}

.module-ranking-swiper-01 .link-button {
  width: 89.33%;
  margin: 25px auto 10px;
}

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

.module-special-02 {
  margin: 40px auto;
  padding: 15px 0 0;
  background-color: #EFEFEF;
}

.module-special-02 .list {
  position: relative;
}

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

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

.module-special-02 .list .text {
  height: 70px;
  padding: 17px 35px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #EFEFEF;
}

.module-special-02 .list .text p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.module-special-02 .swiper-button-prev {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 35px;
  height: 70px;
  margin: 0;
  background: none;
}

.module-special-02 .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: 12px;
  height: 12px;
  background: url(/common/crea/images/v1/icon/arrow_gray.png) left top no-repeat;
  background-size: 12px;
}

.module-special-02 .swiper-button-next {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: 35px;
  height: 70px;
  margin: 0;
  background: none;
}

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

.module-special-02 .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-special-03
---------------------------------------------------------------------------------------------------------------------------- */

.module-special-03 {
  margin: 40px auto 0;
}

.module-special-03:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 110px;
  width: 100%;
  height: calc(100% - 110px);
  background-color: #F8F2EF;
}

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

.module-traveller {
  padding-bottom: 1px;
}

.module-traveller:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 180px;
  width: 100%;
  height: calc(100% - 180px);
  background-color: var(--traveller-key-color, #bfa366);
}

.module-traveller .list-col2 .item .bottom {
  text-align: right;
}

.module-traveller .list-col2 .item.pickup .bottom {
  text-align: center;
}

.module-traveller .list-col2 .item.pickup .bottom .date {
  margin-left: 0;
}

.module-traveller.swiper-container {
  padding: 0 20px;
}

.module-traveller.swiper-container:before {
  background-color: #222222;
  height: calc(100% - 203px);
}

.module-traveller.swiper-container .list-col2 {
  width: 100%;
}

.module-traveller.swiper-container .list-col2 .item.pickup .text {
  text-align: left;
}

.module-traveller.swiper-container .list-col2 .item.pickup .text .title {
  color: #FFFFFF;
}

.module-traveller.swiper-container .list-col2 .item.pickup .bottom {
    text-align: left;
}

.module-traveller.swiper-container .list-col2 .item .text .bottom .date {
    color: #fff;
}

.module-traveller.swiper-container .link-button {
  width: 100%;
  margin: 0;
}

.module-traveller .swiper-button-prev,
.module-traveller .swiper-button-next {
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: -100px 0 0;
  background: none;
}

.module-traveller .swiper-button-prev {
  left: 8px;
}

.module-traveller .swiper-button-next {
  right: 8px;
}

.module-traveller .swiper-button-prev:before,
.module-traveller .swiper-button-next:before {
  content: '';
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #D9D9D9;
  display: block;
}

.module-traveller .swiper-button-prev:after,
.module-traveller .swiper-button-next:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.module-traveller .swiper-button-prev:after{
  right: 7px;
  -webkit-transform: rotate(230deg);
  transform: rotate(230deg);
}

.module-traveller .swiper-button-next:after{
  left: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

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


/* ----------------------------------------------------------------------------------------------------------------------------
.module-keyword
---------------------------------------------------------------------------------------------------------------------------- */

.module-keyword {
  width: 89.33%;
  margin: 30px auto;
}

.module-keyword ul {
  font-size: 0;
  text-align: center;
}

.module-keyword ul li {
  display: inline-block;
  padding: 4px 8px;
  margin: 5px;
  font-size: 12px;
  background-color: #EFEFEF;
  border-radius: 5px;
}


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

.module-comic-essay {
  margin: 40px auto;
}

.module-comic-essay .list-col2 .item .bottom {
  text-align: right;
}

.module-comic-essay .list-col2 .item.pickup .image {
  padding-top: 75.16%;
}

.module-comic-essay .list-col2 .item.pickup .bottom {
  text-align: center;
}

.module-comic-essay .list-col2 .item.pickup .bottom .date {
  margin-left: 0;
}

.module-comic-essay .link-button {
  margin: 20px auto;
  width: 89.33%;
}

.module-comic-essay .link-button.mt0 {
  margin-top: 0;
}

.module-comic-essay .link-button a {
    padding: 11px 30px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
}

.module-comic-essay .list-col3 .item .bottom {
  display: block;
}

/* ----------------------------------------------------------------------------------------------------------------------------
.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: 100%;
  margin: 40px auto;
  text-align: center;
}

.module-magazine .image {
  width: 78.93%;
  margin: 0 auto;
}

.module-magazine .text {
  line-height: 30px;
  font-size: 10px;
}

.module-magazine .button {
  display: block;
  width: 53.33%;
  margin: 0 auto;
  line-height: 30px;
  font-size: 11px;
  background: #fff url(/common/crea/images/v1/icon/arrow_black.png) 96.6% center no-repeat;
  background-size: 6px;
  border: 1px solid #707070;
}


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

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

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

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

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

.module-magazine-info .col .image {
  float: left;
  width: 33.9%;
}

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

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

.module-magazine-info .col .text .copy {
  margin-bottom: 14px;
  font-size: 13px;
}

.module-magazine-info .col .text .price {
  font-size: 13px;
}

.module-magazine-info .col .detail {
  clear: both;
  padding-top: 10px;
  line-height: 16px;
  font-size: 10px;
}

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

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

.module-magazine-info--layout01-wrap {
  width: 89.33%;
  margin: 0 auto;
}

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

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

.module-magazine-info--layout01 p {
  margin-top: 0;
}

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

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

.module-magazine-info--layout01 .col .text {
  float: none;
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
}

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

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

.module-magazine-info--layout01 .col .text .price {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.module-magazine-info--layout01 .col .detail {
  clear: both;
  margin-bottom: 10px;
  padding-top: 0;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

.module-magazine-info--layout01 .col .link-button {
  margin-top: 0;
  margin-bottom: 0;
  width: calc(100% - 48px);
}

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

.module-prev-next .prev {
  float: left;
  width: 41.79%;
  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: 41.79%;
  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-from-editors
---------------------------------------------------------------------------------------------------------------------------- */

.module-from-editors {
  margin: 40px auto;
}

.module-from-editors .item .image {
  border-radius: 100%;
}


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

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


/* ----------------------------------------------------------------------------------------------------------------------------
.module-new-topics
---------------------------------------------------------------------------------------------------------------------------- */

.module-new-topics {
  margin: 40px auto;
}

.module-new-topics .list-normal {
  margin-bottom: 20px;
}

.module-new-topics .caption {
  width: 89.33%;
  margin: 0 auto 30px;
  font-size: 9px;
  color: #999;
  text-align: right;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-recommend
---------------------------------------------------------------------------------------------------------------------------- */

.module-recommend {
  min-height: 1600px;
  margin: 40px auto;
}

.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:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}


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

.module-pagination {
  margin: 30px 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: 40px;
  margin: 0 5px 10px;
  line-height: 40px;
  font-size: 15px;
  color: #ccc;
  background-color: #fff;
  border: 1px solid #ccc;
}

.module-pagination ul li+li {
  margin-left: 2%;
}

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

.module-related {
  margin: 40px auto 0;
  width: 89.33%;
}
.module-related .list-normal{
 margin-bottom:10px;
}

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

.module-related-horoscope {
  background: #F8F2EF;
  padding: 30px 19px 20px
}

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

.article-body .module-related-horoscope a {
  color: #222;
}

.article-body .module-related-horoscope p,
.article-body .module-related-horoscope ul,
.article-body .module-related-horoscope ul li {
    margin-bottom: 0;
}

.module-related-horoscope .list-normal {
  margin: 35px auto 16px;
}

.module-related-horoscope .list-normal .item .text {
    width: calc(100% - 28% - 15px);
}

.module-related-horoscope .list-normal .item .text .title {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  line-height: 22.5px;
}

.module-related-horoscope .list-normal .item .text .bottom {
  color: #222;
  font-size: 13px;
  font-weight: 400;
}

.module-related-horoscope .list-normal .item .text .bottom .date {
  color: #707070;
}

.module-related-horoscope .list-normal .item:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.module-related-horoscope .link-button {
    width: 100%;
    margin: 16px auto 0;
}

@media print,
screen and (max-width: 374px) {
  .module-related-horoscope .list-normal .item .text {
      width: calc(100% - 35% - 15px);
  }
}

/* ----------------------------------------------------------------------------------------------------------------------------
.module-column
---------------------------------------------------------------------------------------------------------------------------- */

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


/* ----------------------------------------------------------------------------------------------------------------------------
.module-recipe
---------------------------------------------------------------------------------------------------------------------------- */

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


/* ----------------------------------------------------------------------------------------------------------------------------
.module-feture
---------------------------------------------------------------------------------------------------------------------------- */

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


/* ----------------------------------------------------------------------------------------------------------------------------
.module-trip-search
---------------------------------------------------------------------------------------------------------------------------- */

.module-trip-search {
  margin: 40px auto;
}

.module-trip-search>form {
  width: 73.33%;
  margin: 0 auto 30px;
  border-bottom: 2px solid #333;
}

.module-trip-search>form input {
  width: 100%;
  padding: 13px 35px 13px 7px;
  font-size: 15px;
  background: url(/common/crea/images/v1/icon/search_gray.png) 97.15% center no-repeat;
  background-size: 21px;
  border: none;
}

.module-trip-search .bottom {
  padding: 30px 0;
  background-color: #EFEFEF;
}

.module-trip-search .bottom form {
  padding: 0 47px;
}

.module-trip-search .bottom form .text {
  margin-bottom: 17px;
  font-size: 16px;
  text-align: center;
}

.module-trip-search .bottom form .place {
  margin-bottom: 27px;
}

.module-trip-search .bottom form .place select {
  width: 100%;
  height: 30px;
  padding: 7px 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}

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

.module-trip-search .bottom form .purpose {
  margin-bottom: 27px;
}

.module-trip-search .bottom form .purpose li+li {
  margin-top: 10px;
}

.module-trip-search .bottom form .purpose input {
  margin: 0 10px 0 0;
}

.module-trip-search .bottom form .button label {
  float: left;
  display: block;
  width: 47.86%;
  height: 36px;
  line-height: 34px;
  text-align: center;
}

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

.module-trip-search .bottom form .button label.submit {
  float: right;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-sanmeigaku
---------------------------------------------------------------------------------------------------------------------------- */
.module-sanmeigaku {
  width: 89.33%;
  margin: 40px auto 50px;
}

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

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

.module-sanmeigaku .col .item {
  position:relative;
  width:29.9401198%;
}

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

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

.module-sanmeigaku .submit  {
  margin: 0 auto 30px;
  padding: 10px;
  font-size:13px;
  text-align:center;
  color:#fff;
  background:#707070;
}

.module-sanmeigaku .result {
  position: relative;
  display: none;
  padding: 30px 5.98802395%;
  background: #EFEFEF;
}

.module-sanmeigaku .result:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-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: 100%;
  margin: 0 0 30px;
}

.module-sanmeigaku .result .col .text {
  width: 100%;
}

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


/* ############################################################################################################################
#
#	uniqu-layout
#
############################################################################################################################ */


/* ============================================================================================================================
#temp-10-list-i
============================================================================================================================ */

#temp-10-list-i .headline {
  margin-bottom: 10px;
}

#temp-10-list-i .ranking {
  margin-top: 15px;
}

#temp-10-list-i .ranking .pattern {
  display: none;
}

#temp-10-list-i .ranking.total .pattern {
  display: block;
}

#temp-10-list-i .ranking.total .pattern+.pattern {
  display: none;
}


/* ============================================================================================================================
#temp-11-list-j
============================================================================================================================ */

#temp-11-list-j .caption {
  margin-top: -10px;
  font-size: 10px;
  text-align: center;
  color: #707070;
}

#temp-11-list-j .list-col2 .date {
  text-align: right;
}


/* ============================================================================================================================
#temp-14-list-m
============================================================================================================================ */

#temp-14-list-m .box-border,
#temp-14-list-m .box-border-pink {
  width: 89.33%;
  margin: 0 auto 10px;
  padding: 20px;
  font-size: 10px;
  border: 1px solid #ccc;
}

#temp-14-list-m .box-border .headline,
#temp-14-list-m .box-border-pink .headline {
  font-size: 15px;
}

#temp-14-list-m .box-border p,
#temp-14-list-m .box-border-pink p {
  margin-bottom: 20px;
}

#temp-14-list-m .box-border a,
#temp-14-list-m .box-border-pink a {
  color: #F597AD;
}

#temp-14-list-m .box-border .link-button,
#temp-14-list-m .box-border-pink .link-button {
  margin: 20px auto;
}

#temp-14-list-m .box-border .link-button a,
#temp-14-list-m .box-border-pink .link-button a {
  color: #222;
}

#temp-14-list-m .box-border .caption,
#temp-14-list-m .box-border-pink .caption {
  margin: 0;
  font-size: 11px;
  text-align: center;
}

#temp-14-list-m .box-border.member > div:not(:last-child) {
    margin-bottom: 15px;
}

#temp-14-list-m .box-border.member .col,
#temp-14-list-m .member.box-border-pink .col {
  width: 230px;
  margin: 0 auto 10px;
}

#temp-14-list-m .box-border.member .col .label,
#temp-14-list-m .member.box-border-pink .col .label {
  float: left;
  width: 70px;
  margin: 0;
  padding: 2px 7px;
  line-height: 19px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #FF9AA0;
}

#temp-14-list-m .box-border.member .col .text,
#temp-14-list-m .member.box-border-pink .col .text {
  float: right;
  margin: 0;
  line-height: 13px;
  font-size: 10px;
  color: #707070;
}

/***/
#temp-14-list-m .box-border.member .traveler-info .col .label {
  background-color: var(--traveller-key-color, #bfa366);
  line-height: 12px;
}

#temp-14-list-m .box-border.member .traveler-info a {
  color: var(--traveller-key-color, #bfa366);
}

#temp-14-list-m .box-border-pink {
  padding: 30px;
  border: 1px solid #F597AD;
}

#temp-14-list-m .box-border-pink .link-button {
  width: 100%;
  margin: 0 0 30px;
}

#temp-14-list-m .box-border-pink p {
  margin: 0;
  color: #707070;
}

#temp-14-list-m .box-gray {
  width: 89.33%;
  margin: 0 auto 40px;
  padding: 30px;
  background-color: #EFEFEF;
}

#temp-14-list-m .box-gray li+li {
  margin-top: 10px;
}

#temp-14-list-m .list-normal .item .image {
  width: 25.37%;
  padding-top: 25.37%;
}

#temp-14-list-m .list-normal .item .text {
  width: calc(100% - 27.73% - 20px);
}



/* ============================================================================================================================
#temp-22-article-magazine
============================================================================================================================ */

#temp-22-article-magazine .article-head {
  position: relative;
  padding-bottom: 0;
}

#temp-22-article-magazine .article-head h1 {
  text-align: left;
}

#temp-22-article-magazine .article-head .context .option {
  margin-top: 0;
  font-size: 13px;
  text-align: left !important;
}

#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 .box-normal .link-button{
  width: 100%;
  margin: 0 !important;
}

#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 .box-normal .box-title{
  font-size: 16px !important;
  font-weight: bold;
  margin: 0 !important;
}

#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: 48%;
  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{
  padding: 12px;
}

#temp-22-article-magazine .article-body .box-thick p{
  margin-bottom: 0;
  font-size: 14px; 
}

#temp-22-article-magazine .article-body .box-thick p small{
  font-size: 14px; 
}

#temp-22-article-magazine .article-body .box-thick p:nth-of-type(2) small{
  font-weight: 600 !important;
  font-size: 18px !important;
}

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

#temp-22-article-magazine .article-body .box-thick .link-button{
  width: 100%;
}

#temp-22-article-magazine .article-body .box-thick .keyword p a {
    padding: 0.5em;
    font-size: 13px;
    font-weight: normal;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}


/* ============================================================================================================================
#temp-25-static-moon
============================================================================================================================ */

#temp-25-static-moon .box-normal {
  margin-top: 30px;
  padding-top: 0;
}

#temp-25-static-moon .box-normal .box-title {
  width: calc(100% + 40px);
  margin: 0 0 0 -20px;
  padding: 5px;
  background-color: #fff;
  text-align: center;
}

#temp-25-static-moon .box-normal h4+p {
  margin-top: 5px;
}

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


/* ============================================================================================================================
#temp-26-static-comic
============================================================================================================================ */

#temp-26-static-comic article p,
#temp-26-static-comic article li {
  font-size: 13px;
}

#temp-26-static-comic article .indent {
  margin-top: 10px;
}

#temp-26-static-comic article .indent li {
  list-style: disc;
  margin-left: 1em;
}


/* ============================================================================================================================
#temp-28-static-contact
============================================================================================================================ */

#temp-28-static-contact .box-color a {
  color: #666;
}


/* ============================================================================================================================
#temp-29-static-sitepolicy
============================================================================================================================ */

#temp-29-static-sitepolicy .article-body h4 {
  margin-top: 40px;
}

#temp-29-static-sitepolicy .article-body p {
  font-size: 13px;
}


/* ============================================================================================================================
#temp-30-static-sitemap
============================================================================================================================ */

#temp-30-static-sitemap .article-body {
  font-size: 13px;
}

#temp-30-static-sitemap .article-body a {
  color: #222;
  text-decoration: none;
}

#temp-30-static-sitemap .article-body hr {
  margin: 40px auto;
}

#temp-30-static-sitemap .article-body .box {
  float: left;
  width: 50%;
  padding-right: 20px;
}

#temp-30-static-sitemap .article-body .box:nth-child(odd) {
  clear: both;
}

#temp-30-static-sitemap .article-body .box:nth-child(n + 3) {
  margin-top: 20px;
}

#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 .other a {
  font-weight: normal;
}


/* ============================================================================================================================
#temp-31-static-404
============================================================================================================================ */

#temp-31-static-404 #content {
  padding: 100px 0 50px 0;
}

#temp-31-static-404 #content .message {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 20px;
  line-height: 26px;
  font-size: 22px;
  text-align: center;
}

#temp-31-static-404 #content .message .text {
  font-size: 25px;
  line-height: 1.3;
}

#temp-31-static-404 #content .message .img {
  margin-top: 30px;
}

#temp-31-static-404 #content .message img {
  width: 17%;
}

#temp-31-static-404 #content .desc {
  width: 89%;
  margin: 30px auto;
}

#temp-31-static-404 #content .desc p {
  font-size: 16px;
  text-align: center;
}

#temp-31-static-404 #content .desc p + p {
  margin-top: 1em;
}

#temp-31-static-404 #content .link {
  max-width: 300px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
}

#temp-31-static-404 #content .link li+li {
  margin-top: 30px;
}

#temp-31-static-404 #content .link li a {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0.5em 2em 0.5em;
}

#temp-31-static-404 #content .link li a::after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 21px;
}


/* ============================================================================================================================
#temp-32-static-monthly
============================================================================================================================ */

#temp-32-static-monthly #content .box {
  width: 89.33%;
  margin: 30px auto;
}

#temp-32-static-monthly #content .box p {
  font-size: 15px;
  font-weight: bold;
}

#temp-32-static-monthly #content .box ul {
  font-size: 0;
}

#temp-32-static-monthly #content .box ul li {
  display: inline-block;
  width: calc(33.33% - 2px);
  margin-top: 10px;
  padding: 2px;
  font-size: 13px;
  text-align: center;
  background-color: #EFEFEF;
  border-radius: 5px;
}

#temp-32-static-monthly #content .box ul li+li {
  margin-left: 3px;
}

#temp-32-static-monthly #content .box ul li:nth-child(3n + 1) {
  margin-left: 0;
}


/* CREA30周年バナー */

.article-crea30-bnr {
  margin-top: 30px;
}


/* ============================================================================================================================
#temp-33-interview-list
============================================================================================================================ */
#temp-33-interview-list #interview-keyvisual {
  position: relative;
  height: 538px;
  overflow: hidden;
}

#temp-33-interview-list #interview-keyvisual #keyvisual-swiper {
  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: 30px;
}

#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: relative;
  z-index: 0;
  height: 100%;
}

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

#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: 40px;
  z-index: 1;
  width: 100%;
  color: #fff;
  font-weight: normal;
}

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

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

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

#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 -20px;
  font-size: 12px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: calc(20/12);
  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: 100%;
  margin: 0 auto;
}

#temp-34-cosmetic2021 .cosmetic2021-block .more {
  width: calc(300/375*100%);
  margin: 0 auto;
}

#temp-34-cosmetic2021 .cosmetic2021-block .more .btn {
  float: right;
  position: relative;
  width: 150px;
  padding: 0 0 8px;
  font-size: 20px;
  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: 80px 0 0;
}

#temp-34-cosmetic2021 .cosmetic2021-intro .row {
  margin: 0 0 76px;
}

#temp-34-cosmetic2021 .cosmetic2021-intro .row .logo {
  width: calc(190/375*100%);
  margin: 0 auto 36px;
}

#temp-34-cosmetic2021 .cosmetic2021-intro .row .text {
  text-align: center;
}

#temp-34-cosmetic2021 .cosmetic2021-intro .row .text h2 {
  margin: 0 0 40px;
  font-size: 23px;
  line-height: calc(37/23);
  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: 7px;
  background: #D6C8B8;
}

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


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

#temp-34-cosmetic2021 .cosmetic2021-pickup .header {
  position: relative;
  width: calc(300/375*100%);
  margin: 0 auto 64px;
  padding: 0 0 0 19px;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 96px;
  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: 20px;
  line-height: calc(30/22);
  color: #A27F43;
}

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

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

#temp-34-cosmetic2021 .cosmetic2021-pickup .item .box .video {
  width: 100%;
}

#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: calc(211/375*100vw);
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item .lead {
  width: calc(300/375*100%);
  margin: 0 auto 20px;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item1 .box .image {
  padding: 0 0 0 calc(38/375*100%);
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item1 .box .text {
  position: absolute;
  right: calc(35/375*100vw);
  top: calc(12/375*100vw);
  width: calc(42/375*100vw);
}

#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: calc(300/375*100%);
  margin: 0 auto 20px;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item2 .box .text img {
  width: calc(193/300*100%);
}

#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 {
  padding: 0 calc(122/375*100%) 0 0;
}

#temp-34-cosmetic2021 .cosmetic2021-pickup .item3 .box .text {
  position: absolute;
  right: calc(46/375*100vw);
  top: calc(20/375*100vw);
  width: calc(42/375*100vw);
}

#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: 70px 0 50px;
  background: #EFE8E2;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .logo {
  width: calc(145/375*100%);
  margin: 0 auto 38px;
}

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

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

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

#temp-34-cosmetic2021 .cosmetic2021-awards .tab .item {
  width: calc(138/300*100%);
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #3C3C3C;
  opacity: .5;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .tab .item.enable {
  opacity: 1;
}

#temp-34-cosmetic2021 .cosmetic2021-awards .box {
  width: calc(300/375*100%);
  margin: 0 auto;
}

#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 .box .box-inner {
  display: none;
}

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

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

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

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

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

#temp-34-cosmetic2021 .cosmetic2021-awards .box .item a .text {
  text-align: center;
}



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

#temp-34-cosmetic2021 .cosmetic2021-mybest .header {
  position: relative;
  width: calc(300/375*100%);
  margin: 0 auto 64px;
  padding: 0 0 0 19px;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 96px;
  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: 20px;
  line-height: calc(30/22);
  color: #A27F43;
}

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

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

#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;
  width: calc(300/375*100%);
  margin: 0 auto 40px;
  padding: 40px 0;
}

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

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

#temp-34-cosmetic2021 .cosmetic2021-mybest .member .title {
  width: calc(202/300*100%);
  margin: 0 auto 40px;
  line-height: 1;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest dl {
  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;
  width: calc(300/375*100%);
  margin: 0 auto 80px;
  padding: 0 0 40px;
}

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

#temp-34-cosmetic2021 .cosmetic2021-mybest .howto .title {
  width: calc(163/300*100%);
  margin: 0 auto 40px;
  line-height: 1;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .howto .text {
  text-align: center;

}

#temp-34-cosmetic2021 .cosmetic2021-mybest .sns {
  width: calc(138/375*100%);
  margin: 0 auto;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .sns .img_txt {
  width: calc(85/138*100%);
  margin: 0 auto 12px;
}

#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: calc(19/138*100%);
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .notes {
  width: calc(300/375*100%);
  margin: 0 auto;
  padding: 32px 0 64px;
  border-top: 1px solid #707070;
}

#temp-34-cosmetic2021 .cosmetic2021-mybest .notes p {
  font-size: 10px;
  line-height: calc(14/10);
}

#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 .menu_open,
.bestcosmetics2022-wrap .menu_close {
  width: 46px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}

.bestcosmetics2022-wrap .menu_open {
  display: block;
}

.bestcosmetics2022-wrap .menu_close {
  display: none;
}

.bestcosmetics2022-wrap .menu_main {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 46px;
  position: fixed;
  right: -100%;
  top: 0;
  overflow: scroll;
  z-index: 998;
  background: rgba(255, 255, 255, 0.95);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  color: #808080;
  transition: linear .3s;
}

.bestcosmetics2022-wrap .menu_main .inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.bestcosmetics2022-wrap .menu_content {
  text-align: center;
}

.bestcosmetics2022-wrap .menu_icon {
  width: 160px;
  margin: 0 auto 37px;
}

.bestcosmetics2022-wrap .menu_list_item {
  margin: 0 auto 30px;
}

.bestcosmetics2022-wrap .menu_list_item:last-child {
  margin-bottom: 0;
}

.bestcosmetics2022-wrap .menu_list_item_en {
  font-size: 24px;
}

.bestcosmetics2022-wrap .menu_list_item_txt {
  min-width: 178px;
  padding: 3px 10px;
  display: inline-block;
  border: 1px solid #D2D2D2;
  font-size: 12px;
}

.bestcosmetics2022-wrap #content {
  padding-top: 0;
}

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





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

/* ============================================================================================================================
ad-overlay
============================================================================================================================ */
.ad-overlay {
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483646;
}

/*
連載記事関連
============================ */
/* 連載記事内のタイトル  */
.article-head .article-subtitle-series {
  width: 90%;
  text-align: left;
  display: block;
  margin: 5px 25px 10px;
  font-size: 14px;
  color: #666666;
}

/* 連載記事内のスライダー  */
.article-series-section {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #707070;
}
.article-series-section p:first-child {
  color: #333333;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 19.6px;
}

.article-series-section .first-link {
  margin: 20px auto 0;
  text-align: center;
}

.article-series-section .first-link a{
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #CCCCCC;
  padding: 8px 10px;
}

.article-series-section .first-link a span{
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

#article-series-header-column {
  width: 90%;
  margin: 0 auto;
  background:#fff url(/common/crea/images/crea30-tokyo/sp/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 li {
    width: 96px;
    height: 73px;
    position: relative;
    margin: 0 14px 0 0;
}

#article-series-header-column li .title {
  width: 96px;
  max-height: 40px;
  position: absolute;
  background: #00000080;
  color: #ffffff;
  font-size: 9px;
  bottom: 0;
  padding: 3px;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 30px;
}

#article-series-header-column li .subtitle {
  width: 96px;
  max-height: 40px;
  position: absolute;
  background: #00000080;
  color: #ffffff;
  font-size: 11px;
  bottom: 0;
  padding: 3px;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 30px;
}

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

#article-series-header-column .slide-arrow {
  width: 9px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
}
#article-series-header-column .prev-arrow {
  left: -17px;
}
#article-series-header-column .next-arrow {
  right: -17px;
}

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

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

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

/* はじめから読むのリンク  */
.article-series-first-link {
  margin: 0;
  padding: 0;
  text-align: right;
}
.article-series-first-link a{
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #CCCCCC;
  padding: 8px 10px;
}
.article-series-first-link a span{
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

#interview-keyvisual .main-visual {
    width: 46%;
    position: absolute;
    z-index: 9999;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
#section .sns-traveller {
    width: 90%;
    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;
}
#section .magazine-info {
    width: 90%;
    margin: 40px auto;
    padding: 10px 15px;
    color: #333;
    border: 1px solid var(--key-color, #bfa366);
}
#section .magazine-info .col .image {
    float: left;
    width: 31.65%;
}
#section .magazine-info p {
    margin-top: 0;
    margin-bottom: 20px;
}
#section .magazine-info .col .text {
    float: right;
    width: 62.97%;
    line-height: 17px;
    font-size: 10px;
}
#section .magazine-info .col .text .copy {
    padding: 17px 0;
    font-weight: 200;
}
#section .magazine-info .col .text .copy strong {
    font-size: 17px;
    font-weight: bold;
}
#section .magazine-info .col .text .button {
    position: relative;
    display: block;
    margin-top: 14px;
    line-height: 34px;
    font-size: 12px;
    color: var(--key-color, #bfa366);
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: 1.5px solid var(--key-color, #bfa366);
    border-radius: 34px;
}
#section .magazine-info .col .text .button:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5.5px 0 5.5px;
    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: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5.5px 0 5.5px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* 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;
}

/* ----------------------------------------------------------------------------------------------------------------------------
.article-carousel
---------------------------------------------------------------------------------------------------------------------------- */
.article-carousel {
  margin-left: calc(50% - 50vw);
  margin-bottom: 40px;
  width: 100vw;
}
.article-carousel__column--main {
  margin-bottom: 16px;
}
.article-carousel__column--sub {
  padding: 0 16px;
}
.article-carousel__column--thumbnail {
  margin-bottom: 24px;
}
.article-carousel__caption {
  color: #6d6d6d;
  font-size: 12px;
  line-height: 1.6;
  padding: 0 16px;
}
.article-carousel__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
}
.article-carousel__detail {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.article-carousel__btn-wrap {
  text-align: right;
}
.article-carousel__btn {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  border-radius: 16px;
  border: solid 1px #212121;
  color: #212121 !important;
  font-size: 12px;
  font-weight: bold !important;
  text-decoration: none !important;
  padding: 0 24px;
  height: 32px;
}
.article-carousel__icon {
  width: auto !important;
  height: auto !important;
}
.article-carousel-main,
.article-carousel-main__item,
.article-carousel-sub,
.article-carousel-sub__item,
.article-carousel-thumbnail,
.article-carousel-thumbnail__item {
  margin: 0 !important;
}
.article-carousel-main__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
  aspect-ratio: 4/5;
}
.article-carousel-main__img {
  object-fit: contain;
  width: auto;
}
.article-carousel-sub__item {
  background-color: #fff;
  height: auto;
}
.article-carousel-thumbnail {
  display: flex;
  gap: 4px;
  padding: 0 16px;
  overflow-x: scroll;
  scrollbar-width: none;
}
.article-carousel-thumbnail::-webkit-scrollbar {
  display: none;
}
.article-carousel-thumbnail__item {
  flex-shrink: 0;
}
.article-carousel-thumbnail__item.is-active {
  opacity: .2;
}
.article-carousel-thumbnail__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
.article-carousel-thumbnail__img {
  object-fit: contain;
  height: 100% !important;
}