@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: #330066;
  text-decoration: none;
}
a:hover, a:active {
  color: #CC9966;
  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
}
/* 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*/
}

/* 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: 440px;
}
#head2 {
  background: url("../images/header1_02.webp") no-repeat top center;
  height: 940px;
}
#head3 {
  background: url("../images/header1_03.webp") no-repeat top center;
  height: 420px;
}
#head4 {
  background: url("../images/header2_01.webp") no-repeat top center;
  height: 780px;
}
#head5 {
  background: url("../images/header2_02.webp") no-repeat top center;
  height: 680px;
}
#head6 {
  background: url("../images/header2_03.webp") no-repeat top center;
  height: 840px;
}
#head7 {
  background: url("../images/header2_04.webp") no-repeat top center;
  height: 1060px;
}
#head8 {
  background: url("../images/header2_05.webp") no-repeat top center;
  height: 500px;
}
#head9 {
  background: url("../images/header2_06.webp") no-repeat top center;
  height: 840px;
}
#head10 {
  background: url("../images/header2_07.webp") no-repeat top center;
  height: 480px;
}
#head11 {
  background: url("../images/header2_08.webp") no-repeat top center;
  height: 500px;
}
#head12 {
  background: url("../images/header2_09.webp") no-repeat top center;
  height: 970px;
}
#head13 {
  background: url("../images/header3_01.webp") no-repeat top center;
  height: 316px;
}
#head14 {
  background: url("../images/header3_02.webp") no-repeat top center;
  height: 1100px;
}
#head15 {
  background: url("../images/header3_03.webp") no-repeat top center;
  height: 440px;
}
#head16 {
  background: url("../images/header3_04.webp") no-repeat top center;
  height: 820px;
}
#head17 {
  background: url("../images/header3_05.webp") no-repeat top center;
  height: 800px;
}
#head18 {
  background: url("../images/header3_06.webp") no-repeat top center;
  height: 1094px;
}
#head19 {
  background: url("../images/header4_01.webp") no-repeat top center;
  height: 513px;
}
#head20 {
  background: url("../images/header4_02.webp") no-repeat top center;
  height: 920px;
}
#head21 {
  background: url("../images/header4_03.webp") no-repeat top center;
  height: 580px;
}
#head22 {
  background: url("../images/header4_04.webp") no-repeat top center;
  height: 660px;
}
#head23 {
  background: url("../images/header4_05.webp") no-repeat top center;
  height: 560px;
}
#head24 {
  background: url("../images/header4_06.webp") no-repeat top center;
  height: 1200px;
}
#head24-5 {
  background: url("../images/header4_07.webp") no-repeat top center;
  height: 820px;
}
#head25 {
  background: url("../images/header4_08.webp") no-repeat top center;
  height: 620px;
}
#head26 {
  background: url("../images/header4_09.webp") no-repeat top center;
  height: 627px;
}
#head27 {
  background: url("../images/header5_01.webp") no-repeat top center;
  height: 815px;
}
#head28 {
  background: url("../images/header5_02.webp") no-repeat top center;
  height: 460px;
}
#head29 {
  background: url("../images/header5_03.webp") no-repeat top center;
  height: 1040px;
}
#head30 {
  background: url("../images/header5_04.webp") no-repeat top center;
  height: 1060px;
}
#head31 {
  background: url("../images/header5_05.webp") no-repeat top center;
  height: 880px;
}
#head32 {
  background: url("../images/header5_06.webp") no-repeat top center;
  height: 660px;
}
#head33 {
  background: url("../images/header5_07.webp") no-repeat top center;
  height: 445px;
}
/*ボタン関係ここから*//* ボタンのマウスオーバーで明るくする */

.btn:hover {
  filter: brightness(130%);
	transition: .4s;
}


/* 光るボタンのCSS*/
.box {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.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    */
.btn_box01 {
  position: relative;
  width: 850px;
  height: 200px;
  margin: 0 auto;
  transition: .2s;
  z-index: 1000;
  top: 160px;
  left: 0;
}
.btn_box01:after {
  animation-delay: .5s;
  animation-delay: .5s;
}
.btn_box01:before, .btn_box01:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  box-shadow: 0 0 50px #E83929 inset;
  animation: anime 2s ease-out infinite;
}
/* 光るボタンのCSS*/


/*   光るボタン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    */

/*   光るボタン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    */

/*   光るボタン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    */

.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: 800px;
  margin: 0 auto;
}
#text {
  text-align: left;
  width: 800px;
  margin: 0 auto;
}
.txt1-l {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 1.8em;
  width: 800px;
  margin: 0 auto;
}
.txt1-l span {
  font-weight: 600;
  color: #f0d076;
}
.txt1-r {
  text-align: right;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 1.8em;
  width: 800px;
  margin: 0 auto;
}
.txt1-r span {
  font-weight: 600;
  color: #f0d076;
}
.txt2 {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #303030;
  line-height: 1.8em;
  width: 700px;
  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: #A7894B;
  font-size: 1rem;
  color: #ffffff;
  padding: 10px;
}
--------------------------- */ ol, ul {
  list-style-position: inside;
  padding-left: 10px;
}
ol li, ul li {
  text-align: left;
}