@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap");
/* 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.7;
  font-family: "Inter", "游ゴシック", YuGothic, "yu-gothic-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}

a {
  color: #000;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

* :focus {
  outline: none;
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
#cover.hide {
  -webkit-transition: all 1.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1.25s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

.btn-anchor {
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(78px);
          transform: translateY(78px);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.75s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.75s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.75s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .btn-anchor {
    width: 100%;
    height: 19.4666666667vw;
    -webkit-transform: translateY(19.4666666667vw);
            transform: translateY(19.4666666667vw);
  }
}
.btn-anchor.is-show {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.btn-anchor a {
  position: relative;
  display: block;
  width: 400px;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  color: #fff;
  text-align: left;
  text-decoration: none;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: -0.02em;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .btn-anchor a {
    font-size: 3.7333333333vw;
    height: 100%;
    width: 100%;
    line-height: 1.6;
  }
}
.btn-anchor a .image {
  height: 100%;
}
.btn-anchor a .image img {
  height: 100%;
  width: auto;
}
.btn-anchor a .text {
  padding-left: 20px;
}
.btn-anchor a:after {
  position: absolute;
  top: 31px;
  right: 16px;
  background: url("../img/icon_banner.png") no-repeat center center;
  background-size: contain;
  content: "";
  width: 9px;
  height: 14px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
header h1 {
  position: absolute;
  top: 1.953125vw;
  left: 2.34375vw;
  width: 98px;
}
@media screen and (max-width: 768px) {
  header h1 {
    top: 5.8666666667vw;
    left: 5.3333333333vw;
    width: 23.4666666667vw;
  }
}
header h1 a {
  display: block;
}
@media screen and (min-width: 769px) {
  header h1 a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header h1 a:hover {
    opacity: 0.5;
  }
}
header h1 a img {
  width: 100%;
  height: auto;
}
header .logo-defender {
  position: absolute;
  top: 2.1875vw;
  right: 2.5vw;
  width: 154px;
}
@media screen and (max-width: 768px) {
  header .logo-defender {
    top: 6.6666666667vw;
    right: 5.3333333333vw;
    width: 32vw;
  }
}
header .logo-defender a {
  display: block;
}
@media screen and (min-width: 769px) {
  header .logo-defender a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header .logo-defender a:hover {
    opacity: 0.5;
  }
}
header .logo-defender a img {
  width: 100%;
  height: auto;
}

#wrap {
  position: relative;
}
#wrap main {
  position: relative;
  display: block;
}
#wrap main section.sec-main {
  position: relative;
  width: 100%;
}
#wrap main section.sec-main .image-kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrap main section.sec-main .image-kv .image {
  width: 100%;
}
#wrap main section.sec-main .image-kv .image.is-show {
  -webkit-animation: scale-down 5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: scale-down 5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
#wrap main section.sec-main .image-kv .image img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-main .ttl-box {
  position: absolute;
  top: 12.8%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .ttl-box {
    top: 15%;
  }
}
#wrap main section.sec-main .ttl-box h2 {
  width: 44.140625vw;
  margin: 0 auto;
  opacity: 0;
}
#wrap main section.sec-main .ttl-box h2.is-show {
  opacity: 1;
  -webkit-animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .ttl-box h2 {
    width: 72.5333333333vw;
  }
}
#wrap main section.sec-main .ttl-box h2 img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-main .ttl-box h3 {
  width: 30.9375vw;
  margin: -1.40625vw auto 0;
  opacity: 0;
}
#wrap main section.sec-main .ttl-box h3.is-show {
  opacity: 1;
  -webkit-animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .ttl-box h3 {
    width: 60.2666666667vw;
    margin: -2.9333333333vw auto 0;
  }
}
#wrap main section.sec-main .ttl-box h3 img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-main .scrolldown {
  position: absolute;
  bottom: 0;
  left: 3.125vw;
  width: 11px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .scrolldown {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    right: auto;
    left: 4.2666666667vw;
  }
}
#wrap main section.sec-main .scrolldown .line {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 1px;
  height: 100px;
  margin-top: 16px;
  overflow: hidden;
  opacity: 1;
}
#wrap main section.sec-main .scrolldown .line .inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100px;
  background: #fff;
}
#wrap main section.sec-main .scrolldown .ttl {
  position: absolute;
  width: 11px;
  top: 0;
  left: 20px;
}
#wrap main section.sec-main .scrolldown .ttl img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-main .ad {
  position: absolute;
  bottom: 50px;
  right: 20px;
  width: 31px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .ad {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 7.4666666667vw;
  }
}
#wrap main section.sec-main .ad img {
  display: block;
  width: 100%;
  height: auto;
}
#wrap main section.sec-lead {
  position: relative;
  width: 100%;
  background: #1F2A36;
  color: #fff;
  padding: 70px 0 86px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-lead {
    padding: 14.4vw 0 15.4666666667vw;
  }
}
#wrap main section.sec-lead .p-box {
  width: calc(100% - 60px);
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
}
#wrap main section.sec-lead .p-box.is-show {
  opacity: 1;
  -webkit-animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
#wrap main section.sec-lead .p-box p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-lead .p-box p {
    font-size: 4vw;
  }
}
#wrap main section.sec-lead .p-box p.author {
  margin: 36px 0 0;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-lead .p-box p.author {
    margin: 6.4vw 0 0;
    font-size: 3.7333333333vw;
  }
}
#wrap main section.sec-article-box {
  position: relative;
  width: 100%;
}
#wrap main section.sec-article-box article {
  position: relative;
  width: 100%;
}
#wrap main section.sec-article-box article .ttl-box {
  position: relative;
  width: calc(100% - 160px);
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article-box article .ttl-box {
    width: 100%;
    padding-top: 26.1333333333vw;
  }
}
#wrap main section.sec-article-box article .ttl-box .line {
  position: absolute;
  top: 128px;
  left: -80px;
  width: 100px;
  height: 1px;
  background: #1F2A36;
  opacity: 0;
}
#wrap main section.sec-article-box article .ttl-box .line.is-show {
  opacity: 1;
  -webkit-animation: mask-down 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: mask-down 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article-box article .ttl-box .line {
    top: 27.7333333333vw;
    left: -2.6666666667vw;
    width: 13.3333333333vw;
  }
}
#wrap main section.sec-article-box article .ttl-box .text-box {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article-box article .ttl-box .text-box {
    padding-left: 14.6666666667vw;
  }
}
#wrap main section.sec-article-box article .ttl-box .text-box .page {
  width: 101px;
  margin: 0 0 0;
  opacity: 0;
}
#wrap main section.sec-article-box article .ttl-box .text-box .page.is-show {
  opacity: 1;
  -webkit-animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article-box article .ttl-box .text-box .page {
    width: 21.3333333333vw;
  }
}
#wrap main section.sec-article-box article .ttl-box .text-box .page img {
  display: block;
  width: 100%;
  height: auto;
}
#wrap main section.sec-article-box article .ttl-box .text-box h2 {
  position: relative;
  width: 670px;
  margin: 24px 0 0;
  opacity: 0;
}
#wrap main section.sec-article-box article .ttl-box .text-box h2.is-show {
  opacity: 1;
  -webkit-animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article-box article .ttl-box .text-box h2 {
    margin: 5.8666666667vw 0 0;
    width: 75.7333333333vw;
  }
}
#wrap main section.sec-article-box article .ttl-box .text-box h2 img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-article-box article .ttl-box .number {
  position: absolute;
  top: 80px;
  right: 0;
  width: 175px;
  opacity: 0;
}
#wrap main section.sec-article-box article .ttl-box .number.is-show {
  opacity: 1;
  -webkit-animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article-box article .ttl-box .number {
    top: 3.2vw;
    right: 2.6666666667vw;
    width: 37.8666666667vw;
  }
}
#wrap main section.sec-article-box article .ttl-box .number img {
  width: 100%;
  height: auto;
  opacity: 0.15;
}
#wrap main section.sec-article-box article:nth-child(2) .img-main .image {
  background-image: url("../img/img_page_2_main.jpg");
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article-box article:nth-child(2) .img-main .image {
    background-image: url("../img/img_page_2_main_sp.jpg");
  }
}
#wrap main section.sec-article-box article:nth-child(3) .img-main .image {
  background-image: url("../img/img_page_3_main.jpg");
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article-box article:nth-child(3) .img-main .image {
    background-image: url("../img/img_page_3_main_sp.jpg");
  }
}
#wrap main section.sec-article-box article:nth-child(4) .img-main .image {
  background-image: url("../img/img_page_4_main.jpg");
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article-box article:nth-child(4) .img-main .image {
    background-image: url("../img/img_page_4_main_sp.jpg");
  }
}
#wrap main section.sec-article-box article .img-main {
  position: relative;
  width: 100%;
  height: 440px;
  margin-top: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article-box article .img-main {
    margin-top: 50px;
    height: 46.9333333333vw;
  }
}
#wrap main section.sec-article-box article .img-main .image {
  position: relative;
  top: calc(50% - 25vw);
  width: 100%;
  height: 50vw;
  background: url("../img/img_page_1_main.jpg") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article-box article .img-main .image {
    background: url("../img/img_page_1_main_sp.jpg") center center no-repeat;
    background-size: 100% auto;
    height: 63vw;
  }
}
#wrap main section.sec-article-box article .p-box {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: 0 auto;
  padding: 140px 0 140px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article-box article .p-box {
    padding: 14.9333333333vw 0 14.9333333333vw;
    width: 84vw;
  }
}
#wrap main section.sec-article-box article .p-box p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article-box article .p-box p {
    font-size: 4vw;
  }
}
#wrap main section.sec-photogallery {
  position: relative;
  margin: 160px auto 0;
  background: #F8F9F9;
  padding: 130px 0 130px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-photogallery {
    margin: 21.3333333333vw auto 0;
    padding: 19.2vw 0 21.3333333333vw;
  }
}
#wrap main section.sec-photogallery h2 {
  position: relative;
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-photogallery h2 {
    width: 69.3333333333vw;
  }
}
#wrap main section.sec-photogallery h2 img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-photogallery .gallery-box {
  position: relative;
  margin: 70px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-photogallery .gallery-box {
    margin: 12.2666666667vw auto 0;
    width: 100%;
  }
}
#wrap main section.sec-photogallery .gallery-box .slide-box {
  position: relative;
  width: 100%;
}
#wrap main section.sec-photogallery .gallery-box .slide-box article {
  position: relative;
  width: 84.375vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-photogallery .gallery-box .slide-box article {
    width: 100%;
    margin: 0;
  }
}
#wrap main section.sec-photogallery .gallery-box .slide-box article img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-photogallery .gallery-box .slide-box .flickity-button {
  position: absolute;
  width: 9.375vw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-photogallery .gallery-box .slide-box .flickity-button {
    display: none;
  }
}
#wrap main section.sec-photogallery .gallery-box .slide-box .flickity-button:before {
  position: absolute;
  content: "";
  top: 19px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-photogallery .gallery-box .slide-box .flickity-button:before {
    background-size: 2.65625vw auto;
    background-position: 54% 50%;
  }
}
#wrap main section.sec-photogallery .gallery-box .slide-box .flickity-button:after {
  display: none;
}
#wrap main section.sec-photogallery .gallery-box .pager-box {
  width: 84.375vw;
  margin: 0.78125vw auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-photogallery .gallery-box .pager-box {
    width: 89.3333333333vw;
    margin: 2.1333333333vw auto 0;
  }
}
#wrap main section.sec-photogallery .gallery-box .pager-box li {
  width: auto;
}
#wrap main section.sec-photogallery .gallery-box .pager-box li:nth-child(n+2) {
  margin-left: 10px;
}
#wrap main section.sec-photogallery .gallery-box .pager-box li:nth-child(2):before {
  position: absolute;
  content: "/";
  top: 0;
  left: -8px;
}
#wrap main section.sec-photogallery .gallery-box .thumb-box {
  position: relative;
  width: 84.375vw;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625vw;
  -webkit-column-count: 10;
     -moz-column-count: 10;
          column-count: 10;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-photogallery .gallery-box .thumb-box {
    width: 89.3333333333vw;
    gap: 1.6vw;
    margin: 4vw auto 0;
  }
}
#wrap main section.sec-photogallery .gallery-box .thumb-box li {
  width: calc((100% - 5.625vw) / 10);
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #wrap main section.sec-photogallery .gallery-box .thumb-box li {
    -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-photogallery .gallery-box .thumb-box li img {
    -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-photogallery .gallery-box .thumb-box li:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#wrap main section.sec-photogallery .gallery-box .thumb-box li.is-select {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-photogallery .gallery-box .thumb-box li {
    width: calc((100% - 6.4vw) / 5);
  }
}
#wrap main section.sec-photogallery .gallery-box .thumb-box li img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-photogallery .conversion-box {
  background: none;
  padding: 0;
}
#wrap main section.sec-share {
  position: relative;
  width: 100%;
  padding: 150px 0 150px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-share {
    padding: 27.7333333333vw 0 27.7333333333vw;
  }
}
#wrap main section.sec-share h3 {
  width: 62px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-share h3 {
    width: 14.9333333333vw;
  }
}
#wrap main section.sec-share h3 img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-share ul {
  position: relative;
  margin: 36px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-share ul {
    margin: 9.6vw auto 0;
  }
}
#wrap main section.sec-share ul li {
  width: 32px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-share ul li {
    width: 8.5333333333vw;
  }
}
#wrap main section.sec-share ul li:nth-child(n+2) {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-share ul li:nth-child(n+2) {
    margin-left: 6.4vw;
  }
}
#wrap main section.sec-share ul li a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #wrap main section.sec-share ul li a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-share ul li a:hover {
    opacity: 0.5;
  }
}
#wrap main section.sec-share ul li a img {
  width: 100%;
  height: auto;
}
#wrap footer {
  position: relative;
  width: 100%;
  background: #000;
  text-align: center;
  padding: 10px 0 10px;
}
@media screen and (max-width: 768px) {
  #wrap footer {
    padding: 3.2vw 0 3.2vw;
  }
}
#wrap footer small {
  display: block;
  width: 328px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap footer small {
    width: 72vw;
  }
}
#wrap footer small img {
  width: 100%;
  height: auto;
}
#wrap .conversion-box {
  position: relative;
  width: 100%;
  background: url("../img/bg_conversion.jpg") center center no-repeat;
  background-size: cover;
  padding: 86px 0 86px;
  margin-top: 136px;
}
@media screen and (max-width: 768px) {
  #wrap .conversion-box {
    margin-top: 16vw;
    padding: 13.3333333333vw 0 13.3333333333vw;
    background: url("../img/bg_conversion_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
#wrap .conversion-box ul {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap .conversion-box ul {
    width: 84vw;
  }
}
#wrap .conversion-box ul li {
  position: relative;
  width: 100%;
}
#wrap .conversion-box ul li:nth-child(n+2) {
  margin: 20px auto 0;
}
#wrap .conversion-box ul li a {
  position: relative;
  width: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #wrap .conversion-box ul li a {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #wrap .conversion-box ul li a {
    -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap .conversion-box ul li a:hover {
    opacity: 0.65;
  }
}
#wrap .conversion-box ul li a .image {
  width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #wrap .conversion-box ul li a .image {
    width: 100%;
  }
}
#wrap .conversion-box ul li a .image img {
  width: 100%;
  height: auto;
}
#wrap .conversion-box ul li a .text-box {
  padding: 38px 0 0 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap .conversion-box ul li a .text-box {
    padding: 7.4666666667vw 6.4vw 8.5333333333vw;
  }
}
#wrap .conversion-box ul li a .text-box .txt {
  width: 445px;
}
@media screen and (max-width: 768px) {
  #wrap .conversion-box ul li a .text-box .txt {
    width: 100%;
  }
}
#wrap .conversion-box ul li a .text-box .txt img {
  width: 100%;
  height: auto;
}
#wrap .conversion-box ul li a .text-box .btn {
  margin-top: 20px;
  background: #fff;
  color: #000;
  width: 128px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  #wrap .conversion-box ul li a .text-box .btn {
    margin-top: 3.2vw;
    width: 28.8vw;
    height: 9.6vw;
    font-size: 3.36vw;
    line-height: 9.8666666667vw;
    letter-spacing: -0.05em;
  }
}
#wrap .gallery-box {
  position: relative;
  width: 100%;
}
#wrap .gallery-box .slide-box {
  position: relative;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
#wrap .gallery-box .slide-box article {
  position: relative;
  width: 68.75vw;
  margin: 0 1.5625vw;
}
@media screen and (max-width: 768px) {
  #wrap .gallery-box .slide-box article {
    width: 89.3333333333vw;
  }
}
#wrap .gallery-box .slide-box article img {
  width: 100%;
  height: auto;
}
#wrap .gallery-box .text-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 68.75vw;
  margin: 25px auto 0;
  font-size: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #wrap .gallery-box .text-box {
    margin: 2.1333333333vw auto 0;
    width: 89.3333333333vw;
    font-size: 3.7333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
#wrap .gallery-box .text-box ul.caption-box {
  position: relative;
  width: 62.5vw;
}
@media screen and (max-width: 768px) {
  #wrap .gallery-box .text-box ul.caption-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 2.1333333333vw auto 0;
  }
}
#wrap .gallery-box .text-box ul.caption-box li {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
#wrap .gallery-box .text-box ul.caption-box li.is-select {
  -webkit-transition: all 0.5s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#wrap .gallery-box .text-box ul.caption-box li:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
#wrap .gallery-box .pager-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #wrap .gallery-box .pager-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#wrap .gallery-box .pager-box li {
  position: relative;
  width: 24px;
  text-align: center;
  font-size: 15px;
}
#wrap .gallery-box .pager-box li:nth-child(2):before {
  position: absolute;
  content: "/";
  top: 0;
  left: -3px;
}

.flickity-button {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  height: 40px;
  background: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 9.84375vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .flickity-button {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .flickity-button:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .flickity-button {
    display: none;
  }
}
.flickity-button:disabled {
  display: none;
}
.flickity-button:before {
  position: absolute;
  content: "";
  top: 19px;
  left: 0;
  width: 6.25vw;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .flickity-button:before {
    background-size: 2.65625vw auto;
    background-position: 54% 50%;
  }
}
.flickity-button:after {
  position: absolute;
  content: "";
  top: 1.25vw;
  right: 0;
  background: url("../img/txt_prev.png") center center no-repeat;
  width: 2.734375vw;
  height: 0.78125vw;
  background-size: contain;
}
.flickity-button svg {
  display: none;
}
.flickity-button.next {
  left: auto;
  right: 0;
}
.flickity-button.next:before {
  left: auto;
  right: 0;
}
.flickity-button.next:after {
  right: auto;
  left: 0;
  background: url("../img/txt_next.png") center center no-repeat;
  background-size: contain;
}

.sample {
  -webkit-animation: titlebox-anim 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: titlebox-anim 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  -webkit-animation: scale-up 0.65s cubic-bezier(0.34, 2.5, 0.67, 1) forwards;
          animation: scale-up 0.65s cubic-bezier(0.34, 2.5, 0.67, 1) forwards;
}

@-webkit-keyframes arrow-anim-next {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(20%);
            transform: translate(20%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-20%);
            transform: translate(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

@keyframes arrow-anim-next {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(20%);
            transform: translate(20%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-20%);
            transform: translate(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}
@-webkit-keyframes arrow-anim-back {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%) scale(-1, 1);
            transform: translate(0%) scale(-1, 1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-20%) scale(-1, 1);
            transform: translate(-20%) scale(-1, 1);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(20%) scale(-1, 1);
            transform: translate(20%) scale(-1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%) scale(-1, 1);
            transform: translate(0%) scale(-1, 1);
  }
}
@keyframes arrow-anim-back {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%) scale(-1, 1);
            transform: translate(0%) scale(-1, 1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-20%) scale(-1, 1);
            transform: translate(-20%) scale(-1, 1);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(20%) scale(-1, 1);
            transform: translate(20%) scale(-1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%) scale(-1, 1);
            transform: translate(0%) scale(-1, 1);
  }
}
@-webkit-keyframes arrow-anim-back-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-20%);
            transform: translate(-20%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(20%);
            transform: translate(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}
@keyframes arrow-anim-back-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-20%);
            transform: translate(-20%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(20%);
            transform: translate(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}
@-webkit-keyframes mask-down {
  0% {
    opacity: 1;
    clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes mask-down {
  0% {
    opacity: 1;
    clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes mask-slide {
  0% {
    opacity: 1;
    clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes mask-slide {
  0% {
    opacity: 1;
    clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slide-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slide-in {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-up-serif {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-serif {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fade-up-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fade-up-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */