@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url("https://use.typekit.net/kpf2wey.css");

/* 全体・枠作り */

html,body {
	height:100%;
	scroll-behavior: smooth;
}

html {
	font-size:62.5%;
}


body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	text-align:center;
	min-height: 100vh;
	font-size: 1.0rem;
}

.inv {opacity: 0; transition:0.7s; transform:translate(0,20px); }
.inv2 {opacity: 0; transition:0.7s; transform:translate(0,20px); }
.vie {opacity: 1.0; transform:translate(0);}

#PageWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
	background-color:rgba(255,255,255,1.00);
}

/*ヘッダー*/

header {
	width:100%;
	height:60px;
	position: fixed;
	top:0;
	left:0;
	display: block;
	background-color:rgba(255,255,255,0.75);
	z-index:100;
}

header ul {
	display: flex;
	justify-content: center;
	gap:20px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
}

header ul li a {
	text-decoration: none;
	color:#7d7d7d;
	height:60px;
	display: flex;
	align-items: center;
	font-size:2rem;
	letter-spacing: 0.3rem;
	text-indent: 0.5rem;
	position: relative;
	transition: all 0.3s;
}

header ul li a:hover {
	color:#ff8fad;
}

header ul li a:after {
	content: "";
	position: absolute;
	width:0%;
	height:5px;
	background-color:#ff8fad;
	left:50%;
	bottom:0;
	transition: all 0.3s;
}

header ul li a:hover:after {
	left:0;
	width:100%;
}

/*メインビジュアル*/

#Mainvisual {
	position: relative;
	padding-bottom:50px;
}

.main_logo {
	position: absolute;
	width:100%;
	
	padding-top:25%;
	left:0;
	bottom:15%;
	display: block;
	z-index:50;
	background:url("../img/main_logo.png") center center no-repeat;
	background-size: 80%;
	background-color: rgba(255,255,255,0.75);
	box-shadow:0 0 15px rgba(0,0,0,0.05);
}

.swiper-wrapper {
	/* wrapperのサイズを調整 */
	width: 100%;
}

.swiper-slide {
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	color: #ffffff;
	width: 100%;
	padding-top:150%;
}

.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
} 

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #ff8fad !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.slide1 {background:url("../img/mv01.jpg") center top no-repeat;background-size: cover;}
.slide2 {background:url("../img/mv02.jpg") center top no-repeat;background-size: cover;}
.slide3 {background:url("../img/mv03.jpg") left 20% top no-repeat;background-size: cover;}


/*コンテンツ*/

h1,h2 {
	display: none;
}

h3 {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	background-color:#ff8fad;
	color:#fff;
	width:250px;
	margin:0 auto 40px;
	box-sizing: border-box;
	padding:4px;
	font-size: 2rem;
	letter-spacing: 1rem;
	text-indent: 1rem;
}

/*ショップリンク*/

#Shop {
	width:100%;
	box-sizing: border-box;
	background-color:#fff;
	padding:22px 0 72px;
}

ul.shop_wrap {
	width:75%;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	position: relative;
	margin:0 auto;
}

ul.shop_wrap li {
	box-sizing: border-box;
	border:1px solid #dcdcdc;
	width:100%;
}

ul.shop_wrap li a {
	width:100%;
	padding-top:25%;
	display: block;
	transition: all 0.3s;
}

ul.shop_wrap li a:hover {
	opacity: 0.6;
}

li.shop01 a {background:url("../img/shop_booth.png") center center no-repeat;background-size: contain;}
li.shop02 a {background:url("../img/shop_fanbox.png") center center no-repeat;background-size: contain;}
li.shop03 a {background:url("../img/shop_melonbooks.png") center center no-repeat;background-size: contain;}

/*プロフィール*/

#Profile {
	width:100%;
	box-sizing: border-box;
	background-color:#f7f7f5;
	padding:72px 0 0;
}

.profile_wrap {
	width:100%;
	margin:0 auto;
	display: flex;
	background-size: 50%;
	padding-bottom:72px;
	flex-wrap: wrap;
}

.prof_icon {
	width:60%;
	padding-top:60%;
	background:url("../img/icon.jpg") left top no-repeat;
	border-radius: 50%;
	position: relative;
	background-size: cover;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
	display: block;
	margin:0 auto 36px;
}

.prof_right {
	width:100%;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:24px;

}

.prof_title {
	width:100%;
	margin:0 auto;
	text-align: center;
}

.prof_title p {
	display: inline-block;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	border:3px solid #D4D4D4;
	color:#D4D4D4;
	box-sizing: border-box;
	padding:4px;
	font-size: 2rem;
	letter-spacing: 1rem;
	text-indent: 1rem;
}

.prof_name {
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	background: linear-gradient(transparent 70%, #f0b9be 70%);
	line-height: 1.6;
	display: inline-block;
}

.prof_name span {
	font-size: 75%;
}

.prof_exp {
	width:80%;
	font-size: 1.7rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color:#7d7d7d;
	text-align: center;
	margin:0 auto;
}

.prof_sns {
	display: flex;
	justify-content: center;
	height:40px;
	gap:16px;
}

.prof_sns a {
	width:60px;
	height:60px;
	display: block;
	transition: all 0.3s;
}


a.prof_twit {
	background:url("../img/twitter.png") left top no-repeat;background-size:cover;
}

a.prof_pixiv {
	background:url("../img/pixiv.png") left top no-repeat;background-size:cover;
}

a.prof_plurk {
	background:url("../img/plurk.png") left top no-repeat;background-size:cover;
}

/*ギャラリー*/

#Gallery {
	width:100%;
	box-sizing: border-box;
	background-color:#fff;
	padding:72px 0;
}

.gallery_wrap ul {
	width:90%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
}

.gallery_wrap ul li {
	display: block;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background-color:#fff;
	width:45%;
	position: relative;
}

.gallery_wrap ul li a {
	width:100%;
	padding-top:100%;
	display: block;
	transition: all 0.3s;
}

.gallery_wrap ul li.cg01 a {background:url("../img/gallery/thum01.jpg") center top no-repeat;background-size:100%;}
.gallery_wrap ul li.cg02 a {background:url("../img/gallery/thum02.jpg") center top no-repeat;background-size:100%;}
.gallery_wrap ul li.cg03 a {background:url("../img/gallery/thum03.jpg") center top no-repeat;background-size:100%;}
.gallery_wrap ul li.cg04 a {background:url("../img/gallery/thum04.jpg") center top no-repeat;background-size:100%;}
.gallery_wrap ul li.cg05 a {background:url("../img/gallery/thum05.jpg") center top no-repeat;background-size:100%;}
.gallery_wrap ul li.cg06 a {background:url("../img/gallery/thum06.jpg") center top no-repeat;background-size:100%;}
.gallery_wrap ul li.cg07 a {background:url("../img/gallery/thum07.jpg") center top no-repeat;background-size:100%;}
.gallery_wrap ul li.cg08 a {background:url("../img/gallery/thum08.jpg") center top no-repeat;background-size:100%;}


/*コンタクト*/

#Contact {
	width:100%;
	box-sizing: border-box;
	background-color:#f7f7f5;
	padding:72px 0;
}

.contact_img {
	background:url("../img/contact.png") center top no-repeat;
	width:255px;
	height:25px;
	margin:0 auto 8px;
	background-size: contain;
}

#Contact p {
	font-size:1.5rem;
	color:#7d7d7d;
	line-height: 1.8;
}

/*ツイッター*/

#Twitter {
	width:100%;
	box-sizing: border-box;
	background:url("../img/twit_bg.jpg") center center no-repeat;
	background-size: cover;
	padding:72px 0;
	box-shadow:0 7px 7px rgba(0,0,0,0.1) inset, 0 -7px 7px rgba(0,0,0,0.1) inset;
}

.twidget {
	width:80%;
	height:600px;
	margin:0 auto;
	border-radius: 20px;
	background-color:#fff;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
	overflow: hidden;
}

/*フッター*/

footer {
	width:100%;
	box-sizing: border-box;
	background:url("../img/foot_bg.png") left top repeat;
	padding:72px 0;
}

.foot_logo {
	background:url("../img/foot_logo.png") center center no-repeat;
	width:80%;
	background-size: contain;
	margin:0 auto 24px;
	position: relative;
}

.foot_logo a {
	width:100%;
	padding-top:7%;
	display: block;
}

p.copyright {
	color:#845d67;
	font-size:1.5rem;
}

.lum-lightbox{
  z-index: 999;
}

@media (max-width: 460px) {

.lum-lightbox-inner img.lum-img {
  max-width: 100%;
}

　 /* 矢印ナビが大きすぎると感じたら */
  .lum-gallery-button:after {
    width: 6vw;
    height: 6vw;
  }
}