a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
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:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "icomoon";
  src: url("/fibona/assets/fonts/icomoon.eot?kb5scb");
  src: url("/fibona/assets/fonts/icomoon.eot?kb5scb#iefix")
      format("embedded-opentype"),
    url("/fibona/assets/fonts/icomoon.ttf?kb5scb") format("truetype"),
    url("/fibona/assets/fonts/icomoon.woff?kb5scb") format("woff"),
    url("/fibona/assets/fonts/icomoon.svg?kb5scb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}
@media (min-width: 813px) {
  .sp_only {
    display: none !important;
  }
  body,
  html {
    width: 100%;
    height: 100%;
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  body .lang_en,
  html .lang_en {
    font-family: "Poppins", itc-avant-garde-gothic-pro, heisei-kaku-gothic-std,
      sans-serif;
  }
  html {
    visibility: hidden !important;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  html.loading-delay,
  html.wf-active {
    opacity: 1;
    visibility: visible !important;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .wrapper {
    width: 100%;
    overflow: hidden;
  }
  .img img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
  }
  [data-scroll] {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: none;
    transition: none;
    visibility: visible !important;
    opacity: 0;
  }
  [data-scroll="show"] {
    -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1;
  }
  [data-scroll-up] {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    visibility: visible !important;
    opacity: 0;
  }
  [data-scroll-up="show"] {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1;
  }
  [data-fade] {
    opacity: 0;
    visibility: visible !important;
    -webkit-transition: opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715),
      -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715),
      -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715),
      -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale(1.03) translate3d(0, 5px, 0);
    transform: scale(1.03) translate3d(0, 5px, 0);
  }
  [data-fade="show"] {
    opacity: 1;
    visibility: visible !important;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    padding: 0 70px;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header > * {
    position: relative;
    z-index: 2;
  }
  #header .bg {
    z-index: 1;
  }
  #header .header_logo {
    width: 130px;
    height: 35px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header .header_logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/fibona/assets/img/common/header_logo.png) no-repeat center
      center;
    background-size: contain;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header .header_logo a:hover {
    opacity: 0.4;
  }
  .top #header .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
  }
  .under #header .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
  }
  #header_nav .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header_nav .nav_list > li {
    color: #a0a0a0;
  }
  #header_nav .nav_list > li.current a {
    color: #000;
  }
  #header_nav .nav_list > li a {
    color: #a0a0a0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header_nav .nav_list > li a:hover {
    color: #000;
  }
  #header_nav .nav_list > li.spark {
    display: none;
  }
  #header_nav .nav_list > li.lang .en {
    pointer-events: all;
    margin-right: 10px;
  }
  #header_nav .nav_list > li.lang .jp {
    pointer-events: none;
    margin-left: 10px;
    color: #000;
  }
  #header_nav .nav_list > li + li {
    margin-left: 30px;
  }
  #header_nav .nav_list li a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.04em;
  }
  .lang_en #header_nav .nav_list > li {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
    font-weight: 700;
  }
  .lang_en #header_nav .nav_list > li.lang .en {
    pointer-events: none;
    color: #000;
  }
  .lang_en #header_nav .nav_list > li.lang .jp {
    pointer-events: all;
    color: #a0a0a0;
  }
  .article {
    width: 100%;
    height: 100%;
  }
  #footer {
    margin: 145px 0 22px;
    padding: 0 24px;
    overflow: hidden;
  }
  #footer .footer_logo {
    text-align: center;
    width: 512px;
    margin: 0 auto;
  }
  #footer .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 150px 0 0;
  }
  #footer .bottom .unit {
    display: inline-block;
  }
  #footer .bottom .unit.unit01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .bottom .unit .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer .bottom .unit .list.info {
    font-size: 12px;
  }
  #footer .bottom .unit .list.info li + li {
    margin-left: 10px;
  }
  #footer .bottom .unit .list.sns {
    font-size: 15px;
    margin-left: 20px;
  }
  #footer .bottom .unit .list.sns li {
    width: 15px;
    overflow: hidden;
  }
  #footer .bottom .unit .list.sns li + li {
    margin-left: 15px;
  }
  #footer .bottom .unit .list.sns li a {
    position: relative;
    display: inline-block;
    height: 0;
    padding-top: 15px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  #footer .bottom .unit .list.sns li a:after {
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer .bottom .unit .list.sns li a:hover {
    opacity: 0.6;
  }
  #footer .bottom .unit .list.sns li.fb .icon-fb:after {
    content: "\ea90";
    font-size: 15px;
  }
  #footer .bottom .unit .list.sns li.tw .icon-tw:after {
    content: "\ea96";
    font-size: 15px;
  }
  #footer .bottom .unit .list.sns li.insta .icon-insta:after {
    content: "\ea92";
    font-size: 15px;
  }
  #footer .bottom .unit .list.copy {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
  #footer .bottom .unit .list.copy .logo {
    width: 87px;
    margin-left: 7px;
    padding-bottom: 2px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  #footer .bottom .unit .list.copy .logo:hover {
    opacity: 0.5;
  }
  #footer .bottom .unit .list.copy small {
    display: inline-block;
    margin-left: 20px;
  }
  #footer .bottom .unit .list a {
    color: #000;
    line-height: 1;
    text-decoration: underline;
  }
  #footer .bottom .unit .list a:hover {
    text-decoration: none;
  }
  .lang_en #footer .bottom .unit .list.info {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
    font-size: 12px;
  }
  .lang_en #footer .bottom .unit .list.info li + li {
    margin-left: 10px;
  }
  .lang_en #footer .bottom .unit .list.info li.address br {
    display: none;
  }
}
@media (max-width: 812px) {
  .pc_only {
    display: none !important;
  }
  body,
  html {
    width: 100%;
    height: 100%;
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3.7333333333vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  body .lang_en,
  html .lang_en {
    font-family: "Poppins", itc-avant-garde-gothic-pro, heisei-kaku-gothic-std,
      sans-serif;
  }
  .wrapper {
    width: 100%;
    overflow-x: hidden;
  }
  .img img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
  }
  [data-scroll] {
    -webkit-transform: translate3d(0, 8vw, 0);
    transform: translate3d(0, 8vw, 0);
    -webkit-transition: none;
    transition: none;
    visibility: visible !important;
    opacity: 0;
  }
  [data-scroll="show"] {
    -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1;
  }
  [data-scroll-up] {
    -webkit-transform: translate3d(0, 8vw, 0);
    transform: translate3d(0, 8vw, 0);
    -webkit-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    visibility: visible !important;
    opacity: 0;
  }
  [data-scroll-up="show"] {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1;
  }
  [data-fade] {
    opacity: 0;
    visibility: visible !important;
    -webkit-transition: opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715),
      -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715),
      -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715),
      -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale(1.03) translate3d(0, 1.3333333333vw, 0);
    transform: scale(1.03) translate3d(0, 1.3333333333vw, 0);
  }
  [data-fade="show"] {
    opacity: 1;
    visibility: visible !important;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 13.3333333333vw;
    padding: 0 4vw;
    background: #fff;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header > * {
    position: relative;
    z-index: 2;
  }
  #header .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1;
  }
  #header .header_logo {
    width: 23.0666666667vw;
    height: 6.1333333333vw;
  }
  #header .header_logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/fibona/assets/img/common/header_logo.png) no-repeat center
      center;
    background-size: contain;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  #header .ham_menu {
    position: relative;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 5.3333333333vw;
    height: 3.3333333333vw;
  }
  #header .ham_menu .border {
    display: block;
    width: 100%;
    height: 0.5333333333vw;
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.3s ease, opacity 0.45s ease-in,
      -webkit-transform 0.45s ease-in;
    transition: background 0.3s ease, opacity 0.45s ease-in,
      -webkit-transform 0.45s ease-in;
    transition: background 0.3s ease, opacity 0.45s ease-in,
      transform 0.45s ease-in;
    transition: background 0.3s ease, opacity 0.45s ease-in,
      transform 0.45s ease-in, -webkit-transform 0.45s ease-in;
    will-change: transform;
  }
  #header[data-modal="open"] {
    background: #fff;
  }
  #header[data-modal="open"] .ham_menu .border {
    background: #000;
  }
  #header[data-modal="open"] .ham_menu .border.border_01 {
    -webkit-transform: rotate(45deg) translate(0.8666666667vw, 1.1333333333vw);
    transform: rotate(45deg) translate(0.8666666667vw, 1.1333333333vw);
  }
  #header[data-modal="open"] .ham_menu .border.border_02 {
    opacity: 0;
  }
  #header[data-modal="open"] .ham_menu .border.border_03 {
    -webkit-transform: rotate(-45deg) translate(0.8vw, -1.0666666667vw);
    transform: rotate(-45deg) translate(0.8vw, -1.0666666667vw);
  }
  .under #header .bg {
    background: #fff;
  }
  #header_nav {
    position: absolute;
    top: 13.3333333333vw;
    left: 0;
    width: 100vw;
    height: 0;
    background: #fff;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #header_nav .nav_list {
    position: absolute;
    top: 17.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
  }
  #header_nav .nav_list > li a {
    font-size: 3.7333333333vw;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.04em;
  }
  #header_nav .nav_list > li + li {
    margin-left: 6.6666666667vw;
  }
  #header_nav .nav_list > li.spark {
    width: 100vw;
    margin: 10vw 0 0 0;
    text-align: center;
  }
  #header_nav .nav_list > li.spark a {
    display: inline-block;
    width: 18.1333333333vw;
    height: 2.9333333333vw;
  }
  #header_nav .nav_list > li.spark a .s02 {
    display: none;
  }
  #header_nav .nav_list > li.lang {
    width: 100%;
    text-align: center;
    margin-top: 8vw;
    margin-left: 0;
  }
  #header_nav .nav_list > li.lang .en {
    pointer-events: all;
    margin-right: 4vw;
    color: #a0a0a0;
  }
  #header_nav .nav_list > li.lang .jp {
    pointer-events: none;
    margin-left: 4vw;
    color: #000;
  }
  #header_nav[data-active="on"] {
    visibility: visible;
    height: 53.3333333333vw;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  #header_nav.lp > .nav_list {
    top: 7.7333333333vw;
  }
  #header_nav.lp > .nav_list > li:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 7.7333333333vw;
  }
  #header_nav.lp > .nav_list > li:nth-child(2) {
    margin-left: 0;
  }
  .lang_en #header_nav .nav_list > li a {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en #header_nav .nav_list > li.lang {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
    font-weight: 500;
  }
  .lang_en #header_nav .nav_list > li.lang .en {
    pointer-events: none;
    color: #000;
  }
  .lang_en #header_nav .nav_list > li.lang .jp {
    pointer-events: all;
    color: #a0a0a0;
  }
  .top #header_nav .nav_list li a {
    color: #000;
  }
  .under #header_nav .nav_list li.current a {
    color: #000;
  }
  .under #header_nav .nav_list li a {
    color: #a0a0a0;
  }
  .under #header_nav .ham_menu .border {
    background: #000;
  }
  .article {
    width: 100%;
    height: 100%;
  }
  #footer {
    margin: 21.3333333333vw 0 13.3333333333vw;
    overflow: hidden;
  }
  #footer .footer_logo {
    text-align: center;
    width: 42.6666666667vw;
    margin: 0 auto;
  }
  #footer .bottom {
    display: block;
    margin: 8.2666666667vw 0 0;
  }
  #footer .bottom .unit.unit02 {
    margin-top: 11.3333333333vw;
  }
  #footer .bottom .unit .list {
    line-height: 1;
  }
  #footer .bottom .unit .list.info {
    font-size: 3.2vw;
    text-align: center;
  }
  #footer .bottom .unit .list.info li {
    display: inline-block;
  }
  #footer .bottom .unit .list.info li + li {
    margin-top: 4.6666666667vw;
  }
  #footer .bottom .unit .list.info li.address {
    width: 100%;
  }
  #footer .bottom .unit .list.info li.contact {
    padding-left: 5.333vw;
  }
  #footer .bottom .unit .list.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6.6666666667vw;
    font-size: 5.3333333333vw;
  }
  #footer .bottom .unit .list.sns li {
    width: 5.3333333333vw;
    overflow: hidden;
  }
  #footer .bottom .unit .list.sns li + li {
    margin-left: 9.3333333333vw;
  }
  #footer .bottom .unit .list.sns li a {
    position: relative;
    display: inline-block;
    height: 0;
    padding-top: 5.3333333333vw;
    overflow: hidden;
  }
  #footer .bottom .unit .list.sns li a:after {
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer .bottom .unit .list.sns li.fb .icon-fb:after {
    content: "\ea90";
    font-size: 5.3333333333vw;
  }
  #footer .bottom .unit .list.sns li.tw .icon-tw:after {
    content: "\ea96";
    font-size: 5.3333333333vw;
  }
  #footer .bottom .unit .list.sns li.insta .icon-insta:after {
    content: "\ea92";
    font-size: 5.3333333333vw;
  }
  #footer .bottom .unit .list.copy {
    font-size: 2.4vw;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer .bottom .unit .list.copy .logo {
    width: 23.0666666667vw;
  }
  #footer .bottom .unit .list.copy small {
    display: block;
    margin-top: 2.6666666667vw;
  }
  #footer .bottom .unit .list a {
    color: #000;
    line-height: 1;
  }
  .lang_en #footer .bottom .unit.unit02 {
    margin-top: 11.3333333333vw;
  }
  .lang_en #footer .bottom .unit .list {
    line-height: 1;
  }
  .lang_en #footer .bottom .unit .list.info {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std;
  }
  .lang_en #footer .bottom .unit .list.info li.address {
    line-height: 1.5;
  }
  .lang_en #footer .bottom .unit .list.info li.address br {
    display: block;
  }
}
@media (min-width: 813px) {
  .top .main_visual {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .top .main_visual.show .bg {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .top .main_visual.show .logo {
    opacity: 0;
  }
  .top .main_visual.show .logo.fade {
    opacity: 0;
    -webkit-transition: opacity 0.65s ease-out;
    transition: opacity 0.65s ease-out;
  }
  .top .main_visual.show .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .top .main_visual.show .btn.down {
    opacity: 1;
    pointer-events: auto;
  }
  .top .main_visual .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/fibona/assets/img/top/mainVisual_bg.jpg) no-repeat center
      center;
    background-size: cover;
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .top .main_visual .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(84, 190, 242, 0.35);
  }
  .top .main_visual .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 767px;
    height: 200px;
    margin: -100px 0 0 -383.5px;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .top .main_visual .btn.down {
    position: absolute;
    left: 50%;
    bottom: 35px;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    pointer-events: none;
  }
  .top .main_visual .btn.down .t {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .top .main_visual.first_access.show .bg {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .top .main_visual.first_access.show .logo {
    display: block;
    opacity: 1;
  }
  .top .main_visual.first_access.show .logo.fade {
    opacity: 0;
    -webkit-transition: opacity 0.65s ease-out;
    transition: opacity 0.65s ease-out;
  }
  .top .main_visual.first_access.show .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .top .main_visual.first_access.show .btn.down {
    opacity: 1;
  }
  .top .main_visual.first_access .bg {
    -webkit-transition: opacity 3s cubic-bezier(0.645, 0.045, 0.355, 1),
      -webkit-transform 6.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 3s cubic-bezier(0.645, 0.045, 0.355, 1),
      -webkit-transform 6.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 6.5s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 6.5s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 3s cubic-bezier(0.645, 0.045, 0.355, 1),
      -webkit-transform 6.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .top .main_visual.first_access .overlay {
    -webkit-transition: opacity 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 3s;
    transition: opacity 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 3s;
  }
  .top .main_visual.first_access .logo {
    -webkit-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .top .main_visual.first_access .btn.down {
    -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
        5.5s,
      color 0.3s ease-out;
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 5.5s,
      color 0.3s ease-out;
  }
  .top .main_visual.first_access .btn.down .t {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .top .sec .sec_text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.867;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .top .sec_top {
    position: relative;
    margin-top: 90px;
    width: 100%;
  }
  .top .sec_top > .slide {
    position: relative;
  }
  .top .sec_top > .slide > .list {
    position: relative;
    width: 100%;
    height: calc(100vh - 90px) !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top .sec_top > .slide > .list > .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in !important;
    transition: all 0.5s ease-in !important;
    opacity: 0;
    visibility: hidden;
  }
  .top .sec_top > .slide > .list > .item.__active {
    -webkit-transition: all 0.5s ease-out !important;
    transition: all 0.5s ease-out !important;
    opacity: 1 !important;
    visibility: visible;
  }
  .top .sec_top > .slide > .list > .item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .top .sec_top > .slide > .list > .item .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
  }
  .top .sec_top > .slide > .list > .item .text {
    position: absolute;
    left: 50px;
    bottom: 40px;
    color: #fff;
    text-decoration: none;
    width: calc(100% - 80px - 70px - 25px);
  }
  .top .sec_top > .slide > .list > .item .text .title {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 1.4285714286;
    font-weight: 500;
  }
  .top .sec_top > .slide > .list > .item .text .date {
    position: relative;
    display: block;
    margin-top: 10px;
    font-size: 20px;
  }
  .top .sec_top > .slide > .list > .item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
  }
  .top .sec_top > .slide > .pointer {
    position: absolute;
    right: 50px;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top .sec_top > .slide > .pointer .item {
    margin-left: 20px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .top .sec_top > .slide > .pointer .item:first-child {
    margin-left: 0;
  }
  .top .sec_top > .slide > .pointer .item.__active {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
  }
  .top.lang_en .sec_top .slide .list .item .text {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .top.lang_en .sec_top .slide .list .item .text .title {
    font-weight: 500;
  }
  .sec_activity {
    padding: 75px 0 65px;
  }
  .sec_activity .link {
    margin-top: 55px;
    text-align: center;
  }
  .sec_activity .link > a {
    position: relative;
    color: #000;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-decoration: underline;
  }
  .sec_activity .link > a:hover {
    text-decoration: none;
  }
  .sec_activity .sec_head .text {
    width: 95vw;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .lang_en .sec_activity .sec_head .sec_title {
    font-size: 28px;
  }
  .lang_en .sec_activity .sec_head .text {
    font-family: "Poppins", itc-avant-garde-gothic-pro, heisei-kaku-gothic-std,
      sans-serif;
  }
  .sec_story {
    padding: 75px 0 65px;
    background: #54bef2;
    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;
  }
  .sec_story .story {
    width: 95vw;
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
  }
  .sec_story .story .title {
    text-align: center;
  }
  .sec_story .story .text {
    letter-spacing: 0.04em;
  }
  .sec_story .story .link {
    margin-top: 55px;
    text-align: center;
  }
  .sec_story .story .link > a {
    position: relative;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-decoration: underline;
  }
  .sec_story .story .link > a:hover {
    text-decoration: none;
  }
  .lang_en .sec_story .story .title {
    font-size: 28px;
  }
  .lang_en .sec_story .story .link > a {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .sec_member {
    padding: 75px 0 65px;
  }
  .sec_member .inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sec_member .sec_head {
    text-align: center;
  }
  .sec_member .sec_body {
    margin-top: 72px;
  }
}
@media (max-width: 812px) {
  .top .main_visual {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    overflow: hidden;
  }
  .top .main_visual.show .bg {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .top .main_visual.show .logo {
    opacity: 0;
  }
  .top .main_visual.show .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .top .main_visual.show .btn.down {
    opacity: 1;
    pointer-events: auto;
  }
  .top .main_visual .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url(/fibona/assets/img/top/sp_mainVisual_bg.jpg) no-repeat
      center center;
    background-size: cover;
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .top .main_visual .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(84, 190, 242, 0.35);
  }
  .top .main_visual .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68.2666666667vw;
    margin: -8.9333333333vw 0 0 -34.1333333333vw;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .top .main_visual .btn.down {
    position: absolute;
    left: 50%;
    bottom: 5.3333333333vw;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    pointer-events: none;
  }
  .top .main_visual .btn.down .t {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .top .main_visual.first_access.show .bg {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .top .main_visual.first_access.show .logo {
    opacity: 1;
  }
  .top .main_visual.first_access.show .logo.fade {
    opacity: 0;
    -webkit-transition: opacity 0.65s ease-out;
    transition: opacity 0.65s ease-out;
  }
  .top .main_visual.first_access.show .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .top .main_visual.first_access.show .btn.down {
    opacity: 1;
    pointer-events: auto;
  }
  .top .main_visual.first_access .bg {
    -webkit-transition: opacity 3s cubic-bezier(0.645, 0.045, 0.355, 1),
      -webkit-transform 6.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 3s cubic-bezier(0.645, 0.045, 0.355, 1),
      -webkit-transform 6.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 6.5s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 6.5s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 3s cubic-bezier(0.645, 0.045, 0.355, 1),
      -webkit-transform 6.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .top .main_visual.first_access .overlay {
    -webkit-transition: opacity 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 3s;
    transition: opacity 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 3s;
  }
  .top .main_visual.first_access .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68.2666666667vw;
    margin: -8.9333333333vw 0 0 -34.1333333333vw;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .top .main_visual.first_access .btn.down {
    position: absolute;
    left: 50%;
    bottom: 5.3333333333vw;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
        5.5s,
      color 0.3s ease-out;
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 5.5s,
      color 0.3s ease-out;
    pointer-events: none;
  }
  .top .main_visual.first_access .btn.down .t {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .top .sec .sec_text {
    margin-top: 10.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.867;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .top.lang_en .sec .sec_text {
    text-align: left;
  }
  .top .sec_top {
    margin-top: 13.3333333333vw;
    position: relative;
    width: 100%;
    height: auto !important;
  }
  .top .sec_top > .slide {
    position: relative;
  }
  .top .sec_top > .slide > .list {
    min-height: 77.5vw;
    position: relative;
    width: 100%;
    height: 85.6vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top .sec_top > .slide > .list > .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease-in !important;
    transition: all 0.5s ease-in !important;
    opacity: 0;
    visibility: hidden;
  }
  .top .sec_top > .slide > .list > .item.__active {
    -webkit-transition: all 0.5s ease-out !important;
    transition: all 0.5s ease-out !important;
    opacity: 1 !important;
    visibility: visible;
  }
  .top .sec_top > .slide > .list > .item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .top .sec_top > .slide > .list > .item .img {
    position: relative;
    width: 100%;
    aspect-ratio: 750/466;
    background: no-repeat center;
    background-size: cover;
  }
  .top .sec_top > .slide > .list > .item .text {
    position: relative;
    text-decoration: none;
    padding: 0 4vw;
  }
  .top .sec_top > .slide > .list > .item .text .title {
    margin-top: 3.4666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    color: #000;
  }
  .top .sec_top > .slide > .list > .item .text .date {
    display: block;
    margin-top: 1.3333333333vw;
    color: #a0a0a0;
    font-size: 2.9333333333vw;
    line-height: 1;
    text-decoration: none;
  }
  .top .sec_top > .slide > .list > .item .cover {
    display: none;
  }
  .top .sec_top > .slide > .pointer {
    position: relative;
    margin-top: 5.3333333333vw;
    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;
  }
  .top .sec_top > .slide > .pointer .item {
    margin-left: 4vw;
    border-radius: 50%;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background: #7f7d7e;
    opacity: 0.5;
  }
  .top .sec_top > .slide > .pointer .item:first-child {
    margin-left: 0;
  }
  .top .sec_top > .slide > .pointer .item.__active {
    opacity: 1;
  }
  .top.lang_en .sec_top > .slide > .list > .item .text {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .top.lang_en .sec_top > .slide > .list > .item .text .title {
    font-weight: 500;
  }
  .top .sec_activity {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
  .top .sec_activity .link {
    margin-top: 10.6666666667vw;
    text-align: center;
  }
  .top .sec_activity .link > a {
    position: relative;
    color: #000;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-decoration: underline;
  }
  .top .sec_activity .link > a:hover {
    text-decoration: none;
  }
  .top.lang_en .sec_activity .sec_head .sec_title {
    font-size: 5.8666666667vw;
    font-weight: 500;
  }
  .top.lang_en .sec_activity .sec_head .text {
    margin-top: 13.0666666667vw;
    font-family: "Poppins", itc-avant-garde-gothic-pro, heisei-kaku-gothic-std,
      sans-serif;
  }
  .top .sec_story {
    padding: 13.3333333333vw 0 13.3333333333vw;
    background: #54bef2;
  }
  .top .sec_story .story {
    padding: 0 4vw;
    color: #fff;
  }
  .top .sec_story .story .title {
    text-align: center;
  }
  .top .sec_story .story .text {
    margin-top: 8.6666666667vw;
    letter-spacing: 0.04em;
  }
  .top .sec_story .story .link {
    margin-top: 10.6666666667vw;
    text-align: center;
  }
  .top .sec_story .story .link > a {
    position: relative;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-decoration: underline;
  }
  .top .sec_story .story .link > a:hover {
    text-decoration: none;
  }
  .top.lang_en .sec_story .story .title {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .top.lang_en .sec_story .story .link > a {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .top .sec_member {
    padding: 12.3333333333vw 0 13.3333333333vw;
  }
  .top .sec_member .inner {
    padding: 0 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top .sec_member .sec_head {
    text-align: center;
  }
  .top .sec_member .sec_body {
    margin-top: 13.3333333333vw !important;
  }
}
@media (min-width: 813px) {
  .page .inner {
    margin: 0 auto;
    padding: 0 12.5%;
  }
  .page .sec {
    padding: 190px 0 140px;
    background: #dff1f9;
  }
  .page .sec .sec_head .sec_title {
    text-align: center;
  }
  .page .sec .sec_body {
    margin-top: 100px;
  }
  .page .sec .sec_body.__full .inner {
    padding: 0;
  }
}
@media (max-width: 812px) {
  .page .inner {
    margin: 0 auto;
    padding: 0 4vw;
  }
  .page .sec {
    padding: 33.3333333333vw 0 16vw;
    background: #dff1f9;
  }
  .page .sec .sec_head .sec_title {
    text-align: center;
  }
  .page .sec .sec_body {
    margin-top: 20vw;
  }
}
@media (min-width: 813px) {
  .archive .inner {
    margin: 0 auto;
  }
  .archive .sec {
    position: relative;
  }
  .archive .sec .sec_head {
    text-align: center;
  }
  .archive .sec .sec_body {
    position: relative;
    margin-top: 70px;
  }
  .archive .sec_01 {
    min-height: calc(100vh - 375px);
    padding: 190px 0 185px;
    background: #dff1f9;
  }
}
@media (max-width: 812px) {
  .archive .inner {
    margin: 0 auto;
    padding: 0 4vw;
  }
  .archive .sec .sec_head {
    text-align: center;
  }
  .archive .sec .sec_body {
    margin-top: 9.0666666667vw;
  }
  .archive .sec_01 {
    position: relative;
    min-height: calc(100vh - 49.3333333333vw);
    padding: 33.3333333333vw 0 16vw;
    background: #dff1f9;
  }
}
@media (min-width: 813px) {
  .single .inner {
    padding: 0 12.5%;
    margin: 0 auto;
  }
  .single .article {
    background: #dff1f9;
  }
  .single .sec .sec_head {
    text-align: center;
  }
  .single .sec .sec_head .sec_title {
    margin-top: 10px;
    padding: 0 11.111%;
    line-height: 1.263;
  }
  .single .sec .sec_head .sec_date {
    margin-top: 10px;
  }
  .single .sec .sec_body {
    margin-top: 80px;
  }
  .single .sec_01 {
    padding: 170px 0 0;
    background: #dff1f9;
  }
  .single .sec_02 {
    margin-top: 140px;
    padding: 68px 0 100px;
    background: #fff;
  }
  .single .sec_02 .sec_body {
    margin-top: 64px;
  }
  .single .sec_03 {
    padding: 66px 0 40px;
    background: #dff1f9;
  }
  .single .sec_03 .sec_head .sec_title {
    text-align: center;
  }
  .single .sec_03 .sec_body {
    margin-top: 64px;
  }
  .single .sec_03 .sec_body .inner {
    max-width: 100%;
    padding: 0 30px;
  }
  .single .sec_03 .sec_body .btn.more {
    margin-top: 85px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .single .sec_03 .sec_body .btn.more:hover {
    opacity: 0.5;
  }
  .lang_en .single .sec .sec_head .sec_title {
    margin-top: 17px !important;
    padding: 0 11.111%;
    line-height: 1.583;
  }
  .lang_en .single .sec .sec_head .sec_date {
    margin-top: 33px;
  }
  .lang_en .single .sec .sec_body {
    margin-top: 80px;
  }
}
@media (max-width: 812px) {
  .single .inner {
    margin: 0 auto;
    padding: 0 4vw;
  }
  .single .article {
    background: #dff1f9;
  }
  .single .sec .sec_head {
    text-align: center;
  }
  .single .sec .sec_head .sec_title {
    margin-top: 2.6666666667vw;
  }
  .single .sec .sec_head .sec_date {
    margin-top: 2.6666666667vw;
  }
  .single .sec .sec_body {
    margin-top: 10.6666666667vw;
  }
  .single .sec_01 {
    padding: 25.3333333333vw 0 0;
  }
  .single .sec_02 {
    margin-top: 10.6666666667vw;
    padding: 12vw 0 13.3333333333vw;
    background: #fff;
  }
  .single .sec_02 .sec_body {
    margin-top: 12vw;
  }
  .single .sec_03 {
    padding: 12vw 0 13.3333333333vw;
  }
  .single .sec_03 .sec_head .sec_title {
    text-align: center;
  }
  .single .sec_03 .sec_body {
    margin-top: 12vw;
  }
  .single .sec_03 .sec_body .btn.more {
    margin-top: 12vw;
    text-align: center;
  }
}
@media (min-width: 813px) {
  .sec_title {
    display: block;
    font-weight: 500;
    line-height: 1;
  }
  .sec_title.sec_title_01 {
    font-size: 44px;
    letter-spacing: 0.04em;
  }
  .sec_title.sec_title_02 {
    font-size: 28px;
  }
  .sec_title.sec_title_03 {
    font-size: 23px;
  }
  .lang_en .sec_title {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .sec_title.sec_title_01 {
    font-size: 45px;
    letter-spacing: 0.04em;
  }
  .lang_en .sec_title.sec_title_03 {
    font-weight: 500;
  }
  .sec_head {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .sec_head .sec_cate {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .sec_head .sec_date {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.5;
  }
  .btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }
  .btn.more a {
    color: #000;
    text-decoration: none;
  }
  .btn.down {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
  .btn.down .icon-arrow {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .btn.down .icon-arrow:hover {
    cursor: pointer;
    opacity: 0.5;
  }
  .btn.down .icon-arrow:after {
    content: "\ea3e";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding-left: 15px;
  }
  .btn.down .icon-arrow .t {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
    letter-spacing: 0.04em;
  }
  .btn.down .arrow {
    position: relative;
  }
  .project_select {
    position: absolute;
    top: 200px;
    right: calc(2.5% + 20px);
    width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    z-index: 5;
    line-height: 1.4;
    background: #dff1f9;
  }
  .project_select .slected_item {
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .project_select .slected_item .t {
    display: inline-block;
    padding: 0 50px 0 25px;
    text-align: left;
    word-break: break-all;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .project_select .slected_item .t:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .project_select .slected_item .t:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 9px;
    height: 9px;
    margin: auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg) translate(3px, -3px);
    transform: rotate(-45deg) translate(3px, -3px);
  }
  .project_select .project_select_list {
    display: none;
    padding: 0 25px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .project_select .project_select_list[data-visible="visible"] > li:hover {
    cursor: pointer;
  }
  .project_select .project_select_list > li {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .project_select .project_select_list > li {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .project_select .project_select_list > li .t {
    display: inline-block;
    text-align: left;
    word-break: break-all;
    text-decoration: underline;
  }
  .project_select .project_select_list > li a {
    color: #000;
  }
  .project_select .project_select_list > li .t:hover {
    cursor: pointer;
    text-decoration: none;
  }
  .project_select .project_select_list > li.current {
    display: none;
  }
  .lang_en .project_select .slected_item {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .project_select_list > li .t {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .grid {
    display: -ms-grid;
    display: grid;
    width: 100vw;
    height: 61.9047619048vw;
  }
  .grid .block {
    position: relative;
    color: #fff;
    overflow: hidden;
  }
  .grid .block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 172, 237, 0.6);
    opacity: 0;
    -webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .grid .block .overlay.show {
    opacity: 1;
  }
  .grid .block .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .grid .block.block_01 {
    padding: 65px 70px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .grid .block.block_01 .block_splash {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 62px;
    font-weight: 500;
    -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    letter-spacing: 0.04em;
  }
  .grid .block.block_01 .block_splash.hidden {
    opacity: 0;
    visibility: hidden;
  }
  .grid .block.block_01 .sec_text {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .grid .block.block_01 .list_area {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .grid .block.block_05 .more {
    opacity: 0;
    visibility: hidden;
    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;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-decoration: none;
    -webkit-transition: opacity 1.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: opacity 1.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .grid .block.block_05 .more.show {
    opacity: 1;
    visibility: visible;
  }
  .grid .block.block_05 .more:hover span {
    opacity: 0.3;
  }
  .grid .block.block_05 .more span {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding-top: 5px;
  }
  .grid .block .list_area {
    position: absolute;
    left: 70px;
    bottom: 60px;
    width: calc(100% - 140px);
  }
  .grid .block .list_area .list_title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .grid .block .list_area .block_list {
    margin-top: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .grid .block .list_area .block_list li {
    font-size: 14px;
    line-height: 1.833;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .grid .block .list_area .block_list li + li {
    margin-top: 4px;
  }
  .grid .block .list_area .block_list li a {
    color: #fff;
  }
  .grid .block .list_area .block_list li a:hover {
    text-decoration: none;
  }
  .grid.grid_01 {
    grid-template-areas: "a b b" "a e c" "a d c";
    -ms-grid-columns: 13fr 3fr 5fr;
    grid-template-columns: 13fr 3fr 5fr;
    -ms-grid-rows: 8fr 2fr 3fr;
    grid-template-rows: 8fr 2fr 3fr;
  }
  .grid.grid_01 .block.block_01 {
    grid-area: a;
  }
  .grid.grid_01 .block.block_01 .bg {
    background: url(/fibona/assets/img/top/sec01_bg01.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_01 .block.block_02 {
    grid-area: b;
  }
  .grid.grid_01 .block.block_02 .bg {
    background: url(/fibona/assets/img/top/sec01_bg02.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_01 .block.block_03 {
    grid-area: c;
  }
  .grid.grid_01 .block.block_03 .bg {
    background: url(/fibona/assets/img/top/sec01_bg03.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_01 .block.block_04 {
    grid-area: d;
  }
  .grid.grid_01 .block.block_04 .bg {
    background: url(/fibona/assets/img/top/sec01_bg04.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_01 .block.block_05 {
    grid-area: e;
  }
  .grid.grid_02 {
    grid-template-areas: "b b a" "c e a" "c d a";
    -ms-grid-columns: 5fr 3fr 13fr;
    grid-template-columns: 5fr 3fr 13fr;
    -ms-grid-rows: 8fr 2fr 3fr;
    grid-template-rows: 8fr 2fr 3fr;
  }
  .grid.grid_02 .block.block_01 {
    grid-area: a;
  }
  .grid.grid_02 .block.block_01 .bg {
    background: url(/fibona/assets/img/top/sec02_bg01.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_02 .block.block_02 {
    grid-area: b;
  }
  .grid.grid_02 .block.block_02 .bg {
    background: url(/fibona/assets/img/top/sec02_bg02.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_02 .block.block_03 {
    grid-area: c;
  }
  .grid.grid_02 .block.block_03 .bg {
    background: url(/fibona/assets/img/top/sec02_bg03.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_02 .block.block_04 {
    grid-area: d;
  }
  .grid.grid_02 .block.block_04 .bg {
    background: url(/fibona/assets/img/top/sec02_bg04.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_02 .block.block_05 {
    grid-area: e;
  }
  .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col.col_01 {
    width: 95vw;
    margin: 0 auto;
  }
  .col.col_01 .item {
    margin: 40px 0 0 2.5vw;
    width: 17vw;
  }
  .col.col_01 .item:nth-child(-n + 5) {
    margin-top: 0;
  }
  .col.col_01 .item:nth-child(5n-4) {
    margin-left: 0;
  }
  .col.col_01 .item:nth-child(5n-3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .col.col_01 .item:nth-child(5n-2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .col.col_01 .item:nth-child(5n-1) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .col.col_01 .item:nth-child(5n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .col.col_01 .item .img {
    height: 10.6667vw;
  }
  .col.col_01 .item .profile {
    margin-top: 15px;
  }
  .col.col_01 .item .profile .name {
    display: block;
    line-height: 1;
  }
  .col.col_01 .item .profile .type {
    display: block;
    line-height: 1;
  }
  .col.col_01 .item .profile .ja {
    color: #000;
  }
  .col.col_01 .item .profile .ja .name {
    font-size: 18px;
    font-weight: 300;
  }
  .col.col_01 .item .profile .ja .type {
    margin-top: 6px;
    font-size: 12px;
  }
  .col.col_01 .item .profile .en {
    margin-top: 10px;
    color: #a0a0a0;
    letter-spacing: 0.04em;
  }
  .col.col_01 .item .profile .en .name {
    font-size: 12px;
    text-transform: uppercase;
  }
  .col.col_01 .item .profile .en .type {
    margin-top: 5px;
    font-size: 12px;
  }
  .col.col_02 {
    width: 95vw;
    margin: 0 auto;
  }
  .col.col_02 > .item {
    margin: 40px 0 0 2.5vw;
    width: 21.8333vw;
  }
  .col.col_02 > .item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .col.col_02 > .item:nth-child(4n-3) {
    margin-left: 0;
  }
  .col.col_02 > .item:nth-child(4n-2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .col.col_02 > .item:nth-child(4n-1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .col.col_02 > .item:nth-child(4n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .col.col_02 > .item a {
    color: #000;
    text-decoration: none;
  }
  .col.col_02 > .item a .img {
    width: 100%;
    height: 13.6667vw;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .col.col_02 > .item a .col_title {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
  }
  .col.col_02 > .item a .date {
    display: block;
    margin-top: 7px;
    color: #a0a0a0;
    font-size: 12px;
    line-height: 1;
  }
  .col.col_02 > .item a .excerpt {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .col.col_02 > .item a:hover .img {
    opacity: 0.4;
  }
  .col.col_02 > .item a:hover .col_title {
    text-decoration: none;
  }
  .col.col_03 {
    width: 95vw;
    margin: 0 auto;
  }
  .col.col_03 > .item {
    margin: 40px 0 0 2.5vw;
    width: 30vw;
  }
  .col.col_03 > .item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .col.col_03 > .item:nth-child(3n-2) {
    margin-left: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .col.col_03 > .item:nth-child(3n-1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .col.col_03 > .item:nth-child(3n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .col.col_03 > .item a {
    color: #000;
    text-decoration: none;
  }
  .col.col_03 > .item a .img {
    width: 100%;
    aspect-ratio: 360/224;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .col.col_03 > .item a .col_title {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
  }
  .col.col_03 > .item a .date {
    display: block;
    margin-top: 7px;
    color: #a0a0a0;
    font-size: 12px;
    line-height: 1;
  }
  .col.col_03 > .item a .excerpt {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .col.col_03 > .item a:hover .img {
    opacity: 0.4;
  }
  .col.col_03 > .item a:hover .col_title {
    text-decoration: none;
  }
  .lang_en .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lang_en .col.col_01 .item .profile {
    margin-top: 15px;
  }
  .lang_en .col.col_01 .item .profile .name {
    display: block;
    line-height: 1;
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .col.col_01 .item .profile .type {
    display: block;
    line-height: 1;
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .col.col_01 .item .profile .ja {
    color: #000;
  }
  .lang_en .col.col_01 .item .profile .ja .name {
    font-size: 18px;
    font-weight: 300;
  }
  .lang_en .col.col_01 .item .profile .ja .type {
    margin-top: 6px;
    font-size: 12px;
  }
  .lang_en .col.col_01 .item .profile .en {
    margin-top: 10px;
    color: #a0a0a0;
    letter-spacing: 0.04em;
  }
  .lang_en .col.col_01 .item .profile .en .name {
    font-size: 12px;
    text-transform: uppercase;
  }
  .lang_en .col.col_01 .item .profile .en .type {
    margin-top: 5px;
    font-size: 12px;
  }
  .lang_en .col.col_02 > .item a .col_title {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
    font-weight: 500;
  }
  .lang_en .col.col_02 > .item a .date {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .col.col_02 > .item a .excerpt {
    line-height: 1.333;
  }
  .lang_en .col.col_03 > .item a .col_title {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
    font-weight: 500;
  }
  .lang_en .col.col_03 > .item a .date {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .col.col_03 > .item a .excerpt {
    line-height: 1.2;
  }
  .article_pattern strong {
    font-weight: 500;
  }
  .article_pattern a {
    color: #000;
  }
  .article_pattern a:hover {
    text-decoration: none;
  }
  .article_pattern.article_pattern_a figure figcaption {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    opacity: 0.5;
  }
  .article_pattern + .article_pattern_a {
    margin-top: 80px;
  }
  .article_pattern.article_pattern_b {
    padding: 0 11.111%;
  }
  .article_pattern.article_pattern_b .text {
    font-size: 16px;
    line-height: 2.133;
  }
  .article_pattern + .article_pattern_b {
    margin-top: 50px;
  }
  .article_pattern.article_pattern_c figure .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .article_pattern.article_pattern_c figure .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .article_pattern.article_pattern_c figure figcaption {
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    opacity: 0.5;
  }
  .article_pattern + .article_pattern_c {
    margin-top: 80px;
  }
  .article_pattern.article_pattern_d .text {
    padding: 75px 11.111%;
    background: #fff;
    font-size: 16px;
    line-height: 1.9375;
  }
  .article_pattern.article_pattern_d .text .bold {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
  }
  .article_pattern + .article_pattern_d {
    margin-top: 80px;
  }
  .lang_en .article_pattern.article_pattern_b .text {
    font-size: 15px;
    line-height: 1.938;
  }
  .lang_en .article_pattern.article_pattern_d .text {
    font-size: 16px;
    line-height: 1.938;
  }
  .lang_en .article_pattern.article_pattern_d .text .bold {
    font-size: 16px;
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .media .media_visual {
    width: 50%;
  }
  .media .media_visual figcaption {
    margin-top: 10px;
    color: #a0a0a0;
    font-size: 12px;
    line-height: 1;
  }
  .media .media_detail {
    margin-left: 50px;
    width: calc(50% - 50px);
  }
  .media .media_detail .detail_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
  }
  .media .media_detail .detail_description .text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.867;
  }
  .media .media_detail .list_area {
    margin-top: 30px;
  }
  .media .media_detail .list_area .list_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
  .media .media_detail .list_area .list {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.833;
  }
  .media .media_detail .list_area .list li {
    margin-top: 3px;
  }
  .media .media_detail .list_area .list li a {
    color: #000;
    font-weight: 300;
  }
  .media .media_detail .list_area .list li a:hover {
    text-decoration: none;
  }
  .lang_en .media .media_detail .detail_title {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .media .media_detail .list_area {
    margin-top: 30px;
  }
  .lang_en .media .media_detail .list_area .list_title {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .media .media_detail .list_area .list {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
}
@media (max-width: 812px) {
  .sec_title {
    font-weight: 500;
    line-height: 1;
  }
  .sec_title.sec_title_01 {
    font-size: 7.2vw;
    letter-spacing: 0.04em;
  }
  .sec_title.sec_title_02 {
    font-size: 5.8666666667vw;
  }
  .sec_title.sec_title_03 {
    font-size: 5.0666666667vw;
    line-height: 1.263;
  }
  .lang_en .sec_title {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .sec_title.sec_title_03 {
    font-weight: 500;
  }
  .sec_head .sec_cate {
    display: block;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .sec_head .sec_date {
    display: block;
    font-size: 2.9333333333vw;
    font-weight: 300;
    line-height: 1;
    opacity: 0.5;
  }
  .lang_en .sec_head {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .project_select {
    position: relative;
    top: 0;
    left: 4vw;
    width: 92vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.4;
    z-index: 5;
  }
  .project_select .slected_item {
    position: relative;
    margin: 11.3333333333vw 0 4vw;
    padding: 2vw 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0.1333333333vw solid #000;
    font-size: 3.7333333333vw;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .project_select .slected_item .t {
    display: block;
    padding-right: 5.3333333333vw;
    word-break: break-all;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .project_select .slected_item .t:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2vw;
    width: 2vw;
    height: 2vw;
    margin: auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0.5333333333vw solid #000;
    border-bottom: 0.5333333333vw solid #000;
    -webkit-transform: rotate(-45deg) translate(0.6666666667vw, -0.6666666667vw);
    transform: rotate(-45deg) translate(0.6666666667vw, -0.6666666667vw);
  }
  .project_select .list_wrap {
    position: relative;
    width: 100%;
  }
  .project_select .list_wrap .project_select_list {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 0 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #dff1f9;
  }
  .project_select .list_wrap .project_select_list > li {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .project_select .list_wrap .project_select_list > li .t {
    display: block;
    word-break: break-all;
    text-decoration: underline;
  }
  .project_select .project_select_list > li a {
    color: #000;
  }
  .project_select .list_wrap .project_select_list > li.current {
    display: none;
  }
  .btn {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1;
  }
  .btn.more a {
    color: #000;
    text-decoration: none;
  }
  .btn.down {
    color: #fff;
    text-decoration: none;
  }
  .btn.down .icon-arrow {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
  }
  .btn.down .icon-arrow:after {
    content: "\ea3e";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding-left: 2.6666666667vw;
  }
  .btn.down .icon-arrow .t {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
    letter-spacing: 0.04em;
  }
  .grid {
    display: -ms-grid;
    display: grid;
    width: 100vw;
  }
  .grid .block {
    position: relative;
    color: #fff;
    overflow: hidden;
  }
  .grid .block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 172, 237, 0.6);
    opacity: 0;
    -webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .grid .block .overlay.show {
    opacity: 1;
  }
  .grid .block .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .grid .block.block_01 {
    padding: 5.3333333333vw 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vw;
  }
  .grid .block.block_01 .block_splash {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 10.6666666667vw;
    font-weight: 500;
    -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    letter-spacing: 0.04em;
  }
  .grid .block.block_01 .block_splash.hidden {
    opacity: 0;
    visibility: hidden;
  }
  .grid .block.block_01 .sec_text {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .grid .block.block_01 .list_area {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .grid .block.block_04 {
    display: none;
  }
  .grid .block.block_05 .more {
    opacity: 0;
    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;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-decoration: none;
    -webkit-transition: opacity 1.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: opacity 1.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .grid .block.block_05 .more.show {
    opacity: 1;
    visibility: visible;
  }
  .grid .block.block_05 .more span {
    padding-top: 0.6666666667vw;
  }
  .grid .block .list_area {
    position: absolute;
    left: 4vw;
    bottom: 5.3333333333vw;
    width: calc(100% - 8vw);
  }
  .grid .block .list_area .list_title {
    font-size: 3.4666666667vw;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .grid .block .list_area .block_list {
    margin-top: 2.6666666667vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .grid .block .list_area .block_list li {
    font-size: 3.2vw;
    line-height: 1.833;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .grid .block .list_area .block_list li + li {
    margin-top: 0.8vw;
  }
  .grid .block .list_area .block_list li a {
    color: #fff;
  }
  .grid .block .list_area .block_list li a:hover {
    text-decoration: none;
  }
  .grid.grid_01 {
    grid-template-areas: "a a a" "e e b" "c c b";
    -ms-grid-columns: 3fr 2fr 8fr;
    grid-template-columns: 3fr 2fr 8fr;
    -ms-grid-rows: 13fr 3fr 5fr;
    grid-template-rows: 13fr 3fr 5fr;
  }
  .grid.grid_01 .block.block_01 {
    grid-area: a;
  }
  .grid.grid_01 .block.block_01 .bg {
    background: url(/fibona/assets/img/top/sec01_bg01.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_01 .block.block_02 {
    grid-area: b;
  }
  .grid.grid_01 .block.block_02 .bg {
    background: url(/fibona/assets/img/top/sec01_bg02.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_01 .block.block_03 {
    grid-area: c;
  }
  .grid.grid_01 .block.block_03 .bg {
    background: url(/fibona/assets/img/top/sec01_bg03.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_01 .block.block_05 {
    grid-area: e;
  }
  .grid.grid_02 {
    grid-template-areas: "a a a" "b e e" "b c c";
    -ms-grid-columns: 8fr 2fr 3fr;
    grid-template-columns: 8fr 2fr 3fr;
    -ms-grid-rows: 13fr 3fr 5fr;
    grid-template-rows: 13fr 3fr 5fr;
  }
  .grid.grid_02 .block.block_01 {
    grid-area: a;
  }
  .grid.grid_02 .block.block_01 .bg {
    background: url(/fibona/assets/img/top/sec02_bg01.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_02 .block.block_02 {
    grid-area: b;
  }
  .grid.grid_02 .block.block_02 .bg {
    background: url(/fibona/assets/img/top/sec02_bg02.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_02 .block.block_03 {
    grid-area: c;
  }
  .grid.grid_02 .block.block_03 .bg {
    background: url(/fibona/assets/img/top/sec02_bg03.jpg) no-repeat top left;
    background-size: cover;
  }
  .grid.grid_02 .block.block_05 {
    grid-area: e;
  }
  .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col.col_01 .item {
    margin: 6.6666666667vw 0 0;
    width: 44vw;
  }
  .col.col_01 .item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .col.col_01 .item .img {
    width: 100%;
    height: 27.3333333333vw;
  }
  .col.col_01 .item .profile {
    margin-top: 2.4vw;
  }
  .col.col_01 .item .profile .name {
    display: block;
    line-height: 1;
  }
  .col.col_01 .item .profile .type {
    display: block;
    line-height: 1;
  }
  .col.col_01 .item .profile .ja {
    color: #000;
  }
  .col.col_01 .item .profile .ja .name {
    font-size: 4vw;
    font-weight: 300;
  }
  .col.col_01 .item .profile .ja .type {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .col.col_01 .item .profile .en {
    margin-top: 2vw;
    color: #a0a0a0;
    letter-spacing: 0.04em;
  }
  .col.col_01 .item .profile .en .name {
    font-size: 2.9333333333vw;
    text-transform: uppercase;
  }
  .col.col_01 .item .profile .en .type {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .col.col_02 .item,
  .col.col_03 .item {
    width: 100%;
  }
  .col.col_02 .item + .item,
  .col.col_03 .item + .item {
    margin: 6.6666666667vw 0 0 0;
  }
  .col.col_02 .item a,
  .col.col_03 .item a {
    color: #000;
    text-decoration: none;
  }
  .col.col_02 .item a .img,
  .col.col_03 .item a .img {
    width: 100%;
    height: 57.0666666667vw;
  }
  .col.col_02 .item a .col_title,
  .col.col_03 .item a .col_title {
    margin-top: 3.4666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
  }
  .col.col_02 .item a .date,
  .col.col_03 .item a .date {
    display: block;
    margin-top: 1.3333333333vw;
    color: #a0a0a0;
    font-size: 2.9333333333vw;
    line-height: 1;
  }
  .col.col_02 .item a .excerpt,
  .col.col_03 .item a .excerpt {
    margin-top: 1.8666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1.5;
  }
  .lang_en .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lang_en .col.col_01 .item .profile {
    margin-top: 2.8vw;
  }
  .lang_en .col.col_01 .item .profile .name {
    display: block;
    line-height: 1;
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .col.col_01 .item .profile .type {
    display: block;
    line-height: 1;
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .col.col_01 .item .profile .ja {
    color: #000;
  }
  .lang_en .col.col_01 .item .profile .ja .name {
    font-size: 4vw;
  }
  .lang_en .col.col_01 .item .profile .ja .type {
    margin-top: 2vw;
    font-size: 2.9333333333vw;
  }
  .lang_en .col.col_01 .item .profile .en {
    margin-top: 0;
  }
  .lang_en .col.col_01 .item .profile .en .type {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .lang_en .col.col_02 > .item a .col_title {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
    font-weight: 500;
  }
  .lang_en .col.col_02 > .item a .date {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .col.col_02 > .item a .excerpt {
    line-height: 1.333;
  }
  .lang_en .col.col_03 > .item a .col_title {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
    font-weight: 500;
  }
  .lang_en .col.col_03 > .item a .date {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .col.col_03 > .item a .excerpt {
    line-height: 1.2;
  }
  .article_pattern strong {
    font-weight: 500;
  }
  .article_pattern a {
    color: #000;
  }
  .article_pattern a a:hover {
    text-decoration: none;
  }
  .article_pattern.article_pattern_a figure figcaption {
    margin-top: 2.6666666667vw;
    text-align: center;
    font-size: 2.9333333333vw;
    line-height: 1;
    opacity: 0.5;
  }
  .article_pattern + .article_pattern_a {
    margin-top: 10.6666666667vw;
  }
  .article_pattern.article_pattern_b .text {
    font-size: 3.7333333333vw;
    line-height: 2.133;
    letter-spacing: -0.01em;
  }
  .article_pattern + .article_pattern_b {
    margin-top: 6.6666666667vw;
  }
  .article_pattern.article_pattern_c figure .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .article_pattern.article_pattern_c figure .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .article_pattern.article_pattern_c figure figcaption {
    margin-top: 2.6666666667vw;
    text-align: center;
    font-size: 2.9333333333vw;
    line-height: 1;
    opacity: 0.5;
  }
  .article_pattern + .article_pattern_c {
    margin-top: 10.6666666667vw;
  }
  .article_pattern.article_pattern_d .text {
    padding: 9.3333333333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
    line-height: 1.8571428;
    background: #fff;
  }
  .article_pattern.article_pattern_d .text .bold {
    display: block;
    margin-bottom: 7.3333333333vw;
    text-align: center;
    font-weight: 500;
  }
  .article_pattern + .article_pattern_d {
    margin-top: 10.6666666667vw;
  }
  .lang_en .article_pattern.article_pattern_b .text {
    font-size: 3.7333333333vw;
    line-height: 1.938;
  }
  .lang_en .article_pattern.article_pattern_d .text {
    font-size: 3.7333333333vw;
    line-height: 1.938;
  }
  .lang_en .article_pattern.article_pattern_d .text .bold {
    font-size: 3.7333333333vw;
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .media .media_visual figcaption {
    margin-top: 2.6666666667vw;
    text-align: center;
    color: #a0a0a0;
    font-size: 2.9333333333vw;
    line-height: 1;
  }
  .media .media_detail {
    margin-top: 8vw;
  }
  .media .media_detail .detail_title {
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.4;
  }
  .media .media_detail .detail_description .text {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    line-height: 1.867;
    letter-spacing: -0.01em;
  }
  .media .media_detail .list_area {
    margin-top: 6.6666666667vw;
  }
  .media .media_detail .list_area .list_title {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1;
  }
  .media .media_detail .list_area .list {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
    font-weight: 500;
    line-height: 1.833;
  }
  .media .media_detail .list_area .list li {
    margin-top: 1.3333333333vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.2;
  }
  .media .media_detail .list_area .list li a {
    font-weight: 300;
    color: #000;
    width: 100%;
  }
  .media .media_detail .list_area .list li a:hover {
    text-decoration: none;
  }
  .lang_en .media .media_detail .detail_title {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
    font-size: 4vw;
  }
  .lang_en .media .media_detail .list_area {
    margin-top: 6.6666666667vw;
  }
  .lang_en .media .media_detail .list_area .list_title {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .lang_en .media .media_detail .list_area .list {
    font-family: itc-avant-garde-gothic-pro, heisei-kaku-gothic-std, sans-serif;
  }
  .grid.grid_01 .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid.grid_02 > .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid.grid_01 .block.block_02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .grid.grid_02 > .block.block_02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid.grid_01 .block.block_03 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 > .block.block_03 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .grid.grid_01 .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 > .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid.grid_02 > .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid.grid_02 .block.block_02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .grid.grid_02 > .block.block_02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid.grid_02 .block.block_03 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 > .block.block_03 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 > .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}
@media (min-width: 813px) {
  .grid.grid_01 .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid.grid_02 > .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .grid.grid_01 .block.block_02 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 > .block.block_02 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid.grid_01 .block.block_03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .grid.grid_02 > .block.block_03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .grid.grid_01 .block.block_04 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .grid.grid_02 > .block.block_04 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .grid.grid_01 .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid.grid_02 > .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid.grid_02 .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid.grid_02 > .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .grid.grid_02 .block.block_02 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 > .block.block_02 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 .block.block_03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .grid.grid_02 > .block.block_03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .grid.grid_02 .block.block_04 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .grid.grid_02 > .block.block_04 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .grid.grid_02 .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid.grid_02 > .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid.grid_01 .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid.grid_02 > .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .grid.grid_01 .block.block_02 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 > .block.block_02 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid.grid_01 .block.block_03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .grid.grid_02 > .block.block_03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .grid.grid_01 .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid.grid_02 > .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid.grid_02 .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid.grid_02 > .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .grid.grid_02 .block.block_02 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 > .block.block_02 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 .block.block_03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .grid.grid_02 > .block.block_03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .grid.grid_02 .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid.grid_02 > .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (max-width: 812px) {
  .grid.grid_01 .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid.grid_02 > .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid.grid_01 .block.block_02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .grid.grid_02 > .block.block_02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid.grid_01 .block.block_03 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 > .block.block_03 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .grid.grid_01 .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 > .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid.grid_02 > .block.block_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid.grid_02 .block.block_02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .grid.grid_02 > .block.block_02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid.grid_02 .block.block_03 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 > .block.block_03 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid.grid_02 > .block.block_05 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}
