@charset "UTF-8";
/*!
 * ress.css 窶｢ v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: flex !important;
}

.u-d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 23.4375em) {
  .u-d-sm-none {
    display: none !important;
  }

  .u-d-sm-inline {
    display: inline !important;
  }

  .u-d-sm-inline-block {
    display: inline-block !important;
  }

  .u-d-sm-block {
    display: block !important;
  }

  .u-d-sm-table {
    display: table !important;
  }

  .u-d-sm-table-row {
    display: table-row !important;
  }

  .u-d-sm-table-cell {
    display: table-cell !important;
  }

  .u-d-sm-flex {
    display: flex !important;
  }

  .u-d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 48em) {
  .u-d-md-none {
    display: none !important;
  }

  .u-d-md-inline {
    display: inline !important;
  }

  .u-d-md-inline-block {
    display: inline-block !important;
  }

  .u-d-md-block {
    display: block !important;
  }

  .u-d-md-table {
    display: table !important;
  }

  .u-d-md-table-row {
    display: table-row !important;
  }

  .u-d-md-table-cell {
    display: table-cell !important;
  }

  .u-d-md-flex {
    display: flex !important;
  }

  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 80em) {
  .u-d-lg-none {
    display: none !important;
  }

  .u-d-lg-inline {
    display: inline !important;
  }

  .u-d-lg-inline-block {
    display: inline-block !important;
  }

  .u-d-lg-block {
    display: block !important;
  }

  .u-d-lg-table {
    display: table !important;
  }

  .u-d-lg-table-row {
    display: table-row !important;
  }

  .u-d-lg-table-cell {
    display: table-cell !important;
  }

  .u-d-lg-flex {
    display: flex !important;
  }

  .u-d-lg-inline-flex {
    display: inline-flex !important;
  }
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

* {
  padding: 0;
  margin: 0;
}

:root {
  --basecolor: #222;
  --secondarycolor: #fa0046;
  --font-en: "futura-pt", sans-serif;
}

html {
  min-width: 375px;
  font-size: 62.5%;
}
@media (min-width: 48em) {
  html {
    min-width: 1280px;
  }
}

body {
  font-family: "source-han-sans-japanese", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  color: var(--basecolor);
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt" 1;
}
@media (min-width: 48em) {
  body {
    font-size: 15px;
  }
}

ol,
ul {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

table {
  border-collapse: collapse;
}

[data-whatinput=mouse] :focus {
  outline: none;
}

.l-contact {
  opacity: 0;
  transition: all cubic-bezier(0.23, 0.6, 0.43, 0.99) 1s;
  transform: translateY(30px);
}
.l-contact.is-active {
  opacity: 1;
  transform: translateY(0);
}

.l-contact--lower {
  opacity: 1;
  transform: translateY(0);
}

.l-contact__link {
  position: relative;
  display: block;
  padding: 70px 0;
  color: #fff;
  text-align: center;
  background-color: #000;
}
@media (min-width: 48em) {
  .l-contact__link {
    padding: 92px 0 98px;
    transition: background-color 0.25s;
  }
}
@media (min-width: 48em) {
  .l-contact__link:hover {
    background-color: #f23360;
  }
}

.l-contact__heading {
  font-family: var(--font-en);
  font-size: 73.465px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (min-width: 48em) {
  .l-contact__heading {
    font-size: 95px;
    letter-spacing: 0;
  }
}

.l-contact__lede {
  margin-top: 3px;
}
@media (min-width: 48em) {
  .l-contact__lede {
    margin-top: 15px;
    font-size: 20px;
    letter-spacing: 0.15em;
  }
}

.l-contact__icon {
  width: 53px;
  margin-top: 45px;
}
@media (min-width: 48em) {
  .l-contact__icon {
    position: absolute;
    top: 0;
    right: 120px;
    bottom: 0;
    width: 43px;
    margin: auto 0;
  }
}

.l-footer__list-item {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.1em;
}

.l-footer__link,
.l-footer__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 25px;
  background-color: #6e6e6e;
}

.l-footer__link {
  position: relative;
}
.l-footer__link::before, .l-footer__link::after {
  position: absolute;
  top: 0;
  right: 12.5px;
  bottom: 0;
  width: 12.5px;
  height: 1px;
  margin: auto 0;
  content: "";
  background-color: #fff;
}
.l-footer__link::after {
  transition: transform 0.25s;
  transform: rotate(-90deg);
}
.l-footer__link.is-expand::after {
  transform: rotate(0);
}

.l-footer__block {
  height: 0;
  overflow: hidden;
  transition: height 0.25s;
}

.l-footer__lower-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 25px;
  background-color: #7c7c7c;
}

/**
 * PC 繝翫ン繧ｹ繧ｿ繧､繝ｫ
 */
@media (min-width: 48em) {
  .l-footer__nav {
    padding: 32px 90px 37px;
    color: #fff;
    background-color: #6e6e6e;
  }
}

.l-footer__nav-inner {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
}
.l-footer__nav-inner:nth-child(n+2) {
  padding-top: 4px;
  margin-top: 11px;
  border-top: 1px solid #fff;
}

.l-footer__nav-title {
  width: 130px;
  margin-top: 7px;
  margin-right: 70px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.l-footer__group {
  width: calc(100% - (130px + 70px));
}

.l-footer__group-item {
  display: inline-block;
  margin-right: 26px;
  font-size: 12px;
  letter-spacing: 0;
}

.l-footer__group-link {
  margin-right: 7px;
}
.l-footer__group-link::after {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 13px;
  height: 14px;
  margin-left: 2px;
  content: "";
  background-image: url("https://www.shinwa-agency.co.jp/assets/images/pages/common/icon_blank.svg");
  background-size: contain;
}
.l-footer__group-link:hover {
  text-decoration: underline;
}

.l-footer__aside {
  padding: 3px 0 18px;
}
@media (min-width: 48em) {
  .l-footer__aside {
    padding: 24px 0 33px;
  }
}

.l-footer__aside-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-footer__aside-item {
  margin-top: 12px;
}
@media (min-width: 48em) {
  .l-footer__aside-item {
    margin-top: 0;
  }
}
.l-footer__aside-item:not(:last-child) {
  position: relative;
}
.l-footer__aside-item:not(:last-child)::after {
  position: relative;
  top: -1px;
  font-size: 9px;
  content: "|";
}

.l-footer__aside-link {
  padding: 0 2px 0 4px;
  font-size: 13px;
  color: #4d4d4f;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .l-footer__aside-link {
    padding: 0 2px 0 5px;
    font-size: 11px;
  }
}

.l-footer__aside-link img {
  width: 13px;
}

.l-footer__copyright {
  padding-top: 25px;
  margin-top: 20px;
  text-align: center;
  border-top: 2px solid var(--secondarycolor);
}
@media (min-width: 48em) {
  .l-footer__copyright {
    padding-top: 25px;
    margin-top: 23px;
    border-top-width: 3px;
  }
}

.l-footer__copyright small {
  font-size: 12px;
  line-height: 1.75;
  color: #4d4d4f;
  letter-spacing: 0.05em;
}
@media (min-width: 48em) {
  .l-footer__copyright small {
    font-size: 11px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 90px;
  background-color: #fff;
  border-bottom: 6px solid #b4b4b4;
}
@media (min-width: 48em) {
  .l-header {
    height: 96px;
    border-top: 3px solid var(--secondarycolor);
    border-bottom: 1px solid #b4b4b4;
  }
}

.l-header__container,
.l-header__group {
  height: 100%;
}

@media (min-width: 48em) {
  .l-header__container {
    max-width: 1390px;
    padding: 0 45px;
    margin: 0 auto;
  }
}

.l-header__block {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.l-header__logo {
  display: flex;
  align-items: center;
  padding-left: 18px;
}
@media (min-width: 48em) {
  .l-header__logo {
    padding-left: 0;
  }
}

.l-header__logo img {
  height: 56px;
}
@media (min-width: 48em) {
  .l-header__logo img {
    width: 180px;
    height: auto;
  }
}

.l-header__menu-button {
  position: relative;
  width: 60px;
  height: 84px;
  background-color: var(--basecolor);
}

.l-header__menu-button span {
  position: absolute;
  left: 17.5px;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
}
.l-header__menu-button span:nth-child(1) {
  top: 30px;
}
.l-header__menu-button span:nth-child(2) {
  top: 40px;
}
.l-header__menu-button span:nth-child(3) {
  top: 50px;
  width: 16px;
}

.l-header__menu-button.is-expand span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.l-header__menu-button.is-expand span:nth-child(2) {
  opacity: 0;
}
.l-header__menu-button.is-expand span:nth-child(3) {
  width: 25px;
  transform: translateY(-10px) rotate(-45deg);
}

.l-header__nav {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: calc(100vh - 60px);
  padding-bottom: 76px;
  margin-top: 60px;
  overflow-y: auto;
  color: #fff;
  background-color: var(--basecolor);
  transition: right 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-header__nav.is-expand {
  right: 0;
}

.l-header__list-item {
  transition: background-color 0.25s;
}
.l-header__list-item:nth-child(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header__list-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header__list-item.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}

.l-header__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 54px;
  padding: 0 25px;
  font-weight: 500;
}
.l-header__link:not(.l-header__link--acc)::before {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 14px;
  height: 5px;
  margin: auto 0;
  content: "";
  background-image: url("https://www.shinwa-agency.co.jp/assets/images/pages/common/icon_arrow.svg");
  background-size: contain;
}

.l-header__link--acc::before, .l-header__link--acc::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 14px;
  height: 1px;
  margin: auto 0;
  content: "";
  background-color: #fff;
}
.l-header__link--acc::after {
  transition: transform 0.25s;
  transform: rotate(-90deg);
}
.l-header__link--acc.is-expand::after {
  transform: rotate(0deg);
}
.l-header__dropdown{
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header__dropdown-link{
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 25px 0 40px;
  font-weight: 500;
}
.l-header__lower {
  height: 0;
  overflow: hidden;
  transition: height 0.25s;
}

.l-header__lower-list {
  margin-left: 25px;
}

.l-header__lower-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.l-header__lower-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 49px;
  padding: 0 15px;
  font-size: 1.2rem;
}
.l-header__lower-link::before {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 14px;
  height: 5px;
  margin: auto 0;
  content: "";
  background-image: url("https://www.shinwa-agency.co.jp/assets/images/pages/common/icon_arrow.svg");
  background-size: contain;
}

/**
 * PC 繝翫ン繧ｹ繧ｿ繧､繝ｫ
 */
.l-header__gnav {
  margin-top: 14px;
}

.l-header__gnav-other {
  text-align: right;
}

.l-header__gnav-other a {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-header__gnav-other a::before {
  position: absolute;
  top: 3px;
  left: -18px;
  width: 18px;
  height: 14px;
  content: "";
  background-image: url("https://www.shinwa-agency.co.jp/assets/images/pages/common/icon_header-blank.png");
  background-size: contain;
}

.l-header__gnav-list {
  display: flex;
  height: 40px;
  margin: 17px -10px 0;
}

.l-header__gnav-item:nth-child(n+2) {
  margin-left: 21px;
}

.l-header__gnav-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 10px;
  font-size: 13px;
}
.l-header__gnav-link::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  content: "";
  background-color: var(--secondarycolor);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-header__gnav-link:hover::before, .l-header__gnav-link.is-current::before {
  left: 0;
  width: 100%;
}
.l-header__gnav-item--has-child{
  position: relative;
}
.l-header__gnav-dropdown{
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 200px;
  background-color: #fff;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.l-header__gnav-item--has-child:hover .l-header__gnav-dropdown{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-header__gnav-dropdown-link{
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.l-header__gnav-dropdown-link:hover {
  opacity: 1;
  background-color: rgba(238, 23, 64, 0.05);
  color: var(--secondarycolor);
}

/**
 * 霑ｽ蠕� 繝翫ン繧ｹ繧ｿ繧､繝ｫ
 */
.l-header--sticky {
  display: none;
}
@media (min-width: 48em) {
  .l-header--sticky {
    position: fixed;
    top: -76px;
    left: 0;
    display: block;
    height: 76px;
    transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media (min-width: 48em) {
  .l-header--sticky.is-fixed {
    top: 0;
  }
}

@media (min-width: 48em) {
  .l-header--sticky .l-header__logo img {
    width: 123px;
  }
}

@media (min-width: 48em) {
  .l-header--sticky .l-header__gnav {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .l-header--sticky .l-header__gnav-other {
    margin-left: 40px;
  }
}

@media (min-width: 48em) {
  .l-header--sticky .l-header__gnav-list {
    height: 100%;
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .l-header--sticky .l-header__gnav-item {
    height: 100%;
  }
}

@media (min-width: 48em) {
  .l-header--sticky .l-header__gnav-link {
    display: flex;
    align-items: center;
  }
}

.l-main {
  overflow: hidden;
}

.l-main--lower {
  margin-top: 90px;
}
@media (min-width: 48em) {
  .l-main--lower {
    position: relative;
    margin-top: 96px;
  }
}

.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
	font-family: var(--font-en);
  color: #fff;
	border: 1px solid #fff;
	margin-right: 32px;
}
@media (min-width: 48em) {
  .c-button {
    width: 440px;
    height: 50px;
	font-size: 14px;
    transition: all 0.25s;
  }
}
.c-button::before {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 14px;
  height: 5px;
  margin: auto 0;
  content: "";
  background-image: url("../img/new_common/icon_arrow.svg");
  background-size: contain;
}
@media (min-width: 48em) {
  .c-button::before {
    right: 30px;
  }
}
@media (min-width: 48em) {
  .c-button:hover {
    background-color: var(--secondarycolor);
    border: 1px solid var(--secondarycolor);
  }
}

.c-button._black {
  color: #222;
	border: 1px solid #222;
	font-weight: bold;
}
.c-button._black::before {
  background-image: url("../img/new_common/icon_arrow_black.svg");
}
@media (min-width: 48em) {
  .c-button._black:hover {
    color: #fff;
    background-color: #ee1740;
    border: 1px solid #ee1740;
  }
  .c-button._black:hover::before {
    background-image: url("../img/new_common/icon_arrow.svg");
  }
}

.c-button._black._blank::after {
  position: relative;
  top: 0;
  right: -105px;
  display: inline-block;
  width: 10px;
  height: 11px;
  content: "";
  background-image: url("../img/new_common/icon_blank_black.svg");
  background-size: contain;
}
@media (min-width: 48em) {
  .c-button._black._blank::after {
    top: -10px;
    right: -30px;
  }
}
@media (min-width: 48em) {
  .c-button._black._blank:hover::after {
    background-image: url("../img/new_common/icon_blank_white.svg");
  }
}

.c-heading {
  padding: 0 25px;
  font-weight: 500;
  opacity: 0;
  transition: all cubic-bezier(0.23, 0.6, 0.43, 0.99) 1s;
  transform: translateY(30px);
}
@media (min-width: 48em) {
  .c-heading {
    max-width: 1500px;
    padding: 0 45px;
    margin: 0 auto;
  }
}
.c-heading.is-active {
  opacity: 1;
  transform: translateY(0);
}

.c-heading-ja,
.c-heading-en {
  display: block;
}

.c-heading-ja {
  font-size: 40px;
  letter-spacing: 0.2em;
}
@media (min-width: 48em) {
  .c-heading-ja {
    font-size: 48px;
  }
}

.c-heading-en {
  margin-top: 10px;
  font-family: var(--font-en);
  font-size: 16px;
  color: var(--secondarycolor);
  letter-spacing: 0;
}
@media (min-width: 48em) {
  .c-heading-en {
    margin-top: 22px;
    margin-left: 3px;
    font-size: 32px;
  }
}


/* 繝代Φ縺上★繝ｪ繧ｹ繝�
---------------------------------------------------------*/
.p-breadcrumb {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 8px 10px;
  background: rgba(255,255,255,0.7);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.p-breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1300px;
  white-space: nowrap;
}

.p-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  flex-shrink: 0;
}

.p-breadcrumb__item:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  margin: 0 15px;
  flex-shrink: 0;
}

.p-breadcrumb__link {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}

.p-breadcrumb__link:hover {
  opacity: 0.7;
}

.p-breadcrumb__current {
  color: #666;
}

@media (min-width: 48em) {
  .p-breadcrumb {
    padding: 8px 10px;
    overflow-x: visible;
  }

  .p-breadcrumb__list {
    flex-wrap: wrap;
    white-space: normal;
  }

  .p-breadcrumb__item {
    font-size: 14px;
  }
}