  @charset "UTF-8";
body {
  font-family: "Noto Sans Japanese";
  color: #111;
  font-weight: 400;
  font-size: 3.2vw;
  width: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt";
  line-height: 1.8em;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.open {
  overflow-y: hidden;
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

main {
  width: 100%;
  overflow-x: hidden;
}

main img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/****/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #FFF;
}
header h1 {
  width: 130px;
  line-height: 1em;
  margin-left: 12px;
}
header div.taggle-btn {
  width: 60px;
  height: 60px;
  background: #666666;
  position: relative;
}
header div.taggle-btn span {
  width: 80%;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0);
}
header div.taggle-btn span:nth-child(2) {
  top: 21px;
}
header div.taggle-btn span:nth-child(3) {
  top: 31px;
}
header div.taggle-btn span:last-child {
  top: 41px;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  color: #FFF;
  background: none;
}

/*header*/
@keyframes fix-nav-end-ani {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
nav.page-fix-nav {
  position: fixed;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
nav.page-fix-nav.is-hidden {
  animation: fix-nav-end-ani 0.6s forwards;
}
nav.page-fix-nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
nav.page-fix-nav ul li {
  width: 10.6%;
  line-height: 1em;
  margin-right: 4.2%;
}
nav.page-fix-nav ul li a {
  display: block;
  background: #FFF;
  width: 100%;
  position: relative;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
nav.page-fix-nav ul li a span {
  display: inline-block;
  padding: 40% 0;
}
nav.page-fix-nav ul li a.active {
  background: #FFF000;
}
nav.page-fix-nav ul li:first-child a span {
  width: 80%;
}
nav.page-fix-nav ul li:nth-child(2) a span {
  width: 50%;
}
nav.page-fix-nav ul li:nth-child(3) a span {
  width: 62.5%;
}
nav.page-fix-nav ul li:last-child {
  margin-right: 0;
}
nav.page-fix-nav ul li:last-child a span {
  width: 60%;
}

/*nav*/
div.smp-only-menu {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 10%;
  background: #FFFFBD;
  overflow-y: scroll;
}
div.smp-only-menu div.close-box-wrap {
  width: 60px;
  margin-left: auto;
}
div.smp-only-menu div.close-box-wrap div.close-box {
  width: 60px;
  height: 60px;
  position: relative;
}
div.smp-only-menu div.close-box-wrap div.close-box span {
  display: block;
  width: 60%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
}
div.smp-only-menu div.close-box-wrap div.close-box span:nth-child(1) {
  transform: translate(-50%, 0) rotate(45deg);
}
div.smp-only-menu div.close-box-wrap div.close-box span:nth-child(2) {
  transform: translate(-50%, 0) rotate(-45deg);
}
div.smp-only-menu nav ul {
  border-top: solid 1px #000;
}
div.smp-only-menu nav ul li a {
  font-size: 3.7333333333vw;
  display: block;
  color: #000;
  font-weight: bold;
  padding: 1em 0.5em;
  border-bottom: solid 1px #000;
  position: relative;
}
div.smp-only-menu nav ul li a::before {
  content: "＞";
}
div.smp-only-menu nav ul li a.flexbox {
  display: flex;
}
div.smp-only-menu nav ul li a.flexbox::before {
  display: none;
}
div.smp-only-menu nav ul li a.flexbox span {
  display: block;
}
div.smp-only-menu nav ul li a.flexbox span:first-of-type {
  position: relative;
  width: 6em;
}
div.smp-only-menu nav ul li a.flexbox span:first-of-type::before {
  content: "＞";
}
div.smp-only-menu nav ul li a.flexbox span:last-of-type {
  width: calc(100% - 6em);
}

main {
  background-color: #bbd573;
  background-image: radial-gradient(#c8da67 17%, transparent 21%), radial-gradient(#c8da67 17%, transparent 21%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
  padding: 8% 0 10% 0;
}

div.main-title-wrap {
  position: relative;
}
div.main-title-wrap h2 {
  width: 97%;
  margin-left: 2%;
}
div.main-title-wrap p {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  text-align: center;
  position: absolute;
  left: 51%;
  top: 51%;
  transform: translate(-50%, 0);
}
div.main-title-wrap span {
  display: block;
  position: absolute;
}
div.main-title-wrap span.illust01 {
  width: 26%;
  left: 4%;
  bottom: 18%;
}
div.main-title-wrap span.illust02 {
  width: 28%;
  right: 2%;
  bottom: 18%;
}

section.contents {
  width: 95%;
  margin: 0 auto;
  background: url(/lp/kozoo/pastlist/img/extra03/cont-bg01_sp.png) repeat-y left top;
  background-size: contain;
  padding-bottom: 5%;
  /*div.q-title-box*/
  /*ul.talck-box01*/
}
section.contents div.q-title-box {
  width: 90%;
  margin: 0 0 0 6%;
  background: #FFF000;
  padding: 5% 0;
}
section.contents div.q-title-box h3 {
  width: 11.8%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 3%;
}
section.contents div.q-title-box h3::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #00913A;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-44%, 0);
}
section.contents div.q-title-box h4 {
  width: 88%;
  margin: 0 auto;
  margin-top: 5%;
  color: #00913A;
  font-size: 1.3em;
  font-weight: bold;
}
section.contents div.q-title-box h4 span {
  display: block;
  margin-top: 2%;
  font-size: 0.8em;
  text-align: right;
  color: #333;
}
section.contents ul.talck-box01 {
  width: 90%;
  margin: 0 0 0 6%;
  /*li*/
}
section.contents ul.talck-box01 li {
  position: relative;
  margin-top: 8%;
  /*mryonden*/
}
section.contents ul.talck-box01 li.kozoo {
  /*p*/
}
section.contents ul.talck-box01 li.kozoo p {
  width: 75%;
  padding: 5%;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
  text-align: justify;
  color: #E95513;
  box-sizing: border-box;
  background: #FFFBC7;
  border-radius: 5px;
  position: relative;
}
section.contents ul.talck-box01 li.kozoo p a {
  color: #fff;
  display: inline-block;
  background: #e95513;
  font-weight: bold;
  border-radius: 20px;
  text-align: left;
  padding: 0.3em 1em;
  /*
  display: ilnine-block;
  text-align: left;
  vertical-align: middle;
  line-height: 0.5em;
  margin: 20px 0;
  padding: 0.2em 1em;
  border-radius: 20px;
  color: #FFF;
  background: #e95513;
  */
}
section.contents ul.talck-box01 li.kozoo p a img {
  width: auto;
  vertical-align: middle;
  padding-bottom: 2px;
  padding-right: 5px;
}
section.contents ul.talck-box01 li.kozoo p::before {
  display: block;
  content: "";
  width: 14px;
  height: 10px;
  background: url(/lp/kozoo/pastlist/img/extra03/kozoo-fukidashi-part.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 0%;
  right: 0;
}
section.contents ul.talck-box01 li.kozoo p.kozoo01::before {
  top: 15%;
  right: 0;
  transform: translate(100%, 0);
}
section.contents ul.talck-box01 li.kozoo p.kozoo02::before {
  top: 15%;
  right: 0;
  transform: translate(100%, 0);
}
section.contents ul.talck-box01 li.kozoo p.kozoo03::before {
  top: 25%;
  right: 0;
  transform: translate(100%, 0);
}
section.contents ul.talck-box01 li.kozoo p.kozoo04::before {
  top: 52%;
  right: 0;
  transform: translate(100%, 0);
}
section.contents ul.talck-box01 li.kozoo p.kozoo05::before {
  top: 42%;
  right: 0;
  transform: translate(100%, 0);
}
section.contents ul.talck-box01 li.kozoo p.kozoo06::before {
  top: 30%;
  right: 0;
  transform: translate(100%, 0);
}
section.contents ul.talck-box01 li.kozoo p.kozoo07::before {
  top: 40%;
  right: 0;
  transform: translate(100%, 0);
}
section.contents ul.talck-box01 li.kozoo p.kozoo09::before {
  top: 30%;
  right: 0;
  transform: translate(100%, 0);
}
section.contents ul.talck-box01 li.kozoo p.kozoo10::before {
  top: 30%;
  right: 0;
  transform: translate(100%, 0);
}
section.contents ul.talck-box01 li.kozoo figure {
  width: 29.2%;
  position: absolute;
  right: 0;
  top: 0;
}
section.contents ul.talck-box01 li.kozoo figure.illust-kozoo01 {
  top: 1%;
  transform: translate(15%, 0);
}
section.contents ul.talck-box01 li.kozoo figure.illust-kozoo02 {
  top: 3%;
  transform: translate(20%, 0);
}
section.contents ul.talck-box01 li.kozoo figure.illust-kozoo10 {
  width: 26%;
  top: -25%;
  transform: translate(15%, 0);
}
section.contents ul.talck-box01 li.mryonden {
  /*p*/
}
section.contents ul.talck-box01 li.mryonden p {
  width: 75%;
  padding: 5%;
  margin-left: 25%;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
  text-align: justify;
  box-sizing: border-box;
  background: #E6FDFF;
  border-radius: 5px;
  position: relative;
}
section.contents ul.talck-box01 li.mryonden p::before {
  display: block;
  content: "";
  width: 14px;
  height: 10px;
  background: url(/lp/kozoo/pastlist/img/extra03/mryonden-fukidashi-part.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 20%;
  left: 0;
  transform: translate(-100%, 0);
}
section.contents ul.talck-box01 li.mryonden p.coutiontxt01 {
  background: none;
  font-size: 0.8em;
  line-height: 1.5em;
  padding: 0;
}
section.contents ul.talck-box01 li.mryonden p.coutiontxt01::before {
  display: none;
}
section.contents ul.talck-box01 li.mryonden p.mryonden02::before {
  top: 6%;
}
section.contents ul.talck-box01 li.mryonden p.mryonden03::before {
  top: 16%;
}
section.contents ul.talck-box01 li.mryonden p span.add-figure01 {
  display: block;
  margin-bottom: 5%;
}
section.contents ul.talck-box01 li.mryonden figure {
  width: 28.1%;
  position: absolute;
  left: 0;
  top: 0;
}
section.contents ul.talck-box01 li.mryonden figure.illust-yonden01 {
  top: 6%;
  left: -3%;
}
section.contents ul.talck-box01 li.mryonden figure.illust-yonden02 {
  top: 1%;
  left: -3%;
}
section.contents ul.talck-box01 li.mryonden figure.illust-yonden10 {
  width: 23.6%;
  top: 1%;
  left: -3%;
}
section.contents ul.talck-box01 li.figure01 {
  margin-top: 4%;
}
section.contents ul.talck-box01 li.figure01 figcaption {
  margin-top: 10px;
  line-height: 1.3em;
}
section.contents ul.talck-box01 li.figure01 figcaption span.sub {
  display: block;
  background: #E95513;
  text-align: center;
  color: #FFF;
}
section.contents ul.talck-box01 li.figure02 {
  background: #E6FDFF;
  border-radius: 10px;
  padding: 5%;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
  text-align: justify;
}
section.contents ul.talck-box01 li.figure02 figure {
  margin-top: 3%;
}

section.sec02 {
  margin-top: 10%;
}
section.sec02 h3 {
  width: 14.4%;
}

section.sec03 {
  margin-top: 10%;
}
section.sec03 h3 {
  width: 14.4%;
}

p.kobanasi {
  width: 95%;
  margin: 0 auto;
  margin-top: 10%;
}

p.to-top-page {
  text-align: center;
  margin-top: 8%;
}
p.to-top-page a {
  display: inline-block;
  color: #FFF;
  padding: 0 5%;
  font-size: 1.4em;
  border-left: solid 1px #FFF;
  border-right: solid 1px #FFF;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}/*# sourceMappingURL=mystyle_sp.css.map */