@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6em;
}

/* ホバー */
p {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 50;
}

div h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 8.5rem;
  line-height: 1;
  letter-spacing: 4;
  font-weight: 400;
  text-align: center;
}

div h3 {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.5;
  text-align: center;
}

div h4 {
  font-size: 2.25rem;
  font-weight: 400;
  color: #000;
}

div a {
  font-size: 1rem;
}

a:link {
  color: #004ea2;
}

a:visited {
  color: #004ea2;
}

a:active {
  color: #004ea2;
}

a:hover {
  opacity: 0.5;
}

img {
  align-items: center;
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 600px) {
  span {
    display: block;
  }
}
/*
            .inner {
                width: 80%;
                max-width: 1128px;
                margin: 0 auto;

                @media screen and (max-width:600px) {
                    width: auto;
                }
            }
            */
.inner {
  width: 90%;
  max-width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .inner {
    width: auto;
  }
}

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

#header {
  width: 100%;
  margin-top: 26px;
  margin-bottom: 49px;
}
@media screen and (max-width: 600px) {
  #header {
    margin-top: 0px;
    margin-bottom: 0;
  }
}

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

.header_inner {
  width: 95%;
  margin: 0 auto;
}

#header .header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0;
}

div h1 {
  font-size: min(2.3vw, 1.7rem);
  font-weight: 400;
}

#header .header_logo {
  width: 31.5vw;
  min-width: 160px;
  max-width: 330px;
  margin-right: 2.527778vw;
}

.sns_wrapper {
  display: flex;
}
.sns_wrapper li {
  width: 3.4722222222vw;
  max-width: 50px;
}

.header_pagename {
  padding-top: 1.1805555556vw;
  padding-bottom: 1.1805555556vw;
  padding-left: 3.4722222222vw;
  padding-right: 3.4722222222vw;
  border-left: 1px solid #000;
}

#mv {
  width: 100%;
  padding-top: 10px;
}

.mv_inner {
  width: 95%;
  max-width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .mv_inner {
    width: auto;
  }
}

#mv p {
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  #mv .mv_h2 span {
    display: block;
  }
}

#mv .mv_h3 {
  font-weight: 700;
  letter-spacing: 0.4;
  margin-left: 10px;
}

#mv .mv_h3_sp {
  display: none;
  text-align: center;
  margin-left: 0;
  margin-top: 48px;
}

@media screen and (max-width: 600px) {
  #mv .mv_h3_sp {
    display: block;
    font-weight: 700;
    letter-spacing: 0.4;
  }
}

@media screen and (max-width: 600px) {
  #mv .mv_h3 {
    display: none;
  }
}

#mv .mv_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #mv .mv_wrapper {
    display: block;
    text-align: center;
  }
}

#mv .mv_illust_wrapper {
  width: 44.375vw;
  max-width: 576px;
  min-width: 283px;
  margin: 0 auto;
  margin-bottom: 79px;
}
@media screen and (max-width: 376px) {
  #mv .mv_illust_wrapper {
    width: 283px;
  }
}

#mv .logo_box {
  display: inline-block;
  text-align: center;
  width: 246px;
  margin: 0 auto;
  vertical-align: middle;
}

#mv .mv_logo_wrapper {
  margin-bottom: 54px;
}
@media screen and (max-width: 600px) {
  #mv .mv_logo_wrapper {
    display: none;
  }
}

#mv .mv_logo_wrapper span {
  margin-top: 13px;
}

#mv .mv_logo_wrapper_sp {
  display: none;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  #mv .mv_logo_wrapper_sp {
    display: grid;
    grid-template-columns: 1fr, 1fr;
    gap: 5px;
  }
}

#mv .mv_logo_wrapper_sp img {
  width: 43%;
}

#mv .mv_txt {
  text-align: center;
  margin-top: 3.4027777778vw;
}
@media screen and (max-width: 600px) {
  #mv .mv_txt {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 35px;
  }
}

#mv .mv_txt span {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  #mv .mv_txt span {
    font-size: 1.8rem;
    font-weight: 700;
  }
}

#mv .mv_txt span:nth-child(4) {
  display: inline-block;
}

#mv span {
  display: block;
}

#mv .logo_nozaru {
  width: 196px;
  display: inline-block;
  text-align: center;
}

#mv .logo_factland {
  width: 186px;
  display: inline-block;
  text-align: center;
}

#mv .logo_pure {
  width: 101px;
  display: inline-block;
  text-align: center;
}

#mv p {
  font-size: 1.7rem;
  letter-spacing: 0.5;
  line-height: 2;
}
#mv p span {
  display: block;
}
@media screen and (max-width: 600px) {
  #mv p {
    display: block;
    text-align: center;
  }
  #mv p span {
    vertical-align: middle;
  }
}

#sustainability {
  width: 100%;
  margin: 0 auto;
  padding-top: 68px;
  background: #fcc80e;
}

@media screen and (max-width: 600px) {
  #sustainability {
    padding-top: 59px;
  }
}

.sustainability_wrapper {
  width: 100%;
  margin-top: 8.6805555556vw;
  padding-bottom: 0;
}

#sustainability .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#sustainability .card .space {
  display: block;
}

#sustainability .sustainability_h2 {
  font-size: min(9.3vw, 85px);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 600px) {
  #sustainability .sustainability_h2 {
    font-size: 4.8rem;
  }
}
#sustainability .japanese {
  display: block;
  text-align: center;
  font-size: min(3.3vw, 28px);
  margin-bottom: 5.0694444444vw;
  margin-top: 37px;
}
@media screen and (max-width: 600px) {
  #sustainability .japanese {
    margin-top: 28px;
    margin-bottom: 39px;
    font-size: 1.6rem;
  }
}
#sustainability .sustainability_h3 {
  font-size: min(5.3vw, 28px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 4.9305555556vw;
  text-align: center;
  line-height: 1.7em;
}
#sustainability .sustainability_h3 span {
  display: block;
  font-size: min(10.3vw, 56px);
  letter-spacing: 100;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 27px;
}
@media screen and (max-width: 400x) {
  #sustainability .sustainability_h3 .block {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #sustainability .sustainability_h3 {
    font-size: 1.6rem;
  }
}
#sustainability .sustainability_ttl {
  font-size: min(8vw, 55px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
#sustainability .sustainability_ttl span {
  display: inline-block;
}
@media screen and (max-width: 400x) {
  #sustainability .sustainability_ttl {
    font-size: 3.2rem;
  }
  #sustainability .sustainability_ttl span {
    display: block;
    letter-spacing: 0.1em;
  }
}

#sustainability .card_list_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(309px, 1fr));
  gap: 19px 37px;
  margin-top: 91px;
  margin-bottom: 50px;
}

#sustainability .list_space ul:nth-child(n+4) {
  margin-left: 200px;
  margin-right: -200px;  
}

@media screen and (max-width: 600px) {
  #sustainability .list_space ul:nth-child(n+4) {
    margin-left: 0px;
    margin-right: 0px;
  }
}


@media screen and (max-width: 600px) {
  #sustainability .card_list_wrapper {
    margin-top: 67px;
    gap: 0px 37px;
  }
}

#sustainability .card_list {
  padding: 0;
}

.card_list li {
  width: 100%;
  list-style: none;
  padding-bottom: 45px;
  margin-bottom: 6px;
  position: relative;
}

.card_list .card_contents {
  display: block;
  width: 100%;
  height: 78%;
}
@media screen and (max-width: 600px) {
  .card_list .card_contents {
    height: 80%;
  }
}

.card_content_p {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.15;
  letter-spacing: 0.04em;
}
.card_content_p span {
  display: block;
}

@media screen and (max-width: 600px) {
  .card_content_p {
    padding: 0 35px;
    letter-spacing: 0;
  }
}
.sustainability_h4 {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-top: 23px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
}
.sustainability_h4 .card_line {
  font-size: 2.4rem;
  margin-right: 5px;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .sustainability_h4 {
    font-size: 1.8rem;
    padding: 0 35px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sustainability_h4 .card_line {
    display: none;
  }
}
.sustainability_h4_nasukon {
  font-size: 2.25rem;
  letter-spacing: 0;
  margin-top: 22px;
  margin-bottom: 14px;
  text-align: left;
  font-weight: 700;
}
.sustainability_h4_nasukon .card_line {
  font-size: 2.4rem;
  margin-right: 5px;
  display: inline-block;
}

#sustainability .card .contents_wrapper {
  display: block;
  flex-direction: column;
  align-items: flex-start;
}

#sustainability .sus_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#sustainability .last_icon img {
  height: 56px;
}

.sas_cards_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
  gap: 72px 44px;
  margin-top: 99px;
}

ul li .url {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
ul li .url .triangle {
  display: inline-block;
  font-size: 0.8rem;
  color: #004ea2;
  margin-right: 3px;
}
@media screen and (max-width: 600px) {
  ul li .url {
    padding: 0 35px;
    letter-spacing: 0;
  }
}

.card_icon_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 600px) {
  .card_icon_wrapper {
    padding: 0 35px;
  }
}

.icon_wrapper {
  display: flex;
}
.icon_wrapper img {
  width: 57px;
  margin-right: 8.5px;
}

.icon_wrapper li {
  margin-right: 8px;
}

div.icon_right img {
  aspect-ratio: 5/5;
  height: 56px;
  width: 56px;
}

div.icon_right_nv img {
  width: 147px;
}

div.icon_right_nh img {
  width: 141px;
}
@media screen and (max-width: 600px) {
  div.icon_right_nh img {
    width: 120px;
  }
}

ul li img {
  width: 100%;
  margin: 0;
  padding: 0;
}

#goal {
  width: 100%;
  margin: 0 auto;
  background-color: #e6ebee;
  margin-bottom: 26px;
}

.goal_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .goal_wrapper {
    display: block;
    padding: 54px 35px;
  }
}

.goal_icons_wrapper {
  display: flex;
}

.goal_txt {
  width: 43%;
  padding-bottom: 4.6153846154vw;
  padding-left: 3.3076923077vw;
  padding-right: 1.3846153846vw;
  padding-top: 4vw;
}
@media screen and (max-width: 600px) {
  .goal_txt {
    width: 100%;
    padding-top: 0;
  }
}

.goal_txt .goal_ttl {
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 600px) {
  .goal_txt .goal_ttl {
    text-align: center;
    letter-spacing: 0.5em;
  }
}

@media screen and (max-width: 600px) {
  .goal_ttl span {
    display: block;
  }
}
.goal_txt p {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 600px) {
  .goal_txt p {
    text-align: center;
  }
}

.goal_icons_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(57px, 1fr));
  gap: 8px;
}

.ttl_icon_wrapper {
  width: 52%;
  margin: 0 auto;
}
.ttl_icon_wrapper .logo_sdgs {
  margin-bottom: 27px;
}
@media screen and (max-width: 600px) {
  .ttl_icon_wrapper .logo_sdgs {
    margin: 0 auto;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
.ttl_icon_wrapper img {
  width: 283px;
}
@media screen and (max-width: 600px) {
  .ttl_icon_wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

#link {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#link .link_h2 {
  font-family: "Lato", sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

#link ul[style] {
  width: 740px !important;
}

footer {
  background: #eaeaea;
  margin-top: 50px;
  padding-top: 68px;
  padding-bottom: 4px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.footer_logo {
  width: 300px;
  margin: 0 auto;
}

.top {
  margin-top: 40px;
  text-align: center;
}

.top_list {
  margin-top: 20px;
  text-align: center;
}

footer dl dt {
  text-align: left;
  display: inline-block;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-right: 10px;
  width: 130px;
}
@media screen and (max-width: 768px) {
  footer dl dt {
    display: block;
    text-align: center;
    width: auto;
    padding-top: 10px;
    padding-bottom: 2px;
  }
}

footer dl dd.add {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  width: 300px;
}
@media screen and (max-width: 768px) {
  footer dl dd.add {
    display: block;
    text-align: center;
    width: auto;
  }
}

footer dl dd.tel {
  width: 145px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  footer dl dd.tel {
    text-align: center;
    width: auto;
  }
}

footer dl dd {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  footer dl dd {
    display: block;
    text-align: center;
  }
}

footer nav {
  margin-top: 20px;
  padding-bottom: 35px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  footer nav {
    display: none;
  }
}

footer dl {
  line-height: 1.5;
}

footer nav ul {
  display: flex;
  justify-content: space-around;
}

footer nav ul li {
  text-align: left;
  margin-bottom: 20px;
  background: url(../img/arrow.png) no-repeat left top 20px;
  padding-left: 8px;
}

footer nav ul li ul {
  display: block;
  text-align: left;
  padding-left: 6px;
  padding-top: 18px;
}

footer nav ul li ul li {
  display: block;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 13px;
  background: none;
  padding-left: 0px;
}

.tel a {
  display: inline-block;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333333;
}
.tel a:visited {
  display: inline-block;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333333;
}

.global a {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333333;
}

.subMenu a {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #777777;
}

#bottom {
  background: #6d6d6d;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  #bottom {
    background: #fff;
    padding: 0;
  }
}

.bottom_inner {
  width: 90%;
  max-width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bottom_inner {
    width: 100%;
  }
}

#bottom .bottom_wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_wrapper {
    display: block;
    text-align: center;
  }
}

#bottom p {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #bottom p {
    text-align: center;
    color: #666666;
  }
  #bottom p span {
    display: block;
  }
}

#bottom a {
  color: #666666;
}
#bottom a:visited {
  color: #666666;
}
@media screen and (max-width: 768px) {
  #bottom {
    color: #666666;
  }
}
@media screen and (min-width: 768px) {
  #bottom a {
    color: #fff;
  }
  #bottom a:visited {
    color: #fff;
  }
}

.privacy_cta {
  display: flex;
}

@media screen and (max-width: 768px) {
  .privacy_cta {
    display: flex;
  }
}
#bottom .privacy_line {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #bottom .privacy_line {
    display: none;
  }
}

#bottom .privacy {
  display: flex;
  justify-content: space-between;
  width: 50%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  height: 40px;
  border: 1px solid #bbb;
  border-right: 0;
  border-left: 0;
  background: #fff;
  color: #999999;
  padding: 0 10px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #bottom .privacy {
    background: #6d6d6d;
    border: 0px;
    color: #fff;
    width: 140px;
  }
}

#bottom .contact {
  display: flex;
  justify-content: space-between;
  width: 50%;
  border: 1px solid #bbb;
  border-right: 0;
  background: #fff;
  color: #6d6d6d;
  padding: 0 10px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #bottom .contact {
    background: #6d6d6d;
    border: 0px;
    color: #fff;
    width: 130px;
    padding: 0 0px;
  }
}

#bottom .bottom_triangle {
  width: 4px;
  height: 4px;
}
@media screen and (min-width: 768px) {
  #bottom .bottom_triangle {
    display: none;
  }
}

#bottom .copyright {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  text-align: right;
  background: #6d6d6d;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #bottom .copyright {
    text-align: center;
  }
}
#bottom .copyright p {
  align-items: center;
  color: #ffffff;
}
#bottom .copyright span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #bottom span.sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #bottom span.pc {
    display: none;
  }
}

#bottom span.allrights {
  display: inline;
}
@media screen and (max-width: 768px) {
  #bottom span.allrights {
    display: block !important;
  }
}

.sliderArea {
  width: 90%;
  margin: 0 auto;
  padding: 0 0px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slider {
  padding: 0;
}

.slick-prev {
  z-index: 100;
  left: -4.5%;
  top: 50%;
}

.slick-next {
  z-index: 100;
  right: -6.5%;
  top: 50%;
}
@media screen and (max-width: 850px) {
  .slick-next {
    right: -10.5%;
  }
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 0;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #000;
  z-index: 9;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .slick-next:before,
.slick-prev:before {
    font-size: 10px;
    padding: 0;
    width: 10px;
    height: 14px;
    background-size: 70%;
  }
}

@media screen and (max-width: 768px) {
  .slick-next:before {
    left: 5px;
  }
}

.slick-slide {
  transition: all ease-in-out 0.3s;
}

.slick-active {
  opacity: 1;
}

.slick-slide {
  cursor: pointer;
}

.slick-slide:hover {
  opacity: 0.7;
  transition: all ease-in-out 0.3s;
}

.slick-slide {
  outline: none;
}

@media screen and (max-width: 768px) {
  .slider__img {
    padding: 0 !important;
    margin-bottom: 6px !important;
  }
}

@media screen and (max-width: 768px) {
  .slider li {
    padding: 0 !important;
  }
}
/* ページトップボタン */
#page-top a {
  bottom: 0;
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  background: url(../img/pagetop.png) no-repeat;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #page-top a {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */