/* 創巧 新トップ・新コスメ ページcss  MSJ 2025.12修正 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789&");

/* 変数 */
body {
  --color_ci: #000099;
  --font-main: "FOT-筑紫Aオールド明朝 Pr6 M", serif;
  --font-en: "Roboto", sans-serif;
  --font-script: "KaufmannStd", sans-serif;
  --oem-flow: 20px;
}

/* windows Chrome対策 */
.l-body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif !important;
}

/* 右端のページへ戻るを角丸 */
.c-page-top {
  border-radius: 50%;
}

/* テキスト均等揃え */
.txt-j {
  text-align: justify;
  text-justify: inter-ideograph;
}
.txt-b {
  font-weight: 600;
}
.txt-mt {
  margin-top: 0em !important;
}
.txt-en {
  font-family: var(--font-en);
}
.txt-list_style {
  list-style: none;
}
.txt-indent {
  text-indent: -0.75em;
}
.txt-center {
  text-align: center;
}
.txt-palt {
  font-feature-settings: "palt";
}

.link-deco-none {
  text-decoration: none;
}
.link-hover:hover {
  opacity: 0.8;
}

/* 総合トップ上下の余白を消す */
.page-id-7478 .c-section {
  padding: 0 !important;
}

/* コスメ フロー色 */
.cos-flow__title--bak1 {
  background: #33749e;
}
.cos-flow__title--bak2 {
  background: #5593b8;
}
.cos-flow__title--bak3 {
  background: #82a5cb;
}
.cos-flow__title--bak4 {
  background: #8cabc7;
}
.cos-flow__title--bak5 {
  background: #93acc0;
}
.cos-flow__title--bak6 {
  background: #afa3a5;
}
.cos-flow__title--bak7 {
  background: #ce8c8d;
}
.cos-flow > li .cos-flow__arrow--c1::after {
  border-color: transparent transparent transparent #33749e;
}
.cos-flow > li .cos-flow__arrow--c2::after {
  border-color: transparent transparent transparent #5593b8;
}
.cos-flow > li .cos-flow__arrow--c3::after {
  border-color: transparent transparent transparent #82a5cb;
}
.cos-flow > li .cos-flow__arrow--c4::after {
  border-color: transparent transparent transparent #8cabc7;
}
.cos-flow > li .cos-flow__arrow--c5::after {
  border-color: transparent transparent transparent #93acc0;
}
.cos-flow > li .cos-flow__arrow--c6::after {
  border-color: transparent transparent transparent #afa3a5;
}
.cos-flow > li .cos-flow__arrow--c7::after {
  border-color: transparent transparent transparent #ce8c8d;
}
/* OEMの流れ色 */
.oem-flow__back1 {
  background-color: #d66799;
}
.oem-flow__back2 {
  background-color: #db824f;
}
.oem-flow__back3 {
  background-color: #e1a852;
}
.oem-flow__back4 {
  background-color: #e9d55c;
}
.oem-flow__back5 {
  background-color: #d2d460;
}
.oem-flow__back6 {
  background-color: #adc781;
}
.oem-flow__back7 {
  background-color: #8abd9b;
}
.oem-flow__back8 {
  background-color: #68b6be;
}
.oem-flow__back9 {
  background-color: #87b0d3;
}
.oem-flow__back10 {
  background-color: #939ac2;
}
.oem-flow__back11 {
  background-color: #a28eb7;
}

/* フェードイン設定 */
.fadein {
  opacity: 0;
  transition: all 1500ms;
  transform: translate(0, 100px);
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-down {
  opacity: 0; /* 初期状態では透明 */
  transform: translateY(-300px); /* 左にオフセット */
  animation: fadeInDown 0.8s ease-out forwards; /* アニメーションを適用 */
}

/* アニメーションの定義 */

@keyframes slideTextFade {
  0%,
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    transform: translateY(-300px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(80px);
  }
  70% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
  20%,
  100% {
    opacity: 1;
  }
}

/* トップアニメーション */
.top-select__anime span:nth-of-type(2) {
  animation-delay: 0.05s;
}
.top-select__anime span:nth-of-type(3) {
  animation-delay: 0.1s;
}
.top-select__anime span:nth-of-type(4) {
  animation-delay: 0.15s;
}
.top-select__anime span:nth-of-type(5) {
  animation-delay: 0.2s;
}
.top-select__anime span:nth-of-type(6) {
  animation-delay: 0.25s;
}

@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.8);
    opacity: 1;
    color: #fff;
  }

  60% {
    color: #fff;
  }

  80% {
    transform: translate(0) scale(3);
    opacity: 0;
  }

  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}

/* 幅 */
.cos__body {
  margin: 0 auto;
  width: 1000px;
}
.cos__body__wide {
  margin: 0 auto;
  width: 1200px;
}
.cos__body--small {
  margin: 0 auto;
  width: 800px;
}

/* トップ */
.top-select {
  width: 100vw;
  height: 100vh;
  background-image: url(/wp-content/uploads/2025/12/top-select_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  position: relative;
}
.top-select__or {
  font-family: var(--font-main);
  font-size: clamp(30px, 11vw, 200px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: clamp(30px, 11vw, 200px);
  color: rgb(0 0 0 / 0.7);
  animation: slideTextFade 5s ease 0s 1 normal;
}
.top-select__item {
  width: 50vw;
  text-align: center;
}
.top-select__left {
  padding-left: 2vw;
  padding-right: 10vw;
}
.top-select__right {
  padding-left: 10vw;
  padding-right: 2vw;
}
.top-select__anime {
  display: flex;
  justify-content: center;
  font-family: var(--font-main);
  font-size: clamp(30px, 11vw, 200px);
  color: rgb(255 255 255 / 0.7);
  line-height: 1em;
  margin-bottom: 30px;
}
.top-select__anime span {
  display: inline-block;
}
.top-select__wrapper span {
  opacity: 0;
  transform: translate(-150px, 0) scale(0.3);
  animation: leftRight 0.5s forwards;
  color: rgb(255 255 255 / 0.7);
}

/* ボタン */
.btn-slide__arrow {
  display: inline-block;
  position: relative;
  width: 18em;
  padding: 0.7em 1.5em 0.7em 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #000;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.2vw, 22px);
  cursor: pointer;
  animation: slideTextFade 5s ease 0s 1 normal;
  line-height: 1.5em;
}
.btn-slide__img--left {
  background-image: url(/wp-content/uploads/2026/02/btn-arrow-left.svg);
}
.btn-slide__img--right {
  background-image: url(/wp-content/uploads/2026/02/btn-arrow-right.svg);
}
.btn-slide__arrow::after {
  position: absolute;
  right: 1.8em;
  content: "\f138";
  font-family: "iconfont";
  transition: 500ms;
  font-size: clamp(18px, 1.4vw, 24px);
  top: 50%;
  transform: translateY(-50%);
  color: #000099;
}
.btn-slide__arrow:hover::after {
  right: 1.2rem;
}
.btn-slide__arrow:hover {
  opacity: 0.8;
}

/* コスメSO-KO */

/* タイトル */
h2.title__h2 {
  font-size: 50px;
  font-family: var(--font-main);
  text-align: center;
  position: relative;
  color: #000;
  line-height: 2; /*行高*/
  -webkit-box-reflect: below -52px -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.3)
    );
}
h3.title__h3--case {
  font-family: var(--font-main);
  font-size: 30px;
  line-height: 1.5em;
}

.title-h3 {
  position: relative;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 22px;
  text-align: center;
}
.title-h3_en {
  font-family: var(--font-main);
  top: -30px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  color: #9fa0a0;
  font-size: 40px;
}
.title-h3::after {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  content: "";
  background: var(--color_ci);
}

/* トップ画像 */
.cos-soko__img {
  width: 100%;
  height: auto;
}

/* コスメOEM */
.cos-oem {
  background-image: url(/wp-content/uploads/2025/12/cos-oem-back.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.cos-oem__item {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.cos-oem__item--revers {
  flex-direction: row-reverse;
}
.cos-oem__title {
  font-family: var(--font-main);
  font-size: 45px;
  line-height: 2em;
  margin-bottom: 10px;
}
.cos-oem__title--big {
  font-size: 90px;
}
.cos-oem__en--unit {
  display: flex;
  gap: 50px 0;
  align-items: center;
}
.cos-oem__en--txt {
  line-height: 1.2em;
}
.cos-oem__lead {
  font-size: 30px;
}
.cos-oem__lead--ss {
  font-size: 26px;
  width: 390px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.cos-oem__en {
  border: solid 1px #000;
  font-family: var(--font-main);
  line-height: 3em;
  color: #898989;
  font-size: 24px;
  padding: 20px 20px 40px 5px;
}
.cos-oem__en--big {
  width: 1.2em;
  text-align: center;
  font-size: 120px;
}

/* コスメ OEMとはフロー */
.cos-flow__title {
  font-size: 64px;
  letter-spacing: 0.1em;
}
.cos-flow__title--blue {
  color: #000099;
}
.cos-flow__note {
  text-align: center;
}
.cos-flow__body {
  width: 700px;
  margin: 0 auto;
}
.cos-flow {
  padding-left: 145px;
  position: relative;
}
.cos-flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 145px;
}
.cos-flow > li {
  position: relative;
  list-style: none;
}
.cos-flow > li:not(:last-child) {
  margin-bottom: 60px;
}
.cos-flow > li .cos-flow__title {
  font-size: 16px;
  color: #fff;
  padding: 8px 0;
  width: 7em;
  text-align: center;
  display: block;
  position: absolute;
  top: -7px;
  left: -145px;
  z-index: 100;
}
.cos-flow > li .cos-flow__title::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 20px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.cos-flow > li .cos-flow__txt {
  padding-left: 70px;
  position: relative;
}
.cos-flow > li .cos-flow__txt::before,
.cos-flow > li .cos-flow__txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.cos-flow > li .cos-flow__txt::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.cos-flow > li .cos-flow__txt::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.cos-flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107, 144, 219);
  margin-bottom: 1vh;
}

/* コスメボタン */
.cos-button {
  display: flex;
  justify-content: center;
}
.cos-button__more {
  background-color: #33749e;
  display: inline-block;
  line-height: 1em;
  padding: 15px 40px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
}

/* コスメ こんな困り事 */
.cos-list {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}
.cos-list__title {
  position: absolute;
  top: -30px;
  right: 0;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-size: 58px;
  font-family: var(--font-main);
}
.cos-list__img {
  position: absolute;
  top: -30px;
  left: 0;
  width: 350px;
  height: 350px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.cos-list__item {
  z-index: -1;
  position: relative;
  right: 0;
  margin-top: 80px;
  padding: 40px 20px 40px 280px;
  background-color: #eae7e2;
}
.cos-list__ul {
  font-size: 27px;
  line-height: 2em;
  font-feature-settings: "palt";
}

/* コスメカテゴリー */
.cos-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.cos-menu__item {
  position: relative;
}
.cos-menu__img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  z-index: -2;
  aspect-ratio: 1 / 1;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.cos-menu__lead {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  font-size: 36px;
  font-family: var(--font-main);
  color: #000;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  line-height: 1.2em;
}
.cos-menu__lead:hover {
  color: #fbfbfb;
}
.cos-menu__lead:after {
  position: absolute;
  content: "";
  width: 190%;
  height: 100%;
  top: 0;
  left: -1050px;
  -webkit-transform: skewX(69deg);
  transform: skewX(69deg);
  mix-blend-mode: multiply;
  background-color: #008cd6;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cos-menu__lead:before {
  position: absolute;
  content: "";
  width: 190%;
  height: 100%;
  top: 0;
  left: 750px;
  -webkit-transform: skewX(69deg);
  transform: skewX(69deg);
  mix-blend-mode: multiply;
  background-color: #008cd6;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cos-menu__lead:hover:after {
  left: -442.32px;
}
.cos-menu__lead:hover:before {
  left: 140px;
}

/* 私たちの強み */
.point {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.point__item {
  position: relative;
}
.point__img {
  position: relative;
  width: 100%;
  height: auto;
}
.point__no {
  color: #000099;
  position: absolute;
  font-family: var(--font-script);
  font-size: 60px;
  line-height: 1em;
  left: -15px;
  top: -10px;
  transform: rotate(-10deg);
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff,
    -2px -2px 10px #fff;
}
.point__number {
  font-size: 70px;
}
.point__title {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-weight: var(--font-main);
  font-size: 22px;
  background-color: rgb(255 255 255 / 0.9);
  color: #000;
  line-height: 1em;
  padding: 8px 15px;
  font-family: var(--font-main);
  font-feature-settings: "palt";
}

/* OEMの流れ */
.oem-flow__body {
  background-image: url(/wp-content/uploads/2025/12/oem-flow_back.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  padding-top: 100px;
}
.oem-flow__en {
  font-size: 60px;
  font-family: var(--font-main);
  color: #898989;
  text-align: center;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff,
    -2px -2px 10px #fff;
}
.oem-flow__title {
  font-size: 32px;
  font-family: var(--font-main);
  text-align: center;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff,
    -2px -2px 10px #fff;
}
.oem-flow {
  display: flex;
  justify-content: center;
}
.oem-flow > ul {
  list-style: none;
}
.oem-flow__li {
  line-height: 1em;
  padding: 20px 0;
  width: 400px;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 600;
}
.oem-flow__next {
  position: relative;
  margin-bottom: 40px;
}
.oem-flow__next::before,
.oem-flow__next::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: calc(50% - 1px);
  width: 2px;
  height: 20px;
  border-radius: 9999px;
  background-color: #000099;
  transform-origin: 50% calc(100% - 1px);
}
.oem-flow__next::before {
  transform: rotate(67.5deg);
}
.oem-flow__next::after {
  transform: rotate(-67.5deg);
}
.oem-flow__ml1 {
  margin-left: calc(var(--oem-flow));
}
.oem-flow__ml2 {
  margin-left: calc(var(--oem-flow) * 2);
}
.oem-flow__ml3 {
  margin-left: calc(var(--oem-flow) * 3);
}
.oem-flow__ml4 {
  margin-left: calc(var(--oem-flow) * 4);
}
.oem-flow__ml5 {
  margin-left: calc(var(--oem-flow) * 5);
}
.oem-flow__ml6 {
  margin-left: calc(var(--oem-flow) * 6);
}
.oem-flow__ml7 {
  margin-left: calc(var(--oem-flow) * 7);
}
.oem-flow__ml8 {
  margin-left: calc(var(--oem-flow) * 8);
}
.oem-flow__ml9 {
  margin-left: calc(var(--oem-flow) * 9);
}
.oem-flow__ml10 {
  margin-left: calc(var(--oem-flow) * 10);
}
.oem-flow__ml11 {
  margin-left: calc(var(--oem-flow) * 11);
}

/* 処方品目一覧 */
.item-li__item {
  background-color: #fff;
  padding: 30px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.item-li__title {
  line-height: 1em;
  font-family: var(--font-main);
  font-size: 50px;
  margin-bottom: 25px;
}
.item-li__item {
  width: 620px;
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", sans-serif;
}
.item-li__column {
  display: flex;
  gap: 30px;
}
.item-li__note {
  font-size: 15px;
}
.item-li__unit--line {
  border-bottom: solid 1px #000;
}
.item-li__unit--pad1 {
  padding-bottom: 30px;
}
.item-li__unit--pad2 {
  padding: 30px 0;
}
.item-li__unit--pad3 {
  padding-top: 30px;
}
.item-li__inner1 {
  display: flex;
  position: relative;
}
.item-li__inner2 {
  display: flex;
  position: relative;
}
.item-li__inner3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 1080px;
}
.item-li__img1 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 750px;
  height: 750px;
}
.item-li__img2 {
  position: absolute;
  top: 75px;
  left: 0;
  width: 750px;
  height: 750px;
}
.item-li__img3 {
  position: absolute;
  width: 1200px;
  height: 1200px;
}

.item-li__item--left {
  position: relative /* z-indexを使うために追加 */;
  left: 0;
  z-index: +1;
}
.item-li__item--right {
  position: absolute /* z-indexを使うために追加 */;
  right: 0;
  z-index: +1;
}
.item-li__item--center {
  position: relative /* z-indexを使うために追加 */;
  z-index: +1;
}

/* ギャラリー 機械・設備 */
.gallery-cap > figure.wp-block-image figcaption {
  position: absolute;
  bottom: -9px;
  padding: 7px 0 0px 10px !important;
  height: 32px;
  background: linear-gradient(
    to right,
    rgba(0, 78, 162, 1),
    rgba(0, 160, 233, 0.7),
    rgba(255, 255, 255, 0)
  ) !important;
  text-align: left !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 1em;
  display: inline-block;
  line-height: 1em !important;
  text-shadow: none !important;
}
/* ギャラリー奇数 最後の画像 */
.gallery-size.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0;
}

/* アイキャッチ */
.cos-ec {
  background-image: url(/wp-content/uploads/2026/01/cos-back_ec.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 40vh;
  min-height: 400px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cos-ec__item {
  text-align: center;
  font-family: var(--font-main);
}
.cos-ec__en {
  font-size: 46px;
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.cos-ec__title {
  font-size: 60px;
  letter-spacing: 0.1em;
}

/* PC ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (min-width: 1024px) {
  /* PC時に改行をなくす */
  .br_sp {
    display: none;
  }
  .br_tab {
    display: none;
  }

  /* マージン */
  .mt-ss {
    margin-top: 20px !important;
  }
  .mt-s {
    margin-top: 40px !important;
  }
  .mt-m {
    margin-top: 60px !important;
  }
  .mt-l {
    margin-top: 80px !important;
  }

  .mb-ss {
    margin-bottom: 20px !important;
  }
  .mb-s {
    margin-bottom: 40px !important;
  }
  .mb-m {
    margin-bottom: 60px !important;
  }
  .mb-l {
    margin-bottom: 80px !important;
  }
  .mb-ll {
    margin-bottom: 120px !important;
  }
  .mb-3l {
    margin-bottom: 140px !important;
  }
} /* PC終了 */

/* タブレット ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (min-width: 520px) and (max-width: 1023px) {
  /* タブレット時に改行をなくす */
  .br_sp {
    display: none;
  }
  .br_pc {
    display: none;
  }

  /* マージン */
  .mt-ss {
    margin-top: 10px !important;
  }
  .mt-s {
    margin-top: 30px !important;
  }
  .mt-m {
    margin-top: 50px !important;
  }
  .mt-l {
    margin-top: 70px !important;
  }

  .mb-ss {
    margin-bottom: 10px !important;
  }
  .mb-s {
    margin-bottom: 30px !important;
  }
  .mb-m {
    margin-bottom: 50px !important;
  }
  .mb-l {
    margin-bottom: 70px !important;
  }
  .mb-ll {
    margin-bottom: 120px !important;
  }
  .mb-3l {
    margin-bottom: 140px !important;
  }
} /* タブレット終了 */

/* スマホ ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (max-width: 519px) {
  /* スマホ時に改行をなくす */
  .br_pc {
    display: none;
  }
  .br_tab {
    display: none;
  }

  /* マージン */
  .mt-ss {
    margin-top: 15px !important;
  }
  .mt-s {
    margin-top: 25px !important;
  }
  .mt-m {
    margin-top: 45px !important;
  }
  .mt-l {
    margin-top: 65px !important;
  }

  .mb-ss {
    margin-bottom: 15px !important;
  }
  .mb-s {
    margin-bottom: 25px !important;
  }
  .mb-m {
    margin-bottom: 45px !important;
  }
  .mb-l {
    margin-bottom: 65px !important;
  }
  .mb-ll {
    margin-bottom: 100px !important;
  }
  .mb-3l {
    margin-bottom: 120px !important;
  }
} /* スマホ終了 */

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "iconfont";
  src: url("/../../../fonts/iconfont.eot?xupado");
  src: url("/../../../fonts/iconfont.eot?xupado#iefix")
      format("embedded-opentype"),
    url("/../../../fonts/iconfont.ttf?xupado") format("truetype"),
    url("/../../../fonts/iconfont.woff?xupado") format("woff"),
    url("/../../../fonts/iconfont.svg?xupado#iconfont") format("svg");

  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  text-transform: none;
  font-weight: normal;
  /* speak: never; */
  font-style: normal;
  font-variant: normal;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont" !important;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-home:before {
  content: "\f015";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-phone:before {
  content: "\f095";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send:before {
  content: "\f1d8";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-telegram:before {
  content: "\f2c6";
}
