@charset "UTF-8";
/* プロフィール */

#profile .profile{
  display: flex;
  flex-direction: column;

  margin: auto;
}
@media all and (min-width: 769px) {
  #profile .profile{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    width: 880px;
    margin: auto;
  }
}

#profile .photo {
  position: relative;

  width: 100%;
}
@media all and (min-width: 769px) {
  #profile .photo {
    width: 400px;
  }
}

#profile .photo .new {
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 0;

  width: 100px;
  height: 100px;
}

#profile .photo .new img {
  width: 120px;
  height: 120px;
}

#profile .photo .frame {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;

  width: 100%;
}
@media all and (min-width: 769px) {
  #profile .photo .frame {
    width: 400px;
  }
}

#profile .photo .frame img {
  width: 100%;
  height: 139vw;
}
@media all and (min-width: 769px) {
  #profile .photo .frame img {
    height: 544px;
  }
}

#profile #photo_wrapper {
  /* overflow: hidden; */
  position: relative;

  width: 66vw;
  height: 100vw;
  margin: 20vw auto 30vw;
}
@media all and (min-width: 769px) {
  #profile #photo_wrapper {
    /* overflow: hidden; */
    position: relative;

    width: 270px;
    height: 400px;
    margin: 69px auto 90px;
  }
}

#profile #photo_wrapper img {
  height: 100vw;

  object-fit: cover;
}
@media all and (min-width: 769px) {
  #profile #photo_wrapper img {
    height: 400px;

    object-fit: cover;
  }
}

#profile .cast_photo {
  position: relative;
  z-index: 0;
}

#profile .cast_photo img {
  width: 100%;
  height: auto;

  vertical-align: top;
}

#profile .cast_pager {
  overflow: hidden;

  margin: 6px 0 10px 0;

  border-right: 1px solid #1a3478;
  border-bottom: 1px solid #1a3478;
}
@media all and (min-width: 769px) {
  #profile .cast_pager {
    overflow: hidden;

    margin: 6px 0 10px 10px;

    border: 0;
  }
}

#profile .cast_pager a {
  display: inline;
  float: left;
  overflow: hidden;

  box-sizing: border-box;
  width: 20%;
  height: 80px;
  margin: 0;

  vertical-align: top;

  border-top: 1px solid #1a3478;
  border-left: 1px solid #1a3478;
  background: #ffffff;
}
@media all and (min-width: 769px) {
  #profile .cast_pager a {
    display: inline;
    float: left;
    overflow: hidden;

    box-sizing: border-box;
    width: 71px;
    height: 94px;
    margin: 0 6px 6px 0px;

    vertical-align: top;

    border: 1px solid #1a3478;
    background: #ffffff;
  }
}

#profile .cast_pager a.thumb-edge {
}
@media all and (min-width: 769px) {
  #profile .cast_pager a.thumb-edge {
    margin: 0 0px 6px 0px;
  }
}

#profile .cast_pager img {
  width: 100%;
  height: 80px;

  vertical-align: top;

  object-fit: cover;
}
@media all and (min-width: 769px) {
  #profile .cast_pager img {
    width: 100%;
    height: 92px;

    vertical-align: top;

    object-fit: cover;
  }
}

#profile .data {
  margin: 0 0 10px 0;

  text-align: left;
}
@media all and (min-width: 769px) {
  #profile .data {
    display: inline;
    float: left;

    width: 460px;
    margin: 0 0 10px 20px;

    text-align: left;
  }
}

#profile .data_inner {
  padding: 5px;
}

#profile .data p {
  margin-bottom: 5px;
  padding-bottom: 5px;

  border-bottom: 1px solid #1a3478;
}

#profile .data p.last {
  margin-bottom: 0px;
  padding-bottom: 0px;

  border-bottom: none;
}

#profile .data #name {
  padding: 5px 0 5px;

  font-size: 20px;
}

#profile .data #name span {
  margin: 0 5px;

  font-size: 14px;
}

#profile table#profile_data,
#profile table#profile_data thead,
#profile table#profile_data tbody,
#profile table#profile_data td,
#profile table#profile_data th,
#profile table#profile_data tr {
  display: block;

  width: 100%;
}
@media all and (min-width: 769px) {
  #profile table#profile_data {
    display: table;
  }
  #profile table#profile_data thead{
    display: table-header-group;
  }
  #profile table#profile_data tbody{
    display: table-row-group;
  }
  #profile table#profile_data tr{
    display: table-row;
  }
  #profile table#profile_data td,
  #profile table#profile_data th{
    display: table-cell;

    width: auto;
  }
}

#profile table#profile_data {
  margin: 15px 0;

  border-bottom: 1px solid #1a3478;
  background: #fff;
}

@media all and (min-width: 769px) {
  #profile table#profile_data {
    width: 100%;

    border: 0;
  }
}

#profile table#profile_data th,
#profile table#profile_data td {
  padding: 6px 10px;

  text-align: left;
  vertical-align: top;

  border: 1px solid #1a3478;
  border-bottom: 0;
}
@media all and (min-width: 769px) {
  #profile table#profile_data th,
  #profile table#profile_data td {
    border: 1px solid #1a3478;
  }
}

#profile table#profile_data th {
  background: #c4f1ff;
}
@media all and (min-width: 769px) {
  #profile table#profile_data th {
    width: 100px;

    background: transparent;
  }
}

#profile .comment {
  padding: 0 11px 10px;
}

#profile .comment_title {
  padding-bottom: 5px;

  font-weight: bold;
}

#profile .blog {
  padding: 0 0 10px;
}

#profile .blog img {
  width: 100%;
  height: auto;
}

#profile .schedule {
}
@media all and (min-width: 769px) {
  #profile .schedule {
    display: inline;
    clear: both;

    width: 100%;
    margin-left: 10px;
    padding-top: 20px;
  }
}

#profile .schedule h3 {
  clear: both;

  box-sizing: border-box;
  margin: 0 0px 0px 0px;
  padding: 7px 5px 5px;

  text-align: center;

  color: #1a3478;
  border: 1px solid #1a3478;
  background: #ffffff;

  font-size: 14px;
  line-height: 1;
}

#profile #schedule {
  margin: 10px 0 15px;

  border-bottom: 1px solid #1a3478;
}
@media all and (min-width: 769px) {
  #profile #schedule {
    border-bottom: 0;
  }
}

#profile #schedule > div {
  display: flex;
  justify-content: center;

  padding: 5px 0;

  text-align: center;

  color: #000000;
  border: 1px solid #1a3478;
  border-bottom: 0;
  background: #c4f1ff;

  font-size: 12px;
  line-height: 16px;
}
@media all and (min-width: 769px) {
  #profile #schedule > div {
    display: inline;
    float: left;

    width: 115px;
    margin-right: 10px;
    padding: 5px 0;

    text-align: center;

    color: #000000;
    border: 1px solid #1a3478;
    background: #c4f1ff;

    font-size: 12px;
    line-height: 16px;
  }
}

#profile #schedule div#last {
  margin-right: 0px;
}

#profile #schedule td div {
  position: relative;

  padding: 5px;

  text-align: center;

  border: 1px solid #1a3478;
  background: #1a3478;

  font-size: 12px;
  line-height: 16px;
}

#profile #schedule .date {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 50%;
  margin: 0;
  padding: 0;

  text-align: center;

  color: #1a3478;
  border: none;
  background: none;

  font-weight: bold;
}
@media all and (min-width: 769px) {
  #profile #schedule .date {
    width: 100%;
    padding: 0;

    color: #1a3478;
    border: none;
    background: none;

    font-weight: bold;
  }
}

#profile #schedule .time {
  flex: 1;
}
@media all and (min-width: 769px) {
  #profile #schedule .time {
    padding: 5px 0;
  }
}

.pc{
  display: none;
}
@media all and (min-width: 769px) {
  .pc{
    display: block;
  }
  .sp{
    display: none;
  }
}

#profile .pref-title{
  box-sizing: border-box;
  margin: 0 10px 5px;
  padding: 7px 5px 5px;

	text-align: center;

	color: #1a3478;
	border: 1px solid #1a3478;
	background: #ffffff;

	font-size: 14px;
  font-weight: bold;
	line-height: 1;
}
#profile .sp .pref-title{
  margin: 0 0 5px;

	font-size: 14px;
}

#profile .pref-box{
  display: flex;
  flex-wrap: wrap;

  margin: 0 0 10px;
  padding: 0 10px;
}

#profile .sp .pref-box{
  margin: 0;
  padding: 0 0;
}

#profile .pref-item{
  box-sizing: border-box;
  width: calc(25% - 5px * 3 / 4);
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 0;

  color: #fff;
  border: 1px solid #b0aeaa;
  border-radius: 3px;
  background: #d9d4cd;

  font-weight: bold;
  line-height: 1;
}
#profile .sp .pref-item{
  font-size: 13px;
}
#profile .pref-item:nth-child(4n){
  margin-right: 0;
}

#profile .pref-item.checked{
  color: #fff;
  border: 1px solid #d54848;
  background: #ff7474;
}