@charset "UTF-8";



body, html{
	margin: 0;
	padding: 0;
	background-color: #FFFEFA;
}

/* normal */
@font-face {
  font-family: "myfont1";
  src: url("../CSS/fonts/AfacadFlux-VariableFont_slnt,wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "myfont0";
  src: url("../CSS/fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "myfont2";
  src: url("../CSS/fonts/JosefinSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "myfont3";
  src: url("../CSS/fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-style: normal;
}

header{
  display: flex;
}

.logo{
	position: fixed;
	width: 6vw;
	margin-left: 3vw;
	margin-top: 2vw;
}

.contact{
	 width: 13vw;
	margin-right: 8vw;
	margin-left: 79vw;
	margin-top: 3vw;
}
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 3vw;
  right: 3vw;
  width: 30px;
  height: 45px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 2.5vw;
  height: 4px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 20px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(17px) rotate(-315deg);
  transform: translateY(17px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-17px) rotate(317deg);
  transform: translateY(-17px) rotate(317deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}

/*========FV====*/
.title{
	font-family: "myfont1";
	font-size: 2.3vw;
	color: #222;
	margin-top: 3vw;
	margin-left: 10vw;
	ruby-position: under;
	ruby-align: start;
}
.title span{
	color: #F1C829;
}

.title rt{
	font-family: "myfont0";
	font-size: 1vw;
	font-weight: 100;
}


/*=======Products===========*/
.productsall{
	margin-top: 3vw;
}
.productsall img{
	width: 70vw;
	margin-left: 15vw;
}

.productsall p{
	font-family: "myfont3";
	font-size: 1.2vw;
	text-align: center;
}

/*---------design---------*/
.design{
	position: relative;
}

.design .pro-title{
	position: absolute;
	font-family: "myfont3";
	font-size: 2.3vw;
	color: #222;
	margin-top: 3vw;
	ruby-position: under;
	ruby-align: center;
	left: 33vw;
	top: 2vw;
}

.design .pro-title rt{
	font-family: "myfont3";
	font-size: 0.8vw;
	font-weight: 100;
}

.design .order{
	position: absolute;
	font-family: "myfont0";
	font-size: 1.3vw;
	text-align: center;
	left: 23vw;
	top: 10vw;
}

.design .menu{
	position: absolute;
	text-align: center;
}

.design .above{
	position: absolute;
	display: flex;
	top: 20vw;
	left: 26.5vw;
}

.design .above img{
	width: 7vw;
}

.design .bottom{
	position: absolute;
	display: flex;
	top: 25vw;
	left: 28.3vw;
}

.design .bottom img{
	width: 8.5vw;
}

.designpic{
	position: absolute;
	top: 7vw;
	left: 55vw;
	width: 25vw;
}

.design .button{
	position: absolute;
	top: 30vw;
	left: 24vw;
}

.design .button img{
	margin-top: 1vw;
	width: 26.5vw;
	
}

/*-------------web-----------*/
.Web{
	position: relative;
	margin-top: 40vw;
}

.Web .pro-title{
	position: absolute;
	font-family: "myfont3";
	font-size: 2.3vw;
	color: #222;
	margin-top: 3vw;
	ruby-position: under;
	ruby-align: center;
	left: 63vw;
	top: 2vw;
}

.Web .pro-title rt{
	font-family: "myfont3";
	font-size: 0.8vw;
	font-weight: 100;
}

.Web .order{
	position: absolute;
	font-family: "myfont0";
	font-size: 1.3vw;
	text-align: center;
	left: 54vw;
	top: 10vw;
}

.Web .menu{
	position: absolute;
	text-align: center;
}

.Web .above{
	position: absolute;
	display: flex;
	top: 23vw;
	left: 50vw;
}

.web-hp{
	width: 6.9vw;
}

.web-lp{
	width: 6.9vw;
}

.web-hpmoving{
	width: 9vw;
}
.web-seo{
	width: 8.5vw;
}

.Web .bottom{
	position: absolute;
	display: flex;
	top: 27vw;
	left: 52vw;
}

.web-contentsadd{
	width: 12.9vw;
}

.web-hpranger{
	width: 16vw;
}
.webpic{
	position: absolute;
	top: 7vw;
	left: 20vw;
	width: 25vw;
}

.Web .button{
	position: absolute;
	top: 31vw;
	left: 53.5vw;
}

.Web .button img{
	margin-top: 1vw;
	width: 25vw;
}

/*---------video-------*/
.Video{
	position: relative;
	margin-top: 85vw;
}

.Video .pro-title{
	position: absolute;
	font-family: "myfont3";
	font-size: 2.3vw;
	color: #222;
	margin-top: 3vw;
	ruby-position: under;
	ruby-align: center;
	left: 33vw;
	top: 2vw;
}

.Video .pro-title rt{
	font-family: "myfont3";
	font-size: 0.8vw;
	font-weight: 100;
}

.Video .order{
	position: absolute;
	font-family: "myfont0";
	font-size: 1.3vw;
	text-align: center;
	left: 25.5vw;
	top: 10vw;
}

.Video .menu{
	position: absolute;
	text-align: center;
}

.Video .above{
	position: absolute;
	display: flex;
	top: 22vw;
	left: 25vw;
}

.video-cm{
	width: 8vw;
}

.video-mv{
	width: 6.4vw;
}

.video-edit{
	width: 8.2vw;
}

.Video .bottom{
	position: absolute;
	display: flex;
	top: 26vw;
	left: 32vw;
}

.Video .bottom img{
	width: 8.5vw;
}

.videopic{
	position: absolute;
	top: 7vw;
	left: 55vw;
	width: 25vw;
}

.Video .button{
	position: absolute;
	top: 31vw;
	left: 24vw;
}

.Video .button img{
	margin-top: 1vw;
	width: 26.5vw;
}


/*---------music-------*/
.Music{
	position: relative;
	margin-top: 130vw;
}

.Music .pro-title{
	position: absolute;
	font-family: "myfont3";
	font-size: 2.3vw;
	color: #222;
	margin-top: 3vw;
	ruby-position: under;
	ruby-align: center;
	left: 63vw;
	top: 2vw;
}

.Music .pro-title rt{
	font-family: "myfont3";
	font-size: 0.8vw;
	font-weight: 100;
}

.Music .order{
	position: absolute;
	font-family: "myfont0";
	font-size: 1.3vw;
	text-align: center;
	left: 54vw;
	top: 10vw;
}

.Music .menu{
	position: absolute;
	text-align: center;
}

.Music .above{
	position: absolute;
	display: flex;
	top: 22vw;
	left: 51vw;
}

.music-bgm{
	width: 8vw;
}

.music-production{
	width: 8vw;
}

.music-arrangement{
	width: 6.5vw;
}

.music-instruction{
	width: 8.5vw;
}

.Music .bottom{
	position: absolute;
	display: flex;
	top: 26vw;
	left: 56.5vw;
}

.music-dispatch{
	width: 10vw;
}

.music-artmanagement{
	width: 11vw;
}

.musicpic{
	position: absolute;
	top: 7vw;
	left: 20vw;
	width: 25vw;
}

.Music .button{
	position: absolute;
	top: 30vw;
	left: 53.5vw;
}

.Music .button img{
	margin-top: 1vw;
	width: 25vw;
}

.top{
	width: 6vw;
	text-align: center;
	margin-top: 180vw;
	margin-bottom: 3vw;
	margin-left: 47vw;
}


/*~~~~~~~消したらだめ---------*/
.wrap {
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow-x: auto;
  margin: 0 auto;
  padding: 30px 0;
  width: 90vw;
	display: flex;
	margin-top: 2vw;
}

@media not all and (min-width: 840px){
  .wrap {
    width: 100%;
  }
}

.item {
  scroll-snap-align: center;
  display: inline-block;
  margin: 0 20px;
  width: 18vw;
  flex: 0 0 auto;
  white-space: normal;
  background-color: #f4f4f4;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  overflow: hidden;
}

@media not all and (min-width: 568px){
  .item {
    width: 90%;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 30px;
  font-size: 1rem;
}

@media not all and (min-width: 568px){
  p {
    padding: 20px;
    font-size: 0.875rem;
  }
}

.space{
	width: 28vw;
	margin-top: 8vw;
	margin-left: 36vw;
}



/*=========footer============*/
.inner-block{
	display: none;
}
.copyright{
	display: none;
}
.footer{
	margin-top: 5vw;
}
footer a{
	color: #222;
}


.footer-left{
	margin-left: 10vw;
	margin-top: 10vw;
}


.footer-frame{
	width: 100vw;
	margin-left: -10vw;
	margin-bottom: -38vw;
}

.footer-logo{
	width: 10vw;
	margin-bottom: 2vw;
}

.social-icons{
	position: relative;
}

.insta img{
	position: absolute;
	width: 15vw;
	left: -3vw;
	
}


.X img{
	position: absolute;
	top: 7vw;
	left: -2.4vw;
	width: 15vw;
}

.mail img{
	position: absolute;
	top: 13.5vw;
	left: -2.6vw;
	width: 15vw;
}


.footer-right{
	margin-left: 43vw;
	ruby-position: under;
	ruby-align: center;
	font-family: "myfont1";
	font-size: 2.5vw;
	margin-top: -15vw;
}

.footer-right h3{
	margin-left: 15vw;
}

.footer-right span{
	color: #F1C829;
}

.footer-right rt{
	font-size: 1.2vw;
	font-family: "myfont0";
}

.footer-right ul{
	margin-left: 1.5vw;
}
.p-footer__category a{
	text-decoration: none;
	font-family: "myfont1";
	font-size: 2.5vw;
}
.p-footer__category{
ruby-position: under;
	ruby-align: start;
	margin-top: 2vw;
}

.p-footer__category rt{
	font-size: 0.8vw;
	color: #676767;
	opacity: 0.7;
	font-family: "myfont3";
}

.p-footer__navItem{
	line-height: 2vw;
}

.p-footer__navList,.p-footer__navItem {
  list-style: none;
  padding: 0;
  margin: 0;
	font-family: "myfont0";
	font-size: 1vw;
}

.p-footer {
  padding: 40px;
  background-color: lightgray;
}


.p-footer__inner {
  display: block;
}


@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}


.p-footer__category {
  font-weight: 700;
}


.p-footer__nav {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}


@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 0;
    display: flex;
    margin-left: 0;
    max-width: initial;
  }
}


.p-footer__categoryBlock:nth-child(2n) {
  margin-right: 0;
}


.p-footer__navList {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}


@media screen and (min-width: 768px) {
  .p-footer__navList {
    flex-wrap: wrap;
    margin-right: 16px;
  }
}

.p-footer__navList:last-child {
  margin-right: 0;
}


.p-footer__navItem +.p-footer__navItem {
  margin-top: 8px;
}


@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-right: 20px;
    margin-left: 0;
  }
}


.footer-contact{
	margin-top: 22.5vw;
	margin-left: -43vw;
}

.footer-contact img{
	width: 40vw;
}

.company-info{
	position: relative;
}

.company-info img{
	position: absolute;
	width: 9vw;
	margin-top: 2vw;
	margin-left: -2vw;
}

.company-info p{
	position: absolute;
	font-family: "myfont0";
	font-size: 1vw;
	left: 10vw;
	line-height: 2vw;
	top: 0.5vw;
}

.footer-copyright{
	position: relative;
	bottom: 0;
    background-color: #fff;
	text-align: center;
    padding: 20px 0;
    width: 100%;
	margin-top: 8.5vw;
}


.footer-copyright p{
	position: absolute;
	left: 38vw;
	top: 0.1vw;
}





@media screen and (max-width: 767px) { /*ウィンドウ幅が最大767pxまでの場合に適用*/
	.logo{
	position: fixed;
	width: 22vw;
	margin-top: 7vw;
}

.contact{
	 width: 35vw;
	margin-right: 5vw;
	margin-left: 60vw;
	margin-top: 20vw;
}
/*============
nav
=============*/
	.flexbox{
		display: none;
	}	

nav {
  display: block;
  position: fixed;
  left: -220px;
  width: 220px;
  top: 0;
  bottom: 0;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}


/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 10vw;
  right: 3vw;
  width: 40px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 5vw;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(317deg);
  transform: translateY(-10px) rotate(317deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
	
/*========FV====*/
.title{
	font-family: "myfont1";
	font-size: 5vw;
	color: #222;
	margin-top: 8vw;
	margin-left: 10vw;
	ruby-position: under;
	ruby-align: start;
}
.title span{
	color: #F1C829;
}

.title rt{
	font-family: "myfont0";
	font-size: 1vw;
	font-weight: 100;
}


/*=======Products===========*/
.productsall{
	margin-top: 3vw;
}
.productsall img{
	width: 70vw;
	margin-left: 15vw;
}

.productsall p{
	font-family: "myfont3";
	font-size: 2vw;
	text-align: center;
}

/*---------design---------*/
.design{
	position: relative;
}

.design .pro-title{
	position: absolute;
	font-family: "myfont3";
	font-size: 3vw;
	color: #222;
	margin-top: 1.5vw;
	ruby-position: under;
	ruby-align: center;
	left: 33vw;
	top: 0vw;
}

.design .pro-title rt{
	font-family: "myfont3";
	font-size: 0.8vw;
	font-weight: 100;
}

.design .order{
	position: absolute;
	font-family: "myfont0";
	font-size: 1.8vw;
	text-align: center;
	left: 16vw;
	top: 4vw;
}

.design .menu{
	position: absolute;
	text-align: center;
}

.design .above{
	position: absolute;
	display: flex;
	top: 18.5vw;
	left: 22.2vw;
}

.design .above img{
	width: 10.5vw;
}

.design .bottom{
	position: absolute;
	display: flex;
	top: 23.5vw;
	left: 25.2vw;
}

.design .bottom img{
	width: 12.75vw;
}

.designpic{
	position: absolute;
	top: 7vw;
	left: 55vw;
	width: 35vw;
}

.design .button{
	position: absolute;
	top: 30vw;
	left: 24vw;
}

.design .button img{
	margin-top: 1vw;
	width: 26.5vw;
	
}

/*-------------web-----------*/
.Web{
	position: relative;
	margin-top: 45vw;
}

.Web .pro-title{
	position: absolute;
	font-family: "myfont3";
	font-size: 3vw;
	color: #222;
	margin-top: 1.5vw;
	ruby-position: under;
	ruby-align: center;
	left: 66.5vw;
	top: 2vw;
}

.Web .pro-title rt{
	font-family: "myfont3";
	font-size: 0.8vw;
	font-weight: 100;
}

.Web .order{
	position: absolute;
	font-family: "myfont0";
	font-size: 1.8vw;
	text-align: center;
	left: 52vw;
	top: 6vw;
}

.Web .menu{
	position: absolute;
	text-align: center;
}

.Web .above{
	position: absolute;
	display: flex;
	top: 25.5vw;
	left: 52vw;
}

.web-hp{
	width: 7.9vw;
}

.web-lp{
	width: 7.9vw;
}

.web-hpmoving{
	width: 10vw;
}
.web-seo{
	width: 9.5vw;
}

.Web .bottom{
	position: absolute;
	display: flex;
	top: 29.5vw;
	left: 54vw;
}

.web-contentsadd{
	width: 13.9vw;
}

.web-hpranger{
	width: 17vw;
}
.webpic{
	position: absolute;
	top: 7vw;
	left: 20vw;
	width: 30vw;
}

.Web .button{
	position: absolute;
	top: 34vw;
	left: 55.5vw;
}

.Web .button img{
	margin-top: 1vw;
	width: 27vw;
}

/*---------video-------*/
.Video{
	position: relative;
	margin-top: 90vw;
}

.Video .pro-title{
	position: absolute;
	font-family: "myfont3";
	font-size: 3vw;
	color: #222;
	margin-top: 3vw;
	ruby-position: under;
	ruby-align: center;
	left: 33vw;
	top: 2vw;
}

.Video .pro-title rt{
	font-family: "myfont3";
	font-size: 0.8vw;
	font-weight: 100;
}

.Video .order{
	position: absolute;
	font-family: "myfont0";
	font-size: 1.8vw;
	text-align: center;
	left: 19.5vw;
	top: 7vw;
}

.Video .menu{
	position: absolute;
	text-align: center;
}

.Video .above{
	position: absolute;
	display: flex;
	top: 24vw;
	left: 21.5vw;
}

.video-cm{
	width: 11.3vw;
}

.video-mv{
	width: 9vw;
}

.video-edit{
	width: 11.2vw;
}

.Video .bottom{
	position: absolute;
	display: flex;
	top: 28.5vw;
	left: 31vw;
}

.Video .bottom img{
	width: 11.5vw;
}

.videopic{
	position: absolute;
	top: 7vw;
	left: 55vw;
	width: 32vw;
}

.Video .button{
	position: absolute;
	top: 33vw;
	left: 24vw;
}

.Video .button img{
	margin-top: 1vw;
	width: 27.5vw;
}


/*---------music-------*/
.Music{
	position: relative;
	margin-top: 135vw;
}

.Music .pro-title{
	position: absolute;
	font-family: "myfont3";
	font-size: 3vw;
	color: #222;
	margin-top: 3vw;
	ruby-position: under;
	ruby-align: center;
	left: 66.5vw;
	top: 2vw;
}

.Music .pro-title rt{
	font-family: "myfont3";
	font-size: 0.8vw;
	font-weight: 100;
}

.Music .order{
	position: absolute;
	font-family: "myfont0";
	font-size: 1.8vw;
	text-align: center;
	left: 52vw;
	top: 7vw;
}

.Music .menu{
	position: absolute;
	text-align: center;
}

.Music .above{
	position: absolute;
	display: flex;
	top: 24vw;
	left: 51vw;
}

.music-bgm{
	width: 10vw;
}

.music-production{
	width: 10vw;
}

.music-arrangement{
	width: 8vw;
}

.music-instruction{
	width: 10vw;
}

.Music .bottom{
	position: absolute;
	display: flex;
	top: 28vw;
	left: 56.5vw;
}

.music-dispatch{
	width: 13vw;
}

.music-artmanagement{
	width: 14vw;
}

.musicpic{
	position: absolute;
	top: 7vw;
	left: 20vw;
	width: 30vw;
}

.Music .button{
	position: absolute;
	top: 32vw;
	left: 57vw;
}

.Music .button img{
	margin-top: 1vw;
	width: 27vw;
}

.top{
	width: 6vw;
	text-align: center;
	margin-top: 180vw;
	margin-bottom: 3vw;
	margin-left: 47vw;
}
	

/*=========footer============*/
	.footer-pc{
		display: none;
	}
footer a{
	color: #222;
}

	.footer-sp{
		display: block;
	}
	.inner-block{
		display: block;
	}
.inner-block {
    padding: 30px 10px 10px;
  }

.logo .ja {
    font-size: 12px;
  }
.address {
    margin: 20px 0;
  }
.nav {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
.nav li {
    border-top: 1px solid #555;
  }
.nav li a {
    display: block;
    padding: 12px 20px;
    background-size: 6px auto;
  }
.footer-btn-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
  }
	
	.nav-child{
		display: none;
	}	
	
	.nav-child li a{
		text-decoration: none;
	}
	.js-aco{
		position: relative;
	}
/*アイコンの＋と×*/
.js-aco::before,
.js-aco::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.js-aco::before{
    top:48%;
    left: 90vw;
    transform: rotate(0deg);
    
}
.js-aco::after{    
    top:48%;
    left: 90vw;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.js-aco.close::before{
	top:48%;
    left: 90vw;
	transform: rotate(45deg);
}

.js-aco.close::after{
	top:48%;
    left: 90vw;
	transform: rotate(-45deg);
}
.js-aco li a {
    padding-left: 40px;
  }
	

.js-aco li a span {
  position: relative;
 
}
 
.js-aco li a span::before {
  display: inline-block;
  position: absolute;
  content: '';
　font-size: 3vw;
  color: #222;
  background-color: #ccc;
  top: 0;
  bottom: 0;
  right: calc(100% + 5px);
  margin: auto;
}
.nav .footer-btn-wrap a {
    padding: 10px;
    width: 40%;
  }

	.footercontact-sp img{
		width: 40vw;
		margin-left: 30vw;
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	
	.followus img{
		width: 80vw;
		margin-left: 10vw;
	}
	
	.footersns-sp{
		display: flex;
	}
	
	.instaico{
		width: 10vw;
		margin-left: 25vw;
	}
	
	.xico{
		width: 6vw;
		margin-left: 10vw;
		margin-right: 10vw;
		margin-top: 2.5vw;
	}
	
	.mailico{
		width: 7vw;
		height: 8vw;
		margin-right: 25vw;
		margin-top: 1.5vw;
	}
	
	.info{
		display:flex; 
		margin-top: 10vw;
		margin-left: 20vw;
		margin-right: 5vw;
	}
	
	.footer-logo-sp img{
		width: 20vw;
		margin-right: 10vw;
		margin-top: 5vw;
	}
	
	.footer-companyinfo p{
		font-family: "myfont0";
		font-size: 2.5vw;
	}
.copyright {
	display: block;
    font-size: 10px;
    text-align: center;
  }
}