@charset "utf-8";

.pc {
    display: block;
}

.tb,
.sp {
    display: none;
}

body {
    line-height: 1.1;
    width: 100%;
}

#wrap {
    background: url(../img/back.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: rgba(255, 255, 255, 0.5);
}

#content {
    width: 980px;
    margin: auto;
    text-align: center;
    color: #333333;
}

::selection {
    background-color: #333;
    color: #fff;
}

.mincho {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

a {
    transition: all .3s;
}

a:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
}

input,
button,
textarea {
    outline: none;
}

input:focus,
textarea:focus {
    background: #f7f7f7;
}

#header {
    background: url(../img/back.png);
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(255, 255, 255, 0.5);
}

#header .inner {
    position: relative;
    padding: 0;
    width: 1000px;
    /*height:525px;*/
    margin: 0 auto;
}

#header .inner .btn {
    position: absolute;
    top: 200px;
    left: 240px;
}


/*----- フェードインしながら上へスライド -----*/
/*    .inviewfadeInUp_1 {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }
    inviewfadeInUp_2 {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
        transition-delay: 1s;
    }
    .inviewfadeInUp_3 {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
        transition-delay: 2s;
    }
    .inviewfadeInUp_4 {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
        transition-delay: 3s;
    }
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
*/

.contents {
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.item {
    margin: 30px auto;
    padding: 0 10px;
    width: 30%;
}

.item p {
    line-height: 1.2;
}

.item img {
    border: 0px;
}

.item .ill {
    font-size: 170%;
    margin-bottom: 20px;
    display: inline-block;
    text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff,
        -4px 4px 4px #fff, 4px -4px 4px #fff,
        4px 0px 4px #fff, -4px -0px 4px #fff,
        0px 4px 4px #fff, 0px -4px 4px #fff;
}


section {
    background-color: #FFF;
    padding: 0 0 50px;
    margin-bottom: 100px;
    /* text-align: center; */
    /* font-family: 'Kaisei Opti', serif; */
    /* font-weight: 500; */
}

section h1 {
    margin: 30px 0;
    font-size: 300%;
    font-weight: 700;
}

section h2 {
    margin: 30px 0;
    font-size: 300%;
    font-weight: 700;
}

section h3 {
    margin: 30px;
    font-size: 170%;
    font-weight: 700;
}

section small {
    font-size: 90%;
}

section table {
    background-color:#FFF;
    font-size: 105%;
    font-weight: bold;
}

section.sec01 {
    font-size: 130%;
}

section.sec01 .inner {
    padding: 20px 0;
}

section.sec01 ul {
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}

section.sec01 ul li {
    float: left;
    width: 450px;
    margin: 20px;
}

section.sec01 ul li:nth-child(2n) {
    float: right;
}

section.sec01 ul li img {
    width: 100%;
}

section.sec02 .inner .header_text {
    font-size: 28px;
    font-weight: 700;
    padding: 30px;
    margin: 20px 50px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    background-size:
        25px 5px,
        5px,
        25px 5px,
        5px;
    background-repeat:
        repeat-x,
        no-repeat,
        repeat-x,
        no-repeat;
}


section.sec02 .inner .header_text span.text_pink {
    color: #f196a8;
    background: none;
}


section.sec02 {
    background: url(../img/back.png);
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(255, 255, 255, 0.5);
}


section.sec02 ul {
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto 50px;
}

section.sec02 ul li {
    /*float: left;*/
    max-width: 1000px;
    margin: 0 40px;
}


section.sec02 ul li img {
    width: 100%;
}

section.sec02 ul li p {
    text-align: center;
    color: #d1af58;
    font-size: 14px;
    margin: 10px 0 0;
}


section.sec03 {
    background: #ffffff;
    background-size: cover;
    text-align: center;
}

section.sec03 ul li {
    margin: 30px 0;
    text-align: left;
    padding: auto;
}

section.sec03 p {
    font-size: 30px;
    color: #f64b95;
    margin: 5px 0 60px;
    text-align: center;
}


section.sec04 {
    background: url(../img/back.png);
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(255, 255, 255, 0.5);
}

section.sec04 ul {
    display: flex;
    justify-content: center;
}

.sec_period {
    display: inline-block;
    background-color: white;
    margin: 0 auto 30px;
    box-shadow: 0px 0px 10px 0 rgba(246, 75, 149, 0.5);
}

.sec_period h3 {
    color: #f64b95;
}

.sec_period h3 span {
    font-size: 200%;
}

.sec_period ul {
    padding-left: 1.5em;
    list-style: outside;
    max-width: 100%;
    margin: 0 auto;
}

.sec02 .sec_period ul li {
    float: none;
    text-align: left;
    margin-bottom: 10px;
    font-size: 170%;
}

.sec_period ul li a {
    font-weight: bold;
    text-decoration: underline;
    color: #f64b95;
}

.button {
    display: inline-block;
    /*border-radius: 5%;                   /* 角丸 */
    /*box-shadow   : 6px 6px 3px #666666;  /* 影の設定 */
    cursor: pointer;
    /* カーソル形状 */
    transition: .3s;
    /* なめらか変化 */
}

.button:hover {
    box-shadow: none;
    /* 影の設定 */
}

.fnav {
    text-align: center;
}

.fnav li {
    display: inline-block;
    font-size: 26px;
    font-family: "Hiragino Kaku Gothic ProN";
    padding: 10px 20px;
}


.footer-logo {
    margin-top: 1em;
    margin-bottom: 1em;
}

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

.footer-nav {
    padding: 10px 0;
}

.footer-nav {
    background: #6bc7F1;
    text-align: center;
    font-size: 24px;
    font-family: "M PLUS 1p", sans-serif;
}

.footer-nav,
.copyright {
    font-weight: 500;
}

.footer-nav .menu {
    line-height: 1.2;
}

.footer-nav .menu a {
    display: block;
    color: #fff;
}

ul {
    list-style: none;
}

.copyright {
    background: #ea6da4;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    padding: 10px 0;
}

.fs70 {
    font-size: 70%;
}

.fs130 {
    font-size: 130%;
}

.fs200 {
    font-size: 200%;
}

.fs250 {
    font-size: 250%;
}

.fbold {
    font-weight: bold;
}

.video-inner {
    width: 728px;
    height: 410px;
    text-align: center;
    margin:auto;
}

.acrylic_stand_contents {
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.acrylic_stand_header {
    width: 100%;
    background-color: #156082;
    margin: 10px;
}

.acrylic_stand_header1 {
    font-size: 100%;
    color: #FFF;
    padding: 10px;
    font-size: 150%;
    font-weight: 700;
}

.acrylic_stand_header2 {
    background-color: #FFF;
    font-size: 100%;
    color: #000;
    padding: 12px;
}

.acrylic_stand {
    width: 50%;
    background: #FFF;
}

.sale_day {
    color: red;
    font-size: 130%;
}

.benefits {
    color: red;
    font-size: 250%;
}

.emp1 {
    font-size: 130%;
    font-weight: 700;
}



.section-comics-detail {
    text-align: left;
    margin-bottom: 0;
}

.comics-detail {
    overflow: hidden;
    padding: 12px;
}

.detail .box-heading {
    float: right;
    width: 478px;
    position: relative;
    top: -5px;
}

.box-heading .post-title, .box-heading .post-sub-title {
    padding-left: 5px;
}

.post-title {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.3;
}

.post-sub-title {
    font-size: 22px;
    font-weight: 500;
}

.comic-info {
    font-size: 22px;
    font-weight: 500;
}

.sm {
    display: none;
}

.comics-detail .sns {
    margin-right: 20px;
    display: flex;
    justify-content: flex-end;
}

.comics-detail .sns li {
    margin-left: 7px;
    line-height: 1;
}

.trans {
    opacity: 1;
    transition: opacity 0.26s ease;
}

.comic-info .row {
    margin-bottom: 10px;
}

.comics-detail .box-meta {
    float: left;
    width: 49%;
}

img {
    max-width: 100%;
}

.list-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-meta .list-tags .tag {
    width: 135px;
    margin-right: 5px;
}

.list-tags .tag {
    padding: 11px 7px 9px;
    margin: 16px 14px 0 0;

    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    line-height: 1.2;
    font-weight: 500;
    background: #ea6da4;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    transition: all 0.2s;
}

.comics-detail .box-content, .comics-detail .box-heading {
    float: right;
    width: 478px;
}

.box-content .comic-name {
    color: #6bc7F1;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

.box-content .text-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    margin-bottom: 26px;
}

.text-content {
    overflow-wrap: break-word;
}

.box-content .text-content p {
    margin-bottom: 0.8em;
}

.common-title {
    margin: 0 0 25px;
    font-size: 43px;
    line-height: 1.3;
    text-align: center;
    font-weight: 500;
    color: #4d4d4d;
}

.common-title span {
    padding: 20px 75px 0;
    background-image: url(../img/line_title.png), url(../img/arrow_right_lg.png);
    background-size: auto 4px, 57px auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center, right center;
}

.list-purchase {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}

.list-purchase li {
    margin: 3px;
    width: 23%;
}

.tsauto {
   white-space: nowrap;
   margin-left: auto;
   margin-right: auto;
}