@charset "UTF-8";
/*横幅フルのコンテンツ*/
/*@mixin resetはここまで*/
/*$fontHira:"游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6, sans-serif", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
/*@mixin frame{*/
#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}

header#header {
  width: 100%;
  /*position: fixed;*/
  height: 80px;
  /*header_inner*/
  /*global_nv*/
}
header#header #header_inner {
  padding: 0 80px;
  /*#header_logo*/
}
@media only screen and (max-width: 1400px) {
  header#header #header_inner {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1200px) {
  header#header #header_inner {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  header#header #header_inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  header#header #header_inner {
    padding: 0 0px;
  }
}
header#header #header_inner #header_logo {
  left: calc(50% - 270px/2);
  position: absolute;
  z-index: 10;
  padding: 16px 0 0 0;
  /*h1,p*/
}
@media only screen and (max-width: 500px) {
  header#header #header_inner #header_logo {
    left: auto;
  }
}
@media only screen and (max-width: 480px) {
  header#header #header_inner #header_logo {
    left: 25px;
  }
}
header#header #header_inner #header_logo h1 a, header#header #header_inner #header_logo p a {
  max-width: 270px;
  display: block;
}
@media only screen and (max-width: 480px) {
  header#header #header_inner #header_logo h1 a, header#header #header_inner #header_logo p a {
    max-width: 210px;
    padding: 4px 0 0 0;
  }
}
header#header #header_inner #header_logo h1 a img, header#header #header_inner #header_logo p a img {
  width: 100%;
}
header#header #header_inner #header_logo h1 a:hover img, header#header #header_inner #header_logo p a:hover img {
  opacity: 1;
}
header#header #global_nv {
  height: 80px;
  max-width: 1300px;
  z-index: 9;
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  header#header #global_nv {
    display: none;
  }
}
header#header #global_nv ul {
  width: 100%;
  display: flex;
}
header#header #global_nv ul li {
  display: block;
  text-align: center;
  width: 25%;
  padding: 0px 0 0 0;
}
header#header #global_nv ul li:nth-child(1) {
  order: 2;
  margin-right: 200px;
}
header#header #global_nv ul li:nth-child(2) {
  order: 3;
  margin-left: 200px;
}
header#header #global_nv ul li:nth-child(3) {
  order: 1;
  margin-left: 100px;
}
header#header #global_nv ul li:nth-child(4) {
  order: 4;
  margin-right: 100px;
}
@media only screen and (max-width: 1200px) {
  header#header #global_nv ul li:nth-child(1) {
    order: 2;
    margin-right: 160px;
  }
  header#header #global_nv ul li:nth-child(2) {
    order: 3;
    margin-left: 160px;
  }
  header#header #global_nv ul li:nth-child(3) {
    order: 1;
    margin-left: 50px;
  }
  header#header #global_nv ul li:nth-child(4) {
    order: 4;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 950px) {
  header#header #global_nv ul li:nth-child(1) {
    order: 2;
    margin-right: 140px;
  }
  header#header #global_nv ul li:nth-child(2) {
    order: 3;
    margin-left: 140px;
  }
  header#header #global_nv ul li:nth-child(3) {
    order: 1;
    margin-left: 20px;
  }
  header#header #global_nv ul li:nth-child(4) {
    order: 4;
    margin-right: 20px;
  }
}
header#header #global_nv ul li a {
  line-height: 80px;
  width: 100%;
  font-size: 133.3%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header#header #global_nv ul li a:hover {
  color: #811b0e;
}
header#header #global_nv ul li a span {
  display: block;
}
header#header #global_nv ul li a span:after {
  display: block;
  position: absolute;
  bottom: 24px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #811b0e;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  opacity: 0.5;
}
header#header #global_nv ul li:nth-child(1) a span:hover::after, header#header #global_nv ul li:nth-child(2) a span:hover::after {
  transform: scale(0.3, 1);
}
header#header #global_nv ul li:nth-child(3) a span:hover::after {
  transform: scale(0.55, 1);
}
header#header #global_nv ul li:nth-child(4) a span:hover::after {
  transform: scale(0.7, 1);
}

/*header*/
#tategu header#header #global_nv ul li:nth-child(1) a,
#kumiko header#header #global_nv ul li:nth-child(2) a,
#tosou header#header #global_nv ul li:nth-child(3) a,
#repair header#header #global_nv ul li:nth-child(4) a {
  color: #811b0e;
}
#tategu header#header #global_nv ul li:nth-child(1) a:after,
#kumiko header#header #global_nv ul li:nth-child(2) a:after,
#tosou header#header #global_nv ul li:nth-child(3) a:after,
#repair header#header #global_nv ul li:nth-child(4) a:after {
  content: "\f0d7";
  font-weight: 100;
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  color: #811b0e;
  margin-top: -0.7em;
  font-size: 66.7%;
  text-align: center;
  margin-top: -1em;
  left: calc(100%/2 - 4px);
}

body.scroll_header.slide_open header {
  position: fixed;
}

/*scroll_header.slide_open*/
/*scroll_header*/
/*ここからコンテンツ関連*/
@media only screen and (max-width: 480px) {
  #home #main_content #content_area {
    padding: 0 30px;
  }
  #home #main_content #content_area .usefulness_area.bg_grey .usefulness_area_inner {
    margin: 0 35px;
  }
}

#main_content {
  width: 100%;
  /*padding-top: 100px;*/
  padding: 0 80px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@media only screen and (max-width: 1400px) {
  #main_content {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1200px) {
  #main_content {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  #main_content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  #main_content {
    padding: 0 0px;
  }
}
#main_content.go {
  opacity: 1;
}
#main_content #content_area {
  width: 100%;
}
#main_content .border_box {
  border: solid 20px #f5f5f5;
  padding: 60px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #main_content .border_box {
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #main_content .border_box {
    padding: 35px;
  }
}
@media only screen and (max-width: 640px) {
  #main_content .border_box {
    padding: 30px;
    border: solid 14px #f5f5f5;
  }
}
@media only screen and (max-width: 480px) {
  #main_content .border_box {
    padding: 20px;
    border: solid 10px #f5f5f5;
  }
}

/*main_content*/
#privacy .border_box,
#company .border_box,
#contact .border_box,
#faq .border_box {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  #privacy .border_box,
  #company .border_box,
  #contact .border_box,
  #faq .border_box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  #privacy .border_box,
  #company .border_box,
  #contact .border_box,
  #faq .border_box {
    margin-bottom: 0px;
  }
}

#footer_contact_area {
  display: flex;
  /*contact_area_tel*/
  /*contact_area_mail*/
}
@media only screen and (max-width: 640px) {
  #footer_contact_area {
    flex-direction: column;
  }
}
#footer_contact_area #contact_tel {
  width: 50%;
  border-top: solid 1px #f5f5f5;
  border-right: solid 1px #f5f5f5;
  background-color: #fff;
  /*contact_tel_inner*/
}
@media only screen and (max-width: 640px) {
  #footer_contact_area #contact_tel {
    width: 100%;
  }
}
#footer_contact_area #contact_tel #contact_tel_inner {
  max-width: 660px;
  margin: 0 auto;
  padding: 60px 0 60px 0;
}
@media only screen and (max-width: 1700px) {
  #footer_contact_area #contact_tel #contact_tel_inner {
    margin: 0 110px;
  }
}
@media only screen and (max-width: 1400px) {
  #footer_contact_area #contact_tel #contact_tel_inner {
    margin: 0 50px 0 90px;
  }
}
@media only screen and (max-width: 1100px) {
  #footer_contact_area #contact_tel #contact_tel_inner {
    margin: 0 50px 0 80px;
  }
}
@media only screen and (max-width: 900px) {
  #footer_contact_area #contact_tel #contact_tel_inner {
    margin: 0 30px 0 75px;
  }
}
@media only screen and (max-width: 850px) {
  #footer_contact_area #contact_tel #contact_tel_inner {
    padding: 40px 0 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  #footer_contact_area #contact_tel #contact_tel_inner {
    margin: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  #footer_contact_area #contact_tel #contact_tel_inner {
    margin: 0 60px 0 60px;
    padding: 40px 0 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  #footer_contact_area #contact_tel #contact_tel_inner {
    margin: 0 40px 0 40px;
    padding: 30px 0 10px 0;
  }
}
@media only screen and (max-width: 360px) {
  #footer_contact_area #contact_tel #contact_tel_inner {
    margin: 0 30px 0 30px;
  }
}
#footer_contact_area #contact_tel #contact_tel_inner span.eng {
  margin: 0 auto 12px auto;
  font-family: "Josefin Sans", sans-serif;
  display: block;
}
#footer_contact_area #contact_tel #contact_tel_inner h2 {
  font-size: 222.2%;
  margin: 0 auto 9px auto;
  left: 42px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #footer_contact_area #contact_tel #contact_tel_inner h2 {
    font-size: 177.8%;
    left: 34px;
  }
}
@media only screen and (max-width: 850px) {
  #footer_contact_area #contact_tel #contact_tel_inner h2 {
    font-size: 144.4%;
  }
}
#footer_contact_area #contact_tel #contact_tel_inner h2:after {
  font-size: 88.9%;
  line-height: 1.1;
  left: -38px;
  content: "\f2a0";
  font-weight: 100;
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  margin-top: -0.7em;
}
@media only screen and (max-width: 1024px) {
  #footer_contact_area #contact_tel #contact_tel_inner h2:after {
    left: -28px;
    line-height: 1.2;
  }
}
#footer_contact_area #contact_tel #contact_tel_inner p {
  line-height: 2.2;
}
@media only screen and (max-width: 1100px) {
  #footer_contact_area #contact_tel #contact_tel_inner p {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 850px) {
  #footer_contact_area #contact_tel #contact_tel_inner p {
    margin-bottom: 5px;
  }
}
#footer_contact_area #contact_tel #contact_tel_inner dl {
  display: flex;
}
@media only screen and (max-width: 850px) {
  #footer_contact_area #contact_tel #contact_tel_inner dl {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  #footer_contact_area #contact_tel #contact_tel_inner dl {
    flex-direction: row;
  }
}
@media only screen and (max-width: 400px) {
  #footer_contact_area #contact_tel #contact_tel_inner dl {
    flex-direction: column;
  }
}
#footer_contact_area #contact_tel #contact_tel_inner dl dt {
  margin-right: 1.2em;
}
#footer_contact_area #contact_mail {
  width: 50%;
  /*a*/
}
@media only screen and (max-width: 640px) {
  #footer_contact_area #contact_mail {
    width: 100%;
  }
}
#footer_contact_area #contact_mail a {
  border-top: solid 1px #f5f5f5;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  padding: 60px 0 60px 0;
  /*contact_mail_inner*/
}
@media only screen and (max-width: 850px) {
  #footer_contact_area #contact_mail a {
    padding: 40px 0 0px 0;
  }
}
@media only screen and (max-width: 640px) {
  #footer_contact_area #contact_mail a {
    padding: 40px 0 40px 0;
  }
}
#footer_contact_area #contact_mail a:hover {
  background-color: #811b0e;
  border-top: solid 1px #811b0e;
}
#footer_contact_area #contact_mail a:hover span, #footer_contact_area #contact_mail a:hover h2, #footer_contact_area #contact_mail a:hover p {
  color: #fff;
}
#footer_contact_area #contact_mail a #contact_mail_inner {
  margin: 0 auto;
}
@media only screen and (max-width: 1700px) {
  #footer_contact_area #contact_mail a #contact_mail_inner {
    margin: 0 110px;
  }
}
@media only screen and (max-width: 1400px) {
  #footer_contact_area #contact_mail a #contact_mail_inner {
    margin: 0 90px;
  }
}
@media only screen and (max-width: 1100px) {
  #footer_contact_area #contact_mail a #contact_mail_inner {
    margin: 0 90px 0 50px;
  }
}
@media only screen and (max-width: 900px) {
  #footer_contact_area #contact_mail a #contact_mail_inner {
    margin: 0 75px 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #footer_contact_area #contact_mail a #contact_mail_inner {
    margin: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  #footer_contact_area #contact_mail a #contact_mail_inner {
    margin: 0 60px 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  #footer_contact_area #contact_mail a #contact_mail_inner {
    margin: 0 40px 0 40px;
  }
}
@media only screen and (max-width: 360px) {
  #footer_contact_area #contact_mail a #contact_mail_inner {
    margin: 0 30px 0 30px;
  }
}
#footer_contact_area #contact_mail a #contact_mail_inner span.eng {
  margin: 0 auto 12px auto;
  max-width: 660px;
  display: block;
  font-family: "Josefin Sans", sans-serif;
}
#footer_contact_area #contact_mail a #contact_mail_inner h2 {
  margin: 0 auto 12px auto;
  max-width: 660px;
  font-size: 200%;
  position: relative;
  left: 50px;
}
@media only screen and (max-width: 1024px) {
  #footer_contact_area #contact_mail a #contact_mail_inner h2 {
    font-size: 177.8%;
    left: 38px;
  }
}
@media only screen and (max-width: 850px) {
  #footer_contact_area #contact_mail a #contact_mail_inner h2 {
    font-size: 144.4%;
  }
}
#footer_contact_area #contact_mail a #contact_mail_inner h2:after {
  font-size: 111.1%;
  line-height: 1.2;
  left: -50px;
  content: "\f0e0";
  font-weight: 100;
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  margin-top: -0.7em;
}
@media only screen and (max-width: 1024px) {
  #footer_contact_area #contact_mail a #contact_mail_inner h2:after {
    left: -36px;
    line-height: 1.3;
  }
}
#footer_contact_area #contact_mail a #contact_mail_inner p {
  margin: 0 auto;
  max-width: 660px;
  line-height: 1.8;
}
@media only screen and (max-width: 1100px) {
  #footer_contact_area #contact_mail a #contact_mail_inner p {
    line-height: 1.8;
  }
}

/*contact_area*/
footer {
  background-color: #242323;
  width: 100%;
  color: #fff;
  padding: 75px 80px 100px 80px;
  /*#footer_inner*/
}
@media only screen and (max-width: 1400px) {
  footer {
    padding: 50px 60px 70px 60px;
  }
}
@media only screen and (max-width: 1200px) {
  footer {
    padding: 40px 40px 60px 40px;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 15px 20px 15px 20px;
  }
  footer #footer_inner {
    display: none !important;
  }
}
footer #footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  /*footer_nv*/
  /*#address*/
}
footer #footer_inner #footer_nv {
  width: 68%;
  display: flex;
  /*ul*/
}
footer #footer_inner #footer_nv ul {
  width: 33%;
  /*li*/
}
footer #footer_inner #footer_nv ul li {
  /*a*/
}
footer #footer_inner #footer_nv ul li a {
  /*マウスオーバーで下線が描かれる*/
  padding: 15px 0px 5px 0px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin: 0 0 10px 0;
}
footer #footer_inner #footer_nv ul li a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  opacity: 0.5;
}
footer #footer_inner #footer_nv ul li a:hover::after {
  transform: scale(1, 1);
}
footer #footer_inner #footer_about {
  width: 32%;
}
footer #footer_inner #footer_about h2 {
  font-size: 133.3%;
  font-weight: 600;
  padding: 15px 0px 15px 0px;
}
footer #footer_inner #footer_about address {
  line-height: 2;
}

/*footer*/
/*左右固定コンテンツ*/
#side_contact_works {
  position: fixed;
  z-index: 101;
  top: calc(50% - 300px/2);
  right: 0;
}
@media only screen and (max-width: 640px) {
  #side_contact_works {
    display: none;
  }
}
#side_contact_works ul li.contact_bnr a {
  background-color: #321c05;
}
#side_contact_works ul li.work_bnr a {
  background-color: #533b23;
}
#side_contact_works ul li a {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  padding: 35px 12px 35px 15px;
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 1400px) {
  #side_contact_works ul li a {
    padding: 35px 9px 35px 11px;
  }
}
@media only screen and (max-width: 1200px) {
  #side_contact_works ul li a {
    padding: 35px 11px 35px 12px;
  }
}
#side_contact_works ul li a:hover {
  background-color: #811b0e;
}

/*contact_works*/
#side_copyright {
  position: fixed;
  z-index: 100;
  transform: rotate(90deg);
  top: calc(50% - 40px/2);
  left: -40px;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1400px) {
  #side_copyright {
    left: -50px;
  }
}
@media only screen and (max-width: 1200px) {
  #side_copyright {
    left: -48px;
  }
}
@media only screen and (max-width: 768px) {
  #side_copyright {
    position: inherit;
    transform: none;
    text-align: center;
  }
}
#side_copyright span {
  font-size: 88.9%;
  font-family: "Josefin Sans", sans-serif;
  color: #242323;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 768px) {
  #side_copyright span {
    color: #fff;
    font-size: 72.2%;
  }
}

/*#copyright*/
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  /*a*/
}
#pagetop a {
  background-color: rgba(25, 25, 25, 0.8);
  display: block;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
}
#pagetop a:before {
  font-size: 267%;
  line-height: 1.3;
  left: 26px;
  content: "\f106";
  font-weight: 100;
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  margin-top: -0.7em;
}
@media only screen and (max-width: 1400px) {
  #pagetop a {
    width: 60px;
    height: 60px;
  }
  #pagetop a:before {
    font-size: 200%;
    line-height: 1.3;
    left: 19px;
    content: "\f106";
    font-weight: 100;
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    margin-top: -0.7em;
  }
}
@media only screen and (max-width: 1200px) {
  #pagetop a {
    width: 50px;
    height: 50px;
  }
  #pagetop a:before {
    font-size: 166.7%;
    line-height: 1.3;
    left: 17px;
    content: "\f106";
    font-weight: 100;
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    margin-top: -0.7em;
  }
}
@media only screen and (max-width: 768px) {
  #pagetop a {
    width: 50px;
    height: 50px;
  }
  #pagetop a:before {
    font-size: 166.7%;
    line-height: 1.3;
    left: 17px;
    content: "\f106";
    font-weight: 100;
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    margin-top: -0.7em;
  }
}
#pagetop a:hover {
  background-color: #811b0e;
}

/*pagetop*/
/*高さの足りないスマフォでも閲覧できるように縦スクロールバーを表示*/
.sp_slide_menu_scroll {
  overflow-y: scroll;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*スマフォ開閉メニュー====================================================*/
/*メニュー押したときのスライドする幅*/
/*-webkit-transform: translate3d(-240px, 0, 0);
transform: translate3d(-240px, 0, 0);
@include motionTime;
}/*
.slide_open header,
.slide_open .overlay {
-webkit-transform: translate3d(-240px, 0, 0);
transform: translate3d(-240px, 0, 0);
@include motionTime;
}*/
.overlay {
  /*スマフォの開閉メニューのナビ以外のコンテンツ部分を網掛けする仕様*/
  content: '';
  visibility: hidden;
  /*存在するけどクリックできないようにする*/
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  /*bodyに「slide_open」が付いたときにモーションする*/
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3000;
}

.slide_open .overlay {
  /*ナビ以外のコンテンツ部分を網掛けする*/
  visibility: visible;
  /*クリックできるようにする*/
  background: rgba(0, 0, 0, 0.7);
  /*網掛けの色指定*/
  cursor: pointer;
}

/* SPメニューの設置枠 */
.sp_slide_menu {
  position: fixed;
  top: 0;
  right: -240px;
  box-sizing: border-box;
  width: 240px;
  height: 100%;
  padding: 0px;
  background: #fff;
  z-index: 5000;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .sp_slide_menu {
    opacity: 1;
  }
}
.sp_slide_menu .sp_slide_menu_control {
  position: absolute;
  top: 0px;
  left: -80px;
  width: 80px;
  height: 80px;
  padding: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 640px) {
  .sp_slide_menu .sp_slide_menu_control {
    width: 60px;
    height: 60px;
    left: -60px;
  }
}

/* SPのハンバーガーメニューのサイズ・位置 */
.sp_menu_btn {
  display: none;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  padding: 22px 20px 20px 20px;
  cursor: pointer;
  z-index: 3001;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 850px) {
  .sp_menu_btn {
    display: block;
  }
}

.slide_open .sp_slide_menu {
  -webkit-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
  /*right:0px;*/
}
.slide_open .sp_slide_menu #sp_slide_menu_control {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.sp_slide_menu {
  /*sp_slide_menu_logo*/
  /*sp_slide_menu_nvL*/
}
.sp_slide_menu #sp_slide_menu_logo {
  /*p*/
}
.sp_slide_menu #sp_slide_menu_logo p {
  /*a*/
}
@media only screen and (max-width: 850px) {
  .sp_slide_menu #sp_slide_menu_logo p a {
    padding: 25px 30px 24px 30px;
    display: block;
    text-align: center;
  }
  .sp_slide_menu #sp_slide_menu_logo p a img {
    width: 100%;
  }
}
.sp_slide_menu #sp_slide_menu_nvL ul li a, .sp_slide_menu #sp_slide_menu_nvS ul li a {
  text-align: center;
  padding: 10px 10px 8px 10px;
  display: block;
  width: calc(100% - 20px);
  background-color: #e5e3e1;
  margin: 0 10px 1px;
}

/*slide_open*/
/*
.scroll_header {
	.sp_menu_btn{
		width: 60px;
		height: 60px;
		padding: 12px;
		@include motionTime;
		.ellipsis{
			width: 30px;
			height: 30px;
			@include motionTime;
			.ellipsis_line {
				width: 30px;
				@include motionTime;
			}			
		}
	}
	.sp_slide_menu {
		.sp_slide_menu_control{
			width: 60px;
			height: 60px;
			left: -60px;
			@include motionTime;
		}
		#sp_slide_menu_logo{
			p{
				a{
					padding: 14px 50px 10px 49px;
					display: block;
					text-align: center;
					img{
						width: 100%;
					}
				}/*a*/
/*			}/*p*/
/*			}/*sp_slide_menu_logo*/
/*		}
/*	}
/*
.scroll_header.slide_open{
	.sp_menu_btn{
	}
	.sp_slide_menu {
		-webkit-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0);
		position: fixed;
		top: 0;
		.sp_slide_menu_control{
			width: 60px;
			height: 60px;
			left: -60px;
			top: 0px;
			@include motionTime;
		}
	}
	#sp_slide_menu_logo{
		p{
			a{
				padding: 14px 50px 10px 49px;
				display: block;
				text-align: center;
				img{
					width: 100%;
				}
			}/*a*/
/*}/*p*/
/*}/*sp_slide_menu_logo*/
/*}


/* SPのハンバーガーメニューのデザイン+ */
.ellipsis {
  position: relative;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 640px) {
  .ellipsis {
    width: 40px;
    height: 36px;
  }
}

.ellipsis .ellipsis_line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.ellipsis .ellipsis_line.top {
  top: 0;
}

.ellipsis .ellipsis_line.mid {
  top: 0;
  bottom: 0;
}

.ellipsis .ellipsis_line.bot {
  bottom: 0;
}

/*bodyに「.slide_open」が付与された時のハンバーガーメニューの変化*/
.slide_open .sp_menu_btn {
  padding: 21px 20px 20px 24px;
}

.slide_open .ellipsis .ellipsis_line {
  width: 50px;
  height: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.slide_open .ellipsis .ellipsis_line.top {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
  .slide_open .ellipsis .ellipsis_line.top {
    width: 50px;
  }
}

.slide_open .ellipsis .ellipsis_line.bot {
  height: 1px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slide_open .ellipsis .ellipsis_line.mid {
  opacity: 0;
}

/*
.scroll_header.slide_open .ellipsis .ellipsis_line.top {
	width: 50px;
	height: 1px;
	background: #000;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	@include media640{
		width: 42px;
	}
}
.scroll_header.slide_open .ellipsis .ellipsis_line.bot {
	width: 50px;
	height: 1px;
	background: #000;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	@include media640{
		width: 50px;
	}
}*/
@supports (-ms-ime-align: auto) {
  /*edgeハック*/
}
@-moz-document url-prefix() {
  /*firefoxハック*/
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root {
    /*safariハック*/
  }
}
_:-ms-lang(x)::-ms-backdrop, .sample {
  /*IE11ハック*/
}

/*スクロースでコンテンツをフェードインさせる====================================================*/
/* 画面外にいる状態 */
.fade_in {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fade_in.go {
  opacity: 1;
  transform: translate(0, 0);
}

/*}/*@mixin frame*/
