
header{
min-height:515px;
background:url(../img/header-sp2.jpg) center center no-repeat;
background-size:cover;
}
header.type03{
min-height:515px;
background:url(../img/03-header-bg-sp.webp) center center no-repeat;
background-size:cover;
}

.headercopy-subtitle{
font-size:.6em;
line-height:1.6em;
display:block;
}
.headercopy-wrapper{
/*padding:3rem 1rem;*/
}
.orange{
color:#fe654f;
}
.kakko{
display:block;
position:relative;
margin-bottom:.5em;
}
.kakko::before{
content:"";
width:.8em;
height:1.2em;
border-top:3px solid #fe654f;
border-left:3px solid #fe654f;
position:absolute;
top:-.5em;
left:0;
}
.kakko::after{
content:"";
width:.8em;
height:1.2em;
border-right:3px solid #fe654f;
border-bottom:3px solid #fe654f;
position:absolute;
bottom:-.5em;
right:0;
}
.headerbottom-text{
font-size:1.3rem;
font-weight:500;
display:inline;
vertical-align:middle;
}
.headerbottom{
padding:3rem 0 .5rem;
}

#top h1{
font-size: clamp(16px, 8vw, 30px) !important;
}
.circle-multiline {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ff533d;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  margin:-2rem auto 1rem;
}
.circle-multiline div{
  font-size: 14px;
  line-height:1.6em;
  font-weight: bold;
}
.circle-multiline div span{
  font-size: 2em;
}
a.soudan-btn{
background:#2dcb3b;
max-width:600px;
width:90%;
height:90px;
border-radius:45px;
display:block;
font-size:1.4em;
font-weight:bold;
line-height:90px;
color:#fff;
text-decoration:none;
position:relative;
box-sizing: border-box;
margin:0 auto;
}
.soudan-btn::before{
content:'\f3c0';
font-family: 'Font Awesome 6 Brands';
font-weight:400;
padding-right:1rem;
}
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(0deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(0deg);
  }
}
a.btn-insta {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 1rem auto 0;
	padding: .5rem 2rem;
	font-weight: bold;
	border: 1px solid #333;
	color: #333;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn-insta:hover {
	color: #fff;
	background: #333;
}
a.btn-insta::before{
content:'\f16d';
font-family: 'Font Awesome 6 Brands';
font-weight:400;
padding-right:1em;
}
@media (min-width: 768px) {
header{
min-height:798px;
background:url(../img/header-sp2.jpg) center right 40% no-repeat;
background-size:cover;
}

header.type03{
min-height:900px;
background:url(../img/03-header-bg-sp.webp) center center no-repeat;
background-size:cover;
}

#top h1{
font-size: clamp(16px, 8vw, 49px) !important;
}

.circle-multiline {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #ff533d;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
.circle-multiline div{
  font-size: 1.4rem;
  line-height:1.6em;
  font-weight: bold;
}
.circle-multiline div span{
  font-size: 2.2rem;
}

a.soudan-btn{
font-size:1.8em;
}
}

@media (min-width: 960px) {
header{
min-height:798px;
background:url(../img/headerbg_pc_04.webp) center right no-repeat;
background-size:cover;
}
header.type03{
min-height:798px;
background:url(../img/03-header-bg.webp) center right 40% no-repeat;
background-size:cover;
}

#top h1{
font-size: clamp(16px, 4vw, 60px) !important;
}
.circle-multiline {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #ff533d;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
.circle-multiline div{
  font-size: 1.4rem;
  line-height:1.6em;
  font-weight: bold;
}
.circle-multiline div span{
  font-size: 2.2rem;
}

}
