@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@500&family=Noto+Sans+JP:wght@400;500&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.5;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
}

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 #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  position: relative;
  font-family: "源ノ角ゴシック", "Noto Sans JP", sans-serif;
}

.partsUnit {
  margin: 0 0 100px;
}

.js-sec {
  opacity: 0;
  transition: 1s;
}
.js-sec.active {
  opacity: 1;
}

.js-up-sec {
  position: relative;
  opacity: 0;
  top: 60px;
  transition: 1s;
}
.js-up-sec.active {
  opacity: 1;
  top: 0;
}

.js-down-sec {
  position: relative;
  opacity: 0;
  top: -60px;
  transition: 1s;
}
.js-down-sec.active {
  opacity: 1;
  top: 0;
}

.js-left-sec {
  position: relative;
  opacity: 0;
  left: -60px;
  transition: 1s;
}
.js-left-sec.active {
  opacity: 1;
  left: 0;
}

.js-right-sec {
  position: relative;
  opacity: 0;
  right: -60px;
  transition: 1s;
}
.js-right-sec.active {
  opacity: 1;
  right: 0;
}

.js-rightdown-sec {
  position: relative;
  opacity: 0;
  top: -60px;
  right: -60px;
  transition: 1s;
}
.js-rightdown-sec.active {
  opacity: 1;
  top: 0;
  right: 0;
}

.js-leftdown-sec {
  position: relative;
  opacity: 0;
  top: -60px;
  left: -60px;
  transition: 1s;
}
.js-leftdown-sec.active {
  opacity: 1;
  top: 0;
  left: 0;
}

.no_scroll {
  overflow: hidden;
}

.dsp-none {
  display: none;
}

#opening {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 200;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  #opening {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff url(../img/bg_loading.jpg) no-repeat center top;
    background-size: cover;
  }
  #opening .txt {
    position: relative;
    width: 457px;
    height: 205px;
    margin: 0 auto 120px;
    background: url(../img/txt_loading.png) no-repeat center;
    background-size: contain;
  }
  #opening .txt::after {
    position: absolute;
    bottom: -12px;
    left: -8px;
    content: "";
    width: 0;
    height: 170px;
    background: url(../img/border_loading.png) no-repeat left top;
    background-size: 476px 170px;
  }
  #opening .txt.active::after {
    width: 476px;
    transition: 0.6s;
  }
  #opening .txt span {
    display: none;
  }
  body {
    width: 100%;
    background-color: #fff;
  }
  a {
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.6;
  }
  #container {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto 0;
    background-size: cover;
    backface-visibility: hidden;
  }
  #container video {
    position: fixed;
    left: 50%;
    background-size: cover;
    backface-visibility: hidden;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) and (max-aspect-ratio: 16/10) {
  #container video {
    height: 105%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  #contents {
    position: absolute;
    width: 100%;
    margin: 0 auto;
  }
  #contents section {
    margin: 0 auto;
  }
  .flex_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .flex_box.start {
    justify-content: start;
  }
  .flex_box.a_center {
    align-items: center;
  }
  .flex_box.wrap {
    flex-wrap: wrap;
  }
  .flex_box .unit {
    width: 49%;
  }
  header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 100;
  }
  header #logo a {
    display: block;
    width: 136px;
    height: 19px;
    margin-left: 40px;
    background: url(../img/logo.png) no-repeat center;
    background-size: contain;
    backface-visibility: hidden;
  }
  header #logo a span {
    display: none;
  }
  #contents {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  #main {
    position: relative;
    width: 100%;
    background: url(../img/bg_main.jpg) repeat-x center top;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
  }
  #main.active {
    background: url("../img/bg_main_scene03.png") no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
  }
  #main .inner {
    overflow: hidden;
  }
  #main #main_ttl {
    position: relative;
    width: 100%;
    height: calc(100vh - 160px);
    min-height: 545px;
    margin: 0 auto 0;
    background: url("../img/img_main_scene01.jpg") no-repeat center top;
    background-size: cover;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
    text-indent: -9999px;
    z-index: 1;
  }
  #main #main_ttl img {
    position: relative;
    left: 50%;
    min-width: 1517px;
    min-height: 681px;
    transform: translateX(-50%);
  }
  #main #main_message {
    position: relative;
    width: 100%;
    height: 120vh;
    z-index: 5;
    transition: 0.4s;
    pointer-events: auto;
  }
  #main #main_message img.borad {
    position: absolute;
    left: 50%;
    display: block;
    height: calc(100vh - 90px);
    min-height: 606px;
    margin-top: -200vh;
    transform: translateX(-50%);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  }
  #main #main_message.active {
    pointer-events: none;
    transition: 0.2s;
    overflow: hidden;
  }
  #main #main_message.active img.borad {
    position: fixed;
    top: 0;
    margin-top: 0;
    pointer-events: none;
  }
  #main #tvcm {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    padding: 248px 0 0;
    background: url("../img/bg_main_scene03.png") no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
    transition: 1s;
    opacity: 0;
    z-index: 4;
  }
  #main #tvcm.active {
    opacity: 1;
  }
  #main #tvcm.active .tv_inner {
    pointer-events: auto;
  }
  #main #tvcm h2 {
    width: 100%;
    height: 59px;
    margin: 0 auto 43px;
    background: url(../img/ttl_tvcm.png) no-repeat center;
    background-size: 177px 59px;
  }
  #main #tvcm h2 span {
    display: none;
  }
  #main #tvcm #tvpoint {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1em;
  }
  #main #tvcm .box_area {
    display: block;
    margin: 0 auto 94px;
  }
  #main #tvcm .tv_inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1122px;
    transition: 0.4s;
    pointer-events: none;
  }
  #main #tvcm .tv_inner.stop {
    position: fixed;
    top: 60px;
    left: 50%;
    transition: 0;
    transform: translateX(-50%);
  }
  #main #tvcm .tv_inner .unit {
    width: 49%;
    max-width: 530px;
    margin: 0 0 93px;
    text-align: center;
  }
  #main #tvcm .tv_inner .unit img {
    width: 100%;
  }
  #main #tvcm .tv_inner .unit.second {
    width: 100%;
    max-width: 1122px;
  }
  #main #tvcm .tv_inner a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }
  #main #character {
    position: fixed;
    top: 0;
    left: 50%;
    width: 1560px;
    height: 100%;
    max-height: 100vh;
    min-height: 638px;
    transform: translateX(-50%);
    z-index: 6;
    pointer-events: none;
    text-align: center;
  }
  #main #character #imai01 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    min-width: 1560px;
    height: calc(100% - 60px);
    max-height: 100vh;
    min-height: 578px;
    transform: translateX(-50%);
    transition: 1s;
  }
  #main #character #imai01 img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    min-height: 638px;
    transition: 0.4s;
    opacity: 1;
  }
  #main #character #imai01.active img {
    opacity: 0;
  }
  #main #character #imai01.active img.second {
    transition: 0;
    opacity: 1;
  }
  #main #character #imai02 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1560px;
    height: calc(100% - 60px);
    max-height: 100vh;
    min-height: 578px;
    transform: translateX(-50%);
    transition: 1s;
  }
  #main #character #imai02 img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    min-height: 638px;
  }
  #main #character #imai02.active {
    left: 56%;
    bottom: -35px;
    transition: 1s;
  }
  #main_bnr {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 95px;
    background: url(../img/bg_ordinary_days.png) no-repeat center bottom;
    background-size: 3000px 60px;
    z-index: 7;
  }
  #main_bnr.active {
    display: none;
  }
  #main_bnr a {
    display: block;
    width: 750px;
    height: 95px;
    margin: 0 auto;
    background: url(../img/bnr_ordinary_days.png) no-repeat center bottom;
    background-size: contain;
  }
  #main_bnr a span {
    display: none;
  }
  #about_our_energy .ttlarea {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 228px;
    background-color: #fff;
    text-align: center;
  }
  #about_our_energy .ttlarea h2 {
    width: 768px;
    padding-top: 24px;
    color: #4B4B4B;
    background: url(../img/img_speech_bubble01.png) no-repeat 100% center;
    background-size: 148px 106px;
    font-size: 33px;
    font-weight: 500;
  }
  #about_our_energy .ttlarea h2 span {
    display: none;
  }
  #about_our_energy .ttlarea h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    margin: 26px auto 0;
    background-color: #7D7D7D;
  }
  #about_our_energy .inner {
    position: relative;
    padding: 7px 0 58px;
    background: url(../img/bg_about_our_energy.png) no-repeat center top;
    background-size: cover;
  }
  #about_our_energy .inner .img {
    width: 100%;
    max-width: 1411px;
    margin: 0 auto 9px;
  }
  #about_our_energy .inner .img img {
    width: 100%;
  }
  #about_our_energy .inner .img .our_energy01 {
    display: none;
  }
  #about_our_energy .inner .img .our_energy01.active {
    display: block;
  }
  #about_our_energy .inner .img .our_energy02 {
    display: none;
  }
  #about_our_energy .inner .img .our_energy02.active {
    display: block;
  }
  #about_our_energy .inner .btn {
    width: 210px;
    height: 38px;
    margin: 0 auto;
    text-align: center;
  }
  #about_our_energy .inner .btn a {
    display: inline-block;
    width: 208px;
    height: 36px;
    border-radius: 19px;
    border: 1px solid #4f4f4e;
    background-color: #fff;
    text-decoration: none;
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 500;
    line-height: 36px;
  }
  #about_our_energy .inner .btn a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 13px;
    margin-left: 6px;
    background: url(../img/inc_external.png) no-repeat center;
    background-size: 8px;
  }
  #indispensable .ttlarea {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 230px;
    background-color: #fff;
    text-align: center;
  }
  #indispensable .ttlarea h2 {
    width: 720px;
    padding-top: 40px;
    color: #4B4B4B;
    background: url(../img/img_speech_bubble02.png) no-repeat 100% center;
    background-size: 151px 119px;
    font-size: 33px;
    font-weight: 500;
  }
  #indispensable .ttlarea h2 span {
    display: none;
  }
  #indispensable .ttlarea h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    margin: 26px auto 0;
    background-color: #7D7D7D;
  }
  #indispensable #necessary_area {
    overflow: hidden;
  }
  #indispensable #necessary_area .necessary_group {
    position: relative;
  }
  #indispensable #necessary_area .necessary_group #necessary_imai01 {
    position: absolute;
    top: 0;
    left: calc(50% + 270px);
    width: 482px;
    height: 743px;
    background: url(../img/img_indispensable_imai_01.png) no-repeat center bottom;
    background-size: 482px 646px;
    transition: 1s;
  }
  #indispensable #necessary_area .necessary_group #necessary_imai01.fixed {
    position: fixed;
    bottom: 0;
    top: auto;
    transition: 1s;
  }
  #indispensable #necessary_area .necessary_group #necessary_imai01.active {
    position: absolute;
    bottom: 0;
    top: auto;
    left: calc(50% + 270px);
    transition: 1s;
  }
  #indispensable #necessary_area .necessary_group #necessary_imai02 {
    position: absolute;
    top: 0;
    right: calc(50% + 247px);
    width: 512px;
    height: 792.5px;
    background: url(../img/img_indispensable_imai_02.png) no-repeat center bottom;
    background-size: 512px 665px;
    transition: 1s;
  }
  #indispensable #necessary_area .necessary_group #necessary_imai02.fixed {
    position: fixed;
    bottom: 0;
    top: auto;
    transition: 1s;
  }
  #indispensable #necessary_area .necessary_group #necessary_imai02.active {
    position: absolute;
    bottom: 0;
    top: auto;
    right: calc(50% + 247px);
    transition: 1s;
  }
  #indispensable #necessary_area .necessary_group .group_sec {
    background: url(../img/bg_board_01.jpg) no-repeat top center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec::after {
    content: "";
    display: block;
    width: 100%;
    height: 24px;
    background: url(../img/bg_indispensable_rod.png) no-repeat center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec .inner {
    width: 96%;
    max-width: 674px;
    margin: 0 auto;
    padding: 82px 0 54px;
  }
  #indispensable #necessary_area .necessary_group .group_sec .inner img {
    width: 100%;
  }
  #indispensable #necessary_area .necessary_group .group_sec .inner .txt {
    display: none;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec01 {
    background: url(../img/bg_board_01.jpg) no-repeat top center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec01::before {
    content: "";
    display: block;
    width: 100%;
    height: 26px;
    background: url(../img/bg_indispensable_rod.png) no-repeat center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec02 {
    background: url(../img/bg_board_02.jpg) no-repeat top center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec02 .inner {
    padding: 92px 0 37px;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec03 {
    background: url(../img/bg_board_03.jpg) no-repeat top center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec03 .inner {
    width: 96%;
    max-width: 628px;
    padding: 82px 0 58px;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec04 {
    background: url(../img/bg_board_04.jpg) no-repeat top center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec04 .inner {
    width: 96%;
    max-width: 618px;
    padding: 106px 0 73px;
  }
  #indispensable #necessary_area .necessary_group .group_sec .btn {
    height: 38px;
    margin: 0 auto;
    text-align: center;
  }
  #indispensable #necessary_area .necessary_group .group_sec .btn a {
    display: inline-block;
    height: 38px;
    color: #fff;
    padding: 0 34px;
    border-radius: 19px;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 36px;
  }
  #indispensable #necessary_area .necessary_group .group_sec .btn a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 13px;
    margin-left: 6px;
    background: url(../img/inc_external_white.png) no-repeat center;
    background-size: 8px;
  }
  #webcm {
    position: relative;
    width: 100%;
    background: url(../img/bg_movie.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
  }
  #webcm video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 140%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #webcm video.active {
    display: none;
  }
  #webcm .inner {
    width: 100%;
    max-width: 843px;
    margin: 0 auto;
    padding: 186px 0 118px;
  }
  #webcm .inner h2 {
    width: 409px;
    height: 218px;
    margin: 0 auto 42px;
    background: url(../img/ttl_special_contents.png) no-repeat center;
    background-size: contain;
  }
  #webcm .inner h2 span {
    display: none;
  }
  #webcm .inner p {
    margin-bottom: 27px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9733333333;
    text-align: center;
  }
  #webcm .inner .movie {
    width: 650px;
    margin: 0 auto 130px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7777777778;
    text-align: center;
  }
  #webcm .inner .movie img {
    width: 100%;
    margin-bottom: 12px;
  }
  #webcm .inner .movie a {
    color: #fff;
    text-decoration: none;
  }
  #webcm .inner .story {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 843px;
    height: 482px;
    margin: 0 auto 132px;
    background: url(../img/bg_story.png) no-repeat center;
    background-size: cover;
  }
  #webcm .inner .story .inner {
    padding: 14px 0 0;
  }
  #webcm .inner .story h3 {
    width: 100%;
    margin: 0 auto 10px;
    color: #fff;
    font-family: "Hind", sans-serif;
    font-size: 23px;
    text-align: center;
  }
  #webcm .inner .story p {
    font-size: 13px;
  }
  #webcm .inner .profile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 520px;
    height: 760px;
    margin: 0 auto;
    background: url(../img/bg_profile.png) no-repeat center;
    background-size: cover;
  }
  #webcm .inner .profile .inner {
    width: 410px;
    margin: 0 auto;
    padding: 0;
  }
  #webcm .inner .profile .inner h3 {
    width: 300px;
    height: 32px;
    margin: 0 auto 22px;
    color: #fff;
    background: url(../img/icn_profile.png) no-repeat center;
    background-size: contain;
    font-family: "Hind", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
  }
  #webcm .inner .profile .inner .img {
    width: 120px;
    margin: 0 auto 84px;
    padding-top: 114px;
    background: url("../img/img_profile.png") no-repeat center top;
    background-size: 99px;
  }
  #webcm .inner .profile .inner .img h4 {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 1;
  }
  #webcm .inner .profile .inner .img h4 span {
    font-size: 14px;
  }
  #webcm .inner .profile .inner p {
    width: 410px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 2;
  }
  #movie_area {
    width: 100%;
    padding: 109px 0 98px;
    background: #fff url(../img/bg_cm_gallery.png) no-repeat center top;
    background-size: cover;
  }
  #movie_area .ttl {
    width: 357px;
    height: 191px;
    margin: 0 auto 45px;
    background: url(../img/ttl_mc_gallery.png) no-repeat center;
    background-size: cover;
  }
  #movie_area .ttl h2 {
    display: none;
  }
  #movie_area .ttl p {
    display: none;
  }
  #movie_area .slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 918px;
    margin: 0 auto;
  }
  #movie_area .slider li {
    width: 282px;
    margin: 0 12px 50px;
    color: #4b4b4b;
    text-align: center;
    list-style: none;
  }
  #movie_area .slider li img {
    width: 100%;
  }
  #movie_area .slider li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    text-decoration: none;
  }
  #movie_area .js-btn {
    transition: 0.2s;
  }
  #movie_area .js-btn:hover {
    opacity: 0.6;
  }
  #link_area {
    width: 100%;
    padding: 90px 0 68px;
    background: url(../img/bg_link.png) repeat center top;
    background-size: contain;
  }
  #link_area h2 {
    width: 135px;
    height: 51px;
    margin: 0 auto 37px;
    background: url(../img/ttl_link.png) no-repeat center;
    background-size: contain;
    text-align: center;
  }
  #link_area h2 span {
    display: none;
  }
  #link_area .inner {
    max-width: 1000px;
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  #link_area .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: calc(37/1000*100%);
    row-gap: 30px;
    margin-top: 46px;
    transform: translateY(10px);
  }
  #link_area .inner ul li {
    width: calc(222/1000*100%);
    max-width: 222px;
    list-style: none;
  }
  #link_area .inner ul li img {
    width: 100%;
    height: auto;
  }
  footer {
    position: relative;
    margin: 0;
    padding: 67px 0 58px;
    background-color: #fff;
  }
  footer #pagetop {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 10;
  }
  footer #pagetop a {
    display: block;
    width: 75px;
    height: 75px;
    background: url(../img/btn_to_top.png) no-repeat center;
    background-size: contain;
  }
  footer #pagetop a span {
    display: none;
  }
  footer #pagetop.active {
    position: absolute;
    top: -75px;
    bottom: auto;
  }
  footer ul.sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 190px;
    margin: 0 auto 90px;
    list-style-type: none;
  }
  footer ul.sns::before {
    content: "SHARE";
    display: block;
    width: 100%;
    margin-bottom: 18px;
    color: #7D7D7D;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    text-align: center;
  }
  footer ul.sns li {
    width: 35px;
    height: 35px;
  }
  footer ul.sns li a {
    display: block;
    width: 35px;
    height: 35px;
  }
  footer ul.sns li.x_twitter {
    background: url(../img/icn_sns_x.png) no-repeat center;
    background-size: 35px 35px;
    backface-visibility: hidden;
  }
  footer ul.sns li.x_twitter:hover {
    opacity: 0.7;
  }
  footer ul.sns li.facebook {
    background: url(../img/icn_sns_facebook.png) no-repeat center;
    background-size: 35px 35px;
    backface-visibility: hidden;
  }
  footer ul.sns li.facebook:hover {
    opacity: 0.7;
  }
  footer ul.sns li.line {
    background: url(../img/icn_sns_line.png) no-repeat center;
    background-size: 35px 35px;
    backface-visibility: hidden;
  }
  footer ul.sns li.line:hover {
    opacity: 0.7;
  }
  footer .footer_logo {
    width: 156px;
    height: 21px;
    margin: 0 auto 16px;
    background: url(../img/icn_footer_logo.png) no-repeat center;
    background-size: cover;
  }
  footer .footer_logo a {
    display: block;
    width: 156px;
    height: 21px;
  }
  footer .footer_logo a span {
    display: none;
  }
  footer #copyright {
    width: 350px;
    height: 16px;
    margin: 0 auto;
    color: #7D7D7D;
    font-family: "Hind", sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.6px;
  }
  footer #copyright span {
    display: none;
  }
  .js-btn {
    cursor: pointer;
  }
  .modal-video {
    background-color: rgb(255, 255, 255);
  }
  .modal-video-close-btn {
    right: -60px;
    width: 41.5px;
    height: 41.5px;
    background: url(../img/icn_close.png) no-repeat 0 0;
    background-size: contain;
    cursor: pointer;
  }
  .modal-video-close-btn::before {
    display: none;
  }
  .modal-video-close-btn::after {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  #opening {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff url(../img/sp/bg_loading.jpg) no-repeat center top;
    background-size: cover;
  }
  #opening .txt {
    position: relative;
    width: 302px;
    height: 136px;
    margin: 0 auto 120px;
    background: url(../img/sp/txt_loading.png) no-repeat center;
    background-size: contain;
  }
  #opening .txt::after {
    position: absolute;
    bottom: -12px;
    left: -8px;
    content: "";
    width: 0;
    height: 112px;
    background: url(../img/sp/border_loading.png) no-repeat left top;
    background-size: 314px 112px;
  }
  #opening .txt.active::after {
    width: 314px;
    transition: 0.6s;
  }
  #opening .txt span {
    display: none;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    background-color: #fff;
    z-index: 100;
  }
  header #logo a {
    display: block;
    width: 115px;
    height: 15px;
    background: url(../img/sp/logo.png) no-repeat center;
    background-size: contain;
    backface-visibility: hidden;
  }
  header #logo a span {
    display: none;
  }
  #contents {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  #main {
    position: relative;
    width: 100%;
  }
  #main #main_ttl {
    position: relative;
    width: 100%;
    height: 660px;
    margin: 0 auto 0;
    background: url(../img/sp/bg_main_scene01.jpg) repeat-x center top;
    background-size: 750px 660px;
    text-indent: -9999px;
    z-index: 1;
  }
  #main #main_ttl img {
    width: 100%;
    max-width: 370px;
  }
  #main #main_message {
    position: relative;
    width: 100%;
    height: 660px;
    background: url(../img/sp/bg_main_scene02.jpg) repeat-x center top;
    background-size: 750px 660px;
    z-index: 2;
    transition: 0.2s;
    pointer-events: auto;
    font-size: 0;
  }
  #main #main_message img {
    display: none;
    position: relative;
    width: 100%;
  }
  #main #tvcm {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    padding: 110px 0 77px;
    background: url("../img/sp/bg_main_scene03.png") no-repeat center bottom;
    background-size: cover;
    background-color: #000;
    transition: 0.5s;
  }
  #main #tvcm h2 {
    width: 120px;
    height: 42px;
    margin: 0 auto 43px;
    background: url(../img/sp/ttl_tvcm.png) no-repeat center;
    background-size: cover;
  }
  #main #tvcm h2 span {
    display: none;
  }
  #main #tvcm .tv_inner {
    width: 100%;
    margin: 0 auto 0;
    transform: translate(0, 0);
    transition: 0.9s;
    pointer-events: auto;
  }
  #main #tvcm .tv_inner .unit {
    width: 85.3%;
    max-width: 320px;
    margin: 0 auto 50px;
    text-align: center;
  }
  #main #tvcm .tv_inner img {
    width: 100%;
  }
  #main #tvcm .tv_inner a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
  }
  #main #character {
    display: none;
  }
  #main_bnr {
    position: fixed;
    bottom: -2px;
    width: 100%;
    height: 98px;
    background: url(../img/sp/bg_ordinary_days.png) repeat-x center bottom;
    background-size: 750px 70px;
    z-index: 4;
  }
  #main_bnr.active {
    display: none;
  }
  #main_bnr a {
    display: block;
    width: 100%;
    max-width: 375px;
    height: 98px;
    margin: 0 auto;
    background: url(../img/sp/bnr_ordinary_days.png) no-repeat center top;
    background-size: contain;
  }
  #main_bnr a span {
    display: none;
  }
  #about_our_energy .ttlarea {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 206px;
    background-color: #fff;
    text-align: center;
  }
  #about_our_energy .ttlarea h2 {
    width: 375px;
    padding-top: 45px;
    color: #4B4B4B;
    background: url(../img/sp/img_speech_bubble01.png) no-repeat 96% top;
    background-size: 107px 79px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.28;
  }
  #about_our_energy .ttlarea h2 span {
    display: none;
  }
  #about_our_energy .ttlarea h2::after {
    content: "";
    display: block;
    width: 54px;
    height: 1px;
    margin: 18px auto 0;
    background-color: #7D7D7D;
  }
  #about_our_energy .inner {
    padding: 38px 0 40px;
    background: url(../img/sp/bg_about_our_energy.png) no-repeat center top;
    background-size: cover;
  }
  #about_our_energy .inner .img {
    width: 89.3%;
    margin: 0 auto 36px;
    text-align: center;
  }
  #about_our_energy .inner .img img {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
  #about_our_energy .inner .img .our_energy01 {
    display: none;
  }
  #about_our_energy .inner .img .our_energy01.active {
    display: block;
  }
  #about_our_energy .inner .img .our_energy02 {
    display: none;
  }
  #about_our_energy .inner .img .our_energy02.active {
    display: block;
  }
  #about_our_energy .inner .btn {
    width: 210px;
    height: 38px;
    margin: 0 auto;
    text-align: center;
  }
  #about_our_energy .inner .btn a {
    display: inline-block;
    width: 210px;
    height: 38px;
    color: #4B4B4B;
    border-radius: 19px;
    border: 1px solid #4f4f4e;
    background-color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;
  }
  #about_our_energy .inner .btn a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 13px;
    margin-left: 6px;
    background: url(../img/sp/inc_external.png) no-repeat center;
    background-size: 8px;
  }
  #indispensable .ttlarea {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 228px;
    background-color: #fff;
    text-align: center;
  }
  #indispensable .ttlarea h2 {
    width: 375px;
    color: #4B4B4B;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.28;
  }
  #indispensable .ttlarea h2 span {
    display: none;
  }
  #indispensable .ttlarea h2::after {
    content: "";
    display: block;
    width: 53px;
    height: 1px;
    margin: 26px auto 0;
    background-color: #7D7D7D;
  }
  #indispensable #necessary_area {
    padding-top: 260px;
    background: url(../img/sp/bg_board_00.jpg) repeat-x center top;
    background-size: 375px 260px;
  }
  #indispensable #necessary_area .necessary_group {
    position: relative;
  }
  #indispensable #necessary_area .necessary_group #necessary_imai01 {
    position: absolute;
    top: -320px;
    left: 50%;
    width: 100%;
    max-width: 375px;
    height: 320px;
    background: url(../img/sp/img_indispensable_imai_01.png) no-repeat center;
    background-size: contain;
    transition: 0.4s;
    transform: translateX(-50%);
  }
  #indispensable #necessary_area .necessary_group #necessary_imai02 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 375px;
    height: 305px;
    background: url(../img/sp/img_indispensable_imai_02.png) no-repeat center;
    background-size: contain;
    transform: translateX(-50%);
  }
  #indispensable #necessary_area .necessary_group .group_sec {
    background: url(../img/sp/bg_board_01.jpg) no-repeat top center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec::after {
    content: "";
    display: block;
    width: 100%;
    height: 26px;
    background: url(../img/sp/bg_indispensable_rod.png) no-repeat center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec .inner {
    width: 96%;
    max-width: 768px;
    margin: 0 auto;
    padding: 74px 0 60px;
    text-align: center;
  }
  #indispensable #necessary_area .necessary_group .group_sec .inner img {
    width: 100%;
  }
  #indispensable #necessary_area .necessary_group .group_sec .inner .txt {
    display: none;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec01 {
    background: url(../img/sp/bg_board_01.jpg) no-repeat top center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec01 img {
    max-width: 358px;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec01::before {
    content: "";
    display: block;
    width: 100%;
    height: 26px;
    background: url(../img/sp/bg_indispensable_rod.png) no-repeat center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec02 {
    background: url(../img/sp/bg_board_02.jpg) no-repeat top center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec02 img {
    max-width: 358px;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec03 {
    background: url(../img/sp/bg_board_03.jpg) no-repeat top center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec03 img {
    display: block;
    max-width: 358px;
    margin: 0 auto 14px;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec04 {
    background: url(../img/sp/bg_board_04.jpg) no-repeat top center;
    background-size: cover;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec04 img {
    max-width: 358px;
  }
  #indispensable #necessary_area .necessary_group .group_sec.sec04 .inner {
    padding-bottom: 305px;
  }
  #indispensable #necessary_area .necessary_group .group_sec .btn {
    display: inline-block;
    height: 52.65px;
    margin: 0 auto;
    border-radius: 26px;
    border: 1px solid #fff;
    text-align: center;
  }
  #indispensable #necessary_area .necessary_group .group_sec .btn a {
    box-sizing: border-box;
    display: inline-block;
    height: 52.65px;
    color: #fff;
    padding: 7px 34px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2857142857;
  }
  #indispensable #necessary_area .necessary_group .group_sec .btn a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 13px;
    margin-left: 6px;
    background: url(../img/inc_external_white.png) no-repeat center;
    background-size: 8px;
  }
  #webcm {
    position: relative;
    width: 100%;
    background: url(../img/bg_movie.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
  }
  #webcm video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 140%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #webcm video.active {
    display: none;
  }
  #webcm .inner {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 74px 0 130px;
  }
  #webcm .inner h2 {
    width: 316px;
    height: 123px;
    margin: 0 auto 42px;
    background: url(../img/sp/ttl_special_contents.png) no-repeat center;
    background-size: contain;
  }
  #webcm .inner h2 span {
    display: none;
  }
  #webcm .inner p {
    margin-bottom: 20px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9733333333;
    text-align: center;
  }
  #webcm .inner .movie {
    width: 92%;
    max-width: 340px;
    margin: 0 auto 96px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7777777778;
    text-align: center;
  }
  #webcm .inner .movie img {
    width: 100%;
  }
  #webcm .inner .movie a {
    color: #fff;
    text-decoration: none;
  }
  #webcm .inner .story {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 92%;
    max-width: 330px;
    height: 576px;
    margin: 0 auto 100px;
    background: url(../img/sp/bg_story.png) no-repeat center;
    background-size: cover;
  }
  #webcm .inner .story .inner {
    padding: 0;
  }
  #webcm .inner .story h3 {
    width: 100%;
    margin: 0 auto 16px;
    color: #fff;
    font-family: "Hind", sans-serif;
    font-size: 23px;
    text-align: center;
  }
  #webcm .inner .story p {
    width: 200px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 2.1692307692;
  }
  #webcm .inner .profile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 301px;
    height: 770px;
    margin: 0 auto;
    background: url(../img/sp/bg_profile.png) no-repeat center;
    background-size: cover;
  }
  #webcm .inner .profile .inner {
    width: 410px;
    margin: 0 auto;
    padding: 0;
  }
  #webcm .inner .profile .inner h3 {
    width: 200px;
    height: 21px;
    margin: 0 auto 22px;
    color: #fff;
    background: url(../img/sp/icn_profile.png) no-repeat center;
    background-size: contain;
    font-family: "Hind", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
  }
  #webcm .inner .profile .inner .img {
    width: 200px;
    margin: 0 auto 80px;
    padding-top: 100px;
    background: url("../img/sp/img_profile.png") no-repeat center top;
    background-size: 84px;
  }
  #webcm .inner .profile .inner .img h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1;
  }
  #webcm .inner .profile .inner .img h4 span {
    font-size: 14px;
  }
  #webcm .inner .profile .inner p {
    width: 250px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.6923076923;
  }
  #movie_area {
    width: 100%;
    padding: 71px 0 96px;
    background: #fff url(../img/sp/bg_cm_gallery.png) no-repeat center top;
    background-size: cover;
  }
  #movie_area .ttl {
    width: 285px;
    height: 205px;
    margin: 0 auto 53px;
    background: url(../img/sp/ttl_mc_gallery.png) no-repeat center;
    background-size: cover;
  }
  #movie_area .ttl h2 {
    display: none;
  }
  #movie_area .ttl p {
    display: none;
  }
  #movie_area .slider {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  #movie_area .slider li.slick-slide {
    width: 60%;
    margin: 0 12px;
    color: #4b4b4b;
    text-align: center;
    list-style: none;
  }
  #movie_area .slider li.slick-slide img {
    width: 100%;
    margin-bottom: 10px;
  }
  #movie_area .slider li.slick-slide a {
    font-size: 14px;
    line-height: 1.4444444444;
    text-decoration: none;
  }
  #link_area {
    width: 100%;
    padding: 90px 0 60px;
    background: url(../img/sp/bg_link.png) repeat center top;
    background-size: contain;
  }
  #link_area h2 {
    width: 135px;
    height: 49px;
    margin: 0 auto 34px;
    background: url(../img/sp/ttl_link.png) no-repeat center;
    background-size: contain;
    text-align: center;
  }
  #link_area h2 span {
    display: none;
  }
  #link_area .inner {
    max-width: 375px;
    width: calc(100% - 80/375*100%);
    margin: 0 auto;
  }
  #link_area .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 8%;
    row-gap: 30px;
    margin-top: vw(56);
    justify-content: center;
  }
  #link_area .inner ul li {
    width: 46%;
    list-style: none;
    text-align: center;
  }
  #link_area .inner ul li img {
    width: 100%;
    height: auto;
  }
  footer {
    position: relative;
    margin: 0;
    padding: 72px 0 45px;
    background-color: #fff;
  }
  footer #pagetop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 10;
  }
  footer #pagetop a {
    display: block;
    width: 75px;
    height: 75px;
    background: url(../img/sp/btn_to_top.png) no-repeat center;
    background-size: contain;
  }
  footer #pagetop a span {
    display: none;
  }
  footer #pagetop.active {
    position: absolute;
    top: -75px;
    bottom: auto;
  }
  footer ul.sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 190px;
    margin: 0 auto 86px;
    list-style-type: none;
  }
  footer ul.sns::before {
    content: "SHARE";
    display: block;
    width: 100%;
    margin-bottom: 22px;
    color: #7D7D7D;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    text-align: center;
  }
  footer ul.sns li {
    width: 35px;
    height: 35px;
  }
  footer ul.sns li a {
    display: block;
    width: 35px;
    height: 35px;
  }
  footer ul.sns li.x_twitter {
    background: url(../img/sp/icn_sns_x.png) no-repeat center;
    background-size: 35px 35px;
    backface-visibility: hidden;
  }
  footer ul.sns li.x_twitter:hover {
    opacity: 0.7;
  }
  footer ul.sns li.facebook {
    background: url(../img/sp/icn_sns_facebook.png) no-repeat center;
    background-size: 35px 35px;
    backface-visibility: hidden;
  }
  footer ul.sns li.facebook:hover {
    opacity: 0.7;
  }
  footer ul.sns li.line {
    background: url(../img/sp/icn_sns_line.png) no-repeat center;
    background-size: 35px 35px;
    backface-visibility: hidden;
  }
  footer ul.sns li.line:hover {
    opacity: 0.7;
  }
  footer .footer_logo {
    width: 156px;
    height: 21px;
    margin: 0 auto 20px;
    background: url(../img/sp/icn_footer_logo.png) no-repeat center;
    background-size: cover;
  }
  footer .footer_logo a {
    display: block;
  }
  footer .footer_logo a span {
    display: none;
  }
  footer #copyright {
    width: 100%;
    max-width: 330px;
    height: 16px;
    margin: 0 auto;
    color: #000;
    font-family: "Hind", sans-serif;
    font-size: 11px;
    text-align: center;
  }
  footer #copyright span {
    display: none;
  }
  .modal-video {
    background-color: rgb(255, 255, 255);
  }
  .modal-video-close-btn {
    width: 41.5px;
    height: 41.5px;
    background: url(../img/icn_close.png) no-repeat 0 0;
    background-size: contain;
    cursor: pointer;
  }
  .modal-video-close-btn::before {
    display: none;
  }
  .modal-video-close-btn::after {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */