@charset "UTF-8";
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
*:focus {
  outline: 0;
}
body {
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* -webkit-animation: startin 2s forwards;
          animation: startin 2s forwards; */
  /* opacity: 0; */
  color: #1c1c1c;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.newcustom {
  letter-spacing: 0;
}
.newcustom img {
  width: 100%;
  vertical-align: bottom;
  border: 0;
  pointer-events: none;
}
.newcustom img[src$=".svg"] {
  width: 100%;
}
.newcustom div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newcustom p {
  padding: 0;
  margin: 0;
}
.newcustom ol,
.newcustom ul,
.newcustom li {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c-wrapper {
    width: 86.25vw;
    padding-bottom: 12.5vw;
  }
}
.c-topTitle {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 2px solid #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-topTitle {
    font-size: 18px;
    margin-bottom: 4%;
  }
}
.c-topBtn {
  display: block;
  margin: 20px 0 0 auto;
  border-radius: 10px;
  width: 11em;
  padding: 0.75em;
  text-align: center;
  font-weight: bold;
  color: #c41b42;
  border: 2px solid #c41b42;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-topBtn {
    font-size: 14px;
  }
}
.c-topBtn:hover {
  opacity: 0.7;
}
/* @-webkit-keyframes startin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes startin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} */
@media screen and (max-width: 768px) {
  .u-pc-ele {
    display: none !important;
  }
}
.u-sp-inline-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-inline-block {
    display: inline-block !important;
  }
}
.u-sp-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-inline {
    display: inline !important;
  }
}
.u-sp-block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-block {
    display: block !important;
  }
}
.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.css-btn-hover {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 8px 8px rgba(200,200,200,0.4);
          box-shadow: 8px 8px rgba(200,200,200,0.4);
}
@media screen and (max-width: 768px) {
  .css-btn-hover {
    -webkit-box-shadow: 5px 5px rgba(200,200,200,0.4);
            box-shadow: 5px 5px rgba(200,200,200,0.4);
  }
}
.css-btn-hover:hover {
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
}
@media screen and (max-width: 768px) {
  .css-btn-hover:hover {
    -webkit-box-shadow: 5px 5px rgba(200,200,200,0.4);
            box-shadow: 5px 5px rgba(200,200,200,0.4);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.css-hover {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.css-hover:hover {
  opacity: 0.7;
}
.js-slidein {
  -webkit-transition: all ease-out 1s;
  transition: all ease-out 1s;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-slidein.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mainvisualText {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mainvisualText {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
}
.mainvisualHeader {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainvisualHeaderLogo,
.mainvisualHeaderInfo {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mainvisualHeaderLogo,
  .mainvisualHeaderInfo {
    margin-bottom: 5vw;
  }
}
.meinvisualHeaderBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #333;
  width: 48%;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  cursor: pointer;
  display: block;
}
.mainvisualHeaderLogo {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .mainvisualHeaderLogo {
    width: 30%;
  }
}
.mainvisualHeaderInfo {
  width: 70%;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mainvisualHeaderInfo {
    font-size: 3.25vw;
  }
}
.mainvisualHeader {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mainvisualHeader {
    margin-bottom: 2.5vw;
  }
}
.mainvisualImage {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mainvisualImage {
    margin-bottom: 5vw;
    width: 100vw;
    margin-left: -7.5vw;
  }
}
.movieSectionWrapper {
  width: 100%;
  padding: 20px 10px 0;
  border: 1px solid #333;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .movieSectionWrapper {
    padding: 5vw 1.25vw 0;
    margin-bottom: 7.5vw;
    width: 99vw;
    margin-left: -6.3vw;
  }
}
.movieSectionText {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.movieSection {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 0 auto 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movieSection {
    width: 100%;
    margin-bottom: 1.25vw;
  }
}
.movieSection video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bannerSlider {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bannerSlider {
    margin-bottom: 6.25vw;
  }
}
.todaysGirls {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .todaysGirls {
    margin-bottom: 12.5vw;
  }
}
.girlsBlog {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .girlsBlog {
    margin-bottom: 12.5vw;
  }
}
.girlsItem {
  width: 48%;
  font-size: 16px;
  flex-shrink: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .girlsItem {
    font-size: 14px;
  }
}
.girlsList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
.girlsTime {
  text-align : center;
}
.girlsInfo{
  text-align : center;
}
.girlsImage,
.blogImage {
  margin-bottom: 10px;
}
.blogImage{
  height: 25vw;
  max-height: 550px;
}
@media screen and (max-width: 768px) {
  .blogImage{
    height: 26vw;
  }
}
@media screen and (max-width: 480px) {
  .blogImage{
    height: 30vw;
  }
}
.blogImage img {
  height: 100%;
  object-fit: cover;
}
.girlsName,
.blogName {
  font-weight: bold;
  text-align: center;
}
.blogList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blogItem {
  width: 48%;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.blogDate {
  text-align: center;
}
.concept {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .concept {
    margin-bottom: 12.5vw;
  }
}
.conceptImage {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .conceptImage {
    margin-bottom: 2.5vw;
    width: 100vw;
    margin-left: -7.5vw;
  }
}
.conceptText {
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .conceptText {
    font-size: 14px;
    margin-bottom: 5vw;
  }
}
.conceptLead {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #c41b42;
}
@media screen and (max-width: 768px) {
  .conceptLead {
    font-size: 16px;
  }
}
.conceptItem {
  position: relative;
}
.conceptIcon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #c41b42;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 1.6em;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  width: 120px;
  height: 120px;
  margin-top: -50px;
  margin-right: -20px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .conceptIcon {
    font-size: 11px;
    padding-top: 1.5em;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-right: -15px;
  }
}
.play {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .play {
    margin-bottom: 12.5vw;
  }
}
.playBtnList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
a.playBtnItem {
  pointer-events: none !important;
  width: 30%;
  padding: 0.5em 0;
  margin-right: 2%;
  text-align: center;
  border: 2px solid #333;
  margin-bottom: 2%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .playBtnItem {
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  .playBtnItem {
    font-size: 10px;
    letter-spacing: -0.1em;
  }
}
.playBtnItem:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .playImage {
    width: 100vw;
    margin-left: -7.5vw;
  }
}
.meeting,
.deli {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .meeting,
  .deli {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.meetingImage,
.deliImage {
  width: 48%;
}
.meetingImage p,
.deliImage p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .meetingImage p,
  .deliImage p {
    font-size: 14px;
  }
}
.meetingText,
.deliText {
  width: 48%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .meetingText,
  .deliText {
    font-size: 14px;
  }
}
.meeting,
.deli {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .meeting,
  .deli {
    margin-bottom: 5vw;
  }
}
.slick-prev:before,
.slick-next:before {
  color: #c41b42;
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
  z-index: 1;
}
