@media only screen and (max-width: 1280px) {
  .logo {
    display: none !important;
  }

  #header-bg-Wrap {
    background: none !important;
    box-shadow: none !important;
  }

  #header-bg-Wrap::after {
    top: 0;
    width: calc(100% - 80px);
    background: none !important;
  }

  #photoWrap {
    /* position: fixed;
        top: 0;
        left: 0; */
    position: relative;
    text-align: center;
    height: 100vh;
    width: 100%;
  }

  #profile-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    /* margin: 100vh auto 0 auto; */
    margin: 0 auto;
    background-color: #fff;
    background-image: url(/img/comment_area_bg.png);
    background-repeat: repeat;
    background-position: 50%;
    background-size: 280px auto;
  }
}

@media only screen and (min-width: 1281px) {
  #photoWrap {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    height: 100vh;
    /* max-width: calc(100% - 600px);
        min-width: 60%; */
    width: 50vw;
    /* background-color: #000; */
    background-image: url(/img/comment_area_bg.png);
    background-repeat: repeat;
    background-position: 50%;
    background-size: 280px auto;
  }

  #profile-wrapper {
    position: relative;
    height: 100%;
    width: calc(50vw - 16px) !important;
    margin: 0 0 0 auto;
    background-image: url(/img/comment_area_bg.png);
    background-repeat: repeat;
    background-size: 280px auto;
    background-position: 50%;
    background-attachment: fixed;
  }
}

#profileWrap {
  position: relative;
  overflow: hidden;
  /* min-width: 1040px; */
}

#profile {
  position: relative;
}

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

.photoContainer {
  position: relative;
  height: 100%;
}

.profileLogo {
  position: absolute;
  left: 2%;
  top: 18px;
  width: 220px;
  min-width: 160px;
  text-align: center;
  z-index: 10;
  mix-blend-mode: difference;
}

.profileLogo a {
  display: block;
  position: relative;
}

.profileLogo img {
  width: 100%;
}

.title-in {
  width: 30%;
  position: relative;
  height: 100%;
}

.profileSubTitle {
  position: absolute;
  text-align: center;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%) !important;
  width: 25%;
  user-select: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

.profileSubTitle span {
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  font-size: clamp(1.25rem, 0.833rem + 0.67vw, 1.875rem);
  display: inline-block;
  font-style: italic;
  color: #666;
  /*
    color: #ccc;
    text-shadow: -1px -1px 1px #fff,
      1px 1px 2px #111;
*/
}

.profileSubTitle b {
  font-size: clamp(0.75rem, 0.667rem + 0.13vw, 0.875rem);
  display: block;
  line-height: 1;
  letter-spacing: 2px;
  color: #666;
  padding: 5px;
  font-style: italic;
}

.profileSubTitle2 {
  position: relative;
  margin: 30px 0 30px 0;
  text-align: center;
  display: inline-block;
  padding: 10px 0;
}

.profileSubTitle2:before,
.profileSubTitle2:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}

.profileSubTitle2:before {
  border-left: solid 2px #ff8bc1;
  border-top: solid 2px #ff8bc1;
  border-bottom: solid 2px #ff8bc1;
  left: 0;
}

.profileSubTitle2:after {
  content: "";
  border-top: solid 2px #ffa784;
  border-right: solid 2px #ffa784;
  border-bottom: solid 2px #ffa784;
  right: 0;
}

.profileSubTitle2 span {
  text-align: center;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
  display: block;
  background: rgb(255, 139, 193);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 139, 193, 1) 0%,
    rgba(255, 167, 132, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 139, 193, 1) 0%,
    rgba(255, 167, 132, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 139, 193, 1) 0%,
    rgba(255, 167, 132, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(255, 167, 132, 0);
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
  overflow: hidden;
  padding: 1px 50px;
  letter-spacing: 4px;
}

.profileSubTitle2 span b {
  color: #ffa784;
  font-size: 12px;
  display: block;
  line-height: 1;
  letter-spacing: 4px;
  padding: 2px 0;
}

.profileH1 {
  position: relative;
  width: 100%;
  height: 20px;
}

.profileH1 span {
  display: block;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #888;
  font-weight: normal;
  padding-top: 20px;
}

.profShift {
  position: absolute;
  top: 0;
  left: 0;
  height: 10%;
  width: 100%;
  z-index: 2000;
  transform: skewY(-4deg);
  transform-origin: top left;
  border-bottom: 10px solid rgba(255, 192, 203, 1);
  overflow: hidden;
}

.prof_shift p span img {
  width: 100%;
}

.profile-bg-shadow {
  width: 100%;
  height: 1500px;
  position: absolute;
  top: calc(100vh - 90px);
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  display: none;
}

@media only screen and (max-width: 1280px) {
  #commentArea-Wrap {
    position: relative;
    padding: 0 10px 10px 10px;
  }

  #commentArea-Wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    z-index: 1;
  }

  #commentArea {
    position: relative;
    padding: 100px 40px 0 40px;
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    z-index: 10;
  }
}

@media only screen and (min-width: 1281px) {
  #commentArea-Wrap {
    position: relative;
    /* padding: 10px; */
  }

  #commentArea {
    position: relative;
    padding: 150px 20px 0 20px;
    /* background: rgba(255,255,255,0.3); */
  }
}

@media only screen and (min-width: 1281px) {
  p.debutDay {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
  }

  p.debutDay b {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    line-height: 1;
    color: #ec4b7d;
    padding-left: 5px;
  }
}

@media only screen and (max-width: 1280px) {
  p.debutDay {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
  }

  p.debutDay b {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    line-height: 1;
    color: #ec4b7d;
    padding-left: 5px;
  }
}

#comment-container {
  position: relative;
}

#commentMain {
  position: relative;
  text-align: center;
}

.profile_border {
  padding: 50px 0;
  background: none;
}

.comment {
  position: relative;
  width: 100%;
}

.comment-inner {
  position: relative;
}

.profShit-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  z-index: 1005;
  transform: skewY(-4deg);
  width: 300px;
}

.profShit-icon img {
  width: 100%;
}

.shiftMark_profile {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  white-space: nowrap;

  padding: 5px 50px;
}

.shiftMark_profile li {
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
}

.shiftMark_profile li:nth-of-type(1) {
  animation-delay: 0.6s;
}

.shiftMark_profile li:nth-of-type(2) {
  animation-delay: 1s;
}

.shiftMark_profile li:nth-of-type(3) {
  animation-delay: 1.4s;
}

.shiftMark_profile li:nth-of-type(4) {
  animation-delay: 1.8s;
}

.shiftMark_profile li:nth-of-type(5) {
  animation-delay: 2.2s;
}

.shiftMark_profile li:nth-of-type(6) {
  margin-left: 10px;
  animation-delay: 2.6s;
}

.shiftMark_profile li:nth-of-type(7) {
  animation-delay: 3s;
}

.shiftMark_profile li:nth-of-type(8) {
  animation-delay: 3.4s;
}

.shiftMark_profile li:nth-of-type(9) {
  animation-delay: 3.8s;
}

.iconWrap_profile {
  position: relative;
  width: auto;
  margin-left: 30%;
}

.iconWrap_profile ul {
  display: flex;
  flex-wrap: wrap;
  user-select: none;

  /* justify-content: center; */
}

.iconWrap_profile ul li {
  display: inline-block;
  position: relative;
}

.iconWrap_profile ul li:nth-of-type(odd) span {
  margin: 3px;
  font-size: 14px;
  padding: 5px 10px;
  color: #666;
  background: #f0f0f0;
  display: block;
  border-radius: 13px;
  border: 1px solid #ccc;
}

.iconWrap_profile ul li:nth-of-type(even) span {
  margin: 3px;
  font-size: 14px;
  padding: 5px 10px;
  color: #666;
  background: #f0f0f0;
  display: block;
  border-radius: 13px;
  border: 1px solid #ccc;
}

dl.cmtWrap {
  position: relative;
  overflow: hidden;
}

dl dd.cmt-txt {
  position: relative;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 2px;
  margin: 0 auto;
  color: #6a3679;
  text-align: center;
  padding: 0 50px;
  overflow: auto;
}

#comment-container blockquote {
  position: relative;
  width: auto;
  margin-left: 30%;
  text-align: left;
  padding: 10px;
  z-index: 1;
  width: auto;
}

#comment-container blockquote span.comment-txt {
  display: block;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 2px;
  color: #666;
  text-align: left;
}

#profileQuestion {
  position: relative;
  width: 70%;
  margin-left: 30%;
  text-align: left;
}

#profileQuestion li {
  position: relative;
  display: inline-block;
  width: 100%;
  display: table;
  flex-wrap: wrap;
}

#profileQuestion li .selfQ {
  color: #666;
  font-size: 14px;
  line-height: 1;
  padding: 15px 3px;
  display: table-cell;
  width: 26%;
  height: 100%;
  text-align: center;
  border-bottom: 1px dotted #ccc;
  line-height: 140%;
  vertical-align: middle;
}

@media only screen and (max-width: 1280px) {
  #profileQuestion li .selfQ {
    background: #eeeeee;
  }
}

@media only screen and (min-width: 1281px) {
  #profileQuestion li .selfQ {
    background: rgba(255, 255, 255, 0.5);
  }
}

#profileQuestion li .selfA {
  font-size: 14px;
  padding: 15px 3px 15px 20px;
  display: table-cell;
  color: #666;
  width: 74%;
  line-height: 140%;
  border-bottom: 1px dotted #ccc;
  background: rgba(255, 255, 255, 0.1);
  vertical-align: middle;
}

#profileQuestion li .selfA.stars {
  letter-spacing: 4px;
}

#profileShift {
  position: relative;
  width: auto;
  margin-left: 30%;
  /* margin: 0 auto;*/
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1280px) {
  #profileShift li {
    width: 50%;
    height: 25%;
    position: relative;
  }
}

@media only screen and (min-width: 1281px) {
  #profileShift li {
    width: 50%;
    height: 25%;
    position: relative;
  }
}

#profileShift li dl {
  margin: 4px;
  padding: 30px 10px;
  display: block;
  color: #666;
  background: #f0f0f0;
  border: 1px solid #ccc;
}

#profileShift li dl dt {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #666;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

#profileShift li dl dd.day {
  font-size: 20px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  font-family: "Oswald", sans-serif;
  color: #666;
}

#profileShift li dl dd.time {
  font-size: 18px;
  padding-top: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #666;
}

#profileShift li:nth-of-type(1) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

#profileShift li:nth-of-type(2) {
  animation-delay: 0.4s;
}

#profileShift li:nth-of-type(3) {
  animation-delay: 0.5s;
}

#profileShift li:nth-of-type(4) {
  animation-delay: 0.6s;
}

#profileShift li:nth-of-type(5) {
  animation-delay: 0.7s;
}

#profileShift li:nth-of-type(6) {
  animation-delay: 0.8s;
}

#profileShift li:nth-of-type(7) {
  animation-delay: 0.9s;
}

#profileShift li:nth-of-type(8) {
  animation-delay: 1s;
}

#profileShift li:nth-of-type(9) {
  animation-delay: 1.1s;
}

#profileShift li:nth-of-type(10) {
  animation-delay: 1.2s;
}

#profileShift li:nth-of-type(11) {
  animation-delay: 1.3s;
}

#profileShift li:nth-of-type(12) {
  animation-delay: 1.4s;
}

#profileShift li:nth-of-type(13) {
  animation-delay: 1.5s;
}

#profileShift li:nth-of-type(14) {
  animation-delay: 1.6s;
}

#profileShift li:nth-of-type(15) {
  animation-delay: 1.7s;
}

#profileShift li:nth-of-type(16) {
  animation-delay: 1.8s;
}

.media_report {
  position: relative;
  width: auto;
  margin-left: 30%;
}

.media_report li {
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.media_report li:nth-of-type(1) {
  animation-delay: 1.2s;
}

.media_report li:nth-of-type(2) {
  animation-delay: 1.1s;
}

.media_report li:nth-of-type(3) {
  animation-delay: 1s;
}

.media_report li:nth-of-type(4) {
  animation-delay: 0.9s;
}

.media_report li:nth-of-type(5) {
  animation-delay: 0.8s;
}

.media_report li:nth-of-type(6) {
  animation-delay: 0.7s;
}

.media_report li:nth-of-type(7) {
  animation-delay: 0.6s;
}

.media_report li:nth-of-type(8) {
  animation-delay: 0.5s;
}

.media_report li:nth-of-type(9) {
  animation-delay: 0.4s;
}

.media_report li:nth-of-type(10) {
  animation-delay: 0.3s;
}

.media_report li a.profileButton {
  position: relative;
  display: inline-block;
  padding: 14px 20px;
  transition: 0.3s ease;
  margin: 5px 0;
  font-size: 14px;
  color: #666;
}

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

.iFrameWrap {
  position: relative;
  width: auto;
  margin-left: 30%;
}

.profileIfream {
  height: 500px;
  border: 0;
  padding: 0;
  background: #fff;
  display: block;
  width: 100%;
}

.spButton {
  position: relative;
  text-align: right;
  margin: 10px 0 0 auto;
}

.spButton span {
  display: block;
}

.spButton span a {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 13px;
}

.nameAreaWrap {
  position: relative;
  text-align: center;
}

.nameArea {
  position: relative;
  position: relative;
  width: auto;
  margin-left: 30%;
  /* margin-left: 33%; */
}

.newMark_profile {
  position: absolute;
  top: 50%;
  left: 80px;
  z-index: 2;
  width: 60px;
}

.newMark_profile img {
  width: 100%;
  transform: translate(0, -50%);
  transform-origin: center center;
}

.rankingIcon {
  position: relative;
  width: 160px;
  margin: 0 auto 10px auto;
}

.rankingIcon img {
  width: 100%;
}

.catch {
  font-size: 14px;
  position: relative;
  width: auto;
  margin-left: 30%;
  text-align: left;
  color: #666;
  padding: 10px;
  display: block;
  line-height: 180%;
  letter-spacing: 2px;
}

#companionName {
  position: relative;
  z-index: 0;
}

#name {
  position: relative;
  z-index: 1;
}

.newPhoto_profile {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 100px;
}

.newPhoto_profile img {
  width: 100%;
}

#name ul.c-sns {
  z-index: 11;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 0 30%;
}

#name ul.c-sns li {
  position: relative;
  margin: 0 3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

#name ul.c-sns li {
  color: #a2a2a2;
  background: #f0f0f0;
}

#name ul.c-sns li a.snsA {
  position: relative;
  display: block;
}

#name ul.c-sns li a.snsA span {
  display: block;
}

#name ul.c-sns li a.snsA i {
  font-size: 14px;
  line-height: 40px;
  color: #666;
}

#name ul.c-sns li.sns-t:hover {
  background: #fff;
}

#name ul.c-sns li.sns-t:hover i {
  color: #2daae1;
}

#name ul.c-sns li.sns-i:hover {
  background: #fff;
}

#name ul.c-sns li.sns-i:hover i {
  color: rgba(194, 49, 134, 1);
}

#name ul.c-sns li.sns-f:hover {
  background: #fff;
}

#name ul.c-sns li.sns-f:hover i {
  color: #4267b2;
}

#name ul.c-sns li.sns-b:hover {
  background: #fff;
}

#name ul.c-sns li.sns-b:hover i {
  color: #ef7a2b;
}

#name table.nameTable {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: center;
}

#name table.nameTable tr th.n-s {
  width: 26%;
  text-align: center;
  padding: 15px 3px;
  position: relative;
  border-bottom: 1px dotted #ccc;
}

@media only screen and (max-width: 1280px) {
  #name table.nameTable tr th.n-s {
    background: #eeeeee;
  }
}

@media only screen and (min-width: 1281px) {
  #name table.nameTable tr th.n-s {
    background: rgba(255, 255, 255, 0.5);
  }
}

#name table.nameTable tr td.n-s {
  position: relative;
  width: 74%;
  border-bottom: 1px dotted #ccc;
}

#name table.nameTable tr th.n-s span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  border-radius: 2px 2px 0 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

#name table.nameTable tr td.n-s span {
  position: relative;
  display: block;
  width: 100%;
  white-space: nowrap;
  color: #666;
}

#name table.nameTable tr td.n-s span.cn {
}

#name table.nameTable tr td.n-s span.cn h3 {
  letter-spacing: 2px;
  font-family: "Yuji Syuku", "Noto Serif JP", serif;
  font-size: 30px;
  line-height: 1;
  display: block;
  color: #666;
}

#name table.nameTable tr td.n-s span.cn h3 b.age {
  display: inline-block;
  vertical-align: bottom;
  color: #666;
  font-size: 50%;
}

#name table.nameTable tr td.n-s span.cn h3 i {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 70%;
  padding-left: 3px;
}

#name table.nameTable tr td.n-r span.cn small {
  font-size: 10px;
  text-align: center;
  letter-spacing: 6px;
  position: relative;
  color: #666;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}

#name table.nameTable tr td.n-s span.cs {
  font-family: "FunctionsPro", sans-serif;
  display: block;
  letter-spacing: 2px;
  font-size: 12px;
  color: #666;
  margin-left: 10px;
}

#name table.nameTable tr td.n-s span.cs b {
  font-size: 16px;
  margin-right: 10px;
  font-family: "FunctionsPro", sans-serif;
  color: #666;
  font-weight: 500;
}

.shiftMark_profile3 {
  bottom: 140px;
}

.shiftMark_profile3 {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 400px;
  justify-content: center;
  display: block;
}

.shiftMark_profile3 .shiftMark_text {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  white-space: nowrap;
  padding: 5px 0;
  justify-content: center;
  display: block;
}

.shiftMark_profile3 .shiftMark_text span {
  display: block;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
}

.shiftMark_profile3 .shiftMark_text li {
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(1) {
  animation-delay: 0.6s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(2) {
  animation-delay: 1s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(3) {
  animation-delay: 1.4s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(4) {
  animation-delay: 1.8s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(5) {
  animation-delay: 2.2s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(6) {
  margin-left: 10px;
  animation-delay: 2.6s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(7) {
  animation-delay: 3s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(8) {
  animation-delay: 3.4s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(9) {
  animation-delay: 3.8s;
}

.todayTime {
  width: 100%;
}

.todayTime .time {
  line-height: 1;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  font-size: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5),
    1px 1px 1px rgba(255, 255, 255, 0.5);
}

.mask {
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.profileVideo {
  position: relative;
  width: auto;
  margin-left: 30%;
}

.profileVideo video {
  display: block;
  width: 100%;
  border: 2px solid #ccc;
}

.profileGravure {
  position: relative;
  width: auto;
  margin-left: 30%;
  display: flex;
  flex-wrap: wrap;
}

.profileGravure li {
  position: relative;
  width: 50%;
}

.profileGravure li:nth-of-type(1) {
  animation-delay: 0.3s;
}

.profileGravure li:nth-of-type(2) {
  animation-delay: 0.4s;
}

.profileGravure li:nth-of-type(3) {
  animation-delay: 0.5s;
}

.profileGravure li:nth-of-type(4) {
  animation-delay: 0.6s;
}

.profileGravure li:nth-of-type(5) {
  animation-delay: 0.7s;
}

.profileGravure li:nth-of-type(6) {
  animation-delay: 0.8s;
}

.profileGravure li:nth-of-type(7) {
  animation-delay: 0.9s;
}

.profileGravure li:nth-of-type(8) {
  animation-delay: 1s;
}

.profileGravure li:nth-of-type(9) {
  animation-delay: 1.1s;
}

.profileGravure li:nth-of-type(10) {
  animation-delay: 1.2s;
}

.profileGravure li a {
  position: relative;
  display: block;
  margin: 5px;
  border: 2px solid #f0f0f0;
}

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

.profileGravure .g-newMark {
  display: inline-block;
  margin: 0 5px 0 0;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fffc00;
}

.profileGravure .g-newMark span {
  color: #a81b3e;
  padding: 3px 10px;
  font-size: 14px;
  display: block;
  font-family: "FunctionsPro", sans-serif;
}

@media only screen and (min-width: 1281px) {
  #footerWrap {
    position: relative;
    z-index: 9000;
    width: calc(50vw - 16px) !important;
    max-width: 50vw !important;
    min-width: 540px !important;
    margin: 0 0 0 auto !important;
    text-align: center !important;
  }

  #footer-inner {
    padding: 0 !important;
  }

  #footer {
    position: relative;
    text-align: center !important;
    padding: 50px 20px !important;
  }

  #footer dt {
    position: relative !important;
    margin: 0 auto 0 auto !important;
    top: 0 !important;
    left: 0 !important;
    width: 240px !important;
  }

  .foot-fixArea {
    position: fixed;
    z-index: 8998;
    max-width: calc(50vw - 16px);
    height: 40px;
    width: 100%;
    right: 0;
    mix-blend-mode: difference;
    /* width: calc(50vw - 24px);
        right: 12px; */
  }

  .fixBG {
    background: none;
  }

  .fixBG::after {
    background: none;
  }

  #footer dd.info {
    position: relative;
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #ded4bc;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center !important;
    padding: 20px 2px 0 0;
    margin: 0 !important;
  }

  #footer dd.fb {
    width: 100%;
    height: 2px;
    background: #333;
    margin: 20px 0;
  }

  #footer dd.info span.infoTitle {
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #ded4bc;
    margin-left: 16px;
    font-size: 14px;
  }

  #footer dd.info a {
    display: inline-block;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
  }

  .footerMenu {
    margin: 10px auto !important;
    position: relative;
    width: 100%;
    display: none;
  }

  .footerMenu ul {
    justify-content: center !important;
  }

  #footer dd.footerInfo {
    margin: 0 auto;
    text-align: center;
    position: relative;
  }

  #footer dd.footerInfo ul {
    justify-content: center;
  }

  #footerBottomWrap,
  #footer dd.tw,
  #footer dd.pandora {
    display: none;
  }

  .foot-fixArea .foot-fix a.pageTopBtn {
    right: 20px;
  }

  dl#footer dd#copyRight {
    color: #ded4bc;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: "gothic", serif;
    text-align: center !important;
    margin-top: 20px;
  }
}

#profile-wrapper .rankingONE {
  position: relative;
  max-width: 160px;
  width: 40%;
  margin: -70px auto 20px auto;
  text-align: center;
}

#profile-wrapper .rankingONE img {
  width: 100%;
}
