@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: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	font-size: 62.5%;
}

html,body{
	height: 100%;
	width: 100%;
}

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;
}

input[type="submit"],input[type="text"],
input[type="email"],input[type="button"],input[type="password"]{
	-webkit-appearance: none;
	border-radius: 0;
}

/*------------------------------
	base
------------------------------*/
a {color: #fff;text-decoration: none;}

.mb0 {margin: 0 0 0 0;}
.mb5 {margin: 0 0 5px 0;}
.mb10 {margin: 0 0 10px 0;}
.mb15 {margin: 0 0 15px 0;}
.mb20 {margin: 0 0 20px 0;}
.mb30 {margin: 0 0 30px 0;}
.mb40 {margin: 0 0 40px 0;}
.mb50 {margin: 0 0 50px 0;}
.mb60 {margin: 0 0 60px 0;}
.mb70 {margin: 0 0 70px 0;}
.mb80 {margin: 0 0 80px 0;}
.mb90 {margin: 0 0 90px 0;}
.mb100 {margin: 0 0 100px 0;}



body{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 1.5rem;
  line-height: 1.6;
	color: #272727;
  background: #272727;
}

p {
	margin: 0 0 10px;
}

img{
	max-width: 100%;
	height: auto;
}

br.sp{display: block;}
br.pc{display: none;}

/*------------------------------
	header
------------------------------*/
header {
  z-index: 2;
	width: 100%;
	transition: 0.3s;
  background: #000;
}

header h1{
	position: absolute;
  top: 15px;
	left: 10px;
  z-index: 1;
  width: 200px;
}


/*------------------------------
	footer
------------------------------*/
footer{
	padding: 30px 20px 20px;
	text-align: center;
  background: #fff;
}

footer .logo{
	max-width: 170px;
	margin: 0 auto 20px;
}

footer ul{
	margin: 0 auto 20px;
}

footer li{
	display: inline-block;
	font-size: 1.3rem;
	letter-spacing: 0.3rem;
	line-height: 1.4rem;
	padding: 0 10px 0 0;
	margin: 0 8px 0 0;
	border-right: 1px solid #666;
}

footer li:last-child{
	border: 0;
	padding: 0;
	margin: 0;
}

footer li a{
	color: #666;
}

footer li a:hover{
	text-decoration: underline;
	color: #b79671;
}

footer .logo-u{
	max-width: 130px;
	margin: 0 auto 10px;
}

footer small{
	color: #333;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.3rem;
}

/*------------------------------
	LP
------------------------------*/
.wrapper {
  color: #fafafa;
}

.top {
  background: url("../img/top.png") no-repeat 50px center;
  background-size: cover;
  position: relative;
  height: 78vh;
}

.top h1 {
  text-align: center;
  font-size: 7vw;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  width: 85%;
}

.top h1 span {
  max-width: 200px;
  display: block;
  margin: 30px auto 0;
}

.read {
  background: url("../img/kazari01.png") no-repeat center top, url("../img/kazari02.png") no-repeat center bottom;
  background-size: contain;
  line-height: 2;
  font-size: 1.6rem;
  padding: 100px 0;
  margin: 60px 30px;
}

.read .title {
  font-size: 6vw;
}

section {
  padding: 55px 20px;
}

section>h2 {
  font-size: 2rem;
  border-bottom: 1px solid #fff;
  margin: 0 0 30px;
  padding: 0 0 20px;
}

.double p {
  margin: 0 0 30px;
}

#date {
  background: #000;
}

h2.title {
  margin: 0 auto 30px;
}

ol.step {
  width: 78%;
  margin: 0 auto;
}

ol.step li {
  margin: 0 0 20px;
}

ol.step h3 {
  font-size: 2rem;
  margin: 0 0 10px;
  border-bottom: 1px solid #272727;
}

ol.step h3 span {
  display: inline-block;
  padding: 0px 10px;
  margin: 0 30px 0 0;
  font-size: 1.8rem;
  font-style: italic;
  background: #272727;
  position: relative;
}

ol.step h3 span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 38px 20px;
  border-color: transparent transparent #272727 transparent;
}

ol.step h3 span::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 20px 0 0;
  border-color: #272727 transparent transparent transparent;
}

ol.step h3 span em {
  font-size: 2.3rem;
}

#system {
  background: #272727;
}

ul.list {
  margin: 0 auto;
}

ul.list li {
  margin: 0 0 20px;
}

ul.list h3 {
  font-size: 2rem;
  overflow: hidden;
  margin: 0 0 5px;
}

ul.list h3 span {
  position: relative;
  display: block;
}

ul.list h3 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 100%;
  height: 1px;
  margin: 0 0 0 10px;
  background-color: #fff;
}

.font-s {
  font-size: 1.2rem;
}

#entry {
  background: #000;
}

ul.item {
  padding: 0 0 0 20px;
}

ul.item li {
  list-style: disc;
  margin: 0 0 8px;
}

/*------------------------------
	contact
------------------------------*/
#contact {
  text-align: center;
}

#contact h2 {
  background: -webkit-linear-gradient(top, #b79671 0%, #705a31 40%, #fff3dc 67%, #766239 100%);
  background: linear-gradient(to bottom, #b79671 0%, #705a31 40%, #fff3dc 67%, #766239 100%);
  padding: 1px;
  text-align: center;
  font-size: 1.6rem;
  border: 0;
  margin: 0 auto 50px;
  max-width: none;
}

#contact h2 span.bg {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: #272727;
}

#contact h2 span.title {
  display: table;
  margin: 0 auto;
  font-size: 5.2vw;
  background: -webkit-linear-gradient(left, #b79671 0%, #705a31 40%, #fff3dc 67%, #766239 100%);
  background: linear-gradient(to right, #b79671 0%, #705a31 40%, #fff3dc 67%, #766239 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.1rem;
}

#contact p.font-s {
  text-align: center;
}

.bottom {
  background: #000;
  text-align: center;
  padding: 60px 15px;
}

.bottom a {
  display: block;
  margin: 0px auto;
}

.cta {
  display: block;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #9b8051;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}

.cta span {
  background: url("../img/icon01.png") no-repeat center left;
  background-size: 18px;
  padding: 0 0 0 30px;
}

/*------------------------------
	thanks
------------------------------*/
.back-btn a {
  color: #b79671;
}

.back-btn a:hover {
  text-decoration: underline;
}


@media screen and (min-width:768px) {

body{
	font-size: 1.6rem;
	line-height: 1.7;
}

br.sp{display: none;}
br.pc{display: block;}


/*------------------------------
	LP
------------------------------*/
.top {
  background: url("../img/top.png") no-repeat bottom right;
  background-size: contain;
}

.top h1 {
  font-size: 3.3rem;
}

.top h1 span {
  max-width: 300px;
}

.read {
  background: url("../img/kazari01.png") no-repeat center top, url("../img/kazari02.png") no-repeat center bottom;
  background-size: 420px, 420px;
  line-height: 3;
  font-size: 1.8rem;
  text-align: center;
  margin: 60px auto;
}

.read .title {
  font-size: 3.6rem;
}

section {
  padding: 120px 20px;
}

section>h2 {
  font-size: 3.7rem;
}

h2.title {
  max-width: 450px;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ol.step h3 span::before {
  border-width: 0 0 40px 20px;
}

/*------------------------------
	contact
------------------------------*/
#contact h2 {
  margin: 0 auto 80px;
}

#contact h2 span.title {
  font-size: 3.8rem;
}

}

@media screen and (min-width:1024px) {

/*------------------------------
			header
------------------------------*/
header {
  width: 100%;
}

header .inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

header h1 {
  position: static;
  float: left;
  width: 220px;
}

/*------------------------------
	LP
------------------------------*/
section {
  max-width: 1000px;
  padding: 200px 0;
  margin: 0 auto;
}

.top {
  height: 90vh;
}

.double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}

h2.title {
  margin: 0 auto;
}

ol.step, ul.list {
  width: auto;
}


}
