@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}


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

.pc { display: block !important; }
.sp { display: none !important; }

body{
    padding: 0;
    font-family: Quicksand, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", sans-serif;
    background:#fff;
    color: #000000;
    width: 100%;
}

/*---h,p---*/
h1, h2{
    color: #E40025;
    font-size: 38px;
}
h3{
    font-size: 34px;
}
h4{
    font-size: 20px;
    color: #E40025;
}
h5{
    font-size: 28px;
    color: #E40025;
}
p {
    font-size: 18px;
}
button {
    border: none;
    background: none;
}

/*---header---*/
header{
    width: 100%;
    height: 80px !important;
    background: #fff;
    border-bottom: solid 2px #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
header img{
    width: 100%;
}
header .logo{
    height: 80px;
    width: 76%;
}
header .sodjs{
    width: 280px;
    margin: 14px 20px 14px 60px;
    padding-right: 20px;
}
header .sns{
    width: 20%;
}
header .sns p{
    margin: 0 5%;
}

/*---hd-ft共通 logo sns---*/
.logo img{
    width: 100%;
}
.logo p{
    display: inline-block;
    vertical-align: middle;
}
.sns img{
    height: 26px;
    width: auto;
}
.sns p{
    display: inline-block;
    vertical-align: middle;
}

/*---content---*/
.content {
    position: relative;
    z-index: 1;
    margin-top: 5%;
    background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0px,
    rgba(255, 255, 255, 0) 200px,
    rgba(227, 227, 227, 1) 200px,
    rgba(227, 227, 227, 1) 100%
    );
}
.content img{
    width: 100%;
}

/*---box---*/
.box {
    width: 100%;
    margin: 6% auto;
    text-align: center;
}
.box .inner{
    width: 76%;
    margin: 0 auto 0;
}
.box img{
    width: 100%;
}
.white {
    background-color: #fff;
    padding: 6% 0;
    border-radius: 30px;
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.123));
    position: relative;
}
.end {
    margin: 6% auto 0;
    padding-bottom: 6%
}

/*---parts---*/
.down {
    position: absolute;
    top: -15px;
    width: 3%;
    left: 48.5%;
}
.jkt {
    border-radius: 12px;
    filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.233));
}
.divider {
    height: 2px;
    background-color: #E40025;
    width: 100%;
    border: none;
    margin: 5% auto;
}
span{
    color: #E40025;
}
.s_ttl {
    color: #E40025;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 1%;
}
.photo{
    width: 35%;
}
.txt{
    width: 55%;
    text-align: left;
    margin-left: 4%;
}
.red p{
    background-color: #fff;
    border: solid 2px #E40025;
    border-radius: 100px;
    transition: 0.3s;
}
.red p:hover {
    border: solid 2px #000;
}
.out {
    filter: grayscale(100%) brightness(70%);
    pointer-events: none; 
    opacity: 0.4;
}

/*---release---*/
.release {
    width: 100%;
}
.release ul{
    width: 100%;
    margin-bottom: 5%;
}
.release li{
    display: inline-block;
    vertical-align: middle;
}
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modal {
    position: relative;
    background: white;
    border-radius: 20px;
    max-width: 80%;
    width: 30%;
    padding: 3%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.308);
    text-align: center;
    animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
    from {opacity: 0; transform: translateY(10px);}
    to {opacity: 1; transform: translateY(0);}
}
.buy-btn {
    background-color: #000;
    color: white;
    width: 50%;
    border: none;
    padding: 2% 0;
    font-size: 22px;
    font-weight: bold;
    border-radius: 100px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 3%;
}
.buy-btn:hover {
    background-color: #E40025;
}
.close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 27px;
    text-align: center;
    border: none;
    border-radius: 50%;
    background: #000;
    color: white; 
    cursor: pointer;
    transition: background 0.3s;
}
.close-btn:hover {
    background: #E40025;
}
.link-btn {
    display: block;
    background-color: #fff;
    border: solid 2px #E40025;
    padding: 4% 0;
    border-radius: 100px;
    margin: 3% 0;
    transition: 0.3s;
}
.link-btn img{
    width: 30%;
}
.link-btn:hover {
    border: solid 2px #000;
}

/*---actress---*/
.actress {
    width: 100%;
}
.actress ul{
    width: 100%;
}
.actress li{
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    margin: 0 4%;
}
.actress h4{
    margin-top:4%;
}
.actress h5{
    margin-top:2%;
}
.actress .s_ttl {
    color: #000;
    margin-top:2%;
}
.actress button {
    text-align: center;
    margin-top: 5%;
}
.actress button p{
    display: inline-block;
    margin: 0 7%;
    width: 24%;
}

/*---fantia---*/
.fantia {
    width: 100%;
}
.fantia ul{
    width: 100%;
}
.fantia li{
    display: inline-block;
    vertical-align: middle;
}
.fantia h4{
    margin-top:2%;
}
.fantia .txt{
    margin-top: 5%;
}
.fta-btn {
    width: 100%;
    margin-top: 5%;
}
.fta-btn p{
    width: 50%;
    padding: 3% 0;
}
.fta-btn img{
    width: 35%;
}

/*---dvd---*/
.dvd {
    width: 100%;
}
.dvd ul{
    width: 100%;
    margin-bottom: 5%;
}
.dvd li{
    display: inline-block;
    vertical-align: middle;
}
.dvd-btn {
    width: 100%;
    margin-top: 5%;
}
.dvd-btn p{
    display: inline-block;
    width: 35%;
    margin: 0 1%;
    padding: 1.5% 0;
}
.dvd-btn img{
    width: 30%;
}

/*---lineup---*/
.lineup {
    width: 100%;
}
.lineup ul{
    width: 100%;
    margin-top: 3%;
}
.lineup li{
    display: inline-block;
    vertical-align: middle;
    width: 26%;
    margin: 0 2%;
}
.lineup img:hover {
    opacity: 0.7;
    transition: 0.5s;
}

/*---pageTop---*/
#pageTop {
    text-align: right;
    padding-right: 100px;
    line-height: 0;
    background: #e3e3e3;
}
#pageTop img {
    width: 130px;
}

/*---header---*/
footer{
    border-top: solid 2px #000;
    background: #fff;
}
footer .logo{
    text-align: center;
}
footer .sodjs{
    width: 340px;
    margin: 0 auto 1%;
}
footer .sod{
    width: 160px;
    margin: 0 auto 3%;
}
footer .sns{
    text-align: center;
    width: 100%;
    padding: 5% 0 3%;
}
footer .sns p{
    margin: 0 2%;
}
footer .copy{
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    padding: 1% 0;
    background: #000;
    color: #fff;
}