@charset "UTF-8";
/*=========================================================================
//
// basic
//
==========================================================================*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*-------------------------------------------------------------------------
 base setting
--------------------------------------------------------------------------*/
body,
input,
textarea,
select,
option,
button {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  font-style: normal;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #333;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

@media screen and (max-width: 750px) {
  body,
  input,
  textarea,
  select,
  option,
  button {
    font-size: 1.4rem;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: #ccc;
}

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

body, p, form,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

p {
  word-wrap: break-word;
}

em {
  font-style: normal;
}

a:link,
a:active,
a:visited,
a:focus {
  color: #00a2e6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: top;
  line-height: 0;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #d2d2d2;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
}

textarea {
  width: 100%;
  display: block;
  resize: vertical;
  padding: 4px;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select {
  padding: 3px;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

label {
  display: block;
  cursor: pointer;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 0.75em;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

/*=========================================================================
//
// general
//
==========================================================================*/
/*-------------------------------------------------------------------------
 general
--------------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}

.htv-img-full {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.htv-img-max {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.htv-txt-s {
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .htv-txt-s {
    font-size: 1.2rem;
  }
}

.htv-txt-l {
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
  .htv-txt-l {
    font-size: 1.6rem;
  }
}

.htv-lh-def {
  line-height: 1.6 !important;
}

.htv-ta-l {
  text-align: left !important;
}

.htv-ta-c {
  text-align: center !important;
}

.htv-ta-r {
  text-align: right !important;
}

.htv-va-t {
  vertical-align: top !important;
}

.htv-va-m {
  vertical-align: middle !important;
}

.htv-va-b {
  vertical-align: bottom !important;
}

@media screen and (min-width: 751px) {
  .htv-ta-l-pc {
    text-align: left !important;
  }
  .htv-ta-r-pc {
    text-align: right !important;
  }
  .htv-ta-c-pc {
    text-align: center !important;
  }
  .htv-home-hero__col__item:nth-child(1){
    position: relative;
    left: 68px;
  }
}

@media screen and (max-width: 750px) {
  .htv-ta-l-sp {
    text-align: left !important;
  }
  .htv-ta-r-sp {
    text-align: right !important;
  }
  .htv-ta-c-sp {
    text-align: center !important;
  }
}

.htv-nowrap {
  white-space: nowrap !important;
}

.htv-block {
  display: block !important;
}

.htv-inline {
  display: inline !important;
}

.htv-inline-block {
  display: inline-block !important;
}

.htv-block-pc {
  display: block !important;
}

.htv-block-sp {
  display: none !important;
}

.htv-inline-pc {
  display: inline !important;
}

.htv-inline-sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .htv-block-pc {
    display: none !important;
  }
  .htv-block-sp {
    display: block !important;
  }
  .htv-inline-pc {
    display: none !important;
  }
  .htv-inline-sp {
    display: inline !important;
  }
}

/* margin, padding
----------------------------------------------------------- */
.htv-mt-0 {
  margin-top: 0px !important;
}

.htv-mt-5 {
  margin-top: 5px !important;
}

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

.htv-mt-15 {
  margin-top: 15px !important;
}

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

.htv-mt-25 {
  margin-top: 25px !important;
}

.htv-mt-30 {
  margin-top: 30px !important;
}

.htv-mt-35 {
  margin-top: 35px !important;
}

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

.htv-mt-45 {
  margin-top: 45px !important;
}

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

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

.htv-mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

.htv-mb-25 {
  margin-bottom: 25px !important;
}

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

.htv-mb-35 {
  margin-bottom: 35px !important;
}

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

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

.htv-mb-50 {
  margin-bottom: 50px !important;
}


.htv-ml-0 {
  margin-left: 0px !important;
}

.htv-ml-5 {
  margin-left: 5px !important;
}

.htv-ml-10 {
  margin-left: 10px !important;
}

.htv-ml-15 {
  margin-left: 15px !important;
}

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

.htv-ml-25 {
  margin-left: 25px !important;
}

.htv-ml-30 {
  margin-left: 30px !important;
}

.htv-ml-35 {
  margin-left: 35px !important;
}

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

.htv-ml-45 {
  margin-left: 45px !important;
}

.htv-ml-50 {
  margin-left: 50px !important;
}

.htv-mr-0 {
  margin-right: 0px !important;
}

.htv-mr-5 {
  margin-right: 5px !important;
}

.htv-mr-10 {
  margin-right: 10px !important;
}

.htv-mr-15 {
  margin-right: 15px !important;
}

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

.htv-mr-25 {
  margin-right: 25px !important;
}

.htv-mr-30 {
  margin-right: 30px !important;
}

.htv-mr-35 {
  margin-right: 35px !important;
}

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

.htv-mr-45 {
  margin-right: 45px !important;
}

.htv-mr-50 {
  margin-right: 50px !important;
}

.htv-pt-0 {
  padding-top: 0px !important;
}

.htv-pt-5 {
  padding-top: 5px !important;
}

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

.htv-pt-15 {
  padding-top: 15px !important;
}

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

.htv-pt-25 {
  padding-top: 25px !important;
}

.htv-pt-30 {
  padding-top: 30px !important;
}

.htv-pt-35 {
  padding-top: 35px !important;
}

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

.htv-pt-45 {
  padding-top: 45px !important;
}

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

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

.htv-pb-5 {
  padding-bottom: 5px !important;
}

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

.htv-pb-15 {
  padding-bottom: 15px !important;
}

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

.htv-pb-25 {
  padding-bottom: 25px !important;
}

.htv-pb-30 {
  padding-bottom: 30px !important;
}

.htv-pb-35 {
  padding-bottom: 35px !important;
}

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

.htv-pb-45 {
  padding-bottom: 45px !important;
}

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

.htv-pl-0 {
  padding-left: 0px !important;
}

.htv-pl-5 {
  padding-left: 5px !important;
}

.htv-pl-10 {
  padding-left: 10px !important;
}

.htv-pl-15 {
  padding-left: 15px !important;
}

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

.htv-pl-25 {
  padding-left: 25px !important;
}

.htv-pl-30 {
  padding-left: 30px !important;
}

.htv-pl-35 {
  padding-left: 35px !important;
}

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

.htv-pl-45 {
  padding-left: 45px !important;
}

.htv-pl-50 {
  padding-left: 50px !important;
}

.htv-pr-0 {
  padding-right: 0px !important;
}

.htv-pr-5 {
  padding-right: 5px !important;
}

.htv-pr-10 {
  padding-right: 10px !important;
}

.htv-pr-15 {
  padding-right: 15px !important;
}

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

.htv-pr-25 {
  padding-right: 25px !important;
}

.htv-pr-30 {
  padding-right: 30px !important;
}

.htv-pr-35 {
  padding-right: 35px !important;
}

.htv-pr-40 {
  padding-right: 40px !important;
}

.htv-pr-45 {
  padding-right: 45px !important;
}

.htv-pr-50 {
  padding-right: 50px !important;
}

.htv-p-0 {
  padding: 0px !important;
}

/* width
--------------------------------------------------------*/
.htv-w-5 {
  width: 5% !important;
}

.htv-w-10 {
  width: 10% !important;
}

.htv-w-15 {
  width: 15% !important;
}

.htv-w-20 {
  width: 20% !important;
}

.htv-w-25 {
  width: 25% !important;
}

.htv-w-30 {
  width: 30% !important;
}

.htv-w-35 {
  width: 35% !important;
}

.htv-w-40 {
  width: 40% !important;
}

.htv-w-45 {
  width: 45% !important;
}

.htv-w-50 {
  width: 50% !important;
}

.htv-w-55 {
  width: 55% !important;
}

.htv-w-60 {
  width: 60% !important;
}

.htv-w-65 {
  width: 65% !important;
}

.htv-w-70 {
  width: 70% !important;
}

.htv-w-75 {
  width: 75% !important;
}

.htv-w-80 {
  width: 80% !important;
}

.htv-w-85 {
  width: 85% !important;
}

.htv-w-90 {
  width: 90% !important;
}

.htv-w-95 {
  width: 95% !important;
}

.htv-w-100 {
  width: 100% !important;
}

.htv-w-33 {
  width: 33% !important;
}

.htv-w-full {
  width: 100% !important;
}

.htv-w-auto {
  width: auto !important;
}

.htv-w-pc-5 {
  width: 5% !important;
}

.htv-w-pc-10 {
  width: 10% !important;
}

.htv-w-pc-15 {
  width: 15% !important;
}

.htv-w-pc-20 {
  width: 20% !important;
}

.htv-w-pc-25 {
  width: 25% !important;
}

.htv-w-pc-30 {
  width: 30% !important;
}

.htv-w-pc-35 {
  width: 35% !important;
}

.htv-w-pc-40 {
  width: 40% !important;
}

.htv-w-pc-45 {
  width: 45% !important;
}

.htv-w-pc-50 {
  width: 50% !important;
}

.htv-w-pc-55 {
  width: 55% !important;
}

.htv-w-pc-60 {
  width: 60% !important;
}

.htv-w-pc-65 {
  width: 65% !important;
}

.htv-w-pc-70 {
  width: 70% !important;
}

.htv-w-pc-75 {
  width: 75% !important;
}

.htv-w-pc-80 {
  width: 80% !important;
}

.htv-w-pc-85 {
  width: 85% !important;
}

.htv-w-pc-90 {
  width: 90% !important;
}

.htv-w-pc-95 {
  width: 95% !important;
}

.htv-w-pc-100 {
  width: 100% !important;
}

@media screen and (max-width: 750px) {
  .htv-w-pc-5 {
    width: 100% !important;
  }
  .htv-w-pc-10 {
    width: 100% !important;
  }
  .htv-w-pc-15 {
    width: 100% !important;
  }
  .htv-w-pc-20 {
    width: 100% !important;
  }
  .htv-w-pc-25 {
    width: 100% !important;
  }
  .htv-w-pc-30 {
    width: 100% !important;
  }
  .htv-w-pc-35 {
    width: 100% !important;
  }
  .htv-w-pc-40 {
    width: 100% !important;
  }
  .htv-w-pc-45 {
    width: 100% !important;
  }
  .htv-w-pc-50 {
    width: 100% !important;
  }
  .htv-w-pc-55 {
    width: 100% !important;
  }
  .htv-w-pc-60 {
    width: 100% !important;
  }
  .htv-w-pc-65 {
    width: 100% !important;
  }
  .htv-w-pc-70 {
    width: 100% !important;
  }
  .htv-w-pc-75 {
    width: 100% !important;
  }
  .htv-w-pc-80 {
    width: 100% !important;
  }
  .htv-w-pc-85 {
    width: 100% !important;
  }
  .htv-w-pc-90 {
    width: 100% !important;
  }
  .htv-w-pc-95 {
    width: 100% !important;
  }
  .htv-w-pc-100 {
    width: 100% !important;
  }
}

/*=========================================================================
//
// layout / module
//
==========================================================================*/
/* breadcrumb
--------------------------------------------------------------------------*/
.htv-breadcrumb__list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px 15px;
  letter-spacing: -.40em;
}

.htv-breadcrumb__list > li {
  display: inline-block;
  padding-right: 32px;
  letter-spacing: normal;
  color: #666;
  font-size: 1.3rem;
  position: relative;
}

.htv-breadcrumb__list > li::after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 14px;
  width: 3px;
  height: 3px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.htv-breadcrumb__list > li:last-child::after {
  padding-right: 0;
  content: none;
}

@media screen and (max-width: 750px) {
  .htv-breadcrumb {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .htv-breadcrumb__list {
    display: table;
    margin: 0;
  }
  .htv-breadcrumb__list > li {
    display: table-cell;
    white-space: nowrap;
    font-size: 1.2rem;
  }
}

/* content
--------------------------------------------------------------------------*/
.htv-content {
  min-width: 320px;
  position: relative;
}

.htv-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
  padding-bottom: 45px;
  background-color: #000;
}

.htv-content__head::after {
  content: "";
  display: block;
  min-height: inherit;
}

.htv-content__head-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 15px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.htv-content__heading:not(:last-child) {
  margin-right: 15px;
}

.htv-content__title {
  font-size: 2.8rem;
  line-height: 1.3;
  color: #fff;
}

.htv-content__subttl {
  margin-bottom: 2px;
  font-size: 1.4rem;
  color: #fff;
}

.htv-content__head-tag {
  margin-top: 15px;
}

.htv-content__head-tag > ul > li {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #cc0033;
  margin-left: 7px;
  padding: 5px 10px 4px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #cc0033;
  line-height: 1;
}

.htv-content__head-tag > ul > li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  .htv-content__head-tag {
    margin-top: 15px;
  }
  .htv-content__head-tag > ul {
    margin-top: -5px;
    margin-left: 0;
  }
  .htv-content__head-tag > ul > li {
    margin-top: 5px;
    margin-left: 3px;
    padding: 3px 6px;
    font-size: 1.2rem;
  }
}

.htv-content__main {
  margin: 0 15px 50px;
}

.htv-content__main-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: -45px auto 0;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
          box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
}

.htv-content__main-area__inner {
  padding: 60px 30px;
}

.htv-content__main-area__inner > :first-child {
  margin-top: 0;
}

.htv-content__main-area__inner > :last-child {
  margin-bottom: 0;
}

.htv-content__main-area__inner + .htv-content__main-area__inner {
  border-top: 1px solid #ddd;
}

.htv-content__main-top-area__inner {
  padding: 60px 30px;
  text-align: center;
}

.htv-content__main-btm-area {
  max-width: 1000px;
  margin: 0 auto;
}

.htv-content__main-btm-area__inner {
  padding: 40px 30px 0;
}

@media screen and (max-width: 750px) {
  .htv-content {
    padding: 0 0 2px;
    overflow: hidden;
  }
  .htv-content__head {
    display: block;
    min-height: inherit;
    padding-bottom: 38px;
  }
  .htv-content__head::after {
    content: none;
  }
  .htv-content__head-inner {
    width: auto;
    display: block;
    padding: 18px 0;
  }
  .htv-content__title {
    font-size: 2rem;
  }
  .htv-content__subttl {
    font-size: 1rem;
  }
  .htv-content__head-tag {
    margin-top: 12px;
  }
  .htv-content__head-tag > ul {
    margin-top: -5px;
  }
  .htv-content__head-tag > ul > li {
    margin-top: 5px;
    margin-left: 2px;
    padding: 3px 5px;
    border-width: 1px;
    font-size: 1.2rem;
  }
  .htv-content__main-area {
    margin-top: -38px;
  }
  .htv-content__main-area__inner {
    padding: 30px 15px;
  }
  .htv-content__main-top-area__inner {
    padding: 40px 0;
  }
  .htv-content__main-btm-area__inner {
    padding: 30px 15px 0;
  }
}

/* footer
--------------------------------------------------------------------------*/
.htv-footer {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

.htv-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 15px;
}

.htv-footer__logo img {
  display: block;
  width: 130px;
  height: 54px;
}

.htv-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.htv-footer__navgroup {
  min-width: 18%;
  margin-left: 3%;
  font-size: 1.4rem;
  line-height: 1.3;
}

.htv-footer__navgroup:first-child {
  margin-left: 0;
}

.htv-footer__navgroup > dt {
  margin-bottom: 10px;
  font-weight: bold;
}

.htv-footer__navgroup > dd {
  display: block;
}

.htv-footer__navgroup > dd > ul > li {
  margin-top: 4px;
}

.htv-footer__navgroup > dd > ul > li > a {
  color: #666;
}

.htv-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
/*
.htv-footer__infolink {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
*/
.htv-footer__infolink {
  font-size: 1.4rem;
}
.htv-footer__infolink > li {
  margin-right: 20px;
  float: left;
}
.htv-footer__infolink > li:last-child{
  float: none;
}
.htv-footer__infolink > li > a {
  color: #666;
}

.htv-footer__copyright {
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  .htv-footer__inner {
    padding: 30px 0;
  }
  .htv-footer__logo img {
    display: block;
    width: 130px;
    height: 54px;
    margin: 0 auto;
  }
  .htv-footer__nav {
    display: block;
    margin-top: 28px;
    border-bottom: 1px solid #ddd;
  }
  .htv-footer__navgroup {
    margin-left: 0;
  }
  .htv-footer__navgroup > dt {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 52px;
    border-top: 1px solid #ddd;
    padding: 6px 40px 6px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .htv-footer__navgroup > dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: 2px solid #00a2e6;
    border-right: 2px solid #00a2e6;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .htv-footer__navgroup > dt.is-active::after {
    margin-top: -2px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .htv-footer__navgroup > dd {
    display: none;
    background-color: #fff;
    border-top: 1px solid #ddd;
  }
  .htv-footer__navgroup > dd > ul {
    padding: 0 15px;
  }
  .htv-footer__navgroup > dd > ul > li {
    margin-top: 0;
    border-top: 1px solid #ddd;
  }
  .htv-footer__navgroup > dd > ul > li:first-child {
    border-top: 0;
  }
  .htv-footer__navgroup > dd > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 52px;
    padding: 6px 25px 6px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .htv-footer__navgroup > dd > ul > li > a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-top: 2px solid #00a2e6;
    border-right: 2px solid #00a2e6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .htv-footer__info {
    display: block;
    margin-top: 22px;
    padding-top: 0;
    border-top: 0;
  }
  .htv-footer__infolink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .htv-footer__infolink > li {
    margin: 3px 10px;
  }
  .htv-footer__copyright {
    margin-top: 16px;
    text-align: center;
  }
}

/* header
--------------------------------------------------------------------------*/
.htv-header {
  position: relative;
  background-color: #FFF;
  border-bottom: 1px solid #ddd;
}

.htv-header__inner {
  max-width: 1000px;
  height: 72px;
  margin: 0 auto;
  padding: 0 15px 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.htv-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  -ms-flex-item-align: center;
      align-self: center;
}

.htv-header__logo img {
  width: 240px;
  height: 25px;
}

.htv-header__login {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: right;
}

.htv-header__nav-btn {
  display: none;
}

.htv-header__hnav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.htv-header__hnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 72px;
}

.htv-header__hnav > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 12px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.htv-header__hnav > ul > li > a {
  display: block;
  padding-left: 32px;
  text-decoration: none;
  color: #333;
}

.htv-header__hnav > ul > li > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.htv-header__hnav > ul > li > a.htv-hnav-news::before {
  background-image: url(/sources/all/imgs/assets/icon_header_news.svg);
}

.htv-header__hnav > ul > li > a.htv-hnav-entry::before {
  background-image: url(/sources/all/imgs/assets/icon_header_entry.svg);
}

.htv-header__hnav > ul > li > a.htv-hnav-recommend::before {
  background-image: url(/sources/all/imgs/assets/icon_header_recommend.svg);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.htv-header__hnav > ul > li > a.htv-hnav-support::before {
  background-image: url(/sources/all/imgs/assets/icon_header_support.svg);
}

.htv-header__hnav > ul > li.is-current > a,
.htv-header__hnav > ul > li:not(.htv-header__hnav-menu) > a:hover {
  color: #000;
}

.htv-header__hnav > ul > li.is-current > a::after,
.htv-header__hnav > ul > li:not(.htv-header__hnav-menu) > a:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: -10px;
  width: calc(100% + 20px);
  height: 100%;
  border-bottom: 3px solid #cc0033;
}

.htv-header__hnav-menu.is-active .htv-header__hnav-sub {
  display: block;
}

.htv-header__hnav-sub {
  display: none;
  position: absolute;
  top: 70px;
  left: 50%;
  min-width: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
          box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
  z-index: 1000;
}

.htv-header__hnav-sub::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
          transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
          box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
  z-index: 1;
  z-index: 3001;
}

.htv-header__hnav-sub__inner {
  position: relative;
  background-color: #fff;
  z-index: 2;
  z-index: 3002;
}

.htv-header__hnav-sub__inner ul {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  text-align: left;
}

.htv-header__hnav-sub__inner ul > li {
  margin: 0;
}

.htv-header__hnav-sub__inner ul > li > a {
  display: block;
  padding: 10px 22px;
  color: #000;
}

.htv-header__hnav-sub__inner ul > li > a:hover {
  background-color: #f8f8f8;
  color: #00a2e6;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .htv-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
  }
  .htv-header__logo img {
    width: 190px;
    height: 20px;
  }
  .htv-header__login {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 92px;
            flex: 0 0 92px;
  }
  .htv-header__hnav > ul > li {
    margin: 0 8px;
    font-size: 1.3rem;
  }
  .htv-header__hnav > ul > li > a {
    padding-left: 26px;
  }
  .htv-header__hnav > ul > li > a::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}

@media screen and (max-width: 750px) {
  .htv-header {
    position: relative;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 1000;
  }
  .htv-header.is-fixed {
    position: fixed;
  }
  .htv-header.is-fixed + .htv-content {
    padding-top: 61px;
  }
  .htv-header__inner {
    height: auto;
  }
  .htv-header__logo {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .htv-header__logo img {
    width: 91px;
    height: 32px;
  }
  .htv-header__login {
    position: absolute;
    top: 16px;
    right: 53px;
  }
  .htv-header__login img {
    width: 84px;
    height: 26px;
  }
  .htv-header__nav-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 16px;
    width: 17px;
    height: 17px;
    z-index: 2;
    cursor: pointer;
  }
  .htv-header__nav-btn span {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    background: #333333 none repeat scroll 0 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .htv-header__nav-btn .line01 {
    top: 8px;
    margin-top: -6px;
  }
  .htv-header__nav-btn .line02 {
    top: 8px;
  }
  .htv-header__nav-btn .line03 {
    top: 8px;
    margin-top: 6px;
  }
  .htv-header__nav-btn.is-active .line01 {
    -webkit-transform: translateY(600%) rotate(-45deg);
    transform: translateY(600%) rotate(-45deg);
  }
  .htv-header__nav-btn.is-active .line02 {
    opacity: 0;
  }
  .htv-header__nav-btn.is-active .line03 {
    -webkit-transform: translateY(-600%) rotate(45deg);
    transform: translateY(-600%) rotate(45deg);
  }
  .htv-header__hnav {
    display: none;
    position: absolute;
    top: 61px;
    left: 20%;
    width: 80%;
    height: calc(100vh - 61px);
    margin: 0;
    background-color: #fff;
    overflow: scroll;
  }
  .htv-header__hnav > ul {
    display: block;
    height: auto;
    padding-bottom: 72px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .htv-header__hnav > ul > li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  .htv-header__hnav > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 52px;
    padding: 6px 40px 6px 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .htv-header__hnav > ul > li > a::before {
    left: 15px;
  }
  .htv-header__hnav > ul > li > a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: 2px solid #00a2e6;
    border-right: 2px solid #00a2e6;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .htv-header__hnav > ul > li.is-current > a::after,
  .htv-header__hnav > ul > li:not(.htv-header__hnav-menu) > a:hover::after {
    display: inline-block;
    bottom: auto;
    left: auto;
    width: 6px;
    height: 6px;
    border-bottom: 0;
  }
  .htv-header__hnav-menu.is-active .htv-header__hnav-sub {
    display: none;
  }
  .htv-header__hnav-menu.is-active > a::after {
    margin-top: -2px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .htv-header__hnav-sub {
    display: none;
    position: static;
    min-width: inherit;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
  }
  .htv-header__hnav-sub::after {
    content: none;
  }
  .htv-header__hnav-sub__inner {
    position: relative;
    background-color: #f8f8f8;
  }
  .htv-header__hnav-sub__inner ul {
    padding: 0 15px;
  }
  .htv-header__hnav-sub__inner ul > li {
    border-top: 1px solid #ddd;
  }
  .htv-header__hnav-sub__inner ul > li:first-child {
    border-top: 0;
  }
  .htv-header__hnav-sub__inner ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 52px;
    padding: 6px 25px 6px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .htv-header__hnav-sub__inner ul > li > a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-top: 2px solid #00a2e6;
    border-right: 2px solid #00a2e6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hnav-overlay {
    display: none;
    position: fixed;
    top: 61px;
    left: 0;
    width: 100%;
    height: calc(100% - 61px);
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
  }
}

/* nav
--------------------------------------------------------------------------*/
.htv-gnav {
  background-color: #fff;
}

.htv-gnav__inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.htv-gnav__inner > ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  letter-spacing: -.40em;
}

.htv-gnav__inner > ul a {
  color: #333;
}

.htv-gnav__inner > ul > li {
  display: inline-block;
  white-space: nowrap;
  margin-left: 22px;
  font-size: 1.4rem;
  letter-spacing: normal;
  position: relative;
}

.htv-gnav__inner > ul > li:first-child {
  margin-left: 0;
}

.htv-gnav__inner > ul > li > a {
  display: block;
  padding: 12px 0;
}

.htv-gnav__inner > ul > li > a:hover {
  text-decoration: none;
}

.htv-gnav__menu > a {
  display: block;
  position: relative;
  margin-right: 12px;
}

.htv-gnav__menu > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -3px;
  border: 4px solid transparent;
  border-top: 6px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.htv-gnav__menu.is-active > a {
  color: #000;
}

.htv-gnav__menu.is-active > a::before {
  border-top-color: #000;
}

.htv-gnav__sub {
  display: none;
  position: absolute;
  top: 46px;
  left: 50%;
  min-width: 194px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
          box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
  z-index: 900;
}

.htv-gnav__sub.is-active {
  display: block;
}

.htv-gnav__sub::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
          transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
          box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
  z-index: 1;
}

.htv-gnav__subinner {
  position: relative;
  background-color: #fff;
  z-index: 2;
}

.htv-gnav__subinner > ul {
  padding: 12px 0;
}

.htv-gnav__subinner > ul > li > a:not(.htv-btn-cv) {
  display: block;
  padding: 8px 25px;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4;
}

.htv-gnav__subinner > ul > li > a:not(.htv-btn-cv):hover {
  background-color: #f8f8f8;
  color: #00a2e6;
  text-decoration: none;
}

.htv-gnav__subinner > ul > li [class^="htv-btn"] {
  display: inline-block;
  min-width: inherit;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 8px 25px 4px;
  padding: 7px 20px;
}

@media screen and (max-width: 750px) {
  .htv-gnav {
    position: relative;
  }
  .htv-gnav__inner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .htv-gnav__inner > ul {
    display: table;
    margin: 0;
    padding: 0 5px;
    letter-spacing: normal;
  }
  .htv-gnav__inner > ul > li {
    display: table-cell;
    margin-left: 0;
    padding: 0;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .htv-gnav__inner > ul > li:first-child {
    padding-left: 0;
  }
  .htv-gnav__inner > ul > li > a {
    padding: 13px 10px;
  }
  .htv-gnav__menu > a {
    margin-right: 0;
  }
  .htv-gnav__menu > a::before {
    content: none;
  }
  .htv-gnav__menu.is-active > a {
    background-color: #cc0033;
    color: #fff;
  }
  .htv-gnav__sub {
    position: absolute;
    top: 45px;
    left: 0;
    min-width: inherit;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
  .htv-gnav__sub.is-active {
    display: block;
  }
  .htv-gnav__sub::after {
    content: none;
  }
  .htv-gnav__subinner {
    background-color: #f8f8f8;
  }
  .htv-gnav__subinner > ul > li > a:not(.htv-btn-cv) {
    padding: 10px 15px;
  }
  .htv-gnav__subinner > ul > li > a:not(.htv-btn-cv):hover {
    background-color: #fff;
  }
  .htv-gnav__subinner > ul > li [class^="htv-btn"] {
    margin: 8px 15px 15px;
  }
}

/* pagetop
--------------------------------------------------------------------------*/
.htv-pagetop {
  position: fixed;
  margin: 0;
  padding: 0;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  /* opacity: 0;
  pointer-events: none; */
}

.htv-pagetop > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  background-color: rgba(0, 0, 0, .8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-indent: -9999px;
  position: relative;
}

.htv-pagetop > a::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.htv-pagetop > a:hover {
  background-color: black;
}

.htv-pagetop.is-btm {
  position: absolute;
  bottom: auto;
  margin-top: -60px;
}

@media screen and (max-width: 750px) {
  .htv-pagetop {
    bottom: 10px;
    right: 10px;
  }
  .htv-pagetop > a {
    width: 50px;
    height: 50px;
  }
  .htv-pagetop > a::after {
    top: 6px;
    width: 11px;
    height: 11px;
  }
}

/* wrapper
--------------------------------------------------------------------------*/
.wrapper {
  height: 100%;
}

.wrapper.is-navopen {
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
}

@media screen and (max-width: 750px) {
  .wrapper.is-navopen .htv-header {
    position: fixed !important;
  }
}

/* accbox
--------------------------------------------------------------------------*/
.htv-accbox {
  padding: 10px;
  border: 1px solid #ddd;
}

.htv-accbox + .htv-accbox {
  margin-top: -1px;
}

.htv-accbox__ttl > a {
  display: block;
  position: relative;
  padding: 12px 45px 12px 20px;
  background-color: #eee;
  color: #333;
}

.htv-accbox__ttl > a:hover {
  text-decoration: none;
}

.htv-accbox__ttl > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #00a2e6;
  border-right: 2px solid #00a2e6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.htv-accbox__cnt {
  display: none;
}

.htv-accbox__cnt > div {
  overflow: hidden;
  position: relative;
  padding: 20px 20px 10px 20px;
  background-color: #fff;
}

.htv-accbox__cnt > div > :first-child {
  margin-top: 0;
}

.htv-accbox__cnt > div > :last-child {
  margin-bottom: 0;
}

.htv-accbox.is-active .htv-accbox__ttl > a::after {
  margin-top: -2px;
  border-color: #ccc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 750px) {
  .htv-accbox__ttl > a {
    padding: 8px 30px 8px 10px;
  }
  .htv-accbox__ttl > a::after {
    right: 12px;
  }
  .htv-accbox__cnt > div {
    padding: 15px 10px 5px 10px;
  }
}

/* alert（トップページに表示）
--------------------------------------------------------------------------*/
.htv-alert-area {
  background-color: #cc0033;
}

.htv-alert-area a {
  display: block;
  color: #fff;
}

.htv-alert-area__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.htv-alert-area__inner .htv-alert-area__title {
  color: #fff;
  }

.htv-alert-area__inner .htv-alert-area__list__icon {
  list-style:none;
  padding-left: 0;
  text-align: left;
  color: #fff;
}

.htv-alert-area__inner .htv-alert-area__list__icon li {
  background-image: url("/sources/all/imgs/assets/icon_warning.svg");
  background-position: 1em 0.25em;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-left: 2.5em;
  font-size: 1.4rem;
  background-size: 1em 1em;
}

.htv-alert-area__inner .htv-alert-area__list__icon li a {
  display: inline;
  color: #fff;
  text-decoration: underline;
}

.htv-alert-area__inner .htv-alert-area__list__dot {
  padding-left: 0;
  text-align: left;
  color: #fff;
}

.htv-alert-area__inner .htv-alert-area__list__dot li {
  padding-left: 2.5em;
  text-indent: -1em;;
  font-size: 1.4rem;
}

.htv-alert-area__inner .htv-alert-area__list__dot li a {
  display: inline;
  color: #fff;
  text-decoration: underline;
}

.htv-alert-area__inner .htv-alert-area__list__dot > li::before {
  content: "・";
  position: relative;
  right: 0.5em;
}

@media screen and (max-width: 750px) {
  .htv-alert-area__inner .htv-alert-area__list__icon li {
    font-size: 1.2rem;
  }
  .htv-alert-area__inner .htv-alert-area__list__dot li {
    font-size: 1.2rem;
  }
}

.htv-alert-area__msg {
  display: inline-block;
  padding-left: 34px;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
}

.htv-alert-area__msg::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: url(/sources/all/imgs/assets/icon_warning.svg) no-repeat 0 0;
  background-size: 24px 24px;
}

@media screen and (max-width: 750px) {
  .htv-alert-area__inner {
    padding: 8px 15px;
  }
  .htv-alert-area__msg {
    text-align: left;
    font-size: 1.2rem;
  }
}

/* banner
--------------------------------------------------------------------------*/
.htv-bnrarea {
  margin: 20px 0;
  text-align: center;
}

/* ブロックエリア
--------------------------------------------------------------------------*/
.htv-blockarea {
  margin: 40px 0;
}

@media screen and (max-width: 750px) {
  .htv-blockarea {
    margin: 30px 0;
  }
}

/* box
--------------------------------------------------------------------------*/
.htv-box {
  margin-top: 20px;
  padding: 20px;
  background-color: #f8f8f8;
}

.htv-box > :first-child {
  margin-top: 0;
}

.htv-box > :last-child {
  margin-bottom: 0;
}

.htv-box__lead {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .htv-box__lead {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}

.htv-embox {
  margin: 50px 0;
  padding: 40px;
  background-color: #f8f8f8;
}

.htv-embox > :first-child {
  margin-top: 0;
}

.htv-embox > :last-child {
  margin-bottom: 0;
}

.htv-embox__lead {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.htv-embox .htv-btn,
.htv-embox [class^="htv-btn-"] {
  min-width: 290px;
}

@media screen and (max-width: 750px) {
  .htv-embox {
    margin: 30px 0;
    padding: 20px;
  }
  .htv-embox__lead {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .htv-embox .htv-btn,
  .htv-embox [class^="htv-btn-"] {
    min-width: inherit;
    max-width: 290px;
    width: 100%;
  }
}

.htv-cvbox {
  margin: 50px 0;
  padding: 40px;
  background-color: #ffeaef;
  text-align: center;
}

.htv-cvbox > :first-child {
  margin-top: 0;
}

.htv-cvbox > :last-child {
  margin-bottom: 0;
}

.htv-cvbox__lead {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .htv-cvbox {
    margin: 30px 0;
    padding: 20px;
  }
  .htv-cvbox__lead {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .htv-cvbox .htv-btn-cv, .htv-cvbox-position-inner .htv-btn-cv{
    min-width: inherit;
    width: 100%;
  }
}

.htv-ttlbox {
  margin-top: 20px;
  border: 1px solid #ddd;
}

.htv-ttlbox__ttl {
  padding: 15px 20px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  font-size: 2rem;
  line-height: 1.4;
  color: #000;
}

.htv-ttlbox__ttl h2, .htv-ttlbox__ttl h3, .htv-ttlbox__ttl h4, .htv-ttlbox__ttl h5 {
  font-size: 2rem;
  line-height: 1.4;
  color: #000;
}

.htv-ttlbox__subttl {
  margin-bottom: 3px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
}
.htv-ttlbox__subttl-white {
  margin-bottom: 3px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
}

.htv-ttlbox__body {
  padding: 20px;
  background-color: #fff;
}

.htv-ttlbox__body > :first-child {
  margin-top: 0;
}

.htv-ttlbox__body > :last-child {
  margin-bottom: 0;
}

.htv-ttlbox__pricearea {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.htv-ttlbox__notes {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ddd;
  text-align: left;
}

.htv-ttlbox__notes > :first-child {
  margin-top: 0;
}

.htv-ttlbox__notes > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .htv-ttlbox {
    margin-top: 12px;
  }
  .htv-ttlbox__ttl {
    padding: 12px 20px;
    font-size: 1.6rem;
  }
  .htv-ttlbox__ttl h2, .htv-ttlbox__ttl h3, .htv-ttlbox__ttl h4, .htv-ttlbox__ttl h5 {
    font-size: 1.6rem;
  }
  .htv-ttlbox__subttl {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .htv-ttlbox__body {
    padding: 17px 20px;
  }
  .htv-ttlbox__pricearea {
    display: block;
    padding: 0;
  }
  .htv-ttlbox__notes {
    margin-top: 12px;
    padding-top: 12px;
  }
}

.htv-ttlbox[data-type="black"] {
  margin-top: 20px;
  border: 0;
  background-color: #f8f8f8;
}

.htv-ttlbox[data-type="black"] .htv-ttlbox__ttl {
  background-color: #000;
  border-bottom: 0;
  color: #fff;
}

.htv-ttlbox[data-type="black"] .htv-ttlbox__ttl h2, .htv-ttlbox[data-type="black"] .htv-ttlbox__ttl h3, .htv-ttlbox[data-type="black"] .htv-ttlbox__ttl h4, .htv-ttlbox[data-type="black"] .htv-ttlbox__ttl h5 {
  color: #fff;
}

.htv-ttlbox[data-type="black"] .htv-ttlbox__ttl .htv-ttlbox__ttl-tv {
  display: inline-block;
  position: relative;
  padding-left: 50px;
}

.htv-ttlbox[data-type="black"] .htv-ttlbox__ttl .htv-ttlbox__ttl-tv::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 36px;
  height: 36px;
  background: url(/sources/all/imgs/assets/icon_tv_white.svg) no-repeat 0 0;
  background-size: 36px 36px;
}

@media screen and (max-width: 750px) {
  .htv-ttlbox[data-type="black"] .htv-ttlbox__ttl .htv-ttlbox__ttl-tv {
    padding-left: 40px;
  }
  .htv-ttlbox[data-type="black"] .htv-ttlbox__ttl .htv-ttlbox__ttl-tv::before {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}

.htv-ttlbox[data-type="black"] .htv-ttlbox__ttl .htv-ttlbox__ttl-sp {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.htv-ttlbox[data-type="black"] .htv-ttlbox__ttl .htv-ttlbox__ttl-sp::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(/sources/all/imgs/assets/icon_sp_white.svg) no-repeat 0 0;
  background-size: 32px 32px;
}

@media screen and (max-width: 750px) {
  .htv-ttlbox[data-type="black"] .htv-ttlbox__ttl .htv-ttlbox__ttl-sp {
    padding-left: 30px;
  }
  .htv-ttlbox[data-type="black"] .htv-ttlbox__ttl .htv-ttlbox__ttl-sp::before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}

.htv-ttlbox[data-type="black"] .htv-ttlbox__subttl {
  color: #ccc;
}

.htv-ttlbox[data-type="black"] .htv-ttlbox__body {
  background-color: inherit;
}

.htv-ttlbox-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 20px -10px 0;
}

.htv-ttlbox-col .htv-ttlbox {
  width: 50%;
  margin: 0 10px;
}

.htv-ttlbox-col .htv-ttlbox .htv-ttlbox__ttl {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .htv-ttlbox-col {
    display: block;
    margin: 12px 0 0;
  }
  .htv-ttlbox-col .htv-ttlbox {
    width: 100%;
    margin: 15px 0 0;
  }
  .htv-ttlbox-col .htv-ttlbox:first-child {
    margin-top: 0;
  }
}

/* button
--------------------------------------------------------------------------*/
.htv-btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 200px;
  padding: 12px 24px;
  background-color: #00a2e6;
  border: none;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  line-height: 1.4;
  cursor: pointer;
}

.htv-btn:hover {
  background-color: #0a7bab;
  text-decoration: none;
}

.htv-btn[disabled] {
  background-color: #7fd0f2;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .htv-btn {
    padding: 13px 24px;
  }
}

.htv-btn-cv {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 280px;
  padding: 15px 24px;
  background-color: #cc0033;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff !important;
  line-height: 1.4;
  cursor: pointer;
}

.htv-btn-cv:hover {
  background-color: #b61b1e;
  text-decoration: none;
}

.htv-btn-cv[disabled] {
  background-color: #ffaebf;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .htv-btn-cv {
    min-width: 260px;
    font-size: 1.6rem;
  }
}

.htv-btn-act {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 200px;
  padding: 12px 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  color: #00a2e6 !important;
  line-height: 1.4;
  cursor: pointer;
}

.htv-btn-act.is-selected, .htv-btn-act:hover {
  background-color: #00a2e6;
  color: #fff !important;
  text-decoration: none;
}

.htv-btn-act.minW-auto {
  min-width: 0px;
}

@media screen and (max-width: 750px) {
  .htv-btn-act {
    padding: 13px 24px;
  }
}

[class^="htv-btn"]:not(.htv-btn-act) .htv-blank::after {
  background-image: url(/sources/all/imgs/assets/icon_blank_white.svg);
}

/* ボタンリスト */
.htv-btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.htv-btnlist > li {
  margin: 0 10px;
}

@media screen and (max-width: 750px) {
  .htv-btnlist {
    margin: 10px -5px;
  }
  .htv-btnlist > li {
    width: 50%;
    margin: 0 5px;
  }
  .htv-btnlist > li [class^="htv-btn"] {
    min-width: inherit;
    width: 100%;
  }
  .htv-btnlist[data-sp="column"] {
    display: block;
    margin: 10px 0;
  }
  .htv-btnlist[data-sp="column"] > li {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
  }
  .htv-btnlist[data-sp="column"] > li:first-child {
    margin-top: 0;
  }
  .htv-btnlist[data-sp="column"] > li [class^="htv-btn"] {
    min-width: inherit;
    max-width: 290px;
    width: 100%;
  }
}

.htv-btnlist[data-col="3"] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.htv-btnlist[data-col="3"] > li {
  margin: 10px;
}

.htv-btnlist[data-col="3"] [class^="htv-btn"] {
  min-width: 200px;
}

@media screen and (max-width: 750px) {
  .htv-btnlist[data-col="3"] > li {
    min-width: inherit;
    margin: 0 5px;
  }
  .htv-btnlist[data-col="3"][data-sp="column"] > li {
    margin: 10px 0 0;
  }
  .htv-btnlist[data-col="3"][data-sp="column"] > li:first-child {
    margin-top: 0;
  }
}

.htv-btnlist[data-align="row"] {
  display: table;
  margin: 15px auto;
}

.htv-btnlist[data-align="row"] > li {
  margin: 15px 0 0 0;
}

@media screen and (min-width: 751px) and (max-width: 1015px) {
  .htv-home-hero__col .htv-home-hero__col__item .htv-btnlist[data-align="row"] {
    margin: 5px auto;
  }
  .htv-home-hero__col .htv-home-hero__col__item .htv-btnlist[data-align="row"] > li {
    margin: 10px 0 0 0;
  }
}

.htv-btnlist[data-align="row"] > li:first-child {
  margin-top: 0;
}

.htv-btnlist[data-align="row"] > li [class^="htv-btn"] {
  min-width: 400px;
}

@media screen and (max-width: 750px) {
  .htv-btnlist[data-align="row"] > li {
    width: 100%;
    margin-top: 10px;
  }
  .htv-btnlist[data-align="row"] > li [class^="htv-btn"] {
    min-width: inherit;
    width: 100%;
  }
}

/* ボタンエリア */
.htv-btnarea {
  margin: 40px 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .htv-btnarea {
    margin: 30px 0;
  }
}

/* campaign index
--------------------------------------------------------------------------*/
.htv-camidx {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}

.htv-camidx:first-of-type {
  margin-top: 40px;
}

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

.htv-camidx__imgarea {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.htv-camidx__imgarea .htv-camidx__imgcap {
  margin-top: 10px;
  line-height: 1.3;
}

.htv-camidx__img {
  width: 250px;
  height: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.htv-camidx__img img {
  max-width: 248px;
  max-height: 100%;
}

.htv-camidx__cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 30px;
}

.htv-camidx__ttl {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #000;
}

.htv-camidx__tag {
  margin-bottom: 12px;
}

.htv-camidx__tag > span {
  display: inline-block;
  padding: 2px 10px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
}

.htv-camidx__tag-member {
  border: 1px solid #cc0033;
  color: #cc0033;
}

.htv-camidx__tag-new {
  border: 1px solid #00a2e6;
  color: #00a2e6;
}

.htv-camidx__lead {
  margin-top: 12px;
}

.htv-camidx__infobox {
  margin-top: 15px;
  padding: 17px 20px;
  background-color: #f8f8f8;
}

.htv-camidx__infotbl {
  border: 0;
  border-spacing: 0;
}

.htv-camidx__infotbl th, .htv-camidx__infotbl td {
  padding-top: 6px;
  line-height: 1.4;
}

.htv-camidx__infotbl th > :first-child, .htv-camidx__infotbl td > :first-child {
  margin-top: 0;
}

.htv-camidx__infotbl th > :last-child, .htv-camidx__infotbl td > :last-child {
  margin-bottom: 0;
}

.htv-camidx__infotbl tr:first-child th, .htv-camidx__infotbl tr:first-child td {
  padding-top: 0;
}

.htv-camidx__infotbl th {
  padding-right: 1em;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}

.htv-camidx__infotbl .htv-list-num > li {
  margin-top: 6px;
}

.htv-camidx__btnarea {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .htv-camidx:first-of-type {
    margin-top: 25px;
  }
  .htv-camidx__col {
    display: block;
  }
  .htv-camidx__imgarea {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .htv-camidx__img {
    width: 100%;
    height: calc(100vw - 60px);
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
  }
  .htv-camidx__img img {
    max-width: 100%;
    max-height: 100%;
  }
  .htv-camidx__cnt {
    margin: 20px 0 0;
  }
  .htv-camidx__ttl {
    font-size: 1.8rem;
  }
  .htv-camidx__infobox {
    margin-top: 15px;
  }
  .htv-camidx__infotbl th {
    display: block;
    padding-top: 15px;
    padding-right: 0;
    text-align: left;
    white-space: normal;
  }
  .htv-camidx__infotbl td {
    display: block;
    padding-top: 3px;
  }
  .htv-camidx__infotbl tr:first-child th {
    padding-top: 0;
  }
  .htv-camidx__infotbl tr:first-child td {
    padding-top: 5px;
  }
  .htv-camidx__btnarea {
    margin-top: 20px;
  }
}

/* チャンネルページ
--------------------------------------------------------------------------*/
.htv-channel-ttl {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #000;
}

@media screen and (max-width: 750px) {
  .htv-channel-ttl {
    font-size: 1.8rem;
  }
}

.htv-channel-sub {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 1.3;
  color: #000;
}

@media screen and (max-width: 750px) {
  .htv-channel-sub {
    margin: 4px 0 10px;
    font-size: 1.6rem;
  }
}

.htv-channel-img {
  max-width: 220px;
  max-height: 220px;
  padding: 14px;
  border: 1px solid #ddd;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.htv-channel-img img {
  border: none !important;
}

@media screen and (max-width: 750px) {
  .htv-channel-img {
    width: 152px;
    max-width: inherit;
    max-height: inherit;
    padding: 10px;
  }
}

/* channelbox */
.htv-channelbox {
  margin-top: 20px;
  padding: 60px 40px 40px;
  border: 1px solid #000;
  position: relative;
}

.htv-channelbox.is-basic {
  border-color: #00a2e6;
}

.htv-channelbox.is-basic .htv-channelbox__tag {
  background-color: #00a2e6;
}

.htv-channelbox.is-premium {
  border-color: #b3810a;
}

.htv-channelbox.is-premium .htv-channelbox__tag {
  background-color: #b3810a;
}

.htv-channelbox .htv-media-l {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.htv-channelbox .htv-media__img {
  max-width: 220px;
  max-height: 220px;
  padding: 14px;
  border: 1px solid #ddd;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.htv-channelbox .htv-media__img img {
  border: none !important;
}

.htv-channelbox__ttl {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #000;
}

.htv-channelbox__tag {
  display: inline-block;
  padding: 5px 30px;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.htv-channelbox__program {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.htv-channelbox .htv-program {
  position: relative;
  padding-left: 250px;
  min-height: 147px;
}

.htv-channelbox .htv-program > :first-child {
  margin-top: 0;
}

.htv-channelbox .htv-program > :last-child {
  margin-bottom: 0;
}

.htv-channelbox .htv-program__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  background-color: #fff;
}

.htv-channelbox .htv-program__img::before {
  content: "";
  display: block;
  padding-top: 66.8%;
}

.htv-channelbox .htv-program__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.htv-channelbox .htv-program__ttl {
  font-size: 2rem;
  line-height: 1.3;
}

.htv-channelbox .htv-program__date {
  margin-top: 3px;
  font-size: 1.4rem;
  color: #666;
}

.htv-channelbox .htv-program__lead {
  margin: 12px 0;
}

@media screen and (max-width: 750px) {
  .htv-channelbox {
    margin-top: 10px;
    padding: 40px 20px 20px;
  }
  .htv-channelbox .htv-media__img {
    width: 152px;
    max-width: inherit;
    max-height: inherit;
    padding: 10px;
  }
  .htv-channelbox__ttl {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .htv-channelbox__tag {
    padding: 3px 25px;
    font-size: 1rem;
    color: #fff;
  }
  .htv-channelbox__program {
    margin-top: 30px;
    padding-top: 30px;
  }
  .htv-channelbox .htv-program {
    position: relative;
    padding-left: 0;
    min-height: inherit;
  }
  .htv-channelbox .htv-program__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
            word-break: break-word;
  }
  .htv-channelbox .htv-program__col > :first-child {
    margin-top: 0;
  }
  .htv-channelbox .htv-program__col > :last-child {
    margin-bottom: 0;
  }
  .htv-channelbox .htv-program__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 120px;
    margin-right: 12px;
    position: relative;
  }
  .htv-channelbox .htv-program__ttl {
    font-size: 1.4rem;
  }
  .htv-channelbox .htv-program__date {
    font-size: 1.2rem;
  }
  .htv-channelbox .htv-program__lead {
    margin: 8px 0;
    word-break: break-all;
  }
}

/* ご利用料金
--------------------------------------------------------------------------*/
.htv-chargecnt {
  margin: 30px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.htv-chargecnt > :first-child {
  margin-top: 0;
}

.htv-chargecnt > :last-child {
  margin-bottom: 0;
}

.htv-chargebox {
  background-color: #000;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.htv-chargebox.is-em {
  border-color: #cc0033;
}

.htv-chargebox.is-em .htv-chargebox__ttl {
  background-color: #cc0033;
}

.htv-chargebox-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 40px -10px;
}

.htv-chargebox-col .htv-chargebox {
  width: 50%;
  text-align: center;
  margin: 0 10px;
}

.htv-chargebox__ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
  height: 70px;
  position: relative;
}
.htv-chargebox__textpos{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.htv-chargebox__ttl.htv-chargebox__ttl-letterspace1 {
  letter-spacing: 1em;
}
.htv-chargebox__body {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.htv-chargebox__body-inner {
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.htv-chargebox__body-inner > :first-child {
  margin-top: 0;
}

.htv-chargebox__body-inner > :last-child {
  margin-bottom: 0;
}

.htv-chargebox__price {
  line-height: 1.3;
  font-weight: bold !important;
  font-size: 3rem;
  color: #000;
}

.htv-chargebox__price span {
  margin-left: 3px;
  font-weight: normal;
  font-size: 4rem;
}
.text__red{
  color: #cd0034;
}
.htv-chargebox__price__note{
  font-size: 1.8rem !important;
}

@media screen and (max-width: 750px) {
  .htv-chargecnt {
    max-width: 100%;
    margin: 20px auto;
  }
  .htv-chargebox-col {
    display: block;
    margin: 0;
  }
  .htv-chargebox-col .htv-chargebox {
    width: 100%;
    margin: 0;
  }
  .htv-chargebox-col .htv-chargebox:last-child {
    margin-top: 20px;
  }
  .htv-chargebox__ttl {
    padding: 0px;
    font-size: 1.6rem;
  }
  .htv-chargebox__body {
    display: block;
  }
  .htv-chargebox__body-inner {
    padding: 15px 15px;
  }
  .htv-chargebox__price {
    font-size: 2.4rem;
  }
  .htv-chargebox__price span {
    font-size: 3.5rem;
    font-weight: 900;
  }
}
@media screen and (max-width: 750px) {
  .htv-chargebox__body-inner {
    padding: 30px 0px;
  }
}

/* dl
--------------------------------------------------------------------------*/
.htv-dl {
  margin-top: 1em;
}

.htv-dl dt {
  margin-bottom: 8px;
  font-weight: bold;
}

.htv-dl dd + dt {
  margin-top: 1em;
}

.htv-dl dd > :first-child {
  margin-top: 0;
}

.htv-dl dd > :last-child {
  margin-bottom: 0;
}

.htv-dl-inline {
  margin-top: 1em;
}

.htv-dl-inline dt {
  float: left;
  margin: 5px 10px 0 0;
  font-weight: bold;
}

.htv-dl-inline dt:first-child {
  margin-top: 0;
}

.htv-dl-inline dt::after {
  content: "：";
  display: inline-block;
  margin-left: 5px;
}

.htv-dl-inline dd {
  margin-top: 5px;
  overflow: hidden;
}

.htv-dl-inline dd:first-child {
  margin-top: 0;
}

.htv-dl-inline dd::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 750px) {
  .htv-dl-inline dt {
    float: none;
    margin: 15px 0 0;
  }
  .htv-dl-inline dd {
    margin-top: 2px;
    overflow: visible;
    overflow: initial;
  }
  .htv-dl-inline dd::after {
    content: none;
  }
}

/* download badges
--------------------------------------------------------------------------*/
.htv-dl-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px auto;
  max-width: 378px;
}

.htv-dl-badges > li:last-child {
  margin-left: 3%;
}

.htv-dl-badges > li.htv-dl-badges__as {
  -webkit-box-flex: 0;
      /* -ms-flex: 0 0 43.22%; */
          /* flex: 0 0 43.22%; */
      -ms-flex: 0 0 none;
          flex: 0 0 none;
  text-align: right;
}

.htv-dl-badges > li.htv-dl-badges__gp {
  -webkit-box-flex: 0;
      /* -ms-flex: 0 0 53.77%; */
          /* flex: 0 0 53.77%; */
      -ms-flex: 0 0 none;
          flex: 0 0 none;
  text-align: left;
}

.htv-dl-badges > li > a {
  display: inline-block;
}

.htv-dl-badges > li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .htv-dl-badges {
    margin: 10px auto;
  }
}

/* entry - はじめての方へ
--------------------------------------------------------------------------*/
/* ヒーローエリア */
.htv-entry-hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/sources/all/imgs/entry/bg_entry_hero.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
}

.htv-entry-hero::before {
  content: "";
  display: block;
  padding-top: 42.6%;
}

.htv-entry-hero__cnt {
  position: relative;
  max-width: 500px;
  max-height: 245px;
  padding: 30px;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.htv-entry-hero__ttl {
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: 3.6rem;
  color: #fff;
}

.htv-entry-hero__btn {
  margin-top: 25px;
  text-align: center;
}

.htv-entry-hero__btn .htv-btn-cv {
  min-width: inherit;
  width: 230px;
  padding: 18px 24px;
}

@media screen and (max-width: 850px) {
  .htv-entry-hero__ttl {
    font-size: 4rem;
  }
}

@media screen and (max-width: 750px) {
  .htv-entry-hero {
    background-image: url(/sources/all/imgs/entry/bg_entry_hero_sp.jpg);
  }
  .htv-entry-hero::before {
    padding-top: 97.1%;
  }
  .htv-entry-hero__cnt {
    padding: 20px 15px;
  }
  .htv-entry-hero__ttl {
    font-size: 2.1rem;
    left: 10px;
  }
  .htv-entry-hero__btn {
    margin-top: 15px;
  }
  .htv-entry-hero__btn .htv-btn-cv {
    min-width: inherit;
    width: auto;
    padding: 13px 24px;
    font-size: 1.4rem;
    font-weight: normal;
  }
}

/* ローカルナビ */
.htv-entry-nav {
  padding: 40px 0;
  text-align: center;
}

.htv-entry-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.htv-entry-nav > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 25px;
}

.htv-entry-nav > ul > li > a {
  display: block;
  padding-bottom: 18px;
  text-align: center;
  position: relative;
}

.htv-entry-nav > ul > li > a::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #00a2e6;
  border-right: 2px solid #00a2e6;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.htv-entry-nav > ul > li > a > span {
  display: block;
  margin-top: 20px;
}

.htv-entry-nav > ul > li > a img {
  width: 90px;
  height: 55px;
}

@media screen and (max-width: 750px) {
  .htv-entry-nav {
    padding: 20px 0;
  }
  .htv-entry-nav > ul {
    margin: 0;
  }
  .htv-entry-nav > ul > li {
    margin: 0 3%;
  }
  .htv-entry-nav > ul > li > a {
    padding-bottom: 10px;
  }
  .htv-entry-nav > ul > li > a::after {
    width: 5px;
    height: 5px;
  }
  .htv-entry-nav > ul > li > a > span {
    margin-top: 7px;
  }
  .htv-entry-nav > ul > li > a img {
    width: 56px;
    height: 34px;
  }
}

/* コンテンツ */
.htv-entrycnt > :first-child {
  margin-top: 0;
}

.htv-entrycnt > :last-child {
  margin-bottom: 0;
}

.htv-entrycnt__heading {
  margin: 60px 0 30px;
  font-size: 2rem;
  text-align: center;
}

.htv-entrycnt [class^="htv-entrycnt__icon-"] {
  display: inline-block;
  min-height: 30px;
  padding-left: 68px;
  position: relative;
}

.htv-entrycnt [class^="htv-entrycnt__icon-"]::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 56px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 56px 34px;
}

.htv-entrycnt__icon-movie::before {
  background-image: url(/sources/all/imgs/entry/icon_movie.svg);
  top: -6px;
}

.htv-entrycnt__icon-device::before {
  background-image: url(/sources/all/imgs/entry/icon_device.svg);
  top: 0;
}

.htv-entrycnt__icon-4k::before {
  background-image: url(/sources/all/imgs/entry/icon_4k.svg);
  top: 0;
}

.htv-entrycnt__catch {
  margin-bottom: 35px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.3;
}

.htv-entrycnt-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.htv-entrycnt-col__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-right: 30px;
}

.htv-entrycnt-col__cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-top: 30px;
}

.htv-entrycnt-col__cnt .htv-entrycnt__catch {
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .htv-entrycnt__heading {
    margin: 30px 0 15px;
    font-size: 1.6rem;
  }
  .htv-entrycnt [class^="htv-entrycnt__icon-"] {
    padding-left: 58px;
  }
  .htv-entrycnt__icon-movie::before {
    top: -5px;
  }
  .htv-entrycnt__icon-device::before {
    top: -2px;
  }
  .htv-entrycnt__icon-4k::before {
    top: -3px;
  }
  .htv-entrycnt__catch {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .htv-entrycnt-col {
    display: block;
  }
  .htv-entrycnt-col__img {
    margin: 20px 0 0;
  }
  .htv-entrycnt-col__cnt {
    margin-top: 0;
  }
  .htv-entrycnt-col__cnt .htv-entrycnt__catch {
    margin-bottom: 10px;
  }
}

/* FAQ
--------------------------------------------------------------------------*/
.htv-faqbox {
  padding: 10px;
  border: 1px solid #ddd;
}

.htv-faqbox + .htv-faqbox {
  margin-top: -1px;
}

.htv-faqbox__no {
  font-weight: bold;
  margin-right: 8px;
}

.htv-faqbox > dt > a {
  display: block;
  position: relative;
  padding: 12px 45px 12px 52px;
  background-color: #eee;
  color: #333;
}

.htv-faqbox > dt > a:hover {
  text-decoration: none;
}

.htv-faqbox > dt > a .htv-faqbox__icon {
  position: absolute;
  top: 12px;
  left: 25px;
  font-weight: bold;
  color: #000;
}

.htv-faqbox > dt > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #00a2e6;
  border-right: 2px solid #00a2e6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.htv-faqbox > dd {
  display: none;
}

.htv-faqbox > dd > div {
  overflow: hidden;
  position: relative;
  padding: 20px 20px 10px 52px;
  background-color: #fff;
}

.htv-faqbox > dd .htv-faqbox__icon {
  position: absolute;
  top: 20px;
  left: 25px;
  font-weight: bold;
  color: #000;
}

.htv-faqbox.is-active > dt > a::after {
  margin-top: -2px;
  border-color: #ccc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 750px) {
  .htv-faqbox__no {
    margin-right: 8px;
  }
  .htv-faqbox > dt > a {
    padding: 8px 30px;
  }
  .htv-faqbox > dt > a .htv-faqbox__icon {
    top: 8px;
    left: 10px;
  }
  .htv-faqbox > dt > a::after {
    right: 12px;
  }
  .htv-faqbox > dd > div {
    padding: 15px 10px 5px 30px;
  }
  .htv-faqbox > dd .htv-faqbox__icon {
    top: 15px;
    left: 10px;
  }
}

/* heading
--------------------------------------------------------------------------*/
.htv-heading2 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #000;
}

.htv-heading2-l {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .htv-heading2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.htv-heading2-img {
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .htv-heading2-img {
    margin-bottom: 20px;
  }
}

.htv-heading3 {
  margin: 35px 0 15px;
  font-size: 2rem;
  line-height: 1.4;
  color: #000;
}

.htv-heading3-c {
  margin: 40px 0 25px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .htv-heading3 {
    margin: 22px 0 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.htv-heading3-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 35px 0 15px;
}

.htv-heading3-link .htv-heading3 {
  margin: 0;
}

.htv-heading3-link__link {
  text-align: right;
  line-height: 1.3;
}

@media screen and (max-width: 750px) {
  .htv-heading3-link {
    margin: 22px 0 10px;
  }
}

.htv-heading4 {
  margin: 25px 0 15px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000;
}

@media screen and (max-width: 750px) {
  .htv-heading4 {
    margin: 15px 0 10px;
  }
}

/* Home
--------------------------------------------------------------------------*/
.htv-home-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.htv-home-inner > :first-child {
  margin-top: 0;
}

.htv-home-inner > :last-child {
  margin-bottom: 0;
}

/* htv-home-hero */
.htv-home-hero {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: url("/sources/all/imgs/home/kv_bg.png");
      background-color: #000;
      background-size: contain;
      background-position: center center;
      text-align: center;
      overflow: hidden;
}

.htv-home-hero__cnt {
  position: relative;
  max-width: 720px;
  max-height: 370px;
  padding: 25px 30px;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.htv-home-hero__ttl {
  text-align: center;
  line-height: 1.3;
}

.htv-home-hero__ttltxt {
  font-weight: bold;
  font-size: 4rem;
  color: #fff;
}

.htv-home-hero__logo {
  display: block;
  margin-top: 15px;
  font-size: 1rem;
}

.htv-home-hero__logo img {
  width: 290px;
  height: 30px;
}

.htv-home-hero__lead {
  margin-top: 20px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #00a2e6;
}

.htv-home-hero__btn {
  margin-top: 20px;
  text-align: center;
}
.htv-overflow-hidden{
  overflow: hidden !important;
}
.bg_none{
  background-color: #eee !important;
  border: none !important;
}

.htv-home-hero__bg {
  margin: 0 auto;
  padding: 0 15px;
}
.htv-home-flex-col{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.htv-home-flex-item{
  width: calc(95% / 3);
  height: 185px;
  border: 1px solid #00a2e6;
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}
.item-2col{
  width: calc(95% / 2);
}
.htv-btn[data-color="btn_red"]{
  background: #cc0033;
}

/*
.htv-home-flex-item:nth-child(3),.htv-home-flex-item:last-child{
  margin-right: 0;
} */
.htv-home-flex-item-ttl{
  text-align: center;
  width: 100%;
  height: 40px;
  background:#00a2e6;
  color: #fff;
  line-height: 40px;
  font-size: 2rem;
}
.htv-home-flex-item-subttl{
  text-align: center;
  color :#00a2e6;
  padding: 10px 0;
}
.htv-home-hero__col{
  display: flex;
  align-items: center;
}
.htv-home-hero__col img{
  width: 100%;
  height: auto;
}
.htv-hover:hover{
  background-color: #b61b1e;
}
.htv-img-hover:hover{
  opacity:0.5;
}
.htv-img-position{
  position: relative;
}
.bg_black{
  position: absolute;
  width: 100%;
  width: 1200px;
  top:-20px;
  left: 50%;
  transform:translateX(-50%);
  z-index: 1;
}

.htv-img-position--view{
  position: relative;
  z-index: 8;
  margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
  .htv-home-flex-item{
    height: 220px;
  }
  .htv-img-position--view{
    top:-40px
  }
}

.htv-img-position--link{
  position: relative;
  z-index: 3;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .htv-img-position--link{
    margin-top: -50px !important;
  }
}
.htv-home-hero__title {
  font-size:  calc( ( 60 * 100vw ) / 1800 );
  color: #fff;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) and (max-width: 1015px) {
  .htv-home-hero__title {
    margin-bottom: 10px;
    font-size:  calc( ( 55 * 100vw ) / 1800 );
  }
}
.htv-home-hero__subttl {
  font-size:  calc( ( 28 * 100vw ) / 1800 );
  color: #fff;
  letter-spacing: .08em;
}
@media screen and (min-width: 1800px) {
  .htv-home-hero__title {
    font-size: 6rem;
  }
  .htv-home-hero__subttl {
    font-size: 2.8rem;
  }
}
.text-wrap-pc{
  white-space: nowrap;
}
.htv_text_number{
  font-size: 4rem;
}
@media screen and (max-width: 750px) {
  .htv-home-hero__col{
    display: block;
  }
  .htv-img-position{
    width: 100%;
    margin: 0;
  }
  .text-wrap{
    white-space: nowrap;
  }
  .htv-home-flex-col{
    justify-content: space-around;
  }
  .htv-home-flex-item{
    width: 45%;
    margin-right: 0;
  }
  .htv-home-flex-item-ttl,.htv-home-flex-item-subttl{
    height: auto;
    font-size: calc( ( 23.5 * 100vw ) / 750 );
  }
  .htv-home-flex-col div:nth-child(-n+4) .htv-home-flex-item-subttl{
    line-height: 60px;
  }
  .htv-home-flex-item-subttl{
    padding: 10px 0 20px;
    height: 60px;
  }
  .htv-home-flex-col div:nth-child(1) .htv-home-flex-img{
    width: calc( ( 140 * 100vw ) / 750 );
    margin: 0 auto;
  }
  .htv-home-flex-col div:nth-child(2) .htv-home-flex-img{
    width: calc( ( 300 * 100vw ) / 750 );
    margin: 0 auto;
  }
  .htv-home-flex-col div:nth-child(3) .htv-home-flex-img{
    width: calc( ( 200 * 100vw ) / 750 );
    margin: 0 auto;
  }
  .htv-home-flex-col div:nth-child(4) .htv-home-flex-img{
    width: calc( ( 200 * 100vw ) / 750 );
    margin: 0 auto;
  }
  .htv-home-flex-col div:nth-child(5) .htv-home-flex-img{
    width: calc( ( 180 * 100vw ) / 750 );
    margin: 0 auto;
  }
  .htv-home-flex-col div:nth-child(3) .htv-home-flex-img{
    /* padding-top: 17px !important; */
  }
  .htv-home-flex-col div:nth-child(4) .htv-home-flex-img{
    padding-top: 0px;
  }
  .htv-home-flex-col div:nth-child(5) .htv-home-flex-img{
    padding-top: 0px;
  }
  .htv-home-hero__title {
    font-size:  calc( ( 60 * 100vw ) / 750 );
    margin-bottom: 20px;
  }
  .htv-home-hero__subttl {
    font-size:  calc( ( 28 * 100vw ) / 750 );
  }
}

@media screen and (max-width: 750px) {
  .htv-home-hero {
    width: 100%;
    /* height: 117.333vw; */
  }
  .htv-home-hero__cnt {
    max-width: inherit;
    max-height: inherit;
    padding: 10px 25px;
  }
  .htv-home-hero__ttl {
    line-height: 1.2;
  }
  .htv-home-hero__ttltxt {
    font-size: 2.3rem;
  }
  .htv-home-hero__logo {
    margin-top: 12px;
  }
  .htv-home-hero__logo img {
    width: 146px;
    height: 15px;
  }
  .htv-home-hero__lead {
    margin-top: 12px;
    font-size: 1.2rem;
  }
  .htv-home-hero__btn {
    margin-top: 18px;
  }
  .htv-home-hero__btn .htv-btn-cv {
    min-width: inherit;
    padding: 13px 20px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .htv-home-hero__bg {
    padding: 0;
  }
  .htv-home-hero__col__item:nth-child(1){
    margin-top: 60px;
  }
  .htv-home-hero__col__item:nth-child(2){
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .htv-home-flex-item{
    height: 166px;
  }
  .htv-home-flex-item-subttl {
    height: 40px;
    padding-bottom: 15px;

  }
  .htv-home-flex-col div:nth-child(-n+4) .htv-home-flex-item-subttl{
    line-height: 40px;
  }
}

.htv-home-hero__col .htv-home-hero__col__item .htv-btnlist .htv-btn {
  min-width: 320px;
}

@media screen and (min-width: 751px) and (max-width: 1015px) {
  .htv-home-hero__col .htv-home-hero__col__item .htv-btnlist .htv-btn {
    min-width: 224px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 374px) {
  .htv-home-hero__col .htv-home-hero__col__item .htv-btnlist .htv-btn {
    min-width: 287px;
  }
}

/* htv-home-topics */
.htv-home-topics {
  padding: 60px 0 19px;
  background-color: #eee;
}

.htv-home-topics > :first-child {
  margin-top: 0;
}

.htv-home-topics > :last-child {
  margin-bottom: 0;
}

.htv-home-topics .htv-heading2 {
  margin: 0 15px 40px;
  font-size: 3rem;
}

.htv-home-topics .slick-prev,
.htv-home-topics .slick-next {
  margin-top: -12px;
}

@media screen and (max-width: 750px) {
  .htv-home-topics {
    padding: 25px 0 0;
  }
  .htv-home-topics .htv-heading2 {
    margin: 0 15px;
    font-size: 2.4rem;
  }
  .htv-home-topics .slick-prev,
  .htv-home-topics .slick-next {
    margin-top: -9px;
  }
}

/* htv-home-service */
.htv-home-service {
  padding: 60px 0 30px;
  background-color: #000;
  color: #fff;
}

.htv-home-service .htv-heading2 {
  margin-bottom: 0;
  font-size: 3rem;
  color: #fff;
}

.htv-home-service .htv-heading2-lead {
  margin-top: 5px;
  text-align: center;
}

.htv-home-service .htv-heading3 {
  font-size: 2.4rem;
  color: #fff;
}

.htv-home-service .slider-banner {
  margin: 40px 0 15px;
}

.htv-home-service .htv-servicelist__channel {
  background-color: #fff;
}

.htv-home-service .htv-servicelist__ttl {
  color: #fff;
}

.htv-home-service .htv-servicelist__ttlsub {
  color: #999;
}

.htv-home-service .slick-prev, .htv-home-service .slick-next {
  margin-top: -12px;
}

@media screen and (max-width: 750px) {
  .htv-home-service {
    padding: 30px 0;
  }
  .htv-home-service .htv-heading2 {
    font-size: 2.4rem;
  }
  .htv-home-service .htv-heading2-lead {
    margin-top: 15px;
  }
  .htv-home-service .htv-heading3 {
    font-size: 1.8rem;
  }
  .htv-home-service .slider-banner {
    margin: 0;
  }
  .htv-home-service .slick-prev, .htv-home-service .slick-next {
    margin-top: -9px;
  }
}

/* htv-home-device */
.htv-home-device {
  padding: 30px 0 60px;
  background-color: #000;
  color: #fff;
}

.htv-home-device .htv-heading2 {
  font-size: 3rem;
  color: #fff;
}

.htv-home-device .htv-device-img {
  margin: 50px 0;
  text-align: center;
}

.htv-home-device .htv-device-text {
  text-align: center;
  font-size: 1.4rem;
  color: #ccc;
}

.htv-home-device .htv-device-copyright {
  margin-top: 15px;
  font-size: 1rem;
  color: #666;
}

.htv-home-device .htv-notelist {
  display: table;
  margin: 10px auto;
}

@media screen and (max-width: 750px) {
  .htv-home-device {
    padding: 30px 0;
  }
  .htv-home-device .htv-heading2 {
    font-size: 2.4rem;
  }
  .htv-home-device .htv-device-img {
    margin: 20px 0 30px;
  }
  .htv-home-device .htv-device-img img {
    max-width: 100%;
  }
  .htv-home-device .htv-device-text {
    text-align: left;
    font-size: 1.2rem;
  }
  .htv-home-device .htv-notelist {
    display: block;
    margin: 5px 0 0;
  }
}

/* htv-home-charge */
.htv-home-charge {
  background-color: #eee;
  padding: 60px 0;
}
.htv-home-charge-white{
  background-color: #fff;
}
.htv-home-charge .htv-heading2 {
  margin: 0 0 30px;
  font-size: 3rem;
}

.htv-home-charge .htv-heading3 {
  margin: 40px 0 15px;
  font-size: 2.4rem;
}

.htv-home-charge .htv-notelist-ref {
  margin: 0 30px;
}
.htv-home-charge .htv-notelist-ref-margin0{
  margin: 12px 0;
}

@media screen and (max-width: 750px) {
  .htv-home-charge {
    padding: 30px 0;
  }
  .htv-home-charge .htv-heading2 {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }
  .htv-home-charge .htv-heading3 {
    margin: 25px 0 15px;
    font-size: 1.8rem;
  }
  .htv-home-charge .htv-notelist-ref {
    max-width: 100%;
    margin: 0;
  }
}

/* htv-home-faq */
.htv-home-faq {
  padding: 60px 0;
}

.htv-home-faq .htv-home-inner {
  text-align: center;
}

.htv-home-faq .htv-heading2 {
  font-size: 3rem;
}

@media screen and (max-width: 750px) {
  .htv-home-faq {
    padding: 30px 0;
  }
  .htv-home-faq .htv-heading2 {
    font-size: 2.4rem;
  }
}

/* htv-home-cvarea  */
.htv-home-cvarea {
  background-color: #000;
}

.htv-home-cvarea__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.htv-home-cvarea__inner > :first-child {
  margin-top: 0;
}

.htv-home-cvarea__inner > :last-child {
  margin-bottom: 0;
}

.htv-home-cvarea .htv-cvbox {
  background-color: #000;
}
.htv-cvbox-wrapper{
  position:fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .85);
  z-index: 9;
  display: none
}
.htv-cvbox-position{
  text-align: center;
  color:#fff;
  max-width: 1000px;
  margin: 0 auto;
}
.htv-cvbox-position-inner{
  padding: 20px 40px;
}
.is-show{
  display: block;
}

.htv-home-cvarea .htv-cvbox__lead {
  color: #fff;
}

@media screen and (max-width: 750px) {
  .htv-home-cvarea {
    padding: 30px 15px;
  }
  .htv-home-cvarea .htv-cvbox {
    margin: 0;
  }
  .htv-cvbox-position{
    padding: 0 15px;
  }
  .htv-cvbox-position-inner{
    padding: 20px;
  }
}
a.htv-blank-icon{
  display: block;
  color: #fff !important;
  background: #00a2e6;
  position: relative;
  padding-left: 50px;
  margin: 0 auto;
}
a.htv-blank-icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("/sources/all/imgs/home/btn_icon_white.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 751px) and (max-width: 1015px) {
  a.htv-blank-icon {
    padding-left: 17px;
  }
  a.htv-blank-icon:before {
    left: 6px;
    width: 18px;
    height: 18px;
  }
}
/* image
--------------------------------------------------------------------------*/
.htv-img-c {
  margin: 15px 0;
  text-align: center;
}

.htv-img-c[data-border="true"] img {
  border: 1px solid #ddd;
}

.htv-imghalf-pc {
  zoom: .5;
  height: auto;
}

/* indexlist
--------------------------------------------------------------------------*/
.htv-idxlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}

.htv-idxlist > li {
  width: 50%;
  margin-top: 40px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.htv-idxlist > li:nth-child(-n+2) {
  margin-top: 0;
}

.htv-idxlist > li:hover .htv-idxlist__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.htv-idxlist__img {
  width: 140px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.htv-idxlist__img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.htv-idxlist__cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 20px;
}

.htv-idxlist__ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.3;
}

.htv-idxlist__ttl > a {
  display: block;
}

.htv-idxlist__ttl > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .htv-idxlist {
    display: block;
    margin-left: 0;
  }
  .htv-idxlist > li {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
  }
  .htv-idxlist > li:nth-child(-n+2) {
    margin-top: 25px;
  }
  .htv-idxlist > li:first-child {
    margin-top: 0;
  }
  .htv-idxlist__img {
    width: 98px;
  }
  .htv-idxlist__cnt {
    margin-left: 15px;
  }
  .htv-idxlist__ttl {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
  .htv-idxlist__text {
    font-size: 1.2rem;
  }
}

/* line
--------------------------------------------------------------------------*/
.htv-line-dotted {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ddd;
}

@media screen and (max-width: 750px) {
  .htv-line-dotted {
    margin-top: 15px;
    padding-top: 15px;
  }
}

/* link
--------------------------------------------------------------------------*/
.htv-link,
.htv-linklist > li > a {
  display: inline-block;
  padding-right: 18px;
  position: relative;
}

.htv-link::after,
.htv-linklist > li > a::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #00a2e6;
  border-right: 2px solid #00a2e6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.htv-linklist {
  margin-top: 10px;
}

.htv-linklist > li {
  margin-top: 15px;
  line-height: 1.4;
}

.htv-linklist > li:first-child {
  margin-top: 0;
}

.htv-linklist > li > a.htv-blank::after {
  position: static;
  margin: 0 0 0 5px;
  width: 12px;
  height: 12px;
  border: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: url(/sources/all/imgs/assets/icon_blank.svg) no-repeat 0 0;
  background-size: 12px 12px;
}

.htv-linklist-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}

.htv-linklist-inline > li {
  margin: 6px 0;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .htv-linklist-inline {
    margin-left: -25px;
  }
  .htv-linklist-inline > li {
    margin: 8px 0;
    padding-left: 25px;
  }
}

.htv-linklist-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}

.htv-linklist-col > li {
  width: 25%;
  margin: 5px 0;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .htv-linklist-col > li {
    width: 50%;
  }
}

.htv-blank {
  position: relative;
}

.htv-blank::after {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background: url(/sources/all/imgs/assets/icon_blank.svg) no-repeat 0 0;
  background-size: 12px 12px;
}

.htv-back {
  padding-left: 22px;
  position: relative;
}

.htv-back::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 6px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #00a2e6;
  border-left: 2px solid #00a2e6;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.htv-linkarea {
  margin: 30px 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .htv-linkarea {
    margin: 20px 0;
  }
}

.htv-link-anchor {
  display: inline-block;
  padding-right: 18px;
  position: relative;
}

.htv-link-anchor::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  margin-top: -8px;
  border-top: 2px solid #00a2e6;
  border-right: 2px solid #00a2e6;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* list
--------------------------------------------------------------------------*/
.htv-list-narrow > li {
  margin-top: 3px !important;
}

li > .htv-list-dot,
li > .htv-list-num,
li > .htv-list-numdot,
li > .htv-list-txt,
li > .htv-list-view {
  margin-top: 10px;
}

.htv-list-dot {
  margin-top: 1em;
}

.htv-list-dot > li {
  margin: 10px 0 0 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.htv-list-dot > li::before {
  content: "・";
}

.htv-list-dot > li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .htv-list-dot {
    margin-top: 10px;
  }
}

.htv-list-num {
  margin-top: 1em;
}

.htv-list-num > li {
  margin: 12px 0 0 1.8em;
  text-indent: -1.8em;
  line-height: 1.4;
  counter-increment: cnt;
}

.htv-list-num > li::before {
  content: "(" counter(cnt) ") ";
}

.htv-list-num > li:first-child {
  margin-top: 0;
}

.htv-list-num > li.htv-list-num__none {
  margin-left: 0em;
  text-indent: 0em;
}

.htv-list-num > li.htv-list-num__none::before {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .htv-list-num {
    margin-top: 10px;
  }
  .htv-list-num > li {
    margin-top: 10px;
  }
}

.htv-list-num[data-start="2"] > li:first-child {
  counter-reset: cnt 1;
}

.htv-list-num[data-start="3"] > li:first-child {
  counter-reset: cnt 2;
}

.htv-list-num[data-start="4"] > li:first-child {
  counter-reset: cnt 3;
}

.htv-list-num[data-start="5"] > li:first-child {
  counter-reset: cnt 4;
}

.htv-list-num[data-start="6"] > li:first-child {
  counter-reset: cnt 5;
}

.htv-list-num[data-start="7"] > li:first-child {
  counter-reset: cnt 6;
}

.htv-list-num[data-start="8"] > li:first-child {
  counter-reset: cnt 7;
}

.htv-list-num[data-start="9"] > li:first-child {
  counter-reset: cnt 8;
}

.htv-list-num[data-start="10"] > li:first-child {
  counter-reset: cnt 9;
}

.htv-list-num[data-start="11"] > li:first-child {
  counter-reset: cnt 10;
}

.htv-list-num[data-start="12"] > li:first-child {
  counter-reset: cnt 11;
}

.htv-list-num[data-start="13"] > li:first-child {
  counter-reset: cnt 12;
}

.htv-list-num[data-start="14"] > li:first-child {
  counter-reset: cnt 13;
}

.htv-list-num[data-start="15"] > li:first-child {
  counter-reset: cnt 14;
}

.htv-list-num[data-start="16"] > li:first-child {
  counter-reset: cnt 15;
}

.htv-list-num[data-start="17"] > li:first-child {
  counter-reset: cnt 16;
}

.htv-list-num[data-start="18"] > li:first-child {
  counter-reset: cnt 17;
}

.htv-list-num[data-start="19"] > li:first-child {
  counter-reset: cnt 18;
}

.htv-list-num[data-start="20"] > li:first-child {
  counter-reset: cnt 19;
}

.htv-list-numdot {
  margin-top: 1em;
  counter-reset: list_numdot_cnt;
}

.htv-list-numdot > :first-child {
  margin-top: 0;
}

.htv-list-numdot > li {
  margin: 12px 0 0 1.2em;
  text-indent: -1.2em;
  line-height: 1.4;
  counter-increment: list_numdot_cnt;
}

.htv-list-numdot > li::before {
  content: counter(list_numdot_cnt) ". ";
}

.htv-list-numdot > li table {
  text-indent: 0;
}

.htv-list-numdot > li.htv-list-numdot__none {
  margin-left: 0em;
  text-indent: 0em;
}

.htv-list-numdot > li.htv-list-numdot__none::before {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .htv-list-numdot {
    margin-top: 10px;
  }
}

.htv-list-txt {
  margin-top: 1em;
}

.htv-list-txt > :first-child {
  margin-top: 0;
}

.htv-list-txt > li {
  position: relative;
  margin: 12px 0 0 1.8em;
  text-indent: 0;
  line-height: 1.4;
}

.htv-list-txt > li > span:first-of-type {
  position: absolute;
  top: 0;
  left: -2.8rem;
  margin-right: .8em;
}

@media screen and (max-width: 750px) {
  .htv-list-txt > li > span:first-of-type {
    left: -2.4rem;
  }
}

@media screen and (max-width: 750px) {
  .htv-list-txt {
    margin-top: 10px;
  }
}

.htv-list-view {
  margin-top: 1em;
}

.htv-list-view > :first-child {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .htv-list-view {
    margin-top: 10px;
  }
}

.htv-list-view__item {
  position: relative;
  margin: 12px 0 0 0;
  text-indent: 0;
  line-height: 1.4;
  display: table;
}

.htv-list-view__num {
  padding-right: 0.5em;
  display: table-cell;
}

.htv-list-view__cnt {
  display: table-cell;
}

/* 注釈 */
.htv-notelist {
  margin: 12px 0;
}

.htv-notelist > li {
  margin: 10px 0 0 1.8em;
  text-indent: -1.8em;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
}

.htv-notelist > li > span:first-of-type {
  margin-right: .8em;
}

@media screen and (max-width: 750px) {
  .htv-notelist > li {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.htv-notelist > li:first-child {
  margin-top: 0;
}

.htv-notelist-ref {
  margin: 12px 0;
}

.htv-notelist-ref > li {
  margin: 5px 0 0 1.8em;
  text-indent: -1.8em;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
}

@media screen and (max-width: 750px) {
  .htv-notelist-ref > li {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.htv-notelist-ref > li:first-child {
  margin-top: 0;
}

.htv-notelist-num {
  margin: 12px 0;
}

.htv-notelist-num > li {
  margin: 10px 0 0 1.8em;
  text-indent: -1.8em;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
  counter-increment: cnt;
}

.htv-notelist-num > li::before {
  content: "(" counter(cnt) ") ";
}

@media screen and (max-width: 750px) {
  .htv-notelist-num > li {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.htv-notelist-num > li:first-child {
  margin-top: 0;
}

/* 画像 ＋ テキスト
--------------------------------------------------------------------------*/
.htv-media-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.htv-media-l .htv-media__img {
  margin-right: 30px;
}

.htv-media-l[data-direction="row"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.htv-media-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.htv-media-r .htv-media__img {
  margin-left: 30px;
}

.htv-media-r[data-direction="row"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.htv-media__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.htv-media__img img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.htv-media__img img.htv-media__img-app {
  width: 80px;
  height: auto;
}

.htv-media__img[data-border="true"] img {
  border: 1px solid #ddd;
}

.htv-media__cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.htv-media__cnt > :first-child {
  margin-top: 0;
}

.htv-media__cnt > :last-child {
  margin-bottom: 0;
}

.htv-media__cnt .htv-btnarea {
  margin: 20px 0;
}

@media screen and (max-width: 750px) {
  .htv-media-l .htv-media__img {
    margin-right: 15px;
  }
  .htv-media-r .htv-media__img {
    margin-left: 15px;
  }
  .htv-media-l[data-sp="column"], .htv-media-r[data-sp="column"] {
    display: block;
  }
  .htv-media-l[data-sp="column"] .htv-media__img, .htv-media-r[data-sp="column"] .htv-media__img {
    margin: 0 auto 12px;
    text-align: center;
  }
  .htv-media-l[data-sp="column"] .htv-media__img[data-sp="size-s"] img, .htv-media-r[data-sp="column"] .htv-media__img[data-sp="size-s"] img {
    width: 150px;
  }
  .htv-media-l[data-direction="row"], .htv-media-r[data-direction="row"] {
    display: block;
  }
  .htv-media-l[data-direction="row"] .htv-media__img, .htv-media-r[data-direction="row"] .htv-media__img {
    margin: 12px 0 0;
  }
}

.htv-media-l[data-flex="45-55"] .htv-media__img,
.htv-media-r[data-flex="45-55"] .htv-media__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}

.htv-media-l[data-flex="45-55"] .htv-media__cnt,
.htv-media-r[data-flex="45-55"] .htv-media__cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
}

.htv-media-l[data-flex="img1of3"] .htv-media__img,
.htv-media-r[data-flex="img1of3"] .htv-media__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 36%;
          flex: 1 1 36%;
}

.htv-media-l[data-flex="img1of3"] .htv-media__cnt,
.htv-media-r[data-flex="img1of3"] .htv-media__cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 64%;
          flex: 1 1 64%;
}

/* service list
--------------------------------------------------------------------------*/
.htv-servicelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px auto 0;
}

.htv-servicelist.htv-servicelist-nolink > li a {
  pointer-events: none;
  cursor: default;
}

.htv-servicelist > li {
  width: 23.5%;
  margin: 40px 0 0;
}

.htv-servicelist > li:nth-child(-n+4) {
  margin-top: 0;
}

.htv-servicelist > li:not(:nth-child(4n+1)) {
  padding-left: 2%;
}

.htv-servicelist > li .htv-servicelist__channel {
  border: 1px solid #ddd;
}

.htv-servicelist > li a {
  display: block;
}

.htv-servicelist > li a:hover .htv-servicelist__channel {
  border: 1px solid #00a2e6;
}

.htv-servicelist > li a:hover .htv-servicelist__ttl {
  color: #00a2e6;
}

.htv-servicelist__img {
  background-color: #000;
  position: relative;
}

.htv-servicelist__img:before {
  content: "";
  display: block;
  padding-top: 56.277%;
}

.htv-servicelist__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.htv-servicelist__channel {
  width: 100%;
  position: relative;
}

.htv-servicelist__channel:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.htv-servicelist__channel img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 86%;
  max-height: 86%;
}

.htv-servicelist__label__basic{
text-align: center;
 font-size: 14px;
 background: #00A2E6;
 margin-bottom: 5px;
 color: #fff;
}

.htv-servicelist__label__dtv{
text-align: center;
 font-size: 14px;
 background: #CC0033;
 margin-bottom: 5px;
 color: #fff;
}

.htv-servicelist__label__premium{
text-align: center;
 font-size: 14px;
 background: #B3810A;
 margin-bottom: 5px;
 color: #fff;
}

.htv-servicelist__tag__dtv{
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  background: #c03;
  /*font-size: 0.9em;*/
  color: #fff;
  line-height: 1em;
}

.htv-servicelist__ttl {
  margin-top: 10px;
  line-height: 1.4;
  word-wrap: break-word;
  word-wrap: break-word;
  color: #333;
}

.htv-servicelist__ttl .js-ellipsis {
  display: block;
}

.htv-servicelist__tag {
  background-color: #cc0033;
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  margin-left: 10px;
  line-height: 1;
  font-size: 1.2rem;
  vertical-align: text-top;
}

.htv-servicelist__ttlsub {
  margin-top: 5px;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .htv-servicelist {
    margin-top: 10px;
  }
  .htv-servicelist > li {
    width: 48%;
    margin: 20px 0 0;
  }
  .htv-servicelist > li:nth-child(-n+4) {
    margin-top: 20px;
  }
  .htv-servicelist > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .htv-servicelist > li:not(:nth-child(4n+1)) {
    padding-left: 0;
  }
  .htv-servicelist > li:not(:nth-child(2n+1)) {
    padding-left: 4%;
  }
  .htv-servicelist__img {
    max-width: inherit;
    width: 100%;
  }
  .htv-servicelist__ttl {
    margin-top: 10px;
  }
  .htv-servicelist__tag {
    padding: 2px 5px;
    font-size: 1rem;
  }
  .htv-servicelist__ttlsub {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .htv-servicelist__scroll {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .htv-servicelist__scroll .htv-servicelist {
    display: table;
    table-layout: fixed;
    margin: 15px 0 6px 0;
  }
  .htv-servicelist__scroll .htv-servicelist > li {
    display: table-cell;
    width: 220px;
    margin-top: 0;
    padding-left: 15px;
    vertical-align: top;
  }
  .htv-servicelist__scroll .htv-servicelist > li:nth-child(4n) {
    padding-right: 15px;
  }
  .htv-servicelist__scroll .htv-servicelist > li:not(:nth-child(4n+1)) {
    padding-left: 10px;
  }
  .htv-servicelist__scroll .htv-servicelist__img {
    width: 220px;
  }
  .htv-servicelist__scroll .htv-servicelist__ttl .js-ellipsis {
    min-height: 1em;
  }
}

.htv-premiumbox {
  margin-top: 20px;
  border: 1px solid #ddd;
}

.htv-premiumbox__ttl {
  padding: 15px 20px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  font-size: 2rem;
  line-height: 1.4;
}

.htv-premiumbox__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.htv-premiumbox__thum {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  margin-right: 30px;
}

.htv-premiumbox__img {
  position: relative;
  max-width: 320px;
  background-color: #222;
}

.htv-premiumbox__img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.htv-premiumbox__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.htv-premiumbox__cap {
  margin-top: 12px;
  line-height: 1.4;
}

.htv-premiumbox__copyright {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #666;
}

.htv-premiumbox__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.htv-premiumbox__info {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ddd;
  text-align: right;
}

.htv-premiumbox__price {
  display: inline;
  vertical-align: middle;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
}

.htv-premiumbox__tax {
  margin-left: 2px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
}

.htv-premiumbox__tag {
  margin-right: 6px;
  padding: 5px 8px;
  background-color: #00a2e6;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
}

.htv-premiumbox__logo {
  width: 98px;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .htv-premiumbox__ttl {
    padding: 12px 20px;
    font-size: 1.6rem;
  }
  .htv-premiumbox__body {
    display: block;
    padding: 20px;
  }
  .htv-premiumbox__thum {
    margin: 0 0 25px 0;
  }
  .htv-premiumbox__info {
    margin: 25px -2px 0;
    padding-top: 18px;
  }
  .htv-premiumbox__price {
    font-size: 2rem;
  }
  .htv-premiumbox__tax {
    margin-left: 0;
    font-size: 1rem;
  }
  .htv-premiumbox__tag {
    margin-right: 4px;
    font-size: 1rem;
  }
}

/* slider
--------------------------------------------------------------------------*/
.slider-banner .slick-slide {
  margin: 10px 0;
  padding: 12px 24px 40px;
  opacity: 0.75;
  -webkit-transition: all 1.2s cubic-bezier(1, 0, 0, 1);
  transition: all 1.2s cubic-bezier(1, 0, 0, 1);
  cursor: pointer;
}

.slider-banner .slick-slide a {
  display: block;
  pointer-events: none;
  outline: none;
}

.slider-banner .slick-slide img {
  margin: 0 auto;
  max-width: 656px;
  -webkit-transition: all 1s cubic-bezier(1, 0, 0, 1);
  transition: all 1s cubic-bezier(1, 0, 0, 1);
}

.slider-banner .slick-current {
  opacity: 1;
}

.slider-banner .slick-current a {
  pointer-events: auto;
}

.slider-banner .slick-current img {
  -webkit-transform: scale(1.1) rotate(0.1deg);
          transform: scale(1.1) rotate(0.1deg);
  -webkit-box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, .4);
          box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, .4);
}

@media screen and (max-width: 750px) {
  .slider-banner .slick-slide {
    margin: 10px 0 6px;
    padding: 12px 15px 30px;
  }
  .slider-banner .slick-slide img {
    max-width: 289px;
  }
  .slider-banner .slick-current img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.htv-slider-hero .slick-prev,
.htv-slider-hero .slick-next {
  margin-top: -22px;
}

@media screen and (max-width: 750px) {
  .htv-slider-hero .slick-prev,
  .htv-slider-hero .slick-next {
    margin-top: -16px;
  }
}

.htv-slider-hero .slick-dots {
  display: table;
  height: 16px;
  margin: 8px auto 0;
  text-align: center;
  font-size: 0;
}

.htv-slider-hero .slick-dots > li {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 4px;
}

.htv-slider-hero .slick-dots > li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: #ccc;
  border-radius: 4px;
  border: 0;
  outline: none;
  cursor: pointer;
  color: transparent;
}

.htv-slider-hero .slick-dots > li:hover button, .htv-slider-hero .slick-dots > li.slick-active button {
  background-color: #cc0033;
}

/* sort
--------------------------------------------------------------------------*/
.htv-sortlist {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.htv-sortlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  margin: 16px auto;
}

.htv-sortlist ul li {
  width: 20%;
  padding: 5px 0 5px 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
}

.htv-sortlist ul li a:hover {
  color: #666;
  text-decoration: none;
}
/* tab switch*/
.htv-tab-js-pannel-content{
  display: none;
}
.tab-is-show{
  display: block;
}
.htv-sortlist ul li.is-current a {
  color: #666;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .htv-sortlist {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .htv-sortlist ul {
    display: table;
    max-width: inherit;
    margin: 13px 0;
  }
  .htv-sortlist ul li {
    width: auto;
    display: table-cell;
    padding: 0 25px 0 0;
    font-size: 1.3rem;
    white-space: nowrap;
  }
  .htv-sortlist ul li:first-child {
    padding-left: 15px;
  }
}

.htv-servicelist.htv-sorttarget {
  margin-top: -40px;
  margin-left: -1%;
  margin-right: -1%;
}

.htv-servicelist.htv-sorttarget > li {
  width: 23%;
  margin: 40px 1% 0;
  padding-left: 0;
}

.htv-servicelist.htv-sorttarget > li:nth-child(-n+4) {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .htv-servicelist.htv-sorttarget {
    margin-top: -20px;
    margin-left: -2%;
    margin-right: -2%;
  }
  .htv-servicelist.htv-sorttarget > li {
    width: 46%;
    margin: 20px 2% 0;
  }
  .htv-servicelist.htv-sorttarget > li:nth-child(-n+4) {
    margin-top: 20px;
  }
}

/* step
--------------------------------------------------------------------------*/
.htv-step-q {
  max-width: 620px;
  margin: 0 auto;
}

.htv-step-q > li {
  margin-top: 25px;
}

.htv-step-q > li:first-child {
  margin-top: 0;
}

.htv-step-q__ttl {
  padding-left: 3.2em;
  text-indent: -3.2em;
  font-size: 1.8rem;
  line-height: 1.3;
}

.htv-step-q__ttl > span {
  margin-right: 17px;
  font-size: 2.4rem;
}

.htv-step-q__btn button:focus {
  outline: none;
}

@media screen and (max-width: 750px) {
  .htv-step-q {
    max-width: inherit;
  }
  .htv-step-q__ttl {
    padding-left: 2.6em;
    text-indent: -2.6em;
    font-size: 1.6rem;
  }
  .htv-step-q__ttl span {
    margin-right: 12px;
    font-size: 1.8rem;
  }
}

.htv-step-answerarea {
  background-color: #f8f8f8;
}

.htv-step-answer {
  padding: 60px 30px;
  border-top: 1px solid #ddd;
}

.htv-step-answer > :first-child {
  margin-top: 0;
}

.htv-step-answer > :last-child {
  margin-bottom: 0;
}

.htv-step-answer__lead {
  font-size: 2rem;
  text-align: center;
}

.htv-step-answer__sublead {
  margin-top: 15px;
  font-size: 1.8rem;
  text-align: center;
}

/* tab
--------------------------------------------------------------------------*/
.htv-tab > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.htv-tab > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 23%;
}

.htv-tab > ul > li + li a {
  border-left: 1px solid #ddd;
}

.htv-tab > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 6px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  color: #666;
  line-height: 1.3;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.htv-tab > ul > li > a span {
  display: inline-block;
  padding: 18px 0;
  border-bottom: 2px solid transparent;
  text-align: center;
}

.htv-tab > ul > li > a:hover {
  background-color: #ddd;
  text-decoration: none;
}

.htv-tab > ul > li.is-current > a {
  background-color: #fff;
  border-bottom-color: transparent;
  color: #333;
  pointer-events: none;
  cursor: default;
}

.htv-tab > ul > li.is-current > a span {
  border-bottom: 2px solid #cc0033;
}

.htv-tab[data-flex="fixed"] > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

@media screen and (max-width: 750px) {
  .htv-tab > ul > li > a {
    padding: 0 4px;
    line-height: 1.15;
    font-size: 1.4rem;
  }
  .htv-tab > ul > li > a span {
    padding: 12px 0;
  }
}

.htv-tab_5 > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 20%;
}

/* table
--------------------------------------------------------------------------*/
.htv-tbl {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.htv-tbl.htv-tbl-txt-s th, .htv-tbl.htv-tbl-txt-s td {
  font-size: 1.4rem;
}

.htv-tbl th, .htv-tbl td {
  padding: 12px 20px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
  vertical-align: top;
  text-align: left;
  line-height: 1.4;
}

.htv-tbl th > :first-child, .htv-tbl td > :first-child {
  margin-top: 0;
}

.htv-tbl th > :last-child, .htv-tbl td > :last-child {
  margin-bottom: 0;
}

.htv-tbl th {
  background-color: #f8f8f8;
  font-weight: normal;
}

.htv-tbl th.htv-tbl__th-base {
  background-color: #eee;
}

.htv-tbl td {
  word-wrap: break-word;
  word-break: break-word;
}

@media screen and (max-width: 750px) {
  .htv-tbl {
    margin-top: 10px;
  }
  .htv-tbl.htv-tbl-txt-s th, .htv-tbl.htv-tbl-txt-s td {
    font-size: 1.2rem;
  }
  .htv-tbl th, .htv-tbl td {
    padding: 8px 10px;
  }
  .htv-tbl[data-sp="column"] th, .htv-tbl[data-sp="column"] td {
    display: block;
  }
  .table-scroll {
    overflow-x: scroll;
  }
  .table-scroll .htv-tbl {
    width: 940px;
  }
 }

/* text
--------------------------------------------------------------------------*/
.htv-bold {
  font-weight: bold !important;
}

.htv-italic {
  font-style: italic !important;
}

.htv-normal {
  font-weight: normal !important;
}

.htv-text-att {
  color: #cc0033 !important;
}

.htv-note {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
}

.htv-price {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
}

.htv-price__tax {
  font-size: 1.4rem;
}

.htv-price__tag {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  background-color: #00a2e6;
  vertical-align: middle;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  top: -2px;
}

.htv-price__att {
  margin-top: 6px;
  color: #cc0033;
}

.htv-price__note {
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .htv-price {
    font-size: 2rem;
  }
  .htv-price__tax {
    font-size: 1rem;
  }
  .htv-price__tag {
    font-size: 1rem;
  }
  .htv-price__att {
    margin-top: 6px;
  }
  .htv-price__note {
    font-size: 1.6rem;
  }
}

.htv-copyright {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #666;
}

@media screen and (max-width: 750px) {
  .htv-copyright {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
  }
}

.htv-symbol {
  font-family: Arial, sans-serif;
}

.htv-catch {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .htv-catch {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.htv-catch__sub {
  margin: 12px 0 30px;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .htv-catch__sub {
    margin-bottom: 20px;
  }
}

.htv-catch__note {
  margin-top: 15px !important;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Icons */
/* Arrows */
@media screen and (min-width: 751px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 44px;
    width: 44px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #00a2e6;
    border-radius: 50%;
    color: transparent;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 1;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, .4);
            box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, .4);
  }
  .slick-prev.slick-hover,
  .slick-prev:hover,
  .slick-next.slick-hover,
  .slick-next:hover {
    outline: none;
    background-color: #0a7bab;
    color: transparent;
  }
  .slick-prev {
    margin-left: -481px;
  }
  .slick-prev::after {
    position: absolute;
    content: "";
    left: 19px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .slick-next {
    margin-left: 437px;
  }
  .slick-next::after {
    position: absolute;
    content: "";
    right: 19px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 1000px) {
  .slick-prev,
  .slick-next {
    left: auto;
    margin-left: 0;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next {
    right: 8px;
  }
}

@media screen and (max-width: 750px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #00a2e6;
    border-radius: 50%;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 10;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, .4);
            box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, .4);
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background-color: #0a7bab;
    color: transparent;
  }
  .slick-prev {
    left: 8px;
    margin: 0;
  }
  .slick-prev::after {
    position: absolute;
    content: "";
    left: 13px;
    top: 50%;
    width: 5px;
    height: 5px;
    margin: -3px 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .slick-next {
    right: 8px;
    margin: 0;
  }
  .slick-next::after {
    position: absolute;
    content: "";
    right: 13px;
    top: 50%;
    width: 5px;
    height: 5px;
    margin: -3px 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

  img.not-save {
    pointer-events: none;
    -webkit-touch-callout:none;
      -webkit-user-select:none;
      -moz-touch-callout:none;
      -moz-user-select:none;
      touch-callout:none;
      user-select:none;
  }

  @media print{
    img.not-print{
    display:none;
    visibility:hidden;
    }
  }

/* Dots */

/*# sourceMappingURL=app.css.map */
.htv-btn-wrapper{
  width: 350px;
}
@media screen and (max-width: 750px) {
  .htv-btn-wrapper{
    max-width: 310px !important;
    white-space: nowrap;
  }
}

/* Lemino */
.tag__lemino {
  position: relative;
  margin-top: 10px !important;
  text-indent: 70px;
  line-height: 1.4;
}
.tag__lemino::before {
  position: absolute;
  display: block;
  content: '';
  width: 60px;
  height: 26px;
  left: 0;
  top: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/sources/all/imgs/assets/logo_lemino.png") no-repeat 0 0/60px 26px;
}
@media screen and (max-width: 750px) {
  .tag__lemino {
    text-indent: 65px;}
  .tag__lemino::before {
    width: 58px;
    top: 8px;
    background: url("https://www.hikaritv-docomo.jp/sources/all/imgs/assets/logo_lemino.png") no-repeat 0 0/58px 25px;
  }
}
    img.htv-servicelist__tag__lemino {
    height: 26px;
    width: auto !important;
    margin: 3px 5px 0 0;
    vertical-align: middle;
    }
    @media screen and (max-width: 750px) {
    img.htv-servicelist__tag__lemino {
    height: 20px;
      }
    }