@charset "UTF-8";

/* Scss Document */
/* Scss Document */
/* Scss Document */
_::-webkit-full-page-media,
_:future,
:root * {
  image-rendering: auto !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, _normalize.scss */
h1 {
  margin: 0;
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, _normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, _normalize.scss */
small {
  font-size: 80%;
}

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

/* line 171, _normalize.scss */
sup {
  top: -0.5em;
}

/* line 175, _normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, _normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, _normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, _normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, _normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 222, _normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  /* 2 */
  margin: 0;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, _normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, _normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, _normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, _normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, _normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, _normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, _normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 357, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, _normalize.scss */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  padding: 0;
  border: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /*font-size: 62.5%;*/
}

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

p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

table th {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  text-align: left;
  vertical-align: top;
}

a {
  outline: none;
}

/* CSS Document */
body {
  font-size: 80%;
  line-height: 130%;
}

#auto-header,
#auto-header * {
  box-sizing: content-box;
}

@media screen and (min-width: 737px), print {
  html,
  body {
    min-width: 980px;
  }
}

html.is-scroll-prevent {
  z-index: -1;
  /* position: fixed; */
  width: 100%;
  height: 100%;
}

.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

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

@media screen and (min-width: 737px), print {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 736px) {
  .pc_only {
    display: none !important;
  }
}

body.totalcalre {
  position: relative;
  width: 100%;
  height: auto;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  text-align: center;
}

body.totalcalre sup {
  position: relative;
  top: 0.7em;
  font-size: 0.75em;
  vertical-align: top;
}

.totalcare_wrap {
  position: relative;
}

.totalcare_wrap .contents,
.pc .contents,
.sp .contents {
  box-sizing: border-box;
}

@media screen and (min-width: 737px), print {
  .totalcare_wrap,
  .pc {
    font-size: 16px;
    font-size: 1.072rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 737px), print {
  .totalcare_wrap .contents,
  .totalcare_wrap.contents,
  .pc .contents,
  .pc.contents {
    width: 100%;
    min-width: 980px;
    max-width: 1140px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 736px) {
  .totalcare_wrap,
  .sp {
    font-size: 14px;
    font-size: 0.938rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 736px) {
  .totalcare_wrap .contents,
  .totalcare_wrap.contents,
  .sp .contents,
  .sp.contents {
    width: 100%;
    padding: 0 5%;
  }
}

#pagetop {
  -webkit-transition: opacity 0.3s ease-out;
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

#pagetop.show {
  visibility: visible;
  opacity: 1;
}

#pagetop a {
  display: block;
  z-index: 3;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 45px;
  padding-top: 45px;
  overflow: hidden;
  background-image: url(/auto-lineup/images/pc/btn_pagetop.png);
  background-repeat: no-repeat;
  background-size: 45px;
  text-indent: 100%;
}

.htc-icon {
  box-sizing: border-box;
  display: inline-flex;
  font-style: normal;
}

.htc-icon--link {
  position: relative;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto;
  border: 1px solid #0064a1;
  border-radius: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .htc-icon--link {
    width: 13.5px;
    height: 13.5px;
  }
}

.htc-icon--link::before {
  display: block;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0.2em;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  transform: rotate(-45deg);
  border-right: 1px solid #0064a1;
  border-bottom: 1px solid #0064a1;
  content: "";
  transition: all 0.3s;
}

@media screen and (max-width: 736px) {
  .htc-icon--link::before {
    width: 3.75px;
    height: 3.75px;
  }
}

.htc-icon--service-target {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  color: rgba(122, 122, 122, 0.4);
  line-height: 34px;
}

.htc-icon--service-target.is-active {
  border: 0;
  background-color: #efefef;
  color: #333;
}

.htc-icon--num {
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #9a9a9a;
  color: #fff;
  font-size: 17px;
  font-size: 1.139rem;
}

@media screen and (max-width: 736px) {
  .htc-icon--num {
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-size: 0.938rem;
  }
}

.htc-icon--circle {
  width: 24px;
  height: 24px;
  border: 5px solid #e60012;
  border-radius: 50%;
}

.htc-icon--times {
  position: relative;
  width: 17px;
  height: 17px;
}

.htc-icon--times::after,
.htc-icon--times::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 17px;
  margin: -8.5px 0 0 -1px;
  background-color: #595757;
  content: "";
}

.htc-icon--times::before {
  transform: rotate(-45deg);
}

.htc-icon--times::after {
  transform: rotate(45deg);
}

.htc-icon--pdf {
  width: 29px;
  height: 32px;
  background: url(../images/common/icon_pdf.png) 50% 50% no-repeat;
  background-size: 100% auto;
}

.htc-icon--new {
  width: 30px;
  height: 11px;
  background: url(../images/common/icon_new.png) 50% 50% no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 736px) {
  .htc-icon--new {
    width: 25px;
    height: 9.166666667px;
  }
}

.htc-icon--ac {
  position: relative;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto;
  border: 1px solid #0064a1;
  border-radius: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .htc-icon--ac {
    width: 13.5px;
    height: 13.5px;
  }
}

.htc-icon--ac::before {
  display: block;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-right: 1px solid #0064a1;
  border-bottom: 1px solid #0064a1;
  content: "";
  transition: all 0.3s;
}

@media screen and (max-width: 736px) {
  .htc-icon--ac::before {
    width: 3.75px;
    height: 3.75px;
  }
}

.htc-icon--ac-open::before {
  top: -0.2em;
  transform: rotate(45deg);
}

.htc-icon--ac-close::before {
  top: 0.2em;
  transform: rotate(-135deg);
}

.htc-btn {
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  /* base style */
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  border: none;
  background-color: #e60012;
  color: inherit;
  color: #fff;
  font-size: inherit;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.htc-btn .htc-icon--link {
  border-color: #fff;
}

@media screen and (max-width: 736px) {
  .htc-btn .htc-icon--link {
    margin-left: 10px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-btn .htc-icon--link {
    margin-left: 10px;
  }
}

.htc-btn .htc-icon--link::before {
  border-color: #fff;
}

@media screen and (min-width: 737px), print {
  .htc-btn {
    height: 55px;
    border-radius: 27.5px;
    font-size: 21px;
    font-size: 1.407rem;
  }

  .htc-btn:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-btn {
    width: 100%;
    height: 2.8rem;
    padding-right: 17px;
    padding-left: 17px;
    border-radius: 1.8rem;
    font-size: 11px;
    font-size: 0.737rem;
  }
}

.htc-btn--w {
  background-color: #fff;
  /* white */
  color: #e60012;
}

.htc-btn--w .htc-icon--link {
  border-color: #e60012;
}

.htc-btn--w .htc-icon--link::before {
  border-color: #e60012;
}

.htc-grid {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.htc-grid > .htc-grid__item {
  box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .htc-grid:not(.is-inherit) {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }

  .htc-grid:not(.is-inherit) > .htc-grid__item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.htc-grid--full {
  /* 余白を指定 */
  margin-right: -20px;
  margin-left: -20px;
  /* 余白を指定 */
}

.htc-grid--full > .htc-grid__item {
  padding-right: 20px;
  /* 余白を指定 */
  padding-left: 20px;
  /* 余白を指定 */
}

@media screen and (max-width: 736px) {
  .htc-grid--full.is-inherit {
    /* 余白を指定 */
    margin-right: -10px;
    margin-left: -10px;
    /* 余白を指定 */
  }

  .htc-grid--full.is-inherit > .htc-grid__item {
    padding-right: 10px;
    /* 余白を指定 */
    padding-left: 10px;
    /* 余白を指定 */
  }
}

/* 12カラム用 */
.htc-grid__item--1 {
  width: 8.33333%;
}

.htc-grid__item--2 {
  width: 16.66667%;
}

.htc-grid__item--3 {
  width: 25%;
}

.htc-grid__item--4 {
  width: 33.33333%;
}

.htc-grid__item--5 {
  width: 41.66667%;
}

.htc-grid__item--6 {
  width: 50%;
}

.htc-grid__item--7 {
  width: 58.33333%;
}

.htc-grid__item--8 {
  width: 66.66667%;
}

.htc-grid__item--9 {
  width: 75%;
}

.htc-grid__item--10 {
  width: 83.33333%;
}

.htc-grid__item--11 {
  width: 91.66667%;
}

.htc-grid__item--12 {
  width: 100%;
}

.htc-media {
  /* flexで構成 baseのレイアウトは右側に画像がくる想定 */
  display: flex;
}

.htc-media > .htc-media__image {
  box-sizing: border-box;
  padding-left: 35px;
  /* 任意の値 */
}

.htc-media > .htc-media__image--rev {
  padding-right: 35px;
  /* Reverse */
  padding-left: 0;
}

.htc-media > .htc-media__image--middle {
  align-self: center;
}

.htc-media > .htc-media__image img {
  display: block;
}

.htc-media > .htc-media__body {
  box-sizing: border-box;
  flex: 1;
}

.htc-media > .htc-media__body--middle {
  align-self: center;
}

.htc-media--rev {
  /* 親要素でリバースを指定 */
  flex-direction: row-reverse;
}

.htc-media--rev > .htc-media__image {
  padding-right: 35px;
  padding-left: 0;
}

.htc-media--rev > .htc-media__image--rev {
  padding-right: 0;
  padding-left: 35px;
}

@media screen and (max-width: 736px) {
  .htc-media--rev:not(.is-inherit) > .htc-media__image {
    padding-right: 0;
  }

  .htc-media--rev:not(.is-inherit) > .htc-media__image--rev {
    padding-left: 0;
  }
}

@media screen and (max-width: 736px) {
  .htc-media:not(.is-inherit) {
    flex-direction: column;
    align-items: center;
  }

  .htc-media:not(.is-inherit) > .htc-media__image {
    padding-left: 0;
  }

  .htc-media:not(.is-inherit) > .htc-media__image--rev {
    padding-right: 0;
  }
}

.htc-embed-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.htc-embed-movie iframe,
.htc-embed-movie .video-js {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: auto;
}

.htc-embed-movie img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.bc-player-4k5Jg43ag_default.vjs-mouse .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/* ==========
htc-header
 ========== */
.htc-header {
  z-index: 100;
  position: sticky;
  top: 0;
  background-color: #f8f8f8;
  box-shadow: 1px 4px 10px rgba(137, 137, 137, 0.51);
}

.htc-header__container {
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (min-width: 737px), print {
  .htc-header__container {
    width: clamp(980px, 100%, 1140px);
    padding: 0.8rem 10px;
  }
}

@media screen and (max-width: 736px) {
  .htc-header__container {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
  }
}

.htc-header-title.normal h1 {
  display: flex;
  align-items: center;
}

.htc-header-title.normal a {
  display: inline-block;
  width: 158px;
  height: 18px;
  background: url(../images/common/logo_htc.png) 0 0 no-repeat;
  background-size: 100% auto;
  color: #595757;
  text-decoration: none;
  text-indent: -9999px;
}

.htc-header-navigation {
  margin: -19px 0 auto auto;
}

.htc-header .htc-navigation {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-size: 0.938rem;
}

.htc-header .htc-navigation__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 9px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-header .htc-navigation__item:hover {
    background-color: rgba(230, 0, 18, 0.6);
    color: #fff;
  }
}

.htc-header .htc-navigation + .htc-navigation {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #c6c6c6;
}

/* ==========
htc-menu(SP MENU)
 ========== */
.htc-menu {
  box-sizing: border-box;
  z-index: 3000;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: left;
  opacity: 0;
  transition: all 0.3s;
}

.htc-menu__container {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  padding: 35px 6% 10px;
  overflow-y: auto;
}

.htc-menu-btn,
.htc-menu-close {
  box-sizing: border-box;
  display: block;
  visibility: visible;
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(10% + 26px);
  height: 52px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}

body.home .htc-menu-btn,
body.home .htc-menu-close {
  position: fixed;
}

.htc-menu-btn-bar,
.htc-menu-close-bar {
  transform-orign: left top;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 26px;
  height: 2px;
  margin: auto;
  border-radius: 1px;
  background-color: #595757;
  transition: all 0.3s;
}

.htc-menu-btn-bar:nth-child(1),
.htc-menu-close-bar:nth-child(1) {
  top: 50%;
  margin-top: -11px;
}

.htc-menu-btn-bar:nth-child(2),
.htc-menu-close-bar:nth-child(2) {
  transform-orign: left bottom;
  top: 50%;
  margin-top: -4px;
}

.htc-menu-btn-text,
.htc-menu-close-text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 4px auto auto;
  font-size: 8px;
  font-size: 0.536rem;
  letter-spacing: noraml;
  text-align: center;
}

.htc-menu-btn-text::after,
.htc-menu-close-text::after {
  content: "MENU";
}

.htc-menu-close {
  visibility: hidden;
  opacity: 0;
}

.htc-menu-close .htc-menu-btn-bar {
  background-color: #b5b5b5;
}

.htc-menu-close .htc-menu-btn-bar:nth-child(1) {
  transform: translate(0, 3.5px) rotate(45deg);
}

.htc-menu-close .htc-menu-btn-bar:nth-child(2) {
  transform: translate(0, -3.5px) rotate(-45deg);
}

.htc-menu-close .htc-menu-btn-text {
  color: #fff;
}

.htc-menu-close .htc-menu-btn-text::after {
  content: "CLOSE";
}

.htc-menu-check {
  display: none;
}

.htc-menu-check:checked ~ .htc-menu-btn {
  visibility: hidden;
  opacity: 0;
}

.htc-menu-check:checked ~ .htc-menu {
  right: 0;
  opacity: 1;
}

.htc-menu-check:checked ~ .htc-menu .htc-menu-close {
  visibility: visible;
  opacity: 1;
}

.htc-menu-check:checked ~ .htc-menu-overlay {
  visibility: visible;
  opacity: 1;
}

.htc-menu__header {
  text-align: center;
}

.htc-menu__header-text {
  font-size: 14px;
  font-size: 0.938rem;
}

@media screen and (max-width: 736px) {
  .htc-menu__header-text {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

.htc-menu-content {
  margin-top: 25px;
}

.htc-menu .htc-navigation--menu-utility .htc-btn + .htc-btn {
  margin-top: 14px;
}

.htc-menu .htc-navigation--menu-global {
  border-bottom: 1px solid rgba(135, 135, 135, 0.67);
  font-size: 12px;
  font-size: 0.804rem;
}

.htc-menu .htc-navigation--menu-global a {
  color: #fff;
  text-decoration: none;
}

.htc-menu .htc-navigation--menu-global .htc-navigation__item {
  border-top: 1px solid rgba(135, 135, 135, 0.67);
}

.htc-menu .htc-navigation__item {
  display: block;
}

.htc-menu .htc-navigation__item-header {
  display: block;
  padding: 15px 30px 15px 10px;
}

.htc-menu .htc-navigation__item-body {
  display: block;
}

.htc-menu .htc-navigation__item-link {
  display: block;
  position: relative;
  padding: 15px 30px 15px calc(10px + 1em);
  border-top: 1px solid rgba(135, 135, 135, 0.67);
  transition: all 0.3s;
}

.htc-menu .htc-navigation__item-link.item-header {
  padding: 15px 30px 15px 10px;
}

.htc-menu .htc-navigation__item-link::after {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: all 0.3s;
}

.htc-menu .htc-navigation__item-link:hover::after {
  right: 6px;
  opacity: 0.6;
}

.htc-menu .htc-navigation .js-ac__trigger {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.htc-menu .htc-navigation .js-ac__trigger::before,
.htc-menu .htc-navigation .js-ac__trigger::after {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  content: "";
  transition: all 0.3s;
}

.htc-menu .htc-navigation .js-ac__trigger::before {
  transform: rotate(90deg);
}

.htc-menu .htc-navigation .js-ac__trigger.is-opened::before {
  transform: rotate(0);
}

.htc-menu-aside {
  text-align: center;
}

.htc-menu-aside-text {
  font-size: 12px;
  font-size: 0.804rem;
}

.htc-menu-aside__link-banner {
  display: block;
  margin-top: 16px;
}

.htc-menu-aside__link-banner img {
  width: 100%;
  height: auto;
}

/* ==========
htc-aside
 ========== */
.htc-aside {
  padding: 58px 0 48px;
  background-color: #efefef;
  color: #595757;
}

@media screen and (max-width: 736px) {
  .htc-aside {
    padding: 43.5px 0 36px;
  }
}

.htc-aside__container {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htc-aside__container {
    width: 100%;
    min-width: 980px;
    max-width: 1140px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside__container {
    width: 100%;
    padding: 0 5%;
  }
}

.htc-aside--related .htc-aside__header-text {
  font-size: 20px;
  font-size: 1.34rem;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

@media screen and (max-width: 736px) {
  .htc-aside--related .htc-aside__header-text {
    font-size: 15px;
    font-size: 1.005rem;
  }
}

.htc-aside--related .htc-aside__body {
  margin-top: 38px;
}

@media screen and (max-width: 736px) {
  .htc-aside--related .htc-aside__body {
    margin-top: 28.5px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--related .htc-aside__row-sp {
    display: inline-block;
  }

  .htc-aside--related .htc-aside__row-sp + .htc-aside__row-sp {
    margin-left: 12.5px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--related .htc-aside__row-sp {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--related .htc-aside__row + .htc-aside__row {
    margin-top: 28px;
  }
}

.htc-aside--related .htc-aside__item {
  position: relative;
  color: #0064a1;
  text-decoration: none;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-aside--related .htc-aside__item:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--related .htc-aside__item .htc-icon--link {
    margin-left: 0.5em;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--related .htc-aside__item .htc-icon--link {
    margin-left: 12.75px;
  }
}

.htc-aside--related .htc-aside__item.is-active {
  color: #9a9a9a;
  pointer-events: none;
}

.htc-aside--related .htc-aside__item.is-active .htc-icon--link {
  border-color: #9a9a9a;
}

.htc-aside--related .htc-aside__item.is-active .htc-icon--link::before {
  border-color: #9a9a9a;
}

.htc-aside--related .htc-aside__item + .htc-aside__item {
  margin-left: 25px;
}

.htc-aside--related .htc-aside__note {
  color: #333;
}

@media screen and (min-width: 737px), print {
  .htc-aside--related .htc-aside__note {
    margin-top: 25px;
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--related .htc-aside__note {
    margin-top: 18.75px;
    font-size: 10.5px;
    font-size: 0.7035rem;
  }
}

.htc-aside--to-premium .htc-aside-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  color: #0064a1;
  text-decoration: none;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-btn {
    height: 80px;
    border: 1px solid #c6c6c6;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-btn {
    height: 50px;
    border-bottom: 1px solid #c6c6c6;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-btn:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-btn .htc-icon--link {
    margin-left: 15px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-btn .htc-icon--link {
    margin-left: 10px;
  }
}

.htc-aside--to-premium .htc-aside-banner-link {
  display: block;
}

.htc-aside--to-premium .htc-aside-banner-link a {
  display: block;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-banner-link a:hover {
    opacity: 0.6;
  }
}

.htc-aside--to-premium .htc-aside-banner-link__header {
  display: block;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-banner-link__header {
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-banner-link__header {
    margin-top: 10px;
  }
}

.htc-aside--to-premium .htc-aside-banner-link__header small {
  display: block;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-banner-link__header small {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-banner-link__header small {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-aside--to-premium .htc-aside-banner-link__header-text {
  display: block;
  margin-top: 0.3em;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.6;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-banner-link__header-text {
    font-size: 15px;
    font-size: 1.005rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-banner-link__header-text {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

.htc-aside--to-premium .htc-aside__app-link-text {
  position: relative;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__app-link-text {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__app-link-text {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.htc-aside--to-premium .htc-aside__app-link-text::after {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  height: 2px;
  background-color: #e60012;
  content: "";
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__app-link-text::after {
    left: calc(50% - 50px);
    width: 100px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__app-link-text::after {
    left: calc(50% - 20px);
    width: 40px;
  }
}

.htc-aside--to-premium .htc-aside__app-link-box img {
  width: 100%;
}

.htc-aside--to-premium .htc-aside__app-link-box .htc-appdownload-icon {
  margin-bottom: 1em;
}

.htc-aside--to-premium .htc-aside__app-link-box .htc-appdownload-icon img {
  width: 100px;
  height: auto;
}

.htc-aside--to-premium .htc-aside__app-link-box .btn_wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__app-link-box .btn_wrap {
    width: 640px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__app-link-box .btn_wrap {
    width: 100%;
  }
}

.htc-aside--to-premium .htc-aside__app-link-box .btn_wrap a {
  display: block;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__app-link-box .btn_wrap a {
    width: 300px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__app-link-box .btn_wrap a {
    width: 50%;
  }
}

.htc-aside--to-premium .htc-aside__app-link-box .btn_wrap a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__to-premium {
    margin-top: 70px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__to-premium {
    margin-top: 30px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__to-premium-text {
    font-size: 15px;
    font-size: 1.005rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__to-premium-text {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__to-premium-btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__to-premium-btn {
    margin-top: 20px;
  }
}

.htc-aside--to-premium .htc-aside__to-premium-btn a {
  display: block;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__to-premium-btn a {
    transition: all 0.3s;
  }

  .htc-aside--to-premium .htc-aside__to-premium-btn a:hover {
    opacity: 0.6;
  }
}

.htc-aside--to-premium .htc-aside__to-premium-btn img {
  width: 100%;
  height: auto;
}

.htc-aside--to-premium .htc-aside-item {
  text-align: center;
}

.htc-aside--to-premium .htc-aside-item__header {
  position: relative;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item__header {
    padding-bottom: 0.25em;
  }
}

.htc-aside--to-premium .htc-aside-item__header-text {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item__header-text {
    font-size: 20px;
    font-size: 1.34rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item__header-text {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item__body {
    margin-top: 45px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item__body {
    margin-top: 1.5em;
  }
}

.htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__container {
  background-color: #fff;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__container {
    padding: 65px 50px 70px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__container {
    padding: 45px 40px;
    padding: 34px 30px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header {
    padding-bottom: 1em;
  }
}

.htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header-text {
  line-height: 1.6;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header-text {
    font-size: 23px;
    font-size: 1.541rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header-text {
    font-size: 18px;
    font-size: 1.206rem;
  }
}

.htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  margin: auto;
  background-color: #595757;
  content: "";
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header::after {
    width: 100px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header::after {
    width: 40px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item-grid {
    margin-top: 65px;
    margin-bottom: -36px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item-grid {
    margin-top: 30px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item-grid .htc-grid__item {
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item-grid .htc-grid__item:first-child() {
    border-top: 1px solid #c6c6c6;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--premium .htc-btn {
    width: 552px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--carlife {
    margin-top: 90px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--carlife {
    margin-top: 37.5px;
  }
}

.htc-aside--to-premium .htc-aside-item--carlife .htc-aside-item__body {
  margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--carlife .htc-aside-item__body {
    margin-top: 15px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--carlife .htc-aside-item-grid {
    margin-bottom: -22.5px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--carlife .htc-aside-item-grid .htc-grid__item {
    padding-bottom: 22.5px;
  }
}

.htc-aside--to-premium .htc-aside-item--shop {
  border-top: 2px solid #b5b5b5;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--shop {
    margin-top: 60px;
    padding-top: 45px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--shop {
    margin-top: 35px;
    padding-top: 35px;
    border-width: 1px;
  }
}

.htc-aside--to-premium .htc-aside-item-grid .htc-grid__item img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item-grid .htc-grid__item {
    width: 50%;
  }
}

.htc-aside--to-premium .htc-aside-item-media .htc-media__body {
  line-height: 1.6;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-aside--to-premium .htc-aside-item-media .htc-media__body-link {
  display: inline-flex;
  color: #0064a1;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body-link {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.005rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body-link {
    margin-top: 20px;
    font-size: 12px;
    font-size: 0.804rem;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body-link .htc-icon--link {
    margin-left: 15px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body-link .htc-icon--link {
    margin-left: 8px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__image {
    width: 413px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__image {
    padding-top: 10px;
  }
}

.htc-aside--to-premium .htc-aside-item-media .htc-media__image img {
  width: 100%;
  height: auto;
}

/* ==========
htc-footer
 ========== */
.htc-footer {
  background-color: #333;
  color: #fff;
  font-size: 12px;
  font-size: 0.804rem;
  line-height: 1.44;
}

@media screen and (min-width: 737px), print {
  .htc-footer {
    padding: 25px 0;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer {
    padding: 20px 0;
    font-size: 11.4px;
    font-size: 0.7638rem;
  }
}

.htc-footer a {
  color: #fff;
  text-decoration: none;
}

.htc-footer__container {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htc-footer__container {
    width: 100%;
    min-width: 980px;
    max-width: 1140px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer__container {
    width: 100%;
    padding: 0 5%;
  }
}

@media screen and (min-width: 737px), print {
  .htc-footer-content {
    margin: 25px -12px 0;
    padding: 25px 12px 0;
    border-top: 1px solid #717171;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer-content {
    position: relative;
    margin: 20px -9px 0;
    padding: 20px 9px 0;
  }

  .htc-footer-content::before {
    display: block;
    position: absolute;
    top: 0;
    right: -9px;
    left: -9px;
    margin: auto;
    border-top: 1px solid #fff;
    content: "";
  }

  .htc-footer-content + .htc-footer-content {
    margin-top: 0;
    padding-top: 0;
  }

  .htc-footer-content + .htc-footer-content::before {
    display: none;
  }
}

@media screen and (min-width: 737px), print {
  .htc-footer .htc-navigation--footer-utility {
    margin-right: -10px;
    margin-left: -10px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
  }
}

.htc-footer .htc-navigation--footer-utility .htc-navigation__item {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 737px), print {
  .htc-footer .htc-navigation--footer-utility .htc-navigation__item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-utility .htc-navigation__item {
    padding: 0 10px;
  }
}

.htc-footer .htc-navigation--footer-utility .htc-navigation__item + .htc-navigation__item::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  content: "";
}

@media screen and (min-width: 737px), print {
  .htc-footer .htc-navigation--footer-utility .htc-navigation__item + .htc-navigation__item::before {
    left: -1px;
    width: 2px;
    height: 12px;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-utility .htc-navigation__item + .htc-navigation__item::before {
    left: 0;
    width: 1px;
    height: 9px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-footer .htc-navigation--footer-global {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global {
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global.mt0 {
    margin-top: 0px;
  }
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item {
  display: block;
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item {
    border-top: 1px solid rgba(135, 135, 135, 0.67);
  }
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item___under {
  display: inline-block;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #717171;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item___under {
    padding-top: 0;
    margin-top: 0;
    border-top: 1px solid rgba(135, 135, 135, 0.67);
  }
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item-header {
  display: block;
}

@media screen and (min-width: 737px), print {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-header {
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-header {
    padding: 15px 30px 15px 10px;
  }
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item-body {
  display: block;
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item-link {
  display: block;
}

@media screen and (min-width: 737px), print {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-link {
    margin-top: 14px;
    color: #e0e0e0;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-link {
    display: block;
    position: relative;
    padding: 15px 30px 15px calc(10px + 1em);
    border-top: 1px solid rgba(135, 135, 135, 0.67);
    transition: all 0.3s;
  }

  .htc-footer .htc-navigation--footer-global .htc-navigation__item-link::after {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: all 0.3s;
  }

  .htc-footer .htc-navigation--footer-global .htc-navigation__item-link:hover::after {
    right: 6px;
    opacity: 0.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
  }

  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger::before,
  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger::after {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 10px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    content: "";
    transition: all 0.3s;
  }

  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger::before {
    transform: rotate(90deg);
  }

  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger.is-opened::before {
    transform: rotate(0);
  }
}

@media screen and (min-width: 737px), print {
  .htc-footer-aside {
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer-aside__item {
    display: block;
    padding: 15px 30px 15px 10px;
    border-top: 1px solid rgba(135, 135, 135, 0.67);
    border-bottom: 1px solid rgba(135, 135, 135, 0.67);
  }
}

/* ==========
パンくず
 ========== */
@media screen and (min-width: 737px), print {
  .path_tree {
    margin: 0 -12px;
    padding: 0 12px;
  }
}

/* ==========
htc-main
 ========== */
.htc-main {
  text-align: center;
}

.htc-main__container {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htc-main__container {
    width: 100%;
    min-width: 980px;
    max-width: 1140px;
    padding: 50px 20px 115px;
  }
}

@media screen and (max-width: 736px) {
  .htc-main__container {
    width: 100%;
    padding: 25px 5% 58px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-main--home .htc-main__container {
    min-width: inherit;
    max-width: inherit;
    padding: 0;
  }
}

@media screen and (max-width: 736px) {
  .htc-main--home .htc-main__container {
    padding: 0;
  }
}

/* ==========
htc-article
 ========== */
.htc-article__header {
  color: #595757;
}

@media screen and (max-width: 736px) {
  .htc-article__header {
    padding: 0 5%;
  }
}

@media screen and (min-width: 737px), print {
  .htc-article__header .htc-media {
    margin-top: -8em;
  }
}

@media screen and (max-width: 736px) {
  .htc-article__header .htc-media {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 737px), print {
  .htc-article__header .htc-media__body {
    align-items: center;
    padding-top: 8em;
  }
}

@media screen and (min-width: 737px), print {
  .htc-article__header .htc-media__image {
    align-items: center;
    width: 465px;
  }
}

@media screen and (max-width: 736px) {
  .htc-article__header .htc-media__image {
    padding-top: 1.5em;
    padding-bottom: 0;
  }
}

.htc-article__header .htc-media__image img {
  width: 100%;
  height: auto;
}

.htc-article__header-title {
  position: relative;
  padding-bottom: 0.25em;
  font-size: 42px;
  font-size: 2.814rem;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  line-height: 1.4;
}

@media screen and (min-width: 737px), print {
  .htc-article__header-title {
    display: flex;
    align-items: center;
    height: 3.45em;
  }
}

@media screen and (max-width: 736px) {
  .htc-article__header-title {
    padding-bottom: 0.75em;
    font-size: 20px;
    font-size: 1.34rem;
    text-align: center;
  }
}

.htc-article__header-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #e60012;
  content: "";
}

@media screen and (max-width: 736px) {
  .htc-article__header-title::after {
    right: 0;
    width: 54px;
    height: 2px;
    margin: auto;
  }
}

.htc-article__header-text {
  margin-top: 40px;
  font-size: 15.2px;
  font-size: 1.0184rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .htc-article__header-text {
    margin-top: 2em;
    font-size: 13.4px;
    font-size: 0.8978rem;
  }
}

.htc-article__header-note {
  margin-top: 2em;
  color: rgba(89, 87, 87, 0.8);
  font-size: 15px;
  font-size: 1.005rem;
}

@media screen and (max-width: 736px) {
  .htc-article__header-note {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-article__header-icons-header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

@media screen and (max-width: 736px) {
  .htc-article__header-icons-header {
    margin-top: 0.75em;
  }
}

.htc-article__header-icons-header span {
  display: inline-block;
  z-index: 10;
  position: relative;
  padding: 0 24px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-size: 0.938rem;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
}

.htc-article__header-icons-header::before,
.htc-article__header-icons-header::after {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

.htc-article__header-icons-header::before {
  right: 0;
  left: 0;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.3);
}

.htc-article__header-icons .htc-grid {
  margin: 12.5px -2.5px 0;
}

@media screen and (max-width: 736px) {
  .htc-article__header-icons .htc-grid {
    margin-top: 0.5em;
  }
}

.htc-article__header-icons .htc-grid__item {
  width: 33.333333%;
  padding: 0 2.5px;
}

.htc-article__body {
  margin-top: 90px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .htc-article__body {
    margin-top: 5em;
    padding: 0 5%;
  }
}

.htc-article__body-text {
  font-size: 35px;
  font-size: 2.345rem;
}

@media screen and (max-width: 736px) {
  .htc-article__body-text {
    font-size: 18px;
    font-size: 1.206rem;
  }
}

/* ==========
htc-section
 ========== */
.htc-section {
  margin-top: 100px;
}

@media screen and (max-width: 736px) {
  .htc-section {
    margin-top: 50px;
  }
}

.htc-section + .htc-section {
  margin-top: 150px;
}

@media screen and (max-width: 736px) {
  .htc-section + .htc-section {
    margin-top: 75px;
  }
}

.htc-section__header {
  color: #595757;
}

.htc-section__header-text {
  position: relative;
  padding-bottom: 0.5em;
  font-size: 33px;
  font-size: 2.211rem;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
}

@media screen and (max-width: 736px) {
  .htc-section__header-text {
    font-size: 19px;
    font-size: 1.273rem;
  }
}

.htc-section__header-text::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  margin: auto;
  background-color: #e60012;
  content: "";
}

@media screen and (max-width: 736px) {
  .htc-section__header-text::after {
    width: 40px;
    height: 2px;
  }
}

.htc-section__header-text sup {
  top: 1.45em !important;
  font-size: 0.45em !important;
}

.htc-section__header-caption {
  margin-top: 1.5em;
  font-size: 20px;
  font-size: 1.34rem;
}

@media screen and (max-width: 736px) {
  .htc-section__header-caption {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-section-grid-flow {
  justify-content: center;
  margin: 0 -82.5px;
}

@media screen and (max-width: 736px) {
  .htc-section-grid-flow {
    margin: 0;
  }
}

.htc-section-grid-flow .htc-grid__item {
  position: relative;
  padding: 0 82.5px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .htc-section-grid-flow .htc-grid__item {
    padding: 0;
  }
}

@media screen and (max-width: 736px) {
  .htc-section-grid-flow .htc-grid__item + .htc-grid__item {
    margin-top: 34px;
  }
}

.htc-section-grid-flow .htc-grid__item + .htc-grid__item::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8.25px;
  width: 0;
  height: 0;
  margin: auto;
  transform: rotate(-90deg);
  border: 16.5px solid transparent;
  border-top: 28px solid #e60012;
  content: "";
}

@media screen and (max-width: 736px) {
  .htc-section-grid-flow .htc-grid__item + .htc-grid__item::before {
    top: -24px;
    right: 0;
    bottom: auto;
    left: 0;
    transform: rotate(0);
    border: 8.25px solid transparent;
    border-top: 14px solid #e60012;
  }
}

.htc-section__body {
  margin-top: 3em;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .htc-section__body {
    margin-top: 2em;
  }
}

.htc-section__image {
  text-align: center;
}

.htc-section__image img {
  max-width: 100%;
  height: auto;
}

.htc-section__note {
  margin-top: 2em;
  color: rgba(89, 87, 87, 0.8);
  font-size: 15px;
  font-size: 1.005rem;
  line-height: 1.4em;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .htc-section__note {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

@media screen and (min-width: 737px), print {
  .htc-section__pdf {
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .htc-section__pdf {
    margin-top: 1em;
  }
}

.htc-section__pdf a {
  color: #0064a1;
  text-decoration: none;
}

.htc-section-content {
  box-sizing: border-box;
  position: relative;
  margin-top: 75px;
}

@media screen and (max-width: 736px) {
  .htc-section-content {
    margin-top: 2em;
  }
}

.htc-section-content__body {
  box-sizing: border-box;
  padding: 46px 65px;
}

@media screen and (max-width: 736px) {
  .htc-section-content__body {
    padding: 16px 20px;
  }
}

.htc-section-content__body-note {
  margin-top: 2em;
  padding-left: 1em;
  color: rgba(89, 87, 87, 0.8);
  font-size: 15px;
  font-size: 1.005rem;
  text-indent: -1em;
}

@media screen and (max-width: 736px) {
  .htc-section-content__body-note {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-section-content__body .htc-media {
  width: 100%;
}

@media screen and (min-width: 737px), print {
  .htc-section-content__body .htc-media__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

@media screen and (max-width: 736px) {
  .htc-section-content__body .htc-media__body {
    font-size: 12.6px;
    font-size: 0.8442rem;
  }
}

.htc-section-content__body .htc-media__image {
  padding-left: 65px;
}

@media screen and (max-width: 736px) {
  .htc-section-content__body .htc-media__image {
    padding-top: 1.4em;
    padding-bottom: 0;
  }
}

.htc-section-content__body .htc-grid {
  justify-content: center;
  margin: 0 -25px;
}

@media screen and (max-width: 736px) {
  .htc-section-content__body .htc-grid {
    margin: 0 auto -50px;
  }
}

.htc-section-content__body .htc-grid__item {
  padding-right: 25px;
  padding-left: 25px;
}

@media screen and (max-width: 736px) {
  .htc-section-content__body .htc-grid__item {
    padding: 0 0 50px;
  }
}

.htc-section-content--flow {
  border: 1px solid #c6c6c6;
}

@media screen and (max-width: 736px) {
  .htc-section-content--flow {
    margin-right: -5%;
    margin-left: -5%;
  }
}

.htc-section-content--flow + .htc-section-content--flow {
  margin-top: 27px;
}

@media screen and (max-width: 736px) {
  .htc-section-content--flow + .htc-section-content--flow {
    margin-top: 13.5px;
  }
}

.htc-section-content--flow + .htc-section-content--flow::before {
  display: inline-block;
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 16.5px solid transparent;
  border-top: 28px solid #e60012;
  content: "";
}

@media screen and (max-width: 736px) {
  .htc-section-content--flow + .htc-section-content--flow::before {
    top: -14px;
    border: 8.25px solid transparent;
    border-top: 14px solid #e60012;
  }
}

.htc-section-content--flow + .htc-section-content--flow.is-no-arrow::before {
  display: none;
}

.htc-section-content--steps .htc-section-content__container {
  display: flex;
}

@media screen and (max-width: 736px) {
  .htc-section-content--steps .htc-section-content__container {
    flex-direction: column;
  }
}

.htc-section-content--steps .htc-section-content__header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9a9a9a;
  color: #fff;
}

@media screen and (min-width: 737px), print {
  .htc-section-content--steps .htc-section-content__header {
    width: 125px;
  }
}

@media screen and (max-width: 736px) {
  .htc-section-content--steps .htc-section-content__header {
    padding: 0.5em 0;
  }
}

.htc-section-content--steps .htc-section-content__header small {
  font-size: 18px;
  font-size: 1.206rem;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
}

@media screen and (max-width: 736px) {
  .htc-section-content--steps .htc-section-content__header small {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

.htc-section-content--steps .htc-section-content__header em {
  margin-left: 0.25em;
  font-size: 25px;
  font-size: 1.675rem;
  font-style: normal;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
}

@media screen and (max-width: 736px) {
  .htc-section-content--steps .htc-section-content__header em {
    font-size: 16px;
    font-size: 1.072rem;
  }
}

.htc-section-content--steps .htc-section-content__body {
  display: flex;
  flex: 1;
}

.htc-section__aside-acrobat .htc-section__container {
  box-sizing: border-box;
  display: block;
  padding: 0 135px;
  border: 2px solid #efefef;
  color: #595757;
  text-decoration: none;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-section__aside-acrobat .htc-section__container:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-section__aside-acrobat .htc-section__container {
    padding: 20px;
  }
}

.htc-section__aside-acrobat .htc-media {
  align-items: center;
  height: 184px;
}

@media screen and (max-width: 736px) {
  .htc-section__aside-acrobat .htc-media {
    height: auto;
  }
}

.htc-section__aside-acrobat .htc-media__image {
  padding: 0 30px 0 0;
}

@media screen and (max-width: 736px) {
  .htc-section__aside-acrobat .htc-media__image {
    padding: 0 0 15px;
  }
}

.htc-section__aside-acrobat .htc-media__image img {
  width: 160px;
}

.htc-section__aside-acrobat .htc-media__body {
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .w700 img {
    width: 700px;
  }
}

@media screen and (min-width: 737px), print {
  .w400 img {
    width: 400px;
  }
}

@media screen and (max-width: 736px) {
  .w400 img {
    width: 50%;
  }
}

@media screen and (min-width: 737px), print {
  .w230 img {
    width: 230px;
  }
}

@media screen and (max-width: 736px) {
  .w230 img {
    width: 100%;
  }
}

.ta--r {
  text-align: right;
}

@media screen and (max-width: 736px) {
  .ta--r_sp {
    text-align: right;
  }
}

.ta--c {
  text-align: center;
}

.ta--l {
  text-align: left;
}

@media screen and (max-width: 736px) {
  .ta--l_sp {
    text-align: left;
  }
}

.caution {
  color: #757575;
  font-size: 88%;
}

.caution:hover {
  opacity: 0.6;
}

/* TEXT COLOR*/
/* 基本ボックス設定 */
.wrap_out,
.wrap_main {
  width: 100%;
  height: auto;
  color: #595757;
}

.wrap_out *,
.wrap_main * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap_out a,
.wrap_main a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  .wrap_out a:hover,
  .wrap_main a:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}

@media screen and (min-width: 737px), print {
  .wrap_in {
    width: 1134px;
    height: auto;
    margin: 0 auto;
  }

  .wrap_in * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sp_oy {
    display: none !important;
  }
}

@media screen and (max-width: 736px) {
  .wrap_in {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .wrap_in * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pc_oy {
    display: none !important;
  }
}

/* 横並びリスト */
ul.many_rows {
  display: block;
  height: auto;
  overflow: hidden;
}

ul.many_rows > li {
  display: block;
  height: auto;
  float: left;
}

ul.many_rows * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.table_block {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.table_block > .cell_block {
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 737px), print {
  .table_block > .cell_block {
    display: block;
    width: 50%;
  }
}

.table_block * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .table_block.sp_tate {
    display: block;
    table-layout: auto;
  }

  .table_block.sp_tate > .cell_block {
    display: block;
    width: 100%;
  }
}

/*////////////////////

HEADER

////////////////////*/
.htc-premium-home-header-fix {
  z-index: 2001;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
}

.htc-premium-home-header-fix .htc-menu-btn {
  position: absolute !important;
}

.htc-premium-home-header-fix .htc-header-navigation {
  z-index: 1;
  position: absolute;
  top: 25px;
  right: 20px;
}

.htc-premium-home-header-fix .htc-header-navigation .htc-navigation {
  display: flex;
  justify-content: flex-end;
  background-color: rgba(239, 239, 239, 0.6);
}

.htc-premium-home-header-fix .htc-header-navigation .htc-navigation__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 9px;
  color: #000;
  font-size: 15px;
  font-size: 1.005rem;
  text-decoration: none;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-premium-home-header-fix .htc-header-navigation .htc-navigation__item:hover {
    background-color: rgba(230, 0, 18, 0.6);
    color: #fff;
  }
}

.premium-home .htc-menu-btn.sp_only,
.premium-home .htc-header__container {
  display: none;
}

.htc-header-title.premium h1 {
  display: flex;
  align-items: center;
}

.htc-header-title.premium a {
  display: inline-block;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  .htc-header-title.premium a {
    width: 158px;
    height: 40px;
  }
}

@media screen and (max-width: 736px) {
  .htc-header-title.premium a {
    width: 128px;
    height: 33px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-header .htc-header__container {
    height: 65px;
  }
}

.htc-header.premium-home {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: transparent;
  box-shadow: none;
}

@media screen and (min-width: 737px), print {
  .htc-header.premium-home .htc-header__container {
    height: 65px;
  }
}

@media screen and (min-width: 737px), print {
  .htcp_header-title_logo {
    width: 158px;
  }
}

@media screen and (max-width: 736px) {
  .htcp_header-title_logo {
    width: 128px;
  }
}

.logo_htcp_sp_menu {
  width: 132px;
}

.htc-menu .htc-navigation__item-link.htcp_item_link {
  padding: 15px 30px 15px 10px;
}

/*////////////////////

FOOTER

////////////////////*/
@media screen and (min-width: 737px), print {
  .htc-footer-content .htc-navigation__item-link.htcp_item_link {
    margin-top: 0;
    color: #fff;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer-content .htc-navigation__item-link.htcp_item_link {
    padding: 15px 30px 15px 10px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-footer a:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}

/*////////////////////

TOP

////////////////////*/
/*SCROLL BTN*/
#scrollbtn {
  opacity: 1;
  transition: all 0.25s;
}

#scrollbtn.hidden {
  opacity: 0;
}

.scroll_wrap {
  z-index: 2000;
  position: absolute;
  bottom: 24px;
  left: 50%;
  width: 61px;
  margin-left: -30.5px;
  text-align: center;
}

.scroll_box {
  position: relative;
  width: 61px;
  height: 61px;
  margin: 0 auto;
  background-image: url("../images/premium/btn_scroll.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.scroll_chip {
  -webkit-animation: a 1s cubic-bezier(0.23, 1, 0.32, 1) 0s infinite alternate;
  position: absolute;
  top: 37px;
  left: 50%;
  width: 16px;
  height: 21px;
  margin: 0 auto 0 -8px;
  background-image: url("../images/premium/btn_scroll_arrow.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  animation: a 1s cubic-bezier(0.23, 1, 0.32, 1) 0s infinite alternate;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(0, 14px, 0);
    transform: translate3d(0, 14px, 0);
  }
}

@keyframes a {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(0, 14px, 0);
    transform: translate3d(0, 14px, 0);
  }
}

/*ANCHOR*/
.htcp_anchor {
  position: relative;
  overflow: hidden;
}

.htcp_anchor > div {
  position: absolute;
  top: -143px;
  left: 0;
}

/* MAIN TITLE
------------------------------- */
.htcp_main_logo {
  width: 358px;
}

@media screen and (max-width: 736px) {
  .htcp_main_logo {
    width: 55vw;
  }
}

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

.htcp_main_ttl {
  z-index: -1;
  position: relative;
  height: 350px;
  overflow: hidden;
}

.htcp_main_ttl .img_main_ttl_01 {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1400px;
  transform: translateX(-50%);
}

.htcp_main_ttl .htcp_main_logo {
  z-index: 1;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -179px;
}

@media screen and (max-width: 736px) {
  .htcp_main_ttl {
    height: 71vw;
  }

  .htcp_main_ttl .img_main_ttl_01 {
    width: 100%;
  }

  .htcp_main_ttl .htcp_main_logo {
    -webkit-transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    margin-left: 0;
    transform: translateY(-50%) translateX(-50%);
  }
}

/* NAVI
------------------------------- */
.htcp_anchor_navi {
  background-color: #efefef;
}

.htcp_anchor_navi .wrap_in {
  height: 64px;
  font-size: 0;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .htcp_anchor_navi .wrap_in {
    display: flex;
    justify-content: space-between;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.htcp_anchor_navi .wrap_in {
  justify-content: space-between !important;
}

.htcp_anchor_navi .wrap_in a {
  display: inline-block;
  height: 64px;
  font-size: 15px;
  font-size: 0.945rem;
  line-height: 64px;
}

/* intro
------------------------------- */
.htcp_intro {
  height: 650px;
  padding-top: 80px;
  background-image: url("../images/premium/img_intro.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1130px auto;
}

@media screen and (max-width: 736px) {
  .htcp_intro.wrapB {
    height: auto;
    padding-bottom: 140px;
  }
}

.htcp_intro * {
  text-align: center;
}

@media screen and (max-width: 736px) {
  .htcp_intro {
    height: 362px;
    padding-top: 50px;
    background-image: url("../images/premium/img_intro.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 320px auto;
  }
}

.htcp_intro_ttl {
  margin-bottom: 1.5em;
  color: #000;
  font-size: 23px;
  font-size: 1.449rem;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.6;
}

.htcp_intro_text {
  color: #646464;
  font-size: 17px;
  font-size: 1.071rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .htcp_intro_text {
    padding-right: 10%;
    padding-left: 10%;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

/* service
------------------------------- */
.htcp_service {
  padding: 100px 0 140px;
  background-color: #efefef;
}

.htcp_service .htc-article__header-title {
  display: block;
  height: auto;
  margin-bottom: 50px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  text-align: center;
}

.htcp_service .htc-article__header-title::after {
  left: 50%;
  margin-left: -50px;
}

@media screen and (max-width: 736px) {
  .htcp_service .htc-article__header-title {
    margin-bottom: 24px;
  }

  .htcp_service .htc-article__header-title::after {
    width: 35px;
    margin-left: -17.5px;
  }
}

@media screen and (max-width: 736px) {
  .htcp_service {
    padding: 60px 0 60px;
  }
}

.htcp_service_tbb {
  background-color: #fff;
}

.htcp_service_tbb + .htcp_service_tbb {
  margin-top: 50px;
}

.htcp_service_tbb > .cell_block {
  padding: 50px;
  vertical-align: top;
}

.htcp_service_tbb > .cellA {
  position: relative;
  padding-right: 25px;
  line-height: 1.6;
  text-align: left;
}

.htcp_service_tbb > .cellA .htcp_service_tbb_icon {
  position: absolute;
  top: 50px;
  right: 25px;
  width: 184px;
}

.htcp_service_tbb > .cellA h3 {
  margin-bottom: 10px;
  padding: 45px 0;
  font-size: 26px;
  font-size: 1.638rem;
}

.htcp_service_tbb > .cellA h3.lines_2 {
  margin-bottom: -0.8em;
}

.htcp_service_tbb > .cellA p {
  font-size: 17px;
  font-size: 1.071rem;
}

.htcp_service_tbb > .cellA .htc-aside__item {
  position: absolute;
  right: 25px;
  bottom: 50px;
  color: #0064a1;
  font-size: 16px;
  font-size: 1.008rem;
}

.htcp_service_tbb > .cellB {
  padding-left: 25px;
}

.htcp_service_tbb > .cellB .video-js {
  width: 100% !important;
  height: auto !important;
}

.htcp_service_tbb > .cellB .video-js::after {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.htcp_service_tbb > .cellB .bc-player-4k5Jg43ag_default.vjs-mouse .vjs-big-play-button {
  -webkit-transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 736px) {
  .htcp_service_tbb {
    position: relative;
  }

  .htcp_service_tbb + .htcp_service_tbb {
    margin-top: 50px;
  }

  .htcp_service_tbb > .cell_block {
    padding: 30px;
    vertical-align: top;
  }

  .htcp_service_tbb > .cellA {
    position: static;
    padding-right: 30px;
    padding-bottom: 20px;
    text-align: center;
  }

  .htcp_service_tbb > .cellA .htcp_service_tbb_icon {
    display: block;
    position: static;
    top: auto;
    right: auto;
    width: 48vw;
    margin: 25px auto 0;
  }

  .htcp_service_tbb > .cellA h3 {
    margin-bottom: 10px;
    padding: 0 0;
  }

  .htcp_service_tbb > .cellA h3.lines_2 {
    margin-bottom: 10px;
  }

  .htcp_service_tbb > .cellA p {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .htcp_service_tbb > .cellA .htc-aside__item {
    -webkit-transform: translateY(-50%) translateX(-50%);
    position: absolute;
    right: auto;
    bottom: 10px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 736px) and (max-width: 736px) {
  .htcp_service_tbb > .cellA .htc-aside__item {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media screen and (max-width: 736px) {
  .htcp_service_tbb > .cellB {
    padding-top: 0;
    padding-bottom: 48px;
    padding-left: 30px;
  }

  .htcp_service_tbb > .cellB .bc-player-4k5Jg43ag_default .vjs-big-play-button {
    -webkit-transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

.htc-aside--to-premium {
  padding-top: 2px;
}

/* UNDER TITLE
------------------------------- */
.htcp_under_ttl {
  position: relative;
  height: 440px;
  overflow: hidden;
}

.htcp_under_ttl img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1400px;
  margin-left: -700px;
}

@media screen and (max-width: 736px) {
  .htcp_under_ttl {
    height: 173px;
  }

  .htcp_under_ttl img {
    -webkit-transform: translateX(-50%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 640px;
    margin-left: 0;
    transform: translateX(-50%);
  }
}

/* ご利用について
------------------------------- */
.htcp_ind_1 {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.htcp_ind_2 {
  padding-left: 2em;
  text-align: left;
  text-indent: -2em;
}

.col_gry {
  color: #646464;
}

.bg_gry {
  background-color: #efefef !important;
}

.htcp_use {
  padding: 100px 0 0;
  background-color: #efefef;
}

.htcp_use .htc-article__header-title {
  display: block;
  height: auto;
  margin-bottom: 50px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.htcp_use .htc-article__header-title::after {
  left: 50%;
  margin-left: -50px;
}

.htcp_use .wrap_in {
  padding: 80px 50px 60px;
  background-color: #fff;
}

.htcp_use .wrap_in + .wrap_in {
  margin-top: 70px;
}

.htcp_use .wrap_in + .htc-article__header-title {
  margin-top: 70px;
}

.htcp_use .htc-section__header-text {
  font-size: 23px;
  font-size: 1.449rem;
  line-height: 1.6;
}

.htcp_use .htc-section__header-text::after {
  width: 100px;
  background-color: #646464;
}

.htcp_use .htc-section__header-caption {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.008rem;
  line-height: 1.6;
}

.htcp_use .htc-section__header-caption sup {
  font-size: 0.55em;
}

.htcp_use .htcp_ind_1,
.htcp_use .htcp_ind_2 {
  font-size: 12px;
  font-size: 0.756rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .htcp_use {
    padding: 50px 0 50px;
  }

  .htcp_use .htc-article__header-title {
    margin-bottom: 30px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
  }

  .htcp_use .htc-article__header-title::after {
    left: 50%;
    width: 35px;
    margin-left: -17.5px;
  }

  .htcp_use .wrap_in {
    padding: 25px;
  }

  .htcp_use .wrap_in + .wrap_in {
    margin-top: 25px;
  }

  .htcp_use .wrap_in + .htc-article__header-title {
    margin-top: 25px;
  }

  .htcp_use .htc-section__header-text::after {
    width: 18px;
  }

  .htcp_use .htc-section__header-caption {
    margin-bottom: 20px;
    text-align: left;
    text-justify: inter-ideograph;
  }

  .htcp_use .htc-section__header-caption sup {
    font-size: 0.7em;
  }

  .htcp_use .htcp_ind_1,
  .htcp_use .htcp_ind_2 {
    letter-spacing: 0.01em;
  }
}

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

.htcp_captionA span {
  display: block;
  padding: 0 1em;
  color: #e60012;
  font-size: 18px;
  font-size: 1.134rem;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 40px;
}

.htcp_captionA span.htcp_wfull {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .htcp_captionA span.htcp_wfull {
    padding: 0.3em;
    letter-spacing: 0.01em;
  }
}

.htcp_captionA span.bg_red {
  background-color: #e60012;
  color: #fff;
}

.htcp_captionA span sup {
  top: 1.7em;
}

@media screen and (max-width: 736px) {
  .htcp_captionA span {
    line-height: 24px;
  }

  .htcp_captionA span sup {
    top: 1em;
  }
}

.logo_htcp_s {
  width: 127px;
}

.htcp_tableA {
  margin-bottom: 20px;
  table-layout: fixed;
}

.htcp_tableA th {
  width: 515px;
}

.htcp_tableA th small {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
}

.htcp_tableA td,
.htcp_tableA th {
  height: 56px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 15px;
  font-size: 0.945rem;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  text-align: center;
  vertical-align: middle;
}

.htcp_tableA td {
  width: auto;
}

.htcp_tableA tr:nth-child(3) td,
.htcp_tableA tr:nth-child(3) th,
.htcp_tableA tr:nth-child(4) td,
.htcp_tableA tr:nth-child(4) th {
  height: 75px;
}

.htcp_tableA tr:nth-child(3) td,
.htcp_tableA tr:nth-child(4) td {
  font-size: 2rem;
}

.htcp_tableA tr:nth-child(5) td,
.htcp_tableA tr:nth-child(5) th {
  height: 90px;
  border-top: 3px double #ccc;
}

.htcp_tableA tr:nth-child(5) td {
  font-size: 20px;
  font-size: 1.26rem;
}

@media screen and (max-width: 736px) {
  .htcp_tableB {
    display: block;
    margin-bottom: 0px;
  }

  .htcp_tableB tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1.5em;
    border: 1px solid #ddd !important;
  }

  .htcp_tableB tr:first-of-type {
    display: none;
  }

  .htcp_tableB th,
  .htcp_tableB td {
    height: auto !important;
    border: none !important;
    letter-spacing: 0.01em;
    line-height: 1.4em;
  }

  .htcp_tableB th {
    display: none;
  }

  .htcp_tableB td {
    display: block;
    width: auto;
    text-align: center;
  }

  .htcp_tableB td.tb_central {
    width: 100%;
    padding: 0.3em 1em 0.6em;
    color: #595757;
  }

  .htcp_tableB td.tb_central div p {
    padding: 1em 0;
    border-bottom: 1px dotted #ccc;
    font-size: 13px;
    font-size: 0.871rem;
  }

  .htcp_tableB td.tb_central div p:last-of-type {
    border-bottom-style: solid;
  }

  .htcp_tableB td.tb_central div p strong {
    font-size: 15px;
    font-size: 1.005rem;
    line-height: 1.8em;
  }

  .htcp_tableB td.tb_central.sp_row1 {
    padding: 0.6em 1em;
  }

  .htcp_tableB td.tb_central.sp_row1 p {
    padding: 0.4em 0 0.8em;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-size: 1.005rem;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    text-align: center;
  }

  .htcp_tableB td.td_midash {
    width: 100%;
    padding: 0.8em 1em;
    background-color: #595757;
    color: #fff;
    font-size: 18px;
    font-size: 1.206rem;
    font-family: "HondaGlobalFontJP-Regular", sans-serif;
    text-align: center;
  }

  .htcp_tableB td.td_price {
    width: 100%;
    padding: 7px 7px 0.4em 7px;
    font-size: 27px;
    font-size: 1.809rem;
    text-align: center;
  }

  .htcp_tableB td.td_price:before {
    display: block;
    font-size: 14px;
    font-size: 0.938rem;
    text-align: center;
    content: "無料期間終了後の月額料金";
  }

  .htcp_tableB td.td_price small {
    font-size: 15px;
    font-size: 1.005rem;
  }

  .htcp_tableB .htcp_tableB_ttl th {
    padding: 12px 0;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
  }

  .htcp_tableB .flex_od_1 {
    order: 1;
  }

  .htcp_tableB .flex_od_2 {
    order: 2;
  }

  .htcp_tableB .flex_od_3 {
    order: 3;
  }

  .htcp_tableB .flex_od_4 {
    order: 4;
  }
}

.htcp_use_tbb {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-right: -20px;
  margin-bottom: 20px;
}

.htcp_use_tbb img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.htcp_use_tbb .cell_block {
  padding-right: 20px;
  background-image: url("../images/premium/icon_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  font-size: 15px;
  font-size: 0.945rem;
}

.htcp_use_tbb .cell_block:last-child {
  background-image: none;
}

.htcp_use_tbb .cell_block .cell_inner {
  position: relative;
  height: 290px;
  padding-top: 40px;
  border: 1px solid #cccccc;
}

.htcp_use_tbb .cell_block .htcp_use_tbb_no {
  position: absolute;
  top: 0;
  left: 0;
}

.htcp_use_tbb .cell_block p {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}

.htcp_use_tbb .cell_block a {
  text-decoration: underline;
}

.htcp_use_tbb .cell_block .htcp_use_img_flow_02 {
  margin-top: 30px;
}

.htcp_use_tbb .cell_block .htcp_use_img_flow_03 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.htcp_use_tbb .cell_block .htcp_use_img_flow_04 {
  margin-bottom: 10px;
}

.htcp_use_tbb .htc-section__header-text {
  margin-bottom: 17px;
  font-size: 19px;
  font-size: 1.197rem;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.htcp_use_tbb .htc-section__header-text::after {
  width: 32.5px;
  height: 2px;
  background-color: #959595;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .htcp_use_tbb img {
    width: 50%;
    height: auto;
    margin-right: -20px;
    margin-bottom: 15px;
    float: right;
  }

  .htcp_use_tbb .cell_block {
    padding-right: 0;
    padding-bottom: 20px;
    background-image: url("../images/premium/icon_arrow_gry.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 20px;
    font-size: 15px;
    font-size: 0.945rem;
  }

  .htcp_use_tbb .cell_block:last-child {
    background-image: none;
  }

  .htcp_use_tbb .cell_block:first-child a {
    float: right;
    font-size: 8px;
    font-size: 0.504rem;
  }

  .htcp_use_tbb .cell_block .cell_inner {
    position: relative;
    height: auto;
    padding: 10px 20px 10px 30px;
    overflow: hidden;
  }

  .htcp_use_tbb .cell_block .htcp_use_tbb_no {
    position: absolute;
    top: 0;
    left: 0;
  }

  .htcp_use_tbb .cell_block p {
    margin-bottom: 1em;
    float: left;
    font-size: 10px;
    font-size: 0.63rem;
    letter-spacing: 0.05em;
    text-align: left;
  }

  .htcp_use_tbb .cell_block a {
    font-size: 10px;
    font-size: 0.63rem;
    letter-spacing: 0.01em;
    text-decoration: underline;
  }

  .htcp_use_tbb .cell_block .htcp_use_img_flow_01 {
    margin-top: 20px;
  }

  .htcp_use_tbb .cell_block .htcp_use_img_flow_02 {
    margin-top: 20px;
  }

  .htcp_use_tbb .cell_block .htcp_use_img_flow_03 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .htcp_use_tbb .cell_block .htcp_use_img_flow_04 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .htcp_use_tbb .htc-section__header-text {
    margin-bottom: 0;
    float: left;
    font-size: 14px;
    font-size: 0.882rem;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    text-align: left;
  }

  .htcp_use_tbb .htc-section__header-text::after {
    display: none;
  }
}

.htcp_use_tbb_no {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #959595;
  color: #fff;
  font-size: 19px;
  font-size: 1.197rem;
  line-height: 40px;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbb_no {
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.htc-aside-item__btn-box.btn_alone {
  margin-bottom: 30px;
}

.htc-aside-item__btn-box.btn_alone a {
  width: auto;
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .htc-aside-item__btn-box.btn_alone a {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}

.htc-aside__item.link_alone {
  color: #0064a1;
}

.htc-aside__item.link_alone .htc-icon--link {
  margin-left: 0.2em;
  vertical-align: sub;
}

.btn_wrap {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .btn_wrap {
    margin-bottom: 0;
  }
}

.btn_appdw {
  width: 296px;
}

@media screen and (max-width: 736px) {
  .btn_appdw {
    width: 60%;
  }
}

/* 使い方ガイド
------------------------------- */
.htcp_guide {
  padding-top: 230px;
  padding-bottom: 230px;
}

@media screen and (max-width: 736px) {
  .htcp_guide {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.htcp_guide .htc-article__header-title {
  display: block;
  height: auto;
  margin-bottom: 50px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.htcp_guide .htc-article__header-title::after {
  left: 50%;
  margin-left: -50px;
}

@media screen and (max-width: 736px) {
  .htcp_guide .htc-article__header-title {
    margin-bottom: 30px;
  }

  .htcp_guide .htc-article__header-title::after {
    width: 35px;
    margin-left: -17.5px;
  }
}

.htcp_guide .htc-section__header-caption {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.134rem;
}

@media screen and (max-width: 736px) {
  .htcp_guide .htc-section__header-caption {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 1em;
    padding-left: 1em;
    text-align: left;
  }
}

.htcp_guide_tbb {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin: 70px -15px;
}

.htcp_guide_tbb .cell_block {
  padding: 0 15px;
  vertical-align: top;
}

.htcp_guide_tbb .cell_block h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.008rem;
}

.htcp_guide_tbb .cell_block .cell_inner {
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.htcp_guide_tbb .cell_block .video-js {
  width: 100% !important;
  height: auto !important;
}

.htcp_guide_tbb .cell_block .video-js::after {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.htcp_guide_tbb .cell_block .bc-player-4k5Jg43ag_default.vjs-mouse .vjs-big-play-button {
  -webkit-transform: translateY(-50%) translateX(-50%);
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 736px) {
  .htcp_guide_tbb {
    width: 100%;
    margin: 30px 0;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }

  .htcp_guide_tbb .cell_block {
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
  }

  .htcp_guide_tbb .cell_block h3 {
    margin-bottom: 20px;
  }

  .htcp_guide_tbb .cell_block .cell_inner {
    margin-bottom: 5px;
    border: 1px solid #ccc;
  }

  .htcp_guide_tbb .cell_block .video-js {
    width: 100% !important;
    height: auto !important;
  }

  .htcp_guide_tbb .cell_block .video-js::after {
    display: block;
    padding-top: 56.25%;
    content: "";
  }

  .htcp_guide_tbb .cell_block .bc-player-4k5Jg43ag_default .vjs-big-play-button {
    -webkit-transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

.htcp_intro_bnr_wrap {
  width: 792px;
  margin: 106px auto 0;
}

.htcp_intro_bnr_wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.htcp_intro_bnr_wrap .htc-aside__item {
  color: #0064a1;
}

.htcp_intro_bnr_wrap .htc-aside__item .htc-icon {
  margin-left: 1em;
}

@media screen and (max-width: 736px) {
  .htcp_intro_bnr_wrap {
    width: 80%;
    margin-top: 48px;
  }

  .htcp_intro_bnr_wrap img {
    margin-bottom: 20px;
  }
}

.htcp_tableB {
  table-layout: auto;
}

@media screen and (min-width: 737px), print {
  .htcp_tableB {
    margin-bottom: 20px;
  }
}

.htcp_tableB th,
.htcp_tableB td {
  width: auto;
  font-size: 16px;
  font-size: 1.008rem;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  line-height: 1.6;
  vertical-align: middle;
}

@media screen and (min-width: 737px), print {
  .htcp_tableB th,
  .htcp_tableB td {
    height: 68.5px;
  }
}

.htcp_tableB th {
  width: auto;
  border: 1px solid #595757;
  background-color: #595757;
  color: #fff;
  text-align: center;
}

.htcp_tableB th:first-child {
  border-right: 1px solid #fff;
}

.htcp_tableB td {
  width: auto;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htcp_tableB td {
    padding: 20px 20px 20px 45px;
    border: 1px solid #ccc;
  }
}

@media screen and (min-width: 737px), print {
  .htcp_tableB td.tb_central {
    height: auto;
    padding: 0;
  }
}

@media screen and (min-width: 737px), print {
  .htcp_tableB td.tb_central div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 737px), print {
  .htcp_tableB td.tb_central div p {
    box-sizing: border-box;
    width: 100%;
    height: 50%;
  }
}

@media screen and (min-width: 737px), print {
  .htcp_tableB td.tb_central div p:first-of-type {
    padding: 20px 20px 20px 45px;
  }
}

@media screen and (min-width: 737px), print {
  .htcp_tableB td.tb_central div p:last-of-type {
    padding: 20px 20px 20px 45px;
    border-top: 1px solid #ccc;
  }
}

@media screen and (min-width: 737px), print {
  .htcp_tableB td.td_midash {
    width: 22em;
  }
}

@media screen and (min-width: 737px), print {
  .htcp_tableB td.td_price {
    width: 13em;
    padding-left: 3em;
  }
}

@media screen and (min-width: 737px), print {
  .htcp_tableB td.sp_row1 {
    padding: 20px 20px 20px 45px;
  }
}

.htcp_tableB sup {
  font-size: 0.6em !important;
}

.htcp_tableC {
  margin-bottom: 20px;
}

.htcp_tableC th {
  padding: 6px;
  border: 1px solid #595757;
  background-color: #595757;
  color: #fff;
  text-align: center;
}

.htcp_tableC td {
  padding: 15px 10px;
  border: 1px solid #ccc;
  letter-spacing: 0.01em;
  line-height: 2.2;
  text-align: center;
}

.htcp_tableC .table_block {
  border-top: 1px solid #ccc;
}

.htcp_tableC .cell_block {
  padding: 5px 0 0 8px;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .htcp_tableC .cell_block {
    padding: 10px 0 0 8px;
  }
}

@media screen and (min-width: 737px), print {
  .htcp_use_tbbB .cell_block {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB .cell_block {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
}

.htcp_use_tbbB .cellA {
  padding-top: 1em;
  background-color: #959595;
  color: #fff;
  font-size: 17.6px;
  font-size: 1.1088rem;
}

@media screen and (min-width: 737px), print {
  .htcp_use_tbbB .cellA {
    width: 125px;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
  }
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB .cellA {
    padding: 8px 0;
    border-right: 1px solid #959595;
    border-left: 1px solid #959595;
  }
}

.htcp_use_tbbB .cellA strong {
  font-size: 2.5rem;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB .cellA strong {
    font-size: 1.25rem;
  }
}

.htcp_use_tbbB .cellB {
  width: 530px;
  padding: 50px 0 50px 58px;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB .cellB {
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
}

.htcp_use_tbbB .cellB h4 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 20px;
  font-size: 1.26rem;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB .cellB h4 {
    margin-top: 0;
  }
}

.htcp_use_tbbB .cellB p {
  margin-bottom: 5px;
}

.htcp_use_tbbB .cellB .htc-aside__item {
  display: block;
  margin-top: 28px;
  font-size: 16px;
  font-size: 1.008rem;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB .cellB .htc-aside__item {
    margin-top: 10px;
  }
}

.htcp_use_tbbB .cellB .htc-aside__item + .htc-aside__item {
  margin-top: 10px;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB .cellB .htc-aside__item + .htc-aside__item {
    margin-top: 6px;
  }
}

.htcp_use_tbbB .cellB strong {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.htcp_use_tbbB .cellB sup {
  top: 0.9em;
  font-size: 0.6em;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB .cellB .htcp_flow_img {
    width: 60%;
    margin: 30px auto;
  }
}

.htcp_use_tbbB .cellC {
  width: auto;
  padding: 40px 20px 40px 0;
  border-right: 1px solid #ccc;
}

.htcp_use_tbbB .cellC img {
  width: 271px;
}

.htcp_use_tbbB .cellC .htcp_img_flowB_03_1 {
  margin-top: 150px;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB .cellC {
    display: none !important;
  }
}

.htcp_use_tbbB .htcp_img_flowB_01 {
  width: 214px;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB .htcp_img_flowB_01 {
    width: 58%;
    margin-bottom: 15px;
  }
}

.htcp_use_tbbB .htcp_img_flowB_02 {
  width: 219px;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB .htcp_img_flowB_02 {
    width: 58%;
    margin-bottom: 15px;
  }
}

.htcp_use_tbbB .htcp_img_flowB_03 {
  width: 218px;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB .htcp_img_flowB_03 {
    width: 58%;
    margin-bottom: 15px;
  }
}

.htcp_use_tbbB .htdp_img_flowB_card {
  width: 374px;
  margin-top: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB .htdp_img_flowB_card {
    width: 100%;
    margin-top: 10px;
  }

  .htcp_use_tbbB .htdp_img_flowB_card + p {
    font-size: 10px;
    font-size: 0.63rem;
    text-align: center;
  }
}

.htcp_use_tbbB + .htcp_use_tbbB {
  padding-top: 25px;
  background-image: url("../images/premium/icon_arrow_dwn.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 25px;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB + .htcp_use_tbbB {
    padding-top: 18px;
    background-size: auto 18px;
  }
}

.htcp_use_tbbB + p {
  margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .htcp_use_tbbB + p {
    margin-top: 20px;
  }
}

/* add 202002 */
.htc-premium-home-pagelink {
  padding-top: 80px;
}

@media screen and (max-width: 736px) {
  .htc-premium-home-pagelink {
    padding-top: 50px;
  }
}

.htc-premium-home-pagelink .htc-btn {
  width: 420px;
  height: 38px;
  color: #fff;
  font-size: 15px;
  font-size: 1.005rem;
}

@media screen and (min-width: 737px), print {
  .htc-premium-home-pagelink .htc-btn {
    margin: 0 10px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-premium-home-pagelink .htc-btn {
    width: 100%;
    font-size: 11.6px;
    font-size: 0.7772rem;
    line-height: 1.5;
  }
}

.htc-premium-home-pagelink .htc-btn i {
  margin-left: 0.25em;
}

.htc-premium-home-pagelink .htc-btn--w {
  width: 420px;
}

@media screen and (max-width: 736px) {
  .htc-premium-home-pagelink .htc-btn--w {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .htc-premium-home-pagelink .htc-btn + .htc-btn {
    margin-top: 10px;
  }
}

.htc-premium-home-section {
  width: 100%;
}

.htc-premium-home-section-grid {
  box-sizing: border-box;
  display: flex;
  padding: 50px 25px;
}

@media screen and (max-width: 736px) {
  .htc-premium-home-section-grid {
    flex-wrap: wrap;
    padding: 0 30px 48px;
  }
}

.htc-premium-home-section-grid__item {
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 0 25px;
}

@media screen and (max-width: 736px) {
  .htc-premium-home-section-grid__item {
    width: 100%;
    padding: 0 0 30px;
  }
}

.htc-premium-home-section-content__header {
  margin-bottom: 1em;
}

@media screen and (min-width: 737px), print {
  .htc-premium-home-section-content__header {
    line-height: 1.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-premium-home-section-content__header {
    line-height: 1.5;
  }
}

@media screen and (min-width: 737px), print {
  .htc-premium-home-section-content__header-text {
    line-height: 1.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-premium-home-section-content__header-text {
    line-height: 1.5;
  }
}

.htc-premium-home-section-content__body {
  margin-top: 1em;
}

@media screen and (min-width: 737px), print {
  .htc-premium-home-section-content__body {
    font-size: 17px;
    font-size: 1.071rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-premium-home-section-content__body {
    line-height: 1.5;
  }
}

@media screen and (min-width: 737px), print {
  .htc-premium-home-section-content__body-text {
    line-height: 1.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-premium-home-section-content__body-text {
    line-height: 1.5;
  }
}

.htc-premium-home-section-content__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

@media screen and (max-width: 736px) {
  .htc-premium-home-section-content__image {
    height: auto;
  }
}

.htc-premium-home-section-content__image img {
  width: 100%;
  height: auto;
}

.htc-premium-home-section__note {
  color: #595757;
  font-size: 12px;
  font-size: 0.804rem;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htc-premium-home-section__note {
    padding: 0 25px 50px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-premium-home-section__note {
    padding: 0 30px 48px;
    line-height: 1.5;
  }
}

.htc-appdownload-icon {
  margin-bottom: 1em;
}

.htc-appdownload-icon img {
  width: 100px;
  height: auto;
}

.htcp-article__image {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htcp-article__image {
    width: 980px;
  }
}

@media screen and (max-width: 736px) {
  .htcp-article__image {
    width: 84%;
  }
}

.htcp-article__image img {
  width: 100%;
  height: auto;
}

.htcp-article__image-text {
  margin-bottom: 60px;
  color: #595757;
  font-size: 18px;
  font-size: 1.206rem;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .htcp-article__image-text {
    margin-bottom: 30px;
    font-size: 10px;
    font-size: 0.67rem;
    line-height: 1.5;
  }
}

.htcp-section {
  margin: 100px auto 0;
  padding: 50px 20px;
  background-color: #efefef;
}

@media screen and (max-width: 736px) {
  .htcp-section {
    margin: 50px auto 0;
    padding: 25px 10px;
  }
}

.htcp-section__header-text {
  margin-bottom: 40px;
  color: #595757;
  font-size: 33px;
  font-size: 2.211rem;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .htcp-section__header-text {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.206rem;
    line-height: 1.5;
  }
}

.htcp-section__body-text {
  margin-bottom: 60px;
  color: #595757;
  font-size: 18px;
  font-size: 1.206rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .htcp-section__body-text {
    margin-bottom: 30px;
    font-size: 10px;
    font-size: 0.67rem;
    line-height: 1.5;
  }
}

.htcp-section__note {
  margin-top: 40px;
  margin-bottom: 0 !important;
  color: #646464;
  font-size: 14px;
  font-size: 0.938rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .htcp-section__note {
    margin-top: 20px;
    font-size: 10px;
    font-size: 0.67rem;
    line-height: 1.5;
  }
}

.htcp-section-content {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: #fff;
}

@media screen and (min-width: 737px), print {
  .htcp-section-content {
    width: 980px;
  }
}

@media screen and (max-width: 736px) {
  .htcp-section-content {
    width: 84%;
    padding: 25px 10px;
  }
}

.htcp-section-content + .htcp-section-content {
  margin-top: 60px;
}

@media screen and (max-width: 736px) {
  .htcp-section-content + .htcp-section-content {
    margin-top: 30px;
  }
}

.htcp-section-content img {
  width: 100%;
  height: auto;
}

.htcp-section-content-text {
  margin-bottom: 40px;
  color: #595757;
  font-size: 18px;
  font-size: 1.206rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .htcp-section-content-text {
    margin-bottom: 20px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.htcp-section-content__header-text {
  margin-bottom: 40px;
  color: #595757;
  font-size: 33px;
  font-size: 2.211rem;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .htcp-section-content__header-text {
    margin-bottom: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 18px;
    font-size: 1.206rem;
    line-height: 1.5;
  }
}

.htcp-section-content__body-image + .htcp-section-content__body-image {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .htcp-section-content__body-image + .htcp-section-content__body-image {
    margin-top: 20px;
  }
}

.htcp-section-content__body-image-caption {
  margin-top: 0.5em;
  color: #646464;
  font-size: 14px;
  font-size: 0.938rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .htcp-section-content__body-image-caption {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.htcp-bnr-link {
  margin-top: 60px;
}

@media screen and (max-width: 736px) {
  .htcp-bnr-link {
    margin-top: 30px;
  }
}

.htcp-bnr-link img {
  width: 100%;
  height: auto;
}

.htcp-bnr-link .htc-aside__item {
  color: #0064a1;
  text-decoration: none;
}

.htcp-bnr-link .htc-aside__item:hover {
  opacity: 0.6;
}

.htcp-bnr-link .htc-aside__item p {
  margin-top: 0.5em;
  text-align: right;
}

@media screen and (min-width: 737px), print {
  .htcp-bnr-link .htc-aside__item p {
    line-height: 1.6;
  }
}

@media screen and (max-width: 736px) {
  .htcp-bnr-link .htc-aside__item p {
    line-height: 1.5;
  }
}

.htcp-bnr-link .htc-aside__item .htc-icon {
  margin-left: 0.5em;
}

/*////////////////////

SUPPORTCENTER

////////////////////*/
.htcp_under {
  padding-top: 30px;
}

@media screen and (min-width: 737px), print {
  .htcp_under {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 737px), print {
  .htcp_under .wrap_in {
    width: 1000px;
    margin-bottom: calc(148px - 75px);
  }
}

@media screen and (max-width: 736px) {
  .htcp_under .wrap_in {
    width: 100%;
    margin-bottom: 68px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

.htcp_under_head_chip {
  display: inline-block;
  min-width: 150px;
  height: 34px;
  padding: 0 2em;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-size: 0.938rem;
  line-height: 34px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .htcp_under_head_chip {
    min-width: 84px;
    height: 20px;
    font-size: 10px;
    font-size: 0.63rem;
    line-height: 20px;
  }
}

.htcp_under_head_chip_wrap {
  text-align: right;
}

@media screen and (min-width: 737px), print {
  .htcp_under_head_chip_wrap {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 736px) {
  .htcp_under_head_chip_wrap {
    margin-bottom: 15px;
  }
}

.htcp_under_head_media_text {
  position: relative;
  margin: 5px auto;
  text-align: center;
}

.htcp_under_head_media_text span {
  position: relative;
  align-items: center;
  padding-bottom: 0.25em;
  font-size: 42px;
  font-size: 2.814rem;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  line-height: 1.4;
}

@media screen and (min-width: 737px), print {
  .htcp_under_head_media_text span {
    display: flex;
    height: 3.45em;
  }
}

@media screen and (max-width: 736px) {
  .htcp_under_head_media_text span {
    padding-bottom: 0.75em;
    font-size: 20px;
    font-size: 1.34rem;
    text-align: center;
  }
}

.htcp_under_head_media_text::after {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: rgba(51, 51, 51, 0.3);
  content: "";
}

.htcp_under_head_media_tool {
  justify-content: space-between;
  width: -webkit-calc(100% + 5px);
  width: calc(100% + 5px);
  margin-right: -2.5px;
  margin-left: -2.5px;
}

.htcp_under_head_media_tool .cell_block {
  width: 33%;
  padding: 2.5px;
}

.htcp_under_head_media_tool .cell_block span {
  display: block;
  height: 34px;
  border: 1px solid #cec4c4;
  background-color: #fff;
  color: rgba(51, 51, 51, 0.3);
  font-size: 14px;
  font-size: 0.938rem;
  line-height: 34px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .htcp_under_head_media_tool .cell_block span {
    height: 20px;
    font-size: 10px;
    font-size: 0.67rem;
    line-height: 18px;
  }
}

.htcp_under_head_media_tool .cell_block.cell_activ span {
  border: 0;
  background-color: #efefef;
  color: #333333;
}

/* MAIN TITLE
------------------------------- */
.htcp_under_head {
  overflow: hidden;
  text-align: left;
}

.htcp_under_head .htc-article__header-title {
  float: left;
  color: #595757;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .htcp_under_head .htc-article__header-title {
    margin-bottom: 30px;
    float: none;
    font-size: 20px;
    font-size: 1.34rem;
    text-align: center;
  }
}

.htcp_under_head .htc-article__header-text {
  float: left;
  color: #646464;
  font-size: 15.6px;
  font-size: 1.0452rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

@media screen and (max-width: 736px) {
  .htcp_under_head .htc-article__header-text {
    font-size: 13.4px;
    font-size: 0.8978rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .htcp_under_head .htc-article__header-text br {
    display: none;
  }
}

@media screen and (min-width: 737px), print {
  .htcp_under_head .htcp_under_head_media {
    width: 378px;
    float: right;
  }
}

@media screen and (max-width: 736px) {
  .htcp_under_head .htcp_under_head_media {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.htcp_under_head .htcp_under_head_media img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 736px) {
  .htcp_under_head .htcp_under_head_media img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 736px) {
  .htcp-section-content--01 .htcp-section-content__body-image-caption,
  .htcp-section-content--01 .htcp-section-content-text,
  .htcp-section-content--02 .htcp-section-content__body-image-caption,
  .htcp-section-content--02 .htcp-section-content-text,
  .htcp-section-content--03 .htcp-section-content__body-image-caption,
  .htcp-section-content--03 .htcp-section-content-text {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

/* MOVIE
------------------------------- */
@media screen and (max-width: 736px) {
  .htcp_under_mov {
    margin-bottom: 85px !important;
  }
}

.htcp_under_mov .htc-article__header-title {
  display: block;
  height: auto;
  margin-bottom: 45px;
  padding-bottom: 0.8em;
  color: #595757;
  font-size: 33px;
  font-size: 2.211rem;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  text-align: center;
}

.htcp_under_mov .htc-article__header-title::after {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 736px) {
  .htcp_under_mov .htc-article__header-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.206rem;
  }

  .htcp_under_mov .htc-article__header-title::after {
    right: auto;
  }
}

.htcp_under_media .video-js {
  width: 100% !important;
  height: auto !important;
}

.htcp_under_media .video-js::after {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.htcp_under_media .bc-player-4k5Jg43ag_default.vjs-mouse .vjs-big-play-button {
  -webkit-transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 736px) {
  .htcp_under_media .bc-player-4k5Jg43ag_default .vjs-big-play-button {
    -webkit-transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

/* 解説
------------------------------- */
.htcp_under_img_desc {
  margin-bottom: 40px !important;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .htcp_under_img_desc {
    margin-bottom: 72px !important;
  }
}

.htcp_under_img_desc .htc-section__header-text {
  margin-bottom: 40px;
  float: left;
  color: #595757;
  font-size: 33px;
  font-size: 2.211rem;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.6;
  text-align: left;
}

.htcp_under_img_desc .htc-section__header-text::after {
  right: auto;
}

@media screen and (min-width: 737px), print {
  .htcp_under_img_desc .htc-section__header-text {
    padding-top: 75px;
  }
}

@media screen and (max-width: 736px) {
  .htcp_under_img_desc .htc-section__header-text {
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 15px;
    float: none;
    font-size: 18px;
    font-size: 1.206rem;
    text-align: center;
  }

  .htcp_under_img_desc .htc-section__header-text::after {
    right: 0;
    left: 0;
    width: 28px;
  }
}

.htcp_under_img_desc .htcp_under_img_desc_text {
  width: 500px;
  float: left;
  color: #595757;
  font-size: 20px;
  font-size: 1.34rem;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 736px) {
  .htcp_under_img_desc .htcp_under_img_desc_text {
    width: 100%;
    float: none;
    font-size: 14px;
    font-size: 0.938rem;
  }
}

.htcp_under_img_desc .htcp_under_img_desc_media {
  width: 413px;
  float: right;
}

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

@media screen and (min-width: 737px), print {
  .htcp_under_img_desc .htcp_under_img_desc_media {
    padding-top: 75px;
  }
}

@media screen and (max-width: 736px) {
  .htcp_under_img_desc .htcp_under_img_desc_media {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    float: none;
    overflow: hidden;
  }

  .htcp_under_img_desc .htcp_under_img_desc_media img {
    width: 100%;
  }
}

.htcp_under_img_desc + .htcp_under_mov {
  margin-top: 200px;
}

@media screen and (max-width: 736px) {
  .htcp_under_img_desc + .htcp_under_mov {
    margin-top: 85px;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
}

.modaal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.modaal-wrapper {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  display: block;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.modaal-wrapper .modaal-close {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  background: transparent;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 25px;
  text-align: center;
  vertical-align: middle;
}

.modaal-fullscreen .modaal-inner-wrapper {
  display: block;
  padding: 0;
  vertical-align: top;
}

.modaal-container {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #000;
  text-align: left;
  cursor: auto;
}

.modaal-container.is_loading {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #7d7d7d;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fefefe;
}

.modaal-close span {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #7d7d7d;
  content: " ";
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  top: 10px;
  right: 10px;
  background: #afb7bc;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  font-size: 0;
  text-align: center;
}

.modaal-confirm-btn {
  display: inline-block;
  margin: 0 10px;
  border: none;
  background: transparent;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  border-radius: 3px;
  background: #555;
  color: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  color: #2f2f2f;
  text-decoration: none;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  width: 1000px !important;
  max-width: 800px !important;
  margin: -6px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
  opacity: 0;
}

.modaal-image .modaal-inner-wrapper {
  padding-right: 140px;
  padding-left: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border: none;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  cursor: default;
  opacity: 0;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  content: " ";
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  position: relative;
  margin: auto 50px;
}

.modaal-video-container {
  position: relative;
  max-width: 100%;
  max-width: 1300px;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

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

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    height: 731px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    right: 20px;
    left: auto;
  }

  .modaal-gallery-prev {
    right: auto;
    left: 20px;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
  background: none;
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.1;
  }
}

@-moz-keyframes modaal-loading-spinner {
  0% {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.1;
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.1;
  }
}

@-o-keyframes modaal-loading-spinner {
  0% {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.1;
  }
}

@keyframes modaal-loading-spinner {
  0% {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.1;
  }
}

.modaal-loading-spinner > div {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-left: 4px;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/*////////////////////

SUPPORTCENTER

////////////////////*/
/* MAIN TITLE
------------------------------- */
/* MOVIE
------------------------------- */
/* 解説
------------------------------- */
#intro {
  display: none;
}

.howto_modal {
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .howto_modal {
    width: 100%;
    padding: 0 1em;
  }
}

@media screen and (min-width: 737px), print {
  .howto_modal {
    width: 100%;
    max-width: 810px;
    margin: auto;
    padding: 30px 0;
  }
}

.howto_modal h3 {
  padding-bottom: 0.8em;
  border-bottom: 2px solid #0064a1;
  color: #0064a1;
  font-size: 23px;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .howto_modal h3 {
    font-size: 17px;
  }
}

.howto_modal h3:last-of-type {
  margin-top: 55px;
}

@media screen and (max-width: 736px) {
  .howto_modal h3:last-of-type {
    margin-top: 25px;
  }
}

.howto_modal h3 + p {
  padding-top: 1.6em;
  padding-bottom: 1em;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .howto_modal h3 + p {
    font-size: 12px;
  }
}

.howto_modal .modal-wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 736px) {
  .howto_modal .modal-wrapper {
    flex-direction: column;
  }
}

.howto_modal .modal-wrapper .modal-box h4 {
  margin: 20px 0 15px;
  color: #0064a1;
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .howto_modal .modal-wrapper .modal-box h4 {
    margin: 1.5em 0 0.8em;
    font-size: 13px;
  }
}

.howto_modal .modal-wrapper .modal-box ul {
  font-size: 16px;
  text-align: left;
}

.howto_modal .modal-wrapper .modal-box ul li {
  font-size: 12px;
  line-height: 1.7em;
}

@media screen and (max-width: 736px) {
  .howto_modal .modal-wrapper .modal-box ul li {
    padding-left: 1em;
    line-height: 1.7em;
    text-indent: -1em;
  }
}

.howto_modal .modal-wrapper .modal-box ul li:before {
  content: "●";
}

@media screen and (max-width: 736px) {
  .howto_modal .modal-wrapper .modal-box ul li span {
    display: none;
  }
}

@media screen and (min-width: 737px), print {
  .howto_modal .modal-wrapper .modal-box ul li br {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .howto_modal .modal-wrapper .modal-box:last-child ul li {
    margin-bottom: 1.5em;
  }

  .howto_modal .modal-wrapper .modal-box:last-child ul li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 737px), print {
  .modaal-container {
    max-width: 980px !important;
  }
}

.modal_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0064a1;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  .modal_btn {
    margin-top: 34px;
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .modal_btn {
    margin-top: 1.2em;
    font-size: 0.758rem;
    line-height: 1.2rem;
  }
}

@media screen and (min-width: 737px), print {
  .spshow {
    display: none;
  }
}

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