@charset "UTF-8";

/* CSS Document */

/*-------------------------------------
				共通
---------------------------------------*/
html {
  scroll-behavior: smooth;
}

body{
	font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	font-style: normal;
	font-size:16px;
	line-height: 1.7;
	letter-spacing: 0.1em;
	color:#1b1b1b;
	background-color: #fff;
	
}

body#top {
	animation: fadein 3s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

img {
	max-width: 100%;
	height: auto;
}

.imgcenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

a {
	word-break: break-all;
	color: #c95d5d;
	text-decoration: underline;
	transition: 0.8s;
	-webkit-transition: 0.8s;
}

a:hover {
	opacity: 0.6;
}

a.inva {
	pointer-events:none;
}

p {
	word-break: break-all;
}

.line01 {
	border-top: 1px dashed #ccc;
}

.font_rehitsu {
	font-family: ta-rehitsu-m, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.wrap {
	width: 96%;
	margin: 0 auto;
}

div.cloud {
	/*background: url(../images/yuri3/bg_sp.png) 50% 50% no-repeat;
	background-attachment:fixed;
	background-size: cover;*/
}

div.cloud::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url("../images/yuri3/bg_sp.png") center/cover no-repeat; 
  -webkit-background-size:cover;
}

#bgcolor {
	background-color: rgba(255,255,255,.65);
}

/* アニメーション */
.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}

@media(min-width:768px){

.wrap {
	width: 90%;
}
	
div.cloud::before {
  background:url("../images/yuri3/bg_pc.png") center/cover no-repeat; 
  -webkit-background-size:cover;
}
	
}

/*-------------------------------------
			PC/SP出し分け
---------------------------------------*/

.pcOnly{display:; !important}
.spOnly{display:none;}
.spOnlyTxt{display:none;}

@media(max-width:768px){
	.pcOnly{display:none;}
	.spOnly{display:block;}
	.spOnlyTxt{display:inline;}
}


/*-------------------------------------
				header
---------------------------------------*/

header {
	margin: 0 0 20rem 0;
}

header h1 img {
	width: 100%;
}

@media(min-width:768px){
	
header {
	margin: 0 0 35rem 0;
}

header h1 img {
	width: 100%;
}

}

/*-------------------------------------
				lead
---------------------------------------*/
#lead {
	text-align: center;
}

#lead p.intro {
	writing-mode: vertical-rl;
	text-align: left;
	display: inline-block;
	text-indent: -2em;
    font-family: ta-rehitsu-m, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 2rem;
	margin-bottom: 4rem;
	text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
}
#lead p.version {
	line-height: 2;
	text-shadow: 2px 2px 1px rgba(255, 255, 255, 1);
	font-size: 1.1rem;
}

@media(min-width:768px){
#lead p.intro {
	font-size: 2.5rem;
	margin-bottom: 5rem;
}
#lead p.version {
	font-size: 1.3rem;
}
	
}

/*-------------------------------------
				story
---------------------------------------*/
#story {
	margin-top: 6rem;
}

#story h2, #ban_area h2 {
	color: #5d7cc9;
	font-family: ta-rehitsu-m, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 3.5rem;
	position: relative;
	line-height: 1.3;
	padding-bottom: 1.5rem;
	text-indent: 0.8rem;
}

#story h2:after, #ban_area h2:after {
	content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(209, 185, 225), transparent);
  background: linear-gradient(to right, rgb(209, 185, 225), transparent);
}

#story .storyBox {
margin-bottom: 1.5rem;
  border-bottom: 1px #ccc dotted;
  padding-bottom: 1.9rem;
	line-height: 1.8;
}

#story .storyBox h3 {
	font-size: 1.4rem;
}

#story .storyBox h3:first-letter {
	font-size: 1.6em;
  color: #c95d5d;
}

#story .storyBox p.synopsis {
	margin-bottom: 1.5rem;
}

#story .storyBox .prefix {
	display: inline-block;
	width: 7.5em;
}

@media(min-width:768px){
#story h2, #ban_area h2 {
	font-size: 4.2rem;
	padding-bottom: 2.5rem;
}
	
#story .storyBox {
margin-bottom: 1.8rem;
  padding-bottom: 2.2rem;
}
	
#story .storyBox h3 {
	font-size: 1.6rem;
}

#story .storyBox p.synopsis {
	margin-bottom: 1.7rem;
}

	
}

/*-------------------------------------
				About
---------------------------------------*/

#about {
	margin-top: 4rem;
}
#about h2 {
	color: #5d7cc9;
	font-family: ta-rehitsu-m, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 3.5rem;
	position: relative;
	line-height: 1.3;
	padding-bottom: 1.5rem;
	text-indent: 0.8rem;
	text-align: right;
}

#about h2:after {
	content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to left, rgb(209, 185, 225), transparent);
  background: linear-gradient(to left, rgb(209, 185, 225), transparent);
}

#about .cdjk {
	text-align: right;
}
#about .cdjk img {
	width: 75%;
	margin-bottom: 1rem;
	border: 1px solid #1b1b1b;
}

#about div.product {
	text-align: right;
}

#about div.product .prefix {
	display: inline-block;
	width: 13em;
}

#about div.product p {
	font-size: 0.9em;
	margin-bottom: 0.8rem;
}

@media(min-width:768px){
#about h2 {
	font-size: 4.2rem;
	padding-bottom: 2.5rem;
}

#about .content {
   display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
	
#about .cdjk {
	width: 50%;
	margin-left: 7%;
}

#about .cdjk img {
	width: 100%;
}
	
#about div.product {
	width: 45%;
}
	
#about div.product .prefix {
	width: 13em;
}

#about div.product p {
	font-size: 1em;
	margin-bottom: 1.5rem;
}
	
}

/*-------------------------------------
				ban area
---------------------------------------*/
#ban_area {
	padding-top: 4rem;
}

#ban_area ul {
	display: flex;
	justify-content:center;
	flex-wrap:wrap;
}

#ban_area ul li{
	width: 47%;
	margin: 0 2% 2% 0;
}

#ban_area a:hover {
	opacity: 0.6;
}

#ban_area ul li:nth-child(even) {
	margin-right: 0;
}

#ban_area ul li:nth-child(even) {
	margin-right: 0;
}


@media(min-width:768px){
#ban_area ul li{
	width: 32%;
}
	
#ban_area ul li:nth-child(even) {
	margin-right: 2%;
}
	
#ban_area ul li:nth-child(3), 
#ban_area ul li:nth-child(6) {
		margin-right: 0;
}	
}

/*-------------------------------------
			HOME btn
---------------------------------------*/
.homebtn {
	text-align: center;
	margin: 2rem 0 0;
	padding-bottom: 6rem;
}

/*-------------------------------------
				footer
---------------------------------------*/
footer{
	background-color: #5d7cc9;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 3rem 0 1rem;
}
@media(min-width:768px){
footer{
	padding: 4rem 0 2rem;
}

}

/*-------------------------------------
			動画
---------------------------------------*/
#work {
	margin: 40px auto;
  max-width: 80%;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media(min-width:768px){
#work {
  max-width: 60%;
}
}

/*-------------------------------------
				Sale
---------------------------------------*/

#sale {
	margin-top: 4rem;
}
#sale h2 {
	color: #5d7cc9;
	font-family: ta-rehitsu-m, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 3.5rem;
	position: relative;
	line-height: 1.3;
	padding-bottom: 1.5rem;
	text-indent: 0.8rem;
	text-align: right;
}

#sale h2:after {
	content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to left, rgb(209, 185, 225), transparent);
  background: linear-gradient(to left, rgb(209, 185, 225), transparent);
}
#sale .sale_le {
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 25px;
}

#sale .sale_btn {
	display: flex;
	justify-content: center;
flex-wrap: wrap;
}

#sale .sale_ate {
	margin-top: 25px;
	font-size: 90%;
}

#sale .btn-push {
  display: inline-block;
	margin: 0 10px 15px;
text-align: left;
background-color: #5d7cc9;
font-size: 16px;
color: #FFF;
text-decoration: none;
padding: 14px 30px;
border-radius: 42px;
border-bottom: 4px solid #1f439d;
	letter-spacing: 2px;
}

#sale .btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}

@media(min-width:768px){
#about h2 {
	font-size: 4.2rem;
	padding-bottom: 2.5rem;
}
#sale .sale_le {
	font-size: 2.2rem;
	text-align: center;
}
#sale .btn-push {
font-size: 24px;
}
	
}
