<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.l-container {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.l-container--fat {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@font-face {
  font-family: "iconfont";
  src: url("/css/fonts/iconfont.ttf?z2x5l0") format("truetype"), url("/css/fonts/iconfont.woff?z2x5l0") format("woff"), url("/css/fonts/iconfont.svg?z2x5l0#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
/*  box-sizing: border-box;*/
  border-style: solid;
  border-width: 0;
}
#Contents *,.p-royaltyCase__otherContainer,
.p-royaltyRecommend__columns * {
	box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 &amp; IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input[type=password]::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  line-height: 1.4rem;
}

body {
  min-height: 100vh;
  font-size: 100%;
}

button:hover, button:active,
input:hover,
input:active,
a:hover,
a:active {
  outline: none;
}

img {
  max-width: 100%;
}

.l-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

.l-main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding-bottom: 20px;
  overflow: hidden;
}

.l-footer {
  margin-top: 60px;
  flex: 0 0 auto;
}

.c-modal {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s 240ms;
}
.c-modal.c-modal--show {
  visibility: visible;
  transition: visibility 0s;
}
.c-modal__inner {
  padding: 40px 5% 0;
  max-width: 1200px;
  width: 90%;
  max-height: 90%;
  background: #fff;
  box-shadow: 0 -2px 14px 2px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translateY(-100px);
  overflow-y: auto;
  transition: 240ms ease-out;
  transition-property: opacity, transform;
}
.c-modal__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
}
.c-modal.c-modal--show .c-modal__inner {
  opacity: 1;
  transform: translateY(0);
  transition: 240ms ease-in;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  overflow-y: auto;
  transition: opacity 240ms ease-out;
}
.c-modal.c-modal--show .c-modal__overlay {
  opacity: 1;
  transition: opacity 240ms ease-in;
}

.c-modal__header {
  position: relative;
  margin-bottom: 10px;
}
.c-modal__headerTitle {
  margin-bottom: 0;
  font-size: 130%;
  font-weight: bold;
}
.c-modal__headerClose {
  position: absolute;
  top: -30px;
  right: -6%;
  padding: 8px;
  font-size: 0;
}

.c-title.-circle {
  display: flex;
  font-size: 180%;
  font-weight: normal;
  align-items: center;
  justify-content: center;
}
.c-title.-circle span {
  display: block;
  margin-top: -4px;
  margin-right: 12px;
  width: 28px;
  height: 28px;
}
.c-title.-circle span img {
  display: block;
  width: 100%;
}

.c-title.-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 225%;
  line-height: 1;
  text-align: center;
}

.c-anchor {
  position: relative;
  display: block;
  padding-left: 13px;
  font-size: 87.5%;
}
.c-anchor::before {
  position: absolute;
  display: block;
  top: calc(50% - 1px);
  left: 0px;
  transform: translateY(-50%);
  width: 8.5px;
  height: 5.5px;
  content: url('data:image/svg+xml;utf-8,&lt;svg fill="%23e60027" xmlns="http://www.w3.org/2000/svg"&gt;&lt;g id="レイヤー_2" data-name="レイヤー 2"&gt;&lt;g id="レイヤー_1-2" data-name="レイヤー 1"&gt;&lt;path id="パス_2494" data-name="パス 2494" class="cls-1" d="M4,5a.72.72,0,0,1-.53-.23L.18,1.13a.66.66,0,0,1,0-.94l0,0a.73.73,0,0,1,1,.06L4,3.28l2.73-3a.72.72,0,0,1,1-.07.66.66,0,0,1,.09.94l0,0L4.57,4.77A.72.72,0,0,1,4,5Z"/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;');
  overflow: hidden;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  transition: all 0.2s;
}
.c-button__buttonIcon {
  display: inline-block;
  line-height: 0;
  overflow: hidden;
  transition: all 0.2s;
}

.c-button:link:hover {
  text-decoration: none;
}

.c-button.-contactForm:link {
  max-width: 297px;
  height: 60px;
}
.c-button.-contactForm:link .c-button__buttonIcon.-mail {
  margin-right: 16px;
}
.c-button.-contactForm:link .c-button__buttonIcon.-arrow {
  margin-left: 19px;
}

.c-button.-contactExplain:link {
  max-width: 335px;
  height: 60px;
}
.c-button.-contactExplain:link .c-button__buttonIcon.-mail {
  margin-right: 12px;
}

.c-button.-arrow:link {
  max-width: 330px;
  height: 60px;
  position: relative;
}
.c-button.-arrow:link .c-button__buttonIcon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.c-moreLink {
  position: relative;
  padding-right: 28px;
  font-size: 87.5%;
}
.c-moreLink::after {
  content: url('data:image/svg+xml;utf-8,&lt;svg fill="%2306417E" xmlns="http://www.w3.org/2000/svg"&gt;&lt;g id="レイヤー_2" data-name="レイヤー 2"&gt;&lt;g id="レイヤー_1-2" data-name="レイヤー 1"&gt;&lt;path id="パス_2494" data-name="パス 2494" class="cls-1" d="M8056.923-2454.466h-18.947a.514.514,0,0,1-.526-.5.514.514,0,0,1,.526-.5h17.061l-5.345-3.072a.486.486,0,0,1-.178-.687.542.542,0,0,1,.723-.169l6.959,4a.489.489,0,0,1,.234.562A.523.523,0,0,1,8056.923-2454.466Z" transform="translate(-8037.449 2459.466)"/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 5px;
  overflow: hidden;
}

.c-contact {
  background: linear-gradient(to right, #B90000, #9A0000);
  padding: 30px 0px 24px;
}
.c-contact__titleNote {
  font-size: 90%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.c-contact__title {
  width: 100%;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 160%;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}
.c-contact__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.c-contact__contact {
  width: 253px;
}
.c-contact__contactNumber {
  pointer-events: none;
}
.c-contact__contactNote {
  display: block;
  margin-top: -30px;
  color: #fff;
  font-size: 88%;
}
.c-contact__link:link {
  display: flex;
  align-items: center;
  margin-left: 26px;
  justify-content: space-between;
  color: #fff;
  width: 297px;
  height: 60px;
  text-align: center;
  border: 2px solid #fff;
  transition: all 0.2s;
}
.c-contact__link:visited {
  color: #fff;
  border: 2px solid #fff;
}
.c-contact__linkIcon {
  display: inline-block;
  line-height: 0;
  fill: #fff;
  overflow: hidden;
  transition: all 0.2s;
}
.c-contact__linkIcon.--mail {
  margin-left: 24px;
}
.c-contact__linkIcon.--arrow {
  margin-right: 24px;
}
.c-contact__link:hover {
  cursor: pointer;
  background: #fff;
  border-color: #fff;
  color: #950315;
  text-decoration: none;
}
.c-contact__link:hover .c-contact__linkIcon {
  fill: #950315;
}
.c-contact__attention {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 88%;
  margin-top: 6px;
}

.c-pageAttention__text {
  display: block;
  margin: 10px 0px;
}

.p-royaltyPageTitle {
  background-color: #740607;
  background-image: url("/-/media/sp/retail/image/retail_solution_royalty/img_pageTitle_background.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.p-royaltyPageTitle__text {
  line-height: 82px;
  color: #FFFFFF;
  font-size: 180%;
  font-weight: bold;
}

.p-royaltyHero {
  height: 390px;
  background-image: url("/-/media/sp/retail/image/retail_solution_royalty/img_hero_pc.png");
  background-size: cover;
  background-position: top right;
}
.p-royaltyHero__container {
  padding-top: 88px;
}
.p-royaltyHero__title {
  font-size: 250%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.p-royaltyHero__link:link {
  margin-top: 30px;
  background-color: #fff;
  border-color: #950315;
  color: #950315;
}
.p-royaltyHero__link:link .p-royaltyHero__linkIcon {
  fill: #950315;
}
.p-royaltyHero__link:visited {
  color: #950315;
  border: 2px solid #FFFFFF;
  border-color: #950315;
}
.p-royaltyHero__link:visited .p-royaltyHero__linkIcon {
  fill: #950315;
}
.p-royaltyHero__link:hover {
  cursor: pointer;
  background: linear-gradient(to right, #B90000, #9A0000);
  color: #FFFFFF;
  text-decoration: none;
}
.p-royaltyHero__link:hover .p-royaltyHero__linkIcon {
  fill: #FFFFFF;
}

.p-royaltyPageLink {
  background-color: #F6F6F6;
  padding: 21px 0px;
}
.p-royaltyPageLink__linkList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -30px;
}
.p-royaltyPageLink__linkItem {
  margin-left: 30px;
}

.p-royaltyAbout {
  padding-top: 80px;
}
.p-royaltyAbout__title {
  text-align: center;
  color: #950315;
  font-size: 180%;
  font-weight: bold;
}
.p-royaltyAbout__description {
  margin-top: 24px;
}

.p-royaltyFeature {
  padding-top: 100px;
  padding-bottom: 110px;
  background-color: rgba(184, 0, 0, 0.05);
}
.p-royaltyFeature__details {
  margin-top: 80px;
}
.p-royaltyFeature__detail {
  counter-increment: case;
  display: flex;
  padding: 60px 40px 70px 44px;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.p-royaltyFeature__detail + .p-royaltyFeature__detail {
  margin-top: 40px;
}
.p-royaltyFeature__detailContent {
  width: calc(100% - 50% - 4%);
}
.p-royaltyFeature__detailTitle {
  position: relative;
  font-size: 180%;
  color: #950315;
  font-weight: bold;
}
.p-royaltyFeature__detailTitle::before {
  display: block;
  content: "0" counter(case);
  font-size: 50%;
  line-height: 1.5;
  color: #950315;
  margin-bottom: 12px;
}
.p-royaltyFeature__detailTitle::after {
  position: absolute;
  content: "0" counter(case);
  color: transparent;
  font-size: 50%;
  line-height: 1.5;
  top: 0;
  left: 0;
  border-bottom: 2px solid #950315;
}
.p-royaltyFeature__detailInner {
  margin-top: 30px;
}
.p-royaltyFeature__detailText {
  font-size: 87.5%;
}
.p-royaltyFeature__detailText em {
  font-weight: bold;
  color: #950315;
}
.p-royaltyFeature__detailLink {
  margin-top: 20px;
}
.p-royaltyFeature__detailText + .p-royaltyFeature__detailText {
  margin-top: 20px;
}
.p-royaltyFeature__detailFigure {
  position: relative;
  width: 50%;
}
.p-royaltyFeature__detailFigure img {
  width: 100%;
  height: auto;
}
.p-royaltyFeature__detailFigcaption {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  padding-bottom: 6px;
  font-size: 87.5%;
}
.p-royaltyFeature__detailFigcaption::before {
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  background-color: #E1F2F8;
  margin-right: 10px;
}
.p-royaltyFeature__detailExpanding {
  position: absolute;
  right: 0;
  display: block;
  text-align: right;
  margin-top: 10px;
  line-height: 1;
  font-size: 90%;
}
.p-royaltyFeature__detailExpanding span {
  margin-right: 8px;
}

.p-royaltyFeatureModal__figure {
  position: relative;
}
.p-royaltyFeatureModal__figcaption {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  padding-bottom: 6px;
}
.p-royaltyFeatureModal__figcaption::before {
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  background-color: #E1F2F8;
  margin-right: 10px;
}

.p-royaltyService {
  padding-top: 94px;
  padding-bottom: 85px;
}
.p-royaltyService__leadText {
  text-align: center;
  margin-top: 20px;
}
.p-royaltyService__cardsContainer {
  margin-top: 52px;
}
.p-royaltyService__cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -32px;
}
.p-royaltyService__card:hover, .p-royaltyService__card:hover * {
  text-decoration: none;
}
.p-royaltyService__card:hover .p-conceptRelation__cardLink {
  text-decoration: underline;
}
.p-royaltyService__card {
  max-width: 300px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-top: 30px;
  margin-left: 32px;
  transition: box-shadow 0.2s;
}
.p-royaltyService__card:hover {
  box-shadow: none;
}
.p-royaltyService__cardInner {
  padding: 16px 20px;
}
.p-royaltyService__cardTitle {
  font-size: 130%;
  color: #333333 !important;
  font-weight: bold;
  line-height: 130%;
}
.p-royaltyService__cardTags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  font-size: 75%;
}
.p-royaltyService__cardTag {
  padding: 7px 12px;
  margin-top: 5px;
  margin-left: 10px;
  background-color: #EFEFEF;
  border-radius: 2px;
  color: #333333 !important;
}
.p-royaltyService__card.p-royaltyService__card--preparation {
  box-shadow: none;
  border: 1px solid #EDEDED;
}
.p-royaltyService__card.p-royaltyService__card--preparation .p-royaltyService__cardTitle {
  opacity: 60%;
}

.p-royaltySolving {
  padding-top: 90px;
  padding-bottom: 100px;
}
.p-royaltySolving__title em {
  display: inline-block;
  color: #950315;
  line-height: 1;
}
.p-royaltySolving__list {
  margin-top: 82.5px;
}
.p-royaltySolving__complement {
  margin-top: 30px;
}

.p-royaltySolvingList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -50px;
  margin-left: -30px;
}
.p-royaltySolvingList__item {
  width: 100%;
  max-width: 380px;
  background-color: #F6F6F6;
  padding: 0px 0px 38px;
  margin-top: 50px;
  margin-left: 30px;
}
.p-royaltySolvingList__title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -22.5px;
  padding: 11px 14px 5px;
  background: linear-gradient(to right, #B90000, #9A0000);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 112%;
  text-align: center;
  width: 100%;
  max-width: 300px;
}
.p-royaltySolvingList__title::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 17px;
  height: 10px;
  background: linear-gradient(to right, #B90000, #9A0000);
  -webkit-clip-path: polygon(0% 0, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0, 100% 0%, 50% 100%);
}
.p-royaltySolvingList__title em {
  font-size: 133%;
}
.p-royaltySolvingList__img {
  margin-top: 20px;
  padding: 0px 35px;
}
.p-royaltySolvingList__worriesList {
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 37px;
}
.p-royaltySolvingList__worriesItem {
  display: flex;
  position: relative;
  padding: 12px 20px 12px 32px;
  min-height: 90px;
  align-items: center;
  background-color: #FFFFFF;
}
.p-royaltySolvingList__worriesItem + .p-royaltySolvingList__worriesItem {
  margin-top: 10px;
}
.p-royaltySolvingList__worriesIcon {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.p-royaltySolvingList__worriesText {
  line-height: 130%;
}

.p-royaltyCase {
  background-color: #F6F6F6;
  padding-top: 94px;
  padding-bottom: 96px;
}
.p-royaltyCase__leadText {
  text-align: center;
  margin-top: 20px;
}
.p-royaltyCase__caseContainer {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 389px;
  grid-template-rows: auto 1fr;
  grid-template-areas: "a b" "c b";
}
.p-royaltyCase__caseContent {
  grid-area: a;
  margin-top: 64px;
  padding-right: 10px;
}
.p-royaltyCase__caseTitle {
  font-size: 180%;
  font-weight: normal;
}
.p-royaltyCase__caseDescription {
  margin-top: 40px;
}
.p-royaltyCase__caseImg {
  grid-area: b;
}
.p-royaltyCase__caseLink:link {
  grid-area: c;
  margin-top: 60px;
  border-color: #950315;
  background-color: #FFFFFF;
  color: #950315;
}
.p-royaltyCase__caseLink:link svg {
  fill: #950315;
}
.p-royaltyCase__caseLink:visited {
  border-color: #950315;
  background-color: #FFFFFF;
  color: #950315;
}
.p-royaltyCase__caseLink:visited svg {
  fill: #950315;
}
.p-royaltyCase__caseLink:hover {
  background: linear-gradient(to right, #B90000, #9A0000);
  color: #FFFFFF;
}
.p-royaltyCase__caseLink:hover svg {
  fill: #FFFFFF;
}
.p-royaltyCase__otherContainer {
  padding: 40px 40px 21px 40px;
  background-color: #FFFFFF;
}
.p-royaltyCase__otherText {
  text-align: center;
  font-weight: bold;
}
.p-royaltyCase__otherListContainer {
  margin-top: 12px;
}
.p-royaltyCase__otherList {
  display: flex;
  margin-left: -20px;
  justify-content: center;
}
.p-royaltyCase__otherItem {
  width: 110px;
  text-align: center;
  margin-left: 20px;
}
.p-royaltyCase__otherCaption {
  margin-top: 12px;
  font-size: 75%;
  font-weight: bold;
}
.p-royaltyCase__otherCaptionNote {
  font-size: 83%;
  font-weight: normal;
}
.p-royaltyCase__otherNote {
  margin-top: 18px;
  font-size: 75%;
  text-align: center;
}
.p-royaltyCase__otherNote::before {
  content: "(※)";
}

.p-royaltyRecommend {
  padding-top: 94px;
  padding-bottom: 100px;
}
.p-royaltyRecommend__columns {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.p-royaltyRecommend__column + .p-royaltyRecommend__column {
  margin-left: 20px;
}
.p-royaltyRecommend__column:hover, .p-royaltyRecommend__column:hover * {
  text-decoration: none;
}
.p-royaltyRecommend__column:hover .p-royaltyRecommend__link {
  text-decoration: underline;
}
.p-royaltyRecommend__column {
  width: calc(50% - (20px / 2));
  padding: 30px 30px 26px 30px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all 0.2s;
}
.p-royaltyRecommend__column:hover {
  box-shadow: none;
}
.p-royaltyRecommend__inner {
  flex-grow: 1;
}
.p-royaltyRecommend__title {
  color: #750607 !important;
  font-size: 113%;
  padding-bottom: 6px;
  border-bottom: 1px solid #E2E2E2;
  text-decoration: none;
}
.p-royaltyRecommend__detail {
  color: #000000 !important;
  margin-top: 20px;
}
.p-royaltyRecommend__link {
  display: block;
  margin-top: 10px;
  text-align: right;
}

.p-royaltyBanner {
  padding: 60px 0px;
  background-color: #F6F6F6;
}
.p-royaltyBanner__columns {
  display: flex;
  justify-content: center;
}
.p-royaltyBanner__column:hover {
  opacity: 0.7;
}
.p-royaltyBanner__column {
  max-width: 302px;
}

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

Name: retail_solution_royalty.css

Description: etail_solution_royalty CSS

Create: 2022
LastUpdate:

Copyright 2015 Hitachi Systems, Ltd.

***************************************************** */
h2 {
  background: none;
  padding: 0;
  margin: 0 !important;
}
h2 span {
  display: block;
  background: none;
  font-weight: normal;
  padding: 0;
  color: inherit;
  line-height: 150%;
  font-size: 100%;
}

h3 {
  padding: 0px;
  border: none;
  background-color: transparent;
}

main div, main dl, main dt, main dd, main ul, main ul li, main h1, main h2, main h3, main h4, main h5, main h6, main pre, main form, main fieldset, main input, main textarea, main p, main blockquote, main th, main td {
  line-height: 150%;
  color: #333333;
}

em {
  font-style: normal;
}

#Controler button.pagetop {
  background-image: url("/-/media/sp/retail/image/retail_solution_royalty/ico_pagetop.png");
  background-size: 68px;
}

#Controler button.pagetop:hover {
  background-image: url("/-/media/sp/retail/image/retail_solution_royalty/ico_pagetop.png");
  background-size: 68px;
}

#TB_closeWindow {
  height: auto !important;
}

@media screen and (min-width: 768px){
  .mobileBreak {
    display: none !important;
  }
}

@media screen and (max-width: 994px){
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-royaltyService__cardsContainer {
    margin-top: 32px;
  }
  .p-royaltyService__cards {
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
  }
  .p-royaltyService__cards .slick-prev, .p-royaltyService__cards .slick-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 58px;
    height: 58px;
    background-size: 100%;
  }
  .p-royaltyService__cards .slick-prev {
    left: calc(50% - (375px / 2) - 18px);
    background-image: url("/-/media/sp/retail/image/retail_solution_royalty/ico_slider_prev.png");
  }
  .p-royaltyService__cards .slick-next {
    right: calc(50% - (375px / 2) - 18px);
    background-image: url("/-/media/sp/retail/image/retail_solution_royalty/ico_slider_next.png");
  }
  .p-royaltyService__cards .slick-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .p-royaltyService__cards .slick-dots li {
    font-size: 0;
    width: 8px;
    height: 8px;
    background-color: #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
  }
  .p-royaltyService__cards .slick-dots li + li {
    margin-left: 10px;
  }
  .p-royaltyService__cards .slick-dots li.slick-active {
    background-color: #960315;
  }
  .p-royaltyService__cards .slick-track {
    display: flex;
  }
  .p-royaltyService__cards .slick-slide {
    height: auto !important;
  }
  .p-royaltyService__cards .slick-prev {
    left: calc(50% - (375px / 2));
    top: calc(50% - 14px);
  }
  .p-royaltyService__cards .slick-next {
    right: calc(50% - (375px / 2));
    top: calc(50% - 14px);
  }
  .p-royaltyService__card {
    margin: 6px;
  }
}

@media screen and (max-width: 994px) and (max-width: 374px){
  .p-royaltyService__cards .slick-prev {
    left: -2px;
  }
  .p-royaltyService__cards .slick-next {
    right: -2px;
  }
}

@media screen and (max-width: 767px){
  .pcBreak {
    display: none !important;
  }
  .l-content {
    padding-top: 60px;
  }
  .c-modal__inner {
    padding: 30px 18px 18px;
  }
  .c-modal__headerTitle {
    font-size: 100%;
  }
  .c-modal__headerClose {
    top: -15px;
    right: 0px;
  }
  .c-title.-circle {
    font-size: 140%;
  }
  .c-title.-circle span {
    width: 20px;
    height: 20px;
  }
  .c-title.-mincho {
    font-size: 160%;
  }
  .c-anchor {
    font-size: 80%;
  }
  .c-anchor::before {
    top: 50%;
  }
  .c-button.-arrow:link {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-contact__title {
    font-size: 140%;
  }
  .c-contact__contact {
    width: auto;
  }
  .c-contact__contactNumber {
    display: block;
    width: 232px;
    margin: auto;
    pointer-events: inherit;
  }
  .c-contact__link:link {
    margin-top: 16px;
    margin-left: 0;
    max-width: 345px;
    width: 100%;
    font-weight: bold;
  }
  .p-royaltyPageTitle {
    background-size: auto 100%;
  }
  .p-royaltyPageTitle__text {
    line-height: 56px;
    font-size: 100%;
  }
  .p-royaltyHero {
    position: relative;
    background-image: url("/-/media/sp/retail/image/retail_solution_royalty/img_hero_mobile.png");
    align-items: flex-start;
    height: 240px;
  }
  .p-royaltyHero__container {
    padding-top: 28px;
  }
  .p-royaltyHero__title {
    font-size: 160%;
  }
  .p-royaltyHero__link:link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    font-weight: bold;
  }
  .p-royaltyPageLink {
    margin-top: 60px;
  }
  .p-royaltyPageLink__linkList {
    justify-content: flex-start;
    margin-left: -15px;
    margin-top: -3px;
  }
  .p-royaltyPageLink__linkItem {
    margin-top: 3px;
    margin-left: 15px;
  }
  .p-royaltyAbout {
    padding-top: 36px;
  }
  .p-royaltyAbout__title {
    text-align: left;
    font-size: 140%;
    font-weight: bold;
    line-height: 150%;
  }
  .p-royaltyAbout__description {
    margin-top: 12px;
  }
  .p-royaltyFeature {
    padding-top: 64px;
    padding-bottom: 56px;
  }
  .p-royaltyFeature__details {
    margin-top: 40px;
  }
  .p-royaltyFeature__detail {
    flex-wrap: wrap;
    padding: 30px 24px 32px;
  }
  .p-royaltyFeature__detail + .p-royaltyFeature__detail {
    margin-top: 20px;
  }
  .p-royaltyFeature__detailContent {
    width: 100%;
  }
  .p-royaltyFeature__detailTitle {
    font-size: 120%;
  }
  .p-royaltyFeature__detailTitle::before {
    font-size: 72%;
  }
  .p-royaltyFeature__detailTitle::after {
    font-size: 75%;
  }
  .p-royaltyFeature__detailInner {
    margin-top: 16px;
  }
  .p-royaltyFeature__detailText {
    font-size: 100%;
  }
  .p-royaltyFeature__detailLink {
    font-size: 100%;
    margin-top: 10px;
  }
  .p-royaltyFeature__detailText + .p-royaltyFeature__detailText {
    margin-top: 10px;
  }
  .p-royaltyFeature__detailFigure {
    width: 100%;
    margin-top: 20px;
  }
  .p-royaltyFeature__detailExpanding {
    position: relative;
  }
  .p-royaltyFeatureModal__figcaption {
    top: calc(100% + 8px);
    right: 0;
    transform: translateY(0);
  }
  .p-royaltyService {
    padding-top: 60px;
    padding-bottom: 56px;
  }
  .p-royaltyService__leadText {
    text-align: left;
  }
  .p-royaltyService__cardInner {
    padding: 20px 20px 16px;
  }
  .p-royaltySolving {
    padding-top: 41.6px;
    padding-bottom: 48px;
  }
  .p-royaltySolving__title {
    line-height: 150% !important;
  }
  .p-royaltySolving__list {
    margin-top: 54.6px;
  }
  .p-royaltySolving__complement {
    margin-top: 32px;
  }
  .p-royaltySolvingList {
    margin-top: -50px;
    margin-left: 0;
  }
  .p-royaltySolvingList__item {
    width: 100%;
    padding: 0px 0px 30px;
    margin-top: 50px;
    margin-left: 0;
  }
  .p-royaltySolvingList__title {
    max-width: 260px;
    padding: 10px 14px 8px;
    font-size: 100%;
  }
  .p-royaltySolvingList__title em {
    font-size: 118%;
  }
  .p-royaltySolvingList__img {
    width: 248px;
    margin: auto;
    margin-top: 20px;
    padding: 0px;
  }
  .p-royaltySolvingList__worriesList {
    margin-top: 16px;
    padding-left: 44px;
    padding-right: 24px;
  }
  .p-royaltySolvingList__worriesItem {
    padding: 16px 20px 16px 32px;
    min-height: auto;
    font-size: 90%;
    width: 100%;
  }
  .p-royaltySolvingList__worriesIcon {
    width: 44px;
    height: 44px;
  }
  .p-royaltyCase {
    padding-top: 60px;
    padding-bottom: 28px;
  }
  .p-royaltyCase__leadText {
    margin-top: 16px;
    text-align: left;
  }
  .p-royaltyCase__caseContainer {
    margin-top: 40px;
    display: block;
  }
  .p-royaltyCase__caseContent {
    margin-top: 0;
    padding-right: 0;
  }
  .p-royaltyCase__caseTitle {
    font-size: 140%;
    text-align: center;
  }
  .p-royaltyCase__caseDescription {
    margin-top: 20px;
  }
  .p-royaltyCase__caseImg {
    margin-top: 20px;
  }
  .p-royaltyCase__caseLink:link {
    margin-top: 20px;
  }
  .p-royaltyCase__other {
    margin-top: 40px;
  }
  .p-royaltyCase__otherContainer {
    padding: 40px 24px 30px;
  }
  .p-royaltyCase__otherListContainer {
    margin-top: 16px;
  }
  .p-royaltyCase__otherList {
    margin-top: -10px;
    margin-left: -16px;
    flex-wrap: wrap;
  }
  .p-royaltyCase__otherItem {
    margin-top: 10px;
    margin-left: 16px;
    width: 85px;
  }
  .p-royaltyCase__otherCaption {
    margin-top: 8px;
    line-height: 150%;
    font-size: 80%;
  }
  .p-royaltyCase__otherCaptionNote {
    font-size: 100%;
  }
  .p-royaltyCase__otherNote {
    padding-left: 2em;
    text-indent: -2em;
    text-align: left;
    font-size: 80%;
  }
  .p-royaltyRecommend {
    padding-top: 92px;
    padding-bottom: 60px;
  }
  .p-royaltyRecommend__columns {
    margin-top: 40px;
  }
  .p-royaltyRecommend__column + .p-royaltyRecommend__column {
    margin-left: 0;
    margin-top: 20px;
  }
  .p-royaltyRecommend__column {
    width: 100%;
  }
  .p-royaltyRecommend__title {
    font-size: 100%;
  }
  .p-royaltyRecommend__link {
    margin-top: 12px;
  }
}

@media screen and (max-width: 374px){
  .p-royaltyService__cards .slick-prev {
    left: -17px;
    top: calc(50% - 14px);
  }
  .p-royaltyService__cards .slick-next {
    right: -17px;
    top: calc(50% - 14px);
  }
  .p-royaltyService__card {
    max-width: calc(100vw - 38px);
  }
}</pre></body></html>