@charset "UTF-8";
@font-face {
    font-family: 'Noto Sans JP';
    src: url('path/to/noto-sans-jp.woff') format('woff');
}

#MySPA:root{
    font-family: 'Noto Sans JP', sans-serif;
    --light-gray:#f5f5f5;
    --light-blue-gray:#f0f3f5;
    --gray:#d0d0d0;
    --spa-red:#e60011;
    --blue-gray:#b2b2b2;
    --dark-gray:#333333;

    --color-basic:#4870BA;
    --color-premium:#ED5E5E;
    --color-y_premium:#BAA062;

    --swiper-theme-color:var(--spa-red);
}

#MySPA .swiper-pagination-bullet-active{
    --swiper-pagination-bullet-size:1rem;
}

#MySPA .swiper-pagination-bullet{
    --swiper-pagination-bullet-size:.5rem;
}

#MySPA .swiper-pagination-bullet-active{
    --swiper-pagination-bullet-size:1rem;
}

html{
    max-width: 100vw;
    overflow-x: hidden;
}

body{
    margin:0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

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

img{
    object-fit: cover;
}

/* コンポーネント */
h1{
    font-weight: 700;
}

h2{
    font-weight: 700;
}

h3{
    font-weight: 700;
}

h4{
    font-weight: 700;
}

h5{
    font-weight: 700;
}

#about div.button ,
.button{
    background-color: var(--dark-gray);
    width: 16em;
    height: 3em;
    display: flex;
    justify-content: center;
    break-after: column;
    align-items: center;
    border-radius: 3em;
    color: white;
    border: none;
    margin-top:calc(var(--base_size) * 24);
}

.viewer.button{
    background-color:#F05964;
}

.button:not([disabled]):hover{
    background-color: var(--spa-red);
}

.gravure-tab a:not([disabled]):hover,
a {
    text-decoration: none;
    color: var(--dark-gray);
}

a:hover {
    color: var(--spa-red);
}

.single .content > a {
    color: var(--spa-red);
}

.single .content > h2 {
    margin-bottom: 0;
}

.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #F0F0F0;
}

.pager>a,
.pager>div.prev,
.pager>div.next {
    font-size: min(14px,1.3vw);
    width: min(160px,15vw);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: lightgray;
}

.pager>div.prev,
.pager>div.next {
    color: #F0F0F0;
}

.pager>a.page-numbers:hover,
.pager>a.post-page-numbers:hover {
        color:white;
    background-color:var(--spa-red);
}

.pager-select {
    position: relative;
    height: 100%;
    flex-grow: 1;
}

.pager-select::after {
    content: "　";
    transform: rotate(45deg);
    border: solid;
    position: absolute;
    z-index: 100;
}

.pager-select>select {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: min(18px,1.6vw);
    border: none;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
}

.pager-number {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new{
    position: relative;
}

.new::before {
    background-color: var(--spa-red);
    content: "NEW";
    color: white;
    position: absolute;
    top: 8px;
    left: 0px;
    border-radius: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
}

.social.Horizontal {
    display: flex;
}

.social iframe,
.social>* {
    max-width: 110px;
}
/* コンポーネント */
.center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
/* ヘッダ */
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-bottom-width: 1px;
    border-bottom-color: var(--gray);
    border-bottom-style: solid;
    max-width: 100vw;
    position: relative;
}

.header-up{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95vw;
    max-width: 100rem;
}

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

.header-button {
    border-width: 1px;
    border-color: var(--gray);
    border-style: solid;
    border-radius: 1.5em;
    padding: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 2px;
    min-width: fit-content;
}

.header-button.view-search{
    background-image:url("/wp-content/themes/subsc_view/includes/view/img/search.svg");
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.6rem;
    flex-flow: column;
}

.header-function {
    display: flex;
    justify-content: flex-end;
}

.header .logo img{
    width:13rem;
    height:4.6rem;
    object-fit: contain;
}

input#login:checked ~ a div.account,
input#login:checked ~ div.piano-logout,
input#not-login:checked ~ div.piano-login {
    display: block;
}

.piano_button  div.account ,
.piano_button  div.piano-login ,
.piano_button  div.piano-logout {
    display: none;
}

.breadcrumbs {
    width: 80vw;
    justify-content: start;
    display: inline-block;
    margin-top: 0.6rem;
    color: #808080;
}

.breadcrumbs>div:not(:last-child)::after {
    content: ">";
    margin: 0 .5rem;
}

.breadcrumbs div {
    display: contents;
}

.navigation-bar{
    min-width:100vw;
    margin-bottom: -5px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

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

.category-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-list a:hover {
    color: var(--dark-gray);
}

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

.category:after {
    background-color: var(--spa-red);
    width: 0;
    height: 8px;
    content: "　";
    border-radius: 4px;
    transition-duration: 0.4s;
}

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

.menu_box .category:after{
    display:none;
}

.category-list{
    width:100vw;
}

.category-under-line {
    width: calc(var(--base_size) * 80);
}

.category-list .category {
    display: flex;
    justify-content: center;
    flex-flow: column;
    width: fit-content;
}

.menu_box .category:hover:after {
    width: 0;
}

.menu_box .category-list a:hover {
    color:var(--spa-red);
}

.header input[type="radio"]{
    display: none;
}

.menu_box {
    position: absolute;
    background-color: #F7F7F7;
    z-index: 9999999;
}

.menu_box .footer-link {
    border-top: 2px solid var(--gray);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 2rem;
    margin-top: 1.6rem;
}

#open:checked~  .header-up .close ,
#open:checked~  .menu_box ,
#close:checked~ .header-up .open {
    display: none;
}

.header-menu {
    display: flex;
    align-items: center;
    position: relative;
}

#view-search,
#view-search:not(:checked) ~ #Search-form{
    display: none;
}

form#Search-form {
    background-color: var(--light-gray);
    display: flex;
    justify-content: center;
    align-items: center;
}

#Search-form input#s {
    background-image: url(/wp-content/themes/subsc_view/includes/view/img/search.svg);
    background-repeat: no-repeat;
    padding-left: 1.5em;
    background-size: 0.9em;
    background-position-y: center;
    background-position-x: 0.5em;
    height: 2.6rem;
    width: 28rem;
    border-radius: 5px;
    border: 1px solid var(--blue-gray);
}

button#s {
    border-radius: 5px;
    border: none;
    color: var(--dark-gray);
    background-color: var(--gray);
}

.navigation-bar,
.category-list,
#about *{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.initial_button_list::-webkit-scrollbar,
.navigation-bar::-webkit-scrollbar,
.category-list::-webkit-scrollbar,
#about *::-webkit-scrollbar{
    display: none;
}
/*カテゴリ*/
.category-icon.category-\%e3\%83\%8b\%e3\%83\%a5\%e3\%83\%bc\%e3\%82\%b9,
.category-news {
    background-color: #46c2f0;
}

.category-entame {
    background-color: #fe842a;
}

.category-zatsugaku {
    background-color: #6484b4;
}

.category-r-30 {
    background-color: #82c46c;
}

.category-wedding {
    background-color: #c35d97;
    word-break: keep-all;
}

.category-money {
    background-color: #d9ae00;
    max-width: 160px;
}

.category-sports {
    background-color: #4ac9c8;
}

.category-car {
    background-color: #aaaaaa;
}

.category-gravure {
    background-color: #ff8bb9;
}

.category-digital {
    background-color: #898989;
}

.post-bar {
    display: flex;
    justify-content: space-between;
    background-color: #EDEDED;
    color: #727272;
    align-items: center;
}

.category-icon {
    text-align: left;
    color: rgb(255, 255, 255);
    word-break: keep-all;
}

.post_category a>div{
    display: flex;
    justify-content: center;
}
/* ヘッダ */

.post-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1100px;
    width: max-content;
}

.post-list.index{
    flex-flow: column;
    align-items: center;
}

.index .post-div {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.post-list img{
    object-fit: contain;
    object-position: top center;
}

.post-div{
    padding: min(10px,1vw);
    position: relative;
}

.gravure .post-div{
    font-weight: 800;
}

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

/* ウィジェット */

.widget {
    display: flex;
    flex-flow: column;
    margin-bottom:2.6rem;
}

.widget-title::before {
    content: "　";
    background-color: var(--spa-red);
    width: 3px;
    height: 14px;
}

.widget-title {
    font-size: 1.6rem;
    position: unset;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    width: 100%;
    font-weight: 800;
    margin-bottom:calc(var(--base_size) * 14);
    margin-top: calc(var(--base_size) * 40);
}

.widget.new-posts .swiper-slide::before{
    font-size: 12px;
    top: 0.5em;
    left: 0.5em;
}

.gravure.new-posts.widget .post-list.new-posts .post-div:before,
.post-list.gravure.archive .post-div:before {
    font-size: 12px;
    top: 1rem;
    left: 1rem;
}

.widget.new-posts,
.widget.w_spa{
    display:flex;
    flex-flow: column;
    align-items: center;
    padding-bottom: 1rem;
}

.post_list_widget {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}

.post_list_widget .post {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 25%;
}

.gray-back{
    background-color:var(--light-gray);
    width:100vw;
}

.gray-back{
    background-color:var(--light-gray);
}

.blue-back{
    background-color:#F0F3F5;
    border-radius: 2vw;
}

.widget .post-list.new-posts .post-div {
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.new-posts .post_list_widget img {
    object-fit: cover;
}
/* ウィジェット */

/* スライド */
.no-swiper-button [class^="swiper-button"]{
    display:none;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
}

.recommend  .swiper-wrapper,
.ranking .swiper-wrapper{
    padding-top: 2rem;
}

.swiper-wrapper{
    padding-bottom: 2rem;
    height: 80%;
    max-width: 100vw;
}

.slide_main {
    height: 43.2rem;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev,
.swiper-button-next{
    align-items: center;
    border-radius:50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    max-height: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    min-width: 4rem;
    position: absolute;
}

.slide_left{
    left:10%;
}

.slide_right{
    right:10%;
}

.white .slide_left,
.white .slide_right{
    background-color:white;
}

.black .swiper-button-prev,
.black .swiper-button-next{
    background-color:var(--dark-gray);
    color:white;
    top: unset;
}

.white .swiper-button-prev,
.white .swiper-button-next{
    background-color:white;
    color:var(--spa-red);
    top: unset;
}

.slide_left:hover,
.slide_right:hover{
    filter: opacity(0.8);
}

.slide_right>.delta,
.slide_left>.delta {
    height: 1rem;
    width: 1rem;
    border-style: solid;
    border-width: 0 0 4px 4px;
}

.white .slide_right>.delta,
.white .slide_left>.delta {
    border-color: var(--spa-red);
}

.slide_left>.delta {
    transform: rotate(45deg);
}

.slide_right>.delta{
    transform: rotate(225deg);
}

.swiper:not(.swiper-initialized){
    display:none;
}

.slide .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: start;
    min-width: fit-content;
    flex-flow: column;
}

.slide .swiper-slide a{
    color: var(--spa-red);
    font-size:1.6rem;
}

.swiper-slide img{
    object-fit: cover;
}

.slide.white.gravure.recommend.widget .swiper-slide a {
    border-radius: calc(var(--base_size) * 20);
}

.slide.recommend .swiper-slide img {
    border-radius: calc(var(--base_size) * 20);
    overflow: hidden;
}

.white .swiper-button-prev{
    left: 10vw;
}

.white .swiper-button-next{
    right:20vw
}

.new-posts.gravure .swiper-slide{
    text-align:left;
}

.new-posts.gravure.blue-back .widget-title {
    margin-top:38px;
}

.recommend .gravure .swiper-slide img{
    height:34.6rem;
    min-width:34.6rem;
}

.new-posts.gravure .post_list_widget .swiper-slide {
    width: min(20vw,200px);
}

.new-posts.gravure .post_list_widget .swiper-slide a {
    text-align: left;
    width: 100%;
    font-weight: 800;
}

.new-posts.gravure .post_list_widget img {
    --width: min(200px,20vw);
    width: var(--width);
    height: calc(var(--width) * 1.5);
}

.post-list.new-posts{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

div.swiper-slide {
    line-height: 1.5;
}

.swiper-slide.null{
    order:-1;
}

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

.slide .swiper-slide {
    align-items: start;
}

.new-posts .swiper-wrapper a {
    text-align: left;
    width: 100%;
    font-weight: 800;
}
/* スライド */

/* ランキング */
.ranking .swiper-slide img{
    width: 14rem;
    height: 11.2rem;
    object-position: top;
}

.ranking .swiper-slide a {
    text-align: left;
    width: 100%;
}

.ranking .swiper-slide::after {
    content: counter(cnt);
    position: absolute;
    left: .6rem;
    top:  -1rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 800;
    color: white;
}

.ranking .swiper-slide:not(:nth-child(3)~div)::after{
    --mask-image: url(../img/ranking-num.svg);
    --mask-repeat: no-repeat;
    --mask-position: 0 25%;
    --mask-size: contain;

    height: 3.5rem;
    width: 3.6rem;
    top: -1.75rem;

    mask-size: var(--mask-size);
    mask-image: var(--mask-image);
    mask-repeat : var(--mask-repeat);
    mask-position : var(--mask-position);
    -webkit-mask-size: var(--mask-size);
    -webkit-mask-image: var(--mask-image);
    -webkit-mask-repeat : var(--mask-repeat);
    -webkit-mask-position : var(--mask-position);
    left: 0;
}

.ranking .swiper-slide:first-child::after{
    background-color:#DBA83A;
}

.ranking .swiper-slide:nth-child(2)::after{
    background-color:#A0A4B1;
}

.ranking .swiper-slide:nth-child(3)::after{
    background-color:#AD8B3F
}

.ranking .swiper-slide:nth-child(3)~div::after{
    background-color: #797979;
    border-radius: 50%;
}

.new-posts.ranking_widget{
    display: flex;
    align-items: center;
    overflow: visible;
}

.ranking .swiper-slide {
    counter-increment: cnt;
}

.ranking .swiper-slide {
    max-width: 190px;
    padding-right: 10px;
}

[id^="ranking-"].ranking .swiper-slide {
    max-width: 220px;
}

.ranking .post-list img{
    width:13rem;
    height:20rem;
}

.ranking {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-list.index.contents ~ .ranking.black.widget {
    width: 100%;
    background-color: var(--light-gray);
}
/* ランキング */

/* グラビア新着ウィジェット */
.gravure .post_list_widget img {
    --width: min(180px,20vw);
    width: var(--width);
    height: calc(var(--width) * 1.5);
}

.new-posts.gravure .swiper{
    margin-bottom: 24px;
}

/* グラビア新着ウィジェット */
#new-gravure-2,
#new-gravure-2.new-posts.gravure .swiper {
    max-width: 1060px;
}

/* グラビアランキングウィジェット */
.ranking.gravure .swiper-slide img {
    --width: min(180px,17vw);
    width: var(--width);
    height: calc(var(--width) * 1.5);
}

.ranking.gravure .swiper-initialized {
    width: 100%;
}
/* グラビアランキングウィジェット */
.main-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.post-content.about {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    flex-flow: column;
}

.post-content {
    white-space: pre-wrap;
}

/* フッタ */
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 80vw;
}

.footer>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer-link {
    min-width: 80vw;
    display: block;
}

.footer-link a {
    word-break: keep-all;
}

.footer-link > span {
    padding: 0 2rem;
}
/* フッタ */

/* myspaについて */
.about .button_aerea {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.about_img {
    width: 80vw;
}

.about_img img{
    height:auto;
    width:100%;
}

.author_div {
    margin-bottom:calc(var(--base_size) * 10);
}

.author_div img {
    border-radius: 50%;
}

.author_div,
.backnumber {
    font-size: calc(var(--base_size) * 13);
    color: black;
    font-weight: 800;
}

.author_div:hover,
.backnumber:hover{
    color: var(--spa-red);
}

.backnumber {
    margin-bottom: 1rem;
}

.backnumber::before {
    content: "▲";
    display: inline-block;
    transform: rotatez(90deg);
}

.button_aerea .button{
    width: 14rem;
    height: 2.6rem;
    font-size: 1rem;
}

.plan{
    border: 1px solid black;
    border-radius: 20px;
    margin-top: 1.4rem;
    width: 53.3rem;
    margin-bottom: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.plan_name {
    font-weight: 800;
}

#basic_plan .plan_name {
    color: var(--color-basic);
}

#premium_plan .plan_name {
    color: var(--color-premium);
}

#y_premium_plan .plan_name {
    color: var(--color-y_premium);
}

#free .plan_name {
    color: darkgray;
}

#about .list-head .basic,
#about  .button.basic{
    background-color: var(--color-basic);
}

#about .list-head .premium,
#about  .button.premium{
    background-color: var(--color-premium);
}

#about .list-head .y_premium,
#about  .button.y_premium{
    background-color: var(--color-y_premium);
}

#about #y_premium_plan .button.y_premium{
    margin-top:.3rem;
    margin-bottom:.6rem;
}

#about .list-head .free,
#about  .button.free{
    background-color: #696969;
}

#about .list-head>div {
    background-color:rgba(0,0,0,0);
}

.list-head {
    color:white;
}

#about .price {
    font-size: 2.5rem;
    font-weight: 800;
}

#about .post-content {
    color: #333333;
}

#about .campaign {
    background-color: #FFEFEF;
    border-radius: 13px;
}

#about .tax {
    font-size: .7rem;
}

#about  .plan_start {
    background-color: var(--spa-red);
    line-height: 3.4rem;
    width: 40rem;
    color: white;
    border-radius: 0.5rem;
    margin-top: 0.6rem;
}

#about .button_free_plan_register {
    background-color: var(--spa-red);
    line-height: 3.4rem;
    width: 40rem;
    color: white;
    border-radius: 0.5rem;
    margin-top: 0.6rem;
}

#about #free .button {
    margin-top: calc(var(--base_size) * 26);
}

#y_premium_plan .button.y_premium {
    word-break: keep-all;
    width: calc(var(--base_size) * 250);
    font-size: calc(var(--base_size) * 11);
    line-height: 1.8rem;
    font-weight: 800;
}

#about .campaign_span{
    background-color:rgba(255,208,211,0.7);
    width:17.7rem;
    border-radius: 1rem;
}

#about #y_premium_plan .campaign_span {
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-radius: 2em;
    width: calc(var(--base_size) * 260);
    font-size: calc(var(--base_size) * 14);
    justify-content: center;
}

#about .campaign_span .price {
    font-size: calc(var(--base_size) * 24);
}

.footnote {
    color: #727272;
}

#about div.monthly{
    display: flex;
    justify-content: center;
    align-items: baseline;
}

#about .plan_description{
    border-top: solid 1px #E0E0E0;
}

#about {
    background-color: #F7F7F7;
}

#about div#free~.plan-background,
#about .plan{
    background-color: white;
}

#about div#free~.plan-background .plan{
    border:none;
}

#about .plan-background {
    width:  100vw;
    display: flex;
    justify-content: center;
}

#about .plan > *,
#about .campaign>*{
    display: inline-block;
    margin: 0;
}

#about .plan h3 {
    font-size: 1.2rem;
}

#about .campaign{
    font-weight: 800;
}

#comparison{
    width:100vw;
}

.campaign_price {
    font-size: 3rem;
}

.post-content a{
    color:var(--spa-red);
}

.plan_list>div {
    display: flex;
}

.widget-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: initial;
    font-size:1.5rem;
    font-weight: 800;
}

.widget-head::before {
    content: " ";
    background-color: var(--spa-red);
    height: 1rem;
    width: 0.2rem;
    display: block;
    position: relative;
    margin: auto;
}

.plan_list >div >div {
    width: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    flex-flow: column;
    margin: 0.1rem;
    font-size: .7rem;
}

.plan_list >div:not(.list-head) >div:not(:nth-child(1))  {
    font-size:2rem;
}

.plan_list>div:nth-child(even)>div {
    background-color: var(--light-gray);
}

.plan_list>div:nth-child(odd)>div {
    background-color: var(--gray);
}

.plan_list>div:nth-child(1) {
    background-color: white;
}

.list-head>div {
    border-radius: 0.5rem 0.5rem 0 0;
}

.plan_list {
    width: 100%;
    white-space: normal;
    overflow-x: scroll;
}

.qa>div::before {
    color: white;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: start;
    margin-right: 1rem;
}

.qa>div.q::before {
    content: " Q ";
    background-color: black;
}

.qa>div.a::before {
    content: " A ";
    background-color: var(--spa-red);
}

.qa:not(:nth-child(2)) {
    border-top: var(--gray) solid 1px;
}

.qa {
    width:90%;
    text-align: left;
}

.qa>div {
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 1.5rem);
    align-items: start;
}

#about .plus {
    color: white;
    background-color: black;
    width: 1.3rem;
    height: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    font-size: 0.6rem;
    margin: 0.3rem auto
}

.plan_content div {
    width: 6.6rem;
    background-color: var(--light-gray);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 1rem;
    background-position-x: center;
    display: flex;
    font-weight: 800;
    padding: 6rem 1rem 1rem 1rem;
    border-radius: 1rem;
    font-size: 1.3rem;
    margin-top:2rem;
    height: fit-content;
    min-height: 90%;
}

#about .plan_content {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    flex-wrap: nowrap;
    flex-flow: initial;
    width: 50%;
    margin-bottom:1rem;
}

.plan_content .viewer {
    background-image: url(../img/viewer.svg);
    background-size: 4.73rem 4.33rem;
}

.plan_content .MySPA_contents {
    background-image: url(../img/content.svg);
    background-size: 2.63rem 4.59rem;
}

.plan_content .gravure {
    background-image: url(../img/gravure.svg);
    background-size: 6.6rem 3.2rem;
}

.plan_content .gravure::after {
    content:"グラビア見放題";
}

.plan_content .viewer::after {
    content:"週刊SPA！をビューワーで読める";
}

.plan_content .MySPA_contents::after {
    content:"MySPA！のオリジナルコンテンツ見放題";
}

.post_list_widget img ,
.w_spa_list_widget img {
    object-fit: contain;
    object-position: center	 top;
}

.w_spa_list_widget .swiper-slide {
    width: fit-content;
}

.post_list_widget img {
    --width:min(16.6rem,20vw);

    width: var(--width);
    height: calc(20vw * .808);
}

.w_spa.post_list_widget .post-title {
    word-wrap: break-word;
    word-break: break-all;
}

.w_spa_list_widget {
    --height:263px;
}

.w_spa_list_widget img {
    height:var(--height);
    width: 200px;
    display: block;
}

.w_spa_list_widget .new::before {
    top: calc(var(--height) + 3em);
    font-size: 13px;
}
/* myspaについて */
div#gravure.gravure_top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

div#gravure.gravure_top>h1 {
    width:fit-conent;
    margin-bottom: -1rem;
}

.gravure.recommend.widget .swiper-slide {
    position: relative;
}

.gravure.recommend.widget .swiper-slide img{
    --width:min(400px,37.7vw);
    width: var(--width);
    height: calc(var(--width) * 1.5);
}

.gravure.recommend.widget .swiper-slide a:nth-child(2) {
    font-size: min(24px,6.15vw);
    font-weight: 800;
    position: absolute;
    color: white;
    padding-bottom: min(62px,15.8vw);
    bottom: 4px;
    background: linear-gradient(to top, black, 20%, transparent);
    width: 100%;
    padding-top: 350px;
    border-radius: calc(var(--base_size) * 10);
}

.gravure-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #9D9D9D;
    font-size: min(16px,1.5vw);
    font-weight: 800;
}

.gravure-tab .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #9D9D9D;
    border-width: 1px;
    border-bottom-width: 0;
    border-style: solid;
    margin-bottom: -1px;
    border-radius: 5px 5px 0 0;
    background-color: white;
}

.gravure-tab a:not([disabled]) .tab {
    text-decoration: underline var(--spa-red) 4px;
}

.gravure-tab a[disabled] .tab {
    color: #A8A8A8;
    border-bottom: 1px solid;
    background-color: #F2F2F2;
}

.gravure .archive .post-title {
    font-weight: 800;
    font-size: min(16px,1.5vw);
}

.description {
    white-space: pre-wrap;
    width: min(1080px, 90vw);
}

.description a {
    color: var(--spa-red);
}

.post-list.search .post-div {
    --width: min(24vw,250px);
    width: var(--width);
    font-weight: 800;
}

.post-list.search img {
    width: var(--width);
    height: calc(var(--width)*0.808);
}

.single-main{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

.single-right img{
    object-fit: contain;
}

.Individual .gray-back {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.content {
    white-space: pre-wrap;
    word-break: break-all;
}

.tag-box {
    font-weight: 800;
    flex-wrap: wrap;
}

.tag-list .tag {
    border: 1px solid #707070;
    color:#727272;
    max-width: fit-content;
    font-weight: 300;
    word-break: keep-all;
    margin-top: calc(var(--base_size) * 5);
    border-radius: 1em;
    background-color: #FAFAFA;
    border-radius: 1em;
}

.tag-list {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: wrap;
}

.magazine_no{
    color:var(--spa-red);
}

.Individual.single .post-div {
    display: flex;
    justify-content: center;
    flex-flow: column;
    width: min-content;
}

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

.Individual .free-html {
    width: clamp(340px,80vw,880px);
}

.initial_button_list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.talent_div{
    font-weight: 800;
}

.talent-list.archive .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.talent-list.archive {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.talent-list.archive input {
    display: none;
}

.initial_button>label {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #C4C4C4 solid;
    word-break: keep-all;
}

.index {
    border-bottom: solid 1px var(--gray);
    width: min(90vw,1060px);
    text-align: center;
    font-weight: 800;
}

.initial_button_list~div {
    display: none;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.initial_button:hover label,
#all:checked ~ .initial_button_list .all label,
#あ:checked ~ .initial_button_list .あ label,
#か:checked ~ .initial_button_list .か label,
#さ:checked ~ .initial_button_list .さ label,
#た:checked ~ .initial_button_list .た label,
#な:checked ~ .initial_button_list .な label,
#は:checked ~ .initial_button_list .は label,
#ま:checked ~ .initial_button_list .ま label,
#や:checked ~ .initial_button_list .や label,
#ら:checked ~ .initial_button_list .ら label,
#わ:checked ~ .initial_button_list .わ label{
    background-color:var(--spa-red);
    color:white;
}

#all:checked ~ .initial_button_list ~ div,
#あ:checked ~ .あ ,
#か:checked ~ .か ,
#さ:checked ~ .さ ,
#た:checked ~ .た ,
#な:checked ~ .な ,
#は:checked ~ .は ,
#ま:checked ~ .ま ,
#や:checked ~ .や ,
#ら:checked ~ .ら ,
#わ:checked ~ .わ {
    display: flex;
}

.original.widget.gray-back {
    width: 100vw;
}

.content figure {
    background-color: #F4F4F4;
    margin: auto;
}

.next-page {
    background-color: #383838;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next-page::after {
    content: "▲";
    transform: rotatez(90deg);
    margin-left: 14px;
}

.post-pager a {
    display: flex;
    justify-content: center;
}

span.next-title {
    background-color: #F0F0F0;
    color: var(--spa-red);
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: 800;
}

.category-list .category div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-under-line {
    height: calc(var(--base_size) * 2);
}

.post-text div {
    text-align: left;
    word-break: break-all;
}

.author_div {
    display: flex;
    align-items: center;
    font-weight:100;
}

.index .post-list.new-posts {
    display: flex;
    flex-flow: initial;
}

.post-div .category-icon {
    font-weight: 100;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: calc(var(--base_size) * 5);
}

.post-div .content-date{
    display: flex;
    justify-content: end;
    color: #727272;
    font-weight: 800;
    align-items: center;
}

.entry-content {
    font-weight: 100;
    color: var(--dark-gray);
}

.category-list {
    margin-bottom: calc(var(--base_size) * 28);
}

select#magazine_year {
    background-color: rgba(255,255,255,0);
}

.year {
    position: relative;
    border: 1px black solid;
    border-radius: 5px;
    overflow: hidden;
    width: fit-content;
}

.select-year{
    width: 960px;
    display: flex;
    justify-content: end;
    margin: 16px 0 0;
}

.year::after {
    content: "　";
    background-color: #DEDEDE;
    position: absolute;
    width: 40px;
    height: 100%;
    z-index: -2;
    border-left: 1px black solid;
    right: 0;
}

.year::before {
    content: " ";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 16px;
    right: 17px;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    transform: rotate(45deg);
    z-index: -1;
}

select#magazine_year {
    height: 40px;
    width: 180px;
    background-color: rgba(255,255,255,0);
    border-right: 10px solid;
    border-color: rgba(0,0,0,0);
    appearance: none;
    -webkit-appearance: none;
}

.magazine-div img {
    border-style: solid;
    border-color: #D3D3D3;
    object-fit: contain;
    background-color: #D3D3D3;
}

.magazine.post-list .magazine-div {
    margin: 20px 10px;
    display: flex;
    justify-content: start;
    flex-flow: column;
    align-items: start;
}

.post-title {
    font-size: 14px;
    width: 80%;
    font-weight: 800;
}

.magazine.post-list {
    width: 960px;
}

.magazine.post-list .post-title {
    margin-top: 14px;
}

.wp-caption-text {
    padding: 0 10px 5px;
}

body.tp-modal-open>div:not(.tp-modal) {
    filter: blur(10px);
}

.instagram-media,
.twitter-tweet,
[src^="https://www.facebook.com"],
[src^="https://www.google.com"],
[src^="https://www.youtube.com"] {
    margin: auto !important;
    display: block;
}

.original.new-posts.widget.gray-back {
    width: 100vw;
}

.category-list.gray-back {
    padding-top: 0.3vw;
    padding-bottom: 0;
}

.last-series {
    border: #C1C1C1 solid 1px;
    white-space: initial;
}

.last-series h3 {
    font-size: calc(var(--base_size) * 18);
    margin-top: 0;
}

.last-series .post-date {
    font-size: calc(var(--base_size) * 14);
}

.series-name {
    display: flex;
    align-items: baseline;
}

.move-series a {
    display: flex;
    align-items: center;
}

.delta {
    transform: rotateZ(90deg);
    color: var(--spa-red);
}

.last-series-bottom {
    background-color: #F0F0F0;
    min-height:calc(var(--base_size) * 75);
    display: flex;
    align-items: center;
}

.last-series-post.Horizontal {
    display: flex;
    margin-bottom: calc(var(--base_size) * 15);
    margin-top: calc(var(--base_size) * 16);
}

.last-series-post.Horizontal img{
    margin-right:24px;
}

#new-spa-2 .new-posts.w_spa_list_widget .swiper-slide,
#new-spa-3 .new-posts.w_spa_list_widget .swiper-slide {
    padding-right: 70px;
}

.single .post-bar .category-icon {
    padding-left: 0.3rem;
    padding-right: 3rem;
}

.single .post-bar .content-date {
    padding-right: 1rem;
}

.swiper-button-disabled {
    pointer-events: auto !important;
}

.widget.w_spa .w_spa_list_widget .swiper-slide {
    width: 270px;
    padding-right: 70px;
}

.amazon>a {
    display: flex;
    background-color: white;
    border: 1px solid var(--gray);
    font-size: 15px;
    margin: 1em 0;
    padding: 1em;
}

.amazon>a>div:nth-child(1) {
    position: relative;
    width: 80px;
    height: 80px;
    background: var(--light-gray);
}

.amazon>a>div:nth-child(1) img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.amazon>a>div:nth-child(2) {
    padding-left: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.amazon>a>div:nth-child(2)>h5 {
    margin: 0;
}

.content>img,
.content figure,
a[rel*="attachment"] {
    display: flex;
}

.content figure,
a[rel*="attachment"] {
    position: static;
    width: 100%;
    display: flex;
}

.content figure.alignleft,
img.alignleft {
    left: 0;
    position: relative;
    margin: 0 auto 0 0;
}

.content figure.aligncenter,
img.aligncenter {
    margin: auto;
}

.content figure.alignright,
img.alignright {
    right: 0;
    position: relative;
    margin: 0 0 0 auto;
}

.content figure {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.magazine-div a{
    width: 100%;
}

.writer_name {
    font-size: .75em;
    width: calc(var(--base_size) * 164);
}

.logo ,
.logo img{
    display: flex;
    object-fit: contain;
}

.banner-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-area a img{
    width: 100%;
}

.banner-area a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner {
    padding-bottom:3rem;
}

.recommend-post .posts {
    display: flex;
}