@charset "UTF-8";
* {box-sizing: border-box;}
html {font-size: 62.5%;}
body {
	font-size: 2.5rem;
	line-height: 1.4;
	transition: .5s;
	display: block;
	height: 100vh;
	background-image: url(../images/2025odoburu_01/bg_hirai.jpg) ;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-width: 320px;
	margin: 0;
}
.bg-yellow{
	background: #FFEBAE;
}
body.after_load {
	opacity: 1;
}
body * {
	color: #000;
	letter-spacing: 0.05em;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
}
.bold {font-weight: 700;}
a{
	text-decoration: none;
}
ul{
	padding-left: 0;
}
li{list-style: none;}
a, a:hover, a::after, a:hover::after, a img, a:hover img, a::before, a:hover::before {transition: 0.3s;}
a, a:focus {outline:none;}
img {width: 100%;}
.relative{
	position: relative;
}
section{
	padding-bottom: 5%;
}
.absolute{
	position: absolute;
}
.scrolldown {
	position: fixed;
	bottom: 5%;
	right: 3%;
	width: 150px;
	height: 150px;
	transition: .5s;
}
.scrolldown  img{
	width: 100%;
}
.scrolldown .asirai {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 125px;
    height: 127px;
	animation: infinite-rotate 20s linear infinite;
  }
  .scrolldown.sp{
	display: none;
  }
  
  @keyframes infinite-rotate {
	0% {
	  transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
	  transform: translate(-50%, -50%) rotate(360deg);
	}
  }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

h2 {
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5%;
	padding-top: 50px;
	color: #007C34;
	margin-top: 0;
}
/* header */
header{display: none;}
/* .inner section {
	padding: 3% 20px 20% 20px;
} */
.txt-center{
	text-align: center;
}
.pd-side{
	padding: 0 5%;
}
.red{
	color: #E60012!important;
	font-weight: 600;
}
.mb{margin-bottom: 5%;}

.page-top{
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 10;
}
.page-top a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: end;
	height: 100%;
	width: 120px;
	height: 120px;
	background: #E60012;
	border-radius: 60px;
	z-index: 1;
}
.page-top a .chikuwa{
	position: absolute;
	top: -15%;
	left: 50%;
	transform: translateX(-50%);
	transition: .3s;
	width: 60px;
	height: 100px;
	background-image: url(../images/2025odoburu_01/chikuwa_01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.page-top a p{
	font-size: 1.2rem;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 500;
}
.page-top .shadow{
	width: 100%;
	height: 100%;
	background: #9C0000;
	position: absolute;
	bottom: -5px;
	right: -5px;
	border-radius: 60px;
	z-index: -1;
}
.bg-grid{
	background-image: url(../images/2025odoburu_01/video_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* menu -----------------------------------------------------------------------------------*/
.menu {
	top: 46%;
  left: 8vw;
  position: fixed;
  width: 30%;
  /* transform: translate(-60% , -55%); */
  transform: translateY(-60%);
}
#top-logo {
	width: 230px;
	margin-inline: auto;
	margin-bottom: 10px;
}
nav{
	max-width: 600px;
}
.nav_list li{
	margin-bottom: 10px;
}
.nav_list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 100%;
	height: 50px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #007C34;
	border: solid 1px #007C34;
	border-radius: 30px;
	margin-inline: auto;
}
.nav_list li a::after{
	content: "";
	position: absolute;
	top: 48%;
	right: 20px;
	display: inline-block;
	vertical-align: middle;
	color: #007C34;
	line-height: 1;
	width: 12px;
	height: 12px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-50%) rotate(135deg);
}
.nav_list a::after {
	content:"";
	background: url(../images/2025odoburu_01/nav_icon.svg) no-repeat;
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.btn.cta-btn{
	display: block;
	margin-bottom: 20px;
	z-index: 5;
}
.btn.cta-btn .btn-inner{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	background: #00AC48;
	border-radius: 50px;
	bottom: 0;
	right: 0;
	transition: .2s;
}
.btn.cta-btn .btn-inner > div{
	margin-top: 4px;
}
.btn.cta-btn::after{
	content: "";
	position: absolute;
	display: inline-block;
	color: #fff;
	width: 15px;
	height: 15px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(45deg);
	transition: .2s;
}
.btn.cta-btn .shadow{
	position: absolute;
	width: 100%;
	height: 70px;
	bottom: -8px;
	right: -5px;
	background: #007C34;
	z-index: -1;
	border-radius: 50px;
	transition: .3s;
}
.btn.cta-btn span{
	display: block;
	text-align: center;
	margin-bottom: 5px;
	color: #F7FF03;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 600;
}
.btn.cta-btn p{
	font-size: 2rem;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	font-weight: 600;
	margin: 0;
}
.btn.cta-btn .btn-item{
	position: absolute;
	left: 20px;
	width: 68px;
}
.contents .btn.cta-btn{
	width: 100%;
	margin-inline: auto;
}

.sp_menu_btn button {
	display: none;
}
.button{
	display: flex;
	justify-content: center;
}
.button a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 60px;
	background: #fff;
	border: solid 2px #00AC48;
	border-radius: 30px;
	line-height: 1;
	color: #00AC48;
	font-size: 1.6rem;
	font-weight: bold;
	transition: 0.45s;
}
.button a::after{
	content: "";
	position: absolute;
	display: inline-block;
	color: #00AC48;
	width: 10px;
	height: 10px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}
/* .button a::before{
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
} */
.button.b-line a{
	background: #04C755;
	border: solid 2px #04C755;
	color: #fff;
}
.button.b-line a::before{
	width: 30px;
	height: 30px;
	left: 25px;
	background-image: url(../images/2025odoburu_01/sns_icon_line.png);
}
.button.b-line a::after{
	color: #fff;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
}
.button.b-insta  a{
	background: #FF7BAB;
	border: solid 2px #FF7BAB;
	color: #fff;
}
.button.b-insta  a::before{
	background-image: url(../images/2025odoburu_01/sns_icon_insta.png);
}
.button.b-insta a::after{
	color: #fff;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
}
.button.b-aikotoba a{
	background: #EA5E6A;
	border: solid 2px #EA5E6A;
	color: #fff;
}
.button.b-aikotoba a::before{
	background-image: url(../images/2025odoburu_01/sns_icon_aikotoba.png);
}
.button.b-aikotoba a::after{
	color: #fff;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
}
.fs0{font-size: 0;}

.contents {
	width: 450px;
	margin-left: auto;
	margin-right: 0;
	/* transform: translate(160%, 0%); */
	position: relative;
	right: 17%;
	overflow-y: auto;
	-ms-overflow-style: none;
	 scrollbar-width: none;
}
.contents::-webkit-scrollbar {
	display: none;
}
.menu-ashirai{
	width: 55%;
	bottom: -4%;
	left: 0;
	z-index: -1;
	position: fixed;
}
.sp-cta {display: none;}
.sp-logo{display: none;}

/* ヘッダー -------------------------------------------------------------------------------*/
header .sp-block{display: none;}

/* FV -----------------------------------------------------------------------------------*/
.FV {
	padding: 0;
}
.FV .fifth{
	width: 35%;
	top: 3%;
	left: 5%;
	z-index: 2;
}
.FV .f_txt{
	width: 80%;
	top: -2vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.fv-area{
	width: 100%;
}
/* cta-area -----------------------------------------------------------------------------------*/
.cta-area{
	padding: 5%;
	background: #E60012;
}
.cta-area .limit{
	display: inline-block;
	background: #fff;
	color: #E60012;
	padding: 2px 10px;
	border-radius: 5px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 0;
}
.cta-area .day{
	font-size: 3.2rem;
	color: #fff;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.cta-area .day small{
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
}

.tel-area {
	justify-content: center;
	margin-top: 8%;
}
.tel-area .item{
	width: 48%;
	margin: 0 1%;
}
.tel-area .item span{
	display: block;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 500;
}
.tel-area .item a{
	position: relative;
	display: block;
	pointer-events: none;
	font-size: 2.5rem;
	color: #fff;
	line-height: 1.2;
	font-weight: 500;
}
.tel-area .item:last-of-type{
	margin-top: 15px;
}
.tel-area .item .flex{
	align-items: center;
}
.tel-area .item .icon{
	width: 20px;
	margin-right: 3%;
}

/* reason */
.reason h1.ttl{
	width: 68%;
	margin-inline: auto;
	padding-top: 12%;
	margin-bottom: 5%;
	margin-top: 0;
}
.reason .relative:first-of-type h2{
	padding-top: 0;
}
.reason h2 {
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	padding-top: 20px;
}
.reason h2 span{
	display: flex;
	width: 18%;
	margin-right: 10px;
}
.reason .txt{
	font-weight: 500;
	margin-bottom: 5%;
}
.reason .loop{
	margin-bottom: 10px;
}

/* lineup -----------------------------------------------------------------------------------*/
.lineup h1.ttl{
	width: 90%;
	margin-inline: auto;
	padding-top: 12%;
	margin-bottom: 5%;
	margin-top: 0;
}
.lineup .txt{
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 5%;
}
.lineup .relative:first-of-type{
	margin-bottom: 15%;
}
.lineup h2{
	padding-top: 0;
}
.lineup .loop{
	margin-bottom: 10%;
} 
.loop {
    display: flex;
    overflow: hidden;
}
.loop ul {
	display: flex;
	width: 100vw;
}
.loop li {
	width: 25vw;
	padding: 0 10px;
}
.loop ul:first-child {animation: loop 100s -50s linear infinite;}
.loop ul:last-child {animation: loop2 100s linear infinite;}

@keyframes loop {
	0% {transform: translateX(100%);}
	to {transform: translateX(-100%);}
}
@keyframes loop2 {
	0% {transform: translateX(0);}
	to {transform: translateX(-200%);}
}


 /* 動画 */
 .video{
	padding-bottom: 15%;
 }

/* よくある質問 --------------------------------------------------------------*/
.faq .accordion-area{
	margin-bottom: 8%;
}
.faq .accordion-header{
	font-size: 1.8rem;
}
.faq p{
	font-size: 1.8rem;
	font-weight: 500;
}
.accordion {
	margin-bottom: 10px;
	font-family: sans-serif;
  }
  
  .accordion-header {
	position: relative;
	cursor: pointer;
	padding: 10px 35px 10px 15px;
	background: #fff;
	display: flex;
	align-items: center;
	font-weight: bold;
	border-radius: 10px;
  }
  .accordion-header:last-of-type{
	margin-bottom: 0;
  }
  .accordion-header::before {
	content: '';
	position: absolute;
	right: 22px;
	width: 1px;
	height: 15px;
	background: #b71c1c;
	transition: transform 0.3s;
  }
  .accordion-header::after {
	content: '';
	position: absolute;
	right: 15px;
	width: 15px;
	height: 1px;
	background: #b71c1c;
	transition: transform 0.3s;
  }
  .accordion.active .accordion-header::before{
	transform: rotate(90deg);
  }
  
  .accordion h3{
	font-size: 3.5rem;
	margin:0;
  }
  .accordion-content {
	max-height: 0;
	overflow: hidden;
	color: #333;
	transition: max-height 0.4s ease, padding 0.4s ease;
  }
  .accordion.active .accordion-content {
	padding: 10px 0;
  }
  .accordion.active .accordion-content {
	max-height: 80vh;
  }
  
  .accordion-content .highlight {
	color: red;
	font-weight: bold;
  }
  .faq .tel-area{margin-top: 0;}
  .faq .tel-area .item{width: 100%; margin-bottom: 15px;}
  .faq .tel-area .item:last-of-type{margin-top: 0;}
  .faq .tel-area .item a{font-size: 3rem; font-weight: 600;}
  .faq .tel-area .item span{display: inline-block; padding: 2px 12px; background: #E60012; position: relative; border-radius: 3px;}
  .faq .tel-area .item .icon{width: 25px; margin-top: 6px;}
  .faq p{margin-bottom: 10px;}
  .faq .btn.cta-btn{width: 95%;}

/* sns --------------------------------------------------------------------------------------*/
.sns h3{
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.sns ul{
	width: 220px;
	margin-inline: auto;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.sns ul li{
	width: 20%;
}

/* footer -----------------------------------------------------------------------------------*/
.footer-area .button{
	margin-bottom: 20px;
}
.footer-area .button:last-of-type{
	margin-bottom: 0px;
}
.footer-area .fifth{
	width: 280px;
	margin-inline: auto;
}
.footer-area .btn-area p{
	margin-bottom: 20px;
}
.footer-area p.insta-txt{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 5px;
	color: #3c433f;
}
.footer-area p.insta-txt::before{
	content: "";
	width: 1px;
	height: 20px;
	background: #3c433f;
	position: absolute;
	left: -12px;
	top: 2px;
	transform: rotate(-20deg);
}
.footer-area p.insta-txt::after{
	content: "";
	width: 1px;
	height: 20px;
	background: #3c433f;
	position: absolute;
	right: -8px;
	top: 2px;
	transform: rotate(20deg);
}
footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.copy {
	display: block;
	font-size: 1.1rem!important;
	margin-top: 10%;
}

.btn_block {
	width: 100%;
	margin: auto;
  display: block;
  background-color: #c74947;
  font-weight: bold;
  padding: 14px 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 0 rgb(0 0 0 / 20%);
  transition: .3s;
  cursor: pointer;
	position: relative;
}
.btn_block:hover {
	box-shadow: none;
	transform: translate(0, 5px);
}
.btn_block span {
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.btn_block::after {
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -7px;
}


.anm {
	opacity: 0;
	transform: translateY(10px);
	transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.anm.show {
	opacity: 1;
	transition-delay: .1s;
	transform: translateY(0px);
}

.hosoku{
	display: block;
	font-size: 1.4rem;
	padding: 0 15px;
	color: #3c433f;
	text-indent: -14px;
	margin-bottom: 10px;
}

/* --------------------- */
@media screen and (min-width: 751px) {
	.btn.cta-btn:hover .btn-inner{right: -5px; bottom: -8px;}
	.btn.cta-btn:hover::after{top: 56%; right: 15px;}
	.nav_list li a:hover{background: #007C34; color: #fff;}
	.nav_list li a:hover::after{top: 62%; border: 2px solid #fff; border-left: 0; border-bottom: 0;}
	.button a:hover{background: #00AC48; color: #fff;}
	.button a:hover::after{right: 15px; border: 2px solid #fff; border-left: 0; border-bottom: 0;}
	.page-top a:hover .chikuwa{top: -35%; background-image: url(../images/2025odoburu_01/chikuwa_02.png)!important; width: 70px; height: 130px;}
}

/* --------------------- */
@media screen and (min-width: 1441px) {
	.contents{right: 20%;}
}
@media screen and (min-width: 1641px) {
	.contents{right: 30%;}
}
@media screen and (max-width: 1300px) {
	.btn.cta-btn span{font-size: 1.6vw;}
	.btn.cta-btn p{font-size: 2vw;}
	.cta-item-on.btn.cta-btn span{font-size: 1.4vw;}
	.cta-item-on.btn.cta-btn p{font-size: 1.6vw;}
	.btn.cta-btn .btn-item{width: 4.5vw;}
}/* 1200px */

@media screen and (max-width: 1100px) {
	.contents{right: 0; width: 50%;}
	.menu {left: 5vw; width: 40%;}

	.cta-item-on.btn.cta-btn span{font-size: 1.6vw;}
	.cta-item-on.btn.cta-btn p{font-size: 2vw;}
	.btn.cta-btn .btn-item{width: 5vw;}
	.copy{padding-bottom: 20vw;}
}

@media screen and (max-width: 900px) {
	.tel-area .item .icon{width: 2.5vw;}
	.tel-area .item a{font-size: 2.8vw;}
}/* 900px */

@media screen and (max-width: 680px) {
	body { display: block; background-image: none;}
	p{font-size: 1.8rem;}
	.contents {position: static; background-color: #fff; width: 100%; height: auto; transform: translate(0, 0);}
	.pd {padding: 0 15px 12% 15px;}

	.btn.cta-btn p{font-size: 1.8rem;}
	.btn.cta-btn span {font-size: 1.6rem; margin-bottom: 5px;}

	header{display: block; width: 100%; height: 50px; background: #fff; position: fixed; top: 0; z-index: 100;}
	header .sp-block{display: block; width: 200px; top: 60%; transform: translateY(-50%); left: 20px;}

	.FV .f_txt{top: -5vw;}
	.FV > div {
        padding-top: 50px;
        background: #FEF4E3;}

	.nav_list li {width: 100%; height: 100%; margin: 0 0 2rem 0;}
	.sp_menu_btn {position: fixed; top: 0; right: 0; z-index: 9997;}
	.sp_menu_btn button {display: block; cursor: pointer; width: 50px; height: 50px; border-left: 2px #E60012 solid; border-bottom: 2px #E60012 solid; border-right: none; border-top: none; outline: none; background-color: #fff; padding: 0; transition: .3s;}
	.sp_menu_btn button p{font-size: 1.2rem; color: #E60012; margin: 0;}
	.sp_menu_btn button span.bar { display: block; height: 3px; width: 25px; background-color: #E60012; margin: 3px auto; transition: all 0.2s; transform-origin: 0 0;}
	.sp_menu_btn button.active span.bar {width: 25px; transform-origin: center left;}
	.sp_menu_btn .active .bar1 {transform: rotate(45deg) translate(3px, -3px);}
	.sp_menu_btn .active .bar2 {opacity: 0;}
	.sp_menu_btn button.active .bar3 {transform: rotate(-45deg) translate(2px, 5px); margin-top: 12px;}
	.menu {width: 350px; position: fixed; top: 0; left: inherit; right: -350px; z-index: 101; transform: translate(0, 0); transition: 1s cubic-bezier(0.16, 1, 0.3, 1);}
	#top-logo {width: 70%; padding-top: 60px;}
	.menu nav {
		background-image: url(../images/2025odoburu_01/bg_hirai.jpg) ;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		position: static;
		background-attachment: fixed;
		height: 100vh;
		padding: 20px;
		box-sizing: border-box;
	}
	.menu.open {right: 0;}
	.menu nav > ul li {transition: 1s cubic-bezier(0.16, 1, 0.3, 1); margin-bottom: 24px;}
	.menu nav > ul li:last-child {margin-bottom: 0;}
	.menu.open > ul li a {
		transform: translateX(0px);
		opacity: 1;
		transition-delay: .2s;
	}
	/* .menu.open > ul li a:hover{opacity: 0.6;} */
	.menu.open > ul li:nth-child(2) a {transition-delay: .35s;}
	.menu.open > ul li:nth-child(3) a {transition-delay: .4s;}
	.menu.open > ul li:nth-child(4) a {transition-delay: .45s;}
	.menu.open > ul li:nth-child(5) a {transition-delay: .5s;}

	.btn.cta-btn.cta-item-on{display: flex; justify-content: center; margin-bottom: 15%;}
	.cta-item-on.btn.cta-btn p{font-size: 1.6rem;}
	.cta-item-on.btn.cta-btn span{font-size: 1.4rem; margin-bottom: 5px;}
	.cta-item-on.btn.cta-btn.btn.cta-btn .btn-item{width: 40px; left: 10px;}

	.sp-logo{display: block; width: 130px; position: absolute; top: 12px; z-index: 2; left: 20px;}

	.menu-ashirai{display: none;}
	.page-top{bottom: 2%;}
	.page-top a{width: 80px; height: 80px;}
	.page-top a .chikuwa{top: -50%; width: 50px; height: 80px;}
	.page-top p{font-size: 1rem;}

	.loop ul{width: 300vw;}
	.loop li{width: 100vw;}

	.class .swiper-slide .txt-area{padding: 15px;}
	.class .swiper-slide .txt-area h3{font-size: 1.8rem;}

	h2{font-size: 3rem;}

	.pd-side{padding: 0 3%;}
	.cta-area{padding: 5% 3%;}
	.tel-area .item .icon{width: 3.5vw; display: flex; justify-content: center; align-items: center; margin-top: 3px;}
	.tel-area .item a{font-size: 5.5vw;}
	.faq{padding-bottom: 30%;}
	.faq .accordion-header{font-size: 1.6rem; padding: 10px 30px 10px 15px;}
	.faq .accordion-header span{margin-right: 5px;}
	.faq p{font-size: 1.6rem;}
	.copy{padding-bottom: 12vw;}
}/* 650px */

@media screen and (max-width: 520px) {
	.menu { width: 100%; right: -100%;}
	.cta-item-on.btn.cta-btn.btn.cta-btn .btn-item{width: 15vw;}
	.page-top{bottom: 12%;}
	.sp-cta {display: block; width: 100%; position: fixed; bottom: 0; z-index: 2;}
	.sp-cta .image-btn{font-size: 0;}
	.tel-area .item a{pointer-events: all;}
}/* 520px */

@media screen and (max-width: 480px) {
}/* 480px */

@media screen and (max-width: 400px) {
	.menu { width: 100vw; right: -100vw;}
	.nav_list li span{font-size: 1.4rem;}
	.FV > div{padding-top: 50px; background: #fff;}
	.message .pd{padding-top: 70px;}
	
}/* 400px */


@media screen and (max-width: 350px) {
	.ca_btn-area ul li a{font-size: 1.4rem;}
	.ca_btn-area ul li a::after{right: 8px;}
	.copy{padding-bottom: 32vw;}
}/* 370px */
