@charset "UTF-8";
* {
    transition: none;
}

html {
    font-size: 16px;
}

@media screen and (max-width: 539px) {
    html {
        font-size: 3.8647342995vw;
    }
}

body {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background: #f9f8f4 !important;
    color: #333;
}

@media screen and (max-width: 539px) {
    body.hasMiniNav {
        padding-top: 48.31vw;
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
div,
p,
span,
strong,
a {
    background: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: .85;
}

@media screen and (min-width: 540px) {
    a[href^=tel] {
        pointer-events: none;
    }
}

a,
span {
    color: inherit;
    font-size: 1em;
    font-weight: inherit;
}

img {
    max-width: 100%;
    display: inline-block;
    outline: none;
}

.mincho {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.eng {
    font-family: 'EB Garamond', serif;
    letter-spacing: .1em;
}

.tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media screen and (min-width: 540px) {
    .forSP {
        display: none !important;
    }
}

@media screen and (max-width: 539px) {
    .forPC {
        display: none !important;
    }
}

@media screen and (min-width: 540px) {
    .flexPC {
        display: flex;
    }
}

#wrapper {
    min-width: 1200px;
}

@media screen and (max-width: 539px) {
    #wrapper {
        min-width: inherit;
        width: 100vw;
        overflow: hidden;
    }
}

.container {
    max-width: 1080px;
    text-align: left;
    margin: 0 auto;
}

@media screen and (max-width: 539px) {
    .container {
        margin-left: 7.73vw;
        margin-right: 7.73vw;
    }
}

.container.sizeL {
    max-width: 1200px;
}

@media screen and (max-width: 539px) {
    .container.sizeL {
        margin-left: 0;
        margin-right: 0;
    }
}

.pcNav {
    margin-right: 4.94rem;
    margin-left: auto;
    position: relative;
    top: 10px;
}

.pcNav .list1 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
}

.pcNav .list1 li {
    margin-left: 2.13rem;
}

.pcNav .list1 a {
    display: block;
    width: 1rem;
    font-size: 20px;
    line-height: 24px;
}

.pcNav .iconLinks {
    position: absolute;
    display: flex;
    margin-bottom: 0;
    bottom: -6rem;
    right: 0;
}

.pcNav .iconLinks li {
    margin-left: 2rem;
}

.pcNav .iconLinks .column {
    display: none;
}

.shopMetaPc p {
    position: relative;
    margin: 0 0 1.5rem;
    padding-right: 3.31rem;
}

.shopMetaPc p>img {
    width: auto;
    height: 6.44rem;
}

.shopMetaPc .btnMap {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.88rem;
    height: 1rem;
    background: #333;
    color: #fff;
    margin-left: .1em;
    border-radius: .25em;
    font-size: 0.94rem;
    line-height: 1rem;
}

.shopMetaPc .btnShop {
    width: 14rem;
    height: 2.31rem;
    line-height: 2.31rem;
    padding: 0 0 0 0.81rem;
    text-align: left;
}

.shopMetaPc .btnShop svg.txt {
    width: 11.44rem;
    height: 0.88rem;
    display: inline-block;
    line-height: 2.31rem;
}

#siteHeader {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 15.38rem;
}

@media screen and (max-width: 539px) {
    #siteHeader {
        display: block;
        height: 48.31vw;
        padding-top: 5.07vw;
    }
}

#siteHeader .btnShopSp {
    text-align: right;
    padding-right: 7.73vw;
    margin-bottom: -0.72vw;
}

#siteHeader .hLogo {
    width: 13.75rem;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 5.56rem 1rem 3.75rem;
}

@media screen and (max-width: 539px) {
    #siteHeader .hLogo {
        width: 32.13vw;
        float: left;
        margin-left: 7.49vw;
    }
}

#siteHeader .hLogo h1 {
    margin-bottom: 0;
}

#spNavBtn {
    display: block;
    width: 14.49vw;
    height: 7.0048309179vw;
    position: relative;
    z-index: 6;
    border-style: solid;
    border-color: #333;
    border-width: 1px 0;
    float: right;
    margin-top: 10.39vw;
    margin-right: 7.49vw;
}

#spNavBtn:before,
#spNavBtn:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 0;
}

#siteHeader.showNav #spNavBtn {
    border: none;
}

#siteHeader.showNav #spNavBtn:before {
    transform: rotate(-30deg);
}

#siteHeader.showNav #spNavBtn:after {
    transform: rotate(30deg);
}

@media screen and (max-width: 539px) {
    #siteHeader.mini {
        height: 17.63vw;
        background: #fff;
        padding-top: 0;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }
    #siteHeader.mini .btnShopSp {
        display: none;
    }
    #siteHeader.mini .hLogo {
        width: 46.86vw;
        height: 11.35vw;
        background: url("/imgs/cmn/hLogoMini.svg") left/contain no-repeat;
        margin-top: 3.14vw;
        margin-right: 0;
    }
    #siteHeader.mini .hLogo img {
        visibility: hidden;
    }
    #siteHeader.mini #spNavBtn {
        margin-top: 5.31vw;
    }
}

.spNav {
    position: fixed;
    top: 0;
    bottom: 100%;
    left: 0;
    width: 100vw;
    transition: bottom .8s;
    overflow: hidden;
    z-index: 5;
    background: #f9f8f4 url("/imgs/cmn/logoImg.svg") center center/58.69% no-repeat;
}

#siteHeader.showNav .spNav {
    bottom: 0;
    transition: bottom .8s;
}

.spNav>.inner {
    padding: 9.18vw 7.73vw 7vw;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.spNav a {
    display: block;
}

.spNav .leftBox {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 57.97vw;
}

.spNav .leftBox nav {
    height: 50%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.spNav .leftBox .home {
    width: 24.15vw;
    margin-bottom: 6vw;
}

.spNav .leftBox .home img {
    display: block;
}

.spNav .leftBox .home:hover {
    opacity: 1;
    background: url("../imgs/cmn/spNavHome-hover.svg") center/100% no-repeat;
}

.spNav .leftBox .home:hover img {
    visibility: hidden;
}

.spNav .leftBox ul {
    margin: 0 0 5.31vw;
    padding: 0;
    height: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    max-height: 72.46vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.spNav .leftBox li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.spNav .leftBox li img {
    width: auto;
    height: 4.59vw;
}

.spNav .leftBox .contact {
    height: 5%;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

.spNav .leftBox .contact img {
    display: block;
}

.spNav .leftBox .contact a {
    display: block;
    margin-bottom: 4vw;
}

.spNav .leftBox .tel {
    margin-bottom: 5.07vw;
}

.spNav .leftBox .meta {
    width: 54.11vw;
}

.spNav .rightBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spNav .rightBox:before,
.spNav .rightBox:after {
    content: '';
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
}

.spNav .rightBox:before {
    height: 20vw;
    margin-bottom: auto;
}

.spNav .rightBox:after {
    width: 14.49vw;
    height: 40vw;
    background: url("/imgs/cmn/logoRotate.svg") center top/100% no-repeat;
    margin-top: auto;
}

.spNav .rightBox .iconLinks {
    margin: -10px 0;
    padding: 0;
    height: 70.05vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spNav .rightBox .iconLinks li {
    margin: 10px 0;
}

.spNav .rightBox a {
    display: block;
    text-align: center;
}

.siteMain {
    padding-top: 10.63rem;
    text-align: center;
}

@media screen and (max-width: 539px) {
    .siteMain {
        padding-top: 0;
    }
}

.fadeup {
    opacity: 0;
    transform: translateY(1.5rem);
}

.fadeup.show {
    opacity: 1;
    transform: none;
    transition: all .8s;
}

.fadeupGrp>* {
    opacity: 0;
    transform: translateY(0.5rem);
}

.fadeupGrp.show>* {
    opacity: 1;
    transform: none;
    transition-duration: .5s;
    transition-property: all;
}

.fadeupGrp.show>*:nth-child(1) {
    transition-delay: 0.25s;
}

.fadeupGrp.show>*:nth-child(2) {
    transition-delay: 0.5s;
}

.fadeupGrp.show>*:nth-child(3) {
    transition-delay: 0.75s;
}

.fadeupGrp.show>*:nth-child(4) {
    transition-delay: 1s;
}

.fadeupGrp.show>*:nth-child(5) {
    transition-delay: 1.25s;
}

@media screen and (min-width: 540px) {
    .fadeupGrpPc .fadeupItem {
        opacity: 0;
        transform: translateY(0.5rem);
    }
    .fadeupGrpPc.show .fadeupItem {
        opacity: 1;
        transform: none;
        transition-duration: .5s;
        transition-property: all;
    }
    .fadeupGrpPc.show>div:first-child .fadeupItem:nth-child(1) {
        transition-delay: 0.25s;
    }
    .fadeupGrpPc.show>div:first-child .fadeupItem:nth-child(2) {
        transition-delay: 0.5s;
    }
    .fadeupGrpPc.show>div:nth-child(2) .fadeupItem:nth-child(1) {
        transition-delay: 0.75s;
    }
    .fadeupGrpPc.show>div:nth-child(2) .fadeupItem:nth-child(2) {
        transition-delay: 1s;
    }
    .fadeupGrpPc.show>div:nth-child(2) .fadeupItem:nth-child(3) {
        transition-delay: 1.25s;
    }
}

@media screen and (max-width: 539px) {
    .fadeupGrpSp .fadeupItem {
        opacity: 0;
        transform: translateY(0.5rem);
    }
    .fadeupGrpSp.show .fadeupItem {
        opacity: 1;
        transform: none;
        transition-duration: .5s;
        transition-property: all;
    }
    .fadeupGrpSp.show .fadeupItem:nth-child(1) {
        transition-delay: 0.25s;
    }
    .fadeupGrpSp.show .fadeupItem:nth-child(2) {
        transition-delay: 0.5s;
    }
    .fadeupGrpSp.show .fadeupItem:nth-child(3) {
        transition-delay: 0.75s;
    }
    .fadeupGrpSp.show .fadeupItem:nth-child(4) {
        transition-delay: 1s;
    }
    .fadeupGrpSp.show .fadeupItem:nth-child(5) {
        transition-delay: 1.25s;
    }
}

.pageHeader h1 {
    text-align: center;
    font-size: 1.88rem;
    line-height: 1em;
    margin: 0 0 2.2em;
}

@media screen and (max-width: 539px) {
    .pageHeader h1 {
        font-size: 1.5rem;
        line-height: 1em;
    }
}

.pageHeader h1:after {
    content: '';
    display: block;
    width: 5.67em;
    height: 2.2em;
    border-bottom: solid 4px #333;
    margin: 0 auto;
}

@media screen and (max-width: 539px) {
    .pageHeader h1:after {
        height: 7.25vw;
    }
}

.pageMv {
    padding-bottom: 42.5%;
    background-position: center center;
    background-size: cover;
    margin-bottom: 8.13rem;
}

@media screen and (max-width: 539px) {
    .pageMv {
        padding-bottom: 100%;
        margin-bottom: 16.91vw;
    }
}

.siteFooter {
    margin-top: 11.25rem;
}

@media screen and (max-width: 539px) {
    .siteFooter {
        margin-top: 21.74vw;
    }
}

.siteFooter .line1,
.siteFooter .line2 {
    padding-right: 5rem;
    padding-left: 3.75rem;
}

.siteFooter .line1 {
    background: #fff;
    display: flex;
    justify-content: flex-start;
    padding-top: 5.81rem;
    padding-bottom: 4.25rem;
}

@media screen and (max-width: 539px) {
    .siteFooter .line1 {
        position: relative;
        padding: 32.37vw 7.49vw 2rem;
        display: flex;
        flex-direction: column-reverse;
    }
}

.siteFooter .logo {
    margin-right: 4.25rem;
}

@media screen and (max-width: 539px) {
    .siteFooter .logo {
        position: absolute;
        top: -6.76vw;
        left: 7.49vw;
        width: 32.13vw;
    }
}

.siteFooter .logo img {
    width: 13.75rem;
}

.siteFooter .name {
    margin: 0 0 0.74em;
    font-size: 1.69rem;
    line-height: 1em;
}

@media screen and (max-width: 539px) {
    .siteFooter .name {
        font-size: 1.63rem;
        line-height: 1em;
        margin-bottom: 0.46em;
    }
}

.siteFooter .genre {
    line-height: 1.81em;
    margin: 0 0 2.5em;
}

@media screen and (max-width: 539px) {
    .siteFooter .genre {
        font-size: 0.88rem;
        line-height: 1.86em;
        margin-bottom: 2.5rem;
    }
}

.siteFooter .shopMetaPc p {
    margin-bottom: 12.8vw;
}

.siteFooter .iconLinks {
    display: flex;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 539px) {
    .siteFooter .iconLinks {
        justify-content: center;
    }
}

.siteFooter .iconLinks li {
    text-align: left;
    margin-right: 20px;
}

@media screen and (max-width: 539px) {
    .siteFooter .iconLinks li {
        width: auto;
    }
}

.siteFooter .pcNav {
    margin-right: 0;
}

@media screen and (max-width: 539px) {
    .siteFooter .pcNav {
        width: 100%;
        margin-bottom: 25.12vw;
    }
    .siteFooter .pcNav ul {
        justify-content: space-between;
    }
    .siteFooter .pcNav li {
        margin-left: 0;
        width: 1rem;
    }
}

.siteFooter .line2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 6.25rem;
}

@media screen and (max-width: 539px) {
    .siteFooter .line2 {
        height: auto;
        padding: 2rem 7.49vw;
        position: relative;
    }
}

.siteFooter .copyright {
    margin: 0 7.19rem 0 0;
    font-size: 0.81rem;
    color: #808080;
}

@media screen and (max-width: 539px) {
    .siteFooter .copyright {
        position: absolute;
        top: 1rem;
        left: 1rem;
        transform-origin: left top;
        transform: rotate(90deg) translateY(-100%);
    }
}

.siteFooter .lawLinks {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 539px) {
    .siteFooter .lawLinks {
        display: block;
        padding-left: 33.82vw;
    }
}

.siteFooter .lawLinks li {
    margin-right: 8.19rem;
}

@media screen and (max-width: 539px) {
    .siteFooter .lawLinks li {
        margin-right: 0;
        margin-bottom: 2.42vw;
    }
}

.siteFooter .lawLinks a {
    font-size: 0.94rem;
    line-height: 1em;
}

@media screen and (max-width: 539px) {
    .siteFooter .lawLinks a {
        font-size: 0.88rem;
        line-height: 1em;
    }
}

#contactFixBtn {
    position: fixed;
    z-index: 2;
    top: 40vh;
    right: 0;
    color: #fff;
    font-size: 1.13rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.33em;
    height: 11.89em;
    background: #bf9c46;
    border-radius: .5em 0 0 .5em;
}

#pagetopBtn {
    position: fixed;
    z-index: 2;
    right: .5rem;
    bottom: .5rem;
    font-size: 0.88rem;
    background: #fff;
    border: solid 1px #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12em;
    height: 3.29em;
}

#pagetopBtn:after {
    content: '';
    display: block;
    width: 1rem;
    height: .5rem;
    background: url("/imgs/cmn/arrow-t.svg") center center/contain no-repeat;
    margin-left: 1.5rem;
}

#pagetopBtn.hidden {
    display: none;
}

@media screen and (max-width: 539px) {
    #pagetopBtn {
        display: none !important;
    }
}

/*** パーツ ***/

.btnType1 {
    display: inline-block;
    position: relative;
    border: solid 1px #333;
    padding: 1.38rem 0.5rem;
    text-align: center;
    width: 10rem;
    line-height: 1em;
}

.btnType1 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    display: flex;
}

.btnType1 .bg:before {
    content: '';
    width: 0;
    background: #333;
    transition: width .8s;
}

.btnType1 .txt {
    position: relative;
}

.btnType1 svg.txt {
    height: 1rem;
    width: auto;
}

.btnType1:after {
    content: '';
    display: block;
    height: 1px;
    top: 50%;
    right: -1.25rem;
    width: 2.5rem;
    background: #333;
    position: absolute;
}

.btnType1:hover {
    opacity: 1;
}

.btnType1:hover .bg:before {
    width: 100%;
    transition: width .8s;
}

.btnType1:hover .txt {
    color: #fff;
}

.btnType1:hover svg.txt {
    fill: #fff;
}

.btnType2 {
    display: inline-block;
    position: relative;
    border: solid 1px #333;
    padding: 1.38rem 0.5rem;
    text-align: center;
    width: 10rem;
    line-height: 1em;
}

.btnType2 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    display: flex;
}

.btnType2 .bg:before {
    content: '';
    width: 0;
    background: #333;
    transition: width .8s;
}

.btnType2 .txt {
    position: relative;
}

.btnType2 svg.txt {
    height: 1rem;
    width: auto;
}

.btnType2:hover {
    opacity: 1;
}

.btnType2:hover .bg:before {
    width: 100%;
    transition: width .8s;
}

.btnType2:hover .txt {
    color: #fff;
}

.btnType2:hover svg.txt {
    fill: #fff;
}

.btnType2.autoW {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.shareList {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 4.88rem;
    padding: 0;
}

.shareList dt {
    font-size: 0.88rem;
    color: #818181;
}

.shareList dd {
    margin: 0 0 0 1.88rem;
    padding: 0;
    width: 1.88rem;
    height: 1.88rem;
}

@media screen and (max-width: 539px) {
    .shareList dd {
        margin-left: 4.83vw;
    }
}

.shareList svg {
    fill: #818181;
}

.shareList a:hover {
    opacity: 1;
    transition: none;
}

.shareList a:hover .twitter {
    fill: #55acee;
}

.shareList a:hover .line {
    fill: #06c755;
}

.shareList a:hover .fb {
    fill: #3a5a99;
}

.pagination {
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 0 .5em;
}

.pagination .page-numbers.current {
    border-bottom: solid 1px #333;
}

.pager {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    padding: 0 4rem;
    align-items: center;
}

@media screen and (max-width: 539px) {
    .pager {
        padding: 0 7.25vw;
    }
    .pager .btnType2 {
        padding-left: 4.83vw;
        padding-right: 4.83vw;
    }
    .pager .btnType2 .txt {
        white-space: nowrap;
    }
}

.pager div {
    width: 2.5rem;
}

.pager div a {
    display: block;
    font-size: 0%;
    height: 0.56rem;
    background: url("/imgs/cmn/arrow-r.svg") center/contain no-repeat;
}

.pager div a[rel=prev] {
    transform: scaleX(-1);
}

.postlist a {
    display: block;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 539px) {
    .postlist a {
        margin-bottom: 6.76vw;
    }
}

.postlist article {
    display: flex;
    justify-content: flex-start;
    padding: 2rem 2.25rem;
    background: #fff;
}

@media screen and (max-width: 539px) {
    .postlist article {
        display: block;
        padding: .75em .5em;
    }
}

.postlist .date {
    font-size: 1rem;
    margin: 0 3.5em 0 0;
    white-space: nowrap;
    line-height: 1.38rem;
    color: #bf9c46;
}

@media screen and (max-width: 539px) {
    .postlist .date {
        background-size: 0.81rem;
        line-height: 1.73rem;
        margin-bottom: .75em;
    }
}

.postlist .ttl {
    margin: 0 !important;
    font-size: 1.13rem;
    line-height: 1.38rem;
    font-weight: normal;
}

@media screen and (max-width: 539px) {
    .postlist .ttl {
        font-size: 0.94rem;
        line-height: 1.73em;
    }
}

.secColumn {
    margin-bottom: 13.75rem;
}

.secColumn .container {
    position: relative;
}

@media screen and (max-width: 539px) {
    .secColumn {
        margin-bottom: 8.7vw;
    }
    .secColumn .container {
        position: relative;
    }
}

.secColumn .h2Type1 .eng:after {
    height: 1rem;
    margin-bottom: 5.07vw;
}

.secColumn .line1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.secColumn .btnType2 {
    position: absolute;
    right: 0;
    top: 4.11vw;
}

@media screen and (max-width: 539px) {
    .secColumn .btnType2 {
        border: none;
        position: absolute;
        bottom: 0;
        right: 10.39vw;
        padding: 0;
        width: auto;
    }
    .secColumn .btnType2 .bg {
        display: none;
    }
    .secColumn .btnType2 .txt {
        border-left: solid 1px #333;
        padding-left: 2.42vw;
        font-size: 1rem;
        line-height: 1em;
        letter-spacing: .2em;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

.columnlist {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
}

.columnlist .fadeupGrpPc {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media screen and (max-width: 539px) {
    .columnlist .fadeupGrpPc {
        display: block;
    }
}

.columnlist .fadeupGrpSp {
    display: flex;
    justify-content: space-between;
    width: 47.78%;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 539px) {
    .columnlist .fadeupGrpSp {
        width: auto;
    }
}

.columnlist .fadeupItem {
    display: block;
    width: 45.35%;
    margin: 0 0 2.13%;
}

@media screen and (max-width: 539px) {
    .columnlist .fadeupItem {
        width: 47.14%;
        margin: 0 0 10.87vw;
    }
}

.columnlist a article {
    padding: 0;
    background: none;
}

.columnlist a .thumb {
    padding-bottom: 85.47%;
    background: url("/imgs/cmn/noImg.png") center center/cover no-repeat;
    margin-bottom: 1.75rem;
}

@media screen and (max-width: 539px) {
    .columnlist a .thumb {
        margin-bottom: 4.35vw;
    }
}

@media screen and (min-width: 540px) {
    .columnlist a:hover article {
        opacity: .85;
    }
}

.columnlist a .date {
    font-size: 0.81rem;
    line-height: 1em;
    margin-bottom: 0.81rem;
}

@media screen and (max-width: 539px) {
    .columnlist a .date {
        display: none;
    }
}

.columnlist a h2 {
    font-size: 1.13rem;
    line-height: 1.56em;
    margin: 0;
    font-weight: normal;
}

@media screen and (max-width: 539px) {
    .columnlist a h2 {
        font-size: 0.94rem;
        line-height: 1.6em;
        margin-bottom: 2.42vw;
    }
}

.columnlist a .txt {
    font-size: 0.94rem;
    line-height: 2em;
}

@media screen and (max-width: 539px) {
    .columnlist a .txt {
        font-size: 0.88rem;
        line-height: 1.79em;
    }
}

.h2Type1,
.h2Type2 {
    margin: 0;
}

@media screen and (max-width: 539px) {
    .h2Type1,
    .h2Type2 {
        font-size: 1.5rem;
    }
}

.h2Type1 .eng,
.h2Type2 .eng {
    display: inline-block;
    color: #bf9c46;
    font-size: 1rem;
}

@media screen and (max-width: 539px) {
    .h2Type1 .eng,
    .h2Type2 .eng {
        font-size: 0.94rem;
    }
}

.h2Type1 .jp,
.h2Type2 .jp {
    letter-spacing: .2em;
}

.h2Type1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    font-weight: normal;
    position: relative;
    font-size: 1.75rem;
    line-height: 1em;
    width: 1em;
}

.h2Type1 .eng {
    margin-left: 1.81rem;
    line-height: 3.75em;
    border-left: solid 1px #333;
    padding-left: 1.5em;
    position: absolute;
    top: 0;
    left: calc(50% + 1.75rem);
}

@media screen and (max-width: 539px) {
    .h2Type1 .eng {
        transform-origin: left top;
        transform: rotate(90deg);
        border-left: none;
        border-bottom: solid 1px #333;
        line-height: 1em;
        padding-bottom: 2.42vw;
        padding-left: 0;
    }
}

.h2Type1 .jp {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.h2Type2 {
    font-weight: normal;
}

.h2Type2 .eng {
    line-height: 1em;
}

.h2Type2 .eng:after {
    content: '';
    display: block;
    width: 3.75rem;
    border-bottom: solid 1px #333;
    height: 2.25em;
    margin-bottom: 2.13em;
}

@media screen and (max-width: 539px) {
    .h2Type2.spType1 {
        position: relative;
    }
    .h2Type2.spType1 br {
        display: none;
    }
    .h2Type2.spType1 .jp {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .h2Type2.spType1 .eng {
        position: absolute;
        top: 0;
        left: calc(50% + 1.75rem);
        transform-origin: left top;
        transform: rotate(90deg);
        border-bottom: solid 1px #333;
        line-height: 1em;
        padding-bottom: 2.42vw;
        padding-left: 0;
        margin-left: 1.81rem;
    }
    .h2Type2.spType1 .eng:after {
        content: none;
    }
}