@charset "UTF-8";
/*
	Default
*/
body {
  color: #000;
  font-size: 1.4rem; }

.container, .temp_05 {
  height: 100%; }

.temp_05 {
  /*
  	topimage
  */
  /*
  	header style
  */
  /*
  	gnav
  */ }
  .temp_05 .scroll_point {
    position: relative; }
  .temp_05 .top_view {
    height: 100%; }
  .temp_05 .top_img {
    background: url(../images/topimg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2); }
    @media (min-width: 900px) {
      .temp_05 .top_img {
        height: 610px; } }
  .temp_05 .top_copy {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .temp_05 .top_copy p {
      width: 100%;
      color: #fff;
      position: relative;
      z-index: 1;
      line-height: 1.4;
      letter-spacing: 0.01em;
      background: #000;
      opacity: .9;
      padding: 20px;
      font-size: 2rem;
      font-weight: 600; }
    .temp_05 .top_copy p span {
      display: block;
      font-size: 1.2rem;
      padding-left: 1px;
      margin-bottom: 5px; }
    .temp_05 .top_copy p:after {
      content: "";
      display: block;
      height: 1px;
      background: #960a0e;
      margin-top: 10px; }
    @media (min-width: 900px) {
      .temp_05 .top_copy p {
        font-size: 4.2rem;
        padding: 25px; }
      .temp_05 .top_copy p span {
        padding-left: 4px;
        font-size: 1.8rem; }
      .temp_05 .top_copy p:after {
        width: 82.5%;
        margin-top: 15px; } }
  .temp_05 .hd_inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    border-bottom: solid 1px #484342; }
    @media (min-width: 900px) {
      .temp_05 .hd_inner {
        height: 83px;
        padding-left: inherit;
        padding-right: inherit;
        border-bottom: none; } }
  .temp_05 .logo a, .temp_05 .logo img {
    display: block; }
  .temp_05 .logo img {
    /*自由にロゴのサイズを変更*/
    width: 100%;
    height: auto; }
  @media (min-width: 900px) {
    .temp_05 .logo img {
      max-width: inherit;
      width: inherit; } }
  .temp_05 .gnav_btn {
    position: fixed;
    right: 25px;
    top: 20px;
    width: 25px;
    height: 25px;
    z-index: 150;
    border-radius: 100%;
    cursor: pointer;
    transition: background 100ms ease , transform 100ms ease; }
    .temp_05 .gnav_btn i {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 25px;
      height: 1px;
      background: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      transform: translate3d(-50%, -50%, 0);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      box-shadow: 0 1px 0 0 #2d2d2d; }
    .temp_05 .gnav_btn i:before, .temp_05 .gnav_btn i:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      left: 0;
      background: #fff;
      box-shadow: 0 1px 0 0 #2d2d2d; }
    .temp_05 .gnav_btn i:before {
      top: -8px; }
    .temp_05 .gnav_btn i:after {
      bottom: -8px; }
  .temp_05.open .gnav_btn i {
    background: transparent; }
  .temp_05.open .gnav_btn i:before, .temp_05.open .gnav_btn i:after {
    background: #fff; }
  .temp_05.open .gnav_btn i:before {
    transform: rotate(-135deg);
    top: 0; }
  .temp_05.open .gnav_btn i:after {
    transform: rotate(135deg);
    bottom: 0; }
  .temp_05.open .gnav_btn.open i {
    background: none; }
  .temp_05.open .gnav_btn.open i:before {
    transform: rotate(-135deg);
    top: 0; }
  .temp_05.open .gnav_btn.open i:after {
    transform: rotate(135deg);
    bottom: 0; }
  .temp_05 .gnav {
    background: rgba(29, 29, 29, 0.88);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100vh;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    pointer-events: none; }
  .temp_05 .gnav_menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    .temp_05 .gnav_menu li {
      display: flex;
      opacity: 0;
      -webkit-transform: scaleX(0) translateX(-260px);
      transform: scaleX(0) translateX(-260px);
      -webkit-transition: none;
      transition: none; }
    .temp_05 .gnav_menu a {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: center;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.65;
      letter-spacing: 0.06em;
      position: relative;
      padding: 12px 0;
      transition: opacity 220ms;
      font-weight: bold; }
    .temp_05 .gnav_menu a:hover {
      opacity: .5; }
    .temp_05 .gnav_menu span {
      display: block;
      position: relative;
      z-index: 102;
      display: block;
      font-size: 1.2rem;
      font-weight: 400; }
  @media (min-width: 900px) {
    .temp_05 .gnav_menu li {
      justify-content: center; }
    .temp_05 .gnav_menu a {
      font-size: 1.6rem;
      width: auto; }
    .temp_05 .gnav_menu span {
      font-size: 1.3rem; } }
  .temp_05.open .gnav {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 350ms ease-out; }
  .temp_05.open .gnav:before {
    opacity: 1; }
  .temp_05.open .gnav_menu li {
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transition: all .28s ease-out;
    transition: all .28s ease-out; }
  .temp_05.open .gnav_menu li:nth-child(1) {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s; }
  .temp_05.open .gnav_menu li:nth-child(2) {
    -webkit-transition-delay: 0.36s;
    transition-delay: 0.36s; }
  .temp_05.open .gnav_menu li:nth-child(3) {
    -webkit-transition-delay: 0.44s;
    transition-delay: 0.44s; }
  .temp_05.open .gnav_menu li:nth-child(4) {
    -webkit-transition-delay: 0.52s;
    transition-delay: 0.52s; }
  .temp_05.open .gnav_menu li:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .temp_05.open .gnav_menu li:nth-child(6) {
    -webkit-transition-delay: 0.68s;
    transition-delay: 0.68s; }
  .temp_05.open .gnav_menu li:nth-child(7) {
    -webkit-transition-delay: 0.76s;
    transition-delay: 0.76s; }
  .temp_05.open .gnav_menu li:nth-child(8) {
    -webkit-transition-delay: 0.84s;
    transition-delay: 0.84s; }
  .temp_05 .ft .pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    transform: translateY(120%);
    z-index: 100;
    opacity: 0;
    transition: transform 250ms ease-out, opacity 250ms ease-out; }
  .temp_05 .ft .pagetop.is_fixed {
    opacity: 1;
    transform: translateY(0); }
  .temp_05 .ft .pagetop a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.95);
    transition: background 70ms ease;
    color: #fff; }
    .temp_05 .ft .pagetop a:hover {
      background: rgba(255, 255, 255, 0.7); }
  .temp_05 .ft .pagetop i {
    color: #3e613a;
    font-size: 1.3rem;
    transform: translateY(1px); }
  .temp_05 .ft small {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    color: #3e613a;
    border-top: solid 1px #fff;
    line-height: 46px;
    letter-spacing: 0.05em; }
  @media (min-width: 900px) {
    .temp_05 .ft .pagetop a {
      width: 56px;
      height: 56px;
      font-size: 1.1rem; }
    .temp_05 .ft .pagetop i {
      font-size: 1.4rem; }
    .temp_05 .ft small {
      font-size: 1.3rem;
      line-height: 56px; } }

/*# sourceMappingURL=base.css.map */
