@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600,700&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("https://mensfashion.itembox.design/item/fonts/icomoon.eot?6aqvly");
  src: url("https://mensfashion.itembox.design/item/fonts/icomoon.eot?t=20200120131016");
  src: url("https://mensfashion.itembox.design/item/fonts/icomoon.eot?t=20200120131016") format("embedded-opentype"), url("https://mensfashion.itembox.design/item/fonts/icomoon.ttf?t=20200120131016") format("truetype"), url("https://mensfashion.itembox.design/item/fonts/icomoon.woff?t=20200120131016") format("woff"), url("https://mensfashion.itembox.design/item/fonts/icomoon.svg?t=20200120131016") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  
.icon-link:before {
  content: "\e910";
}

.icon-mail_magazine:before {
  content: "\e911";
}

.icon-line:before {
  content: "\e90e";
}

.icon-home:before {
  content: "\e90b";
}

.icon-hide:before {
  content: "\e90c";
}

.icon-zoom:before {
  content: "\e90d";
}

.icon-in_cart:before {
  content: "\e902";
}

.icon-cart:before {
  content: "\e900";
}

.icon-favorited:before {
  content: "\e906";
}

.icon-favorite:before {
  content: "\e901";
}

.icon-view:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e904";
}

.icon-mypage:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-youtube:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e90a";
}

/* CSS Document */
p {
  font-size: 1.6rem;
  margin: 0 0 12px 0;
}
p:last-child {
  margin-bottom: 0;
}
p.small {
  font-size: 1.4rem;
}

a {
  color: #1792E6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.fs-c-heading--page {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 6px;
}

.show_sp {
  display: none;
}

html,
body {
  min-width: 1100px;
}

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, "Noto Sans JP", BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  background: #fff;
  padding-top: 60px;
}

main.fs-l-main {
  max-width: 1124px;
  margin: 0 auto 24px;
  padding: 0 12px;
}
main.fs-l-main.fs-l-main-medium {
  max-width: 1100px;
}
main.fs-l-main.fs-l-main-narrow {
  max-width: 900px;
}

.main-layout {
  display: flex;
}
.main-layout .left_sidebar {
  width: 230px;
  margin-right: 24px;
}
.main-layout .main-contents {
  flex: 1;
}

.mf-w-homeLayout {
  margin: 10px auto;
}
.mf-w-homeLayout section {
  max-width: 1100px;
  margin: 0 auto 50px;
}
.mf-w-homeLayout__top {
  line-height: 0;
  margin-bottom: 0 !important;
}
.mf-w-homeLayout__top .mf-w-topLink {
  width: 320px;
  margin-left: 40px;
}
.mf-w-homeLayout__top .mf-w-topLink a {
  display: block;
}
.mf-w-homeLayout__top .mf-w-topLink a:nth-of-type(2n) {
  margin-top: 40px;
}

/*@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
*/
header#page-header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 200;
}
header#page-header div.header-wrap {
  border-bottom: 2px solid #DD2244;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  padding-right: 630px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 980px) {
  header#page-header div.header-wrap {
    padding-right: 320px;
  }
}
header#page-header .fs-l-header__logo {
  display: inline-block;
  position: relative;
  z-index: 300;
}
header#page-header .fs-l-header__logo a {
  display: block;
  max-width: 304px;
  line-height: 60px;
}
header#page-header h1.logo {
  margin: 0 0 0 12px;
  line-height: 60px;
}
header#page-header h1.logo a {
  display: inline-block;
}
header#page-header h1.logo img {
  width: 300px;
  height: 21px;
}
header#page-header .fs-p-headerNavBar {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  line-height: 60px;
}
header#page-header .fs-p-headerNavigation {
  margin: 0;
  display: flex;
}
header#page-header .fs-p-headerNavigation__list {
  white-space: nowrap;
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: 60px;
}
header#page-header .fs-p-headerNavigation__list li {
  vertical-align: top;
  display: inline-block;
  height: 60px;
  padding: 0;
}
header#page-header .fs-p-headerNavigation__list li.fs-p-headerNavigation__listItem {
  padding: 0;
}
header#page-header .fs-p-headerNavigation__listItem a {
  position: relative;
  text-decoration: none;
  display: block;
  min-width: 35px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #808080;
  overflow: hidden;
}
header#page-header .fs-p-headerNavigation__listItem a > span {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: 0.2s;
  font-size: 3rem;
}
header#page-header .fs-p-headerNavigation__listItem a.open_header_searchbox, header#page-header .fs-p-headerNavigation__listItem a.fs-p-headerNavigation__listItem-home {
  display: none;
}
header#page-header .fs-p-headerNavigation__listItem a::after {
  width: 100%;
  text-align: center;
  transition: 0.2s;
  position: absolute;
  opacity: 0;
  height: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: block;
}
@media (max-width: 980px) {
  header#page-header .fs-p-headerNavigation__listItem a.open_header_searchbox {
    display: block;
  }
}
header#page-header .fs-p-headerNavigation__listItem:not(:last-child):hover a > span {
  margin-top: -5px;
}
header#page-header .fs-p-headerNavigation__listItem:not(:last-child):hover a::after {
  margin-top: -1.4rem;
  opacity: 1;
}
header#page-header .fs-p-headerNavigation__listItem-home {
  display: none !important;
}
header#page-header .fs-p-headerNavigation__listItem-home a::after {
  content: "ホーム";
}
header#page-header .fs-p-headerNavigation__listItem-search a::after {
  content: "検索";
}
header#page-header .fs-p-headerNavigation__listItem-mypage a::after {
  content: "マイページ";
}
header#page-header .fs-p-headerNavigation__listItem-favorite a::after {
  content: "お気に入り";
}
header#page-header .fs-p-headerNavigation__list .cart_count_link {
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #FFA700;
}
header#page-header .fs-p-headerNavigation__list .cart_count_link .icon-cart {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  font-size: 3.6rem;
  transform: translate(-50%, -50%);
  color: #808080;
}
header#page-header .fs-p-headerNavigation__list .open_header_nav {
  position: relative;
}
header#page-header .fs-p-headerNavigation__list .open_header_nav span {
  position: relative;
}
header#page-header .fs-p-headerNavigation__list .open_header_nav span .toggle_menu {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #808080;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  border-radius: 1px;
  transition: 0.2s;
}
header#page-header .fs-p-headerNavigation__list .open_header_nav span .toggle_menu::after, header#page-header .fs-p-headerNavigation__list .open_header_nav span .toggle_menu::before {
  transition: 0.2s;
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #808080;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  border-radius: 1px;
}
header#page-header .fs-p-headerNavigation__list .open_header_nav span .toggle_menu::after {
  margin-top: -8px;
}
header#page-header .fs-p-headerNavigation__list .open_header_nav span .toggle_menu::before {
  margin-top: 6px;
}
header#page-header .fs-p-headerNavigation__list .in_cart_count {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -7px;
  font-size: 1.4rem;
}
@media (max-width: 980px) {
  header#page-header .fs-p-headerNavigation.show_search .fs-p-headerNavigation__search {
    transform: translate(0, 0);
    opacity: 1;
    z-index: -1;
  }
}
header#page-header .fs-p-headerNavigation.show_search .fs-p-headerNavigation__search .search_recoomends {
  display: block;
}
header#page-header .fs-p-headerNavigation.show_nav .fs-p-headerNavigation__nav {
  transform: translate(0, 0);
  opacity: 1;
}
header#page-header .fs-p-headerNavigation.show_nav .open_header_nav .toggle_menu {
  background: #fff;
}
header#page-header .fs-p-headerNavigation.show_nav .open_header_nav .toggle_menu::before {
  margin-top: 0;
  transform: rotate(-45deg);
}
header#page-header .fs-p-headerNavigation.show_nav .open_header_nav .toggle_menu::after {
  margin-top: 0;
  transform: rotate(45deg);
}
header#page-header .fs-p-headerNavigation__search {
  margin-right: 12px;
  position: relative;
  width: 350px;
  max-width: 100%;
  line-height: 0;
}
@media (max-width: 980px) {
  header#page-header .fs-p-headerNavigation__search {
    position: fixed;
    top: 60px;
    width: 100%;
    padding: 40px 12px;
    left: 0;
    background: #F2F2F2;
    z-index: 200;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
    transform: translate(0, -100%);
    opacity: 0;
    transition: ease-in-out 0.2s;
    z-index: -1;
  }
  header#page-header .fs-p-headerNavigation__search .fs-p-searchForm__inputGroup {
    position: static;
  }
}
header#page-header .fs-p-headerNavigation__search h3 {
  border-bottom: 2px solid #2f3030;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 12px 0 0 0;
}
header#page-header .fs-p-headerNavigation__nav {
  position: fixed;
  top: 60px;
  z-index: -1;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #cfcfcf;
  padding: 24px 0;
  transform: translate(0, -100%);
  transition: ease-in-out 0.2s;
  line-height: normal;
  text-align: center;
  box-shadow: 0 0 2px #cfcfcf;
  opacity: 0;
  text-align: left;
}
header#page-header .fs-p-headerNavigation__nav__wrap {
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 12px;
}
header#page-header .fs-p-headerNavigation__nav dl {
  margin-bottom: 24px;
}
header#page-header .fs-p-headerNavigation__nav dl dt {
  font-weight: 500;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 6px;
}
header#page-header .fs-p-headerNavigation__nav dl dd {
  margin: 12px 0;
}
header#page-header .fs-p-headerNavigation__nav dl dd a {
  display: block;
  padding-right: 12px;
  color: #2f3030;
}
header#page-header .fs-p-headerNavigation__nav div.categories {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-right: 24px;
  flex-wrap: wrap;
}
header#page-header .fs-p-headerNavigation__nav div.menu {
  min-width: 220px;
  width: 220px;
  border-left: 1px solid #cfcfcf;
  padding: 0 24px;
}
header#page-header .fs-p-headerNavigation__nav div.user-guide {
  min-width: 220px;
  width: 300px;
  border-left: 1px solid #cfcfcf;
  padding: 0 0 0 24px;
}
@media (max-width: 980px) {
  header#page-header .fs-p-headerNavigation__nav div.user-guide {
    display: none;
  }
}

.header-accountInfo {
  display: inline-block;
  height: 60px;
  vertical-align: top;
  padding: 13px 6px;
  text-align: left;
}
.header-accountInfo .fs-p-accountInfo {
  line-height: 1.2rem;
}
.header-accountInfo .fs-p-accountInfo__body > div {
  display: none;
}
.header-accountInfo .fs-p-accountInfo__body.fs-loggedin-false .fs-p-accountInfo__loginLink {
  display: block;
}
.header-accountInfo .fs-p-accountInfo__body.fs-loggedin-true .fs-p-accountInfo__point {
  display: block;
}
.header-accountInfo .fs-p-accountInfo span {
  line-height: 1.6rem;
}
.header-accountInfo .fs-p-accountInfo__accountName {
  display: inline;
}
.header-accountInfo .fs-p-accountInfo__point__label {
  color: #2f3030;
}
.header-accountInfo .fs-p-accountInfo__point__point {
  color: #2f3030;
  display: inline;
}
.header-accountInfo .fs-p-accountInfo__point__point__available__number {
  color: #FFA700;
}

footer#page-footer {
  background: #F2F2F2;
}
footer#page-footer .social-link {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
footer#page-footer .social-link ul {
  padding: 0;
}
footer#page-footer .social-link li {
  display: inline-block;
  padding: 0 12px;
}
footer#page-footer .social-link li a {
  color: #474747;
  font-size: 4rem;
  line-height: 4rem;
  display: block;
}
footer#page-footer .social-link li a:hover {
  text-decoration: none;
}
footer#page-footer .footer-nav {
  list-style-type: none;
  padding: 0;
  margin: 0 0 12px;
  text-align: center;
}
footer#page-footer .footer-nav li {
  display: inline-block;
}
footer#page-footer .footer-nav li:not(:last-child)::after {
  content: "|";
  padding: 0 12px;
}
footer#page-footer .footer-nav li a {
  color: #474747;
}
footer#page-footer .footer-copyright {
  padding: 0;
}
footer#page-footer .footer-copyright p {
  color: #2f3030;
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
}

.fs-c-button--primary {
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  border: 0;
  width: auto;
  font-size: 1.6rem;
  height: 40px;
  min-width: 200px;
  padding: 0 20px;
  line-height: 40px;
  background: #DD2244;
  box-shadow: 0 0 2px #cfcfcf;
  cursor: pointer;
  margin: 0 auto;
}
.fs-c-button--secondary {
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background: #DD2244;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  height: 40px;
  padding: 0 24px;
  line-height: 38px;
  text-align: center;
  box-shadow: 0 0 2px #cfcfcf;
  transition: 0.2s ease;
}
.fs-c-button--secondary:hover {
  text-decoration: none;
  opacity: 0.9;
}
.fs-c-button--standard {
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background: #F2F2F2;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  height: 40px;
  padding: 0 20px;
  line-height: 38px;
  text-align: center;
  box-shadow: 0 0 2px #cfcfcf;
  transition: 0.2s ease;
}
.fs-c-button--standard:hover {
  text-decoration: none;
  opacity: 0.9;
}
.fs-c-button--multipleLine {
  padding: 12px 10px;
  height: auto;
  line-height: 1.8rem;
  font-size: 1.4rem;
}
.fs-c-button--link::after {
  margin-left: 6px;
  margin-bottom: 2px;
  display: inline-block;
  content: "";
  margin-top: -1px;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2f3030;
  border-right: 2px solid #2f3030;
  transform: rotate(45deg);
}
.fs-c-button--settings {
  border-radius: 3px;
}
.fs-c-button--addReview--detail {
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background: #fff;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  padding: 6px 12px;
  text-align: center;
  box-shadow: 0 0 2px #cfcfcf;
}
.fs-c-button--addReview--detail::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e928";
}
.fs-c-button--plain::hover {
  text-decoration: none;
}
.fs-c-button--change {
  width: 160px;
  text-align: center;
  box-shadow: 0 0 2px #cfcfcf;
  border-radius: 3px;
  display: inline-block;
}
.fs-c-button--change::hover {
  text-decoration: none;
}
.fs-c-button--myPageTop {
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background: #F2F2F2;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  padding: 12px 24px;
  text-align: center;
  box-shadow: 0 0 2px #cfcfcf;
}
.fs-c-button--myPageTop .fs-c-button__label::before {
  margin-right: 6px;
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2f3030;
  border-right: 1px solid #2f3030;
  transform: rotate(225deg);
}
.fs-c-button--addToWishList--icon {
  background: none;
  border: 0;
}
.fs-c-button--addToWishList--icon:focus {
  outline: none;
}
.fs-c-button--addToWishList--icon:before {
  font-family: "icomoon" !important;
  content: "\e901";
  font-size: 2.2rem;
  color: #ccc;
  vertical-align: bottom;
}
.fs-c-button--addToWishList--icon .fs-c-button__label {
  display: none;
}
.fs-c-button--removeFromWishList--icon {
  background: none;
  border: 0;
  color: #DD2244;
}
.fs-c-button--removeFromWishList--icon:focus {
  outline: none;
}
.fs-c-button--removeFromWishList--icon:before {
  font-family: "icomoon" !important;
  content: "\e906";
  font-size: 2.2rem;
  vertical-align: bottom;
}
.fs-c-button--removeFromWishList--icon .fs-c-button__label {
  display: none;
}
.fs-c-button--viewMoreImage {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 6px;
}
.fs-c-button--viewMoreImage:before {
  font-family: "icomoon" !important;
  content: "\e90d";
  font-size: 1.6rem;
  vertical-align: bottom;
}
.fs-c-button--viewMoreImage .fs-c-button__label {
  display: none;
}
.fs-c-button--addToCart--mt {
  display: block;
  height: 60px;
  width: 280px;
  line-height: 60px;
  background: #DD2244;
  box-shadow: 1 1px 3px 0 #BF1C3A;
  border: 1px solid #BF1C3A;
  border: none;
  outline: none;
  padding: 0;
  color: #fff;
  font-size: 1.8rem;
  vertical-align: middle;
  border-radius: 5px;
  transition: 0.2s ease;
  text-align: center;
  margin: 0 auto;
}
.fs-c-button--addToCart--mt:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-decoration: none;
}
.fs-c-button--addToCart--mt:before {
  font-family: "icomoon" !important;
  content: "\e902";
  font-size: 2.6rem;
  margin-right: 3px;
  vertical-align: bottom;
}
.fs-c-button--useCoupon {
  min-width: 100px;
}
.fs-c-button--change--small {
  min-width: 100px;
}
.fs-c-button--addAddressee {
  min-width: 200px;
}
.fs-c-button--green {
  background: #3cb500;
  color: #fff;
}
.fs-c-button--green::after {
  font-family: "icomoon" !important;
  content: "\e910";
  margin-left: 6px;
}

.fs-c-buttonContainer {
  margin-top: 12px;
}
.fs-c-buttonContainer--myPageTop {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid #cfcfcf;
}
.fs-c-buttonContainer--leaveCancel {
  display: flex;
}
.fs-c-buttonContainer--leaveCancel .fs-c-button--primary {
  width: 60%;
  margin: 0 12px 0 0;
  vertical-align: top;
}
.fs-c-buttonContainer--leaveCancel .fs-c-button--standard {
  width: 40%;
}
.fs-c-buttonContainer--center {
  text-align: center;
}
.fs-c-buttonContainer--deleteChange {
  display: flex;
}
.fs-c-buttonContainer--deleteChange > a,
.fs-c-buttonContainer--deleteChange > button {
  margin: 0 12px;
}

.fs-c-inputInformation__button {
  text-align: center;
}

/* CSS Document */
.left_sidebar h3 {
  font-size: 1.6rem;
  margin: 0 6px;
}
.left_sidebar ul {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 24px;
  margin-top: 12px;
}
.left_sidebar li a {
  position: relative;
  height: 40px;
  line-height: 39px;
  display: block;
  text-decoration: none;
  color: #2f3030;
  padding: 0 6px;
  border-top: 1px solid #cfcfcf;
}
.left_sidebar li a::after {
  content: "";
  position: absolute;
  display: block;
  right: 6px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  transform: rotate(45deg);
}

/* CSS Document */
.mf-searchForm {
  background: #F2F2F2;
  margin: 0 0 24px 12px;
  padding: 6px;
}
.mf-searchForm .fs-p-searchForm__inputGroup {
  margin: 0;
}
.mf-searchForm h4 {
  border-bottom: 1px solid #2f3030;
  font-size: 1.6rem;
  padding-bottom: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.mf-searchForm h4 .small {
  font-size: 1.2rem;
  color: #AEAEAE;
  font-weight: normal;
  padding-left: 3px;
}
.mf-searchForm--option {
  display: flex;
}
.mf-searchForm--option_rangeMark {
  padding: 20px 12px 0;
  line-height: 40px;
}
.mf-searchForm--option_size .fs-c-checkbox {
  width: 100%;
  margin: 0;
}
.mf-searchForm--option_size label {
  display: block;
  width: 100%;
  padding: 6px 0;
}
.mf-searchForm--option_size label span {
  display: inline-block;
  vertical-align: bottom;
}
.mf-searchForm--detail {
  margin-bottom: 12px;
}
.mf-searchForm--detail .fs-c-button--primary {
  min-width: 0;
}
.mf-searchForm--toggleDetail {
  display: none;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=password],
select {
  font-size: 1.4rem;
  border-radius: 3px;
  height: 40px;
  padding: 0 12px;
  line-height: 40px;
  display: block;
  border-color: #cfcfcf;
  line-height: 100%;
}

input[type=password] {
  border-radius: 3px 0 0 3px;
}

button.fs-c-button--displayPassword {
  border: 0;
  min-width: 40px;
  width: 40px;
  background: #cfcfcf;
  padding: 0;
}
button.fs-c-button--displayPassword:focus {
  border: 0;
  outline: none;
}
button.fs-c-button--displayPassword:before {
  font-family: "icomoon" !important;
  content: "\e905";
  font-size: 2.2rem;
  vertical-align: bottom;
  color: #2f3030;
}

button.fs-c-button--hidePassword {
  position: relative;
  border: 0;
  min-width: 40px;
  width: 40px;
  background: #cfcfcf;
  padding: 0;
}
button.fs-c-button--hidePassword:focus {
  border: 0;
  outline: none;
}
button.fs-c-button--hidePassword::before {
  font-family: "icomoon" !important;
  content: "\e90c";
  font-size: 2.2rem;
  vertical-align: bottom;
  color: #2f3030;
}

.fs-c-requiredMark {
  width: auto;
  height: 20px;
  line-height: 20px;
  vertical-align: bottom;
  border-radius: 3px;
  background: #DD2244;
  color: #FFF;
}
.fs-c-requiredMark:before {
  content: "必須";
  padding: 0 6px;
  font-size: 1.2rem;
}

.default_login_form .fs-c-requiredMark {
  display: none;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #DD2244;
  transition: all 0.2s 0s ease;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark:before {
  background: #DD2244;
  width: 10px;
  height: 10px;
}

.fs-c-radio__radioMark {
  width: 20px;
  height: 20px;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #DD2244;
  border-color: #DD2244;
  transition: all 0.2s 0s ease;
}

.fs-c-checkbox__checkMark {
  width: 20px;
  height: 20px;
}
.fs-c-checkbox__checkMark::before {
  font-size: 1em;
}

.fs-c-agreementConfirmation__addon__message {
  font-weight: bold;
}
.fs-c-agreementConfirmation .fs-c-agreementConfirmation {
  display: none;
}
.fs-c-agreementConfirmation__message--newsletterChecked {
  display: none;
}
.fs-c-agreementConfirmation__message--newsletterChecked + span {
  display: none;
}
.fs-c-agreementConfirmation__checkbox label {
  pointer-events: none;
}
.fs-c-agreementConfirmation__checkbox label a {
  pointer-events: auto;
}
.fs-c-agreementConfirmation .fs-c-checkbox__checkbox:checked + label .fs-c-checkbox__checkMark {
  display: none;
}
.fs-c-agreementConfirmation__password {
  display: flex;
  padding: 0;
  margin: 0;
}
.fs-c-agreementConfirmation__addon__message {
  font-weight: 500;
  width: 200px;
  min-width: 200px;
  margin: 6px;
  position: relative;
  line-height: 30px;
}
.fs-c-agreementConfirmation__addon__message:after {
  position: absolute;
  right: 6px;
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  vertical-align: bottom;
  border-radius: 3px;
  background: #DD2244;
  color: #FFF;
  content: "必須";
  padding: 0 6px;
  font-size: 1.2rem;
}
.fs-c-agreementConfirmation__password__input {
  width: 100%;
}

.fs-p-searchForm__inputGroup {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.fs-p-searchForm__inputGroup .fs-p-searchForm__button {
  position: absolute;
  top: 10px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 0;
  background-color: #DD2244;
  border: 0;
  line-height: 40px;
  border-radius: 0 3px 3px 0;
  color: #FFF;
  font-size: 2.2rem;
}
.fs-p-searchForm__inputGroup .fs-p-searchForm__button span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  margin-top: -11px;
}

.search_recoomends {
  display: none;
  box-shadow: 0 0 2px #cfcfcf;
  position: absolute;
  top: 60px;
  width: 100%;
  left: 0;
  background: #FFF;
  padding: 12px;
  text-align: left;
  width: 100%;
  margin-right: 40px;
  position: absolute;
  margin-top: -10px;
}

.search_recoomend_keywords {
  line-height: 40px;
  padding: 0;
}
@media (max-width: 980px) {
  .search_recoomend_keywords {
    background: none;
    margin-top: 0;
    position: static;
  }
}
.search_recoomend_keywords li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 12px 6px;
  padding: 0 12px;
  background: #FFF;
  background: #F2F2F2;
  border-radius: 15px;
}
@media (max-width: 980px) {
  .search_recoomend_keywords li {
    background: #FFF;
  }
}
.search_recoomend_keywords li a {
  color: #2f3030;
  text-decoration: none;
}

ul.search_history {
  list-style: none;
  padding: 0;
}
ul.search_history li {
  position: relative;
  line-height: 40px;
  text-align: left;
  border-bottom: 1px solid #cfcfcf;
  font-size: 1.6rem;
  padding: 0 6px;
}
ul.search_history li a {
  display: block;
}
ul.search_history span.remove_history {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 30px;
  height: 30px;
}
ul.search_history span.remove_history::after, ul.search_history span.remove_history::before {
  display: block;
  content: "";
  width: 12px;
  height: 2px;
  background: #2f3030;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -6px;
}
ul.search_history span.remove_history::after {
  transform: rotate(45deg);
}
ul.search_history span.remove_history::before {
  transform: rotate(-45deg);
}

.fs-c-documentArticle {
  margin-bottom: 24px;
}
.fs-c-documentArticle__heading {
  font-size: 2.2rem;
  border: 1px solid #2f3030;
  padding: 18px 18px;
  /* 
  padding-left:12px;
  border-left:5px solid $mf-font-color;
  font-size:$size-font--large;
  */
  /*
  padding:12px;
  font-size:$size-font--large;

  border-top:2px solid $mf-font-color;
  border-bottom:1px solid $mf-font-color;
  position:relative;
  &:before{
      content:"";
      position:absolute;
      width:100%;
      border-top:1px solid $mf-font-color;
      top:2px;
      left:0;
  }
  */
  /*
  background:$mf-light-gray;
  //color:#FFF;
  font-size:$size-font--xlarge;
  @include sp{
  padding:12px 12px;

  }
  @include pc{
  padding:18px 18px;
  }*/
}
.fs-c-documentColumn {
  margin-bottom: 60px;
}
.fs-c-documentColumn__frame {
  border: 2px solid #FFA700;
  padding: 20px;
  position: relative;
}
.fs-c-documentColumn__frameHeading {
  position: absolute;
  top: -10px;
  left: 5px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  color: #FFA700;
}
.fs-c-documentColumn__alert {
  border: 2px solid #DD2244;
  padding: 12px;
}
.fs-c-documentColumn__alertHeading {
  margin: 0;
  font-weight: bold;
  color: #DD2244;
}
.fs-c-documentColumn__content {
  margin-bottom: 12px;
}
.fs-c-documentColumn__content a {
  word-wrap: break-word;
}
.fs-c-documentColumn__content .fs-c-buttonContainer {
  text-align: center;
}
.fs-c-documentColumn__content .red {
  color: #DD2244;
}
.fs-c-documentColumn__content .bold {
  font-weight: bold;
}
.fs-c-documentColumn__content .marker {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #FFCFD7 70%);
}
.fs-c-documentColumn__content p {
  line-height: 3rem;
}
.fs-c-documentColumn .fs-c-list li {
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 5px 0;
}
.fs-c-documentColumn__heading {
  padding-bottom: 6px;
  border-bottom: 2px solid #F2F2F2;
  font-size: 1.8rem;
  position: relative;
}
.fs-c-documentColumn__heading:after {
  position: absolute;
  content: "";
  width: 150px;
  max-width: 25%;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #808080;
}
.fs-c-documentColumn__subHeading {
  margin: 0 0 10px;
  font-size: 1.8rem;
}
.fs-c-documentColumn__subHeading::before {
  content: "■";
  font-size: 1.2rem;
  margin-right: 6px;
}
.fs-c-documentColumn__nestedList {
  margin: 0;
  padding: 0;
}
.fs-c-documentColumn__nestedList ul {
  margin: 0;
  padding: 0 0 0 24px;
}
.fs-c-documentColumn__nestedList ul li {
  position: relative;
}
.fs-c-documentColumn__nestedList ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 2px;
  height: 100%;
  background: #2f3030;
}
.fs-c-documentColumn__nestedList ul li::after {
  content: "";
  position: absolute;
  top: 17px;
  left: -12px;
  height: 2px;
  width: 16px;
  background: #2f3030;
}
.fs-c-documentColumn__nestedList ul li:last-child::before {
  height: 19px;
}
.fs-c-documentColumn__nestedList li {
  margin: 0;
  list-style: none;
  padding: 6px 0;
}
.fs-c-documentColumn__nestedList li a {
  display: inline-block;
  background: #f2f2f2;
  padding: 0px 12px;
  line-height: 32px;
  border-radius: 5px;
  transition: 0.2s;
}
.fs-c-documentColumn__nestedList li a:hover {
  text-decoration: none;
  background: #1792e6;
  color: #fff;
}
.fs-c-documentTable .blank {
  border: 0;
  background: none;
}
.fs-c-documentTable th:first-child {
  width: 100px;
  text-align: center;
}
.fs-c-documentTable tbody td {
  text-align: left;
}
.fs-c-documentTable tbody td .fs-c-list {
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  margin-left: 20px;
}
.fs-c-documentTable tbody td .fs-c-list li {
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0;
}

.fs-c-breadcrumb {
  font-weight: 500;
  background: #F2F2F2;
  margin-bottom: 12px;
}
.fs-c-breadcrumb__listItem {
  font-size: 1.2rem;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  transform: rotate(45deg);
}

.fs-c-productListBefore {
  position: relative;
  border: 1px solid #2f3030;
  border-radius: 6px;
  padding: 18px 12px 12px;
  margin: 6px;
  margin-top: 24px;
}
.fs-c-productListBefore__heading {
  left: 12px;
  top: 0;
  transform: translate(0%, -50%);
  background: #FFF;
  white-space: nowrap;
  padding: 0 12px;
  position: absolute;
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.fs-c-productListBefore__content p {
  font-size: 1.4rem;
}
.fs-c-productList__list {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}
.fs-c-productList__list__item {
  padding: 6px;
  width: 20%;
}
.fs-c-productList__header {
  padding: 0 6px;
}
.fs-c-productList__headerPanel {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  background: #f2f2f2;
  padding: 12px;
  margin: 12px 0;
}
.fs-c-productList__header h2 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.fs-c-productList__header p {
  padding: 0;
}
.fs-c-productList__footer {
  padding: 0 6px;
}
.fs-c-productListItem__productName {
  line-height: 1.6rem;
  display: none;
}
.fs-c-productListItem__productName a {
  text-decoration: none;
  color: #1792E6;
}
.fs-c-productListItem__rating {
  margin-bottom: 0;
}
.fs-c-productListItem__rating .fs-c-aggregateRating__rating {
  display: block;
}
.fs-c-productListItem__rating .fs-c-aggregateRating__rating::before {
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: block;
  flex: 1 0 100%;
}
.fs-c-productListItem__rating .fs-c-aggregateRating__rating > div {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  vertical-align: middle;
}
.fs-c-productListItem__outOfStock {
  background: #2f3030;
  padding: 6px;
  margin-top: 6px;
  text-align: center;
  color: #FFF;
  font-weight: 500;
}
.fs-c-productListItem__lowInStock {
  border: 2px solid #DD2244;
  color: #DD2244;
  margin-top: 6px;
  padding: 6px;
  text-align: center;
  font-weight: 500;
}
.fs-c-productListItem__viewMoreImageButton {
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.fs-c-productListItem__productName {
  margin: 12px 6px 6px 0;
}
.fs-c-productListItem__productName a {
  color: #2f3030;
}
.fs-c-productListItem__productName .fs-c-productName__name,
.fs-c-productListItem__productName .fs-c-productName__variation {
  font-size: 1.4rem;
}
.fs-c-productListItem__prices {
  flex: 1;
}
.fs-c-productListItem__prices .fs-c-productPrice__main__label {
  font-size: 1.2rem;
}
.fs-c-productListItem__prices .fs-c-productPrice__main__price {
  font-size: 1.6rem;
  color: #2f3030;
}
.fs-c-productListItem__prices .fs-c-productPrice__addon__label {
  font-size: 1.2rem;
}
.fs-c-productListItem__control {
  width: 26px;
  margin-top: 0;
  padding: 6px 0;
}
.fs-c-productListItem__control button {
  padding: 0;
}
.fs-c-productListItem__control .fs-c-button--viewProductDetail,
.fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: none;
}
.fs-c-productList__controller .fs-c-sortItems__label {
  padding: 6px;
  font-size: 1.4rem;
  background: #F2F2F2;
  margin-right: 12px;
}
.fs-c-productList__controller .fs-c-sortItems__list {
  padding: 0;
  display: inline-block;
}
.fs-c-productList__controller .fs-c-sortItems li {
  display: inline-block;
  margin-right: 12px;
}
.fs-c-productList__controller .fs-c-sortItems li a.fs-c-sortItems__list__item__label {
  text-decoration: none;
  color: #2f3030;
  font-size: 1.6rem;
  position: relative;
}
.fs-c-productList__controller .fs-c-sortItems li a.fs-c-sortItems__list__item__label::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 0px;
  background: #DD2244;
  transition: 0.2s ease-out;
}
.fs-c-productList__controller .fs-c-sortItems li a.fs-c-sortItems__list__item__label:hover::after {
  width: 100%;
}
.fs-c-productList__controller .fs-c-sortItems li.is-active span.fs-c-sortItems__list__item__label {
  position: relative;
  font-size: 1.6rem;
}
.fs-c-productList__controller .fs-c-sortItems li.is-active span.fs-c-sortItems__list__item__label::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #DD2244;
}

.image-wrapper {
  position: relative;
}
.image-wrapper .fs-c-productMarks {
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.item-data {
  display: flex;
  align-items: center;
  background: #FFF;
  padding: 0 6px;
}

.group_list {
  margin: 12px 0;
  /*&::before{
  	display:inline-block;
  	content:"サブカテゴリー";
  	background:$mf-light-gray;
  	font-size:$size-font--medium;
  	padding:7px 12px;
  	vertical-align:middle;

  }*/
}
.group_list a {
  color: #1792E6;
  display: inline-block;
  font-size: 1.6rem;
  padding: 6px 12px;
  font-weight: 500;
  border: 2px solid #1792E6;
  background: #FFF;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 5px;
  transition: 0.2s;
}
.group_list a:hover {
  text-decoration: none;
  background: #474747;
  color: #FFF;
}
.group_list a:hover::after {
  border-color: #FFF;
}
.group_list a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1792E6;
  border-right: 2px solid #1792E6;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 3px;
}

.slick-slide .fs-c-productListItem__lowInStock {
  display: none;
}

section.mf-w-homeLayout__top {
  max-width: 100%;
  overflow-x: hidden;
}

.mf-w-carousel.swiper-container {
  overflow: initial;
  max-width: 1010px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.mf-w-carousel.swiper-container img {
  height: auto;
}
.mf-w-carousel.swiper-container .swiper-button-next, .mf-w-carousel.swiper-container .swiper-button-prev {
  background: rgba(47, 48, 48, 0.5);
  width: 25px;
  height: 70px;
}
.mf-w-carousel.swiper-container .swiper-button-next::after, .mf-w-carousel.swiper-container .swiper-button-prev::after {
  font-size: 18px;
  color: #FFF;
}
.mf-w-carousel.swiper-container .swiper-button-next {
  right: 0;
}
.mf-w-carousel.swiper-container .swiper-button-prev {
  left: 0;
}
.mf-w-carousel.swiper-container .swiper-slide {
  opacity: 0.5;
  transition: 0.2s;
}
.mf-w-carousel.swiper-container .swiper-slide-active {
  opacity: 1;
}
.mf-w-carousel.swiper-container .swiper-pagination {
  /*&-bullet{
       border-radius:0;
  	height:3px;
  	background:#FFFFFF;
  	opacity:50%;

       @include pc{
  	  width:80px;   
       }
       @include sp{
  	  width:40px;
       }
  	&-active{
  		background:#EE3548;
  	}
  }*/
}

.mf-w-itemList__hide {
  display: none;
}
.mf-w-itemList ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mf-w-itemList ul li {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 1%;
  text-align: center;
}
.mf-w-itemList ul li:nth-of-type(5n) {
  margin-right: 0;
}
.mf-w-itemList ul li a {
  text-decoration: none;
  transition: 0.2s;
  display: block;
}
.mf-w-itemList__rank {
  counter-reset: item_rank;
}
.mf-w-itemList__rank li {
  position: relative;
}
.mf-w-itemList__rank li:nth-of-type(1)::before {
  background: #CCAD52;
}
.mf-w-itemList__rank li:nth-of-type(2)::before {
  background: #717A85;
}
.mf-w-itemList__rank li:nth-of-type(3)::before {
  background: #846857;
}
.mf-w-itemList__rank li::before {
  counter-increment: item_rank;
  content: counter(item_rank);
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  line-height: 28px;
  height: 28px;
  text-align: center;
  background: #2f3030;
  border-radius: 50%;
  color: #FFF;
}
.mf-w-itemList__openMore .mf-w-itemList__more {
  display: block;
  height: auto;
}
.mf-w-itemList__more {
  display: none;
  overflow: hidden;
  height: 0;
}
.mf-w-itemList__more li::before {
  background: #2f3030 !important;
}
.mf-w-itemList__moreLink {
  background: #FFF;
  color: #ACACAC;
  transition: 0.2s;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 1px solid #cfcfcf;
}
.mf-w-itemList__moreToggle {
  background: #FFF;
  color: #ACACAC;
  transition: 0.2s;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 1px solid #cfcfcf;
}
.mf-w-itemList__moreToggle::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #ACACAC;
  border-right: 1.5px solid #ACACAC;
  transform: rotate(135deg);
}
.mf-w-itemList__moreToggle:hover {
  text-decoration: none;
  background: #F2F2F2;
}
.mf-w-itemList__moreToggleOpen::after {
  top: 0px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #ACACAC;
  border-right: 1.5px solid #ACACAC;
  transform: rotate(-45deg);
}

.mf-w-headerWrap {
  position: relative;
  padding: 20px 0;
}
.mf-w-headerWrap h2 {
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.mf-w-header__right {
  color: #0271B8;
  line-height: 1.8rem;
  font-size: 1.4rem;
  position: absolute;
  text-decoration: none;
  font-weight: 500;
  padding: 20px 12px 20px 0;
  right: 0;
  top: 0;
}
.mf-w-header__right::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0;
  left: auto;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #0271B8;
  border-right: 1.5px solid #0271B8;
  transform: rotate(45deg);
  content: "";
  vertical-align: middle;
}
.mf-w-priceWrap {
  color: #2f3030;
  text-decoration: none;
}
.mf-w-price__value {
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
}
.mf-w-price__currencyMark {
  content: "n";
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
}
.mf-w-price__taxLabel {
  font-size: 1.4rem;
}

.mf-w-tabWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-right: 1px solid #D5D6D6;
  border-left: 1px solid #D5D6D6;
}
.mf-w-tab__content {
  height: 50px;
  width: 14.28%;
  line-height: 18px;
  display: flex;
  justify-content: center;
  background: #F5F5F5;
  align-items: center;
  text-align: center;
  color: #2f3030;
  font-weight: 500;
  border-top: 1px solid #D5D6D6;
}
.mf-w-tab__content:not(:last-child) {
  border-right: 1px solid #D5D6D6;
}
.mf-w-tab__content:hover {
  background: #FFF;
  text-decoration: none;
}
.mf-w-tab__contentActive {
  border-bottom: 0px;
  background: #FFF;
}
.mf-w-tab__data {
  display: none;
}
.mf-w-tab__dataActive {
  display: block;
}

.mf-w-blogList__more {
  background: #FFF;
  color: #ACACAC;
  transition: 0.2s;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 1px solid #cfcfcf;
}
.mf-w-blogList__articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mf-w-blogList__article {
  position: relative;
  background: #efefef;
  display: block;
  color: #2f3030;
  font-weight: 500;
  width: 350px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.mf-w-blogList__article:nth-of-type(3n) {
  margin-right: 0;
}
.mf-w-blogList__article::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 13px solid transparent;
  border-right: 13px solid #2f3030;
  border-bottom: 13px solid #2f3030;
  border-left: 13px solid transparent;
}
.mf-w-blogList__articleTitle {
  padding: 10px;
  display: inline-block;
}
.mf-w-blogList__articleEyeCatch img {
  width: 100%;
  height: auto;
}
.mf-w-blogList__articleDate {
  padding: 10px;
  color: #808080;
}

.mf-w-categoryList {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.mf-w-categoryList a {
  display: block;
  width: 100px;
  text-align: center;
  font-weight: 500;
  color: #2f3030;
}
.mf-w-contentFooter {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 400px 1fr;
}
.mf-w-contentFooter > h2 {
  grid-row: 1;
  grid-column: 1/3;
}
.mf-w-contentFooter h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0;
}
.mf-w-contentFooter p {
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.5px;
  margin-bottom: 1.8rem;
  font-size: 1.4rem;
}
.mf-w-contentFooter p:last-child {
  margin-bottom: 0;
}
.mf-w-contentFooterWrap {
  border-top: 1px solid #D5D6D6;
}
.mf-w-contentFooter__left {
  width: 100%;
  grid-row: 2;
  grid-column: 1;
}
.mf-w-contentFooter__right {
  padding-left: 20px;
  grid-row: 2;
  grid-column: 2;
}
.mf-w-contentFooter__link a {
  display: inline-block;
  margin: 0 6px;
}
.mf-w-contentFooter__link a:first-child {
  margin-left: 0;
}

.mf-w-tag {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 0;
  max-width: 1100px;
  margin: 14px auto;
}
.mf-w-tag a {
  height: 40px;
  line-height: 40px;
  color: #2f3030;
  font-weight: 600;
  padding: 0 12px;
  display: block;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
  transition: 0.2s;
  line-height: 38px;
}
.mf-w-tag a:hover {
  text-decoration: none;
  background: #2f3030;
  color: #fff;
  border: 1px solid #2f3030;
}

.mf-w-faq__heading {
  background: #F2F2F2;
  margin: 0 0 12px;
  padding: 0 24px;
  height: 50px;
  line-height: 50px;
  font-size: 2.2rem;
}
.mf-w-faq__wrap {
  border: 1px solid #F2F2F2;
}
.mf-w-faq__question {
  position: relative;
  padding: 6px 6px 6px 24px;
  margin: 24px 0 24px 24px;
  font-weight: 500;
  font-size: 1.8rem;
  background: #FEEAD0;
  padding-left: 35px;
}
.mf-w-faq__question p {
  font-size: 1.8rem;
}
.mf-w-faq__question::before {
  position: absolute;
  left: -24px;
  top: 50%;
  margin-top: -24px;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  content: "Q";
  background: #FFA700;
  color: #FFF;
  font-size: 2.6rem;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}
.mf-w-faq__answer {
  position: relative;
  padding: 0 0 0 24px;
  margin: 24px 0 24px 24px;
  font-size: 1.8rem;
}
.mf-w-faq__answer p {
  font-size: 1.8rem;
}
.mf-w-faq__answer:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #F2F2F2;
}
.mf-w-faq__answer::before {
  position: absolute;
  left: -24px;
  top: 0;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  width: 48px;
  text-align: center;
  content: "A";
}

.mf-w-contact__tileLink {
  max-width: 730px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mf-w-contact__tileLink li {
  display: block;
  width: 29%;
  margin-bottom: 6.5%;
}
.mf-w-contact__tileLink li a {
  position: relative;
  display: block;
  background: #efefef;
  background: #F2F2F2;
}
.mf-w-contact__tileLink li a::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.mf-w-contact__tileLink li a img {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -31px;
  margin-left: -31px;
  display: block;
  width: 62px;
  height: 62px;
}
.mf-w-contact__tileLink li a span {
  transform: translateY(50%);
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 500;
}

.content_footer {
  margin-bottom: 12px;
}
.content_footer_tags {
  margin: 12px 0;
}
.content_footer_tags a {
  display: inline-block;
  background: #F2F2F2;
  padding: 6px 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 5px;
  transition: 0.2s;
}
.content_footer_tags a:hover {
  text-decoration: none;
  background: #1792E6;
  color: #fff;
}
.content_footer > dl {
  margin: 0;
}
.content_footer > dl dt {
  border-bottom: 1px solid #ededed;
  font-size: 1.4rem;
  line-height: 20px;
  color: #333;
  position: relative;
  padding: 12px 30px 12px 12px;
}
.content_footer > dl dt.open::after {
  transform: rotate(-135deg);
  margin-top: -2px;
}
.content_footer > dl dt::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #767676;
  border-right: 1px solid #767676;
  transform: rotate(45deg);
}
.content_footer > dl dd {
  border-bottom: 1px solid #ededed;
  display: none;
  margin: 0;
  padding: 12px;
}
.content_footer > dl dd p {
  font-size: 1.4rem;
}
.content_footer_socialLink {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1100px;
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.content_footer_socialLink li a {
  display: block;
  max-width: 100%;
}/*# sourceMappingURL=wp_style.css.map */