@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: 5vw;
	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====*/
.frame-sp{
	display: none;
}
.frame-pc{
	width: 55vw;
	margin-left: 18vw;
	margin-top: -1vw;
}

.fv-catch{
	position: relative;
}

.h1-text{
	position: absolute;
	top: 15vw;
	left: 40vw;
	font-size: 4vw;
	font-family: "myfont2";
	font-weight: 400;
	color: #222222;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.p-text{
	position: absolute;
	top: 15vw;
	left: 40vw;
	font-size: 4vw;
	font-family: "myfont2";
	font-weight: 400;
	color: #fff;
	z-index: 1;
  -webkit-text-stroke: 30px white;
	transform: translate(-50%, -50%);
}

.catchphrase-ja{
	position: absolute;
	top: 17vw;
	left: 26vw;
	font-family: "myfont3";
	font-size: 2vw;
	font-weight: 100;
	color: #222;
	text-align: center;
}

.fv-girl{
	width: 45vw;
	margin-left: 40vw;
	margin-top: -14vw;
	
}

.text-sp{
	display: none;
}

.text-pc{
	font-family: "myfont3";
	margin-top: 5vw;
	margin-left: 10vw;
	line-height: 3.7vw;
}

.text-pc p{
	font-size: 1.5vw;
}

.top{
	width: 6vw;
	text-align: center;
	margin-top: 5vw;
	margin-bottom: 3vw;
	margin-left: 47vw;
}
/*=======About===========*/
.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;
}


.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;
}
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: 7.5vw;
	margin-bottom: 5vw;
	margin-left: 1vw;
}

.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-sp{
	display: none;
}

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

.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;
	margin-top: 2vw;
}

.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: 25vw;
	margin-top: 7vw;
}

.contact{
	 width: 35vw;
	margin-right: 5vw;
	margin-left: 60vw;
	margin-top: 20vw;
}
/*============
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: 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====*/
	.frame-pc{
		display: none;
	}
.frame-sp{
	display: block;
	width: 80vw;
	margin-left: 10vw;
	margin-top: 5vw;
}

.fv-catch{
	position: relative;
}
/*---
.h1-text{
	position: absolute;
	top: 35vw;
	left: 30vw;
	font-size: 6.5vw;
	font-family: "myfont2";
	font-weight: 400;
	color: #222222;
	z-index: 2;
}

.p-text{
	position: absolute;
	top: 31vw;
	left: 2.5vw;
	font-size: 6.5vw;
	font-family: "myfont2";
	font-weight: 400;
	color: #fff;
	z-index: 1;
  -webkit-text-stroke: 10px white;
}

.catchphrase-ja{
	position: absolute;
	top: 42vw;
	left: 22vw;
	font-family: "myfont3";
	font-size: 3.6vw;
	font-weight: 100;
	color: #222;
	text-align: center;
}
---*/
.fv-girl{
	width: 100vw;
	margin-left: 0vw;
	margin-top: -15vw;
	
}

.text-sp{
	display: block;
	font-family: "myfont3";
	margin-top: 5vw;
	margin-left: 1vw;
	line-height: 7.5vw;
}

.text-sp p{
	font-size: 3vw;
}

	.text-pc{
		display: none;
	}

.top{
	width: 6vw;
	text-align: center;
	margin-top: 5vw;
	margin-bottom: 3vw;
	margin-left: 47vw;
}
/*=======About===========*/
.title{
	font-family: "myfont1";
	font-size: 6vw;
	color: #222;
	margin-top: 10vw;
	margin-left: 7vw;
	ruby-position: under;
	ruby-align: start;
}
.title span{
	color: #F1C829;
}

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



/*=========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;
  }
}