body {
	margin: 0;
	padding: 0;
  }

.top {
	position: relative;
	width: 100%;
	/* background-size: 100%; */
	height: auto;
	}

.top_sp {
    width: 100%;
}
img.top_txt {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    /* height: 70vh; */
    max-height: 1080px;
}
	main {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

.agm_item{
	position: relative;
	ba: 650px;
	width: 77%;
	margin: 0 auto;
	margin-top: 50px;
}
.item_main{
	box-shadow: 5px 5px 10px #00000029;
	margin-bottom: 60px;
	/* padding-bottom: 20px; */
	position: relative;
}
.item_title{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: clamp(1.5rem, 1.251rem + 0.52vw, 1.875rem);
	margin: 10px 25px;
}
video{
	width: 100%;
	margin-bottom: 50px;
}
.sec_box{display: flex;align-content: flex-start;}
.sec_box1{width: 40%;/* margin: 0 30px 30px 30px; */}

.sec_box1 img {
    width: 100%;
}
.sec_box2{
	width: 60%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
	margin-right: 100px;
}

.btn_box {
    position: relative;
    width: 100%;
    height: 50px;
    /* top: 103vh; */
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    margin-bottom: 50px;
}
a{
	font-family: 'M PLUS 2', sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.homepage a{
	color:#FFFFFF;
}
.sp-nav a {
    color: #FFFFFF;
    text-decoration: none;
}

a.btn_detail {
	display: block;
	position: absolute;
	right: 40px;
	bottom: 20px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/* width: 200px; */
	/* min-width: 250px; */
	margin-right: 0px;
	padding: 0.3rem 3rem;
	font-size: clamp(0.875rem, 0.626rem + 0.52vw, 1.25rem);
	font-weight: bold;
	/* border: 2px solid #de6215; */
	background: #EB82D7;
	box-shadow: 5px 5px 10px #00000029;
	color: #fff;
	border-radius: 69px;
	transition: 0.5s;
}
a.btn_detail:hover {
	color: #FFFFFF;
	background: #EB8282;
}
a.btn_shop {
	display: block;
	position: absolute;
	right: 90px;
	top: 45px;
	z-index: 2;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/* width: 200px; */
	/* min-width: 250px; */
	margin-right: 0px;
	padding: 0.3rem 2rem;
	font-size: clamp(1.25rem, 0.834rem + 0.87vw, 1.875rem);
	/* font-weight: bold; */
	/* border: 2px solid #de6215; */
	background: #EB8E82;
	box-shadow: 5px 5px 10px #00000029;
	color: #393939;
	border-radius: 69px;
	transition: 0.5s;
}
a.btn_shop:hover {
	color: #FFFFFF;
	background: #D11524;
}

a.btn_mail {
	display: block;
	/* position: absolute; */
	right: 90px;
	top: 45px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/* width: 200px; */
	min-width: 134px;
	margin-right: 10px;
	padding: 1rem 1rem;
	font-size: clamp(0.875rem, 0.626rem + 0.52vw, 1.25rem);
	/* font-weight: bold; */
	/* border: 2px solid #de6215; */
	background: #D54FCA;
	box-shadow: 5px 5px 10px #00000029;
	color: #FFFFFF;
	border-radius: 30px;
	transition: 0.5s;
}

.contact_btn {
    display: flex;
    /* padding: 20px 10px 20px 0; */
}

.contact {
    margin-bottom: 39px;
    font-family: 'M PLUS 2', sans-serif;
    font-size: clamp(1rem, 0.418rem + 1.21vw, 1.875rem);
}

.contact {}
a.btn_mail:hover {
	color: #FFFFFF;
	background: #D11524;
}

a.btn_shop2 {
	display: block;
	/* position: absolute; */
	right: 90px;
	top: 45px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/* width: 200px; */
	min-width: 134px;
	margin-right: 0px;
	padding: 1.7rem 1rem;
	font-size: clamp(0.875rem, 0.626rem + 0.52vw, 1.25rem);
	/* font-weight: bold; */
	/* border: 2px solid #de6215; */
	background: #EB8E82;
	box-shadow: 5px 5px 10px #00000029;
	color: #393939;
	border-radius: 30px;
	transition: 0.5s;
}
a.btn_shop2:hover {
	color: #FFFFFF;
	background: #D11524;
}

.agm_overview{
	display: flex;
	flex-direction: row;
	padding: 30px 40px 30px 85px;
	align-items: center;
}

.agm_items{
	width: 60%;
	text-align: center;
}

.agm_items img {
    width: 90%;
}

.contact_box {
    width: 40%;
}

span.c1,span.c3 {
    display: block;
}

span.b1 {
}

.b1 {
    /* display: flex; */
}

footer{
	position: relative;
	background-color: #4B4B4B;
	bottom: 0;
	height: 118px;
	text-align: center;
	padding: 25px 0 0 50px;
	/* margin-bottom: 39px; */
	font-family: 'M PLUS 2', sans-serif;
	font-weight: 500;
	font-size: clamp(1rem, 0.418rem + 1.21vw, 1.875rem);
	color: #FFFFFF;
}

footer img {
    position: absolute;
    /* background-position-x: 20%; */
    height: 100%;
    bottom: 0;
    right: 40px;
    z-index: 0;
}

span.copyright {
    font-size: 14px;
    position: relative;
    bottom: -25px;
    z-index: 1;
}

span.homepage {
    display: block;
    position: relative;
    font-size: 22px;
    z-index: 1;
}
.emp{
	font-size: clamp(1.125rem, 0.626rem + 1.04vw, 1.875rem);
}
.sp{
	display: none;
}
@media only screen and (max-width: 768px) {

.pc{display: none!important;}
.sp{
	display: block;
}
a.btn_shop.pc{
	display:none;
}

a.btn_shop.sp{
	position: static;
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 30px;
	width: 45vh;
	max-width: 450px;
	padding: 1.3rem 2rem;
}

.item_main{
	padding-bottom: 20px;
}
.item_title{
	text-align: center;
}
.sec_box{
	flex-direction: column;
}
.sec_box1,.sec_box2{
	width: 80%;
	margin: 0 auto;
}
a.btn_detail{
	position: static;
	width: 30vh;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
header	{
	position: fixed;
	background-color: rgb(255,255,255, 1);
	/* opacity: 0.51; */
	width: 100%;
	height: 80px;
	z-index: 1000;
}
header img{height: 80px;margin: 0 auto;}

img.nav {
    /* position: absolute; */
    margin-top: 10vh;
    /* bottom: 0; */
    /* text-align: center; */
    /* margin: 0 auto; */
}
footer{
	padding: 25px 0 0 0;
}
  }


 /* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 50px;
	height: 40px;
	cursor: pointer;
	z-index: 300;
  }
  
  .hamburger__line {
	position: absolute;
	width: 50px;
	height: 3px;
	right: 0;
	background-color: #393939;
	transition: all 0.5s;
	}
    .open .hamburger__line{
		background-color: #FFFFFF;

	}
  .hamburger__line--1 {
	top: 1px;
  }
  
  .hamburger__line--2 {
	top: 18px;
  }
  
  .hamburger__line--3 {
	top: 36px;
  }
  
  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line--1 {
	transform: rotate(-45deg);
	top: 11px;
  }
  
  .open .hamburger__line--2 {
	opacity: 0;
  }
  
  .open .hamburger__line--3 {
	transform: rotate(45deg);
	top: 11px;
  }
  
  /* 
  sp-nav(ナビ)
  =================================== */
  .sp-nav {
	position: fixed;
	right: -100%;
	/*ハンバーガーがクリックされる前はWindow右側に隠す*/
	top: 0;
	width: 100%;
	/* 出てくるスライドメニューの幅 */
	height: 100vh;
	background-color: #000000;
	opacity: 0.8;
	color: #FFFFFF;
	text-align: center;
	transition: all 0.5s;
	z-index: 200;
	overflow-y: auto;
	/* メニューが多くなったらスクロールできるように */
	}

nav.sp-nav ul {
    margin-top: 150px;
    line-height: 40px;
}
  
  /*ハンバーガーがクリックされたら右からスライド*/
  .open .sp-nav {
	right: 0;
  }
  
  
  /* 
  black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
  .black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 5;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	cursor: pointer;
	z-index: 100;
  }
  
  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
	opacity: 0.3;
	visibility: visible;
  }

  .slide {
	display: block;
	/* position: relative; */
	/* height: calc(100vh - 80px); */
	/* max-height: 1080px; */
	width:100%;
	/* top: -23px; */
	object-fit:cover;
	overflow: hidden;
	z-index:1;
	}
  .slide_img {
	display: block;
	position: relative;
	width: 100%;
	/* height:70vh; */
	object-fit:cover;
	overflow: hidden;
	opacity: 0;
	animation: change-img-anim 30s infinite;
	}
  .slide_img:nth-of-type(1) {
	animation-delay: 0s;
  }
  .slide_img:nth-of-type(2) {
	animation-delay: 30s;
  }
  @keyframes change-img-anim-first {
	0%{ opacity: 1; transform: scale(1);}
	8%{ opacity: 1;}
	36%{ opacity: 1; }
	83%{ opacity: 1;}
	100%{ opacity: 0; transform: scale(1.2);}
  }
  @keyframes change-img-anim {
	0%{ opacity: 0; transform: scale(1);}
	5%{ opacity: 1;}
	12%{ opacity: 1;}
	45%{ opacity: 1;}
	83%{ opacity: 1;}
	100%{ opacity: 0; transform: scale(1.2);}
  }
  