body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
}

#header__main.header__wrap {
	position: relative;
	width: 100%;
	z-index: 1000;
	background: #fff;
}
#header__main.header__wrap:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
}
#header__fixed.header__wrap {
	position: fixed;
	top: -120px;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	transition: top 0.3s;
}
#header__fixed.header__wrap.open {
	top: 0 !important;
}
#header__fixed.header__wrap:before {
	display: none;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
}

.header__top {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 1500px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 30px;
	z-index: 500;
}
#header__fixed.header__wrap .header__top {
	height: 70px;
	padding: 15px 30px;
}

.header__top__left {
	display: flex;
	align-items: center;
	margin-top: -50px;
}
#header__fixed.header__wrap .header__top__left {
	margin-top: 0;
}
.header__top__left .menu__icon {
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: opacity 0.3s;
}
.header__top__left .menu__icon:hover {
	opacity: 0.5;
}
.header__top__left .menu__icon div {
	position: absolute;
	left: 0;
	width: 20px;
	height: 1.5px;
	margin-top: -1px;
	background: #707070;
	border-radius: 1px;
}
.header__top__left .menu__icon div:nth-child(1) {
	top: 3px;
	transition: transform 0.3s, top 0.3s;
}
.header__top__left .menu__icon div:nth-child(2) {
	top: 10px;
	transition: opacity 0.3;
}
.header__top__left .menu__icon div:nth-child(3) {
	top: 17px;
	transition: transform 0.3s, top 0.3s;
}
.header__top__left .menu__icon.active div:nth-child(1) {
	top: 10px;
	transform: rotate(45deg);
}
.header__top__left .menu__icon.active div:nth-child(2) {
	opacity: 0;
}
.header__top__left .menu__icon.active div:nth-child(3) {
	top: 10px;
	transform: rotate(-45deg);
}

.header__top__left .search__form {
	position: relative;
	height: 24px;
	margin-left: 12px;
}
.header__top__left .search__form label {
	position: relative;
	margin: 0;
}
.header__top__left .search__sign {
	position: relative;
	width: 18px;
	height: 18px;
	padding-top: 3px;
	cursor: pointer;
	transition: opacity 0.3s;
	z-index: 2;
}
.header__top__left .search__sign:hover {
	opacity: 0.5;
}
.header__top__left .search__form .search__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 24px;
	overflow: hidden;
	transition: width 0.3s;
}
.header__top__left .search__form .search__input.focus {
	width: 300px;
}
.header__top__left .search__form .search__input input[type=text] {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 24px;
	margin: 0;
	padding: 0 16px 2px 24px;
	font-size: 16px;
	line-height: 1;
	color: #707070;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	font-style: normal;
	background: none;
	border: none;
	border-bottom: 1px solid #707070;
	transition: all 0s;
}
.header__top__left .search__form input:focus {
	z-index: 3;
}
.header__top__left .search__form .search__input input[type=submit] {
	position: absolute;
	top: 0;
	left: 288px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
	color: #707070;
	border: none;
	outline: none;
	background: none;
	transition: opacity 0.3s;
	z-index: 3;
}
.header__top__left .search__form .search__input input[type=submit]:hover {
	opacity: 0.5;
}

.header__top__center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.header__top__center h1 {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.header__top__center a {
	display: block;
	padding: 0 20px;
	background: #ffffff;
}
#header__fixed.header__wrap .header__top__center a {
	padding: 0;
}
.header__top__center img {
	width: auto;
	height: 60px;
	transition: opacity 0.3s;
}
#header__fixed.header__wrap .header__top__center img {
	height: 40px;
}
.header__top__center a:hover img {
	opacity: 0.5;
}
.header__top__center .tw__logo__pc {
	display: block;
}
.header__top__center .tw__logo__sp {
	display: none;
}

.header__megamenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.1;
	background: #fff;
	border-top: 1px solid #f4f4f4;
}
.header__megamenu * {
	margin: 0;
	padding: 0;
	color: #707070;
}
.header__megamenu a {
	transition: opacity 0.3s;
}
.header__megamenu a:hover {
	opacity: 0.5;
}
.header__megamenu .header__megamenu__inner {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 30px;
	z-index: 499;
}
.header__megamenu .widget {
	width: auto;
	border: none;
}
.header__megamenu .widget + .widget {
	margin-left: 30px;
}
.header__megamenu .widget:last-child {
	margin-left: 0;
}
.header__megamenu .widget > strong {
	display: none;
}
.header__megamenu .widget.widget_text.style1 {
	padding-top: 0;
}
.header__megamenu .widget .menu a {
	white-space: nowrap;
}
.header__megamenu .widget ul li a {
	font-size: 14px;
	line-height: 1.1;
	color: #707070;
}
.header__megamenu .widget .menu > li > a {
	font-size: 18px;
	line-height: 1.1;
	font-family: garamond-premier-pro, serif;
	font-weight: 400;
	font-style: normal;
}
.header__megamenu .widget ul li,
.header__megamenu .widget .menu .sub-menu {
	margin: 0;
	padding: 0;
	border: 0;
}
.header__megamenu .widget ul li + li {
	margin-top: 5px !important;
}
.header__megamenu .widget .menu .sub-menu {
	margin-top: 5px !important;
}
.header__megamenu .widget .sub-menu a {
	line-height: 1.1;
	font-family: tenon, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.02em;
}

.header__megamenu .widget:nth-child(1) {
	width: 80%;
}
.header__megamenu .widget:nth-child(1) h2 {
	font-size: 24px;
	line-height: 1.1;
	font-family: garamond-premier-pro, serif;
	font-weight: 400;
	font-style: normal;
	white-space: nowrap;
}
.header__megamenu .widget:nth-child(1) p {
	margin-top: 0.5em;
	font-size: 15px;
	line-height: 1.1;
	font-family: tenon, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.header__megamenu .widget:nth-child(2) {
	display: none;
}

.header__megamenu .widget:nth-child(4) {
	width: 100%;
}
.header__megamenu .widget:nth-child(4) .menu {
	display: flex;
}
.header__megamenu .widget:nth-child(4) .menu > li + li {
	margin-top: 0 !important;
	margin-left: 30px !important;
}

.header__megamenu .widget:nth-child(5) {
	width: 140px;
	flex-shrink: 0;
}
.header__megamenu .widget:nth-child(5) .textwidget > div {
	padding: 0 !important;
}
.header__megamenu .widget:nth-child(5) .textwidget img {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transition: opacity 0.3s;
}
.header__megamenu .widget:nth-child(5) .textwidget img:hover {
	opacity: 0.5;
}

.header__megamenu .widget:nth-child(6) {
	margin-left: 15px;
}

.header__megamenu .widget:nth-child(7) {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-family: tenon, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.02em;
}
.header__megamenu .widget:nth-child(7) .header__sns p {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4;
	font-family: tenon, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.02em;
}
.header__megamenu .widget:nth-child(7) .header__sns__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 5px;
}
.header__megamenu .widget:nth-child(7) .header__sns__list li {
	width: 20px;
	margin-top: 0 !important;
	margin-right: 5px !important;
}
.header__megamenu .widget:nth-child(7) .header__sns__list li:last-child {
	margin-right: 0 !important;
	margin-left: 3px !important;
}



/* responsive */



/* pc */

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

.header__top__left .search__form .search__input input[type=text] {
	font-size: 16px;
}
.header__top__left .search__form .search__input input[type=submit] {
	font-size: 12px;
}
.header__megamenu {
	font-size: 12px;
}
.header__megamenu .widget ul li a {
	font-size: 12px;
}
.header__megamenu .widget .menu > li > a {
	font-size: 16px;
}
.header__megamenu .widget:nth-child(1) h2 {
	font-size: 20px;
}
.header__megamenu .widget:nth-child(1) p {
	font-size: 13px;
}
.header__megamenu .widget:nth-child(7) .header__sns p {
	font-size: 12px;
}

.header__megamenu .widget + .widget {
	margin-left: 20px;
}
.header__megamenu .widget:nth-child(4) .menu > li + li {
	margin-left: 20px !important;
}
.header__megamenu .widget:nth-child(6) {
	margin-left: 10px;
}
.header__megamenu .widget:nth-child(3) {
	margin-left: 0;
}

.header__megamenu .widget:nth-child(5) {
	width: 110px;
}

}

/* tb */

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

.header__top__left .search__form .search__input {
	width: 0;
}
.header__top__left .search__form .search__input.focus {
	width: 240px;
}
.header__top__left .search__form .search__input input[type=text] {
	width: 240px;
}
.header__top__left .search__form .search__input input[type=submit] {
	left: 228px;
}

.header__megamenu .header__megamenu__inner {
	flex-wrap: wrap;
	justify-content: space-between;
}
.header__megamenu .widget:nth-child(1){
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
}
.header__megamenu .widget:nth-child(3){
	width: auto;
	margin-left: 0;
}
.header__megamenu .widget:nth-child(4) {
	width: 45%;
	margin-left: 0;
}
.header__megamenu .widget:nth-child(4) ul {
	justify-content: space-between;
}
.header__megamenu .widget:nth-child(4) .menu > li + li {
	margin-left: 0 !important;
}
.header__megamenu .widget:nth-child(5){
	width: 110px;
	margin-left: 0;
}
.header__megamenu .widget:nth-child(6){
	width: auto;
	margin-left: 0;
}
.header__megamenu .widget.widget_text.style1:nth-child(7){
	position: relative;
	left: auto;
	bottom: auto;
	width: 100%;
	margin-left: 0;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #d6d6d6;
	text-align: center;
}
.header__megamenu .widget:nth-child(7) .header__aboutus__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.header__megamenu .widget:nth-child(7) .header__aboutus__list li + li {
	margin-left: 20px !important;
	margin-top: 0 !important;
}
.header__megamenu .widget:nth-child(7) .header__sns__list {
	justify-content: center;
}

}

/* sp */

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

#header__main.header__wrap:before {
	top: auto;
	bottom: 0;
}
#header__fixed.header__wrap:before {
	display: block;
}

.header__top {
	justify-content: flex-end;
	padding: 4vw;
	height: 16vw;
}
#header__fixed.header__wrap .header__top {
	padding: 3vw 4vw;
	height: 10vw;
}


.header__top__left {
	margin-top: 0;
}
.header__top__left .menu__icon {
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: opacity 0.3s;
}
.header__top__left .menu__icon:hover {
	opacity: 0.5;
}
.header__top__left .menu__icon div {
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	margin-top: -1px;
	background: #707070;
	border-radius: 1px;
}
.header__top__left .menu__icon div:nth-child(1) {
	top: 3px;
	transition: transform 0.3s, top 0.3s;
}
.header__top__left .menu__icon div:nth-child(2) {
	top: 10px;
	transition: opacity 0.3;
}
.header__top__left .menu__icon div:nth-child(3) {
	top: 17px;
	transition: transform 0.3s, top 0.3s;
}
.header__top__left .menu__icon.active div:nth-child(1) {
	top: 10px;
	transform: rotate(45deg);
}
.header__top__left .menu__icon.active div:nth-child(2) {
	opacity: 0;
}
.header__top__left .menu__icon.active div:nth-child(3) {
	top: 10px;
	transform: rotate(-45deg);
}

.header__top__left .search__form {
	display: none;
}

.header__top__center {
	left: 4vw;
	transform: translate(0, -50%);
}
#header__fixed.header__wrap .header__top__center {
	left: 50%;
	transform: translate(-50%, -50%);
}
.header__top__center a {
	padding: 0;
	background: #ffffff;
}
.header__top__center img {
	width: auto;
	height: 8vw;
	transition: opacity 0.3s;
}
#header__fixed.header__wrap .header__top__center img {
	height: 6vw;
}
.header__top__center a:hover img {
	opacity: 0.5;
}
.header__top__center .tw__logo__pc {
	display: none;
}
.header__top__center .tw__logo__sp {
	display: block;
}

.header__megamenu {
	height: calc(100vh - 16vw);
	font-size: 4vw;
	border-top: none;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
}
.header__megamenu a {
	transition: opacity 0.3s;
}
.header__megamenu a:hover {
	opacity: 0.5;
}
.header__megamenu .header__megamenu__inner {
	display: block;
	padding: 6vw 4vw 8vw 4vw;
}
.header__megamenu .widget {
	width: 100%;
	border: none;
}
.header__megamenu .widget + .widget {
	margin-left: 0;
}
.header__megamenu .widget:last-child {
	margin-left: 0;
}
.header__megamenu .widget ul li a {
	font-size: 4vw;
}
.header__megamenu .widget .menu > li > a {
	font-size: 5vw;
}
.header__megamenu .widget ul li,
.header__megamenu .widget .menu .sub-menu {
	margin: 0;
	padding: 0;
	border: 0;
}
.header__megamenu .widget ul li + li {
	margin-top: 2vw !important;
}
.header__megamenu .widget .menu .sub-menu {
	margin-top: 2vw !important;
}

.header__megamenu .widget:nth-child(1) {
	width: 100%;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 6vw;
	border-bottom: none;
}
.header__megamenu .widget:nth-child(1) h2 {
	font-size: 5.5vw;
}
.header__megamenu .widget:nth-child(1) p {
	margin-top: 0.5em;
	font-size: 3vw;
}

.header__megamenu .widget:nth-child(2) {
	display: block;
	padding: 2vw 0 !important;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.header__megamenu .widget:nth-child(2) label {
	position: relative;
	display: block;
	width: 100%;
	height: 8vw;
}
.header__megamenu .widget:nth-child(2) .serch__form__inmmenu__icon {
	position: absolute;
	top: 2vw;
	left: 0;
	width: 4vw;
	height: 4vw;
}
.header__megamenu .widget:nth-child(2) .serch__form__inmmenu__input input[type=text] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8vw;
	margin: 0;
	padding: 0 6vw;
	font-size: 4vw;
	line-height: 8vw;
	border: none;
	outline: 0;
	background: none;
}
.header__megamenu .widget:nth-child(2) .serch__form__inmmenu__input input[type=submit] {
	position: absolute;
	top: 2vw;
	right: 0;
	width: 4vw;
	height: 4vw;
	margin: 0;
	padding: 0;
	font-size: 4vw;
	line-height: 4vw;
	color: #707070;
	border: none;
	outline: none;
	background: none;
}

.header__megamenu .widget:nth-child(3) {
	margin-top: 6vw;
}

.header__megamenu .widget:nth-child(4) {
	width: 100%;
	margin-top: 6vw;
}
.header__megamenu .widget:nth-child(4) .menu {
	display: block;
}
.header__megamenu .widget:nth-child(4) .menu > li + li {
	margin-top: 6vw !important;
	margin-left: 0 !important;
}

.header__megamenu .widget:nth-child(5) {
	margin-top: 6vw;
	width: 100%;
	flex-shrink: 0;
}
.header__megamenu .widget:nth-child(5) > .textwidget {
	width: 50%;
}
.header__megamenu .widget:nth-child(5) .textwidget > div {
	padding: 0 !important;
}
.header__megamenu .widget:nth-child(5) .textwidget img {
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transition: opacity 0.3s;
}
.header__megamenu .widget:nth-child(5) .textwidget img:hover {
	opacity: 0.5;
}

.header__megamenu .widget:nth-child(6) {
	margin-top: 6vw;
	margin-left: 0;
}

.header__megamenu .widget.widget_text.style1:nth-child(7) {
	margin-top: 10vw;
	position: relative;
	left: 0;
	bottom: 0;
	margin: 0;
	margin-top: 8vw;
	padding: 0;
	text-align: left;
	border: none;
}
.header__megamenu .widget:nth-child(7) .header__aboutus__list {
	display: block;
}
.header__megamenu .widget:nth-child(7) .header__aboutus__list li + li {
	margin-left: 0 !important;
	margin-top: 2vw !important;
}
.header__megamenu .widget:nth-child(7) .header__sns p {
	display: none;
	margin-top: 2vw;
	font-size: 4vw;
}
.header__megamenu .widget:nth-child(7) .header__sns__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-top: 4vw;
}
.header__megamenu .widget:nth-child(7) .header__sns__list li {
	width: 6vw;
	margin-top: 0 !important;
	margin-right: 2vw !important;
}
.header__megamenu .widget:nth-child(7) .header__sns__list li:last-child {
	margin-right: 0 !important;
	margin-left: 1vw !important;
}

}
