header {
	margin-bottom: 10px;
	padding: 21px 25px 0 35px;
	height: 100px;
    height: 116px;
}

.header-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.header-nav>a img {
	width: 334px;
	transform: translateY(-4px);
	transform: translateY(0px);
}

.header-nav__container {
	max-width: 100%;
	margin-left: auto;
}

.header-nav__list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 100%;
	width: fit-content;
}

.header-nav__list a {
	margin-right: 20px;
}

.header-nav__list a img {
	width: 90px;
}

.header-nav__list .right-menu_shiryo a img {
	width: 90px;
}

.header-nav__list .instagram-black-logo {
	width: 24px;
	margin-right: 11px;
	margin-left: 20px;
}

.header-nav__list>div {
	display: flex;
}

.pc-nav__container nav ul {
	display: flex;
	justify-content: space-between;
	width: 504px;
	font-weight: 400;
	max-width: 100%;
	margin-top: 4px;
    margin-top: 22px;
	letter-spacing: .15em;
}

.pc-nav__container nav ul a {
	color: #000;
}

.pc-nav__container {}

.nav-search {
	position: relative;
}

.nav-search img {
	position: absolute;
	right: 7px;
	bottom: 4px;
	top: 0;
	margin: auto;
	width: 12px;
}

#s-btn {
	width: 27px;
	height: 27px;
}

.nav-search input[type="text"] {
	height: 24px;
	width: 130px;
	border: solid 1px #000;
}

.breadcrumb-container {
	margin: 116px 0 70px;
	background-color: #F3EFEA;
	padding: 42px 0 12px;
}

.breadcrumb-title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	/* padding: 43px 20px 27px; */
	position: relative;
	width: 1265px;
	max-width: 100%;
	margin: 0 auto 15px;
	padding: 0 15px 8px 25px;
	font-weight: 400;
}

.breadcrumb-title:before {
	content: '';
	width: 363px;
	height: 5px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -6px;
}

.page_green .breadcrumb-title {
	border-bottom: #1EAA39 1px solid;
}

.page_green .breadcrumb-title:before {
	background-color: #1EAA39;
}

.page_brown .breadcrumb-title {
	border-bottom: #B17C32 solid 1px;
}

.page_brown .breadcrumb-title:before {
	background-color: #B17C32;
}

.page_blue .breadcrumb-title {
	border-bottom: #0097DA 1px solid;
}

.page_blue .breadcrumb-title:before {
	background-color: #0097DA;
}

.breadcrumb-title h1 {
	font-size: .24rem;
	letter-spacing: 0.2em;
}

.breadcrumb-title p {
	font-size: .18rem;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: .12rem;
	margin-right: 65px;
    font-weight: 300;
}

.breadcrumb a {
	color: #000;
}

.breadcrumb li:not(:last-of-type)::after {
	content: "›";
	margin: 0 .6em;
	/* 記号の左右の余白 */
	color: #777;
	/* 記号の色 */
}

.effect-accordion-menu {
	margin: 120px auto 0;
	max-width: 300px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.effect-accordion-menu .harf {
	width: 47%;
}


/* +繝槭�繧ｯ縺ｨ-繝槭�繧ｯ 縺ｯ縺薙％縺九ｉ*/

.effect-accordion-menu__contents {
	display: none;
	margin-bottom: 22px;
}


/* 竊灘柑譫� */


/* .hamburger {
    display: none;
  } */

#toggle {
	position: fixed;
	/* top: 20px;
      right: 16px; */
}

#toggle-box {
	position: relative;
	width: 30px;
	height: 17px;
	cursor: pointer;
}

.hamburger {
	margin-top: 3px;
}

#toggle,
#toggle2 {
	position: relative;
}

#toggle-box {
	z-index: 11111;
}

#toggle-box>span {
	width: 100%;
	height: 1px;
	display: block;
	background: #000000;
	position: absolute;
	transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
	border-radius: 75px;
}

#toggle-box>span:nth-child(1) {
	top: 0;
}

#toggle-box>span:nth-child(2) {
	top: 50%;
	transform: translatey(-50%);
}

#toggle-box>span:nth-child(3) {
	bottom: 0;
}

#toggle {
	z-index: 1000;
}

#main {
	position: relative;
	z-index: 990;
}

#nav-content {
	z-index: 900;
	overflow: auto;
	width: 375px;
    height: 100vh;
	background-color: #f3efeb;
	color: #ffffff;
	position: fixed;
	top: 0;
	right: 0;
	text-align: center;
	transform: translateX(100%);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-content ul {
	list-style: none;
}

#nav-content a {
	display: block;
	color: #333333;
	text-decoration: none;
	transition: opacity .6s ease;
}

.nav-content-icon-instagram img {
	width: 48px;
}

.nav-content-icon-facebook img {
	width: 23px;
}

.nav-content-icon-instagram {
	top: 13px;
	left: 15px;
}

.nav-content-icon-facebook {
	top: 25px;
	left: 72px;
}

.js-accordion-move {
	padding: 17px 0;
}

#nav-content a:hover {
	opacity: 0.6;
}

.is-open {
	overflow: hidden;
}

.is-open #toggle-box>span {
	background: #3e3e3e;
	/* width: 100%; */
}

.is-open #toggle-box>span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg) translatey(-50%);
	width: 100%;
}

.is-open #toggle-box>span:nth-child(3) {
	width: 0;
}

.is-open #toggle-box>span:nth-child(2) {
	top: 50%;
	transform: rotate(-45deg) translatey(-50%);
	width: 100%;
}

.is-open #nav-content {
	z-index: 999;
	transform: translateX(0);
}

#nav-content ul li:nth-child(1) {
	margin-top: 130px;
}

#nav-content li a {
	font-weight: 400;
	margin-bottom: 35px;
}

#nav-content nav {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

#nav-content li:nth-last-of-type(1) {
	margin-bottom: 35px;
}

.effect-accordion-menu {
	margin: 63px auto 70px;
	max-width: 300px;
	width: 100%;
}

.effect-accordion-menu__title {
	cursor: pointer;
	position: relative;
	padding: 17px 0;
}

.effect-accordion-menu__title:before {
	position: absolute;
	content: '';
	top: 50%;
	right: 13px;
	width: 15px;
	height: 1px;
	background: #3e3e3e;
	transform: rotate(90deg);
	transition: all .3s ease-in-out;
}

.effect-accordion-menu__title:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 13px;
	height: 1px;
	width: 15px;
	background: #3e3e3e;
	transition: all .3s ease-in-out;
}

.effect-accordion-menu__title.open:before {
	transform: rotate(180deg);
}

.effect-accordion-menu__title.open:after {
	opacity: 0;
}

.effect-accordion-menu__contents__series img {
	width: 100%;
	display: none;
}

.effect-accordion-menu__contents {
	display: none;
	margin-bottom: 22px;
}

.effect-accordion-menu__contents a {
	margin-bottom: 20px;
}

.effect-accordion-menu__list {
	border-bottom: solid 1px #333333;
	position: relative;
	width: 100%;
}

.effect-accordion__first {
	margin-left: 10px;
	color: #333333;
	line-height: 1.4;
}

.effect-accordion__first span {
	color: #a09a96;
	font-size: .14rem;
	margin-top: 4px;
	display: block;
}

.effect-accordion__second {
	margin-left: 23px;
}

.effect-accordion__third {
	margin-left: 38px;
}

.effect-accordion__group a {
	margin-left: 10px;
}

.effect-accordion__group a:nth-of-type(1) {
	margin-left: 23px;
	margin-bottom: 13px;
	font-size: .14rem;
	font-weight: 400;
}

.effect-accordion__group a:nth-of-type(n+2) {
	margin-left: 38px;
}

.icon-content {
	display: flex;
	align-items: center;
	position: absolute;
	margin: auto;
	top: 20px;
	left: 25px;
}

.icon-content a {
	margin-right: 22px;
}

.icon-content .icon_mail {
	width: 36px;
}

.icon-content .icon_insta {
	width: 26px;
}

.icon-content .icon_youtube {
	width: 26px;
	vertical-align: baseline;
}

.dropmenu_open_header_back.active {
	top: 0;
	z-index: 1;
}

.dropmenu_open_new {
	position: relative;
	z-index: 11;
}

.dropmenu_open_new a img {
	background: #fff;
}

.dropmenu_open_sankaku_new {
    top: 24px;
}

.dropmenu_open_sankaku3 {
    top: 43px;
    left: 12px;
}

.dropmenu_open {
	position: relative;
}

.dropmenu {
	width: 700px;
	top: 19px;
    top: 31px;
	right: auto;
}

.dropmenu_product {
    left: -440px;
}
.dropmenu_works {
	left: -562px;
}

.dropmenu_new {
    width: 800px;
    top: 28px;
    left: -100px;
    right: auto;
}
.header-drop__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pc-nav__container .header-drop__list {
	padding: 17px 25px 16px;
	width: 700px;
}

.header-drop__item {
	margin-bottom: 10px;
	flex: 0 1 auto;
	width: calc(33.3% - 12px);
}

.dropmenu_open.selected .header-drop__link {
	border-bottom: none;
	width: 100%;
}

.header-drop__text {
	font-size: .14rem;
	margin-bottom: 5px;
}

.header-drop__img {
	width: 100%;
}

.contact-drop__item {
	width: calc(33.3% - 12px);
}

@media screen and (max-width: 899px) {
	#nav-content {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	html {
		margin-top: 0!important;
	}
	#header_common {
		position: fixed;
		height: 80px;
	}
	.pc-nav__container {
		display: none;
	}
	.header-nav__list>img,
	.header-nav__list .nav-search,
	.header-nav__list .instagram-black-logo {
		display: none;
	}
	.header-nav__list {
		width: 30%;
	}
	.header-nav__container {
		width: 9%;
	}
	.header-nav>a img {
		width: 236px;
		max-width: 100%;
	    transform: translateY(0px);
	}
	header {
		margin-bottom: 10px;
		padding: 21px 30px 20px 20px;
	}
	.breadcrumb-container {
		padding: 31px 0 12px;
		margin-bottom: 60px;
		margin-top: 80px;
	}
	.breadcrumb-title {
		width: 100%;
		flex-wrap: wrap;
		margin: 0 auto 5px;
		border: none;
	}
	.breadcrumb {
		margin-right: 15px;
	}
	.breadcrumb-title h1 {
		display: block;
		margin-bottom: 33px;
		padding-bottom: 5px;
		width: 100%;
		line-height: 1.5;
		padding-bottom: 14px;
	}
	.breadcrumb-title:before {
		width: 334px;
		height: 5px;
		left: 0;
		bottom: 90px;
	}
	.breadcrumb-title p {
		font-size: .16rem;
		display: block;
		margin-left: auto;
		line-height: 1.8;
		text-align: right;
		white-space: nowrap;
	}
	.breadcrumb-title::after {
		content: '';
		width: 355px;
		height: 1px;
		display: block;
		position: absolute;
		right: 0;
		bottom: -1px;
	}
	.page_blue .breadcrumb-title,
	.page_green .breadcrumb-title,
	.page_brown .breadcrumb-title {
		border-bottom: none;
	}
	.page_green .breadcrumb-title::after {
		background-color: #1EAA39;
	}
	.page_blue .breadcrumb-title::after {
		background-color: #0097DA;
	}
	.page_brown .breadcrumb-title::after {
		background-color: #B17C32;
	}
	.header-nav__list {
		margin-bottom: 0;
	}
	.header-nav__list > *{
		display:none;
	}
}