@charset "euc-jp";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 16px;
  line-height: 2.2em;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  background-position:
    center top,
    center bottom;
  background-repeat: no-repeat, repeat-x;
}

p {
  margin-bottom: 1.5em;
}

a:hover img {
  filter: brightness(80%);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.f120 {
  font-size: 1.2em;
}

.f70 {
  font-size: 0.7em;
}

.wb {
  display: inline-block;
}

/* -------------------------------------------------
overlay
-------------------------------------------------*/
#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  display: none;
}

/* -------------------------------------------------
loading
-------------------------------------------------*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading img {
  width: 50px;
  height: auto;
  user-select: none;
  animation: 2s linear infinite rotation1;
}

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

/* -------------------------------------------------
img-scroll 
-------------------------------------------------*/

#img-scroll-wrapper {
  width: 100%;
  overflow: hidden;
}

#img-scroll-slide-wrapper {
  display: flex;
  width: 4620px;
}

#img-scroll-slide-wrapper ul {
  display: table;
  width: 1540px;
}

#img-scroll-slide-wrapper ul li {
  display: table-cell;
  width: 220px;
}

#img-scroll-slide-wrapper ul li img {
  width: 100%;
  height: auto;
}

#img-scroll-slide-wrapper {
  animation: infinity-loop 60s infinite linear 1s both;
  /* 無限ループアニメーションの設定 */
}

/* 無限ループアニメーション */
@keyframes infinity-loop {
  from {
    transform: translateX(0vw);
  }

  to {
    transform: translateX(-1540px);
  }
}

/* -------------------------------------------------
content
-------------------------------------------------*/
#content-wrapper {
  width: 1080px;
  margin: 0 auto;
}

/* -------------------------------------------------
main
-------------------------------------------------*/

#main-hand {
  position: absolute;
  left: 0;
  top: 193px;
  width: 517px;
}

#main-hand img {
  width: 100%;
  height: auto;
}

#main-wrapper {
  width: 100%;
  height: 770px;
  position: relative;
}

#main-wrapper h1 {
  position: absolute;
  right: 0;
  top: 67px;
  width: 242px;
  height: auto;
}

#main-wrapper h2 {
  position: absolute;
  right: 307px;
  top: 473px;
  width: 369px;
  height: auto;
}

#main-wrapper h1 img,
#main-wrapper h2 img {
  width: 100%;
}

#main-wrapper h1 img,
#main-wrapper h2 img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------
footer
-------------------------------------------------*/

#footer-wrapper {
  width: 100%;
  padding: 0 0 40px 0;
}

#footer-container {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 1050px;
  margin-bottom: 30px;
}

#footer-container h3 {
  text-align: right;
  font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.1px;
  color: #000;
  margin: 30px 0 20px 0;
}

#footer-container h4 {
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  margin: 10px 0 20px 0;
}

#footer-container ul#sns-icon img {
  width: 68px;
  height: auto;
}

#footer-container ul#sns-icon li,
#footer-container ul#widget li {
  display: inline-block;
  margin: 0 10px;
  background-color: #000;
  border-radius: 100px;
}

#footer-container p span {
  display: inline-block;
}

#footer-container #beling {
  font-family: "FOT-筑紫ゴシック Pro B", "TsukuGoPro-B";
  font-size: 14px;
  line-height: 1.7;
  margin: 40px 0 40px 0;
}

#footer-container #beling .wb {
  margin-right: 1em;
}

#footer-container #contact {
  font-family: "FOT-ニューセザンヌ Pro B", "NewCezannePro-B";
  font-size: 18px;
  line-height: 1;
  margin: 0 0 50px 0;
}

/* -------------------------------------------------
sns share
-------------------------------------------------*/

#sns-container {
  width: 100%;
  background-color: #181616;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 4px;
  z-index: 3;
}

ul#social {
  width: 100%;
  align-items: center;
}

#social li {
  display: inline-block;
  height: 27px;
  vertical-align: bottom;
  padding: 0 0;
  margin: 5px 2px 0 2px;
  overflow: hidden;
}

/* -------------------------------------------------
1200以下
-------------------------------------------------*/

@media only screen and (max-width: 1200px) {
  /* -------------------------------------------------
img-scroll 1200
-------------------------------------------------*/

  #img-scroll-slide-wrapper {
    width: 385vw;
  }

  #img-scroll-slide-wrapper ul {
    width: 128.33vw;
  }

  #img-scroll-slide-wrapper ul li {
    display: table-cell;
    width: 18.33vw;
  }

  /* 無限ループアニメーション */
  @keyframes infinity-loop {
    from {
      transform: translateX(0vw);
    }

    to {
      transform: translateX(-128.33vw);
    }
  }

  /* -------------------------------------------------
content 1200
-------------------------------------------------*/
  #content-wrapper {
    width: 90%;
    margin: 0 5%;
  }

  /* -------------------------------------------------
main 1200
-------------------------------------------------*/

  #main-hand {
    position: absolute;
    left: 0;
    top: 16.08vw;
    width: 43%;
  }

  #main-hand img {
    width: 100%;
    height: auto;
  }

  #main-wrapper {
    width: 100%;
    height: 64.1vw;
  }

  #main-wrapper h1 {
    position: absolute;
    right: 0;
    top: 5.6vw;
    width: 20.16vw;
    height: auto;
  }

  #main-wrapper h2 {
    position: absolute;
    right: 25.58vw;
    top: 39.41vw;
    width: 30.75vw;
    height: auto;
  }

  /* -------------------------------------------------
footer 1200
-------------------------------------------------*/

  #footer-wrapper {
    width: 100%;
    padding: 0 0 3.33vw 0;
  }

  #footer-container {
    width: 90%;
    margin-bottom: 2.5vw;
  }

  #footer-container h3 {
    font-size: 3.66vw;
    margin: 2.5vw 0 1.66vw 0;
  }

  #footer-container h4 {
    font-size: 1.83vw;
    margin: 0.83vw 0 1.66vw 0;
  }

  #footer-container ul#sns-icon img {
    width: 5.66vw;
  }

  #footer-container ul#sns-icon li,
  #footer-container ul#widget li {
    margin: 0 0.83vw;
  }

  #footer-container #beling {
    font-size: 1.16vw;
    margin: 3.33vw 0 4.16vw 0;
  }

  #footer-container #contact {
    font-size: 1.5vw;
    margin: 0 0 4.16vw 0;
  }
}

/* -------------------------------------------------
640以下
-------------------------------------------------*/

@media only screen and (max-width: 640px) {
  /* -------------------------------------------------
img-scroll 640
-------------------------------------------------*/

  #img-scroll-slide-wrapper {
    display: flex;
    width: 721.875vw;
  }

  #img-scroll-slide-wrapper ul {
    display: table;
    width: 240.625vw;
  }

  #img-scroll-slide-wrapper ul li {
    display: table-cell;
    width: 34.375vw;
  }

  /* 無限ループアニメーション */
  @keyframes infinity-loop {
    from {
      transform: translateX(0vw);
    }

    to {
      transform: translateX(-240.625vw);
    }
  }

  /* -------------------------------------------------
content 640
-------------------------------------------------*/
  #content-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  /* -------------------------------------------------
main 640
-------------------------------------------------*/

  #main-hand {
    position: absolute;
    left: -7.96vw;
    top: 31.56vw;
    width: 58.59vw;
  }

  #main-hand img {
    width: 100%;
    height: auto;
  }

  #main-wrapper {
    width: 100%;
    height: 125vw;
    position: relative;
  }

  #main-wrapper h1 {
    position: absolute;
    right: 4.375vw;
    top: 6.4vw;
    width: 39.68vw;
    height: auto;
  }

  #main-wrapper h2 {
    position: absolute;
    right: 46.56vw;
    top: 82.81vw;
    width: 50.46vw;
    height: auto;
  }

  /* -------------------------------------------------
footer 640
-------------------------------------------------*/

  #footer-wrapper {
    width: 100%;
    padding: 0 0 0 0;
  }

  #footer-container {
    margin: 0 auto;
    text-align: center;
    width: 96%;
    margin-bottom: 20vw;
  }

  #footer-container h3 {
    text-align: center;
    font-size: 7.4vw;
    line-height: 1.3;
    margin: 2vw 0 10vw 0;
  }

  #footer-container h4 {
    font-size: 4.625vw;
    margin: 2vw 0 4vw 0;
  }

  #footer-container ul#sns-icon img {
    width: 12.65vw;
    height: auto;
  }

  #footer-container ul#sns-icon li,
  #footer-container ul#widget li {
    display: inline-block;
    margin: 0 10px;
    background-color: #000;
    border-radius: 100px;
  }

  #footer-container #beling {
    font-family: "FOT-筑紫ゴシック Pro B", "TsukuGoPro-B";
    font-size: 2.5vw;
    line-height: 1.7;
    margin: 6.25vw 0 6.25vw 0;
  }

  #footer-container #beling .wb {
    margin-right: 1em;
  }
  
  #footer-container #contact {
  font-size: 3.6vw;
  margin: 0 0 5vw 0;
}

}
