@charset "UTF-8";
/* clear
===============================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, a, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: auto;
}

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

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

i, u, abbr, code, pre, address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

input, select {
  vertical-align: middle;
}

button:hover img {
  opacity: 0.85;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

button::before, button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

button, button::before, button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover {
  cursor: pointer;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* reset
===============================================================*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: #0090d2;
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

picture {
  display: block;
}

/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
  word-break: break-all;
}
@media screen and (max-width: 1239px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  padding-top: 8rem;
  color: #0e0e0e;
  font-size: max(2rem, 16px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 9rem;
    font-size: 2.4rem;
  }
}

pictrure {
  display: block;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: apacity 0.5s;
    transition: apacity 0.5s;
  }
  a:hover {
    opacity: 0.7;
  }
}

/*----------------------------------------------------------------------------
	c-blog
----------------------------------------------------------------------------*/
.c-blog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr 5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 4.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1300px) {
  .c-blog__list {
    -ms-grid-columns: (27.7rem)[4];
    grid-template-columns: repeat(4, 27.7rem);
  }
}
@media screen and (max-width: 767px) {
  .c-blog__list {
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: auto;
       -moz-column-gap: auto;
            column-gap: auto;
    row-gap: 5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-blog__item {
  max-width: 27.7rem;
}
@media screen and (max-width: 767px) {
  .c-blog__item {
    width: 30rem;
    max-width: initial;
  }
}
.c-blog__item a {
  text-decoration: none !important;
}
.c-blog__thumbnail {
  aspect-ratio: 277/148;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-blog__thumbnail {
    margin-bottom: 1rem;
  }
}
.c-blog__thumbnail > a {
  display: block;
  height: 100%;
}
.c-blog__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.c-blog__taxonomy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: max(1.2rem, 12px);
}
@media screen and (max-width: 767px) {
  .c-blog__taxonomy {
    font-size: 2.2rem;
  }
}
.c-blog__cat {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #323232;
}
.c-blog__tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f3f3f3;
}
.c-blog__title {
  margin-bottom: 1rem;
  font-size: max(1.6rem, 16px);
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .c-blog__title {
    font-size: 2.5rem;
  }
}
.c-blog__description {
  font-size: max(1.4rem, 14px);
  line-height: 1.571;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .c-blog__description {
    font-size: 2.1rem;
  }
}

/*----------------------------------------------------------------------------
	c-voice
----------------------------------------------------------------------------*/
.c-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .c-voice__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    width: calc(100% + 4rem);
    margin-right: -4rem;
    padding: 0 4rem 5rem 0;
  }
}
.c-voice__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 38rem;
}
@media screen and (max-width: 767px) {
  .c-voice__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 45rem;
    max-width: initial;
  }
}
.c-voice__item a {
  text-decoration: none !important;
}
.c-voice__thumbnail {
  margin-bottom: 2.5rem;
  aspect-ratio: 380/200;
}
@media screen and (max-width: 767px) {
  .c-voice__thumbnail {
    margin-bottom: 1.5rem;
  }
}
.c-voice__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.c-voice__title {
  font-size: max(1.6rem, 16px);
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .c-voice__title {
    font-size: 2.5rem;
  }
}

.wp-block-lazyblock-blog-block .c-voice__list {
  gap: 3rem;
}
.wp-block-lazyblock-blog-block .c-voice__item {
  min-width: 23rem;
}
@media screen and (min-width: 768px) {
  .wp-block-lazyblock-blog-block .c-voice__item:nth-child(n+5) {
    width: 23rem;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

/*----------------------------------------------------------------------------
	c-news
----------------------------------------------------------------------------*/
.c-news__list {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-news__list {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
  }
}
.c-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.7rem 1rem 2.7rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-news__item {
    display: block;
    padding: 4.3rem 0;
  }
}
.c-news__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .c-news__item > a {
    display: block;
  }
}
.c-news__item + .c-news__item {
  border-top: 1px solid #f3f3f3;
}
.c-news__date {
  width: max(10rem, 100px);
  font-size: max(1.5rem, 15px);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  opacity: 0.4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-news__date {
    width: auto;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.c-news__taxonomy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.c-news__taxonomy a {
  padding: 0.2rem 0.5rem;
  font-size: max(1.2rem, 12px);
  color: #fff;
  background: #323232;
}
@media screen and (max-width: 767px) {
  .c-news__taxonomy a {
    font-size: 2.2rem;
  }
}
.c-news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(1.6rem, 16px);
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .c-news__title {
    font-size: 2.5rem;
  }
}

/*----------------------------------------------------------------------------
	c-button
----------------------------------------------------------------------------*/
.c-button,
.wp-block-button__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
  max-width: 290px;
  min-width: 250px;
  width: 29rem;
  min-height: 70px;
  padding: 0 9.5rem 0 7.5rem;
  color: #fff;
  font-size: max(1.5rem, 15px);
  text-align: center;
  border-radius: 0.8rem;
  background-color: #3e3e3e;
}
@media screen and (max-width: 767px) {
  .c-button,
  .wp-block-button__link {
    max-width: initial;
    min-width: initial;
    width: 54rem;
    min-height: 10rem;
    font-size: 2.3rem;
    border-radius: 1.6rem;
  }
}
.c-button::after,
.wp-block-button__link::after {
  position: absolute;
  right: 4.5rem;
  top: 41%;
  width: 4.7rem;
  height: 0.9rem;
  background: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7473%) hue-rotate(281deg) brightness(115%) contrast(107%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7473%) hue-rotate(281deg) brightness(115%) contrast(107%);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-button::after,
  .wp-block-button__link::after {
    position: absolute;
    top: 40%;
    right: 3rem;
    width: 8rem;
    height: 1.6rem;
  }
}
.c-button--wide,
.wp-block-button__link--wide {
  max-width: initial;
  width: max(45rem, 350px);
  padding: 0 10rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-button--wide,
  .wp-block-button__link--wide {
    width: auto;
    padding: 0 11rem 0 8.5rem;
  }
}
.c-button--wide::after,
.wp-block-button__link--wide::after {
  poisiton: absolute;
  right: 5.2rem;
  top: 41%;
}
@media screen and (max-width: 767px) {
  .c-button--wide::after,
  .wp-block-button__link--wide::after {
    right: 3.2rem;
    top: 37%;
  }
}
.c-button--small,
.wp-block-button__link--small {
  width: 250px;
  min-height: 60px;
  padding: 0 7rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .c-button--small,
  .wp-block-button__link--small {
    width: 50rem;
    min-height: 10rem;
    padding: 0 9.5rem 0 7.5rem;
  }
}
.c-button--small::after,
.wp-block-button__link--small::after {
  right: 2.5rem;
}
.c-button--white,
.wp-block-button__link--white {
  color: #0e0e0e;
  background-color: #fff;
}
.c-button--white::after,
.wp-block-button__link--white::after {
  -webkit-filter: invert(10%) sepia(0%) saturate(3709%) hue-rotate(148deg) brightness(101%) contrast(77%);
          filter: invert(10%) sepia(0%) saturate(3709%) hue-rotate(148deg) brightness(101%) contrast(77%);
}

/*----------------------------------------------------------------------------
	c-bgImageBlock
----------------------------------------------------------------------------*/
.c-bgImageBlock {
  position: relative;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .c-bgImageBlock {
    padding: 6rem 4rem;
  }
}
.c-bgImageBlock__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-bgImageBlock__image picture,
.c-bgImageBlock__image img {
  width: 100%;
  height: 100%;
}
.c-bgImageBlock__image img {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-bgImageBlock__content {
  position: relative;
  max-width: 110rem;
  margin: 0 auto;
  z-index: 2;
}
.c-bgImageBlock__title {
  margin-bottom: 2rem;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .c-bgImageBlock__title {
    font-size: 6.4vw;
  }
}
.c-bgImageBlock__text {
  max-width: 69rem;
  font-size: max(2.2rem, 16px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-bgImageBlock__text {
    font-size: 4vw;
  }
}
.c-bgImageBlock__button {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-bgImageBlock__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-bgImageBlock__button a {
  text-decoration: none;
}

/*----------------------------------------------------------------------------
	c-pageNaviBlock
----------------------------------------------------------------------------*/
.c-pageNaviBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .c-pageNaviBlock {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 5rem;
  }
}
.c-pageNaviBlock__item {
  max-width: 38rem;
}
@media screen and (max-width: 767px) {
  .c-pageNaviBlock__item {
    max-width: 32rem;
  }
}
.c-pageNaviBlock__title {
  margin-top: 1rem;
  font-size: max(2.4rem, 16px);
  font-weight: 400;
}
.c-pageNaviBlock__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
  text-decoration: none;
}
.c-pageNaviBlock__title a::after {
  display: block;
  width: 4.7rem;
  height: 0.9rem;
  background: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  -webkit-filter: invert(10%) sepia(0%) saturate(3709%) hue-rotate(148deg) brightness(101%) contrast(77%);
          filter: invert(10%) sepia(0%) saturate(3709%) hue-rotate(148deg) brightness(101%) contrast(77%);
  content: "";
}

/*----------------------------------------------------------------------------
	c-historyBlock
----------------------------------------------------------------------------*/
.c-historyBlock__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-historyBlock__item + .c-historyBlock__item {
  margin-top: 2rem;
}
.c-historyBlock__item:not(:last-child)::after {
  position: absolute;
  top: 7rem;
  left: 8rem;
  width: 2px;
  height: 100%;
  background-color: #dcdcdc;
  content: "";
}
.c-historyBlock__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16rem;
  height: 7rem;
  margin-right: 5rem;
  text-align: center;
  border: 2px solid #dcdcdc;
  border-radius: 7rem;
  background-color: #fff;
}
.c-historyBlock__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1rem;
  line-height: 2;
}

/*----------------------------------------------------------------------------
	c-articleHeader
----------------------------------------------------------------------------*/
.p-page__header:has(.c-articleHeader) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-articleHeader {
  width: 100%;
  max-width: 110rem;
  padding: 2rem 0;
}
.c-articleHeader__title {
  margin: 0 !important;
  font-size: 2.8rem;
}
.c-articleHeader__date {
  margin: 0 !important;
  font-size: max(1.8rem, 16px);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .c-articleHeader__date {
    font-size: 2.4rem;
  }
}
.c-articleHeader__tags {
  font-size: max(1.6rem, 14px);
}
@media screen and (max-width: 767px) {
  .c-articleHeader__tags {
    font-size: 2.2rem;
  }
}
.c-articleHeader__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin-bottom: 4rem;
  border-bottom: 1px solid #202020;
}
@media screen and (max-width: 767px) {
  .c-articleHeader__info {
    margin-bottom: 2rem;
  }
}

/*----------------------------------------------------------------------------
	c-pager
----------------------------------------------------------------------------*/
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 6rem 0;
}
.c-pager .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 4rem;
  height: 4rem;
  color: #fff;
  text-decoration: none !important;
  background-color: #323232;
  border-radius: 0.8rem;
  border: 1px solid #323232;
}
@media screen and (max-width: 767px) {
  .c-pager .page-numbers {
    min-width: 6rem;
    height: 6rem;
  }
}
.c-pager .page-numbers.current {
  color: #0e0e0e;
  background: #fff;
}
.c-pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 4rem;
  height: 4rem;
  color: #fff;
  text-decoration: none !important;
  background-color: #323232;
  border-radius: 0.8rem;
  border: 1px solid #323232;
}
@media screen and (max-width: 767px) {
  .c-pager__item {
    min-width: 6rem;
    height: 6rem;
  }
}
.c-pager__item--disabled {
  opacity: 0.5;
}

/*----------------------------------------------------------------------------
  .l-inner
----------------------------------------------------------------------------*/
.l-inner {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 4rem;
  }
}

/*----------------------------------------------------------------------------
	.l-header
----------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 4rem;
  z-index: 900;
  background: #fff;
}
@media screen and (max-width: 950px) {
  .l-header {
    height: 9rem;
  }
}
.l-header__logo {
  width: 75px;
  margin-right: 40px;
}
@media screen and (max-width: 950px) {
  .l-header__logo {
    width: 9rem;
    margin-right: auto;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__contact {
  width: 160px;
  height: 100%;
}
@media screen and (max-width: 950px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: max(1.4rem, 14px);
  background-color: #323232;
}
.l-header__menu-button {
  position: relative;
  width: 9rem;
  height: 9rem;
  padding-top: 5.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background: #323232;
}
.l-header__menu-button span {
  display: inline-block;
  position: absolute;
  left: 2.2rem;
  width: 4.6rem;
  height: 0.3rem;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header__menu-button span:nth-of-type(1) {
  top: 1.5rem;
}
.l-header__menu-button span:nth-of-type(2) {
  top: 3rem;
}
.l-header__menu-button span:nth-of-type(3) {
  top: 4.5rem;
}
.l-header__menu-button.is-open span:nth-of-type(1) {
  top: 3rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__menu-button.is-open span:nth-of-type(2) {
  opacity: 0;
}
.l-header__menu-button.is-open span:nth-of-type(3) {
  top: 3rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 951px) {
  .l-header__menu-button {
    display: none;
  }
}

/* ec */
.l-header-ec {
  margin-right: 2.5rem;
}
@media screen and (max-width: 950px) {
  .l-header-ec {
    margin-left: auto;
  }
}
.l-header-ec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .l-header-ec__list {
    font-size: 1.8rem;
  }
}
.l-header-ec__button {
  display: inline-block;
  height: 5rem;
}
@media screen and (max-width: 950px) {
  .l-header-ec__button {
    height: 7rem;
  }
}
.l-header-ec__button--user {
  padding-top: 3.2rem;
  background: url(../images/common/icon_user.svg) no-repeat center 0.3rem/2.5rem auto;
}
@media screen and (max-width: 950px) {
  .l-header-ec__button--user {
    padding-top: 4.5rem;
    background-size: 4rem;
  }
}
.l-header-ec__button--login {
  padding-top: 3.2rem;
  background: url(../images/common/icon_login.svg) no-repeat center 0.5rem/2.5rem auto;
}
@media screen and (max-width: 950px) {
  .l-header-ec__button--login {
    padding-top: 4.5rem;
    background-size: 4rem;
  }
}
.l-header-ec__button--cart {
  width: 4rem;
  height: 5rem;
  padding: 1.5rem;
  font: 0/0 a;
  background: url(../images/common/icon_cart.svg) no-repeat center center/2rem auto;
}
@media screen and (max-width: 950px) {
  .l-header-ec__button--cart {
    height: 7rem;
    background-size: 3rem;
  }
}

/*----------------------------------------------------------------------------
	.l-footer
----------------------------------------------------------------------------*/
.l-footer {
  padding: 13rem 0 4.5rem 0;
  color: #fff;
  font-size: max(1.4rem, 14px);
  background: #202020;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 70px;
    padding: 9rem 0 5rem 0;
    font-size: 2.5rem;
  }
}
.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    display: block;
    padding-bottom: 0;
  }
}
.l-footer__logo {
  margin-bottom: 2.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 3rem;
    padding-left: 0;
  }
}
.l-footer__logo img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 17.9rem;
  }
}
.l-footer__glnavi {
  margin-top: 1rem;
}
.l-footer__glnavi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 81rem;
  height: 210px;
  row-gap: 3.4rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 1150px) {
  .l-footer__glnavi-list {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__glnavi-list {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__glnavi-list > .menu-item:not(.menu-item-has-children),
  .l-footer__glnavi-list .menu-item-has-children {
    border-top: 1px solid #4d4d4d;
  }
}
.l-footer__glnavi-list > .menu-item:not(.menu-item-has-children) > a,
.l-footer__glnavi-list .menu-item-has-children > a {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__glnavi-list > .menu-item:not(.menu-item-has-children) > a,
  .l-footer__glnavi-list .menu-item-has-children > a {
    display: block;
    padding: 2.4rem 0;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__glnavi-list .menu-item-has-children {
    position: relative;
  }
  .l-footer__glnavi-list .menu-item-has-children::before, .l-footer__glnavi-list .menu-item-has-children::after {
    position: absolute;
    top: 4.5rem;
    right: 2.5rem;
    display: blcok;
    width: 4rem;
    height: 2px;
    background-color: #fff;
    content: "";
  }
  .l-footer__glnavi-list .menu-item-has-children::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .l-footer__glnavi-list .menu-item-has-children.is-open::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__glnavi-list .menu-item-has-children > a {
    width: calc(100% - 9rem);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__glnavi-list > .menu-item:not(.menu-item-has-children) > a {
    position: relative;
  }
  .l-footer__glnavi-list > .menu-item:not(.menu-item-has-children) > a::after {
    position: absolute;
    right: 2.5rem;
    top: 50%;
    width: 3rem;
    height: 4rem;
    background: url(../images/common/icon_link.svg) no-repeat center center/contain;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(0%) hue-rotate(7deg) brightness(103%) contrast(102%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(0%) hue-rotate(7deg) brightness(103%) contrast(102%);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
  }
}
.l-footer__glnavi-list .sub-menu {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__glnavi-list .sub-menu {
    display: none;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem;
    border-top: 1px solid #4d4d4d;
  }
  .l-footer__glnavi-list .sub-menu[style*="display: block"] {
    display: -ms-grid !important;
    display: grid !important;
  }
}
.l-footer__glnavi-list .sub-menu li {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__glnavi-list .sub-menu li {
    margin: 0;
    padding: 1rem;
    overflow: hidden;
  }
}
.l-footer__sns {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-top: 3.5rem;
  }
}
.l-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3rem;
  width: 140px;
  margin-left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-list {
    gap: 2.5rem;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sns-item {
    width: 6.1rem;
  }
  .l-footer__sns-item img {
    width: 100%;
  }
  .l-footer__sns-item--instagram {
    width: 5.7rem;
  }
}
.l-footer__subnavi a {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__subnavi a {
    text-underline-offset: 0.8rem;
  }
}
.l-footer__subnavi--top ul {
  font-size: max(1.2rem, 12px);
}
@media screen and (max-width: 767px) {
  .l-footer__subnavi--top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.7rem;
    font-size: 1.8rem;
  }
}
.l-footer__subnavi--top li {
  margin-top: 0.7rem;
}
.l-footer__subnavi--top a {
  text-underline-offset: 0.3rem;
}
.l-footer__subnavi--bottom {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__subnavi--bottom {
    margin: 0 0 3rem 0;
  }
  .l-footer__subnavi--bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
  .l-footer__subnavi--bottom a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 54rem;
    height: 10rem;
    font-size: 2.5rem;
    text-align: center;
    text-decoration: none;
    border-radius: 1.6rem;
    background-color: #3e3e3e;
  }
  .l-footer__subnavi--bottom a::after {
    position: absolute;
    right: 3rem;
    top: 50%;
    display: block;
    width: 8rem;
    height: 1.6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7473%) hue-rotate(281deg) brightness(115%) contrast(107%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7473%) hue-rotate(281deg) brightness(115%) contrast(107%);
    content: "";
  }
}
.l-footer__subnavi--bottom li {
  margin-bottom: 0.4rem;
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1150px) {
  .l-footer__bottom {
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 7rem;
  }
}
.l-footer__contact {
  margin-left: 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__contact {
    margin: 0 0 4rem 0;
  }
}
.l-footer__note {
  margin-left: auto;
  font-size: max(1.2rem, 12px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer__note {
    margin: 0;
    font-size: 1.8rem;
    text-align: center;
  }
}
.l-footer__text {
  margin-bottom: 0.5rem;
}

.floating-cta.active {
  display: none;
}
@media screen and (max-width: 767px) {
  .floating-cta.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
  }
}
.floating-cta.active .btn__next-arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  cursor: pointer;
  min-width: 0;
  padding: 20px;
  width: 100%;
  min-width: 290px;
  min-height: 70px;
  color: #fff !important;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  background-color: #323232;
}
.floating-cta.active .btn__next-arrow::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 45px;
  height: 8px;
  -webkit-transform: skewX(42deg);
          transform: skewX(42deg);
  border-right: #fff solid 3px;
  border-bottom: #fff solid 2px;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
}

/*----------------------------------------------------------------------------
	.l-glnavi
----------------------------------------------------------------------------*/
.l-glnavi {
  height: 100%;
  margin-right: auto;
}
@media screen and (max-width: 950px) {
  .l-glnavi {
    position: fixed;
    top: 9rem;
    left: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background-color: #202020;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
    overflow: hidden;
  }
}
.l-glnavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  height: 100%;
  font-size: max(1.4rem, 14px);
}
@media screen and (max-width: 950px) {
  .l-glnavi__list {
    display: block;
    padding: 8rem 4rem 4rem 4rem;
    height: auto;
    color: #fff;
    font-size: 2.5rem;
  }
}
.l-glnavi__list > .menu-item {
  height: 100%;
}
@media screen and (max-width: 950px) {
  .l-glnavi__list > .menu-item {
    height: auto;
  }
}
@media screen and (min-width: 951px) {
  .l-glnavi__list > .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}
@media screen and (max-width: 950px) {
  .l-glnavi__list > .menu-item:not(.menu-item-has-children),
  .l-glnavi__list > .menu-item-has-children {
    border-top: 1px solid #4d4d4d;
  }
  .l-glnavi__list > .menu-item:not(.menu-item-has-children):last-of-type,
  .l-glnavi__list > .menu-item-has-children:last-of-type {
    border-bottom: 1px solid #4d4d4d;
  }
}
@media screen and (max-width: 950px) {
  .l-glnavi__list > .menu-item:not(.menu-item-has-children) > a,
  .l-glnavi__list > .menu-item-has-children > a {
    display: block;
    padding: 2.4rem 0;
    text-decoration: none;
  }
}
.l-glnavi__list > .menu-item-has-children {
  position: relative;
}
@media screen and (min-width: 951px) {
  .l-glnavi__list > .menu-item-has-children::after {
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    width: 1.2rem;
    height: 1.6rem;
    aspect-ratio: 94/150;
    background: url(../images/common/icon_down.svg) no-repeat center center/contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(1594%) hue-rotate(213deg) brightness(100%) contrast(51%);
            filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(1594%) hue-rotate(213deg) brightness(100%) contrast(51%);
    content: "";
  }
  .l-glnavi__list > .menu-item-has-children:hover {
    color: #000;
  }
  .l-glnavi__list > .menu-item-has-children:hover > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 950px) {
  .l-glnavi__list > .menu-item-has-children::before, .l-glnavi__list > .menu-item-has-children::after {
    position: absolute;
    top: 4.5rem;
    right: 2.5rem;
    display: blcok;
    width: 4rem;
    height: 2px;
    background-color: #fff;
    content: "";
  }
  .l-glnavi__list > .menu-item-has-children::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .l-glnavi__list > .menu-item-has-children.is-open::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-glnavi__list > .menu-item-has-children > a {
    width: calc(100% - 9rem);
  }
}
@media screen and (max-width: 950px) {
  .l-glnavi__list > .menu-item:not(.menu-item-has-children) > a {
    position: relative;
  }
  .l-glnavi__list > .menu-item:not(.menu-item-has-children) > a::after {
    position: absolute;
    right: 2.5rem;
    top: 50%;
    width: 3rem;
    height: 4rem;
    background: url(../images/common/icon_link.svg) no-repeat center center/contain;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(0%) hue-rotate(7deg) brightness(103%) contrast(102%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(0%) hue-rotate(7deg) brightness(103%) contrast(102%);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
  }
}
@media screen and (min-width: 951px) {
  .l-glnavi__list .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 13rem;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(38, 38, 38, 0.9);
    display: none;
  }
  .l-glnavi__list .sub-menu a {
    padding: 0.8rem 1.5rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 950px) {
  .l-glnavi__list .sub-menu {
    display: none;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem;
    border-top: 1px solid #4d4d4d;
  }
  .l-glnavi__list .sub-menu[style*="display: block"] {
    display: -ms-grid !important;
    display: grid !important;
  }
  .l-glnavi__list .sub-menu li {
    margin: 0;
    padding: 1rem;
    overflow: hidden;
  }
  .l-glnavi__list .sub-menu a {
    display: block;
  }
}
@media screen and (min-width: 951px) {
  .l-glnavi__list .sub-menu .sub-menu {
    top: 0;
    left: -9999px;
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 950px) {
  .l-glnavi__list .sub-menu .sub-menu {
    display: none !important;
  }
}
.l-glnavi__list .sub-menu > .menu-item-has-children {
  position: relative;
}
@media screen and (min-width: 951px) {
  .l-glnavi__list .sub-menu > .menu-item-has-children::after {
    position: absolute;
    top: 30%;
    right: 0;
    width: 1.2rem;
    height: 1.6rem;
    aspect-ratio: 94/150;
    background: url(../images/common/icon_down.svg) no-repeat center center/contain;
    -webkit-transform: rotate(-90deg) translateY(-50%);
            transform: rotate(-90deg) translateY(-50%);
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(185deg) brightness(107%) contrast(106%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(185deg) brightness(107%) contrast(106%);
    content: "";
  }
  .l-glnavi__list .sub-menu > .menu-item-has-children:hover > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 100%;
    opacity: 1;
  }
}

/*----------------------------------------------------------------------------
	.l-sidebar
----------------------------------------------------------------------------*/
.l-sidebar {
  width: 300px;
}
@media screen and (max-width: 1239px) {
  .l-sidebar {
    width: 100%;
  }
}
.l-sidebar__section {
  margin-bottom: 4rem;
}
.l-sidebar__banner {
  margin-bottom: 4rem;
}
.l-sidebar__title {
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: max(1.8rem, 16px);
  text-align: center;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .l-sidebar__title {
    font-size: 2.6rem;
  }
}
.l-sidebar__info {
  padding: 2rem;
  font-size: max(1.4rem, 14px);
  border: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .l-sidebar__info {
    font-size: 2.2rem;
  }
}
.l-sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-size: max(1.6rem, 16px);
}
@media screen and (max-width: 767px) {
  .l-sidebar__list {
    font-size: 2.4rem;
  }
}
.l-sidebar__list--tag {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.l-sidebar__list a {
  padding: 1rem;
  border: 1px solid #d6d6d6;
}
.l-sidebar__list--category a {
  display: block;
}
.l-sidebar__block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem;
  font-size: max(1.4rem, 14px);
  border: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .l-sidebar__block a {
    font-size: 2.2rem;
  }
}
.l-sidebar__block img {
  width: 6rem;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .l-sidebar__block img {
    width: 12rem;
    height: 12rem;
  }
}

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

@media screen and (max-width: 767px) {
  .u-hide--sp {
    display: none !important;
  }
}

.u-inlineblock {
  display: inline-block;
}

.u-hover-opacity {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .u-hover-opacity {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .u-hover-opacity:hover {
    opacity: 0.7;
  }
}