@charset "UTF-8";

/*開閉用ボタン（ハンバーガーボタン）*/
.menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    border: none;
    cursor: pointer;
    z-index: 9999!important;
    background: transparent;
    font-family: "Jost",'Noto Sans JP', sans-serif;
}


.menu-btn,
.menu-btn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-btn span {
  position: absolute;
  left: 35%;
  width: 30%;
  height: 1px;
  background-color: #333333;
}
.menu-btn span:nth-of-type(1) {
  top: 42px;
}

.menu-btn span:nth-of-type(2) {
  top: 50px;
}
.menu-btn::after {
    position: absolute;
    left: 0;
    bottom: 15px;
    content: '';
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 0.8rem;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: all .4s;
    letter-spacing: 2px;
}
	
.open .menu-btn::after {
  content: '';
}
.open .menu-btn span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
    background-color: #FFF;
}

.open .menu-btn span:nth-of-type(2) {
  transform: translateY(-4px) rotate(45deg);
     background-color: #FFF;
}


/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
-webkit-transition: all .5s;
transition: all .5s;
visibility: visible;
opacity: 1;
}
.open .menu-btn {
border-color: #FFF;
}
.open .menu-btn-line{
background-color: transparent;
}
.open .menu-btn-line::before,
.open .menu-btn-line::after {
top: 0;
background: #fff
}
.open .menu-btn-line::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.open .menu-btn-line::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}


/**** MENU CONTENTS SETTING *****/
.menu {
position: fixed;
justify-content: center;
top: 0;
left: 0;
width: 100%;
height: 90%;
background:url("../images/common/bg_menu.jpg") no-repeat center top;
background-size: cover;
-webkit-transition: all .5s;
transition: all .5s;
visibility: hidden;
opacity: 0;
z-index: 100;
overflow-y: scroll;
margin: auto;
padding: 5% 0;
text-align: center;
color: #FFF;
}

.menu a img:hover {
    background: none;
}
.menu .img_box {
    max-width: 250px;
    margin: 1.8rem auto;
}
.menu .txt_en {
    letter-spacing: 5px;
}
header .category_name,
header .category .category_name a {
    font-family: "Jost",'Noto Sans JP', sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 5px;
}
header .cat_box {
	width: 70%;
	margin: 5.0rem auto 2.0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;;

} 

header .category {
	list-style-type: none;
    width: calc((100% - 10%) / 3); 
    margin: 0 auto 3.0rem auto;
}

header .category li {
	margin-bottom: 2rem;
	
}

header .category li a {
	display: block;
    font-size: 1.2rem;
    letter-spacing: 5px;
	color: #FFF;
	width: auto;
	line-height: 1.2;
}

header .category .btn {
	width: 100%;
}

header .btn_list {
    margin-bottom: 5.0rem;
}



@media screen and (max-width: 767px) {


.menu-btn {
   position: fixed;
   top: 0;
   right: 0;
   width: 50px;
   height: 50px;
   border: none;
   cursor: pointer;
   z-index: 9999!important;
}
.menu-btn span {
  position: absolute;
  left: 35%;
  width: 40%;
  height: 1px;
  background-color: #333333;
}	
.menu-btn span:nth-of-type(1) {
  top: 15px;
}

.menu-btn span:nth-of-type(2) {
  top: 23px;
}

.menu-btn::after {
  position: absolute;
  left: 0;
  bottom: 10px;
  content: '';
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 0.6rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
	letter-spacing: 1px;
}
		
	
	
/**** MENU CONTENTS SETTING *****/
.menu {
position: fixed;
justify-content: center;
top: 0;
left: 0;
width: 90%;
height: 100%;
background:url("../images/common/bg_menu.jpg") no-repeat center top;
background-size: cover;
-webkit-transition: all .5s;
transition: all .5s;
visibility: hidden;
opacity: 0;
z-index: 100;
overflow-y: scroll;
margin: auto;
padding: 5%;
text-align: center;
color: #FFF;
}

.menu a img:hover {
    background: none;
}
.menu .img_box {
    max-width: 150px;
    margin: 1.8rem auto;
}
.menu .txt_en {
    letter-spacing: 5px;
}
header .category_name,
header .category .category_name a {
    font-family: "Jost",'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 5px;
}
header .cat_box {
	width: 100%;
	margin: 5.0rem auto 2.0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;;

} 

header .category {
	list-style-type: none;
    width: calc((100% - 10%) / 1); 
    margin: 0 auto 3.0rem auto;
}

header .category li {
	margin-bottom: 1.5rem;
	
}

header .category li a {
	display: block;
    font-size: 1.0rem;
    letter-spacing: 5px;
	color: #FFF;
	width: auto;
	line-height: 1.2;
}

header .category .btn {
	width: 100%;
}

header .btn_list {
    margin-bottom: 5.0rem;
}


	

}