  @charset "UTF-8";
body {
  font-family: "Noto Sans Japanese";
  color: #111;
  font-weight: 600;
  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;
  }
}

.pc-block-large {
  display: none;
}
@media screen and (min-width: 900px) {
  .pc-block-large {
    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: #81c0e9;
  background-image: radial-gradient(#a4ccea 17%, transparent 21%), radial-gradient(#a4ccea 17%, transparent 21%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
  padding: 8% 0 10% 0;
}

div.main-title-wrap {
  position: relative;
  z-index: 1;
}
div.main-title-wrap h1 {
  width: 100%;
  position: relative;
}
div.main-title-wrap h1 span.kozoo {
  width: 26.8%;
  position: absolute;
  top: 80%;
  right: 1.4%;
  transform-origin: center center;
  transform: translate(0, 0) scale(0);
  animation: scale-illust-scaleA 0.4s 0.1s ease-out forwards;
}
div.main-title-wrap h1 span.yonden {
  width: 24.2%;
  position: absolute;
  top: 82%;
  left: -1%;
  transform-origin: center center;
  transform: translate(0, 0) scale(0);
  animation: scale-illust-scaleA 0.4s 0.3s ease-out forwards;
}
div.main-title-wrap p.letter-image {
  width: 88%;
  position: absolute;
  left: 12%;
  bottom: -10%;
}

@keyframes scale-illust-scaleA {
  0% {
    transform-origin: center center;
    transform: translate(0, 0) scale(0);
  }
  80% {
    opacity: 1;
    transform-origin: center center;
    transform: translate(0, 0) scale(1.2);
  }
  100% {
    opacity: 1;
    transform-origin: center center;
    transform: translate(0, 0) scale(1);
  }
}
/*ここから白ノート背景　コンテンツ*/
section.contents {
  width: 95%;
  margin: 0 auto;
  background: url(/lp/kozoo/pastlist/img/2023/no16/cont-bg01_sp.png) repeat-y left top;
  background-size: contain;
  padding-top: 8%;
  padding-bottom: 10%;
}

/*最初のテキスト部分*/
div.fv-txt-wrap {
  width: 88%;
  margin: 0 auto;
}
div.fv-txt-wrap p {
  font-size: 1.4em;
  text-align: center;
}
div.fv-txt-wrap p span.marker01 {
  color: #fff57f;
  background: linear-gradient(transparent 0%, #3380b1 0%);
  display: inline-block;
  line-height: 1em;
  padding: 0.2em 0.4em 0.2em;
}
div.fv-txt-wrap p.fv-txt06, div.fv-txt-wrap p.fv-txt03, div.fv-txt-wrap p.fv-txt01 {
  color: #3380b1;
}
div.fv-txt-wrap p.fv-txt06 span.side-line, div.fv-txt-wrap p.fv-txt03 span.side-line, div.fv-txt-wrap p.fv-txt01 span.side-line {
  display: inline-block;
  position: relative;
}
div.fv-txt-wrap p.fv-txt06 span.side-line::before, div.fv-txt-wrap p.fv-txt06 span.side-line::after, div.fv-txt-wrap p.fv-txt03 span.side-line::before, div.fv-txt-wrap p.fv-txt03 span.side-line::after, div.fv-txt-wrap p.fv-txt01 span.side-line::before, div.fv-txt-wrap p.fv-txt01 span.side-line::after {
  display: inline-block;
  content: "";
  background: #3380b1;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
div.fv-txt-wrap p.fv-txt06 span.side-line::before, div.fv-txt-wrap p.fv-txt03 span.side-line::before, div.fv-txt-wrap p.fv-txt01 span.side-line::before {
  transform: rotate(-35deg);
}
div.fv-txt-wrap p.fv-txt06 span.side-line::after, div.fv-txt-wrap p.fv-txt03 span.side-line::after, div.fv-txt-wrap p.fv-txt01 span.side-line::after {
  transform: rotate(35deg);
}
div.fv-txt-wrap p.fv-txt02 {
  margin-top: 0.2em;
}
div.fv-txt-wrap p.fv-txt02 span.marker01 {
  display: inline-block;
}
div.fv-txt-wrap p.fv-txt02 span.marker01:nth-of-type(2) {
  margin-top: 0.4em;
}
div.fv-txt-wrap p.fv-txt03 {
  margin-top: 0.6em;
}
div.fv-txt-wrap p.fv-txt04 {
  margin-top: 1em;
}
div.fv-txt-wrap p.fv-txt05 {
  margin-top: 1em;
}
div.fv-txt-wrap p.fv-txt06 {
  margin-top: 1em;
}

div.fv-image-box {
  position: relative;
  margin-top: 3%;
}
div.fv-image-box div.fv-image01 {
  width: 82.6%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
div.fv-image-box div.fv-image02 {
  width: 38%;
  position: absolute;
  right: -5%;
  top: -60%;
}
div.fv-image-box div.fv-image03 {
  width: 33.6%;
  position: absolute;
  left: 0;
  top: -8%;
}

/*吹き出しなどここから*/
div.fukidashi-wrap {
  width: 90%; /*318px*/
  margin: 0 auto;
  position: relative;
  margin-bottom: 8%;
}

div.fukidashi {
  width: 75.6%; /*242px*/
  box-sizing: border-box;
  padding: 5%;
  font-size: 1.1em;
  letter-spacing: -0.01em;
  font-weight: 500;
  line-height: 1.6em;
  position: relative;
  border-radius: 5px;
}
div.fukidashi p {
  text-align: justify;
}
div.fukidashi p.align-left {
  text-align: left;
}
div.fukidashi p a.btn01 {
  display: block;
  margin-top: 1em;
  filter: drop-shadow(2px 3px 0px #adcdde);
}
div.fukidashi p span.sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
div.fukidashi.yondensan02 {
  margin-bottom: 15%;
}
div.fukidashi.yondensan02 a.yondensan02-link-coution {
  display: block;
  margin-top: 1em;
  filter: drop-shadow(2px 3px 0px #db0001);
}

div.koduu {
  background: #fff0dc;
}
div.koduu::after {
  content: " ";
  display: block;
  width: 15px;
  height: 11px;
  background: url(/lp/kozoo/pastlist/img/2023/no17/fukidashi-koduu.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 20%;
  transform: translate(100%, 0);
}
div.koduu p {
  color: #ec6c00;
}

div.yondensan {
  background: #dcf0fa;
  margin-left: auto;
}
div.yondensan::after {
  content: " ";
  display: block;
  width: 15px;
  height: 11px;
  background: url(/lp/kozoo/pastlist/img/2023/no17/fukidashi-yondensan.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translate(-82%, 0);
}

/*コヅー吹き出し調整*/
div.koduu07 {
  width: 90%; /*318px*/
  margin: 0 auto;
  position: relative;
  margin-bottom: 2%;
}
div.koduu07::after {
  width: 18px;
  height: 16px;
  background: url(/lp/kozoo/pastlist/img/2023/no17/fukidashi-koduu02.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 30%;
  bottom: 0;
  transform: translate(0%, 50%);
}
div.koduu07 p {
  text-align: center;
}

/*ヨンデンさん吹き出し調整*/
div.yondensan02::after {
  top: 45%;
}

div.yondensan03::after {
  top: 28%;
}

div.yondensan05::after {
  top: 90%;
}

div.yondensan06::after {
  top: 70%;
}
div.yondensan06 a {
  display: block;
  margin-top: 1em;
  filter: drop-shadow(2px 3px 0px #db0001);
}

div.yondensan07 {
  width: 90%; /*318px*/
  margin: 0 auto;
  position: relative;
  margin-bottom: 2%;
}
div.yondensan07::after {
  width: 18px;
  height: 16px;
  background: url(/lp/kozoo/pastlist/img/2023/no17/fukidashi-yondensan02.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 0;
  transform: translate(50%, 60%);
}
div.yondensan07 p {
  text-align: center;
}

div.yondensan08::after {
  top: 52%;
}

/***コヅーのイラスト位置調整****/
div.koduu-illust {
  width: 25%;
  position: absolute;
  right: 0;
  bottom: 0;
}

div.koduu-illust01 {
  right: -4%;
}
div.koduu-illust01 span {
  display: block;
  width: 40%;
  position: absolute;
  left: -15%;
  top: -17%;
}

div.koduu-illust02 {
  right: -6%;
  transform: translate(0, 0);
}

div.koduu-illust03 {
  right: -5%;
  bottom: -8%;
}

div.koduu-illust04 {
  width: 27%;
  bottom: -14%;
  right: -5%;
}

div.koduu-illust05 {
  right: -5%;
  bottom: -12%;
}

div.koduu-illust06 {
  right: -4%;
  bottom: 5%;
}

div.koduu-illust08 {
  width: 27%;
  right: -4%;
  bottom: 5%;
}

div.koduu-illust09 {
  right: -5%;
  bottom: -35%;
}

div.koduu-illust10 {
  right: -5%;
  bottom: -6%;
}

/***コヅーのイラスト位置調整ここまで****/
/***ヨンデンさんのイラスト位置調整****/
div.yondensan-illust {
  width: 26%;
  position: absolute;
  left: -2%;
  top: 5%;
}

div.yondensan-illust02 {
  top: 20%;
}

div.yondensan-illust03 {
  left: -3%;
}

div.yondensan-illust05 {
  left: -2%;
  top: auto;
  bottom: -7%;
}

span.yondensan-illust06 {
  display: block;
  position: absolute;
  width: 26.6%;
  left: auto;
  right: 0;
  top: auto;
  bottom: -6%;
}

/***ヨンデンさんのイラスト位置調整ここまで****/
/***至近2年間の燃料価格推移グラフ部分****/
div.irregular-box01 {
  width: 100%;
  position: relative;
}
div.irregular-box01 div.irregular-fukidashi {
  width: 68%;
  position: absolute;
  right: 5%;
  top: 0;
  margin: 0;
}
div.irregular-box01 div.irregular-fukidashi::after {
  top: 70%;
  transform: translate(-72%, 0);
}
div.irregular-box01 div.irregular-box01-inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 5%;
}
div.irregular-box01 div.irregular-box01-inner figure figcaption {
  font-weight: 400;
}

/***オーマイゴッド部分****/
div.irregular-box02 {
  width: 100%;
  position: relative;
}
div.irregular-box02 div.irregular-box02-img01 {
  width: 74.6%;
  margin: 0 auto;
}
div.irregular-box02 p.irregular-box02-txt01 {
  width: 36%;
  position: absolute;
  right: 15%;
  top: -4%;
}
div.irregular-box02 p.irregular-box02-txt02 {
  width: 41%;
  position: absolute;
  right: 12%;
  top: 36%;
}

/***コヅーとヨンデンさん***/
div.irregular-box03 {
  margin-bottom: 3%;
}
div.irregular-box03 div.irregular-box03-inner {
  position: relative;
}
div.irregular-box03 div.irregular-box03-inner div.irregular-box03-inner-img01 {
  width: 88%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
div.irregular-box03 div.irregular-box03-inner div.irregular-box03-inner-img02 {
  width: 44%;
  position: absolute;
  left: 9%;
  top: -5%;
  z-index: 0;
}

/***グラフ2の部分***/
div.irregular-box04 {
  margin-bottom: 12%;
}
div.irregular-box04 div.irregular-box04-inner {
  position: relative;
  margin-top: 6%;
}
div.irregular-box04 div.irregular-box04-inner figure {
  width: 89%; /*318px*/
  margin: 0 auto;
  margin-top: 3%;
  position: relative;
}
div.irregular-box04 div.irregular-box04-inner figure figcaption {
  text-indent: -3em;
  margin-left: 3em;
  line-height: 1.4em;
  font-weight: 400;
}

/***エネルギーミックス***/
div.irregular-box05 {
  position: relative;
}
div.irregular-box05 div.irregular-box05-inner {
  width: 96%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
div.irregular-box05 p {
  position: absolute;
}
div.irregular-box05 p.irregular-box05-txt01 {
  width: 30%;
  right: 4%;
  top: -6%;
}
div.irregular-box05 p.irregular-box05-txt02 {
  width: 35%;
  left: 3%;
  top: -10%;
}

p.to-top-page {
  text-align: center;
  margin-top: 8%;
}
p.to-top-page a {
  display: inline-block;
  color: #111;
  padding: 0 5%;
  font-size: 1.4em;
  border-left: solid 1px #111;
  border-right: solid 1px #111;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

p.other-btn {
  width: 80%;
  margin: 0 auto;
  margin-top: 10%;
}

#new-pagetop {
  position: fixed;
  width: 60px;
  right: 20px;
  bottom: 35px;
  z-index: 10;
}
#new-pagetop img {
  width: 100%;
}
#new-pagetop:hover {
  cursor: pointer;
}
#new-pagetop.active {
  background: url(/lp/kozoo/pastlist/img/2023/new-totop-active.png) no-repeat left top;
  background-size: contain;
}
#new-pagetop.active img {
  opacity: 0;
}/*# sourceMappingURL=mystyle.css.map */