@charset "UTF-8";
:root {
  --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: 14px;
    font-family: 'Noto Sans Japanese', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    line-height: normal;
    letter-spacing: normal;
    color: #6e6e6e;
    background-color: #fff;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

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

img {
    vertical-align: top;
}

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

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

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

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

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

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

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

svg.color-fill * {
    fill: var(--key-color, #bfa366) !important;
}

svg.color-stroke * {
    stroke: var(--key-color, #bfa366) !important;
}

.svg-arrow {
    position: relative;
}

.svg-arrow:hover {
    opacity: 1;
}

.svg-arrow:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.svg-arrow:hover:before {
    background-color: var(--key-color, #bfa366);
}

.svg-arrow svg * {
    fill: var(--key-color, #bfa366) !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.svg-arrow:hover svg * {
    fill: #fff !important;
}

img.svg-image {
    visibility: hidden;
}

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


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

#header {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    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 .logo {
    position: absolute;
    left: 20px;
    top: 24px;
}

#header .logo a {
    display: block;
    height: 32px;
}

#header .logo svg {
    width: 300px;
}

#header .link {
    position: absolute;
    right: 80px;
    top: 28px;
}

#header .link svg {
    width: 24px;
}

#header .menu {
    position: absolute;
    right: 21px;
    top: 22px;
    height: 31px;
}

#header .menu svg {
    width: 31px;
}

#header .clickarea {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
}


/* ----------------------------------------------------------------------------------------------------------------------------
nav
---------------------------------------------------------------------------------------------------------------------------- */

#header nav {
    position: fixed;
    right: -600px;
    top: 0;
    width: 480px;
    height: 100%;
    color: #fff;
    background-color: #222;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*#header nav.show {
  right: 0;
}*/

#header nav a {
    color: #fff;
}

#header nav .close {
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: var(--key-color, #bfa366);
}

#header nav .inner {
    position: relative;
    width: calc(100% + 17px);
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#header nav .inner form {
    display: block;
    position: relative;
    width: 480px;
    padding: 20px 60px 20px 30px;
}

#header nav .inner form input:focus {
    border: none;
    outline: none;
}

#header nav .inner form input[type="text"] {
    display: block;
    width: 390px;
    line-height: 31px;
    font-size: 31px;
    color: var(--key-color, #bfa366);
    border: none;
    background-color: transparent;
}

#header nav .inner form input[type="text"]::-webkit-input-placeholder {
    color: rgba(191, 163, 102, 0.5);
}

#header nav .inner form input[type="text"]::placeholder {
    color: rgba(191, 163, 102, 0.5);
}

#header nav .inner form input[type="submit"] {
    position: absolute;
    right: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 31px;
    height: 31px;
    font-size: 0;
    background: var(--key-color, #bfa366) url(/common/traveller/images/v1/icon/nav_search.png) left top no-repeat;
    border: none;
}

#header nav .inner .close svg {
    width: 28.7px;
}

#header nav .inner>ul {
    margin-bottom: 25.2px;
}

#header nav .inner>ul>li {
    padding-top: 16px;
    border-bottom: 1px solid var(--key-color, #bfa366);
}

#header nav .inner>ul>li:first-child {
    border-top: 1px solid var(--key-color, #bfa366);
}

#header nav .inner>ul>li p {
    position: relative;
    width: 464px;
    margin-bottom: 16px;
    padding-left: 30px;
    line-height: 24px;
    font-size: 24px;
}

#header nav .inner>ul>li p:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12.5px 0 12.5px;
    border-color: var(--key-color, #bfa366) transparent transparent transparent;
}

#header nav .inner>ul>li p:after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12.5px 0 12.5px;
    border-color: #222 transparent transparent transparent;
}

#header nav .inner>ul>li p.open:before {
    border-width: 0 12.5px 14px 12.5px;
    border-color: transparent transparent var(--key-color, #bfa366) transparent;
}

#header nav .inner>ul>li p.open:after {
    top: calc(50% + 2px);
    border-width: 0 12.5px 14px 12.5px;
    border-color: transparent transparent #222 transparent;
}

#header nav .inner>ul>li ul {
    display: none;
    margin-bottom: 9.8px;
    padding-left: 26px;
}

#header nav .inner>ul>li li {
    line-height: 28px;
    font-size: 20px;
}

#header nav .inner>ul>li a:before {
    content: '- ';
}

#header nav .inner>ul>li .banner {
    margin-bottom: 11.2px;
}

#header nav .inner>ul>li .banner li {
    width: 447px;
    border: 1px solid #fff;
}

#header nav .inner>ul>li .banner li+li {
    margin-top: 7px;
}

#header nav .inner>ul>li .banner li a {
    display: block;
    width: 100%;
    line-height: 100px;
    font-size: 32px;
    font-weight: bolder;
    text-align: center;
    background: center center no-repeat;
    background-size: cover;
}

#header nav .inner>ul>li .banner li a:before {
    content: none;
}

#header nav .inner .latest {
    padding-bottom: 18.2px;
    margin-bottom: 26.6px;
    border-bottom: 2px solid var(--key-color, #bfa366);
}

#header nav .inner .latest .title {
    margin-bottom: 11.2px;
    line-height: 34px;
    font-size: 29px;
    font-weight: 100;
    color: var(--key-color, #bfa366);
    text-align: center;
}

#header nav .inner .latest .image {
    width: 168px;
    margin: 0 auto 11.2px;
    border: 2px solid var(--key-color, #bfa366);
}

#header nav .inner .latest .image img {
    width: 100%;
}

#header nav .inner .latest .when {
    margin-bottom: 11.2px;
    line-height: 22px;
    font-size: 22px;
    color: var(--key-color, #bfa366);
    text-align: center;
}

#header nav .inner .latest .button {
    width: 168px;
    margin: 0 auto;
}

#header nav .inner .latest .button+.button {
    margin-top: 6px;
}

#header nav .inner .latest .button a {
    display: block;
    width: 100%;
    line-height: 29.4px;
    font-size: 17px;
    text-align: center;
    color: var(--key-color, #bfa366);
    background-color: #fff;
    border-radius: 5px;
}

#header nav .inner .latest .button a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--key-color, #bfa366);
}

#header nav .inner .present {
    width: 290px;
    margin: 0 auto 23px;
}

#header nav .inner .present a {
    display: block;
    width: 100%;
    padding: 6px 10px 15px;
    text-align: center;
    background-color: rgba(191, 163, 102, 0);
    border: 1px solid var(--key-color, #bfa366);
}

#header nav .inner .present a:hover {
    opacity: 1;
}

#header nav .inner .present a .title {
    margin-bottom: 14px;
    line-height: 36px;
    font-size: 33px;
    color: var(--key-color, #bfa366);
}

#header nav .inner .present a .image {
    margin-bottom: 6px;
}

#header nav .inner .present a .image img {
    width: 100%;
}

#header nav .inner .present a .goods {
    margin-bottom: 6px;
    line-height: 18px;
    font-size: 15px;
    color: #fff;
}

#header nav .inner .present a .button {
    width: 256px;
    margin: 0 auto;
    line-height: 57px;
    font-size: 26px;
    text-align: center;
    color: var(--key-color, #bfa366);
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#header nav .inner .present a .button:hover {
    color: #fff;
    background-color: var(--key-color, #bfa366);
}

#header nav .inner .traveller-web {
    position: relative;
    width: 306px;
    height: 221px;
    margin: 0 auto 74px;
}

#header nav .inner .traveller-web a {
    display: block;
    width: 100%;
    height: 100%;
}

#header nav .inner .traveller-web a:hover {
    opacity: 1;
}

#header nav .inner .traveller-web a .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

#header nav .inner .traveller-web a .text {
    position: absolute;
    left: 14px;
    top: 16.8px;
    width: 270px;
    padding: 38px 0;
    line-height: 52px;
    font-size: 34px;
    font-weight: 100;
    text-align: center;
    background-color: rgba(191, 163, 102, 0.9);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#header nav .inner .traveller-web a:hover .text {
    background-color: rgba(0, 0, 0, 0.7);
}

#header nav .inner .close-low {
    width: 69px;
    margin: 0 auto;
    padding-bottom: 50px;
}

@media print,
screen and (max-width: 1439px) {
    #header nav {
        width: 408px;
    }
    #header nav .inner form {
        width: 408px;
    }
    #header nav .inner form input[type="text"] {
        width: 325px;
    }
    #header nav .inner>ul>li p {
        width: 394.4px;
    }
    #header nav .inner>ul>li .banner li {
        width: 379.95px;
    }
}


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

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

#content section {
    position: relative;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}


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

#footer {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background-color: var(--key-color, #bfa366);
}

#footer a {
    color: #fff;
}

#footer nav {
    width: 1080px;
    margin: 0 auto 112px;
}

#footer nav h4 {
    padding: 25px 0 20px 40px;
    font-size: 30px;
}

#footer nav h5 {
    margin-bottom: 12px;
    font-size: 25px;
}

#footer nav .where {
    float: left;
    width: 530px;
    padding-left: 40px;
}

#footer nav .where .col {
    float: left;
}

#footer nav .where .col:nth-child(2) {
    width: 145px;
}

#footer nav .where .col:nth-child(3) {
    width: 130px;
}

#footer nav .where .col:nth-child(4) {
    width: 165px;
}

#footer nav .where .col:nth-child(2) ul:nth-child(2) {
    margin-bottom: 120px;
}

#footer nav .where .col:nth-child(2) ul:nth-child(4) {
    margin-bottom: 30px;
}

#footer nav .where .col:nth-child(3) ul:nth-child(2) {
    margin-bottom: 30px;
}

#footer nav .where .col:nth-child(3) ul:nth-child(4) {
    margin-bottom: 90px;
}

#footer nav .where .col:nth-child(4) ul:nth-child(2) {
    margin-bottom: 30px;
}

#footer nav .where .col:nth-child(4) ul:nth-child(4) {
    margin-bottom: 150px;
}

#footer nav .where .col li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

#footer nav .what {
    float: left;
    width: 200px;
}

#footer nav .other {
    float: left;
    width: 350px;
    padding-left: 49px;
    border-left: 1px solid #fff;
}

#footer nav .other ul+ul {
    margin: 30px 0;
}

#footer nav .other li {
    list-style: disc;
}

#footer nav .other li.banner,
#footer nav .other li li {
    list-style: none;
}

#footer nav .other li li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

#footer .bottom {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#footer .bottom .inner {
    width: 100%;
    max-width: 1328px;
    margin: 0 auto;
    line-height: 95px;
    font-size: 0;
}

#footer .bottom .inner .sns {
    float: left;
    width: 272px;
    margin-left: 34px;
}

#footer .bottom .inner .logo {
    float: left;
    width: 600px;
    margin-left: 73px;
}

#footer .bottom .inner .copy {
    float: left;
    width: 200px;
    margin-left: 49px;
    font-size: 20px;
    font-family: 'Noto Serif', serif;
}

#footer .bottom .inner p,
#footer .bottom .inner ul,
#footer .bottom .inner li {
    display: inline-block;
    vertical-align: middle;
}

#footer .bottom .inner img,
#footer .bottom .inner svg {
    vertical-align: middle;
}

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

#footer .bottom .inner .sns a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
}

#footer .bottom .inner .sns li {
    margin-left: 36px;
}

#footer .bottom .inner .sns li+li {
    margin-left: 9px;
}

#footer .bottom .inner .sns li:nth-child(1) svg {
    width: 10px;
}

#footer .bottom .inner .sns li:nth-child(2) svg {
    width: 22px;
}

#footer .bottom .inner .sns li:nth-child(3) svg {
    width: 20px;
}

#footer .bottom .inner .logo li+li {
    margin-left: 21px;
}
#footer .bottom .inner .logo li.hon img{height:25px;}
@media print,
screen and (max-width: 1439px) {
    #footer .bottom .inner {
        width: 1000px;
    }
    #footer .bottom .inner .copy {
        clear: both;
        float: none;
        margin: 0 auto;
    }
}


/* ############################################################################################################################
#
#    override swiper.css
#
############################################################################################################################ */

.swiper-wrapper {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 7px;
    background-color: #ddd;
    opacity: 1 !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    top: 2.5px;
    width: 14px;
    height: 14px;
    margin: 0 4.5px;
    background-color: var(--key-color, #bfa366) !important;
}

.swiper-button-next,
.swiper-button-prev {
    background: none;
    width: 20px;
    height: 40px;
    margin-top: -20px;
}

.swiper-button-next:before,
.swiper-button-next:after,
.swiper-button-prev:before,
.swiper-button-prev:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border: 0 solid transparent;
}

.swiper-button-next:before {
    border-bottom-width: 18px;
    border-top-width: 18px;
    border-left: 18px solid var(--key-color, #bfa366);
}

.swiper-button-next:after {
    left: -2px;
    border-bottom-width: 18px;
    border-top-width: 18px;
    border-left: 18px solid #fff;
}

.swiper-button-prev:before {
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-right: 18px solid var(--key-color, #bfa366);
}

.swiper-button-prev:after {
    left: 2px;
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-right: 18px solid #fff;
}


.swiper-button-next.gallery-button-next:before,
.swiper-button-prev.gallery-button-nex:before,
.swiper-button-next.gallery-button-prev:before,
.swiper-button-prev.gallery-button-prev:before {
    width: 61.6px;
    height: 61.6px;
    border: none;
    background: url("/common/traveller/images/v1/icon/arrow_white.svg") 0 0 no-repeat;
    background-size: 100%;
    opacity: 1;
    transition: opacity .2s ease;
}

.swiper-button-next.gallery-button-next:after,
.swiper-button-prev.gallery-button-nex:after,
.swiper-button-next.gallery-button-prev:after,
.swiper-button-prev.gallery-button-prev:after {
    left: 0;
    width: 61.6px;
    height: 61.6px;
    border: none;
    background: url("/common/traveller/images/v1/icon/arrow_ov.svg") 0 0 no-repeat;
    background-size: 100%;
    opacity: 0;
    transition: opacity .2s ease;
}

.swiper-button-next.gallery-button-next:hover:before,
.swiper-button-prev.gallery-button-nex:hover:before,
.swiper-button-next.gallery-button-prev:hover:before,
.swiper-button-prev.gallery-button-prev:hover:before {
    opacity: 0;
}

.swiper-button-next.gallery-button-next:hover:after,
.swiper-button-prev.gallery-button-nex:hover:after,
.swiper-button-next.gallery-button-prev:hover:after,
.swiper-button-prev.gallery-button-prev:hover:after {
    opacity: 1;
}


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


/* ----------------------------------------------------------------------------------------------------------------------------
#module-tieup
---------------------------------------------------------------------------------------------------------------------------- */

#module-tieup {
    position: fixed !important;
    z-index: 2;
    left: 0;
    top: 80px;
    width: 100%;
    max-width: 100% !important;
    background-color: #fff;
}

#module-tieup .carousel {
    width: 100%;
    max-width: 1440px;
    height: 116px;
    margin: 0 auto;
    padding: 12px 66px;
}

#module-tieup .carousel:before,
#module-tieup .carousel:after {
    content: '';
    display: block;
    width: 67px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
}

#module-tieup .carousel:before {
    left: 0;
}

#module-tieup .carousel:after {
    right: 0;
}

#module-tieup li {
    position: relative;
    width: 330px;
    padding: 0 10px 0 100px;
}

#module-tieup li a {
    display: block;
}

#module-tieup li a:hover {
    opacity: 1;
}

#module-tieup li .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    height: 85px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

#module-tieup li .image:before {
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 163, 102, 0)), to(rgba(191, 163, 102, 0.8)));
    background: linear-gradient(to bottom, rgba(191, 163, 102, 0) 0%, rgba(191, 163, 102, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfa366', endColorstr='#ccbfa366', GradientType=0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-tieup li:hover .image:before {
    opacity: 1;
}

#module-tieup li .text .genre {
    font-size: 14px;
    color: var(--key-color, #bfa366);
}

#module-tieup li .text .title {
    margin: 3px 0;
    font-size: 12px;
    color: #6e6e6e;
}

#module-tieup li.promoted .text:after {
    content: 'Promoted';
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    background-color: #bcbcbc;
    border-radius: 5px;
}


/*@media print, screen and (max-width: 1439px) {
  #module-tieup li .text .genre {
    margin-top: 9px;
    font-size: 10px;
  }
  #module-tieup li .text .title {
    font-size: 9px;
  }
  #module-tieup li.promoted .text:after {
    font-size: 10px;
  }
}*/


/* ----------------------------------------------------------------------------------------------------------------------------
#module-traveller-web
---------------------------------------------------------------------------------------------------------------------------- */

#module-traveller-web {
    margin-bottom: 65.6px;
}

#module-traveller-web a {
    display: block;
    width: 100%;
    padding-top: 15.78%;
}

#module-traveller-web a:hover {
    opacity: 1;
}

#module-traveller-web a .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

#module-traveller-web a .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 72.72%;
    max-width: 1047.2px;
    height: 132px;
    padding-top: 9.6px;
    line-height: 41.6px;
    font-size: 41.6px;
    color: #fff;
    text-align: center;
    font-weight: 100;
    background-color: rgba(191, 163, 102, 0.9);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-traveller-web a .text small {
    font-size: 24px;
}

#module-traveller-web a .text svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 67.2px;
    width: 63.2px;
}

#module-traveller-web a .text svg * {
    fill: #fff;
}

#module-traveller-web a:hover .text {
    background-color: rgba(0, 0, 0, 0.6);
}

@media print,
screen and (max-width: 1439px) {
    #module-traveller-web a .text svg {
        right: 20.8px;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------------
#module-feature
---------------------------------------------------------------------------------------------------------------------------- */

#module-feature {
    margin-bottom: 69.6px;
}

#module-feature .carousel {
    padding: 29.65% 15% 50.4px;
}

#module-feature ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 50.4px);
    padding-left: 15%;
}

#module-feature li {
    position: relative;
    width: 66.66%;
    height: 100%;
}

#module-feature li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

#module-feature li a:hover {
    opacity: 1;
}

#module-feature li a:before {
    content: 'Feature';
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 120px;
    padding: 24px 0;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
    color: var(--key-color, #bfa366);
    text-align: center;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#module-feature li.swiper-slide-active a:before {
    opacity: 1;
}

#module-feature li:last-child a:before {
    content: none;
}

#module-feature li a .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

#module-feature li a .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#module-feature li.swiper-slide-active a .image:before {
    background-color: rgba(0, 0, 0, 0.2);
}

#module-feature li.swiper-slide-active a:hover .image:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#module-feature li.swiper-slide-active:last-child a:hover .image:before,
#module-feature li.swiper-slide-active:last-child a .image:before {
    background-color: rgba(0, 0, 0, 0);
}

#module-feature li a .image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 9.6px solid var(--key-color, #bfa366);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#module-feature li.swiper-slide-active .image:after {
    opacity: 1;
}

#module-feature li a .title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 56px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
}

#module-feature li a .copy {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 11.2%;
    font-size: 27.2px;
    line-height: 33.6px;
    text-align: center;
}

#module-feature li a .to {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 56px;
    color: var(--key-color, #bfa366);
    text-align: center;
    font-weight: 100;
}

#module-feature li a .to .svg-arrow {
    left: 9.6px;
    top: 8px;
    display: inline-block;
    width: 54px;
    height: 54px;
}

#module-feature li a .to .svg-arrow svg {
    width: 54px;
}

#module-feature li a .to .svg-arrow:before {
    top: 12px;
}

#module-feature li a:hover .to .svg-arrow:before {
    background-color: var(--key-color, #bfa366);
}

#module-feature li a:hover .to .svg-arrow svg * {
    fill: #fff !important;
}

@media print,
screen and (max-width: 1439px) {
    #module-feature li a .title {
        font-size: 56px;
    }
}


/*@media print, screen and (max-width: 1199px) {
  #module-feature li a .title {
    font-size: 40px;
  }
  #module-feature li a .copy {
    font-size: 24px;
  }
}*/


/* ----------------------------------------------------------------------------------------------------------------------------
#module-gallery
---------------------------------------------------------------------------------------------------------------------------- */

#module-gallery {
    margin-bottom: 32px;
}

#module-gallery .carousel {
    padding: 26.22% 12.34% 48px;
}

#module-gallery .carousel:before,
#module-gallery .carousel:after {
    content: '';
    display: block;
    width: 12.34%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
}

#module-gallery .carousel:before {
    left: 0;
}

#module-gallery .carousel:after {
    right: 0;
}

#module-gallery ul {
    position: absolute;
    top: 0;
    height: calc(100% - 48px);
}

#module-gallery li {
    height: 100%;
}

#module-gallery li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#module-gallery li.promoted a:before {
    content: 'Promoted';
    position: absolute;
    z-index: 1;
    left: 105px;
    bottom: 18px;
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    background-color: #bcbcbc;
    border-radius: 5px;
}

#module-gallery li a:hover {
    opacity: 1;
}

#module-gallery li a .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 5px;
}

#module-gallery li a .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-gallery li a:hover .image:before {
    background-color: rgba(191, 163, 102, 0.4);
}

#module-gallery li a .title {
    position: absolute;
    left: 16px;
    bottom: 55.2px;
    line-height: 35.2px;
    font-size: 25.6px;
    color: #fff;
}

#module-gallery li a .label {
    position: absolute;
    left: 12px;
    bottom: 14.4px;
    padding: 0 9.6px;
    line-height: 28.8px;
    font-size: 19.2px;
    color: var(--key-color, #bfa366);
    background-color: #fff;
}

#module-gallery .swiper-button-prev {
    left: 5.83%;
    margin-top: -2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#module-gallery .swiper-button-next {
    right: 5.83%;
    margin-top: -2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*@media print, screen and (max-width: 1199px) {
  #module-gallery li a .title {
    line-height: 28.8px;
    font-size: 19.2px;
  }
  #module-gallery li a .label {
    left: 14.4px;
    font-size: 14.4px;
  }
}*/


/* ----------------------------------------------------------------------------------------------------------------------------
#module-destination
---------------------------------------------------------------------------------------------------------------------------- */

#module-destination {
    margin-bottom: 24px;
}

#module-destination li {
    position: relative;
    float: left;
    width: 25%;
    padding-top: 25%;
}

#module-destination li a {
    display: block;
    width: 100%;
    height: 100%;
}

#module-destination li a:hover {
    opacity: 1;
}

#module-destination li a .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

#module-destination li a .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-destination li a:hover .image:before {
    opacity: 1;
}

#module-destination li:nth-child(odd) a .image:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), color-stop(29%, rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.71)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.22) 29%, rgba(0, 0, 0, 0.71) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38000000', endColorstr='#b5000000', GradientType=0);
}

#module-destination li:nth-child(even) a .image:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), color-stop(61%, rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.22) 61%, rgba(0, 0, 0, 0.22) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5000000', endColorstr='#38000000', GradientType=0);
}

#module-destination li a .city {
    position: absolute;
    width: 129.6px;
    line-height: 51.2px;
    font-size: 19.2px;
    text-align: center;
    color: #fff;
    background-color: var(--key-color, #bfa366);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-destination li a:hover .city {
    color: var(--key-color, #bfa366);
    background-color: #fff;
}

#module-destination li:nth-child(odd) a .city {
    left: 12px;
    bottom: 21.6px;
}

#module-destination li:nth-child(even) a .city {
    right: 12px;
    top: 21.6px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
#module-genre
---------------------------------------------------------------------------------------------------------------------------- */

#module-genre {
    margin-bottom: 56px;
}

#module-genre .copy {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 100;
    color: var(--key-color, #bfa366);
    text-align: center;
}

#module-genre .copy .font-serif {
    font-size: 49.6px;
}

#module-genre a {
    position: relative;
    display: block;
    width: 100%;
    height: 320px;
}

#module-genre a:hover {
    opacity: 1;
}

#module-genre a.promoted:before {
    content: 'Promoted';
    position: absolute;
    z-index: 1;
    left: calc(50% - 35px);
    bottom: 55px;
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    background-color: #bcbcbc;
    border-radius: 5px;
}

#module-genre a .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

#module-genre a .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.33);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-genre a:hover .image:before {
    background-color: rgba(191, 163, 102, 0.33);
}

#module-genre a .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    line-height: 64px;
    font-size: 49.6px;
    color: #fff;
    text-align: center;
    font-weight: 100;
}

#module-genre a .label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 144px;
    padding-left: 16px;
    line-height: 45.6px;
    font-size: 20.8px;
    font-weight: 100;
    color: #fff;
    background-color: var(--key-color, #bfa366);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-genre a:hover .label {
    color: var(--key-color, #bfa366);
    background-color: #fff;
}

#module-genre a .label:before,
#module-genre a .label:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 13.6px;
    border: 0 solid transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-genre a .label:before {
    border-bottom-width: 9.6px;
    border-top-width: 9.6px;
    border-left: 9.6px solid #fff;
}

#module-genre a .label:after {
    right: 17.6px;
    border-bottom-width: 9.6px;
    border-top-width: 9.6px;
    border-left: 9.6px solid var(--key-color, #bfa366);
}

#module-genre a:hover .label:before {
    border-left-color: var(--key-color, #bfa366);
}

#module-genre a:hover .label:after {
    border-left-color: #fff;
}


/* ----------------------------------------------------------------------------------------------------------------------------
#module-genre-low
---------------------------------------------------------------------------------------------------------------------------- */

#module-genre-low {
    margin-bottom: 32px;
}

#module-genre-low h3 {
    width: 75.32%;
    margin: 0 auto 24px;
    line-height: 27px;
    font-size: 27px;
    font-weight: bold;
    color: var(--key-color, #bfa366);
}

#module-genre-low .carousel {
    padding: 26.22% 12.34% 48px;
}

#module-genre-low .carousel:before,
#module-genre-low .carousel:after {
    content: '';
    display: block;
    width: 12.34%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
}

#module-genre-low .carousel:before {
    left: 0;
}

#module-genre-low .carousel:after {
    right: 0;
}

#module-genre-low ul {
    position: absolute;
    top: 0;
    height: calc(100% - 48px);
}

#module-genre-low li {
    height: 100%;
    border-radius: 5px;
}

#module-genre-low li a {
    display: block;
    width: 100%;
    height: 100%;
}

#module-genre-low li a:hover {
    opacity: 1;
}

#module-genre-low li a .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 5px;
}

#module-genre-low li a .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-genre-low li a:hover .image:before {
    opacity: 1;
}

#module-genre-low li a .label {
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 122.4px;
    line-height: 57.6px;
    font-size: 19.2px;
    font-weight: 100;
    color: var(--key-color, #bfa366);
    background-color: #fff;
}

#module-genre-low .swiper-button-prev {
    left: 5.83%;
    margin-top: -2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#module-genre-low .swiper-button-next {
    right: 5.83%;
    margin-top: -2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* ----------------------------------------------------------------------------------------------------------------------------
#module-column
---------------------------------------------------------------------------------------------------------------------------- */

#module-column {
    margin-bottom: 24px;
}

#module-column .box {
    position: relative;
    height: 242.4px;
    margin-bottom: 8px;
}

#module-column .box a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

#module-column .box a:hover {
    opacity: 1;
}

#module-column .box.promoted a:before {
    content: 'Promoted';
    position: absolute;
    z-index: 1;
    left: calc(50% - 466px);
    bottom: 75px;
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    background-color: #bcbcbc;
    border-radius: 5px;
}

#module-column .box a .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

#module-column .box a .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-column .box a:hover .image:before {
    opacity: 1;
}

#module-column .box a .text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(50% - 336px);
    display: inline-block;
    width: 810.4px;
    padding: 19.2px 0;
    line-height: 52px;
    font-size: 42.4px;
    font-weight: 100;
    text-align: center;
    color: var(--key-color, #bfa366);
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-column .box a:hover .text {
    color: #fff;
    background-color: var(--key-color, #bfa366);
}

#module-column .box a .label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(50% - 465.6px);
    padding: 0 46.4px 0 21.6px;
    line-height: 36.8px;
    font-size: 23.2px;
    color: #fff;
    background-color: var(--key-color, #bfa366);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-column .box a .label:before,
#module-column .box a .label:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 12.8px;
    top: 10.4px;
    border: 0 solid transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-column .box a .label:before {
    border-bottom-width: 8.8px;
    border-top-width: 8.8px;
    border-left: 8.8px solid #fff;
}

#module-column .box a .label:after {
    right: 14.4px;
    border-bottom-width: 8.8px;
    border-top-width: 8.8px;
    border-left: 8.8px solid var(--key-color, #bfa366);
}

#module-column .box a:hover .label {
    color: var(--key-color, #bfa366);
    background-color: #fff;
}

#module-column .box a:hover .label:before {
    border-left-color: var(--key-color, #bfa366);
}

#module-column .box a:hover .label:after {
    border-left-color: #fff;
}

#module-column .to {
    float: right;
}

#module-column .to a {
    position: relative;
    display: block;
    width: 203.2px;
    height: 45.6px;
    margin-right: 9.6px;
    padding-left: 19.2px;
    line-height: 39.2px;
    font-size: 20.8px;
    color: var(--key-color, #bfa366);
    border: 3.2px solid var(--key-color, #bfa366);
}

#module-column .to a:before,
#module-column .to a:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 8.8px;
    border: 0 solid transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-column .to a:before {
    border-bottom-width: 11.2px;
    border-top-width: 11.2px;
    border-left: 11.2px solid var(--key-color, #bfa366);
}

#module-column .to a:after {
    right: 17.6px;
    border-bottom-width: 11.2px;
    border-top-width: 11.2px;
    border-left: 11.2px solid #fff;
}

#module-column .to a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--key-color, #bfa366);
}

#module-column .to a:hover:before {
    border-left-color: #fff;
}

#module-column .to a:hover:after {
    border-left-color: var(--key-color, #bfa366);
}

@media print,
screen and (max-width: 1439px) {
    #module-column .box.promoted a:before {
        left: calc(50% - 403px);
    }
    #module-column .box a .text {
        left: calc(50% - 320px);
        width: 720px;
        line-height: 48px;
        font-size: 36px;
    }
    #module-column .box a .label {
        left: calc(50% - 402.4px);
        padding: 0 33.6px 0 8.8px;
        font-size: 17.6px;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------------
#module-from-editors
---------------------------------------------------------------------------------------------------------------------------- */

#module-from-editors {
    padding-top: 38px;
    margin-bottom: 40px;
}

#module-from-editors .label {
    position: absolute;
    z-index: 1;
    left: 34px;
    top: 0;
    width: 284px;
    line-height: 57px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background-color: var(--key-color, #bfa366);
}

#module-from-editors .box {
    position: relative;
    padding-top: 19.72%;
    /*padding: 32px 70px 32px 44px;*/
    border: 3px solid var(--key-color, #bfa366);
}

#module-from-editors .box ul {
    position: absolute;
    left: 2.02%;
    top: 12.32%;
    width: 69.67%;
    height: 76.62%;
}

#module-from-editors .box ul li {
    float: left;
    position: relative;
    width: 31.73%;
    height: 100%;
}

#module-from-editors .box ul li+li {
    margin-left: 2.3%;
}

#module-from-editors .box ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#module-from-editors .box ul li a:hover {
    opacity: 1;
}

#module-from-editors .box ul li a:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#b3000000', GradientType=0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-from-editors .box ul li a:hover:before {
    opacity: 0;
}

#module-from-editors .box ul li a:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 163, 102, 0.1)), to(rgba(191, 163, 102, 0.7)));
    background: linear-gradient(to bottom, rgba(191, 163, 102, 0.1) 0%, rgba(191, 163, 102, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#b3000000', GradientType=0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-from-editors .box ul li a:hover:after {
    opacity: 1;
}

#module-from-editors .box ul li a .image {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

#module-from-editors .box ul li a .title {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 16px 13px;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#module-from-editors .box .to {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28.45%;
    height: 132px;
}

#module-from-editors .box .to a {
    position: relative;
    display: block;
    width: 246px;
    height: 100%;
    margin: 0 auto;
}

#module-from-editors .box .to a:hover {
    opacity: 1;
}

#module-from-editors .box .to a .text {
    line-height: 44px;
    font-size: 33px;
    font-weight: 100;
    color: var(--key-color, #bfa366);
}

#module-from-editors .box .to a .svg-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 77px;
    height: 77px;
}

#module-from-editors .box .to a:hover .svg-arrow:before {
    background-color: var(--key-color, #bfa366);
}

#module-from-editors .box .to a:hover .svg-arrow svg * {
    fill: #fff !important;
}

@media print,
screen and (max-width: 1439px) {
    #module-from-editors .box ul li a .title {
        font-size: 13px;
    }
}


/*@media print, screen and (max-width: 1199px) {
  #module-from-editors .box ul li a .title {
    font-size: 11px;
  }
}*/


/* ----------------------------------------------------------------------------------------------------------------------------
#module-information
---------------------------------------------------------------------------------------------------------------------------- */

#module-information {
    margin: 0 auto 62px;
}

#module-information .title {
    margin-bottom: 38px;
    font-size: 58px;
    color: var(--key-color, #bfa366);
    text-align: center;
}

#module-information .box {
    width: 911px;
    margin: auto;
    padding-top: 26px;
}

#module-information .box .side {
    float: left;
    width: 300px;
    height: 360px;
    margin-top: 16px;
}

#module-information .box .side a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 48px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: var(--key-color, #bfa366);
}

#module-information .box .side a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--key-color, #bfa366);
}

#module-information .box .side a svg * {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-information .box .side a:hover svg * {
    fill: #fff !important;
}

#module-information .box .side.present a {
    border: 1px solid var(--key-color, #bfa366);
    border-right: none;
    border-radius: 5px 0 0 5px;
}

#module-information .box .side.present a svg {
    width: 49px;
    margin: 80px 0 60px;
}

#module-information .box .side.notice a {
    border: 1px solid var(--key-color, #bfa366);
    border-left: none;
    border-radius: 0 5px 5px 0;
}

#module-information .box .side.notice a svg {
    width: 48px;
    margin: 80px 0 60px;
}

#module-information .box .center {
    position: relative;
    float: left;
    width: 311px;
    height: 408px;
    text-align: center;
    background-color: var(--key-color, #bfa366);
    border: 1px solid var(--key-color, #bfa366);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

#module-information .box .center .image {
    width: 210.4px;
    margin: -26px auto 30px;
}

#module-information .box .center .image img {
    width: 100%;
}

#module-information .box .center .button {
    width: 263px;
    margin: 10px auto 0;
}

#module-information .box .center .button a {
    display: block;
    line-height: 46px;
    font-size: 22px;
    color: var(--key-color, #bfa366);
    background-color: #fff;
    border: 1px solid var(--key-color, #bfa366);
    border-radius: 5px;
}

#module-information .box .center .button a:hover {
    opacity: 1;
    color: #fff;
    border-color: #fff;
    background-color: var(--key-color, #bfa366);
}


/* ----------------------------------------------------------------------------------------------------------------------------
#module-crea-web
---------------------------------------------------------------------------------------------------------------------------- */

#module-crea-web {
    width: 93.33%;
    max-width: 1344px;
    margin: 0 auto 40px;
}

#module-crea-web ul {
    float: left;
    width: 66.07%;
    padding-left: 4.02%;
}

#module-crea-web ul li {
    position: relative;
    float: left;
    width: 30.22%;
    padding-bottom: 17px;
}

#module-crea-web ul li+li {
    margin-left: 4.67%;
}

#module-crea-web ul li.promoted:before {
    content: 'Promoted';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 77px;
    padding: 0 8px;
    line-height: 17px;
    font-size: 12px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background-color: #bcbcbc;
    border-radius: 5px;
}

#module-crea-web ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #646464;
}

#module-crea-web ul li a:hover {
    opacity: 1;
}

#module-crea-web ul li a .image {
    position: relative;
    width: 100%;
    padding-top: 79.37%;
    margin-bottom: 12px;
    background: center center no-repeat;
    background-size: cover;
}

#module-crea-web ul li a .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-crea-web ul li a:hover .image:before {
    opacity: 1;
}

#module-crea-web ul li a .image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 24px;
    background: url(/common/traveller/images/v1/icon/crea_web_article.png) left top no-repeat;
    background-size: 100%;
}

#module-crea-web ul li a .title {
    margin-bottom: 6px;
    line-height: 22px;
    font-size: 12px;
}

#module-crea-web .banner {
    position: relative;
    float: right;
    width: 29.99%;
    padding-top: 18.8%;
}

#module-crea-web .banner a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    background-color: var(--key-color, #bfa366);
    border: 1px solid var(--key-color, #bfa366);
    border-radius: 10px;
}

#module-crea-web .banner a:hover {
    opacity: 1;
    background-color: #fff;
}

#module-crea-web .banner a svg {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#module-crea-web .banner a .logo {
    padding-top: 7.44%;
}

#module-crea-web .banner a .logo svg {
    width: 54.59%;
}

#module-crea-web .banner a .logo svg * {
    fill: #fff;
}

#module-crea-web .banner a:hover .logo svg * {
    fill: var(--key-color, #bfa366);
}

#module-crea-web .banner a .arrow {
    position: relative;
    width: 19.35%;
    padding-top: 19.35%;
    margin: 17px auto 0;
    background-color: var(--key-color, #bfa366);
    border-radius: 100%;
}

#module-crea-web .banner a .arrow svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#module-crea-web .banner a .arrow svg * {
    fill: #fff;
}

@media print,
screen and (max-width: 1439px) {
    #module-crea-web ul li a .title {
        line-height: 16px;
        font-size: 10px;
    }
}


/*@media print, screen and (max-width: 1199px) {
  #module-crea-web ul li a .title {
    line-height: 14px;
    font-size: 8px;
  }
}*/


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

.module-sns-share {
    width: 208px;
    margin: 0 auto;
}

.module-sns-share p,
.module-sns-share ul,
.module-sns-share li {
    display: inline-block;
    vertical-align: middle;
}

.module-sns-share svg {
    margin-top: -3px;
    vertical-align: middle;
}

.module-sns-share p {
    font-size: 11.2px;
    color: var(--key-color, #bfa366);
}

.module-sns-share a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    border: 1px solid var(--key-color, #bfa366);
    border-radius: 100%;
}

.module-sns-share li {
    margin-left: 6.4px;
}

.module-sns-share li+li {
    margin-left: 3.2px;
}

.module-sns-share li:nth-child(1) svg {
    width: 8px;
}

.module-sns-share li:nth-child(2) svg {
    width: 17.6px;
}

.module-sns-share li:nth-child(3) svg {
    width: 16px;
}

.module-sns-share li:nth-child(4) svg {
    width: 16px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-next-button
---------------------------------------------------------------------------------------------------------------------------- */

.module-next-button {
    width: 560px;
    margin: 50px auto;
}

.module-next-button a {
    position: relative;
    display: block;
    line-height: 52.8px;
    font-size: 16.8px;
    font-weight: bold;
    color: var(--key-color, #bfa366);
    text-align: center;
    background-color: #fff;
    border: 2px solid var(--key-color, #bfa366);
    border-radius: 52.8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.module-next-button a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--key-color, #bfa366);
}

.module-next-button a:before,
.module-next-button a:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0 solid transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.module-next-button a:before {
    border-bottom-width: 12px;
    border-top-width: 12px;
    border-left: 12px solid var(--key-color, #bfa366);
}

.module-next-button a:after {
    right: 32px;
    border-bottom-width: 12px;
    border-top-width: 12px;
    border-left: 12px solid #fff;
}

.module-next-button a:hover:before {
    border-left: 12px solid #fff;
}

.module-next-button a:hover:after {
    border-left: 12px solid var(--key-color, #bfa366);
}


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

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

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

.module-pagination ul li {
    position: relative;
    display: inline-block;
    width: 44px;
    line-height: 42px;
    font-size: 16.8px;
    color: var(--key-color, #bfa366);
    background-color: #fff;
    border: 1px solid var(--key-color, #bfa366);
    border-radius: 100%;
}

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

.module-pagination ul li.active {
    background-color: rgba(191, 163, 102, 0.2);
}

.module-pagination ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: var(--key-color, #bfa366);
    border-radius: 100%;
}

.module-pagination ul li a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--key-color, #bfa366);
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-author
---------------------------------------------------------------------------------------------------------------------------- */

.module-author {
    position: relative;
    width: 814.4px;
    margin: 0 auto 48px;
    padding: 24px 0;
    background-color: rgba(191, 163, 102, 0.2);
}

.module-author .thumb {
    float: left;
    width: 100px;
}

.module-author .thumb img {
    width: 100%;
}

.module-author .text {
    float: left;
    width: 82.51%;
    padding-left: 3.93%;
    line-height: 17.6px;
    font-size: 11.2px;
    font-weight: 200;
}

.module-author .text .name {
    margin-bottom: 9.6px;
    line-height: 16.8px;
    font-size: 16.8px;
    color: var(--key-color, #bfa366);
}

.module-author .text .link-basic {
    margin-top: 9.6px;
}


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

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

.module-magazine-info .inner {
    position: relative;
    padding: 16px 24px;
    border: 1px solid var(--key-color, #bfa366);
}

.module-magazine-info .inner h5 {
    margin-bottom: 20.8px;
    line-height: 20.8px;
    font-size: 20.8px;
    color: var(--key-color, #bfa366);
}

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

.module-magazine-info .inner a:hover {
    text-decoration: none;
}

.module-magazine-info .inner .col .image {
    float: left;
    width: 209px;
}

.module-magazine-info .inner .col .image img {
    width: 100%;
}

.module-magazine-info .inner .col .text {
    float: left;
    width: 370px;
    margin-left: 34px;
    line-height: 28.8px;
    font-size: 16.8px;
}

.module-magazine-info .inner .col .text .copy {
    padding: 28.8px 0;
    font-weight: 200;
}

.module-magazine-info .inner .col .text .copy strong {
    font-size: 25px;
    font-weight: bold;
}

.module-magazine-info .inner .col .text a {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 93px;
    padding: 12.8px 0;
    line-height: normal;
    font-size: 12.8px;
    color: #fff;
    text-align: center;
    background-color: var(--key-color, #bfa366);
}

.module-magazine-info .notes {
    margin-top: 9.6px;
    line-height: 22.4px;
    font-size: 12.8px;
}


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

.module-column-info {
    position: relative;
    padding: 24px;
    border: 1px solid var(--key-color, #bfa366);
}

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

.module-column-info .box-text-right {
    float: right;
    width: calc(100% - 200px - 24px);
    padding-bottom: 22px;
    color: #333;
}

.module-column-info .box-text-right p {
    margin: 0;
}

.module-column-info .box-text-right a:hover {
    text-decoration: none;
}

.module-column-info .box-text-right .genre {
    margin-bottom: 4px;
    line-height: 22px;
    font-size: 22px;
    color: var(--key-color, #bfa366);
}

.module-column-info .box-text-right .title {
    padding-bottom: 18px;
    font-size: 21px;
    font-weight: 500;
}

.module-column-info .box-text-right .title a {
    color: var(--key-color, #bfa366);
}

.module-column-info .box-text-right .summary {
    padding-bottom: 22px;
    line-height: 22px;
}

.module-column-info .box-text-right .link-basic {
    position: absolute;
    bottom: 24px;
    font-size: 18px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.module-article-links
---------------------------------------------------------------------------------------------------------------------------- */

.module-article-links {
    position: relative;
    margin-top: 32px;
    padding: 24px;
    font-size: 18px;
    color: #333;
    border: 3px solid var(--key-color, #bfa366);
}

.module-article-links .genre {
    margin: 0;
    line-height: 22px;
    font-size: 22px;
    color: var(--key-color, #bfa366);
}

.module-article-links .title {
    margin: 0;
    line-height: 28px;
    font-size: 21px;
    font-weight: 500;
    color: var(--key-color, #bfa366);
}

.module-article-links ul {
    margin-bottom: 50px;
}

.module-article-links li {
    margin-top: 14px;
    line-height: 22px;
    text-indent: -1em;
    margin-left: 1em;
    padding-left: 40px;
}

.module-article-links li a {
    font-weight: 500;
    color: #333;
}

.module-article-links li a:hover {
    border-bottom: 1px solid var(--key-color, #bfa366);
    text-decoration: none;
}

.module-article-links .link-basic {
    position: absolute;
    right: 24px;
    bottom: 24px;
    font-size: 18px;
}

.module-article-links .link-basic p {
    margin: 0;
}

.module-article-links .link-basic a:hover {
    text-decoration: none;
}


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

.module-recommend {
    position: relative;
    margin-top: 50px;
    padding-bottom: 20px;
}

.module-recommend:after {
    content: 'Powerd by Outbrain';
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

.module-recommend .catch {
    margin-bottom: 16px;
    line-height: 28px;
    font-size: 28px;
    color: var(--key-color, #bfa366);
}

.module-recommend .box {
    font-size: 0;
}

.module-recommend .box .item {
    display: inline-block;
    width: 221px;
    font-size: 13px;
    margin: 10px 0;
}

.module-recommend .box .item+.item {
    margin-left: 18px;
}

.module-recommend .box .item:nth-child(3n + 1) {
    margin-left: 0;
}

.module-recommend .box .item a {
    display: block;
}

.module-recommend .box .item .image {
    width: 100%;
    height: 186px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.module-recommend .box .item .title {
    position: relative;
    margin-top: 8px;
    height: 70px;
    line-height: 20px;
}

.module-recommend .box .item .title.promoted:before {
    content: 'Promoted';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    padding: 0 8px;
    line-height: 12.8px;
    font-size: 9.6px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    background-color: #bcbcbc;
    border-radius: 5px;
}


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


/* ----------------------------------------------------------------------------------------------------------------------------
#sec-search-result
---------------------------------------------------------------------------------------------------------------------------- */

#sec-search-result {
    margin: 28.8px auto 64px;
}

#sec-search-result h2 {
    margin-bottom: 32px;
    line-height: 28.8px;
    font-size: 20.8px;
    text-align: center;
    color: #333;
}

#sec-search-result .module-sns-share+h2 {
    margin-top: 40px;
}

#sec-search-result .lead {
    width: 987.2px;
    margin: 50px auto 14.4px;
    line-height: 28.8px;
    font-size: 20.8px;
    color: #333;
}


/* ----------------------------------------------------------------------------------------------------------------------------
#sec-archive
---------------------------------------------------------------------------------------------------------------------------- */

#sec-archive {
    width: 1065.8px;
    margin: 28px auto 104px;
}

#sec-archive .left {
    float: left;
    width: 668.8px;
    margin-top: 40px;
}

#sec-archive h2 {
    margin-bottom: 19.2px;
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    color: var(--key-color, #bfa366);
}

#sec-archive h3 {
    margin-bottom: 16px;
    line-height: 24.8px;
    font-size: 24.8px;
    font-weight: bold;
    color: var(--key-color, #bfa366);
}

#sec-archive .intro {
    margin-bottom: 22.4px;
    line-height: normal;
    font-size: 22.4px;
    font-weight: 200;
    color: #333;
}

#sec-archive .right {
    float: right;
    width: 300px;
    margin-top: 40px;
}

#sec-archive .right li+li {
    margin-top: 12px;
}

#sec-archive .right .magazine {
    padding: 32px 0 24px;
    color: var(--key-color, #bfa366);
    background-color: rgba(191, 163, 102, 0.1);
    text-align: center;
}

#sec-archive .right .magazine a {
    color: var(--key-color, #bfa366);
}

#sec-archive .right .magazine h4 {
    line-height: 35.2px;
    font-size: 30.4px;
}

#sec-archive .right .magazine h5 {
    margin-bottom: 24px;
    font-size: 22.4px;
}

#sec-archive .right .magazine .image {
    width: 168px;
    margin: 0 auto 16px;
    border: 1px solid var(--key-color, #bfa366);
}

#sec-archive .right .magazine .image img {
    width: 100%;
}

#sec-archive .right .magazine .title {
    margin-bottom: 16px;
    line-height: 26.4px;
    font-size: 15.2px;
    font-weight: 400;
}

#sec-archive .right .magazine .title strong {
    font-size: 21.6px;
    font-weight: 600;
}

#sec-archive .right .magazine .button {
    width: 168.8px;
    margin: 0 auto;
}

#sec-archive .right .magazine .button+.button {
    margin-top: 4px;
}

#sec-archive .right .magazine .button a {
    line-height: 35.2px;
    font-size: 16px;
    text-align: center;
    display: block;
    color: var(--key-color, #bfa366);
    background-color: #fff;
    border: 1px solid var(--key-color, #bfa366);
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#sec-archive .right .magazine .button a:hover {
    color: #fff;
    background-color: var(--key-color, #bfa366);
    opacity: 1;
}

#sec-archive .lead {
    width: 1043.2px;
    margin: 20px auto 40px;
    line-height: 28.8px;
    font-size: 20.8px;
    color: #000;
}

#sec-archive .module-sns-share:last-child {
    margin-top: 32px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
#sec-article
---------------------------------------------------------------------------------------------------------------------------- */

#sec-article {
    width: 1200px;
    margin: 28px auto 104px;
}

#sec-article.two-column {
    width: 1050px;
}

#sec-article .left {
    float: left;
    width: 156px;
    margin-top: 40px;
    padding-left: 10px;
}

#sec-article.two-column .left {
    width: 700px;
    padding-left: 0;
}

#sec-article .center {
    float: left;
    width: 700px;
    margin: 40px 0 0 176px;
}

#sec-article .right {
    float: right;
    width: 300px;
    margin-top: 40px;
}

#sec-article .right li+li {
    margin-top: 12px;
}

#sec-article .subscription {
    clear: both;
    margin-bottom: 64px;
}

#sec-article .subscription .left {
    float: left;
    width: 700px;
    height: 115px;
    padding: 24px;
    font-size: 18px;
    border: 1px solid var(--key-color, #bfa366);
}

#sec-article .subscription .left strong {
    font-size: 26px;
    font-weight: 500;
    color: var(--key-color, #bfa366);
}

#sec-article .subscription .right {
    float: right;
    width: 340px;
    height: 115px;
}

#sec-article .subscription .right a {
    display: block;
    height: 100%;
    line-height: 115px;
    font-size: 26px;
    color: var(--key-color, #bfa366);
    text-align: center;
    background-color: #fff;
    border: 1px solid var(--key-color, #bfa366);
}

#sec-article .subscription .right a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--key-color, #bfa366);
}


/* ----------------------------------------------------------------------------------------------------------------------------
#sec-article-image
---------------------------------------------------------------------------------------------------------------------------- */

#sec-article-image {
    width: 1200px;
    margin: 28px auto 104px;
}

#sec-article-image .image-area {
    /*width: 1000px;*/
    margin: 40px auto 112px;
}

#sec-article-image .image-area .main-image {
    position: relative;
    margin-bottom: 40px;
}
.gallery-slide__inner{width:1000px;margin:auto;}
#sec-article-image .image-area .main-image .image {
    position: relative;
    margin-bottom: 4px;
    text-align: center;
}

#sec-article-image .image-area .main-image .image img {
    max-width: 100%;
    height:auto;
}

#sec-article-image .image-area .main-image .caption {
    line-height: 20px;
    font-size: 14px;
    text-align:left;
}

#sec-article-image .image-area .main-image .prev-button {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    width: 61.6px;
    height: 61.6px;
    margin: 0;
}

#sec-article-image .image-area .main-image .next-button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 61.6px;
    height: 61.6px;
    margin: 0;
}

#sec-article-image .image-area .main-image .prev-button a,
#sec-article-image .image-area .main-image .next-button a {
    display: block;
    width: 61.6px;
    height: 61.6px;
}

#sec-article-image .image-area ul {
    font-size: 0;
    width:1000px;
    margin:auto;
}

#sec-article-image .image-area ul li {
    display: inline-block;
    width: calc(12.5% - 8px);
    margin-bottom: 12px;
}

#sec-article-image .image-area ul li+li {
    margin-left: 9px;
}

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

#sec-article-image .image-area ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    background: center center no-repeat;
    background-size: cover;
}

#sec-article-image .image-area ul li span {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    background: center center no-repeat;
    background-size: cover;
}

#sec-article-image .image-area ul li.is-current span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border: 3px solid var(--key-color, #bfa366);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sec-article-image .read-button {
    width: 355.2px;
    margin: 40px auto 0;
}

#sec-article-image .read-button a {
    position: relative;
    display: block;
    line-height: 67.2px;
    font-size: 25.6px;
    color: var(--key-color, #bfa366);
    text-align: center;
    background-color: #fff;
    border: 2px solid var(--key-color, #bfa366);
    border-radius: 67.2px;
}
#sec-article-image .read-button.galleryarrow a{
 font-size:16.8px;
 line-height:52.6px;
}

#sec-article-image .read-button a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--key-color, #bfa366);
}

#sec-article-image .read-button a:before,
#sec-article-image .read-button a:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0 solid transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#sec-article-image .read-button a:before {
    border-bottom-width: 12px;
    border-top-width: 12px;
    border-left: 12px solid var(--key-color, #bfa366);
}

#sec-article-image .read-button a:after {
    right: 32px;
    border-bottom-width: 12px;
    border-top-width: 12px;
    border-left: 12px solid #fff;
}

#sec-article-image .read-button a:hover:before {
    border-left: 12px solid #fff;
}

#sec-article-image .read-button a:hover:after {
    border-left: 12px solid var(--key-color, #bfa366);
}

#sec-article-image .bottom {
    width: 1100px;
    margin: 0 auto;
}

#sec-article-image .bottom .left {
    float: left;
    width: 700px;
    margin-top: 40px;
}

#sec-article-image .bottom .left .module-recommend {
    margin-top: 0;
}

#sec-article-image .bottom .right {
    float: right;
    width: 300px;
    margin-top: 40px;
}

#sec-article-image .bottom .right li+li {
    margin-top: 12px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
#sec-title
---------------------------------------------------------------------------------------------------------------------------- */

#sec-title {
    max-width: 100% !important;
    height: 214.4px;
    background-color: var(--key-color, #bfa366);
    color: #fff;
    text-align: center;
}

#sec-title.image {
    max-width: 100% !important;
    height: 417.6px;
    background: center center no-repeat;
    background-size: cover;
}

#sec-title.image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

#sec-title a {
    color: #fff;
}

#sec-title .inner {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

#sec-title .cover-title {
    line-height: 27.2px;
    font-size: 27.2px;
    font-weight: bold;
}

#sec-title .genre {
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
}

#sec-title .cover-title+.genre {
    padding-top: 28.8px;
}

#sec-title .genre span {
    border-bottom: 1px solid #fff;
}

#sec-title h1 {
    position: relative;
    width: 100%;
    line-height: 73.6px;
    font-size: 61.6px;
    font-weight: normal;
}

#sec-title h1.promoted {
    padding-bottom: 32px;
}

#sec-title h1.promoted:before {
    content: 'Promoted';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    display: inline-block;
    padding: 3px 8px;
    line-height: 16px;
    font-size: 12px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    background-color: #bcbcbc;
    border-radius: 5px;
}

#sec-title .genre+h1 {
    padding-top: 19.2px;
}

#sec-title .location {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    padding: 0 12px;
    line-height: 40px;
    font-size: 25.6px;
    color: var(--key-color, #bfa366);
    background-color: #fff;
}

#sec-title .subtitle {
    font-size: 20px;
    margin-top: 10px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
#sec-error
---------------------------------------------------------------------------------------------------------------------------- */

#sec-error {
    width: 1060px;
    margin: 64px auto 264px;
}

#sec-error h2 {
    margin-bottom: 19.2px;
    font-size: 32px;
    font-weight: 700;
    color: var(--key-color, #bfa366);
}

#sec-error .box {
    padding: 32px 22.4px;
    line-height: 39.2px;
    font-size: 24px;
    color: #333;
    border: 10px solid var(--key-color, #bfa366);
}

#sec-error .box .link-basic {
    margin-top: 39.2px;
}

#sec-error .box .link-basic a {
    font-size: 20.8px;
    font-style: normal;
    font-family: 'Noto Sans Japanese', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}


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

.article-body {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    line-height: 32px;
    font-size: 18px;
    font-weight: 300;
    color: #333;
}

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

.article-body h2 {
    position: relative;
    margin-top: 32px;
    line-height: 42px;
    font-size: 34px;
    font-weight: 300;
    color: var(--key-color, #bfa366);
}

.article-body h2.magazine-subtitle {
    line-height: 42px;
    font-size: 28px;
    color: #000;
}

.article-body h2.magazine-subtitle strong {
    font-size: 48px;
    font-weight: 700;
}

.article-body h3 {
    position: relative;
    margin-top: 32px;
    line-height: 30px;
    font-size: 26px;
    font-weight: 300;
    color: var(--key-color, #bfa366);
}

.article-body h3.magazine-subtitle {
    font-size: 18px;
}

.article-body h4 {
    position: relative;
    margin-top: 32px;
    line-height: 28px;
    font-size: 22px;
    font-weight: 300;
    color: var(--key-color, #bfa366);
}

.article-body .label {
    font-size: 50px;
    font-weight: 700;
    color: var(--key-color, #bfa366);
}

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

.article-body h3.magazine-subtitle+p {
    margin-top: 0;
}

.article-body hr {
    clear: both;
    margin-top: 20px;
    border: none;
    border-bottom: 1px solid var(--key-color, #bfa366);
}

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

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

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

.article-body em {
    color: var(--key-color, #bfa366);
    font-style: normal;
}

.article-body a {
    color: var(--key-color, #bfa366);
    font-weight: 500;
}

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

.article-body img {
    width: auto;
    height:auto;
    max-width: 700px;
}

.article-body .link-button {
    width: 355.2px;
    margin: 32px auto 0;
    line-height: 67.2px;
}

.article-body .link-button a {
    display: block;
    font-size: 25.6px;
    color: var(--key-color, #bfa366);
    text-align: center;
    background-color: #fff;
    border: 2px solid var(--key-color, #bfa366);
    border-radius: 67.2px;
}

.article-body .link-button a:hover {
    color: #fff;
    background-color: var(--key-color, #bfa366);
    text-decoration: none;
}

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

.article-body ol li,
.article-body ul li {
    list-style: none;
    /*line-height: 24px;*/
}

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

.article-body ol li:before {
    content: counter(number) ".";
    margin-right: 10px;
    color: var(--key-color, #bfa366);
}

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

.article-body table {
    width: 100%;
    margin-top: 32px;
    /*table-layout: fixed;*/
    border-collapse: collapse;
}

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

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

.article-body table.border th,
.article-body table.border td {
    padding: 10px;
    text-align: center;
    border: 1px solid var(--key-color, #bfa366);
}

.article-body figure,
.article-body .embed {
    /*margin-top: 32px;*/
}

.article-body figure figcaption,
.article-body .embed .embed-caption {
    clear: both;
    padding-top: 8px;
    line-height: 20px;
    font-size: 14px;
}

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

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

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

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

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

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

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

.article-body .figure-center,
.article-body .figure-left,
.article-body .figure-right {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

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

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

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

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


/*.article-body.single-column .figure-right .image-area,
.article-body.single-column .figure-left .image-area {
  width: 400px;
}*/

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


/*.article-body.single-column .figure-right .image-area img,
.article-body.single-column .figure-left .image-area img {
  max-width: 400px;
}*/

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

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

.article-body.single-column .figure-right.no-wraparound .text-area,
.article-body.single-column .figure-left.no-wraparound .text-area {
    width: 640px;
}

.article-body .images-2cols.noprovide{width:702px;}
.article-body .images-2cols {
    width: 700px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

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


/*.article-body.single-column .images-2cols .image-area {
  width: 478px;
}*/

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

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

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


/*.article-body.single-column .images-3cols .image-area {
  width: 315.5px;
}*/

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

.article-body .images-2cols .image-area img,
.article-body .images-3cols .image-area img {
    width: 100%;
}
.article-body .gallery-icon:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
    height: 19px;
    background: url(/common/crea/images/v1/icon/gallery.png) left top no-repeat;
    background-size: 100%;
}
.article-body .link-button.galleryarrow a{
   font-size:16.8px;
   line-height: 52.8px;
}
.read-button.link-button.galleryarrow a{
   font-size:16.8px;
   line-height: 52.8px;
}
.article-body .figure-center figcaption {
    text-align: left;
}

.article-body blockquote {
    margin-top: 20px;
    padding: 5px 0 5px 32px;
    border-left: 3px solid var(--key-color, #bfa366);
}

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

.article-body .box-normal {
    border: 1px solid var(--key-color, #bfa366);
}

.article-body .box-thick {
    border: 3px solid var(--key-color, #bfa366);
}

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

.article-body .box-normal p,
.article-body .box-thick p,
.article-body .box-color p,
.article-body .box-author p {
    margin-top: 20px;
    line-height: 24px;
    font-size: 17px;
    font-weight: 200;
}

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

.article-body .box-normal .box-title,
.article-body .box-thick .box-title,
.article-body .box-color .box-title,
.article-body .box-author .box-title {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: var(--key-color, #bfa366);
}

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

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

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


/*.article-body.single-column .box-normal .box-image-left,
.article-body.single-column .box-thick .box-image-left,
.article-body.single-column .box-color .box-image-left,
.article-body.single-column .box-author .box-image-left {
  width: 350px;
}*/

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


/*.article-body.single-column .box-normal .box-image-left img,
.article-body.single-column .box-thick .box-image-left img,
.article-body.single-column .box-color .box-image-left img,
.article-body.single-column .box-author .box-image-left img {
  max-width: 350px;
}*/

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

.article-body.single-column .box-normal .box-text-right,
.article-body.single-column .box-thick .box-text-right,
.article-body.single-column .box-color .box-text-right,
.article-body.single-column .box-author .box-text-right {
    width: 700px;
}

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

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

.article-body.single-column .box-color .box-text-right {
    width: 720px;
}

.article-body .box-author .box-image-left,
.article-body.single-column .box-author .box-image-left {
    width: 100px;
    margin-left: -20px;
}

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

.article-body .box-author .box-text-right,
.article-body.single-column .box-author .box-text-right {
    width: calc(100% - 110px);
}

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

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

.article-body .keyword {
    margin-top: 32px;
    text-align: center;
}

.article-body .keyword p {
    display: inline-block;
    padding: 0.5em;
    margin: 0;
}

.article-body .credit {
    margin-top: 32px;
    line-height: 24px;
    font-size: 16px;
}

.article-body .module-magazine-info {
    margin-top: 32px;
}

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

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

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

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

.article-body .magazine-info {
    margin: 88px 0 40px;
    padding: 16px 24px;
    color: #333;
    border: 1px solid var(--key-color, #bfa366);
}

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

.article-body .magazine-info a:hover {
    text-decoration: none;
}

.article-body .magazine-info .col .image {
    float: left;
    width: 209px;
}

.article-body .magazine-info .col .image img {
    width: 100%;
}

.article-body .magazine-info .col .text {
    float: left;
    width: 370px;
    margin-left: 34px;
    line-height: 28.8px;
    font-size: 16.8px;
}

.article-body .magazine-info .col .text .copy {
    padding: 28.8px 0;
    font-weight: 200;
}

.article-body .magazine-info .col .text .copy strong {
    font-size: 28.8px;
    font-weight: bold;
}

.article-body .magazine-info .col .text .button {
    position: relative;
    display: block;
    margin-top: 28px;
    line-height: 54.4px;
    font-size: 19.2px;
    color: var(--key-color, #bfa366);
    text-align: center;
    background-color: #fff;
    border: 1.5px solid var(--key-color, #bfa366);
    border-radius: 68px;
}

.article-body .magazine-info .col .text .button:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--key-color, #bfa366);
}

.article-body .magazine-info .col .text .button:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11px 0 11px;
    border-color: var(--key-color, #bfa366) transparent transparent transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.article-body .magazine-info .col .text .button:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11px 0 11px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.article-body .magazine-info .col .text .button:hover:before {
    border-color: #fff transparent transparent transparent;
}

.article-body .magazine-info .col .text .button:hover:after {
    border-color: var(--key-color, #bfa366) transparent transparent transparent;
}

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

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

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

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

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

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


/* ----------------------------------------------------------------------------------------------------------------------------
.related-link
---------------------------------------------------------------------------------------------------------------------------- */

.related-link {
    position: absolute;
    height: calc(100% - 70px);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.related-link .date {
    line-height: 10px;
    font-size: 10px;
    color: var(--key-color, #bfa366);
}

.related-link .item a {
    display: block;
}

.related-link .item a h5 {
    margin-bottom: 8px;
    line-height: 18px;
    font-size: 18px;
    color: var(--key-color, #bfa366);
}

.related-link .item a .image {
    position: relative;
    width: 100%;
    padding-top: 110.74%;
    margin-bottom: 4px;
    background: center center no-repeat;
    background-size: cover;
}

.related-link .item a .image .genre {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 12px;
    line-height: 24px;
    font-size: 9px;
    color: var(--key-color, #bfa366);
    background-color: #fff;
}

.related-link .item a .title {
    line-height: 16px;
    font-size: 12px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.article-index
---------------------------------------------------------------------------------------------------------------------------- */

.article-index {
    position: relative;
    width: 987.2px;
    margin: 0 auto;
}

.article-index.with-banners {
    width: 100%;
    max-width: 1076px;
}

.article-index+.article-index {
    margin-top: 56px;
}

.article-index .left {
    float: left;
    width: calc(100% - 330px);
}

.article-index .right {
    float: right;
    width: 300px;
}

.article-index .right li+li {
    margin-top: 16px;
}

.article-index .right li img {
    width: 100%;
}

.article-index h3 {
    margin-bottom: 24px;
    line-height: 27.2px;
    font-size: 25.6px;
    font-weight: 200;
    color: var(--key-color, #bfa366);
}

.article-index h3 span {
    padding-right: 1em;
    font-size: 27.2px;
    font-weight: bold;
}

.article-index .box {
    font-size: 0;
}

.article-index .box+.box {
    display: none;
    margin-top: 40px;
}

.article-index .box .item {
    display: inline-block;
    width: 230.4px;
}

.article-index .left .box .item {
    width: 31.34%;
}

.article-index .box .item+.item {
    margin-left: 21.6px;
}

.article-index .box .item:nth-child(4n+1) {
    margin-left: 0;
}

.article-index .box .item:nth-child(n + 5) {
    margin-top: 40px;
}

.article-index .left .box .item+.item,
.article-index .left .box .item:nth-child(5) {
    margin-left: 2.94%;
}

.article-index .left .box .item:nth-child(4) {
    margin-left: 0;
}

.article-index .left .box .item:nth-child(n + 4) {
    margin-top: 40px;
}

.article-index .box .item a {
    display: block;
}

.article-index .box .item a:hover {
    opacity: 1;
}

.article-index .box .item a .image {
    position: relative;
    width: 100%;
    padding-top: 256.8px;
    margin-bottom: 6px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.article-index .left .box .item a .image {
    padding-top: 111.11%;
}

.article-index .box .item a .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.article-index .box .item a:hover .image:before {
    opacity: 1;
}

.article-index .box .item a .image .genre {
    position: absolute;
    left: 0;
    bottom: 88px;
    min-width: 125.6px;
    padding: 0 1em 0 0;
    line-height: 57.6px;
    font-size: 19.2px;
    color: var(--key-color, #bfa366);
    background-color: #fff;
}

.article-index .box .item a .image .location {
    position: absolute;
    left: 0;
    bottom: 43.2px;
    min-width: 77.6px;
    padding: 0 1em;
    line-height: 44.8px;
    font-size: 16px;
    color: #fff;
    background-color: var(--key-color, #bfa366);
    text-align: center;
}

.article-index .box .item a .title {
    position: relative;
    height: 67.2px;
    padding-bottom: 7.4666666667px;
    line-height: 22.4px;
    font-size: 12.8px;
}

.article-index .left .box .item a .title {
    font-size: 12px;
}

.article-index .box .item a .title.promoted:before {
    content: 'Promoted';
    position: absolute;
    left: 0;
    bottom: 8.5333333333px;
    display: inline-block;
    padding: 0 8px;
    line-height: 12.8px;
    font-size: 9.6px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    background-color: #bcbcbc;
    border-radius: 5px;
}

.article-index .box .item a .date {
    line-height: 16px;
    font-size: 16px;
    font-weight: 200;
    color: var(--key-color, #bfa366);
}


/* ----------------------------------------------------------------------------------------------------------------------------
.more-button
---------------------------------------------------------------------------------------------------------------------------- */

.more-button {
    cursor: pointer;
    width: 84px;
    margin: 40px auto 0;
    line-height: 38.4px;
    font-size: 19.2px;
    text-align: center;
    color: var(--key-color, #bfa366);
    background-color: #fff;
    border: 1px solid var(--key-color, #bfa366);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.more-button:hover {
    color: #fff;
    background-color: var(--key-color, #bfa366);
}


/* ----------------------------------------------------------------------------------------------------------------------------
.link-basic
---------------------------------------------------------------------------------------------------------------------------- */

.link-basic {
    position: relative;
    display: inline-block;
    padding-right: 36px;
    line-height: 24px;
    font-size: 12.8px;
    color: var(--key-color, #bfa366);
}

.link-basic a {
    color: var(--key-color, #bfa366);
}

.link-basic a:hover {
    opacity: 1;
}

.link-basic .svg-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
}

.link-basic:hover .svg-arrow:before {
    background-color: var(--key-color, #bfa366);
}

.link-basic:hover .svg-arrow svg * {
    fill: #fff !important;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.article-archive
---------------------------------------------------------------------------------------------------------------------------- */

.article-archive .box+.box {
    display: none;
    margin-top: 11.2px;
}

.article-archive .item {
    position: relative;
    /*height: 230px * $ReductionRatio;*/
    padding: 24px 0 16px;
    color: #333;
    border: 1px solid var(--key-color, #bfa366);
}

.article-archive .item+.item {
    margin-top: 11.2px;
}

.article-archive .item a {
    display: block;
}

.article-archive .item a:hover {
    opacity: 1;
}

.article-archive .item .image {
    position: relative;
    float: left;
    width: 160px;
    height: 120px;
    background: center center no-repeat;
    background-size: cover;
}

.article-archive .item .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(191, 163, 102, 0.3);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.article-archive .item a:hover .image:before {
    opacity: 1;
}

.article-archive .item .text {
    position: relative;
    padding: 0 19.2px;
}

.article-archive .item .image+.text {
    float: right;
    width: 500px;
    padding-bottom: 24px;
}

.article-archive .item .text h4 {
    margin-bottom: 14.4px;
    line-height: 28.8px;
    font-size: 20.8px;
    font-weight: normal;
}

.article-archive.information .item .text h4 {
    margin-bottom: 18.4px;
    line-height: 18.4px;
    font-size: 14.4px;
}

.article-archive .item .text h4.serif {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.article-archive .item .text .subtitle {
    padding-bottom: 18.4px;
    margin-bottom: 18.4px;
    line-height: 18.4px;
    font-size: 12.8px;
    font-weight: 200;
    color: var(--key-color, #bfa366);
}

.article-archive .item .text .author {
    padding-bottom: 18.4px;
    margin-bottom: 18.4px;
    line-height: 18.4px;
    font-size: 12.8px;
    font-weight: 200;
    color: var(--key-color, #bfa366);
}

.article-archive .item .text .about {
    /*padding-bottom: 23px * $ReductionRatio;*/
    margin-bottom: 18.4px;
    line-height: 18.4px;
    font-size: 12.8px;
    font-weight: 200;
}

.article-archive .item .text .date {
    /*margin-bottom: 23px * $ReductionRatio;*/
    line-height: 18.4px;
    font-size: 12.8px;
    font-weight: 200;
    color: var(--key-color, #bfa366);
}

.article-archive .item .text .link-basic {
    position: absolute;
    /*bottom: 20px * $ReductionRatio;*/
    bottom: -2px;
}

.article-archive .item a:hover .text .link-basic svg * {
    fill: #fff !important;
}

.article-archive .item a:hover .text .link-basic .svg-arrow:before {
    background-color: var(--key-color, #bfa366) !important;
}

.article-archive.information .item .text .link-basic {
    right: 19.2px;
    font-size: 16.8px;
    font-weight: bold;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.feature-archive
---------------------------------------------------------------------------------------------------------------------------- */

.feature-archive .box+.box {
    display: none;
    margin-top: 16px;
}

.feature-archive .item {
    position: relative;
    height: 224px;
}

.feature-archive .item+.item {
    margin-top: 16px;
}

.feature-archive .item a {
    display: block;
}

.feature-archive .item a:hover {
    opacity: 1;
}

.feature-archive .item a .image {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

.feature-archive .item a .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border: 5px solid var(--key-color, #bfa366);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature-archive .item a:hover .image:before {
    background-color: rgba(0, 0, 0, 0.65);
    border: 8px solid var(--key-color, #bfa366);
}

.feature-archive .item a h4 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    line-height: 41.6px;
    font-size: 34.4px;
    color: #fff;
    text-align: center;
}

.feature-archive .item a .genre {
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    display: inline-block;
    min-width: 106.4px;
    padding: 0 1em;
    line-height: 36px;
    font-size: 14.4px;
    color: var(--key-color, #bfa366);
    text-align: center;
    background-color: #fff;
}

.feature-archive .item a .location {
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    display: inline-block;
    min-width: 68.8px;
    padding: 0 1em;
    line-height: 28.8px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: var(--key-color, #bfa366);
}

.feature-archive .item a .date {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -60px;
    width: 100%;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature-archive .item a:hover .date {
    color: var(--key-color, #bfa366);
}


/* ----------------------------------------------------------------------------------------------------------------------------
.back-number-archive
---------------------------------------------------------------------------------------------------------------------------- */

.back-number-archive {
    margin-top: 40px;
    font-size: 0;
}

.back-number-archive .item {
    display: inline-block;
    width: 143px;
    margin-bottom: 40px;
    font-size: 15.2px;
}

.back-number-archive .item+.item {
    margin-left: 31.2px;
}

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

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

.back-number-archive .item .image {
    margin-bottom: 15.2px;
}

.back-number-archive .item .image img {
    width: 100%;
}

.back-number-archive .item .number {
    line-height: 15.2px;
    font-weight: 100;
    color: #000;
}


/* ----------------------------------------------------------------------------------------------------------------------------
.link-box
---------------------------------------------------------------------------------------------------------------------------- */

.link-box {
    margin-top: 12px;
}

.link-box li {
    display: block;
    line-height: 19.2px;
    font-size: 14.4px;
    font-weight: 500;
    border: 1px solid var(--key-color, #bfa366);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.link-box li .caption {
    padding: 22px;
}

.link-box li a {
    position: relative;
    display: block;
    padding: 22px 22px 22px 56px;
    color: #333;
}

.link-box li a.default {
    display: inline;
    padding: 0;
    color: var(--key-color, #bfa366);
}

.link-box li a:hover {
    opacity: 1;
    color: var(--key-color, #bfa366);
    text-decoration: none;
}

.link-box li a .svg-arrow {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
}

.link-box li a:hover .svg-arrow:before {
    background-color: var(--key-color, #bfa366);
}

.link-box li a .svg-arrow svg {
    vertical-align: top;
}

.link-box li a:hover .svg-arrow svg * {
    fill: #fff !important;
}

.link-box .notes {
    margin: 0 0 0 1em;
    font-size: 13px;
}


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

.hidden {
    display: none;
}


/* ############################################################################################################################
#
#	uniqu-layout
#
############################################################################################################################ */


/* ============================================================================================================================
#temp-01-top
============================================================================================================================ */

#temp-01-top #header {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#temp-01-top.first-view #header {
    top: -120px;
}

#temp-01-top #header .menu {
    position: fixed;
    top: 22px;
}

#temp-01-top #header .menu svg * {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#temp-01-top.first-view #header .menu svg * {
    fill: #fff !important;
}

#temp-01-top #content {
    padding-top: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------------
#keyvisual
---------------------------------------------------------------------------------------------------------------------------- */

#temp-01-top #keyvisual {
    position: relative;
    max-width: 100%;
    height: 900px;
    margin-bottom: 16px;
    background-color: #ccc;
}

#temp-01-top #keyvisual .logo {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 41.46%;
    max-width: 597px;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#temp-01-top.first-view #keyvisual .logo {
    top: 4.89%;
    opacity: 1;
}

#temp-01-top #keyvisual .latest {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 205px;
    width: 11.88%;
    max-width: 150px;
    background-color: #fff;
}

#temp-01-top #keyvisual .latest svg {
    width: 100%;
    vertical-align: top;
}

#temp-01-top #keyvisual .copy svg {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 60px;
    /*top: 41.56%;
  width: 26.94%;
  max-width: 388px;*/
    width: 700px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}


/*#temp-01-top.first-view #keyvisual .copy img {
  top: 340px;
}*/

#temp-01-top #keyvisual .button {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 170.4px;
    height: 48px;
    bottom: 75px;
    margin: auto;
}

#temp-01-top #keyvisual .button a {
    display: block;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
    color: var(--key-color, #bfa366);
    background-color: #fff;
    border-radius: 5px;
}

#temp-01-top #keyvisual .button a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--key-color, #bfa366);
}

#temp-01-top #keyvisual .carousel {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

#temp-01-top #keyvisual .carousel li {
    background: center center no-repeat;
    background-size: cover;
}

#temp-01-top #keyvisual .swiper-pagination {
    bottom: 35px;
}

#temp-01-top #keyvisual .swiper-pagination-bullet,
#temp-01-top #keyvisual .swiper-pagination-bullet-active {
    top: 0;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    background-color: #fff;
}


/*
@media print, screen and (min-width: 1440px) {
  #temp-01-top #keyvisual .logo {
    top: 8%;
    width: 597px;
  }
  #temp-01-top #keyvisual .copy img {
    top: 42.89%;
  }
}
*/


/* ----------------------------------------------------------------------------------------------------------------------------
#module-tieup
---------------------------------------------------------------------------------------------------------------------------- */

#temp-01-top #module-tieup {
    position: relative !important;
    top: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------------
#vertical
---------------------------------------------------------------------------------------------------------------------------- */

#temp-01-top #vertical {
    margin: 25px auto;
}

#temp-01-top #vertical .carousel {
    padding-top: 38.666667%;
}

#temp-01-top #vertical ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#temp-01-top #vertical li {
    position: relative;
    width: 23.388889% !important;
    height: 100%;
    margin-right: 1.11111111% !important;
    /*padding-top: 41.6666667%;*/
}

#temp-01-top #vertical li a {
    display: block;
}

#temp-01-top #vertical li a:hover {
    opacity: 1;
}

#temp-01-top #vertical li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 10px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#45000000', GradientType=0);
}

#temp-01-top #vertical li .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 10px);
    background: center center no-repeat;
    background-size: cover;
    border-radius: 5px;
}

#temp-01-top #vertical li .image:before {
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 163, 102, 0)), to(rgba(191, 163, 102, 0.8)));
    background: linear-gradient(to bottom, rgba(191, 163, 102, 0) 0%, rgba(191, 163, 102, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfa366', endColorstr='#ccbfa366', GradientType=0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#temp-01-top #vertical li a:hover .image:before {
    opacity: 1;
}

#temp-01-top #vertical li .text {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 55px;
    width: 100%;
    height: 96px;
    padding: 0 18px;
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

#temp-01-top #vertical li.promoted .text:before {
    content: 'Promoted';
    position: absolute;
    right: 15px;
    bottom: -30px;
    display: inline-block;
    padding: 0 8px;
    line-height: 16px;
    font-size: 12px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    background-color: #bcbcbc;
    border-radius: 5px;
}

#temp-01-top #vertical li.promoted.new .text:before {
    right: 67px;
}

#temp-01-top #vertical li.new .text:after {
    content: 'NEW';
    position: absolute;
    right: 15px;
    bottom: -30px;
    display: inline-block;
    padding: 0 8px;
    line-height: 16px;
    font-size: 12px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    background-color: var(--key-color, #bfa366);
    border-radius: 5px;
}

#temp-01-top #vertical li .place {
    position: absolute;
    z-index: 1;
    left: 17px;
    bottom: 0;
    display: inline-block;
    padding: 8px 8px 0;
    line-height: 38px;
    font-size: 22px;
    color: var(--key-color, #bfa366);
    background-color: #fff;
}

#temp-01-top #vertical .swiper-button-prev,
#temp-01-top #vertical .swiper-button-next {
    top: 20px;
    width: 9.51%;
    height: 100%;
}

#temp-01-top #vertical .swiper-button-prev {
    left: 0;
}

#temp-01-top #vertical .swiper-button-next {
    right: 0;
}

#temp-01-top #vertical .swiper-button-prev:before,
#temp-01-top #vertical .swiper-button-prev:after,
#temp-01-top #vertical .swiper-button-next:before,
#temp-01-top #vertical .swiper-button-next:after {
    border: none;
}

@media print,
screen and (max-width: 1439px) {
    #temp-01-top #vertical li .text {
        font-size: 14px;
    }
}


/*@media print, screen and (max-width: 1199px) {
  #temp-01-top #vertical li .text {
    height: 42px;
    line-height: 21px;
    font-size: 11px;
  }
  #temp-01-top #vertical li.promoted .text:before,
  #temp-01-top #vertical li.new .text:after {
    font-size: 10px;
  }
  #temp-01-top #vertical li .place {
    font-size: 18px;
  }
}*/


/* ----------------------------------------------------------------------------------------------------------------------------
#news
---------------------------------------------------------------------------------------------------------------------------- */

#temp-01-top #news {
    margin-bottom: 29.6px;
}

#temp-01-top #news .box {
    position: relative;
    height: 307.2px;
    margin-bottom: 8px;
}

#temp-01-top #news .box a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

#temp-01-top #news .box a:hover {
    opacity: 1;
}

#temp-01-top #news .box.promoted a:before {
    content: 'Promoted';
    position: absolute;
    z-index: 1;
    left: calc(50% - 340px);
    bottom: 12px;
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    background-color: #bcbcbc;
    border-radius: 5px;
}

#temp-01-top #news .box a .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

#temp-01-top #news .box a .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#temp-01-top #news .box a:hover .image:before {
    background-color: var(--key-color, #bfa366);
}

#temp-01-top #news .box a .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(50% - 472.8px);
    width: 944px;
    padding: 16px;
    line-height: 64px;
    font-size: 45.6px;
    font-weight: 100;
    text-align: center;
    color: var(--key-color, #bfa366);
    background-color: #fff;
}

#temp-01-top #news .box a .label {
    position: absolute;
    left: calc(50% - 472.8px);
    bottom: 0;
    padding: 0 49.6px 0 19.2px;
    line-height: 45.6px;
    font-size: 20.8px;
    color: #fff;
    background-color: var(--key-color, #bfa366);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#temp-01-top #news .box a .label:before,
#temp-01-top #news .box a .label:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 12.8px;
    border: 0 solid transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#temp-01-top #news .box a .label:before {
    border-bottom-width: 11.2px;
    border-top-width: 11.2px;
    border-left: 11.2px solid #fff;
}

#temp-01-top #news .box a .label:after {
    right: 17.6px;
    border-bottom-width: 11.2px;
    border-top-width: 11.2px;
    border-left: 11.2px solid var(--key-color, #bfa366);
}

#temp-01-top #news .box a:hover .label {
    color: var(--key-color, #bfa366);
    background-color: #fff;
}

#temp-01-top #news .box a:hover .label:before {
    border-left-color: var(--key-color, #bfa366);
}

#temp-01-top #news .box a:hover .label:after {
    border-left-color: #fff;
}

#temp-01-top #news .to {
    float: right;
}

#temp-01-top #news .to a {
    position: relative;
    display: block;
    width: 203.2px;
    height: 45.6px;
    margin-right: 9.6px;
    padding-left: 19.2px;
    line-height: 39.2px;
    font-size: 20.8px;
    color: var(--key-color, #bfa366);
    border: 3.2px solid var(--key-color, #bfa366);
}

#temp-01-top #news .to a:before,
#temp-01-top #news .to a:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 8.8px;
    border: 0 solid transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#temp-01-top #news .to a:before {
    border-bottom-width: 11.2px;
    border-top-width: 11.2px;
    border-left: 11.2px solid var(--key-color, #bfa366);
}

#temp-01-top #news .to a:after {
    right: 17.6px;
    border-bottom-width: 11.2px;
    border-top-width: 11.2px;
    border-left: 11.2px solid #fff;
}

#temp-01-top #news .to a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--key-color, #bfa366);
}

#temp-01-top #news .to a:hover:before {
    border-left-color: #fff;
}

#temp-01-top #news .to a:hover:after {
    border-left-color: var(--key-color, #bfa366);
}

@media print,
screen and (max-width: 1439px) {
    #temp-01-top #news .box.promoted a:before {
        left: calc(50% - 240px);
    }
    #temp-01-top #news .box a .text {
        left: calc(50% - 380px);
        width: 760px;
        line-height: 56px;
        font-size: 40px;
    }
    #temp-01-top #news .box a .label {
        left: calc(50% - 380px);
    }
}


/* ============================================================================================================================
#temp-13-static-a
============================================================================================================================ */

#temp-13-static-a h2 {
    font-size: 40px;
    font-weight: 700;
}

#temp-13-static-a .entry-box {
    margin-top: 40px;
}

#temp-13-static-a .entry-box .entry-left {
    position: relative;
    float: left;
    width: 350px;
    height: 186px;
    background-color: rgba(191, 163, 102, 0.2);
}

#temp-13-static-a .entry-box .entry-left a {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 250.4px;
    height: 53.6px;
    line-height: 53.6px;
    font-size: 18px;
    color: var(--key-color, #bfa366);
    text-align: center;
    background-color: #fff;
    border: 2px solid var(--key-color, #bfa366);
    border-radius: 53.6px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#temp-13-static-a .entry-box .entry-left a:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--key-color, #bfa366);
}

#temp-13-static-a .entry-box .entry-right {
    float: right;
    width: 290px;
}

#temp-13-static-a .entry-box .entry-right li {
    line-height: 20px;
    font-size: 16px;
}

#temp-13-static-a .present-box {
    position: relative;
    padding: 24px 0 16px;
    margin-top: 14px;
    border: 1px solid var(--key-color, #bfa366);
}

#temp-13-static-a .present-box+.item {
    margin-top: 11.2px;
}

#temp-13-static-a .present-box a {
    display: block;
    color: #333;
}

#temp-13-static-a .present-box a:hover {
    opacity: 1;
}

#temp-13-static-a .present-box p {
    margin-top: 0;
}

#temp-13-static-a .present-box .image {
    position: relative;
    float: left;
    width: 160px;
    height: 120px;
    background: center center no-repeat;
    background-size: cover;
}

#temp-13-static-a .present-box .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(191, 163, 102, 0.3);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#temp-13-static-a .present-box a:hover .image:before {
    opacity: 1;
}

#temp-13-static-a .present-box .text {
    position: relative;
    float: right;
    padding: 0 19.2px 24px;
    width: 538px;
}

#temp-13-static-a .present-box .text h4 {
    margin-bottom: 18.4px;
    line-height: 18.4px;
    font-size: 14.4px;
    font-weight: normal;
    color: #333;
}

#temp-13-static-a .present-box .text .about {
    margin-bottom: 18.4px;
    line-height: 18.4px;
    font-size: 12.8px;
    font-weight: 200;
}

#temp-13-static-a .present-box .text .date {
    line-height: 18.4px;
    font-size: 12.8px;
    font-weight: 200;
    color: var(--key-color, #bfa366);
}

#temp-13-static-a .present-box .text .link-basic {
    position: absolute;
    bottom: -2px;
}

#temp-13-static-a .present-box a:hover .text .link-basic svg * {
    fill: #fff !important;
}

#temp-13-static-a .present-box a:hover .text .link-basic .svg-arrow:before {
    background-color: var(--key-color, #bfa366) !important;
}

#temp-13-static-a .present-box .text .link-basic {
    right: 19.2px;
    font-size: 16.8px;
    font-weight: bold;
}

#temp-13-static-a .mail-magazine {
    margin-top: 40px;
    border: 1px solid #d0d0d0;
    padding: 12px;
}

#temp-13-static-a .mail-magazine p {
    font-size: 13px;
}

#temp-13-static-a .mail-magazine .box {
    margin-top: 12px;
    padding: 20px 0;
    background-color: #e8e8e8;
}

#temp-13-static-a .mail-magazine .box a {
    display: block;
    width: 250.4px;
    height: 53.6px;
    margin: auto;
    line-height: 53.6px;
    font-size: 18px;
    color: #9d9d9b;
    text-align: center;
    background-color: #fff;
    border: 2px solid #9d9d9b;
    border-radius: 53.6px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#temp-13-static-a .mail-magazine .box a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #9d9d9b;
}

#temp-13-static-a .mail-magazine .align-center {
    margin-top: 12px;
    text-align: center;
}


/* ============================================================================================================================
#temp-15-static-c
============================================================================================================================ */

#temp-15-static-c .article-body .link-basic {
    margin-top: 16px;
}

#temp-15-static-c .article-body .box-normal .link-basic a {
    color: var(--key-color, #bfa366);
}


/* 広告バナー調整 */

.superbanner {
    margin: 12px 0;
}

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