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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

.container {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-left: 4.28571%;
  padding-right: 4.28571%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .container.sp_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container_sm {
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 1100px) {
  .container_sm {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 896px) {
  .container_sm {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .container_sm.sp_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fullscreen {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.en {
  font-family: Georgia,Times,Times New Roman,serif,"Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: normal;
}

html.show_sp_menu {
  height: 100%;
}
html.show_sp_menu body {
  height: 100%;
  overflow: hidden;
}
html.show_sp_menu .header {
  height: 100%;
}

img.head_l {
  height: 60px;
}
@media screen and (max-width: 768px) {
  img.head_l {
    height: 28px;
  }
}
img.head_m {
  height: 40px;
}
@media screen and (max-width: 768px) {
  img.head_m {
    height: 30px;
  }
}
img.head_s {
  height: 30px;
}
@media screen and (max-width: 768px) {
  img.head_s {
    height: 20px;
  }
}

.head {
  font-weight: bold;
  line-height: 1.6;
}
.head.center {
  text-align: center;
}
.head .size_xl {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .head .size_xl {
    font-size: 22px;
  }
}
.head .size_l {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .head .size_l {
    font-size: 18px;
  }
}
.head .size_m {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .head .size_m {
    font-size: 16px;
  }
}
.head .size_s {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .head .size_s {
    font-size: 14px;
  }
}
.head .size_xs {
  font-size: 14px;
}
.head > p {
  padding-top: 15px;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .head > p {
    padding-top: 10px;
  }
}

.t_red {
  color: #b30b1c;
}

.title_xl {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .title_xl {
    font-size: 20px;
  }
}
.title_xl.icon {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .title_xl.icon {
    padding-top: 35px;
  }
}
.title_xl.icon:before {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 50px;
  margin-left: -26px;
}
@media screen and (max-width: 768px) {
  .title_xl.icon:before {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .title_xl.icon:before {
    margin-left: -14px;
  }
}
.title_xl.has_pict {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .title_xl.has_pict {
    padding-top: 35px;
  }
}
.title_xl.has_pict .pict {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.title_xl2 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .title_xl2 {
    font-size: 14px;
  }
}

.title_l {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .title_l {
    font-size: 17px;
  }
}

.title_m {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .title_m {
    font-size: 14px;
  }
}

.size_lead {
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (max-width: 768px) {
  .size_lead {
    font-size: 12px;
    line-height: 1.67;
  }
}

.size_lead_big {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .size_lead_big {
    font-size: 13px;
    line-height: 1.27;
  }
}

.size_lead_xl {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .size_lead_xl {
    font-size: 18px;
  }
}

.head.en_alt h2, .head.en_alt h3, .head.en_alt h4, .head.en_alt h5 {
  font-size: 32px;
  font-family: 'Nunito', sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .head.en_alt h2, .head.en_alt h3, .head.en_alt h4, .head.en_alt h5 {
    font-size: 24px;
  }
}
.head.en_alt > p {
  padding-top: 10px;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .head.en_alt > p {
    padding-top: 10px;
  }
}

dl.table {
  font-size: 12px;
  margin-bottom: -10px;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 768px) {
  dl.table {
    margin-bottom: -10px;
  }
}
dl.table dt {
  display: block;
  float: left;
  text-align: left;
  width: 100px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  dl.table dt {
    float: none;
    text-align: left;
    width: auto;
  }
}
dl.table dd {
  margin-left: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  dl.table dd {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

dl.itemize {
  font-size: 12px;
  margin-bottom: -10px;
}
dl.itemize dt {
  font-weight: bold;
}
dl.itemize dd {
  margin-bottom: 10px;
}

.list_disc {
  padding-left: 1.3em;
}
.list_disc li {
  list-style-type: disc;
}

.list_decimal {
  padding-left: 1.8em;
}
.list_decimal li {
  list-style-type: decimal;
}

.list_disc {
  text-align: left;
  display: inline-block;
}
.list_disc li {
  text-align: left;
}
.list_disc.bold {
  font-weight: bold;
}

.list_decimal {
  text-align: left;
  display: inline-block;
}
.list_decimal li {
  text-align: left;
}
.list_decimal.bold {
  font-weight: bold;
}

br {
  letter-spacing: 0;
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}
br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

small, .small {
  font-size: 0.9em;
}

address {
  font-style: normal;
}
address.hidden {
  display: none;
}

.indention {
  text-indent: -1em;
  padding-left: 1em;
}

br {
  letter-spacing: 0;
}

.red {
  color: #F00;
}

table th, table td {
  vertical-align: top;
}
table th {
  font-weight: bold;
  padding-right: 30px;
  min-width: 30px;
}

.sm {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sm {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .grid.col_mgn_sp30 .col {
    margin-top: 30px;
  }
  .grid.col_mgn_sp30 .col:first-child {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .grid.col_mgn_sp20 .col {
    margin-top: 20px;
  }
  .grid.col_mgn_sp20 .col:first-child {
    margin-top: 0px;
  }
}
.grid.col_mgn_20 .col {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .grid.col_mgn_20 .col {
    margin-top: 10px;
  }
  .grid.col_mgn_20 .col:first-child {
    margin-top: 0px;
  }
}
.grid.col_mgn_30 .col {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .grid.col_mgn_30 .col {
    margin-top: 15px;
  }
}
.grid.col_mgn_40 .col {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .grid.col_mgn_40 .col {
    margin-bottom: 20px;
  }
}

.pdng_tb100 {
  padding: 100px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .pdng_tb100 {
    padding: 50px 0 50px 0;
  }
}

.pdng_t100 {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  .pdng_t100 {
    padding: 50px 0 0 0;
  }
}

.pdng_b100 {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .pdng_b100 {
    padding: 0 0 50px 0;
  }
}

.pdng_tb80 {
  padding: 80px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .pdng_tb80 {
    padding: 40px 0 40px 0;
  }
}

.pdng_t80 {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .pdng_t80 {
    padding: 40px 0 0 0;
  }
}

.pdng_b80 {
  padding: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .pdng_b80 {
    padding: 0 0 40px 0;
  }
}

.pdng_tb60 {
  padding: 60px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .pdng_tb60 {
    padding: 30px 0 30px 0;
  }
}

.pdng_t60 {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  .pdng_t60 {
    padding: 30px 0 0 0;
  }
}

.pdng_b48 {
  padding: 0 0 48px 0;
}
@media screen and (max-width: 768px) {
  .pdng_b48 {
    padding: 0 0 24px 0;
  }
}

.pdng_t48 {
  padding: 48px 0 0 0;
}
@media screen and (max-width: 768px) {
  .pdng_t48 {
    padding: 24px 0 0 0;
  }
}

.pdng_tb48 {
  padding: 48px 0 48px 0;
}
@media screen and (max-width: 768px) {
  .pdng_tb48 {
    padding: 24px 0 24px 0;
  }
}

.pdng_tb40 {
  padding: 40px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .pdng_tb40 {
    padding: 20px 0 20px 0;
  }
}

.pdng_t40 {
  padding: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .pdng_t40 {
    padding: 24px 0 0 0;
  }
}

.pdng_b40 {
  padding: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .pdng_b40 {
    padding: 0 0 0 24px;
  }
}

.pdng_tb30 {
  padding: 30px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .pdng_tb30 {
    padding: 20px 0 20px 0;
  }
}

.pdng60 {
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .pdng60 {
    padding: 40px;
  }
}

.pdng30 {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .pdng30 {
    padding: 20px;
  }
}

.pdng20 {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .pdng20 {
    padding: 15px;
  }
}

.mgn_t100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .mgn_t100 {
    margin-top: 50px !important;
  }
}

.mgn_b100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mgn_b100 {
    margin-bottom: 50px !important;
  }
}

.mgn_t80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mgn_t80 {
    margin-top: 40px !important;
  }
}

.mgn_b80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mgn_b80 {
    margin-bottom: 40px !important;
  }
}

.mgn_t60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mgn_t60 {
    margin-top: 30px !important;
  }
}

.mgn_t48 {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .mgn_t48 {
    margin-top: 24px !important;
  }
}

.mgn_t40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mgn_t40 {
    margin-top: 24px !important;
  }
}

.mgn_t30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mgn_t30 {
    margin-top: 20px !important;
  }
}

.mgn_t24 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .mgn_t24 {
    margin-top: 20px !important;
  }
}

.mgn_t20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mgn_t20 {
    margin-top: 10px !important;
  }
}

.mgn_t0 {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .mgn_t0 {
    margin-top: 0px !important;
  }
}

.mgn_b60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mgn_b60 {
    margin-bottom: 30px !important;
  }
}

.mgn_b50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mgn_b50 {
    margin-bottom: 30px !important;
  }
}

.mgn_b48 {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .mgn_b48 {
    margin-bottom: 24px !important;
  }
}

.mgn_b55 {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .mgn_b55 {
    margin-bottom: 30px !important;
  }
}

.mgn_b40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mgn_b40 {
    margin-bottom: 20px !important;
  }
}

.mgn_b36 {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .mgn_b36 {
    margin-bottom: 18px;
  }
}

.mgn_b30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mgn_b30 {
    margin-bottom: 20px;
  }
}

.mgn_b24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mgn_b24 {
    margin-bottom: 20px !important;
  }
}

.mgn_b20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mgn_b20 {
    margin-bottom: 10px !important;
  }
}

.mgn_b10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mgn_b10 {
    margin-bottom: 10px !important;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: button;
}
button.button_normal {
  padding-top: 3px;
}

.button_normal {
  position: relative;
  background-color: #b30b1c;
  color: #FFF;
  font-size: 17px;
  text-align: center;
  display: block;
  width: 280px;
  height: 60px;
  padding-top: 22px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.button_normal.w_100p {
  width: 100%;
}
.button_normal .icon {
  font-size: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  .button_normal {
    font-size: 16px;
    width: 100%;
    height: 62px;
    padding-top: 24px;
  }
  .button_normal .icon {
    font-size: 13px;
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -6px;
  }
}

.link_button {
  position: relative;
  display: block;
  cursor: pointer;
}
.link_button > *:not(.icon) {
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .link_button > *:not(.icon) {
    padding-right: 25px;
  }
}
.link_button .icon {
  color: #b30b1c;
  font-size: 28px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
}
@media screen and (max-width: 768px) {
  .link_button .icon {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .link_button .icon {
    margin-top: -5px;
  }
}
.link_button.disabled {
  cursor: auto;
}
.link_button.disabled .icon {
  display: none;
}

/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /**behavior: url(/scripts/boxsizing.htc); */
  /*	If you need support for IE7 and lower make 
  	sure the boxsizing.htc file is linked properly.
  	More info here:  https://github.com/Schepp/box-sizing-polyfill */
}

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  padding-bottom: 0em;
}

.col {
  display: block;
  float: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .grid .col1, .grid .col2, .grid .col3, .grid .col4, .grid .col5, .grid .col6, .grid .col7, .grid .col8, .grid .col9, .grid .col10, .grid .col11, .grid .col12 {
    float: none !important;
    width: auto !important;
    margin-right: initial !important;
  }
  .grid .push1, .grid .push2, .grid .push3, .grid .push4, .grid .push5, .grid .push6, .grid .push7, .grid .push8, .grid .push9, .grid .push10, .grid .push11, .grid .push12 {
    margin-left: initial !important;
  }
}
.gutters .col {
  margin-left: 2%;
}

.gutters .col:first-child {
  margin-left: 0;
}

.span_1 {
  width: 8.33333333333%;
}

.span_2 {
  width: 16.6666666667%;
}

.span_3 {
  width: 25%;
}

.span_4 {
  width: 33.3333333333%;
}

.span_5 {
  width: 41.6666666667%;
}

.span_6 {
  width: 50%;
}

.span_7 {
  width: 58.3333333333%;
}

.span_8 {
  width: 66.6666666667%;
}

.span_9 {
  width: 75%;
}

.span_10 {
  width: 83.3333333333%;
}

.span_11 {
  width: 91.6666666667%;
}

.span_12 {
  width: 100%;
}

.gutters .span_1 {
  width: 6.5%;
}

.gutters .span_2 {
  width: 15.0%;
}

.gutters .span_3 {
  width: 23.5%;
}

.gutters .span_4 {
  width: 32.0%;
}

.gutters .span_5 {
  width: 40.5%;
}

.gutters .span_6 {
  width: 49.0%;
}

.gutters .span_7 {
  width: 57.5%;
}

.gutters .span_8 {
  width: 66.0%;
}

.gutters .span_9 {
  width: 74.5%;
}

.gutters .span_10 {
  width: 83.0%;
}

.gutters .span_11 {
  width: 91.5%;
}

.gutters .span_12 {
  width: 100%;
}

@media (max-width: 680px) {
  .span_1 {
    width: 100%;
  }

  .span_2 {
    width: 100%;
  }

  .span_3 {
    width: 100%;
  }

  .span_4 {
    width: 100%;
  }

  .span_5 {
    width: 100%;
  }

  .span_6 {
    width: 100%;
  }

  .span_7 {
    width: 100%;
  }

  .span_8 {
    width: 100%;
  }

  .span_9 {
    width: 100%;
  }

  .span_10 {
    width: 100%;
  }

  .span_11 {
    width: 100%;
  }

  .span_12 {
    width: 100%;
  }

  .gutters .span_1 {
    width: 100%;
  }

  .gutters .span_2 {
    width: 100%;
  }

  .gutters .span_3 {
    width: 100%;
  }

  .gutters .span_4 {
    width: 100%;
  }

  .gutters .span_5 {
    width: 100%;
  }

  .gutters .span_6 {
    width: 100%;
  }

  .gutters .span_7 {
    width: 100%;
  }

  .gutters .span_8 {
    width: 100%;
  }

  .gutters .span_9 {
    width: 100%;
  }

  .gutters .span_10 {
    width: 100%;
  }

  .gutters .span_11 {
    width: 100%;
  }

  .gutters .span_12 {
    width: 100%;
  }

  .gutters .col {
    margin-left: 0;
  }

  .gutters .col:first-child {
    margin-left: 0;
  }
}
/**
 * Profound Grid
 * 
 * Built in Sass (SCSS) this responsive/adaptive grid supports both fixed and fluid layouts, 
 * relative and fixed gutters, as well as your choice of semantic markup or generic '.grid-x' classes.
 * 
 * The biggest difference to other grid systems is the use of negative margins for column
 * placements, avoiding the subpixel rounding issues that usually break/uglify fluid layouts
 * in some browsers.
 * 
 * Nested columns are supported too, without having to reset the grid on each level. 
 *
 * Credits/Inspiration:
 * -------------------
 * Semantic Grid: http://www.semantic.gs
 * Susy: http://susy.oddbird.net
 * Negative Grid: http://chrisplaneta.com/freebies/negativegrid-fluid-css-grid-by-chris-planeta/
 *
 * @author Profound Creative Studio
 * @url http://www.profoundgrid.com
 * @url http://www.weareprofound.com 
 */
/**
 * Clearfix
 */
/**
 * Legacy Clearfix
 */
/**
 * Establish the grid-containing element.
 */
/**
 * Align an element to the grid.
 */
/**
 * Apply to any column to make it the last one of the current row.
 */
.grid {
  width: 100%;
  margin: 0 0%;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: -3% !important;
}
@media screen and (max-width: 768px) {
  .grid {
    margin-bottom: -9% !important;
  }
}
.grid .col {
  margin-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .grid .col {
    margin-bottom: 9%;
  }
}

#row1 div, #row2 div, #row3 div, #row4 div, #row5 div, #row6 div {
  float: left;
  margin-right: -100%;
  width: 100%;
}

@media all and (min-width: 768px) {
  .grid {
    width: 100%;
    margin: 0 0%;
    overflow: hidden;
    *zoom: 1;
  }

  .row1 .col {
    float: left;
    margin-right: -100%;
    width: 5.58%;
  }
  .row1 .col:nth-child(12n+1) {
    margin-left: 0%;
    margin-bottom: 3%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  .row1 .col:nth-child(12n+2) {
    margin-left: 8.58%;
    margin-bottom: 3%;
    clear: none;
  }
  .row1 .col:nth-child(12n+3) {
    margin-left: 17.17%;
    margin-bottom: 3%;
    clear: none;
  }
  .row1 .col:nth-child(12n+4) {
    margin-left: 25.75%;
    margin-bottom: 3%;
    clear: none;
  }
  .row1 .col:nth-child(12n+5) {
    margin-left: 34.33%;
    margin-bottom: 3%;
    clear: none;
  }
  .row1 .col:nth-child(12n+6) {
    margin-left: 42.92%;
    margin-bottom: 3%;
    clear: none;
  }
  .row1 .col:nth-child(12n+7) {
    margin-left: 51.5%;
    margin-bottom: 3%;
    clear: none;
  }
  .row1 .col:nth-child(12n+8) {
    margin-left: 60.08%;
    margin-bottom: 3%;
    clear: none;
  }
  .row1 .col:nth-child(12n+9) {
    margin-left: 68.67%;
    margin-bottom: 3%;
    clear: none;
  }
  .row1 .col:nth-child(12n+10) {
    margin-left: 77.25%;
    margin-bottom: 3%;
    clear: none;
  }
  .row1 .col:nth-child(12n+11) {
    margin-left: 85.83%;
    margin-bottom: 3%;
    clear: none;
  }
  .row1 .col:nth-child(12n+12) {
    margin-left: 94.42%;
    margin-bottom: 3%;
    clear: none;
  }

  .row2 .col {
    float: left;
    margin-right: -100%;
    width: 14.17%;
  }
  .row2 .col:nth-child(6n+1) {
    margin-left: 0%;
    margin-bottom: 3%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  .row2 .col:nth-child(6n+2) {
    margin-left: 17.17%;
    margin-bottom: 3%;
    clear: none;
  }
  .row2 .col:nth-child(6n+3) {
    margin-left: 34.33%;
    margin-bottom: 3%;
    clear: none;
  }
  .row2 .col:nth-child(6n+4) {
    margin-left: 51.5%;
    margin-bottom: 3%;
    clear: none;
  }
  .row2 .col:nth-child(6n+5) {
    margin-left: 68.67%;
    margin-bottom: 3%;
    clear: none;
  }
  .row2 .col:nth-child(6n+6) {
    margin-left: 85.83%;
    margin-bottom: 3%;
    clear: none;
  }

  .row3 .col {
    float: left;
    margin-right: -100%;
    width: 22.75%;
  }
  .row3 .col.last {
    float: left;
    margin-right: -100%;
    width: 22.75%;
  }
  .row3 .col:nth-child(4n+1) {
    margin-left: 0%;
    margin-bottom: 3%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  .row3 .col:nth-child(4n+2) {
    margin-left: 25.75%;
    margin-bottom: 3%;
    clear: none;
  }
  .row3 .col:nth-child(4n+3) {
    margin-left: 51.5%;
    margin-bottom: 3%;
    clear: none;
  }
  .row3 .col:nth-child(4n+4) {
    margin-left: 77.25%;
    margin-bottom: 3%;
    clear: none;
  }

  .row4 .col {
    float: left;
    margin-right: -100%;
    width: 31.33%;
  }
  .row4 .col:nth-child(3n+1) {
    margin-left: 0%;
    margin-bottom: 3%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  .row4 .col:nth-child(3n+2) {
    margin-left: 34.33%;
    margin-bottom: 3%;
    clear: none;
  }
  .row4 .col:nth-child(3n+3) {
    margin-left: 68.67%;
    margin-bottom: 3%;
    clear: none;
  }

  .row6 .col {
    float: left;
    margin-right: -100%;
    width: 48.5%;
  }
  .row6 .col:nth-child(2n+1) {
    margin-left: 0%;
    margin-bottom: 3%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  .row6 .col:nth-child(2n+2) {
    margin-left: 51.5%;
    margin-bottom: 3%;
    clear: none;
  }

  .row12 .col {
    float: left;
    margin-right: -100%;
    width: 100%;
  }
}
.subgrid1 {
  margin: 0;
  width: 100%;
  margin: 0 0%;
  overflow: hidden;
  *zoom: 1;
  max-width: 2000px;
}
.subgrid1 .subcol1 {
  float: left;
  margin-right: -100%;
  width: 5.58%;
}
.subgrid1 .subcol6 {
  float: left;
  margin-right: -100%;
  width: 48.5%;
}
.subgrid1 div:nth-child(12n+1) {
  margin-left: 0%;
  margin-bottom: 3%;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}
.subgrid1 div:nth-child(12n+2) {
  margin-left: 8.58%;
  margin-bottom: 3%;
  clear: none;
}
.subgrid1 div:nth-child(12n+3) {
  margin-left: 17.17%;
  margin-bottom: 3%;
  clear: none;
}
.subgrid1 div:nth-child(12n+4) {
  margin-left: 25.75%;
  margin-bottom: 3%;
  clear: none;
}
.subgrid1 div:nth-child(12n+5) {
  margin-left: 34.33%;
  margin-bottom: 3%;
  clear: none;
}
.subgrid1 div:nth-child(12n+6) {
  margin-left: 42.92%;
  margin-bottom: 3%;
  clear: none;
}
.subgrid1 div:nth-child(12n+7) {
  margin-left: 51.5%;
  margin-bottom: 3%;
  clear: none;
}
.subgrid1 div:nth-child(12n+8) {
  margin-left: 60.08%;
  margin-bottom: 3%;
  clear: none;
}
.subgrid1 div:nth-child(12n+9) {
  margin-left: 68.67%;
  margin-bottom: 3%;
  clear: none;
}
.subgrid1 div:nth-child(12n+10) {
  margin-left: 77.25%;
  margin-bottom: 3%;
  clear: none;
}
.subgrid1 div:nth-child(12n+11) {
  margin-left: 85.83%;
  margin-bottom: 3%;
  clear: none;
}
.subgrid1 div:nth-child(12n+12) {
  margin-left: 94.42%;
  margin-bottom: 3%;
  clear: none;
}
.subgrid1 .subcol6:nth-child(1) {
  margin-left: 0%;
}
.subgrid1 .subcol6:nth-child(2) {
  margin-left: 51.5%;
}

/* Helper Class: Container */
.row {
  width: 100%;
  margin: 0 0%;
}

/* Helper Class: Columns */
.col1 {
  float: left;
  margin-right: -100%;
  width: 5.58%;
}

.col2 {
  float: left;
  margin-right: -100%;
  width: 14.17%;
}

.col3 {
  float: left;
  margin-right: -100%;
  width: 22.75%;
}

.col4 {
  float: left;
  margin-right: -100%;
  width: 31.33%;
}

.col5 {
  float: left;
  margin-right: -100%;
  width: 39.92%;
}

.col6 {
  float: left;
  margin-right: -100%;
  width: 48.5%;
}

.col7 {
  float: left;
  margin-right: -100%;
  width: 57.08%;
}

.col8 {
  float: left;
  margin-right: -100%;
  width: 65.67%;
}

.col9 {
  float: left;
  margin-right: -100%;
  width: 74.25%;
}

.col10 {
  float: left;
  margin-right: -100%;
  width: 82.83%;
}

.col11 {
  float: left;
  margin-right: -100%;
  width: 91.42%;
}

.col12 {
  float: left;
  margin-right: -100%;
  width: 100%;
}

/* Helper Class: Horizontal Position */
.push0 {
  margin-left: 0%;
}

.push1 {
  margin-left: 8.58%;
}

.push2 {
  margin-left: 17.17%;
}

.push3 {
  margin-left: 25.75%;
}

.push4 {
  margin-left: 34.33%;
}

.push5 {
  margin-left: 42.92%;
}

.push6 {
  margin-left: 51.5%;
}

.push7 {
  margin-left: 60.08%;
}

.push8 {
  margin-left: 68.67%;
}

.push9 {
  margin-left: 77.25%;
}

.push10 {
  margin-left: 85.83%;
}

.push11 {
  margin-left: 94.42%;
}

.table-normal .row {
  width: 100%;
  font-size: 16px;
  *zoom: 1;
  line-height: 1.88;
}
.table-normal .row:after {
  content: "";
  display: table;
  clear: both;
}
.table-normal .row .sm {
  font-size: 12px;
  display: inline;
}
@media screen and (max-width: 1100px) {
  .table-normal .row {
    font-size: 14px;
    font-weight: normal;
  }
  .table-normal .row .sm {
    font-size: 11px;
  }
}
@media screen and (max-width: 896px) {
  .table-normal .row {
    font-size: 14px;
    font-weight: normal;
  }
  .table-normal .row .sm {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .table-normal .row {
    display: block;
    background-color: transparent;
    padding: 0;
  }
}
.table-normal .row.break {
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .table-normal .row.break {
    margin-bottom: 12px;
  }
}
.table-normal .th, .table-normal .td {
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .table-normal .th, .table-normal .td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.table-normal .th {
  float: left;
}
.table-normal .td {
  float: right;
  text-align: right;
  font-weight: bold;
}
.table-normal .td.price_just:after {
  content: "　";
}
.table-normal .td.price_from:after {
  content: "〜";
}
@media screen and (max-width: 768px) {
  .table-normal .td {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .table-normal .th {
    text-align: center;
    display: block;
    width: 100%;
  }
  .table-normal .th:before {
    content: "　";
  }
  .table-normal .row .sm {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 0;
    margin: 4px auto 8px;
  }
  .table-normal .td {
    display: block;
    text-align: center;
    width: 100%;
  }
}

.form-row {
  *zoom: 1;
  margin-bottom: 20px;
}
.form-row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .form-row {
    margin-bottom: 12px;
  }
}
.form-label, .form-control-holder {
  float: left;
  position: relative;
}
.form-label {
  padding: 8px 30px 0;
  width: 278px;
  text-align: right;
  font-size: 14px;
  line-height: 1.64;
  font-weight: normal;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .form-label {
    font-size: 12px;
  }
}
.form-label.require {
  position: relative;
}
.form-label.require label {
  position: relative;
}
.form-label.require label:after {
  content: "※";
  position: absolute;
  right: -16px;
  top: -8px;
  font-size: 12px;
  color: #b30b1c;
}
@media screen and (max-width: 768px) {
  .form-label.require label:after {
    top: -4px;
  }
}
.form-errormsg {
  color: #b30b1c;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: -12px;
}
@media screen and (max-width: 768px) {
  .form-errormsg {
    top: 5px;
    right: 2px;
  }
}
.form-control-holder {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .form-row {
    display: block;
  }
  .form-label, .form-control-holder {
    display: block;
    width: 100%;
    text-align: left;
  }
  .form-label {
    padding: 0;
  }
}

input, textarea {
  border: 1px solid #d5d4c4;
  background-color: #f2f2e9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 9px 8px 8px;
  font-size: 13px;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  input, textarea {
    padding: 7px 8px 7px;
    font-size: 12px;
  }
}
.error input, .error textarea {
  border: 1px solid #b30b1c;
  background-color: #f7e6e8;
}

textarea {
  min-height: 180px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  textarea {
    min-height: 120px;
  }
}

select {
  width: 100%;
  padding: 10px;
  padding: 9px 8px 8px;
  font-size: 13px;
  line-height: 1.66;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d5d4c4;
  background-color: #f2f2e9;
  display: block;
}
@media screen and (max-width: 768px) {
  select {
    padding: 7px 8px 7px;
    font-size: 12px;
  }
}
.error select {
  border: 1px solid #b30b1c;
  background-color: #f7e6e8;
}
select + .icon {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 12px;
  user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

.t_center {
  text-align: center;
}

.t_center_pc {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .t_center_pc {
    text-align: center;
  }
}

.t_right {
  text-align: center;
}

.t_bold {
  font-weight: bold;
}

.m_center {
  margin-left: auto;
  margin-right: auto;
}

.image-holder img {
  line-height: 0;
}

@-moz-keyframes fade-in_op {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in_op {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in_op {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
hr {
  margin: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #d5d4c4;
}
@media screen and (min-width: 768px) {
  hr.sp {
    display: none;
  }
}
hr.normal {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  hr.normal {
    margin-top: 25px;
    padding-bottom: 25px;
  }
}

.has-stretch.wide {
  height: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .has-stretch.wide {
    height: 180px;
  }
}

@media screen and (min-width: 768px) {
  .pc_hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_hidden {
    display: none;
  }
}

@font-face {
  font-family: "iconFont";
  src: url("../../assets/fonts/iconFont.eot");
  src: url("../../assets/fonts/iconFont.eot?#iefix") format("eot"), url("../../assets/fonts/iconFont.woff2") format("woff2"), url("../../assets/fonts/iconFont.woff") format("woff"), url("../../assets/fonts//ht_docs/assets/fonts/iconFont.ttf") format("truetype"), url("../../assets/fonts/iconFont.svg#iconFont");
}
.icon-arrow-down:before, .icon-arrow-down_alt:before, .icon-arrow-next:before, .icon-arrow-next_alt:before, .icon-arrow-prev:before, .icon-arrow-prev_alt:before, .icon-arrow-up:before, .icon-arrow-up_alt:before, .icon-balloon:before, .icon-building:before, .icon-calendar:before, .icon-clock:before, .icon-close:before, .icon-dot:before, .icon-facebook:before, .icon-google-plus:before, .icon-home:before, .icon-human:before, .icon-interview:before, .icon-menu:before, .icon-movie:before, .icon-people:before, .icon-place:before, .icon-play:before, .icon-point-down:before, .icon-point-next:before, .icon-point-prev:before, .icon-point-up:before, .icon-prott:before, .icon-rect-down:before, .icon-rect-next:before, .icon-rect-prev:before, .icon-rect-up:before, .icon-twitter:before, .icon-writing:before {
  font-family: "iconFont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-down_alt:before {
  content: "";
}

.icon-arrow-next:before {
  content: "";
}

.icon-arrow-next_alt:before {
  content: "";
}

.icon-arrow-prev:before {
  content: "";
}

.icon-arrow-prev_alt:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-up_alt:before {
  content: "";
}

.icon-balloon:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-dot:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-human:before {
  content: "";
}

.icon-interview:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-movie:before {
  content: "";
}

.icon-people:before {
  content: "";
}

.icon-place:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-point-down:before {
  content: "";
}

.icon-point-next:before {
  content: "";
}

.icon-point-prev:before {
  content: "";
}

.icon-point-up:before {
  content: "";
}

.icon-prott:before {
  content: "";
}

.icon-rect-down:before {
  content: "";
}

.icon-rect-next:before {
  content: "";
}

.icon-rect-prev:before {
  content: "";
}

.icon-rect-up:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-writing:before {
  content: "";
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  margin: 0 auto;
}

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

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  border: 0;
  box-shadow: 0;
  left: 0;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

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

.bx-controls {
  height: 42px;
}
@media screen and (max-width: 768px) {
  .bx-controls {
    height: 28px;
  }
}

/* PAGER */
.bx-pager-link {
  display: block;
  text-align: center;
  width: 32px;
  height: 16px;
}
.bx-pager-link .icon {
  color: #e5e5da;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .bx-pager-link .icon {
    font-size: 8px;
  }
}
.bx-pager-link.active .icon {
  color: #b30b1c;
}
@media screen and (max-width: 768px) {
  .bx-pager-link {
    width: 16px;
    height: 8px;
  }
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
}

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

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

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

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

.bx-wrapper .bx-next:hover {
  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: 9999;
}

.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 {
  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 {
  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 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

body {
  font-size: 10px;
  color: #000;
  width: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
  color: #000;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #191919;
}

*::selection {
  background-color: rgba(25, 9, 5, 0.9);
  color: #FFF;
}

th, td {
  word-break: break-all;
}

.show_sp_menu .main {
  position: fixed;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

@media screen and (min-width: 768px) {
  .showFlatHeader.scrollDown .main {
    padding-top: 44px;
    padding-top: 220px;
  }
}

.header {
  background-color: #FFF;
  width: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.beforeready .header {
  opacity: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (max-width: 896px) {
  .header {
    z-index: 5;
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .scrollDown .header {
    position: fixed;
    top: 0;
  }
}
@media screen and (min-width: 896px) {
  .scrollUp .header {
    -moz-transform: translate(0, -45px);
    -ms-transform: translate(0, -45px);
    -webkit-transform: translate(0, -45px);
    transform: translate(0, -45px);
  }
  .showFlatHeader.scrollDown .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 5;
    -moz-transition: -moz-transform 0.8s ease;
    -o-transition: -o-transform 0.8s ease;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .showFlatHeader.scrollDown .header .header-logo {
    display: none;
  }
  .showFlatHeader.scrollDown .header .header-holder {
    height: auto;
    padding: 15px 0 13px;
  }
  .showFlatHeader.scrollDown .header .header-nav {
    margin-top: 0;
  }
  .showFlatHeader.scrollDown .header .header-nav_each {
    padding: 0 10px;
  }
  .showFlatHeader.scrollDown .header .header-nav_each.bordered {
    border-right: 0;
  }
  .showFlatHeader.scrollDown .header .header-nav_each img {
    height: 14px;
  }
  .showFlatHeader.scrollDown .header .header-nav_each img.h {
    height: 11px;
    position: relative;
    top: -1px;
  }
}
.header-outer {
  position: relative;
  z-index: 5;
}
.header-holder {
  text-align: center;
  height: 220px;
  padding-top: 42px;
}
@media screen and (max-width: 896px) {
  .header-holder {
    padding-top: 0;
    height: auto;
  }
}
.header .sp-iconholder {
  cursor: pointer;
  font-size: 32px;
  color: #b30b1c;
  display: none;
  position: absolute;
}
@media screen and (max-width: 896px) {
  .header .sp-iconholder {
    display: block;
    z-index: 5;
  }
}
.header-logo {
  width: 120px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 896px) {
  .header-logo {
    left: -10px;
  }
}
@media screen and (max-width: 896px) {
  .header-logo {
    float: none;
    text-align: center;
    width: 100%;
    height: 66px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header-logo img {
    width: 60px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    height: 45px;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .header-logo img {
    width: auto;
    height: 34px;
  }
}
.header-nav {
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 896px) {
  .header-nav {
    position: absolute;
    margin-top: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    padding-top: 66px;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .show_sp_menu .header-nav {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow-y: scroll;
  }
}
.header-navholder {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  *zoom: 1;
}
.header-navholder:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 896px) {
  .header-navholder {
    width: 100%;
    overflow-y: scroll;
  }
}
.header-nav_each {
  padding: 0 12px;
  float: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (min-width: 896px) {
  .header-nav_each {
    padding-top: 1px;
  }
  .header-nav_each.bordered {
    border-right: 1px solid #000;
  }
  .header-nav_each.gnavi-cigar {
    padding-right: 20px;
  }
  .header-nav_each.gnavi-concept {
    padding-left: 20px;
  }
}
@media screen and (max-width: 896px) {
  .header-nav_each {
    float: none;
    display: block;
    border-top: 1px solid #FFF;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    left: -10px;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .header-nav_each:nth-of-type(1) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .header .header-nav_each:nth-of-type(2) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .header .header-nav_each:nth-of-type(3) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .header .header-nav_each:nth-of-type(4) {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .header .header-nav_each:nth-of-type(5) {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .header .header-nav_each:nth-of-type(6) {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .header .header-nav_each:nth-of-type(7) {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .header .header-nav_each:nth-of-type(8) {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .show_sp_menu .header-nav_each {
    opacity: 1;
    left: 0;
  }
  .header-nav_each a {
    display: block;
    padding: 20px 0;
  }
}
.header-nav_each img {
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  .header-nav_each img {
    height: 16px;
  }
  .header-nav_each img.h {
    height: 13px;
  }
}

.header-title {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
}

.sp-iconholder {
  width: 20px;
  height: 26px;
}
.header .sp-iconholder {
  top: 25px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .header .sp-iconholder {
    top: 15px;
  }
}
.sp-iconholder .icon {
  position: absolute;
  left: 2px;
  top: 1px;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sp-iconholder .icon-close {
  opacity: 0;
}
.show_sp_menu .sp-iconholder .icon-close {
  opacity: 1;
}
.show_sp_menu .sp-iconholder .icon-menu {
  opacity: 0;
}
.sp-iconholder .humb-pict {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #2D1916;
  position: absolute;
  left: 0;
  -moz-transition: left 0.3s ease, top 0.3s ease, opacity 0.3s ease, -moz-transform 0.3s ease, bottom 0.3s ease;
  -o-transition: left 0.3s ease, top 0.3s ease, opacity 0.3s ease, -o-transform 0.3s ease, bottom 0.3s ease;
  -webkit-transition: left 0.3s ease, top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, bottom 0.3s ease;
  transition: left 0.3s ease, top 0.3s ease, opacity 0.3s ease, transform 0.3s ease, bottom 0.3s ease;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.sp-iconholder .humb-pict.border-top {
  top: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.show_sp_menu .sp-iconholder .humb-pict.border-top {
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  top: 8px;
  background-color: #2D1916;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.sp-iconholder .humb-pict.border-middle {
  bottom: 17px;
  opacity: 1;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.show_sp_menu .sp-iconholder .humb-pict.border-middle {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
  background-color: #FFF;
}
.sp-iconholder .humb-pict.border-bottom {
  bottom: 10px;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.show_sp_menu .sp-iconholder .humb-pict.border-bottom {
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  background-color: #2D1916;
  bottom: 16px;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.section-title_sub, .section-title_main, .section-title_main_alt {
  text-align: center;
  line-height: 1;
}
.section-title_sub {
  font-size: 20px;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .section-title_sub {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-title_sub {
    margin-bottom: 4px;
  }
}
.section-title_main {
  font-size: 38px;
  font-weight: 300;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-title_main {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section-title_main {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .section-title_main {
    margin-bottom: 16px;
  }
}
.section-title_main:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 4px;
  background-color: #b30b1c;
}
@media screen and (max-width: 768px) {
  .section-title_main:after {
    width: 60px;
    height: 3px;
    margin-left: -30px;
  }
}
.section-title_main_alt {
  font-size: 28px;
  font-weight: 300;
  position: relative;
  padding-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-title_main_alt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section-title_main_alt {
    padding-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .section-title_main_alt {
    margin-bottom: 20px;
  }
}
.section-title_main_alt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 4px;
  background-color: #b30b1c;
}
@media screen and (max-width: 768px) {
  .section-title_main_alt:after {
    width: 60px;
    height: 3px;
    margin-left: -30px;
  }
}
.section-title_line {
  font-size: 28px;
  line-height: 1.53;
  letter-spacing: 0.03em;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 48px;
}
.section-title_line.mgn_t0 {
  margin-top: 0;
}
.section-title_line:before {
  content: "";
  position: absolute;
  height: 26px;
  width: 4px;
  background-color: #b30b1c;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section-title_line {
    font-size: 17px;
    padding-left: 14px;
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .section-title_line:before {
    height: 17px;
    width: 3px;
    top: 2px;
  }
}
.section-lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71;
}
@media screen and (max-width: 768px) {
  .section-lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.section-lead_large {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  .section-lead_large {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
}

.singlesection-header {
  position: relative;
  *zoom: 1;
}
.singlesection-header:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .singlesection-title, .singlesection-title_sub {
    width: 100%;
  }
}
.singlesection-title {
  font-size: 22px;
  line-height: 1.55;
  margin-bottom: 3px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .singlesection-title {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 2px;
  }
}
.singlesection-title_sub {
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (max-width: 768px) {
  .singlesection-title_sub {
    font-size: 12px;
  }
}
.singlesection-snsholder {
  position: absolute;
  right: 0;
  top: 8px;
}
.contents_main .singlesection-snsholder {
  position: relative;
  top: auto;
  right: auto;
}
@media screen and (max-width: 768px) {
  .singlesection-snsholder {
    position: relative;
    right: auto;
    top: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 100%;
    text-align: left;
  }
  .singlesection-snsholder ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100%;
  }
}
.singlesection-snsholder ul {
  *zoom: 1;
}
.singlesection-snsholder ul:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .singlesection-snsholder ul li:first-of-type {
    padding-left: 0;
  }
}
.singlesection-snsholder li {
  line-height: 1;
  float: left;
  padding: 0;
  width: 20%;
}
.singlesection-snsholder li a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  padding-top: 13px;
  width: 100%;
  height: 40px;
  color: #FFF;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.singlesection-snsholder li a:hover {
  opacity: 0.8;
}
.singlesection-snsholder .sns-fb {
  background-color: #4b6ea8;
}
.singlesection-snsholder .sns-tw {
  background-color: #4fd5f8;
}
.singlesection-snsholder .sns-eight {
  background-color: #FFF;
  border: 1px solid #CCC;
}
.singlesection-snsholder .sns-hatena {
  background-color: #008fde;
}
.singlesection-snsholder .sns-pocket {
  background-color: #ee4056;
}
.singlesection-snsholder .snsimage-hatena {
  width: 15px;
}
.singlesection-snsholder .snsimage-eight {
  width: 19px;
}
.singlesection-snsholder .snsimage-pocket {
  width: 15px;
}

.main {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .beforeready .slider-wrapper {
    opacity: 0;
    height: 510px;
    overflow: hidden;
  }
  .beforeready .hero {
    height: 566px;
    background-color: #000;
  }
}

.beforeloding .loadingbg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .beforeloding .loadingbg {
    margin-top: 50px;
  }
}

.hero-holder {
  position: relative;
  height: 680px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero-holder {
    height: 450px;
  }
}
.hero-contents-holder {
  position: relative;
  height: 680px;
  display: table;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .hero-contents-holder {
    height: 448px;
  }
}
.hero-slider {
  width: 100%;
  height: 680px;
}
@media screen and (max-width: 768px) {
  .hero-slider {
    height: 448px;
  }
}
.hero-bg {
  width: 100%;
  height: 680px;
  background: url('../images/vi-main1.jpg?1474535359') no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .hero-bg {
    height: 448px;
  }
}
.hero-bg.slide2 {
  background: url('../images/vi-main2.jpg?1474535383') no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.hero-bg.slide3 {
  background: url('../images/vi-main3.xmas.jpg?1481950914') no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.hero-bg.slide4 {
  background: url('../images/vi-main4.jpg?1474611239') no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.hero-bg.slide5 {
  background: url('../images/vi-main5.jpg?1474621648') no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.hero-bg.slide6 {
  background: url('../images/vi-main6.jpg?1474612707') no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .hero-bg.slide1 {
    background: url('../images/vi-main1_sp.jpg?1474598624') no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .hero-bg.slide2 {
    background: url('../images/vi-main2_sp.jpg?1474598645') no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .hero-bg.slide3 {
    background: url('../images/vi-main3_sp.xmas.jpg?1481959504') no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .hero-bg.slide4 {
    background: url('../images/vi-main4_sp.jpg?1474611340') no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .hero-bg.slide5 {
    background: url('../images/vi-main5_sp.jpg?1474621527') no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .hero-bg.slide6 {
    background: url('../images/vi-main6_sp.jpg?1474612548') no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.hero-contents {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.hero-textwraper {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  -moz-animation-name: logom;
  -webkit-animation-name: logom;
  animation-name: logom;
  -moz-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -moz-animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.beforeloding .hero-textwraper {
  opacity: 0;
}
.hero-text_m, .hero-text_l {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 233px;
}
@media screen and (max-width: 896px) {
  .hero-text_m, .hero-text_l {
    width: 174.75px;
  }
}
@media screen and (max-width: 768px) {
  .hero-text_m, .hero-text_l {
    width: 198.05px;
  }
}
.hero-text_m {
  margin-bottom: 12px;
}

@-moz-keyframes logom {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes logom {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logom {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.secholder {
  *zoom: 1;
  position: relative;
}
.secholder:after {
  content: "";
  display: table;
  clear: both;
}
.secholder-main {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .secholder-main .secholder-each:first-of-type {
    border-right: 1px solid #e1e1e1;
  }
}
@media screen and (max-width: 1100px) {
  .secholder-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 896px) {
  .secholder-main {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secholder-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.secholder-main .secholder-each {
  width: 50%;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 1100px) {
  .secholder-main .secholder-each {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 896px) {
  .secholder-main .secholder-each {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .secholder-main .secholder-each {
    width: 100%;
    float: none;
    padding-right: 15px;
    padding-left: 15px;
  }
  .secholder-main .secholder-each:first-of-type {
    margin-bottom: 30px;
  }
}
@innclude min-screen($breakpoint) {}
.pile-parent .secholder:nth-of-type(1) {
  top: 0px;
}
.pile-parent .secholder:nth-of-type(2) {
  top: -30px;
}
.pile-parent .secholder:nth-of-type(3) {
  top: -60px;
}
.pile-parent .secholder:nth-of-type(4) {
  top: -90px;
}
.pile-parent .secholder:nth-of-type(5) {
  top: -120px;
}
.pile-parent .secholder:nth-of-type(6) {
  top: -150px;
}
@media screen and (max-width: 1100px) {
  .pile-parent .secholder:nth-of-type(1) {
    top: 0px;
  }
  .pile-parent .secholder:nth-of-type(2) {
    top: -20px;
  }
  .pile-parent .secholder:nth-of-type(3) {
    top: -40px;
  }
  .pile-parent .secholder:nth-of-type(4) {
    top: -60px;
  }
  .pile-parent .secholder:nth-of-type(5) {
    top: -80px;
  }
  .pile-parent .secholder:nth-of-type(6) {
    top: -100px;
  }
}
@media screen and (max-width: 896px) {
  .pile-parent .secholder:nth-of-type(1) {
    top: 0px;
  }
  .pile-parent .secholder:nth-of-type(2) {
    top: -20px;
  }
  .pile-parent .secholder:nth-of-type(3) {
    top: -40px;
  }
  .pile-parent .secholder:nth-of-type(4) {
    top: -60px;
  }
  .pile-parent .secholder:nth-of-type(5) {
    top: -80px;
  }
  .pile-parent .secholder:nth-of-type(6) {
    top: -100px;
  }
}
@media screen and (max-width: 768px) {
  .pile-parent .secholder:nth-of-type(1) {
    top: 0;
  }
  .pile-parent .secholder:nth-of-type(2) {
    top: 0;
  }
  .pile-parent .secholder:nth-of-type(3) {
    top: 0;
  }
  .pile-parent .secholder:nth-of-type(4) {
    top: 0;
  }
  .pile-parent .secholder:nth-of-type(5) {
    top: 0;
  }
  .pile-parent .secholder:nth-of-type(6) {
    top: 0;
  }
}

.secholder-each {
  width: 50%;
  float: left;
  position: relative;
}
.rtl .secholder-each {
  float: right;
}
@media screen and (max-width: 768px) {
  .secholder-each {
    float: none;
    width: 100%;
  }
  .rtl .secholder-each {
    float: none;
    width: 100%;
  }
}

.sec-textholder {
  padding-right: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec-recommended.rtl .sec-textholder {
  width: 58%;
  position: relative;
  margin-left: -8%;
  left: 8%;
  padding-left: 40px;
}
@media screen and (min-width: 1200px) {
  .sec-recommended.rtl .sec-textholder {
    width: 55%;
    position: relative;
    margin-left: -5%;
    left: 5%;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .sec-recommended.rtl .sec-textholder {
    width: 50%;
    position: relative;
    margin-left: auto;
    left: auto;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1450px) {
  .sec-recommended.rtl .sec-textholder {
    width: 50%;
    position: relative;
    margin-left: auto;
    left: auto;
    padding-left: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .sec-recommended.rtl .sec-textholder {
    width: 54%;
    position: relative;
    margin-left: -4%;
    left: 4%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 896px) {
  .sec-recommended.rtl .sec-textholder {
    width: 50%;
    position: relative;
    margin-left: 0%;
    left: 0%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-recommended.rtl .sec-textholder {
    width: 100%;
  }
}
.sec-access .sec-textholder {
  padding-bottom: 0;
}
.rtl .sec-textholder {
  padding-right: 0;
  padding-left: 90px;
}
.sec-concept .sec-textholder {
  padding-top: 0;
}
@media screen and (max-width: 1120px) {
  .sec-access .sec-textholder {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .sec-textholder {
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .rtl .sec-textholder {
    padding-right: 0;
    padding-left: 60px;
  }
  .sec-concept .sec-textholder {
    padding-top: 0;
  }
}
@media screen and (max-width: 896px) {
  .sec-textholder {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .rtl .sec-textholder {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sec-concept .sec-textholder {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-textholder {
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec-concept .sec-textholder {
    padding-top: 0;
  }
  .rtl .sec-textholder {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.sec-textholder_outer {
  display: table;
  width: 100%;
  height: 100%;
}

.sec-textholder_wraper {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.sec-trigger {
  display: block;
  width: 1px;
  height: 1px;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .sec-trigger {
    top: -40px;
  }
}

.main-title {
  text-align: center;
  line-height: 1;
  margin: 0 auto 14px;
}
.main-title.image-foodmenu, .main-title.image-access {
  margin-bottom: 24px;
}
.main-title.image-gallery {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .main-title {
    margin: 0 auto 10px;
  }
  .main-title.image-foodmenu, .main-title.image-access {
    margin-bottom: 12px;
  }
  .main-title.image-gallery {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 896px) {
  .main-title {
    margin-bottom: 12px;
  }
  .main-title.image-foodmenu, .main-title.image-access {
    margin-bottom: 16px;
  }
  .main-title.image-gallery {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .main-title {
    margin-bottom: 10px;
  }
  .main-title.image-foodmenu, .main-title.image-access {
    margin-bottom: 12px;
  }
  .main-title.image-gallery {
    margin-bottom: 18px;
  }
}

.main-title_ja {
  font-size: 12px;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 1100px) {
  .main-title_ja {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 896px) {
  .main-title_ja {
    margin-bottom: 24px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main-title_ja {
    margin-bottom: 18px;
    font-size: 12px;
  }
}
.secholder-main .main-title_ja {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .secholder-main .main-title_ja {
    margin-bottom: 12px;
  }
}

.image-access img {
  height: 26px;
}
@media screen and (max-width: 896px) {
  .image-access img {
    height: 19.5px;
  }
}
@media screen and (max-width: 768px) {
  .image-access img {
    height: 22.1px;
  }
}

.image-blog img {
  height: 38px;
}
@media screen and (max-width: 896px) {
  .image-blog img {
    height: 28.5px;
  }
}
@media screen and (max-width: 768px) {
  .image-blog img {
    height: 32.3px;
  }
}

.image-champagne img {
  height: 38px;
}
@media screen and (max-width: 896px) {
  .image-champagne img {
    height: 28.5px;
  }
}
@media screen and (max-width: 768px) {
  .image-champagne img {
    height: 32.3px;
  }
}

.image-cigar img {
  height: 36px;
}
@media screen and (max-width: 896px) {
  .image-cigar img {
    height: 27px;
  }
}
@media screen and (max-width: 768px) {
  .image-cigar img {
    height: 30.6px;
  }
}

.image-concept img {
  height: 34px;
}
@media screen and (max-width: 896px) {
  .image-concept img {
    height: 25.5px;
  }
}
@media screen and (max-width: 768px) {
  .image-concept img {
    height: 28.9px;
  }
}

.image-gallery img {
  height: 38px;
}
@media screen and (max-width: 896px) {
  .image-gallery img {
    height: 28.5px;
  }
}
@media screen and (max-width: 768px) {
  .image-gallery img {
    height: 32.3px;
  }
}

.image-liquor img {
  height: 37px;
}
@media screen and (max-width: 896px) {
  .image-liquor img {
    height: 27.75px;
  }
}
@media screen and (max-width: 768px) {
  .image-liquor img {
    height: 31.45px;
  }
}

.image-recommended img {
  height: 29px;
}
@media screen and (max-width: 896px) {
  .image-recommended img {
    height: 21.75px;
  }
}
@media screen and (max-width: 768px) {
  .image-recommended img {
    height: 24.65px;
  }
}

.image-map img {
  height: 201px;
}
@media screen and (max-width: 896px) {
  .image-map img {
    height: 150.75px;
  }
}
@media screen and (max-width: 768px) {
  .image-map img {
    height: 170.85px;
  }
}

.image-liquor img {
  height: 37px;
}
@media screen and (max-width: 896px) {
  .image-liquor img {
    height: 27.75px;
  }
}
@media screen and (max-width: 768px) {
  .image-liquor img {
    height: 31.45px;
  }
}

.image-liquorAndReco img {
  height: 37px;
}
@media screen and (max-width: 896px) {
  .image-liquorAndReco img {
    height: 27.75px;
  }
}
@media screen and (max-width: 768px) {
  .image-liquorAndReco img {
    height: 31.45px;
  }
}

.image-foodmenu img {
  height: 29px;
}
@media screen and (max-width: 896px) {
  .image-foodmenu img {
    height: 21.75px;
  }
}
@media screen and (max-width: 768px) {
  .image-foodmenu img {
    height: 24.65px;
  }
}

.image-liquarAndCocktail img {
  height: 37px;
}
@media screen and (max-width: 896px) {
  .image-liquarAndCocktail img {
    height: 27.75px;
  }
}
@media screen and (max-width: 768px) {
  .image-liquarAndCocktail img {
    height: 31.45px;
  }
}

.image-information {
  border-right: 64px solid transparent;
}
@media screen and (max-width: 896px) {
  .image-information {
    border-right: 64px solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .image-information {
    border-right: 0 solid transparent;
  }
}
.image-information img {
  height: 24px;
}
@media screen and (max-width: 896px) {
  .image-information img {
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .image-information img {
    height: 24.65px;
  }
}

.sec-vi {
  width: 100%;
}
.sec-vi img {
  width: 100%;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .sec-vi {
    display: none;
  }
  .sec-vi img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sec-access,
  .sec-concept,
  .sec-liquor,
  .sec-recommended {
    padding-top: 264px;
  }
  .sec-access .sp-bg,
  .sec-concept .sp-bg,
  .sec-liquor .sp-bg,
  .sec-recommended .sp-bg {
    width: 100%;
    height: 128px;
    height: 240px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sec-access .sp-bg {
    background: url('../images/vi-access.jpg?1474621574') no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .sec-concept .sp-bg {
    background: url('../images/vi-concept.jpg?1474621612') no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .sec-liquor .sp-bg {
    background: url('../images/vi-food.jpg?1474609149') no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .sec-recommended .sp-bg {
    background: url('../images/vi-liquorAndCocktail.jpg?1474609019') no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.sec-concept_lead,
.address,
.businesshours-hours {
  font-size: 16px;
  line-height: 1.88;
  font-weight: 300;
}
@media screen and (max-width: 1100px) {
  .sec-concept_lead,
  .address,
  .businesshours-hours {
    font-size: 14px;
    line-height: 1.71;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept_lead,
  .address,
  .businesshours-hours {
    font-size: 14px;
    line-height: 1.8;
  }
}

.menus {
  margin-bottom: 8px;
}
.menus dt, .menus dd {
  line-height: 1.9;
}
.menus dt {
  font-weight: bold;
  font-size: 20px;
}
.menus dd {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .menus {
    margin-bottom: 4px;
  }
  .menus dt, .menus dd {
    line-height: 1.7;
  }
  .menus dt {
    font-size: 16px;
  }
  .menus dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .menus {
    margin-bottom: 6px;
  }
  .menus dt, .menus dd {
    line-height: 1.8;
  }
  .menus dt {
    font-size: 18px;
  }
  .menus dd {
    font-size: 14px;
  }
}

.address {
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .address {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 896px) {
  .address {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .address {
    margin-bottom: 16px;
  }
}
.address .moyori {
  display: block;
}

.businesshours {
  margin-bottom: 18px;
}
@media screen and (max-width: 1100px) {
  .businesshours {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 896px) {
  .businesshours {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .businesshours {
    margin-bottom: 20px;
  }
}
.businesshours-holder {
  *zoom: 1;
  display: table;
  width: 100%;
}
.businesshours-holder:after {
  content: "";
  display: table;
  clear: both;
}
.businesshours-each {
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .businesshours-each {
    float: none;
  }
  .businesshours .businesshours-each {
    margin-bottom: 12px;
  }
  .businesshours-each:nth-of-type(3n+1) {
    width: 46.8%;
  }
}
.businesshours-shopmap {
  text-align: center;
}
@media screen and (min-width: 896px) and (max-width: 1100px) {
  .businesshours-shopmap img {
    height: 180px;
  }
}

.businesshours-day {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .businesshours-day {
    margin-bottom: 6px;
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .businesshours-day {
    margin-bottom: 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .businesshours-day {
    margin-bottom: 6px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .sec-gallery {
    margin-top: 48px;
  }
}
.sec-gallery .inview-trigger {
  top: -150px;
}

.gallery-holder {
  width: 100%;
  overflow: scroll;
}
.gallery-wraper {
  *zoom: 1;
  overflow-y: hidden;
  overflow-x: scroll;
}
.gallery-wraper:after {
  content: "";
  display: table;
  clear: both;
}
.gallery-wraper .gallery-each:nth-of-type(1) {
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.gallery-wraper .gallery-each:nth-of-type(2) {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.gallery-wraper .gallery-each:nth-of-type(3) {
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.gallery-wraper .gallery-each:nth-of-type(4) {
  -moz-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.gallery-wraper .gallery-each:nth-of-type(5) {
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.gallery-wraper .gallery-each:nth-of-type(6) {
  -moz-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.gallery-wraper .gallery-each:nth-of-type(7) {
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.gallery-wraper .gallery-each:nth-of-type(8) {
  -moz-transition-delay: 1050ms;
  -o-transition-delay: 1050ms;
  -webkit-transition-delay: 1050ms;
  transition-delay: 1050ms;
}
.gallery-wraper .gallery-each:nth-of-type(9) {
  -moz-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.gallery-wraper .gallery-each:nth-of-type(10) {
  -moz-transition-delay: 1350ms;
  -o-transition-delay: 1350ms;
  -webkit-transition-delay: 1350ms;
  transition-delay: 1350ms;
}
.gallery-wraper .gallery-each:nth-of-type(11) {
  -moz-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.inviewed .gallery-wraper .gallery-each {
  opacity: 1;
}
.gallery-each {
  width: 20%;
  float: left;
  line-height: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .gallery-each {
    width: 25%;
  }
}
.gallery-each img {
  width: 100%;
  line-height: 0;
}

.links {
  margin-top: 36px;
  position: relative;
}
.links-wraper {
  width: 100%;
  *zoom: 1;
}
.links-wraper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .links-wraper {
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 768px) {
  .links-wraper .links-each {
    border-left: 1px solid #e1e1e1;
  }
  .links-wraper .links-each:nth-of-type(3n+1) {
    width: 34%;
  }
  .links-wraper .links-each:first-of-type {
    border-left: 0;
  }
  .links-wraper .links-each:nth-of-type(1) {
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .links-wraper .links-each:nth-of-type(2) {
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .links-wraper .links-each:nth-of-type(3) {
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
}
.links.inviewed .links-each {
  opacity: 1;
}
.links-each {
  width: 33%;
  padding: 18px 0 24px;
  float: left;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .links-each {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.links-title {
  text-align: center;
  font-size: 12px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .links-title {
    margin-bottom: 8px;
  }
}
.links-link {
  text-align: center;
  font-size: 16px;
  line-height: 1.71;
}
@media screen and (max-width: 768px) {
  .links-link {
    font-size: 14px;
  }
}

.footer {
  padding: 88px 0 40px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 10px;
    padding: 44px 0 20px;
  }
}

.inview-trigger {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .secholder-main .inview-trigger {
    top: 20px;
  }
}

.secholder-each {
  opacity: 0;
  top: 80px;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
@media screen and (max-width: 768px) {
  .secholder-each {
    top: 0;
    opacity: 0;
  }
}

.secholder-info {
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  .secholder-info {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .secholder-info {
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px auto 20px;
  }
}
.secholder-info_wrap {
  width: 100%;
  color: #FFF;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .secholder-info_wrap {
    display: table;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
  }
  .secholder-info_wrap .main-title, .secholder-info_wrap .section-lead {
    vertical-align: middle;
    display: table-cell;
  }
}
@media screen and (max-width: 768px) {
  .secholder-info_wrap {
    padding: 32px 15px;
    display: block;
  }
  .secholder-info_wrap .main-title, .secholder-info_wrap .section-lead {
    display: block;
  }
  .secholder-info_wrap .main-title {
    text-align: center;
  }
}

.secholder.inviewed .secholder-each {
  opacity: 1;
  top: 0;
}
