@charset "UTF-8";
:root{
    --head-logo-height:4.6rem;
    --base_size:1px;
}
/* コンポーネント */

h1{
    font-size:28px;
}

h2{
    font-size:24px;
}

h3{
    font-size:20px;
}

h4{
    font-size:18px;
}

h5{
    font-size:16px;
}

.viewer.button{
    margin: 0 30px 0 0;
}

.gray-back{
    padding-top:min(40px,3.7vw);
    padding-bottom:min(40px,3.7vw);
}

/* コンポーネント */

/* ヘッダ */
.header-up{
    width: min(90vw,1080px);
}

.header-up>div {
    left: 1rem;
    min-width: 33%;
}

.header-button {
    font-size:11px;
}

.header .logo img{
    width:195px;
    height:var(--head-logo-height);
    margin-bottom: 10px;
}

.menu_box{
    height: calc(100vh - calc(var(--head-logo-height)-2rem));
    width: 110vw;
    left: -10vw;
    padding-left: 10vw;
    top: calc(var(--head-logo-height)*1);
}

.menu_box .category {
    font-weight: 800;
    margin: 1.6rem;
}

.navigation-bar {
    margin-bottom: -2px;
}

.menu_box .footer-link {
    margin: 3.2rem auto 0;
    padding-top: 3.2rem;
    width: min(90vw,1080px);
}

.footer{
    margin-top: 0;
}

.footer-link {
    margin-top: 1rem;
    line-height: 2rem;
    text-align: center;
}

.footer-logo img{
    width: 7.4rem;
    height: 2.6rem;
}

.menu_box .footer-link .footer-link{
    margin-top:3rem;
}

.menu_box .footer-link >span {
    line-height: 3rem;
    padding: 0 1rem;
}

.menu_box .footer-br {
    display: none;
}

.footer .footer-link > span {
    font-size: 12px;
    padding: 0 0.5rem;
}

.footer .footer-link > span + span {
    border-left: solid 0.5px var(--gray);
}

.footer .footer-link > span > a {
    color: gray;
}

.menu_box .header-function{
    display: none;
}

.navigation-bar .category-list {
    max-width:600px;
    min-width:390px;
    margin-bottom: 0.5rem;
}

.category {
    font-size: 14px;
    color: var(--dark-gray);
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100px;
    min-width: 100px;
    position: relative;
}

.main-content{
    min-width: 1060px;
}

.index .post-bar {
    width: 554px;
}

.category:after {
    background-color: var(--spa-red);
    width: 0;
    content: "　";
    top: 1.5rem;
    position: absolute;
}

.category:hover:after {
    width: 100%;
}

.breadcrumbs{
    width: min(90vw,1080px);
    font-size: 12px;
    margin-bottom: 0.6rem;
}
/* ヘッダ */

#about .plan{
    padding-top:2.6rem;
    padding-bottom:3rem;
}

.gravure .post-list img{
    width: min(23.5vw,250px);
    height: min(375px,35.3vw);
}

.copyright {
    margin-top: 3.2rem;
    margin-bottom: 1.4rem;
}

.plan_name {
    font-size:2rem;
}

#about .campaign {
    width: 40rem;
}

#about div.plan_start{
    margin-top: 0.8rem;
}

#about .button_free_plan_register {
    margin-top: 0.8rem;
}

#about div.footnote {
    margin-top: 0.6rem;
}

#about .monthly {
    width: 602px;
}

#about .campaign .price{
    font-size:24px;
}

#about .campaign_price{
    font-size:44px;
}

#about .plan_description{
    margin-top:8px;
}

#about .list-body .table-content {
    font-size:28px;
}

#about .list-head >div,
#about .list-body .table-content{
    height:80px;
}

#about #comparison div.plan_list {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.table-plan {
    font-size: 14px;
    height: 80px;
}

.list-head{
    font-size:13px;
}

.slide.white.gravure.recommend.widget .swiper .swiper-wrapper .swiper-slide a {
    width: min(400px,37.7vw);
}

.slide.white.gravure.recommend.widget .swiper .swiper-wrapper .swiper-slide a + a {
    background: linear-gradient(to top, #000000d1, transparent);
    border-radius: 0 0 calc(var(--base_size) * 20) calc(var(--base_size) * 20);
    padding: 8rem 1rem 4rem 1rem;
}

.slide.white.recommend.widget .swiper .swiper-wrapper .swiper-slide a {
    word-wrap: break-word;
    width: min(520px, 36.11111vw);
}

.slide.white.recommend.widget .swiper .swiper-wrapper .swiper-slide a + a {
    padding: 0 calc(var(--base_size) * 20);
}

.slide.recommend .swiper-slide img{
    width: min(520px, 36.11111vw);
    height: min(520px, 36.11111vw);
}

.slide:not(.gravure) .swiper-slide{
    width: auto;
}

.slide.recommend {
    width: 100vw;
}

.slide.recommend .swiper{
    width: 100%;
}

.post-list.new-posts{
    width:1100px;
}

.new-posts.gray-back .post_list_widget img {
    width: 250px;
    height: 202px;
}

.new-posts .post-div img::before {
    font-size: min(12px,11vw);
    --width:min(48px,4.5vw);
    border-radius: calc(var(--width) / 2 );
}

.gravure.new-posts.widget.gray-back {
    padding-bottom: min(40px,10.2vw);
}

.gravure.recommend.widget .swiper-slide {
    width: min(400px,37.7vw);
    height: min(600px,56.6vw);
}

.post-list.archive{
    width: 1100px;
}

.gravure-tab {
    width: min(1060px,100vw);
    padding: 0 min(90px,8.4vw);
    margin: min(26px,2.4vw) auto min(30px,2.8vw);
}

.gravure-tab .tab {
    width: min(430px,40.5vw);
    height: min(54px,5vw);
}

#Search-form input#s {
    background-size: 15px;
    padding-left: 47px;
    width: 430px;
    height: 40px;
    margin-right: 11px;
    background-position-x: 11px;
}

form#Search-form{
    height: 120px;
    width: 1100px;
    margin-bottom: 20px;
}

button#s {
    width: 80px;
    height: 40px;
    font-size: 15px;
}

.single-right {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: column;
}

.single-right img {
    width: 330px;
    height: 495px;
    margin-right: 30px;
    margin-bottom: 16px;
}

.magazine .single-right img {
    width: 330px;
    height: 435px;
    margin-right: 30px;
    margin-bottom: 16px;
}

.single-left {
    width: 520px;
}

.tag-list .tag {
    min-width: 80px;
    padding: 0 15px;
    margin: 3px 6px 3px 0;
    text-align: center;
}

.magazine_no{
    font-size:15px;
}

.initial_button>label {
    font-size: 12px;
    min-height: 40px;
    min-width: 40px;
    border-radius: 40px;
    padding: 11px 13px;
    margin: 2px;
}

.single.magazine .post-div img{
    width: 250px;
    height: 202px;
}

.gravure .post-div .post-title,
.gravure .post-div img,
.gravure .post-div a{
    width: 250px;
}

.gravure .post-div img{
    height: 375px;
}

.free-html {
    margin: 40px auto;
}

.talent_div {
    margin: 10px;
}

.talent_div img{
    height:100px;
    width:100px;
}

.w_spa.post_list_widget .post-title {
    padding: 0 5px;
    max-width: 250px;
    width: 100%;
}

.index {
    font-size:20px;
    padding-bottom: 9px;
    margin-top:46px;
    margin-bottom:10px;
}

.original.widget.gray-back .post-div{
    margin:28px 10px;
}

.original.widget.gray-back a,
.original.widget.gray-back img{
    width:250px;
}

.original.widget.gray-back img{
    height:250px;
}

.original.widget.gray-back .post-list.new-posts{
    min-width: 1100px;
}

.single{
    width:880px;
}

.author_div img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.author_div {
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: 800;
    margin: 1rem 0 0;
}

.next-page {
    height: 60px;
    width: 160px;
    font-size:14px;
}

span.next-title {
    padding-left: 20px;
    height: 60px;
    width: 720px;
}

.category-under-line {
    width: 115px;
}

.category-list .category {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
    flex-flow: nowrap;
}

.contents .post-div img,
.index .post-div>a>img {
    width: 300px;
    height: 242px;
}

.index .post-div{
    width:880px;
}

.post-text div {
    width: 554px;
}

.post-div .category-icon {
    width: 90px;
    font-size: 12px;
    height: 19px;
}

.post-div .content-date{
    font-size: 12px;
    height: 19px;
    padding: 0 1rem 0 0;
}

.entry-content {
    font-size: 15px;
}

.magazine-div img {
    width: 300px;
    height: 395px;
    border-width: 0 20px;
}

select#magazine_year {
    height: 40px;
    width: 180px;
    padding-left: 18px;
}

.pager {
    font-size: min(14px,1.3vw);
    height: min(60px,5.6vw);
    width: min(520px,49vw);
    margin:min(40px,4.6vw) auto min(60px,5.6vw) auto;
}

.pager-select::after {
    width: 1em;
    height: 1em;
    border-width: 0 2px 2px 0;
    right: 15px;
    TOP: 16px;
}

.new-posts.gravure .swiper-slide {
    transform: translateX(57%);
}

.new-posts.gravure .comics .swiper-slide {
    transform: translateX(10%);
}

#slide-articles-2.slide.recommend .swiper-slide {
    transform: translateX(-52%);
}

#gravure .slide.recommend .swiper-slide {
    transform: translateX(calc((100% + 20px) * -1));
}

.ranking .swiper-slide img {
    width: 180px;
    height: 270px;
}

.swiper-pagination .swiper-pagination-bullet {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.ranking .swiper-button-prev,
.ranking .swiper-button-next {
    max-width: 2rem !important;
    max-height: 2rem !important;
    min-width: 2rem !important;
    min-height: 2rem !important;
}

.ranking .swiper-button-prev::after {
    font-size: var(--swiper-navigation-size) / 2 !important;
    transform: translateX(-25%);
}

.ranking .swiper-button-next::after {
    font-size: var(--swiper-navigation-size) / 2 !important;
    transform: translateX(25%);
}

.gravure.new-posts.gray-back {
    width: 100%;
}

.gravure-tab a[disabled="true"] .tab {
    border-top: none;
    border-left: none;
    border-right: none;
}

.single-main .single-left h2 {
    margin-block-start: 0px;
}

.breadcrumbs a {
    color: gray;
}

.talent-list.archive .list {
    width: min(90vw,1080px);
}

.talent-list.archive .list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.ranking.gravure .new-posts.ranking_widget {
    width: min(90vw,1080px);
}

.category-list .post_category {
    display: flex;
}

.category-list .post_category * {
    margin: 0 0.05vw;
}

.ranking.black.widget .new-posts.ranking_widget .swiper-slide img {
    width: 220px;
    height: 177px;
}

.ranking.black.gravure.widget .new-posts.ranking_widget .swiper-slide {
    margin-right: 0px !important;
}

.ranking.black.gravure.widget .new-posts.ranking_widget .swiper-slide img {
    width: 180px;
    height: 270px;
}

.slide.white.recommend.widget {
    position: relative;
}

.slide.white.recommend.widget .swiper-button-prev {
    top: min(280px, 19.44444vw);
    left: calc((100vw * 0.5) - min(575px, (36.11111vw + 60px)));
}

.slide.white.recommend.widget .swiper-button-prev:after {
    font-size: 20px;
}

.slide.white.recommend.widget .swiper-button-next {
    top: min(280px, 19.44444vw);
    right: calc((100vw * 0.5) - min(575px, (36.11111vw + 60px)));
}

.slide.white.recommend.widget .swiper-button-next:after {
    font-size: 20px;
}

.slide.white.gravure.recommend.widget .swiper-button-prev {
    left: calc((100% - 1240px) / 2 - var(--swiper-navigation-size));
}

.slide.white.gravure.recommend.widget .swiper-button-prev:after {
    font-size: 20px;
}

.slide.white.gravure.recommend.widget .swiper-button-next {
    right: calc((100% - 1240px) / 2 - var(--swiper-navigation-size));
}

.slide.white.gravure.recommend.widget .swiper-button-next:after {
    font-size: 20px;
}

.post-list.index ~ .ranking.black.widget {
    padding-top: 0;
    padding-bottom: min(40px,3.7vw);
}

.widget.w_spa.gray-back,
.widget.new-posts.gray-back {
    width: 100vw;
    padding-top: 0px;
    margin-bottom: 0px;
}

.gravure.new-posts.widget.gray-back {
    margin-bottom: 2.6rem;
}

.Individual.single.gravure .post-list.new-posts .post-title,
.gravure.new-posts .post-list.new-posts .post-title {
    font-size: 16px;
}

.Individual.single.gravure .gray-back .free-html [src^="https://www.youtube.com"] {
    width: 880px;
    height: 495px;
}

.Individual.single.magazine .gray-back .free-html [src^="https://www.youtube.com"] {
    width: 880px;
    height: 495px;
}

.ranking.black.widget .new-posts.ranking_widget {
    width: min(90vw,1060px);
}

.widget.w_spa .new-posts.w_spa_list_widget.no-swiper-button,
.widget.black.new-posts.gravure.blue-back .w_spa.post_list_widget.no-swiper-button {
    width: min(90vw,1010px);
}

.w_spa_list_widget .new::before {
    top: 0px;
    font-size: 13px;
    position: relative;
    order: 3;
    margin-right: auto;
}

.widget.black.new-posts.gravure.blue-back {
    box-shadow: 0px 7.5px 15px 0px rgba(0, 0, 0, 0.15);
}

.ranking.black.gravure.widget .new-posts.ranking_widget {
    position: relative;
}

.ranking.black.gravure.widget .new-posts.ranking_widget .swiper-button-prev {
    top: 50%;
    left: -5%;
}

.ranking.black.gravure.widget .new-posts.ranking_widget .swiper-button-next {
    top: 50%;
    right: -5%;
}

.ranking.black.widget .new-posts.ranking_widget {
    position: relative;
}

.ranking.black.widget .new-posts.ranking_widget .swiper-button-prev {
    top: 38%;
    left: -5%;
}

.ranking.black.widget .new-posts.ranking_widget .swiper-button-next {
    top: 38%;
    right: -5%;
}

#gravure-slide-articles-2,
#gravure-slide-articles-2 .swiper,
#gravure-slide-articles-2 .swiper-wrapper {
    width: 100%;
    overflow: visible;
}

.gravure.center,
#gravure.gravure_top {
    width: 100%;
}

.single .content h1 {
    margin-block-start: -1rem;
}

.post-list.search {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 5rem;
}

.post-list.search .post-div {
    left: -1rem;
    padding: 0 0;
    margin: 1rem 1rem;
}

.post-list.search .post-div .post-title {
    width: 100%;
    padding: 0 0.5rem;
}

.last-series .title-text {
    margin-top: 22px;
}

.last-series .last-series-post,
.last-series .move-series,
.last-series .title-text {
    margin-left: 40px;
}

.last-series-bottom {
    padding-left: 40px;
}

.last-series .series-list {
    margin: 5px 0;
}

.move-series {
    margin: 10px 0;
}

.widget.black.new-posts.gravure.blue-back .w_spa.post_list_widget {
    position: relative;
}

.widget.black.new-posts.gravure.blue-back .w_spa.post_list_widget .swiper-button-prev {
    top: 40%;
    left: -5%;
    max-width: 2rem !important;
    max-height: 2rem !important;
    min-width: 2rem !important;
    min-height: 2rem !important;
}

.widget.black.new-posts.gravure.blue-back .w_spa.post_list_widget .swiper-button-prev:after {
    font-size: var(--swiper-navigation-size) / 2 !important;
    transform: translateX(-25%);
}

.widget.black.new-posts.gravure.blue-back .w_spa.post_list_widget .swiper-button-next {
    top: 40%;
    right: -5%;
    max-width: 2rem !important;
    max-height: 2rem !important;
    min-width: 2rem !important;
    min-height: 2rem !important;
}

.widget.black.new-posts.gravure.blue-back .w_spa.post_list_widget .swiper-button-next:after {
    font-size: var(--swiper-navigation-size) / 2 !important;
    transform: translateX(25%);
}

.sns-box .entryInfo .social {
    margin-top: 1rem;
}

.sns-box .entryInfo .social > * {
    min-width: 110px;
    max-width: 120px;
    margin-right: 0.5rem;
}

.sns-box .entryInfo .social .fb-share-button {
    display: flex;
}

.gravure.center .talent-list.archive {
    margin-bottom: 3rem;
}

div#gravure.gravure_top>h1 {
    margin-top: 0;
}

.single .content .sns-box {
    white-space: normal;
    margin-top: -2rem
}

.single .content .tag-box {
    font-size: 13px;
    margin-top: -2rem;
    white-space: normal;
}

.single .content .tag-box .tag-list {
    margin: 6px 0 0 0;
}

.Individual.single.magazine .post-list.new-posts .post-div .post-title {
    padding: 0 5px;
    max-width: 250px;
    width:100%;
}

.post-list.index .original.new-posts.widget.gray-back {
    margin: 1vw 0 1vw;
    padding-bottom: 0;
}

.post-list.index .original.new-posts.widget.gray-back .post-list.new-posts .post-div a + a {
    font-size: 14px;
    padding: 0 5px;
    text-align: left;
}

.single .ranking.black.widget.gray-back {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0;
    margin-top: -1rem;
}

.select-year {
    width: 1020px;
}

.recommend_comic{
    width: 1140px;
}

.magazine.post-list {
    width: 1140px;
    max-width: 1140px;
    justify-content: space-around;
}

.magazine.post-list .magazine-div{
    width: calc(calc(1140px / 3) - 40px);
}

.magazine.post-list .magazine-div img {
    box-sizing: content-box;
}

.magazine.post-list .magazine-div .post-title {
    width: 85%;
}

.recommend_comic {
    width: 1140px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.recommend_comic .post-list img{
    max-width: 100%;
}

.recommend_comic .post-div {
    width: 25%;
}

.post-list.tag img{
    width: 250px;
    height: 375px;
}

.post-list.tag .post-title{
    width: 250px;
}

.author-area {
    display: flex;
    justify-content: flex-start;
    width: 880px;
    padding: min(10px,1vw);
}

.post-div .author_div img,
.author-area > img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

.author-area .author-name {
    align-self: center;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 5px;
    margin: 0 0 0 10px;
}

.feature-group-area,
.series-group-area,
.post-tag-name {
    width: 880px;
    padding: min(10px,1vw);
}

.feature-group-area .feature-group-title,
.series-group-area .series-group-title,
.post-tag-name .post-tag-title {
    font-size: 2rem;
    font-weight: bold;
}

.qa .a a {
    display: contents;
}

.amazon>a {
    padding: 1em 0.5em;
}

.amazon>a>div:nth-child(2) {
    padding-left: 2.5em;
    justify-content: center;
    row-gap: 0.7rem;
}

.logo{
    font-size: 14px;
    align-items: center;
}

.banner-area {
    justify-content: unset;
}

.banner-area {
    width: min(1100px,80vw);
    justify-content: space-between;
}

.feature .banner-area .banner:nth-child(1){
    max-width: 100%;
    width: 100%;
}

.banner-area .banner{
    width: 30%;
}

.feature .banner-area .banner{
    width: 45%;
}

.recommend-post .posts {
    justify-content: space-between;
    align-items: start;
    flex-flow: row;
    width: min(1100px,80vw);
}

.recommend-post .posts>div {
    width: 24%;
}
.recommend-post img {
    width: 100%;
    height: auto;
}