@charset "UTF-8";
@font-face {
  font-family: 'impact';
  src: url(../font/impact.ttf) format("truetype");
}
@media screen and (min-width: 981px) {
body {
  display: none;
}
}

/*---------------------------------
              main
---------------------------------*/
@media screen and (max-width: 980px) {
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0px; 
	padding: 0px;
  background: none;
  height: 100%;
  overflow: scroll;
  background-color: #000000;

}
body::before {
	background:url("../img/00-main/bg/main-bg.png") repeat center top;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 0;
	content: "";
	z-index: -1;
  opacity: .8;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
  border: none;
}

/*---------------------------------
          closing time
---------------------------------*/
.close_box {
  top: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  opacity: 0.7;
  position: fixed;
  z-index: 9998;
}
.close_img01 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%)
             translateY(-50%);
  z-index: 9999;
}

/*---------------------------------
          scroll fixed
---------------------------------*/
.page-top {
  display: none;
  position: fixed;
  cursor: pointer;
  right: -15px;
  bottom: 180px;
  opacity: 0.8;
  transition: 0.4s;
  z-index: 99999999;
}
.triangle::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 99px;
  background-color: #555555;
}
.triangle::after {
  content: '';
  position: absolute;
  top: -8px;
  bottom: 0;
  right: 58px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0 solid transparent;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 50px solid #FFFFFF;
  transform: translateY(-1px);
  box-sizing: border-box;
}
.page-top.active {
  display: block;
}
.page-top:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.line-fixed {
  display: none;
  position: fixed;
  cursor: pointer;
  left: -15px;
  bottom: 80px;
  opacity: 1.0;
  transition: 0.4s;
  z-index: 99999999;
}
.chat-btn {
  position: relative;
  width: 188px;
  height: 321px;
  background-color: #d690ff;
  border-radius: 15px;
}
.line-fixed.active {
  display: block;
}
.line-fixed:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.support-text {
  position: absolute;
  top: 1px;
  margin: 0 0 0 47px;
  font-size: 25px;
  font-weight: bold;
  color: #FFFFFF;
}
.support {
  position: absolute;
  width: 145px;
  margin: 0 0 0 29px;
  bottom: 15px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.support p {
  font-size: 25px;
  margin: 10px 0 8px 0;
}

/*---------------------------------
            fixed bar
---------------------------------*/
.header-bar {
  display: flex;
  align-items:center;
  background-color: #000000;
  width: 100%;
  padding: 0px 0;
  color: #FFFFFF;
  position: fixed;
  z-index: 9998;
}
.header-bar2 {
  display: flex;
  background-color: #000000;
  width: 100%;
  padding: 0px 0;
  color: #FFFFFF;
  opacity: 0;
}
.header-logo {
  margin: 10px 10px 10px 95px;
}
.header-logo2 {
  padding: 0 0 0 14px;
}
.header-logo-animation {
  animation: rotation-y 2.5s linear infinite;
}
@keyframes rotation-y {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.search {
	display: flex;
  align-items:center;
	width: 46%;
	margin: 0 15px 0 12px;
}
input::placeholder {
  color: #c1c1c1;
  padding: 0 2px;
}
.search input[type=text] {
  width: 100%;
  height: 75px;
  font-size: 30px;
  margin: 10px 0;
  padding: 5px 0 5px 25px;
  color: #000000;
  border: 6px solid #c1c1c1;
  border-radius: 18px 0 0 18px;
  outline: none;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.0) inset;
}
.search button[type=submit] {
  height: 77px;
  margin: 10px 0;
	padding: 9px 35px 7px 35px;
	font-size: 35px;
	color: #FFFFFF;
	border: 1px solid #c1c1c1;
	border-radius: 0 18px 18px 0;
	cursor: pointer;
}
.frame input[type=text] {
	border-color: #c1c1c1;
}
.frame button[type=submit] {
	border-color: #c1c1c1;
	background: #c1c1c1;
}
.header-icon1 {
  padding: 5px 8px 0 24px;
}
.header-icon2 {
  padding: 5px 15px 0 16px;
}
.fa-heart {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 55px;
  font-style: normal;
  margin: 25px 0;
}
.fa-cart-shopping {
  font-family: "Font Awesome 6 Free";
  content: "\f07a";
  font-size: 48px;
  font-style: normal;
  color: #FFFFFF;
  margin: 25px 0;
}
.fa-bars {
  font-family: "Font Awesome 6 Free";
  content: "\foc9";
  font-size: 55px;
  font-style: normal;
  color: #FFFFFF;
  margin: 25px 0;
}

/*---------------------------------
              g-nav
---------------------------------*/
#g-nav {
  position: fixed;
  top: 110px;
  left: -100%;
  width: 100%;
  height: 100vh;
  background:#FFFFFF;
  transition: all 0.15s;
}
#g-nav.panelactive {
  left: 0;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
#g-nav ul {
  position: absolute;
  width: 100%;
  top: 400px;
  left: 50%;
  transform: translate(-50%,-50%);
  padding-left: 0;
}
#g-nav li {
	list-style: none;
  text-align: center;
}
#g-nav li a {
  font-size: 30px;
	color: #FFFFFF;
	text-decoration: none;
  margin-bottom: 3px;
	padding: 25px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
  background-color: #ddc1c3;
}
.openbtn {
	position: fixed;
	top: 22px;
	left: 12px;
	cursor: pointer;
  width: 100px;
  height:70px;
}
.openbtn span {
  display: inline-block;
  transition: all .0s;
  position: absolute;
  left: 14px;
  height: 7px;
  border-radius: 2px;
	background-color: #FFFFFF;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}
.openbtn span:nth-of-type(2) {
	top:30px;
}
.openbtn span:nth-of-type(3) {
	top:46px;
}
.openbtn.active span:nth-of-type(1) {
  top: 25px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 55%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: 37px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 55%;
}







iframe {
  display: block;
  width: 100%;
  border: none;
  overflow-y: hidden;
  margin-bottom: -15px;
}
.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
}
.fadein-bottom{
    transform: translate(0,30px);
}
.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

}