@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%);
}

/* layout
---------------------------------------------*/
/*TopIntro-Start*/
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  min-width: 1002px;
  -webkit-text-size-adjust: none;
  text-align: center;
  font-size: 18px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  color: #383d5c;
}

body::before {
  background: url(../images/bg.jpg) no-repeat center;
  /* 擬似要素に背景画像 */
  background-size: cover;
  /* cover指定 */
  content: "";
  /* 画像を表示させる為に必要*/
  display: block;
  /*ブロックボックスで表示*/
  position: fixed;
  /* 擬似要素全体を固定 */
  width: 100%;
  /* 横幅を画面全体 */
  height: 100vh;
  /* 縦幅を画面全体 */
  top: 0;
  /* 上からの配置を0 */
  left: 0;
  /* 左からの配置を0 */
  z-index: -1;
  /*背景画像になるように重ね順を-1*/
}

/* ボタンのマウスオーバーで明るくする */
.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
---------------------------------------------*/
/*---------- ヘッダー ----------*/
#head1 {
  background: url("../images/header1_01.webp") no-repeat top center;
  height: 270px;
}

#head2 {
  background: url("../images/header1_02.webp") no-repeat top center;
  height: 380px;
}

#head3 {
  background: url("../images/header1_03.webp") no-repeat top center;
  height: 300px;
}

#head4 {
  background: url("../images/header1_04.webp") no-repeat top center;
  height: 300px;
}

#head5 {
  background: url("../images/header1_05.webp") no-repeat top center;
  height: 410px;
}

#head6 {
  background: url("../images/header1_06.webp") no-repeat top center;
  height: 240px;
}

#head7 {
  background: url("../images/header1_07.webp") no-repeat top center;
  height: 480px;
}

#head8 {
  background: url("../images/header1_08.webp") no-repeat top center;
  height: 670px;
}

#head9 {
  background: url("../images/header1_09.webp") no-repeat top center;
  height: 660px;
}

#head10 {
  background: url("../images/header1_10.webp") no-repeat top center;
  height: 670px;
}

#head11 {
  background: url("../images/header1_11.webp") no-repeat top center;
  height: 660px;
}

#head12 {
  background: url("../images/header1_12.webp") no-repeat top center;
  height: 670px;
}

#head13 {
  background: url("../images/header1_13.webp") no-repeat top center;
  height: 740px;
}

#head14 {
  background: url("../images/header1_14.webp") no-repeat top center;
  height: 240px;
}

#head15 {
  background: url("../images/header1_15.webp") no-repeat top center;
  height: 600px;
}

#head16 {
  background: url("../images/header1_16.webp") no-repeat top center;
  height: 290px;
}

#head17 {
  background: url("../images/header2_01.webp") no-repeat top center;
  height: 740px;
}

#head18 {
  background: url("../images/header2_02.webp") no-repeat top center;
  height: 660px;
}

#head19 {
  background: url("../images/header2_03.webp") no-repeat top center;
  height: 670px;
}

#head20 {
  background: url("../images/header2_04.webp") no-repeat top center;
  height: 680px;
}

#head21 {
  background: url("../images/header2_05.webp") no-repeat top center;
  height: 690px;
}

#head22 {
  background: url("../images/header2_06.webp") no-repeat top center;
  height: 840px;
}

#head23 {
  background: url("../images/header2_07.webp") no-repeat top center;
  height: 310px;
}

#head24 {
  background: url("../images/header2_08.webp") no-repeat top center;
  height: 420px;
}

#head25 {
  background: url("../images/header2_09.webp") no-repeat top center;
  height: 270px;
}

#head26 {
  background: url("../images/header2_10.webp") no-repeat top center;
  height: 313px;
}

#head27 {
  background: url("../images/header3_01.webp") no-repeat top center;
  height: 680px;
}

#head28 {
  background: url("../images/header3_02.webp") no-repeat top center;
  height: 320px;
}

#head29 {
  background: url("../images/header3_03.webp") no-repeat top center;
  height: 770px;
}

#head30 {
  background: url("../images/header3_04.webp") no-repeat top center;
  height: 470px;
}

#head31 {
  background: url("../images/header3_05.webp") no-repeat top center;
  height: 480px;
}

#head32 {
  background: url("../images/header3_06.webp") no-repeat top center;
  height: 690px;
}

#head33 {
  background: url("../images/header3_07.webp") no-repeat top center;
  height: 450px;
}

#head34 {
  background: url("../images/header3_08.webp") no-repeat top center;
  height: 290px;
}

#head35 {
  background: url("../images/header3_09.webp") no-repeat top center;
  height: 310px;
}

#head36 {
  background: url("../images/header3_10.webp") no-repeat top center;
  height: 740px;
}

#head37 {
  background: url("../images/header3_11.webp") no-repeat top center;
  height: 280px;
}

#head38 {
  background: url("../images/header3_12.webp") no-repeat top center;
  height: 790px;
}

#head39 {
  background: url("../images/header3_13.webp") no-repeat top center;
  height: 330px;
}

#head40 {
  background: url("../images/header3_14.webp") no-repeat top center;
  height: 585px;
}

#head41 {
  background: url("../images/header4_01.webp") no-repeat top center;
  height: 430px;
}

#head42 {
  background: url("../images/header4_02.webp") no-repeat top center;
  height: 170px;
}

#head43 {
  background: url("../images/header4_03.webp") no-repeat top center;
  height: 230px;
}

#head44 {
  background: url("../images/header4_04.webp") no-repeat top center;
  height: 360px;
}

#head45 {
  background: url("../images/header4_05.webp") no-repeat top center;
  height: 260px;
}

#head46 {
  background: url("../images/header4_06.webp") no-repeat top center;
  height: 417px;
}

#head47 {
  background: url("../images/header4_07.webp") no-repeat top center;
  height: 313px;
}

#head48 {
  background: url("../images/header4_08.webp") no-repeat top center;
  height: 240px;
}

#head49 {
  background: url("../images/header4_09.webp") no-repeat top center;
  height: 710px;
}

#head50 {
  background: url("../images/header4_10.webp") no-repeat top center;
  height: 310px;
}

#head51 {
  background: url("../images/header4_11.webp") no-repeat top center;
  height: 420px;
}

#head52 {
  background: url("../images/header4_12.webp") no-repeat top center;
  height: 270px;
}

#head53 {
  background: url("../images/header4_13.webp") no-repeat top center;
  height: 290px;
  height: 290px;
}

#head54 {
  background: url("../images/header4_14.webp") no-repeat top center;
  height: 370px;
}

/*ボタン関係ここから*/
/* 光るボタンのCSS*/
/* 光るボタンのCSS*/
/* 光るボタンのCSS*/
.box {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

@keyframes anime {
  0% {
    transform: scale(.95);
    opacity: 1
  }

  90% {
    opacity: .1
  }

  to {
    transform: scale(1.2, 1.2);
    opacity: 0
  }
}

/*   光るボタン1    */
/*   光るボタン1    */
/*   光るボタン1    */
.btn_box01 {
  position: relative;
  width: 924px;
  height: 245px;
  margin: 0 auto;
  transition: .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: .4s;
}

/*   光るボタン1    */
/*   光るボタン1    */
/*   光るボタン1    */
/*   光るボタン2    */
/*   光るボタン2    */
/*   光るボタン2    */
.btn_box02 {
  position: relative;
  width: 924px;
  height: 245px;
  margin: 0 auto;
  transition: .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: .4s;
}

/*   光るボタン2    */
/*   光るボタン2    */
/*   光るボタン2    */
/*   光るボタン3    */
/*   光るボタン3    */
/*   光るボタン3    */
.btn_box03 {
  position: relative;
  width: 644px;
  height: 177px;
  margin: 0 auto;
  transition: .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: .4s;
}

/*   光るボタン3    */
/*   光るボタン3    */
/*   光るボタン3    */
/*   光るボタン4    */
/*   光るボタン4    */
/*   光るボタン4    */
.btn_box04 {
  position: relative;
  width: 865px;
  height: 210px;
  margin: 0 auto;
  transition: .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: .4s;
}

/*   光るボタン4    */
/*   光るボタン4    */
/*   光るボタン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: .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;
}

/*ボタン関係ここまで*/
#wrap {
  background-image: url("../images/wrap.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-position: 50% 0%;
}

#wrapform {
  background-image: url("../images/wrapform.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-position: 50% 0%;
}

#container {
  text-align: left;
  width: 1000px;
  margin: 0 auto;
}

#text {
  text-align: left;
  width: 850px;
  margin: 0 auto;
}

#textwhite {
  text-align: left;
  width: 850px;
  margin: 0 auto;
  color: #fff;
}

#texts2 {
  text-align: left;
  width: 750px;
  position: relative;
  margin-top: 170px;
  margin-left: 400px;
}

#texts3 {
  text-align: left;
  width: 850px;
  margin-top: 250px;
  margin-left: 170px;
}

.container {
  text-align: left;
  width: 1200px;
  margin: 0 auto;
}

.white {
  color: #fff;
}

.text-center {
  text-align: center;
}

#footer {
  background-color: #ffffff;
  font-size: 1rem;
  color: #333333;
  padding: 10px;
}

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

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