/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html, body {
  font-family: acumin-pro, a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  position: relative;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-size: 13px;
  line-height: 1.75em; }

body {
  padding-left: 100px; }
  body.resizing * {
    transition: none !important; }

html:not(.wf-active) * {
  color: transparent !important; }

* {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

::selection {
  background: #000;
  color: #FFF; }

::-moz-selection {
  background: #000;
  color: #FFF; }

a {
  color: #000;
  text-decoration: underline; }
  html:not(.touch) a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition-duration: 0s; }

@media (max-width: 1024px) {
  body {
    padding-left: 60px; } }

@media (max-width: 640px) {
  body {
    padding-left: 32px; } }

.footer {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0 0 100px 0;
  margin: 130px 0 0; }

.footer__label {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
  z-index: 0; }

.footer__main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  z-index: 0; }

.footer__links {
  margin-right: 120px; }

.footer__nav__item {
  font-size: 14px;
  line-height: 1.75em; }
  .footer__nav__item a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.75em; }

.footer__sns {
  width: auto;
  height: 20px;
  margin: 24px 0 0; }
  .footer__sns__ig, .footer__sns__fb {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: left; }
  .footer__sns__ig {
    background-image: url(/images/sns_ig_bk.svg); }
  .footer__sns__fb {
    background-image: url(/images/sns_fb_bk.svg);
    margin: 0 0 0 28px; }

.footer__office {
  font-size: 14px;
  line-height: 1.75em; }
  .footer__office a {
    text-decoration: none; }

.footer__small {
  display: block;
  font-size: 14px;
  line-height: 1.75em;
  margin: 24px 0 0; }

.footer__backtop {
  display: block;
  width: 55px;
  height: 44px;
  position: absolute;
  top: 58px;
  right: 60px; }
  .footer__backtop:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 0px; }
  .footer__backtop:after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    border-width: 1px 1px 0 0;
    border-color: #000;
    border-style: solid;
    position: absolute;
    left: 9px;
    top: 16px;
    -ms-transform: translate(0px, 0px) rotate(-45deg);
        transform: translate(0px, 0px) rotate(-45deg); }
  html:not(.touch) .footer__backtop:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*
			&:after{
				animation: backtop-hover 1s $easeOutExpo 0s infinite;
				@keyframes backtop-hover{
					0%  { transform: translate(0px,-7px) rotate(-45deg); }
					100%{ transform: translate(0px,0px) rotate(-45deg); }
				}
			}
			*/ }

@media (max-width: 640px) {
  .footer {
    padding: 0 0 32px 0;
    margin: 60px 0 0; }
  .footer__label {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px; }
  .footer__links {
    margin-right: 38px; }
  .footer__nav {
    height: 68px; }
  .footer__nav__item {
    font-size: 11px;
    line-height: 17px; }
    .footer__nav__item a {
      font-size: 11px;
      line-height: 17px; }
  .footer__sns {
    height: 35px;
    margin: 10px 0 0 -10px; }
    .footer__sns__ig, .footer__sns__fb {
      width: 35px;
      height: 35px;
      background-size: 15px 15px; }
    .footer__sns__fb {
      margin: 0; }
  .footer__office {
    font-size: 11px;
    line-height: 17px; }
    .footer__office span {
      display: block; }
  .footer__small {
    font-size: 11px;
    line-height: 17px;
    margin: 18px 0 0; }
  .footer__backtop {
    width: 28px;
    height: 24px;
    position: absolute;
    top: 46px;
    right: 16px; }
    .footer__backtop:after {
      width: 17px;
      height: 17px;
      left: 5px;
      top: 8px;
      -ms-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg); }
  @keyframes backtop-hover {
    0% {
      transform: translate(0px, -3.5px) rotate(-45deg); }
    100% {
      transform: translate(0px, 0px) rotate(-45deg); } } }

.header {
  position: relative;
  width: 100%;
  height: 196px; }

.header__logo {
  width: 442px;
  height: 59px;
  position: absolute;
  left: 5px;
  top: 115px; }

.header__logo__link, .header__nav__logo__link {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-left: 238px;
  color: #000;
  text-decoration: none; }

.header__logo__mark, .header__nav__logo__mark {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  display: block;
  width: 221px;
  height: 50px;
  background-image: url(/images/logo_bk.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 7px; }

.header__logo__catch, .header__nav__logo__catch {
  display: block;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  position: absolute;
  right: 0px;
  bottom: 0px; }

.header__toggle {
  position: fixed;
  top: 15px;
  right: 45px;
  width: 80px;
  height: 81px;
  z-index: 101; }
  .header__toggle span {
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -35px;
    background-color: #000; }
    .header__toggle span:nth-of-type(1) {
      -ms-transform: translate(0px, -7px);
          transform: translate(0px, -7px); }
    .header__toggle span:nth-of-type(2) {
      -ms-transform: translate(0px, 7px);
          transform: translate(0px, 7px); }

.header__nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  z-index: 100;
  overflow: hidden; }

.header__nav__container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  min-height: 686px;
  padding-left: 100px;
  z-index: 1;
  background-image: url(/images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }

.header__nav__logo {
  position: relative;
  width: 100%;
  height: 196px;
  -ms-flex: 0 0 196px;
      flex: 0 0 196px; }

.header__nav__logo__link {
  width: 442px;
  height: 59px;
  position: absolute;
  left: 5px;
  top: 115px; }

.header__nav__logo__mark {
  background-image: url(/images/logo_wh.svg); }

.header__nav__logo__catch {
  color: #FFF; }

.header__nav__main {
  position: relative;
  -ms-flex: 1 0 230px;
      flex: 1 0 230px; }

.header__nav__main__list {
  width: auto;
  height: 189px;
  position: absolute;
  top: 50%;
  margin-top: -94px; }

.header__nav__main__item a {
  color: #FFF;
  font-size: 36px;
  line-height: 1.75em;
  text-decoration: none; }

.header__nav__side {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 260px;
  -ms-flex: 0 0 260px;
      flex: 0 0 260px;
  padding-top: 40px; }

.header__nav__side__office {
  font-size: 14px;
  line-height: 1.75em;
  color: #FFF; }

.header__nav__side__sns {
  width: auto;
  height: 20px;
  margin: 24px 0 0; }
  .header__nav__side__sns__ig, .header__nav__side__sns__fb {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: left; }
  .header__nav__side__sns__ig {
    background-image: url(/images/sns_ig_wh.svg); }
  .header__nav__side__sns__fb {
    background-image: url(/images/sns_fb_wh.svg);
    margin: 0 0 0 28px; }

.header.open .header__toggle span {
  background-color: #FFF; }
  .header.open .header__toggle span:nth-of-type(1) {
    -ms-transform: translate(0px, 0px) rotate(45deg);
        transform: translate(0px, 0px) rotate(45deg); }
  .header.open .header__toggle span:nth-of-type(2) {
    -ms-transform: translate(0px, 0px) rotate(-45deg);
        transform: translate(0px, 0px) rotate(-45deg); }

@media (max-width: 1024px) {
  .header__nav__container {
    padding-left: 60px; } }

@media (max-width: 640px) {
  .header {
    height: 124px; }
  .header__logo {
    width: 300px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 70px; }
  .header__logo__link, .header__nav__logo__link {
    padding-left: 126px; }
  .header__logo__mark, .header__nav__logo__mark {
    width: 122px;
    height: 28px;
    left: 0px;
    top: 0px; }
  .header__logo__catch, .header__nav__logo__catch {
    font-size: 11px;
    line-height: 17px;
    bottom: -1px;
    right: auto;
    left: 138px; }
  .header__toggle {
    top: 6px;
    right: 16px;
    width: 44px;
    height: 44px; }
    .header__toggle span {
      width: 44px;
      height: 2px;
      left: 50%;
      top: 50%;
      margin: -1px 0 0 -22px;
      background-color: #000; }
      .header__toggle span:nth-of-type(1) {
        -ms-transform: translate(0px, -4px);
            transform: translate(0px, -4px); }
      .header__toggle span:nth-of-type(2) {
        -ms-transform: translate(0px, 5px);
            transform: translate(0px, 5px); }
  .header__nav__container {
    padding-left: 32px;
    min-height: 0px; }
  .header__nav__logo {
    height: 124px;
    -ms-flex: 0 0 124px;
        flex: 0 0 124px; }
  .header__nav__logo__link {
    width: 300px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 70px; }
  .header__nav__main {
    -ms-flex: 1 1 230px;
        flex: 1 1 230px; }
  .header__nav__main__list {
    height: 132px;
    top: 50%;
    margin-top: -66px; }
  .header__nav__main__item a {
    font-size: 22px;
    line-height: 44px; }
  .header__nav__side {
    height: 135px;
    -ms-flex: 0 0 135px;
        flex: 0 0 135px;
    padding-top: 7px; }
  .header__nav__side__office {
    font-size: 11px;
    line-height: 17px; }
    .header__nav__side__office a {
      color: #FFF;
      text-decoration: none; }
  .header__nav__side__sns {
    height: 35px;
    margin: 10px 0 0 -10px; }
    .header__nav__side__sns__ig, .header__nav__side__sns__fb {
      width: 35px;
      height: 35px;
      background-size: 15px 15px; }
    .header__nav__side__sns__fb {
      margin: 0; } }

@media (max-width: 374px) {
  .header__logo__catch br, .header__nav__logo__catch br {
    display: none; }
  .header__logo__catch span, .header__nav__logo__catch span {
    display: block; } }

/* filter */
.index__filter {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 10px 0 0; }

.index__filter__pulldown {
  position: relative;
  width: 166px;
  height: 60px; }

.index__filter__current {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 44px;
  text-align: center; }

.index__filter__current__label {
  width: 100%;
  height: 44px;
  line-height: 44px;
  cursor: pointer; }
  .index__filter__current__label span {
    display: inline-block;
    position: relative; }
    .index__filter__current__label span:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-width: 0 1px 1px 0;
      border-color: #000;
      border-style: solid;
      position: absolute;
      top: 50%;
      left: -24px;
      margin: -5px 0 0;
      -ms-transform: translate(0px, 0px) rotate(45deg);
          transform: translate(0px, 0px) rotate(45deg); }
  html:not(.touch) .index__filter__current__label:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition-duration: 0s; }

.index__filter__body {
  position: relative;
  width: 100%;
  height: 0px;
  overflow: hidden; }

.index__filter__list {
  display: none;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background-color: #e5e5e5;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1; }

.index__filter__list__item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  color: #FFF;
  background-color: #e5e5e5;
  cursor: pointer; }
  .index__filter__list__item.current {
    transition-duration: 0s;
    color: #000; }
  html:not(.touch) .index__filter__list__item:hover {
    color: #000;
    transition-duration: 0s; }

.index__filter__pulldown.open .index__filter__list {
  display: block; }

body.pulldownOpen * {
  pointer-events: none; }

body.pulldownOpen .index__filter__pulldown.open .index__filter__list__item {
  pointer-events: auto !important; }

@media (max-width: 1024px) {
  .index__filter__pulldown {
    width: 144px; }
  .index__filter__current__label span:before {
    left: -20px; } }

@media (max-width: 640px) {
  .index__filter {
    width: 100%;
    height: 44px;
    margin: 0 0 0;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .index__filter__pulldown {
    position: relative;
    width: 138px;
    height: 44px; }
  .index__filter__current {
    height: 100%;
    padding-top: 0px;
    font-size: 16px;
    text-align: left; }
  .index__filter__current__label {
    width: 100%;
    height: 44px;
    line-height: 44px;
    cursor: pointer; }
    .index__filter__current__label span {
      display: block;
      padding-left: 24px; }
      .index__filter__current__label span:before {
        left: 2px;
        margin-top: -6px; }
  .index__filter__list {
    width: calc(100% - 10px);
    padding: 0 0 10px; }
  .index__filter__list__item {
    padding-left: 24px;
    font-size: 16px;
    text-align: left; } }

/* /filter */
/* main */
.index__main {
  border-top: 1px solid #e5e5e5; }

/* /main */
/* article */
.index__article {
  margin-top: -1px;
  border-top: 1px solid #e5e5e5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .index__article *:not(p):not(h2) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .appear .index__article {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .appear .index__article:nth-child(1) {
      transition-delay: 0.1s; }
    .appear .index__article[data-num="1"] {
      transition-delay: 0.1s !important; }
    .appear .index__article:nth-child(2) {
      transition-delay: 0.2s; }
    .appear .index__article[data-num="2"] {
      transition-delay: 0.2s !important; }
    .appear .index__article:nth-child(3) {
      transition-delay: 0.3s; }
    .appear .index__article[data-num="3"] {
      transition-delay: 0.3s !important; }
    .appear .index__article:nth-child(4) {
      transition-delay: 0.4s; }
    .appear .index__article[data-num="4"] {
      transition-delay: 0.4s !important; }
    .appear .index__article:nth-child(5) {
      transition-delay: 0.5s; }
    .appear .index__article[data-num="5"] {
      transition-delay: 0.5s !important; }
    .appear .index__article:nth-child(6) {
      transition-delay: 0.6s; }
    .appear .index__article[data-num="6"] {
      transition-delay: 0.6s !important; }
    .appear .index__article:nth-child(7) {
      transition-delay: 0.7s; }
    .appear .index__article[data-num="7"] {
      transition-delay: 0.7s !important; }
    .appear .index__article:nth-child(8) {
      transition-delay: 0.8s; }
    .appear .index__article[data-num="8"] {
      transition-delay: 0.8s !important; }
    .appear .index__article:nth-child(9) {
      transition-delay: 0.9s; }
    .appear .index__article[data-num="9"] {
      transition-delay: 0.9s !important; }
    .appear .index__article:nth-child(10) {
      transition-delay: 1s; }
    .appear .index__article[data-num="10"] {
      transition-delay: 1s !important; }
    .appear .index__article:nth-child(11) {
      transition-delay: 1.1s; }
    .appear .index__article[data-num="11"] {
      transition-delay: 1.1s !important; }
    .appear .index__article:nth-child(12) {
      transition-delay: 1.2s; }
    .appear .index__article[data-num="12"] {
      transition-delay: 1.2s !important; }
    .appear .index__article:nth-child(13) {
      transition-delay: 1.3s; }
    .appear .index__article[data-num="13"] {
      transition-delay: 1.3s !important; }
    .appear .index__article:nth-child(14) {
      transition-delay: 1.4s; }
    .appear .index__article[data-num="14"] {
      transition-delay: 1.4s !important; }
    .appear .index__article:nth-child(15) {
      transition-delay: 1.5s; }
    .appear .index__article[data-num="15"] {
      transition-delay: 1.5s !important; }
    .appear .index__article:nth-child(16) {
      transition-delay: 1.6s; }
    .appear .index__article[data-num="16"] {
      transition-delay: 1.6s !important; }
    .appear .index__article:nth-child(17) {
      transition-delay: 1.7s; }
    .appear .index__article[data-num="17"] {
      transition-delay: 1.7s !important; }
    .appear .index__article:nth-child(18) {
      transition-delay: 1.8s; }
    .appear .index__article[data-num="18"] {
      transition-delay: 1.8s !important; }
    .appear .index__article:nth-child(19) {
      transition-delay: 1.9s; }
    .appear .index__article[data-num="19"] {
      transition-delay: 1.9s !important; }
    .appear .index__article:nth-child(20) {
      transition-delay: 2s; }
    .appear .index__article[data-num="20"] {
      transition-delay: 2s !important; }
    .appear .index__article:nth-child(21) {
      transition-delay: 2.1s; }
    .appear .index__article[data-num="21"] {
      transition-delay: 2.1s !important; }
    .appear .index__article:nth-child(22) {
      transition-delay: 2.2s; }
    .appear .index__article[data-num="22"] {
      transition-delay: 2.2s !important; }
    .appear .index__article:nth-child(23) {
      transition-delay: 2.3s; }
    .appear .index__article[data-num="23"] {
      transition-delay: 2.3s !important; }
    .appear .index__article:nth-child(24) {
      transition-delay: 2.4s; }
    .appear .index__article[data-num="24"] {
      transition-delay: 2.4s !important; }
    .appear .index__article:nth-child(25) {
      transition-delay: 2.5s; }
    .appear .index__article[data-num="25"] {
      transition-delay: 2.5s !important; }
    .appear .index__article:nth-child(26) {
      transition-delay: 2.6s; }
    .appear .index__article[data-num="26"] {
      transition-delay: 2.6s !important; }
    .appear .index__article:nth-child(27) {
      transition-delay: 2.7s; }
    .appear .index__article[data-num="27"] {
      transition-delay: 2.7s !important; }
    .appear .index__article:nth-child(28) {
      transition-delay: 2.8s; }
    .appear .index__article[data-num="28"] {
      transition-delay: 2.8s !important; }
    .appear .index__article:nth-child(29) {
      transition-delay: 2.9s; }
    .appear .index__article[data-num="29"] {
      transition-delay: 2.9s !important; }
    .appear .index__article:nth-child(30) {
      transition-delay: 3s; }
    .appear .index__article[data-num="30"] {
      transition-delay: 3s !important; }
    .appear .index__article:nth-child(31) {
      transition-delay: 3.1s; }
    .appear .index__article[data-num="31"] {
      transition-delay: 3.1s !important; }
    .appear .index__article:nth-child(32) {
      transition-delay: 3.2s; }
    .appear .index__article[data-num="32"] {
      transition-delay: 3.2s !important; }
    .appear .index__article:nth-child(33) {
      transition-delay: 3.3s; }
    .appear .index__article[data-num="33"] {
      transition-delay: 3.3s !important; }
    .appear .index__article:nth-child(34) {
      transition-delay: 3.4s; }
    .appear .index__article[data-num="34"] {
      transition-delay: 3.4s !important; }
    .appear .index__article:nth-child(35) {
      transition-delay: 3.5s; }
    .appear .index__article[data-num="35"] {
      transition-delay: 3.5s !important; }
    .appear .index__article:nth-child(36) {
      transition-delay: 3.6s; }
    .appear .index__article[data-num="36"] {
      transition-delay: 3.6s !important; }
    .appear .index__article:nth-child(37) {
      transition-delay: 3.7s; }
    .appear .index__article[data-num="37"] {
      transition-delay: 3.7s !important; }
    .appear .index__article:nth-child(38) {
      transition-delay: 3.8s; }
    .appear .index__article[data-num="38"] {
      transition-delay: 3.8s !important; }
    .appear .index__article:nth-child(39) {
      transition-delay: 3.9s; }
    .appear .index__article[data-num="39"] {
      transition-delay: 3.9s !important; }
    .appear .index__article:nth-child(40) {
      transition-delay: 4s; }
    .appear .index__article[data-num="40"] {
      transition-delay: 4s !important; }
    .appear .index__article:nth-child(41) {
      transition-delay: 4.1s; }
    .appear .index__article[data-num="41"] {
      transition-delay: 4.1s !important; }
    .appear .index__article:nth-child(42) {
      transition-delay: 4.2s; }
    .appear .index__article[data-num="42"] {
      transition-delay: 4.2s !important; }
    .appear .index__article:nth-child(43) {
      transition-delay: 4.3s; }
    .appear .index__article[data-num="43"] {
      transition-delay: 4.3s !important; }
    .appear .index__article:nth-child(44) {
      transition-delay: 4.4s; }
    .appear .index__article[data-num="44"] {
      transition-delay: 4.4s !important; }
    .appear .index__article:nth-child(45) {
      transition-delay: 4.5s; }
    .appear .index__article[data-num="45"] {
      transition-delay: 4.5s !important; }
    .appear .index__article:nth-child(46) {
      transition-delay: 4.6s; }
    .appear .index__article[data-num="46"] {
      transition-delay: 4.6s !important; }
    .appear .index__article:nth-child(47) {
      transition-delay: 4.7s; }
    .appear .index__article[data-num="47"] {
      transition-delay: 4.7s !important; }
    .appear .index__article:nth-child(48) {
      transition-delay: 4.8s; }
    .appear .index__article[data-num="48"] {
      transition-delay: 4.8s !important; }
    .appear .index__article:nth-child(49) {
      transition-delay: 4.9s; }
    .appear .index__article[data-num="49"] {
      transition-delay: 4.9s !important; }
    .appear .index__article:nth-child(50) {
      transition-delay: 5s; }
    .appear .index__article[data-num="50"] {
      transition-delay: 5s !important; }
    .appear .index__article:nth-child(51) {
      transition-delay: 5.1s; }
    .appear .index__article[data-num="51"] {
      transition-delay: 5.1s !important; }
    .appear .index__article:nth-child(52) {
      transition-delay: 5.2s; }
    .appear .index__article[data-num="52"] {
      transition-delay: 5.2s !important; }
    .appear .index__article:nth-child(53) {
      transition-delay: 5.3s; }
    .appear .index__article[data-num="53"] {
      transition-delay: 5.3s !important; }
    .appear .index__article:nth-child(54) {
      transition-delay: 5.4s; }
    .appear .index__article[data-num="54"] {
      transition-delay: 5.4s !important; }
    .appear .index__article:nth-child(55) {
      transition-delay: 5.5s; }
    .appear .index__article[data-num="55"] {
      transition-delay: 5.5s !important; }
    .appear .index__article:nth-child(56) {
      transition-delay: 5.6s; }
    .appear .index__article[data-num="56"] {
      transition-delay: 5.6s !important; }
    .appear .index__article:nth-child(57) {
      transition-delay: 5.7s; }
    .appear .index__article[data-num="57"] {
      transition-delay: 5.7s !important; }
    .appear .index__article:nth-child(58) {
      transition-delay: 5.8s; }
    .appear .index__article[data-num="58"] {
      transition-delay: 5.8s !important; }
    .appear .index__article:nth-child(59) {
      transition-delay: 5.9s; }
    .appear .index__article[data-num="59"] {
      transition-delay: 5.9s !important; }
    .appear .index__article:nth-child(60) {
      transition-delay: 6s; }
    .appear .index__article[data-num="60"] {
      transition-delay: 6s !important; }
    .appear .index__article:nth-child(61) {
      transition-delay: 6.1s; }
    .appear .index__article[data-num="61"] {
      transition-delay: 6.1s !important; }
    .appear .index__article:nth-child(62) {
      transition-delay: 6.2s; }
    .appear .index__article[data-num="62"] {
      transition-delay: 6.2s !important; }
    .appear .index__article:nth-child(63) {
      transition-delay: 6.3s; }
    .appear .index__article[data-num="63"] {
      transition-delay: 6.3s !important; }
    .appear .index__article:nth-child(64) {
      transition-delay: 6.4s; }
    .appear .index__article[data-num="64"] {
      transition-delay: 6.4s !important; }
    .appear .index__article:nth-child(65) {
      transition-delay: 6.5s; }
    .appear .index__article[data-num="65"] {
      transition-delay: 6.5s !important; }
    .appear .index__article:nth-child(66) {
      transition-delay: 6.6s; }
    .appear .index__article[data-num="66"] {
      transition-delay: 6.6s !important; }
    .appear .index__article:nth-child(67) {
      transition-delay: 6.7s; }
    .appear .index__article[data-num="67"] {
      transition-delay: 6.7s !important; }
    .appear .index__article:nth-child(68) {
      transition-delay: 6.8s; }
    .appear .index__article[data-num="68"] {
      transition-delay: 6.8s !important; }
    .appear .index__article:nth-child(69) {
      transition-delay: 6.9s; }
    .appear .index__article[data-num="69"] {
      transition-delay: 6.9s !important; }
    .appear .index__article:nth-child(70) {
      transition-delay: 7s; }
    .appear .index__article[data-num="70"] {
      transition-delay: 7s !important; }
    .appear .index__article:nth-child(71) {
      transition-delay: 7.1s; }
    .appear .index__article[data-num="71"] {
      transition-delay: 7.1s !important; }
    .appear .index__article:nth-child(72) {
      transition-delay: 7.2s; }
    .appear .index__article[data-num="72"] {
      transition-delay: 7.2s !important; }
    .appear .index__article:nth-child(73) {
      transition-delay: 7.3s; }
    .appear .index__article[data-num="73"] {
      transition-delay: 7.3s !important; }
    .appear .index__article:nth-child(74) {
      transition-delay: 7.4s; }
    .appear .index__article[data-num="74"] {
      transition-delay: 7.4s !important; }
    .appear .index__article:nth-child(75) {
      transition-delay: 7.5s; }
    .appear .index__article[data-num="75"] {
      transition-delay: 7.5s !important; }
    .appear .index__article:nth-child(76) {
      transition-delay: 7.6s; }
    .appear .index__article[data-num="76"] {
      transition-delay: 7.6s !important; }
    .appear .index__article:nth-child(77) {
      transition-delay: 7.7s; }
    .appear .index__article[data-num="77"] {
      transition-delay: 7.7s !important; }
    .appear .index__article:nth-child(78) {
      transition-delay: 7.8s; }
    .appear .index__article[data-num="78"] {
      transition-delay: 7.8s !important; }
    .appear .index__article:nth-child(79) {
      transition-delay: 7.9s; }
    .appear .index__article[data-num="79"] {
      transition-delay: 7.9s !important; }
    .appear .index__article:nth-child(80) {
      transition-delay: 8s; }
    .appear .index__article[data-num="80"] {
      transition-delay: 8s !important; }
    .appear .index__article:nth-child(81) {
      transition-delay: 8.1s; }
    .appear .index__article[data-num="81"] {
      transition-delay: 8.1s !important; }
    .appear .index__article:nth-child(82) {
      transition-delay: 8.2s; }
    .appear .index__article[data-num="82"] {
      transition-delay: 8.2s !important; }
    .appear .index__article:nth-child(83) {
      transition-delay: 8.3s; }
    .appear .index__article[data-num="83"] {
      transition-delay: 8.3s !important; }
    .appear .index__article:nth-child(84) {
      transition-delay: 8.4s; }
    .appear .index__article[data-num="84"] {
      transition-delay: 8.4s !important; }
    .appear .index__article:nth-child(85) {
      transition-delay: 8.5s; }
    .appear .index__article[data-num="85"] {
      transition-delay: 8.5s !important; }
    .appear .index__article:nth-child(86) {
      transition-delay: 8.6s; }
    .appear .index__article[data-num="86"] {
      transition-delay: 8.6s !important; }
    .appear .index__article:nth-child(87) {
      transition-delay: 8.7s; }
    .appear .index__article[data-num="87"] {
      transition-delay: 8.7s !important; }
    .appear .index__article:nth-child(88) {
      transition-delay: 8.8s; }
    .appear .index__article[data-num="88"] {
      transition-delay: 8.8s !important; }
    .appear .index__article:nth-child(89) {
      transition-delay: 8.9s; }
    .appear .index__article[data-num="89"] {
      transition-delay: 8.9s !important; }
    .appear .index__article:nth-child(90) {
      transition-delay: 9s; }
    .appear .index__article[data-num="90"] {
      transition-delay: 9s !important; }
    .appear .index__article:nth-child(91) {
      transition-delay: 9.1s; }
    .appear .index__article[data-num="91"] {
      transition-delay: 9.1s !important; }
    .appear .index__article:nth-child(92) {
      transition-delay: 9.2s; }
    .appear .index__article[data-num="92"] {
      transition-delay: 9.2s !important; }
    .appear .index__article:nth-child(93) {
      transition-delay: 9.3s; }
    .appear .index__article[data-num="93"] {
      transition-delay: 9.3s !important; }
    .appear .index__article:nth-child(94) {
      transition-delay: 9.4s; }
    .appear .index__article[data-num="94"] {
      transition-delay: 9.4s !important; }
    .appear .index__article:nth-child(95) {
      transition-delay: 9.5s; }
    .appear .index__article[data-num="95"] {
      transition-delay: 9.5s !important; }
    .appear .index__article:nth-child(96) {
      transition-delay: 9.6s; }
    .appear .index__article[data-num="96"] {
      transition-delay: 9.6s !important; }
    .appear .index__article:nth-child(97) {
      transition-delay: 9.7s; }
    .appear .index__article[data-num="97"] {
      transition-delay: 9.7s !important; }
    .appear .index__article:nth-child(98) {
      transition-delay: 9.8s; }
    .appear .index__article[data-num="98"] {
      transition-delay: 9.8s !important; }
    .appear .index__article:nth-child(99) {
      transition-delay: 9.9s; }
    .appear .index__article[data-num="99"] {
      transition-delay: 9.9s !important; }
    .appear .index__article:nth-child(100) {
      transition-delay: 10s; }
    .appear .index__article[data-num="100"] {
      transition-delay: 10s !important; }

/* header */
.index__article__header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 118px;
  padding: 20px 0 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  cursor: pointer; }

.index__article__header__arrow {
  display: block;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  position: absolute;
  left: -46px;
  top: 21px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .index__article__header__arrow:before {
    content: "";
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    position: absolute;
    top: 9px;
    left: 9px;
    -ms-transform: translate(0px, -2px) rotate(135deg);
        transform: translate(0px, -2px) rotate(135deg);
    transition: transform 0s linear .1s; }
  .index__article.open .index__article__header__arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .index__article.open .index__article__header__arrow:before {
      -ms-transform: translate(0px, 2px) rotate(-45deg);
          transform: translate(0px, 2px) rotate(-45deg);
      transition: transform 0s linear 0s; }
  .index__article.open.loading .index__article__header__arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    animation: spin 0.3s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
    .index__article.open.loading .index__article__header__arrow:before {
      display: none; }
    .index__article.open.loading .index__article__header__arrow:after {
      content: "";
      display: block;
      width: 16px;
      height: 10px;
      background-color: #FFF;
      position: absolute;
      left: 50%;
      bottom: 0px;
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%); }

.index__article__header__title {
  position: relative;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 1.25em;
  -ms-flex: 1 1 686px;
      flex: 1 1 686px;
  padding: 0 50px 0 8px; }

.index__article__header__description {
  font-size: 14px;
  line-height: 1.75em;
  -ms-flex: 1 1 322px;
      flex: 1 1 322px; }

.index__article__header__category {
  display: block;
  -ms-flex: 0 0 166px;
      flex: 0 0 166px; }
  .index__article__header__category p {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 104px;
    height: 30px;
    border: 1px solid #bfbfbf;
    border-radius: 15px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-top: 4px; }

.index__article__header__year {
  display: block;
  -ms-flex: 0 0 166px;
      flex: 0 0 166px;
  font-size: 24px;
  line-height: 30px;
  text-align: center; }

html:not(.touch) .index__article__header:hover .index__article__header__arrow {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition-duration: 0s; }

html:not(.touch) .index__article__header:hover .index__article__header__title,
html:not(.touch) .index__article__header:hover .index__article__header__description,
html:not(.touch) .index__article__header:hover .index__article__header__category,
html:not(.touch) .index__article__header:hover .index__article__header__year {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  transition-duration: 0s; }

.index__article__header.hover .index__article__header__arrow {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* body */
.index__article__body {
  position: relative;
  width: auto;
  height: 0px;
  padding: 0 0 0 100px;
  margin: 0 0 0 -100px;
  overflow: hidden;
  transition: height 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
  .index__article.open .index__article__body {
    transition: height 1s cubic-bezier(0.19, 1, 0.22, 1); }

.index__article__container {
  padding-bottom: 120px; }
  .index__article:last-child .index__article__container {
    padding-bottom: 0px; }

/* gallery */
.index__article__gallery {
  position: relative;
  width: 100%;
  height: auto; }

.index__article__gallery__viewport {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 480px;
  padding-left: 100px;
  margin-left: -100px;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  white-space: nowrap; }

.index__article__gallery__slide {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #f7f7f7;
  height: 100%;
  /*
		&:before{
			content: "";
			display: block;
			width: 80px;
			height: 80px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin: -40px 0 0 -40px;
			background-image: url(/images/loading_bk.png);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			animation: spin 0.3s linear infinite;
			z-index: 1;
			opacity: 1;
			visibility: visible;
			pointer-events: none;
			@keyframes spin {
				0% {transform: rotate(0deg);}
				100% {transform: rotate(360deg);}
			}
		}
		&.loaded:before{
			transition: opacity .1s linear 0s, visibility 0s linear .1s;
			opacity: 0;
			visibility: hidden;
		}
		*/ }
  .index__article__gallery__slide img {
    display: block;
    height: 100%;
    width: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .1s linear 0s;
    position: relative;
    z-index: 0; }
  .index__article__gallery__slide:after, .index__article__gallery__slide:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -ms-transform-origin: right center;
        transform-origin: right center; }
  .index__article__gallery__slide:after {
    z-index: 11;
    background-color: #FFF;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .index__article__gallery__slide:before {
    z-index: 10;
    background-color: #f7f7f7;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1s; }
  .index__article__gallery__slide.loaded:after, .index__article__gallery__slide.loaded:before {
    -ms-transform: scale(0, 1);
        transform: scale(0, 1); }
  .index__article__gallery__slide.loaded img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .index__article__gallery__slide.done:before, .index__article__gallery__slide.done:after {
    display: none; }
  .index__article__gallery__slide.lastslide:before {
    display: none; }
  .index__article__gallery__slide.lastslide img {
    pointer-events: none;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.index__article__gallery__link {
  display: block;
  width: calc(100% - 120px);
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .index__article__gallery__link__label {
    font-size: 24px;
    line-height: 1.75em;
    margin: 0 0 4px 0; }
  .index__article__gallery__link__url {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.75em;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.index__article__gallery__nav {
  position: relative;
  width: 65px;
  height: 33px;
  margin: 20px 0 0; }

.index__article__gallery__nav__prev,
.index__article__gallery__nav__next {
  display: block;
  width: 33px;
  height: 33px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  position: absolute;
  top: 0px; }
  .index__article__gallery__nav__prev:before,
  .index__article__gallery__nav__next:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-color: #000;
    border-style: solid;
    position: absolute;
    top: 10px; }
  .index__article__gallery__nav__prev.disabled,
  .index__article__gallery__nav__next.disabled {
    cursor: default;
    pointer-events: none; }
    .index__article__gallery__nav__prev.disabled:before,
    .index__article__gallery__nav__next.disabled:before {
      opacity: 0.1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

.index__article__gallery__nav__prev {
  left: 0px; }
  .index__article__gallery__nav__prev:before {
    border-width: 1px 0 0 1px;
    left: 13px;
    -ms-transform: translate(0px, 0px) rotate(-45deg);
        transform: translate(0px, 0px) rotate(-45deg); }
  html:not(.touch) .index__article__gallery__nav__prev:hover:before {
    animation: galleryPrevArrow-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

@keyframes galleryPrevArrow-hover {
  0% {
    transform: translate(-4px, 0px) rotate(-45deg); }
  100% {
    transform: translate(0px, 0px) rotate(-45deg); } }

.index__article__gallery__nav__next {
  right: 0px; }
  .index__article__gallery__nav__next:before {
    border-width: 1px 1px 0 0;
    right: 12px;
    -ms-transform: translate(0px, 0px) rotate(45deg);
        transform: translate(0px, 0px) rotate(45deg); }
  html:not(.touch) .index__article__gallery__nav__next:hover:before {
    animation: galleryNextArrow-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

@keyframes galleryNextArrow-hover {
  0% {
    transform: translate(4px, 0px) rotate(45deg); }
  100% {
    transform: translate(0px, 0px) rotate(45deg); } }

.index__article__text {
  position: relative;
  max-width: 1056px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 26px 0 0; }

.index__article__text__column {
  position: relative;
  width: calc(50% - 46px);
  height: auto;
  margin-right: 46px;
  font-size: 13px; }
  .index__article__text__column.ja {
    font-family: acumin-pro, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 2.153846154em; }

@media (max-width: 1024px) {
  .index__article__body {
    padding: 0 0 0 60px;
    margin: 0 0 0 -60px; }
  .index__article__header__category,
  .index__article__header__year {
    -ms-flex: 0 0 144px;
        flex: 0 0 144px; } }

@media (max-width: 767px) {
  .index__article__header {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 20px 0 24px; }
  .index__article__header__title {
    padding: 0 40px 0 0;
    width: 100%;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin: 0 0 16px 0; }
  .index__article__header__description {
    width: calc(100% - 288px);
    -ms-flex: 1 1 calc(100% - 288px);
        flex: 1 1 calc(100% - 288px); } }

@media (max-width: 640px) {
  .index__article__header {
    padding: 10px 0 20px; }
  .index__article__header__title {
    font-size: 22px;
    line-height: 1.25em;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding: 0 32px 0 0px;
    margin: 0 0 8px 0;
    -ms-flex-order: 1;
        order: 1; }
  .index__article__header__description {
    font-size: 11px;
    line-height: 17px;
    width: calc(100% - 50px);
    -ms-flex: 0 1 calc(100% - 50px);
        flex: 0 1 calc(100% - 50px);
    -ms-flex-order: 2;
        order: 2; }
  .index__article__header__category {
    width: 100%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    margin: 12px 0 0;
    -ms-flex-order: 4;
        order: 4; }
    .index__article__header__category p {
      width: 78px;
      height: 22px;
      border-radius: 11px;
      margin: 0 auto 0 0;
      font-size: 11px;
      line-height: 20px;
      margin-top: 0; }
  .index__article__header__year {
    width: 50px;
    -ms-flex: 0 1 50px;
        flex: 0 1 50px;
    font-size: 16px;
    text-align: left;
    -ms-flex-order: 3;
        order: 3; }
    .index__article__header__year p {
      line-height: 0px;
      position: relative;
      top: 9px; }
  .index__article__header__arrow {
    width: 18px;
    height: 18px;
    left: -25px;
    top: 17px; }
    .index__article__header__arrow:before {
      width: 5px;
      height: 5px;
      top: 6px;
      left: 5px;
      -ms-transform: translate(0px, -2px) rotate(135deg);
          transform: translate(0px, -2px) rotate(135deg); }
    .index__article.open .index__article__header__arrow:before {
      -ms-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg); }
    .index__article.open.loading .index__article__header__arrow:before {
      display: none; }
    .index__article.open.loading .index__article__header__arrow:after {
      width: 8px;
      height: 5px; }
  .index__article__body {
    padding-left: 0px;
    margin-left: 0px; }
  .index__article__container {
    padding-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
  .index__article__gallery {
    -ms-flex-order: 1;
        order: 1;
    margin: 0 0 24px; }
  .index__article__gallery__viewport {
    width: calc(100% - 32px);
    padding-left: 0px;
    margin-left: 0px;
    min-height: 0px;
    height: auto !important; }
  .index__article__gallery__slide {
    display: block;
    margin: 0 0 5px 0;
    -ms-transform: none !important;
        transform: none !important; }
    .index__article__gallery__slide img {
      width: 100%;
      height: auto; }
    .index__article__gallery__slide:not(.done) > img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px; }
    .index__article__gallery__slide.lastslide {
      width: 100%;
      height: 115px;
      padding: 0px; }
  .index__article__gallery__link {
    width: calc(100% - 40px); }
    .index__article__gallery__link__label {
      font-size: 18px;
      line-height: 24px;
      margin: 0; }
    .index__article__gallery__link__url {
      font-size: 11px;
      line-height: 17px; }
  .index__article__gallery__nav {
    display: none; }
  .index__article__text {
    -ms-flex-order: 2;
        order: 2;
    display: block;
    margin: 0; }
  .index__article__text__column {
    width: calc(100% - 32px);
    margin: 0 0 20px 0; }
    .index__article__text__column.en {
      margin: 0; } }

/* /article */
.page__title {
  font-size: 24px;
  line-height: 1.75em;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 32px; }

.page__portrait {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 0 50px; }
  .page__portrait img {
    display: block;
    max-width: 100%;
    height: auto; }

.page__map {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 0 50px;
  background-color: #f7f7f7; }

.page__map__embed {
  width: 100%;
  height: 0px;
  padding-top: 100%;
  position: relative; }
  .page__map__embed #embedmap {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }

.page__section {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  max-width: 1056px;
  width: 100%;
  margin-bottom: 70px; }
  .page__section a[href^="tel"] {
    text-decoration: none; }

.page__section__column {
  position: relative;
  width: calc(50% - 46px);
  height: auto;
  margin-right: 46px; }
  .page__section__column.ja {
    font-family: acumin-pro, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em; }
  .page__section__column.en {
    font-family: acumin-pro, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0em; }

.page__section__column__label {
  font-size: 18px;
  line-height: 1.75em;
  margin-bottom: 16px; }
  .page__section__column.major .page__section__column__label {
    font-size: 24px; }

.page__section__column__body > * {
  margin-top: 1.75em; }
  .page__section__column__body > *:first-child {
    margin-top: 0px; }

.page__section__column__body > h4 + ul {
  margin-top: 0px; }

.page__section__column__body ul li {
  position: relative;
  padding-left: 11px; }
  .page__section__column__body ul li:before {
    content: "-";
    position: absolute;
    left: 0px; }

.page__section__column.ja .page__section__column__body {
  line-height: 2.153846154em; }
  .page__section__column.ja .page__section__column__body > * {
    margin-top: 2.153846154em; }
    .page__section__column.ja .page__section__column__body > *:first-child {
      margin-top: 0px; }
  .page__section__column.ja .page__section__column__body > h4 + ul {
    margin-top: 0px; }

@media (max-width: 640px) {
  .page__portrait,
  .page__map {
    width: calc(100% - 32px);
    margin: 0 0 30px; }
  .page__section {
    display: block;
    width: calc(100% - 32px);
    margin-bottom: 48px; }
  .page__section__column {
    width: 100%;
    margin: 0 0 20px; }
  .page__section__column__label {
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 8px; }
    .page__section__column.major .page__section__column__label {
      font-size: 22px; }
  .page__section__column__body > * {
    margin-top: 1.75em; }
    .page__section__column__body > *:first-child {
      margin-top: 0px; }
  .page__section__column__body > h4 + ul {
    margin-top: 0px; }
  .page__section__column__body ul li {
    position: relative;
    padding-left: 11px; }
    .page__section__column__body ul li:before {
      content: "-";
      position: absolute;
      left: 0px; }
  .page__section__column.ja .page__section__column__body {
    line-height: 2.153846154em; }
    .page__section__column.ja .page__section__column__body > * {
      margin-top: 2.153846154em; }
      .page__section__column.ja .page__section__column__body > *:first-child {
        margin-top: 0px; }
    .page__section__column.ja .page__section__column__body > h4 + ul {
      margin-top: 0px; } }
