@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap");
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype");
  font-display: swap;
}
/*--------------------------
 ブレークポイント設定
----------------------------*/
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  color: #000;
  text-decoration: none;
}

:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
}
body img {
  width: 100%;
}
body .wrap {
  position: relative;
}
body .uk-container {
  max-width: 1050px;
  padding: 0px 25px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .uk-container {
    width: 100%;
    padding-left: 25px !important;
    padding-right: 25px !important;
    box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  body .uk-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333333;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
  background: #F1F4EC;
}
@media (max-width: 767px) {
  body {
    font-size: 15px !important;
  }
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}
@media (min-width: 960px) and (min-width: 960px) {
  a:hover {
    text-decoration: none;
  }
}
@media (min-width: 960px) {
  a:hover img {
    transition: all 0.5s ease 0s;
    opacity: 0.7;
  }
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 1200px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}
@media (max-width: 1200px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}
/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
/* font Apertura */
.svg-wrap {
  height: 0;
  position: relative;
}
.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #000000;
}
a:hover {
  transition: all 0.5s ease 0s;
}

.wrap {
  overflow: clip;
}
@media (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}
.wrap > p:first-of-type {
  margin: 0;
}

p,
li {
  line-height: 1.85;
}
@media (max-width: 767px) {
  p,
  li {
    line-height: 1.65;
  }
}

li {
  margin-bottom: 15px;
}

.f120 {
  font-size: 120% !important;
}

.f110 {
  font-size: 110% !important;
}

.f90 {
  font-size: 90% !important;
}

.f85 {
  font-size: 85% !important;
}

.f80 {
  font-size: 80% !important;
}

.f70 {
  font-size: 70% !important;
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: 2;
  /*ロゴ -----*/
}
header h1 {
  padding: 0;
  text-align: left;
  line-height: 1;
  margin: 0;
}
header h1 a {
  display: block;
}
header h1 a img {
  width: 250px;
  height: 45px;
}
@media (max-width: 959px) {
  header {
    top: 40px;
  }
  header h1 a img {
    width: 200px;
    height: 36px;
  }
}
@media (max-width: 640px) {
  header {
    top: 30px;
    left: 15px;
  }
}

/*--------------------------
 共通事項
----------------------------*/
/* h2見出し */
.ttl01 {
  font-size: 36px;
  font-weight: 500;
  line-height: 0.8;
  margin-bottom: 80px;
}
.ttl01 span.num {
  font-size: 46px;
}
.ttl01 span.en {
  color: #B7B7B7;
  font-size: 20px;
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.ttl01 span.en::after {
  content: "";
  width: 210px;
  height: 2px;
  background: url(../img/ttl01_line.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -215px;
}
.ttl01.center {
  text-align: center;
}
.ttl01.center span.en::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -15px;
  top: auto;
}
@media (max-width: 767px) {
  .ttl01 {
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
  }
  .ttl01 span.num {
    font-size: 42px;
  }
  .ttl01 span.en {
    font-size: 18px;
  }
  .ttl01 span.en::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -15px;
    top: auto;
  }
}
@media (max-width: 640px) {
  .ttl01 {
    font-size: 28px;
  }
  .ttl01 span.num {
    font-size: 36px;
  }
  .ttl01 span.en {
    font-size: 16px;
  }
}

/* figure ----*/
a {
  transition: all 0.5s ease 0s;
}

/*--------------------------
 メインビジュアル
----------------------------*/
.kv {
  position: relative;
  /* サブイメージ */
}
.kv__img {
  position: relative;
  height: 750px;
  padding-top: 20px;
  padding-right: 20px;
  /* snsアイコン */
}
.kv__img__bg {
  background: url(../img/kv.png) #d4d5d7 no-repeat right bottom/cover;
  position: relative;
  margin-left: 12%;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.kv__img .kv__sns {
  position: absolute;
  bottom: 50px;
  left: 30px;
  width: 30px;
}
.kv__img .kv__sns__inner > *:nth-child(n+2) {
  margin-top: 15px;
}
.kv__img .kv__sns__inner > * a {
  display: block;
}
.kv__img .kv__sns__inner > * a img {
  width: 30px;
  height: 30px;
}
@media (max-width: 1200px) {
  .kv__img {
    height: 700px;
  }
  .kv__img__bg {
    margin-left: 100px;
  }
}
@media (max-width: 959px) {
  .kv__img {
    height: 600px;
  }
  .kv__img__bg {
    margin-left: 60px;
  }
  .kv__img .kv__sns {
    left: 15px;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .kv__img {
    height: 500px;
  }
  .kv__img__bg {
    background-position: 50% bottom;
  }
  .kv__img .kv__sns {
    left: auto;
    bottom: -60px;
    right: 30px;
    width: auto;
  }
  .kv__img .kv__sns__inner {
    display: flex;
    justify-content: flex-end;
  }
  .kv__img .kv__sns__inner > *:nth-child(n+2) {
    margin-top: 0px;
    margin-left: 15px;
  }
}
@media (max-width: 640px) {
  .kv__img {
    height: auto;
    position: relative;
    padding-bottom: 37%;
  }
  .kv__img__bg {
    border-radius: 10px;
    margin: 0;
    left: 30px;
    background-size: 180% auto;
    background-position: 70% bottom;
    top: 15px;
    right: 15px;
    position: absolute;
    padding: 0;
    height: 100%;
    width: calc(100% - 45px);
  }
  .kv__img .kv__sns {
    left: auto;
    bottom: -60px;
    right: 30px;
    width: auto;
  }
}
.kv__text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: calc(12% - 50px);
  width: 70%;
  max-width: 650px;
}
.kv__text h2 {
  font-size: 45px;
  font-weight: 500;
  text-align: left;
}
.kv__text p {
  text-align: justify;
}
@media (max-width: 1200px) {
  .kv__text {
    left: 50px;
    max-width: 550px;
  }
  .kv__text h2 {
    font-size: 40px;
  }
}
@media (max-width: 959px) {
  .kv__text {
    left: 30px;
  }
  .kv__text h2 {
    font-size: 34px;
  }
  .kv__text p {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .kv__text h2 {
    font-size: 28px;
  }
  .kv__text p {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .kv__text {
    position: absolute;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    position: relative;
    margin: 70px 0 0;
    margin-left: 15px;
    width: 100%;
  }
  .kv__text h2 {
    line-height: 1.4;
  }
  .kv__text p {
    width: calc(100% - 30px);
    font-size: 14px;
  }
}
.kv .sv__img {
  display: flex;
  margin-left: 15%;
  margin-right: 70px;
  margin-top: -100px;
  position: relative;
  z-index: 3;
}
.kv .sv__img > div > * img {
  border-radius: 5px;
  overflow: hidden;
}
.kv .sv__img__01 {
  display: flex;
  margin-left: -25px;
}
.kv .sv__img__01 > * {
  margin-left: 25px;
}
.kv .sv__img__01 > *:nth-child(2) {
  margin-top: -50px;
}
.kv .sv__img__01 > *:nth-child(3) {
  margin-top: 25px;
}
.kv .sv__img__02 {
  display: flex;
  margin-top: 150px;
  margin-left: 50px;
}
@media (max-width: 959px) {
  .kv .sv__img {
    margin-top: -50px;
    margin-left: 90px;
    margin-right: 50px;
  }
  .kv .sv__img__01 {
    margin-left: -15px;
  }
  .kv .sv__img__01 > * {
    margin-left: 15px;
  }
  .kv .sv__img__01 > *:nth-child(2) {
    margin-top: -30px;
  }
  .kv .sv__img__01 > *:nth-child(3) {
    margin-top: 15px;
  }
  .kv .sv__img__02 {
    margin-top: 100px;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .kv .sv__img {
    flex-wrap: wrap;
    margin: -50px auto 0;
  }
  .kv .sv__img__01 {
    margin-left: 0px;
    width: 70%;
  }
  .kv .sv__img__02 {
    width: 90%;
    margin: 30px auto;
  }
}
@media (max-width: 640px) {
  .kv .sv__img {
    margin: -40px auto 0;
  }
  .kv .sv__img__01 {
    width: 65%;
  }
  .kv .sv__img__01 > *:nth-child(2) {
    margin-top: -15px;
  }
  .kv .sv__img__01 > *:nth-child(3) {
    margin-top: 0px;
  }
}

/*--------------------------
 7つの特徴
----------------------------*/
.features__cnts .features__box {
  max-width: 1800px;
  margin: 150px auto;
  position: relative;
  /* 偶数 */
  /* 01 命 */
  /* 02 安全衛生管理 */
  /* 03 栄養 */
  /* 04 持続可能な取り組み */
  /*05 手間ひま惜しまず */
  /*06 国産品質*/
  /*07 徹底したトレーサビリティ*/
}
@media (max-width: 767px) {
  .features__cnts .features__box {
    width: calc(100% - 50px);
    margin: 80px auto;
  }
}
@media (max-width: 640px) {
  .features__cnts .features__box {
    width: calc(100% - 40px);
    margin: 60px auto;
  }
}
.features__cnts .features__box .features__img {
  height: 450px;
  width: calc(50% - 50px);
  border-radius: 0 15px 15px 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
@media (min-width: 1800px) {
  .features__cnts .features__box .features__img {
    border-radius: 15px !important;
    width: calc(50% - 100px) !important;
    margin-left: 50px;
  }
}
@media (max-width: 1200px) {
  .features__cnts .features__box .features__img {
    height: 400px;
  }
}
@media (max-width: 959px) {
  .features__cnts .features__box .features__img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .features__cnts .features__box .features__img {
    border-radius: 10px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 640px) {
  .features__cnts .features__box .features__img {
    height: 250px;
  }
}
.features__cnts .features__box .features__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.features__cnts .features__box .features__img.waku {
  border: 1px solid #ccc;
}
.features__cnts .features__box .features__text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 50%;
  right: calc((100% - 1000px) / 2);
}
@media (max-width: 1200px) {
  .features__cnts .features__box .features__text {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .features__cnts .features__box .features__text {
    position: absolute;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    position: relative;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    margin-top: 20px;
    z-index: 2;
  }
}
.features__cnts .features__box .features__text h3 {
  font-size: 36px;
  font-weight: 500;
  border-bottom: solid 2px;
  padding-bottom: 20px;
  line-height: 1.1;
  position: relative;
  width: calc(100% - 50px);
  z-index: 0;
  /* number*/
}
@media (max-width: 1200px) {
  .features__cnts .features__box .features__text h3 {
    font-size: 32px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 640px) {
  .features__cnts .features__box .features__text h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }
}
.features__cnts .features__box .features__text h3 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.features__cnts .features__box .features__text h3::after {
  content: "";
  width: 250px;
  height: 250px;
  background: no-repeat center/contain;
  position: absolute;
  right: -130px;
  bottom: -70px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .features__cnts .features__box .features__text h3::after {
    width: 200px;
    height: 200px;
    right: -80px;
    bottom: -60px;
  }
}
@media (max-width: 959px) {
  .features__cnts .features__box .features__text h3::after {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .features__cnts .features__box .features__text h3::after {
    width: 120px;
    height: 120px;
    right: -50px;
    bottom: -30px;
  }
}
@media (max-width: 640px) {
  .features__cnts .features__box .features__text h3::after {
    width: 100px;
    height: 100px;
    right: -40px;
    bottom: -20px;
  }
}
.features__cnts .features__box .features__text p {
  z-index: 2;
  position: relative;
  text-align: justify;
}
.features__cnts .features__box:first-child {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .features__cnts .features__box:first-child {
    margin-top: 50px;
  }
}
.features__cnts .features__box:nth-child(even) .features__img {
  margin-left: calc(50% + 50px);
  border-radius: 15px 0 0 15px;
}
@media (min-width: 1800px) {
  .features__cnts .features__box:nth-child(even) .features__img {
    margin-right: 50px;
    margin-left: calc(50% + 50px);
  }
}
.features__cnts .features__box:nth-child(even) .features__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.features__cnts .features__box:nth-child(even) .features__text {
  right: 50%;
  left: calc((100% - 1000px) / 2);
}
@media (max-width: 1200px) {
  .features__cnts .features__box:nth-child(even) .features__text {
    left: 50px;
  }
}
.features__cnts .features__box.yellow .features__text h3 {
  border-bottom-color: #F3C832;
  /* number*/
}
.features__cnts .features__box.yellow .features__text h3::after {
  content: "";
  background-image: url(../img/features_num01.png);
}
.features__cnts .features__box.orange .features__text h3 {
  border-bottom-color: #E59B3E;
}
.features__cnts .features__box.orange .features__text h3::after {
  content: "";
  background-image: url(../img/features_num02.png);
}
.features__cnts .features__box.red .features__text h3 {
  border-bottom-color: #D4474F;
}
.features__cnts .features__box.red .features__text h3::after {
  content: "";
  background-image: url(../img/features_num03.png);
}
.features__cnts .features__box.pink .features__text h3 {
  border-bottom-color: #DA74A2;
}
.features__cnts .features__box.pink .features__text h3::after {
  content: "";
  background-image: url(../img/features_num04.png);
}
.features__cnts .features__box.purple .features__text h3 {
  border-bottom-color: #915798;
}
.features__cnts .features__box.purple .features__text h3::after {
  content: "";
  background-image: url(../img/features_num05.png);
}
.features__cnts .features__box.lightblue .features__text h3 {
  border-bottom-color: #4EB5E8;
}
.features__cnts .features__box.lightblue .features__text h3::after {
  content: "";
  background-image: url(../img/features_num06.png);
}
.features__cnts .features__box.green .features__text h3 {
  border-bottom-color: #72B255;
}
.features__cnts .features__box.green .features__text h3::after {
  content: "";
  background-image: url(../img/features_num07.png);
}

/*--------------------------
 獣害の現状について,
 私たちについて　共通
----------------------------*/
.animal-damage .text-img,
.about .text-img {
  flex-wrap: wrap;
}
.animal-damage .text-img .text,
.about .text-img .text {
  width: 50%;
  position: relative;
}
.animal-damage .text-img .text__inner,
.about .text-img .text__inner {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.animal-damage .text-img .text h3,
.about .text-img .text h3 {
  font-weight: 700;
}
.animal-damage .text-img .img,
.about .text-img .img {
  width: calc(50% - 70px);
  margin-left: 70px;
}
.animal-damage .text-img .img__inner,
.about .text-img .img__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.animal-damage .text-img .img__inner img,
.about .text-img .img__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .animal-damage .text-img .text,
  .about .text-img .text {
    width: 60%;
  }
  .animal-damage .text-img .img,
  .about .text-img .img {
    width: calc(40% - 50px);
    margin-left: 50px;
  }
}
@media (max-width: 959px) {
  .animal-damage .text-img .text,
  .about .text-img .text {
    width: 100%;
    max-width: 700px;
    margin: 40px auto 0;
    order: 2;
  }
  .animal-damage .text-img .img,
  .about .text-img .img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    order: 1;
  }
}

/*--------------------------
 獣害の現状について
----------------------------*/
.animal-damage {
  background: url(../img/ad_bg.svg) #1A473A no-repeat center bottom/100% auto;
  padding-bottom: 28%;
}
@media (max-width: 640px) {
  .animal-damage {
    background-size: auto 200px;
    padding-bottom: 200px;
  }
}
.animal-damage h2.ttl01 {
  color: #fff;
}
.animal-damage .text-img .text__inner {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.animal-damage .text-img .text p {
  color: #fff;
}
.animal-damage .text-img .img__inner {
  border-radius: 50%;
}
@media (max-width: 959px) {
  .animal-damage .text-img .text__inner {
    position: absolute;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    position: relative;
  }
}

/*--------------------------
 私たちについて
----------------------------*/
.about__cnts .text-img .img__inner {
  border-radius: 5px;
}
.about__cnts .text-img .img__inner img {
  width: 100%;
  height: auto;
}
.about__cnts .text-img .text {
  padding: 10px 0;
}
.about__cnts .text-img .text p {
  margin-bottom: 40px;
}
.about__cnts .text-img .text p:last-child {
  margin-bottom: 0;
}
.about__cnts .text-img .text p.ld {
  font-size: 125%;
}
.about__cnts .text-img:first-child {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .about__cnts .text-img:first-child {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

/*--------------------------
 商品紹介
----------------------------*/
.products {
  background: #fff;
  padding-bottom: 0;
}
.products__cnts {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #B7B7B7;
  border-left: 1px solid #B7B7B7;
}
.products__cnts .products__box {
  width: 33.33%;
  border-right: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
  box-sizing: border-box;
  position: relative;
  padding: 0px 50px 15px;
  box-sizing: border-box;
  /* #1 スペアリブ */
  /* #2 足骨 */
  /* #3 赤身肉ジャーキー */
  /* #4 内臓ジャーキー */
  /* #5 アキレス腱 */
  /* #6 肩甲骨 */
  /* #7 ふりかけ */
  /* NAMA-赤身 */
  /* オンラインショップ */
}
@media (max-width: 1200px) {
  .products__cnts .products__box {
    padding: 0 30px 10px;
  }
}
@media (max-width: 959px) {
  .products__cnts .products__box {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .products__cnts .products__box {
    width: 100%;
  }
}
.products__cnts .products__box .text-top {
  position: relative;
  padding: 30px 0 10px;
}
.products__cnts .products__box .text-top::after {
  content: "";
  width: 155px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  z-index: 0;
}
.products__cnts .products__box .shika {
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
}
.products__cnts .products__box .shika img {
  width: 155px;
  height: 100px;
}
.products__cnts .products__box h3 {
  font-weight: 900;
  font-size: 26px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 10px 0 40px;
  color: #000;
}
.products__cnts .products__box h3::after {
  content: "";
  width: 110px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
}
.products__cnts .products__box p {
  position: relative;
  z-index: 1;
  font-weight: 500;
  line-height: 1.65;
}
.products__cnts .products__box .attention {
  margin: 20px 0;
  text-align: center;
}
.products__cnts .products__box .attention .btn {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: block;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.products__cnts .products__box .attention .btn::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/ico_plus.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -20px;
}
.products__cnts .products__box .attention .btn.active::after {
  background: url(../img/ico_minus.svg) no-repeat center/contain;
}
.products__cnts .products__box .img {
  padding-top: 75%;
  position: relative;
}
.products__cnts .products__box .img a.link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.products__cnts .products__box .img .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  padding: 0;
  display: none;
  overflow: scroll;
}
.products__cnts .products__box .img .overlay .overlay__text {
  font-weight: 400;
  font-size: 80%;
}
.products__cnts .products__box.yellow .text-top::after {
  background-color: #F3C832;
}
.products__cnts .products__box.yellow .img {
  background: url(../img/products_img01.jpg) no-repeat center/contain;
}
.products__cnts .products__box.orange .text-top::after {
  background-color: #E59B3E;
}
.products__cnts .products__box.orange .img {
  background: url(../img/products_img02.jpg) no-repeat center/contain;
}
.products__cnts .products__box.red .text-top::after {
  background-color: #D4474F;
}
.products__cnts .products__box.red .img {
  background: url(../img/products_img03.jpg) no-repeat center/contain;
}
.products__cnts .products__box.pink .text-top::after {
  background-color: #DA74A2;
}
.products__cnts .products__box.pink .img {
  background: url(../img/products_img04.jpg) no-repeat center/contain;
}
.products__cnts .products__box.purple .text-top::after {
  background-color: #915798;
}
.products__cnts .products__box.purple .img {
  background: url(../img/products_img05.jpg) no-repeat center/contain;
}
.products__cnts .products__box.lightblue .text-top::after {
  background-color: #4EB5E8;
}
.products__cnts .products__box.lightblue .img {
  background: url(../img/products_img06.jpg) no-repeat center/contain;
}
.products__cnts .products__box.green .text-top::after {
  background-color: #72B255;
}
.products__cnts .products__box.green .img {
  background: url(../img/products_img07.jpg) no-repeat center/contain;
}
.products__cnts .products__box.gray .text-top::after {
  background-color: #BCBCBC;
}
.products__cnts .products__box.gray h3 {
  color: #D4474F;
}
.products__cnts .products__box.gray .img {
  background: url(../img/products_img08.jpg) no-repeat center/contain;
}
.products__cnts .products__box.shop {
  background: #EBEBEB;
  min-height: 400px;
}
.products__cnts .products__box.shop .shop__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 270px;
  width: 100%;
}
.products__cnts .products__box.shop .shop__inner .ico img {
  width: 75px;
  height: 73px;
}
.products__cnts .products__box.shop .shop__inner .btn {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  display: block;
  line-height: 1;
  width: 100%;
  padding: 18px;
  border-radius: 26px;
  background: #fff;
  color: #000;
  border: none;
  font-weight: 500;
  box-sizing: border-box;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}
.products__cnts .products__box.shop .shop__inner .btn:hover {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0));
  background: #000;
  color: #fff;
}

/*--------------------------
 footer
----------------------------*/
footer {
  position: relative;
  background: #333333;
  padding: 60px 0;
}
@media (max-width: 640px) {
  footer {
    padding: 40px 0;
  }
}
footer .uk-container {
  max-width: 1200px;
}
footer .uk-container .uk-flex {
  justify-content: space-between;
  color: #fff;
  align-items: center;
}
footer .uk-container .uk-flex .ft__info p {
  margin: 0;
  font-size: 14px;
}
footer .uk-container .uk-flex .ft__info p.logo {
  margin-bottom: 15px;
}
footer .uk-container .uk-flex .ft__info p.logo img {
  width: 166px;
  height: 30px;
}
footer .uk-container .uk-flex .ft__copy p {
  margin: -20px 0 0;
  font-size: 12px;
}
@media (max-width: 640px) {
  footer .uk-container .uk-flex {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer .uk-container .uk-flex .ft__info, footer .uk-container .uk-flex .ft__copy {
    width: 100%;
  }
  footer .uk-container .uk-flex .ft__copy p {
    margin: 20px 0 0;
  }
}/*# sourceMappingURL=style.css.map */