@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
/* CSS Document */
/* 全体のスタイル */
.swiper-pagination-bullet {
	width: 0.6em; /* 幅 */
	height: 0.6em; /* 高さ */
	background:#333; /* 色*/
	opacity: 0.2; /* 半透明（デフォルトでは0.2） */
	transform: scale(0.8);
}
.swiper-button-prev,
.swiper-button-next {
	width: 3em; /* ボタンの幅 */
	height: 3em; /* ボタンの高さ */
	background-size: 100% auto; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -1.5em; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
	color: transparent;
		transition: all 300ms 0s ease;

}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.6;
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(../img/slide_arrow.png);
	transform: scale(-1, 1); /* 左右反転 */
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(../img/slide_arrow.png);
	
}

/*--------------------------------------*/
/*少しはみ出る*/
/*--------------------------------------*/
.slideBox.pt2 .swiper-slide,.slideBox.pt2 .swiper-slide-active{
	/*background-color: #fff;*/
	border-radius: 1em;
	overflow: hidden;
	border: #f9d6e5 0.4em solid;
}
.slideBox.pt2 .swiper-slide .box{
    opacity: 0.3;
}
.slideBox.pt2 .swiper-slide-active .box{
    opacity: 1;
}
.slideBox.pt2 .swiper-container{
	padding-top: 1em;
	padding-bottom: 1.5em;
	box-sizing: content-box;
} 

/*--------------------------------------*/
/*通常スライダー*/
/*--------------------------------------*/
.slideBox.pt3 .swiper-slide,.slideBox.pt3 .swiper-slide-active{
	border-radius: 1em;
	overflow: hidden;
	border: #f9d6e5 0.2em solid;
}
.slideBox.pt3 .swiper-container{
	padding-bottom: 1.5em;
	box-sizing: content-box;
} 

/* 現在のスライドのスタイル */
.bgWhite .swiper-pagination-bullet-active {
	background:var(--pink);
	opacity: 1; /* 不透明 */
	transform: scale(1.2);
}
.bgPink .swiper-pagination-bullet-active {
	background:#fff;
	opacity: 1; /* 不透明 */
	transform: scale(1.2);
}


.contBox{
	padding: 2em 0 2em;
}
.contBox.bgWhite{
	background-color: #fff;
	padding: 2em 0;
}
.contBox h2{
	width: 30%;
	max-width: 808px;
	margin: 0 auto;

	opacity:0;
}
.contBox h2.action{
  animation: 0.5s ease-out 0s 1 normal forwards running;
  animation-name: h2Action;
}
@keyframes h2Action {
  0% {
    transform: scale(1.1);
	opacity:0;

  }

  100% {
    transform: scale(1);
	opacity:1;

  }
}
/*SNS*/
.snsLinkArea{
	position: sticky;
	top:0;
	left: 0;
	padding: 0.5em;
	background-color: var(--pink);
	color: #fff;
	z-index: 990;
	width: 100%;
	display: block;
}
.snsLinkArea a{
	display: inline-block;
	width: 3em;
	height: 3em;
	max-width: 36px;
	max-height: 36px;
	border-radius: 50%;
	overflow-x: hidden;
	vertical-align: middle;
	margin-left: 0.5em;
}

/*TOP*/
.topArea{
	position: relative;
}
.topArea:before{
	content: "";
	width: 100%;
	top:0;
	bottom:0;
	display: block;
	position: absolute;
	background-image: url("../img/bg_st.png");

	background-position: left top;
}
.topArea:after{
	content: "";
	width: 100%;
	top:0;
	height: 50%;
	display: block;
	position: absolute;
	background-image: url("../img/pc/top_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.topBox{
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	position: relative;
}
.topArea .topImg{
	width: 60%;
	margin-left: auto;
	position: relative;
	background-image: url("../img/pc/top_img.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 2;
}
.topArea h1{
	width: 55%;
	position: absolute;
	top:0;
	bottom: 0;
	display: grid;
	align-items: center;
	z-index: 2;
}
.topArea h1 img{
	width: 70%;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	opacity: 0;
}
.action .topArea h1 img{
  animation: 0.5s ease-out 0s 1 normal forwards running;
  animation-name: h1Action;
}
@keyframes h1Action {
  0% {
    transform: scale(1.1);
	opacity:0;

  }

  100% {
    transform: scale(1);
	opacity:1;

  }
}
/*プロフィール*/
#profile .contentsBox{
	display: grid;
	grid-template-columns: 1fr;
	font-size: min(max(1.1vw,12.5px),16px);
	margin-top: -2em;
}
#profile .contentsBox .txtArea{
	text-align: center;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	grid-area: 1 / 1;
}
#profile .contentsBox .txtArea .txtBox{
	background-color: #fff;
	border-radius: 1em;
	border: #f9d6e5 0.4em solid;
	padding:5em 3em;
	padding-right: 50%;
	
	line-height: 1.5em;
	opacity: 0;

}
#profile .contentsBox .txtArea.action .txtBox{

  animation: 0.5s ease-out 0s 1 normal forwards running;
  animation-name: showAction;
}
#profile h3{
	width: 70%;
	margin: 0 auto 2em;
}
#profile .contentsBox .imgArea{
	grid-area: 1 / 1;
	width: fit-content;
	height: fit-content;
	z-index: 2;
	padding-left: calc(50% + 3em);
	align-items: center;
}
#profile .contentsBox .imgArea .img{
	position:relative;
	opacity: 0;


}
#profile .contentsBox .imgArea.action .img{
	animation: 500ms ease-out 0.5s 1 normal forwards running;
	animation-name: profSlide;


}
#profile .contentsBox .imgArea .img .smallBox_l,
#profile .contentsBox .imgArea .img .smallBox_r{
	width: 36%;
	position: absolute;
	display: block;

}
#profile .contentsBox .imgArea .img .smallBox_l{
	bottom: 2em;
	left: 0;
	opacity: 0;
}
#profile .contentsBox .imgArea .img .smallBox_r{
	top: 1em;
	right: 0;
	opacity: 0;

}
#profile .contentsBox .imgArea.action .img .smallBox_l{

	animation: 600ms ease-out 0.8s 1 normal forwards running;
  animation-name: profAction;
	transform: scale(0.5);
}
#profile .contentsBox .imgArea.action .img .smallBox_r{

	animation: 600ms ease-out 0.8s 1 normal forwards running;
	animation-name: profAction;
		transform: scale(0.5);

}
@keyframes profSlide {
  0% {
    transform: translateX(-2em);
	opacity:0;

  }
  100% {
    transform: translateX(0px);
	opacity:1;

  }
}

@keyframes profAction {
  0% {
    transform: scale(0.5);
	opacity:0;

  }
  70% {
    transform: scale(1.1);
	opacity:1;

  }
  100% {
    transform: scale(1);
	opacity:1;

  }
}

#profile .contentsBox .imgArea .img .smallBox_l img,
#profile .contentsBox .imgArea .img .smallBox_r img{
	display: block;
	position: relative;
}
/*バナーエリア*/
#banner.contBox{
	padding-bottom: 1em;
}
#banner .slideWrap{
	position: relative;
	opacity: 0;
}
#banner .slideWrap.action{

  animation: 0.5s ease-out 0s 1 normal forwards running;
  animation-name: showAction;
}
#banner a{
	display: block;
	position: relative;
	transition: all 300ms 0s ease;

}
#banner a:hover{
	opacity: 0.6;
}
/*ムービー*/
#contents .slideBox{
	position: relative;
	opacity: 0;
}
#contents .slideBox.action{

  animation: 0.5s ease-out 0s 1 normal forwards running;
  animation-name: showAction;
}
#contents .box .icon1{
	position: relative;
	display: block;
}

#contents .box .icon1:before{
	content: "";
	width:6em;
	height: 6em;
	display: block;
	position: absolute;
	margin-top: -3em;
	margin-left: -3em;
	top:50%;
	left: 50%;
	background-image: url("../img/movie/icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: scale(0.9);
	 transition: transform 0.2s 0s ease-out,opacity 0.2s 0s ease;
	z-index: 5;
	opacity: 0;
}
#contents .box .icon1:hover:before{
	transform: scale(1);
	opacity: 1;
}
#contents .box a img{
	 transition: all 0.2s 0s ease-out;
}
#contents .box a:hover img{
	transform: scale(1.1);
}
/*ダウンロード*/
#download{
	position: relative;
	
}
#download:before{
	content: "";
	width: 100%;
	height: 5em;
	position: absolute;
	display: block;
	bottom: -4em;
	background-color: #fff;
}
#download .contentsBox{
	padding: 1em 0;
}
#download a{
	width: calc(calc(100% / 5) - 0.5em);
	display: inline-block;
	vertical-align: top;
	margin: 0.25em;
	transition: all 300ms 0s ease;

}
#download a:hover{
	opacity: 0.6;
}

#download .contentsBox{
	position: relative;
	opacity: 0;
	text-align: center;
}
#download .contentsBox.action{

  animation: 0.5s ease-out 0s 1 normal forwards running;
  animation-name: showAction;
}
#download .hato{
	width: 5em;
	height: 5em;
	position: absolute;
	bottom: -4.25em;
	right: 4.5em;
	z-index: 2;
	opacity: 0;
}
#download.action .hato{
  animation: 0.5s ease-out 0.5s 1 normal forwards running;
  animation-name: hato;
}
@keyframes hato {
  0% {
    transform: translateY(-1em);
	opacity:0;

  }
  100% {
    transform: translateX(0px);
	opacity:1;

  }
}

/*---------------------------------------------------------
@media
------------------------------------------------------------*/
@media (max-width: 1024px) {
	.topArea:before{
		background-size: 5vw;
		bottom: 1em;
	}
.topArea:after{
	background-image: url("../img/smp/top_bg.jpg");
	height: auto;
	bottom: 0;
	background-size: 100% auto;

}
.topArea .topImg{
	width: 100%;
	background-image: url("../img/smp/top_img.png");
}
.topArea h1{
	width: 60vw;
	z-index: 3;
	display: block;
	bottom: 0;
	height: 60vw;
	left: 20vw;
	top: auto;
}
.topArea h1 img{
	width: 100%;
}
	
.contBox h2{
	width: 60%;
	margin-bottom: 1em;
}

	/*プロフィール*/
#profile .contentsBox{
	display: block;
	background-color: #fff;
	border-radius: 1em;
	border: #f9d6e5 0.4em solid;
	max-width: 700px;
	margin-top: 0;
}
#profile .contentsBox .txtArea{
		display: block;

}
#profile .contentsBox .txtArea .txtBox{
	border: 0;
	background-color: transparent;
	padding-right: 0;
	font-size: min(3vw,13px);
	line-height: 1.5em;
	padding: 0 2em 3em;

}

#profile .contentsBox .imgArea{
	padding-left:0;
	padding: 2em;
}
/*バナーエリア*/
#banner.contBox{
	padding: 1em;
}
#download a{
	width: calc(calc(100% / 3) - 0.5em);
}

}

@media (max-width: 912px) {
}

@media (max-width: 786px) {


}
@media (max-width: 480px) {
#download a{
	width: calc(calc(100% / 2) - 0.5em);
}

}

