@charset "UTF-8";

#mint {
max-width: 1070px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}

#mint img {
width: 100%;
}

#mint h1 {
width: 100%;
}

.eventlink {
width: 100%;
margin: 20px 0;
}
.eventlink a {
display: block;
padding: 0.5em;
background: #7ac3d3;
color: #fff;
font-weight: bold;
font-size: 140%;
text-align: center;
}

.itembox,
.profbox {
width: 100%;
margin: 0 !important;
padding: 30px 17px !important;
}

.runabox {
background: #fdeef4;
}

.nozomibox {
background: #e4f3f6;
}

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

.videobox iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

.item-detail {
margin-top: 15px;
display: flex;
align-items: center;
}

.item-jk {
width: 35%;
min-width: 110px;
max-width: 170px;
}

.item-data {
flex: 1 1 0%;
margin-left: 15px;
}

.item-data h2 a {
display: block;
font-size: 115%;
font-weight: bold;
line-height: 1.5;
min-height: 5em;
}

.item-data dt {
float: left;
clear: both;
width: 4em;
font-weight: bold;
margin-right: 1em;
padding: 0.2em 0;
}

.item-data dd {
padding: 0.2em 0;
}

.item-data p {
max-height: 5em;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.item-btn {
margin-top: 0.5em;
}

.item-btn a {
display: block;
max-width: 240px;
text-align: center;
color: #fff;
font-size: 120%;
font-weight: bold;

padding: 0 1.5em;
border-radius: 4px;
box-shadow: 0 -3px 0 rgb(0 0 0 / 10%) inset;
}

.runabox .item-btn a {
background: #f3a9c9;
}

.nozomibox .item-btn a {
background: #7ac3d3;
}

.profbox h3 {
text-align: center;
color: #fff;
font-size: 200%;
font-weight: bold;
line-height: 1.2;
padding: 5px;
margin-bottom: 10px;
}

.profbox h3 span {
display: block;
font-size: 50%;
}

.profbox.runabox h3 {
background: #f3a9c9;
}

.profbox.nozomibox h3 {
background: #7ac3d3;
}

.prof-catch {
display: block;
text-align: center;
font-size: 140%;
line-height: 1.5;
margin-bottom: 10px;
}

.prof-photo img,
.prof-gallery img {
width: 100%;
border-radius: 10px;
}

.prof-photo {
width: 40%;
max-width: 190px;
margin: 15px auto;
}

.prof-info {
flex: 1 1 0%;
margin-bottom: 1em;
position: relative;
}

.prof-info:before {
content: "PROFILE";
display: block;
margin-bottom: 0.2em;
font-weight: bold;
}

.runabox .prof-info:before {
color: #f3a9c9;
}

.nozomibox .prof-info:before {
color: #7ac3d3;
}

.prof-info dt {
float: left;
clear: both;
width: 6.5em;
margin-right: 1em;
padding: 0.2em 0;
}

.prof-info dd {
padding: 0.2em 0;
}

.prof-tl {
width: 100%;
margin-top: 20px;
}

.prof-gallery {
width: 100%;
display: flex;
flex-wrap: wrap;
}

.prof-gallery:before {
content: "GALLERY";
display: block;
width: 100%;
text-align: center;
margin-bottom: 0.5em;
font-weight: bold;
}

.runabox .prof-gallery::before {
color: #f3a9c9;
}

.nozomibox .prof-gallery::before {
color: #7ac3d3;
}

.prof-gallery li {
width: 25%;
padding: 1px;
cursor: pointer;
}

.prof-movie {
width: 100%;
margin-top: 20px;
}

.prof-movie:before {
content: "MOVIE";
display: block;
width: 100%;
text-align: center;
margin-bottom: 0.5em;
font-weight: bold;
}

.runabox .prof-movie:before {
color: #f3a9c9;
}

.nozomibox .prof-movie:before {
color: #7ac3d3;
}


.prof-event,
.prof-keisai {
width: 100%;
overflow: hidden;
margin: 20px 0;
}

.prof-event:before,
.prof-keisai:before {
content: "イベント情報";
display: block;
width: 100%;
text-align: center;
margin-bottom: 0.5em;
font-weight: bold;
}

.prof-keisai:before {
content: "掲載情報";
}

.runabox .prof-event:before,
.runabox .prof-keisai:before {
color: #f3a9c9;
}

.nozomibox .prof-event:before,
.nozomibox .prof-keisai:before {
color: #7ac3d3;
}

.event_box + .event_box {
margin-top: 10px;
}

.event_img {
margin-bottom: 5px;
}

.event_img img {
width: 100%;
}

.event_ttl {
font-size: 110%;
font-weight: bold;
margin-top: 5px;
}

.event_data {
margin-top: 5px;
border-top: 1px dotted #efefef;
}

.event_data dt {
float: left;
clear: both;
width: 4.55em;
font-weight: bold;
padding: 0.4em 0;
}

.event_data dd {
margin-left: 5em;
padding: 0.4em 0;
border-bottom: 1px dotted #eee;
}

.event_btn {
margin-top: 10px;
text-align: center;
}

.event_btn a {
display: inline-block;
color: #fff;
font-weight: bold;
padding: 0.2em 1em;
border-radius: 4px;
}

.runabox .event_btn a {
background: #f3a9c9;
}

.nozomibox .event_btn a {
background: #7ac3d3;
}


.prof-keisai ul {
width: 100%;
display: flex;
flex-wrap: wrap; 
justify-content: center;
}

.prof-keisai li {
width: 50%;
max-width: 164px;
text-align: center;
margin-bottom: 2rem;
}

.prof-keisai li a {
height: 100%;
padding: 0 5px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}

.prof-keisai li p {
display: inline-block;
margin-top: 5px;
}


.mintlist {
flex: 1 1 0%;
}

.minlist-ttl {
margin-top: 60px;
display: block;
width: 100%;
background: #f3a9c9;
color: #fff;
text-align: center;
font-size: 150%;
font-weight: bold;
line-height: 2em;
border-radius: 1em;
}

@media screen and (max-width: 768px) {
.item-detail {
position: relative;
padding-bottom: 9em;
}

.item-desc {
position: absolute;
left: 10px;
bottom: 3em;
width: calc(100%- 10px);
}

.item-btn {
position: absolute;
right: 10px;
bottom: 10px;
}

.minlist-ttl {
margin-left: 2%;
margin: 2%;
}
    
}

@media screen and (min-width: 769px) {
.itembox,
.profbox {
width: 50%;
}

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

.profbox h3 span {
font-size: 25%;
}

.prof-photo {
margin: 0 15px 15px 0;
}

.prof-catch {
font-size: 170%;
}

.prof-gallery li {
transition: all .2s;
}

.prof-gallery li:hover {
opacity: 0.7;
transition: all .2s;
}

}
