body {
    /*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;
}

a:hover {
    opacity: 1;
}

.pcOnly {
    display: none;
}

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

header.header {
    width: 100%;
    background: #ffe959;
    padding: 0 0 40px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

header.header.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #fff8b9;
}

header.header .headerTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header.header .headerTop>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .navBtn {
    position: absolute;
    top: 10px;
    right: 0;
    width: 53px;
    height: 53px;
    background: url(../img/btn_nav_open.svg) no-repeat center;
    background-size: contain;
    border: 0;
    outline: none;
    z-index: 20;
    margin: 0;
}

header .navBtn:before {
    content: none;
}

header .navBtn:after {
    content: none;
}

header .navBtn.jscNavClose {
    position: absolute;
}

.headerLogo {
    width: 65vw;
    padding-top: 8%;
    margin-left: 5%;
}

.navWrap {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 30;
}

.navWrap .header {
    position: relative;
}

.navWrap.show {
    right: 0;
    overflow-y: scroll;
}

.navWrap.show header .navBtn {
    background: url(../img/btn_nav_close.svg) no-repeat center;
}

.navWrapInner {
    background-color: #ffe959;
    height: calc(100vh - 100px);
    padding: 0;
}

.navWrapInner .gnavList {
    display: block;
    padding: 0 5% 40px;
}

.navWrapInner .gnavList.active {
    padding: 0 5%;
}

.navWrapInner .gnavItem {
    border-bottom: 1px solid #323232;
    padding-bottom: 1em;
    font-size: 1.4rem;
}

.navWrapInner .gnavItem:not(:last-child) {
    margin-bottom: 1em;
}

.navWrapInner .gnavLink {
    display: block;
}

.navWrapInner .gnavLink:hover {
    opacity: 1;
}

.navWrapInner .gnavLink.last {
    position: relative;
    z-index: 30;
}

.navWrapInner .gnavLink.last:before {
    content: "";
    border-right: 2px solid #323232;
    border-bottom: 2px solid #323232;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    z-index: 1;
}

.navWrapInner .gnavLink.last.active:before {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}

.navWrapInner .lower_nav {
    display: none;
    padding: 0 5% 2em 20%;
    background: #ffe959;
}

.navWrapInner .lower_nav.show {
    display: block;
}

.navWrapInner .lower_nav .lower_item {
    border-bottom: 1px solid #323232;
    border-left: 1px solid #323232;
    padding: 0.8em 0.5em;
    font-size: 1.2rem;
    background: white;
}

/*.navWrapInner .lower_nav .lower_item:not(:last-child) {*/
/*  margin-bottom: 0.5em;*/
/*}*/

.navWrapInner .lower_nav .lower_item:first-child {
    padding-top: 1.5em;
}

.navWrapInner .footer {
    margin-top: 0px;
}

.headerTop {
    background: none;
}

.headerBottom {
    background: none;
    margin: 0 auto;
}

.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: 100%;
    min-width: auto;
    top: 100%;
    left: 0;
    background: #ffe959;
    border-left: 2px solid #323232;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.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 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 a {
    color: #323232;
}

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

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

.headerFixed .headerTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.headerFixed .headerTop>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.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: 90vw;
    height: 40px;
    margin: 0 auto 20px;
}

.navSearch {
    width: 90vw;
    margin: 0 auto 15px;
    position: relative;
}

.navSearch input[type="text"] {
    border: 1px solid #323232;
    padding: 5px;
    width: 86vw;
    border-radius: 0;
    height: 36px;
    box-sizing: border-box;
}

.navSearch button {
    background: #323232;
    padding: 10px 10px;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    height: 36px;
}

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

.navAboutus {
    width: 90vw;
    margin: 0 auto 15px;
    position: relative;
    text-align: right;
    font-size: 1.4rem;
}

.cont {
    padding: 0 5%;
    margin: 0;
}

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

.contBtn a {
    background: #323232;
    letter-spacing: 0.2em;
    padding: 15px 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;
}

.adSide {
    padding: 0 5%;
}

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

.adSide img {
    width: 100%;
    display: block;
}

.pager {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 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: 24px !important;
    height: 24px;
    margin-bottom: 0 !important;
}

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

.pager .paginate_button:nth-of-type(2n) {
    margin-left: 0 !important;
}

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

.pager .paginate_button.prev a {
    width: 24px;
    height: 24px;
    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.prev img {
    width: 50%;
}

.pager .paginate_button.next a {
    width: 24px;
    height: 24px;
    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 img {
    width: 50%;
}

.pager .paginate_button.active 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.2rem;
    letter-spacing: 0.2em;
    padding-left: 2px;
    padding-top: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer {
    margin-top: 60px;
    padding: 6% 5% 25%;
    position: relative !important;
}

.footer:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #323232;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.footer .scrollTop {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    background: #ffe959;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    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;
}

.footer .scrollTop span {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
    font-size: 1.1rem;
    position: relative;
}

.footer .scrollTop span:before {
    content: "";
    border-right: 1px solid #323232;
    border-bottom: 1px solid #323232;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 110%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0) rotate(-135deg);
    transform: translate(-50%, 0) rotate(-135deg);
}

.footer .scrollTop:hover {
    opacity: 1;
}

.footerInner {
    position: relative;
    z-index: 1;
}

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

.footerTop>div {
    display: block;
}

.footerTopIn {
    padding: 0;
}

.footerTopIn>div {
    display: block;
}

footer .footerLogo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 8px auto 32px;
}

.footerLogo a {
    display: block;
    width: 10%;
    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 .sp_footer_twitter_icon {
    width: 8%;
}

.footerLogo img {
    display: block;
    width: 100%;
}

.footerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.footerList .footerListItem {
    width: calc((100% - 15px) / 2);
    border-bottom: 1px solid white;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

.footerList .footerListItem:nth-child(2n) {
    margin-left: 15px;
}

.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((300 / 375) * 100vw);
}

.mv .heading {
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    font-size: 3rem;
    letter-spacing: 0.1em;
    position: absolute;
    top: 0.05em;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 11;
}

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

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

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

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

.slide .slideLink:hover .slideImage {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

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

.slide .slideImageWrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(41%, transparent), to(white));
    background: linear-gradient(180deg, transparent 41%, white);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.slide .slideImage {
    width: 100%;
    height: calc((300 / 375) * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

.slide .txtBoxWrap {
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.slide .txtBox {
    position: absolute;
    bottom: calc(5% + 5px);
    left: 5%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    padding: 7% 0 0 0;
}

.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;
    /*padding: 6px 12px;*/
    margin-right: 8px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #323232;
    width: 100px;
    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;
}

.slide .ico_lock {
    display: block;
    width: 28px;
    height: 28px;
    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: 10px;
    height: 16px;
    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 10px;
    height: 28px;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    color: #ff5a90;
}

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

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

.slide .slick-prev {
    top: 40%;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background: #323232;
    z-index: 5;
    width: 25px;
    height: 25px;
}

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

.slide .slick-next {
    top: 40%;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background: #323232;
    z-index: 5;
    width: 25px;
    height: 25px;
}

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

.slick-dots {
    bottom: -15%;
    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: 20% 5% 5%;
    /*background: #ffe959;*/
}

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

.index_life:after {
    content: "";
    position: absolute;
    top: 23%;
    left: 0;
    width: 100vw;
    height: 20%;
    background: #f1f1f1;
    z-index: -1;
}

.index_life .addHead {
    margin: 15px auto 40px;
}

.index_life .heading {
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    font-size: 3rem;
    letter-spacing: 0.1em;
    position: absolute;
    top: 0.05em;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -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;
    margin: 0 auto 30px;
}

.index_life .articles_list li {
    width: calc((100% - 15px) / 2);
    margin-bottom: 45px;
}

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

.index_life .articles_list a:hover .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

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

.index_life .articles_list .img {
    width: 100%;
    height: calc((90vw - 15px) / 2);
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

.index_life .articles_list .cat {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff5a90;
    /*padding: 6px 10px;*/
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    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;
    font-weight: bold;
}

.index_life .articles_list .sns {
    position: absolute;
    bottom: 8px;
    left: 6px;
    z-index: 2;
    height: 35px;
}

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

.index_life .articles_list .trigger:before {
    content: "";
    width: 15px;
    height: 16px;
    background: url("../img/share.svg") no-repeat center;
    background-size: cover;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 45px;
    left: -4px;
    z-index: -1;
}

.index_life .articles_list .hide_sns.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 2;
}

.index_life .articles_list .hide_sns .list {
    width: 0;
    margin-bottom: 0;
}

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

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

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

.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 center;
    background-size: cover;
    width: 18px;
    height: calc((84 / 87) * 18px);
}

.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: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.2em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px 0;
}

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

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

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

.index_life .adHeader {
    width: 90vw;
    height: calc((100 / 320) * 90vw);
    margin-bottom: 45px;
}

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

.index_life .adHeader a {
    width: 100%;
    height: 100%;
}

.index_life .adHeader img {
    width: 100%;
    display: block;
}

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

.index_life+.cont:before {
    content: "";
    background: #ffe959;
    height: 14%;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.topSection {
    position: relative;
    padding: 20% 0;
}

.topSection li:first-of-type .img {
    margin: 0 auto;
}

.topSection .contTit {
    position: absolute;
    top: 0.1em;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    font-size: 3rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
    border-bottom: 1px solid #323232;
}

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

.topSection .articlesList li {
    width: calc((100% - 15px) / 2);
    margin-bottom: 45px;
}

.topSection .articlesList li:first-child {
    width: 90vw;
}

.topSection .articlesList li:first-child .img {
    display: block;
    width: 90vw !important;
    height: 90vw;
}

.topSection .articlesList li:first-child .cat {
    /*padding: 10px 12px;*/
    width: 110px;
    height: 36px;
}

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

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

.topSection .articlesList a:hover .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

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

.topSection .articlesList .img {
    width: 100%;
    height: calc((90vw - 15px) / 2);
    background-size: cover;
    background-position: center;
    padding-top: 0;
    transition: all 0.5s ease;
}

.topSection .articlesList .cat {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff5a90;
    /*padding: 6px 10px;*/
    width: 100px;
    height: 30px;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    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-weight: bold;
}

.topSection .articlesList .sns {
    position: absolute;
    bottom: 8px;
    left: 6px;
    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: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

.topSection .articlesList .trigger:before {
    content: "";
    width: 15px;
    height: 16px;
    background: url("../img/share.svg") no-repeat center;
    background-size: cover;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 45px;
    left: -4px;
    z-index: -1;
}

.topSection .articlesList .hide_sns.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 2;
}

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

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

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

.topSection .articlesList .hide_sns .list:nth-of-type(2n) {
    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: 6px;
    position: relative;
}

.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 center;
    background-size: cover;
    width: 18px;
    height: calc((84 / 87) * 18px);
}

.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: 1rem;
    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 5px 0;
}

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

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

.topSection .articlesList .tit {
    line-height: 1.5;
    font-size: 1.3rem;
    /*font-weight: 500;*/
    margin: 0;
}

.ranking {
    margin: 30px 0;
    padding: 15% 5% 8%;
    background: #ffe959;
}

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

.ranking .contTitHead {
    border-bottom: none;
}

.ranking .contTit span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #323232;
    font-size: 3.2rem;
    letter-spacing: 0;
    vertical-align: 0;
    white-space: nowrap;
    position: relative;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #323232;
}

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

.ranking .sideArticlesList ul {
    counter-reset: number 0;
    padding-left: 5%;
}

.ranking .sideArticlesList li {
    position: relative;
}

.ranking .sideArticlesList li:before {
    counter-increment: number 1;
    content: counter(number) "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 28px;
    height: 28px;
    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.2rem;
}

.ranking .sideArticlesList a {
    display: block;
}

.ranking .sideArticlesList a:hover .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.ranking .sideArticlesList a>div {
    vertical-align: top;
    overflow: hidden;
}

.ranking .sideArticlesList .img {
    width: 40vw;
    height: 40vw;
    padding: 0;
    /*margin-bottom: 13px;*/
    transition: all 0.5s ease;
}

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

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

.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 {
    background: #ffe959;
    position: relative;
    padding: 12% 5%;
    margin-bottom: 30px;
}

.index_special .heading {
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 3rem;
    white-space: nowrap;
    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 {
    margin: 0 auto;
}

.index_special .list {
    width: 100%;
    margin-bottom: 20px;
}

.index_special .list:nth-child(n + 4) {
    display: none;
}

.index_special .link {
    border: 1px solid #323232;
    overflow: hidden;
}

.index_special .link:hover .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.index_special .img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}

.adHeader.list_page {
    width: 90vw;
    margin: 0 auto 40px;
    display: block;
    padding-top: 40px;
}

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

.adHeader.list_page img {
    width: 100%;
}

.cont.contList {
    padding: 0 5% 50px;
}

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

.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: 2.8rem;
    margin-bottom: 30px;
    font-weight: bold;
}

.cont.contList .sectionList .contTit:before {
    content: "";
    width: 90vw;
    height: 1px;
    background: #323232;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

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

.cont.contList .sectionList .cat_list {
    width: 90vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cont.contList .sectionList .cat_list .list {
    margin-right: 10px;
    margin-bottom: 10px;
}

.cont.contList .sectionList .cat_list .link {
    font-size: 1.2rem;
}

.cont.contList .sectionList .cat_list .link.active,
.cont.contList .sectionList .cat_list .link:hover {
    padding-bottom: 4px;
    border-bottom: 2px solid #ff5a90;
}

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

.cont.contList .articlesList li {
    width: calc((100% - 15px) / 2);
    margin-bottom: 45px;
}

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

.cont.contList .articlesList a {
    display: block;
    overflow: hidden;
}

.cont.contList .articlesList a:hover .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

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

.cont.contList .articlesList .img {
    width: 100%;
    height: calc((90vw - 15px) / 2);
    background-size: cover;
    background-position: center;
    padding-top: 0;
    transition: all 0.5s ease;
}

.cont.contList .articlesList .cat {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff5a90;
    /*padding: 6px 10px;*/
    width: 100px;
    height: 30px;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    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;
}

.cont.contList .articlesList .sns {
    position: absolute;
    bottom: 8px;
    left: 6px;
    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: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

.cont.contList .articlesList .trigger:before {
    content: "";
    width: 15px;
    height: 16px;
    background: url("../img/share.svg") no-repeat center;
    background-size: cover;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 45px;
    left: -4px;
    z-index: -1;
}

.cont.contList .articlesList .hide_sns.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 2;
}

.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.active .link {
    width: 30px;
    height: 30px;
}

.cont.contList .articlesList .hide_sns .list:nth-of-type(2n) {
    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: 6px;
    position: relative;
}

.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 center;
    background-size: cover;
    width: 18px;
    height: calc((84 / 87) * 18px);
}

.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: 1rem;
    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 5px 0;*/
    margin: 0;
    padding: 5px 0;
    background: white;
    position: relative;
    z-index: 1;
}

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

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

.cont.contList .articlesList .tit {
    line-height: 1.5;
    font-size: 1.3rem;
    /*font-weight: 500;*/
    font-weight: bold;
    margin: 0;
}

.ranking.list_page {
    background: none;
    position: relative;
    padding: 15% 0% 8%;
}

.ranking.list_page:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #ffe959;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.adHeader.detail_page {
    margin: 0 auto 40px;
    /*padding-top: 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: 50px;*/
    padding-bottom: 20px;
}

.cont.contDetail .loader {
    margin: 40px 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;
}

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

.cont.contDetail .loader .txt {
    margin-top: 20px;
    font-size: 1.2rem;
    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 {
    height: auto;
    background: none;
}

.sectionDetail .header .imgWrap .img {
    /*width: 100%;*/
    /*height: calc((450 / 850) * 100vw);*/
    margin-bottom: 10px;
    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: 15px;
}

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

.sectionDetail .header .imgWrap .imgWrapBottom .imgWrapBtn {
    background: #323232;
    width: 140px;
    height: 40px;
    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;
}

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

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

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

.sectionDetail .header .headerTop .meta .pr {
    font-size: 1rem;
    letter-spacing: 0.2em;
    background: #484340;
    color: white;
    padding: 0 8px;
    height: 24px;
    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: 10px;
}

.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: 24px;
    font-size: 1.2rem;
    background: #ff5a90;
    padding: 0 8px;
}

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

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

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

.sectionDetail .header .headerBottom .contributor .contributorIcon {
    width: 40px;
    height: 40px;
    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;
    position: absolute;
    top: 0;
    left: 0;
}

.sectionDetail .header .headerBottom .contributor .contributorInfo {
    /*margin-left: 10px;*/
    /*width: calc((100% - 40px - 10px));*/
    width: 100%;
    position: relative;
}

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

.sectionDetail .header .headerBottom .contributor .contributorInfo .contributorName {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-left: 50px;
}

.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;
    margin-left: auto;
}

.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;
    margin-left: auto;
}

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

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

.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: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 .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
}

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

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

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.sectionDetail .detail .detailInnerAd img {
    display: block;
    margin: 0 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

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

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

.sectionDetail .detail .img {
    display: block;
    margin-bottom: 30px;
    max-width: 100%;
}

.sectionDetail .next_page {
    text-align: center;
    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;
    font-size: 1.4rem;
    line-height: 1.8;
    border: 2px solid #323232;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-weight: 500;
    padding: 10px;
    letter-spacing: 0.1em;
}

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

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

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

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

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

.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: 20px;
    padding: 0 8px;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

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

.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: 30px auto 40px;
}

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

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

.sectionDetailBottom .contTit span:before {
    content: "";
    width: 30px;
    height: 4px;
    background: #ff5a90;
    position: absolute;
    top: calc(100% + 5px);
    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: 30px auto;
}

.sectionDetailBottom .sectionDetailPickup {
    margin-top: 30px;
    margin-bottom: 20px;
}

.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% - 15px) / 2);
    margin-bottom: 20px;
    float: none;
}

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

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

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

.sectionDetailBottom .sectionDetailPickup .articlesList a:hover .img {
    transform: scale(1.2);
}

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

.sectionDetailBottom .sectionDetailPickup .articlesList .img {
    width: 100%;
    height: calc((90vw - 15px) / 2);
    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.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 .sectionDetailPickup .articlesList .tit {
    line-height: 1.6;
    /*font-weight: 500;*/
    font-size: 1.4rem;
    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% - 15px) / 2);
    margin-bottom: 20px;
    float: none;
}

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

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

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

.sectionDetailBottom .sectionDetailRecommended .articlesList .img {
    width: 100%;
    height: calc((90vw - 15px) / 2);
    background-size: 100%;
    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: 30px 0;
    padding: 30px 0;
    position: relative;
}

.sideArticles:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    left: -5%;
    z-index: -1;
}

.sideArticles .contTitHead {
    border: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.sideArticles .sideArticlesList a:hover .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sideArticles .sideArticlesList .imgWrap {
    margin-right: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.sideArticles .sideArticlesList .img {
    width: 33vw;
    height: 33vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    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;
}

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

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

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

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

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

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

.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: 150px;
    height: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    margin-bottom: 40px;
}

.section_page .book_list {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.section_page .book_list .list {
    width: calc((100% - 15px) / 2);
    margin-bottom: 35px;
}

.section_page .book_list .list:nth-child(2n) {
    margin-left: 15px;
}

.section_page .book_list .wrap {
    overflow: hidden;
    height: calc((277 / 204) * (90vw - 15px) / 2);
    margin-bottom: 15px;
}

.section_page .book_list .book {
    display: block;
    width: 100%;
    height: calc((277 / 204) * (90vw - 15px) / 2);
    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.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

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

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

.section_page .book_list .link {
    background: #ffe959;
    color: #323232;
    width: 90%;
    height: 40px;
    border-radius: 20px;
    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.3rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin: 0 auto;
}

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

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

.section_page .txt .link {
    display: inline-block;
    border-bottom: 1px solid #ff5a90;
    font-weight: bold;
}

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

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

.section_page .notes {
    margin-bottom: 20px;
}

.section_page .notes .note {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2;
}

.section_page .notes img {
    width: 60%;
    margin-top: 20px;
}

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

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

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

.cont.contList .sectionList.special_list .contTit {
    font-family: "Libre Baskerville", serif;
    font-size: 2.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: 2rem;
    font-weight: 500;
    color: #323232;
}

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

.cont.contList .sectionList.special_list .articlesList li {
    width: calc((90vw - 15px) / 2);
    margin-bottom: 15px;
}

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

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

.cont.contList .sectionList.special_list .articlesList .imgWrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.cont.contList .sectionList.special_list .articlesList .img {
    width: calc((90vw - 15px) / 2);
    height: calc((230 / 410) * ((90vw - 15px) / 2));
}

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

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

.cont.contList .sectionList.special .contTit:before {
    position: static;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #323232;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
    -webkit-transform: none;
    transform: none;
}

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

.cont.contList .sectionList.special .face {
    background-repeat: no-repeat;
    background-size: cover;
    height: calc((478 / 850) * 90vw);
    margin-bottom: 20px;
}

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

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

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

.contact_page .contTitHead .contTit,
.contact_page .contTitHead+.sub {
    text-align: center;
}

.contact_page .contTitHead+.sub {
    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 {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding-top: 20px;
}

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

.contact_page table.row1 td {
    display: block;
    width: 100%;
    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: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #000000;
    margin-top: 50px;
    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;
}

.contact_page .sectionContact {
    padding-left: 20px;
    padding-right: 20px;
}

.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: 28px;
    height: 28px;
    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.2rem;
}

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

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

.border_heading {
    border-left: 4px solid black;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
    padding-left: 10px;
    margin-bottom: 30px;
    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: 5%;
    margin-bottom: 25px;
    display: -ms-grid;
    display: grid;
}

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

.profile_box.colored:before {
    content: "";
    border-style: solid;
    border-color: transparent transparent transparent #ffe959;
    border-width: 30px 60px;
    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: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #323232;
}

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

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

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

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

.product_link {
    background: #323232;
    /*width: 50%;*/
    height: 40px;
    border-radius: 20px;
    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;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 0 10px;
}

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

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

.article_point {
    background: #f5f5f5;
    padding: 5%;
    margin-bottom: 30px;
    display: -ms-grid;
    display: grid;
}

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

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

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

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

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

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

.article_point .con {
    font-size: 1.2rem;
    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 {
    background: #575757;
    color: white;
    padding: 15px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    border-right: 1px solid white;
    display: block;
}

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

.magazinesDetail {
    background: none;
}

.magazinesDetail .txtWrap {
    color: #323232;
}

.magazinesDetail .txtWrap .mazazine {
    color: #323232;
}

.magazinesDetail .txtWrap .tit {
    color: #323232;
}

.magazinesDetail .txtWrap .txt {
    color: #323232;
}

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

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

.CurrentMagazines li a {
    min-width: auto !important;
}

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

.contTitHead.autherDetail_page .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: 2.8rem;
    margin-bottom: 30px;
    font-weight: bold;
}

.contTitHead.autherDetail_page .contTit:before {
    content: "";
    width: 90vw;
    height: 1px;
    background: #323232;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

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

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

.nextViewWrap::before {
    height: 100%;
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, transparent 60%, white 100%);*/
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0)),
            color-stop(70%, rgba(255, 255, 255, 0.5032537960954446)),
            to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5032537960954446) 70%,
            rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5032537960954446) 70%,
            rgba(255, 255, 255, 1) 100%);
}

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

.articlesList ul {
    width: 100%;
    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;
}