/**************************************************

BASE

****************************************************/

header {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
}

.hero-image {
  position: relative;
  width: 100vw;
}

.hero-image .wrap1 {
  position: relative;
  width: 100vw;
}

.hero-image .wrap1 img {
  width: 100vw;
  height: auto;
}

.hero-image .wrap1 img.sp-only {
  display: none;
}

.hero-image .wrap1 dl {
  padding-bottom: 30px;
  border-left: solid 1px #000;
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 300px;
  -webkit-transform: rotate(90deg) translateY(-100%);
  -moz-transform: rotate(90deg) translateY(-100%);
  -ms-transform: rotate(90deg) translateY(-100%);
  -o-transform: rotate(90deg) translateY(-100%);
  transform: rotate(90deg) translateY(-100%);
  transform-origin: left top;
}

.hero-image .wrap1 dl dt {
  font-size: 16px;
}

.hero-image .wrap1 dl dd {
  font-size: 14px;
}

.hero-image #thumbnails {
  position: absolute;
  right: 45px;
  bottom: -30px;
}

.hero-image #thumbnails ul {
  font-size: 0;
}

.hero-image #thumbnails ul li {
  cursor: pointer;
  border: 3px solid rgba(255, 255, 255, 0);
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-image #thumbnails ul li img {
  max-width: 150px;
  height: auto;
  display: block;
}

.hero-image #thumbnails ul li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-image #thumbnails ul li.on {
  border: 3px solid rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-image #thumbnails ul li.on img {
  /*border: 3px solid #fff;*/
}

.hero-image #thumbnails ul li + li {
  margin-left: 10px;
}

@media (max-width: 828px) {
  .hero-image {
    overflow: hidden;
    height: calc(100dvh - 82px);
  }

  .hero-image .wrap1 {
    width: 100vw;
  }

  .hero-image .wrap1 img.sp-only {
    display: block;
  }
  .hero-image .wrap1 img.sp-only {
    display: block;
    object-fit: cover;
    height: calc(100dvh - 82px);
  }

  .hero-image .wrap1 img.pc-only {
    display: none;
  }

  .hero-image #thumbnails {
    display: none;
  }

  .hero-image .wrap1 dl {
    /*display: none;*/
    font-weight: bold;
    border: none;
    left: 0;
    top: 100%;
    width: 100%;
    padding-bottom: 15px;
    -webkit-transform: translateY(-100%) rotate(0);
    -moz-transform: translateY(-100%) rotate(0);
    -ms-transform: translateY(-100%) rotate(0);
    -o-transform: translateY(-100%) rotate(0);
    transform: translateY(-100%) rotate(0);
  }

  .hero-image .wrap1 dl {
    /*text-shadow: 1px 1px 0 rgba(255,255,255,0.8);*/
  }

  .hero-image .wrap1 dl dt {
    font-size: 10px;
  }

  .hero-image .wrap1 dl dd {
    font-size: 10px;
  }

  /*.hero-image #thumbnails ul {
        display: flex;
    }

    .hero-image #thumbnails ul li {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .hero-image #thumbnails ul li+li{
        margin-left: 0;
    }

    .hero-image #thumbnails ul li img {
        width: 100%;
    }*/
}

/*************************************************

CONTENTS

****************************************************/

#home h3[class*="ff"],
#home h2[class*="ff"] {
  font-size: 80px;
  letter-spacing: 0.05em;
  line-height: 1;
}
/*test_css*/
@media screen and (min-width:829px){
#home.add_space .section1 {
  padding-top: 100px;
}
#home.add_space .section1 ul li a span {
  padding: 40px 30px 70px 30px;
}
}
#home.add_space .section2 {
  padding: 100px 0 110px;
}
#home.add_space .aside3 h3 {
  margin: 75px 0 15px;
}

#home .section1 {
  background: #c4ebeb;
  padding-top: 90px;
  margin-bottom: 5px;
}

#home .section1 .catch1 {
  font-size: 20px;
  font-weight: bold;
  /*margin-bottom: 10px;*/
}

#home .section1 .catch1 br {
  display: none;
}

#home .section1 ul {
  margin-top: 65px;
}

#home .section1 ul li {
  -webkit-flex-basis: 33.33%;
  flex-basis: 33.33%;
  font-weight: bold;
}

#home .section1 ul li a .wrap1 {
  position: relative;
  width: 100%;
  padding-top: 52.53%;
  overflow: hidden;
}

#home .section1 ul li a .wrap1 img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#home .section1 ul li a:hover .wrap1 img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -moz-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#home .section1 ul li a {
  display: block;
  background: #fff;
  text-decoration: none;
}

#home .section1 ul li a:hover {
  opacity: 1;
}

#home .section1 ul li a span {
  display: block;
  position: relative;
  padding: 30px;
  font-size: 30px;
}

#home .section1 ul li a span small {
  font-size: 15px;
  display: block;
  padding-top: 5px;
}

#home .section1 ul li a span::after {
  content: url(../../images/common/ico_arrow1.png);
  position: absolute;
  top: 50%;
  right: 55px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}

#home .section1 ul li a:hover span::after {
  right: 25px;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}

#home .section2 {
  color: #fff;
  padding: 80px 0;
  background: url(../../images/page/bg_home1.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#home .section2 .catch1 {
  font-size: 20px;
  margin-bottom: 45px;
}

#home .section2 .columns {
  -webkit-justify-content: center;
  justify-content: center;
}

#home .section2 .columns > [class*="column"] + [class*="column"] {
  margin-left: 65px;
}

#home .section2 a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#home .section2 a:hover {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#home .section2 dl {
  width: 500px;
  max-width: 100%;
}

#home .section2 dl dt {
  padding-bottom: 15px;
  font-size: 18px;
  background: url(../../images/common/ico_arrow2.png) 100% 50% no-repeat;
  text-align: center;
  border-bottom: 3px solid #fff;
}

#home .section2 dl dt strong {
  font-size: 60px;
  display: block;
}

#home .section2 dl dd {
  font-size: 18px;
  padding-top: 30px;
  text-align: center;
}

#home .section3 {
  padding: 100px 0 60px;
  background: url(../../images/page/bg_home2_1.jpg) 50% 0 no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

@media (min-width: 1400px) {
  #home .section3 {
    padding: 100px 0 60px;
    background: url(../../images/page/bg_home2.jpg) 50% 0 no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: auto calc(100% - 150px);
  }
}

#home .section3 .catch1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 65px;
}

#home .section3 .slideWrap1 {
  padding: 0 8.75%;
  position: relative;
}

#home .section3 .slideWrap1 img.controller {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#home .section3 .slideWrap1 img#next {
  right: 2.8125%;
}

#home .section3 .slideWrap1 img#back {
  left: 2.8125%;
}

#home .section3 #slide1 .wrap1 {
  max-width: 300px;
  padding: 0 20px;
  font-size: 15px;
}

#home .section3 #slide1 .wrap1 img {
  margin-bottom: 10px;
}

#home .section3 #slide1 .wrap1 a {
  display: block;
  text-decoration: none;
}

#home .section3 #slide1 .wrap1 a:hover {
  opacity: 1;
}

#home .section3 #slide1 .wrap1 a img {
  border: 3px solid rgba(255, 150, 150, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#home .section3 #slide1 .wrap1 a:hover img {
  border: 3px solid rgba(255, 150, 150, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#home .section3 .btn1 {
  margin-top: 55px;
}

#home .aside1 {
  background: url(../../images/page/bg_home3.jpg) 50% 50% repeat;
  padding: 90px 0 90px;
}

#home .aside1 h3 {
  margin-bottom: 60px;
}

#home .aside1 ul li {
  display: flex;
  font-size: 16px;
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
}

#home .aside1 ul li time {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 6em;
  flex-basis: 6em;
}

#home .aside1 ul li span {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 15px;
  -webkit-flex-basis: 3em;
  flex-basis: 3em;
  color: #fff;
  background: #f67f82;
  padding: 3px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#home .aside1 ul li span.category_post {
  background: #ffbf00;
}

#home .aside1 ul li a {
  text-decoration: none;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

#home .aside1 .columns {
  margin-top: 65px;
  -webkit-justify-content: center;
  justify-content: center;
}

#home .aside1 .columns .btn1 {
  margin: 0;
}

#home .aside1 .columns .btn1 + .btn1 {
  margin-left: 25px;
}

#home .aside2 {
  padding: 80px 0 80px;
}

#home .aside2 h3 {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

#home .aside2 h3 span {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#home .aside2 h3 span:nth-of-type(1) {
  -webkit-flex-basis: 60px;
  flex-basis: 60px;
}

#home .aside2 h3 span:nth-of-type(2) {
  -webkit-flex-basis: 290px;
  flex-basis: 290px;
}

#home .aside2 h3 span + span {
  margin-left: 30px;
}

#home .aside2 h3 span img {
  vertical-align: middle;
}

#home .aside2 .columns {
  margin-top: 35px;
  -webkit-justify-content: center;
  justify-content: center;
}

#home .aside2 .columns li {
  padding: 0 15px;
  -webkit-flex-basis: 280px;
  flex-basis: 280px;
}

#home .aside2 .columns li a {
  display: block;
  background: url(../../images/page/btn_home1.png) 50% 50% repeat;
  font-size: 16px;
  padding: 20px 0;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

#home .aside2 .columns li:nth-of-type(2) a {
  background-image: url(../../images/page/btn_home2.png);
}

#home .aside2 .columns li:nth-of-type(3) a {
  background-image: url(../../images/page/btn_home3.png);
}

#home .aside3 {
  padding-bottom: 85px;
}

#home .aside3 h3 {
  margin: 75px 0 15px;
}

#home .aside3 .catch1 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

#home .aside3 .columns {
  -webkit-justify-content: center;
  justify-content: center;
}

#home .aside3 .columns > * + * {
  margin-left: 40px;
}

#home .aside3 .columns a {
  display: block;
}

#home .aside3 ul.list2 li {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
}

#home .aside3 ul.list2 li + li {
  margin-left: 0;
}

@media (max-width: 828px) {
  .hero-image .wrap1.add_class{
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
  }
  .hero-image .wrap1.add_class dl dt,
  .hero-image .wrap1.add_class dl dd{
      font-size: 11px;
  }
  #home h3[class*="ff"],
  #home h2[class*="ff"] {
    font-size: 40px;
    letter-spacing: 0;
  }

  #home .section1 {
    padding: 20px 0 0;
  }

  #home .section3 .catch1,
  #home .section2 .catch1,
  #home .section1 .catch1 {
    font-size: 16px;
    padding: 0px 15px;
  }

  #home .section3 .catch1 br,
  #home .section2 .catch1 br,
  #home .section1 .catch1 br {
    display: inline-block;
  }

  #home .section1 ul {
    margin-top: 30px;
  }

  #home .section1 ul li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  #home .section1 ul li a span {
    font-size: 22px;
  }

  #home .section1 ul li a span small {
    font-size: 13px;
  }

  #home .section1 ul li a span::after {
    /*display: none;*/
  }

  #home .section3 .catch1 {
    margin-bottom: 15px;
  }

  #home .section2 {
    padding: 0;
    background-image: url(../../images/page/bg_home4.jpg);
    position: relative;
  }
  #home.add_space .section2{
    padding: 0;
  }

  #home .section2 .screen {
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.7);
  }

  #home .section2 dl {
    width: 100%;
  }

  #home .section2 dl dt {
    width: 100%;
  }

  #home .section2 dl dt strong {
    font-size: 40px;
  }

  #home .section2 dl dd {
    font-size: 15px;
  }

  #home .section2 .columns > [class*="column"] {
    padding: 0 15px;
    flex-basis: 100%;
  }

  #home .section2 .columns > [class*="column"] + [class*="column"] {
    margin-left: 0;
    margin-top: 35px;
    -webkit-flex-basis: 100%;
  }

  #home .section3 {
    background: none;
    padding: 25px 0;
  }

  #home .section3 #slide1 .wrap1 {
    max-width: calc(100vw - 17.5vw);
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #home .section3 #slide1 .wrap1 a img {
    border: none;
  }

  #home .aside1 {
    padding: 30px 0;
  }

  #home .aside1 h3 {
    margin-bottom: 15px;
  }

  #home .aside1 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #home .aside1 ul li a {
    padding-left: 0;
    padding-top: 10px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  #home .aside1 .columns {
    margin-top: 35px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #home .aside1 .columns a.btn1 {
    -webkit-flex-basis: 46%;
    flex-basis: 46%;
  }

  #home .aside1 .columns .btn1 + .btn1 {
    margin-left: 0;
  }

  #home .aside2 {
    padding-top: 40px;
  }

  #home .aside2 .columns {
    margin-top: 15px;
  }

  #home .aside2 .columns li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  #home .aside2 .columns li + li {
    margin-top: 10px;
  }

  #home .aside2 h3 {
    display: flex;
    max-width: 80%;
    margin: auto;
  }

  #home .aside3 {
    padding-bottom: 35px;
  }

  #home .aside3 h3 {
    margin-top: 35px;
  }

  #home .aside3 .columns > * + * {
    margin-left: 15px;
  }

  #home .aside3 ul.list2 li {
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
  }

  #home .aside3 ul.list2 li:nth-of-type(3),
  #home .aside3 ul.list2 li:nth-of-type(5) {
    display: none;
  }
}
.add_back {
  background: url(../../images/page/bg_home3.jpg) 50% 50% repeat;
  padding: 0px 0 80px;
}

#lead_wire {
  position: fixed;
  left: 0;
  bottom: 30px;
  z-index: 1;
}

#lead_wire .image {
  max-width: 330px;
  height: auto;
}

@media screen and (max-width: 1200px) {
  #lead_wire .image {
    max-width: 215px;
  }
}

@media screen and (max-width: 828px) {
  .pc__only {
    display: none !important;
  }
}

@media screen and (max-width: 415px) {
  #lead_wire {
    bottom: 0;
  }
  #lead_wire .image {
    max-width: 150px;
  }
}