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

* {
  margin: 0;
  padding: 0;
}


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

a:hover{
	opacity:0.5;
}

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

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

/*---h,p---*/
h1{
    margin: 0;
    padding: 0;
}
h2{
    font-size: 24px;
    margin-bottom: 2%;
}
h2 span{
    font-size: 14px;
    margin-left: 3%;
    font-weight: normal;
}
h3 {
    font-size: 20px;
}
h3 span{
    font-size: 18px;
    margin-left: 4%;
    letter-spacing: 1px;
    font-weight: normal;
}
h4 {
    font-size: 16px;
    text-align: left;
}
h5 {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
p {
    font-size: 16px;
}

/*---header---*/
header{
    z-index: 5;
    width: 100%;
    height: 50px;
    position: relative;
    background: #fff;
}
header::after{
    content: "";
    display: block;
    width: 32%;
    border-bottom: solid 2px #000000;
    position: absolute;
    top: calc(50px);
    right: 0%;
}
header .logo{
    width: 178px;
    padding: 13px 0 0 22px;
}

/*---mincho---*/
.mincho{
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*---ttl---*/
.ttl{
    margin: 0 auto 0;
    font-size: 3.8vw;
    text-align: center;
    line-height: 2.5vw;
    color: #fff;
}
.ttl img{
    width: 55px;
    margin-bottom: 2%;
}
.ttl span{
    font-size: 1.2vw;
    font-weight: bold;
    margin-left: 0;
}

/*---bt---*/
.btn{
    width: 38%;
    padding: 6px 0;
    font-size: 18px;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #000000;
}
.btn:hover{
    opacity: 0.7;
    transition: 0.5s;
}
.btn::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
}

/*---main---*/
main{
    width: 100%;
    text-align: center;
    height: 700px;
    position: relative;
}
main img{
    width: 77%;
    margin: 0 auto 0;
}
.name{
    position: absolute;
    bottom: 16%;
    left: 0;
    background: #000;
    font-size: 7vw;
    line-height: 1.2em;
    padding: 0 1% 0 10%;
    color: #fff;
    font-weight: bold;
    letter-spacing: -1px;
}
.name_img{
    position: absolute;
    bottom: 4%;
    left: 13%;
}

/*---profile---*/
#profile{
    width: 100%;
    background: #000;
    margin: 1% auto 0;
    position: relative;
    padding-bottom: 12%;
}
#profile .logo{
    width: 24%;
    padding: 8% 0 2% 45%;
}
#profile .logo img{
    width: 100%;
}
.down{
    padding: 4% 0 0;
    text-align: center;
}
.down img{
    width: 28px;
}
.act_img{
    position: absolute;
    top: 12%;
    width: 30%;
    left: 14%;
}
.act_img img{
    width: 100%;
}
.txt{
    background: #fff;
    padding: 4% 0 5% 45%;
}
.act_sns{
    margin: 4% 0;
}
.act_sns img{
    width: auto;
    height: 23px;
}
.act_sns p{
    display: inline-block;
    margin: 0 2%;
}
.vr{
    background-color: #000;
    width: 2px;
    height: 24px;
    margin: 5% 0 5% 19%;
}

/*---gallery---*/
#gallery{
    background: #000;
    margin: 0 auto 0;
    position: relative;
}
#gallery img{
    width: 100%;
}
.photo{
    width: 60%;
    margin: 0 auto 0;
}
.thumb{
    width: 100%;
    margin: 0 auto 0;
    position: absolute;
    left: 0;
    bottom: -10%;
    text-align: center;
}
#gallery p{
    display: inline-block;
    width: 140px;
    margin: 1%;
    height: 110px;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 54%);
    overflow: hidden;
    cursor: pointer;
}

/*---actress---*/
#actress{
    width: 100%;
    background: #000;
    padding: 10% 0 8%;
}
#actress ul{
    display: flex;
    width: 80%;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 0;
    padding-top: 3%;
}
.item{
    width: 120px;
    position: relative;
    margin: 0 0.5% 1%;
    height: 172px;
    overflow: hidden;
}
.item p{
    position: absolute;
    bottom: 0;
    color: #000;
    background: #fff;
    width: 84%;
    padding: 4% 8%;
    font-size: 15px;
}
.item img{
    width: 100%;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 25%);
}
.item p::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 14px;
}

/*---pageTop---*/
#pageTop {
    padding: 0 0 6%;
    text-align: center;
    background: #000;
}
#pageTop img {
    width: 28px;
}

/*---campaign---*/
.w_bg{
    padding: 6% 0 8%;
    background-color: #fff;
    margin: 0 auto 4%;
    position: relative;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 25%);
}
.w_bg::before{
    content: "";
    display: block;
    width: 32%;
    border-bottom: solid 2px #000000;
    position: absolute;
    top: 0;
    left: 0;
}
.w_bg::after{
    content: "";
    display: block;
    width: 32%;
    border-bottom: solid 2px #000000;
    position: absolute;
    bottom: 0;
    right: 0;
}

#campaign{
    width: 100%;
}

#campaign .ttl{
    color: #000;
}
#campaign ul{
    display: flex;
    width: 80%;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 0;
    padding-top: 3%;
}
#campaign li{
    list-style: none;
    width: 28%;
    margin: 0 1% 1%;
    padding: 1%;
    border: solid 1px;
    text-align: right;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 25%);
}
#campaign p{
    font-size: 16px;
    margin: 10% auto;
    text-align: left;
}
#campaign li img{
    width: 100%;
}
#campaign li span{
    font-size: 14px;
    font-weight: normal;
    padding-left: 3%;
}

#campaign p {
    font-size: 16px;
    margin: 1% auto;
    text-align: left;
    color: #000;
    width: 80%;
    max-width: 800px;
    
}

#campaign p span {
    display: block;
    font-size: 90%;
}

/*20250418追加*/
/*---newarrival---*/
#newarrival{
    width: 100%;
    text-align: center;
/*    background: rgba(64, 64, 64, 0.7);
    background: #fff;*/
}
#newarrival ul{
    display: flex;
    width: 80%;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 0;
    padding-top: 3%;
}
#newarrival li{
    list-style: none;
    width: 20%;
    margin: 0 1% 2%;
}
#campaign p{
    font-size: 16px;
    margin: 1% auto;
}
#newarrival li img{
    width: 100%;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 25%);
}
