header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.7s ease;
    z-index: 111111;
    justify-content: space-between;
    padding: 23px 67px 0px 40px;
	display: flex;
    align-items: flex-start;
	align-items: center;
    transition: 1.5s;
}

.home header {
    position: fixed;
    top: -130px;
    opacity:0;
    left: 0;
    width: 100%;
    transition: background-color 0.7s ease;
    z-index: 111111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 1.5s;
}

.home header.active {
  opacity:1;
  top: 0;
}

.service-page header {
  opacity:1;
  top: 0;
}

header.hed-color-white {
    background-color: rgb(255 255 255 / 94%);
}

.top-title{
    text-decoration: none;
    color: #000;
    align-items: center;
    margin-top: 2px;
    width: 250px;
    transition: all .5s ease-in-out;
}

/* .top-title img{
    width: 22%;
    transition: all .5s ease-in-out;
} */

h1{
    /* font-size: .23rem;
    letter-spacing: 0.08em;
    transition: all .5s ease-in-out; */
}

h1 span{
    font-size: .18rem;
    transition: all .5s ease-in-out;
}

.hed-right__nav {
    width: 805px;
    max-width: 64%;
    position: relative;
}

.hed-right__nav p {
    font-size: .24rem;
    text-align: right;
    letter-spacing: 0.1em;
    font-family: "adobe-garamond-pro", serif;
    transition: all .5s ease-in-out;
}

.hed-nav {
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 7px;
    position: absolute;
    bottom: -40px;
    right: 0px;
    width: 803px;*/
    max-width: 101%;
    transition: all .5s ease-in-out;
	position: relative;
}

.hed-nav a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: all .5s ease-in-out;
    position: relative;
    font-size: .14rem;
}

.home .top-nav-back {
    background-color: rgb(255 255 255 / 80%);
    border-radius: 25px;
    padding: 25px 0px;
    position: absolute;
    left: -5%;
    bottom: 50%;
    margin: auto;
    width: 885px;
    max-width: 110%;
	transform: translate(0 , 50%);
}


/* スクロール後 */
/*.header.hed-color-white .hed-nav {
    bottom: 0;
    top: 0;
    right: 242px;
    width: 635px;
    margin: auto;
}*/

.hed-color-white .top-nav-back{
	display:none;
}

.header.hed-color-white {
    align-items: center;
    padding: 9px 67px 9px 22px;
}

/*
.hed-color-white .hed-nav a {
    font-size: .14rem;
}*/

.hed-color-white .hed-color-white .top-title {
    width: 13.5%;
}


.hed-color-white .top-title {
    width: 175px;
}

/*
.hed-color-white .hed-right__nav {
    width: 650px;
}*/

.hed-color-white  .hed-nav {
    background-color: initial;
}

.hed-nav .dropdown {
    position: relative;
    display: inline-block;
	/*padding-bottom: 24px;*/
}


.hed-nav .dropdown-content {
    padding: 22px 0 0;
    position: absolute;
    left: 50%;
    top: 13px;
    min-width: 910px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease, pointer-events 0s 0.2s;
    transform: translate(-50%, 0);
}

.hed-nav .dropdown:hover .dropdown-content {
	opacity: 1;
	visibility: visible; 
	pointer-events: auto;
}
.hed-nav .dropdown:hover::after {
    content: '';
    width: 68px;
    height: 4px;
    display: inline-block;
    background-color: #C35427;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 34px);
    pointer-events: none;
}
.dropdown-list {
    padding: 32px 38px 33px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #ffffff;
    /* border: 1px solid #dadada; */
    border-radius: 20px;
    box-shadow: 1px 1px 10px #f2f2f2;
}

.dropdown-link {
    color: black;
    text-decoration: none;
    display: block;
    width: 22.6%;
}


.dropdown-link:hover {
    opacity: 0.7;
	transition: all .2s;
}

.hed-right__nav .dropdown-text {
    margin-bottom: 10px;
    text-align: left;
    font-size: .14rem;
}

.dropdown-imgwrap{
	padding-bottom: 65%;
	overflow: hidden;
	display: block;
    width: 100%;
	position: relative;
}
.dropdown-img{
	object-fit: cover;
	object-position: center;
	position: absolute;
}
.dropdown-img1{
	top:-20px;
	left:0;
}
.dropdown-img2,
.dropdown-img3,
.dropdown-img4{
	bottom: 0;
	left:0;
}
.dropdown-img5{
	top: 0;
	width: auto;
	height: 100%;
}
.dropdown-img6{
	left:0;
}
.dropdown-img7{
	bottom:-20px;
	left:0;
}
.dropdown-img8{
	bottom:-20px;
	left:0;
}
/* ナビゲーション */
.hamburger {
    width: 45px;
    display: none;
}

#toggle {
  position: sticky;
    top: 17px;
    right: 17px;
}

#toggle-box {
  position: relative;
  width: 33px;
  height: 24px;
  cursor: pointer;
  margin: 0 auto;
}

#toggle-box>span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #717071;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#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;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  /*background-image: url(../images/header-nav-back.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  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: 27px 0;
}

#nav-content a:hover {
  opacity: 0.6;
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box>span {
  background: #717071;
  /* 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: 100%;
  height: 100vh;
  margin: 0 auto;
  text-align: left;
  overflow: auto;
  position: relative;
}

nav video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

nav video::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
}




#nav-content li:nth-last-of-type(1){
margin-bottom: 35px;
}

.effect-accordion-menu {
    margin: 118px auto 120px;
    max-width: 260px;
    width: 100%;
}
.effect-accordion-menu__title{
  cursor: pointer;
  position: relative;
  padding: 26px 0;
}

.effect-accordion-menu__title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 12px;
  width: 14px;
  height: 1px;
  background: #3e3e3e;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.effect-accordion-menu__title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 14px;
  height: 1px;
  width: 12px;
  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 #000;
    position: relative;
    width: 100%;
}

.effect-accordion-menu__list:nth-of-type(1){
    border-top:  solid 1px #000;
}

/*.effect-accordion-menu__list::before {
    border: none;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/themes/original/images/menu_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 51%;
    left: -10px;
    transform: translate(0, -50%);
	}*/


.effect-accordion__first {
    padding-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: 50px;
    margin-bottom: 25px;
    font-size: .14rem;
    font-weight: 400;
    margin-top: 5px;
}

.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;
}

.effect-accordion-menu__contents__series .nav_icon{
	display: inline-block;
    width: 14px;
    margin-left: 10px;
    vertical-align: middle;
}

.hed-nav .dropdown-content .nav_icon{
	display: inline-block;
    width: 14px;
    margin-left: 7px;
    vertical-align: middle;
    transform: translateY(-2px);
}

@media screen and (min-width: 981px) and (max-width: 1100px){
	.hed-nav .dropdown-content2{
		transform: translate(-55%, 0);
	}
}

@media screen and (max-width:980px){
    .hed-right__nav{
        display: none;
    }

    header,
	.home header{
        padding: 11px 18px;
        align-items: center;
    }
    .header.hed-color-white {
      align-items: center;
      padding: 9px 18px 9px;
    }

    .top-title {
        width: 189px;
    }

    h1 {
        font-size: .17rem;
    }

    h1 span {
        font-size: .14rem;
    }

    .hamburger{
        display: block;
    }
}

@media screen and (max-width:780px){
    background-color: rgb(255 255 255 / 94%);
}
