@charset "utf-8";

/*行の高さをフォントサイズと同じにしています*/


body {
    line-height:180%;
	font-size:16px;
	/*min-width: 1200px;*/
font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 500;
font-style: normal;
	cursor: default;
	letter-spacing: 0.1em;
	color: #000;
	background: #fff;
}

.snone,
.none{
	display: none;
}


.en{
	font-family: "Jost",sans-serif;
}


/* スクロールの幅の設定 */
html::-webkit-scrollbar {
width: 15px;
height: 10px;
}

/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: 0 0 4px #FDF7EC inset;
}

/* スクロールのつまみ部分の設定 */
html::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #AFAFAF;
}

html { scroll-behavior: smooth;}





#page_up{
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 10;
}

#page_up a{
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
}
#page_up a img{
	position: absolute;
}

#page_up a .icon01{
	right: 0;
	bottom: 10px;
	z-index: 3;
}

#page_up a .icon02{
	left: 15px;
	top: 10px;
	z-index: 2;
}

#page_up a .icon03{
	z-index: 1;
	left: 0;
	top: 0;
}
#page_up a:hover .icon01,
#page_up a:hover .icon03{
	animation: rotate-anime 1s linear infinite;
}




/*
#page_up a{
	transform: rotateZ( 0deg ) ;
	transition: .5s ;
	display: inline-block;
}

#page_up a:hover{
	transform: rotateZ( 360deg ) ;
}

*/


/*
.btn:hover{
	   animation: hurueru .5s  infinite;
}



@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
*/
/*拡大ボタン*/


.zbtn{
	transition: all  0.3s ease;
}

.zbtn:hover{
	transform: scale(1.05,1.05);
}

#pan{
     /*display: flex;
   width: 1070px;
    margin: auto;*/
    padding-top: 15px;
	padding-left: 20px;
    padding-bottom: 15px;
	margin-bottom: 35px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
}

#pan li a{
    text-decoration: none;
    color: #555;
	font-size: 14px;
}

#pan li a:hover{
    text-decoration: underline;
}

#pan li{
    color: #555;
}

ol#pan > li:before{
    content: "»";
    padding-right: 10px;
    padding-left: 10px;
}

ol#pan > li:first-child:before {
  content: none;
}

ol#pan br{
	display: none;
}




/**************************************************************************/

#up_btn{
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 9999;
}



/*************************************************/

.btns{
	width: 885px;
	margin: auto;
		position: relative;
    overflow: hidden;
}

.s_btn a{
	position: relative;
	overflow: hidden;
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 140%; }
    100% { left: 140%; }
}

.contactbtn a::after,
header #top_btn::after,
.s_btn a::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


.line_btn{
	text-align: center;
}

/**************************************/

header #header_rap{
	/*display: flex;
	justify-content: space-between;*/
	/*max-width: 1500px;
	margin: auto;*/
	position: absolute;
	z-index: 100;
	
}

header #header_rap #pagelogo,
header #header_rap h1{
	padding-left: 35px;
	padding-top: 20px;
	padding-bottom: 15px;
	filter: invert(100%);
}

header #nav_box{
	position: fixed;
	background-color: #FFFFFF;
	/*background-color: rgba(255,255,255,0.99);*/
	width: 100vw;
	height: 100vh;
	top: 0;
	display: none;
}

header #nav_box nav{
	padding-top: 100px;
}

header #nav_box nav ul{
	width: 210px;
	margin: auto;
}

header #nav_box nav li{
	text-align: center;
	margin-bottom: 30px;
}


header #nav_box nav ul li a{
	/*padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;*/
	/*font-size: 20px;*/
	display: block;
	font-size: 16px;
}

/*header #nav_box nav li.pnone a{
	color: #f00;
}*/

header #nav_box nav ul li.beauty{
	background: #ddd;
	border-radius: 10px;
	color: #878787;
	margin-left: 10px;
	margin-right: 10px;
}

header #nav_box nav ul li.beauty a{
	font-size: 14px;
}

header #nav_box nav ul li.pnone.close{
	/*font-size: 20px;*/
	font-size: 14px;
	color: #878787;
}

header #nav_box nav ul li.sns a img{
	width: 29px;
	height: auto;
}


header #header_tell{
	display: none;
}

/*******メニュー*******/

.menu_rap{
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 9999;
}

#menu{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  /*background:#661A00;*/
  background:#000;
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
}

/*ボタン内側*/
#menu span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
	
	height: 2px;
  background: #fff;
    width: 62%;
    left: 10px;
  }

/*#menu span:nth-of-type(1),
#menu span:nth-of-type(3) {
    height: 2px;
  background: #fff;
    width: 62%;
    left: 10px;
 }*/

#menu span:nth-of-type(1) {
  top:13px; 
}

#menu span:nth-of-type(2) {
  top:24px;
  /*left:9px;
  font-size:0.6rem;
  text-transform: uppercase;
  color: #fff;*/
}

#menu span:nth-of-type(3) {
  top:36px;
}

#menu.bk span:nth-of-type(1),
#menu.bk span:nth-of-type(2),
#menu.bk span:nth-of-type(3){
	background: #000;
}
/*#menu.bk span:nth-of-type(2){
	color: #000;
}*/


#menu.active{
	background: #fff;	
}

/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/
#menu.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
	 background: #000;
}

#menu.active span:nth-of-type(2) {
  opacity: 0;
	 background: #000;
}

#menu.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
	 background: #000;
}

/******************************************/



#keyimg{
	/*background: url("../img/keyimg.webp") center center no-repeat;*/
	background: #000;
	background-size: cover;
}

#keyimg .keyimg_rap{
	padding-left: 20px;
	height: 320px;
	margin: auto;
	display: flex;
	align-items: center;
}

#keyimg .keyimg_rap h1{
	font-size: 30px;
	color: #fff;
	font-family: "MS 明朝", serif;
	text-shadow: 1px 1px 2px #000;
}

/*#footer_btns{
	height: 280px;
	margin-bottom: 50px;
}*/

#footer_btns .box01{
	width : 100%;
	background: #ddd;
	/*height: 100%;*/
	padding-top: 50px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer_btns .box02{
	width : 100%;
	background: #ddd;
	/*height: 100%;*/
	padding-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer_btns a{
	color: #000;
	font-weight: bold;
	text-align: center;
	width: 310px;
	height: 70px;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url( "../img/arrow02_b.svg") center right 20px no-repeat #fff;
	background-size: 9px;
}

#footer_btns a:hover{
	color: #fff;
	background: url("../img/arrow02.webp") center right 50px no-repeat #000;
}


footer{
	/*background: #661A00;*/
	background: #fff;
	color: #000;
	padding-top: 35px;
}

footer a{
	color: #000;
}

footer #footer_rap{
	margin-bottom: 35px;
}

footer #footer_rap .box01{
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

footer #footer_rap .footer_logo{
	margin-right: 20px;
}

footer #footer_rap .box01 dt{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

footer #footer_rap .box01 dd{
	font-size: 14px;
}

footer #footer_rap .box02{
	display: flex;
	/*justify-content: center;*/
	justify-content: space-around;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*footer #footer_rap .box02 ul{
	margin-right: 15px;
}*/

footer #footer_rap .box02 ul li{
	margin-bottom: 10px;
}

footer #footer_rap .box02 ul li a{
	background: url( "../img/arrow02_b.svg") center left no-repeat;
	background-size: 9px;
	padding-left: 20px;
}

footer #footer_rap .box02 ul li.beauty{
	background: #ddd;
	border-radius: 10px;
	font-size: 14px;
}

footer #footer_rap .box02 ul li.beauty a{
	background: none;
	color: #878787;
	padding-left: 10px;
	padding-right: 10px;
}

footer #footer_rap .box02 ul li.sns a{
	background: none;
	padding-left: 0;
}

footer #footer_rap .box02 ul li.sns a img{
	width: 29px;
	height: auto;
	/*padding-top: 2px;*/
}

footer #copy{
	font-size: 13px;
	text-align: center;
	display: block;
	letter-spacing: -1px;
	font-weight: bold;
}