@charset "utf-8";

/* ==========================================================================
   common
   ========================================================================== */
.for-sp{
  display: block;
}
@media (min-width: 415px){
.for-sp{
  display: none;
}
}
@media (min-width: 960px){
.for-sp{
  display: none;
}
}

.for-tb{
  display: none;
}
@media (min-width: 415px){
.for-tb{
  display: block;
}
}
@media (min-width: 960px){
.for-tb{
  display: none;
}
}

.for-pc{
  display: none;
}
@media (min-width: 415px){
.for-pc{
  display: none;
}
}
@media (min-width: 960px){
.for-pc{
  display: block;
}
}


/* ==========================================================================
   mouse-stalker
   ========================================================================== */
#stkr{
  display: none;
}
@media (min-width: 960px){
#stkr{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  transition: 0.15s;
  transition-timing-function: ease-out;
  pointer-events: none;
  mix-blend-mode: exclusion;
  z-index: 10000;
  display: block;
}
}


/* ==========================================================================
   splash
   ========================================================================== */
/*#splash{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: #0f0f0f;
  background-color: #1a1a1a;
  background-color: #000;
  text-align:center;
}

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

#splash .splash_logo img{
  width:260px;
}

#splash .splash_logo img{
	width: 120px;
	height: auto;
  opacity: 0.7;
}
@media (min-width: 415px){
#splash .splash_logo img{
	width: 19vw;
}
}
@media (min-width: 960px){
#splash .splash_logo img{
	width: 150px;
}
}

#splash .spinner{
  margin: 30px auto 0;
  width: 100px;
  text-align: center;
}
@media (min-width: 415px){
#splash .spinner{
  margin: 38px auto 0;
}
}
@media (min-width: 960px){
#splash .spinner{
  height: 8px;
  margin: 38px auto 0;
}
}

#splash .spinner > div{
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#splash .spinner .bounce1,
#splash .spinner .bounce2,
#splash .spinner .bounce3{
  margin: 0 4px;
}

#splash .spinner .bounce1{
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

#splash .spinner .bounce2{
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay{
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay{
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}*/


/* ==========================================================================
   transition
   ========================================================================== */
body::after{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#0f0f0f;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease;
}

body.transition::after{
  opacity: 1;
}


/* ==========================================================================
   header
   ========================================================================== */
header{
  width: 100%;
	padding: 0 5vw;
  height: 15.0%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #0f0f0f;
  z-index: 100;
  box-sizing: border-box;
}
@media (min-width: 415px){
header{
  height: 12.0vh;
	padding: 0 5vw;
}
}
@media (min-width: 960px){
header{
  height: 12.0vh;
	padding: 0 3.5vw;
}
}

.logo{
	width: 21.0vw;
	height: auto;
  position: absolute;
	bottom: 7.9vh;
	left: 5.5vw;
  z-index: 10;
}
@media (min-width: 415px){
.logo{
	width: 16vw;
	bottom: 4.4vh;
	left: 5vw;
}
}
@media (min-width: 960px){
.logo{
	width: 8.0vw;
  max-width: 140px;
	bottom: 4.5vh;
	left: 3.5vw;
}
}
@media (min-width: 2000px){
.logo{
  bottom: 4.8vh;
}
}

header h2{
  width: 800px;
  font-size: 0.8rem;
	font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #ddd;
  margin: 0 0 -6.5vh 0;
}
@media (min-width: 415px){
header h2{
  width: 800px;
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin: 0 0 0 21.0vw;
}
}
@media (min-width: 960px){
header h2{
  width: 400px;
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  line-height: 1em;
  margin: 0 0 0 10.5vw;
}
}
@media (min-width: 2000px){
header h2{
  margin: 0 0 0 8.4vw;
}
}

header h2 span{
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #444;
}
@media (min-width: 960px){
header h2 span{
  letter-spacing: 0.1em;
}
}
@media (min-width: 2000px){
header h2 span{
  letter-spacing: 0.14em;
}
}

.home_nav{
	width: 100%;
  display: flex;
	flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
	z-index: 100;
}

.home_nav a{
	font-size: 1.5rem;
	font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.20em;
  color: #ddd;
	transition: all 0.2s ease;
  display: block;
	float: left;
	margin: 0 0 0 26px;
}
@media (min-width: 415px){
.home_nav a{
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.20em;
  margin: 0 0 0 26px;
}
}
@media (min-width: 960px){
.home_nav a{
  font-size: 1.5rem;
  letter-spacing: 0.24em;
  margin: 0 0 0 32px;
}
}

/*@media (min-width: 960px){
.home_nav a:hover{
	color: #444;
}
}*/


/* ==========================================================================
   slide
   ========================================================================== */
.slide{
  width: 100%;
}

.slide .slide-container{
  width: 100%;
  height: calc(100vh - 17vh);
  height: 85%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 415px){
.slide .slide-container{
  height: 88vh;
}
}
@media (min-width: 960px){
.slide .slide-container{
  height: 88vh;
}
}

.slide .swiper-wrapper{
	width: 100%;
}

.slide .swiper-slide{
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide .swiper-slide .slide-bg{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	background-position: center;
	background-size: cover;
}

.slide .swiper-slide .site-container{
  width: 88vw;
  height: auto;
  position: relative;
  margin: -57.0% auto 0;
  filter: drop-shadow(0 3px 12px rgba(0,0,0,0.5));
}
@media (min-width: 415px){
.slide .swiper-slide .site-container{
	width: 84vw;
  margin: -49vw auto 0;
}
}
@media (min-width: 960px){
.slide .swiper-slide .site-container{
	width: 62vw;
  margin: -35vw auto 0;
}
}

.slide .swiper-slide .site-container .site{
  position:absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	background-position: center;
	background-size: cover;
}

.slide .swiper-slide .site-container .site img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
@media (min-width: 415px){
.slide .swiper-slide .site-container .site img{
	border-radius: 7px;
}
}
@media (min-width: 960px){
.slide .swiper-slide .site-container .site img{
	border-radius: 10px;
}
}

.slide .swiper-slide .sitename{
  font-size: 1.0rem;
  font-weight: 500;
	letter-spacing: 0.1em;
  color: #aaa;
  color: #444;
  color: #888;
  position:absolute;
	bottom: 26.5%;
	right: 6.5vw;
}
@media (min-width: 415px){
.slide .swiper-slide .sitename{
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  bottom: 21vh;
	right: 8vw;
}
}
@media (min-width: 960px){
.slide .swiper-slide .sitename{
  font-size: 1.1rem;
  letter-spacing: 0.13em;
  bottom: 5vh;
	right: 3.5vw;
}
}

.slide .swiper-slide .sitename span{
  color: #555;
}

.slide #kisetsu.swiper-slide .filter{
  background-color: rgba(0, 0, 0, 0.70);
}

.slide #gonazo.swiper-slide .filter{
  background-color: rgba(0, 0, 0, 0.80);
}

.slide #chocolat.swiper-slide .filter{
  background-color: rgba(0, 0, 0, 0.80);
}

/* bg-transition
   ========================================================================== */
.slide .swiper-slide .bg-left{
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.4s ease;
}
.slide .swiper-slide-active .bg-left{
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s ease 0.2s;
}

.slide .swiper-slide .bg-right{
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.4s ease;
}
.slide .swiper-slide-active .bg-right{
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s ease 0.2s;
}

.slide .swiper-slide .bg-top{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.4s ease;
}
.slide .swiper-slide-active .bg-top{
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease 0.2s;
}

.slide .swiper-slide .bg-bottom{
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.4s ease;
}
.slide .swiper-slide-active .bg-bottom{
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease 0.2s;
}

/* site-transition
   ========================================================================== */
.slide .swiper-slide .fade-bg{
  opacity: 0;
  transform: translateX(0);
  transition: all 0.4s ease;
}
.slide .swiper-slide-active .fade-bg{
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s ease 0.4s;
}

.slide .swiper-slide .fade-in{
  opacity: 0;
  transform: translateY(0px);
  transition: all 0.4s ease;
}
.slide .swiper-slide-active .fade-in{
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease 0.3s;
}

.slide .swiper-slide .top-in{
  opacity: 0;
  transform: translateY(-60px);
  transition: all 0.4s ease;
}
.slide .swiper-slide-active .top-in{
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease 0.3s;
}

.slide .swiper-slide .left-in{
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.4s ease;
}
.slide .swiper-slide-active .left-in{
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s ease 0.3s;
}

.slide .swiper-slide .right-in{
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.4s ease;
}
.slide .swiper-slide-active .right-in{
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s ease 0.3s;
}

.slide .swiper-slide .bottom-in{
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.4s ease;
}
.slide .swiper-slide-active .bottom-in{
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease 0.3s;
}

.slide .swiper-slide-active .logotype{
  transition-delay: 0.55s;
}


/* ==========================================================================
   footer_contact
   ========================================================================== */
.footer_contact{
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
  background: #1b1b1b;
  background: #141414;
  /*border-top: 1px solid #272727;*/
	margin: 50px 0 0 0;
}
@media (min-width: 415px){
.footer_contact{
	width: 100%;
  padding: 84px 0;
	margin: 80px 0 0 0;
}
}
@media (min-width: 960px){
.footer_contact{
	width: 100%;
  padding: 130px 0;
	margin: 130px 0 0 0;
}
}

.footer_contact p{
  font-size: 1.4rem;
	line-height: 2.0em;
  color: #ddd;
	margin: 0 5vw 35px;
}
@media (min-width: 415px){
.footer_contact p{
  font-size: 1.3rem;
  letter-spacing: 0.1em;
	line-height: 2.0em;
  text-align: center;
	margin: 0 0 35px 0;
}
}
@media (min-width: 960px){
.footer_contact p{
  font-size: 1.4rem;
	line-height: 2.0em;
	margin: 0 0 40px 0;
}
}

.btn_contact{
	width: 90%;
	height: auto;
	position: relative;
	border-radius: 3px;
  margin: 0 5%;
}
@media (min-width: 415px){
.btn_contact{
	width: 66%;
  margin: 0 auto;
}
}
@media (min-width: 960px){
.btn_contact{
	width: 680px;
}
}

.btn_contact a{
  width: 100%;
	font-size: 1.5rem;
  font-weight: 500;
	letter-spacing: 0.05em;
	padding: 16px 0;
  text-align: center;
	position: relative;
  background-color: #eee;
  display: inline-block;
  color: #202020;
	border-radius: 3px;
}
@media (min-width: 415px){
.btn_contact a{
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	padding: 18px 0;
  margin: 0 auto;
}
}
@media (min-width: 960px){
.btn_contact a{
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	padding: 22px 0;
  transition: all 0.3s ease;
}
}

@media (min-width: 960px){
.btn_contact a:hover{
  background-color: #1b1b1b;
  color: #ddd;
}
}

.btn_contact a svg{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
  right: 0;
  fill: #1b1b1b;
  display: block;
  margin: -8px 12px 0 0;
}
@media (min-width: 415px){
.btn_contact a svg{
	width: 16px;
	height: 16px;
  margin: -8px 12px 0 0;
}
}
@media (min-width: 960px){
.btn_contact a svg{
	width: 18px;
	height: 18px;
  margin: -9px 20px 0 0;
  transition: all 0.3s ease;
}
}

@media (min-width: 960px){
.btn_contact a:hover svg{
	fill: #ddd;
}
}


/* ==========================================================================
   footer
   ========================================================================== */
#home footer{
  display: none;
}

footer{
  width: 100%;
  background: #eee;
  padding: 35px 0 30px 0;
}
@media (min-width: 415px){
footer{
  padding: 35px 0 30px 0;
}
}
@media (min-width: 960px){
footer{
  padding: 50px 0 30px 0;
}
}

.footer_logo a{
	width: 80px;
  margin: 0 auto;
	display: block;
}
@media (min-width: 415px){
.footer_logo a{
	width: 90px;
}
}
@media (min-width: 960px){
.footer_logo a{
	width: 100px;
}
}

.footer_logo a img{
	width: 100%;
  height: auto;
	display: block;
}

.copyright{
	font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-align: center;
	color: #202020;
  margin: 20px 0 0 0;
}
@media (min-width: 415px){
.copyright{
	font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin: 20px 0 0 0;
}
}
@media (min-width: 960px){
.copyright{
	font-size: 0.95rem;
  letter-spacing: 0.12em;
  margin: 35px 0 0 0;
}
}


/* ==========================================================================
   page_top
   ========================================================================== */
#page_top{
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1000;
}
@media (min-width: 415px){
#page_top{
  position: fixed;
  bottom: 15px;
  right: 15px;
}
}
@media (min-width: 960px){
#page_top{
  position: fixed;
  bottom: 26px;
  right: 22px;
}
}

#page_top a{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #1b1b1b;
  display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 415px){
#page_top a{
  width: 60px;
  height: 60px;
}
}
@media (min-width: 960px){
#page_top a{
  width: 70px;
  height: 70px;
  transition: all 0.3s ease;
}
}

#page_top a img{
  width: 40px;
  height: 40px;
  display: block;
}
@media (min-width: 415px){
#page_top a img{
  width: 45px;
  height: 45px;
}
}
@media (min-width: 960px){
#page_top a img{
  width: 45px;
  height: 45px;
}
}

/*@media (min-width: 960px){
#page_top a:hover{
  background-color: #777;
}
}*/
