@charset "UTF-8";
.br-sp, .br-pc {
  display: none !important;
}

#top section:nth-of-type(2) {
  padding: 60px 40px 120px;
  background-color: #FBFCFF;
}

#top section:nth-of-type(3) {
  padding: 86px 0 40px;
  background-color: #F9E6E4;
  position: relative;
}

#top section:nth-of-type(3):before {
  content: '';
  display: block;
  width: 100%;
  height: 18px;
  background: url(/img/section_bg01.png) repeat-x top left;
  background-size: auto;
  z-index: 2;
  position: absolute;
  top: -17px;
  left: 0;
}

#top section:nth-of-type(3):after {
  content: '';
  display: block;
  width: 100%;
  height: 18px;
  background: url(/img/section_bg02.png) repeat-x top left;
  background-size: auto;
  z-index: 2;
  position: absolute;
  bottom: -17px;
  left: 0;
}

#top section:nth-of-type(4) {
  padding: 115px 0 100px;
  position: relative;
  background: #efa5a5 url(/img/top/bg03.png) repeat top left;
  background-size: auto;
}

#top section:nth-of-type(4):before {
  content: '';
  display: block;
  width: 100%;
  height: 540px;
  background: url(/img/top/bg02.png) repeat top left;
  background-size: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#top section:nth-of-type(4):after {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  background: url(/img/section_bg03.png) repeat-x top left;
  background-size: auto;
  z-index: 2;
  position: absolute;
  bottom: -17px;
  left: 0;
}

#top section:nth-of-type(5) {
  background: #FBFCFF;
  padding: 115px 0 140px;
  position: relative;
}

#top .bnr-box1 {
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto 0;
  padding: 0 10px;
}

#top .bnr-box1 a {
  max-width: 620px;
  width: 100%;
  height: 15.33vw;
  max-height: 200px;
  -webkit-transition: .4s ease-in-out .05s;
  transition: .4s ease-in-out .05s;
  background-size: 100%;
  background-position: center center;
  overflow: hidden;
}

#top .bnr-box1 a.first {
  margin-right: 10px;
}

#top .bnr-box1 a.active {
  background-size: 105%;
}

@media screen and (max-width: 768px) {
  #top section:nth-of-type(1) {
    padding: 0 0 14.93vw 0;
  }
  #top section:nth-of-type(2) {
    padding: 8vw 0 14.93vw;
    background-color: #FBFCFF;
  }
  #top section:nth-of-type(3) {
    padding: 13.33vw 0 16vw;
    background-color: #F9E6E4;
    position: relative;
  }
  #top section:nth-of-type(3):before {
    content: '';
    display: block;
    width: 100%;
    height: 5.33vw;
    background: url(/img/section_bg01.png) repeat-x top left;
    background-size: auto 4.8vw;
    z-index: 2;
    position: absolute;
    top: -3.7vw;
    left: 0;
  }
  #top section:nth-of-type(3):after {
    content: '';
    display: block;
    width: 100%;
    height: 5.33vw;
    background: url(/img/section_bg02.png) repeat-x top left;
    background-size: auto 4.8vw;
    z-index: 2;
    position: absolute;
    bottom: -3.7vw;
    left: 0;
  }
  #top section:nth-of-type(4) {
    padding: 15.31vw 0 9.33vw;
    height: auto;
    position: relative;
    background: #efa5a5 url(/img/top/bg03.png) repeat top left;
    background-size: auto;
  }
  #top section:nth-of-type(4):before {
    content: '';
    display: block;
    width: 100%;
    height: 98.67vw;
    background: url(/img/top/bg02sp.png) repeat top left;
    background-size: cover;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top section:nth-of-type(4):after {
    content: '';
    display: block;
    width: 100%;
    height: 6.67vw;
    background: url(/img/section_bg03.png) repeat-x top left;
    background-size: auto 6.67vw;
    z-index: 2;
    position: absolute;
    bottom: -4.53vw;
    left: 0;
  }
  #top section:nth-of-type(5) {
    background: #FBFCFF;
    padding: 0;
    position: relative;
  }
  #top .bnr-box1 {
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10.67vw auto 0;
    padding: 0 15px;
  }
  #top .bnr-box1 a {
    max-width: 100%;
    width: 100%;
    height: 26.67vw;
    max-height: 200px;
    display: block;
  }
  #top .bnr-box1 a.active {
    background-size: 100% !important;
  }
  #top .bnr-box1 a.first {
    margin-right: 0;
    margin-bottom: 4.27vw;
  }
}

.top .kv-wrap {
  width: 100%;
  overflow: hidden;
}

.top .kv-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}

.top .news-wrap1 {
  max-width: 1240px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #E5696A;
  border-radius: 5px;
}

.top .news-wrap1 .news-title {
  color: #fff;
  background-color: #E5696A;
  width: 125px;
  /* max-height: 62px; */
  /*max-height: 125px;*/
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 45px;
  position: relative;
  font-size: 1.8rem;
}

.top .news-wrap1 .news-title:before {
  content: '';
  background: url(/img/text_icon01.png) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 20px;
  height: 22px;
}

.top .news-wrap1 .news-box1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.top .news-wrap1 .news-box1 .news-box2,
.top .news-wrap1 .news-box1 .news-box3 {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 40px;
  border-top: 1px solid #DBDBDB;
}

.top .news-wrap1 .news-box1 .news-box2 p:nth-of-type(1),
.top .news-wrap1 .news-box1 .news-box3 p:nth-of-type(1) {
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
  padding: 0 20px 0 0;
  font-size: 1.6rem;
  color: #E5696A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.top .news-wrap1 .news-box1 .news-box2 p:nth-of-type(2),
.top .news-wrap1 .news-box1 .news-box3 p:nth-of-type(2) {
  width: 100%;
  font-size: 1.6rem;
  color: #E5696A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2px 0 0 0;
  height: 50px;
}

.top .news-wrap1 .news-box1 .news-box2:hover p:nth-of-type(1),
.top .news-wrap1 .news-box1 .news-box2:hover p:nth-of-type(2),
.top .news-wrap1 .news-box1 .news-box3:hover p:nth-of-type(1),
.top .news-wrap1 .news-box1 .news-box3:hover p:nth-of-type(2) {
  color: #FB67A8 !important;
}

.top .news-wrap1 .news-box1 .news-box3:last-of-type {
  border-bottom: none !important;
}

.top .news-wrap1 .news-box1 .news-box2:first-of-type {
  border-top: none !important;
}

.top .news-wrap1 button {
  width: 128px;
  /* max-height: 62px; */
  /*max-height: 125px;*/
  background: repeating-linear-gradient(90deg, #fae1e1 0, #fae1e1 6px, #fbe9e9 6px, #fbe9e9 9px);
  font-size: 1.5rem;
  color: #E5696A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #E5696A;
  position: relative;
  padding-right: 15px;
}

.top .news-wrap1 button span:before {
  content: 'もっとみる';
  display: block;
  -webkit-transition: .35s;
  transition: .35s;
}

.top .news-wrap1 button:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #E5696A;
  border-right: solid 2px #E5696A;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  -webkit-transition: .3s;
  transition: .3s;
}

.top .news-wrap1 button:hover, .top .news-wrap1 button:active, .top .news-wrap1 button:visited {
  color: #FB67A8;
  text-decoration: underline;
}

.top .news-wrap1.open {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #E5696A;
}

.top .news-wrap1.open .news-title {
  color: #fff;
  background-color: #E5696A;
  width: 125px;
  /* max-height: 62px; */
  /*max-height: 125px;*/
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 45px;
  position: relative;
  font-size: 1.8rem;
}

.top .news-wrap1.open .news-title:before {
  content: '';
  background: url(/img/text_icon01.png) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 20px;
  height: 22px;
}

.top .news-wrap1.open .news-box1 {
  margin-top: -1px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
  height: auto;
}

.top .news-wrap1.open .news-box1 .news-box2,
.top .news-wrap1.open .news-box1 .news-box3 {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 40px;
}

.top .news-wrap1.open .news-box1 .news-box2 p:nth-of-type(1),
.top .news-wrap1.open .news-box1 .news-box3 p:nth-of-type(1) {
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
  padding: 0 20px 0 0;
  font-size: 1.6rem;
  color: #E5696A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* line-height: 62px; */
}

.top .news-wrap1.open .news-box1 .news-box2 p:nth-of-type(2),
.top .news-wrap1.open .news-box1 .news-box3 p:nth-of-type(2) {
  width: 100%;
  font-size: 1.6rem;
  color: #E5696A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2px 0 0 0;
  /* line-height: 62px; */
}

.top .news-wrap1.open button {
  width: 128px;
  /* max-height: 62px; */
  /*max-height: 125px;*/
  background: repeating-linear-gradient(90deg, #fae1e1 0, #fae1e1 6px, #fbe9e9 6px, #fbe9e9 9px);
  font-size: 1.5rem;
  color: #E5696A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #E5696A;
  position: relative;
  padding-right: 15px;
}

.top .news-wrap1.open button span:before {
  content: 'とじる';
  display: block;
}

.top .news-wrap1.open button:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #E5696A;
  border-right: solid 2px #E5696A;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.top .news-wrap1.open button:hover, .top .news-wrap1.open button:active, .top .news-wrap1.open button:visited {
  color: #FB67A8;
  text-decoration: underline;
}

.top .news-wrap2 {
  max-width: 1240px;
  width: 100%;
  margin: 100px auto 70px;
}

.top .news-wrap2 h2 {
  max-width: 391.5px;
  margin: 0 auto;
}

.top .news-wrap2 h2 img {
  width: 100%;
  display: block;
}

.top .news-wrap3 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-color: #FBFCFF;
}

.top .news-wrap3 .news-inner1 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  position: relative;
}

.top .news-wrap3 .news-inner1 a {
  width: 100%;
  max-width: 280px;
}

.top .news-wrap3 .news-inner1 a p:nth-of-type(1) {
  display: block;
  width: 22.58vw;
  max-width: 280px;
  height: 22.58vw;
  max-height: 280px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: 100%;
  -webkit-transition: .55s ease-in-out .05s;
  transition: .55s ease-in-out .05s;
  position: relative;
}

.top .news-wrap3 .news-inner1 a p:nth-of-type(1):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
}

.top .news-wrap3 .news-inner1 a p:nth-of-type(1):hover {
  background-size: 115%;
}

.top .news-wrap3 .news-inner1 a p:nth-of-type(2) {
  width: 22.58vw;
  max-width: 280px;
  margin: 35px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .news-wrap3 .news-inner1 a p:nth-of-type(2) span:nth-of-type(1) {
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  margin-right: 10px;
}

.top .news-wrap3 .news-inner1 a p:nth-of-type(2) span:nth-of-type(2) {
  font-family: "Comfortaa", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
  font-size: 1.2rem;
  border: 1px solid #DBDBDB;
  padding: 6px 10px 4px;
}

.top .news-wrap3 .news-inner1 a p:nth-of-type(2) span:nth-of-type(3) {
  font-family: "Comfortaa", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
  background: #E5696A;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 7px 10px 5px;
  border-radius: 4px;
  margin-left: 10px;
}

.top .news-wrap3 .news-inner1 a p:nth-of-type(3) {
  width: 22.58vw;
  max-width: 280px;
  font-size: 1.6rem;
  line-height: 1.5em;
}

.top .news-wrap4 {
  max-width: 1240px;
  width: 100%;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top .lineup-wrap1 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto 70px;
}

.top .lineup-wrap1 h2 {
  max-width: 351.5px;
  margin: 0 auto;
}

.top .lineup-wrap1 h2 img {
  width: 100%;
  display: block;
}

.top .lineup-wrap2 {
  max-width: 1320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top .lineup-wrap2:last-of-type {
  margin-top: 20px;
}

.top .lineup-wrap2 .lineup-inner1 {
  position: relative;
  margin-bottom: 40px;
}

.top .lineup-wrap2 .lineup-inner1 .lineup-bg {
  display: block;
  width: 33.33vw;
  max-width: 400px;
  height: 33.33vw;
  max-height: 400px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: 100%;
  -webkit-transition: .4s ease-in-out .05s;
  transition: .4s ease-in-out .05s;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

.top .lineup-wrap2 .lineup-inner1 .lineup-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 10px solid #fcf2f1;
  border-radius: 10px;
}

.top .lineup-wrap2 .lineup-inner1 .lineup-bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(/img/top/bg01.png) no-repeat center center;
  background-size: cover;
}

.top .lineup-wrap2 .lineup-inner1 .lineup-txt1 {
  display: block;
  font-size: 3rem;
  position: absolute;
  top: 40%;
  left: 10%;
  color: #E5696A;
  font-weight: 700;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.top .lineup-wrap2 .lineup-inner1 .lineup-txt1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: -30px;
  margin: auto;
  width: 21px;
  height: 7px;
  border-bottom: 1px solid #E5696A;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.top .lineup-wrap2 .lineup-inner1 .lineup-txt1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: -30px;
  margin: auto;
  width: 11px;
  height: 5px;
  border-top: 1px solid #E5696A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.top .lineup-wrap2 .lineup-inner1 .lineup-txt1.item-last:after, .top .lineup-wrap2 .lineup-inner1 .lineup-txt1.item-last:before {
  right: 0;
}

.top .lineup-wrap2 .lineup-inner1 .lineup-txt2,
.top .lineup-wrap2 .lineup-inner1 .lineup-txt3 {
  display: inline-block;
  position: absolute;
  left: 10%;
  font-size: 1.8rem;
  color: #E5696A;
  font-weight: 700;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  line-height: 1.5em;
}

.top .lineup-wrap2 .lineup-inner1 .lineup-txt2 {
  top: 77%;
}

.top .lineup-wrap2 .lineup-inner1 .lineup-txt3 {
  top: 71%;
}

.top .lineup-wrap2 .lineup-inner1 .lineup-txt4 {
  display: none;
}

.top .lineup-wrap2 .lineup-inner1 a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.top .lineup-wrap2 .lineup-inner1.active .lineup-bg:hover {
  background-size: 110%;
}

.top .lineup-wrap2 .lineup-inner1.active .lineup-txt1 {
  color: #FB67A8;
}

.top .lineup-wrap2 .lineup-inner1.active .lineup-txt1:before, .top .lineup-wrap2 .lineup-inner1.active .lineup-txt1:after {
  right: -40px;
  border-color: #FB67A8;
}

.top .lineup-wrap2 .lineup-inner1.active .lineup-txt1.item-last:before, .top .lineup-wrap2 .lineup-inner1.active .lineup-txt1.item-last:after {
  right: -20px;
  border-color: #FB67A8;
}

.top .lineup-wrap2 .lineup-inner1.active .lineup-txt2,
.top .lineup-wrap2 .lineup-inner1.active .lineup-txt3 {
  color: #FB67A8;
}

.top .beauty-wrap1 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.top .beauty-wrap1 h2 {
  max-width: 495px;
  margin: 0 auto;
}

.top .beauty-wrap1 h2 img {
  width: 100%;
  display: block;
}

.top .beauty-wrap1 .comment {
  max-width: 1280px;
  width: 100%;
  margin: 60px auto 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8em;
  color: #E5696A;
  text-align: center;
}

.top .beauty-wrap1 .beauty-wrap2 {
  max-width: 1280px;
  position: absolute;
  top: 330px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top .beauty-wrap1 .beauty-wrap2.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top .beauty-wrap1 .beauty-wrap2.sp {
  display: none;
}

.top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 {
  position: relative;
  margin: 0 0.81vw 0;
}

.top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 .beauty-bg {
  display: block;
  width: calc(33.33vw - 3.24vw);
  max-width: 400px;
  height: calc(33.33vw - 3.24vw);
  max-height: 400px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: 100%;
  -webkit-transition: .4s ease-in-out .05s;
  transition: .4s ease-in-out .05s;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

.top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 .beauty-txt1 {
  position: absolute;
  top: 70%;
  left: 0;
  line-height: 2.4em;
  font-size: 1.8rem;
  color: #E5696A;
  font-weight: 700;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  z-index: 1;
}

.top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 .beauty-txt1 span {
  display: inline;
  padding: 1rem;
  background: #fff;
  -webkit-transition: .35s;
  transition: .35s;
}

.top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.top .beauty-wrap1 .beauty-wrap2 .beauty-inner1.active .beauty-bg:hover {
  background-size: 110%;
}

.top .beauty-wrap1 .beauty-wrap2 .beauty-inner1.active .beauty-txt1 {
  color: #FB67A8;
}

.top .beauty-wrap1 .beauty-wrap2 .beauty-inner1.active .beauty-txt1 span {
  display: inline;
  padding: 1rem 2rem 1rem 1rem;
  background: #fff;
}

.top .beauty-wrap1 .beauty-wrap3 {
  max-width: 1240px;
  width: 100%;
  margin: 500px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top .movie-wrap1 {
  max-width: 1200px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top .movie-wrap1 .movie-inner1 {
  width: 100%;
  max-width: 549px;
  background: url(/img/top/bg05.png) no-repeat center center;
  background-size: contain;
  color: #E5696A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 40px 0 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.top .movie-wrap1 .movie-inner1 .movie-txt1 {
  display: block;
  font-size: 4.2rem;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.top .movie-wrap1 .movie-inner1 .movie-txt2 {
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  line-height: 1.8em;
}

.top .movie-wrap1 .movie-inner2 {
  width: 100%;
  max-width: 592px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  padding-top: 27.05%;
}

.top .movie-wrap1 .movie-inner2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.slick1 {
  position: relative;
}

.slick1 .slick-next,
.slick1 .slick-prev {
  z-index: 2;
  font-size: 1.2rem;
  font-weight: 300;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  display: block;
}

.slick1 .slick-next {
  background: url(/img/next.png);
  right: 25px !important;
}

.slick1 .slick-prev {
  background: url(/img/prev.png);
  left: 25px !important;
}

.slick2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.slick2 .slick-next,
.slick2 .slick-prev {
  z-index: 2;
  font-size: 1.2rem;
  font-weight: 300;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -7vw;
  bottom: 0;
  margin: auto;
  display: block;
}

.slick2 .slick-next {
  background: url(/img/next.png);
  right: -20px !important;
}

.slick2 .slick-prev {
  background: url(/img/prev.png);
  left: -60px !important;
}

@media screen and (max-width: 1240px) {
  .top .news-wrap3 {
    max-width: 1180px;
    margin: 0 auto;
  }
  .top .news-wrap3 .news-inner1 {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(1) {
    width: 100%;
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(2) {
    width: 100%;
    padding: 0 10px;
    max-width: 280px;
    margin: 2.82vw 0 2.02vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(2) span:nth-of-type(1) {
    font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
    font-size: 1.29vw;
    margin-right: 0.81vw;
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(2) span:nth-of-type(2) {
    font-family: "Comfortaa", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
    font-size: 0.97vw;
    border: 1px solid #DBDBDB;
    padding: 0.48vw 0.81vw 0.32vw;
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(2) span:nth-of-type(3) {
    font-family: "Comfortaa", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
    background: #E5696A;
    color: #fff;
    font-weight: 700;
    font-size: 0.97vw;
    padding: 0.56vw 0.81vw 0.4vw;
    border-radius: 4px;
    margin-right: 0.81vw;
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(3) {
    width: 100%;
    padding: 0 10px;
    max-width: 280px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  .top .lineup-wrap2:last-of-type {
    margin-top: 20px;
  }
  .top .lineup-wrap2 .lineup-inner1 {
    position: relative;
    margin: 0 0.81vw 1.81vw;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-bg {
    display: block;
    width: calc(33.33vw - 3.24vw);
    max-width: 400px;
    height: calc(33.33vw - 3.24vw);
    max-height: 400px;
    overflow: hidden;
    background: center center no-repeat;
    background-size: 100%;
    -webkit-transition: .4s ease-in-out .05s;
    transition: .4s ease-in-out .05s;
    position: relative;
    border-radius: 10px;
    z-index: 1;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 10px solid #fcf2f1;
    border-radius: 10px;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(/img/top/bg01.png) no-repeat center center;
    background-size: cover;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt1 {
    display: block;
    font-size: 2.42vw;
    position: absolute;
    top: 40%;
    left: 10%;
    color: #E5696A;
    font-weight: 700;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt1:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    right: -30px;
    margin: auto;
    width: 21px;
    height: 7px;
    border-bottom: 1px solid #E5696A;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    right: -30px;
    margin: auto;
    width: 11px;
    height: 5px;
    border-top: 1px solid #E5696A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt2,
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt3 {
    display: inline-block;
    position: absolute;
    left: 10%;
    font-size: 1.3vw;
    color: #E5696A;
    font-weight: 700;
    -webkit-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt2 {
    top: 77%;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt3 {
    top: 71%;
  }
  .top .lineup-wrap2 .lineup-inner1 a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .top .lineup-wrap2 .lineup-inner1.active .lineup-bg:hover {
    background-size: 110%;
  }
  .top .lineup-wrap2 .lineup-inner1.active .lineup-txt1 {
    color: #FB67A8;
  }
  .top .lineup-wrap2 .lineup-inner1.active .lineup-txt1:before, .top .lineup-wrap2 .lineup-inner1.active .lineup-txt1:after {
    right: -40px;
    border-color: #FB67A8;
  }
  .top .lineup-wrap2 .lineup-inner1.active .lineup-txt1.item-last:before, .top .lineup-wrap2 .lineup-inner1.active .lineup-txt1.item-last:after {
    right: -20px;
    border-color: #FB67A8;
  }
  .top .lineup-wrap2 .lineup-inner1.active .lineup-txt2,
  .top .lineup-wrap2 .lineup-inner1.active .lineup-txt3 {
    color: #FB67A8;
  }
  .top .beauty-wrap1 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .top .beauty-wrap1 h2 {
    max-width: 495px;
    margin: 0 auto;
  }
  .top .beauty-wrap1 h2 img {
    width: 100%;
    display: block;
  }
  .top .beauty-wrap1 .comment {
    max-width: 1280px;
    width: 100%;
    margin: 5vw auto 0;
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.8em;
    color: #E5696A;
    text-align: center;
  }
  .top .beauty-wrap1 .beauty-wrap2 {
    max-width: 1280px;
    width: calc(100% - 30px);
    position: absolute;
    top: 330px;
    right: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 {
    position: relative;
    margin: 0 0.81vw 0;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 .beauty-bg {
    display: block;
    width: calc(33.33vw - 3.24vw);
    max-width: 400px;
    height: calc(33.33vw - 3.24vw);
    max-height: 400px;
    overflow: hidden;
    background: center center no-repeat;
    background-size: 100%;
    -webkit-transition: .4s ease-in-out .05s;
    transition: .4s ease-in-out .05s;
    position: relative;
    border-radius: 10px;
    z-index: 1;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 .beauty-txt1 {
    position: absolute;
    top: 70%;
    left: 0;
    line-height: 2.4em;
    font-size: 1.4vw;
    color: #E5696A;
    font-weight: 700;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 1;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 .beauty-txt1 span {
    display: inline;
    padding: .7rem;
    background: #fff;
    -webkit-transition: .35s;
    transition: .35s;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1.active .beauty-bg:hover {
    background-size: 110%;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1.active .beauty-txt1 {
    color: #FB67A8;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1.active .beauty-txt1 span {
    display: inline;
    padding: .7rem 2rem .7rem .7rem;
    background: #fff;
  }
  .top .beauty-wrap1 .beauty-wrap3 {
    max-width: 1240px;
    width: 100%;
    margin: 40.32vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top .movie-wrap1 {
    max-width: 1200px;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top .movie-wrap1 .movie-inner1 {
    width: 100%;
    max-width: 549px;
    background: url(/img/top/bg05.png) no-repeat center center;
    background-size: contain;
    color: #E5696A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 40px 0 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .top .movie-wrap1 .movie-inner1 .movie-txt1 {
    display: block;
    font-size: 3.5vw;
    -webkit-transform: translateY(6.67vw);
            transform: translateY(6.67vw);
  }
  .top .movie-wrap1 .movie-inner1 .movie-txt2 {
    font-size: 1.5vw;
    font-weight: 700;
    -webkit-transform: translateY(8.33vw);
            transform: translateY(8.33vw);
    line-height: 1.8em;
  }
  .top .movie-wrap1 .movie-inner2 {
    width: 100%;
    max-width: 592px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    padding-top: 27.05%;
  }
  .top .movie-wrap1 .movie-inner2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .slick2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .slick2 .slick-next,
  .slick2 .slick-prev {
    z-index: 2;
    font-size: 1.2rem;
    font-weight: 300;
    position: relative;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -7vw;
    bottom: 0;
    margin: auto;
    display: block;
  }
  .slick2 .slick-next {
    background: url(/img/next.png);
    right: -20px !important;
  }
  .slick2 .slick-prev {
    background: url(/img/prev.png);
    left: -20px !important;
  }
}

@media screen and (max-width: 1000px) {
  .top .beauty-wrap1 .beauty-wrap2 {
    max-width: 1280px;
    width: calc(100% - 30px);
    position: absolute;
    top: 30vw;
  }
}

@media screen and (max-width: 768px) {
  .top .kv-wrap {
    width: 100%;
    overflow: visible;
  }
  .top .kv-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top .news-wrap1 {
    width: calc(100% - 8.54vw);
    overflow: hidden;
    margin: 0 auto;
    display: block;
    border: 1px solid #E5696A;
    border-radius: 5px;
  }
  .top .news-wrap1 .news-title {
    color: #fff;
    background-color: #E5696A;
    width: 100%;
    min-height: 10.67vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 12.27vw;
    position: relative;
    font-size: 4.8vw;
    height: 10.67vw;
  }
  .top .news-wrap1 .news-title:before {
    content: '';
    background: url(/img/text_icon01.png) no-repeat center left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2.67vw;
    margin: auto;
    width: 5.1vw;
    height: 5.85vw;
  }
  .top .news-wrap1 .news-box1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .top .news-wrap1 .news-box1 .news-box2,
  .top .news-wrap1 .news-box1 .news-box3 {
    width: calc(100% - 9.06vw);
    /* display: block; */
    align-items: flex-start;
    gap: 5.33vw;
    margin: 0 4.53vw;
    padding: 2.67vw 0;
  }
  .top .news-wrap1 .news-box1 .news-box2 p:nth-of-type(1),
  .top .news-wrap1 .news-box1 .news-box3 p:nth-of-type(1) {
    font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
    padding: 0 0 2.67vw 0;
    font-size: 4.27vw;
    color: #E5696A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5em;
    height: auto;
    flex-shrink: 0;
  }
  .top .news-wrap1 .news-box1 .news-box2 p:nth-of-type(2),
  .top .news-wrap1 .news-box1 .news-box3 p:nth-of-type(2) {
    width: 100%;
    font-size: 3.73vw;
    color: #E5696A;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2px 0 0 0;
    line-height: 1.5em;
    height: auto;
  }
  .top .news-wrap1 button {
    width: 100%;
    height: 10.67vw;
    background: repeating-linear-gradient(90deg, #fae1e1 0, #fae1e1 6px, #fbe9e9 6px, #fbe9e9 9px);
    font-size: 4vw;
    color: #E5696A;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    color: #E5696A;
    position: relative;
    padding-right: 0;
  }
  .top .news-wrap1 button span:before {
    content: 'もっとみる';
    display: block;
    -webkit-transition: .35s;
    transition: .35s;
  }
  .top .news-wrap1 button:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #E5696A;
    border-right: solid 2px #E5696A;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 32vw;
    margin-top: -6px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .top .news-wrap1 button:hover, .top .news-wrap1 button:active, .top .news-wrap1 button:visited {
    color: #FB67A8;
    text-decoration: underline;
  }
  .top .news-wrap1.open {
    width: calc(100% - 8.54vw);
    overflow: hidden;
    margin: 0 auto;
    display: block;
    border: 1px solid #E5696A;
    border-radius: 5px;
  }
  .top .news-wrap1.open .news-title {
    color: #fff;
    background-color: #E5696A;
    width: 100%;
    min-height: 10.67vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 12.27vw;
    position: relative;
    font-size: 4.8vw;
    height: 10.67vw;
  }
  .top .news-wrap1.open .news-title:before {
    content: '';
    background: url(/img/text_icon01.png) no-repeat center left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2.67vw;
    margin: auto;
    width: 5.1vw;
    height: 5.85vw;
  }
  .top .news-wrap1.open .news-box1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .top .news-wrap1.open .news-box1 .news-box2,
  .top .news-wrap1.open .news-box1 .news-box3 {
    width: calc(100% - 9.06vw);
    /* display: block; */
    align-items: flex-start;
    gap: 5.33vw;
    margin: 0 4.53vw;
    padding: 2.67vw 0;
  }
  .top .news-wrap1.open .news-box1 .news-box2 p:nth-of-type(1),
  .top .news-wrap1.open .news-box1 .news-box3 p:nth-of-type(1) {
    font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
    padding: 0;
    font-size: 4.27vw;
    color: #E5696A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5em;
    flex-shrink: 0;
  }
  .top .news-wrap1.open .news-box1 .news-box2 p:nth-of-type(2),
  .top .news-wrap1.open .news-box1 .news-box3 p:nth-of-type(2) {
    width: 100%;
    font-size: 3.73vw;
    color: #E5696A;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2px 0 0 0;
    line-height: 1.5em;
  }
  .top .news-wrap1.open .news-box1 .news-box3:last-of-type {
    border-bottom: none;
  }
  .top .news-wrap1.open button {
    width: 100%;
    height: 10.67vw;
    background: repeating-linear-gradient(90deg, #fae1e1 0, #fae1e1 6px, #fbe9e9 6px, #fbe9e9 9px);
    font-size: 4vw;
    color: #E5696A;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    color: #E5696A;
    position: relative;
    padding-right: 0;
  }
  .top .news-wrap1.open button span:before {
    content: 'とじる';
    display: block;
    -webkit-transition: .35s;
    transition: .35s;
  }
  .top .news-wrap1.open button:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #E5696A;
    border-right: solid 2px #E5696A;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 34.67vw;
    margin-top: -6px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .top .news-wrap1.open button:hover, .top .news-wrap1.open button:active, .top .news-wrap1.open button:visited {
    color: #FB67A8;
    text-decoration: underline;
  }
  .top .news-wrap2 {
    max-width: 1240px;
    width: calc(100% - 13.33vw);
    margin: 18.67vw auto 13.33vw;
  }
  .top .news-wrap2 h2 {
    max-width: 86.4vw;
    margin: 0 auto;
  }
  .top .news-wrap2 h2 img {
    width: 100%;
    display: block;
  }
  .top .news-wrap3 {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  .top .news-wrap3 .news-inner1 {
    margin: 0 auto;
    width: 100vw;
    position: relative;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top .news-wrap3 .news-inner1 a {
    width: 100%;
    max-width: 100%;
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(1) {
    display: block;
    width: 64vw;
    max-width: 100%;
    height: 64vw;
    max-height: 100%;
    overflow: hidden;
    background: center center no-repeat;
    background-size: 100%;
    -webkit-transition: .55s ease-in-out .05s;
    transition: .55s ease-in-out .05s;
    position: relative;
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(1):before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(1):hover {
    background-size: 115%;
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
    margin: 8vw 0 4.27vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(2) span:nth-of-type(1) {
    font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
    font-size: 4.27vw;
    margin-right: 2.67vw;
    font-weight: 500;
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(2) span:nth-of-type(2) {
    font-family: "Comfortaa", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
    font-size: 3.2vw;
    border: 1px solid #DBDBDB;
    padding: 1.6vw 2.67vw 1.07vw;
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(2) span:nth-of-type(3) {
    font-family: "Comfortaa", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
    background: #E5696A;
    color: #fff;
    font-weight: 700;
    font-size: 3.2vw;
    padding: 1.6vw 2.67vw 1.07vw;
    border-radius: 1.07vw;
    margin-left: 1vw;
  }
  .top .news-wrap3 .news-inner1 a p:nth-of-type(3) {
    width: 100%;
    max-width: 100%;
    font-size: 4.27vw;
    line-height: 1.5em;
  }
  .top .news-wrap4 {
    max-width: 1240px;
    width: 100%;
    margin: 9.33vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top .lineup-wrap1 {
    max-width: 1240px;
    width: calc(100% - 21.33vw);
    margin: 0 auto 10.67vw;
  }
  .top .lineup-wrap1 h2 {
    max-width: 351.5px;
    margin: 0 auto;
  }
  .top .lineup-wrap1 h2 img {
    width: 100%;
    display: block;
  }
  .top .lineup-wrap2 {
    max-width: 1320px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2vw;
  }
  .top .lineup-wrap2:last-of-type {
    margin-top: 0;
  }
  .top .lineup-wrap2 .lineup-inner1 {
    position: relative;
    margin: 0 1vw 2.67vw;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-bg {
    display: block;
    width: 100vw;
    max-width: 44.8vw;
    height: 100vw;
    max-height: 44.8vw;
    margin: 0 auto;
    overflow: hidden;
    background: center center no-repeat;
    background-size: 100%;
    -webkit-transition: .4s ease-in-out .05s;
    transition: .4s ease-in-out .05s;
    position: relative;
    border-radius: 2.67vw;
    z-index: 1;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 2.67vw solid #fcf2f1;
    border-radius: 2.67vw;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(/img/top/bg01.png) no-repeat center center;
    background-size: cover;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.73vw;
    position: absolute;
    top: 35vw;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #E5696A;
    font-weight: 700;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt1:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 2.67vw;
    right: -8vw;
    margin: auto;
    width: 5.6vw;
    height: 1.87vw;
    border-bottom: 1px solid #E5696A;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2.67vw;
    right: -8vw;
    margin: auto;
    width: 2.93vw;
    height: 1.33vw;
    border-top: 1px solid #E5696A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt1.item-last:after, .top .lineup-wrap2 .lineup-inner1 .lineup-txt1.item-last:before {
    display: none;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt2,
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt3 {
    display: none;
  }
  .top .lineup-wrap2 .lineup-inner1 .lineup-txt4 {
    width: 100%;
    max-width: 44.8vw;
    font-size: 2.37vw;
    line-height: 1.8em;
    color: #E5696A;
    font-weight: 700;
    display: block;
    padding: 1.67vw;
    letter-spacing: -1px;
  }
  .top .lineup-wrap2 .lineup-inner1 a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .top .lineup-wrap2 .lineup-inner1.active .lineup-bg:hover {
    background-size: 110%;
  }
  .top .lineup-wrap2 .lineup-inner1.active .lineup-txt1 {
    color: #FB67A8;
  }
  .top .lineup-wrap2 .lineup-inner1.active .lineup-txt1:before, .top .lineup-wrap2 .lineup-inner1.active .lineup-txt1:after {
    right: -40px;
    border-color: #FB67A8;
  }
  .top .lineup-wrap2 .lineup-inner1.active .lineup-txt1.item-last:before, .top .lineup-wrap2 .lineup-inner1.active .lineup-txt1.item-last:after {
    right: -20px;
    border-color: #FB67A8;
  }
  .top .lineup-wrap2 .lineup-inner1.active .lineup-txt2,
  .top .lineup-wrap2 .lineup-inner1.active .lineup-txt3 {
    color: #FB67A8;
  }
  .top .beauty-wrap1 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .top .beauty-wrap1 h2 {
    max-width: 84vw;
    margin: 0 auto;
  }
  .top .beauty-wrap1 h2 img {
    width: 100%;
    display: block;
  }
  .top .beauty-wrap1 .comment {
    max-width: 1280px;
    width: 100%;
    margin: 7.13vw auto 0;
    font-size: 4.27vw;
    font-weight: 700;
    line-height: 1.6em;
    color: #E5696A;
    text-align: center;
  }
  .top .beauty-wrap1 .beauty-wrap2 {
    max-width: 1280px;
    width: 105vw;
    position: absolute;
    top: 62.5vw;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
  }
  .top .beauty-wrap1 .beauty-wrap2.pc {
    display: none;
  }
  .top .beauty-wrap1 .beauty-wrap2.sp {
    display: block;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 {
    margin: 0;
    position: relative;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 .beauty-bg {
    display: block;
    width: 64vw;
    max-width: 64vw;
    height: 64vw;
    max-height: 64vw;
    overflow: hidden;
    background: center center no-repeat;
    background-size: 100%;
    -webkit-transition: .4s ease-in-out .05s;
    transition: .4s ease-in-out .05s;
    position: relative;
    border-radius: 10px;
    z-index: 1;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 .beauty-txt1 {
    position: absolute;
    top: 70%;
    left: 0;
    line-height: 2.4em;
    font-size: 3.2vw;
    color: #E5696A;
    font-weight: 700;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 1;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 .beauty-txt1 span {
    display: inline;
    padding: 1.675vw;
    background: #fff;
    -webkit-transition: .35s;
    transition: .35s;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1 a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1.active .beauty-bg:hover {
    background-size: 100%;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1.active .beauty-txt1 {
    color: #E5696A;
  }
  .top .beauty-wrap1 .beauty-wrap2 .beauty-inner1.active .beauty-txt1 span {
    display: inline;
    padding: 1.675vw;
    background: #fff;
  }
  .top .beauty-wrap1 .beauty-wrap3 {
    max-width: 1240px;
    width: 100%;
    margin: 82.2vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top .movie-wrap1 {
    max-width: 1200px;
    padding: 0 0 16vw;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top .movie-wrap1 .movie-inner1 {
    padding: 25.33vw 0 0;
    width: 88.53vw;
    max-width: 100%;
    background: url(/img/top/bg05sp.png) no-repeat center center;
    background-size: contain;
    color: #E5696A;
    display: block;
    margin: 0 auto 8vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
  }
  .top .movie-wrap1 .movie-inner1 .movie-txt1 {
    display: block;
    font-size: 6.93vw;
    -webkit-transform: translateY(3vw);
            transform: translateY(3vw);
  }
  .top .movie-wrap1 .movie-inner1 .movie-txt2 {
    margin-top: 4.53vw;
    font-size: 4.8vw;
    font-weight: 700;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
    line-height: 1.8em;
  }
  .top .movie-wrap1 .movie-inner2 {
    width: 100%;
    max-width: 91.47vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 51.6% 0 0;
    margin: 0 auto;
  }
  .top .movie-wrap1 .movie-inner2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .slick1 {
    position: relative;
    width: 100%;
  }
  .slick1 .slick-next,
  .slick1 .slick-prev {
    z-index: 2;
    font-size: 1.2rem;
    font-weight: 300;
    position: absolute;
    width: 8vw;
    height: 8vw;
    top: 125.47vw;
    bottom: 0;
    display: block;
  }
  .slick1 .slick-next {
    background: url(/img/nextsp.png);
    background-size: contain;
    right: 4.27vw !important;
  }
  .slick1 .slick-prev {
    background: url(/img/prevsp.png);
    background-size: contain;
    left: 4.27vw !important;
  }
  .slick1 .slick-dots {
    position: absolute;
    bottom: -8.2vw;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick1 .slick-dots li {
    position: relative;
    display: inline-block;
    height: 2px;
    width: 8vw;
    margin: 0 0.53vw;
    padding: 0;
    cursor: pointer;
  }
  .slick1 .slick-dots li button {
    border: 0;
    display: block;
    background: #DBDBDB;
    height: 2px;
    width: 8vw;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    cursor: pointer;
  }
  .slick1 .slick-dots li button:before {
    width: 8vw;
  }
  .slick2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .slick2 .slick-next,
  .slick2 .slick-prev {
    z-index: 2;
    font-size: 1.2rem;
    font-weight: 300;
    position: relative;
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: -30vw !important;
    bottom: 0;
    margin: auto;
    display: block;
  }
  .slick2 .slick-next {
    background: url(/img/nextsp2.png);
    background-size: contain;
    right: 11.2vw !important;
  }
  .slick2 .slick-prev {
    background: url(/img/prevsp2.png);
    background-size: contain;
    left: 9.8vw !important;
  }
  .slick3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .slick3 .slick-next,
  .slick3 .slick-prev {
    z-index: 2;
    font-size: 1.2rem;
    font-weight: 300;
    position: relative;
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
  }
  .slick3 .slick-next {
    background: url(/img/nextsp2.png);
    background-size: contain;
    right: 12.7vw !important;
  }
  .slick3 .slick-prev {
    background: url(/img/prevsp2.png);
    background-size: contain;
    left: 4.8vw !important;
  }
}
/*# sourceMappingURL=top.css.map */