@charset "UTF-8";

@import url("purchase.css") ;
/* Base style
-----------------------------------------------------------*/
/*----- reset -----*/
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: .875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*----- default -----*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #000000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  color: #000000;
  text-decoration: none;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

button {
  border: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

sub {
  bottom: -.5em;
}

/* Layout style
-----------------------------------------------------------*/
/*----- wrapper -----*/
.wrapper {
  overflow: hidden;
}

/*----- header -----*/
.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #ffffff;
}

.header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.header-logo {
  z-index: 1;
  position: relative;
  line-height: 1;
}

.header-logo img {
  vertical-align: middle;
}

.header-gnav-menu {
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.header-gnav-menu > li > a {
  display: block;
  color: #ffffff;
}

.header-gnav-menu > li.special-lp > a {
  background: linear-gradient(-50deg, #35b4cf, #042575);
}

.header-gnav-menu > li.special-lp.-type02 > a {
  background:linear-gradient(-50deg, #f7e084, #AB8100);
  background-size: 160%;
  color: #000000;
}

.header-simple {
  margin-top: -142px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.header-simple-logo {
  display: block;
}

/*----- footer -----*/

.footer {
  position: relative;
}

.footer-inner {
  position: relative;
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.footer-upper {
  background-color: #ffffff;
}

.footer-upper .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.footer-upper .footer-social li + li {
  margin-left: 23px;
}

.footer-sitemap-list.-first > .footer-sitemap-item > a {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  font-size: 1.9rem;
  font-weight: 700;
}

.footer-sitemap-list.-first > .footer-sitemap-item > a::before, .footer-sitemap-list.-first > .footer-sitemap-item > a:after {
  position: absolute;
  content: "";
}

.footer-sitemap-list.-first > .footer-sitemap-item > a::before {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #000000;
}

.footer-sitemap-list.-first > .footer-sitemap-item > a::after {
  width: 0;
  height: 0;
  border-width: 3.5px 0 3.5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.footer-sitemap-list.-first > .footer-sitemap-item > a::before {
  top: .25em;
  left: 0;
}

.footer-sitemap-list.-first > .footer-sitemap-item > a::after {
  top: .5em;
  left: 6px;
}

.footer-sitemap-list.-first > .footer-sitemap-item.-special-lp > a {
  color: #042575;
}

.footer-sitemap-list.-first > .footer-sitemap-item.-special-lp > a::before {
  background-color: #042575;
}

.footer-sitemap-list.-second > .footer-sitemap-item {
  font-size: 1.4rem;
  line-height: 2.57143;
}

.footer-sitemap-list.-second > .footer-sitemap-item > a {
  position: relative;
  padding-left: 10px;
}

.footer-sitemap-list.-second > .footer-sitemap-item > a::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #909192;
  content: "";
}

.footer-lower {
  padding: 18px 0 15px;
  background-color: #363535;
  color: #ffffff;
}

.footer-lower .footer-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-lower .footer-link-list > li a {
  color: #ffffff;
}

/*----- pagetop -----*/
.pagetop {
  z-index: 5;
  position: absolute;
  top: -38.5px;
  right: 55px;
}

.pagetop a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
  -webkit-transition: all 0.15s ease-in-out;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
  line-height: 1;
  transition: all 0.15s ease-in-out;
}

.pagetop a:hover {
  -webkit-transform: translate(-3px, -3px);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.55);
  transform: translate(-3px, -3px);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.55);
}

.pagetop a img {
  vertical-align: middle;
}

.pagetop.is-fixed {
  position: fixed;
  top: auto;
  bottom: 20px;
}

/*----- content -----*/
.content-inner {
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.content-header {
  padding: 35px 0 40px;
  background-color: #ffffff;
  text-align: center;
}

.content-lead > p:not(:first-child) {
  margin-top: .5em;
}

/*----- social-field -----*/
.social-field {
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.social-field-title {
  font-weight: 500;
}

.social-field-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

/*----- article -----*/
.article-header {
  padding-bottom: 2em;
}

.article-header-date {
  text-align: right;
}

.article-header-heading {
  margin-top: 1.2em;
  padding: .5em 1.2em .8em;
  border: 1px solid #000000;
  text-align: center;
}

.article-heading-sub {
  display: inline-block;
  font-size: 80%;
}

.article-heading-sub:first-child {
  margin-bottom: .5em;
}

.article-heading-lv1 {
  font-size: 2.8rem;
}

.article-heading-lv2 {
  font-size: 1.8rem;
  font-weight: normal;
}

.article-body {
  padding-bottom: 6em;
  line-height: 1.8;
}

.article-block p + p {
  margin-top: 1em;
}

.article-block + .article-block {
  margin-top: 1.5em;
}

.article-section {
  padding-top: 3em;
  padding-bottom: 3em;
}

.article-section + .article-section {
  padding-top: 1.5em;
}

.article-figure {
  text-align: center;
}

.article-figure:not(:first-child) {
  margin-top: 2em;
}

.article-figure-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.article-figure-caption {
  gap: 10px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: left;
}

/* Mmodule style
-----------------------------------------------------------*/
/*----- text -----*/
.text-note {
  font-size: 1.4rem;
}

.text-indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.text-indent1 {
  text-indent: 1em;
}

.text-sub-reg {
  font-size: 1em;
}

/*----- heading -----*/
.heading-lv1 {
  margin-bottom: .5em;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.heading-lv1:last-child {
  margin-bottom: 0;
}

.heading-lv1 .text-sub-reg {
  bottom: -.5em;
}

.heading-lv2 {
  font-weight: 700;
  line-height: 1.19048;
  text-align: center;
}

.heading-lv2 .heading-lv2-primary {
  font-weight: 700;
}

.heading-lv2 .heading-lv2-lead {
  font-weight: 400;
}

.heading-lv2.-border {
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 5px solid #000000;
  text-align: left;
}

.heading-lv2.-lead-text {
  text-align: left;
}

.heading-logo {
  text-align: center;
}

.heading-logo-inner {
  display: inline-block;
}

.heading-logo-label {
  display: block;
  margin-top: 15px;
  background-color: #ffffff;
  font-weight: 700;
}

.heading-logo-category {
  display: block;
  margin: 15px auto 0;
  line-height: 1;
}

.heading-logo-category img {
  display: block;
  margin: 0 auto;
}

/*----- button -----*/
.button.-arrow-r, .button.-blank, .button.-download {
  background-repeat: no-repeat;
}

.button {
  -webkit-transition: -webkit-transform .08s ease-in;
  display: inline-block;
  z-index: 2;
  position: relative;
  margin: 0 7px 6px 0;
  background-color: #474343;
  color: #ffffff;
  font-weight: 700;
  transition: -webkit-transform .08s ease-in;
  transition: transform .08s ease-in;
  transition: transform .08s ease-in, -webkit-transform .08s ease-in;
}

.button::before, .button::after {
  -webkit-transition: all .08s ease-in;
  z-index: -1;
  position: absolute;
  content: "";
  transition: all .08s ease-in;
}

.button::before {
  -webkit-transform: skew(50deg);
  bottom: -6px;
  left: 4px;
  width: 100%;
  height: 6px;
  transform: skew(50deg);
  background-color: #111010;
}

.button::after {
  -webkit-transform: skewY(40deg);
  top: 3px;
  right: -7px;
  width: 7px;
  height: 100%;
  transform: skewY(40deg);
  background-color: #2A2727;
}

.button:hover {
  -webkit-transform: translate(7px, 6px);
  transform: translate(7px, 6px);
}

.button:hover::before, .button:hover::after {
  opacity: 0;
}

.button:hover::before {
  bottom: 0;
  left: 0;
}

.button:hover::after {
  top: 0;
  right: 0;
}

.button.-arrow-r {
  background-image: url(../images/icon_arrow_r_white.png);
  background-position: right 16px center;
  background-size: 9px 18px;
}

.button.-blank {
  background-image: url(../images/icon_blank_white.png);
  background-position: right 16px center;
  background-size: 16px auto;
}

.button.-download {
  background-image: url(../images/icon_download_white.png);
  background-position: right 20px center;
  background-size: 13px auto;
}

.button.-full {
  width: calc(100% - 6px);
}

.button.-search {
  background-color: #f1d105;
}

.button.-search::before {
  background-color: #6e6424;
}

.button.-search::after {
  background-color: #aa9930;
}

.button.-search.-arrow-r {
  background-image: url(../images/icon_arrow_r_black.png);
}

.button.-search .button-icon {
  position: relative;
  color: #000000;
}

.button.-search .button-icon::before, .button.-search .button-icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid #000000;
  content: "";
}

.button.-search .button-icon::before {
  left: 0;
  border-radius: 50%;
}

.button.-primary {
  background-color: #ae171f;
}

.button.-primary::before {
  background-color: #460609;
}

.button.-primary::after {
  background-color: #710A10;
}

.button.-secondary {
  background-color: #ffffff;
  color: #000000;
}

.button.-secondary::before {
  background-color: #a4afc9;
}

.button.-secondary::after {
  background-color: #ccd4e6;
}

.button.-secondary.-arrow-r {
  background-image: url(../images/icon_arrow_r_black.png);
}

.button-field {
  padding: 80px 0;
  background-color: #474343;
}

/*----- list -----*/
.list-middot {
  line-height: 1.875;
}

.list-middot > li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-middot > li::before {
  content: "・";
}

.list-number {
  line-height: 1.875;
  counter-reset: number 0;
}

.list-number .list-item-counter {
  position: relative;
  padding-left: 1em;
  counter-increment: number;
}

.list-number .list-item-counter::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number) ".";
}

.definition-list-head {
  margin-bottom: 8px;
  background-color: #f4f5f8;
  font-weight: 700;
}

/*----- banner -----*/
.banner-field {
  background-color: #363535;
}

.banner-list .banner-item a {
  -webkit-box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.27);
  -webkit-transition: -webkit-transform .08s ease-in, -webkit-box-shadow .08s ease-in;
  display: block;
  box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.27);
  transition: -webkit-transform .08s ease-in, -webkit-box-shadow .08s ease-in;
  transition: transform .08s ease-in, box-shadow .08s ease-in;
  transition: transform .08s ease-in, box-shadow .08s ease-in, -webkit-transform .08s ease-in, -webkit-box-shadow .08s ease-in;
}

body.effect .banner-list .banner-item.-effect {
  display: none;
}

body.quality .banner-list .banner-item.-quality {
  display: none;
}

/*----- tag -----*/
.tag {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #fe7B24;
  border-radius: 4px;
  background-color: #ffffff;
  color: #fe7B24;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.tag-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: -5px;
}

.tag-list li {
  margin: 5px;
}

/*----- column -----*/
.column-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}

.column-box.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-box.-gap-sm {
  margin: -5px;
}

.column-box.-gap-sm .col {
  padding: 5px;
}

.column-box.-gap-md {
  margin: -10px;
}

.column-box.-gap-md .col {
  padding: 10px;
}

.column-box.-gap-lg {
  margin: -20px;
}

.column-box.-gap-lg .col {
  padding: 20px;
}

.column-box .col-1 {
  width: 100%;
}

.column-box .col-2 {
  width: 50%;
}

.column-box .col-3 {
  width: 33.33333%;
}

.column-box .col-4 {
  width: 25%;
}

.column-box .col-5 {
  width: 20%;
}

.column-box .col-6 {
  width: 16.66667%;
}

/*----- box -----*/
.box-caution {
  background-color: #f4f5f8;
}

.box-caution-title {
  margin-bottom: .5em;
  font-size: 1.6rem;
  font-weight: 700;
}

.box-caution-title:not(:first-child) {
  margin-top: .5em;
}

.box-label {
  display: inline-block;
  background: linear-gradient(-50deg, #35b4cf, #042575);
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.box-fig {
  position: relative;
  background-color: #f4f5f8;
}

.box-fig-label {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  color: #ffffff;
  font-weight: 500;
}

.box-fig img {
  width: 100%;
}

/*----- figure -----*/
.fig-wrap {
  text-align: center;
}

.fig-wrap > img {
  margin: 0 auto;
}

/*----- card -----*/
.card-feature {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  letter-spacing: -.05em;
}

.card-feature-head {
  padding: 12px 20px 11px;
  background: -webkit-gradient(linear, left top, right top, from(#dabf72), color-stop(21.23288%, #ffefa1), color-stop(43.49315%, #ccae56), color-stop(72.60274%, #ffefa1), to(#caac54));
  background: linear-gradient(90deg, #dabf72, #ffefa1 21.23288%, #ccae56 43.49315%, #ffefa1 72.60274%, #caac54);
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.card-feature-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0%;
  padding: 20px 20px 40px;
  background: #000000 url(../images/bg_dot_white.png) repeat 0 0;
  text-align: center;
}

.card-feature-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #f1d105;
  font-size: 3.2rem;
  line-height: 1.3;
}

.card-feature-fig {
  min-height: 0%;
  margin-top: auto;
}

/*----- panel-box -----*/
.panel-box {
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
}

.panel-box-heading {
  text-align: center;
}

.panel-box-lead {
  margin-bottom: 1.75em;
}

.panel-box-fig {
  text-align: center;
}

.panel-box-fig img {
  margin: 0 auto;
}

/*----- panel-link -----*/
.panel-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-transition: -webkit-transform .08s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  height: calc(100% - 7px);
  margin: 0 7px 6px 0;
  background-color: #ffffff;
  transition: -webkit-transform .08s ease-in;
  transition: transform .08s ease-in;
  transition: transform .08s ease-in, -webkit-transform .08s ease-in;
}

.panel-link::before, .panel-link::after {
  -webkit-transition: all .08s ease-in;
  z-index: -1;
  position: absolute;
  content: "";
  transition: all .08s ease-in;
}

.panel-link::before {
  -webkit-transform: skew(50deg);
  bottom: -6px;
  left: 4px;
  width: 100%;
  height: 6px;
  transform: skew(50deg);
  background-color: #111010;
}

.panel-link::after {
  -webkit-transform: skewY(40deg);
  top: 3px;
  right: -7px;
  width: 7px;
  height: 100%;
  transform: skewY(40deg);
  background-color: #2A2727;
}

.panel-link:hover {
  -webkit-transform: translate(7px, 6px);
  transform: translate(7px, 6px);
}

.panel-link:hover::before, .panel-link:hover::after {
  opacity: 0;
}

.panel-link:hover::before {
  bottom: 0;
  left: 0;
}

.panel-link:hover::after {
  top: 0;
  right: 0;
}

.panel-link-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.panel-link-body.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel-link-body.-row .panel-link-fig {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.panel-link-body.-row .panel-link-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.panel-link-fig {
  text-align: center;
}

.panel-link-fig img {
  margin: 0 auto;
}

.panel-link-info {
  font-weight: 500;
}

.panel-link-info-title {
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.3;
}

.panel-link-foot {
  background: #474343 url(../images/icon_arrow_r_white.png) no-repeat right 16px center;
  background-size: 9px 18px;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
}

.panel-link-foot.-row {
  text-align: left;
}

.panel-link.-dark {
  background-color: #363535;
  color: #ffffff;
}

.panel-link.-dark .panel-link-foot {
  background-color: #676666;
}

/*----- anchor-link -----*/
.anchor-link {
  background-color: #363535;
  text-align: center;
}

.anchor-link-inner {
  display: block;
  position: relative;
}

.anchor-link-inner::after {
  -webkit-transition: all .15s ease-in;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background: url(../images/icon_arrow_b_white.png) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  transition: all .15s ease-in;
}

.anchor-link-item.-card .anchor-link-card {
  background-color: #f4f5f8;
}

.anchor-link-item.-card .anchor-link-card-fig img {
  width: 100%;
}

.anchor-link-item.-card .anchor-link-card-caption {
  -webkit-transition: background .08s ease-in, color .08s ease-in;
  padding: 10px;
  background-color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  transition: background .08s ease-in, color .08s ease-in;
}

.anchor-link-item.-product .anchor-link-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.anchor-link-item.-product .anchor-link-product-fig {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80%;
  margin: 0 auto 10px;
}

.anchor-link-item.-product .anchor-link-product-logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.anchor-link-item.-product .anchor-link-product-label {
  margin-top: auto;
  padding: 1px 16px 2px;
  background-color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}

/*----- faq -----*/
.faq-balloon {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.48);
  position: relative;
  margin: 0 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.48);
  text-align: left;
}

.faq-balloon::before {
  -webkit-transform: skew(-52deg) rotate(-10deg);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.48);
  position: absolute;
  width: 40px;
  height: 24px;
  transform: skew(-52deg) rotate(-10deg);
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.48);
  content: "";
}

.faq-balloon.-reverse::before {
  -webkit-transform: scale(-1, 1) skew(-52deg) rotate(-10deg);
  left: auto;
  transform: scale(-1, 1) skew(-52deg) rotate(-10deg);
}

.faq-balloon-inner {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  font-weight: 500;
}

.faq-balloon-inner::before {
  position: absolute;
  float: left;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}

.faq-balloon-inner > p:not(:first-child) {
  margin-top: 1em;
}

.faq-balloon.-q .faq-balloon-inner::before {
  background-color: #005bbf;
  background-image: url(../images/faq_icon_q.png);
}

.faq-balloon.-a {
  display: block;
}

.faq-balloon.-a .faq-balloon-inner::before {
  background-color: #ae171f;
  background-image: url(../images/faq_icon_a.png);
}

.faq-balloon-block + .faq-balloon-block {
  margin-top: 20px;
}

/*----- table -----*/
.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}

.table th, .table td {
  color: #000000;
  font-weight: 500;
}

.table th {
  background-color: #e2e5ef;
  text-align: center;
}

.table th + th {
  border-left: 3px solid #ffffff;
}

.table td + td {
  border-left: 3px solid #ffffff;
}

.table-body tr {
  background-color: #f4f5f8;
}

.table-body tr + tr {
  border-top: 3px solid #ffffff;
}

/* TOP
-----------------------------------------------------------*/
/*----- top-content -----*/
.top-content-primary .top-content-heading {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.2;
}

.top-content-primary .top-content-heading-logo {
  display: inline-block;
}

.top-content-primary .top-content-heading .text-sub-reg {
  font-size: .5em;
}

.top-content-primary .top-content-heading .text-note {
  letter-spacing: normal;
}

.top-contents {
  background-image: radial-gradient(circle at 49% 51%, #ff0b13, #920005 80%);
}

.top-content-secondary {
  position: relative;
  text-align: center;
}

.top-content-secondary-heading {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
}

.top-content-secondary-lead {
  color: #ffffff;
  text-align: center;
}

.top-content-secondary-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  min-height: 0%;
  margin-top: 10px;
}

.top-content-secondary-body .faq-balloon {
  display: block;
}

.top-content-secondary-fig {
  width: 100%;
  min-height: 0%;
}

.top-content-secondary-fig img {
  height: auto;
}

.top-content-secondary-fig img:not([width]) {
  width: 100%;
}

.top-content-secondary-fig.-img-center img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.top-content-secondary .button-block {
  margin-top: 20px;
}

/*----- top-mv -----*/
.top-mv {
  position: relative;
  padding: 0;
  text-align: center;
}

.top-mv-item:not(:first-child) {
  display: none;
}

.top-mv-item img {
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
}

.top-mv-items.slick-initialized .top-mv-item:not(:first-child) {
  display: block;
}

.top-mv .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}

.top-mv .slick-dots button {
  width: 13px;
  height: 13px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #8bbaef;
}

.top-mv .slick-dots button::before {
  content: none;
}

.top-mv .slick-dots .slick-active button {
  background-color: #b31920;
}

/*----- top-unit-bar -----*/
.top-unit-bar {
  padding: 30px 0;
}

.line-banner a {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.line-banner a:hover {
  opacity: 0.8;
}

/*----- top-effect -----*/
.top-effect {
  z-index: 0;
  position: relative;
  background: url("../../images/bg_effect.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.top-effect-product-fig {
  text-align: center;
}

.top-effect-panel {
  height: 100%;
  background: url(../../images/effect_panel_bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #ffffff;
}

.top-effect-panel-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-effect-panel-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
}

.top-effect-panel-title {
  position: relative;
}

.top-effect-panel-title em {
  position: relative;
  font-weight: 700;
}

.top-effect-panel-title em .sup-top {
  position: absolute;
  top: auto;
  font-size: 1rem;
}

.top-effect-panel .text-note {
  display: block;
  margin-top: 12px;
  font-size: 1rem;
}

/*----- top-quality -----*/
.top-quality .top-content-heading {
  letter-spacing: -.1em;
}

/*----- top-other-search -----*/
.top-search {
  overflow: hidden;
}

.top-search .content-inner {
  z-index: 0;
  position: relative;
}

.top-search .top-content-heading {
  z-index: 1;
  position: relative;
  color: #25428d;
  letter-spacing: -.12em;
}

.top-search-pict {
  position: absolute;
}

.top-search .panel-box {
  z-index: 1;
  position: relative;
  margin-top: 0;
}

/* あなたに合うフェイタス
-----------------------------------------------------------*/
.search-button {
  -webkit-box-shadow: 0 3px 2px rgba(182, 132, 132, 0.22);
  height: 100%;
  padding: 15px 26px 16px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fe7B24), to(#c8570c));
  background: linear-gradient(to bottom, #fe7B24 88%, #c8570c 100%);
  box-shadow: 0 3px 2px rgba(182, 132, 132, 0.22);
  color: #ffffff;
  font-weight: 500;
  line-height: 1.14286;
  text-align: center;
}

.search-button:focus {
  outline: 2px solid #fe7B24;
}

.search-button-inner {
  display: inline-block;
  position: relative;
  text-align: left;
}

.search-button.is-active {
  -webkit-box-shadow: none;
  padding: 14px 13px 13px;
  border: 2px solid #fe7B24;
  background: #ffffff;
  box-shadow: none;
  color: #000000;
}

.search-button.is-active .search-button-inner {
  padding-left: 22px;
}

.search-button.is-active .search-button-inner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 16px;
  margin: auto;
  margin-right: 3px;
  background: url(../images/icon_checked.png) no-repeat 50% 50%;
  background-size: 100% auto;
  content: "";
}

.search-button.is-disabled {
  padding: 14px 24px 13px;
  border: 2px solid #eeeeee;
  background: #eeeeee;
  color: #aaaaaa;
  pointer-events: none;
}

.search-button-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.search-card {
  background-color: #ffffff;
}

.search-card-head {
  padding: 5px;
  background-color: #9097ac;
  color: #ffffff;
  text-align: center;
}

.search-card-item.-primary {
  background-color: #ffffff;
}

.search-card-item.-secondary {
  background-color: #f8f8f8;
}

.search-clear-button {
  display: block;
  position: relative;
  width: 100%;
  border: 2px solid #005bbf;
  border-radius: 1px;
  background-color: #f8fbff;
  color: #005bbf;
  text-align: left;
}

.search-clear-button::before, .search-clear-button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 2px;
  margin: auto;
  background-color: #005bbf;
  content: "";
}

.search-clear-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-clear-button::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.search-table-row {
  background-color: #f4f5f8;
}

.search-table-row:nth-child(even) {
  background-color: #e2e5ef;
}

.search-table-title {
  font-weight: 700;
}

body.search .search-result, body.search .search-again, body.search .tag-list li, body.search .result-content, body.search .result-section, body.search .result-list li {
  display: none;
}

body.search .search-result.is-active, body.search .search-again.is-active, body.search .tag-list li.is-active, body.search .result-content.is-active, body.search .result-section.is-active, body.search .result-list li.is-active {
  display: block;
}

/* 商品
-----------------------------------------------------------*/
body.product .anchor-link {
  padding-top: 42px;
}

/*----- 商品詳細 -----*/
.product-detail-box {
  background-color: #474343;
  color: #ffffff;
}

.product-detail-heading {
  padding-bottom: .5em;
  border-bottom: 5px solid #ffffff;
}

.product-detail-heading-primary {
  font-weight: 700;
}

.product-detail-heading-label {
  line-height: 1;
}

.product-detail-heading-label > span {
  display: inline-block;
  vertical-align: bottom;
}

.product-detail-heading-label > span img {
  vertical-align: bottom;
}

.product-detail-heading-label .label-tax {
  margin-bottom: 3px;
}

.product-detail-fig {
  text-align: center;
}

.product-detail-fig img {
  width: 100%;
}

.product-detail-fig.-content {
  margin-top: 25px;
  border: 1px solid #e2e5ef;
}

.product-detail-lead {
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.35714;
}

.product-detail-lead .text-note {
  margin-top: 10px;
  font-weight: normal;
}

.product-detail-list > li {
  position: relative;
  padding-left: 1.125em;
}

.product-detail-list > li::before {
  position: absolute;
  top: .4em;
  left: 0;
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
}

.product-detail-list > li + li {
  margin-top: .75em;
}

.product-detail-button .button {
  width: calc(100% - 6px);
}

/* TV-CM
-----------------------------------------------------------*/
/*----- movie-box -----*/
.movie-box {
  margin: 0 auto;
}
.movie-box:last-child {
  margin-bottom: 58px;
}

.movie-box-link {
  -webkit-box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.26);
  display: block;
  box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.26);
}

.movie-box-thumb {
  position: relative;
}

.movie-box-thumb::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}

.movie-box-title {
  background-color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.movie-box-title.-bg_red {
  background-color: #ae171f;
}

.movie-box-title.-bg_red .movie-box-icon-play {
  color: #ffffff;
}

.movie-box-title.-bg_blue {
  background-color: #004ea2;
}

.movie-box-title.-bg_blue .movie-box-icon-play {
  color: #ffffff;
}

.movie-box-title.-bg_gray {
  background-color: #3f3f3f;
}

.movie-box-title.-bg_gray .movie-box-icon-play {
  color: #ffffff;
}

.movie-box-icon-play {
  display: inline-block;
  position: relative;
  width: 92%;
  padding-left: 65px;
  text-align: left;
}

.movie-box-icon-play + .movie-box-icon-play {
  margin-top: 30px;
}

.movie-box-icon-play[href]:hover {
  text-decoration: underline;
}

.movie-box-icon-play::before, .movie-box-icon-play::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

.movie-box-icon-play::before {
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#EB2B34), to(#650306));
  background: linear-gradient(180deg, #EB2B34, #650306);
}

.movie-box-icon-play::after {
  left: 18px;
  width: 0;
  height: 0;
  border-width: 8px 0 8px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.-bg_red .movie-box-icon-play::before {
  background: #ffffff;
}

.-bg_red .movie-box-icon-play::after {
  border-color: transparent transparent transparent #ae171f;
}

.-bg_blue .movie-box-icon-play::before {
  background: #ffffff;
}

.-bg_blue .movie-box-icon-play::after {
  border-color: transparent transparent transparent #004ea2;
}

.-bg_gray .movie-box-icon-play::before {
  background: #ffffff;
}

.-bg_gray .movie-box-icon-play::after {
  border-color: transparent transparent transparent #3f3f3f;
}

/*----- profile -----*/
.profile-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-box-ttl {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.profile-box-fig {
  justify-self: left;
}

.profile-box-fig img {
  width: 100%;
}

.profile-box-info > p {
  margin-top: .5em;
  font-size: 2.4rem;
}

.profile-box-info-office {
  margin-top: 0 !important;
  line-height: .8;
}

.profile {
  padding: 48px 0;
  background-color: rgba(0, 0, 0, 0.42);
  color: #ffffff;
}

/* 壁紙プレゼント
-----------------------------------------------------------*/
/*----- present-box -----*/
.present-box-sp-area {
  color: #ffffff;
}

.present-box-thumb {
  -webkit-box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.26);
  margin: 0 auto;
  box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.26);
  text-align: center;
}

.present-box-button-block {
  margin-top: 55px;
  text-align: center;
}

.present-box-button-block .button {
  width: 490px;
}

.present-box-info-lead {
  margin-bottom: 2em;
  font-size: 2rem;
}

.present-box-button-list li .button {
  width: calc(100% - 6px);
  text-align: left;
}

.present-box-button-list li .button span {
  margin-right: 1.25em;
  font-size: 2rem;
}

/* フェイタス®の効きめ
-----------------------------------------------------------*/
/*----- effect-step -----*/
.effect-step-list {
  counter-reset: number 0;
}

.effect-step-list .effect-step-item {
  counter-increment: number;
}

.effect-step-list .effect-step-heading {
  position: relative;
}

.effect-step-list .effect-step-heading::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.41);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#e0c678), to(#fbea9c));
  background: linear-gradient(90deg, #e0c678, #fbea9c);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.41);
  color: #000000;
  font-weight: 700;
  content: counter(number);
}

.effect-step-list .effect-step-content {
  color: #ffffff;
}

/*----- effect-component -----*/
.effect-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  font-weight: 700;
  letter-spacing: -.08em;
  text-align: center;
}

.effect-card-head {
  padding: 14px 15px;
  background-color: rgba(255, 255, 255, 0.68);
}

.effect-card-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
  flex-grow: 1;
  background-color: #ffffff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
  font-weight: 700;
}

.effect-component {
  background: linear-gradient(-50deg, #35b4cf, #042575), linear-gradient(-50deg, #650306, #EB2B34);
  background-position: 0, 100%;
  background-repeat: no-repeat;
  background-size: 50% 100%, 50% 100%;
}

/* ニュースリリース
-----------------------------------------------------------*/
/*----- news -----*/
.news-address-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3em;
  margin-right: auto;
  margin-left: auto;
  padding: 1em 3em;
  border: 1px solid #000000;
  font-style: normal;
  text-align: center;
}

/*----- 定義リスト -----*/
.news .def-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .def-list-item.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news .def-list-item dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news .def-list-table {
  display: table;
}

.news .def-list-table .def-list-item {
  display: table-row;
}

.news .def-list-table dt, .news .def-list-table dd {
  display: table-cell;
}

.news .def-term-colone > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .def-term-colone > span:after {
  margin-left: auto;
  content: "：";
}

/*----- grid -----*/
.news .grid {
  display: grid;
}

.news .grid-type01 {
  gap: 1em 2em;
  grid-template-columns: repeat(2, 1fr);
}

.news .grid-container {
  margin-top: 0;
}

/*---- table -----*/
.news .table {
  border-top: 1px solid #000;
  border-spacing: 0;
}

.news .table:not(:first-child) {
  margin-top: 4em;
}

.news .table .caption-none {
  display: none;
}

.news .table th, .news .table td {
  padding: .5em .8em;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  font-weight: normal;
  vertical-align: baseline;
}

.news .table th:last-child, .news .table td:last-child {
  border-right: 1px solid #000000;
}

.news .table th {
  background-color: #FFFFFF;
  text-align: left;
}

.news img {
  height: auto;
}

.news .figure-qr {
  display: inline-block;
  width: 50px;
  vertical-align: bottom;
}

.news .text-sub-reg {
  font-size: 1.2em;
}

.news .text-link-has-img {
  -webkit-box-align: end;
  -ms-flex-align: end;
  gap: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

.news .wb-all {
  word-break: break-all;
}

/* =================================================================

	modal

================================================================= */
.modal_overlay {
  position: fixed;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.modal_overlay.is-show {
  opacity: 1;
  visibility: visible;
}
.is-animation .modal_overlay {
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.modal_wrap {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.modal_wrap img {
	display: block;
}
.modal_inner {
  display: table-cell;
  padding: 32px 20px 20px;
  vertical-align: middle;
}
.modal_contents {
  position: relative;
  width: 65%;
  max-width: 900px;
  margin: 0 auto;
}
.modal_contents img {
  width: 100%;
}
.modal_bnr a {
  display: block;
}
.modal_bnr a:hover {
  opacity: .9;
}
.modal_close {
  position: absolute;
  top: 0;
  right: -100px;
  width: 80px;
  cursor: pointer;
	background-color: transparent;
	border: none;
	padding: 0;
}
.modal_close:hover {
  opacity: 0.8;
}

/* Utility
-----------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear-both {
  clear: both !important;
}

/* float */
.fl-left {
  float: left !important;
}

.fl-right {
  float: right !important;
}

.fl-none {
  float: none !important;
}

/* font-weight */
.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* font-family */
.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

/* font-size */
.fs-xs {
  font-size: 1.2rem !important;
}

.fs-sm {
  font-size: 1.4rem !important;
}

.fs-md {
  font-size: 1.6rem !important;
}

.fs-lg {
  font-size: 1.8rem !important;
}

.fs-xl {
  font-size: 2.2rem !important;
}

.fs-xxl {
  font-size: 2.2rem !important;
}

.img-cover {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: block;
  position: relative;
  user-select: none;
}

.img-cover::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}

.img-cover img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* margin */
.m-auto {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* padding */
.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* text-align */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* vertical-align */
.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

/* white-space */
.ws-nowrap {
  white-space: nowrap !important;
}

.sp {
  display: none !important;
}

/* display */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-i-block {
  display: inline-block !important;
}

.d-table {
  display: table !important;
}

.d-t-row {
  display: table-row !important;
}

.d-t-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.of-auto {
  overflow: auto;
}

.of-hidden {
  overflow: hidden;
}

.of-auto {
  overflow: auto;
}

/* visibility */
.hidden {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.hover-opacity:hover {
  opacity: 0.8;
}

/* width(px) 5-300 */
.w-5 {
  width: 5px !important;
}

.w-10 {
  width: 10px !important;
}

.w-15 {
  width: 15px !important;
}

.w-20 {
  width: 20px !important;
}

.w-25 {
  width: 25px !important;
}

.w-30 {
  width: 30px !important;
}

.w-35 {
  width: 35px !important;
}

.w-40 {
  width: 40px !important;
}

.w-45 {
  width: 45px !important;
}

.w-50 {
  width: 50px !important;
}

.w-55 {
  width: 55px !important;
}

.w-60 {
  width: 60px !important;
}

.w-65 {
  width: 65px !important;
}

.w-70 {
  width: 70px !important;
}

.w-75 {
  width: 75px !important;
}

.w-80 {
  width: 80px !important;
}

.w-85 {
  width: 85px !important;
}

.w-90 {
  width: 90px !important;
}

.w-95 {
  width: 95px !important;
}

.w-100 {
  width: 100px !important;
}

.w-105 {
  width: 105px !important;
}

.w-110 {
  width: 110px !important;
}

.w-115 {
  width: 115px !important;
}

.w-120 {
  width: 120px !important;
}

.w-125 {
  width: 125px !important;
}

.w-130 {
  width: 130px !important;
}

.w-135 {
  width: 135px !important;
}

.w-140 {
  width: 140px !important;
}

.w-145 {
  width: 145px !important;
}

.w-150 {
  width: 150px !important;
}

.w-155 {
  width: 155px !important;
}

.w-160 {
  width: 160px !important;
}

.w-165 {
  width: 165px !important;
}

.w-170 {
  width: 170px !important;
}

.w-175 {
  width: 175px !important;
}

.w-180 {
  width: 180px !important;
}

.w-185 {
  width: 185px !important;
}

.w-190 {
  width: 190px !important;
}

.w-195 {
  width: 195px !important;
}

.w-200 {
  width: 200px !important;
}

.w-205 {
  width: 205px !important;
}

.w-210 {
  width: 210px !important;
}

.w-215 {
  width: 215px !important;
}

.w-220 {
  width: 220px !important;
}

.w-225 {
  width: 225px !important;
}

.w-230 {
  width: 230px !important;
}

.w-235 {
  width: 235px !important;
}

.w-240 {
  width: 240px !important;
}

.w-245 {
  width: 245px !important;
}

.w-250 {
  width: 250px !important;
}

.w-255 {
  width: 255px !important;
}

.w-260 {
  width: 260px !important;
}

.w-265 {
  width: 265px !important;
}

.w-270 {
  width: 270px !important;
}

.w-275 {
  width: 275px !important;
}

.w-280 {
  width: 280px !important;
}

.w-285 {
  width: 285px !important;
}

.w-290 {
  width: 290px !important;
}

.w-295 {
  width: 295px !important;
}

.w-300 {
  width: 300px !important;
}

/* width(%) 5-100 */
.w-5per {
  width: 5% !important;
}

.w-10per {
  width: 10% !important;
}

.w-15per {
  width: 15% !important;
}

.w-20per {
  width: 20% !important;
}

.w-25per {
  width: 25% !important;
}

.w-30per {
  width: 30% !important;
}

.w-35per {
  width: 35% !important;
}

.w-40per {
  width: 40% !important;
}

.w-45per {
  width: 45% !important;
}

.w-50per {
  width: 50% !important;
}

.w-55per {
  width: 55% !important;
}

.w-60per {
  width: 60% !important;
}

.w-65per {
  width: 65% !important;
}

.w-70per {
  width: 70% !important;
}

.w-75per {
  width: 75% !important;
}

.w-80per {
  width: 80% !important;
}

.w-85per {
  width: 85% !important;
}

.w-90per {
  width: 90% !important;
}

.w-95per {
  width: 95% !important;
}

.w-100per {
  width: 100% !important;
}

/* width(em) 5-20 */
.w-1em {
  width: 1em !important;
}

.w-2em {
  width: 2em !important;
}

.w-3em {
  width: 3em !important;
}

.w-4em {
  width: 4em !important;
}

.w-5em {
  width: 5em !important;
}

.w-6em {
  width: 6em !important;
}

.w-7em {
  width: 7em !important;
}

.w-8em {
  width: 8em !important;
}

.w-9em {
  width: 9em !important;
}

.w-10em {
  width: 10em !important;
}

.w-11em {
  width: 11em !important;
}

.w-12em {
  width: 12em !important;
}

.w-13em {
  width: 13em !important;
}

.w-14em {
  width: 14em !important;
}

.w-15em {
  width: 15em !important;
}

.w-16em {
  width: 16em !important;
}

.w-17em {
  width: 17em !important;
}

.w-18em {
  width: 18em !important;
}

.w-19em {
  width: 19em !important;
}

.w-20em {
  width: 20em !important;
}

/* color */
.fc-base {
  color: #000000 !important;
}

.fc-key {
  color: #005bbf !important;
}

.fc-key-dicsas {
  color: #005bbf !important;
}

.fc-key-z {
  color: #005bbf !important;
}

.fc-attention {
  color: #ae171f;
}

.fc-white {
  color: #ffffff !important;
}

.fc-blue {
  color: #0b508d;
}

.fc-red {
  color: #be0e16;
}

.fc-yellow {
  color: #f1d105;
}

/* background-color */
.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #363535 !important;
}

.bg-primary {
  background: linear-gradient(-50deg, #35b4cf, #042575);
}

.bg-primary-top {
  background-image: radial-gradient(circle at 50% 10%, #b6d7e5, #65a8be 50%);
}

.bg-feitas-dicsas {
  background: linear-gradient(-50deg, #650306, #eb2b34);
}

.bg-feitas-z {
  background: linear-gradient(-35deg, #440415, #651127);
}

/* border-color */
.no-border {
  border: none !important;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .wrapper {
    padding-top: 63px;
  }
  .header-inner {
    width: 100%;
    max-width: 100%;
  }
  .header-inner {
    padding: 18px 20px 17px;
    border-bottom: 1px solid #000000;
    background-color: #ffffff;
  }
  .header-logo.-hisamitsu {
    display: none;
  }
  .header-logo.-feitas {
    width: 118px;
  }
  .header-ham-icon {
    -ms-flex-negative: 0;
    display: block;
    z-index: 5;
    position: relative;
    flex-shrink: 0;
    width: 27px;
    height: 27px;
    margin-left: auto;
    cursor: pointer;
  }
  .header-ham-icon span, .header-ham-icon::after, .header-ham-icon::before {
    -webkit-transition: all .3s ease-in-out;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #333333;
    transition: all .3s ease-in-out;
  }
  .header-ham-icon span {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header-ham-icon::after, .header-ham-icon::before {
    content: "";
  }
  .header-ham-icon::before {
    top: 0;
  }
  .header-ham-icon::after {
    bottom: 0;
  }
  .header-ham-icon.is-open span, .header-ham-icon.is-open::before, .header-ham-icon.is-open::after {
    background-color: #141932;
  }
  .header-ham-icon.is-open span {
    left: 50%;
    width: 0;
  }
  .header-ham-icon.is-open::before {
    -webkit-transform: translateY(11px) rotate(-135deg);
    transform: translateY(11px) rotate(-135deg);
  }
  .header-ham-icon.is-open::after {
    -webkit-transform: translateY(-11px) rotate(135deg);
    transform: translateY(-11px) rotate(135deg);
  }
  .header-gnav-menu {
    width: 100%;
    max-width: 100%;
  }
  .header-gnav {
    -webkit-transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    position: absolute;
    right: 0;
    left: 0;
    height: calc(100vh - 63px);
    height: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.4);
    transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header-gnav-menu {
    -webkit-transform: translateY(-20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, visibility 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    visibility: hidden;
    transform: translateY(-20px);
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, visibility 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, visibility 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, visibility 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  }
  .header-gnav-menu > li + li {
    border-top: 1px solid #ffffff;
  }
  .header-gnav-menu > li > a {
    position: relative;
    padding: 20px 20px 20px 46px;
    font-size: 1.9rem;
    font-weight: 700;
  }
  .header-gnav-menu > li > a::before, .header-gnav-menu > li > a:after {
    position: absolute;
    content: "";
  }
  .header-gnav-menu > li > a::before {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .header-gnav-menu > li > a::after {
    width: 0;
    height: 0;
    border-width: 3.5px 0 3.5px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #000000;
  }
  .header-gnav-menu > li > a::before, .header-gnav-menu > li > a::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header-gnav-menu > li > a::before {
    left: 20px;
  }
  .header-gnav-menu > li > a::after {
    left: 26px;
  }
  .header-gnav.is-open {
    height: calc(100vh - 63px);
  }
  .header-gnav.is-open .header-gnav-menu {
    -webkit-transform: translateY(0);
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
  .header-simple {
    margin-top: -63px;
    padding-top: 20px;
  }
  .header-simple-logo {
    width: 150px;
  }
  .footer-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-sitemap {
    margin-right: -20px;
    margin-left: -20px;
  }
  .footer-inner {
    width: 100%;
    max-width: 100%;
  }
  .footer-upper {
    padding: 40px 0 26px;
  }
  .footer-upper .footer-logo {
    width: 165px;
    margin: 0 auto 26px;
  }
  .footer-upper .footer-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
  .footer-upper .footer-social li {
    width: 65px;
    margin: 0 15px;
  }
  .footer-upper .footer-banner {
    margin-top: 35px;
  }
  .footer-upper .footer-banner li {
    width: 100%;
  }
  .footer-upper .footer-banner li + li {
    margin-top: 10px;
  }
  .footer-upper .footer-banner li img {
    width: 100%;
  }
  .footer-sitemap-item.-product .footer-product-row {
    display: none;
  }
  .footer-sitemap-list.-first > .footer-sitemap-item.-special-lp {
    border-color: #ffffff;
  }
  .footer-sitemap-list.-first > .footer-sitemap-item.-special-lp > a {
    background: linear-gradient(-50deg, #35b4cf, #042575);
    color: #ffffff;
  }
  .footer-sitemap-list.-first > .footer-sitemap-item.-special-lp > a::before {
    background-color: #ffffff;
  }
  .footer-sitemap-list.-first > .footer-sitemap-item.-special-lp > a::after {
    border-left-color: #000000;
  }
  .footer-sitemap-list.-first > .footer-sitemap-item {
    border-top: 1px solid #1a1311;
  }
  .footer-sitemap-list.-first > .footer-sitemap-item:last-child {
    border-bottom: 1px solid #1a1311;
  }
  .footer-sitemap-list.-first > .footer-sitemap-item > a {
    display: block;
    padding: 20px 20px 20px 46px;
  }
  .footer-sitemap-list.-first > .footer-sitemap-item > a::before, .footer-sitemap-list.-first > .footer-sitemap-item > a::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .footer-sitemap-list.-first > .footer-sitemap-item > a::before {
    left: 20px;
  }
  .footer-sitemap-list.-first > .footer-sitemap-item > a::after {
    left: 26px;
  }
  .footer-lower {
    text-align: center;
  }
  html:has(.purchaseBtn) .footer-lower {
    padding-bottom: calc(15px + 6100vw / 375);
  }
  .footer-lower .footer-link-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
  }
  .footer-lower .footer-link-list {
    margin: 0 -.25em;
  }
  .footer-lower .footer-link-list > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 .25em;
    font-size: 1rem;
  }
  .footer-lower .footer-copy {
    margin-top: 1em;
    font-size: 1rem;
  }
  .pagetop {
    top: -33.5px;
    right: 16px;
    width: 67px;
    height: 67px;
  }
  .content-inner {
    width: 100%;
    max-width: 100%;
  }
  .content-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content {
    padding: 50px 0 60px;
  }
  .content-header {
    padding: 28px 0 35px;
  }
  .content-section + .content-section {
    margin-top: 60px;
  }
  .content-section[class*=bg-] {
    margin-top: 0;
    padding: 50px 0 60px;
  }
  .social-field {
    padding: 40px 0 58px;
  }
  .social-field-title {
    margin-bottom: .5em;
    font-size: 2rem;
  }
  .social-field-items li {
    width: 56px;
    margin: 0 12.5px;
  }
  .article-header-heading {
    padding: .5em .5em .8em;
  }
  .article-heading-sub:first-child {
    margin-bottom: .3em;
  }
  .article-heading-lv1 {
    font-size: 1.8rem;
  }
  .article-heading-lv2 {
    font-size: 1.6rem;
  }
  .article-figure-caption {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-note {
    font-size: 1.2rem;
  }
  .heading-lv1 {
    font-size: 2.4rem;
  }
  .heading-lv2 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .heading-lv2.-lg {
    letter-spacing: -.1em;
  }
  .heading-lv2.-lg em {
    font-size: 2.4rem;
  }
  .heading-lv2.-border {
    border-bottom-width: 3px;
    font-size: 2rem;
  }
  .heading-lv2.-lead-text .heading-lv2-primary {
    display: block;
    padding-bottom: .35em;
    border-bottom: 3px solid #000000;
    font-size: 3rem;
  }
  .heading-lv2.-lead-text .heading-lv2-lead {
    display: block;
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .heading-logo {
    margin-bottom: 30px;
  }
  .heading-logo:not(:first-child) {
    margin-top: 60px;
  }
  .heading-logo-inner {
    width: 55.52239%;
    margin: 0 auto;
  }
  .heading-logo-main img {
    width: 100%;
  }
  .heading-logo.-dicsas .heading-logo-inner {
    width: 76.71642%;
  }
  .heading-logo.-z .heading-logo-inner {
    width: 70.74627%;
  }
  .heading-logo-label {
    padding: 3px 5px 2px;
    font-size: 1.4rem;
  }
  .heading-logo-category {
    width: 83px;
  }
  .button {
    width: 100%;
    padding: 0.75em 1.5em 0.75em 1.25em;
    font-size: 2rem;
    text-align: left;
  }
  .button.-blank {
    background-position: right 12px center;
  }
  .button.-search .button-icon {
    padding-left: 38px;
  }
  .button.-search .button-icon::before, .button.-search .button-icon::after {
    border-width: 3px;
  }
  .button.-search .button-icon::before {
    width: 21px;
    height: 21px;
  }
  .button.-search .button-icon::after {
    -webkit-transform: rotate(-45deg) translateY(12px);
    left: 10px;
    height: 6px;
    transform: rotate(-45deg) translateY(12px);
    border-width: 0 0 0 3px;
  }
  .button-block {
    margin: 20px 20px 0;
  }
  .button-list {
    margin: 0 20px;
  }
  .button-list > li + li {
    margin-top: 10px;
  }
  .button-field {
    padding: 50px 0;
  }
  .button-field > .content-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  .definition-list:not(:first-child) {
    margin-top: 20px;
  }
  .definition-list-head {
    padding: 18px 13px;
  }
  .definition-list-head:not(:first-child) {
    margin-top: 20px;
  }
  .banner-field {
    padding: 53px 0 52px;
  }
  .banner-list .banner-item img {
    width: 100%;
  }
  .column-box .col.-order-minus-sp {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-box.-gap-sm-sp {
    margin: -5px;
  }
  .column-box.-gap-sm-sp .col {
    padding: 5px;
  }
  .column-box.-gap-md-sp {
    margin: -10px;
  }
  .column-box.-gap-md-sp .col {
    padding: 10px;
  }
  .column-box.-gap-md-sp .col.-order-minus-sp {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-box.-gap-lg-sp {
    margin: -18px;
  }
  .column-box.-gap-lg-sp .col {
    padding: 18px;
  }
  .column-box.-gap-lg-sp .col.-order-minus-sp {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-box .col-1-sp {
    width: 100%;
  }
  .column-box .col-2-sp {
    width: 50%;
  }
  .column-box .col-3-sp {
    width: 33.33333%;
  }
  .box-caution {
    margin-top: 34px;
    padding: 30px 18px;
  }
  .box + .box {
    margin-top: 25px;
  }
  .box-label {
    padding: 4px 6px 5px;
    font-size: 1.2rem;
  }
  .box-label.-lg-sp {
    padding: 9px 11px 10px;
    font-size: 1.4rem;
  }
  .box-fig-label {
    -webkit-transform: scale(0.8) translate(-4px, 3px);
    padding: 5px 10px;
    transform: scale(0.8) translate(-4px, 3px);
    font-size: 1rem;
  }
  .box-text {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .fig-wrap {
    margin: 25px 0;
  }
  .fig-wrap img {
    width: 100%;
  }
  .card-feature-fig img {
    width: 100%;
  }
  .panel-box {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -35px !important;
    padding: 40px 0 45px;
  }
  .content-inner + .panel-box {
    margin-top: 50px;
  }
  .panel-box + .panel-box {
    margin-top: 20px;
  }
  .panel-box-heading {
    margin-bottom: 1em;
    font-size: 2.1rem;
  }
  .panel-box-fig:not(:first-child) {
    margin-top: 20px;
  }
  .panel-box-fig:not(:last-child) {
    margin-bottom: 25px;
  }
  .panel-box .button-block {
    margin-right: auto;
    margin-left: auto;
  }
  .col-1-sp > .panel-link .panel-link-body {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .panel-link-body {
    padding: 22px 10px 15px;
  }
  .panel-link-body.-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 14px;
  }
  .panel-link-body.-row .panel-link-fig {
    width: 47%;
    margin-right: 10px;
  }
  .panel-link-fig img {
    width: 100%;
  }
  .panel-link-info-title {
    font-size: 2rem;
  }
  .panel-link-info-title span {
    font-size: 1.6rem;
  }
  .panel-link-foot {
    padding: 8px 35px 8px 20px;
  }
  .panel-link-foot.-row {
    padding: 11px 25px 11px 8px;
    font-size: 1.2rem;
  }
  .panel-link-foot.-row .panel-link-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 45px;
    margin-bottom: 3px;
  }
  .panel-link-foot.-row .panel-link-logo > span ~ span {
    margin-top: 4px;
  }
  .panel-link-foot.-row .panel-link-logo > span img {
    height: 20px;
  }
  .panel-link-foot.-row .panel-link-logo .-dicsas img {
    height: 19px;
  }
  .anchor-link {
    padding: 50px 0 30px;
  }
  .anchor-link-inner {
    padding-bottom: 20px;
  }
  .anchor-link-inner::after {
    width: 26px;
    height: 10px;
  }
  .anchor-link-item.-product:nth-child(n + 3) {
    margin-top: 35px;
  }
  .anchor-link-item.-product .anchor-link-product-fig {
    display: none;
  }
  .anchor-link-item.-product .anchor-link-product-logo {
    width: 66.66667%;
    margin: 0 auto;
  }
  .anchor-link-item.-product .anchor-link-product-logo img {
    width: 100%;
  }
  .anchor-link-item.-product .anchor-link-product-logo.-dicsas {
    width: 79.16667%;
  }
  .anchor-link-item.-product .anchor-link-product-logo.-z {
    width: 76.19048%;
  }
  .anchor-link-item.-product .anchor-link-product-label {
    margin-top: 15px;
  }
  .faq-balloon {
    border-radius: 7px;
  }
  .faq-balloon::before {
    top: 22px;
    left: 3px;
    border-width: 8px 18px;
  }
  .faq-balloon.-reverse::before {
    right: 3px;
  }
  .faq-balloon-inner {
    padding: 22px 15px 22px 50px;
    border-radius: 7px;
  }
  .faq-balloon-inner::before {
    top: 22px;
    left: 15px;
    width: 26px;
    height: 26px;
    background-size: 12px auto;
  }
  .faq-balloon-block + .faq-balloon-block {
    margin-top: 10px;
  }
  .faq-balloon-group + .faq-balloon-group {
    margin-top: 26px;
  }
  .table-body tr + tr {
    border-top-width: 2px;
  }
  .table th, .table td {
    font-size: 1.4rem;
  }
  .table th {
    padding: 6px 14px;
  }
  .table td {
    padding: 14px;
  }
  .top-content-primary {
    padding: 60px 0;
  }
  .top-content-primary .top-content-heading {
    margin-bottom: 32px;
    font-size: 2.6rem;
    font-size: 6.93333vw;
  }
  .top-content-primary .top-content-heading em {
    font-size: 3.2rem;
    font-size: 8.53333vw;
  }
  .top-content-primary .top-content-heading img {
    width: 100%;
  }
  .top-contents {
    background-image: radial-gradient(circle at 10% 50%, #ff0b13, #920005 100%);
  }
  .top-contents .content-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .top-content-secondary {
    padding: 38px 20px 54px;
  }
  .top-content-secondary:nth-child(n+2) {
    border-top: 1px solid #ffffff;
  }
  .top-content-secondary-body {
    margin-top: 15px;
  }
  .top-content-secondary-body .voice-box {
    width: 67.46269%;
    margin-right: -16px;
    padding: 0 16px 50px 0;
  }
  .top-content-secondary-body .voice-box-balloon {
    padding: 20px 23px 18px;
    font-size: 1.3rem;
  }
  .top-content-secondary-body .voice-box-balloon::before {
    bottom: -20px;
  }
  .top-content-secondary-body .voice-box-balloon-label {
    font-size: 1.4rem;
  }
  .top-content-secondary-body .voice-box-icon {
    width: 66px;
  }
  .top-content-secondary-body .faq-balloon-block {
    width: 100%;
  }
  .top-content-secondary-body .faq-balloon-inner {
    font-size: 1.6rem;
  }
  .top-content-secondary-fig {
    width: 100%;
  }
  .top-content-secondary-fig img:not([width]) {
    width: 100%;
  }
  .top-mv-tokyo2020 {
    padding: 15px 20px;
    background-color: #001952;
  }
  .top-mv-tokyo2020 img {
    width: 100%;
  }
  .top-effect-product:not(:last-child) {
    margin-bottom: 40px;
  }
  .top-effect-product-fig {
    width: 47.76119%;
    margin: 0 auto;
  }
  .top-effect-product-fig img {
    width: 100%;
  }
  .top-effect-panel {
    padding: 32px 12px;
  }
  .top-effect-panel-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-effect-panel-title {
    font-size: 1.6rem;
  }
  .top-effect-panel-title em {
    display: inline-block;
    font-size: 2rem;
  }
  .top-effect-panel-title em .sup-top {
    right: 0.5em;
  }
  .top-effect-panel .text-note {
    -webkit-transform: scale(0.8);
    margin-right: -10%;
    margin-left: -10%;
    transform: scale(0.8);
  }
  .top-effect-panel-icon {
    width: 65px;
    height: 65px;
    margin-right: 9px;
  }
  .top-quality .top-content-heading-logo {
    width: 208px;
    margin-right: 3px;
    vertical-align: bottom;
  }
  .top-search {
    padding-top: 30px;
  }
  .top-search-header img {
    width: 100%;
  }
  .top-search-products {
    z-index: 1;
    position: relative;
    margin: 0 10px 0 12px;
  }
  .top-search-pict {
    -webkit-transform: translateX(-50%);
    bottom: -10%;
    left: 50%;
    width: 93.33333%;
    transform: translateX(-50%);
  }
  .search-button {
    width: 100%;
    height: 100%;
    padding: 10px 2px 12px;
    letter-spacing: -.05em;
  }
  .search-button.is-active, .search-button.is-disabled {
    padding: 8px 0 10px;
  }
  .search-button-list {
    margin: -4px;
  }
  .search-button-list.-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .search-button-list li {
    width: 50%;
    padding: 4px;
  }
  .search-card + .search-card {
    margin-top: 11px;
  }
  .search-card-item {
    padding: 11px 6px 12px;
  }
  .search-clear-button {
    margin: 30px 0 18px;
    padding: 15px 20px 15px 48px;
    font-size: 1.8rem;
  }
  .search-clear-button::before, .search-clear-button::after {
    left: 20px;
    width: 20px;
  }
  .search-table-row {
    padding: 14px 14px 20px;
  }
  .search-table-head {
    margin-bottom: 8px;
  }
  body.search .result-content > .content-inner {
    margin-top: -60px;
  }
  body.search .result-content .result-section {
    margin-top: 60px;
  }
  body.product .anchor-link {
    padding: 50px 0;
  }
  .product-detail-box {
    padding: 40px 0 60px;
  }
  .product-detail-heading {
    margin-bottom: .75em;
    border-bottom-width: 3px;
  }
  .product-detail-heading-primary {
    font-size: 2.4rem;
  }
  .product-detail-heading-label {
    display: block;
    margin-top: 5px;
  }
  .product-detail-heading-label > span {
    width: 64px;
    margin-right: 6px;
  }
  .product-detail-row {
    margin-top: 30px;
  }
  .product-detail-col.-fig {
    padding: 0 22px;
  }
  .product-detail-col.-info {
    margin-top: 35px;
  }
  .product-detail-col.-info .table {
    margin-top: 40px;
  }
  .product-detail-col.-info .table-body th {
    width: 80px;
  }
  .product-detail-lead {
    font-size: 2.4rem;
  }
  .product-detail-list > li {
    font-size: 1.6rem;
  }
  .product-detail-list > li::before {
    width: 0.9375em;
    height: 0.9375em;
  }
  .product-detail-button {
    margin-top: 30px;
  }
  .product-detail-button .button {
    font-size: 1.6rem;
  }
  .movie-box-icon-play + .movie-box-icon-play {
    margin-top: 15px;
  }
  .movie-box {
    width: 100%;
  }
  .movie-box + .movie-box {
    margin-top: 20px;
  }
  .movie-box-title {
    padding: 15px 10px;
    font-size: 1.4rem;
  }
  .movie-box-icon-play {
    padding-left: 35px;
  }
  .movie-box-icon-play::before {
    width: 28px;
    height: 27px;
  }
  .movie-box-icon-play::after {
    left: 10px;
    border-width: 5px 0 5px 10px;
  }
  .profile-box p {
    font-size: 1.4rem;
  }
  .profile-box-ttl {
    font-size: 2.2rem;
  }
  .profile-box-info {
    margin-top: 15px;
    font-size: 1.6rem;
    text-align: center;
  }
  .profile-box-info-name {
    margin-top: .25em;
    font-size: 2.4rem !important;
  }
  .profile-box-fig {
    width: 64.1791%;
    margin: 0 auto;
  }
  .profile-box:nth-child(2n-1) {
    margin-right: 5px;
  }
  .profile-box:nth-child(2n) {
    margin-left: 5px;
  }
  .profile {
    margin-top: 58px;
  }
  .present-box-sp-area {
    padding-bottom: 60px;
  }
  .present-box-thumb {
    width: 75.59322%;
  }
  .present-box-info {
    margin-top: 30px;
  }
  .present-box-button-list {
    margin: 0 20px;
  }
  .present-box-button-list li + li {
    margin-top: 10px;
  }
  .effect-step-list {
    margin-top: 25px;
  }
  .effect-step-list .effect-step-item + .effect-step-item {
    margin-top: 40px;
  }
  .effect-step-list .effect-step-heading {
    margin-bottom: 14px;
    padding-left: 12.8vw;
  }
  .effect-step-list .effect-step-heading::before {
    top: 5px;
    width: 10.13333vw;
    height: 10.13333vw;
    font-size: 7.46667vw;
  }
  .effect-step-list .effect-step-heading img {
    width: 100%;
  }
  .effect-step-list .effect-step-content {
    font-size: 1.6rem;
  }
  .effect-card {
    font-size: 1.4rem;
  }
  .effect-card-head {
    padding: 11px 0;
    letter-spacing: -.1em;
  }
  .effect-card-body {
    padding: 11px 10px 12px;
    line-height: 1.64286;
    text-align: left;
  }
  .news .text-link-has-img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* =================================================================

	modal

  ================================================================= */
  .modal_contents {
    width: auto;
  }
  .modal_close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 100px;
    cursor: pointer;
  }

  .fl-none-sp {
    float: none !important;
  }
  .fl-clear-sp {
    clear: both !important;
  }
  .fs-sm-sp {
    font-size: 1.4rem !important;
  }
  .fs-md-sp {
    font-size: 1.6rem !important;
  }
  .fs-lg-sp {
    font-size: 1.8rem !important;
  }
  .fs-xl-sp {
    font-size: 2.2rem !important;
  }
  .img-responsive {
    width: 100%;
  }
  .mt-0-sp {
    margin-top: 0px !important;
  }
  .mb-0-sp {
    margin-bottom: 0px !important;
  }
  .ml-0-sp {
    margin-left: 0px !important;
  }
  .mr-0-sp {
    margin-right: 0px !important;
  }
  .mt-5-sp {
    margin-top: 5px !important;
  }
  .mb-5-sp {
    margin-bottom: 5px !important;
  }
  .ml-5-sp {
    margin-left: 5px !important;
  }
  .mr-5-sp {
    margin-right: 5px !important;
  }
  .mt-10-sp {
    margin-top: 10px !important;
  }
  .mb-10-sp {
    margin-bottom: 10px !important;
  }
  .ml-10-sp {
    margin-left: 10px !important;
  }
  .mr-10-sp {
    margin-right: 10px !important;
  }
  .mt-15-sp {
    margin-top: 15px !important;
  }
  .mb-15-sp {
    margin-bottom: 15px !important;
  }
  .ml-15-sp {
    margin-left: 15px !important;
  }
  .mr-15-sp {
    margin-right: 15px !important;
  }
  .mt-20-sp {
    margin-top: 20px !important;
  }
  .mb-20-sp {
    margin-bottom: 20px !important;
  }
  .ml-20-sp {
    margin-left: 20px !important;
  }
  .mr-20-sp {
    margin-right: 20px !important;
  }
  .mt-25-sp {
    margin-top: 25px !important;
  }
  .mb-25-sp {
    margin-bottom: 25px !important;
  }
  .ml-25-sp {
    margin-left: 25px !important;
  }
  .mr-25-sp {
    margin-right: 25px !important;
  }
  .mt-30-sp {
    margin-top: 30px !important;
  }
  .mb-30-sp {
    margin-bottom: 30px !important;
  }
  .ml-30-sp {
    margin-left: 30px !important;
  }
  .mr-30-sp {
    margin-right: 30px !important;
  }
  .mt-35-sp {
    margin-top: 35px !important;
  }
  .mb-35-sp {
    margin-bottom: 35px !important;
  }
  .ml-35-sp {
    margin-left: 35px !important;
  }
  .mr-35-sp {
    margin-right: 35px !important;
  }
  .mt-40-sp {
    margin-top: 40px !important;
  }
  .mb-40-sp {
    margin-bottom: 40px !important;
  }
  .ml-40-sp {
    margin-left: 40px !important;
  }
  .mr-40-sp {
    margin-right: 40px !important;
  }
  .mt-45-sp {
    margin-top: 45px !important;
  }
  .mb-45-sp {
    margin-bottom: 45px !important;
  }
  .ml-45-sp {
    margin-left: 45px !important;
  }
  .mr-45-sp {
    margin-right: 45px !important;
  }
  .mt-50-sp {
    margin-top: 50px !important;
  }
  .mb-50-sp {
    margin-bottom: 50px !important;
  }
  .ml-50-sp {
    margin-left: 50px !important;
  }
  .mr-50-sp {
    margin-right: 50px !important;
  }
  .pt-0-sp {
    padding-top: 0px !important;
  }
  .pb-0-sp {
    padding-bottom: 0px !important;
  }
  .pl-0-sp {
    padding-left: 0px !important;
  }
  .pr-0-sp {
    padding-right: 0px !important;
  }
  .pt-5-sp {
    padding-top: 5px !important;
  }
  .pb-5-sp {
    padding-bottom: 5px !important;
  }
  .pl-5-sp {
    padding-left: 5px !important;
  }
  .pr-5-sp {
    padding-right: 5px !important;
  }
  .pt-10-sp {
    padding-top: 10px !important;
  }
  .pb-10-sp {
    padding-bottom: 10px !important;
  }
  .pl-10-sp {
    padding-left: 10px !important;
  }
  .pr-10-sp {
    padding-right: 10px !important;
  }
  .pt-15-sp {
    padding-top: 15px !important;
  }
  .pb-15-sp {
    padding-bottom: 15px !important;
  }
  .pl-15-sp {
    padding-left: 15px !important;
  }
  .pr-15-sp {
    padding-right: 15px !important;
  }
  .pt-20-sp {
    padding-top: 20px !important;
  }
  .pb-20-sp {
    padding-bottom: 20px !important;
  }
  .pl-20-sp {
    padding-left: 20px !important;
  }
  .pr-20-sp {
    padding-right: 20px !important;
  }
  .pt-25-sp {
    padding-top: 25px !important;
  }
  .pb-25-sp {
    padding-bottom: 25px !important;
  }
  .pl-25-sp {
    padding-left: 25px !important;
  }
  .pr-25-sp {
    padding-right: 25px !important;
  }
  .pt-30-sp {
    padding-top: 30px !important;
  }
  .pb-30-sp {
    padding-bottom: 30px !important;
  }
  .pl-30-sp {
    padding-left: 30px !important;
  }
  .pr-30-sp {
    padding-right: 30px !important;
  }
  .pt-35-sp {
    padding-top: 35px !important;
  }
  .pb-35-sp {
    padding-bottom: 35px !important;
  }
  .pl-35-sp {
    padding-left: 35px !important;
  }
  .pr-35-sp {
    padding-right: 35px !important;
  }
  .pt-40-sp {
    padding-top: 40px !important;
  }
  .pb-40-sp {
    padding-bottom: 40px !important;
  }
  .pl-40-sp {
    padding-left: 40px !important;
  }
  .pr-40-sp {
    padding-right: 40px !important;
  }
  .pt-45-sp {
    padding-top: 45px !important;
  }
  .pb-45-sp {
    padding-bottom: 45px !important;
  }
  .pl-45-sp {
    padding-left: 45px !important;
  }
  .pr-45-sp {
    padding-right: 45px !important;
  }
  .pt-50-sp {
    padding-top: 50px !important;
  }
  .pb-50-sp {
    padding-bottom: 50px !important;
  }
  .pl-50-sp {
    padding-left: 50px !important;
  }
  .pr-50-sp {
    padding-right: 50px !important;
  }
  .pt-55-sp {
    padding-top: 55px !important;
  }
  .pb-55-sp {
    padding-bottom: 55px !important;
  }
  .pl-55-sp {
    padding-left: 55px !important;
  }
  .pr-55-sp {
    padding-right: 55px !important;
  }
  .pt-60-sp {
    padding-top: 60px !important;
  }
  .pb-60-sp {
    padding-bottom: 60px !important;
  }
  .pl-60-sp {
    padding-left: 60px !important;
  }
  .pr-60-sp {
    padding-right: 60px !important;
  }
  .pt-65-sp {
    padding-top: 65px !important;
  }
  .pb-65-sp {
    padding-bottom: 65px !important;
  }
  .pl-65-sp {
    padding-left: 65px !important;
  }
  .pr-65-sp {
    padding-right: 65px !important;
  }
  .pt-70-sp {
    padding-top: 70px !important;
  }
  .pb-70-sp {
    padding-bottom: 70px !important;
  }
  .pl-70-sp {
    padding-left: 70px !important;
  }
  .pr-70-sp {
    padding-right: 70px !important;
  }
  .pt-75-sp {
    padding-top: 75px !important;
  }
  .pb-75-sp {
    padding-bottom: 75px !important;
  }
  .pl-75-sp {
    padding-left: 75px !important;
  }
  .pr-75-sp {
    padding-right: 75px !important;
  }
  .pt-80-sp {
    padding-top: 80px !important;
  }
  .pb-80-sp {
    padding-bottom: 80px !important;
  }
  .pl-80-sp {
    padding-left: 80px !important;
  }
  .pr-80-sp {
    padding-right: 80px !important;
  }
  .pt-85-sp {
    padding-top: 85px !important;
  }
  .pb-85-sp {
    padding-bottom: 85px !important;
  }
  .pl-85-sp {
    padding-left: 85px !important;
  }
  .pr-85-sp {
    padding-right: 85px !important;
  }
  .pt-90-sp {
    padding-top: 90px !important;
  }
  .pb-90-sp {
    padding-bottom: 90px !important;
  }
  .pl-90-sp {
    padding-left: 90px !important;
  }
  .pr-90-sp {
    padding-right: 90px !important;
  }
  .pt-95-sp {
    padding-top: 95px !important;
  }
  .pb-95-sp {
    padding-bottom: 95px !important;
  }
  .pl-95-sp {
    padding-left: 95px !important;
  }
  .pr-95-sp {
    padding-right: 95px !important;
  }
  .pt-100-sp {
    padding-top: 100px !important;
  }
  .pb-100-sp {
    padding-bottom: 100px !important;
  }
  .pl-100-sp {
    padding-left: 100px !important;
  }
  .pr-100-sp {
    padding-right: 100px !important;
  }
  .text-center-sp {
    text-align: center !important;
  }
  .text-left-sp {
    text-align: left !important;
  }
  .text-right-sp {
    text-align: right !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /* width(px) 5-150 */
  .w-5-sp {
    width: 5px !important;
  }
  .w-10-sp {
    width: 10px !important;
  }
  .w-15-sp {
    width: 15px !important;
  }
  .w-20-sp {
    width: 20px !important;
  }
  .w-25-sp {
    width: 25px !important;
  }
  .w-30-sp {
    width: 30px !important;
  }
  .w-35-sp {
    width: 35px !important;
  }
  .w-40-sp {
    width: 40px !important;
  }
  .w-45-sp {
    width: 45px !important;
  }
  .w-50-sp {
    width: 50px !important;
  }
  .w-55-sp {
    width: 55px !important;
  }
  .w-60-sp {
    width: 60px !important;
  }
  .w-65-sp {
    width: 65px !important;
  }
  .w-70-sp {
    width: 70px !important;
  }
  .w-75-sp {
    width: 75px !important;
  }
  .w-80-sp {
    width: 80px !important;
  }
  .w-85-sp {
    width: 85px !important;
  }
  .w-90-sp {
    width: 90px !important;
  }
  .w-95-sp {
    width: 95px !important;
  }
  .w-100-sp {
    width: 100px !important;
  }
  .w-105-sp {
    width: 105px !important;
  }
  .w-110-sp {
    width: 110px !important;
  }
  .w-115-sp {
    width: 115px !important;
  }
  .w-120-sp {
    width: 120px !important;
  }
  .w-125-sp {
    width: 125px !important;
  }
  .w-130-sp {
    width: 130px !important;
  }
  .w-135-sp {
    width: 135px !important;
  }
  .w-140-sp {
    width: 140px !important;
  }
  .w-145-sp {
    width: 145px !important;
  }
  .w-150-sp {
    width: 150px !important;
  }
  /* width(%) 5-100 */
  .w-5per-sp {
    width: 5% !important;
  }
  .w-10per-sp {
    width: 10% !important;
  }
  .w-15per-sp {
    width: 15% !important;
  }
  .w-20per-sp {
    width: 20% !important;
  }
  .w-25per-sp {
    width: 25% !important;
  }
  .w-30per-sp {
    width: 30% !important;
  }
  .w-35per-sp {
    width: 35% !important;
  }
  .w-40per-sp {
    width: 40% !important;
  }
  .w-45per-sp {
    width: 45% !important;
  }
  .w-50per-sp {
    width: 50% !important;
  }
  .w-55per-sp {
    width: 55% !important;
  }
  .w-60per-sp {
    width: 60% !important;
  }
  .w-65per-sp {
    width: 65% !important;
  }
  .w-70per-sp {
    width: 70% !important;
  }
  .w-75per-sp {
    width: 75% !important;
  }
  .w-80per-sp {
    width: 80% !important;
  }
  .w-85per-sp {
    width: 85% !important;
  }
  .w-90per-sp {
    width: 90% !important;
  }
  .w-95per-sp {
    width: 95% !important;
  }
  .w-100per-sp {
    width: 100% !important;
  }
  /* width(em) 5-10 */
  .w-1em-sp {
    width: 1em !important;
  }
  .w-2em-sp {
    width: 2em !important;
  }
  .w-3em-sp {
    width: 3em !important;
  }
  .w-4em-sp {
    width: 4em !important;
  }
  .w-5em-sp {
    width: 5em !important;
  }
  .w-6em-sp {
    width: 6em !important;
  }
  .w-7em-sp {
    width: 7em !important;
  }
  .w-8em-sp {
    width: 8em !important;
  }
  .w-9em-sp {
    width: 9em !important;
  }
  .w-10em-sp {
    width: 10em !important;
  }
}
@media print, screen and (min-width: 768px) {
  .wrapper {
    min-width: 1060px;
    margin: 0 auto;
    padding-top: 142px;
  }
  .header-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 26px 0;
  }
  .header-logo.-feitas {
    width: 186px;
  }
  .header-logo.-hisamitsu {
    width: 128px;
    margin-right: -8px;
  }
  .header-logo.-hisamitsu.-composite {
    width: 200px;
    margin: -26px 0;
  }
  .header-ham-icon {
    display: none;
  }
  .header-gnav {
    background-color: #000000;
  }
  .header-gnav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-gnav-menu > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 45px;
  }
  .header-gnav-menu > li:not(:first-child) {
    border-left: 2px solid #ffffff;
  }
  .header-gnav-menu > li > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 6px 5px 7px;
    background-color: #000000;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
  }
  .header-gnav-menu > li > a:hover, .header-gnav-menu > li.is-current a {
    background-color: #ae171f;
  }
  .header-gnav-menu > li.special-lp > a {
    -webkit-transition: background-position 0.15s ease-in-out;
    background-size: 160%;
    transition: background-position 0.15s ease-in-out;
  }
  .header-gnav-menu > li.special-lp > a:hover {
    background-position: 50%;
  }
  .footer-upper {
    padding: 55px 0 45px;
  }
  .footer-upper .footer-logo {
    display: inline-block;
    width: 247px;
  }
  .footer-upper .footer-social {
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer-upper .footer-social li {
    width: 45px;
  }
  .footer-upper .footer-social li a {
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
  .footer-upper .footer-social li a:hover {
    opacity: 0.8;
  }
  .footer-upper .footer-banner {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 58px;
  }
  .footer-upper .footer-banner li {
    width: 350px;
    margin-left: 20px;
  }
  .footer-upper .footer-banner li a {
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
  .footer-upper .footer-banner li a:hover {
    opacity: 0.8;
  }
  .footer-sitemap {
    margin-top: 60px;
  }
  .footer-sitemap-list:after {
    display: block;
    clear: both;
    content: "";
  }
  .footer-sitemap-item a:hover {
    text-decoration: underline;
  }
  .footer-sitemap-list.-first > .footer-sitemap-item + .footer-sitemap-item {
    margin-top: 28px;
  }
  .footer-sitemap-item.-product {
    width: 770px;
    float: left;
  }
  .footer-sitemap-item.-product ~ .footer-sitemap-item {
    margin-left: 770px;
  }
  .footer-sitemap-item.-product .footer-product-row {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 28px -18px -8px;
  }
  .footer-sitemap-item.-product .footer-product-col {
    padding: 8px 18px;
  }
  .footer-sitemap-item.-product .footer-product-category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .footer-sitemap-item.-product .footer-product-category:not(:last-child) {
    margin-bottom: 6px;
  }
  .footer-sitemap-item.-product .footer-product-category > img {
    width: 37px;
  }
  .footer-sitemap-item.-product .footer-product-category figcaption {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .footer-sitemap-item.-product .footer-product-category figcaption {
    margin-left: 5px;
  }
  .footer-lower .footer-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .footer-lower .footer-link-list {
    margin: 0 -1em;
  }
  .footer-lower .footer-link-list > li {
    margin: 0 01em;
    font-size: 1.5rem;
  }
  .footer-lower .footer-link-list > li a:hover {
    text-decoration: underline;
  }
  .footer-lower .footer-copy {
    font-size: 1.3rem;
  }
  .pagetop a {
    width: 77px;
  }
  .content {
    padding: 77px 0 110px;
  }
  .content-lead {
    letter-spacing: .05em;
  }
  .content-lead > p {
    font-size: 1.8rem;
  }
  .content-section + .content-section {
    margin-top: 90px;
  }
  .content-section[class*=bg-] {
    margin-top: 0;
    padding: 50px 0 110px;
  }
  .social-field {
    padding: 70px 0 85px;
  }
  .social-field-title {
    margin-bottom: 0.75em;
    font-size: 3.2rem;
  }
  .social-field-items li {
    width: 80px;
    margin: 0 20px;
  }
  .social-field-items li a {
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
  .social-field-items li a:hover {
    opacity: 0.8;
  }
  .heading-lv2 {
    margin-bottom: 40px;
    font-size: 4rem;
  }
  .heading-lv2.-lg {
    margin-bottom: 48px;
    font-size: 4.5rem;
    letter-spacing: -.05em;
    line-height: 1.33333;
  }
  .heading-lv2.-lg em {
    font-size: 5.4rem;
  }
  .heading-lv2.-border {
    font-size: 3rem;
  }
  .heading-lv2.-lead-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    padding-bottom: .35em;
    border-bottom: 5px solid #000000;
  }
  .heading-lv2.-lead-text .heading-lv2-primary {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 4rem;
  }
  .heading-lv2.-lead-text .heading-lv2-lead {
    margin-left: 1.25em;
    font-size: 2rem;
  }
  .heading-logo {
    margin-bottom: 50px;
  }
  .heading-logo:not(:first-child) {
    margin-top: 110px;
  }
  .heading-logo-main img {
    height: 54px;
  }
  .heading-logo.-dicsas .heading-logo-main img {
    height: 70px;
  }
  .heading-logo.-z .heading-logo-main img {
    height: 70px;
  }
  .heading-logo-label {
    padding: 4px 5px 3px;
    font-size: 1.7rem;
  }
  .heading-logo-category {
    width: 110px;
  }
  .button {
    padding: 0.7em 1.25em 0.65em 1em;
    font-size: 2.6rem;
    text-align: center;
  }
  .button.-sm {
    font-size: 1.8rem;
  }
  .button.-search:hover {
    background-color: #f1b205;
  }
  .button.-search .button-icon {
    padding-left: 48px;
  }
  .button.-search .button-icon::before {
    width: 28px;
    height: 28px;
  }
  .button.-search .button-icon::after {
    -webkit-transform: rotate(-45deg) translateY(15px);
    left: 15px;
    width: 4px;
    height: 8px;
    transform: rotate(-45deg) translateY(15px);
    border-width: 0 0 0 4px;
  }
  .button-block {
    margin-top: 40px;
    text-align: center;
  }
  .button-block .button.-lg {
    min-width: 484px;
  }
  .button-block .button.-sm {
    min-width: 262px;
  }
  .button-list > li + li {
    margin-top: 22px;
  }
  .definition-list:not(:first-child) {
    margin-top: 40px;
  }
  .definition-list-head {
    padding: 10px 13px;
    font-size: 1.8rem;
  }
  .definition-list-head:not(:first-child) {
    margin-top: 40px;
  }
  .definition-list-body {
    padding: 0 13px;
  }
  .banner-field {
    padding: 86px 0;
  }
  .banner-list a:hover {
    -webkit-transform: translateY(5px);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transform: translateY(5px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .box-caution {
    margin-top: 45px;
    padding: 30px 30px 35px;
  }
  .box + .box {
    margin-top: 35px;
  }
  .box-label {
    padding: 6px 9px 5px;
    font-size: 2.2rem;
  }
  .box-label.-text {
    padding: 8px 9px;
    font-size: 1.7rem;
    letter-spacing: .05em;
  }
  .box-fig-label {
    padding: 5px 12px;
  }
  .box-text {
    margin-top: 15px;
  }
  .fig-wrap {
    margin: 40px 0 55px;
  }
  .panel-box {
    max-width: 1467px;
    padding: 60px 0 90px;
  }
  .content-inner + .panel-box {
    margin-top: 80px;
  }
  .panel-box + .panel-box {
    margin-top: 40px;
  }
  .panel-box-heading {
    margin-bottom: 1.5em;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: .05em;
  }
  .panel-box-lead {
    font-size: 1.8rem;
    text-align: center;
  }
  .panel-box-fig:not(:first-child) {
    margin-top: 50px;
  }
  .panel-box-fig:not(:last-child) {
    margin-bottom: 60px;
  }
  .panel-link-body {
    padding: 30px 15px 15px;
  }
  .panel-link-body.-row {
    padding: 48px 12px 50px 24px;
  }
  .panel-link-body.-row .panel-link-fig {
    width: 182px;
    margin-right: 24px;
  }
  .panel-link-info {
    font-size: 1.7rem;
  }
  .panel-link-info-title {
    font-size: 3rem;
  }
  .panel-link-info-title span {
    font-size: 2.4rem;
  }
  .panel-link-foot {
    padding: 8px 30px;
  }
  .panel-link-foot.-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 14px 50px 14px 30px;
    font-size: 1.7rem;
  }
  .panel-link-foot.-row .panel-link-logo {
    margin-right: auto;
  }
  .panel-link-foot.-row .panel-link-logo > span {
    display: inline-block;
  }
  .panel-link-foot.-row .panel-link-logo > span ~ span {
    margin-left: 3px;
  }
  .panel-link-foot.-row .panel-link-logo > span img {
    height: 31px;
  }
  .panel-link-foot.-row .panel-link-logo .-dicsas img, .panel-link-foot.-row .panel-link-logo .-z img {
    height: 29px;
  }
  .anchor-link {
    padding: 75px 0 42px;
  }
  .anchor-link-inner {
    padding-bottom: 40px;
  }
  .anchor-link-inner::after {
    width: 40px;
    height: 15px;
  }
  .anchor-link-inner:hover::after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  .anchor-link-inner:hover::after {
    background-image: url(../images/icon_arrow_b_blue.png);
  }
  .anchor-link-item.-product .anchor-link-product-logo img {
    height: 26px;
  }
  .anchor-link-item.-product .anchor-link-product-logo.-dicsas img {
    height: 33px;
  }
  .anchor-link-item.-product .anchor-link-product-logo.-z img {
    height: 35px;
  }
  .faq-balloon {
    display: inline-block;
    border-radius: 14px;
  }
  .faq-balloon::before {
    top: 55px;
    left: -8px;
  }
  .faq-balloon.-reverse::before {
    right: -8px;
  }
  .faq-balloon-inner {
    padding: 30px 23px 30px 68px;
    border-radius: 14px;
    font-size: 2.2rem;
  }
  .faq-balloon-inner::before {
    top: 30px;
    left: 20px;
    width: 36px;
    height: 36px;
    background-size: 17px auto;
    content: "";
  }
  .faq-balloon-group + .faq-balloon-group {
    margin-top: 60px;
  }
  .table th, .table td {
    padding: 21px;
  }
  .top-content-primary {
    padding: 70px 0 100px;
  }
  .top-content-primary .top-content-heading {
    margin-bottom: 50px;
    font-size: 4rem;
  }
  .top-content-primary .top-content-heading em {
    font-size: 5rem;
  }
  .top-content-primary .top-content-heading.-lg {
    font-size: 4.5rem;
  }
  .top-content-primary .top-content-heading.-lg em {
    font-size: 6rem;
  }
  .top-content-secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    flex-direction: column;
    height: 550px;
    padding: 54px 32px 60px;
  }
  .top-content-secondary::before {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
  }
  .top-content-secondary.-left::before {
    right: 0;
  }
  .top-content-secondary.-right::before {
    left: 0;
  }
  .top-content-secondary-heading {
    margin-bottom: 5px;
  }
  .top-content-secondary-lead {
    font-size: 1.8rem;
  }
  .top-content-secondary-body .voice-box {
    width: 285px;
    margin-right: -17px;
    padding: 0 17px 60px 0;
  }
  .top-content-secondary-body .voice-box-balloon {
    font-size: 1.5rem;
  }
  .top-content-secondary-body .voice-box-balloon::before {
    right: 73px;
    bottom: -20px;
  }
  .top-content-secondary-body .voice-box-balloon-label {
    font-size: 1.8rem;
  }
  .top-content-secondary-body .voice-box-icon {
    width: 80px;
  }
  .top-content-secondary-body .faq-balloon-block {
    width: 412px;
  }
  .top-content-secondary:nth-child(1)::before {
    margin-top: 54px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    /* 2カラム用 */
    /* margin-bottom: 60px; */
  }
  .top-content-secondary:nth-child(2)::before {
    margin-top: 54px;
    border-bottom: 1px solid #ffffff;
  }
  /* .top-content-secondary:nth-child(3)::before {
    top: -1px;
    margin-bottom: 60px;
    border-top: 1px solid #ffffff;
  }
  .top-content-secondary:nth-child(4)::before {
    left: -1px;
    margin-bottom: 60px;
    border-left: 1px solid #ffffff;
  } */
  .top-effect .top-content-heading {
    margin: 0 0 40px -5px;
  }
  .top-effect-product {
    position: relative;
    margin-bottom: 66px;
    padding-right: 453px;
  }
  .top-effect-product:after {
    display: block;
    clear: both;
    content: "";
  }
  .top-effect-product-fig {
    z-index: -1;
    position: absolute;
    top: 4px;
    right: 105px;
  }
  .top-effect-product .button-list {
    width: 490px;
  }
  .top-effect-panel {
    padding: 45px 10px;
  }
  .top-effect-panel-title {
    font-size: 2.4rem;
    letter-spacing: -.03em;
    line-height: 1.7;
  }
  .top-effect-panel-title em {
    font-size: 3rem;
  }
  .top-effect-panel-title em .sup-top {
    right: 1em;
    line-height: 1;
  }
  .top-effect-panel-icon {
    width: 89px;
    height: 89px;
    margin: 35px 15px 0 20px;
  }
  .top-quality .top-content-heading {
    margin-bottom: 38px;
  }
  .top-quality .top-content-heading-logo {
    width: 255px;
    vertical-align: top;
  }
  .top-search {
    padding-top: 66px;
  }
  .top-search-header {
    margin-bottom: -70px;
  }
  /* .top-search-header .content-inner {
    padding-right: 527px;
  } */
  .top-search-products {
    max-width: 613px;
    margin: 0 auto;
  }
  .top-search-pict {
    z-index: -1;
    right: -162px;
    bottom: -30px;
  }
  .search-button {
    font-size: 1.8rem;
  }
  .search-button:hover {
    -webkit-box-shadow: none;
    padding: 14px 24px 13px;
    border: 2px solid #fe7b24;
    background: #fe7b24;
    box-shadow: none;
    color: #ffffff;
  }
  .search-button.is-active:hover {
    padding-right: 13px;
    padding-left: 13px;
  }
  .search-button-list {
    margin: -7px;
  }
  .search-button-list li {
    margin: 7px;
  }
  .search-card + .search-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 14px;
  }
  .search-card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-card-item {
    padding: 20px;
  }
  .search-card-item.-primary {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 128px;
  }
  .search-card-item.-secondary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 30px;
    padding-left: 30px;
  }
  .search-clear-button {
    margin: 17px 0;
    padding: 17px 20px 17px 60px;
    font-size: 2rem;
  }
  .search-clear-button::before, .search-clear-button::after {
    left: 16px;
    width: 29px;
  }
  .search-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 26px;
  }
  .search-table-head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 165px;
    margin-right: 18px;
    padding-top: .75em;
  }
  .search-table-title {
    font-size: 2rem;
  }
  .search-table-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .search-table-body.-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.search .result-content > .content-inner {
    margin-top: -90px;
  }
  body.search .result-content .result-section {
    margin-top: 90px;
  }
  .product-detail-box {
    padding: 90px 0 100px;
  }
  .product-detail-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
  }
  .product-detail-heading-primary {
    font-size: 3.5rem;
  }
  .product-detail-heading-label {
    margin-left: auto;
  }
  .product-detail-heading-label > span {
    width: 92px;
    margin-left: 8px;
  }
  .product-detail-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
  }
  .product-detail-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 50px;
  }
  .product-detail-col.-fig {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 45.09804%;
  }
  .product-detail-col.-info {
    padding-top: 15px;
  }
  .product-detail-col.-info .table {
    margin-top: 75px;
  }
  .product-detail-col.-info .table-body th {
    width: 115px;
  }
  .product-detail-lead {
    font-size: 2.8rem;
  }
  .product-detail-list > li {
    font-size: 1.8rem;
  }
  .product-detail-list > li::before {
    width: 0.88889em;
    height: 0.88889em;
  }
  .product-detail-button {
    margin-top: 40px;
  }
  .product-detail-button .button {
    font-size: 2.3rem;
  }
  .movie-box {
    width: 862px;
  }
  .movie-box:last-child {
    margin-bottom: 110px;
  }
  .movie-box + .movie-box {
    margin-top: 70px;
  }
  .movie-box-title {
    padding: 22px;
    font-size: 2.4rem;
  }
  .movie-box-icon-play {
    padding-left: 65px;
  }
  .movie-box-icon-play::before {
    width: 45px;
    height: 45px;
  }
  .movie-box-icon-play::after {
    left: 18px;
    border-width: 8px 0 8px 14px;
  }
  .profile-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: bottom;
    -ms-flex-align: bottom;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: bottom;
    justify-content: center;
  }
  .profile-box-info, .profile-box-fig {
    margin: 0 20px;
  }
  .profile-box-fig {
    width: 44%;
  }
  .profile-box-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 56%;
    font-size: 2.2rem;
    font-weight: 500;
  }
  .profile-box-info > *:first-child {
    margin-top: auto;
  }
  .profile-box-info-name {
    font-size: 4.0rem !important;
    font-weight: 500;
  }
  .profile-box:nth-child(2n-1) p {
    text-align: right;
  }
  .profile-box:nth-child(2n-1) .profile-box-info {
    margin-left: 0;
  }
  .profile-box:nth-child(2n-1) .profile-box-fig {
    margin-left: 0;
  }
  .profile-box:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .profile-box:nth-child(2n) .profile-box-info {
    margin-right: 0;
  }
  .profile-box:nth-child(2n) .profile-box-fig {
    margin-right: 0;
  }
  .profile {
    margin-top: 105px;
  }
  .present-box-sp-area {
    margin-top: 85px;
    padding: 68px 0 62px;
    background-color: rgba(0, 0, 0, 0.42);
  }
  .present-box-thumb {
    width: 874px;
  }
  .present-box-button-list li + li {
    margin-top: 20px;
  }
  .present-box.-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .present-box.-row .present-box-thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 223px;
    margin: 0 84px 0 0;
  }
  .present-box.-row .present-box-info {
    width: 490px;
  }
  .effect-step-list .effect-step-heading::before {
    width: 48px;
    height: 48px;
    font-size: 2.8rem;
  }
  .effect-step-list {
    margin-top: 54px;
  }
  .effect-step-list .effect-step-item + .effect-step-item {
    margin-top: 65px;
  }
  .effect-step-list .effect-step-heading {
    margin-bottom: 20px;
    padding: 5px 0 5px 60px;
  }
  .effect-step-list .effect-step-heading ~ * {
    margin-left: 50px;
  }
  .effect-step-list .effect-step-content {
    font-size: 1.8rem;
  }
  .effect-card {
    font-size: 2.4rem;
  }
  .effect-card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 5px;
    font-size: 2.6rem;
    line-height: 1.92308;
  }
  .news-address-box {
    max-width: 800px;
  }
  .news .text-link:hover {
    color: #005bbf;
  }
  .text-center-pc {
    text-align: center !important;
  }
  .text-left-pc {
    text-align: left !important;
  }
  .text-right-pc {
    text-align: right !important;
  }
}
@media print {
  /* Print
  -----------------------------------------------------------*/
  /*----- base style -----*/
  body {
    zoom: 65%;
  }
  sup, sub {
    zoom: 1;
  }
  /*----- Layout style -----*/
  .wrapper {
    padding-top: 0;
  }
  .header {
    position: static;
  }
  .header-gnav-menu > li > a {
    padding: 12px;
  }
  /*----- Mmodule style -----*/
  .no-print {
    display: none;
  }
  .hidden-print, .img-cover, .movie-box-thumb {
    visibility: hidden;
  }
}

/*# sourceMappingURL=common.css.map */
