@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; }

@font-face {
  font-family: 'mini';
  src: url("https://www.webcg.net/WEBCG/special/2018/mini_ib/assets/fonts/mini.eot");
  src: url("https://www.webcg.net/WEBCG/special/2018/mini_ib/assets/fonts/mini.eot?iefix") format("eot"), url("https://www.webcg.net/WEBCG/special/2018/mini_ib/assets/fonts/mini.woff") format("woff"), url("https://www.webcg.net/WEBCG/special/2018/mini_ib/assets/fonts/mini.ttf") format("truetype"); }

.mini {
  font-family: 'mini' serif;
  letter-spacing: 0.1em; }

html {
  font-size: 62.5%; }

body {
  line-height: 1.6;
  font-family: "mini", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .06em;
  font-size: 15px;
  color: #fff;
  background: #000; }

.sp {
  display: none; }

::-moz-selection {
  background: #000;
  color: #87b5b3; }

::selection {
  background: #000;
  color: #87b5b3; }

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

#wrap {
  position: relative;
  overflow: hidden;
  min-width: 1024px; }
  #wrap header {
    position: relative;
    width: 100%;
    height: 84px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    #wrap header .left-col {
      position: absolute;
      top: 22px;
      left: 30px;
      width: 144px; }
      #wrap header .left-col img {
        width: 100%;
        height: auto; }
    #wrap header .right-col {
      position: absolute;
      top: 20px;
      right: 30px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #wrap header .right-col .share-box {
        position: relative;
        top: 8px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #wrap header .right-col .share-box p {
          position: relative;
          font-size: 12px;
          top: 4px; }
        #wrap header .right-col .share-box ul {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin: 0 0 0 20px; }
          #wrap header .right-col .share-box ul li {
            width: 25px; }
            #wrap header .right-col .share-box ul li img {
              width: 100%;
              height: auto; }
            #wrap header .right-col .share-box ul li:nth-child(n+2) {
              margin: 0 0 0 12px; }
      #wrap header .right-col .link-mini {
        width: 82px;
        margin: 0 0 0 30px; }
        #wrap header .right-col .link-mini img {
          width: 100%;
          height: auto; }
  #wrap main {
    display: block; }
    #wrap main section.main {
      position: relative;
      width: 100%;
      cursor: pointer; }
      #wrap main section.main .image {
        width: 100%; }
        #wrap main section.main .image img {
          width: 100%;
          height: auto; }
      #wrap main section.main .ttl-box {
        position: absolute;
        top: 8.5%;
        left: 0%;
        width: 100%;
        text-align: center; }
        #wrap main section.main .ttl-box .copy-1 {
          width: 735px;
          margin: 0 auto;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
          #wrap main section.main .ttl-box .copy-1 img {
            width: 100%;
            height: auto; }
        #wrap main section.main .ttl-box .copy-2 {
          width: 570px;
          margin: 21px auto 0;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
          #wrap main section.main .ttl-box .copy-2 img {
            width: 100%;
            height: auto; }
        #wrap main section.main .ttl-box .copy-3 {
          width: 458px;
          margin: 32px auto 0;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
          #wrap main section.main .ttl-box .copy-3 img {
            width: 100%;
            height: auto; }
      #wrap main section.main .scrolldown {
        position: absolute;
        bottom: 32px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 84px; }
        #wrap main section.main .scrolldown img {
          width: 100%;
          height: auto; }
    #wrap main section.lead {
      width: 100%;
      text-align: center;
      padding: 88px 0 0;
      line-height: 2.8;
      font-size: 17px; }
      #wrap main section.lead span {
        font-size: 19px;
        color: #87b5b3; }
      #wrap main section.lead .smallCaps {
        position: relative;
        top: -2px;
        font-size: 12px; }
    #wrap main section.page h2 {
      font-size: 44px;
      line-height: 1.4;
      color: #86b8b5;
      letter-spacing: 0.08em; }
    #wrap main section.page p {
      margin: 36px 0 0;
      line-height: 2.4; }
    #wrap main section.page .caption {
      font-size: 13px;
      margin: 32px 0 0;
      line-height: 2;
      letter-spacing: 0.09em; }
    #wrap main section.page-1, #wrap main section.page-3, #wrap main section.page-4 {
      width: 1080px;
      margin: 88px auto 0; }
      #wrap main section.page-1 article, #wrap main section.page-3 article, #wrap main section.page-4 article {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: flex-start;
            -ms-flex-line-pack: start;
                align-content: flex-start; }
        #wrap main section.page-1 article .image-col, #wrap main section.page-3 article .image-col, #wrap main section.page-4 article .image-col {
          width: 414px; }
          #wrap main section.page-1 article .image-col .image-box, #wrap main section.page-3 article .image-col .image-box, #wrap main section.page-4 article .image-col .image-box {
            width: 100%; }
            #wrap main section.page-1 article .image-col .image-box .image, #wrap main section.page-3 article .image-col .image-box .image, #wrap main section.page-4 article .image-col .image-box .image {
              width: 100%; }
              #wrap main section.page-1 article .image-col .image-box .image img, #wrap main section.page-3 article .image-col .image-box .image img, #wrap main section.page-4 article .image-col .image-box .image img {
                width: 100%;
                height: auto; }
            #wrap main section.page-1 article .image-col .image-box:nth-child(n+2), #wrap main section.page-3 article .image-col .image-box:nth-child(n+2), #wrap main section.page-4 article .image-col .image-box:nth-child(n+2) {
              margin: 64px 0 0; }
            #wrap main section.page-1 article .image-col .image-box.square, #wrap main section.page-3 article .image-col .image-box.square, #wrap main section.page-4 article .image-col .image-box.square {
              width: 300px; }
          #wrap main section.page-1 article .image-col.page-1, #wrap main section.page-3 article .image-col.page-1, #wrap main section.page-4 article .image-col.page-1 {
            position: relative;
            top: -100px; }
        #wrap main section.page-1 article .text-col, #wrap main section.page-3 article .text-col, #wrap main section.page-4 article .text-col {
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin: 0 0 0 72px;
          padding: 36px 0 0;
          box-sizing: border-box; }
          #wrap main section.page-1 article .text-col p, #wrap main section.page-3 article .text-col p, #wrap main section.page-4 article .text-col p {
            margin: 36px 0 0; }
        #wrap main section.page-1 article.reverse .image-col, #wrap main section.page-3 article.reverse .image-col, #wrap main section.page-4 article.reverse .image-col {
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; }
        #wrap main section.page-1 article.reverse .text-col, #wrap main section.page-3 article.reverse .text-col, #wrap main section.page-4 article.reverse .text-col {
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          margin: 0 72px 0 0; }
        #wrap main section.page-1 article:nth-child(n+2), #wrap main section.page-3 article:nth-child(n+2), #wrap main section.page-4 article:nth-child(n+2) {
          margin: 60px 0 0; }
    #wrap main section.page-2 {
      position: relative;
      width: 1080px;
      margin: 0px auto 0;
      padding: 88px 0 0; }
      #wrap main section.page-2:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #252525; }
      #wrap main section.page-2 article .image-box {
        margin: 56px 0 0; }
      #wrap main section.page-2 article .thumb-box {
        margin: 20px 0 0; }
        #wrap main section.page-2 article .thumb-box ul {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          #wrap main section.page-2 article .thumb-box ul li {
            width: 332px; }
            #wrap main section.page-2 article .thumb-box ul li .image img {
              width: 100%;
              height: auto; }
      #wrap main section.page-2 article .text-box.margin {
        margin: 70px 0 0; }
    #wrap main section.page-3 {
      position: relative;
      width: 1080px;
      margin: 88px auto 0;
      padding: 120px 0 0; }
      #wrap main section.page-3:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #252525; }
    #wrap main section.page-4 {
      position: relative;
      width: 1080px;
      margin: 0px auto 0;
      padding: 88px 0 0; }
      #wrap main section.page-4:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #252525; }
    #wrap main section.spec {
      position: relative;
      text-align: center;
      background: #161616;
      padding: 88px 0 104px;
      margin: 100px 0 0; }
      #wrap main section.spec .ttl h2 {
        font-size: 48px;
        letter-spacing: 0.08em;
        color: #7eb8b2; }
      #wrap main section.spec h3 {
        font-size: 18px;
        margin: 16px 0 0; }
      #wrap main section.spec .table {
        position: relative;
        width: 880px;
        margin: 42px auto 0; }
        #wrap main section.spec .table ul {
          width: 100%; }
          #wrap main section.spec .table ul li {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            border-top: 1px solid #252525;
            font-size: 13px;
            padding: 13px 0 11px; }
            #wrap main section.spec .table ul li p {
              display: inline-block;
              letter-spacing: 0.08em; }
            #wrap main section.spec .table ul li .ttl {
              width: 240px;
              text-align: left;
              padding: 0 30px 0;
              box-sizing: border-box; }
            #wrap main section.spec .table ul li .text {
              -webkit-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              text-align: left; }
            #wrap main section.spec .table ul li:nth-child(odd) {
              background: #1d1d1d; }
            #wrap main section.spec .table ul li.equipment {
              padding: 30px 0 28px;
              line-height: 1.9;
              box-sizing: border-box; }
            #wrap main section.spec .table ul li:last-child {
              border-bottom: 1px solid #252525; }
    #wrap main section.photo-gallery {
      position: relative;
      width: 100%;
      text-align: center;
      overflow: hidden;
      padding: 96px 0 64px; }
      #wrap main section.photo-gallery .ttl h2 {
        font-size: 48px;
        letter-spacing: 0.08em;
        color: #7eb8b2; }
      #wrap main section.photo-gallery .js-flickity {
        position: relative;
        width: 980px;
        margin: 56px auto 0; }
        #wrap main section.photo-gallery .js-flickity .flickity-viewport {
          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: -50px;
            width: 24px;
            height: 64px;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            background: url("../img/ico_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: -50px;
            width: 24px;
            height: 64px;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            background: url("../img/ico_gallery_next.png");
            background-size: 100% 100%;
            border: none;
            cursor: pointer; }
      #wrap main section.photo-gallery .thumbnail {
        position: relative;
        left: 5px;
        letter-spacing: -0.4em;
        width: 985px;
        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: 118px;
            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 {
      width: 980px;
      margin: 56px auto 0; }
  #wrap footer {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 128px; }
    #wrap footer .share-box {
      margin: 116px 0 0; }
      #wrap footer .share-box .ttl {
        font-size: 16px;
        color: #fff;
        letter-spacing: 0.1em; }
      #wrap footer .share-box ul {
        margin: 32px 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: 35px;
          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: 32px; }
          #wrap footer .share-box ul li img {
            width: 100%;
            height: auto; }
    #wrap footer .copyright {
      margin: 112px 0 0; }
      #wrap footer .copyright small {
        position: relative;
        letter-spacing: 0.08em;
        padding-left: 44px;
        font-size: 13px; }
        #wrap footer .copyright small:before {
          position: absolute;
          content: "PR";
          top: -6px;
          left: 0px;
          padding: 5px 8px 3px 8px;
          line-height: 1;
          font-size: 12px;
          background: #000;
          border: 1px solid #333333;
          color: #fff; }
    #wrap footer .pagetop {
      position: absolute;
      bottom: 12px;
      right: 12px;
      width: 60px;
      height: 60px;
      margin: 80px auto 0;
      background: #fff;
      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){
  .pc{
    display: none; }
  .sp{
    display: block; }
  #wrap{
    min-width: 0px; }
  #wrap header{
    height: 50px; }
  #wrap header .left-col{
    top: 12px;
    left: 20px;
    width: 84px; }
  #wrap header .right-col{
    top: 13px;
    right: 16px; }
  #wrap header .right-col .share-box{
    top: 4px; }
  #wrap header .right-col .share-box p{
    font-size: 7px;
    top: 3px; }
  #wrap header .right-col .share-box ul{
    margin: 0 0 0 12px; }
  #wrap header .right-col .share-box ul li{
    width: 15px; }
  #wrap header .right-col .share-box ul li:nth-child(n+2){
    margin: 0 0 0 12px; }
  #wrap header .right-col .link-mini{
    width: 46px;
    margin: 0 0 0 16px; }
  #wrap main section.main .ttl-box{
    top: 9.5%; }
  #wrap main section.main .ttl-box .copy-1{
    max-width: 210px; }
  #wrap main section.main .ttl-box .copy-2{
    max-width: 290px;
    margin: 15px auto 0; }
  #wrap main section.main .ttl-box .copy-3{
    max-width: 244px;
    margin: 16px auto 0; }
  #wrap main section.main .scrolldown{
    width: 42px;
    bottom: 6px; }
  #wrap main section.lead{
    width: 88%;
    padding: 44px 0 0;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    text-align: left; }
  #wrap main section.lead span{
    font-size: 17px; }
  #wrap main section.lead .smallCaps{
    font-size: 13px;
    top: 0px; }
  #wrap main section.page h2{
    font-size: 26px;
    line-height: 1.5; }
  #wrap main section.page p{
    font-size: 16px;
    line-height: 1.9; }
  #wrap main section.page .caption{
    font-size: 13px;
    line-height: 1.7;
    margin: 22px 0 0; }
  #wrap main section.page-1, #wrap main section.page-3, #wrap main section.page-4{
    width: 88%;
    margin: 60px auto 0; }
  #wrap main section.page-1 article, #wrap main section.page-3 article, #wrap main section.page-4 article{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  #wrap main section.page-1 article .image-col, #wrap main section.page-3 article .image-col, #wrap main section.page-4 article .image-col{
    width: 100%;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 34px 0 0; }
  #wrap main section.page-1 article .image-col .image-box:nth-child(n+2), #wrap main section.page-3 article .image-col .image-box:nth-child(n+2), #wrap main section.page-4 article .image-col .image-box:nth-child(n+2){
    margin: 40px 0 0; }
  #wrap main section.page-1 article .image-col .image-box.square, #wrap main section.page-3 article .image-col .image-box.square, #wrap main section.page-4 article .image-col .image-box.square{
    width: 100%; }
  #wrap main section.page-1 article .image-col .image-box.square .image, #wrap main section.page-3 article .image-col .image-box.square .image, #wrap main section.page-4 article .image-col .image-box.square .image{
    text-align: center; }
  #wrap main section.page-1 article .image-col .image-box.square .image img, #wrap main section.page-3 article .image-col .image-box.square .image img, #wrap main section.page-4 article .image-col .image-box.square .image img{
    width: 240px;
    height: auto; }
  #wrap main section.page-1 article .image-col .image-box.vertical, #wrap main section.page-3 article .image-col .image-box.vertical, #wrap main section.page-4 article .image-col .image-box.vertical{
    width: 100%; }
  #wrap main section.page-1 article .image-col .image-box.vertical .image, #wrap main section.page-3 article .image-col .image-box.vertical .image, #wrap main section.page-4 article .image-col .image-box.vertical .image{
    text-align: center; }
  #wrap main section.page-1 article .image-col .image-box.vertical .image img, #wrap main section.page-3 article .image-col .image-box.vertical .image img, #wrap main section.page-4 article .image-col .image-box.vertical .image img{
    width: 240px;
    height: auto; }
  #wrap main section.page-1 article .image-col.page-1, #wrap main section.page-3 article .image-col.page-1, #wrap main section.page-4 article .image-col.page-1{
    top: 0px; }
  #wrap main section.page-1 article .text-col, #wrap main section.page-3 article .text-col, #wrap main section.page-4 article .text-col{
    margin: 0px 0 0;
    padding: 0px 0 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  #wrap main section.page-1 article .text-col p, #wrap main section.page-3 article .text-col p, #wrap main section.page-4 article .text-col p{
    margin: 20px 0 0; }
  #wrap main section.page-1 article.reverse .text-col, #wrap main section.page-3 article.reverse .text-col, #wrap main section.page-4 article.reverse .text-col{
    margin: 0 0 0; }
  #wrap main section.page-1 article:nth-child(n+2), #wrap main section.page-3 article:nth-child(n+2), #wrap main section.page-4 article:nth-child(n+2){
    margin: 24px 0 0; }
  #wrap main section.page-2{
    width: 86%;
    margin: 40px auto 0;
    padding: 40px 0 0; }
  #wrap main section.page-2 article .image-box{
    margin: 32px 0 0; }
  #wrap main section.page-2 article .image-box img{
    width: 100%;
    height: auto; }
  #wrap main section.page-2 article .thumb-box ul{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  #wrap main section.page-2 article .thumb-box ul li{
    width: 100%; }
  #wrap main section.page-2 article .text-box.margin{
    margin: 36px 0 0; }
  #wrap main section.page-3{
    width: 86%;
    margin: 40px auto 0;
    padding: 40px 0 0; }
  #wrap main section.page-4{
    width: 86%;
    margin: 40px auto 0;
    padding: 40px 0 0; }
  #wrap main section.spec{
    padding: 48px 0 64px;
    margin: 60px 0 0; }
  #wrap main section.spec .ttl h2{
    font-size: 30px; }
  #wrap main section.spec h3{
    font-size: 14px; }
  #wrap main section.spec .table{
    width: 86%;
    margin: 28px auto 0; }
  #wrap main section.spec .table ul li{
    display: block;
    font-size: 11px;
    padding: 14px 0 12px; }
  #wrap main section.spec .table ul li .ttl{
    width: 100%;
    padding: 0 16px 0; }
  #wrap main section.spec .table ul li .text{
    width: 100%;
    padding: 0 16px 0;
    margin: 4px 0 0;
    box-sizing: border-box; }
  #wrap main section.spec .table ul li.equipment{
    padding: 20px 0 18px; }
  #wrap main section.photo-gallery{
    padding: 48px 0 44px; }
  #wrap main section.photo-gallery .ttl h2{
    font-size: 30px; }
  #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: 12px;
    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: 12px;
    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: 16px auto 0;
    width: 100%; }
  #wrap main section.banner-box img{
    width: 100%;
    height: auto; }
  #wrap footer{
    padding-bottom: 0px; }
  #wrap footer .share-box{
    margin: 64px 0 0; }
  #wrap footer .share-box .ttl{
    font-size: 12px; }
  #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: 24px; }
  #wrap footer .copyright{
    margin: 44px 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{
    position: relative;
    bottom: auto;
    right: auto;
    margin: 48px auto 0;
    width: 48px;
    height: 48px; }
  #wrap footer .pagetop img{
    top: 18px;
    width: 18px; } }
      @media screen and (min-width: 769px){
  #wrap header .left-col{
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  #wrap header .left-col:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  #wrap header .right-col .share-box ul li{
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  #wrap header .right-col .share-box ul li:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  #wrap header .right-col .link-mini{
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  #wrap header .right-col .link-mini:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  #wrap main section.banner-box{
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  #wrap main section.banner-box:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
      @media screen and (max-width: 768px) and (max-width: 768px){
  #wrap main section.photo-gallery .thumbnail ul li{
    width: calc(16.6% - 2px); } }
