@charset "UTF-8";
/* CSS Document */

/* Body Html Fonts
------------------------------------------------------------*/
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background-color: #FFF;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 13px;
  }
}

body {
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  word-break: break-all;
}

body.en,
body.es {
  font-family: 'Asap', sans-serif;
  word-break: normal;
}

body.fixed {
  position: fixed;
}

body a {
  color: #c8132d;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip: none;
  text-decoration-skip-ink: none;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

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

body img.pc {
  display: inline;
}

body img.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  body img.pc {
    display: none;
  }
  body img.sp {
    display: inline;
  }
}

body .wrap {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(155, 176, 212, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(155, 176, 212, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  position: relative;
  z-index: 10;
}

header .h-top {
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

header.inbound .h-top {
  padding: 25px 20px 15px;
  position: relative;
}

header .h-top .logo {
  position: relative;
  z-index: 1;
}

header.inbound .h-top .h-top_inner {
  width: calc((100% - 208px - 40px) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

header .h-top .lang {
  text-align: right;
  margin: 5px 20px 5px 0;
}

header .lang.sp {
  display: none;
}

header .lang p {
  font-size: 14px;
  font-size: 1rem;
  display: inline-block;
}

header .lang p + p {
  margin-left: 15px;
}

header .lang p.active::after {
  content: "";
  display: block;
  background-color: #c8132d;
  height: 2px;
}

header .lang p a {
  color: #000;
  text-decoration: none;
  transition: color .3s;
}

header .lang p a:hover {
  color: #c8132d;
}

header .lang p.active a {
  color: #c8132d;
}

header .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin-top: -50px;
  margin-right: -4px;
}

header.inbound .sns_link {
  margin: 5px 20px 5px 0;
}

header nav .sns_link {
  display: none;
}

header .sns_link a {
  font-size: 1px;
  line-height: 0;
  position: relative;
  z-index: 2;
  margin: 0 4px;
}

header nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 108px;
  padding: 0px;
  border-top: solid 1px #e3e3e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

body.contact_japan header nav,
body.apply_japan header nav {
  display: none;
}

body.contact_japan header .sns_link,
body.apply_japan header .sns_link {
  display: none;
}

body.contact_japan header .h-top .lang,
body.apply_japan header .h-top .lang {
  display: none;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

header nav ul li {
  width: 14.285%;
  position: relative;
}
header.inbound nav ul li {
  width: 25%;
}

header nav ul li:not(:last-of-type):before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 1px;
  height: 34px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e3e3e3;
}

header nav ul li a {
  color: #000;
  padding: 16px 5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 100%;
  height: 2px;
  bottom: -2px;
  right: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c8132d;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header nav ul li a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  color: #c8132d;
}

header nav ul li a:hover:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

header nav ul li a span {
  font-size: 11px;
  font-size: 0.7857142857rem;
  font-family: 'Lato', sans-serif;
  display: block;
  letter-spacing: 0.03em;
}

.en header nav ul li a span,
.es header nav ul li a span {
  font-family: 'Asap', sans-serif;
}

header nav ul li.current a {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  color: #c8132d;
}

header nav ul li.current a:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

header .menu, header .sp-menu {
  display: none;
}

header.inbound nav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header.inbound nav ul li a {
  height: 76px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header.fix nav {
  border-bottom: solid 1px #e3e3e3;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #e3e3e3;
  }
  header .h-top,
  header.inbound .h-top {
    padding: 13px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  header .h-top .logo {
    width: 140px;
    margin: 0 auto;
    line-height: 0;
  }
  header .h-top .lang {
    display: none;
  }
  header .h-top .sns_link {
    display: none;
  }
  header .lang.sp {
    text-align: center;
    display: block;
    padding: 12px 0;
    border-top: 1px solid #e3e3e3;
  }
  header nav .sns_link,
  header.inbound nav .sns_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: -1px 0 0;
    padding: 15px 0;
    border-top: 1px solid #e3e3e3;
  }
  header nav .sns_link a {
    margin: 0 5px;
  }
  header nav .sns_link a img {
    height: 22px;
    width: auto;
  }
  header nav {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  header nav ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header nav ul li,
  header.inbound nav ul li{
    width: 50%;
    -ms-flex: 1 0 auto;
    /* -webkit-flex-grow: 1;
    flex-grow: 1; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
  }
  header nav ul li:not(:nth-child(2n)) {
    border-right: solid 1px #e3e3e3;
  }
  header nav ul li:not(:last-of-type):before {
    display: none;
  }
  /* header nav ul li:last-of-type {
    border: none;
  } */
  header nav ul li a {
    border-bottom: solid 1px #e3e3e3;
    padding: 10px 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    line-height: 1.6;
  }
  header nav ul li a:after {
    left: 0;
  }
  header nav ul li a span {
    width: 100%;
    font-size: 10px;
    font-size: 0.7142857143rem;
    letter-spacing: 0.01em;
    line-height: 1.4;
  }
  header.fix nav {
    border-bottom: none;
    position: relative;
    left: auto;
    top: auto;
  }
  header .menu {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    right: 0;
  }
  body.contact_japan header .menu,
  body.apply_japan header .menu {
    display: none;
  }
  header .menu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 0 auto;
    background-color: #c8132d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .menu span:last-child {
    margin-bottom: 0;
  }
  header .menu span.top {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  header .menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  header .menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  header .sp-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 59px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FFF;
    z-index: 2;
    padding-bottom: 0px;
    pointer-events: none;
    border-bottom: 1px solid #e3e3e3;
  }
  /*
  header.inbound .sp-menu {
    top: 110px;
  }
  */
  header .sp-menu nav {
    display: block;
  }
  header.active .menu .middle {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.active .menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .sp-menu {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  header .h-top,
  header.inbound .h-top {
    padding: 15px;
  }
  header .h-top .logo {
    width: 170px;
    margin: 0 auto;
    line-height: 0;
  }
  header nav ul li,
  header.inbound nav ul li{
    width: 25%;
    border-right: solid 1px #e3e3e3;
  }
  header nav ul li:not(:nth-child(4n)) {
    border-right: solid 1px #e3e3e3;
  }
  header .menu {
    height: 72px;
    width: 72px;
  }
  header .sp-menu {
    top: 71px;
  }

}

/* footer
------------------------------------------------------------*/
footer {
  border-top: solid 4px #c8132d;
  background-color: #242424;
  padding: 55px 20px 40px;
  margin-bottom: -10px;
}

footer .page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 0;
  z-index: 10;
}

footer .page-top.active {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

footer .sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  margin: -55px -20px 55px;
  padding: 12px 0;
}

footer .sns_box dt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #242424;
  margin: 0 10px;
  padding: 4px 0;
}

footer .sns_box dd.sns_txt {
  font-size: 14px;
  line-height: 1.5;
  color: #242424;
  margin: 0 10px;
  padding: 4px 0;

}

footer .sns_box dd.sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 4px 0;
}

footer .sns_box dd.sns_link a {
  font-size: 1px;
  line-height: 0;
  display: block;
  margin: 0 6px;
}

footer .item-logo {
  text-align: center;
  margin-bottom: 40px;
}

footer .item-nav {
  padding-bottom: 50px;
}

.contact_japan footer .item-nav,
.apply_japan footer .item-nav {
  display: none;
}

body.contact_japa footer .item-nav,
body.apply_japa footer .item-nav {
  display: none;
}

footer .item-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

footer .item-nav ul li {
  padding: 0 15px;
  position: relative;
}

footer .item-nav ul li:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 1px;
  height: 13px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

footer .item-nav ul li a {
  color: #FFF;
  font-size: 14px;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .item-nav ul li a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: underline;
}

footer .item-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 32px;
}

footer .item-tel .tel {
  margin-right: 25px;
}

footer .item-tel .tel a {
  color: #FFF;
  text-decoration: none;
}

footer .item-tel .time {
  color: #FFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

footer .item-copyright {
  text-align: center;
  color: #FFF;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  footer {
    padding: 40px 20px 40px;
  }
  footer .sns_box {
    margin: -40px -20px 40px;
  }
  footer .item-logo {
    margin-bottom: 30px;
  }
  footer .item-nav {
    padding-bottom: 40px;
  }
  footer .item-nav ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .item-nav ul li {
    padding: 0 15px;
    position: relative;
  }
  footer .item-nav ul li:not(:last-child):before {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: 50%;
    width: 1px;
    height: 13px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
  }
  footer .item-nav ul li a {
    color: #FFF;
    font-size: 14px;
    font-size: 1rem;
  }
  footer .item-copyright {
    text-align: center;
    color: #FFF;
  }
}

@media screen and (max-width: 750px) {
  footer {
    padding: 30px 0px 5px;
  }
  footer .sns_box {
    margin: -30px 0px 30px;
  }
  footer .item-logo {
    margin-bottom: 15px;
  }
  footer .item-logo img {
    width: 130px;
    height: auto;
  }
  footer .item-nav {
    padding-bottom: 30px;
  }
  footer .item-nav ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: solid 1px #FFF;
  }
  footer .item-nav ul li {
    width: 50%;
    padding: 0;
    position: relative;
    border-bottom: solid 1px #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  footer .item-nav ul li:nth-child(2n) {
    border-left: solid 1px #FFF;
  }
  footer .item-nav ul li:not(:last-child):before {
    display: none !important;
  }
  footer .item-nav ul li a {
    text-align: center;
    font-size: 13px;
    font-size: 0.9285714286rem;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 5px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .item-tel {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  footer .item-tel .tel {
    margin-right: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  footer .item-copyright {
    text-align: center;
    color: #FFF;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg.top {
  height: 540px;
  margin-top: 77px;
}

#mainimg.top #main-slider {
  margin-bottom: 0px;
  display: none;
}

#mainimg.top #main-slider li {
  /* background: no-repeat center top; */
  /* background-size: cover; */
  height: 540px;
}

#mainimg.top #main-slider > li:not(:first-child){
  display: none;
}

#mainimg.top #main-slider li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

/* #mainimg.top #main-slider li.slider1 {
  background-image: url(../img/top/mainimg01.jpg);
  background-position: center top;
}

#mainimg.top #main-slider li.slider2 {
  background-image: url(../img/top/mainimg02.jpg);
}

#mainimg.top #main-slider li.slider3 {
  background-image: url(../img/top/mainimg03.jpg);
}

#mainimg.top #main-slider li.slider4 {
  background-image: url(../img/top/mainimg04.jpg);
  background-position: center top;
}

#mainimg.top #main-slider li.slider5 {
  background-image: url(../img/top/mainimg05.jpg);
  background-position: center top;
} */

#mainimg.top #main-slider .slick-dots {
  bottom: 0px;
  background-color: rgba(117, 117, 117, 0.74);
  padding: 3px 0 11px;
}

#mainimg.top #main-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

#mainimg.top #main-slider .slick-dots li.slick-active button {
  background-color: #FFF;
}

#mainimg.top #main-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.39);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#mainimg.top #main-slider .slick-dots li button:before {
  display: none;
}

#mainimg.top #main-slider .slick-prev, #mainimg.top #main-slider .slick-next {
  width: 18px;
  height: 28px;
  background: no-repeat center center;
  z-index: 2;
  margin-top: -20px;
}

#mainimg.top #main-slider .slick-prev:before, #mainimg.top #main-slider .slick-prev:after, #mainimg.top #main-slider .slick-next:before, #mainimg.top #main-slider .slick-next:after {
  display: none;
}

#mainimg.top #main-slider .slick-prev {
  background-image: url(../img/common/slider-arrow-l.png);
  left: 100px;
}

@media screen and (max-width: 750px) {
  #mainimg.top #main-slider .slick-prev {
    background-image: url(../img/common/slider-arrow-l@2x.png);
    background-size: 18px auto;
  }
}

#mainimg.top #main-slider .slick-next {
  background-image: url(../img/common/slider-arrow-r.png);
  right: 100px;
}

@media screen and (max-width: 750px) {
  #mainimg.top #main-slider .slick-next {
    background-image: url(../img/common/slider-arrow-r@2x.png);
    background-size: 18px auto;
  }
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  #mainimg.top {
    height: 430px;
    margin-top: 72px;
  }
  #mainimg.top #main-slider li {
    height: 430px;
  }
}

@media screen and (max-width: 750px) {
  #mainimg.top {
    height: 300px;
    margin-top: 60px;
  }
  #mainimg.top #main-slider li {
    height: 300px;
  }
  #mainimg.top #main-slider .slick-prev {
    left: 10px;
  }
  #mainimg.top #main-slider .slick-next {
    right: 10px;
  }
}

#mainimg.next {
  background: url(../img/next/ship/mainimg.jpg) no-repeat center center;
  background-size: cover;
}

#mainimg.next.diamondprincess {
  background-image: url(../img/next/ship/mainimg-diamondprincess.jpg);
}

#mainimg.next.pilgrimage {
  background-image: url(../img/next/pilgrimage/mainimg.jpg);
}

#mainimg.next.seabirdimage {
  background-image: url(../img/next/seabirdimage/mainimg.jpg);
}

#mainimg.next.kaigai {
  background-image: url(../img/next/kaigai/mainimg.jpg);
}

#mainimg.next.kokunai {
  background-image: url(../img/next/kokunai/mainimg.jpg);
}

#mainimg.next .inside {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 420px;
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  #mainimg.next .inside {
    padding: 0 20px;
  }
}

#mainimg.next .inside .catch {
  font-size: 38px;
  font-size: 2.7142857143rem;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
  color: #c8132d;
  font-weight: 500;
}
.en #mainimg.next .inside .catch,
.es #mainimg.next .inside .catch {
  font-family: 'Asap', sans-serif;
}

#mainimg.next .inside .catch span {
  padding-top: 7px;
  display: block;
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-size: 1.2857142857rem;
  color: #000;
}

/*
#mainimg.next.kaigai .inside .catch {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}
*/

#mainimg.next.kokunai .inside .catch {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#mainimg.next.kokunai .inside .catch em {
  font-style: normal;
  color: #000;
}

#mainimg.next.inbound {
  position: relative;
  height: 420px;
  background: none;
}

#mainimg.next.inbound #main-slider {
  margin-bottom: 0px;
  display: none;
  height: 100%;
}

#mainimg.next.inbound #main-slider li {
  background: no-repeat center top;
  background-size: cover;
  height: 420px;
}

#mainimg.next.inbound #main-slider li.slider1 {
  background-image: url(../img/next/inbound/mainimg01.jpg);
}

#mainimg.next.inbound #main-slider li.slider2 {
  background-image: url(../img/next/inbound/mainimg02.jpg);
  background-position: center bottom;
}

#mainimg.next.inbound #main-slider li.slider3 {
  background-image: url(../img/next/inbound/mainimg03.jpg);
}

#mainimg.next.inbound #main-slider .slick-dots {
  bottom: 0px;
  background-color: rgba(117, 117, 117, 0.74);
  padding: 3px 0 11px;
}

#mainimg.next.inbound #main-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

#mainimg.next.inbound #main-slider .slick-dots li.slick-active button {
  background-color: #FFF;
}

#mainimg.next.inbound #main-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.39);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#mainimg.next.inbound #main-slider .slick-dots li button:before {
  display: none;
}

#mainimg.next.inbound #main-slider .slick-prev, #mainimg.next.inbound #main-slider .slick-next {
  width: 18px;
  height: 28px;
  background: no-repeat center center;
  z-index: 2;
  margin-top: -20px;
}

#mainimg.next.inbound #main-slider .slick-prev:before, #mainimg.next.inbound #main-slider .slick-prev:after, #mainimg.next.inbound #main-slider .slick-next:before, #mainimg.next.inbound #main-slider .slick-next:after {
  display: none;
}

#mainimg.next.inbound #main-slider .slick-prev {
  background-image: url(../img/common/slider-arrow-l.png);
  left: 100px;
}

@media screen and (max-width: 750px) {
  #mainimg.next.inbound #main-slider .slick-prev {
    background-image: url(../img/common/slider-arrow-l@2x.png);
    background-size: 18px auto;
  }
}

#mainimg.next.inbound #main-slider .slick-next {
  background-image: url(../img/common/slider-arrow-r.png);
  right: 100px;
}

@media screen and (max-width: 750px) {
  #mainimg.next.inbound #main-slider .slick-next {
    background-image: url(../img/common/slider-arrow-r@2x.png);
    background-size: 18px auto;
  }
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  #mainimg.next.inbound #main-slider li {
    height: 430px;
  }
}

#mainimg.next.inbound .catch {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #FFF;
  font-size: 42px;
  font-size: 3rem;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}

.en #mainimg.next.inbound .catch,
.es #mainimg.next.inbound .catch {
  font-family: 'Asap', sans-serif;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  #mainimg.next.inbound {
    height: 350px;
  }
  #mainimg.next.inbound #main-slider li {
    height: 350px;
  }
}

@media screen and (max-width: 750px) {
  #mainimg.next.inbound {
    height: 230px;
  }
  #mainimg.next.inbound #main-slider li {
    height: 230px;
  }
  #mainimg.next.inbound #main-slider .slick-prev {
    left: 10px;
  }
  #mainimg.next.inbound #main-slider .slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 750px) {
  #mainimg.next .inside {
    padding-left: 0px;
    height: 300px;
    text-align: center;
  }
  #ship-detail #mainimg.next .inside {
    -webkit-box-align: start;
    -ms-flex-align: start;  
    -webkit-align-items: start;
    align-items: start;
  }
  #mainimg.next .inside .catch {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
  #ship-detail #mainimg.next .inside .catch {
    margin: 15px;
    width: calc(100% - 30px);
    text-align: left;
  }
  #mainimg.next .inside .catch span {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
}

/* main
------------------------------------------------------------*/
main .inner {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .s-inner {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .s-inner-900 {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .s-inner-820 {
  width: 820px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .s-inner-780 {
  width: 780px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main section.bg {
  background-color: #f2f2f2;
}

main .none-txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.2857142857rem;
  padding-top: 30px;
}

main .news-list {
  margin-bottom: 30px;
}

main .news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: solid 1px #e3e3e3;
  padding: 20px 0;
}

main .news-list li .item-day {
  color: #acacac;
  width: 100px;
}

main .news-list li .item-cat {
  margin-right: 18px;
  width: 105px;
}

main .news-list li .item-txt {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .news-list li .item-txt a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}

main .news-list li .item-txt a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  color: #c8132d;
}

main .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px -45px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .content-list li {
  width: calc(33.333% - 28px);
  margin: 0 14px 45px;
}

main .content-list li[data-emergence=visible] {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

main .content-list li > a {
  display: block;
  line-height: 0;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

main .content-list li > a .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.5;
  height: 44px;
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: 700;
  color: #FFF;
  background: url(../img/top/bg-title@2x.png) no-repeat center center;
  background-size: cover;
  padding: 2px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

main .content-list li > a .title span {
  padding-top: 3px;
  padding-left: 12px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-family: 'Lato', sans-serif;
}


.en main .content-list li > a .title span,
.es main .content-list li > a .title span {
  font-family: 'Asap', sans-serif;
}

main .content-list li > a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .content-list li > a:hover img {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

main .content-list li .item-txt {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

main .content-list li .item-txt a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .content-list li .item-txt a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  color: #c8132d;
}

main .content-list li:nth-child(3n+1)[data-emergence=visible] {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

main .content-list li:nth-child(3n+2)[data-emergence=visible] {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

main .content-list li:nth-child(3n)[data-emergence=visible] {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

main .content-list.add-name li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .content-list.add-name li .title {
  font-size: 16.5px;
  font-size: 1.1785714286rem;
  font-weight: bold;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 1.2;
}

main .content-list.add-name li a {
  width: 100%;
}

main .article-list {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px -28px;
  padding-bottom: 32px;
}

main .article-list.column4 li {
  width: calc(25% - 28px);
}

main .article-list.column4 li:nth-child(4n+1)[data-emergence=visible] {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

main .article-list.column4 li:nth-child(4n+2)[data-emergence=visible] {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

main .article-list.column4 li:nth-child(4n+3)[data-emergence=visible] {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

main .article-list.column4 li:nth-child(4n)[data-emergence=visible] {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

main .article-list li {
  background-color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  margin: 0 14px 28px;
  width: calc(50% - 28px);
}

main .article-list li[data-emergence=visible] {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

main .article-list li:nth-child(2n+1)[data-emergence=visible] {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

main .article-list li:nth-child(2n)[data-emergence=visible] {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

main .article-list li .item-img {
  line-height: 0;
}

main .article-list li .item-img a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  line-height: 0;
  display: block;
  overflow: hidden;
}

main .article-list li .item-img a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .article-list li .item-img a:hover img {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

main .article-list li .item-txt {
  padding: 15px 15px;
}

main .article-list li .item-txt .day {
  color: #acacac;
  margin-right: 15px;
}

main .article-list li .item-txt .day-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
}

main .article-list li .item-txt .day-cat .cat a {
  min-width: 100px;
}

main .article-list li .item-txt .title {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding-bottom: 6px;
}

main .article-list li .item-txt .title a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}

main .article-list li .item-txt .title a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  color: #c8132d;
}

main .article-list li .item-txt .txt {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

main .article-list.column4 li {
  width: calc(25% - 28px);
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  /* main
------------------------------------------------------------*/
  main .inner {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .s-inner {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .article-list li {
    margin: 0 9px 18px;
    width: calc(50% - 18px);
  }
  main .article-list li .item-img {
    line-height: 0;
  }
  main .article-list li .item-img a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: auto;
  }
  main .article-list li .item-img a:hover img {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main .article-list li .item-txt {
    padding: 10px 10px;
  }
  main .article-list li .item-txt .title {
    font-size: 17px;
    font-size: 1.2142857143rem;
    font-weight: bold;
    padding-bottom: 4px;
  }
  main .article-list li .item-txt .day-cat {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  main .article-list li .item-txt .day-cat .day {
    width: 100%;
    margin-right: 0;
  }
  main .article-list li .item-txt .day-cat .cat a {
    min-width: 95px;
  }
  main .article-list li .item-txt .txt {
    line-height: 1.6;
    font-size: 14px;
    font-size: 1rem;
  }
  main .content-list {
    margin: 0 -10px -45px;
  }
  main .content-list li {
    width: calc(33.333% - 20px);
    margin: 0 10px 45px;
  }
  main .content-list li > a {
    margin-bottom: 15px;
  }
  main .content-list li > a .title {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: 700;
    padding: 2px;
  }
  main .content-list li > a .title span {
    padding-left: 4px;
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
  main .content-list li .item-txt {
    padding: 0px;
    font-size: 14px;
    font-size: 1rem;
  }
}

/*sp*/
@media screen and (max-width: 750px) {
  /* main
------------------------------------------------------------*/
  main .inner {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .s-inner {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .none-txt {
    text-align: center;
    font-size: 16px;
    font-size: 1.1428571429rem;
    padding-top: 20px;
  }
  main .news-list {
    margin-bottom: 30px;
  }
  main .news-list li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  main .news-list li .item-day {
    width: auto;
    margin-right: 6px;
    margin-bottom: 5px;
  }
  main .news-list li .item-cat {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  main .news-list li .item-txt {
    width: 100%;
  }
  main .content-list {
    margin: 0 -7px -20px;
  }
  main .content-list li {
    width: calc(50% - 14px);
    margin: 0 7px 20px;
  }
  main .content-list li > a {
    margin-bottom: 10px;
  }
  main .content-list li > a .title {
    height: 45px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    padding: 2px 5px;
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
  }
  main .content-list li > a .title span {
    padding-left: 0px;
    font-size: 10px;
    font-size: 0.7142857143rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
  }
  main .content-list li > a:hover img {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main .content-list li .item-txt {
    padding: 0px;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main .content-list li:nth-child(2n+1)[data-emergence=visible] {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  main .content-list li:nth-child(2n)[data-emergence=visible] {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  main .content-list.add-name li .title {
    font-size: 17px;
    font-size: 1.2142857143rem;
    font-weight: bold;
  }
  main .content-list.add-name li a .title {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    height: 35px;
  }
  main .article-list {
    margin: 0 -5px -20px;
    padding-bottom: 25px;
  }
  main .article-list.column4 li {
    width: calc(50% - 10px);
  }
  main .article-list li {
    margin: 0 5px 20px;
    width: calc(50% - 10px);
  }
  main .article-list li .item-img {
    line-height: 0;
  }
  main .article-list li .item-img a img {
    width: 100%;
    height: auto;
  }
  main .article-list li .item-txt {
    padding: 10px;
  }
  main .article-list li .item-txt .day-cat {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  main .article-list li .item-txt .day-cat .day {
    width: 100%;
    margin-right: 0;
  }
  main .article-list li .item-txt .day-cat .cat a {
    min-width: 95px;
  }
  main .article-list li .item-txt .title {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    padding-bottom: 2px;
  }
  main .article-list li .item-txt .txt {
    font-size: 14px;
    font-size: 1rem;
  }
  main .article-list.column4 li {
    width: calc(50% - 10px);
  }
  main .scroll-hint-icon {
    top: 20px;
  }
}

/* padding & margin */
.pd {
  padding: 40px;
}

.mg {
  margin: 40px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 40px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 40px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 40px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 40px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 40px;
}

.pl-a {
  padding-left: auto;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 40px;
}

.pr-a {
  padding-right: auto;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 40px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 40px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 750px) {
  .pd {
    padding: 26.6666666667px;
  }
  .mg {
    margin: 26.6666666667px;
  }
  .pt {
    padding-top: 26.6666666667px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 26.6666666667px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 26.6666666667px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 26.6666666667px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 26.6666666667px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 26.6666666667px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 26.6666666667px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 26.6666666667px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

@media screen and (max-width: 750px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 750px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 750px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 750px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 750px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 750px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 750px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 750px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 750px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 750px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 750px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 750px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 750px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 750px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 750px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 750px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 750px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 750px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 750px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 750px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 750px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 750px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 750px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 750px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 750px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 750px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 750px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 750px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 750px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 750px) {
  .w300-sp {
    width: 300px;
  }
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

@media screen and (max-width: 750px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 750px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 750px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 750px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 750px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 750px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 750px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 750px) {
  .w500-sp {
    width: 500px;
  }
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 750px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 750px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 750px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 750px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 750px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 750px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 750px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 750px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 750px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 750px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 750px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 750px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 750px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 750px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 750px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 750px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 750px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  br.sp {
    display: inline;
  }
}

/* etc */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn a, .btn input, .btn span {
  -webkit-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 38px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13.5px;
  font-size: 0.9642857143rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  color: #000;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: solid 1px #000;
  font-family: 'Lato', sans-serif;
  width: 180px;
  line-height: 1.4;
  top: 0;
  background: url(../img/common/arrow-r.svg) no-repeat right 10px center;
  overflow: hidden;
}

.en .btn a,
.en .btn input,
.en .btn span,
.es .btn a,
.es .btn input,
.es .btn span {
  font-family: 'Asap', sans-serif;
}

.btn a b, .btn input b, .btn span b {
  font-weight: normal;
}

.btn a.big, .btn input.big, .btn span.big {
  width: 260px;
  height: 52px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
  background-position: right 15px center;
}

.btn a.pdf, .btn input.pdf, .btn span.pdf {
  height: 54px;
  width: 480px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  background: url(../img/common/icon-pdf@2x.png) no-repeat right 20px center;
  background-size: 24px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn a.pdf:hover, .btn input.pdf:hover, .btn span.pdf:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  color: #000;
  background: url(../img/common/icon-pdf@2x.png) no-repeat right 20px center;
  background-color: transparent;
  background-size: 24px auto;
}

@media screen and (max-width: 750px) {
  .btn a.pdf, .btn input.pdf, .btn span.pdf {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
}

.btn a.h-70, .btn input.h-70, .btn span.h-70 {
  height: 70px;
}

@media screen and (max-width: 750px) {
  .btn a.h-70, .btn input.h-70, .btn span.h-70 {
    height: 65px;
  }
}

.btn a.gothic, .btn input.gothic, .btn span.gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn a.fs16, .btn input.fs16, .btn span.fs16 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

@media screen and (max-width: 750px) {
  .btn a.fs16, .btn input.fs16, .btn span.fs16 {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
}

.btn a.w280, .btn input.w280, .btn span.w280 {
  width: 280px;
}

@media screen and (max-width: 750px) {
  .btn a.w280, .btn input.w280, .btn span.w280 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.btn a.w300, .btn input.w300, .btn span.w300 {
  width: 300px;
}

.btn a.w320, .btn input.w320, .btn span.w320 {
  width: 320px;
}

.btn a.w370, .btn input.w370, .btn span.w370 {
  width: 370px;
  background-color: #fff;
}

.btn a.tal, .btn input.tal, .btn span.tal {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 750px) {
  .btn a.tal, .btn input.tal, .btn span.tal {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.btn a.w480, .btn input.w480, .btn span.w480 {
  width: 480px;
}

@media screen and (max-width: 750px) {
  .btn a.w480, .btn input.w480, .btn span.w480 {
    width: 100%;
  }
}

.btn a.no-arrow, .btn input.no-arrow, .btn span.no-arrow {
  background-image: none !important;
}

.btn a.back, .btn input.back, .btn span.back {
  border-color: #aaa;
  background: url(../img/common/arrow-l.svg) no-repeat left 10px center;
  color: #aaa;
}

.btn a.back:hover, .btn input.back:hover, .btn span.back:hover {
  color: #FFF;
  background-color: #aaa;
  background-image: url(../img/common/arrow-l-w.svg);
  background-position: left 5px center;
}

.btn a:hover, .btn input:hover, .btn span:hover {
  background-color: #000;
  color: #FFF;
  text-decoration: none;
  background-image: url(../img/common/arrow-r-w.svg);
  background-position: right 5px center;
}

@media screen and (max-width: 750px) {
  .btn a, .btn input, .btn span {
    height: 45px;
  }
  .btn a small, .btn input small, .btn span small {
    display: block;
    width: 100%;
  }
  .btn a.sph-60, .btn input.sph-60, .btn span.sph-60 {
    height: 64px;
  }
  .btn a.big, .btn input.big, .btn span.big {
    font-size: 14.5px;
    font-size: 1.0357142857rem;
  }
}

.btn a.white, .btn input.white, .btn span.white {
  background-color: #fff;
}

.btn a.white:hover, .btn input.white:hover, .btn span.white:hover {
  background-color: #000;
  color: #FFF;
}

.btn a.white-btn, .btn input.white-btn, .btn span.white-btn {
  width: 290px;
  height: 46px;
  color: #FFF;
  background: transparent;
  border-color: #FFF;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.btn a.white-btn.fs20, .btn input.white-btn.fs20, .btn span.white-btn.fs20 {
  font-size: 20px;
}

.btn a.white-btn:hover, .btn input.white-btn:hover, .btn span.white-btn:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 750px) {
  .btn a.white-btn, .btn input.white-btn, .btn span.white-btn {
    height: 40px;
  }
}

.btn a.jff, .btn input.jff, .btn span.jff {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 750px) {
  .btn a.jff, .btn input.jff, .btn span.jff {
    padding-left: 10px;
    padding-right: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}

.btn a.black, .btn input.black, .btn span.black {
  background-color: #000;
  color: #FFF;
  background-image: url(../img/common/arrow-r-w.svg);
}

.btn a.black:hover, .btn input.black:hover, .btn span.black:hover {
  color: #000;
  background-color: #fff;
  background-image: url(../img/common/arrow-r.svg);
}

.btn a.gray, .btn input.gray, .btn span.gray {
  background-color: #acacac;
}

.btn input {
  display: -moz-inline-box;
  display: inline-block;
}

.btn.tac a, .btn.tac input, .btn.tac span {
  margin-left: auto;
  margin-right: auto;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.btn-block > * {
  margin: 0 10px 15px;
}

@media screen and (max-width: 750px) {
  .btn-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0px -15px;
  }
  .btn-block > * {
    margin: 0 0px 15px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

/* btn */
/* form */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"] {
  -webkit-appearance: none;
  height: 42px;
  line-height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  width: 100%;
  padding-left: 10px;
  background: #f5f5f5;
}

input[type="text"]:placeholder-shown, input[type="email"]:placeholder-shown, input[type="tel"]:placeholder-shown, input[type="password"]:placeholder-shown, input[type="number"]:placeholder-shown {
  color: #b8b8b8;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder {
  color: #b8b8b8;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="number"]:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder {
  color: #b8b8b8;
}

input[type="text"].w80, input[type="email"].w80, input[type="tel"].w80, input[type="password"].w80, input[type="number"].w80 {
  width: 80px;
}

@media screen and (max-width: 750px) {
  input[type="text"].w80, input[type="email"].w80, input[type="tel"].w80, input[type="password"].w80, input[type="number"].w80 {
    width: 60px;
  }
}

input[type="text"].w100, input[type="email"].w100, input[type="tel"].w100, input[type="password"].w100, input[type="number"].w100 {
  width: 100px;
}

@media screen and (max-width: 750px) {
  input[type="text"].w100, input[type="email"].w100, input[type="tel"].w100, input[type="password"].w100, input[type="number"].w100 {
    width: 80px;
  }
}

input[type="text"].w150, input[type="email"].w150, input[type="tel"].w150, input[type="password"].w150, input[type="number"].w150 {
  width: 150px;
}

@media screen and (max-width: 750px) {
  input[type="text"].w150, input[type="email"].w150, input[type="tel"].w150, input[type="password"].w150, input[type="number"].w150 {
    width: 100px;
  }
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg, input[type="number"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

textarea {
  -webkit-appearance: none;
  height: 120px;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
  font-size: 14px;
  font-size: 1rem;
  padding: 10px;
}

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + .checkbox:before {
  background-color: #c8132d;
}

input[type="checkbox"]:checked + .checkbox:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio:before {
  border-color: #c8132d;
}

input[type="radio"]:checked + .radio:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 40px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

@media screen and (max-width: 750px) {
  label.checkbox {
    padding-left: 35px;
  }
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  display: -moz-inline-box;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -7px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label.radio {
  padding-left: 40px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  display: -moz-inline-box;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 4px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 7px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #c8132d;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 750px) {
  label.radio {
    padding-left: 35px;
  }
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0px;
  margin-bottom: -5px;
}

.check-radios.mr {
  margin-right: -30px;
}

.check-radios.mr li {
  margin-right: 30px;
}

@media screen and (max-width: 750px) {
  .check-radios.mr {
    margin-right: 0px;
  }
  .check-radios.mr li {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 750px) {
  .check-radios .sp-mb {
    margin-bottom: 10px !important;
  }
}

.check-radios li {
  margin: 0 50px 5px 0;
}

.check-radios li.mr {
  margin-right: 20px;
}

@media screen and (max-width: 750px) {
  .check-radios li {
    margin-right: 30px;
  }
  .check-radios li.spw-100 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0 !important;
  }
}

label.select {
  position: relative;
  display: block;
  background-color: #FFF;
  max-width: 100%;
}

label.select:after {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ccc transparent transparent transparent;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  width: 100%;
  line-height: 40px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

select::-ms-expand {
  display: none;
}

/* form */
/* table */
.js-scrollable.scroll-hint {
  overflow: visible !important;
}

table {
  width: calc(100% - 4px);
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

table .w320 {
  width: 320px;
}

table .w50p {
  width: 50%;
}

table .w240 {
  width: 240px;
}

table th, table td {
  padding: 15px;
  border: 1px solid #dddddd;
  vertical-align: top;
  color: #000;
}

table th a, table td a {
  color: #c8132d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}

table th a:hover, table td a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  color: #c8132d;
}

table th.va-m, table td.va-m {
  vertical-align: middle;
}

table th.bg, table td.bg {
  background-color: #f5f5f5;
}

table th {
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 700;
}

table th.tac {
  text-align: center;
}

table td {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 700;
}

.en table td,
.es table td {
  font-weight: 400;
}

table td.price {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

table td.price small {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

table td.bg-gray {
  background-color: #fcfcfc;
}

table thead th {
  font-weight: bold;
}

table tbody th {
  background-color: #fcfcfc;
}

table tbody tr:not(:last-child) th.day {
  border-bottom: none;
}

table tbody th.day.nohave {
  border-top: none;
}

table .gold-box {
  border-left: solid 2px #a98949;
  border-right: solid 2px #a98949;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

table .gold-box th {
  position: relative;
}

table .gold-box th:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #a98949;
}

table .gold-box th, table .gold-box td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 2px #a98949;
  border-bottom: solid 2px #a98949;
}

table.tbl1 {
  margin-bottom: 23px;
}

table.tbl1.th-bg th {
  background-color: #f5f5f5;
}

table.tbl2 {
  width: auto;
  background-color: transparent;
}

table.tbl2.fs16 tr th, table.tbl2.fs16 tr td {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  table.tbl2.fs16 tr th, table.tbl2.fs16 tr td {
    font-size: 14px;
    font-size: 1rem;
  }
}

table.tbl2.th-white tr th, table.tbl2.th-white tr td {
  background-color: transparent;
}

table.tbl2 tr th, table.tbl2 tr td {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}

table.tbl2 tr th {
  position: relative;
  padding-right: 10px;
}

table.tbl2 tr th:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: -3px;
  width: 0;
  height: 0;
  right: 0;
  content: ':';
}

table.tbl2 tr td {
  padding-left: 20px;
}

@media screen and (max-width: 750px) {
  table.tbl2 {
    width: auto;
  }
  table.tbl2 tr th, table.tbl2 tr td {
    display: table-cell;
  }
}

table.tbl3 {
  margin-bottom: 20px;
}

table.tbl3 th {
  background-color: #f5f5f5;
}

table.tbl3 th:first-child {
  border-right: none;
}

table.tbl3 th:last-child {
  border-left: none;
  text-align: right;
}

table.tbl3 td.td2 {
  border-right: none;
  vertical-align: middle;
}

table.tbl3 td.td3 {
  border-left: none;
  text-align: right;
  vertical-align: middle;
}

table.tbl3 td.td3 b {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

@media screen and (max-width: 750px) {
  table.tbl3 td.td3 b {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}

table.tbl4 {
  border: solid 2px #c8132d;
  margin-bottom: 15px;
}

table.tbl4 th, table.tbl4 td {
  border: solid 2px #c8132d;
}

table.tbl4 th {
  background-color: #c8132d;
  color: #FFF;
  font-size: 16px;
  font-size: 1.1428571429rem;
  vertical-align: middle;
}

table.tbl4 td .txt-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

table.tbl4 td .txt-column2 > div:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 750px) {
  table.tbl4 td .txt-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  table.tbl4 td .txt-column2 > div {
    line-height: 1.5;
  }
  table.tbl4 td .txt-column2 > div:first-child {
    margin-right: 0px;
    width: 100%;
  }
}

table.tbl5 {
  border: none;
}

table.tbl5 tr:first-child th, table.tbl5 tr:first-child td {
  border-top: none;
}

table.tbl5 th, table.tbl5 td {
  padding: 20px;
  border-left: none;
  border-right: none;
}

table.tbl5 th {
  background-color: transparent;
}

table.tbl5 td .txt-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

table.tbl5 td .txt-column2 > div:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 750px) {
  table.tbl5 th, table.tbl5 td {
    padding: 14px 0;
    display: block;
  }
  table.tbl5 th {
    padding-bottom: 4px;
    border-bottom: none;
  }
  table.tbl5 td {
    padding-top: 0;
    border-top: none;
    border-bottom: none;
  }
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  table .w320 {
    width: 240px;
  }
  table .w300 {
    width: 200px;
  }
  table .w180 {
    width: 160px;
  }
}

@media screen and (max-width: 750px) {
  table .sp-w80 {
    width: 80px;
  }
  table .sp-w90 {
    width: 90px;
  }
  table .sp-w100 {
    width: 100px;
  }
  table .sp-w110 {
    width: 110px;
  }
  table .sp-w120 {
    width: 120px;
  }
  table .w80 {
    width: 100px;
  }
  table .w90 {
    width: 130px;
  }
  table .w240 {
    width: 100px;
  }
  table .w280 {
    width: 130px;
  }
  table .w300 {
    width: 150px;
  }
  table .w320 {
    width: 180px;
  }
  table .w180 {
    width: 120px;
  }
  table th, table td {
    padding: 5px 7px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.6;
  }
  table th.price, table td.price {
    font-size: 14px;
    font-size: 1rem;
  }
  table th.price small, table td.price small {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  table.tbl1.day-tbl .w90 {
    width: 75px;
  }
  table.tbl1.day-tbl .sp-w45 {
    width: 45px;
  }
  table.tbl1.day-tbl .sp-w60 {
    width: 60px;
  }
  table.tbl1.day-tbl .sp-w65 {
    width: 65px;
  }
  table.tbl1.day-tbl .sp-w70 {
    width: 70px;
  }
  table.tbl1.day-tbl .sp-w120 {
    width: 120px;
  }
  table.tbl1.day-tbl .sp-w150 {
    width: 135px;
  }
  table.tbl2 tr th, table.tbl2 tr td {
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 750px) {
  .js-scrollable table {
    width: 850px;
  }
}

@media screen and (max-width: 600px) {
  .js-scrollable.scroll-hint {
    overflow: auto !important;
  }
}

/* table */
/* text */
.heading {
  margin-bottom: 20px;
}

.heading-lv01 {
  font-size: 37px;
  font-size: 2.6428571429rem;
  font-weight: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 55px;
}

.heading-lv01 span {
  font-size: 53px;
  font-size: 3.7857142857rem;
}

@media screen and (max-width: 750px) {
  .heading-lv01 {
    font-size: 28px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .heading-lv01 span {
    font-size: 35px;
    font-size: 2.5rem;
  }
}

.heading-lv02 {
  font-size: 38px;
  font-size: 2.7142857143rem;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
.heading-lv02.lang_j {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.2em;
}
.en .heading-lv02,
.es .heading-lv02 {
  font-family: 'Asap', sans-serif;
  font-weight: 700;
}

.heading-lv02.mb80 {
  margin-bottom: 80px;
}

.heading-lv02.mb {
  margin-bottom: 55px;
}

.heading-lv02.lv02 {
  font-weight: 700;
}

.heading-lv02.lv02 span {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-family: 'Lato', sans-serif;
}
.en .heading-lv02.lv02 span,
.es .heading-lv02.lv02 span {
  font-family: 'Asap', sans-serif;
}

.heading-lv02 span {
  padding-top: 6px;
  line-height: 1.8;
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.heading-lv02.lang_j span {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
}
.en .heading-lv02.lang_j span,
.es .heading-lv02.lang_j span {
  font-family: 'Asap', sans-serif;
}

.heading-lv02 span.mt25 {
  margin-top: 20px;
}

.heading-lv02 span.mt {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .heading-lv02 {
    font-size: 30px;
    font-size: 2.1428571429rem;
    margin-bottom: 25px;
  }
  .heading-lv02 span {
    padding-top: 3px;
    line-height: 1.5;
  }
  .heading-lv02 span.mt25 {
    margin-top: 10px;
  }
  .heading-lv02.mb {
    margin-bottom: 35px;
  }
  .heading-lv02.mb80 {
    margin-bottom: 45px;
  }
}

.heading-lv03 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  color: #000;
  line-height: 1.2;
  padding-bottom: 18px;
  border-bottom: solid 2px #e7eaee;
  position: relative;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.heading-lv03.mb {
  margin-bottom: 50px;
}

.heading-lv03.mb2 {
  margin-bottom: 35px;
}

.heading-lv03:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  width: 140px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2px;
  background: url(../img/common/bg-border@2x.jpg) no-repeat center center;
  background-size: cover;
}

.heading-lv03 .tag {
  margin-top: -5px;
  margin-left: 20px;
}

.heading-lv03.fs28 {
  font-size: 28px;
  font-size: 2rem;
}

@media screen and (max-width: 750px) {
  .heading-lv03 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    font-size: 1.4285714286rem;
    padding-bottom: 13px;
  }
  .heading-lv03.mb {
    margin-bottom: 30px;
  }
  .heading-lv03:before {
    width: 90px;
  }
  .heading-lv03 .tag {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .heading-lv03.fs28 {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}

.heading-lv04 {
  font-size: 38px;
  font-size: 2.7142857143rem;
  font-family: 'Lato', sans-serif;
  color: #c8132d;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}

.en .heading-lv04,
.es .heading-lv04 {
  font-family: 'Asap', sans-serif;
  font-weight: 700;
}

#fit-tours-detail .heading-lv04 > span {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .heading-lv04 {
    font-size: 26px;
    font-size: 1.8571428571rem;
    margin-bottom: 10px;
  }
}

.heading-lv05 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
  font-weight: 700;
}

.heading-lv05 span {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.heading-lv05.tal {
  text-align: left;
}

.heading-lv05.mb {
  margin-bottom: 60px;
}

.heading-lv05.sbm {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .heading-lv05.sbm {
    margin-bottom: 13px;
  }
}

.heading-lv05.sbm2 {
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .heading-lv05 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-bottom: 25px;
  }
}

.heading-lv06 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  padding-left: 20px;
  line-height: 1.5;
  text-align: left;
  font-weight: 700;
  position: relative;
  margin-bottom: 22px;
}

.heading-lv06:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 22px;
  background: url(../img/common/bg-border2@2x.jpg) no-repeat center center;
  background-size: 4px auto;
}

@media screen and (max-width: 750px) {
  .heading-lv06 {
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  .heading-lv06:before {
    height: 20px;
  }
}

.heading-lv07 {
  font-size: 32px;
  font-size: 2.2857142857rem;
  padding-left: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  position: relative;
  margin-bottom: 60px;
}

.heading-lv07.tal {
  text-align: left;
  padding-left: 0;
}

.heading-lv07.pl0 {
  padding-left: 0;
}

.heading-lv07.smb {
  margin-bottom: 45px;
}

.heading-lv07.mb3 {
  margin-bottom: 60px;
}

.heading-lv07.smb2 {
  margin-bottom: 30px;
}

.heading-lv07.lv02 {
  font-weight: 700;
}

.heading-lv07.lv02 span {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: normal;
}

.en .heading-lv07.lv02 span,
.es .heading-lv07.lv02 span {
  font-family: 'Asap', sans-serif;
  font-weight: 700;
}

.heading-lv07 span {
  margin-top: 5px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .heading-lv07 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .heading-lv07:before {
    height: 20px;
  }
  .heading-lv07.tal {
    padding-left: 0;
  }
  .heading-lv07.smb {
    margin-bottom: 20px;
  }
  .heading-lv07.mb3 {
    margin-bottom: 40px;
  }
}

.heading-lv08 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  color: #000;
  line-height: 1.2;
  padding-bottom: 18px;
  position: relative;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.heading-lv08.fs28 {
  font-size: 28px;
  font-size: 2rem;
}

.heading-lv08.mb {
  margin-bottom: 50px;
}

.heading-lv08:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  width: 140px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2px;
  background: url(../img/common/bg-border@2x.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .heading-lv08 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    padding-bottom: 13px;
  }
  .heading-lv08.fs28 {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
  .heading-lv08.mb {
    margin-bottom: 30px;
  }
  .heading-lv08:before {
    width: 90px;
  }
}

.heading-lv09 {
  text-align: center;
  color: #8e8e8e;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .heading-lv09 {
    padding-bottom: 10px;
  }
}

.heading-lv10 {
  text-align: left;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: normal;
}

.heading-lv10 span {
  margin-left: 20px;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

@media screen and (max-width: 750px) {
  .heading-lv10 {
    font-size: 23px;
    font-size: 1.6428571429rem;
  }
  .heading-lv10 span {
    margin-left: 10px;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
}

.heading-lv11 {
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}

.en .heading-lv11,
.es .heading-lv11 {
  font-family: 'Asap', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .heading-lv11 {
    font-size: 28px;
    font-size: 2rem;
  }
}

.heading-lv12 {
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  font-size: 34px;
  font-size: 2.4285714286rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.5;
}

.en .heading-lv12,
.es .heading-lv12 {
  font-family: 'Asap', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .heading-lv12 {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
}

.heading-lv13 {
  color: #c8132d;
  font-weight: 700;
  font-family: 'Asap', sans-serif;
  font-size: 32px;
  font-size: 2.2857142857rem;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .heading-lv13 {
    font-size: 28px;
    font-size: 2rem;
  }
}

.heading-block {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: solid 2px #e7eaee;
  position: relative;
}

.heading-block:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  width: 140px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2px;
  background: url(../img/common/bg-border@2x.jpg) no-repeat center center;
  background-size: cover;
}

.heading-block .title {
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: normal;
}

.heading-block .day-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.heading-block .day-cat .item-day {
  margin-right: 20px;
  color: #acacac;
}

@media screen and (max-width: 750px) {
  .heading-block {
    padding-bottom: 25px;
    margin-bottom: 33px;
  }
  .heading-block .title {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}

.txt-lv01 {
  padding-bottom: 60px;
  text-align: center;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.txt-lv01 > p:not(:last-of-type) {
  margin-bottom: 30px;
}

.txt-lv01.fs16 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

@media screen and (max-width: 750px) {
  .txt-lv01 {
    padding-bottom: 40px;
    font-size: 15.5px;
    font-size: 1.1071428571rem;
  }
  .txt-lv01 > p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.txt-lv02 {
  padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .txt-lv02 {
    padding-bottom: 20px;
  }
}

.txt-lv02.fs18 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

@media screen and (max-width: 750px) {
  .txt-lv02.fs18 {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
}

.txt-lv03 {
  padding-bottom: 60px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .txt-lv03 {
    padding-bottom: 35px;
    line-height: 1.8;
    text-align: left;
  }
}

.fs11 {
  font-size: 11px;
  font-size: 0.7857142857rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.9285714286rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.3571428571rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.5rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.5714285714rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.6428571429rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.7142857143rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.7857142857rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.8571428571rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.9285714286rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2rem;
}

.fs29 {
  font-size: 29px;
  font-size: 2.0714285714rem;
}

.fs30 {
  font-size: 30px;
  font-size: 2.1428571429rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.red {
  color: #c8132d;
}

.link a {
  display: -moz-inline-box;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  color: #c8132d;
  line-height: 1.2;
}

.link a:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 36px;
  height: 10px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow-link.svg) no-repeat center center;
}

.link a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

.link a:hover:before {
  right: -5px;
}

.cat {
  line-height: 1.2;
}

.cat > span, .cat > a {
  width: auto;
  display: -moz-inline-box;
  display: inline-block;
  font-size: 12.5px;
  font-size: 0.8928571429rem;
  font-weight: bold;
  color: #FFF;
  padding: 3px 8px;
  background-color: #c8132d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 750px) {
  .cat > span, .cat > a {
    height: 20px;
    width: auto;
  }
}

.cat > span.border, .cat > a.border {
  border: solid 1px #c8132d;
  background-color: transparent;
  color: #c8132d;
}

.cat > span.radius2, .cat > a.radius2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cat > span.aqua, .cat > a.aqua {
  background-color: #00bcd4;
}

.cat > span.pink, .cat > a.pink {
  background-color: #fa7a8e;
}

@media all and (-ms-high-contrast: none) {
  .cat *::-ms-backdrop, .cat > a {
    padding: 8px 3px 2px;
  }
}

.cat > a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -4px -4px;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-list.pb0 {
  padding-bottom: 0;
}

.tag-list.jff {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.tag-list li {
  margin: 0 4px 4px;
}

.tag-op {
  height: 26px;
  line-height: 26px;
  border: solid 1px #a98949;
  color: #a98949;
  width: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #f5f5f5;
  display: -moz-inline-box;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.tag-cancel {
  height: 26px;
  line-height: 26px;
  border: solid 1px #c8132d;
  color: #c8132d;
  width: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
  display: -moz-inline-box;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .tag-op {
    padding-top: 6px;
  }
  /* IE11 */
}

.tag span, .tag a {
  line-height: 1.2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.9285714286rem;
  display: -moz-inline-box;
  display: inline-block;
  padding: 5px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tag span:hover, .tag a:hover {
  color: #FFF;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  .tag {
    /* IE11 */
  }
  .tag *::-ms-backdrop, .tag span {
    padding: 8px 20px 2px;
  }
}

.tag.small span, .tag.small a {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* .tag.gold span, .tag.gold a {
  background-color: #a98949;
} */

.tag.red span, .tag.red a {
  background-color: #c8132d;
}

.tag.orange span, .tag.orange a {
  background-color: #ff9800;
}

.tag.aqua span, .tag.aqua a {
  background-color: #00bcd4;
}

.tag.pink span, .tag.pink a {
  background-color: #fa7a8e;
}

.tag.green span, .tag.green a {
  background-color: #8bc34a;
}

.tag.yellow span, .tag.yellow a {
  background-color: #f5cc00;
}

.tag.psaver span, .tag.psaver a {
  /* background-color: #005ea6; */
  background-color: #a9a9a9;
}

.tag.aquamarine span, .tag.aquamarine a {
  background-color: #00708e;
}

.tag.gold span, .tag.gold a {
  background-color: #808000;
}

.bold {
  font-weight: bold;
}

/* text */
.post span.new,
.phase span.new{
  color: #c8132d;
}

.post span.marker,
.phase span.marker{
  background-color: #fff000;
}

.post span.underline.pink,
.phase span.underline.pink{
  background: linear-gradient(transparent 70%, #f7a1f4 0);
}
.post span.underline.blue,
.phase span.underline.blue{
  background: linear-gradient(transparent 70%, #6ae2eb 0);
}
.post span.underline.yellow,
.phase span.underline.yellow{
  background: linear-gradient(transparent 70%, #fff000 0);
}

.post span.textbox,
.post ul.textbox,
.phase span.textbox,
.phase ul.textbox{
  display: block;
  padding: 15px;
}
.post ol.textbox,
.phase ol.textbox{
  display: block;
  padding: 15px 15px 15px 2.5em;
}
.post span.textbox.pink,
.post ul.textbox.pink,
.post ol.textbox.pink,
.phase span.textbox.pink,
.phase ul.textbox.pink,
.phase ol.textbox.pink{
  border:2px solid #f7a1f4;
}
.post span.textbox.blue,
.post ul.textbox.blue,
.post ol.textbox.blue,
.phase span.textbox.blue,
.phase ul.textbox.blue,
.phase ol.textbox.blue{
  border:2px solid #6ae2eb;
}
.post span.textbox.yellow,
.post ul.textbox.yellow,
.post ol.textbox.yellow,
.phase span.textbox.yellow,
.phase ul.textbox.yellow,
.phase ol.textbox.yellow{
  border:2px solid #faeb00;
}
.post span.textbox.green,
.post ul.textbox.green,
.post ol.textbox.green,
.phase span.textbox.green,
.phase ul.textbox.green,
.phase ol.textbox.green{
  border:2px solid #4dd16c;
}
.post span.textbox.black,
.post ul.textbox.black,
.post ol.textbox.black,
.phase span.textbox.black,
.phase ul.textbox.black,
.phase ol.textbox.black{
  border:2px dotted #999;
}

.post span.color_textbox,
.post ul.color_textbox,
.phase span.color_textbox,
.phase ul.color_textbox{
  display: block;
  padding: 15px;
}
.post ol.color_textbox,
.phase ol.color_textbox{
  display: block;
  padding: 15px 15px 15px 2.5em;
}
.post span.color_textbox.pink,
.post ul.color_textbox.pink,
.post ol.color_textbox.pink,
.phase span.color_textbox.pink,
.phase ul.color_textbox.pink,
.phase ol.color_textbox.pink{
  background-color: #fff7ff;
  border:2px solid #f7a1f4;
}
.post span.color_textbox.blue,
.post ul.color_textbox.blue,
.post ol.color_textbox.blue,
.phase span.color_textbox.blue,
.phase ul.color_textbox.blue,
.phase ol.color_textbox.blue{
  background-color: #f0fcfc;
  border:2px solid #6ae2eb;
}
.post span.color_textbox.yellow,
.post ul.color_textbox.yellow,
.post ol.color_textbox.yellow,
.phase span.color_textbox.yellow,
.phase ul.color_textbox.yellow,
.phase ol.color_textbox.yellow{
  background-color: #fffeed;
  border:2px solid #faeb00;
}
.post span.color_textbox.green,
.post ul.color_textbox.green,
.post ol.color_textbox.green,
.phase span.color_textbox.green,
.phase ul.color_textbox.green,
.phase ol.color_textbox.green{
  background-color: #edfaf0;
  border:2px solid #4dd16c;
}

.post ul:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .post ul:not(:last-child) {
    margin-top: 20px;
  }
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .post ol:not(:last-child) {
    margin-top: 20px;
  }
}

.post ol li {
  list-style-type: decimal;
  padding-bottom: 5px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
}

.post blockquote {
  display: block;
  padding: 20px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #e3e3e3;
  text-align: center;
}

.post blockquote:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .post blockquote:not(:last-child) {
    margin-top: 20px;
  }
}

.post .h, .post h1, .post h2, .post h3, .post h4, .post h5 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h1:not(:first-child), .post h2:not(:first-child), .post h3:not(:first-child), .post h4:not(:first-child), .post h5:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .post .h:not(:first-child), .post h1:not(:first-child), .post h2:not(:first-child), .post h3:not(:first-child), .post h4:not(:first-child), .post h5:not(:first-child) {
    margin-top: 20px;
  }
}

.post .h:not(:last-child), .post h1:not(:last-child), .post h2:not(:last-child), .post h3:not(:last-child), .post h4:not(:last-child), .post h5:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .post .h:not(:last-child), .post h1:not(:last-child), .post h2:not(:last-child), .post h3:not(:last-child), .post h4:not(:last-child), .post h5:not(:last-child) {
    margin-bottom: 20px;
  }
}

.post h1 {
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .post h1 {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
}

.post h2 {
  font-size: 28px;
  font-size: 2rem;
  font-weight: 700;
  padding: 0;
  text-align: center;
}

.post h2 span {
  padding-top: 86px;
  margin-top: -86px;
}

@media screen and (max-width: 750px) {
  .post h2 {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
}

.post h3 {
  font-size: 28px;
  font-size: 2rem;
  font-weight: 700;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .post h3 {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
}

.post h4 {
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: bold;
}

.post h5 {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin: 40px auto 0;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .post .wp-caption:not(:last-child) {
    margin-top: 20px;
  }
}

.post p:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .post p:not(:last-child) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.post table:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .post table:not(:last-child) {
    margin-top: 20px;
  }
}

.post table td p {
  padding-bottom: 15px;
  line-height: 1.5;
}

.post table td p:last-child {
  padding-bottom: 0;
}

.post cite {
  border: 1px solid #e3e3e3;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.post .video-container {
  max-width: 640px;
  margin: 40px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
  margin-bottom: 30px;
}

.post .gallery img {
  border: none;
}

.post .gallery .gallery-item {
  line-height: 0;
  margin: 0 15px 30px;
  float: inherit;
}

.post .gallery .gallery-caption {
  line-height: 1.5;
}

.post .gallery.gallery-columns-1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.post .gallery.gallery-columns-2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.post .gallery.gallery-columns-2 .gallery-item {
  max-width: calc(50% - 30px);
}

.post .gallery.gallery-columns-3 .gallery-item {
  width: calc(33.333% - 30px);
  margin: 0 15px;
}

@media screen and (max-width: 750px) {
  .post .gallery {
    margin: 0 -10px -20px;
    margin-bottom: 20px;
  }
  .post .gallery.gallery-columns-2 .gallery-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .post .gallery.gallery-columns-3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .post .gallery.gallery-columns-3 .gallery-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}

@media screen and (max-width: 750px) {
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.iv {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

*[data-emergence], *.eg {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

*[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
