@charset "UTF-8";
.mv_area {
  width: 100%;
  background: url(../img/mv.jpg) no-repeat 50% 50%/cover;
  padding: 140px 0 100px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .mv_area {
      padding: 40px 0; } }
  .mv_area .inr {
    max-width: 880px;
    width: 95%;
    margin: 0 auto; }
    .mv_area .inr h2 {
      font-size: 2em;
      font-family: "EB Garamond", serif;
      letter-spacing: .2em;
      text-align: center;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr h2 {
          font-size: 1.4em; } }
      .mv_area .inr h2 span {
        display: block;
        margin-top: 5px;
        font-family: "Noto Sans", sans-serif;
        font-size: .4em;
        letter-spacing: .1em;
        position: relative;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .mv_area .inr h2 span {
            font-size: .6em; } }
        .mv_area .inr h2 span::before {
          content: '';
          display: inline-block;
          width: 160px;
          height: 15px;
          background-image: url(../../img/arrow_white.png);
          background-size: contain;
          background-repeat: no-repeat;
          vertical-align: middle;
          position: absolute;
          bottom: -20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
    .mv_area .inr p {
      text-align: center; }
      .mv_area .inr p span {
        display: block;
        margin-top: 10px;
        padding-top: 60px;
        position: relative;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .mv_area .inr p span {
            padding-top: 40px;
            margin-top: 5px;
            font-size: .9em; } }

.gallery_list {
  padding: 80px 0;
  background-color: #F7F8F8; }
  @media only screen and (max-width: 767px) {
    .gallery_list {
      padding: 40px 0; } }
  .gallery_list .inr {
    max-width: 880px;
    width: 95%;
    margin: 0 auto; }
    .gallery_list .inr 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: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-right: -2%; }
      @media only screen and (max-width: 767px) {
        .gallery_list .inr ul {
          margin-right: 0;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .gallery_list .inr ul li {
        width: 31%;
        margin-right: 2%;
        margin-top: 40px;
        background-color: #fff; }
        @media only screen and (max-width: 767px) {
          .gallery_list .inr ul li {
            width: 49%;
            margin-right: 0;
            margin-top: 20px; } }
        .gallery_list .inr ul li a {
          display: none; }
          .gallery_list .inr ul li a.top_img {
            width: 100%;
            display: block;
            padding: 15px 0;
            position: relative; }
            .gallery_list .inr ul li a.top_img .pic {
              width: 90%;
              margin: 0 auto; }
              .gallery_list .inr ul li a.top_img .pic img {
                width: 100%; }
            .gallery_list .inr ul li a.top_img .txt {
              width: 90%;
              margin: 0 auto;
              padding-top: 10px;
              min-height: 65px; }
              @media only screen and (max-width: 767px) {
                .gallery_list .inr ul li a.top_img .txt {
                  min-height: inherit; } }
              .gallery_list .inr ul li a.top_img .txt p {
                color: #9FA0A0;
                font-family: "Roboto", sans-serif;
                letter-spacing: .1em;
                font-weight: bold; }
                @media only screen and (max-width: 767px) {
                  .gallery_list .inr ul li a.top_img .txt p {
                    font-size: .8em; } }
            .gallery_list .inr ul li a.top_img .hover_area {
              opacity: 0;
              position: absolute;
              width: 95%;
              height: 95%;
              top: 50%;
              left: 50%;
              -webkit-transform: translateY(-50%) translateX(-50%);
              -ms-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
              -webkit-transition: .5s;
              -o-transition: .5s;
              transition: .5s;
              background-color: rgba(0, 0, 0, 0.8);
              padding-top: 20px; }
              @media only screen and (max-width: 767px) {
                .gallery_list .inr ul li a.top_img .hover_area {
                  display: none; } }
              .gallery_list .inr ul li a.top_img .hover_area .title {
                width: 90%;
                margin: 0 auto; }
                .gallery_list .inr ul li a.top_img .hover_area .title p {
                  color: #727171;
                  font-family: "Roboto", sans-serif;
                  font-weight: bold;
                  letter-spacing: .2em; }
                .gallery_list .inr ul li a.top_img .hover_area .title h3 {
                  color: #fff;
                  font-weight: bold; }
              .gallery_list .inr ul li a.top_img .hover_area .sentence {
                width: 90%;
                margin: 20px auto 0; }
                .gallery_list .inr ul li a.top_img .hover_area .sentence p {
                  color: #727171;
                  font-family: "Roboto", sans-serif;
                  font-weight: bold;
                  letter-spacing: .2em; }
                .gallery_list .inr ul li a.top_img .hover_area .sentence h4 {
                  color: #fff;
                  font-weight: bold; }
            .gallery_list .inr ul li a.top_img:hover .hover_area {
              opacity: 1; }

.backs .inr {
  max-width: 880px;
  width: 95%;
  margin: 0 auto; }
  .backs .inr .back {
    font-size: 1.1em;
    font-family: "EB Garamond", serif;
    font-style: italic;
    margin: 40px 0; }
    @media only screen and (max-width: 767px) {
      .backs .inr .back {
        margin-top: 20px; } }
    .backs .inr .back a {
      position: relative;
      display: block; }
      .backs .inr .back a::before {
        content: '';
        display: inline-block;
        width: 54px;
        height: 49px;
        background-image: url(../img/back_icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 10px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .backs .inr .back a:hover::before {
        background-image: url(../img/back_icon_hover.png);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
