@charset "utf-8";
/*
  contents

 - reset（編集しない）
 - base（font-familyなどの変更。fontは1.6rem＝16px）
 - link（テキストリンク関連）
 - button（ボタン関連）
 - typography（見出し・注釈・本文など共通）
 - main（各セクションごとのスタイル）
 - footer（コピーライトなどフッター関連）
 - utility（clearfix・mb10など）
 */
/* -----------------------------------------
  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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  max-height: 99999px;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* -----------------------------------------
  base（font-familyなどの変更。fontは1.6rem＝16px）
----------------------------------------- */
/* rem用 */
html {
  font-size: 62.5%;
}

body {
  font-family:YakuHanJP, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , Avenir , "Open Sans" ,  Helvetica,"Helvetica Neue", Arial , Verdana , Roboto ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1.6rem;
}

/* 解析タグの隙間対策 */
body > img {
  display: none;
}


/* content
--------------------------------------------------*/
#wrapper , #lpfooter {
  font-size: 14px;
  font-size: 3.7333vw;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#303030;
  line-height:1.5em;
}
@media screen and (min-width:750px){
#wrapper , #lpfooter {
    font-size: 28px;
    max-width: 750px;
    margin: 0 auto;
  }
}
#wrapper a , #lpfooter a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
#wrapper a:hover, #lpfooter a:hover{
  text-decoration: underline;
}
#wrapper span, #lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}
#wrapper img ,
#lpfooter img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
#wrapper img.img-t ,
#lpfooter img.img-t {
  vertical-align: top;
}
/* cart css reset */

/*============================
Common
============================*/

#wrapper {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

/*============================
common
============================*/
#wrapper .p-box {
  position: relative;
}
#wrapper img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
#wrapper p {
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , Avenir , "Open Sans" ,  Helvetica,"Helvetica Neue", Arial , Verdana , Roboto ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1.6rem;
}
#wrapper a {
  display: inline-block;
  transition: all 0.3s ease 0s;
}
#wrapper a:hover {
  filter: brightness(1.1);
}

/*============================
cv
============================*/
#wrapper .cv {
  margin-top: -4.8%;
}
#wrapper .btn_cv01 {
  width: calc(633/750*100%);
  position: absolute;
  top: 3%;
  left: 8%;
}
#wrapper .btn_cv02 {
  width: calc(630/750*100%);
  position: absolute;
  top: 0;
  left: 8%;
}
#wrapper .btn_cta {
  width: calc(633/750*100%);
  position: absolute;
  top: 73%;
  left: 8%;
}
#wrapper .btn_tel {
  width: calc(714/750*100%);
  position: absolute;
  top: 44.7%;
  left: 2.5%;
}

#wrapper .coupon_02 {
  position: relative;
  margin-top: -2.8%;
  z-index: 10;
}

#wrapper .movie {
  width: calc(580/750*100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#wrapper .voice dl.accordion dt {
  position: relative;
  cursor: pointer;
}
#wrapper .voice dl.accordion dt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12%;
  z-index: 20;
  width: 3.8%;
  max-width: 3.8%;
  height: 2px;
  max-height: 2px;
  margin: auto 0;
  background: #fff;
  content: '';
}
#wrapper .voice dl.accordion dd {
  display: none;
}
#wrapper .voice dl.accordion dt.selected::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#wrapper .voice dl.accordion dt::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12%;
	z-index: 20;
	width: 3.8%;
	max-width: 3.8%;
	height: 2px;
	max-height: 2px;
	margin: auto 0;
	background: #fff;
	transform: rotate(-90deg);
	transition: all 0.3s ease 0s;
	content: '';
}

/*============================
faq
============================*/
#wrapper .faq {
  background: transparent url(../img/faq_bg.jpg) no-repeat top center / cover;
}
#wrapper .faq h2 {
  width: calc(448/750*100%);
  padding: 10.1% 0 7.5%;
  margin: 0 auto;
}
#wrapper .faq .acc_inner {
  position: relative;
}
#wrapper .faq .faq_accordion {
  width: calc(670/750*100%);
  margin: 0 auto;
  padding-bottom: 6%;
}

#wrapper .faq_accordion dl.accordion {
  margin-bottom: 2.65%;
}
#wrapper .faq_accordion dl.accordion dt {
  position: relative;
  cursor: pointer;
}
#wrapper .faq_accordion dl.accordion dt::before {
  content: "";
  display: block;
  background-image: url('../img/icon_acc.png');
  background-size: contain;
  transform: rotate(0deg);
  width: min(calc(31/750*100vw),31px);
  padding-top: min(calc(20/750*100vw),20px);
  position: absolute;
  top: 44%;
  right: 5%;
  transition: all ease 0.3s;
}
#wrapper .faq_accordion dl.accordion dd {
  display: none;
}
#wrapper .faq_accordion dl.accordion dt.selected::before {
  transform: rotate(180deg);
}

/* ---------------------------------------------
  追従ボタン
--------------------------------------------- */
#wrapper .bl_floatArea {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s;
  box-sizing: border-box;
}
#wrapper .bl_floatArea.is_show {
  visibility: visible;
  opacity: 1;
}
#wrapper .bl_floatArea_inner {
  max-width: 750px;
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
}

/* ボタン */
#wrapper .bl_floatArea_btn {
  display: block;
}
#wrapper .bl_floatArea_btn img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: center;
  background: url(../img/webp/bg_str.webp) repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 3em 0 1em;
}
#lpfooter .footer__link li{
  font-size: 1em;
  color: #0e5c8d;
  margin-bottom: 1em;
}
#lpfooter #copy {
  text-align: center;
  font-size: .8em;
  color: #2b2b2b;
  background-color: #fff;
  box-sizing: border-box;
  padding: .5em;
}
