@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通要素（大枠）
======================================================================*/
html {
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
}

.gDef-top-banner {
  background-color: #fff;
}

.gDef-contents {
  background-color: #fff;
  color: #000;
  font-family: "Zen Maru Gothic", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.gDef-contents img {
  width: 100%;
  height: auto;
  display: block;
}
.gDef-contents a {
  color: #000;
  display: block;
}

section {
  position: relative;
}

.inner {
  position: relative;
  width: calc(650 / 750 * 100%);
  margin: 0 auto;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
  .gDef-contents {
    font-size: 1.6rem;
  }
  .gDef-contents a {
    transition: 0.3s ease;
  }
  .inner {
    width: 100%;
    max-width: 1600px;
    padding: 0 calc(200 / 1600 * 100%);
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
  .inner {
    padding: 0 200px;
  }
}
/* =====================================================================
    共通要素
======================================================================*/
.sec_ttl {
  margin: 0 auto 5rem;
}

.btn1 {
  position: relative;
  width: 52rem;
  margin: 5rem auto 0;
  z-index: 2;
}

.scrooll_animation {
  margin: -2rem 0 -2rem;
  pointer-events: none;
  z-index: 3;
}
.scrooll_animation img {
  width: 230rem !important;
}

@media screen and (min-width: 768px) {
  .sec_ttl {
    margin-bottom: 4rem;
  }
  .btn1 {
    width: 40rem;
    margin-top: 3rem;
  }
  .btn1::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    opacity: 0;
  }
  .btn1:hover::after {
    opacity: 1;
  }
  .scrooll_animation img {
    width: 100% !important;
  }
}
/* =====================================================================
*    header
* =================================================================== */
#header {
  position: relative;
  min-height: 1px;
}
#header .header_nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 2rem 0 15rem;
  background: rgba(255, 255, 255, 0.95) url(../images/nav/bg_nav-sp.png) no-repeat top 9.2rem center/100% auto;
  overflow-y: scroll;
  z-index: 999;
}
#header .header_nav h1 {
  position: relative;
  width: 69.4rem;
  margin: 0 auto;
  padding: 3.6rem 0;
}
#header .header_nav h1::before, #header .header_nav h1::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/common/img_line1.png) no-repeat center/contain;
}
#header .header_nav h1::after {
  top: auto;
  bottom: 0;
}
#header .header_nav h1 img {
  width: 16.6rem;
  margin: 0 auto;
}
#header .header_nav .nav .nav_menu {
  padding-top: 7rem;
}
#header .header_nav .nav .nav_menu li {
  text-align: center;
  margin-bottom: 4rem;
}
#header .header_nav .nav .nav_menu li a {
  position: relative;
  display: inline-block;
  padding: 2.7rem 0;
}
#header .header_nav .nav .nav_menu li a img {
  width: auto !important;
  height: 4.4rem;
  margin: 0 auto;
}
#header .header_nav .nav .nav_menu li.nolink a {
  pointer-events: none;
}
#header .header_nav .nav .nav_menu li.nolink a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 13.9rem;
  height: 100%;
  background: url(../images/nav/nav_gray.png) no-repeat center/contain;
  transform: translateX(-50%);
  z-index: -1;
}
#header .header_nav .nav .nav_menu li.nolink a img {
  opacity: 0.4;
}
#header .header_sns {
  display: none;
  position: fixed;
  top: 25vh;
  right: 2rem;
  z-index: 999;
}
#header .header_sns h2 {
  width: 2.3rem;
  margin: 0 2.5rem 3.2rem auto;
}
#header .header_sns ul li {
  width: 7.6rem;
  margin-bottom: 1.6rem;
}

.fix_bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.fix_bottom .fix_bottom_inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 7rem;
  background: url(../images/common/bg_pattern5.jpg) no-repeat center bottom/100% auto;
}
.fix_bottom .fix_bottom_inner .header_banner {
  display: flex;
  justify-content: space-between;
  width: calc(540 / 750 * 100%);
  margin-right: calc(46 / 750 * 100%);
}
.fix_bottom .fix_bottom_inner .header_banner li {
  width: 66.6666666667%;
  margin: 0 auto;
}
.fix_bottom .fix_bottom_inner .header_banner li a {
  margin-bottom: 0.5rem;
  box-shadow: 0px 3.4rem 0.7rem -3rem rgba(54, 79, 47, 0.58);
}
.fix_bottom .fix_bottom_inner .btn_menu {
  position: relative;
  width: calc(130 / 750 * 100%);
  -webkit-animation: 2s fuwafuwa infinite;
          animation: 2s fuwafuwa infinite;
}
.fix_bottom .fix_bottom_inner .btn_menu img {
  transition: 0.3s ease;
}
.fix_bottom .fix_bottom_inner .btn_menu::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/nav/btn_nav_close.png) no-repeat center/contain;
  transition: 0.3s ease;
  opacity: 0;
}
.fix_bottom .fix_bottom_inner .btn_menu.active img {
  opacity: 0;
}
.fix_bottom .fix_bottom_inner .btn_menu.active::before {
  opacity: 1;
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1.2rem);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1.2rem);
  }
}
@media screen and (min-width: 768px) {
  #header .header_nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
  }
  #header .header_nav::before, #header .header_nav::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: url(../images/common/img_line1.png) repeat-x center top/69.4rem auto;
  }
  #header .header_nav::after {
    top: auto;
    bottom: 0;
    background-position: center bottom;
  }
  #header .header_nav.fixed {
    position: fixed;
  }
  #header .header_nav h1 {
    width: 12.2rem;
    margin: 0 5.6rem 0 0;
    padding: 0;
  }
  #header .header_nav h1 img {
    width: 100%;
  }
  #header .header_nav h1::before, #header .header_nav h1::after {
    display: none;
  }
  #header .header_nav .nav {
    width: 83rem;
  }
  #header .header_nav .nav .nav_menu {
    display: flex;
    padding: 0;
  }
  #header .header_nav .nav .nav_menu li {
    position: relative;
    width: 11.6rem;
    margin: 0;
  }
  #header .header_nav .nav .nav_menu li::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0.6rem;
    height: 2.6rem;
    background: url(../images/common/img_line2.png) no-repeat center/contain;
  }
  #header .header_nav .nav .nav_menu li:last-child::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 2.6rem;
    background: url(../images/common/img_line2.png) no-repeat center/contain;
  }
  #header .header_nav .nav .nav_menu li a {
    padding: 0.4rem 0;
  }
  #header .header_nav .nav .nav_menu li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 4.6rem;
    height: 100%;
    background: url(../images/nav/nav_hover.png) no-repeat center/contain;
    transform: translateX(-50%);
    transition: 0.3s ease;
    opacity: 0;
    z-index: -1;
  }
  #header .header_nav .nav .nav_menu li a:hover::after {
    opacity: 1;
  }
  #header .header_nav .nav .nav_menu li a img {
    height: 1.8rem;
  }
  #header .header_nav .nav .nav_menu li.nolink a::before {
    width: 4.6rem;
  }
  #header .header_sns {
    right: calc(60 / 1600 * 100%);
  }
  #header .header_sns h2 {
    width: 1.6rem;
    margin: 0 1.2rem 2.2rem auto;
  }
  #header .header_sns ul li {
    width: 4.7rem;
    margin-bottom: 1.1rem;
  }
  #header .header_sns ul li a {
    position: relative;
  }
  #header .header_sns ul li a::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    opacity: 0;
  }
  #header .header_sns ul li a:hover::before {
    opacity: 1;
  }
  #header .header_sns ul li:nth-child(1) a::before {
    background: url(../images/common/btn_sns1_h.png) no-repeat center/contain;
  }
  #header .header_sns ul li:nth-child(2) a::before {
    background: url(../images/common/btn_sns2_h.png) no-repeat center/contain;
  }
  #header .header_sns ul li:nth-child(3) a::before {
    background: url(../images/common/btn_sns3_h.png) no-repeat center/contain;
  }
  .fix_bottom {
    display: none;
  }
}
/* =====================================================================
    submv, subpage
======================================================================*/
.submv {
  position: relative;
  width: 69.4rem;
  margin: 0 auto;
  padding: 3.6rem 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 3;
}
.submv::before, .submv::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: url(../images/common/img_line1.png) no-repeat center/cover;
}
.submv::after {
  top: auto;
  bottom: 0;
}
.submv .submv_ttl {
  width: 16.6rem;
  margin: 0 auto;
}

.subpage {
  position: relative;
  margin-top: 37rem;
  padding-top: 13rem;
}
.subpage::before {
  content: "";
  position: absolute;
  display: block;
  top: -3.5rem;
  left: 0;
  width: 100%;
  height: 3.6rem;
}
.subpage .subpage_ttl {
  position: absolute;
  top: -24rem;
  left: 0;
  width: 100%;
}
.subpage .subpage_ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: -6rem;
  left: -8.3rem;
  width: 44rem;
  height: 41.4rem;
  background: url(../images/common/bg_deco1.png) no-repeat center/contain;
}
.subpage .subpage_ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: -19.4rem;
  right: -5rem;
  width: 43rem;
  height: 34.1rem;
  background: url(../images/common/bg_deco2.png) no-repeat center/contain;
}
.subpage .subpage_ttl .sec_ttl {
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .subpage {
    margin-top: 27rem;
    padding-top: 5.2rem;
  }
  .subpage::before {
    top: -3.3rem;
    height: 3.4rem;
    background-size: 40.5rem auto;
  }
  .subpage .subpage_ttl {
    top: -19rem;
    max-width: 1600px;
    left: 50%;
    transform: translateX(-50%);
  }
  .subpage .subpage_ttl::before {
    top: -6.3rem;
    left: -3.6rem;
    width: 57.3rem;
    height: 53.8rem;
  }
  .subpage .subpage_ttl::after {
    top: -13rem;
    right: -2rem;
    width: 61.9rem;
    height: 49.1rem;
  }
}
/* =====================================================================
*    footer
* =================================================================== */
#footer .copyright {
  padding: 4rem 0;
  background: url(../images/common/bg_pattern3.jpg) repeat center/5rem auto;
  text-align: center;
  font-size: 1.6rem;
  color: #d77d84;
}
#footer .scrooll_animation + .copyright {
  padding: 6rem 0 4rem;
}

@media screen and (min-width: 768px) {
  #footer .copyright {
    padding: 3rem 0;
    font-size: 1.3rem;
  }
  #footer .scrooll_animation + .copyright {
    padding: 5rem 0 3rem;
  }
}
/* =====================================================================
    gDefFooter
======================================================================*/
#gDefFooter {
  background: url(../images/common/bg_pattern4.jpg) repeat center/5rem auto;
}
/*# sourceMappingURL=base.css.map */