html,
input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック", "Yu Gothic",
    "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 10px;
}
html {
  color: #221e1f;
  background: #fff;
  font-size: 10px;
  line-height: 1.7;
  word-break: break-all;
  letter-spacing: 0.08rem;
}
p {
  font-size: 12px;
  font-size: 1.2rem;
}
body {
  background: #fff;
  margin: 0;
}
body.noscroll {
  overflow-y: hidden;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  font-weight: 500;
  margin: 0;
}
p.txt {
  font-size: 12px;
}
p.min-txt {
  font-size: 10px;
}
a {
  color: #414141;
  text-decoration: none;
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: vertical;
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
::-ms-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
::placeholder {
  color: #ccc;
}
button {
  border: none;
  cursor: pointer;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
main {
  display: block;
  overflow: hidden;
}
#wrapper {
  position: relative;
  overflow-x: hidden;
}
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
sup {
  vertical-align: baseline;
  font-size: 70%;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.ib {
  display: inline-block;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}
.en {
  font-family: "Roboto", "arial", "MS Sans Serif", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.c-mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.js-img-bg {
  background: no-repeat center center/cover;
  width: 100%;
}
.c-txt {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
.fs-l-main {
  margin: 0;
  padding: 0;
  max-width: 100%;
  display: block;
  padding-top: 91px;
}
.fs-l-pageMain {
  max-width: 1200px !important;
  width: 90% !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 140px !important;
}
.fs-body-top .fs-l-pageMain,
.fs-body-custom .fs-l-pageMain {
  max-width: 100% !important;
  width: 100% !important;
  padding-bottom: 0px !important;
}
.fs-body-custom .fs-l-pageMain {
  padding: 0 !important;
}
.fs-l-footer {
  margin-top: 0;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.c-btn {
  position: relative;
  width: 200px;
}
.c-btn a {
  display: block;
  padding: 15px 0;
  color: #fff;
  background-color: #194193;
}
.c-btn a .txt {
  display: inline-block;
  position: relative;
  width: 160px;
  padding-left: 15px;
  font-size: 1.2rem;
  line-height: 1;
}
.c-btn a .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #fff;
}
.c-btn a .txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url("../img/common/c-btn-arrow.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-more {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-right: 25px;
}
.c-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow_mini.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover .c-more:after {
  bottom: 4px;
  right: -4px;
}
a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a .pht {
  overflow: hidden;
}
a .pht img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
a:hover {
  opacity: 0.8;
}
a:hover .pht img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.slide-in {
  overflow: hidden;
  display: inline-block;
  padding-bottom: 5px;
}
.slide-in_inner {
  display: inline-block;
}
.leftAnime {
  opacity: 0;
}
.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
  animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
  animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fs-c-breadcrumb {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 20px 0 40px 0;
}
.fs-body-custom .fs-c-breadcrumb,
.fs-body-product .fs-c-breadcrumb {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.fs-c-breadcrumb__list li:nth-child(n + 2):before {
  content: " - " !important;
  padding-right: 4px;
}
.fs-c-breadcrumb__list {
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.fs-c-breadcrumb__list::-webkit-scrollbar {
  display: none;
}
.fs-c-breadcrumb__list li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
  color: #000;
}
.fs-c-breadcrumb__list li a {
  color: #646464;
}
.fs-c-breadcrumb__list li:nth-child(n + 2) {
  margin-left: 4px;
}
.common_sec {
  width: 100%;
  border-top: 1px solid #000;
  padding: 100px 0 120px;
}
.common_sec .c-inner {
  max-width: 1200px;
  width: 90%;
  padding: 0;
  margin: 0 auto 0px;
}
.common_sec .c-inner .t-ttle-area {
  position: relative;
  margin-bottom: 20px;
}
.common_sec .c-inner .t-ttle-area .ja {
  position: absolute;
  bottom: 35px;
  left: 545px;
}
.common_sec .c-inner ul.cntnts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common_sec .c-inner ul.cntnts-item li {
  width: 22%;
  margin-right: 4%;
}
.common_sec .c-inner ul.cntnts-item li:nth-child(4n) {
  margin-right: 0;
}
.common_sec .c-inner ul.cntnts-item li a .pht {
  border: 1px solid #ddd;
  position: relative;
}
.common_sec .c-inner ul.cntnts-item li a .pht img {
  width: 100%;
}
.common_sec .c-inner ul.cntnts-item li a .txtarea {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.common_sec .c-inner ul.cntnts-item li a .txtarea .item-name {
  font-size: 1.8rem;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}
.common_sec .c-inner ul.cntnts-item li a .txtarea .ctaarea .prc {
  font-size: 1.3rem;
}
.common_sec .c-inner ul.cntnts-item li a .txtarea .ctaarea .prc span {
  font-size: 2.2rem;
}
.common_sec .c-inner ul.cntnts-item li a .txtarea .ctaarea .c-more {
  padding-top: 40px;
}
.serchitem-sec.common_sec {
  width: 100%;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}
.serchitem-sec.common_sec .c-inner {
  max-width: 1200px;
  width: 90%;
  padding: 0;
  margin: 0 auto 0px;
}
.serchitem-sec.common_sec .c-inner .area {
  padding-bottom: 0;
}
.serchitem-sec.common_sec .c-inner #srch_cate01,
.serchitem-sec.common_sec .c-inner #srch_cate03 {
  width: 100%;
}
.serchitem-sec.common_sec .c-inner #srch_cate01 ul,
.serchitem-sec.common_sec .c-inner #srch_cate03 ul {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.serchitem-sec.common_sec .c-inner #srch_cate01 ul li,
.serchitem-sec.common_sec .c-inner #srch_cate03 ul li {
  width: 21.25% !important;
  margin-right: 5% !important;
}
.serchitem-sec.common_sec .c-inner #srch_cate01 ul li:nth-child(3n),
.serchitem-sec.common_sec .c-inner #srch_cate03 ul li:nth-child(3n) {
  margin-right: 5% !important;
}
.serchitem-sec.common_sec .c-inner #srch_cate01 ul li:nth-child(4n),
.serchitem-sec.common_sec .c-inner #srch_cate03 ul li:nth-child(4n) {
  margin-right: 0 !important;
}
.serchitem-sec.common_sec .c-inner #srch_cate01 ul li:nth-child(3),
.serchitem-sec.common_sec .c-inner #srch_cate03 ul li:nth-child(3) {
  border-top: 1px solid #ddd !important;
}
.serchitem-sec.common_sec .c-inner #srch_cate01 ul li:nth-child(4),
.serchitem-sec.common_sec .c-inner #srch_cate03 ul li:nth-child(4) {
  border-top: 1px solid #ddd !important;
}
body {
  font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック", "Yu Gothic",
    "メイリオ", Meiryo, sans-serif !important;
}
.fs-l-footer {
  border-top: none !important;
}
.fs-l-header {
  padding-top: 0px;
}
.fs-preview-header {
  display: none;
}
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 100;
}
.c-header .c-sokyu-txt {
  width: 100%;
  padding: 10px 5%;
  background-color: #f8f8f8;
  overflow-x: scroll;
  z-index: 100;
}
.c-header .c-sokyu-txt::-webkit-scrollbar {
  display: none;
}
.c-header .c-sokyu-txt .min-txt {
  line-height: 1;
  white-space: nowrap;
}
.c-header .c-header-cntnt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 61px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  z-index: 100;
}
.c-header .c-header-cntnt .c-humburger {
  cursor: pointer;
  z-index: 200;
}
.c-header .c-header-cntnt .c-humburger .humburger_cntnr {
  position: relative;
  z-index: 200;
}
.c-header .c-header-cntnt .c-humburger .humburger_cntnr .burger-btn {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background-color: #fff;
}
.c-header .c-header-cntnt .c-humburger .humburger_cntnr .burger-btn .bar {
  width: 22px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}
.c-header .c-header-cntnt .c-humburger .humburger_cntnr .burger-btn .bar_top {
  top: 18px;
}
.c-header
  .c-header-cntnt
  .c-humburger
  .humburger_cntnr
  .burger-btn
  .bar_middle {
  top: 24px;
}
.c-header
  .c-header-cntnt
  .c-humburger
  .humburger_cntnr
  .burger-btn
  .bar_bottom {
  bottom: 18px;
}
.c-header
  .c-header-cntnt
  .c-humburger
  .humburger_cntnr
  .burger-btn.close
  .bar_top {
  -webkit-transform: translate(-50%, 6px) rotate(45deg);
  transform: translate(-50%, 6px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-header
  .c-header-cntnt
  .c-humburger
  .humburger_cntnr
  .burger-btn.close
  .bar_middle {
  display: none;
}
.c-header
  .c-header-cntnt
  .c-humburger
  .humburger_cntnr
  .burger-btn.close
  .bar_bottom {
  -webkit-transform: translate(-50%, -6px) rotate(-45deg);
  transform: translate(-50%, -6px) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-header .c-header-cntnt .c-humburger.active {
  top: 0;
}
.c-header .c-header-cntnt .search-icon {
  display: block;
  width: 18px;
  height: 22px;
  margin-left: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-header .c-header-cntnt .search-icon:hover {
  opacity: 0.7;
}
.c-header .c-header-cntnt .search-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-header .c-header-cntnt .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 150px;
  height: 40px;
}
.c-header .c-header-cntnt .logo a {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-header .c-header-cntnt .logo a:hover {
  opacity: 0.7;
}
.c-header .c-header-cntnt .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-header .c-header-cntnt .head_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  padding-right: 18px;
}
.c-header .c-header-cntnt .head_right .login_btn {
  display: block;
  width: 20px;
  height: 26px;
  margin-right: 18px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-header .c-header-cntnt .head_right .login_btn:hover {
  opacity: 0.7;
}
.c-header .c-header-cntnt .head_right .login_btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-header .c-header-cntnt .head_right .cart_btn {
  position: relative;
  display: block;
  width: 20px;
  height: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-header .c-header-cntnt .head_right .cart_btn:hover {
  opacity: 0.7;
}
.c-header .c-header-cntnt .head_right .cart_btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-header .c-header-cntnt .head_right .cart_btn .fs-p-cartItemNumber {
  background: #f8e33e;
  color: #000;
  padding: 0.3em 0.5em;
  top: -1px;
  right: -4px;
}
.c-header .c-nav-bg {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 20;
}
.c-header .c-nav-bg.active {
  display: block;
}
.c-header .c-nav-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 91px;
  left: -120%;
  z-index: 100;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.c-header .c-nav-wrapper.active {
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.c-header .nav-nav {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  padding: 0px 0 0;
}
.c-header .nav-nav .nav-list {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 8% 100px;
  overflow-y: scroll;
}
.c-header .nav-nav .nav-list::-webkit-scrollbar {
  display: none;
}
.c-header .nav-nav .nav-list .en.menu {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0px;
}
.c-header .nav-nav .nav-list .nav-item {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  padding: 13px 0 13px;
  color: #212121;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 1px solid #ddd;
}
.c-header .nav-nav .nav-list .nav-item.pc {
  display: none !important;
}
.c-header .nav-nav .nav-list .nav-item.sp {
  display: block !important;
}
.c-header .nav-nav .nav-list .nav-item:hover {
  opacity: 0.7;
}
.c-header .nav-nav .nav-list .nav-item div.en {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 18px;
  font-size: 2rem;
}
.c-header .nav-nav .nav-list .nav-item div.en:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -4px;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #282828 #282828 transparent transparent;
}
.c-header .nav-nav .nav-list .nav-item span {
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-top: 2px;
}
.c-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 100;
}
.c-header.scrolled .c-sokyu-txt {
  display: none;
}
.c-header.scrolled .c-header-cntnt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 61px;
  border-bottom: 1px solid #ddd;
}
.c-header.scrolled .c-header-cntnt .c-humburger {
  cursor: pointer;
  z-index: 200;
}
.c-header.scrolled .c-header-cntnt .c-humburger .humburger_cntnr {
  position: relative;
  z-index: 200;
}
.c-header.scrolled .c-header-cntnt .c-humburger .humburger_cntnr .burger-btn {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background-color: #fff;
}
.c-header.scrolled
  .c-header-cntnt
  .c-humburger
  .humburger_cntnr
  .burger-btn
  .bar {
  width: 22px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}
.c-header.scrolled
  .c-header-cntnt
  .c-humburger
  .humburger_cntnr
  .burger-btn
  .bar_top {
  top: 18px;
}
.c-header.scrolled
  .c-header-cntnt
  .c-humburger
  .humburger_cntnr
  .burger-btn
  .bar_middle {
  top: 24px;
}
.c-header.scrolled
  .c-header-cntnt
  .c-humburger
  .humburger_cntnr
  .burger-btn
  .bar_bottom {
  bottom: 18px;
}
.c-header.scrolled
  .c-header-cntnt
  .c-humburger
  .humburger_cntnr
  .burger-btn.close
  .bar_top {
  -webkit-transform: translate(-50%, 6px) rotate(45deg);
  transform: translate(-50%, 6px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-header.scrolled
  .c-header-cntnt
  .c-humburger
  .humburger_cntnr
  .burger-btn.close
  .bar_middle {
  display: none;
}
.c-header.scrolled
  .c-header-cntnt
  .c-humburger
  .humburger_cntnr
  .burger-btn.close
  .bar_bottom {
  -webkit-transform: translate(-50%, -6px) rotate(-45deg);
  transform: translate(-50%, -6px) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-header.scrolled .c-header-cntnt .c-humburger.active {
  top: 0;
}
.c-header.scrolled .c-header-cntnt .search-icon {
  display: block;
  width: 18px;
  height: 22px;
  margin-left: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-header.scrolled .c-header-cntnt .search-icon:hover {
  opacity: 0.7;
}
.c-header.scrolled .c-header-cntnt .search-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-header.scrolled .c-header-cntnt .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 150px;
  height: 40px;
}
.c-header.scrolled .c-header-cntnt .logo a {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-header.scrolled .c-header-cntnt .logo a:hover {
  opacity: 0.7;
}
.c-header.scrolled .c-header-cntnt .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-header.scrolled .c-header-cntnt .head_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  padding-right: 20px;
}
.c-header.scrolled .c-header-cntnt .head_right .login_btn {
  display: block;
  width: 20px;
  height: 26px;
  margin-right: 18px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-header.scrolled .c-header-cntnt .head_right .login_btn:hover {
  opacity: 0.7;
}
.c-header.scrolled .c-header-cntnt .head_right .login_btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-header.scrolled .c-header-cntnt .head_right .cart_btn {
  display: block;
  width: 20px;
  height: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-header.scrolled .c-header-cntnt .head_right .cart_btn:hover {
  opacity: 0.7;
}
.c-header.scrolled .c-header-cntnt .head_right .cart_btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-header.scrolled .c-nav-wrapper {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 61px;
  left: -120%;
  z-index: 100;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.c-header.scrolled .c-nav-wrapper.active {
  display: block;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.c-header.scrolled .nav-nav {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  padding: 0px 0 0;
}
.c-header.scrolled .nav-nav .nav-list {
  display: block;
  overflow-y: scroll;
}
.c-header.scrolled .nav-nav .nav-list::-webkit-scrollbar {
  display: none;
}
.c-header.scrolled .nav-nav .nav-list .nav-item {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  padding: 13px 0 13px;
  color: #212121;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 1px solid #ddd;
}
.c-header.scrolled .nav-nav .nav-list .nav-item:hover {
  opacity: 0.7;
}
.c-header.scrolled .nav-nav .nav-list .nav-item:hover:after {
  right: 15px;
}
.c-header.scrolled .nav-nav .nav-list .nav-item div {
  position: relative;
  display: block;
  width: 100%;
}
.c-header.scrolled .nav-nav .nav-list .nav-item span {
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.c-footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0 60px;
  background-color: #f8f8f8;
}
.c-footer a.logo {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.c-footer ul.btnc-cntnts {
  width: 85%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer ul.btnc-cntnts li {
  width: 50%;
}
.c-footer ul.btnc-cntnts li a {
  width: 100%;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}
.c-footer ul.btnc-cntnts li:nth-child(n + 3) {
  margin-top: 16px;
}
.c-footer ul.sns-cntnts {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
.c-footer ul.sns-cntnts li {
  margin: 0 8px;
}
.c-footer ul.sns-cntnts li a {
  display: block;
  width: 22px;
  height: 22px;
}
.c-footer ul.sns-cntnts li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.c-footer .copyright {
  margin-top: 30px;
  font-weight: 300;
  text-align: center;
}
.c-bnr-block {
  padding-top: 150px;
}
.c-bnr-block .c-bnr {
  display: block;
}
.c-bnr {
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-bnr img {
  width: 100%;
}
.c-bnr-block .bnr:not(:first-child) {
  margin-top: 40px;
}
.c-bnr-block .bnr-btns {
  position: relative;
}
.c-bnr-block .bnr-btns .bk-btn {
  padding: 8px 20px 0;
  background: #221e1f;
  border: 1px solid #221e1f;
  border-radius: 5px;
  display: table;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-bnr-block .bnr-btns .bk-btn.bk-btn02 {
  top: 90px;
}
.c-bnr-block .bnr-btns .bk-btn .btn-text {
  font-size: 14px;
}
.c-bnr-block .bnr-btns .bk-btn .ico {
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: right;
}
.c-cat {
  background: #ff819c;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  padding: 4px 8px;
  text-align: center;
}
.c-cat sup {
  font-size: 10px;
  line-height: 1;
  vertical-align: baseline;
}
.c-cat.square {
  background: #fff !important;
  border-radius: 0;
  border: 1px solid #414141;
  color: #414141;
}
.c-cat.red {
  background: #aa1f4f;
}
.c-cat.pink {
  background: #ff819c;
}
.c-cat.gray {
  background: #5a5a5a;
}
.c-cat.blue {
  background: #7c67c0;
}
.c-cat.gb {
  background: #7a878d;
}
.c-cat.black {
  background: #6f737e;
}
.c-cat.cream {
  background: #ded6d4;
  color: #221e1f;
}
.c-cat.mazenta {
  background: #d9227c;
}
.c-cat.cat-duo {
  background: #ded6d4;
  color: #221e1f;
}
.c-cat.cat-canadel {
  background: #5a5a5a;
}
.c-cat.cat-immuno {
  background: #b30030;
}
.cat.red {
  background: #aa1f4f;
}
.cat.pink {
  background: #ff819c;
}
.cat.gray {
  background: #5a5a5a;
}
.cat.blue {
  background: #7c67c0;
}
.cat.gb {
  background: #7a878d;
}
.cat.black {
  background: #6f737e;
}
.cat.cream {
  background: #ded6d4;
  color: #221e1f;
}
.cat.mazenta {
  background: #d9227c;
}
.cat.cat-duo {
  background: #ded6d4;
  color: #221e1f;
}
.cat.cat-canadel {
  background: #5a5a5a;
}
.cat.cat-immuno {
  background: #b30030;
}
.c-movie {
  position: relative;
  padding-top: 56%;
}
.c-movie .mv_style_a2 {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-movie img {
  margin: 0;
}
.notice .breadcrumb-area {
  background: #f5f5f5;
}
.c-breadcrumb {
  max-width: 1200px;
  margin: auto;
  line-height: 1;
  padding: 15px 20px 15px;
}
.c-breadcrumb li {
  font-size: 14px;
  line-height: 1.3;
  display: inline;
  letter-spacing: 0.06em;
}
.c-breadcrumb li:first-child {
  padding-left: 25px;
  position: relative;
}
.c-breadcrumb li:first-child::before {
  background: url(../img/common/ico-top.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.c-breadcrumb li + li {
  margin-left: 20px;
  position: relative;
}
.c-breadcrumb li + li::after {
  background: url(../img/common/ico-arrow-tri.svg) no-repeat center
    center/contain;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -15px;
  margin: auto;
}
.c-breadcrumb a {
  border-bottom: 1px solid #414141;
}
.c-star-rating {
  color: #c8c8c8;
  display: inline-block;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  font-size: 16px;
}
.c-star-rating::before,
.c-star-rating::after {
  content: "★★★★★";
}
.c-star-rating::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffac00;
}
.c-star-rating[data-rate="5"]:after {
  width: 100%;
}
.c-star-rating[data-rate="4.5"]:after {
  width: 90%;
}
.c-star-rating[data-rate="4"]:after {
  width: 80%;
}
.c-star-rating[data-rate="3.5"]:after {
  width: 70%;
}
.c-star-rating[data-rate="3"]:after {
  width: 60%;
}
.c-star-rating[data-rate="2.5"]:after {
  width: 50%;
}
.c-star-rating[data-rate="2"]:after {
  width: 40%;
}
.c-star-rating[data-rate="1.5"]:after {
  width: 30%;
}
.c-star-rating[data-rate="1"]:after {
  width: 20%;
}
.c-star-rating[data-rate="0.5"]:after {
  width: 10%;
}
.c-star-rating[data-rate="0"]:after {
  width: 0%;
}
.c-bg-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-bg-area::before,
.c-bg-area::after {
  background: #ebe6e1;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
.c-bg-area::before {
  border-radius: 0 0 0 80px;
  width: calc(100% - 80px);
  right: 0;
}
.c-bg-area::after {
  width: 1000px;
  left: calc(100% - 1px);
}
.c-paging-area {
  clear: both;
  margin: 60px auto 0;
  position: relative;
  text-align: center;
}
.c-paging-area .page-numbers {
  background: #fff;
  color: #cecece;
  display: inline-block;
  font-weight: bold;
  line-height: 38px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  margin: 0 7px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 28px;
  vertical-align: middle;
}
.c-paging-area .page-numbers.current {
  background: #cecece;
  color: #fff;
}
.c-paging-area .page-numbers.dots {
  border: none;
  background: none;
}
.c-paging-area .page-numbers.dots .dot {
  background: #414141;
  border-radius: 50%;
  display: inline-block;
  width: 3px;
  height: 3px;
}
.c-paging-area .page-numbers.disable {
  display: none;
}
.c-paging-area .page-numbers.next,
.c-paging-area .page-numbers.prev {
  position: relative;
}
.c-paging-area .page-numbers.next::before,
.c-paging-area .page-numbers.prev::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 15px;
  margin: auto;
  content: "";
  background: url(/img/common/arrow-next.png) no-repeat center center;
  background-size: contain;
}
.c-paging-area .page-numbers.next-all,
.c-paging-area .page-numbers.prev-all {
  position: relative;
}
.c-paging-area .page-numbers.next-all::before,
.c-paging-area .page-numbers.prev-all::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 15px;
  margin: auto;
  content: "";
  background: url(/img/common/arrow-next-all.png) no-repeat center center;
  background-size: contain;
}
.c-paging-area .page-numbers.prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-paging-area .page-numbers.prev-all::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-pagenation-area {
  clear: both;
  margin: 60px auto 0;
  position: relative;
  text-align: center;
}
.c-pagenation-area .page-numbers {
  background: #f5f5f5;
  color: #221e1f;
  display: inline-block;
  font-weight: bold;
  line-height: 38px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  margin: 0 15px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  vertical-align: middle;
}
.c-pagenation-area .page-numbers.current {
  background: #221e1f;
  color: #fff;
}
.c-pagenation-area .page-numbers.dots {
  border: none;
  background: none;
}
.c-pagenation-area .page-numbers.dots .dot {
  border-radius: 50%;
  display: inline-block;
  width: 3px;
  height: 3px;
}
.c-pagenation-area .page-numbers.disable {
  display: none;
}
.c-pagenation-area .page-numbers.next,
.c-pagenation-area .page-numbers.prev {
  position: relative;
  background: transparent;
}
.c-pagenation-area .page-numbers.next::before,
.c-pagenation-area .page-numbers.prev::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  border-right: 1px solid #221e1f;
  border-top: 1px solid #221e1f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-pagenation-area .page-numbers.prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page-more {
  margin: 30px auto 0;
  text-align: center;
}
.page-more a {
  text-align: center;
  display: inline-block;
  color: #aa1f4f;
  border-bottom: 1px solid #aa1f4f;
  font-size: 14px;
  padding: 0 30px 5px 10px;
  position: relative;
  font-family: "Crimson Text", serif;
  font-weight: 400;
}
.page-more a:after {
  content: "";
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 1px solid #aa1f4f;
  border-right: 1px solid #aa1f4f;
  position: absolute;
  right: 10px;
  bottom: 15px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.kWidgetPlayBtn {
  width: 45px !important;
  height: 50px !important;
  background: url(../img/common/ico-movie.png) no-repeat center !important;
  background-size: contain !important;
}
.movie-wrap {
  max-width: 500px;
  margin: 25px auto 0;
}
.ul-dots:not(:first-child) {
  margin-top: 10px;
}
.ul-dots li {
  position: relative;
  font-size: 10px;
  padding-left: 10px;
}
.ul-dots li:not(:first-child) {
  margin-top: 3px;
}
.ul-dots li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.video-wrap {
  margin-top: 25px;
  max-width: 500px;
}
.video-wrap .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-404-block {
  color: #aa1f4f;
  background: #f5f5f5;
  text-align: center;
  padding: 40px 0 70px;
}
.page-404-block .ttl-404 {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.page-404-block .ttl-404 .over {
  font-size: 60px;
  display: block;
  line-height: 1;
}
.page-404-block .ttl-404 .under {
  font-size: 30px;
}
.page-404-block .txt {
  font-size: 14px;
  margin-top: 25px;
}
.c-ttl01 {
  padding-top: 60px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.c-ttl01.no-bar {
  padding-top: 0;
}
.c-ttl01.no-bar:before {
  content: none;
}
.c-ttl01.ja-ttl .ja {
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #5a5a5a;
}
.c-ttl01.ttl-left {
  text-align: left;
}
.c-ttl01:before {
  content: "";
  height: 40px;
  width: 2px;
  background: #dd3485;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dd3485),
    to(#fd766f)
  );
  background: linear-gradient(#dd3485 0%, #fd766f 100%);
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.c-ttl01 .en,
.c-ttl01 .ja {
  display: block;
}
.c-ttl01 .en {
  font-size: 33px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #5a5a5a;
}
.c-ttl01 .en img {
  max-height: 15px;
}
.c-ttl01 .ja-b {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-weight: 500;
  font-size: 18px;
  color: #5a5a5a;
  letter-spacing: 0.04em;
}
.c-ttl01 .ja {
  font-size: 14px;
  color: #221e1f;
  letter-spacing: 0.06em;
}
.c-ttl01.white {
  color: #fff;
}
.c-ttl02 {
  margin-bottom: 30px;
}
.c-ttl02 .ja {
  font-size: 15px;
  font-weight: 600;
  color: #5a5a5a;
  letter-spacing: 0.04em;
}
.btn-wrap {
  text-align: center;
  margin: auto;
}
.btn-wrap .c-btn02 {
  margin: auto;
}
.c-btn01 {
  color: #221e1f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-btn01 .btn-txt,
.c-btn01 .ico {
  line-height: 1;
}
.c-btn01 .btn-txt .c-svg,
.c-btn01 .ico .c-svg {
  vertical-align: middle;
}
.c-btn01 .ico {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01 .btn-txt {
  display: inline-block;
  padding-right: 10px;
}
.c-btn02 {
  background: #fff;
  border: 1px solid #aa1f4f;
  color: #aa1f4f;
  min-width: 370px;
  max-width: 370px;
  padding: 5px 65px 5px 40px;
  position: relative;
  text-align: left;
  height: 62px;
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-btn02 .btn-txt {
  font-size: 16px;
  line-height: 1.4;
}
.c-btn02 .ico {
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  height: 5px;
  margin: auto;
}
.c-btn03 {
  border: 1px solid #aa1f4f;
  color: #aa1f4f;
  display: inline-block;
  padding: 18px 18px 18px 18px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}
.c-btn03 .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: inherit;
  text-align: center;
  height: 100%;
  margin-right: 20px;
}
.c-btn03 .btn-txt {
  font-size: 16px;
}
.subscription .c-btn03 {
  background: #aa1f4f;
  color: #fff;
}
.c-btn04 {
  border: 1px solid #aa1f4f;
  border-radius: 5px;
  overflow: hidden;
  color: #aa1f4f;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 14px;
  height: auto;
  background: #fff;
}
.c-btn04 .img {
  width: 100px;
}
.c-btn04 .img img {
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 40px;
}
.c-btn04 .btn-txt {
  font-size: 15px;
  line-height: 1.6;
}
.c-btn04 .ico {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn04 .ico svg {
  vertical-align: middle;
}
.btn-line-block {
  padding: 80px 0;
}
.btn-line-block .divide-btn-lines li:first-child a {
  border-top: 1px solid #949494;
}
.btn-line-block .divide-btn-lines li a {
  display: block;
  border-bottom: 1px solid #949494;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  height: 95px;
}
.btn-line-block .divide-btn-lines .btn-txt {
  font-size: 15px;
}
.btn-line-block .divide-btn-lines .btn-txt span {
  display: block;
}
.btn-line-block .divide-btn-lines .ico {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-line-block .divide-btn-lines .ico .c-svg {
  vertical-align: middle;
}
.more-link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.c-ra-link {
  text-align: right;
  margin-top: 5px;
}
.c-ra-link a {
  color: #aa1f4f;
  position: relative;
  font-size: 12px;
  border-bottom: 1px solid #aa1f4f;
  padding: 2px 0;
}
.c-ra-link a:after {
  content: "→";
}
.campaign-slider {
  margin: auto;
}
.campaign-slider a {
  display: block;
}
.campaign-slider .cat {
  background: #5a5a5a;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 25px;
  padding: 4px 8px;
  text-align: center;
}
.campaign-slider .cat.red {
  background: #aa1f4f;
}
.campaign-slider .cat.pink {
  background: #ff819c;
}
.campaign-slider .cat.gray {
  background: #5a5a5a;
}
.campaign-slider .cat.blue {
  background: #7c67c0;
}
.campaign-slider .cat.gb {
  background: #7a878d;
}
.campaign-slider .cat.black {
  background: #6f737e;
}
.campaign-slider .cat.cream {
  background: #ded6d4;
  color: #221e1f;
}
.campaign-slider .cat.mazenta {
  background: #d9227c;
}
.campaign-slider .cat.cat-duo {
  background: #ded6d4;
  color: #221e1f;
}
.campaign-slider .cat.cat-canadel {
  background: #5a5a5a;
}
.campaign-slider .cat.cat-immuno {
  background: #b30030;
}
.campaign-slider .img {
  display: block;
}
.campaign-slider .img img {
  width: 100%;
}
.campaign-slider .txt {
  font-size: 12px;
  margin-top: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.campaign-slider .small {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.campaign-slider .slick-slide {
  margin: 0 19px;
  width: 421px;
}
.item-slider,
.thumb-slider {
  margin: auto;
  width: 460px;
  text-align: center;
}
.item-slider .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.thumb-slider {
  margin-top: 20px;
}
.thumb-slider .slick-slide {
  width: 100px !important;
}
.thumb-slider .slick-slide:not(:nth-child(4n + 1)) {
  margin-left: 20px;
}
.thumb-slider .img {
  border: 1px solid #c8c8c8;
  cursor: pointer;
  display: inline-block;
}
.thumb-slider .img img {
  margin: auto;
}
.c-lineup-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-lineup-list li {
  margin: 20px 10px 0;
  width: calc(33.3% - 20px);
}
.c-lineup-list li.is-active .inn {
  background: #aa1f4f;
  color: #fff;
  border-color: #aa1f4f;
}
.c-lineup-list .inn {
  background: #fff;
  border: 1px solid #cecece;
  color: #aa1f4f;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: relative;
  padding: 20px 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 18px;
}
.c-lineup-list .inn .img {
  width: 65px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.c-lineup-list .inn .img img {
  vertical-align: middle;
}
.c-news-list a {
  display: block;
  padding: 15px 65px 15px 20px;
  position: relative;
}
.c-news-list .cat-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.c-news-list .cat-area .date,
.c-news-list .cat-area .cat {
  font-size: 14px;
  line-height: 1.2;
}
.c-news-list .cat-area .date {
  color: #969696;
}
.c-news-list .cat-area .cat {
  background: #969696;
  border-radius: 10px;
  color: #fff;
  min-width: 108px;
  text-align: center;
  padding: 2px 10px;
  margin-left: 20px;
}
.c-news-list .ico {
  display: inline-block;
  line-height: 1;
  font-size: 0;
  position: absolute;
  right: 20px;
  top: 30px;
  bottom: 0;
  height: 5px;
  margin: auto;
}
.c-additive-free-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.c-additive-free-list li {
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  line-height: 1.4;
  margin: 0 6px 12px;
  padding: 15px 10px 55px;
  position: relative;
  text-align: center;
  width: 172px;
}
.c-additive-free-list li::before,
.c-additive-free-list li::after {
  background: #ff8073;
  content: "";
  display: block;
  width: 4px;
  height: 28px;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
}
.c-additive-free-list li::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-additive-free-list li::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-additive-free-list .txt {
  font-size: 14px;
}
.c-bar-list {
  display: block;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 5px;
}
.c-bar-list li {
  font-size: 12px;
  padding: 0 15px;
  margin-bottom: 5px;
  border-left: 1px solid #221e1f;
}
.c-bar-list li:first-child {
  padding-left: 0;
  border: none;
}
.c-bar-list li a {
  display: block;
}
.c-bar-list li.is-active a {
  color: #aa1f4f;
  pointer-events: none;
}
.c-campaign-list .img {
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.c-campaign-list .img img {
  width: 100%;
}
.c-campaign-list .cat-area {
  margin-bottom: 5px;
}
.c-campaign-list .c-cat {
  font-size: 11px;
  border-radius: 3px;
}
.c-campaign-list .c-cat.c-cat-main {
  margin-right: 10px;
  position: relative;
}
.c-campaign-list .c-cat.c-cat-main:after {
  content: "";
  height: 90%;
  width: 1px;
  background: #cecece;
  right: -8px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.c-campaign-list .ttl {
  font-size: 12px;
}
.c-campaign-list .txt {
  font-size: 12px;
}
.c-campaign-list .date {
  font-size: 12px;
}
.entry-list li:not(:first-child) {
  margin-top: 18px;
}
.entry-list li a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.entry-list li .entry-date {
  font-size: 10px;
  letter-spacing: 0.1em;
}
.entry-list li .entry-title {
  font-size: 15px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  border-bottom: 1px solid #221e1f;
  display: inline;
  letter-spacing: 0.12em;
}
.fs-body-top {
  width: 100%;
  height: 100%;
}
.fs-body-top main:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background-repeat: no-repeat !important;
  background-position: 50% 100% !important;
  background-image: url("../img/home/top_bg_sp.jpg");
  background-size: cover;
}
.fs-body-top .c-inner {
  padding: 0 4.2%;
}
.t-ttle-area .en {
  font-size: 4.8rem;
  line-height: 0.9;
  font-weight: 700;
}
.t-ttle-area .ja {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  padding-top: 0px;
  margin-top: -2px;
}
.special-feature-sec {
  margin-top: 105px;
  margin-left: 4%;
  background-color: #f8f8f8;
  position: relative;
}
.special-feature-sec .t-ttle-area {
  position: relative;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  margin-bottom: -25px;
}
.special-feature-sec .t-ttle-area .ja {
  position: absolute;
  bottom: 12px;
  left: 178px;
}
.sf_slider {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 65px;
}
.sf_slider .swiper {
  width: 91.6%;
  padding-bottom: 40px;
}
.sf_slider .swiper .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sf_slider .swiper .swiper-wrapper a {
  display: block;
}
.sf_slider .swiper .swiper-wrapper a .pht {
  position: relative;
  width: 100%;
}
.sf_slider .swiper .swiper-wrapper a .pht:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sf_slider .swiper .swiper-wrapper a .pht img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sf_slider .swiper .swiper-wrapper a .txt {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sf_slider .swiper .swiper-wrapper a .c-more {
  padding-top: 15px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #ddd;
}
.sf_slider .swiper .swiper-wrapper a:hover .c-more:after {
  right: 0;
}
.sf_slider .slider_op {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sf_slider .slider_op .position {
  display: inline-block;
  position: relative;
  padding: 0 100px;
}
.sf_slider .slider_op .position .swiper-pagination {
  max-width: 100%;
  margin-top: 0;
}
.sf_slider .slider_op .position .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: auto !important;
  height: auto !important;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}
.sf_slider .slider_op .position .swiper-button-prev span {
  position: relative;
  padding-left: 30px;
}
.sf_slider .slider_op .position .swiper-button-prev span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 18px;
  background: url("../img/common/slider-aroow-left.svg") no-repeat center;
  background-size: contain;
}
.sf_slider .slider_op .position .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: auto !important;
  height: auto !important;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}
.sf_slider .slider_op .position .swiper-button-next span {
  position: relative;
  padding-right: 30px;
}
.sf_slider .slider_op .position .swiper-button-next span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 18px;
  background: url("../img/common/slider-aroow-right.svg") no-repeat center;
  background-size: contain;
}
.collection-sec {
  margin-top: 80px;
}
.collection-sec .c-inner {
  width: 100%;
  padding-left: 0;
  margin: 0 0 0 4%;
}
.collection-sec .c-inner .pht {
  width: 100%;
  height: auto;
  overflow-x: scroll;
}
.collection-sec .c-inner .pht img {
  min-width: 600px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.collection-sec .c-inner .t-ttle-area {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  margin-bottom: -20px;
}
.collection-sec .c-inner .c-btn {
  margin-top: 25px;
}
.pickup-sec {
  margin-top: 105px;
  position: relative;
}
.pickup-sec .c-inner {
  position: relative;
  width: 96%;
  padding-bottom: 60px;
  margin: 0 auto 0 0;
  background-color: #f8f8f8;
}
.pickup-sec .c-inner .t-ttle-area {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  margin-bottom: -25px;
  text-align: center;
}
.pickup-sec .c-inner .t-ttle-area .ja {
  padding-top: 5px;
}
.pickup-sec .c-inner .cntnts {
  margin-top: 35px;
}
.pickup-sec .c-inner .cntnts .cntnt:nth-child(2) {
  margin-top: 40px;
}
.pickup-sec .c-inner .cntnts .cntnt a.phtarea {
  display: block;
  width: 92%;
  height: auto;
  margin: 0 auto;
}
.pickup-sec .c-inner .cntnts .cntnt a.phtarea .pht {
  width: 100%;
  height: auto;
}
.pickup-sec .c-inner .cntnts .cntnt a.phtarea .pht img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.pickup-sec .c-inner .cntnts .cntnt .txtarea {
  margin-top: 20px;
  padding: 0 4%;
}
.pickup-sec .c-inner .cntnts .cntnt .txtarea .item-name {
  font-size: 2rem;
  letter-spacing: 0.03em;
}
.pickup-sec .c-inner .cntnts .cntnt .txtarea .c-txt {
  line-height: 1.6;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.ctaarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ctaarea .prc {
  letter-spacing: 0.02em;
  font-size: 1rem;
}
.ctaarea .prc span {
  font-size: 1.8rem;
  line-height: 1;
}
.ctaarea .c-more {
  margin: 0 0 0 auto;
  padding-top: 25px;
}
.ranking-sec {
  position: relative;
  margin-top: 105px;
}
.ranking-sec .c-inner {
  width: 96%;
  margin: 0 0 0 auto;
  background-color: #fff;
  padding-bottom: 105px;
}
.ranking-sec .c-inner .t-ttle-area {
  -webkit-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
  margin-bottom: 5px;
}
.ranking-sec .c-inner ul.cntnts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.ranking-sec .c-inner ul.cntnts li {
  width: 47%;
  margin-right: 6%;
}
.ranking-sec .c-inner ul.cntnts li a {
  display: block;
}
.ranking-sec .c-inner ul.cntnts li a .figure {
  position: relative;
}
.ranking-sec .c-inner ul.cntnts li a .figure:before {
  content: "01";
  display: inline-block;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #194193;
  position: absolute;
  bottom: 15px;
  left: -15px;
  z-index: 10;
}
.ranking-sec .c-inner ul.cntnts li a .figure .pht {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.ranking-sec .c-inner ul.cntnts li a .figure .pht img {
  width: 100%;
}
.ranking-sec .c-inner ul.cntnts li a .txtarea {
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.ranking-sec .c-inner ul.cntnts li a .txtarea .item-name {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 10px;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ranking-sec .c-inner ul.cntnts li a .txtarea .ctaarea {
  margin-top: 4px;
}
.ranking-sec .c-inner ul.cntnts li a .txtarea .ctaarea .prc {
  font-size: 1.1rem;
}
.ranking-sec .c-inner ul.cntnts li a .txtarea .ctaarea .prc span {
  font-size: 1.7rem;
}
.ranking-sec .c-inner ul.cntnts li:first-child {
  width: 100%;
}
.ranking-sec .c-inner ul.cntnts li:first-child a {
  display: block;
}
.ranking-sec .c-inner ul.cntnts li:first-child a .figure:before {
  content: "01";
  display: inline-block;
  font-size: 5.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #194193;
  position: absolute;
  bottom: 15px;
  left: -20px;
}
.ranking-sec .c-inner ul.cntnts li:first-child a .figure .pht {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.ranking-sec .c-inner ul.cntnts li:first-child a .txtarea {
  padding-bottom: 12px;
}
.ranking-sec .c-inner ul.cntnts li:first-child a .txtarea .item-name {
  font-size: 1.7rem;
  margin-top: 12px;
}
.ranking-sec .c-inner ul.cntnts li:first-child a .txtarea .ctaarea {
  margin-top: 8px;
}
.ranking-sec .c-inner ul.cntnts li:first-child a .txtarea .ctaarea .prc {
  font-size: 1.2rem;
}
.ranking-sec .c-inner ul.cntnts li:first-child a .txtarea .ctaarea .prc span {
  font-size: 2rem;
}
.ranking-sec .c-inner ul.cntnts li:first-child a .txtarea .ctaarea .c-more {
  margin: 0 0 0 auto;
  padding-top: 25px;
}
.ranking-sec
  .c-inner
  ul.cntnts
  li:first-child
  a
  .txtarea
  .ctaarea
  .c-more:after {
  width: 20px;
  height: 20px;
}
.ranking-sec .c-inner ul.cntnts li:nth-child(2n-1) {
  margin-right: 0%;
}
.ranking-sec .c-inner ul.cntnts li:last-child {
  margin-right: 0;
}
.ranking-sec .c-inner ul.cntnts li:nth-child(n + 2) {
  margin-top: 20px;
}
.ranking-sec .c-inner ul.cntnts li:nth-child(2) .figure:before {
  content: "02";
}
.ranking-sec .c-inner ul.cntnts li:nth-child(3) .figure:before {
  content: "03";
}
.ranking-sec .c-inner ul.cntnts li:nth-child(4) .figure:before {
  content: "04";
}
.ranking-sec .c-inner ul.cntnts li:nth-child(5) .figure:before {
  content: "05";
}
.newitem-sec {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  margin-bottom: -25px;
}
.newitem-sec .c-inner .t-ttle-area {
  text-align: center;
  margin-bottom: 30px;
}
.newitem-sec .c-inner ul.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.newitem-sec .c-inner ul.tab li {
  width: 33.3333%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.newitem-sec .c-inner ul.tab li a {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}
.newitem-sec .c-inner ul.tab li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.newitem-sec .c-inner ul.tab li.active a {
  position: relative;
  color: #fff;
  background-color: #194193;
}
.newitem-sec .c-inner ul.tab li.active a:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -3px;
  width: 22px;
  height: 22px;
  background: url("../img/common/ttmushi.svg") no-repeat center;
  background-size: contain;
}
.newitem-sec .c-inner .area {
  display: none;
  opacity: 0;
}
.newitem-sec .c-inner .area.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.newitem-sec .c-inner .area ul.cntnts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 20px auto 0;
}
.newitem-sec .c-inner .area ul.cntnts li {
  width: 48%;
  margin-right: 4%;
}
.newitem-sec .c-inner .area ul.cntnts li a {
  display: block;
}
.newitem-sec .c-inner .area ul.cntnts li a .pht {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.newitem-sec .c-inner .area ul.cntnts li a .pht img {
  width: 100%;
}
.newitem-sec .c-inner .area ul.cntnts li a .txtarea {
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.newitem-sec .c-inner .area ul.cntnts li a .txtarea .item-name {
  height: 36px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 10px;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newitem-sec .c-inner .area ul.cntnts li a .txtarea .ctaarea {
  margin-top: 4px;
}
.newitem-sec .c-inner .area ul.cntnts li a .txtarea .ctaarea .prc {
  font-size: 1.1rem;
}
.newitem-sec .c-inner .area ul.cntnts li a .txtarea .ctaarea .prc span {
  font-size: 1.7rem;
}
.newitem-sec .c-inner .area ul.cntnts li:nth-child(2n) {
  margin-right: 0;
}
.newitem-sec .c-inner .area ul.cntnts li:nth-child(n + 3) {
  margin-top: 20px;
}
.newitem-sec .c-inner .c-btn {
  margin: 30px auto 0;
}
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.serchitem-sec {
  position: relative;
  margin-top: 105px;
}
.serchitem-sec .c-inner {
  width: 96%;
  margin: 0 auto 0 0;
  background-color: #fff;
}
.serchitem-sec .c-inner .t-ttle-area {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  margin-bottom: 5px;
}
.serchitem-sec .c-inner ul.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.serchitem-sec .c-inner ul.tab li {
  width: 23.5%;
  margin-right: 2%;
}
.serchitem-sec .c-inner ul.tab li a {
  display: block;
  width: 100%;
  height: 52px;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  border: 1px solid #ddd;
}
.serchitem-sec .c-inner ul.tab li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.serchitem-sec .c-inner ul.tab li:last-child {
  margin-right: 0;
}
.serchitem-sec .c-inner ul.tab li:first-child {
  border-left: 1px solid #ddd;
}
.serchitem-sec .c-inner ul.tab li.active a {
  position: relative;
  color: #fff;
  background-color: #194193;
  border: 1px solid #194193;
}
.serchitem-sec .c-inner ul.tab li.active a:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #194293 transparent transparent transparent;
}
.serchitem-sec .c-inner ul.tab li.active a:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -3px;
  width: 22px;
  height: 22px;
  background: url("../img/common/ttmushi.svg") no-repeat center;
  background-size: contain;
}
.serchitem-sec .c-inner ul.tab li:last-child.active a:before {
  display: none;
}
.serchitem-sec .c-inner .area {
  display: none;
  opacity: 0;
  padding-bottom: 60px;
}
.serchitem-sec .c-inner .area.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.serchitem-sec .c-inner .area#srch_cate01 ul.cntnts,
.serchitem-sec .c-inner .area#srch_cate03 ul.cntnts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 25px auto 0;
}
.serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li,
.serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li {
  width: 48%;
  margin-right: 4%;
}
.serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li a,
.serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li a {
  display: block;
  height: 56px;
  border-bottom: 1px solid #ddd;
}
.serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li a .ctaarea,
.serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li a .ctaarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li a .ctaarea .sub-cate,
.serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li a .ctaarea .sub-cate {
  width: 80%;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li a .ctaarea .c-more,
.serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li a .ctaarea .c-more {
  padding: 0;
  height: 100%;
}
.serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li a .ctaarea .c-more:after,
.serchitem-sec
  .c-inner
  .area#srch_cate03
  ul.cntnts
  li
  a
  .ctaarea
  .c-more:after {
  bottom: auto;
  right: 5px;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li:nth-child(2n),
.serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li:nth-child(2n) {
  margin-right: 0;
}
.serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li:first-child,
.serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li:first-child {
  border-top: 1px solid #ddd;
}
.serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li:nth-child(2),
.serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li:nth-child(2) {
  border-top: 1px solid #ddd;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts {
  width: 100%;
  margin: 25px auto 0;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li {
  border-top: 1px solid #ddd;
  padding: 25px 15px;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li .b-logo {
  width: 200px;
  height: 41px;
  margin-bottom: 20px;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li .b-logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li:nth-child(3) .b-logo {
  width: 77px;
  height: 26px;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li:nth-child(4) .b-logo {
  width: 160px;
  height: auto;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li:nth-child(5) .b-logo {
  width: 100px;
  height: 100px;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li p.c-txt {
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li p.c-txt.active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li .btnarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li .btnarea a.oc-btn {
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
  padding-left: 25px;
}
.serchitem-sec
  .c-inner
  .area#srch_cate02
  ul.cntnts
  li
  .btnarea
  a.oc-btn
  span.close {
  display: none;
}
.serchitem-sec
  .c-inner
  .area#srch_cate02
  ul.cntnts
  li
  .btnarea
  a.oc-btn:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/home/open_des.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.serchitem-sec
  .c-inner
  .area#srch_cate02
  ul.cntnts
  li
  .btnarea
  a.oc-btn.active
  span.open {
  display: none;
}
.serchitem-sec
  .c-inner
  .area#srch_cate02
  ul.cntnts
  li
  .btnarea
  a.oc-btn.active
  span.close {
  display: block;
}
.serchitem-sec
  .c-inner
  .area#srch_cate02
  ul.cntnts
  li
  .btnarea
  a.oc-btn.active:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 16px;
  height: 16px;
  background: url("../img/home/open_des.svg") no-repeat center;
  background-size: contain;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li .btnarea a.c-more {
  display: inline-block;
  margin: 0 0 0 auto;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-right: 28px;
}
.serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li .btnarea a.c-more:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.serchitem-sec
  .c-inner
  .area#srch_cate02
  ul.cntnts
  li
  .btnarea
  a.c-more:hover:after {
  bottom: 9px;
  right: -4px;
}
.speaklike-sec {
  position: relative;
  width: 96%;
  margin: 105px 0 0 auto;
  background-color: #f8f8f8;
}
.speaklike-sec .t-ttle-area {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  margin-bottom: 5px;
  margin-left: 4.2%;
  text-align: left;
}
.speaklike-sec .t-ttle-area .ja {
  padding-top: 5px;
}
.speaklike-sec .c-inner .youtube_slider {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
.speaklike-sec .c-inner .youtube_slider .swiper {
  width: 100%;
  padding-bottom: 40px;
}
.speaklike-sec .c-inner .youtube_slider .swiper .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.speaklike-sec .c-inner .youtube_slider .swiper .swiper-wrapper a {
  display: block;
}
.speaklike-sec .c-inner .youtube_slider .swiper .swiper-wrapper a .pht {
  position: relative;
  width: 100%;
  height: auto;
}
.speaklike-sec .c-inner .youtube_slider .swiper .swiper-wrapper a .pht:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url("../img/common/youtube_saisei.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 5;
}
.speaklike-sec .c-inner .youtube_slider .swiper .swiper-wrapper a .pht img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.speaklike-sec .c-inner .youtube_slider .swiper .swiper-wrapper a .ctaarea {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.speaklike-sec
  .c-inner
  .youtube_slider
  .swiper
  .swiper-wrapper
  a
  .ctaarea
  .txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.speaklike-sec
  .c-inner
  .youtube_slider
  .swiper
  .swiper-wrapper
  a
  .ctaarea
  .c-more {
  padding-top: 0px;
  margin-top: 0px;
  text-align: right;
}
.speaklike-sec .c-inner .youtube_slider .swiper .swiper-wrapper a:nth-child(2) {
  margin-top: 30px;
}
.speaklike-sec .c-inner .youtube_slider .slider_op {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.speaklike-sec .c-inner .youtube_slider .slider_op .position {
  display: inline-block;
  position: relative;
  padding: 0 100px;
}
.speaklike-sec
  .c-inner
  .youtube_slider
  .slider_op
  .position
  .swiper-pagination {
  max-width: 100%;
  margin-top: 0;
}
.speaklike-sec
  .c-inner
  .youtube_slider
  .slider_op
  .position
  .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: auto !important;
  height: auto !important;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}
.speaklike-sec
  .c-inner
  .youtube_slider
  .slider_op
  .position
  .swiper-button-prev
  span {
  position: relative;
  padding-left: 30px;
}
.speaklike-sec
  .c-inner
  .youtube_slider
  .slider_op
  .position
  .swiper-button-prev
  span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 18px;
  background: url("../img/common/slider-aroow-left.svg") no-repeat center;
  background-size: contain;
}
.speaklike-sec
  .c-inner
  .youtube_slider
  .slider_op
  .position
  .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: auto !important;
  height: auto !important;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}
.speaklike-sec
  .c-inner
  .youtube_slider
  .slider_op
  .position
  .swiper-button-next
  span {
  position: relative;
  padding-right: 30px;
}
.speaklike-sec
  .c-inner
  .youtube_slider
  .slider_op
  .position
  .swiper-button-next
  span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 18px;
  background: url("../img/common/slider-aroow-right.svg") no-repeat center;
  background-size: contain;
}
.nonscroll {
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}
.top-youtube .modal___content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 90%;
  height: auto;
}
.top-youtube .modal___content iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.otherside-sec {
  margin-top: 80px;
}
.otherside-sec .c-inner {
  position: relative;
}
.otherside-sec .c-inner .t-ttle-area {
  margin-bottom: 30px;
}
.otherside-sec .c-inner ul.cntnts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.otherside-sec .c-inner ul.cntnts li {
  width: 47.5%;
  margin-right: 5%;
}
.otherside-sec .c-inner ul.cntnts li a {
  display: block;
}
.otherside-sec .c-inner ul.cntnts li a .pht {
  position: relative;
  width: 100%;
}
.otherside-sec .c-inner ul.cntnts li a .pht:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.otherside-sec .c-inner ul.cntnts li a .pht img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.otherside-sec .c-inner ul.cntnts li a .txtarea {
  margin-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.otherside-sec .c-inner ul.cntnts li a .txtarea .ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.otherside-sec .c-inner ul.cntnts li a .txtarea .ctaarea {
  margin-top: 4px;
}
.otherside-sec .c-inner ul.cntnts li a .txtarea .ctaarea .prc {
  font-size: 1.1rem;
}
.otherside-sec .c-inner ul.cntnts li a .txtarea .ctaarea .prc span {
  font-size: 1.7rem;
}
.otherside-sec .c-inner ul.cntnts li:first-child {
  width: 100%;
}
.otherside-sec .c-inner ul.cntnts li:nth-child(4n) {
  width: 100%;
  margin-right: 0;
}
.otherside-sec .c-inner ul.cntnts li:nth-child(4n) a {
  width: 100%;
}
.otherside-sec .c-inner ul.cntnts li:nth-child(4n) a .flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.otherside-sec .c-inner ul.cntnts li:nth-child(4n) a .flex .pht {
  width: 35%;
}
.otherside-sec .c-inner ul.cntnts li:nth-child(4n) a .flex .txtarea {
  position: relative;
  width: 60%;
  margin-top: 0;
  margin-left: 5%;
}
.otherside-sec .c-inner ul.cntnts li:nth-child(4n) a .flex .txtarea .ctaarea {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.otherside-sec .c-inner ul.cntnts li:nth-child(2n-1) {
  margin-right: 0;
}
.otherside-sec .c-inner ul.cntnts li:nth-child(n + 2) {
  margin-top: 25px;
}
.otherside-sec .c-inner .c-btn {
  margin-top: 30px;
}
.news-sec {
  margin-top: 80px;
  margin-bottom: 100px;
}
.news-sec .c-inner .t-ttle-area {
  margin-bottom: 30px;
}
.news-sec .c-inner .news-inner ul.cntnts li a {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #fff;
}
.news-sec .c-inner .news-inner ul.cntnts li a .ctaarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-sec .c-inner .news-inner ul.cntnts li a .ctaarea .txt-area {
  width: 90%;
}
.news-sec .c-inner .news-inner ul.cntnts li a .ctaarea .txt-area .date {
  font-weight: 300;
  letter-spacing: 0.04em;
}
.news-sec .c-inner .news-inner ul.cntnts li a .ctaarea .txt-area .c-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-sec .c-inner .news-inner ul.cntnts li a .ctaarea .c-more {
  width: 10%;
  padding: 0px;
  height: 100%;
}
.news-sec .c-inner .news-inner ul.cntnts li a .ctaarea .c-more:after {
  bottom: auto;
  right: 5px;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-sec .c-inner .news-inner ul.cntnts li:nth-child(n + 2) {
  margin-top: 15px;
}
.news-sec .c-inner .c-btn {
  margin-top: 30px;
}
.fs-l-product2 .fs-l-productLayout {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 0px;
}
.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--1 {
  width: 50%;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .fs-c-productMainImage
  .fs-c-productMainImage__image {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .fs-c-productMainImage
  .fs-c-productMainImage__image
  img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .fs-c-productThumbnail
  .fs-c-productThumbnail__image {
  margin: 0;
  width: 15%;
  margin-right: 2%;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  min-width: auto;
  margin-bottom: 10px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .fs-c-productThumbnail
  .fs-c-productThumbnail__image:nth-child(6n) {
  margin-right: 0;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .fs-c-productThumbnail
  .fs-c-productThumbnail__image.is-active
  img {
  border: 2px solid #24428e;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .recommend_point {
  padding: 25px 30px;
  margin-top: 60px;
  border: 1px solid #ddd;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .recommend_point.none {
  display: none;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .recommend_point
  .ttl {
  position: relative;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-left: 26px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .recommend_point
  .ttl:after {
  content: "";
  position: absolute;
  top: 3px;
  left: -3px;
  width: 22px;
  height: 22px;
  background: url(../img/common/ttmushi.svg) no-repeat center;
  background-size: contain;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .recommend_point
  ul.cntnt {
  padding-top: 8px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .recommend_point
  ul.cntnt
  li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 18px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .recommend_point
  ul.cntnt
  li:nth-child(n + 2) {
  margin-top: 8px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .recommend_point
  ul.cntnt
  li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #000;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea {
  margin-top: 50px;
  margin-bottom: 0;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  ul.tab {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px 0;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  ul.tab
  li {
  width: 50%;
  height: 54px;
  border-radius: 3px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  ul.tab
  li.active {
  background-color: #f4f4f4;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  ul.tab
  li
  span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  .area {
  display: none;
  border-bottom: 1px solid #ddd;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  .area.is-active {
  display: block;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  #item_dtl01 {
  padding: 30px 10px 50px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  #item_dtl01
  .tab-ttl {
  font-size: 1.6rem;
  line-height: 1;
  color: #989898;
  margin-top: 0;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  #item_dtl01
  .cntnts
  p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 16px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  #item_dtl02
  ul
  li {
  padding: 28px 25px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  #item_dtl02
  ul
  li
  .tab-ttl {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #989898;
  margin-top: 0;
  margin-bottom: 12px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  #item_dtl02
  ul
  li
  p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  #item_dtl02
  ul
  li:nth-child(n + 2) {
  border-top: 1px solid #ddd;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  #item_dtl02
  ul
  li
  table {
  width: 100%;
  table-layout: fixed;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  #item_dtl02
  ul
  li
  table
  thead
  td:first-child {
  width: 25%;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  #item_dtl02
  ul
  li
  table
  th {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  max-width: 15px;
  padding: 10px 0;
  border: 1px solid #ddd;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--1
  .itemdetail_tabarea
  #item_dtl02
  ul
  li
  table
  td {
  text-align: center;
  padding: 10px 0;
  border: 1px solid #ddd;
}
.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--2 {
  width: 45.5%;
  margin-left: 4.5%;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-productMarks
  .fs-c-productMark
  .fs-c-productMark__item {
  background-color: #f4f4f4;
  border-radius: 2px;
  margin-right: 6px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-productMarks
  .fs-c-productMark
  .fs-c-productMark__item
  .fs-c-productMark__mark {
  margin-right: 0;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 5px 10px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-productNameHeading
  .fs-c-productNameHeading__copy {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  padding-top: 25px;
  color: #000;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-productNameHeading
  .fs-c-productNameHeading__name {
  display: block;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #000;
  margin-top: 10px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-productNumber {
  border: none;
  display: inline-block;
  font-size: 1.2rem;
  padding: 12px 0px 0px;
  margin-bottom: 0;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-productNumber
  .fs-c-productNumber__label {
  display: inline-block;
  padding-right: 5px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-productNumber
  .fs-c-productNumber__number {
  font-size: 1.4rem;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-productPrices--productDetail {
  margin-top: 30px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-productPrices--productDetail
  .fs-c-productPrice__main
  .fs-c-productPrice__main__price {
  font-size: 3.4rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #000;
  font-family: "Roboto", "arial", "MS Sans Serif", sans-serif;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-productPrices--productDetail
  .fs-c-productPrice__addon {
  display: inline-block;
  margin-left: 4px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .cart_btn_modal {
  width: 100%;
  margin-top: 30px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .cart_btn_modal.zero
  .modal_ttl {
  display: none;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .cart_btn_modal.zero
  .fs-c-productQuantityAndWishlist
  .fs-c-buttonContainer {
  padding: 0px 0 0px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .cart_btn_modal.zero
  .fs-c-productQuantityAndWishlist
  .fs-c-buttonContainer
  .fs-c-button--addToWishList--detail {
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .cart_btn_modal.zero
  .fs-c-productQuantityAndWishlist
  .fs-c-buttonContainer
  .fs-c-button--addToWishList--detail
  span {
  display: none;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .cart_btn_modal.zero
  .fs-c-productQuantityAndWishlist
  .fs-c-buttonContainer
  .fs-c-button--addToWishList--detail:after {
  font-size: 2.4rem;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .cart_btn_modal.zero
  .fs-c-button--addToCart--detail {
  background-color: #194193;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .cart_btn_modal
  a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  color: #fff;
  background-color: #194193;
  font-weight: 500;
  line-height: 1;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .cart_btn_modal
  a
  .btn_cntnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  padding: 32px 20px 32px 0;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .cart_btn_modal
  a
  .btn_cntnr
  span.big {
  display: inline-block;
  font-size: 2.2rem;
  margin-left: 8px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .cart_btn_modal
  a.none {
  display: none;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .cart_btn_modal
  a
  :before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 27px;
  background: url("../img/common/cart_icon_w.svg") no-repeat center;
  background-size: contain;
}
.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-snsArea {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-inquiryAboutProduct {
  margin: 40px 0 0;
  padding: 0;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-inquiryAboutProduct
  button {
  position: relative;
  width: 100%;
  height: 76px;
  border: 1px solid #ddd;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-inquiryAboutProduct
  button
  .fs-c-button__label {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  padding-right: 30px;
}
.fs-l-product2
  .fs-l-productLayout
  .fs-l-productLayout__item--2
  .fs-c-inquiryAboutProduct
  button
  :before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  background: url("../img/common/cart_contact_arrow.svg") no-repeat center;
  background-size: contain;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
  margin-right: -3px;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
  margin-left: -3px;
}
.fs-c-button--plain:hover {
  text-decoration: none !important;
}
.cart_btn_modalcntnt .modal__bg {
  background: rgba(0, 0, 0, 0.85);
}
.cart_btn_modalcntnt .modal___content {
  display: block;
  background: #fff;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 900px;
  width: 80%;
  height: 80%;
  color: #000;
}
.cart_btn_modalcntnt .modal___content .cntnts {
  padding-bottom: 0;
}
.cart_btn_modalcntnt .modal___content .modal_ttl {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}
.cart_btn_modalcntnt .modal___content .modal_ttl .js-modal-close {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.cart_btn_modalcntnt .modal___content .modal_ttl .js-modal-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions
  .fs-c-variationAndActions__variationLabel {
  display: none;
}
.cart_btn_modalcntnt .modal___content .fs-c-variationAndActions__variation {
  border-bottom: 1px solid #ddd;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item {
  width: 100%;
  position: relative;
  border-top: 1px solid #ddd;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item:first-child {
  border-top: none;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item
  .fs-c-variationList__item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  width: calc(40% - 100px);
  padding-left: 25px;
  padding-right: 10px;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item
  .fs-c-variationList__item__body {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 0;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item
  .fs-c-variationList__item__body
  .fs-c-variationList__item__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  width: 90px;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item
  .fs-c-variationList__item__body
  .fs-c-variationList__item__image
  img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item
  .fs-c-variationList__item__body
  .fs-c-variationList__item__cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 0 0 auto;
  padding: 20px 20px 20px 0;
  background-color: #f4f4f4;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item
  .fs-c-variationList__item__body
  .fs-c-variationList__item__cart
  li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item
  .fs-c-variationList__item__body
  .fs-c-variationList__item__cart
  li:nth-child(n + 2) {
  margin-top: 14px;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item
  .fs-c-variationList__item__body
  .fs-c-variationList__item__cart
  li
  .fs-c-variationCart__variationName {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item
  .fs-c-variationList__item__body
  .fs-c-variationList__item__cart
  li
  .fs-c-variationCart__variationName
  .fs-c-variationCart__variationName__name {
  width: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item
  .fs-c-variationList__item__body
  .fs-c-variationList__item__cart
  li
  .fs-c-variationCart__wishlist
  button:before {
  display: inline-block;
  color: #9b9b9b;
  margin-right: 15px;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item
  .fs-c-variationList__item__body
  .fs-c-variationList__item__cart
  li
  .fs-c-variationCart__cartButton {
  width: 200px;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item
  .fs-c-variationList__item__body
  .fs-c-variationList__item__cart
  li
  .fs-c-variationCart__cartButton
  button {
  background-color: #194193;
  height: 50px;
  font-size: 1.4rem;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-variationAndActions__variation
  .fs-c-variationList__item
  .fs-c-variationList__item__body
  .fs-c-variationList__item__cart
  li
  .fs-c-variationCart__cartButton
  button.fs-c-button--secondary {
  background: #ccc;
}
.cart_btn_modalcntnt .modal___content .fs-c-productQuantityAndWishlist {
  max-width: 500px;
  width: 90%;
  margin: 20px auto 0;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-productQuantityAndWishlist
  .fs-c-productQuantityAndWishlist__wishlist {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-productQuantityAndWishlist
  .fs-c-productQuantityAndWishlist__wishlist
  .fs-c-button--addToWishList--detail {
  border: none;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-productQuantityAndWishlist
  .fs-c-productQuantityAndWishlist__wishlist
  .fs-c-button--addToWishList--detail:after {
  font-size: 2.4rem;
  color: #9b9b9b;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-productQuantityAndWishlist
  .fs-c-productQuantityAndWishlist__wishlist
  .fs-c-button--addToWishList--detail
  span {
  display: none;
}
.cart_btn_modalcntnt .modal___content .fs-c-productActionButton {
  display: block;
  max-width: 500px;
  width: 90%;
  margin: 20px auto 0;
  padding: 0;
  background-color: #194193;
}
.cart_btn_modalcntnt .modal___content .fs-c-productActionButton button {
  background-color: #194193;
  font-weight: 500;
  max-width: 100% !important;
  width: 100%;
}
.cart_btn_modalcntnt
  .modal___content
  .fs-c-productActionButton
  button.fs-c-button--subscribeToArrivalNotice--detail {
  background-color: #ccc;
}
.cordinate-sec .c-inner .t-ttle-area .ja {
  left: 450px;
}
.cordinate-sec .c-inner .fs-c-featuredProduct .fs-c-productListCarousel__list {
  overflow: visible !important;
}
.cordinate-sec .c-inner .fs-c-featuredProduct .fs-c-featuredProduct__header {
  display: none;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  span.fs-c-productListCarousel__ctrl {
  display: none !important;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list {
  overflow: visible !important;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track {
  max-width: 1200px !important;
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide {
  float: inherit;
  width: 22%;
  margin-right: 4%;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide:nth-child(4n) {
  margin-right: 0;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item {
  margin: 0;
  max-width: 100% !important;
  min-width: 100% !important;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item
  .fs-c-productListItem__imageContainer {
  border: 1px solid #ddd;
  overflow: hidden;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item
  .fs-c-productListItem__imageContainer
  a
  img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item
  .fs-c-productListItem__productName {
  font-size: 1.8rem;
  margin-top: 15px;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item
  .fs-c-productListItem__prices {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item
  .fs-c-productListItem__prices
  .fs-c-productPrice {
  position: relative;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item
  .fs-c-productListItem__prices
  .fs-c-productPrice:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow_mini.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item
  .fs-c-productListItem__prices
  .fs-c-productPrice
  .fs-c-productPrice__main
  .fs-c-productPrice__main__price {
  color: #000;
  font-family: "Roboto", "arial", "MS Sans Serif", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item
  .fs-c-productListItem__prices
  .fs-c-productPrice
  .fs-c-productPrice__addon {
  font-size: 1.3rem;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item
  .fs-c-productListItem__prices
  .fs-c-productPrice
  .fs-c-productPrice__addon:before {
  margin: 0 !important;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item
  .fs-c-productListItem__prices
  .fs-c-productPrice
  .fs-c-productPrice__addon:after {
  margin: 0 !important;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item:hover
  .fs-c-productListItem__imageContainer
  a
  img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item:hover
  .fs-c-productListItem__prices
  .fs-c-productPrice:before {
  bottom: 4px;
  right: -4px;
}
.cordinate-sec
  .c-inner
  .fs-c-featuredProduct
  .fs-c-productListCarousel
  .slick-list
  .slick-track
  .slick-slide
  .fs-c-productListCarousel__list__item
  .fs-c-productListItem__control {
  display: none;
}
.recommend-sec .c-inner .t-ttle-area .ja {
  left: 575px;
}
.checked-sec .c-inner .t-ttle-area .ja {
  left: 420px;
}
.fs-c-inputInformation
  .fs-c-inputInformation__button
  .fs-c-button--sendInquiry {
  padding: 0 40px;
}
.pagetitle {
  width: 100%;
  height: 240px;
  background: url("../img/common/comon_ttl_bg.jpg") no-repeat center;
  background-size: cover;
}
.pagetitle .c-inner {
  max-width: 1200px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.pagetitle .c-inner .ttlarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}
.pagetitle .c-inner .ttlarea .en {
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
}
.pagetitle .c-inner .ttlarea h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
  margin-left: 26px;
}
.fs-c-subgroup {
  width: 100%;
}
.fs-c-subgroup .fs-c-listControl {
  display: none;
}
.fs-c-subgroup .fs-c-subgroupList {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 0;
  padding: 0;
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
  display: block;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 23.5%;
  margin-right: 2%;
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item:nth-child(4n) {
  margin-right: 0;
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item:nth-child(n + 5) {
  margin-top: 15px;
}
.fs-c-subgroup
  .fs-c-subgroupList
  .fs-c-subgroupList__item
  a.fs-c-subgroupList__link {
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  padding: 0px 15px;
}
.fs-c-subgroup
  .fs-c-subgroupList
  .fs-c-subgroupList__item
  a.fs-c-subgroupList__link:after {
  display: block;
  -webkit-transform: all 0.4s;
  transform: all 0.4s;
}
.fs-c-subgroup
  .fs-c-subgroupList
  .fs-c-subgroupList__item
  a.fs-c-subgroupList__link:hover:after {
  display: block;
  padding-left: 4px;
}
.fs-c-productList {
  width: 100%;
  margin: 80px auto 100px;
}
.fs-body-category-brand .fs-c-productList {
  display: none;
}
.fs-c-productList__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-template-columns: auto;
  margin-top: 30px;
}
.fs-c-productList__list .fs-c-productList__list__item {
  position: relative;
  width: 23%;
  margin-right: 2.666666%;
  padding: 0 0 45px;
  border-bottom: none;
}
.fs-c-productList__list .fs-c-productList__list__item:nth-child(4n) {
  margin-right: 0;
}
.fs-c-productList__list .fs-c-productList__list__item:nth-child(n + 5) {
  margin-top: 40px;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__imageContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__imageContainer
  .fs-c-productListItem__image
  a {
  width: 100%;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__imageContainer
  .fs-c-productListItem__image
  a
  img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__imageContainer
  .fs-c-productListItem__image
  a:hover
  img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productMarks
  .fs-c-productMark__item {
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #f4f4f4;
  border-radius: 2px;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productMarks
  .fs-c-productMark__item:nth-child(n + 2) {
  margin-left: 8px;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productName__copy {
  display: none;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__productName {
  margin-top: 12px;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__productName
  .fs-c-productName__name {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__control {
  display: none;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__prices {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  line-height: 1;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__prices
  .fs-c-productPrice {
  position: relative;
  display: block;
  width: 100%;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__prices
  .fs-c-productPrice:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow_mini.svg) no-repeat center;
  background-size: contain;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__prices
  .fs-c-productPrice
  .fs-c-productPrice__main {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Roboto", "arial", "MS Sans Serif", sans-serif;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__prices
  .fs-c-productPrice
  .fs-c-productPrice__main
  .fs-c-productPrice__main__price {
  color: #000;
}
.fs-c-productList__list
  .fs-c-productList__list__item
  .fs-c-productListItem__prices
  .fs-c-productPrice
  .fs-c-productPrice__addon {
  display: inline-block;
  font-size: 1.3rem;
  padding-left: 4px;
}
.sort_bottom .fs-c-productList__controller {
  margin-top: 40px;
}
.fs-c-productList .sort_bottom .fs-c-sortItems,
.fs-c-productList .sort_bottom .fs-c-listControl__status,
.fs-c-productList .sort .fs-c-pagination,
.group_features .fs-c-productList .fs-c-noResultMessage__title {
  display: none !important;
}
.fs-c-productList .fs-c-productList__controller {
  padding-bottom: 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fs-c-productList .sort_bottom .fs-c-productList__controller {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
}
.fs-c-productList .sort .fs-c-productList__controller .fs-c-listControl {
  width: calc(100% - 130px);
  font-size: 1.2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 1;
}
.fs-c-productList .sort_bottom .fs-c-productList__controller .fs-c-listControl {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.fs-c-productList .fs-c-productList__controller .fs-c-pagination {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs-c-productList
  .fs-c-productList__controller
  .fs-c-pagination
  .fs-c-pagination__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  width: 42px;
  height: 42px;
  font-size: 1.2rem;
  text-align: center;
  color: #1a1a1a;
  border: solid 1px #989898;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0 5px;
  padding: 0;
}
.fs-c-productList .fs-c-productList__controller .fs-c-pagination .is-active {
  color: #fff;
  background: #003b85;
  border: solid 1px #003b85;
}
.fs-c-productList .fs-c-productList__controller .fs-c-sortItems {
  position: relative;
}
.fs-c-productList
  .fs-c-productList__controller
  .fs-c-sortItems
  .fs-c-sortItems__label {
  display: block;
  width: 130px;
  height: 36px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background: #003b85
    url(https://hikarimiso.itembox.design/item/img/ac_arrow_open.png?d=20210323215207)
    no-repeat 94% center;
  border: none;
  padding: 10px 10px 5px 10px;
  cursor: pointer;
}
.fs-c-productList
  .fs-c-productList__controller
  .fs-c-sortItems
  .fs-c-sortItems__list {
  display: block;
  width: 130px;
  border: 1px solid #c5c5c5;
  background: #fff;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 3;
}
.fs-c-productList
  .fs-c-productList__controller
  .fs-c-sortItems
  .fs-c-sortItems__list
  li.is-active {
  font-size: 86%;
  padding: 2px 10px;
}
.fs-c-productList
  .fs-c-productList__controller
  .fs-c-sortItems
  .fs-c-sortItems__list
  li
  a {
  display: block;
  font-size: 86%;
  padding: 2px 10px;
}
.fs-c-productList
  .fs-c-productList__controller
  .fs-c-sortItems
  .fs-c-sortItems__list
  li.is-active
  .fs-c-sortItems__list__item__label {
  color: #000;
  padding: 0;
}
.fs-body-search .fs-c-breadcrumb {
  padding-bottom: 0;
}
.shop-temp {
  padding-bottom: 140px;
}
.shop-temp .shoppht {
  width: 100%;
  height: auto;
}
.shop-temp .shoppht img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.shop-temp .c-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.shop-temp .c-inner .ttl .en {
  font-size: 12rem;
  line-height: 1;
  margin-top: -60px;
}
.shop-temp .c-inner .ttl h2 {
  font-size: 2.8rem;
  line-height: 1;
  margin-top: 40px;
}
.shop-temp .c-inner ul.shop-cntnts {
  margin-top: 40px;
  margin-bottom: 50px;
}
.shop-temp .c-inner ul.shop-cntnts li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop-temp .c-inner ul.shop-cntnts li .komoku {
  font-size: 2rem;
  width: 200px;
}
.shop-temp .c-inner ul.shop-cntnts li .kmk-cld {
  font-size: 1.6rem;
  font-weight: 500 !important;
}
.shop-temp .c-inner ul.shop-cntnts li:nth-child(n + 2) {
  margin-top: 18px;
}
.shop-temp .c-inner iframe {
  width: 100%;
  height: 420px;
}
.pagetitle.wh {
  background: #fff;
}
.pagetitle.wh .c-inner {
  border-bottom: 1px solid #ddd;
}
.pagetitle.wh .c-inner .ttlarea {
  color: #000;
}
.bg_img_brnd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 1050px;
  background: url("../img/freepage/brdccpt_bg.jpg") no-repeat center;
  background-size: cover;
}
.bg_img_brnd .txtarea {
  text-align: center;
  font-family: "Hina Mincho", serif !important;
  color: #fff;
}
.bg_img_brnd .txtarea p.txt:nth-child(1) {
  font-size: 2.5rem;
  line-height: 2;
  margin-bottom: 50px;
}
.bg_img_brnd .txtarea p.txt:nth-child(2) {
  font-size: 2.9rem;
  margin-bottom: 60px;
}
.bg_img_brnd .txtarea p.txt:nth-child(3) {
  font-size: 3.7rem;
  margin-bottom: 30px;
}
.bg_img_brnd .txtarea p.img {
  width: 274px;
  height: auto;
  margin: 0 auto;
}
.bg_img_brnd .txtarea p.img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-inner.th {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.prefectures_stokists {
  padding: 60px 0 140px;
}
.prefectures_stokists .stokist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.prefectures_stokists .stokist:nth-child(n + 2) {
  margin-top: 50px;
}
.prefectures_stokists .stokist .prefecture {
  width: 200px;
  font-size: 2.2rem;
}
.prefectures_stokists .stokist .details {
  width: calc(100% - 200px);
}
.prefectures_stokists .stokist .details .cntnt .name {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
.prefectures_stokists .stokist .details .cntnt .txtarea {
  margin-top: 10px;
}
.prefectures_stokists .stokist .details .cntnt .txtarea .txt {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #9d9d9d;
  margin-top: 2px;
}
.prefectures_stokists .stokist .details .cntnt .txtarea .txt a {
  color: #9d9d9d;
}
.prefectures_stokists .stokist .details .cntnt:nth-child(n + 2) {
  margin-top: 30px;
}
.c-inner.recruit {
  padding: 60px 0 140px;
}
.c-inner.recruit .recruit_cntnts .stokist:nth-child(n + 2) {
  margin-top: 100px;
}
.c-inner.recruit .recruit_cntnts .stokist h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.c-inner.recruit .recruit_cntnts .stokist ul.details {
  margin-top: 30px;
}
.c-inner.recruit .recruit_cntnts .stokist ul.details li .ttl {
  font-size: 1.5rem;
  font-weight: 600;
}
.c-inner.recruit .recruit_cntnts .stokist ul.details li .txt {
  font-size: 1.4rem;
  margin-top: 3px;
  line-height: 1.6;
}
.c-inner.recruit .recruit_cntnts .stokist ul.details li:nth-child(n + 2) {
  margin-top: 24px;
}
.c-inner.faq {
  padding: 60px 0 140px;
}
.c-inner.faq .aco-item-q {
  position: relative;
  width: 100%;
  padding: 25px 80px;
  background-color: #f8f8f8;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  margin-top: 20px;
}
.c-inner.faq .aco-item-q:nth-child(1) {
  margin-top: 0px;
}
.c-inner.faq .aco-item-q.open {
  border-radius: 8px 8px 0 0;
}
.c-inner.faq .aco-item-q:before,
.c-inner.faq .aco-item-a:before {
  content: "Q";
  font-size: 2rem;
  font-family: "Roboto", "arial", "MS Sans Serif", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #1c1c1c;
  position: absolute;
  top: 30px;
  left: 40px;
}
.c-inner.faq .aco-item-q:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/freepage/plus_icon.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-inner.faq .aco-item-q.open:after {
  content: "";
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.c-inner.faq .aco-item-a:before {
  content: "A";
  color: #9a9a9a;
  position: absolute;
  top: 5px;
  left: 40px;
}
.c-inner.faq .aco-item-a {
  position: relative;
  display: none;
  padding: 0px 80px 25px 80px;
  background-color: #f8f8f8;
  border-radius: 0px 0px 4px 4px;
  margin-top: -10px;
  font-size: 1.5rem;
}
.c-inner.guide {
  padding: 60px 0 140px;
}
.guide_sec:nth-child(n + 2) {
  margin-top: 70px;
}
.guide_sec h2 {
  padding: 20px 0 20px;
  font-size: 2rem;
  letter-spacing: 0.04rem;
  margin-bottom: 20px;
  background: #f7f7f7;
  padding-left: 10px;
}
.guide_sec p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}
.guide_sec p.caution {
  font-size: 1.4rem;
  padding-left: 16px;
  position: relative;
}
.guide_sec p.caution:before {
  content: "※";
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
}
.guide_sec p.li {
  font-size: 1.4rem;
  padding-left: 16px;
  position: relative;
}
.guide_sec p.li:before {
  content: "・";
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
}
.guide_sec .mt {
  margin-top: 12px;
}
.guide_sec h3 {
  margin-top: 18px;
  font-size: 1.8rem;
  padding-bottom: 8px;
}
.guide_sec ol li {
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 16px;
  position: relative;
}
.guide_sec ol li:before {
  content: "1.";
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
}
.guide_sec ol li:nth-child(2):before {
  content: "2.";
}
.guide_sec ol li:nth-child(3):before {
  content: "3.";
}
.guide_sec ol li:nth-child(4):before {
  content: "4.";
}
.guide_sec ol li:nth-child(5):before {
  content: "5.";
}
.guide_sec ol li:nth-child(6):before {
  content: "6.";
}
.guide_sec ol li:nth-child(7):before {
  content: "7.";
}
.guide_sec ol li:nth-child(n + 2) {
  margin-top: 7px;
}
.guide_sec .graybox {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
  padding: 20px;
  text-align: center;
  border: 1px solid #ddd;
}
.c-inner.sizeguide {
  padding: 60px 0 140px;
}
.c-inner.sizeguide .txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
.c-inner.sizeguide .graybox {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
  padding: 20px;
  text-align: center;
  border: 1px solid #ddd;
}
.c-inner.sizeguide .unkerlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-inner.sizeguide .unkerlinks li {
  width: 23.5%;
  margin-right: 2%;
  border: 1px solid #989898;
}
.c-inner.sizeguide .unkerlinks li:nth-child(4n) {
  margin-right: 0;
}
.c-inner.sizeguide .unkerlinks li:nth-child(n + 5) {
  margin-top: 15px;
}
.c-inner.sizeguide .unkerlinks li a {
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-inner.sizeguide .unkerlinks li a span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px 0 20px;
  font-weight: 500;
}
.c-inner.sizeguide .unkerlinks li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 11px;
  height: 6px;
  background: url("../img/freepage/under_arrow.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-inner.sizeguide .unkerlinks li a:hover:after {
  top: 56%;
}
.c-inner.sizeguide .size_cntnts {
  margin-top: 80px;
}
.c-inner.sizeguide .size_cntnts h2 {
  font-size: 2.8rem;
  font-weight: 600;
  border-bottom: 1px solid #989898;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.c-inner.sizeguide .size_cntnts .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-inner.sizeguide .size_cntnts .cntnt {
  width: 48%;
  margin-right: 4%;
}
.c-inner.sizeguide .size_cntnts .cntnt:nth-child(2n) {
  margin-right: 0;
}
.c-inner.sizeguide .size_cntnts .cntnt:nth-child(n + 3) {
  margin-top: 40px;
}
.c-inner.sizeguide .size_cntnts .cntnt h3 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  padding-bottom: 15px;
}
.c-inner.sizeguide .size_cntnts a {
  position: relative;
  display: block;
  border: 1px solid #ddd;
}
.c-inner.sizeguide .size_cntnts a:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 38px;
  height: 38px;
  background: url("../img/freepage/kakudai_icon.svg") no-repeat center;
  background-size: contain;
}
.c-inner.sizeguide .modal.sguide .modal___content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 90%;
  height: auto;
  margin: 0;
  padding: 0;
}
.c-inner.company {
  padding: 60px 0 140px;
}
.table01 {
  width: 100%;
  border-collapse: collapse;
}
.table01 tbody tr th {
  width: 220px;
  padding: 20px;
  background: #f7f7f7;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
.table01 tbody tr td {
  width: calc(100% - 220px);
  padding: 20px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  font-size: 1.4rem;
  text-align: left;
}
.c-inner.tokushou {
  padding: 60px 0 140px;
}
.c-inner.tokushou h2 {
  font-size: 2rem;
  margin-top: 60px;
  margin-bottom: 25px;
  padding-left: 8px;
  border-left: 2px solid #000;
}
.c-inner.tokushou .guide_sec {
  margin-top: 0;
}
.c-inner.prapoli {
  padding: 60px 0 140px;
}
.c-inner.prapoli .guide_sec {
  margin-top: 50px;
}
.c-inner.prapoli .guide_sec .h2_tit {
  position: relative;
  font-size: 2.2rem;
  line-height: 1;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 14px;
}
.c-inner.prapoli .guide_sec p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}
.c-inner.contact {
  padding: 60px 0 140px;
}
.c-inner.contact .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-inner.contact .txt.li {
  position: relative;
  padding-left: 15px;
  margin: 8px 0;
}
.c-inner.contact .txt.li:before {
  content: "・";
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 0px;
}
.c-inner.contact .set form {
  margin-top: 40px;
}
.c-inner.contact .set form table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  border-bottom: solid 1px #ddd;
}
.c-inner.contact .set form table th {
  width: 250px;
  padding: 25px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
}
.c-inner.contact .set form table th span {
  font-size: 1rem;
  font-weight: 700;
  color: #a42325;
  padding-left: 10px;
}
.c-inner.contact .set form table td {
  width: calc(100% - 250px);
  padding: 25px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.c-inner.contact .set form table td input::-webkit-input-placeholder {
  color: #676767 !important;
  letter-spacing: 0.06rem;
}
.c-inner.contact .set form table td input::-moz-placeholder {
  color: #676767 !important;
  letter-spacing: 0.06rem;
}
.c-inner.contact .set form table td input:-ms-input-placeholder {
  color: #676767 !important;
  letter-spacing: 0.06rem;
}
.c-inner.contact .set form table td input::-ms-input-placeholder {
  color: #676767 !important;
  letter-spacing: 0.06rem;
}
.c-inner.contact .set form table td input::placeholder {
  color: #676767 !important;
  letter-spacing: 0.06rem;
}
.c-inner.contact .set form table td ul.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-inner.contact .set form table td .txtbox01 {
  width: 49%;
  background: #f2f2f2;
  border: none;
  padding: 20px;
  margin-right: 1%;
  font-size: 1.5rem;
}
.c-inner.contact .set form table td .txtbox01:nth-child(2) {
  margin-right: 0;
}
.c-inner.contact .set form table td .txtbox02 {
  width: 100%;
  background: #f2f2f2;
  border: none;
  padding: 20px;
  font-size: 1.5rem;
}
.c-inner.contact .set form table td textarea {
  width: 100%;
  height: 250px;
  background: #f2f2f2;
  border: none;
  padding: 20px;
  font-size: 1.5rem;
}
.c-inner.contact .set form table td ul li {
  font-size: 1.5rem;
  margin-right: 15px;
}
.c-inner.contact .set form table td ul li span {
  padding-left: 5px;
  line-height: 2;
}
.c-inner.contact .set form table td .caution {
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 10px;
}
.set form .cta {
  position: relative;
  width: 270px;
  margin: auto;
  margin-top: 50px;
}
.set form .cta input {
  width: 270px;
  height: 66px;
  border: none;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #194193;
  padding-right: 15px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.set form .cta:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background-color: #fff;
}
.set form .cta:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/common/c-btn-arrow.svg) no-repeat center;
  background-size: contain;
}
.c-inner.thanks {
  padding: 60px 0 140px;
}
.c-inner.thanks .thanks p {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}
.c-inner.thanks .thanks p:nth-child(n + 2) {
  margin-top: 20px;
}
.c-inner.thanks .thanks .c-btn {
  margin: 40px auto 0;
}
.c-inner.thanks .thanks .c-btn a span.txt {
  text-align: center;
  padding-left: 10px;
}
.fs-l-main .fs-l-pageMain.cms {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fs-l-pageMain.collection .article_all {
  margin: 30px 0 0;
}
.fs-l-pageMain.collection .article_all a.clctn_cntnt {
  display: block;
}
.fs-l-pageMain.collection .article_all a.clctn_cntnt .img {
  width: 100%;
  overflow-x: auto;
}
.fs-l-pageMain.collection .article_all a.clctn_cntnt .img img {
  width: 100%;
  min-width: 500px;
  height: auto;
}
.fs-l-pageMain.collection .article_all a.clctn_cntnt .txtarea {
  margin-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.fs-l-pageMain.collection .article_all a.clctn_cntnt .txtarea h2.en {
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.fs-l-pageMain.collection .article_all a.clctn_cntnt .txtarea p.txt {
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.fs-l-pageMain.collection .article_all a.clctn_cntnt .txtarea p.txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: url(../img/article/arrow_big.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.fs-l-pageMain.collection .article_all a.clctn_cntnt:hover .txtarea h2.en {
  letter-spacing: -0.14rem;
}
.fs-l-pageMain.collection .article_all a.clctn_cntnt:hover .txtarea p.txt {
  letter-spacing: -0.04rem;
}
.fs-l-pageMain.collection
  .article_all
  a.clctn_cntnt:hover
  .txtarea
  p.txt:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -10px;
}
.fs-l-pageMain.collection .article_all a.clctn_cntnt:nth-child(n + 2) {
  margin-top: 120px;
}
.pagetitle.clctn_ttl .c-inner .ttlarea {
  display: block;
}
.pagetitle.clctn_ttl .c-inner .ttlarea h1 {
  margin-left: 0;
  margin-bottom: 10px;
}
.pagetitle.clctn_ttl .c-inner .ttlarea p.theme {
  font-size: 2.4rem;
  line-height: 0.6;
}
.fs-l-pageMain.collection .article_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto 0;
}
.fs-l-pageMain.collection .article_detail .clctn_cntnts {
  width: 24%;
  margin-right: 1.333333%;
}
.fs-l-pageMain.collection .article_detail .clctn_cntnts:nth-child(4n) {
  margin-right: 0;
}
.fs-l-pageMain.collection .article_detail .clctn_cntnts:nth-child(n + 5) {
  margin-top: 20px;
}
.fs-l-pageMain.collection .article_detail .clctn_cntnts a.cntnt {
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fs-l-pageMain.collection .article_detail .clctn_cntnts a.cntnt:after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 14px;
  height: 14px;
  background: url(../img/article/modal_search_icon.svg) no-repeat center;
  background-size: contain;
}
.fs-l-pageMain.collection .article_detail .clctn_cntnts a.cntnt .pht {
  width: 100%;
}
.fs-l-pageMain.collection .article_detail .clctn_cntnts a.cntnt .pht img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal__bg {
  background: #fff;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content {
  top: 50%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content
  .cntnts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content
  .cntnts
  p.img {
  width: 33%;
  height: auto;
  margin-right: 5%;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content
  .cntnts
  p.img
  img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #ddd;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content
  .cntnts
  .cntnt_area {
  width: 62%;
  overflow-y: auto;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content
  .cntnts
  .cntnt_area
  p.ttl {
  font-size: 2rem;
  font-weight: 600;
  padding: 12px 0;
  text-align: left;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content
  .cntnts
  .cntnt_area
  .txt
  p {
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: left;
  color: #000;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content
  .cntnts
  .cntnt_area
  .btn_cntnts
  a {
  position: relative;
  display: block;
  padding: 15px 30px 15px 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content
  .cntnts
  .cntnt_area
  .btn_cntnts
  a
  .item_name {
  font-size: 1.6rem;
  line-height: 1.3;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content
  .cntnts
  .cntnt_area
  .btn_cntnts
  a
  .price {
  font-size: 1.2rem;
  margin-top: 2px;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content
  .cntnts
  .cntnt_area
  .btn_cntnts
  a
  .price
  .en {
  font-size: 1.8rem;
  padding-right: 5px;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content
  .cntnts
  .cntnt_area
  .btn_cntnts
  a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/common/arrow_mini.svg) no-repeat center;
  background-size: contain;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content
  .cntnts
  .cntnt_area
  .btn_cntnts
  a:hover {
  opacity: 0.6;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  .modal___content
  .cntnts
  .cntnt_area
  .btn_cntnts
  a:hover:after {
  content: "";
  top: calc(50% - 3px);
  right: 7px;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  a.back {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 40px;
  background: url(../img/article/modal_arrow_left.svg) no-repeat;
  background-size: contain;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts
  .modal
  .posi_rela
  a.next {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 40px;
  background: url(../img/article/modal_arrow_right.svg) no-repeat;
  background-size: contain;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts:first-child
  .modal
  .posi_rela
  a.back {
  display: none;
}
.fs-l-pageMain.collection
  .article_detail
  .clctn_cntnts:last-child
  .modal
  .posi_rela
  a.next {
  display: none;
}
.fs-l-pageMain.collection .return_btn_sec {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}
.fs-l-pageMain.collection .return_btn_sec a.return_btn {
  position: relative;
  display: block;
  max-width: 300px;
  margin: auto;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border: 1px solid #989898;
}
.fs-l-pageMain.collection .return_btn_sec a.return_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../img/common/arrow_mini.svg) no-repeat center;
  background-size: contain;
}
.fs-l-pageMain.collection .return_btn_sec a.return_btn:hover {
  opacity: 0.6;
}
.fs-l-pageMain.collection .return_btn_sec a.return_btn:hover:after {
  content: "";
  top: calc(50% - 4px);
  right: 11px;
}
.specialfeatures.fs-l-pageMain {
  padding-bottom: 110px !important;
}
.specialfeatures .article_all {
  margin-top: 30px;
}
.specialfeatures .article_all ul.cntnts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.specialfeatures .article_all ul.cntnts li {
  width: 30%;
  margin-right: 5%;
}
.specialfeatures .article_all ul.cntnts li:nth-child(3n) {
  margin-right: 0;
}
.specialfeatures .article_all ul.cntnts li a {
  display: block;
}
.specialfeatures .article_all ul.cntnts li a .pht {
  position: relative;
  width: 100%;
  height: auto;
}
.specialfeatures .article_all ul.cntnts li a .pht:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.specialfeatures .article_all ul.cntnts li a .pht img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.specialfeatures .article_all ul.cntnts li a .txtarea {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.specialfeatures .article_all ul.cntnts li a .txtarea .ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.specialfeatures .article_all ul.cntnts li a .txtarea .ctaarea {
  margin-top: 4px;
}
.specialfeatures .article_all ul.cntnts li a .txtarea .ctaarea .date {
  font-size: 1.1rem;
  letter-spacing: 0.02rem;
  font-family: "Roboto", "arial", "MS Sans Serif", sans-serif;
  color: #5d5d5d;
}
.specialfeatures .article_all ul.cntnts li a .txtarea .ctaarea .prc {
  font-size: 1.1rem;
}
.specialfeatures .article_all ul.cntnts li a .txtarea .ctaarea .prc span {
  font-size: 1.7rem;
}
.specialfeatures .article_all ul.cntnts li:nth-child(n + 4) {
  margin-top: 50px;
}
.specialfeatures .article_all ul.cntnts li:nth-child(6n-1) {
  -webkit-transform: translateY(calc(-100% + 126px));
  transform: translateY(calc(-100% + 126px));
  margin-bottom: -350px;
}
.pagenavi.cms {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 115%;
  font-weight: 400;
}
.pagination li.previous a span,
.pagination li.next a span {
  display: none;
}
.pagination li.previous a:before,
.pagination li.next a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 10px;
  background: url("../img/article/arrow_left_normal_black.svg") no-repeat center;
  background-size: contain;
}
.pagination li.next a:before {
  content: "";
  background: url("../img/article/arrow_right_normal_black.svg") no-repeat
    center;
  background-size: contain;
}
.pagination li a {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background: #fff;
  border: 1px solid #989898;
  margin: 0 5px;
  transition: 0.3s;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
}
.pagination li.current a {
  color: #fff;
  background: #194193;
}
.article.common_sec .c-inner .t-ttle-area .ja {
  left: 385px;
}
.article.common_sec ul.cntnts-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.article.common_sec ul.cntnts-article li {
  width: 23.5%;
  margin-right: 2%;
}
.article.common_sec ul.cntnts-article li:nth-child(4n) {
  margin-right: 0;
}
.article.common_sec ul.cntnts-article li .pht {
  width: 100%;
  height: auto;
}
.article.common_sec ul.cntnts-article li .pht a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.article.common_sec ul.cntnts-article li .pht a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.article.common_sec ul.cntnts-article li .pht a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.article.common_sec ul.cntnts-article li .txtarea {
  margin-top: 18px;
}
.article.common_sec ul.cntnts-article li .txtarea .date {
  font-size: 1.2rem;
  color: #5d5d5d;
}
.article.common_sec ul.cntnts-article li .txtarea .txt {
  margin-top: 5px;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.fs-l-pageMain.sf .article_detail .atcl_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.fs-l-pageMain.sf .article_detail .atcl_ttl .pht {
  position: relative;
  width: 40%;
}
.fs-l-pageMain.sf .article_detail .atcl_ttl .pht:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.fs-l-pageMain.sf .article_detail .atcl_ttl .pht img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fs-l-pageMain.sf .article_detail .atcl_ttl .txtarea {
  width: 55%;
  margin-left: 5%;
}
.fs-l-pageMain.sf .article_detail .atcl_ttl .txtarea .date {
  margin-top: 0;
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  font-weight: 300;
  line-height: 1.4;
  line-height: 1;
  color: #5d5d5d;
}
.fs-l-pageMain.sf .article_detail .atcl_ttl .txtarea h1 {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 20px;
}
.fs-l-pageMain.sf .article_detail h2 {
  font-size: 3.2rem;
  font-weight: 600;
}
.fs-l-pageMain.sf .article_detail h3 {
  font-size: 2.6rem !important;
  font-weight: 600;
  margin: 30px 0 10px !important;
}
.fs-l-pageMain.sf .article_detail .article_related-item {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}
.fs-l-pageMain.sf .article_detail .article_related-item h2 {
  margin-top: 0;
}
.fs-l-pageMain.sf .article_detail .article_related-item ul.cntnts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 25px auto 0;
}
.fs-l-pageMain.sf .article_detail .article_related-item ul.cntnts li {
  width: 48%;
  margin-right: 4%;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.fs-l-pageMain.sf .article_detail .article_related-item ul.cntnts li:before {
  display: none;
}
.fs-l-pageMain.sf
  .article_detail
  .article_related-item
  ul.cntnts
  li:nth-child(2) {
  margin-top: 0px;
}
.fs-l-pageMain.sf .article_detail .article_related-item ul.cntnts li a {
  display: block;
  border-bottom: none;
}
.fs-l-pageMain.sf .article_detail .article_related-item ul.cntnts li a .pht {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.fs-l-pageMain.sf
  .article_detail
  .article_related-item
  ul.cntnts
  li
  a
  .pht
  img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.fs-l-pageMain.sf
  .article_detail
  .article_related-item
  ul.cntnts
  li
  a
  .txtarea {
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.fs-l-pageMain.sf
  .article_detail
  .article_related-item
  ul.cntnts
  li
  a
  .txtarea
  .item-name {
  height: 36px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 10px;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.fs-l-pageMain.sf
  .article_detail
  .article_related-item
  ul.cntnts
  li
  a
  .txtarea
  .ctaarea {
  margin-top: 4px;
}
.fs-l-pageMain.sf
  .article_detail
  .article_related-item
  ul.cntnts
  li
  a
  .txtarea
  .ctaarea
  .prc {
  font-size: 1.1rem;
}
.fs-l-pageMain.sf
  .article_detail
  .article_related-item
  ul.cntnts
  li
  a
  .txtarea
  .ctaarea
  .prc
  span {
  font-size: 1.7rem;
}
.fs-l-pageMain.sf
  .article_detail
  .article_related-item
  ul.cntnts
  li:nth-child(2n) {
  margin-right: 0;
}
.fs-l-pageMain.sf
  .article_detail
  .article_related-item
  ul.cntnts
  li:nth-child(n + 3) {
  margin-top: 20px;
}
.fs-l-pageMain.news .article_all {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
}
.fs-l-pageMain.news .article_all ul.cntnts {
  border-top: 1px solid #ddd;
}
.fs-l-pageMain.news .article_all ul.cntnts li {
  border-bottom: 1px solid #ddd;
}
.fs-l-pageMain.news .article_all ul.cntnts li a {
  position: relative;
  display: block;
  padding: 24px 70px 24px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fs-l-pageMain.news .article_all ul.cntnts li a:hover {
  opacity: 0.6;
}
.fs-l-pageMain.news .article_all ul.cntnts li a:hover:after {
  content: "";
  top: calc(50% - 4px);
  right: 6px;
}
.fs-l-pageMain.news .article_all ul.cntnts li a .date {
  font-size: 1.2rem;
  color: #5d5d5d;
  margin-bottom: 5px;
}
.fs-l-pageMain.news .article_all ul.cntnts li a .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fs-l-pageMain.news .article_all ul.cntnts li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/common/arrow_mini.svg) no-repeat center;
  background-size: contain;
}
.fs-l-pageMain.news .article_detail .atcl_ttl {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.fs-l-pageMain.news .article_detail .atcl_ttl .date {
  font-size: 1.2rem;
  font-family: "Roboto", "arial", "MS Sans Serif", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1;
  color: #898989;
}
.fs-l-pageMain.news .article_detail .atcl_ttl h1 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
}
.fs-l-pageMain.cms .article_detail {
  max-width: 1000px;
  width: 100%;
  margin: 20px auto 0;
}
.fs-l-pageMain.cms .article_detail h2 {
  margin: 40px 0 18px;
  position: relative;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 12px;
  border-left: 2px solid #183985;
}
.fs-l-pageMain.cms .article_detail h3 {
  margin: 20px 0 10px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #183985;
}
.fs-l-pageMain.cms .article_detail p {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 14px;
}
.fs-l-pageMain.cms .article_detail pre {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 14px;
}
.fs-l-pageMain.cms .article_detail figure.wp-block-image {
  margin: 25px 0;
  max-width: 500px;
  width: 100%;
  height: auto;
}
.fs-l-pageMain.cms .article_detail figure.wp-block-image img {
  width: 100%;
  height: auto;
}
.fs-l-pageMain.cms .article_detail figure.aligncenter {
  margin: 25px auto;
  max-width: 500px;
  width: 100%;
  height: auto;
}
.fs-l-pageMain.cms .article_detail figure.aligncenter img {
  width: 100%;
  height: auto;
}
.fs-l-pageMain.cms .article_detail .wp-block-media-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
}
.fs-l-pageMain.cms
  .article_detail
  .wp-block-media-text
  .wp-block-media-text__media {
  width: 40%;
  margin: 0;
}
.fs-l-pageMain.cms
  .article_detail
  .wp-block-media-text
  .wp-block-media-text__media
  img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.fs-l-pageMain.cms
  .article_detail
  .wp-block-media-text
  .wp-block-media-text__content {
  width: 55%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0;
  margin-left: 5%;
}
.fs-l-pageMain.cms
  .article_detail
  .wp-block-media-text
  .wp-block-media-text__content
  p:first-child {
  margin-top: 0;
}
.fs-l-pageMain.cms .article_detail .wp-block-media-text.has-media-on-the-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fs-l-pageMain.cms
  .article_detail
  .wp-block-media-text.has-media-on-the-right
  .wp-block-media-text__content {
  margin-right: 5%;
  margin-left: 0;
}
.fs-l-pageMain.cms .article_detail .bold {
  font-weight: 600;
}
.fs-l-pageMain.cms .article_detail a {
  border-bottom: 1px solid #000;
}
.fs-l-pageMain.cms .article_detail ul {
  margin: 16px 0;
}
.fs-l-pageMain.cms .article_detail ul li {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 500;
  padding-left: 10px;
  margin: 4px 0;
  position: relative;
}
.fs-l-pageMain.cms .article_detail ul li:before {
  content: "・";
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: -5px;
}
.fs-l-pageMain.cms .article_detail ul li:nth-child(n + 2) {
  margin-top: 3px;
}
.fs-l-pageMain.cms .article_detail ol {
  margin: 16px 0;
  list-style-type: decimal;
  padding-left: 20px;
}
.fs-l-pageMain.cms .article_detail ol li {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 500;
  margin: 4px 0;
  position: relative;
}
.fs-l-pageMain.cms .article_detail .c-blogdetail-bottom {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}
.fs-l-pageMain.cms .article_detail .c-blogdetail-bottom .c-blogdetail-nav {
  max-width: none;
  margin: auto;
  position: relative;
}
.fs-l-pageMain.cms
  .article_detail
  .c-blogdetail-bottom
  .c-blogdetail-nav
  .btn_all {
  position: relative;
  display: block;
  max-width: 300px;
  margin: auto;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border: 1px solid #989898;
}
.fs-l-pageMain.cms
  .article_detail
  .c-blogdetail-bottom
  .c-blogdetail-nav
  .btn_all:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../img/common/arrow_mini.svg) no-repeat center;
  background-size: contain;
}
.fs-l-pageMain.cms
  .article_detail
  .c-blogdetail-bottom
  .c-blogdetail-nav
  .btn_all:hover {
  opacity: 0.6;
}
.fs-l-pageMain.cms
  .article_detail
  .c-blogdetail-bottom
  .c-blogdetail-nav
  .btn_all:hover:after {
  content: "";
  top: calc(50% - 4px);
  right: 11px;
}
.fs-l-pageMain.cms
  .article_detail
  .c-blogdetail-bottom
  .c-blogdetail-nav
  .c-blogdetail-nav__btns {
  position: absolute;
  top: 50%;
  margin: auto;
  width: 100%;
}
.fs-l-pageMain.cms
  .article_detail
  .c-blogdetail-bottom
  .c-blogdetail-nav
  .c-blogdetail-nav__btns
  .page-nav
  a {
  position: absolute;
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: none;
}
.fs-l-pageMain.cms
  .article_detail
  .c-blogdetail-bottom
  .c-blogdetail-nav
  .c-blogdetail-nav__btns
  .prev
  a {
  left: 0;
}
.fs-l-pageMain.cms
  .article_detail
  .c-blogdetail-bottom
  .c-blogdetail-nav
  .c-blogdetail-nav__btns
  .prev
  a
  span {
  position: relative;
  padding-left: 24px;
}
.fs-l-pageMain.cms
  .article_detail
  .c-blogdetail-bottom
  .c-blogdetail-nav
  .c-blogdetail-nav__btns
  .prev
  a
  span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/article/arrow_left.svg) no-repeat center;
  background-size: contain;
}
.fs-l-pageMain.cms
  .article_detail
  .c-blogdetail-bottom
  .c-blogdetail-nav
  .c-blogdetail-nav__btns
  .next
  a {
  right: 0;
}
.fs-l-pageMain.cms
  .article_detail
  .c-blogdetail-bottom
  .c-blogdetail-nav
  .c-blogdetail-nav__btns
  .next
  a
  span {
  position: relative;
  padding-right: 24px;
}
.fs-l-pageMain.cms
  .article_detail
  .c-blogdetail-bottom
  .c-blogdetail-nav
  .c-blogdetail-nav__btns
  .next
  a
  span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/article/arrow_right.svg) no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .fs-l-main {
    padding-top: 113px;
  }
  .c-btn {
    width: 300px;
  }
  .c-btn a {
    padding: 22px 0;
  }
  .c-btn a .txt {
    width: 254px;
    padding-left: 25px;
    font-size: 1.8rem;
  }
  .c-btn a .txt:before {
    height: 28px;
  }
  .c-btn a .txt:after {
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    right: -28px;
    width: 14px;
    height: 14px;
  }
  .c-btn a:hover .txt:after {
    top: calc(50% - 3px);
    right: -31px;
  }
  .c-more {
    font-size: 1.6rem;
    padding-right: 25px;
  }
  .c-more:after {
    width: 20px;
    height: 20px;
  }
  .slide-in {
    padding-left: 6px;
  }
  .c-header .c-sokyu-txt .min-txt {
    font-size: 1.2rem;
  }
  .c-header .c-header-cntnt {
    height: 81px;
  }
  .c-header .c-header-cntnt .c-humburger .humburger_cntnr .burger-btn {
    width: 80px;
    height: 80px;
  }
  .c-header .c-header-cntnt .c-humburger .humburger_cntnr .burger-btn .bar {
    width: 30px;
  }
  .c-header .c-header-cntnt .c-humburger .humburger_cntnr .burger-btn .bar_top {
    top: 31px;
  }
  .c-header
    .c-header-cntnt
    .c-humburger
    .humburger_cntnr
    .burger-btn
    .bar_middle {
    top: 39px;
  }
  .c-header
    .c-header-cntnt
    .c-humburger
    .humburger_cntnr
    .burger-btn
    .bar_bottom {
    bottom: 31px;
  }
  .c-header
    .c-header-cntnt
    .c-humburger
    .humburger_cntnr
    .burger-btn.close
    .bar_top {
    -webkit-transform: translate(-50%, 8px) rotate(45deg);
    transform: translate(-50%, 8px) rotate(45deg);
  }
  .c-header
    .c-header-cntnt
    .c-humburger
    .humburger_cntnr
    .burger-btn.close
    .bar_bottom {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
    transform: translate(-50%, -8px) rotate(-45deg);
  }
  .c-header .c-header-cntnt .search-icon {
    width: 18px;
    height: 24px;
    margin-left: 2px;
  }
  .c-header .c-header-cntnt .logo {
    width: 200px;
    height: 50px;
  }
  .c-header .c-header-cntnt .head_right {
    padding-right: 25px;
  }
  .c-header .c-header-cntnt .head_right .login_btn {
    width: 22px;
    height: 27px;
    margin-right: 22px;
  }
  .c-header .c-header-cntnt .head_right .cart_btn {
    width: 22px;
    height: 27px;
  }
  .c-header .c-nav-wrapper {
    max-width: 350px;
    width: 70%;
    top: 113px;
  }
  .c-header .nav-nav .nav-list .nav-item {
    font-size: 1.8rem;
    padding: 15px 0 15px;
  }
  .c-header .nav-nav .nav-list .nav-item.sp {
    display: block !important;
  }
  .c-header.scrolled .c-header-cntnt {
    height: 81px;
  }
  .c-header.scrolled .c-header-cntnt .c-humburger .humburger_cntnr .burger-btn {
    width: 80px;
    height: 80px;
  }
  .c-header.scrolled
    .c-header-cntnt
    .c-humburger
    .humburger_cntnr
    .burger-btn
    .bar {
    width: 30px;
  }
  .c-header.scrolled
    .c-header-cntnt
    .c-humburger
    .humburger_cntnr
    .burger-btn
    .bar_top {
    top: 31px;
  }
  .c-header.scrolled
    .c-header-cntnt
    .c-humburger
    .humburger_cntnr
    .burger-btn
    .bar_middle {
    top: 39px;
  }
  .c-header.scrolled
    .c-header-cntnt
    .c-humburger
    .humburger_cntnr
    .burger-btn
    .bar_bottom {
    bottom: 31px;
  }
  .c-header.scrolled
    .c-header-cntnt
    .c-humburger
    .humburger_cntnr
    .burger-btn.close
    .bar_top {
    -webkit-transform: translate(-50%, 8px) rotate(45deg);
    transform: translate(-50%, 8px) rotate(45deg);
  }
  .c-header.scrolled
    .c-header-cntnt
    .c-humburger
    .humburger_cntnr
    .burger-btn.close
    .bar_bottom {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
    transform: translate(-50%, -8px) rotate(-45deg);
  }
  .c-header.scrolled .c-header-cntnt .search-icon {
    width: 18px;
    height: 24px;
    margin-left: 2px;
  }
  .c-header.scrolled .c-header-cntnt .logo {
    width: 200px;
    height: 50px;
  }
  .c-header.scrolled .c-header-cntnt .head_right {
    padding-right: 25px;
  }
  .c-header.scrolled .c-header-cntnt .head_right .login_btn {
    width: 22px;
    height: 26px;
    margin-right: 22px;
  }
  .c-header.scrolled .c-header-cntnt .head_right .cart_btn {
    width: 22px;
    height: 27px;
  }
  .c-header.scrolled .c-nav-wrapper {
    max-width: 350px;
    width: 70%;
    top: 81px;
  }
  .c-header.scrolled .nav-nav .nav-list .nav-item {
    font-size: 1.8rem;
    padding: 15px 0 15px 15px;
  }
  .c-footer {
    padding: 70px 0 120px;
  }
  .c-footer a.logo {
    width: 280px;
  }
  .c-footer ul.btnc-cntnts {
    width: 70%;
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-footer ul.btnc-cntnts li {
    width: auto;
    margin: 16px 15px 0;
  }
  .c-footer ul.btnc-cntnts li a {
    font-size: 1.6rem;
  }
  .c-footer ul.btnc-cntnts li:first-child {
    margin-left: 0px;
  }
  .c-footer ul.btnc-cntnts li:last-child {
    margin-right: 0px;
  }
  .c-footer .copyright {
    font-size: 1.2rem;
  }
  a.c-bnr:hover,
  button.c-bnr:hover {
    -webkit-box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .c-bnr-block .bnr-btns .bk-btn {
    top: 35%;
    left: 30px;
  }
  .c-bnr-block .bnr-btns .bk-btn.bk-btn02 {
    top: 35%;
    left: 200px;
  }
  .info-list .breadcrumb-area {
    background: #f5f5f5;
  }
  .c-breadcrumb a {
    padding-bottom: 2px;
  }
  .c-breadcrumb a:hover {
    border-color: transparent;
  }
  .c-paging-area .page-numbers:hover {
    color: #aa1f4f;
    border-color: #aa1f4f;
  }
  .c-paging-area .page-numbers:hover.next::before,
  .c-paging-area .page-numbers:hover.prev::before {
    border-color: #aa1f4f;
  }
  .page-more {
    margin-top: 45px;
  }
  .page-more a:after {
    width: 8px;
    height: 8px;
    bottom: 17px;
  }
  .page-more a {
    font-size: 18px;
  }
  .page-more a:hover:after {
    bottom: 13px;
  }
  .ul-dots:not(:first-child) {
    margin-top: 20px;
  }
  .ul-dots li {
    padding-left: 15px;
    font-size: 12px;
  }
  .ul-dots li:not(:first-child) {
    margin-top: 3px;
  }
  .page-404-block {
    height: 70vh;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-404-block .ttl-404 .over {
    font-size: 128px;
    margin-bottom: 20px;
  }
  .page-404-block .ttl-404 .under {
    font-size: 60px;
  }
  .page-404-block .txt {
    font-size: 24px;
    margin-top: 50px;
  }
  .c-ttl01.no-pc-bar {
    padding-top: 0;
  }
  .c-ttl01.no-pc-bar:before {
    content: none;
  }
  .c-ttl01.horizontal {
    padding-top: 0;
    display: block;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-ttl01.horizontal:before {
    content: none;
  }
  .c-ttl01.horizontal .ja {
    font-size: 16px;
    margin-left: 15px;
  }
  .c-ttl01.horizontal .en {
    font-size: 27px;
  }
  .c-ttl01.ja-ttl .ja {
    font-size: 27px;
  }
  .c-ttl01 .ja-b {
    font-size: 27px;
    letter-spacing: 0.06em;
  }
  .c-ttl02 {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .c-ttl02 .ja {
    font-size: 19px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.06em;
  }
  .c-btn01:hover {
    color: #aa1f4f;
  }
  .c-btn01:hover .ico {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  .c-btn02:hover {
    background: #aa1f4f;
    color: #fff;
  }
  .c-btn04 {
    border-radius: 10px;
    padding: 25px 18px 25px 30px;
  }
  .c-btn04:hover .ico {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .c-btn04 .btn-txt {
    font-size: 18px;
    margin-top: 10px;
  }
  .btn-line-block {
    padding: 150px 0;
  }
  .btn-line-block .divide-btn-lines {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .btn-line-block .divide-btn-lines li {
    width: 100%;
  }
  .btn-line-block .divide-btn-lines li a {
    height: 115px;
    border-top: 1px solid #949494;
  }
  .btn-line-block .divide-btn-lines li a:hover .ico {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .btn-line-block .divide-btn-lines .btn-txt {
    font-size: 16px;
  }
  .btn-line-block .divide-btn-lines .btn-txt span {
    font-size: 16px;
  }
  .more-link:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .c-ra-link {
    margin-top: 10px;
  }
  .c-ra-link a {
    font-size: 14px;
  }
  .c-ra-link a:hover:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .campaign-slider a:hover .txt,
  .campaign-slider a:hover .small {
    color: #aa1f4f;
  }
  .campaign-slider .txt {
    font-size: 16px;
  }
  .l-long .item-slider .slick-slide {
    height: 650px;
  }
  .l-medium .item-slider .slick-slide {
    height: 480px;
  }
  .c-lineup-list {
    max-width: 810px;
    margin: auto;
  }
  .c-lineup-list .inn:hover {
    background: #aa1f4f;
    color: #fff;
    border-color: #aa1f4f;
  }
  .c-news-list li + li {
    border-top: 1px solid #969696;
  }
  .c-news-list a:hover {
    background: #fbf5f5;
  }
  .c-bar-list {
    padding: 25px 0 20px;
  }
  .c-bar-list li {
    font-size: 16px;
    padding: 0 40px;
  }
  .c-campaign-list {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
  .c-campaign-list li {
    width: 32%;
  }
  .c-campaign-list li:nth-child(3n) {
    margin-right: 0;
  }
  .c-campaign-list li:nth-child(n + 4) {
    margin-top: 40px;
  }
  .c-campaign-list .img {
    border-radius: 8px;
    margin-bottom: 25px;
  }
  .c-campaign-list .cat-area {
    margin-bottom: 8px;
  }
  .c-campaign-list .c-cat {
    font-size: 13px;
    border-radius: 5px;
  }
  .c-campaign-list .ttl {
    font-size: 16px;
  }
  .c-campaign-list .txt {
    font-size: 16px;
  }
  .c-campaign-list .date {
    font-size: 16px;
  }
  .entry-list li:not(:first-child) {
    margin-top: 30px;
  }
  .entry-list li a:hover {
    color: #aa1f4f;
  }
  .entry-list li a:hover .entry-title {
    border-color: #aa1f4f;
  }
  .entry-list li .entry-date {
    font-size: 12px;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
      "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .entry-list li .entry-title {
    font-size: 16px;
    line-height: 2;
  }
  .fs-body-top main:before {
    background: url("../img/home/top_bg.jpg") !important;
  }
  .t-ttle-area .en {
    font-size: 10rem;
    line-height: 1;
    margin-left: -5px;
  }
  .t-ttle-area .ja {
    font-size: 2.2rem;
    padding-top: 10px;
  }
  .special-feature-sec {
    margin-top: 145px;
  }
  .special-feature-sec .t-ttle-area {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin-bottom: -80px;
    margin-left: 4.2%;
  }
  .special-feature-sec .t-ttle-area .ja {
    bottom: 35px;
    left: 360px;
  }
  .sf_slider {
    padding-top: 50px;
    padding-bottom: 120px;
    padding-right: 8.4%;
    padding-left: 12.6%;
  }
  .sf_slider .swiper {
    width: 100%;
    padding-bottom: 50px;
  }
  .sf_slider .swiper .swiper-wrapper a .txt {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 20px;
  }
  .sf_slider .swiper .swiper-wrapper a .c-more {
    padding-top: 25px;
    margin-top: 25px;
    padding-right: 32px;
  }
  .sf_slider .swiper .swiper-wrapper a .c-more:after {
    right: 4px;
  }
  .sf_slider .slider_op .position .swiper-button-prev {
    font-size: 1.6rem;
  }
  .sf_slider .slider_op .position .swiper-button-next {
    font-size: 1.6rem;
  }
  .collection-sec {
    margin-top: 160px;
  }
  .collection-sec .c-inner {
    width: 92%;
    margin: 0 auto;
    padding: 0 4.2%;
  }
  .collection-sec .c-inner .pht {
    width: 100%;
    overflow-x: inherit;
  }
  .collection-sec .c-inner .t-ttle-area {
    position: relative;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    margin-bottom: -40px;
  }
  .collection-sec .c-inner .t-ttle-area .ja {
    position: absolute;
    bottom: 32px;
    left: 460px;
  }
  .pickup-sec {
    margin-top: 210px;
  }
  .pickup-sec .c-inner {
    width: 92%;
    padding: 0 0 120px 8.3%;
  }
  .pickup-sec .c-inner .t-ttle-area {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin-bottom: -45px;
    text-align: right;
  }
  .pickup-sec .c-inner .t-ttle-area .ja {
    padding-top: 0px;
  }
  .pickup-sec .c-inner .cntnts {
    width: 91.7%;
    margin-right: auto;
  }
  .pickup-sec .c-inner .cntnts .cntnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pickup-sec .c-inner .cntnts .cntnt:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .pickup-sec .c-inner .cntnts .cntnt:nth-child(2) .txtarea {
    margin-left: 0;
    margin-right: 6%;
  }
  .pickup-sec .c-inner .cntnts .cntnt a.phtarea {
    width: 50%;
  }
  .pickup-sec .c-inner .cntnts .cntnt .txtarea {
    margin-left: 6%;
    padding: 0;
    margin-top: 0;
    width: 50%;
  }
  .pickup-sec .c-inner .cntnts .cntnt .txtarea .item-name {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .pickup-sec .c-inner .cntnts .cntnt .txtarea .c-txt {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 12px;
    padding-bottom: 30px;
  }
  .pickup-sec .c-inner .cntnts .cntnt .txtarea a.c-more {
    padding-right: 32px;
  }
  .pickup-sec .c-inner .cntnts .cntnt .txtarea a.c-more:after {
    right: 4px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .pickup-sec .c-inner .cntnts .cntnt .txtarea a.c-more:hover:after {
    right: 0px;
    bottom: 4px;
  }
  .ctaarea .prc {
    font-size: 1.5rem;
  }
  .ctaarea .prc span {
    font-size: 2.8rem;
  }
  .ctaarea .c-more {
    padding-top: 50px;
  }
  .ranking-sec {
    margin-top: 210px;
  }
  .ranking-sec .c-inner {
    position: relative;
    width: 92%;
    padding-bottom: 210px;
  }
  .ranking-sec .c-inner .t-ttle-area {
    -webkit-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
    margin-bottom: -10px;
  }
  .ranking-sec .c-inner .t-ttle-area .en {
    margin-bottom: -20px;
  }
  .ranking-sec .c-inner ul.cntnts li {
    width: 30.333333%;
    margin-right: 4.5%;
  }
  .ranking-sec .c-inner ul.cntnts li a .figure:before {
    font-size: 6rem;
    bottom: 30px;
    left: -34px;
  }
  .ranking-sec .c-inner ul.cntnts li a .txtarea {
    padding-bottom: 20px;
  }
  .ranking-sec .c-inner ul.cntnts li a .txtarea .item-name {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 20px;
  }
  .ranking-sec .c-inner ul.cntnts li a .txtarea .ctaarea {
    margin-top: 4px;
  }
  .ranking-sec .c-inner ul.cntnts li a .txtarea .ctaarea .prc {
    font-size: 1.6rem;
  }
  .ranking-sec .c-inner ul.cntnts li a .txtarea .ctaarea .prc span {
    font-size: 2.6rem;
  }
  .ranking-sec .c-inner ul.cntnts li:first-child {
    width: 47%;
    margin-right: 6%;
  }
  .ranking-sec .c-inner ul.cntnts li:first-child a .figure:before {
    font-size: 7.8rem;
    bottom: 40px;
    left: -44px;
  }
  .ranking-sec .c-inner ul.cntnts li:first-child a .txtarea {
    padding-bottom: 20px;
  }
  .ranking-sec .c-inner ul.cntnts li:first-child a .txtarea .item-name {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-top: 22px;
  }
  .ranking-sec .c-inner ul.cntnts li:first-child a .txtarea .ctaarea {
    margin-top: 4px;
  }
  .ranking-sec .c-inner ul.cntnts li:first-child a .txtarea .ctaarea .prc {
    font-size: 1.7rem;
  }
  .ranking-sec .c-inner ul.cntnts li:first-child a .txtarea .ctaarea .prc span {
    font-size: 2.8rem;
  }
  .ranking-sec .c-inner ul.cntnts li:first-child a .txtarea .ctaarea .c-more {
    padding-top: 50px;
  }
  .ranking-sec
    .c-inner
    ul.cntnts
    li:first-child
    a
    .txtarea
    .ctaarea
    .c-more:after {
    width: 26px;
    height: 26px;
  }
  .ranking-sec .c-inner ul.cntnts li:nth-child(n + 2) {
    margin-top: 60px;
  }
  .ranking-sec .c-inner ul.cntnts li:nth-child(2) {
    width: 47%;
    margin-right: 0%;
    margin-top: 0;
  }
  .ranking-sec .c-inner ul.cntnts li:nth-child(2) .figure:before {
    font-size: 7.8rem;
    bottom: 40px;
    left: -44px;
  }
  .ranking-sec .c-inner ul.cntnts li:nth-child(2) .figure:before .pht {
    font-size: 7.8rem;
    bottom: 40px;
    left: -44px;
  }
  .ranking-sec .c-inner ul.cntnts li:nth-child(2) a .txtarea {
    padding-bottom: 20px;
  }
  .ranking-sec .c-inner ul.cntnts li:nth-child(2) a .txtarea .item-name {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-top: 22px;
  }
  .ranking-sec .c-inner ul.cntnts li:nth-child(2) a .txtarea .ctaarea {
    margin-top: 4px;
  }
  .ranking-sec .c-inner ul.cntnts li:nth-child(2) a .txtarea .ctaarea .prc {
    font-size: 1.7rem;
  }
  .ranking-sec
    .c-inner
    ul.cntnts
    li:nth-child(2)
    a
    .txtarea
    .ctaarea
    .prc
    span {
    font-size: 2.8rem;
  }
  .ranking-sec .c-inner ul.cntnts li:nth-child(2) a .txtarea .ctaarea .c-more {
    padding-top: 50px;
  }
  .ranking-sec
    .c-inner
    ul.cntnts
    li:nth-child(2)
    a
    .txtarea
    .ctaarea
    .c-more:after {
    width: 26px;
    height: 26px;
  }
  .ranking-sec .c-inner ul.cntnts li:nth-child(3) {
    margin-right: 4.5%;
  }
  .newitem-sec {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin-bottom: -50px;
  }
  .newitem-sec .c-inner {
    padding: 0 8%;
  }
  .newitem-sec .c-inner .t-ttle-area {
    margin-bottom: 50px;
  }
  .newitem-sec .c-inner .t-ttle-area .ja {
    padding-top: 0;
    margin-top: -5px;
  }
  .newitem-sec .c-inner ul.tab li {
    width: 25%;
  }
  .newitem-sec .c-inner ul.tab li a {
    height: 76px;
    font-size: 1.6rem;
  }
  .newitem-sec .c-inner ul.tab li:nth-child(n + 4) {
    margin-top: 0px;
  }
  .newitem-sec .c-inner ul.tab li.active a:after {
    width: 30px;
    height: 30px;
  }
  .newitem-sec .c-inner .area ul.cntnts {
    margin-top: 50px;
  }
  .newitem-sec .c-inner .area ul.cntnts li a .txtarea {
    padding-bottom: 16px;
  }
  .newitem-sec .c-inner .area ul.cntnts li a .txtarea .item-name {
    height: 46px !important;
    font-size: 1.8rem;
    margin-top: 18px;
  }
  .newitem-sec .c-inner .area ul.cntnts li a .txtarea .ctaarea {
    margin-top: 4px;
  }
  .newitem-sec .c-inner .area ul.cntnts li a .txtarea .ctaarea .prc {
    font-size: 1.3rem;
    line-height: 1;
  }
  .newitem-sec .c-inner .area ul.cntnts li a .txtarea .ctaarea .prc span {
    font-size: 2.2rem;
    line-height: 1;
  }
  .newitem-sec .c-inner .area ul.cntnts li a .txtarea .ctaarea .c-more {
    padding-top: 35px;
  }
  .newitem-sec .c-inner .area ul.cntnts li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .newitem-sec .c-inner .c-btn {
    margin-top: 50px;
  }
  .serchitem-sec {
    margin-top: 210px;
  }
  .serchitem-sec .c-inner {
    width: 92%;
    padding: 0 8.4%;
  }
  .serchitem-sec .c-inner .t-ttle-area {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin-bottom: 0px;
  }
  .serchitem-sec .c-inner .t-ttle-area .en {
    margin-bottom: -16px;
  }
  .serchitem-sec .c-inner ul.tab {
    width: 100%;
  }
  .serchitem-sec .c-inner ul.tab li a {
    height: 62px;
    font-size: 1.6rem;
  }
  .serchitem-sec .c-inner ul.tab li a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .serchitem-sec .c-inner ul.tab li.active a:before {
    bottom: -11px;
    border-width: 12px 10px 0 10px;
  }
  .serchitem-sec .c-inner ul.tab li.active a:after {
    width: 30px;
    height: 30px;
  }
  .serchitem-sec .c-inner .area {
    padding-bottom: 120px;
  }
  .serchitem-sec .c-inner .area#srch_cate01 ul.cntnts,
  .serchitem-sec .c-inner .area#srch_cate03 ul.cntnts {
    margin: 45px auto 0;
  }
  .serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li,
  .serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li {
    width: 31.333333%;
    margin-right: 3%;
  }
  .serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li a,
  .serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li a {
    height: 70px;
  }
  .serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li a .ctaarea .sub-cate,
  .serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li a .ctaarea .sub-cate {
    width: 85%;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .serchitem-sec
    .c-inner
    .area#srch_cate01
    ul.cntnts
    li
    a
    .ctaarea
    .c-more:after,
  .serchitem-sec
    .c-inner
    .area#srch_cate03
    ul.cntnts
    li
    a
    .ctaarea
    .c-more:after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li a:hover .c-more:after,
  .serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li a:hover .c-more:after {
    top: calc(50% - 4px);
    right: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li:nth-child(2n),
  .serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li:nth-child(2n) {
    margin-right: 3%;
  }
  .serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li:nth-child(3),
  .serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li:nth-child(3) {
    border-top: 1px solid #ddd;
  }
  .serchitem-sec .c-inner .area#srch_cate01 ul.cntnts li:nth-child(3n),
  .serchitem-sec .c-inner .area#srch_cate03 ul.cntnts li:nth-child(3n) {
    margin-right: 0;
  }
  .serchitem-sec .c-inner .area#srch_cate02 ul.cntnts {
    margin-top: 45px;
  }
  .serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li .b-logo {
    width: 300px;
    height: auto;
  }
  .serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li:nth-child(3) .b-logo {
    width: 113px;
    height: auto;
  }
  .serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li {
    padding: 35px 25px;
  }
  .serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li:nth-child(4) .b-logo {
    width: 223px;
    height: auto;
  }
  .serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li:nth-child(5) .b-logo {
    width: 130px;
    height: 130px;
  }
  .serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li .btnarea a.c-more {
    font-size: 1.6rem;
    padding-right: 38px;
  }
  .serchitem-sec
    .c-inner
    .area#srch_cate02
    ul.cntnts
    li
    .btnarea
    a.c-more:after {
    width: 26px;
    height: 26px;
    bottom: 6px;
  }
  .speaklike-sec {
    width: 92%;
    margin: 210px auto 0;
  }
  .speaklike-sec .t-ttle-area {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin-bottom: 5px;
    margin-left: 0;
    text-align: center;
  }
  .speaklike-sec .t-ttle-area .ja {
    padding-top: 0px;
  }
  .speaklike-sec .c-inner .youtube_slider {
    padding-bottom: 120px;
  }
  .speaklike-sec .c-inner .youtube_slider .swiper {
    padding-bottom: 60px;
  }
  .speaklike-sec
    .c-inner
    .youtube_slider
    .swiper
    .swiper-wrapper
    a
    .pht:before {
    width: 76px;
    height: 76px;
  }
  .speaklike-sec
    .c-inner
    .youtube_slider
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .speaklike-sec
    .c-inner
    .youtube_slider
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide
    a {
    width: 48%;
    margin-right: 4%;
  }
  .speaklike-sec
    .c-inner
    .youtube_slider
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide
    a
    .ctaarea {
    padding-bottom: 25px;
  }
  .speaklike-sec
    .c-inner
    .youtube_slider
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide
    a
    .ctaarea
    .txt {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 20px;
  }
  .speaklike-sec
    .c-inner
    .youtube_slider
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide
    a
    .ctaarea
    .c-more {
    padding-top: 0px;
    margin-top: 0px;
    margin-right: 4px;
    text-align: right;
  }
  .speaklike-sec
    .c-inner
    .youtube_slider
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide
    a:nth-child(2) {
    margin-top: 0px;
    margin-right: 0;
  }
  .speaklike-sec .c-inner .youtube_slider .slider_op .position {
    padding: 0 120px;
  }
  .speaklike-sec
    .c-inner
    .youtube_slider
    .slider_op
    .position
    .swiper-button-prev {
    font-size: 1.6rem;
  }
  .speaklike-sec
    .c-inner
    .youtube_slider
    .slider_op
    .position
    .swiper-button-next {
    font-size: 1.6rem;
  }
  .otherside-sec {
    margin-top: 160px;
  }
  .otherside-sec .c-inner .t-ttle-area {
    margin-bottom: 50px;
  }
  .otherside-sec .c-inner .t-ttle-area .pc {
    display: none;
  }
  .otherside-sec .c-inner .t-ttle-area .en {
    margin-bottom: -8px;
  }
  .otherside-sec .c-inner .t-ttle-area .ja {
    padding-top: 0;
    margin-top: -5px;
  }
  .otherside-sec .c-inner ul.cntnts li {
    width: 47%;
    margin-right: 6%;
  }
  .otherside-sec .c-inner ul.cntnts li a {
    display: block;
  }
  .otherside-sec .c-inner ul.cntnts li a .pht {
    position: relative;
    width: 100%;
    height: auto;
  }
  .otherside-sec .c-inner ul.cntnts li a .txtarea {
    margin-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
  }
  .otherside-sec .c-inner ul.cntnts li a .txtarea .ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .otherside-sec .c-inner ul.cntnts li a .txtarea .ctaarea {
    margin-top: -10px;
  }
  .otherside-sec .c-inner ul.cntnts li a .txtarea .ctaarea .prc {
    font-size: 1.1rem;
  }
  .otherside-sec .c-inner ul.cntnts li a .txtarea .ctaarea .prc span {
    font-size: 1.7rem;
  }
  .otherside-sec .c-inner ul.cntnts li:first-child,
  .otherside-sec .c-inner ul.cntnts li:nth-child(4) {
    width: 47%;
  }
  .otherside-sec .c-inner ul.cntnts li:first-child .txtarea,
  .otherside-sec .c-inner ul.cntnts li:nth-child(4) .txtarea {
    margin-top: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
  }
  .otherside-sec .c-inner ul.cntnts li:first-child .txtarea .ttl,
  .otherside-sec .c-inner ul.cntnts li:nth-child(4) .txtarea .ttl {
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(4n) {
    width: 47%;
    margin-right: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(4n) a {
    width: 100%;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(4n) a .flex {
    width: 100%;
    display: block;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(4n) a .flex .pht {
    width: 100%;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(4n) a .flex .txtarea {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(4n) a .flex .txtarea .ctaarea {
    position: relative;
    bottom: 0px;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(2) a .flex,
  .otherside-sec .c-inner ul.cntnts li:nth-child(3) a .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(2) a .flex .pht,
  .otherside-sec .c-inner ul.cntnts li:nth-child(3) a .flex .pht {
    width: 35%;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(2) a .flex .txtarea,
  .otherside-sec .c-inner ul.cntnts li:nth-child(3) a .flex .txtarea {
    position: relative;
    width: 60%;
    margin-top: 0;
    margin-left: 5%;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(2) a .flex .txtarea .ttl,
  .otherside-sec .c-inner ul.cntnts li:nth-child(3) a .flex .txtarea .ttl {
    font-size: 1.6rem;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(2) a .flex .txtarea .ctaarea,
  .otherside-sec .c-inner ul.cntnts li:nth-child(3) a .flex .txtarea .ctaarea {
    position: absolute;
    bottom: 10px;
    width: 100%;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(2n-1) {
    margin-right: 6%;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(2n) {
    margin-right: 0%;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(n + 2) {
    margin-top: 0;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(n + 3) {
    margin-top: 50px;
  }
  .otherside-sec .c-inner .c-btn {
    margin-top: 50px;
  }
  .news-sec {
    margin: 160px 0;
  }
  .news-sec .c-inner {
    padding: 0 4%;
  }
  .news-sec .c-inner .t-ttle-area .en {
    margin-bottom: -20px;
  }
  .news-sec .c-inner .news-inner ul.cntnts li a {
    padding: 30px;
  }
  .news-sec .c-inner .news-inner ul.cntnts li a .ctaarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-sec .c-inner .news-inner ul.cntnts li a .ctaarea .txt-area {
    width: 95%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .news-sec .c-inner .news-inner ul.cntnts li a .ctaarea .txt-area .date {
    width: 115px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1;
  }
  .news-sec .c-inner .news-inner ul.cntnts li a .ctaarea .txt-area .date:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #ddd;
  }
  .news-sec .c-inner .news-inner ul.cntnts li a .ctaarea .txt-area .c-txt {
    width: calc(100% - 115px);
    line-height: 1;
    padding-left: 25px;
    font-size: 1.6rem;
  }
  .news-sec .c-inner .news-inner ul.cntnts li a .ctaarea .c-more {
    width: 5%;
  }
  .news-sec .c-inner .news-inner ul.cntnts li a .ctaarea .c-more:after {
    bottom: auto;
    right: 0px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .news-sec .c-inner .news-inner ul.cntnts li a:hover .c-more:after {
    top: calc(50% - 4px);
    right: -4px;
  }
  .news-sec .c-inner .news-inner ul.cntnts li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .news-sec .c-inner .c-btn {
    margin-top: 50px;
  }
  .cordinate-sec
    .c-inner
    .fs-c-featuredProduct
    .fs-c-productListCarousel
    .slick-list
    .slick-track
    .slick-slide
    .fs-c-productListCarousel__list__item
    .fs-c-productListItem__prices
    .fs-c-productPrice:before {
    width: 20px;
    height: 20px;
  }
  .fs-l-pageMain.sf .article_detail .article_related-item ul.cntnts {
    margin-top: 50px;
  }
  .fs-l-pageMain.sf .article_detail .article_related-item ul.cntnts li {
    width: 22%;
    margin-right: 4%;
  }
  .fs-l-pageMain.sf
    .article_detail
    .article_related-item
    ul.cntnts
    li
    a
    .txtarea {
    padding-bottom: 14px;
  }
  .fs-l-pageMain.sf
    .article_detail
    .article_related-item
    ul.cntnts
    li
    a
    .txtarea
    .item-name {
    height: 42px !important;
    font-size: 1.6rem;
    margin-top: 16px;
  }
  .fs-l-pageMain.sf
    .article_detail
    .article_related-item
    ul.cntnts
    li
    a
    .txtarea
    .ctaarea {
    margin-top: 4px;
  }
  .fs-l-pageMain.sf
    .article_detail
    .article_related-item
    ul.cntnts
    li
    a
    .txtarea
    .ctaarea
    .prc {
    font-size: 1.4rem;
    line-height: 1;
  }
  .fs-l-pageMain.sf
    .article_detail
    .article_related-item
    ul.cntnts
    li
    a
    .txtarea
    .ctaarea
    .prc
    span {
    font-size: 2.2rem;
    line-height: 1;
  }
  .fs-l-pageMain.sf
    .article_detail
    .article_related-item
    ul.cntnts
    li
    a
    .txtarea
    .ctaarea
    .c-more {
    padding-top: 35px;
  }
  .fs-l-pageMain.sf
    .article_detail
    .article_related-item
    ul.cntnts
    li:nth-child(2n) {
    margin-right: 4%;
  }
  .fs-l-pageMain.sf
    .article_detail
    .article_related-item
    ul.cntnts
    li:nth-child(n + 3) {
    margin-top: 0;
  }
  .fs-l-pageMain.sf
    .article_detail
    .article_related-item
    ul.cntnts
    li:nth-child(4n) {
    margin-right: 0%;
  }
  .fs-l-pageMain.sf
    .article_detail
    .article_related-item
    ul.cntnts
    li:nth-child(n + 5) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1120px) {
  .fs-l-main {
    padding-top: 186px;
  }
  .c-header .c-header-cntnt {
    height: 86px;
  }
  .c-header .c-header-cntnt .c-humburger .humburger_cntnr .burger-btn {
    display: none;
  }
  .c-header .c-header-cntnt .search-icon {
    margin-left: 25px;
  }
  .c-header .c-header-cntnt .logo {
    width: 220px;
    height: auto;
  }
  .c-header .c-nav-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    left: 0;
    border-bottom: 1px solid #ddd;
  }
  .c-header .nav-nav {
    background-color: #fff;
  }
  .c-header .nav-nav .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .c-header .nav-nav .nav-list .en.menu {
    display: none;
  }
  .c-header .nav-nav .nav-list .nav-item {
    display: block;
    width: auto;
    font-size: 1.9rem;
    padding: 15px 20px;
    text-align: center;
    border-bottom: none;
  }
  .c-header .nav-nav .nav-list .nav-item.sp {
    display: none !important;
  }
  .c-header .nav-nav .nav-list .nav-item.pc {
    display: block !important;
  }
  .c-header .nav-nav .nav-list .nav-item div.en {
    padding-left: 0;
  }
  .c-header .nav-nav .nav-list .nav-item div.en:after {
    display: none;
  }
  .c-header.scrolled .nav-nav {
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .fs-l-pageMain {
    padding-bottom: 80px !important;
  }
  .fs-body-top .fs-l-pageMain,
  .fs-body-custom .fs-l-pageMain {
    padding-bottom: 0px !important;
  }
  .fs-c-breadcrumb {
    padding: 10px 0 20px 0;
    margin: 0;
  }
  .fs-body-custom .fs-c-breadcrumb,
  .fs-body-product .fs-c-breadcrumb {
    width: 95%;
    margin: 0 0 0 auto;
  }
  .common_sec {
    padding: 70px 0 80px;
  }
  .common_sec .c-inner ul.cntnts-item li a .txtarea {
    padding: 10px 0;
  }
  .common_sec .c-inner ul.cntnts-item li a .txtarea .item-name {
    font-size: 1.4rem;
  }
  .common_sec .c-inner ul.cntnts-item li a .txtarea .ctaarea .prc {
    font-size: 1.1rem;
  }
  .common_sec .c-inner ul.cntnts-item li a .txtarea .ctaarea .prc span {
    font-size: 1.7rem;
  }
  .serchitem-sec.common_sec .c-inner #srch_cate01 ul li,
  .serchitem-sec.common_sec .c-inner #srch_cate03 ul li {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .serchitem-sec.common_sec .c-inner #srch_cate01 ul li:nth-child(3n),
  .serchitem-sec.common_sec .c-inner #srch_cate03 ul li:nth-child(3n) {
    margin-right: 4% !important;
  }
  .serchitem-sec.common_sec .c-inner #srch_cate01 ul li:nth-child(2n),
  .serchitem-sec.common_sec .c-inner #srch_cate03 ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .serchitem-sec.common_sec .c-inner #srch_cate01 ul li:nth-child(3),
  .serchitem-sec.common_sec .c-inner #srch_cate03 ul li:nth-child(3) {
    border-top: none !important;
  }
  .serchitem-sec.common_sec .c-inner #srch_cate01 ul li:nth-child(4),
  .serchitem-sec.common_sec .c-inner #srch_cate03 ul li:nth-child(4) {
    border-top: none !important;
  }
  .fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--1 {
    width: 100%;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--1
    .fs-c-productMainImage__expandButton {
    padding: 8px 0 0px;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--1
    .recommend_point {
    padding: 25px 18px;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--1
    .recommend_point
    .ttl {
    font-size: 2rem;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--1
    .itemdetail_tabarea
    ul.tab
    li
    span {
    font-size: 1.6rem;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--1
    .itemdetail_tabarea
    #item_dtl01 {
    padding: 20px 10px 30px;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--1
    .itemdetail_tabarea
    #item_dtl02
    ul
    li {
    padding: 25px 0px;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--1
    .itemdetail_tabarea
    #item_dtl02
    ul
    li
    table
    th {
    font-size: 1.2rem;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--1
    .itemdetail_tabarea
    #item_dtl02
    ul
    li
    table
    td {
    font-size: 1.2rem;
  }
  .fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--2 {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .fs-c-productMarks
    .fs-c-productMark
    .fs-c-productMark__item {
    margin-right: 8px;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .fs-c-productMarks
    .fs-c-productMark
    .fs-c-productMark__item
    .fs-c-productMark__mark {
    font-size: 1.3rem;
    padding: 6px 12px;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .fs-c-productNameHeading
    .fs-c-productNameHeading__copy {
    line-height: 1.4;
    font-size: 1.7rem;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .fs-c-productNameHeading
    .fs-c-productNameHeading__name {
    font-size: 2.7rem;
    line-height: 1.38;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .fs-c-productNumber {
    padding-top: 20px;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .fs-c-productPrices--productDetail {
    margin-top: 25px;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .fs-c-productPrices--productDetail
    .fs-c-productPrice__main
    .fs-c-productPrice__main__price {
    font-size: 3.68rem;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .fs-c-productPrices--productDetail
    .fs-c-productPrice__addon {
    font-size: 1.4rem;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .cart_btn_modal {
    margin-top: 20px;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .cart_btn_modal.zero
    .fs-c-productQuantityAndWishlist
    .fs-c-buttonContainer
    .fs-c-button--addToWishList--detail:after {
    font-size: 2.2rem;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .fs-c-inquiryAboutProduct {
    margin-top: 30px;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .fs-c-inquiryAboutProduct
    button
    :before {
    right: 20px;
    width: 24px;
    height: 24px;
  }
  .cart_btn_modalcntnt .modal___content {
    top: 50px;
    height: calc(100% - 80px) !important;
    padding: 0;
  }
  .cart_btn_modalcntnt
    .modal___content
    .fs-c-variationAndActions__variation
    .fs-c-variationList__item
    .fs-c-variationList__item__body
    .fs-c-variationList__item__cart
    li
    .fs-c-variationCart__variationName {
    width: 80px;
    padding-left: 10px;
  }
  .cart_btn_modalcntnt
    .modal___content
    .fs-c-variationAndActions__variation
    .fs-c-variationList__item
    .fs-c-variationList__item__body
    .fs-c-variationList__item__cart
    li
    .fs-c-variationCart__cartButton {
    width: 150px;
  }
  .cart_btn_modalcntnt
    .modal___content
    .fs-c-variationAndActions__variation
    .fs-c-variationList__item
    .fs-c-variationList__item__body
    .fs-c-variationList__item__cart
    li
    .fs-c-variationCart__cartButton
    button {
    padding: 0;
    border: none;
  }
  .cart_btn_modalcntnt a.js-modal-close.batu {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 26px;
    height: 26px;
  }
  .cordinate-sec
    .c-inner
    .fs-c-featuredProduct
    .fs-c-productListCarousel
    .slick-list
    .slick-track
    .slick-slide
    .fs-c-productListCarousel__list__item
    .fs-c-productListItem__productName {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .cordinate-sec
    .c-inner
    .fs-c-featuredProduct
    .fs-c-productListCarousel
    .slick-list
    .slick-track
    .slick-slide
    .fs-c-productListCarousel__list__item
    .fs-c-productListItem__prices {
    margin-top: 6px;
    padding-bottom: 10px;
  }
  .cordinate-sec
    .c-inner
    .fs-c-featuredProduct
    .fs-c-productListCarousel
    .slick-list
    .slick-track
    .slick-slide
    .fs-c-productListCarousel__list__item
    .fs-c-productListItem__prices
    .fs-c-productPrice
    .fs-c-productPrice__main
    .fs-c-productPrice__main__price {
    font-size: 1.7rem;
  }
  .cordinate-sec
    .c-inner
    .fs-c-featuredProduct
    .fs-c-productListCarousel
    .slick-list
    .slick-track
    .slick-slide
    .fs-c-productListCarousel__list__item
    .fs-c-productListItem__prices
    .fs-c-productPrice
    .fs-c-productPrice__addon {
    font-size: 1.1rem;
  }
  .pagetitle {
    height: 140px;
  }
  .fs-c-subgroup
    .fs-c-subgroupList
    .fs-c-subgroupList__item
    a.fs-c-subgroupList__link {
    padding: 0px 10px;
    font-size: 1.2rem;
  }
  .fs-c-productList__list
    .fs-c-productList__list__item
    .fs-c-productListItem__imageContainer {
    margin-bottom: 10px;
  }
  .fs-c-productList__list
    .fs-c-productList__list__item
    .fs-c-productMarks
    .fs-c-productMark__item {
    font-size: 1.2rem;
  }
  .fs-c-productList__list
    .fs-c-productList__list__item
    .fs-c-productListItem__productName {
    margin-top: 8px;
  }
  .fs-c-productList__list
    .fs-c-productList__list__item
    .fs-c-productListItem__productName
    .fs-c-productName__name {
    font-size: 1.4rem;
  }
  .fs-c-productList__list
    .fs-c-productList__list__item
    .fs-c-productListItem__prices
    .fs-c-productPrice:after {
    width: 16px;
    height: 16px;
  }
  .fs-c-productList__list
    .fs-c-productList__list__item
    .fs-c-productListItem__prices
    .fs-c-productPrice
    .fs-c-productPrice__main {
    font-size: 1.7rem;
  }
  .fs-c-productList__list
    .fs-c-productList__list__item
    .fs-c-productListItem__prices
    .fs-c-productPrice
    .fs-c-productPrice__addon {
    font-size: 1.1rem;
    padding-left: 0;
  }
  .sort_bottom .fs-c-productList__controller {
    margin-top: 10px;
  }
  .shop-temp {
    padding-bottom: 80px;
  }
  .shop-temp .c-inner .ttl .en {
    font-size: 7rem;
    margin-top: -35px;
  }
  .shop-temp .c-inner .ttl h2 {
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .shop-temp .c-inner ul.shop-cntnts {
    margin: 35px 0 40px;
  }
  .shop-temp .c-inner ul.shop-cntnts li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shop-temp .c-inner ul.shop-cntnts li .komoku {
    font-size: 1.4rem;
    width: 120px;
  }
  .shop-temp .c-inner ul.shop-cntnts li .kmk-cld {
    font-size: 1.2rem;
    width: calc(100% - 120px);
  }
  .shop-temp .c-inner ul.shop-cntnts li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .shop-temp .c-inner iframe {
    height: 250px;
  }
  .bg_img_brnd {
    height: 600px;
  }
  .bg_img_brnd .txtarea p.txt:nth-child(1) {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .bg_img_brnd .txtarea p.txt:nth-child(2) {
    font-size: 1.8rem;
    margin-bottom: 28px;
  }
  .bg_img_brnd .txtarea p.txt:nth-child(3) {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-bottom: 14px;
  }
  .bg_img_brnd .txtarea p.img {
    width: 220px;
  }
  .prefectures_stokists {
    padding: 20px 0 80px;
  }
  .prefectures_stokists .stokist {
    padding-bottom: 35px;
  }
  .prefectures_stokists .stokist:nth-child(n + 2) {
    margin-top: 35px;
  }
  .prefectures_stokists .stokist .prefecture {
    width: 100%;
  }
  .prefectures_stokists .stokist .details {
    width: 100%;
    margin-top: 20px;
  }
  .prefectures_stokists .stokist .details .cntnt .txtarea {
    margin-top: 6px;
  }
  .prefectures_stokists .stokist .details .cntnt .txtarea .txt {
    font-size: 1.3rem;
  }
  .prefectures_stokists .stokist .details .cntnt .name {
    font-size: 1.7rem;
    letter-spacing: 0.03rem;
  }
  .prefectures_stokists .stokist .details .cntnt .txt {
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .prefectures_stokists .stokist .details .cntnt:nth-child(n + 2) {
    margin-top: 20px;
  }
  .c-inner.recruit {
    padding: 20px 0 80px;
  }
  .c-inner.recruit .recruit_cntnts .stokist:nth-child(n + 2) {
    margin-top: 70px;
  }
  .c-inner.recruit .recruit_cntnts .stokist h2 {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
  .c-inner.recruit .recruit_cntnts .stokist ul.details {
    margin-top: 20px;
  }
  .c-inner.recruit .recruit_cntnts .stokist ul.details li .ttl {
    font-size: 1.4rem;
  }
  .c-inner.recruit .recruit_cntnts .stokist ul.details li .txt {
    font-size: 1.3rem;
    margin-top: 2px;
    line-height: 1.5;
    letter-spacing: 0.06rem;
  }
  .c-inner.recruit .recruit_cntnts .stokist ul.details li:nth-child(n + 2) {
    margin-top: 18px;
  }
  .c-inner.faq {
    padding: 20px 0 80px;
  }
  .c-inner.faq .aco-item-q {
    padding: 18px 40px;
    border-radius: 5px;
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
    line-height: 1.6;
    margin-top: 15px;
  }
  .c-inner.faq .aco-item-q:nth-child(1) {
    margin-top: 0px;
  }
  .c-inner.faq .aco-item-q.open {
    border-radius: 5px 5px 0 0;
  }
  .c-inner.faq .aco-item-q:before,
  .c-inner.faq .aco-item-a:before {
    content: "Q";
    font-size: 1.6rem;
    top: 21px;
    left: 18px;
  }
  .c-inner.faq .aco-item-q:after {
    content: "";
    right: 16px;
    width: 15px;
    height: 15px;
  }
  .c-inner.faq .aco-item-a:before {
    content: "A";
    top: 4px;
    left: 18px;
  }
  .c-inner.faq .aco-item-a {
    position: relative;
    display: none;
    padding: 0px 40px 18px 40px;
    border-radius: 0px 0px 5px 5px;
    margin-top: -10px;
    line-height: 1;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.08rem;
  }
  .c-inner.guide {
    padding: 20px 0 80px;
  }
  .guide_sec:nth-child(n + 2) {
    margin-top: 50px;
  }
  .guide_sec h2 {
    font-size: 1.6rem;
    letter-spacing: 0.02rem;
    padding: 12px 0;
  }
  .guide_sec p {
    font-size: 1.3rem;
  }
  .guide_sec p.caution {
    font-size: 1.3rem;
  }
  .guide_sec p.li {
    font-size: 1.3rem;
  }
  .guide_sec h3 {
    font-size: 1.6rem;
  }
  .guide_sec ol li {
    font-size: 1.3rem;
  }
  .guide_sec .graybox {
    margin-top: 20px;
    padding: 20px;
    font-size: 1.3rem;
  }
  .c-inner.sizeguide {
    padding: 20px 0 80px;
  }
  .c-inner.sizeguide .txt {
    font-size: 1.3rem;
  }
  .c-inner.sizeguide .graybox {
    margin-top: 20px;
    padding: 20px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .c-inner.sizeguide .unkerlinks li a span {
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 0 15px 0 10px;
    text-align: center;
  }
  .c-inner.sizeguide .size_cntnts {
    margin-top: 60px;
  }
  .c-inner.sizeguide .size_cntnts h2 {
    font-size: 1.9rem;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .c-inner.sizeguide .size_cntnts .cntnt h3 {
    font-size: 1.5rem;
  }
  .c-inner.sizeguide .size_cntnts a:after {
    width: 25px;
    height: 25px;
  }
  .c-inner.company {
    padding: 20px 0 80px;
  }
  .c-inner.tokushou {
    padding: 20px 0 80px;
  }
  .c-inner.prapoli {
    padding: 20px 0 80px;
  }
  .c-inner.prapoli .guide_sec {
    margin-top: 40px;
  }
  .c-inner.prapoli .guide_sec .h2_tit {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .c-inner.prapoli .guide_sec p {
    font-size: 1.3rem;
  }
  .c-inner.contact {
    padding: 20px 0 80px;
  }
  .c-inner.contact .txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .c-inner.contact .set form {
    margin-top: 30px;
  }
  .c-inner.contact .set form table th {
    display: block;
    width: 100%;
    border-top: solid 1px #ddd;
    border-bottom: none;
    font-size: 1.5rem;
    padding: 20px 0 5px 0;
  }
  .c-inner.contact .set form table td {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
    border-top: none;
    border-bottom: none;
  }
  .c-inner.contact .set form table td input::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .c-inner.contact .set form table td input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .c-inner.contact .set form table td input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .c-inner.contact .set form table td input::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .c-inner.contact .set form table td input::placeholder {
    font-size: 1.4rem;
  }
  .c-inner.contact .set form table td .txtbox01 {
    width: 48%;
    padding: 18px;
    margin-right: 2%;
    font-size: 1.4rem;
  }
  .c-inner.contact .set form table td .txtbox02 {
    padding: 18px;
    font-size: 1.4rem;
  }
  .c-inner.contact .set form table td textarea {
    padding: 18px;
    font-size: 1.4rem;
  }
  .c-inner.contact .set form table td .caution {
    font-size: 1.1rem;
    line-height: 1;
    padding-top: 6px;
  }
  .c-inner.contact .set form table td ul.flex {
    display: block;
  }
  .c-inner.contact .set form table td ul.flex li {
    font-size: 1.4rem;
    margin-right: 0;
  }
  .set form .cta {
    width: 220px;
    margin-top: 35px;
  }
  .set form .cta input {
    width: 220px;
    height: 60px;
    font-size: 1.4rem !important;
  }
  .set form .cta:before {
    height: 24px;
  }
  .set form .cta:after {
    width: 13px;
    height: 13px;
  }
  .c-inner.thanks {
    padding: 20px 0 80px;
  }
  .c-inner.thanks .thanks p {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
  }
  .c-inner.thanks .thanks p:nth-child(n + 2) {
    margin-top: 10px;
  }
  .c-inner.thanks .thanks .c-btn {
    margin: 30px auto 0;
  }
  .fs-l-pageMain.collection .article_all {
    margin: 10px 0 0;
  }
  .fs-l-pageMain.collection .article_all a.clctn_cntnt .txtarea {
    margin-top: 12px;
    padding-bottom: 15px;
  }
  .fs-l-pageMain.collection .article_all a.clctn_cntnt .txtarea p.txt:after {
    width: 30px;
    height: 30px;
  }
  .pagetitle.clctn_ttl {
    height: 200px;
  }
  .pagetitle.clctn_ttl .c-inner .ttlarea p.theme {
    font-size: 2rem;
    line-height: 1;
  }
  .fs-l-pageMain.collection .article_detail {
    margin-top: 10px;
  }
  .fs-l-pageMain.collection .article_detail .clctn_cntnts a.cntnt:after {
    bottom: 8px;
    right: 8px;
    width: 12px;
    height: 12px;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    .modal___content {
    height: 100%;
    top: 0px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 60px 0px 0px;
    overflow: hidden;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    .modal___content
    .cntnts {
    display: block;
    overflow-y: scroll;
    height: 100%;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    .modal___content
    .cntnts
    .cntnt_area
    p.ttl {
    font-size: 1.6rem;
    padding: 10px 0;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    .modal___content
    .cntnts
    .cntnt_area
    .txt
    p {
    font-size: 1.3rem;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    .modal___content
    .cntnts
    .cntnt_area
    .btn_cntnts
    a
    .item_name {
    font-size: 1.4rem;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    .modal___content
    .cntnts
    .cntnt_area
    .btn_cntnts
    a
    .price {
    font-size: 1rem;
    margin-top: 5px;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    .modal___content
    .cntnts
    .cntnt_area
    .btn_cntnts
    a
    .price
    .en {
    font-size: 1.6rem;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    .modal___content
    .cntnts
    .cntnt_area
    .btn_cntnts
    a:after {
    width: 14px;
    height: 14px;
  }
  .fs-l-pageMain.collection .return_btn_sec {
    margin-top: 40px;
    padding-top: 40px;
  }
  .fs-l-pageMain.collection .return_btn_sec a.return_btn {
    max-width: 240px;
    padding: 16px;
    font-size: 1.4rem;
  }
  .specialfeatures.fs-l-pageMain {
    padding-bottom: 80px !important;
  }
  .specialfeatures .article_all {
    margin-top: 10px !important;
  }
  .specialfeatures .article_all ul.cntnts li a .txtarea .ttl {
    font-size: 1.5rem;
  }
  .pagenavi.cms {
    margin-top: 25px;
  }
  .pagination li a {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    margin: 0 3px;
  }
  .article.common_sec ul.cntnts-article li {
    width: 48%;
    margin-right: 4%;
  }
  .article.common_sec ul.cntnts-article li:nth-child(2n) {
    margin-right: 0;
  }
  .article.common_sec ul.cntnts-article li:nth-child(n + 3) {
    margin-top: 25px;
  }
  .article.common_sec ul.cntnts-article li .txtarea {
    margin-top: 8px;
  }
  .article.common_sec ul.cntnts-article li .txtarea .date {
    font-size: 1.1rem;
  }
  .article.common_sec ul.cntnts-article li .txtarea .txt {
    margin-top: 2px;
    font-size: 1.4rem;
    -webkit-line-clamp: 3;
  }
  .fs-l-pageMain.sf .article_detail .atcl_ttl {
    margin-bottom: 40px;
  }
  .fs-l-pageMain.sf .article_detail .atcl_ttl .txtarea h1 {
    font-size: 2.7rem;
    line-height: 1.4;
    letter-spacing: 0.04rem;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .fs-l-pageMain.sf .article_detail h3 {
    font-size: 2.2rem !important;
    margin: 25px 0 10px !important;
  }
  .fs-l-pageMain.sf .article_detail .article_related-item {
    margin-top: 40px;
    padding-top: 40px;
  }
  .fs-l-pageMain.news .article_all {
    margin-top: 10px;
  }
  .fs-l-pageMain.news .article_all ul.cntnts li a {
    padding: 15px 30px 15px 0;
  }
  .fs-l-pageMain.news .article_all ul.cntnts li a .date {
    font-size: 1.1rem;
    margin-bottom: 2px;
  }
  .fs-l-pageMain.news .article_all ul.cntnts li a .ttl {
    font-size: 1.4rem;
  }
  .fs-l-pageMain.news .article_all ul.cntnts li a:after {
    width: 14px;
    height: 14px;
  }
  .fs-l-pageMain.news .article_detail .atcl_ttl {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .fs-l-pageMain.news .article_detail .atcl_ttl h1 {
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: 0.04rem;
    margin-top: 5px;
  }
  .fs-l-pageMain.cms .article_detail {
    margin-top: 10px;
  }
  .fs-l-pageMain.cms .article_detail h2 {
    margin: 30px 0 10px;
    font-size: 2rem;
  }
  .fs-l-pageMain.cms .article_detail h3 {
    margin: 15px 0 5px;
    font-size: 1.8rem;
  }
  .fs-l-pageMain.cms .article_detail p {
    font-size: 1.3rem;
  }
  .fs-l-pageMain.cms .article_detail pre {
    font-size: 1.3rem;
  }
  .fs-l-pageMain.cms .article_detail .wp-block-media-text {
    display: block;
    margin: 30px 0;
  }
  .fs-l-pageMain.cms
    .article_detail
    .wp-block-media-text
    .wp-block-media-text__media {
    width: 100%;
  }
  .fs-l-pageMain.cms
    .article_detail
    .wp-block-media-text
    .wp-block-media-text__content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .fs-l-pageMain.cms .article_detail .wp-block-media-text .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .fs-l-pageMain.cms .article_detail .wp-block-media-text .txtarea {
    width: 100%;
  }
  .fs-l-pageMain.cms
    .article_detail
    .wp-block-media-text.has-media-on-the-right
    .wp-block-media-text__content {
    margin-right: 0;
  }
  .fs-l-pageMain.cms .article_detail ul li:before {
    top: 5px;
  }
  .fs-l-pageMain.cms .article_detail ul li {
    font-size: 1.4rem;
    padding-left: 8px;
  }
  .fs-l-pageMain.cms .article_detail .c-blogdetail-bottom {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .fs-l-pageMain.cms .article_detail .c-blogdetail-bottom .c-blogdetail-nav {
    max-width: 240px;
    margin: 0 auto;
  }
  .fs-l-pageMain.cms
    .article_detail
    .c-blogdetail-bottom
    .c-blogdetail-nav
    .btn_all {
    padding: 16px;
    font-size: 1.4rem;
  }
  .fs-l-pageMain.cms
    .article_detail
    .c-blogdetail-bottom
    .c-blogdetail-nav
    .c-blogdetail-nav__btns {
    top: 120%;
  }
  .fs-l-pageMain.cms
    .article_detail
    .c-blogdetail-bottom
    .c-blogdetail-nav
    .c-blogdetail-nav__btns
    .page-nav
    a {
    font-size: 1.3rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .fs-l-pageMain.cms
    .article_detail
    .c-blogdetail-bottom
    .c-blogdetail-nav
    .c-blogdetail-nav__btns
    .prev
    a
    span {
    padding-left: 18px;
  }
  .fs-l-pageMain.cms
    .article_detail
    .c-blogdetail-bottom
    .c-blogdetail-nav
    .c-blogdetail-nav__btns
    .prev
    a
    span:before {
    width: 14px;
    height: 14px;
  }
  .fs-l-pageMain.cms
    .article_detail
    .c-blogdetail-bottom
    .c-blogdetail-nav
    .c-blogdetail-nav__btns
    .next
    a
    span {
    padding-right: 18px;
  }
  .fs-l-pageMain.cms
    .article_detail
    .c-blogdetail-bottom
    .c-blogdetail-nav
    .c-blogdetail-nav__btns
    .next
    a
    span:before {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .common_sec .c-inner .t-ttle-area {
    margin-bottom: 50px;
  }
  .common_sec .c-inner .t-ttle-area h1 {
    margin-bottom: -10px !important;
  }
  .common_sec .c-inner .t-ttle-area .ja {
    position: inherit !important;
    left: 0 !important;
    bottom: 0 !important;
    padding-top: 0 !important;
  }
  .common_sec .c-inner ul.cntnts-item li a .txtarea .ctaarea .c-more {
    padding-top: 50px;
  }
  .serchitem-sec.common_sec {
    padding-top: 100px;
  }
  .serchitem-sec.common_sec .c-inner .t-ttle-area {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 50px;
  }
  .serchitem-sec.common_sec .c-inner .t-ttle-area .ja {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 768px) {
  .common_sec .c-inner .t-ttle-area {
    margin-bottom: 30px;
  }
  .common_sec .c-inner .t-ttle-area .ja {
    padding-top: 10px !important;
  }
  .common_sec .c-inner ul.cntnts-item li a .txtarea .ctaarea .c-more {
    padding-top: 30px;
  }
  .serchitem-sec.common_sec {
    padding-top: 70px !important;
    padding-bottom: 100px;
  }
  .serchitem-sec.common_sec .c-inner .t-ttle-area {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .common_sec .c-inner ul.cntnts-item li {
    width: 48%;
    margin-right: 4%;
  }
  .common_sec .c-inner ul.cntnts-item li:nth-child(2n) {
    margin-right: 0;
  }
  .common_sec .c-inner ul.cntnts-item li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .cordinate-sec
    .c-inner
    .fs-c-featuredProduct
    .fs-c-productListCarousel
    .slick-list
    .slick-track
    .slick-slide {
    width: 48%;
    margin-right: 4%;
  }
  .cordinate-sec
    .c-inner
    .fs-c-featuredProduct
    .fs-c-productListCarousel
    .slick-list
    .slick-track
    .slick-slide:nth-child(2n) {
    margin-right: 0;
  }
  .cordinate-sec
    .c-inner
    .fs-c-featuredProduct
    .fs-c-productListCarousel
    .slick-list
    .slick-track
    .slick-slide:nth-child(n + 3) {
    margin-top: 20px;
  }
  .fs-c-productList {
    margin: 40px auto 80px;
  }
  .fs-c-productList__list .fs-c-productList__list__item {
    width: 48%;
    margin-right: 4%;
    padding: 0 0 45px;
  }
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(2n) {
    margin-right: 0;
  }
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 20px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type="submit"] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .c-bnr-block {
    padding-top: 65px;
  }
  .c-bnr-block .c-ttl01 {
    margin-bottom: 15px;
  }
  .c-bnr {
    border-radius: 10px;
  }
  .c-cat {
    font-size: 10px;
    padding: 2px 6px;
  }
  .c-breadcrumb li {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
  .c-breadcrumb li:first-child {
    padding-left: 16px;
  }
  .c-breadcrumb li:first-child::before {
    width: 13px;
    height: 10px;
  }
  .c-bg-area::before {
    border-radius: 0 0 0 30px;
    width: calc(100% - 50px);
  }
  .c-paging-area {
    margin-top: 50px;
  }
  .c-paging-area .page-numbers {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 24px;
  }
  .c-paging-area .page-numbers.next::before,
  .c-paging-area .page-numbers.prev::before {
    width: 9px;
    height: 13px;
  }
  .c-paging-area .page-numbers.next-all::before,
  .c-paging-area .page-numbers.prev-all::before {
    width: 18px;
    height: 14px;
  }
  .c-pagenation-area {
    margin-top: 70px;
  }
  .c-pagenation-area .page-numbers {
    margin: 0 4px;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }
  .movie-wrap {
    margin-top: 20px;
  }
  .c-ttl01:before {
    height: 2px;
    width: 40px;
    background: #dd3485;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#dd3485),
      to(#fd766f)
    );
    background: linear-gradient(to right, #dd3485 0%, #fd766f 100%);
    left: 0;
    margin: 0;
    right: auto;
  }
  .c-ttl01 {
    margin-bottom: 26px;
    padding-top: 30px;
    text-align: left;
  }
  .c-ttl01 .en {
    font-size: 23px;
    letter-spacing: 0.1em;
  }
  .c-ttl01 .ja {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .c-btn02 {
    width: 100%;
    min-width: 100%;
    padding: 3px 60px 3px 40px;
    height: 55px;
  }
  .c-btn02 .btn-txt {
    font-size: 14px;
  }
  .c-btn02 .ico {
    right: 20px;
  }
  .c-btn02 .ico .c-svg {
    width: 50px;
    height: 6px;
  }
  .c-btn03 {
    padding: 8px 8px 8px 34px;
  }
  .c-btn03 .ico {
    margin-right: 10px;
  }
  .c-btn03 .btn-txt {
    font-size: 14px;
  }
  .subscription .c-btn03 .c-svg {
    width: 13px;
    height: 13px;
  }
  .c-btn04 .inn {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-btn04 .img {
    margin-right: 15px;
    text-align: center;
    width: 100px;
  }
  .c-btn04 .ico svg {
    width: 38px;
    height: 6px;
  }
  .btn-line-block .divide-btn-lines .ico .c-svg {
    width: 38px;
    height: 6px;
  }
  .campaign-slider .cat {
    font-size: 11px;
    padding: 2px 6px;
  }
  .campaign-slider .slick-slide {
    margin: 0 8px;
    width: 316px;
  }
  .item-slider {
    width: 320px;
  }
  .item-slider img {
    max-height: 300px;
  }
  .thumb-slider {
    width: 255px;
  }
  .l-medium .item-slider img {
    height: 170px;
  }
  .thumb-slider .slick-slide:not(:nth-child(4n + 1)) {
    margin-left: 18px;
  }
  .thumb-slider .slick-slide {
    width: 50px !important;
  }
  .c-lineup-list li {
    width: calc((100% - 10px) / 2);
    margin: 0;
  }
  .c-lineup-list li:nth-child(even) {
    margin-left: 10px;
  }
  .c-lineup-list li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .c-lineup-list .inn {
    border-radius: 3px;
    padding: 10px;
    font-size: 15px;
  }
  .c-lineup-list .inn .txt {
    border: 1px solid #aa1f4f;
    line-height: 1.4;
    font-size: 12px;
  }
  .c-lineup-list .inn .img {
    width: 32px;
  }
  .c-lineup-list .inn .img img {
    max-width: 20px;
    max-height: 22px;
  }
  .c-news-list li {
    border-top: 1px solid #969696;
  }
  .c-news-list a {
    padding: 18px 65px 15px 10px;
  }
  .c-news-list .ttl {
    line-height: 1.5;
  }
  .c-news-list .ico .c-svg {
    width: 20px;
    height: 4px;
  }
  .c-additive-free-list {
    padding: 0 24px;
    margin-top: 30px;
  }
  .c-additive-free-list li {
    margin: 0;
    padding: 12px 10px 48px;
    width: calc((100% - 16px) / 3);
  }
  .c-additive-free-list li:not(:nth-child(3n + 1)) {
    margin-left: 8px;
  }
  .c-additive-free-list li:nth-child(n + 4) {
    margin-top: 8px;
  }
  .c-additive-free-list li::before,
  .c-additive-free-list li::after {
    bottom: 12px;
  }
  .c-additive-free-list .txt {
    font-size: 10px;
    min-height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-bar-list li {
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
      "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: 500;
  }
  .c-campaign-list li {
    margin-top: 30px;
  }
  .fs-c-buttonContainer--pair button,
  .fs-c-buttonContainer--pair .fs-c-button--cancel {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .c-header .c-sokyu-txt {
    text-align: center;
  }
  .c-footer ul.btnc-cntnts {
    width: 100%;
  }
  .pickup-sec .c-inner .cntnts .cntnt a.phtarea {
    width: 38%;
  }
  _:lang(x) + _:-webkit-full-screen-document .ranking-sec .c-inner,
  body .ranking-sec .c-inner {
    padding-top: 50px;
  }
  _:lang(x) + _:-webkit-full-screen-document .ranking-sec .c-inner .t-ttle-area,
  body .ranking-sec .c-inner .t-ttle-area {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0px, -85px);
    transform: translate(0px, -85px);
  }
  _:lang(x)
    + _:-webkit-full-screen-document
    .ranking-sec
    .c-inner
    .t-ttle-area
    .en,
  body .ranking-sec .c-inner .t-ttle-area .en {
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
  }
  _:lang(x)
    + _:-webkit-full-screen-document
    .ranking-sec
    .c-inner
    .t-ttle-area
    .ja,
  body .ranking-sec .c-inner .t-ttle-area .ja {
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
    position: relative;
    left: 0;
  }
  .newitem-sec .c-inner .area ul.cntnts li {
    width: 22%;
    margin-right: 4%;
  }
  .newitem-sec .c-inner .area ul.cntnts li:nth-child(2n) {
    margin-right: 4%;
  }
  .newitem-sec .c-inner .area ul.cntnts li:nth-child(3n) {
    margin-right: 4%;
  }
  .newitem-sec .c-inner .area ul.cntnts li:nth-child(4n) {
    margin-right: 0%;
  }
  .newitem-sec .c-inner .area ul.cntnts li:nth-child(n + 3) {
    margin-top: 0px;
  }
  .newitem-sec .c-inner .area ul.cntnts li:nth-child(n + 5) {
    margin-top: 40px;
  }
  .otherside-sec .c-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8%;
  }
  .otherside-sec .c-inner .t-ttle-area {
    width: 380px;
    margin-bottom: 0px;
  }
  .otherside-sec .c-inner .t-ttle-area .pc {
    display: block;
  }
  .otherside-sec .c-inner ul.cntnts {
    width: calc(100% - 380px);
  }
  .otherside-sec .c-inner .c-btn {
    margin-top: 0px;
    position: absolute;
    top: 390px;
  }
  .news-sec .c-inner .news-inner {
    width: calc(100% - 200px);
  }
  _:lang(x) + _:-webkit-full-screen-document .news-sec .c-inner .t-ttle-area,
  body .news-sec .c-inner .t-ttle-area {
    width: 100%;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  _:lang(x)
    + _:-webkit-full-screen-document
    .news-sec
    .c-inner
    .t-ttle-area
    .en,
  body .news-sec .c-inner .t-ttle-area .en {
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
  }
  _:lang(x)
    + _:-webkit-full-screen-document
    .news-sec
    .c-inner
    .t-ttle-area
    .ja,
  body .news-sec .c-inner .t-ttle-area .ja {
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
    position: relative;
    top: 0px;
    left: 0px;
  }
  _:lang(x) + _:-webkit-full-screen-document .news-sec .c-inner .news-inner,
  body .news-sec .c-inner .news-inner {
    width: 100%;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(2n) a .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(2n) a .flex .pht {
    width: 126px;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(2n) a .flex .txtarea {
    position: relative;
    width: calc(100% - 150px);
    margin-top: 0;
    margin-left: 24px;
  }
  .specialfeatures
    .article_all
    ul.cntnts
    li:nth-child(2n)
    a
    .flex
    .txtarea
    .ttl {
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
  }
  .specialfeatures
    .article_all
    ul.cntnts
    li:nth-child(2n)
    a
    .flex
    .txtarea
    .ctaarea {
    position: absolute;
    bottom: 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1100px) {
  .c-bnr-block .bnr-btns .bk-btn {
    top: 80px;
    padding: 20px 60px 0 60px;
    font-size: 16px;
  }
  .c-bnr-block .bnr-btns .bk-btn .ico {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  .c-bnr-block .bnr-btns .bk-btn:hover {
    background: #fff;
    color: #221e1f;
  }
  .c-bnr-block .bnr-btns .bk-btn:hover .ico {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  .c-bnr-block .bnr-btns .bk-btn.bk-btn02 {
    top: 80px;
    left: 290px;
  }
  .btn-line-block .divide-btn-lines {
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
  }
  .btn-line-block .divide-btn-lines .btn-txt {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .special-feature-sec {
    width: calc(1400px + ((100% - 1400px) / 2));
    margin-left: auto;
  }
  .special-feature-sec .t-ttle-area {
    margin-left: 100px;
  }
  .sf_slider {
    width: 1300px;
    margin: 0 auto 0 0;
    padding-right: 0;
    padding-left: 200px;
  }
  .sf_slider .slider_op {
    right: 0;
  }
  .collection-sec .c-inner {
    width: 1200px;
    padding: 0;
  }
  .pickup-sec {
    width: calc(1200px + ((100% - 1200px) / 2));
    margin-right: auto;
    background-color: #f8f8f8;
  }
  .pickup-sec .c-inner {
    width: 1200px;
    padding-left: 0;
    margin: 0 0 0 auto;
  }
  .pickup-sec .c-inner .cntnts {
    width: 100%;
    padding-right: 150px;
  }
  .ranking-sec {
    width: calc(1200px + ((100% - 1200px) / 2));
    margin-left: auto;
    background-color: #fff;
  }
  .newitem-sec .c-inner {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
  .serchitem-sec {
    width: calc(1200px + ((100% - 1200px) / 2));
    margin-right: auto;
    background-color: #fff;
  }
  .serchitem-sec .c-inner {
    width: 1200px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 150px;
  }
  .speaklike-sec {
    width: 1400px;
  }
  .speaklike-sec .c-inner {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
  .otherside-sec .c-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 900px) {
  .sf_slider .swiper {
    padding-bottom: 0;
  }
  .sf_slider .slider_op {
    position: absolute;
    top: -25px;
    right: 8.6%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .pickup-sec .c-inner .cntnts .cntnt .txtarea {
    width: 66%;
    margin-top: 40px;
  }
  .pickup-sec .c-inner .cntnts .cntnt .txtarea .item-name {
    font-size: 3.2rem;
  }
  .pickup-sec .c-inner .cntnts .cntnt .txtarea .c-txt {
    font-size: 1.6rem;
    margin-top: 15px;
    padding-bottom: 40px;
  }
  .ranking-sec .c-inner {
    padding: 160px 8.4% 210px 4.2%;
  }
  .ranking-sec .c-inner .t-ttle-area {
    position: absolute;
    top: 60px;
    left: -100px;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .ranking-sec .c-inner .t-ttle-area .en {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .ranking-sec .c-inner .t-ttle-area .ja {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0px;
    left: 170px;
  }
  .ranking-sec .c-inner ul.cntnts {
    width: 87.4%;
    margin: 0px 0 0 auto;
  }
  .newitem-sec .c-inner ul.tab li {
    width: 14.28%;
  }
  .serchitem-sec .c-inner .t-ttle-area {
    margin-bottom: -30px;
  }
  .serchitem-sec .c-inner .t-ttle-area .en {
    margin-bottom: 0px;
  }
  .serchitem-sec .c-inner .t-ttle-area .ja {
    position: absolute;
    bottom: 35px;
    left: 545px;
  }
  .otherside-sec .c-inner ul.cntnts li:nth-child(2) a .flex .txtarea .ttl,
  .otherside-sec .c-inner ul.cntnts li:nth-child(3) a .flex .txtarea .ttl {
    font-size: 1.2rem;
  }
  .news-sec .c-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 8%;
  }
  .news-sec .c-inner .t-ttle-area {
    width: 200px;
    -webkit-transform: translate(-65px, 0px);
    transform: translate(-65px, 0px);
  }
  .news-sec .c-inner .t-ttle-area .en {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .news-sec .c-inner .t-ttle-area .ja {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0px;
    left: 170px;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--1
    .itemdetail_tabarea
    #item_dtl02
    ul
    li
    table
    thead
    td:first-child {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .ranking-sec .c-inner {
    position: inherit;
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1400px) {
  .ranking-sec .c-inner ul.cntnts {
    width: 1000px;
  }
  .news-sec .c-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (max-width: 920px) {
  .serchitem-sec .c-inner .area#srch_cate02 ul.cntnts li .btnarea a.oc-btn.sp {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1200px) {
  .otherside-sec .c-inner ul.cntnts li:nth-child(2) a .flex .txtarea .ttl,
  .otherside-sec .c-inner ul.cntnts li:nth-child(3) a .flex .txtarea .ttl {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  .fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--1 {
    width: 100%;
  }
  .fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--2 {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .cart_btn_modalcntnt
    .modal___content
    .fs-c-variationAndActions__variation
    .fs-c-variationList__item
    .fs-c-variationList__item__title {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding: 5px 0;
    font-size: 1.5rem;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: center;
  }
  .cart_btn_modalcntnt
    .modal___content
    .fs-c-variationAndActions__variation
    .fs-c-variationList__item
    .fs-c-variationList__item__body
    .fs-c-variationList__item__image {
    margin-left: 0px;
  }
  .cart_btn_modalcntnt
    .modal___content
    .fs-c-variationAndActions__variation
    .fs-c-variationList__item
    .fs-c-variationList__item__body
    .fs-c-variationList__item__image
    img {
    max-width: 74px;
    margin: 0 auto;
  }
  .cart_btn_modalcntnt
    .modal___content
    .fs-c-variationAndActions__variation
    .fs-c-variationList__item
    .fs-c-variationList__item__body
    .fs-c-variationList__item__cart {
    width: calc(100% - 100px);
    padding: 20px 10px 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--1
    .itemdetail_tabarea
    #item_dtl02
    ul
    li {
    padding: 28px 0px;
  }
  .pagetitle .c-inner .ttlarea {
    display: block;
  }
  .pagetitle .c-inner .ttlarea .en {
    font-size: 8rem;
  }
  .pagetitle .c-inner .ttlarea h1 {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
    width: 49%;
    margin-right: 2%;
  }
  .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item:nth-child(2n) {
    margin-right: 0;
  }
  .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item:nth-child(n + 3) {
    margin-top: 15px;
  }
  .c-inner.sizeguide .unkerlinks li {
    width: 32%;
    margin-right: 2%;
  }
  .c-inner.sizeguide .unkerlinks li:nth-child(4n) {
    margin-right: 2%;
  }
  .c-inner.sizeguide .unkerlinks li:nth-child(3n) {
    margin-right: 0%;
  }
  .c-inner.sizeguide .unkerlinks li:nth-child(n + 4) {
    margin-top: 15px;
  }
  .table01 {
    border-bottom: 1px solid #ddd;
  }
  .table01 tbody tr th {
    display: block;
    width: 100%;
    padding: 20px 0 4px 0;
    background: none;
    border-top: solid 1px #ddd;
    border-right: none;
    border-bottom: none;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
  }
  .table01 tbody tr td {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
    border-top: none;
    border-bottom: none;
    font-size: 1.3rem;
  }
  .c-inner.tokushou h2 {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  .fs-l-pageMain.collection .article_all a.clctn_cntnt .txtarea h2.en {
    font-size: 6.2rem;
  }
  .fs-l-pageMain.collection .article_all a.clctn_cntnt .txtarea p.txt {
    font-size: 2rem;
  }
  .fs-l-pageMain.collection .article_all a.clctn_cntnt:nth-child(n + 2) {
    margin-top: 100px;
  }
  .fs-l-pageMain.collection .article_detail .clctn_cntnts {
    width: 32%;
    margin-right: 2%;
  }
  .fs-l-pageMain.collection .article_detail .clctn_cntnts:nth-child(4n) {
    margin-right: 2%;
  }
  .fs-l-pageMain.collection .article_detail .clctn_cntnts:nth-child(3n) {
    margin-right: 0%;
  }
  .fs-l-pageMain.collection .article_detail .clctn_cntnts:nth-child(n + 4) {
    margin-top: 20px;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    .modal___content
    .cntnts
    p.img {
    width: 38%;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    .modal___content
    .cntnts
    .cntnt_area {
    width: 57%;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    .modal___content
    .cntnts
    .cntnt_area
    .btn_cntnts
    a {
    padding: 14px 30px 14px 0;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    a.back {
    left: 20px;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    a.next {
    right: 20px;
  }
  .specialfeatures .article_all ul.cntnts li {
    width: 47.5%;
    margin-right: 5%;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(3n) {
    margin-right: 5%;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(2n) {
    margin-right: 0;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(n + 3) {
    margin-top: 50px;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(4n) {
    -webkit-transform: translateY(calc(-100% + 126px));
    transform: translateY(calc(-100% + 126px));
    margin-bottom: -48%;
  }
}
@media only screen and (max-width: 1120px) {
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .cart_btn_modal
    a
    .btn_cntnr {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 24px 15px 24px 24px;
  }
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .cart_btn_modal
    a
    .btn_cntnr
    span.big {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1120px) and (max-width: 768px) {
  .fs-l-product2
    .fs-l-productLayout
    .fs-l-productLayout__item--2
    .cart_btn_modal
    a
    .btn_cntnr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 20px 24px 20px 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .cart_btn_modalcntnt .modal___content {
    max-width: 96%;
    width: 96%;
    height: 80%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .pagetitle .c-inner .ttlarea .en {
    font-size: 4.3rem;
  }
  .pagetitle .c-inner .ttlarea h1 {
    font-size: 1.4rem;
  }
  .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item:nth-child(n + 3) {
    margin-top: 10px;
  }
  .c-inner.sizeguide .unkerlinks li {
    width: 48%;
    margin-right: 4%;
  }
  .c-inner.sizeguide .unkerlinks li:nth-child(4n) {
    margin-right: 4%;
  }
  .c-inner.sizeguide .unkerlinks li:nth-child(3n) {
    margin-right: 4%;
  }
  .c-inner.sizeguide .unkerlinks li:nth-child(2n) {
    margin-right: 0;
  }
  .c-inner.sizeguide .unkerlinks li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .fs-l-pageMain.collection .article_all a.clctn_cntnt .txtarea h2.en {
    font-size: 3.1rem;
  }
  .fs-l-pageMain.collection .article_all a.clctn_cntnt .txtarea p.txt {
    font-size: 1.5rem;
  }
  .fs-l-pageMain.collection .article_all a.clctn_cntnt:nth-child(n + 2) {
    margin-top: 50px;
  }
  .fs-l-pageMain.collection .article_detail .clctn_cntnts {
    width: 49%;
    margin-right: 2%;
  }
  .fs-l-pageMain.collection .article_detail .clctn_cntnts:nth-child(4n) {
    margin-right: 2%;
  }
  .fs-l-pageMain.collection .article_detail .clctn_cntnts:nth-child(3n) {
    margin-right: 2%;
  }
  .fs-l-pageMain.collection .article_detail .clctn_cntnts:nth-child(2n) {
    margin-right: 0;
  }
  .fs-l-pageMain.collection .article_detail .clctn_cntnts:nth-child(n + 3) {
    margin-top: 15px;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    .modal___content
    .cntnts
    p.img {
    width: 70%;
    margin: 0 auto;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    .modal___content
    .cntnts
    .cntnt_area {
    width: 100%;
    margin-top: 30px;
    overflow-y: visible;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    a.back {
    /* top: 230px; */
    /* left: 15px; */
    left: 10px;
    /* width: 15px; */
    /* height: 30px; */
    width: 25px;
    top: 225px;
    height: 50px;
  }
  .fs-l-pageMain.collection
    .article_detail
    .clctn_cntnts
    .modal
    .posi_rela
    a.next {
    /* top: 230px; */
    top: 225px;
    /* right: 15px; */
    right: 10px;
    /* width: 15px;
    height: 30px; */
    width: 25px;
    height: 50px;
  }
  .specialfeatures .article_all ul.cntnts li {
    width: 100%;
    margin-right: 0;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(3n) {
    margin-right: 0%;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(4n-2),
  .specialfeatures .article_all ul.cntnts li:nth-child(4n-1) {
    width: 47.5%;
    margin-right: 5%;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(4n-2) .txtarea .ttl,
  .specialfeatures .article_all ul.cntnts li:nth-child(4n-1) .txtarea .ttl {
    font-size: 1.4rem;
    -webkit-line-clamp: 3;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(4n-1) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) and (max-width: 768px) {
  .fs-c-productList__list .fs-c-productList__list__item {
    padding: 0 0 32px;
  }
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .fs-c-productList .sort .fs-c-productList__controller .fs-c-listControl {
    width: calc(100% - 130px);
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
  .fs-c-productList .fs-c-productList__controller {
    margin-bottom: 30px;
  }
  .fs-c-productList .fs-c-productList__controller .fs-c-sortItems {
    border: none;
  }
  .fs-c-productList
    .fs-c-productList__controller
    .fs-c-sortItems
    .fs-c-sortItems__label {
    width: 130px;
    letter-spacing: 0.1em;
  }
  .fs-c-productList
    .fs-c-productList__controller
    .fs-c-sortItems
    .fs-c-sortItems__list {
    width: 130px;
  }
  .fs-c-productList
    .fs-c-productList__controller
    .fs-c-sortItems
    .fs-c-sortItems__list
    li.is-active {
    letter-spacing: 0.1em;
  }
  .fs-c-productList
    .fs-c-productList__controller
    .fs-c-sortItems
    .fs-c-sortItems__list
    li
    a {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 1300px) {
  .pagetitle.clctn_ttl .c-inner .ttlarea h1 {
    font-size: 8rem;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(6n-1) {
    margin-bottom: -30%;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1024px) {
  .pagetitle.clctn_ttl .c-inner .ttlarea h1 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1024px) and (max-width: 880px) {
  .pagetitle.clctn_ttl .c-inner .ttlarea h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1024px) and (max-width: 880px) and (max-width: 768px) {
  .pagetitle.clctn_ttl .c-inner .ttlarea h1 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .specialfeatures .article_all ul.cntnts li:nth-child(2n) a .flex .pht {
    width: 110px;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(2n) a .flex .txtarea {
    width: calc(100% - 130px);
    margin-left: 20px;
  }
  .specialfeatures
    .article_all
    ul.cntnts
    li:nth-child(2n)
    a
    .flex
    .txtarea
    .ttl {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1100px) {
  .specialfeatures .article_all ul.cntnts li:nth-child(6n-1) {
    -webkit-transform: translateY(calc(-100% + 110px));
    transform: translateY(calc(-100% + 110px));
    margin-bottom: -32%;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1100px) and (max-width: 1024px) {
  .specialfeatures .article_all ul.cntnts li:nth-child(6n-1) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .specialfeatures .article_all ul.cntnts li:nth-child(4n-2) a .flex,
  .specialfeatures .article_all ul.cntnts li:nth-child(4n-1) a .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(4n-2) a .flex .pht,
  .specialfeatures .article_all ul.cntnts li:nth-child(4n-1) a .flex .pht {
    width: 126px;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(4n-2) a .flex .txtarea,
  .specialfeatures .article_all ul.cntnts li:nth-child(4n-1) a .flex .txtarea {
    position: relative;
    width: calc(100% - 150px);
    margin-top: 0;
    margin-left: 24px;
  }
  .specialfeatures
    .article_all
    ul.cntnts
    li:nth-child(4n-2)
    a
    .flex
    .txtarea
    .ttl,
  .specialfeatures
    .article_all
    ul.cntnts
    li:nth-child(4n-1)
    a
    .flex
    .txtarea
    .ttl {
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
  }
  .specialfeatures
    .article_all
    ul.cntnts
    li:nth-child(4n-2)
    a
    .flex
    .txtarea
    .ctaarea,
  .specialfeatures
    .article_all
    ul.cntnts
    li:nth-child(4n-1)
    a
    .flex
    .txtarea
    .ctaarea {
    position: absolute;
    bottom: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 800px) {
  .specialfeatures .article_all ul.cntnts li:nth-child(4n) {
    margin-bottom: -48%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 800px) and (max-width: 768px) {
  .specialfeatures .article_all ul.cntnts li:nth-child(4n) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 0;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(4n) a .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(4n) a .flex .pht {
    width: 35%;
  }
  .specialfeatures .article_all ul.cntnts li:nth-child(4n) a .flex .txtarea {
    position: relative;
    width: 60%;
    margin-top: 0;
    margin-left: 5%;
  }
  .specialfeatures
    .article_all
    ul.cntnts
    li:nth-child(4n)
    a
    .flex
    .txtarea
    .ttl {
    font-size: 1.4rem;
    -webkit-line-clamp: 3;
  }
  .specialfeatures
    .article_all
    ul.cntnts
    li:nth-child(4n)
    a
    .flex
    .txtarea
    .ctaarea {
    position: absolute;
    bottom: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  .fs-l-pageMain.sf .article_detail .atcl_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .fs-l-pageMain.sf .article_detail .atcl_ttl .pht {
    width: 100%;
    margin-top: 30px;
  }
  .fs-l-pageMain.sf .article_detail .atcl_ttl .txtarea {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 820px) and (max-width: 768px) {
  .fs-l-pageMain.sf .article_detail .atcl_ttl {
    margin-bottom: 40px;
  }
  .fs-l-pageMain.sf .article_detail .atcl_ttl .pht {
    margin-top: 20px;
  }
}
