@charset "utf-8";
/* CSS Document */
*{
	body-sizing: border-box;
	margin: 0px;
	padding: 0px; 
}

body{
	width: 100%;
	font-size: 1.3rem;
	font-weight: 700;
    letter-spacing: .05em;
	line-height: 1.5;
	font-family: 'Noto Sans JP','Open Sans', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
	color: #2c2740;
	background-color: #fff;
}
@media screen and (max-width: ) {
  
}

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

section{
	margin: 0px;
	padding-top: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}


/*loading*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #ffbb94;
  text-align: center;
}
#loading_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading .kvArea {
  width: 100%;
}
#loading .kvArea .img_box {
  text-align: center;
}
#loading .kvArea .img_box img {
  max-width: 100%;
  height: auto;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}


/*main*/
main{
	padding: 0;
	overflow: hidden;
}

#mv{
	top: 0;
	content: url("../img/main.webp");
	z-index: 0;
	max-width: 100%;
    width: 100%;
    height: 90vh;
	height: auto;
	background-size:100% auto;
	padding-top: 0;
    position: relative;
}

@media screen and (max-width:768px) {
  #mv{
    content: url("../img/main_sp.webp");
  }
}

.ab_txt {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.5rem;
}

.sec_txt {
  /* font-size: 1.5rem; */
  font-family: "M PLUS 1p", serif;
}
@media screen and (max-width:668px) {
  .sec_txt {
    font-size: 0.95rem;
    letter-spacing: -0.015em;
    text-align: left;
  }
}

.ab_bg {
  background-image: url(../img/about_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.ar_no {
  display: block;
  font-size: 0.95rem;
  font-family: "M PLUS 1p", serif;
  color: #505050;
  font-weight: 700;
}
.ar_txt {
  font-size: 1.85rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
}
@media screen and (max-width: 668px) {
  .ar_txt {
    font-size: 1.2rem;
    font-weight: 600;
  }
}

.mt0{
	margin-top: 0em;
}

.mt1e {
  margin-top: 1em;
}

.mt2e{
	margin-top: 2em;
}

.mt4e{
	margin-top: 4em;
}

.mt5e{
	margin-top: 5em;
}

.mt30{
	margin-top: 30px;
}

.mb05e{
	margin-bottom: 0.5em;
}

.mb1e{
	margin-bottom: 1em;
}

.mb2e{
	margin-bottom: 2em;
}

.mb4e{
	margin-bottom: 4em;
}

.mb5e {
  margin-bottom: 5rem;
}

.pt20{
	padding-top: 20px;
}

.ptb20{
	padding: 20px 0;
}

.pb30{
	padding: 30px;
}

.pb50{
	padding: 50px;
}

.pb5e {
  padding-bottom: 2rem;
}

.pb80{
	padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 40px;
  }
}
.center{
	margin: 0 auto;
	text-align: center;
}

.ar_mb {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .ar_mb {
    margin-bottom: 2rem;
  }
}

.artist h2 {
  line-height: 1;
}

.ar_spn {
  font-size: 0.95rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  color: #403a5a;
}

.ab_txt {
  margin-bottom: 70px;
}
@media screen and (max-width: 668px) {
  .ab_txt {
    margin-bottom: 50px;
  }
}

/* movie */
#movie{
	background-color: #443632;
	padding: 1em;
}

#movie h2{
	text-align: center;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 2em;
}

  * {
    margin: 0;
    padding: 0;
  }	
  .slider {
    width: 90%;
    margin: 0 auto 80px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
	border-radius: 10px;
  }

  .slick-slide img:hover {
	opacity: 1;
	filter: brightness(180%); 
	transition : 1s;
  }

  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 5px;
  }

.slick-dots li button {      
  background: transparent;   
  border:0;   
  font-size: 0pt; 
}

/* bg */
#v1{
    background: url("../img/vol1bg01.png"), radial-gradient(ellipse at center, rgb(255, 216, 200) 40%,rgb(253, 192, 192) 60%,rgb(250, 220, 196) 100%);
	font-weight: 800;
	line-height: 2;
}

#v2{
    background: url("../img/vol1bg01.png"), radial-gradient(ellipse at center, rgb(255, 225, 232) 40%,rgb(255, 225, 239) 60%,rgb(255, 182, 212) 100%);
	font-weight: 800;
	line-height: 2;
}

#v2 .border{
	border: 2px solid black;
}

#v3{
  background: url("../img/vol1bg01.png"), radial-gradient(ellipse at center, rgb(209, 252, 211) 40%,rgb(223, 250, 209) 60%,rgb(209, 252, 227) 100%);
	font-weight: 800;
	line-height: 2;
}

#v4{
	background: url("../img/vol4bg.jpg")repeat;
	line-height: 2;
}

#more{
	background: url("../img/more_bg.jpg")repeat;
	line-height: 2;
}

#v5{
    background: url("../img/vol2bg.png");
	font-weight: 800;
	line-height: 2;
}

#v5 .border{
	border: 2px solid black;
}

#v6{
    background: url("../img/vol6bg.png");
	font-weight: 800;
	line-height: 2;
}


/* v1 */
.v1txt{
	background-color:#FFFFFF;
}
.v1kome {
  display: block;
  font-size: 0.85rem;

}

.v2txt{
	background-color: #ffde59;
    padding: 2px;
	color: black;
	font-weight: 900;
}

.v3txt{
	background-color: #aedcff;
    padding: 2px;
	color: #3d2372;
	font-weight: 900;
}

.v4txt{
	background-color: #FFFFFF;
    padding: 2px;
	color: #0c4f7d;
	font-weight: 900;
}

.v5txt{
	background-color: #58eccd;
    padding: 2px;
	color: black;
	font-weight: 900;
}

.v6txt{
	background-color: #ffb1a2;
    padding: 2px;
	color: #482f9b;
	font-weight: 900;
}

.moretxt{
	background-color: #f8ae9d;
    padding: 2px;
	color: #fff;
	font-weight: 900;
}

.under {
  background: linear-gradient(transparent 70%, #fce79b 70%);
  font-weight: 900;
}

.under2 {
  background: linear-gradient(transparent 70%, #a5e9f2 70%);
  font-weight: 900;
}

.under4 {
  background: linear-gradient(transparent 70%, #74ebc3 70%);
  font-weight: 900;
}

.underm {
  background: linear-gradient(transparent 70%, #a4dae1 70%);
  font-weight: 900;
}

.under6 {
  background: linear-gradient(transparent 70%, #ffe1a2 70%);
  font-weight: 900;
}

/* wrapper */
.wrapper {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
    /* overflow: hidden; */
    padding-top: 30px;
    padding-bottom: 30px;
}

.wrapper img{
	/* margin: 0.5em auto; */
}

/* animation */
.effect-fade {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms;
}

.effect-fade:nth-of-type(2) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
/* 3つ目の要素に800msのdelayをかける */
.effect-fade:nth-of-type(3) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

/* btn */
.btn {
	position: relative;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	padding: 1em;
}

.btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn:hover img:nth-of-type(2) {
	opacity: 0;
}

.btn-flat-simple {
  position: relative;
  display: block;
  font-family: "M PLUS 1p", serif;
  font-weight: bold;
  width: 80%;
  text-align: center;
  margin: 1rem auto;
  padding: 0.8em 1em;
  text-decoration: none;
  color: white;
  background: #ec642d;
  transition: .4s;
}
@media screen and (max-width: 668px) {
  .btn-flat-simple {
    display: block;
    width: 90%;
    padding: 0.5rem;
    font-size: 1.15rem;
  }
}

.btn-flat-simple:hover {
  background: #a5370c;
  color: #fff;
}

#v6 .btn-flat-simple{
  background: #eb3e57;
}

#v6 .btn-flat-simple:hover {
  background: #482f9b;
  color: #ffa2b1;
}


.btn-flat-simple3 {
  /* position: relative; */
  /* display: inline-block; */
  /* font-weight: bold; */
  /* width: 80%; */
  /* padding: 0.8em 1em; */
  /* text-decoration: none; */
  /* color: white; */
  background: #3d2372;
  transition: .4s;
}

.btn-flat-simple3:hover {
  background: #fe5a8c;
  color: #3d2372;
}

.btn-flat-simple4 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: 80%;
  padding: 0.8em 1em;
  text-decoration: none;
  color: white;
  background: #26a4df;
  transition: .4s;
}

.btn-flat-simple4:hover {
  background: #62e5b9;
  color: #1989bd;
}


.btn-flat-simplem {
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: 80%;
  padding: 0.8em 1em;
  text-decoration: none;
  color: white;
  background: #654237;
  transition: .4s;
}

.btn-flat-simplem:hover {
  background: #9cdbe7;
  color: #654237;
}


.cp_m {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .cp_m {
    padding-bottom: 2rem;
    padding-top: 1.25rem;
  }
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#products{
	max-width: 960px;
	width: 90%;
    margin: 0 auto;
}

#products ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#products ul li {
    width: 24%;
	min-width: 300px;
	padding-bottom: 0.5em;
}

@media screen and (max-width: 1000px) {
#products ul {
	justify-content: space-around; 
}
	
#products ul li {
    width: 45%;
	min-width: 250px;
}
} 

@media screen and (max-width: 666px) {
#products ul {
	justify-content: center;
}
	
#products ul li {
    width: 90%;
}
} 

#products ul li img {
	transition: 0.3s;
	display: block;
	width: 100%;
	border-radius: 5px;
}

#products ul li :hover img{
  opacity:0.7;
}

#page_top {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 20px;
    bottom: 50px;
    background: #ffa16a;
    opacity: 0.9;
    border-radius: 50%;
    z-index: 999;
}

#page_top a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

footer {
    width: 100%;
	margin: 0;
    padding: 50px 0px 40px;
    background-color: #4e413d;
    text-align: center;
    color: white;
	z-index: 30;
	clear: left;
}