@charset "UTF-8";
/* ==========================================================================
   new
   ========================================================================== */
/* common
	========================================================================== */
.inner {
  margin: 0 auto;
  width: 1240px;
  position: relative; }

.fade {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .fade:hover {
    opacity: .8; }

/* icon
	========================================================================== */
.arr-link {
  background: url(images/arr_link.png) no-repeat left center;
  background-size: 3px auto;
  padding-left: 10px; }

.arr-link-w {
  background: url(/common/images/arr_nav_white.png) no-repeat left center;
  background-size: 13px auto;
  padding-left: 16px; }

.icon-blank {
  background: url(images/icon_blank.png) no-repeat left center;
  background-size: 5px auto;
  padding-left: 10px; }

/* archive-area
   ========================================================================== */
.archive-area {
  margin-top: 89px;
  padding: 89px 0;
  background-size: 2000px 491px;
  min-height: 490px;
  box-sizing: border-box;
  position: relative; }
  .archive-area .archive-ttl,
  .archive-area .archive-btn {
    position: absolute; }
  .archive-area .archive-ttl {
    top: -8px;
    left: -13px; }
  .archive-area .archive-btn {
    top: 281px;
    left: 67px; }

.archive-btn {
  text-align: center;
  width: 145px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  font-size: 13px;
  font-size: 1.3rem; }
  .archive-btn a {
    display: block;
    color: #fff;
    text-decoration: none;
    letter-spacing: .1em;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 8px 0; }
    .archive-btn a span {
      position: relative; }
      .archive-btn a span:before {
        content: "";
        width: 13px;
        height: 8px;
        background: url(/common/images/arr_nav_white.png) no-repeat left top;
        background-size: 13px auto;
        position: absolute;
        left: -25px;
        top: .3em;
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
    .archive-btn a:hover span:before {
      left: -20px;
      opacity: 1; }

.archive-list {
  width: 100%;
  padding-left: 276px;
  box-sizing: border-box; }
  .archive-list li {
    width: 247px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 13px;
    box-sizing: border-box; }
    .archive-list li a {
      text-decoration: none; }
      .archive-list li a .img {
        width: 220px !important;
        height: 155px !important;
        z-index: 1;
        position: relative;
        overflow: hidden; }
        .archive-list li a .img img {
          -webkit-transition: 2s;
          transition: 2s; }
    .archive-list li:first-child {
      width: 235px;
      padding-left: 0; }
    .archive-list li:last-child {
      width: 234px;
      border-right: none; }
    .archive-list li .archive-inner {
      width: 220px;
      overflow: hidden;
      position: relative;
      padding-bottom: 37px; }
    .archive-list li .ttl,
    .archive-list li .txt {
      color: #fff; }
    .archive-list li .ttl {
      line-height: 1.3;
      margin-top: 13px;
      font-size: 19px;
      font-size: 1.9rem; }
    .archive-list li .txt {
      line-height: 1.6;
      margin-top: 10px;
      font-weight: 200;
      font-size: 13px;
      font-size: 1.3rem; }
    .archive-list li .area {
      background: #f3f0e1;
      color: #521c07;
      padding: 6px 5px;
      line-height: 1;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 25px;
      box-sizing: border-box;
      font-size: 13px;
      font-size: 1.3rem; }
      .archive-list li .area span {
        position: absolute;
        right: 5px; }
    .archive-list li:hover a .img img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-transition: 0.8s;
      transition: 0.8s; }

/* photos-area
  ========================================================================== */
#photos-area {
  background: #050505 url(images/bg_photos_area.png) no-repeat center center;
  background-size: auto 100%;
  margin-top: 45px;
  z-index: 200;
  position: relative; }
  #photos-area #photos-area-in {
    padding: 45px 0 55px; }
  #photos-area .photos-area-ttl,
  #photos-area .photos-area-lead {
    color: #fff;
    text-align: center; }
  #photos-area .photos-area-ttl {
    margin-bottom: 21px; }
  #photos-area .photos-area-lead {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
    margin-bottom: 40px;
    font-size: 15px;
    font-size: 1.5rem; }
  #photos-area .photos-area-btn {
    margin-top: 50px;
    text-align: center; }
    #photos-area .photos-area-btn a {
      transition-duration: .25s; }
      #photos-area .photos-area-btn a:hover {
        opacity: .7; }
  #photos-area ul {
    margin-bottom: -34px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap; }
    #photos-area ul li {
      width: 400px;
      min-height: 290px;
      margin: 0 20px 34px 0;
      background-size: 629px auto; }
      #photos-area ul li:nth-child(3n) {
        margin-right: 0; }
      #photos-area ul li img {
        width: 100%;
        height: auto; }
      #photos-area ul li a {
        text-decoration: none; }
      #photos-area ul li p {
        line-height: 1.2;
        text-align: center;
        color: #fff;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
        letter-spacing: .1em;
        -webkit-text-shadow: 0px -3px 1px rgba(0, 0, 0, 0.45);
        -moz-text-shadow: 0px -3px 1px rgba(0, 0, 0, 0.45);
        -ms-text-shadow: 0px -3px 1px rgba(0, 0, 0, 0.45);
        -o-text-shadow: 0px -3px 1px rgba(0, 0, 0, 0.45);
        text-shadow: 0px -3px 1px rgba(0, 0, 0, 0.45); }
      #photos-area ul li .hover-anim {
        width: 400px;
        height: 230px; }
      #photos-area ul li .ttl {
        margin-top: 10px;
        font-size: 21px;
        font-size: 2.1rem; }
        #photos-area ul li .ttl:after {
          content: "";
          display: block;
          width: 100%;
          height: 3px;
          background: url(images/photos_line.png) no-repeat center top;
          background-size: auto 3px;
          margin-top: 5px; }
      #photos-area ul li .about {
        margin-top: 8px;
        font-size: 13px;
        font-size: 1.3rem; }

/* hover-anim
  ========================================================================== */
.hover-anim {
  display: block;
  overflow: hidden;
  z-index: 1;
  position: relative; }
  .hover-anim img {
    -webkit-transition: 2s;
    transition: 2s;
    vertical-align: bottom;
    position: relative; }
  .hover-anim:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: 0.8s;
    transition: 0.8s; }
