@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: 850px;
}

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

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

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

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

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

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

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

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

#head9-text {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-shadow: 0px 0px 3px #ffffff;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
}

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

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

#head12 {
  background: url("../images/header3_02.webp") no-repeat top center;
  height: 584px;
  position: relative;
}

#head13 {
  background: url("../images/header3_03.webp") no-repeat top center;
  height: 660px;
  position: relative;
}

#head14 {
  background: url("../images/header3_04.webp") no-repeat top center;
  height: 550px;
  position: relative;
}

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

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

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

#head17 p {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  color: #303030;
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.9em;
  text-shadow: -2px -2px 10px #ffffff, -2px -2px 10px #ffffff, -2px -2px 10px #ffffff, -2px -2px 10px #ffffff;
}

#head17 span {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*ボタン関係ここから*/
/* 光るボタンの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: 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: #ffffff;
  font-size: 1rem;
  color: #333333;
  padding: 10px;
}

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

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

/* 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) {

  /* 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: left;
    width: 70%;
    height: auto;
  }


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

.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;
}

}
