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

/*******************

LP style

********************/
:root {
  /* color settings */
  --c-main: #79c24e;
  --color-base: #171717;
  --c-s1: #e81a1a;
  --c-s2: #6392d3;
  --bg-grid: #fff2f2;
  --bg-base: #fff;
  --font-marker: rgba(255,247,39,1); 
  --font-marker-bg: rgba(255,247,39,0); 
}


/*---------------------------------------------------------------*/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: var(--bg-base);
}

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

.article header ,
.article h1 ,
.article h2 ,
.article h3 ,
.article p ,
.article dl ,
.article dt ,
.article dd ,
.article div ,
.article section ,
.article span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#arfooter footer ,
#arfooter div,
#arfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#arfooter ul,
#arfooter li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/*----------------------------------------*/
.article .f--b{
  font-weight: bold;
}
.article .f--c1 {
  color: var(--c-s1);
}
.article .f--c2 {
  color: var(--c-s2);
}
.article .f--c3 {
  color: #70AD47;
}
.article .f--s {
  font-size: 0.7em;
}
.article .f--m {
  font-size: 0.9em;
}
.article .f--l {
  font-size: 1.3em;
}
.article .f--mk {
  background: var(--font-marker);
  background: -moz-linear-gradient(0deg, var(--font-marker-bg) 0%, var(--font-marker-bg) 9%, var(--font-marker) 10%, var(--font-marker) 63%, var(--font-marker-bg) 64%, var(--font-marker-bg) 100%);
  background: -webkit-linear-gradient(0deg, var(--font-marker-bg) 0%, var(--font-marker) 9%, var(--font-marker) 10%, var(--font-marker) 63%, var(--font-marker-bg) 64%, var(--font-marker-bg) 100%);
  background: linear-gradient(0deg, var(--font-marker-bg) 0%, var(--font-marker-bg) 9%, var(--font-marker) 10%, var(--font-marker) 63%, var(--font-marker-bg) 64%, var(--font-marker-bg) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--font-marker)",endColorstr="var(--font-marker)",GradientType=1);
}
.article .uline {
  text-decoration: underline;
  text-underline-offset: .2em;
}


/*----------------------------------------*/
.article .pagetitle {
  box-sizing: border-box;
  padding: 0;

}
.article .pagetitle h1 {
  display: block;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  position: relative;
  z-index: 5;
}
.article .subtitle {
  box-sizing: border-box;
  border-left: .3em solid var(--c-s1);
  border-bottom: 2px solid var(--c-s1);
  font-size: 1.25em;
  padding: .5em;
  position: relative;
  margin: 2em auto .5em;

}



.article .textbox {
  box-sizing: border-box;
  padding: 2%;
  margin: 0 auto ;
  width: 100%;
}
.article p {
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
.article p + p {
  margin-top: 2em;
}

.article .textbox__att {
  text-align: right;
  font-size: .7em;
  line-height: 1.3em;
  margin-top: .5em;
}
.article .imgbox {
  box-sizing: border-box;
  display: block;
  margin: 1em auto;
  padding: 0;
}
.article .movitem {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 56%;
}
.article .movitem video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.article .imgbox__att {
  text-align: right;
  font-size: .7em;
  line-height: 1.3em;
  margin-top: .5em;
}
.article .imgbox__att2 {
  text-align: left;
  font-size: .7em;
  line-height: 1.3em;
  margin-top: .5em;
}


.article .voicebox {
  background: var(--bg-base);
  border: .4em solid #a4d0fa;
  box-sizing: border-box;
  display: block;
  padding: 0;
  position: relative;
  margin: 2em auto 2em;
  width: 100%;
}
.article .voicetxt {
  box-sizing: border-box;
  padding: 1em;

}
.article .voice__title {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: .2em;
}
.article .voicebox .imgbox {
  margin-top: 0.5em;
}
.article .voicebox__att {
  margin: 0 auto;
  font-size: 0.7em;
  text-align: right;
}


.article .txtbox--dec {
  display: block;
  background: #fac4d6;
  box-sizing: border-box;
  padding: 1em;
  line-height: 2em;
  font-size: .92em;
  border: .5em solid #ff79a5;
  margin: 0 auto 2em;
}
.article p + .txtbox--dec {
  margin-top: 2em;
}
.article .text--c {
  text-align: center;
}

.article .animated {
  animation: move-y .5s infinite alternate ease-in-out;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
/*-------------------------------------------
footer
-----------------------------------------------*/
#arfooter .footer__link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}
#arfooter .footer__link li{
  font-size: .92em;
  margin-bottom: 1em;
}
#arfooter #copy {
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: .62em;
  box-sizing: border-box;
  padding: .5em;
}