@charset "utf-8";
html {font-size: 62.5%; background-color: #EBEBEB; padding: 0;}
body{padding: 0; margin-top: 0;}
a{color: #000; text-decoration: none;}

#UT_wrap {
	clear: both;
	width:600px;
	/*max-width: 750px;*/
	padding: 5% 0 5%;
	margin:0 auto -2%;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	font-family: 'Noto Serif JP', serif;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	color: #000000;	
	background-color: #fff;
}


#UT_wrap .main {
	width: 100%;
	margin:0 auto 0;
	padding: 0;
	/*background-color: #f6f5ef;*/
}


.Lead_pc {
	width: 78%;
	margin: 8% auto 12%;
	display: block;
	text-align:left;
	font-size:15px;
	padding:0 ;
	line-height:2em;
}

.Lead_sp {display: none;}


.sp {display:none;}
.clear {clear:both;}
.bold {font-size: 125%; font-weight: bold;}


/*#UT_wrap h1{margin: 15% auto 3%; font-size: 3rem; font-weight: 500; letter-spacing: 2px; text-align: center; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"}
#UT_wrap h2{margin: 10% auto 3%; font-size: 2rem; font-weight: 500; letter-spacing: 1px; text-align: center; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"}*/
.ind{padding-left:1.2em; text-indent:-1.2em;}


.item_BOX1{width: 100%; margin: 0 auto 5%; position: relative; z-index: 10;}
.item_BOX2{width: 70%; margin: 0 0 5% 25%; }


.cmt1{width: 100%; font-size: 10px; color: #000; text-align: right; z-index: 100;}
.tategaki{ position: absolute; top: 35%; left: -40%; transform: rotate(-90deg);}
.yoko{width: 90%; margin: 0 0 2% 5%;  }

.item_BOX3{width: 100%; margin: 0 auto 5%; position: relative; z-index: 10;}
.cmt2{width: 100%; font-size: 10px; color: #fff; text-align: center; z-index: 100; position: absolute; top: 6%; }
.cmt3{width: 85%; font-size: 10px; color: #fff; text-align:right; z-index: 100; position: absolute; top: 40%;  left: -38%;}

.item_BOX4{width: 100%; margin: 0 auto 5%; overflow: hidden; z-index: 10; position: relative;}
.cmt4{width: 100%; font-size: 10px; color: #000; text-align: center; z-index: 100; position: absolute; top: 27%; left: -35%;  transform: rotate(-90deg);}
.item4_1{width: 80%; margin: 0 0 5%; float: right;}
.item4_2{width: 40%; margin: 0; float: left;}

.item_BOX5{width: 80%; margin: 0 19% 0 0; }
.cmt5{width: 100%; margin: 3% auto; font-size: 10px; color: #000; text-align: center; z-index: 100;}


.credit_BOX{
	width: 40%;
	margin: 5% 0 20% 57%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
}
.credit_BOX2{
	width: 95%;
}

.credit_BOX4{
	width: 40%;
	float: right;
	margin: 30% 2% 20% 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
}
.item_n{width: 27%; margin: 0 auto; box-sizing: border-box; font-size: 14px;}
.item_p{width: 41%;	margin: 0 auto;	box-sizing: border-box; font-size: 13px;}
.buybtn{width: 32%;	margin: 0 auto;	box-sizing: border-box;}
.tax{font-size: 70%;}
.coming{ color: #000; background-color: #B1B1B1; text-align: center; font-weight: 500; font-size: 10px; padding: 5px 0;}
/*.cmt3{width: 100%; margin: 2% 0 0; font-size: 12px; text-align: right; }*/



.btn_BOX{width: 80%; margin: 20% auto 5%;}
.logo_BOX{width: 30%; margin: 20% auto 1%;}
.staff_credit{width: 100%; margin: 20% auto; text-align: center; font-size:  14px; line-height: 1.7em;}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 2% auto 8%;
	font-weight: 500;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 100%;
    /*border: #bcdacd 1px solid;*/
    color: #fff;
    text-align: center;
    margin: 5% auto;
    display: inline;
    padding: 4px 0px;
    font-size: 14px;
    background-color: #000;
	font-family: 'Noto Sans JP', sans-serif; 
	letter-spacing: 2px;
}

.btn-1:hover {
	color: #fff;
	background-color: #767676;
	/*border: solid 1px #767676;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 2 */
.btn-2 {
	width: 100%;
   /* border: #e5790f 1px solid;*/
    color: #fff;
    text-align: center;
    margin: 0% auto 5%;
    display: block;
    padding: 15px 0px;
    font-size: 1.9rem;
    background-color: #000;
	letter-spacing: 2px;
	border-radius: 45px;
}

.btn-2:hover {
	color: #fff;
	background-color: #5A5A5A;
	/*border: solid 1px #707070;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.img_box {width: 100%; margin: 0 auto 2%;}


 /*--スライダーの位置とサイズ調整--*/
  .slider{
	width:90%;
	margin:0 auto;
  }

  /*--------画像サイズ調整---------*/
  img{
	width:100%;
  }
  
  /*-----------height調整----------*/
  .slick-slide{
	  height:auto!important;
  }

.slider {
  position: relative;  
}

.slick-dots {
  position: absolute!important;
  top: 0!important;
  right: -30px!important; /* スライダーの右側に30pxオフセット */
	left:100%;
  display: flex!important;
  flex-direction: column!important; /* 縦並びにする */
  justify-content: flex-start!important;
  height: 100%; /* スライダー全体の高さをカバー */
	width: 5%!important;
}



.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}



.slick-dots li {margin: 0 5px 15px!important; /* ドット間のスペースを調整可能 */}

.slick-dots li button {
  width: 5px!important; /* ボタンのサイズをカスタマイズ */
  height: 30px!important;
 /* border-radius: 50%; *//* 円形にする */
  background-color: gray; /* ボタンの色を変更可能 */
	padding: 2px!important;
}

.slick-dots li.slick-active button {
  background-color: black; /* アクティブボタンの色を変更可能 */
}


.slick-dots li button:before {
	 display: block;
    font-family: 'slick';
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px!important;
    height: 30px!important;
    content: ' '!important;
    text-align: center;
    opacity: .25;
	background-color:  black;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media only screen and (max-width: 750px) {
	html {background-color: #fff;}
	#UT_wrap {width:100%; margin:0 auto 20px;}
	#UT_wrap .main {width: 100%; margin:10% auto 0;}

	.pc {display:none;}
	.sp {display:block;}
	.Lead_pc {display: none;}

	.Lead_sp {
		width: 90%;
		display: block;
		text-align:left;
		font-size:14px;
		margin:10% auto 12%;
		line-height:2.2em;
	}
	
	/*#UT_wrap h1{margin: 15% auto 3%; font-size: 28px; letter-spacing: 1px;}
	#UT_wrap h2{margin: 10% auto 3%; font-size: 20px; letter-spacing: 1px;}*/
	
	.item_BOX2{width: 80%; margin: 0 0 5% 15%; position: relative; z-index: 10;}
	
	.credit_BOX{width: 63%;	margin: 5% 0 25% 35%;}
	.credit_BOX4{width: 51%; margin: 30% 1% 20% 0;}
	
	.item_n{ margin: 0 auto; font-size:14px; }
	.item_p{font-size: 13px;}
	.buybtn{margin: 0 auto;}

	.img_box {width: 100%;	height: 148vw;	margin: 0 auto 2%;}

	.logo_BOX{width: 30%; margin: 20% auto 5%;}

/* Button 1 */
	.btn-1 {
		width: 100%;
		margin: 5% auto;
		padding: 5px 0px;
		font-size: 13px;
	}
	
/* Button 2 */
	.btn-2 {
		width: 100%;
		margin: 0 auto 5%;
		padding: 10px 0px;
		font-size: 16px;
	}


}
