@charset "UTF-8";
/* CSS Document */

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;}
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;}

/*//////////////////////////////////////////////   ここまでがCSSリセット   //////////////////////////////////////////////*/


*{margin:0; padding:0; outline:0;}
body{
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
	word-break:break-all;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color:#fff;
}

p{
	font-size:16px;
	line-height:2.1em;
	text-align:justify;
}

@media(min-width:601px){
html,body{
	min-height:100%;
	height:100%;
	min-width:1000px;
}

/*//////////////////////////////////////////////   topヘッダー   //////////////////////////////////////////////*/

header{
/*	position:sticky;
	top:0;*/
	position:fixed;
	width:100%;
	background-color:#231815;
	z-index:1000;
}
.hd_in{
	min-width:1000px;
	height:107px;
	margin:0 auto;
	padding:0 40px;
	display: flex;
	align-items:center;
	justify-content: space-between;
	box-sizing:border-box;
}
.hd_in img{width:164px; height:auto;}
.hd_in ul{
	display: flex;
	column-gap: 20px;
	font-family: "Kumbh Sans", sans-serif;
}
.hd_in a{
	display:inline-block;
	position: relative;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	letter-spacing:.1em;
	padding:10px 5px;
}

.hd_in a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width:100%;
    height: 2px;
    background:#fff;
    /*アニメーションの指定*/
    transition: all .2s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*左上基点*/
}

/*現在地とhoverの設定*/
.hd_in li.current a::after,.hd_in li.pcsty a::after,
.hd_in a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

.mb{display:none;}

/*//////////////////////////////////////////////   NEWS/TOPICS   //////////////////////////////////////////////*/

.newsbox{
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	margin-top:30px;
	padding:20px 0;
}
.media_list{margin:0 70px 0 30px;}
.newsflex{
	display:flex;
	justify-content: space-between;
	padding:30px 0;
}
.newsflex:not(:last-child) {
    border-bottom: solid 1px #ccc;
}
.txt_area{width:443px;}
.date{font-size:14px; margin-bottom:15px;}
.cat{
	border:solid 1px #000;
	padding:5px 30px;
	margin-right:2em;
}
.media_ttl{font-size:20px; line-height:1.4; margin-bottom:25px; font-weight:bold;}
.media_ttl a{text-decoration:none; color:#000;}
.newsflex a:hover{opacity:.7;}
.text p{font-size:16px;}
.eyecatch img{
	width:236px;
	height:134px;
	object-fit: cover;
}


/*//////////////////////////////////////////////   main   //////////////////////////////////////////////*/

#main{
	min-width:1000px;
	margin:0 auto;
	padding-top:107px;
}

#sldr div{
	height:616px;
	width:100%;
	overflow:hidden;
	position:relative;
}
#sldr .slbg{
	width:100%;
	height:100%;
	object-fit: cover;
}
#sldr span{
	width:90%;
	min-width:1000px;
	height:616px;
	position:absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.sl_ov_01,.sl_ov_05,.sl_ov_06{
	display:flex;
	justify-content: right;
	align-items: center;
}
.sl_ov_07{
	display:flex;
	justify-content: left;
	align-items: center;
}
.sl_ov_01 img{margin-top:-50px;}
.sl_ov_02 img{margin-top:80px;}
.sl_ov_05 img{margin-right:100px;}
.sl_ov_06 img{margin-top:-300px;filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(158deg) brightness(105%) contrast(100%);}
.sl_ov_07 img{margin-left:10px; margin-top:-50px;}

section{
	width:920px;
	margin:0 auto;
	    opacity: 0;
    transition: opacity 1s;
}
.notrns{width:920px;margin:0 auto;}

.fade-in {
    opacity: 1;
}
section h2{
	font-size:38px;
	font-family: "Kumbh Sans", sans-serif;
	margin-bottom:26px;
}

.top_lnk{
	display:flex;
	justify-content: center;
	column-gap:53px;
	margin:148px 0;
}

.btn{
	display:block;
	text-decoration:none;
	text-align:center;
	width:180px;
	line-height:48px;
	font-size:16px;
	font-family: "Kumbh Sans", sans-serif;
	color:#fff;
	background-color:#231815;
	border:solid 1px #231815;
	position: relative;
	transition: all 0.3s 0s ease;
	text-indent:-1em;
}
.btn::after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #fff;   /* 好みで色を変えてください */  
    border-right: solid 1px #fff;   /* 好みで色を変えてください */  
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
	transition: all 0.3s 0s ease;
}
.btn:hover{
	color:#231815;
	background-color:#fff;
}
.btn:hover::after{
    border-top: solid 1px #231815;   /* 好みで色を変えてください */  
    border-right: solid 1px #231815;   /* 好みで色を変えてください */  
}

.top_about{
	margin-top:284px;
	display: flex;
	justify-content: space-between;
}
.top_about img{margin-top:-30px; margin-right:50px;}

.bg{position:relative;}
.bg::before {
  content: "";
  position: absolute;
  bottom:115px;
  left: 0;
  width: 50%;
  height: 483px;
  background-color: #e8e6e6;
  z-index: -1;
}
.bg::after {
  content: "";
  position: absolute;
  bottom:115px;
  left: 50%;
  width: 500px;545px;
  height: 483px;
  background-color: #e8e6e6;
  z-index: -1;
}
.top_scene{margin-top:284px;}
.scenebox{display: flex; justify-content: space-between; margin-top:135px; padding-bottom:55px;}
.sceneitem{width:290px; height:513px; position:relative;}
.sceneitem img{width:100%;}
.sceneitem div{
	width:280px;
	height:232px;
	background-color:#fff;
	text-align:center;
	position:absolute;
	right:0;
	bottom:0;
}
.sceneitem div h3{
	margin:30px 0 15px;
	font-size:20px;
	font-weight:bold;
}
.sceneitem div p{text-align:center;}
.scene_lnk{	display:flex;justify-content: center; margin-top:65px;}

.top_access{margin-top:284px;}
.map{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
	margin-bottom:155px;
}
.map b{font-size:20px; font-weight:bold; border-bottom:solid 1px #000; padding-bottom:5px;}
.map span{font-size:12px;}
.gmap{width:476px; height:373px; background-color:#ccc;}
.route{font-size:14px; line-height:1.5;}


.bg2{background-color: #e8e6e6; padding:75px 0;}
.top_reserve{display: flex;justify-content: space-between;}
.top_reserve img{ width:50%;}
.top_reserve div{
	width:50%;
	background-color:#fff;
	text-align:center;
	display: flex;
	flex-direction:column;
	justify-content: center;/*横の中央寄せ*/
	align-items: center;/*縦の中央寄せ*/
}
.top_reserve h4{
	font-size:24px;
	line-height:1.5;
	margin-bottom:25px;
}
.top_reserve .btn{
	display:block;
	text-decoration:none;
	text-align:center;
	width:180px;
	line-height:48px;
	font-size:16px;
	font-family: "Kumbh Sans", sans-serif;
	color:#fff;
	background-color:#c29d66;
	border:solid 1px #c29d66;
	position: relative;
	transition: all 0.3s 0s ease;
}
.top_reserve .btn::after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #fff;   /* 好みで色を変えてください */  
    border-right: solid 1px #fff;   /* 好みで色を変えてください */  
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
	transition: all 0.3s 0s ease;
}
.top_reserve .btn:hover{
	color:#231815;
	background-color:#e7d8c2;
}
.top_reserve .btn:hover::after{
    border-top: solid 1px #231815;   /* 好みで色を変えてください */  
    border-right: solid 1px #231815;   /* 好みで色を変えてください */  
}

.p_jamp{display: block; padding-top:150px; margin-top: -150px;}

/*//////////////////////////////////////////////   Collection   //////////////////////////////////////////////*/

h1{
	font-size:58px;
	font-family: "Kumbh Sans", sans-serif;
}

.ttlbox{
	display:flex;
	justify-content: center;
	margin:148px 0;
}
.clctnbox{
	display:flex;
	column-gap:50px;
}
.rl{order:-1}
.clctnbox img{width:490px;}
.clctnbox div h3{
	font-family: 'Times New Roman', serif;
	font-size:28px;
	letter-spacing:.1em;
	position:relative;
	display:inline-block;
}
.clctnbox div h3 span{font-size:15px; font-weight:bold;letter-spacing:0;}
.by::after{
	content: url('img/by_itto.svg');
    display: block;
	position:absolute;
	top:-5px;
	right:-110px;	
}

.clctn_01{line-height:1.5; margin:40px 0;}
.lineup{
	font-size:14px;
	line-height:1.6;
}
.lineup caption{
	font-weight:bold;
	text-align:left;
}
.clctn_btn{
	display:flex;
	justify-content: center;
	margin:30px 0 100px;
}

/*//////////////////////////////////////////////   メールフォーム   //////////////////////////////////////////////*/

.form_kome{font-size:14px; margin-bottom:10px;}
#submit-btn:disabled{opacity:0.3;background-color:#fff; color:#231815;}
.mailform{
	width:100%;
	margin:0 auto;
	font-size:16px;
	text-align:left;
	line-height:1.5;
	border-top:solid 1px #999;
}
.mailform th{
	padding:20px;
	border-bottom:solid 1px #999;
	vertical-align:middle;
}
.mailform th span, .form_kome span{color:#F00;}
.mailform th p{font-size:70%; color:#999;}
.mailform td{
	padding:20px;
	border-bottom:solid 1px #999;
	vertical-align:middle;
}
.mailform textarea {resize:vertical;width:100%; min-width:100%;}

.thanks_sec{padding:55px 0 450px; text-align:center;}
.thanks_sec p{
	font-size:15px;
	line-height:1.5;
	text-align:left;
}
input{padding:5px;}

.send{
	text-align:center;
	margin-top:20px;
	
}
.send .btn{margin:0 auto 10px; width:260px;}
.send div{text-align:center; margin-bottom:50px; padding-bottom:10px;border-bottom:solid 1px #999;}
.send div p{display:inline-block;}
input[type=checkbox] {
	transform: scale(1.5);
	margin-right:10px;
	cursor: pointer; 
}
.send label{cursor: pointer;}
.form_btn{
	display:inline-block;
	width:138px;
	line-height:38px;
	font-size:16px;
	color:#fff;
	background-color:#231815;
	border:solid 1px #231815;
	cursor: pointer;
	transition: all 0.3s 0s ease;
}
.form_btn:hover{background-color:#fff; color:#231815;}
.r20{margin-right:20px;}

/*//////////////////////////////////////////////   Privacy Policy   //////////////////////////////////////////////*/

.tnksbox{padding:0 110px 110px;}
.tnksbox p{text-align:center;}

.ppbox{padding:0 110px 110px;}
.pp_ttl{margin-top:30px; font-weight:bold;}


/*//////////////////////////////////////////////   topへ戻る   //////////////////////////////////////////////*/

#js-pageTop {
  z-index: 100;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#fff;
  cursor: pointer;
  border: solid 2px #000;
  opacity:.3;
}
#js-pageTop:hover{opacity:.5;}
#js-pageTop a:before {
  position: absolute;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
  content: "";
  top: 25%;
  left: 25%;
  display: inline-block;
  background-color: #fff;
}

/*//////////////////////////////////////////////   footer   //////////////////////////////////////////////*/

footer{
	width:100%;
	min-width:1000px;
	position:sticky;
	top:100vh;
	top:100dvh;
	background-color:#231815;
	padding-top:75px;
}
.ft_in{
	min-width:920px;
	margin:0 40px;
	display: flex;
	justify-content: space-between;
	position:relative;
}
.ft_in img{width:248px;}
.ft_in ul{
	display: flex;
	flex-wrap: wrap;
	gap:20px 30px;
	font-family: "Kumbh Sans", sans-serif;
	width:418px;
}
.ft_in a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
}
.ft_in a:hover{opacity:.6;}
.ft_insta{
	position:absolute;
	right:0;
	bottom:0;
}
.ft_insta img{width:25px; margin-bottom:-6px;}

.ft_cpy{
	width:100%;
	margin-top:75px;
	color:#fff;
	font-size:12px;
	font-family: "Kumbh Sans", sans-serif;
	text-align:center;
	border-top:solid 1px #fff;
	padding:30px 0;
}

}

/*////////////////////////////////////////////////////////////////////////////////////////////   pc_end   ////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////   pc_end   ////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////   pc_end   ////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////   pc_end   ////////////////////////////////////////////////////////////////////////////////////////////*/


@media(max-width:600px){

html,body{
	min-height:100%;
	height:100%;
}

/*//////////////////////////////////////////////   ヘッダ   //////////////////////////////////////////////*/


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:20px;
	right: 20px;
	cursor: pointer;
    width: 50px;
    height:50px;
	background-color:#231815;
	border-radius:5px;
}
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }
.openbtn span:nth-of-type(1) {top:15px;}
.openbtn span:nth-of-type(2) {top:23px;}
.openbtn span:nth-of-type(3) {top:31px;}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2) {opacity: 0;}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/*========= ボタンのためのCSS ===============*/

.hdbox{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 8999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:90%;
    height: 100vh;/*ナビの高さ*/
	background-color:rgba(35,24,21,0.9);
    /*動き*/
	transition: all 0.4s;
}

/*アクティブクラスがついたら位置を0に*/
.hdbox.panelactive{right: 0;}


/*ナビゲーション*/
.hdbox>ul{
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

.hdbox>ul li{text-align: center;}

.hdbox>ul li a{
	color: #fff;
	text-decoration: none;
	padding:15px 18px;
	font-size:18px;
	display: block;
/*	text-transform: uppercase;*/
	letter-spacing: 0.1em;
	white-space: nowrap;
	font-family: "Kumbh Sans", sans-serif;
}
.hdbox>ul li.pcsty a{ font-weight:bold; color:#d0b286; text-indent:-1em;}
.hdbox>ul li.pcsty a::before {
	content: "▶︎ ";
}
.hdbox li:nth-child(2),.hdbox li:nth-child(8){border-top:solid 1px #fff; margin-top:12px; padding-top:12px;}

header{
	width:100%;
	background-color:#231815;
	padding:20px 0;
}

.hd_in img{height:50px; margin-left:20px; margin-top:10px;}


/*//////////////////////////////////////////////   NEWS/TOPICS   //////////////////////////////////////////////*/

.newsbox{
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	margin-top:30px;
	padding:20px 0;
}
.media_list{margin:0;}
.newsflex{
	display:flex;
	flex-direction:column;
	padding:30px 0;
}
.newsflex:not(:last-child) {
    border-bottom: solid 1px #ccc;
}
.txt_area{width:100%;}
.date{font-size:14px; margin-bottom:15px;}
.cat{
	border:solid 1px #000;
	padding:5px 30px;
	margin-right:2em;
}
.media_ttl{font-size:20px; line-height:1.4; margin-bottom:15px; font-weight:bold;}
.media_ttl a{text-decoration:none; color:#000;}
.newsflex a:hover{opacity:.7;}
.text p{font-size:16px; margin-bottom:20px;}
.eyecatch img{
	width:236px;
	height:134px;
	object-fit: cover;
}


/*//////////////////////////////////////////////   main   //////////////////////////////////////////////*/

#main{
	min-width:100%;
	margin:0 auto;
}

#sldr div{
	height:616px;
	width:100%;
	overflow:hidden;
	position:relative;
}
#sldr .slbg{
	width:100%;
	height:100%;
	object-fit: cover;
}
.sl01bg{object-position:55% 0;}
.sl04bg{object-position:10% 0;}
.sl05bg{object-position:30% 0;}
.sl07bg{object-position:85% 0;}

#sldr span{
	width:90%;
	height:616px;
	position:absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.sl_ov_01,.sl_ov_03,.sl_ov_05,.sl_ov_07{display:flex; align-items:flex-start; justify-content: right;}
.sl_ov_01 img{margin-top:20px; width:40%;}
.sl_ov_04 img{margin-top:20px; width:60%;filter: drop-shadow(0 0 3px rgba(255, 255, 255, 1)) drop-shadow(0 0 5px rgba(255, 255, 255, 1)) drop-shadow(0 0 10px rgba(255, 255, 255, 1)); }
.sl_ov_02 img{margin-top:20px; width:40%;}
.sl_ov_05 img{margin-top:20px; width:40%;}
.sl_ov_06 img{margin-top:20px;filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(158deg) brightness(105%) contrast(100%); width:40%;}
.sl_ov_07 img{margin-top:20px; width:40%;}

section{
	width:90%;
	margin:0 auto;
    opacity: 0;
    transition: opacity 1s;
}
.notrns{width:90%;margin:0 auto;}

.fade-in {opacity: 1;}
section h2{
	font-size:38px;
	font-family: "Kumbh Sans", sans-serif;
	margin-bottom:26px;
}

.top_lnk{
	width:100%;
	display:flex;
	flex-direction:column;
	gap:20px 0;
	margin:80px auto 150px;
}

.btn{
	display:block;
	text-decoration:none;
	text-align:center;
	width:100%;
	line-height:48px;
	font-size:16px;
	font-family: "Kumbh Sans", sans-serif;
	color:#fff;
	background-color:#231815;
	border:solid 1px #231815;
	position: relative;
	transition: all 0.3s 0s ease;
	text-indent:-1em;
}
.btn::after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #fff;   /* 好みで色を変えてください */  
    border-right: solid 1px #fff;   /* 好みで色を変えてください */  
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
	transition: all 0.3s 0s ease;
}

.newsbox{
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	margin-top:30px;
}

.top_about{
	margin-top:200px;
	display: flex;
	flex-direction:column;
}
.top_about br{display:none;}
.top_about img{width:60%; margin:30px auto 0;}

.bg{position:relative;}
.bg::before {
  content: "";
  position: absolute;
  bottom:115px;
  left: 0;
  width: 85%;
  height: 75%;
  background-color: #e8e6e6;
  z-index: -1;
}
.top_scene{margin-top:200px;}
.scenebox{display:flex; flex-direction:column; row-gap:50px; margin-top:50px; padding-bottom:55px;}
.sceneitem{width:100%;}
.sceneitem img{width:100%; vertical-align:bottom;}
.sceneitem div{
	width:100%;
	background-color:#fff;
	text-align:center;
	padding:20px;
	box-sizing:border-box;
}
.sceneitem div h3{
	margin:0 0 15px;
	font-size:20px;
	font-weight:bold;
}
.sceneitem div p{text-align:center;}
.scene_lnk{	display:flex;justify-content: center; margin-top:65px;}

.top_access{margin-top:200px;}
.map{
	display: flex;
	flex-direction:column;
	gap:20px 0;
	margin-bottom:155px;
}
.map b{font-size:20px; font-weight:bold; border-bottom:solid 1px #000; padding-bottom:5px;}
.map span{font-size:12px;}
.gmap{width:100%; height:373px; background-color:#ccc;}
.route{font-size:14px; line-height:1.5;}


.bg2{background-color: #e8e6e6; padding:75px 0;}
.top_reserve{display: flex;flex-direction:column;}
.top_reserve img{ width:100%;}
.top_reserve div{
	width:100%;
	background-color:#fff;
	text-align:center;
	display: flex;
	flex-direction:column;
	justify-content: center;/*横の中央寄せ*/
	align-items: center;/*縦の中央寄せ*/
	padding:30px 0;
}
.top_reserve h4{
	font-size:24px;
	line-height:1.5;
	margin-bottom:25px;
}
.top_reserve .btn{
	display:block;
	text-decoration:none;
	text-align:center;
	width:180px;
	line-height:48px;
	font-size:16px;
	font-family: "Kumbh Sans", sans-serif;
	color:#fff;
	background-color:#c29d66;
	border:solid 1px #c29d66;
	position: relative;
	transition: all 0.3s 0s ease;
}
.top_reserve .btn::after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #fff;   /* 好みで色を変えてください */  
    border-right: solid 1px #fff;   /* 好みで色を変えてください */  
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
	transition: all 0.3s 0s ease;
}

.p_jamp{display: block; padding-top:70px; margin-top: -70px;}

/*//////////////////////////////////////////////   Collection   //////////////////////////////////////////////*/

h1{
	font-size:40px;
	font-family: "Kumbh Sans", sans-serif;
}

.ttlbox{
	display:flex;
	flex-direction:column;
	margin:100px auto;
	text-align:center;
}
.clctnbox{
	display:flex;
	flex-direction:column;
	column-gap:50px;
}
/*.rl{order:-1}*/
.clctnbox img{width:100%; margin-bottom:20px;}
.clctnbox div h3{
	font-family: 'Times New Roman', serif;
	font-size:28px;
	letter-spacing:.1em;
	position:relative;
	display:inline-block;
}
.clctnbox div h3 span{font-size:15px; font-weight:bold;letter-spacing:0;}
.by::after{
	content: url('img/by_itto.svg');
    display: block;
	position:absolute;
	top:-5px;
	right:-110px;	
}

.clctn_01{line-height:1.5; margin:40px 0;}
.lineup{
	font-size:14px;
	line-height:1.6;
}
.lineup caption{
	font-weight:bold;
	text-align:left;
}
.clctn_btn{
	display:flex;
	justify-content: center;
	margin:30px 0 100px;
}

/*//////////////////////////////////////////////   メールフォーム   //////////////////////////////////////////////*/

.form_kome{font-size:14px; margin-bottom:10px;}

.mailform{width:100%; margin:0 auto; text-align:left; font-size:16px; line-height:1.5;}
.mailform th{
	vertical-align:middle;
	display:block;
	background-color:rgba(51,51,51,.2);
	padding:5px 10px;
	border-radius:5px;
	box-sizing:border-box;
}
.mailform th span, .form_kome span{color:#F00;}
.mailform td{
	line-height:1.5;
	padding:10px 0 30px;
	text-align:justify;
	vertical-align:middle;
	display:block;
	box-sizing:border-box;
}
.mailform textarea{resize:vertical;width:100%; min-width:100%;}

#submit-btn:disabled{opacity:0.3;background-color:#fff; color:#231815;}
input{padding:5px;}
input[type=checkbox] {
  transform: scale(1.5);
  margin-right:10px;
}

.send{
	text-align:center;
	margin-top:20px;
}
.send .btn{margin:0 auto 20px; width:260px;}
.send div{text-align:center; margin-bottom:50px; padding-bottom:30px;border-bottom:solid 1px #999;}
.send div p{display:inline-block;}
.form_btn{
	display:inline-block;
	width:138px;
	line-height:38px;
	font-size:16px;
	color:#fff;
	background-color:#231815;
	border:solid 1px #231815;
	cursor: pointer;
	transition: all 0.3s 0s ease;
}
.r20{margin-right:20px;}


/*//////////////////////////////////////////////   Privacy Policy   //////////////////////////////////////////////*/

.tnksbox{padding-bottom: 110px;}
.tnksbox p{text-align:center;}

.ppbox{padding-bottom: 110px;}
.pp_ttl{margin-top:30px; font-weight:bold;}


/*//////////////////////////////////////////////   topへ戻る   //////////////////////////////////////////////*/


#js-pageTop {
  z-index: 1000;
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#fff;
  cursor: pointer;
  border: solid 2px #000;
  opacity:.3;
}
#js-pageTop a:before {
  position: absolute;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
  content: "";
  top: 25%;
  left: 25%;
  display: inline-block;
  background-color: #fff;
}


/*//////////////////////////////////////////////   フッタ   //////////////////////////////////////////////*/


footer{
	width:100%;
	position:sticky;
	top:100vh;
	top:100dvh;
	background-color:#231815;
	padding-top:50px;
	box-sizing:border-box;
}
.ft_in{
	width:90%;
	margin:0 auto;
	display: flex;
	position:relative;
}
.ft_in img{height:50px;}
.ft_in ul{
	display:none;
}
.ft_in a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
}
.ft_insta{
	position:absolute;
	right:0;
	top:0;
}
.ft_insta img{width:30px; margin-bottom:-6px;}

.ft_cpy{
	width:100%;
	margin-top:50px;
	color:#fff;
	font-size:12px;
	font-family: "Kumbh Sans", sans-serif;
	text-align:center;
	border-top:solid 1px #fff;
	padding:30px 0;
}


}