/*# PC用メニュー　全体 */

.pc-nav {
    width: 100%;
	background-color: #fff;
	position:fixed;
	z-index: 1000;
	top: 0;
	height: 150px;
}

.pc-nav-w1 {
	position: relative;
    width: 100%;
	height: 85px;
}

.pc-nav-w2 {
	position: relative;
    width: 100%;
	height: 65px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

@media screen and (max-width:1300px) {
	
.pc-nav {
	height: 100px;
}
	
.pc-nav-w1 {
	height: 60px;
}

.pc-nav-w2 {
	height: 40px;
}
	
}

@media screen and (max-width:1100px) {
	
.pc-nav {
	height: 110px;
}
	
.pc-nav-w1 {
	height: 60px;
}

.pc-nav-w2 {
	height: 50px;
}
	
}

/*# PC用メニュー、細かい設定 */

.pc-nav01 {
	font-size: 0;
	position:absolute;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.pc-nav01 h1.p-h-logo1 {
    width: 160px;
	display: inline-block;
	vertical-align:middle;
}

@media screen and (max-width:1300px) {
	
.pc-nav01 {
	left: 20px;
}

.pc-nav01 h1.p-h-logo1 {
    width: 100px;
}
	
}

@media screen and (max-width:1100px) {
	
.pc-nav01 {
	left: 20px;
	top: 20px;
	transform: none;
	-webkit- transform: none;
}
	
}

ul.pc-nav02 {
	position:absolute;
	top: 18px;
	right: 100px;
	font-size: 0;
}

ul.pc-nav02 li {
	text-align: right;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 1px;
	font-weight: 300;
	color: #595959;
}

ul.pc-nav03 {
	text-align: right;
	position:absolute;
	top: 40px;
	right: 90px;
	font-size: 0;
}

ul.pc-nav03 li {
	position:relative;
	display: inline-block;
	font-size: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	letter-spacing: 2px;
	font-weight: 300;
	color: #595959;
}

ul.pc-nav03 li:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	left: 0px;
	background-color: #000;
}

ul.pc-nav03 li:first-of-type:before {
	background-color: #fff;
}

ul.pc-nav04 {
	text-align: right;
	font-size: 0;
	display: block;
	margin-top: 14px;
	margin-right: 22px;
	margin-left: auto;
}

ul.pc-nav04 li {
	display: inline-block;
	border : solid 1px #b0051c ;
	text-align: center;
	position:relative;
	vertical-align:middle;
    overflow: hidden;
}

/*hoverした際の移動のアニメーション*/
ul.pc-nav04 li:hover::before {
  animation: shine 1s;
}

ul.pc-nav04 li::before {
  content: '';
    /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
    /*キラッと光る形状*/
    width: 30%;
  height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(176,5,28,.3) 100%);
  transform: skewX(-25deg);
}

ul.pc-nav04 li span {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 2px;
	font-weight: 300;
	padding: 8px 20px 8px 5px;
	vertical-align:middle;
}

ul.pc-nav04 li img {
    width: 30px;
	height: auto;
	display: inline-block;
	margin-left: 5px;
	vertical-align:middle;
}

ul.pc-nav04 li + li{
	margin-left: 22px;
}

ul.pc-nav04 br {
	display: none;
}

ul.pc-nav02 a {
	padding: 10px 10px;
}

ul.pc-nav03 a {
	padding: 10px 20px;
}

ul.pc-nav04 a {
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
    z-index: 2;
}

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

ul.pc-nav02 {
	top: 20px;
	right: 100px;
}

ul.pc-nav02 li {
	font-size: 1.3rem;
}

ul.pc-nav03 {
	top: 45px;
	right: 90px;
}

ul.pc-nav03 li {
	font-size: 1.4rem;
}
	
ul.pc-nav03 li img {
    width: 25px;
	margin-right: 5px;
}
	
}

@media screen and (max-width:1300px) {
	
ul.pc-nav02 {
	top: 10px;
	right: 80px;
}
	
ul.pc-nav03 {
	top: 30px;
	right: 70px;
}
	
ul.pc-nav02 a {
	padding: 8px 10px;
}
	
ul.pc-nav03 a {
	padding: 8px 20px;
}
	
ul.pc-nav03 li {
	font-size: 1.3rem;
}
	
ul.pc-nav04 {
	margin-top: 6px;
	margin-right: 15px;
}
	
ul.pc-nav04 li {

}
	
ul.pc-nav04 li span {
	font-size: 1.2rem;
	padding: 5px 20px 5px 5px;
}
	
ul.pc-nav04 li img {
    width: 20px;
	height: auto;
	margin-right: 3px;
}
	
}

@media screen and (max-width:1100px) {
	
ul.pc-nav02 {
	display: none;
}
	
ul.pc-nav03 {
	display: none;
}
	
ul.pc-nav04 {
	width: 100%;
	font-size: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
}
	
ul.pc-nav04 li {
	width: 25%;
	height: 50px;
	border : none 0px #b0051c ;
	position:relative;
	z-index: 1;
}
	
/*hoverした際の移動のアニメーション*/
ul.pc-nav04 li:hover::before {
  animation: none;
}
	
ul.pc-nav04 li:link,
ul.pc-nav04 li:visited,
ul.pc-nav04 li:active {color: #000; text-decoration: none;} 

ul.pc-nav04 li:hover {color: #B0051C; transition: .7s;}
	
ul.pc-nav04 li span {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 1;
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 1.2;
	text-align: center;
	padding: 0;
}
	
ul.pc-nav04 li + li{
	margin-left: 0px;
}
	
ul.pc-nav04 li:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	left: 0px;
	background-color: #000;
}
	
ul.pc-nav04 li:first-of-type:before {
	background-color: #fff;
}
	
ul.pc-nav04 li img {
	display: none;
}
	
ul.pc-nav04 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
	
ul.pc-nav04 br {
	display: block;
}
	
}

@media screen and (max-width:768px) {
	
ul.pc-nav04 li span {
	font-size: 1.0rem;
}

}

ul.pc-nav02 li a:link,
ul.pc-nav02 li a:visited,
ul.pc-nav02 li a:active,
ul.pc-nav03 li a:link,
ul.pc-nav03 li a:visited,
ul.pc-nav03 li a:active {
	color: #595959;
	text-decoration: none;
} 

ul.pc-nav02 li a:hover,
ul.pc-nav03 li a:hover {
	color: #B0051C; transition: .7s;
}


.pc-nav-w1 .i-e {
	font-size: 0;
    width: 120px;
	position:absolute;
	top: 42px;
	right: 84px;
}

.pc-nav-w1 .i-e .i {
	display: inline-block;
    width: 33px;
}

.pc-nav-w1 .i-e .i + .i {
	margin-left: 10px;
}

@media screen and (max-width:1300px) {
	
.pc-nav-w1 .i-e {
    width: 91px;
	top: 35px;
	right: 70px;
}

.pc-nav-w1 .i-e .i {
	display: inline-block;
    width: 25px;
}
	
.pc-nav-w1 .i-e .i + .i {
	margin-left: 8px;
}
	
}

@media screen and (max-width:1100px) {
	
.pc-nav-w1 .i-e {
    width: 91px;
	top: 18px;
	right: 70px;
}
	
}

/*# ハンバーガーメニュー */

/* ハンバーガークリック後、開閉する動き */

    #nav {
    position: fixed;
    top: 86px;
    right: 0;
    z-index: 14000;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    transition: all 0.3s ease-in-out;
    visibility:hidden;
    }

    #nav.active{
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    }


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

    #nav {
    top: 61px;
    }
	
}

@media screen and (max-width:1100px) {
	
    #nav {
    top: 70px;
    }
	
}

/* PC版のハンバーガー内文字*/
#nav div.m{
	margin-top: 15px;
	text-align: left;
    display: block;
	margin-right: auto;
	margin-left: auto;
    position: relative;
	font-size: 1.6rem;
}

#nav div.m a:link,
#nav div.m a:visited,
#nav div.m a:active{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #595959;
}

#nav div.m a:hover{
	color: #A61F24;
	text-decoration: none;
}

#nav div.l{
    width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #595959;
	margin-top: 30px;
	margin-bottom: 30px;
}

#nav div.s{
    width: 100%;
	text-align: left;
    display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
    position: relative;
	font-size: 1.4rem;
}

#nav div.s a:link,
#nav div.s a:visited,
#nav div.s a:link{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #595959;
}

#nav div.s a:hover{
	color: #A61F24;
	text-decoration: none;
}

#nav div.s + .s{
	margin-top: 15px;
}

#nav div.p{
    width: 24%;
	display: inline-block;
	background-color: #fff;
	font-size: 1.3rem;
	padding: 0 8px 8px 8px;
	text-align: center;
	border-radius: 10px;
    position: relative;
    overflow: hidden;
	border : solid 1px #333 ;
	line-height: 1.3;
}

#nav div.p + .p{
	margin-left: 1%;
}

/*キラキラのエフェクト*/
#nav div.p::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
    /*キラッと光る形状*/
	width: 30%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(176,5,28,.3) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
#nav div.p:hover::before {
	animation: shine 1s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#nav div.p img{
    width: 40px;
	margin-right: auto;
	margin-left: auto;
}

#nav div.p a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

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

#nav div.m{
	margin-top: 15px;
	font-size: 1.5rem;
}

#nav div.p{
    width: 24%;
	display: inline-block;
	background-color: #fff;
	font-size: 1.3rem;
	padding: 0 3px 8px 3px;
}

#nav div.p + .p{
	margin-left: 1%;
}

}

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

#nav div.p{
    width: 24%;
	display: inline-block;
	background-color: #fff;
	font-size: 1rem;
	padding: 0 2px 5px 2px;
}

#nav div.p + .p{
	margin-left: 1%;
}
	
}

body.is-fixed .nav--typeA {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.fullscreenmenu{
    display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}

.nav-erea{
	position:relative;
    width: 100%;
	background-color: #fff;
	vertical-align:top;
	padding: 40px 100px;
	font-size: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

.nav-erea{
	padding: 40px 50px;
}
	
}

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

.nav-erea{
	padding: 20px 20px;
}
	
}

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

.nav-erea{
	padding: 10px 20px 20px;
	height: 100%;
　　 overflow-y: scroll;
}
	
}

.nav-waku1{
	position:relative;
    width: 25%;
	display: inline-block;
	vertical-align:top;
}

.nav-waku2{
	position:relative;
    width: 70%;
	display: inline-block;
	vertical-align:top;
	margin-left: 5%;
}

@media screen and (max-width:768px) {
	
.nav-waku1{
    width: 100%;
	display: block;
}
	
.nav-waku2{
    width: 100%;
	display: block;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 150px;
}
	
}

@media screen and (max-width:768px) {
	
.sp-m-waku {
	background-color: #FAF0FF;
	padding: 0 10px 10px;
	margin-top: 20px;
}
	
/* スマホ版のハンバーガー内文字*/
#nav .sp-m-waku div.l{
    width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
#nav .nav-waku1 div.m,
#nav .nav-waku1 div.s{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	margin-top: 15px;
	font-size: 1.4rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 15px;
	position:relative;
}

#nav .nav-waku1 div.m:before,
#nav .nav-waku1 div.s:before {
  content: "";
  margin: auto;
  position: absolute;
  bottom: 10px;
  right: 12px;
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #707070;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 0px solid #707070;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

#nav .nav-waku1 div.m:after,
#nav .nav-waku1 div.s:after { /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 20px; /* 棒の長さ */
  height: 1px; /* 棒の太さ */
  background: #707070;　 /* 棒の色 */
}
	
#nav .nav-waku1 div.l{
	display: none;
}
	
}

.sp-logo1{
    width: 200px;
	display: block;
}

.sp-logo2{
    width: 200px;
	display: block;
}

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

.sp-logo1{
    width: 150px;
}

.sp-logo2{
    width: 150px;
}
	
}

@media screen and (max-width:768px) {
	
.sp-logo1{
	display: none;
}
	
.sp-logo2{
    width: 150px;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
	
}

.nav-waku2-3w{
    width: 33.333%;
	display: inline-block;
	vertical-align:top;
}

@media screen and (max-width:768px) {
	
.nav-waku2-3w{
    width: 32%;
	display: inline-block;
	vertical-align:top;
}

.nav-waku2-3w + .nav-waku2-3w{
	margin-left: 2%;
}

.nav-waku2-3w:nth-of-type(1){
    width: 25%;
	display: inline-block;
	vertical-align:top;
}

.nav-waku2-3w:nth-of-type(2){
    width: 46%;
	display: inline-block;
	vertical-align:top;
}

.nav-waku2-3w:nth-of-type(3){
    width: 25%;
	display: inline-block;
	vertical-align:top;
}
	
#nav .nav-waku2-3w div.m{
	margin-top: 10px;
	font-size: 1.2rem;
	padding-bottom: 5px;
}
	
}

.nav-waku2-2w{
    width: 20%;
	display: inline-block;
	vertical-align:top;
}

@media screen and (max-width:768px) {
	
.nav-waku2-2w{
    width: 100%;
	display: block;
}
	
#nav .nav-waku2 div.s{
	display: inline-block;
	font-size: 1.2rem;
	margin-top: 0px;
	padding-bottom: 0;
}
	
#nav .nav-waku2 div.s:nth-of-type(1){
    width: 25%;
}
	
#nav .nav-waku2 div.s:nth-of-type(2){
    width: 46%;
	margin-left: 2%;
}

#nav .nav-waku2 div.s:nth-of-type(3){
    width: 25%;
	margin-left: 2%;
}
	
}

.nav-waku2-8wsp{
	display: none;
}

.nav-waku2-8w{
    width: 80%;
	display: inline-block;
	vertical-align:bottom;
}

@media screen and (max-width:768px) {
	
.nav-waku2-8wsp{
    width: 100%;
	display: block;
	margin-top: 20px;
}

.nav-waku2-8wsp .i{
    width: 30px;
	display: inline-block;
	margin-right: 10px;
    position: relative;
}

.nav-waku2-8w{
	display: none;
}
	
}



/* アコーディオン設定 */

.nav-waku2 .accordion .toggle {
display: none;
}

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

.nav-waku2 .accordion {
margin: 3em auto;
width: 100%;
}
.nav-waku2 .accordion .toggle {
display: none;
}
.nav-waku2 .accordion .option {
position: relative;
margin-bottom: 1em;
}
.nav-waku2 .accordion .title,
.nav-waku2 .accordion .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.nav-waku2 .accordion .title {
	font-size: 16px;
padding: 1em;
display: block;
font-weight: bold;
	margin-bottom: 10px;
}
.nav-waku2 .accordion .title::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: bold;
	font-size: 16px;
  position: absolute;
  right: 1.25em;
  top: 1.1em;
color: #000000;
}

.nav-waku2 .accordion .content {
max-height: 0;
overflow: hidden;
}

.nav-waku2 .accordion .toggle:checked + .title {

}

.nav-waku2 .accordion .toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}

.nav-waku2 .accordion .toggle:checked + .title::after {
  content: "\f068";
}
	
}


/* ハンバーガーのボタン部分と開閉アニメーション*/

.navimenu,
    .navimenu span {
    display: inline-block;
    -webkit-transition:all .4s;
    transition: all .4s;
    }

    .navimenu {
      position: fixed;
      top: 0px;
      right:  10px;
      width: 80px;
      height: 80px;
      z-index: 15000;
	cursor: pointer;
    }

    .navimenu span {
    position: absolute;
    left: 24px;
    right: 24px;
    width: 28px;
    height: 1px;
    background-color: #595959;
    z-index: 1500;
    }

    .navimenu span:nth-of-type(1) {
    top: 28px;
    }

    .navimenu span:nth-of-type(2) {
    top: 37px;
    }

    .navimenu span:nth-of-type(3) {
    top: 46px;
    }

    .navimenu.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #595959;
    top: 37px;
    }

    .navimenu.active span:nth-of-type(2) {
    opacity: 0;
    background-color: #fff;
    }

    .navimenu.active span:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #595959;
    top: 37px;
    }

    .navimenu div::before {
	font-family: 'Noto Sans JP', sans-serif;
	content: "MENU";
	color: #000;
	font-size: 1.1rem;
	text-align: center;
	display: block;
    position: absolute;
    right: 26px;
	bottom: 5px;
    }

    .navimenu.active div::before {
	content: "CLOSE";
    }

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

    .navimenu {
      width: 60px;
      height: 80px;
    }
	
    .navimenu span {
    left: 15px;
    right: 15px;
    width: 26px;
    }

    .navimenu span:nth-of-type(1) {
    top: 20px;
    }

    .navimenu span:nth-of-type(2) {
    top: 29px;
    }

    .navimenu span:nth-of-type(3) {
    top: 38px;
    }

    .navimenu.active span:nth-of-type(1) {
    top: 29px;
    }

    .navimenu.active span:nth-of-type(3) {
    top: 29px;
    }
	
    .navimenu div::before {
	font-size: 1.0rem;
    right: 18px;
	bottom: 23px;
    }
	
}

@media screen and (max-width:1100px) {
	
    .navimenu {
      width: 70px;
      height: 70px;
      right:  0px;
    }
	
    .navimenu span {
    left: 21px;
    right: 21px;
    width: 28px;
    }

    .navimenu span:nth-of-type(1) {
    top: 17px;
    }

    .navimenu span:nth-of-type(2) {
    top: 26px;
    }

    .navimenu span:nth-of-type(3) {
    top: 35px;
    }

    .navimenu.active span:nth-of-type(1) {
    top: 26px;
    }

    .navimenu.active span:nth-of-type(3) {
    top: 26px;
    }
	
    .navimenu div::before {
	font-size: 1.0rem;
    right: 21px;
	bottom: 15px;
    }
	
}

@media screen and (max-width:768px) {
	
.navimenu span {
    left: 20px;
    right: 20px;
    width: 28px;
}
	
}

