@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(3.2vw,16px);
  line-height: 1.75;
  letter-spacing: 0.1em;
  background: #f4f4f5;
}
a {
  text-decoration: none;
  color: #000;
  transition: .4s;
}
a:hover {
  opacity: .8;
}

img {
  width: 100%;
  vertical-align: bottom; 
}



#wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 8em;
  background: #fff;
}
#wrapper .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2%;
}
#wrapper .header h1 {
  width: min(calc(180/750*100vw),180px);
}
#wrapper .header .header_lilnk {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#wrapper .header .header_lilnk li.header_btn{
  width: min(calc(204/750*100vw),204px);
}
#wrapper .header .header_lilnk li.header_tel{
  width: min(calc(200/750*100vw),228px);
  margin-left: 3%;
}

#wrapper .kv {
  position: relative;
  overflow: hidden;
}
#wrapper .kv .kv_smaho {
  position: absolute;
  top: 0;
  left: 0;
  animation-name:fadeInAnime;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
#wrapper .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em auto;
}
#wrapper .btns .btn_friend {
  width: min(calc(284/750*100vw),284px);
}
#wrapper .btns .qr {
  width: min(calc(148/750*100vw),148px);
  margin-left: 15%;
}

#wrapper .cv h2 {
  background: #000;
  text-align: center;
  padding: 1.4% 0 1%;
}
#wrapper .cv h2 img {
  width: min(calc(413/750*100vw),413px);
}
#wrapper .cv .cv_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: #000 solid 4px;
}

#wrapper .step .relative {
  position: relative;
}
#wrapper .step .relative .step_btn{
  position: absolute;
  width: min(calc(284/750*100vw),284px);
  top: 22%;
  right: 8%;
}

#wrapper .fixed_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.2)
}
#wrapper .fixed_btn ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#wrapper .fixed_btn ul li {
  width: min(calc(335/750*100vw),220px);
  margin: 1.5%;
}
