@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.f-futura {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.underTabVisible {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .underTabVisible {
    display: inline !important;
  }
}

@media screen and (max-width: 800px) {
  .underTabNone {
    display: none !important;
  }
}

.underSpVisible {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .underSpVisible {
    display: block !important;
  }
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #FFFFFF;
}

@media screen and (max-width: 800px) {
  .header {
    height: 60px;
  }
}

.header__body {
  width: 97%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__body__logo img {
  width: 168px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 480px) {
  .header__body__logo img {
    width: 140px;
  }
}

.header__body__sectionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 800px) {
  .header__body__sectionBox {
    display: none;
  }
}

.header__body__sectionBox__title {
  margin-right: 24px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: .4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sp_navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 20000;
}

@media screen and (max-width: 800px) {
  .sp_navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sp_navigation__nav__list {
  margin-top: 48px;
  margin-right: 6rem;
}

.sp_navigation__nav__list__item {
  margin-bottom: 20px;
  text-align: right;
}

.sp_navigation__nav__list__item a {
  color: #1A1A1A;
  font-size: 2rem;
  line-height: 3.4rem;
  letter-spacing: .5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sp_navigation__bottom__list {
  margin-top: 48px;
  margin-right: 6rem;
  text-align: right;
}

.sp_navigation__bottom__list__item {
  margin-bottom: 20px;
}

.sp_navigation__bottom__list__item a {
  color: #1A1A1A;
  font-size: 1.8rem;
  letter-spacing: .5rem;
}

.sp_navigation__bottom__list__item__f {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sp_navigation__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 6rem;
  margin-top: 32px;
}

.sp_navigation__sns img {
  width: 40px;
  margin-left: 15px;
}

.curbon {
  background-color: #1A1A1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.curbon__body {
  width: 80%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}

@media screen and (max-width: 800px) {
  .curbon__body {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 0;
  }
}

@media screen and (max-width: 480px) {
  .curbon__body {
    padding: 40px 10px;
  }
}

.curbon__body__logoBox {
  width: 290px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .curbon__body__logoBox {
    width: 145px;
  }
}

.curbon__body__logoBox img {
  width: 160px;
}

@media screen and (max-width: 800px) {
  .curbon__body__logoBox img {
    width: 260px;
  }
}

@media screen and (max-width: 480px) {
  .curbon__body__logoBox img {
    width: 130px;
  }
}

.curbon__body__line {
  width: 1px;
  height: 135px;
  background-color: #FFFFFF;
}

.curbon__body__textBox {
  width: 52%;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 800px) {
  .curbon__body__textBox {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
}

.curbon__body__textBox__detail {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: .4rem;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  margin-top: 23px;
  margin-bottom: 10px;
  color: #FFFFFF;
}

@media screen and (max-width: 800px) {
  .curbon__body__textBox__detail {
    margin-top: 60px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .curbon__body__textBox__detail {
    margin-top: 30px;
    font-size: 1.2rem;
  }
}

.curbon__body__textBox__contact {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .4rem;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

.curbon__body__textBox__contact a {
  color: #FFFFFF;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

.curbon__body__textBox__contact a:hover {
  color: #C7C7C7;
}

.curbon__body__textBox__contactSp {
  width: 100%;
}

.curbon__body__textBox__contactSp li {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .4rem;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  color: #FFFFFF;
  height: 140px;
  text-align: center;
  line-height: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.curbon__body__textBox__contactSp li a {
  color: #FFFFFF;
  font-size: inherit;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

.curbon__body__textBox__contactSp li a:hover {
  color: #C7C7C7;
}

@media screen and (max-width: 480px) {
  .curbon__body__textBox__contactSp li {
    font-size: 1.2rem;
    height: 70px;
    line-height: 70px;
  }
}

.curbon__body__textBox__contactSp li + li {
  border-top: 1px dashed white;
}

.curbon__body__textBox__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .curbon__body__textBox__btnBox {
    margin-right: 5px;
  }
}

.curbon__body__textBox__btnBox__circle {
  height: 28px;
  width: 28px;
  margin-right: 12px;
  border-radius: 28px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 480px) {
  .curbon__body__textBox__btnBox__circle {
    height: 14px;
    width: 14px;
    margin-right: 6px;
  }
}

.curbon__body__textBox__btnBox__circle img {
  height: 14px;
  width: 14px;
}

@media screen and (max-width: 480px) {
  .curbon__body__textBox__btnBox__circle img {
    height: 7px;
    width: 7px;
  }
}

.base {
  background-color: #D1D1D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.base__body {
  width: 80%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 800px) {
  .base__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.base__body__logoBox {
  width: 290px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.base__body__logoBox img {
  width: 160px;
}

@media screen and (max-width: 800px) {
  .base__body__logoBox img {
    width: 360px;
  }
}

@media screen and (max-width: 480px) {
  .base__body__logoBox img {
    width: 180px;
  }
}

.base__body__line {
  width: 1px;
  height: 65px;
  background-color: #1A1A1A;
}

.base__body__textBox {
  width: 52%;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 72px 0;
}

@media screen and (max-width: 800px) {
  .base__body__textBox {
    width: 100%;
    margin-left: 0;
    padding: 80px 0;
  }
}

@media screen and (max-width: 480px) {
  .base__body__textBox {
    padding: 40px 0px;
  }
}

.base__body__textBox__detail {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: .4rem;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

@media screen and (max-width: 800px) {
  .base__body__textBox__detail {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .base__body__textBox__detail {
    font-size: 1.2rem;
  }
}

.base__body__textBox__detail a {
  text-decoration: underline;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: .4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .base__body__textBox__detail a {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .base__body__textBox__detail a {
    font-size: 1.2rem;
  }
}

.base__body__textBox__contact {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.base__body__textBox__contact a {
  color: #FFFFFF;
}

.copyRight {
  height: 44px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 800px) {
  .copyRight {
    height: 108px;
  }
}

@media screen and (max-width: 480px) {
  .copyRight {
    height: 54px;
  }
}

.copyRight__title {
  font-size: 1rem;
  letter-spacing: .14rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .copyRight__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .copyRight__title {
    font-size: 1rem;
  }
}

.footer {
  background-color: #1A1A1A;
  padding: 32px 0;
}

.footer__logo {
  width: 220px;
  margin: 0 auto;
  margin-bottom: 32px;
}

@media screen and (max-width: 480px) {
  .footer__logo {
    width: 200px;
  }
}

.footer__snses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

.footer__snses__link {
  height: 32px;
  width: 32px;
  margin-right: 12px;
  border-radius: 32px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__snses__link img {
  height: 16px;
  width: 16px;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 800px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__links a {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .4rem;
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 0 10px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

.footer__links a:last-child {
  border-right: none;
  border-bottom: none;
}

@media screen and (max-width: 800px) {
  .footer__links a {
    border-right: none;
    border-bottom: 1px dashed #FFFFFF;
    font-weight: normal;
    padding: 24px 0;
    text-align: center;
  }
}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(0.9rem) rotate(35deg);
          transform: translateY(0.9rem) rotate(35deg);
}

@media screen and (max-width: 480px) {
  .hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(0.84rem) rotate(35deg);
            transform: translateY(0.84rem) rotate(35deg);
  }
}

.hamburger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-0.9rem) rotate(-35deg);
          transform: translateY(-0.9rem) rotate(-35deg);
}

@media screen and (max-width: 480px) {
  .hamburger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-0.84rem) rotate(-35deg);
            transform: translateY(-0.84rem) rotate(-35deg);
  }
}

@media screen and (max-width: 800px) {
  .hamburger {
    display: block;
    z-index: 20001;
    position: fixed;
    top: 0;
    right: 2rem;
    cursor: pointer;
    width: 5rem;
    height: 5.6rem;
  }
}

@media screen and (max-width: 480px) {
  .hamburger {
    width: 3rem;
    height: 5.6rem;
  }
}

@media screen and (max-width: 800px) {
  .hamburger span {
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1A1A1A;
    border-radius: 4px;
  }
  .hamburger span:nth-child(1) {
    top: 35%;
  }
  .hamburger span:nth-of-type(2) {
    top: 65%;
  }
}

.drawer-nav {
  background-color: #fd624a;
  z-index: 10000;
  position: fixed;
}

.drawer-menu {
  padding-top: 120px;
}

.drawer--right .drawer-nav {
  right: -200px;
}

.drawer-menu-item {
  padding-left: 40px;
  color: #FFFFFF !important;
  margin-bottom: 10px;
  text-decoration: none !important;
}

.drawer-menu-item span {
  display: inline-block;
  font-size: 1.6rem;
}

.drawer-menu-item span::after {
  -webkit-transition: .2s;
  transition: .2s;
  display: block;
  content: '';
  width: 0%;
  height: 2px;
  margin-top: 2px;
}

.drawer-menu-item span:hover {
  color: #1A1A1A !important;
}

.drawer-menu-item span:hover::after {
  width: 100%;
}

.drawer-overlay {
  z-index: 9000;
}

.rect_S {
  position: absolute;
  width: 5.353vw;
  height: 10.706vw;
}

@media screen and (max-width: 800px) {
  .rect_S {
    width: 14.38vw;
    height: 28.76vw;
  }
}

.rect_S_H {
  position: absolute;
  width: 10.706vw;
  height: 5.353vw;
}

@media screen and (max-width: 800px) {
  .rect_S_H {
    width: 28.76vw;
    height: 14.38vw;
  }
}

.rect_M {
  position: absolute;
  width: 10.706vw;
  height: 16.059vw;
}

@media screen and (max-width: 800px) {
  .rect_M {
    width: 28.76vw;
    height: 43.14vw;
  }
}

.rect_M_H {
  position: absolute;
  width: 16.059vw;
  height: 10.706vw;
}

@media screen and (max-width: 800px) {
  .rect_M_H {
    width: 43.14vw;
    height: 28.76vw;
  }
}

.square_S {
  position: absolute;
  width: 5.353vw;
  height: 5.353vw;
}

@media screen and (max-width: 800px) {
  .square_S {
    width: 14.38vw;
    height: 14.38vw;
  }
}

.square_M {
  position: absolute;
  width: 10.706vw;
  height: 10.706vw;
}

@media screen and (max-width: 800px) {
  .square_M {
    width: 28.76vw;
    height: 28.76vw;
  }
}

.square_L {
  position: absolute;
  width: 16.059vw;
  height: 16.059vw;
}

@media screen and (max-width: 800px) {
  .square_L {
    width: 43.14vw;
    height: 43.14vw;
  }
}

.v_0 {
  left: 0vw;
}

@media screen and (max-width: 800px) {
  .v_0 {
    left: 0vw;
  }
}

.v_1 {
  left: 5.353vw;
}

@media screen and (max-width: 800px) {
  .v_1 {
    left: 14.38vw;
  }
}

.v_2 {
  left: 10.706vw;
}

@media screen and (max-width: 800px) {
  .v_2 {
    left: 28.76vw;
  }
}

.v_3 {
  left: 16.059vw;
}

@media screen and (max-width: 800px) {
  .v_3 {
    left: 43.14vw;
  }
}

.v_4 {
  left: 21.412vw;
}

@media screen and (max-width: 800px) {
  .v_4 {
    left: 57.52vw;
  }
}

.v_5 {
  left: 26.765vw;
}

@media screen and (max-width: 800px) {
  .v_5 {
    left: 71.9vw;
  }
}

.v_6 {
  left: 32.118vw;
}

@media screen and (max-width: 800px) {
  .v_6 {
    left: 86.28vw;
  }
}

.v_7 {
  left: 37.471vw;
}

@media screen and (max-width: 800px) {
  .v_7 {
    left: 100.66vw;
  }
}

.v_8 {
  left: 42.824vw;
}

@media screen and (max-width: 800px) {
  .v_8 {
    left: 115.04vw;
  }
}

.v_9 {
  left: 48.177vw;
}

@media screen and (max-width: 800px) {
  .v_9 {
    left: 129.42vw;
  }
}

.v_10 {
  left: 53.53vw;
}

@media screen and (max-width: 800px) {
  .v_10 {
    left: 143.8vw;
  }
}

.v_11 {
  left: 58.883vw;
}

@media screen and (max-width: 800px) {
  .v_11 {
    left: 158.18vw;
  }
}

.v_12 {
  left: 64.236vw;
}

@media screen and (max-width: 800px) {
  .v_12 {
    left: 172.56vw;
  }
}

.v_13 {
  left: 69.589vw;
}

@media screen and (max-width: 800px) {
  .v_13 {
    left: 186.94vw;
  }
}

.v_14 {
  left: 74.942vw;
}

@media screen and (max-width: 800px) {
  .v_14 {
    left: 201.32vw;
  }
}

.v_15 {
  left: 80.295vw;
}

@media screen and (max-width: 800px) {
  .v_15 {
    left: 215.7vw;
  }
}

.v_16 {
  left: 85.648vw;
}

@media screen and (max-width: 800px) {
  .v_16 {
    left: 230.08vw;
  }
}

.v_17 {
  left: 91.001vw;
}

@media screen and (max-width: 800px) {
  .v_17 {
    left: 244.46vw;
  }
}

.v_18 {
  left: 96.354vw;
}

@media screen and (max-width: 800px) {
  .v_18 {
    left: 258.84vw;
  }
}

.h_0 {
  top: 0vw;
}

@media screen and (max-width: 800px) {
  .h_0 {
    top: 0vw;
  }
}

.h_1 {
  top: 5.353vw;
}

@media screen and (max-width: 800px) {
  .h_1 {
    top: 14.38vw;
  }
}

.h_2 {
  top: 10.706vw;
}

@media screen and (max-width: 800px) {
  .h_2 {
    top: 28.76vw;
  }
}

.h_3 {
  top: 16.059vw;
}

@media screen and (max-width: 800px) {
  .h_3 {
    top: 43.14vw;
  }
}

.h_4 {
  top: 21.412vw;
}

@media screen and (max-width: 800px) {
  .h_4 {
    top: 57.52vw;
  }
}

.h_5 {
  top: 26.765vw;
}

@media screen and (max-width: 800px) {
  .h_5 {
    top: 71.9vw;
  }
}

.h_6 {
  top: 32.118vw;
}

@media screen and (max-width: 800px) {
  .h_6 {
    top: 86.28vw;
  }
}

.h_7 {
  top: 37.471vw;
}

@media screen and (max-width: 800px) {
  .h_7 {
    top: 100.66vw;
  }
}

.h_8 {
  top: 42.824vw;
}

@media screen and (max-width: 800px) {
  .h_8 {
    top: 115.04vw;
  }
}

.h_9 {
  top: 48.177vw;
}

@media screen and (max-width: 800px) {
  .h_9 {
    top: 129.42vw;
  }
}

.h_10 {
  top: 53.53vw;
}

@media screen and (max-width: 800px) {
  .h_10 {
    top: 143.8vw;
  }
}

.h_11 {
  top: 58.883vw;
}

@media screen and (max-width: 800px) {
  .h_11 {
    top: 158.18vw;
  }
}

.h_12 {
  top: 64.236vw;
}

@media screen and (max-width: 800px) {
  .h_12 {
    top: 172.56vw;
  }
}

.h_13 {
  top: 69.589vw;
}

@media screen and (max-width: 800px) {
  .h_13 {
    top: 186.94vw;
  }
}

#before_cursor,
#next_cursor {
  display: none;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: none;
  position: fixed;
  top: -4px;
  left: -4px;
  width: 15px;
  z-index: 999;
  -webkit-transition: width .3s, height .3s, top .3s, left .3s;
  transition: width .3s, height .3s, top .3s, left .3s;
}

@media screen and (max-width: 480px) {
  #before_cursor,
  #next_cursor {
    display: none;
  }
}

#before_cursor.hov_,
#next_cursor.hov_ {
  top: -12px;
  left: -12px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#before_cursor.hov_ p,
#next_cursor.hov_ p {
  color: white;
  text-align: center;
}

.scaleImage-wrap--animated {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.scaleImage-wrap--animated img {
  -webkit-animation: scaleDownImage 1s;
          animation: scaleDownImage 1s;
  -webkit-transition: .5s !important;
  transition: .5s !important;
}

.scaleImage-wrap--animated img:hover {
  opacity: .9;
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}

@-webkit-keyframes scaleDownImage {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleDownImage {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes scaleUpImage {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes scaleUpImage {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.goTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10000;
  width: 45px;
  cursor: pointer;
}

.goTop__img {
  width: 100%;
}

.goTop__title {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: .3rem;
  text-align: center;
  margin-top: 10px;
}

.moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 45px;
  border: 1px solid #1A1A1A;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  line-height: 2.5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: .2s;
  transition: .2s;
}

.moreBtn:hover {
  opacity: .8;
}

.moreBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.moreBtnWrap--layout {
  margin-top: 48px;
  margin-bottom: 96px;
}

.moreBtnWrap--layout2 {
  margin-top: 80px;
  margin-bottom: 80px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, 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 {
  font-size: 62.5%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  scroll-behavior: smooth;
}

.newIcon {
  width: 60px !important;
  height: auto !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
}

.top {
  width: 100%;
  height: 48.177vw;
  margin-bottom: 225px;
  margin-top: 90px;
}

@media screen and (max-width: 800px) {
  .top {
    margin-bottom: 350px;
    height: 186.94vw;
    margin-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  .top {
    margin-bottom: 175px;
  }
}

.top__box {
  position: relative;
  margin: 0 auto;
  width: 96.354vw;
  height: 48.177vw;
  padding-top: 200px;
}

.top__box div {
  overflow: hidden;
  cursor: pointer;
}

.top__box div img:hover {
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.top__boxSp {
  position: relative;
  margin: 0 auto;
  background-color: black;
  width: 37.471vw;
  height: 69.589vw;
}

@media screen and (max-width: 800px) {
  .top__boxSp {
    width: 100.66vw;
    height: 186.94vw;
  }
}

.top__boxSp div {
  overflow: hidden;
  cursor: pointer;
}

.top__boxSp div img:hover {
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.prologue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 340px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 800px) {
  .prologue {
    margin-bottom: 500px;
  }
}

@media screen and (max-width: 480px) {
  .prologue {
    margin-bottom: 250px;
  }
}

.prologue__body {
  width: 80%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 800px) {
  .prologue__body {
    width: 90%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.prologue__body__title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: .26rem;
  margin-bottom: 52px;
  line-height: 2;
}

@media screen and (max-width: 800px) {
  .prologue__body__title {
    text-align: start;
    font-size: 3.8rem;
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 480px) {
  .prologue__body__title {
    margin-bottom: 60px;
    font-size: 1.9rem;
  }
}

.prologue__body__text {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}

.prologue__body__text span {
  font-size: 1.8rem;
  letter-spacing: .2rem;
  line-height: 2.5;
  text-align: center;
  color: #212121;
}

@media screen and (max-width: 480px) {
  .prologue__body__text span {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 800px) {
  .prologue__body__text {
    text-align: start;
    font-size: 2.5rem;
    line-height: 3;
  }
}

@media screen and (max-width: 480px) {
  .prologue__body__text {
    font-size: 1.25rem;
  }
}

.prologue__body__company {
  margin-top: 52px;
  font-size: 2rem;
  letter-spacing: .31rem;
  text-align: center;
  color: #212121;
}

@media screen and (max-width: 800px) {
  .prologue__body__company {
    margin-top: 120px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 480px) {
  .prologue__body__company {
    margin-top: 60px;
    font-size: 1.4rem;
  }
}

.prologue__body__writter {
  margin-top: 12px;
  font-size: 1.3rem;
  letter-spacing: .25rem;
  text-align: center;
  color: #212121;
}

@media screen and (max-width: 800px) {
  .prologue__body__writter {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .prologue__body__writter {
    font-size: 0.75rem;
    margin-top: 7.5px;
  }
}

.special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 128px;
  padding-top: 90px;
}

@media screen and (max-width: 800px) {
  .special {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 480px) {
  .special {
    margin-bottom: 50px;
  }
}

.special__body {
  width: 90%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 800px) {
  .special__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.special__body__textBox {
  width: 41%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 48px;
  padding-top: 17px;
}

@media screen and (max-width: 800px) {
  .special__body__textBox {
    width: 100%;
    padding: 0;
  }
}

.special__body__textBox__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .special__body__textBox__titles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.special__body__textBox__titles__title {
  font-size: 3rem;
  letter-spacing: 1rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
  margin-right: 12px;
}

@media screen and (max-width: 800px) {
  .special__body__textBox__titles__title {
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 480px) {
  .special__body__textBox__titles__title {
    font-size: 2.6rem;
  }
}

.special__body__textBox__titles__subtitle {
  font-size: 1.5rem;
  letter-spacing: .44rem;
  margin-top: 10px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .special__body__textBox__titles__subtitle {
    font-size: 2.6rem;
    margin-top: 19px;
  }
}

@media screen and (max-width: 480px) {
  .special__body__textBox__titles__subtitle {
    font-size: 1.3rem;
  }
}

.special__body__textBox__texts {
  display: block;
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  .special__body__textBox__texts {
    margin-top: 140px;
  }
}

@media screen and (max-width: 480px) {
  .special__body__textBox__texts {
    margin-top: 70px;
  }
}

.special__body__textBox__texts__text {
  font-size: 2rem;
  letter-spacing: .29rem;
  line-height: 2;
  text-align: start;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 800px) {
  .special__body__textBox__texts__text {
    padding: 0;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .special__body__textBox__texts__text {
    font-size: 1.35rem;
    line-height: 1.75;
  }
}

.special__body__textBox__texts__date {
  margin-top: 13px;
  font-size: 1rem;
  letter-spacing: .19rem;
  opacity: 0.6;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .special__body__textBox__texts__date {
    font-size: 2rem;
    margin-top: 25px;
  }
}

@media screen and (max-width: 480px) {
  .special__body__textBox__texts__date {
    font-size: 1rem;
    margin-top: 12.5px;
  }
}

.special__body__imgBox {
  height: 100%;
  width: 69%;
  position: relative;
  overflow: hidden;
}

.special__body__imgBox::after {
  display: block;
  content: '';
  padding-top: 66.7%;
}

@media screen and (max-width: 800px) {
  .special__body__imgBox {
    width: 100%;
    margin-top: 60px;
    position: relative;
  }
}

@media screen and (max-width: 800px) {
  .special__body__imgBox::after {
    display: block;
    content: '';
    padding-top: 90.3%;
  }
}

.special__body__imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 480px) {
  .special__body__imgBox {
    margin-top: 30px;
  }
}

.special__body__imgBox__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.articles__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.articles__body__topLine {
  width: 92%;
  height: 1px;
  background-color: #C7C7C7;
}

.articles__body__title {
  font-size: 1.5rem;
  letter-spacing: .5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 68px 0;
  color: #C7C7C7;
}

@media screen and (max-width: 800px) {
  .articles__body__title {
    margin: 80px 0;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 480px) {
  .articles__body__title {
    margin: 40px 0;
    font-size: 1.3rem;
  }
}

.articles__body__box {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.articles__body__box::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 800px) {
  .articles__body__box {
    padding-left: 5%;
  }
}

.articles__body__box__articleBox {
  width: 225px;
  margin-right: 38px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow-y: hidden;
  position: relative;
}

.articles__body__box__articleBox:last-child {
  margin-right: 0;
}

.articles__body__box__articleBox__last {
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  .articles__body__box__articleBox {
    margin-right: 33px;
    width: 430px;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .articles__body__box__articleBox {
    margin-right: 16.5px;
    width: 215px;
  }
}

.articles__body__box__articleBox__imgBox {
  width: 100%;
}

.articles__body__box__articleBox__imgBox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.articles__body__box__articleBox__imgBox--square {
  position: relative;
  overflow: hidden;
}

.articles__body__box__articleBox__imgBox--square::after {
  display: block;
  content: '';
  padding-top: 100%;
}

.articles__body__box__articleBox__imgBox--square img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.articles__body__box__articleBox__subtitle {
  font-size: 1rem;
  letter-spacing: .14rem;
  margin-top: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #C7C7C7;
}

@media screen and (max-width: 800px) {
  .articles__body__box__articleBox__subtitle {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .articles__body__box__articleBox__subtitle {
    font-size: 10px;
    margin-top: 10px;
  }
}

.articles__body__box__articleBox__title {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  color: black;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .articles__body__box__articleBox__title {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .articles__body__box__articleBox__title {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
  margin-bottom: 90px;
}

@media screen and (max-width: 800px) {
  .column {
    margin-bottom: 50px;
  }
}

.column__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.column__body__topLine {
  width: 92%;
  height: 1px;
  background-color: #C7C7C7;
}

.column__body__title {
  font-size: 3.4rem;
  letter-spacing: 1.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 140px;
}

@media screen and (max-width: 800px) {
  .column__body__title {
    margin-top: 200px;
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 480px) {
  .column__body__title {
    margin-top: 100px;
    font-size: 2.6rem;
  }
}

.column__body__subtitle {
  font-size: 1.6rem;
  letter-spacing: .4rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 23px;
  margin-bottom: 64px;
}

@media screen and (max-width: 800px) {
  .column__body__subtitle {
    margin-bottom: 80px;
    margin-top: 15px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 480px) {
  .column__body__subtitle {
    margin-bottom: 40px;
    margin-top: 7.5px;
    font-size: 1.3rem;
  }
}

.column__body__box {
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.column__body__box::-webkit-scrollbar {
  display: none;
}

.column__body__box__min {
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 800px) {
  .column__body__box {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

.column__body__box__articleBox {
  width: 336px;
  margin-right: 75px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}

.column__body__box__articleBox:last-of-type {
  margin-right: 0;
}

.column__body__box__articleBox__last {
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  .column__body__box__articleBox {
    margin-bottom: 100px;
    margin-right: 0;
    width: 90vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .column__body__box__articleBox {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 800px) {
  .column__body__box__articleBox:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .column__body__box__articleBox:last-of-type {
    margin-bottom: 0;
  }
}

.column__body__box__articleBox__imgBox {
  width: 100%;
  height: 487px;
}

@media screen and (max-width: 800px) {
  .column__body__box__articleBox__imgBox {
    height: 120vw;
  }
}

.column__body__box__articleBox__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.column__body__box__articleBox__date {
  font-size: 1rem;
  letter-spacing: .14rem;
  margin-top: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #C7C7C7;
}

@media screen and (max-width: 800px) {
  .column__body__box__articleBox__date {
    font-size: 2rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .column__body__box__articleBox__date {
    font-size: 1rem;
    margin-top: 15px;
  }
}

.column__body__box__articleBox__title {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  color: black;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .column__body__box__articleBox__title {
    margin-top: 35px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .column__body__box__articleBox__title {
    margin-top: 17.5px;
    font-size: 1.5rem;
  }
}

.column__body__box__articleBox__subtitle {
  font-size: 1.4rem;
  letter-spacing: .14rem;
  margin-top: 10px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  color: #C7C7C7;
}

@media screen and (max-width: 800px) {
  .column__body__box__articleBox__subtitle {
    margin-top: 35px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .column__body__box__articleBox__subtitle {
    margin-top: 17.5px;
    font-size: 1.2rem;
  }
}

.column__body__box__moreBtn {
  width: 250px;
  height: 90px;
  border: 1px solid #1A1A1A;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 300px;
}

@media screen and (max-width: 800px) {
  .column__body__box__moreBtn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 480px) {
  .column__body__box__moreBtn {
    width: 125px;
    height: 45px;
  }
}

.column__body__box__moreBtn span {
  font-size: 2.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 480px) {
  .column__body__box__moreBtn span {
    font-size: 1.1rem;
  }
}

.commercial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}

@media screen and (max-width: 800px) {
  .commercial {
    margin-bottom: 50px;
  }
}

.commercial__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.commercial__body__topLine {
  width: 92%;
  height: 1px;
  background-color: #C7C7C7;
}

.commercial__body__title {
  font-size: 3.4rem;
  letter-spacing: 1.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 140px;
}

@media screen and (max-width: 800px) {
  .commercial__body__title {
    font-size: 5.2rem;
    margin-top: 200px;
  }
}

@media screen and (max-width: 480px) {
  .commercial__body__title {
    font-size: 2.6rem;
    margin-top: 100px;
  }
}

.commercial__body__subtitle {
  font-size: 1.6rem;
  letter-spacing: .4rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 23px;
  margin-bottom: 64px;
}

@media screen and (max-width: 800px) {
  .commercial__body__subtitle {
    font-size: 2.6rem;
    margin-bottom: 80px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .commercial__body__subtitle {
    font-size: 1.3rem;
    margin-bottom: 40px;
    margin-top: 7.5px;
  }
}

.commercial__body__box {
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.commercial__body__box::-webkit-scrollbar {
  display: none;
}

.commercial__body__box__min {
  padding-left: 0;
}

@media screen and (max-width: 800px) {
  .commercial__body__box {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}

.commercial__body__box__articleBox {
  width: 336px;
  margin-right: 75px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}

.commercial__body__box__articleBox:last-child {
  margin-right: 0;
}

.commercial__body__box__articleBox__last {
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  .commercial__body__box__articleBox {
    width: 90vw;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 800px) {
  .commercial__body__box__articleBox:last-child {
    margin-bottom: 0;
  }
}

.commercial__body__box__articleBox__imgBox {
  width: 100%;
  height: 487px;
}

.commercial__body__box__articleBox__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.commercial__body__box__articleBox__date {
  font-size: 1rem;
  letter-spacing: .14rem;
  margin-top: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #C7C7C7;
}

@media screen and (max-width: 800px) {
  .commercial__body__box__articleBox__date {
    font-size: 2rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .commercial__body__box__articleBox__date {
    font-size: 1rem;
    margin-top: 15px;
  }
}

.commercial__body__box__articleBox__subtitle {
  font-size: 1.2rem;
  letter-spacing: .36rem;
  margin-top: 14px;
  color: #C7C7C7;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .commercial__body__box__articleBox__subtitle {
    font-size: 2.2rem;
    margin-top: 35px;
  }
}

@media screen and (max-width: 480px) {
  .commercial__body__box__articleBox__subtitle {
    font-size: 1.1rem;
    margin-top: 17.5px;
  }
}

.commercial__body__box__articleBox__text {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .36rem;
  color: #1A1A1A;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .commercial__body__box__articleBox__text {
    margin-top: 30px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .commercial__body__box__articleBox__text {
    margin-top: 15px;
    font-size: 1.35rem;
    letter-spacing: .1rem;
  }
}

.commercial__body__box__moreBtn {
  width: 250px;
  height: 90px;
  border: 1px solid #1A1A1A;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 225px;
}

@media screen and (max-width: 800px) {
  .commercial__body__box__moreBtn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 480px) {
  .commercial__body__box__moreBtn {
    width: 125px;
    height: 45px;
  }
}

.commercial__body__box__moreBtn span {
  font-size: 2.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 480px) {
  .commercial__body__box__moreBtn span {
    font-size: 1.1rem;
  }
}

.camera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}

.camera__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.camera__body__topLine {
  width: 92%;
  height: 1px;
  background-color: #C7C7C7;
}

.camera__body__title {
  font-size: 3.4rem;
  letter-spacing: 1.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 140px;
  color: #1A1A1A;
}

@media screen and (max-width: 800px) {
  .camera__body__title {
    font-size: 5.2rem;
    margin-top: 200px;
  }
}

@media screen and (max-width: 480px) {
  .camera__body__title {
    font-size: 2.6rem;
    margin-top: 100px;
  }
}

.camera__body__subtitle {
  font-size: 1.6rem;
  letter-spacing: .4rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 23px;
  margin-bottom: 64px;
}

@media screen and (max-width: 800px) {
  .camera__body__subtitle {
    font-size: 2.6rem;
    margin-top: 13px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  .camera__body__subtitle {
    font-size: 1.3rem;
    margin-top: 6px;
    margin-bottom: 40px;
  }
}

.camera__body__box {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.camera__body__box::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 800px) {
  .camera__body__box {
    padding-left: 5%;
  }
}

.camera__body__box__articleBox {
  width: 225px;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}

@media screen and (max-width: 800px) {
  .camera__body__box__articleBox {
    width: 430px;
    margin-right: 31px;
  }
}

@media screen and (max-width: 480px) {
  .camera__body__box__articleBox {
    width: 215px;
    margin-right: 15px;
  }
}

.camera__body__box__articleBox__imgBox {
  width: 100%;
}

.camera__body__box__articleBox__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.camera__body__box__articleBox__imgBox--square {
  position: relative;
  overflow: hidden;
}

.camera__body__box__articleBox__imgBox--square::after {
  display: block;
  content: '';
  padding-top: 100%;
}

.camera__body__box__articleBox__imgBox--square img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.camera__body__box__articleBox__date {
  font-size: 1rem;
  letter-spacing: .14rem;
  margin-top: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #C7C7C7;
}

@media screen and (max-width: 800px) {
  .camera__body__box__articleBox__date {
    font-size: 2rem;
    margin-top: 19px;
  }
}

@media screen and (max-width: 480px) {
  .camera__body__box__articleBox__date {
    font-size: 1rem;
    margin-top: 10px;
  }
}

.camera__body__box__articleBox__subtitle {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .36rem;
  margin-top: 14px;
  color: #1A1A1A;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .camera__body__box__articleBox__subtitle {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .camera__body__box__articleBox__subtitle {
    font-size: 1.25rem;
  }
}

.camera__body__box__articleBox__text {
  margin-top: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: .43rem;
  color: #1A1A1A;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .camera__body__box__articleBox__text {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .camera__body__box__articleBox__text {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__body__topLine {
  width: 92%;
  height: 1px;
  background-color: #C7C7C7;
}

.contact__body__title {
  font-size: 3.4rem;
  letter-spacing: .4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 192px;
  color: #1A1A1A;
}

@media screen and (max-width: 800px) {
  .contact__body__title {
    font-size: 5.2rem;
    margin-top: 200px;
  }
}

@media screen and (max-width: 480px) {
  .contact__body__title {
    font-size: 2.6rem;
    margin-top: 100px;
  }
}

.contact__body__subtitle {
  font-size: 1.6rem;
  letter-spacing: .4rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 36px;
}

@media screen and (max-width: 800px) {
  .contact__body__subtitle {
    margin-top: 15px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 480px) {
  .contact__body__subtitle {
    margin-top: 7px;
    font-size: 1.3rem;
  }
}

.contact__body__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 104px;
  margin-bottom: 224px;
}

@media screen and (max-width: 800px) {
  .contact__body__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 480px) {
  .contact__body__box {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}

.contact__body__box__photograph {
  width: 394px;
  height: 186px;
  border: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 3%;
}

.contact__body__box__photograph:hover {
  background-color: #1A1A1A;
}

.contact__body__box__photograph:hover > .contact__body__box__photograph__mail {
  color: #FFFFFF;
}

.contact__body__box__photograph:hover > .contact__body__box__photograph__title {
  color: #FFFFFF;
}

.contact__body__box__photograph:hover > .contact__body__box__photograph__logo {
  display: none;
}

.contact__body__box__photograph:hover > .contact__body__box__photograph__logo--hover {
  display: inline;
}

@media screen and (max-width: 800px) {
  .contact__body__box__photograph {
    margin-bottom: 25px;
    width: 80vw;
  }
}

@media screen and (max-width: 480px) {
  .contact__body__box__photograph {
    margin-bottom: 12.5px;
  }
}

.contact__body__box__photograph__title {
  font-size: 1.5rem;
  letter-spacing: .44rem;
  color: #1A1A1A;
  margin-bottom: 40px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .contact__body__box__photograph__title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .contact__body__box__photograph__title {
    font-size: 1.2rem;
  }
}

.contact__body__box__photograph__logo {
  width: 200px;
}

.contact__body__box__photograph__logo--hover {
  width: 200px;
  display: none;
}

@media screen and (max-width: 800px) {
  .contact__body__box__photograph__logo {
    width: 35vw;
  }
}

.contact__body__box__photograph__mail {
  font-size: 1.7rem;
  letter-spacing: .29rem;
  line-height: 2;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

@media screen and (max-width: 800px) {
  .contact__body__box__photograph__mail {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 480px) {
  .contact__body__box__photograph__mail {
    font-size: 1.4rem;
  }
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns__body {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns__body__topLine {
  height: 1px;
  width: 100%;
  background-color: #1A1A1A;
}

.sns__body__box {
  margin: 188px 0;
}

.sns__body__box__title {
  font-size: 1.5rem;
  letter-spacing: .28rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .sns__body__box__title {
    font-size: 2.4rem;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .sns__body__box__title {
    font-size: 1.2rem;
  }
}

.sns__body__box__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.sns__body__box__btnBox img {
  width: 32px;
  height: 32px;
  margin: 0 22px;
}

@media screen and (max-width: 800px) {
  .sns__body__box__btnBox img {
    width: 55px;
    height: 55px;
    margin: 0 42px;
  }
}

@media screen and (max-width: 480px) {
  .sns__body__box__btnBox img {
    width: 27.5px;
    height: 27.5px;
    margin: 0 21px;
  }
}

.sns__body__box__btnBox a:hover img {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.grid_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@-webkit-keyframes grid_img_animation {
  0% {
    left: -100%;
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 0;
    z-index: 10;
  }
}

@keyframes grid_img_animation {
  0% {
    left: -100%;
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 0;
    z-index: 10;
  }
}

.sliderWrap {
  position: relative;
  max-width: 100vw;
}

.sliderWrap__before, .sliderWrap__after {
  position: absolute;
  width: 10%;
  height: 100%;
  z-index: 100;
}

.sliderWrap__before {
  top: 0;
  left: 0;
}

@media screen and (max-width: 800px) {
  .sliderWrap__before {
    display: none;
  }
}

.sliderWrap__after {
  top: 0;
  right: 0;
}

@media screen and (max-width: 800px) {
  .sliderWrap__after {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */