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

/* reset ------------------------------------------------------------------------ */	

html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

​

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
​
ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}
​
abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}
​
input,
textarea,
select {
  font-size: 16px;
}
​
textarea {
  resize: vertical;
  display: block;
}
​
button {
  padding: 0;
  cursor: pointer;
}
​
legend {
  color: #000;
}
​
main {
  display: block;
}
​
a {
  text-decoration: none;
  color: inherit;
}
​
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
​
svg {
  display: block;
}
​
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

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

.f_m{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.f_g{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
annotation{
	display: inline-block;
	font-size: 11px;
	position: relative;
	bottom: 0.5em;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}


/* reset ------------------------------------------------------------------------ */	

#fv{
	width: 50vw;
	position: absolute;
	top: 0;
	left: 0;
	/* overflow: hidden; */
}
.fv_slider_wrap{
	width: 50vw;
	height: auto;
	margin: 0;
	padding: 0;
}
.fv_slider_wrap figure{
	width: 50vw;
	display: block;
	position: fixed;
	height: calc(100vh - 90px);
	object-fit: cover;
	margin: 0;
	/* top: 85px; */
}
.fv_slider_wrap img{
	object-fit: cover;
	width: 100vw;
	height: calc(100vh - 90px);
	position: relative;
	top: 85px;
}
.fv_slider_wrap ul{
	background-color: #fff;
	width: 50vw;
	height: 5em;
	z-index: 999;
	position: fixed;
	bottom: 0px;
	display: flex;
	align-items: center;
	padding-left: 3vw;
}
.fv_slider_wrap li img{
    min-width: 150px!important;
    width: auto;
    object-fit: contain!important;
    height: auto!important;
    top: 0;
}
.fv_slider_wrap p{
	margin: 0;
    width: 15vw;
    z-index: 3;
    position: fixed;
    display: block;
    left: 34vw;
    bottom: 140px;
    font-size: 10px;
    text-align: right;
}
#contents_area{
	width: calc(100% - 50vw);
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
#first{
	padding: 110px 0 50px;
	background: #f4f6f9;
	position: relative;
	/* top: 85px; */
}
#first .lead{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
#first figure{
	display: block;
	margin: 65px auto;
	width: 270px;
}
.lead h4{
	font-size: 23px;
	margin: 20px auto;
	display: block;
	color: #595757;
	letter-spacing: 2.5px;
	font-weight: 300;
}
.lead h4::before,.lead h4::after{
	content: '';
	display: inline-block;
	border-top: .6px solid #333;
	width: 10vw;
	margin: 5px 15px;
}
.lead p{
	font-size: 33px;
	color: #595757;
	line-height: 2.5rem;
	letter-spacing: .85px;
}
.lead span{
	font-size: 0.8em;
	padding-bottom: 6px;
	display: block;
	margin-bottom: 0;
}
.lead_text{
	margin: 0 auto;
	text-align: center;
}
.lead_text p{
	font-size: 15px;
    color: #595757;
    margin: 20px auto;
    letter-spacing: .3px;
}
.lead_text span{
	font-size: 11px;
    display: block;
    letter-spacing: .3px;
    color: #595757;
}
.ipslogo{
	display: block;
	margin: 50px auto;
	text-align: center;
}
.ipslogo div{
	display: block;
	width: 90%;
	max-width: 370px;
	margin: 0 auto;
	background-color: #333;
}

.ipslogo figure{
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	width: 200px!important;
	margin: 0 auto!important;
}
.ipslogo h3{
	margin: 0 auto 30px;
	font-weight: 300;
	font-size: 1.2em;
}
.ipslogo p{
	width: 90%;
	margin: 0 auto;
	font-weight: 300;
	padding: 15px;
	color: #fff;
}
.ipslogo p::after{
	display: inline-block;
	position: absolute;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 1.8px solid #ffffff;
	border-right: 1.8px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#second{
	background: #eceff2;
	position: relative;
/*	top: 85px;*/
	padding: 50px;
}

#second span{
	font-size: 33px!important;
	color: #595757;
	line-height: 2.8rem;
	letter-spacing: .85px;
	text-align: center;
	margin: 0 auto;
	padding: 65px 0 30px;
}
#second span{
	padding: 0!important;
	line-height: 0;
	top: 0;
	color: #b38967;
}
.second_p{
	font-size: 15px!important;
	color: #595757!important;
	margin: 20px auto!important;
	letter-spacing: .3px!important;
	text-align: center!important;
}
.second_title{
	font-size: 33px!important;
	color: #595757;
	line-height: 2.8rem;
	letter-spacing: .85px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
}
#third ul{
	/* width: 100%; */
	display: grid;
	margin: 20px auto;
	align-content: space-evenly;
	align-items: center;
	grid-template-columns: repeat(auto-fit,125px);
	gap: 20px;
	justify-content: center;
}
#third li{
	max-width: 130px;
	width: 33.3vw;
	display: block;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #f0e7df;
}
#third li>p{
	color: #b38967;
	margin: 0 auto;
	font-size: 14px;
	min-width: 100%;
	width: 80%;
}
#third{
	/* background: url("../assets/third_bg.svg"); */
	position: relative;
/*	top: 85px;*/
}
.thirdbg{
	padding-bottom: 60px;
	background: url(../assets/third_bg.svg);
	background-size: cover;
	background-attachment: fixed;
	position: relative;
    z-index: 1;
}
.third_lead{
	position: relative;
	padding: 115px 0 0;
	margin: 0 auto;
	text-align: center;
	z-index: -1;
}
.third_lead p{
    min-width: 300px;
    width: 70%;
    margin: 0 auto;
    display: block;
    color: #595757;
    letter-spacing: .5px;
    font-weight: 400;
    font-size: 20px;
}
.third_lead h3{
	font-size: 33px;
	color: #595757;
	line-height: 2.5rem;
	letter-spacing: .85px;
	margin-top: 15px;
}
.third_lead h3 span{
	color: #b38967;
}
.third_lead ul{
	display: grid;
	margin: 50px auto;
	/* width: 90%; */
	align-content: center;
	gap: 0;
}
.third_lead h4{
	font-size: 33px!important;
	color: #595757;
	line-height: 2.8rem;
	letter-spacing: .85px;
	text-align: center;
	margin: -10px auto 0;
	padding: 0 0 15px;
}
.third_lead h4 span{
	color: #dca557;
}
.seibun{
	width: 80%;
	margin: 100px auto;
	background: #fff;
	padding: 40px 20px;
}
.seibun p{
	margin-bottom: 20px;
	font-size: 16px!important;
	min-width: 100px;
}
.seibun div{
	display: flex;
	align-items: center;
	max-width: 400px;
	margin: 0 auto;
}
.seibun div img{
	width: 35%;
	margin: 10px 0 0 -35px;
}
.seibun div p{
	text-align: left;
}
.third_method h4{
	font-size: 33px !important;
    color: #595757;
    line-height: 2.8rem;
    letter-spacing: .85px;
    text-align: center;
    margin: 0 auto;
    padding: 65px 0 30px;
}
.third_method h4 span{
	min-width: 300px;
    width: 75%;
    margin: 0 auto;
    display: block;
    color: #595757;
    letter-spacing: .5px;
    font-weight: 300;
    font-size: 20px;
}
.third_method h5{
    margin: 15px auto;
    display: block;
    letter-spacing: .5px;
    font-weight: 300;
    font-size: 25px;
    text-align: center;
}
.step1{
	color: #aaa658;
}
.step2{
	color: #d37e68;
}
.step3{
	color: #9b8eb2;
}
.third_method div{
	width: 80%;
	margin: 0 auto 60px;
	background: #fff;
	padding: 50px 20px;
}
.third_method div figure{
	width: 75%;
	margin: 20px auto;
}
.third_method div p{
	margin: 0 auto;
    display: block;
    color: #595757;
    letter-spacing: .5px;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}
.third_method ul{
	width: 60%;
	text-align: center;
	margin: 70px auto;
	padding: 25px;
	border: .5px solid #ccc;
	display: grid;
	gap: 10px;
	grid-template-columns: 50% 50%;
	grid-template-rows: 50% 50%;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.third_method li{
	background-color: #fff;
	height: auto;
	width: 100%;
}
.third_method h6{
	width: 80px;
    text-align: center;
    margin: 0 auto;
}
#four{
	background: #ffffff;
	position: relative;
/*	top: 85px;*/
}
#four div{
	display: flex;
	margin: 100px auto 0;
	width: 70%;
	padding: 0px 35px;
	background-color: #f7f7f7;
	gap: 20px;
	align-items: center;
}
#four p{
	line-height: 1.5em;
	margin: 10px auto;
	font-size: 16px;
	letter-spacing: .2px;
	color: #595757;
}
#four span{
	font-size: 1.85em;
	display: inline-block;
	margin: 5px auto 25px;
	letter-spacing: 2.3px;
}
#four figure{
	width: 600px;
    margin: 30px auto;
}
.ban{
	width: 70%!important;
	margin: 5px auto!important;
	text-align: right!important;
	font-size: 13px!important;
}
#shop{
	background: #ffffff;
	position: relative;
/*	top: 85px;*/
	padding-bottom: 80px;
}
#shop h4{
	font-size: 28px;
	text-align: center;
	font-weight: 300;
	padding: 130px 0 50px;
}
#footer{
	padding: 3px;
	background: none;
	position: relative;

}
.copylight{
	padding: 30px 0 0!important;
	color: #333!important;
}
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
@media (min-width: 1023px){
	.sp{
	display: none!important;
	}
}
@media (max-width: 960px){
	.pc{
		display: none!important;
	}
	#fv{
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		/* overflow: hidden; */
	}
	.fv_slider_wrap{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.fv_slider_wrap figure{
		width: 100%;
		display: block;
		position: relative;
		height: auto;
		object-fit: contain;
		margin: 0;
		top: 30px;
	}
	.fv_slider_wrap img{
		object-fit: contain;
		width: 100vw;
		height: auto;
		position: relative;
		top: 0;
	}
	.fv_slider_wrap li img{
    	width: 200px!important;
    	object-fit: contain!important;
    	height: auto!important;
	}
	.fv_slider_wrap p{
		margin: 0;
		width: 98%;
		z-index: 999;
		position: relative;
		display: block;
		left: 0;
		bottom: 10px;
		font-size: 8px;
		text-align: right;
	}
	#contents_area{
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		overflow: hidden;
	}
	#first, #second, #third, #four, #shop{
		top: 0;
	}
	#first{
	    padding: 50px 0;		
	}
	#first .lead{
		width: 100%;
	}
	.lead h4{
		font-size: 18px;
	}
	.lead p{
		font-size: 1.45em;
    	line-height: 2.2rem;
	}
	#first figure{
		width: 25%!important;
		max-width: 270px;
		min-width: 150px;
		margin: 10vw auto;
	}
	.lead_text span{
		width: 80%;
    	margin: 0 auto;
	}
	#second span{
		display: inline-block!important;
	}
	#second ul{
		grid-template-columns: repeat(3, 1fr);
	}
	.seibun{
		width: 90%;
		margin: 50px auto;
	}
	.third_lead p{
		width: 90%;
		font-size: 15px!important;
		overflow-wrap: break-word;
	}
	.third_lead h3,.second_title{
		font-size: 1.6em!important;
	}
	#four div{
		display: block;
    	width: 90%;
    	padding: 15px;
    	margin: 50px auto;
	}
	#four figure{
		width: 60%;
    	margin: 0 auto;
	}
	#four p{
		width: 85%;
	}
}