@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

body{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing: 1px;
	color: #000 !important;
}

/*================================
MV
================================*/
#h_bg{
	position: relative;
	background-image: url("../img/h_bg.png");
	background-repeat: repeat-x;
}
#h_bg .container{ position: relative;}
#h_btn{
	position: absolute;
	right: 15px;
	background-color: #f5911e;
	color: #fff;
	border-radius: 30px;
	width: 100%;
	max-width: 130px;
	display: block;
	padding: 0.25rem 0.75rem;
}
#h_logo p{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
}
@media (min-width: 1200px){
}
@media (min-width: 768px){
	#h_bg{
		padding-top: 90px;
		background-position: bottom 85px center;
	}
	#h_bg{ padding-bottom: 180px;}
	#h_btn{ top: -75px;}
	#h_logo{
		position: absolute;
		top: -70px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
	}
}
@media (max-width: 1199px){
	#h_bg{ background-size: contain;}
}
@media (max-width: 767px){
	#h_bg{
		padding-top: 15px;
		padding-bottom: 100px;
		background-position: bottom 20% center;
	}
	#h_btn{ top: 0;}
	#h_logo{ margin-bottom: 15px;}
}
@media (max-width: 575px){
	#h_logo{ padding-top: 45px;}
}

/*================================
TITILE
================================*/
.page_tit{
  position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, transparent 0%, transparent 50%, #fcfae0 50%, #fcfae0 100%);
}
.t_bubble{
  position: relative;
	left: 0;
	top: 0;
	text-align: center;
	margin: 0 auto;
}
.t_bubble::after {
  content: '';
  background: #8ac43f;
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.t_bubble::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #8ac43f;
	mix-blend-mode: multiply;
}
.t_bubble_txt{
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
	display: block;
	margin: 0 auto;
}
.t_bubble_txt h1{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	margin: 0;
}
@media (min-width: 992px){
	.t_bubble{ max-width: 860px;}
}
@media (min-width: 768px){
	.page_tit{ padding: 70px 0;}
	.t_bubble_txt{ padding: 20px;}
	.t_bubble_txt h1{ font-size: 1.8rem;}
}
@media (max-width: 991px){
	.t_bubble{ max-width: 94%;}
}
@media (max-width: 767px){
	.page_tit{ padding: 35px 0;}
	.t_bubble_txt{ padding: 15px;}
	.t_bubble_txt h1{ font-size: 1.3rem;}
}

/*================================
MAIN
================================*/
#main{
	position: relative;
	overflow: hidden;
}
.sec_tit{
	color: #8ac43f;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 767px){
	.sec_tit{ font-size: 1.4rem;}
}
.listbox{ border: dashed 2px #8ac43f;}
.listbox ul{
	list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.listbox ul li{
	position: relative;
  padding-left: 20px;
}
.listbox ul li::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #8ac43f;
	border-radius: 50%;
}
.listbox p{ margin-bottom: 0;}
.lh_txt{
	line-height: 2;
	margin: 40px 0;
}
@media (min-width: 768px){
	.listbox{ padding: 20px;}
}
@media (max-width: 767px){
	.listbox{ padding: 10px;}
}

/*================================
ABOUT
================================*/
#about{
	position: relative;
	background-color: #fcfae0;
}
#about::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.aboutbox{
	position: relative;
	z-index: 1;
}
.aboutbox p{
	font-weight: bold;
	line-height: 2;
	margin-bottom: 40px;
}
.aboutbox::before,
.aboutbox::after{
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
.aboutbox::before{
	background-image: url("../img/bg_left.png");
	width: 135px;
	height: 170px;
}
.aboutbox::after{
	background-image: url("../img/bg_right.png");
	width: 117px;
	height: 186px;
}
@media (min-width: 992px){
	.aboutbox::before{ left: 0;}
	.aboutbox::after{	right: 0;}
}
@media (min-width: 768px) and (max-width: 991px){
	.aboutbox::before{ left: -100px;}
	.aboutbox::after{	right: -100px;}
}
@media (min-width: 768px){
	#about{ padding-bottom: 140px;}
	#about::before{ border-width: 0 100vw 140px 0;}
	.aboutbox::before{
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 135px;
		height: 170px;
	}
	.aboutbox::after{
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 767px){
	#about{ padding-bottom: 70px;}
	#about::before{ border-width: 0 100vw 70px 0;}
	.aboutbox::before{
		bottom: -80px;
		left: -40px;
	}
	.aboutbox::after{
		bottom: -20px;
		right: -40px;
	}
}

/*================================
REAL
================================*/
#real{ position: relative;}
@media (max-width: 767px){
	#real{ margin-top: 1rem;}
}

#real::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #f9eed9 transparent;
}
#fan_photo .round img{ border-radius: 20px;}
@media (min-width: 768px){
	#real{ padding-bottom: 140px;}
	#real::before{ border-width: 0 0 140px 100vw;}
}
@media (max-width: 767px){
	#real{ padding-bottom: 70px;}
	#real::before{ border-width: 0 0 70px 100vw;}
	#fan_photo{
		margin-right: -5px;
    margin-left: -5px;
	}
	#fan_photo .round{
		padding-right: 5px;
    padding-left: 5px;
	}
}

/*================================
NET
================================*/
#net{
	position: relative;
	background-color: #f9eed9;
	padding-bottom: 50px;
}
.s_bubble{
  position: relative;
  background-color: #fff;
  border-radius: 50px;
	margin: 30px auto;
	display: block;
	font-weight: bold;
	text-align: center;
}
.s_bubble::before,
.s_bubble::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.s_bubble::before{
  left: 70px;
  bottom: -15px;
  border-left: 20px solid #ffffff;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.s_bubble::after{
  left: 85px;
  bottom: -20px;
  border-left: 20px solid #f9eed9;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media (min-width: 768px){
	.s_bubble{
		font-size: 1.1rem;
		padding: 25px 30px;
		max-width: 700px;
	}
}
@media (max-width: 767px){
	.s_bubble{
		padding: 15px;
		max-width: 400px;
	}
}


.coa_contact{
	background-color: #fff;
	color: #35211b;
  max-width: 730px;
  margin: 0 auto;
}
.coa_contact h3{
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: #35211b 2px solid;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.coa_contact p{
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 0.85rem;
}
.coa_contact div div:first-child{ position: relative;}
.coa_contact dl{
	text-align: center;
	margin-bottom: 0;
}
.coa_contact dt{ text-align: left;}
.coa_contact dl dt h4{
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.coa_contact dl dd:last-child{ margin-bottom: 0;}
dd.coa_contact_tel{
	display: inline-block;
	text-align: center;
}
dd.coa_contact_tel div{
	display: flex;
	align-items: center;
	
}
dd.coa_contact_tel span{
	font-weight: bold;
	font-size: 1.2rem;
	margin-left: 15px;
}
dd.coa_contact_tel span strong{
	font-size: 1.4rem;
	margin-left: 15px;
}
.coa_contact_mail a {
  position: relative;
  display: block;
	width: 100%;
	max-width: 275px;
	margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 15px 10px 13px;
  outline: none;
  z-index: 2;
	background-color: #e27e47;
  border: 2px solid #e27e47;
  color: #fff;
}
.coa_contact_mail a img{
	margin-bottom: 3px;
	margin-right: 10px;
}
.coa_contact_mail a::before,
.coa_contact_mail a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.coa_contact_mail a,
.coa_contact_mail a::before,
.coa_contact_mail a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.coa_contact_mail a:hover {
  background-color: #f7b32a;
  border-color: #e27e47;
  color: #fff;
}
.coa_contact_mail a::before,
.coa_contact_mail a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #e27e47;
}
.coa_contact_mail a::before { right: 0;}
.coa_contact_mail a::after { left: 0;}
.coa_contact_mail a:hover::before,
.coa_contact_mail a:hover::after {
  width: 0;
  background-color: #e27e47;
}
.coa_contact_mail a i{ padding-left: 20px;}
@media (min-width:768px){
	.coa_contact{ padding: 15px;}
	.coa_contact div.row div.col:first-child::before{
		content: '';
		background-image: linear-gradient(to bottom, #35211b, #35211b 7px, transparent 7px, transparent 13px);
		background-size:  2px 13px;
		background-repeat: repeat-y;
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		width: 2px;
  }
}

@media (max-width:767px){
	.coa_contact{ padding: 10px;}
	.coa_contact div.row div.col:first-child::before{
		content: '';
		background-image: linear-gradient(to right, #35211b, #35211b 7px, transparent 7px, transparent 13px);
		background-size: 13px 2px;
		background-repeat: repeat-x;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 15px;
		right: 15px;
		height: 2px;
	}
	.coa_contact div div:last-child dl{ margin-top: 15px;}
	.coa_contact dl{ margin-bottom: 20px;}
}

/*================================
FOOTER
================================*/
#f_bg{
	background-color: #f5911e;
	color: #fff;
}
#copyright{
	text-align: center;
	display: block;
	margin-top: 10px;
}
@media (min-width: 768px){
	#f_bg{ padding: 15px 0;}
}
@media (max-width: 767px){
	#f_bg{ padding: 10px 0;}
	#f_bg img{
		max-width: 230px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	#copyright{ font-size: 70%;}
}
