:root {
    --size-twitter-icon: 28px;
}

body {
    min-width: 1200px;
    /*font-family: "Noto Sans JP", sans-serif;*/
    /*font-family: "Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
        "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a:hover {
    opacity: 1;
}

.spOnly {
    display: none;
}

.spacer {
    display: block;
    margin-bottom: 1em;
}

header.header {
    background: #ffe959;
    padding: 0;
}

header.header .headerTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0;
}

header.header .headerTop>div {
    display: block;
}

header.header .headerTopRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

header.header .headerAbout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

header.header .headerBottom ul {
    min-width: initial;
}

header.header.index .headerTop {
    position: relative;
    padding: 35px 0 80px 0;
}

header.header.index .headerBottom {
    position: absolute;
    bottom: 35px;
    left: 0;
}

.headerTop {
    background: none;
    max-width: 1200px;
    padding: 50px 0 25px;
}

.headerLogo {
    width: 300px;
    height: 72px;
}

.headerBottom {
    background: none;
    display: block;
    max-width: 1200px;
    margin: 0 auto 0 -1em;
}

.headerBottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerBottom ul.lower_nav {
    display: none;
    opacity: 0;
    position: absolute;
    width: 90%;
    min-width: auto;
    top: 100%;
    right: 0;
    /*background: #ffe959;*/
    background: white;
    border-left: 2px solid #323232;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

.headerBottom ul.lower_nav .link {
    display: block;
    color: #323232;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    padding: 6px 25px 6px 10px;
}

.headerBottom ul.lower_nav .link:hover {
    background: #323232;
    opacity: 1;
    color: #ffe959;
}

.headerBottom ul.lower_nav .link:before {
    content: none;
}

.headerBottom ul li {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
        "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.headerBottom ul li.rel {
    position: relative;
}

.headerBottom ul li.rel:hover .lower_nav {
    opacity: 1;
    display: block;
}

.headerBottom ul li:not(:last-child) a {
    position: relative;
}

.headerBottom ul li:not(:last-child) a:before {
    content: "";
    width: 1px;
    height: 60%;
    background: #323232;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.headerBottom ul li a {
    color: #323232;
    padding: 0 1.5em;
}

.headerBottom ul li a:hover {
    background: #323232;
    opacity: 1;
    color: #ffe959;
}

.headerSearch {
    width: auto;
    margin-left: 10px;
}

.headerSearch input[type="text"] {
    width: 240px;
    background: white;
    border: 1px solid #323232;
    border-radius: 0;
    color: #323232;
}

.headerSearch button {
    z-index: 5;
    background: #323232;
    padding: 5px 10px;
}

.headerSearch button .fas {
    display: block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.headerFixed {
    background: #ffe959;
    padding: 0;
}

.headerFixed:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 40%;
    z-index: -1;
    background: #fff8b9;
}

.headerFixed .headerTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.headerFixed .headerTop>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.headerFixed .headerTopRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.headerFixed .headerAbout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.headerFixed .headerBottom {
    display: block;
    width: auto;
    max-width: initial;
    margin: 0;
}

.headerFixed .headerBottom ul {
    min-width: initial;
}

.login {
    background: #323232;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    width: 150px;
    height: 28px;
}

.cont {
    padding-top: 100px;
    padding-bottom: 135px;
}

.contTitHead {
    border-top: none;
    padding-top: 0;
    margin-bottom: 0;
}

.contBtn a {
    background: #323232;
    letter-spacing: 0.2em;
    padding: 30px 0;
    border-radius: 0;
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.contBtn a:before {
    content: "";
    width: 125%;
    height: 1px;
    background: #323232;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    border: none;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    opacity: 1;
    z-index: -1;
}

.contBtn a:hover {
    background: rgba(50, 50, 50, 0.8);
}

.contBtn a:hover:before {
    width: 0;
}

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0;
}

.pager .pagerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pager .paginate_button {
    width: 30px !important;
    height: 30px;
    margin-bottom: 0 !important;
}

.pager .paginate_button:nth-child(3n-1) {
    margin: 0 !important;
}

.pager .paginate_button:not(:last-child) {
    margin-right: 20px !important;
}

.pager .paginate_button.prev a {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
}

.pager .paginate_button.next a {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
}

.pager .paginate_button.active a,
.pager .paginate_button:hover a {
    background: #ffe959;
    color: #323232;
}

.pager .paginate_button a {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #323232;
    color: white;
    font-family: "Libre Baskerville", serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    padding-left: 2px;
    padding-top: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer {
    margin-top: 0;
    background: #323232;
    padding: 40px 0 40px;
    position: relative !important;
}

.footerTop {
    background: none;
}

.footerTop>div {
    display: block;
}

.footerTopIn {
    padding: 0;
}

.footerTopIn>div {
    display: block;
}

footer .footerLogo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 32px;
    background: #323232;
}

.footerLogo a {
    margin: auto 16px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; */
}

.footerLogo a.footer_twitter_icon,
.footerLogo a.footer_twitter_icon img {
    width: var(--size-twitter-icon);
    height: var(--size-twitter-icon);
}

.footerLogo img {
    display: block;
    width: 37px;
    height: 36px;
}

.footerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
}

.footerList .footerListItem:not(:last-child) {
    position: relative;
    margin-right: 1em;
    padding-right: 1em;
}

.footerList .footerListItem:not(:last-child):before {
    width: 1px;
    height: 60%;
    background: white;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -60%);
    transform: translate(0, -60%);
    content: "";
}

.footerList .footerListLink {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

.footerListLink {
    color: white;
}

.footerBottom {
    background: none;
    padding: 0;
}

.footerBottom .footerCopy {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

.mv {
    position: relative;
    width: 100%;
    height: calc((578 / 1500) * 100vw);
}

.mv .heading {
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    font-size: 16rem;
    letter-spacing: 0.1em;
    position: absolute;
    top: 0.05em;
    right: calc((50% - 600px));
    /*-webkit-transform: translate(12%, -50%);*/
    /*transform: translate(12%, -50%);*/
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide .slick-list {
    height: 100%;
}

.slide .slick-track {
    height: 100%;
    overflow: hidden;
}

.slide .slideLink {
    display: block;
    height: 100%;
}

.slide .slideImageWrap {
    position: relative;
    height: 100%;
}

.slide .slideImage {
    width: 100%;
    height: calc((578 / 1500) * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.slide .txtBoxWrap {
    /*width: 1200px;*/
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.slide .txtBox {
    position: absolute;
    bottom: 40px;
    right: 50px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 585px;
    height: 130px;
    padding: 45px 80px 0 40px;
}

.slide .meta {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide .cate {
    background: #ff5a90;
    width: 120px;
    height: 39px;
    /*padding: 15px 30px;*/
    margin-right: 15px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide .ico_lock {
    display: block;
    width: 32px;
    height: 32px;
    background: white;
    position: relative;
}

.slide .ico_lock:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 14px;
    height: 19px;
    background: url("../img/key.svg") no-repeat center;
    background-size: cover;
}

.slide .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #323232;
    padding: 0 20px;
    height: 32px;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    color: #ff5a90;
}

.slide .data .pr {
    color: white;
    margin-left: 0.5em;
}

.slide .tit {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    /*font-weight: normal;*/
    font-weight: bold;
}

.slide .slick-prev {
    top: auto;
    left: auto;
    right: calc(585px + 50px);
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    bottom: calc(40px + 65px);
    background: #323232;
    z-index: 5;
    width: 35px;
    height: 35px;
}

.slide .slick-prev:before {
    content: "";
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    top: 50%;
    left: calc(50% + 3px);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    z-index: 1;
    width: 8px;
    height: 8px;
}

.slide .slick-next {
    top: auto;
    left: auto;
    right: 50px;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    bottom: calc(40px + 65px);
    background: #323232;
    z-index: 5;
    width: 35px;
    height: 35px;
}

.slide .slick-next:before {
    content: "";
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    width: 8px;
    height: 8px;
}

.slick-dots {
    bottom: -50px;
    z-index: 3;
}

.slick-dots li.slick-active button {
    background: #323232;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: white;
    border: 1px solid #323232;
    border-radius: 50%;
}

.slick-dots li button:before {
    content: "";
    opacity: 1;
}

.slick-dotted .slick-slider {
    margin-bottom: 0;
}

.index_life {
    position: relative;
    padding: 170px 0 100px;
    /*background: #ffe959;*/
}

.index_life:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#ffe959),
            color-stop(30%, #ffe959),
            color-stop(30%, #f1f1f1),
            to(#f1f1f1));
    background: -o-linear-gradient(top, #ffe959 0%, #ffe959 30%, #f1f1f1 30%, #f1f1f1 100%);
    background: linear-gradient(180deg, #ffe959 0%, #ffe959 30%, #f1f1f1 30%, #f1f1f1 100%);
    width: 100%;
    height: 330px;
    z-index: -1;
}

.index_life:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffe959;
    width: 100%;
    height: 180px;
    z-index: -1;
}

.index_life .heading {
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    /*font-size: 16rem;*/
    font-size: 10vw;
    letter-spacing: 0.1em;
    position: absolute;
    top: 0.05em;
    left: calc(50% - 610px);
    -webkit-transform: translate(-12%, -50%);
    transform: translate(-12%, -50%);
    z-index: 1;
}

.index_life .articles_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto 40px;
}

.index_life .articles_list li {
    width: 275px;
}

.index_life .articles_list a {
    display: block;
    overflow: hidden;
    font-weight: bold;
}

.index_life .articles_list a:hover {
    opacity: 1;
}

.index_life .articles_list a:hover .img {
    /*background-size: 110%;*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index_life .articles_list .imgWrap {
    position: relative;
    margin-bottom: 10px;
}

.index_life .articles_list .img {
    width: 275px;
    height: 275px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index_life .articles_list .cat {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff5a90;
    /*padding: 15px;*/
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120px;
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index_life .articles_list .sns {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index_life .articles_list .trigger {
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0.8);
    width: 43px;
    height: 43px;
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

.index_life .articles_list .trigger:before {
    content: "";
    width: 21px;
    height: 22px;
    background: url("../img/share.svg") no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index_life .articles_list .hide_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index_life .articles_list .hide_sns.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.index_life .articles_list .hide_sns .list {
    width: 0;
}

.index_life .articles_list .hide_sns.active .list {
    width: auto;
}

.index_life .articles_list .hide_sns .link {
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
}

.index_life .articles_list .hide_sns.active .link {
    width: 30px;
    height: 30px;
}

.index_life .articles_list .hide_sns .link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index_life .articles_list .hide_sns .link.fb:before {
    background: url("../img/icon_facebook.svg") no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
}

.index_life .articles_list .hide_sns .link.tw:before {
    background: url("../img/icon_twitter.svg") no-repeat;
    background-size: cover;
    width: 18px;
    height: 14px;
}

.index_life .articles_list .hide_sns .link.line:before {
    background: url("../img/icon_line.svg") no-repeat;
    background-size: cover;
    width: 20px;
    height: 19px;
}

.index_life .articles_list .hide_sns .link.pin:before {
    background: url("../img/ico_pin.svg") no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
}

.index_life .articles_list .data {
    color: #ff5a90;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.2em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.index_life .articles_list .data .ico_lock {
    display: block;
    width: 9px;
    height: calc((21 / 15) * 9px);
    background: url("../img/key.svg") no-repeat center;
    background-size: cover;
    margin-right: 8px;
}

.index_life .articles_list .data .pr {
    color: #6d6d6d;
    margin-left: 0.5em;
}

.index_life .articles_list .tit {
    line-height: 1.6;
    font-size: 1.6rem;
}

.index_life .adHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index_life .adHeader.spOnly {
    display: none;
}

.index_life+.cont {
    /*background: #ffe959;*/
    position: relative;
}

/*.index_life + .cont:before {*/
/*    content: '';*/
/*    background: #ffe959;*/
/*    height: 180px;*/
/*    width: 106%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -4%;*/
/*    z-index: -1;*/
/*}*/

.topSection {
    position: relative;
}

.topSection .contTit {
    position: absolute;
    top: calc(-100px + 0.05em);
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    font-size: 7.2rem;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #323232;
}

.topSection .articlesList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topSection .articlesList li {
    width: calc((100% - 66px) / 3);
    margin-bottom: 80px;
    float: none;
}

.topSection .articlesList li:nth-of-type(2n) {
    margin-left: 0;
}

.topSection .articlesList li:nth-child(3n-1) {
    margin-left: 33px;
    margin-right: 33px;
}

.topSection .articlesList a {
    display: block;
    overflow: hidden;
    font-weight: bold;
}

.topSection .articlesList a:hover {
    opacity: 1;
}

.topSection .articlesList a:hover .img {
    /*background-size: 110%;*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.topSection .articlesList .imgWrap {
    position: relative;
    margin-bottom: 10px;
}

.topSection .articlesList .img {
    width: 100%;
    height: calc((850px - 66px) / 3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.topSection .articlesList .cat {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff5a90;
    /*padding: 15px;*/
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120px;
    height: 39px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.topSection .articlesList .sns {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topSection .articlesList .trigger {
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0.8);
    width: 43px;
    height: 43px;
    border-radius: 50%;
    position: relative;
}

.topSection .articlesList .trigger:before {
    content: "";
    width: 21px;
    height: 22px;
    background: url("../img/share.svg") no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.topSection .articlesList .hide_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.topSection .articlesList .hide_sns.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.topSection .articlesList .hide_sns .list {
    width: 0;
    margin-bottom: 0;
}

.topSection .articlesList .hide_sns.active .list {
    width: auto;
}

.topSection .articlesList .hide_sns .list:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
}

.topSection .articlesList .hide_sns .link {
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
}

.topSection .articlesList .hide_sns.active .link {
    width: 30px;
    height: 30px;
}

.topSection .articlesList .hide_sns .link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.topSection .articlesList .hide_sns .link.fb:before {
    background: url("../img/icon_facebook.svg") no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
}

.topSection .articlesList .hide_sns .link.tw:before {
    background: url("../img/icon_twitter.svg") no-repeat;
    background-size: cover;
    width: 18px;
    height: 14px;
}

.topSection .articlesList .hide_sns .link.line:before {
    background: url("../img/icon_line.svg") no-repeat;
    background-size: cover;
    width: 20px;
    height: 19px;
}

.topSection .articlesList .hide_sns .link.pin:before {
    background: url("../img/ico_pin.svg") no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
}

.topSection .articlesList .data {
    color: #ff5a90;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.topSection .articlesList .data .ico_lock {
    display: block;
    width: 9px;
    height: calc((21 / 15) * 9px);
    background: url("../img/key.svg") no-repeat center;
    background-size: cover;
    margin-right: 8px;
}

.topSection .articlesList .data .pr {
    display: block;
    color: #6d6d6d;
    margin-left: 0.5em;
}

.topSection .articlesList .tit {
    line-height: 1.6;
    font-weight: 500;
    font-size: 1.6rem;
}

.ranking {
    margin: 45px 0 35px;
    padding: 95px 50px 45px;
    background: #ffe959;
}

.ranking .contTit {
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    letter-spacing: 0;
}

.ranking .contTit span {
    color: #323232;
    font-size: 3.6rem;
    letter-spacing: 0;
    vertical-align: 0;
    white-space: nowrap;
    position: relative;
    margin: 0 0 50px 0;
    border-bottom: 1px solid #323232;
}

.ranking .contTit span:before {
    content: "";
    background: url("../img/ico_rank_head.png") no-repeat;
    width: 40px;
    height: 28px;
    position: absolute;
    bottom: calc(100% + 16px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.ranking .sideArticlesList ul {
    counter-reset: number 0;
}

.ranking .sideArticlesList li {
    position: relative;
}

.ranking .sideArticlesList li:before {
    counter-increment: number 1;
    content: counter(number) "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 34px;
    height: 34px;
    background: #323232;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    font-size: 1.6rem;
}

.ranking .sideArticlesList a {
    display: block;
}

.ranking .sideArticlesList a>div {
    display: block;
    overflow: hidden;
    margin-bottom: 13px;
}

.ranking .sideArticlesList a:hover {
    opacity: 1;
}

.ranking .sideArticlesList a:hover .img {
    /*background-size: 110%;*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ranking .sideArticlesList .img {
    width: 100%;
    height: 200px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ranking .sideArticlesList .txtBox {
    padding: 0;
}

.ranking .sideArticlesList .data {
    font-size: 1.2rem;
    color: #ff5a90;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.ranking .sideArticlesList .tit {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.7;
    color: #323232;
    font-weight: 500;
}

.ranking .contBtn a {
    padding: 18px 0;
}

.index_special {
    position: relative;
    padding: 110px 0 140px;
}

.index_special:before {
    content: "";
    background: #ffe959;
    width: 100vw;
    min-width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 45%;
    z-index: -1;
}

.index_special .contBtn {
    width: 680px;
    margin: 40px auto 0;
}

.index_special .heading {
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 7.2rem;
    position: absolute;
    top: 0.05em;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-bottom: 1px solid #323232;
}

.index_special .bnr_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}

.index_special .list {
    width: calc((100% - 40px) / 3);
    height: 217px;
    margin-bottom: 20px;
}

.index_special .list:not(:nth-child(3n)) {
    margin-right: 20px;
}

.index_special .link {
    border: 1px solid #323232;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

.index_special .link:hover .img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index_special .img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*width: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.index_special a:hover {
    opacity: 1;
}

.adHeader.list_page {
    margin: 40px auto 120px;
    display: block;
    width: 1200px;
}

.adHeader.list_page a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cont.contList {
    padding: 0 0 100px 0;
    margin-top: 120px;
}

.cont.contList .sectionList {
    margin-top: -62px;
}

.cont.contList .sectionList .contTitHead {
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 120px;
}

.cont.contList .sectionList .contTitHead:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #323232;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
}

.cont.contList .sectionList .contTit {
    display: inline-block;
    text-align: center;
    /*font-family: "Noto Sans JP", sans-serif;*/
    font-family: "Libre Baskerville", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
        "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    /*font-weight: 500;*/
    letter-spacing: 0.1em;
    position: relative;
    font-size: 3.6rem;
    font-weight: bold;
}

.cont.contList .sectionList .contTit:after {
    content: "";
    width: 130%;
    height: 6px;
    background: #ff5a90;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cont.contList .sectionList .cat_list {
    width: 850px;
    position: absolute;
    top: calc(100% + 40px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cont.contList .sectionList .cat_list .link {
    font-size: 1.4rem;
    position: relative;
}

.cont.contList .sectionList .cat_list .link:before {
    content: "";
    background: #ff5a90;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 0;
    height: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cont.contList .sectionList .cat_list .link.active:before,
.cont.contList .sectionList .cat_list .link:hover:before {
    width: 100%;
}

.cont.contList .articlesList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cont.contList .articlesList li {
    width: calc((100% - 66px) / 3);
    margin-bottom: 80px;
    float: none;
}

.cont.contList .articlesList li:nth-of-type(2n) {
    margin-left: 0;
}

.cont.contList .articlesList li:nth-child(3n-1) {
    margin-left: 33px;
    margin-right: 33px;
}

.cont.contList .articlesList a {
    display: block;
    overflow: hidden;
    /*border: 1px solid #323232;*/
    font-weight: bold;
}

.cont.contList .articlesList a:hover {
    opacity: 1;
}

.cont.contList .articlesList a:hover .img {
    /*background-size: 110%;*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cont.contList .articlesList .imgWrap {
    position: relative;
    margin-bottom: 10px;
    /*overflow: hidden;*/
}

.cont.contList .articlesList .img {
    width: 100%;
    /*height: calc((850px - 66px) / 3);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cont.contList .articlesList .cat {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff5a90;
    /*padding: 15px;*/
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120px;
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cont.contList .articlesList .sns {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cont.contList .articlesList .trigger {
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0.8);
    width: 43px;
    height: 43px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.cont.contList .articlesList .trigger:before {
    content: "";
    width: 21px;
    height: 22px;
    background: url("../img/share.svg") no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cont.contList .articlesList .hide_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cont.contList .articlesList .hide_sns.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.cont.contList .articlesList .hide_sns .list {
    width: 0;
    margin-bottom: 0;
}

.cont.contList .articlesList .hide_sns.active .list {
    width: auto;
}

.cont.contList .articlesList .hide_sns .list:before {
    content: none;
}

.cont.contList .articlesList .hide_sns .list:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
}

.cont.contList .articlesList .hide_sns .link {
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
}

.cont.contList .articlesList .hide_sns.active .link {
    width: 30px;
    height: 30px;
}

.cont.contList .articlesList .hide_sns .link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cont.contList .articlesList .hide_sns .link.fb:before {
    background: url("../img/icon_facebook.svg") no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
}

.cont.contList .articlesList .hide_sns .link.tw:before {
    background: url("../img/icon_twitter.svg") no-repeat;
    background-size: cover;
    width: 18px;
    height: 14px;
}

.cont.contList .articlesList .hide_sns .link.line:before {
    background: url("../img/icon_line.svg") no-repeat;
    background-size: cover;
    width: 20px;
    height: 19px;
}

.cont.contList .articlesList .hide_sns .link.pin:before {
    background: url("../img/ico_pin.svg") no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
}

.cont.contList .articlesList .data {
    color: #ff5a90;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-bottom: 15px;*/
    margin: 0 0 15px 0;
    padding: 8px 0 0;
    background: white;
    position: relative;
    z-index: 1;
}

.cont.contList .articlesList .data .ico_lock {
    display: block;
    width: 9px;
    height: calc((21 / 15) * 9px);
    background: url("../img/key.svg") no-repeat center;
    background-size: cover;
    margin-right: 8px;
}

.cont.contList .articlesList .data .pr {
    display: block;
    color: #6d6d6d;
    margin-left: 0.5em;
}

.cont.contList .articlesList .tit {
    line-height: 1.6;
    font-weight: 500;
    font-size: 1.6rem;
}

.cont.contList .articlesList .tit a {
    border: none;
}

.ranking.list_page {
    width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 45px 0 35px;
    padding: 95px 25px 45px;
}

.ranking.list_page .contTit span {
    display: inline-block;
    margin: 0 0 20px 0;
}

.ranking.list_page .sideArticlesList li:before {
    left: 0;
}

.ranking.list_page .sideArticlesList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ranking.list_page .sideArticlesList .imgWrap {
    margin-right: 10px;
    overflow: hidden;
}

.ranking.list_page .sideArticlesList .img {
    width: 120px;
    height: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ranking.list_page .sideArticlesList .txtBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.adHeader.detail_page {
    margin: 34px auto 40px;
}

.adHeader.detail_page a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cont.contDetail {
    padding-top: 0;
    /*padding-bottom: 150px;*/
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cont.contDetail .contLeft {
    max-width: 700px;
    width: 700px;
    float: none;
    margin: 0 auto 0 75px;
}

.cont.contDetail .contLeft .sectionDetail .header .headerBottom {
    width: 700px;
}

.cont.contDetail .contLeft .sectionDetailBottom .sectionDetailPickup .articlesList .img {
    height: calc((700px - 66px) / 3);
}

.loader {
    margin: 110px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loader .spin {
    display: block;
    width: 77px;
    height: 77px;
    background: url("../img/loader.png") no-repeat center;
    background-size: cover;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader .txt {
    margin-top: 30px;
    font-size: 1.4rem;
    color: #484340;
    white-space: nowrap;
    text-align: center;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sectionDetail .header .imgWrap .img {
    /*width: 850px;*/
    /*height: 450px;*/
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}

.sectionDetail .header .imgWrap .img img {
    width: 100%;
    height: auto;
}

.sectionDetail .header .imgWrap .meta {
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.sectionDetail .header .imgWrap .imgWrapBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.sectionDetail .header .imgWrap .imgWrapBottom .imgWrapBtn {
    background: #323232;
    width: 173px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sectionDetail .header .imgWrap .imgWrapBottom .imgWrapBtn:hover {
    opacity: 0.7;
}

.sectionDetail .header .headerTop {
    padding: 0;
}

.sectionDetail .header .headerTop .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
}

.sectionDetail .header .headerTop .meta .data {
    color: #ff5a90;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    margin-right: 12px;
}

.sectionDetail .header .headerTop .meta .pr {
    font-size: 1rem;
    letter-spacing: 0.2em;
    background: #484340;
    color: white;
    padding: 0 10px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
}

.sectionDetail .header .headerTop .meta .cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 25px;
    font-size: 1.4rem;
    background: #ff5a90;
    padding: 0 10px;
    font-weight: bold;
}

.sectionDetail .header .headerTop .tit {
    letter-spacing: 0.05em;
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 30px;
    /*font-weight: 500;*/
    font-weight: bold;
}

.sectionDetail .header .headerBottom {
    max-width: initial;
    margin: 0 0 60px 0;
    width: 850px;
}

.sectionDetail .header .headerBottom ul {
    min-width: initial;
}

.sectionDetail .header .headerBottom ul li:not(:last-child) {
    margin-right: 20px;
}

.sectionDetail .header .headerBottom ul li:not(:last-child) a:before {
    content: none;
}

.sectionDetail .header .headerBottom ul li a {
    padding: 0;
}

.sectionDetail .header .headerBottom ul li a:hover {
    background: none;
}

.sectionDetail .header .headerBottom .contributor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.sectionDetail .header .headerBottom .contributor .contributorIcon {
    width: 80px;
    height: 80px;
    border: 1px solid black;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: 50%;*/
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sectionDetail .header .headerBottom .contributor .contributorIcon:hover {
    opacity: 0.7;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo {
    margin-left: 20px;
    width: calc((100% - 80px - 20px));
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .contributorName {
    margin-right: auto;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .contributorName:hover {
    opacity: 0.7;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .follow {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    height: 25px;
    background: #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.follow_done {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    height: 25px;
    background: #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.follow_done:before {
    content: "";
    background: url("../img/ico_author.png") no-repeat center;
    background-size: cover;
    width: 21px;
    height: 15px;
    margin-right: 10px;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .follow:before {
    content: "";
    background: url("../img/ico_author.png") no-repeat center;
    background-size: cover;
    width: 21px;
    height: 15px;
    margin-right: 10px;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .follow:hover {
    opacity: 0.7;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .save {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    height: 25px;
    background: #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.save_done {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    height: 25px;
    background: #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .save:before {
    content: "";
    background: url("../img/ico_save.png") no-repeat center;
    background-size: cover;
    width: 13px;
    height: 15px;
    margin-right: 10px;
}

.save_done:before {
    content: "";
    background: url("../img/ico_save.png") no-repeat center;
    background-size: cover;
    width: 13px;
    height: 15px;
    margin-right: 10px;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .save:hover {
    opacity: 0.7;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .sns .fb {
    width: 25px;
    height: 25px;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .sns .tw {
    --size-twitter-icon: 22px;
    width: var(--size-twitter-icon);
    height: var(--size-twitter-icon);
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .sns .line {
    width: 29px;
    height: 28px;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo .sns .pin {
    width: 26px;
    height: 26px;
}

.sectionDetail .detail .detailInnerAd {
    margin-right: 50px;
    float: left;
    margin-bottom: 50px;
}

.sectionDetail .detail .detailInnerTit {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 40px;
}

.sectionDetail .detail .detailInnerTxt {
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 60px;
}

.sectionDetail .detail .img {
    display: block;
    margin-bottom: 50px;
}

.sectionDetail .next_page {
    background: #323232;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.sectionDetail .next_page:hover {
    background: #ffe959;
    color: #323232;
}

.sectionDetail .credit {
    color: #484340;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.sectionDetail .tagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sectionDetail .tagList .tag_head {
    color: #484340;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    margin-right: 15px;
    font-weight: 500;
}

.sectionDetail .tagList li {
    width: auto;
    float: none;
    margin: 0 0 5px 0;
}

.sectionDetail .tagList .tagItem:not(:last-child) {
    margin-right: 5px;
}

.sectionDetail .tagList .tagLink {
    font-weight: 500;
    color: #484340;
    background: #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 25px;
    padding: 0 10px;
    font-size: 1.4rem;
}

.sectionDetail .detailBottomAdWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px auto 80px;
}

.sectionDetail .detailBottomAdWrap .detailBottomAd:first-child {
    margin-right: 60px;
}

.sectionDetail .pager .paginate_button:not(:last-child) {
    margin-right: 10px !important;
}

.sectionDetailBottom .contTit {
    margin-bottom: 60px;
}

.sectionDetailBottom .contTit span {
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    color: black;
    vertical-align: initial;
    margin-left: 0;
    position: relative;
}

.sectionDetailBottom .contTit span:before {
    content: "";
    width: 50px;
    height: 4px;
    background: #ff5a90;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
}

.sectionDetailBottom .detailBottomAdWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px auto 70px;
}

.detailBottomAdWrap .add {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 10px;
}

.detailBottomAdWrap .add div {
    max-width: 100% !important;
}

.sectionDetailBottom .detailBottomAdWrap .detailBottomAd:first-child {
    margin-right: 60px;
}

.sectionDetailBottom .sectionDetailPickup .articlesList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sectionDetailBottom .sectionDetailPickup .articlesList li {
    width: calc((100% - 66px) / 3);
    margin-bottom: 40px;
    float: none;
}

.sectionDetailBottom .sectionDetailPickup .articlesList li:nth-of-type(2n) {
    margin-left: 0;
}

.sectionDetailBottom .sectionDetailPickup .articlesList li:nth-child(3n-1) {
    margin-left: 33px;
    margin-right: 33px;
}

.sectionDetailBottom .sectionDetailPickup .articlesList a {
    display: block;
}

.sectionDetailBottom .sectionDetailPickup .articlesList a:hover {
    opacity: 1;
}

.sectionDetailBottom .sectionDetailPickup .articlesList a:hover .img {
    /*background-size: 110%;*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sectionDetailBottom .sectionDetailPickup .articlesList .imgWrap {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.sectionDetailBottom .sectionDetailPickup .articlesList .img {
    width: 100%;
    height: calc((850px - 66px) / 3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sectionDetailBottom .sectionDetailPickup .articlesList .data {
    color: #ff5a90;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px 0;
}

.sectionDetailBottom .sectionDetailPickup .articlesList .tit {
    line-height: 1.6;
    /*font-weight: 500;*/
    font-size: 1.6rem;
    font-weight: bold;
}

.sectionDetailBottom .sectionDetailRecommended .articlesList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sectionDetailBottom .sectionDetailRecommended .articlesList li {
    width: calc((100% - 60px) / 4);
    margin-bottom: 24px;
    float: none;
}

.sectionDetailBottom .sectionDetailRecommended .articlesList li:nth-of-type(2n) {
    margin-left: 0;
}

.sectionDetailBottom .sectionDetailRecommended .articlesList li:not(:nth-child(4n)) {
    margin-right: 20px;
}

.sectionDetailBottom .sectionDetailRecommended .articlesList a {
    display: block;
    overflow: hidden;
}

.sectionDetailBottom .sectionDetailRecommended .articlesList a:hover {
    opacity: 1;
}

.sectionDetailBottom .sectionDetailRecommended .articlesList a:hover .img {
    /*background-size: 110%;*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sectionDetailBottom .sectionDetailRecommended .articlesList .imgWrap {
    position: relative;
    margin-bottom: 12px;
}

.sectionDetailBottom .sectionDetailRecommended .articlesList .img {
    width: 100%;
    height: calc((850px - 60px) / 4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sectionDetailBottom .sectionDetailRecommended .articlesList .data {
    color: #ff5a90;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 7px 0;
}

.sectionDetailBottom .sectionDetailRecommended .articlesList .data .pr {
    font-size: 1rem;
    letter-spacing: 0.2em;
    background: #484340;
    width: 27px;
    height: 20px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.sectionDetailBottom .sectionDetailRecommended .articlesList .tit {
    line-height: 1.6;
    font-weight: 500;
    font-size: 1.4rem;
}

.sectionDetailBottom .articlesCredit {
    text-align: right;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

.sideArticles {
    margin: 45px 0 35px;
    padding: 55px 25px 40px;
    background: #ececec;
}

.sideArticles .contTit {
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    letter-spacing: 0;
}

.sideArticles .contTit span {
    display: inline-block;
    color: #323232;
    font-size: 3.6rem;
    letter-spacing: 0;
    vertical-align: 0;
    white-space: nowrap;
    position: relative;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #323232;
}

.sideArticles .sideArticlesList {
    position: relative;
    margin-bottom: 0;
}

.sideArticles .sideArticlesList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.sideArticles .sideArticlesList a:hover {
    opacity: 1;
}

.sideArticles .sideArticlesList a:hover .img {
    /*background-size: 110%;*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sideArticles .sideArticlesList .imgWrap {
    margin-right: 10px;
    display: block;
    flex-shrink: 0;
    overflow: hidden;
    height: 120px;
}

.sideArticles .sideArticlesList .img {
    width: 120px;
    height: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    /*margin-bottom: 13px;*/
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sideArticles .sideArticlesList .txtBox {
    padding: 0;
}

.sideArticles .sideArticlesList .data {
    font-size: 1.2rem;
    color: #ff5a90;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.sideArticles .sideArticlesList .tit {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.7;
    color: #323232;
    font-weight: 500;
}

.sideArticles .sideArticlesList .articlesCredit {
    position: absolute;
    top: calc(100% + 50px);
    right: -25px;
    text-align: right;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

.sideArticles .contBtn a {
    padding: 18px 0;
}

.cont.cont_page .contLeft {
    margin-top: -65px;
}

.section_page .heading {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #323232 1px solid;
}

.section_page .heading .mini {
    display: block;
    font-size: 1.6rem;
}

.section_page .org_about {
    margin-top: 40px;
    /*border-left: 6px solid #ff5a90;*/
    /*padding-left: 40px;*/
    margin-bottom: 40px;
}

.section_page .org_about .ttl {
    font-size: 3.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.section_page .desc {
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    line-height: 2;
}

.section_page .desc.mg {
    margin-bottom: 40px;
}

.section_page .org_more {
    background: #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    width: 200px;
    height: 60px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    margin-bottom: 90px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section_page .org_more:hover {
    opacity: 0.7;
}

.section_page .book_list {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

.section_page .book_list .list {
    width: calc((100% - 45px) / 4);
}

.section_page .book_list .list:not(:last-child) {
    margin-right: 15px;
}

.section_page .book_list .wrap {
    overflow: hidden;
    height: 277px;
    margin-bottom: 20px;
}

.section_page .book_list .book {
    display: block;
    width: 100%;
    height: 277px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section_page .book_list .book:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.section_page .book_list .ttl {
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.section_page .book_list .date {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.section_page .book_list .link {
    background: #ffe959;
    color: #323232;
    width: 172px;
    height: 44px;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto;
}

.section_page .book_list .link:hover {
    background: #323232;
    color: #ffe959;
}

.section_page .head_ttl {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 1em;
}

.section_page .txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 3.5em;
    font-weight: 500;
}

.section_page .txt .link {
    border-bottom: 1px solid #ff5a90;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
}

.section_page .txt .link:hover {
    color: #ff5a90;
    border-bottom: 1px solid transparent;
}

.section_page .ad_table {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #323232;
    border-top: 1px solid #323232;
    margin-bottom: 40px;
}

.section_page .ad_table td {
    border-right: 1px solid #323232;
    border-bottom: 1px solid #323232;
    padding: 10px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
}

.section_page .notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.section_page .notes .note {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-right: 20px;
}

.section_page .notes img {
    width: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.section_page .contact_us {
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
}

.section_page .sub {
    margin-bottom: 30px;
    font-size: 1.4rem;
}

.cont.contList .sectionList.special_list .contTitHead {
    margin-bottom: 80px;
}

.cont.contList .sectionList.special_list .contTitHead:before {
    top: calc(100% + 15px);
}

.cont.contList .sectionList.special_list .contTit {
    font-family: "Libre Baskerville", serif;
    font-size: 4.8rem;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.cont.contList .sectionList.special_list .contTit .mini {
    /*font-family: "Noto Sans JP", sans-serif;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic",
        "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    color: #323232;
}

.cont.contList .sectionList.special_list .contTit:after {
    top: calc(100% + 15px);
}

.cont.contList .sectionList.special_list .articlesList ul {
    margin-bottom: 26px;
}

.cont.contList .sectionList.special_list .articlesList li {
    width: calc((100% - 31px) / 2);
    margin-bottom: 30px;
}

.cont.contList .sectionList.special_list .articlesList li:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
}

.cont.contList .sectionList.special_list .articlesList li:nth-child(2n) {
    margin-left: 30px;
}

.cont.contList .sectionList.special_list .articlesList li.paginate_button:nth-child(2n) {
    margin-left: 0;
}

.cont.contList .sectionList.special_list .articlesList .img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 1px solid #323232;*/
    /*background-size: cover;
    padding-top: 66.6%;*/
    background-size: cover;
    background-position: center center;
    padding-top: 56.25%;
    width: 100%;
}

.cont.contList .sectionList.special_list .articlesList .img:hover {
    /*background-size: 110%;*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cont.contList .sectionList.special .contTitHead {
    margin-bottom: 90px;
}

.cont.contList .sectionList.special .contTitHead:before {
    content: none;
}

.cont.contList .sectionList.special .contTit {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.cont.contList .sectionList.special .contTit:before {
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background: #323232;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
}

.cont.contList .sectionList.special .contTit:after {
    display: block;
    width: 50px;
    height: 1px;
    background: #323232;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    position: static;
    -webkit-transform: none;
    transform: none;
}

.cont.contList .sectionList.special .face {
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 478px;
    margin-bottom: 40px;
}

.cont.contList .sectionList.special .catch {
    text-align: left;
    line-height: 2;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}

/*.magazinesDetailList img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

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

.contact_page .contLeft {
    width: 100%;
    max-width: initial;
    float: none;
}

.contact_page .heading {
    text-align: center;
}

.contact_page .sub {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.contact_page form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.contact_page table {
    width: 100%;
    margin-top: 30px;
    font-family: "Lato", sans-serif;
}

.contact_page table.row1 th {
    width: 38%;
    vertical-align: middle;
}

.contact_page table th {
    font-size: 12px;
    letter-spacing: 0.12em;
    font-weight: normal;
}

.contact_page table.row1 td {
    width: 62%;
    padding: 5px 0;
}

.contact_page table td {
    font-size: 12px;
    letter-spacing: 0.06em;
    font-weight: normal;
}

.contact_page table td input[type="text"] {
    width: 100%;
    padding: 18px;
    font-size: 12px;
    letter-spacing: 0.12em;
    border: none;
    background: #f1f1f1;
    box-sizing: border-box;
}

.contact_page table td input[type="text"],
.contact_page table td select {
    width: 100%;
}

.contact_page table td textarea {
    width: 100%;
    padding: 18px;
    font-size: 12px;
    letter-spacing: 0.12em;
    border: none;
    background: #f1f1f1;
    box-sizing: border-box;
    resize: vertical;
}

.contact_page .authFormSubmit {
    margin-top: 45px;
}

.contact_page form>div {
    width: 100%;
    padding: 5px 0;
    display: table;
}

.contact_page form input {
    font-size: 12px;
    letter-spacing: 0.06em;
    font-weight: normal;
}

.authFormSubmit input,
.authFormSubmit a {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border: none;
    background: #000;
    box-sizing: border-box;
    transition: all 0.4s ease;
}

::placeholder {
    color: #757575;
    font-size: 13px;
}

/* send */
.contact_page.contact_pageSend {
    width: 100%;
    max-width: 600px;
    border: 1px solid #000000;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.contact_page.contact_pageSend .sectionContact {
    min-height: 50vh;
    border: 3px solid #000000;
}

.contact_page.contact_pageSend .contTitHead {
    margin-top: 75px;
}

.contact_page.contact_pageSend .contTit {
    border-bottom: none;
    padding-bottom: 0;
}

.contact_page.contact_pageSend .contTit span {
    display: block;
    margin-top: 50px;
}

.contact_page.contact_pageSend .authFormSubmit {
    text-align: center;
}

.authFormSubmit a {
    width: 100%;
    max-width: 300px;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding: 15px 30px;
}

.articlesList.rank ul {
    counter-reset: n 0;
}

.articlesList.rank li {
    position: relative;
}

.articlesList.rank li:before {
    counter-increment: n 1;
    content: counter(n) "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 34px;
    height: 34px;
    background: #323232;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    font-size: 1.6rem;
}

.autherDetail .imgWrap {
    display: block;
    margin: 0 auto 15px;
}

.kizi-honbun {
    line-height: 1.8;
}

.border_heading {
    border-left: 5px solid black;
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
    padding-left: 18px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.border_heading.orange {
    border-color: #ed6d35;
}

.border_heading.blue {
    border-color: #4496d3;
}

.border_heading.yellow {
    border-color: #e9bc00;
}

.border_heading.pink {
    border-color: #f5b2ac;
}

.border_heading.green {
    border-color: #9fc24d;
}

.border_heading.cherry {
    border-color: #ff5a90;
}

.profile_box {
    border: 1px solid #3c3c3c;
    padding: 60px;
    margin-bottom: 35px;
    display: -ms-grid;
    display: grid;
}

.profile_box.colored {
    position: relative;
    background: #f5f5f5;
    border: none;
    overflow: hidden;
}

.profile_box.colored:before {
    content: "";
    border-style: solid;
    border-color: transparent transparent transparent #ffe959;
    border-width: 62px 132px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.profile_box.colored.face .ttl {
    border-color: white;
}

.profile_box .ttl {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
    padding-bottom: 13px;
    margin-bottom: 30px;
    border-bottom: 1px solid #323232;
}

.profile_box .pos {
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    margin-bottom: 1em;
}

.profile_box .job {
    margin-bottom: 40px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.profile_box .about {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
}

.profile_box.face {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile_box .img_wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    /*height: 200px;*/
    background-size: cover;
    margin-right: 40px;
}

.product_link {
    background: #323232;
    /*width: 220px;*/
    height: 50px;
    border-radius: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white !important;
    /*margin-bottom: 70px;*/
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 15px;
}

.product_link:hover {
    opacity: 0.7;
}

.product_link.yellow {
    color: #323232 !important;
    background: #ffe959;
}

.product_link.pink {
    color: #323232 !important;
    background: #ff5a90;
}

.article_point {
    background: #f5f5f5;
    padding: 50px 60px;
    margin-bottom: 60px;
    display: -ms-grid;
    display: grid;
}

.article_point .ttl {
    color: #ff5a90;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 2.4rem;
    margin-bottom: 23px;
}

.article_point .points {
    border-top: 1px solid white;
    padding-top: 23px;
}

.article_point .list {
    border-bottom: 1px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 12px;
}

.article_point .list:not(:last-child) {
    margin-bottom: 23px;
}

.article_point .head {
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    margin-right: 18px;
}

.article_point .head .num {
    color: #ff5a90;
    font-size: 3rem;
}

.article_point .con {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.detail_table {
    width: 100%;
    border-collapse: collapse;
    /*margin-bottom: 100px;*/
}

.detail_table .tr {
    border-bottom: 1px solid white;
}

.detail_table .th {
    width: 200px;
    background: #575757;
    color: white;
    padding: 25px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    border-right: 1px solid white;
}

.detail_table .td {
    background: #f5f5f5;
    color: black;
    padding: 25px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
}

.magazinesDetail {
    background: none;
}

.magazinesDetail .txtWrap {
    color: #323232;
}

.magazinesDetail .contBtn a:before {
    content: none;
}

.magazinesDetailList .contBtn a:before {
    content: none;
}

.contTitHead.autherDetail_page {
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 120px;
    margin-top: 60px;
}

.contTitHead.autherDetail_page:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #323232;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
}

.contTitHead.autherDetail_page .contTit {
    display: inline-block;
    text-align: center;
    font-family: "Libre Baskerville", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
        "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: 0.1em;
    position: relative;
    font-size: 3.6rem;
    font-weight: bold;
}

.contTitHead.autherDetail_page .contTit:after {
    content: "";
    width: 130%;
    height: 6px;
    background: #ff5a90;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.articlesList.autherDetail_page li {
    width: calc((100% - 30px) / 3);
}

.articlesList.autherDetail_page li:nth-of-type(2n) {
    margin-left: 0;
}

.articlesList.autherDetail_page li:nth-of-type(3n-1) {
    margin-left: 15px;
    margin-right: 15px;
}

.articlesList.autherDetail_page li:nth-child(odd) {
    clear: none;
}

.articlesList.autherDetail_page .img {
    padding-top: 100%;
}

.articleGalleryImg .meta {
    font-size: 1.3rem;
}