@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: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: .03em;
  font-size: 16px;
  color: #000;
  background: #fff; }
  body .sp {
    display: none; }

a {
  color: #e73f00;
  text-decoration: underline;
  transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

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: 300; }

#wrap header {
  position: relative;
  width: 100%;
  height: 90px;
  z-index: 2; }
  #wrap header .link-webcg {
    position: absolute;
    top: 26px;
    left: 34px;
    width: 153px; }
    #wrap header .link-webcg a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      #wrap header .link-webcg 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: 26px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #wrap header .right-col .share-box p {
        position: relative;
        top: 9px;
        color: #af8f4b;
        font-size: 11px;
        margin-right: 20px;
        letter-spacing: 0.05em; }
      #wrap header .right-col .share-box ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #wrap header .right-col .share-box ul li {
          width: 33px; }
          #wrap header .right-col .share-box ul li:nth-child(n+2) {
            margin-left: 10px; }
          #wrap header .right-col .share-box ul li img {
            width: 100%;
            height: auto; }
    #wrap header .right-col .link-bmw {
      position: relative;
      top: 12px;
      width: 84px;
      margin-left: 34px; }
      #wrap header .right-col .link-bmw 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: 44%;
      left: 2%;
      width: 100%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      #wrap main section.main .copy-box .ttl {
        width: 59.14%;
        max-width: 757px; }
        #wrap main section.main .copy-box .ttl img {
          width: 100%;
          height: auto; }
      #wrap main section.main .copy-box .catch {
        width: 39.14%;
        max-width: 501px;
        padding-left: 4.8%;
        margin: 8px 0 0; }
        #wrap main section.main .copy-box .catch img {
          width: 100%;
          height: auto; }
      #wrap main section.main .copy-box:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 3px;
        background: #fff;
        bottom: -36px;
        left: 4.8%; }
    #wrap main section.main .scrolldown {
      position: absolute;
      bottom: 20px;
      left: calc(50% - 20px); }
      #wrap main section.main .scrolldown .ttl {
        width: 39px; }
        #wrap main section.main .scrolldown .ttl img {
          width: 100%;
          height: auto; }
      #wrap main section.main .scrolldown .arrow-box {
        position: relative;
        left: 10px;
        width: 20px; }
        #wrap main section.main .scrolldown .arrow-box img {
          width: 100%;
          height: auto; }
  #wrap main section.nav-box {
    position: relative;
    width: 100%;
    height: 154px;
    background: linear-gradient(to right, #f4ca4c, #aa8a4a); }
    #wrap main section.nav-box ul.nav {
      position: relative;
      top: 44px;
      width: 1080px;
      margin: 0 auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #wrap main section.nav-box ul.nav li {
        position: relative;
        width: 33.333%;
        background: #000;
        height: 132px;
        text-align: center;
        transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
        cursor: pointer; }
        #wrap main section.nav-box ul.nav li:hover {
          background: #292929; }
        #wrap main section.nav-box ul.nav li img {
          position: relative;
          top: 37px;
          width: 280px; }
        #wrap main section.nav-box ul.nav li:nth-child(n+2):after {
          position: absolute;
          content: "";
          top: 0px;
          left: 0px;
          width: 1px;
          height: 100%;
          background: #202020; }
        #wrap main section.nav-box ul.nav li:before {
          position: absolute;
          content: "";
          bottom: 15px;
          right: 15px;
          background: url("../img/icon_nav_arrow.png") no-repeat;
          width: 14px;
          height: 10px;
          background-size: 100% 100%; }
  #wrap main hr {
    position: relative;
    width: 1080px;
    margin: 114px auto 94px;
    height: 1px;
    overflow: hidden;
    background: #cda94c;
    border: none; }
  #wrap main section.chapter-1,
  #wrap main section.chapter-2 {
    position: relative;
    width: 100%; }
    #wrap main section.chapter-1 .image-main,
    #wrap main section.chapter-2 .image-main {
      position: relative;
      width: 100%; }
      #wrap main section.chapter-1 .image-main img,
      #wrap main section.chapter-2 .image-main img {
        width: 100%;
        height: auto; }
    #wrap main section.chapter-1 .ttl-box,
    #wrap main section.chapter-2 .ttl-box {
      position: relative;
      width: 1080px;
      margin: 72px auto 0; }
      #wrap main section.chapter-1 .ttl-box:before,
      #wrap main section.chapter-2 .ttl-box:before {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 0px;
        width: 6px;
        height: 200px;
        background: #caa435; }
      #wrap main section.chapter-1 .ttl-box:after,
      #wrap main section.chapter-2 .ttl-box:after {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 0px;
        background: url("../img/img_chapter_1_base.jpg");
        width: 1080px;
        height: 72px;
        z-index: -1; }
      #wrap main section.chapter-1 .ttl-box h2,
      #wrap main section.chapter-2 .ttl-box h2 {
        position: relative;
        width: 590px;
        padding-left: 60px;
        bottom: 48px; }
        #wrap main section.chapter-1 .ttl-box h2 img,
        #wrap main section.chapter-2 .ttl-box h2 img {
          width: 100%;
          height: auto; }
    #wrap main section.chapter-1 article,
    #wrap main section.chapter-2 article {
      position: relative;
      width: 1080px;
      margin: 120px auto 0px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #wrap main section.chapter-1 article:nth-child(n+2),
      #wrap main section.chapter-2 article:nth-child(n+2) {
        margin: 100px auto 0px;
        padding-top: 120px; }
        #wrap main section.chapter-1 article:nth-child(n+2):before,
        #wrap main section.chapter-2 article:nth-child(n+2):before {
          position: absolute;
          content: "";
          top: 0px;
          left: 0px;
          width: 100%;
          height: 1px;
          background: #caa435; }
      #wrap main section.chapter-1 article:nth-child(3),
      #wrap main section.chapter-2 article:nth-child(3) {
        margin: 112px auto 0px;
        padding-top: 0px; }
        #wrap main section.chapter-1 article:nth-child(3):before,
        #wrap main section.chapter-2 article:nth-child(3):before {
          display: none; }
      #wrap main section.chapter-1 article .copy-box,
      #wrap main section.chapter-2 article .copy-box {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 72px;
        padding: 28px 0 0; }
        #wrap main section.chapter-1 article .copy-box h3,
        #wrap main section.chapter-2 article .copy-box h3 {
          position: relative;
          font-size: 32px;
          font-weight: bold; }
          #wrap main section.chapter-1 article .copy-box h3:before,
          #wrap main section.chapter-2 article .copy-box h3:before {
            position: absolute;
            content: "";
            top: -44px;
            left: -60px;
            background: url("../img/ttl_num_1.png") no-repeat;
            width: 132px;
            height: 86px;
            background-size: 100% 100%;
            z-index: -1; }
        #wrap main section.chapter-1 article .copy-box p,
        #wrap main section.chapter-2 article .copy-box p {
          line-height: 2.35;
          margin: 28px 0 0;
          font-weight: bold; }
      #wrap main section.chapter-1 article .image-box,
      #wrap main section.chapter-2 article .image-box {
        width: 450px; }
        #wrap main section.chapter-1 article .image-box ul,
        #wrap main section.chapter-2 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 {
            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) {
              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 {
              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 {
                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 {
              margin: 24px 0 0;
              font-size: 14px;
              line-height: 2.2;
              font-weight: bold; }
      #wrap main section.chapter-1 article:nth-child(4) .copy-box h3:before,
      #wrap main section.chapter-2 article:nth-child(4) .copy-box h3:before {
        background: url("../img/ttl_num_2.png") no-repeat;
        width: 132px;
        height: 86px;
        background-size: 100% 100%; }
      #wrap main section.chapter-1 article:nth-child(5) .copy-box h3:before,
      #wrap main section.chapter-2 article:nth-child(5) .copy-box h3:before {
        background: url("../img/ttl_num_3.png") no-repeat;
        width: 132px;
        height: 86px;
        background-size: 100% 100%; }
      #wrap main section.chapter-1 article:nth-child(6) .copy-box h3:before,
      #wrap main section.chapter-2 article:nth-child(6) .copy-box h3:before {
        background: url("../img/ttl_num_4.png") no-repeat;
        width: 132px;
        height: 86px;
        background-size: 100% 100%; }
  #wrap main section.chapter-1 {
    margin: 128px 0 0; }
  #wrap main section.chapter-2 {
    margin: 200px 0 0; }
  #wrap main section.photo-gallery {
    position: relative;
    width: 100%;
    margin-top: 144px;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(to right, #f4ca4c, #aa8a4a);
    padding: 68px 0 64px; }
    #wrap main section.photo-gallery .ttl {
      position: relative;
      width: 564px;
      margin: 0 auto; }
      #wrap main section.photo-gallery .ttl:before {
        position: absolute;
        content: "";
        top: -18px;
        left: 50%;
        -webkit-transform: translateX(-60%);
            -ms-transform: translateX(-60%);
                transform: translateX(-60%);
        background: url("../img/ttl_gallery_base.png");
        width: 676px;
        height: 203px;
        z-index: 0; }
      #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: 36px 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: 12px;
          width: 50px;
          height: 66px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url("../img/nav_gallery_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: 12px;
          width: 50px;
          height: 66px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url("../img/nav_gallery_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: 30px;
      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.banner-box {
    margin: 104px 0 0; }
    #wrap main section.banner-box .banner {
      width: 1080px;
      text-align: center;
      margin: 0 auto; }
      #wrap main section.banner-box .banner img {
        width: 100%;
        height: auto; }

#wrap footer {
  position: relative;
  width: 100%;
  text-align: center; }
  #wrap footer .share-box {
    margin: 88px 0 0; }
    #wrap footer .share-box .ttl {
      font-size: 17px;
      color: #af8f4b;
      letter-spacing: 0.1em; }
    #wrap footer .share-box ul {
      margin: 20px 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: 50px;
        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: 16px; }
        #wrap footer .share-box ul li img {
          width: 100%;
          height: auto; }
  #wrap footer .copyright {
    margin: 44px 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: #af8f4b;
        color: #fff; }
  #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; }
    @media screen and (max-width: 768px){
  body{
    min-width: 0px; }
  body .pc{
    display: none; }
  body .sp{
    display: block; }
  #wrap header{
    height: 52px; }
  #wrap header .link-webcg{
    top: 15px;
    left: 16px;
    width: 90px; }
  #wrap header .right-col{
    right: 12px; }
  #wrap header .right-col .share-box{
    top: 16px; }
  #wrap header .right-col .share-box p{
    top: 5px;
    margin-right: 10px;
    font-size: 7px; }
  #wrap header .right-col .share-box ul li{
    width: 20px; }
  #wrap header .right-col .share-box ul li:nth-child(n+2){
    margin-left: 5px; }
  #wrap header .right-col .link-bmw{
    top: 8px;
    width: 50px;
    margin-left: 15px; }
  #wrap main{
    width: 100%;
    overflow: hidden; }
  #wrap main section.main .copy-box{
    top: 6.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  #wrap main section.main .copy-box .ttl{
    width: 100%;
    max-width: none; }
  #wrap main section.main .copy-box .catch{
    width: 100%;
    padding-left: 0%;
    margin: 0; }
  #wrap main section.main .copy-box:after{
    display: none; }
  #wrap main section.main .scrolldown{
    bottom: 6px;
    left: calc(50% - 14px); }
  #wrap main section.main .scrolldown .ttl{
    width: 28px;
    height: 16px; }
  #wrap main section.main .scrolldown .arrow-box{
    left: 7px;
    width: 14px;
    height: 12px; }
  #wrap main section.nav-box{
    background: linear-gradient(to right, #f4ca4c, #c7a34b);
    padding: 44px 0 0;
    height: auto; }
  #wrap main section.nav-box ul.nav{
    top: 0px;
    width: 100%;
    display: block; }
  #wrap main section.nav-box ul.nav li{
    width: 100%;
    height: 62px;
    vertical-align: middle; }
  #wrap main section.nav-box ul.nav li img{
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  #wrap main section.nav-box ul.nav li:nth-child(n+2):after{
    width: 100%;
    height: 1px; }
  #wrap main section.nav-box ul.nav li:before{
    top: 45%;
    bottom: auto;
    right: 20px;
    width: 10px;
    height: 7px;
    background-size: 100% 100%;
    -webkit-transform: tranlateY(-50%);
        -ms-transform: tranlateY(-50%);
            transform: tranlateY(-50%); }
  #wrap main hr{
    width: 86%;
    margin: 50px auto 50px; }
  #wrap main section.chapter-1 .ttl-box,
        #wrap main section.chapter-2 .ttl-box{
    width: 100%;
    margin: 0px auto 0; }
  #wrap main section.chapter-1 .ttl-box:before,
          #wrap main section.chapter-2 .ttl-box:before{
    display: none; }
  #wrap main section.chapter-1 .ttl-box:after,
          #wrap main section.chapter-2 .ttl-box:after{
    display: none; }
  #wrap main section.chapter-1 .ttl-box h2,
          #wrap main section.chapter-2 .ttl-box h2{
    width: 100%;
    padding-left: 0px;
    bottom: 20px; }
  #wrap main section.chapter-1 article,
        #wrap main section.chapter-2 article{
    width: 86%;
    margin: 60px auto 0px;
    display: block; }
  #wrap main section.chapter-1 article:nth-child(n+2),
          #wrap main section.chapter-2 article:nth-child(n+2){
    margin: 46px auto 0px;
    padding-top: 46px; }
  #wrap main section.chapter-1 article:nth-child(3),
          #wrap main section.chapter-2 article:nth-child(3){
    margin: 20px auto 0px;
    padding-top: 0px; }
  #wrap main section.chapter-1 article .copy-box,
          #wrap main section.chapter-2 article .copy-box{
    margin-right: 0px;
    padding: 28px 0 0; }
  #wrap main section.chapter-1 article .copy-box h3,
            #wrap main section.chapter-2 article .copy-box h3{
    font-size: 18px; }
  #wrap main section.chapter-1 article .copy-box h3:before,
              #wrap main section.chapter-2 article .copy-box h3:before{
    width: 77px;
    height: 50px;
    top: -24px;
    left: -40px; }
  #wrap main section.chapter-1 article .copy-box p,
            #wrap main section.chapter-2 article .copy-box p{
    font-size: 13px;
    margin: 20px 0 0;
    line-height: 2.1; }
  #wrap main section.chapter-1 article .image-box,
          #wrap main section.chapter-2 article .image-box{
    width: 100%;
    margin: 48px 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){
    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{
    margin: 16px 0 0;
    font-size: 11.5px;
    line-height: 2; }
  #wrap main section.chapter-1 article:nth-child(4) .copy-box h3:before,
          #wrap main section.chapter-2 article:nth-child(4) .copy-box h3:before{
    width: 77px;
    height: 50px; }
  #wrap main section.chapter-1 article:nth-child(5) .copy-box h3:before,
          #wrap main section.chapter-2 article:nth-child(5) .copy-box h3:before{
    width: 77px;
    height: 50px; }
  #wrap main section.chapter-1 article:nth-child(6) .copy-box h3:before,
          #wrap main section.chapter-2 article:nth-child(6) .copy-box h3:before{
    width: 77px;
    height: 50px; }
  #wrap main section.chapter-1{
    margin: 72px 0 0; }
  #wrap main section.chapter-2{
    margin: 120px 0 0; }
  #wrap main section.photo-gallery{
    margin-top: 72px;
    padding: 40px 0 44px;
    background: linear-gradient(to right, #f4ca4c, #c7a34b); }
  #wrap main section.photo-gallery .ttl{
    width: 100%; }
  #wrap main section.photo-gallery .ttl:before{
    width: 350px;
    height: 105px;
    background-size: 100% 100%;
    top: -8px; }
  #wrap main section.photo-gallery .js-flickity{
    width: 100%;
    margin-top: 24px; }
  #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: 2%;
    width: 24px;
    height: 32px; }
  #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: 2%;
    width: 24px;
    height: 32px; }
  #wrap main section.photo-gallery .thumbnail{
    width: 86%;
    margin-top: 32px;
    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.banner-box{
    margin: 72px 0 0; }
  #wrap main section.banner-box .banner{
    width: 94%;
    margin: 0 auto; }
  #wrap footer .share-box{
    margin: 56px 0 0; }
  #wrap footer .share-box .ttl{
    font-size: 10px; }
  #wrap footer .share-box ul{
    margin: 16px 0 0; }
  #wrap footer .share-box ul li{
    width: 30px; }
  #wrap footer .share-box ul li:nth-child(n+2){
    margin-left: 10px; }
  #wrap footer .copyright{
    margin: 22 px 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); } }
