  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;600;900&family=MuseoModerno:ital,wght@0,100..900;1,100..900&family=M+PLUS+Rounded+1c:wght@400;600;700;800&display=swap");
/*quiz.scss も合わせる*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #231815;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #231815;
  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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1.0;
}

button {
  line-height: 1.0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.none {
  display: none !important;
}

img {
  max-width: 100%;
  max-height: inherit;
}

a {
  text-decoration: none;
  transition: .3s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.noview {
  display: none !important;
}

* {
  box-sizing: border-box;
}

.inversion_x {
  transform: scale(-1, 1);
}

.t_right {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.basein {
  width: 1100px;
  margin: auto;
}

body {
  overflow-x: hidden;
  font-family: "dnp-shuei-mgothic-std",'Noto Sans JP', sans-serif;
  font-size: 16px;
  margin: 0;
  text-align: center;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px 0;
  z-index: 5;
  transition: .5s;
}

header.noview_top {
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

header.view {
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

header .basein {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .basein h1 {
  width: 20%;
}

header .basein .menu_btn {
  cursor: pointer;
  width: 5%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.lity-wrap:before {
  margin-right: 0;
}

.lity-container {
  background: #fffff0;
  padding: 2%;
  margin: 0%;
}

.lity-container .lity-content:after {
  box-shadow: none;
}

#index img {
  width: 100%;
  object-fit: contain;
}

#index #mv h2 {
  font-size: 150%;
  letter-spacing: .2vw;
}

#index #mv .logo {
  width: 30%;
  position: absolute;
  top: -100vw;
  left: 50%;
  transform: translateX(-50%);
  animation: majimun_logo 2s forwards;
}

@keyframes majimun_logo {
  0% {
    transform: translateX(-50%) rotate(5deg);
    top: -100vw;
  }
  90% {
    transform: translateX(-50%) rotate(5deg) scale(1);
    top: 5vw;
  }
  95% {
    transform: translateX(-50%) rotate(5deg) scale(0.8);
  }
  99% {
    transform: translateX(-50%) rotate(-5deg) scale(1.3);
  }
  100% {
    transform: translateX(-50%) rotate(0deg) scale(1);
    top: 5vw;
  }
}

#index #mv .umikaji {
  position: absolute;
  top: 20vw;
  left: 80%;
  transform: translateX(-50%);
  width: 20%;
  text-align: left;
  cursor: pointer;
}

#index #mv .umikaji .image {
  width: 30%;
  position: absolute;
  top: -100%;
  left: 10%;
}

#index #mv .umikaji .image img {
  animation: fuwafuwa 8s ease-in-out infinite alternate-reverse;
}

#index #mv .umikaji .image img.s {
  position: absolute;
  width: 60%;
  top: -20%;
  animation-duration: 5s;
}

#index #mv .umikaji .text {
  padding: 8%;
  background-color: black;
  color: white;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  transition: .3s;
}

#index #mv .umikaji span {
  position: absolute;
  top: -43%;
  left: 50%;
  width: 70%;
  text-align: left;
  font-size: 100%;
}

#index #mv .umikaji:hover .text {
  color: black;
  background-color: white;
}

#index #mv .labo {
  position: absolute;
  top: 30vw;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
  z-index: 3;
}

#index #mv .labo a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#index #mv .labo a .sign {
  position: relative;
  z-index: 2;
  transition: .3s;
  width: 50%;
}

#index #mv .labo a .image {
  position: relative;
  right: 8%;
  width: 60%;
}

#index #mv .labo a .image img {
  animation: yurayura 10s ease-in-out infinite alternate-reverse;
}

#index #mv .labo a .char01 {
  width: 20%;
  position: relative;
}

#index #mv .labo a .char01 span {
  font-size: 100%;
  position: absolute;
  width: 150%;
  bottom: 30%;
  text-align: left;
}

#index #mv .labo a:hover .sign {
  transform: rotateY(360deg);
}

#index #mv .labo a:hover .char01 {
  animation: pyon 1s forwards;
}

#index #mv .donguri {
  position: absolute;
  top: 45vw;
  left: 65%;
  transform: translateX(-50%);
  width: 40%;
}

#index #mv .donguri a {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

#index #mv .donguri a .sign {
  position: relative;
  z-index: 2;
  transition: .3s;
  width: 33%;
}

#index #mv .donguri a .image {
  position: relative;
  width: 33%;
}

#index #mv .donguri a .image img {
  animation: yurayura 8s ease-in-out infinite alternate-reverse;
}

#index #mv .donguri a .char02 {
  width: 25%;
  position: relative;
  margin-right: 5%;
  top: -1vw;
}

#index #mv .donguri a .char02 img {
  width: 70%;
}

#index #mv .donguri a .char02 span {
  display: block;
  font-size: 100%;
  line-height: 1.2;
}

#index #mv .donguri a:hover .sign {
  transform: rotateY(360deg);
}

#index #mv .donguri a:hover .char02 {
  animation: pyon 1s forwards;
}

#index #mv .house {
  position: absolute;
  top: 53vw;
  left: 32%;
  transform: translateX(-50%);
  width: 25%;
  padding-top: 20%;
}

#index #mv .house a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#index #mv .house a .sign {
  position: absolute;
  z-index: 2;
  transition: .3s;
  width: 50%;
  bottom: 30%;
  left: 0;
}

#index #mv .house a .image {
  position: absolute;
  width: 50%;
  top: 0;
  left: 40%;
}

#index #mv .house a .image img {
  animation: yurayura 15s ease-in-out infinite alternate-reverse;
}

#index #mv .house a .char03 {
  width: 40%;
  position: absolute;
  bottom: -20%;
  right: 30%;
  z-index: 3;
}

#index #mv .house a .char03 img {
  width: 70%;
}

#index #mv .house a .char03 span {
  display: block;
  font-size: 100%;
  line-height: 1.2;
}

#index #mv .house a:hover .sign {
  transform: rotateY(360deg);
}

#index #mv .house a:hover .char03 {
  animation: pyon3 1s forwards;
}

#index #mv .ondanka {
  position: absolute;
  top: 83vw;
  left: 35%;
  transform: translateX(-50%);
  width: 30%;
  padding-top: 13%;
}

#index #mv .ondanka a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#index #mv .ondanka a .sign {
  position: absolute;
  z-index: 2;
  transition: .3s;
  width: 45%;
  bottom: 0%;
  right: -20%;
}

#index #mv .ondanka a .char04 {
  width: 30%;
  position: absolute;
  bottom: 0%;
  right: 30%;
}

#index #mv .ondanka a .char04 img {
  width: 65%;
}

#index #mv .ondanka a .char04 span {
  display: block;
  font-size: 100%;
  line-height: 1.2;
}

#index #mv .ondanka a:hover .sign {
  transform: rotateY(360deg);
}

#index #mv .ondanka a:hover .char04 {
  animation: pyon 1s forwards;
}

#index #mv .shizen {
  position: absolute;
  top: 72vw;
  left: 57%;
  transform: translateX(-50%);
  width: 30%;
  padding-top: 13%;
  z-index: 3;
}

#index #mv .shizen a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#index #mv .shizen a .sign {
  position: absolute;
  z-index: 2;
  transition: .3s;
  width: 45%;
  bottom: 0%;
  right: -20%;
}

#index #mv .shizen a .char06,
#index #mv .shizen a .char05 {
  width: 20%;
  position: absolute;
  top: 0%;
  left: 30%;
}

#index #mv .shizen a .char06 img,
#index #mv .shizen a .char05 img {
  width: 65%;
}

#index #mv .shizen a .char06 span,
#index #mv .shizen a .char05 span {
  display: block;
  font-size: 100%;
  line-height: 1.2;
}

#index #mv .shizen a .char05 {
  left: 0;
  z-index: 3;
}

#index #mv .shizen a .char06 {
  width: 65%;
  top: -33%;
  left: 14%;
}

#index #mv .shizen a .char06 img {
  width: 100%;
  animation: yurayura 12s ease-in-out infinite alternate-reverse;
}

#index #mv .shizen a:hover .sign {
  transform: rotateY(360deg);
}

#index #mv .shizen a:hover .char05 {
  animation: pyon 1s forwards;
}

.sub_page #mv {
  position: relative;
}

.sub_page #mv img {
  width: 100%;
  object-fit: contain;
}

.sub_page #mv .link_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20%;
  width: 20%;
}

.sub_page #mv .link_box a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub_page #mv .link_box a:hover {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.sub_page #mv .link_box.link01 {
  top: 9vw;
  padding-top: 8%;
  width: 13%;
}

.sub_page #mv .link_box.link02 {
  top: 11.5vw;
  left: 34%;
  width: 12%;
  padding-top: 6%;
}

.sub_page #mv .link_box.link03 {
  top: 11.5vw;
  left: 66%;
  width: 12%;
  padding-top: 6%;
}

.sub_page #mv .link_box.link04 {
  top: 21.5vw;
  width: 11%;
  padding-top: 5%;
}

.sub_page #mv .link_box.link05 {
  top: 23vw;
  left: 72%;
  width: 10%;
  padding-top: 8%;
}

.sub_page #mv .char01, .sub_page #mv .char02, .sub_page #mv .char03, .sub_page #mv .char04, .sub_page #mv .char05, .sub_page #mv .char06, .sub_page #mv .char07 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 10%;
  width: 10%;
}

.sub_page #mv .char01 img, .sub_page #mv .char02 img, .sub_page #mv .char03 img, .sub_page #mv .char04 img, .sub_page #mv .char05 img, .sub_page #mv .char06 img, .sub_page #mv .char07 img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.sub_page #mv .char01 {
  top: 18vw;
  left: 33%;
  padding-top: 14%;
}

.sub_page #mv .char01 img {
  animation: yurayura50_50 10s ease-in-out infinite alternate;
}

.sub_page #mv .char02 {
  top: 19vw;
  left: 61%;
  padding-top: 6%;
  transform: translateX(-50%) scaleX(-1);
}

.sub_page #mv .char02 img {
  animation: yurayura50_50 12s ease-in-out infinite alternate-reverse;
}

.sub_page #mv .char04 {
  top: 15vw;
  left: 43%;
  padding-top: 14%;
}

.sub_page #mv .char04 img {
  animation: yurayura50_50 10s ease-in-out infinite alternate;
}

.sub_page #mv .char05 {
  top: 23vw;
  left: 26%;
}

.sub_page #mv .char05 img {
  animation: yurayura50_50 8s ease-in-out infinite alternate;
}

.sub_page #mv h2 {
  color: white;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: black;
  border-radius: 50px;
  display: inline-block;
  padding: 1%;
  min-width: 800px;
  position: absolute;
  bottom: 200vh;
  left: 50%;
  transform: translateX(-50%);
  animation: elec_title 2s ease-in-out 1 forwards;
  transition: .5s;
}

@media all and (max-width: 1000px) {
  .sub_page #mv h2 {
    min-width: inherit;
    width: 40%;
    font-size: 200%;
  }
}

@keyframes elec_title {
  0% {
    bottom: 200vh;
  }
  100% {
    bottom: -6%;
  }
}

.sub_page #main_blocks {
  padding: 5% 0 0;
}

.sub_page #main_blocks .catch p {
  font-size: 120%;
}

.sub_page .tab_btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 80%;
  margin: auto;
}

.sub_page .tab_btns div.btn {
  width: 30%;
  line-height: 1.2;
  position: relative;
  padding-bottom: 10%;
  cursor: pointer;
}

.sub_page .tab_btns div.btn span {
  z-index: 2;
  position: relative;
  left: -4%;
  top: .5vw;
}

.sub_page .tab_btns div.btn span ruby rt {
  position: relative;
}

.sub_page .tab_btns div.btn.on:after, .sub_page .tab_btns div.btn:hover:after {
  background-image: url("/environment/ourecoact/majimuntown/img/what-is-electricity/btn_on.png");
}

.sub_page .tab_btns div.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/environment/ourecoact/majimuntown/img/what-is-electricity/btn.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_page .sub_content {
  padding: 5%;
  border-radius: 30px;
  background: #fffff0;
  display: none;
  transition: .3s;
}

.sub_page .sub_content.active {
  display: block;
}

.sub_page .sub_content .box {
  width: 80%;
  margin: auto;
}

.sub_page .sub_content .box h2 {
  font-size: 180%;
  margin-bottom: 5%;
}

.sub_page .sub_content .box .title {
  margin-bottom: 5%;
}

.sub_page .sub_content .box .mt0 {
  margin-top: 0 !important;
}

.sub_page .sub_content .box .mb0 {
  margin-bottom: 0 !important;
}

.sub_page .sub_content .box .mb5 {
  margin-bottom: 5% !important;
}

.sub_page .sub_content .box .mb10 {
  margin-bottom: 10% !important;
}

.sub_page .sub_content .box .mb20 {
  margin-bottom: 20% !important;
}

.sub_page .sub_content .box .black_bar {
  color: white;
  background-color: black;
  border-radius: 50px;
  padding: 1% 0;
  font-size: 150%;
  line-height: 1.5;
  margin: auto auto 5%;
}

.sub_page .sub_content .box .fukidashi {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 5%;
}

.sub_page .sub_content .box .fukidashi .serifu {
  width: 80%;
  display: flex;
  margin-left: 5%;
  align-items: center;
}

.sub_page .sub_content .box .fukidashi .serifu p {
  font-size: 120%;
  background-color: white;
  border: 3px solid black;
  padding: 5% 2vw;
  text-align: left;
  border-radius: 10px;
  position: relative;
  line-height: 1.3;
}

.sub_page .sub_content .box .fukidashi .serifu p:after {
  content: "";
  width: 36px;
  padding-top: 36px;
  background-image: url("/environment/ourecoact/majimuntown/img/fukidashi.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
}

.sub_page .sub_content .box .fukidashi .char {
  width: 15%;
}

.sub_page .sub_content .box .fukidashi .char img {
  animation: yurayura 18s ease-in-out infinite alternate;
}

.sub_page .sub_content .box .fukidashi.right {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.sub_page .sub_content .box .fukidashi.right .serifu {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 5%;
}

.sub_page .sub_content .box .fukidashi.right .serifu p:after {
  left: auto;
  right: -36px;
  transform: translateY(-50%) scale(-1, 1);
}

.sub_page .sub_content .box .fukidashi.right .serifu p:before {
  left: auto;
  right: -2px;
}

.sub_page .sub_content .box .fukidashi.right .char img {
  animation: yurayura 15s ease-in-out infinite alternate-reverse;
}

.sub_page .sub_content .box .fukidashi.f04_06:after {
  content: "";
  width: 10%;
  padding-top: 10%;
  position: absolute;
  right: 5%;
  bottom: 5%;
  background-image: url("/environment/ourecoact/majimuntown/img/char03.png");
  background-size: contain;
  background-repeat: no-repeat;
  animation: yurayura 8s ease-in-out infinite alternate;
}

.sub_page .sub_content .box .fukidashi.mui .char {
  width: 40%;
}

.sub_page .sub_content .box .fukidashi.mui .serifu {
  width: 55%;
}

.sub_page .sub_content .box .fukidashi.mui2 {
  display: block;
  flex-direction: row;
  justify-content: flex-start;
}

.sub_page .sub_content .box .fukidashi.mui2 .char {
  width: 35%;
  position: absolute;
  bottom: -30%;
  right: 0;
  z-index: 2;
}

.sub_page .sub_content .box .fukidashi.mui2 .serifu {
  width: 80%;
  margin: auto auto 10%;
  margin-left: 0;
  justify-content: flex-start;
  display: block;
}

.sub_page .sub_content .box .fukidashi.mui2 .serifu p:after {
  transform: scale(-1, 1) rotate(-90deg);
  top: 100%;
  right: 20%;
}

.sub_page .sub_content .box .tansaku {
  margin-bottom: 15%;
}

.sub_page .sub_content .box .tansaku h3 {
  font-size: 140%;
  background-color: #67d6e9;
  padding: .5%;
  width: 80%;
  margin: auto auto 5%;
  border-radius: 50px;
  position: relative;
}

.sub_page .sub_content .box .tansaku h3:after {
  content: "";
  background-image: url("/environment/ourecoact/majimuntown/img/char03.png");
  background-size: contain;
  animation: fuwafuwa 8s ease-in-out infinite alternate-reverse;
  background-repeat: no-repeat;
  width: 15%;
  padding-top: 15%;
  position: absolute;
  top: 0;
  left: 0;
}

.sub_page .sub_content .box .tansaku .image {
  position: relative;
  width: 80%;
}

.sub_page .sub_content .box .tansaku .image:after {
  content: "マウスをのせて！";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffe551;
  padding: 0 2vw;
  z-index: 3;
  border-radius: 30px;
}

.sub_page .sub_content .box .tansaku .image .off {
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
}

.sub_page .sub_content .box .tansaku .image:hover .off {
  opacity: 0;
}

.sub_page .sub_content .box .tansaku .image:hover:after {
  opacity: 0;
}

.sub_page .sub_content .box .tansaku .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5%;
}

.sub_page .sub_content .box .tansaku .flex .serifu01 {
  width: 40%;
  padding: 3%;
}

.sub_page .sub_content .box .tansaku .flex .serifu02 {
  width: 30%;
  padding: 3%;
}

.sub_page .sub_content .box .image_light {
  display: flex;
  margin-bottom: 10%;
  justify-content: center;
  align-items: flex-end;
}

.sub_page .sub_content .box .image_light .img {
  margin-right: 5%;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  flex-wrap: wrap;
}

.sub_page .sub_content .box .image_light .img img {
  width: 40%;
}

.sub_page .sub_content .box .whats {
  background-color: #f7f1bb;
  display: flex;
  border-radius: 20px;
  margin-bottom: 5%;
}

.sub_page .sub_content .box .whats.tarbin {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.sub_page .sub_content .box .whats.tarbin .text {
  padding: 0 0 5% 5%;
  width: 42%;
  margin: 0;
}

.sub_page .sub_content .box .whats.tarbin .text p {
  margin-top: 5%;
  line-height: 1.5;
}

.sub_page .sub_content .box .whats.tarbin .image {
  padding: 5%;
  width: 58%;
  margin: 0;
}

.sub_page .sub_content .box .whats.biomas {
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.sub_page .sub_content .box .whats.biomas .text {
  width: 60%;
  margin: auto;
  padding: 3% 5% 3% 0;
}

.sub_page .sub_content .box .whats.biomas .image {
  width: 40%;
  margin: 5% auto auto;
}

.sub_page .sub_content .box .karyoku {
  margin-bottom: 5%;
}

.sub_page .sub_content .box .karyoku .map {
  position: relative;
}

.sub_page .sub_content .box .karyoku .map .serifu {
  width: 23%;
  position: absolute;
  bottom: 3%;
  right: 3%;
}

.sub_page .sub_content .box .tettou_imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10% auto;
  position: relative;
}

.sub_page .sub_content .box .tettou_imgs .char05 {
  position: absolute;
  width: 24%;
  left: 23%;
  transform: translateX(-50%);
  bottom: 5%;
}

.sub_page .sub_content .box .tettou_imgs .char03 {
  position: absolute;
  width: 25%;
  left: 82%;
  transform: translateX(-50%);
  top: -5%;
}

.sub_page .sub_content .box .tettou_imgs .char03 img {
  animation: fuwafuwa 8s ease-in-out infinite alternate-reverse;
}

.sub_page .sub_content .box .hatsudensho,
.sub_page .sub_content .box .nenryou {
  padding-bottom: 10%;
}

.sub_page .sub_content .box .fukidashi_img {
  display: flex;
  justify-content: center;
}

.sub_page .sub_content .box .fukidashi_img > div {
  padding: 1%;
}

.sub_page .sub_content .box h3 {
  text-align: center;
  font-size: 130%;
}

.sub_page .sub_content .box .image {
  margin: 0 auto 5%;
}

.sub_page .sub_content .box .image.full {
  margin: 15% -10%;
}

.sub_page .sub_content .box .image.member {
  margin-bottom: 15%;
}

.sub_page .sub_content .box .text {
  font-size: 120%;
  text-align: left;
  margin-bottom: 5%;
}

.sub_page .sub_content .box .text p {
  text-align: justify;
}

.sub_page .sub_content .box .boxs {
  display: flex;
  margin-bottom: 5%;
}

.sub_page .sub_content .box .boxs.box02 {
  flex-wrap: wrap;
  justify-content: space-between;
}

.sub_page .sub_content .box .boxs.box02 .text,
.sub_page .sub_content .box .boxs.box02 .image {
  width: 48%;
  margin: 0;
}

.sub_page .sub_content .box .boxs.box02 .text img,
.sub_page .sub_content .box .boxs.box02 .image img {
  width: 100%;
}

.sub_page .sub_content .box .boxs.box02 .text h4 {
  font-size: 110%;
  margin: 5% 0;
}

.sub_page .sub_content .box .boxs.box02.nopad .text, .sub_page .sub_content .box .boxs.box02.nopad .image {
  width: 50%;
}

.sub_page .sub_content .box .boxs.box03 {
  flex-wrap: wrap;
  justify-content: space-between;
}

.sub_page .sub_content .box .boxs.box03 > div {
  width: 31%;
  margin: 0;
}

.sub_page .sub_content .box .boxs .image p {
  text-align: left;
}

.sub_page .sub_content .box .inline_box {
  display: inline-block;
  text-align: left;
}

.sub_page #main_blocks,
.sub_page footer {
  background-color: #ffe551;
}

.sub_page#together-with #mv .link_box.link01 {
  top: 2vw;
  padding-top: 7%;
  width: 11%;
  left: 40.5%;
}

.sub_page#together-with #mv .link_box.link02 {
  top: 14.5vw;
  left: 29%;
}

.sub_page#together-with #mv .link_box.link03 {
  width: 12%;
  top: 16vw;
  left: 70%;
}

.sub_page#together-with footer,
.sub_page#together-with #main_blocks {
  background-color: #3ed7e9;
}

.sub_page#together-with .tab_btns div.btn span {
  margin: auto;
  width: 100%;
  text-align: center;
  left: 0;
  top: 2vw;
  display: inline-block;
}

@media all and (min-width: 1100px) {
  .sub_page#together-with .tab_btns div.btn span {
    top: 30px;
  }
}

.sub_page#together-with .tab_btns div.btn:after {
  background-image: url("/environment/ourecoact/majimuntown/img/together-with-okinawas-nature/btn.png");
  background-position: center;
}

.sub_page#together-with .tab_btns div.btn.on:after {
  background-image: url("/environment/ourecoact/majimuntown/img/together-with-okinawas-nature/btn_on.png");
}

.sub_page#together-with .sub_content .box .boxs.with_beach {
  position: relative;
  align-items: center;
  justify-content: center;
}

.sub_page#together-with .sub_content .box .boxs.with_beach .char04 {
  position: absolute;
  left: 0;
}

.sub_page#together-with .sub_content .box .boxs.with_beach .char04 img {
  animation: fuwafuwa 8s ease-in-out infinite alternate-reverse;
}

.sub_page#together-with .sub_content .box .boxs.with_beach .serifu {
  position: absolute;
  right: 0;
}

.sub_page#together-with .sub_content .box .boxs.with_beach .serifu img {
  animation: fuwafuwa 18s ease-in-out infinite alternate;
}

.sub_page#together-with .sub_content .box .boxs.left {
  justify-content: flex-start;
}

.sub_page#together-with .sub_content .box .boxs.left .image {
  margin: 0;
}

.sub_page#together-with .sub_content .box .image.tonga {
  position: relative;
}

.sub_page#together-with .sub_content .box .image.tonga .serifu {
  position: absolute;
  left: 5%;
  bottom: 20%;
  width: 40%;
}

.sub_page#together-with .sub_content .box .image.tonga .inline_box:after {
  content: "";
  position: absolute;
  width: 15%;
  padding-top: 15%;
  background-image: url("/environment/ourecoact/majimuntown/img/char07.png");
  top: -5%;
  right: 5%;
  background-size: contain;
  background-repeat: no-repeat;
  animation: fuwafuwa 8s ease-in-out infinite alternate-reverse;
}

.sub_page#together-with .sub_content .box .serifu_with03_14,
.sub_page#together-with .sub_content .box .serifu_with02_10 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.sub_page#together-with .sub_content .box .serifu_with03_12 {
  display: flex;
}

.sub_page#together-with .sub_content .box .serifu_with03_12 .image {
  padding: 1%;
}

.sub_page#together-with .sub_content .box .whats.assessment {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.sub_page#together-with .sub_content .box .whats.assessment .image {
  width: 32%;
  margin: 2% 0 0;
}

.sub_page#together-with .sub_content .box .whats.assessment .text {
  width: 65%;
  padding: 2% 3%;
  margin-bottom: 0;
}

.sub_page#together-with .sub_content .box .whats.etc {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.sub_page#together-with .sub_content .box .whats.etc .image {
  width: 35%;
  margin: 2% 0 0;
}

.sub_page#together-with .sub_content .box .whats.etc .text {
  width: 65%;
  padding: 2% 3%;
  margin-bottom: 0;
}

.sub_page#global-warming #mv .link_box.link01 {
  top: 7vw;
  padding-top: 6%;
  width: 9%;
  left: 69.5%;
  z-index: 2;
}

.sub_page#global-warming #mv .link_box.link02 {
  top: 7.5vw;
  left: 33%;
  padding-top: 5%;
  width: 10%;
}

.sub_page#global-warming #mv .link_box.link03 {
  top: 23.5vw;
  left: 31%;
  width: 8%;
  padding-top: 6%;
}

.sub_page#global-warming #mv .char01 {
  left: 41%;
}

.sub_page#global-warming #mv .char05 {
  top: 22vw;
  left: 47%;
  transform: translateX(-50%) scaleX(-1);
  z-index: 2;
}

.sub_page#global-warming #mv .char06 {
  width: 30%;
  padding-top: 21%;
  top: 25%;
  left: 60%;
}

.sub_page#global-warming #mv .char06 img {
  animation: yurayura50_50 10s ease-in-out infinite alternate-reverse;
}

.sub_page#global-warming footer,
.sub_page#global-warming #main_blocks {
  background-color: #3dcf64;
}

.sub_page#global-warming .tab_btns div.btn {
  margin: 0 1%;
}

.sub_page#global-warming .tab_btns div.btn span {
  margin: auto;
  width: 100%;
  text-align: center;
  left: 0;
  top: 1.5vw;
  display: inline-block;
}

@media all and (min-width: 1100px) {
  .sub_page#global-warming .tab_btns div.btn span {
    top: 20px;
  }
}

.sub_page#global-warming .tab_btns div.btn:after {
  background-image: url("/environment/ourecoact/majimuntown/img/do-you-know-global-warming/btn.png");
  background-position: center;
}

.sub_page#global-warming .tab_btns div.btn.on:after {
  background-image: url("/environment/ourecoact/majimuntown/img/do-you-know-global-warming/btn_on.png");
}

.sub_page#global-warming .sub_content .box .fukidashi.warming01_05 .serifu {
  flex-direction: column;
  align-items: flex-start;
}

.sub_page#global-warming .sub_content .box .t_left {
  text-align: left;
}

.sub_page#global-warming .sub_content .box .gus_wariai .text {
  padding: 5%;
  background: #f7f1bb;
  border-radius: 20px;
}

.sub_page#global-warming .sub_content .box .gus_wariai .text dl {
  display: flex;
  font-size: 80%;
  line-height: 1.4;
  margin-bottom: 2%;
}

.sub_page#global-warming .sub_content .box .tips {
  margin-top: 3%;
  text-align: left;
  font-size: 70%;
  line-height: 1.5;
}

.sub_page#global-warming .sub_content .box .serifu_wariming01_01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.sub_page#global-warming .sub_content .box .serifu_wariming01_01 .image:nth-of-type(1) {
  width: 30%;
}

.sub_page#global-warming .sub_content .box .serifu_wariming01_01 .image:nth-of-type(2) {
  width: 50%;
}

.sub_page#global-warming .sub_content .box .ondanka_box {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10%;
}

.sub_page#global-warming .sub_content .box .ondanka_box .image {
  width: 25%;
  margin: 0;
}

.sub_page#global-warming .sub_content .box .ondanka_box .text {
  width: 70%;
}

.sub_page#global-warming .sub_content .box .ondanka_box .text h3 {
  text-align: left;
  margin-bottom: 3%;
  position: relative;
}

.sub_page#global-warming .sub_content .box .ondanka_box .text h3 img {
  max-height: 45px;
}

.sub_page#global-warming .sub_content .box .ondanka_box .text h3 .char {
  position: absolute;
  bottom: 0%;
  right: 10%;
  width: 10%;
  transform: scaleX(-1);
}

.sub_page#global-warming .sub_content .box .ondanka_box .text h3 .char img {
  max-height: none;
  animation: yurayura 10s ease-in-out infinite alternate-reverse;
}

.sub_page#global-warming .sub_content .box .ondanka_box .text .sango_photo {
  margin: 5% auto;
}

.sub_page#global-warming .sub_content .box .serifu_wariming02_01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.sub_page#global-warming .sub_content .box .serifu_wariming02_01 .image:nth-of-type(1) {
  width: 50%;
}

.sub_page#global-warming .sub_content .box .serifu_wariming02_01 .image:nth-of-type(1) img {
  transform: scale(1.2);
  transform-origin: right;
}

.sub_page#global-warming .sub_content .box .serifu_wariming02_01 .image:nth-of-type(2) {
  width: 50%;
}

.sub_page#global-warming .sub_content .box h3.title img {
  max-height: 60px;
}

.sub_page#global-warming .sub_content .box .warming03_03 .image {
  position: relative;
}

.sub_page#global-warming .sub_content .box .warming03_03 .image p {
  display: block;
  position: absolute;
  width: 30%;
  bottom: 0;
}

.sub_page#global-warming .sub_content .box .warming03_03 .image:nth-of-type(1) {
  width: 56%;
}

.sub_page#global-warming .sub_content .box .warming03_03 .image:nth-of-type(1) p {
  width: 60%;
  left: -5%;
}

.sub_page#global-warming .sub_content .box .warming03_03 .image:nth-of-type(2) {
  width: 43.7%;
}

.sub_page#global-warming .sub_content .box .warming03_03 .image:nth-of-type(2) p {
  width: 70%;
  right: -15%;
}

.sub_page#global-warming .sub_content .box .serifu_wariming03_04 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: row-reverse;
}

.sub_page#global-warming .sub_content .box .serifu_wariming03_04 .image:nth-of-type(2) {
  width: 20%;
  margin-right: 0;
}

.sub_page#global-warming .sub_content .box .serifu_wariming03_04 .image:nth-of-type(1) {
  width: 50%;
  margin-left: 0;
}

.sub_page#natural #mv .link_box.link01 {
  top: 3vw;
  padding-top: 7%;
  width: 11%;
  left: 52%;
}

.sub_page#natural #mv .link_box.link02 {
  top: 6.5vw;
  left: 35%;
  padding-top: 5%;
}

.sub_page#natural #mv .link_box.link02 img {
  height: 100%;
}

.sub_page#natural #mv .link_box.link03 {
  top: 12.5vw;
  left: 68%;
  width: 7%;
  padding-top: 19%;
}

.sub_page#natural #mv .link_box.link03 img {
  height: 100%;
}

.sub_page#natural #mv .char01 {
  left: 50%;
}

.sub_page#natural #mv .char05 {
  top: 22vw;
  left: 57%;
}

.sub_page#natural #mv .char07 {
  top: 12vw;
  left: 32%;
  width: 6%;
  transform: translateX(-50%) scaleX(-1);
}

.sub_page#natural #mv .char07 img {
  animation: yurayura50_50 10s ease-in-out infinite alternate;
}

.sub_page#natural footer,
.sub_page#natural #main_blocks {
  background-color: #50e2b2;
}

.sub_page#natural .tab_btns div.btn span {
  margin: auto;
  width: 100%;
  text-align: center;
  left: 0;
  top: 3vw;
  display: inline-block;
}

@media all and (min-width: 1100px) {
  .sub_page#natural .tab_btns div.btn span {
    top: 40px;
  }
}

.sub_page#natural .tab_btns div.btn:after {
  background-image: url("/environment/ourecoact/majimuntown/img/what-is-renewable-energy/btn.png");
  background-position: center;
}

.sub_page#natural .tab_btns div.btn.on:after {
  background-image: url("/environment/ourecoact/majimuntown/img/what-is-renewable-energy/btn_on.png");
}

.sub_page#natural .sub_content .box .fukidashi.n03_03 .char.char07 {
  position: absolute;
  width: 10%;
  right: 15%;
  transform: scaleX(-1);
}

.sub_page#natural .sub_content .box .fukidashi.n03_03 .char.char02 {
  position: absolute;
  width: 8%;
  left: -3%;
  bottom: 5%;
}

.sub_page#natural .sub_content .box .n_image_08 {
  position: relative;
  padding-bottom: 20%;
}

.sub_page#natural .sub_content .box .n_image_08 .serifu01 {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 35%;
}

.sub_page#natural .sub_content .box .n_image_08 .serifu02 {
  width: 40%;
  position: absolute;
  bottom: 0%;
  right: 5%;
}

.sub_page#natural .sub_content .box .n_image_12,
.sub_page#natural .sub_content .box .n_image_15 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.sub_page#natural .sub_content .box .n_image_12 .serifu01,
.sub_page#natural .sub_content .box .n_image_15 .serifu01 {
  margin-right: 5%;
}

.sub_page#natural .sub_content .box .n_image_12 .serifu01 {
  width: 40%;
}

.sub_page#natural .sub_content .box .n_image_12 .serifu02 {
  width: 55%;
}

.sub_page#natural .sub_content .box .n_image_15 .serifu01 {
  width: 55%;
}

.sub_page#natural .sub_content .box .n_image_15 .serifu02 {
  width: 40%;
}

.sub_page#natural .sub_content#tab02 .image.umikaji {
  position: relative;
}

.sub_page#natural .sub_content#tab02 .image.umikaji .img_catch {
  position: absolute;
  left: 0;
  top: -5%;
  width: 15%;
  transform: scale(-1, 1);
}

.sub_page#natural .sub_content#tab02 .image.umikaji .img_catch img {
  animation: yurayura 15s ease-in-out infinite alternate-reverse;
}

.sub_page.type02 #main_blocks, .sub_page.type02 footer {
  background-color: #ff9f22;
}

.sub_page.type02 footer {
  padding-top: 5%;
}

.sub_page.type02 .sub_content {
  margin-top: 100px;
  position: relative;
}

.sub_page.type02 .sub_content .icon_mark {
  position: absolute;
  top: -100px;
  width: 25%;
  left: 50%;
  transform: translateX(-50%);
}

@media all and (max-width: 1100px) {
  .sub_page.type02 .sub_content {
    margin-top: 8vw;
  }
  .sub_page.type02 .sub_content .icon_mark {
    top: -8vw;
  }
}

.sub_page.type02 .sub_content .box {
  position: relative;
  z-index: 2;
}

.sub_page.type02 .sub_content .box h2 {
  text-align: center;
  font-size: 300%;
  padding: 3% 0;
  position: relative;
  display: inline-block;
}

.sub_page.type02 .sub_content .box h2:after {
  content: "";
  background-image: radial-gradient(#ff9f22 30%, #fffff0 30%);
  background-size: 15px 15px;
  background-position: 0px 0px;
  position: absolute;
  width: 90%;
  height: 15px;
  bottom: 5%;
  left: 5%;
}

@media all and (max-width: 1100px) {
  .sub_page.type02 .sub_content .box h2:after {
    background-size: 1.5vw 1.5vw;
    height: 1.5vw;
  }
}

.sub_page.type02 .sub_content .box .image.width70 {
  width: 70%;
  margin: auto auto 5%;
}

.sub_page.type02 .sub_content .box .image .inline_box h4 {
  text-align: center;
}

.sub_page.type02 .sub_content .box .image .inline_box h4 img {
  height: 50px;
  width: auto;
}

@media all and (max-width: 1100px) {
  .sub_page.type02 .sub_content .box .image .inline_box h4 img {
    height: 4vw;
  }
}

.sub_page.type02 .sub_content .box .image .inline_box.title_top {
  padding-top: 6%;
  position: relative;
}

@media all and (max-width: 1100px) {
  .sub_page.type02 .sub_content .box .image .inline_box.title_top {
    padding-top: 2vw;
  }
}

.sub_page.type02 .sub_content .box .image .inline_box.title_top h4 {
  position: absolute;
  top: 0;
  width: 100%;
}

.sub_page.type02 .sub_content .box .image .inline_box.title_bottom {
  padding-bottom: 3%;
  position: relative;
}

@media all and (max-width: 1100px) {
  .sub_page.type02 .sub_content .box .image .inline_box.title_bottom {
    padding-bottom: 2vw;
  }
}

.sub_page.type02 .sub_content .box .image .inline_box.title_bottom h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.sub_page.type02#disaster .sub_content .box .disaster_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sub_page.type02#disaster .sub_content .box .disaster_block .image {
  margin: 0;
  width: 32%;
}

.sub_page.type02#disaster .sub_content .box .disaster_block .text {
  width: 65%;
}

.sub_page.type02#disaster .sub_content .box .disaster_block .text h4 {
  font-size: 110%;
  margin-bottom: 3%;
}

.sub_page.type02#disaster .sub_content .box .disaster_block .text p {
  line-height: 1.5;
}

.sub_page.type02#disaster .sub_content .box .serif_block {
  display: flex;
  margin: auto auto 5%;
  justify-content: center;
  align-items: flex-end;
}

.sub_page.type02#disaster .sub_content .box .serif_block > div {
  padding: 0 2%;
}

.sub_page.type02#disaster .sub_content .box .movie_box h3 {
  font-size: 250%;
  font-weight: bold;
  margin-bottom: 3%;
}

.sub_page.type02#disaster .sub_content .box .movie_box .movies {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.sub_page.type02#disaster .sub_content .box .movie_box .movies > .movie {
  width: 49%;
  margin-bottom: 2%;
}

.sub_page.type02#disaster .sub_content .box .movie_box .movies > .movie a {
  display: block;
  position: relative;
}

.sub_page.type02#disaster .sub_content .box .movie_box .movies > .movie a:after {
  content: "";
  width: 15%;
  padding-top: 15%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/environment/ourecoact/majimuntown/img/movie_icon.png");
  background-size: cover;
  z-index: 3;
}

.sub_page.type02#disaster .sub_content .box .movie_box .movies > .movie a:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid black;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  transition: .3s;
}

.sub_page.type02#disaster .sub_content .box .movie_box .movies > .movie h4 {
  padding: 3% 0;
  line-height: 1.3;
}

.sub_page.type02#disaster .sub_content .box .movie_box .movies > .movie img {
  width: 100%;
}

.sub_page.type02#okiden-lab .sub_content .box .serif_block {
  position: relative;
}

.sub_page.type02#okiden-lab .sub_content .box .serif_block .image {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 25%;
}

.sub_page.type02#okiden-lab .sub_content .box .serif_block .image.img02 {
  left: auto;
  right: 0;
}

.sub_page.type02#okiden-lab .sub_content .box .serif_block .serifu {
  margin: auto;
  width: 50%;
}

.sub_page.type02#okiden-lab .sub_content .box .serif_block > div {
  padding: 0 2%;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box h3 {
  text-align: right;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.5;
  padding: 2% 0 0;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie {
  width: 80%;
  margin-bottom: 10%;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a {
  display: block;
  position: relative;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a:after {
  content: "";
  width: 15%;
  padding-top: 15%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/environment/ourecoact/majimuntown/img/movie_icon.png");
  background-size: cover;
  z-index: 3;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid black;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  transition: .3s;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a:hover:before {
  background-color: rgba(255, 255, 255, 0);
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a .gears .gear {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 10%;
  padding-top: 10%;
  background-size: cover;
  background-image: url("/environment/ourecoact/majimuntown/img/okiden-lab/gear.png");
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a .gears .gear img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a .gears .gear.g01 {
  bottom: -10%;
  z-index: 2;
  animation: experiment01 10s linear infinite;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a .gears .gear.g01 img {
  animation: experiment01_text 10s linear infinite;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a .gears .gear.g02 {
  width: 7%;
  padding-top: 7%;
  bottom: -15%;
  left: 6.5%;
  animation: experiment01 10s linear infinite reverse;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a .gears .gear.g02 img {
  animation: experiment01_text 10s linear infinite reverse;
  max-width: 35%;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a .gears img {
  width: auto;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie h4 {
  padding: 3% 0;
  line-height: 1.3;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie img {
  width: 100%;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie.noticon a:after {
  display: none;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .bnrs {
  margin-bottom: 5%;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .bnrs h3 {
  text-align: center;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .bnrs a {
  transition: .3s;
}

.sub_page.type02#okiden-lab .sub_content .box .movie_box .bnrs a:hover {
  opacity: .8;
}

.sub_page.type02#lets-use #mv .char03 {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 6%;
  transform: translate(-50%, -50%);
}

.sub_page.type02#lets-use #mv .char03 img {
  animation: yurayura50_50 10s ease-in-out infinite alternate;
}

.sub_page.type02#lets-use #mv .link_box.link01 {
  top: auto;
  padding-top: 8%;
  width: 20%;
  bottom: 5%;
  left: 38%;
}

.sub_page.type02#lets-use #mv .link_box.link02 {
  top: auto;
  padding-top: 8%;
  width: 20%;
  bottom: 5%;
  left: 62%;
}

.sub_page.type02#lets-use #main_blocks, .sub_page.type02#lets-use footer {
  background-color: #fd6372;
}

.sub_page.type02#lets-use .sub_content .box {
  padding-top: 7%;
}

.sub_page.type02#lets-use .sub_content .box h2:after {
  display: none;
}

.sub_page.type02#lets-use .sub_content .box .lets-use_block h3 {
  font-size: 200%;
}

.sub_page.type02#lets-use .sub_content .box .lets-use_block .images {
  display: flex;
  padding: 5% 0;
}

.sub_page.type02#lets-use .sub_content .box .lets-use02 .char03 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
}

.sub_page.type02#lets-use .sub_content .box .lets-use06 .images {
  justify-content: center;
}

.sub_page.type02#lets-use .sub_content .box .lets-use06 .images .image {
  margin: 0;
  text-align: left;
}

.sub_page.type02#lets-use .sub_content .box .lets-use17 .images,
.sub_page.type02#lets-use .sub_content .box .lets-use11 .images,
.sub_page.type02#lets-use .sub_content .box .lets-use08 .images {
  justify-content: center;
  flex-direction: row-reverse;
}

.sub_page.type02#lets-use .sub_content .box .lets-use17 .images .image,
.sub_page.type02#lets-use .sub_content .box .lets-use11 .images .image,
.sub_page.type02#lets-use .sub_content .box .lets-use08 .images .image {
  margin: 0;
  text-align: left;
}

.sub_page.type02#lets-use .sub_content .box .lets-use14 .images {
  align-items: flex-end;
}

.sub_page.type02#lets-use .sub_content .box .lets-use14 .images .serifu {
  position: relative;
  left: 2%;
  z-index: 2;
}

.sub_page.type02#lets-use .sub_content .box .lets-use14 .images .image {
  position: relative;
  right: 2%;
  margin: 0;
  padding: 0;
}

.sub_page.type02#lets-use .sub_content .box .lets-use17 .images {
  align-items: flex-end;
}

.to_top_page {
  margin-bottom: 20%;
}

.to_top_page a {
  margin: auto;
  background: black;
  border-radius: 50px;
  padding: 1%;
  width: 300px;
  min-height: 60px;
  color: white;
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.to_top_page a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  width: 10%;
  padding-top: 10%;
  background-image: url("/environment/ourecoact/majimuntown/img/arrow.png");
  background-size: contain;
  transition: .3s;
}

.to_top_page a:hover:before {
  transform: translateY(-50%) rotate(360deg);
}

.to_top_page a:after {
  content: "";
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: -15%;
  width: 25%;
  padding-top: 25%;
  background-image: url(/environment/ourecoact/majimuntown/img/char03.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: yurayura50_50 8s ease-in-out infinite alternate-reverse;
}

@keyframes yurayura50_50 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: bottom center;
  }
  30% {
    transform: translate(-50%, -50%) rotate(5deg);
  }
  60% {
    transform: translate(-50%, -50%) rotate(-5deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes experiment01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes experiment01_text {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes pyon {
  0% {
    top: 0;
  }
  5% {
    top: 1vw;
  }
  8% {
    top: 0;
  }
}

@keyframes pyon3 {
  0% {
    bottom: -20%;
  }
  5% {
    bottom: -10%;
  }
  8% {
    bottom: -20%;
  }
}

@keyframes yurayura {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom center;
  }
  30% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(-1vw);
  }
  100% {
    transform: translateY(1vw);
  }
}

#main_blocks {
  background-color: #BBE344;
}

#main_blocks .block {
  padding: 3% 0 0;
}

#main_blocks .block h3 {
  font-weight: normal;
  font-size: 200%;
}

#main_blocks .block .btn_list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3% 0;
}

#main_blocks .block .btn_list a {
  display: flex;
  margin: 0 1%;
  padding: 1.5% 2%;
  border: 2px solid black;
  border-radius: 10px;
  min-width: 350px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #50E2B4;
  transition: .3s;
}

@media all and (max-width: 1100px) {
  #main_blocks .block .btn_list a {
    min-width: 33%;
  }
}

#main_blocks .block .btn_list a .image {
  margin-right: 5%;
  width: 20%;
}

#main_blocks .block .btn_list a .text {
  width: 75%;
  line-height: 1.1;
}

#main_blocks .block .btn_list a .text p {
  font-size: 180%;
}

#main_blocks .block .btn_list a:hover {
  background-color: white;
}

#main_blocks .block.sensei {
  padding-top: 1%;
  padding-bottom: 5%;
}

#main_blocks .block.sensei .btn_list a {
  background-color: white;
}

#main_blocks .block.sensei .btn_list a:hover {
  background-color: #50E2B4;
}

#main_blocks .block.sensei .btn_list a .text p {
  font-size: 80%;
}

#main_blocks .block.sensei .btn_list a .text h4 {
  line-height: 150%;
  font-size: 150%;
}

footer {
  background-color: #BBE344;
}

footer .sitemap {
  display: flex;
  margin-bottom: 3%;
}

footer .sitemap h2 {
  width: 100%;
  font-size: 90%;
  font-weight: normal;
}

footer .sitemap .list {
  font-size: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

footer .sitemap .list a {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2%;
  word-break: keep-all;
  transition: .3s;
}

footer .sitemap .list a:before {
  content: "";
  width: 7%;
  padding-top: 7%;
  background-image: url(/environment/ourecoact/majimuntown/img/mark.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-right: 2%;
  transition: .3s;
}

footer .sitemap .list a:hover {
  color: #35c541;
}

footer .sitemap .list a:hover:before {
  transform: rotate(360deg);
}

footer .link_bnr {
  padding: 5% 0 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
}

footer .link_bnr a {
  width: 30%;
  margin: 0 2%;
  font-size: 130%;
  transition: .3s;
}

footer .link_bnr a:hover {
  opacity: .5;
}

footer .copyright {
  background-color: black;
  padding: 1% 0;
}

footer .copyright p, footer .copyright a {
  color: white;
}

footer .copyright .flex {
  display: flex;
  padding: 0 2%;
  justify-content: space-between;
  min-width: 50%;
}

footer .copyright .sns {
  display: flex;
  justify-content: flex-end;
}

footer .copyright .sns a {
  margin-left: 5%;
  transition: .3s;
}

footer .copyright .sns a:hover {
  transform: rotate(360deg);
}

.menu_data {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: -200vh;
  transition: .5s;
  left: 0;
  background-color: #FACA0E;
  z-index: 10;
}

.menu_data.view {
  top: 0;
}

.menu_data h2 {
  margin: 5% auto;
  padding: .5% 5%;
  background-color: white;
  border-radius: 50px;
  display: inline-block;
  font-size: 100%;
  font-weight: 400;
  border: 2px solid black;
}

.menu_data .menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu_data .menu_list .left, .menu_data .menu_list .right {
  padding: 0;
}

.menu_data .menu_list .left {
  width: 40%;
}

.menu_data .menu_list .left a {
  display: flex;
  align-items: center;
  font-size: 130%;
  padding: 0 0 4%;
  transition: .3s;
}

.menu_data .menu_list .left a .image {
  margin-right: 3%;
  transition: .3s;
}

.menu_data .menu_list .left a:hover {
  color: white;
}

.menu_data .menu_list .left a:hover .image {
  transform: scale(1.1, 1.1);
}

.menu_data .menu_list .right {
  width: 30%;
}

.menu_data .menu_list .right a {
  display: flex;
  align-items: center;
  font-size: 100%;
  padding: 0 0 4%;
  transition: .3s;
}

.menu_data .menu_list .right a:before {
  content: "";
  width: 7%;
  padding-top: 7%;
  background-image: url(/environment/ourecoact/majimuntown/css/"data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.204%22%20height%3D%2219.204%22%20viewBox%3D%220%200%2019.204%2019.204%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_116%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20116%22%20width%3D%2219.204%22%20height%3D%2219.204%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_120%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20120%22%20transform%3D%22translate(-400%20-2845)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_119%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20119%22%20transform%3D%22translate(400%202845)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_118%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20118%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5140%22%20data-name%3D%22%E3%83%91%E3%82%B9%205140%22%20d%3D%22M19.2%2C9.6A9.6%2C9.6%2C0%2C1%2C1%2C9.6%2C0a9.6%2C9.6%2C0%2C0%2C1%2C9.6%2C9.6%22%20fill%3D%22%23000000%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5141%22%20data-name%3D%22%E3%83%91%E3%82%B9%205141%22%20d%3D%22M8.023%2C13.224l4.791-3.762%2C0%2C0v0h0L8.023%2C5.7%22%20fill%3D%22none%22%20stroke%3D%22%23FACA0E%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.123%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-right: 2%;
  transition: .3s;
}

.menu_data .menu_list .right a:hover {
  color: white;
}

.menu_data .menu_list .right a:hover:before {
  transform: rotate(360deg);
}

.menu_data .menu_close {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 5%;
  cursor: pointer;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}

.modal.view {
  visibility: visible;
  opacity: 1;
}

.whats_majimun {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid black;
  background: #50E2B4;
  border-radius: 20px;
  padding: 5%;
  min-width: 60%;
}

.whats_majimun .text {
  font-size: 120%;
}

.whats_majimun .text span {
  padding: 3% 0;
  display: block;
  font-size: 70%;
}

.whats_majimun .image {
  width: 50%;
  margin: auto;
}

.whats_majimun .link {
  position: absolute;
  width: 15%;
  padding-top: 15%;
  bottom: 15%;
  right: 5%;
  border-radius: 50%;
  background: white;
}

.whats_majimun .link a {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.3;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.whats_majimun .link a:after {
  margin-top: 5%;
  content: "";
  display: inline-block;
  width: 15%;
  padding-top: 15%;
  background-image: url(/environment/ourecoact/majimuntown/css/"data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.204%22%20height%3D%2219.204%22%20viewBox%3D%220%200%2019.204%2019.204%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_116%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20116%22%20width%3D%2219.204%22%20height%3D%2219.204%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_120%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20120%22%20transform%3D%22translate(-400%20-2845)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_119%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20119%22%20transform%3D%22translate(400%202845)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_118%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20118%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5140%22%20data-name%3D%22%E3%83%91%E3%82%B9%205140%22%20d%3D%22M19.2%2C9.6A9.6%2C9.6%2C0%2C1%2C1%2C9.6%2C0a9.6%2C9.6%2C0%2C0%2C1%2C9.6%2C9.6%22%20fill%3D%22%23000000%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5141%22%20data-name%3D%22%E3%83%91%E3%82%B9%205141%22%20d%3D%22M8.023%2C13.224l4.791-3.762%2C0%2C0v0h0L8.023%2C5.7%22%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.123%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  transition: .3s;
}

.whats_majimun .link a:hover:after {
  transform: rotate(-90deg);
}

.whats_majimun .close_btn {
  margin: 5% auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whats_majimun .close_btn img, .whats_majimun .close_btn span {
  cursor: pointer;
}

.whats_majimun .close_btn img {
  width: 3% !important;
}

@media all and (max-width: 1100px) {
  body {
    font-size: 1.2vw;
  }
  .basein {
    width: 96%;
    padding: 0 2%;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
  }
}

/*#####################################################################
*
 * sp 540px in
 *
#####################################################################*/
@media all and (max-width: 540px) and (orientation: portrait) {
  .sp {
    display: inline-block !important;
  }
  .sp.block {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sptcenter {
    text-align: center;
  }
  .sp_left {
    text-align: left !important;
  }
  p {
    text-align: initial;
  }
  body {
    font-size: 3.8vw;
  }
  body.fix_top {
    padding-top: 15vw;
  }
  img {
    max-width: 100%;
  }
  .lity_click {
    margin-bottom: 50px;
    display: block;
    position: relative;
  }
  .lity_click:after {
    content: "くわしく見る";
    position: absolute;
    bottom: -30px;
    right: 0;
    padding: 2% 10%;
    color: white;
    background-color: black;
    border-radius: 50px;
    font-size: 80%;
    line-height: 1;
  }
  header .basein h1 {
    width: 50%;
  }
  header .basein .menu_btn {
    width: 10%;
  }
  #index #mv .back {
    height: 120vh;
    object-fit: cover;
  }
  #index #mv .logo {
    width: 60%;
    animation: majimun_logo_sp 2s forwards;
  }
  #index #mv .logo h2 {
    font-size: 110%;
  }
  @keyframes majimun_logo_sp {
    0% {
      transform: translateX(-50%) rotate(5deg);
      top: -100vw;
    }
    90% {
      transform: translateX(-50%) rotate(5deg) scale(1);
      top: 15vw;
    }
    95% {
      transform: translateX(-50%) rotate(5deg) scale(0.8);
    }
    99% {
      transform: translateX(-50%) rotate(-5deg) scale(1.3);
    }
    100% {
      transform: translateX(-50%) rotate(0deg) scale(1);
      top: 15vw;
    }
  }
  #index #mv .umikaji {
    width: 40%;
    top: 37vh;
    left: 84%;
  }
  #index #mv .umikaji .image {
    width: 30%;
  }
  #index #mv .umikaji .text {
    border-radius: 2vw;
    padding: 5%;
    line-height: 1.2;
    font-size: 80%;
  }
  #index #mv .umikaji span {
    top: -37%;
    left: 33%;
    font-size: 60%;
  }
  #index #mv .labo {
    top: 35vh;
    left: 5%;
    transform: none;
    width: 65%;
  }
  #index #mv .labo a .image {
    right: 0;
  }
  #index #mv .labo a .char01 span {
    width: 170%;
    font-size: 60%;
  }
  #index #mv .donguri {
    top: 53vh;
    width: 70%;
    left: inherit;
    right: 5%;
    transform: none;
  }
  #index #mv .donguri a .char02 {
    width: 33%;
    margin-right: 1%;
  }
  #index #mv .donguri a .char02 img {
    width: 50%;
  }
  #index #mv .donguri a .char02 span {
    font-size: 60%;
  }
  #index #mv .house {
    top: 70vh;
    left: 2%;
    transform: none;
    width: 40%;
  }
  #index #mv .house a .sign {
    width: 55%;
  }
  #index #mv .house a .char03 {
    width: 65%;
    bottom: -70%;
    right: 35%;
  }
  #index #mv .house a .char03 img {
    width: 50%;
  }
  #index #mv .house a .char03 span {
    font-size: 60%;
  }
  #index #mv .ondanka {
    top: 105vh;
    left: 1%;
    transform: none;
    width: 45%;
  }
  #index #mv .ondanka a .char04 {
    width: 40%;
    bottom: 45%;
  }
  #index #mv .ondanka a .char04 img {
    width: 40%;
  }
  #index #mv .ondanka a .char04 span {
    font-size: 60%;
  }
  #index #mv .ondanka a .sign {
    bottom: 40%;
    width: 50%;
  }
  #index #mv .shizen {
    top: 90vh;
    width: 40%;
  }
  #index #mv .shizen a .char06 span,
  #index #mv .shizen a .char05 span {
    font-size: 50%;
  }
  #index #mv .shizen a .char05 {
    top: -50%;
  }
  #index #mv .shizen a .char06 {
    width: 80%;
    top: -145%;
  }
  #index #mv .shizen a .sign {
    width: 55%;
  }
  #main_blocks {
    overflow-x: hidden;
  }
  #main_blocks .block h3 {
    line-height: 1.5;
  }
  #main_blocks .block .btn_list {
    flex-direction: column;
  }
  #main_blocks .block .btn_list a {
    max-width: 100%;
    width: 100%;
    margin-bottom: 3%;
  }
  #main_blocks .block .btn_list a .image {
    width: 20%;
  }
  #main_blocks .block .btn_list a .text {
    width: 75%;
  }
  #main_blocks .block.sensei .btn_list a .text h4 {
    text-align: left;
  }
  .sub_page #mv {
    height: 100vh;
  }
  .sub_page #mv .back {
    height: 100vh;
    object-fit: cover;
  }
  .sub_page #mv .link_box {
    display: none;
  }
  .sub_page #mv h2 {
    top: 50%;
    transform: translate(-50%, -50%);
    animation: elec_title_sp 2s ease-in-out 1 forwards;
    transition: .5s;
    bottom: auto;
    width: 90%;
    line-height: 1.2;
    padding: 2% 0;
  }
  @keyframes elec_title_sp {
    0% {
      top: -200vh;
    }
    100% {
      top: 50%;
    }
  }
  .sub_page #mv .char01 {
    top: inherit;
    bottom: 5%;
    padding-top: 60%;
    left: 40%;
    width: 40%;
  }
  .sub_page #mv .char02 {
    top: 36vh;
    left: 82%;
    padding-top: 20%;
    transform: translateX(-50%) scaleX(-1);
    width: 21%;
  }
  .sub_page #mv .char04 {
    top: inherit;
    bottom: 5%;
    padding-top: 60%;
    left: 25%;
    width: 40%;
  }
  .sub_page #mv .char05 {
    top: inherit;
    bottom: 5%;
    padding-top: 40%;
    left: 15%;
    width: 30%;
  }
  .sub_page .tab_btns {
    width: 100%;
    padding: 15% 0;
  }
  .sub_page .tab_btns div.btn {
    width: 50%;
    padding-bottom: 15vw;
  }
  .sub_page .sub_content {
    margin: 5% -10%;
    border-radius: 0;
  }
  .sub_page .sub_content .box h2 {
    line-height: 1.5;
    word-break: auto-phrase;
    font-size: 150%;
  }
  .sub_page .sub_content .box h3 {
    font-size: 120%;
  }
  .sub_page .sub_content .box .black_bar {
    font-size: 120%;
  }
  .sub_page .sub_content .box .inline_box p {
    line-height: 1.5;
  }
  .sub_page .sub_content .box .member a {
    position: relative;
  }
  .sub_page .sub_content .box .member a:after {
    content: "くわしく見る";
    background: black;
    padding: .5% 5vw;
    position: absolute;
    bottom: -5vw;
    right: 0;
    color: white;
    border-radius: 3vw;
    line-height: 1.2;
  }
  .sub_page .sub_content .box .fukidashi {
    flex-direction: column-reverse;
  }
  .sub_page .sub_content .box .fukidashi .serifu {
    width: 100%;
    margin: 0 0 5%;
  }
  .sub_page .sub_content .box .fukidashi .serifu p {
    width: 100%;
    font-size: 110%;
    padding: 5%;
    word-break: auto-phrase;
  }
  .sub_page .sub_content .box .fukidashi .serifu p:after {
    transform: rotate(-90deg);
    top: 100%;
    left: 15%;
  }
  .sub_page .sub_content .box .fukidashi .char {
    width: 15vw;
    height: 15vw;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50vw;
    object-position: top center;
    border: 2px solid black;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
  }
  .sub_page .sub_content .box .fukidashi .char.char04 img {
    position: relative;
    top: -50%;
    left: -7%;
  }
  .sub_page .sub_content .box .fukidashi.right {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .sub_page .sub_content .box .fukidashi.right .serifu p:after {
    transform: scale(-1, 1) rotate(-90deg);
    top: 100%;
    right: 15%;
  }
  .sub_page .sub_content .box .fukidashi.right .char {
    right: 5%;
  }
  .sub_page .sub_content .box .fukidashi.f04_06:after {
    width: 30%;
    padding-top: 30%;
    right: -5%;
  }
  .sub_page .sub_content .box .fukidashi.mui {
    position: relative;
  }
  .sub_page .sub_content .box .fukidashi.mui .serifu {
    width: 100%;
  }
  .sub_page .sub_content .box .fukidashi.mui .serifu p {
    padding-right: 50%;
  }
  .sub_page .sub_content .box .fukidashi.mui .char {
    border: none;
    height: auto;
    position: absolute;
    z-index: 2;
    width: 80%;
    right: -30%;
    top: -5%;
  }
  .sub_page .sub_content .box .fukidashi.mui2 {
    display: flex;
  }
  .sub_page .sub_content .box .fukidashi.mui2 .serifu {
    width: 100%;
  }
  .sub_page .sub_content .box .fukidashi.mui2 .char {
    right: 0;
    width: 15vw;
    position: relative;
  }
  .sub_page .sub_content .box .fukidashi.mui2 .char img {
    width: 120%;
    height: 200%;
    position: absolute;
    left: 0;
    top: -85%;
    object-fit: cover;
    animation: none;
  }
  .sub_page .sub_content .box .tansaku h3 {
    width: 100%;
    line-height: 1.5;
    padding: 5%;
    text-align: left;
    border-radius: 3vw;
    word-break: auto-phrase;
  }
  .sub_page .sub_content .box .tansaku h3:after {
    left: inherit;
    right: -6%;
    padding-top: 30%;
    width: 20%;
  }
  .sub_page .sub_content .box .tansaku .image {
    width: 100%;
  }
  .sub_page .sub_content .box .tansaku .image:after {
    content: "絵をタッチ！";
  }
  .sub_page .sub_content .box .tansaku .flex {
    justify-content: center;
    align-items: center;
  }
  .sub_page .sub_content .box .tansaku .flex .serifu01 {
    width: 55%;
    padding: 3%;
  }
  .sub_page .sub_content .box .tansaku .flex .serifu02 {
    width: 45%;
    padding: 3%;
  }
  .sub_page .sub_content .box .image.full {
    margin: 15% auto;
  }
  .sub_page .sub_content .box .image_light {
    align-items: flex-start;
    flex-direction: column-reverse;
    position: relative;
  }
  .sub_page .sub_content .box .image_light .img {
    position: absolute;
    bottom: 0;
    width: 40%;
    left: 0;
  }
  .sub_page .sub_content .box .whats {
    flex-direction: column;
  }
  .sub_page .sub_content .box .whats.tarbin .image, .sub_page .sub_content .box .whats.tarbin .text {
    width: 100%;
    padding: 0 5% 5%;
  }
  .sub_page .sub_content .box .whats.biomas .image, .sub_page .sub_content .box .whats.biomas .text {
    width: 100%;
    padding: 0 5% 5%;
  }
  .sub_page .sub_content .box .tettou_imgs .char05 {
    width: 45%;
    left: 15%;
  }
  .sub_page .sub_content .box .tettou_imgs .char03 {
    width: 45%;
  }
  .sub_page .sub_content .box .fukidashi_img {
    margin-bottom: 5%;
    flex-direction: column;
  }
  .sub_page .sub_content .box .boxs.box02 .image, .sub_page .sub_content .box .boxs.box02 .text {
    width: 100%;
    margin-bottom: 5%;
  }
  .sub_page .sub_content .box .boxs.box02.nopad .image, .sub_page .sub_content .box .boxs.box02.nopad .text {
    width: 100%;
  }
  .sub_page .sub_content .box .boxs.spbox02 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sub_page .sub_content .box .boxs.spbox02 > div {
    width: 48%;
    margin: 0 0 4%;
  }
  .sub_page .sub_content .box .boxs.spbox01 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sub_page .sub_content .box .boxs.spbox01 > div {
    width: 100%;
    margin: 0 0 9%;
  }
  .sub_page#together-with .tab_btns div.btn span {
    top: 5vw;
    font-size: 90%;
  }
  .sub_page#together-with .sub_content .box .boxs.with_beach .char04 {
    width: 20%;
  }
  .sub_page#together-with .sub_content .box .boxs.with_beach .serifu {
    width: 40%;
    right: 5%;
  }
  .sub_page#together-with .sub_content .box .image.tonga {
    position: relative;
  }
  .sub_page#together-with .sub_content .box .image.tonga .serifu {
    left: auto;
    bottom: 55%;
  }
  .sub_page#together-with .sub_content .box .image.tonga .inline_box:after {
    content: "";
    width: 20%;
    padding-top: 20%;
    top: -1%;
    right: 1%;
  }
  .sub_page#together-with .sub_content .box .serifu_with02_10 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .sub_page#together-with .sub_content .box .serifu_with02_10 .image:nth-of-type(1) {
    width: 90%;
    margin-left: 0;
  }
  .sub_page#together-with .sub_content .box .serifu_with02_10 .image:nth-of-type(2) {
    width: 60%;
    margin-top: -20%;
    margin-right: 0;
  }
  .sub_page#together-with .sub_content .box .serifu_with03_12 {
    position: relative;
  }
  .sub_page#together-with .sub_content .box .serifu_with03_12 .image:nth-of-type(2) {
    position: absolute;
    bottom: -10%;
    width: 40%;
    right: -5%;
  }
  .sub_page#together-with .sub_content .box .serifu_with03_14 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .sub_page#together-with .sub_content .box .serifu_with03_14 .image:nth-of-type(1) {
    width: 100%;
    margin-left: 0;
  }
  .sub_page#together-with .sub_content .box .serifu_with03_14 .image:nth-of-type(2) {
    width: 50%;
    margin: auto;
  }
  .sub_page#together-with .sub_content .box .whats.assessment .text, .sub_page#together-with .sub_content .box .whats.etc .text {
    width: 100%;
    padding: 5%;
  }
  .sub_page#together-with .sub_content .box .whats.assessment .image {
    width: 80%;
    margin: 5%;
  }
  .sub_page#together-with .sub_content .box .whats.etc .image {
    width: 100%;
    text-align: left;
    margin-top: 5%;
  }
  .sub_page#together-with .sub_content .box .whats.etc .image img {
    width: 80%;
  }
  .sub_page#global-warming #mv {
    overflow: hidden;
  }
  .sub_page#global-warming #mv .char01 {
    left: 27%;
    z-index: 3;
  }
  .sub_page#global-warming #mv .char05 {
    top: inherit;
    z-index: 2;
  }
  .sub_page#global-warming #mv .char06 {
    width: 100%;
    padding-top: 80%;
    top: 53%;
    left: 70%;
  }
  .sub_page#global-warming .tab_btns div.btn {
    width: 48%;
  }
  .sub_page#global-warming .tab_btns div.btn span {
    top: 4vw;
    font-size: 90%;
  }
  .sub_page#global-warming .sub_content .box .fukidashi.warming01_05 .serifu {
    flex-direction: column;
    align-items: flex-start;
  }
  .sub_page#global-warming .sub_content .box .t_left {
    text-align: center;
  }
  .sub_page#global-warming .sub_content .box .serifu_wariming01_01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .sub_page#global-warming .sub_content .box .serifu_wariming01_01 .image:nth-of-type(1) {
    width: 80%;
  }
  .sub_page#global-warming .sub_content .box .serifu_wariming01_01 .image:nth-of-type(2) {
    width: 80%;
  }
  .sub_page#global-warming .sub_content .box .warming01_05 .tips {
    position: absolute;
    bottom: 5%;
    width: 50%;
    left: 5%;
  }
  .sub_page#global-warming .sub_content .box .ondanka_box {
    position: relative;
    flex-direction: column;
    margin-bottom: 20%;
  }
  .sub_page#global-warming .sub_content .box .ondanka_box .image, .sub_page#global-warming .sub_content .box .ondanka_box .text {
    width: 100%;
  }
  .sub_page#global-warming .sub_content .box .ondanka_box .text {
    padding-bottom: 50%;
  }
  .sub_page#global-warming .sub_content .box .ondanka_box .image {
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
  }
  .sub_page#global-warming .sub_content .box .ondanka_box .text h3 {
    text-align: center;
  }
  .sub_page#global-warming .sub_content .box .ondanka_box .text h3 img {
    max-height: 10vw;
    margin: auto;
  }
  .sub_page#global-warming .sub_content .box .serifu_wariming02_01 .image:nth-of-type(1) {
    width: 30%;
    z-index: 3;
  }
  .sub_page#global-warming .sub_content .box .serifu_wariming02_01 .image:nth-of-type(1) img {
    transform: scale(2.5);
    transform-origin: right bottom;
  }
  .sub_page#global-warming .sub_content .box .serifu_wariming02_01 .image:nth-of-type(2) {
    width: 70%;
  }
  .sub_page#global-warming .sub_content .box .serifu_wariming02_01 .image:nth-of-type(2) img {
    position: relative;
    left: -20%;
    transform: scale(1.5);
    transform-origin: right bottom;
  }
  .sub_page#global-warming .sub_content .box .warming03_03 .image:nth-of-type(1), .sub_page#global-warming .sub_content .box .warming03_03 .image:nth-of-type(2) {
    width: 100%;
  }
  .sub_page#global-warming .sub_content .box .warming03_03 .image:nth-of-type(2) p {
    width: 50%;
    right: -5%;
  }
  .sub_page#global-warming .sub_content .box .serifu_wariming03_04 {
    position: relative;
  }
  .sub_page#global-warming .sub_content .box .serifu_wariming03_04 .image:nth-of-type(1) {
    width: 100%;
  }
  .sub_page#global-warming .sub_content .box .serifu_wariming03_04 .image:nth-of-type(2) {
    width: 35%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .sub_page#natural #mv .back {
    object-position: 45% 50%;
  }
  .sub_page#natural #mv .char05 {
    top: inherit;
    left: 72%;
  }
  .sub_page#natural #mv .char07 {
    width: 20%;
    padding-top: 20%;
    top: 50vw;
    left: 50%;
  }
  .sub_page#natural .tab_btns div.btn span {
    top: 8vw;
    font-size: 90%;
  }
  .sub_page#natural .sub_content .box .fukidashi.n03_03 .char.char07 {
    border: none;
    top: -10%;
    right: -6%;
    width: 15%;
  }
  .sub_page#natural .sub_content .box .fukidashi.n03_03 .char.char02 {
    position: absolute;
    width: 15%;
    left: 0%;
    bottom: 5%;
    border: none;
    overflow: inherit;
  }
  .sub_page#natural .sub_content .box .n_image_08 {
    position: relative;
    padding-bottom: 20%;
  }
  .sub_page#natural .sub_content .box .n_image_08 .serifu01 {
    position: relative;
    bottom: 0%;
    left: 10%;
    width: 80%;
    padding: 10% 0%;
  }
  .sub_page#natural .sub_content .box .n_image_08 .serifu02 {
    position: relative;
    bottom: 0%;
    right: 0%;
    width: 100%;
    padding: 5%;
  }
  .sub_page#natural .sub_content .box .n_image_12 .serifu01 {
    width: 55%;
  }
  .sub_page#natural .sub_content .box .n_image_12 .serifu02 {
    width: 100%;
  }
  .sub_page#natural .sub_content#tab02 .img_catch {
    width: 20%;
    margin-bottom: -10% !important;
  }
  .sub_page.type02 .sub_content {
    margin-top: 17vh;
    padding-top: 6vh;
  }
  .sub_page.type02 .sub_content .icon_mark {
    top: -10vh;
    width: 40%;
  }
  .sub_page.type02 .sub_content .box .image .inline_box h4 img {
    height: 10vw;
  }
  .sub_page.type02 .sub_content .box .image .inline_box.title_bottom {
    padding-bottom: 5vw;
  }
  .sub_page.type02 .sub_content .box .image .inline_box.title_top {
    padding-top: 5vw;
  }
  .sub_page.type02 .sub_content .box .image.width70 {
    width: 100%;
  }
  .sub_page.type02#disaster .sub_content .box .disaster_block {
    flex-direction: column-reverse;
    margin-bottom: 15%;
  }
  .sub_page.type02#disaster .sub_content .box .disaster_block .image, .sub_page.type02#disaster .sub_content .box .disaster_block .text {
    width: 100%;
  }
  .sub_page.type02#disaster .sub_content .box .disaster_block .text h4 {
    line-height: 1.2;
    font-size: 120%;
  }
  .sub_page.type02#disaster .sub_content .box .serif_block {
    flex-wrap: wrap;
  }
  .sub_page.type02#disaster .sub_content .box .serif_block .serifu01 {
    text-align: left;
  }
  .sub_page.type02#disaster .sub_content .box .serif_block .serifu01 img {
    width: 70%;
  }
  .sub_page.type02#disaster .sub_content .box .serif_block .serifu02 {
    text-align: right;
  }
  .sub_page.type02#disaster .sub_content .box .serif_block .serifu02 img {
    width: 90%;
  }
  .sub_page.type02#disaster .sub_content .box .movie_box .movies > .movie {
    width: 100%;
    margin-bottom: 5%;
  }
  .sub_page.type02#okiden-lab .sub_content .box .movie_box h3 {
    font-size: 120%;
    width: 65%;
    margin-left: auto;
  }
  .sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie {
    width: 100%;
  }
  .sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie.noticon h3 {
    width: 100%;
  }
  .sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a {
    display: block;
    position: relative;
  }
  .sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a:after {
    content: "";
    width: 25%;
    padding-top: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/environment/ourecoact/majimuntown/img/movie_icon.png");
    background-size: cover;
    z-index: 3;
  }
  .sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a:before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: .3s;
  }
  .sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a:hover:before {
    background-color: rgba(255, 255, 255, 0);
  }
  .sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a .gears .gear {
    width: 20%;
    padding-top: 20%;
  }
  .sub_page.type02#okiden-lab .sub_content .box .movie_box .movies > .movie a .gears .gear.g02 {
    width: 15%;
    padding-top: 15%;
    bottom: -23%;
    left: 12.5%;
  }
  .sub_page.type02#okiden-lab .sub_content .box .movie_box .bnrs {
    margin-bottom: 15%;
  }
  .sub_page.type02#okiden-lab .sub_content .box .movie_box .bnrs h3 {
    width: 100%;
  }
  .sub_page.type02#okiden-lab .sub_content .box .serif_block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
  }
  .sub_page.type02#okiden-lab .sub_content .box .serif_block .image {
    width: 50%;
    position: relative;
  }
  .sub_page.type02#okiden-lab .sub_content .box .serif_block .image.img02 {
    left: auto;
    right: 0;
  }
  .sub_page.type02#okiden-lab .sub_content .box .serif_block .serifu {
    margin: auto;
    width: 100%;
  }
  .sub_page.type02#okiden-lab .sub_content .box .serif_block > div {
    padding: 0 2%;
  }
  .sub_page.type02#lets-use #mv .char03 {
    width: 30%;
    padding-top: 30%;
    top: 70%;
  }
  .sub_page.type02#lets-use #mv .link_box {
    display: block;
  }
  .sub_page.type02#lets-use #mv .link_box.link01 {
    width: 40%;
    left: 5%;
    transform: translate(0);
    bottom: 10%;
  }
  .sub_page.type02#lets-use #mv .link_box.link02 {
    width: 40%;
    left: auto;
    right: 5%;
    transform: translate(0);
    bottom: 10%;
  }
  .sub_page.type02#lets-use #main_blocks {
    padding-top: 0;
  }
  .sub_page.type02#lets-use .sub_content {
    margin-top: 0%;
  }
  .sub_page.type02#lets-use .sub_content .box .lets-use_block h3 {
    font-size: 150%;
    line-height: 1.5;
  }
  .sub_page.type02#lets-use .sub_content .box .lets-use_block .images {
    flex-direction: column-reverse;
    align-items: center;
  }
  .sub_page.type02#lets-use .sub_content .box .lets-use_block .images .serifu,
  .sub_page.type02#lets-use .sub_content .box .lets-use_block .images .image {
    padding: 5% 0;
  }
  footer .sitemap {
    flex-wrap: wrap;
  }
  footer .sitemap h2 {
    font-size: 150%;
    text-align: center;
  }
  footer .sitemap .list {
    width: 50%;
  }
  footer .sitemap .list a:before {
    width: 5%;
    padding-top: 5%;
  }
  footer .link_bnr a {
    width: 50%;
  }
  footer .copyright {
    padding-top: 2%;
  }
  footer .copyright .flex {
    flex-direction: column-reverse;
  }
  footer .copyright .flex .sns {
    justify-content: center;
  }
  footer .copyright .flex .sns a {
    margin: 0 2%;
  }
  footer .copyright .flex p {
    font-size: 80%;
    text-align: center;
    padding: 3% 0 0;
  }
  .menu_btn {
    width: 10%;
  }
  .menu_data {
    top: -120vh;
  }
  .menu_data .menu_list .left, .menu_data .menu_list .right {
    width: 90%;
  }
  .menu_data .menu_list .left a {
    font-size: 110%;
  }
  .menu_data .menu_list .right {
    flex-wrap: wrap;
    display: flex;
  }
  .menu_data .menu_list .right a {
    width: 50%;
    font-size: 90%;
  }
  .menu_data .menu_list .right a:nth-of-type(2) {
    width: 100%;
  }
  .menu_data .menu_list .right a p {
    line-height: 1.2;
  }
  .menu_data .menu_list .right a:before {
    width: 3.5vw;
    padding-top: 3.5vw;
  }
  .menu_data .menu_close {
    width: 10%;
  }
  .whats_majimun {
    width: 90%;
  }
  .whats_majimun .text {
    font-size: 90%;
  }
  .whats_majimun .link {
    width: 25%;
    padding-top: 25%;
    bottom: 5%;
    right: 3%;
  }
  .whats_majimun .link a {
    font-size: 80%;
  }
}
