@charset "UTF-8"; /*
style.css
文字：201410
メインカラー：005e3c
*/
article,aside,details,figcaption,figure,footer,header,nav,section,summary {
  display: block;
}
audio,canvas,video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
}
html,body,button,input,select,textarea {
  font-family: 'Noto Sans JP',"Noto Sans JP","Arial","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-feature-settings : "palt" 1;
  letter-spacing: 0;
  line-break: strict;
}
body {
  color: #201410;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #000;
  min-width: auto;
}
html.header_open,html.header_open body {
  overflow: hidden;
}
a {
  color: #005e3c;
  text-decoration: none;
  font-size: inherit;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
a:focus {
  outline: none;
}
a:active,a:hover {
    outline: 0;
}
a img {
  transition: opacity 0.3s ease-out;
}
a:hover img {
  opacity: 0.8;
}
.ie a:hover img {
  -ms-filter: "alpha(opacity=75)";
}
h1,h2,h3,h4,h5,h6,p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  word-break: break-all;
}
h1,h2,h3,h4,h5,h6 {
  clear: both;
  line-height: 1.6;
  font-weight: 900;
}
h1 {
  font-size: 132%;
  line-height: 1.3;
}
h2 {
  font-size: 115%;
}
h3 {
  font-size: 100%;
}
p {
  line-height: 1.7;
  text-align: left;
  text-align: justify;
  word-break: break-all;
}
address {
  font-style: normal;
}
b,strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
}
code,kbd,pre,samp {
  font-family: monospace,serif;
  hyphens: none;
}
pre {
  overflow: auto;
  padding: 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,q {
  hyphens: none;
  quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: "";
  content: none;
}
blockquote {
  margin: 0;
}
blockquote blockquote {
  margin: 0;
}
blockquote cite,blockquote small {
  font-weight: normal;
  text-transform: uppercase;
}
small {
  font-size: smaller;
}
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl {
  margin: 0;
  border-top: #201410 1px solid;
}
dt,dd {
  font-weight: normal;
  border-bottom: #201410 1px solid;
  margin: 0;
  display: block;
  font-size: 80%;
  padding: 15px 5px;
  line-height: 1.4;
}
menu,ol,ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: square;
}
nav ul,nav ol {
  list-style: none;
  list-style-image: none;
}
li > ul,li > ol {
  margin: 0;
}
li {
  list-style: none;
  font-size: 100%;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
.form_item_hidden {
  display: none;
}
.form_item_hidden.on {
  display: block;
}
button,input,select,textarea {
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,input {
  line-height: normal;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],input[disabled] {
  cursor: default;
}
input[type="checkbox"],input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;/* Don't cut off the webkit search cancel button */
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  font-size: 16px;
  overflow: auto;
  vertical-align: top;
}
caption,th,td {
  font-weight: normal;
  text-align: left;
}
caption {
  margin: 0;
}
table,table.table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1;
  border-radius: 0;
  border: none;
  padding-bottom: 1px;
  width: 86%;
  word-break: break-all;
  margin: 30px auto;
  border-radius: 6px;
  overflow: hidden;
}
th,td,table.table th,table.table td {
  border-bottom: rgba(32,20,16,0.3) 1px solid;
  border-right: none;
  border-left: none;
  margin: 0;
  padding: 20px 15px;
  line-height: 1.4;
}
tr:last-child th,tr:last-child td {
  border-bottom: 0;
}
th,table.table th {
  font-weight: bold;
  background: rgba(0,0,0,0.05);
}
.th2 {
  font-weight: normal;
  background: #e0d1c7;
  background: rgba(0,0,0,0.05);
  color: #555;
  border-right: #ddd 1px solid;
}
.th2:last-child {
  border-right: none;
}
.th3 {
  font-weight: normal;
  background: #eee;
  background: rgba(0,0,0,0.1);
  color: #444;
}
.th4 {
  font-weight: normal;
  background: #999;
  background: rgba(0,0,0,0.4);
  color: #fff;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background: #ddd;
  border: 0;
  height: 1px;
  margin: 0 0 36px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
input[type="submit"],input[type="button"],.btn_submit {
  background: #201410;
  color: #fff;
  padding: 8px 25px;
  text-align: center;
  border: none;
  display: inline-block;
  width: auto;
  height: auto;
  box-sizing: content-box;
  font-size: inherit;
  border-radius: 20px;
  transition: all 0.3s ease-out;
}
input[type="submit"].on,input[type="button"].on,.btn_submit.on {
  background: #005e3c;
}
input[type="submit"]:hover,input[type="button"]:hover,.btn_submit:hover {
  opacity: 0.8;
}
input[type="text"],input[type="tel"],input[type="url"],input[type="email"],input[type="number"],input[type="password"],input[type="date"],textarea {
  border: #201410 1px solid;
  background: #fff;
  box-sizing: border-box;
  padding: 4px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  border-radius: 5px;
  outline: none;
  display: inline-block;
  margin-right: 10px;
  max-width: 100%;
  box-sizing: border-box;
}
textarea {
  font-size: 16px;
  -webkit-appearance: none;
  max-width: 100%;
  box-sizing: border-box;
}
select {
  cursor: pointer;
  border: #534741 1px solid;
  padding: 0 34px 0 8px;
  border-radius: 4px;
  line-height: 30px;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  height: 32px;
  font-size: 16px;
  position: relative;
  background-size: 31px auto;
  background: #f6f6f6;
}
.select_wrap {
  display: inline-block;
  position: relative;
}
.select_wrap:after {
  content: "";
  width: 5px;
  height: 5px;
  border: #333 1px solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  pointer-events: none;
}
select::-ms-expand {
  display: none;
}
option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #444;
  padding: 5px 3px;
}
option[selected] {
  color: #fff;
  background: rgba(60,88,207,0.3);
}
select:focus {
  border-color: #005e3c;
  outline: none;
}
select.off {
  background: #f1f1f1;
  border-color: #ddd;
}
input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="date"]:focus,textarea:focus {
  border: #005e3c 1px solid;
}
@media screen and (max-width: 767px) {
  body {
    font-size:15px;
    min-width: 0;
    padding: 0;
  }
  table,tbody,tr,th,td {
    display: block;
  }
  th {
    padding: 10px 15px 8px;
    border-bottom: 0;
  }
}
/* btn */
.btns {
  text-align: center;
  margin: 50px auto;
}
.btn {
  display: block;
  background: #201410;
  color: #fff;
  font-size: 17px;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 30px;
  width: 86%;
  max-width: 320px;
}
.btn:hover {
  background: #4a3e39;
}
/*-------------------------------*  other  */
@media screen and (min-width: 768px) {
  .forSP {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .forPC {
    display: none !important;
  }
}
.dn {
  display: none;
}
.hidden {
  visibility: hidden;
}
@media print {
  html .no_print {
    display: none !important;
  }
}
.clear {
  clear: both;
}
.headerBnr {
  display: none;
}
/*-----------------------------------------------------------------------------* container */
.container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
.contents {
  position: relative;
  overflow: hidden;
  background: #111;
}
.inner {
  position: relative;
  margin: 0 auto;
}
/* =========================================================
#GFoot
========================================================= */
@keyframes chara {
  0% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
#GFoot {
  line-height: 1;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 0 100px;
}
#GFoot img {
  vertical-align: top;
}
#GFoot .totop {
  position: absolute;
  z-index: 1;
}
#GFoot .totop a:hover {
  opacity: 0.75;
}
#GFoot .appliBlock {
  position: relative;
  text-align: center;
}
#GFoot .appliBlock > * {
  position: relative;
  z-index: 1;
}
#GFoot .appliBlock:before {
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #e60012;
}
#GFoot .appliBlock .sectMain {
  overflow: hidden;
}
#GFoot .appliBlock .sectMain .btn a:hover {
  opacity: 0.75;
}
#GFoot .appliBlock .sectMain .chara img {
  position: relative;
  z-index: 1;
  width: auto;
}
#GFoot .appliBlock .sectMain .chara img:first-child {
  z-index: 0;
  transform-origin: 25% 95%;
  animation: chara 1s ease-in-out alternate infinite;
}
#GFoot .snsBlock {
  position: relative;
  text-align: center;
}
#GFoot .snsBlock .itemList {
  display: flex;
  justify-content: center;
}
#GFoot .snsBlock .itemList > li a:hover {
  opacity: 0.75;
}
#GFoot .otherBlock {
  position: relative;
  text-align: center;
}
#GFoot .otherBlock .itemList {
  display: flex;
  justify-content: center;
}
#GFoot .otherBlock .itemList > li {
  border-left: 1px solid #000;
}
#GFoot .otherBlock .itemList > li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
#GFoot .otherBlock .itemList > li a:hover {
  opacity: 0.75;
}
#GFoot .otherBlock .itemList > li:first-child {
  border-left: 0;
}
.footer_logo_body img {
  display: block;
  margin: 40px auto 0;
}
.footer_logo_body .btn_2 {
  border: 1px solid #000;
  color: #000;
  padding: 20px;
  box-sizing: border-box;
  width: 250px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 100px;
}
#GFoot .copyBlock {
  line-height: 1.4;
  text-align: center;
}
#GFoot .copyBlock img {
  vertical-align: middle;
}
@media only screen and (min-width: 890px),
print {
  #GFoot .appliBlock {
    padding: 60px 0 10px;
  }
  #GFoot .appliBlock .sectTit img {
    width: 539px;
  }
  #GFoot .appliBlock .sectMain .lead img {
    width: 462px;
  }
  #GFoot .appliBlock .sectMain .btn {
    margin-top: 25px;
  }
  #GFoot .appliBlock .sectMain .btn img {
    width: 301px;
  }
  #GFoot .appliBlock .sectMain .chara {
    margin-top: 20px;
    padding-left: 15px;
  }
  #GFoot .appliBlock .sectMain .chara img {
    height: 291px;
  }
  #GFoot .snsBlock .totop {
    top: 30px;
    right: 0;
    width: 72px;
    transform: translateY(-50%);
  }
  #GFoot .snsBlock .itemList > li {
    width: 65px;
    padding: 0 20px;
  }
  #GFoot .otherBlock {
    margin-top: 40px;
  }
  #GFoot .otherBlock .itemList > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #GFoot .otherBlock .itemList > li a {
    padding: 0 10px;
  }
  #GFoot .copyBlock {
    margin-top: 50px;
    padding-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #GFoot .copyBlock img {
    width: 39px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 889px) {
  #GFoot {
    padding-bottom: 100px;
  }
  #GFoot .appliBlock {
    padding: 30px 0 30px;
  }
  #GFoot .appliBlock .sectTit img {
    width: 300px;
  }
  #GFoot .appliBlock .sectMain .lead img {
    width: 262px;
  }
  #GFoot .appliBlock .sectMain .btn {
    margin-top: 15px;
  }
  #GFoot .appliBlock .sectMain .btn img {
    width: 270px;
  }
  #GFoot .appliBlock .sectMain .chara {
    margin-top: 20px;
    padding-left: 5px;
  }
  #GFoot .appliBlock .sectMain .chara img {
    height: 209px;
  }
}
@media only screen and (max-width: 889px) and (max-width: 374px) {
  #GFoot .appliBlock .sectMain .chara img {
    height: 52.25vw;
  }
}
@media only screen and (max-width: 889px) {
  #GFoot .snsBlock {
    margin-top: 35px;
  }
  #GFoot .snsBlock .totop {
    top: 100%;
    right: 20px;
    width: 50px;
    margin-top: 110px;
  }
  #GFoot .snsBlock .itemList > li {
    width: 55px;
    padding: 0 15px;
  }
  #GFoot .otherBlock {
    margin-top: 50px;
  }
  #GFoot .otherBlock .itemList > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #GFoot .otherBlock .itemList > li a {
    padding: 0 10px;
  }
  #GFoot .copyBlock {
    margin-top: 70px;
    padding-bottom: 20px;
    font-size: 10px;
    font-size: 1rem;
  }
  #GFoot .copyBlock a,#GFoot .copyBlock img {
    display: block;
    width: 78px;
    margin: 0 auto 50px;
  }
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 1000000;
  transform: translate(0, 0);
  transform-origin: 50% 0;
}
.loading:after {
  content: "loading";
  font-size: 10px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 55px;
  padding: 48px 0 0;
  background: url(../images/logo_sp.png) center top no-repeat;
  background-size: 43px auto;
  transition: 0.2s ease-out;
  animation: zooming 1s ease 0s;
  animation-iteration-count: infinite;
}
.init .loading {
  animation: upOut 0.3s ease-out 0.2s;
  animation-fill-mode: both;
}
.init .loading:after {
  opacity: 0;
}
@keyframes upOut {
  0% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
    display: none;
  }
}