@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

/*common*/

html {
    height: 100%;
}

body {
    color: #6a3906;
    font-family: "Sawarabi Mincho",'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(10px, 16 / 1200 * 100vw, 16px);
    line-height: 1.8;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100vw;
    height: 100vh;
    background: url(../images/common/bg.jpg) no-repeat top center;
    background-size: cover;
}

body::after {
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -9;
    width: 100vw;
    height: 100vh;
    background: url(../images/common/bg_bottom1.png) no-repeat bottom center;
    background-size: contain;
}

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

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

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

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

.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


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

/*navi*/

nav {
    display: block;
    position: fixed;
    top: 0;
    right: -900px;
    bottom: 0;
    width: 450px;
    background: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 999;
    opacity: 0;
}

.open nav {
    right: 0;
    opacity: 1;
}

nav .inner {
    padding: 10px 15px 25px 15px;
}

nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

nav .inner ul li {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    width: 50%;
}

nav .inner ul li a {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0;
    text-decoration: none;
    transition-duration: 0.2s;
    font-weight: bold;
}

nav .inner ul li a:hover {
    opacity: 0.7;
}

nav .nav__logo {
    width: 250px !important;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
}

.nav__logo a,
.nav__logo img,
nav .inner ul li a img,
nav .inner ul li img {
    width: 100%;
    padding: 0;
}

.toggle_btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    transition: all .5s;
    cursor: pointer;
    z-index: 1000;
    background: #b19552;
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 20%;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 30%;
}

.toggle_btn span:nth-child(2) {
    top: 50%;
}

.toggle_btn span:nth-child(3) {
    top: 70%;
}

.open .toggle_btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.open .toggle_btn span {
    background-color: #000;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 998;
    cursor: pointer;
}

/*content*/

.wrap {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
}

.c-btn{
    position: relative;
}

.c-btn a{
    border: 2px solid #fff;
    background: #B19552;
    background: linear-gradient(0deg, rgba(177, 149, 82, 1) 0%, rgba(220, 215, 160, 1) 100%);
    text-align: center;
    display: block;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
    color: #fff;
    border-radius: 30px;
    padding: 0.5em;
    font-size: 1.1em;
    position: relative;
}

.c-btn.btnmovie a::after{
    content: "NEW";
    position: absolute;
    top: -20px;
    left: calc( 50% - 2.5em);
    background: #f60;
    color: #fff;
    padding: 0.2em 1em;
    border-radius: 20px;
    font-size: 0.8em;
}

.c-btn.btnmovie a::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Brands";
    content: "\f167";
    font-weight: bold;
    color: #fc0;
    margin-right: 0.5em;
}

.common-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.common-header h1{
    width: 30%;
}

.common-header h1 img{
    width: 100%;
}

.common-header .common-navi{
    width: 46%;
}

.common-header .common-navi ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.common-header .common-navi ul li{
    width: calc(100% / 3);
    margin-bottom: 10px;
}

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

.h2-line{
    background: #fff;
    width: 100vw;
    margin: 60px calc(50% - 50vw);
    padding: 2em 0;
    position: relative;
}

.h2-line::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 5px;
    left: 0;
    background: #b19552;
}

.h2-line::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0;
    background: #b19552;
}

.h2-line h2{
    text-align: center;
    font-size: 1.8em;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    background-image:
        url("../images/common/h2-left.png"),
        url("../images/common/h2-right.png");
    background-repeat:
        no-repeat,
        no-repeat;
    background-position:
        left center,
        right center;
    background-size: 208px 27px, 208px 27px;
    position: relative;
    font-weight: normal;
}

.h2-line h2.h2product{
    color: #ff0096;
}

.h2-line h2.h2present{
    color: #3471df;
}

.h2-line h2.h2bonus{
    color: #ff7200;
}

.h2-line h2.h2goods{
    color: #17ba17;
}

.h2-line h2.h2ss{
    color: #ca21e3;
}

.h2-line h2.h2special{
    color: #ca9820;
}

h4{
    color: #ff0096;
    margin: 1.5em 0 2em 0;
    font-size: 1.4em;
    position: relative;
    font-weight: normal;
}

h4.h4normal{
    text-align: center;
    line-height: 1.5;
}

h4.h4line{
    text-align: center;
    padding: 0 1em;
    line-height: 1.5;
    border-top: 1px solid #b19552;
    border-bottom: 1px solid #b19552;
    padding: 0.5em 0;
    background: #fff;
}

h4.h4line2{
    text-align: center;
    padding: 0 1em;
    line-height: 1.5;
    border-top: 1px solid #b19552;
    border-bottom: 1px solid #b19552;
    padding: 0.5em 0;
    background: #fff;
    margin: 50px 0;
}

h4.h4line::before,
h4.h4line2::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: bold;
    color: #6a3906;
    margin-right: 0.5em;
}

h4.h4line::after,
h4.h4line2::after{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: bold;
    color: #6a3906;
    margin-left: 0.5em;
}

h5{
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: normal;
}

h5.h5present::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f06b";
    font-weight: bold;
    color: #f90;
    margin-right: 0.5em;
}

h5.h5note::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    font-weight: bold;
    color: #f90;
    margin-right: 0.5em;
}

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

h5.h5list::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f0ca";
    font-weight: bold;
    color: #f90;
    margin-right: 0.5em;
}

.cs{
    text-align: center;
    margin: 5vh 0;
    font-size: 1.2em;
}

.mini{
    font-size: 0.9em;
    color: #000;
}

.sp-movie-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}

.sp-movie-wrap .movie-frame{
    width: 50%;
}

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

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

.sp-movie-wrap .text-frame{
    width: 50%;
    padding-left: 3%;
    box-sizing: border-box;
    position: relative;
}

.sp-movie-wrap .text-frame .profile-pic{
    position: absolute;
    width: 35%;
    top: -20px;
    right: 0;
    z-index: 5;
}

.sp-movie-wrap .text-frame .profile-pic img{
    width: 100%;
}

.sp-movie-wrap .text-frame .t01{
    font-size: 1.4em;
    z-index: 10;
    position: relative;
}

.sp-movie-wrap .text-frame .t01 span{
    font-size: 0.8em;
}

.sp-movie-wrap .text-frame .t02{
    font-size: 1em;
    margin-bottom: 1em;
    z-index: 10;
    position: relative;
    line-height: 1.5;
}

.st-movie-wrap ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.st-movie-wrap ul li.st-movie{
    width: 30%;
}

.st-movie-wrap ul li .movie {
    position: relative;
    width: 100%;
    padding-top: 177.7777%;
}

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

.st-movie-wrap ul li.st-text{
    width: 65%;
    text-align: center;
}

.st-movie-wrap ul li.st-text .t01{
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    line-height: 1.5;
    font-size: 0.9em;
    color: #000;
}

.st-movie-wrap ul li.st-text .t02{
    margin: 0.7em 0 0.4em 0;
    font-size: 1.2em;
    line-height: 1.35;
}

.st-movie-wrap ul li.st-text .t02 span{
    font-size: 1.6em;
    color: #ff0096;
}

.st-movie-wrap ul li.st-text .t03{
    margin-bottom: 1.5em;
}


.read{
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 70px;
}

.read-sub{
    font-size: 0.9em;
    display: table;
    margin: -10px auto 70px auto;
}


/*top*/

.kv-wrap{
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: KVFadeIn 2s ease 0s 1 normal;
    -webkit-animation: KVFadeIn 2s ease 0s 1 normal;
}

@keyframes KVFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes KVFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.kv-wrap img{
    width: 100%;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

.intro-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.intro-wrap h1{
    width: 45%;
}

.intro-wrap h1 img{
    width: 100%;
}

.intro-wrap .intro-wrap-read{
    width: 55%;
    text-align: center;
}

.intro-wrap .intro-wrap-read .t01{
    font-size: 1.3em;
    line-height: 1.7;
}

.intro-wrap .intro-wrap-read .t01 span{
    color: #ff0096;
}

.intro-wrap .intro-wrap-read .t02{
    font-size: 1.7em;
    color: #ff0096;
    line-height: 1.5;
}

.intro-wrap .intro-wrap-read .t02 span{
    background: linear-gradient(transparent 40%, #fff 0%);
    padding: 0 0.5em;
}

.main-navi{
    margin: 50px 0;
}

.main-navi ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.main-navi ul li{
    width: calc( 100% / 6);
}

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

section{
    background-image:
        url("../images/common/frame-top-left.png"),
        url("../images/common/frame-top-right.png"),
        url("../images/common/frame-bottom-left.png"),
        url("../images/common/frame-bottom-right.png"),

        url("../images/common/frame-top-center.png"),
        url("../images/common/frame-middle-left.png"),
        url("../images/common/frame-middle-right.png"),
        url("../images/common/frame-bottom-center.png"),

        url("../images/common/frame-bg.png");
    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat,
        no-repeat,
        repeat-x,
        repeat-y,
        repeat-y,
        repeat-x,
        repeat;
    background-position:
        left top,
        right top,
        left bottom,
        right bottom,
        left top,
        left top,
        right top,
        left bottom,
        left top;
    background-size: 80px 80px, 80px 80px, 80px 80px, 80px 80px, 80px 80px, 80px 80px, 80px 80px, 80px 80px, 80px 80px;
    padding: 60px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    margin: 70px 0;
    position: relative;
}

section.top-movie{
    margin-top: 70px;
}


section::before{
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    top: -40px;
    left: calc(50% - 60px );
    background: url(../images/common/frame-watch.png) no-repeat;
    background-size: contain;
}

.theme-line{
    width: 100%;
    height: 44px;
    margin: 40px 0;
    background: url(../images/common/theme-line.png) no-repeat center;
}

.theme{
    text-align: center;
}

.theme .t01{
    font-size: 1.3em;
    line-height: 1.7;
}

.theme .t01 span{
    color: #ff0096;
}

.theme .t02{
    font-size: 1.7em;
    margin-bottom: 1.5em;
    line-height: 1;
}

.theme .t02 span.underline{
    background: linear-gradient(transparent 40%, #fff 0%);
    padding: 0 0 0 0.5em;
}

.theme .t02 span.cc{
    color: #ff0096;
}

.eh-wrap01{
    max-width: 500px;
    margin: 0 auto 2em auto;
}

.eh-wrap02{
    max-width: 500px;
    margin: -20px auto 20px auto;
}

.eh-wrap01 img,
.eh-wrap02 img{
    width: 100%;
}

ul.content-list-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1% 50px -1%;
    list-style: none;
    align-items: center;
}

.content-list-wrap li.btn{
    width: 20%;
    padding: 0 1%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.content-list-wrap li.btn img{
    width: 100%;
}

.content-list-wrap li.text{
    width: 30%;
    padding: 0 1%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

hr{
    margin: 50px 0;
}

.cc01{
    color: #ff0096;
}

/*present*/

.present-wrap{
    border: 1px solid #B19552;
    padding: 2em;
    background: #fff;
    margin-top: 2em;
    position: relative;
}

.present-wrap::before{
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: calc( 100% - 10px );
    height: 5px;
    background: #6a3906;
}

.point{
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.point span
{
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    color: #ff0096;
    vertical-align: baseline;
}

.present-wrap .presentname{
    font-size: 1.4em;
    color: #000;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    line-height: 1.5;
    margin-bottom: 0.7em;
}

.present-pic-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
}

.present-pic-wrap .present-pic{
    width: calc( 100% / 3 );
    padding: 0 1.5%;
    box-sizing: border-box;
}

.present-pic-wrap .present-pic img{
    width: 100%;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

.present-pic-wrap .present-pic p{
    font-size: 0.8em;
    line-height: 1.5;
    margin-top: 1em;
}

.app-link {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.app-link img {
    width: 100%;
}

ul.app-btn {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 3% auto;
}

ul.app-btn li {
    flex-basis: 50%;
    box-sizing: border-box;
}

ul.app-btn li:first-child {
    padding-right: 1.5%;
}

ul.app-btn li:last-child {
    padding-left: 1.5%;
}

ul.app-btn li img {
    width: 100%;
}

/*product*/

ul.novellist{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% -3% -1.5%;
}

ul.novellist li{
    width: calc( 100% / 4 );
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 3%;
    display: flex;
    flex-direction: column;
}

ul.novellist li .cover img{
    width: 100%;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

ul.novellist li .title
{
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    line-height: 1.5;
    margin: 0.5em 0;
    color: #000;
    flex-grow: 1;
}

ul.novellist li .series
{
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    line-height: 1.5;
    margin: 0.5em 0 0 0;
    color: #000;
    flex-grow: 1;
    font-size: 0.9em;
    color: #ff0096;
}

ul.novellist li .ss-title
{
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    line-height: 1.5;
    color: #000;
    margin: 0.5em 0 0.7em 0;
}

ul.novellist li .title span{
    font-size: 0.8em;
    color: #666;
}

ul.novellist li .author{
    font-size: 0.8em;
    line-height: 1.5;
    border-left: 2px solid #ff0096;
    padding-left: 1em;
}

ul.novellist li .ss-btn{
    margin-top: 1em;
}

ul.novellist li .ss-btn a{
    border: 2px solid #fff;
    background: #B19552;
    background: linear-gradient(0deg, rgba(177, 149, 82, 1) 0%, rgba(220, 215, 160, 1) 100%);
    text-align: center;
    display: block;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
    color: #fff;
    border-radius: 30px;
    padding: 0.2em 0.5em;
    font-size: 1.1em;
    position: relative;
}

ul.novellist li .ss-btn a::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f02d";
    font-weight: bold;
    color: #fc0;
    margin-right: 0.5em;
}

.novel-month{
    margin: 50px 0;
}

.novel-month img{
    width: 100%;
}

/*bonus*/

.bonus-intro{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
}

.bonus-intro .panel{
    width: 50%;
}

.bonus-intro .obi{
    width: 47%;
}

.bonus-intro .panel img,
.bonus-intro .obi img{
    width: 100%;
}

.bonus-pic{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
}

.bonus-pic .normal,
.bonus-pic .sign{
    width: 50%;
    padding: 0 1.5%;
    box-sizing: border-box;
    position: relative;
}

.bonus-pic .normal .version,
.bonus-pic .sign .version{
    position: absolute;
    top: 0;
    left: 3%;
    z-index: 1;
    background: #b19552;
    color: #fff;
    padding: 0.5em;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.bonus-pic .normal img,
.bonus-pic .sign img{
    width: 100%;
}

.shoplist-wrap{
            display: flex;
            flex-wrap: wrap;
        }

        .shoplist-wrap div{
            width: 50%;
        }

        dl.shoplist{
            display: flex;
            flex-wrap: wrap;
            font-size: 0.8em;
        }

        dl.shoplist dt{
            width: 20%;
            color: #4d85c5;
        }

        dl.shoplist dd{
            width: 80%;
        }

.bonus-sub{
    text-align: center;
    margin-top: 2em;
}

/*ss*/

.ss-wrap{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 2.2em;
}

.author-wrap{
    margin: 0 auto 50px auto;
    text-align: center;
    color: #000;
}

.author-wrap .series{
    font-size: 0.8em;
}

/*goods*/

ul.list{
    padding-left: 1em;
    margin-bottom: 2em;
}

ul.list2{
    list-style: none;
}

ul.list2 li{
    padding: 0.5em;
    font-size: 0.9em;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;

}

ul.list2 li:nth-child(odd){
    background: #f6f6f6;
}

ul.list2 li .series{
    color: #000;
}

ul.list2 li .number{
    font-size: 0.9em;
    padding-left: 1em;
    text-align: right;
}

.famimalist,
.goodslist{
    margin: 50px 0;
}

.famimalist ul,
.goodslist ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% -3% -1.5%;
}

.famimalist ul li,
.goodslist ul li{
    width: calc( 100% / 4 );
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 3%;
    display: flex;
    flex-direction: column;
}

.famimalist ul li img,
.goodslist ul li img{
    width: 100%;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

/*special*/

.sp-ill{
    margin: 50px 0 0 0;
}

.sp-ill img{
    width: 100%;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

/*footer*/

footer {

    background: rgba(234, 231, 200, 0.9);
    padding: 50px 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
}

footer h5{
    color: #6e3c08;
    margin-bottom: 2em;
}

.contact-bg {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

ul.contact-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
    list-style: none;
}

ul.contact-wrap li {
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 3%;
    text-align: left;
}

ul.contact-wrap li p {
    border-left: 1px solid #6e3c08;
    padding-left: 1em;
}

ul.contact-wrap li:first-child {
    flex-basis: 50%;
}

ul.contact-wrap li:last-child {
    flex-basis: 50%;
}

footer ul.sns {

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

footer ul.sns li {
    width: 50px;
    margin: 0 5px;
}

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

#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    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: 768px) {

    body {
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
    }

    body::after {
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -9;
    width: 100vw;
    height: 100vh;
    background: url(../images/common/bg_bottom2.png) no-repeat bottom center;
    background-size: contain;
}

span.br::before{
        content: "\A" ;
        white-space: pre ;
    }

/*content*/

.wrap {
    width: 100%;
    margin: 0 auto;
    padding: 5vh 10px 0 10px;
    box-sizing: border-box;
}

.common-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.common-header h1{
    width: 40%;
    margin-bottom: 3vh;
}

.common-header .common-navi{
    width: 100%;
}

.common-header .common-navi ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
}

.common-header .common-navi ul li{
    width: calc(100% / 3);
    margin-bottom: 5px;
}

.h2-line{
    background: #fff;
    width: 100vw;
    margin: 5vh calc(50% - 50vw);
    padding: 1.5em 0;
    position: relative;
}

.h2-line h2{
    text-align: center;
    color: #ff0096;
    font-size: 1.6em;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    background: none;
    position: relative;
}

.intro-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 5vh 0;
}

.intro-wrap h1{
    width: 70%;
    margin-bottom: 3vh;
}

.intro-wrap .intro-wrap-read{
    width: 100%;
    text-align: center;
}

.intro-wrap .intro-wrap-read .t01{
    font-size: 1.1em;
    line-height: 1.7;
}

.intro-wrap .intro-wrap-read .t02{
    font-size: 1.5em;
    color: #ff0096;
    line-height: 1.5;
}

.main-navi{
    margin: 5vh 0;
    margin-bottom: calc( 5vh - 5px);
}

.main-navi ul li{
    width: calc( 100% / 3);
    margin-bottom: 5px;
}

section{
    background-image:
        url("../images/common/frame-top-left.png"),
        url("../images/common/frame-top-right.png"),
        url("../images/common/frame-bottom-left.png"),
        url("../images/common/frame-bottom-right.png"),

        url("../images/common/frame-top-center.png"),
        url("../images/common/frame-middle-left.png"),
        url("../images/common/frame-middle-right.png"),
        url("../images/common/frame-bottom-center.png"),

        url("../images/common/frame-bg.png");
    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat,
        no-repeat,
        repeat-x,
        repeat-y,
        repeat-y,
        repeat-x,
        repeat;
    background-position:
        left top,
        right top,
        left bottom,
        right bottom,
        left top,
        left top,
        right top,
        left bottom,
        left top;
    background-size: 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px;
    padding: 30px 30px 50px 30px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    margin: 6vh 0;
}

section::before{
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    left: calc(50% - 30px);
    background: url(../images/common/frame-watch.png) no-repeat;
    background-size: contain;
}

section.top-movie{
    margin-top: 7vh;
    margin-bottom: 5vh;
}

.theme-line{
    width: 100%;
    height: 44px;
    margin: 4vh 0;
    background: url(../images/common/theme-line.png) no-repeat center;
}

.theme .t01{
    font-size: 1.1em;
    line-height: 1.7;
}

.theme .t02{
    font-size: 1.5em;
    margin-bottom: 1.5em;
    line-height: 1;
}

hr{
    margin: 5vh 0;
}

ul.content-list-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1% 5vh -1%;
    list-style: none;
    align-items: center;
}

.content-list-wrap li.btn{
    width: 45%;
    padding: 0 1%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.content-list-wrap li.text{
    width: 55%;
    padding: 0 1%;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 0.9em;
    line-height: 1.5;
}

.sp-movie-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}

.sp-movie-wrap .movie-frame{
    width: 100%;
}

.sp-movie-wrap .text-frame{
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
    position: relative;
}

.sp-movie-wrap .text-frame .profile-pic{
    position: relative;
    width: 50%;
    top: 0;
    right: auto;
    left: 25%;
    z-index: 5;
    margin: 1.5em 0;
}

.st-movie-wrap ul{
    width: 100%;
    justify-content: center;
}

.st-movie-wrap ul li.st-movie{
    width: 60%;
    margin-bottom: 2em;
}

.st-movie-wrap ul li.st-text{
    width: 100%;
    text-align: center;
}

h4.h4line,
h4.h4normal{
    margin: 1.5em 0;
}

h4.h4line2{
    margin: 2em 0 1.5em 0;
}

h4.h4line::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: bold;
    color: #6a3906;
    margin-right: 0.5em;
    position: absolute;
    left: 0;
    top: calc(50% - 0.7em);
}

h4.h4line::after{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: bold;
    color: #6a3906;
    margin-left: 0.5em;
    position: absolute;
    right: 0;
    top: calc(50% - 0.7em);
}

.read{
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 6vh;
}

.read-sub{
    font-size: 0.9em;
    display: table;
    margin: -2vh auto 6vh auto;
}


    /*navi*/

    nav {
        width: 100%;
    }

    /*present*/

.present-wrap{
    border: 1px solid #B19552;
    padding: 1.5em;
    background: #fff;
    margin-top: 2em;
    position: relative;
}

.present-wrap .presentname{
    font-size: 1.2em;
    color: #000;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    line-height: 1.5;
    margin-bottom: 0.7em;
}

.present-pic-wrap{
    justify-content: center;
    margin-bottom: -1em;
}

.present-pic-wrap .present-pic{
    width: calc( 100% / 2 );
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 1em;
}

ul.app-btn {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 500px;
        width: 100%;
        margin: 0 auto 3vh auto;
    }

    /*product*/

ul.novellist{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5% -3vh -2.5%;
}

ul.novellist li{
    width: calc( 100% / 2 );
    padding: 0 2.5%;
    box-sizing: border-box;
    margin-bottom: 3vh;
}

.novel-month{
    margin: 5vh 0;
}

/*bonus*/

.bonus-intro .panel{
    width: 100%;
    margin-bottom: 3vh;
}

.bonus-intro .obi{
    width: 100%;
}

.bonus-pic .normal,
.bonus-pic .sign{
    width: 100%;
    padding: 0 1.5%;
    box-sizing: border-box;
    position: relative;
}

.bonus-pic .normal{
    margin-bottom: 3vh;
}

.bonus-pic .normal .version,
.bonus-pic .sign .version{
    left: 1.5%;
}

.shoplist-wrap div{
            width: 100%;
        }

.bonus-sub{
    text-align: left;
    margin-top: 2em;
}

/*goods*/

.famimalist,
.goodslist{
    margin: 5vh 0;
}

.famimalist ul,
.goodslist ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5% -3vh -2.5%;
}

.famimalist ul li,
.goodslist ul li{
    width: calc( 100% / 2 );
    padding: 0 2.5%;
    box-sizing: border-box;
    margin-bottom: 3vh;
    display: flex;
    flex-direction: column;
}

/*special*/

.sp-ill{
    margin: 5vh 0 0 0;
}
    /*footer*/

    footer {

        background: rgba(234, 231, 200, 0.9);
        padding: 5vh 15px;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        font-size: 0.9em;
    }

    ul.contact-wrap li:first-child,
    ul.contact-wrap li:last-child {
        flex-basis: 100%;
        margin-bottom: 3vh;
    }


}

