@charset "UTF-8";
/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav ul li:nth-child(1) .mainmenu {
  color: #ff5152;
  border-bottom: 2px solid #ff5152;
  cursor: pointer;
}
header .spmenu .spwrapper ul li:nth-child(1) .mainmenu {
  color: #ff5152 !important;
}

main {
  margin-top: 0;
}
main section.s01 .wrapper {
  padding-top: 0;
  background-image: url(../images/tp0101.jpg);
  background-size: 100% auto;
  background-position: bottom 50px center;
  background-repeat: no-repeat;
  position: relative;
}
main section.s01 .wrapper .topbox {
  height: 820px;
  max-height: 100vh;
  position: relative;
  /* 線の描写 */
}
main section.s01 .wrapper .topbox h2 {
  width: 752px;
  position: absolute;
  top: calc(50% - 190px);
  left: calc(50% - 180px);
}
main section.s01 .wrapper .topbox h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .topbox .scroll {
  width: 13.6px;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 80px;
}
main section.s01 .wrapper .topbox .scrolldown1 {
  position: absolute;
  left: 86px;
  bottom: 50px;
  height: 70px;
}
main section.s01 .wrapper .topbox .scrolldown1::after {
  content: "";
  position: absolute;
  bottom: 110px;
  width: 2px;
  height: 50px;
  background: #ff5152;
  -webkit-animation: pathmove 2s ease-in-out infinite;
          animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    bottom: 250px;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 110px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    bottom: 250px;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 110px;
    opacity: 0;
  }
}
main section.s01 .wrapper dl {
  width: 1160px;
  margin: 100px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper dl dt {
  width: 280px;
}
main section.s01 .wrapper dl dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper dl dd {
  width: 880px;
  padding-top: 75px;
  font-size: 16px;
  font-weight: bold;
  line-height: 270%;
  letter-spacing: 4px;
}
main section.s02 .wrapper {
  width: 1160px;
  margin: 90px auto 0;
  border: 1px solid #ff5152;
  border-radius: 20px;
  padding: 80px 0;
}
main section.s02 .wrapper img {
  width: 1000px;
  display: block;
  margin: 0 auto;
}
main section.s02 .btnbox {
  width: 1160px;
  margin: 40px auto 0;
  text-align: right;
}
main section.s02 .btnbox .btn {
  width: 158px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ff5152;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  padding: 12px 0;
  border-radius: 50px;
  color: #fff;
  background-color: #ff5152;
  background-image: url(../images/icon_arrow0201.svg);
  background-size: 14.5px auto;
  background-position: center right 15px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
  text-align: center;
  padding-right: 10px;
}
main section.s02 .btnbox .btn:hover {
  opacity: 1;
  color: #ff5152;
  background-color: #fff;
  background-image: url(../images/icon_arrow0202.svg);
}
main section.s03 {
  margin-top: 100px;
}
main section.s03 .wrapper h3 {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
main section.s03 .wrapper h3 img {
  width: 280px;
  display: block;
}
main section.s03 .wrapper ul {
  position: relative;
  z-index: 3;
  margin-top: -60px;
}
main section.s03 .wrapper ul li {
  pointer-events: none;
}
main section.s03 .wrapper ul li.li01 .inner .base {
  background-image: url(../images/tp0302.jpg);
}
main section.s03 .wrapper ul li.li02 .inner .base {
  background-image: url(../images/tp0303.jpg);
}
main section.s03 .wrapper ul li.li03 .inner .base {
  background-image: url(../images/tp0304.jpg);
}
main section.s03 .wrapper ul li .inner {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #ff5152;
  padding: 100px 0;
  position: relative;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
main section.s03 .wrapper ul li .inner:hover {
  opacity: 1;
}
main section.s03 .wrapper ul li .inner:hover .base {
  opacity: 0;
}
main section.s03 .wrapper ul li .inner .base {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
main section.s03 .wrapper ul li .inner .t01 {
  width: 680px;
  margin: 0 auto;
  padding-left: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 200%;
  position: relative;
  z-index: 5;
}
main section.s03 .wrapper ul li .inner .box {
  width: 680px;
  margin: 0 auto;
  padding-left: 40px;
  position: relative;
  z-index: 5;
}
main section.s03 .wrapper ul li .inner .box .t02 {
  font-size: 14px;
  line-height: 200%;
  font-weight: bold;
}
main section.s03 .wrapper ul li .inner .box .btn {
  width: 80px;
  height: 80px;
  display: block;
  text-decoration: none;
  background-color: #ff5152;
  border: 1px solid #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 70px;
  position: absolute;
  top: 50%;
  right: -230px;
  margin-top: -40px;
  pointer-events: all;
}
main section.s03 .wrapper ul li .inner .box .btn:hover {
  opacity: 1;
  background-color: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
main section.s03 .wrapper ul li .inner .box .btn:hover img.arrow0101 {
  opacity: 0;
}
main section.s03 .wrapper ul li .inner .box .btn:hover img.arrow0102 {
  opacity: 1;
}
main section.s03 .wrapper ul li .inner .box .btn img {
  width: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -13px auto 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s03 .wrapper ul li .inner .box .btn img.arrow0101 {
  opacity: 1;
}
main section.s03 .wrapper ul li .inner .box .btn img.arrow0102 {
  opacity: 0;
}
main section.s03 .wrapper ul li .inner .box .btn img.arrow0101_sp {
  opacity: 1;
  display: none;
}
main section.s04 {
  padding: 100px 0 10px;
}
main section.s04 .simplebar-track.simplebar-horizontal {
  height: 10px;
  background: transparent;
  border-radius: 5px;
  margin: 0 auto;
}
main section.s04 .simplebar-scrollbar {
  height: 10px;
  border-radius: 5px;
  top: 0;
}
main section.s04 .simplebar-scrollbar::before {
  background-color: #ff5152;
  opacity: 1 !important;
}
main section.s04 .wrapper h4 {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
main section.s04 .wrapper h4 img {
  width: 280px;
  display: block;
}
main section.s04 .wrapper .scrollbox {
  width: 1160px;
  position: relative;
  z-index: 2;
  margin: -60px auto 0;
  background-color: #fff;
  overflow-x: auto;
}
main section.s04 .wrapper .scrollbox ul {
  width: 1160px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  position: relative;
}
main section.s04 .wrapper .scrollbox ul li {
  width: 440px;
  padding-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main section.s04 .wrapper .scrollbox ul li:last-child {
  width: 400px;
  padding-right: 0;
}
main section.s04 .wrapper .scrollbox ul li .box .photo {
  width: 100%;
  display: block;
}
main section.s04 .wrapper .scrollbox ul li .box p {
  font-size: 14px;
  line-height: 200%;
  font-weight: bold;
  margin-top: 12px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    margin-top: 50px;
  }
  main section.s01 .wrapper {
    padding-top: 12vw;
    background-image: url(../images/tp0101_sp.jpg);
    background-size: 100% auto;
    background-position: top 0 center;
    background-repeat: no-repeat;
  }
  main section.s01 .wrapper .topbox {
    min-height: 0;
    height: auto;
    /* 線の描写 */
  }
  main section.s01 .wrapper .topbox h2 {
    width: 75vw;
    position: static;
    margin: 0 auto;
  }
  main section.s01 .wrapper .topbox h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .topbox .scroll {
    width: 13.6px;
    display: block;
    position: absolute;
    top: 50%;
    left: 80px;
    margin-top: -350px;
    display: none;
  }
  main section.s01 .wrapper .topbox .scrolldown1 {
    position: absolute;
    left: 86px;
    top: 50%;
    margin-top: -510px;
    height: 70px;
    display: none;
  }
  main section.s01 .wrapper .topbox .scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 70px;
    background: #ff5152;
    -webkit-animation: pathmove 2s ease-in-out infinite;
            animation: pathmove 2s ease-in-out infinite;
    opacity: 0;
    display: none;
  }
  @-webkit-keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 70px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 150px;
      opacity: 0;
    }
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 70px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 150px;
      opacity: 0;
    }
  }
  main section.s01 .wrapper dl {
    width: 100%;
    margin-top: 40vw;
    padding: 0 20px;
    display: block;
  }
  main section.s01 .wrapper dl dt {
    width: 168px;
  }
  main section.s01 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper dl dd {
    width: 100%;
    padding-top: 35px;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
    letter-spacing: 1px;
  }
  main section.s02 {
    padding: 0 20px;
    margin-top: 40px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ff5152;
    border-radius: 10px;
    padding: 20px 30px;
  }
  main section.s02 .wrapper img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .btnbox {
    width: 100%;
    padding: 0 0px;
    margin: 0 auto 0;
    text-align: right;
  }
  main section.s02 .btnbox .btn {
    width: 100px;
    border: 1px solid #ff5152;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    padding: 9px 0;
    padding-right: 10px;
    margin: 20px auto 0;
    border-radius: 50px;
    color: #fff;
    background-color: #ff5152;
    background-image: url(../images/icon_arrow0203.svg);
    background-size: 10px auto;
    background-position: center right 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
    text-align: center;
  }
  main section.s02 .btnbox .btn:hover {
    opacity: 1;
    color: #fff;
    background-color: #ff5152;
    background-image: url(../images/icon_arrow0203.svg);
  }
  main section.s03 {
    margin-top: 50px;
  }
  main section.s03 .wrapper h3 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  main section.s03 .wrapper h3 img {
    width: 168px;
    display: block;
  }
  main section.s03 .wrapper ul {
    position: relative;
    z-index: 3;
    margin-top: 0;
  }
  main section.s03 .wrapper ul li {
    pointer-events: all;
  }
  main section.s03 .wrapper ul li.opened .inner .base {
    opacity: 0 !important;
  }
  main section.s03 .wrapper ul li.li01 .inner .base {
    background-image: url(../images/tp0302.jpg);
  }
  main section.s03 .wrapper ul li.li02 .inner .base {
    background-image: url(../images/tp0303.jpg);
  }
  main section.s03 .wrapper ul li.li03 .inner .base {
    background-image: url(../images/tp0304.jpg);
  }
  main section.s03 .wrapper ul li .inner {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #ff5152;
    padding: 17px 0;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  main section.s03 .wrapper ul li .inner:hover {
    opacity: 1;
  }
  main section.s03 .wrapper ul li .inner:hover .base {
    opacity: 1;
  }
  main section.s03 .wrapper ul li .inner .base {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
  }
  main section.s03 .wrapper ul li .inner .t01 {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 19px;
    font-weight: bold;
    line-height: 200%;
    position: relative;
    z-index: 5;
  }
  main section.s03 .wrapper ul li .inner .box {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    display: none;
    min-height: 0;
  }
  main section.s03 .wrapper ul li .inner .box .t02 {
    font-size: 14px;
    line-height: 200%;
    font-weight: bold;
    padding: 30px 0 80px;
  }
  main section.s03 .wrapper ul li .inner .box .btn {
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ff5152;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    border-radius: 70px;
    position: absolute;
    top: auto;
    right: 45px;
    bottom: 15px;
    margin-top: 0;
  }
  main section.s03 .wrapper ul li .inner .box .btn:hover {
    opacity: 1;
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  main section.s03 .wrapper ul li .inner .box .btn:hover img.arrow0101 {
    opacity: 1;
    display: none;
  }
  main section.s03 .wrapper ul li .inner .box .btn:hover img.arrow0102 {
    opacity: 1;
    display: block;
  }
  main section.s03 .wrapper ul li .inner .box .btn:hover img.arrow0101_sp {
    opacity: 1;
    display: none;
  }
  main section.s03 .wrapper ul li .inner .box .btn img {
    width: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -6.5px auto 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s03 .wrapper ul li .inner .box .btn img.arrow0101 {
    opacity: 1;
    display: none;
  }
  main section.s03 .wrapper ul li .inner .box .btn img.arrow0102 {
    opacity: 1;
    display: block;
  }
  main section.s03 .wrapper ul li .inner .box .btn img.arrow0101_sp {
    opacity: 1;
    display: none;
  }
  main section.s04 {
    padding: 100px 0 10px;
    position: relative;
  }
  main section.s04::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    position: relative;
    right: 0;
    bottom: 10px;
    left: 0;
    background-color: #f5f5f5;
  }
  main section.s04 .wrapper h4 {
    width: 100%;
    padding-left: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  main section.s04 .wrapper h4 img {
    width: 168px;
    display: block;
  }
  main section.s04 .wrapper .srcollboxwrapper {
    padding: 0 20px;
    background-color: #f5f5f5;
  }
  main section.s04 .wrapper .scrollbox {
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto 0;
    background-color: #f5f5f5;
    padding: 30px 0 10px;
  }
  main section.s04 .wrapper .scrollbox .white01 {
    height: 45px;
    width: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: none !important;
  }
  main section.s04 .wrapper .scrollbox .white02 {
    height: 45px;
    width: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: none !important;
  }
  main section.s04 .wrapper .scrollbox::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ff5152;
    bottom: 0;
    left: 20px;
    z-index: 100;
    display: none;
  }
  main section.s04 .wrapper .scrollbox::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ff5152;
    bottom: 0;
    right: 20px;
    z-index: 100;
    display: none;
  }
  main section.s04 .wrapper .scrollbox .bd {
    display: block;
    position: absolute;
    right: 0;
    bottom: 4.5px;
    left: 0;
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 1px;
    background-color: #ff5152;
    display: none !important;
  }
  main section.s04 .wrapper .scrollbox ul {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    position: relative;
  }
  main section.s04 .wrapper .scrollbox ul::after {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    bottom: 0;
    left: -20px;
    height: 35px;
    background-color: #fff;
    z-index: 10000;
    display: none !important;
  }
  main section.s04 .wrapper .scrollbox ul li {
    width: 100%;
    padding: 0 25px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  main section.s04 .wrapper .scrollbox ul li:last-child {
    width: 100%;
    padding: 0 25px;
  }
  main section.s04 .wrapper .scrollbox ul li .box .photo {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .scrollbox ul li .box p {
    font-size: 14px;
    line-height: 200%;
    font-weight: bold;
    margin-top: 12px;
    margin-left: -25px;
  }
}

/* ------------------------------
loading
------------------------------ */
.stopscroll {
  overflow: hidden;
}

#loading{
      position: fixed;
      width: 100%;
      height: 100vh;
      z-index: 9999999;
      top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
      text-align:center;
      
}

#loading_anime {
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*縦横幅指定*/
        width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
        height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
        min-height: 100%;
        min-width: 100%;
        background-color: #fff;
    }
    
  @media screen and (max-width: 860px) {
	  
	  #loading_anime {
		  top: 40%;
        /*縦横幅指定*/
        width: 90vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
        height: 70vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
        min-height: 100%;
        min-width: 100%;
        
    }
	  
  }

