@charset "UTF-8";

* {
  box-sizing: border-box;
}
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: top;
	background: transparent;
}
body {
	font-size: 1.4rem;
	font-size: 3.7333333333333334vw;
	line-height: 1.5;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #000000;
}
img {
	width: 100%;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
sup {
	font-size: 60%;
	vertical-align: super;
}
a {
	display: block;
	text-decoration: none;
  transition: .3s;
}
*:focus {
  outline: none;
}
@media screen and (min-width: 668px) {
  a:hover {
    opacity: .7;
    transition: .3s;
  }
}

/*------------------------------------------------------------------------

COMMON

------------------------------------------------------------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.bold {
  font-weight: bold;
}
.inner {
  position: relative;
}
@media screen and (max-width: 668px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


/* ------------------------------------------------
wrapper
------------------------------------------------ */
.wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 668px) {
  .wrapper {
    max-width: 640px;
    box-shadow: 0px 0px 60px -8px rgba(0,0,0,.16);
  }
}

/* ------------------------------------------------
cv_btn
------------------------------------------------ */
.cv_btn {
  padding: 8% 0 7%;
  margin: 0 auto;
}
.cv_btn p {
  max-width: calc(573/750*100%);
  margin: 0 auto 2.5%;
}
.cv_btn .btn {
  max-width: calc(667/750*100%);
  margin: 0 auto;
}
.point .cv_btn p {
  max-width: calc(435/750*100%);
  margin: 0 auto 2.5%;
}
.cv_btn p.head02 {
  max-width: calc(435/750*100%);
}

/* ------------------------------------------------
header
------------------------------------------------ */
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5px 20px;
  background: #fff;
}
.kv_duskin {
	max-width: 97px;
}
@media screen and (max-width: 668px) {
  .header {
    padding: 1% 3%;
  }
  .kv_duskin {
    max-width: calc(156/750*100%);
  }
}


/* ------------------------------------------------
kv
------------------------------------------------ */
.kv {
  position: relative;
  background-image: url("/item/mop/petmop_e/images/top_bg.jpg");
  background-size: 100% auto;
  background-position: top;
  background-repeat: repeat-y;
  padding-bottom: 6%;
}
.kv .cv h2 {
  width: calc(719/750*100%);
  margin: 5% auto 0;
}
.kv .cv_btn {
  padding: 5% 0 3%;
  margin: 0 auto;
}
.cv01_notes {
  width: calc(697/750*100%);
  margin: 0 auto;
  padding-bottom: 6%;
}
.kv .cv h3 {
  width: calc(690/750*100%);
  margin: 0 auto;
  padding-bottom: 4%;
}
.kv .cv .acc {
  width: calc(650/750*100%);
  margin: 0 auto;
  padding-bottom: 2.3%;
  cursor: pointer;
  position: relative;
}
.kv .cv .acc_btn {
  position: relative;
}
.kv .cv .acc_btn::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('/item/mop/petmop_e/images/cv01_notes_arrow.png');
  background-position: center, center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  transform-origin: center;
}
.kv .cv .acc_btn.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.kv .cv .acc .details {
  display: none;
  padding: 2% 0%
}
@media screen and (max-width: 668px) {
  .kv .cv .acc_btn::after {
    width: 1.2em;
    height: 1.2em;
  }
}


/* ------------------------------------------------
nayami
------------------------------------------------ */
.nayami {
  position: relative;
}
.nayami .inner {
  width: calc(540/750*100%);
  position: absolute;
  top: 30.5%;
  left: calc(115/750*100%);
}
.nayami .inner p {
  padding-bottom: calc(18/540*100%);
}
.nayami .inner p:first-of-type { width: calc(319/540*100%);}
.nayami .inner p:nth-of-type(2) { width: calc(479/540*100%);}
.nayami .inner p:nth-of-type(3) { width: calc(500/540*100%);}
.nayami .inner p:nth-of-type(4) { width: calc(443/540*100%);}
.nayami .inner p:nth-of-type(5) { width: calc(519/540*100%);}
.nayami .inner p:nth-of-type(6) { width: calc(540/540*100%);}
.nayami .inner p:nth-of-type(7) { width: calc(401/540*100%);}
.nayami .inner p:nth-of-type(8) { width: calc(440/540*100%);}
.nayami p.fin {
  width: calc(689/750*100%);
  position: absolute;
  margin: 0 auto;
  bottom: 6%;
  left: 0;
  right: 0;
}
.nayami .deco {
  width: calc(6/750*100%);
  position: absolute;
  margin: 0 auto;
  bottom: -3.2%;
  left: 0;
  right: 0;
}


/* ------------------------------------------------
point
------------------------------------------------ */
.point ul.links {
  width: calc(583 / 750* 100%);
  position: absolute;
  margin: 0 auto;
  top: 24%;
  left: 0;
  right: 0;
}
.point ul.links li {
  padding-bottom: 2%;
}
.point .deco {
  position: absolute;
}
.point .cv_btn {
  position: absolute;
  padding-top: 0;
}

/* point01_01
-------------------------- */
.point01_01 .gif {
  width: calc(580/750*100%);
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}

/* point01_02
-------------------------- */
.point01_02 .gif {
  width: calc(580/750*100%);
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}

/* point02
-------------------------- */
.point02 .gif {
  width: calc(617/750*100%);
  position: absolute;
  margin: 0 auto;
  bottom: 3%;
  left: 0;
  right: 0;
  z-index: 1;
}
.point02 .deco {
  width: calc(90/750*100%);
  position: absolute;
  bottom: 0;
  right: 6%;
  z-index: 2;
}


/* ------------------------------------------------
voice
------------------------------------------------ */
.voice {
  position: relative;
  background-image: url("/item/mop/petmop_e/images/voice_bg.jpg");
  background-size: 100%;
  background-position: top;
  background-repeat: repeat-y;
  padding-bottom: 10%;
}
.voice .inner {
  width: calc(698/750*100%);
  margin: 0 auto;
}
.voice .more {
  max-width: calc(398/750*100%);
  margin: 0 auto;
  padding-top: 3%;
}


/* ------------------------------------------------
step
------------------------------------------------ */
.step {
  position: relative;
  background-image: url("/item/mop/petmop_e/images/step_bg.jpg");
  background-size: 100% auto;
  background-position: top;
  background-repeat: repeat-y;
}
.step .inner {
  position: relative;
  width: calc(732/750*100%);
  margin: 3% auto 0;
  padding-bottom: 18%;
  background-image: url("/item/mop/petmop_e/images/step_innner_bg.png");
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}
.step .inner h3 {
  width: calc(690/732*100%);
  margin: 0 auto;
}
.step .txt {
  width: calc(698/732*100%);
  margin: 0 auto;
}


/* ------------------------------------------------
faq
------------------------------------------------ */
.faq {
  position: relative;
  background-image: url("/item/mop/petmop_e/images/q_bg.jpg");
  background-size: 100%;
  background-position: top;
  background-repeat: repeat-y;
  padding: 6.5% 0 10%;
}
.faq h2 {
  width: calc(268/750*100%);
  margin: 0 auto;
}
.faq .inner {
  width: calc(640/750*100%);
  margin: 6% auto 0;
}
.faq .acc {
  margin: 0 auto 4.5%;
  cursor: pointer;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}
.faq .acc_btn {
  position: relative;
}
.faq .acc_btn::before,
.faq .acc_btn::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #fa6e82;
    position: absolute;
    right: 6%;
    top: 50%;
}
.faq .acc_btn::before {
    transform: translateY(-50%);
    transition: opacity 1s;
}
.faq .acc_btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .5s;
}
.faq .acc_btn.active::before {
    opacity: 0;
}
.faq .acc_btn.active::after {
    transform: translateY(-50%) rotate(180deg);
}
.faq .acc .details {
  display: none;
}
.faq .acc .details .txt {
  padding: 4% 8% 6%;
}
.faq .acc .details p {
  color: #333333;
  font-size: 18px;
  line-height: 1.7;
}
.faq .acc .details p.notes {
  font-size: 12px;
  padding-top: 1.5em;
}
.faq .acc .details p a,
.faq .acc .details p a:active,
.faq .acc .details p a:visited {
  display: inline-block;
  color: #2366e1;
  text-decoration: underline;
}
@media screen and (min-width: 668.1px) {
  .faq .acc .details p a:hover {
    color: #2366e1;
    text-decoration: none;
  }
}
@media screen and (max-width: 668px) {
  .faq .acc_btn::before,
  .faq .acc_btn::after {
      width: 1.2em;
      height: 2px;
  }
  .faq .acc .details p {
    font-size: 15px;
  }
  .faq .acc .details p.notes {
    font-size: 10px;
  }
}




/* ------------------------------------------------
footer
------------------------------------------------ */
footer {
  color: #555;
  text-align: center;
  line-height: 1;
  padding: 0 0 3em;
  font-size: clamp(11px, calc((11 / 750) * 100vw), 14px);
}
footer p {
  font-size: clamp(11px, calc((11 / 750) * 100vw), 14px);
}
footer .cv01_notes {
  padding-bottom: 9%;
}

/* ------------------------------------------------
floating_area
------------------------------------------------ */
.floating_area {
  max-width: 750px;
  margin: 0 auto!important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s 0.5s;
}
.floating_area.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.5s ease;
}
.floating_area p {
  max-width: calc(668/750*100%);
  margin: 0 auto 1%;
}
@media screen and (min-width: 668px) {
  .floating_area p {
    max-width: 500px;
  }
}

/* ------------------------------------------------
animation
------------------------------------------------ */
.fadeIn {
  opacity: 0;
  transition: .5s;
  position: relative;
  top: 80px;
}
.fadeIn.active {
  opacity: 1;
  top: 0;
}



