@charset "utf-8";

/*
Theme Name: SUBHAND
Author: SUBHAND.LLC
Author URL: http://www.subhand.net/
*/
/*共通部分
---------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*ここから↓*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  position: relative;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'meiryo', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.7;
}

a {
  text-decoration: none;
}

body, html {
  height: 100%;
}

/* common
---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

a:link, a:visited {
  color: #0091c9;
  text-decoration: none;
}

a:hover, a:active {
  color: #f81b62;
  text-decoration: underline;
}

.impact {
  font-size: 20pt;
  font-weight: bold;
}

.impact2 {
  color: red;
}

.impact3 {
  background: yellow;
  color: #000;
}

#impact4 {
  underline;
}

.impact5 {
  background: #173B50;
  padding: 2px 5px;
  color: #fff;
}

.impact6 {
  background: #f4f4f4;
  padding: 3px;
  line-height: 1.1;
}

.impact7 {
  background: #B60000;
  padding: 2px 5px;
  color: #fff;
}

.style2 {
  color: #FF0000
}

.style3 {
  color: #333333
}

.style4 {
  color: #000000
}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}

/* animation
---------------------------------------------*/
.feedInUp {
  opacity: 0;
  transform: translate(0, 30px);
  webkit-transform: translate(0, 30px);
  transition: 1.5s;
}

.feedInUp_On {
  opacity: 1.0;
  transform: translate(0, 0);
  webkit-transform: translate(0, 0);
}

/* layout
---------------------------------------------*/
/*---------- ヘッダー ----------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

#main {
  vertical-align: bottom;
  margin: 0 auto;
}

#header-area {
  display: block;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
  background-color: #fff;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.logo {
  width: 280px;
  padding-left: 20px;
}

.top-btn {
  width: 280px;
  align-items: center;
  padding-right: 20px;
}

.top-btn:hover {
  filter: brightness(120%);
}

.formBtn {
  display: none;
}

.side {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0px;
  z-index: 9999;
  display: none;
}

.form {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.btn {
  padding: 60px 0px 80px 0px;
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1000;
  animation-name: pulse;
  margin: 0 auto;
}

.tayori {
  margin: 0 auto;
  width: 100%;
  height: 1500px;
  overflow: "no";
  -webkit-overflow-scrolling: touch;
}

#footer {
  background-color: #fffff;
  font-size: 0.7rem;
  color: #333333;
  text-align: center;
}

/*--------------------------- */
ol,
ul {
  list-style-position: inside;
  padding-left: 10px;
}

ol li,
ul li {
  text-align: left;
}

#thanks-page {
  min-height: 100vh;
  position: relative;
  /*←相対位置*/
  padding-bottom: 120px;
  /*←footerの高さ*/
  box-sizing: border-box;
  /*←全て含めてmin-height:100vhに*/
}

footer {
  width: 100%;
  background-color: #89c7de;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  position: absolute;
  /*←絶対位置*/
  bottom: 0;
  /*下に固定*/
}
}

#thanks {
  margin: 0 auto;
  width: 100%;
}

#thanks img {
  margin-top: 80px;
}

/* pri Table
------------------------------------------------------*/
.container-p {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

.container-p h2 {
  font-size: 32px;
  text-align: center;
  padding-top: 60px;
}

#pri-text {
  font-size: 14px;
  width: 800px;
  margin: 0 auto;
  text-align: justify;
}

.animetion-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.work-overview {
  width: 100%;
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.works-list {
  width: 25%;
  color: #959595;
  padding-bottom: 20px;
}

.works-text {
  width: 75%;
  padding-bottom: 20px;
  letter-spacing: 0.05rem;
  line-height: 1.2rem;
}

#copyright {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  img {
    max-width: 100%;
  }

  #thanks img {
    margin-top: 20px;
  }

  #header-area {
    display: none;
  }

  /* pri Table
  ------------------------------------------------------*/
  .container-p {
    width: 80%;
    height: auto;
  }

  .container-p h2 {
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    font-size: 28px;
  }

  #pri-text {
    font-size: 14px;
    text-align: justify;
    width: 100%;
    height: auto;
  }


  /*全ページ共通*/
  .work-overview {
    max-width: 1024px;
    width: 100%;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
    padding-top: 16px;
  }

.works-list {
  width: 100%;
  letter-spacing: 0.2rem;
  font-size: 0.9rem;
  border-bottom: 1px solid #959595;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;

  }
  .works-text {
    width: 100%;
  }

#copyright {
  font-size: 10px;
  text-align: center;
}

  /* フォーム
  ------------------------------------------------------*/
  .formBtn {
    display: block;
    margin: 30px auto;
    -webkit-animation-name: fuwafuwa;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    /* -moz-animation-direction: alternate; */
    -moz-animation-timing-function: ease;
  }

  @keyframes fuwafuwa {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-20px);
    }

    100% {
      transform: translateY(0);
    }
  }
}
