@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  font-size: 62.5%; }

body {
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .03em;
  font-size: 14px;
  color: #fff;
  background: #000;
  -webkit-font-smoothing: antialiased; }

.sp {
  display: none; }

::-moz-selection {
  background: #333;
  color: #fff; }

::selection {
  background: #333;
  color: #fff; }

a {
  color: #000; }
  a:hover {
    color: #0d0d0d; }

img {
  vertical-align: top; }

ul, ol {
  list-style: none; }

.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: '';
    display: table; }
  .cf:after {
    clear: both; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

#wrap header {
  position: relative;
  width: 100%;
  height: 90px;
  z-index: 2; }
  #wrap header h1 {
    position: absolute;
    top: 26px;
    left: 34px;
    width: 153px; }
    #wrap header h1 a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      #wrap header h1 a img {
        width: 100%;
        height: auto; }
  #wrap header .right-col {
    position: absolute;
    top: 0px;
    right: 34px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #wrap header .right-col .share-box {
      position: relative;
      top: 32px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #wrap header .right-col .share-box p {
        position: relative;
        top: 5px;
        width: 42px;
        padding-right: 50px;
        margin-right: 16px; }
        #wrap header .right-col .share-box p img {
          width: 100%;
          height: auto; }
        #wrap header .right-col .share-box p:after {
          position: absolute;
          content: "";
          top: 6px;
          right: 0px;
          width: 34px;
          height: 1px;
          background: #a80013; }
      #wrap header .right-col .share-box ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #wrap header .right-col .share-box ul li {
          width: 25px; }
          #wrap header .right-col .share-box ul li:nth-child(n+2) {
            margin-left: 12px; }
          #wrap header .right-col .share-box ul li a {
            transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1); }
            #wrap header .right-col .share-box ul li a:hover {
              opacity: 0.7;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
          #wrap header .right-col .share-box ul li img {
            width: 100%;
            height: auto; }
    #wrap header .right-col .link-alfa {
      position: relative;
      top: 12px;
      width: 62px;
      margin-left: 30px;
      transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1); }
      #wrap header .right-col .link-alfa:hover {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
      #wrap header .right-col .link-alfa img {
        width: 100%;
        height: auto; }

#wrap main {
  display: block; }
  #wrap main section.main {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    background: #000; }
    #wrap main section.main .keyvisual {
      position: relative;
      width: 100%;
      transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1); }
      #wrap main section.main .keyvisual img {
        width: 100%;
        height: auto; }
    #wrap main section.main .copy-box {
      position: absolute;
      top: 26.5%;
      right: 4%;
      width: 100%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      #wrap main section.main .copy-box .ttl {
        width: 54%;
        max-width: 589px;
        margin: 0 0 0 auto; }
        #wrap main section.main .copy-box .ttl img {
          width: 100%;
          height: auto; }
    #wrap main section.main .scrolldown {
      position: absolute;
      bottom: 32px;
      right: 5%; }
      #wrap main section.main .scrolldown .ttl {
        position: relative;
        right: 16px;
        width: 74px; }
        #wrap main section.main .scrolldown .ttl img {
          width: 100%;
          height: auto; }
      #wrap main section.main .scrolldown .line {
        position: absolute;
        bottom: 10px;
        right: 0;
        width: 2px;
        height: 90px;
        margin-top: 16px;
        overflow: hidden;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
        #wrap main section.main .scrolldown .line .inner {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 2px;
          height: 90px;
          background: #9a0212; }
  #wrap main section.lead-box {
    position: relative;
    width: 100%;
    background: url("../img/bg_lead.png") right bottom no-repeat;
    padding: 64px 0 64px; }
    #wrap main section.lead-box p {
      font-size: 18px;
      text-align: center;
      line-height: 2.15; }
  #wrap main section.chapter-1,
  #wrap main section.chapter-2,
  #wrap main section.chapter-3,
  #wrap main section.chapter-4 {
    position: relative;
    width: 100%;
    background: url("../img/bg_chapter_1.jpg") top left no-repeat;
    padding: 80px 0 120px; }
    #wrap main section.chapter-1 .ttl-box,
    #wrap main section.chapter-2 .ttl-box,
    #wrap main section.chapter-3 .ttl-box,
    #wrap main section.chapter-4 .ttl-box {
      position: relative;
      width: 1080px;
      margin: 0 auto 0; }
      #wrap main section.chapter-1 .ttl-box h2,
      #wrap main section.chapter-2 .ttl-box h2,
      #wrap main section.chapter-3 .ttl-box h2,
      #wrap main section.chapter-4 .ttl-box h2 {
        position: relative;
        width: 720px;
        margin: 0 auto; }
        #wrap main section.chapter-1 .ttl-box h2 img,
        #wrap main section.chapter-2 .ttl-box h2 img,
        #wrap main section.chapter-3 .ttl-box h2 img,
        #wrap main section.chapter-4 .ttl-box h2 img {
          width: 100%;
          height: auto; }
        #wrap main section.chapter-1 .ttl-box h2:after,
        #wrap main section.chapter-2 .ttl-box h2:after,
        #wrap main section.chapter-3 .ttl-box h2:after,
        #wrap main section.chapter-4 .ttl-box h2:after {
          position: absolute;
          content: "";
          bottom: -64px;
          left: 50%;
          width: 1px;
          height: 45px;
          background: #a80013; }
    #wrap main section.chapter-1 article,
    #wrap main section.chapter-2 article,
    #wrap main section.chapter-3 article,
    #wrap main section.chapter-4 article {
      position: relative;
      width: 1080px;
      margin: 108px auto 0px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #wrap main section.chapter-1 article .copy-box,
      #wrap main section.chapter-2 article .copy-box,
      #wrap main section.chapter-3 article .copy-box,
      #wrap main section.chapter-4 article .copy-box {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 72px; }
        #wrap main section.chapter-1 article .copy-box p,
        #wrap main section.chapter-2 article .copy-box p,
        #wrap main section.chapter-3 article .copy-box p,
        #wrap main section.chapter-4 article .copy-box p {
          position: relative;
          top: -8px;
          line-height: 2.3;
          font-size: 16px;
          margin: 0; }
      #wrap main section.chapter-1 article .image-box,
      #wrap main section.chapter-2 article .image-box,
      #wrap main section.chapter-3 article .image-box,
      #wrap main section.chapter-4 article .image-box {
        width: 450px; }
        #wrap main section.chapter-1 article .image-box ul,
        #wrap main section.chapter-2 article .image-box ul,
        #wrap main section.chapter-3 article .image-box ul,
        #wrap main section.chapter-4 article .image-box ul {
          width: 100%; }
          #wrap main section.chapter-1 article .image-box ul li,
          #wrap main section.chapter-2 article .image-box ul li,
          #wrap main section.chapter-3 article .image-box ul li,
          #wrap main section.chapter-4 article .image-box ul li {
            width: 100%; }
            #wrap main section.chapter-1 article .image-box ul li:nth-child(n+2),
            #wrap main section.chapter-2 article .image-box ul li:nth-child(n+2),
            #wrap main section.chapter-3 article .image-box ul li:nth-child(n+2),
            #wrap main section.chapter-4 article .image-box ul li:nth-child(n+2) {
              margin: 64px 0 0; }
            #wrap main section.chapter-1 article .image-box ul li .image,
            #wrap main section.chapter-2 article .image-box ul li .image,
            #wrap main section.chapter-3 article .image-box ul li .image,
            #wrap main section.chapter-4 article .image-box ul li .image {
              width: 100%; }
              #wrap main section.chapter-1 article .image-box ul li .image img,
              #wrap main section.chapter-2 article .image-box ul li .image img,
              #wrap main section.chapter-3 article .image-box ul li .image img,
              #wrap main section.chapter-4 article .image-box ul li .image img {
                width: 100%;
                height: auto; }
            #wrap main section.chapter-1 article .image-box ul li .caption,
            #wrap main section.chapter-2 article .image-box ul li .caption,
            #wrap main section.chapter-3 article .image-box ul li .caption,
            #wrap main section.chapter-4 article .image-box ul li .caption {
              margin: 24px 0 0;
              font-size: 14px;
              line-height: 2; }
  #wrap main section.chapter-2 {
    background: url("../img/bg_chapter_2.jpg") top left no-repeat; }
    #wrap main section.chapter-2 article .copy-box {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 0 0 72px; }
    #wrap main section.chapter-2 article .image-box {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
  #wrap main section.chapter-3 {
    background: url("../img/bg_chapter_3.jpg") top left no-repeat; }
  #wrap main section.chapter-4 {
    background: url("../img/bg_chapter_4.jpg") top left no-repeat; }
    #wrap main section.chapter-4 article .copy-box {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 0 0 72px; }
    #wrap main section.chapter-4 article .image-box {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    #wrap main section.chapter-4 .bnr-box {
      position: relative;
      width: 800px;
      margin: 100px auto 0; }
      #wrap main section.chapter-4 .bnr-box a {
        position: relative;
        display: block;
        transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1); }
        #wrap main section.chapter-4 .bnr-box a:hover {
          opacity: 0.7;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
        #wrap main section.chapter-4 .bnr-box a img {
          width: 100%;
          height: auto; }
  #wrap main section.photo-gallery {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background: url("../img/bg_photogallery.jpg") top center no-repeat;
    background-size: 100% 100%;
    padding: 94px 0 108px; }
    #wrap main section.photo-gallery .ttl {
      position: relative;
      width: 296px;
      margin: 0 auto; }
      #wrap main section.photo-gallery .ttl img {
        position: relative;
        width: 100%;
        height: auto; }
    #wrap main section.photo-gallery .js-flickity {
      position: relative;
      width: 1080px;
      margin: 50px auto 0;
      overflow: hidden; }
      #wrap main section.photo-gallery .js-flickity .flickity-prev-next-button {
        transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1); }
        #wrap main section.photo-gallery .js-flickity .flickity-prev-next-button:hover {
          opacity: 0.6;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
        #wrap main section.photo-gallery .js-flickity .flickity-prev-next-button svg {
          display: none; }
        #wrap main section.photo-gallery .js-flickity .flickity-prev-next-button.previous {
          position: absolute;
          top: 50%;
          left: 0px;
          width: 40px;
          height: 90px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url("../img/ico_arr_prev.png");
          background-size: 100% 100%;
          border: none;
          cursor: pointer; }
        #wrap main section.photo-gallery .js-flickity .flickity-prev-next-button.next {
          position: absolute;
          top: 50%;
          right: 0px;
          width: 40px;
          height: 90px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url("../img/ico_arr_next.png");
          background-size: 100% 100%;
          border: none;
          cursor: pointer; }
    #wrap main section.photo-gallery .thumbnail {
      letter-spacing: -0.4em;
      width: 1080px;
      margin: 0 auto;
      margin-top: 5px;
      cursor: pointer; }
      #wrap main section.photo-gallery .thumbnail ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        #wrap main section.photo-gallery .thumbnail ul li {
          width: 130px;
          margin-right: 5px;
          margin-bottom: 5px;
          transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }
          #wrap main section.photo-gallery .thumbnail ul li:hover {
            opacity: 0.6;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  #wrap main section.spec {
    position: relative;
    padding: 96px 0 0; }
    #wrap main section.spec .inner {
      position: relative;
      width: 1080px;
      margin: 0 auto;
      padding: 0 0 0 32px;
      box-sizing: border-box; }
      #wrap main section.spec .inner h2 {
        width: 190px; }
        #wrap main section.spec .inner h2 img {
          width: 100%;
          height: auto; }
      #wrap main section.spec .inner:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: #a80013; }
      #wrap main section.spec .inner h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 32px 0 0; }
      #wrap main section.spec .inner ul {
        margin: 22px 0 0; }
        #wrap main section.spec .inner ul li:nth-child(n+2) {
          margin: 8px 0 0; }
        #wrap main section.spec .inner ul li span {
          font-weight: bold; }
        #wrap main section.spec .inner ul li.note {
          font-size: 12px;
          margin: 14px 0 0; }
  #wrap main section.banner-box {
    margin: 88px 0 0; }
    #wrap main section.banner-box .banner {
      width: 1080px;
      text-align: center;
      margin: 0 auto;
      transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1); }
      #wrap main section.banner-box .banner:hover {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
      #wrap main section.banner-box .banner img {
        width: 100%;
        height: auto; }

#wrap footer {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 100px; }
  #wrap footer .share-box {
    margin: 88px 0 0; }
    #wrap footer .share-box .ttl {
      position: relative;
      width: 50px;
      margin: 0 auto; }
      #wrap footer .share-box .ttl img {
        width: 100%;
        height: auto; }
      #wrap footer .share-box .ttl:after {
        position: absolute;
        content: "";
        bottom: -44px;
        left: 50%;
        width: 1px;
        height: 34px;
        background: #a80013; }
    #wrap footer .share-box ul {
      margin: 56px 0 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #wrap footer .share-box ul li {
        width: 36px;
        transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1); }
        #wrap footer .share-box ul li:hover {
          opacity: 0.7;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
        #wrap footer .share-box ul li:nth-child(n+2) {
          margin-left: 24px; }
        #wrap footer .share-box ul li img {
          width: 100%;
          height: auto; }
  #wrap footer .copyright {
    margin: 56px 0 0; }
    #wrap footer .copyright small {
      position: relative;
      letter-spacing: 0.04em;
      padding-left: 44px;
      font-size: 13px; }
      #wrap footer .copyright small:before {
        position: absolute;
        content: "PR";
        top: -3px;
        left: 0px;
        padding: 6px 6px 5px 7px;
        line-height: 1;
        font-size: 12px;
        background: #fff;
        color: #000; }
   #wrap footer .copyright small a {
      color: #fff;
      text-decoration: none; }
   #wrap footer .pagetop {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 80px auto 0;
    background: #af8f4b;
    cursor: pointer;
    transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    #wrap footer .pagetop:hover {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
    #wrap footer .pagetop img {
      position: relative;
      top: 23px;
      width: 22px;
      height: auto; }

.hover-alpha {
  transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hover-alpha:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  @media screen and (max-width: 768px){
  .pc{
    display: none; }
  .sp{
    display: block; }
  #wrap header{
    height: 52px; }
  #wrap header h1{
    top: 15px;
    left: 16px;
    width: 90px; }
  #wrap header .right-col{
    right: 12px; }
  #wrap header .right-col .share-box{
    top: 18px; }
  #wrap header .right-col .share-box p{
    width: 28px;
    top: 3px;
    padding-right: 30px;
    margin-right: 14px; }
  #wrap header .right-col .share-box p:after{
    width: 20px;
    top: 4px; }
  #wrap header .right-col .share-box ul li{
    width: 15px; }
  #wrap header .right-col .share-box ul li:nth-child(n+2){
    margin-left: 9px; }
  #wrap header .right-col .link-alfa{
    top: 7px;
    width: 38px;
    margin-left: 15px; }
  #wrap main{
    width: 100%;
    overflow: hidden; }
  #wrap main section.main .copy-box{
    top: 11.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 84%; }
  #wrap main section.main .copy-box .ttl{
    width: 100%;
    max-width: none; }
  #wrap main section.main .scrolldown{
    bottom: 6px;
    right: 10px;
    left: calc(50% - 14px); }
  #wrap main section.main .scrolldown .ttl{
    width: 28px;
    height: 16px; }
  #wrap main section.lead-box{
    padding: 50px 0 54px;
    background-size: 280px auto; }
  #wrap main section.lead-box p{
    font-size: 14px;
    line-height: 2.05; }
  #wrap main section.chapter-1,
      #wrap main section.chapter-2,
      #wrap main section.chapter-3,
      #wrap main section.chapter-4{
    padding: 72px 0 80px;
    background-size: 1000px auto; }
  #wrap main section.chapter-1 .ttl-box,
        #wrap main section.chapter-2 .ttl-box,
        #wrap main section.chapter-3 .ttl-box,
        #wrap main section.chapter-4 .ttl-box{
    width: 100%;
    margin: 0px auto 0; }
  #wrap main section.chapter-1 .ttl-box h2,
          #wrap main section.chapter-2 .ttl-box h2,
          #wrap main section.chapter-3 .ttl-box h2,
          #wrap main section.chapter-4 .ttl-box h2{
    width: 300px;
    padding-left: 0px;
    bottom: 20px; }
  #wrap main section.chapter-1 .ttl-box h2:after,
            #wrap main section.chapter-2 .ttl-box h2:after,
            #wrap main section.chapter-3 .ttl-box h2:after,
            #wrap main section.chapter-4 .ttl-box h2:after{
    height: 30px;
    bottom: -44px; }
  #wrap main section.chapter-1 article,
        #wrap main section.chapter-2 article,
        #wrap main section.chapter-3 article,
        #wrap main section.chapter-4 article{
    width: 86%;
    margin: 0px auto 0px;
    display: block; }
  #wrap main section.chapter-1 article .copy-box,
          #wrap main section.chapter-2 article .copy-box,
          #wrap main section.chapter-3 article .copy-box,
          #wrap main section.chapter-4 article .copy-box{
    margin-right: 0px;
    padding: 28px 0 0; }
  #wrap main section.chapter-1 article .copy-box p,
            #wrap main section.chapter-2 article .copy-box p,
            #wrap main section.chapter-3 article .copy-box p,
            #wrap main section.chapter-4 article .copy-box p{
    font-size: 15px;
    margin: 20px 0 0;
    line-height: 1.95; }
  #wrap main section.chapter-1 article .image-box,
          #wrap main section.chapter-2 article .image-box,
          #wrap main section.chapter-3 article .image-box,
          #wrap main section.chapter-4 article .image-box{
    width: 100%;
    margin: 32px 0 0; }
  #wrap main section.chapter-1 article .image-box ul li:nth-child(n+2),
                #wrap main section.chapter-2 article .image-box ul li:nth-child(n+2),
                #wrap main section.chapter-3 article .image-box ul li:nth-child(n+2),
                #wrap main section.chapter-4 article .image-box ul li:nth-child(n+2){
    margin: 40px 0 0; }
  #wrap main section.chapter-1 article .image-box ul li .caption,
                #wrap main section.chapter-2 article .image-box ul li .caption,
                #wrap main section.chapter-3 article .image-box ul li .caption,
                #wrap main section.chapter-4 article .image-box ul li .caption{
    margin: 16px 0 0;
    font-size: 11.5px;
    line-height: 1.9; }
  #wrap main section.chapter-2 article .copy-box{
    margin: 0px; }
  #wrap main section.chapter-4 article .copy-box{
    margin: 0px; }
  #wrap main section.chapter-4 .bnr-box{
    margin: 60px auto 0;
    width: 94%; }
  #wrap main section.photo-gallery{
    margin-top: 0px;
    padding: 52px 0 44px;
    background-size: 150% 100%; }
  #wrap main section.photo-gallery .ttl{
    width: 200px; }
  #wrap main section.photo-gallery .js-flickity{
    width: 100%;
    margin-top: 32px; }
  #wrap main section.photo-gallery .js-flickity img{
    width: 100%;
    height: auto; }
  #wrap main section.photo-gallery .js-flickity .flickity-prev-next-button.previous{
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 26px;
    height: 58px; }
  #wrap main section.photo-gallery .js-flickity .flickity-prev-next-button.next{
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 26px;
    height: 58px; }
  #wrap main section.photo-gallery .thumbnail{
    width: 86%;
    margin-top: 24px;
    text-align: left; }
  #wrap main section.photo-gallery .thumbnail ul li{
    margin-right: 2px;
    margin-bottom: 2px;
    width: calc(12.8% - 3px); }
  #wrap main section.photo-gallery .thumbnail ul li img{
    width: 100%;
    height: auto; }
  #wrap main section.spec{
    padding: 48px 0 0; }
  #wrap main section.spec .inner{
    width: 86%;
    padding: 0 0 0 16px; }
  #wrap main section.spec .inner h2{
    width: 150px; }
  #wrap main section.spec .inner h3{
    font-size: 15px;
    margin: 20px 0 0; }
  #wrap main section.spec .inner ul{
    font-size: 12px;
    margin: 18px 0 0; }
  #wrap main section.spec .inner ul li.note{
    font-size: 10px;
    margin: 12px 0 0; }
  #wrap main section.banner-box{
    margin: 50px 0 0; }
  #wrap main section.banner-box .banner{
    width: 94%;
    margin: 0 auto; }
  #wrap footer{
    padding-bottom: 60px; }
  #wrap footer .share-box{
    margin: 56px 0 0; }
  #wrap footer .share-box .ttl{
    width: 38px; }
  #wrap footer .share-box .ttl:after{
    height: 26px;
    bottom: -30px; }
  #wrap footer .share-box ul{
    margin: 52px 0 0; }
  #wrap footer .share-box ul li{
    width: 26px; }
  #wrap footer .share-box ul li:nth-child(n+2){
    margin-left: 22px; }
  #wrap footer .copyright{
    margin: 34px 0 0; }
  #wrap footer .copyright small{
    font-size: 10px;
    padding-left: 32px; }
  #wrap footer .copyright small:before{
    font-size: 9px;
    padding: 3px 4px 3px 4px;
    top: -2px;
    left: 0px; }
  #wrap footer .pagetop{
    margin: 48px auto 0;
    width: 52px;
    height: 52px; }
  #wrap footer .pagetop img{
    top: 20px;
    width: 20px; } }
  @media screen and (min-width: 769px){
  #wrap main section.main:hover .keyvisual{
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; } }
  @media screen and (max-width: 768px) and (max-width: 768px){
  #wrap main section.photo-gallery .thumbnail ul li{
    width: calc(16.6% - 2px); } }
