@charset "UTF-8";
#productList, #story #profile .twoColumn, #productPage .bottom_image ul, .twoColumns, .twoColumnsIMG, .threeColumns, footer ul, footer .product {
  display: flex;
  justify-content: space-between;
}

#menu #menuInner, #menu h1, #menu img.brandLOGO, main, header h1, header h2, .topLayout, .topLayout a, #lineUp, #mv, #productPage .bottom_image h2, #productPage .bottom_image a.minne, #productPage .bottom_image a.linkBtn, #contact main section, footer .footerInner, footer .product {
  margin-left: auto;
  margin-right: auto;
}

#menu ul li, .topLayout, #lineUp, #productPage .headLayout h2,
#productPage .secondaryLayout h2,
#productPage .notes h2,
#productPage #importantNote h2, #productPage .bottom_image h2, #productPage .bottom_image h2 + h3, #productPage .bottom_image h2 + p, footer {
  text-align: center;
}

@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  16% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0;
    transform: scale(1.15);
  }
  96% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  16% {
    opacity: 0;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  36% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  36% {
    opacity: 0;
    transform: scale(1);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
  56% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes slide-animation-04 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  56% {
    opacity: 0;
    transform: scale(1);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  76% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes slide-animation-05 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  76% {
    opacity: 0;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  96% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.15);
  }
}
/* ==========================================

初期設定

========================================== */
body {
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Osaka", sans-serif, Verdana, “Droid Sans”;
  color: #333;
  text-align: left;
  background-color: #f2f2f2;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body.noScroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.8rem;
  }
}

p,
li,
dt,
dd,
th,
td,
figcaption {
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  p,
  li,
  dt,
  dd,
  th,
  td,
  figcaption {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  p,
  li,
  dt,
  dd,
  th,
  td,
  figcaption {
    font-size: 1.4rem;
  }
}

address {
  font-size: 1.8rem;
  font-style: normal;
}
@media screen and (max-width: 1000px) {
  address {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  address {
    font-size: 1.4rem;
  }
}

/* ==========================================

PC/Tablet/SPで表示・非表示

========================================== */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tablet {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tablet {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* ==========================================

商品ラインナップ（基本：トップ）

========================================== */
#productList {
  flex-wrap: wrap;
  justify-content: left;
}
#productList div {
  width: 32.92%;
  position: relative;
  margin-bottom: min(1.09809vw, 15px);
  margin-right: 0.62%;
}
#productList div:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #productList div {
    width: 48.43%;
  }
  #productList div:nth-of-type(3n) {
    margin-right: 0.62%;
  }
  #productList div:nth-of-type(even) {
    margin-right: 0;
  }
}
#productList div span.productEN {
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  position: absolute;
  left: min(1.09809vw, 15px);
  top: min(1.09809vw, 15px);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  z-index: 100;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  #productList div span.productEN {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #productList div span.productEN {
    font-size: 1.2rem;
  }
}
#productList div span.productJP {
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  margin-top: min(0.366vw, 5px);
}
@media screen and (max-width: 1000px) {
  #productList div span.productJP {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #productList div span.productJP {
    font-size: 1.2rem;
    margin-top: 3px;
  }
}
#productList div:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #productList div:nth-last-child(-n+3) {
    margin-bottom: min(1.09809vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  #productList div:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

/* ==========================================

ハンバーガーメニュー

========================================== */
#menu {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  transition: all 0.5s;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
  overflow-y: scroll;
  padding: 3.660322vw;
}
#menu.panelactive {
  opacity: 1;
  z-index: 999;
}
#menu #menuInner {
  max-width: 824px;
  font-family: "Open Sans", sans-serif;
}
#menu h1 {
  max-width: 135px;
  width: 16.38349vw;
}
#menu ul {
  padding: 3.660322vw 0;
}
#menu ul li:nth-child(n+1):nth-child(-n+2) a, #menu ul li:nth-child(4) a {
  display: block;
  font-size: 2.5rem;
  height: 52px;
  line-height: 52px;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 767px) {
  #menu ul li:nth-child(n+1):nth-child(-n+2) a, #menu ul li:nth-child(4) a {
    font-size: 1.6rem;
  }
}
#menu ul li:nth-child(n+2):nth-child(-n+3), #menu ul li:nth-child(4) {
  margin-top: 10px;
}
#menu ul li:nth-child(3) {
  background-color: #fff;
  padding-top: 30px;
}
#menu ul li:nth-child(3) span {
  display: block;
}
#menu img.brandLOGO {
  max-width: 166px;
  width: 20.1456vw;
}
@media screen and (max-width: 767px) {
  #menu img.brandLOGO {
    width: 28%;
    max-width: 105px;
    margin-bottom: 5px;
  }
}
#menu #productList {
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #menu #productList {
    padding: 20px;
  }
}
#menu #productList div span.productEN {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  position: absolute;
  left: 0px;
  top: 0;
  padding: 2px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #menu #productList div span.productEN {
    font-size: 1rem;
  }
}
#menu #productList div span.productJP {
  font-size: 1.3rem;
  display: block;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #menu #productList div span.productJP {
    font-size: 1rem;
  }
}

.menuBtn {
  position: fixed;
  z-index: 10001;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .menuBtn {
    width: clamp(45px, 8.8888vw, 80px);
    height: clamp(45px, 8.8888vw, 80px);
  }
}
.menuBtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  background-color: #fff;
  width: 45%;
}
.menuBtn span:nth-of-type(1) {
  margin-top: max(-1.5vw, -10px);
}
.menuBtn span:nth-of-type(3) {
  margin-top: min(1.5vw, 10px);
}
.menuBtn.active span {
  top: 50%;
  left: 50%;
  margin-top: 0;
  width: 45%;
  transform-origin: center center;
}
.menuBtn.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menuBtn.active span:nth-of-type(2) {
  opacity: 0;
}
.menuBtn.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ==========================================

ページトップボタン

========================================== */
#page-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 100;
}
#page-top #move-page-top {
  width: 80px;
  height: 60px;
  background: #888;
  border: 1px solid #fff;
  display: block;
  cursor: pointer;
  transition: opacity 0.5s ease, background-position 0s;
}
#page-top #move-page-top:hover {
  opacity: 0.6;
}
#page-top #move-page-top::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #page-top {
    right: 20px;
    bottom: 20px;
  }
  #page-top #move-page-top {
    width: 40px;
    height: 40px;
  }
  #page-top #move-page-top::before {
    width: 8px;
    height: 8px;
  }
}

/* ==========================================

メインコンテンツ

========================================== */
main {
  max-width: 900px;
  width: 93.6%;
}

/* ==========================================

ヘッダー

========================================== */
header {
  padding-top: clamp(15px, 2.1961vw, 30px);
  padding-bottom: clamp(15px, 1.9033vw, 26px);
}
@media screen and (max-width: 767px) {
  header {
    padding: min(5.33vw, 20px);
  }
}
header h1,
header h2 {
  font-size: 0;
}
header h1 {
  max-width: 200px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  header h1 {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  header h1 {
    max-width: 150px;
    margin-bottom: 10px;
  }
}
header h2 {
  max-width: 69px;
}
@media screen and (max-width: 1000px) {
  header h2 {
    max-width: 62px;
  }
}
@media screen and (max-width: 767px) {
  header h2 {
    max-width: 51px;
  }
}

/* ==========================================

トップ

========================================== */
#top main {
  max-width: 1366px;
  width: 100%;
}
#top header {
  position: relative;
  padding: 0;
}
#top header #fadeImage {
  position: relative;
  width: 100%;
  height: min(48vw, 100vh);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #top header #fadeImage {
    height: min(56vw, 100vh);
  }
  #top header #fadeImage::before {
    content: "";
    display: inline-block;
    width: min(9.3333vw, 35px);
    height: min(8.53333vw, 32px);
    background-image: url(/common_img/cat_white.svg);
    background-size: cover;
    background-position: center bottom;
    vertical-align: middle;
    position: absolute;
    top: max(-4.26666vw, -16px);
    left: 3.2%;
    z-index: 1;
  }
  #top header #fadeImage::after {
    content: "";
    display: inline-block;
    width: min(6.666vw, 25px);
    height: min(15.733vw, 59px);
    background-image: url(/common_img/guitar_white.svg);
    background-size: cover;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    right: 3.2%;
  }
}
#top header .img01,
#top header .img02,
#top header .img03,
#top header .img04,
#top header .img05,
#top header .img06 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#top header .img01 {
  background-image: url("/images/03_kitty_cute.jpg");
  animation: slide-animation-01 25s infinite;
}
#top header .img02 {
  background-image: url("/images/02_zoe_sleep.jpg");
  animation: slide-animation-02 25s infinite;
}
#top header .img03 {
  background-image: url("/images/01_kitty_sleep.jpg");
  animation: slide-animation-03 25s infinite;
}
#top header .img04 {
  background-image: url("/images/04_zoe_dinosaur.jpg");
  animation: slide-animation-04 25s infinite;
}
#top header .img05 {
  background-image: url("/images/05_kitty_back.jpg");
  animation: slide-animation-05 25s infinite;
}
#top header .topLogo {
  position: absolute;
  background-color: rgba(157, 156, 170, 0.42);
  display: inline-block;
  height: 100%;
  margin-left: min(8.784773vw, 120px);
  width: min(22.1083vw, 302px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top header .topLogo {
    position: static;
    display: block;
    height: auto;
    margin: 0;
    background-color: transparent;
    width: 100%;
    padding: min(5.33vw, 20px);
  }
}
#top header .topLogo::before {
  content: "";
  display: inline-block;
  width: min(3.3674vw, 46px);
  height: min(2.1961vw, 30px);
  background-image: url(/common_img/cat_white.svg);
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: max(-0.7320644vw, -10px);
  left: min(2.1961932vw, 30px);
}
@media screen and (max-width: 767px) {
  #top header .topLogo::before {
    display: none;
  }
}
#top header .topLogo::after {
  content: "";
  display: inline-block;
  width: min(2.928vw, 40px);
  height: min(6.9546vw, 95px);
  background-image: url(/common_img/guitar_white.svg);
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: min(2.1961932vw, 30px);
}
@media screen and (max-width: 767px) {
  #top header .topLogo::after {
    display: none;
  }
}
#top header .topLogo h1 {
  width: min(17.7159vw, 242px);
  margin-bottom: min(1.09809vw, 15px);
}
@media screen and (max-width: 767px) {
  #top header .topLogo h1 {
    max-width: 150px;
    width: initial;
    margin-bottom: 10px;
  }
}
#top header .topLogo h2 {
  width: min(8.125915vw, 111px);
}
@media screen and (max-width: 767px) {
  #top header .topLogo h2 {
    max-width: 51px;
    width: initial;
  }
}
#top header .topLogoInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #top header .topLogoInner {
    position: static;
    transform: translate(0%, 0%);
  }
}

/* ==========================================

Title

========================================== */
.topTitle {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 4.9rem;
  color: #59535d;
  position: relative;
  display: inline-block;
  margin-bottom: clamp(15px, 2.196vw, 30px);
}
@media screen and (max-width: 1000px) {
  .topTitle {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .topTitle {
    font-size: 3.6rem;
  }
}
.topTitle::before {
  content: "";
  display: inline-block;
  width: min(1.2445vw, 17px);
  height: min(1.09809vw, 15px);
  background-image: url(/common_img/cat_gray.svg);
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .topTitle::before {
    width: min(1.953125vw, 15px);
    height: min(1.6927vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .topTitle::before {
    width: min(3.4666vw, 13px);
    height: min(3.2vw, 12px);
  }
}
.topTitle::after {
  content: "";
  width: min(2.04978vw, 28px);
  height: 1px;
  background-color: #59535d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .topTitle::after {
    width: min(5.6vw, 21px);
  }
}

#lineUp .topTitle::before {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  top: max(-0.5856vw, -8px);
}

#contact .topTitle::before {
  left: 26%;
  right: auto;
}

#profile .topTitle::before {
  left: 42%;
  right: auto;
}

/* ==========================================

言語設定

========================================== */
#lang {
  text-align: center;
  margin-top: clamp(15px, 2.196vw, 30px);
}
#lang ul {
  display: inline-block;
}
#lang ul li {
  display: inline-block;
}
#lang ul li:first-child {
  margin-right: 10px;
}
#lang ul li a {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  width: 130px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  #lang ul li a {
    font-size: 1.1rem;
    width: 110px;
    height: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  #lang ul li a {
    font-size: 1rem;
    width: 100px;
    height: 26px;
    line-height: 26px;
  }
}
#lang ul li a.english {
  background: #0358a1;
}
#lang ul li a.japanese {
  background: #b0000d;
}

/* ==========================================

top layout

========================================== */
.topLayout {
  width: 93.6%;
  margin-top: clamp(30px, 5.565vw, 80px);
}
.topLayout h3,
.topLayout p {
  font-family: "M PLUS 1p", sans-serif;
  color: #59535d;
}
.topLayout h3 {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .topLayout h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .topLayout h3 {
    font-size: 1.6rem;
  }
}
.topLayout p {
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  .topLayout p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .topLayout p {
    font-size: 1.4rem;
    margin-top: clamp(15px, 2.196vw, 30px);
  }
}
.topLayout strong {
  font-weight: 700;
}
.topLayout a {
  display: block;
  text-align: center;
  line-height: 52px;
  height: 52px;
  background: #000;
  color: #fff;
  position: relative;
  width: min(30.8199vw, 421px);
  margin-top: clamp(15px, 2.196vw, 30px);
  background-color: #59535d;
  font-size: 1.8rem;
}
.topLayout a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .topLayout a {
    line-height: 46px;
    height: 46px;
  }
  .topLayout a::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .topLayout a {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .topLayout a {
    font-size: 1.4rem;
  }
}

/* ==========================================

top Line up

========================================== */
#lineUp {
  width: 95.6%;
  margin-top: clamp(30px, 5.565vw, 80px);
  background-color: #fff;
  padding: clamp(30px, 5.565vw, 80px) clamp(20px, 3.6603vw, 50px);
}
@media screen and (max-width: 767px) {
  #lineUp {
    width: 100%;
    padding: clamp(30px, 5.565vw, 80px) 3.2%;
  }
}

/* ==========================================

Brand Story

========================================== */
#story #storyArea,
#story #origin,
#story #profile {
  background-color: #fff;
  text-align: center;
  padding: clamp(30px, 5.565vw, 80px);
}
#story #storyArea p,
#story #origin p,
#story #profile p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  margin-bottom: clamp(15px, 2.196vw, 30px);
  text-align: left;
  line-height: 1.8;
}
#story #storyArea p.noMargin,
#story #origin p.noMargin,
#story #profile p.noMargin {
  margin-bottom: 0;
}
#story #storyArea p.topMargin,
#story #origin p.topMargin,
#story #profile p.topMargin {
  margin-top: clamp(30px, 5.565vw, 80px);
}
@media screen and (max-width: 767px) {
  #story #storyArea,
  #story #origin,
  #story #profile {
    padding: clamp(30px, 5.565vw, 80px) 3.2%;
  }
}
#story #origin,
#story #profile {
  margin-top: clamp(30px, 5.565vw, 80px);
}
#story .topTitle {
  margin-bottom: 0;
}
#story h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin: clamp(30px, 5.565vw, 80px) 0 clamp(15px, 2.196vw, 30px);
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  #story h3 {
    font-size: 1.8rem;
  }
}
#story .fRight {
  float: right;
  width: min(28.37%, 210px);
  padding: 0 0 min(1.098vw, 15px) min(1.098vw, 15px);
}
@media screen and (max-width: 767px) {
  #story .fRight {
    width: min(40%, 175px);
  }
}
#story .fLeft {
  float: left;
  width: min(28.37%, 210px);
  padding: 0 min(2.1961932vw, 30px) min(2.1961932vw, 30px) 0;
}
@media screen and (max-width: 767px) {
  #story .fLeft {
    width: min(40%, 175px);
  }
}
#story figcaption {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #story figcaption {
    font-size: 1rem;
  }
}
#story #profile h3 {
  text-align: left;
  font-weight: 400;
  margin: 0 0 clamp(15px, 2.196vw, 30px);
}
#story #profile h3 span {
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #story #profile h3 {
    font-size: 1.4rem;
  }
}
#story #profile .twoColumn {
  margin-top: clamp(20px, 3.6603vw, 50px);
}
#story #profile .twoColumn div:first-child {
  width: 27.7%;
}
#story #profile .twoColumn div:last-child {
  width: 68.24%;
}
#story #profile li {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
  font-size: 1.4rem;
  padding-left: min(1.4rem, 14px);
  text-indent: max(-1.4rem, -14px);
}
#story #profile li::before {
  content: "・";
}
@media screen and (max-width: 767px) {
  #story #profile li {
    font-size: 1.1rem;
    padding-left: min(1.1rem, 11px);
    text-indent: max(-1.1rem, -11px);
  }
}

/* ==========================================

製品ページメインビジュアル

========================================== */
#mvArea {
  background-color: #fff;
  padding-bottom: clamp(30px, 5.565vw, 80px);
}
@media screen and (max-width: 767px) {
  #mvArea {
    padding-bottom: 0;
  }
}

#mv {
  max-width: 700px;
  position: relative;
}
#mv .pTitle {
  position: absolute;
  z-index: 100;
  left: min(2.1961vw, 30px);
  top: min(2.1961vw, 30px);
}
#mv h3,
#mv p {
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
#mv h3 {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  #mv h3 {
    font-size: 3rem;
  }
}
#mv p {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #mv p {
    font-size: 1rem;
  }
}

/* ---------------------------------------
Slick 矢印
--------------------------------------- */
.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  z-index: 100;
}

.slick-prev {
  left: -14.0556vw;
}
@media screen and (max-width: 1000px) {
  .slick-prev {
    left: 0vw;
  }
}

.slick-next {
  right: -14.0556vw;
}
@media screen and (max-width: 1000px) {
  .slick-next {
    right: 0vw;
  }
}

.slick-prev::before,
.slick-next::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.slick-prev::before {
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
}
@media screen and (max-width: 1000px) {
  .slick-prev::before {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev::before {
    display: none;
  }
}

.slick-next::before {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
@media screen and (max-width: 1000px) {
  .slick-next::before {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .slick-next::before {
    display: none;
  }
}

/* ---------------------------------------
Slick dots
--------------------------------------- */
.slick-dots li button:before {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .slick-dots li button:before {
    font-size: 1.5rem;
  }
}

.slick-dots li {
  width: 15px;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 10px;
  }
}

.slick-dots {
  bottom: 0px;
  z-index: 100;
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

/* ==========================================

製品ページ

========================================== */
#productPage main section {
  margin-top: clamp(30px, 5.565vw, 80px);
}
#productPage main section p,
#productPage main section ul {
  margin-bottom: clamp(15px, 2.196vw, 30px);
}
#productPage main section p:last-child,
#productPage main section ul:last-child {
  margin-bottom: 0;
}
#productPage main section p.noMargin,
#productPage main section ul.noMargin {
  margin-bottom: 0;
}
#productPage main section h3,
#productPage main section li {
  line-height: 1.6;
}
#productPage main section h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #productPage main section h3 {
    font-size: 1.6rem;
  }
}
#productPage main section dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(15px, 2.196vw, 30px);
}
#productPage main section dl.noFlex {
  display: block;
}
#productPage main section dl.noFlex dt {
  width: 100%;
  font-weight: 700;
}
#productPage main section dl.noFlex dd {
  width: 100%;
}
#productPage main section dl.noFlex dd::before {
  content: "";
}
#productPage main section dt {
  width: 15%;
}
#productPage main section dd {
  width: 80%;
}
#productPage main section dd::before {
  content: "：";
}
#productPage main section ol {
  margin-bottom: clamp(15px, 2.196vw, 30px);
}
#productPage main section ol li:nth-child(1)::before {
  content: "①";
}
#productPage main section ol li:nth-child(2)::before {
  content: "②";
}
#productPage main section ol li:nth-child(3)::before {
  content: "③";
}
#productPage main section ol li:nth-child(4)::before {
  content: "④";
}
#productPage main section h2 + h3 {
  text-align: center;
  margin-bottom: 5px;
}
#productPage main section .patternList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(20px, 3.6603vw, 50px);
}
#productPage main section .patternList li {
  width: 20%;
  border-left: 1px solid #000;
}
#productPage main section .patternList li:last-child {
  border-right: 1px solid #000;
}
#productPage main section .patternList li a {
  display: block;
  padding: 2px 10px;
  color: #0066c0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#productPage main section .patternList li a.stay {
  color: #000;
}
@media screen and (max-width: 767px) {
  #productPage main section .patternList li a {
    font-size: 1.2rem;
  }
}
#productPage main section .patternList li a span {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  #productPage main section .patternList li a span {
    display: none;
  }
}
#productPage main section .patternList#cat li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #productPage .headLayout h2 {
    text-align: left;
  }
}
#productPage .headLayout h2,
#productPage .secondaryLayout h2 {
  margin-bottom: clamp(20px, 3.6603vw, 50px);
}
#productPage .twoColumnsLayout h2,
#productPage .two_one_Columns h2,
#productPage .notes h2,
#productPage #importantNote h2 {
  margin-bottom: clamp(15px, 2.196vw, 30px);
}
#productPage .secondaryLayout p.zoom {
  margin-bottom: 0;
}
#productPage p.ring {
  width: 42.55%;
}
#productPage.chouchou dl {
  display: block;
  margin-bottom: 0;
}
#productPage.chouchou dt,
#productPage.chouchou dd {
  width: initial;
  display: inline-block;
}
#productPage .redColor {
  color: #b0000d;
}
#productPage .notes,
#productPage #importantNote {
  padding: clamp(15px, 2.196vw, 30px);
  background-color: #fff;
}
#productPage .notes h2,
#productPage #importantNote h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1000px) {
  #productPage .notes h2,
  #productPage #importantNote h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  #productPage .notes h2,
  #productPage #importantNote h2 {
    font-size: 1.8rem;
  }
}
#productPage .notes p,
#productPage .notes li,
#productPage #importantNote p,
#productPage #importantNote li {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #productPage .notes p,
  #productPage .notes li,
  #productPage #importantNote p,
  #productPage #importantNote li {
    font-size: 1.2rem;
  }
}
#productPage .notes li,
#productPage #importantNote li {
  line-height: 1.6;
  padding-left: 1.8rem;
  text-indent: -1.8rem;
  text-align: left;
}
#productPage .notes li::before,
#productPage #importantNote li::before {
  content: "●";
  padding-right: 3px;
}
@media screen and (max-width: 767px) {
  #productPage .notes li,
  #productPage #importantNote li {
    padding-left: 1.8rem;
    text-indent: -1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #productPage .notes li,
  #productPage #importantNote li {
    line-height: 1.2;
    margin-bottom: 8px;
  }
  #productPage .notes li:first-child,
  #productPage #importantNote li:first-child {
    margin-top: 8px;
  }
  #productPage .notes li:last-child,
  #productPage #importantNote li:last-child {
    margin-bottom: 0;
  }
}
#productPage #importantNote {
  border: 1px solid #b0000d;
}
#productPage .bottom_image {
  text-align: center;
}
#productPage .bottom_image ul {
  flex-wrap: wrap;
}
#productPage .bottom_image ul::after {
  content: "";
  display: block;
  width: 32.22%;
  height: 0;
}
#productPage .bottom_image li {
  width: 32.22%;
  margin-bottom: 1.67%;
}
#productPage .bottom_image li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
#productPage .bottom_image h2 {
  font-size: 4rem;
  margin-top: clamp(30px, 5.565vw, 80px);
  white-space: nowrap;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #productPage .bottom_image h2 {
    font-size: 3rem;
  }
}
#productPage .bottom_image h2 span.mark {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  #productPage .bottom_image h2 span.mark {
    font-size: 2.6rem;
  }
}
#productPage .bottom_image h2 span.tax {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #productPage .bottom_image h2 span.tax {
    font-size: 1.2rem;
  }
}
#productPage .bottom_image h2 span.delivery {
  display: block;
  background-color: #ff0000;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  padding: 2px 5px;
}
@media screen and (max-width: 767px) {
  #productPage .bottom_image h2 span.delivery {
    font-size: 1.1rem;
  }
}
#productPage .bottom_image h2 + h3 {
  margin-top: clamp(15px, 2.196vw, 30px);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.6;
}
#productPage .bottom_image h2 + p {
  margin: clamp(15px, 2.196vw, 30px) 0;
  font-weight: 500;
  line-height: 1.2;
}
#productPage .bottom_image a.minne {
  width: max(80px, 11.44%);
  display: block;
  margin-top: 8px;
}
#productPage .bottom_image a.linkBtn {
  display: block;
  text-align: center;
  line-height: 52px;
  height: 52px;
  background: #000;
  color: #fff;
  position: relative;
  max-width: 421px;
  width: 46.7777vw;
  position: relative;
  letter-spacing: 0.5rem;
}
#productPage .bottom_image a.linkBtn::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
@media screen and (max-width: 767px) {
  #productPage .bottom_image a.linkBtn {
    line-height: 46px;
    height: 46px;
  }
  #productPage .bottom_image a.linkBtn::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1000px) {
  #productPage .bottom_image a.linkBtn {
    width: 49%;
    margin: 0;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  #productPage .bottom_image a.linkBtn {
    width: 100%;
  }
  #productPage .bottom_image a.linkBtn:first-child {
    margin-bottom: 10px;
  }
}
#productPage .bottom_image a.linkBtn img {
  max-width: 113px;
  width: 26.84%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #productPage .bottom_image .twoColumns {
    display: block;
  }
}
#productPage .bottom_image h3 + p {
  margin-bottom: 0;
}
#productPage.elizabeth img.thumb {
  width: 24.25%;
  margin-top: 10px;
}
#productPage.elizabeth h3 + ol {
  margin-bottom: 0;
}
#productPage tr:nth-of-type(odd) {
  background-color: #fff;
}
#productPage th,
#productPage td {
  text-align: center;
  padding: 5px 5px;
  border-right: 1px solid #ccc;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #productPage th,
  #productPage td {
    font-size: 1.2rem;
  }
}
#productPage th {
  border-right: 1px solid #fff;
}
#productPage th:last-of-type {
  border-right: 1px solid #ccc;
}
#productPage th {
  background-color: #ccc;
  font-weight: 700;
}
#productPage table {
  width: 100%;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .twoColumns {
    display: block;
  }
}
.twoColumns div:first-child {
  width: 44.44%;
}
@media screen and (max-width: 767px) {
  .twoColumns div:first-child {
    width: 100%;
  }
}
.twoColumns div:last-child {
  width: 52.22%;
}
@media screen and (max-width: 767px) {
  .twoColumns div:last-child {
    width: 100%;
    margin-top: clamp(15px, 2.196vw, 30px);
  }
}

.twoColumnsIMG {
  margin-bottom: clamp(15px, 2.196vw, 30px);
}
.twoColumnsIMG div {
  width: 48.88%;
}

.threeColumns {
  margin-bottom: clamp(15px, 2.196vw, 30px);
}
.threeColumns div {
  width: 32.22%;
}
.threeColumns figcaption {
  font-weight: 600;
  line-height: 1.2;
  font-family: "M PLUS 1p", sans-serif;
  padding-top: 5px;
}
.threeColumns a {
  color: #333;
}

.zoom {
  position: relative;
  display: block;
}
.zoom::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 50%;
  right: 3px;
  bottom: 3px;
  z-index: 100;
}
.zoom::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  width: 10px;
  height: 10px;
  background-image: url(/common_img/plus.svg);
  background-size: contain;
  vertical-align: middle;
}

/* ==========================================

Contact us

========================================== */
#contact main {
  background-color: #fff;
  padding: clamp(30px, 5.565vw, 80px);
}
#contact main section {
  max-width: 600px;
  width: 93.6%;
}
#contact h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  #contact h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #contact h3 {
    font-size: 1.4rem;
  }
}
#contact h3.pageTitle {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  #contact h3.pageTitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #contact h3.pageTitle {
    font-size: 1.6rem;
  }
}
#contact p,
#contact dt,
#contact dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  #contact p,
  #contact dt,
  #contact dd {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #contact p,
  #contact dt,
  #contact dd {
    font-size: 1.4rem;
  }
}
#contact dl {
  margin: clamp(15px, 2.196vw, 30px) 0;
}
#contact dt {
  background-color: #f0f0f0;
  font-weight: 500;
  padding: 5px 10px;
}
#contact dd {
  padding: 5px 10px;
  margin-bottom: 10px;
}
#contact .required,
#contact .error {
  font-size: 1.2rem;
  color: #b0000d;
}
#contact .error {
  font-weight: 500;
}
#contact input[type=text] {
  height: 42px;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Osaka", sans-serif, Verdana, “Droid Sans”;
  width: 100%;
  margin-bottom: clamp(15px, 2.196vw, 30px);
  font-size: 1.6rem;
}
#contact input[type=text]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
#contact input[type=text]::placeholder {
  color: #888;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  #contact input[type=text] {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #contact input[type=text] {
    font-size: 1.4rem;
  }
}
#contact textarea {
  height: 180px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 16px;
  appearance: none;
  -webkit-appearance: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Osaka", sans-serif, Verdana, “Droid Sans”;
  box-sizing: border-box;
  margin-bottom: clamp(15px, 2.196vw, 30px);
  font-size: 1.6rem;
}
#contact textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
#contact textarea::placeholder {
  color: #888;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  #contact textarea {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #contact textarea {
    font-size: 1.4rem;
  }
}
#contact button[type=submit] {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  height: 52px;
  background: #59535d;
  color: #fff;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease, background-position 0s;
  border: none;
  width: 100%;
  font-size: 1.6rem;
}
#contact button[type=submit]::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
#contact button[type=submit]:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #contact button[type=submit] {
    line-height: 46px;
    height: 46px;
    font-size: 1.4rem;
  }
  #contact button[type=submit]::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1000px) {
  #contact button[type=submit] {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #contact button[type=submit] {
    font-size: 1.4rem;
  }
}
#contact button[type=submit].form_BackBtn {
  display: inline-block;
  position: relative;
  padding: 10px 0 10px 34px;
  color: #000;
  box-sizing: border-box;
  width: initial;
  background-color: transparent;
  height: initial;
  line-height: 1;
}
#contact button[type=submit].form_BackBtn::before, #contact button[type=submit].form_BackBtn::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
#contact button[type=submit].form_BackBtn::before {
  background: #fff;
  width: 18px;
  height: 12px;
  border: 2px solid #444;
  border-radius: 0 12px 12px 0;
  border-left: none;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#contact button[type=submit].form_BackBtn::after {
  border-top: 7px solid transparent;
  /*下向き*/
  border-right: 7px solid #000;
  /*左向き*/
  border-bottom: 7px solid transparent;
  /*上向き*/
  border-left: 7px solid transparent;
  /*右向き*/
  left: -10px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  #contact button[type=submit].form_BackBtn {
    padding: 10px 0 10px 21px;
  }
  #contact button[type=submit].form_BackBtn::before {
    width: 12px;
    height: 10px;
    border: 2px solid #444;
    border-radius: 0 10px 10px 0;
    border-left: none;
  }
  #contact button[type=submit].form_BackBtn::after {
    border-top: 5px solid transparent;
    /*下向き*/
    border-right: 5px solid #000;
    /*左向き*/
    border-bottom: 5px solid transparent;
    /*上向き*/
    border-left: 5px solid transparent;
    /*右向き*/
    left: -10px;
    top: 16px;
  }
}
#contact button[type=submit].form_BackBtn::after {
  transform: translateY(0) rotate(0deg);
  width: 10px;
  height: 10px;
}
#contact #finish h3,
#contact #error h3 {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: clamp(15px, 2.196vw, 30px);
}
@media screen and (max-width: 1000px) {
  #contact #finish h3,
  #contact #error h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #contact #finish h3,
  #contact #error h3 {
    font-size: 1.6rem;
  }
}
#contact #finish p:nth-child(4),
#contact #error p:nth-child(4) {
  margin-bottom: clamp(15px, 2.196vw, 30px);
}
#contact #error ul {
  margin-top: clamp(15px, 2.196vw, 30px);
}
#contact #error ul li {
  font-size: 1.6rem;
  margin-bottom: 5px;
  color: #b0000d;
}
@media screen and (max-width: 1000px) {
  #contact #error ul li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #contact #error ul li {
    font-size: 1.4rem;
  }
}
#contact #error ul li:last-child {
  margin-bottom: 0;
}
#contact a.back {
  display: inline-block;
  position: relative;
  padding: 10px 0 10px 34px;
  color: #000;
  box-sizing: border-box;
  padding: 5px 0 5px 34px;
}
#contact a.back::before, #contact a.back::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
#contact a.back::before {
  background: #fff;
  width: 18px;
  height: 12px;
  border: 2px solid #444;
  border-radius: 0 12px 12px 0;
  border-left: none;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#contact a.back::after {
  border-top: 7px solid transparent;
  /*下向き*/
  border-right: 7px solid #000;
  /*左向き*/
  border-bottom: 7px solid transparent;
  /*上向き*/
  border-left: 7px solid transparent;
  /*右向き*/
  left: -10px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  #contact a.back {
    padding: 10px 0 10px 21px;
  }
  #contact a.back::before {
    width: 12px;
    height: 10px;
    border: 2px solid #444;
    border-radius: 0 10px 10px 0;
    border-left: none;
  }
  #contact a.back::after {
    border-top: 5px solid transparent;
    /*下向き*/
    border-right: 5px solid #000;
    /*左向き*/
    border-bottom: 5px solid transparent;
    /*上向き*/
    border-left: 5px solid transparent;
    /*右向き*/
    left: -10px;
    top: 16px;
  }
}
@media screen and (max-width: 767px) {
  #contact a.back {
    padding: 5px 0 5px 21px;
  }
}
#contact a.back::after {
  top: 15px;
}
#contact a.mailicon {
  background-color: #59535d;
  color: #fff;
  height: 42px;
  line-height: 42px;
  max-width: 351px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 26px;
  text-align: center;
  margin-top: clamp(15px, 2.196vw, 30px);
  position: relative;
}
#contact a.mailicon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: absolute;
  width: 28px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 2px;
  box-sizing: content-box;
  overflow: hidden;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#contact a.mailicon::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 2px;
  transform: translateY(-50%) rotate(-45deg) skew(10deg, 10deg);
  margin-top: -6px;
}

#categoryPage #mvArea {
  padding-bottom: 0;
}
#categoryPage main {
  max-width: 1100px;
  text-align: center;
  padding-top: clamp(30px, 5.565vw, 80px);
  padding-bottom: clamp(30px, 5.565vw, 80px);
}
#categoryPage main h2 {
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #categoryPage main h2 {
    font-size: 1.6rem;
  }
}
#categoryPage main h3 {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-top: clamp(30px, 5.565vw, 80px);
  padding-bottom: clamp(15px, 2.1961vw, 30px);
}
@media screen and (max-width: 767px) {
  #categoryPage main h3 {
    font-size: 1.4rem;
  }
}
#categoryPage main ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
#categoryPage main ul li {
  width: 24.1%;
  margin-right: 1.2%;
  margin-bottom: 1.2%;
  position: relative;
}
#categoryPage main ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #categoryPage main ul li:nth-child(4n) {
    margin-right: 3.14%;
  }
}
#categoryPage main ul li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #categoryPage main ul li:nth-last-child(-n+4) {
    margin-bottom: 3.14%;
  }
}
@media screen and (max-width: 767px) {
  #categoryPage main ul li {
    width: 48.43%;
    margin-right: 3.14%;
    margin-bottom: 3.14%;
  }
  #categoryPage main ul li:nth-child(even) {
    margin-right: 0;
  }
  #categoryPage main ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
#categoryPage main ul li span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 3px 15px;
  font-weight: 400;
  z-index: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #categoryPage main ul li span {
    font-size: 1rem;
  }
}
#categoryPage.dog main h2 {
  background: url(/common_img/icon_dogCollar.svg) no-repeat top center/49px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #categoryPage.dog main h2 {
    background-size: 39px;
    padding-top: 32px;
  }
}
#categoryPage.cat main h2 {
  background: url(/common_img/icon_catCollar.svg) no-repeat top center/49px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #categoryPage.cat main h2 {
    background-size: 39px;
    padding-top: 32px;
  }
}
#categoryPage.chouchou main h2 {
  background: url(/common_img/icon_scrunchie.svg) no-repeat top center/49px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #categoryPage.chouchou main h2 {
    background-size: 39px;
    padding-top: 40px;
  }
}

/* ==========================================

Footer

========================================== */
footer {
  margin-top: clamp(30px, 5.565vw, 80px);
  padding: clamp(30px, 5.565vw, 80px) 0;
  background: #fff;
}
footer .footerInner {
  max-width: 1366px;
  width: 93.6%;
  margin-bottom: clamp(20px, 3.6603vw, 50px);
}
@media screen and (max-width: 1000px) {
  footer .footerInner {
    display: none;
  }
}
footer ul {
  flex-wrap: wrap;
}
footer li {
  width: 33.33%;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  footer li {
    font-size: 1.2rem;
  }
}
footer li:nth-child(4) {
  width: 100%;
  margin-top: clamp(20px, 3.6603vw, 50px);
}
footer li a {
  display: block;
  width: 100%;
  display: inline-block;
  border-left: 1px solid #000;
  padding: 5px 0;
  color: #333;
}
footer li:nth-child(3) a {
  border-right: 1px solid #000;
}
footer .product {
  margin-top: clamp(15px, 2.196vw, 30px);
  width: 100%;
  flex-wrap: wrap;
  justify-content: left;
}
footer .product div {
  width: 10.7613%;
  position: relative;
  margin-bottom: 10px;
  margin-right: 0.3935375%;
}
footer .product div:nth-child(9n) {
  margin-right: 0;
}
footer .product div a {
  padding: 0;
  border: none;
}
footer .product div span.productJP {
  display: none;
}
footer .productEN {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8rem;
  background-color: #000;
  color: #fff;
  padding: 2px 10px;
  font-weight: 400;
  z-index: 1;
  text-align: left;
}
footer small {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  footer small {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */