@charset "UTF-8";
.new-header{
	height: 140px;
}
@media screen and (min-width: 1218px){
    .new-header .gnav .nav-link {
        height: 40px;
    }
}
@media screen and (min-width: 901px) and (max-width: 1218px) {
    .new-header .gnav .nav-link {
        padding: 20px 9px;
    }
}
@media screen and (min-width: 901px) {
	.gnav{
		margin-top: 48px;
	}
	.gnav .nav-list{
        border-right: 1px solid #666;
	}
    .pc-drawer-menu .gnav .nav-link {
		height: 100%;
        display: flex;
		align-items: center;
    }
    .pc-drawer-menu .gnav .nav-list.has-child {
		position: relative;
		cursor: pointer;
		transition: all .2s;
		z-index: 10;
    }
    .pc-drawer-menu .gnav .nav-list.has-child.is-open .nav-link {
		height: auto;
    }
	.pc-drawer-menu .gnav .nav-list.has-child.is-open > .nav-link{
		min-height: 79px;
		background: url(../images/common/nav-arrow2.svg) no-repeat 98.2% 50%;
		background-size: 8.5px;
	}
    .pc-drawer-menu .gnav .nav-list.has-child.is-open > .nav-link:hover {
		color: #444;
    }
    .pc-drawer-menu .gnav .nav-list.has-child.is-open > .nav-link:hover::after {
		content: none;
    }
    .pc-drawer-menu .nav-list.has-child .gnav-child-wrap {
        padding: 0;
        width: 100%;
        left: 0;
        background: #f3f2f2;
    }
    .pc-drawer-menu .gnav .gnav-child {
		padding: 10px 20px;
    }
    .pc-drawer-menu .gnav .gnav-child .nav-list {
		width: 100%;
		animation: none;
		opacity: 1;
		border: none;
    }
    .pc-drawer-menu .gnav .gnav-child .nav-link {
		padding: 14px 20px 14px 30px;
		background: none;
		position: relative;
    }
    .pc-drawer-menu .gnav .gnav-child .nav-link::before {
 		content: '';
		width: 8px;
		height: 8px;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		background-color: #ccc;
		border-radius: 50%;
    }
	/* .pc-drawer-menu .gnav .nav-link::after{
		content: none;
	} */

	.new-header .logo{
		position: relative;
		z-index: 1;
	}
	.nav-container .gnav{
		position: relative;
	}
	.nav-container .gnav::after{
        content: '';
        width: calc(100% + 32px);
        height: 70px;
        position: absolute;
        bottom: 0;
        left: 50%;
        background-color: transparent;
        z-index: -1;
        transform: translateY(0px) translateX(-50%);
		opacity: 0;
		transition: all .2s;
    }
	.nav-container .gnav.is-active::after{
		background-color: rgba(255, 255, 255, .8);
        transform: translateY(78px) translateX(-50%);
		opacity: 1;
    }
	.gnav-child-wrap{
		display: none;
		padding: 20px 0 14px;
        position: absolute;
		left: 0;
        white-space: nowrap;
        width: max-content;
	}
	.gnav-child-wrap .nav-list{
        border-right: none
	}
	.gnav-child-wrap .nav-list:first-child{
        border-left: 1px solid #666;
	}
    .new-header .gnav .gnav-child-wrap .nav-link {
        padding: 8px 9px 8px 26px;
		position: relative;
    }
    .new-header .gnav .gnav-child-wrap .nav-link::before {
        content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		background-color: #b5b5b5;
		border-radius: 50%;
    }
    .new-header .gnav .gnav-child-wrap .nav-link:hover::after {
		content: none;
        width: 100%;
        max-width: 100%;
        left: 26px;
        transform: translateX(0);
    }
	.gnav .nav-list.has-child{
		position: relative;
	}
}
@media screen and (max-width: 900px) {
	.new-header{
		height: 50px;
	}
	.new-header .nav-link{
		min-height: 54px;
		height: 100%;
	}
    .new-header .gnav .nav-list.has-child {
		position: relative;
		cursor: pointer;
		transition: all .2s;
		z-index: 1;
    }
    .new-header .gnav .nav-list .gnav-child-wrap {
		display: none;
		position: absolute;
		left: 0;
        background: #f3f2f2;
    }
    .new-header .gnav .nav-list.has-child.is-open .nav-link {
		height: auto;
    }
	.new-header .gnav .nav-list.has-child.is-open > .nav-link{
		background: url(../images/common/nav-arrow2.svg) no-repeat 96% 50%;
		background-size: 8.5px;
	}
    .new-header .gnav .gnav-child .nav-list {
		width: 100%;
		animation: none;
		opacity: 1;
		border-bottom: none;
    }
}
@media screen and (min-width: 768px) {
	.footer-container .gnav{
		margin: 0 16px;
		display: flex;
		flex-wrap: wrap;
		gap: 0 32px;
	}
    .footer-container .gnav .nav-list {
		margin: 0;
		width: calc(50% - 32px);
		flex: none;
    }
    .footer-container .gnav .nav-link {
        width: 100%;
		min-height: 54px;
		height: 100%;
        display: flex;
        align-items: center;
    }
    .footer-container .gnav .nav-list.has-child {
		position: relative;
		cursor: pointer;
		transition: all .2s;
		z-index: 1;
    }
    .footer-container .gnav .nav-list.has-child.is-open > .nav-link {
		/* height: auto; */
		/* border-bottom: 1px solid #ccc; */
		background: url(../images/common/nav-arrow2.svg) no-repeat 95.5% 50%;
		background-size: 8.5px;
	}
    .footer-container .gnav .nav-list.has-child.is-open > .nav-link:hover {
		color: #444;
    }
    .footer-container .gnav .nav-list.has-child.is-open > .nav-link:hover::after {
		content: none;
    }
    .footer-container .gnav-child-wrap {
        padding: 0;
        width: 100%;
        left: 0;
        background: #f3f2f2;
    }
    .footer-container .gnav-child-wrap .gnav-child {
        padding: 10px 16px;
    }
    .footer-container .gnav .gnav-child .nav-list {
		width: 100%;
		animation: none;
		opacity: 1;
		border: none;
    }
    .footer-container .gnav .gnav-child .nav-list:last-child {
		border-bottom: none;
    }
    .footer-container .gnav .gnav-child .nav-link {
        padding: 14px 18px 14px 26px;
		min-height: 1px;
        height: auto;
		position: relative;
		background: none;
    }
    .footer-container .gnav .gnav-child .nav-link::before {
 		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		background-color: #ccc;
		border-radius: 50%;
    }
    .footer-container .gnav .gnav-child .nav-link::after {
 		content: none;
    }
}
@media screen and (max-width: 768px) {
	.footer-container .gnav{
		display: flex;
	}
    .footer-container .gnav .nav-list {
		margin: 0;
		width: 50%;
		flex: none;
    }
    .footer-container .gnav .nav-link {
        width: 100%;
		min-height: 60px;
		height: 100%;
        display: flex;
        align-items: center;
    }
    .footer-container .gnav .nav-list.has-child {
		position: relative;
		cursor: pointer;
		transition: all .2s;
		z-index: 1;
    }
    .footer-container .gnav .nav-list.has-child.is-open > .nav-link {
		height: auto;
		border-bottom: 1px solid rgba(0,0,0,.1);
		background: url(../images/common/nav-arrow2.svg) no-repeat 95.5% 50%;
		background-size: 8.5px;
	}
    .footer-container .gnav .nav-list.has-child.is-open > .nav-link:hover {
		color: #444;
    }
    .footer-container .gnav .nav-list.has-child.is-open > .nav-link:hover::after {
		content: none;
    }
    .footer-container .gnav-child-wrap {
        padding: 0;
		position: absolute;
		left: 0;
        background: #f3f2f2;
		display: none;
    }
    .footer-container .gnav .gnav-child .nav-list {
		width: 100%;
		animation: none;
		opacity: 1;
    }
    .footer-container .gnav .gnav-child .nav-list:last-child {
		border-bottom: none;
    }
    .footer-container .gnav .gnav-child .nav-link {
        padding: 10px 18px;
        height: auto;
    }
}


@media screen and (max-width: 767px) {
  .is-sp-scroll {
    position:relative;
    width: 100%;
    max-width: 100% !important
  }

  .is-sp-scroll::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 80px;
    background: url(../images/common/scroll-hint.png) center center/contain no-repeat;
    inset: 0;
    margin: auto;
    -webkit-animation: yura 1s ease alternate infinite both;
    animation: yura 1s ease alternate infinite both;
    pointer-events: none;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
  }

  .is-sp-scroll>picture {
    display: block;
    width: 100vw;
    margin-inline:calc(50% - 50vw);
		padding-inline:calc(50vw - 50%);
		overflow: auto;
		/* box-sizing: border-box; */
  }

  .is-sp-scroll>picture img {
    max-width: none !important;
    width: 600px !important
  }
}

.is-sp-scroll.is-scrolled::after {
  opacity: 0
}

@-webkit-keyframes yura {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
  }

  100% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
  }
}

@keyframes yura {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
  }

  100% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
  }
}
