@charset "UTF-8";
/* ==========================================================================
Reset
========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
Rules
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Settings
========================================================================== */
/* ==========================================================================
breakPoint
========================================================================== */
/* ==========================================================================
_wapSettings
========================================================================== */
/* ==========================================================================
_widthSettings
========================================================================== */
/* ==========================================================================
_heightSettings
========================================================================== */
/* ==========================================================================
_positionSettings
========================================================================== */
/* ==========================================================================
borderRadius
========================================================================== */
/* ==========================================================================
_marginSettings
========================================================================== */
/* ==========================================================================
_paddingSettings
========================================================================== */
/* ==========================================================================
fonts
========================================================================== */
/* ==========================================================================
_lineHeight
========================================================================== */
/* ==========================================================================
_letterspace
========================================================================== */
/* ==========================================================================
ボタンタイプ
========================================================================== */
/* ==========================================================================
Rules
========================================================================== */
#page_top {
  animation: cloak-in 0.75s;
}

body {
  visibility: initial;
}

body img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
li,
dd,
dt,
dh {
  list-style: none;
}

svg {
  display: block;
}

.tj {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 0.1em;
}

.wapper {
  width: 1201px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .wapper {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .wapper {
    width: 100%;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.pc_order_0 {
  order: 0;
}
@media screen and (max-width: 767px) {
  .pc_order_0 {
    order: unset;
  }
}

.fw_0 {
  font-weight: 0;
}

.pc_order_1 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .pc_order_1 {
    order: unset;
  }
}

.fw_100 {
  font-weight: 100;
}

.pc_order_2 {
  order: 2;
}
@media screen and (max-width: 767px) {
  .pc_order_2 {
    order: unset;
  }
}

.fw_200 {
  font-weight: 200;
}

.pc_order_3 {
  order: 3;
}
@media screen and (max-width: 767px) {
  .pc_order_3 {
    order: unset;
  }
}

.fw_300 {
  font-weight: 300;
}

.pc_order_4 {
  order: 4;
}
@media screen and (max-width: 767px) {
  .pc_order_4 {
    order: unset;
  }
}

.fw_400 {
  font-weight: 400;
}

.pc_order_5 {
  order: 5;
}
@media screen and (max-width: 767px) {
  .pc_order_5 {
    order: unset;
  }
}

.fw_500 {
  font-weight: 500;
}

.pc_order_6 {
  order: 6;
}
@media screen and (max-width: 767px) {
  .pc_order_6 {
    order: unset;
  }
}

.fw_600 {
  font-weight: 600;
}

.pc_order_7 {
  order: 7;
}
@media screen and (max-width: 767px) {
  .pc_order_7 {
    order: unset;
  }
}

.fw_700 {
  font-weight: 700;
}

.pc_order_8 {
  order: 8;
}
@media screen and (max-width: 767px) {
  .pc_order_8 {
    order: unset;
  }
}

.fw_800 {
  font-weight: 800;
}

.ovhidden {
  overflow: hidden;
}

a {
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.6;
}

.d_flex {
  display: flex;
}

.d_block {
  display: block;
}

.d_none {
  display: none;
}

.d_contents {
  display: contents;
}

.d_inline {
  display: inline;
}

.d_grid {
  display: grid;
}

.d_inlineBlock {
  display: inline-block;
}

.d_inlineFlex {
  display: inline-flex;
}

.d_inlineTable {
  display: inline-table;
}

/* ==========================================================================
justify-content
========================================================================== */
.j_between {
  justify-content: space-between;
}

.j_start {
  justify-content: flex-start;
}

.j_end {
  justify-content: flex-end;
}

.j_center {
  justify-content: center;
}

.j_around {
  justify-content: space-around;
}

.j_baseline {
  justify-content: space-baseline;
}

.j_firstBaseline {
  justify-content: first baseline;
}

.j_firstBaseline {
  justify-content: last baseline;
}

.j_left {
  justify-content: left;
}

.j_right {
  justify-content: right;
}

.j_safe {
  justify-content: safe;
}

/* ==========================================================================
align-items
========================================================================== */
.ali_baseline {
  align-items: baseline;
}

.ali_center {
  align-items: center;
}

.ali_end {
  align-items: flex-end;
}

.ali_start {
  align-items: flex-start;
}

.ali_stretch {
  align-items: stretch;
}

.ali_unset {
  align-items: unset;
}

/* ==========================================================================
align-content
========================================================================== */
.alc_center {
  align-content: center;
}

.alc_end {
  align-content: flex-end;
}

.alc_around {
  align-content: space-around;
}

.alc_between {
  align-content: space-between;
}

.alc_stretch {
  align-content: stretch;
}

.alc_unset {
  align-content: unset;
}

/* ==========================================================================
row
========================================================================== */
.row {
  flex-flow: row wrap;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Library
========================================================================== */
body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  visibility: inherit;
  color: #333;
  font-weight: 500;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

body input,
body textarea,
body button {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  visibility: inherit;
  font-weight: 500;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  line-height: 1;
}

#mintyou,
.mintyou,
.mincho {
  font-family: "Shippori Mincho B1", serif;
}

.t_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

#mintyou,
.mintyou {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS 明朝 E, Meiryo, serif;
}

.entitle {
  font-family: "Josefin Sans", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.cormorant {
  font-family: "Cormorant", serif;
}

.sawamin {
  font-family: "Sawarabi Mincho", sans-serif;
}

.Bebas {
  font-family: "Bebas Neue", cursive;
}

.ShipporiMincho {
  font-family: "Shippori Mincho B1", serif;
}

.Garamond {
  font-family: "Cormorant Garamond", serif;
}

.cp {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Verdana;
}

.oswald {
  font-family: "Oswald", sans-serif;
  visibility: inherit;
}

.staatliches {
  font-family: "Staatliches", cursive;
}

.tj {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 0.1em;
}

/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.base_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .base_header {
    position: sticky;
  }
}

.headerPcMainNavFc {
  background: #FFF;
}

.logoHeaderPcWap {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: auto;
  width: 320px;
  display: block;
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .logoHeaderPcWap {
    margin-top: 1.56%;
    margin-bottom: 0%;
    margin-left: 1.56%;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .logoHeaderPcWap {
    width: 16.66%;
  }
}

.headerPcMainNavFc .logoHeaderPcWap {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 22px;
  margin-right: auto;
  width: 187px;
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .headerPcMainNavFc .logoHeaderPcWap {
    margin-top: 4.8%;
    margin-bottom: 0%;
    margin-left: 5.86%;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .headerPcMainNavFc .logoHeaderPcWap {
    width: 49.86%;
  }
}

.btmHeaderPc {
  width: 70px;
  margin: 0 0 0 auto;
  cursor: pointer;
}

/* ==========================================================================
ナビの設定
========================================================================== */
.headerPcMainNav {
  padding: 0 0 5% 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 375px;
  height: 100vh;
  z-index: 99;
  background: #333;
  overflow: scroll;
  right: -375px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition-duration: 0.5s;
}
.headerPcMainNav::-webkit-scrollbar {
  display: none;
}
.headerPcMainNav.on {
  right: 0;
}

.ul_sp_gnav_top .menu-item {
  border-bottom: 1px solid #999;
  background: #333;
}

.ul_sp_gnav_top .menu-item a {
  padding-top: 23px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 0px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
  display: block;
  background: url(../img/icon_nav_arrow.svg) no-repeat 97% center;
  background-size: auto 36px;
}
@media screen and (max-width: 1200px) {
  .ul_sp_gnav_top .menu-item a {
    padding: 6.13% 0% 6.4% 5.33%;
  }
}
@media screen and (max-width: 1200px) {
  .ul_sp_gnav_top .menu-item a {
    font-size: 1.4166666667vw;
  }
}
.ul_sp_gnav_top .menu-item a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.ul_sp_gnav_top .menu-item a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .ul_sp_gnav_top .menu-item a {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ul_sp_gnav_top .menu-item a {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .ul_sp_gnav_top .menu-item a::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .ul_sp_gnav_top .menu-item a::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}
.ul_sp_gnav_top .menu-item a:hover, .ul_sp_gnav_top .menu-item a:active {
  background-color: #008094;
}
.ul_sp_gnav_top .menu-item a.active {
  background-color: #008094;
}

/* ==========================================================================
下段ナビの設定
========================================================================== */
.bottom_sp_gnav_sub_nav {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 335px;
}
@media screen and (max-width: 1200px) {
  .bottom_sp_gnav_sub_nav {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .bottom_sp_gnav_sub_nav {
    width: 89.33%;
  }
}

.ul_pc_header_top_sub_main li:nth-child(n+2) {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .ul_pc_header_top_sub_main li:nth-child(n+2) {
    margin: 2.66% 0% 0% 0%;
  }
}

.ul_pc_header_top_sub_main li a {
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  text-indent: 0em;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .ul_pc_header_top_sub_main li a {
    padding: 5.33% 0% 4.8% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .ul_pc_header_top_sub_main li a {
    font-size: 1.3333333333vw;
  }
}
.ul_pc_header_top_sub_main li a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.ul_pc_header_top_sub_main li a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.txt_bottom_sp_gnav_sub_nav {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 335px;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  text-indent: 0em;
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  .txt_bottom_sp_gnav_sub_nav {
    margin-top: 6.13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txt_bottom_sp_gnav_sub_nav {
    width: 89.33%;
  }
}
@media screen and (max-width: 1200px) {
  .txt_bottom_sp_gnav_sub_nav {
    font-size: 1.1666666667vw;
  }
}
.txt_bottom_sp_gnav_sub_nav::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5714285714) * 0.5em);
  content: "";
}
.txt_bottom_sp_gnav_sub_nav::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5714285714) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txt_bottom_sp_gnav_sub_nav {
    margin-top: 6.13%;
    margin-bottom: 12%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txt_bottom_sp_gnav_sub_nav {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txt_bottom_sp_gnav_sub_nav::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .txt_bottom_sp_gnav_sub_nav::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.headerSp {
  background: #FFF;
}

.headerSpMainNavFc {
  background: #FFF;
}

.logoHeaderSpWap {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 22px;
  margin-right: auto;
  width: 187px;
  display: block;
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .logoHeaderSpWap {
    margin-top: 4.8%;
    margin-bottom: 4.8%;
    margin-left: 5.86%;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .logoHeaderSpWap {
    width: 49.86%;
  }
}

.headerSpMainNavFc .logoHeaderSpWap {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 22px;
  margin-right: auto;
  width: 187px;
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .headerSpMainNavFc .logoHeaderSpWap {
    margin-top: 4.8%;
    margin-bottom: 0%;
    margin-left: 5.86%;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .headerSpMainNavFc .logoHeaderSpWap {
    width: 49.86%;
  }
}

.btmHeaderSp {
  width: 70px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1200px) {
  .btmHeaderSp {
    width: 18.66%;
  }
}

/* ==========================================================================
ナビの設定
========================================================================== */
.headerSpMainNav {
  padding: 0 0 10% 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: #333;
  overflow: scroll;
  right: -100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition-duration: 0.5s;
}
.headerSpMainNav::-webkit-scrollbar {
  display: none;
}
.headerSpMainNav.on {
  right: 0;
}

/* ==========================================================================
下段ナビの設定
========================================================================== */
.bottom_sp_gnav_sub_nav {
  margin-top: 5.5%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  width: 335px;
}
@media screen and (max-width: 1200px) {
  .bottom_sp_gnav_sub_nav {
    width: 89.33%;
  }
}

.ul_Sp_header_top_sub_main {
  width: 100%;
}

.ul_Sp_header_top_sub_main li {
  width: 100%;
}
.ul_Sp_header_top_sub_main li:nth-child(n+2) {
  margin: 3.3% 0% 0% 0%;
}

.ul_Sp_header_top_sub_main li a {
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  padding: 5.6% 0% 5.5% 0%;
  display: block;
  background: #fff;
  line-height: 2;
  letter-spacing: 0em;
  text-indent: 0em;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ul_Sp_header_top_sub_main li a {
    font-size: 4.2666666667vw;
  }
}
.ul_Sp_header_top_sub_main li a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.ul_Sp_header_top_sub_main li a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.fvContainer {
  width: 100%;
  overflow: hidden;
}

/* ==========================================================================
FVのslickslider設定
========================================================================== */
.mainPhotoSlickSlide .slick-slide {
  width: 100% !important;
}

.slick-slide {
  line-height: 0;
}

.mainPhotoSlickSlider {
  display: block;
}

.slick-slide div {
  line-height: 0;
}

.mainPhotoSlickSlider img {
  height: auto;
  width: 100%;
  display: block;
}

/* ==========================================================================
トピックスのスライダー設定
========================================================================== */
.indexTopicsSlider {
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .indexTopicsSlider {
    padding: 1.16% 0% 1% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexTopicsSlider {
    padding: 4.5% 0% 2.53% 0%;
  }
}

.indexTopicsSliderFx {
  width: 1140px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .indexTopicsSliderFx {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .indexTopicsSliderFx {
    width: 344px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexTopicsSliderFx {
    width: 91.73%;
  }
}

.sliderIndexMainsTopics {
  width: 945px;
  margin: 0.5% 0 0 0;
}
@media screen and (max-width: 1200px) {
  .sliderIndexMainsTopics {
    width: 82.89%;
  }
}
@media screen and (max-width: 767px) {
  .sliderIndexMainsTopics {
    width: 100%;
    margin: 0% 0% 3.5% 0%;
  }
}

.btmSliderIndexMainsTopics {
  width: 114px;
  color: #FFF;
  text-decoration: none;
  display: flex;
  justify-content: start;
  flex-flow: row wrap;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .btmSliderIndexMainsTopics {
    width: 17.67%;
  }
}
@media screen and (max-width: 1200px) {
  .btmSliderIndexMainsTopics {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .btmSliderIndexMainsTopics {
    width: 100%;
  }
}

.timeSliderIndexMainsTopics {
  width: 122px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0em;
  text-indent: 0em;
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  .timeSliderIndexMainsTopics {
    width: 18.91%;
  }
}
@media screen and (max-width: 1200px) {
  .timeSliderIndexMainsTopics {
    font-size: 1.25vw;
  }
}
.timeSliderIndexMainsTopics::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.timeSliderIndexMainsTopics::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .timeSliderIndexMainsTopics {
    width: 140px;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .timeSliderIndexMainsTopics {
    width: 40.69%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .timeSliderIndexMainsTopics {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .timeSliderIndexMainsTopics::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .timeSliderIndexMainsTopics::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

.catSliderIndexMainsTopics {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 19px;
  margin-right: 39px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 13px;
  line-height: 1.6153846154;
  letter-spacing: 0em;
  text-indent: 0em;
  background: #FFF;
  color: #008094;
}
@media screen and (max-width: 1200px) {
  .catSliderIndexMainsTopics {
    margin: 0% 3.42% 0% 1.66%;
  }
}
@media screen and (max-width: 1200px) {
  .catSliderIndexMainsTopics {
    padding: 0.43% 2.54% 0.43% 2.54%;
  }
}
@media screen and (max-width: 1200px) {
  .catSliderIndexMainsTopics {
    font-size: 1.0833333333vw;
  }
}
.catSliderIndexMainsTopics::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6153846154) * 0.5em);
  content: "";
}
.catSliderIndexMainsTopics::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6153846154) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .catSliderIndexMainsTopics {
    margin: 0% 0% 0% 1.7%;
    padding: 1.5% 8.4% 1.5% 8.4%;
    line-height: 1.6153846154;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .catSliderIndexMainsTopics {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .catSliderIndexMainsTopics::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6153846154) * 0.5em);
    content: "";
  }
  .catSliderIndexMainsTopics::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6153846154) * 0.5em);
    content: "";
  }
}

.h3SliderIndexMainsTopics {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0em;
  text-indent: 0em;
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  .h3SliderIndexMainsTopics {
    font-size: 1.25vw;
  }
}
.h3SliderIndexMainsTopics::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.h3SliderIndexMainsTopics::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3SliderIndexMainsTopics {
    margin: 2.65% 0% 0% 0%;
    line-height: 1.5714285714;
    width: 100%;
    min-height: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3SliderIndexMainsTopics {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3SliderIndexMainsTopics::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .h3SliderIndexMainsTopics::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
トピックスのスライダーページャー設定
========================================================================== */
.pagerIndexsTopics {
  width: 80px;
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 17px;
}
@media screen and (max-width: 1200px) {
  .pagerIndexsTopics {
    width: 7.01%;
  }
}
@media screen and (max-width: 1200px) {
  .pagerIndexsTopics {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 1.49%;
  }
}
@media screen and (max-width: 767px) {
  .pagerIndexsTopics {
    width: 60px;
    margin: 0% 3.17% 0% auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .pagerIndexsTopics {
    width: 17.44%;
  }
}

.prevPagerIndexsTopics {
  width: 40px;
}
@media screen and (max-width: 1200px) {
  .prevPagerIndexsTopics {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .prevPagerIndexsTopics {
    width: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .prevPagerIndexsTopics {
    width: 50%;
  }
}

.nextPagerIndexsTopics {
  width: 40px;
}
@media screen and (max-width: 1200px) {
  .nextPagerIndexsTopics {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .nextPagerIndexsTopics {
    width: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .nextPagerIndexsTopics {
    width: 50%;
  }
}

/* ==========================================================================
トピックスのスライダー一覧を見る部分設定
========================================================================== */
.btmIndexTopicsSlider {
  width: 98px;
  text-decoration: none;
  color: #FFF;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .btmIndexTopicsSlider {
    width: 8.59%;
  }
}
@media screen and (max-width: 1200px) {
  .btmIndexTopicsSlider {
    font-size: 1.25vw;
  }
}
.btmIndexTopicsSlider::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.btmIndexTopicsSlider::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .btmIndexTopicsSlider {
    width: 9.59%;
  }
}
@media screen and (max-width: 767px) {
  .btmIndexTopicsSlider {
    width: 25.5%;
    line-height: 1.6153846154;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btmIndexTopicsSlider {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .btmIndexTopicsSlider::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6153846154) * 0.5em);
    content: "";
  }
  .btmIndexTopicsSlider::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6153846154) * 0.5em);
    content: "";
  }
}

.arrowIndexTopicsSlider {
  background: url(../img/arrowIndexTopicsSlider.svg) no-repeat center right;
  background-size: auto 64%;
  display: block;
}

/* ==========================================================================
トピックスのスライダーサムネイル部分設定
========================================================================== */
.thumbnail {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .thumbnail {
    margin-top: 2.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thumbnail {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.thumbnailUnder2 {
  transform: translate3d(-12%, 0, 0);
}
@media screen and (max-width: 767px) {
  .thumbnailUnder2 {
    transform: translate3d(0, 0, 0);
  }
}

.thumbnailUnder2 .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail .slick-slide {
  margin: 0 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .thumbnail .slick-slide {
    margin: 0 10px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 88px;
  }
}

.slick-dots {
  bottom: -55px;
}
.slick-dots li button:before {
  color: #D9D9D9;
}

.slick-dots li.slick-active button:before {
  color: #008094;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 2px;
  }
}

@media screen and (max-width: 767px) {
  .slick-dots li button {
    padding: 0;
    text-indent: -9999px;
    text-align: left;
    overflow: hidden;
    display: block;
    font-size: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  .slick-dots li button:before {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    /* CSS3草案 */
    -webkit-border-radius: 100px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 100px;
    /* Firefox用 */
    background: #D9D9D9;
  }
}

@media screen and (max-width: 767px) {
  .slick-dots li.slick-active button:before {
    background: #008094;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexBnr {
  margin-top: 68px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .indexBnr {
    margin-top: 5.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexBnr {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexBnr {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.indexBnrWap {
  width: 656px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .indexBnrWap {
    width: 54.66%;
  }
}
@media screen and (max-width: 1200px) {
  .indexBnrWap {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexBnrWap {
    width: 100%;
  }
}

.btmIndexBnr {
  display: block;
  width: 100%;
}

.btmIndexBnrCnt {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexPointTitle {
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .indexPointTitle {
    margin: 5.2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexPointTitle {
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexPointTitle {
    margin: 21.33% 0% 0% 0%;
  }
}

.h1IndexPointTitle {
  width: 590px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 800;
  background: #fff;
  height: 80px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .h1IndexPointTitle {
    width: 49.16%;
  }
}
@media screen and (max-width: 1200px) {
  .h1IndexPointTitle {
    font-size: 2.5vw;
  }
}
.h1IndexPointTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h1IndexPointTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .h1IndexPointTitle {
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h1IndexPointTitle {
    height: 16vw;
    width: 345px;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h1IndexPointTitle {
    width: 92%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1IndexPointTitle {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h1IndexPointTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h1IndexPointTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexPoint {
  overflow: hidden;
}

.indexPoint01 {
  padding-top: 70px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .indexPoint01 {
    padding: 3.64% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexPoint01 {
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexPoint01 {
    padding: 21.33% 0% 0% 0%;
  }
}

.indexPointFx {
  width: 1120px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .indexPointFx {
    width: 93.33%;
  }
}
@media screen and (max-width: 767px) {
  .indexPointFx {
    width: 345px;
    margin: auto;
    background: #FFF;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexPointFx {
    width: 92%;
  }
}

/* ==========================================================================
白色背景(共通設定)
========================================================================== */
.bgIndexPointFx {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .bgIndexPointFx {
    display: none;
  }
}

/* ==========================================================================
コンテンツ設定(共通設定)
========================================================================== */
.secIndexPointFx {
  width: 530px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .secIndexPointFx {
    width: 44.16%;
  }
}
@media screen and (max-width: 1200px) {
  .secIndexPointFx {
    width: 50.16%;
  }
}
@media screen and (max-width: 767px) {
  .secIndexPointFx {
    width: 315px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secIndexPointFx {
    width: 91.3%;
  }
}

.titleSecIndexPointFx {
  padding-top: 0px;
  padding-bottom: 13px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 2px solid #008094;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .titleSecIndexPointFx {
    padding: 0% 0% 1.08% 0%;
  }
}
@media screen and (max-width: 767px) {
  .titleSecIndexPointFx {
    padding: 0% 0% 3.8% 0%;
  }
}

.numberIndexPointFx {
  width: 86px;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .numberIndexPointFx {
    width: 16.22%;
  }
}
@media screen and (max-width: 1200px) {
  .numberIndexPointFx {
    margin: 0.94% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .numberIndexPointFx {
    font-size: 6.6666666667vw;
  }
}
.numberIndexPointFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.numberIndexPointFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .numberIndexPointFx {
    transform: translate(0px, -7vw);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 315px;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .numberIndexPointFx {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .numberIndexPointFx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .numberIndexPointFx {
    font-size: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .numberIndexPointFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .numberIndexPointFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.detailIndexPointFx {
  width: 423px;
}
@media screen and (max-width: 1200px) {
  .detailIndexPointFx {
    width: 79.81%;
  }
}
@media screen and (max-width: 767px) {
  .detailIndexPointFx {
    transform: translate(0px, -1vw);
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .detailIndexPointFx {
    width: 100%;
  }
}

.h3DetailIndexPointFx {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .h3DetailIndexPointFx {
    font-size: 1.8333333333vw;
  }
}
.h3DetailIndexPointFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3DetailIndexPointFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3DetailIndexPointFx {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3DetailIndexPointFx {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3DetailIndexPointFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h3DetailIndexPointFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.h4DetailIndexPointFx {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .h4DetailIndexPointFx {
    margin: 0.83% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .h4DetailIndexPointFx {
    font-size: 2.6666666667vw;
  }
}
.h4DetailIndexPointFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h4DetailIndexPointFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h4DetailIndexPointFx {
    margin: 3.8% 0% 0% 0%;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4DetailIndexPointFx {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .h4DetailIndexPointFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h4DetailIndexPointFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.txtIndexPointFx {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 107px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .txtIndexPointFx {
    margin: 2% 0% 0% 8.91%;
  }
}
@media screen and (max-width: 1200px) {
  .txtIndexPointFx {
    font-size: 1.3333333333vw;
  }
}
.txtIndexPointFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}
.txtIndexPointFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtIndexPointFx {
    margin: 7.34% 0% 0% 0%;
    line-height: 1.5714285714;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtIndexPointFx {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtIndexPointFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .txtIndexPointFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
写真設定(共通設定)
========================================================================== */
.photoIndexPoint {
  position: relative;
  width: 540px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .photoIndexPoint {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .photoIndexPoint {
    margin: 9.8% auto 0 auto;
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .photoIndexPoint {
    width: 100%;
  }
}

/* ==========================================================================
白色背景(それぞれの設定)
========================================================================== */
.bgIndexPointFx01 {
  position: absolute;
  height: 84.8484848485%;
  left: 0;
  bottom: 0;
  width: 300%;
  z-index: 1;
}
/* ==========================================================================
コンテンツ設定(それぞれの設定)
========================================================================== */
.secIndexPointFx01 {
  margin-top: 101px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secIndexPointFx01 {
    margin: 8.41% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secIndexPointFx01 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secIndexPointFx01 {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
写真設定(共通設定)
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexPoint {
  overflow: hidden;
}

.indexPoint02 {
  padding-top: 70px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .indexPoint02 {
    padding: 3.64% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexPoint02 {
    padding: 20.1% 0% 0% 0%;
  }
}

.indexPointFx {
  width: 1120px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .indexPointFx {
    width: 93.33%;
  }
}
@media screen and (max-width: 767px) {
  .indexPointFx {
    width: 345px;
    margin: auto;
    background: #FFF;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexPointFx {
    width: 92%;
  }
}

/* ==========================================================================
白色背景(共通設定)
========================================================================== */
.bgIndexPointFx {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .bgIndexPointFx {
    display: none;
  }
}

/* ==========================================================================
コンテンツ設定(共通設定)
========================================================================== */
.numberIndexPointFx {
  width: 86px;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .numberIndexPointFx {
    width: 16.22%;
  }
}
@media screen and (max-width: 1200px) {
  .numberIndexPointFx {
    font-size: 6.6666666667vw;
  }
}
.numberIndexPointFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.numberIndexPointFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .numberIndexPointFx {
    transform: translate(0px, -7vw);
    width: 315px;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .numberIndexPointFx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .numberIndexPointFx {
    font-size: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .numberIndexPointFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .numberIndexPointFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.detailIndexPointFx {
  width: 423px;
}
@media screen and (max-width: 1200px) {
  .detailIndexPointFx {
    width: 79.81%;
  }
}
@media screen and (max-width: 767px) {
  .detailIndexPointFx {
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .detailIndexPointFx {
    width: 100%;
  }
}

.h3DetailIndexPointFx {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .h3DetailIndexPointFx {
    font-size: 1.8333333333vw;
  }
}
.h3DetailIndexPointFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3DetailIndexPointFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3DetailIndexPointFx {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3DetailIndexPointFx {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3DetailIndexPointFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h3DetailIndexPointFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
写真設定(共通設定)
========================================================================== */
.photoIndexPoint {
  position: relative;
  width: 540px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .photoIndexPoint {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .photoIndexPoint {
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .photoIndexPoint {
    width: 100%;
  }
}

/* ==========================================================================
白色背景(それぞれの設定)
========================================================================== */
.bgIndexPointFx02 {
  position: absolute;
  height: 84.8484848485%;
  right: 0;
  bottom: 0;
  width: 300%;
  z-index: 1;
}
/* ==========================================================================
コンテンツ設定(それぞれの設定)
========================================================================== */
.secIndexPointFx02 {
  margin-top: 101px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secIndexPointFx02 {
    margin: 8.41% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secIndexPointFx02 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secIndexPointFx02 {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
写真設定(共通設定)
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexPoint {
  overflow: hidden;
}

.indexPoint03 {
  padding-top: 70px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .indexPoint03 {
    padding: 3.64% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexPoint03 {
    padding: 20.1% 0% 0% 0%;
  }
}

.indexPointFx {
  width: 1120px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .indexPointFx {
    width: 93.33%;
  }
}
@media screen and (max-width: 767px) {
  .indexPointFx {
    width: 345px;
    margin: auto;
    background: #FFF;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexPointFx {
    width: 92%;
  }
}

@media screen and (max-width: 767px) {
  .titleSecIndexPointFx03 {
    padding: 0% 0% 3.1% 0%;
  }
}

/* ==========================================================================
白色背景(共通設定)
========================================================================== */
.bgIndexPointFx {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .bgIndexPointFx {
    display: none;
  }
}

/* ==========================================================================
コンテンツ設定(共通設定)
========================================================================== */
.numberIndexPointFx {
  width: 86px;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .numberIndexPointFx {
    width: 16.22%;
  }
}
@media screen and (max-width: 1200px) {
  .numberIndexPointFx {
    font-size: 6.6666666667vw;
  }
}
.numberIndexPointFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.numberIndexPointFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .numberIndexPointFx {
    transform: translate(0px, -7vw);
    width: 315px;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .numberIndexPointFx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .numberIndexPointFx {
    font-size: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .numberIndexPointFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .numberIndexPointFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.detailIndexPointFx {
  width: 423px;
}
@media screen and (max-width: 1200px) {
  .detailIndexPointFx {
    width: 79.81%;
  }
}
@media screen and (max-width: 767px) {
  .detailIndexPointFx {
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .detailIndexPointFx {
    width: 100%;
  }
}

.h3DetailIndexPointFx {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .h3DetailIndexPointFx {
    font-size: 1.8333333333vw;
  }
}
.h3DetailIndexPointFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3DetailIndexPointFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3DetailIndexPointFx {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3DetailIndexPointFx {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3DetailIndexPointFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h3DetailIndexPointFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.h4DetailIndexPointFxSmall {
  font-size: 14px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .h4DetailIndexPointFxSmall {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h4DetailIndexPointFxSmall {
    display: block;
    margin: 3.3% 0 0 0;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4DetailIndexPointFxSmall {
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================================
写真設定(共通設定)
========================================================================== */
.photoIndexPoint {
  position: relative;
  width: 540px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .photoIndexPoint {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .photoIndexPoint {
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .photoIndexPoint {
    width: 100%;
  }
}

/* ==========================================================================
白色背景(それぞれの設定)
========================================================================== */
.bgIndexPointFx03 {
  position: absolute;
  height: 84.8484848485%;
  left: 0;
  bottom: 0;
  width: 300%;
  z-index: 1;
}
/* ==========================================================================
コンテンツ設定(それぞれの設定)
========================================================================== */
.secIndexPointFx03 {
  margin-top: 88px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secIndexPointFx03 {
    margin: 7.33% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secIndexPointFx03 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secIndexPointFx03 {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
写真設定(共通設定)
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexPoint {
  overflow: hidden;
}

.indexPoint04 {
  padding-top: 70px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .indexPoint04 {
    padding: 3.64% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexPoint04 {
    padding: 20% 0% 0% 0%;
  }
}

.indexPointFx {
  width: 1120px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .indexPointFx {
    width: 93.33%;
  }
}
@media screen and (max-width: 767px) {
  .indexPointFx {
    width: 345px;
    margin: auto;
    background: #FFF;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexPointFx {
    width: 92%;
  }
}

/* ==========================================================================
白色背景(共通設定)
========================================================================== */
.bgIndexPointFx {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .bgIndexPointFx {
    display: none;
  }
}

/* ==========================================================================
コンテンツ設定(共通設定)
========================================================================== */
.numberIndexPointFx {
  width: 86px;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .numberIndexPointFx {
    width: 16.22%;
  }
}
@media screen and (max-width: 1200px) {
  .numberIndexPointFx {
    font-size: 6.6666666667vw;
  }
}
.numberIndexPointFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.numberIndexPointFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .numberIndexPointFx {
    transform: translate(0px, -7vw);
    width: 315px;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .numberIndexPointFx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .numberIndexPointFx {
    font-size: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .numberIndexPointFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .numberIndexPointFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.detailIndexPointFx {
  width: 423px;
}
@media screen and (max-width: 1200px) {
  .detailIndexPointFx {
    width: 79.81%;
  }
}
@media screen and (max-width: 767px) {
  .detailIndexPointFx {
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .detailIndexPointFx {
    width: 100%;
  }
}

.h3DetailIndexPointFx {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .h3DetailIndexPointFx {
    font-size: 1.8333333333vw;
  }
}
.h3DetailIndexPointFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3DetailIndexPointFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3DetailIndexPointFx {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3DetailIndexPointFx {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3DetailIndexPointFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h3DetailIndexPointFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.komeIndexPointFx {
  font-size: 11px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .komeIndexPointFx {
    font-size: 0.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .komeIndexPointFx {
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .komeIndexPointFx {
    font-size: 2.6666666667vw;
  }
}

/* ==========================================================================
写真設定(共通設定)
========================================================================== */
.photoIndexPoint {
  position: relative;
  width: 540px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .photoIndexPoint {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .photoIndexPoint {
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .photoIndexPoint {
    width: 100%;
  }
}

/* ==========================================================================
白色背景(それぞれの設定)
========================================================================== */
.bgIndexPointFx04 {
  position: absolute;
  height: 84.8484848485%;
  right: 0;
  bottom: 0;
  width: 300%;
  z-index: 1;
}
/* ==========================================================================
コンテンツ設定(それぞれの設定)
========================================================================== */
.secIndexPointFx04 {
  margin-top: 101px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secIndexPointFx04 {
    margin: 8.41% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secIndexPointFx04 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secIndexPointFx04 {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
写真設定(共通設定)
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexPointAfter {
  padding-top: 24px;
  padding-bottom: 103px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .indexPointAfter {
    padding: 1.25% 0% 5.36% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexPointAfter {
    padding: 6.1% 0% 22.1% 0%;
  }
}

.secIndexPointAfter {
  width: 1001px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secIndexPointAfter {
    width: 83.41%;
  }
}
@media screen and (max-width: 1200px) {
  .secIndexPointAfter {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secIndexPointAfter {
    width: 345px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secIndexPointAfter {
    width: 92%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secIndexPointAfter {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtIndexPointWap {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.6363636364;
  letter-spacing: 0.01em;
  text-indent: -0.01em;
}
@media screen and (max-width: 1200px) {
  .txtIndexPointWap {
    font-size: 0.9166666667vw;
  }
}
.txtIndexPointWap::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6363636364) * 0.5em);
  content: "";
}
.txtIndexPointWap::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6363636364) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtIndexPointWap {
    line-height: 1.6;
    letter-spacing: 0.01em;
    text-indent: -0.01em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtIndexPointWap {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtIndexPointWap::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6) * 0.5em);
    content: "";
  }
  .txtIndexPointWap::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexWorks {
  margin-top: 91px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .indexWorks {
    margin-top: 7.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexWorks {
    margin: 13% auto 0 auto;
  }
}

.indexWorksSec {
  width: 100%;
}

.h1IndexWorks {
  font-weight: 500;
  font-size: 45px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .h1IndexWorks {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .h1IndexWorks {
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1IndexWorks {
    font-size: 9.6vw;
  }
}

.rubyIndexWorks {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .rubyIndexWorks {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 1200px) {
  .rubyIndexWorks {
    margin: 1.59% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .rubyIndexWorks {
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 3.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyIndexWorks {
    font-size: 4.2666666667vw;
  }
}

.bxSliderWap {
  width: 1002px;
  margin-top: 66px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .bxSliderWap {
    width: 83.5%;
  }
}
@media screen and (max-width: 1200px) {
  .bxSliderWap {
    margin-top: 6.48%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .bxSliderWap {
    width: 658px;
  }
}
@media screen and (max-width: 767px) {
  .bxSliderWap {
    width: 78%;
    margin: 11.2% auto 0 auto;
  }
}

.mainBxSliderWap {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mainBxSliderWap .bx-viewport {
    min-height: 89.0666666667vw !important;
  }
}

.ulMainBxSliderWap {
  width: 100%;
}

.liMainBxSlider {
  width: 314px !important;
}
@media screen and (max-width: 767px) {
  .liMainBxSlider {
    width: 345px !important;
    min-height: 89.0666666667vw;
  }
}

.btmMainBxSlider {
  text-decoration: none;
  display: block;
}
.thumbsMainBxSlider {
  overflow: hidden;
  aspect-ratio: 314/210;
  position: relative;
}

.thumbsMainBxSlider img {
  transition: 0.5s;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.txtMainBxSlider {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .txtMainBxSlider {
    font-size: 1.3333333333vw;
  }
}
.txtMainBxSlider::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}
.txtMainBxSlider::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .txtMainBxSlider {
    margin: 7.32% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtMainBxSlider {
    width: 85%;
    line-height: 1.5714285714;
    margin: 5.8% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtMainBxSlider {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtMainBxSlider::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .txtMainBxSlider::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

.btmMainBxSliderFx {
  color: #000000;
  width: 106px;
  margin-top: 26px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .btmMainBxSliderFx {
    width: 33.75%;
  }
}
@media screen and (max-width: 1200px) {
  .btmMainBxSliderFx {
    margin-top: 8.28%;
    margin-bottom: 1.59%;
    margin-left: auto;
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .btmMainBxSliderFx {
    width: 27.9%;
    margin-top: 6.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 17%;
  }
}

.arrowBtmMainBxSliderFx {
  text-align: left;
  display: block;
  width: 100%;
  background: url(../img/index/arrowBtmMainBxSliderFx.svg) no-repeat 100% center;
  background-size: auto 100%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .arrowBtmMainBxSliderFx {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .arrowBtmMainBxSliderFx {
    letter-spacing: 0em;
    text-indent: 0em;
    padding: 2.5% 0% 2.5% 0%;
    background-size: auto 90%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .arrowBtmMainBxSliderFx {
    font-size: 3.4666666667vw;
  }
}

.prevbtmMainBxSliderArrow {
  position: absolute;
  left: -3.1%;
  top: 23%;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .prevbtmMainBxSliderArrow {
    width: 27px;
    top: 23.5%;
    left: -9%;
  }
}

.nextbtmMainBxSliderArrow {
  position: absolute;
  right: -3.1%;
  top: 23%;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .nextbtmMainBxSliderArrow {
    width: 27px;
    top: 23.5%;
    right: -9%;
  }
}

.btmLinksWorksWap {
  border: 1px solid #000000;
  width: 220px;
  margin-top: 55px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .btmLinksWorksWap {
    width: 20.63%;
  }
}
@media screen and (max-width: 1200px) {
  .btmLinksWorksWap {
    margin-top: 5.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .btmLinksWorksWap {
    width: 59%;
    margin-top: 6.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btmLinksWorks {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .btmLinksWorks {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 1200px) {
  .btmLinksWorks {
    height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .btmLinksWorks {
    letter-spacing: 0em;
    text-indent: 0em;
    height: 12.8vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btmLinksWorks {
    font-size: 4vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexPickUp {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 91px;
  padding-bottom: 86px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .indexPickUp {
    margin: 4.16% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .indexPickUp {
    padding: 4.73% 0% 4.47% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexPickUp {
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 13% 0% 22.8% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexPickUp {
    margin: 21.33% 0% 0% 0%;
  }
}

.h1IndexPickUp {
  font-weight: 500;
  font-size: 45px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .h1IndexPickUp {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .h1IndexPickUp {
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1IndexPickUp {
    font-size: 9.6vw;
  }
}

.rubyIndexPickUp {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .rubyIndexPickUp {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 1200px) {
  .rubyIndexPickUp {
    margin: 1.41% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .rubyIndexPickUp {
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 3.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyIndexPickUp {
    font-size: 4.2666666667vw;
  }
}

.indexPickUpMain {
  width: 1008px;
  margin-top: 66px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .indexPickUpMain {
    width: 84%;
  }
}
@media screen and (max-width: 1200px) {
  .indexPickUpMain {
    margin-top: 5.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .indexPickUpMain {
    width: 87%;
  }
}
@media screen and (max-width: 767px) {
  .indexPickUpMain {
    width: 345px;
    margin: 13% auto 0% auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexPickUpMain {
    width: 92%;
  }
}

.indexPickUpMainFx {
  width: 100%;
}

.liIndexPickUpMainFx {
  width: 316px;
}
@media screen and (max-width: 1200px) {
  .liIndexPickUpMainFx {
    width: 31.34%;
  }
}
@media screen and (max-width: 767px) {
  .liIndexPickUpMainFx {
    width: 165px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liIndexPickUpMainFx {
    width: 47.82%;
  }
}

.btmIndexPickUpMainFx {
  text-decoration: none;
  display: block;
  width: 100%;
}

.photoIndexPickUpMainFx {
  width: 100%;
}

.secIndexPickUpMainFx {
  width: 100%;
}

.h2IndexPickUpMainFx {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .h2IndexPickUpMainFx {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1200px) {
  .h2IndexPickUpMainFx {
    margin: 6.32% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h2IndexPickUpMainFx {
    letter-spacing: 0em;
    text-indent: 0em;
    margin-top: 13px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2IndexPickUpMainFx {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2IndexPickUpMainFx {
    margin: 7.87% 0% 0% 0%;
  }
}

.txtIndexPickUpMainFx {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 256px;
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtIndexPickUpMainFx {
    font-size: 1.25vw;
  }
}
.txtIndexPickUpMainFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.txtIndexPickUpMainFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .txtIndexPickUpMainFx {
    width: 81.01%;
  }
}
@media screen and (max-width: 1200px) {
  .txtIndexPickUpMainFx {
    margin-top: 6.01%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtIndexPickUpMainFx {
    line-height: 1.6363636364;
    letter-spacing: -0.01em;
    text-indent: 0.01em;
    width: 100%;
    margin: 7.8% auto 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtIndexPickUpMainFx {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtIndexPickUpMainFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6363636364) * 0.5em);
    content: "";
  }
  .txtIndexPickUpMainFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6363636364) * 0.5em);
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .liIndexPickUpMainFx03 {
    margin: 9.69% 0% 0% 0%;
  }
}

.liIndexPickUpMainFx04 {
  margin-top: 46px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liIndexPickUpMainFx04 {
    margin: 4.56% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liIndexPickUpMainFx04 {
    margin: 9.69% 0% 0% 0%;
  }
}

.liIndexPickUpMainFx05 {
  margin-top: 45px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liIndexPickUpMainFx05 {
    margin: 4.46% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liIndexPickUpMainFx05 {
    margin: 9.69% 0% 0% 0%;
  }
}

.liIndexPickUpMainFx06 {
  margin-top: 45px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liIndexPickUpMainFx06 {
    margin: 4.46% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liIndexPickUpMainFx06 {
    margin: 9.69% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.companyPc {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .companyPc {
    margin-top: 6.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .companyPc {
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .companyPc {
    margin-top: 21.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.companyPcFx {
  width: 100%;
}

.maincompanyPc {
  width: 100%;
}

.secMaincompanyPc {
  width: 515px;
  margin-top: 43px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secMaincompanyPc {
    width: 42.91%;
  }
}
@media screen and (max-width: 1200px) {
  .secMaincompanyPc {
    margin: 3.58% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .secMaincompanyPc {
    width: 42.8%;
  }
}

.h2MaincompanyPc {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 370px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .h2MaincompanyPc {
    font-size: 2.5vw;
  }
}
.h2MaincompanyPc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.h2MaincompanyPc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .h2MaincompanyPc {
    width: 71.84%;
  }
}
@media screen and (max-width: 1200px) {
  .h2MaincompanyPc {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .h2MaincompanyPc {
    width: 63.19%;
  }
}

.addresscompanyPc {
  position: relative;
}

.bgAddresscompanyPc {
  position: absolute;
  width: 100%;
  height: 210px;
  top: -20%;
}
@media screen and (max-width: 1200px) {
  .bgAddresscompanyPc {
    height: 17.2vw;
    top: -18.54%;
  }
}

.txtAddresscompanyPc {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6111111111;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 370px;
  margin-top: 57px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .txtAddresscompanyPc {
    font-size: 1.5vw;
  }
}
.txtAddresscompanyPc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6111111111) * 0.5em);
  content: "";
}
.txtAddresscompanyPc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6111111111) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .txtAddresscompanyPc {
    width: 71.84%;
  }
}
@media screen and (max-width: 1200px) {
  .txtAddresscompanyPc {
    margin-top: 11.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtAddresscompanyPc {
    width: 63.19%;
    margin: 9.3% auto 0 auto;
  }
}

.telAddresscompanyPc {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 370px;
  margin-top: 34px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .telAddresscompanyPc {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 1200px) {
  .telAddresscompanyPc {
    width: 71.84%;
  }
}
@media screen and (max-width: 1200px) {
  .telAddresscompanyPc {
    margin-top: 6.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .telAddresscompanyPc {
    width: 63.19%;
  }
}

.photoWapcompanyPc {
  position: relative;
  width: 686px;
}
@media screen and (max-width: 1200px) {
  .photoWapcompanyPc {
    width: 57.16%;
  }
}

.mainPhotoWapcompanyPc {
  width: 100%;
}

.columnPhotoWapcompanyPc {
  position: absolute;
  width: 532px;
  top: 80.555556%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .columnPhotoWapcompanyPc {
    width: 77.55%;
  }
}

.companyPcBtmFx {
  background: #333333;
  width: 314px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 72px;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .companyPcBtmFx {
    width: 26.16%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .companyPcBtmFx {
    margin-top: 1.66%;
    margin-bottom: 0%;
    margin-left: 6%;
    margin-right: auto;
  }
}

.btmcompanyPclastWap {
  width: 100%;
}

.btmcompanyPclast {
  display: block;
  text-decoration: none;
  color: #FFF;
  width: 100%;
}

.iconBtmcompanyPclast {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .iconBtmcompanyPclast {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .iconBtmcompanyPclast {
    height: 6vw;
  }
}

.iconBtmcompanyPclast {
  background: url(../img/iconBtmcompanyPclast.svg) no-repeat 20% center;
  background-size: auto 33%;
  padding-top: 4px;
  padding-bottom: 0px;
  padding-left: 38px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .iconBtmcompanyPclast {
    padding: 1.27% 0% 0% 12.1%;
  }
}

.txtCompanyBtm {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
  color: #535353;
}
@media screen and (max-width: 1200px) {
  .txtCompanyBtm {
    margin: 1.04% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .txtCompanyBtm {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCompanyBtm {
    width: 295px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtCompanyBtm {
    width: 78.66%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtCompanyBtm {
    margin-top: 5.33%;
    margin-bottom: 5.33%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCompanyBtm {
    font-size: 3.2vw;
  }
}

.pcGgmap {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 348px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1920/348;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .pcGgmap {
    margin: 1.04% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .pcGgmap {
    padding: 18.12% 0% 0% 0%;
  }
}
.pcGgmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
@media screen and (max-width: 767px) {
  .companySp {
    margin: 12.3% 0% 0% 0%;
  }
  .h2MaincompanySp {
    text-align: center;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2MaincompanySp {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2MaincompanySp::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6) * 0.5em);
    content: "";
  }
  .h2MaincompanySp::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em);
    content: "";
  }
  .mainPhotoWaSpompanySp {
    width: 100%;
    margin: 6.8% 0% 0% 0%;
  }
  .ulCompanySp {
    width: 295px;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulCompanySp {
    width: 78.66%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulCompanySp {
    margin-top: 8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liCompanySp {
    width: 100%;
    padding: 4.5% 0% 4% 0%;
    border-radius: 5px;
    /* CSS3草案 */
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    /* Firefox用 */
  }
  .h3CompanySp {
    font-weight: 600;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3CompanySp {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h4CompanySp {
    font-weight: 600;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 3.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4CompanySp {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .liCompanySp02 {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liCompanySp02 {
    margin-top: 3.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liCompanySp03 {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liCompanySp03 {
    margin-top: 3.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .addresscompanySp {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 9% 0% 10% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .addresscompanySp {
    margin: 8% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtAddresscompanySp {
    font-weight: 500;
    line-height: 1.5714285714;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 295px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAddresscompanySp {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAddresscompanySp::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .txtAddresscompanySp::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtAddresscompanySp {
    width: 78.66%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtAddresscompanySp {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .telAddresscompanySp {
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 295px;
    margin: 5% auto 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .telAddresscompanySp {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .telAddresscompanySp {
    width: 78.66%;
  }
}
@media screen and (max-width: 767px) {
  .spGgmap {
    padding-top: 375px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 375/375;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .spGgmap {
    padding: 100% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .spGgmap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .companySpBtmFx {
    background: #333333;
    width: 100%;
  }
  .btmcompanySplastWap {
    width: 100%;
  }
  .btmcompanySplast {
    display: block;
    text-decoration: none;
    color: #FFF;
    width: 100%;
  }
  .iconBtmcompanySplast {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 17.0666666667vw;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .iconBtmcompanySplast {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .iconBtmcompanySplast {
    background: url(../img/iconBtmcompanyPclast.svg) no-repeat 28% center;
    background-size: auto 30%;
    padding: 1% 0% 0% 8.55%;
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.contactus {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 52px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .contactus {
    margin: 2.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .contactus {
    padding: 2.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .contactus {
    margin: 4.66% 0% 0% 0%;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .contactus {
    padding: 10.66% 0% 8% 0%;
  }
}

.contactusFx {
  width: 970px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .contactusFx {
    width: 80.83%;
  }
}
@media screen and (max-width: 1200px) {
  .contactusFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .contactusFx {
    width: 100%;
  }
}

.photoContactus {
  width: 279px;
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .photoContactus {
    width: 28.76%;
  }
}
@media screen and (max-width: 1200px) {
  .photoContactus {
    margin: 0.61% 2.06% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .photoContactus {
    width: 130px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .photoContactus {
    width: 34.66%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .photoContactus {
    margin: 0% 0% 0% 0%;
  }
}

.secContactus {
  width: 270px;
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secContactus {
    width: 27.83%;
  }
}
@media screen and (max-width: 1200px) {
  .secContactus {
    margin: 3.91% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .secContactus {
    width: 29.1%;
  }
}
@media screen and (max-width: 767px) {
  .secContactus {
    width: 59%;
    margin: 3.45% 0% 0% 0%;
  }
}

.h2Contactus {
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 0.01em;
  text-indent: -0.01em;
}
@media screen and (max-width: 1200px) {
  .h2Contactus {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Contactus {
    letter-spacing: -0.01em;
    text-indent: 0.01em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Contactus {
    font-size: 9.6vw;
  }
}

.txtContactus {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6111111111;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 44px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .txtContactus {
    font-size: 1.5vw;
  }
}
.txtContactus::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6111111111) * 0.5em);
  content: "";
}
.txtContactus::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6111111111) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .txtContactus {
    margin: 16.29% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtContactus {
    line-height: 1.5714285714;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 9.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtContactus {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtContactus::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .txtContactus::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

.navContactUs {
  width: 314px;
}
@media screen and (max-width: 1200px) {
  .navContactUs {
    width: 32.37%;
  }
}
@media screen and (max-width: 767px) {
  .navContactUs {
    width: 315px;
    margin: 7.2% auto 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .navContactUs {
    width: 84%;
  }
}

.ulContactUs {
  width: 100%;
}

.liContactUs {
  width: 100%;
}

.btmContactUs {
  text-decoration: none;
  display: block;
  width: 100%;
}

.iconContactUs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .iconContactUs {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .iconContactUs {
    height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .iconContactUs {
    height: 17.0666666667vw;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .iconContactUs {
    font-size: 4.2666666667vw;
  }
}

.iconContactUs01 {
  background: url(../img/index/iconContactUs01.svg) no-repeat 29% center;
  background-size: auto 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 49px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .iconContactUs01 {
    padding: 0% 0% 0% 15.6%;
  }
}
@media screen and (max-width: 767px) {
  .iconContactUs01 {
    background: url(../img/index/iconContactUs01.svg) no-repeat 31% center;
    background-size: auto 45%;
    padding: 0% 0% 0% 11.55%;
  }
}

.liContactUs02 {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liContactUs02 {
    margin: 5.09% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liContactUs02 {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liContactUs02 {
    margin: 5.07% 0% 0% 0%;
  }
}

.iconContactUs02 {
  background: url(../img/index/iconContactUs02.svg) no-repeat 22% center;
  background-size: auto 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 49px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .iconContactUs02 {
    padding: 0% 0% 0% 15.6%;
  }
}
@media screen and (max-width: 767px) {
  .iconContactUs02 {
    background: url(../img/index/iconContactUs02.svg) no-repeat 26% center;
    background-size: auto 42%;
    padding: 0% 0% 0% 11.55%;
  }
}

.liContactUs03 {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liContactUs03 {
    margin: 5.09% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liContactUs03 {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liContactUs03 {
    margin: 5.07% 0% 0% 0%;
  }
}

.iconContactUs03 {
  background: url(../img/index/iconContactUs03.svg) no-repeat 29% center;
  background-size: auto 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 49px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .iconContactUs03 {
    padding: 0% 0% 0% 15.6%;
  }
}
@media screen and (max-width: 767px) {
  .iconContactUs03 {
    background: url(../img/index/iconContactUs03.svg) no-repeat 31% center;
    background-size: auto 45%;
    padding: 0% 0% 0% 11.55%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.followme {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .followme {
    margin-top: 6.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .followme {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .followme {
    margin-top: 4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bgFollowmeCnt {
  background: url(../img/index/bgFollowmeCntPc.jpg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgFollowmeCnt {
    background: url(../img/index/bgFollowmeCntSp.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}

.followmeCnt {
  width: 904px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .followmeCnt {
    width: 75.33%;
  }
}
@media screen and (max-width: 1200px) {
  .followmeCnt {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .followmeCnt {
    padding: 3.75% 0% 3.75% 0%;
  }
}
@media screen and (max-width: 767px) {
  .followmeCnt {
    width: 345px;
    padding-top: 45px;
    padding-bottom: 44px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .followmeCnt {
    width: 92%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .followmeCnt {
    padding: 12% 0% 11.73% 0%;
  }
}

.logoFollowmeCnt {
  width: 385px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .logoFollowmeCnt {
    width: 42.58%;
  }
}
@media screen and (max-width: 1200px) {
  .logoFollowmeCnt {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .logoFollowmeCnt {
    width: 204px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .logoFollowmeCnt {
    width: 59.13%;
  }
}

.h2Followme {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .h2Followme {
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 1200px) {
  .h2Followme {
    margin: 1.99% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h2Followme {
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 6.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Followme {
    font-size: 3.7333333333vw;
  }
}

.snsFollowMe {
  width: 649px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .snsFollowMe {
    width: 71.79%;
  }
}
@media screen and (max-width: 1200px) {
  .snsFollowMe {
    margin-top: 1.65%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .snsFollowMe {
    width: 225px;
    margin: 6.79% auto 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .snsFollowMe {
    width: 65.21%;
  }
}

.cntSNSFollowMe {
  text-decoration: none;
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .cntSNSFollowMe {
    width: 46.22%;
  }
}
@media screen and (max-width: 767px) {
  .cntSNSFollowMe {
    width: 100%;
  }
}

.cntSNSFollowMeBox {
  align-items: center;
  width: 260px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .cntSNSFollowMeBox {
    width: 86.66%;
  }
}
@media screen and (max-width: 1200px) {
  .cntSNSFollowMeBox {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .cntSNSFollowMeBox {
    width: 185px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntSNSFollowMeBox {
    width: 82.22%;
  }
}

.iconFollowmeCnt {
  width: 97px;
}
@media screen and (max-width: 1200px) {
  .iconFollowmeCnt {
    width: 32.33%;
  }
}
@media screen and (max-width: 767px) {
  .iconFollowmeCnt {
    width: 60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconFollowmeCnt {
    width: 32.43%;
  }
}

.qrFollowmeCnt {
  width: 138px;
}
@media screen and (max-width: 1200px) {
  .qrFollowmeCnt {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .qrFollowmeCnt {
    width: 100px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .qrFollowmeCnt {
    width: 54.05%;
  }
}

.txtFollowmeCntWap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .txtFollowmeCntWap {
    margin: 3.33% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .txtFollowmeCntWap {
    height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFollowmeCntWap {
    height: 9.8666666667vw;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtFollowmeCntWap {
    margin: 4.44% 0% 0% 0%;
  }
}

.txtFollowmeCnt {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .txtFollowmeCnt {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFollowmeCnt {
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFollowmeCnt {
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .cntSNSFollowMe02 {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntSNSFollowMe02 {
    margin: 17.77% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footerLogoWap {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .footerLogoWap {
    margin-top: 6.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footerLogoWap {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .footerLogoWap {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footerLogoWap a {
  display: block;
  width: 385px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .footerLogoWap a {
    width: 32.08%;
  }
}
@media screen and (max-width: 1200px) {
  .footerLogoWap a {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footerLogoWap a {
    width: 248px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .footerLogoWap a {
    width: 66.13%;
  }
}

.footerLogo {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footer {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 16px;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .footer {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    margin: 1.04% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 0.83% 0% 0.62% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 5.1% 0% 0% 0%;
    padding: 4.46% 0% 4.93% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer {
    font-size: 2.6666666667vw;
  }
}

/* ==========================================================================
SP追従
========================================================================== */
.contactFx {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3.1% 3.2% 3.2% 3.1%;
  width: 100%;
  z-index: 999999;
  background: #EDEDED;
}

.contactLi {
  width: 48.14%;
}

.contactLinks {
  display: block;
}
.contactLinks img {
  display: block;
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.mainUnderPages {
  padding-top: 170px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .mainUnderPages {
    padding: 13.53% 0% 10% 0%;
  }
}

.rubyIndexWorks {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .rubyIndexWorks {
    margin: 1.59% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .rubyIndexWorks {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .rubyIndexWorks {
    margin: 3.73% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksGenre {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .worksGenre {
    margin-top: 4.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksGenre {
    margin-top: 8.13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.worksGenreWap {
  width: 665px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .worksGenreWap {
    width: 55.41%;
  }
}
@media screen and (max-width: 1200px) {
  .worksGenreWap {
    width: 1000px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .worksGenreWap {
    width: 83.33%;
  }
}
@media screen and (max-width: 767px) {
  .worksGenreWap {
    width: 84.2%;
  }
}

@media screen and (max-width: 767px) {
  .ulWorksGenre {
    justify-content: flex-start;
  }
}

/* ==========================================================================
各タグクラウド設定
========================================================================== */
.liWorksGenre {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .liWorksGenre {
    margin: 1.65% 0% 0% 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .liWorksGenre {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liWorksGenre {
    margin: 3.12% 3.12% 0% 0%;
  }
}

.btmWorksGenre {
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  color: #000 !important;
  border: 1px solid #000;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .btmWorksGenre {
    padding: 1.05% 1.2% 0.9% 1.2%;
  }
}
@media screen and (max-width: 1200px) {
  .btmWorksGenre {
    font-size: 1.1666666667vw;
  }
}
.btmWorksGenre::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btmWorksGenre::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .btmWorksGenre {
    padding: 0.725vw 1.25vw;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .btmWorksGenre {
    padding: 1.86vw 2.1333333333vw 1.8666666667vw 2.1333333333vw;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btmWorksGenre {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .btmWorksGenre::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .btmWorksGenre::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}
.btmWorksGenre:hover {
  opacity: 1;
  background: #008094 !important;
  color: #FFF !important;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksLoopWap {
  margin-top: 37px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .worksLoopWap {
    margin-top: 1.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksLoopWap {
    margin-top: 7.96%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.worksLoopContainer {
  width: 1003px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .worksLoopContainer {
    width: 83.58%;
  }
}
@media screen and (max-width: 767px) {
  .worksLoopContainer {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .worksLoopContainer {
    width: 92%;
  }
}

/* ==========================================================================
各ボックスの設定
========================================================================== */
.liWorksLoopCon {
  width: 314px;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .liWorksLoopCon {
    width: 31.3%;
  }
}
@media screen and (max-width: 1200px) {
  .liWorksLoopCon {
    margin: 3.98% 2.99% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liWorksLoopCon {
    width: 345px;
    margin: 10.99% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liWorksLoopCon {
    width: 100%;
  }
}
.liWorksLoopCon:nth-child(3n) {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liWorksLoopCon:nth-child(3n) {
    margin: 3.98% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liWorksLoopCon:nth-child(3n) {
    margin: 10.99% 0% 0% 0%;
  }
}

/* ==========================================================================
各ボックスの中身の設定
========================================================================== */
.btmliWorksLoopCon {
  display: block;
  text-decoration: none;
}

.thumbsliWorksLoopCon {
  overflow: hidden;
  aspect-ratio: 314/211;
  position: relative;
}
.thumbsliWorksLoopCon img {
  transition: 0.5s;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.txtliWorksLoopCon {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .txtliWorksLoopCon {
    margin: 6.05% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .txtliWorksLoopCon {
    font-size: 1.3333333333vw;
  }
}
.txtliWorksLoopCon::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}
.txtliWorksLoopCon::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtliWorksLoopCon {
    margin: 5.63% 0% 0% 0%;
    line-height: 1.5714285714;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtliWorksLoopCon {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtliWorksLoopCon::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .txtliWorksLoopCon::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

.btmliWorksLoopConFx {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .btmliWorksLoopConFx {
    margin: 6.68% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .btmliWorksLoopConFx {
    font-size: 1.3333333333vw;
  }
}
.btmliWorksLoopConFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}
.btmliWorksLoopConFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btmliWorksLoopConFx {
    margin: 5.89% 0% 0% 0%;
    line-height: 1.5714285714;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btmliWorksLoopConFx {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .btmliWorksLoopConFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .btmliWorksLoopConFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .btmliWorksLoopConFx:after {
    display: none;
  }
  .btmliWorksLoopConFx::before {
    display: none;
  }
}

.arrowBtmliWorksLoopConFx {
  transition: 0.5s;
  background: url(../img/index/arrowBtmMainBxSliderFx.svg) no-repeat 100% center;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 28px;
}
@media screen and (max-width: 1200px) {
  .arrowBtmliWorksLoopConFx {
    padding: 0% 8.91% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .arrowBtmliWorksLoopConFx {
    padding: 0% 7.11% 0% 0%;
    white-space: nowrap;
    display: block;
    text-align: right;
    width: 36%;
  }
}

/* ==========================================================================
ホバーの動き
========================================================================== */
.btmliWorksLoopCon:hover {
  opacity: 1;
}
.btmliWorksLoopCon:hover .thumbsliWorksLoopCon img {
  transform: scale(1.25);
  opacity: 0.75;
}
.btmliWorksLoopCon:hover .arrowBtmliWorksLoopConFx {
  background: url(../img/index/arrowBtmMainBxSliderFx.svg) no-repeat 95% center;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksLoopPagerWap {
  margin-top: 101px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .worksLoopPagerWap {
    margin-top: 5.26%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksLoopPagerWap {
    margin-top: 21.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.worksLoopPagerWap .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .worksLoopPagerWap .wp-pagenavi {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .worksLoopPagerWap .wp-pagenavi {
    width: 92%;
  }
}

.wp-pagenavi a {
  text-decoration: none;
}

.worksLoopPagerWap .wp-pagenavi a,
.worksLoopPagerWap .wp-pagenavi span {
  color: #1A222D;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  padding-left: 18.7px;
  padding-right: 18.7px;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 17px;
  padding-right: 17px;
}
@media screen and (max-width: 1200px) {
  .worksLoopPagerWap .wp-pagenavi a,
  .worksLoopPagerWap .wp-pagenavi span {
    font-size: 1.25vw;
  }
}
.worksLoopPagerWap .wp-pagenavi a::before,
.worksLoopPagerWap .wp-pagenavi span::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.worksLoopPagerWap .wp-pagenavi a::after,
.worksLoopPagerWap .wp-pagenavi span::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .worksLoopPagerWap .wp-pagenavi a,
  .worksLoopPagerWap .wp-pagenavi span {
    margin: 0% 0.41% 0% 0.41%;
  }
}
@media screen and (max-width: 1200px) {
  .worksLoopPagerWap .wp-pagenavi a,
  .worksLoopPagerWap .wp-pagenavi span {
    padding: 1.29% 1.55% 1.29% 1.55%;
  }
}
@media screen and (max-width: 1200px) {
  .worksLoopPagerWap .wp-pagenavi a,
  .worksLoopPagerWap .wp-pagenavi span {
    padding: 1.16% 1.41% 1.16% 1.41%;
  }
}
@media screen and (max-width: 1200px) {
  .worksLoopPagerWap .wp-pagenavi a,
  .worksLoopPagerWap .wp-pagenavi span {
    padding: 20% 26% 20% 26%;
  }
}
@media screen and (max-width: 767px) {
  .worksLoopPagerWap .wp-pagenavi a,
  .worksLoopPagerWap .wp-pagenavi span {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    font-weight: 600;
    margin: 0% 1.2% 0% 1.2%;
    padding: 4.5% 5.42% 4.5% 5.42%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .worksLoopPagerWap .wp-pagenavi a,
  .worksLoopPagerWap .wp-pagenavi span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .worksLoopPagerWap .wp-pagenavi a::before,
  .worksLoopPagerWap .wp-pagenavi span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .worksLoopPagerWap .wp-pagenavi a::after,
  .worksLoopPagerWap .wp-pagenavi span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.worksLoopPagerWap .wp-pagenavi .current {
  background: #F6F6F6;
}

.worksLoopPagerWap .wp-pagenavi a:hover {
  background: #F6F6F6;
  color: #1A222D !important;
}

.worksLoopPagerWap .wp-pagenavi .previouspostslink {
  color: #A09F9D;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  .worksLoopPagerWap .wp-pagenavi .previouspostslink {
    margin: 0% 2.08% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .worksLoopPagerWap .wp-pagenavi .previouspostslink {
    margin: 0% 0% 0% 0%;
  }
}

.worksLoopPagerWap .wp-pagenavi .nextpostslink {
  color: #A09F9D;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .worksLoopPagerWap .wp-pagenavi .nextpostslink {
    margin: 0% 0% 0% 2.08%;
  }
}
@media screen and (max-width: 767px) {
  .worksLoopPagerWap .wp-pagenavi .nextpostslink {
    margin: 0% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksLoopToTopWap {
  margin-top: 99px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .worksLoopToTopWap {
    margin-top: 5.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksLoopToTopWap {
    margin-top: 21%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.worksLoopToTop {
  width: 300px;
  height: 50px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  text-decoration: none;
  border: 1px solid #000;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .worksLoopToTop {
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  .worksLoopToTop {
    font-size: 1.3333333333vw;
  }
}
.worksLoopToTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.worksLoopToTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .worksLoopToTop {
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .worksLoopToTop {
    width: 300px;
    height: 50px;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .worksLoopToTop {
    width: 80%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .worksLoopToTop {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .worksLoopToTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .worksLoopToTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.singleMainWorks {
  background: unset;
}

/* ==========================================================================
上部スライダ設定
========================================================================== */
.worksSinleSliderWap {
  margin-top: 91px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .worksSinleSliderWap {
    margin-top: 4.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksSinleSliderWap {
    margin-top: 10.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.worksSinleSlider {
  width: 901px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .worksSinleSlider {
    width: 75.08%;
  }
}
@media screen and (max-width: 767px) {
  .worksSinleSlider {
    width: 375px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .worksSinleSlider {
    width: 100%;
  }
}

.topSliderWorks .bx-controls-direction {
  display: none;
}

.liTopSliderWorks {
  background: #ccc;
  aspect-ratio: 901/599;
}

.liTopSliderWorks img {
  object-fit: contain;
  width: auto;
  height: 100%;
  margin: auto;
}

/* ==========================================================================
下部スライダ設定
========================================================================== */
.btmSliderWorks {
  position: relative;
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 825px;
}
@media screen and (max-width: 1200px) {
  .btmSliderWorks {
    margin-top: 1.77%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .btmSliderWorks {
    width: 91.56%;
  }
}
@media screen and (max-width: 767px) {
  .btmSliderWorks {
    margin-top: 3.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 82.86%;
  }
}

.btmSliderWorks .bx-wrapper {
  width: 100%;
}

.liBtmSliderWorks {
  background: #ccc;
  aspect-ratio: 194/129;
}

.liBtmSliderWorks img {
  object-fit: contain;
  width: auto;
  height: 100%;
  margin: auto;
}

.prevbtmSliderWorks {
  width: 35.44px;
  position: absolute;
  top: 22.824561%;
  left: -4%;
}
@media screen and (max-width: 767px) {
  .prevbtmSliderWorks {
    top: 14.824561%;
    left: -5.5%;
    width: 6.63%;
  }
}
.prevbtmSliderWorks img {
  width: 100%;
}

.nextbtmSliderWorks {
  width: 35.44px;
  position: absolute;
  top: 22.824561%;
  right: -4%;
}
@media screen and (max-width: 767px) {
  .nextbtmSliderWorks {
    top: 14.824561%;
    right: -5.5%;
    width: 6.63%;
  }
}
.nextbtmSliderWorks img {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksMainTitle {
  margin-top: 66px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .worksMainTitle {
    margin-top: 5.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksMainTitle {
    margin-top: 6.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2WorksMainTitle {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 600;
  text-align: left;
  width: 802px;
  margin: 0 auto;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .h2WorksMainTitle {
    font-size: 1.6666666667vw;
  }
}
.h2WorksMainTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.h2WorksMainTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .h2WorksMainTitle {
    width: 66.83%;
  }
}
@media screen and (max-width: 767px) {
  .h2WorksMainTitle {
    width: 315px;
    line-height: 1.625;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2WorksMainTitle {
    width: 84%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2WorksMainTitle {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2WorksMainTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.625) * 0.5em);
    content: "";
  }
  .h2WorksMainTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.625) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksConceptWap {
  margin-top: 46px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .worksConceptWap {
    margin-top: 3.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksConceptWap {
    margin-top: 8.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .worksConceptWap {
    width: 84%;
  }
}

.secWorksConcept {
  width: 802px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .secWorksConcept {
    width: 66.83%;
  }
}
@media screen and (max-width: 767px) {
  .secWorksConcept {
    width: 314px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secWorksConcept {
    width: 100%;
  }
}

.h2WorksConcept {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .h2WorksConcept {
    font-size: 1.6666666667vw;
  }
}
.h2WorksConcept::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h2WorksConcept::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2WorksConcept {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2WorksConcept {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2WorksConcept::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2WorksConcept::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.txtWorksConcept {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .txtWorksConcept {
    margin-top: 3.87%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtWorksConcept {
    font-size: 1.3333333333vw;
  }
}
.txtWorksConcept::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}
.txtWorksConcept::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtWorksConcept {
    margin-top: 7.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtWorksConcept {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtWorksConcept::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .txtWorksConcept::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksDataWap {
  margin-top: 62px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .worksDataWap {
    margin-top: 5.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksDataWap {
    margin-top: 7.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .worksDataWap {
    width: 84%;
  }
}

.worksDataFx {
  width: 802px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .worksDataFx {
    width: 66.83%;
  }
}
@media screen and (max-width: 767px) {
  .worksDataFx {
    width: 314px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .worksDataFx {
    width: 100%;
  }
}

/* ==========================================================================
左テーブル
========================================================================== */
.mainDataWorks {
  width: 375px;
}
@media screen and (max-width: 1200px) {
  .mainDataWorks {
    width: 46.75%;
  }
}
@media screen and (max-width: 767px) {
  .mainDataWorks {
    width: 314px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .mainDataWorks {
    width: 100%;
  }
}

.h2MainDataWorks {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .h2MainDataWorks {
    font-size: 1.6666666667vw;
  }
}
.h2MainDataWorks::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h2MainDataWorks::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2MainDataWorks {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2MainDataWorks {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2MainDataWorks::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2MainDataWorks::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.tableDataWorks {
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .tableDataWorks {
    margin-top: 6.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .tableDataWorks {
    margin-top: 8.09%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.thDataWorks {
  width: 98px;
  padding-top: 12px;
  padding-bottom: 11.9px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0em;
  text-indent: 0em;
  border-bottom: 1px solid #000;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .thDataWorks {
    width: 26.13%;
  }
}
@media screen and (max-width: 1200px) {
  .thDataWorks {
    padding: 3.2% 2.93% 3.17% 2.93%;
  }
}
@media screen and (max-width: 1200px) {
  .thDataWorks {
    font-size: 1.3333333333vw;
  }
}
.thDataWorks::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
  content: "";
}
.thDataWorks::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .thDataWorks {
    width: 27.66%;
    padding: 3.5% 0% 3.5% 0%;
    line-height: 1.375;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thDataWorks {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .thDataWorks::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.375) * 0.5em);
    content: "";
  }
  .thDataWorks::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.375) * 0.5em);
    content: "";
  }
}

.tdDataWorks {
  padding-top: 12px;
  padding-bottom: 11.9px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0em;
  text-indent: 0em;
  border-bottom: 1px solid #000;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .tdDataWorks {
    padding: 3.2% 2.93% 3.17% 2.93%;
  }
}
@media screen and (max-width: 1200px) {
  .tdDataWorks {
    font-size: 1.3333333333vw;
  }
}
.tdDataWorks::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
  content: "";
}
.tdDataWorks::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .tdDataWorks {
    padding: 3.5% 0% 3.5% 0%;
    line-height: 1.375;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tdDataWorks {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .tdDataWorks::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.375) * 0.5em);
    content: "";
  }
  .tdDataWorks::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.375) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
右カテゴリ
========================================================================== */
.catsDataWorks {
  width: 377px;
  margin-top: 59px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .catsDataWorks {
    width: 47%;
  }
}
@media screen and (max-width: 1200px) {
  .catsDataWorks {
    margin: 7.35% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .catsDataWorks {
    margin: 14% 0% 0% 0%;
    width: 315px;
    line-height: 1.625;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .catsDataWorks {
    width: 100.31%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .catsDataWorks {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .catsDataWorks::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.625) * 0.5em);
    content: "";
  }
  .catsDataWorks::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.625) * 0.5em);
    content: "";
  }
}

.catsDataWorks h3 {
  font-weight: 500;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 0px;
  font-size: 16px;
  line-height: 2.25;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1200px) {
  .catsDataWorks h3 {
    padding: 0% 0% 2.66% 4.26%;
  }
}
@media screen and (max-width: 1200px) {
  .catsDataWorks h3 {
    font-size: 1.3333333333vw;
  }
}
.catsDataWorks h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
  content: "";
}
.catsDataWorks h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .catsDataWorks h3 {
    padding: 0% 0% 3.5% 0%;
    line-height: 2.25;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .catsDataWorks h3 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .catsDataWorks h3::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.25) * 0.5em);
    content: "";
  }
  .catsDataWorks h3::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.25) * 0.5em);
    content: "";
  }
}

.catsDataWorksFx {
  width: 292px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .catsDataWorksFx {
    width: 77.45%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .catsDataWorksFx {
    margin-top: 3.97%;
    margin-bottom: 0%;
    margin-left: 2.65%;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .catsDataWorksFx {
    width: 292px;
    margin: 4.8% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .catsDataWorksFx {
    width: 92.69%;
  }
}

.liWorksDataWorksFx {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 6.5px;
  padding-right: 6.5px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 8px;
  border: 1px solid #000;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
}
@media screen and (max-width: 1200px) {
  .liWorksDataWorksFx {
    padding: 1.86% 1.73% 1.86% 1.73%;
  }
}
@media screen and (max-width: 1200px) {
  .liWorksDataWorksFx {
    margin: 0% 2.13% 2.66% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liWorksDataWorksFx {
    padding: 2.5% 2.4% 2.5% 2.4%;
    margin: 0% 2.54% 3.4% 0%;
  }
}

.btmWorksDataWorksFx {
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .btmWorksDataWorksFx {
    font-size: 1.1666666667vw;
  }
}
.btmWorksDataWorksFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5714285714) * 0.5em);
  content: "";
}
.btmWorksDataWorksFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5714285714) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btmWorksDataWorksFx {
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btmWorksDataWorksFx {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .btmWorksDataWorksFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .btmWorksDataWorksFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
一覧ページに戻るボタン
========================================================================== */
.worksToTopArchives {
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .worksToTopArchives {
    margin-top: 5.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksToTopArchives {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .worksToTopArchives {
    margin-top: 13.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btmWorksToTopArchivesWap {
  width: 300px;
  margin: 0 auto;
  border: 1px solid #000;
}
@media screen and (max-width: 1200px) {
  .btmWorksToTopArchivesWap {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .btmWorksToTopArchivesWap {
    margin-top: 20%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 79.5%;
  }
}

.mainBtmWorksToTopArchives {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
  color: #000;
}
.mainBtmWorksToTopArchives::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.mainBtmWorksToTopArchives::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .mainBtmWorksToTopArchives {
    height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .mainBtmWorksToTopArchives {
    letter-spacing: 0em;
    text-indent: 0em;
    height: 12.8vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mainBtmWorksToTopArchives {
    font-size: 4vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksRec {
  padding-top: 80px;
  padding-bottom: 85px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .worksRec {
    padding: 4.16% 0% 4.42% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .worksRec {
    margin-top: 5.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksRec {
    padding: 10.66% 0% 10.9% 0%;
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .worksRec {
    margin-top: 21.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.WorksRecBxSliderWap {
  width: 1002px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .WorksRecBxSliderWap {
    width: 83.5%;
  }
}
@media screen and (max-width: 767px) {
  .WorksRecBxSliderWap {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .WorksRecBxSliderWap {
    width: 92%;
  }
}

.ulMainWorksRecBxSliderWap {
  flex-flow: row wrap;
}

.liMainWorksRecBxSlider {
  width: 314px;
}
@media screen and (max-width: 1200px) {
  .liMainWorksRecBxSlider {
    width: 31.33%;
  }
}
@media screen and (max-width: 767px) {
  .liMainWorksRecBxSlider {
    width: 100%;
  }
  .liMainWorksRecBxSlider:nth-child(n+2) {
    margin: 12% 0% 0% 0%;
  }
}

.btmMainWorksRecBxSlider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
}

.thumbsMainWorksRecBxSlider {
  width: 100%;
}

.txtMainWorksRecBxSlider {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 23px;
  margin-bottom: 26px;
  margin-left: 0px;
  margin-right: 0px;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .txtMainWorksRecBxSlider {
    font-size: 1.3333333333vw;
  }
}
.txtMainWorksRecBxSlider::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}
.txtMainWorksRecBxSlider::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .txtMainWorksRecBxSlider {
    margin: 7.32% 0% 8.28% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtMainWorksRecBxSlider {
    line-height: 1.5714285714;
    margin: 5.79% 0% 6% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtMainWorksRecBxSlider {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtMainWorksRecBxSlider::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .txtMainWorksRecBxSlider::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

.btmMainWorksRecBxSliderFx {
  color: #000000;
  text-decoration: none;
  width: 106px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0px;
  margin-top: auto;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .btmMainWorksRecBxSliderFx {
    width: 33.75%;
  }
}
@media screen and (max-width: 1200px) {
  .btmMainWorksRecBxSliderFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .btmMainWorksRecBxSliderFx {
    width: 25.92%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: 0px;
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btmMainWorksRecBxSliderFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}

.arrowBtmMainWorksRecBxSliderFx {
  text-align: left;
  display: block;
  width: 100%;
  background: url(../img/index/arrowBtmMainBxSliderFx.svg) no-repeat 100% center;
  background-size: auto 100%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .arrowBtmMainWorksRecBxSliderFx {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .arrowBtmMainWorksRecBxSliderFx {
    letter-spacing: 0em;
    text-indent: 0em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    background-size: auto 90%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .arrowBtmMainWorksRecBxSliderFx {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .arrowBtmMainWorksRecBxSliderFx {
    padding: 2.89% 0% 2.89% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.testIndex {
  width: 500px;
}
@media screen and (max-width: 1200px) {
  .testIndex {
    width: 41.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.testIndex {
  width: 500px;
}
@media screen and (max-width: 1200px) {
  .testIndex {
    width: 41.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.blog_main_wapper {
  margin-top: 85px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .blog_main_wapper {
    margin-top: 4.42%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .blog_main_wapper {
    width: 345px;
    margin-top: 35px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .blog_main_wapper {
    width: 92%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .blog_main_wapper {
    margin-top: 9.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .h3_cat_cnt_sec_blog_category_main {
    width: 76.08%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
@media screen and (max-width: 767px) {
  .add_buttons_infomation_single .button_add_buttons_infomation_single {
    display: block;
    width: 47%;
    margin: auto;
  }
}

/* ==========================================================================
Component
========================================================================== */
.bg_333 {
  background: #333;
}

.bg_000000 {
  background: #000000;
}

.bg_333 {
  background: #333;
}

.bg_fff {
  background: #fff;
}

.bg_E1E1E1 {
  background: #E1E1E1;
}

.bg_008094 {
  background: #008094;
}

.bg_F0F0F0 {
  background: #F0F0F0;
}

.bg_D3E7EA {
  background: #D3E7EA;
}

.bg_959595 {
  background: #959595;
}

.bg_499385 {
  background: #499385;
}

.bg_259BAD {
  background: #259BAD;
}

.bg_007094 {
  background: #007094;
}

.cl_000 {
  color: #000;
}

.cl_333 {
  color: #333;
}

.cl_fff {
  color: #fff;
}

.cl_008094 {
  color: #008094;
}

.cl_06C755 {
  color: #06C755;
}

.cl_F00099 {
  color: #F00099;
}

.brd_06C755 {
  border: 2px solid #06C755;
}

.brd_F00099 {
  border: 2px solid #F00099;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2022/09/08, 15:33:53
    Author     : SPG-1105
*/
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

@keyframes fadein_sc_top {
  0% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_left {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_right {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacity_0_fade_set {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
  position: relative;
}
.opacity_0_fade_set.active {
  -webkit-animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fadeleft_in {
  opacity: 0;
  transform: translate3d(-20px, 0px, 0px);
}
.opacity_0_fadeleft_in.active {
  -webkit-animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
}

.opacity_0_faderight_in {
  opacity: 0;
  transform: translate3d(20px, 0px, 0px);
}
.opacity_0_faderight_in.active {
  -webkit-animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fade_in {
  opacity: 0;
}
.opacity_0_fade_in.active {
  -webkit-animation: fadein_in 0.75s ease 0.35s forwards alternate;
  animation: fadein_in 0.75s ease 0.35s forwards alternate;
}

.opacity_0_list_fade_set > li, .opacity_0_list_fade_set section, .opacity_0_list_fade_set div, .opacity_0_list_fade_set tr, .opacity_0_list_fade_set figure {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
  position: relative;
}
.opacity_0_list_fade_set.active > li:nth-child(1), .opacity_0_list_fade_set.active section:nth-child(1), .opacity_0_list_fade_set.active div:nth-child(1), .opacity_0_list_fade_set.active p:nth-child(1), .opacity_0_list_fade_set.active h2:nth-child(1), .opacity_0_list_fade_set.active h3:nth-child(1), .opacity_0_list_fade_set.active h4:nth-child(1), .opacity_0_list_fade_set.active h5:nth-child(1), .opacity_0_list_fade_set.active figure:nth-child(1) {
  -webkit-animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(2), .opacity_0_list_fade_set.active section:nth-child(2), .opacity_0_list_fade_set.active div:nth-child(2), .opacity_0_list_fade_set.active p:nth-child(2), .opacity_0_list_fade_set.active h2:nth-child(2), .opacity_0_list_fade_set.active h3:nth-child(2), .opacity_0_list_fade_set.active h4:nth-child(2), .opacity_0_list_fade_set.active h5:nth-child(2), .opacity_0_list_fade_set.active figure:nth-child(2) {
  -webkit-animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(3), .opacity_0_list_fade_set.active section:nth-child(3), .opacity_0_list_fade_set.active div:nth-child(3), .opacity_0_list_fade_set.active p:nth-child(3), .opacity_0_list_fade_set.active h2:nth-child(3), .opacity_0_list_fade_set.active h3:nth-child(3), .opacity_0_list_fade_set.active h4:nth-child(3), .opacity_0_list_fade_set.active h5:nth-child(3), .opacity_0_list_fade_set.active figure:nth-child(3) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(4), .opacity_0_list_fade_set.active section:nth-child(4), .opacity_0_list_fade_set.active div:nth-child(4), .opacity_0_list_fade_set.active p:nth-child(4), .opacity_0_list_fade_set.active h2:nth-child(4), .opacity_0_list_fade_set.active h3:nth-child(4), .opacity_0_list_fade_set.active h4:nth-child(4), .opacity_0_list_fade_set.active h5:nth-child(4), .opacity_0_list_fade_set.active figure:nth-child(4) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(5), .opacity_0_list_fade_set.active section:nth-child(5), .opacity_0_list_fade_set.active div:nth-child(5), .opacity_0_list_fade_set.active p:nth-child(5), .opacity_0_list_fade_set.active h2:nth-child(5), .opacity_0_list_fade_set.active h3:nth-child(5), .opacity_0_list_fade_set.active h4:nth-child(5), .opacity_0_list_fade_set.active h5:nth-child(5), .opacity_0_list_fade_set.active figure:nth-child(5) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(6), .opacity_0_list_fade_set.active section:nth-child(6), .opacity_0_list_fade_set.active div:nth-child(6), .opacity_0_list_fade_set.active p:nth-child(6), .opacity_0_list_fade_set.active h2:nth-child(6), .opacity_0_list_fade_set.active h3:nth-child(6), .opacity_0_list_fade_set.active h4:nth-child(6), .opacity_0_list_fade_set.active h5:nth-child(6), .opacity_0_list_fade_set.active figure:nth-child(6) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(7), .opacity_0_list_fade_set.active section:nth-child(7), .opacity_0_list_fade_set.active div:nth-child(7), .opacity_0_list_fade_set.active p:nth-child(7), .opacity_0_list_fade_set.active h2:nth-child(7), .opacity_0_list_fade_set.active h3:nth-child(7), .opacity_0_list_fade_set.active h4:nth-child(7), .opacity_0_list_fade_set.active h5:nth-child(7), .opacity_0_list_fade_set.active figure:nth-child(7) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(8), .opacity_0_list_fade_set.active section:nth-child(8), .opacity_0_list_fade_set.active div:nth-child(8), .opacity_0_list_fade_set.active p:nth-child(8), .opacity_0_list_fade_set.active h2:nth-child(8), .opacity_0_list_fade_set.active h3:nth-child(8), .opacity_0_list_fade_set.active h4:nth-child(8), .opacity_0_list_fade_set.active h5:nth-child(8), .opacity_0_list_fade_set.active figure:nth-child(8) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(9), .opacity_0_list_fade_set.active section:nth-child(9), .opacity_0_list_fade_set.active div:nth-child(9), .opacity_0_list_fade_set.active p:nth-child(9), .opacity_0_list_fade_set.active h2:nth-child(9), .opacity_0_list_fade_set.active h3:nth-child(9), .opacity_0_list_fade_set.active h4:nth-child(9), .opacity_0_list_fade_set.active h5:nth-child(9), .opacity_0_list_fade_set.active figure:nth-child(9) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(10), .opacity_0_list_fade_set.active section:nth-child(10), .opacity_0_list_fade_set.active div:nth-child(10), .opacity_0_list_fade_set.active p:nth-child(10), .opacity_0_list_fade_set.active h2:nth-child(10), .opacity_0_list_fade_set.active h3:nth-child(10), .opacity_0_list_fade_set.active h4:nth-child(10), .opacity_0_list_fade_set.active h5:nth-child(10), .opacity_0_list_fade_set.active figure:nth-child(10) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(11), .opacity_0_list_fade_set.active section:nth-child(11), .opacity_0_list_fade_set.active div:nth-child(11), .opacity_0_list_fade_set.active p:nth-child(11), .opacity_0_list_fade_set.active h2:nth-child(11), .opacity_0_list_fade_set.active h3:nth-child(11), .opacity_0_list_fade_set.active h4:nth-child(11), .opacity_0_list_fade_set.active h5:nth-child(11), .opacity_0_list_fade_set.active figure:nth-child(11) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(12), .opacity_0_list_fade_set.active section:nth-child(12), .opacity_0_list_fade_set.active div:nth-child(12), .opacity_0_list_fade_set.active p:nth-child(12), .opacity_0_list_fade_set.active h2:nth-child(12), .opacity_0_list_fade_set.active h3:nth-child(12), .opacity_0_list_fade_set.active h4:nth-child(12), .opacity_0_list_fade_set.active h5:nth-child(12), .opacity_0_list_fade_set.active figure:nth-child(12) {
  -webkit-animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
}

.opacity_0_list_left_fade_set > li, .opacity_0_list_left_fade_set section, .opacity_0_list_left_fade_set div, .opacity_0_list_left_fade_set tr, .opacity_0_list_left_fade_set figure {
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
}
.opacity_0_list_left_fade_set.active > li:nth-child(1), .opacity_0_list_left_fade_set.active section:nth-child(1), .opacity_0_list_left_fade_set.active div:nth-child(1), .opacity_0_list_left_fade_set.active p:nth-child(1), .opacity_0_list_left_fade_set.active h2:nth-child(1), .opacity_0_list_left_fade_set.active h3:nth-child(1), .opacity_0_list_left_fade_set.active h4:nth-child(1), .opacity_0_list_left_fade_set.active h5:nth-child(1), .opacity_0_list_left_fade_set.active figure:nth-child(1) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(2), .opacity_0_list_left_fade_set.active section:nth-child(2), .opacity_0_list_left_fade_set.active div:nth-child(2), .opacity_0_list_left_fade_set.active p:nth-child(2), .opacity_0_list_left_fade_set.active h2:nth-child(2), .opacity_0_list_left_fade_set.active h3:nth-child(2), .opacity_0_list_left_fade_set.active h4:nth-child(2), .opacity_0_list_left_fade_set.active h5:nth-child(2), .opacity_0_list_left_fade_set.active figure:nth-child(2) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(3), .opacity_0_list_left_fade_set.active section:nth-child(3), .opacity_0_list_left_fade_set.active div:nth-child(3), .opacity_0_list_left_fade_set.active p:nth-child(3), .opacity_0_list_left_fade_set.active h2:nth-child(3), .opacity_0_list_left_fade_set.active h3:nth-child(3), .opacity_0_list_left_fade_set.active h4:nth-child(3), .opacity_0_list_left_fade_set.active h5:nth-child(3), .opacity_0_list_left_fade_set.active figure:nth-child(3) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(4), .opacity_0_list_left_fade_set.active section:nth-child(4), .opacity_0_list_left_fade_set.active div:nth-child(4), .opacity_0_list_left_fade_set.active p:nth-child(4), .opacity_0_list_left_fade_set.active h2:nth-child(4), .opacity_0_list_left_fade_set.active h3:nth-child(4), .opacity_0_list_left_fade_set.active h4:nth-child(4), .opacity_0_list_left_fade_set.active h5:nth-child(4), .opacity_0_list_left_fade_set.active figure:nth-child(4) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(5), .opacity_0_list_left_fade_set.active section:nth-child(5), .opacity_0_list_left_fade_set.active div:nth-child(5), .opacity_0_list_left_fade_set.active p:nth-child(5), .opacity_0_list_left_fade_set.active h2:nth-child(5), .opacity_0_list_left_fade_set.active h3:nth-child(5), .opacity_0_list_left_fade_set.active h4:nth-child(5), .opacity_0_list_left_fade_set.active h5:nth-child(5), .opacity_0_list_left_fade_set.active figure:nth-child(5) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(6), .opacity_0_list_left_fade_set.active section:nth-child(6), .opacity_0_list_left_fade_set.active div:nth-child(6), .opacity_0_list_left_fade_set.active p:nth-child(6), .opacity_0_list_left_fade_set.active h2:nth-child(6), .opacity_0_list_left_fade_set.active h3:nth-child(6), .opacity_0_list_left_fade_set.active h4:nth-child(6), .opacity_0_list_left_fade_set.active h5:nth-child(6), .opacity_0_list_left_fade_set.active figure:nth-child(6) {
  -webkit-animation: fadein_sc_left 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_left 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(7), .opacity_0_list_left_fade_set.active section:nth-child(7), .opacity_0_list_left_fade_set.active div:nth-child(7), .opacity_0_list_left_fade_set.active p:nth-child(7), .opacity_0_list_left_fade_set.active h2:nth-child(7), .opacity_0_list_left_fade_set.active h3:nth-child(7), .opacity_0_list_left_fade_set.active h4:nth-child(7), .opacity_0_list_left_fade_set.active h5:nth-child(7), .opacity_0_list_left_fade_set.active figure:nth-child(7) {
  -webkit-animation: fadein_sc_left 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_left 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(8), .opacity_0_list_left_fade_set.active section:nth-child(8), .opacity_0_list_left_fade_set.active div:nth-child(8), .opacity_0_list_left_fade_set.active p:nth-child(8), .opacity_0_list_left_fade_set.active h2:nth-child(8), .opacity_0_list_left_fade_set.active h3:nth-child(8), .opacity_0_list_left_fade_set.active h4:nth-child(8), .opacity_0_list_left_fade_set.active h5:nth-child(8), .opacity_0_list_left_fade_set.active figure:nth-child(8) {
  -webkit-animation: fadein_sc_left 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_left 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(9), .opacity_0_list_left_fade_set.active section:nth-child(9), .opacity_0_list_left_fade_set.active div:nth-child(9), .opacity_0_list_left_fade_set.active p:nth-child(9), .opacity_0_list_left_fade_set.active h2:nth-child(9), .opacity_0_list_left_fade_set.active h3:nth-child(9), .opacity_0_list_left_fade_set.active h4:nth-child(9), .opacity_0_list_left_fade_set.active h5:nth-child(9), .opacity_0_list_left_fade_set.active figure:nth-child(9) {
  -webkit-animation: fadein_sc_left 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_left 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(10), .opacity_0_list_left_fade_set.active section:nth-child(10), .opacity_0_list_left_fade_set.active div:nth-child(10), .opacity_0_list_left_fade_set.active p:nth-child(10), .opacity_0_list_left_fade_set.active h2:nth-child(10), .opacity_0_list_left_fade_set.active h3:nth-child(10), .opacity_0_list_left_fade_set.active h4:nth-child(10), .opacity_0_list_left_fade_set.active h5:nth-child(10), .opacity_0_list_left_fade_set.active figure:nth-child(10) {
  -webkit-animation: fadein_sc_left 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_left 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(11), .opacity_0_list_left_fade_set.active section:nth-child(11), .opacity_0_list_left_fade_set.active div:nth-child(11), .opacity_0_list_left_fade_set.active p:nth-child(11), .opacity_0_list_left_fade_set.active h2:nth-child(11), .opacity_0_list_left_fade_set.active h3:nth-child(11), .opacity_0_list_left_fade_set.active h4:nth-child(11), .opacity_0_list_left_fade_set.active h5:nth-child(11), .opacity_0_list_left_fade_set.active figure:nth-child(11) {
  -webkit-animation: fadein_sc_left 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_left 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(12), .opacity_0_list_left_fade_set.active section:nth-child(12), .opacity_0_list_left_fade_set.active div:nth-child(12), .opacity_0_list_left_fade_set.active p:nth-child(12), .opacity_0_list_left_fade_set.active h2:nth-child(12), .opacity_0_list_left_fade_set.active h3:nth-child(12), .opacity_0_list_left_fade_set.active h4:nth-child(12), .opacity_0_list_left_fade_set.active h5:nth-child(12), .opacity_0_list_left_fade_set.active figure:nth-child(12) {
  -webkit-animation: fadein_sc_left 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_left 0.75s ease 4.2s forwards alternate;
}

.opacity_0_list_right_fade_set > li, .opacity_0_list_right_fade_set section, .opacity_0_list_right_fade_set div, .opacity_0_list_right_fade_set tr, .opacity_0_list_right_fade_set figure {
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
}
.opacity_0_list_right_fade_set.active > li:nth-child(1), .opacity_0_list_right_fade_set.active section:nth-child(1), .opacity_0_list_right_fade_set.active div:nth-child(1), .opacity_0_list_right_fade_set.active p:nth-child(1), .opacity_0_list_right_fade_set.active h2:nth-child(1), .opacity_0_list_right_fade_set.active h3:nth-child(1), .opacity_0_list_right_fade_set.active h4:nth-child(1), .opacity_0_list_right_fade_set.active h5:nth-child(1), .opacity_0_list_right_fade_set.active figure:nth-child(1) {
  -webkit-animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(2), .opacity_0_list_right_fade_set.active section:nth-child(2), .opacity_0_list_right_fade_set.active div:nth-child(2), .opacity_0_list_right_fade_set.active p:nth-child(2), .opacity_0_list_right_fade_set.active h2:nth-child(2), .opacity_0_list_right_fade_set.active h3:nth-child(2), .opacity_0_list_right_fade_set.active h4:nth-child(2), .opacity_0_list_right_fade_set.active h5:nth-child(2), .opacity_0_list_right_fade_set.active figure:nth-child(2) {
  -webkit-animation: fadein_sc_right 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(3), .opacity_0_list_right_fade_set.active section:nth-child(3), .opacity_0_list_right_fade_set.active div:nth-child(3), .opacity_0_list_right_fade_set.active p:nth-child(3), .opacity_0_list_right_fade_set.active h2:nth-child(3), .opacity_0_list_right_fade_set.active h3:nth-child(3), .opacity_0_list_right_fade_set.active h4:nth-child(3), .opacity_0_list_right_fade_set.active h5:nth-child(3), .opacity_0_list_right_fade_set.active figure:nth-child(3) {
  -webkit-animation: fadein_sc_right 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_right 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(4), .opacity_0_list_right_fade_set.active section:nth-child(4), .opacity_0_list_right_fade_set.active div:nth-child(4), .opacity_0_list_right_fade_set.active p:nth-child(4), .opacity_0_list_right_fade_set.active h2:nth-child(4), .opacity_0_list_right_fade_set.active h3:nth-child(4), .opacity_0_list_right_fade_set.active h4:nth-child(4), .opacity_0_list_right_fade_set.active h5:nth-child(4), .opacity_0_list_right_fade_set.active figure:nth-child(4) {
  -webkit-animation: fadein_sc_right 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_right 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(5), .opacity_0_list_right_fade_set.active section:nth-child(5), .opacity_0_list_right_fade_set.active div:nth-child(5), .opacity_0_list_right_fade_set.active p:nth-child(5), .opacity_0_list_right_fade_set.active h2:nth-child(5), .opacity_0_list_right_fade_set.active h3:nth-child(5), .opacity_0_list_right_fade_set.active h4:nth-child(5), .opacity_0_list_right_fade_set.active h5:nth-child(5), .opacity_0_list_right_fade_set.active figure:nth-child(5) {
  -webkit-animation: fadein_sc_right 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_right 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(6), .opacity_0_list_right_fade_set.active section:nth-child(6), .opacity_0_list_right_fade_set.active div:nth-child(6), .opacity_0_list_right_fade_set.active p:nth-child(6), .opacity_0_list_right_fade_set.active h2:nth-child(6), .opacity_0_list_right_fade_set.active h3:nth-child(6), .opacity_0_list_right_fade_set.active h4:nth-child(6), .opacity_0_list_right_fade_set.active h5:nth-child(6), .opacity_0_list_right_fade_set.active figure:nth-child(6) {
  -webkit-animation: fadein_sc_right 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_right 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(7), .opacity_0_list_right_fade_set.active section:nth-child(7), .opacity_0_list_right_fade_set.active div:nth-child(7), .opacity_0_list_right_fade_set.active p:nth-child(7), .opacity_0_list_right_fade_set.active h2:nth-child(7), .opacity_0_list_right_fade_set.active h3:nth-child(7), .opacity_0_list_right_fade_set.active h4:nth-child(7), .opacity_0_list_right_fade_set.active h5:nth-child(7), .opacity_0_list_right_fade_set.active figure:nth-child(7) {
  -webkit-animation: fadein_sc_right 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_right 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(8), .opacity_0_list_right_fade_set.active section:nth-child(8), .opacity_0_list_right_fade_set.active div:nth-child(8), .opacity_0_list_right_fade_set.active p:nth-child(8), .opacity_0_list_right_fade_set.active h2:nth-child(8), .opacity_0_list_right_fade_set.active h3:nth-child(8), .opacity_0_list_right_fade_set.active h4:nth-child(8), .opacity_0_list_right_fade_set.active h5:nth-child(8), .opacity_0_list_right_fade_set.active figure:nth-child(8) {
  -webkit-animation: fadein_sc_right 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_right 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(9), .opacity_0_list_right_fade_set.active section:nth-child(9), .opacity_0_list_right_fade_set.active div:nth-child(9), .opacity_0_list_right_fade_set.active p:nth-child(9), .opacity_0_list_right_fade_set.active h2:nth-child(9), .opacity_0_list_right_fade_set.active h3:nth-child(9), .opacity_0_list_right_fade_set.active h4:nth-child(9), .opacity_0_list_right_fade_set.active h5:nth-child(9), .opacity_0_list_right_fade_set.active figure:nth-child(9) {
  -webkit-animation: fadein_sc_right 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_right 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(10), .opacity_0_list_right_fade_set.active section:nth-child(10), .opacity_0_list_right_fade_set.active div:nth-child(10), .opacity_0_list_right_fade_set.active p:nth-child(10), .opacity_0_list_right_fade_set.active h2:nth-child(10), .opacity_0_list_right_fade_set.active h3:nth-child(10), .opacity_0_list_right_fade_set.active h4:nth-child(10), .opacity_0_list_right_fade_set.active h5:nth-child(10), .opacity_0_list_right_fade_set.active figure:nth-child(10) {
  -webkit-animation: fadein_sc_right 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_right 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(11), .opacity_0_list_right_fade_set.active section:nth-child(11), .opacity_0_list_right_fade_set.active div:nth-child(11), .opacity_0_list_right_fade_set.active p:nth-child(11), .opacity_0_list_right_fade_set.active h2:nth-child(11), .opacity_0_list_right_fade_set.active h3:nth-child(11), .opacity_0_list_right_fade_set.active h4:nth-child(11), .opacity_0_list_right_fade_set.active h5:nth-child(11), .opacity_0_list_right_fade_set.active figure:nth-child(11) {
  -webkit-animation: fadein_sc_right 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_right 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(12), .opacity_0_list_right_fade_set.active section:nth-child(12), .opacity_0_list_right_fade_set.active div:nth-child(12), .opacity_0_list_right_fade_set.active p:nth-child(12), .opacity_0_list_right_fade_set.active h2:nth-child(12), .opacity_0_list_right_fade_set.active h3:nth-child(12), .opacity_0_list_right_fade_set.active h4:nth-child(12), .opacity_0_list_right_fade_set.active h5:nth-child(12), .opacity_0_list_right_fade_set.active figure:nth-child(12) {
  -webkit-animation: fadein_sc_right 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_right 0.75s ease 4.2s forwards alternate;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 3%;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}/*# sourceMappingURL=common.css.map */