@charset "utf-8";

/* CSS Document */
body {
  font-size: 0;
  color: #000000;
  height: auto;
  background-color: #fff;
  z-index: 0;
  font-family: "YakuHanJP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
  color: #000000;
}

.hover {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}

@media only screen and (min-width:1150px) {
  .hover:hover {
    opacity: 0.6;
  }
}

.fixed {
  position: fixed;
}

.hidden {
  overflow: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc_in {
  display: inline;
}

.sp_in {
  display: none;
}

.is-done {
  visibility: visible !important;
}

/* animation */
@keyframes animation01 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* button */
/* more */
.more1 {
  position: relative;
  margin: 46px auto 0;
  width: 260px;
  height: 52px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 50px;
}

.more1 a:after,
.more1 span {
  -webkit-transition: ease .2s !important;
  transition: ease .2s !important;
}

.more1 a {
  display: block;
  border: solid #000 1px;
}

.more1 a:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: 1;
}

@media only screen and (min-width:1150px) {
  .more1 a:hover {
    opacity: 1;
  }

  .more1 a:hover:after {
    width: 100%;
  }
}

.more1 span {
  display: block;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width:1150px) {
  .more1 a:hover span {
    background: url(../images/common/view_more_on.png) center center;
    background-repeat: no-repeat;
  }
}

.more2 {
  position: relative;
  margin: 29px 0 0;
  width: 260px;
  height: 52px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 50px;
}

.more2 a:after,
.more2 span {
  -webkit-transition: ease .2s !important;
  transition: ease .2s !important;
}

.more2 a {
  display: block;
  border: solid #fff 1px;
}

.more2 a:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: 1;
}

@media only screen and (min-width:1150px) {
  .more2 a:hover {
    opacity: 1;
  }

  .more2 a:hover:after {
    width: 100%;
  }
}

.more2 span {
  display: block;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width:1150px) {
  .more2 a:hover span {
    background: url(../images/common/view_more_off.png) center center;
    background-repeat: no-repeat;
  }
}

.anm-btn1 {}

.anm-btn1 a,
.anm-btn1 span {
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

.anm-btn1 span {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  background: url(../images/common/view_more_off.png) center center;
  background-repeat: no-repeat;
}

.anm-btn1.is-done a,
.anm-btn1.is-done span {
  opacity: 1;
  height: 100%;
}

.anm-btn2 {}

.anm-btn2 a,
.anm-btn2 span {
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

.anm-btn2 span {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  background: url(../images/common/visit_site_on.svg) center center;
  background-repeat: no-repeat;
}

.anm-btn2.is-done a,
.anm-btn2.is-done span {
  opacity: 1;
  height: 100%;
}

/* animation */

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
  transition: opacity 0.8s ease 0.25s, transform 0.7s ease 0.25s;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width:1150px) {

  /* header */
  .pusher {
    display: none;
  }

  #l-header {
    height: 80px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  .header2 {}

  #l-header nav ul {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
  }

  /* #l-header nav ul li:nth-of-type(1) {
    width: 5.561%;
}
#l-header nav ul li:nth-of-type(2) {
    width: 7.785%;
}
#l-header nav ul li:nth-of-type(3) {
    width: 6.766%;
}
#l-header nav ul li:nth-of-type(4) {
    width: 31.232%;
}
#l-header nav ul li:nth-of-type(5) {
    width: 10.843%;
}
#l-header nav ul li:nth-of-type(6) {
    width: 6.673%;
}
#l-header nav ul li:nth-of-type(7) {
    width: 7.414%;
} */
  #l-header nav ul li a {
    display: block;
    position: relative;
  }

  /* #l-header nav ul li:nth-of-type(4) a {
  padding-bottom: 10px;
} */


  #l-header nav ul li a::before,
  #l-header nav ul li a::after {
    bottom: -2px;
    content: "";
    display: block;
    position: absolute;
    transition: all .075s ease;
    -webkit-transition: all .075s ease;
    width: 0;
  }

  /* #l-header nav ul li:not(:nth-child(4)) a::before,
#l-header nav ul li:not(:nth-child(4)) a::after {
  border-bottom: solid 1px #000000;
} */

  /* #l-header.header2 nav ul li:not(:nth-child(4)) a::before,
#l-header.header2 nav ul li:not(:nth-child(4)) a::after {
  border-bottom: solid 1px #fff;
} */

  /* #l-header nav ul li a::before {
  left: 50%;
}

#l-header nav ul li a::after {
  right: 50%;
} */

  #l-header nav ul li:not(:nth-child(4)) a:hover::before,
  #l-header nav ul li:not(:nth-child(4)) a:hover::after {
    width: 50%;
  }

  #l-header-js {
    height: 80px;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
  }

  #l-header-js nav ul {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 25px;
  }

  /* #l-header-js nav ul li:nth-of-type(1) {
    width: 5.561%;
}
#l-header-js nav ul li:nth-of-type(2) {
    width: 7.785%;
}
#l-header-js nav ul li:nth-of-type(3) {
    width: 6.766%;
}
#l-header-js nav ul li:nth-of-type(4) {
    width: 31.232%;
}
#l-header-js nav ul li:nth-of-type(5) {
    width: 10.843%;
}
#l-header-js nav ul li:nth-of-type(6) {
    width: 6.673%;
}
#l-header-js nav ul li:nth-of-type(7) {
    width: 7.414%;
} */
  #l-header-js nav ul li a {
    display: block;
    position: relative;
  }

  /* #l-header-js nav ul li:nth-of-type(4) a {
  padding-bottom: 10px;
} */

  #l-header-js nav ul li a::before,
  #l-header-js nav ul li a::after {
    bottom: -2px;
    content: "";
    display: block;
    position: absolute;
    transition: all .075s ease;
    -webkit-transition: all .075s ease;
    width: 0;
  }

  #l-header-js nav ul li:not(:nth-child(4)) a::before,
  #l-header-js nav ul li:not(:nth-child(4)) a::after {
    border-bottom: solid 1px #000000;
  }

  #l-header-js.header2 nav ul li:not(:nth-child(4)) a::before,
  #l-header-js.header2 nav ul li:not(:nth-child(4)) a::after {
    border-bottom: solid 1px #fff;
  }

  #l-header-js nav ul li a::before {
    left: 50%;
  }

  #l-header-js nav ul li a::after {
    right: 50%;
  }

  #l-header-js nav ul li:not(:nth-child(4)) a:hover::before,
  #l-header-js nav ul li:not(:nth-child(4)) a:hover::after {
    width: 50%;
  }

  a.current::before,
  a.current::after {
    width: 50% !important;
  }

}

/* footer */

footer {
  width: 100%;
  height: 149px;
  background: #000;
}

.short_contents footer {
  position: fixed;
  bottom: 0;
}

footer>nav {
  width: calc(100% - 100px);
  margin: auto;
}

footer>nav>ul {
  width: 100%;
  height: 72px;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #4c4c4c;
  align-items: center;
}

footer>nav>ul>li>ul#sns {
  width: 101px;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer>nav>ul>li>ul#sns li {
  width: 20px;
  height: 20px;
}

footer>nav>ul>li>ul#right_text {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  padding-right: 70px;
}

footer>nav>ul>li>ul#right_text>li {
  padding-left: 22px;
}

footer>nav>ul>li>ul#right_text>li>a {
  height: 12px;
  line-height: 0;
  vertical-align: baseline;
  display: block;
}

footer>nav>ul#footer_logo {
  border-bottom: none;
  align-items: center;
  height: 77px;
}

footer>nav>ul#footer_logo li>a>img {
  width: 210px;
}

footer>nav>ul#footer_logo li:nth-of-type(2) {
  padding-bottom: 5px;
}

footer>nav>ul#footer_logo li:nth-of-type(2) img {
  width: 297px;
}

footer>#page-top {
  position: fixed;
  bottom: 93px;
  right: 49px;
  display: none;
}

footer>#page-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #2e2e2e;
  text-decoration: none;
  text-align: center;
}

footer>#page-top a span {
  position: relative;
  display: block;
  color: #000;
  width: 40px;
  height: 40px;

}

footer>#page-top a span:before,
footer>#page-top a span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

footer>#page-top a span:before {
  left: 10px;
  width: 19px;
  height: 1px;
  background: #ababab;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

footer>#page-top a span:after {
  left: 14px;
  top: -4px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ababab;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* contents */
#contents {
  position: relative;
  top: 40px;
}

#contents.notpos {
  top: 0;
}

section {
  width: 100%;
}

/* アニメーション */

.anm-title1 {}

.anm-title1 span {
  display: inline-block;
  vertical-align: top;
}

.anm-title1 .at-1,
.anm-title1 .at-2 {
  overflow: hidden;
}

.anm-title1 .at-2,
.anm-title1 .at-3 {
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-timing-function: cubic-bezier(.1, .1, .1, 1);
  transition-timing-function: cubic-bezier(.1, .1, .1, 1);
}

.anm-title1 .at-2 {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.anm-title1 .at-3 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.anm-title1.is-done .at-2,
.anm-title1.is-done .at-3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


@media only screen and (max-width:1150px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc_in {
    display: none;
  }

  .sp_in {
    display: inline;
  }

  #contents {
    top: 30px;
  }

  .more1 {
    position: relative;
    margin: 30px auto 0;
    width: 180px;
    height: 40px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 50px;
  }

  .more1 a:after,
  .more1 span {
    -webkit-transition: ease .2s !important;
    transition: ease .2s !important;
  }

  .more1 a {
    display: block;
    border: solid #000 1px;
  }

  .more1 a:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    z-index: 1;
  }

  @media only screen and (min-width:1150px) {
    .more1 a:hover {
      opacity: 1;
    }

    .more1 a:hover:after {
      width: 100%;
    }
  }

  .more1 span {
    display: block;
    position: relative;
    z-index: 2;
  }

  @media only screen and (min-width:1150px) {
    .more1 a:hover span {
      background: url(../images/sp/common/view_more_on.png) center center;
      background-repeat: no-repeat;
      background-size: 80px 10px;
    }
  }

  .more2 {
    position: relative;
    margin: 29px 0 0;
    width: 180px;
    height: 40px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 50px;
  }

  .more2 a:after,
  .more2 span {
    -webkit-transition: ease .2s !important;
    transition: ease .2s !important;
  }

  .more2 a {
    display: block;
    border: solid #fff 1px;
  }

  .more2 a:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
  }

  @media only screen and (min-width:1150px) {
    .more2 a:hover {
      opacity: 1;
    }

    .more2 a:hover:after {
      width: 100%;
    }
  }

  .more2 span {
    display: block;
    position: relative;
    z-index: 2;
  }

  @media only screen and (min-width:1150px) {
    .more2 a:hover span {
      background: url(../images/sp/common/view_more_off.png) center center;
      background-repeat: no-repeat;
      background-size: 80px 10px;
    }
  }

  .anm-btn1 {}

  .anm-btn1 a,
  .anm-btn1 span {
    opacity: 0;
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
  }

  .anm-btn1 span {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    background: url(../images/sp/common/view_more_off.png) center center;
    background-repeat: no-repeat;
    background-size: 80px 10px;
  }

  .anm-btn1.is-done a,
  .anm-btn1.is-done span {
    opacity: 1;
    height: 100%;
  }

  .anm-btn2 {}

  .anm-btn2 a,
  .anm-btn2 span {
    opacity: 0;
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
  }

  .anm-btn2 span {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    background: url(../images/sp/common/visit_site_on.svg) center center;
    background-repeat: no-repeat;
    background-size: 80px 10px;
  }

  .anm-btn2.is-done a,
  .anm-btn2.is-done span {
    opacity: 1;
    height: 100%;
  }

  .noscroll {
    overflow: hidden;
  }

  /* header */
  #l-header,
  #l-header-js {
    display: none;
  }

  .logo {
    position: fixed;
    top: 16.5px;
    left: calc(50% - 90px);
    z-index: 99;
  }

  .pusher {
    display: block;
  }

  .bgwhite {
    width: 100%;
    height: 50px;
    position: fixed;
    background: #fff;
    z-index: 20;
  }

  .bgblack {
    width: 100%;
    height: 50px;
    position: fixed;
    background: #000;
    z-index: 20;
  }

  /* footer */

  footer {
    height: 260px;
    padding: 0 30px;
  }

  .short_contents footer {
    position: inherit;
    bottom: inherit;
  }

  footer>nav {
    width: 100%;
    margin: auto;
  }

  footer>nav>ul {
    width: 100%;
    height: 142px;
    padding: 40px 0;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #4c4c4c;
  }

  footer>nav>ul>li~li {
    margin-top: 28px;
  }

  footer>nav>ul>li>ul#sns {
    width: 121px;
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  footer>nav>ul>li>ul#sns li {
    width: 20px;
    height: 20px;
  }

  footer>nav>ul>li>ul#right_text {
    width: 195px;
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    padding-right: 0;
  }

  footer>nav>ul>li>ul#right_text>li {
    padding-left: 0;
  }

  footer>nav>ul>li>ul#right_text>li>a {
    height: 12px;
    line-height: 0;
    vertical-align: baseline;
    display: block;
  }

  footer>nav>ul#footer_logo {
    border-bottom: none;
    align-items: center;
    height: 116.5px;
    padding: 40px 0;
  }

  footer>nav>ul#footer_logo li>a>img {
    width: 144px;
  }

  footer>nav>ul#footer_logo li:nth-of-type(2) {
    padding-bottom: 5px;
  }

  footer>nav>ul#footer_logo li:nth-of-type(2) img {
    width: 234.5px;
  }

  footer>nav>ul#footer_logo li~li {
    margin-top: 18px;
  }

  footer>#page-top {
    position: absolute;
    bottom: 196px;
    right: 25px;
    display: none;
  }

  footer>#page-top a {
    width: 30px;
    height: 30px;
  }

  footer>#page-top a span {
    width: 30px;
    height: 30px;

  }

  footer>#page-top a span:before,
  footer>#page-top a span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }

  footer>#page-top a span:before {
    left: 7px;
    width: 14.5px;
    height: 1px;
  }

  footer>#page-top a span:after {
    left: 9px;
    top: -4px;
    width: 8px;
    height: 10px;
  }
}

.margin-bottom30 {
  margin-bottom: 160px;
}


/* header修正 */
.header_menu_item {
  display: flex;
  align-items: center;
}

.header_menu_logo {
  width: 15%;
}

.header_menu_item li {
  padding-right: 30px;
}
.nosave img {user-select:none;
    -webkit-user-select:none;
    -ms-user-select: none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-drag:none;
    -khtml-user-drag:none;}
    
.g-recaptcha div {
    display: inline-block;
    margin-top:5px;
}