label {
    cursor: pointer;
}
.align-center {
    text-align: center;
}
#magazine_samune #samune-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}
#samune-list li {
    margin-bottom :20px;
    width: 24%;
}
#samune-list li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
#tb-1 ~ label,
input {
  display :none; 
}

/*closeボタン*/
#tb-1:checked ~ label,
#tb-2:checked ~ label,
#tb-3:checked ~ label,
#tb-4:checked ~ label,
#tb-5:checked ~ label,
#tb-6:checked ~ label,
#tb-7:checked ~ label,
#tb-8:checked ~ label,
#tb-9:checked ~ label,
#tb-10:checked ~ label,
#tb-11:checked ~ label,
#tb-12:checked ~ label
/*#tb-1:checked ~ input,
#tb-2:checked ~ input,
#tb-3:checked ~ input,
#tb-4:checked ~ input,
#tb-5:checked ~ input,
#tb-6:checked ~ input,
#tb-7:checked ~ input,
#tb-8:checked ~ input,
#tb-9:checked ~ input,
#tb-10:checked ~ input,
#tb-11:checked ~ input,
#tb-12:checked ~ input*/ {
    position: fixed;
    display :inline-block;
    font-weight: bold;
    color :white;
    opacity: 1;    
    top: 3%;
    right: 0;
    z-index: 999999;
    width: 75px;
    height: 75px;
}
/*
#magazine_samune input {
    width :15px;
    height :15px;
}
#magazine_samune input:nth-child(1) {
    left :40%;
}
#magazine_samune input:nth-child(2) {
    left :42%;
}
#magazine_samune input:nth-child(3) {
    left :44%;
}
#magazine_samune input:nth-child(4) {
    left :46%;
}
#magazine_samune input:nth-child(5) {
    left :48%;
}
#magazine_samune input:nth-child(6) {
    left :50%;
}
#magazine_samune input:nth-child(7) {
    left :52%;
}
#magazine_samune input:nth-child(8) {
    left :54%;
}
#magazine_samune input:nth-child(9) {
    left :54%;
}
#magazine_samune input:nth-child(10) {
    left :56%;
}
#magazine_samune input:nth-child(11) {
    left :58%;
}
#magazine_samune input:nth-child(12) {
    left :60%;
}
*/
/*ポップアップ用*/
#show-list li {
    display: none;
}
#show-list img {
    display: none;
}
#tb-1:checked ~ #show-list li:nth-child(1),
#tb-2:checked ~ #show-list li:nth-child(2),
#tb-3:checked ~ #show-list li:nth-child(3),
#tb-4:checked ~ #show-list li:nth-child(4),
#tb-5:checked ~ #show-list li:nth-child(5),
#tb-6:checked ~ #show-list li:nth-child(6),
#tb-7:checked ~ #show-list li:nth-child(7),
#tb-8:checked ~ #show-list li:nth-child(8),
#tb-9:checked ~ #show-list li:nth-child(9),
#tb-10:checked ~ #show-list li:nth-child(10),
#tb-11:checked ~ #show-list li:nth-child(11),
#tb-12:checked ~ #show-list li:nth-child(12) {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
    z-index: 99999;
}
#expan1:target,
#expan2:target,
#expan3:target,
#expan4:target,
#expan5:target,
#expan6:target,
#expan7:target,
#expan8:target,
#expan9:target,
#expan10:target,
#expan11:target,
#expan12:target {
    height :150%;
}
#expan1:not(:target),
#expan2:not(:target),
#expan3:not(:target),
#expan4:not(:target),
#expan5:not(:target),
#expan6:not(:target),
#expan7:not(:target),
#expan8:not(:target),
#expan9:not(:target),
#expan10:not(:target),
#expan11:not(:target),
#expan12:not(:target) {
    height :100%;
}
.pop-up {
    position: relative;
    overflow: auto;
    height: 90%;
    width: 74%;
    
}
.pop-up::-webkit-scrollbar {
    height: 10px;
}
.pop-up::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
}
.pop-up::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
}
.pop-up span {
    display: block;
    height: 100%;
}
.pop-up a:nth-child(2) {
    cursor: zoom-in;
    position: fixed;
    right: 10%;
    bottom: 20%;
    font-size: 50px;
}
.pop-up a:nth-child(3) {
    cursor: zoom-out;
    position: fixed;
    right: 10%;
    bottom: 10%;
    font-size: 70px;
}
#samune-list li:hover {
    opacity: 0.8;
}
#show-list li img {
    display: block;
    height: 100%;
}
.magazine_button {
    margin :50px 0;
}

@media only screen and (max-width: 769px) {　
    .pop-up {
        height: 90%;
        width: 38%;
        margin: 0;
    }
    .pop-up {
        width: 95%;
        height: 38%;
        margin: 0;
    }
    /*
    .pop-up a:nth-child(2) {
        width: 20px;
        bottom: 35%;
    }
    .pop-up a:nth-child(3) {
        width: 20px;
        bottom: 28%;
    }
    */
    .pop-up { /*何故か３つ書かないと効いてくれない。。。*/
        width: 95%;
        height: 38%; 
        margin: 0;
   }
   #samune-list li {
    margin-bottom: 10px;
    width: 49%;
    }
    .pop-up a {
        display: none;
    }
    #headAreaInner h1 {
        font-size: 1.4em;
    }
    div#magazine img.alignleft.size-large.wp-image-8386.pcShow.parent {
        margin: auto !important;
        display: block;
        float: none;
    }
}