@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/*=============================================

	タイトル

==============================================*/
/*=============================================

	スクロールバー

==============================================*/
/*=============================================

	header

==============================================*/
/*
  メニュー
------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999; }
  .header.is-scrolljack::before {
    opacity: 0; }

.headerNavLogo {
  position: fixed;
  z-index: 999999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerNavLogo {
      top: 24px;
      left: 24px;
      width: 140px;
      height: 43px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerNavLogo {
      top: 70px;
      left: 80px;
      width: 240px;
      height: 72px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-style="large"] .headerNavLogo {
      top: 24px;
      left: 24px;
      width: 140px;
      height: 43px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-style="large"] .headerNavLogo {
      top: 70px;
      left: 80px;
      width: 240px;
      height: 72px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-style="small"] .headerNavLogo {
      top: 16px;
      left: 24px;
      width: 80px;
      height: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-style="small"] .headerNavLogo {
      top: 22px;
      left: 70px;
      width: 140px;
      height: 42px; } }

.headerNavLogo_svg {
  width: 100%;
  height: 100%; }

.headerNavButton {
  position: fixed;
  z-index: 999999;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerNavButton {
      width: 48px;
      top: 42px;
      right: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerNavButton {
      width: 80px;
      top: 70px;
      right: 80px; } }
  .is-open .headerNavButton {
    opacity: 0;
    visibility: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-style="large"] .headerNavButton {
      width: 48px;
      top: 42px;
      right: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-style="large"] .headerNavButton {
      width: 80px;
      top: 70px;
      right: 80px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-style="small"] .headerNavButton {
      top: 22px;
      right: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-style="small"] .headerNavButton {
      top: 35px;
      right: 70px; } }

.headerNavButton_line {
  display: inline-block;
  font-size: 0;
  background-color: #889894;
  height: 1px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerNavButton_line {
      width: 48px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerNavButton_line {
      width: 80px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerNavButton_line + .headerNavButton_line {
      margin-top: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerNavButton_line + .headerNavButton_line {
      margin-top: 16px; } }

.headerMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease; }
  .is-open .headerMenu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.headerMenu_bg {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: .3; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenu_bg {
      width: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenu_bg {
      width: 514px; } }

.headerMenu_inner {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenu_inner {
      width: 100%;
      overflow-y: auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenu_inner {
      width: 514px; } }

.headerMenuClose {
  position: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../svg/icon_close.svg);
  border-radius: 50%;
  border: solid 1px #889894;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenuClose {
      top: 24px;
      right: 28px;
      width: 40px;
      height: 40px;
      background-size: 16px 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenuClose {
      top: 24px;
      right: 80px;
      width: 60px;
      height: 60px;
      background-size: 24px 24px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMenuList {
    padding: 161px 43px 112px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerMenuList {
    padding: 118px 80px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMenuList_node + .headerMenuList_node {
    margin-top: 12px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerMenuList_node + .headerMenuList_node {
    margin-top: 16px; } }

.headerMenuList_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenuList_link {
      padding: 6px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenuList_link {
      padding: 10px 0; } }

.headerMenuList_label_en {
  font-family: "Jost", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .06em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenuList_label_en {
      font-size: 28px;
      padding-right: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenuList_label_en {
      font-size: 36px;
      padding-right: 16px; } }

.headerMenuList_label_ja {
  color: #889894; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenuList_label_ja {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenuList_label_ja {
      font-size: 15px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMenuButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerMenuButton {
    position: absolute;
    bottom: 35px;
    right: 40px; } }

.headerMenuButton_node {
  position: relative;
  width: 140px;
  height: 90px;
  overflow: visible; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenuButton_node + .headerMenuButton_node {
      margin-left: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenuButton_node + .headerMenuButton_node {
      margin-top: 26px; } }
  @media (hover: hover) {
    .headerMenuButton_node:hover:after {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }
  .headerMenuButton_node:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 90px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 1; }
  .headerMenuButton_node:nth-child(1):after {
    background-image: url(../svg/flow_button_bg_1-pc.svg); }
  .headerMenuButton_node:nth-child(2):after {
    background-image: url(../svg/flow_button_bg_2-pc.svg); }

.headerMenuButton_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2; }

.headerMenuButton_label {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center; }

/*=============================================

	footer

==============================================*/
.footer {
  background-color: #C9C9C9; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer {
      padding: 64px 24px 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footer {
      padding: 40px 0 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footer_inner {
    max-width: 1160px;
    padding: 0 60px;
    margin: 0 auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerMenuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 680px;
    margin: 0 -20px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerMenuList_node {
    padding: 12px 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerMenuList_node {
    width: 340px;
    padding: 12px 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerMenuList_node:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerMenuList_node:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerMenuList_node:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerMenuList_node:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerMenuList_node:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; } }

.footerMenuList_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease; }
  @media (hover: hover) {
    .footerMenuList_link:hover {
      opacity: .6; } }

.footerMenuList_label_en {
  font-family: "Jost", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .06em;
  color: #FFFFFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerMenuList_label_en {
      font-size: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerMenuList_label_en {
      font-size: 28px; } }

.footerMenuList_label_ja {
  color: #FFFFFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerMenuList_label_ja {
      font-size: 11px;
      padding-left: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerMenuList_label_ja {
      font-size: 13px;
      padding-left: 12px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerNavList {
    margin-top: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerNavList {
    width: 400px;
    margin: -34px 0 0 340px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerNavList_node + .footerNavList_node {
    margin-top: 16px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerNavList_node + .footerNavList_node {
    margin-top: 24px; } }

.footerNavList_link {
  color: #FFFFFF;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease; }
  @media (hover: hover) {
    .footerNavList_link:hover {
      opacity: .6; } }

.footerNavList_label {
  font-family: "Jost", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.04em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerNavList_label {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerNavList_label {
      font-size: 16px; } }

.footerCopyWright {
  font-family: "Jost", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .04em;
  color: #FFFFFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerCopyWright {
      font-size: 10px;
      margin-top: 64px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerCopyWright {
      font-size: 12px;
      margin-top: 40px;
      text-align: right; } }

/*=============================================

  追従ボタン                                    

==============================================*/
.floatButton {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 99999999;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .floatButton {
      bottom: 16px;
      right: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .floatButton {
      bottom: 35px;
      right: 40px; } }
  .floatButton[data-style="hidden"] {
    opacity: 0;
    visibility: hidden; }
  .floatButton[data-style="visible"] {
    opacity: 1;
    visibility: visible; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .floatButton.is-hidden {
      opacity: 0;
      visibility: hidden; } }

.floatButton_node {
  position: relative;
  overflow: visible; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .floatButton_node {
      width: 90px;
      height: 90px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .floatButton_node {
      width: 140px;
      height: 90px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .floatButton_node + .floatButton_node {
      margin-top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .floatButton_node + .floatButton_node {
      margin-top: 26px; } }
  .floatButton_node:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 1; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .floatButton_node:after {
        width: 90px;
        height: 90px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .floatButton_node:after {
        width: 140px;
        height: 90px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .floatButton_node:nth-child(1):after {
      background-image: url(../svg/flow_button_bg_1-sp.svg); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .floatButton_node:nth-child(1):after {
      background-image: url(../svg/flow_button_bg_1-pc.svg); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .floatButton_node:nth-child(2):after {
      background-image: url(../svg/flow_button_bg_2-sp.svg); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .floatButton_node:nth-child(2):after {
      background-image: url(../svg/flow_button_bg_2-pc.svg); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .floatButton_node:nth-child(3):after {
      background-image: url(../svg/flow_button_bg_3-01-sp.svg); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .floatButton_node:nth-child(3):after {
      background-image: url(../svg/flow_button_bg_3-01-pc.svg); } }
  @media (hover: hover) {
    .floatButton_node:hover:after {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }

.floatButton_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 2; }

.floatButton_label {
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .floatButton_label {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .floatButton_label {
      font-size: 14px;
      line-height: 1.5; } }

.floatButton_node:nth-child(1) .floatButton_label_icon {
  width: 30px;
  height: 18px;
  margin-top: 3px; }

.floatButton_node:nth-child(2) .floatButton_label_icon {
  width: 22px;
  height: 31px;
  margin-top: 4px; }

.floatButton_node:nth-child(3) .floatButton_label_icon {
  display:none;}

.c-sectionTitle_en {
  font-family: "Jost", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  letter-spacing: .06em;
  line-height: 1.1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sectionTitle_en {
      font-size: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionTitle_en {
      font-size: 64px; } }

.c-sectionTitle_ja {
  display: block;
  color: #889894; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sectionTitle_ja {
      font-size: 13px;
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionTitle_ja {
      font-size: 15px;
      margin-top: 16px; } }

.c-contentTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.c-contentTitle_en {
  font-family: "Jost", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-contentTitle_en {
      font-size: 32px;
      padding-right: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-contentTitle_en {
      font-size: 48px;
      padding-right: 20px; } }

.c-contentTitle_ja {
  color: #889894; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-contentTitle_ja {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-contentTitle_ja {
      font-size: 14px; } }

.c-scrollBar {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-scrollBar {
      width: 160px;
      height: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-scrollBar {
      width: 240px;
      height: 16px; } }

.c-scrollBar_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.c-scrollbar_border {
  width: 100%;
  height: 1px;
  margin: auto 0;
  background-color: #C9C9C9; }

.c-scrollbar_thumb {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px #889894; }

.c-buttonIcon {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-buttonIcon {
      width: 64px;
      height: 64px;
      margin-left: -24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-buttonIcon {
      width: 80px;
      height: 80px;
      margin-left: -34px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-buttonIcon.actionBanner_button_icon {
      width: 48px;
      height: 48px; } }

.c-buttonIcon_outer {
  opacity: 0; }
  .c-buttonIcon_outer svg {
    width: 100%;
    height: 100%; }
  .actionBanner_button_icon .c-buttonIcon_outer {
    opacity: 1; }
  @media (hover: hover) {
    .c-buttonIcon_outer {
      opacity: 1; } }

.c-buttonIcon_innner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .c-buttonIcon_innner svg {
    width: 100%;
    height: 100%; }
  .c-buttonIcon_innner .svg-elem-yellow {
    stroke-dashoffset: 395.8451232910156px; }
    @media (hover: hover) {
      .c-buttonIcon_innner .svg-elem-yellow {
        stroke-dashoffset: 197.9225616455078px;
        stroke-dasharray: 197.9225616455078px;
        -webkit-transition: stroke-dashoffset 1s ease 0s;
        transition: stroke-dashoffset 1s ease 0s; }
        .c-buttonIcon_link:hover .c-buttonIcon_innner .svg-elem-yellow {
          stroke-dashoffset: 395.8451232910156px; } }
  .actionBanner_button_icon .c-buttonIcon_innner {
    opacity: 0; }
    @media (hover: hover) {
      .actionBanner_button_icon .c-buttonIcon_innner {
        opacity: 1; } }

/*=============================================

  オープニング

==============================================*/
.opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100000000;
  -webkit-transition: .5s;
  transition: .5s;
  background: -webkit-linear-gradient(150deg, #FAF8EC, #E8F0FC, #F0FFF8, #F0FFF8, #FAF8EC, #E8F0FC, #F0FFF8, #F0FFF8, #FAF8EC, #E8F0FC, #F0FFF8, #F0FFF8);
  background: linear-gradient(-60deg, #FAF8EC, #E8F0FC, #F0FFF8, #F0FFF8, #FAF8EC, #E8F0FC, #F0FFF8, #F0FFF8, #FAF8EC, #E8F0FC, #F0FFF8, #F0FFF8);
  background-size: 350% 350%; }
  .opening.is-loaded {
    -webkit-animation: gradient 9s ease infinite;
    animation: gradient 9s ease infinite; }
  .opening.is-done {
    opacity: 0;
    visibility: hidden; }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }

.openingText {
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .openingText {
      font-size: 22px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .openingText {
      font-size: 36px; } }
  .openingText.is-hidden {
    opacity: 1; }

.openingLogo {
  width: 145px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

/*=============================================

  メインビジュアル                                     

==============================================*/
.visual_inner {
  position: relative;
  width: 100%;
  will-change: filter;
  -webkit-transition: opacity 1.0s linear, -webkit-filter 1.0s linear;
  transition: opacity 1.0s linear, -webkit-filter 1.0s linear;
  transition: filter 1.0s linear, opacity 1.0s linear;
  transition: filter 1.0s linear, opacity 1.0s linear, -webkit-filter 1.0s linear;
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .visual_inner {
      padding-top: 177.86%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .visual_inner {
      padding-top: 56.25%; } }
  .is-hide .visual_inner {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    opacity: 0; }

.visual_img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: bottom 1.0s ease;
  transition: bottom 1.0s ease; }
  .is-hide .visual_img {
    bottom: -40px; }

/*=============================================

  コンセプト                                   

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .conceptSection {
    padding-top: 80px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .conceptSection {
    padding-top: 160px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .concept_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.concept_imgWrap {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .concept_imgWrap {
      width: calc(320 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .concept_imgWrap {
      margin-top: 50px;
      width: 50%; } }
  .is-hide .concept_imgWrap {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }

.concept_img {
  width: 100%; }

.concept_content {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .concept_content {
      position: relative;
      padding: 34px 84px 0 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .concept_content {
      margin-left: -90px;
      width: calc(50% + 90px);
      z-index: 2; } }

.concept_content_title {
  -webkit-transition: opacity 1s ease .6s, -webkit-transform 1s ease .6s;
  transition: opacity 1s ease .6s, -webkit-transform 1s ease .6s;
  transition: opacity 1s ease .6s, transform 1s ease .6s;
  transition: opacity 1s ease .6s, transform 1s ease .6s, -webkit-transform 1s ease .6s;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .concept_content_title {
      font-size: 24px;
      margin-bottom: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .concept_content_title {
      font-size: 36px;
      margin-bottom: 60px; } }
  .is-hide .concept_content_title {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }

.concept_content_text {
  position: relative;
  line-height: 2;
  z-index: 3; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .concept_content_text {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .concept_content_text {
      font-size: 15px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .concept_content_text + .concept_content_text {
      margin-top: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .concept_content_text + .concept_content_text {
      margin-top: 24px; } }
  .concept_content_text:nth-child(2) {
    -webkit-transition: opacity 1s ease 1.2s, -webkit-transform 1s ease 1.2s;
    transition: opacity 1s ease 1.2s, -webkit-transform 1s ease 1.2s;
    transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
    transition: opacity 1s ease 1.2s, transform 1s ease 1.2s, -webkit-transform 1s ease 1.2s; }
  .concept_content_text:nth-child(3) {
    -webkit-transition: opacity 1s ease 1.8s, -webkit-transform 1s ease 1.8s;
    transition: opacity 1s ease 1.8s, -webkit-transform 1s ease 1.8s;
    transition: opacity 1s ease 1.8s, transform 1s ease 1.8s;
    transition: opacity 1s ease 1.8s, transform 1s ease 1.8s, -webkit-transform 1s ease 1.8s; }
  .is-hide .concept_content_text {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .concept_content_imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 54px; } }

.is-hide .concept_content_imgBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px); }

.concept_content_imgBox:nth-child(1) {
  -webkit-transition: opacity 1s ease 2.4s, -webkit-transform 1s ease 2.4s;
  transition: opacity 1s ease 2.4s, -webkit-transform 1s ease 2.4s;
  transition: opacity 1s ease 2.4s, transform 1s ease 2.4s;
  transition: opacity 1s ease 2.4s, transform 1s ease 2.4s, -webkit-transform 1s ease 2.4s; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .concept_content_imgBox:nth-child(1) {
      position: relative;
      z-index: 1;
      width: calc(180 / 375 * 100vw);
      margin: 30px -24px 0 auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .concept_content_imgBox:nth-child(1) {
      width: calc(280 / 1280 * 100vw);
      margin-top: 120px; } }

.concept_content_imgBox:nth-child(2) {
  -webkit-transition: opacity 1s ease 3.0s, -webkit-transform 1s ease 3.0s;
  transition: opacity 1s ease 3.0s, -webkit-transform 1s ease 3.0s;
  transition: opacity 1s ease 3.0s, transform 1s ease 3.0s;
  transition: opacity 1s ease 3.0s, transform 1s ease 3.0s, -webkit-transform 1s ease 3.0s; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .concept_content_imgBox:nth-child(2) {
      position: absolute;
      top: 326px;
      right: 0;
      width: calc(115 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .concept_content_imgBox:nth-child(2) {
      width: calc(200 / 1280 * 100vw);
      margin-left: 40px; } }

.concept_content_img {
  width: 100%; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .conceptMovieSection {
    padding: 60px 24px 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .conceptMovieSection {
    max-width: 1160px;
    padding: 100px 60px 0;
    margin: 0 auto; } }

.conceptMovie_box {
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .conceptMovie_box {
      position: relative;
      margin-top: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .conceptMovie_box {
      max-width: 880px;
      padding: 0 40px;
      margin: 40px auto 0; } }

.conceptMovie_box_inner {
  overflow: hidden; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .conceptMovie_box_inner {
      position: relative; } }

.conceptMovie_button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(136, 152, 148, 0.6);
  background-position: center;
  background-size: 58px 58px;
  background-repeat: no-repeat;
  background-image: url(../svg/play.svg);
  z-index: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .conceptMovie_button {
      background-size: 58px 58px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .conceptMovie_button {
      background-size: 122px 122px; } }
  .conceptMovie_box[data-status="play"] .conceptMovie_button {
    display: none; }

.conceptMovie_posterWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s; }
  .conceptMovie_box[data-status="play"] .conceptMovie_posterWrap {
    opacity: 0;
    visibility: hidden; }

.conceptMovie_poster {
  width: 100%; }

.conceptMovieVideo {
  aspect-ratio: 16 / 9; }
  .conceptMovieVideo iframe {
    width: 100%;
    height: 100%; }

/*=============================================

  トピックス                                   

==============================================*/
.topicsSection {
  background-color: #ECEFEE; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topicsSection {
      padding: 60px 0;
      margin-top: 80px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topicsSection {
      padding: 100px 0;
      margin-top: 160px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topics_title {
    padding: 0 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topics_title {
    max-width: 1160px;
    padding: 0 60px;
    margin: 0 auto; } }

.topicsListWrap {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0;
  letter-spacing: 0;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: none; }
  .topicsListWrap::-webkit-scrollbar {
    display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topicsListWrap {
      margin-top: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topicsListWrap {
      margin-top: 40px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topicsList {
    padding-left: 12px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topicsList {
    padding-left: calc((100% - 1060px) / 2); } }

.topicsList_node {
  display: inline-block;
  font-size: 0;
  letter-spacing: 0;
  white-space: normal;
  vertical-align: top; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topicsList_node {
      width: 60vw;
      padding: 0 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topicsList_node {
      width: 340px;
      padding: 0 20px; } }

.topicsList_link {
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease; }
  @media (hover: hover) {
    .topicsList_link:hover {
      opacity: .6; } }

.topicsList_imgWrap {
  position: relative;
  width: 100%;
  padding-top: 75%; }
  .topicsList_imgWrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media all and (-ms-high-contrast: none) {
      .topicsList_imgWrap img {
        height: auto; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topicsList_info {
    margin-top: 12px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topicsList_info {
    margin-top: 16px; } }

.topicsList_category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  border: solid 1px #4B5155;
  border-radius: 12px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topicsList_category {
      font-size: 12px;
      padding: 5px 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topicsList_category {
      font-size: 13px;
      padding: 5px 12px; } }

.topicsList_info_title {
  line-height: 1.5;
  letter-spacing: .06em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topicsList_info_title {
      font-size: 14px;
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topicsList_info_title {
      font-size: 16px;
      margin-top: 10px; } }

.topicsList_info_date {
  font-family: "Jost", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 200;
  line-height: 1;
  letter-spacing: .02em;
  color: #889894; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topicsList_info_date {
      font-size: 11px;
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topicsList_info_date {
      font-size: 13px;
      margin-top: 10px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topicsScrollBarWrap {
    margin: 30px 24px 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topicsScrollBarWrap {
    max-width: 1160px;
    padding: 0 60px;
    margin: 40px auto 0; } }

.receptionWrap {
  position: relative;
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .receptionWrap {
      margin: 10px auto;
      width: calc(100% - 20px); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .receptionWrap {
      margin: 20px auto;
      width: calc(100% - 40px); } }
  .receptionWrap:after {
    content: "";
    display: block; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .receptionWrap:after {
        width: 100%;
        padding-top: 80%; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .receptionWrap:after {
        width: 100%;
        padding-top: 30%; } }

.receptionImg {
  position: absolute;
  top: 0;
  left: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .receptionImg {
      width: 180%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .receptionImg {
      width: 100%; } }

/*=============================================

  What’s ECILA                           

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .featureSection {
    padding: 80px 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .featureSection {
    padding: 160px 60px;
    max-width: 1020px;
    margin: 0 auto; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .feature_inner {
    margin-top: 30px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .feature_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px; } }

.featureGallery {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .featureGallery {
      width: 66%;
      margin: 0 auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .featureGallery {
      width: 44%; } }
  .featureGallery:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 122%; }

.featureGallery_img {
  position: absolute;
  -webkit-transition: .3;
  transition: .3; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .featureGallery_img {
      width: calc(100% - 15px); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .featureGallery_img {
      width: calc(100% - 40px); } }
  .featureGallery_img:nth-child(1) {
    z-index: 4;
    -webkit-animation: imgAnimation1 8s infinite;
    animation: imgAnimation1 8s infinite; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .featureGallery_img:nth-child(1) {
        top: 15px;
        left: 0; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .featureGallery_img:nth-child(1) {
        top: 20px;
        left: 0; } }
  .featureGallery_img:nth-child(2) {
    z-index: 3;
    -webkit-animation: imgAnimation2 8s infinite;
    animation: imgAnimation2 8s infinite; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .featureGallery_img:nth-child(2) {
        top: 0;
        left: 15px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .featureGallery_img:nth-child(2) {
        top: 0;
        left: 20px; } }
  .featureGallery_img:nth-child(3) {
    z-index: 2;
    -webkit-animation: imgAnimation3 8s infinite;
    animation: imgAnimation3 8s infinite; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .featureGallery_img:nth-child(3) {
        top: 15px;
        right: 0; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .featureGallery_img:nth-child(3) {
        top: 20px;
        right: 0; } }
  .featureGallery_img:nth-child(4) {
    z-index: 1;
    -webkit-animation: imgAnimation4 8s infinite;
    animation: imgAnimation4 8s infinite; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .featureGallery_img:nth-child(4) {
        top: 25px;
        left: 10px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .featureGallery_img:nth-child(4) {
        bottom: 0;
        left: 10px; } }

@-webkit-keyframes imgAnimation1 {
  0%, 25% {
    z-index: 4; }
  25.1%, 100% {
    z-index: 1; }
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes imgAnimation1 {
  0%, 25% {
    z-index: 4; }
  25.1%, 100% {
    z-index: 1; }
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes imgAnimation2 {
  0%, 25% {
    z-index: 1; }
  25.1%, 50% {
    z-index: 4; }
  50.1%, 100% {
    z-index: 1; }
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  35% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes imgAnimation2 {
  0%, 25% {
    z-index: 1; }
  25.1%, 50% {
    z-index: 4; }
  50.1%, 100% {
    z-index: 1; }
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  35% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes imgAnimation3 {
  0%, 50% {
    z-index: 1; }
  50.1%, 75% {
    z-index: 4; }
  75.1%, 100% {
    z-index: 1; }
  0% {
    opacity: 1; }
  35% {
    opacity: 1; }
  45% {
    opacity: 0; }
  50% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes imgAnimation3 {
  0%, 50% {
    z-index: 1; }
  50.1%, 75% {
    z-index: 4; }
  75.1%, 100% {
    z-index: 1; }
  0% {
    opacity: 1; }
  35% {
    opacity: 1; }
  45% {
    opacity: 0; }
  50% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes imgAnimation4 {
  0%, 75% {
    z-index: 1; }
  75.1%, 100% {
    z-index: 4; }
  0% {
    opacity: 1; }
  75% {
    opacity: 0; }
  80% {
    opacity: 1; }
  90% {
    opacity: 1; } }

@keyframes imgAnimation4 {
  0%, 75% {
    z-index: 1; }
  75.1%, 100% {
    z-index: 4; }
  0% {
    opacity: 1; }
  75% {
    opacity: 0; }
  80% {
    opacity: 1; }
  90% {
    opacity: 1; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .featureList {
    margin-top: 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .featureList {
    width: 55%;
    padding-left: 60px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .featureList_node + .featureList_node {
    margin-top: 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .featureList_node + .featureList_node {
    margin-top: 54px; } }

.featureList_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .featureList_title_img {
    width: 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .featureList_title_img {
    width: 47px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .featureList_title_ja {
    font-size: 18px;
    padding-left: 16px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .featureList_title_ja {
    font-size: 20px;
    padding-left: 16px; } }

.featureList_text {
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .featureList_text {
      font-size: 13px;
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .featureList_text {
      font-size: 15px;
      margin-top: 18px; } }

/*=============================================

  Point                                     

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .pointSection {
    padding: 100px 24px 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .pointSection {
    max-width: 1160px;
    padding: 0 60px;
    margin: 40px auto 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .point_inner {
    margin-right: 150px; } }

.point_title {
  display: block;
  text-align: right; }

.point_title_en {
  padding: 0; }

.point_title_ja {
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .point_title_ja {
      margin-top: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .point_title_ja {
      margin-top: 10px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .pointList {
    margin-top: 30px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .pointList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px; } }

.pointList_node {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointList_node {
      width: 84%;
      padding-top: 14px;
      padding-left: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointList_node {
      width: calc((100% - 41px * 2) / 3);
      padding-top: 24px;
      padding-left: 10px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointList_node:nth-child(1) {
      margin-right: auto; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointList_node:nth-child(2) {
      margin-left: auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointList_node:nth-child(2) {
      margin-top: 36px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointList_node:nth-child(3) {
      margin-right: auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointList_node:nth-child(3) {
      margin-top: 72px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointList_node + .pointList_node {
      margin-top: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointList_node + .pointList_node {
      margin-left: 40px; } }

.pointList_index {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Jost", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: italic;
  font-weight: 100;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointList_index {
      font-size: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointList_index {
      font-size: 40px; } }
  .pointList_node:nth-child(1) .pointList_index {
    color: #62B7A6; }
  .pointList_node:nth-child(2) .pointList_index {
    color: #F2C125; }
  .pointList_node:nth-child(3) .pointList_index {
    color: #F5AFAD; }

.pointList_imgWrap img {
  display: inline-block;
  aspect-ratio: 260 / 340;
  width: 100%; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .pointList_info {
    margin-top: 18px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .pointList_info {
    margin-top: 32px; } }

.pointList_info_title {
  text-align: center;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointList_info_title {
      font-size: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointList_info_title {
      font-size: 24px; } }

.pointList_info_text {
  letter-spacing: .04em;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointList_info_text {
      font-size: 13px;
      margin-top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointList_info_text {
      font-size: 15px;
      margin-top: 26px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .receptionWrap_1 {
    margin-top: 80px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .receptionWrap_1 {
    margin-top: 120px; } }

/*=============================================

  Salon’s Voice                                     

==============================================*/
.voicesSection {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .voicesSection {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .voicesSection {
      padding-top: 120px;
      padding-bottom: 104px; } }
  .voicesSection:after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(242, 193, 37, 0.1);
    z-index: 1; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .voicesSection:after {
        bottom: 0;
        left: 0;
        width: 64%;
        height: calc(100% - 56px); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .voicesSection:after {
        bottom: 0;
        left: 0;
        width: 480px;
        height: calc(100% - 80px); } }

.voices_inner {
  position: relative;
  z-index: 2; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .voices_title {
    padding: 0 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .voices_title {
    max-width: 1040px;
    padding: 0 60px;
    margin: 0 auto; } }

.voicesListWrap {
  font-size: 0;
  letter-spacing: 0;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: none; }
  .voicesListWrap::-webkit-scrollbar {
    display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .voicesListWrap {
      margin-top: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .voicesListWrap {
      margin-top: 40px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .voicesList {
    padding-left: 26px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .voicesList {
    padding-left: calc((100% - 960px) / 2); } }

.voicesList_node {
  display: inline-block;
  white-space: normal;
  vertical-align: top; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .voicesList_node {
      width: calc(264 / 375 * 100vw);
      padding: 0 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .voicesList_node {
      width: 340px;
      padding: 0 20px; } }

.voicesList_link {
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease; }
  @media (hover: hover) {
    .voicesList_link:hover {
      opacity: .6; } }

.voicesList_imgWrap {
  position: relative;
  width: 100%;
  padding-top: 75%; }
  .voicesList_imgWrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media all and (-ms-high-contrast: none) {
      .voicesList_imgWrap img {
        height: auto; } }

.voicesList_title {
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .voicesList_title {
      font-size: 14px;
      margin-top: 6px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .voicesList_title {
      font-size: 16px;
      margin-top: 12px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .voicesScrollBarWrap {
    padding: 30px 40px 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .voicesScrollBarWrap {
    max-width: 1040px;
    padding: 0 60px;
    margin: 40px auto 0; } }

/*
  記事一件の時
------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .voicesSingle {
    padding-top: 40px;
    margin-top: 80px; } }

.voicesSingle:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ecefee;
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .voicesSingle:after {
      top: 0;
      bottom: auto;
      left: 0;
      width: 100%;
      height: calc(100% - 150px); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .voicesSingle:after {
      bottom: 56px;
      right: 0;
      left: auto;
      width: 56.25%;
      height: 480px; } }

.voicesSingle_inner {
  position: relative;
  z-index: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .voicesSingle_inner {
      padding: 0 24px;
      display: block; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .voicesSingle_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .voicesSingle_image {
    margin-top: 30px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .voicesSingle_image {
    width: 520px; } }

.voicesSingle_image img {
  width: 100%; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .voicesSingle_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .voicesSingle_head .voices_title {
      padding: 0; } }

.voicesSingle_info_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .voicesSingle_info_button {
      margin-left: 60px;
      margin-top: 40px; } }

.voicesSingle_info_buttonLabel {
  position: relative;
  display: inline-block;
  font-size: 14px;
  z-index: 2;
  padding: 10px 0; }

/*=============================================

  体験してみませんか?                                   

==============================================*/
.bannerSection {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerSection {
      padding-top: 120px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .bannerSection {
      padding-top: 160px; } }

.banner_title {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/banner_title_background.png); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .banner_title {
      background-size: 170px 122px;
      padding: 23px 0 23px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .banner_title {
      background-size: 220px 158px;
      padding: 30px 0 10px; } }

.banner_title_label {
  position: relative;
  z-index: 2;
  line-height: 1.5; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .banner_title_label {
      font-size: 28px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .banner_title_label {
      font-size: 40px; } }

.banner_inner {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .banner_inner {
      margin-top: 25px;
      padding-bottom: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .banner_inner {
      margin-top: 50px;
      padding-bottom: 120px; } }
  .banner_inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #ECEFEE;
    z-index: 1; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .banner_inner:after {
        height: calc(100% - 72px); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .banner_inner:after {
        height: calc(100% - 100px); } }

.bannerList {
  position: relative;
  z-index: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerList {
      margin: 0 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .bannerList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 1160px;
      padding: 0 60px;
      margin: 0 auto; } }

.bannerList_node {
  background-color: #FFFFFF; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .bannerList_node {
      width: calc((100% - 40px) / 2); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerList_node + .bannerList_node {
      margin-top: 30px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .bannerList_info {
    padding: 32px 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .bannerList_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 40px; } }

.bannerList_info_title {
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerList_info_title {
      font-size: 18px;
      text-align: center; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .bannerList_info_title {
      font-size: 20px; } }

.bannerList_info_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerList_info_button {
      margin-top: 24px; } }

.bannerLisButton_label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  z-index: 2;
  padding: 10px 0;
  background-color: #FFFFFF; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .bannerCatalog {
    margin-top: 80px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .bannerCatalog {
    margin-top: 120px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .bannerCatalog_inner {
    width: calc(100% - 48px * 2);
    margin: 0 auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .bannerCatalog_inner {
    max-width: 960px;
    padding: 0 40px;
    margin: 0 auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .bannerCatalog_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.bannerCatalog_imgWrap {
  background-color: #EFEFEF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerCatalog_imgWrap {
      padding: 32px 26px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .bannerCatalog_imgWrap {
      width: 40%;
      padding: 32px 26px; } }
  .bannerCatalog_imgWrap img {
    width: 100%; }

.bannerCatalogInfo {
  background-color: #FFFFFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerCatalogInfo {
      padding: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .bannerCatalogInfo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 60%;
      padding: 0 60px; } }

.bannerCatalogInfo_title_en {
  font-family: "Jost", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  letter-spacing: .06em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerCatalogInfo_title_en {
      font-size: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .bannerCatalogInfo_title_en {
      font-size: 48px; } }

.bannerCatalogInfo_title_ja {
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerCatalogInfo_title_ja {
      font-size: 13px;
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .bannerCatalogInfo_title_ja {
      font-size: 14px;
      margin-top: 8px; } }

.bannerCatalogInfo_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerCatalogInfo_button {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-top: 40px; } }

.bannerCatalogInfo_button_label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  z-index: 2;
  padding: 10px 0;
  background-color: #FFFFFF; }

/*=============================================

  　　FAQ　　                                     

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .faqSection {
    padding: 80px 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .faqSection {
    max-width: 1160px;
    padding: 120px 60px;
    margin: 0 auto 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .faqList {
    margin-top: 30px;
    padding: 0 10px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .faqList {
    margin-top: 40px;
    padding: 0 60px; } }

.faqList_node {
  border-bottom: solid 1px #4B5155; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqList_node {
      padding: 0 0 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqList_node {
      padding: 0 0 32px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqList_node + .faqList_node {
      margin-top: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqList_node + .faqList_node {
      margin-top: 40px; } }

.faqList_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqList_head {
      padding-right: 28px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqList_head {
      padding-right: 42px; } }

.faqList_headIcon {
  font-family: "Jost", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqList_headIcon {
      font-size: 24px;
      padding-right: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqList_headIcon {
      font-size: 36px;
      padding-right: 12px; } }

.faqList_headToggle {
  position: absolute; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqList_headToggle {
      top: 3px;
      right: 0;
      width: 16px;
      height: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqList_headToggle {
      top: 0;
      right: 0;
      width: 24px;
      height: 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .faqList_headToggle_icon {
    width: 24px;
    height: 24px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .faqList_headToggle_icon svg {
    width: 16px;
    height: 16px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .faqList_headToggle_icon svg {
    width: 24px;
    height: 24px; } }

.is-open .faqList_headToggle_icon #icon_faq_bar {
  opacity: 0; }

.faqList_head_text {
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqList_head_text {
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqList_head_text {
      font-size: 18px; } }

.faqList_body {
  display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqList_body {
      padding: 20px 28px 0 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqList_body {
      padding: 24px 0 0 52px; } }

.faqList_body_text {
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqList_body_text {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqList_body_text {
      font-size: 15px; } }
  .faqList_body_text a {
    color: #62B7A6;
    text-decoration: underline; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqList_body_text i {
      font-size: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqList_body_text i {
      font-size: 12px; } }

/*=============================================

  体験の流れ                                    

==============================================*/
.flowSection {
  width: 100%;
  height: 100vh;
  background-image: -webkit-linear-gradient(330deg, #fedcdc 10%, #fff3d7 30%, #ffe6aa 50%, #ebf2e3 80%, #c3e8e3 98%);
  background-image: linear-gradient(120deg, #fedcdc 10%, #fff3d7 30%, #ffe6aa 50%, #ebf2e3 80%, #c3e8e3 98%);
  background-size: 100% 100%; }

.flow_outer {
  position: relative;
  white-space: nowrap;
  position: sticky;
  overflow: hidden;
  top: 0; }

.flow_inner {
  white-space: nowrap; }

.flowIntro {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
  height: 100vh; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowIntro {
      padding: 40px 45px 40px 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowIntro {
      padding: 50px 160px 50px 120px; } }

.flowIntro_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.6;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(../images/flow/flow_title_background.png); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowIntro_title {
      font-size: 24px;
      padding: 48px 10px 0 0;
      background-size: 205px 166px;
      width: 267px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowIntro_title {
      font-size: 36px;
      padding: 46px 20px 0 0;
      background-size: 205px 166px; } }

.flowIntro_text {
  line-height: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowIntro_text {
      font-size: 13px;
      margin-top: 54px;
      width: 254px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowIntro_text {
      font-size: 15px;
      margin-top: 64px;
      width: 403px; } }

.flowListWrap {
  display: inline-block; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowListWrap {
      position: relative; } }

.flowStep {
  position: absolute;
  z-index: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowStep {
      left: 24px;
      top: 50px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowStep {
      right: 110px;
      top: 60px; } }

.flowStepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flowStepList_node {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: .3;
  -webkit-transition: .2s;
  transition: .2s; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowStepList_node:nth-child(2), .flowStepList_node:nth-child(3) {
      padding-left: 54px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowStepList_node:nth-child(2), .flowStepList_node:nth-child(3) {
      padding-left: 108px; } }
  .flowStepList_node:nth-child(2):before, .flowStepList_node:nth-child(3):before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #4B5155;
    -webkit-transition: .2s;
    transition: .2s; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .flowStepList_node:nth-child(2):before, .flowStepList_node:nth-child(3):before {
        width: 24px;
        left: 15px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .flowStepList_node:nth-child(2):before, .flowStepList_node:nth-child(3):before {
        width: 60px;
        left: 24px; } }
  .flowStep[data-step="1"] .flowStepList_node:nth-child(1) {
    opacity: 1; }
    .flowStep[data-step="1"] .flowStepList_node:nth-child(1):before {
      opacity: .3; }
  .flowStep[data-step="2"] .flowStepList_node:nth-child(2) {
    opacity: 1; }
    .flowStep[data-step="2"] .flowStepList_node:nth-child(2):before {
      opacity: .3; }
  .flowStep[data-step="3"] .flowStepList_node:nth-child(3) {
    opacity: 1; }
    .flowStep[data-step="3"] .flowStepList_node:nth-child(3):before {
      opacity: .3; }

.flowStepList_icon {
  position: relative;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color .8s ease;
  transition: background-color .8s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowStepList_icon {
      width: 10px;
      height: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowStepList_icon {
      width: 12px;
      height: 12px; } }
  .flowStepList_icon:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: opacity .2s ease, width .3s ease, height .3s ease;
    transition: opacity .2s ease, width .3s ease, height .3s ease; }
  .flowStepList_node:nth-child(1) .flowStepList_icon {
    border: 1px solid #F5AFAD; }
    [data-step="1"] .flowStepList_node:nth-child(1) .flowStepList_icon {
      background-color: #F5AFAD; }
    .flowStepList_node:nth-child(1) .flowStepList_icon:after {
      background-color: rgba(245, 175, 173, 0.3); }
      [data-step="1"] .flowStepList_node:nth-child(1) .flowStepList_icon:after {
        opacity: 1; }
        @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
          [data-step="1"] .flowStepList_node:nth-child(1) .flowStepList_icon:after {
            width: 20px;
            height: 20px; } }
        @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
          [data-step="1"] .flowStepList_node:nth-child(1) .flowStepList_icon:after {
            width: 32px;
            height: 32px; } }
  .flowStepList_node:nth-child(2) .flowStepList_icon {
    border: 1px solid #F2C125; }
    [data-step="2"] .flowStepList_node:nth-child(2) .flowStepList_icon {
      background-color: #F2C125; }
    .flowStepList_node:nth-child(2) .flowStepList_icon:after {
      background-color: rgba(242, 193, 37, 0.3); }
      [data-step="2"] .flowStepList_node:nth-child(2) .flowStepList_icon:after {
        opacity: 1; }
        @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
          [data-step="2"] .flowStepList_node:nth-child(2) .flowStepList_icon:after {
            width: 20px;
            height: 20px; } }
        @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
          [data-step="2"] .flowStepList_node:nth-child(2) .flowStepList_icon:after {
            width: 32px;
            height: 32px; } }
  .flowStepList_node:nth-child(3) .flowStepList_icon {
    border: 1px solid #62B7A6; }
    [data-step="3"] .flowStepList_node:nth-child(3) .flowStepList_icon {
      background-color: #62B7A6; }
    .flowStepList_node:nth-child(3) .flowStepList_icon:after {
      background-color: rgba(98, 183, 166, 0.3); }
      [data-step="3"] .flowStepList_node:nth-child(3) .flowStepList_icon:after {
        opacity: 1; }
        @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
          [data-step="3"] .flowStepList_node:nth-child(3) .flowStepList_icon:after {
            width: 20px;
            height: 20px; } }
        @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
          [data-step="3"] .flowStepList_node:nth-child(3) .flowStepList_icon:after {
            width: 32px;
            height: 32px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .flowStepList_label {
    padding-left: 17px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .flowStepList_label {
    padding-left: 16px; } }

.flowStepList_label_en {
  font-family: "Jost", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowStepList_label_en {
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowStepList_label_en {
      font-size: 20px; } }
  .flowStepList_node:nth-child(1) .flowStepList_label_en {
    color: #F5AFAD; }
  .flowStepList_node:nth-child(2) .flowStepList_label_en {
    color: #F2C125; }
  .flowStepList_node:nth-child(3) .flowStepList_label_en {
    color: #62B7A6; }

.flowStepList_label_ja {
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowStepList_label_ja {
      font-size: 11px;
      margin-top: 4px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowStepList_label_ja {
      font-size: 12px;
      margin-top: 6px; } }

.flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flowList_node {
  white-space: normal; }

.flowList_node-step1 {
  position: relative;
  z-index: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 106px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 72px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step1 .flowList_inner {
      width: 336px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step1 .flowList_inner {
      width: 382px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step1 .flowList_imgWrap {
      padding-top: 30px;
      width: 336px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step1 .flowList_imgWrap {
      padding-top: 40px;
      width: 382px; } }
  .flowList_node-step1 .flowList_imgWrap img {
    display: inline-block;
    width: 100%; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .flowList_node-step1 .flowList_imgWrap img {
        height: 224px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .flowList_node-step1 .flowList_imgWrap img {
        height: 255px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step1 .flowList_imgLabel {
      top: 0;
      left: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step1 .flowList_imgLabel {
      top: 0;
      left: 10px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step1 .flowList_info {
      padding: 32px 0 0 50px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step1 .flowList_info {
      padding: 32px 0 0 40px; } }
  .flowList_node-step1 .flowListSupplement {
    position: relative; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .flowList_node-step1 .flowListSupplement {
        width: 282px;
        margin: 94px 0 0 12px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .flowList_node-step1 .flowListSupplement {
        width: 316px;
        margin: 96px 0 0 18px; } }
    .flowList_node-step1 .flowListSupplement img {
      width: 100%;
      display: inline-block; }
      @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
        .flowList_node-step1 .flowListSupplement img {
          height: 355px; } }
      @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
        .flowList_node-step1 .flowListSupplement img {
          height: 397px; } }
    .flowList_node-step1 .flowListSupplement:after {
      content: "";
      position: absolute;
      display: block;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../svg/bar_1.svg); }
      @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
        .flowList_node-step1 .flowListSupplement:after {
          top: -42px;
          left: 85px;
          width: 360px;
          height: 24px; } }
      @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
        .flowList_node-step1 .flowListSupplement:after {
          top: -47px;
          left: 99px;
          width: 430px;
          height: 30px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .flowList_node-step2 {
    margin-left: 100px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .flowList_node-step2 {
    margin-left: 160px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .flowList_node-step2 .flowList_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .flowList_node-step2 .flowList_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .flowList_node-step2 .flowList_imgWrap {
    width: calc(100vh / 1.5);
    height: 100vh; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .flowList_node-step2 .flowList_imgWrap {
    width: calc(100vh / 1.5);
    height: 100vh; } }

.flowList_node-step2 .flowList_imgWrap img {
  width: calc(100vh / 1.5);
  height: 100vh; }

.flowList_node-step2 .flowList_info {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step2 .flowList_info {
      width: 280px;
      margin-left: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step2 .flowList_info {
      width: 340px;
      margin-left: 40px; } }
  .flowList_node-step2 .flowList_info:after {
    content: "";
    position: absolute;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../svg/bar_2.svg); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .flowList_node-step2 .flowList_info:after {
        top: 6px;
        left: 254px;
        width: 246px;
        height: 85px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .flowList_node-step2 .flowList_info:after {
        top: 10px;
        left: 262px;
        width: 330px;
        height: 113px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .flowList_node-step2 .flowList_imgLabel {
    top: -96px;
    left: -46px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .flowList_node-step2 .flowList_imgLabel {
    top: -96px;
    left: -46px; } }

.flowList_node-step3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step3 {
      margin-left: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step3 {
      margin-left: 40px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step3 .flowList_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-top: 60px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step3 .flowList_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-top: 70px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step3 .flowList_info {
      margin-top: 107px;
      width: 280px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step3 .flowList_info {
      margin-top: 107px;
      width: 340px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step3 .flowList_imgWrap {
      width: 264px;
      margin-left: -16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step3 .flowList_imgWrap {
      width: 307px;
      margin-left: -16px; } }
  .flowList_node-step3 .flowList_imgWrap img {
    display: inline-block;
    width: 100%; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .flowList_node-step3 .flowList_imgWrap img {
        height: 306px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .flowList_node-step3 .flowList_imgWrap img {
        height: 357px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .flowList_node-step4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 480px;
    margin-left: 100px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .flowList_node-step4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 480px;
    margin-left: 160px; } }

.flowList_node-step4 .flowList_imgWrap {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step4 .flowList_imgWrap {
      width: 320px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step4 .flowList_imgWrap {
      width: 480px; } }
  .flowList_node-step4 .flowList_imgWrap:after {
    content: "";
    position: absolute;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../svg/bar_3.svg); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .flowList_node-step4 .flowList_imgWrap:after {
        bottom: 4px;
        left: -73px;
        width: 140px;
        height: 30px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .flowList_node-step4 .flowList_imgWrap:after {
        bottom: 0px;
        left: -98px;
        width: 200px;
        height: 48px; } }
  .flowList_node-step4 .flowList_imgWrap img {
    display: inline-block;
    width: 100%; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .flowList_node-step4 .flowList_imgWrap img {
        height: 213px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .flowList_node-step4 .flowList_imgWrap img {
        height: 320px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .flowList_node-step4 .flowList_info {
    width: 310px;
    padding: 26px 0 0 30px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .flowList_node-step4 .flowList_info {
    width: 340px;
    padding: 32px 0 0 30px; } }

.flowList_node-step5 {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step5 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 60px;
      margin-left: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step5 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 60px;
      margin-left: 40px; } }
  .flowList_node-step5 .flowList_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .flowList_node-step5 .flowList_inner:after {
      content: "";
      position: absolute;
      display: block;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../svg/bar_4.svg); }
      @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
        .flowList_node-step5 .flowList_inner:after {
          top: -150px;
          left: 110px;
          width: 560px;
          height: 60px; } }
      @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
        .flowList_node-step5 .flowList_inner:after {
          top: -144px;
          left: 112px;
          width: 708px;
          height: 80px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step5 .flowList_imgWrap {
      width: 290px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step5 .flowList_imgWrap {
      width: 350px; } }
  .flowList_node-step5 .flowList_imgWrap img {
    display: inline-block;
    width: 100%; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .flowList_node-step5 .flowList_imgWrap img {
        height: 191px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .flowList_node-step5 .flowList_imgWrap img {
        height: 230px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step5 .flowList_info {
      width: 280px;
      margin-left: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step5 .flowList_info {
      width: 340px;
      margin-left: 40px; } }

.flowList_node-step6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step6 {
      margin-left: 100px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step6 {
      margin-left: 160px; } }
  .flowList_node-step6 .flowList_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step6 .flowList_imgWrap {
      width: 420px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step6 .flowList_imgWrap {
      width: 480px; } }
  .flowList_node-step6 .flowList_imgWrap img {
    display: inline-block;
    width: 100%; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .flowList_node-step6 .flowList_imgWrap img {
        height: 420px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .flowList_node-step6 .flowList_imgWrap img {
        height: 480px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step6 .flowList_info {
      width: 280px;
      padding-bottom: 30px;
      margin-left: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step6 .flowList_info {
      width: 340px;
      padding-bottom: 40px;
      margin-left: 40px; } }

.flowList_node-step7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step7 {
      margin-left: 100px;
      margin-right: 225px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step7 {
      margin-left: 160px;
      margin-right: 280px; } }
  .flowList_node-step7 .flowList_imgWrap {
    position: relative; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .flowList_node-step7 .flowList_imgWrap {
        width: 300px;
        padding-top: 40px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .flowList_node-step7 .flowList_imgWrap {
        width: 390px;
        padding-top: 40px; } }
    .flowList_node-step7 .flowList_imgWrap:after {
      content: "";
      position: absolute;
      display: block;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../svg/bar_5.svg); }
      @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
        .flowList_node-step7 .flowList_imgWrap:after {
          top: 156px;
          left: -218px;
          width: 240px;
          height: 80px; } }
      @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
        .flowList_node-step7 .flowList_imgWrap:after {
          top: 148px;
          left: -288px;
          width: 304px;
          height: 118px; } }
    .flowList_node-step7 .flowList_imgWrap img {
      display: inline-block;
      width: 100%; }
      @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
        .flowList_node-step7 .flowList_imgWrap img {
          height: 200px; } }
      @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
        .flowList_node-step7 .flowList_imgWrap img {
          height: 260px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step7 .flowList_imgLabel {
      top: 0;
      left: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step7 .flowList_imgLabel {
      top: 0;
      left: 10px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_node-step7 .flowList_info {
      width: 300px;
      padding: 26px 0 0 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_node-step7 .flowList_info {
      width: 390px;
      padding: 32px 0 0 40px; } }

.flowList_imgWrap {
  position: relative; }

.flowList_imgLabel {
  position: absolute;
  font-family: "Jost", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: .04em;
  color: #FFFFFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_imgLabel {
      font-size: 51px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_imgLabel {
      font-size: 60px; } }

.flowList_title {
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_title {
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_title {
      font-size: 18px; } }

.flowList_text {
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowList_text {
      font-size: 13px;
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowList_text {
      font-size: 15px;
      margin-top: 18px; } }

.flowFunctions {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowFunctions {
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowFunctions {
      margin-top: 18px; } }

.flowFunctions_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .flowFunctions_node + .flowFunctions_node {
      margin-top: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .flowFunctions_node + .flowFunctions_node {
      margin-top: 8px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .flowFunctions_img {
    width: 26px;
    height: 26px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .flowFunctions_label {
    font-size: 11px;
    padding-left: 8px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .flowFunctions_label {
    font-size: 12px;
    padding-left: 8px; } }

/*=============================================

  ECILAミラーでできること                                    

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .functionSection {
    padding: 80px 0 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .functionSection {
    padding: 160px 0 0; } }

.function_title {
  line-height: 1.6;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .function_title {
      font-size: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .function_title {
      font-size: 36px; } }

.function_content {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .function_content {
      margin-top: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .function_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 860px;
      margin: 56px auto 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="initial"] .function_content {
      margin-bottom: 80px; } }

.functionMirror {
  position: relative;
  -webkit-transition: margin .6s ease;
  transition: margin .6s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionMirror {
      width: calc(240 / 375 * 100%);
      margin: 0 auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionMirror {
      width: 420px;
      margin-right: 440px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-current="initial"] .functionMirror {
      margin-right: 0; } }

.functionTutorial {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 3; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionTutorial {
      width: 76%;
      left: 50%;
      top: 1.5%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionTutorial {
      top: 8px;
      left: 44px;
      width: 334px; } }
  [data-current="initial"] .functionTutorial {
    opacity: 1;
    visibility: visible; }

.functionTutorial_innner {
  position: relative;
  width: 100%;
  padding-top: 169%; }

.functionTutorial_title {
  position: absolute; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionTutorial_title {
      width: 154px;
      height: 90px;
      top: 108px;
      left: 5px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionTutorial_title {
      width: 184px;
      height: 102px;
      top: 155px;
      left: 40px; } }
  .functionTutorial_title img {
    width: 100%;
    height: 100%; }

.functionTutorialList_node {
  position: absolute;
  border-radius: 50%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionTutorialList_node {
      width: 16px;
      height: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionTutorialList_node {
      width: 24px;
      height: 24px; } }
  .functionTutorialList_node:nth-child(1) {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(242, 193, 37, 0.5); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .functionTutorialList_node:nth-child(1) {
        top: 12px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .functionTutorialList_node:nth-child(1) {
        top: 3px; } }
  .functionTutorialList_node:nth-child(2) {
    background-color: rgba(245, 175, 173, 0.5); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .functionTutorialList_node:nth-child(2) {
        top: 110px;
        left: 5px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .functionTutorialList_node:nth-child(2) {
        top: 50%;
        left: 5px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none; } }
  .functionTutorialList_node:nth-child(3) {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(98, 183, 166, 0.5); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .functionTutorialList_node:nth-child(3) {
        bottom: 20px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .functionTutorialList_node:nth-child(3) {
        bottom: 30px; } }
  .functionTutorialList_node:nth-child(4) {
    top: 60%;
    background-color: rgba(73, 82, 119, 0.5); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .functionTutorialList_node:nth-child(4) {
        width: 12px;
        height: 12px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .functionTutorialList_node:nth-child(4) {
        width: 20px;
        height: 20px; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .functionTutorialList_node:nth-child(4) {
        right: -20px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .functionTutorialList_node:nth-child(4) {
        right: -20px; } }
  .functionTutorialList_node:nth-child(5), .functionTutorialList_node:nth-child(6), .functionTutorialList_node:nth-child(7), .functionTutorialList_node:nth-child(8), .functionTutorialList_node:nth-child(9), .functionTutorialList_node:nth-child(10) {
    background-color: rgba(245, 175, 173, 0.5);
    width: 32px;
    height: 32px;
    left: 0;
    -webkit-animation: flash3 1.4s linear infinite;
    animation: flash3 1.4s linear infinite; }
  .functionTutorialList_node:nth-child(5) {
    top: 152px; }
  .functionTutorialList_node:nth-child(6) {
    top: 194px; }
  .functionTutorialList_node:nth-child(7) {
    top: 233px; }
  .functionTutorialList_node:nth-child(8) {
    top: 294px; }
  .functionTutorialList_node:nth-child(9) {
    top: 334px; }
  .functionTutorialList_node:nth-child(10) {
    top: 374px; }

@-webkit-keyframes flash1 {
  0%,
  100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

@keyframes flash1 {
  0%,
  100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

@-webkit-keyframes flash2 {
  0%,
  100% {
    opacity: 1; }
  50% {
    opacity: 0.3; } }

@keyframes flash2 {
  0%,
  100% {
    opacity: 1; }
  50% {
    opacity: 0.3; } }

@-webkit-keyframes flash3 {
  0%,
  100% {
    opacity: 1; }
  50% {
    opacity: 0.1; } }

@keyframes flash3 {
  0%,
  100% {
    opacity: 1; }
  50% {
    opacity: 0.1; } }

.functionTutorialList_inner {
  position: relative;
  width: 100%;
  height: 100%; }
  .functionTutorialList_inner:before, .functionTutorialList_inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%; }
  .functionTutorialList_inner:before {
    -webkit-animation: flash2 1.5s linear infinite;
    animation: flash2 1.5s linear infinite; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .functionTutorialList_inner:before {
        width: 60px;
        height: 60px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .functionTutorialList_inner:before {
        width: 120px;
        height: 120px; } }
  .functionTutorialList_inner:after {
    -webkit-animation: flash1 1.5s linear infinite;
    animation: flash1 1.5s linear infinite; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .functionTutorialList_inner:after {
        width: 80px;
        height: 80px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .functionTutorialList_inner:after {
        width: 160px;
        height: 160px; } }
  .functionTutorialList_node:nth-child(1) .functionTutorialList_inner:before {
    background-color: rgba(242, 193, 37, 0.3); }
  .functionTutorialList_node:nth-child(1) .functionTutorialList_inner:after {
    background-color: rgba(242, 193, 37, 0.2); }
  .functionTutorialList_node:nth-child(2) .functionTutorialList_inner:before {
    background-color: rgba(245, 175, 173, 0.3); }
  .functionTutorialList_node:nth-child(2) .functionTutorialList_inner:after {
    background-color: rgba(245, 175, 173, 0.2); }
  .functionTutorialList_node:nth-child(3) .functionTutorialList_inner:before {
    background-color: rgba(98, 183, 166, 0.3); }
  .functionTutorialList_node:nth-child(3) .functionTutorialList_inner:after {
    background-color: rgba(98, 183, 166, 0.2); }
  .functionTutorialList_node:nth-child(4) .functionTutorialList_inner:before {
    background-color: rgba(73, 82, 119, 0.3); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .functionTutorialList_node:nth-child(4) .functionTutorialList_inner:before {
        width: 48px;
        height: 48px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .functionTutorialList_node:nth-child(4) .functionTutorialList_inner:before {
        width: 78px;
        height: 78px; } }
  .functionTutorialList_node:nth-child(4) .functionTutorialList_inner:after {
    background-color: rgba(73, 82, 119, 0.2); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .functionTutorialList_node:nth-child(4) .functionTutorialList_inner:after {
        width: 68px;
        height: 68px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .functionTutorialList_node:nth-child(4) .functionTutorialList_inner:after {
        width: 104px;
        height: 104px; } }

.functionNav {
  z-index: 3; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionNav {
      position: absolute;
      top: 50%;
      left: -24px;
      -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
      transform: translateY(-70%);
      -webkit-transition: opacity .2s ease, visibility .2s ease;
      transition: opacity .2s ease, visibility .2s ease; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionNav {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="initial"] .functionNav {
      opacity: 0;
      visibility: hidden; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-current="initial"] .functionNav {
      opacity: .3; } }

.functionNav_current {
  position: absolute;
  background-color: rgba(245, 175, 173, 0.5);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: top .3s;
  transition: top .3s;
  opacity: 0;
  pointer-events: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionNav_current {
      width: 40px;
      height: 40px;
      top: -9px;
      left: -9px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionNav_current {
      width: 32px;
      height: 32px;
      top: -8px;
      left: -6px; } }
  .function_content[data-current="initial"] .functionNav_current {
    opacity: 0; }
  .function_content[data-current="bookmark"] .functionNav_current {
    opacity: 1; }
  .function_content[data-current="my-folder"] .functionNav_current {
    opacity: 1; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .function_content[data-current="my-folder"] .functionNav_current {
        top: 32px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .function_content[data-current="my-folder"] .functionNav_current {
        top: 35px; } }
  .function_content[data-current="hair-catalog"] .functionNav_current {
    opacity: 1; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .function_content[data-current="hair-catalog"] .functionNav_current {
        top: 72px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .function_content[data-current="hair-catalog"] .functionNav_current {
        top: 75px; } }
  .function_content[data-current="photo"] .functionNav_current,
  .function_content[data-current="video"] .functionNav_current,
  .function_content[data-current="style-scan"] .functionNav_current,
  .function_content[data-current="face-diagnosis"] .functionNav_current,
  .function_content[data-current="color-simulation"] .functionNav_current {
    opacity: 1; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .function_content[data-current="photo"] .functionNav_current,
      .function_content[data-current="video"] .functionNav_current,
      .function_content[data-current="style-scan"] .functionNav_current,
      .function_content[data-current="face-diagnosis"] .functionNav_current,
      .function_content[data-current="color-simulation"] .functionNav_current {
        top: 113px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .function_content[data-current="photo"] .functionNav_current,
      .function_content[data-current="video"] .functionNav_current,
      .function_content[data-current="style-scan"] .functionNav_current,
      .function_content[data-current="face-diagnosis"] .functionNav_current,
      .function_content[data-current="color-simulation"] .functionNav_current {
        top: 135px; } }
  .function_content[data-current="mirror"] .functionNav_current {
    opacity: 1; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .function_content[data-current="mirror"] .functionNav_current {
        top: 152px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .function_content[data-current="mirror"] .functionNav_current {
        top: 174px; } }
  .function_content[data-current="calendar"] .functionNav_current {
    opacity: 1; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .function_content[data-current="calendar"] .functionNav_current {
        top: 192px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .function_content[data-current="calendar"] .functionNav_current {
        top: 214px; } }

.functionNavList_node {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionNavList_node {
      width: 26px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionNavList_node {
      width: 20px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionNavList_node + .functionNavList_node {
      margin-top: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionNavList_node + .functionNavList_node {
      margin-top: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionNavList_node:nth-child(2) {
      margin-top: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionNavList_node:nth-child(4) {
      margin-top: 40px; }
      .functionNavList_node:nth-child(4):after {
        content: "";
        position: absolute;
        top: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        width: 24px;
        height: 1px;
        background-color: #999999; }
        .function_content[data-current="initial"] .functionNavList_node:nth-child(4):after {
          background-color: #4c4c4c; } }
  .functionNavList_node:before {
    content: "";
    position: absolute;
    display: block;
    height: 18px;
    width: 2px;
    background-color: #62B7A6;
    left: -2px;
    top: 2px;
    opacity: 0; }
  .functionNavList_node.is-current:before {
    opacity: 1; }

.functionNavChild {
  position: absolute;
  top: 0;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease, visibility .2s ease;
  transition: opacity .2s ease, visibility .2s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionNavChild {
      right: -110px;
      width: 110px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionNavChild {
      right: -160px;
      width: 150px; } }
  .functionNavChild.is-show {
    opacity: 1;
    visibility: visible; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .functionNavChild_node {
    width: 110px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .functionNavChild_node {
    width: 150px; } }

.functionNavChild_node img {
  width: 100%; }

.functionNavList_img {
  width: 100%; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .functionButton {
    position: absolute;
    top: 50%;
    right: -34px;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    transition: opacity .2s ease, visibility .2s ease; } }

[data-current-index="0"] .functionButton {
  opacity: 0;
  visibility: hidden; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .functionButton_prev {
    width: 36px;
    height: 36px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .functionButton_prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 50px;
    height: 50px; } }

.functionButton_prev.is-hide {
  opacity: .3;
  pointer-events: none; }

[data-current-index="0"] .functionButton_prev,
[data-current-index="1"] .functionButton_prev {
  opacity: .3;
  pointer-events: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .functionButton_next {
    width: 36px;
    height: 36px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 18px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .functionButton_next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    height: 50px; } }

.functionButton_next.is-hide {
  opacity: .3;
  pointer-events: none; }

[data-current-index="13"] .functionButton_next {
  opacity: .3;
  pointer-events: none; }

.functionMirrorMonitor {
  position: absolute; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionMirrorMonitor {
      width: 76%;
      left: 50%;
      top: 1.5%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionMirrorMonitor {
      top: 16px;
      left: 50px;
      width: 320px; } }

.functionMirrorMonitor_inner {
  position: relative;
  width: 100%;
  padding-top: 169%; }

.functionMirrorMonitor_trigger {
  position: absolute;
  z-index: 2; }
  .functionMirrorMonitor_trigger[data-function="profile"] {
    top: 3.6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 96%;
    padding-top: 28%; }
    [data-current="initial"] .functionMirrorMonitor_trigger[data-function="profile"],
    [data-current="hair-catalog"] .functionMirrorMonitor_trigger[data-function="profile"],
    [data-current="mirror"] .functionMirrorMonitor_trigger[data-function="profile"] {
      visibility: hidden; }
  .functionMirrorMonitor_trigger[data-function="banner"] {
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 96%;
    padding-top: 43%; }
    [data-current="initial"] .functionMirrorMonitor_trigger[data-function="banner"],
    [data-current="bookmark"] .functionMirrorMonitor_trigger[data-function="banner"],
    [data-current="my-folder"] .functionMirrorMonitor_trigger[data-function="banner"],
    [data-current="hair-catalog"] .functionMirrorMonitor_trigger[data-function="banner"],
    [data-current="face-diagnosis"] .functionMirrorMonitor_trigger[data-function="banner"],
    [data-current="color-simulation"] .functionMirrorMonitor_trigger[data-function="banner"],
    [data-current="photo"] .functionMirrorMonitor_trigger[data-function="banner"],
    [data-current="video"] .functionMirrorMonitor_trigger[data-function="banner"],
    [data-current="style-scan"] .functionMirrorMonitor_trigger[data-function="banner"],
    [data-current="calendar"] .functionMirrorMonitor_trigger[data-function="banner"] {
      visibility: hidden; }
  .functionMirrorMonitor_trigger[data-function="product-scan"] {
    top: 60%;
    border-radius: 50%;
    background-color: rgba(73, 82, 119, 0.5); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .functionMirrorMonitor_trigger[data-function="product-scan"] {
        width: 12px;
        height: 12px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .functionMirrorMonitor_trigger[data-function="product-scan"] {
        width: 20px;
        height: 20px; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .functionMirrorMonitor_trigger[data-function="product-scan"] {
        right: -20px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .functionMirrorMonitor_trigger[data-function="product-scan"] {
        right: -20px; } }
    .functionMirrorMonitor_trigger[data-function="product-scan"]:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background-color: rgba(73, 82, 119, 0.2); }
      @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
        .functionMirrorMonitor_trigger[data-function="product-scan"]:after {
          width: 28px;
          height: 28px; } }
      @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
        .functionMirrorMonitor_trigger[data-function="product-scan"]:after {
          width: 40px;
          height: 40px; } }
    [data-current="initial"] .functionMirrorMonitor_trigger[data-function="product-scan"] {
      visibility: hidden; }

.functionMirrorMonitor_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionMirrorMonitor_img {
      width: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionMirrorMonitor_img {
      width: 320px; } }
  [data-current="initial"] .functionMirrorMonitor_img[data-function="initial"] {
    opacity: .8; }
  [data-current="profile"] .functionMirrorMonitor_img[data-function="profile"] {
    opacity: .8; }
  [data-current="bookmark"] .functionMirrorMonitor_img[data-function="bookmark"] {
    opacity: .8; }
  [data-current="my-folder"] .functionMirrorMonitor_img[data-function="my-folder"] {
    opacity: .8; }
  [data-current="hair-catalog"] .functionMirrorMonitor_img[data-function="hair-catalog"] {
    opacity: .8; }
  [data-current="face-diagnosis"] .functionMirrorMonitor_img[data-function="face-diagnosis"] {
    opacity: .8; }
  [data-current="color-simulation"] .functionMirrorMonitor_img[data-function="color-simulation"] {
    opacity: .8; }
  [data-current="banner"] .functionMirrorMonitor_img[data-function="banner"] {
    opacity: .8; }
  [data-current="product-scan"] .functionMirrorMonitor_img[data-function="product-scan"] {
    opacity: .8; }
  [data-current="photo"] .functionMirrorMonitor_img[data-function="photo"] {
    opacity: .8; }
  [data-current="video"] .functionMirrorMonitor_img[data-function="video"] {
    opacity: .8; }
  [data-current="style-scan"] .functionMirrorMonitor_img[data-function="style-scan"] {
    opacity: .8; }
  [data-current="mirror"] .functionMirrorMonitor_img[data-function="mirror"] {
    opacity: .8; }
  [data-current="calendar"] .functionMirrorMonitor_img[data-function="calendar"] {
    opacity: .8; }

.functionMirrorMonitor_marker {
  position: absolute;
  z-index: 2; }
  [data-function="profile"] .functionMirrorMonitor_marker {
    top: 3.6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 96%;
    padding-top: 28%;
    border-radius: 20px;
    background-color: rgba(242, 193, 37, 0.2); }

.functionDetail {
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionDetail {
      position: relative;
      margin-top: -20%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionDetail {
      position: absolute;
      width: 440px;
      height: 100%;
      right: 0;
      top: 0; } }
  [data-current="initial"] .functionDetail {
    opacity: 0; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      [data-current="initial"] .functionDetail {
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px); } }

.functionDetail_outer {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionDetail_outer {
      width: 440px;
      height: 100%;
      padding-left: 60px; } }

.functionDetail_box {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionDetail_box {
      width: 100%;
      height: 100%; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .functionDetail_node {
    position: relative;
    display: none;
    width: calc(100% - 20px);
    margin: 0 auto;
    border-radius: 12px;
    padding: 16px 12px;
    border: solid 1px #F5AFAD;
    background-color: #FFFFFF; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .functionDetail_node {
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 40px;
    left: 0;
    right: 0; } }

[data-current="profile"] .functionDetail_node[data-function="profile"] {
  opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="profile"] .functionDetail_node[data-function="profile"] {
      display: block;
      border-color: #F2C125; } }

[data-current="bookmark"] .functionDetail_node[data-function="bookmark"] {
  opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="bookmark"] .functionDetail_node[data-function="bookmark"] {
      display: block;
      border-color: #F5AFAD; } }

[data-current="my-folder"] .functionDetail_node[data-function="my-folder"] {
  opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="my-folder"] .functionDetail_node[data-function="my-folder"] {
      display: block;
      border-color: #F5AFAD; } }

[data-current="hair-catalog"] .functionDetail_node[data-function="hair-catalog"] {
  opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="hair-catalog"] .functionDetail_node[data-function="hair-catalog"] {
      display: block;
      border-color: #F5AFAD; } }

[data-current="face-diagnosis"] .functionDetail_node[data-function="face-diagnosis"] {
  opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="face-diagnosis"] .functionDetail_node[data-function="face-diagnosis"] {
      display: block;
      border-color: #F5AFAD; } }

[data-current="color-simulation"] .functionDetail_node[data-function="color-simulation"] {
  opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="color-simulation"] .functionDetail_node[data-function="color-simulation"] {
      display: block;
      border-color: #F5AFAD; } }

[data-current="banner"] .functionDetail_node[data-function="banner"] {
  opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="banner"] .functionDetail_node[data-function="banner"] {
      display: block;
      border-color: #62B7A6; } }

[data-current="product-scan"] .functionDetail_node[data-function="product-scan"] {
  opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="product-scan"] .functionDetail_node[data-function="product-scan"] {
      display: block;
      border-color: #62B7A6; } }

[data-current="photo"] .functionDetail_node[data-function="photo"] {
  opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="photo"] .functionDetail_node[data-function="photo"] {
      display: block;
      border-color: #F5AFAD; } }

[data-current="video"] .functionDetail_node[data-function="video"] {
  opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="video"] .functionDetail_node[data-function="video"] {
      display: block;
      border-color: #F5AFAD; } }

[data-current="style-scan"] .functionDetail_node[data-function="style-scan"] {
  opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="style-scan"] .functionDetail_node[data-function="style-scan"] {
      display: block;
      border-color: #F5AFAD; } }

[data-current="mirror"] .functionDetail_node[data-function="mirror"] {
  opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="mirror"] .functionDetail_node[data-function="mirror"] {
      display: block;
      border-color: #F5AFAD; } }

[data-current="calendar"] .functionDetail_node[data-function="calendar"] {
  opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="calendar"] .functionDetail_node[data-function="calendar"] {
      display: block;
      border-color: #F5AFAD; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .functionDetail_icon {
    display: inline-block;
    width: 30px;
    vertical-align: middle; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .functionDetail_icon {
    width: 48px; } }

.functionDetail_title {
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionDetail_title {
      display: inline-block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 18px;
      vertical-align: middle;
      padding-left: 6px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionDetail_title {
      font-size: 24px;
      margin-top: 16px; } }

.functionDetail_text {
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionDetail_text {
      font-size: 13px;
      margin-top: 6px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionDetail_text {
      font-size: 15px;
      margin-top: 12px; } }

.functionDetail_img {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionDetail_img {
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionDetail_img {
      width: 100%;
      padding-top: 52.6%;
      margin-top: 20px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionDetail_img img {
      width: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionDetail_img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .functionDetailNav {
    position: absolute;
    width: calc(100% - 40px);
    top: 515px;
    left: 40px; } }

.functionDetailNav_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionDetailNav_inner {
      width: 100%;
      height: 50px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .functionDetailIndex,
  .functionDetail_index {
    position: absolute;
    right: 20px;
    top: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .functionDetailIndex,
  .functionDetail_index {
    font-size: 14px; } }

.functionDetailIndex span,
.functionDetail_index span {
  font-family: "Jost", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .04em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionDetailIndex span,
    .functionDetail_index span {
      font-size: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionDetailIndex span,
    .functionDetail_index span {
      font-size: 14px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .functionDetail_attachedInfo {
    margin-top: 38px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .functionDetail_attachedInfo {
    margin-top: 38px; } }

.functionDetail_attachedInfo_inner {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionDetail_attachedInfo_inner {
      border-radius: 10px;
      padding: 24px 24px;
      border: solid 1px #62B7A6; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionDetail_attachedInfo_inner {
      border-radius: 10px;
      padding: 24px 24px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../images/mirror/frame_border.png); } }

.functionDetail_attachedInfo_label {
  position: absolute;
  top: -7px;
  color: #62B7A6;
  background-position: top 1px left 4px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-image: url(../svg/icon_plus_green.svg); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionDetail_attachedInfo_label {
      font-size: 13px;
      background-color: #FFF;
      padding: 0 0 0 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionDetail_attachedInfo_label {
      font-size: 13px;
      padding: 0 0 0 20px; } }

.functionDetail_attachedInfo_title {
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionDetail_attachedInfo_title {
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionDetail_attachedInfo_title {
      font-size: 18px; } }

.functionDetail_attachedInfo_text {
  line-height: 1.6;
  letter-spacing: .04em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .functionDetail_attachedInfo_text {
      font-size: 13px;
      margin-top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .functionDetail_attachedInfo_text {
      font-size: 13px;
      margin-top: 10px; } }

/*=============================================

  　　体験してみませんか？　　                                    

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .actionSection {
    padding: 100px 0 80px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .actionSection {
    padding: 160px 0; } }

.actionBanner {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity .8s ease, -webkit-transform .6s ease;
  transition: opacity .8s ease, -webkit-transform .6s ease;
  transition: opacity .8s ease, transform .6s ease;
  transition: opacity .8s ease, transform .6s ease, -webkit-transform .6s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .actionBanner {
      width: calc(100% - 24px);
      margin: 0 auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .actionBanner {
      max-width: 720px;
      margin: 0 auto; } }
  .actionBanner:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 61%; }
  .actionBanner.is-hide {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }

.actionBanner_link {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/banner_background.png); }

.actionBanner_label {
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .actionBanner_label {
      font-size: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .actionBanner_label {
      font-size: 36px; } }

.actionBanner_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .actionBanner_button {
      margin-top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .actionBanner_button {
      margin-top: 30px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .actionBanner_button_label {
    font-size: 12px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .actionBanner_button_label {
    font-size: 14px; } }
