@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Zen+Old+Mincho:wght@400;700;900&display=swap");
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }

.night #footer {
  background: url(/common/img/footer_bg02.jpg) no-repeat 50% 50%/cover; }

#footer {
  background: url(/common/img/footer_bg01.jpg) no-repeat 50% 50%/cover;
  position: relative; }
  @media only screen and (max-width: 767px) {
    #footer {
      padding: 20px 0 20px; } }
  #footer .sns_list {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      #footer .sns_list {
        top: -40px; } }
    #footer .sns_list li {
      margin: 0 5px; }
      #footer .sns_list li a:hover {
        opacity: 0.6; }
  #footer .inr .footer_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 95%;
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 0 90px; }
    @media only screen and (max-width: 767px) {
      #footer .inr .footer_main {
        padding: 20px 0 40px; } }
  #footer .inr .footer_left {
    width: 25%; }
    @media only screen and (max-width: 767px) {
      #footer .inr .footer_left {
        width: 100%; } }
    #footer .inr .footer_left .site_id {
      max-width: 160px; }
      #footer .inr .footer_left .site_id img {
        margin: 0; }
    #footer .inr .footer_left .charge {
      margin-top: 60px;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        #footer .inr .footer_left .charge {
          margin-top: 30px; } }
    #footer .inr .footer_left .address {
      margin-top: 20px;
      font-size: 0.9em; }
    #footer .inr .footer_left .tel {
      margin-top: 10px;
      font-size: 0.9em;
      font-weight: 500; }
      #footer .inr .footer_left .tel a {
        font-weight: 500; }
        #footer .inr .footer_left .tel a:hover {
          opacity: 0.7; }
  #footer .inr .footer_right {
    width: 70%; }
    @media only screen and (max-width: 767px) {
      #footer .inr .footer_right {
        display: none; } }
    #footer .inr .footer_right .footer_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      #footer .inr .footer_right .footer_nav ul {
        width: 30%; }
        #footer .inr .footer_right .footer_nav ul li {
          margin-top: 20px; }
          #footer .inr .footer_right .footer_nav ul li:first-child {
            margin-top: 0; }
          #footer .inr .footer_right .footer_nav ul li a {
            font-size: 0.9em;
            font-weight: 500; }
          #footer .inr .footer_right .footer_nav ul li dl dd {
            font-size: 0.9em;
            margin-top: 15px; }
            #footer .inr .footer_right .footer_nav ul li dl dd a {
              font-weight: normal;
              position: relative;
              padding-left: 10px; }
              #footer .inr .footer_right .footer_nav ul li dl dd a::before {
                position: absolute;
                top: 50%;
                left: 0;
                display: block;
                width: 0.5em;
                height: 0.5em;
                content: "";
                border-right: 2px solid #585858;
                border-bottom: 2px solid #585858;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                margin-top: -0.25em;
                -webkit-transition: 0.5s all;
                -o-transition: 0.5s all;
                transition: 0.5s all; }
  #footer .bnr_area {
    background-color: #f4fdf4;
    padding: 20px; }
    #footer .bnr_area ul {
      max-width: 980px;
      width: 95%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: distribute;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #footer .bnr_area ul li {
        width: 30%;
        max-width: 380px;
	margin: 0 10px; }
        @media only screen and (max-width: 767px) {
 	#footer .bnr_area ul{
                flex-wrap: wrap;
            }
         #footer .bnr_area ul li {
            width: 100%; 
            margin: 0;} 
            #footer .bnr_area ul li:nth-child(1){
                margin-bottom: 20px;
            } }
        #footer .bnr_area ul li a {
          max-width: 280px; }
          #footer .bnr_area ul li a img {
            width: 100%; }
  #footer .footer_sub {
    background-color: #fff;
    padding: 20px 0;
    width: 100%; }
    #footer .footer_sub .footer_sub_content {
      max-width: 980px;
      width: 95%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #footer .footer_sub .footer_sub_content .ome_official {
        width: 50%; }
        #footer .footer_sub .footer_sub_content .ome_official img {
          margin: 0; }
      #footer .footer_sub .footer_sub_content .copy {
        font-family: "EB Garamond", serif; }
        #footer .footer_sub .footer_sub_content .copy p {
          font-size: 0.7em;
          letter-spacing: 0.1em;
          color: #008e72;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            #footer .footer_sub .footer_sub_content .copy p {
              text-align: left; } }

#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  @media only screen and (max-width: 767px) {
    #pagetop {
      bottom: 10px;
      right: 10px; } }
  #pagetop a {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    padding: 25px 0 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #008e72; }
    @media only screen and (max-width: 767px) {
      #pagetop a {
        padding: 0;
        width: 40px;
        height: 40px; } }
    #pagetop a:after {
      content: "";
      display: block;
      position: absolute;
      top: 20px;
      right: 0;
      bottom: auto;
      left: 0;
      margin: auto;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      color: #fff;
      width: 20px;
      height: 20px;
      border-top: 5px solid #fff;
      border-right: 5px solid #fff; }
      @media only screen and (max-width: 767px) {
        #pagetop a:after {
          width: 10px;
          height: 10px;
          border-width: 3px;
          top: 18px; } }
    #pagetop a:hover {
      opacity: 0.7; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }

#header {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: fixed;
  z-index: 4;
  top: 0;
  width: 100%;
  height: 60px; }
  @media only screen and (max-width: 767px) {
    #header {
      width: 100%;
      height: 50px; } }
  #header .header_inner {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    position: relative;
    margin: 0 auto;
    height: 100%; }
    @media only screen and (max-height: 549px) {
      #header .header_inner {
        overflow: auto; } }
    @media only screen and (max-width: 767px) {
      #header .header_inner {
        width: 100%; } }
    #header .header_inner > .nav_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      z-index: 9999;
      -webkit-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      width: 100%;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        #header .header_inner > .nav_wrap {
          padding: 0; } }
      @media only screen and (max-width: 767px) {
        #header .header_inner > .nav_wrap {
          border-radius: 0; } }
      #header .header_inner > .nav_wrap .logo {
        padding-left: 40px; }
        @media only screen and (max-width: 767px) {
          #header .header_inner > .nav_wrap .logo {
            width: 100%;
            position: static;
            -webkit-transform: inherit;
            -ms-transform: inherit;
            transform: inherit;
            padding-left: 10px; } }
        #header .header_inner > .nav_wrap .logo .site_id {
          max-width: 190px;
          width: 100%;
          padding-top: 2px; }
          @media only screen and (max-width: 767px) {
            #header .header_inner > .nav_wrap .logo .site_id {
              max-width: 160px; } }
          #header .header_inner > .nav_wrap .logo .site_id a {
            width: 100%;
            padding: 10px 0; }
            #header .header_inner > .nav_wrap .logo .site_id a img {
              display: block;
              width: 100%; }
              @media only screen and (max-width: 767px) {
                #header .header_inner > .nav_wrap .logo .site_id a img {
                  margin: 0; } }
    #header .header_inner #trigger {
      position: absolute;
      top: 0;
      right: 0;
      height: 60px;
      width: 60px;
      padding: 20px 13px;
      background-color: #00347a;
      cursor: pointer;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        #header .header_inner #trigger {
          opacity: 1;
          left: inherit;
          -webkit-transform: inherit;
          -ms-transform: inherit;
          transform: inherit;
          height: 50px;
          width: 50px;
          padding: 15px 10px; } }
      #header .header_inner #trigger .trigger_inr {
        text-align: right; }
        #header .header_inner #trigger .trigger_inr #trigger_icon {
          display: inline-block;
          position: relative;
          background-color: #fff;
          width: 32px;
          height: 3px;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          margin-bottom: 0.2em; }
          #header .header_inner #trigger .trigger_inr #trigger_icon:before {
            content: "";
            background-color: #fff;
            display: block;
            position: absolute;
            right: 0;
            height: 3px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            margin-top: -14px;
            width: 32px; }
            @media only screen and (max-width: 767px) {
              #header .header_inner #trigger .trigger_inr #trigger_icon:before {
                margin-top: -11px; } }
          #header .header_inner #trigger .trigger_inr #trigger_icon.close {
            background-color: #fff;
            width: 32px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            margin-top: 7px;
            top: -4px;
            right: 1px; }
            #header .header_inner #trigger .trigger_inr #trigger_icon.close:before {
              margin-top: 0;
              background-color: #fff;
              width: 32px;
              -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
        #header .header_inner #trigger .trigger_inr .trigger_txt {
          display: none;
          color: #585858;
          position: absolute;
          bottom: 2px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          text-align: center;
          font-size: 8px;
          font-weight: 700; }
    @media all and (-ms-high-contrast: none) {
      #header .header_inner #sp_nav .sitemap_list_inner a[target="_blank"] {
        background-size: 24px; } }
    #header .header_inner .list_fade_up, #header .header_inner .menu_open .sitemap_list_inner, .menu_open #header .header_inner .sitemap_list_inner {
      -webkit-animation: fadeIn 0.8s forwards;
      animation: fadeIn 0.8s forwards; }
      #header .header_inner .list_fade_up:nth-child(1), #header .header_inner .menu_open .sitemap_list_inner:nth-child(1), .menu_open #header .header_inner .sitemap_list_inner:nth-child(1) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      #header .header_inner .list_fade_up:nth-child(2), #header .header_inner .menu_open .sitemap_list_inner:nth-child(2), .menu_open #header .header_inner .sitemap_list_inner:nth-child(2) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      #header .header_inner .list_fade_up:nth-child(3), #header .header_inner .menu_open .sitemap_list_inner:nth-child(3), .menu_open #header .header_inner .sitemap_list_inner:nth-child(3) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s; }
      #header .header_inner .list_fade_up:nth-child(4), #header .header_inner .menu_open .sitemap_list_inner:nth-child(4), .menu_open #header .header_inner .sitemap_list_inner:nth-child(4) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
      #header .header_inner .list_fade_up:nth-child(5), #header .header_inner .menu_open .sitemap_list_inner:nth-child(5), .menu_open #header .header_inner .sitemap_list_inner:nth-child(5) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
      #header .header_inner .list_fade_up:nth-child(6), #header .header_inner .menu_open .sitemap_list_inner:nth-child(6), .menu_open #header .header_inner .sitemap_list_inner:nth-child(6) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s; }
      #header .header_inner .list_fade_up:nth-child(7), #header .header_inner .menu_open .sitemap_list_inner:nth-child(7), .menu_open #header .header_inner .sitemap_list_inner:nth-child(7) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s; }
      #header .header_inner .list_fade_up:nth-child(8), #header .header_inner .menu_open .sitemap_list_inner:nth-child(8), .menu_open #header .header_inner .sitemap_list_inner:nth-child(8) {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s; }
      #header .header_inner .list_fade_up:nth-child(9), #header .header_inner .menu_open .sitemap_list_inner:nth-child(9), .menu_open #header .header_inner .sitemap_list_inner:nth-child(9) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      #header .header_inner .list_fade_up:nth-child(10), #header .header_inner .menu_open .sitemap_list_inner:nth-child(10), .menu_open #header .header_inner .sitemap_list_inner:nth-child(10) {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s; }
      #header .header_inner .list_fade_up:nth-child(11), #header .header_inner .menu_open .sitemap_list_inner:nth-child(11), .menu_open #header .header_inner .sitemap_list_inner:nth-child(11) {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s; }
      #header .header_inner .list_fade_up:nth-child(12), #header .header_inner .menu_open .sitemap_list_inner:nth-child(12), .menu_open #header .header_inner .sitemap_list_inner:nth-child(12) {
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s; }
      #header .header_inner .list_fade_up:nth-child(13), #header .header_inner .menu_open .sitemap_list_inner:nth-child(13), .menu_open #header .header_inner .sitemap_list_inner:nth-child(13) {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s; }
      #header .header_inner .list_fade_up:nth-child(14), #header .header_inner .menu_open .sitemap_list_inner:nth-child(14), .menu_open #header .header_inner .sitemap_list_inner:nth-child(14) {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s; }
      #header .header_inner .list_fade_up:nth-child(15), #header .header_inner .menu_open .sitemap_list_inner:nth-child(15), .menu_open #header .header_inner .sitemap_list_inner:nth-child(15) {
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s; }
    #header .header_inner .wrap_menu {
      background-color: rgba(0, 52, 122, 0.8);
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow-y: auto;
      opacity: 0;
      -webkit-transition: 0.5s all;
      -o-transition: 0.5s all;
      transition: 0.5s all;
      visibility: hidden;
      display: none; }
      #header .header_inner .wrap_menu .menu_inr {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        max-width: 1000px;
        padding: 0 30px;
        margin: 80px auto 0;
        text-align: left;
        max-width: 560px; }
        @media only screen and (min-width: 576px), print {
          #header .header_inner .wrap_menu .menu_inr {
            margin: 155px auto 0; } }
        #header .header_inner .wrap_menu .menu_inr p {
          text-align: center;
          color: #fff;
          font-weight: bold;
          font-family: "EB Garamond", serif; }
        #header .header_inner .wrap_menu .menu_inr #sp_nav {
          margin-top: 1.5rem; }
          @media only screen and (min-width: 768px), print {
            #header .header_inner .wrap_menu .menu_inr #sp_nav {
              -js-display: flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
          #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner {
            opacity: 0;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            width: 100%;
            border-top: 1px solid rgba(255, 255, 255, 0.2); }
            #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner:last-child {
              border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
            #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner a {
              position: relative;
              color: #fff;
              display: inline-block;
              font-size: 16px;
              font-size: 1.6rem;
              text-decoration: none;
              line-height: 1.25;
              -webkit-transition: all 0.2s ease-out;
              -o-transition: all 0.2s ease-out;
              transition: all 0.2s ease-out;
              padding: 1em 1rem;
              width: 100%;
              overflow: hidden;
              font-size: 0.9em;
              font-family: "EB Garamond", serif; }
              @media only screen and (min-width: 576px), print {
                #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner a {
                  font-size: 18px;
                  font-size: 1.8rem;
                  padding: 1.5em 2rem; } }
              #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner a:hover {
                -webkit-transition: all 0.2s ease-out;
                -o-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
                padding-left: 1.5rem;
                opacity: 0.8; }
              #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner a:after {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 4px 0 4px 5px;
                border-color: transparent transparent transparent #fff;
                right: 2rem;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                margin-top: 5px; }
              #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner a span {
                overflow: hidden;
                font-family: "Zen Old Mincho", serif;
                font-size: 0.7em;
                padding-left: 10px; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
            #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner ul li {
                width: 40%; }
                #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner ul li a {
                  position: relative;
                  padding-right: 20px;
                  padding-left: 0; }
                  #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner ul li a::before {
                    position: absolute;
                    top: 50%;
                    right: 2px;
                    display: block;
                    width: 0.5em;
                    height: 0.5em;
                    content: "";
                    border-right: 1px solid #fff;
                    border-bottom: 1px solid #fff;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    margin-top: -0.25em; }
                  #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner ul li a::after {
                    display: none; }
                  #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner ul li a:hover {
                    padding-left: 0; }
            #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner:last-child {
              border: none;
              margin-top: 10px; }
              #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner:last-child a {
                display: block;
                background-color: #fff;
                color: #00347a;
                text-align: center;
                padding: 10px 0;
                border-radius: 5px;
                width: 100%;
                margin: 0 auto; }
                #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner:last-child a::after {
                  display: none;
                  text-align: center; }
                #header .header_inner .wrap_menu .menu_inr #sp_nav .sitemap_list_inner:last-child a span {
                  font-weight: bold;
                  font-size: 0.9em; }
  #header.header_scroll {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 20px #585858;
    box-shadow: 2px 2px 20px #585858; }
    #header.header_scroll .nav_wrap .gnav .gnav_top_scroll {
      display: block; }
      #header.header_scroll .nav_wrap .gnav .gnav_top_scroll > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #header.header_scroll .nav_wrap .gnav .gnav_top_scroll > ul > li {
          margin-left: 1em; }
          #header.header_scroll .nav_wrap .gnav .gnav_top_scroll > ul > li:first-child {
            margin-left: 0; }
            #header.header_scroll .nav_wrap .gnav .gnav_top_scroll > ul > li:first-child a {
              color: #37caca;
              padding: 5px 0 5px 25px;
              position: relative;
              text-align: center;
              display: block;
              border-radius: 5px; }
              #header.header_scroll .nav_wrap .gnav .gnav_top_scroll > ul > li:first-child a::before {
                content: "";
                width: 18px;
                height: 18px;
                background: url(/assets/img/common/h_icon03.png) no-repeat 50% 50%/contain;
                position: absolute;
                top: 11px;
                left: 0; }
          #header.header_scroll .nav_wrap .gnav .gnav_top_scroll > ul > li:nth-child(2) a {
            color: #494949;
            padding: 5px 0 5px 30px;
            position: relative;
            text-align: center;
            display: block;
            border-radius: 5px; }
            #header.header_scroll .nav_wrap .gnav .gnav_top_scroll > ul > li:nth-child(2) a::before {
              content: "";
              width: 13px;
              height: 17px;
              background: url(/assets/img/common/h_icon04.png) no-repeat 50% 50%/contain;
              position: absolute;
              top: 12px;
              left: 10px; }
          #header.header_scroll .nav_wrap .gnav .gnav_top_scroll > ul > li:nth-child(3) a {
            padding: 2px 20px;
            position: relative;
            text-align: center;
            display: block;
            border-radius: 20px;
            font-size: 0.85em; }
          #header.header_scroll .nav_wrap .gnav .gnav_top_scroll > ul > li:nth-child(4) {
            margin-left: 0.5em; }
            #header.header_scroll .nav_wrap .gnav .gnav_top_scroll > ul > li:nth-child(4) a {
              background-color: #dcdcdc;
              padding: 2px 20px;
              position: relative;
              text-align: center;
              display: block;
              border-radius: 20px;
              font-size: 0.85em; }
          #header.header_scroll .nav_wrap .gnav .gnav_top_scroll > ul > li a {
            font-weight: 600; }
    #header.header_scroll .nav_wrap .gnav .gnav_bottom {
      margin-top: 1em; }
      #header.header_scroll .nav_wrap .gnav .gnav_bottom ul li {
        width: auto;
        margin-left: 2em; }

.menu_open .wrap_menu {
  opacity: 1 !important;
  -webkit-transition: 0.5s all !important;
  -o-transition: 0.5s all !important;
  transition: 0.5s all !important;
  visibility: visible !important;
  display: block !important; }

.menu_open #header {
  pointer-events: all !important; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }

#wrapper {
  position: relative; }

#maincontent {
  width: 100%; }

.section .inr {
  max-width: 980px;
  margin: 0 auto;
  width: 95%; }

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

.sp {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp {
      display: block; } }

.head01 {
  font-family: "EB Garamond", serif;
  font-size: 2em;
  color: #008e72;
  margin-bottom: 70px; }
  @media only screen and (max-width: 767px) {
    .head01 {
      font-size: 2em; } }
  .head01 span {
    position: relative;
    font-weight: bold;
    letter-spacing: 0.2em; }
    .head01 span::after {
      content: "";
      position: absolute;
      background-color: #008e72;
      width: 2px;
      height: 30px;
      top: 50px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.more_btn {
  max-width: 180px; }
  .more_btn a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0 8px;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-size: 1.1em; }

.more_btn02 {
  max-width: 480px;
  width: 90%;
  margin: 80px auto 0; }
  @media only screen and (max-width: 767px) {
    .more_btn02 {
      margin-top: 40px; } }
  .more_btn02 a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0 8px;
    font-family: "Zen Old Mincho", serif;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    background-color: #008e72;
    border: 1px solid #008e72; }
    .more_btn02 a:hover {
      background-color: #fff;
      color: #008e72; }

.inr_mv_area {
  width: 100%;
  margin-bottom: 60px; }
  .inr_mv_area .inr {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 480px; }
    @media only screen and (max-width: 767px) {
      .inr_mv_area .inr {
        height: 320px; } }
    .inr_mv_area .inr .title {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      border: 5px solid #fff;
      width: 210px; }
      @media only screen and (max-width: 767px) {
        .inr_mv_area .inr .title {
          width: 160px;
          border-width: 3px; } }
      .inr_mv_area .inr .title h1 {
        padding: 80px 0;
        text-align: center;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .inr_mv_area .inr .title h1 {
            padding: 60px 0; } }
        .inr_mv_area .inr .title h1 span {
          line-height: 1;
          display: block;
          color: #fff; }
          .inr_mv_area .inr .title h1 span.jp {
            font-family: "Zen Old Mincho", serif;
            font-size: 1.2em;
            font-weight: bold;
            letter-spacing: 0.3em; }
          .inr_mv_area .inr .title h1 span.en {
            font-family: "EB Garamond", serif;
            position: relative;
            font-size: 0.9em; }

.bottom_section {
  padding-bottom: 300px; }
  @media only screen and (max-width: 767px) {
    .bottom_section {
      padding-bottom: 150px; } }

.inr_mv_bottom h2 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 1.1em; }
  .inr_mv_bottom h2 span {
    margin-top: 10px;
    display: block;
    font-size: 0.8em; }

@media print {
  body {
    min-width: 1024px !important; }
  .wow {
    opacity: 1; }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .visible-xs {
    display: none !important; }
  .hidden-xs {
    display: block !important; }
  table.hidden-xs {
    display: table; }
  tr.hidden-xs {
    display: table-row !important; }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important; }
  .hidden-xs.hidden-print {
    display: none !important; }
  .hidden-sm {
    display: none !important; }
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-style: normal; }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

ul,
ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

address,
em {
  font-style: normal; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */ } }

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }

.table__plain th,
.table__plain td {
  padding: 0.2em 0; }

.table__plain th {
  padding-right: 1em;
  text-align: left; }

.table__plain tr:first-child th,
.table__plain tr:first-child td {
  padding-top: 0; }

.table__plain tr:last-child th,
.table__plain tr:last-child td {
  padding-bottom: 0; }

.table {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  height: auto;
  border: none; }
  @media only screen and (max-width: 575px) {
    .table {
      font-size: 14px;
      font-size: 1.4rem; } }
  .table th,
  .table td {
    padding: 0.5em 1em; }
    @media only screen and (min-width: 768px), print {
      .table th,
      .table td {
        padding: 1em 1.2em; } }
  .table thead th {
    padding: 0.5em 0.2em;
    text-align: center; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

@media all and (-ms-high-contrast: none) {
  .qs_wrap__form input[type="checkbox"],
  .qs_wrap__form input[type="radio"] {
    top: -0.15em; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .qs_wrap__form input[type="checkbox"],
  .qs_wrap__form input[type="radio"] {
    top: -0.15em; } }

*:not(html):not(body):not(header):not(footer):not(nav):not(main):not(article):not(section):not(aside):not(div):not(table):not(b):not(strong) {
  font-weight: 400; }

html {
  font-size: 62.5%; }

body {
  color: #585858;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0 !important; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

#g_footer {
  margin-top: 40px; }
  @media only screen and (min-width: 576px), print {
    #g_footer {
      margin-top: 50px; } }
  @media only screen and (min-width: 768px), print {
    #g_footer {
      margin-top: 100px; } }

.top #g_footer {
  margin-top: 0; }

img.ofi_cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE用*/ }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  a:focus {
    outline: none; }
  a[href^="tel:"] {
    display: inline;
    text-decoration: none; }
  a:hover {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }

@-webkit-keyframes loaderAnime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loaderAnime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.anim-typewriter {
  -webkit-animation: typewriter 2s steps(24) 0.2s infinite both;
  animation: typewriter 2s steps(24) 0.2s infinite both; }

@-webkit-keyframes typewriter {
  0% {
    width: 0; }
  60% {
    width: 5em; }
  100% {
    width: 5em; } }

@keyframes typewriter {
  0% {
    width: 0; }
  60% {
    width: 5em; }
  100% {
    width: 5em; } }

.fade_waypoint {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0; }
  @media only screen and (min-width: 768px), print {
    .fade_waypoint.anim_delay_01 {
      -webkit-animation-delay: 0.25s;
      animation-delay: 0.25s; } }

@-webkit-keyframes fadeInUpHalf {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpHalf {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpHalf {
  -webkit-animation-name: fadeInUpHalf;
  animation-name: fadeInUpHalf;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
