@charset "UTF-8";

.titleHeader {
  position: relative;
}

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

.contensTitle .title {
  position: relative;
  display: inline-block;
}

.contensTitle .title span {
  font-family: "Rochester", sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  z-index: 0;
  color: rgba(226, 185, 153, 0);
  background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0 1% 5% 1%;
}

@media all and (-ms-high-contrast: none) {
  .contensTitle .title span {
    color: #d09e51;
    background: none;
  }
}

.contensTitle .title h1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #d09e51;
  padding: 1px;
  display: block;
  margin-top: -10px;
  white-space: nowrap;
  z-index: 1;
  padding: 0 1% 0 1%;
  letter-spacing: -1px;
}

.slBanner {
  position: relative;
  max-width: 300px;
  margin: 0 auto 10px auto;
}

.slBanner a {
  display: block;
  border: 3px solid #fffebc;
}

.slBanner a img {
  width: 100%;
}

#searchNaviWrap {
  position: relative;
  text-align: center;
  margin: 20px auto 10px auto;
  background: #fdecee;
  border: 2px solid #f4dcdb;
  border-radius: 27px;
  width: 96%;
  max-width: 766px;
  padding: 0 10px;
}

#searchNavi {
  text-align: center;
  padding: 0 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
}

#searchNavi li {
  display: inline-block;
  text-align: center;
}

#searchNavi li a {
  display: block;
  color: #000;
  font-family: "Fredericka the Great", sans-serif;
  padding: 10px 0;
  min-width: 120px;
  width: 16.66666%;
  color: #b98e3a;
  border-right: 1px solid #f4dcdb;
  font-size: 16px;
  line-height: 1;
}

#searchNavi li:last-child a {
  border: none;
}

#searchNavi li a span {
  color: #b98e3a;
  font-size: 12px;
  display: block;
  line-height: 1;
  margin-top: 2px;
  letter-spacing: -1px;
}

#searchNavi li.active a {
  color: #e41378;
  width: 100R;
}

#searchNavi li.active a span {
  text-decoration: underline;
  color: #e41378;
}

.c-info {
  position: absolute;
  top: 120px;
  left: 50%;
}

.c-info li {
  color: #fff;
}

.c-info li span {
  display: inline-block;
  color: #fff;
  font-family: "Fredericka the Great";
}

.companion {
  position: relative;
  padding: 80px 0 50px 0;
}

.companion_list {
}

.companion_list li.thumb-list {
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  visibility: hidden;
}

@media only screen and (max-width: 680px) {
  .companion {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .companion_list {
    position: relative;
    margin: 0 auto;
    padding: 2px 4px;
    display: flex;
    flex-wrap: wrap;
  }

  .companion_list li.thumb-list {
    position: relative;
    width: 50%;
    text-align: center;
  }

  .companion_list li.thumb-list:nth-child(2n + 1) {
    animation-delay: 0.3s;
    animation-duration: 0.8s;
  }

  .companion_list li.thumb-list:nth-child(2n + 2) {
    animation-delay: 0.4s;
    animation-duration: 0.8s;
  }
}

@media only screen and (min-width: 681px) {
  .companion {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
    clear: both;
  }

  .companion_list {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  .companion_list li.thumb-list {
    position: relative;
    width: 33.33333%;
    text-align: center;
  }

  .companion_list li.thumb-list:nth-child(2n + 1) {
    animation-delay: 0.3s;
    animation-duration: 0.8s;
  }

  .companion_list li.thumb-list:nth-child(2n + 2) {
    animation-delay: 0.4s;
    animation-duration: 0.8s;
  }

  .companion_list li.thumb-list:nth-child(3n + 2) {
    animation-delay: 0.5s;
    animation-duration: 0.8s;
  }
}

.companion_list li.thumb-list a {
  display: block;
  margin: 4px;
  transition: 0.3s ease;
  background-position: 50% 0%;
  padding: 3px;
  position: relative;
  background: #dbffed;
  background-repeat: repeat;
  border-radius: 10px;
  border: 1px solid #bceff0;
}

.companion_list li.thumb-list.darling a {
  display: block;
  margin: 4px;
  transition: 0.3s ease;
  background-position: 50% 0%;
  padding: 3px;
  position: relative;
  background: #fffbcc;
  background-repeat: repeat;
  border-radius: 10px;
  border: 1px solid #bceff0;
}
.companion_list li.thumb-list.hitoduma a {
  display: block;
  margin: 4px;
  transition: 0.3s ease;
  background-position: 50% 0%;
  padding: 3px;
  position: relative;
  background: #d0f6ff;
  background-repeat: repeat;
  border-radius: 10px;
  border: 1px solid #bceff0;
}

.companion_list li.thumb-list a:hover {
}

.companion_list li.thumb-list a .thumbWrap {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  /* border: 2px dashed #fff;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px; */
}

.companion_list li.thumb-list a span.thumb-p {
  position: relative;
  display: block;
  background-size: cover;
  background-position: 50% 0;
  height: 36vh;
  min-height: 300px;
  width: 100%;
  transition: 0.3s ease-in-out;
  display: block;
  transform: scale(1) rotate(0);
}

.companion_list li.thumb-list a:hover .thumb-p {
  transform: scale(1.08) rotate(2deg);
}

.companion_list li.thumb-list a p.chach b.today {
  padding: 4px 0;
  margin: 0 0 3px 0;
  display: block;
  /* background: url(/sp/img/cache_bg.jpg) repeat; */
}

.companion_list li.thumb-list a p.chach b.today small {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  position: relative;
  color: #e73f7a;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

.companion_list li.thumb-list a p.chach b.next {
  padding: 4px 0;
  margin: 0 0 3px 0;
  display: block;
}

.companion_list li.thumb-list a p.chach b.next small {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  position: relative;
  color: #e2b999;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

.companion_list li.thumb-list a p.chach b.next2 {
  padding: 4px 0;
  margin: 0 0 3px 0;
  display: block;
}

.companion_list li.thumb-list a p.chach b.next2 small {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  position: relative;
  color: #ffeaea;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

.companion_list li.thumb-list a p.chach span.heart {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 2px 0 0;
}

.blinks1 {
  animation: blinkAnimes1 1s infinite alternate;
}

@keyframes blinkAnimes1 {
  0% {
    color: #e73f7a;
  }

  25% {
    color: #e7a8b7;
  }

  50% {
    color: #e73f7a;
  }

  75% {
    color: #e73f7a;
  }
}

.companion_list li.thumb-list a p.chachShift {
}

.companion_list li.thumb-list a p.chachShift b.today {
  padding: 4px 0;
  margin: 0 0 3px 0;
  display: block;
  background: url(/pc/img/login_bg.jpg) repeat;
}

.companion_list li.thumb-list a p.chachShift b.today small {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  position: relative;
  color: #e73f7a;
  letter-spacing: 2;
  font-weight: 600;
  font-family: "Fredericka the Great", sans-serif;
}

.companion_list li.thumb-list a span.thumb-p2 {
  position: relative;
  overflow: hidden;
}

.companion_list li.thumb-list a img.companionThumb {
  width: 100%;
  transform: scale(1.08) rotate(0);
  transition: 0.3s ease;
}

.companion_list li.thumb-list a:hover img.companionThumb {
  width: 100%;
  transform: scale(1.08) rotate(-2deg);
}

/*
@media all and (-ms-high-contrast: none) {
    .companion_list li.thumb-list a:hover span img.companionThumb {
        opacity: 0.6;
    }
}
*/
.companion_list li.thumb-list a:hover span img.companionThumb {
  opacity: 0.6;
}

.companion_list li.thumb-list .nameArea {
  padding: 5px 0 10px 0;
  position: relative;
  display: block;
}

.name-top {
  position: relative;
  max-width: 180px;
  width: 70%;
  margin: 0 auto;
  display: block;
  display: none;
}

.name-top img {
  width: 100%;
}

.companion_list li.thumb-list dl {
  text-align: center;
}

.companion_list li.thumb-list dl dt.name {
  font-size: 24px;
  line-height: 1;
  color: #63599f;
  padding: 5px 0 0 0;
  font-weight: 700;
  letter-spacing: -2px;
}

.companion_list li.thumb-list dl dt.name b {
  font-size: 14px;
  line-height: 1;
  color: #63599f;
  vertical-align: middle;
  padding-left: 2px;
  letter-spacing: 1px;
}

.companion_list li.thumb-list dl dt.name span {
  display: block;
  color: #63599f;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 3px;
  padding-left: 2px;
  letter-spacing: 1px;
  font-family: "gothic", sans-serif;
}

.companion_list li.thumb-list dl dt.name span:first-letter {
  color: #5cb0ff;
}

.companion_list li.thumb-list a dl dd.size {
  font-family: "gothic", sans-serif;
  /*    border-top: 1px solid #353535;*/
  font-size: 10px;
  color: #63599f;
  padding-left: 2px;
  letter-spacing: 0;
}

.companion_list li.thumb-list a dl dd.name-border {
  width: 30px;
  height: 1px;
  margin: 1px auto;
}

.companion_list li.thumb-list a dl dd.size b {
  font-family: "gothic", sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin-right: 4px;
  color: #63599f;
}

.companion_list li.thumb-list a p.plaMark {
  position: absolute;
  top: 32px;
  left: 12px;
  width: 120px;
}

.companion_list li.thumb-list a p.plaMark img {
  width: 100%;
  border-radius: 20px 0 0 0;
}

.companion_list li.thumb-list a p.newMark {
  position: absolute;
  top: 34px;
  left: -2px;
  width: 100px;
}

.companion_list li.thumb-list a p.newMark img {
  width: 100%;
}

.companion_list li.thumb-list a p.premiumMark {
  position: absolute;
  top: 50px;
  left: -30px;
  width: 170px;
  transform: rotate(-14deg);
  transform-origin: top left;
}

.companion_list li.thumb-list a p.premiumMark img {
  width: 100%;
  background-position: 50%;
}

@keyframes iconScale {
  0% {
    transform: scale(1) rotate(-11deg);
  }

  25% {
    transform: scale(1) rotate(11deg);
  }

  50% {
    transform: scale(1) rotate(0);
  }
}

span.dayIcn {
  width: 26px;
  display: block;
  margin: 0 auto 3px auto;
}

span.dayIcn img {
  width: 100%;
}

.icn {
  position: absolute;
  top: 50px;
  left: 15px;
}

.haya,
.naka,
.oso {
  line-height: 1;
  font-size: 12px;
  padding: 5px;
  border-radius: 3px;
}

.haya {
  background: #fff600;
}

.naka {
  background: #efae84;
}

.oso {
  background: #164488;
  color: #fff;
}

.companion_list li.thumb-list .shiftMark-icon {
  position: absolute;
  left: -6px;
  top: -16px;
  transform: rotate(-20deg);
  width: 100%;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.companion_list li.thumb-list .shiftMark-icon span {
  font-family: "Fredericka the Great";
  /*    font-family: "gothic", sans-serif;*/
  color: #fff600;
  font-size: 26px;
  font-style: italic;
  letter-spacing: -2px;
}

.companion_list li.thumb-list .shiftMark-icon img {
  width: 100%;
}

.companion_list li.thumb-list a ul.iconFlag {
  position: relative;
  display: flex;
  flex: wrap;
  justify-content: center;
  margin-top: 8px;
  min-height: 14px;
}

.companion_list li.thumb-list a ul.iconFlag li {
  position: relative;
  text-align: center;
  margin: 0 2px;
}

.companion_list li.thumb-list a ul.iconFlag li.nirinMark b {
  background: #ffa836;
  color: #fff;
}

.companion_list li.thumb-list a ul.iconFlag li.newPhoto b {
  background: #fffeae;
}

.companion_list li.thumb-list a ul.iconFlag li.movieMark b {
  background: #ebe3f5;
}

.companion_list li.thumb-list a ul.iconFlag li.shameMark b {
  background: #ffeddb;
}

.companion_list li.thumb-list a ul.iconFlag li.youngMark b {
  background: #ffb3ba;
  color: #fff;
}
.companion_list li.thumb-list a ul.iconFlag li.dMark b {
  background: #f0b207;
  color: #fff;
}
.companion_list li.thumb-list a ul.iconFlag li.premiumMark b {
  background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
  color: #fff;
}

.companion_list li.thumb-list a ul.iconFlag li.adultMark b {
  background: #9aafff;
  color: #fff;
}

.companion_list li.thumb-list a ul.iconFlag li b {
  line-height: 1;
  font-size: 12px;
  letter-spacing: -1px;
  display: block;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 9px;
}

.companion_list li#hoverThumb figcaption {
  position: relative;
}

.companion_list li#hoverThumb figure p.debutDay {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.3s ease;
  opacity: 0;
}

.companion_list li#hoverThumb figure p.debutDay span {
  font-family: "oswald", sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #e2afb8;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  letter-spacing: -1px;
  font-weight: 500;
  display: block;
}

.companion_list li#hoverThumb figure p.debutDay small.debut-t {
  display: block;
  font-family: "oswald", sans-serif;
  line-height: 1;
  padding-top: 3px;
  letter-spacing: 4px;
  color: #e21579;
}

.companion_list li#hoverThumb figure:hover p.debutDay {
  transform: translateY(-30px);
  opacity: 1;
}

.companion_list li#hoverThumb figure:hover figcaption {
  bottom: 0;
  /*    transform: translateY(60px);*/
}

.companion_list li#hoverThumb figure figcaption .search-list {
  position: relative;
}

.companion_list li#hoverThumb figure figcaption .search-list li.search-icon {
  display: inline-block;
}

.companion_list
  li#hoverThumb
  figure
  figcaption
  .search-list
  li.search-icon
  span {
  display: block;
  font-size: 10px;
  line-height: 1;
  padding: 1px;
  margin: 2px;
}

.companion_list
  li#hoverThumb
  figure
  figcaption
  .search-list
  li.search-icon:nth-child(3n + 1)
  span {
  background: pink;
}

.companion_list
  li#hoverThumb
  figure
  figcaption
  .search-list
  li.search-icon:nth-child(3n + 2)
  span {
  background: yellow;
}

.companion_list
  li#hoverThumb
  figure
  figcaption
  .search-list
  li.search-icon:nth-child(3n + 3)
  span {
  background: green;
}

.shiftTime {
  position: absolute;
  top: 10px;
  left: 0;
  text-align: left;
  transform: rotate(-11deg);
}

.shiftTime span {
  display: inline-block;
  color: #000;
  font-family: "Fredericka the Great";
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
  line-height: 1;
}

.shiftTime2 {
  position: absolute;
  top: -26px;
  right: 8px;
  text-align: right;
}

.shiftTime2 span {
  display: inline-block;
  color: #ff7ba0;
  font-family: "Fredericka the Great";
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
  background: #fff;
  padding: 2px 4px;
}
.companion_list li .shiftTime span i {
  font-size: 20px;
  color: #cdbb84;
  margin-right: 3px;
}

.companion_list li .ngFlag {
  position: absolute;
  top: -35px;
  right: 7px;
  display: flex;
  justify-content: flex-end;
}

.companion_list li .ngFlag li {
  position: relative;
  overflow: hidden;
  margin: 0 2px;
  width: 26px;
  height: 26px;
  border-radius: 5px;
}

.companion_list li .ngFlag li.tatooMark {
}

.companion_list li .ngFlag li.smokeMark {
}

.companion_list li .ngFlag li.shameMark {
}

.companion_list li .ngFlag li.tatooMark img,
.companion_list li .ngFlag li.smokeMark img,
.companion_list li .ngFlag li.shameMark img {
  width: 100%;
}

.companion_list li.thumb-list dl dd.icn {
  position: absolute;
  top: -50px;
  right: 5px;
}

.companion_list li.thumb-list dl dd.icn ul li {
  float: left;
  margin: 2px;
}

.haya2,
.naka2,
.oso2 {
  line-height: 1;
  font-size: 10px;
  padding: 5px;
  border-radius: 3px;
}

span.dayIcn2 {
  width: 20px;
  display: block;
  margin: 0 auto 3px auto;
}

span.dayIcn2 img {
  width: 100%;
}

.haya2 {
  background: #fff600;
}

.naka2 {
  background: #efae84;
}

.oso2 {
  background: #164488;
  color: #fff;
}

p.shameMark {
  position: absolute;
  top: 40px;
  left: 5px;
  width: 50px;
}

p.shameMark img {
  width: 100%;
}

.tu {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/pc/img/thumb_under.png);
  background-position: 50% 0;
  background-repeat: repeat;
  width: 100%;
  height: 2px;
}

/******************************************�o��*****************************************/
span.dayTitle {
  color: azure;
  font-size: 15px;
  line-height: 15px;
  display: block;
  text-align: center;
  margin-top: 20px;
  text-decoration: underline;
}

.smw {
  margin: 0 10px 0 auto;
  width: 220px;
  position: absolute;
  right: 20px;
  z-index: 50;
  top: 80px;
}

.smw:hover {
  cursor: pointer;
}

.smw a {
  display: block;
}

.smw .child {
  display: none;
  background: rgba(255, 255, 255, 1);
}

.smw .child .smenu {
}

.smw .child .smenu:hover {
  background: #d0d0d0;
}

.smw .child li {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #000;
  text-align: center;
}

.smw .child li:first-child a {
  padding: 16px 0 10px 16px;
}

.smw .child li:last-child {
}

.smw .child li a {
  display: block;
  padding: 10px 0 10px 0;
  transition: 0.3s ease;
}

.smw .child li.active a {
  background: #ffccda;
}

.smw .child li a:hover {
  background: #d0d0d0;
}

.smw .child li a:hover span,
.smw .child li a:hover span b {
  color: #000;
}

.smw .child li a span {
  font-family: "gothic", sans-serif;
  display: block;
  letter-spacing: 2px;
  font-weight: 600;
}

.smw .child li a span b {
  font-family: "gothic", sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0 0 0 4px;
}

.switch .smenu:after {
  position: absolute;
  top: 30px;
  right: 14px;
  margin-top: -1.4rem;
  /*    content: '+';*/
  content: ">";
  font-size: 1.4rem;
  font-weight: bold;
  transform: rotate(90deg) scaleY(1.4);
  transition: all, 0.25s, linear;
  font-family: "gothic", sans-serif;
}

.switch .smenu.active:after {
  top: 16px;
  right: 14px;
  transform: translate(0, 50%) rotate(-90deg) scaleY(1.4);
}

.smenu {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 10px;
}

.smt .smenu {
  background: #e41378;
  color: #fff;
  margin-bottom: -4px;
}

#scheduleNavi-wrap {
  position: relative;
  text-align: center;
  margin: 20px auto 10px auto;
  background: rgb(249, 247, 223);
  background: -moz-linear-gradient(
    top,
    rgba(249, 247, 223, 1) 0%,
    rgba(247, 243, 197, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(249, 247, 223, 1) 0%,
    rgba(247, 243, 197, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(249, 247, 223, 1) 0%,
    rgba(247, 243, 197, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f7df', endColorstr='#f7f3c5', GradientType=0);
  border: 2px solid #d6ebff;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
  width: 96%;
  max-width: 670px;
}

#scheduleNavi {
  text-align: center;
  padding: 0 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  min-width: 320px;
}

#scheduleNavi li.nwm {
  text-align: center;
  position: relative;
}

#scheduleNavi li.nwm a {
  display: block;
  color: #000;
  padding: 10px 0;
  border-right: 1px solid #f9f7df;
  min-width: 80px;
}

#scheduleNavi li.nwm a span {
  display: block;
  color: #e11478;
  transition: 0.3s ease;
  font-size: 16px;
  line-height: 1;
  font-family: "gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}

#scheduleNavi li.nwm a span b {
  margin-left: 4px;
  color: #e11478;
  font-family: "gothic", sans-serif;
  font-size: 12px;
  display: block;
  transition: 0.3s ease;
  letter-spacing: 0;
}

#scheduleNavi li.active.nwm a span,
#scheduleNavi li.active.nwm a span b {
  color: #5cb0ff;
}

#scheduleNavi li.nwp {
  text-align: center;
  position: relative;
}

#scheduleNavi li.nwp a {
  display: block;
  color: #000;
  padding: 10px 0;
  border-right: 1px solid #f9f7df;
  min-width: 80px;
}

#scheduleNavi li.nwp a span {
  display: block;
  color: #e11478;
  transition: 0.3s ease;
  font-size: 16px;
  line-height: 1;
  font-family: "gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}

#scheduleNavi li.nwp a span b {
  margin-left: 4px;
  color: #e11478;
  font-family: "gothic", sans-serif;
  font-size: 12px;
  display: block;
  transition: 0.3s ease;
  letter-spacing: 0;
}

#scheduleNavi li.active.nwp a span,
#scheduleNavi li.active.nwp a span b {
  color: #5cb0ff;
}

/******************************************システム******************************************/

.systemWrap {
  position: relative;
  padding: 80px 0 50px 0;
  max-width: 1080px;
  margin: 0 auto;
}

.systemContainer {
  position: relative;
  margin: 0 10px;
  padding: 0 10px;
}

.system-inner {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
}

.system {
  position: relative;
  font-size: 15px;
  line-height: 200%;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
}

.sysTitle {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  margin: 20px 0 10px 0;
  position: relative;
  color: rgba(226, 185, 153, 0);
  background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0 3%;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: -4px;
}

@media all and (-ms-high-contrast: none) {
  .sysTitle {
    color: #d09e51;
    background: none;
  }
}

.sysTitle span {
  font-size: 20px;
  line-height: 1;
  color: #d09e51;
  display: block;
  text-align: center;
  vertical-align: top;
  padding: 2px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  display: none;
}

.sysTitle b {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
}
.sftl {
  background: url(/pc/img/frame_tl.png) no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -8px;
  left: -8px;
}

.sftr {
  background: url(/pc/img/frame_tr.png) no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -8px;
  right: -8px;
}

.sfbr {
  background: url(/pc/img/frame_br.png) no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -8px;
  right: -8px;
}

.sfbl {
  background: url(/pc/img/frame_bl.png) no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -8px;
  left: -8px;
}

.priceBanner img {
  width: 100%;
}

table.systemTable {
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  position: relative;
  border-spacing: 0 0;
}

table.systemTable tr {
  display: block;
  margin: 5px 0 10px 0;
}

table.systemTable tr th {
  text-align: left;
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #ccc;
  width: 100%;
  display: block;
  padding: 5px 0 5px 10px;
  vertical-align: bottom;
}

table.systemTable tr th span {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

table.systemTable tr:nth-child(1n) th {
  background: #ffe7e9;
}

table.systemTable tr:nth-child(2n) th {
  background: #ebe3f5;
}

table.systemTable tr:nth-child(3n) th {
  background: #fffeae;
}

table.systemTable tr th small {
  color: #fafafa;
  font-size: 12px;
  display: block;
  letter-spacing: 4px;
  padding-bottom: 5px;
  display: none;
}

table.systemTable tr td {
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px 5px 20px 0;
  font-size: 20px;
  vertical-align: bottom;
  line-height: 1;
}

table.systemTable tr td span {
  font-size: 20px;
  display: block;
  line-height: 1;
  padding: 5px 5px 0 0;
  letter-spacing: 2px;
}

table.systemTable tr td span.pfont {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  transform: skewX(-8deg);
  text-align: right;
  padding: 0 5px 0 0;
}

table.systemTable tr td a {
  text-align: left;
  line-height: 1;
  transition: 0.3s ease;
  display: inline-block;
}

table.systemTable tr td a:hover {
  color: #e14456;
}

.sysNoteA {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  background: #ff7ba0;
  color: #fff;
  font-weight: 700;
  padding: 4px 14px 6px 14px;
  border-radius: 14px;
  margin-bottom: 10px;
}

.sysNoteB {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-align: right;
  padding: 3px 0;
}

.car {
  text-align: left;
}

.car p {
  line-height: 140%;
}

.car p b {
  font-size: 24px;
  display: block;
  padding-bottom: 15px;
}

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

.greeting {
}

.greeting dd {
  line-height: 160%;
  text-align: left;
}

.greeting dd span {
}

.greeting dd b {
  font-size: 24px;
  font-weight: bold;
  color: #ff2b2b;
}

/******************************************gravure******************************************/
/*
@media only screen and (min-width:1094px) and (max-width:1351px){}
*/
.gravureWrap {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 80px 0;
}

.gravure {
  position: relative;
  margin: 80px 5px 0 5px;
}

.eventGravure {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  max-width: 700px;
  margin: 0 auto;
  padding: 10px;
}

.eventGravure li {
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  visibility: hidden;
}
.eventGravure {
  background: rgba(255, 255, 255, 0.5);
}

.eventGravure li {
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  visibility: hidden;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
}

.eventGravure li a {
  display: block;
}

.eventGravure li a img {
  width: 100%;
}
.gravure_list {
  margin: 10px auto 0 auto;
}

.gravure_list li.thumb-list {
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  visibility: hidden;
}

@media only screen and (max-width: 680px) {
  .gravureWrap {
    width: 100%;
    height: 100%;
    clear: both;
  }

  .gravure_list {
    position: relative;
    padding: 2px;
    display: flex;
    flex-wrap: wrap;
  }

  .gravure_list li.thumb-list {
    position: relative;
    width: 50%;
    text-align: center;
  }

  .gravure_list li.thumb-list:nth-child(2n + 1) {
    animation-delay: 0.3s;
    animation-duration: 0.8s;
  }

  .gravure_list li.thumb-list:nth-child(2n + 2) {
    animation-delay: 0.4s;
    animation-duration: 0.8s;
  }
}

@media only screen and (min-width: 681px) {
  .gravureWrap {
    width: 99.6%;
    height: 100%;
    clear: both;
  }

  .gravure_list {
    position: relative;
    padding: 2px;
    display: flex;
    flex-wrap: wrap;
  }

  .gravure_list li.thumb-list {
    position: relative;
    width: 33.3%;
    text-align: center;
  }

  .gravure_list li.thumb-list:nth-child(3n + 1) {
    animation-delay: 0.3s;
    animation-duration: 0.8s;
  }

  .gravure_list li.thumb-list:nth-child(3n + 2) {
    animation-delay: 0.4s;
    animation-duration: 0.8s;
  }

  .gravure_list li.thumb-list:nth-child(3n + 3) {
    animation-delay: 0.5s;
    animation-duration: 0.8s;
  }
}

.gravure_list li.thumb-list a {
  display: block;
  margin: 2px;
  transition: 0.3s ease;
  background-position: 50%;
  padding: 2px;
  position: relative;
  overflow: hidden;
  background: url(/pc/img/thumb_bg.jpg) repeat;
  border-radius: 3px;
}

.gravure_list li.thumb-list a .thumbWrap {
  position: relative;
  overflow: hidden;
  display: block;
  /*
    border: 0 solid #FDE1E6;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
*/
}

.gravure_list li.thumb-list a .thumb-p {
  position: relative;
  transition: 0.3s ease-in-out;
  display: block;
  transform: scale(1) rotate(0);
  border-radius: 3px;
  overflow: hidden;
}

.gravure_list li.thumb-list a:hover .thumb-p {
  transform: scale(1.08) rotate(2deg);
}

.gravure_list li.thumb-list a p.chach span.heart {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 2px 0 0;
}

.gravure_list li.thumb-list a p.chach span.heart img {
  width: 100%;
}

.gravure_list li.thumb-list a span.thumb-p {
  position: relative;
  display: block;
  width: 100%;
}

.gravure_list li.thumb-list a span img.gravureThumb {
  width: 100%;
  opacity: 1;
}

.gravure_list li.thumb-list .nameArea {
  padding: 10px 0;
  position: relative;
  display: block;
}

.gravure_list li.thumb-list dl {
  text-align: center;
}

.gravure_list li.thumb-list dl dt.name {
  font-size: 22px;
  line-height: 1;
  color: #63599f;
  padding: 5px 0 5px 0;
  font-weight: 700;
}

.gravure_list li.thumb-list dl dt.name span {
  display: block;
  color: #63599f;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 3px;
  padding-left: 2px;
  font-family: "gothic", sans-serif;
  letter-spacing: 2px;
}

.gravure_list li.thumb-list dl dt.name b {
  font-size: 14px;
  line-height: 1;
  color: #63599f;
  font-family: "gothic", sans-serif;
  vertical-align: middle;
  padding-left: 2px;
}

.gravure_list li.thumb-list dl dt.name span:first-letter {
  color: #5cb0ff;
}

.gravure_list li.thumb-list a dl dd.size {
  font-family: "gothic", sans-serif;
  font-size: 10px;
  color: #63599f;
  padding-left: 4px;
  letter-spacing: 0;
}

.gravure_list li.thumb-list a dl dd.name-border {
  width: 30px;
  height: 1px;
  background: #63599f;
  margin: 0 auto 6px auto;
  opacity: 0.3;
}

.gravure_list li.thumb-list a dl dd.name-border img {
  width: 100%;
}

.gravure_list li.thumb-list a:hover dl dd.size {
}

.gravure_list li.thumb-list a dl dd.size b {
  font-family: "gothic", sans-serif;
  font-weight: normal;
  font-size: 12px;
  margin-right: 2px;
  color: #63599f;
  display: inline-block;
  line-height: 1;
}

.gravure_list li.thumb-list .shiftMark-icon {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  text-align: center;
}

.gravure_list li.thumb-list .shiftMark-icon span {
  font-family: "Fredericka the Great";
  color: #4d4d4d;
  font-size: 30px;
  font-style: italic;
  letter-spacing: -2px;
}

.gravure_list li.thumb-list .shiftMark-icon img {
  width: 100%;
}

.gravure_list li .smokeMark {
  position: absolute;
  width: 30px;
  bottom: 150px;
  right: 10px;
}

.gravure_list li .smokeMark img {
  width: 100%;
}

.graIcon {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.graIcon li {
  display: inline-block;
  margin: 0 3px 0 0;
}

.g-newMark {
  display: block;
  background: #fffc00;
}

.g-newMark span {
  color: #ff7ba0;
  padding: 3px 6px;
  font-size: 14px;
  display: block;
  line-height: 1;
  font-family: "gothic", sans-serif;
}

.g-member {
  display: block;
  background: #ff7ba0;
}

.g-member span {
  color: #fff;
  padding: 3px 6px;
  font-size: 14px;
  display: block;
  line-height: 1;
  font-family: "gothic", sans-serif;
}

.g-newMark {
  display: block;
  background: #fffc00;
  position: absolute;
  top: 10px;
  left: 10px;
}

.g-newMark span {
  color: #ff7ba0;
  padding: 3px 6px;
  font-size: 14px;
  display: block;
  line-height: 1;
  font-family: "gothic", sans-serif;
}

/******************************************movie******************************************/

.movieWrap {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 80px 0;
}

.movie {
  position: relative;
  margin: 80px 5px 0 5px;
}

.movie_list {
  margin: 10px auto 0 auto;
}

.movie_list li.thumb-list {
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  visibility: hidden;
}

@media only screen and (max-width: 680px) {
  .movieWrap {
    width: 100%;
    height: 100%;
    clear: both;
  }

  .movie_list {
    position: relative;
    padding: 2px;
    display: flex;
    flex-wrap: wrap;
  }

  .movie_list li.thumb-list {
    position: relative;
    width: 50%;
    text-align: center;
  }

  .movie_list li.thumb-list:nth-child(2n + 1) {
    animation-delay: 0.3s;
    animation-duration: 0.8s;
  }

  .movie_list li.thumb-list:nth-child(2n + 2) {
    animation-delay: 0.4s;
    animation-duration: 0.8s;
  }
}

@media only screen and (min-width: 681px) {
  .movieWrap {
    width: 99.6%;
    height: 100%;
    clear: both;
  }

  .movie_list {
    position: relative;
    padding: 2px;
    display: flex;
    flex-wrap: wrap;
  }

  .movie_list li.thumb-list {
    position: relative;
    width: 33.3%;
    text-align: center;
  }

  .movie_list li.thumb-list:nth-child(3n + 1) {
    animation-delay: 0.3s;
    animation-duration: 0.8s;
  }

  .movie_list li.thumb-list:nth-child(3n + 2) {
    animation-delay: 0.4s;
    animation-duration: 0.8s;
  }

  .movie_list li.thumb-list:nth-child(3n + 3) {
    animation-delay: 0.5s;
    animation-duration: 0.8s;
  }
}

.movie_list li.thumb-list a {
  display: block;
  margin: 2px;
  transition: 0.3s ease;
  background-position: 50%;
  padding: 2px;
  position: relative;
  overflow: hidden;
  background: url(/pc/img/thumb_bg.jpg) repeat;
  border-radius: 3px;
}

.movie_list li.thumb-list a .thumbWrap {
  position: relative;
  overflow: hidden;
  display: block;
}

.movie_list li.thumb-list a .thumb-p {
  position: relative;
  transition: 0.3s ease-in-out;
  display: block;
  transform: scale(1) rotate(0);
  border-radius: 3px;
  overflow: hidden;
}

.movie_list li.thumb-list a:hover .thumb-p {
  transform: scale(1.08) rotate(2deg);
}

.movie_list li.thumb-list a p.chach span.heart {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 2px 0 0;
}

.movie_list li.thumb-list a p.chach span.heart img {
  width: 100%;
}

.movie_list li.thumb-list a span.thumb-p {
  position: relative;
  display: block;
  width: 100%;
}

.movie_list li.thumb-list a span img.movieThumb {
  width: 100%;
  opacity: 1;
}

.movie_list li.thumb-list .nameArea {
  padding: 10px 0;
  position: relative;
  display: block;
}

.movie_list li.thumb-list dl {
  text-align: center;
}

.movie_list li.thumb-list dl dt.name {
  font-size: 22px;
  line-height: 1;
  color: #63599f;
  padding: 5px 0 5px 0;
  font-weight: 700;
}

.movie_list li.thumb-list dl dt.name span {
  display: block;
  color: #63599f;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 3px;
  padding-left: 2px;
  font-family: "gothic", sans-serif;
  letter-spacing: 2px;
}

.movie_list li.thumb-list dl dt.name b {
  font-size: 14px;
  line-height: 1;
  color: #63599f;
  font-family: "gothic", sans-serif;
  vertical-align: middle;
  padding-left: 2px;
}

.movie_list li.thumb-list dl dt.name span:first-letter {
  color: #5cb0ff;
}

.movie_list li.thumb-list a dl dd.size {
  font-family: "gothic", sans-serif;
  font-size: 10px;
  color: #63599f;
  padding-left: 4px;
  letter-spacing: 0;
}

.movie_list li.thumb-list a dl dd.name-border {
  width: 30px;
  height: 1px;
  background: #63599f;
  margin: 6px auto;
}

.movie_list li.thumb-list a dl dd.name-border img {
  width: 100%;
}

.movie_list li.thumb-list a:hover dl dd.size {
}

.movie_list li.thumb-list a dl dd.size b {
  font-family: "gothic", sans-serif;
  font-weight: normal;
  font-size: 12px;
  margin-right: 2px;
  color: #63599f;
}

.movie_list li.thumb-list .shiftMark-icon {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  text-align: center;
}

.movie_list li.thumb-list .shiftMark-icon span {
  font-family: "Fredericka the Great";
  color: #4d4d4d;
  font-size: 30px;
  font-style: italic;
  letter-spacing: -2px;
}

.movie_list li.thumb-list .shiftMark-icon img {
  width: 100%;
}

.movie_list li .smokeMark {
  position: absolute;
  width: 30px;
  bottom: 150px;
  right: 10px;
}

.movie_list li .smokeMark img {
  width: 100%;
}

.visionWrap {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 90px 0 0 0;
  margin-bottom: -60px;
}

.vision {
  width: 96%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto;
}

.vision video {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 5px solid #d6ebff;
  border-radius: 10px;
  overflow: hidden;
}
