@charset "UTF-8";
.onmouse {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.onmouse:hover {
  opacity: 0.6;
}

.test {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.onopa {
  opacity: 0.4;
}

img {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  padding: 0 50px;
  overflow: hidden;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.header__in {
  width: 100%;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  overflow: hidden;
  border-bottom: 1px solid #999;
}

.header__in.toponly {
  border-bottom: 0px;
}

.header__in.scrollon {
  border-bottom: 1px solid #999;
}

.mainh1 {
  width: 11.4%;
  max-width: 142px;
  float: left;
  height: 145px;
  position: relative;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.mainh1.scrollon {
  height: 50px;
  width: 6.1%;
  max-width: 77px;
}

.sitename {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.sitename div {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  line-height: 0;
}

.sitename p {
  width: 52.8%;
  margin: 9% auto 0 auto;
  line-height: 0;
}

.right_c {
  width: 88.6%;
  float: right;
  height: 145px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  /*background-color: #f00;*/
}

.right_c.scrollon {
  height: 50px;
  width: 93.9%;
}

ul.headup {
  text-align: right;
  height: 30px;
  overflow: hidden;
  font-size: 11px;
}

ul.headup li {
  display: inline-block;
  padding-top: 15px;
  line-height: 110%;
}

ul.headup li.hu01 a {
  display: inline-block;
  padding-right: 1.5em;
  border-right: 1px solid #666;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

ul.headup li.hu01 a:hover {
  opacity: 0.6;
}

ul.headup li.hu02 a {
  display: inline-block;
  padding-left: 1em;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

ul.headup li.hu02 a:hover {
  opacity: 0.6;
}

ul.headup li.hu03 {
  margin-left: 30px;
  letter-spacing: 1px;
}

ul.headup li.hu03 span {
  opacity: 0.6;
}

ul.headup li.hu03 a {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

ul.headup li.hu03 a:hover {
  opacity: 0.6;
}

ul.headdown {
  width: 96%;
  max-width: 855px;
  margin-left: auto;
  height: 115px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
}

ul.headdown.scrollon {
  height: 50px;
}

ul.headdown li {
  height: 115px;
  float: left;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  display: table;
}

ul.headdown li.scrollon {
  height: 50px;
}

ul.headdown li.nnl {
  padding: 0 1.2%;
}

ul.headdown li.nnl_no {
  padding: 0 0 0 1.2%;
}

ul.headdown li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

ul.headdown li a span {
  display: inline-block;
  position: relative;
}

ul.headdown li a span.contactbt {
  padding: 7px 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

ul.headdown li.nnl_no a:hover span.contactbt {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

ul.headdown li.nnl a span::after {
  content: "";
  display: block;
  position: relative;
  top: 5px;
  left: -4px;
  width: 0%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
  margin: 0px auto;
}

ul.headdown li.nnl a:hover > span::after {
  width: calc(100% + 6px);
}

ul.headdown li.nnl.active a > span::after {
  width: calc(100% + 6px) !important;
}

ul.headdown li.nnl.active.active__off a > span::after {
  width: 0% !important;
}

ul.headdown li.nnl.active__on a > span::after {
  width: calc(100% + 6px) !important;
}

ul.headdown li.subsub a span::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  left: calc(50% - 2px);
  width: 1px;
  height: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  margin: 0px auto;
}

ul.headdown li.subsub a:hover > span::before {
  height: 50px;
}

ul.headdown li.subsub.active a > span::before {
  height: 50px !important;
}

ul.headdown li.subsub.active.active__off a > span::before {
  height: 0px !important;
}

ul.headdown li.subsub.active__on a > span::before {
  height: 50px !important;
}

.br_min {
  display: none;
}

/***********************サブメニュー処理**********************/
.sub_nav_contena {
  width: 100%;
  position: fixed;
  z-index: 10000;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  top: 145px;
  left: 0;
  font-size: 12px;
  line-height: 100%;
}

.sub_nav_contena.scrollon {
  top: 50px;
}

.sub_grade {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 26px 50px 32px 50px;
  line-height: 100%;
  text-align: center;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  letter-spacing: 1px;
}

.sub_grade.toponly {
  border-bottom: 0px;
}

.sub_grade.scrollon {
  background-color: white;
  padding: 20px 0 24px 0;
}

.sub_grade li {
  display: inline-block;
}

.sub_grade li span {
  display: inline-block;
  position: relative;
}

.sub_grade li span::after {
  content: "";
  display: block;
  position: relative;
  top: 5px;
  left: -4px;
  width: 0%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  margin: 0px auto;
}

.sub_grade li a:hover > span::after {
  width: calc(100% + 6px);
}

.sub_grade li.active a > span::after {
  width: calc(100% + 6px) !important;
}

.sub_grade a {
  color: #000;
  padding: 0 2em;
}

@media all and (-ms-high-contrast: none) {
  .sub_grade {
    padding: 28px 0 32px 0;
  }
  .sub_grade.scrollon {
    padding: 22px 0 18px 0;
  }
}

.unli {
  position: absolute;
  width: calc(100% - 100px);
  height: 1px;
  bottom: 0;
  left: 50px;
  background-color: #999;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.toponly .unli {
  display: none;
}

/*************ナビ位置調整**************/
.sub_news, .sub_company, .sub_greeting, .sub_news2 {
  position: absolute;
  top: -75px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  transition-delay: 0.15s;
}

.sub__on {
  top: 0;
  transition-delay: 0s;
}

/********/
.activeyaji {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 8px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  transition-delay: 0.15s;
  -webkit-transform: translate(-50%, -5%);
  transform: translate(-50%, -5%);
  z-index: 99999;
}

.activeyaji__on {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.active_other {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 8px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 999;
  opacity: 0;
}

.active_other__on {
  opacity: 1;
}

.active_other__off {
  opacity: 0 !important;
}

/*******該当ページの反転処理******/
.active__sub__on {
  top: 0 !important;
  transition-delay: 0s !important;
}

.active__sub__on__off {
  top: -70px !important;
  transition-delay: 0s !important;
}

.active__activeyaji__on {
  -webkit-transform: translate(-50%, 50%) !important;
  transform: translate(-50%, 50%) !important;
}

.active__activeyaji__on__off {
  -webkit-transform: translate(-50%, -5%) !important;
  transform: translate(-50%, -5%) !important;
}

.padding_side {
  padding-left: 50px;
  padding-right: 50px;
}

.padding_side_bottom {
  padding-bottom: 50px;
}

/**********************************************************ここからは幅に対する処理*******************************************/
@media screen and (max-width: 1210px) {
  ul.headdown {
    width: 96%;
    max-width: 820px;
    margin-left: auto;
    height: 115px;
    font-size: 1vw;
    display: flex;
    justify-content: flex-end;
  }
  ul.headdown.scrollon {
    height: 50px;
  }
  ul.headdown li {
    height: 115px;
  }
  ul.headdown li.scrollon {
    height: 50px;
  }
  ul.headdown li.nnl {
    padding: 0 1%;
  }
  ul.headdown li.nnl_no {
    padding: 0 0 0 1%;
  }
  ul.headdown li a span.contactbt {
    padding: 7px 12px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  ul.headdown li.nnl_no a:hover span.contactbt {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  }
  .br_min {
    display: none;
  }
  .sub_nav_contena {
    top: 145px;
    font-size: 12px;
  }
  .sub_nav_contena.scrollon {
    top: 50px;
  }
  .unli {
    width: calc(100% - 100px);
  }
  .padding_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .padding_side_bottom {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1120px) {
  .mainh1 {
    width: 10%;
    max-width: 142px;
    height: 145px;
  }
  .mainh1.scrollon {
    height: 50px;
    width: 6.1%;
    max-width: 77px;
  }
  .right_c {
    width: 90%;
    height: 145px;
  }
  .right_c.scrollon {
    height: 50px;
    width: 93.9%;
  }
  ul.headdown {
    width: 99%;
    max-width: 780px;
    margin-left: auto;
    height: 115px;
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
  }
  ul.headdown.scrollon {
    height: 50px;
  }
  ul.headdown li {
    height: 115px;
  }
  ul.headdown li.scrollon {
    height: 50px;
  }
  ul.headdown li.nnl {
    padding: 0 1%;
  }
  ul.headdown li.nnl_no {
    padding: 0 0 0 1%;
  }
  ul.headdown li a span.contactbt {
    padding: 7px 12px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  ul.headdown li.nnl_no a:hover span.contactbt {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  }
  header {
    padding: 0 25px;
  }
  .br_min {
    display: none;
  }
  .sub_nav_contena {
    top: 145px;
    font-size: 12px;
  }
  .sub_nav_contena.scrollon {
    top: 50px;
  }
  .unli {
    width: calc(100% - 50px);
    left: 25px;
  }
  .sub_grade {
    width: 100%;
    padding: 22px 50px 25px 50px;
  }
  .padding_side {
    padding-left: 25px;
    padding-right: 25px;
  }
  .padding_side_bottom {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 980px) {
  .mainh1 {
    width: 10%;
    max-width: 142px;
    height: 145px;
  }
  .mainh1.scrollon {
    height: 50px;
    width: 6.1%;
    max-width: 77px;
  }
  .right_c {
    width: 90%;
    height: 145px;
  }
  .right_c.scrollon {
    height: 50px;
    width: 93.9%;
  }
  ul.headdown {
    width: 98%;
    max-width: 900px;
    margin-left: auto;
    height: 115px;
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
  }
  ul.headdown.scrollon {
    height: 50px;
  }
  ul.headdown li {
    height: 115px;
  }
  ul.headdown li.scrollon {
    height: 50px;
  }
  ul.headdown li.nnl {
    padding: 0 1%;
  }
  ul.headdown li.nnl_no {
    padding: 0 0 0 1%;
  }
  ul.headdown li a span.contactbt {
    padding: 7px 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  ul.headdown li.nnl_no a:hover span.contactbt {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  }
  .br_min {
    display: none;
  }
  .sub_nav_contena {
    font-size: 11px;
    top: 145px;
  }
  .sub_nav_contena.scrollon {
    top: 50px;
  }
  .sub_grade {
    width: 100%;
    padding: 22px 50px 26px 50px;
  }
  .padding_side {
    padding-left: 25px;
    padding-right: 25px;
  }
  .padding_side_bottom {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 930px) {
  ul.headup {
    font-size: 10px;
  }
  .mainh1 {
    width: 9%;
    max-width: 142px;
    height: 100px;
  }
  .mainh1.scrollon {
    height: 50px;
    width: 6.1%;
    max-width: 77px;
  }
  .right_c {
    width: 91%;
    height: 100px;
  }
  .right_c.scrollon {
    height: 50px;
    width: 93.9%;
  }
  ul.headdown {
    width: 98%;
    max-width: 900px;
    margin-left: auto;
    height: 70px;
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
  }
  ul.headdown.scrollon {
    height: 50px;
  }
  ul.headdown li {
    height: 70px;
  }
  ul.headdown li.scrollon {
    height: 50px;
  }
  ul.headdown li.nnl {
    padding: 0 1%;
  }
  ul.headdown li.nnl_no {
    padding: 0 0 0 1%;
  }
  ul.headdown li a span.contactbt {
    padding: 7px 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  ul.headdown li.nnl_no a:hover span.contactbt {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  }
  .br_min {
    display: none;
  }
  .sub_nav_contena {
    top: 100px;
    font-size: 10px;
  }
  .sub_nav_contena.scrollon {
    top: 50px;
  }
  .sub_grade {
    width: 100%;
    padding: 18px 50px 20px 50px;
  }
  .padding_side {
    padding-left: 25px;
    padding-right: 25px;
  }
  .padding_side_bottom {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 850px) {
  ul.headup {
    font-size: 9px;
  }
  .mainh1 {
    width: 8%;
    max-width: 142px;
    height: 100px;
  }
  .mainh1.scrollon {
    height: 50px;
    width: 6.1%;
    max-width: 77px;
  }
  .right_c {
    width: 92%;
    height: 100px;
  }
  .right_c.scrollon {
    height: 50px;
    width: 93.9%;
  }
  ul.headdown {
    width: 98%;
    max-width: 900px;
    margin-left: auto;
    height: 70px;
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
  }
  ul.headdown.scrollon {
    height: 50px;
  }
  ul.headdown li {
    height: 70px;
  }
  ul.headdown li.scrollon {
    height: 50px;
  }
  ul.headdown li.nnl {
    padding: 0 0.5%;
  }
  ul.headdown li.nnl_no {
    padding: 0 0 0 1%;
  }
  ul.headdown li a span.contactbt {
    padding: 7px 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  ul.headdown li.nnl_no a:hover span.contactbt {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  }
  .br_min {
    display: none;
  }
  .sub_nav_contena {
    top: 100px;
    font-size: 9px;
  }
  .sub_nav_contena.scrollon {
    top: 50px;
  }
  .sub_grade {
    width: 100%;
    padding: 18px 50px 20px 50px;
  }
  .padding_side {
    padding-left: 25px;
    padding-right: 25px;
  }
  .padding_side_bottom {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 760px) {
  .br_min {
    display: inline-block;
  }
  ul.headdown {
    width: 98%;
    max-width: 800px;
  }
  .sub_nav_contena {
    top: 100px;
  }
  .sub_nav_contena.scrollon {
    top: 50px;
  }
  .padding_side {
    padding-left: 25px;
    padding-right: 25px;
  }
  .padding_side_bottom {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 680px) {
  #sphead {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 16px 4%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  #sphead .sphead__in {
    width: 100%;
    display: table;
  }
  #sphead .sphead__in .sphead__left {
    width: 90px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: table-cell;
    vertical-align: middle;
    line-height: 100%;
  }
  #sphead .sphead__in .sphead__left div {
    width: 100%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    line-height: 0;
  }
  #sphead .sphead__in .sphead__left p {
    width: 68%;
    max-width: 62px;
    margin: 9% auto 0 auto;
    line-height: 0;
  }
  #sphead .sphead__in .sphead__right {
    width: auto;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: table-cell;
    font-size: 12px;
    text-align: right;
    line-height: 100%;
    vertical-align: top;
    position: relative;
  }
  #sphead .sphead__in .sphead__right span {
    opacity: 0.6;
  }
  #sphead .sphead__in .sphead__right .changebt {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #sphead .sphead__in .sphead__right p {
    display: block;
    width: 62px;
  }
  #sphead .sphead__in .sphead__right p.toponly_p {
    display: none;
    width: 62px;
  }
  #sphead.topother {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 12px 4%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  }
  #sphead.topother .sphead__in {
    width: 100%;
    display: table;
  }
  #sphead.topother .sphead__in .sphead__left {
    width: 68px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: table-cell;
    vertical-align: middle;
  }
  #sphead.topother .sphead__in .sphead__left div {
    width: 68px;
    margin-right: 0px;
    display: inline-block;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    line-height: 100%;
  }
  #sphead.topother .sphead__in .sphead__left p {
    display: none;
  }
  #sphead.topother .sphead__in .sphead__right {
    width: auto;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: table-cell;
    font-size: 12px;
    text-align: right;
    line-height: 100%;
    vertical-align: middle;
    position: relative;
  }
  #sphead.topother .sphead__in .sphead__right span {
    opacity: 0.6;
  }
  #sphead.topother .sphead__in .sphead__right .changebt {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #sphead.topother .sphead__in .sphead__right p {
    width: 62px;
    margin-left: 4px;
  }
  #sphead.topother2 {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 12px 4%;
    -webkit-transition: all .0s ease-out;
    transition: all .0s ease-out;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  }
  #sphead.topother2 .sphead__in {
    width: 100%;
    display: table;
  }
  #sphead.topother2 .sphead__in .sphead__left {
    width: 68px !important;
    -webkit-transition: all .0s ease-out;
    transition: all .0s ease-out;
    display: table-cell;
    vertical-align: middle;
  }
  #sphead.topother2 .sphead__in .sphead__left div {
    width: 68px !important;
    margin-right: 0px;
    display: inline-block;
    -webkit-transition: all .0s ease-out;
    transition: all .0s ease-out;
    line-height: 100%;
  }
  #sphead.topother2 .sphead__in .sphead__left p {
    display: none !important;
  }
  #sphead.topother2 .sphead__in .sphead__right {
    width: auto !important;
    -webkit-transition: all .0s ease-out;
    transition: all .0s ease-out;
    display: table-cell;
    font-size: 12px;
    text-align: right;
    line-height: 100%;
    vertical-align: middle;
    position: relative;
  }
  #sphead.topother2 .sphead__in .sphead__right span {
    opacity: 0.6;
  }
  #sphead.topother2 .sphead__in .sphead__right .changebt {
    display: none !important;
  }
  #sphead.topother2 .sphead__in .sphead__right p {
    width: 62px !important;
    margin-left: 4px;
  }
  #sphead.topother2 .sphead__in .sphead__right .kotoba {
    display: none !important;
  }
  .padding_side {
    padding-left: 0px;
    padding-right: 0px;
  }
  .padding_side_bottom {
    padding-bottom: 0px;
  }
  /****スマホナビボタン****/
  .spnav_bt {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border-radius: 50%;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2);
  }
  .spnav_bt:hover {
    cursor: pointer;
  }
  .spnav_bt .spnav_bt__in {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .spnav_bt .spnav_bt__in .line_01 {
    width: 34px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 18px;
    left: 12px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .spnav_bt .spnav_bt__in .line_02 {
    width: 34px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 29px;
    left: 12px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .spnav_bt .spnav_bt__in .line_02b {
    width: 34px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 29px;
    left: 12px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .spnav_bt .spnav_bt__in .line_03 {
    width: 34px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 18px;
    left: 12px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .spnav_bt__on .spnav_bt__in {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .spnav_bt__on .spnav_bt__in .line_01 {
    opacity: 0;
  }
  .spnav_bt__on .spnav_bt__in .line_02 {
    transform: rotate(-45deg);
  }
  .spnav_bt__on .spnav_bt__in .line_02b {
    transform: rotate(45deg);
  }
  .spnav_bt__on .spnav_bt__in .line_03 {
    opacity: 0;
  }
  /*****スマホメニュー内*****/
  .spnav_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99999;
    display: none;
  }
  .spnav_menu .spnav_menu__in {
    width: 90%;
    margin: 0 auto;
    height: calc(100% - 90px);
    position: relative;
    overflow-y: scroll;
  }
  .spnav_menu .spnav_menu__in ul.menucontena {
    padding-top: 30px;
    padding-bottom: 80px;
    text-align: center;
    font-size: 16px;
  }
  .spnav_menu .spnav_menu__in li.f1 {
    border-top: 1px solid #bbb;
  }
  .spnav_menu .spnav_menu__in li.f1 a.w100 {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .spnav_menu .spnav_menu__in li.f1 a.w100b {
    display: inline-block;
    width: 100%;
    padding: 0px 0 10px 0;
  }
  .spnav_menu .spnav_menu__in li.f1 a.w100c {
    display: inline-block;
    width: 100%;
    padding: 0px 0 10px 0;
  }
  .spnav_menu .spnav_menu__in li.f1 span.w100 {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .spnav_menu .spnav_menu__in li.f1 span.minmin {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
  }
  .spnav_menu .spnav_menu__in li.f1 span.iconb {
    display: inline-block;
    margin-left: 8px;
    width: 1em;
    vertical-align: 3px;
  }
  .spnav_menu .spnav_menu__in li p.nolink {
    opacity: 0.6;
    display: inline-block;
  }
  .spnav_menu .linkwaku01 {
    width: 100%;
    display: inline;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-top: 2px;
  }
  .spnav_menu .linkwaku01 .lw__left {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    margin-right: 4px;
  }
  .spnav_menu .linkwaku01 .lw__right {
    display: inline-block;
    vertical-align: middle;
  }
  .spnav_menu .linkwaku02 {
    width: 100%;
    display: inline;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  .spnav_menu .linkwaku02 .lw__left {
    display: inline-block;
    vertical-align: -7px;
    width: 108px;
    margin-right: 4px;
  }
  .spnav_menu .linkwaku02 .lw__right {
    display: inline-block;
    vertical-align: middle;
  }
  .spnav_menu .spmenu_close {
    width: 50px;
    height: 50px;
    margin: 30px auto 0 auto;
  }
  .spnav_menu .f1under {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .spnav_menu .f1under li {
    padding: 6px;
  }
  .spnav_menu .f1under li a {
    color: #333333;
    display: inline-block;
    width: 100%;
  }
  .spnav_menu .morem {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .spnav_menu span.morem::after {
    content: "+";
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    top: 11px;
    font-size: 16px;
  }
  .spnav_menu span.morem.onsub::after {
    content: "-";
    font-family: FontAwesome;
    font-size: 22px;
    left: 22px;
  }
  /*****スマホメニューフッター内*****/
  .spnav_menu_foot {
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .spnav_menu_foot h4 {
    width: 115px;
    margin: 0 auto;
    padding-top: 15px;
  }
  .spnav_menu_foot .spnav_menu__in {
    width: 90%;
    margin: 0 auto;
    height: auto;
    position: relative;
  }
  .spnav_menu_foot .spnav_menu__in ul.menucontena {
    padding-top: 25px;
    padding-bottom: 80px;
    text-align: center;
    font-size: 16px;
  }
  .spnav_menu_foot .spnav_menu__in li.f1 {
    border-top: 1px solid #bbb;
  }
  .spnav_menu_foot .spnav_menu__in li.f1 a.w100 {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .spnav_menu_foot .spnav_menu__in li.f1 a.w100b {
    display: inline-block;
    width: 100%;
    padding: 0px 0 10px 0;
  }
  .spnav_menu_foot .spnav_menu__in li.f1 a.w100c {
    display: inline-block;
    width: 100%;
    padding: 0px 0 10px 0;
  }
  .spnav_menu_foot .spnav_menu__in li.f1 span.w100 {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .spnav_menu_foot .spnav_menu__in li.f1 span.minmin {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
  }
  .spnav_menu_foot .spnav_menu__in li.f1 span.iconb {
    display: inline-block;
    margin-left: 8px;
    width: 1em;
    vertical-align: 3px;
  }
  .spnav_menu_foot .spnav_menu__in li p.nolink {
    opacity: 0.6;
    display: inline-block;
  }
  .spnav_menu_foot .linkwaku01 {
    width: 100%;
    display: inline;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-top: 2px;
  }
  .spnav_menu_foot .linkwaku01 .lw__left {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    margin-right: 4px;
  }
  .spnav_menu_foot .linkwaku01 .lw__right {
    display: inline-block;
    vertical-align: middle;
  }
  .spnav_menu_foot .linkwaku02 {
    width: 100%;
    display: inline;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  .spnav_menu_foot .linkwaku02 .lw__left {
    display: inline-block;
    vertical-align: -7px;
    width: 108px;
    margin-right: 4px;
  }
  .spnav_menu_foot .linkwaku02 .lw__right {
    display: inline-block;
    vertical-align: middle;
  }
  .spnav_menu_foot .spmenu_close {
    width: 50px;
    height: 50px;
    margin: 30px auto 0 auto;
  }
  .spnav_menu_foot .f1under {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .spnav_menu_foot .f1under li {
    padding: 6px;
  }
  .spnav_menu_foot .f1under li a {
    color: #333333;
    display: inline-block;
    width: 100%;
  }
  .spnav_menu_foot .morem {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .spnav_menu_foot span.morem::after {
    content: "+";
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    top: 11px;
    font-size: 16px;
  }
  .spnav_menu_foot span.morem.onsub::after {
    content: "-";
    font-family: FontAwesome;
    font-size: 22px;
    left: 22px;
  }
}

/***********アニメーション関連*************/
/**文字表示用**/
.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

/**縦線スン**/
.fadein_lineup1 {
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 0;
  -webkit-transform: translate(0%, 50px);
  transform: translate(0%, 50px);
  transition-delay: 0s;
}

.fadein_lineup2 {
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 0;
  -webkit-transform: translate(0%, 50px);
  transform: translate(0%, 50px);
  transition-delay: 0.2s;
}

.fadein_lineup3 {
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 0;
  -webkit-transform: translate(0%, 50px);
  transform: translate(0%, 50px);
  transition-delay: 0.4s;
}

.fadein_lineup_nomal {
  -webkit-transform: translate(0%, 50px);
  transform: translate(0%, 50px);
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 0;
}

.fadein_lineup__on {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}

.midsien {
  padding: 36px 0 15px 0;
  font-family: "Noto Sans Japanese";
  font-size: 16px;
}
