@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;
}

.style2 {
  color: #ff0000;
}

.style3 {
  color: #333333;
}

.style4 {
  color: #000000;
}

/* layout img画像の場合
---------------------------------------------*/

img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  margin: 0 auto;
  padding: 0;
  display: block;
}

pc {
  display: block;
}

sp {
  display: none;
}

/* ヘッダー
------------------------------------------------------*/
.section {
  vertical-align: bottom;
  margin: 0 auto;
  max-width: 750px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

#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;
}

/* フォーム
------------------------------------------------------*/
.form {
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
}

.btn {
  width: 92%;
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1000;
  animation-name: pulse;
  margin: 0 auto;
}
.btn-section {
  position: relative;
}

#btn01 {
  position: absolute;
  top: 82%;
  width: 98%;
}

#btn02 {
  position: absolute;
  top: 75%;
  width: 98%;
}

#btn03 {
  position: absolute;
  top: 71%;
  width: 98%;
}

#btn04 {
  position: absolute;
  top: 71%;
  width: 98%;
}

.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);
  }
}

/* アニメーション
  ---------------------------------------------*/
.feedInUp {
  opacity: 0;
  transform: translate(0, 30px);
  webkit-transform: translate(0, 30px);
  transition: 1.5s;
}

.feedInUp_On {
  opacity: 1;
  transform: translate(0, 0);
  webkit-transform: translate(0, 0);
}

/* ボタンアニメーション関係
  ------------------------------------------------------*/
/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}

/*   光るボタン1    */
.btn_box01 {
  position: relative;
  width: 924px;
  height: 245px;
  margin: 0 auto;
  transition: 0.2s;
  z-index: 1000;
  top: 120px;
  left: 0px;
}

.btn_box01:before,
.btn_box01:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 120px;
  box-shadow: 0 0 50px rgb(196, 59, 68) inset;
  animation: anime 2s ease-out infinite;
}

.btn_box01:after {
  animation-delay: 0.4s;
}

/*   光るボタン1    */

/*   光るボタン2    */
.btn_box02 {
  position: relative;
  width: 924px;
  height: 245px;
  margin: 0 auto;
  transition: 0.2s;
  z-index: 1000;
  top: 140px;
  left: 0px;
}

.btn_box02:before,
.btn_box02:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 120px;
  box-shadow: 0 0 50px rgb(196, 59, 68) inset;
  animation: anime 2s ease-out infinite;
}

.btn_box02:after {
  animation-delay: 0.4s;
}

/*   光るボタン2    */

/*   光るボタン3    */
.btn_box03 {
  position: relative;
  width: 644px;
  height: 177px;
  margin: 0 auto;
  transition: 0.2s;
  z-index: 1000;
  top: 70px;
  left: 0px;
}

.btn_box03:before,
.btn_box03:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 120px;
  box-shadow: 0 0 50px rgb(99, 243, 126) inset;
  animation: anime 2s ease-out infinite;
}

.btn_box03:after {
  animation-delay: 0.4s;
}

/*   光るボタン3    */

/*   光るボタン4    */
.btn_box04 {
  position: relative;
  width: 865px;
  height: 210px;
  margin: 0 auto;
  transition: 0.2s;
  z-index: 1000;
  top: 0px;
  left: 0px;
}

.btn_box04:before,
.btn_box04:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 120px;
  box-shadow: 0 0 50px rgb(99, 243, 126) inset;
  animation: anime 2s ease-out infinite;
}

.btn_box04:after {
  animation-delay: 0.4s;
}

/*   光るボタン4    */

/*   ボタンコピーする    */
.img_h {
  transition: 0.5s;
}

.img_h:hover {
  opacity: 0.7;
}

.copy_btn {
  width: 460px !important;
  padding: 20px 60px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  background: #a87f39;
  border: solid 0px #000000;
  transition: 0.4s;
  text-align: center;
  font-family: "meiryo", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    sans-serif;
  position: absolute;
  top: 400px;
  left: 0px;
  right: 0px;
}

.copy_btn:hover {
  background: #ca9844;
  color: #fff;
}

.copy_btn:hover {
  cursor: pointer;
}

/*ボタン関係ここまで*/

/*--------------------------- */
ol,
ul {
  list-style-position: inside;
  padding-left: 10px;
}

ol li,
ul li {
  text-align: left;
}

/* フッター
------------------------------------------------------*/
#footer {
  width: 100%;
  background-color: #ffffff;
  color: #333333;
  font-size: 0.7rem;
  text-align: center;
  padding: 15px 0;
}

/* プライバシーポリシー・特商法のテーブルタグ
------------------------------------------------------*/
.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;
}

.pri-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.pri-overview {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: center;
}

.pri-title {
  width: 90%;
  font-size: 16px;
  font-weight: 700;
  color: #959595;
  padding-bottom: 10px;
  padding-top: 20px;
  justify-content: center;
}

.pri-text {
  width: 90%;
  padding-bottom: 20px;
  letter-spacing: 0.05rem;
  line-height: 1.2rem;
}

#copyright {
  font-size: 12px;
  text-align: center;
}

/* サンクス
------------------------------------------------------*/
#thanks-page {
  min-height: 100vh;
  position: relative;
  /*←相対位置*/
  padding-bottom: 120px;
  /*←footerの高さ*/
  box-sizing: border-box;
  /*←全て含めてmin-height:100vhに*/
}

#thanks {
  margin: 0 auto;
  width: 100%;
}

#thanks img {
  margin-top: 80px;
}

/* スマホレスポンシブ
------------------------------------------------------*/
@media screen and (max-width: 750px) {
  #section {
    vertical-align: bottom;
    margin: 0 auto;
    width: 100%;
  }

  img {
    width: 100%;
    margin: 0 auto;
  }

  #thanks img {
    margin-top: 20px;
  }

  #header-area {
    display: none;
  }

  pc {
    display: none;
  }

  sp {
    display: block;
  }

  /* 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;
  }

  .pri-title {
    width: 100%;
    color: #959595;
    padding-bottom: 15px;
  }

  .pri-overview {
    max-width: 1024px;
    width: 100%;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
    padding-top: 16px;
  }

  .pri-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;
  }

  .pri-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);
    }
  }
}
