@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/* [02.PKG,SPC]
/* [03.OTHER]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
--------------------------------------------------------------------------*/
.clr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clr {
	min-height: 1px;
}
* html .clr {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* [02.PKG,SPC]
--------------------------------------------------------------------------*/
.pkg {
	width: 100%;
	max-width: 1200px;
	padding: 110px 0;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	word-break: break-all;
}
.pkg-1440 {
	width: 100%;
	max-width: 1440px;
	padding: 110px 0;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	word-break: break-all;
}
.spc-b-10 {
	margin-bottom: 10px;
}
.spc-b-20 {
	margin-bottom: 20px;
}
.spc-b-30 {
	margin-bottom: 30px;
}
.spc-b-40 {
	margin-bottom: 40px;
}
.spc-b-60 {
	margin-bottom: 60px;
}
.spc-b-70 {
	margin-bottom: 70px;
}
.spc-b-80 {
	margin-bottom: 80px;
}
.mrg_auto {
    margin: 0 auto;
}
/* [03.OTHER]
--------------------------------------------------------------------------*/
.eng {
	font-family: 'Cormorant Garamond', serif;
	line-height: 100%;
	font-weight: 300;
	font-size: 48px;
	letter-spacing: 4px;
}
.tac {
	text-align: center;
}
.btn {
  	display: block;
  	width: 320px;
  	height: 74px;
  	color: #000;
  	background: #fff;
  	line-height:74px;
  	border: 1px solid #000;
  	transition: all 0.8s ease 0s;
  	text-align: center;
  	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn:hover {
	background: #333;
	color: #fff;
}
.d-pc {
	display: block;
}
.d-sp {
	display: none;
}
.flx-wrap {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
}
.bg-f2f3f4 {
	background-color: #f2f3f4;
}
.bg-texture {
	background:url(../images/layouts/bg-texture-img.png)repeat;
    position: relative;
    display: block;
}
/* [FADEIN]
--------------------------------------------------------------------------*/
.animation {
	opacity : 0;
	visibility: hidden;
	transition: 2s;
	transform: translateY(60px);
}
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.button {
  flex: 1 1 auto;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background: -ms-linear-gradient(75deg, #313131, #000);
    background: -moz-linear-gradient(75deg, #313131, #000);
    background: -webkit-linear-gradient(75deg, #313131, #000);
    background: linear-gradient(75deg, #313131, #000);
}
.button:after {
  position: absolute;
  transition: 0.8s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #fff;
}
.button:after {
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}
.button:hover {
  cursor: pointer;
  z-index: 2;
}
.button:hover:after {
  width: 150%;
  left: -20%;
}
.button:hover {
  color: #b08213;
}
#swiper-buttons {
	filter: drop-shadow(5px 0px 5px rgba(0, 0, 0, 0.1));
}
.swiper-button-prev,
.swiper-button-next {
	line-height: 36px!important;
}
.swiper-button-prev img,
.swiper-button-next img {
	width: auto;
	height: 12px!important;
}

