@charset "utf-8";

@font-face {
  font-family: 'KodomoRounded';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/font/under-girl/KodomoRounded.woff) format('woff')
}

@font-face {
  font-family: 'KodomoRounded-Light';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/font/under-girl/KodomoRounded-Light.woff) format('woff')
}

:root {
  --baseItemColor01: #ffe1fd;
  --baseItemColor02: #fff884;
  --baseItemColor03: #ff2be3;
  --baseItemColor04: #fff885;
  --baseItemColor05: #ffe0fc;
  --baseItemColor06: #d0fffa;
  --baseItemColor07: #84ece0;
  --boxShadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.004);
  --font01: "corporate-logo-ver2", sans-serif;


}
html {
	scroll-behavior: smooth;
}
html,
body {
  height: 100%;
  background: transparent;
  font-size: 62.5%;
}

body {
  font-family: var(--font01);
  overflow-x: hidden;

}

.svg-wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.svg-wrap .svg {
  margin: 0% auto 0;
  width: 100%;
  height: auto;
}

.animation-bg-content {
  position: fixed;
  width: 100vw;
  height: 100%;
}

.circle_box {
  position: relative;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%);
}

#circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: white;
  display: none;
  animation: expansion-anim .7s linear;
  overflow: hidden;
  background: #d9fcfe;
  z-index: 1;
}

@keyframes expansion-anim {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

#circle img {
  position: absolute;
  bottom: -150%;
  left: 50%;
  transform: translateX(-40%) rotate(5deg);
  opacity: 0;
  width: 100%;
}

.welcome {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  opacity: 0;
  font-size: 0px;
  width: 100%;
  text-align: center;

}

#content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.animation-bg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.animation-bg.active {
  animation-name: PageAnime-ttb;
  background: #fff;
}

@keyframes PageAnime-ttb {

  100% {
    transform: translateY(100%);
  }
}

/****************************************

menu

********************************************/
/* ***********************************************************
* #global-nav
* *********************************************************** */
.open #global-nav {
	z-index: 1000;
	visibility: visible;
	overflow-y: scroll;
}

#global-nav {
	visibility: hidden;
	position: fixed;
	display: flex;
	vertical-align: middle;
	color: #fff;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 16px;
	justify-content: center;
}

#global-nav ul {
  vertical-align: middle;
  list-style: none;
}

#global-nav a {
  color: var(--baseItemColor07);
  text-decoration: none;
  display: inline-block;
  padding: 0px 0 10px;
  font-size: 1vw;
  line-height: initial;
}

#global-nav .nav_list-ttl {
  color: #000;
  text-align: center;
  font-size: 2.4vw;
}

#global-nav .nav_list-item em {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  color: #000;
}


.nav_list-item.nav_list-profile {
  margin-bottom: 20px;
}
.container_right.is-active .nav_list {
	margin-top: -5vw;
}
/* ***********************************************************
* nav-list
* *********************************************************** */
#global-nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
}

.nav_list-item.coming a {
  pointer-events: none;
}

.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);

  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;

  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.nav_list-ttl.nav_list-comingttl em {
  color: #000;
  -webkit-text-stroke: black;
  font-size: 1.8rem;
}


.nav_list-ttl.nav_list-comingttl > span {
	color: #000;
	text-align: ;
	font-size: 30px;
	display: inline-block;
	-webkit-filter: drop-shadow(1px 3px 1px #84ece0);
	-moz-filter: drop-shadow(1px 3px 1px #84ece0);
	-ms-filter: drop-shadow(1px 3px 1px #84ece0);
	filter: drop-shadow(1px 3px 1px #c7e6e2);
	text-shadow: 1px 0px 0px #000;
	-webkit-text-stroke: 1px #c7e6e2;
	text-stroke: 1px #84ece0;
	font-weight: 700;
	line-height: 1.2;
	font-style: italic;
}
.nav_list-ttl.nav_list-comingttl {
  filter: none;
  text-shadow: none;
}

.nav_list-ttl.nav_list-comingttl em {
  color: #000;
  -webkit-text-stroke: black;
  font-size: 1.8rem;
}

/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg {
  content: "";
  width: 2400px;
  height: 2400px;
  margin-right: -1200px;
  margin-top: -1200px;
  top: 10px;
  right: 10px;
  display: block;
  position: fixed;
  background: var(--baseItemColor02);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(.05);
  transform: scale(.08);
  z-index: 8;
}

.open #nav-bg {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle {
  display: block;
  position: fixed;
  right: 18px;
  top: 21px;
  width: 33px;
  height: 30px;
  cursor: pointer;
  padding: 10px 11px;
  z-index: 1001;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--baseItemColor07);
  left: 0;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 8px;
}

#nav-toggle span:nth-child(3) {
  top: 16px;
}

.open #nav-toggle {
  background: transparent;
}

.open #nav-toggle span {
  background: var(--baseItemColor07);
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}

/* ***********************************************************
* slick slider
* *********************************************************** */

.slick_nav.slick-initialized.slick-slider {
  padding-top: 20px;
}

.slick-initialized .slick-slide {
  height: auto;
}

.slick .slick-slide {
  transform: scale(0.9);
  transition: all .3s;
  opacity: 0.3;
}

.slick .slick-active {
  transform: scale(1);
  opacity: 1;
}

.slick_nav .slick_nav-list {
  opacity: 0.3;
  height: auto;
  margin: 0 5px;
}

.slick_nav .slick_nav-list.slick-current {
  opacity: 1;
  height: auto;
}

.slick-current {
  opacity: 1;
}

.slick_nav {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}

.slick-slide img {
  display: block;
  cursor: pointer;
}

.slick_nav {
  position: relative;
  z-index: 1;
}

/* ***********************************************************
* fluid
* *********************************************************** */

.fluid {
  animation: fluidrotate 20s ease 0s infinite;
  position: fixed;
  z-index: -1;
}

.fluid01 {
  width: 40vh;
  height: 40vh;
  background: var(--baseItemColor02);
  position: fixed;
  left: calc(50% - 380px);
  top: 10%;
  z-index: -1;
}

.fluid02 {
  width: 30vh;
  height: 30vh;
  background: var(--baseItemColor06);
  position: fixed;
  left: -5%;
  bottom: 10%;
}

.fluid03 {
  width: 30vh;
  height: 30vh;
  background: var(--baseItemColor01);
  position: fixed;
  right: calc(50% - 440px);
  bottom: 30%;
  z-index: -1;
}

.fluid04 {
  width: 20vh;
  height: 20vh;
  background: var(--baseItemColor06);
  position: fixed;
  right: calc(50% - 600px);
  top: -12vh;
}

.fluid05 {
	width: 30vh;
	height: 30vh;
	background: var(--baseItemColor02);
	position: absolute;
	right: calc(50% - 380px);
	top: initial;
	z-index: 0;
	bottom: 50px;
}
.fluid05 img {
  transform: rotate(-40deg);
}

.fluid.fluid06 {
  position: absolute;
  left: 0%;
  top: 10%;
  background: var(--baseItemColor01);
  z-index: 0;
  width: 40vh;
  height: 40vh;
}

.fluid.fluid07 {
  position: absolute;
  left: 0%;
  top: 20%;
  background: var(--baseItemColor06);
  z-index: 0;
  width: 40vh;
  height: 40vh;
}

.fluid.fluid08 {
  position: absolute;
  left: -10%;
  top: 20%;
  background: var(--baseItemColor02);
  z-index: 0;
  width: 30vh;
  height: 30vh;
}

.fluid.fluid09 {
  position: absolute;
  right: -40%;
  bottom: 20%;
  background: var(--baseItemColor05);
  z-index: 0;
  width: 30vh;
  height: 30vh;
}

@keyframes fluidrotate {

  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.container {
  position: relative;
  background: var(--baseItemColor02);
}

#wave {
  position: fixed;
  top: -14vw;
}

#wave02 {
  position: fixed;
  bottom: -14vw;
}

.wave {
  position: absolute;
  height: 168px;
  width: 100%;
  background: #fff884;
  bottom: 0;
}

.wave::before,
.wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave::before {
  width: 55%;
  height: 109%;
  right: -1.5%;
  top: 60%;
}

.wave::after {
  width: 55%;
  height: 100%;
  background-color: var(--baseItemColor02);
  left: -1.5%;
  top: 40%;
}

.bg_wave {
  position: relative;
}

.bt_wave {
  position: absolute;
  bottom: -5px;
  left: 0;
}

.wrapper {
	padding-top: 60px;
	position: relative;
}

.inner {
  padding: 1rem 0 3rem;
}

.inner-common {
  padding: 2rem 2rem 3rem;
}

.container_center-contents {
  border: 10px solid;
  padding: 2rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

.container_center-thumb {
  text-align: center;
  margin-bottom: 1rem;
}

.container_center-txt {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container_left {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  margin-left: -750px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  opacity: 0;
  opacity: 0;
  transition: ease opacity 0.5s;
}

.container_left.is-active {
  opacity: 1;
}

.logo {
  text-align: center;
  margin-bottom: 3rem;
  width: 21vw;
}

.about {
  background: var(--baseItemColor01);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: relative;
}

.about_inner {
  width: 255px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90%;
  white-space: nowrap;
}

.about_ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}


.about_thumb {
  text-align: center;
  margin-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
}

.about_txt {
  font-size: clamp(1.2rem, .8rem + 0.3057vw, 1.6rem);
  text-align: left;
  line-height: 1.2;
}

.sns_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 250px;
  margin: 0 auto;
  z-index: 1;
}

.container_left::after {
  content: "";
  display: inline-block;
  background: url(https://img.undernavi.com/front/pc/covergirl/under-girl2/left_thumb.png) no-repeat;
  width: 195px;
  height: 220px;
  position: absolute;
  right: -100px;
  bottom: 0;
  background-size: contain;
  z-index: 0;
}

.container_right {
  position: fixed;
  z-index: 7;
  top: 0%;
  right: 0%;
  height: 100%;
  width: calc(50% - 310px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: ease opacity 0.5s;
}

.container_right.is-active {
  opacity: 1;
}

.container_right::after {
	content: "";
	display: inline-block;
	background: url(https://img.undernavi.com/front/pc/covergirl/under-girl2/QR.png) no-repeat;
	width: 17vw;
	height: 13vw;
	position: absolute;
	right: 0;
	bottom: 0;
	background-size: contain;
	z-index: -1;
}

.copyright {
  position: absolute;
  bottom: 5px;
  left: 20px;
  font-size: 1.2rem;
}

.nav_list {
	display: flex;
	flex-direction: column;
	padding: 40px 0;
}

.nav_list-ttl {
	-webkit-filter: drop-shadow(1px 3px 1px #84ece0);
	-moz-filter: drop-shadow(1px 3px 1px #84ece0);
	-ms-filter: drop-shadow(1px 3px 1px #84ece0);
	filter: drop-shadow(1px 3px 1px #84ece0);
	text-shadow: 1px 0px 0px #000;
	-webkit-text-stroke: 1px #84ece0;
	text-stroke: 1px #84ece0;
	font-weight: 700;
	line-height: 1.2;
	font-style: italic;
	margin-bottom: 5px;
}
.container_right .nav_list {
	padding: 0;
	gap: 15px 0;
}
.nav_list-item.--top {
	margin-bottom: 20px;
}
.nav_list-item span {
	color: var(--baseItemColor02);
	display: block;
	text-align: center;
	-webkit-filter: drop-shadow(0px 0px 1px #000);
	-moz-filter: drop-shadow(0px 0px 1px #000);
	-ms-filter: drop-shadow(0px 0px 1px #000);
	filter: drop-shadow(0px 1px 2px #000);
	text-shadow: 
    0 0.01em 0.1rem #C56415,
    0 0.02em 0 #AE5913,
    0 0.03em 0 #974D10,
    0 0.04em 0 #80410E,
    0 0.05em 0 #69350B,
    0 0.06em 0 #522A09,
    0 0.07em 0 #3B1E06,
    0 0.08em 0 #241204,
    0 0.09em 0 #0D0701,
    0 0.1em 0 #000;
	font-style: italic;
}

.nav_list-item {
  font-size: 40px;
}

.nav_list-item a {
  display: block;
  line-height: 0;
}

.nav_list-item span {
	display: inline-block;
	margin-right: 10px;
	font-style: normal;
}
.nav_list-item em,
.nav_list-item span {
  font-size: 14px;
}

.nav_list-item em {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.nav_list-item.coming a {
	pointer-events: none;
}
/******************************************

center contents

******************************************/

.container_center {
	margin: 0 auto;
	max-width: 600px;
	width: 600px;
	overflow: hidden;
	z-index: 7;
	position: relative;
}

.container_center-btn {
  position: relative;
  z-index: 1;
}

.center-ttl {
  font-size: 70px;
  -webkit-filter: drop-shadow(1px 3px 1px #84ece0);
  -moz-filter: drop-shadow(1px 3px 1px #84ece0);
  -ms-filter: drop-shadow(1px 3px 1px #84ece0);
  filter: drop-shadow(1px 3px 1px #84ece0);
  text-shadow: 1px 0px 0px #000;
  -webkit-text-stroke: 1px #84ece0;
  text-stroke: 1px #84ece0;
  font-weight: 700;
  line-height: 1.2;
  z-index: 1;
  position: relative;
}

.center-ttl-top {
	font-size: 30px;
	color: orange;
	display: block;
	text-align: center;
	-webkit-filter: drop-shadow(1px 3px 5px #000);
	-moz-filter: drop-shadow(1px 3px 5px #000);
	-ms-filter: drop-shadow(1px 3px 5px #000);
	filter: drop-shadow(0px 0px 1px #000);
	text-shadow: 0px 1px 3px #5d5d5d;
	font-style: italic;
}

.container_center-ttl em {
  display: block;
  text-align: center;
  font-size: 30px;
}

.container_center-ttl {
  text-align: center;
  width: 95%;
  margin: 0 auto 4rem;
}

.container_center-ttl.cover-ttl {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50%;
}

.container_center-btn a, .container_center-btn button {
    display: block;
    width: 70%;
    font-size: 20px;
    text-align: center;
    background: linear-gradient(169deg, #5dded0 50%, #43d7c7 50%);
    margin: 0 auto;
    color: #fff;
    padding: 30px 0;
    font-weight: 700;
    position: relative;
    border: none;
    box-shadow: 3px 3px 0px #000;
    cursor: pointer;
}

.container_center-btn a::after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/******************************************

cover

******************************************/

.cover {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
  transition: ease clip-path 0.6s;
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);

}

.kv_sub1 {
  position: absolute;
  bottom: 22%;
  right: 10px;
}

.kv_sub2 {
  position: absolute;
  bottom: 11%;
  left: 20%;
}


/******************************************

info

******************************************/

.info {
  background: var(--baseItemColor02);
}

.info .inner {
  padding: 4rem 0 0rem 4rem;
}

.info_txt {
  font-size: 24px;
  padding: 5rem 0 11rem 4rem;
  z-index: 1;
  position: relative;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-weight: 600;
  line-height: 1.6;
}

.pink {
  color: var(--baseItemColor03);
  font-weight: 600;
}

/******************************************

gravure

******************************************/

.gravure {
  background: var(--baseItemColor06);
}

.gravure .inner {
  padding-bottom: 6rem;
}

/******************************************

movie

******************************************/

.movie {
  background: var(--baseItemColor05);
}


.movie video {
  width: 100%;
}

.movie_thumg {
  position: relative;
  cursor: pointer;
}

.movie_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.movie_thumg:hover .movie_play img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}

.open-modal {
  margin-bottom: 2rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: 10% auto;
	padding: 10px;
	border: 1px solid #888;
	width: 95%;
	max-width: 800px;
	box-sizing: border-box;
}

.close {
  position: absolute;
  top: -100px;
  right: -10px;
  font-size: 4vw;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

/* モーダルの背景をクリックしてもモーダルが閉じるようにする */
.modal:hover {
  cursor: pointer;
}
.modal-content .close:hover {
	color: #fff;
}
/******************************************

present

******************************************/

.present {
  background: var(--baseItemColor04);
  position: relative;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all .4s;
}

.fadein.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein.fadein01 {
	position: absolute;
	right: -20px;
	bottom: 10%;
	width: 60%;
}
.fadein.fadein01.is-active {
  display: block;
  margin-left: auto;
}

.fadein.fadein02.is-active {
  transform: translate(0, -70px);
  position: absolute;
}

.container_center-fade {
  position: relative;
  padding-bottom: 70%;
  margin-bottom: 1rem;
}

.fadein.fadein03.is-active {
  position: absolute;
  bottom: 0;
}

.fadein.fadein02.fadein-tcg.is-active {
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translate(0, -70px);
}

.fadein.fadein03.fadein-tcg02.is-active {
  left: 0;
  right: 0;
}
.formbox .notes {
	font-size: 16px;
	margin: -20px 0 5px 0;
}
/******************************************

document

******************************************/

.document {
  background: var(--baseItemColor01);
  position: relative;
}


/******************************************

charity

******************************************/

.charity {
  background: var(--baseItemColor06);
}
.charity_new {
	background: var(--baseItemColor04);
}
/******************************************

AI

******************************************/

.ai_enachi {
	background: var(--baseItemColor06);
}
/******************************************

documentary

******************************************/

.documentary {
  background: var(--baseItemColor05);
}

/******************************************

tcg

******************************************/

.tcg {
  background: var(--baseItemColor05);
}

/******************************************

profile

******************************************/

.profile {
  background: var(--baseItemColor06);
}

.profile .inner {
	padding: 1rem 5rem 5rem;
}

.prf_svg {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 4rem auto 0;
}

.prf_thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 10rem;
}

.profile_sns {
  display: flex;
  justify-content: center;
  gap: 0px 40px;
  margin: 0px 0 40px;
  align-items: center;
  z-index: 1;
  position: relative;
}

.bub {
  position: absolute;
  right: -20%;
  top: -8%;
  max-width: 50%;
  z-index: 2;
}

.sns_link-item img:hover {
  -webkit-animation: bound .3s linear 2;
  animation: bound .3s linear 2;
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.clip {
  clip-path: polygon(60.83% 26.64%, 49.83% -13.37%, 38.17% -1.58%, 30% 26%, 26% 35%, 21% 47%, 19.67% 73.95%, 25% 90%, 40% 95%, 60% 95%, 63.83% 78.89%, 65.67% 75%, 70.66% 62.11%, 75.16% 49.85%);
  text-align: center;
}

.clip11 {
  clip-path: url(#test);
}

/******************************************

bt_menu

******************************************/
.bt_menu {
  background: #5eded1;
}

.bt_menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  margin: -60px 0 0 0;
}

.bt_menu-sup {
  clip-path: circle(50% at 50% 50%);
  background: #d0fffa;
}

.bt_menu-girl {
  clip-path: circle(50% at 50% 50%);
  background: #d0fffa;
}

.bt_menu-pre {
  clip-path: circle(50% at 50% 50%);
  background: #d0fffa;
}
/******************************************************

下層ページ用
*********************************************************/
.container_center.u-layer .u-layer-inner {
	padding: 2rem;
	box-sizing: border-box;
}
.container_center.u-layer {
	background: var(--baseItemColor02);
	border-radius: 20px 20px 0 0;
}
.container_center-contents.u-layer {
	background: #fffde1;
	border-radius: 10px;
	border-width: 6px;
	box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 40px;
	padding: 40px 30px;
	position: relative;
}
.container_center.u-layer .container_center-ttl span {
	font-size: 35px;
	filter: none;
	text-shadow: none;
	text-stroke: 0;
	-webkit-text-stroke: 0;
	font-style: italic;
}
#page_top {
	width: 70%;
	margin: 0 auto;
}
#page_top{
	padding: 0 2rem 12rem;
	box-sizing: border-box;
}
.c_ft {
	text-align: center;
	padding: 50px 0px;
}
.c_ft.blur {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 16px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.6);
	width: 90%;
	margin: 0px auto 0;
	padding: 20px 20px 20px;
	box-sizing: border-box;
	position: relative;
	bottom: 310px;
	right: 0;
	z-index: 1;
}

.c-footer.c-footer-bt {
	padding-bottom: 100px;
}
.c-footer-inner {
	background: #ff0066;
}
.c_ft.blur > a {
	margin-bottom: 40px;
	display: inline-block;
}
.bt_wave.bt_wave-ft {
	left: -15vw;
	right: -20vw;
	bottom: 180px;
}
.area_list {
	display: flex;
	flex-wrap: wrap;
}
.area_list li a {
	font-size: 26px;
}
.area_list-item {
	width: calc(100% / 4);
}
.area_list-item {
	border-right: 2px solid #000;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.area_list-item:nth-child(4), .area_list-item:nth-child(8) {
	border-right:none;
}
.c_ft-inner img {
	margin-bottom: 40px;
	width: 60%;
}
.modal.gravure_modal .modal-content {
	max-width: 600px;
	text-align: center;
}
.c-footer-inner {
	background: #ff0066;
	padding: 50px 0 30px;
}
.c-footer.c-footer-top {
	background: var(--baseItemColor06);
}
.ft_menu {
	background: #f44878;
	position: relative;
}
.ft_menu .inner {
	padding: 0;
	position: relative;
	height: 0;
	padding-top: 35%;
}
.ft_btn {
	display: flex;
	gap: 0 10px;
	padding: 0px 20px 0px;
	z-index: 1;
	position: absolute;
	top: -300px;
}

.copyright.copyright-c {
	text-align: center;
	position: absolute;
	background: #f44878;
	padding-bottom: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 1.4rem;
	color:#000;
}
.copyright.copyright-c a {
	color: #000;
}
.ft_bnr {
	padding: 0 20px;
}

/******************************************************



*******************************************************/
.close_img img {
	width: 100%;
	height: auto;
}
.close_ft .logo {
	padding: 50px 0px;
	margin: 0 auto;
}
#copyright p {
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
}
#copyright {
	background: #000;
}
#copyright small {
	color: #fff;
}
@media screen and (min-width:1350px) and (max-width: 1620px) {
  .logo {
    width: 23vw;
    margin: 0 auto 2rem;
  }

  .container_left {
    margin-left: -47vw;
  }

  .about {
    width: 23vw;
    height: 23vw;
  }

  .about_inner {
    width: 60%;
  }

  .nav_list-item {
    font-size: 33px;
  }

.container_right::after {
	width: 18vw;
	height: 14vw;
	right: 0;
	bottom: 0;
}
.nav_list-ttl.nav_list-comingttl > span {
	font-size: 25px;
}
}

@media screen and (min-width:1140px) and (max-width: 1350px) {
  .logo {
    margin: 0 auto 3rem;
    width: 23vw;
  }

  .kv_sub1 {
    width: 44%;
  }

  .fluid05 {
    display: none;
  }

  .about {
    width: 25vw;
    height: 25vw;
  }

  .container_left {
    margin-left: -48vw;
  }

  .container_left::after {
    width: 155px;
    height: 170px;
  }



  .about_inner {
    width: 200px;
  }

  .container_right {
    width: calc(50% - 290px);
  }

  .nav_list-item {
    font-size: 30px;
  }

  .container_left::after {
    right: -70px;
  }

  .container_center {
    width: 500px;
  }

  .center-ttl {
    font-size: 6rem;
  }

  .info .inner {
    padding: 4rem 0 0rem 2rem;
  }

  .info_txt {
    padding: 5rem 0 6rem 0rem;
  }

.container_right::after {
	width: 17vw;
	height: 14vw;
	right: 10px;
	bottom: 0;
}
.nav_list-ttl.nav_list-comingttl > span {
	font-size: 25px;
}
  .copyright {
    left: 0;
    font-size: .9vw;
  }
  .fadein.fadein01 {
	top: 10%;
}
.nav_list-ttl.nav_list-comingttl > span {
	font-size: 2vw;
}
.bt_wave.bt_wave-ft {
	bottom: 160px;
}
}

@media screen and (min-width:768px) and (max-width: 1140px) {
.nav_list {
	padding: 0px 0;
}
  .kv_sub1 {
    width: 40%;
  }

  .kv_sub2 {
    width: 25%;
  }

  .container_right {
    display: none;
  }

  .container_left {
    left: 25%;
    margin-left: 0;
    transform: translate(-50%, -50%);
  }

  .logo {
    margin: 0 auto 3rem;
    width: 30vw;
  }

  .container_left::after {
    right: -11vw;
  }

  .fluid01 {
    display: none;
  }

  .container_center {
    margin: 0 0 0 auto;
    width: 50%;
  }

  .container_center-ttl {
    width: 100%;
  }

  .center-ttl {
    font-size: 5rem;
  }

  .center-ttl-top {
    font-size: 2rem;
  }

  .info_txt {
    font-size: 2vw;
    padding: 5rem 0 5rem 0rem;
  }

  .container_center-ttl em {
    font-size: 2.5rem;
  }

  .movie .container_center-btn a,
  .profile .container_center-btn a,
  .container_center-contents .container_center-btn a {
    width: 100%;
  }

  .gravure .container_center-btn a {
    width: 90%;
  }
.nav_list-ttl.nav_list-comingttl > span {
	font-size: 2vw;
}
.bt_wave.bt_wave-ft {
	bottom: 14vw;
}
.c_ft.blur {
	padding: 20px 10px 20px;
}
.c-footer-d #page_top.page_top-index {
	padding: 0 2rem 18rem;
}
#page_top {
	padding: 0 2rem 20rem;
}
}

@media screen and (min-width:768px) and (max-width: 860px) {
  .about {
    width: 350px;
    height: 350px;
  }

  .about_thumb {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #global-nav ul {
    padding: 5rem 2rem 0;
  }

  #global-nav .nav_list-ttl.nav_list-comingttl>span {
    font-size: 2.5rem;
  }

  #global-nav .nav_list-ttl {
    color: #000;
    text-align: left;
    font-size: 3rem;
  }

  #global-nav a {
    font-size: 1.3rem;
    text-align: left;
    padding: 0 0 10px 0;
    display: block;
  }

  #global-nav .nav_list-item em,
  #global-nav .nav_list-item span {
    font-size: 3.3vw;
  }

  .container_left,
  .container_right {
    display: none;
  }

  #nav-toggle {
    left: 0;
    padding: .5rem 1rem;
  }

  .container_center-ttl {
    width: 100%;
  }

  .center-ttl {
    font-size: 10vw;
  }

  .center-ttl-top {
    font-size: 5vw;
  }

  .container_center-ttl em {
    font-size: 5vw;
  }

  .info_txt {
    padding: 0rem 0 4rem 0rem;
    font-size: 1.7rem;
  }

  .info .inner {
    padding: 4rem 0 0rem 2rem;
  }

  .nav_list-ttl {
    line-height: initial;
  }

  #nav-bg {
    right: calc(50% - -50%);
    background: var(--baseItemColor02);
    padding: 0rem 1rem;
  }


  .container_center {
    width: 100%;
    margin: 0 auto;
  }

  .wrapper {
    padding-top: 0;
  }

  .cover {
    border-radius: 0;
  }

  .kv_sub1 {
    bottom: 22%;
    right: 10px;
    width: 47%;
  }

  .kv_sub2 {
    bottom: 14%;
    right: 45%;
    width: 25%;
  }

  .profile .container_center-btn a,
  .container_center-contents .container_center-btn a {
    width: 90%;
  }

  .movie .container_center-btn a {
    width: 80%;
  }

  .modal-content {
    top: 50%;
    transform: translateY(-50%);
  }

  .close {
    top: -15vw;
    right: 0px;
    font-size: 10vw;
  }

  .bub {
    right: -5%;
    top: -8%;
    width: 35%;
  }

  .prf_svg {
    width: 100%;
  }

  .bt_menu-list {
    gap: 0 30px;
    padding: 0 2rem 1rem;
  }
  .nav_list-item.nav_list-profile {
	margin-bottom: 10px;
}
#page_top {
	width: 100%;
	margin: 0 auto;
}
.area_list-item {
	margin-bottom: 10px;
}
.area_list li a {
	font-size: 5vw;
}
.bt_wave.bt_wave-ft {
	left: 0;
	right: 0;
	bottom: 48vw;
	width: 100%;
}
.fluid05 {
	right: -10%;
}
.ft_menu .inner {
	padding-top: 58vw;
}
#page_top.page_top-index {
	box-sizing: border-box;
}
.ft_btn {
	top: -45vw;
}
.c_ft.blur {
	bottom: 70vw;
}
.fluid05 {
	width: 30vh;
	height: 30vh;
	background: var(--baseItemColor02);
	position: absolute;
	right: -10%;
	top: initial;
	z-index: 0;
	bottom: 50px;
}
.c_ft-inner img {
	margin-bottom: 20px;
}
.c-footer.c-footer-top.c-footer-d #page_top.page_top-index {
	padding: 0 2rem 20vw;
}
.ft_btn {
	padding: -10px 20px 0px;
}
.c-footer-d #page_top.page_top-index {
	padding: 0 2rem 6rem;
}
.close_ft .logo {
	padding: 40px 0px;
	width: 100%;
	margin-bottom: 0;
}
}