#__bs_notify__ {
  top: auto !important;
  bottom: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #333;
}
@media screen and (max-width: 1039px) {
  body {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  color: #333;
  text-decoration: none;
}
a:hover, a:active {
  opacity: .6;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: #ff8e0c;
  border-radius: 2px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1040px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1039px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.replace {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 50%;
  padding: 0;
  margin: 0 auto;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.row {
  position: relative;
  width: calc(100% + 20px);
  margin: 0 -10px;
  font-size: 0;
}

.col {
  position: relative;
  width: 50%;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.4rem;
}

.m-title {
  position: relative;
  font-size: 8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.m-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #ff8e0c;
  border-radius: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m-title span {
  position: relative;
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1039px) {
  .m-title {
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
  .m-title span {
    font-size: 1.6rem;
  }
}

.s-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  border-left: 8px solid #ff8e0c;
  border-bottom: 1px solid #DEDBD9;
  padding: 2px 0 2px 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1039px) {
  .s-title {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.m-bt {
  width: 300px;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
}
.m-bt.orange a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
  color: #ff8e0c;
  border: 1px solid #ff8e0c;
  border-radius: 5px;
}
.m-bt.orange a span {
  position: relative;
  z-index: 2;
}
.m-bt.orange a i {
  height: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  font-size: 1.4rem;
  line-height: 20px;
  margin: auto;
  z-index: 2;
}
.m-bt.orange a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #ff8e0c;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: 1;
}
@media screen and (min-width: 1040px) {
  .m-bt.orange a:hover {
    opacity: 1;
    color: #FFF;
    background-color: #ff8e0c;
  }
  .m-bt.orange a:hover:before {
    transform: scale(1, 1);
    transition: all .3s;
  }
}
.m-bt.white a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
  color: #ff8e0c;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.m-bt.white a span {
  position: relative;
  z-index: 2;
}
.m-bt.white a i {
  height: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  font-size: 1.4rem;
  line-height: 20px;
  margin: auto;
  z-index: 2;
}
.m-bt.white a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #ff8e0c;
  border-radius: 5px;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: 1;
}
@media screen and (min-width: 1040px) {
  .m-bt.white a:hover {
    opacity: 1;
    color: #FFF;
  }
  .m-bt.white a:hover:before {
    transform: scale(1, 1);
    transition: all .3s;
  }
}

.s-bt {
  text-align: left;
}
.s-bt a {
  font-weight: 700;
  color: #0d2e8b;
}
.s-bt i {
  font-size: 2.6rem;
  vertical-align: middle;
  color: #ff8e0c;
  margin-left: 10px;
}

.fade {
  animation: fade 3s ease 0s 1 normal;
  -webkit-animation: fade 3s ease 0s 1 normal;
}

.fade_h1 {
  animation: fade_h1 3s ease 0s 1 normal;
  -webkit-animation: fade_h1 3s ease 0s 1 normal;
}

.logo_small {
  animation: logo_small 2s ease 0s 1 normal forwards;
  -webkit-animation: logo_small 2s ease 0s 1 normal forwards;
}

.logo_slide {
  animation: logo_slide 4s ease 0s 1 normal;
  -webkit-animation: logo_slide 4s ease 0s 1 normal;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
}

.fadeinup {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2s;
}

.fadeinright {
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 2s;
}

.fadeinleft {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: all 2s;
}

ul.fadeturn li {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}
ul.fadeturn li:nth-child(n+1) {
  transition-delay: 0.0s;
}
ul.fadeturn li:nth-child(n+2) {
  transition-delay: 0.4s;
}
ul.fadeturn li:nth-child(n+3) {
  transition-delay: 0.8s;
}
ul.fadeturn li:nth-child(n+4) {
  transition-delay: 1.2s;
}
ul.fadeturn li:nth-child(n+5) {
  transition-delay: 1.6s;
}
ul.fadeturn li:nth-child(n+6) {
  transition-delay: 2.0s;
}
ul.fadeturn li:nth-child(n+7) {
  transition-delay: 2.4s;
}
ul.fadeturn li:nth-child(n+8) {
  transition-delay: 2.8s;
}
ul.fadeturn li:nth-child(n+9) {
  transition-delay: 3.2s;
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.image_loop {
  animation: image_loop 95s infinite linear 0.5s both;
  -webkit-animation: image_loop 95s infinite linear 0.5s both;
}

#shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/index/shutter_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9999999;
  -webkit-animation: Shutter 3s forwards;
  animation: Shutter 3s forwards;
}
#shutter p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  top: 45%;
  -webkit-animation: shuttertxt 3s forwards;
  animation: shuttertxt 3s forwards;
}
#shutter img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  #shutter img {
    width: 100px;
  }
}

@keyframes Shutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@-webkit-keyframes Shutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shuttertxt {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  60% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    transform: scale(8, 8);
  }
}
@-webkit-keyframes shuttertxt {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_h1 {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade_h1 {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes logo_small {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.85, 0.85);
  }
}
@-webkit-keyframes logo_small {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.85, 0.85);
  }
}
@keyframes logo_slide {
  0% {
    transform: translate(10px, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes logo_slide {
  0% {
    transform: translate(10px, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes image_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes image_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes arrowthrow {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes arrowthrow {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes strength_title {
  0% {
    transform: translateX(-1446px);
  }
  100% {
    transform: translateX(170%);
  }
}
@keyframes strength_title {
  0% {
    transform: translateX(-1446px);
  }
  100% {
    transform: translateX(170%);
  }
}
