#profileWrap {
  position: relative;
  max-width: 1280px;
  margin: 0px auto;
  width: 100%;
}

#profileContents {}

.profile-loadingWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 8000;
}

#loader {
  position: relative;
  ;
  z-index: 8001;
}

#loader span {
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -50px;
  margin-left: -25px;
  text-align: center;
  position: absolute;
}

#loader b {
  text-align: center;
  color: #c8132e;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  top: 52%;
  left: 50%;
  width: 30%;
  margin-left: -15%;
  letter-spacing: 4px;
}

#profileWrap {
  position: relative;
  width: 100%;
}

#profile {}

#photoWrap {
  overflow: hidden;
}

.photoContents {
  position: relative;
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.photoContainer {
  position: relative;
  text-align: center;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.profileTitle {
  position: relative;
  display: inline-block;
}

.profileTitle span {
  display: block;
  position: relative;
  color: #f0264b;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.newMark_profile {
  position: absolute;
  top: -55px;
  left: -105px;
  width: 130px;
}

.newMark_profile img {
  width: 100%;
}

.newMark_profile2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
}

.newMark_profile2 img {
  width: 100%;
}

.profileSubTitle {
  text-align: left;
  font-family: 'Cinzel', 'Sawarabi Gothic', serif;
  color: #495665;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 10px;
  background: transparent;
  border-left: solid 5px #495665;
  margin: 50px 0 20px 0;
}

.profileSubTitle span {
  font-size: 14px;
  line-height: 1;
  color: #495665;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  display: block;
  padding: 2px 0 0 0;
}

#commentArea-Wrap {
  padding: relative;
  width: 100%;
}

#commentArea {}

#comment-container {
  position: relative;
  margin: 0 auto;
  padding: 20px 10px;
}

#commentMain {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0 0 50px 0;
}

.chach {
  font-size: 14px;
  line-height: 180%;
  color: #333;
  position: relative;
  margin: 50px 0 20px 0;
}

.plaMark_profile img {
  width: 100%;
  border-radius: 20px 0 0 0;
}

#companionName {
  position: relative;
  margin: 50px 0 0 0;
  text-align: center;
}

#companionName h2 {
  display: block;
  font-size: 14px;
  padding: 0 0 5px 0;
  color: #333;
  font-weight: 700;
}

#companionName h3 {
  color: #333;
  font-family: 'Sawarabi Mincho', "�q���M�m���� Pro W6", "Hiragino Mincho Pro", "HGS����E", "�l�r �o����", sans-serif;
  font-size: 40px;
  letter-spacing: 4px;
}

.prof-name-line {
  width: 80px;
  height: 1px;
  background: #ccc;
  margin: 10px auto;
}

#companionName small {
  font-family: 'Cinzel', 'Sawarabi Gothic', serif;
  font-weight: normal;
  color: #333;
  margin-top: 10px;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
}

#companionName small b {
  font-size: 18px;
  margin-right: 4px;
  font-weight: normal;
  font-family: 'Cinzel', 'Sawarabi Gothic', serif;
  color: #333;
  letter-spacing: 1px;
}

.profile-sns-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 540px;
    width: 80%;
    margin: 0 auto;
}

.profile-sns-icon li.si {
    width: 50px;
    display: inline-block;
    margin: 0 4px;
}

.profile-sns-icon li.si a.sa {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.profile-sns-icon li.si a.sa span {
    display: block;
    width: 50px;
    height: 50px;
}

.profile-sns-icon li.si.sns-x a.sa span {
    /* background-color: #2da9e0; */
    background-color: #222;
    line-height: 48px;
}

.profile-sns-icon li.si.sns-insta a.sa span {
    background: linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
    line-height: 46px;
}

.profile-sns-icon li.si.sns-line a.sa span {
    background-color: #07b53b;
    line-height: 48px;
}

.profile-sns-icon li.si.sns-face a.sa span {
    background-color: #3b579d;
    line-height: 50px;
}

.profile-sns-icon li.si.sns-tiktok a.sa span {
    background-color: #222;
    line-height: 48px;
}

.profile-sns-icon li.si.sns-lit a.sa span {
    background-color: #9594fc;
    line-height: 46px;
}

.profile-sns-icon li.si a.sa span img {
    width: 60%;
}

.profile-sns-icon li.si.sns-face a.sa span img {
    height: 60%;
}

.icons {
  position: relative;
  display: flex;
  justify-content: right;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
}

.icons li {
  display: inline-block;
  width: 36px;
  margin: 20px 10px;
  background-color: none;
}

.icons li img {
  width: 100%;
}

.iconWrap_profile {
  width: 100%;
  overflow: hidden;
}

.iconWrap_profile ul.icon_profile {
  width: 100%;
}

@media only screen and (max-width:479px) {
  .iconWrap_profile ul.icon_profile li {
    float: left;
    position: relative;
    text-align: center;
  }
}

@media only screen and (min-width:480px) {
  .iconWrap_profile ul.icon_profile li {
    float: left;
    position: relative;
    text-align: center;
    display: inline-block;
  }
}

.iconWrap_profile ul.icon_profile li span {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1;
  background: rgba(25, 143, 148, 0.8);
  color: #fff;
  margin: 2px;
  border-radius: 3px;
}

.iconFlag_profile {
  padding-top: 20px;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.iconFlag_profile li {
  position: relative;
  width: 33.3333%;
  text-align: center;
}

.iconFlag_profile li.shiftMark_profile div {
  margin: 0 3px;
  /* border: 1px solid #bf0000; */
  border-radius: 3px;
  background-color: rgba(191, 0, 0, 0.6);
}

.iconFlag_profile li.shiftMark_profile div b {
  color: #fff;
  letter-spacing: 2px;
  padding: 7px 10px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.iconFlag_profile li.newPhoto_profile div {
  margin: 0 3px;
  border-radius: 3px;
  background-color: rgba(57, 202, 0, 0.6);
}

.iconFlag_profile li.newPhoto_profile div b {
  color: #fff;
  letter-spacing: 2px;
  padding: 7px 10px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.iconFlag_profile li.nirinMark_profile div {
  margin: 0 3px;
  border-radius: 3px;
  background-color: rgba(255, 71, 149, 0.6);

}

.iconFlag_profile li.nirinMark_profile div b {
  color: #fff;
  letter-spacing: 2px;
  padding: 7px 10px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.expWrap {
  width: 100%;
}

.exp {
  border-collapse: collapse;
  width: 100%;
}

.exp tr th {
  color: #333;
  border-bottom: 1px solid #ccc;
  border-left: 3px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #efefef;
  text-align: left;
  width: 40%;
  padding: 20px 8px 20px 8px;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0;
}

.exp tr td {
  color: #333;
  margin: 20px 0 20px 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px 8px 20px 8px;
  font-size: 14px;
  line-height: 180%;
  width: 60%;
  background: #fff;
}

.expWrap dl {
  margin-top: 100px;
}

.expWrap dl dt {
  text-align: left;
  color: #a27e4f;
  padding: 10px 0;
}

.expWrap dl dd {
  text-align: left;
  color: #ffe4c4;
  padding: 10px 0 10px 30px;
}

@media only screen and (max-width:479px) {
  #profileShift li {
    width: 50%;
    float: left;
    text-align: center;
  }
}

@media only screen and (min-width:480px) {
  #profileShift li {
    width: 33.3%;
    float: left;
    text-align: center;
  }
}

#profileShift li dl {
  margin: 3px;
  padding: 15px 10px;
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
}

#profileShift li dl dt {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Cinzel', 'Sawarabi Gothic', serif;
}

#profileShift li dl dd.day {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px dotted #e0e0e0;
  padding-bottom: 10px;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;

}

#profileShift li dl dd.time {
  font-size: 18px;
  padding-top: 10px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  font-style: italic;


}

#profileShift li dl dd.time2 {
  font-size: 18px;
  padding-top: 10px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  font-style: italic;
  line-height: 1;
}

#profileShift li dl dd.time2 b {
  display: block;
}

/*

.profileShift {

    overflow: hidden;

}



.profileShift li {

    width: 100%;

}

.profileShift li span {

    display: block;

    margin: 2px;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f7f7f7), color-stop(0.00, #fff));

    background: -webkit-linear-gradient(#fff, #f7f7f7);

    background: -moz-linear-gradient(#fff, #f7f7f7);

    background: -o-linear-gradient(#fff, #f7f7f7);

    background: -ms-linear-gradient(#fff, #f7f7f7);

    background: linear-gradient(#fff, #f7f7f7);

    border: 1px solid #d1d1d1;

    border-radius: 3px;

}



.profileShift li span dt {

    color: #a27e4f;

    text-align: center;

    font-family: 'Crimson Text', "���C���I", serif;

    padding: 16px 0 5px 0;

    font-size: 18px;

    font-weight: 500;

    line-height: 1;

}



.profileShift li span dd {

    color: #ffe4c4;

    text-align: center;

    font-family: 'Crimson Text', "���C���I", serif;

    padding: 5px 0 16px 0;

    font-size: 18px;

    font-weight: 700;

    line-height: 1;

}

*/
.messageArea {}

#comment-container blockquote {
  position: relative;
  font-size: 14px;
  line-height: 160%;
  margin: 0 auto;
  color: #333;
  text-align: left;
  padding: 0 20px;
}

.blogIcon {
  width: 80%;
  margin: 0 auto;
}

.blogIcon p a {
  display: block;
  border: 1px solid #ccc;
  margin: 5px 0;
  padding: 20px;
  background: #f7e3e3;
  color: #000;
  border: 3px double #000;
  font-size: 18px;
  transition: all 0.5s;
}

.media_report {
  width: 100%;
}

.media_report li {
  position: relative;
  text-align: left;
}

.media_report li span {
  display: block;
  border-bottom: 1px dotted #242424;
  margin: 5px 0 20px 20px;
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.media_report li span a.profileButton {
  padding: 14px 10px 5px 10px;
  color: #242424;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.profileIfream {
  width: 100%;
  height: 670px;
  border: 0;
  padding: 0;
  margin-left: 0;
  background: #fff;
}

#profileGravure {}

@media only screen and (min-width:1700px) {
  #profileGravure li {
    position: relative;
    width: 33.3%;
    float: left;
  }
}

@media only screen and (max-width:1699px) {
  #profileGravure li {
    position: relative;
    width: 50%;
    float: left;
  }
}

#profileGravure li a {
  display: block;
  margin: 2px;
  padding: 2px;
  border: 1px solid #574c34;
}

#profileGravure li a img {
  width: 100%;
}

.profileVideo {
  width: 100%;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 0;
}

.profileVideo video {
  width: 100%;
  margin: 0;
  padding: 0;
}

.openMenu {
  width: 100px;
  height: 60px;
  background: rgba(0, 0, 0, 0.94);
  text-align: center;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -30px;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding-top: 30px;
  color: #cdbb84;
  border-radius: 10px 10px 0 0;
}

.profileFooterWrap {
  position: fixed;
  bottom: -120px;
  left: 0;
  width: 100%;
  min-height: 120px;
  -webkit-transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -moz-transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -o-transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.94);
  box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.8);
}

.profile-footerWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.profile-footerWrap .header {
  position: relative;
  width: 100%;
}

.profile-footerWrap .header .logo {
  position: relative;
  width: 180px;
  padding: 20px 0 0 20px;
  float: left;
}

.profile-footerWrap .header .logo a {
  display: block;
}

.profile-footerWrap .header .logo a img {
  width: 100%;
}

.profile-footerWrap .header dl.headerTelArea {
  position: relative;
  overflow: hidden;
  margin-left: 200px;
  padding-top: 16px;
}

.profile-footerWrap .header dl.headerTelArea dd {
  float: left;
  padding: 0 20px;
}

.profile-footerWrap .header dl.headerTelArea dd span {
  display: inline-block;
  color: #e7e1e1;
  font-family: 'Crimson Text', serif;
  font-size: 26px;
  line-height: 1;
}

.profile-footerWrap .header .menuWrap {
  position: relative;
  margin: -3px 0 0 200px;
  overflow: hidden;
}

.profile-footerWrap .header .menuWrap .menu ul li {
  float: left;
  text-align: center;
}

.profile-footerWrap .header .menuWrap .menu ul li a {
  display: block;
  background: url(/pc/img/header_menu_border.png) no-repeat left center;
}

.profile-footerWrap .header .menuWrap .menu ul li a span {
  position: relative;
  display: block;
  color: #e7e1e1;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2;
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
  -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
  -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  padding: 12px 8px;
  margin: 5px 7px;
}

.profile-footerWrap .header .menuWrap .menu ul li a.active span {
  color: #cdbb84;
}

.profile-footerWrap .header .menuWrap .menu ul li a.active span b {
  color: #cdbb84;
}

.profile-footerWrap .header .menuWrap .menu ul li a span b {
  color: #e7e1e1;
  font-size: 10px;
  transform: scale(0.9);
  line-height: 1;
  vertical-align: middle;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
  -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
  -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.profile-footerWrap .header .menuWrap .menu ul li a.active span {
  color: #cdbb84;
}

.fix-footerWrap {
  height: 69px;
  margin-top: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
  width: 100%;
  background: #000;
  min-width: 1200px;
}

.fix-footerWrap .fix-footer {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  border-top: 1px solid #333;
  height: 69px;
  background: #000;
}

.f-fixMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 69px;
  z-index: 9999;
  width: 100%;
  transition: 0.6s ease;
  transform: translateY(100%);
  display: block;
  overflow: hidden;
}

.showFooter {
  transform: translateY(0);
}

.fix-footerWrap .fix-footer .f-fix-logo {
  position: relative;
  width: 180px;
  top: 8px;
  left: 10px;
  display: block;
}

.fix-footerWrap .fix-footer .f-fix-logo img {
  width: 100%;
}

.fix-footerWrap .fix-footer .f-fix-menuWrap {
  position: absolute;
  top: 20px;
  right: 0;
  overflow: hidden;
}

.fix-footerWrap .fix-footer .f-fix-menuWrap .f-fix-menu ul {}

.fix-footerWrap .fix-footer .f-fix-menuWrap .f-fix-menu ul li {
  float: left;
  text-align: center;
  position: relative;
}

.fix-footerWrap .fix-footer .f-fix-menuWrap .f-fix-menu ul li a {
  display: block;
  border-right: 1px solid #c8132e;
}

.fix-footerWrap .fix-footer .f-fix-menuWrap .f-fix-menu ul li:last-child a {
  border: none;
}

.fix-footerWrap .fix-footer .f-fix-menuWrap .f-fix-menu ul li a span {
  position: relative;
  display: block;
  color: #c8132e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1;
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  padding: 3px 8px;
  margin: 5px 7px;
}

.fix-footerWrap .fix-footer .f-fix-menuWrap .f-fix-menu ul li a span b {
  color: #c8132e;
  font-size: 10px;
  transform: scale(0.8);
  line-height: 1;
  vertical-align: middle;
  display: block;
  text-align: center;
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.fix-footerWrap .fix-footer .f-fix-menuWrap .f-fix-menu ul li a.active span {
  color: #cdbb84;
}

.fix-footerWrap .fix-footer .f-fix-menuWrap .f-fix-menu ul li a.active span b {
  color: #cdbb84;
}