@charset "utf-8";

.page{
    background-color: #FFFFFF;
}

.l-main-container .barcode.u-sp{
    position: static;
    padding: 25px 0;
}

/* contact */
.contact-wrap{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-top: 22vh;
    margin-left: auto;
    width: 65vw;
    min-width: 790px;
    @media screen and (max-width: 991px){
        display: block;
        padding-top: 0;
        margin-left: 0;
        width: auto;
        min-width: auto;
    }
}

.contact-wrap__image{
    @media screen and (max-width: 991px){
        margin: 60px 0 20px -18px;
    }
}

.contact-wrap__image img{
    width: 37.5vw;
    @media screen and (max-width: 991px){
        width: 100vw;
    }
}

.contact-wrap__info{
    /* width: 281px; */
}

.contact-wrap__info h3{
    margin-top: 24px;
    font-size: 20px;
}

.contact-wrap__info p{
    margin-top: 18px;
    font-size: 16px;
    line-height: 32px;
}

.contact-wrap__info a{
    margin-top: 13px;
    font-size: 14px;
    color: #564E89;
}
.contact-wrap__info a:hover{
    text-decoration: underline;
}
.e-mail{
    margin-top: 37px;
    font-size: 15px;
}
.e-mail a {
    font-size: 15px;
}

.e-mail span{
    font-weight: bold;
}

.info-founder{
    margin-top: 60px;
}

/* profile */
.profile-wrap{
    display: flex;
    align-items: center;
    padding-top: 13vh;
    margin-left: auto;
    width: 74.5vw;
    min-width: 790px;
    @media screen and (max-width: 991px){
        display: block;
        padding-top: 0;
        margin-left: 0;
        width: auto;
        min-width: auto;
    }
}

.profile-wrap__image{
    margin-right: 80px;
    @media screen and (max-width: 991px){
        margin: 0 0 20px -18px;
    }
}

.profile-wrap__image img{
    width: 35vw;
    @media screen and (max-width: 991px){
        width: 100vw;
    }
}

.info-profile h2 img{
    height: 14px;
}

.info-profile h3{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.info-profile h3 span{
    font-size: 14px;
    font-weight: 500;
}

.info-profile p{
    margin-top: 13px;
    font-size: 14px;
    line-height: 28px;
}

.info-appearance{
    margin-top: 70px;
    width: 34vw;
    @media screen {
        width: 100%;
    }
}

.info-appearance h2{
    font-size: 16px;
    color: #564E89;
    font-weight: 700;
}

.info-appearance-col{
    display: flex;
    align-items: start;
    gap: 30px 50px;
    margin-top: 22px;
    font-size: 12px;
    @media screen and (max-width: 991px){
        display: block;
    }
}

.info-appearance-col h3{
    font-weight: 600;
}

.info-appearance-col ul + h3{
    margin-top: 30px;
}

.info-appearance-col li{
    line-height: 20.5px;
}

.info-appearance-col li + li{
    margin-top: 8px;
}

.info-appearance-col div + div{
    @media screen and (max-width: 991px){
        margin-top: 30px;
    }
}

/* artist */
.artist-wrap{
    padding-top: 13vh;
    padding-bottom: 5vh;
    margin-left: auto;
    width: 72.5vw;
    min-width: 790px;
    max-width: 1160px;
    @media screen and (max-width: 991px){
        padding-top: 0;
        margin-left: 0;
        width: auto;
        min-width: auto;
    }
}

.artist-wrap h2{
    height: 24px;
    margin-bottom: 30px;
}

.artist-wrap__lists {
    @media screen and (max-width: 991px){
        max-width: 500px;
        margin: 0 auto;
    }
}

.artist-wrap__list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    transition: all .3s;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    @media screen and (max-width: 991px){
        display: block;
    }
}

.artist-wrap__list .col1 {
    width: 350px;
    @media screen and (max-width: 991px){
        width: 100%;
    }
}

.artist-wrap__list .col1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artist-wrap__list .col2 {
    position: relative;
    flex: 1;
    padding: 30px;
    background-color: rgba(255,255,255,0.8);
    @media screen and (max-width: 991px){
        padding: 20px;
    }
}

.artist-wrap__list h3 {
    position: relative;
    font: 28px "游ゴシック体", YuGothic;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #554e89;
    @media screen and (max-width: 991px){
        font-size: 20px;
    }
}

.artist-wrap__list h3 span {
    margin-left: 20px;
    font-size: 16px;
    color: #554e89;
    opacity: .5;
    @media screen and (max-width: 991px){
        margin-left: 15px;
        font-size: 15px;
    }
}

.artist-wrap__list h3 > a {
    position: absolute;
    right: 20px;
    transition: opacity .3s;
    @media screen and (max-width: 991px){
        right: 0;
    }
}
.artist-wrap__list h3 > a:hover {
    opacity: .7;
}

.artist-wrap__list p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
    @media screen and (max-width: 991px){
        font-size: 16px;
    }
}

.artist-wrap__list .col2 > a {
    position: relative;
    display: inline-block;
    margin-top: 50px;
    color: #554e89;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    @media screen and (max-width: 991px){
        display: block;
        margin-top: 30px;
        font-size: 16px;
    }
}
.artist-wrap__list .col2 > a.smMt {
    @media screen and (min-width: 992px){
        margin-top: 20px;
    }
}

.artist-wrap__list .col2 > a::before,
.artist-wrap__list .col2 > a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.artist-wrap__list .col2 > a::before {
}

.artist-wrap__list .col2 > a::after {
	right: 6px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #554e89;
	border-right: 1px solid #554e89;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.artist-wrap__list:hover {
    opacity: .8;
}
.artist-wrap__list:hover .col2 > a {
    text-decoration: underline;
}

/* artist モーダル */
.page .remodal {
    max-width: 1080px;
    @media screen and (max-width: 991px){
        max-width: 500px;
        padding: 35px 20px;
    }
}
.page .modal-close {
    display: block;
    position: absolute;
    padding: 20px;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    @media screen and (max-width: 991px){
        top: 0;
        right: 0;
    }

}
.page .modal-close::before, .page .modal-close::after {
    content: "";
    position: absolute;
    width: 1px; /* 棒の幅（太さ） */
    height: 30px; /* 棒の高さ */
    background: #333;
  }

  .page .modal-close::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }

  .page .modal-close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
.page .swiper {
    width: 450px;
    max-height: 700px;
    @media screen and (max-width: 991px){
        width: 100%;
        max-width: 450px;
    }
}
.page .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page .swiper .swiper-pagination-bullet-active {
    background-color: #554e89;
}

.page .modal-cols {
    display: flex;
    gap: 30px;
    @media screen and (max-width: 991px){
        display: block;
    }
}
.page .modal-cols .modal-txt {
    flex: 1;
    text-align: left;
    @media screen and (max-width: 991px){
        margin-top: 20px;
    }
}
.page .modal-cols .modal-txt h3 {
    color: #554e89;
    font: 22px "游ゴシック体", YuGothic;
    font-weight: bold;
    margin-bottom: 10px;
    @media screen and (max-width: 991px){
        font-size: 20px;
    }
}
.page .modal-cols .modal-txt h4 {
    font: 18px "游ゴシック体", YuGothic;
    font-weight: bold;
    margin-top: 10px;
    @media screen and (max-width: 991px){
        font-size: 16px;
    }
}
.page .modal-cols .modal-txt p {
    font: 16px "游ゴシック体", YuGothic;
    line-height: 1.8;
    padding-left: 1em;
    @media screen and (max-width: 991px){
        font-size: 14px;
    }
}
.page .modal-cols .modal-txt p a {
    font-weight: bold;
    color: #554e89;
    text-decoration: underline;
}
.page .modal-cols .modal-txt p a:hover {
    text-decoration: none;
}
