.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%;
  overflow: auto;
  min-width: 1200px;
}

#profile {}

#photoWrap {
  overflow: hidden;
}

.photoContents {
  position: relative;
  overflow: hidden;
  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;
  background: #fff;
}

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

.newMark_profile {
  position: relative;
  width: 130px;
  margin: 0 auto;
}

.newMark_profile img {
  width: 100%;
}

.newMark_profile2 {
  position: absolute;
  width: 180px;
  top: 50px;
  left: 30px;

}

.newMark_profile2 img {
  width: 100%;
}

.profileSubTitle {
  text-align: left;
  font-family: 'Cinzel', serif;
  color: #198f94;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 10px;
  background: transparent;
  border-left: solid 5px #198f94;
  margin: 80px 0 20px 0;
}

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

#commentArea-Wrap {
  width: 45%;
  margin-left: 55%;
}

#commentArea {}

#comment-container {
  position: relative;
  margin: 0 auto;
  /* background: #fff; */
  padding: 20px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);

}

#commentMain {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 100px 10px 200px 10px;
  margin: 0 20px 0 0;
}

.profile_border {
  position: relative;
  background: url(/js/profile/profile_border.png) no-repeat 50% 0;
  width: 100%;
  height: 54px;
  margin: 50px auto;
}

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

.plaMark_profile {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
}

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

#companionName {
  position: relative;
  margin: 20px 0 0 0;
}

#companionName h2.chach {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 0 0 20px 0;
  color: #333;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
}

#companionName h3 {
  color: #333;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 50px;
  letter-spacing: 4px;
  font-weight: normal;
}

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

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

#companionName small b {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  color: #333;
  letter-spacing: 2px;
}

.profile-sns-icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
  align-items: center;
  margin: 0 auto 0 10px;
}

.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: #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;
  max-width: 300px;
  margin: 20px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.icons li {
  display: inline-block;
  width: 40px;
  margin: 0 3px;
  background-color: none;
}

.icons li img {
  width: 100%;
}

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

.iconWrap_profile ul.icon_profile {
  display: flex;
  flex-wrap: wrap;
}

.iconWrap_profile ul.icon_profile li {
  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-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 {}

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

.exp tr th {
  color: #333;
  border-bottom: 1px solid #ccc;
  border-left: 3px solid #ccc;
  background: #efefef;
  text-align: left;
  width: 30%;
  padding: 20px 15px 15px 15px;
  font-size: 14px;
  line-height: 1;
}

.exp tr td {
  color: #333;
  margin: 20px 0 20px 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 20px 15px 15px 15px;
  font-size: 14px;
  line-height: 1;
}

.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;
}

#profileShift {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

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

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

#profileShift li dl {
  margin: 2px;
  padding: 20px 30px;
  display: block;
  background-color: #fff;
  border: 1px solid #198f94;
}

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

#profileShift li dl dd.day {
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px dotted #198f94;
  padding-bottom: 10px;
  font-family: 'Cinzel', 'Sawarabi Mincho', sans-serif;
}

#profileShift li dl dd.time {
  font-size: 18px;
  padding-top: 14px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  line-height: 32px;
}

.messageArea {
  position: relative;
}

#comment-container blockquote {
  position: relative;
  font-size: 14px;
  line-height: 180%;
  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;
}

.blogIcon p a:hover {
  background: #000;
  color: #fff;
  border: 3px double #ccc;
}

.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);
}

.media_report li span a.profileButton:hover {
  color: #fff;
}

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

#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;
}

.openMenu:hover {}

.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);
}

.profileFooterWrap:hover {
  position: fixed;
  bottom: 0;
  left: 0;
}

.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:hover span {
  color: #cdbb84;
}

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

.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-image: url(/pc/img/footer_bg.webp);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 1200px;
}

.fix-footerWrap .fix-footer {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  height: 70px;
  background: none;
  border: none;
}

.f-fixMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;
  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: 160px;
  top: 14px;
  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 {
  line-height: 70px;
}

.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 #fff;
}

.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: #fff;
  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: #198f94;
  font-size: 10px;
  transform: scale(0.8);
  line-height: 1;
  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:hover span {
  color: #fff;
}

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

.nopage {
  position: relative;
  padding: 20vh 0;
  text-align: center;
  font-size: 20px;
}