@charset "UTF-8";
/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ul li {
  list-style: none;
}
summary {
  display: block;
}
/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


/* style */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
	font-family: "Yu Gothic","游ゴシック体",YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,Osaka,sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #d2b740;
	color:#7e766d;
}
body img {
	width: 100%;
	border-style: none;
	vertical-align: bottom;
	display: block;
}

.pccta {
	position: fixed;
	left: calc((100vw - 680px) / 2 + 680px + 1.29vw);
	bottom: 80px;
	max-width: 320px;
}
.pcpkg {
	width: 40%;
	margin: 0 auto 10%;
}
@media screen and (max-width:1380px) {
	.pcpkg {
		display: none;
	}
}
@media screen and (min-width:680px) and (max-width:1380px) {
	.pccta {
		bottom: 0;
		right: 0;
		width: 300px;
		left: auto;
		z-index: 999;
	}
}
.lpcontents {
	width: 100%;
	max-width: 680px;
	margin: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#floating {
	position: fixed;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	z-index: 999;
	max-width: 600px;
}

@media screen and (min-width:681px) {
	#floating {
		display:none!important;
	}
}


/*
fade
*/
.fade {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.fadein {
    opacity: 1;
}
.fadedown {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity .5s ease-out, transform .5s ease-out;
}
.fadedown.visible {
    opacity: 1;
    transform: translateY(0);
}
/* filler */
.filler {
	position: absolute;
	width: 20%;
	left: 0;
	right: 0;
	margin: auto;
}

/* 
BASIC
*/

body {
margin:0;
text-align:center;
}

img {
display:block;
width:450px;
margin:0 auto;
}

.qabox {
margin:0 auto 30px;
display:flex;
flex-direction:row;
align-items:flex-start;
width:450px;
}

.qal{
width:100px;
padding-right:20px;
text-align:right;
}

.qalead1 {
color:#d2b740;
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
font-size:24px;
}

.qalead2 {
color:#80786f;
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
font-size:24px;
}

.qatext {
color:#7e766d;
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
font-size:16px;
line-height:30px;
text-align:left;
}

.qar{
margin-top:2px;
padding-right:20px;
width:350px;
text-align:left;
}

td{
text-align:left !important;
}


/* 
FAQ
*/

.faq {
  display: grid;
  gap: 0.6em;
  padding-block-start: 2em;
  max-inline-size: 60em;
  margin: auto;
  background-color: #fff;
}
.faq-title {
  font-size: 2em;
  text-align: center;
}
.faq-title:before {
  content: "- FAQ -";
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  color: #ff9900;
}
/* FAQ content */
.faq-content {
  margin-top:10px;
  --accent-color: #99b4b5;
  --v-rythm: 1.6em;
  --gap: 1em;
  position: relative;
  background-color: #f7f5e7;
  border-radius: 0em;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.faq-content:after {
  content: "";
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-end: 1.25rem;
  display: block;
  inline-size: 1.5rem;
  aspect-ratio: 1;
  overflow: hidden;
  rotate: 0deg;
  content: url('../img/open.svg');
  /* 
  transition: rotate 0.4s 0s ease;
  clip-path: polygon(25% 10%, 25% 90%, 75% 50%);
  */
}
.faq-content[open]:after {
  inset-block-start: 1rem;
  content: url('../img/close.svg');
}
.faq-content[open] .faq-q:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
}
/* Question */
.faq-q {
  font-weight: normal;
  line-height: var(--v-rythm);
  display: flex;
  gap: var(--gap);
  padding: 1rem 3rem 1rem 1.5rem;
}
.faq-q::-webkit-details-marker {
  display: none;
}
.faq-q:hover {
  color: var(--accent-color);
}
.faq-q:before {
  content: "Q.";
  display: block;
  font-weight: bold;
  color: var(--accent-color);
  font-size: var(--v-rythm);
}
/* Answer */
.faq-a {
  margin: 0;
  display: flex;
  gap: var(--gap);
  padding: 0 1.5rem 1rem;
}
.faq-a:before {
  content: "A.";
  font-weight: bold;
  color: var(--accent-color);
  font-size: var(--v-rythm);
}

a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}




/* 動画・アニメーション共通
流用　https://lifeis-basement.com/lp?u=004
 */
 
.contents-inner {
	position: relative;
	overflow: hidden;
}

/* slide01 */
.contents04 .contents-inner {
	background-color: #e3e1d2;
	padding: 4% 4%;
}
.contents04 .slide-wrapper {
	position: absolute;
	bottom: 6%;
	left: 0;
	z-index: 1;
	padding: 0 4%;
	width: 100%;
}
.contents04 .slide01 {
	overflow: hidden;
}
.contents04 .slide01 .swiper-slide {
	position: relative;
}
.contents04 .slide01 .swiper-button-next,
.contents04 .slide01 .swiper-button-prev {
	color: #c36f41;
	position: absolute;
	top: 45%;
}

.contents04 .slide01 .swiper-button-next {
	right: 2.5%;
	z-index: 3;
}
.contents04 .slide01 .swiper-button-prev {
	left: 2.5%;
	z-index: 3;
}
@media (max-width: 767px) {
	.contents04 .slide01 .swiper-button-next,
	.contents04 .slide01 .swiper-button-prev {
		top: 43%;
	}
	.contents04 .slide01 .swiper-button-next {
		right: 2%;
	}
	.contents04 .slide01 .swiper-button-prev {
		left: 2%;
	}
}
