header#main_small {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 999;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
header#main_small > h1.sim {
  width: 280px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 110px;
  -webkit-justify-content: center;
  justify-content: center;
}
header#main_small > h1.sim img {
  width: 100%;
}
header.main {
  display: none;
}
section#slide_wrap {
  margin-top: 110px;
}
/* section>p::after{content:""; position:absolute; top:50%; left:25%; width:14%; height:2px; background:#000; transform:translateY(-50%); z-index:-1;}
section>p::before{content:""; position:absolute; top:50%; right:25%; width:14%; height:2px; background:#000; transform:translateY(-50%); z-index:-1;} */

section#all_menu_box {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  font-size: 1.7em;
}

section#all_menu_box img {
  width: 100%;
  vertical-align: middle;
}
aside#small_side > div {
  width: 100%;
  overflow: hidden;
  font-size: 1.2em;
  line-height: 3em;
  padding: 0 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
}
div#member_box {
  width: 50%;
  float: left;
}
div#member_box > a:hover {
  font-weight: bold;
}
div#sns_box_side {
  width: 50%;
  position: absolute;
  right: 5%;
  height: 100%;
}
div#sns_box_side > a {
  display: flex;
  width: 50px;
  float: right;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
div#sns_box_side > a:nth-child(2) {
  margin: 0 5px;
}

aside#small_side {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background: #fff;
  border-left: 1px solid #666;
  overflow-y: auto;
  padding-bottom: 50px;
}
aside#small_side ul {
  width: 100%;
  line-height: 3em;
  font-size: 1.2em;
}
aside#small_side ul a p {
  font-size: 1.3em;
}
aside#small_side ul > * {
  width: 100%;
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
aside#small_side ul > a {
  position: relative;
  background: #fff;
  display: block;
  padding: 0 5%;
}
aside#small_side ul > a > span {
  position: absolute;
  top: 50%;
  right: 30px;
  background: #333;
  width: 15px;
  height: 3px;
  border-radius: 30px;
  transform: rotate(-45deg);
  transition: all 1s;
}
aside#small_side ul > a > span:last-child {
  transform: rotate(45deg);
  right: 39px;
}
aside#small_side ul > a:hover {
  font-weight: bold;
}
aside#small_side ul > li {
  display: none;
}
aside#small_side ul > li > a {
  display: block;
  width: 100%;
  padding: 0 5%;
}
aside#small_side ul > li > a:hover {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.05);
}

a#menu_button_botton {
  position: fixed;
  right: 50px;
  top: 40px;
  display: block;
  width: 40px;
  height: 30px;
  overflow: hidden;
  z-index: 99999;
}
a#menu_button_botton span {
  width: 90%;
  height: 3px;
  display: block;
  position: absolute;
  background: #333;
  left: 5%;
  border-radius: 50px;
}
a#menu_button_botton span:nth-child(1) {
  top: 0;
}
a#menu_button_botton span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
a#menu_button_botton span:nth-child(3) {
  bottom: 0;
}
/*
a#menu_button_botton:hover span:nth-child(1){animation: no1 1000ms ease-in-out forwards ;}
a#menu_button_botton:hover span:nth-child(2){animation: no2 1000ms ease-in-out  forwards;}
a#menu_button_botton:hover span:nth-child(3){animation: no3 1000ms ease-in-out forwards;}*/

section > p {
  transform: translateY(0);
  transition: all 0s;
  opacity: 1;
}
section > p.on {
  transform: translateY(0%);
  opacity: 1;
  transition: all 1.5s;
}

section.menu_box {
  padding-top: 50px;
  margin-bottom: 0;
}
section.menu_box > article {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
section.menu_box > article > div:nth-child(n) {
  position: relative;
  transform: translateX(0%);
  top: 0;
  left: 0;
  width: 25%;
  float: left;
  transition: all 0s;
}
section.menu_box > article > div > div:hover {
  background: transparent;
}
section.menu_box > article > div > div > a {
  display: block;
  background: transparent;
}
section.menu_box > article > div > span {
  display: none;
}
section.menu_box > article > div > div > a p {
  color: #000;
  opacity: 1;
  color: transparent;
}
section.menu_box > article > div > div > a strong {
  display: block;
  color: #000;
  text-indent: 1em;
  line-height: 2.5em;
  font-size: 1.5em;
}
ul.owl-carousel {
  width: 100%;
}
section.videos article.index_video {
  width: 100%;
}

.owl-stage {
  padding: 2px 0;
}
ul.owl-carousel {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  font-size: 0.5em;
}
ul.owl-carousel div.hide_menu {
  display: none;
}
ul.owl-carousel li:hover > div.menu_hide {
  display: none;
}
#next {
  display: none;
}
#prev {
  display: none;
}

section.md_box {
  margin-bottom: 0;
}
section.md_box > article.on {
  opacity: 1;
}
section.md_box > article {
  opacity: 1;
  transform: translateY(0);
}

section.videos article video {
  opacity: 1;
}
section.videos article::after {
  background: transparent;
}
section.videos article::before {
  background: transparent;
}

section.att {
  display: none;
}

section.event > article {
  width: 80%;
}

section.sns > p {
  margin-bottom: 0%;
  display: block;
}
section.sns > div.sns_icon_box {
  width: 8%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
  position: static;
  width: 15%;
  margin: 0 auto;
  margin-bottom: 30px;
  opacity: 1;
}
article.sns_f {
  display: none;
}
article.bxslider {
  display: block;
}
article.bxslider a {
  display: block;
}
article.bxslider img {
  width: 100%;
  vertical-align: center;
}
div.bx-wrapper {
  display: block;
}

ul.fotter_menu {
  display: none;
}

div.end_f {
  width: 100%;
  line-height: 2em;
}
div.end_f h1 {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}
div.end_f address {
  text-align: center;
  color: #666;
}
div.end_f div {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
div.end_f div div.half {
  width: 568px;
  margin: 0 auto;
}
div.end_f div div.half p {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
}
div.end_f div div.half p:nth-child(1) {
  width: 113px;
}
div.end_f div div.half p:nth-child(2) {
  width: 90px;
}
div.end_f div div.half p:nth-child(3) {
  width: 170px;
}
div.end_f div div.half p:nth-child(4) {
  width: 150px;
  margin: 0;
}

div.end_right div.fotter_sns {
  position: static;
  width: 15%;
  overflow: hidden;
}

div.end_f p.full {
  width: 100%;
  text-align: center;
}

body > section * {
  transition: all 0s;
}

@keyframes no1 {
  0% {
    top: 0;
  }

  50% {
    top: 50%;
    transform: translateY(-50%);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
  }
}

@keyframes no2 {
  0% {
    opacity: 1;
  }
  50% {
    left: 50px;
  }
  100% {
    opacity: 0;
    left: -100px;
  }
}

@keyframes no3 {
  0% {
    bottom: 0;
  }

  50% {
    bottom: 50%;
    transform: translateY(50%);
  }

  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
  }
}
