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

.archive {
  width: 96%;
  max-width: 1150px;
  margin: 0 auto;
  margin-top: 80px;
}

.archive .archive__title {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: .55rem;
  line-height: 5rem;
  color: #212121;
  text-align: center;
  text-transform: uppercase;
}

.archive .archive__subtitle {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.02rem;
  line-height: 1.5;
  color: #212121;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .archive .archive__subtitle {
    font-size: 1.2rem;
    letter-spacing: 0.02rem;
    line-height: 2.4rem;
  }
}

.archive .archive__list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .archive .archive__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.archive .archive__list::before, .archive .archive__list::after {
  display: block;
  content: '';
  width: 22%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

@media screen and (max-width: 800px) {
  .archive .archive__list::before, .archive .archive__list::after {
    width: 44%;
  }
}

.archive .archive__list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.camera__body__box__articleBox {
  margin-bottom: 48px;
  width: 22%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

@media screen and (max-width: 800px) {
  .camera__body__box__articleBox {
    width: 44%;
  }
}

@media screen and (max-width: 480px) {
  .camera__body__box__articleBox {
    width: 91%;
    margin-left: 0;
    margin-right: 0;
  }
}

.pickup {
  width: 47%;
  margin-bottom: 48px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

@media screen and (max-width: 800px) {
  .pickup {
    width: 44%;
  }
}

@media screen and (max-width: 480px) {
  .pickup {
    width: 91%;
    margin-left: 0;
    margin-right: 0;
  }
}

.pickup .pickup__imgWrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.pickup .pickup__imgWrap::after {
  display: block;
  content: '';
  padding-top: 66.6%;
}

@media screen and (max-width: 800px) {
  .pickup .pickup__imgWrap::after {
    padding-top: 100%;
  }
}

@media screen and (max-width: 480px) {
  .pickup .pickup__imgWrap::after {
    padding-top: 100%;
  }
}

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

.camera__body__box__articleBox__subtitle {
  width: 90%;
}

@media screen and (max-width: 800px) {
  .camera__body__box__articleBox__subtitle {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=archive.css.map */