@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: lifeup-gym.com
Author URI: https://lifeup-gym.com/
---------------------------------------------------------*/
.mb-none {
  margin-bottom: 0 !important;
}

.mb-xxs {
  margin-bottom: 5px !important;
}

.mb-xs {
  margin-bottom: 10px !important;
}

.mb-sm {
  margin-bottom: 20px !important;
}

.mb-md {
  margin-bottom: 40px !important;
}

.mb-lg {
  margin-bottom: 60px !important;
}

.mb-xl {
  margin-bottom: 80px !important;
}

.mt-xs {
  margin-top: 10px !important;
}

.mt-sm {
  margin-top: 20px !important;
}

.mt-md {
  margin-top: 40px !important;
}

.mt-lg {
  margin-top: 60px !important;
}

.mt-xl {
  margin-top: 80px !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 10px !important;
}

.pb-sm {
  padding-bottom: 20px !important;
}

.pb-md {
  padding-bottom: 40px !important;
}

.pb-lg {
  padding-bottom: 60px !important;
}

.pb-xl {
  padding-bottom: 80px !important;
}

.pt-xs {
  padding-top: 10px !important;
}

.pt-sm {
  padding-top: 20px !important;
}

.pt-md {
  padding-top: 40px !important;
}

.pt-lg {
  padding-top: 60px !important;
}

.pt-xl {
  padding-top: 80px !important;
}

@media screen and (max-width: 600px) {
  .mb-xl {
    margin-bottom: 50px !important;
  }

  .mt-xl {
    margin-top: 50px !important;
  }

  .pb-xl {
    padding-bottom: 50px !important;
  }

  .pt-xl {
    padding-top: 50px !important;
  }

  .sp_mb-none {
    margin-bottom: 0 !important;
  }

  .sp_mb-sm {
    margin-bottom: 20px !important;
  }

  .mb-xxs {
    margin-bottom: 3.75px !important;
  }

  .mb-xs {
    margin-bottom: 7.5px !important;
  }

  .mb-sm {
    margin-bottom: 15px !important;
  }

  .mb-md {
    margin-bottom: 30px !important;
  }

  .mb-lg {
    margin-bottom: 45px !important;
  }

  .mb-xl {
    margin-bottom: 60px !important;
  }
}
.pr-md {
  padding-right: 40px !important;
}

.pl-md {
  padding-left: 40px !important;
}

.pr-sm {
  padding-right: 20px !important;
}

.pl-sm {
  padding-left: 20px !important;
}

.mr-md {
  margin-right: 40px !important;
}

.ml-md {
  margin-left: 40px !important;
}

.mr-sm {
  margin-right: 20px !important;
}

.ml-sm {
  margin-left: 20px !important;
}

@media screen and (max-width: 600px) {
  .sp_pr-none {
    padding-right: 0 !important;
  }

  .sp_pl-none {
    padding-left: 0 !important;
  }
}
.p-sm {
  padding: 20px !important;
}

.fz-lg {
  font-size: 1.2em !important;
}
@media screen and (max-width: 600px) {
  .fz-lg {
    font-size: 1em !important;
  }
}

.fz-xl {
  font-size: 1.4em !important;
}
@media screen and (max-width: 600px) {
  .fz-xl {
    font-size: 1.2em !important;
  }
}

.fz-sm {
  font-size: .8em !important;
}

.bold {
  font-weight: bold;
}

.fll {
  float: left !important;
}

.flr {
  float: right !important;
}

.fln {
  float: none !important;
}

@media screen and (max-width: 600px) {
  .sp_fln {
    float: none !important;
  }
}
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

@media screen and (max-width: 600px) {
  .sp_tac {
    text-align: center !important;
  }

  .sp_tal {
    text-align: left !important;
  }

  .sp_tar {
    text-align: right !important;
  }
}
.vat {
  vertical-align: top !important;
}

.vab {
  vertical-align: bottom !important;
}

.vam {
  vertical-align: middle !important;
}

.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }
}
.d-ib {
  display: inline-block !important;
}

.maxw600 {
  max-width: 600px;
}

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

.indent1em {
  margin-left: 1em;
  text-indent: -1em;
}

.color-red {
  color: #e41e26;
}

html {
  font-size: 62.5%;
}

input[type='radio'],
input[type='checkbox'],
label {
  cursor: pointer;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input.text,
textarea {
  padding: 5px 10px;
  min-height: 36px;
  margin: 0 5px 0 0;
  border: 1px solid #a0a0a0;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #1b1b1b;
  max-width: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type='text'].input-sm,
input[type='password'].input-sm,
input[type='email'].input-sm,
input[type='search'].input-sm,
input[type='tel'].input-sm,
input.text.input-sm,
textarea.input-sm {
  width: 140px;
}
input[type='text'].input-xs,
input[type='password'].input-xs,
input[type='email'].input-xs,
input[type='search'].input-xs,
input[type='tel'].input-xs,
input.text.input-xs,
textarea.input-xs {
  width: 80px;
}

textarea {
  line-height: 1.4;
}

select {
  padding: 5px 10px;
  height: 36px;
  line-height: 1;
  border: 1px solid #a0a0a0;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #1b1b1b;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}

.container.sm {
  max-width: 800px;
}

/*
 btn
----------------------------*/
.btn {
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none !important;
  position: relative;
  border: 1px solid #ffffff;
  padding: 14px 47px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none;
  position: relative;
  outline: none;
}
@media screen and (max-width: 600px) {
  .btn {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.btn:hover {
  text-decoration: none !important;
}
.btn.btn-ghost-primary {
  background: #fff;
  border: 1px solid #e41e26;
  color: #e41e26;
  font-size: 14px;
  font-weight: bold;
}
.btn.btn-ghost-primary:hover {
  opacity: .6;
}
.btn.btn-default {
  background: #e5e5e5;
  border: none;
  color: #1b1b1b;
  font-size: 15px;
  font-weight: bold;
}
.btn.btn-default:hover {
  opacity: .6;
}
.btn.btn-primary {
  background: #e41e26;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.btn.btn-primary:hover {
  opacity: .6;
}
.btn.btn-instagram {
  color: #fff;
  border: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZDQ3NSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTUzZDVkIi8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNjMjMxODYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YzM4YmIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #fed475 0%, #e53d5d 50%, #c23186 70%, #9c38bb 100%);
  background-image: -webkit-linear-gradient(45deg, #fed475 0%, #e53d5d 50%, #c23186 70%, #9c38bb 100%);
  background-image: linear-gradient(45deg, #fed475 0%, #e53d5d 50%, #c23186 70%, #9c38bb 100%);
  font-weight: bold;
}
.btn.btn-instagram:hover {
  opacity: .6;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 6px 18px;
}
.btn.btn-lg {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0;
  padding: 20px 100px;
}
@media screen and (max-width: 600px) {
  .btn.btn-lg {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.btn.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.link-img {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-img:hover {
  opacity: .6;
}

.link-tell {
  font-family: "Roboto Condensed", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #e41e26;
  text-decoration: none !important;
}
.link-tell.link-tell-lg {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -.02em;
}

/*
 page-title
----------------------------*/
.page-title {
  border-bottom: none;
  font-size: 24px;
  color: #e41e26;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.page-title:after {
  content: " ";
  display: block;
  position: static;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 30px;
  height: 3px;
  background: #e41e26;
}

/*
 list
----------------------------*/
.list-inline li {
  vertical-align: bottom;
  display: inline-block;
}

.list-indent {
  list-style: none !important;
  margin-left: 0 !important;
}
.list-indent li {
  text-indent: -1em;
  margin-left: 1em;
}

.list-num {
  list-style: none !important;
  margin-left: 0 !important;
  counter-increment: num;
}
.list-num li {
  position: relative;
  padding-left: 2em;
}
.list-num li:before {
  content: "(" counter(num) ")";
  position: absolute;
  left: 0;
  top: 0;
}

/*
 bxslider
----------------------------*/
.bx-wrapper {
  margin: 0;
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
}
.bx-wrapper .bx-viewport {
  height: 100%;
}
.bx-wrapper .bx-controls-direction a {
  color: #1b1b1b;
  width: 10px;
  height: 25px;
  line-height: 25px;
  font-size: 22px;
  padding: 0;
  text-indent: 0;
  text-align: center;
  vertical-align: 0;
  z-index: 90;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bx-wrapper .bx-controls-direction a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: -30px;
}
.bx-wrapper .bx-controls-direction a.bx-prev .fa {
  padding-right: 2px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: -30px;
}
.bx-wrapper .bx-controls-direction a.bx-next .fa {
  padding-left: 2px;
}
@media screen and (max-width: 600px) {
  .bx-wrapper .bx-controls-direction a {
    opacity: .8 !important;
  }
}
.bx-wrapper .bx-has-pager .bx-controls-direction a {
  margin-top: -25px;
}
.bx-wrapper .bx-pager {
  position: static;
  padding-top: 0;
  line-height: 1;
  padding: 10px 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #dcdcdc;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #969696;
}

/*
 bxslider 前後に1枚ずつ見切れて表示
----------------------------*/
.bx-carousel {
  width: auto;
  position: relative;
  overflow: hidden;
}
.bx-carousel .bx-wrapper {
  width: 1060px;
  margin: 0 auto;
}
.bx-carousel .bx-viewport {
  overflow: visible !important;
}

/*
 ページネーション
----------------------------*/
.pager ul.page-numbers {
  position: relative;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  .pager ul.page-numbers {
    font-size: 11px;
    margin-bottom: 30px;
  }
}
.pager ul.page-numbers li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.pager ul.page-numbers a {
  color: #e41e26;
}
.pager ul.page-numbers .dots,
.pager ul.page-numbers a.page-numbers,
.pager ul.page-numbers span.current {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #e41e26;
  height: 36px;
  line-height: 32px;
  min-width: 36px;
  padding: 0 10px;
  margin: 0 2px 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .pager ul.page-numbers .dots,
  .pager ul.page-numbers a.page-numbers,
  .pager ul.page-numbers span.current {
    min-width: 30px;
    height: 30px;
    line-height: 26px;
  }
}
.pager ul.page-numbers .dots.prev, .pager ul.page-numbers .dots.next,
.pager ul.page-numbers a.page-numbers.prev,
.pager ul.page-numbers a.page-numbers.next,
.pager ul.page-numbers span.current.prev,
.pager ul.page-numbers span.current.next {
  border: none;
  background-color: none;
}
.pager ul.page-numbers span.current,
.pager ul.page-numbers a.page-numbers:hover {
  color: #fff;
  background-color: #e41e26;
  border-color: #e41e26;
}
.pager ul.page-numbers a.prev:hover,
.pager ul.page-numbers a.next:hover {
  color: #e41e26;
  background-color: #fff;
  border-color: #fff;
  opacity: .6;
}

/*
 table
----------------------------*/
.table-default {
  margin-bottom: 30px;
}
.table-default th, .table-default td {
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.table-default th {
  background: #f9f9f9;
  position: relative;
}
.table-default th .label-required {
  float: right;
}

.table-primary {
  margin-bottom: 30px;
}
.table-primary th, .table-primary td {
  padding: 15px 0;
  vertical-align: middle;
  border-bottom: 1px solid #e41e26;
}
.table-primary th {
  font-weight: bold;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .table-primary {
    width: auto;
    display: block;
  }
  .table-primary tbody, .table-primary thead {
    display: block;
  }
  .table-primary tr, .table-primary th, .table-primary td {
    width: auto !important;
    display: block;
    border-bottom: none;
    padding: 0;
  }
  .table-primary th {
    font-weight: bold;
    padding-bottom: 5px;
  }
  .table-primary tr {
    padding: 15px 0;
    border-bottom: 1px solid #e41e26;
  }
}

.table-option {
  margin-bottom: 30px;
}
.table-option th, .table-option td {
  padding: 10px 15px;
  vertical-align: middle;
  background: #f8f8f8;
  border: 4px solid #fff;
}
.table-option th {
  font-weight: bold;
  text-align: center;
  background: #e8dfd1;
}
@media screen and (max-width: 600px) {
  .table-option {
    font-size: 13px;
  }
}

/*
 label
----------------------------*/
.label {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
}
.label.label-required {
  color: #fff;
  background: #e41e26;
}
.label.label-new {
  color: #fff;
  background: #f44336;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.label.label-default {
  font-weight: normal;
  display: inline-block;
  background: #f6f5f5;
  padding: 2px 5px;
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  margin-bottom: 5px;
}
.label.label-default br {
  display: none;
}
.label.label-default i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  text-align: center;
}

.wp-content .title-primary {
  border-bottom: none;
  font-size: 26px;
  color: #003662;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .wp-content .title-primary {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}
.wp-content .title-primary:after {
  content: " ";
  display: block;
  position: static;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 30px;
  height: 3px;
}
@media screen and (max-width: 600px) {
  .wp-content .title-primary:after {
    margin-top: 10px;
  }
}

/*
 MV付きのタイトル
----------------------------*/
.page-header {
  text-align: center;
  position: relative;
  height: auto;
  width: auto;
}
.page-header .title {
  color: #fff;
  font-weight: normal;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  line-height: 1;
}
.page-header .title .en {
  font-family: "Roboto Condensed", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
}
@media screen and (max-width: 600px) {
  .page-header .title .en {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.page-header .title .en:before, .page-header .title .en:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 10px;
  background: #fff;
  margin: 0 10px;
}
.page-header .title .ja {
  font-family: "Roboto Condensed", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .page-header .title .ja {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.page-header .bg {
  z-index: 1;
}
.page-header .bg img {
  width: 100%;
}
.page-header .bg .bg-img {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-header .bg.bg-video {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.page-header .bg.bg-video video,
.page-header .bg.bg-video img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .page-header .bg.bg-video video,
  .page-header .bg.bg-video img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.page-header:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.page-header:after {
  content: " ";
  display: block;
  padding-top: 400px;
  background: #000;
}
@media screen and (max-width: 600px) {
  .page-header:after {
    padding-top: 60%;
  }
}

/*
 col2
----------------------------*/
.col5 {
  *zoom: 1;
}
.col5:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col5 > * {
  width: 19.2%;
  float: left;
  clear: none;
  margin-right: 1%;
}
.col5 > *:nth-child(5n-1) {
  float: left;
  clear: none;
  margin-right: 1%;
}
.col5 > *:nth-child(5n-2) {
  float: left;
  clear: none;
  margin-right: 1%;
}
.col5 > *:nth-child(5n-3) {
  float: left;
  clear: none;
  margin-right: 1%;
}
.col5 > *:nth-child(5n-4) {
  float: left;
  clear: none;
  margin-right: 1%;
}
.col5 > *:nth-child(5n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col5 > *:nth-child(5n-1) {
  margin-right: 0;
  clear: none;
}
.col5 > *:nth-child(5n-4) {
  clear: both;
}
.col5 > * {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .col5 {
    *zoom: 1;
  }
  .col5:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .col5 > * {
    width: 50%;
    float: left;
    clear: none;
    margin-right: 0;
  }
  .col5 > *:nth-child(2n-1) {
    float: left;
    clear: none;
    margin-right: 0;
  }
  .col5 > *:nth-child(2n) {
    float: right;
    margin-right: 0;
    clear: none;
  }
  .col5 > *:nth-child(2n-1) {
    margin-right: 0;
    clear: none;
  }
  .col5 > *:nth-child(2n-1) {
    clear: both;
  }
}

.col3 {
  *zoom: 1;
}
.col3:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col3 > * {
  width: 32%;
  float: left;
  clear: none;
  margin-right: 2%;
}
.col3 > *:nth-child(3n-1) {
  float: left;
  clear: none;
  margin-right: 2%;
}
.col3 > *:nth-child(3n-2) {
  float: left;
  clear: none;
  margin-right: 2%;
}
.col3 > *:nth-child(3n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col3 > *:nth-child(3n-1) {
  margin-right: 0;
  clear: none;
}
.col3 > *:nth-child(3n-2) {
  clear: both;
}
.col3 > * {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .col3 {
    *zoom: 1;
  }
  .col3:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .col3 > * {
    width: auto !important;
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .col3 > *:nth-child(1n-1) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .col3 > *:nth-child(1n-0) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
}

.col3-full {
  *zoom: 1;
}
.col3-full:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col3-full > * {
  width: 33.33333%;
  float: left;
  clear: none;
  margin-right: 0;
}
.col3-full > *:nth-child(3n-1) {
  float: left;
  clear: none;
  margin-right: 0;
}
.col3-full > *:nth-child(3n-2) {
  float: left;
  clear: none;
  margin-right: 0;
}
.col3-full > *:nth-child(3n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col3-full > *:nth-child(3n-1) {
  margin-right: 0;
  clear: none;
}
.col3-full > *:nth-child(3n-2) {
  clear: both;
}
.col3-full > * {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .col3-full {
    *zoom: 1;
  }
  .col3-full:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .col3-full > * {
    width: auto !important;
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .col3-full > *:nth-child(1n-1) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .col3-full > *:nth-child(1n-0) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
}

.col2 {
  *zoom: 1;
}
.col2:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col2 > * {
  width: 49.25%;
  float: left;
  clear: none;
  margin-right: 1.5%;
}
.col2 > *:nth-child(2n-1) {
  float: left;
  clear: none;
  margin-right: 1.5%;
}
.col2 > *:nth-child(2n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col2 > *:nth-child(2n-1) {
  margin-right: 0;
  clear: none;
}
.col2 > *:nth-child(2n-1) {
  clear: both;
}
.col2 > * {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .col2 {
    *zoom: 1;
  }
  .col2:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .col2 > * {
    width: auto !important;
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .col2 > *:nth-child(1n-1) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .col2 > *:nth-child(1n-0) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
}

/*
 modal
----------------------------*/
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  padding: 25px 30px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    margin-top: 100px;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

/*
 breadcrumbs
----------------------------*/
.breadcrumbs {
  background: rgba(228, 30, 38, 0.05);
  margin-bottom: 40px;
  padding: 10px 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.17px;
}
.breadcrumbs .fa {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 5px;
  margin-left: 10px;
}
.breadcrumbs a {
  color: #1b1b1b;
}
.breadcrumbs a .fa {
  margin-left: 0;
}
.breadcrumbs span {
  display: inline;
}

.news-item {
  text-decoration: none;
}
.news-item:hover .news-item-title {
  text-decoration: none;
}

a.news-item {
  text-decoration: none;
}
a.news-item:hover .news-item-title {
  text-decoration: underline;
}

.recommend-main {
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .recommend-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.recommend-main-def > dt {
  font-size: 35px;
}
@media screen and (max-width: 600px) {
  .recommend-main-def > dt {
    font-size: 20px;
  }
}

.recommend-main-def > dd {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .recommend-main-def > dd {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .recommend-main-figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.recommend-result-def > dd {
  padding-right: 100px;
}
@media screen and (max-width: 600px) {
  .recommend-result-def > dd {
    padding-right: 70px;
  }
}

@media screen and (max-width: 600px) {
  .about-item-body {
    padding-top: 20px;
  }
}
.about-item-body .txt-lg {
  font-size: 36px;
  font-weight: bold;
  color: #e41e26;
}
@media screen and (max-width: 600px) {
  .about-item-body .txt-lg {
    font-size: 20px;
  }
}
.about-item-body .txt-md {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .about-item-body .txt-md {
    font-size: 18px;
  }
}
.about-item-body .txt-sm {
  font-size: 20px;
  line-height: 1.8;
  color: #e41e26;
}
@media screen and (max-width: 600px) {
  .about-item-body .txt-sm {
    font-size: 16px;
  }
}
.about-item-body.txt-img {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .about-item-body.txt-img {
    display: block;
  }
}
.about-item-body.txt-img .txt {
  padding-right: 40px;
}
@media screen and (max-width: 600px) {
  .about-item-body.txt-img .txt {
    padding-right: 0;
  }
}
.about-item-body.txt-img .img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
}

.about-item-figure {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .about-item-figure {
    text-align: center;
  }
}

.trial-price {
  align-items: center;
}

.price-box-price {
  text-align: center;
  font-size: 30px;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .price-box-price {
    font-size: 16px;
    padding: 10px;
  }
}
.price-box-price small {
  font-weight: normal;
  font-size: 0.6em;
}
.price-box-price ~ .price-box {
  margin-top: 20px;
}

.price-table-th.em {
  font-weight: bold;
}

.price-table-td.em {
  font-weight: bold;
  background: #ffd5d7;
}

.form-area .title {
  border: none;
  padding: 0;
  background: none;
  font-size: 18px;
  margin-bottom: 10px;
}
.form-area .table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  background-color: #dcdcdc;
}
.form-area .table th, .form-area .table td {
  vertical-align: middle;
  text-align: left;
}
.form-area .table th {
  width: 180px;
  padding: 12px 10px;
  background-color: #f6f6f6;
  vertical-align: top;
  white-space: normal;
}
.form-area .table th .label-must {
  background-color: #e41010;
  float: right;
  margin-top: 2px;
  font-weight: bold;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
}
.form-area .table td {
  padding: 8px;
  background: #fff;
}
.form-area .memo {
  color: #1800ff;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .form-area .table {
    margin: 0;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
  }
  .form-area .table, .form-area .table tbody, .form-area .table thead, .form-area .table tfoot, .form-area .table tr, .form-area .table th, .form-area .table td {
    display: block;
  }
  .form-area .table th, .form-area .table td {
    width: auto;
    border-bottom: 1px solid #dcdcdc;
  }
  .form-area .table th {
    padding: 8px 10px;
  }
}

.form-note {
  font-size: 1.1rem;
  padding: 20px;
  border: 1px solid #dcdcdc;
  margin-top: 20px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .form-note {
    padding: 10px;
  }
}

.form-btns {
  text-align: center;
  padding: 40px 0 0;
}
.form-btns br {
  display: none;
}
.form-btns .btn {
  margin: 10px 5px;
}

.section-form {
  position: relative;
}

.footer-sub-caption a {
  color: #fff;
}

.wp-content {
  *zoom: 1;
}
.wp-content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.wp-content,
body#tinymce {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 200;
}
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}
.wp-content h1:first-child,
.wp-content h2:first-child,
.wp-content h3:first-child,
.wp-content h4:first-child,
.wp-content h5:first-child,
body#tinymce h1:first-child,
body#tinymce h2:first-child,
body#tinymce h3:first-child,
body#tinymce h4:first-child,
body#tinymce h5:first-child {
  margin-top: 0;
}
.wp-content h2,
body#tinymce h2 {
  margin-top: 30px;
  font-size: 20px;
  font-size: 2.0rem;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
  color: #e41e26;
}
.wp-content h2:after,
body#tinymce h2:after {
  content: " ";
  display: block;
  width: 24%;
  height: 2px;
  background: #e41e26;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.wp-content h3,
body#tinymce h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
.wp-content h3:before,
body#tinymce h3:before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  background: #e41e26;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.wp-content h4,
body#tinymce h4 {
  font-size: 15px;
  font-size: 1.5rem;
}
.wp-content h5,
body#tinymce h5 {
  font-size: 14px;
  font-size: 1.4rem;
}
.wp-content a,
body#tinymce a {
  text-decoration: underline;
}
.wp-content a:hover,
body#tinymce a:hover {
  text-decoration: none;
}
.wp-content .aligncenter,
body#tinymce .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-content .alignleft,
body#tinymce .alignleft {
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}
.wp-content .alignright,
body#tinymce .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}
.wp-content .wp-caption-dd,
.wp-content .wp-caption-text,
body#tinymce .wp-caption-dd,
body#tinymce .wp-caption-text {
  margin-top: 5px;
  font-size: 12px;
  color: #383838;
  font-style: italic;
}
.wp-content ul,
body#tinymce ul {
  list-style: disc;
  margin-left: 1.5em;
}
.wp-content ol,
body#tinymce ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.wp-content li,
body#tinymce li {
  list-style: inherit !important;
  margin-top: .5em;
  margin-bottom: .5em;
}
.wp-content b, .wp-content strong, .wp-content em,
body#tinymce b,
body#tinymce strong,
body#tinymce em {
  font-weight: bold;
}
.wp-content hr,
body#tinymce hr {
  margin-top: 10px;
  border: none;
  border-top: 1px solid #c9c9c9;
}
.wp-content table,
body#tinymce table {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 1em;
}
.wp-content table th, .wp-content table td,
body#tinymce table th,
body#tinymce table td {
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.wp-content table th,
body#tinymce table th {
  background: rgba(228, 30, 38, 0.05);
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .wp-content table,
  body#tinymce table {
    font-size: 11px;
  }
  .wp-content table th, .wp-content table td,
  body#tinymce table th,
  body#tinymce table td {
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .wp-content table.table-responsive,
  body#tinymce table.table-responsive {
    font-size: inherit;
    width: auto;
    display: block;
  }
  .wp-content table.table-responsive tbody, .wp-content table.table-responsive thead,
  body#tinymce table.table-responsive tbody,
  body#tinymce table.table-responsive thead {
    display: block;
  }
  .wp-content table.table-responsive tr, .wp-content table.table-responsive th, .wp-content table.table-responsive td,
  body#tinymce table.table-responsive tr,
  body#tinymce table.table-responsive th,
  body#tinymce table.table-responsive td {
    width: auto !important;
    display: block;
    border-bottom: none;
  }
  .wp-content table.table-responsive th,
  body#tinymce table.table-responsive th {
    font-weight: bold;
  }
  .wp-content table.table-responsive th, .wp-content table.table-responsive td,
  body#tinymce table.table-responsive th,
  body#tinymce table.table-responsive td {
    padding: 5px 8px;
  }
}

body#tinymce {
  font-size: 15px;
}
body#tinymce h1 {
  font-size: 16px;
}
body#tinymce h2 {
  font-size: 20px;
}
body#tinymce h3 {
  font-size: 16px;
}
body#tinymce h4 {
  font-size: 15px;
}
body#tinymce h5 {
  font-size: 14px;
}

[data-wpview-text*="youtube"] .wpview-content,
[data-mce-p-src^="https://www.youtube.com"],
.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
[data-wpview-text*="youtube"] .wpview-content iframe,
[data-mce-p-src^="https://www.youtube.com"] iframe,
.iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

iframe {
  max-width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-container video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

video {
  max-width: 100%;
}

.gallery-images li a {
  height: 75px;
  overflow: hidden;
  display: block;
}
.gallery-images li.current a {
  height: 69px;
  border: 3px solid #ccc;
}

.gallery-item img {
  box-sizing: border-box;
}

/*
     FILE ARCHIVED ON 08:15:03 Oct 22, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:15:38 Sep 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.436
  exclusion.robots: 0.053
  exclusion.robots.policy: 0.044
  esindex: 0.006
  cdx.remote: 23.201
  LoadShardBlock: 77.788 (3)
  PetaboxLoader3.datanode: 584.754 (5)
  PetaboxLoader3.resolve: 409.496 (2)
  load_resource: 925.25
  loaddict: 20.062
*/