@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500&display=swap&subset=japanese');
@font-face {
  font-family: 'icomoon';
  src: url('/icon/icomoon.eot?yrfht3?t=2020011115');
  src: url('/icon/icomoon.eot?yrfht3#iefix?t=2020011115') format('embedded-opentype'), url('/icon/icomoon.ttf?yrfht3?t=2020011115') format('truetype'), url('/icon/icomoon.woff?yrfht3?t=2020011115') format('woff'), url('/icon/icomoon.svg?yrfht3#icomoon?t=2020011115') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"],
.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow_back:before {
  content: "\e900";
}
.icon-arrow_forward:before {
  content: "\e901";
}
.icon-check:before {
  content: "\e902";
}
.icon-chevron_left:before {
  content: "\e903";
}
.icon-chevron_right:before {
  content: "\e904";
}
.icon-clear:before {
  content: "\e912";
}
.icon-expand_less:before {
  content: "\e906";
}
.icon-expand_more:before {
  content: "\e907";
}
.icon-instagram:before {
  content: "\e908";
}
.icon-local_parking:before {
  content: "\e909";
}
.icon-radio_button_checked:before {
  content: "\e90a";
}
.icon-radio_button_unchecked:before {
  content: "\e90b";
}
.icon-search:before {
  content: "\e90c";
}
.icon-star:before {
  content: "\e90d";
}
.icon-wifi:before {
  content: "\e90e";
}
.icon-menu:before {
  content: "\e914";
}
.icon-close:before {
  content: "\e915";
}
.icon-play:before {
  content: "\e916";
}
.icon-pause:before {
  content: "\e917";
}
.icon-cs:before {
  content: "\e905";
}
.icon-franchise:before {
  content: "\e90f";
}
.icon-join:before {
  content: "\e910";
}
.icon-sns:before {
  content: "\e911";
}
.icon-location:before {
  content: "\e913";
}
html {
  min-width: 1240px;
  min-height: 616px;
  font-family: 'Roboto', 'Noto Sans KR', sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  background-color: #ffffff;
  color: #000000;
  overflow-x: hidden;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
a {
  text-decoration-line: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
em {
  font-style: normal;
}
p {
  white-space: pre-line;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: keep-all;
}
@media screen and (max-width: 1241px) {
  html {
    overflow-x: auto;
  }
}
@media screen and (max-width: 900px) {
  html {
    min-width: auto;
    max-width: 100vw;
    overflow-x: hidden;
  }
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
.furato-dis-n {
  display: none;
}
#Furato-nav-main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  width: 100%;
  min-width: 1240px;
  height: 120px;
  overflow: hidden;
  transition: height 0.25s ease-in-out 0s;
}
#Furato-nav-main .furato-logo {
  position: absolute;
  top: 20px;
  left: calc((100% - 1204px) / 2);
  height: 80px;
  transition: all 0.25s ease-in-out 0s;
}
#Furato-nav-main .furato-logo img {
  height: 100%;
  transition: height 0.25s ease-in-out 0s;
}
#Furato-nav-main .furato-btn-menu {
  display: none;
}
#Furato-nav-main .furato-depth0 {
  position: absolute;
  top: 20px;
  right: calc((100% - 1232px) / 2);
  width: 712px;
  margin: 0;
  padding: 12px 0;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  list-style-type: none;
  transition: top 0.25s ease-in-out 0s;
}
#Furato-nav-main .furato-depth0 > li > a:first-of-type {
  height: 56px;
  margin-bottom: 56px;
  padding: 0 16px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: -0.04em;
  word-spacing: 0.02em;
  white-space: nowrap;
}
#Furato-nav-main .furato-depth0 > li > a:first-of-type:after {
  content: '';
  position: relative;
  bottom: -10px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  display: block;
  background-color: #ffffff;
  transition: width 0.25s ease-in-out 0s;
}
#Furato-nav-main .furato-depth0 > li > a:first-of-type:hover:after,
#Furato-nav-main .furato-depth0 > li > a:first-of-type.furato-active:after {
  width: 100%;
}
#Furato-nav-main .furato-depth0 > li > a:nth-of-type(2) {
  display: none;
}
#Furato-nav-main .furato-depth0 .furato-btn-close {
  display: none;
}
#Furato-nav-main .furato-depth1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
#Furato-nav-main .furato-depth1 a {
  height: 40px;
  display: block;
  color: #1F1918;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.04em;
  word-spacing: 0.02em;
  white-space: nowrap;
  transition: color 0.25s ease-in-out 0s;
}
#Furato-nav-main .furato-depth1 a:hover,
#Furato-nav-main .furato-depth1 a.furato-active {
  color: #B6091F;
}
#Furato-nav-main #Furato-promo-sub {
  position: absolute;
  top: 144px;
  left: calc((100% - 1200px) / 2);
}
#Furato-nav-main .furato-bg {
  width: 100%;
  display: block;
}
#Furato-nav-main .furato-bg:before {
  content: '';
  height: 120px;
  display: block;
  background-color: rgba(0, 0, 0, 0.92);
  transition: top 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}
#Furato-nav-main .furato-bg:after {
  content: '';
  height: 272px;
  display: block;
  background-color: rgba(255, 255, 255, 0.96);
}
#Furato-nav-main .furato-bg.furato-transparent:before {
  background-color: rgba(0, 0, 0, 0.8);
}
#Furato-nav-main.furato-min {
  height: 80px;
}
#Furato-nav-main.furato-min .furato-logo {
  top: 12px;
  height: 56px;
}
#Furato-nav-main.furato-min ul.furato-depth0 {
  top: 0;
}
#Furato-nav-main.furato-min .furato-bg:before {
  background-color: rgba(0, 0, 0, 0.8);
}
#Furato-nav-main.furato-active {
  height: 392px;
}
#Furato-nav-main.furato-active .furato-logo {
  top: 20px;
  height: 80px;
}
#Furato-nav-main.furato-active ul.furato-depth0 {
  top: 20px;
}
#Furato-nav-main.furato-active .furato-bg:before {
  background-color: rgba(0, 0, 0, 0.92);
}
#Furato-promo-sub {
  width: 280px;
}
#Furato-promo-sub h4 {
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  white-space: nowrap;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
#Furato-promo-sub h4 span {
  color: #000000;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.04em;
  word-spacing: 0.02em;
}
#Furato-promo-sub h4 em {
  color: #1F1918;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -0.04em;
  word-spacing: 0.02em;
  font-style: normal;
}
#Furato-promo-sub img {
  width: 280px;
  height: 160px;
}
@media screen and (max-width: 900px) {
  #Furato-nav-main {
    min-width: auto;
    height: 64px;
    overflow: visible;
  }
  #Furato-nav-main .furato-logo {
    top: 8px;
    left: 8px;
    height: 48px;
    z-index: 1000;
  }
  #Furato-nav-main .furato-logo img {
    width: calc(168px);
    height: 48px;
  }
  #Furato-nav-main .furato-btn-menu {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1000;
    color: #ffffff;
    width: 48px;
    height: 48px;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #Furato-nav-main .furato-btn-menu i {
    font-size: 32px;
  }
  #Furato-nav-main .furato-btn-menu i:before {
    font-size: 32px;
  }
  #Furato-nav-main .furato-nav-m-wrap {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1100;
    width: 400px;
    height: 100vh;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.92);
    transition: left 0.25s ease-in-out 0s;
  }
  #Furato-nav-main .furato-depth0 {
    position: relative;
    top: 0;
    right: 0;
    width: 304px;
    padding: 64px 0 0 0;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  #Furato-nav-main .furato-depth0 > li {
    width: 100%;
    position: relative;
  }
  #Furato-nav-main .furato-depth0 > li > a:first-of-type {
    margin-bottom: 0;
    display: block;
  }
  #Furato-nav-main .furato-depth0 > li > a:first-of-type:after {
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.44);
    display: none;
  }
  #Furato-nav-main .furato-depth0 > li > a:nth-of-type(2) {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.44);
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #Furato-nav-main .furato-depth0 > li > a:nth-of-type(2) i {
    font-size: 24px;
  }
  #Furato-nav-main .furato-depth0 > li > a:nth-of-type(2) i:before {
    font-size: 24px;
  }
  #Furato-nav-main .furato-depth0 .furato-btn-close {
    position: absolute;
    top: -56px;
    right: 8px;
    display: block;
    color: rgba(255, 255, 255, 0.44);
    width: 48px;
    height: 48px;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #Furato-nav-main .furato-depth0 .furato-btn-close i {
    font-size: 32px;
  }
  #Furato-nav-main .furato-depth0 .furato-btn-close i:before {
    font-size: 32px;
  }
  #Furato-nav-main .furato-depth0 > li.furato-active > a:nth-of-type(2) i:before {
    content: "\e906";
  }
  #Furato-nav-main .furato-depth0 > li.furato-active .furato-depth1 {
    max-height: 160px;
    padding-bottom: 16px;
  }
  #Furato-nav-main .furato-depth1 {
    width: 304px;
    margin: 0 16px;
    padding: 0 16px 4px 16px;
    position: relative;
    top: -4px;
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.44);
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-content: flex-start;
    transition: padding 0.25s ease-in-out 0s, max-height 0.25s ease-in-out 0s;
  }
  #Furato-nav-main .furato-depth1 a {
    color: #9E9E9E;
  }
  #Furato-nav-main .furato-depth1 a:hover,
  #Furato-nav-main .furato-depth1 a.furato-active {
    color: #ffffff;
  }
  #Furato-nav-main #Furato-promo-sub {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    right: 0;
    margin-top: 24px;
  }
  #Furato-nav-main .furato-bg {
    position: absolute;
    top: 0;
    left: 0;
  }
  #Furato-nav-main .furato-bg:before {
    position: relative;
    top: 0;
    height: 64px;
  }
  #Furato-nav-main .furato-bg:after {
    display: none;
  }
  #Furato-nav-main.furato-min {
    height: 64px;
  }
  #Furato-nav-main.furato-min .furato-logo {
    top: 8px;
    height: 48px;
  }
  #Furato-nav-main.furato-active {
    height: 64px;
  }
  #Furato-nav-main.furato-active .furato-logo {
    top: 8px;
    height: 48px;
  }
  #Furato-nav-main.furato-active ul.furato-depth0 {
    top: 0;
  }
  #Furato-nav-main.furato-active-m .furato-nav-m-wrap {
    left: calc(100% - 304px);
  }
  #Furato-nav-main.furato-min-m .furato-logo {
    top: -48px;
  }
  #Furato-nav-main.furato-min-m .furato-btn-menu {
    color: #1F1918;
  }
  #Furato-nav-main.furato-min-m .furato-bg:before {
    top: -64px;
  }
  #Furato-promo-sub {
    width: 272px;
    padding: 0 16px;
    margin-bottom: 80px;
  }
  #Furato-promo-sub h4 span {
    color: #ffffff;
  }
  #Furato-promo-sub h4 em {
    color: #ffffff;
    font-size: 20px;
  }
  #Furato-promo-sub img {
    width: 272px;
    height: 160px;
  }
}
#Furato-header {
  position: relative;
  height: 512px;
  overflow: hidden;
}
#Furato-header .furato-bg {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 592px;
  background-size: cover;
  background-position: center center;
  transition: top 1s ease-out 0s;
}
#Furato-header h1 {
  position: absolute;
  top: 232px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  opacity: 0;
  transition: opacity 1s ease-in 0s;
}
#Furato-header h1.furato-black {
  color: #1F1918;
}
#Furato-header h1.furato-black > span {
  font-weight: 500;
}
#Furato-header h1 em {
  height: 72px;
  margin: 0;
  padding: 0;
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: 0;
  word-spacing: 0.02em;
}
#Furato-header h1 > span {
  height: 48px;
  margin-top: 8px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  #Furato-header {
    height: 400px;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-content: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #Furato-header .furato-bg {
    height: 480px;
  }
  #Furato-header h1 {
    top: 144px;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  #Furato-header h1 em {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    letter-spacing: 0;
    word-spacing: 0.02em;
    white-space: nowrap;
  }
  #Furato-header h1 > span {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    text-align: center;
  }
  #Furato-header h1 > span > span {
    white-space: nowrap;
  }
  #Furato-header h1.furato-small em {
    font-size: 38px;
  }
  #Furato-header h1.furato-small > span {
    font-size: 26px;
  }
}
#Furato-mainmain {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
#Furato-sub {
  position: relative;
  width: 1200px;
  min-height: 800px;
  margin: 0 auto 120px auto;
  padding: 112px 0 0 0;
  display: block;
}
#Furato-sub.furato-no_header_img {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  #Furato-sub {
    width: 100%;
    margin-bottom: 96px;
  }
}
#Furato-nav-sub {
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
}
#Furato-nav-sub ul {
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  list-style-type: none;
  background-color: #ffffff;
}
#Furato-nav-sub li {
  box-sizing: border-box;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  background-color: #ffffff;
  transition: border 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}
#Furato-nav-sub li:last-of-type {
  border-right: 1px solid #BDBDBD;
}
#Furato-nav-sub li:last-of-type:hover,
#Furato-nav-sub li:last-of-type.furato-active {
  border-right: 1px solid #B6091F;
}
#Furato-nav-sub li:hover,
#Furato-nav-sub li.furato-active {
  border-top: 1px solid #B6091F;
  border-bottom: 1px solid #B6091F;
  border-left: 1px solid #B6091F;
  background-color: #B6091F;
}
#Furato-nav-sub li:hover a,
#Furato-nav-sub li.furato-active a {
  color: #ffffff;
}
#Furato-nav-sub a {
  height: 62px;
  display: block;
  color: #1F1918;
  font-size: 20px;
  line-height: 62px;
  font-weight: 400;
  letter-spacing: -0.04em;
  word-spacing: 0.02em;
  white-space: nowrap;
  text-align: center;
  transition: color 0.25s ease-in-out 0s;
}
#Furato-nav-sub.furato-tab-2 ul li {
  width: 50%;
}
#Furato-nav-sub.furato-tab-3 ul li {
  width: 33.33333333%;
}
#Furato-nav-sub.furato-tab-4 ul li {
  width: 25%;
}
@media screen and (max-width: 900px) {
  #Furato-nav-sub {
    top: -28px;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
  }
  #Furato-nav-sub ul {
    position: static;
  }
  #Furato-nav-sub li {
    flex: 0 0 auto;
  }
  #Furato-nav-sub li:hover {
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    border-left: 1px solid #BDBDBD;
    background-color: #ffffff;
  }
  #Furato-nav-sub li:hover a {
    color: #1F1918;
  }
  #Furato-nav-sub a {
    height: 54px;
    padding: 0 16px;
    font-size: 18px;
    line-height: 56px;
    font-weight: 400;
    letter-spacing: -0.04em;
    word-spacing: 0.02em;
  }
  #Furato-nav-sub.furato-tab-2 ul li {
    width: 152px;
  }
  #Furato-nav-sub.furato-tab-3 ul li {
    width: 152px;
  }
  #Furato-nav-sub.furato-tab-4 ul li {
    width: 152px;
  }
  #Furato-nav-sub.furato-scroll-x {
    overflow-x: scroll;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  #Furato-nav-sub.furato-scroll-x ul {
    position: relative;
  }
}
#Furato-nav-aside {
  position: absolute;
  z-index: 500;
  top: 624px;
  right: 0;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.96);
}
#Furato-nav-aside.furato-no_header_img {
  top: 512px;
}
#Furato-nav-aside.furato-home {
  top: 100vh;
}
#Furato-nav-aside.furato-fix {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#Furato-nav-aside.furato-bottom {
  position: absolute;
  top: auto;
  bottom: 296px;
}
#Furato-nav-aside ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#Furato-nav-aside li:not(:last-of-type) {
  margin-bottom: 8px;
}
#Furato-nav-aside li:last-of-type a {
  height: 48px;
}
#Furato-nav-aside li:last-of-type a i {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  font-size: 32px;
}
#Furato-nav-aside li:last-of-type a i:before {
  font-size: 32px;
}
#Furato-nav-aside a {
  width: 80px;
  height: 80px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1F1918;
  transition: color 0.25s ease-in-out 0s;
}
#Furato-nav-aside a:hover {
  color: #B6091F;
}
#Furato-nav-aside i {
  width: 48px;
  height: 48px;
  margin-bottom: 4px;
  display: block;
  font-size: 48px;
}
#Furato-nav-aside i:before {
  font-size: 48px;
}
#Furato-nav-aside span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  #Furato-nav-aside {
    display: none;
  }
}
#Furato-footer {
  position: relative;
  z-index: 1000;
  height: 296px;
  padding-top: 40px;
  background-color: #1F1918;
  box-sizing: border-box;
}
#Furato-footer small {
  position: absolute;
  top: 120px;
  left: calc((100% - 1200px) / 2);
  margin: 0;
  padding: 0;
  color: #9E9E9E;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  word-spacing: 0.02em;
  white-space: pre-line;
}
#Furato-footer small > span {
  white-space: nowrap;
}
#Furato-footer small > span > span {
  width: 120px;
  display: inline-block;
}
#Furato-footer .furato-logo {
  position: absolute;
  top: 120px;
  right: calc((100% - 1200px) / 2);
}
#Furato-footer .furato-logo img {
  width: 144px;
  height: 124px;
  opacity: 0.5;
  display: block;
}
#Furato-nav-footer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
#Furato-nav-footer a {
  color: #9E9E9E;
  transition: color 0.25s ease-in-out 0s;
}
#Furato-nav-footer a:hover {
  color: #ffffff;
}
#Furato-nav-footer a span {
  width: 32px;
  height: 32px;
  display: block;
  font-size: 32px;
}
#Furato-nav-footer a span:before {
  font-size: 32px;
}
#Furato-nav-footer ul {
  width: 710px;
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  list-style-type: none;
}
#Furato-nav-footer li a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.04em;
  word-spacing: 0.02em;
}
#Furato-nav-footer li.furato-divider:before {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  margin-top: 10px;
  background-color: #9E9E9E;
}
@media screen and (max-width: 900px) {
  #Furato-footer {
    padding-top: 24px;
    height: 400px;
  }
  #Furato-footer small {
    top: 264px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0;
  }
  #Furato-footer .furato-logo {
    top: 120px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #Furato-nav-footer {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
  #Furato-nav-footer ul {
    width: 100%;
    padding-right: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #Furato-nav-footer li a {
    padding: 0 4px;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.04em;
    word-spacing: 0.02em;
  }
  #Furato-nav-footer li:nth-of-type(5) {
    display: none;
  }
}
#Furato-cover {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  pointer-events: auto;
  transition: height .5s linear 0s, opacity .25s linear .45s;
}
#Furato-cover.furato-hide {
  height: 0.1%;
  opacity: 0;
  pointer-events: none;
}
.furato-promo-main {
  position: relative;
  height: calc(100vh - 72px);
  min-height: 800px;
  overflow: hidden;
}
.furato-promo-main article {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  transition: left 0.5s ease-in-out 0s;
}
.furato-promo-main article .furato-image {
  width: calc(960px + (100% - 1200px) / 2);
  background-size: cover;
  background-position: center center;
}
.furato-promo-main article .furato-image-sub {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
}
.furato-promo-main article .furato-image-sub span {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 167%;
  background-size: cover;
  background-position: center center;
  transition: top 15s linear 0s;
}
.furato-promo-main article .furato-image-sub span.furato-move-up {
  top: -66%;
}
.furato-promo-main article .furato-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}
.furato-promo-main article .furato-text.furato-show h2,
.furato-promo-main article .furato-text.furato-show span,
.furato-promo-main article .furato-text.furato-show em,
.furato-promo-main article .furato-text.furato-show a {
  top: 0;
  opacity: 1;
}
.furato-promo-main article .furato-text h2 {
  margin: 0;
  padding: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 128px;
  line-height: 176px;
  font-weight: 600;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  white-space: nowrap;
}
.furato-promo-main article .furato-text span {
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0.25s, opacity 0.5s ease-in-out 0.25s;
  white-space: nowrap;
}
.furato-promo-main article .furato-text em {
  font-size: 44px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  margin-bottom: 80px;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
  white-space: nowrap;
}
.furato-promo-main article:nth-of-type(1) .furato-text em {
  font-size: 40px;
  line-height: 64px;
  top: 16px;
  text-align: center;
  margin-bottom: 48px;
}
.furato-promo-main article .furato-text a {
  width: 280px;
  height: 64px;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  line-height: 64px;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0.75s, opacity 0.5s ease-in-out 0.75s;
  transition: top 0.5s ease-in-out 0.75s, opacity 0.5s ease-in-out 0.75s, border 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}
.furato-promo-main article .furato-text a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.furato-promo-main article:nth-of-type(2) {
  display: block;
}
.furato-promo-main article:nth-of-type(2) .furato-image {
  width: 100%;
  height: 100%;
}
.furato-promo-main article:nth-of-type(2) .furato-text.furato-show img {
  top: 0;
  opacity: 1;
}
.furato-promo-main article:nth-of-type(2) .furato-text img {
  width: 447px;
  height: 112px;
  padding: 32px 0;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-promo-main article:nth-of-type(3) .furato-image-sub span {
  top: 0;
}
.furato-promo-main article:nth-of-type(3) .furato-image-sub span.furato-move-up {
  top: -20%;
}
.furato-promo-main ul {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.furato-promo-main ul a {
  width: 16px;
  height: 16px;
  padding: 4px;
  display: block;
  box-sizing: border-box;
  transition: width 0.25s ease-in-out 0s;
}
.furato-promo-main ul a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.44);
  border-radius: 4px;
  transition: background-color 0.25s ease-in-out 0s;
}
.furato-promo-main ul a.furato-active {
  width: 112px;
}
.furato-promo-main ul a:hover:before {
  background-color: #ffffff;
}
.furato-promo-main > a {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: rgba(255, 255, 255, 0.44);
  opacity: 0;
  pointer-events: none;
  transition: color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
}
.furato-promo-main > a.furato-show {
  opacity: 1;
  pointer-events: auto;
}
.furato-promo-main > a:hover {
  color: #ffffff;
}
.furato-promo-main > a:nth-of-type(1) {
  left: 0;
}
.furato-promo-main > a:nth-of-type(2) {
  right: 0;
}
@media screen and (max-width: 900px) {
  .furato-promo-main {
    height: calc(100vh - 64px);
    min-height: 600px;
  }
  .furato-promo-main article .furato-text {
    -webkit-transform: translate(-50%, -46%);
    transform: translate(-50%, -46%);
  }
  .furato-promo-main article .furato-text h2 {
    font-size: 80px;
    line-height: 128px;
    font-weight: 600;
    letter-spacing: 0;
    word-spacing: 0.02em;
  }
  .furato-promo-main article .furato-text span {
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-promo-main article .furato-text em {
    font-size: 32px;
    line-height: 56px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    margin-bottom: 40px;
  }
  .furato-promo-main article:nth-of-type(1) .furato-text em {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    position: relative;
    top: 8px;
    margin-bottom: 32px;
  }
  .furato-promo-main article .furato-text a {
    width: 240px;
    height: 56px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    line-height: 56px;
  }
  .furato-promo-main article:nth-of-type(2) .furato-text img {
    width: 319px;
    height: 80px;
    padding: 24px 0;
  }
  .furato-promo-main > a {
    display: none;
  }
}
.furato-portlet-franqa {
  position: relative;
  height: 72px;
  background-color: #000000;
  overflow: hidden;
}
.furato-portlet-franqa > div:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: calc((100% - 1200px) / 2);
  width: 400px;
  height: 100%;
  padding: 8px 24px 8px 48px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #B6091F;
  background-image: url('/images/icon_cs.svg?t=2020011115');
  background-size: 32px 40px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.furato-portlet-franqa > div:nth-of-type(1) h2 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  line-height: 56px;
  font-size: 20px;
  margin-right: 24px;
}
.furato-portlet-franqa > div:nth-of-type(1) span {
  font-size: 34px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  font-size: 28px;
}
.furato-portlet-franqa > div:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: calc(400px + (100% - 1200px) / 2);
  width: 800px;
  height: 100%;
  padding: 16px 0 16px 32px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}
.furato-portlet-franqa > div:nth-of-type(2) span {
  color: #ffffff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  font-size: 18px;
}
.furato-portlet-franqa > div:nth-of-type(2) a {
  color: rgba(255, 255, 255, 0.44);
  transition: color 0.25s ease-in-out 0s;
}
.furato-portlet-franqa > div:nth-of-type(2) a:hover {
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .furato-portlet-franqa {
    height: 64px;
  }
  .furato-portlet-franqa > div:nth-of-type(1) {
    position: relative;
    left: 0;
    width: 100%;
    background-color: #000000;
    background-size: 26px 32px;
  }
  .furato-portlet-franqa > div:nth-of-type(1) h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-franqa > div:nth-of-type(1) span {
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-franqa > div:nth-of-type(2) {
    display: none;
  }
}
.furato-portlet-promo {
  position: relative;
  width: 100%;
  height: 576px;
  background-size: cover;
  background-position: center center;
  background-image: url('/images/portlet_promo_bg.jpg?t=2020011115');
  color: #ffffff;
}
.furato-portlet-promo > div:nth-of-type(1) {
  position: absolute;
  top: 80px;
  left: calc((100% - 1200px) / 2);
  width: 520px;
}
.furato-portlet-promo > div:nth-of-type(1) mark,
.furato-portlet-promo > div:nth-of-type(1) h2,
.furato-portlet-promo > div:nth-of-type(1) h3,
.furato-portlet-promo > div:nth-of-type(1) p,
.furato-portlet-promo > div:nth-of-type(1) em {
  position: relative;
  left: -24px;
  opacity: 0;
  transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-portlet-promo > div:nth-of-type(1) mark.furato-show,
.furato-portlet-promo > div:nth-of-type(1) h2.furato-show,
.furato-portlet-promo > div:nth-of-type(1) h3.furato-show,
.furato-portlet-promo > div:nth-of-type(1) p.furato-show,
.furato-portlet-promo > div:nth-of-type(1) em.furato-show {
  left: 0;
  opacity: 1;
}
.furato-portlet-promo > div:nth-of-type(1) h2,
.furato-portlet-promo > div:nth-of-type(1) h3,
.furato-portlet-promo > div:nth-of-type(1) p,
.furato-portlet-promo > div:nth-of-type(1) em {
  display: block;
}
.furato-portlet-promo > div:nth-of-type(1) h2 {
  margin: 0;
  padding: 0;
  font-size: 44px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-portlet-promo > div:nth-of-type(1) h3 {
  margin: 0 0 16px 0;
  font-size: 34px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-portlet-promo > div:nth-of-type(1) p {
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  color: #ffffff;
}
.furato-portlet-promo > div:nth-of-type(1) > em {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-portlet-promo > div:nth-of-type(2) {
  position: absolute;
  top: 80px;
  left: calc(600px + (100% - 1200px) / 2);
  width: 600px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.furato-portlet-promo > div:nth-of-type(2) mark,
.furato-portlet-promo > div:nth-of-type(2) img,
.furato-portlet-promo > div:nth-of-type(2) p {
  position: relative;
  right: -24px;
  opacity: 0;
  transition: right 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-portlet-promo > div:nth-of-type(2) mark.furato-show,
.furato-portlet-promo > div:nth-of-type(2) img.furato-show,
.furato-portlet-promo > div:nth-of-type(2) p.furato-show {
  right: 0;
  opacity: 1;
}
.furato-portlet-promo > div:nth-of-type(2) div {
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.furato-portlet-promo > div:nth-of-type(2) mark {
  position: relative;
  right: 0;
  margin-bottom: 16px;
}
.furato-portlet-promo > div:nth-of-type(2) img {
  width: 288px;
  height: 216px;
  margin-bottom: 16px;
}
.furato-portlet-promo > div:nth-of-type(2) p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  white-space: nowrap;
}
.furato-portlet-promo > div:nth-of-type(2) em {
  font-size: 44px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  line-height: 44px;
  display: block;
  white-space: nowrap;
}
.furato-portlet-promo mark {
  padding: 4px 8px;
  background-color: #B6091F;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .furato-portlet-promo {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    height: auto;
    padding: 64px 0;
  }
  .furato-portlet-promo > div:nth-of-type(1) {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-order: 2;
    order: 2;
  }
  .furato-portlet-promo > div:nth-of-type(1) mark,
  .furato-portlet-promo > div:nth-of-type(1) h2,
  .furato-portlet-promo > div:nth-of-type(1) h3,
  .furato-portlet-promo > div:nth-of-type(1) p,
  .furato-portlet-promo > div:nth-of-type(1) em {
    position: relative;
    top: 16px;
    opacity: 0;
    transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
  .furato-portlet-promo > div:nth-of-type(1) mark.furato-show,
  .furato-portlet-promo > div:nth-of-type(1) h2.furato-show,
  .furato-portlet-promo > div:nth-of-type(1) h3.furato-show,
  .furato-portlet-promo > div:nth-of-type(1) p.furato-show,
  .furato-portlet-promo > div:nth-of-type(1) em.furato-show {
    top: 0;
    opacity: 1;
  }
  .furato-portlet-promo > div:nth-of-type(1) h2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 56px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-promo > div:nth-of-type(1) h3 {
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-promo > div:nth-of-type(1) p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-promo > div:nth-of-type(1) > em {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-promo > div:nth-of-type(2) {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    margin-bottom: 32px;
    -webkit-order: 1;
    order: 1;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-portlet-promo > div:nth-of-type(2) mark,
  .furato-portlet-promo > div:nth-of-type(2) img,
  .furato-portlet-promo > div:nth-of-type(2) p {
    position: relative;
    top: 16px;
    opacity: 0;
    transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
  .furato-portlet-promo > div:nth-of-type(2) mark.furato-show,
  .furato-portlet-promo > div:nth-of-type(2) img.furato-show,
  .furato-portlet-promo > div:nth-of-type(2) p.furato-show {
    top: 0;
    opacity: 1;
  }
  .furato-portlet-promo > div:nth-of-type(2) div {
    width: calc(100% - 16px);
  }
  .furato-portlet-promo > div:nth-of-type(2) div:first-of-type {
    margin-right: 16px;
  }
  .furato-portlet-promo > div:nth-of-type(2) img {
    width: 100%;
    height: auto;
  }
  .furato-portlet-promo > div:nth-of-type(2) p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-promo > div:nth-of-type(2) em {
    font-size: 32px;
    line-height: 56px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    line-height: 40px;
  }
  .furato-portlet-promo mark {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
}
.furato-portlet-menu {
  position: relative;
  top: -40px;
  width: 100%;
  height: 480px;
  margin-bottom: 80px;
  overflow: hidden;
}
.furato-portlet-menu article:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: calc((100% - 1200px) / 2);
  z-index: 450;
  width: 400px;
  height: 100%;
  padding: 80px 40px 40px 40px;
  box-sizing: border-box;
  background-color: #B6091F;
  color: #ffffff;
  background-image: url('/images/logo_bg_portlet.png?t=2020011115');
  background-size: 272px 272px;
  background-repeat: no-repeat;
  background-position: 200px 0;
}
.furato-portlet-menu article:nth-of-type(1) h3,
.furato-portlet-menu article:nth-of-type(1) p {
  position: relative;
  left: -24px;
  opacity: 0;
  transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-portlet-menu article:nth-of-type(1) h3.furato-show,
.furato-portlet-menu article:nth-of-type(1) p.furato-show {
  left: 0;
  opacity: 1;
}
.furato-portlet-menu article:nth-of-type(1) a {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}
.furato-portlet-menu article:nth-of-type(1) a.furato-show {
  opacity: 1;
}
.furato-portlet-menu article:nth-of-type(1) h3 {
  position: relative;
  margin: 0 0 80px 0;
  padding: 0;
  font-size: 34px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  display: inline-block;
}
.furato-portlet-menu article:nth-of-type(1) h3:before {
  content: '';
  position: absolute;
  bottom: -38px;
  width: 100%;
  display: block;
  min-width: 40px;
  height: 4px;
  background-color: #1F1918;
  background-color: #ffffff;
}
.furato-portlet-menu article:nth-of-type(1) p {
  margin: 0 0 88px 0;
  padding: 0;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-portlet-menu article:nth-of-type(1) .furato-button-56_20-w-bg {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 320px;
}
.furato-portlet-menu article:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: calc(400px + (100% - 1200px) / 2);
  width: 800px;
  height: 100%;
  padding: 80px 0 0 40px;
  box-sizing: border-box;
}
.furato-portlet-menu article:nth-of-type(2) h3 {
  position: relative;
  right: -24px;
  opacity: 0;
  transition: right 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-portlet-menu article:nth-of-type(2) h3.furato-show {
  right: 0;
  opacity: 1;
}
.furato-portlet-menu article:nth-of-type(2) h3 {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  color: #1F1918;
  font-size: 34px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-portlet-menu article:nth-of-type(2) h3 .furato-button-48_18-b-bo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
}
.furato-portlet-menu article:nth-of-type(2) ul {
  position: absolute;
  top: 152px;
  left: 40px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  transition: left 1s ease-in-out 0s;
}
.furato-portlet-menu article:nth-of-type(2) ul.furato-move-l {
  left: -1280px;
}
.furato-portlet-menu article:nth-of-type(2) li {
  margin-right: 32px;
  padding: 16px 8px;
}
.furato-portlet-menu article:nth-of-type(2) li img {
  width: 216px;
  height: 216px;
  margin-bottom: 24px;
  display: block;
}
.furato-portlet-menu article:nth-of-type(2) li span {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  display: block;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .furato-portlet-menu {
    top: 0;
    height: auto;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin-bottom: 64px;
  }
  .furato-portlet-menu article:nth-of-type(1) {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 32px;
    background-size: auto 70%;
    background-position: 120% center;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-portlet-menu article:nth-of-type(1) h3,
  .furato-portlet-menu article:nth-of-type(1) p {
    position: relative;
    top: 16px;
    opacity: 0;
    transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
  .furato-portlet-menu article:nth-of-type(1) h3.furato-show,
  .furato-portlet-menu article:nth-of-type(1) p.furato-show {
    top: 0;
    opacity: 1;
  }
  .furato-portlet-menu article:nth-of-type(1) h3 {
    margin-bottom: 64px;
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-menu article:nth-of-type(1) h3:before {
    bottom: -30px;
  }
  .furato-portlet-menu article:nth-of-type(1) p {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-menu article:nth-of-type(1) .furato-button-56_20-w-bg {
    position: relative;
    bottom: 0;
    left: 0;
    width: 200px;
    max-width: 100%;
  }
  .furato-portlet-menu article:nth-of-type(2) {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 32px 0 80px 0;
  }
  .furato-portlet-menu article:nth-of-type(2) h3 {
    position: relative;
    top: 16px;
    opacity: 0;
    transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
  .furato-portlet-menu article:nth-of-type(2) h3.furato-show {
    top: 0;
    opacity: 1;
  }
  .furato-portlet-menu article:nth-of-type(2) h3 {
    position: static;
    margin: 0 16px 32px 16px;
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    text-align: center;
  }
  .furato-portlet-menu article:nth-of-type(2) h3 .furato-button-48_18-b-bo {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 200px;
  }
  .furato-portlet-menu article:nth-of-type(2) ul {
    position: relative;
    top: 0;
    left: 0;
  }
}
.furato-portlet-foodlab {
  width: 100%;
  height: 1232px;
  margin-bottom: 120px;
}
.furato-portlet-foodlab h2 {
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-portlet-foodlab h2.furato-show {
  top: 0;
  opacity: 1;
}
.furato-portlet-foodlab h2 {
  margin: 0 0 80px 0;
  font-size: 44px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  color: #1F1918;
  text-align: center;
}
.furato-portlet-foodlab article {
  position: relative;
  height: 1000px;
  background-image: url('/images/secret_portlet_bg.jpg?t=2020011115');
  background-position: center center;
}
.furato-portlet-foodlab article > div:nth-of-type(1) {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.furato-portlet-foodlab article > div:nth-of-type(1) div:nth-of-type(1) {
  position: absolute;
  top: -40px;
  left: -260px;
  opacity: 0;
}
.furato-portlet-foodlab article > div:nth-of-type(1) div:nth-of-type(1) img {
  width: 520px;
  height: 784px;
}
.furato-portlet-foodlab article > div:nth-of-type(1) div:nth-of-type(2) {
  position: absolute;
  bottom: -80px;
  right: -368px;
  opacity: 0;
}
.furato-portlet-foodlab article > div:nth-of-type(1) div:nth-of-type(2) img {
  width: 736px;
  height: 528px;
}
.furato-portlet-foodlab article img {
  display: block;
}
.furato-portlet-foodlab article span {
  position: absolute;
  bottom: 88px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 48px;
  color: #ffffff;
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-portlet-foodlab article span:after {
  content: '';
  display: block;
  min-width: 40px;
  height: 4px;
  background-color: #1F1918;
  background-color: #ffffff;
  position: absolute;
  bottom: -4px;
  width: 100%;
}
.furato-portlet-foodlab article p,
.furato-portlet-foodlab article a {
  position: relative;
  left: -24px;
  opacity: 0;
  transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-portlet-foodlab article p.furato-show,
.furato-portlet-foodlab article a.furato-show {
  left: 0;
  opacity: 1;
}
.furato-portlet-foodlab article > div:nth-of-type(2) {
  position: absolute;
  bottom: 40px;
  left: calc((100% - 1200px) / 2);
  width: 400px;
}
.furato-portlet-foodlab article p {
  margin: 0 0 40px 0;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-portlet-foodlab article .furato-button-56_20-w-bo {
  width: 200px;
  transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, border 0.25s ease-in-out 0s;
}
@media screen and (max-width: 900px) {
  .furato-portlet-foodlab {
    height: auto;
    margin-bottom: 96px;
  }
  .furato-portlet-foodlab h2 {
    font-size: 32px;
    line-height: 56px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    margin: 0 16px 64px 16px;
  }
  .furato-portlet-foodlab h2 span {
    white-space: nowrap;
  }
  .furato-portlet-foodlab article {
    height: calc(157.00668896vw);
    padding-bottom: 128px;
    background-size: cover;
  }
  .furato-portlet-foodlab article p,
  .furato-portlet-foodlab article a {
    position: relative;
    top: 16px;
    opacity: 0;
    transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
  .furato-portlet-foodlab article p.furato-show,
  .furato-portlet-foodlab article a.furato-show {
    top: 0;
    opacity: 1;
  }
  .furato-portlet-foodlab article > div:nth-of-type(1) {
    width: 100%;
  }
  .furato-portlet-foodlab article > div:nth-of-type(1) div:nth-of-type(1) {
    top: -32px;
  }
  .furato-portlet-foodlab article > div:nth-of-type(1) div:nth-of-type(1) img {
    width: 70vw;
    height: calc(99.61538462vw);
  }
  .furato-portlet-foodlab article > div:nth-of-type(1) div:nth-of-type(2) {
    bottom: auto;
    top: calc(89.65384615vw);
    margin-top: -32px;
  }
  .furato-portlet-foodlab article > div:nth-of-type(1) div:nth-of-type(2) img {
    width: 80vw;
    height: calc(57.39130435vw);
  }
  .furato-portlet-foodlab article span {
    bottom: 64px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    white-space: nowrap;
  }
  .furato-portlet-foodlab article > div:nth-of-type(2) {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-portlet-foodlab article p {
    margin: 0 16px 32px 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-foodlab article .furato-button-56_20-w-bo {
    transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, border 0.25s ease-in-out 0s;
  }
}
.furato-portlet-video {
  position: relative;
  width: 1200px;
  height: 752px;
  margin: 0 auto 64px auto;
}
.furato-portlet-video h2,
.furato-portlet-video article {
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-portlet-video h2.furato-show,
.furato-portlet-video article.furato-show {
  top: 0;
  opacity: 1;
}
.furato-portlet-video h2 {
  margin: 0 0 40px 0;
  padding: 0;
  color: #1F1918;
  font-size: 34px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  text-align: center;
}
.furato-portlet-video article {
  padding: 40px;
  width: 1200px;
  height: 656px;
  background-image: url('/images/video_bg.jpg?t=2020011115');
  background-repeat: no-repeat;
}
.furato-portlet-video article > div {
  position: relative;
  width: 992px;
  height: 560px;
  background-color: #1F1918;
}
.furato-portlet-video article > div video {
  width: 100%;
  height: 100%;
}
.furato-portlet-video article > div a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  opacity: 1;
  pointer-events: auto;
}
.furato-portlet-video article > div a:before {
  content: "\e916";
  display: block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 104px;
  line-height: 120px;
  text-align: center;
  color: rgba(255, 255, 255, 0.44);
  transition: color 0.25s ease-in-out 0s;
}
.furato-portlet-video article > div a:hover:before {
  color: #ffffff;
}
.furato-portlet-video article > div a.furato-hide {
  opacity: 0;
  pointer-events: none;
}
.furato-portlet-video img {
  position: relative;
  right: -24px;
  opacity: 0;
  transition: right 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  right: -114px;
}
.furato-portlet-video img.furato-show {
  right: 0;
  opacity: 1;
  right: -90px;
}
.furato-portlet-video img {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .furato-portlet-video {
    width: 100%;
    height: auto;
    margin: 0 0 64px 0;
  }
  .furato-portlet-video h2 {
    margin: 0 16px 32px 16px;
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-video article {
    padding: 0;
    width: 100%;
    height: auto;
  }
  .furato-portlet-video article > div {
    width: 100vw;
    height: calc(56.4516129vw);
  }
  .furato-portlet-video article iframe {
    display: block;
  }
  .furato-portlet-video img {
    display: none;
  }
}
.furato-portlet-others {
  position: relative;
  width: 1200px;
  margin: 0 auto 120px auto;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.furato-portlet-others article {
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-portlet-others article.furato-show {
  top: 0;
  opacity: 1;
}
.furato-portlet-others article {
  width: 392px;
  height: 384px;
}
.furato-portlet-others article:nth-of-type(1),
.furato-portlet-others article:nth-of-type(2) {
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  background-size: cover;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  color: #ffffff;
}
.furato-portlet-others article:nth-of-type(1) h3,
.furato-portlet-others article:nth-of-type(2) h3 {
  position: relative;
  margin: 0 0 80px 0;
  padding: 0;
  font-size: 34px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-portlet-others article:nth-of-type(1) h3:before,
.furato-portlet-others article:nth-of-type(2) h3:before {
  content: '';
  position: absolute;
  bottom: -38px;
  width: 100%;
  display: block;
  min-width: 40px;
  height: 4px;
  background-color: #1F1918;
  background-color: #ffffff;
}
.furato-portlet-others article:nth-of-type(1) p,
.furato-portlet-others article:nth-of-type(2) p {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-portlet-others article:nth-of-type(1) .furato-button-56_20-w-bo,
.furato-portlet-others article:nth-of-type(2) .furato-button-56_20-w-bo {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 312px;
}
.furato-portlet-others article:nth-of-type(1) {
  background-image: url('/images/process_portlet.jpg?t=2020011115');
}
.furato-portlet-others article:nth-of-type(2) {
  background-image: url('/images/partner_portlet.jpg?t=2020011115');
}
.furato-portlet-others article:nth-of-type(3) {
  position: relative;
}
.furato-portlet-others article:nth-of-type(3) h3 {
  position: relative;
  margin: 16px 0 16px 24px;
  padding: 0;
  height: 48px;
  color: #1F1918;
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  display: block;
}
.furato-portlet-others article:nth-of-type(3) .furato-button-48_32-b {
  position: absolute;
  top: 0;
  right: 0;
}
.furato-portlet-others article:nth-of-type(3) ul {
  margin: 0 0 0 24px;
  padding: 0;
  list-style-type: none;
}
.furato-portlet-others article:nth-of-type(3) li a {
  width: 100%;
  height: 32px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  color: #000000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  white-space: nowrap;
  transition: color 0.25s ease-in-out 0s;
}
.furato-portlet-others article:nth-of-type(3) li a span {
  flex: 1 0 auto;
  width: 268px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.furato-portlet-others article:nth-of-type(3) li a time {
  flex: 0 0 auto;
  width: 100px;
  text-align: right;
}
.furato-portlet-others article:nth-of-type(3) li a:hover {
  color: #B6091F;
}
.furato-portlet-others article:nth-of-type(3) > a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 392px;
  height: 168px;
  padding: 16px 0 0 24px;
  box-sizing: border-box;
  display: block;
  background-color: #B6091F;
  transition: background-color 0.25s ease-in-out 0s;
}
.furato-portlet-others article:nth-of-type(3) > a:hover {
  background-color: #971519;
}
.furato-portlet-others article:nth-of-type(3) > a span {
  color: #ffffff;
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  line-height: 36px;
}
.furato-portlet-others article:nth-of-type(3) > a img {
  position: absolute;
  bottom: 0;
  left: 168px;
  width: 256px;
  height: 216px;
}
@media screen and (max-width: 900px) {
  .furato-portlet-others {
    width: 100%;
    margin: 0;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-portlet-others article {
    width: 100%;
    height: auto;
  }
  .furato-portlet-others article:nth-of-type(1),
  .furato-portlet-others article:nth-of-type(2) {
    padding: 32px;
  }
  .furato-portlet-others article:nth-of-type(1) h3,
  .furato-portlet-others article:nth-of-type(2) h3 {
    margin-bottom: 64px;
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    text-align: center;
  }
  .furato-portlet-others article:nth-of-type(1) h3:before,
  .furato-portlet-others article:nth-of-type(2) h3:before {
    bottom: -30px;
  }
  .furato-portlet-others article:nth-of-type(1) p,
  .furato-portlet-others article:nth-of-type(2) p {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-others article:nth-of-type(1) .furato-button-56_20-w-bo,
  .furato-portlet-others article:nth-of-type(2) .furato-button-56_20-w-bo {
    position: relative;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 200px;
  }
  .furato-portlet-others article:nth-of-type(3) h3 {
    margin: 32px 16px 16px 16px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-others article:nth-of-type(3) ul {
    margin: 0 16px 32px 16px;
  }
  .furato-portlet-others article:nth-of-type(3) li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-portlet-others article:nth-of-type(3) li a span {
    width: calc(100% - 132px);
  }
  .furato-portlet-others article:nth-of-type(3) > a {
    position: relative;
    padding: 16px 0 0 16px;
    width: 100%;
    height: 168px;
  }
  .furato-portlet-others article:nth-of-type(3) > a span {
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    line-height: 28px;
  }
  .furato-portlet-others article:nth-of-type(3) > a img {
    left: auto;
    right: -32px;
  }
}
.furato-btn-icon-48_48 {
  width: 48px;
  height: 48px;
}
.furato-btn-icon-48_48 i {
  font-size: 48px;
}
.furato-btn-icon-48_48 i:before {
  font-size: 48px;
}
.furato-btn-icon-40_32 {
  width: 40px;
  height: 40px;
  padding: 4px;
  line-height: 32px;
  display: block;
  box-sizing: border-box;
}
.furato-btn-icon-40_32 i {
  font-size: 32px;
}
.furato-btn-icon-40_32 i:before {
  font-size: 32px;
}
.furato-btn-icon-40_32-b {
  width: 40px;
  height: 40px;
  padding: 4px;
  line-height: 32px;
  display: block;
  box-sizing: border-box;
  color: #9E9E9E;
  transition: color 0.25s ease-in-out 0s;
}
.furato-btn-icon-40_32-b i {
  font-size: 32px;
}
.furato-btn-icon-40_32-b i:before {
  font-size: 32px;
}
.furato-btn-icon-40_32-b:hover {
  color: #000000;
}
.furato-btn-icon-48_32-bg_r {
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
}
.furato-btn-icon-48_32-bg_r i {
  font-size: 32px;
}
.furato-btn-icon-48_32-bg_r i:before {
  font-size: 32px;
}
.furato-btn-icon-48_32-bg_r i {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  color: #ffffff;
}
.furato-btn-icon-48_32-bg_r:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  background-color: #B6091F;
  border-radius: 2px;
  transition: background-color 0.25s ease-in-out 0s;
}
.furato-btn-icon-48_32-bg_r:hover:before {
  background-color: #971519;
}
.furato-button-48_32 {
  width: 48px;
  height: 48px;
  padding: 8px;
  display: block;
  box-sizing: border-box;
}
.furato-button-48_32 i {
  width: 32px;
  height: 32px;
  font-size: 32px;
  display: block;
}
.furato-button-48_32 i:before {
  font-size: 32px;
}
.furato-button-48_32-b {
  width: 48px;
  height: 48px;
  padding: 8px;
  display: block;
  box-sizing: border-box;
  color: #9E9E9E;
  transition: color 0.25s ease-in-out 0s;
}
.furato-button-48_32-b i {
  width: 32px;
  height: 32px;
  font-size: 32px;
  display: block;
}
.furato-button-48_32-b i:before {
  font-size: 32px;
}
.furato-button-48_32-b:hover {
  color: #000000;
}
.furato-button-56_20 {
  min-width: 56px;
  height: 56px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-button-56_20-w-bo {
  min-width: 56px;
  height: 56px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-sizing: border-box;
  transition: border 0.25s ease-in-out 0s;
}
.furato-button-56_20-w-bo:hover {
  border: 1px solid #ffffff;
}
.furato-button-56_20-w-bg {
  min-width: 56px;
  height: 56px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  transition: background-color 0.25s ease-in-out 0s;
}
.furato-button-56_20-w-bg:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.furato-button-48_18 {
  min-width: 48px;
  height: 48px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  line-height: 48px;
}
.furato-button-48_18-b-bo {
  min-width: 48px;
  height: 48px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  line-height: 48px;
  background-color: transparent;
  color: #000000;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  transition: border 0.25s ease-in-out 0s;
}
.furato-button-48_18-b-bo:hover {
  border: 1px solid #000000;
}
.furato-button {
  width: 280px;
  height: 64px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #B6091F;
  color: #ffffff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  transition: background-color 0.25s ease-in-out 0s;
}
.furato-button:hover {
  background-color: #971519;
}
.furato-btn-input {
  position: relative;
  display: inline-block;
  line-height: 56px;
}
.furato-btn-input a {
  width: 40px;
  height: 40px;
  padding: 4px;
  line-height: 32px;
  display: block;
  box-sizing: border-box;
  color: #9E9E9E;
  transition: color 0.25s ease-in-out 0s;
  position: absolute;
  top: 8px;
  right: 8px;
}
.furato-btn-input a i {
  font-size: 32px;
}
.furato-btn-input a i:before {
  font-size: 32px;
}
.furato-btn-input a:hover {
  color: #000000;
}
.furato-list li {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  .furato-button-48_32-b {
    width: 40px;
    height: 40px;
    padding: 4px;
  }
  .furato-button-56_20-w-bo {
    min-width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-button-56_20-w-bg {
    min-width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    background-color: #660511;
  }
  .furato-button {
    width: 200px;
    height: 56px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-list {
    padding-right: 16px;
  }
  .furato-list li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
}
.furato-section-banner {
  width: 1200px;
  height: 368px;
}
.furato-section-img-1 {
  width: 1200px;
  height: 576px;
  margin-bottom: 40px;
}
.furato-no_mb {
  margin-bottom: 0;
}
.furato-divider-v4 {
  display: block;
  min-width: 40px;
  height: 4px;
  background-color: #1F1918;
}
.furato-divider-v4-w {
  display: block;
  min-width: 40px;
  height: 4px;
  background-color: #1F1918;
  background-color: #ffffff;
}
.furato-pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-pagination.furato-show {
  top: 0;
  opacity: 1;
}
.furato-pagination a {
  font-family: 'Roboto Mono', monospace;
  padding: 0 14px;
  display: inline-block;
  color: #9E9E9E;
}
.furato-pagination a:hover {
  color: #000000;
}
.furato-pagination a.furato-active {
  background-color: #F5F5F5;
  color: #000000;
}
.furato-pagination li:first-of-type a,
.furato-pagination li:last-of-type a {
  width: 40px;
  height: 40px;
  padding: 4px;
  line-height: 32px;
  display: block;
  box-sizing: border-box;
  color: #9E9E9E;
  transition: color 0.25s ease-in-out 0s;
}
.furato-pagination li:first-of-type a i,
.furato-pagination li:last-of-type a i {
  font-size: 32px;
}
.furato-pagination li:first-of-type a i:before,
.furato-pagination li:last-of-type a i:before {
  font-size: 32px;
}
.furato-pagination li:first-of-type a:hover,
.furato-pagination li:last-of-type a:hover {
  color: #000000;
}
@media screen and (max-width: 900px) {
  .furato-section-banner {
    width: 100%;
    height: auto;
  }
  .furato-pagination {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-content: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .furato-pagination a {
    display: none;
  }
  .furato-pagination li:first-of-type a,
  .furato-pagination li:last-of-type a {
    width: 40px;
    height: 40px;
    padding: 4px;
    line-height: 32px;
    display: block;
    box-sizing: border-box;
    color: #9E9E9E;
    transition: color 0.25s ease-in-out 0s;
  }
  .furato-pagination li:first-of-type a i,
  .furato-pagination li:last-of-type a i {
    font-size: 32px;
  }
  .furato-pagination li:first-of-type a i:before,
  .furato-pagination li:last-of-type a i:before {
    font-size: 32px;
  }
  .furato-pagination li:first-of-type a:hover,
  .furato-pagination li:last-of-type a:hover {
    color: #000000;
  }
}
.furato-section {
  position: relative;
  margin: 0 0 80px 0;
}
.furato-section > h2,
.furato-section > h3,
.furato-section > p {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-section > h2.furato-show,
.furato-section > h3.furato-show,
.furato-section > p.furato-show {
  top: 0;
  opacity: 1;
}
.furato-section > h2.furato-no_mb,
.furato-section > h3.furato-no_mb,
.furato-section > p.furato-no_mb {
  margin-bottom: 0;
}
.furato-section > img {
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-section > img.furato-show {
  top: 0;
  opacity: 1;
}
.furato-section > h2 {
  color: #1F1918;
  font-size: 44px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-section > h3 {
  color: #1F1918;
  font-size: 34px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-section > p {
  color: #000000;
  font-size: 26px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-section > p em {
  color: #1F1918;
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-section > p mark {
  background-color: transparent;
  color: #B6091F;
}
.furato-section > img {
  display: block;
}
.furato-section .furato-title {
  position: relative;
  height: 48px;
  margin: 0 0 40px 0;
  padding: 0;
  color: #000000;
  font-size: 30px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-section .furato-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px dotted #1F1918;
}
.furato-section .furato-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 224px;
  height: 100%;
  background-color: #ffffff;
}
.furato-section .furato-title span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 48px;
  z-index: 450;
}
.furato-section .furato-title-w {
  position: relative;
  height: 48px;
  margin: 0 0 40px 0;
  padding: 0;
  color: #000000;
  font-size: 30px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-section .furato-title-w:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px dotted #1F1918;
}
.furato-section .furato-title-w:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 224px;
  height: 100%;
  background-color: #ffffff;
}
.furato-section .furato-title-w span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 48px;
  z-index: 450;
}
.furato-section .furato-title-w:after {
  width: 360px;
}
.furato-section .furato-col-2 {
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.furato-section .furato-col-2 > :nth-child(1) {
  position: relative;
  left: -24px;
  opacity: 0;
  transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-section .furato-col-2 > :nth-child(1).furato-show {
  left: 0;
  opacity: 1;
}
.furato-section .furato-col-2 > :nth-child(2) {
  position: relative;
  right: -24px;
  opacity: 0;
  transition: right 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-section .furato-col-2 > :nth-child(2).furato-show {
  right: 0;
  opacity: 1;
}
.furato-section .furato-col-4 {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
}
.furato-section .furato-col-4 > :nth-child(1),
.furato-section .furato-col-4 > :nth-child(2) {
  position: relative;
  left: -24px;
  opacity: 0;
  transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-section .furato-col-4 > :nth-child(1).furato-show,
.furato-section .furato-col-4 > :nth-child(2).furato-show {
  left: 0;
  opacity: 1;
}
.furato-section .furato-col-4 > :nth-child(3),
.furato-section .furato-col-4 > :nth-child(4) {
  position: relative;
  right: -24px;
  opacity: 0;
  transition: right 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-section .furato-col-4 > :nth-child(3).furato-show,
.furato-section .furato-col-4 > :nth-child(4).furato-show {
  right: 0;
  opacity: 1;
}
.furato-section .furato-col-5 {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
}
.furato-section .furato-col-5 > :nth-child(1),
.furato-section .furato-col-5 > :nth-child(2) {
  position: relative;
  left: -24px;
  opacity: 0;
  transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-section .furato-col-5 > :nth-child(1).furato-show,
.furato-section .furato-col-5 > :nth-child(2).furato-show {
  left: 0;
  opacity: 1;
}
.furato-section .furato-col-5 > :nth-child(3) {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
}
.furato-section .furato-col-5 > :nth-child(3).furato-show {
  opacity: 1;
}
.furato-section .furato-col-5 > :nth-child(4),
.furato-section .furato-col-5 > :nth-child(5) {
  position: relative;
  right: -24px;
  opacity: 0;
  transition: right 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-section .furato-col-5 > :nth-child(4).furato-show,
.furato-section .furato-col-5 > :nth-child(5).furato-show {
  right: 0;
  opacity: 1;
}
.furato-section .furato-button {
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}
.furato-section .furato-button.furato-show {
  top: 0;
  opacity: 1;
}
.furato-section .furato-group {
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-section .furato-group.furato-show {
  top: 0;
  opacity: 1;
}
.furato-section table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-section table.furato-show {
  top: 0;
  opacity: 1;
}
.furato-section th,
.furato-section td {
  padding: 16px;
  border-bottom: 1px solid #BDBDBD;
  box-sizing: border-box;
}
.furato-section th {
  background-color: #F5F5F5;
  color: #1F1918;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  text-align: center;
}
.furato-section td {
  padding: 16px;
}
.furato-section thead tr:nth-of-type(1) th {
  border-top: 1px solid #BDBDBD;
}
.furato-section .furato-list {
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-section .furato-list.furato-show {
  top: 0;
  opacity: 1;
}
.furato-section input[type=text] {
  font-family: 'Roboto', 'Noto Sans KR', sans-serif;
  color: #000000;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  height: 56px;
  border: 1px solid #BDBDBD;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 2px;
  transition: border 0.25s ease-in-out 0s;
}
.furato-section input[type=text]::-webkit-input-placeholder {
  color: #9E9E9E;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-section input[type=text]:-ms-input-placeholder {
  color: #9E9E9E;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-section input[type=text]::placeholder {
  color: #9E9E9E;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-section input[type=text].furato-in-name {
  width: 200px;
}
.furato-section input[type=text].furato-in-mail {
  width: 400px;
}
.furato-section input[type=text].furato-in-telno {
  width: 240px;
}
.furato-section input[type=text].furato-in-title {
  width: 100%;
}
.furato-section input[type=text].furato-in-search {
  width: 600px;
}
.furato-section input[type=text]:focus {
  outline: none;
  border: 1px solid #000000;
}
.furato-section textarea {
  font-family: 'Roboto', 'Noto Sans KR', sans-serif;
  color: #000000;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  border: 1px solid #BDBDBD;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 2px;
  transition: border 0.25s ease-in-out 0s;
}
.furato-section textarea::-webkit-input-placeholder {
  color: #9E9E9E;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-section textarea:-ms-input-placeholder {
  color: #9E9E9E;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-section textarea::placeholder {
  color: #9E9E9E;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-section textarea.furato-in-content {
  width: 100%;
  height: 416px;
  display: block;
}
.furato-section textarea:focus {
  outline: none;
  border: 1px solid #000000;
}
.furato-section .furato-radios span {
  color: #000000;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  cursor: pointer;
  margin-right: 24px;
  white-space: nowrap;
}
.furato-section .furato-radios span:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  position: relative;
  top: 2px;
  color: #9E9E9E;
  font-size: 24px;
  margin-right: 8px;
}
.furato-section .furato-radios span.furato-checked:before {
  content: "\e90a";
  color: #B6091F;
}
.furato-section .furato-radios span:last-of-type {
  margin-right: 0;
}
.furato-section .furato-button {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 900px) {
  .furato-section-img-1 {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 200%;
    height: auto;
    margin-bottom: 32px;
  }
  .furato-section {
    margin-bottom: 64px;
    max-width: 100%;
  }
  .furato-section > h2,
  .furato-section > h3,
  .furato-section > p {
    margin-bottom: 32px;
  }
  .furato-section > h2 {
    font-size: 32px;
    line-height: 56px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    padding: 0 32px;
  }
  .furato-section > h2 span {
    white-space: nowrap;
  }
  .furato-section > h3 {
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    padding: 0 32px;
  }
  .furato-section > p {
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    padding: 0 32px;
  }
  .furato-section > p em {
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-section .furato-title {
    height: 40px;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-section .furato-title:after {
    width: 200px;
  }
  .furato-section .furato-title span {
    height: 40px;
  }
  .furato-section .furato-title-w {
    height: 40px;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-section .furato-title-w:after {
    width: 280px;
  }
  .furato-section .furato-title-w span {
    height: 40px;
  }
  .furato-section .furato-col-2 {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-section .furato-col-2 > :nth-child(1) {
    position: relative;
    top: 16px;
    opacity: 0;
    transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
  .furato-section .furato-col-2 > :nth-child(1).furato-show {
    top: 0;
    opacity: 1;
  }
  .furato-section .furato-col-2 > :nth-child(2) {
    position: relative;
    top: 16px;
    opacity: 0;
    transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
  .furato-section .furato-col-2 > :nth-child(2).furato-show {
    top: 0;
    opacity: 1;
  }
  .furato-section .furato-col-4 {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-content: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .furato-section .furato-col-4 > :nth-child(2) {
    left: auto;
  }
  .furato-section .furato-col-4 > :nth-child(2).furato-show {
    left: auto;
  }
  .furato-section .furato-col-4 > :nth-child(1),
  .furato-section .furato-col-4 > :nth-child(3) {
    position: relative;
    left: -24px;
    opacity: 0;
    transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
  .furato-section .furato-col-4 > :nth-child(1).furato-show,
  .furato-section .furato-col-4 > :nth-child(3).furato-show {
    left: 0;
    opacity: 1;
  }
  .furato-section .furato-col-4 > :nth-child(2),
  .furato-section .furato-col-4 > :nth-child(4) {
    position: relative;
    right: -24px;
    opacity: 0;
    transition: right 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
  .furato-section .furato-col-4 > :nth-child(2).furato-show,
  .furato-section .furato-col-4 > :nth-child(4).furato-show {
    right: 0;
    opacity: 1;
  }
  .furato-section .furato-col-5 {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-content: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .furato-section .furato-col-5 > :nth-child(2) {
    left: auto;
  }
  .furato-section .furato-col-5 > :nth-child(2).furato-show {
    left: auto;
  }
  .furato-section .furato-col-5 > :nth-child(1),
  .furato-section .furato-col-5 > :nth-child(3),
  .furato-section .furato-col-5 > :nth-child(5) {
    position: relative;
    left: -24px;
    opacity: 0;
    transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
  .furato-section .furato-col-5 > :nth-child(1).furato-show,
  .furato-section .furato-col-5 > :nth-child(3).furato-show,
  .furato-section .furato-col-5 > :nth-child(5).furato-show {
    left: 0;
    opacity: 1;
  }
  .furato-section .furato-col-5 > :nth-child(2),
  .furato-section .furato-col-5 > :nth-child(4) {
    position: relative;
    right: -24px;
    opacity: 0;
    transition: right 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
  .furato-section .furato-col-5 > :nth-child(2).furato-show,
  .furato-section .furato-col-5 > :nth-child(4).furato-show {
    right: 0;
    opacity: 1;
  }
  .furato-section th {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-section td {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-section input[type=text] {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-section input[type=text]::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-section input[type=text]:-ms-input-placeholder {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-section input[type=text]::placeholder {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-section input[type=text].furato-in-name {
    width: 100%;
  }
  .furato-section input[type=text].furato-in-mail {
    width: 100%;
  }
  .furato-section input[type=text].furato-in-telno {
    width: 100%;
  }
  .furato-section input[type=text].furato-in-search {
    width: 100%;
  }
  .furato-section textarea {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-section textarea::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-section textarea:-ms-input-placeholder {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-section textarea::placeholder {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-section textarea.furato-in-content {
    height: 336px;
  }
  .furato-section .furato-radios span {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    margin-right: 16px;
  }
}
.furato-word h2 {
  top: 0;
  color: #B6091F;
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  letter-spacing: -0.2em;
  word-spacing: 0.02em;
  margin-bottom: 0;
  transition: all 1.5s ease-in-out 0s;
}
.furato-word h2.furato-show {
  font-size: 52px;
  line-height: 80px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-word h2.furato-show em {
  font-size: 80px;
  line-height: 128px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-word em {
  padding-right: 24px;
  font-family: 'Noto Serif JP', serif;
  font-size: 128px;
  line-height: 128px;
  font-weight: 500;
  letter-spacing: -0.2em;
  word-spacing: 0.02em;
  transition: all 1.5s ease-in-out 0s;
}
.furato-word p {
  font-size: 40px;
  line-height: 64px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  transition: top 0.5s ease-in-out 1s, opacity 0.5s ease-in-out 1s;
}
.furato-bi .furato-col-2 {
  margin-bottom: 40px;
}
.furato-bi .furato-col-2 span {
  display: block;
  height: 24px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  text-align: right;
}
.furato-bi .furato-col-2 > :nth-child(1) .furato-grid {
  width: 801px;
}
.furato-bi .furato-col-2 > :nth-child(2) .furato-grid {
  width: 361px;
}
.furato-bi .furato-grid {
  height: 281px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.furato-color > div {
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.furato-color p {
  margin: 0;
  padding: 0;
  width: 300px;
}
.furato-color ul {
  width: 860px;
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  list-style-type: none;
}
.furato-color li {
  position: relative;
  width: 240px;
  height: 240px;
  padding: 56px 0 0 24px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  border: 1px solid #BDBDBD;
}
.furato-color li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
}
.furato-color li:nth-of-type(1) {
  background-color: #B6091F;
}
.furato-color li:nth-of-type(2) {
  background-color: #1F1918;
}
.furato-color li:nth-of-type(1),
.furato-color li:nth-of-type(2) {
  color: #ffffff;
}
.furato-color li:nth-of-type(3) {
  background-color: #F1EEE6;
  color: #1F1918;
}
.furato-grid {
  background-image: url('/images/grid_bg.png?t=2020011115');
}
@media screen and (max-width: 900px) {
  .furato-word h2 {
    font-size: 64px;
    line-height: 72px;
    font-weight: 500;
    letter-spacing: -0.2em;
    word-spacing: 0.02em;
    margin-bottom: 16px;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-word h2.furato-show {
    font-size: 40px;
    line-height: 72px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-word h2.furato-show em {
    font-size: 52px;
    line-height: 80px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-word h2 em,
  .furato-word h2 span {
    white-space: nowrap;
  }
  .furato-word em {
    font-size: 80px;
    line-height: 80px;
    font-weight: 500;
    letter-spacing: -0.2em;
    word-spacing: 0.02em;
  }
  .furato-word p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-bi .furato-col-2 {
    margin-bottom: 32px;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-bi .furato-col-2 span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-bi .furato-col-2 .furato-grid img {
    width: 100%;
  }
  .furato-bi .furato-col-2 > :nth-child(1) {
    margin-bottom: 32px;
  }
  .furato-bi .furato-col-2 > :nth-child(1) .furato-grid {
    width: 321px;
  }
  .furato-bi .furato-col-2 > :nth-child(2) .furato-grid {
    width: 321px;
  }
  .furato-bi .furato-grid {
    height: 281px;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-color > div {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-color p {
    width: 100%;
    margin-bottom: 32px;
    padding: 0 16px;
    box-sizing: border-box;
    text-align: center;
  }
  .furato-color ul {
    width: 100%;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-color li {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
}
.furato-secret article {
  margin-bottom: 4px;
  color: #ffffff;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.furato-secret article:nth-of-type(1) img {
  width: 518px;
  height: 350px;
  margin-right: 4px;
}
.furato-secret article:nth-of-type(1) div {
  padding: 40px 48px;
  flex: 1 1 auto;
  background-color: #B6091F;
}
.furato-secret article:nth-of-type(2) img {
  width: 678px;
  height: 548px;
  -webkit-order: 2;
  order: 2;
}
.furato-secret article:nth-of-type(2) div {
  padding: 40px 144px 40px 48px;
  margin-right: 4px;
  flex: 1 1 auto;
  -webkit-order: 1;
  order: 1;
  background-color: #1F1918;
  background-image: url('/images/secret2_bg.png?t=2020011115');
}
.furato-secret article:nth-of-type(3) img {
  width: 518px;
  height: 388px;
  margin-right: 4px;
}
.furato-secret article:nth-of-type(3) div {
  padding: 40px 48px 40px 224px;
  flex: 1 1 auto;
  background-color: #B6091F;
  background-image: url('/images/secret3_bg.png?t=2020011115');
  background-position: -2px -3px;
}
.furato-secret article:nth-of-type(4) img {
  width: 798px;
  height: 494px;
  -webkit-order: 2;
  order: 2;
}
.furato-secret article:nth-of-type(4) div {
  padding: 40px 48px 38px 48px;
  margin-right: 4px;
  flex: 1 1 auto;
  -webkit-order: 1;
  order: 1;
  background-color: #1F1918;
}
.furato-secret article:nth-of-type(1) img,
.furato-secret article:nth-of-type(3) img {
  position: relative;
  left: -24px;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}
.furato-secret article:nth-of-type(1) img.furato-show,
.furato-secret article:nth-of-type(3) img.furato-show {
  left: 0;
  opacity: 1;
}
.furato-secret article:nth-of-type(1) h3,
.furato-secret article:nth-of-type(3) h3,
.furato-secret article:nth-of-type(1) p,
.furato-secret article:nth-of-type(3) p {
  position: relative;
  right: -24px;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}
.furato-secret article:nth-of-type(1) h3.furato-show,
.furato-secret article:nth-of-type(3) h3.furato-show,
.furato-secret article:nth-of-type(1) p.furato-show,
.furato-secret article:nth-of-type(3) p.furato-show {
  right: 0;
  opacity: 1;
}
.furato-secret article:nth-of-type(2) img,
.furato-secret article:nth-of-type(4) img {
  position: relative;
  right: -24px;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}
.furato-secret article:nth-of-type(2) img.furato-show,
.furato-secret article:nth-of-type(4) img.furato-show {
  right: 0;
  opacity: 1;
}
.furato-secret article:nth-of-type(2) h3,
.furato-secret article:nth-of-type(4) h3,
.furato-secret article:nth-of-type(2) p,
.furato-secret article:nth-of-type(4) p {
  position: relative;
  left: -24px;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}
.furato-secret article:nth-of-type(2) h3.furato-show,
.furato-secret article:nth-of-type(4) h3.furato-show,
.furato-secret article:nth-of-type(2) p.furato-show,
.furato-secret article:nth-of-type(4) p.furato-show {
  left: 0;
  opacity: 1;
}
.furato-secret img {
  flex: 1 0 auto;
}
.furato-secret h3,
.furato-secret p {
  margin: 0;
  padding: 0;
}
.furato-secret h3 {
  font-size: 34px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  margin-bottom: 40px;
}
.furato-secret p {
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: keep-all;
}
@media screen and (max-width: 900px) {
  .furato-secret article {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-secret article:nth-of-type(2) img,
  .furato-secret article:nth-of-type(4) img {
    -webkit-order: 1;
    order: 1;
  }
  .furato-secret article:nth-of-type(2) div,
  .furato-secret article:nth-of-type(4) div {
    -webkit-order: 2;
    order: 2;
  }
  .furato-secret article:nth-of-type(1) img,
  .furato-secret article:nth-of-type(2) img,
  .furato-secret article:nth-of-type(3) img,
  .furato-secret article:nth-of-type(4) img {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    top: 16px;
    opacity: 0;
    transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
  .furato-secret article:nth-of-type(1) img.furato-show,
  .furato-secret article:nth-of-type(2) img.furato-show,
  .furato-secret article:nth-of-type(3) img.furato-show,
  .furato-secret article:nth-of-type(4) img.furato-show {
    top: 0;
    opacity: 1;
  }
  .furato-secret article:nth-of-type(1) div,
  .furato-secret article:nth-of-type(2) div,
  .furato-secret article:nth-of-type(3) div,
  .furato-secret article:nth-of-type(4) div {
    padding: 32px 40px;
    background-image: none;
    margin: 0;
  }
  .furato-secret article:nth-of-type(1) h3,
  .furato-secret article:nth-of-type(2) h3,
  .furato-secret article:nth-of-type(3) h3,
  .furato-secret article:nth-of-type(4) h3,
  .furato-secret article:nth-of-type(1) p,
  .furato-secret article:nth-of-type(2) p,
  .furato-secret article:nth-of-type(3) p,
  .furato-secret article:nth-of-type(4) p {
    position: relative;
    top: 16px;
    opacity: 0;
    transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
  .furato-secret article:nth-of-type(1) h3.furato-show,
  .furato-secret article:nth-of-type(2) h3.furato-show,
  .furato-secret article:nth-of-type(3) h3.furato-show,
  .furato-secret article:nth-of-type(4) h3.furato-show,
  .furato-secret article:nth-of-type(1) p.furato-show,
  .furato-secret article:nth-of-type(2) p.furato-show,
  .furato-secret article:nth-of-type(3) p.furato-show,
  .furato-secret article:nth-of-type(4) p.furato-show {
    top: 0;
    opacity: 1;
  }
  .furato-secret h3 {
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    margin-bottom: 16px;
  }
  .furato-secret p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
}
.furato-gallery .furato-images {
  position: relative;
  width: 1200px;
  height: 752px;
  margin-bottom: 8px;
  overflow: hidden;
}
.furato-gallery .furato-images > div {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  transition: left 0.25s ease-in-out 0s;
}
.furato-gallery .furato-images img {
  width: 1200px;
  height: 752px;
}
.furato-gallery .furato-images .furato-btn-icon-48_48 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: rgba(255, 255, 255, 0.44);
  transition: color 0.25s ease-in-out 0s;
}
.furato-gallery .furato-images .furato-btn-icon-48_48:nth-of-type(1) {
  left: 0;
}
.furato-gallery .furato-images .furato-btn-icon-48_48:nth-of-type(2) {
  right: 0;
}
.furato-gallery .furato-images .furato-btn-icon-48_48:hover {
  color: #ffffff;
}
.furato-gallery .furato-thumbs {
  position: relative;
  width: 1200px;
  height: 120px;
  overflow: hidden;
}
.furato-gallery .furato-thumbs > div {
  position: absolute;
  top: 0;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  transition: left 0.25s linear 0s;
  width: 100%;
  left: 0;
}
.furato-gallery .furato-thumbs a {
  margin: 0 4px;
  opacity: 0.7;
  transition: opacity 0.25s ease-in-out 0s;
}
.furato-gallery .furato-thumbs a:hover,
.furato-gallery .furato-thumbs a.furato-active {
  opacity: 1;
}
.furato-gallery .furato-thumbs img {
  width: 192px;
  height: 120px;
  display: block;
}
@media screen and (max-width: 900px) {
  .furato-gallery .furato-images {
    width: 100%;
    height: auto;
  }
  .furato-gallery .furato-images > div {
    position: static;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-gallery .furato-images img {
    width: 100%;
    height: auto;
    margin-bottom: 4px;
  }
  .furato-gallery .furato-images .furato-btn-icon-48_48 {
    display: none;
  }
  .furato-gallery .furato-thumbs {
    display: none;
  }
}
.furato-menu-favorite ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.furato-menu-favorite li {
  position: relative;
  width: 592px;
  height: 368px;
  overflow: hidden;
}
.furato-menu-favorite li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: filter 0.25s ease-in-out 0s;
}
.furato-menu-favorite li div:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  width: 72px;
  height: 72px;
  background-image: url('/images/mark_best.png?t=2020011115');
  background-size: cover;
}
.furato-menu-favorite li div span {
  position: absolute;
  bottom: 24px;
  left: 40px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-menu-favorite .furato-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px 40px 0 40px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.84);
  border: 1px solid #BDBDBD;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out 0s;
}
.furato-menu-favorite .furato-overlay h3 {
  position: relative;
  margin: 0 0 80px 0;
  padding: 0;
  color: #1F1918;
  font-size: 34px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-menu-favorite .furato-overlay h3:after {
  content: attr(data-sub_en);
  display: block;
  color: #9E9E9E;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-menu-favorite .furato-overlay h3:before {
  content: '';
  display: block;
  min-width: 40px;
  height: 4px;
  background-color: #1F1918;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}
.furato-menu-favorite .furato-overlay p {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-menu-favorite .furato-overlay b {
  color: #1F1918;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  display: block;
}
.furato-menu-favorite .furato-overlay span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  display: block;
}
.furato-menu-favorite li:hover div,
.furato-menu-favorite li.furato-active div {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}
.furato-menu-favorite li:hover .furato-overlay,
.furato-menu-favorite li.furato-active .furato-overlay {
  opacity: 1;
  pointer-events: auto;
}
.furato-menu-main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.furato-menu-main li {
  position: relative;
  width: 278px;
  height: 368px;
  background-color: #F5F5F5;
  overflow: hidden;
	margin: 10px;
}
.furato-menu-main li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 32px 0 32px;
  box-sizing: border-box;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: filter 0.25s ease-in-out 0s;
}
.furato-menu-main li div img {
  width: 100%;
  margin-bottom: 32px;
  display: block;
}
.furato-menu-main li div span {
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  text-align: center;
  display: block;
  white-space: nowrap;
}
.furato-menu-main .furato-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px 32px 0 32px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.84);
  border: 1px solid #BDBDBD;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out 0s;
}
.furato-menu-main .furato-overlay h3,
.furato-menu-main .furato-overlay p,
.furato-menu-main .furato-overlay b,
.furato-menu-main .furato-overlay span {
  text-align: center;
}
.furato-menu-main .furato-overlay h3 {
  position: relative;
  margin: 0 0 80px 0;
  padding: 0;
  color: #1F1918;
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  white-space: nowrap;
}
.furato-menu-main .furato-overlay h3:after {
  content: attr(data-sub_en);
  display: block;
  color: #9E9E9E;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-menu-main .furato-overlay h3:before {
  content: '';
  display: block;
  min-width: 40px;
  height: 4px;
  background-color: #1F1918;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}
.furato-menu-main .furato-overlay p {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-menu-main .furato-overlay b {
  color: #1F1918;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  display: block;
}
.furato-menu-main .furato-overlay span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  display: block;
}
.furato-menu-main li:hover div,
.furato-menu-main li.furato-active div {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}
.furato-menu-main li:hover .furato-overlay,
.furato-menu-main li.furato-active .furato-overlay {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .furato-menu-favorite li {
    width: 100vw;
    height: calc(62.16216216vw);
  }
  .furato-menu-favorite li div:before {
    top: 24px;
    right: 24px;
    width: 64px;
    height: 64px;
  }
  .furato-menu-favorite li div span {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-menu-favorite .furato-overlay {
    padding: 24px 32px 0 32px;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-content: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-menu-favorite .furato-overlay h3 {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-menu-favorite .furato-overlay h3:after {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-menu-favorite .furato-overlay h3:before {
    display: none;
  }
  .furato-menu-favorite .furato-overlay p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-menu-favorite .furato-overlay b {
    display: none;
  }
  .furato-menu-favorite .furato-overlay span {
    display: none;
  }
  .furato-menu-main li {
    width: 44vw;
    height: calc(63.88888889vw);
  }
  .furato-menu-main li div {
    padding: 32px 24px 0 24px;
  }
  .furato-menu-main li div img {
    margin-bottom: 24px;
    display: block;
  }
  .furato-menu-main li div span {
    font-size: 17px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-menu-main .furato-overlay {
    padding: 24px 0 0 0;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-menu-main .furato-overlay h3 {
    margin-bottom: 32px;
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-menu-main .furato-overlay h3:after {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-menu-main .furato-overlay h3:before {
    display: none;
  }
  .furato-menu-main .furato-overlay p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-menu-main .furato-overlay b {
    display: none;
  }
  .furato-menu-main .furato-overlay span {
    display: none;
  }
}
.furato-menu-side ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.furato-menu-side li {
  position: relative;
  width: 232px;
  height: 304px;
  padding: 40px 24px 0 24px;
  box-sizing: border-box;
  background-color: #F5F5F5;
  overflow: hidden;
}
.furato-menu-side li img {
  margin-bottom: 32px;
  display: block;
}
.furato-menu-side li span {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .furato-menu-side li {
    width: 50vw;
    height: calc(65.51724138vw);
    padding: 32px 24px 0 24px;
  }
  .furato-menu-side li img {
    width: 100%;
    margin-bottom: 16px;
  }
  .furato-menu-side li span {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
}
.furato-map {
  position: relative;
  height: 752px;
}
.furato-map img {
  width: 1200px;
  height: 752px;
  display: block;
}
.furato-map a {
  position: absolute;
  width: 72px;
  height: 72px;
}
.furato-map a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  color: #1F1918;
  font-size: 72px;
  transition: color 0.25s ease-in-out 0s;
}
.furato-map a:after {
  content: attr(data-alphabet);
  font-family: 'Roboto', 'Noto Sans KR', sans-serif;
  position: absolute;
  top: 6px;
  left: 0;
  color: #ffffff;
  width: 100%;
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  text-align: center;
}
.furato-map a:nth-of-type(1) {
  left: 581px;
  top: 93px;
}
.furato-map a:nth-of-type(2) {
  left: 782px;
  top: 400px;
}
.furato-map a:nth-of-type(3) {
  left: 686px;
  top: 579px;
}
.furato-map a:nth-of-type(4) {
  left: 509px;
  top: 133px;
}
.furato-map a:nth-of-type(5) {
  left: 392px;
  top: 113px;
}
.furato-map a:hover:before,
.furato-map a.furato-active:before {
  color: #B6091F;
}
.furato-map > div {
  position: relative;
  width: 1200px;
}
.furato-stores table {
  margin-bottom: 16px;
}
.furato-stores tbody tr {
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.25s ease-in-out 0s;
}
.furato-stores tbody tr.furato-active,
.furato-stores tbody tr:hover {
  background-color: #F1EEE6;
}
.furato-stores tr > * {
  box-sizing: border-box;
}
.furato-stores tr > :nth-child(1) {
  width: 104px;
}
.furato-stores tr > :nth-child(2) {
  width: 272px;
}
.furato-stores tr > td:nth-of-type(2) {
  position: relative;
  /*padding-left: 64px;*/
}
.furato-stores tr > td:nth-of-type(2) i {
  position: absolute;
  top: 56px;
  left: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: none;
}
.furato-stores tr > td:nth-of-type(2) i:before {
  color: #B6091F;
  font-size: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.furato-stores tr > td:nth-of-type(2) i:after {
  content: attr(data-alphabet);
  font-family: 'Roboto', 'Noto Sans KR', sans-serif;
  position: absolute;
  top: 9px;
  left: 0;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  text-align: center;
}
.furato-stores tr > :nth-child(3) {
  width: 296px;
}
.furato-stores tr > td:nth-of-type(3) {
  white-space: pre-line;
}
.furato-stores tr > :nth-child(4) {
  width: 200px;
}
.furato-stores tr > td:nth-of-type(4) {
  font-family: 'Roboto Mono', monospace;
}
.furato-stores tr > :nth-child(5) {
  width: 176px;
}
.furato-stores tr > td:nth-of-type(5) {
  font-family: 'Roboto Mono', monospace;
  text-align: center;
}
.furato-stores tr > :nth-child(6) {
  width: 152px;
}
.furato-stores tr > td:nth-of-type(6) {
  text-align: center;
}
.furato-stores tr > td:nth-of-type(6) i {
  font-size: 32px;
  color: #1F1918;
}
.furato-stores tr > td:nth-of-type(6) i:before {
  font-size: 32px;
}
.furato-stores > div {
  text-align: right;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.furato-stores > div span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  height: 24px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 16px;
}
.furato-stores > div span:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  margin-right: 8px;
}
.furato-stores > div span:nth-of-type(1):before {
  content: "\e90e";
}
.furato-stores > div span:nth-of-type(2):before {
  content: "\e909";
}
@media screen and (max-width: 900px) {
  .furato-map {
    max-width: 100%;
    overflow-x: scroll;
    display: none;
  }
  .furato-stores th {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    padding: 8px;
  }
  .furato-stores td {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    padding: 8px;
  }
  .furato-stores table {
    margin-bottom: 0;
  }
  .furato-stores tr > * {
    height: 97px;
  }
  .furato-stores tr > :nth-child(1) {
    display: none;
  }
  .furato-stores tr > :nth-child(2) {
    width: 35%;
  }
  .furato-stores tr > td:nth-of-type(2) {
    padding-left: 16px;
  }
  .furato-stores tr > td:nth-of-type(2) i {
    left: 8px;
  }
  .furato-stores tr > :nth-child(3) {
    width: 42%;
  }
  .furato-stores tr > :nth-child(4) {
    width: 23%;
  }
  .furato-stores tr > :nth-child(5) {
    display: none;
  }
  .furato-stores tr > :nth-child(6) {
    display: none;
  }
  .furato-stores tr > td:nth-of-type(2) i {
    top: 48px;
  }
  .furato-stores > div {
    display: none;
  }
}
.furato-strength {
  position: relative;
}
.furato-strength ol {
  position: absolute;
  top: 24px;
  right: 0;
  margin: 0;
  padding: 0;
}
.furato-strength ol.furato-fixed {
  position: fixed;
  top: 104px;
  right: calc((100% - 1200px) / 2);
}
.furato-strength li {
  margin-bottom: 16px;
}
.furato-strength a {
  color: #000000;
  transition: color 0.25s ease-in-out 0s, font-weight 0.25s ease-in-out 0s;
}
.furato-strength a:hover,
.furato-strength a.furato-active {
  color: #1F1918;
  font-weight: 500;
}
.furato-strength div {
  width: 900px;
  border-right: 1px solid #BDBDBD;
}
.furato-strength article {
  margin-bottom: 80px;
  width: 800px;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-strength article.furato-show {
  top: 0;
  opacity: 1;
}
.furato-strength h3 {
  margin: 0 0 40px 0;
  padding: 0;
  color: #1F1918;
  font-size: 34px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-strength img {
  width: 800px;
  height: 240px;
  margin-bottom: 40px;
  display: block;
}
.furato-strength p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .furato-strength ol {
    display: none;
  }
  .furato-strength div {
    width: 100%;
    border: 0;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .furato-strength article {
    width: 100%;
    margin-bottom: 64px;
  }
  .furato-strength h3 {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-strength img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  .furato-strength p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
}
.furato-process ul {
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  list-style-type: none;
}
.furato-process li {
  width: 560px;
  height: 168px;
  margin-bottom: 32px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: #F5F5F5;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-process li.furato-show {
  top: 0;
  opacity: 1;
}
.furato-process li:nth-of-type(1) {
  -webkit-order: 1;
  order: 1;
}
.furato-process li:nth-of-type(2) {
  -webkit-order: 3;
  order: 3;
}
.furato-process li:nth-of-type(3) {
  -webkit-order: 5;
  order: 5;
}
.furato-process li:nth-of-type(4) {
  -webkit-order: 7;
  order: 7;
}
.furato-process li:nth-of-type(5) {
  -webkit-order: 2;
  order: 2;
}
.furato-process li:nth-of-type(6) {
  -webkit-order: 4;
  order: 4;
}
.furato-process li:nth-of-type(7) {
  -webkit-order: 6;
  order: 6;
}
.furato-process li:nth-of-type(8) {
  -webkit-order: 8;
  order: 8;
}
.furato-process h3 {
  width: 208px;
  height: 100%;
  margin: 0;
  padding: 16px 0 0 24px;
  background-image: url('/images/bg_box.png?t=2020011115');
  background-size: 208px 168px;
  box-sizing: border-box;
  flex: 0 0 auto;
  color: #ffffff;
}
.furato-process b {
  margin-bottom: 24px;
  display: block;
  font-size: 34px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-process span {
  font-size: 26px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  display: block;
}
.furato-process p {
  margin: 0;
  padding: 24px 32px 0 32px;
  flex: 1 1 auto;
}
.furato-faq header {
  width: 100%;
  height: 368px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: #971519;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-faq header.furato-show {
  top: 0;
  opacity: 1;
}
.furato-faq h2 {
  margin: 0;
  padding: 32px 0 0 48px;
  font-size: 44px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  color: #ffffff;
  white-space: pre-line;
  font-weight: 400;
}
.furato-faq img {
  width: 560px;
  height: 368px;
}
.furato-faq dl {
  margin: 0;
  padding: 0;
  width: 100%;
}
.furato-faq dt {
  padding: 16px 80px;
  border-bottom: 1px solid #BDBDBD;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}
.furato-faq dt.furato-show {
  top: 0;
  opacity: 1;
}
.furato-faq dt:hover {
  background-color: #F1EEE6;
}
.furato-faq dt:before {
  content: '\e907';
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 64px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  color: #9E9E9E;
  font-size: 24px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.furato-faq dt.furato-active:before {
  content: '\e906';
}
.furato-faq dd {
  margin: 0;
  padding: 0 80px 0 80px;
  background-color: #F5F5F5;
  max-height: 0;
  box-sizing: border-box;
  overflow: hidden;
  white-space: pre-line;
  transition: padding 0.25s ease-in-out 0s, max-height 0.25s ease-in-out 0s;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: keep-all;
}
.furato-faq dd.furato-active {
  padding: 24px 80px 32px 80px;
  max-height: 400px;
}
@media screen and (max-width: 900px) {
  .furato-process li {
    width: 100%;
    height: 192px;
    margin-bottom: 4px;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-process li:nth-of-type(1) {
    -webkit-order: 1;
    order: 1;
  }
  .furato-process li:nth-of-type(2) {
    -webkit-order: 2;
    order: 2;
  }
  .furato-process li:nth-of-type(3) {
    -webkit-order: 3;
    order: 3;
  }
  .furato-process li:nth-of-type(4) {
    -webkit-order: 4;
    order: 4;
  }
  .furato-process li:nth-of-type(5) {
    -webkit-order: 5;
    order: 5;
  }
  .furato-process li:nth-of-type(6) {
    -webkit-order: 6;
    order: 6;
  }
  .furato-process li:nth-of-type(7) {
    -webkit-order: 7;
    order: 7;
  }
  .furato-process li:nth-of-type(8) {
    -webkit-order: 8;
    order: 8;
  }
  .furato-process h3 {
    width: 136px;
    height: 100%;
    padding: 16px;
    background-size: 136px 192px;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-content: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .furato-process b {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-process span {
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-process p {
    padding: 16px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-faq header {
    height: auto;
  }
  .furato-faq h2 {
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    font-size: 32px;
    line-height: 56px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    text-align: center;
    font-weight: 300;
  }
  .furato-faq img {
    display: none;
  }
  .furato-faq dt {
    padding: 16px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-faq dt:before {
    display: none;
  }
  .furato-faq dd {
    padding: 0 16px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-faq dd.furato-active {
    padding: 16px 16px 24px 16px;
    max-height: 600px;
  }
}
.furato-cost > span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  display: block;
  text-align: right;
  margin-bottom: 16px;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-cost > span.furato-show {
  top: 0;
  opacity: 1;
}
.furato-cost table {
  margin-bottom: 40px;
}
.furato-cost tr > :nth-child(1) {
  width: 200px;
}
.furato-cost tr > :nth-child(2) {
  width: 200px;
}
.furato-cost tr > :nth-child(3) {
  width: 240px;
}
.furato-cost tr > :nth-child(4) {
  width: 560px;
}
.furato-cost tbody tr > :nth-child(2) {
  font-family: 'Roboto Mono', monospace;
  text-align: right;
}
.furato-cost tbody tr > :nth-child(3) {
  text-align: right;
}
.furato-cost tbody tr > :nth-child(3) span {
  font-family: 'Roboto Mono', monospace;
}
.furato-cost tfoot tr > :nth-child(1) {
  color: #B6091F;
  text-align: center;
}
.furato-cost tfoot tr > :nth-child(2) {
  color: #B6091F;
  font-family: 'Roboto Mono', monospace;
  text-align: right;
}
.furato-cost tfoot tr > :nth-child(4) {
  color: #000000;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .furato-cost > span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    padding: 0 16px;
  }
  .furato-cost table {
    margin-bottom: 32px;
  }
  .furato-cost tr > :nth-child(1) {
    width: 50%;
  }
  .furato-cost tr > :nth-child(2) {
    width: 50%;
  }
  .furato-cost tr > :nth-child(3) {
    display: none;
  }
  .furato-cost tr > :nth-child(4) {
    display: none;
  }
}
.furato-franqa-checklist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.furato-franqa-checklist li {
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-franqa-checklist li.furato-show {
  top: 0;
  opacity: 1;
}
.furato-franqa-checklist li:before {
  content: "\e902";
  font-size: 24px;
  line-height: 48px;
  color: #1F1918;
  margin-right: 16px;
}
.furato-franqa-checklist li b {
  position: relative;
  font-family: 'Roboto', 'Noto Sans KR', sans-serif;
  width: 144px;
  padding-right: 16px;
  color: #1F1918;
  font-size: 22px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-franqa-checklist li b:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 1px;
  background-color: #BDBDBD;
}
.furato-franqa-checklist li:first-of-type b:after {
  top: 12px;
  height: 36px;
}
.furato-franqa-checklist li:last-of-type b:after {
  height: 36px;
}
.furato-franqa-checklist li span {
  font-family: 'Roboto', 'Noto Sans KR', sans-serif;
  width: 480px;
  padding-left: 24px;
  font-size: 22px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-inputs table tr:first-of-type th,
.furato-inputs table tr:first-of-type td {
  border-top: 1px solid #BDBDBD;
}
.furato-inputs td {
  padding: 8px 16px;
}
.furato-inputs table tr th {
  width: 200px;
}
.furato-agree {
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-agree.furato-show {
  top: 0;
  opacity: 1;
}
.furato-agree article {
  padding: 40px 48px;
  box-sizing: border-box;
  border: 1px solid #BDBDBD;
}
.furato-agree article h3 {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-agree article p {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-agree article p:last-of-type {
  margin-bottom: 0;
}
.furato-agree article h4 {
  position: relative;
  margin: 0 0 16px 56px;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-agree article h4:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -16px;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 4px;
  background-color: #1F1918;
}
.furato-agree article table {
  margin: 0 0 40px 56px;
  width: auto;
  top: 0;
  opacity: 1;
}
.furato-agree article table th,
.furato-agree article table td {
  padding: 16px 8px;
}
.furato-agree article table th {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-agree article table td {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-agree article table tr > :nth-child(1) {
  width: 280px;
}
.furato-agree article table tr > :nth-child(2) {
  width: 360px;
}
.furato-agree article table tr > :nth-child(3) {
  width: 352px;
}
.furato-agree > p {
  margin: 16px 0 0 0;
  padding: 0;
  text-align: right;
}
.furato-agree > p .furato-radios {
  margin-left: 24px;
}
@media screen and (max-width: 900px) {
  .furato-franqa-checklist li b {
    width: 144px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-franqa-checklist li b:after {
    display: none;
  }
  .furato-franqa-checklist li span {
    display: none;
  }
  .furato-inputs table tr:first-of-type th,
  .furato-inputs table tr:first-of-type td {
    border: 0;
  }
  .furato-inputs table tr {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-content: stretch;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .furato-inputs table tr th {
    width: 100%;
    border: 0;
    background-color: transparent;
    padding: 24px 16px 0 16px;
    text-align: left;
  }
  .furato-inputs table tr td {
    border: 0;
  }
  .furato-agree article {
    padding: 0 16px;
    border: 0;
  }
  .furato-agree article h3 {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-agree article p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-agree article h4 {
    margin: 0 0 16px 16px;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-agree article table {
    margin: 0 0 32px 0;
  }
  .furato-agree article table th,
  .furato-agree article table td {
    padding: 8px;
  }
  .furato-agree article table th {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-agree article table td {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-agree article table tr > :nth-child(1) {
    width: 30%;
  }
  .furato-agree article table tr > :nth-child(2) {
    width: 40%;
  }
  .furato-agree article table tr > :nth-child(3) {
    width: 30%;
  }
  .furato-agree > p {
    margin: 32px 0 0 0;
    padding: 0 16px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    text-align: left;
  }
}
#Furato-dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out 0s;
}
#Furato-dialog.furato-show {
  opacity: 1;
  pointer-events: auto;
}
#Furato-dialog article {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 640px;
  padding: 24px 32px 40px 32px;
  box-sizing: border-box;
  background-color: #ffffff;
}
#Furato-dialog article h3 {
  margin: 0 0 16px 0;
  padding: 0;
  color: #1F1918;
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
#Furato-dialog article p {
  margin: 0 0 48px 0;
  padding: 0;
}
#Furato-dialog article .furato-buttons {
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
#Furato-dialog article .furato-buttons a {
  min-width: 56px;
  height: 56px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  width: 120px;
  margin-left: 16px;
  box-sizing: border-box;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  background-color: #ffffff;
  color: #000000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  transition: color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
}
#Furato-dialog article .furato-buttons a:hover {
  background-color: #B6091F;
  color: #ffffff;
  border: 1px solid #B6091F;
}
@media screen and (max-width: 900px) {
  #Furato-dialog article {
    width: calc(100% - 32px);
    padding: 24px 24px 32px 24px;
  }
  #Furato-dialog article h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  #Furato-dialog article p {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  #Furato-dialog article .furato-buttons a {
    min-width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
}
#Furato-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out 0s;
}
#Furato-popup.furato-show {
  opacity: 1;
  pointer-events: auto;
}
#Furato-popup article {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
}
#Furato-popup article.furato-small {
  width: 640px;
}
#Furato-popup article.furato-big {
  width: 1120px;
}
#Furato-popup article h3 {
  position: relative;
  height: 88px;
  box-sizing: border-box;
  border-bottom: 1px solid #BDBDBD;
  margin: 0;
  padding: 16px 32px;
  color: #1F1918;
  font-size: 34px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
#Furato-popup article h3 a {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #9E9E9E;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#Furato-popup article h3 a i {
  font-size: 24px;
}
#Furato-popup article h3 a i:before {
  font-size: 24px;
}
#Furato-popup article h3 a:hover {
  color: #000000;
}
#Furato-popup article > div {
  position: relative;
  padding: 24px 32px;
  box-sizing: border-box;
  overflow-y: scroll;
  max-height: calc(100vh - 328px);
}
#Furato-popup article > div > div {
  position: relative;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
#Furato-popup article p {
  margin: 0;
  padding: 0;
}
#Furato-popup article p b {
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  color: #1F1918;
}
#Furato-popup article h4 {
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  color: #1F1918;
}
#Furato-popup article p.furato-p-lv1 {
  text-indent: -16px;
  margin: 0 0 8px 0;
  padding: 0 0 0 32px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
#Furato-popup article p.furato-p-lv2 {
  text-indent: -16px;
  margin: 0 0 8px 0;
  padding: 0 0 0 48px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
#Furato-popup article p.furato-p-lv2-a {
  margin: 0 0 8px 0;
  padding: 0 0 0 32px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
#Furato-popup article p.furato-p-lv3 {
  margin: 0 0 8px 0;
  padding: 0 0 0 48px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
#Furato-popup article p.furato-mb-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  #Furato-popup article {
    width: calc(100% - 32px);
  }
  #Furato-popup article.furato-small {
    width: calc(100% - 32px);
  }
  #Furato-popup article.furato-big {
    width: calc(100% - 32px);
  }
  #Furato-popup article h3 {
    height: 80px;
    padding: 16px;
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  #Furato-popup article h3 a {
    right: 16px;
    width: 48px;
    height: 48px;
  }
  #Furato-popup article h3 a i {
    font-size: 24px;
  }
  #Furato-popup article h3 a i:before {
    font-size: 24px;
  }
  #Furato-popup article > div {
    padding: 16px;
    max-height: calc(100vh - 160px);
  }
  #Furato-popup article p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  #Furato-popup article p b {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  #Furato-popup article h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  #Furato-popup article p.furato-p-lv1 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  #Furato-popup article p.furato-p-lv2 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  #Furato-popup article p.furato-p-lv2-a {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  #Furato-popup article p.furato-p-lv3 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  #Furato-popup article p.furato-mb-1 {
    margin-bottom: 32px;
  }
}
body > * {
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: filter 0.25s ease-in-out 0s;
}
body > .furato-blur {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}
.furato-news > div {
  left: 50%;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-news > div.furato-show {
  top: 0;
  opacity: 1;
}
.furato-news > span {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  display: block;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-news > span.furato-show {
  top: 0;
  opacity: 1;
}
.furato-news table {
  table-layout: fixed;
  margin-bottom: 40px;
}
.furato-news th,
.furato-news td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.furato-news td i {
  font-size: 32px;
  color: #B6091F;
  line-height: 40px;
}
.furato-news td i:before {
  font-size: 32px;
}
.furato-news tr > th:nth-child(1) {
  width: 160px;
}
.furato-news tr > th:nth-child(2) {
  width: 840px;
}
.furato-news tr > th:nth-child(3) {
  width: 200px;
}
.furato-news tr > td:nth-child(1) {
  width: 72px;
  padding: 16px 0;
  text-align: center;
}
.furato-news tr > td:nth-child(2) {
  width: 88px;
  padding: 16px 16px 16px 0;
  font-family: 'Roboto Mono', monospace;
  text-align: right;
}
.furato-news tr > td:nth-child(3) {
  width: 840px;
}
.furato-news tr > td:nth-child(4) {
  width: 200px;
  font-family: 'Roboto Mono', monospace;
  text-align: center;
}
.furato-news tbody tr {
  background-color: #ffffff;
  transition: background-color 0.25s ease-in-out 0s;
  cursor: pointer;
}
.furato-news tbody tr:hover {
  background-color: #F1EEE6;
}
.furato-news .furato-button {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .furato-news > div {
    left: 0;
    width: calc(100% - 32px);
    margin: 0 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
  }
  .furato-news > span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    padding: 0 16px;
    text-align: right;
  }
  .furato-news table {
    margin-bottom: 32px;
  }
  .furato-news td i {
    font-size: 24px;
    line-height: 32px;
  }
  .furato-news td i:before {
    font-size: 24px;
  }
  .furato-news tr > th:nth-child(1) {
    width: 32%;
  }
  .furato-news tr > th:nth-child(2) {
    width: 80%;
  }
  .furato-news tr > th:nth-child(3) {
    display: none;
  }
  .furato-news tr > td:nth-child(1) {
    width: 8%;
  }
  .furato-news tr > td:nth-child(2) {
    width: 24%;
  }
  .furato-news tr > td:nth-child(3) {
    width: 80%;
  }
  .furato-news tr > td:nth-child(4) {
    display: none;
  }
  .furato-news .furato-button {
    margin-bottom: 64px;
  }
}
.furato-news-detail article {
  margin-bottom: 80px;
  position: relative;
  top: 16px;
  opacity: 0;
  transition: top 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.furato-news-detail article.furato-show {
  top: 0;
  opacity: 1;
}
.furato-news-detail article > span {
  margin-bottom: 40px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
}
.furato-news-detail article > span i {
  font-size: 32px;
  color: #B6091F;
  margin-right: 16px;
}
.furato-news-detail article > span i:before {
  font-size: 32px;
}
.furato-news-detail article > span > span {
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.furato-news-detail article > span > span span {
  font-family: 'Roboto Mono', monospace;
}
.furato-news-detail article > span time {
  font-family: 'Roboto Mono', monospace;
}
.furato-news-detail article h2 {
  margin: 0;
  padding: 0;
  font-size: 34px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  word-spacing: 0.02em;
  text-align: left;
}
.furato-news-detail article > div {
  overflow: hidden;
}
.furato-news-detail article > div p {
  margin: 0;
  padding: 0;
}
.furato-news-detail article > div * {
  max-width: 100%;
}
.furato-news-detail article .furato-images img:first-of-type {
  margin-top: 40px;
}
.furato-news-detail .furato-button-group {
  margin-bottom: 80px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.furato-news-detail .furato-button {
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 0 16px;
}
.furato-news-detail tr:nth-of-type(1) th,
.furato-news-detail tr:nth-of-type(1) td {
  border-top: 1px solid #BDBDBD;
}
.furato-news-detail table {
  table-layout: fixed;
}
.furato-news-detail th,
.furato-news-detail td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.furato-news-detail td i {
  font-size: 32px;
  color: #1F1918;
  line-height: 40px;
}
.furato-news-detail td i:before {
  font-size: 32px;
}
.furato-news-detail tr > td:nth-child(1) {
  width: 72px;
  padding: 16px 0;
  text-align: center;
}
.furato-news-detail tr > td:nth-child(2) {
  width: 88px;
  padding: 16px 16px 16px 0;
  font-family: 'Roboto Mono', monospace;
  text-align: right;
}
.furato-news-detail tr > td:nth-child(3) {
  width: 840px;
}
.furato-news-detail tr > td:nth-child(4) {
  width: 200px;
  font-family: 'Roboto Mono', monospace;
  text-align: center;
}
.furato-news-detail tbody tr {
  background-color: #ffffff;
  transition: background-color 0.25s ease-in-out 0s;
  cursor: pointer;
}
.furato-news-detail tbody tr:hover {
  background-color: #F1EEE6;
}
@media screen and (max-width: 900px) {
  .furato-news-detail article {
    margin-bottom: 64px;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .furato-news-detail article > span {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .furato-news-detail article h2 {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-news-detail article > div {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-spacing: 0.02em;
  }
  .furato-news-detail article .furato-images img:first-of-type {
    margin-top: 32px;
  }
  .furato-news-detail .furato-button-group {
    margin-bottom: 64px;
  }
  .furato-news-detail .furato-button {
    margin: 0 16px;
  }
  .furato-news-detail td i {
    font-size: 24px;
    line-height: 32px;
  }
  .furato-news-detail td i:before {
    font-size: 24px;
  }
  .furato-news-detail tr > th:nth-child(1) {
    width: 32%;
  }
  .furato-news-detail tr > th:nth-child(2) {
    width: 80%;
  }
  .furato-news-detail tr > th:nth-child(3) {
    display: none;
  }
  .furato-news-detail tr > td:nth-child(1) {
    width: 8%;
  }
  .furato-news-detail tr > td:nth-child(2) {
    width: 24%;
  }
  .furato-news-detail tr > td:nth-child(3) {
    width: 80%;
  }
  .furato-news-detail tr > td:nth-child(4) {
    display: none;
  }
}
