  @charset "UTF-8";

main #contest .outline ul h3::after,
main #contest .prize ul h3::after,
main #contest h2::after,
main .movie h2::after,
main .future .items-list h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

main .future .items-list>li li,
main .future #items-list .sorter div.box,
main .future .f-list li h3 small {
  display: block;
  min-width: 165px;
  padding-bottom: 0.1em;
  margin-top: 0.4em;
  border: 2px solid black;
  border-radius: 8px;
  background-color: white;
  text-align: center;
  line-height: 1.8;
  font-size: 2.8vw;
}

@media screen and (min-width:748px) {

  main .future .items-list>li li,
  main .future #items-list .sorter div.box,
  main .future .f-list li h3 small {
    font-size: 16px;
  }
}

.hideTxt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.hidePC {
  display: inline-block !important;
}

@media screen and (min-width:748px) {
  .hidePC {
    display: none !important;
  }
}

.hideSP {
  display: none !important;
}

@media screen and (min-width:748px) {
  .hideSP {
    display: inline-block !important;
  }
}

.hide {
  display: none;
}

.show-inline {
  display: inline;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.slick-list {
  overflow: visible;
  height: auto;
}

.slick-track {
  height: auto;
}

#slides li {
  width: 650px;
  margin: 0 30px;
  margin-bottom: 2px;
}

#slides li a:hover {
  opacity: 0.6;
  transition: .3s ease;
}

.slick-prev,
.slick-next {
  overflow: visible;
  transform: translate(-50%, -50%);
  border-right: 0px;
}

.slick-next {
  right: 1%;
  z-index: 1000;
  border-width: 11.5px;
  border-left: 15px solid #0098D8;
  left: auto;
  color: transparent;
}

.slick-prev {
  left: 3%;
  z-index: 1000;
  border-width: 11.5px;
  border-right: 15px solid #0098D8;
  border-left: none;
  right: auto;
  color: transparent;
}
@media screen and (min-width:748px) {

  .slick-next {
    left: 50%;
    border-left: 20px solid #0098D8;
    margin-left: 356px;
  }

  .slick-prev {
    left: 50%;
    border-right: 20px solid #0098D8;
    margin-left: -356px;
  }
}


/* #slides li.slide_1 {
  background-image: url(/lp/massugu_carbon_neutral/img/slide_1_pc.png);
}
#slides li.slide_2 {
  background-image: url(/lp/massugu_carbon_neutral/img/slide_2_pc.png);
}
#slides li.slide_3 {
  background-image: url(/lp/massugu_carbon_neutral/img/slide_3_pc.png);
}
#slides li.slide_4 {
  background-image: url(/lp/massugu_carbon_neutral/img/slide_4_pc.png);
}
#slides li.slide_5 {
  background-image: url(/lp/massugu_carbon_neutral/img/slide_5_pc.png);
} */
/* @media (max-width: 959px) {
  #slides li {
    height: calc(100vh - 125px);
  }
} */
/* @media (max-width: 747px) {
  #slides li {
    height: auto;
  }
  #slides li:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  #slides li.slide_0 {
    background-image: url(/lp/massugu_carbon_neutral/img/slide_0_sp.jpg);
  }
  #slides li.slide_1 {
    background-image: url(/lp/massugu_carbon_neutral/img/slide_1_sp.jpg);
  }
  #slides li.slide_2 {
    background-image: url(/lp/massugu_carbon_neutral/img/slide_2_sp.jpg);
  }
  #slides li.slide_3 {
    background-image: url(/lp/massugu_carbon_neutral/img/slide_3_sp.jpg);
  }
  #slides li.slide_4 {
    background-image: url(/lp/massugu_carbon_neutral/img/slide_4_sp.jpg);
  }
  #slides li.slide_5 {
    background-image: url(/lp/massugu_carbon_neutral/img/slide_5_sp.jpg);
  }
} */

/* 
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
} */

/*瓜申必奈扑亦件*/
/* .rslides_nav,
.rslides_tabs {
  position: absolute;
  z-index: 990;
}

.rslides_nav {
  height: calc(100vw * 0.51);
  top: 0;
}
@media (max-width: 414px) {
  .rslides_nav {
    display: none;
  }
}
.rslides_nav:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  border-top: 2px solid white;
  border-right: 2px solid white;
}
.rslides_nav:hover:before {
  border-color: black;
}
.rslides_nav.next {
  right: 0;
}
.rslides_nav.next:before {
  transform: rotate(45deg);
  right: 50%;
}
.rslides_nav.prev:before {
  transform: rotate(-135deg);
  left: 50%;
}

.rslides_tabs {
  bottom: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.rslides_tabs li {
  padding: 0 14px;
}
.rslides_tabs li a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: transparent;
}
.rslides_tabs li.rslides_here a {
  background-color: white;
} */

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body.active {
  overflow: hidden;
}

@media screen and (min-width:748px) {
  body.active {
    overflow: auto;
  }
}

#header {
  position: fixed;
  background-color: white;
  z-index: 9800;
}

@media screen and (max-width: 748px) {
  #header {
    padding-bottom: 10px;
  }
}

.slide-area {
  width: 100%;
  position: relative;
  /* margin-top: 156px; */
}

@media screen and (min-width: 1040px) {
  .slide-area {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
}

.slide-area #slides {
  z-index: 10;
}

/* .slide-area #slides li {
  height: calc(100vh - 100px - 56px);
} */
@media screen and (min-width: 740px) {

  /* .slide-area #slides {
    height: 420px;
  } */
  .slick-list {
    padding-left: 30%;
  }
}

.slide-area a.btn-contest {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 35px;
  padding: 0 44px 4px 44px;
  border-radius: 100px;
  background-color: white;
  font-size: 22px;
  text-indent: 0;
  line-height: 50px;
  z-index: 100;
}

.slide-area a.btn-contest::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: calc(50% - 6px);
  right: 14px;
  border-top: 6px transparent solid;
  border-right: 11px transparent solid;
  border-bottom: 6px transparent solid;
  border-left: 11px black solid;
}

.slide-area a.btn-contest:hover {
  background-color: #B2E0F8;
}

main {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

main * {
  font-family: sans-serif !important;
  color: #333333;
}

main picture,
main img {
  width: 100%;
  height: auto;
}

main a:link {
  color: black;
}

main a .more_btn {
  position: relative;
  padding: 14px 72px 14px 52px;
  border-radius: 100px;
  background-color: #B2E0F8;
  font-size: 26px;
  color: #009DE6;
  overflow: hidden;
  z-index: 0;
  -webkit-animation: colorSlide 5s ease-out infinite running, nudgeMouse0 5s ease-out infinite running;
  animation: colorSlide 5s ease-out infinite running, nudgeMouse0 5s ease-out infinite running;
}

main a .more_btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #009DE6;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  z-index: -1;
}

main a .more_btn .icon-arw {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

main a .more_btn .icon-arw use.arrowobj {
  stroke-width: 1.2;
}

@media screen and (min-width:748px) {
  main a .more_btn {
    font-size: 20px;
  }
}

main a.hover {
  color: #009DE6;
}

main a.hover .more_btn {
  border-color: #009DE6;
  color: white;
  background-color: #009DE6;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: forwards;
  animation-play-state: forwards;
}

main a.hover .more_btn .icon-arw use {
  stroke: white;
}

main p {
  text-align: justify;
  text-justify: inter-ideograph;
}

main .wrapper {
  width: 86.7%;
  margin: auto;
}

@media screen and (min-width: 1200px) {
  main .wrapper {
    width: 1000px;
    /* position: relative; */
  }
}

main .flexbox {
  display: flex;
  flex-wrap: wrap;
}

main .flexbox .w-5,
main .flexbox .w-4 {
  width: 100%;
}

main .flexbox .w-6 {
  width: 46%;
}

main .flexbox .w-12 {
  width: 50%;
}

@media screen and (min-width: 960px) {
  main .flexbox .w-m-3 {
    width: 25%;
  }

  main .flexbox .w-m-4 {
    width: 30%;
  }
}

@media screen and (min-width:748px) {
  main .flexbox .w-m-4 {
    width: 30%;
  }

  main .flexbox .w-5 {
    width: 45%;
  }
}

main .flexbox.nowrap {
  flex-wrap: nowrap;
}

main .icon-arw use {
  stroke: #009DE6;
  stroke-width: 1.7;
}

main .scroll {
  position: relative;
  text-align: left;
  opacity: 1;
}

main .scroll .mousetxt {
  position: absolute;
  width: 100%;
  top: 46px;
  font-family: "Helvetica Neue", sans-serif !important;
  font-size: 20px;
  text-align: center;
}

main .scroll .mouse {
  stroke: #FFFFFF;
}

main .scroll .mouse svg {
  width: 80px;
  height: 80px;
}

@media screen and (min-width:748px) {
  main .scroll .mousetxt {
    margin-top: 0;
    top: 0;
    font-size: 16px;
    text-indent: -0.45em;
  }

  main .scroll .mouse svg {
    width: 25px;
    height: 54px;
  }
}

main #more {
  position: relative;
  display: inline-block;
  padding: 14px 19px 14px 52px;
  margin-top: 1em;
  border-radius: 100px;
  background: #B2E0F8;
  font-size: 26px;
  line-height: normal;
  color: #009DE6;
  cursor: pointer;
  overflow: hidden;
  -webkit-animation: colorSlide 5s ease-out infinite running, nudgeMouse0 5s ease-out infinite running;
  animation: colorSlide 5s ease-out infinite running, nudgeMouse0 5s ease-out infinite running;
}

main #more .hide {
  display: none;
}

main #more.hover {
  color: white;
  border-color: #009DE6;
  background-color: #009DE6;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: forwards;
  animation-play-state: forwards;
}

main #more.hover svg use {
  stroke: white;
}

main #more svg {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

main #more svg use {
  stroke: #009DE6;
}

main #more div {
  position: relative;
  padding-bottom: 0.1em;
  padding-right: 53px;
  z-index: 1;
}

@media screen and (min-width:748px) {
  main #more {
    margin-top: 3em;
    font-size: 20px;
  }
}

main #menu-trigger {
  position: fixed;
  top: 64px;
  right: 5%;
  font-family: "Helvetica Neue", sans-serif !important;
  font-size: 17px;
  color: #009DE6;
  z-index: 9950;
}

main #menu-trigger::after {
  content: "MENU";
  display: block;
  margin-top: 28px;
  font-size: 1.1em;
  text-align: center;
}

main #menu-trigger div {
  position: relative;
  width: 54px;
}

main #menu-trigger span {
  display: block;
  position: absolute;
  width: 100%;
  border-top: 3px solid #009DE6;
  transition: 0.3s opacity;
}

main #menu-trigger span:first-child {
  -webkit-animation: trigger-top 0.5s;
  animation: trigger-top 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

main #menu-trigger span:nth-of-type(2) {
  transition: 0.5s opacity;
  transform: translateY(-1px);
  opacity: 1;
}

main #menu-trigger span:last-child {
  -webkit-animation: trigger-bottom 0.5s;
  animation: trigger-bottom 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

main #menu-trigger.active span:first-child {
  -webkit-animation: trigger-top-close 0.5s;
  animation: trigger-top-close 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

main #menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  transition: 0.5s opacity;
}

main #menu-trigger.active span:last-child {
  -webkit-animation: trigger-bottom-close 0.5s;
  animation: trigger-bottom-close 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 747px) and (max-width: 959px) {
  main #menu-trigger {
    top: 48px;
  }
}

@media screen and (max-width: 748px) {
  main #menu-trigger {
    top: 76px;
  }

  main #menu-trigger::after {
    margin-top: 1.6em;
  }

  main #menu-trigger div {
    width: 52px;
  }
}

main .menu-bar {
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 9900;
  background-color: white;
  font-family: "FOT-耟豜A侳打扑永弁 Std R", sans-serif !important;
  font-size: 20px;
}

main .menu-bar #menu-sp {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100vh;
  left: 0;
  padding: 0 7%;
  overflow: hidden;
  font-size: 20px;
  opacity: 0;
  transform: translateY(-200%);
  transition: 1s all;
}

main .menu-bar #menu-sp a {
  display: block;
  padding: 1.4em 10px 0.8em 10px;
  border-bottom: 2px solid #009DE6;
  color: #009DE6;
  line-height: 1;
}

main .menu-bar #menu-sp a:hover {
  color: black;
}

main .menu-bar #menu-sp ul {
  width: 40%;
  min-width: 420px;
  margin: 6.5em auto 0 auto;
}

main .menu-bar #menu-sp .new-line {
  margin-top: calc(95 / 643 * 100%);
}

@media screen and (min-width: 748px) {

  /* main .menu-bar #menu-sp a{
    font-size: 2.1875rem;
  } */
  main .menu-bar #menu-sp ul {
    margin: 0 auto 0 auto;
  }

  /* main .menu-bar #menu-sp .new-line {
    margin-top: 104px;
  } */
}

main .menu-bar #menu-sp .icon-arw {
  width: 1.6em;
  height: 1.6em;
  margin-top: -0.2em;
  float: right;
}

main .menu-bar #menu-sp.active {
  margin-top: 76px;
  transform: translateY(0%);
  opacity: 1;
}

/* 
main .menu-bar #menu-sp::before {
  content: "";
  position: absolute;
  display: block;
  width: 4000px;
  height: 0;
  padding-top: 480px;
  top: 0;
  bottom: auto;
  left: 50%;
  transform: rotate(4.4deg) translate(-50%, 0);
  background: url("/lp/massugu_carbon_neutral/img/bg_g.png") repeat center;
  background-size: 625px 400px;
}
@media screen and (min-width:748px) {
  main .menu-bar #menu-sp::before {
    padding-top: 250px;
    bottom: auto;
    background-size: 875px 560px;
  }
} */
main .menu-bar .wrapper {
  display: flex;
  justify-content: space-between;
}

main .menu-bar .wrapper.headwrapper {
  width: 100%;
}

main .menu-bar a {
  padding: 0.1em 0 0.3em 0;
}


main .menu-bar .action {
  width: calc(315 / 375 * 100%);
  margin: 0 auto 0;
}

@media screen and (min-width: 748px) {
  main .menu-bar .action {
    width: 630px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 748px) and (max-width: 959px) {
  main .menu-bar {
    top: 58px;
    padding-top: 10px;
  }

  /* main .slide-area {
    margin-top: 114px;
  } */
  /* main .slide-area #slides li {
    height: calc(100vh - 58px - 56px);
  } */
}

@media screen and (max-width: 748px) {
  main .menu-bar {
    top: 120px;
  }

  main .menu-bar li {
    width: 100%;
  }

  main .menu-bar li:not(:last-child) {
    margin-right: 0;
  }

  main .menu-bar .action {
    min-width: 360px;
    margin-bottom: 20px;
    font-size: 4vw;
  }

  main .menu-bar #menu-sp {
    font-size: 4vw;
  }

  main .menu-bar #menu-sp ul {
    width: 100%;
    margin-top: 0;
  }

  main .menu-bar #menu-sp.active {
    padding-top: 80px;
  }

  main .menu-bar #menu-sp a {
    padding: 2em 0 0.6em 0;
    border-bottom: 2px solid #009DE6;
  }

  main .menu-bar #menu-sp .icon-arw {
    width: 5vw;
    height: 5vw;
    margin-top: -0.2em;
  }

  main .menu-bar #menu-sp::before {
    transform: rotate(-17deg) translate(-50%, 0);
    top: auto;
    bottom: 600px;
  }

  /* main .slide-area {
    margin-top: 190px;
  } */
  main .slide-area #slides li {
    height: auto;
  }

  main .slide-area a.btn-contest {
    bottom: 20px;
    left: 25px;
  }
}

.kv {
  z-index: 1;
  display: block;
  position: absolute;
  width: 81%;
}

@media screen and (min-width: 748px) {
  .kv {
    position: absolute;
    z-index: -10;
    /* top: -430px; */
    /* bottom: 0; */
    /* left: 50%; */
    display: block;
    /* margin-left: -160px; */
    min-height: 800px;
    width: auto;
    height: 100vh;
    /* opacity: 0; */
    /* transform: translate(30px, 0); */
    top: 60px;
    right: 0;
  }

  .kv.on {
    opacity: 1;
    /* transition: opacity 2s cubic-bezier(0.26, 0.63, 0, 0.99) 1.6s, transform 2s cubic-bezier(0.26, 0.63, 0, 0.99) 1.6s;
    transform: translate(0, 0); */
  }

  .kv .illust {
    width: auto;
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    /* min-height: 956px; */
    /* width: 100%; */
    height: 60%;
    transition: transform 2s cubic-bezier(0.26, 0.63, 0, 0.99);
    /* transform: translateY(-50%) translateX(-50%); */
  }

  .kv.is-active {
    position: fixed;
    /*animation:act 3s ease-in-out 1 forwards;*/
  }

  .kv.is-active .illust {
    /* transform: scale(1.1) translateY(-60%) translateX(-20%); */
    transform: scale(1.1) translateY(10%) translateX(-10%);
  }
}

@media screen and (min-width: 980px) {
  .kv {
    right: 6%;
  }

  .kv .illust {
    height: 100%;
  }
}

main .top {
  margin-top: 215px;
}

/* main .slide-area .scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: colorSlide 5s ease-out infinite, nudgeMouse50 5s ease-out infinite;
          animation: colorSlide 5s ease-out infinite, nudgeMouse50 5s ease-out infinite;
  z-index: 1000;
}
main .slide-area .scroll .mousetxt {
  top: 37px;
  color: white;
}
main .slide-area .scroll .mouse {
  stroke: white;
} */
@media screen and (min-width:748px) {
  main .top {
    margin-top: 192px;
  }

  /* main .slide-area .scroll {
    bottom: 30px;
  }
  main .slide-area .scroll .mousetxt {
    top: 0;
  } */
}

main .copy {
  position: relative;
  margin-bottom: -110px;
  font-family: "FOT-耟豜A侳打扑永弁 Std E", sans-serif !important;
  font-size: 4vw;
  line-height: 1.9;
}

main .copy .bg {
  z-index: 100;
  position: relative;
  padding: 150.3% 0 0 0;
  margin-bottom: 23%;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/lp/massugu_carbon_neutral/img/bg_img_copy.png);
  background-position: 21% 88%;
}

main .copy .txt {
  /* position: absolute; */
  padding-top: calc(33 / 375 * 100%);
  letter-spacing: -0.1rem;
  top: 0;
}

@media screen and (min-width:748px) {
  main .copy {
    font-size: 2.5vw;
    line-height: 2.6;
    margin-bottom: 50px;
  }

  main .copy .bg {
    padding: 106% 0 0 0;
    margin-bottom: 0;
    background-size: contain;
    background-image: url(/lp/massugu_carbon_neutral/img/bg_img_copy.png);
    /* background-position: 60px 0;
    margin-top: 40px; */
    background-position: 480px 0;
    margin-top: -350px;
  }

  main .copy .txt {
    /* padding-top: 220px; */
  }

  main .copy .scroll {
    bottom: 60px;
  }
}

@media screen and (min-width: 960px) {
  main .copy {
    font-size: 20px;
    margin-bottom: 0;
  }

  main .copy .bg {
    padding: 75% 0 0 0;
  }
}



/**方氏匹氏﹜失弁扑亦件 午手卞﹜失弁扑亦件**/

:root {
  --main-color: rgba(75, 160, 50, .8);
  --icon-color: rgba(255, 255, 255);
}

.is-open {
  margin-top: 0%;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  margin-bottom: 40px;
}

@media screen and (min-width: 748px) {
  .is-open {
    margin-top: -1%;
    margin-bottom: 0;
  }
}

.is-close {
  height: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.is-close_sc {
  line-height: 0;
  height: 0;
}

article.action {
  background-image: url(/lp/massugu_carbon_neutral/img/bg_action.jpg);
  padding-top: 16%;
  padding-bottom: 16%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 748px) {
  article.action {
    position: relative;
    margin-top: 100px;
  }

  article.action::before {
    z-index: -1;
    position: absolute;
    top: 20px;
    left: 0;
    content: '';
    display: inline-block;
    width: 163px;
    height: 278px;
    background-image: url(/lp/massugu_carbon_neutral/img/bg_action03.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1040px) {
  article.action {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.action__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 748px) {
  .action__box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: column;
  }
}

.action__list {
  width: 100%;
  margin-top: -3px;
  background: #fff;
  border-radius: 60px;
  margin-bottom: 50px;
}

@media screen and (min-width: 748px) {
  .action__list {
    margin: 0 -2px 50px -2px;
    display: flex;
    flex-grow: 1;
    flex-flow: column;
  }
}

.action__list a:hover>.action__list-about .close_button {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.action__list-about {
  position: relative;
  height: auto;
  padding: calc(50 / 650 * 100%) calc(50 / 650 * 100%);
  border-radius: 80px;
}

.action__list-about h3 .strong {
  font-size: 2.75rem;
  line-height: 140%;
  color: #333333;
  text-align: left;
  margin-bottom: calc(40 / 575 * 100%);
  color: #0098d8;
}

@media screen and (min-width: 748px) {
  .action__list-about h3 .strong {
    line-height: 3rem;
    font-size: 2.5rem;
  }

  .action__list-about h3 .strong.imasugu__h3 {
    line-height: 3rem;
    font-size: 2.25rem;
  }

  .action__list-about {
    display: flex;
    flex-flow: column;
    width: 100%;
    /* height: 700px; */
    border-radius: 60px;
    padding: 60px;
    gap: 40px;
  }
}

.action__list-about h3 .line {
  display: inline-block;
  margin-bottom: calc(26 / 750 * 100%);
  /* font-size: 1.8125rem;
  background: url("/lp/massugu_carbon_neutral/img/bg_h3_line.png") repeat-x bottom;
  background-size: 433px auto;
  padding-bottom: calc(14 / 575 * 100%);
  margin-bottom: calc(12 / 575 * 100%);
  background-position-x: 12%;
  margin-bottom: 4%;
  border-radius: 10px; */
}

.action__list-about h3 .line img {
  width: auto;
  height: 2.9rem;
}

@media screen and (min-width: 748px) {
  .action__list-about h3 .line img {
    height: 38px;
  }
}

.action__list-about h3 .small {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 120%;
}

@media screen and (min-width: 748px) {
  .action__list-about h3 .small {
    font-size: 2.4vw;
    line-height: 2.1rem;
  }
}

@media screen and (min-width: 1040px) {
  .action__list-about--tit {
    display: flex;
    justify-content: space-between;
  }

  .action__list-about h3 {
    width: 50%;
  }

  .action__list-about h3 .small {
    font-size: 1.5rem;
  }
}

.action__list-about--txt {
  font-size: 1.5rem;
  line-height: 2.75rem;
  margin-top: calc(36 / 575 * 100%);
  margin-bottom: calc(24 / 575 * 100%);
}

@media screen and (min-width: 748px) {
  .action__list-about--txt {
    font-size: 1rem;
    line-height: 2.1rem;
    margin-bottom: auto;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1040px) {
  .action__list-about--txt {
    width: 415px;
    margin-top: 0;
  }
}

.action__list-imasugu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: calc(((77 / 550) * 100%));
  ;
  gap: 20px;
}

.action__list-imasugu .hidePC {
  position: relative;
}

.action__list-imasugu .hidePC img {
  position: absolute;
  width: 166px;
  bottom: 0;
}

.action__list-imasugu li {
  width: 15rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 748px) {
  .action__list-imasugu li {
    width: 17rem;
  }
}

@media screen and (min-width: 1040px) {
  .action__list-imasugu li {
    max-width: 240px;
  }
}

.action__list-imasugu li a {
  position: relative;
}

.action__list-imasugu>li a:hover::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  padding-top: 53%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.action__list-imasugu>li a:after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1000 562"><polygon fill="%23FFFFFF" points="549.84,279.83 470.93,234.27 470.93,325.38"/><circle fill="none" stroke-width="3" stroke="%23FFFFFF" cx="500" cy="281" r="75.53"/></svg>') no-repeat center center;
  background-size: 180%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 40px;
  z-index: 2;
}

.action__list-imasugu--tit {
  text-align: center;
  font-size: 1.4375rem;
  background-repeat: repeat-x !important;
  background-position: bottom !important;
  background-size: contain !important;
  padding: 0 22px;
  padding-bottom: calc(24 / 575* 100%);
  display: inline-block;
  margin: auto;
  margin-top: 4%;
}

.action__list .open_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20% auto 0;
  width: calc(360 / 575 * 100%);
  height: 70px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: -3%;
}

.action__list .open_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  background: #0098D8;
  text-indent: -5%;
}

.action__list .open_button a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 748px) {
  .action__list .open_button {
    font-size: 1rem;
    width: 283px;
    height: 55px;
  }

  .action__list-imasugu {
    margin-bottom: 0;
  }

  .action__list.imasugu .open_button {
    margin: 0 auto 0;
  }
}

@media screen and (min-width: 1040px) {
  .action__list .open_button {
    margin: 0 auto 0;
  }

  .action__list-imasugu {
    margin-bottom: 20px;
    padding: 0 12px;
  }

  .action__list-imasugu--tit {
    font-size: 1.18rem;
    /* background-size: 224px; */
  }
}

/* .action__list .open_button::after{
  content: "";
  width: calc(19 / 360 * 100%);
  height: calc(20 / 70 * 100%);
  position: absolute;
  right: 28%;
  top: 51%;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.72%2018.91%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m18.72%2C1.15l-9.31%2C17.76h-.1L0%2C1.15%2C2.16%2C0l7.15%2C13.75h.1L16.56%2C0l2.16%2C1.15Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  transform: translateY(-50%);
} */
.action__list .open_button a {
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.72%2018.91%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m18.72%2C1.15l-9.31%2C17.76h-.1L0%2C1.15%2C2.16%2C0l7.15%2C13.75h.1L16.56%2C0l2.16%2C1.15Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: calc(19 / 360 * 100%) calc(20 / 70 * 100%);
  background-position: 78% 51%;
}

.action__list .action {
  width: 100%;
  margin-top: 1%;
}

.action__list-open {
  z-index: 100;
  width: 100vw;
  height: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  opacity: 0;
  visibility: hidden;
}

.action__list-open::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.7vw 6.4vw 2.7vw;
  transform: translate(745%, -83%);
  border-color: transparent transparent #0098d8 transparent;
  border-radius: 1px;
}

.action__list-open::after {
  z-index: 100;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.7vw 6.4vw 2.7vw;
  transform: translate(745.5%, -58%);
  border-color: transparent transparent #fff transparent;
}

@media screen and (min-width: 748px) {
  .action__list-open::before {
    transform: translate(1405%, -99%);
    border-width: 0 12px 34px 12px;
  }

  .action__list-open::after {
    transform: translate(1405%, -69%);
    border-width: 0 12px 34px 12px;
  }
}

@media screen and (min-width:1040px) {
  .action__list-open::before {
    transform: translate(2005%, -99%);
  }

  .action__list-open::after {
    transform: translate(2005%, -69%);
  }
}

.action__list-open--in {
  z-index: 1;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  position: absolute;
  width: 101vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 4px solid #0098d8;
  border-radius: 50px;
  background: #fff;
}

.action__list-open--box {
  padding: calc(100 / 750 * 100%) calc(40 / 750 * 100%) calc(225 / 750 * 100%);
}

.action__list-open--box.imasuguList {
  padding: calc(100 / 750 * 100%) calc(74.5 / 750 * 100%) calc(225 / 750 * 100%);
}

.action__list-open--box h3 {
  z-index: 100;
  position: relative;
  font-size: 3rem;
  line-height: 2.1875rem;
  color: #0098D8;
  padding: 0 7%;
}

.action__list-open--box.imasuguList h3 {
  padding: 0;
}

@media screen and (min-width: 748px) {
  .action__list-open--box.imasuguList {
    padding: calc(100 / 750 * 100%) calc(40 / 750 * 100%) calc(225 / 750 * 100%);
  }

  .action__list-open--in h3::before {
    z-index: -1;
    position: absolute;
    top: 20px;
    right: 0;
    content: '';
    display: inline-block;
    width: 300px;
    height: 308px;
    background-image: url(/lp/massugu_carbon_neutral/img/bg_action01.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }

  .tomoni .action__list-open--in h3::before {
    z-index: -1;
    background-image: url(/lp/massugu_carbon_neutral/img/bg_action02.png);
    width: 300x;
    height: 237px;
  }

  .imasugu .action__list-open--in h3::before {
    top: 200px;
    right: -60px;
    z-index: -1;
    background-image: url(/lp/massugu_carbon_neutral/img/bg_action04.png);
    width: 302px;
  }
}

@media screen and (min-width:1040px) {
  .imasugu .action__list-open--in h3::before {
    top: 0px;
    right: -90px;
    z-index: -1;
    background-image: url(/lp/massugu_carbon_neutral/img/bg_action04.png);
    width: 392px;
    height: 231px;
  }

  .action__list-open--in h3::before {
    width: 320px;
    height: 308px;
  }

  .action__list-open--in h3 {
    font-size: 3.5rem;
    padding: 0;
  }

  .action__list-open--in .imasuguList h3 {
    font-size: 3rem;
  }
}

.action__list-open--box h3 .line {
  margin-bottom: calc(12 / 575 * 100%);
  /* color: #333333;
  display: inline-block;
  font-size: 1.8125rem;
  background: url("/lp/massugu_carbon_neutral/img/bg_h3_line.png") repeat-x bottom;
  background-size: calc(28 / 285 * 100%);
  margin-bottom: calc(12 / 575 * 100%);
  line-height: 5rem;
  background-position-x: 12%; */
}

.action__list-open--box h3 .line img {
  width: auto;
  height: 3rem;
}

.action__list-open--box h3 .small {
  color: #333333;
  display: inline-block;
  font-size: 2.3125rem;
  line-height: 5rem;
}

.action__list-open--box .action {
  width: calc(410 / 660 * 100%);
  margin-top: -3%;
  padding: 0 7%;
}

.action__list-open--box.imasuguList .action {
  padding: 0;
}

@media screen and (min-width: 748px) {
  .action__list-open--box {
    max-width: 90%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 68px 0 220px;
  }

  .action__list-open--box h3 .line {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  .action__list-open--box .action {
    width: 430px;
    margin-top: -1.5%;
    padding: 0 7%;
  }

  .tomoni .action__list-open--box h3 .line {
    margin-bottom: 20px;
  }

  .tomoni .action__list-open--box .action {
    margin-top: -4.5%;
  }
}

@media screen and (min-width: 1040px) {

  .action__list-open--box h3 {
    line-height: 1.5rem;
  }

  #tomoni .action__list-open--box h3 {
    line-height: 2.2rem;
  }

  .action__list-open--box h3 .small {
    font-size: 2rem;
  }

  .imasuguList.action__list-open--box h3 .small {
    font-size: 1.75rem;
  }

  .action__list-open--box .action {
    padding: 0;
  }

  .action__list-open--box {
    max-width: 1000px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 100px !important;
    padding-bottom: 220px !important;
  }

  .action__list-open--box h3 .line img {
    height: 38px;
  }
}

.action__list-open--list {
  margin-top: calc(60 / 665 * 100%);
}

@media screen and (min-width: 748px) {
  .action__list-open--list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
  }

  .tomoni .action__list-open--box .action__list-open--list {
    gap: 0;
    justify-content: flex-start;
  }
}

.action__list-open--list li {
  background: #d3e5f2;
  border-radius: 70px;
  padding: calc(40 / 665 * 100%) calc(50 / 665 * 100%);
}

@media screen and (min-width: 748px) {
  .action__list-open--list li {
    width: calc(50% - 20px);
    padding: 48px 40px;
  }

  .tomoni .action__list-open--box .action__list-open--list li {
    width: calc(100% / 2 + 4px);
    margin-left: -4px;
    margin-top: -4px;
  }

  .tomoni .action__list-open--box .action__list-open--list li .open-img {
    padding-top: 155px;
  }
}

@media screen and (min-width: 1040px) {
  .tomoni .action__list-open--box .action__list-open--list li {
    width: calc(100% / 3 + 4px);
  }
}

.action__list-open--list li:nth-child(even) {
  background: #81c0e9;
}

.tomoni .action__list-open--list li {
  background: #fff !important;
  border: 4px solid #0098d8;
  margin-top: -4px;
}

.tomoni .action__list-open--list li h4 {
  color: #0068b6 !important;
}

.tomoni .action__list-open--list li p {
  color: #333 !important;
}

.action__list-open--list li .open-img {
  display: block;
  position: relative;
  height: auto;
  padding-top: calc(193 / 560 * 100%);
  margin-bottom: calc(42 / 560 * 100%);
}

.action__list-open--list li .open-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.action__list-open--list li h4 {
  font-size: 2.25rem;
  margin-bottom: calc(27 / 560 * 100%);
}

.action__list-open--list li:nth-child(even) h4 {
  color: #fff;
}

.action__list-open--list li p {
  font-size: 1.5rem;
  line-height: 2.75rem;
}

.action__list-open--list li:nth-child(even) p {
  color: #fff;
}

.yonden__img {
  position: absolute;
  width: calc(155 / 650* 100%);
  bottom: 13%;
  right: 0;
  transform: translate(-50%, -50%);
}

.tomoni__img {
  position: absolute;
  width: calc(155 / 650* 100%);
  bottom: 8%;
  left: 20%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1040px) {
  .yonden__img {
    position: absolute;
    width: 168px;
    bottom: -10px;
    left: 16%;
    transform: translate(-50%, -50%);
  }

  .tomoni__img {
    position: absolute;
    width: 145px;
    bottom: 0px;
    right: 0%;
    transform: translate(-50%, -50%);
    left: auto;
  }
}

@media screen and (min-width: 748px) {
  .yonden .action__list-open--list li:nth-child(4n+3) {
    background: #81c0e9;
  }

  .yonden .action__list-open--list li:nth-child(4n+3) h4,
  .yonden .action__list-open--list li:nth-child(4n+3) p {
    color: #fff;
  }

  .yonden .action__list-open--list li:nth-child(4n+4) {
    background: #d3e5f2;
  }

  .yonden .action__list-open--list li:nth-child(4n+4) h4,
  .yonden .action__list-open--list li:nth-child(4n+4) p {
    color: #333;
  }

  .action__list-open--list li h4 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }

  .tomoni .action__list-open--list li h4 {
    font-size: 2rem;
    letter-spacing: -0.1rem;
  }

  .action__list-open--list li p {
    font-size: 0.9375rem;
    line-height: 2rem;
  }
}

.page-link_btn {
  display: flex;
  border: 2px solid #0098d8;
  width: calc(615 / 665 * 100%);
  margin: 0 auto;
  margin-top: calc(104 / 665 * 100%);
  /* padding: calc(37 / 665 * 100%) calc(39 / 665 * 100%); */
}

.page-link_btn:hover {
  opacity: 0.6;
}

.page-link_btn a {
  display: flex;
  width: 100%;
  font-size: 1.5rem;
  color: #333;
}

@media screen and (min-width: 748px) {
  .page-link_btn {
    width: 560px;
    margin-top: 62px;
  }

  .page-link_btn a {
    font-size: 1.25rem;
  }
}

.page-link_btn a .text {
  display: block;
  width: 100%;
  padding: calc(37 / 665 * 100%) calc(39 / 665 * 100%);
}

.page-link_btn a .arrow {
  position: relative;
  width: calc(136 / 458 * 100%);
  display: block;
  background: #333;
}

.page-link_btn a .arrow::after {
  content: "";
  width: calc(20 / 131 * 100%);
  height: calc(20 / 70 * 100%);
  position: absolute;
  right: 35%;
  top: 36%;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.72%2018.91%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m18.72%2C1.15l-9.31%2C17.76h-.1L0%2C1.15%2C2.16%2C0l7.15%2C13.75h.1L16.56%2C0l2.16%2C1.15Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transform: rotate(270deg);
}

.action__list .close_button {
  cursor: pointer;
  z-index: 1;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
}

.action__list .close_button::before,
.action__list .close_button::after {
  content: "";
  display: block;
  background-color: #0098d8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 1px;
  transform: rotate(45deg);
}

.action__list .close_button:before {
  width: 2px;
  height: 100%;
}

.action__list .close_button:after {
  width: 100%;
  height: 2px;
}

.action__list .close_button span {
  color: #0098d8;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: end;
  font-size: 1.625rem;
  margin-top: 65%;
}

@media screen and (min-width: 748px) {
  .action__list .close_button {
    width: 56px;
    height: 56px;
  }

  .action__list .close_button span {
    font-size: 1.375rem;
    margin-top: 42%;
  }
}

.action__list-open--imasuguList>li {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 80px 0;
}

@media screen and (min-width: 1040px) {
  .action__list-open--imasuguList>li {
    max-width: 860px;
    margin: 0 auto;
    gap: 22px;
    padding: 100px 0;
  }
}

.imasuguList__bgBlue {
  position: relative;
}

.imasuguList__bgBlue::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #EAF6FD;
}

.imasuguList__tit {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.imasuguList__tit>li.mov {
  position: relative;
}

.imasuguList__tit>li.mov a:hover::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  padding-top: 53%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.imasuguList__tit>li.mov a:after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1000 562"><polygon fill="%23FFFFFF" points="549.84,279.83 470.93,234.27 470.93,325.38"/><circle fill="none" stroke-width="3" stroke="%23FFFFFF" cx="500" cy="281" r="75.53"/></svg>') no-repeat center center;
  background-size: 130%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 40px;
  z-index: 2;
}

@media screen and (min-width: 1040px) {
  .imasuguList__tit {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
  }

  .imasuguList__tit>li.mov {
    width: 600px;
  }

  .imasuguList__bgBlue .imasuguList__tit li:first-child {
    order: 1;
    width: 220px;
  }
}

.imasuguList__tit-h4 .line {
  color: #0098D8;
  margin-bottom: 32px;
  margin-left: -10px;
  height: 56px;
  display: inline-block;
}

@media screen and (min-width: 1040px) {
  .imasuguList__tit-h4 .line {
    height: 35px;
    margin-left: -5px;
    margin-bottom: 64px;
  }
}

.imasuguList__tit-h4 .line img {
  display: inline-block;
  height: 100%;
  width: auto;
}

.imasuguList__tit-h4 .company {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.375rem;
  margin-bottom: 18px;
  display: inline-block;
}

@media screen and (min-width: 1040px) {
  .imasuguList__tit-h4 .company {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

.imasuguList__tit-h4 .name {
  font-size: 1.5rem;
  line-height: 2.75rem;
  font-weight: 300;
}

@media screen and (min-width: 1040px) {
  .imasuguList__tit-h4 .name {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.imasuguList__tit-h4 .memo {
  font-size: 1.3rem;
  line-height: 2.75rem;
  font-weight: 300;
}

@media screen and (min-width: 1040px) {
  .imasuguList__tit-h4 .memo {
    font-size: .8rem;
    line-height: 1.75rem;
  }
}

.imasuguList__tit-h5 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.75rem;
}

@media screen and (min-width: 1040px) {
  .imasuguList__tit-h5 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.imasuguList__txt {
  font-size: 1.5rem;
  line-height: 2.75rem;
}

.imasuguList__txt-small {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 1040px) {

  .imasuguList__txt-small {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  .imasuguList__txt {
    font-size: 1rem;
    line-height: 2.25rem;
  }
}

.imasuguList__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (min-width: 1040px) {
  .imasuguList__img {
    flex-wrap: nowrap;
    gap: 55px;
  }
}

.imasuguList__img li {
  width: 46.81%;
}

.imasuguList__img li>img {
  display: block;
  width: 100% !important;
}

/* .action__list .close_button::before:hover, .action__list .close_button::after:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.action__list-open .close_button:hover:after {
  display: none;
} */

/**方氏匹氏﹜失弁扑亦件 午手卞﹜失弁扑亦件**/

main .movie {
  position: relative;
  background: #ededed;
  padding-top: calc(40 / 750 * 100%);
  padding-bottom: calc(100 / 750 * 100%);
}

main .movie .movies {
  justify-content: space-around;
  gap: 50px 40px;
}

main .movie .mvwrapper,
main .movie .mvcmwrapper {
  width: calc(50% - 20px);
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}

main .movie .mvcmwrapper {
  margin-bottom: 4%;
}

main .movie h2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(50 / 664 * 100%);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

main .movie h2 .img01 {
  display: block;
  width: calc(333 / 664 * 100%);
}

main .movie h2 .img02 {
  display: block;
  width: calc(120 / 664 * 100%);
}

@media screen and (min-width: 1040px) {
  main .movie h2 .img01 {
    width: 279px;
    height: auto;
  }

  main .movie h2 .img02 {
    width: 120px;
  }
}

main .movie h3 {
  width: 100%;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
}

main .movie .mov {
  width: 100%;
  margin-bottom: 8%;
}

main .movie .mov a {
  position: relative;
  display: block;
  border-radius: 40px;
}

main .movie .mov a:active {
  border-radius: 40px;
}

main .movie .mov a:focus-visible {
  border-radius: 40px;
}

main .movie .mov a::after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1000 562"><polygon fill="%23FFFFFF" points="549.84,279.83 470.93,234.27 470.93,325.38"/><circle fill="none" stroke-width="3" stroke="%23FFFFFF" cx="500" cy="281" r="75.53"/></svg>') no-repeat center center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 40px;
  z-index: 2;
}

main .movie .mov a:hover::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  padding-top: 53%;
  position: absolute;
  border-radius: 40px;
  top: 0;
  left: 0;
  z-index: 1;
}

main .movie .mov a img {
  border-radius: 40px;
}

@media screen and (min-width:748px) {
  main .movie {
    padding-bottom: 120px;
  }

  main .movie h2 {
    margin: 0 0 16px 0;
  }

  main .movie h3 {
    width: 100%;
    font-size: 18px;
  }

  main .movie .movies {
    margin: 0;
  }

  main .movie .flexbox li {
    width: calc(100% / 3 - 27px);
  }

  main .movie .mov {
    margin-bottom: 20px;
  }

  main .movie .mvcmwrapper {
    margin-bottom: 0;
  }
}

@media screen and (min-width:1040px) {
  main .movie {
    padding: 40px 0 70px 0;
  }

  main .movie .movies {
    gap: 50px 0;
  }
}

main .link {
  background: #fff;
  position: relative;
  padding-top: calc(40 / 750 * 100%);
  padding-bottom: calc(94 / 750 * 100%);
}

main .link p {
  text-align: center;
  font-size: 1.5rem;
}

main .link .page-link_btn {
  margin-top: calc(28 / 664 * 100%);
}

main .page-link_btn a .text {
  display: block;
  width: 100%;
  padding: calc(24 / 665 * 100%) calc(39 / 665 * 100%);
}

main .link .page-link_btn a .text img {
  display: block;
  width: calc(345 / 403 * 100%);
  margin: 0 auto;
}

@media screen and (min-width:1040px) {
  main .link p {
    font-size: 1.25rem;
  }

  main .page-link_btn a .text {
    font-size: 18px;
  }

  main .link .page-link_btn {
    margin-top: 23px;
    width: 580px;
  }
}
.brandlink{
  position: relative;
  margin-bottom: 50px;
  margin-top: 32px;
}
@media screen and (min-width:1040px) {

.brandlink{
  margin-top: 40px;
  margin-bottom: 142px;
}
}
.brandlink p{
  font-size: 1.2rem;
text-align: center;
margin-bottom: 20px;
}
@media screen and (min-width:1040px) {
.brandlink p{
  font-size: 18px;
}
}
.brandlink p strong{
  display: block;
    padding-top: 20px;

}
@media screen and (min-width:1040px) {
.brandlink p strong{
  font-size: 20px;
}
}
.brandlink_img{
  display: block;
  margin: 0 auto;
}

@media screen and (min-width:1040px) {
.brandlink_img{
  max-width: 580px;
}
}
.brandlink_img:hover{
  opacity: 0.7;
}
@-webkit-keyframes colorSlide {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 0.2;
  }

  30% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  60% {
    opacity: 1;
  }

  80% {
    opacity: 0.2;
  }
}

@keyframes colorSlide {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 0.2;
  }

  30% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  60% {
    opacity: 1;
  }

  80% {
    opacity: 0.2;
  }
}

@-webkit-keyframes nudgeMouse0 {
  0% {
    transform: translateY(0) translateX(0);
  }

  20% {
    transform: translateY(10px) translateX(0);
  }

  30% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(10px) translateX(0);
  }

  60% {
    transform: translateY(0) translateX(0);
  }

  80% {
    transform: translateY(10px) translateX(0);
  }

  90% {
    transform: translateY(0) translateX(0);
  }
}

@keyframes nudgeMouse0 {
  0% {
    transform: translateY(0) translateX(0);
  }

  20% {
    transform: translateY(10px) translateX(0);
  }

  30% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(10px) translateX(0);
  }

  60% {
    transform: translateY(0) translateX(0);
  }

  80% {
    transform: translateY(10px) translateX(0);
  }

  90% {
    transform: translateY(0) translateX(0);
  }
}

@-webkit-keyframes nudgeMouse50 {
  0% {
    transform: translateY(0) translateX(-50%);
  }

  20% {
    transform: translateY(10px) translateX(-50%);
  }

  30% {
    transform: translateY(0) translateX(-50%);
  }

  50% {
    transform: translateY(10px) translateX(-50%);
  }

  60% {
    transform: translateY(0) translateX(-50%);
  }

  80% {
    transform: translateY(10px) translateX(-50%);
  }

  90% {
    transform: translateY(0) translateX(-50%);
  }
}

@keyframes nudgeMouse50 {
  0% {
    transform: translateY(0) translateX(-50%);
  }

  20% {
    transform: translateY(10px) translateX(-50%);
  }

  30% {
    transform: translateY(0) translateX(-50%);
  }

  50% {
    transform: translateY(10px) translateX(-50%);
  }

  60% {
    transform: translateY(0) translateX(-50%);
  }

  80% {
    transform: translateY(10px) translateX(-50%);
  }

  90% {
    transform: translateY(0) translateX(-50%);
  }
}

@-webkit-keyframes nudgeText {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(4px);
  }

  30% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }

  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(4px);
  }

  90% {
    transform: translateY(0);
  }
}

@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(4px);
  }

  30% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }

  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(4px);
  }

  90% {
    transform: translateY(0);
  }
}

@-webkit-keyframes trigger-top {
  0% {
    transform: translateY(0px) rotate(-30deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(-16px) rotate(0deg);
  }
}

@keyframes trigger-top {
  0% {
    transform: translateY(0px) rotate(-30deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(-16px) rotate(0deg);
  }
}

@-webkit-keyframes trigger-bottom {
  0% {
    transform: translateY(0px) rotate(30deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(16px) rotate(0deg);
  }
}

@keyframes trigger-bottom {
  0% {
    transform: translateY(0px) rotate(30deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(16px) rotate(0deg);
  }
}

@-webkit-keyframes trigger-top-close {
  0% {
    transform: translateY(-16px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(-30deg);
  }
}

@keyframes trigger-top-close {
  0% {
    transform: translateY(-16px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(-30deg);
  }
}

@-webkit-keyframes trigger-bottom-close {
  0% {
    transform: translateY(16px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(30deg);
  }
}

@keyframes trigger-bottom-close {
  0% {
    transform: translateY(16px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(30deg);
  }
}

@-webkit-keyframes sort {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: none;
  }
}

@keyframes sort {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: none;
  }
}

.fade,
.fade2 {
  opacity: 0;
  transform: translateY(200px);
}

.effect-fade {
  opacity: 0;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transform: translateY(200px);
  -webkit-animation-name: effect;
  animation-name: effect;
}

@-webkit-keyframes effect {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes effect {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=style.css.map */


/*
** footer
*/
@media screen and (max-width: 747px) {
  header#header,
  footer,
  #footer_copyright {
    zoom: 2;
  }
  #footer_copyright ul li,
  #footer_copyright address {
    font-size: 20px;
  }
  #footer .l-footer_sharelist p {
    font-size: 28px;
  }
   
}
