@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*==================================*/
/* base
==================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

/* font
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
dt,
dd,
th,
td,
table th,
table td,
input,
textarea,
select,
body {
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
}

b,
strong,
.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

body {
  background-color: #fff;
  font-size: 16px;
  line-height: 32px;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  outline: none;
}

* {
  background-color: initial;
  box-shadow: initial;
}

body {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #222222;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #222222;
}
a:hover {
  color: #222222;
  text-decoration: none;
}
a:active {
  color: #222222;
}
a:hover {
  outline: none;
}

a:focus,
*:focus {
  outline: none !important;
}

body {
  background-color: #fff;
}
body table th,
body table td {
  border: initial;
  padding: initial;
  vertical-align: middle;
}

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ふわっとだす*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time01 {
  animation-delay: 0.1s;
}

.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time03 {
  animation-delay: 0.3s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time05 {
  animation-delay: 0.5s;
}

/* このクラスをつけるとふわふわを無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.bg_opacity {
  animation: 3s bg_opacity infinite;
}

@keyframes bg_opacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*==========================================
  Layout
==========================================*/
.sp {
  display: none !important;
}

body {
  position: relative;
}

#anc01,
#anc02,
#anc03,
#anc04,
#anc05,
#anc06 {
  display: block;
  height: 0;
}

.fixed_menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 2;
  width: 220px;
}

.Menu_area {
  width: 220px;
  background: url(../img/gangungirlslp/menu_bg02.jpg) no-repeat 0 0 #000;
  padding-bottom: 80px;
  position: sticky;
  top: 0;
  left: 0;
}
.Menu_area .logo {
  width: 136px !important;
  margin: 0 auto 30px !important;
  padding-top: 30px;
}
.Menu_area .logo img {
  width: 100%;
  height: auto;
}
.Menu_area h2 {
  background: url(../img/gangungirlslp/menu_bg.svg) no-repeat 0 50%;
  width: 112px !important;
  padding: 60px 20px;
  margin-bottom: 0 !important;
}
.Menu_area h2 img {
  width: 48px !important;
  height: auto;
}
.Menu_area .menu_wrap {
  display: flex;
  justify-content: center;
}
.Menu_area .menu_list {
  padding-bottom: 60px;
}
.Menu_area .menu_list li a {
  color: #fff;
  display: block;
  width: 136px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
}
.Menu_area .menu_list li a::after {
  content: "";
  background: url(../img/gangungirlslp/menu_border.svg) no-repeat 0 bottom;
  background-size: 136px 8px;
  display: block;
  width: 136px;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.Menu_area .menu_list li a:hover::after {
  left: 10px;
}

footer {
  background: #000000;
  padding: 20px 20px;
}
footer ul {
  display: flex;
  justify-content: space-between;
  margin-left: 230px;
  align-items: center;
}
footer ul li {
  color: #fff;
  font-size: 12px;
  color: #dddddd;
}
footer ul li a {
  color: #dddddd;
}
footer ul li a:visited {
  color: #fff;
}
footer ul li.link a {
  position: relative;
  padding-right: 30px;
  opacity: 1 !important;
  font-size: 16px;
}
footer ul li.link a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-color: #dddddd;
}
footer ul li.link a:hover {
  text-decoration: underline;
  opacity: 1 !important;
  color: #dddddd;
}

main .Main_area {
  position: relative;
  background: #fff;
  position: relative;
  z-index: 5;
  overflow-x: hidden;
}
main .Main_area .txt02 svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 6;
}
main .Main_area .txt02 path {
  fill: url(#gradient);
}
main .Main_area .txt02 #stop1 {
  animation: step1 2s ease-in-out infinite alternate;
}
main .Main_area .txt02 #stop2 {
  animation: step2 5s ease-in-out infinite alternate;
}
@keyframes step1 {
  0% {
    stop-color: #000;
  }
  100% {
    stop-color: #8a48e4;
  }
}
@keyframes step2 {
  0% {
    stop-color: #8a48e4;
  }
  100% {
    stop-color: #000;
  }
}
main .Main_area img {
  width: 100%;
  height: auto;
}
main .Main_area .character {
  position: absolute;
  top: 4vw;
  right: -4vw;
  width: 68.24vw;
  z-index: 5;
}
main .Main_area .character .all {
  opacity: 0;
  z-index: 0;
}
main .Main_area .character .c01 {
  position: absolute;
  top: 2.5vw;
  right: 0;
  width: 26.5vw;
  z-index: 2;
}
main .Main_area .character .c02 {
  position: absolute;
  top: 4.8vw;
  left: 0;
  width: 31.5vw;
  z-index: 3;
}
main .Main_area .character .c03 {
  position: absolute;
  bottom: 5.5vw;
  right: 22vw;
  width: 27.8vw;
  z-index: 5;
}
main .Main_area .character .c04 {
  position: absolute;
  bottom: 9px;
  right: 8.2vw;
  width: 27.5vw;
  z-index: 6;
}
main .Main_area .character .c05 {
  position: absolute;
  top: 0;
  right: 24vw;
  width: 18.5vw;
  z-index: 1;
}
main .Main_area .txt_area {
  position: absolute;
  top: 4.5vw;
  left: 80px;
  z-index: 10;
}
main .Main_area .logo {
  width: 17vw;
  margin-bottom: 3vw;
}
main .Main_area .txt01 {
  width: 28.7vw;
  margin-bottom: 1.5vw;
}
main .Main_area .txt_day {
  width: 18.4vw;
  margin-bottom: 0.6vw;
}
main .Main_area .txt02 {
  width: 41.2vw;
}
main .Introduction_area {
  padding: 90px 80px 120px;
  background: url(../img/gangungirlslp/introduction_bg.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 0;
}
main .Introduction_area #horizon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #8a48e4;
}
main .Introduction_area .title {
  width: 277px;
}
main .Introduction_area h2 {
  color: #fff;
  margin-bottom: 50px;
}
main .Introduction_area h3 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  color: #d2f8f9;
  padding: 20px 0;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  width: 403px;
  margin-bottom: 30px;
}
main .Introduction_area h4 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 30px;
}
main .Introduction_area .lead {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
}
main .Visual {
  width: 100%;
  height: 425px;
  overflow: hidden;
  position: relative;
  background: #000;
}
main .Visual figure {
  z-index: 0;
  position: fixed;
  top: 70%;
  left: 0;
  width: 100%;
  height: 1200px;
  background: url("../img/gangungirlslp/visu.jpg") no-repeat;
  background-size: cover;
  background-position: 50% center;
}
main .content_wrap {
  display: flex;
  position: relative;
  align-items: flex-start;
  background: #000;
}
main .r_content {
  width: calc(100% - 220px);
}

.Story_area {
  background: url(../img/gangungirlslp/story_bg.jpg) no-repeat left 50%;
  background-size: cover;
  position: relative;
}
.Story_area::before {
  content: "";
  display: block;
  background: url(../img/gangungirlslp/story_bg02.jpg) no-repeat left 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: 3s bg_opacity infinite;
}
.Story_area h2 {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.Story_area .lead {
  color: #fff;
  line-height: 40px;
  text-align: center;
  padding: 0 20px 120px;
  position: relative;
  z-index: 2;
}

.Character_area {
  background: url(../img/gangungirlslp/character_bg.jpg) no-repeat right bottom;
  background-size: cover;
  min-height: 750px;
  position: relative;
  overflow-x: hidden;
}
.Character_area .soushoku {
  position: absolute;
  right: 3vw;
  bottom: 2vw;
}
.Character_area .soushoku ul {
  position: relative;
}
.Character_area .soushoku ul img {
  width: 100%;
  height: auto;
}
.Character_area .soushoku ul .figure02 {
  animation: 20s linear infinite rotation1;
  width: 224px;
}
.Character_area .soushoku ul .figure01 {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 254px;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Character_area .title {
  margin-bottom: -30px;
}
.Character_area .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.Character_area .swiper-button-prev {
  background: url(../img/gangungirlslp/prev.svg) no-repeat center 50%;
  background-size: 20px 38px;
  width: 20px;
  height: 38px;
  text-indent: -9999px;
  top: 30px;
  right: 10%;
  left: auto;
}
.Character_area .swiper-button-next {
  background: url(../img/gangungirlslp/next.svg) no-repeat center 50%;
  background-size: 20px 38px;
  width: 20px;
  height: 38px;
  text-indent: -9999px;
  top: 30px;
  right: 5%;
  left: auto;
}
.Character_area .slider-thumbnail {
  width: 237px;
  position: absolute;
  top: 50%;
  right: 9vw;
  margin-top: -180px;
  overflow: visible;
}
.Character_area .slider-thumbnail .swiper-slide-thumb-active {
  position: relative;
}
.Character_area .slider-thumbnail .swiper-slide-thumb-active::before {
  content: "";
  background: url(../img/gangungirlslp/chara_icon_here.svg) no-repeat center 50%;
  background-size: 26px 13px;
  width: 26px;
  height: 13px;
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -5px;
}
.Character_area .slider-thumbnail .swiper-slide-thumb-active::after {
  content: "";
  background: #6d84ca;
  width: 101px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.Character_area .slider-thumbnail .swiper-slide:hover::after {
  content: "";
  background: #6d84ca;
  width: 101px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.Character_area .slider-thumbnail .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Character_area .slider-thumbnail .swiper-slide {
  width: 118px !important;
  margin-bottom: 30px;
  line-height: 0;
}
.Character_area .slider-thumbnail .thumbnail03 {
  margin: 0 40px 30px;
}
.Character_area .chara {
  position: relative;
  z-index: 1;
  top: -14px;
}
.Character_area .inner {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 675px;
}
.Character_area .inner .class_logo {
  width: 145px;
  position: absolute;
  left: 55%;
  bottom: 84px;
  z-index: 2;
}
.Character_area .inner .class_logo img {
  width: 100%;
  height: auto;
}
.Character_area .inner .txt_area {
  margin-left: 7%;
  width: 30%;
  position: relative;
  z-index: 0;
}
.Character_area .inner .txt_area .lead {
  color: #fff;
  line-height: 30px;
  margin-bottom: 30px;
  padding-right: 10px;
}
.Character_area .inner .txt_area .name {
  margin-bottom: 25px;
}
.Character_area .inner .txt_area .name img {
  display: block;
  line-height: 0;
}
.Character_area .inner .txt_area .name img.eng {
  width: 343px;
}
.Character_area .inner .txt_area .name img.eng02 {
  width: 232px;
}
.Character_area .inner .txt_area .name img.eng03 {
  width: 156px;
}
.Character_area .inner .txt_area .name img.eng04 {
  width: 333px;
}
.Character_area .inner .txt_area .name img.eng05 {
  width: 267px;
}
.Character_area .inner .txt_area .name span {
  color: #fff;
  padding: 16px 30px;
  display: block;
  background: url(../img/gangungirlslp/name_border.svg) no-repeat right bottom;
  background-size: auto 100%;
  width: 516px;
  line-height: 1;
  margin-top: -2px;
  font-size: 20px;
  font-weight: bold;
}
.Character_area .inner .txt_area .name span small {
  font-size: 16px;
}
.Character_area .inner .txt_area dl {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.Character_area .inner .txt_area dl dt {
  color: #fff;
  font-size: 16px;
  border: solid 1px #fff;
  border-radius: 60px;
  padding: 3px 0;
  width: 108px;
  text-align: center;
  margin-right: 20px;
}
.Character_area .inner .txt_area dl dd {
  color: #fff;
  font-size: 16px;
}
.Character_area .inner .txt_area .sns_area {
  margin-top: 20px;
  flex-wrap: wrap;
}
.Character_area .inner .txt_area .sns_area dt {
  border: none;
  width: auto;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.Character_area .inner .txt_area .sns_area dt img {
  line-height: 0;
  font-size: 0;
}
.Character_area .inner .txt_area .sns_area dt img.live {
  height: auto;
}
.Character_area .inner .txt_area .sns_area a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.Character_area .inner .txt_area .sns_area a:hover {
  text-decoration: underline;
}

@media (max-width: 1500px) {
  .Character_area .lead br {
    display: none;
  }
  .Character_area .slider-thumbnail {
    right: 6vw;
  }
}
@media (max-width: 1250px) {
  .Character_area .slider-thumbnail {
    top: 43%;
    right: 3vw;
  }
  .Character_area .inner .class_logo {
    bottom: 44px;
  }
}
@media (max-width: 1120px) {
  .Character_area .slider-thumbnail {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 0;
    z-index: 5;
  }
  .Character_area .slider-thumbnail .thumbnail03 {
    margin: 0;
  }
  .Character_area .inner .class_logo {
    bottom: 185px;
    right: 60px;
    left: auto;
  }
  .Character_area .soushoku {
    bottom: 8vw;
    z-index: 2;
  }
  .Menu_area {
    width: 190px;
  }
  .r_content {
    width: calc(100% - 200px);
    flex: 1;
  }
  .r_content .Keyword_area .title_area .accordion_header {
    font-size: 18px;
  }
}
.Keyword_area {
  background: url(../img/gangungirlslp/keyword_bg.jpg) no-repeat 0 bottom;
  background-size: cover;
  padding-bottom: 120px;
}
.Keyword_area h2 {
  margin-bottom: 60px;
}
.Keyword_area .wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
.Keyword_area .accordion_header {
  position: relative;
  font-size: 20px;
  text-align: center;
  border-right: solid 1px #7a7a7a;
}
.Keyword_area .accordion_header span {
  font-size: 15px;
  color: #8c8c8c;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: block;
}
.Keyword_area .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.Keyword_area .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.Keyword_area .accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}
.Keyword_area .accordion_one .accordion_header .i_box .one_i:before,
.Keyword_area .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 13px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}
.Keyword_area .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 13px;
  top: 0;
  left: 6px;
}
.Keyword_area .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.Keyword_area .accordion_one .accordion_header.open .i_box .one_i:after {
  transform: rotate(-45deg);
}
.Keyword_area .accordion_one .accordion_inner {
  display: none;
}
.Keyword_area .title_area {
  display: flex;
  flex-wrap: wrap;
  border-left: solid 1px #7a7a7a;
  border-right: solid 1px #7a7a7a;
}
.Keyword_area .title_area.title_area01 {
  border-top: solid 1px #7a7a7a;
}
.Keyword_area .title_area .accordion_header {
  width: 33.3333333333%;
  color: #fff;
  padding: 18px 40px 18px 18px;
  line-height: 30px;
  border-bottom: solid 1px #7a7a7a;
  font-weight: bold;
  transition: 0.3s;
}
.Keyword_area .title_area .accordion_header.k03 {
  width: 100%;
  padding: 30px 0;
}
.Keyword_area .title_area .accordion_header:hover, .Keyword_area .title_area .accordion_header.open {
  background: #fff;
  color: #000;
}
.Keyword_area .title_area .accordion_header:hover .i_box .one_i:before,
.Keyword_area .title_area .accordion_header:hover .i_box .one_i:after, .Keyword_area .title_area .accordion_header.open .i_box .one_i:before,
.Keyword_area .title_area .accordion_header.open .i_box .one_i:after {
  background: #000;
}
.Keyword_area .accordion_inner {
  display: none;
  padding: 40px 70px 50px;
  border-right: solid 1px #7a7a7a;
  border-left: solid 1px #7a7a7a;
  border-bottom: solid 1px #7a7a7a;
  position: relative;
}
.Keyword_area .accordion_inner .close_btn {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 0;
  opacity: 0;
}
.Keyword_area .accordion_inner.open {
  display: block;
}
.Keyword_area .accordion_inner.open_inner .close_btn {
  opacity: 1;
}
.Keyword_area .accordion_inner.open_inner .close_btn.close {
  opacity: 0 !important;
}
.Keyword_area .accordion_inner p {
  color: #fff;
  line-height: 32px;
}

.Trailer_area {
  background: url(../img/gangungirlslp/trailer_bg.jpg) no-repeat 0 50%;
  padding-bottom: 120px;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 1;
}
.Trailer_area .title {
  margin-bottom: 120px;
}
.Trailer_area .youtube {
  width: 80%;
  height: 40vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.Trailer_area .youtube iframe {
  width: 100%;
  height: 100%;
  line-height: 0;
}
.Trailer_area .youtube .comingsoon .icon {
  width: 89px;
  margin: 0 auto 20px;
}
.Trailer_area .youtube .comingsoon .txt {
  color: #bababa;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.Special_area {
  padding-bottom: 90px;
  background: #fff;
}
.Special_area .title {
  margin-bottom: 80px;
}
.Special_area .banner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0 40px;
}
.Special_area .banner a {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.Special_area .banner a img {
  transition: 0.3s;
}
.Special_area .banner a:hover img {
  transform: scale(1.06);
}
.Special_area .banner li {
  width: 30.3333333333%;
  margin: 0 1.5%;
}
.Special_area .banner li p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 8px;
}
.Special_area .banner li img {
  width: 100%;
  height: auto;
}

@media (max-width: 1000px) {
  .content_wrap .Menu_area.pc {
    display: none !important;
  }
  .content_wrap .r_content {
    width: 100%;
  }
  .Menu_area {
    background: url(../img/gangungirlslp/menu_bg02.jpg) no-repeat 0 0 #000;
    background-size: 500px auto;
  }
  .Menu_area h2 {
    display: none !important;
  }
  .Menu_area .logo {
    display: none !important;
  }
  .Menu_area .menu_wrap {
    display: flex;
    justify-content: center;
  }
  .Menu_area .menu_list {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .Menu_area .menu_list li a {
    color: #fff;
    display: block;
    width: 176px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
  }
  .Menu_area .menu_list li a::after {
    content: "";
    background: url(../img/gangungirlslp/menu_border.svg) no-repeat 0 bottom;
    background-size: 176px auto;
    display: block;
    width: 176px;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
  }
  .Menu_area .menu_list li a:hover::after {
    left: 10px;
  }
  .fixed_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 40;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .sp_menu {
    position: fixed;
    top: -100px;
    right: 0;
    background: url(../img/gangungirlslp/menu_sp.svg) no-repeat center 50% #000;
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
    z-index: 50;
    display: block !important;
  }
  .sp_menu.active {
    background: url(../img/gangungirlslp/menu_sp_close.svg) no-repeat center 50%;
    background-size: 45px auto;
    width: 45px;
    height: 100px;
    z-index: 50;
    top: 29px !important;
    right: 40px;
  }
  .h_active .Menu_area.fixed_menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .h_active .sp_menu {
    display: block !important;
    top: 70px;
  }
  footer ul {
    margin-left: 0;
  }
}