body {
    font-size: 20px;
}
a {
  color: #ccbb82;
  text-decoration: none;
}
#footer {
}
#footer a {
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.saturday {
    background-color: rgba(0,52,255,0.20)!important;
}
.sunday {
    background-color: rgba(255,51,51,0.20)!important;
}
.hsp5 {
    width: 100%;
    height: 5px;
}
.hsp10 {
    width: 100%;
    height: 10px;
}
.hsp20 {
    width: 100%;
    height: 20px;
}
.hsp50 {
    width: 100%;
    height: 50px;
}
.hsp100 {
    width: 100%;
    height: 100px;
}
.hsp200 {
    width: 100%;
    height: 200px;
}
.profile_area {
    display: flex;
    gap:20px;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
}
.profile_left {
    width: 600px;
}
.profile_photo {
    width: 100%;
    height: auto;
}
.profile_contents_list {
    display: flex;
    gap:10px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: 30px;
}
.profile_contents_list li {
    width: 100%;
}
.profile_contents_list li a img {
    width: 100%;
}

.profile_right {
    border-bottom: none;
    width: 100%;
    max-width: 700px;
    min-height: 600px;
}
.profile_detail {
    font-size: 1em!important;
    text-align: left!important;
    margin-top: 0!important;
}
.profile-title {
    font-size: 3em;
    line-height: 0.4em;
    text-align: center;
}
.profile-title .title-jp {
    font-size: 0.4em;
    line-height: 1em;
    text-align: center;
}

.profile-name {
    font-size: 3em;
    line-height: 0.6em;
    margin: 20px 0;
    padding: 0;
    color: #fff;
}

.profile-size {
    font-size: 1.6em;
    line-height: 0.6em;
    margin: 10px 5px;
    padding: 0;
    color: #fff;
}
.profile-hitokoto {
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 20px 5px;
    color: #fff;
}
.profile-comment {
    font-size: 1.4em;
    line-height: 1.4em;
    color: #fff;
    margin: 10px auto;
    width: 1080px;
}
.profile-banner {
    margin-top: 10px;
    width: 100%;
}

.profile-message-text {
    width: 80%;
    margin-top: 0;
    margin-left: 5px;
    color: #ff5bcf;
/*    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";*/
    font-size: 1.4em;
    line-height: 1.4em;
}
.profile_comment {
    line-height: 1.6em;
    text-align: left;
}
.profile_icon {
	display: flex;
    width: 100%;
    margin: 20px 5px;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile_icon li {
    width: auto;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    margin-top: 5px;
    margin-right: 5px;
    border: none;
    border-radius: 10px;
    background-color: #ccbb82;
    color: #000;
    min-width: 50px;
    text-align: center;
    padding: 5px 10px;
}
.profile_tbl {
    width: 100%;
    margin: 10px auto 0 auto;
    border-top: 1px solid #815500;
    border-bottom: 1px solid #815500;
    box-sizing: border-box;
    border-collapse:collapse
}
.profile_tbl tr {
    border-bottom: 1px solid rgba(129,85,0,0.25);
}
.profile_tbl tr:last-child {
    border-bottom: none;
}
.profile_tbl td {
    color: #fff;
    font-size: 20px;
    padding: 20px;
}
.profile_tbl td:nth-child(1) {    
    background-color: rgba(129,85,0,0.2);
}
.profile_schedule td:nth-child(1) {    
    width: 200px;
}
.profile_tbl td:nth-child(2) {
}
.profile_tbl .profile_tbl_top {
    background-color: rgba(255,255,255,0.50)!important;
}
.profile_contents_list li {
    margin-bottom: 10px;
}

.interview_box {
    margin: 20px;
}

.arrow_box{
    position:relative;
    background:#FFFFFF;
    padding:10px;
    border:1px solid #815500;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:33%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:9px;
    border-right-width:9px;
    margin-top: -9px;
    border-right-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(109, 129, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    margin-right: 1px;
    border-right-color:#6D81FF;
}
