@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
*:focus {
  outline: 0;
}
html {
  color: #000;
  background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sub {
  vertical-align: text-bottom;
}
sup {
  font-size: 50%;
  vertical-align: super;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
img {
  border: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt18px {
  margin-top: 18px;
}
.mb36px {
  margin-bottom: 36px;
}
.mb56px {
  margin-bottom: 56px;
}
.mr16px {
  margin-right: 16px;
}
.small {
  font-size: 80%;
}
.color_e50013 {
  color: #e50013;
}
.color_e50013 a {
  text-decoration: underline;
  color: #e50013;
}
.color_e50013 a:hover {
  color: #e50013;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.PC {
  display: block !important;
}
.SP {
  display: none !important;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
/* Preload フォーク M to avoid first-hover delayed paint. */
body:before {
  content: "フォーク M preload";
  position: absolute;
  left: -9999px;
  top: -9999px;
  font-family: "フォーク M", serif;
  font-size: 1px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
}
.btn {
  display: block;
  background-image: url(../img/common/btn_arrow_right.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: black;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  zoom: 1;
  transition: all 0.3s ease 0s;
}
.no_link {
  pointer-events: none;
}
img.btm {
  vertical-align: bottom;
}
#mainarea {
  padding-top: 99px;
}
#wrap {
  background: white;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#header {
  width: 100%;
  margin: 0 auto;
  background-color: #fac8c3;
  position: fixed;
  top: 0px;
  z-index: 10000;
}
#header_in {
  max-width: 1168px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}
#header_in h1 {
  margin: 0 0 27px;
  padding: 28px 0 0;
}
#header_in h1 img {
  width: 236px;
  height: 44px;
}
#header_in .nav {
  position: absolute;
  top: 0;
  right: 80px;
  left: auto;
  width: auto;
}
#header_in .nav ul {
  display: flex;
}
#header_in .nav ul li {
  height: 99px;
  width: 150px;
  box-sizing: border-box;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-family: "Inter", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
#header_in .nav ul li.product,
#header_in .nav ul li.topics {
  padding: 0 20px;
}
#header_in .nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
  text-decoration: none;
}
#header_in .nav ul li:hover,
#header_in .nav ul li.current {
  background-color: #4d4d4d;
  color: #fff;
}
#header_in .lineup-onlineshop {
  display: none;
}
#header_in .onlineshop {
  display: block;
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 26px;
  right: 0px;
}
#header nav .onlineshop-item a {
  display: block;
}
#header nav .onlineshop-item img {
  width: 50px;
  height: 50px;
}
#header_in .langlist {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 33px;
  right: 48px;
}
#header nav .lang_btn {
  display: block;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/common/navbtn05.png) no-repeat;
  background-size: 34px 34px;
  cursor: pointer;
}
#header nav .lang_btn.close {
  background-image: url(../img/common/navbtn06-close.png);
}
#header .tabwrap,
#header .tabwrap2 {
  display: none;
  position: absolute;
  left: 0;
  top: 99px;
  width: 100%;
  z-index: 1000;
  border-bottom: none !important;
  border-top: 1px solid #fff;
}
#header .tabwrap ul li a:after,
#header .tabwrap2 ul li a:after {
  display: none !important;
}
#header .tabwrap {
  min-width: 1000px;
  background: #fac8c3;
  text-align: center;
}
#header .tabwrap2 {
  min-width: 999px;
  background: #fac8c3;
  text-align: center;
}
#header .tabwrap ul {
  width: 1000px;
  display: block;
  margin: 0 auto;
  position: relative;
}
#header .tabwrap2 ul {
  width: 1000px;
  display: block;
  margin: 0 auto;
  position: relative;
}
#header .tabwrap ul li {
  float: left;
  width: 200px;
  box-sizing: border-box;
  border-left: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #fac8c3;
}
#header .tabwrap ul li.apparel {
  display: none;
}
#header .tabwrap ul li:nth-child(n + 6):not(.apparel) {
  width: 25%;
}
#header .tabwrap ul li:nth-child(1),
#header .tabwrap ul li:nth-child(6) {
  border-left: 1px solid #fff;
}
/* #header .tabwrap ul li:first-child,
#header .tabwrap ul li:first-child {
  border-left: 1px solid #fff;
} */
#header .tabwrap ul li a {
  display: grid;
  grid-template-columns: 38px 130px;
  column-gap: 0px;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 4px 8px 4px 18px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  white-space: normal;
  font-family: "フォーク M", serif;
  background: #fac8c3;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  cursor: pointer;
}
#header .tabwrap ul li a:hover {
  background: linear-gradient(to bottom, #fff3f1 0%, #f9dad6 45%, #efbcb6 100%);
  color: #000;
}
#header .tabwrap ul li a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#header .tabwrap ul li a .txtWrap {
  width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.05;
}
#header .tabwrap ul li a .lineupLabel {
  display: block;
  width: 100%;
  text-align: center;
}
#header .tabwrap ul li.daytime a:before {
  background-image: url(/slimwalk/img/common/sp_menu_icon_daytime.png);
}
#header .tabwrap ul li.relax a:before {
  background-image: url(/slimwalk/img/common/sp_menu_icon_relax.png);
}
#header .tabwrap ul li.alltime a:before {
  background-image: url(/slimwalk/img/common/sp_menu_icon_alltime.png);
}
#header .tabwrap ul li.inner a:before {
  background-image: url(/slimwalk/img/common/sp_menu_icon_inner.png);
}
#header .tabwrap ul li.deodorant a:before {
  background-image: url(/slimwalk/img/common/sp_menu_icon_deodorant.png);
}
#header .tabwrap ul li.footwear a:before {
  background-image: url(/slimwalk/img/common/sp_menu_icon_footwear.png);
}
#header .tabwrap ul li.sports a:before {
  background-image: url(/slimwalk/img/common/sp_menu_icon_sports.png);
}
#header .tabwrap ul li.golf a:before {
  background-image: url(/slimwalk/img/common/sp_menu_icon_golf.png);
}
#header .tabwrap ul li.medical a:before {
  background-image: url(/slimwalk/img/common/sp_menu_icon_medical.png);
}
#header .tabwrap ul li.apparel a:before {
  background-image: url(/slimwalk/img/index/nav_icon_apparel.svg);
}
#header .tabwrap ul li.supervised a .lineupTag {
  display: inline-block;
  margin: 0 0 4px;
  padding: 3px 6px;
  border-radius: 999px;
  background: #ea6d95;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
#header .tabwrap ul li.supervised a .lineupLabel {
  display: block;
}
#header nav .menu_list .products_lineup li.apparel {
  display: none;
}

.tabwrap2 ul {
  box-sizing: border-box;
}
.tabwrap2 ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-left: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #fac8c3;
}
.tabwrap2 ul li:nth-child(1),
.tabwrap2 ul li:nth-child(3) {
  border-left: 1px solid #fff;
}
.tabwrap2 ul li:nth-child(4),
.tabwrap2 ul li:nth-child(5){
  width: 50%;
}
.tabwrap2 ul li a {
  display: block;
  width: 100%;
  height: 50px;
  padding: 4px 8px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "フォーク M", serif;
  color: #111;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fac8c3;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  cursor: pointer;
}
.tabwrap2 ul li a:hover {
  background: linear-gradient(to bottom, #fff3f1 0%, #f9dad6 45%, #efbcb6 100%);
  color: #000;
}
#pan {
  font-size: 16px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
}
#pan a:link,
#pan a:visited {
  color: #000;
  text-decoration: none;
}
#pan a:hover {
  color: #000;
  text-decoration: underline;
}
#pan p {
  margin: 0;
  font-size: 0.8em;
}
#topic_path {
  width: 906px;
  margin: 0 auto;
}
#content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.page_top {
  clear: both;
  margin: 0px;
  padding: 15px 60px 25px 60px;
  overflow: hidden;
}
.page_top p {
  float: right;
  margin: 0;
  padding: 0;
}
#foot-shop {
  background-color: #fac8c3;
  text-align: center;
  padding: 58px 0 0 0;
}
#foot-sns {
  background-color: #fac8c3;
  padding: 35px 0 25px;
  text-align: center;
  border-bottom: 1px solid #000;
}
#foot-sns .footSns {
  margin-bottom: 45px;
}
#foot-sns .footSns a {
  margin: 0 20px 0;
}
#foot-sns .footSns a img {
  width: 55px;
}
#foot-sns .footLogo a img {
  width: 294px;
}
#footer {
  background-color: #fac8c3;
}
#footer li {
  list-style: none;
}
#footerNavi {
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  padding: 20px 16px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  box-sizing: border-box;
}
#footerNavi li:last-child {
  margin-right: 0px;
}
#footerNavi li a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
#footerNavi li a:hover {
  color: #777;
}
#footerEndContainer {
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
}
#footerEnd {
  max-width: 1000px;
  font-size: 10px;
  text-align: left;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
#footerPip {
  position: absolute;
  right: 10px;
  top: 20px;
}
p.bnr_genking {
  width: 700px !important;
  display: block !important;
  margin: 5px auto 30px !important;
}
p.bnr_genking img.hover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}
p.bnr_genking .hover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
  text-decoration: none;
}
@keyframes show {
  from {
    opacity: 0;
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  to {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.onlineshop {
  position: relative;
}
.shop_list {
  box-sizing: border-box;
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  width: 660px;
  height: 120px;
  padding: 12px 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: none;
}
.shop_list ul {
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  text-align: center !important;
}
.shop_list ul li {
  width: calc(100% / 4) !important;
  display: block !important;
  height: auto !important;
  float: left;
}
.shop_list ul li a {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  background: white !important;
}
.shop_list ul li a img {
  max-width: 160px;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.shop_list ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.shop_list p {
  padding-top: 13px !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1 !important;
  color: black !important;
  clear: both;
}
#header .shop_list {
  left: auto;
  margin-left: 0;
  right: -100px;
  top: 65px;
}
#header .lang_list {
  left: auto;
  right: -150px;
  top: 65px;
}
.lang_list {
  width: 200px;
  height: auto;
  position: absolute !important;
  top: 100px;
  left: 100px;
  z-index: -10000;
  display: none;
}
.lang_list.on {
  z-index: 2;
  display: block;
  animation: show 0.1s ease-out 0s;
  opacity: 1;
}
.lang_list ul {
  margin: 0 !important;
  padding: 0 !important;
}
.lang_list ul li {
  display: block !important;
  width: 200px !important;
  height: auto !important;
  background-color: #4d4d4d;
  margin: 0 !important;
  padding: 0px 0 !important;
  border-bottom: 1px solid #fff;
}
.lang_list ul li a {
  display: block;
  font-size: 24px;
  color: #fff;
  padding: 15px 0 15px 65px !important;
  margin: 0 !important;
}
.lang_list ul li a:hover {
  color: #fff;
  text-decoration: none !important;
  background: url(../img/common/lang_icon.png) no-repeat top 20px left 30px;
}
.totop {
  display: none;
  position: fixed;
  z-index: 100;
  right: 50px;
  bottom: 50px;
  width: 40px;
  height: 40px;
}
.totop a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  overflow: hidden;
  background-image: url(../img/common/totop.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
#special_bnr {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 20px;
}
.pagetopBtn {
  text-align: center;
  margin-bottom: 50px;
}
.sliderPage {
  width: 100% !important;
  margin: 0 0 190px 0px !important;
  padding: 0 !important;
}
.sliderPage div p {
  font-size: 16px;
  margin: 0 auto;
  padding-top: 20px;
}
.sliderPage .slick-arrow {
  border: none;
  text-indent: -9999em;
  overflow: hidden;
  position: absolute;
  bottom: -80px;
  padding: 0;
  z-index: 2;
}
.sliderPage .slick-prev {
  width: 20px !important;
  height: 30px !important;
  background: url(../img/common/slide_left.png) center center no-repeat !important;
  left: 30% !important;
  margin-top: -15px !important;
  z-index: 9999;
}
.sliderPage .slick-next {
  width: 20px !important;
  height: 30px !important;
  background: url(../img/common/slide_right.png) center center no-repeat !important;
  right: 30% !important;
  margin-top: -15px !important;
  z-index: 999;
}
.sliderPage .slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.sliderPage .slick-dots {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 12px;
  left: 0;
  bottom: -70px !important;
  text-align: center;
}
.sliderPage .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 9px;
}
.sliderPage .slick-dots li button {
  border: none;
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  background: #e1e1e1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
}
.sliderPage .slick-dots li button:focus {
  outline: none;
}
.sliderPage .slick-dots li.slick-active button {
  background: #b5b5b5;
}
.mtA {
  margin: 0 auto !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt13 {
  margin-top: 13px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt18 {
  margin-top: 18px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb13 {
  margin-bottom: 13px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb18 {
  margin-bottom: 18px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt13 {
  padding-top: 13px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt18 {
  padding-top: 18px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb13 {
  padding-bottom: 13px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb18 {
  padding-bottom: 18px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.c-ytmovie {
  position: relative;
  cursor: pointer;
}
.c-ytmovie.non_cursor {
  pointer-events: none;
}
.c-ytmovie__poster {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .PC {
    display: none !important;
  }
  .SP {
    display: block !important;
  }
  .br::before {
    content: "\A";
    white-space: pre;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  body.fixed2 {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #header .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .dn {
    pointer-events: none;
    opacity: 0.5;
  }
  img {
    max-width: 100%;
  }
  #mainarea {
    background: #fff;
    padding-top: 68px;
  }
  #wrap {
    background: white;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #wrap img {
    max-width: 100%;
  }
  #special_bnr {
    display: none;
  }
  #pan {
    width: 96%;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
  }
  #header {
    position: fixed;
    top: 0px;
    z-index: 10000;
  }
  #header_in {
    width: 88%;
    margin: 0 auto;
    position: relative;
  }
  #header_in h1 {
    margin: 0 0 20px;
    padding: 20px 0 0;
  }
  #header_in h1 img {
    width: auto;
    height: 28px;
  }
  #header_in .nav {
    display: none;
  }
  #header_in .lineup-onlineshop {
    display: block;
  }
  #header_in .onlineshop {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 38px;
  }
  #header nav .onlineshop-itema {
    display: block;
  }
  #header nav .onlineshop-item img {
    width: 28px;
    height: 28px;
  }
  #header nav .shop_btn.close {
    background-image: url(../img/common/navbtn06-close.png);
    background-size: 100%;
  }
  #header_in .langlist {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 76px;
  }
  #header nav .lang_btn {
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -9999em;
    background: url(../img/common/navbtn05.png) no-repeat;
    background-size: 100%;
  }
  #header nav .lang_btn.close {
    background: url(../img/common/navbtn06-close.png) no-repeat;
    background-size: 100%;
  }
  #header_in .spMenu {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 0;
  }
  #header_in .spMenu .menu_btn {
    display: block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    position: relative !important;
    background-color: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
  }
  #header_in .spMenu .menu_btn,
  #header_in .spMenu .menu_btn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  #header_in .spMenu .menu_btn span {
    position: absolute;
    left: 20%;
    width: 60%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }
  #header_in .spMenu .menu_btn span:nth-of-type(1) {
    top: 7px !important;
  }
  #header_in .spMenu .menu_btn span:nth-of-type(2) {
    top: 13px !important;
  }
  #header_in .spMenu .menu_btn span:nth-of-type(3) {
    bottom: 7px !important;
  }
  #header_in .spMenu .menu_btn.close span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  #header_in .spMenu .menu_btn.close span:nth-of-type(2) {
    opacity: 0;
  }
  #header_in .spMenu .menu_btn.close span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  #foot-shop {
    background-color: #fac8c3;
    text-align: center;
    padding: 12% 0 0 0;
  }
  #foot-shop a {
    display: block;
  }
  #foot-shop img {
    width: 65%;
  }
  #foot-sns {
    background-color: #fac8c3;
    padding: 20px 0 18px;
    text-align: center;
    border-bottom: 1px solid #000;
    display: block;
  }
  #foot-sns .footSns {
    margin-bottom: 8%;
  }
  #foot-sns .footSns a {
    margin: 0 15px 0;
  }
  #foot-sns .footSns a img {
    width: 12%;
  }
  #foot-sns .footLogo a img {
    width: 60%;
  }
  #footer {
    background-image: none !important;
    background-color: #fac8c3;
  }
  #footerNavi {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 10px;
    background-image: none !important;
    background-color: #fac8c3;
  }
  #footerNavi li {
    width: 50%;
    margin-right: 0px;
    background-image: none !important;
    margin: 0 0 20px;
    padding-left: 0px;
    line-height: 100% !important;
  }
  #footerNavi li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
  }
  #footerNavi li a:hover {
    color: #777;
  }
  #footerEnd {
    width: 90%;
    padding: 18px 0;
    position: relative;
  }
  #footerPip {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  #footerPip img {
    height: 32px;
  }
  .shop_list {
    width: 100% !important;
    height: auto;
    margin-left: 0px;
    padding: 30px 0;
    box-shadow: none !important;
    background-color: #fff !important;
    position: fixed !important;
    top: 68px !important;
    left: 0px !important;
    z-index: -10000;
    display: none;
  }
  #header nav .shop_list {
    height: 430px !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .shop_list ul {
    background-color: #fff !important;
  }
  .shop_list ul li {
    width: 100%;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 0 20px !important;
    float: none;
  }
  .shop_list ul li:last-child {
    padding: 0 0 30px;
  }
  .shop_list ul li a img {
    width: auto;
    height: 70px;
  }
  .shop_list p {
    font-size: 14px !important;
    padding-top: 0px !important;
  }
  #header .lang_list {
    left: auto;
    right: 50px !important;
    top: 68px !important;
  }
  .lang_list {
    width: auto;
    height: auto;
    position: fixed !important;
    top: 100px;
    left: 100px;
    z-index: -10000;
    display: none;
  }
  .lang_list ul li {
    width: auto !important;
  }
  .lang_list ul li a {
    font-size: 14px;
    padding: 10px 20px 10px 35px !important;
  }
  .lang_list ul li a:hover {
    color: #fff;
    text-decoration: none !important;
    background: url(../img/common/lang_icon.png) no-repeat top 15px left 15px;
    background-size: 10px;
  }
  #header nav #menu_wrap {
    width: 100%;
    height: 100%;
    background-color: #fac8c3;
    position: fixed;
    left: 0;
    top: 68px;
    z-index: 10000;
    display: none;
  }
  #header #menu_wrap {
    height: 600px !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header nav ul {
    text-align: left;
    background-color: #fac8c3;
  }
  #header nav .menu_list h2 {
    font-family: "Muli", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 6px;
  }
  #header nav .menu_list p {
    font-size: 0.9rem;
    font-weight: normal !important;
  }
  #header nav .menu_list li {
    font-family: "Muli", sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0 12px 12px;
    border-bottom: 1px solid #fff;
  }
  #header nav .menu_list a {
    display: block;
    color: #000;
    text-decoration: none;
    background-image: url(../img/common/sp_menu_icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 20px;
  }
  #header nav .menu_list .products_lineup li a {
    font-size: 13px;
    font-weight: bold;
  }

  #header nav .menu_list .products_lineup li.forGolf img {
    margin-right: 9px;
  }

  #header nav .menu_list .products_lineup li {
    padding: 12px 0px 12px 30px !important;
  }

  #header nav .menu_list li:nth-child(2) .products_lineup li.medical a,
  #header nav .menu_list li:nth-child(5) .products_lineup li:nth-child(1) a,
  #header nav .menu_list li:nth-child(5) .products_lineup li:nth-child(2) a,
  #header nav .menu_list li:nth-child(5) .products_lineup li:nth-child(3) a,
  #header nav .menu_list li:nth-child(5) .products_lineup li:nth-child(4) a,
  #header nav .menu_list li:nth-child(5) .products_lineup li:nth-child(5) a,
  #header nav .menu_list li:nth-child(5) .products_lineup li:nth-child(6) a,
  #header nav .menu_list li:nth-child(5) .products_lineup li:nth-child(7) a {
    font-family: "フォーク M", serif !important;
  }
  #header nav .menu_list .products_lineup li:last-child {
    border: none;
  }
  #header nav .menu_list .products_lineup li span {
    margin-right: 15px;
    margin-top: -3px;
    float: left;
  }
  #header nav .menu_list .products_lineup li span img {
    height: 22px;
  }
  #header nav .menu_list .products_lineup li.footwear span {
    margin-top: 3px;
  }
  #header nav .menu_list .products_lineup li.footwear span img {
    height: 12px;
  }
  #header nav .menu_list .products_lineup li.footwear {
    display: flex;
    align-items: center;
  }
  #header nav .menu_list .products_lineup li.footwear > span {
    float: none !important;
    margin-top: 0 !important;
  }
  #header nav .menu_list .products_lineup li.footwear > a {
    flex: 1;
    white-space: nowrap;
  }
  #header nav .menu_list .products_lineup li a .SP.lineupTag {
    /* 让 SP 的 lineupTag 外观更接近 PC，并保持在文字同一行 */
    float: none !important;
    display: inline-block !important;
    margin: 0 0 0 6px !important;
    padding: 3px 6px;
    border-radius: 999px;
    background: #ea6d95;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
  }
  #header nav .menu_list .products_lineup li.pl_j a {
    font-size: 12px !important;
  }
  #header nav .spMenu_sns {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 100px;
    background-color: #fac8c3;
  }
  #header .spMenu_sns a {
    margin: 0 15px;
  }
  #header .spMenu_sns img {
    height: 25px;
  }
  .totop {
    display: none;
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 48px;
    width: 35px;
    height: 35px;
  }
  .totop a {
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999em;
    overflow: hidden;
    background-image: url(../img/common/sp_totop.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px 35px;
  }
  .pagetopBtn {
    width: 40%;
    margin: 0 auto 40px;
  }
  .pagetopBtn img {
    width: 100%;
  }
  .sliderPage {
    margin: 0 auto 80px !important;
    padding: 0 !important;
  }
  .sliderPage div img {
    width: 100%;
    margin: 0 0;
  }
  .sliderPage div p {
    width: 100%;
    font-size: 13px;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
  }
  .sliderPage div p span {
    display: none;
  }
  .sliderPage .slick-arrow {
    border: none;
    text-indent: -9999em;
    overflow: hidden;
    position: absolute;
    bottom: -40px;
    padding: 0;
    z-index: 2;
  }
  .sliderPage .slick-prev {
    width: 20px !important;
    height: 30px !important;
    background: url(../img/common/slide_left.png) center center no-repeat !important;
    background-size: 50% !important;
    left: 15% !important;
    margin-top: -15px !important;
    z-index: 9999;
  }
  .sliderPage .slick-next {
    width: 20px !important;
    height: 30px !important;
    background: url(../img/common/slide_right.png) center center no-repeat !important;
    background-size: 50% auto !important;
    right: 15% !important;
    margin-top: -15px !important;
    z-index: 999;
  }
  .sliderPage .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
  }
  .sliderPage .slick-dots {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 8px;
    left: 0;
    bottom: -30px !important;
    text-align: center;
  }
  .sliderPage .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 9px;
  }
  .sliderPage .slick-dots li button {
    border: none;
    display: block;
    width: 8px;
    height: 8px;
    text-indent: -9999em;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
    background: #e1e1e1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
  }
  .sliderPage .slick-dots li button:focus {
    outline: none;
  }
  .sliderPage .slick-dots li.slick-active button {
    background: #b5b5b5;
  }
}
@media only screen and (max-width: 360px) {
  #header nav .menu_list .products_lineup li {
    padding: 12px 0px 12px 10px !important;
  }
}
#footSiteNav {
  background-color: #fac8c3;
}
#footSiteNav > ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 6px;
  padding: 60px 16px 60px;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  justify-content: space-between;
  align-items: start;
  box-sizing: border-box;
}
#footSiteNav > ul > li {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
#footSiteNav > ul > li a {
  color: #000;
  position: relative;
  display: inline-block;
}
#footSiteNav > ul > li a:hover {
  opacity: 0.3;
  text-decoration: none;
}
#footSiteNav > ul > li > a,
#footSiteNav > ul > li > span {
  display: block;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: none;
  box-sizing: border-box;
  padding-right: 30px;
  font-style: italic;
}
#footSiteNav > ul > li > a::after,
#footSiteNav > ul > li > span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
#footSiteNav > ul li:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: 55px;
}
#footSiteNav > ul li:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-bottom: 55px;
}
#footSiteNav > ul li:nth-of-type(3) {
  grid-column: 1/2;
  grid-row: 3/4;
}
#footSiteNav > ul li:nth-of-type(4) {
  grid-column: 2/3;
  grid-row: 1/4;
}
#footSiteNav > ul li:nth-of-type(5) {
  grid-column: 3/4;
  grid-row: 1/2;
  margin-bottom: 55px;
}
#footSiteNav > ul li:nth-of-type(6) {
  grid-column: 3/4;
  grid-row: 2/3;
}
#footSiteNav ul li:nth-of-type(4) .subItem {
  display: block;
  margin: 30px 0 0;
}
#footSiteNav ul li:nth-of-type(4) .subItem li {
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 24px;
  min-width: 0;
}
#footSiteNav ul li:nth-of-type(4) .subItem li:last-of-type {
  margin-bottom: 0;
}
#footSiteNav ul li:nth-of-type(4) .subItem li a {
  display: block;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: none;
  font-size: 11px;
  box-sizing: border-box;
  padding-right: 20px;
}
#footSiteNav ul li:nth-of-type(4) .subItem li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  #footSiteNav > ul {
    display: block;
    /* width: 90%; */
    max-width: 100%;
    margin: 20% auto 1%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #footSiteNav > ul > li:not(:nth-child(4)) {
    border-bottom: 1px solid #fff;
    position: relative;
  }
  #footSiteNav > ul > li:not(:nth-child(4)):after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 40%;
    right: 5%;
    transform: rotate(45deg);
  }
  #footSiteNav > ul > li a {
    display: block;
  }
  #footSiteNav > ul > li a::after,
  #footSiteNav > ul > li span::after {
    content: none !important;
  }
  #footSiteNav > ul li:nth-of-type(1),
  #footSiteNav > ul li:nth-of-type(2),
  #footSiteNav > ul li:nth-of-type(3),
  #footSiteNav > ul li:nth-of-type(5),
  #footSiteNav > ul li:nth-of-type(6) {
    margin: 0;
    padding: 4% 2%;
  }
  #footSiteNav ul li:nth-of-type(4) span {
    display: inline-block;
    padding: 4% 2%;
  }
  #footSiteNav ul li:nth-of-type(4) .subItem {
    display: block;
    margin: 0;
  }
  #footSiteNav ul li:nth-of-type(4) .subItem li {
    padding: 4% 6%;
    box-sizing: border-box;
  }
  #footSiteNav ul li:nth-of-type(4) .subItem li:first-of-type {
    border-top: 1px solid #fff;
  }
  #footSiteNav ul li:nth-of-type(4) .subItem li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  #footSiteNav ul li:nth-of-type(4) .subItem li a::after {
    right: 0;
  }
  #footSiteNav ul li:nth-of-type(4) .subItem li a::before {
    content: "";
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 30%;
    right: -1%;
    transform: rotate(45deg);
  }
}
