@charset "UTF-8";

/*common*/

body {
    color: #333;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    background: url(../images/common/bg.png) fixed;
    position: relative;
}

a:link {
    text-decoration: none;
    color: #3981d2;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:visited {
    text-decoration: none;
    color: #3981d2;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

p:not(:last-child) {
    margin-bottom: 1em;
}

#wrap {
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}


/*PC--------------------------------------------------------------------------------------*/

/*bg-line*/

.bg-line {
    width: 100%;
    height: 40vh;
    background: #f4b3c8;
    position: absolute;
    z-index: -1;
}

.frame01 {
    position: fixed;
    max-width: 565px;
    width: 40%;
    top: 0;
    left: 0;
    z-index: 10;
}

.frame02 {
    position: fixed;
    max-width: 565px;
    width: 40%;
    top: 0;
    right: 0;
    z-index: 10;
}

.frame03 {
    position: fixed;
    max-width: 465px;
    width: 35%;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.frame04 {
    position: fixed;
    max-width: 465px;
    width: 35%;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.frame01 img,
.frame02 img,
.frame03 img,
.frame04 img {
    width: 100%;
}

/*header*/

.headerTOP {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 65.833333%;
    position: relative;
    width: 100%;
    background: url("../images/common/header.jpg") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

.headerPW {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 30.17241%;
    position: relative;
    width: 100%;
    background: url("../images/common/headerPW.jpg") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 100;
}

.headerTOP h1,
.headerPW h1 {
    display: none;
}

.frame {
    padding: 4% 3% 0 3%;
}

.read-mobile {
    display: none;
}

/*navi*/

ul.navi {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -0.5% 2% -0.5%;
    position: relative;
    z-index: 50;
}

ul.navi li {
    flex-basis: 25%;
    padding: 0 0.5%;
    margin-bottom: 1%;
    box-sizing: border-box;
}

ul.navi li img {
    width: 100%;
}

/*info*/

.info-wrap {
    background: #eee;
    padding: 3%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3%;
    z-index: 10;
    position: relative;
}

.info-wrap .title {
    padding-right: 3%;
    box-sizing: border-box;
    color: #7f5b2e;
    font-size: 1.2rem;
}

.info-wrap .list {
    flex: 1;
    padding-left: 3%;
    box-sizing: border-box;
    border-left: 2px solid #fff;

}

.info-wrap .list dl dt {
    float: left;
    width: 8em;
    font-weight: bold;
}

.info-wrap .list dl dd {
    margin: 0 1em 0 8em;
}

/*content*/

section {
    margin: 5% 0;
    position: relative;
    z-index: 100;
}

h2.h2-ss {
    width: 100%;
    height: 120px;
    background: url(../images/common/h2_ss.png) no-repeat center;
    background-size: 1120px 120px;
    margin-bottom: 3%;
    text-indent: -9999px;
}

h2.h2-present {
    width: 100%;
    height: 120px;
    background: url(../images/common/h2_present.png) no-repeat center;
    background-size: 1120px 120px;
    margin-bottom: 3%;
    text-indent: -9999px;
}

h2.h2-twitter {
    width: 100%;
    height: 120px;
    background: url(../images/common/h2_twitter.png) no-repeat center;
    background-size: 1120px 120px;
    margin-bottom: 3%;
    text-indent: -9999px;
}

h2.h2-print {
    width: 100%;
    height: 120px;
    background: url(../images/common/h2_print.png) no-repeat center;
    background-size: 1120px 120px;
    margin-bottom: 3%;
    text-indent: -9999px;
}

h2.h2-shopfair {
    width: 100%;
    height: 75px;
    background: url(../images/common/h2_shopfair.png) no-repeat center;
    background-size: 1120px 75px;
    margin-bottom: 3%;
    text-indent: -9999px;
}

h2.h2-dorama {
    width: 100%;
    height: 75px;
    background: url(../images/common/h2_dorama.png) no-repeat center;
    background-size: 1120px 75px;
    margin-bottom: 3%;
    text-indent: -9999px;
}

h2.h2-goods {
    width: 100%;
    height: 75px;
    background: url(../images/common/h2_goods.png) no-repeat center;
    background-size: 1120px 75px;
    margin-bottom: 3%;
    text-indent: -9999px;
}

h3 {
    text-align: center;
    color: #1abad0;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
}

h4 {
    border-bottom: 2px dotted #ccc;
    margin: 3% 0;
    font-size: 1.6em;
    padding-bottom: 0.5em;
    text-align: center;
}

h4.book::before {
    display: inline-block;
    font-style: normal;
    color: #e4007f;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f02d";
    margin-right: 0.5em;
}

h4.pen::before {
    display: inline-block;
    font-style: normal;
    color: #e4007f;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f304";
    margin-right: 0.5em;
}

h4.shop::before {
    display: inline-block;
    font-style: normal;
    color: #e4007f;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    margin-right: 0.5em;
}

h4.cd::before {
    display: inline-block;
    font-style: normal;
    color: #e4007f;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f51f";
    margin-right: 0.5em;
}

h4.heart::before {
    display: inline-block;
    font-style: normal;
    color: #e4007f;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    margin-right: 0.5em;
}

h4 span {
    font-size: 0.8em;
    background: #333;
    color: #fff;
    padding: 0.1em 0.2em;
    color: #ff0;
    position: relative;
}

h4 span::before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 4px solid transparent;
    border-right-color: #000;
    right: 100%;
    top: 6px;
}

h6{
    color: #7f5b2e;
}

.cc {
    font-weight: bold;
    color: #f90;
    font-size: 1.2rem;
}

.wchance {
    background: #ff0;
    border: 5px solid #e4007f;
    color: #3981d2;
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    position: relative;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    margin: 0 auto 0.8rem auto;
    width: 200px;
    text-align: center;
    font-weight: bold;
}

.wchance::after {
    position: absolute;
    bottom: -12px;
    left: 45%;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #e4007f transparent transparent transparent;
}

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

aside.period {
    border: #e50065 double 3px;
    padding: 3%;
    margin: 3% auto;
    box-sizing: border-box;
    max-width: 700px;
    width: 100%;
    text-align: center;
}

aside.period .time {
    color: #e50065;
    font-weight: bold;
    font-size: 1.2rem;
}

ul.book-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
    justify-content: center;
}

ul.book-list li {
    flex-basis: 25%;
    padding: 0 1.5%;
    margin-bottom: 3%;
    box-sizing: border-box;
}

ul.book-list li img {
    width: 100%;
}

ul.book-list li .ct-a {
    background: #c450f5;
    text-align: center;
    padding: 0.3rem;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}

ul.book-list li .ct-b {
    background: #0fc624;
    text-align: center;
    padding: 0.3rem;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}

ul.book-list li .ct-c {
    background: #f4b3c8;
    text-align: center;
    padding: 0.3rem;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}

ul.book-list li h5 {
    color: #e4007f;
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.6;
}

ul.book-list li p {
    font-size: 0.9rem;
    line-height: 1.6;
}

ul.dorama-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
    justify-content: center;
}

ul.dorama-list li {
    flex-basis: 33.3333%;
    padding: 0 1.5%;
    margin-bottom: 3%;
    box-sizing: border-box;
}

ul.dorama-list li a{
    color: #333;
}

ul.dorama-list li h5{
    color: #e50065;
    line-height: 1.5;
    margin: 0.5rem 0;
}

ul.dorama-list li figure{
    position: relative;
}

ul.dorama-list li figure .ct01{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0fc624;
    color: #fff;
    padding: 0.5rem 1rem;
}

ul.dorama-list li figure .ct02{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c450f5;
    color: #fff;
    padding: 0.5rem 1rem;
}

ul.dorama-list li p{
    font-size: 0.9rem;
    line-height: 1.5;
}

ul.dorama-list li img {
    width: 100%;
}

ul.print-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
    justify-content: center;
}

ul.print-list li {
    flex-basis: 26%;
    padding: 0 1.5%;
    margin-bottom: 3%;
    box-sizing: border-box;
}

ul.print-list li.ssprint{
    flex-basis: 33%;
}

ul.print-list li img{
    width: 100%;
}

ul.goods-lineup{
    list-style: none;
    overflow: hidden;
}

ul.goods-lineup li{
    float: left;
    margin-right: 1rem;
}

ul.goods-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 3% -1.5% 0 -1.5%;
    justify-content: center;
}

ul.goods-list li {
    flex-basis: 33.3333%;
    padding: 0 1.5%;
    margin-bottom: 3%;
    box-sizing: border-box;
}

ul.goods-list li h5{
    color: #e50065;
    line-height: 1.5;
    margin: 0.5rem 0 0 0; 
}

ul.goods-list li img{
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.link-btn {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.link-btn a {
    background: #1abad0;
    color: #fff;
    border-radius: 100px;
    padding: 1rem;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    overflow: hidden;
    -moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    border: 2px solid #fff;
    box-sizing: border-box;
}

.link-btn.m3 {
    margin: 3% auto;
}

.link-btn.pw a::before,
.link-btn.present a::before {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    margin-right: 0.5em;
    color: #ff0;
}

.movie-wrap{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 5% auto;
    position: relative;
    z-index: 10;
}

.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}


/*form reset*/

input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
    display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

/*form*/

form {
    background: #eee;
    text-align: center;
    padding: 3%;
    box-sizing: border-box;
    margin-bottom: 3%;
}

input {
    display: block;
    width: 40%;
    margin: 0 auto;
}

input[type='text'] {
    background: #fff;
    margin-bottom: 0.5em;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0.3em;
    text-align: center;
    box-sizing: border-box;
}

input[type='submit'] {
    background: #1abad0;
    color: #fff;
    border-radius: 100px;
    padding: 1rem;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    overflow: hidden;
    -moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    border: 2px solid #fff;
    box-sizing: border-box;
}

.cover-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cover-wrap .text {
    flex: 1;
    padding-right: 3%;
    box-sizing: border-box;
}

.cover-wrap .text aside {
    background: #eee;
    padding: 3%;
    font-size: 0.9rem;
}

.cover-wrap .pic {
    flex-basis: 25%;
}

.cover-wrap .pic img {
    width: 100%;
}

.cover-wrap .pic p {
    font-size: 0.9rem;
    line-height: 1.5;
}

.postcard-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.postcard-wrap .text {
    flex: 1;
    padding-right: 3%;
    box-sizing: border-box;
}

.postcard-wrap .pic {
    flex-basis: 50%;
}

.postcard-wrap .pic img {
    width: 100%;
}

ul.copysample-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 3% -1.5% 0 -1.5%;
    justify-content: center;
}

ul.copysample-list li {
    flex-basis: 25%;
    padding: 0 1.5%;
    margin-bottom: 3%;
    box-sizing: border-box;
}

ul.BMsample-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
}

ul.BMsample-list li {
    flex-basis: 30%;
    padding: 0 1.5%;
    margin-bottom: 3%;
    box-sizing: border-box;
}

ul.BMsample-list li:last-child {
    flex-basis: 50%;
}

ul.copysample-list li img,
ul.BMsample-list li img {
    width: 100%;
}

ul.shoplist {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 3% auto;
    font-size: 0.9rem;
}

ul.shoplist li {
    flex-basis: 50%;
}

.pic-wrap500 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.pic-wrap800 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.pic-wrap500 img,
.pic-wrap800 img {
    width: 100%;
}

.m3{
    margin: 3% auto;
}


/*footer*/

footer {
    padding: 3%;
    font-size: 0.8em;
    text-align: center;
    background: #f4b3c8;
    position: relative;
}

.sns ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1em;
}

.sns ul li {
    width: 60px;
    padding: 0 5px;
    box-sizing: border-box;
}

.sns ul li img {
    width: 100%;
}

footer p {
    z-index: 100;
    position: relative;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    margin-bottom: 0;
    z-index: 100;
}

#page-top img {
    width: 100%;
}



/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {}


/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 700px) {

    body {
        font-size: 14px;
    }

    .headerTOP {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 102%;
        position: relative;
        width: 100%;
        background: url("../images/common/header2.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
    }

    .headerPW {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 50%;
        position: relative;
        width: 100%;
        background: url("../images/common/headerPW2.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 100;
    }

    .frame {
        padding: 4vh 5% 0 5%;
    }

    .read-mobile {
        display: block;
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 3vh;
    }

    .read-mobile span {
        color: #e50065;
    }

    ul.navi {
        margin-bottom: 3vh;
    }

    ul.navi li {
        flex-basis: 50%;
        padding: 0 1.5%;
        margin-bottom: 1vh;
        box-sizing: border-box;
    }

    .info-wrap {
        background: #eee;
        padding: 5%;
        display: block;
        margin-bottom: 3vh;
    }

    .info-wrap .title {
        padding-right: 0;
        box-sizing: border-box;
        color: #7f5b2e;
        font-size: 1.2rem;
    }

    .info-wrap .list {
        flex: 1;
        padding-left: 0;
        box-sizing: border-box;
        border-left: none;
        border-top: 2px solid #fff;
        margin-top: 5%;
        padding-top: 5%;
    }

    .info-wrap .list dl dt {
        float: none;
        width: 8em;
        font-weight: bold;
    }

    .info-wrap .list dl dd {
        margin: 0;
    }

    section {
        margin: 5vh 0;
    }

    h2.h2-ss {
        width: 100%;
        height: 60px;
        background: url(../images/common/h2_ss.png) no-repeat center;
        background-size: 560px 60px;
        margin-bottom: 3vh;
        text-indent: -9999px;
    }

    h2.h2-present {
        width: 100%;
        height: 60px;
        background: url(../images/common/h2_present.png) no-repeat center;
        background-size: 560px 60px;
        margin-bottom: 3vh;
        text-indent: -9999px;
    }

    h2.h2-print {
        width: 100%;
        height: 60px;
        background: url(../images/common/h2_print.png) no-repeat center;
        background-size: 560px 60px;
        margin-bottom: 3vh;
        text-indent: -9999px;
    }

    h2.h2-twitter {
        width: 100%;
        height: 60px;
        background: url(../images/common/h2_twitter.png) no-repeat center;
        background-size: 560px 60px;
        margin-bottom: 3vh;
        text-indent: -9999px;
    }

    h2.h2-shopfair {
        width: 100%;
        height: 37px;
        background: url(../images/common/h2_shopfair.png) no-repeat center;
        background-size: 560px 37px;
        margin-bottom: 3vh;
        text-indent: -9999px;
    }

    h2.h2-dorama {
        width: 100%;
        height: 37px;
        background: url(../images/common/h2_dorama.png) no-repeat center;
        background-size: 560px 37px;
        margin-bottom: 3vh;
        text-indent: -9999px;
    }

    h2.h2-goods {
        width: 100%;
        height: 37px;
        background: url(../images/common/h2_goods.png) no-repeat center;
        background-size: 560px 37px;
        margin-bottom: 3vh;
        text-indent: -9999px;
    }

    h3 {
        text-align: left;
        color: #1abad0;
        margin-bottom: 1rem;
        font-size: 1.2rem;
        line-height: 1.5;
    }

    h4 {
        border-bottom: 2px dotted #ccc;
        margin: 3vh 0;
        font-size: 1.4em;
        padding-bottom: 0.5em;
        text-align: center;
    }

    h4 span {
        font-size: 0.8em;
        background: #333;
        color: #fff;
        padding: 0.1em 0.2em;
        color: #ff0;
        position: relative;
        content: "\A";
        white-space: pre;
    }

    h4 span::before {
        display: none;
    }

    .info-text {
        text-align: left;
    }

    aside.period {
        border: #e50065 double 3px;
        padding: 5%;
        margin: 3vh auto;
        box-sizing: border-box;
        max-width: 700px;
        width: 100%;
        text-align: left;
    }

    aside.period .time {
        color: #e50065;
        font-weight: bold;
        font-size: 1.1rem;
    }

    ul.book-list li {
        flex-basis: 50%;
        padding: 0 1.5%;
        margin-bottom: 3vh;
        box-sizing: border-box;
    }

    .link-btn.m3 {
        margin: 3vh auto;
    }

    .link-btn a {
        background: #1abad0;
        color: #fff;
        border-radius: 100px;
        padding: 1rem;
        font-size: 1.1rem;
        text-align: center;
        display: block;
        overflow: hidden;
        -moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        -webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        border: 2px solid #fff;
        box-sizing: border-box;
    }

    form {
        background: #eee;
        text-align: center;
        padding: 3vh 5%;
        box-sizing: border-box;
        margin-bottom: 3vh;
    }

    input {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .cover-wrap {
        display: block
    }

    .cover-wrap .text {
        flex: 1;
        padding-right: 0;
        box-sizing: border-box;
    }

    .cover-wrap .pic {
        width: 70%;
        margin: 3vh auto;
    }

    .postcard-wrap {
        display: block
    }

    .postcard-wrap .text {
        flex: 1;
        padding-right: 0;
        box-sizing: border-box;
    }

    .postcard-wrap .pic {
        width: 100%;
        margin: 3vh auto;
    }

    ul.copysample-list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 3vh -1.5% 0 -1.5%;
        justify-content: center;
    }

    ul.copysample-list li {
        flex-basis: 50%;
        padding: 0 1.5%;
        margin-bottom: 3vh;
        box-sizing: border-box;
    }

    ul.BMsample-list li {
        flex-basis: 70%;
        padding: 0 1.5%;
        margin-bottom: 3%;
        box-sizing: border-box;
    }

    ul.BMsample-list li:last-child {
        flex-basis: 100%;
    }

    ul.shoplist {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 3vh auto;
    }

    ul.shoplist li {
        flex-basis: 100%;
    }

    .m3{
        margin: 3vh auto;
    }

    ul.dorama-list li {
        flex-basis: 50%;
        padding: 0 1.5%;
        margin-bottom: 3vh;
        box-sizing: border-box;
    }

    ul.print-list li {
        flex-basis: 50%;
        padding: 0 1.5%;
        margin-bottom: 3vh;
        box-sizing: border-box;
    }
    
    ul.print-list li.ssprint{
        flex-basis: 65%;
    }

    ul.goods-list li {
        flex-basis: 50%;
        padding: 0 1.5%;
        margin-bottom: 3vh;
        box-sizing: border-box;
    }

    .movie-wrap{
        max-width: 800px;
        width: 100%;
        margin: 0 auto 4vh auto;
    }

    footer {
        padding: 3vh 5% 6vh 5%;
        font-size: 0.8em;
        text-align: left;
        background: #f4b3c8;
        position: relative;
    }

}