@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "HelveticaNeue", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 62.5%;
	background-color: #F7F7F2;
}

body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.footer {
	padding: 4rem 0 1rem;
	text-align: center;
	font-size: 8px;
	background-color: #F7F7F2;
	width: calc(100% - 361px);
    margin: 0 0 0 361px;
    /* bottom: 1rem;
    left: 1rem;
    letter-spacing: .1em;
    position: fixed;
	z-index: 999; */
	/* margin: 0 auto;
	padding: 20px;
	text-align: center;

	width: calc(100% - 361px);
	margin: 0 0 0 361px; */
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: 100%;
}

a {
	text-decoration: none;
	color: #000;
}


/*リセット終了*/

.w10 {
	width: 10%;
}

.w20 {
	width: 20%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w70 {
	width: 70%;
}

.w80 {
	width: 80%;
}

.w90 {
	width: 90%;
}

.w100 {
	width: 100%;
}


h1,h2 {
	font-family: "yu-mincho-pr6n", sans-serif;
}

hr {
	color: #000;
}


/*========= フェードインのためのCSS ===============*/
.element {
	/* 最初は非表示 */
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}


/*========= ナビゲーションのためのCSS ===============*/

#top-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 361px;
	/* max-width: 450px; */
	height: 100vh;
	margin: 0px auto 0;
	line-height: 1;
	z-index: 999;
	background-color: #F7F7F2;
	/* transform: rotate(0.003deg); */
	overflow: scroll;
	/* box-shadow: 0 10px 25px 0 rgb(0 0 0 / 5%); */
	
}

#top-head a,
#top-head {
	/* color: #000; */
	text-decoration: none;
	/* font-weight: 700; */
}

/* #top-head a:hover {
	opacity: 0.5;
	transition: all 0.5s;
} */


#top-head .open {
	position: relative;
}

#top-head .logo {
	font-size: 36px;
	width: 100%;
	margin: 0 0;
	padding: 30px 50px;
	border: 1px solid #f6f6f6;
	background-color: #F7F7F2;
}


.Header__head {
	padding: 4rem 2rem;
}

.Header__ttl {
	font-size: 2.3rem;
    letter-spacing: .2rem;
}

.Header__ttlSub {
	font-size: .8rem;
    font-weight: 300;
    letter-spacing: .15rem;
    line-height: 1;
    margin: 1rem 0 0;
}


/* .Header_menu_category.first-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
} */

/* .Header_menu_category {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.2em;
    padding-bottom: 2.2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
    color: #000;
    text-decoration: none;
} */

/* .w-inline-block {
    max-width: 100%;
    display: inline-block;
} */

/* .border-line-1px {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 1px;
    background-color: #000;
} */

/* .Header_menu-item.table-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
} */



.global-nav ul {
	letter-spacing: 0.1rem;
}


#top-head.Header_menu_wrapper a:hover {
	opacity: 1;
	transition: all 0.5s;
}


.Header_menu_wrapper.is-active a {
	color: #F7F7F2;
	background-color: #000;
}


.Header_menu_wrapper a {
	/* font-weight: 700; */
	border-top: 1px solid #000;
	/*アニメーションの起点とするためrelativeを指定*/
	overflow: hidden;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	font-family: "yu-mincho-pr6n", sans-serif;
	position: relative;
  	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	height: 100%;
	width: 100%;
	padding: .5rem 0 2rem 1rem;
}

.Header_menu_wrapper {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  }

.Header_menu_wrapper a:hover {
	color:#F7F7F2;
	opacity: 1;
}

.bgcentery a:before {
	content: '';
		/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
		/*色や形状*/
	background: #000;
	width: 100%;
	height: 100%;
		/*アニメーション*/
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(1, 0);
	transform-origin:center;
}

/*hoverした際の形状*/
.bgcentery a:hover:before{
	transform:scale(1, 1);
  }


.copy_number {
	width: 2rem;
    padding-top: 0.1rem;
    padding-right: 0vw;
    font-size: 1rem;
    line-height: 100%;
}

.copy-large {
    font-size: 1.7rem;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: 0.01em;
}



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #232323;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}

.Header_Event {
	margin: 1.2rem 1rem 2rem;
}

.Header_Event a {
	color: #F7F7F2;
	padding: 1rem;
	text-align: center;
	font-family: "yu-mincho-pr6n", sans-serif;
    font-size: .9rem;
    line-height: 1.2;
    letter-spacing: .1em;
	display: block;
	position: relative;
	background-color: #bfbf9e;
}

.Header_Event a::after {
	content: '';
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #F7F7F2 transparent;
	transition: 0.3s;
  }


  .Header_Event a:hover {
	opacity: 0.5;
	transition: all 0.5s;
  }

  .Header_Event a:hover::after {
	bottom: 8px;
	right: 8px;
  }


.Header_bottom_wrapper {
	margin-top: 2rem;
}

.Header_bottom_wrapper li {
	font-family: "yu-mincho-pr6n", sans-serif;
	font-size: 16px;
	padding: 0 0 1rem 1rem;
}

.Header_bottom_wrapper li:nth-of-type(2) {
	padding: 0 0 2.5rem 1rem;
}

/* .Header_bottom_wrapper ul li {
	padding: 0 0 1rem 1rem;
	border-top-style: none;
} */







/*=========  スライダーのためのcss head ===============*/
.slider {
	position: relative;
	/* z-index: 1; */
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;
	/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*　背景画像設定　*/


/* .slider-item01 {
	  background:url(../img/img_01.jpg);
  }
  
  .slider-item02 {
	  background:url(../img/img_02.jpg);
  }
  
  .slider-item03 {
	  background:url(../img/img_03.jpg);
  }
   */

.slider-item {
	width: 100%;
	/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: 100vh;
	/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	background-repeat: no-repeat;
	/*背景画像をリピートしない*/
	background-position: center;
	/*背景画像の位置を中央に*/
	background-size: cover;
	/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev,
.slick-next {
	position: absolute;
	z-index: 3;
	top: 42%;
	cursor: pointer;
	/* マウスカーソルを指マークに*/
	outline: none;
	/* クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #F7F7F2;
	/* 矢印の色*/
	border-right: 2px solid #F7F7F2;
	/* 矢印の色*/
	height: 25px;
	width: 25px;
}

*/ .slick-prev {
	/* 戻る矢印の位置と形状 */
	left: 2.5%;
	transform: rotate(-135deg);
}

.slick-next {
	/*次へ矢印の位置と形状*/
	right: 2.5%;
	transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
	text-align: center;
	margin: -50px 0 0 0;
	/*ドットの位置*/
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots button {
	color: transparent;
	outline: none;
	width: 8px;
	/*ドットボタンのサイズ*/
	height: 8px;
	/*ドットボタンのサイズ*/
	display: block;
	border-radius: 50%;
	background: #F7F7F2;
	/*ドットボタンの色*/
}

.slick-dots .slick-active button {
	background: #333;
	/*ドットボタンの現在地表示の色*/
}


/*========= スライダーのためのcss body ===============*/
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	animation: zoomUp 20s linear 0s 1 normal both;
}

/* //imgタグだと下に隙間ができるのでblockに。 */
.slide-img img {
	display: block;
}

/*========= ボタンのためのCSS ===============*/


/*========= 吹き出しデザイン ===============*/

.arrow_box {
	position: relative;
	background: #F7F7F2;
	border-top: 1px solid #232323;
	border-bottom: 1px solid #232323;
}

.arrow_box:after,
.arrow_box:before {
	top: 100%;
	left: 80%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #F7F7F2;
	border-width: 20px;
	margin-left: -20px;
}

.arrow_box:before {
	border-color: rgba(112, 112, 112, 0);
	border-top-color: #232323;
	border-width: 21px;
	margin-left: -21px;
}

/*========= レイアウトのためのCSS ===============*/

.wrapper {
	font-feature-settings: "palt";
}

.Head {
	width: 100%;
	height: 100vh;
	/* width: calc(100% - 361px);
	margin: 0 0 0 361px; */
	position: relative;
}

.Herd__bgSlide {
	width: 100%;
	height: 100vh;
}

.Herd__bgImg {
	display: flex;
	background-color: #d7dbe2;
}

.Herd__bgImg01 {
	width: 50%;
	height: 100vh;
	background-image: url(../img/casual_leather-2918.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 70% 70%;
	position: relative;
	/* transition: all .3s; */
}

.Herd__bgImg02 {
	width: 50%;
	height: 100vh;
	background-image: url(../img/casual_leather-2926.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 70%;
	position: relative;
	/* transition: all .3s; */
}

.Herd__bgImg03 {
	width: 50%;
	height: 100vh;
	background-image: url(../img/casual_leather-2886.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 70% 70%;
	position: relative;
	/* transition: all .3s; */
}

.Herd__bgImg04 {
	width: 50%;
	height: 100vh;
	background-image: url(../img/casual_leather-2901.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 70%;
	position: relative;
	/* transition: all .3s; */
}

.Herd__bgImg05 {
	width: 50%;
	height: 100vh;
	background-image: url(../img/leather-2763.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 70%;
	position: relative;
	/* transition: all .3s; */
}

.Herd__bgImg06 {
	width: 50%;
	height: 100vh;
	background-image: url(../img/leather-2788.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 40% 70%;
	position: relative;
	/* transition: all .3s; */
}

.Head__mainTtl {
	position: absolute;
	/* top: 0px;
	left: 0px; */

	/* top: 50%; */
	/* left: 25%; */

	top: 50px;
	left: 50px;

	/* margin-top: -12.3em;
	margin-left: 50px; */

	width: 100%;
	max-width: 660px;

	z-index: 1;
}

.Head__mainTtl img {
	width: 300px;
	display: none;
}



.Main {
	width: calc(100% - 361px);
	margin: 0 0 0 361px;
	/* background-color: #f9f9f9; */
}



.Instagram {
	width: 20px;
	margin: 0 20px 0 0;
}

.faceBook {
	width: 10px;
	margin: 0 20px 0 0;
}

.line {
	width: 20px;
}





/* -----------------------------------------
フェア
----------------------------------------- */

.Fair__Ttl {
	/* 画像ファイルの指定 */
	background-image: url(../img/fair-bk.jpg);

	/* 画像を常に天地左右の中央に配置 */
	background-position: center center;

	/* 画像をタイル状に繰り返し表示しない */
	background-repeat: no-repeat;

	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	background-attachment: fixed;

	/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-size: cover;

	/* 背景画像が読み込まれる前に表示される背景のカラー */
	background-color: #464646;

	width: 100%;
	height: auto;

	margin: 100px auto 50px;
	padding: 50px 0;
	backdrop-filter: blur(12px);
}

.Fair__TtlWarp {
	color: #F7F7F2;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	line-height: 1.5;
	letter-spacing: .05em;
}

.Fair__TtlWarp h3 {
	font-size: 14px;
	font-weight: bold;
}

.Fair__TtlWarp h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px;
}

.Fair__TtlWarp p {
	font-size: 14px;
	width: 90%;
	text-align: justify;
}

.Fair__Info {
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	padding: 0 0 100px;
	line-height: 1.5;
	letter-spacing: .05em;
}

.Fair__InfoTtl {
	font-size: 14px;
	line-height: 1.5;
	padding: 0 0 25px;
}

.Fair__InfoTtl h3 {
	font-size: 14px;
	font-weight: bold;
}

.Fair__InfoTtl h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 50px;
}

.Fair__InfoTxt {
	font-size: 14px;
	line-height: 1.5;
}


.Fair__InfoTxt dt {
	font-weight: bold;
	padding: 10px 0 5px;
	border-top: 1px solid #DCDCDC;
}

.Fair__InfoTxt dd {
	/* border-bottom: 1px solid #DCDCDC; */
	padding: 0 0 10px;
}

.Fair__InfoTxtFrex {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: 50px auto;
}

.Fair__InfoTxtFrex img {
	width: 150px;
}

.Fair__Url {
	width: 100%;
}


.Fair__Url a {
	text-align: center;
	padding: 10px 50px;
	margin: 5px auto;
	border: 1px solid #484848;
	border-radius: 2px;
	/* line-height: 1.75; */
	display: inline-block;
	width: 100%;
}

.Fair__Url a:hover {
	opacity: 0.8;
	transition: all 0.5s;
	background-color: #484848;
	color: #F7F7F2;
}














/* =======================================
各コンテンツ
======================================= */
.wrapper {
	width: calc(100% - 361px);
    margin: 0 0 0 361px;
	background-color: #F7F7F2;
	/* padding-top: 4rem; */
}

.content-wrapper {
	padding-top: 12rem;
}

.content-title-text {
	display: flex;
}

.content-title-inner {
	font-family: "yu-mincho-pr6n", sans-serif;
}




.content-copy_number {
    font-size: 1.4rem;
	padding: 0.2rem;
    padding-right: 0vw;
    line-height: 100%;
    margin-right: 0.7rem;
}

.content-copy-large {
	color: #000;
    font-size: 2.3rem;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.copy-txt {
	font-size: .9rem;
    padding: 1rem 0 0.5rem;
    letter-spacing: .1em;
}

.content-title-wrapper {
	max-width: 1080px;
    margin: 0 auto;
	padding-left: 2rem;
}

.content-look-wrapper {
	padding: 6rem 2rem;
}

.content-look {
	max-width: 1080px;
	margin: 0 auto;
}


.look1 {
	margin-bottom: 100px;
}

.look1-ul {
	display: flex;
	justify-content: space-between;
}

.look1 ul.look1-ul > li:nth-of-type(1) {
	padding: 100px 0 0 0;
}

.look1 ul.look1-ul > li:nth-of-type(2) {
	padding: 0 0 100px 2rem;
	/* width: 50%; */
}


.look__image2 {
	width: calc(530/1080*100%);
	margin: 0 auto;
}

.look2 {
	margin-bottom: 50px;
}

.look-credit {
	text-align: center;
}

.look-credit a{
	font-family: "yu-mincho-pr6n", sans-serif;
	font-size: 1rem;
	letter-spacing: .05rem;
	color: #000;
	line-height: 1.5;
}

.look-credit span {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 5px;
}
a:hover {
	opacity: 0.5;
	transition: all 0.5s;
  }

.look-credit-no {
	padding-top: .7rem;
	font-size: 12px;
	color: #999;
}


.look__image3 {
	width: 650px;
	margin: 0 auto;
}

.look__image3-y {
	width: 850px;
	margin: 0 auto;
}

.look3 {
	margin-top: 150px;
}


.look-hr {
	margin: 12rem 0;
}



.textlink {
	font-family: "yu-mincho-pr6n", sans-serif;
	font-size: 1.1rem;
	color: #000;
	text-align: center;
	position: relative;
	width: 115px;
    margin: 0 auto;
}



.textlink07 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 125%;
	transform: rotate(-40deg);
	width: 12px;
	height: 1px;
	background-color: #333;
}

.textlink07 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 99%;
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background-color: #333;
}

.textlink a:hover {
	opacity: 0.5;
	transition: all 0.5s;
}


.textlink07 a:hover::before {
	opacity: 0.5;
	transition: all 0.5s;
}

.textlink07 a:hover::after {
	opacity: 0.5;
	transition: all 0.5s;
}















.global-nav-bottom {
	display: none;
}






/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}









/* スマホ */
/* @media only screen and (max-width: 640px){

.look1-ul {
	display: block;
}

.look__image {
	width: 100%;
}

.look1 ul.look1-ul > li:nth-of-type(1) {
	padding-top: 0;
    padding-left: 2rem;
	width: 100%;
}

.look1 ul.look1-ul > li:nth-of-type(2) {
	padding-bottom: 0;
    padding-right: 2rem;
	width: 100%;
	
}

} */